/**
 * [SASS variables setup]
 * Set up grid, colors, spacing..
*/
/**
 * [Spacing]
 * Mostly from here:
 * http://v4-alpha.getbootstrap.com/utilities/spacing/
 */
/**
 * [Grid breakpoints]
 * Define the minimum dimensions at which your layout will change,
 * adapting to different screen sizes, for use in media queries.
 */
/**
 * [Grid container and wrapper]
 * Define the maximum width of `.container` for different screen sizes.
 * Define the ".wrapper" max-width for use with container-fluid
 * NOTE Ascending!
 */
/**
 * [Grid columns & gutters setup]
 * Set the number of columns and specify the width of the gutters.
 */
/** [Color setup] */
/** We have a color utility, all the colors passed to this list will be included! Use classes like: .u-bg--b or .u-color--brand-main */
/**
 * [Vendor imports]
 * Do not modify.
 */
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
========================================================================== */
/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in
*    IE on Windows Phone and in iOS.
*/
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections ========================================================================== */
/**
* Remove the margin in all browsers (opinionated).
*/
body {
  margin: 0;
}

/**
* Add the correct display in IE 9-.
*/
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
========================================================================== */
/**
* Add the correct display in IE 9-.
* 1. Add the correct display in IE.
*/
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
* Add the correct margin in IE 8.
*/
figure {
  margin: 1em 40px;
}

/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
========================================================================== */
/**
* 1. Remove the gray background on active links in IE 10.
* 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
*/
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
* 1. Remove the bottom border in Chrome 57- and Firefox 39-.
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
  border-bottom: 0; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
* Prevent the duplicate application of `bolder` by the next rule in Safari 6.
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
  font-weight: inherit;
  font-weight: bolder;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
* Add the correct font style in Android 4.3-.
*/
dfn {
  font-style: italic;
}

/**
* Add the correct background and color in IE 9-.
*/
mark {
  background-color: #ff0;
  color: #000;
}

/**
* Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
========================================================================== */
/**
* Add the correct display in IE 9-.
*/
audio,
video {
  display: inline-block;
}

/**
* Add the correct display in iOS 4-7.
*/
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
* Remove the border on images inside links in IE 10-.
*/
img {
  border-style: none;
}

/**
* Hide the overflow in IE.
*/
svg:not(:root) {
  overflow: hidden;
}

/* Forms
========================================================================== */
/**
* 1. Change the font styles in all browsers (opinionated).
* 2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input { /* 1 */
  overflow: visible;
}

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select { /* 1 */
  text-transform: none;
}

/**
* 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
*    controls in Android 4.
* 2. Correct the inability to style clickable types in iOS and Safari.
*/
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
* Correct the padding in Firefox.
*/
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*    `fieldset` elements in all browsers.
*/
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
* 1. Add the correct display in IE 9-.
* 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
* Remove the default vertical scrollbar in IE.
*/
textarea {
  overflow: auto;
}

/**
* 1. Add the correct box sizing in IE 10-.
* 2. Remove the padding in IE 10-.
*/
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
* Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
*/
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
========================================================================== */
/*
* Add the correct display in IE 9-.
* 1. Add the correct display in Edge, IE, and Firefox.
*/
details,
menu {
  display: block;
}

/*
* Add the correct display in all browsers.
*/
summary {
  display: list-item;
}

/* Scripting
========================================================================== */
/**
* Add the correct display in IE 9-.
*/
canvas {
  display: inline-block;
}

/**
* Add the correct display in IE.
*/
template {
  display: none;
}

/* Hidden
========================================================================== */
/**
* Add the correct display in IE 10-.
*/
[hidden] {
  display: none;
}

.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0.8rem;
  padding-left: 0.8rem;
}
@media (min-width: 576px) {
  .container {
    padding-right: 0.8rem;
    padding-left: 0.8rem;
  }
}
@media (min-width: 768px) {
  .container {
    padding-right: 0.8rem;
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) {
  .container {
    padding-right: 0.8rem;
    padding-left: 0.8rem;
  }
}
@media (min-width: 1480px) {
  .container {
    padding-right: 0.8rem;
    padding-left: 0.8rem;
  }
}
@media (min-width: 576px) {
  .container {
    width: 540px;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .container {
    width: 720px;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
    max-width: 100%;
  }
}
@media (min-width: 1480px) {
  .container {
    width: 1480px;
    max-width: 100%;
  }
}

.container-fluid {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0.8rem;
  padding-left: 0.8rem;
}
@media (min-width: 576px) {
  .container-fluid {
    padding-right: 0.8rem;
    padding-left: 0.8rem;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-right: 0.8rem;
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) {
  .container-fluid {
    padding-right: 0.8rem;
    padding-left: 0.8rem;
  }
}
@media (min-width: 1480px) {
  .container-fluid {
    padding-right: 0.8rem;
    padding-left: 0.8rem;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.8rem;
  margin-left: -0.8rem;
}
@media (min-width: 576px) {
  .row {
    margin-right: -0.8rem;
    margin-left: -0.8rem;
  }
}
@media (min-width: 768px) {
  .row {
    margin-right: -0.8rem;
    margin-left: -0.8rem;
  }
}
@media (min-width: 992px) {
  .row {
    margin-right: -0.8rem;
    margin-left: -0.8rem;
  }
}
@media (min-width: 1480px) {
  .row {
    margin-right: -0.8rem;
    margin-left: -0.8rem;
  }
}

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

.col-xl, .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-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-md, .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-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, .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%;
  min-height: 1px;
  padding-right: 0.8rem;
  padding-left: 0.8rem;
}
@media (min-width: 576px) {
  .col-xl, .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-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-md, .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-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, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
    padding-right: 0.8rem;
    padding-left: 0.8rem;
  }
}
@media (min-width: 768px) {
  .col-xl, .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-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-md, .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-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, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
    padding-right: 0.8rem;
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) {
  .col-xl, .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-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-md, .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-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, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
    padding-right: 0.8rem;
    padding-left: 0.8rem;
  }
}
@media (min-width: 1480px) {
  .col-xl, .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-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-md, .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-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, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
    padding-right: 0.8rem;
    padding-left: 0.8rem;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pull-0 {
  right: auto;
}

.pull-1 {
  right: 8.3333333333%;
}

.pull-2 {
  right: 16.6666666667%;
}

.pull-3 {
  right: 25%;
}

.pull-4 {
  right: 33.3333333333%;
}

.pull-5 {
  right: 41.6666666667%;
}

.pull-6 {
  right: 50%;
}

.pull-7 {
  right: 58.3333333333%;
}

.pull-8 {
  right: 66.6666666667%;
}

.pull-9 {
  right: 75%;
}

.pull-10 {
  right: 83.3333333333%;
}

.pull-11 {
  right: 91.6666666667%;
}

.pull-12 {
  right: 100%;
}

.push-0 {
  left: auto;
}

.push-1 {
  left: 8.3333333333%;
}

.push-2 {
  left: 16.6666666667%;
}

.push-3 {
  left: 25%;
}

.push-4 {
  left: 33.3333333333%;
}

.push-5 {
  left: 41.6666666667%;
}

.push-6 {
  left: 50%;
}

.push-7 {
  left: 58.3333333333%;
}

.push-8 {
  left: 66.6666666667%;
}

.push-9 {
  left: 75%;
}

.push-10 {
  left: 83.3333333333%;
}

.push-11 {
  left: 91.6666666667%;
}

.push-12 {
  left: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-sm-0 {
    right: auto;
  }
  .pull-sm-1 {
    right: 8.3333333333%;
  }
  .pull-sm-2 {
    right: 16.6666666667%;
  }
  .pull-sm-3 {
    right: 25%;
  }
  .pull-sm-4 {
    right: 33.3333333333%;
  }
  .pull-sm-5 {
    right: 41.6666666667%;
  }
  .pull-sm-6 {
    right: 50%;
  }
  .pull-sm-7 {
    right: 58.3333333333%;
  }
  .pull-sm-8 {
    right: 66.6666666667%;
  }
  .pull-sm-9 {
    right: 75%;
  }
  .pull-sm-10 {
    right: 83.3333333333%;
  }
  .pull-sm-11 {
    right: 91.6666666667%;
  }
  .pull-sm-12 {
    right: 100%;
  }
  .push-sm-0 {
    left: auto;
  }
  .push-sm-1 {
    left: 8.3333333333%;
  }
  .push-sm-2 {
    left: 16.6666666667%;
  }
  .push-sm-3 {
    left: 25%;
  }
  .push-sm-4 {
    left: 33.3333333333%;
  }
  .push-sm-5 {
    left: 41.6666666667%;
  }
  .push-sm-6 {
    left: 50%;
  }
  .push-sm-7 {
    left: 58.3333333333%;
  }
  .push-sm-8 {
    left: 66.6666666667%;
  }
  .push-sm-9 {
    left: 75%;
  }
  .push-sm-10 {
    left: 83.3333333333%;
  }
  .push-sm-11 {
    left: 91.6666666667%;
  }
  .push-sm-12 {
    left: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0%;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-md-0 {
    right: auto;
  }
  .pull-md-1 {
    right: 8.3333333333%;
  }
  .pull-md-2 {
    right: 16.6666666667%;
  }
  .pull-md-3 {
    right: 25%;
  }
  .pull-md-4 {
    right: 33.3333333333%;
  }
  .pull-md-5 {
    right: 41.6666666667%;
  }
  .pull-md-6 {
    right: 50%;
  }
  .pull-md-7 {
    right: 58.3333333333%;
  }
  .pull-md-8 {
    right: 66.6666666667%;
  }
  .pull-md-9 {
    right: 75%;
  }
  .pull-md-10 {
    right: 83.3333333333%;
  }
  .pull-md-11 {
    right: 91.6666666667%;
  }
  .pull-md-12 {
    right: 100%;
  }
  .push-md-0 {
    left: auto;
  }
  .push-md-1 {
    left: 8.3333333333%;
  }
  .push-md-2 {
    left: 16.6666666667%;
  }
  .push-md-3 {
    left: 25%;
  }
  .push-md-4 {
    left: 33.3333333333%;
  }
  .push-md-5 {
    left: 41.6666666667%;
  }
  .push-md-6 {
    left: 50%;
  }
  .push-md-7 {
    left: 58.3333333333%;
  }
  .push-md-8 {
    left: 66.6666666667%;
  }
  .push-md-9 {
    left: 75%;
  }
  .push-md-10 {
    left: 83.3333333333%;
  }
  .push-md-11 {
    left: 91.6666666667%;
  }
  .push-md-12 {
    left: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0%;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-lg-0 {
    right: auto;
  }
  .pull-lg-1 {
    right: 8.3333333333%;
  }
  .pull-lg-2 {
    right: 16.6666666667%;
  }
  .pull-lg-3 {
    right: 25%;
  }
  .pull-lg-4 {
    right: 33.3333333333%;
  }
  .pull-lg-5 {
    right: 41.6666666667%;
  }
  .pull-lg-6 {
    right: 50%;
  }
  .pull-lg-7 {
    right: 58.3333333333%;
  }
  .pull-lg-8 {
    right: 66.6666666667%;
  }
  .pull-lg-9 {
    right: 75%;
  }
  .pull-lg-10 {
    right: 83.3333333333%;
  }
  .pull-lg-11 {
    right: 91.6666666667%;
  }
  .pull-lg-12 {
    right: 100%;
  }
  .push-lg-0 {
    left: auto;
  }
  .push-lg-1 {
    left: 8.3333333333%;
  }
  .push-lg-2 {
    left: 16.6666666667%;
  }
  .push-lg-3 {
    left: 25%;
  }
  .push-lg-4 {
    left: 33.3333333333%;
  }
  .push-lg-5 {
    left: 41.6666666667%;
  }
  .push-lg-6 {
    left: 50%;
  }
  .push-lg-7 {
    left: 58.3333333333%;
  }
  .push-lg-8 {
    left: 66.6666666667%;
  }
  .push-lg-9 {
    left: 75%;
  }
  .push-lg-10 {
    left: 83.3333333333%;
  }
  .push-lg-11 {
    left: 91.6666666667%;
  }
  .push-lg-12 {
    left: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0%;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1480px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-xl-0 {
    right: auto;
  }
  .pull-xl-1 {
    right: 8.3333333333%;
  }
  .pull-xl-2 {
    right: 16.6666666667%;
  }
  .pull-xl-3 {
    right: 25%;
  }
  .pull-xl-4 {
    right: 33.3333333333%;
  }
  .pull-xl-5 {
    right: 41.6666666667%;
  }
  .pull-xl-6 {
    right: 50%;
  }
  .pull-xl-7 {
    right: 58.3333333333%;
  }
  .pull-xl-8 {
    right: 66.6666666667%;
  }
  .pull-xl-9 {
    right: 75%;
  }
  .pull-xl-10 {
    right: 83.3333333333%;
  }
  .pull-xl-11 {
    right: 91.6666666667%;
  }
  .pull-xl-12 {
    right: 100%;
  }
  .push-xl-0 {
    left: auto;
  }
  .push-xl-1 {
    left: 8.3333333333%;
  }
  .push-xl-2 {
    left: 16.6666666667%;
  }
  .push-xl-3 {
    left: 25%;
  }
  .push-xl-4 {
    left: 33.3333333333%;
  }
  .push-xl-5 {
    left: 41.6666666667%;
  }
  .push-xl-6 {
    left: 50%;
  }
  .push-xl-7 {
    left: 58.3333333333%;
  }
  .push-xl-8 {
    left: 66.6666666667%;
  }
  .push-xl-9 {
    left: 75%;
  }
  .push-xl-10 {
    left: 83.3333333333%;
  }
  .push-xl-11 {
    left: 91.6666666667%;
  }
  .push-xl-12 {
    left: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0%;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.d-none {
  display: none !important;
}

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1480px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1480px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.hidden-xs-up {
  display: none !important;
}

@media (max-width: 575px) {
  .hidden-xs-down {
    display: none !important;
  }
}

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

@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}

@media (max-width: 1479px) {
  .hidden-lg-down {
    display: none !important;
  }
}

@media (min-width: 1480px) {
  .hidden-xl-up {
    display: none !important;
  }
}

.hidden-xl-down {
  display: none !important;
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1480px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.m-0 {
  margin: 0 0 !important;
}

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

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

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

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

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

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

.m-05 {
  margin: 0.8rem 0.8rem !important;
}

.mt-05 {
  margin-top: 0.8rem !important;
}

.mr-05 {
  margin-right: 0.8rem !important;
}

.mb-05 {
  margin-bottom: 0.8rem !important;
}

.ml-05 {
  margin-left: 0.8rem !important;
}

.mx-05 {
  margin-right: 0.8rem !important;
  margin-left: 0.8rem !important;
}

.my-05 {
  margin-top: 0.8rem !important;
  margin-bottom: 0.8rem !important;
}

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

.mt-1 {
  margin-top: 1.6rem !important;
}

.mr-1 {
  margin-right: 1.6rem !important;
}

.mb-1 {
  margin-bottom: 1.6rem !important;
}

.ml-1 {
  margin-left: 1.6rem !important;
}

.mx-1 {
  margin-right: 1.6rem !important;
  margin-left: 1.6rem !important;
}

.my-1 {
  margin-top: 1.6rem !important;
  margin-bottom: 1.6rem !important;
}

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

.mt-2 {
  margin-top: 3.2rem !important;
}

.mr-2 {
  margin-right: 3.2rem !important;
}

.mb-2 {
  margin-bottom: 3.2rem !important;
}

.ml-2 {
  margin-left: 3.2rem !important;
}

.mx-2 {
  margin-right: 3.2rem !important;
  margin-left: 3.2rem !important;
}

.my-2 {
  margin-top: 3.2rem !important;
  margin-bottom: 3.2rem !important;
}

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

.mt-3 {
  margin-top: 4.8rem !important;
}

.mr-3 {
  margin-right: 4.8rem !important;
}

.mb-3 {
  margin-bottom: 4.8rem !important;
}

.ml-3 {
  margin-left: 4.8rem !important;
}

.mx-3 {
  margin-right: 4.8rem !important;
  margin-left: 4.8rem !important;
}

.my-3 {
  margin-top: 4.8rem !important;
  margin-bottom: 4.8rem !important;
}

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

.mt-4 {
  margin-top: 6.4rem !important;
}

.mr-4 {
  margin-right: 6.4rem !important;
}

.mb-4 {
  margin-bottom: 6.4rem !important;
}

.ml-4 {
  margin-left: 6.4rem !important;
}

.mx-4 {
  margin-right: 6.4rem !important;
  margin-left: 6.4rem !important;
}

.my-4 {
  margin-top: 6.4rem !important;
  margin-bottom: 6.4rem !important;
}

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

.mt-5 {
  margin-top: 8rem !important;
}

.mr-5 {
  margin-right: 8rem !important;
}

.mb-5 {
  margin-bottom: 8rem !important;
}

.ml-5 {
  margin-left: 8rem !important;
}

.mx-5 {
  margin-right: 8rem !important;
  margin-left: 8rem !important;
}

.my-5 {
  margin-top: 8rem !important;
  margin-bottom: 8rem !important;
}

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

.mt-6 {
  margin-top: 9.6rem !important;
}

.mr-6 {
  margin-right: 9.6rem !important;
}

.mb-6 {
  margin-bottom: 9.6rem !important;
}

.ml-6 {
  margin-left: 9.6rem !important;
}

.mx-6 {
  margin-right: 9.6rem !important;
  margin-left: 9.6rem !important;
}

.my-6 {
  margin-top: 9.6rem !important;
  margin-bottom: 9.6rem !important;
}

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

.mt-8 {
  margin-top: 12.8rem !important;
}

.mr-8 {
  margin-right: 12.8rem !important;
}

.mb-8 {
  margin-bottom: 12.8rem !important;
}

.ml-8 {
  margin-left: 12.8rem !important;
}

.mx-8 {
  margin-right: 12.8rem !important;
  margin-left: 12.8rem !important;
}

.my-8 {
  margin-top: 12.8rem !important;
  margin-bottom: 12.8rem !important;
}

.m-10 {
  margin: 16rem 16rem !important;
}

.mt-10 {
  margin-top: 16rem !important;
}

.mr-10 {
  margin-right: 16rem !important;
}

.mb-10 {
  margin-bottom: 16rem !important;
}

.ml-10 {
  margin-left: 16rem !important;
}

.mx-10 {
  margin-right: 16rem !important;
  margin-left: 16rem !important;
}

.my-10 {
  margin-top: 16rem !important;
  margin-bottom: 16rem !important;
}

.p-0 {
  padding: 0 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.p-05 {
  padding: 0.8rem 0.8rem !important;
}

.pt-05 {
  padding-top: 0.8rem !important;
}

.pr-05 {
  padding-right: 0.8rem !important;
}

.pb-05 {
  padding-bottom: 0.8rem !important;
}

.pl-05 {
  padding-left: 0.8rem !important;
}

.px-05 {
  padding-right: 0.8rem !important;
  padding-left: 0.8rem !important;
}

.py-05 {
  padding-top: 0.8rem !important;
  padding-bottom: 0.8rem !important;
}

.p-1 {
  padding: 1.6rem 1.6rem !important;
}

.pt-1 {
  padding-top: 1.6rem !important;
}

.pr-1 {
  padding-right: 1.6rem !important;
}

.pb-1 {
  padding-bottom: 1.6rem !important;
}

.pl-1 {
  padding-left: 1.6rem !important;
}

.px-1 {
  padding-right: 1.6rem !important;
  padding-left: 1.6rem !important;
}

.py-1 {
  padding-top: 1.6rem !important;
  padding-bottom: 1.6rem !important;
}

.p-2 {
  padding: 3.2rem 3.2rem !important;
}

.pt-2 {
  padding-top: 3.2rem !important;
}

.pr-2 {
  padding-right: 3.2rem !important;
}

.pb-2 {
  padding-bottom: 3.2rem !important;
}

.pl-2 {
  padding-left: 3.2rem !important;
}

.px-2 {
  padding-right: 3.2rem !important;
  padding-left: 3.2rem !important;
}

.py-2 {
  padding-top: 3.2rem !important;
  padding-bottom: 3.2rem !important;
}

.p-3 {
  padding: 4.8rem 4.8rem !important;
}

.pt-3 {
  padding-top: 4.8rem !important;
}

.pr-3 {
  padding-right: 4.8rem !important;
}

.pb-3 {
  padding-bottom: 4.8rem !important;
}

.pl-3 {
  padding-left: 4.8rem !important;
}

.px-3 {
  padding-right: 4.8rem !important;
  padding-left: 4.8rem !important;
}

.py-3 {
  padding-top: 4.8rem !important;
  padding-bottom: 4.8rem !important;
}

.p-4 {
  padding: 6.4rem 6.4rem !important;
}

.pt-4 {
  padding-top: 6.4rem !important;
}

.pr-4 {
  padding-right: 6.4rem !important;
}

.pb-4 {
  padding-bottom: 6.4rem !important;
}

.pl-4 {
  padding-left: 6.4rem !important;
}

.px-4 {
  padding-right: 6.4rem !important;
  padding-left: 6.4rem !important;
}

.py-4 {
  padding-top: 6.4rem !important;
  padding-bottom: 6.4rem !important;
}

.p-5 {
  padding: 8rem 8rem !important;
}

.pt-5 {
  padding-top: 8rem !important;
}

.pr-5 {
  padding-right: 8rem !important;
}

.pb-5 {
  padding-bottom: 8rem !important;
}

.pl-5 {
  padding-left: 8rem !important;
}

.px-5 {
  padding-right: 8rem !important;
  padding-left: 8rem !important;
}

.py-5 {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}

.p-6 {
  padding: 9.6rem 9.6rem !important;
}

.pt-6 {
  padding-top: 9.6rem !important;
}

.pr-6 {
  padding-right: 9.6rem !important;
}

.pb-6 {
  padding-bottom: 9.6rem !important;
}

.pl-6 {
  padding-left: 9.6rem !important;
}

.px-6 {
  padding-right: 9.6rem !important;
  padding-left: 9.6rem !important;
}

.py-6 {
  padding-top: 9.6rem !important;
  padding-bottom: 9.6rem !important;
}

.p-8 {
  padding: 12.8rem 12.8rem !important;
}

.pt-8 {
  padding-top: 12.8rem !important;
}

.pr-8 {
  padding-right: 12.8rem !important;
}

.pb-8 {
  padding-bottom: 12.8rem !important;
}

.pl-8 {
  padding-left: 12.8rem !important;
}

.px-8 {
  padding-right: 12.8rem !important;
  padding-left: 12.8rem !important;
}

.py-8 {
  padding-top: 12.8rem !important;
  padding-bottom: 12.8rem !important;
}

.p-10 {
  padding: 16rem 16rem !important;
}

.pt-10 {
  padding-top: 16rem !important;
}

.pr-10 {
  padding-right: 16rem !important;
}

.pb-10 {
  padding-bottom: 16rem !important;
}

.pl-10 {
  padding-left: 16rem !important;
}

.px-10 {
  padding-right: 16rem !important;
  padding-left: 16rem !important;
}

.py-10 {
  padding-top: 16rem !important;
  padding-bottom: 16rem !important;
}

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

.h-05 {
  height: 0.8rem !important;
}

.h-1 {
  height: 1.6rem !important;
}

.h-2 {
  height: 3.2rem !important;
}

.h-3 {
  height: 4.8rem !important;
}

.h-4 {
  height: 6.4rem !important;
}

.h-5 {
  height: 8rem !important;
}

.h-6 {
  height: 9.6rem !important;
}

.h-8 {
  height: 12.8rem !important;
}

.h-10 {
  height: 16rem !important;
}

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

.mt-auto {
  margin-top: auto !important;
}

.mr-auto {
  margin-right: auto !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ml-auto {
  margin-left: auto !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 0 !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0 {
    margin-left: 0 !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-sm-05 {
    margin: 0.8rem 0.8rem !important;
  }
  .mt-sm-05 {
    margin-top: 0.8rem !important;
  }
  .mr-sm-05 {
    margin-right: 0.8rem !important;
  }
  .mb-sm-05 {
    margin-bottom: 0.8rem !important;
  }
  .ml-sm-05 {
    margin-left: 0.8rem !important;
  }
  .mx-sm-05 {
    margin-right: 0.8rem !important;
    margin-left: 0.8rem !important;
  }
  .my-sm-05 {
    margin-top: 0.8rem !important;
    margin-bottom: 0.8rem !important;
  }
  .m-sm-1 {
    margin: 1.6rem 1.6rem !important;
  }
  .mt-sm-1 {
    margin-top: 1.6rem !important;
  }
  .mr-sm-1 {
    margin-right: 1.6rem !important;
  }
  .mb-sm-1 {
    margin-bottom: 1.6rem !important;
  }
  .ml-sm-1 {
    margin-left: 1.6rem !important;
  }
  .mx-sm-1 {
    margin-right: 1.6rem !important;
    margin-left: 1.6rem !important;
  }
  .my-sm-1 {
    margin-top: 1.6rem !important;
    margin-bottom: 1.6rem !important;
  }
  .m-sm-2 {
    margin: 3.2rem 3.2rem !important;
  }
  .mt-sm-2 {
    margin-top: 3.2rem !important;
  }
  .mr-sm-2 {
    margin-right: 3.2rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 3.2rem !important;
  }
  .ml-sm-2 {
    margin-left: 3.2rem !important;
  }
  .mx-sm-2 {
    margin-right: 3.2rem !important;
    margin-left: 3.2rem !important;
  }
  .my-sm-2 {
    margin-top: 3.2rem !important;
    margin-bottom: 3.2rem !important;
  }
  .m-sm-3 {
    margin: 4.8rem 4.8rem !important;
  }
  .mt-sm-3 {
    margin-top: 4.8rem !important;
  }
  .mr-sm-3 {
    margin-right: 4.8rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 4.8rem !important;
  }
  .ml-sm-3 {
    margin-left: 4.8rem !important;
  }
  .mx-sm-3 {
    margin-right: 4.8rem !important;
    margin-left: 4.8rem !important;
  }
  .my-sm-3 {
    margin-top: 4.8rem !important;
    margin-bottom: 4.8rem !important;
  }
  .m-sm-4 {
    margin: 6.4rem 6.4rem !important;
  }
  .mt-sm-4 {
    margin-top: 6.4rem !important;
  }
  .mr-sm-4 {
    margin-right: 6.4rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 6.4rem !important;
  }
  .ml-sm-4 {
    margin-left: 6.4rem !important;
  }
  .mx-sm-4 {
    margin-right: 6.4rem !important;
    margin-left: 6.4rem !important;
  }
  .my-sm-4 {
    margin-top: 6.4rem !important;
    margin-bottom: 6.4rem !important;
  }
  .m-sm-5 {
    margin: 8rem 8rem !important;
  }
  .mt-sm-5 {
    margin-top: 8rem !important;
  }
  .mr-sm-5 {
    margin-right: 8rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 8rem !important;
  }
  .ml-sm-5 {
    margin-left: 8rem !important;
  }
  .mx-sm-5 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .my-sm-5 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .m-sm-6 {
    margin: 9.6rem 9.6rem !important;
  }
  .mt-sm-6 {
    margin-top: 9.6rem !important;
  }
  .mr-sm-6 {
    margin-right: 9.6rem !important;
  }
  .mb-sm-6 {
    margin-bottom: 9.6rem !important;
  }
  .ml-sm-6 {
    margin-left: 9.6rem !important;
  }
  .mx-sm-6 {
    margin-right: 9.6rem !important;
    margin-left: 9.6rem !important;
  }
  .my-sm-6 {
    margin-top: 9.6rem !important;
    margin-bottom: 9.6rem !important;
  }
  .m-sm-8 {
    margin: 12.8rem 12.8rem !important;
  }
  .mt-sm-8 {
    margin-top: 12.8rem !important;
  }
  .mr-sm-8 {
    margin-right: 12.8rem !important;
  }
  .mb-sm-8 {
    margin-bottom: 12.8rem !important;
  }
  .ml-sm-8 {
    margin-left: 12.8rem !important;
  }
  .mx-sm-8 {
    margin-right: 12.8rem !important;
    margin-left: 12.8rem !important;
  }
  .my-sm-8 {
    margin-top: 12.8rem !important;
    margin-bottom: 12.8rem !important;
  }
  .m-sm-10 {
    margin: 16rem 16rem !important;
  }
  .mt-sm-10 {
    margin-top: 16rem !important;
  }
  .mr-sm-10 {
    margin-right: 16rem !important;
  }
  .mb-sm-10 {
    margin-bottom: 16rem !important;
  }
  .ml-sm-10 {
    margin-left: 16rem !important;
  }
  .mx-sm-10 {
    margin-right: 16rem !important;
    margin-left: 16rem !important;
  }
  .my-sm-10 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }
  .p-sm-0 {
    padding: 0 0 !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0 {
    padding-left: 0 !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-sm-05 {
    padding: 0.8rem 0.8rem !important;
  }
  .pt-sm-05 {
    padding-top: 0.8rem !important;
  }
  .pr-sm-05 {
    padding-right: 0.8rem !important;
  }
  .pb-sm-05 {
    padding-bottom: 0.8rem !important;
  }
  .pl-sm-05 {
    padding-left: 0.8rem !important;
  }
  .px-sm-05 {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }
  .py-sm-05 {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
  }
  .p-sm-1 {
    padding: 1.6rem 1.6rem !important;
  }
  .pt-sm-1 {
    padding-top: 1.6rem !important;
  }
  .pr-sm-1 {
    padding-right: 1.6rem !important;
  }
  .pb-sm-1 {
    padding-bottom: 1.6rem !important;
  }
  .pl-sm-1 {
    padding-left: 1.6rem !important;
  }
  .px-sm-1 {
    padding-right: 1.6rem !important;
    padding-left: 1.6rem !important;
  }
  .py-sm-1 {
    padding-top: 1.6rem !important;
    padding-bottom: 1.6rem !important;
  }
  .p-sm-2 {
    padding: 3.2rem 3.2rem !important;
  }
  .pt-sm-2 {
    padding-top: 3.2rem !important;
  }
  .pr-sm-2 {
    padding-right: 3.2rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 3.2rem !important;
  }
  .pl-sm-2 {
    padding-left: 3.2rem !important;
  }
  .px-sm-2 {
    padding-right: 3.2rem !important;
    padding-left: 3.2rem !important;
  }
  .py-sm-2 {
    padding-top: 3.2rem !important;
    padding-bottom: 3.2rem !important;
  }
  .p-sm-3 {
    padding: 4.8rem 4.8rem !important;
  }
  .pt-sm-3 {
    padding-top: 4.8rem !important;
  }
  .pr-sm-3 {
    padding-right: 4.8rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 4.8rem !important;
  }
  .pl-sm-3 {
    padding-left: 4.8rem !important;
  }
  .px-sm-3 {
    padding-right: 4.8rem !important;
    padding-left: 4.8rem !important;
  }
  .py-sm-3 {
    padding-top: 4.8rem !important;
    padding-bottom: 4.8rem !important;
  }
  .p-sm-4 {
    padding: 6.4rem 6.4rem !important;
  }
  .pt-sm-4 {
    padding-top: 6.4rem !important;
  }
  .pr-sm-4 {
    padding-right: 6.4rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 6.4rem !important;
  }
  .pl-sm-4 {
    padding-left: 6.4rem !important;
  }
  .px-sm-4 {
    padding-right: 6.4rem !important;
    padding-left: 6.4rem !important;
  }
  .py-sm-4 {
    padding-top: 6.4rem !important;
    padding-bottom: 6.4rem !important;
  }
  .p-sm-5 {
    padding: 8rem 8rem !important;
  }
  .pt-sm-5 {
    padding-top: 8rem !important;
  }
  .pr-sm-5 {
    padding-right: 8rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 8rem !important;
  }
  .pl-sm-5 {
    padding-left: 8rem !important;
  }
  .px-sm-5 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .py-sm-5 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .p-sm-6 {
    padding: 9.6rem 9.6rem !important;
  }
  .pt-sm-6 {
    padding-top: 9.6rem !important;
  }
  .pr-sm-6 {
    padding-right: 9.6rem !important;
  }
  .pb-sm-6 {
    padding-bottom: 9.6rem !important;
  }
  .pl-sm-6 {
    padding-left: 9.6rem !important;
  }
  .px-sm-6 {
    padding-right: 9.6rem !important;
    padding-left: 9.6rem !important;
  }
  .py-sm-6 {
    padding-top: 9.6rem !important;
    padding-bottom: 9.6rem !important;
  }
  .p-sm-8 {
    padding: 12.8rem 12.8rem !important;
  }
  .pt-sm-8 {
    padding-top: 12.8rem !important;
  }
  .pr-sm-8 {
    padding-right: 12.8rem !important;
  }
  .pb-sm-8 {
    padding-bottom: 12.8rem !important;
  }
  .pl-sm-8 {
    padding-left: 12.8rem !important;
  }
  .px-sm-8 {
    padding-right: 12.8rem !important;
    padding-left: 12.8rem !important;
  }
  .py-sm-8 {
    padding-top: 12.8rem !important;
    padding-bottom: 12.8rem !important;
  }
  .p-sm-10 {
    padding: 16rem 16rem !important;
  }
  .pt-sm-10 {
    padding-top: 16rem !important;
  }
  .pr-sm-10 {
    padding-right: 16rem !important;
  }
  .pb-sm-10 {
    padding-bottom: 16rem !important;
  }
  .pl-sm-10 {
    padding-left: 16rem !important;
  }
  .px-sm-10 {
    padding-right: 16rem !important;
    padding-left: 16rem !important;
  }
  .py-sm-10 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }
  .h-sm-0 {
    height: 0 !important;
  }
  .h-sm-05 {
    height: 0.8rem !important;
  }
  .h-sm-1 {
    height: 1.6rem !important;
  }
  .h-sm-2 {
    height: 3.2rem !important;
  }
  .h-sm-3 {
    height: 4.8rem !important;
  }
  .h-sm-4 {
    height: 6.4rem !important;
  }
  .h-sm-5 {
    height: 8rem !important;
  }
  .h-sm-6 {
    height: 9.6rem !important;
  }
  .h-sm-8 {
    height: 12.8rem !important;
  }
  .h-sm-10 {
    height: 16rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto {
    margin-left: auto !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 0 !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0 {
    margin-left: 0 !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-md-05 {
    margin: 0.8rem 0.8rem !important;
  }
  .mt-md-05 {
    margin-top: 0.8rem !important;
  }
  .mr-md-05 {
    margin-right: 0.8rem !important;
  }
  .mb-md-05 {
    margin-bottom: 0.8rem !important;
  }
  .ml-md-05 {
    margin-left: 0.8rem !important;
  }
  .mx-md-05 {
    margin-right: 0.8rem !important;
    margin-left: 0.8rem !important;
  }
  .my-md-05 {
    margin-top: 0.8rem !important;
    margin-bottom: 0.8rem !important;
  }
  .m-md-1 {
    margin: 1.6rem 1.6rem !important;
  }
  .mt-md-1 {
    margin-top: 1.6rem !important;
  }
  .mr-md-1 {
    margin-right: 1.6rem !important;
  }
  .mb-md-1 {
    margin-bottom: 1.6rem !important;
  }
  .ml-md-1 {
    margin-left: 1.6rem !important;
  }
  .mx-md-1 {
    margin-right: 1.6rem !important;
    margin-left: 1.6rem !important;
  }
  .my-md-1 {
    margin-top: 1.6rem !important;
    margin-bottom: 1.6rem !important;
  }
  .m-md-2 {
    margin: 3.2rem 3.2rem !important;
  }
  .mt-md-2 {
    margin-top: 3.2rem !important;
  }
  .mr-md-2 {
    margin-right: 3.2rem !important;
  }
  .mb-md-2 {
    margin-bottom: 3.2rem !important;
  }
  .ml-md-2 {
    margin-left: 3.2rem !important;
  }
  .mx-md-2 {
    margin-right: 3.2rem !important;
    margin-left: 3.2rem !important;
  }
  .my-md-2 {
    margin-top: 3.2rem !important;
    margin-bottom: 3.2rem !important;
  }
  .m-md-3 {
    margin: 4.8rem 4.8rem !important;
  }
  .mt-md-3 {
    margin-top: 4.8rem !important;
  }
  .mr-md-3 {
    margin-right: 4.8rem !important;
  }
  .mb-md-3 {
    margin-bottom: 4.8rem !important;
  }
  .ml-md-3 {
    margin-left: 4.8rem !important;
  }
  .mx-md-3 {
    margin-right: 4.8rem !important;
    margin-left: 4.8rem !important;
  }
  .my-md-3 {
    margin-top: 4.8rem !important;
    margin-bottom: 4.8rem !important;
  }
  .m-md-4 {
    margin: 6.4rem 6.4rem !important;
  }
  .mt-md-4 {
    margin-top: 6.4rem !important;
  }
  .mr-md-4 {
    margin-right: 6.4rem !important;
  }
  .mb-md-4 {
    margin-bottom: 6.4rem !important;
  }
  .ml-md-4 {
    margin-left: 6.4rem !important;
  }
  .mx-md-4 {
    margin-right: 6.4rem !important;
    margin-left: 6.4rem !important;
  }
  .my-md-4 {
    margin-top: 6.4rem !important;
    margin-bottom: 6.4rem !important;
  }
  .m-md-5 {
    margin: 8rem 8rem !important;
  }
  .mt-md-5 {
    margin-top: 8rem !important;
  }
  .mr-md-5 {
    margin-right: 8rem !important;
  }
  .mb-md-5 {
    margin-bottom: 8rem !important;
  }
  .ml-md-5 {
    margin-left: 8rem !important;
  }
  .mx-md-5 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .my-md-5 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .m-md-6 {
    margin: 9.6rem 9.6rem !important;
  }
  .mt-md-6 {
    margin-top: 9.6rem !important;
  }
  .mr-md-6 {
    margin-right: 9.6rem !important;
  }
  .mb-md-6 {
    margin-bottom: 9.6rem !important;
  }
  .ml-md-6 {
    margin-left: 9.6rem !important;
  }
  .mx-md-6 {
    margin-right: 9.6rem !important;
    margin-left: 9.6rem !important;
  }
  .my-md-6 {
    margin-top: 9.6rem !important;
    margin-bottom: 9.6rem !important;
  }
  .m-md-8 {
    margin: 12.8rem 12.8rem !important;
  }
  .mt-md-8 {
    margin-top: 12.8rem !important;
  }
  .mr-md-8 {
    margin-right: 12.8rem !important;
  }
  .mb-md-8 {
    margin-bottom: 12.8rem !important;
  }
  .ml-md-8 {
    margin-left: 12.8rem !important;
  }
  .mx-md-8 {
    margin-right: 12.8rem !important;
    margin-left: 12.8rem !important;
  }
  .my-md-8 {
    margin-top: 12.8rem !important;
    margin-bottom: 12.8rem !important;
  }
  .m-md-10 {
    margin: 16rem 16rem !important;
  }
  .mt-md-10 {
    margin-top: 16rem !important;
  }
  .mr-md-10 {
    margin-right: 16rem !important;
  }
  .mb-md-10 {
    margin-bottom: 16rem !important;
  }
  .ml-md-10 {
    margin-left: 16rem !important;
  }
  .mx-md-10 {
    margin-right: 16rem !important;
    margin-left: 16rem !important;
  }
  .my-md-10 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }
  .p-md-0 {
    padding: 0 0 !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0 {
    padding-left: 0 !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-md-05 {
    padding: 0.8rem 0.8rem !important;
  }
  .pt-md-05 {
    padding-top: 0.8rem !important;
  }
  .pr-md-05 {
    padding-right: 0.8rem !important;
  }
  .pb-md-05 {
    padding-bottom: 0.8rem !important;
  }
  .pl-md-05 {
    padding-left: 0.8rem !important;
  }
  .px-md-05 {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }
  .py-md-05 {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
  }
  .p-md-1 {
    padding: 1.6rem 1.6rem !important;
  }
  .pt-md-1 {
    padding-top: 1.6rem !important;
  }
  .pr-md-1 {
    padding-right: 1.6rem !important;
  }
  .pb-md-1 {
    padding-bottom: 1.6rem !important;
  }
  .pl-md-1 {
    padding-left: 1.6rem !important;
  }
  .px-md-1 {
    padding-right: 1.6rem !important;
    padding-left: 1.6rem !important;
  }
  .py-md-1 {
    padding-top: 1.6rem !important;
    padding-bottom: 1.6rem !important;
  }
  .p-md-2 {
    padding: 3.2rem 3.2rem !important;
  }
  .pt-md-2 {
    padding-top: 3.2rem !important;
  }
  .pr-md-2 {
    padding-right: 3.2rem !important;
  }
  .pb-md-2 {
    padding-bottom: 3.2rem !important;
  }
  .pl-md-2 {
    padding-left: 3.2rem !important;
  }
  .px-md-2 {
    padding-right: 3.2rem !important;
    padding-left: 3.2rem !important;
  }
  .py-md-2 {
    padding-top: 3.2rem !important;
    padding-bottom: 3.2rem !important;
  }
  .p-md-3 {
    padding: 4.8rem 4.8rem !important;
  }
  .pt-md-3 {
    padding-top: 4.8rem !important;
  }
  .pr-md-3 {
    padding-right: 4.8rem !important;
  }
  .pb-md-3 {
    padding-bottom: 4.8rem !important;
  }
  .pl-md-3 {
    padding-left: 4.8rem !important;
  }
  .px-md-3 {
    padding-right: 4.8rem !important;
    padding-left: 4.8rem !important;
  }
  .py-md-3 {
    padding-top: 4.8rem !important;
    padding-bottom: 4.8rem !important;
  }
  .p-md-4 {
    padding: 6.4rem 6.4rem !important;
  }
  .pt-md-4 {
    padding-top: 6.4rem !important;
  }
  .pr-md-4 {
    padding-right: 6.4rem !important;
  }
  .pb-md-4 {
    padding-bottom: 6.4rem !important;
  }
  .pl-md-4 {
    padding-left: 6.4rem !important;
  }
  .px-md-4 {
    padding-right: 6.4rem !important;
    padding-left: 6.4rem !important;
  }
  .py-md-4 {
    padding-top: 6.4rem !important;
    padding-bottom: 6.4rem !important;
  }
  .p-md-5 {
    padding: 8rem 8rem !important;
  }
  .pt-md-5 {
    padding-top: 8rem !important;
  }
  .pr-md-5 {
    padding-right: 8rem !important;
  }
  .pb-md-5 {
    padding-bottom: 8rem !important;
  }
  .pl-md-5 {
    padding-left: 8rem !important;
  }
  .px-md-5 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .py-md-5 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .p-md-6 {
    padding: 9.6rem 9.6rem !important;
  }
  .pt-md-6 {
    padding-top: 9.6rem !important;
  }
  .pr-md-6 {
    padding-right: 9.6rem !important;
  }
  .pb-md-6 {
    padding-bottom: 9.6rem !important;
  }
  .pl-md-6 {
    padding-left: 9.6rem !important;
  }
  .px-md-6 {
    padding-right: 9.6rem !important;
    padding-left: 9.6rem !important;
  }
  .py-md-6 {
    padding-top: 9.6rem !important;
    padding-bottom: 9.6rem !important;
  }
  .p-md-8 {
    padding: 12.8rem 12.8rem !important;
  }
  .pt-md-8 {
    padding-top: 12.8rem !important;
  }
  .pr-md-8 {
    padding-right: 12.8rem !important;
  }
  .pb-md-8 {
    padding-bottom: 12.8rem !important;
  }
  .pl-md-8 {
    padding-left: 12.8rem !important;
  }
  .px-md-8 {
    padding-right: 12.8rem !important;
    padding-left: 12.8rem !important;
  }
  .py-md-8 {
    padding-top: 12.8rem !important;
    padding-bottom: 12.8rem !important;
  }
  .p-md-10 {
    padding: 16rem 16rem !important;
  }
  .pt-md-10 {
    padding-top: 16rem !important;
  }
  .pr-md-10 {
    padding-right: 16rem !important;
  }
  .pb-md-10 {
    padding-bottom: 16rem !important;
  }
  .pl-md-10 {
    padding-left: 16rem !important;
  }
  .px-md-10 {
    padding-right: 16rem !important;
    padding-left: 16rem !important;
  }
  .py-md-10 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }
  .h-md-0 {
    height: 0 !important;
  }
  .h-md-05 {
    height: 0.8rem !important;
  }
  .h-md-1 {
    height: 1.6rem !important;
  }
  .h-md-2 {
    height: 3.2rem !important;
  }
  .h-md-3 {
    height: 4.8rem !important;
  }
  .h-md-4 {
    height: 6.4rem !important;
  }
  .h-md-5 {
    height: 8rem !important;
  }
  .h-md-6 {
    height: 9.6rem !important;
  }
  .h-md-8 {
    height: 12.8rem !important;
  }
  .h-md-10 {
    height: 16rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto {
    margin-left: auto !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 0 !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0 {
    margin-left: 0 !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-lg-05 {
    margin: 0.8rem 0.8rem !important;
  }
  .mt-lg-05 {
    margin-top: 0.8rem !important;
  }
  .mr-lg-05 {
    margin-right: 0.8rem !important;
  }
  .mb-lg-05 {
    margin-bottom: 0.8rem !important;
  }
  .ml-lg-05 {
    margin-left: 0.8rem !important;
  }
  .mx-lg-05 {
    margin-right: 0.8rem !important;
    margin-left: 0.8rem !important;
  }
  .my-lg-05 {
    margin-top: 0.8rem !important;
    margin-bottom: 0.8rem !important;
  }
  .m-lg-1 {
    margin: 1.6rem 1.6rem !important;
  }
  .mt-lg-1 {
    margin-top: 1.6rem !important;
  }
  .mr-lg-1 {
    margin-right: 1.6rem !important;
  }
  .mb-lg-1 {
    margin-bottom: 1.6rem !important;
  }
  .ml-lg-1 {
    margin-left: 1.6rem !important;
  }
  .mx-lg-1 {
    margin-right: 1.6rem !important;
    margin-left: 1.6rem !important;
  }
  .my-lg-1 {
    margin-top: 1.6rem !important;
    margin-bottom: 1.6rem !important;
  }
  .m-lg-2 {
    margin: 3.2rem 3.2rem !important;
  }
  .mt-lg-2 {
    margin-top: 3.2rem !important;
  }
  .mr-lg-2 {
    margin-right: 3.2rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 3.2rem !important;
  }
  .ml-lg-2 {
    margin-left: 3.2rem !important;
  }
  .mx-lg-2 {
    margin-right: 3.2rem !important;
    margin-left: 3.2rem !important;
  }
  .my-lg-2 {
    margin-top: 3.2rem !important;
    margin-bottom: 3.2rem !important;
  }
  .m-lg-3 {
    margin: 4.8rem 4.8rem !important;
  }
  .mt-lg-3 {
    margin-top: 4.8rem !important;
  }
  .mr-lg-3 {
    margin-right: 4.8rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 4.8rem !important;
  }
  .ml-lg-3 {
    margin-left: 4.8rem !important;
  }
  .mx-lg-3 {
    margin-right: 4.8rem !important;
    margin-left: 4.8rem !important;
  }
  .my-lg-3 {
    margin-top: 4.8rem !important;
    margin-bottom: 4.8rem !important;
  }
  .m-lg-4 {
    margin: 6.4rem 6.4rem !important;
  }
  .mt-lg-4 {
    margin-top: 6.4rem !important;
  }
  .mr-lg-4 {
    margin-right: 6.4rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 6.4rem !important;
  }
  .ml-lg-4 {
    margin-left: 6.4rem !important;
  }
  .mx-lg-4 {
    margin-right: 6.4rem !important;
    margin-left: 6.4rem !important;
  }
  .my-lg-4 {
    margin-top: 6.4rem !important;
    margin-bottom: 6.4rem !important;
  }
  .m-lg-5 {
    margin: 8rem 8rem !important;
  }
  .mt-lg-5 {
    margin-top: 8rem !important;
  }
  .mr-lg-5 {
    margin-right: 8rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 8rem !important;
  }
  .ml-lg-5 {
    margin-left: 8rem !important;
  }
  .mx-lg-5 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .my-lg-5 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .m-lg-6 {
    margin: 9.6rem 9.6rem !important;
  }
  .mt-lg-6 {
    margin-top: 9.6rem !important;
  }
  .mr-lg-6 {
    margin-right: 9.6rem !important;
  }
  .mb-lg-6 {
    margin-bottom: 9.6rem !important;
  }
  .ml-lg-6 {
    margin-left: 9.6rem !important;
  }
  .mx-lg-6 {
    margin-right: 9.6rem !important;
    margin-left: 9.6rem !important;
  }
  .my-lg-6 {
    margin-top: 9.6rem !important;
    margin-bottom: 9.6rem !important;
  }
  .m-lg-8 {
    margin: 12.8rem 12.8rem !important;
  }
  .mt-lg-8 {
    margin-top: 12.8rem !important;
  }
  .mr-lg-8 {
    margin-right: 12.8rem !important;
  }
  .mb-lg-8 {
    margin-bottom: 12.8rem !important;
  }
  .ml-lg-8 {
    margin-left: 12.8rem !important;
  }
  .mx-lg-8 {
    margin-right: 12.8rem !important;
    margin-left: 12.8rem !important;
  }
  .my-lg-8 {
    margin-top: 12.8rem !important;
    margin-bottom: 12.8rem !important;
  }
  .m-lg-10 {
    margin: 16rem 16rem !important;
  }
  .mt-lg-10 {
    margin-top: 16rem !important;
  }
  .mr-lg-10 {
    margin-right: 16rem !important;
  }
  .mb-lg-10 {
    margin-bottom: 16rem !important;
  }
  .ml-lg-10 {
    margin-left: 16rem !important;
  }
  .mx-lg-10 {
    margin-right: 16rem !important;
    margin-left: 16rem !important;
  }
  .my-lg-10 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }
  .p-lg-0 {
    padding: 0 0 !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0 {
    padding-left: 0 !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-lg-05 {
    padding: 0.8rem 0.8rem !important;
  }
  .pt-lg-05 {
    padding-top: 0.8rem !important;
  }
  .pr-lg-05 {
    padding-right: 0.8rem !important;
  }
  .pb-lg-05 {
    padding-bottom: 0.8rem !important;
  }
  .pl-lg-05 {
    padding-left: 0.8rem !important;
  }
  .px-lg-05 {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }
  .py-lg-05 {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
  }
  .p-lg-1 {
    padding: 1.6rem 1.6rem !important;
  }
  .pt-lg-1 {
    padding-top: 1.6rem !important;
  }
  .pr-lg-1 {
    padding-right: 1.6rem !important;
  }
  .pb-lg-1 {
    padding-bottom: 1.6rem !important;
  }
  .pl-lg-1 {
    padding-left: 1.6rem !important;
  }
  .px-lg-1 {
    padding-right: 1.6rem !important;
    padding-left: 1.6rem !important;
  }
  .py-lg-1 {
    padding-top: 1.6rem !important;
    padding-bottom: 1.6rem !important;
  }
  .p-lg-2 {
    padding: 3.2rem 3.2rem !important;
  }
  .pt-lg-2 {
    padding-top: 3.2rem !important;
  }
  .pr-lg-2 {
    padding-right: 3.2rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 3.2rem !important;
  }
  .pl-lg-2 {
    padding-left: 3.2rem !important;
  }
  .px-lg-2 {
    padding-right: 3.2rem !important;
    padding-left: 3.2rem !important;
  }
  .py-lg-2 {
    padding-top: 3.2rem !important;
    padding-bottom: 3.2rem !important;
  }
  .p-lg-3 {
    padding: 4.8rem 4.8rem !important;
  }
  .pt-lg-3 {
    padding-top: 4.8rem !important;
  }
  .pr-lg-3 {
    padding-right: 4.8rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 4.8rem !important;
  }
  .pl-lg-3 {
    padding-left: 4.8rem !important;
  }
  .px-lg-3 {
    padding-right: 4.8rem !important;
    padding-left: 4.8rem !important;
  }
  .py-lg-3 {
    padding-top: 4.8rem !important;
    padding-bottom: 4.8rem !important;
  }
  .p-lg-4 {
    padding: 6.4rem 6.4rem !important;
  }
  .pt-lg-4 {
    padding-top: 6.4rem !important;
  }
  .pr-lg-4 {
    padding-right: 6.4rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 6.4rem !important;
  }
  .pl-lg-4 {
    padding-left: 6.4rem !important;
  }
  .px-lg-4 {
    padding-right: 6.4rem !important;
    padding-left: 6.4rem !important;
  }
  .py-lg-4 {
    padding-top: 6.4rem !important;
    padding-bottom: 6.4rem !important;
  }
  .p-lg-5 {
    padding: 8rem 8rem !important;
  }
  .pt-lg-5 {
    padding-top: 8rem !important;
  }
  .pr-lg-5 {
    padding-right: 8rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 8rem !important;
  }
  .pl-lg-5 {
    padding-left: 8rem !important;
  }
  .px-lg-5 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .py-lg-5 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .p-lg-6 {
    padding: 9.6rem 9.6rem !important;
  }
  .pt-lg-6 {
    padding-top: 9.6rem !important;
  }
  .pr-lg-6 {
    padding-right: 9.6rem !important;
  }
  .pb-lg-6 {
    padding-bottom: 9.6rem !important;
  }
  .pl-lg-6 {
    padding-left: 9.6rem !important;
  }
  .px-lg-6 {
    padding-right: 9.6rem !important;
    padding-left: 9.6rem !important;
  }
  .py-lg-6 {
    padding-top: 9.6rem !important;
    padding-bottom: 9.6rem !important;
  }
  .p-lg-8 {
    padding: 12.8rem 12.8rem !important;
  }
  .pt-lg-8 {
    padding-top: 12.8rem !important;
  }
  .pr-lg-8 {
    padding-right: 12.8rem !important;
  }
  .pb-lg-8 {
    padding-bottom: 12.8rem !important;
  }
  .pl-lg-8 {
    padding-left: 12.8rem !important;
  }
  .px-lg-8 {
    padding-right: 12.8rem !important;
    padding-left: 12.8rem !important;
  }
  .py-lg-8 {
    padding-top: 12.8rem !important;
    padding-bottom: 12.8rem !important;
  }
  .p-lg-10 {
    padding: 16rem 16rem !important;
  }
  .pt-lg-10 {
    padding-top: 16rem !important;
  }
  .pr-lg-10 {
    padding-right: 16rem !important;
  }
  .pb-lg-10 {
    padding-bottom: 16rem !important;
  }
  .pl-lg-10 {
    padding-left: 16rem !important;
  }
  .px-lg-10 {
    padding-right: 16rem !important;
    padding-left: 16rem !important;
  }
  .py-lg-10 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }
  .h-lg-0 {
    height: 0 !important;
  }
  .h-lg-05 {
    height: 0.8rem !important;
  }
  .h-lg-1 {
    height: 1.6rem !important;
  }
  .h-lg-2 {
    height: 3.2rem !important;
  }
  .h-lg-3 {
    height: 4.8rem !important;
  }
  .h-lg-4 {
    height: 6.4rem !important;
  }
  .h-lg-5 {
    height: 8rem !important;
  }
  .h-lg-6 {
    height: 9.6rem !important;
  }
  .h-lg-8 {
    height: 12.8rem !important;
  }
  .h-lg-10 {
    height: 16rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto {
    margin-left: auto !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media (min-width: 1480px) {
  .m-xl-0 {
    margin: 0 0 !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0 {
    margin-left: 0 !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-xl-05 {
    margin: 0.8rem 0.8rem !important;
  }
  .mt-xl-05 {
    margin-top: 0.8rem !important;
  }
  .mr-xl-05 {
    margin-right: 0.8rem !important;
  }
  .mb-xl-05 {
    margin-bottom: 0.8rem !important;
  }
  .ml-xl-05 {
    margin-left: 0.8rem !important;
  }
  .mx-xl-05 {
    margin-right: 0.8rem !important;
    margin-left: 0.8rem !important;
  }
  .my-xl-05 {
    margin-top: 0.8rem !important;
    margin-bottom: 0.8rem !important;
  }
  .m-xl-1 {
    margin: 1.6rem 1.6rem !important;
  }
  .mt-xl-1 {
    margin-top: 1.6rem !important;
  }
  .mr-xl-1 {
    margin-right: 1.6rem !important;
  }
  .mb-xl-1 {
    margin-bottom: 1.6rem !important;
  }
  .ml-xl-1 {
    margin-left: 1.6rem !important;
  }
  .mx-xl-1 {
    margin-right: 1.6rem !important;
    margin-left: 1.6rem !important;
  }
  .my-xl-1 {
    margin-top: 1.6rem !important;
    margin-bottom: 1.6rem !important;
  }
  .m-xl-2 {
    margin: 3.2rem 3.2rem !important;
  }
  .mt-xl-2 {
    margin-top: 3.2rem !important;
  }
  .mr-xl-2 {
    margin-right: 3.2rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 3.2rem !important;
  }
  .ml-xl-2 {
    margin-left: 3.2rem !important;
  }
  .mx-xl-2 {
    margin-right: 3.2rem !important;
    margin-left: 3.2rem !important;
  }
  .my-xl-2 {
    margin-top: 3.2rem !important;
    margin-bottom: 3.2rem !important;
  }
  .m-xl-3 {
    margin: 4.8rem 4.8rem !important;
  }
  .mt-xl-3 {
    margin-top: 4.8rem !important;
  }
  .mr-xl-3 {
    margin-right: 4.8rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 4.8rem !important;
  }
  .ml-xl-3 {
    margin-left: 4.8rem !important;
  }
  .mx-xl-3 {
    margin-right: 4.8rem !important;
    margin-left: 4.8rem !important;
  }
  .my-xl-3 {
    margin-top: 4.8rem !important;
    margin-bottom: 4.8rem !important;
  }
  .m-xl-4 {
    margin: 6.4rem 6.4rem !important;
  }
  .mt-xl-4 {
    margin-top: 6.4rem !important;
  }
  .mr-xl-4 {
    margin-right: 6.4rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 6.4rem !important;
  }
  .ml-xl-4 {
    margin-left: 6.4rem !important;
  }
  .mx-xl-4 {
    margin-right: 6.4rem !important;
    margin-left: 6.4rem !important;
  }
  .my-xl-4 {
    margin-top: 6.4rem !important;
    margin-bottom: 6.4rem !important;
  }
  .m-xl-5 {
    margin: 8rem 8rem !important;
  }
  .mt-xl-5 {
    margin-top: 8rem !important;
  }
  .mr-xl-5 {
    margin-right: 8rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 8rem !important;
  }
  .ml-xl-5 {
    margin-left: 8rem !important;
  }
  .mx-xl-5 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .my-xl-5 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .m-xl-6 {
    margin: 9.6rem 9.6rem !important;
  }
  .mt-xl-6 {
    margin-top: 9.6rem !important;
  }
  .mr-xl-6 {
    margin-right: 9.6rem !important;
  }
  .mb-xl-6 {
    margin-bottom: 9.6rem !important;
  }
  .ml-xl-6 {
    margin-left: 9.6rem !important;
  }
  .mx-xl-6 {
    margin-right: 9.6rem !important;
    margin-left: 9.6rem !important;
  }
  .my-xl-6 {
    margin-top: 9.6rem !important;
    margin-bottom: 9.6rem !important;
  }
  .m-xl-8 {
    margin: 12.8rem 12.8rem !important;
  }
  .mt-xl-8 {
    margin-top: 12.8rem !important;
  }
  .mr-xl-8 {
    margin-right: 12.8rem !important;
  }
  .mb-xl-8 {
    margin-bottom: 12.8rem !important;
  }
  .ml-xl-8 {
    margin-left: 12.8rem !important;
  }
  .mx-xl-8 {
    margin-right: 12.8rem !important;
    margin-left: 12.8rem !important;
  }
  .my-xl-8 {
    margin-top: 12.8rem !important;
    margin-bottom: 12.8rem !important;
  }
  .m-xl-10 {
    margin: 16rem 16rem !important;
  }
  .mt-xl-10 {
    margin-top: 16rem !important;
  }
  .mr-xl-10 {
    margin-right: 16rem !important;
  }
  .mb-xl-10 {
    margin-bottom: 16rem !important;
  }
  .ml-xl-10 {
    margin-left: 16rem !important;
  }
  .mx-xl-10 {
    margin-right: 16rem !important;
    margin-left: 16rem !important;
  }
  .my-xl-10 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }
  .p-xl-0 {
    padding: 0 0 !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0 {
    padding-left: 0 !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-xl-05 {
    padding: 0.8rem 0.8rem !important;
  }
  .pt-xl-05 {
    padding-top: 0.8rem !important;
  }
  .pr-xl-05 {
    padding-right: 0.8rem !important;
  }
  .pb-xl-05 {
    padding-bottom: 0.8rem !important;
  }
  .pl-xl-05 {
    padding-left: 0.8rem !important;
  }
  .px-xl-05 {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }
  .py-xl-05 {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
  }
  .p-xl-1 {
    padding: 1.6rem 1.6rem !important;
  }
  .pt-xl-1 {
    padding-top: 1.6rem !important;
  }
  .pr-xl-1 {
    padding-right: 1.6rem !important;
  }
  .pb-xl-1 {
    padding-bottom: 1.6rem !important;
  }
  .pl-xl-1 {
    padding-left: 1.6rem !important;
  }
  .px-xl-1 {
    padding-right: 1.6rem !important;
    padding-left: 1.6rem !important;
  }
  .py-xl-1 {
    padding-top: 1.6rem !important;
    padding-bottom: 1.6rem !important;
  }
  .p-xl-2 {
    padding: 3.2rem 3.2rem !important;
  }
  .pt-xl-2 {
    padding-top: 3.2rem !important;
  }
  .pr-xl-2 {
    padding-right: 3.2rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 3.2rem !important;
  }
  .pl-xl-2 {
    padding-left: 3.2rem !important;
  }
  .px-xl-2 {
    padding-right: 3.2rem !important;
    padding-left: 3.2rem !important;
  }
  .py-xl-2 {
    padding-top: 3.2rem !important;
    padding-bottom: 3.2rem !important;
  }
  .p-xl-3 {
    padding: 4.8rem 4.8rem !important;
  }
  .pt-xl-3 {
    padding-top: 4.8rem !important;
  }
  .pr-xl-3 {
    padding-right: 4.8rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 4.8rem !important;
  }
  .pl-xl-3 {
    padding-left: 4.8rem !important;
  }
  .px-xl-3 {
    padding-right: 4.8rem !important;
    padding-left: 4.8rem !important;
  }
  .py-xl-3 {
    padding-top: 4.8rem !important;
    padding-bottom: 4.8rem !important;
  }
  .p-xl-4 {
    padding: 6.4rem 6.4rem !important;
  }
  .pt-xl-4 {
    padding-top: 6.4rem !important;
  }
  .pr-xl-4 {
    padding-right: 6.4rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 6.4rem !important;
  }
  .pl-xl-4 {
    padding-left: 6.4rem !important;
  }
  .px-xl-4 {
    padding-right: 6.4rem !important;
    padding-left: 6.4rem !important;
  }
  .py-xl-4 {
    padding-top: 6.4rem !important;
    padding-bottom: 6.4rem !important;
  }
  .p-xl-5 {
    padding: 8rem 8rem !important;
  }
  .pt-xl-5 {
    padding-top: 8rem !important;
  }
  .pr-xl-5 {
    padding-right: 8rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 8rem !important;
  }
  .pl-xl-5 {
    padding-left: 8rem !important;
  }
  .px-xl-5 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .py-xl-5 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .p-xl-6 {
    padding: 9.6rem 9.6rem !important;
  }
  .pt-xl-6 {
    padding-top: 9.6rem !important;
  }
  .pr-xl-6 {
    padding-right: 9.6rem !important;
  }
  .pb-xl-6 {
    padding-bottom: 9.6rem !important;
  }
  .pl-xl-6 {
    padding-left: 9.6rem !important;
  }
  .px-xl-6 {
    padding-right: 9.6rem !important;
    padding-left: 9.6rem !important;
  }
  .py-xl-6 {
    padding-top: 9.6rem !important;
    padding-bottom: 9.6rem !important;
  }
  .p-xl-8 {
    padding: 12.8rem 12.8rem !important;
  }
  .pt-xl-8 {
    padding-top: 12.8rem !important;
  }
  .pr-xl-8 {
    padding-right: 12.8rem !important;
  }
  .pb-xl-8 {
    padding-bottom: 12.8rem !important;
  }
  .pl-xl-8 {
    padding-left: 12.8rem !important;
  }
  .px-xl-8 {
    padding-right: 12.8rem !important;
    padding-left: 12.8rem !important;
  }
  .py-xl-8 {
    padding-top: 12.8rem !important;
    padding-bottom: 12.8rem !important;
  }
  .p-xl-10 {
    padding: 16rem 16rem !important;
  }
  .pt-xl-10 {
    padding-top: 16rem !important;
  }
  .pr-xl-10 {
    padding-right: 16rem !important;
  }
  .pb-xl-10 {
    padding-bottom: 16rem !important;
  }
  .pl-xl-10 {
    padding-left: 16rem !important;
  }
  .px-xl-10 {
    padding-right: 16rem !important;
    padding-left: 16rem !important;
  }
  .py-xl-10 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }
  .h-xl-0 {
    height: 0 !important;
  }
  .h-xl-05 {
    height: 0.8rem !important;
  }
  .h-xl-1 {
    height: 1.6rem !important;
  }
  .h-xl-2 {
    height: 3.2rem !important;
  }
  .h-xl-3 {
    height: 4.8rem !important;
  }
  .h-xl-4 {
    height: 6.4rem !important;
  }
  .h-xl-5 {
    height: 8rem !important;
  }
  .h-xl-6 {
    height: 9.6rem !important;
  }
  .h-xl-8 {
    height: 12.8rem !important;
  }
  .h-xl-10 {
    height: 16rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto {
    margin-left: auto !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
.text-left {
  text-align: left !important;
}

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1480px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 3.2rem;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

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

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 1.6rem;
  top: 1.6rem;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 1;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow-left {
  left: 1.6rem;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-right {
  right: 1.6rem;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

/**
* [Clean]
* On top of normalize.css - provides a starting point more
* suitable for our theme. Collected from all around the internets
* (bootstrap, suitcss, csstricks...)
*/
/**
* https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
* + Change the default font family in all browsers
*
* We assume no initial pixel `font-size` for accessibility reasons. This
* allows web visitors to customize their browser default font-size, making
* your project more inclusive and accessible to everyone.
* As a side-effect of setting the @viewport above,
* IE11 & Edge make the scrollbar overlap the content and automatically hide itself when not in use.
* Unfortunately, the auto-showing of the scrollbar is sometimes too sensitive,
* thus making it hard to click on stuff near the right edge of the page.
* So we add this style to force IE11 & Edge to use a 'normal', non-overlapping, non-auto-hiding scrollbar.
* See https://github.com/twbs/bootstrap/issues/18543
* and https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/7165383/
*
* + changes the default tap highlight to be completely transparent in iOS.
*/
html {
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

/**
* [Make viewport responsive]
* @viewport is needed because IE 10+ doesn't honor <meta name='viewport'> in
* some cases. See https://timkadlec.com/2012/10/ie10-snap-mode-and-responsive-design/.
* Eventually @viewport will replace <meta name='viewport'>.
* However, `device-width` is broken on IE 10 on Windows (Phone) 8,
* (see https://timkadlec.com/2013/01/windows-phone-8-and-device-width/
* and the fix for that involves a snippet of JavaScript to sniff the user agent
* and apply some conditional CSS.
*
* See https://getbootstrap.com/getting-started/#support-ie10-width for the relevant hack.
* Wrap `@viewport` with `@at-root` for when folks do a nested import (e.g.,
* .class-name { @import 'bootstrap'; }`).
*/
@-ms-viewport {
  width: device-width;
}
/**
* Suppress the focus outline on elements that cannot be accessed via keyboard.
* This prevents an unwanted focus outline from appearing around elements that
* might still respond to pointer events.
*
* Credit: https://github.com/suitcss/base
*/
[tabindex="-1"]:focus {
  outline: none !important;
}

/**
* [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;
}

/**
* [Avoid 300ms click delay on touch devices that support the `touch-action` CSS property]
* In particular, unlike most other browsers, IE11+Edge on Windows 10 on touch devices and IE Mobile 10-11
* DON'T remove the click delay when `<meta name='viewport' content='width=device-width'>` is present.
* However, they DO support removing the click delay via `touch-action: manipulation`.
*
* See:
* https://v4-alpha.getbootstrap.com/content/reboot/#click-delay-optimization-for-touch
* http://caniuse.com/#feat=css-touch-action
* https://patrickhlauke.github.io/touch/tests/results/#suppressing-300ms-delay
*/
[role=button],
input,
label,
select,
summary,
textarea,
a,
area,
button {
  touch-action: manipulation;
}

/** No longer part of Normalize since v4 */
table {
  border-collapse: collapse;
  background-color: transparent;
}

/** Allow labels to use `margin` for spacing. */
label {
  display: inline-block;
}

/**
* Work around a Firefox/IE bug where the transparent `button` background
* results in a loss of the default `button` focus styles.
* Credit: https://github.com/suitcss/base/
*/
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

/**
* Normalize includes `font: inherit;`, so `font-family`. `font-size`, etc are
* properly inherited. However, `line-height` isn't inherited there.
*/
button,
input,
select,
textarea {
  line-height: inherit;
}

/**
* bug where setting a custom line-height prevents text from being vertically
* centered within the input.
* See https://bugs.webkit.org/show_bug.cgi?id=139848
* and https://github.com/twbs/bootstrap/issues/11266
*/
input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

/**
 * Textareas should really only resize vertically so they don't break their
 * (horizontal) containers.
 */
textarea {
  resize: vertical;
}

/**
* Browsers set a default `min-width: min-content;` on fieldsets,
* unlike e.g. `<div>`s, which have `min-width: 0;` by default.
* So we reset that to ensure fieldsets behave more like a standard block element.
* See https://github.com/twbs/bootstrap/issues/12359
* and https://html.spec.whatwg.org/multipage/#the-fieldset-and-legend-elements
*
* Reset the default outline behavior of fieldsets so they don't affect page layout.
*/
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/**
* This overrides the extra rounded corners on search inputs in iOS so that our
* `.form-control` class can properly style them. Note that this cannot simply
* be added to `.form-control` as it's not specific enough. For details, see
* https://github.com/twbs/bootstrap/issues/11586.
*/
input[type=search] {
  -webkit-appearance: none;
}

output {
  display: inline-block;
}

/** Always hide an element with the `hidden` HTML attribute (from PureCSS). */
[hidden] {
  display: none !important;
}

button {
  background: transparent;
  border: 0;
  padding: 0;
}

iframe {
  border: 0;
}

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

/**
* Remove the outline on focused links when they are also active or hovered in all browsers.
*/
a:active,
a:hover {
  outline-width: 0;
}

img {
  height: auto;
  /** Make sure images are scaled correctly. */
  max-width: 100%;
  /** Adhere to container width. */
  display: block;
}

abbr[title] {
  text-decoration: none;
}

/**
* [Useful mixins & custom utilities]
* Clearfix, z-index classes, position: relative class..
*/
.wrapper {
  max-width: 1480px;
  width: 100%;
  padding: 0 0.8rem;
  clear: both;
}
.wrapper--2 {
  padding: 0 1.6rem;
}
@media (min-width: 576px) {
  .wrapper--2 {
    padding: 0 6.4rem;
  }
}
@media (min-width: 1480px) {
  .wrapper--2 {
    padding-left: calc(50% - 644px);
    padding-right: calc(50% - 644px);
  }
}

/** Z index classes */
.zi-1 {
  z-index: 1;
}

.zi-2 {
  z-index: 2;
}

.zi-3 {
  z-index: 3;
}

.zi-4 {
  z-index: 4;
}

.zi-5 {
  z-index: 5;
}

.zi-6 {
  z-index: 6;
}

.zi-7 {
  z-index: 7;
}

.zi-8 {
  z-index: 8;
}

.zi-9 {
  z-index: 9;
}

.zi-10 {
  z-index: 10;
}

.clear::after,
.clearfix::after {
  display: block;
  content: "";
  clear: both;
}

/** layout utils */
.pr {
  position: relative;
}

.pa {
  position: absolute;
}

.ps {
  position: static;
}

.pf {
  position: fixed;
}

.oh {
  overflow: hidden;
}

.t-f15b, .c-scan__status {
  font-weight: bold;
  font-size: 1.5rem;
}

.t-f13b {
  font-weight: bold;
  font-size: 1.3rem;
}

.t-f24b {
  font-weight: bold;
  font-size: 2.4rem;
}

.t-subtitle {
  font-weight: bold;
  font-size: 1.3rem;
}
@media (min-width: 576px) {
  .t-subtitle {
    font-size: 1.6rem;
  }
}
@media (min-width: 992px) {
  .t-subtitle--search {
    font-size: 2.4rem;
  }
}

.t-sub {
  font-weight: bold;
  font-size: 1.3rem;
}
@media (min-width: 576px) {
  .t-sub {
    font-size: 2.4rem;
  }
}

.t-f11b, .c-scan__zoom > span {
  font-weight: bold;
  font-size: 1.1rem;
}

.t-f12 {
  font-size: 1.2rem;
}

.t-subsub {
  font-size: 1.2rem;
  font-weight: bold;
  clear: both;
}
@media (min-width: 576px) {
  .t-subsub {
    font-size: 1.4rem;
  }
}

.t-f12b {
  font-weight: bold;
  font-size: 1.2rem;
}

.t-p40 {
  font-family: "AmsiProCond", sans-serif;
  font-size: 4rem;
  text-transform: uppercase;
}

.t-ident {
  font-family: "AmsiProCond", sans-serif;
  font-size: 4rem;
  text-transform: uppercase;
}
@media (min-width: 576px) {
  .t-ident {
    font-size: 4.5rem;
  }
}
@media (min-width: 992px) {
  .t-ident {
    font-size: 6rem;
  }
}

.t-p30, .c-scan__status > span {
  font-family: "AmsiProCond", sans-serif;
  font-size: 3rem;
  text-transform: uppercase;
  line-height: 1; /** fixed */
}

.t-big {
  font-family: "AmsiProCond", sans-serif;
  font-size: 3rem;
  text-transform: uppercase;
  line-height: 1;
}
@media (min-width: 576px) {
  .t-big {
    font-size: 4.5rem;
  }
}
@media (min-width: 992px) {
  .t-big {
    font-size: 6rem;
  }
}

.t-p16 {
  font-family: "AmsiProCond", sans-serif;
  font-size: 1.6rem;
  text-transform: uppercase;
}

.t-p20 {
  font-family: "AmsiProCond", sans-serif;
  font-size: 2rem;
  text-transform: uppercase;
}

.t-p24 {
  font-family: "AmsiProCond", sans-serif;
  font-size: 2.4rem;
  text-transform: uppercase;
}

.t-title {
  font-family: "AmsiProCond", sans-serif;
  font-size: 2rem;
  text-transform: uppercase;
  margin-bottom: 1.6rem;
}
@media (min-width: 576px) {
  .t-title {
    font-size: 2.4rem;
    margin-bottom: 2.4rem;
  }
}

.t-sr {
  font-family: "AmsiProCond", sans-serif;
  font-size: 2rem;
  text-transform: uppercase;
}
@media (min-width: 576px) {
  .t-sr {
    font-size: 2.4rem;
  }
}
@media (min-width: 992px) {
  .t-sr {
    font-size: 3.5rem;
  }
}

.t-p17 {
  font-family: "AmsiProCond", sans-serif;
  font-size: 1.7rem;
  text-transform: uppercase;
}

.u-w100p {
  width: 100%;
}

.u-mw300 {
  max-width: 300px;
}

.u-mw1088 {
  max-width: 1088px;
}

/** dat-gui */
.dg.ac {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  z-index: 1 !important;
}

.u-r8 {
  border-radius: 8px;
  overflow: hidden;
}

.u-aspect {
  height: 0;
  padding-bottom: 148.25%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.u-bg--b {
  background-color: #000;
}

.u-color--b {
  color: #000;
}

.u-bg--w {
  background-color: #fff;
}

.u-color--w {
  color: #fff;
}

.u-bg--blue-light {
  background-color: #C6E3FF;
}

.u-color--blue-light {
  color: #C6E3FF;
}

.u-bg--blue {
  background-color: #1A7FC9;
}

.u-color--blue {
  color: #1A7FC9;
}

.u-bg--ocean {
  background-color: #69C5D1;
}

.u-color--ocean {
  color: #69C5D1;
}

.u-bg--tbc {
  background-color: #000;
}

.u-color--tbc {
  color: #000;
}

.u-bg--grey {
  background-color: #9B9B9B;
}

.u-color--grey {
  color: #9B9B9B;
}

.u-bg--bg-light {
  background-color: #F5F5FA;
}

.u-color--bg-light {
  color: #F5F5FA;
}

.u-bg--light {
  background-color: #B8B8B8;
}

.u-color--light {
  color: #B8B8B8;
}

.u-bg--blue-dark {
  background-color: #004D8D;
}

.u-color--blue-dark {
  color: #004D8D;
}

.u-bg--error {
  background-color: #FF0606;
}

.u-color--error {
  color: #FF0606;
}

/**
 * [Base]
 * Native html tag foundation - no classes here. Modify this if you need.
 */
@font-face {
  font-family: "AmsiProCond";
  src: url("/font/AmsiProCond-Black.woff2") format("woff2"), url("/font/AmsiProCond-Black.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Axiforma";
  src: url("/font/Axiforma-Regular.woff2") format("woff2"), url("/font/Axiforma-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Axiforma";
  src: url("/font/Axiforma-Bold.woff2") format("woff2"), url("/font/Axiforma-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
html {
  font-size: 62.5%;
  height: 100%;
  min-height: 100%;
  position: relative;
  /** 10px = 1rem! */
}

body {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: normal;
  font-family: "Axiforma", sans-serif;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-height: 100%;
  height: 100%;
  position: relative;
}
body.m-dark {
  background: #090220;
  color: #fff;
}
body.m-dark .m-dark--hide {
  display: none;
}
body.m-light {
  background: #C6E3FF;
}
body.m-light .m-light--hide {
  display: none;
}

main {
  min-height: 100%;
  overflow: hidden;
  display: flex;
}

a,
a:hover {
  color: inherit;
  text-decoration: none;
}

span > a {
  transition: all 0.3s ease-in-out;
  font-weight: 500;
  font-family: "Kanit", sans-serif;
}

blockquote,
body,
dd,
dl,
fieldset,
figure,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hgroup,
hr,
ol,
p,
pre,
section,
table,
ul {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
  font-size: inherit;
}

/** [Buttons] */
button:focus, button:hover,
input[type=submit]:focus,
input[type=submit]:hover,
input[type=reset]:focus,
input[type=reset]:hover,
input[type=button]:focus,
input[type=button]:hover {
  outline: 0;
}

input[type=email],
input[type=number],
input[type=search],
input[type=text],
input[type=tel],
input[type=url],
input[type=password],
textarea,
select {
  outline: none;
  box-shadow: none;
}

/** [Lists] */
ul {
  list-style: circle inside;
}

ol {
  list-style: decimal inside;
}

ol,
ul {
  padding-left: 0;
  margin-top: 0;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 1rem;
}

li {
  margin-bottom: 0;
}

label {
  display: block;
}

/**
 * [Components]
 * Building blocks for your website.
 */
.c-search {
  position: relative;
  background: #fff;
  border-radius: 2.4rem;
  overflow: hidden;
  padding: 0 1.6rem;
  width: 4.8rem;
  transition: padding 0.3s ease-in-out, width 0.3s ease;
  height: 4.8rem;
  box-shadow: 0 20px 30px rgba(26, 117, 195, 0.14);
  max-width: 48rem;
  display: flex;
  align-items: center;
}
@media (min-width: 992px) {
  .c-search {
    height: 6.8rem;
    border-radius: 3.4rem;
    padding: 0 3.2rem;
  }
}
.c-search__result {
  display: flex;
  margin-bottom: 1.6rem;
}
@media (min-width: 576px) {
  .c-search__result {
    margin-bottom: 6.4rem;
  }
}
@media (min-width: 992px) {
  .c-search__result {
    flex-direction: column;
    margin-bottom: 9.6rem;
  }
}
.c-search__title {
  font-family: "AmsiProCond", sans-serif;
  font-size: 1.7rem;
  text-transform: uppercase;
  margin-bottom: 0.4rem;
}
@media (min-width: 576px) {
  .c-search__title {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  .c-search__title {
    font-size: 2.8rem;
    font-family: inherit;
    font-weight: bold;
    text-transform: none;
    order: 2;
  }
}
.c-search__art {
  flex-shrink: 0;
  width: 64px;
  margin-right: 1.6rem;
}
@media (min-width: 576px) {
  .c-search__art {
    width: 156px;
    margin-right: 3.2rem;
  }
}
@media (min-width: 992px) {
  .c-search__art {
    width: 100%;
    margin-bottom: 1.6rem;
  }
}
.c-search__art + div {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
@media (min-width: 576px) {
  .c-search__art + div {
    display: flex;
    flex-direction: column;
    align-items: left;
    justify-content: center;
  }
}
.c-search__all {
  display: flex;
  align-items: center;
  position: relative;
  bottom: 2px;
}
.c-search__all img {
  transform: rotate(-90deg);
}
.c-search__toggle {
  width: 4.8rem;
  height: 4.8rem;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  border-radius: 2.4rem;
}
@media (min-width: 992px) {
  .c-search__toggle {
    width: 6.8rem;
    height: 6.8rem;
  }
}
.c-search__toggle img {
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all 0.3s ease;
}
.c-search__toggle img:last-child {
  transform: translate(250%, -50%);
  opacity: 0;
}
.c-search__toggle img:first-child {
  transform: translate(-50%, -50%);
  opacity: 1;
}
.c-search input {
  width: 100%;
  height: 4.8rem;
  border: none;
  border-radius: 2.4rem;
  font-size: 1.5rem;
  background: transparent;
  display: none;
}
@media (min-width: 992px) {
  .c-search input {
    height: 6.8rem;
    font-size: 1.7rem;
  }
}
.c-search.is-open {
  padding-right: calc(4.8rem + 1.6rem);
  width: 100%;
}
.c-search.is-open input {
  display: block;
}
.c-search.is-open .c-search__toggle img:last-child {
  transform: translate(-50%, -50%);
  opacity: 1;
}
.c-search.is-open .c-search__toggle img:first-child {
  transform: translate(250%, -50%);
  opacity: 0;
}
.c-search.is-flip-icon .c-search__toggle img:last-child {
  transform: translate(250%, -50%);
  opacity: 0;
}
.c-search.is-flip-icon .c-search__toggle img:first-child {
  transform: translate(-50%, -50%);
  opacity: 1;
}

.c-tap {
  width: 150px;
  height: 150px;
  position: relative;
}
.c-tap video {
  max-width: 100%;
  height: auto;
}
.c-tap__wrap {
  max-width: 100%;
}
.c-tap__btn {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  z-index: 1;
  cursor: pointer;
}
.c-tap__btn::after {
  content: "";
  display: block;
  width: 273px;
  height: 273px;
  border: 2px dashed #EAF6FF;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.m-dark .c-tap__btn::after {
  display: none;
}

.c-tap__btn > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 61%;
}

.c-hero {
  position: relative;
  width: 100%;
  background: #1A7FC9;
  padding-top: 3.2rem;
  padding-bottom: 4.6rem;
  margin-bottom: -30px;
  overflow: hidden;
  color: #fff;
}
.c-hero__bg {
  left: 0;
  top: 0;
  position: absolute;
  height: 100%;
  background-size: cover;
  width: 100%;
  filter: blur(8px);
  -webkit-filter: blur(8px);
  transform: scale(1.1);
  opacity: 0.56;
  background-color: red;
}
.c-hero__inside {
  position: relative;
}
.c-hero__art {
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.5);
  width: 110px;
  height: 146px;
  margin: 0 auto;
  flex-shrink: 1;
  object-fit: cover;
}
@media (min-width: 576px) {
  .c-hero__art {
    width: 334px;
    height: 445px;
  }
}
.c-hero__icon {
  flex-shrink: 0;
  width: 41px;
  height: 41px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 576px) {
  .c-hero__icon {
    width: 73px;
    height: 73px;
  }
}
@media (min-width: 1480px) {
  .c-hero__icon {
    position: absolute !important;
    right: calc(100% + 20px);
  }
  .c-hero__icon.c-share {
    right: auto;
    left: calc(100% + 20px);
  }
}
@media (min-width: 576px) {
  .c-hero__back {
    width: 26px;
  }
}

.c-hero + div {
  background: #F5F5FA;
  border-top-left-radius: 30px;
  position: relative;
}

.c-share {
  position: relative;
}
.c-share__toggle {
  border: 1px solid #69C5D1;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  transition: border-color 0.3s ease-in-out;
}
.is-open .c-share__toggle {
  border-color: #fff;
}

.c-share__toggle > img {
  position: absolute;
  top: 50%;
  left: 47%;
  transition: all 0.3s ease;
}
.c-share__toggle > img:nth-child(2) {
  opacity: 0;
  transform: translate(-50%, -30%);
  left: 50%;
}
@media (min-width: 576px) {
  .c-share__toggle > img:nth-child(2) {
    width: 50px;
  }
}
.is-open .c-share__toggle > img:nth-child(2) {
  opacity: 1;
  transform: translate(-50%, -50%);
}

.c-share__toggle > img:nth-child(1) {
  opacity: 1;
  transform: translate(-50%, -50%);
}
@media (min-width: 576px) {
  .c-share__toggle > img:nth-child(1) {
    width: 25px;
  }
}
.is-open .c-share__toggle > img:nth-child(1) {
  opacity: 0;
  transform: translate(-50%, -30%);
}

.c-share__exp {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 10px);
  background: #fff;
  border-radius: 17px;
  box-shadow: 5px 10px 10px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}
@media (min-width: 576px) {
  .c-share__exp {
    border-radius: 28px;
  }
}
.is-open .c-share__exp {
  opacity: 1;
  visibility: visible;
}

.c-share__exp > a {
  margin: 10px;
  display: block;
}
@media (min-width: 576px) {
  .c-share__exp > a {
    margin: 26px 16px;
  }
}
.c-share__exp > a img {
  max-width: none;
}
@media (min-width: 576px) {
  .c-share__exp > a img {
    width: 25px;
  }
}

.c-floats {
  margin-bottom: -1.6rem;
}
.c-floats > a {
  width: 74px;
  float: left;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  margin-bottom: 1.6rem;
  margin-right: 1.6rem;
}
@media (min-width: 576px) {
  .c-floats > a {
    width: 140px;
  }
}

.c-hslide {
  display: flex;
  overflow-x: auto;
  margin-left: -1.6rem;
  margin-right: -1.6rem;
  padding: 0 1.6rem;
}
@media (min-width: 576px) {
  .c-hslide {
    margin-left: -6.4rem;
    margin-right: -6.4rem;
    padding-left: 6.4rem;
  }
}
@media (min-width: 992px) {
  .c-hslide {
    flex-wrap: wrap;
  }
}
.c-hslide > div {
  width: 285px;
  max-width: 80vw;
  flex-shrink: 0;
  padding-right: 1.6rem;
}
@media (min-width: 576px) {
  .c-hslide > div {
    padding-right: 6.4rem;
  }
}
@media (min-width: 992px) {
  .c-hslide > div {
    padding-right: 1.6rem;
    margin-bottom: 3.2rem;
  }
}
.c-hslide > div > div {
  border-radius: 8px;
  overflow: hidden;
}
@media (min-width: 576px) {
  .c-hslide > div {
    width: 398px;
  }
}
.c-hslide__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 44px;
  height: 44px;
  background: rgba(26, 128, 201, 0.3);
  border-radius: 50%;
}
.c-hslide__play > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.c-accordion {
  font-size: 1.2rem;
  font-weight: bold;
}
@media (min-width: 576px) {
  .c-accordion {
    font-size: 1.4rem;
  }
}
.c-accordion__sicon {
  padding: 8px;
  background: #1A7FC9;
  border-radius: 50%;
  margin-right: 0.8rem;
  margin-top: -6px;
  margin-bottom: -6px;
}
.c-accordion__toggle {
  cursor: pointer;
  padding: 1.6rem;
  padding-right: 3.2rem;
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
  position: relative;
  transition: color 0.3s ease;
  color: #9B9B9B;
  display: flex;
  align-items: center;
}
.c-accordion__toggle::after {
  content: "";
  display: block;
  background-image: url(/images/ico_dropdown.svg);
  background-position: center;
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 1.6rem;
  top: 50%;
  transition: transform 0.3s ease;
  transform: translate(-50%, -50%) rotate(0);
  transform-origin: center;
}
.is-open .c-accordion__toggle {
  color: #1A7FC9;
}
.is-open .c-accordion__toggle::after {
  content: "";
  display: block;
  background-image: url(/images/ico_dropdown-blue.svg);
  background-position: center;
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 1.6rem;
  top: 50%;
  transform: translate(-50%, -50%) rotate(0);
}

.c-accordion__exp {
  display: none;
  font-weight: normal;
}
.c-accordion__set {
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.c-q {
  font-size: 1.2rem;
  font-weight: bold;
  cursor: pointer;
  padding: 1.6rem;
  padding-right: 3.2rem;
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
  position: relative;
  transition: color 0.3s ease;
  color: #9B9B9B !important;
  display: flex;
  align-items: center;
}
@media (min-width: 576px) {
  .c-q {
    font-size: 1.4rem;
  }
}
.c-q::after {
  content: "";
  display: block;
  background-image: url(/images/ico_dropdown.svg);
  background-position: center;
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 1.6rem;
  top: 50%;
  transition: transform 0.3s ease;
  transform: translate(-50%, -50%) rotate(-90deg);
  transform-origin: center;
}
.c-q__set {
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.c-card {
  background-color: #1A7FC9;
  display: flex;
  max-width: 400px;
}
.c-card__year {
  font-size: 1.2rem;
  display: block;
  color: #B8B8B8;
}
@media (min-width: 576px) {
  .c-card__year {
    font-size: 2rem;
  }
}

.c-tag {
  font-size: 13px;
  color: #A8DAFF !important;
  padding: 6px 12px;
  background: #1A7FC9;
  float: left;
  border-radius: 43px;
  margin-right: 0.8rem;
  margin-top: 0.8rem;
  font-weight: bold;
}
@media (min-width: 576px) {
  .c-tag {
    padding: 23px 54px;
    font-size: 16px;
    margin-right: 1.6rem;
    margin-top: 1.6rem;
  }
}

.c-footer {
  margin-top: -30px;
  background: white;
  border-top-left-radius: 30px;
  position: relative;
  overflow: hidden;
  padding-top: 3.2rem;
  padding-bottom: 3.2rem;
}
.c-footer__link {
  display: block;
  color: #B8B8B8 !important;
  line-height: 1.7;
  font-size: 1.3rem;
  font-weight: bold;
}
@media (min-width: 576px) {
  .c-footer__link {
    font-size: 1.6rem;
  }
}
.c-footer__head {
  display: block;
  color: #004D8D !important;
  margin-bottom: 1.6rem;
  font-size: 1.7rem;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "AmsiProCond", sans-serif;
}
@media (min-width: 576px) {
  .c-footer__head {
    font-size: 2.4rem;
  }
}

.c-aside {
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 576px) {
  .c-aside {
    padding-left: 100px;
  }
}
@media (min-width: 992px) {
  .c-aside {
    max-width: 1288px;
    padding: 0 100px;
  }
}
.c-aside__back {
  position: absolute;
  left: 0;
  display: none;
}
@media (min-width: 576px) {
  .c-aside__back {
    display: block;
  }
}
@media (min-width: 992px) {
  .c-aside__back {
    top: 186px;
  }
}

.c-home {
  background: #F5F5FA;
  flex-grow: 1;
  color: #000;
}
.c-home__l {
  width: 60%;
  margin-right: 3.2rem;
}
@media (min-width: 992px) {
  .c-home__l {
    width: 608px;
  }
}
.c-home__r {
  flex-grow: 1;
  padding: 1.6rem 0;
  width: 40%;
}
@media (min-width: 992px) {
  .c-home__r {
    padding: 4.8rem 0;
    width: 100%;
  }
}
.c-home__r-inside {
  max-width: 818px;
  margin: 0 auto;
}

.c-quiz {
  padding: 1.6rem 2.4rem;
  background: #fff;
  border-radius: 30px;
  background-image: url(/images/back.svg);
  background-size: contain;
}
@media (min-width: 992px) {
  .c-quiz {
    padding: 4.8rem 6.4rem;
  }
}
.c-quiz__q {
  width: 100%;
  border-radius: 10px;
  font-size: 11px;
  font-weight: bold;
  background: #1A7FC9;
  color: #fff;
  padding: 12px;
  text-align: center;
  width: 100%;
  margin-bottom: 1.6rem;
  cursor: pointer;
}
@media (min-width: 992px) {
  .c-quiz__q {
    font-size: 16px;
  }
}
.c-quiz__q.is-selected {
  background: #004D8D;
}
.c-quiz__q.correct {
  background: green;
}
.c-quiz__q.incorrect {
  background: red;
}

.c-help {
  margin: auto;
}
.c-help a {
  transition: all 0.3s ease;
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.3);
  display: block;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #fff;
  border-radius: 50%;
  margin-left: 1.6rem;
}
.c-help a > span {
  position: relative;
  bottom: 3px;
}
.c-help a > span:last-child {
  opacity: 0.5;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 4px;
  display: flex;
}
.c-help a:hover {
  background: #1A7FC9;
}

.aspect-unset {
  height: unset;
  padding-bottom: unset;
}

.c-embed {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.c-embed iframe, .c-embed object, .c-embed embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-icon {
  width: 1.6rem;
  height: 1.6rem;
  display: block;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}
.c-icon--32 {
  width: 3.2rem;
  height: 3.2rem;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/** end slider */
.camera-overlay {
  border: 5px solid red;
  position: absolute;
}

.c-scan {
  width: 100%;
  max-width: 100vw;
  margin: 0 auto;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  /** kada se mobitelu sakrije adress bar 100vh to ne uzme u obzir */
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.c-scan__close {
  transition: all 0.3s ease-in-out 0.6s;
  background: #C6E3FF;
  position: absolute;
  top: 100%;
  left: 50%;
  border-radius: 50%;
  padding: 15px;
  transform: translate(-50%, -100%);
  z-index: 101;
}
.c-scan__close > img {
  opacity: 0;
  width: 32px;
  transition: opacity 0.3s ease-in-out 0.9s;
}
.is-live .c-scan__close {
  opacity: 1;
  transform: translate(-50%, -50%);
}
.is-live .c-scan__close > img {
  opacity: 1;
}

.c-scan__fill {
  background: #C6E3FF;
  position: relative;
}
.c-scan__fill--bottom {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
}
.c-scan__ol {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.5);
  width: 320%;
  max-width: none;
  z-index: 1;
  opacity: 0;
  transition: all 0.3s ease-in-out 0.3s;
}
.is-live .c-scan__ol {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.c-scan__nisan {
  position: absolute;
  opacity: 0;
  transition: opacity 0.3s ease-in-out 1.5s, transform 0.3s ease-in-out 1.5s;
}
.c-scan__nisan--tl, .c-scan__nisan--bl {
  transform: translateX(30px);
}
.c-scan__nisan--tr, .c-scan__nisan--br {
  transform: translateX(-30px);
}
.c-scan__nisan.is-active {
  opacity: 1;
  transform: translateX(0);
}
.c-scan__status {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  top: 100%;
  color: #000;
  opacity: 0;
  transition: opacity 0.3s ease;
  margin-top: 30px; /** clear scan button */
}
.c-scan__status > span {
  color: #1A7FC9;
  display: block;
  animation: 1s linear infinite blink;
  line-height: 1.5;
}
.c-scan__status.is-active {
  opacity: 1;
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.c-scan__record {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  cursor: pointer;
  display: flex;
  align-content: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.is-live .c-scan__record {
  opacity: 1;
  transition: all 0.3s ease-in-out 1s;
}

.c-scan__vidwrap {
  position: relative;
  width: 100%;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.c-scan__camera {
  transition: opacity 0.6s ease-in-out;
  max-width: 100%;
  max-height: 100%;
  display: block;
  opacity: 0;
  width: 100%;
}
.is-live .c-scan__camera {
  opacity: 1;
}

.c-scan__gumb {
  position: relative;
  z-index: 101;
}
.c-scan__gumb::after {
  content: "";
  display: block;
  background: #1A7FC9;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: 105;
}
.c-scan__gumb img {
  width: 64px;
  padding: 10px;
  position: relative;
  z-index: 106;
}
.c-scan__progress-bar {
  top: 50%;
  left: 50%;
  position: absolute;
  z-index: 1;
  transform: translate(-50%, -50%) rotate(-90deg);
  height: 100%;
  width: 100%;
  display: block;
}
.c-scan__progress-bar #bar {
  stroke-width: 2px;
  stroke: white;
  opacity: 0.7;
  stroke-dashoffset: 566px;
  transition: stroke-dashoffset 5s linear;
}
.c-scan__progress-bar #bg2, .c-scan__progress-bar #bg1 {
  fill: white;
  opacity: 0.14;
}
.c-scan__progress-bar.is-active #bar {
  stroke-dashoffset: 251px;
}
.c-scan__zoom {
  opacity: 0;
  position: absolute;
  bottom: 50%;
  left: 0;
  width: 100%;
  z-index: 100;
  display: flex;
  transition: opacity 0.3s ease-in-out;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}
.c-scan__zoom > span {
  text-transform: uppercase;
  position: absolute;
  top: -20px;
  opacity: 0.5;
  left: 50%;
  transform: translate(-50%, 0);
}
.c-scan__zoom-slide {
  height: 100%;
  width: 100px;
}
.c-scan__zoom-slide:focus {
  outline: none !important;
}
.c-scan__zoom-slide > div {
  height: 156px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (min-width: 576px) {
  .c-scan__zoom-slide > div {
    height: 156px;
  }
}
.c-scan__zoom-slide > div:focus {
  outline: none !important;
}
.c-scan__zoom-slide > div::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 20px;
  background: white;
  transform: translate(-50%, 0);
  left: 50%;
  top: 0;
  opacity: 0.8;
}
.c-scan__zoom-slide--small > div {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.c-scan__zoom-slide--small > div::after {
  opacity: 0.2;
}

@keyframes fill {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
.camera-powered-by {
  position: fixed;
  top: 5px;
  color: white;
  text-align: center;
  width: 100vw;
}

.back-grey {
  background-color: #E7E5E8;
}

.twoio-main-mobile {
  height: 70vh;
}
.twoio-main-mobile-rectangle {
  height: 45vh;
  width: 70vw;
  margin: 20vh auto;
  background: white;
  border-radius: 15px;
}
.twoio-main-mobile-logo {
  height: 17vh;
  padding-top: 2vh;
}
.twoio-main-mobile-logo img {
  height: 17vh;
  object-fit: contain;
  margin: 0 auto;
}
.twoio-main-mobile-scan {
  height: 20vh;
  padding-top: 15vh;
  margin: 0 auto;
}
.twoio-main-mobile-scan-text {
  font-family: Montserrat;
  text-transform: uppercase;
  margin: 0 auto;
  text-align: center;
}
.twoio-main-mobile-scan-image {
  height: 17vh;
  margin: 0 auto;
  text-align: center;
}
.twoio-main-mobile-scan-image img {
  height: 17vh;
  margin: 0 auto;
}

.font-montserrat {
  font-family: Montserrat;
}

.text-grey {
  color: grey;
}

.c-blue-line {
  z-index: 2;
  position: absolute;
  height: 50%;
  width: 100vw;
  background-color: #C6E3FF;
  opacity: 1;
  transition: height 1s ease-in-out;
}
.c-blue-line--top {
  top: 0;
}
.c-blue-line--bottom {
  bottom: 0;
}
.is-live .c-blue-line {
  height: 0;
}

.zergentity {
  float: none !important;
}

.zerglayoutcl {
  width: unset !important;
}

.zerglayoutcl > div {
  display: flex;
  flex-flow: row wrap;
}

/*# sourceMappingURL=style.css.map */
