@charset "UTF-8";
/*
 * mesh v1.0.0 (https://meshcss.com)
 * Copyright 2018-2019 meshCSS
 * MIT License (https://github.com/ainsleyclark/mesh/blob/master/LICENSE)
 */
/* normalize.css v8.0.1 | 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 iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/**
   * Render the `main` element consistently in IE.
   */
main {
  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
     ========================================================================== */
/**
   * 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
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}

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

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  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 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
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 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;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

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

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
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 in Chrome and Safari on macOS.
   */
[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 Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

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

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

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

html {
  box-sizing: border-box;
}

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

html,
body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
}

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

ul {
  margin: 0;
  padding: 0;
}

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

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

@media (min-width: 568px) {
  .container {
    max-width: 518px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 718px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 974px;
  }
}
@media (min-width: 1408px) {
  .container {
    max-width: 1358px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.no-gaps {
  margin-right: 0;
  margin-left: 0;
}

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

.col-hd-12, .col-hd-11, .col-hd-10, .col-hd-9, .col-hd-8, .col-hd-7, .col-hd-6, .col-hd-5, .col-hd-4, .col-hd-3, .col-hd-2, .col-hd-1, .col-hd-auto, .col-desk-12, .col-desk-11, .col-desk-10, .col-desk-9, .col-desk-8, .col-desk-7, .col-desk-6, .col-desk-5, .col-desk-4, .col-desk-3, .col-desk-2, .col-desk-1, .col-desk-auto, .col-tab-12, .col-tab-11, .col-tab-10, .col-tab-9, .col-tab-8, .col-tab-7, .col-tab-6, .col-tab-5, .col-tab-4, .col-tab-3, .col-tab-2, .col-tab-1, .col-tab-auto, .col-mob-12, .col-mob-11, .col-mob-10, .col-mob-9, .col-mob-8, .col-mob-7, .col-mob-6, .col-mob-5, .col-mob-4, .col-mob-3, .col-mob-2, .col-mob-1, .col-mob-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1, .col-auto {
  position: relative;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

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

.col-1 {
  width: 8.3333333333%;
}

.col-2 {
  width: 16.6666666667%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.3333333333%;
}

.col-5 {
  width: 41.6666666667%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.3333333333%;
}

.col-8 {
  width: 66.6666666667%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.3333333333%;
}

.col-11 {
  width: 91.6666666667%;
}

.col-12 {
  width: 100%;
}

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

.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%;
}

.offset-12 {
  margin-left: 100%;
}

@media (min-width: 568px) {
  .col-mob-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-mob-1 {
    width: 8.3333333333%;
  }

  .col-mob-2 {
    width: 16.6666666667%;
  }

  .col-mob-3 {
    width: 25%;
  }

  .col-mob-4 {
    width: 33.3333333333%;
  }

  .col-mob-5 {
    width: 41.6666666667%;
  }

  .col-mob-6 {
    width: 50%;
  }

  .col-mob-7 {
    width: 58.3333333333%;
  }

  .col-mob-8 {
    width: 66.6666666667%;
  }

  .col-mob-9 {
    width: 75%;
  }

  .col-mob-10 {
    width: 83.3333333333%;
  }

  .col-mob-11 {
    width: 91.6666666667%;
  }

  .col-mob-12 {
    width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-mob-12 {
    margin-left: 100%;
  }
}
@media (min-width: 768px) {
  .col-tab-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-tab-1 {
    width: 8.3333333333%;
  }

  .col-tab-2 {
    width: 16.6666666667%;
  }

  .col-tab-3 {
    width: 25%;
  }

  .col-tab-4 {
    width: 33.3333333333%;
  }

  .col-tab-5 {
    width: 41.6666666667%;
  }

  .col-tab-6 {
    width: 50%;
  }

  .col-tab-7 {
    width: 58.3333333333%;
  }

  .col-tab-8 {
    width: 66.6666666667%;
  }

  .col-tab-9 {
    width: 75%;
  }

  .col-tab-10 {
    width: 83.3333333333%;
  }

  .col-tab-11 {
    width: 91.6666666667%;
  }

  .col-tab-12 {
    width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-tab-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1024px) {
  .col-desk-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-desk-1 {
    width: 8.3333333333%;
  }

  .col-desk-2 {
    width: 16.6666666667%;
  }

  .col-desk-3 {
    width: 25%;
  }

  .col-desk-4 {
    width: 33.3333333333%;
  }

  .col-desk-5 {
    width: 41.6666666667%;
  }

  .col-desk-6 {
    width: 50%;
  }

  .col-desk-7 {
    width: 58.3333333333%;
  }

  .col-desk-8 {
    width: 66.6666666667%;
  }

  .col-desk-9 {
    width: 75%;
  }

  .col-desk-10 {
    width: 83.3333333333%;
  }

  .col-desk-11 {
    width: 91.6666666667%;
  }

  .col-desk-12 {
    width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-desk-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1408px) {
  .col-hd-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-hd-1 {
    width: 8.3333333333%;
  }

  .col-hd-2 {
    width: 16.6666666667%;
  }

  .col-hd-3 {
    width: 25%;
  }

  .col-hd-4 {
    width: 33.3333333333%;
  }

  .col-hd-5 {
    width: 41.6666666667%;
  }

  .col-hd-6 {
    width: 50%;
  }

  .col-hd-7 {
    width: 58.3333333333%;
  }

  .col-hd-8 {
    width: 66.6666666667%;
  }

  .col-hd-9 {
    width: 75%;
  }

  .col-hd-10 {
    width: 83.3333333333%;
  }

  .col-hd-11 {
    width: 91.6666666667%;
  }

  .col-hd-12 {
    width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-hd-12 {
    margin-left: 100%;
  }
}
.flex-row {
  flex-direction: row !important;
}

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

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

.flex-column-reverse {
  flex-direction: column-reverse !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;
}

.justify-content-evenly {
  justify-content: space-evenly !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;
}

.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-stretch {
  align-content: stretch !important;
}

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

.align-content-around {
  align-content: space-around !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;
}

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

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

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

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

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

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

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

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

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

  .justify-content-mob-evenly {
    justify-content: space-evenly !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .flex-mob-shrink-1 {
    flex-shrink: 1 !important;
  }
}
@media (min-width: 768px) {
  .flex-tab-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

  .justify-content-tab-evenly {
    justify-content: space-evenly !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .flex-tab-shrink-1 {
    flex-shrink: 1 !important;
  }
}
@media (min-width: 1024px) {
  .flex-desk-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

  .justify-content-desk-evenly {
    justify-content: space-evenly !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .flex-desk-shrink-1 {
    flex-shrink: 1 !important;
  }
}
@media (min-width: 1408px) {
  .flex-hd-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

  .justify-content-hd-evenly {
    justify-content: space-evenly !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .flex-hd-shrink-1 {
    flex-shrink: 1 !important;
  }
}
.order-first {
  order: -1 !important;
}

.order-last {
  order: 13 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-6 {
  order: 6 !important;
}

.order-7 {
  order: 7 !important;
}

.order-8 {
  order: 8 !important;
}

.order-9 {
  order: 9 !important;
}

.order-10 {
  order: 10 !important;
}

.order-11 {
  order: 11 !important;
}

.order-12 {
  order: 12 !important;
}

@media (min-width: 568px) {
  .order-mob-first {
    order: -1 !important;
  }

  .order-mob-last {
    order: 13 !important;
  }

  .order-mob-1 {
    order: 1 !important;
  }

  .order-mob-2 {
    order: 2 !important;
  }

  .order-mob-3 {
    order: 3 !important;
  }

  .order-mob-4 {
    order: 4 !important;
  }

  .order-mob-5 {
    order: 5 !important;
  }

  .order-mob-6 {
    order: 6 !important;
  }

  .order-mob-7 {
    order: 7 !important;
  }

  .order-mob-8 {
    order: 8 !important;
  }

  .order-mob-9 {
    order: 9 !important;
  }

  .order-mob-10 {
    order: 10 !important;
  }

  .order-mob-11 {
    order: 11 !important;
  }

  .order-mob-12 {
    order: 12 !important;
  }
}
@media (min-width: 768px) {
  .order-tab-first {
    order: -1 !important;
  }

  .order-tab-last {
    order: 13 !important;
  }

  .order-tab-1 {
    order: 1 !important;
  }

  .order-tab-2 {
    order: 2 !important;
  }

  .order-tab-3 {
    order: 3 !important;
  }

  .order-tab-4 {
    order: 4 !important;
  }

  .order-tab-5 {
    order: 5 !important;
  }

  .order-tab-6 {
    order: 6 !important;
  }

  .order-tab-7 {
    order: 7 !important;
  }

  .order-tab-8 {
    order: 8 !important;
  }

  .order-tab-9 {
    order: 9 !important;
  }

  .order-tab-10 {
    order: 10 !important;
  }

  .order-tab-11 {
    order: 11 !important;
  }

  .order-tab-12 {
    order: 12 !important;
  }
}
@media (min-width: 1024px) {
  .order-desk-first {
    order: -1 !important;
  }

  .order-desk-last {
    order: 13 !important;
  }

  .order-desk-1 {
    order: 1 !important;
  }

  .order-desk-2 {
    order: 2 !important;
  }

  .order-desk-3 {
    order: 3 !important;
  }

  .order-desk-4 {
    order: 4 !important;
  }

  .order-desk-5 {
    order: 5 !important;
  }

  .order-desk-6 {
    order: 6 !important;
  }

  .order-desk-7 {
    order: 7 !important;
  }

  .order-desk-8 {
    order: 8 !important;
  }

  .order-desk-9 {
    order: 9 !important;
  }

  .order-desk-10 {
    order: 10 !important;
  }

  .order-desk-11 {
    order: 11 !important;
  }

  .order-desk-12 {
    order: 12 !important;
  }
}
@media (min-width: 1408px) {
  .order-hd-first {
    order: -1 !important;
  }

  .order-hd-last {
    order: 13 !important;
  }

  .order-hd-1 {
    order: 1 !important;
  }

  .order-hd-2 {
    order: 2 !important;
  }

  .order-hd-3 {
    order: 3 !important;
  }

  .order-hd-4 {
    order: 4 !important;
  }

  .order-hd-5 {
    order: 5 !important;
  }

  .order-hd-6 {
    order: 6 !important;
  }

  .order-hd-7 {
    order: 7 !important;
  }

  .order-hd-8 {
    order: 8 !important;
  }

  .order-hd-9 {
    order: 9 !important;
  }

  .order-hd-10 {
    order: 10 !important;
  }

  .order-hd-11 {
    order: 11 !important;
  }

  .order-hd-12 {
    order: 12 !important;
  }
}
.d-none {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .d-mob-table-cell {
    display: table-cell !important;
  }
}
@media (min-width: 768px) {
  .d-tab-none {
    display: none !important;
  }

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

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

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

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

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

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

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

  .d-tab-table-cell {
    display: table-cell !important;
  }
}
@media (min-width: 1024px) {
  .d-desk-none {
    display: none !important;
  }

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

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

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

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

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

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

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

  .d-desk-table-cell {
    display: table-cell !important;
  }
}
@media (min-width: 1408px) {
  .d-hd-none {
    display: none !important;
  }

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

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

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

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

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

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

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

  .d-hd-table-cell {
    display: table-cell !important;
  }
}
.m-0 {
  margin: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pt-1,
.py-1 {
  padding-top: 0.5rem !important;
}

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

.pb-1,
.py-1 {
  padding-bottom: 0.5rem !important;
}

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

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

.pt-2,
.py-2 {
  padding-top: 0.75rem !important;
}

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

.pb-2,
.py-2 {
  padding-bottom: 0.75rem !important;
}

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

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

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

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

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

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

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

.pt-4,
.py-4 {
  padding-top: 2rem !important;
}

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

.pb-4,
.py-4 {
  padding-bottom: 2rem !important;
}

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

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

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

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

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

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

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

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

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

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

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

@media (min-width: 568px) {
  .m-mob-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-mob-auto,
.mx-mob-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 568px) {
  .p-mob-0 {
    padding: 0 !important;
  }

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

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

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

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

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

  .pt-mob-1,
.py-mob-1 {
    padding-top: 0.5rem !important;
  }

  .pr-mob-1,
.px-mob-1 {
    padding-right: 0.5rem !important;
  }

  .pb-mob-1,
.py-mob-1 {
    padding-bottom: 0.5rem !important;
  }

  .pl-mob-1,
.px-mob-1 {
    padding-left: 0.5rem !important;
  }

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

  .pt-mob-2,
.py-mob-2 {
    padding-top: 0.75rem !important;
  }

  .pr-mob-2,
.px-mob-2 {
    padding-right: 0.75rem !important;
  }

  .pb-mob-2,
.py-mob-2 {
    padding-bottom: 0.75rem !important;
  }

  .pl-mob-2,
.px-mob-2 {
    padding-left: 0.75rem !important;
  }

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

  .pt-mob-3,
.py-mob-3 {
    padding-top: 1rem !important;
  }

  .pr-mob-3,
.px-mob-3 {
    padding-right: 1rem !important;
  }

  .pb-mob-3,
.py-mob-3 {
    padding-bottom: 1rem !important;
  }

  .pl-mob-3,
.px-mob-3 {
    padding-left: 1rem !important;
  }

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

  .pt-mob-4,
.py-mob-4 {
    padding-top: 2rem !important;
  }

  .pr-mob-4,
.px-mob-4 {
    padding-right: 2rem !important;
  }

  .pb-mob-4,
.py-mob-4 {
    padding-bottom: 2rem !important;
  }

  .pl-mob-4,
.px-mob-4 {
    padding-left: 2rem !important;
  }

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

  .pt-mob-5,
.py-mob-5 {
    padding-top: 3rem !important;
  }

  .pr-mob-5,
.px-mob-5 {
    padding-right: 3rem !important;
  }

  .pb-mob-5,
.py-mob-5 {
    padding-bottom: 3rem !important;
  }

  .pl-mob-5,
.px-mob-5 {
    padding-left: 3rem !important;
  }

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

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

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

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

  .ml-mob-auto,
.mx-mob-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-tab-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-tab-auto,
.mx-tab-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .p-tab-0 {
    padding: 0 !important;
  }

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

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

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

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

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

  .pt-tab-1,
.py-tab-1 {
    padding-top: 0.5rem !important;
  }

  .pr-tab-1,
.px-tab-1 {
    padding-right: 0.5rem !important;
  }

  .pb-tab-1,
.py-tab-1 {
    padding-bottom: 0.5rem !important;
  }

  .pl-tab-1,
.px-tab-1 {
    padding-left: 0.5rem !important;
  }

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

  .pt-tab-2,
.py-tab-2 {
    padding-top: 0.75rem !important;
  }

  .pr-tab-2,
.px-tab-2 {
    padding-right: 0.75rem !important;
  }

  .pb-tab-2,
.py-tab-2 {
    padding-bottom: 0.75rem !important;
  }

  .pl-tab-2,
.px-tab-2 {
    padding-left: 0.75rem !important;
  }

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

  .pt-tab-3,
.py-tab-3 {
    padding-top: 1rem !important;
  }

  .pr-tab-3,
.px-tab-3 {
    padding-right: 1rem !important;
  }

  .pb-tab-3,
.py-tab-3 {
    padding-bottom: 1rem !important;
  }

  .pl-tab-3,
.px-tab-3 {
    padding-left: 1rem !important;
  }

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

  .pt-tab-4,
.py-tab-4 {
    padding-top: 2rem !important;
  }

  .pr-tab-4,
.px-tab-4 {
    padding-right: 2rem !important;
  }

  .pb-tab-4,
.py-tab-4 {
    padding-bottom: 2rem !important;
  }

  .pl-tab-4,
.px-tab-4 {
    padding-left: 2rem !important;
  }

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

  .pt-tab-5,
.py-tab-5 {
    padding-top: 3rem !important;
  }

  .pr-tab-5,
.px-tab-5 {
    padding-right: 3rem !important;
  }

  .pb-tab-5,
.py-tab-5 {
    padding-bottom: 3rem !important;
  }

  .pl-tab-5,
.px-tab-5 {
    padding-left: 3rem !important;
  }

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

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

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

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

  .ml-tab-auto,
.mx-tab-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1024px) {
  .m-desk-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-desk-auto,
.mx-desk-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1024px) {
  .p-desk-0 {
    padding: 0 !important;
  }

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

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

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

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

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

  .pt-desk-1,
.py-desk-1 {
    padding-top: 0.5rem !important;
  }

  .pr-desk-1,
.px-desk-1 {
    padding-right: 0.5rem !important;
  }

  .pb-desk-1,
.py-desk-1 {
    padding-bottom: 0.5rem !important;
  }

  .pl-desk-1,
.px-desk-1 {
    padding-left: 0.5rem !important;
  }

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

  .pt-desk-2,
.py-desk-2 {
    padding-top: 0.75rem !important;
  }

  .pr-desk-2,
.px-desk-2 {
    padding-right: 0.75rem !important;
  }

  .pb-desk-2,
.py-desk-2 {
    padding-bottom: 0.75rem !important;
  }

  .pl-desk-2,
.px-desk-2 {
    padding-left: 0.75rem !important;
  }

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

  .pt-desk-3,
.py-desk-3 {
    padding-top: 1rem !important;
  }

  .pr-desk-3,
.px-desk-3 {
    padding-right: 1rem !important;
  }

  .pb-desk-3,
.py-desk-3 {
    padding-bottom: 1rem !important;
  }

  .pl-desk-3,
.px-desk-3 {
    padding-left: 1rem !important;
  }

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

  .pt-desk-4,
.py-desk-4 {
    padding-top: 2rem !important;
  }

  .pr-desk-4,
.px-desk-4 {
    padding-right: 2rem !important;
  }

  .pb-desk-4,
.py-desk-4 {
    padding-bottom: 2rem !important;
  }

  .pl-desk-4,
.px-desk-4 {
    padding-left: 2rem !important;
  }

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

  .pt-desk-5,
.py-desk-5 {
    padding-top: 3rem !important;
  }

  .pr-desk-5,
.px-desk-5 {
    padding-right: 3rem !important;
  }

  .pb-desk-5,
.py-desk-5 {
    padding-bottom: 3rem !important;
  }

  .pl-desk-5,
.px-desk-5 {
    padding-left: 3rem !important;
  }

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

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

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

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

  .ml-desk-auto,
.mx-desk-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1408px) {
  .m-hd-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-hd-auto,
.mx-hd-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1408px) {
  .p-hd-0 {
    padding: 0 !important;
  }

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

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

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

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

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

  .pt-hd-1,
.py-hd-1 {
    padding-top: 0.5rem !important;
  }

  .pr-hd-1,
.px-hd-1 {
    padding-right: 0.5rem !important;
  }

  .pb-hd-1,
.py-hd-1 {
    padding-bottom: 0.5rem !important;
  }

  .pl-hd-1,
.px-hd-1 {
    padding-left: 0.5rem !important;
  }

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

  .pt-hd-2,
.py-hd-2 {
    padding-top: 0.75rem !important;
  }

  .pr-hd-2,
.px-hd-2 {
    padding-right: 0.75rem !important;
  }

  .pb-hd-2,
.py-hd-2 {
    padding-bottom: 0.75rem !important;
  }

  .pl-hd-2,
.px-hd-2 {
    padding-left: 0.75rem !important;
  }

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

  .pt-hd-3,
.py-hd-3 {
    padding-top: 1rem !important;
  }

  .pr-hd-3,
.px-hd-3 {
    padding-right: 1rem !important;
  }

  .pb-hd-3,
.py-hd-3 {
    padding-bottom: 1rem !important;
  }

  .pl-hd-3,
.px-hd-3 {
    padding-left: 1rem !important;
  }

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

  .pt-hd-4,
.py-hd-4 {
    padding-top: 2rem !important;
  }

  .pr-hd-4,
.px-hd-4 {
    padding-right: 2rem !important;
  }

  .pb-hd-4,
.py-hd-4 {
    padding-bottom: 2rem !important;
  }

  .pl-hd-4,
.px-hd-4 {
    padding-left: 2rem !important;
  }

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

  .pt-hd-5,
.py-hd-5 {
    padding-top: 3rem !important;
  }

  .pr-hd-5,
.px-hd-5 {
    padding-right: 3rem !important;
  }

  .pb-hd-5,
.py-hd-5 {
    padding-bottom: 3rem !important;
  }

  .pl-hd-5,
.px-hd-5 {
    padding-left: 3rem !important;
  }

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

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

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

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

  .ml-hd-auto,
.mx-hd-auto {
    margin-left: auto !important;
  }
}
.p-relative {
  position: relative !important;
}

.p-absolute {
  position: absolute !important;
}

.p-fixed {
  position: fixed !important;
}

.p-static {
  position: static !important;
}

.p-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

@media (min-width: 568px) {
  .p-mob-relative {
    position: relative !important;
  }

  .p-mob-absolute {
    position: absolute !important;
  }

  .p-mob-fixed {
    position: fixed !important;
  }

  .p-mob-static {
    position: static !important;
  }

  .p-mob-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
  }
}
@media (min-width: 768px) {
  .p-tab-relative {
    position: relative !important;
  }

  .p-tab-absolute {
    position: absolute !important;
  }

  .p-tab-fixed {
    position: fixed !important;
  }

  .p-tab-static {
    position: static !important;
  }

  .p-tab-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
  }
}
@media (min-width: 1024px) {
  .p-desk-relative {
    position: relative !important;
  }

  .p-desk-absolute {
    position: absolute !important;
  }

  .p-desk-fixed {
    position: fixed !important;
  }

  .p-desk-static {
    position: static !important;
  }

  .p-desk-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
  }
}
@media (min-width: 1408px) {
  .p-hd-relative {
    position: relative !important;
  }

  .p-hd-absolute {
    position: absolute !important;
  }

  .p-hd-fixed {
    position: fixed !important;
  }

  .p-hd-static {
    position: static !important;
  }

  .p-hd-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
  }
}
.pin-t {
  top: 0 !important;
}

.pin-r {
  right: 0 !important;
}

.pin-b {
  bottom: 0 !important;
}

.pin-l {
  left: 0 !important;
}

.pin-y {
  top: 0 !important;
  bottom: 0 !important;
}

.pin-x {
  right: 0 !important;
  left: 0 !important;
}

.pin {
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
}

.pin-none {
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 568px) {
  .w-mob-10 {
    width: 10% !important;
  }

  .w-mob-20 {
    width: 20% !important;
  }

  .w-mob-30 {
    width: 30% !important;
  }

  .w-mob-40 {
    width: 40% !important;
  }

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

  .w-mob-60 {
    width: 60% !important;
  }

  .w-mob-70 {
    width: 70% !important;
  }

  .w-mob-80 {
    width: 80% !important;
  }

  .w-mob-90 {
    width: 90% !important;
  }

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

  .w-mob-auto {
    width: auto !important;
  }
}
@media (min-width: 768px) {
  .w-tab-10 {
    width: 10% !important;
  }

  .w-tab-20 {
    width: 20% !important;
  }

  .w-tab-30 {
    width: 30% !important;
  }

  .w-tab-40 {
    width: 40% !important;
  }

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

  .w-tab-60 {
    width: 60% !important;
  }

  .w-tab-70 {
    width: 70% !important;
  }

  .w-tab-80 {
    width: 80% !important;
  }

  .w-tab-90 {
    width: 90% !important;
  }

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

  .w-tab-auto {
    width: auto !important;
  }
}
@media (min-width: 1024px) {
  .w-desk-10 {
    width: 10% !important;
  }

  .w-desk-20 {
    width: 20% !important;
  }

  .w-desk-30 {
    width: 30% !important;
  }

  .w-desk-40 {
    width: 40% !important;
  }

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

  .w-desk-60 {
    width: 60% !important;
  }

  .w-desk-70 {
    width: 70% !important;
  }

  .w-desk-80 {
    width: 80% !important;
  }

  .w-desk-90 {
    width: 90% !important;
  }

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

  .w-desk-auto {
    width: auto !important;
  }
}
@media (min-width: 1408px) {
  .w-hd-10 {
    width: 10% !important;
  }

  .w-hd-20 {
    width: 20% !important;
  }

  .w-hd-30 {
    width: 30% !important;
  }

  .w-hd-40 {
    width: 40% !important;
  }

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

  .w-hd-60 {
    width: 60% !important;
  }

  .w-hd-70 {
    width: 70% !important;
  }

  .w-hd-80 {
    width: 80% !important;
  }

  .w-hd-90 {
    width: 90% !important;
  }

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

  .w-hd-auto {
    width: auto !important;
  }
}
.h-10 {
  height: 10% !important;
}

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

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

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

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

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

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

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

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

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

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

@media (min-width: 568px) {
  .h-mob-10 {
    height: 10% !important;
  }

  .h-mob-20 {
    height: 20% !important;
  }

  .h-mob-30 {
    height: 30% !important;
  }

  .h-mob-40 {
    height: 40% !important;
  }

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

  .h-mob-60 {
    height: 60% !important;
  }

  .h-mob-70 {
    height: 70% !important;
  }

  .h-mob-80 {
    height: 80% !important;
  }

  .h-mob-90 {
    height: 90% !important;
  }

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

  .h-mob-auto {
    height: auto !important;
  }
}
@media (min-width: 768px) {
  .h-tab-10 {
    height: 10% !important;
  }

  .h-tab-20 {
    height: 20% !important;
  }

  .h-tab-30 {
    height: 30% !important;
  }

  .h-tab-40 {
    height: 40% !important;
  }

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

  .h-tab-60 {
    height: 60% !important;
  }

  .h-tab-70 {
    height: 70% !important;
  }

  .h-tab-80 {
    height: 80% !important;
  }

  .h-tab-90 {
    height: 90% !important;
  }

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

  .h-tab-auto {
    height: auto !important;
  }
}
@media (min-width: 1024px) {
  .h-desk-10 {
    height: 10% !important;
  }

  .h-desk-20 {
    height: 20% !important;
  }

  .h-desk-30 {
    height: 30% !important;
  }

  .h-desk-40 {
    height: 40% !important;
  }

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

  .h-desk-60 {
    height: 60% !important;
  }

  .h-desk-70 {
    height: 70% !important;
  }

  .h-desk-80 {
    height: 80% !important;
  }

  .h-desk-90 {
    height: 90% !important;
  }

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

  .h-desk-auto {
    height: auto !important;
  }
}
@media (min-width: 1408px) {
  .h-hd-10 {
    height: 10% !important;
  }

  .h-hd-20 {
    height: 20% !important;
  }

  .h-hd-30 {
    height: 30% !important;
  }

  .h-hd-40 {
    height: 40% !important;
  }

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

  .h-hd-60 {
    height: 60% !important;
  }

  .h-hd-70 {
    height: 70% !important;
  }

  .h-hd-80 {
    height: 80% !important;
  }

  .h-hd-90 {
    height: 90% !important;
  }

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

  .h-hd-auto {
    height: auto !important;
  }
}
.full-width {
  width: 100vw !important;
}

.full-height {
  height: 100vh !important;
}

.c-white {
  color: #ffffff !important;
}

.bg-white {
  background-color: #ffffff !important;
}

.c-black {
  color: #000000 !important;
}

.bg-black {
  background-color: #000000 !important;
}

.c-dark {
  color: #363636 !important;
}

.bg-dark {
  background-color: #363636 !important;
}

.c-muted {
  color: #999999 !important;
}

.bg-muted {
  background-color: #999999 !important;
}

.c-light {
  color: #e8e8e8 !important;
}

.bg-light {
  background-color: #e8e8e8 !important;
}

.c-primary {
  color: #ff2451 !important;
}

.bg-primary {
  background-color: #ff2451 !important;
}

.c-secondary {
  color: #8270b8 !important;
}

.bg-secondary {
  background-color: #8270b8 !important;
}

.c-success {
  color: #55b559 !important;
}

.bg-success {
  background-color: #55b559 !important;
}

.c-info {
  color: #37abd4 !important;
}

.bg-info {
  background-color: #37abd4 !important;
}

.c-warning {
  color: #ff9e0f !important;
}

.bg-warning {
  background-color: #ff9e0f !important;
}

.c-danger {
  color: #f55145 !important;
}

.bg-danger {
  background-color: #f55145 !important;
}

.c-link {
  color: #3763d4 !important;
}

.bg-link {
  background-color: #3763d4 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  line-height: 1.6em;
}

h1 {
  font-size: 3.31rem;
  margin: 0.4413333333rem 0;
}

h2 {
  font-size: 2.25rem;
  margin: 0.3rem 0;
}

h3 {
  font-size: 1.56rem;
  margin: 0.208rem 0;
}

h4 {
  font-size: 1.12rem;
  margin: 0.1493333333rem 0;
}

h5 {
  font-size: 1.06rem;
  margin: 0.1413333333rem 0;
}

h6 {
  font-size: 0.75rem;
  margin: 0.1rem 0;
}

p {
  font-size: 1rem;
  margin: 0 0 1rem;
  font-weight: 300;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

em {
  font-style: italic;
}

strong {
  font-weight: 900;
}

small {
  font-size: 75%;
}

.t-decoration-none {
  text-decoration: none !important;
}

.t-normal {
  font-weight: normal !important;
}

.t-bold {
  font-weight: 900 !important;
}

.t-light {
  font-weight: 300 !important;
}

.t-italic {
  font-style: italic !important;
}

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

.t-lowercase {
  text-transform: lowercase !important;
}

.t-initial {
  text-transform: initial !important;
}

.t-nowrap {
  white-space: nowrap !important;
}

@media only screen and (min-width: 388px) {
  .t-responsive {
    font-size: 1.224rem;
  }
}
@media only screen and (min-width: 416px) {
  .t-responsive {
    font-size: 1.248rem;
  }
}
@media only screen and (min-width: 444px) {
  .t-responsive {
    font-size: 1.272rem;
  }
}
@media only screen and (min-width: 472px) {
  .t-responsive {
    font-size: 1.296rem;
  }
}
@media only screen and (min-width: 500px) {
  .t-responsive {
    font-size: 1.32rem;
  }
}
@media only screen and (min-width: 528px) {
  .t-responsive {
    font-size: 1.344rem;
  }
}
@media only screen and (min-width: 556px) {
  .t-responsive {
    font-size: 1.368rem;
  }
}
@media only screen and (min-width: 584px) {
  .t-responsive {
    font-size: 1.392rem;
  }
}
@media only screen and (min-width: 612px) {
  .t-responsive {
    font-size: 1.416rem;
  }
}
@media only screen and (min-width: 640px) {
  .t-responsive {
    font-size: 1.44rem;
  }
}
@media only screen and (min-width: 668px) {
  .t-responsive {
    font-size: 1.464rem;
  }
}
@media only screen and (min-width: 696px) {
  .t-responsive {
    font-size: 1.488rem;
  }
}
@media only screen and (min-width: 724px) {
  .t-responsive {
    font-size: 1.512rem;
  }
}
@media only screen and (min-width: 752px) {
  .t-responsive {
    font-size: 1.536rem;
  }
}
@media only screen and (min-width: 780px) {
  .t-responsive {
    font-size: 1.56rem;
  }
}
@media only screen and (min-width: 808px) {
  .t-responsive {
    font-size: 1.584rem;
  }
}
@media only screen and (min-width: 836px) {
  .t-responsive {
    font-size: 1.608rem;
  }
}
@media only screen and (min-width: 864px) {
  .t-responsive {
    font-size: 1.632rem;
  }
}
@media only screen and (min-width: 892px) {
  .t-responsive {
    font-size: 1.656rem;
  }
}
@media only screen and (min-width: 920px) {
  .t-responsive {
    font-size: 1.68rem;
  }
}
@media only screen and (min-width: 948px) {
  .t-responsive {
    font-size: 1.704rem;
  }
}
@media only screen and (min-width: 976px) {
  .t-responsive {
    font-size: 1.728rem;
  }
}
@media only screen and (min-width: 1004px) {
  .t-responsive {
    font-size: 1.752rem;
  }
}
@media only screen and (min-width: 1032px) {
  .t-responsive {
    font-size: 1.776rem;
  }
}
@media only screen and (min-width: 1060px) {
  .t-responsive {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 1088px) {
  .t-responsive {
    font-size: 1.824rem;
  }
}
@media only screen and (min-width: 1116px) {
  .t-responsive {
    font-size: 1.848rem;
  }
}
@media only screen and (min-width: 1144px) {
  .t-responsive {
    font-size: 1.872rem;
  }
}
@media only screen and (min-width: 1172px) {
  .t-responsive {
    font-size: 1.896rem;
  }
}
@media only screen and (min-width: 1200px) {
  .t-responsive {
    font-size: 1.92rem;
  }
}
@media only screen and (max-width: 360px) {
  .t-responsive {
    font-size: 1.2rem;
  }
}

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

.t-left {
  text-align: left !important;
}

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

.t-justify {
  text-align: justify !important;
}

@media (min-width: 568px) {
  .t-mob-center {
    text-align: center !important;
  }

  .t-mob-left {
    text-align: left !important;
  }

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

  .t-mob-justify {
    text-align: justify !important;
  }
}
@media (min-width: 768px) {
  .t-tab-center {
    text-align: center !important;
  }

  .t-tab-left {
    text-align: left !important;
  }

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

  .t-tab-justify {
    text-align: justify !important;
  }
}
@media (min-width: 1024px) {
  .t-desk-center {
    text-align: center !important;
  }

  .t-desk-left {
    text-align: left !important;
  }

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

  .t-desk-justify {
    text-align: justify !important;
  }
}
@media (min-width: 1408px) {
  .t-hd-center {
    text-align: center !important;
  }

  .t-hd-left {
    text-align: left !important;
  }

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

  .t-hd-justify {
    text-align: justify !important;
  }
}
.b-none {
  border: 0 !important;
}

.b {
  border: 1px solid rgba(0, 0, 0, 0.3) !important;
}

.b-light {
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.b-dark {
  border: 1px solid rgba(0, 0, 0, 0.6) !important;
}

.b-t {
  border-top: 1px solid rgba(0, 0, 0, 0.3) !important;
}

.b-r {
  border-right: 1px solid rgba(0, 0, 0, 0.3) !important;
}

.b-b {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3) !important;
}

.b-l {
  border-left: 1px solid rgba(0, 0, 0, 0.3) !important;
}

.b-t-light {
  border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.b-r-light {
  border-right: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.b-b-light {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.b-l-light {
  border-left: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.b-t-dark {
  border-top: 1px solid rgba(0, 0, 0, 0.6) !important;
}

.b-r-dark {
  border-right: 1px solid rgba(0, 0, 0, 0.6) !important;
}

.b-b-dark {
  border-bottom: 1px solid rgba(0, 0, 0, 0.6) !important;
}

.b-l-dark {
  border-left: 1px solid rgba(0, 0, 0, 0.6) !important;
}

.br {
  border-radius: 0.25em !important;
}

.br-sm {
  border-radius: 0.5em !important;
}

.br-lg {
  border-radius: 1em !important;
}

.br-circle {
  border-radius: 100% !important;
}

.br-none {
  border-radius: 0 !important;
}

.br-top-left {
  border-top-left-radius: 0.5em !important;
}

.br-top-right {
  border-top-right-radius: 0.5em !important;
}

.br-bottom-left {
  border-bottom-left-radius: 0.5em !important;
}

.br-bottom-right {
  border-bottom-right-radius: 0.5em !important;
}

.br-top {
  border-top-left-radius: 0.5em !important;
  border-top-right-radius: 0.5em !important;
}

.br-right {
  border-top-right-radius: 0.5em !important;
  border-bottom-right-radius: 0.5em !important;
}

.br-bottom {
  border-bottom-right-radius: 0.5em !important;
  border-bottom-left-radius: 0.5em !important;
}

.br-left {
  border-top-left-radius: 0.5em !important;
  border-bottom-left-radius: 0.5em !important;
}

[class^=spacer] {
  width: 100%;
  display: block;
  font-size: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.spacer-1 {
  height: 1px !important;
}

.spacer-2 {
  height: 2px !important;
}

.spacer-3 {
  height: 3px !important;
}

.spacer-4 {
  height: 4px !important;
}

.spacer-5 {
  height: 5px !important;
}

.spacer-10 {
  height: 10px !important;
}

.spacer-15 {
  height: 15px !important;
}

.spacer-20 {
  height: 20px !important;
}

.spacer-25 {
  height: 25px !important;
}

.spacer-30 {
  height: 30px !important;
}

.spacer-35 {
  height: 35px !important;
}

.spacer-40 {
  height: 40px !important;
}

.spacer-45 {
  height: 45px !important;
}

.spacer-50 {
  height: 50px !important;
}

.spacer-75 {
  height: 75px !important;
}

.spacer-100 {
  height: 100px !important;
}

.spacer-150 {
  height: 150px !important;
}

.spacer-200 {
  height: 200px !important;
}

.spacer-300 {
  height: 300px !important;
}

.spacer-400 {
  height: 400px !important;
}

.spacer-500 {
  height: 500px !important;
}

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

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

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

@media (min-width: 568px) {
  .f-mob-left {
    float: left !important;
  }

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

  .f-mob-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .f-tab-left {
    float: left !important;
  }

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

  .f-tab-none {
    float: none !important;
  }
}
@media (min-width: 1024px) {
  .f-desk-left {
    float: left !important;
  }

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

  .f-desk-none {
    float: none !important;
  }
}
@media (min-width: 1408px) {
  .f-hd-left {
    float: left !important;
  }

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

  .f-hd-none {
    float: none !important;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 568px) {
  .visible-mob {
    visibility: visible !important;
  }

  .invisible-mob {
    visibility: hidden !important;
  }
}
@media (min-width: 768px) {
  .visible-tab {
    visibility: visible !important;
  }

  .invisible-tab {
    visibility: hidden !important;
  }
}
@media (min-width: 1024px) {
  .visible-desk {
    visibility: visible !important;
  }

  .invisible-desk {
    visibility: hidden !important;
  }
}
@media (min-width: 1408px) {
  .visible-hd {
    visibility: visible !important;
  }

  .invisible-hd {
    visibility: hidden !important;
  }
}
.img-responsive {
  max-width: 100%;
  height: auto;
}

.iframe-container {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}
.iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.alert {
  border: 0;
  font-weight: 300;
  position: relative;
  padding: 20px 15px;
  line-height: 20px;
  margin-bottom: 20px;
  font-size: 1rem;
  background: rgba(204, 204, 204, 0.5);
  border-left: 3px solid rgba(0, 0, 0, 0.5);
}
.alert-container {
  position: relative;
}
.alert-close {
  padding-right: 2.8rem;
}
.alert-toggle {
  display: none;
  position: absolute;
  top: -999999px;
  left: -999999px;
}
.alert-toggle:checked ~ .alert {
  display: none;
}

.alert-link.alert-background, .alert-danger.alert-background, .alert-warning.alert-background, .alert-info.alert-background, .alert-success.alert-background, .alert-secondary.alert-background, .alert-primary.alert-background, .alert-light.alert-background, .alert-muted.alert-background, .alert-dark.alert-background, .alert-black.alert-background, .alert-white.alert-background {
  border: 0;
}

.alert-white {
  border-left: 3px solid #ffffff;
  background: white;
  color: #bfbfbf;
}

.alert-white.alert-background {
  background-color: #ffffff;
  color: #3c4858;
  box-shadow: 0 12px 20px -10px rgba(255, 255, 255, 0.28), 0 4px 20px 0 rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(255, 255, 255, 0.2);
}

.alert-black {
  border-left: 3px solid #000000;
  background: #525252;
  color: black;
}

.alert-black.alert-background {
  background-color: #000000;
  color: #ffffff;
  box-shadow: 0 12px 20px -10px rgba(0, 0, 0, 0.28), 0 4px 20px 0 rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(0, 0, 0, 0.2);
}

.alert-dark {
  border-left: 3px solid #363636;
  background: #888888;
  color: black;
}

.alert-dark.alert-background {
  background-color: #363636;
  color: #ffffff;
  box-shadow: 0 12px 20px -10px rgba(54, 54, 54, 0.28), 0 4px 20px 0 rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(54, 54, 54, 0.2);
}

.alert-muted {
  border-left: 3px solid #999999;
  background: #ebebeb;
  color: #595959;
}

.alert-muted.alert-background {
  background-color: #999999;
  color: #ffffff;
  box-shadow: 0 12px 20px -10px rgba(153, 153, 153, 0.28), 0 4px 20px 0 rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(153, 153, 153, 0.2);
}

.alert-light {
  border-left: 3px solid #e8e8e8;
  background: white;
  color: #a8a8a8;
}

.alert-light.alert-background {
  background-color: #e8e8e8;
  color: #3c4858;
  box-shadow: 0 12px 20px -10px rgba(232, 232, 232, 0.28), 0 4px 20px 0 rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(232, 232, 232, 0.2);
}

.alert-primary {
  border-left: 3px solid #ff2451;
  background: #ffc7d3;
  color: #a40022;
}

.alert-primary.alert-background {
  background-color: #ff2451;
  color: #ffffff;
  box-shadow: 0 12px 20px -10px rgba(255, 36, 81, 0.28), 0 4px 20px 0 rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(255, 36, 81, 0.2);
}

.alert-secondary {
  border-left: 3px solid #8270b8;
  background: #e1ddee;
  color: #463871;
}

.alert-secondary.alert-background {
  background-color: #8270b8;
  color: #ffffff;
  box-shadow: 0 12px 20px -10px rgba(130, 112, 184, 0.28), 0 4px 20px 0 rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(130, 112, 184, 0.2);
}

.alert-success {
  border-left: 3px solid #55b559;
  background: #c7e6c8;
  color: #2a602c;
}

.alert-success.alert-background {
  background-color: #55b559;
  color: #ffffff;
  box-shadow: 0 12px 20px -10px rgba(85, 181, 89, 0.28), 0 4px 20px 0 rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(85, 181, 89, 0.2);
}

.alert-info {
  border-left: 3px solid #37abd4;
  background: #bde3f1;
  color: #195b73;
}

.alert-info.alert-background {
  background-color: #37abd4;
  color: #ffffff;
  box-shadow: 0 12px 20px -10px rgba(55, 171, 212, 0.28), 0 4px 20px 0 rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(55, 171, 212, 0.2);
}

.alert-warning {
  border-left: 3px solid #ff9e0f;
  background: #ffe0b2;
  color: #8f5500;
}

.alert-warning.alert-background {
  background-color: #ff9e0f;
  color: #ffffff;
  box-shadow: 0 12px 20px -10px rgba(255, 158, 15, 0.28), 0 4px 20px 0 rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(255, 158, 15, 0.2);
}

.alert-danger {
  border-left: 3px solid #f55145;
  background: #fde2e0;
  color: #b1150a;
}

.alert-danger.alert-background {
  background-color: #f55145;
  color: #ffffff;
  box-shadow: 0 12px 20px -10px rgba(245, 81, 69, 0.28), 0 4px 20px 0 rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(245, 81, 69, 0.2);
}

.alert-link {
  border-left: 3px solid #3763d4;
  background: #bdccf1;
  color: #193273;
}

.alert-link.alert-background {
  background-color: #3763d4;
  color: #ffffff;
  box-shadow: 0 12px 20px -10px rgba(55, 99, 212, 0.28), 0 4px 20px 0 rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(55, 99, 212, 0.2);
}

button.close,
label.close {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 26px;
  color: inherit;
}
button.close:not(:disabled),
label.close:not(:disabled) {
  cursor: pointer;
}

button.close {
  background-color: transparent;
  height: 100%;
  border: 0;
  -webkit-appearance: none;
  padding: 0.75rem 1.25rem;
  color: inherit;
  outline: none;
}

label.close {
  padding: 1.25rem;
}

.badge {
  display: inline-flex;
  align-items: center;
  padding: 3px 12px;
  background-color: #999;
  color: #fff;
  border-radius: 3px;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  height: auto;
  margin-right: 5px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.badge-link, .badge-danger, .badge-warning, .badge-info, .badge-success, .badge-secondary, .badge-primary, .badge-light, .badge-muted, .badge-dark, .badge-black, .badge-white {
  border: 0;
  color: #ffffff;
}

.badge-white {
  color: #3c4858;
  background-color: #ffffff;
}

.badge-black {
  color: #ffffff;
  background-color: #000000;
}

.badge-dark {
  color: #ffffff;
  background-color: #363636;
}

.badge-muted {
  color: #ffffff;
  background-color: #999999;
}

.badge-light {
  color: #3c4858;
  background-color: #e8e8e8;
}

.badge-primary {
  color: #ffffff;
  background-color: #ff2451;
}

.badge-secondary {
  color: #ffffff;
  background-color: #8270b8;
}

.badge-success {
  color: #ffffff;
  background-color: #55b559;
}

.badge-info {
  color: #ffffff;
  background-color: #37abd4;
}

.badge-warning {
  color: #ffffff;
  background-color: #ff9e0f;
}

.badge-danger {
  color: #ffffff;
  background-color: #f55145;
}

.badge-link {
  color: #ffffff;
  background-color: #3763d4;
}

.badge-rounded {
  border-radius: 500px;
  padding: 3px 12px;
}

.badge-close {
  position: relative;
  border-radius: 500px;
  transition: 0.3s ease;
  transition-property: padding-right;
  padding-right: 20px;
}
.badge-close .badge-delete {
  position: absolute;
  font-size: 12px;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  color: #fff;
  padding: 4px;
}
@media (min-width: 1024px) {
  .badge-close {
    padding: 3px 12px;
  }
  .badge-close .badge-delete {
    opacity: 0;
    right: 8px;
  }
  .badge-close:hover {
    padding-right: 20px;
  }
  .badge-close:hover .badge-delete {
    opacity: 1;
    transform: translate(20%, -50%);
    cursor: pointer;
  }
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  width: 100%;
  padding: 20px 15px;
  margin-bottom: 20px;
}
.breadcrumb-item a,
.breadcrumb-item a:visited {
  color: inherit;
  text-decoration: none;
}
.breadcrumb-item:after {
  content: "/";
  padding-right: 3px;
  font-size: 1rem;
  margin-left: 5px;
  margin-right: 5px;
}
.breadcrumb.breadcrumb-arrow .breadcrumb-item:after {
  content: "\203A";
}
.breadcrumb-item:last-child:after {
  content: none !important;
}
.breadcrumb .active {
  color: rgba(0, 0, 0, 0.5);
}

.btn {
  display: inline-flex;
  justify-content: center;
  position: relative;
  padding: 14px 30px;
  background: transparent;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.12);
  outline: none;
  border-radius: 3px;
  font-size: 14px;
  text-transform: uppercase;
  transition: border 0.1s cubic-bezier(0.4, 0, 1, 1);
  height: auto;
  font-weight: 400;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  line-height: 1;
}
.btn:hover, .btn:focus {
  border: 1px solid rgba(0, 0, 0, 0.25);
}
.btn:active {
  border: 1px solid rgba(0, 0, 0, 0.55);
}
.btna {
  text-decoration: none !important;
}

.btn-link, .btn-danger, .btn-warning, .btn-info, .btn-success, .btn-secondary, .btn-primary, .btn-light, .btn-muted, .btn-dark, .btn-black, .btn-white {
  border: 0;
  color: #ffffff;
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1);
}
.btn-link:hover, .btn-danger:hover, .btn-warning:hover, .btn-info:hover, .btn-success:hover, .btn-secondary:hover, .btn-primary:hover, .btn-light:hover, .btn-muted:hover, .btn-dark:hover, .btn-black:hover, .btn-white:hover, .btn-link:focus, .btn-danger:focus, .btn-warning:focus, .btn-info:focus, .btn-success:focus, .btn-secondary:focus, .btn-primary:focus, .btn-light:focus, .btn-muted:focus, .btn-dark:focus, .btn-black:focus, .btn-white:focus, .btn-link:active, .btn-danger:active, .btn-warning:active, .btn-info:active, .btn-success:active, .btn-secondary:active, .btn-primary:active, .btn-light:active, .btn-muted:active, .btn-dark:active, .btn-black:active, .btn-white:active {
  border: 0;
}

.btn-white {
  color: #3c4858;
  background-color: #ffffff;
  box-shadow: 0 2px 2px 0 rgba(255, 255, 255, 0.14), 0 3px 1px -2px rgba(255, 255, 255, 0.2), 0 1px 5px 0 rgba(255, 255, 255, 0.12);
}
.btn-white:hover {
  box-shadow: 0 14px 26px -12px rgba(255, 255, 255, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(255, 255, 255, 0.2);
}
.btn-white:active {
  background-color: #e6e6e6;
}

.btn-black {
  color: #ffffff;
  background-color: #000000;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.btn-black:hover {
  box-shadow: 0 14px 26px -12px rgba(0, 0, 0, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
.btn-black:active {
  background-color: black;
}

.btn-dark {
  color: #ffffff;
  background-color: #363636;
  box-shadow: 0 2px 2px 0 rgba(54, 54, 54, 0.14), 0 3px 1px -2px rgba(54, 54, 54, 0.2), 0 1px 5px 0 rgba(54, 54, 54, 0.12);
}
.btn-dark:hover {
  box-shadow: 0 14px 26px -12px rgba(54, 54, 54, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(54, 54, 54, 0.2);
}
.btn-dark:active {
  background-color: #1d1d1d;
}

.btn-muted {
  color: #ffffff;
  background-color: #999999;
  box-shadow: 0 2px 2px 0 rgba(153, 153, 153, 0.14), 0 3px 1px -2px rgba(153, 153, 153, 0.2), 0 1px 5px 0 rgba(153, 153, 153, 0.12);
}
.btn-muted:hover {
  box-shadow: 0 14px 26px -12px rgba(153, 153, 153, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(153, 153, 153, 0.2);
}
.btn-muted:active {
  background-color: gray;
}

.btn-light {
  color: #3c4858;
  background-color: #e8e8e8;
  box-shadow: 0 2px 2px 0 rgba(232, 232, 232, 0.14), 0 3px 1px -2px rgba(232, 232, 232, 0.2), 0 1px 5px 0 rgba(232, 232, 232, 0.12);
}
.btn-light:hover {
  box-shadow: 0 14px 26px -12px rgba(232, 232, 232, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(232, 232, 232, 0.2);
}
.btn-light:active {
  background-color: #cfcfcf;
}

.btn-primary {
  color: #ffffff;
  background-color: #ff2451;
  box-shadow: 0 2px 2px 0 rgba(255, 36, 81, 0.14), 0 3px 1px -2px rgba(255, 36, 81, 0.2), 0 1px 5px 0 rgba(255, 36, 81, 0.12);
}
.btn-primary:hover {
  box-shadow: 0 14px 26px -12px rgba(255, 36, 81, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(255, 36, 81, 0.2);
}
.btn-primary:active {
  background-color: #f00031;
}

.btn-secondary {
  color: #ffffff;
  background-color: #8270b8;
  box-shadow: 0 2px 2px 0 rgba(130, 112, 184, 0.14), 0 3px 1px -2px rgba(130, 112, 184, 0.2), 0 1px 5px 0 rgba(130, 112, 184, 0.12);
}
.btn-secondary:hover {
  box-shadow: 0 14px 26px -12px rgba(130, 112, 184, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(130, 112, 184, 0.2);
}
.btn-secondary:active {
  background-color: #6651a4;
}

.btn-success {
  color: #ffffff;
  background-color: #55b559;
  box-shadow: 0 2px 2px 0 rgba(85, 181, 89, 0.14), 0 3px 1px -2px rgba(85, 181, 89, 0.2), 0 1px 5px 0 rgba(85, 181, 89, 0.12);
}
.btn-success:hover {
  box-shadow: 0 14px 26px -12px rgba(85, 181, 89, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(85, 181, 89, 0.2);
}
.btn-success:active {
  background-color: #419645;
}

.btn-info {
  color: #ffffff;
  background-color: #37abd4;
  box-shadow: 0 2px 2px 0 rgba(55, 171, 212, 0.14), 0 3px 1px -2px rgba(55, 171, 212, 0.2), 0 1px 5px 0 rgba(55, 171, 212, 0.12);
}
.btn-info:hover {
  box-shadow: 0 14px 26px -12px rgba(55, 171, 212, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(55, 171, 212, 0.2);
}
.btn-info:active {
  background-color: #268db2;
}

.btn-warning {
  color: #ffffff;
  background-color: #ff9e0f;
  box-shadow: 0 2px 2px 0 rgba(255, 158, 15, 0.14), 0 3px 1px -2px rgba(255, 158, 15, 0.2), 0 1px 5px 0 rgba(255, 158, 15, 0.12);
}
.btn-warning:hover {
  box-shadow: 0 14px 26px -12px rgba(255, 158, 15, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(255, 158, 15, 0.2);
}
.btn-warning:active {
  background-color: #db8200;
}

.btn-danger {
  color: #ffffff;
  background-color: #f55145;
  box-shadow: 0 2px 2px 0 rgba(245, 81, 69, 0.14), 0 3px 1px -2px rgba(245, 81, 69, 0.2), 0 1px 5px 0 rgba(245, 81, 69, 0.12);
}
.btn-danger:hover {
  box-shadow: 0 14px 26px -12px rgba(245, 81, 69, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(245, 81, 69, 0.2);
}
.btn-danger:active {
  background-color: #f22415;
}

.btn-link {
  color: #ffffff;
  background-color: #3763d4;
  box-shadow: 0 2px 2px 0 rgba(55, 99, 212, 0.14), 0 3px 1px -2px rgba(55, 99, 212, 0.2), 0 1px 5px 0 rgba(55, 99, 212, 0.12);
}
.btn-link:hover {
  box-shadow: 0 14px 26px -12px rgba(55, 99, 212, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(55, 99, 212, 0.2);
}
.btn-link:active {
  background-color: #264db2;
}

.btn-simple {
  background-color: transparent;
  box-shadow: none;
  border: 0;
}
.btn-simple:focus, .btn-simple:hover {
  border: 0;
}

.btn-white.btn-outline {
  color: #ffffff;
  border: 1px solid #ffffff;
}
.btn-white.btn-outline:active, .btn-white.btn-outline:after {
  border-color: #ffffff;
}
.btn-white.btn-outline:active {
  background-color: #e6e6e6 !important;
}
.btn-white.btn-outline:hover {
  background-color: #ffffff;
  color: #3c4858 !important;
}

.btn-black.btn-outline {
  color: #000000;
  border: 1px solid #000000;
}
.btn-black.btn-outline:active, .btn-black.btn-outline:after {
  border-color: #000000;
}
.btn-black.btn-outline:active {
  background-color: black !important;
}
.btn-black.btn-outline:hover {
  background-color: #000000;
  color: #ffffff !important;
}

.btn-dark.btn-outline {
  color: #363636;
  border: 1px solid #363636;
}
.btn-dark.btn-outline:active, .btn-dark.btn-outline:after {
  border-color: #363636;
}
.btn-dark.btn-outline:active {
  background-color: #1d1d1d !important;
}
.btn-dark.btn-outline:hover {
  background-color: #363636;
  color: #ffffff !important;
}

.btn-muted.btn-outline {
  color: #999999;
  border: 1px solid #999999;
}
.btn-muted.btn-outline:active, .btn-muted.btn-outline:after {
  border-color: #999999;
}
.btn-muted.btn-outline:active {
  background-color: gray !important;
}
.btn-muted.btn-outline:hover {
  background-color: #999999;
  color: #ffffff !important;
}

.btn-light.btn-outline {
  color: #e8e8e8;
  border: 1px solid #e8e8e8;
}
.btn-light.btn-outline:active, .btn-light.btn-outline:after {
  border-color: #e8e8e8;
}
.btn-light.btn-outline:active {
  background-color: #cfcfcf !important;
}
.btn-light.btn-outline:hover {
  background-color: #e8e8e8;
  color: #3c4858 !important;
}

.btn-primary.btn-outline {
  color: #ff2451;
  border: 1px solid #ff2451;
}
.btn-primary.btn-outline:active, .btn-primary.btn-outline:after {
  border-color: #ff2451;
}
.btn-primary.btn-outline:active {
  background-color: #f00031 !important;
}
.btn-primary.btn-outline:hover {
  background-color: #ff2451;
  color: #ffffff !important;
}

.btn-secondary.btn-outline {
  color: #8270b8;
  border: 1px solid #8270b8;
}
.btn-secondary.btn-outline:active, .btn-secondary.btn-outline:after {
  border-color: #8270b8;
}
.btn-secondary.btn-outline:active {
  background-color: #6651a4 !important;
}
.btn-secondary.btn-outline:hover {
  background-color: #8270b8;
  color: #ffffff !important;
}

.btn-success.btn-outline {
  color: #55b559;
  border: 1px solid #55b559;
}
.btn-success.btn-outline:active, .btn-success.btn-outline:after {
  border-color: #55b559;
}
.btn-success.btn-outline:active {
  background-color: #419645 !important;
}
.btn-success.btn-outline:hover {
  background-color: #55b559;
  color: #ffffff !important;
}

.btn-info.btn-outline {
  color: #37abd4;
  border: 1px solid #37abd4;
}
.btn-info.btn-outline:active, .btn-info.btn-outline:after {
  border-color: #37abd4;
}
.btn-info.btn-outline:active {
  background-color: #268db2 !important;
}
.btn-info.btn-outline:hover {
  background-color: #37abd4;
  color: #ffffff !important;
}

.btn-warning.btn-outline {
  color: #ff9e0f;
  border: 1px solid #ff9e0f;
}
.btn-warning.btn-outline:active, .btn-warning.btn-outline:after {
  border-color: #ff9e0f;
}
.btn-warning.btn-outline:active {
  background-color: #db8200 !important;
}
.btn-warning.btn-outline:hover {
  background-color: #ff9e0f;
  color: #ffffff !important;
}

.btn-danger.btn-outline {
  color: #f55145;
  border: 1px solid #f55145;
}
.btn-danger.btn-outline:active, .btn-danger.btn-outline:after {
  border-color: #f55145;
}
.btn-danger.btn-outline:active {
  background-color: #f22415 !important;
}
.btn-danger.btn-outline:hover {
  background-color: #f55145;
  color: #ffffff !important;
}

.btn-link.btn-outline {
  color: #3763d4;
  border: 1px solid #3763d4;
}
.btn-link.btn-outline:active, .btn-link.btn-outline:after {
  border-color: #3763d4;
}
.btn-link.btn-outline:active {
  background-color: #264db2 !important;
}
.btn-link.btn-outline:hover {
  background-color: #3763d4;
  color: #ffffff !important;
}

.btn-outline {
  box-shadow: none;
  background-color: transparent;
  transition: color, background-color 0.1s cubic-bezier(0.4, 0, 1, 1);
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
  box-shadow: none;
}
.btn-outline:disabled {
  background-color: transparent !important;
  border: 1px solid rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.12) !important;
}
.btn-outline:disabled:hover {
  color: rgba(0, 0, 0, 0.12) !important;
}

.btn:disabled {
  box-shadow: none;
  cursor: default;
}
.btn:disabled:hover {
  box-shadow: none;
  cursor: default;
}
.btn:disabled:after {
  display: none;
}

.btn-white:disabled {
  background-color: rgba(255, 255, 255, 0.5);
}

.btn-black:disabled {
  background-color: rgba(0, 0, 0, 0.5);
}

.btn-dark:disabled {
  background-color: rgba(54, 54, 54, 0.5);
}

.btn-muted:disabled {
  background-color: rgba(153, 153, 153, 0.5);
}

.btn-light:disabled {
  background-color: rgba(232, 232, 232, 0.5);
}

.btn-primary:disabled {
  background-color: rgba(255, 36, 81, 0.5);
}

.btn-secondary:disabled {
  background-color: rgba(130, 112, 184, 0.5);
}

.btn-success:disabled {
  background-color: rgba(85, 181, 89, 0.5);
}

.btn-info:disabled {
  background-color: rgba(55, 171, 212, 0.5);
}

.btn-warning:disabled {
  background-color: rgba(255, 158, 15, 0.5);
}

.btn-danger:disabled {
  background-color: rgba(245, 81, 69, 0.5);
}

.btn-link:disabled {
  background-color: rgba(55, 99, 212, 0.5);
}

.btn-small {
  padding: 8px 20px;
  font-size: 13px;
}

.btn-large {
  padding: 20px 40px;
  font-size: 16px;
}

.btn-rounded {
  border-radius: 500px;
  padding: 14px 40px;
}

.btn-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
.btn-icon i:first-child:not(:last-child) {
  margin-left: 0;
  margin-right: 3px;
}
.btn-icon i:last-child:not(:first-child) {
  margin-left: 3px;
  margin-right: 0;
}
.btn-icon.btn-large i {
  font-size: 1.2rem;
}

.btn-justicon {
  padding: 0;
  height: 45px;
  min-width: 45px;
  width: 45px;
  align-items: center;
  font-size: 1rem !important;
}
.btn-justicon.btn-large {
  width: 56px;
  height: 56px;
  min-width: 56px;
}
.btn-justicon.btn-large i {
  font-size: 1.3rem;
  line-height: 56px;
}

.btn-loading {
  transition: none;
  pointer-events: none;
  color: transparent !important;
}
.btn-loading:after {
  content: "";
  width: 18px;
  height: 18px;
  border: 2px solid rgba(0, 0, 0, 0.5);
  border-right-color: transparent !important;
  border-radius: 50%;
  display: inline-block;
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: spinner;
          animation-name: spinner;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -9px;
  margin-top: -9px;
}
.btn-loading.btn-small:after {
  width: 14px;
  height: 14px;
  border-width: 1.5px;
  margin-left: -7px;
  margin-top: -7px;
}
.btn-loading.btn-large:after {
  width: 26px;
  height: 26px;
  border-width: 3px;
  margin-left: -13px;
  margin-top: -13px;
}
@-webkit-keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.btn-loading:hover {
  box-shadow: none;
}

.btn-link:after, .btn-danger:after, .btn-warning:after, .btn-info:after, .btn-success:after, .btn-secondary:after, .btn-primary:after, .btn-light:after, .btn-muted:after, .btn-dark:after {
  border-color: #ffffff;
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 10px;
}

.card {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 0.5rem 0 1rem 0;
  background: #fff;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  word-wrap: break-word;
}
@media (min-width: 768px) {
  .card {
    width: 300px;
  }
  .card-large {
    width: 400px;
  }
}
.card-shadow {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  border: 0;
}
.card-header {
  padding: 12px 24px;
}
.card-header * {
  margin: 0;
}
.card-header .card-subtitle {
  margin-top: -5px;
  color: #999;
}
.card-content {
  position: relative;
  padding: 24px;
}
.card-content .card-title {
  margin: 0;
}
.card-content .card-subtitle {
  margin-top: -5px;
  margin-bottom: 0.5rem;
  color: #999;
}
.card-content .card-text {
  margin-bottom: 0;
}
.card-action {
  padding: 16px 24px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.card-action a:not(.btn):not(.btn-large):not(.btn-small):not(.btn-large) {
  margin-right: 1rem;
}
.card .btn {
  margin: 0;
}
.card .card-image {
  position: relative;
}
.card .card-image img {
  display: block;
  border-radius: 2px 2px 0 0;
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.card-icon {
  position: absolute;
  right: 24px;
  bottom: -22.5px;
  margin: 0;
  z-index: 1;
  box-shadow: none;
  transition: box-shadow 0.15s cubic-bezier(0.4, 0, 1, 1);
}
.card-icon.btn-large {
  bottom: -28px;
}
.card-background-img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.collapse {
  position: relative;
}
.collapse-item .collapse-header {
  padding: 25px 10px 5px 0;
  cursor: pointer;
  position: relative;
  border-bottom: 1px solid #ddd;
  display: flex;
  justify-content: space-between;
  align-items: center;
  outline: none;
}
.collapse-item .collapse-header .collapse-title {
  margin-top: 10px;
}
.collapse-item .collapse-header:hover .collapse-title,
.collapse-item .collapse-header:hover i {
  color: #8270b8;
}
.collapse-item .collapse-header:focus .collapse-title,
.collapse-item .collapse-header:focus i, .collapse-item .collapse-header:active .collapse-title,
.collapse-item .collapse-header:active i {
  color: #8270b8;
}
.collapse-item .collapse-content {
  padding: 15px 15px 20px;
}

.collapse.collapse-css .collapse-content {
  display: none;
}
.collapse.collapse-css .collapse-toggle {
  display: none;
  position: absolute;
  top: -999999px;
  left: -999999px;
}
.collapse.collapse-css .collapse-toggle:checked ~ .collapse-content {
  display: block;
}

.collapse-item.active .collapse-header i {
  transform: rotate(180deg);
}
.collapse-item.active .collapse-title,
.collapse-item.active i {
  color: #8270b8;
}
.collapse .collapse-title,
.collapse i {
  transition: 0.4s;
}
.collapse.collapse-js .collapse-content {
  max-height: 0;
  overflow: hidden;
  padding: 0;
  transition: 0.5s;
}
.collapse.collapse-js .collapse-content .collapse-inner {
  padding: 15px 15px 20px;
}

.epic {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
}
@media (min-width: 568px) {
  .epic {
    padding: 4rem 2rem;
  }
}

.list {
  padding: 0;
  list-style-type: none;
  margin: 0.5rem 0 1rem;
  border: 1px solid #ddd;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
}
.list-item {
  background-color: #fff;
  line-height: 1.5rem;
  padding: 10px 20px;
  margin: 0;
  cursor: pointer;
}
.list-item:not(:last-child) {
  border-bottom: 1px solid #ddd;
}
.list-item.active {
  background-color: #ff2451;
  color: #ffffff;
}
.list-item.disabled {
  color: #999;
  cursor: initial;
}
.list a.list-item {
  display: block;
  transition: background-color 0.25s;
}
.list a.list-item:not(.active) {
  background-color: #fff;
}
.list a.list-item:hover:not(.active) {
  background-color: #ddd;
}
.list-icon {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
}

.modal {
  visibility: hidden;
  position: fixed;
  display: flex;
  align-items: flex-start;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999999;
  overflow-y: auto;
  padding: 25px 15px;
}
@media (min-width: 768px) {
  .modal {
    padding: 75px 0;
  }
}
.modal-toggle {
  display: none;
  position: absolute;
  top: -999999px;
  left: -999999px;
}
.modal-container {
  max-width: 500px;
  position: relative;
  background-color: #fff;
  box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22);
  border-radius: 6px;
  border: 0;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(-50px);
  transition: all 0.4s;
}
.modal-container .modal-header {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 24px 0;
}
.modal-container .modal-btn-close {
  position: absolute;
  right: 10px;
  top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  color: rgba(0, 0, 0, 0.4);
  cursor: pointer;
  font-size: 12px;
}
.modal-container .modal-body {
  padding: 24px 24px 16px;
}
.modal-container .modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 24px 24px;
}
.modal-overlay {
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  position: fixed;
  display: block;
  cursor: default;
  background: rgba(0, 0, 0, 0.4);
  z-index: -1;
  opacity: 0;
  transition: opacity 0.6s;
}
.modal-toggle:checked + .modal {
  visibility: visible;
}
.modal-toggle:checked + .modal .modal-container {
  opacity: 1;
  transform: translateY(0);
}
.modal-toggle:checked + .modal .modal-overlay {
  opacity: 1;
}
.modal-open {
  visibility: visible;
}
.modal-open .modal-container {
  opacity: 1;
  transform: translateY(0);
}
.modal-open .modal-overlay {
  opacity: 1;
}
.modal-large .modal-container {
  max-width: 700px;
}
.modal-centered .modal-container {
  margin: auto;
}

.nav-menu {
  width: 100%;
  max-height: 0;
  overflow: hidden;
  transition: 0.5s;
}
@media (min-width: 1024px) {
  .nav-menu {
    max-height: none;
    overflow: visible;
    transition: none;
  }
}
.nav-menu ul {
  list-style-type: none;
}
@media (min-width: 1024px) {
  .nav-menu {
    width: auto;
  }
  .nav-menu ul {
    display: flex;
    align-items: center;
  }
}
.nav-menu-left {
  order: -1;
}

.nav-item {
  margin-top: 1rem;
  font-size: 14px;
  cursor: pointer;
}
.nav-item a,
.nav-item span {
  color: #999;
}
.nav-item .active {
  color: rgba(0, 0, 0, 0.9);
}
@media (min-width: 1024px) {
  .nav-item {
    padding: 0 15px;
    margin-top: 0;
  }
  .nav-item:hover:not(.active) > a, .nav-item:hover:not(.active) > span {
    color: rgba(0, 0, 0, 0.9);
  }
}

.nav-arrow {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-arrow:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 5px solid;
  border-right: 5px solid transparent;
  border-bottom: 0;
  border-left: 5px solid transparent;
}
@media (min-width: 1024px) {
  .nav-arrow {
    display: block;
  }
  .nav-arrow:after {
    display: none;
  }
}

@media (min-width: 1024px) {
  .nav-menu .nav-dropdown-link .nav-dropdown-link .nav-arrow {
    display: flex;
  }
  .nav-menu .nav-dropdown-link .nav-dropdown-link .nav-arrow:after {
    display: inline-block;
  }
}
.nav-dropdown-link {
  margin-top: 1rem;
}
.nav-dropdown-link .nav-dropdown,
.nav-dropdown-link ul {
  background-color: #ffffff;
  margin-top: 15px;
}
@media (min-width: 1024px) {
  .nav-dropdown-link:hover .nav-dropdown, .nav-dropdown-link:focus-within .nav-dropdown {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }
  .nav-dropdown-link > .nav-dropdown {
    visibility: hidden;
    position: absolute;
    opacity: 0;
    z-index: 1020;
    min-width: 200px;
    padding: 5px 15px;
    background: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    margin-top: 45px;
    transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
    transform: translateY(-5px);
    will-change: opacity, transform;
  }
  .nav-dropdown-link > .nav-dropdown .nav-item {
    padding: 0;
    margin: 10px 0;
  }
  .nav-dropdown-link > .nav-dropdown:after {
    content: "";
    display: block;
    height: 200%;
    width: 150%;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    opacity: 0;
    z-index: -1;
  }
}

.nav-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  padding: 0 15px;
  margin: -15px;
  min-height: 70px;
}
.nav-btn .nav-icon {
  height: 20px;
  width: 20px;
}
@media (min-width: 1024px) {
  .nav-btn {
    display: none;
  }
}

.navbar {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  padding: 1.2em;
  margin-bottom: 20px;
  flex-wrap: wrap;
  min-height: 70px;
  background-color: #ebeaea;
}
.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .nav-item a,
.navbar-dark .nav-item span {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .nav-item .active {
  color: #fff;
}
.navbar-dark .nav-item:hover:not(.active) > a, .navbar-dark .nav-item:hover:not(.active) > span {
  color: #fff;
}
.navbar-brand {
  font-size: 1.3rem;
  margin: 0;
}
.navbar-center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 1024px) {
  .navbar {
    flex-wrap: nowrap;
    padding: 1.2em 1.5em;
  }
  .navbar-left {
    order: -1;
  }
  .navbar-right {
    order: 99999;
  }
}
.navbar-tabs {
  padding: 0;
}
.navbar-tabs .navbar-brand,
.navbar-tabs .nav-btn {
  padding: 1.2em;
  margin: 0;
}
@media (min-width: 1024px) {
  .navbar-tabs {
    flex-wrap: wrap;
  }
  .navbar-tabs .navbar-brand,
.navbar-tabs .nav-btn {
    padding: 1.2em 1.5em;
  }
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}
.pagination .page-item {
  border: 0;
  margin: 0 6px;
  padding: 0;
  min-width: 30px;
  height: 30px;
  line-height: 30px;
  color: #999;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  background: transparent;
  text-align: center;
  cursor: pointer;
  border-radius: 30px !important;
}
.pagination .page-item a {
  color: inherit;
}
.pagination .page-item:hover {
  color: #ff2451;
}
.pagination .page-item.active {
  background-color: #ff2451;
  border-color: #ff2451;
  color: #ffffff !important;
  box-shadow: 0 4px 5px 0 rgba(255, 36, 81, 0.14), 0 1px 10px 0 rgba(255, 36, 81, 0.12), 0 2px 4px -1px rgba(255, 36, 81, 0.2);
}
.pagination .page-item.active a {
  color: inherit;
}
.pagination .page-item:first-of-type {
  margin-left: 0;
}
.pagination .page-item:last-of-type {
  margin-right: 0;
}
.pagination .prev-btn,
.pagination .next-btn {
  text-transform: uppercase;
}
.pagination .prev-arrow,
.pagination .next-arrow {
  font-size: 24px;
}
.pagination .prev-btn,
.pagination .prev-arrow {
  margin-right: 15px;
}
.pagination .next-btn,
.pagination .next-arrow {
  margin-left: 15px;
}

.table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
  font-weight: 300;
}
.table thead th {
  font-size: 1.1rem;
  padding: 12px 32px 12px 0;
  position: relative;
  text-align: left;
  height: 28px;
  line-height: 28px;
  font-weight: 300;
}
.table thead th:last-child,
.table tbody td:last-child,
.table tfoot th:last-child {
  text-align: right;
  padding: 0;
}
.table tbody tr,
.table tfoot tr {
  border-top: 1.4px solid #ddd;
}
.table tbody td,
.table tfoot th {
  font-size: 14px;
  padding: 12px 32px 12px 0;
  font-weight: 300;
  text-align: left;
}
.table-striped tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}
.table-striped thead th:first-child,
.table-striped tbody td:first-child,
.table-striped tfoot th:first-child, .table-hover thead th:first-child,
.table-hover tbody td:first-child,
.table-hover tfoot th:first-child {
  padding-left: 10px;
}
.table-striped thead th:last-child,
.table-striped tbody td:last-child,
.table-striped tfoot th:last-child, .table-hover thead th:last-child,
.table-hover tbody td:last-child,
.table-hover tfoot th:last-child {
  padding-right: 10px;
}
.table.table-hover tbody tr {
  transition: background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.table.table-hover tbody tr:hover {
  background-color: whitesmoke;
}
.table-scroll {
  overflow-x: auto;
}

.tabs {
  display: flex;
  flex-wrap: wrap;
  overflow-x: auto;
}
.tabs-label {
  font-size: 14px;
  height: 48px;
  padding: 0 16px;
  cursor: pointer;
  opacity: 1;
  min-width: 60px;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  vertical-align: top;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
  -webkit-tap-highlight-color: transparent;
  font-weight: 500;
}
@media (min-width: 768px) {
  .tabs-label {
    min-width: 160px;
    padding: 0 24px;
  }
}
.tabs-label:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  height: 3px;
  width: 100%;
  background-color: #ff2451;
  opacity: 0;
}
.tabs-dark .tabs-label {
  color: rgba(255, 255, 255, 0.5);
}
.tabs-dark .tabs-label:after {
  background-color: #fff;
}
.tabs-dark .tabs-toggle:checked + .tabs-label {
  color: #fff;
}
.tabs-animate .tabs-label:after {
  transform: scaleX(0);
  transition: opacity 0.3s cubic-bezier(0.35, 0, 0.25, 1), transform 0.3s cubic-bezier(0.35, 0, 0.25, 1);
}
.tabs-toggle {
  display: none;
  position: absolute;
  top: -999999px;
  left: -999999px;
}
.tabs-panel {
  order: 99;
  flex-grow: 999999;
  width: 100%;
  display: none;
  padding: 1rem;
  background: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.tabs-toggle:checked + .tabs-label {
  color: #ff2451;
}
.tabs-toggle:checked + .tabs-label:after {
  opacity: 1;
  transform: scale(1) !important;
}
.tabs-toggle:checked + .tabs-label + .tabs-panel {
  display: block;
}
.tabs-bottom .tabs-label {
  order: 1000;
  border-top: 0;
}
.tabs-bottom .tabs-label:after {
  top: 0;
  bottom: auto;
}
.tabs-bottom .tabs-panel {
  border-top: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
@media (min-width: 768px) {
  .tabs-left {
    display: grid;
    grid-template-rows: auto [last-line];
    grid-template-columns: repeat(1, minmax(50%, 50%)) [last-col] 50%;
  }
  .tabs-left .tabs-label {
    grid-column: 1;
  }
  .tabs-left .tabs-label:after {
    height: 100%;
    width: 2px;
    top: auto;
  }
  .tabs-left .tabs-panel {
    border: 0;
    padding: 0 1.6rem;
  }
  .tabs-left.tabs-animate .tabs-label:after {
    transform: scaleY(0);
  }
  .tabs-left .tabs-label {
    justify-content: flex-start;
    border-right: 1px solid rgba(0, 0, 0, 0.12);
  }
  .tabs-left .tabs-label:after {
    left: auto;
    right: 0;
  }
  .tabs-left .tabs-panel {
    grid-column: last-col/span 1;
    grid-row: 1/last-line;
    grid-row-start: span 9999;
  }
}
@media (min-width: 768px) {
  .tabs-right {
    display: grid;
    grid-template-rows: auto [last-line];
    grid-template-columns: repeat(1, minmax(50%, 50%)) [last-col] 50%;
  }
  .tabs-right .tabs-label {
    grid-column: 1;
  }
  .tabs-right .tabs-label:after {
    height: 100%;
    width: 2px;
    top: auto;
  }
  .tabs-right .tabs-panel {
    border: 0;
    padding: 0 1.6rem;
  }
  .tabs-right.tabs-animate .tabs-label:after {
    transform: scaleY(0);
  }
  .tabs-right .tabs-label {
    grid-column: 2;
    border-left: 1px solid rgba(0, 0, 0, 0.12);
  }
  .tabs-right .tabs-label:after {
    left: 0;
    right: auto;
  }
  .tabs-right .tabs-panel {
    grid-column: 1;
    grid-row: 1/last-line;
    grid-row-start: span 9999;
  }
}

[tooltip] {
  position: relative;
  cursor: pointer;
}
[tooltip]::after, [tooltip]::before {
  position: absolute;
  opacity: 0;
  will-change: opacity;
  transition: opacity 0.15s, transform 0.15s;
}
[tooltip]::after {
  content: attr(tooltip);
  left: 50%;
  top: -6px;
  border-radius: 4px;
  padding: 12px 22px;
  transform: translateX(-50%) translateY(-100%);
  font-size: 0.875rem;
  font-weight: 400;
  text-align: center;
  color: #666;
  background-color: #fff;
  text-transform: initial;
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
  pointer-events: none;
  min-width: 130px;
  z-index: 999;
  line-height: 1;
}
[tooltip]::before {
  content: "";
  display: inline-block;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 4px 6px 0;
  border-style: solid;
  border-color: #fff transparent transparent;
  z-index: 1000;
}
[tooltip]:hover::after, [tooltip]:hover::before {
  opacity: 1;
}

[tooltip-color=dark]::after {
  background-color: #323232;
  color: #ffffff;
}
[tooltip-color=dark]::before {
  border-top-color: #323232;
}

[tooltip-position=top]::after, [tooltip-position=top]::before {
  left: 50%;
}

[tooltip-position=right]::after {
  left: 100%;
  top: 50%;
  margin-left: 8px;
  transform: translateX(0%) translateY(-50%);
}
[tooltip-position=right]::before {
  left: 100%;
  top: 50%;
  margin-left: 1px;
  transform: translateY(-50%) rotate(90deg);
}

[tooltip-position=bottom]::after {
  top: 100%;
  margin-top: 8px;
  transform: translateX(-50%) translateY(0%);
  z-index: 100;
}
[tooltip-position=bottom]::before {
  top: 100%;
  margin-top: 8px;
  transform: translateX(-50%) translateY(-100%) rotate(-180deg);
}

[tooltip-position=left]::after {
  left: 0%;
  top: 50%;
  margin-left: -8px;
  transform: translateX(-100%) translateY(-50%);
}
[tooltip-position=left]::before {
  left: 0%;
  top: 50%;
  margin-left: -12.2px;
  transform: translateY(-50%) rotate(-90deg);
}

.toast {
  position: absolute;
  width: auto;
  max-width: 100%;
  height: auto;
  min-height: 48px;
  top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-weight: 300;
  line-height: 1.6;
  z-index: 9999;
  cursor: default;
}
.toast-body {
  border-radius: 3px;
  color: #fff;
  position: relative;
  padding: 10px 25px;
  width: 95vw;
  margin: 0 auto 10px;
}
@media (min-width: 768px) {
  .toast-body {
    width: auto;
    margin: 0 0 10px;
  }
}
.toast-body .toast-control {
  position: absolute;
  top: 10px;
  right: 20px;
}
.toast-body.toast-show {
  -webkit-animation: toast-show-animation 2s 1;
          animation: toast-show-animation 2s 1;
}
.toast-top-right, .toast-top-left, .toast-top-center, .toast-bottom-right, .toast-bottom-left, .toast-bottom-center {
  position: fixed;
}
.toast-top-right, .toast-top-left, .toast-top-center {
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.toast-bottom-right, .toast-bottom-left, .toast-bottom-center {
  top: auto;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .toast-top-right {
    top: 20px;
    right: 20px;
    transform: none;
    left: auto;
  }
  .toast-top-left {
    top: 20px;
    left: 20px;
    right: 20px;
    transform: none;
  }
  .toast-top-center {
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
  }
  .toast-bottom-right {
    top: auto;
    bottom: 20px;
    right: 20px;
    left: auto;
    transform: none;
  }
  .toast-bottom-left {
    top: auto;
    bottom: 20px;
    left: 20px;
    transform: none;
  }
  .toast-bottom-center {
    top: auto;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.toast-rounded .toast-body {
  border-radius: 24px;
}
.toast-block .toast-body {
  width: 100%;
}
.toast-action {
  font-weight: 500;
  margin-left: 3rem;
}

@-webkit-keyframes toast-show-animation {
  0% {
    opacity: 0;
    transform: translateY(20px);
    display: none;
  }
  15% {
    opacity: 1;
    transform: translateY(0);
    display: block;
  }
  85% {
    opacity: 1;
    transform: translateY(0);
    display: block;
  }
  100% {
    opacity: 0;
    transform: translateY(-20px);
    display: none;
  }
}

@keyframes toast-show-animation {
  0% {
    opacity: 0;
    transform: translateY(20px);
    display: none;
  }
  15% {
    opacity: 1;
    transform: translateY(0);
    display: block;
  }
  85% {
    opacity: 1;
    transform: translateY(0);
    display: block;
  }
  100% {
    opacity: 0;
    transform: translateY(-20px);
    display: none;
  }
}
.input,
.input-check {
  width: 100%;
  position: relative;
  display: inline-block;
  margin: 2px 0;
}

.input {
  margin-top: 1rem;
}
.input.center {
  margin-left: auto;
  margin-right: auto;
}
.input.right {
  margin-left: 10%;
}

.input-field,
.input-select {
  border-bottom: 2px solid #dcdcdc;
}

input:focus + .input:after {
  width: 100%;
}
input:focus ~ .focus {
  transform: scaleX(1);
  transform-origin: right;
}

.input input,
.input select {
  border: 0;
  position: relative;
  width: 100%;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.input input:focus,
.input select:focus {
  outline: none;
}

.floating-label .input-label {
  display: block;
  position: absolute;
  top: 0;
  transition: 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  pointer-events: none;
}
.floating-label input:valid ~ .input-label, .floating-label input:focus ~ .input-label {
  transform: translateY(-0.72rem);
  font-size: 0.7rem;
}
.floating-label input:valid ~ .input-label {
  color: #8270b8;
}
.floating-label input:focus ~ .input-label {
  color: #ff2451;
}

.focus {
  width: 100%;
  transform: scaleX(0);
  background-color: #ff2451;
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 2px;
  transition: 0.4s cubic-bezier(0.8, 0.4, 0.25, 1);
  transform-origin: left;
}

.input-check input {
  position: absolute;
  top: -99999vw;
}
.input-check input:checked ~ .input-label .check {
  border-color: #8270b8;
}
.input-check input:checked ~ .input-label .check:after {
  background-color: #8270b8;
  transform: scale(1);
}
.input-check .input-label {
  display: flex;
}
.input-check .check {
  width: 16px;
  height: 16px;
  border: 1px solid #ff2451;
  transition: border-color 0.5s;
  margin-right: 5px;
}
.input-check .check.radio, .input-check .check.radio:after {
  border-radius: 50%;
}
.input-check .check:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  margin-left: 1px;
  margin-top: 1px;
  background-color: transparent;
  transform: scale(0);
  transition: 0.5s;
}

.input-range input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  margin: 5px 0;
}
.input-range input.center {
  margin-left: auto;
  margin-right: auto;
}
.input-range input.right {
  margin-left: 10%;
}
.input-range input:focus {
  outline: none;
}
.input-range input:focus::-webkit-slider-runnable-track {
  background: rgba(89, 89, 89, 0.12);
}
.input-range input:focus::-ms-fill-lower {
  background: rgba(0, 0, 0, 0.12);
}
.input-range input:focus::-ms-fill-upper {
  background: rgba(89, 89, 89, 0.12);
}
.input-range input::-webkit-slider-runnable-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.12);
  border-radius: 15px;
  border: 0;
}
.input-range input::-webkit-slider-thumb {
  border: 0 solid rgba(0, 0, 30, 0);
  height: 15px;
  width: 15px;
  border-radius: 15px;
  background: #ff2451;
  cursor: pointer;
  -webkit-appearance: none;
          appearance: none;
  margin-top: -5px;
}
.input-range input::-moz-range-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.12);
  border-radius: 15px;
  border: 0;
}
.input-range input::-moz-range-thumb {
  border: 0 solid rgba(0, 0, 30, 0);
  height: 15px;
  width: 15px;
  border-radius: 15px;
  background: #ff2451;
  cursor: pointer;
}
.input-range input::-ms-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
.input-range input::-ms-fill-lower {
  background: rgba(0, 0, 0, 0.12);
  border: 0;
  border-radius: 30px;
}
.input-range input::-ms-fill-upper {
  background: rgba(0, 0, 0, 0.12);
  border: 0;
  border-radius: 30px;
}
.input-range input::-ms-thumb {
  border: 0 solid rgba(0, 0, 30, 0);
  height: 15px;
  width: 15px;
  border-radius: 15px;
  background: #ff2451;
  cursor: pointer;
}