@charset "UTF-8";
/* -----------------------------------------------------------------------------
 * Utils
 * -------------------------------------------------------------------------- */
/* -----------------------------------------------------------------------------
 * Variables
 * -------------------------------------------------------------------------- */
/* Colours */
/* Grid */
/* Bootstrap variables */
/* -----------------------------------------------------------------------------
 * Mixins
 * -------------------------------------------------------------------------- */
/* -----------------------------------------------------------------------------
 * Breakpoint - SASS mixin library for handling breakpoints
 * http://breakpoint-sass.com/
 * -------------------------------------------------------------------------- */
/* -----------------------------------------------------------------------------
 * Breakpoints
 * -------------------------------------------------------------------------- */
/* -----------------------------------------------------------------------------
* Breakpoints settings
* -------------------------------------------------------------------------- */
/* -----------------------------------------------------------------------------
 * Imports
 * -------------------------------------------------------------------------- */
/* -----------------------------------------------------------------------------
 * Has Setting
 * -------------------------------------------------------------------------- */
/* -----------------------------------------------------------------------------
 * Get Settings
 * -------------------------------------------------------------------------- */
/* -----------------------------------------------------------------------------
 * Set Setting
 * -------------------------------------------------------------------------- */
/* -----------------------------------------------------------------------------
 * Remove Setting
 * -------------------------------------------------------------------------- */
/* -----------------------------------------------------------------------------
 * Private Breakpoint Variables
 * -------------------------------------------------------------------------- */
/* -----------------------------------------------------------------------------
 * Breakpoint Has Context
 * Returns whether or not you are inside a Breakpoint query
 * -------------------------------------------------------------------------- */
/* -----------------------------------------------------------------------------
 * Breakpoint Get Context
 * $feature: Input feature to get it's current MQ context. Returns false if no context
 * -------------------------------------------------------------------------- */
/* -----------------------------------------------------------------------------
 * Private function to set context
 * -------------------------------------------------------------------------- */
/* -----------------------------------------------------------------------------
* Private function to reset context
 * -------------------------------------------------------------------------- */
/* -----------------------------------------------------------------------------
 * Converts the input value to Base EMs
 * -------------------------------------------------------------------------- */
/* -----------------------------------------------------------------------------
 * Returns whether the feature can have a min/max pair
 * -------------------------------------------------------------------------- */
/* -----------------------------------------------------------------------------
 * Converts the input value toReturns whether the feature can have a string value
 * -------------------------------------------------------------------------- */
/* -----------------------------------------------------------------------------
 * Returns whether the feature is a media type
 * -------------------------------------------------------------------------- */
/* -----------------------------------------------------------------------------
 * Returns whether the feature can stand alone
 * -------------------------------------------------------------------------- */
/* -----------------------------------------------------------------------------
 * Returns whether the feature
 * -------------------------------------------------------------------------- */
/* -----------------------------------------------------------------------------
 * Import Parser Pieces
 * -------------------------------------------------------------------------- */
/* -----------------------------------------------------------------------------
 * Import pieces
 * -------------------------------------------------------------------------- */
/* -----------------------------------------------------------------------------
 * Import pieces
 * -------------------------------------------------------------------------- */
/* -----------------------------------------------------------------------------
 * Import pieces
 * -------------------------------------------------------------------------- */
/* -----------------------------------------------------------------------------
 * Breakpoint Function
 * -------------------------------------------------------------------------- */
/* -----------------------------------------------------------------------------
 * General Breakpoint Parser
 * -------------------------------------------------------------------------- */
/* -----------------------------------------------------------------------------
 * Default the Breakpoints variable
 * -------------------------------------------------------------------------- */
/* -----------------------------------------------------------------------------
 * Respond-to API Mixin
 * -------------------------------------------------------------------------- */
/* -----------------------------------------------------------------------------
 * Add Breakpoint to Breakpoints
 * TODO: Remove function in next release
 * -------------------------------------------------------------------------- */
/* -----------------------------------------------------------------------------
 * Breakpoint Mixin
 * -------------------------------------------------------------------------- */
/* -----------------------------------------------------------------------------
 * Base
 * -------------------------------------------------------------------------- */
/* -----------------------------------------------------------------------------
 * Base
 * -------------------------------------------------------------------------- */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

mark {
  color: #000000;
  background: #ffff00;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
  appearance: button;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  box-sizing: content-box;
  -webkit-appearance: textfield;
  appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}

fieldset {
  padding: 0.35em 0.625em 0.75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}

legend {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* -----------------------------------------------------------------------------
 * Scaffolding
 * -------------------------------------------------------------------------- */
/* -----------------------------------------------------------------------------
 * Reset the box-sizing
 *
 * Heads up! This reset may cause conflicts with some third-party widgets.
 * For recommendations on resolving such conflicts, see
 * http://getbootstrap.com/getting-started/#third-box-sizing
 * -------------------------------------------------------------------------- */
* {
  box-sizing: border-box;
}

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

/* -----------------------------------------------------------------------------
 * Body reset
 * -------------------------------------------------------------------------- */
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: Chromatophore, Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background-color: #ffffff;
}

/* -----------------------------------------------------------------------------
 * Reset fonts for relevant elements
 * -------------------------------------------------------------------------- */
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* -----------------------------------------------------------------------------
 * Links
 * -------------------------------------------------------------------------- */
a {
  color: #60f0f8;
  text-decoration: underline;
}
a:hover, a:focus {
  color: rgb(144.8493975904, 244.6084337349, 250.1506024096);
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* -----------------------------------------------------------------------------
 * Figures
 *
 * We reset this here because previously Normalize had no `figure` margins.
 * This ensures we don't break anyone's use of the element.
 * -------------------------------------------------------------------------- */
figure {
  margin: 0;
}

/* -----------------------------------------------------------------------------
 * Images
 * -------------------------------------------------------------------------- */
img {
  vertical-align: middle;
}

/* -----------------------------------------------------------------------------
 * Responsive images (ensure images don't scale beyond their parents)
 * -------------------------------------------------------------------------- */
.img-responsive {
  display: block;
  height: auto;
  max-width: 100%;
}

/* -----------------------------------------------------------------------------
 * Rounded corners
 * -------------------------------------------------------------------------- */
.img-rounded {
  border-radius: 6px;
}

/* -----------------------------------------------------------------------------
 * Image thumbnails
 *
 * Heads up! This is mixin-ed into thumbnails.less for `.thumbnail`.
 * -------------------------------------------------------------------------- */
.img-thumbnail {
  display: inline-block;
  height: auto;
  max-width: 100%;
  padding: 4px;
  line-height: 1.42857;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
}

/* -----------------------------------------------------------------------------
 * Perfect circle
 * -------------------------------------------------------------------------- */
.img-circle {
  border-radius: 50%;
}

/* -----------------------------------------------------------------------------
 * Horizontal rules
 * -------------------------------------------------------------------------- */
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

/* -----------------------------------------------------------------------------
 * Only display content to screen readers
 *
 * See: http://a11yproject.com/posts/how-to-hide-content/
 * -------------------------------------------------------------------------- */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* -----------------------------------------------------------------------------
 * Use in conjunction with .sr-only to only display content when it's focused.
 * Useful for 'Skip to main content' links; see
 * http://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1
 * Credit: HTML5 Boilerplate
 * -------------------------------------------------------------------------- */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* -----------------------------------------------------------------------------
 * iOS 'clickable elements' fix for role='button'
 *
 * Fixes 'clickability' issue
 * (and more generally, the firing of events such as focus as well)
 * for traditionally non-focusable elements with role='button'
 * see https://developer.mozilla.org/en-US/docs/Web/Events/click#Safari_Mobile
 * -------------------------------------------------------------------------- */
[role=button] {
  cursor: pointer;
}

/* -----------------------------------------------------------------------------
 * Global
 * -------------------------------------------------------------------------- */
body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  color: #ffffff;
  background-color: #180048;
  -webkit-tap-highlight-color: transparent;
}
body::-moz-focus-inner {
  border: 0;
}

section article {
  margin-bottom: 40px;
  margin-bottom: 4rem;
}

img,
svg {
  max-width: 100%;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img[src$=".svg"],
  svg {
    width: 100%;
  }
}
img.emoji {
  width: 24px;
  width: 2.4rem;
  margin: 4px;
  margin: 0.4rem;
}

html {
  font-size: 62.5%;
}

body {
  font-family: Chromatophore, helvetica, arial, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  line-height: 2.7rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

h1,
.h1 {
  margin: 32px 0 24px;
  margin: 3.2rem 0 2.4rem;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 800;
  line-height: 38px;
  line-height: 3.8rem;
  letter-spacing: -2px;
  letter-spacing: -0.2rem;
}

h2,
h3,
h4,
h5,
h6,
.h2,
.h3,
header figure blockquote,
.h4,
.h5,
.h6 {
  font-weight: 800;
}

h2,
.h2 {
  margin: 24px 0 20px;
  margin: 2.4rem 0 2rem;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 36px;
  line-height: 3.6rem;
  letter-spacing: -0.8px;
  letter-spacing: -0.08rem;
}
h2.reset,
.h2.reset {
  font-size: 30px;
  font-size: 3rem;
  line-height: 45px;
  line-height: 4.5rem;
  color: #ffffff;
}

h3,
.h3,
header figure blockquote {
  margin: 20px 0 16px;
  margin: 2rem 0 1.6rem;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 36px;
  line-height: 3.6rem;
  letter-spacing: -0.35px;
  letter-spacing: -0.035rem;
}

h4,
.h4 {
  margin: 20px 0 16px;
  margin: 2rem 0 1.6rem;
  font-size: 20px;
  font-size: 2rem;
  line-height: 30px;
  line-height: 3rem;
  letter-spacing: -0.35px;
  letter-spacing: -0.035rem;
}

h5,
.h5 {
  margin: 20px 0 16px;
  margin: 2rem 0 1.6rem;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 27px;
  line-height: 2.7rem;
  letter-spacing: -0.35px;
  letter-spacing: -0.035rem;
}

h6,
.h6 {
  margin: 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: -0.35px;
  letter-spacing: -0.035rem;
}

h1,
h2 {
  font-size: 40px;
  font-size: 4rem;
  font-weight: 400;
  line-height: 58px;
  line-height: 5.8rem;
}

p {
  margin: 0 0 16px;
  margin: 0 0 1.6rem;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 29px;
  line-height: 2.9rem;
}

.p--small {
  font-size: 14px;
  font-size: 1.4rem;
}

strong,
.substrong {
  font-weight: 500;
}

em {
  font-style: italic;
  font-weight: 400;
}

blockquote {
  position: relative;
  padding-left: 40px;
  padding-left: 4rem;
  margin-right: 0;
  margin-bottom: 32px;
  margin-bottom: 3.2rem;
  margin-left: 0;
  font-weight: 500;
}
blockquote cite {
  display: block;
  margin-top: 8px;
  margin-top: 0.8rem;
  font-style: italic;
  font-weight: 400;
  color: rgb(178.5, 178.5, 178.5);
}
blockquote cite:before {
  content: "- ";
}

/* -----------------------------------------------------------------------------
 * Text sizing
 * -------------------------------------------------------------------------- */
.text-larger-md {
  font-size: 1.5em;
}

.text-small {
  font-size: 0.8em;
}

.line-height-lg {
  line-height: 2em;
}

/* -----------------------------------------------------------------------------
 * Text weight
 * -------------------------------------------------------------------------- */
.light {
  font-weight: 300;
}

.book {
  font-weight: 400;
}

.medium {
  font-weight: 500;
}

.bold {
  font-weight: 800;
}

/* -----------------------------------------------------------------------------
 * Text style
 * -------------------------------------------------------------------------- */
.italic {
  font-style: italic;
}

.strikethrough {
  text-decoration: line-through;
}

/* -----------------------------------------------------------------------------
 * Globally used title layouts
 * -------------------------------------------------------------------------- */
.hero-h1 {
  margin: 32px 0 48px;
  margin: 3.2rem 0 4.8rem;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 32px;
  line-height: 3.2rem;
  /* -----------------------------------------------------------------------------
   * Hand correct each setting
   * -------------------------------------------------------------------------- */
}
@media (min-width: 450px) {
  .hero-h1 {
    font-size: 4rem;
    line-height: 4rem;
  }
}
.hero-h1 {
  /* -----------------------------------------------------------------------------
   * Hand correct each setting
   * -------------------------------------------------------------------------- */
}
@media (min-width: 768px) {
  .hero-h1 {
    font-size: 4.8rem;
    line-height: 4.8rem;
  }
}

.title {
  margin-bottom: 8px;
  margin-bottom: 0.8rem;
  font-weight: 800;
  line-height: 34px;
  line-height: 3.4rem;
}

.subtitle {
  margin: 0 0 24px;
  margin: 0 0 2.4rem;
  font-weight: 300;
  line-height: 30px;
  line-height: 3rem;
}

.subheader {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 16px;
  margin-bottom: 1.6rem;
}
.subheader h2,
.subheader h3,
.subheader h4,
.subheader h5,
.subheader h6,
.subheader .h2,
.subheader .h3,
.subheader header figure blockquote,
header figure .subheader blockquote,
.subheader .h4,
.subheader .h5,
.subheader .h6 {
  margin-bottom: 0;
  letter-spacing: -1px;
  letter-spacing: -0.1rem;
}
.subheader a {
  font-weight: 400;
}

.pre-header {
  margin-bottom: 0;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 22px;
  line-height: 2.2rem;
  color: #ffffff;
}

.step {
  margin-bottom: 0;
  font-size: 40px;
  font-size: 4rem;
  font-weight: 400;
  line-height: 44px;
  line-height: 4.4rem;
  color: #f050f8;
}

.list-unstyled {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 15px;
  margin-bottom: 1.5rem;
  line-height: 1.5;
  list-style: none;
}

/* -----------------------------------------------------------------------------
 * Global - fallback
 * Hide emojis in < IE10 as they aren't supported
 * -------------------------------------------------------------------------- */
.lt-ie10 .emoji {
  display: none;
}

/* -----------------------------------------------------------------------------
 * Layout
 * -------------------------------------------------------------------------- */
/* -----------------------------------------------------------------------------
 * Layout
 * -------------------------------------------------------------------------- */
/* -----------------------------------------------------------------------------
 * Generic
 * -------------------------------------------------------------------------- */
nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 16px 0;
  padding: 1.6rem 0;
  background-color: #100030;
}
nav img,
nav svg {
  width: 250px;
  width: 25rem;
}

header {
  position: relative;
  z-index: -3;
  min-height: 380px;
  min-height: 38rem;
  background-image: url("../img/pages/home/header.jpg");
  background-position: 40% center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  /* -----------------------------------------------------------------------------
   * Hand correct each setting
   * -------------------------------------------------------------------------- */
}
@media (min-width: 576px) {
  header {
    background-position: top center;
  }
}
header {
  /* -----------------------------------------------------------------------------
   * Hand correct each setting
   * -------------------------------------------------------------------------- */
}
@media (min-width: 768px) {
  header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: 30rem;
    background-size: 100% auto;
  }
}
header {
  /* -----------------------------------------------------------------------------
   * Hand correct each setting
   * -------------------------------------------------------------------------- */
}
@media (min-width: 992px) {
  header {
    min-height: 44rem;
  }
}
header {
  /* -----------------------------------------------------------------------------
   * Hand correct each setting
   * -------------------------------------------------------------------------- */
}
@media (min-width: 1200px) {
  header {
    min-height: 58rem;
  }
}
header figure {
  position: absolute;
  bottom: 40px;
  bottom: 4rem;
  left: 5%;
  width: 90%;
  padding: 8px;
  padding: 0.8rem;
  background-color: #180048;
  /* -----------------------------------------------------------------------------
   * Hand correct each setting
   * -------------------------------------------------------------------------- */
}
@media (min-width: 768px) {
  header figure {
    position: static;
    bottom: auto;
    left: auto;
    width: 40%;
    padding: 0 0.8rem 0 0;
    margin-left: auto;
    background-color: transparent;
  }
}
header figure {
  /* -----------------------------------------------------------------------------
   * Hand correct each setting
   * -------------------------------------------------------------------------- */
}
@media (min-width: 992px) {
  header figure {
    width: 42%;
    padding: 0 1.6rem 0 0;
  }
}
header figure {
  /* -----------------------------------------------------------------------------
   * Hand correct each setting
   * -------------------------------------------------------------------------- */
}
@media (min-width: 1200px) {
  header figure {
    width: 40%;
    padding: 0 4rem 0 0;
  }
}
header figure blockquote {
  padding-left: 0;
  font-size: 20px;
  font-size: 2rem;
  font-style: italic;
  font-weight: 300;
  line-height: 30px;
  line-height: 3rem;
  color: #60f0f8;
  /* -----------------------------------------------------------------------------
   * Hand correct each setting
   * -------------------------------------------------------------------------- */
}
@media (min-width: 992px) {
  header figure blockquote {
    font-size: 2.7rem;
    line-height: 3.8rem;
  }
}

footer p {
  margin-bottom: 8px;
  margin-bottom: 0.8rem;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 21px;
  line-height: 2.1rem;
}

.section {
  padding-top: 80px;
  padding-top: 8rem;
  padding-bottom: 80px;
  padding-bottom: 8rem;
}
.section--lg {
  padding-top: 100px;
  padding-top: 10rem;
  padding-bottom: 100px;
  padding-bottom: 10rem;
}
.section--white {
  color: #000000;
  background-color: white;
}
.section--white a {
  color: #5840ff;
}
.section--offWhite {
  color: #000000;
  background-color: #d9ddff;
}
.section--offWhite a {
  color: #5840ff;
}
.section--offWhite h2 {
  color: #000000;
}
.section--slanted {
  position: relative;
  /* -----------------------------------------------------------------------------
   * Hand correct each setting
   * -------------------------------------------------------------------------- */
}
@media (min-width: 768px) {
  .section--slanted {
    top: -10rem;
  }
}
.section--slanted {
  /* -----------------------------------------------------------------------------
   * Hand correct each setting
   * -------------------------------------------------------------------------- */
}
@media (min-width: 992px) {
  .section--slanted {
    top: -13rem;
  }
}
.section--slanted:before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: -1;
  display: block;
  height: 50%;
  background: inherit;
  content: "";
  -ms-transform: skewY(-3.5deg);
  transform: skewY(-3.5deg);
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
}

.leader p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 21px;
  line-height: 2.1rem;
}
.leader__title {
  margin-top: 0;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 800;
  color: #8c64ce;
}
.leader__title--modal {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 16px;
  margin-bottom: 1.6rem;
  /* -----------------------------------------------------------------------------
   * Hand correct each setting
   * -------------------------------------------------------------------------- */
}
@media (min-width: 768px) {
  .leader__title--modal {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.leader__title--modal .leader__links {
  width: 100%;
  margin-top: 8px;
  margin-top: 0.8rem;
  /* -----------------------------------------------------------------------------
   * Hand correct each setting
   * -------------------------------------------------------------------------- */
}
@media (min-width: 768px) {
  .leader__title--modal .leader__links {
    width: auto;
    margin-top: 0;
  }
}
.leader__links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.backers p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
}

.autolevel {
  height: 100%;
}

/* -----------------------------------------------------------------------------
 * Grid
 * -------------------------------------------------------------------------- */
.container,
.container-fluid,
.container-fluid--xl,
.container-fluid--lg,
.container-fluid--sm,
.container-fluid--limit,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container-phone, .container-phone-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container-phone, .container-phone-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-container, .container-md, .container-sm, .container-phone, .container-phone-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-container, .container-md, .container-sm, .container-phone, .container-phone-sm, .container {
    max-width: 1280px;
  }
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  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-xxl,
.col-xxl-auto, .col-xxl-12, .col-xxl-11, .col-xxl-10, .col-xxl-9, .col-xxl-8, .col-xxl-7, .col-xxl-6, .col-xxl-5, .col-xxl-4, .col-xxl-3, .col-xxl-2, .col-xxl-1, .col-half-screen,
.col-half-screen-auto, .col-half-screen-12, .col-half-screen-11, .col-half-screen-10, .col-half-screen-9, .col-half-screen-8, .col-half-screen-7, .col-half-screen-6, .col-half-screen-5, .col-half-screen-4, .col-half-screen-3, .col-half-screen-2, .col-half-screen-1, .col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-container,
.col-container-auto, .col-container-12, .col-container-11, .col-container-10, .col-container-9, .col-container-8, .col-container-7, .col-container-6, .col-container-5, .col-container-4, .col-container-3, .col-container-2, .col-container-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col-phone,
.col-phone-auto, .col-phone-12, .col-phone-11, .col-phone-10, .col-phone-9, .col-phone-8, .col-phone-7, .col-phone-6, .col-phone-5, .col-phone-4, .col-phone-3, .col-phone-2, .col-phone-1, .col-phone-sm,
.col-phone-sm-auto, .col-phone-sm-12, .col-phone-sm-11, .col-phone-sm-10, .col-phone-sm-9, .col-phone-sm-8, .col-phone-sm-7, .col-phone-sm-6, .col-phone-sm-5, .col-phone-sm-4, .col-phone-sm-3, .col-phone-sm-2, .col-phone-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

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

.row-cols-1 > * {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  -ms-flex: 0 0 16.6666666667%;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-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: 350px) {
  .col-phone-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-phone-sm-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-phone-sm-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-phone-sm-3 > * {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-phone-sm-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-phone-sm-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-phone-sm-6 > * {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-phone-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-phone-sm-1 {
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-phone-sm-2 {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-phone-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-phone-sm-4 {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-phone-sm-5 {
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-phone-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-phone-sm-7 {
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-phone-sm-8 {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-phone-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-phone-sm-10 {
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-phone-sm-11 {
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-phone-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-phone-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-phone-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-phone-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-phone-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-phone-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-phone-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-phone-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-phone-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-phone-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-phone-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-phone-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-phone-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-phone-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-phone-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-phone-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-phone-sm-0 {
    margin-left: 0;
  }
  .offset-phone-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-phone-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-phone-sm-3 {
    margin-left: 25%;
  }
  .offset-phone-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-phone-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-phone-sm-6 {
    margin-left: 50%;
  }
  .offset-phone-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-phone-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-phone-sm-9 {
    margin-left: 75%;
  }
  .offset-phone-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-phone-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 450px) {
  .col-phone {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-phone-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-phone-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-phone-3 > * {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-phone-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-phone-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-phone-6 > * {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-phone-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-phone-1 {
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-phone-2 {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-phone-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-phone-4 {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-phone-5 {
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-phone-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-phone-7 {
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-phone-8 {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-phone-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-phone-10 {
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-phone-11 {
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-phone-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-phone-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-phone-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-phone-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-phone-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-phone-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-phone-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-phone-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-phone-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-phone-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-phone-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-phone-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-phone-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-phone-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-phone-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-phone-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-phone-0 {
    margin-left: 0;
  }
  .offset-phone-1 {
    margin-left: 8.3333333333%;
  }
  .offset-phone-2 {
    margin-left: 16.6666666667%;
  }
  .offset-phone-3 {
    margin-left: 25%;
  }
  .offset-phone-4 {
    margin-left: 33.3333333333%;
  }
  .offset-phone-5 {
    margin-left: 41.6666666667%;
  }
  .offset-phone-6 {
    margin-left: 50%;
  }
  .offset-phone-7 {
    margin-left: 58.3333333333%;
  }
  .offset-phone-8 {
    margin-left: 66.6666666667%;
  }
  .offset-phone-9 {
    margin-left: 75%;
  }
  .offset-phone-10 {
    margin-left: 83.3333333333%;
  }
  .offset-phone-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 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 {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 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: 800px) {
  .col-container {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-container-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-container-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-container-3 > * {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-container-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-container-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-container-6 > * {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-container-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-container-1 {
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-container-2 {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-container-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-container-4 {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-container-5 {
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-container-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-container-7 {
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-container-8 {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-container-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-container-10 {
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-container-11 {
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-container-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-container-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-container-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-container-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-container-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-container-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-container-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-container-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-container-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-container-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-container-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-container-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-container-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-container-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-container-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-container-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-container-0 {
    margin-left: 0;
  }
  .offset-container-1 {
    margin-left: 8.3333333333%;
  }
  .offset-container-2 {
    margin-left: 16.6666666667%;
  }
  .offset-container-3 {
    margin-left: 25%;
  }
  .offset-container-4 {
    margin-left: 33.3333333333%;
  }
  .offset-container-5 {
    margin-left: 41.6666666667%;
  }
  .offset-container-6 {
    margin-left: 50%;
  }
  .offset-container-7 {
    margin-left: 58.3333333333%;
  }
  .offset-container-8 {
    margin-left: 66.6666666667%;
  }
  .offset-container-9 {
    margin-left: 75%;
  }
  .offset-container-10 {
    margin-left: 83.3333333333%;
  }
  .offset-container-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 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 {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 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%;
  }
}
@media (min-width: 1300px) {
  .col-half-screen {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-half-screen-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-half-screen-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-half-screen-3 > * {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-half-screen-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-half-screen-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-half-screen-6 > * {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-half-screen-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-half-screen-1 {
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-half-screen-2 {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-half-screen-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-half-screen-4 {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-half-screen-5 {
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-half-screen-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-half-screen-7 {
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-half-screen-8 {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-half-screen-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-half-screen-10 {
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-half-screen-11 {
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-half-screen-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-half-screen-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-half-screen-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-half-screen-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-half-screen-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-half-screen-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-half-screen-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-half-screen-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-half-screen-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-half-screen-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-half-screen-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-half-screen-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-half-screen-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-half-screen-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-half-screen-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-half-screen-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-half-screen-0 {
    margin-left: 0;
  }
  .offset-half-screen-1 {
    margin-left: 8.3333333333%;
  }
  .offset-half-screen-2 {
    margin-left: 16.6666666667%;
  }
  .offset-half-screen-3 {
    margin-left: 25%;
  }
  .offset-half-screen-4 {
    margin-left: 33.3333333333%;
  }
  .offset-half-screen-5 {
    margin-left: 41.6666666667%;
  }
  .offset-half-screen-6 {
    margin-left: 50%;
  }
  .offset-half-screen-7 {
    margin-left: 58.3333333333%;
  }
  .offset-half-screen-8 {
    margin-left: 66.6666666667%;
  }
  .offset-half-screen-9 {
    margin-left: 75%;
  }
  .offset-half-screen-10 {
    margin-left: 83.3333333333%;
  }
  .offset-half-screen-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 2200px) {
  .col-xxl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xxl-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xxl-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xxl-3 > * {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xxl-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xxl-6 > * {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxl-1 {
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xxl-2 {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xxl-5 {
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xxl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xxl-8 {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xxl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xxl-11 {
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xxl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xxl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xxl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xxl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xxl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xxl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xxl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xxl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xxl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xxl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xxl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xxl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xxl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xxl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xxl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
}
.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: 4px !important;
  margin: 0.4rem !important;
}

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

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

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

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

.m-2 {
  margin: 16px !important;
  margin: 1.6rem !important;
}

.mt-2,
.my-2 {
  margin-top: 16px !important;
  margin-top: 1.6rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 16px !important;
  margin-right: 1.6rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 16px !important;
  margin-bottom: 1.6rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 16px !important;
  margin-left: 1.6rem !important;
}

.m-3 {
  margin: 24px !important;
  margin: 2.4rem !important;
}

.mt-3,
.my-3 {
  margin-top: 24px !important;
  margin-top: 2.4rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 24px !important;
  margin-right: 2.4rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 24px !important;
  margin-bottom: 2.4rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 24px !important;
  margin-left: 2.4rem !important;
}

.m-4 {
  margin: 48px !important;
  margin: 4.8rem !important;
}

.mt-4,
.my-4 {
  margin-top: 48px !important;
  margin-top: 4.8rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 48px !important;
  margin-right: 4.8rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 48px !important;
  margin-bottom: 4.8rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 48px !important;
  margin-left: 4.8rem !important;
}

.m-5 {
  margin: 68px !important;
  margin: 6.8rem !important;
}

.mt-5,
.my-5 {
  margin-top: 68px !important;
  margin-top: 6.8rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 68px !important;
  margin-right: 6.8rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 68px !important;
  margin-bottom: 6.8rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 68px !important;
  margin-left: 6.8rem !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: 4px !important;
  padding: 0.4rem !important;
}

.pt-1,
.py-1 {
  padding-top: 4px !important;
  padding-top: 0.4rem !important;
}

.pr-1,
.px-1 {
  padding-right: 4px !important;
  padding-right: 0.4rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 4px !important;
  padding-bottom: 0.4rem !important;
}

.pl-1,
.px-1 {
  padding-left: 4px !important;
  padding-left: 0.4rem !important;
}

.p-2 {
  padding: 16px !important;
  padding: 1.6rem !important;
}

.pt-2,
.py-2 {
  padding-top: 16px !important;
  padding-top: 1.6rem !important;
}

.pr-2,
.px-2 {
  padding-right: 16px !important;
  padding-right: 1.6rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 16px !important;
  padding-bottom: 1.6rem !important;
}

.pl-2,
.px-2 {
  padding-left: 16px !important;
  padding-left: 1.6rem !important;
}

.p-3 {
  padding: 24px !important;
  padding: 2.4rem !important;
}

.pt-3,
.py-3 {
  padding-top: 24px !important;
  padding-top: 2.4rem !important;
}

.pr-3,
.px-3 {
  padding-right: 24px !important;
  padding-right: 2.4rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 24px !important;
  padding-bottom: 2.4rem !important;
}

.pl-3,
.px-3 {
  padding-left: 24px !important;
  padding-left: 2.4rem !important;
}

.p-4 {
  padding: 48px !important;
  padding: 4.8rem !important;
}

.pt-4,
.py-4 {
  padding-top: 48px !important;
  padding-top: 4.8rem !important;
}

.pr-4,
.px-4 {
  padding-right: 48px !important;
  padding-right: 4.8rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 48px !important;
  padding-bottom: 4.8rem !important;
}

.pl-4,
.px-4 {
  padding-left: 48px !important;
  padding-left: 4.8rem !important;
}

.p-5 {
  padding: 68px !important;
  padding: 6.8rem !important;
}

.pt-5,
.py-5 {
  padding-top: 68px !important;
  padding-top: 6.8rem !important;
}

.pr-5,
.px-5 {
  padding-right: 68px !important;
  padding-right: 6.8rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 68px !important;
  padding-bottom: 6.8rem !important;
}

.pl-5,
.px-5 {
  padding-left: 68px !important;
  padding-left: 6.8rem !important;
}

.m-n1 {
  margin: -4px !important;
  margin: -0.4rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -4px !important;
  margin-top: -0.4rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -4px !important;
  margin-right: -0.4rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -4px !important;
  margin-bottom: -0.4rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -4px !important;
  margin-left: -0.4rem !important;
}

.m-n2 {
  margin: -16px !important;
  margin: -1.6rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -16px !important;
  margin-top: -1.6rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -16px !important;
  margin-right: -1.6rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -16px !important;
  margin-bottom: -1.6rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -16px !important;
  margin-left: -1.6rem !important;
}

.m-n3 {
  margin: -24px !important;
  margin: -2.4rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -24px !important;
  margin-top: -2.4rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -24px !important;
  margin-right: -2.4rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -24px !important;
  margin-bottom: -2.4rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -24px !important;
  margin-left: -2.4rem !important;
}

.m-n4 {
  margin: -48px !important;
  margin: -4.8rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -48px !important;
  margin-top: -4.8rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -48px !important;
  margin-right: -4.8rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -48px !important;
  margin-bottom: -4.8rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -48px !important;
  margin-left: -4.8rem !important;
}

.m-n5 {
  margin: -68px !important;
  margin: -6.8rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -68px !important;
  margin-top: -6.8rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -68px !important;
  margin-right: -6.8rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -68px !important;
  margin-bottom: -6.8rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -68px !important;
  margin-left: -6.8rem !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: 350px) {
  .m-phone-sm-0 {
    margin: 0 !important;
  }
  .mt-phone-sm-0,
  .my-phone-sm-0 {
    margin-top: 0 !important;
  }
  .mr-phone-sm-0,
  .mx-phone-sm-0 {
    margin-right: 0 !important;
  }
  .mb-phone-sm-0,
  .my-phone-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-phone-sm-0,
  .mx-phone-sm-0 {
    margin-left: 0 !important;
  }
  .m-phone-sm-1 {
    margin: 0.4rem !important;
  }
  .mt-phone-sm-1,
  .my-phone-sm-1 {
    margin-top: 0.4rem !important;
  }
  .mr-phone-sm-1,
  .mx-phone-sm-1 {
    margin-right: 0.4rem !important;
  }
  .mb-phone-sm-1,
  .my-phone-sm-1 {
    margin-bottom: 0.4rem !important;
  }
  .ml-phone-sm-1,
  .mx-phone-sm-1 {
    margin-left: 0.4rem !important;
  }
  .m-phone-sm-2 {
    margin: 1.6rem !important;
  }
  .mt-phone-sm-2,
  .my-phone-sm-2 {
    margin-top: 1.6rem !important;
  }
  .mr-phone-sm-2,
  .mx-phone-sm-2 {
    margin-right: 1.6rem !important;
  }
  .mb-phone-sm-2,
  .my-phone-sm-2 {
    margin-bottom: 1.6rem !important;
  }
  .ml-phone-sm-2,
  .mx-phone-sm-2 {
    margin-left: 1.6rem !important;
  }
  .m-phone-sm-3 {
    margin: 2.4rem !important;
  }
  .mt-phone-sm-3,
  .my-phone-sm-3 {
    margin-top: 2.4rem !important;
  }
  .mr-phone-sm-3,
  .mx-phone-sm-3 {
    margin-right: 2.4rem !important;
  }
  .mb-phone-sm-3,
  .my-phone-sm-3 {
    margin-bottom: 2.4rem !important;
  }
  .ml-phone-sm-3,
  .mx-phone-sm-3 {
    margin-left: 2.4rem !important;
  }
  .m-phone-sm-4 {
    margin: 4.8rem !important;
  }
  .mt-phone-sm-4,
  .my-phone-sm-4 {
    margin-top: 4.8rem !important;
  }
  .mr-phone-sm-4,
  .mx-phone-sm-4 {
    margin-right: 4.8rem !important;
  }
  .mb-phone-sm-4,
  .my-phone-sm-4 {
    margin-bottom: 4.8rem !important;
  }
  .ml-phone-sm-4,
  .mx-phone-sm-4 {
    margin-left: 4.8rem !important;
  }
  .m-phone-sm-5 {
    margin: 6.8rem !important;
  }
  .mt-phone-sm-5,
  .my-phone-sm-5 {
    margin-top: 6.8rem !important;
  }
  .mr-phone-sm-5,
  .mx-phone-sm-5 {
    margin-right: 6.8rem !important;
  }
  .mb-phone-sm-5,
  .my-phone-sm-5 {
    margin-bottom: 6.8rem !important;
  }
  .ml-phone-sm-5,
  .mx-phone-sm-5 {
    margin-left: 6.8rem !important;
  }
  .p-phone-sm-0 {
    padding: 0 !important;
  }
  .pt-phone-sm-0,
  .py-phone-sm-0 {
    padding-top: 0 !important;
  }
  .pr-phone-sm-0,
  .px-phone-sm-0 {
    padding-right: 0 !important;
  }
  .pb-phone-sm-0,
  .py-phone-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-phone-sm-0,
  .px-phone-sm-0 {
    padding-left: 0 !important;
  }
  .p-phone-sm-1 {
    padding: 0.4rem !important;
  }
  .pt-phone-sm-1,
  .py-phone-sm-1 {
    padding-top: 0.4rem !important;
  }
  .pr-phone-sm-1,
  .px-phone-sm-1 {
    padding-right: 0.4rem !important;
  }
  .pb-phone-sm-1,
  .py-phone-sm-1 {
    padding-bottom: 0.4rem !important;
  }
  .pl-phone-sm-1,
  .px-phone-sm-1 {
    padding-left: 0.4rem !important;
  }
  .p-phone-sm-2 {
    padding: 1.6rem !important;
  }
  .pt-phone-sm-2,
  .py-phone-sm-2 {
    padding-top: 1.6rem !important;
  }
  .pr-phone-sm-2,
  .px-phone-sm-2 {
    padding-right: 1.6rem !important;
  }
  .pb-phone-sm-2,
  .py-phone-sm-2 {
    padding-bottom: 1.6rem !important;
  }
  .pl-phone-sm-2,
  .px-phone-sm-2 {
    padding-left: 1.6rem !important;
  }
  .p-phone-sm-3 {
    padding: 2.4rem !important;
  }
  .pt-phone-sm-3,
  .py-phone-sm-3 {
    padding-top: 2.4rem !important;
  }
  .pr-phone-sm-3,
  .px-phone-sm-3 {
    padding-right: 2.4rem !important;
  }
  .pb-phone-sm-3,
  .py-phone-sm-3 {
    padding-bottom: 2.4rem !important;
  }
  .pl-phone-sm-3,
  .px-phone-sm-3 {
    padding-left: 2.4rem !important;
  }
  .p-phone-sm-4 {
    padding: 4.8rem !important;
  }
  .pt-phone-sm-4,
  .py-phone-sm-4 {
    padding-top: 4.8rem !important;
  }
  .pr-phone-sm-4,
  .px-phone-sm-4 {
    padding-right: 4.8rem !important;
  }
  .pb-phone-sm-4,
  .py-phone-sm-4 {
    padding-bottom: 4.8rem !important;
  }
  .pl-phone-sm-4,
  .px-phone-sm-4 {
    padding-left: 4.8rem !important;
  }
  .p-phone-sm-5 {
    padding: 6.8rem !important;
  }
  .pt-phone-sm-5,
  .py-phone-sm-5 {
    padding-top: 6.8rem !important;
  }
  .pr-phone-sm-5,
  .px-phone-sm-5 {
    padding-right: 6.8rem !important;
  }
  .pb-phone-sm-5,
  .py-phone-sm-5 {
    padding-bottom: 6.8rem !important;
  }
  .pl-phone-sm-5,
  .px-phone-sm-5 {
    padding-left: 6.8rem !important;
  }
  .m-phone-sm-n1 {
    margin: -0.4rem !important;
  }
  .mt-phone-sm-n1,
  .my-phone-sm-n1 {
    margin-top: -0.4rem !important;
  }
  .mr-phone-sm-n1,
  .mx-phone-sm-n1 {
    margin-right: -0.4rem !important;
  }
  .mb-phone-sm-n1,
  .my-phone-sm-n1 {
    margin-bottom: -0.4rem !important;
  }
  .ml-phone-sm-n1,
  .mx-phone-sm-n1 {
    margin-left: -0.4rem !important;
  }
  .m-phone-sm-n2 {
    margin: -1.6rem !important;
  }
  .mt-phone-sm-n2,
  .my-phone-sm-n2 {
    margin-top: -1.6rem !important;
  }
  .mr-phone-sm-n2,
  .mx-phone-sm-n2 {
    margin-right: -1.6rem !important;
  }
  .mb-phone-sm-n2,
  .my-phone-sm-n2 {
    margin-bottom: -1.6rem !important;
  }
  .ml-phone-sm-n2,
  .mx-phone-sm-n2 {
    margin-left: -1.6rem !important;
  }
  .m-phone-sm-n3 {
    margin: -2.4rem !important;
  }
  .mt-phone-sm-n3,
  .my-phone-sm-n3 {
    margin-top: -2.4rem !important;
  }
  .mr-phone-sm-n3,
  .mx-phone-sm-n3 {
    margin-right: -2.4rem !important;
  }
  .mb-phone-sm-n3,
  .my-phone-sm-n3 {
    margin-bottom: -2.4rem !important;
  }
  .ml-phone-sm-n3,
  .mx-phone-sm-n3 {
    margin-left: -2.4rem !important;
  }
  .m-phone-sm-n4 {
    margin: -4.8rem !important;
  }
  .mt-phone-sm-n4,
  .my-phone-sm-n4 {
    margin-top: -4.8rem !important;
  }
  .mr-phone-sm-n4,
  .mx-phone-sm-n4 {
    margin-right: -4.8rem !important;
  }
  .mb-phone-sm-n4,
  .my-phone-sm-n4 {
    margin-bottom: -4.8rem !important;
  }
  .ml-phone-sm-n4,
  .mx-phone-sm-n4 {
    margin-left: -4.8rem !important;
  }
  .m-phone-sm-n5 {
    margin: -6.8rem !important;
  }
  .mt-phone-sm-n5,
  .my-phone-sm-n5 {
    margin-top: -6.8rem !important;
  }
  .mr-phone-sm-n5,
  .mx-phone-sm-n5 {
    margin-right: -6.8rem !important;
  }
  .mb-phone-sm-n5,
  .my-phone-sm-n5 {
    margin-bottom: -6.8rem !important;
  }
  .ml-phone-sm-n5,
  .mx-phone-sm-n5 {
    margin-left: -6.8rem !important;
  }
  .m-phone-sm-auto {
    margin: auto !important;
  }
  .mt-phone-sm-auto,
  .my-phone-sm-auto {
    margin-top: auto !important;
  }
  .mr-phone-sm-auto,
  .mx-phone-sm-auto {
    margin-right: auto !important;
  }
  .mb-phone-sm-auto,
  .my-phone-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-phone-sm-auto,
  .mx-phone-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 450px) {
  .m-phone-0 {
    margin: 0 !important;
  }
  .mt-phone-0,
  .my-phone-0 {
    margin-top: 0 !important;
  }
  .mr-phone-0,
  .mx-phone-0 {
    margin-right: 0 !important;
  }
  .mb-phone-0,
  .my-phone-0 {
    margin-bottom: 0 !important;
  }
  .ml-phone-0,
  .mx-phone-0 {
    margin-left: 0 !important;
  }
  .m-phone-1 {
    margin: 0.4rem !important;
  }
  .mt-phone-1,
  .my-phone-1 {
    margin-top: 0.4rem !important;
  }
  .mr-phone-1,
  .mx-phone-1 {
    margin-right: 0.4rem !important;
  }
  .mb-phone-1,
  .my-phone-1 {
    margin-bottom: 0.4rem !important;
  }
  .ml-phone-1,
  .mx-phone-1 {
    margin-left: 0.4rem !important;
  }
  .m-phone-2 {
    margin: 1.6rem !important;
  }
  .mt-phone-2,
  .my-phone-2 {
    margin-top: 1.6rem !important;
  }
  .mr-phone-2,
  .mx-phone-2 {
    margin-right: 1.6rem !important;
  }
  .mb-phone-2,
  .my-phone-2 {
    margin-bottom: 1.6rem !important;
  }
  .ml-phone-2,
  .mx-phone-2 {
    margin-left: 1.6rem !important;
  }
  .m-phone-3 {
    margin: 2.4rem !important;
  }
  .mt-phone-3,
  .my-phone-3 {
    margin-top: 2.4rem !important;
  }
  .mr-phone-3,
  .mx-phone-3 {
    margin-right: 2.4rem !important;
  }
  .mb-phone-3,
  .my-phone-3 {
    margin-bottom: 2.4rem !important;
  }
  .ml-phone-3,
  .mx-phone-3 {
    margin-left: 2.4rem !important;
  }
  .m-phone-4 {
    margin: 4.8rem !important;
  }
  .mt-phone-4,
  .my-phone-4 {
    margin-top: 4.8rem !important;
  }
  .mr-phone-4,
  .mx-phone-4 {
    margin-right: 4.8rem !important;
  }
  .mb-phone-4,
  .my-phone-4 {
    margin-bottom: 4.8rem !important;
  }
  .ml-phone-4,
  .mx-phone-4 {
    margin-left: 4.8rem !important;
  }
  .m-phone-5 {
    margin: 6.8rem !important;
  }
  .mt-phone-5,
  .my-phone-5 {
    margin-top: 6.8rem !important;
  }
  .mr-phone-5,
  .mx-phone-5 {
    margin-right: 6.8rem !important;
  }
  .mb-phone-5,
  .my-phone-5 {
    margin-bottom: 6.8rem !important;
  }
  .ml-phone-5,
  .mx-phone-5 {
    margin-left: 6.8rem !important;
  }
  .p-phone-0 {
    padding: 0 !important;
  }
  .pt-phone-0,
  .py-phone-0 {
    padding-top: 0 !important;
  }
  .pr-phone-0,
  .px-phone-0 {
    padding-right: 0 !important;
  }
  .pb-phone-0,
  .py-phone-0 {
    padding-bottom: 0 !important;
  }
  .pl-phone-0,
  .px-phone-0 {
    padding-left: 0 !important;
  }
  .p-phone-1 {
    padding: 0.4rem !important;
  }
  .pt-phone-1,
  .py-phone-1 {
    padding-top: 0.4rem !important;
  }
  .pr-phone-1,
  .px-phone-1 {
    padding-right: 0.4rem !important;
  }
  .pb-phone-1,
  .py-phone-1 {
    padding-bottom: 0.4rem !important;
  }
  .pl-phone-1,
  .px-phone-1 {
    padding-left: 0.4rem !important;
  }
  .p-phone-2 {
    padding: 1.6rem !important;
  }
  .pt-phone-2,
  .py-phone-2 {
    padding-top: 1.6rem !important;
  }
  .pr-phone-2,
  .px-phone-2 {
    padding-right: 1.6rem !important;
  }
  .pb-phone-2,
  .py-phone-2 {
    padding-bottom: 1.6rem !important;
  }
  .pl-phone-2,
  .px-phone-2 {
    padding-left: 1.6rem !important;
  }
  .p-phone-3 {
    padding: 2.4rem !important;
  }
  .pt-phone-3,
  .py-phone-3 {
    padding-top: 2.4rem !important;
  }
  .pr-phone-3,
  .px-phone-3 {
    padding-right: 2.4rem !important;
  }
  .pb-phone-3,
  .py-phone-3 {
    padding-bottom: 2.4rem !important;
  }
  .pl-phone-3,
  .px-phone-3 {
    padding-left: 2.4rem !important;
  }
  .p-phone-4 {
    padding: 4.8rem !important;
  }
  .pt-phone-4,
  .py-phone-4 {
    padding-top: 4.8rem !important;
  }
  .pr-phone-4,
  .px-phone-4 {
    padding-right: 4.8rem !important;
  }
  .pb-phone-4,
  .py-phone-4 {
    padding-bottom: 4.8rem !important;
  }
  .pl-phone-4,
  .px-phone-4 {
    padding-left: 4.8rem !important;
  }
  .p-phone-5 {
    padding: 6.8rem !important;
  }
  .pt-phone-5,
  .py-phone-5 {
    padding-top: 6.8rem !important;
  }
  .pr-phone-5,
  .px-phone-5 {
    padding-right: 6.8rem !important;
  }
  .pb-phone-5,
  .py-phone-5 {
    padding-bottom: 6.8rem !important;
  }
  .pl-phone-5,
  .px-phone-5 {
    padding-left: 6.8rem !important;
  }
  .m-phone-n1 {
    margin: -0.4rem !important;
  }
  .mt-phone-n1,
  .my-phone-n1 {
    margin-top: -0.4rem !important;
  }
  .mr-phone-n1,
  .mx-phone-n1 {
    margin-right: -0.4rem !important;
  }
  .mb-phone-n1,
  .my-phone-n1 {
    margin-bottom: -0.4rem !important;
  }
  .ml-phone-n1,
  .mx-phone-n1 {
    margin-left: -0.4rem !important;
  }
  .m-phone-n2 {
    margin: -1.6rem !important;
  }
  .mt-phone-n2,
  .my-phone-n2 {
    margin-top: -1.6rem !important;
  }
  .mr-phone-n2,
  .mx-phone-n2 {
    margin-right: -1.6rem !important;
  }
  .mb-phone-n2,
  .my-phone-n2 {
    margin-bottom: -1.6rem !important;
  }
  .ml-phone-n2,
  .mx-phone-n2 {
    margin-left: -1.6rem !important;
  }
  .m-phone-n3 {
    margin: -2.4rem !important;
  }
  .mt-phone-n3,
  .my-phone-n3 {
    margin-top: -2.4rem !important;
  }
  .mr-phone-n3,
  .mx-phone-n3 {
    margin-right: -2.4rem !important;
  }
  .mb-phone-n3,
  .my-phone-n3 {
    margin-bottom: -2.4rem !important;
  }
  .ml-phone-n3,
  .mx-phone-n3 {
    margin-left: -2.4rem !important;
  }
  .m-phone-n4 {
    margin: -4.8rem !important;
  }
  .mt-phone-n4,
  .my-phone-n4 {
    margin-top: -4.8rem !important;
  }
  .mr-phone-n4,
  .mx-phone-n4 {
    margin-right: -4.8rem !important;
  }
  .mb-phone-n4,
  .my-phone-n4 {
    margin-bottom: -4.8rem !important;
  }
  .ml-phone-n4,
  .mx-phone-n4 {
    margin-left: -4.8rem !important;
  }
  .m-phone-n5 {
    margin: -6.8rem !important;
  }
  .mt-phone-n5,
  .my-phone-n5 {
    margin-top: -6.8rem !important;
  }
  .mr-phone-n5,
  .mx-phone-n5 {
    margin-right: -6.8rem !important;
  }
  .mb-phone-n5,
  .my-phone-n5 {
    margin-bottom: -6.8rem !important;
  }
  .ml-phone-n5,
  .mx-phone-n5 {
    margin-left: -6.8rem !important;
  }
  .m-phone-auto {
    margin: auto !important;
  }
  .mt-phone-auto,
  .my-phone-auto {
    margin-top: auto !important;
  }
  .mr-phone-auto,
  .mx-phone-auto {
    margin-right: auto !important;
  }
  .mb-phone-auto,
  .my-phone-auto {
    margin-bottom: auto !important;
  }
  .ml-phone-auto,
  .mx-phone-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.4rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.4rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.4rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.4rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.4rem !important;
  }
  .m-sm-2 {
    margin: 1.6rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 1.6rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 1.6rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 1.6rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 1.6rem !important;
  }
  .m-sm-3 {
    margin: 2.4rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 2.4rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 2.4rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 2.4rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 2.4rem !important;
  }
  .m-sm-4 {
    margin: 4.8rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 4.8rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 4.8rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 4.8rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 4.8rem !important;
  }
  .m-sm-5 {
    margin: 6.8rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 6.8rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 6.8rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 6.8rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 6.8rem !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.4rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.4rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.4rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.4rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.4rem !important;
  }
  .p-sm-2 {
    padding: 1.6rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 1.6rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 1.6rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 1.6rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 1.6rem !important;
  }
  .p-sm-3 {
    padding: 2.4rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 2.4rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 2.4rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 2.4rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 2.4rem !important;
  }
  .p-sm-4 {
    padding: 4.8rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 4.8rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 4.8rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 4.8rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 4.8rem !important;
  }
  .p-sm-5 {
    padding: 6.8rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 6.8rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 6.8rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 6.8rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 6.8rem !important;
  }
  .m-sm-n1 {
    margin: -0.4rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.4rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.4rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.4rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.4rem !important;
  }
  .m-sm-n2 {
    margin: -1.6rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -1.6rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -1.6rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -1.6rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -1.6rem !important;
  }
  .m-sm-n3 {
    margin: -2.4rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -2.4rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -2.4rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -2.4rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -2.4rem !important;
  }
  .m-sm-n4 {
    margin: -4.8rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -4.8rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -4.8rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -4.8rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -4.8rem !important;
  }
  .m-sm-n5 {
    margin: -6.8rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -6.8rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -6.8rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -6.8rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -6.8rem !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.4rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.4rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.4rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.4rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.4rem !important;
  }
  .m-md-2 {
    margin: 1.6rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 1.6rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 1.6rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 1.6rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 1.6rem !important;
  }
  .m-md-3 {
    margin: 2.4rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 2.4rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 2.4rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 2.4rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 2.4rem !important;
  }
  .m-md-4 {
    margin: 4.8rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 4.8rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 4.8rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 4.8rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 4.8rem !important;
  }
  .m-md-5 {
    margin: 6.8rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 6.8rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 6.8rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 6.8rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 6.8rem !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.4rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.4rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.4rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.4rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.4rem !important;
  }
  .p-md-2 {
    padding: 1.6rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 1.6rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 1.6rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 1.6rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 1.6rem !important;
  }
  .p-md-3 {
    padding: 2.4rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 2.4rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 2.4rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 2.4rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 2.4rem !important;
  }
  .p-md-4 {
    padding: 4.8rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 4.8rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 4.8rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 4.8rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 4.8rem !important;
  }
  .p-md-5 {
    padding: 6.8rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 6.8rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 6.8rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 6.8rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 6.8rem !important;
  }
  .m-md-n1 {
    margin: -0.4rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.4rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.4rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.4rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.4rem !important;
  }
  .m-md-n2 {
    margin: -1.6rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -1.6rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -1.6rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -1.6rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -1.6rem !important;
  }
  .m-md-n3 {
    margin: -2.4rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -2.4rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -2.4rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -2.4rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -2.4rem !important;
  }
  .m-md-n4 {
    margin: -4.8rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -4.8rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -4.8rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -4.8rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -4.8rem !important;
  }
  .m-md-n5 {
    margin: -6.8rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -6.8rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -6.8rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -6.8rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -6.8rem !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: 800px) {
  .m-container-0 {
    margin: 0 !important;
  }
  .mt-container-0,
  .my-container-0 {
    margin-top: 0 !important;
  }
  .mr-container-0,
  .mx-container-0 {
    margin-right: 0 !important;
  }
  .mb-container-0,
  .my-container-0 {
    margin-bottom: 0 !important;
  }
  .ml-container-0,
  .mx-container-0 {
    margin-left: 0 !important;
  }
  .m-container-1 {
    margin: 0.4rem !important;
  }
  .mt-container-1,
  .my-container-1 {
    margin-top: 0.4rem !important;
  }
  .mr-container-1,
  .mx-container-1 {
    margin-right: 0.4rem !important;
  }
  .mb-container-1,
  .my-container-1 {
    margin-bottom: 0.4rem !important;
  }
  .ml-container-1,
  .mx-container-1 {
    margin-left: 0.4rem !important;
  }
  .m-container-2 {
    margin: 1.6rem !important;
  }
  .mt-container-2,
  .my-container-2 {
    margin-top: 1.6rem !important;
  }
  .mr-container-2,
  .mx-container-2 {
    margin-right: 1.6rem !important;
  }
  .mb-container-2,
  .my-container-2 {
    margin-bottom: 1.6rem !important;
  }
  .ml-container-2,
  .mx-container-2 {
    margin-left: 1.6rem !important;
  }
  .m-container-3 {
    margin: 2.4rem !important;
  }
  .mt-container-3,
  .my-container-3 {
    margin-top: 2.4rem !important;
  }
  .mr-container-3,
  .mx-container-3 {
    margin-right: 2.4rem !important;
  }
  .mb-container-3,
  .my-container-3 {
    margin-bottom: 2.4rem !important;
  }
  .ml-container-3,
  .mx-container-3 {
    margin-left: 2.4rem !important;
  }
  .m-container-4 {
    margin: 4.8rem !important;
  }
  .mt-container-4,
  .my-container-4 {
    margin-top: 4.8rem !important;
  }
  .mr-container-4,
  .mx-container-4 {
    margin-right: 4.8rem !important;
  }
  .mb-container-4,
  .my-container-4 {
    margin-bottom: 4.8rem !important;
  }
  .ml-container-4,
  .mx-container-4 {
    margin-left: 4.8rem !important;
  }
  .m-container-5 {
    margin: 6.8rem !important;
  }
  .mt-container-5,
  .my-container-5 {
    margin-top: 6.8rem !important;
  }
  .mr-container-5,
  .mx-container-5 {
    margin-right: 6.8rem !important;
  }
  .mb-container-5,
  .my-container-5 {
    margin-bottom: 6.8rem !important;
  }
  .ml-container-5,
  .mx-container-5 {
    margin-left: 6.8rem !important;
  }
  .p-container-0 {
    padding: 0 !important;
  }
  .pt-container-0,
  .py-container-0 {
    padding-top: 0 !important;
  }
  .pr-container-0,
  .px-container-0 {
    padding-right: 0 !important;
  }
  .pb-container-0,
  .py-container-0 {
    padding-bottom: 0 !important;
  }
  .pl-container-0,
  .px-container-0 {
    padding-left: 0 !important;
  }
  .p-container-1 {
    padding: 0.4rem !important;
  }
  .pt-container-1,
  .py-container-1 {
    padding-top: 0.4rem !important;
  }
  .pr-container-1,
  .px-container-1 {
    padding-right: 0.4rem !important;
  }
  .pb-container-1,
  .py-container-1 {
    padding-bottom: 0.4rem !important;
  }
  .pl-container-1,
  .px-container-1 {
    padding-left: 0.4rem !important;
  }
  .p-container-2 {
    padding: 1.6rem !important;
  }
  .pt-container-2,
  .py-container-2 {
    padding-top: 1.6rem !important;
  }
  .pr-container-2,
  .px-container-2 {
    padding-right: 1.6rem !important;
  }
  .pb-container-2,
  .py-container-2 {
    padding-bottom: 1.6rem !important;
  }
  .pl-container-2,
  .px-container-2 {
    padding-left: 1.6rem !important;
  }
  .p-container-3 {
    padding: 2.4rem !important;
  }
  .pt-container-3,
  .py-container-3 {
    padding-top: 2.4rem !important;
  }
  .pr-container-3,
  .px-container-3 {
    padding-right: 2.4rem !important;
  }
  .pb-container-3,
  .py-container-3 {
    padding-bottom: 2.4rem !important;
  }
  .pl-container-3,
  .px-container-3 {
    padding-left: 2.4rem !important;
  }
  .p-container-4 {
    padding: 4.8rem !important;
  }
  .pt-container-4,
  .py-container-4 {
    padding-top: 4.8rem !important;
  }
  .pr-container-4,
  .px-container-4 {
    padding-right: 4.8rem !important;
  }
  .pb-container-4,
  .py-container-4 {
    padding-bottom: 4.8rem !important;
  }
  .pl-container-4,
  .px-container-4 {
    padding-left: 4.8rem !important;
  }
  .p-container-5 {
    padding: 6.8rem !important;
  }
  .pt-container-5,
  .py-container-5 {
    padding-top: 6.8rem !important;
  }
  .pr-container-5,
  .px-container-5 {
    padding-right: 6.8rem !important;
  }
  .pb-container-5,
  .py-container-5 {
    padding-bottom: 6.8rem !important;
  }
  .pl-container-5,
  .px-container-5 {
    padding-left: 6.8rem !important;
  }
  .m-container-n1 {
    margin: -0.4rem !important;
  }
  .mt-container-n1,
  .my-container-n1 {
    margin-top: -0.4rem !important;
  }
  .mr-container-n1,
  .mx-container-n1 {
    margin-right: -0.4rem !important;
  }
  .mb-container-n1,
  .my-container-n1 {
    margin-bottom: -0.4rem !important;
  }
  .ml-container-n1,
  .mx-container-n1 {
    margin-left: -0.4rem !important;
  }
  .m-container-n2 {
    margin: -1.6rem !important;
  }
  .mt-container-n2,
  .my-container-n2 {
    margin-top: -1.6rem !important;
  }
  .mr-container-n2,
  .mx-container-n2 {
    margin-right: -1.6rem !important;
  }
  .mb-container-n2,
  .my-container-n2 {
    margin-bottom: -1.6rem !important;
  }
  .ml-container-n2,
  .mx-container-n2 {
    margin-left: -1.6rem !important;
  }
  .m-container-n3 {
    margin: -2.4rem !important;
  }
  .mt-container-n3,
  .my-container-n3 {
    margin-top: -2.4rem !important;
  }
  .mr-container-n3,
  .mx-container-n3 {
    margin-right: -2.4rem !important;
  }
  .mb-container-n3,
  .my-container-n3 {
    margin-bottom: -2.4rem !important;
  }
  .ml-container-n3,
  .mx-container-n3 {
    margin-left: -2.4rem !important;
  }
  .m-container-n4 {
    margin: -4.8rem !important;
  }
  .mt-container-n4,
  .my-container-n4 {
    margin-top: -4.8rem !important;
  }
  .mr-container-n4,
  .mx-container-n4 {
    margin-right: -4.8rem !important;
  }
  .mb-container-n4,
  .my-container-n4 {
    margin-bottom: -4.8rem !important;
  }
  .ml-container-n4,
  .mx-container-n4 {
    margin-left: -4.8rem !important;
  }
  .m-container-n5 {
    margin: -6.8rem !important;
  }
  .mt-container-n5,
  .my-container-n5 {
    margin-top: -6.8rem !important;
  }
  .mr-container-n5,
  .mx-container-n5 {
    margin-right: -6.8rem !important;
  }
  .mb-container-n5,
  .my-container-n5 {
    margin-bottom: -6.8rem !important;
  }
  .ml-container-n5,
  .mx-container-n5 {
    margin-left: -6.8rem !important;
  }
  .m-container-auto {
    margin: auto !important;
  }
  .mt-container-auto,
  .my-container-auto {
    margin-top: auto !important;
  }
  .mr-container-auto,
  .mx-container-auto {
    margin-right: auto !important;
  }
  .mb-container-auto,
  .my-container-auto {
    margin-bottom: auto !important;
  }
  .ml-container-auto,
  .mx-container-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.4rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.4rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.4rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.4rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.4rem !important;
  }
  .m-lg-2 {
    margin: 1.6rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 1.6rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 1.6rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 1.6rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 1.6rem !important;
  }
  .m-lg-3 {
    margin: 2.4rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 2.4rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 2.4rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 2.4rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 2.4rem !important;
  }
  .m-lg-4 {
    margin: 4.8rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 4.8rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 4.8rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 4.8rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 4.8rem !important;
  }
  .m-lg-5 {
    margin: 6.8rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 6.8rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 6.8rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 6.8rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 6.8rem !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.4rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.4rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.4rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.4rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.4rem !important;
  }
  .p-lg-2 {
    padding: 1.6rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 1.6rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 1.6rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 1.6rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 1.6rem !important;
  }
  .p-lg-3 {
    padding: 2.4rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 2.4rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 2.4rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 2.4rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 2.4rem !important;
  }
  .p-lg-4 {
    padding: 4.8rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 4.8rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 4.8rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 4.8rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 4.8rem !important;
  }
  .p-lg-5 {
    padding: 6.8rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 6.8rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 6.8rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 6.8rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 6.8rem !important;
  }
  .m-lg-n1 {
    margin: -0.4rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.4rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.4rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.4rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.4rem !important;
  }
  .m-lg-n2 {
    margin: -1.6rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -1.6rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -1.6rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -1.6rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -1.6rem !important;
  }
  .m-lg-n3 {
    margin: -2.4rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -2.4rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -2.4rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -2.4rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -2.4rem !important;
  }
  .m-lg-n4 {
    margin: -4.8rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -4.8rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -4.8rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -4.8rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -4.8rem !important;
  }
  .m-lg-n5 {
    margin: -6.8rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -6.8rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -6.8rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -6.8rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -6.8rem !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.4rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.4rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.4rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.4rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.4rem !important;
  }
  .m-xl-2 {
    margin: 1.6rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 1.6rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 1.6rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 1.6rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 1.6rem !important;
  }
  .m-xl-3 {
    margin: 2.4rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 2.4rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 2.4rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 2.4rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 2.4rem !important;
  }
  .m-xl-4 {
    margin: 4.8rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 4.8rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 4.8rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 4.8rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 4.8rem !important;
  }
  .m-xl-5 {
    margin: 6.8rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 6.8rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 6.8rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 6.8rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 6.8rem !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.4rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.4rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.4rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.4rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.4rem !important;
  }
  .p-xl-2 {
    padding: 1.6rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 1.6rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 1.6rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 1.6rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 1.6rem !important;
  }
  .p-xl-3 {
    padding: 2.4rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 2.4rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 2.4rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 2.4rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 2.4rem !important;
  }
  .p-xl-4 {
    padding: 4.8rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 4.8rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 4.8rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 4.8rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 4.8rem !important;
  }
  .p-xl-5 {
    padding: 6.8rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 6.8rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 6.8rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 6.8rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 6.8rem !important;
  }
  .m-xl-n1 {
    margin: -0.4rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.4rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.4rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.4rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.4rem !important;
  }
  .m-xl-n2 {
    margin: -1.6rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -1.6rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -1.6rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -1.6rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -1.6rem !important;
  }
  .m-xl-n3 {
    margin: -2.4rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -2.4rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -2.4rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -2.4rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -2.4rem !important;
  }
  .m-xl-n4 {
    margin: -4.8rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -4.8rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -4.8rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -4.8rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -4.8rem !important;
  }
  .m-xl-n5 {
    margin: -6.8rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -6.8rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -6.8rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -6.8rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -6.8rem !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;
  }
}
@media (min-width: 1300px) {
  .m-half-screen-0 {
    margin: 0 !important;
  }
  .mt-half-screen-0,
  .my-half-screen-0 {
    margin-top: 0 !important;
  }
  .mr-half-screen-0,
  .mx-half-screen-0 {
    margin-right: 0 !important;
  }
  .mb-half-screen-0,
  .my-half-screen-0 {
    margin-bottom: 0 !important;
  }
  .ml-half-screen-0,
  .mx-half-screen-0 {
    margin-left: 0 !important;
  }
  .m-half-screen-1 {
    margin: 0.4rem !important;
  }
  .mt-half-screen-1,
  .my-half-screen-1 {
    margin-top: 0.4rem !important;
  }
  .mr-half-screen-1,
  .mx-half-screen-1 {
    margin-right: 0.4rem !important;
  }
  .mb-half-screen-1,
  .my-half-screen-1 {
    margin-bottom: 0.4rem !important;
  }
  .ml-half-screen-1,
  .mx-half-screen-1 {
    margin-left: 0.4rem !important;
  }
  .m-half-screen-2 {
    margin: 1.6rem !important;
  }
  .mt-half-screen-2,
  .my-half-screen-2 {
    margin-top: 1.6rem !important;
  }
  .mr-half-screen-2,
  .mx-half-screen-2 {
    margin-right: 1.6rem !important;
  }
  .mb-half-screen-2,
  .my-half-screen-2 {
    margin-bottom: 1.6rem !important;
  }
  .ml-half-screen-2,
  .mx-half-screen-2 {
    margin-left: 1.6rem !important;
  }
  .m-half-screen-3 {
    margin: 2.4rem !important;
  }
  .mt-half-screen-3,
  .my-half-screen-3 {
    margin-top: 2.4rem !important;
  }
  .mr-half-screen-3,
  .mx-half-screen-3 {
    margin-right: 2.4rem !important;
  }
  .mb-half-screen-3,
  .my-half-screen-3 {
    margin-bottom: 2.4rem !important;
  }
  .ml-half-screen-3,
  .mx-half-screen-3 {
    margin-left: 2.4rem !important;
  }
  .m-half-screen-4 {
    margin: 4.8rem !important;
  }
  .mt-half-screen-4,
  .my-half-screen-4 {
    margin-top: 4.8rem !important;
  }
  .mr-half-screen-4,
  .mx-half-screen-4 {
    margin-right: 4.8rem !important;
  }
  .mb-half-screen-4,
  .my-half-screen-4 {
    margin-bottom: 4.8rem !important;
  }
  .ml-half-screen-4,
  .mx-half-screen-4 {
    margin-left: 4.8rem !important;
  }
  .m-half-screen-5 {
    margin: 6.8rem !important;
  }
  .mt-half-screen-5,
  .my-half-screen-5 {
    margin-top: 6.8rem !important;
  }
  .mr-half-screen-5,
  .mx-half-screen-5 {
    margin-right: 6.8rem !important;
  }
  .mb-half-screen-5,
  .my-half-screen-5 {
    margin-bottom: 6.8rem !important;
  }
  .ml-half-screen-5,
  .mx-half-screen-5 {
    margin-left: 6.8rem !important;
  }
  .p-half-screen-0 {
    padding: 0 !important;
  }
  .pt-half-screen-0,
  .py-half-screen-0 {
    padding-top: 0 !important;
  }
  .pr-half-screen-0,
  .px-half-screen-0 {
    padding-right: 0 !important;
  }
  .pb-half-screen-0,
  .py-half-screen-0 {
    padding-bottom: 0 !important;
  }
  .pl-half-screen-0,
  .px-half-screen-0 {
    padding-left: 0 !important;
  }
  .p-half-screen-1 {
    padding: 0.4rem !important;
  }
  .pt-half-screen-1,
  .py-half-screen-1 {
    padding-top: 0.4rem !important;
  }
  .pr-half-screen-1,
  .px-half-screen-1 {
    padding-right: 0.4rem !important;
  }
  .pb-half-screen-1,
  .py-half-screen-1 {
    padding-bottom: 0.4rem !important;
  }
  .pl-half-screen-1,
  .px-half-screen-1 {
    padding-left: 0.4rem !important;
  }
  .p-half-screen-2 {
    padding: 1.6rem !important;
  }
  .pt-half-screen-2,
  .py-half-screen-2 {
    padding-top: 1.6rem !important;
  }
  .pr-half-screen-2,
  .px-half-screen-2 {
    padding-right: 1.6rem !important;
  }
  .pb-half-screen-2,
  .py-half-screen-2 {
    padding-bottom: 1.6rem !important;
  }
  .pl-half-screen-2,
  .px-half-screen-2 {
    padding-left: 1.6rem !important;
  }
  .p-half-screen-3 {
    padding: 2.4rem !important;
  }
  .pt-half-screen-3,
  .py-half-screen-3 {
    padding-top: 2.4rem !important;
  }
  .pr-half-screen-3,
  .px-half-screen-3 {
    padding-right: 2.4rem !important;
  }
  .pb-half-screen-3,
  .py-half-screen-3 {
    padding-bottom: 2.4rem !important;
  }
  .pl-half-screen-3,
  .px-half-screen-3 {
    padding-left: 2.4rem !important;
  }
  .p-half-screen-4 {
    padding: 4.8rem !important;
  }
  .pt-half-screen-4,
  .py-half-screen-4 {
    padding-top: 4.8rem !important;
  }
  .pr-half-screen-4,
  .px-half-screen-4 {
    padding-right: 4.8rem !important;
  }
  .pb-half-screen-4,
  .py-half-screen-4 {
    padding-bottom: 4.8rem !important;
  }
  .pl-half-screen-4,
  .px-half-screen-4 {
    padding-left: 4.8rem !important;
  }
  .p-half-screen-5 {
    padding: 6.8rem !important;
  }
  .pt-half-screen-5,
  .py-half-screen-5 {
    padding-top: 6.8rem !important;
  }
  .pr-half-screen-5,
  .px-half-screen-5 {
    padding-right: 6.8rem !important;
  }
  .pb-half-screen-5,
  .py-half-screen-5 {
    padding-bottom: 6.8rem !important;
  }
  .pl-half-screen-5,
  .px-half-screen-5 {
    padding-left: 6.8rem !important;
  }
  .m-half-screen-n1 {
    margin: -0.4rem !important;
  }
  .mt-half-screen-n1,
  .my-half-screen-n1 {
    margin-top: -0.4rem !important;
  }
  .mr-half-screen-n1,
  .mx-half-screen-n1 {
    margin-right: -0.4rem !important;
  }
  .mb-half-screen-n1,
  .my-half-screen-n1 {
    margin-bottom: -0.4rem !important;
  }
  .ml-half-screen-n1,
  .mx-half-screen-n1 {
    margin-left: -0.4rem !important;
  }
  .m-half-screen-n2 {
    margin: -1.6rem !important;
  }
  .mt-half-screen-n2,
  .my-half-screen-n2 {
    margin-top: -1.6rem !important;
  }
  .mr-half-screen-n2,
  .mx-half-screen-n2 {
    margin-right: -1.6rem !important;
  }
  .mb-half-screen-n2,
  .my-half-screen-n2 {
    margin-bottom: -1.6rem !important;
  }
  .ml-half-screen-n2,
  .mx-half-screen-n2 {
    margin-left: -1.6rem !important;
  }
  .m-half-screen-n3 {
    margin: -2.4rem !important;
  }
  .mt-half-screen-n3,
  .my-half-screen-n3 {
    margin-top: -2.4rem !important;
  }
  .mr-half-screen-n3,
  .mx-half-screen-n3 {
    margin-right: -2.4rem !important;
  }
  .mb-half-screen-n3,
  .my-half-screen-n3 {
    margin-bottom: -2.4rem !important;
  }
  .ml-half-screen-n3,
  .mx-half-screen-n3 {
    margin-left: -2.4rem !important;
  }
  .m-half-screen-n4 {
    margin: -4.8rem !important;
  }
  .mt-half-screen-n4,
  .my-half-screen-n4 {
    margin-top: -4.8rem !important;
  }
  .mr-half-screen-n4,
  .mx-half-screen-n4 {
    margin-right: -4.8rem !important;
  }
  .mb-half-screen-n4,
  .my-half-screen-n4 {
    margin-bottom: -4.8rem !important;
  }
  .ml-half-screen-n4,
  .mx-half-screen-n4 {
    margin-left: -4.8rem !important;
  }
  .m-half-screen-n5 {
    margin: -6.8rem !important;
  }
  .mt-half-screen-n5,
  .my-half-screen-n5 {
    margin-top: -6.8rem !important;
  }
  .mr-half-screen-n5,
  .mx-half-screen-n5 {
    margin-right: -6.8rem !important;
  }
  .mb-half-screen-n5,
  .my-half-screen-n5 {
    margin-bottom: -6.8rem !important;
  }
  .ml-half-screen-n5,
  .mx-half-screen-n5 {
    margin-left: -6.8rem !important;
  }
  .m-half-screen-auto {
    margin: auto !important;
  }
  .mt-half-screen-auto,
  .my-half-screen-auto {
    margin-top: auto !important;
  }
  .mr-half-screen-auto,
  .mx-half-screen-auto {
    margin-right: auto !important;
  }
  .mb-half-screen-auto,
  .my-half-screen-auto {
    margin-bottom: auto !important;
  }
  .ml-half-screen-auto,
  .mx-half-screen-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 2200px) {
  .m-xxl-0 {
    margin: 0 !important;
  }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important;
  }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important;
  }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.4rem !important;
  }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.4rem !important;
  }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.4rem !important;
  }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.4rem !important;
  }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.4rem !important;
  }
  .m-xxl-2 {
    margin: 1.6rem !important;
  }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 1.6rem !important;
  }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 1.6rem !important;
  }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 1.6rem !important;
  }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 1.6rem !important;
  }
  .m-xxl-3 {
    margin: 2.4rem !important;
  }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 2.4rem !important;
  }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 2.4rem !important;
  }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 2.4rem !important;
  }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 2.4rem !important;
  }
  .m-xxl-4 {
    margin: 4.8rem !important;
  }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 4.8rem !important;
  }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 4.8rem !important;
  }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 4.8rem !important;
  }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 4.8rem !important;
  }
  .m-xxl-5 {
    margin: 6.8rem !important;
  }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 6.8rem !important;
  }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 6.8rem !important;
  }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 6.8rem !important;
  }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 6.8rem !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important;
  }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important;
  }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.4rem !important;
  }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.4rem !important;
  }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.4rem !important;
  }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.4rem !important;
  }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.4rem !important;
  }
  .p-xxl-2 {
    padding: 1.6rem !important;
  }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 1.6rem !important;
  }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 1.6rem !important;
  }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 1.6rem !important;
  }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 1.6rem !important;
  }
  .p-xxl-3 {
    padding: 2.4rem !important;
  }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 2.4rem !important;
  }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 2.4rem !important;
  }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 2.4rem !important;
  }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 2.4rem !important;
  }
  .p-xxl-4 {
    padding: 4.8rem !important;
  }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 4.8rem !important;
  }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 4.8rem !important;
  }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 4.8rem !important;
  }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 4.8rem !important;
  }
  .p-xxl-5 {
    padding: 6.8rem !important;
  }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 6.8rem !important;
  }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 6.8rem !important;
  }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 6.8rem !important;
  }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 6.8rem !important;
  }
  .m-xxl-n1 {
    margin: -0.4rem !important;
  }
  .mt-xxl-n1,
  .my-xxl-n1 {
    margin-top: -0.4rem !important;
  }
  .mr-xxl-n1,
  .mx-xxl-n1 {
    margin-right: -0.4rem !important;
  }
  .mb-xxl-n1,
  .my-xxl-n1 {
    margin-bottom: -0.4rem !important;
  }
  .ml-xxl-n1,
  .mx-xxl-n1 {
    margin-left: -0.4rem !important;
  }
  .m-xxl-n2 {
    margin: -1.6rem !important;
  }
  .mt-xxl-n2,
  .my-xxl-n2 {
    margin-top: -1.6rem !important;
  }
  .mr-xxl-n2,
  .mx-xxl-n2 {
    margin-right: -1.6rem !important;
  }
  .mb-xxl-n2,
  .my-xxl-n2 {
    margin-bottom: -1.6rem !important;
  }
  .ml-xxl-n2,
  .mx-xxl-n2 {
    margin-left: -1.6rem !important;
  }
  .m-xxl-n3 {
    margin: -2.4rem !important;
  }
  .mt-xxl-n3,
  .my-xxl-n3 {
    margin-top: -2.4rem !important;
  }
  .mr-xxl-n3,
  .mx-xxl-n3 {
    margin-right: -2.4rem !important;
  }
  .mb-xxl-n3,
  .my-xxl-n3 {
    margin-bottom: -2.4rem !important;
  }
  .ml-xxl-n3,
  .mx-xxl-n3 {
    margin-left: -2.4rem !important;
  }
  .m-xxl-n4 {
    margin: -4.8rem !important;
  }
  .mt-xxl-n4,
  .my-xxl-n4 {
    margin-top: -4.8rem !important;
  }
  .mr-xxl-n4,
  .mx-xxl-n4 {
    margin-right: -4.8rem !important;
  }
  .mb-xxl-n4,
  .my-xxl-n4 {
    margin-bottom: -4.8rem !important;
  }
  .ml-xxl-n4,
  .mx-xxl-n4 {
    margin-left: -4.8rem !important;
  }
  .m-xxl-n5 {
    margin: -6.8rem !important;
  }
  .mt-xxl-n5,
  .my-xxl-n5 {
    margin-top: -6.8rem !important;
  }
  .mr-xxl-n5,
  .mx-xxl-n5 {
    margin-right: -6.8rem !important;
  }
  .mb-xxl-n5,
  .my-xxl-n5 {
    margin-bottom: -6.8rem !important;
  }
  .ml-xxl-n5,
  .mx-xxl-n5 {
    margin-left: -6.8rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important;
  }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important;
  }
}
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

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

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

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

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

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

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

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

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

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

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  -ms-grid-row-align: auto !important;
  align-self: auto !important;
}

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

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

.align-self-center {
  -ms-flex-item-align: center !important;
  -ms-grid-row-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  -ms-grid-row-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 350px) {
  .flex-phone-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-phone-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-phone-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-phone-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-phone-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-phone-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-phone-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-phone-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-phone-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-phone-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-phone-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-phone-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-phone-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-phone-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-phone-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-phone-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-phone-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-phone-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-phone-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-phone-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-phone-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-phone-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-phone-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-phone-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-phone-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-phone-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-phone-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-phone-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-phone-sm-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-phone-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-phone-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-phone-sm-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-phone-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-phone-sm-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 450px) {
  .flex-phone-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-phone-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-phone-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-phone-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-phone-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-phone-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-phone-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-phone-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-phone-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-phone-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-phone-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-phone-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-phone-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-phone-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-phone-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-phone-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-phone-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-phone-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-phone-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-phone-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-phone-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-phone-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-phone-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-phone-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-phone-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-phone-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-phone-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-phone-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-phone-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-phone-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-phone-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-phone-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-phone-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-phone-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 800px) {
  .flex-container-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-container-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-container-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-container-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-container-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-container-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-container-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-container-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-container-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-container-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-container-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-container-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-container-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-container-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-container-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-container-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-container-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-container-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-container-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-container-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-container-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-container-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-container-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-container-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-container-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-container-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-container-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-container-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-container-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-container-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-container-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-container-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-container-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-container-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1300px) {
  .flex-half-screen-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-half-screen-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-half-screen-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-half-screen-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-half-screen-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-half-screen-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-half-screen-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-half-screen-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-half-screen-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-half-screen-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-half-screen-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-half-screen-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-half-screen-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-half-screen-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-half-screen-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-half-screen-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-half-screen-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-half-screen-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-half-screen-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-half-screen-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-half-screen-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-half-screen-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-half-screen-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-half-screen-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-half-screen-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-half-screen-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-half-screen-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-half-screen-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-half-screen-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-half-screen-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-half-screen-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-half-screen-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-half-screen-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-half-screen-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 2200px) {
  .flex-xxl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xxl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xxl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xxl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xxl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xxl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xxl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xxl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xxl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}
/* -----------------------------------------------------------------------------
 * Bootstrap grid overrides
 * -------------------------------------------------------------------------- */
.container-fluid--limit {
  /* -----------------------------------------------------------------------------
   * Hand correct each setting
   * -------------------------------------------------------------------------- */
}
@media (min-width: 845px) {
  .container-fluid--limit {
    width: 800px;
  }
}
.container-fluid--sm {
  /* -----------------------------------------------------------------------------
   * Hand correct each setting
   * -------------------------------------------------------------------------- */
}
@media (min-width: 621px) {
  .container-fluid--sm {
    width: 576px;
  }
}
.container-fluid--lg {
  /* -----------------------------------------------------------------------------
   * Hand correct each setting
   * -------------------------------------------------------------------------- */
}
@media (min-width: 1037px) {
  .container-fluid--lg {
    width: 992px;
  }
}
.container-fluid--xl {
  /* -----------------------------------------------------------------------------
   * Hand correct each setting
   * -------------------------------------------------------------------------- */
}
@media (min-width: 1245px) {
  .container-fluid--xl {
    width: 1200px;
  }
}

/* -----------------------------------------------------------------------------
 * Grid fixes (IE10 & 11)
 * -------------------------------------------------------------------------- */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  [class^=col-] {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
/* -----------------------------------------------------------------------------
 * Components
 * -------------------------------------------------------------------------- */
/* -----------------------------------------------------------------------------
 * Buttons
 * -------------------------------------------------------------------------- */
.button, .button-inactive {
  display: block;
  width: 100%;
  padding: 8px 0;
  padding: 0.8rem 0;
  margin: 32px 0 14px;
  margin: 3.2rem 0 1.4rem;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 32px;
  line-height: 3.2rem;
  letter-spacing: 0;
  color: #000000;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  background: #f050f8;
  border: 2px solid #f050f8;
  border: 0.2rem solid #f050f8;
  border-radius: 0.4rem;
  box-shadow: none;
  transition: all 0.15s linear;
}
.button:active, .button-inactive:active, .button:focus, .button-inactive:focus, .button:hover, .button-inactive:hover {
  color: #000000;
  text-decoration: none;
  outline: 0;
}
.button:focus, .button-inactive:focus {
  border-color: #ffffff;
}
.button:hover, .button-inactive:hover {
  background: rgb(235.7967032967, 30.9615384615, 246.0384615385);
}
.button--secondary {
  color: #040f27;
  background-color: #60f0f8;
  border-color: #60f0f8;
}
.button--secondary:focus {
  border-color: #ffffff;
}
.button--secondary:hover {
  background: rgb(47.1506024096, 235.3915662651, 245.8493975904);
}
.button--tertiary {
  color: #011638;
  background-color: #f0ffff;
  border-color: #f0ffff;
}
.button--tertiary:focus {
  border-color: #f050f8;
}
.button--tertiary:hover {
  background: #bdffff;
}

/* -----------------------------------------------------------------------------
* Blue
* -------------------------------------------------------------------------- */
.button-blue {
  color: #000000;
  background-color: #60f0f8;
  border-color: #60f0f8;
  box-shadow: none;
}
.button-blue:active, .button-blue:focus, .button-blue:hover {
  color: #000000;
  box-shadow: none;
}
.button-blue:hover {
  background-color: rgb(86.2301204819, 239.078313253, 247.5698795181);
}
.button-blue:focus {
  border-color: #000000;
}

/* -----------------------------------------------------------------------------
* Inactive (Secondary)
* -------------------------------------------------------------------------- */
.button-inactive {
  color: #f0ffff;
  background-color: #180048;
  border: 2px solid #f0ffff;
  border: 0.2rem solid #f0ffff;
  box-shadow: none;
}
.button-inactive:active, .button-inactive:focus, .button-inactive:hover {
  color: #f0ffff;
}
.button-inactive:hover {
  background-color: rgb(20.6, 0, 61.8);
}

.button--outline {
  padding: 4px 8px;
  padding: 0.4rem 0.8rem;
  font-size: 10px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 12px;
  line-height: 1.2rem;
  color: white;
  text-decoration: none;
  border: 1px solid white;
  border: 0.1rem solid white;
  border-radius: 4rem;
  transition: 0.3s ease-in-out;
}
.button--outline:hover, .button--outline:focus {
  color: white;
  text-decoration: none;
  background-color: #29007b;
}

/* -----------------------------------------------------------------------------
 * Cards
 * -------------------------------------------------------------------------- */
.card {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  padding-bottom: 8px;
  padding-bottom: 0.8rem;
  text-align: center;
  text-decoration: none;
  background: #180048;
}
.card h3 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 400;
  color: #60f0f8;
}
.card:hover, .card:focus {
  text-decoration: none;
}
.card__link {
  margin-top: auto;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  color: white;
  text-decoration: underline;
  text-transform: uppercase;
}

/* -----------------------------------------------------------------------------
 * Wells
 * -------------------------------------------------------------------------- */
.well {
  padding: 8px 0 16px;
  padding: 0.8rem 0 1.6rem;
  color: #ffffff;
  background: #100030;
}

/* -----------------------------------------------------------------------------
 * Timeline
 * -------------------------------------------------------------------------- */
.timeline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 60px;
  margin-top: 6rem;
  /* -----------------------------------------------------------------------------
   * Hand correct each setting
   * -------------------------------------------------------------------------- */
}
@media (min-width: 992px) {
  .timeline {
    padding: 0 8rem 0 2.8rem;
  }
}
.timeline__item {
  position: relative;
  width: 100%;
  padding-left: 24px;
  padding-left: 2.4rem;
  border-left: 3px solid #5840ff;
  border-left: 0.3rem solid #5840ff;
  /* -----------------------------------------------------------------------------
   * Hand correct each setting
   * -------------------------------------------------------------------------- */
}
@media (min-width: 992px) {
  .timeline__item {
    padding-left: 4.8rem;
  }
}
.timeline__item:before {
  position: absolute;
  top: 0;
  left: -8px;
  left: -0.8rem;
  width: 12px;
  width: 1.2rem;
  height: 12px;
  height: 1.2rem;
  background-color: #5840ff;
  border-radius: 50%;
  content: "";
}
.timeline__item h3 {
  margin-top: -8px;
  margin-top: -0.8rem;
  font-size: 24px;
  font-size: 2.4rem;
  color: #5840ff;
}
.timeline__item p {
  padding-right: 16px;
  padding-right: 1.6rem;
  margin-bottom: 40px;
  margin-bottom: 4rem;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
}
.timeline__item:first-child:before {
  left: -12px;
  left: -1.2rem;
  width: 20px;
  width: 2rem;
  height: 20px;
  height: 2rem;
}
.timeline__item:first-child h4 {
  margin-top: -4px;
  margin-top: -0.4rem;
}
.timeline__item:last-child {
  border-left: 3px dashed #60f0f8;
  border-left: 0.3rem dashed #60f0f8;
}
.timeline__item:last-child:before {
  background-color: #60f0f8;
}
.timeline__item:last-child h3 {
  color: #60f0f8;
}
.timeline__item:last-child p {
  padding-right: 0;
}

/* -----------------------------------------------------------------------------
 * Pages
 * -------------------------------------------------------------------------- */
/* -----------------------------------------------------------------------------
 * Home
 * -------------------------------------------------------------------------- */
.triangle-purple {
  position: relative;
  top: 160px;
  top: 16rem;
  z-index: -2;
  display: none;
  height: 230px;
  height: 23rem;
  background: inherit;
  background-color: #180048;
  content: "";
  -ms-transform: skewY(8.5deg);
  transform: skewY(8.5deg);
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  /* -----------------------------------------------------------------------------
   * Hand correct each setting
   * -------------------------------------------------------------------------- */
}
@media (min-width: 768px) {
  .triangle-purple {
    top: 6rem;
    display: block;
    height: 12rem;
  }
}

.flags {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 32px;
  line-height: 3.2rem;
}

/* -----------------------------------------------------------------------------
 * Utilities
 * -------------------------------------------------------------------------- */
/* -----------------------------------------------------------------------------
 * Utilities
 * -------------------------------------------------------------------------- */
.align-left {
  text-align: left;
}

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

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

.align-center—image {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

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

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

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

@media (min-width: 450px) {
  .align-left-mobile {
    text-align: inherit;
  }
  .align-right-mobile {
    text-align: inherit;
  }
  .align-center-mobile {
    text-align: inherit;
  }
}
.block {
  display: block;
}

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

.clear-both {
  clear: both;
}

.flex {
  display: -ms-flexbox;
  display: flex;
}

.space-between {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.word-wrap {
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.no-mobile,
.no-mobile-inline {
  display: none;
}

@media (min-width: 450px) {
  .no-mobile {
    display: block;
  }
  .no-mobile-inline {
    display: inline;
  }
}
.mobile-only {
  display: block;
}

.mobile-only-inline {
  display: inline;
}

@media (min-width: 450px) {
  .mobile-only,
  .mobile-only-inline {
    display: none;
  }
}
.hidden {
  display: none;
}

.show {
  display: block;
}

.offscreen {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px); /* for Internet Explorer */
  clip: rect(1px, 1px, 1px, 1px);
  border: 0;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.grow {
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.uppercase {
  text-transform: uppercase;
}

.underline {
  text-decoration: underline;
}

.white {
  color: white;
}

.blue {
  color: #60f0f8;
}

.purple {
  color: #5840ff;
}

.warning {
  color: #ffa26b;
}

.font-size-md {
  font-size: 1.25em;
}

@media screen and (max-width: 767px) {
  .hidden-mobile {
    display: none;
    visibility: hidden;
  }
}

@media screen and (min-width: 768px) {
  .hidden-not-mobile {
    display: none;
    visibility: hidden;
  }
}

/* -----------------------------------------------------------------------------
 * Pages
 * -------------------------------------------------------------------------- */