@charset "UTF-8";
/*-------------------------------------------------------------------/*
Template name: L I B R O + N E X T
Version      : 1.0.0
Author       : dotBraind
-------------------------------------------------------------------*/
@font-face {
  font-family: 'M Plus 2p';
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/mplus-2p/woff/mplus-2p-thin.woff") format("woff"), url("../fonts/mplus-2p/tff/mplus-2p-thin.ttf") format("ttf");
}

@font-face {
  font-family: 'M Plus 2p';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/mplus-2p/woff/mplus-2p-light.woff") format("woff"), url("../fonts/mplus-2p/tff/mplus-2p-light.ttf") format("ttf");
}

@font-face {
  font-family: 'M Plus 2p';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/mplus-2p/woff/mplus-2p-regular.woff") format("woff"), url("../fonts/mplus-2p/tff/mplus-2p-regular.ttf") format("ttf");
}

@font-face {
  font-family: 'M Plus 2p';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/mplus-2p/woff/mplus-2p-medium.woff") format("woff"), url("../fonts/mplus-2p/tff/mplus-2p-medium.ttf") format("ttf");
}

@font-face {
  font-family: 'M Plus 2p';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/mplus-2p/woff/mplus-2p-bold.woff") format("woff"), url("../fonts/mplus-2p/tff/mplus-2p-bold.ttf") format("ttf");
}

@font-face {
  font-family: 'M Plus 2p';
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/mplus-2p/woff/mplus-2p-heavy.woff") format("woff"), url("../fonts/mplus-2p/tff/mplus-2p-heavy.ttf") format("ttf");
}

@font-face {
  font-family: 'M Plus 2p';
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/mplus-2p/woff/mplus-2p-black.woff") format("woff"), url("../fonts/mplus-2p/tff/mplus-2p-black.ttf") format("ttf");
}

@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@300;400;500;700&display=swap');
/* font-family: 'M PLUS 1p', sans-serif; */
/* Light 300 / Regular 400 / Medium 500 / Bold 700 */

/*!
 * Bootstrap v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #ffffff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #ead4b5;
  --secondary: #313131;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #ed4d53;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --breakpoint-2xl: 1350px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

body {
  margin: 0;
  font-family: "M Plus 2p", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #313131;
  text-align: left;
  background-color: #ffffff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #ead4b5;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #d9b179;
  text-decoration: none;
}

a:not([href]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: rgba(49, 49, 49, 0.5);
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

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

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 3.75rem;
}

h2, .h2 {
  font-size: 3rem;
}

h3, .h3 {
  font-size: 2.25rem;
}

h4, .h4 {
  font-size: 2rem;
}

h5, .h5 {
  font-size: 1.5rem;
}

h6, .h6 {
  font-size: 1.125rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

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

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "\2014\00A0";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #ffffff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #ffffff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

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

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 1350px) {
  .container {
    max-width: 1266px;
  }
}

.container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-2xl {
  width: 100%;
  padding-right: 13px;
  padding-left: 13px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px;
  }
}

@media (min-width: 1350px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-2xl {
    max-width: 1266px;
  }
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -13px;
  margin-left: -13px;
}

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

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

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

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

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

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

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

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

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

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

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

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

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

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

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

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

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

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

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

.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1350px) {
  .col-2xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-2xl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-2xl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-2xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-2xl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-2xl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-2xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-2xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-2xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-2xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-2xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-2xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-2xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-2xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-2xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-2xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-2xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-2xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-2xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-2xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-2xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-2xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-2xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-2xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-2xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-2xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-2xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-2xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-2xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-2xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-2xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-2xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-2xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-2xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-2xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-2xl-0 {
    margin-left: 0;
  }
  .offset-2xl-1 {
    margin-left: 8.33333%;
  }
  .offset-2xl-2 {
    margin-left: 16.66667%;
  }
  .offset-2xl-3 {
    margin-left: 25%;
  }
  .offset-2xl-4 {
    margin-left: 33.33333%;
  }
  .offset-2xl-5 {
    margin-left: 41.66667%;
  }
  .offset-2xl-6 {
    margin-left: 50%;
  }
  .offset-2xl-7 {
    margin-left: 58.33333%;
  }
  .offset-2xl-8 {
    margin-left: 66.66667%;
  }
  .offset-2xl-9 {
    margin-left: 75%;
  }
  .offset-2xl-10 {
    margin-left: 83.33333%;
  }
  .offset-2xl-11 {
    margin-left: 91.66667%;
  }
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #313131;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #313131;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #f9f3ea;
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #f4e9d9;
}

.table-hover .table-primary:hover {
  background-color: #f3e8d6;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #f3e8d6;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #c5c5c5;
}

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #949494;
}

.table-hover .table-secondary:hover {
  background-color: #b8b8b8;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #b8b8b8;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #facdcf;
}

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #f6a2a6;
}

.table-hover .table-danger:hover {
  background-color: #f8b6b9;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f8b6b9;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #ffffff;
  background-color: #343a40;
  border-color: #454d55;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #ffffff;
  background-color: #343a40;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1349.98px) {
  .table-responsive-2xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-2xl > .table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
  border: 0;
}

.form-control, .select2-container--default .select2-dropdown .select2-search__field {
  display: block;
  width: 100%;
  height: calc(1.5em + 1.25rem + 2px);
  padding: 0.625rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control, .select2-container--default .select2-dropdown .select2-search__field {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.form-control::-ms-expand, .select2-container--default .select2-dropdown .select2-search__field::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:-moz-focusring, .select2-container--default .select2-dropdown .select2-search__field:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.form-control:focus, .select2-container--default .select2-dropdown .select2-search__field:focus {
  color: #495057;
  background-color: #ffffff;
  border-color: white;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(234, 212, 181, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(234, 212, 181, 0.25);
}

.form-control::-webkit-input-placeholder, .select2-container--default .select2-dropdown .select2-search__field::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-moz-placeholder, .select2-container--default .select2-dropdown .select2-search__field::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:-ms-input-placeholder, .select2-container--default .select2-dropdown .select2-search__field:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-ms-input-placeholder, .select2-container--default .select2-dropdown .select2-search__field::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder, .select2-container--default .select2-dropdown .select2-search__field::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled, .select2-container--default .select2-dropdown .select2-search__field:disabled, .form-control[readonly], .select2-container--default .select2-dropdown .select2-search__field[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:focus::-ms-value, .select2-container--default .select2-dropdown select.select2-search__field:focus::-ms-value {
  color: #495057;
  background-color: #ffffff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.625rem + 1px);
  padding-bottom: calc(0.625rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.83;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.625rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #313131;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.83em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.83;
  border-radius: 0.3rem;
}

select.form-control[size], .select2-container--default .select2-dropdown select.select2-search__field[size], select.form-control[multiple], .select2-container--default .select2-dropdown select.select2-search__field[multiple] {
  height: auto;
}

textarea.form-control, .select2-container--default .select2-dropdown textarea.select2-search__field {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
  color: rgba(49, 49, 49, 0.5);
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #ffffff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .was-validated .select2-container--default .select2-dropdown .select2-search__field:valid, .select2-container--default .select2-dropdown .was-validated .select2-search__field:valid, .form-control.is-valid, .select2-container--default .select2-dropdown .is-valid.select2-search__field {
  border-color: #28a745;
  padding-right: calc(1.5em + 1.25rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.3125rem) center;
  background-size: calc(0.75em + 0.625rem) calc(0.75em + 0.625rem);
}

.was-validated .form-control:valid:focus, .was-validated .select2-container--default .select2-dropdown .select2-search__field:valid:focus, .select2-container--default .select2-dropdown .was-validated .select2-search__field:valid:focus, .form-control.is-valid:focus, .select2-container--default .select2-dropdown .is-valid.select2-search__field:focus {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated textarea.form-control:valid, .was-validated .select2-container--default .select2-dropdown textarea.select2-search__field:valid, .select2-container--default .select2-dropdown .was-validated textarea.select2-search__field:valid, textarea.form-control.is-valid, .select2-container--default .select2-dropdown textarea.is-valid.select2-search__field {
  padding-right: calc(1.5em + 1.25rem);
  background-position: top calc(0.375em + 0.3125rem) right calc(0.375em + 0.3125rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.9375rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #ffffff no-repeat center right 2rem/calc(0.75em + 0.625rem) calc(0.75em + 0.625rem);
}

.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #ed4d53;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #ffffff;
  background-color: rgba(237, 77, 83, 0.9);
  border-radius: 0.25rem;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .was-validated .select2-container--default .select2-dropdown .select2-search__field:invalid, .select2-container--default .select2-dropdown .was-validated .select2-search__field:invalid, .form-control.is-invalid, .select2-container--default .select2-dropdown .is-invalid.select2-search__field {
  border-color: #ed4d53;
  padding-right: calc(1.5em + 1.25rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ed4d53' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ed4d53' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.3125rem) center;
  background-size: calc(0.75em + 0.625rem) calc(0.75em + 0.625rem);
}

.was-validated .form-control:invalid:focus, .was-validated .select2-container--default .select2-dropdown .select2-search__field:invalid:focus, .select2-container--default .select2-dropdown .was-validated .select2-search__field:invalid:focus, .form-control.is-invalid:focus, .select2-container--default .select2-dropdown .is-invalid.select2-search__field:focus {
  border-color: #ed4d53;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(237, 77, 83, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(237, 77, 83, 0.25);
}

.was-validated textarea.form-control:invalid, .was-validated .select2-container--default .select2-dropdown textarea.select2-search__field:invalid, .select2-container--default .select2-dropdown .was-validated textarea.select2-search__field:invalid, textarea.form-control.is-invalid, .select2-container--default .select2-dropdown textarea.is-invalid.select2-search__field {
  padding-right: calc(1.5em + 1.25rem);
  background-position: top calc(0.375em + 0.3125rem) right calc(0.375em + 0.3125rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #ed4d53;
  padding-right: calc(0.75em + 2.9375rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ed4d53' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ed4d53' stroke='none'/%3e%3c/svg%3e") #ffffff no-repeat center right 2rem/calc(0.75em + 0.625rem) calc(0.75em + 0.625rem);
}

.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #ed4d53;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(237, 77, 83, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(237, 77, 83, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #ed4d53;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #ed4d53;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #ed4d53;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #f27b80;
  background-color: #f27b80;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(237, 77, 83, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(237, 77, 83, 0.25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #ed4d53;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #ed4d53;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #ed4d53;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(237, 77, 83, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(237, 77, 83, 0.25);
}

.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control, .form-inline .select2-container--default .select2-dropdown .select2-search__field, .select2-container--default .select2-dropdown .form-inline .select2-search__field {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #313131;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.625rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.btn:hover {
  color: #313131;
  text-decoration: none;
}

.btn:focus, .btn.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(234, 212, 181, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(234, 212, 181, 0.25);
}

.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #212529;
  background-color: #ead4b5;
  border-color: #ead4b5;
}

.btn-primary:hover {
  color: #212529;
  background-color: #e2c397;
  border-color: #dfbd8d;
}

.btn-primary:focus, .btn-primary.focus {
  color: #212529;
  background-color: #e2c397;
  border-color: #dfbd8d;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(204, 186, 160, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(204, 186, 160, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #212529;
  background-color: #ead4b5;
  border-color: #ead4b5;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #212529;
  background-color: #dfbd8d;
  border-color: #dcb783;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(204, 186, 160, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(204, 186, 160, 0.5);
}

.btn-secondary {
  color: #ffffff;
  background-color: #313131;
  border-color: #313131;
}

.btn-secondary:hover {
  color: #ffffff;
  background-color: #1e1e1e;
  border-color: #181818;
}

.btn-secondary:focus, .btn-secondary.focus {
  color: #ffffff;
  background-color: #1e1e1e;
  border-color: #181818;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(80, 80, 80, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(80, 80, 80, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #ffffff;
  background-color: #313131;
  border-color: #313131;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #ffffff;
  background-color: #181818;
  border-color: #111111;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(80, 80, 80, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(80, 80, 80, 0.5);
}

.btn-success {
  color: #ffffff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #ffffff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success:focus, .btn-success.focus {
  color: #ffffff;
  background-color: #218838;
  border-color: #1e7e34;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  color: #ffffff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #ffffff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info {
  color: #ffffff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #ffffff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus, .btn-info.focus {
  color: #ffffff;
  background-color: #138496;
  border-color: #117a8b;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  color: #ffffff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #ffffff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
  color: #ffffff;
  background-color: #ed4d53;
  border-color: #ed4d53;
}

.btn-danger:hover {
  color: #ffffff;
  background-color: #e92a31;
  border-color: #e81f26;
}

.btn-danger:focus, .btn-danger.focus {
  color: #ffffff;
  background-color: #e92a31;
  border-color: #e81f26;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(240, 104, 109, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(240, 104, 109, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
  color: #ffffff;
  background-color: #ed4d53;
  border-color: #ed4d53;
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #ffffff;
  background-color: #e81f26;
  border-color: #e3171f;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(240, 104, 109, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(240, 104, 109, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #ffffff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #ffffff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus, .btn-dark.focus {
  color: #ffffff;
  background-color: #23272b;
  border-color: #1d2124;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
  color: #ffffff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #ffffff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #ead4b5;
  border-color: #ead4b5;
}

.btn-outline-primary:hover {
  color: #212529;
  background-color: #ead4b5;
  border-color: #ead4b5;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(234, 212, 181, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(234, 212, 181, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #ead4b5;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #212529;
  background-color: #ead4b5;
  border-color: #ead4b5;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(234, 212, 181, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(234, 212, 181, 0.5);
}

.btn-outline-secondary {
  color: #313131;
  border-color: #313131;
}

.btn-outline-secondary:hover {
  color: #ffffff;
  background-color: #313131;
  border-color: #313131;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(49, 49, 49, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(49, 49, 49, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #313131;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #ffffff;
  background-color: #313131;
  border-color: #313131;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(49, 49, 49, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(49, 49, 49, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #ffffff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:focus, .btn-outline-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #ffffff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #ffffff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:focus, .btn-outline-info.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #ffffff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #ed4d53;
  border-color: #ed4d53;
}

.btn-outline-danger:hover {
  color: #ffffff;
  background-color: #ed4d53;
  border-color: #ed4d53;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(237, 77, 83, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(237, 77, 83, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #ed4d53;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #ffffff;
  background-color: #ed4d53;
  border-color: #ed4d53;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(237, 77, 83, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(237, 77, 83, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:focus, .btn-outline-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #ffffff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #ffffff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #ead4b5;
  text-decoration: none;
}

.btn-link:hover {
  color: #d9b179;
  text-decoration: none;
}

.btn-link:focus, .btn-link.focus {
  text-decoration: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.83;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

.btn-download {
  color: #ffffff;
  background-color: #3d456e;
  border-color: #3d456e;
}
.btn-download:hover {
  color: #ffffff;
  background-color: #3d455a;
  border-color: #3d455a;
}
.btn-download svg {
  fill: #ffffff;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.btn-google {
  margin-bottom: 45px;
}
.btn-google a {
  display: inline-block;
}
.btn-google a img {
  height: 42px;
}

@media (min-width: 576px) {
  .btn-google a img {
    height: 47px;
  }
}

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

.fade {
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #313131;
  text-align: left;
  list-style: none;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1350px) {
  .dropdown-menu-2xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-2xl-right {
    right: 0;
    left: auto;
  }
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item.active, .dropdown-item:active {
  color: #ffffff;
  text-decoration: none;
  background-color: #ead4b5;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}

.input-group > .form-control, .select2-container--default .select2-dropdown .input-group > .select2-search__field,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  min-width: 0;
  margin-bottom: 0;
}

.input-group > .form-control + .form-control, .select2-container--default .select2-dropdown .input-group > .select2-search__field + .form-control, .select2-container--default .select2-dropdown .input-group > .form-control + .select2-search__field, .select2-container--default .select2-dropdown .input-group > .select2-search__field + .select2-search__field,
.input-group > .form-control + .custom-select,
.select2-container--default .select2-dropdown .input-group > .select2-search__field + .custom-select,
.input-group > .form-control + .custom-file,
.select2-container--default .select2-dropdown .input-group > .select2-search__field + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.select2-container--default .select2-dropdown .input-group > .form-control-plaintext + .select2-search__field,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.select2-container--default .select2-dropdown .input-group > .custom-select + .select2-search__field,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.select2-container--default .select2-dropdown .input-group > .custom-file + .select2-search__field,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

.input-group > .form-control:focus, .select2-container--default .select2-dropdown .input-group > .select2-search__field:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

.input-group > .form-control:not(:last-child), .select2-container--default .select2-dropdown .input-group > .select2-search__field:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .form-control:not(:first-child), .select2-container--default .select2-dropdown .input-group > .select2-search__field:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.625rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea), .select2-container--default .select2-dropdown .input-group-lg > .select2-search__field:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.83em + 1rem + 2px);
}

.input-group-lg > .form-control, .select2-container--default .select2-dropdown .input-group-lg > .select2-search__field,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.83;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea), .select2-container--default .select2-dropdown .input-group-sm > .select2-search__field:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control, .select2-container--default .select2-dropdown .input-group-sm > .select2-search__field,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 2rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #ffffff;
  border-color: #ead4b5;
  background-color: #ead4b5;
}

.custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(234, 212, 181, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(234, 212, 181, 0.25);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: white;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #ffffff;
  background-color: white;
  border-color: white;
}

.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #ffffff;
  border: #adb5bd solid 1px;
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50% / 50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23ffffff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #ead4b5;
  background-color: #ead4b5;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23ffffff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(234, 212, 181, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(234, 212, 181, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffffff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(234, 212, 181, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #ffffff;
  -webkit-transform: translateX(0.75rem);
      -ms-transform: translateX(0.75rem);
          transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(234, 212, 181, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 1.25rem + 2px);
  padding: 0.625rem 2rem 0.625rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #ffffff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1rem center/8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-select:focus {
  border-color: white;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(234, 212, 181, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(234, 212, 181, 0.25);
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #ffffff;
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 1rem;
  background-image: none;
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  display: none;
}

.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.83em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 1.25rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 1.25rem + 2px);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: white;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(234, 212, 181, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(234, 212, 181, 0.25);
}

.custom-file-input[disabled] ~ .custom-file-label,
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 1.25rem + 2px);
  padding: 0.625rem 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #ffffff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 1.25rem);
  padding: 0.625rem 1rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-range:focus {
  outline: none;
}

.custom-range:focus::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(234, 212, 181, 0.25);
          box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(234, 212, 181, 0.25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(234, 212, 181, 0.25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(234, 212, 181, 0.25);
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #ead4b5;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

.custom-range::-webkit-slider-thumb:active {
  background-color: white;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #ead4b5;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

.custom-range::-moz-range-thumb:active {
  background-color: white;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #ead4b5;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}

.custom-range::-ms-thumb:active {
  background-color: white;
}

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
  cursor: default;
}

.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #ffffff;
  border-color: #dee2e6 #dee2e6 #ffffff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #ffffff;
  background-color: #ead4b5;
}

.nav-fill .nav-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar .container,
.navbar .container-fluid, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl, .navbar .container-2xl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl, .navbar-expand-sm > .container-2xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl, .navbar-expand-sm > .container-2xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl, .navbar-expand-md > .container-2xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl, .navbar-expand-md > .container-2xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl, .navbar-expand-lg > .container-2xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl, .navbar-expand-lg > .container-2xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl, .navbar-expand-xl > .container-2xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl, .navbar-expand-xl > .container-2xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1349.98px) {
  .navbar-expand-2xl > .container,
  .navbar-expand-2xl > .container-fluid, .navbar-expand-2xl > .container-sm, .navbar-expand-2xl > .container-md, .navbar-expand-2xl > .container-lg, .navbar-expand-2xl > .container-xl, .navbar-expand-2xl > .container-2xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1350px) {
  .navbar-expand-2xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-2xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-2xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-2xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-2xl > .container,
  .navbar-expand-2xl > .container-fluid, .navbar-expand-2xl > .container-sm, .navbar-expand-2xl > .container-md, .navbar-expand-2xl > .container-lg, .navbar-expand-2xl > .container-xl, .navbar-expand-2xl > .container-2xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-2xl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-2xl .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl, .navbar-expand > .container-2xl {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl, .navbar-expand > .container-2xl {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #ffffff;
}

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #ffffff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #ffffff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #ffffff;
}

.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #ffffff;
}

.nav_select__book {
  display: flex;
}

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

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

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img,
.card-img-top,
.card-img-bottom {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck .card {
  margin-bottom: 13px;
}

@media (min-width: 576px) {
  .card-deck {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-right: -13px;
    margin-left: -13px;
  }
  .card-deck .card {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    margin-right: 13px;
    margin-bottom: 0;
    margin-left: 13px;
  }
}

.card-group > .card {
  margin-bottom: 13px;
}

@media (min-width: 576px) {
  .card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .card-group > .card {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion > .card {
  overflow: hidden;
}

.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #ead4b5;
  background-color: #ffffff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #d9b179;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 3;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(234, 212, 181, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(234, 212, 181, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 3;
  color: #ffffff;
  background-color: #ead4b5;
  border-color: #ead4b5;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #ffffff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.83;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .badge {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #212529;
  background-color: #ead4b5;
}

a.badge-primary:hover, a.badge-primary:focus {
  color: #212529;
  background-color: #dfbd8d;
}

a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(234, 212, 181, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(234, 212, 181, 0.5);
}

.badge-secondary {
  color: #ffffff;
  background-color: #313131;
}

a.badge-secondary:hover, a.badge-secondary:focus {
  color: #ffffff;
  background-color: #181818;
}

a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(49, 49, 49, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(49, 49, 49, 0.5);
}

.badge-success {
  color: #ffffff;
  background-color: #28a745;
}

a.badge-success:hover, a.badge-success:focus {
  color: #ffffff;
  background-color: #1e7e34;
}

a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
  color: #ffffff;
  background-color: #17a2b8;
}

a.badge-info:hover, a.badge-info:focus {
  color: #ffffff;
  background-color: #117a8b;
}

a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}

a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #ffffff;
  background-color: #ed4d53;
}

a.badge-danger:hover, a.badge-danger:focus {
  color: #ffffff;
  background-color: #e81f26;
}

a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(237, 77, 83, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(237, 77, 83, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}

a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #ffffff;
  background-color: #343a40;
}

a.badge-dark:hover, a.badge-dark:focus {
  color: #ffffff;
  background-color: #1d2124;
}

a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #7a6e5e;
  background-color: #fbf6f0;
  border-color: #f9f3ea;
}

.alert-primary hr {
  border-top-color: #f3e8d6;
}

.alert-primary .alert-link {
  color: #5d5448;
}

.alert-secondary {
  color: #191919;
  background-color: #d6d6d6;
  border-color: #c5c5c5;
}

.alert-secondary hr {
  border-top-color: #b8b8b8;
}

.alert-secondary .alert-link {
  color: black;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #7b282b;
  background-color: #fbdbdd;
  border-color: #facdcf;
}

.alert-danger hr {
  border-top-color: #f8b6b9;
}

.alert-danger .alert-link {
  color: #551b1e;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  background-color: #ead4b5;
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.progress-bar-striped {
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
          animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
            animation: none;
  }
}

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.media-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #313131;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #ffffff;
}

.list-group-item.active {
  z-index: 2;
  color: #ffffff;
  background-color: #ead4b5;
  border-color: #ead4b5;
}

.list-group-item + .list-group-item {
  border-top-width: 0;
}

.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.list-group-horizontal .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

.list-group-horizontal .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

.list-group-horizontal .list-group-item.active {
  margin-top: 0;
}

.list-group-horizontal .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

.list-group-horizontal .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-sm .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-md .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-lg .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-xl .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1350px) {
  .list-group-horizontal-2xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-2xl .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-2xl .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-2xl .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-2xl .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-2xl .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

.list-group-flush .list-group-item {
  border-right-width: 0;
  border-left-width: 0;
  border-radius: 0;
}

.list-group-flush .list-group-item:first-child {
  border-top-width: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #7a6e5e;
  background-color: #f9f3ea;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #7a6e5e;
  background-color: #f3e8d6;
}

.list-group-item-primary.list-group-item-action.active {
  color: #ffffff;
  background-color: #7a6e5e;
  border-color: #7a6e5e;
}

.list-group-item-secondary {
  color: #191919;
  background-color: #c5c5c5;
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #191919;
  background-color: #b8b8b8;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #ffffff;
  background-color: #191919;
  border-color: #191919;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}

.list-group-item-success.list-group-item-action.active {
  color: #ffffff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
  color: #ffffff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
  color: #ffffff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #7b282b;
  background-color: #facdcf;
}

.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #7b282b;
  background-color: #f8b6b9;
}

.list-group-item-danger.list-group-item-action.active {
  color: #ffffff;
  background-color: #7b282b;
  border-color: #7b282b;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
  color: #ffffff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
  color: #ffffff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: .5;
}

.close:hover {
  color: #000000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

a.close.disabled {
  pointer-events: none;
}

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
}

.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast.showing {
  opacity: 1;
}

.toast.show {
  display: block;
  opacity: 1;
}

.toast.hide {
  display: none;
}

.toast-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
      -ms-transform: translate(0, -50px);
          transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.modal.show .modal-dialog {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
          transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer > * {
  margin: 0.25rem;
}
.modal-footer__inner {
  display: flex:
  justify-content: space-between;
  width: 100%;
  margin: 10px 0 0 0;
}
.modal-footer__inner > a + a {
  margin-left: 5px;
}
.modal-footer__inner a.is_active {
  display: inline-block !important;
}
.modal-footer .btn-download {
  padding-left: 1.2rem !important;
  padding-right: 1.2rem !important;
}
.modal-footer .btn-download svg {
  margin: -5px 3px 0 0;
  width: 23px;
  height: 16px;
}
@media (min-width: 576px) {
  .modal-footer__inner {
    justify-content: flex-end;
    width: auto;
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .modal-footer__inner > a + a {
    margin-left: 16px;
  }
  .modal-footer .btn-download {
    padding-left: 1.4rem !important;
    padding-right: 1.4rem !important;
  }
  .modal-footer .btn-download svg {
    margin-right: 5px;
    width: 23px;
    height: 16px;
  }
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "M Plus 2p", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "M Plus 2p", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

.bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
  bottom: calc(-0.5rem - 1px);
}

.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #ffffff;
}

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

.bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #ffffff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
  top: calc(-0.5rem - 1px);
}

.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #ffffff;
}

.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

.bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #ffffff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #313131;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  -o-transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 0s 0.6s;
  -o-transition: opacity 0s 0.6s;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 15%;
  color: #ffffff;
  text-align: center;
  opacity: 0.5;
  -webkit-transition: opacity 0.15s ease;
  -o-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #ffffff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  -webkit-transition: opacity 0.6s ease;
  -o-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border .75s linear infinite;
          animation: spinner-border .75s linear infinite;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow .75s linear infinite;
          animation: spinner-grow .75s linear infinite;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

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

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #ead4b5 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #dfbd8d !important;
}

.bg-secondary {
  background-color: #313131 !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #181818 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #ed4d53 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #e81f26 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #ffffff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #ead4b5 !important;
}

.border-secondary {
  border-color: #313131 !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #ed4d53 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #ffffff !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

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

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

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

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

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

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

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

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

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1350px) {
  .d-2xl-none {
    display: none !important;
  }
  .d-2xl-inline {
    display: inline !important;
  }
  .d-2xl-inline-block {
    display: inline-block !important;
  }
  .d-2xl-block {
    display: block !important;
  }
  .d-2xl-table {
    display: table !important;
  }
  .d-2xl-table-row {
    display: table-row !important;
  }
  .d-2xl-table-cell {
    display: table-cell !important;
  }
  .d-2xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-2xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 1350px) {
  .flex-2xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-2xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-2xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-2xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-2xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-2xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-2xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-2xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-2xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-2xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-2xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-2xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-2xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-2xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-2xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-2xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-2xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-2xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-2xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-2xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-2xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-2xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-2xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-2xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-2xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-2xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-2xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-2xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-2xl-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-2xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-2xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-2xl-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-2xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-2xl-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}

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

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

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

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}

@media (min-width: 1350px) {
  .float-2xl-left {
    float: left !important;
  }
  .float-2xl-right {
    float: right !important;
  }
  .float-2xl-none {
    float: none !important;
  }
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

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

.position-relative {
  position: relative !important;
}

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

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

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

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top, #site-header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

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

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

.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-n5,
.mx-n5 {
  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;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1350px) {
  .m-2xl-0 {
    margin: 0 !important;
  }
  .mt-2xl-0,
  .my-2xl-0 {
    margin-top: 0 !important;
  }
  .mr-2xl-0,
  .mx-2xl-0 {
    margin-right: 0 !important;
  }
  .mb-2xl-0,
  .my-2xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-2xl-0,
  .mx-2xl-0 {
    margin-left: 0 !important;
  }
  .m-2xl-1 {
    margin: 0.25rem !important;
  }
  .mt-2xl-1,
  .my-2xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-2xl-1,
  .mx-2xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-2xl-1,
  .my-2xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-2xl-1,
  .mx-2xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-2xl-2 {
    margin: 0.5rem !important;
  }
  .mt-2xl-2,
  .my-2xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-2xl-2,
  .mx-2xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-2xl-2,
  .my-2xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-2xl-2,
  .mx-2xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-2xl-3 {
    margin: 1rem !important;
  }
  .mt-2xl-3,
  .my-2xl-3 {
    margin-top: 1rem !important;
  }
  .mr-2xl-3,
  .mx-2xl-3 {
    margin-right: 1rem !important;
  }
  .mb-2xl-3,
  .my-2xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-2xl-3,
  .mx-2xl-3 {
    margin-left: 1rem !important;
  }
  .m-2xl-4 {
    margin: 1.5rem !important;
  }
  .mt-2xl-4,
  .my-2xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-2xl-4,
  .mx-2xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-2xl-4,
  .my-2xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-2xl-4,
  .mx-2xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-2xl-5 {
    margin: 3rem !important;
  }
  .mt-2xl-5,
  .my-2xl-5 {
    margin-top: 3rem !important;
  }
  .mr-2xl-5,
  .mx-2xl-5 {
    margin-right: 3rem !important;
  }
  .mb-2xl-5,
  .my-2xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-2xl-5,
  .mx-2xl-5 {
    margin-left: 3rem !important;
  }
  .p-2xl-0 {
    padding: 0 !important;
  }
  .pt-2xl-0,
  .py-2xl-0 {
    padding-top: 0 !important;
  }
  .pr-2xl-0,
  .px-2xl-0 {
    padding-right: 0 !important;
  }
  .pb-2xl-0,
  .py-2xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-2xl-0,
  .px-2xl-0 {
    padding-left: 0 !important;
  }
  .p-2xl-1 {
    padding: 0.25rem !important;
  }
  .pt-2xl-1,
  .py-2xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-2xl-1,
  .px-2xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-2xl-1,
  .py-2xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-2xl-1,
  .px-2xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-2xl-2 {
    padding: 0.5rem !important;
  }
  .pt-2xl-2,
  .py-2xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-2xl-2,
  .px-2xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-2xl-2,
  .py-2xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-2xl-2,
  .px-2xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-2xl-3 {
    padding: 1rem !important;
  }
  .pt-2xl-3,
  .py-2xl-3 {
    padding-top: 1rem !important;
  }
  .pr-2xl-3,
  .px-2xl-3 {
    padding-right: 1rem !important;
  }
  .pb-2xl-3,
  .py-2xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-2xl-3,
  .px-2xl-3 {
    padding-left: 1rem !important;
  }
  .p-2xl-4 {
    padding: 1.5rem !important;
  }
  .pt-2xl-4,
  .py-2xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-2xl-4,
  .px-2xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-2xl-4,
  .py-2xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-2xl-4,
  .px-2xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-2xl-5 {
    padding: 3rem !important;
  }
  .pt-2xl-5,
  .py-2xl-5 {
    padding-top: 3rem !important;
  }
  .pr-2xl-5,
  .px-2xl-5 {
    padding-right: 3rem !important;
  }
  .pb-2xl-5,
  .py-2xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-2xl-5,
  .px-2xl-5 {
    padding-left: 3rem !important;
  }
  .m-2xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-2xl-n1,
  .my-2xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-2xl-n1,
  .mx-2xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-2xl-n1,
  .my-2xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-2xl-n1,
  .mx-2xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-2xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-2xl-n2,
  .my-2xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-2xl-n2,
  .mx-2xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-2xl-n2,
  .my-2xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-2xl-n2,
  .mx-2xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-2xl-n3 {
    margin: -1rem !important;
  }
  .mt-2xl-n3,
  .my-2xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-2xl-n3,
  .mx-2xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-2xl-n3,
  .my-2xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-2xl-n3,
  .mx-2xl-n3 {
    margin-left: -1rem !important;
  }
  .m-2xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-2xl-n4,
  .my-2xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-2xl-n4,
  .mx-2xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-2xl-n4,
  .my-2xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-2xl-n4,
  .mx-2xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-2xl-n5 {
    margin: -3rem !important;
  }
  .mt-2xl-n5,
  .my-2xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-2xl-n5,
  .mx-2xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-2xl-n5,
  .my-2xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-2xl-n5,
  .mx-2xl-n5 {
    margin-left: -3rem !important;
  }
  .m-2xl-auto {
    margin: auto !important;
  }
  .mt-2xl-auto,
  .my-2xl-auto {
    margin-top: auto !important;
  }
  .mr-2xl-auto,
  .mx-2xl-auto {
    margin-right: auto !important;
  }
  .mb-2xl-auto,
  .my-2xl-auto {
    margin-bottom: auto !important;
  }
  .ml-2xl-auto,
  .mx-2xl-auto {
    margin-left: auto !important;
  }
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

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

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

@media (min-width: 1350px) {
  .text-2xl-left {
    text-align: left !important;
  }
  .text-2xl-right {
    text-align: right !important;
  }
  .text-2xl-center {
    text-align: center !important;
  }
}

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

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

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

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #ffffff !important;
}

.text-primary {
  color: #ead4b5 !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #d9b179 !important;
}

.text-secondary {
  color: #313131 !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #0b0b0b !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #ed4d53 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #d8161d !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #313131 !important;
}

.text-muted {
  color: rgba(49, 49, 49, 0.5) !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #ffffff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}

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

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

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

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 1350px) {
  .container {
    max-width: 1266px;
  }
}

.container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-2xl {
  width: 100%;
  padding-right: 13px;
  padding-left: 13px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px;
  }
}

@media (min-width: 1350px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-2xl {
    max-width: 1266px;
  }
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -13px;
  margin-left: -13px;
}

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

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

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

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

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

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

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

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

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

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

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

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

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

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

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

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

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

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

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

.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1350px) {
  .col-2xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-2xl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-2xl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-2xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-2xl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-2xl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-2xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-2xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-2xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-2xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-2xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-2xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-2xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-2xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-2xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-2xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-2xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-2xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-2xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-2xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-2xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-2xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-2xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-2xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-2xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-2xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-2xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-2xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-2xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-2xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-2xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-2xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-2xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-2xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-2xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-2xl-0 {
    margin-left: 0;
  }
  .offset-2xl-1 {
    margin-left: 8.33333%;
  }
  .offset-2xl-2 {
    margin-left: 16.66667%;
  }
  .offset-2xl-3 {
    margin-left: 25%;
  }
  .offset-2xl-4 {
    margin-left: 33.33333%;
  }
  .offset-2xl-5 {
    margin-left: 41.66667%;
  }
  .offset-2xl-6 {
    margin-left: 50%;
  }
  .offset-2xl-7 {
    margin-left: 58.33333%;
  }
  .offset-2xl-8 {
    margin-left: 66.66667%;
  }
  .offset-2xl-9 {
    margin-left: 75%;
  }
  .offset-2xl-10 {
    margin-left: 83.33333%;
  }
  .offset-2xl-11 {
    margin-left: 91.66667%;
  }
}

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

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

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

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

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

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

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

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1350px) {
  .d-2xl-none {
    display: none !important;
  }
  .d-2xl-inline {
    display: inline !important;
  }
  .d-2xl-inline-block {
    display: inline-block !important;
  }
  .d-2xl-block {
    display: block !important;
  }
  .d-2xl-table {
    display: table !important;
  }
  .d-2xl-table-row {
    display: table-row !important;
  }
  .d-2xl-table-cell {
    display: table-cell !important;
  }
  .d-2xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-2xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 1350px) {
  .flex-2xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-2xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-2xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-2xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-2xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-2xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-2xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-2xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-2xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-2xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-2xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-2xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-2xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-2xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-2xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-2xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-2xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-2xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-2xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-2xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-2xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-2xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-2xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-2xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-2xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-2xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-2xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-2xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-2xl-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-2xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-2xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-2xl-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-2xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-2xl-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-n5,
.mx-n5 {
  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;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1350px) {
  .m-2xl-0 {
    margin: 0 !important;
  }
  .mt-2xl-0,
  .my-2xl-0 {
    margin-top: 0 !important;
  }
  .mr-2xl-0,
  .mx-2xl-0 {
    margin-right: 0 !important;
  }
  .mb-2xl-0,
  .my-2xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-2xl-0,
  .mx-2xl-0 {
    margin-left: 0 !important;
  }
  .m-2xl-1 {
    margin: 0.25rem !important;
  }
  .mt-2xl-1,
  .my-2xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-2xl-1,
  .mx-2xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-2xl-1,
  .my-2xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-2xl-1,
  .mx-2xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-2xl-2 {
    margin: 0.5rem !important;
  }
  .mt-2xl-2,
  .my-2xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-2xl-2,
  .mx-2xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-2xl-2,
  .my-2xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-2xl-2,
  .mx-2xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-2xl-3 {
    margin: 1rem !important;
  }
  .mt-2xl-3,
  .my-2xl-3 {
    margin-top: 1rem !important;
  }
  .mr-2xl-3,
  .mx-2xl-3 {
    margin-right: 1rem !important;
  }
  .mb-2xl-3,
  .my-2xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-2xl-3,
  .mx-2xl-3 {
    margin-left: 1rem !important;
  }
  .m-2xl-4 {
    margin: 1.5rem !important;
  }
  .mt-2xl-4,
  .my-2xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-2xl-4,
  .mx-2xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-2xl-4,
  .my-2xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-2xl-4,
  .mx-2xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-2xl-5 {
    margin: 3rem !important;
  }
  .mt-2xl-5,
  .my-2xl-5 {
    margin-top: 3rem !important;
  }
  .mr-2xl-5,
  .mx-2xl-5 {
    margin-right: 3rem !important;
  }
  .mb-2xl-5,
  .my-2xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-2xl-5,
  .mx-2xl-5 {
    margin-left: 3rem !important;
  }
  .p-2xl-0 {
    padding: 0 !important;
  }
  .pt-2xl-0,
  .py-2xl-0 {
    padding-top: 0 !important;
  }
  .pr-2xl-0,
  .px-2xl-0 {
    padding-right: 0 !important;
  }
  .pb-2xl-0,
  .py-2xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-2xl-0,
  .px-2xl-0 {
    padding-left: 0 !important;
  }
  .p-2xl-1 {
    padding: 0.25rem !important;
  }
  .pt-2xl-1,
  .py-2xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-2xl-1,
  .px-2xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-2xl-1,
  .py-2xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-2xl-1,
  .px-2xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-2xl-2 {
    padding: 0.5rem !important;
  }
  .pt-2xl-2,
  .py-2xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-2xl-2,
  .px-2xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-2xl-2,
  .py-2xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-2xl-2,
  .px-2xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-2xl-3 {
    padding: 1rem !important;
  }
  .pt-2xl-3,
  .py-2xl-3 {
    padding-top: 1rem !important;
  }
  .pr-2xl-3,
  .px-2xl-3 {
    padding-right: 1rem !important;
  }
  .pb-2xl-3,
  .py-2xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-2xl-3,
  .px-2xl-3 {
    padding-left: 1rem !important;
  }
  .p-2xl-4 {
    padding: 1.5rem !important;
  }
  .pt-2xl-4,
  .py-2xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-2xl-4,
  .px-2xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-2xl-4,
  .py-2xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-2xl-4,
  .px-2xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-2xl-5 {
    padding: 3rem !important;
  }
  .pt-2xl-5,
  .py-2xl-5 {
    padding-top: 3rem !important;
  }
  .pr-2xl-5,
  .px-2xl-5 {
    padding-right: 3rem !important;
  }
  .pb-2xl-5,
  .py-2xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-2xl-5,
  .px-2xl-5 {
    padding-left: 3rem !important;
  }
  .m-2xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-2xl-n1,
  .my-2xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-2xl-n1,
  .mx-2xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-2xl-n1,
  .my-2xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-2xl-n1,
  .mx-2xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-2xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-2xl-n2,
  .my-2xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-2xl-n2,
  .mx-2xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-2xl-n2,
  .my-2xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-2xl-n2,
  .mx-2xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-2xl-n3 {
    margin: -1rem !important;
  }
  .mt-2xl-n3,
  .my-2xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-2xl-n3,
  .mx-2xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-2xl-n3,
  .my-2xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-2xl-n3,
  .mx-2xl-n3 {
    margin-left: -1rem !important;
  }
  .m-2xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-2xl-n4,
  .my-2xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-2xl-n4,
  .mx-2xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-2xl-n4,
  .my-2xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-2xl-n4,
  .mx-2xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-2xl-n5 {
    margin: -3rem !important;
  }
  .mt-2xl-n5,
  .my-2xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-2xl-n5,
  .mx-2xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-2xl-n5,
  .my-2xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-2xl-n5,
  .mx-2xl-n5 {
    margin-left: -3rem !important;
  }
  .m-2xl-auto {
    margin: auto !important;
  }
  .mt-2xl-auto,
  .my-2xl-auto {
    margin-top: auto !important;
  }
  .mr-2xl-auto,
  .mx-2xl-auto {
    margin-right: auto !important;
  }
  .mb-2xl-auto,
  .my-2xl-auto {
    margin-bottom: auto !important;
  }
  .ml-2xl-auto,
  .mx-2xl-auto {
    margin-left: auto !important;
  }
}

/*!
 * Bootstrap Reboot v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

body {
  margin: 0;
  font-family: "M Plus 2p", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #313131;
  text-align: left;
  background-color: #ffffff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #ead4b5;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #d9b179;
  text-decoration: none;
}

a:not([href]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: rgba(49, 49, 49, 0.5);
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

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

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

/*!
 * Font Awesome Free 5.5.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/fontawesome-5.5.0/fa-brands-400.eot");
  src: url("../fonts/fontawesome-5.5.0/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fontawesome-5.5.0/fa-brands-400.woff2") format("woff2"), url("../fonts/fontawesome-5.5.0/fa-brands-400.woff") format("woff"), url("../fonts/fontawesome-5.5.0/fa-brands-400.ttf") format("truetype"), url("../fonts/fontawesome-5.5.0/fa-brands-400.svg#fontawesome") format("svg");
}

.fab {
  font-family: 'Font Awesome 5 Brands';
}

/*!
 * Font Awesome Free 5.5.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/fontawesome-5.5.0/fa-regular-400.eot");
  src: url("../fonts/fontawesome-5.5.0/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fontawesome-5.5.0/fa-regular-400.woff2") format("woff2"), url("../fonts/fontawesome-5.5.0/fa-regular-400.woff") format("woff"), url("../fonts/fontawesome-5.5.0/fa-regular-400.ttf") format("truetype"), url("../fonts/fontawesome-5.5.0/fa-regular-400.svg#fontawesome") format("svg");
}

.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/*!
 * Font Awesome Free 5.5.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/fontawesome-5.5.0/fa-solid-900.eot");
  src: url("../fonts/fontawesome-5.5.0/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/fontawesome-5.5.0/fa-solid-900.woff2") format("woff2"), url("../fonts/fontawesome-5.5.0/fa-solid-900.woff") format("woff"), url("../fonts/fontawesome-5.5.0/fa-solid-900.ttf") format("truetype"), url("../fonts/fontawesome-5.5.0/fa-solid-900.svg#fontawesome") format("svg");
}

.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

/*!
 * Font Awesome Free 5.5.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.select2-container--default .select2-selection__arrow::before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: -.125em;
}

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em;
}

.fa-xs {
  font-size: .75em;
}

.fa-sm {
  font-size: .875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
          animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
          animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
      -ms-transform: scale(1, -1);
          transform: scale(1, -1);
}

.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
      -ms-transform: scale(-1, -1);
          transform: scale(-1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e";
}

.fa-accessible-icon:before {
  content: "\f368";
}

.fa-accusoft:before {
  content: "\f369";
}

.fa-acquisitions-incorporated:before {
  content: "\f6af";
}

.fa-ad:before {
  content: "\f641";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-card:before {
  content: "\f2bb";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-adn:before {
  content: "\f170";
}

.fa-adversal:before {
  content: "\f36a";
}

.fa-affiliatetheme:before {
  content: "\f36b";
}

.fa-air-freshener:before {
  content: "\f5d0";
}

.fa-algolia:before {
  content: "\f36c";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-alipay:before {
  content: "\f642";
}

.fa-allergies:before {
  content: "\f461";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-amazon-pay:before {
  content: "\f42c";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-amilia:before {
  content: "\f36d";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-android:before {
  content: "\f17b";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angry:before {
  content: "\f556";
}

.fa-angrycreative:before {
  content: "\f36e";
}

.fa-angular:before {
  content: "\f420";
}

.fa-ankh:before {
  content: "\f644";
}

.fa-app-store:before {
  content: "\f36f";
}

.fa-app-store-ios:before {
  content: "\f370";
}

.fa-apper:before {
  content: "\f371";
}

.fa-apple:before {
  content: "\f179";
}

.fa-apple-alt:before {
  content: "\f5d1";
}

.fa-apple-pay:before {
  content: "\f415";
}

.fa-archive:before {
  content: "\f187";
}

.fa-archway:before {
  content: "\f557";
}

.fa-arrow-alt-circle-down:before {
  content: "\f358";
}

.fa-arrow-alt-circle-left:before {
  content: "\f359";
}

.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}

.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-arrows-alt-h:before {
  content: "\f337";
}

.fa-arrows-alt-v:before {
  content: "\f338";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-asymmetrik:before {
  content: "\f372";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-atlas:before {
  content: "\f558";
}

.fa-atom:before {
  content: "\f5d2";
}

.fa-audible:before {
  content: "\f373";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-autoprefixer:before {
  content: "\f41c";
}

.fa-avianex:before {
  content: "\f374";
}

.fa-aviato:before {
  content: "\f421";
}

.fa-award:before {
  content: "\f559";
}

.fa-aws:before {
  content: "\f375";
}

.fa-backspace:before {
  content: "\f55a";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-band-aid:before {
  content: "\f462";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-baseball-ball:before {
  content: "\f433";
}

.fa-basketball-ball:before {
  content: "\f434";
}

.fa-bath:before {
  content: "\f2cd";
}

.fa-battery-empty:before {
  content: "\f244";
}

.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-bed:before {
  content: "\f236";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bezier-curve:before {
  content: "\f55b";
}

.fa-bible:before {
  content: "\f647";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bimobject:before {
  content: "\f378";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitcoin:before {
  content: "\f379";
}

.fa-bity:before {
  content: "\f37a";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-blackberry:before {
  content: "\f37b";
}

.fa-blender:before {
  content: "\f517";
}

.fa-blender-phone:before {
  content: "\f6b6";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-blogger:before {
  content: "\f37c";
}

.fa-blogger-b:before {
  content: "\f37d";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-bold:before {
  content: "\f032";
}

.fa-bolt:before {
  content: "\f0e7";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-bone:before {
  content: "\f5d7";
}

.fa-bong:before {
  content: "\f55c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-book-dead:before {
  content: "\f6b7";
}

.fa-book-open:before {
  content: "\f518";
}

.fa-book-reader:before {
  content: "\f5da";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-bowling-ball:before {
  content: "\f436";
}

.fa-box:before {
  content: "\f466";
}

.fa-box-open:before {
  content: "\f49e";
}

.fa-boxes:before {
  content: "\f468";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-brain:before {
  content: "\f5dc";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-briefcase-medical:before {
  content: "\f469";
}

.fa-broadcast-tower:before {
  content: "\f519";
}

.fa-broom:before {
  content: "\f51a";
}

.fa-brush:before {
  content: "\f55d";
}

.fa-btc:before {
  content: "\f15a";
}

.fa-bug:before {
  content: "\f188";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-burn:before {
  content: "\f46a";
}

.fa-buromobelexperte:before {
  content: "\f37f";
}

.fa-bus:before {
  content: "\f207";
}

.fa-bus-alt:before {
  content: "\f55e";
}

.fa-business-time:before {
  content: "\f64a";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-calendar:before {
  content: "\f133";
}

.fa-calendar-alt:before {
  content: "\f073";
}

.fa-calendar-check:before {
  content: "\f274";
}

.fa-calendar-minus:before {
  content: "\f272";
}

.fa-calendar-plus:before {
  content: "\f271";
}

.fa-calendar-times:before {
  content: "\f273";
}

.fa-camera:before {
  content: "\f030";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-campground:before {
  content: "\f6bb";
}

.fa-cannabis:before {
  content: "\f55f";
}

.fa-capsules:before {
  content: "\f46b";
}

.fa-car:before {
  content: "\f1b9";
}

.fa-car-alt:before {
  content: "\f5de";
}

.fa-car-battery:before {
  content: "\f5df";
}

.fa-car-crash:before {
  content: "\f5e1";
}

.fa-car-side:before {
  content: "\f5e4";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-caret-square-down:before {
  content: "\f150";
}

.fa-caret-square-left:before {
  content: "\f191";
}

.fa-caret-square-right:before {
  content: "\f152";
}

.fa-caret-square-up:before {
  content: "\f151";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cat:before {
  content: "\f6be";
}

.fa-cc-amazon-pay:before {
  content: "\f42d";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-apple-pay:before {
  content: "\f416";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-centercode:before {
  content: "\f380";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-chair:before {
  content: "\f6c0";
}

.fa-chalkboard:before {
  content: "\f51b";
}

.fa-chalkboard-teacher:before {
  content: "\f51c";
}

.fa-charging-station:before {
  content: "\f5e7";
}

.fa-chart-area:before {
  content: "\f1fe";
}

.fa-chart-bar:before {
  content: "\f080";
}

.fa-chart-line:before {
  content: "\f201";
}

.fa-chart-pie:before {
  content: "\f200";
}

.fa-check:before {
  content: "\f00c";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-check-double:before {
  content: "\f560";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-chess:before {
  content: "\f439";
}

.fa-chess-bishop:before {
  content: "\f43a";
}

.fa-chess-board:before {
  content: "\f43c";
}

.fa-chess-king:before {
  content: "\f43f";
}

.fa-chess-knight:before {
  content: "\f441";
}

.fa-chess-pawn:before {
  content: "\f443";
}

.fa-chess-queen:before {
  content: "\f445";
}

.fa-chess-rook:before {
  content: "\f447";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-church:before {
  content: "\f51d";
}

.fa-circle:before {
  content: "\f111";
}

.fa-circle-notch:before {
  content: "\f1ce";
}

.fa-city:before {
  content: "\f64f";
}

.fa-clipboard:before {
  content: "\f328";
}

.fa-clipboard-check:before {
  content: "\f46c";
}

.fa-clipboard-list:before {
  content: "\f46d";
}

.fa-clock:before {
  content: "\f017";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-closed-captioning:before {
  content: "\f20a";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-cloud-download-alt:before {
  content: "\f381";
}

.fa-cloud-meatball:before {
  content: "\f73b";
}

.fa-cloud-moon:before {
  content: "\f6c3";
}

.fa-cloud-moon-rain:before {
  content: "\f73c";
}

.fa-cloud-rain:before {
  content: "\f73d";
}

.fa-cloud-showers-heavy:before {
  content: "\f740";
}

.fa-cloud-sun:before {
  content: "\f6c4";
}

.fa-cloud-sun-rain:before {
  content: "\f743";
}

.fa-cloud-upload-alt:before {
  content: "\f382";
}

.fa-cloudscale:before {
  content: "\f383";
}

.fa-cloudsmith:before {
  content: "\f384";
}

.fa-cloudversify:before {
  content: "\f385";
}

.fa-cocktail:before {
  content: "\f561";
}

.fa-code:before {
  content: "\f121";
}

.fa-code-branch:before {
  content: "\f126";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cog:before {
  content: "\f013";
}

.fa-cogs:before {
  content: "\f085";
}

.fa-coins:before {
  content: "\f51e";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-comment:before {
  content: "\f075";
}

.fa-comment-alt:before {
  content: "\f27a";
}

.fa-comment-dollar:before {
  content: "\f651";
}

.fa-comment-dots:before {
  content: "\f4ad";
}

.fa-comment-slash:before {
  content: "\f4b3";
}

.fa-comments:before {
  content: "\f086";
}

.fa-comments-dollar:before {
  content: "\f653";
}

.fa-compact-disc:before {
  content: "\f51f";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-compress:before {
  content: "\f066";
}

.fa-concierge-bell:before {
  content: "\f562";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-cookie:before {
  content: "\f563";
}

.fa-cookie-bite:before {
  content: "\f564";
}

.fa-copy:before {
  content: "\f0c5";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-couch:before {
  content: "\f4b8";
}

.fa-cpanel:before {
  content: "\f388";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-creative-commons-by:before {
  content: "\f4e7";
}

.fa-creative-commons-nc:before {
  content: "\f4e8";
}

.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

.fa-creative-commons-nd:before {
  content: "\f4eb";
}

.fa-creative-commons-pd:before {
  content: "\f4ec";
}

.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

.fa-creative-commons-remix:before {
  content: "\f4ee";
}

.fa-creative-commons-sa:before {
  content: "\f4ef";
}

.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

.fa-creative-commons-share:before {
  content: "\f4f2";
}

.fa-creative-commons-zero:before {
  content: "\f4f3";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-critical-role:before {
  content: "\f6c9";
}

.fa-crop:before {
  content: "\f125";
}

.fa-crop-alt:before {
  content: "\f565";
}

.fa-cross:before {
  content: "\f654";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-crow:before {
  content: "\f520";
}

.fa-crown:before {
  content: "\f521";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-css3-alt:before {
  content: "\f38b";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-cut:before {
  content: "\f0c4";
}

.fa-cuttlefish:before {
  content: "\f38c";
}

.fa-d-and-d:before {
  content: "\f38d";
}

.fa-d-and-d-beyond:before {
  content: "\f6ca";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-deaf:before {
  content: "\f2a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-democrat:before {
  content: "\f747";
}

.fa-deploydog:before {
  content: "\f38e";
}

.fa-deskpro:before {
  content: "\f38f";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-dev:before {
  content: "\f6cc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-dharmachakra:before {
  content: "\f655";
}

.fa-diagnoses:before {
  content: "\f470";
}

.fa-dice:before {
  content: "\f522";
}

.fa-dice-d20:before {
  content: "\f6cf";
}

.fa-dice-d6:before {
  content: "\f6d1";
}

.fa-dice-five:before {
  content: "\f523";
}

.fa-dice-four:before {
  content: "\f524";
}

.fa-dice-one:before {
  content: "\f525";
}

.fa-dice-six:before {
  content: "\f526";
}

.fa-dice-three:before {
  content: "\f527";
}

.fa-dice-two:before {
  content: "\f528";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-digital-ocean:before {
  content: "\f391";
}

.fa-digital-tachograph:before {
  content: "\f566";
}

.fa-directions:before {
  content: "\f5eb";
}

.fa-discord:before {
  content: "\f392";
}

.fa-discourse:before {
  content: "\f393";
}

.fa-divide:before {
  content: "\f529";
}

.fa-dizzy:before {
  content: "\f567";
}

.fa-dna:before {
  content: "\f471";
}

.fa-dochub:before {
  content: "\f394";
}

.fa-docker:before {
  content: "\f395";
}

.fa-dog:before {
  content: "\f6d3";
}

.fa-dollar-sign:before {
  content: "\f155";
}

.fa-dolly:before {
  content: "\f472";
}

.fa-dolly-flatbed:before {
  content: "\f474";
}

.fa-donate:before {
  content: "\f4b9";
}

.fa-door-closed:before {
  content: "\f52a";
}

.fa-door-open:before {
  content: "\f52b";
}

.fa-dot-circle:before {
  content: "\f192";
}

.fa-dove:before {
  content: "\f4ba";
}

.fa-download:before {
  content: "\f019";
}

.fa-draft2digital:before {
  content: "\f396";
}

.fa-drafting-compass:before {
  content: "\f568";
}

.fa-dragon:before {
  content: "\f6d5";
}

.fa-draw-polygon:before {
  content: "\f5ee";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-dribbble-square:before {
  content: "\f397";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-drum:before {
  content: "\f569";
}

.fa-drum-steelpan:before {
  content: "\f56a";
}

.fa-drumstick-bite:before {
  content: "\f6d7";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-dumbbell:before {
  content: "\f44b";
}

.fa-dungeon:before {
  content: "\f6d9";
}

.fa-dyalog:before {
  content: "\f399";
}

.fa-earlybirds:before {
  content: "\f39a";
}

.fa-ebay:before {
  content: "\f4f4";
}

.fa-edge:before {
  content: "\f282";
}

.fa-edit:before {
  content: "\f044";
}

.fa-eject:before {
  content: "\f052";
}

.fa-elementor:before {
  content: "\f430";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-ello:before {
  content: "\f5f1";
}

.fa-ember:before {
  content: "\f423";
}

.fa-empire:before {
  content: "\f1d1";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-text:before {
  content: "\f658";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-envira:before {
  content: "\f299";
}

.fa-equals:before {
  content: "\f52c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-erlang:before {
  content: "\f39d";
}

.fa-ethereum:before {
  content: "\f42e";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-euro-sign:before {
  content: "\f153";
}

.fa-exchange-alt:before {
  content: "\f362";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-expand:before {
  content: "\f065";
}

.fa-expand-arrows-alt:before {
  content: "\f31e";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-external-link-alt:before {
  content: "\f35d";
}

.fa-external-link-square-alt:before {
  content: "\f360";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-dropper:before {
  content: "\f1fb";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-facebook-messenger:before {
  content: "\f39f";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-feather:before {
  content: "\f52d";
}

.fa-feather-alt:before {
  content: "\f56b";
}

.fa-female:before {
  content: "\f182";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-alt:before {
  content: "\f15c";
}

.fa-file-archive:before {
  content: "\f1c6";
}

.fa-file-audio:before {
  content: "\f1c7";
}

.fa-file-code:before {
  content: "\f1c9";
}

.fa-file-contract:before {
  content: "\f56c";
}

.fa-file-csv:before {
  content: "\f6dd";
}

.fa-file-download:before {
  content: "\f56d";
}

.fa-file-excel:before {
  content: "\f1c3";
}

.fa-file-export:before {
  content: "\f56e";
}

.fa-file-image:before {
  content: "\f1c5";
}

.fa-file-import:before {
  content: "\f56f";
}

.fa-file-invoice:before {
  content: "\f570";
}

.fa-file-invoice-dollar:before {
  content: "\f571";
}

.fa-file-medical:before {
  content: "\f477";
}

.fa-file-medical-alt:before {
  content: "\f478";
}

.fa-file-pdf:before {
  content: "\f1c1";
}

.fa-file-powerpoint:before {
  content: "\f1c4";
}

.fa-file-prescription:before {
  content: "\f572";
}

.fa-file-signature:before {
  content: "\f573";
}

.fa-file-upload:before {
  content: "\f574";
}

.fa-file-video:before {
  content: "\f1c8";
}

.fa-file-word:before {
  content: "\f1c2";
}

.fa-fill:before {
  content: "\f575";
}

.fa-fill-drip:before {
  content: "\f576";
}

.fa-film:before {
  content: "\f008";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-fingerprint:before {
  content: "\f577";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-first-aid:before {
  content: "\f479";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-first-order-alt:before {
  content: "\f50a";
}

.fa-firstdraft:before {
  content: "\f3a1";
}

.fa-fish:before {
  content: "\f578";
}

.fa-fist-raised:before {
  content: "\f6de";
}

.fa-flag:before {
  content: "\f024";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-flag-usa:before {
  content: "\f74d";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-flipboard:before {
  content: "\f44d";
}

.fa-flushed:before {
  content: "\f579";
}

.fa-fly:before {
  content: "\f417";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-minus:before {
  content: "\f65d";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-folder-plus:before {
  content: "\f65e";
}

.fa-font:before {
  content: "\f031";
}

.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-font-awesome-alt:before {
  content: "\f35c";
}

.fa-font-awesome-flag:before {
  content: "\f425";
}

.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-fonticons-fi:before {
  content: "\f3a2";
}

.fa-football-ball:before {
  content: "\f44e";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-freebsd:before {
  content: "\f3a4";
}

.fa-frog:before {
  content: "\f52e";
}

.fa-frown:before {
  content: "\f119";
}

.fa-frown-open:before {
  content: "\f57a";
}

.fa-fulcrum:before {
  content: "\f50b";
}

.fa-funnel-dollar:before {
  content: "\f662";
}

.fa-futbol:before {
  content: "\f1e3";
}

.fa-galactic-republic:before {
  content: "\f50c";
}

.fa-galactic-senate:before {
  content: "\f50d";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-gas-pump:before {
  content: "\f52f";
}

.fa-gavel:before {
  content: "\f0e3";
}

.fa-gem:before {
  content: "\f3a5";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-ghost:before {
  content: "\f6e2";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-github:before {
  content: "\f09b";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-gitkraken:before {
  content: "\f3a6";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-gitter:before {
  content: "\f426";
}

.fa-glass-martini:before {
  content: "\f000";
}

.fa-glass-martini-alt:before {
  content: "\f57b";
}

.fa-glasses:before {
  content: "\f530";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-globe-africa:before {
  content: "\f57c";
}

.fa-globe-americas:before {
  content: "\f57d";
}

.fa-globe-asia:before {
  content: "\f57e";
}

.fa-gofore:before {
  content: "\f3a7";
}

.fa-golf-ball:before {
  content: "\f450";
}

.fa-goodreads:before {
  content: "\f3a8";
}

.fa-goodreads-g:before {
  content: "\f3a9";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-google-drive:before {
  content: "\f3aa";
}

.fa-google-play:before {
  content: "\f3ab";
}

.fa-google-plus:before {
  content: "\f2b3";
}

.fa-google-plus-g:before {
  content: "\f0d5";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-gopuram:before {
  content: "\f664";
}

.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-gratipay:before {
  content: "\f184";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-greater-than:before {
  content: "\f531";
}

.fa-greater-than-equal:before {
  content: "\f532";
}

.fa-grimace:before {
  content: "\f57f";
}

.fa-grin:before {
  content: "\f580";
}

.fa-grin-alt:before {
  content: "\f581";
}

.fa-grin-beam:before {
  content: "\f582";
}

.fa-grin-beam-sweat:before {
  content: "\f583";
}

.fa-grin-hearts:before {
  content: "\f584";
}

.fa-grin-squint:before {
  content: "\f585";
}

.fa-grin-squint-tears:before {
  content: "\f586";
}

.fa-grin-stars:before {
  content: "\f587";
}

.fa-grin-tears:before {
  content: "\f588";
}

.fa-grin-tongue:before {
  content: "\f589";
}

.fa-grin-tongue-squint:before {
  content: "\f58a";
}

.fa-grin-tongue-wink:before {
  content: "\f58b";
}

.fa-grin-wink:before {
  content: "\f58c";
}

.fa-grip-horizontal:before {
  content: "\f58d";
}

.fa-grip-vertical:before {
  content: "\f58e";
}

.fa-gripfire:before {
  content: "\f3ac";
}

.fa-grunt:before {
  content: "\f3ad";
}

.fa-gulp:before {
  content: "\f3ae";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-hacker-news-square:before {
  content: "\f3af";
}

.fa-hackerrank:before {
  content: "\f5f7";
}

.fa-hammer:before {
  content: "\f6e3";
}

.fa-hamsa:before {
  content: "\f665";
}

.fa-hand-holding:before {
  content: "\f4bd";
}

.fa-hand-holding-heart:before {
  content: "\f4be";
}

.fa-hand-holding-usd:before {
  content: "\f4c0";
}

.fa-hand-lizard:before {
  content: "\f258";
}

.fa-hand-paper:before {
  content: "\f256";
}

.fa-hand-peace:before {
  content: "\f25b";
}

.fa-hand-point-down:before {
  content: "\f0a7";
}

.fa-hand-point-left:before {
  content: "\f0a5";
}

.fa-hand-point-right:before {
  content: "\f0a4";
}

.fa-hand-point-up:before {
  content: "\f0a6";
}

.fa-hand-pointer:before {
  content: "\f25a";
}

.fa-hand-rock:before {
  content: "\f255";
}

.fa-hand-scissors:before {
  content: "\f257";
}

.fa-hand-spock:before {
  content: "\f259";
}

.fa-hands:before {
  content: "\f4c2";
}

.fa-hands-helping:before {
  content: "\f4c4";
}

.fa-handshake:before {
  content: "\f2b5";
}

.fa-hanukiah:before {
  content: "\f6e6";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-hat-wizard:before {
  content: "\f6e8";
}

.fa-haykal:before {
  content: "\f666";
}

.fa-hdd:before {
  content: "\f0a0";
}

.fa-heading:before {
  content: "\f1dc";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-headphones-alt:before {
  content: "\f58f";
}

.fa-headset:before {
  content: "\f590";
}

.fa-heart:before {
  content: "\f004";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-helicopter:before {
  content: "\f533";
}

.fa-highlighter:before {
  content: "\f591";
}

.fa-hiking:before {
  content: "\f6ec";
}

.fa-hippo:before {
  content: "\f6ed";
}

.fa-hips:before {
  content: "\f452";
}

.fa-hire-a-helper:before {
  content: "\f3b0";
}

.fa-history:before {
  content: "\f1da";
}

.fa-hockey-puck:before {
  content: "\f453";
}

.fa-home:before {
  content: "\f015";
}

.fa-hooli:before {
  content: "\f427";
}

.fa-hornbill:before {
  content: "\f592";
}

.fa-horse:before {
  content: "\f6f0";
}

.fa-hospital:before {
  content: "\f0f8";
}

.fa-hospital-alt:before {
  content: "\f47d";
}

.fa-hospital-symbol:before {
  content: "\f47e";
}

.fa-hot-tub:before {
  content: "\f593";
}

.fa-hotel:before {
  content: "\f594";
}

.fa-hotjar:before {
  content: "\f3b1";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-start:before {
  content: "\f251";
}

.fa-house-damage:before {
  content: "\f6f1";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-hryvnia:before {
  content: "\f6f2";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-hubspot:before {
  content: "\f3b2";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-id-card:before {
  content: "\f2c2";
}

.fa-id-card-alt:before {
  content: "\f47f";
}

.fa-image:before {
  content: "\f03e";
}

.fa-images:before {
  content: "\f302";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-industry:before {
  content: "\f275";
}

.fa-infinity:before {
  content: "\f534";
}

.fa-info:before {
  content: "\f129";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-italic:before {
  content: "\f033";
}

.fa-itunes:before {
  content: "\f3b4";
}

.fa-itunes-note:before {
  content: "\f3b5";
}

.fa-java:before {
  content: "\f4e4";
}

.fa-jedi:before {
  content: "\f669";
}

.fa-jedi-order:before {
  content: "\f50e";
}

.fa-jenkins:before {
  content: "\f3b6";
}

.fa-joget:before {
  content: "\f3b7";
}

.fa-joint:before {
  content: "\f595";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-journal-whills:before {
  content: "\f66a";
}

.fa-js:before {
  content: "\f3b8";
}

.fa-js-square:before {
  content: "\f3b9";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-kaaba:before {
  content: "\f66b";
}

.fa-kaggle:before {
  content: "\f5fa";
}

.fa-key:before {
  content: "\f084";
}

.fa-keybase:before {
  content: "\f4f5";
}

.fa-keyboard:before {
  content: "\f11c";
}

.fa-keycdn:before {
  content: "\f3ba";
}

.fa-khanda:before {
  content: "\f66d";
}

.fa-kickstarter:before {
  content: "\f3bb";
}

.fa-kickstarter-k:before {
  content: "\f3bc";
}

.fa-kiss:before {
  content: "\f596";
}

.fa-kiss-beam:before {
  content: "\f597";
}

.fa-kiss-wink-heart:before {
  content: "\f598";
}

.fa-kiwi-bird:before {
  content: "\f535";
}

.fa-korvue:before {
  content: "\f42f";
}

.fa-landmark:before {
  content: "\f66f";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-laptop-code:before {
  content: "\f5fc";
}

.fa-laravel:before {
  content: "\f3bd";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-laugh:before {
  content: "\f599";
}

.fa-laugh-beam:before {
  content: "\f59a";
}

.fa-laugh-squint:before {
  content: "\f59b";
}

.fa-laugh-wink:before {
  content: "\f59c";
}

.fa-layer-group:before {
  content: "\f5fd";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-lemon:before {
  content: "\f094";
}

.fa-less:before {
  content: "\f41d";
}

.fa-less-than:before {
  content: "\f536";
}

.fa-less-than-equal:before {
  content: "\f537";
}

.fa-level-down-alt:before {
  content: "\f3be";
}

.fa-level-up-alt:before {
  content: "\f3bf";
}

.fa-life-ring:before {
  content: "\f1cd";
}

.fa-lightbulb:before {
  content: "\f0eb";
}

.fa-line:before {
  content: "\f3c0";
}

.fa-link:before {
  content: "\f0c1";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-lira-sign:before {
  content: "\f195";
}

.fa-list:before {
  content: "\f03a";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-lock:before {
  content: "\f023";
}

.fa-lock-open:before {
  content: "\f3c1";
}

.fa-long-arrow-alt-down:before {
  content: "\f309";
}

.fa-long-arrow-alt-left:before {
  content: "\f30a";
}

.fa-long-arrow-alt-right:before {
  content: "\f30b";
}

.fa-long-arrow-alt-up:before {
  content: "\f30c";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-luggage-cart:before {
  content: "\f59d";
}

.fa-lyft:before {
  content: "\f3c3";
}

.fa-magento:before {
  content: "\f3c4";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-mail-bulk:before {
  content: "\f674";
}

.fa-mailchimp:before {
  content: "\f59e";
}

.fa-male:before {
  content: "\f183";
}

.fa-mandalorian:before {
  content: "\f50f";
}

.fa-map:before {
  content: "\f279";
}

.fa-map-marked:before {
  content: "\f59f";
}

.fa-map-marked-alt:before {
  content: "\f5a0";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-map-marker-alt:before {
  content: "\f3c5";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-markdown:before {
  content: "\f60f";
}

.fa-marker:before {
  content: "\f5a1";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mask:before {
  content: "\f6fa";
}

.fa-mastodon:before {
  content: "\f4f6";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-medal:before {
  content: "\f5a2";
}

.fa-medapps:before {
  content: "\f3c6";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-medium-m:before {
  content: "\f3c7";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-medrt:before {
  content: "\f3c8";
}

.fa-meetup:before {
  content: "\f2e0";
}

.fa-megaport:before {
  content: "\f5a3";
}

.fa-meh:before {
  content: "\f11a";
}

.fa-meh-blank:before {
  content: "\f5a4";
}

.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}

.fa-memory:before {
  content: "\f538";
}

.fa-menorah:before {
  content: "\f676";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-meteor:before {
  content: "\f753";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-alt:before {
  content: "\f3c9";
}

.fa-microphone-alt-slash:before {
  content: "\f539";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-microscope:before {
  content: "\f610";
}

.fa-microsoft:before {
  content: "\f3ca";
}

.fa-minus:before {
  content: "\f068";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-mix:before {
  content: "\f3cb";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-mizuni:before {
  content: "\f3cc";
}

.fa-mobile:before {
  content: "\f10b";
}

.fa-mobile-alt:before {
  content: "\f3cd";
}

.fa-modx:before {
  content: "\f285";
}

.fa-monero:before {
  content: "\f3d0";
}

.fa-money-bill:before {
  content: "\f0d6";
}

.fa-money-bill-alt:before {
  content: "\f3d1";
}

.fa-money-bill-wave:before {
  content: "\f53a";
}

.fa-money-bill-wave-alt:before {
  content: "\f53b";
}

.fa-money-check:before {
  content: "\f53c";
}

.fa-money-check-alt:before {
  content: "\f53d";
}

.fa-monument:before {
  content: "\f5a6";
}

.fa-moon:before {
  content: "\f186";
}

.fa-mortar-pestle:before {
  content: "\f5a7";
}

.fa-mosque:before {
  content: "\f678";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-mountain:before {
  content: "\f6fc";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-music:before {
  content: "\f001";
}

.fa-napster:before {
  content: "\f3d2";
}

.fa-neos:before {
  content: "\f612";
}

.fa-network-wired:before {
  content: "\f6ff";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-newspaper:before {
  content: "\f1ea";
}

.fa-nimblr:before {
  content: "\f5a8";
}

.fa-nintendo-switch:before {
  content: "\f418";
}

.fa-node:before {
  content: "\f419";
}

.fa-node-js:before {
  content: "\f3d3";
}

.fa-not-equal:before {
  content: "\f53e";
}

.fa-notes-medical:before {
  content: "\f481";
}

.fa-npm:before {
  content: "\f3d4";
}

.fa-ns8:before {
  content: "\f3d5";
}

.fa-nutritionix:before {
  content: "\f3d6";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-oil-can:before {
  content: "\f613";
}

.fa-old-republic:before {
  content: "\f510";
}

.fa-om:before {
  content: "\f679";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-osi:before {
  content: "\f41a";
}

.fa-otter:before {
  content: "\f700";
}

.fa-outdent:before {
  content: "\f03b";
}

.fa-page4:before {
  content: "\f3d7";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-paint-roller:before {
  content: "\f5aa";
}

.fa-palette:before {
  content: "\f53f";
}

.fa-palfed:before {
  content: "\f3d8";
}

.fa-pallet:before {
  content: "\f482";
}

.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-parachute-box:before {
  content: "\f4cd";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-parking:before {
  content: "\f540";
}

.fa-passport:before {
  content: "\f5ab";
}

.fa-pastafarianism:before {
  content: "\f67b";
}

.fa-paste:before {
  content: "\f0ea";
}

.fa-patreon:before {
  content: "\f3d9";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-peace:before {
  content: "\f67c";
}

.fa-pen:before {
  content: "\f304";
}

.fa-pen-alt:before {
  content: "\f305";
}

.fa-pen-fancy:before {
  content: "\f5ac";
}

.fa-pen-nib:before {
  content: "\f5ad";
}

.fa-pen-square:before {
  content: "\f14b";
}

.fa-pencil-alt:before {
  content: "\f303";
}

.fa-pencil-ruler:before {
  content: "\f5ae";
}

.fa-penny-arcade:before {
  content: "\f704";
}

.fa-people-carry:before {
  content: "\f4ce";
}

.fa-percent:before {
  content: "\f295";
}

.fa-percentage:before {
  content: "\f541";
}

.fa-periscope:before {
  content: "\f3da";
}

.fa-person-booth:before {
  content: "\f756";
}

.fa-phabricator:before {
  content: "\f3db";
}

.fa-phoenix-framework:before {
  content: "\f3dc";
}

.fa-phoenix-squadron:before {
  content: "\f511";
}

.fa-phone:before {
  content: "\f095";
}

.fa-phone-slash:before {
  content: "\f3dd";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-phone-volume:before {
  content: "\f2a0";
}

.fa-php:before {
  content: "\f457";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-pied-piper-hat:before {
  content: "\f4e5";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-piggy-bank:before {
  content: "\f4d3";
}

.fa-pills:before {
  content: "\f484";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-place-of-worship:before {
  content: "\f67f";
}

.fa-plane:before {
  content: "\f072";
}

.fa-plane-arrival:before {
  content: "\f5af";
}

.fa-plane-departure:before {
  content: "\f5b0";
}

.fa-play:before {
  content: "\f04b";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-playstation:before {
  content: "\f3df";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-plus:before {
  content: "\f067";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-poll:before {
  content: "\f681";
}

.fa-poll-h:before {
  content: "\f682";
}

.fa-poo:before {
  content: "\f2fe";
}

.fa-poo-storm:before {
  content: "\f75a";
}

.fa-poop:before {
  content: "\f619";
}

.fa-portrait:before {
  content: "\f3e0";
}

.fa-pound-sign:before {
  content: "\f154";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-pray:before {
  content: "\f683";
}

.fa-praying-hands:before {
  content: "\f684";
}

.fa-prescription:before {
  content: "\f5b1";
}

.fa-prescription-bottle:before {
  content: "\f485";
}

.fa-prescription-bottle-alt:before {
  content: "\f486";
}

.fa-print:before {
  content: "\f02f";
}

.fa-procedures:before {
  content: "\f487";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-project-diagram:before {
  content: "\f542";
}

.fa-pushed:before {
  content: "\f3e1";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-python:before {
  content: "\f3e2";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-question:before {
  content: "\f128";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-quidditch:before {
  content: "\f458";
}

.fa-quinscape:before {
  content: "\f459";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-quran:before {
  content: "\f687";
}

.fa-r-project:before {
  content: "\f4f7";
}

.fa-rainbow:before {
  content: "\f75b";
}

.fa-random:before {
  content: "\f074";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-react:before {
  content: "\f41b";
}

.fa-reacteurope:before {
  content: "\f75d";
}

.fa-readme:before {
  content: "\f4d5";
}

.fa-rebel:before {
  content: "\f1d0";
}

.fa-receipt:before {
  content: "\f543";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-red-river:before {
  content: "\f3e3";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-redo:before {
  content: "\f01e";
}

.fa-redo-alt:before {
  content: "\f2f9";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-reply:before {
  content: "\f3e5";
}

.fa-reply-all:before {
  content: "\f122";
}

.fa-replyd:before {
  content: "\f3e6";
}

.fa-republican:before {
  content: "\f75e";
}

.fa-researchgate:before {
  content: "\f4f8";
}

.fa-resolving:before {
  content: "\f3e7";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-rev:before {
  content: "\f5b2";
}

.fa-ribbon:before {
  content: "\f4d6";
}

.fa-ring:before {
  content: "\f70b";
}

.fa-road:before {
  content: "\f018";
}

.fa-robot:before {
  content: "\f544";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-rocketchat:before {
  content: "\f3e8";
}

.fa-rockrms:before {
  content: "\f3e9";
}

.fa-route:before {
  content: "\f4d7";
}

.fa-rss:before {
  content: "\f09e";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-ruble-sign:before {
  content: "\f158";
}

.fa-ruler:before {
  content: "\f545";
}

.fa-ruler-combined:before {
  content: "\f546";
}

.fa-ruler-horizontal:before {
  content: "\f547";
}

.fa-ruler-vertical:before {
  content: "\f548";
}

.fa-running:before {
  content: "\f70c";
}

.fa-rupee-sign:before {
  content: "\f156";
}

.fa-sad-cry:before {
  content: "\f5b3";
}

.fa-sad-tear:before {
  content: "\f5b4";
}

.fa-safari:before {
  content: "\f267";
}

.fa-sass:before {
  content: "\f41e";
}

.fa-save:before {
  content: "\f0c7";
}

.fa-schlix:before {
  content: "\f3ea";
}

.fa-school:before {
  content: "\f549";
}

.fa-screwdriver:before {
  content: "\f54a";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-scroll:before {
  content: "\f70e";
}

.fa-search:before {
  content: "\f002";
}

.fa-search-dollar:before {
  content: "\f688";
}

.fa-search-location:before {
  content: "\f689";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-searchengin:before {
  content: "\f3eb";
}

.fa-seedling:before {
  content: "\f4d8";
}

.fa-sellcast:before {
  content: "\f2da";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-server:before {
  content: "\f233";
}

.fa-servicestack:before {
  content: "\f3ec";
}

.fa-shapes:before {
  content: "\f61f";
}

.fa-share:before {
  content: "\f064";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-shekel-sign:before {
  content: "\f20b";
}

.fa-shield-alt:before {
  content: "\f3ed";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-shipping-fast:before {
  content: "\f48b";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-shoe-prints:before {
  content: "\f54b";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-shopware:before {
  content: "\f5b5";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-shuttle-van:before {
  content: "\f5b6";
}

.fa-sign:before {
  content: "\f4d9";
}

.fa-sign-in-alt:before {
  content: "\f2f6";
}

.fa-sign-language:before {
  content: "\f2a7";
}

.fa-sign-out-alt:before {
  content: "\f2f5";
}

.fa-signal:before {
  content: "\f012";
}

.fa-signature:before {
  content: "\f5b7";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-sistrix:before {
  content: "\f3ee";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-sith:before {
  content: "\f512";
}

.fa-skull:before {
  content: "\f54c";
}

.fa-skull-crossbones:before {
  content: "\f714";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-slack:before {
  content: "\f198";
}

.fa-slack-hash:before {
  content: "\f3ef";
}

.fa-slash:before {
  content: "\f715";
}

.fa-sliders-h:before {
  content: "\f1de";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-smile:before {
  content: "\f118";
}

.fa-smile-beam:before {
  content: "\f5b8";
}

.fa-smile-wink:before {
  content: "\f4da";
}

.fa-smog:before {
  content: "\f75f";
}

.fa-smoking:before {
  content: "\f48d";
}

.fa-smoking-ban:before {
  content: "\f54d";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-snowflake:before {
  content: "\f2dc";
}

.fa-socks:before {
  content: "\f696";
}

.fa-solar-panel:before {
  content: "\f5ba";
}

.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-alpha-down:before {
  content: "\f15d";
}

.fa-sort-alpha-up:before {
  content: "\f15e";
}

.fa-sort-amount-down:before {
  content: "\f160";
}

.fa-sort-amount-up:before {
  content: "\f161";
}

.fa-sort-down:before {
  content: "\f0dd";
}

.fa-sort-numeric-down:before {
  content: "\f162";
}

.fa-sort-numeric-up:before {
  content: "\f163";
}

.fa-sort-up:before {
  content: "\f0de";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-spa:before {
  content: "\f5bb";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-speakap:before {
  content: "\f3f3";
}

.fa-spider:before {
  content: "\f717";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-splotch:before {
  content: "\f5bc";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-spray-can:before {
  content: "\f5bd";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-square-full:before {
  content: "\f45c";
}

.fa-square-root-alt:before {
  content: "\f698";
}

.fa-squarespace:before {
  content: "\f5be";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-stamp:before {
  content: "\f5bf";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-and-crescent:before {
  content: "\f699";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-star-half-alt:before {
  content: "\f5c0";
}

.fa-star-of-david:before {
  content: "\f69a";
}

.fa-star-of-life:before {
  content: "\f621";
}

.fa-staylinked:before {
  content: "\f3f5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-steam-symbol:before {
  content: "\f3f6";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-sticker-mule:before {
  content: "\f3f7";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stopwatch:before {
  content: "\f2f2";
}

.fa-store:before {
  content: "\f54e";
}

.fa-store-alt:before {
  content: "\f54f";
}

.fa-strava:before {
  content: "\f428";
}

.fa-stream:before {
  content: "\f550";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-stripe:before {
  content: "\f429";
}

.fa-stripe-s:before {
  content: "\f42a";
}

.fa-stroopwafel:before {
  content: "\f551";
}

.fa-studiovinari:before {
  content: "\f3f8";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-subway:before {
  content: "\f239";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-suitcase-rolling:before {
  content: "\f5c1";
}

.fa-sun:before {
  content: "\f185";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-supple:before {
  content: "\f3f9";
}

.fa-surprise:before {
  content: "\f5c2";
}

.fa-swatchbook:before {
  content: "\f5c3";
}

.fa-swimmer:before {
  content: "\f5c4";
}

.fa-swimming-pool:before {
  content: "\f5c5";
}

.fa-synagogue:before {
  content: "\f69b";
}

.fa-sync:before {
  content: "\f021";
}

.fa-sync-alt:before {
  content: "\f2f1";
}

.fa-syringe:before {
  content: "\f48e";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-table-tennis:before {
  content: "\f45d";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-tablet-alt:before {
  content: "\f3fa";
}

.fa-tablets:before {
  content: "\f490";
}

.fa-tachometer-alt:before {
  content: "\f3fd";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-tape:before {
  content: "\f4db";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-taxi:before {
  content: "\f1ba";
}

.fa-teamspeak:before {
  content: "\f4f9";
}

.fa-teeth:before {
  content: "\f62e";
}

.fa-teeth-open:before {
  content: "\f62f";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-telegram-plane:before {
  content: "\f3fe";
}

.fa-temperature-high:before {
  content: "\f769";
}

.fa-temperature-low:before {
  content: "\f76b";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-the-red-yeti:before {
  content: "\f69d";
}

.fa-theater-masks:before {
  content: "\f630";
}

.fa-themeco:before {
  content: "\f5c6";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-thermometer:before {
  content: "\f491";
}

.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-think-peaks:before {
  content: "\f731";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbtack:before {
  content: "\f08d";
}

.fa-ticket-alt:before {
  content: "\f3ff";
}

.fa-times:before {
  content: "\f00d";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-tint:before {
  content: "\f043";
}

.fa-tint-slash:before {
  content: "\f5c7";
}

.fa-tired:before {
  content: "\f5c8";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-toilet-paper:before {
  content: "\f71e";
}

.fa-toolbox:before {
  content: "\f552";
}

.fa-tooth:before {
  content: "\f5c9";
}

.fa-torah:before {
  content: "\f6a0";
}

.fa-torii-gate:before {
  content: "\f6a1";
}

.fa-tractor:before {
  content: "\f722";
}

.fa-trade-federation:before {
  content: "\f513";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-traffic-light:before {
  content: "\f637";
}

.fa-train:before {
  content: "\f238";
}

.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-trash-alt:before {
  content: "\f2ed";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-trello:before {
  content: "\f181";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-truck-loading:before {
  content: "\f4de";
}

.fa-truck-monster:before {
  content: "\f63b";
}

.fa-truck-moving:before {
  content: "\f4df";
}

.fa-truck-pickup:before {
  content: "\f63c";
}

.fa-tshirt:before {
  content: "\f553";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-tv:before {
  content: "\f26c";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-typo3:before {
  content: "\f42b";
}

.fa-uber:before {
  content: "\f402";
}

.fa-uikit:before {
  content: "\f403";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-umbrella-beach:before {
  content: "\f5ca";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-undo:before {
  content: "\f0e2";
}

.fa-undo-alt:before {
  content: "\f2ea";
}

.fa-uniregistry:before {
  content: "\f404";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-university:before {
  content: "\f19c";
}

.fa-unlink:before {
  content: "\f127";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-untappd:before {
  content: "\f405";
}

.fa-upload:before {
  content: "\f093";
}

.fa-usb:before {
  content: "\f287";
}

.fa-user:before {
  content: "\f007";
}

.fa-user-alt:before {
  content: "\f406";
}

.fa-user-alt-slash:before {
  content: "\f4fa";
}

.fa-user-astronaut:before {
  content: "\f4fb";
}

.fa-user-check:before {
  content: "\f4fc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-clock:before {
  content: "\f4fd";
}

.fa-user-cog:before {
  content: "\f4fe";
}

.fa-user-edit:before {
  content: "\f4ff";
}

.fa-user-friends:before {
  content: "\f500";
}

.fa-user-graduate:before {
  content: "\f501";
}

.fa-user-injured:before {
  content: "\f728";
}

.fa-user-lock:before {
  content: "\f502";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-user-minus:before {
  content: "\f503";
}

.fa-user-ninja:before {
  content: "\f504";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-user-shield:before {
  content: "\f505";
}

.fa-user-slash:before {
  content: "\f506";
}

.fa-user-tag:before {
  content: "\f507";
}

.fa-user-tie:before {
  content: "\f508";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-users:before {
  content: "\f0c0";
}

.fa-users-cog:before {
  content: "\f509";
}

.fa-ussunnah:before {
  content: "\f407";
}

.fa-utensil-spoon:before {
  content: "\f2e5";
}

.fa-utensils:before {
  content: "\f2e7";
}

.fa-vaadin:before {
  content: "\f408";
}

.fa-vector-square:before {
  content: "\f5cb";
}

.fa-venus:before {
  content: "\f221";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-vial:before {
  content: "\f492";
}

.fa-vials:before {
  content: "\f493";
}

.fa-viber:before {
  content: "\f409";
}

.fa-video:before {
  content: "\f03d";
}

.fa-video-slash:before {
  content: "\f4e2";
}

.fa-vihara:before {
  content: "\f6a7";
}

.fa-vimeo:before {
  content: "\f40a";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-vimeo-v:before {
  content: "\f27d";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-vk:before {
  content: "\f189";
}

.fa-vnv:before {
  content: "\f40b";
}

.fa-volleyball-ball:before {
  content: "\f45f";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-mute:before {
  content: "\f6a9";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-vote-yea:before {
  content: "\f772";
}

.fa-vr-cardboard:before {
  content: "\f729";
}

.fa-vuejs:before {
  content: "\f41f";
}

.fa-walking:before {
  content: "\f554";
}

.fa-wallet:before {
  content: "\f555";
}

.fa-warehouse:before {
  content: "\f494";
}

.fa-water:before {
  content: "\f773";
}

.fa-weebly:before {
  content: "\f5cc";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-weight:before {
  content: "\f496";
}

.fa-weight-hanging:before {
  content: "\f5cd";
}

.fa-weixin:before {
  content: "\f1d7";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-whatsapp-square:before {
  content: "\f40c";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-whmcs:before {
  content: "\f40d";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-wind:before {
  content: "\f72e";
}

.fa-window-close:before {
  content: "\f410";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-wine-bottle:before {
  content: "\f72f";
}

.fa-wine-glass:before {
  content: "\f4e3";
}

.fa-wine-glass-alt:before {
  content: "\f5ce";
}

.fa-wix:before {
  content: "\f5cf";
}

.fa-wizards-of-the-coast:before {
  content: "\f730";
}

.fa-wolf-pack-battalion:before {
  content: "\f514";
}

.fa-won-sign:before {
  content: "\f159";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-wordpress-simple:before {
  content: "\f411";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-wpressr:before {
  content: "\f3e4";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-x-ray:before {
  content: "\f497";
}

.fa-xbox:before {
  content: "\f412";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-y-combinator:before {
  content: "\f23b";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-yandex:before {
  content: "\f413";
}

.fa-yandex-international:before {
  content: "\f414";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-yen-sign:before {
  content: "\f157";
}

.fa-yin-yang:before {
  content: "\f6ad";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-youtube-square:before {
  content: "\f431";
}

.fa-zhihu:before {
  content: "\f63f";
}

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

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

.select2-container--default .select2-selection__arrow::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900 !important;
}

::-webkit-scrollbar {
  width: 0.1875rem;
  height: 0.1875rem;
}

@media (min-width: 992px) {
  ::-webkit-scrollbar {
    width: 0.5rem;
    height: 0.5rem;
  }
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #dee2e6;
}

::-webkit-scrollbar-thumb {
  outline: none;
  background-color: #6c757d;
}

html {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

@media (orientation: portrait) and (min-width: 768px) {
  html, body, #page-site {
    height: 100%;
  }
}

@media (orientation: landscape) and (min-width: 768px) {
  html, body, #page-site {
    height: auto;
  }
}

html, body {
  background: #ffffff url("data:image/jpeg;base64,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") repeat fixed top left;
}

a {
  cursor: pointer;
  outline: none !important;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

@media (prefers-reduced-motion: reduce) {
  a {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

img {
  max-width: 100%;
}

.overflow-hidden {
  overflow: hidden !important;
}

.mCSB_inside > .mCSB_container {
  margin-right: 0;
}

.mCSB_scrollTools {
  width: 8px;
}

.mCSB_scrollTools .mCSB_draggerRail,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px;
  border-radius: 0;
}

.flex-auto {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.cursor-pointer {
  cursor: pointer;
}

@media (min-width: 0) and (max-width: 576px) {
  .container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-2xl,
  .row > .col,
  .row > [class*="col-"] {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
  .row {
    margin-left: -10px;
    margin-right: -10px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mw-auto {
  max-width: auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mh-auto {
  max-height: auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .w-sm-auto {
    width: auto !important;
  }
  .w-sm-0 {
    width: 0% !important;
  }
  .w-sm-5 {
    width: 5% !important;
  }
  .w-sm-10 {
    width: 10% !important;
  }
  .w-sm-15 {
    width: 15% !important;
  }
  .w-sm-20 {
    width: 20% !important;
  }
  .w-sm-25 {
    width: 25% !important;
  }
  .w-sm-30 {
    width: 30% !important;
  }
  .w-sm-32 {
    width: 32% !important;
  }
  .w-sm-35 {
    width: 35% !important;
  }
  .w-sm-40 {
    width: 40% !important;
  }
  .w-sm-45 {
    width: 45% !important;
  }
  .w-sm-50 {
    width: 50% !important;
  }
  .w-sm-55 {
    width: 55% !important;
  }
  .w-sm-60 {
    width: 60% !important;
  }
  .w-sm-65 {
    width: 65% !important;
  }
  .w-sm-70 {
    width: 70% !important;
  }
  .w-sm-75 {
    width: 75% !important;
  }
  .w-sm-80 {
    width: 80% !important;
  }
  .w-sm-85 {
    width: 85% !important;
  }
  .w-sm-90 {
    width: 90% !important;
  }
  .w-sm-95 {
    width: 95% !important;
  }
  .w-sm-100 {
    width: 100% !important;
  }
  .mw-sm-auto {
    max-width: auto !important;
  }
  .mw-sm-0 {
    max-width: 0% !important;
  }
  .mw-sm-5 {
    max-width: 5% !important;
  }
  .mw-sm-10 {
    max-width: 10% !important;
  }
  .mw-sm-15 {
    max-width: 15% !important;
  }
  .mw-sm-20 {
    max-width: 20% !important;
  }
  .mw-sm-25 {
    max-width: 25% !important;
  }
  .mw-sm-30 {
    max-width: 30% !important;
  }
  .mw-sm-32 {
    max-width: 32% !important;
  }
  .mw-sm-35 {
    max-width: 35% !important;
  }
  .mw-sm-40 {
    max-width: 40% !important;
  }
  .mw-sm-45 {
    max-width: 45% !important;
  }
  .mw-sm-50 {
    max-width: 50% !important;
  }
  .mw-sm-55 {
    max-width: 55% !important;
  }
  .mw-sm-60 {
    max-width: 60% !important;
  }
  .mw-sm-65 {
    max-width: 65% !important;
  }
  .mw-sm-70 {
    max-width: 70% !important;
  }
  .mw-sm-75 {
    max-width: 75% !important;
  }
  .mw-sm-80 {
    max-width: 80% !important;
  }
  .mw-sm-85 {
    max-width: 85% !important;
  }
  .mw-sm-90 {
    max-width: 90% !important;
  }
  .mw-sm-95 {
    max-width: 95% !important;
  }
  .mw-sm-100 {
    max-width: 100% !important;
  }
  .h-sm-auto {
    height: auto !important;
  }
  .h-sm-0 {
    height: 0% !important;
  }
  .h-sm-5 {
    height: 5% !important;
  }
  .h-sm-10 {
    height: 10% !important;
  }
  .h-sm-15 {
    height: 15% !important;
  }
  .h-sm-20 {
    height: 20% !important;
  }
  .h-sm-25 {
    height: 25% !important;
  }
  .h-sm-30 {
    height: 30% !important;
  }
  .h-sm-32 {
    height: 32% !important;
  }
  .h-sm-35 {
    height: 35% !important;
  }
  .h-sm-40 {
    height: 40% !important;
  }
  .h-sm-45 {
    height: 45% !important;
  }
  .h-sm-50 {
    height: 50% !important;
  }
  .h-sm-55 {
    height: 55% !important;
  }
  .h-sm-60 {
    height: 60% !important;
  }
  .h-sm-65 {
    height: 65% !important;
  }
  .h-sm-70 {
    height: 70% !important;
  }
  .h-sm-75 {
    height: 75% !important;
  }
  .h-sm-80 {
    height: 80% !important;
  }
  .h-sm-85 {
    height: 85% !important;
  }
  .h-sm-90 {
    height: 90% !important;
  }
  .h-sm-95 {
    height: 95% !important;
  }
  .h-sm-100 {
    height: 100% !important;
  }
  .mh-sm-auto {
    max-height: auto !important;
  }
  .mh-sm-0 {
    max-height: 0% !important;
  }
  .mh-sm-5 {
    max-height: 5% !important;
  }
  .mh-sm-10 {
    max-height: 10% !important;
  }
  .mh-sm-15 {
    max-height: 15% !important;
  }
  .mh-sm-20 {
    max-height: 20% !important;
  }
  .mh-sm-25 {
    max-height: 25% !important;
  }
  .mh-sm-30 {
    max-height: 30% !important;
  }
  .mh-sm-32 {
    max-height: 32% !important;
  }
  .mh-sm-35 {
    max-height: 35% !important;
  }
  .mh-sm-40 {
    max-height: 40% !important;
  }
  .mh-sm-45 {
    max-height: 45% !important;
  }
  .mh-sm-50 {
    max-height: 50% !important;
  }
  .mh-sm-55 {
    max-height: 55% !important;
  }
  .mh-sm-60 {
    max-height: 60% !important;
  }
  .mh-sm-65 {
    max-height: 65% !important;
  }
  .mh-sm-70 {
    max-height: 70% !important;
  }
  .mh-sm-75 {
    max-height: 75% !important;
  }
  .mh-sm-80 {
    max-height: 80% !important;
  }
  .mh-sm-85 {
    max-height: 85% !important;
  }
  .mh-sm-90 {
    max-height: 90% !important;
  }
  .mh-sm-95 {
    max-height: 95% !important;
  }
  .mh-sm-100 {
    max-height: 100% !important;
  }
}

@media (min-width: 768px) {
  .w-md-auto {
    width: auto !important;
  }
  .w-md-0 {
    width: 0% !important;
  }
  .w-md-5 {
    width: 5% !important;
  }
  .w-md-10 {
    width: 10% !important;
  }
  .w-md-15 {
    width: 15% !important;
  }
  .w-md-20 {
    width: 20% !important;
  }
  .w-md-25 {
    width: 25% !important;
  }
  .w-md-30 {
    width: 30% !important;
  }
  .w-md-32 {
    width: 32% !important;
  }
  .w-md-35 {
    width: 35% !important;
  }
  .w-md-40 {
    width: 40% !important;
  }
  .w-md-45 {
    width: 45% !important;
  }
  .w-md-50 {
    width: 50% !important;
  }
  .w-md-55 {
    width: 55% !important;
  }
  .w-md-60 {
    width: 60% !important;
  }
  .w-md-65 {
    width: 65% !important;
  }
  .w-md-70 {
    width: 70% !important;
  }
  .w-md-75 {
    width: 75% !important;
  }
  .w-md-80 {
    width: 80% !important;
  }
  .w-md-85 {
    width: 85% !important;
  }
  .w-md-90 {
    width: 90% !important;
  }
  .w-md-95 {
    width: 95% !important;
  }
  .w-md-100 {
    width: 100% !important;
  }
  .mw-md-auto {
    max-width: auto !important;
  }
  .mw-md-0 {
    max-width: 0% !important;
  }
  .mw-md-5 {
    max-width: 5% !important;
  }
  .mw-md-10 {
    max-width: 10% !important;
  }
  .mw-md-15 {
    max-width: 15% !important;
  }
  .mw-md-20 {
    max-width: 20% !important;
  }
  .mw-md-25 {
    max-width: 25% !important;
  }
  .mw-md-30 {
    max-width: 30% !important;
  }
  .mw-md-32 {
    max-width: 32% !important;
  }
  .mw-md-35 {
    max-width: 35% !important;
  }
  .mw-md-40 {
    max-width: 40% !important;
  }
  .mw-md-45 {
    max-width: 45% !important;
  }
  .mw-md-50 {
    max-width: 50% !important;
  }
  .mw-md-55 {
    max-width: 55% !important;
  }
  .mw-md-60 {
    max-width: 60% !important;
  }
  .mw-md-65 {
    max-width: 65% !important;
  }
  .mw-md-70 {
    max-width: 70% !important;
  }
  .mw-md-75 {
    max-width: 75% !important;
  }
  .mw-md-80 {
    max-width: 80% !important;
  }
  .mw-md-85 {
    max-width: 85% !important;
  }
  .mw-md-90 {
    max-width: 90% !important;
  }
  .mw-md-95 {
    max-width: 95% !important;
  }
  .mw-md-100 {
    max-width: 100% !important;
  }
  .h-md-auto {
    height: auto !important;
  }
  .h-md-0 {
    height: 0% !important;
  }
  .h-md-5 {
    height: 5% !important;
  }
  .h-md-10 {
    height: 10% !important;
  }
  .h-md-15 {
    height: 15% !important;
  }
  .h-md-20 {
    height: 20% !important;
  }
  .h-md-25 {
    height: 25% !important;
  }
  .h-md-30 {
    height: 30% !important;
  }
  .h-md-32 {
    height: 32% !important;
  }
  .h-md-35 {
    height: 35% !important;
  }
  .h-md-40 {
    height: 40% !important;
  }
  .h-md-45 {
    height: 45% !important;
  }
  .h-md-50 {
    height: 50% !important;
  }
  .h-md-55 {
    height: 55% !important;
  }
  .h-md-60 {
    height: 60% !important;
  }
  .h-md-65 {
    height: 65% !important;
  }
  .h-md-70 {
    height: 70% !important;
  }
  .h-md-75 {
    height: 75% !important;
  }
  .h-md-80 {
    height: 80% !important;
  }
  .h-md-85 {
    height: 85% !important;
  }
  .h-md-90 {
    height: 90% !important;
  }
  .h-md-95 {
    height: 95% !important;
  }
  .h-md-100 {
    height: 100% !important;
  }
  .mh-md-auto {
    max-height: auto !important;
  }
  .mh-md-0 {
    max-height: 0% !important;
  }
  .mh-md-5 {
    max-height: 5% !important;
  }
  .mh-md-10 {
    max-height: 10% !important;
  }
  .mh-md-15 {
    max-height: 15% !important;
  }
  .mh-md-20 {
    max-height: 20% !important;
  }
  .mh-md-25 {
    max-height: 25% !important;
  }
  .mh-md-30 {
    max-height: 30% !important;
  }
  .mh-md-32 {
    max-height: 32% !important;
  }
  .mh-md-35 {
    max-height: 35% !important;
  }
  .mh-md-40 {
    max-height: 40% !important;
  }
  .mh-md-45 {
    max-height: 45% !important;
  }
  .mh-md-50 {
    max-height: 50% !important;
  }
  .mh-md-55 {
    max-height: 55% !important;
  }
  .mh-md-60 {
    max-height: 60% !important;
  }
  .mh-md-65 {
    max-height: 65% !important;
  }
  .mh-md-70 {
    max-height: 70% !important;
  }
  .mh-md-75 {
    max-height: 75% !important;
  }
  .mh-md-80 {
    max-height: 80% !important;
  }
  .mh-md-85 {
    max-height: 85% !important;
  }
  .mh-md-90 {
    max-height: 90% !important;
  }
  .mh-md-95 {
    max-height: 95% !important;
  }
  .mh-md-100 {
    max-height: 100% !important;
  }
}

@media (min-width: 992px) {
  .w-lg-auto {
    width: auto !important;
  }
  .w-lg-0 {
    width: 0% !important;
  }
  .w-lg-5 {
    width: 5% !important;
  }
  .w-lg-10 {
    width: 10% !important;
  }
  .w-lg-15 {
    width: 15% !important;
  }
  .w-lg-20 {
    width: 20% !important;
  }
  .w-lg-25 {
    width: 25% !important;
  }
  .w-lg-30 {
    width: 30% !important;
  }
  .w-lg-32 {
    width: 32% !important;
  }
  .w-lg-35 {
    width: 35% !important;
  }
  .w-lg-40 {
    width: 40% !important;
  }
  .w-lg-45 {
    width: 45% !important;
  }
  .w-lg-50 {
    width: 50% !important;
  }
  .w-lg-55 {
    width: 55% !important;
  }
  .w-lg-60 {
    width: 60% !important;
  }
  .w-lg-65 {
    width: 65% !important;
  }
  .w-lg-70 {
    width: 70% !important;
  }
  .w-lg-75 {
    width: 75% !important;
  }
  .w-lg-80 {
    width: 80% !important;
  }
  .w-lg-85 {
    width: 85% !important;
  }
  .w-lg-90 {
    width: 90% !important;
  }
  .w-lg-95 {
    width: 95% !important;
  }
  .w-lg-100 {
    width: 100% !important;
  }
  .mw-lg-auto {
    max-width: auto !important;
  }
  .mw-lg-0 {
    max-width: 0% !important;
  }
  .mw-lg-5 {
    max-width: 5% !important;
  }
  .mw-lg-10 {
    max-width: 10% !important;
  }
  .mw-lg-15 {
    max-width: 15% !important;
  }
  .mw-lg-20 {
    max-width: 20% !important;
  }
  .mw-lg-25 {
    max-width: 25% !important;
  }
  .mw-lg-30 {
    max-width: 30% !important;
  }
  .mw-lg-32 {
    max-width: 32% !important;
  }
  .mw-lg-35 {
    max-width: 35% !important;
  }
  .mw-lg-40 {
    max-width: 40% !important;
  }
  .mw-lg-45 {
    max-width: 45% !important;
  }
  .mw-lg-50 {
    max-width: 50% !important;
  }
  .mw-lg-55 {
    max-width: 55% !important;
  }
  .mw-lg-60 {
    max-width: 60% !important;
  }
  .mw-lg-65 {
    max-width: 65% !important;
  }
  .mw-lg-70 {
    max-width: 70% !important;
  }
  .mw-lg-75 {
    max-width: 75% !important;
  }
  .mw-lg-80 {
    max-width: 80% !important;
  }
  .mw-lg-85 {
    max-width: 85% !important;
  }
  .mw-lg-90 {
    max-width: 90% !important;
  }
  .mw-lg-95 {
    max-width: 95% !important;
  }
  .mw-lg-100 {
    max-width: 100% !important;
  }
  .h-lg-auto {
    height: auto !important;
  }
  .h-lg-0 {
    height: 0% !important;
  }
  .h-lg-5 {
    height: 5% !important;
  }
  .h-lg-10 {
    height: 10% !important;
  }
  .h-lg-15 {
    height: 15% !important;
  }
  .h-lg-20 {
    height: 20% !important;
  }
  .h-lg-25 {
    height: 25% !important;
  }
  .h-lg-30 {
    height: 30% !important;
  }
  .h-lg-32 {
    height: 32% !important;
  }
  .h-lg-35 {
    height: 35% !important;
  }
  .h-lg-40 {
    height: 40% !important;
  }
  .h-lg-45 {
    height: 45% !important;
  }
  .h-lg-50 {
    height: 50% !important;
  }
  .h-lg-55 {
    height: 55% !important;
  }
  .h-lg-60 {
    height: 60% !important;
  }
  .h-lg-65 {
    height: 65% !important;
  }
  .h-lg-70 {
    height: 70% !important;
  }
  .h-lg-75 {
    height: 75% !important;
  }
  .h-lg-80 {
    height: 80% !important;
  }
  .h-lg-85 {
    height: 85% !important;
  }
  .h-lg-90 {
    height: 90% !important;
  }
  .h-lg-95 {
    height: 95% !important;
  }
  .h-lg-100 {
    height: 100% !important;
  }
  .mh-lg-auto {
    max-height: auto !important;
  }
  .mh-lg-0 {
    max-height: 0% !important;
  }
  .mh-lg-5 {
    max-height: 5% !important;
  }
  .mh-lg-10 {
    max-height: 10% !important;
  }
  .mh-lg-15 {
    max-height: 15% !important;
  }
  .mh-lg-20 {
    max-height: 20% !important;
  }
  .mh-lg-25 {
    max-height: 25% !important;
  }
  .mh-lg-30 {
    max-height: 30% !important;
  }
  .mh-lg-32 {
    max-height: 32% !important;
  }
  .mh-lg-35 {
    max-height: 35% !important;
  }
  .mh-lg-40 {
    max-height: 40% !important;
  }
  .mh-lg-45 {
    max-height: 45% !important;
  }
  .mh-lg-50 {
    max-height: 50% !important;
  }
  .mh-lg-55 {
    max-height: 55% !important;
  }
  .mh-lg-60 {
    max-height: 60% !important;
  }
  .mh-lg-65 {
    max-height: 65% !important;
  }
  .mh-lg-70 {
    max-height: 70% !important;
  }
  .mh-lg-75 {
    max-height: 75% !important;
  }
  .mh-lg-80 {
    max-height: 80% !important;
  }
  .mh-lg-85 {
    max-height: 85% !important;
  }
  .mh-lg-90 {
    max-height: 90% !important;
  }
  .mh-lg-95 {
    max-height: 95% !important;
  }
  .mh-lg-100 {
    max-height: 100% !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-auto {
    width: auto !important;
  }
  .w-xl-0 {
    width: 0% !important;
  }
  .w-xl-5 {
    width: 5% !important;
  }
  .w-xl-10 {
    width: 10% !important;
  }
  .w-xl-15 {
    width: 15% !important;
  }
  .w-xl-20 {
    width: 20% !important;
  }
  .w-xl-25 {
    width: 25% !important;
  }
  .w-xl-30 {
    width: 30% !important;
  }
  .w-xl-32 {
    width: 32% !important;
  }
  .w-xl-35 {
    width: 35% !important;
  }
  .w-xl-40 {
    width: 40% !important;
  }
  .w-xl-45 {
    width: 45% !important;
  }
  .w-xl-50 {
    width: 50% !important;
  }
  .w-xl-55 {
    width: 55% !important;
  }
  .w-xl-60 {
    width: 60% !important;
  }
  .w-xl-65 {
    width: 65% !important;
  }
  .w-xl-70 {
    width: 70% !important;
  }
  .w-xl-75 {
    width: 75% !important;
  }
  .w-xl-80 {
    width: 80% !important;
  }
  .w-xl-85 {
    width: 85% !important;
  }
  .w-xl-90 {
    width: 90% !important;
  }
  .w-xl-95 {
    width: 95% !important;
  }
  .w-xl-100 {
    width: 100% !important;
  }
  .mw-xl-auto {
    max-width: auto !important;
  }
  .mw-xl-0 {
    max-width: 0% !important;
  }
  .mw-xl-5 {
    max-width: 5% !important;
  }
  .mw-xl-10 {
    max-width: 10% !important;
  }
  .mw-xl-15 {
    max-width: 15% !important;
  }
  .mw-xl-20 {
    max-width: 20% !important;
  }
  .mw-xl-25 {
    max-width: 25% !important;
  }
  .mw-xl-30 {
    max-width: 30% !important;
  }
  .mw-xl-32 {
    max-width: 32% !important;
  }
  .mw-xl-35 {
    max-width: 35% !important;
  }
  .mw-xl-40 {
    max-width: 40% !important;
  }
  .mw-xl-45 {
    max-width: 45% !important;
  }
  .mw-xl-50 {
    max-width: 50% !important;
  }
  .mw-xl-55 {
    max-width: 55% !important;
  }
  .mw-xl-60 {
    max-width: 60% !important;
  }
  .mw-xl-65 {
    max-width: 65% !important;
  }
  .mw-xl-70 {
    max-width: 70% !important;
  }
  .mw-xl-75 {
    max-width: 75% !important;
  }
  .mw-xl-80 {
    max-width: 80% !important;
  }
  .mw-xl-85 {
    max-width: 85% !important;
  }
  .mw-xl-90 {
    max-width: 90% !important;
  }
  .mw-xl-95 {
    max-width: 95% !important;
  }
  .mw-xl-100 {
    max-width: 100% !important;
  }
  .h-xl-auto {
    height: auto !important;
  }
  .h-xl-0 {
    height: 0% !important;
  }
  .h-xl-5 {
    height: 5% !important;
  }
  .h-xl-10 {
    height: 10% !important;
  }
  .h-xl-15 {
    height: 15% !important;
  }
  .h-xl-20 {
    height: 20% !important;
  }
  .h-xl-25 {
    height: 25% !important;
  }
  .h-xl-30 {
    height: 30% !important;
  }
  .h-xl-32 {
    height: 32% !important;
  }
  .h-xl-35 {
    height: 35% !important;
  }
  .h-xl-40 {
    height: 40% !important;
  }
  .h-xl-45 {
    height: 45% !important;
  }
  .h-xl-50 {
    height: 50% !important;
  }
  .h-xl-55 {
    height: 55% !important;
  }
  .h-xl-60 {
    height: 60% !important;
  }
  .h-xl-65 {
    height: 65% !important;
  }
  .h-xl-70 {
    height: 70% !important;
  }
  .h-xl-75 {
    height: 75% !important;
  }
  .h-xl-80 {
    height: 80% !important;
  }
  .h-xl-85 {
    height: 85% !important;
  }
  .h-xl-90 {
    height: 90% !important;
  }
  .h-xl-95 {
    height: 95% !important;
  }
  .h-xl-100 {
    height: 100% !important;
  }
  .mh-xl-auto {
    max-height: auto !important;
  }
  .mh-xl-0 {
    max-height: 0% !important;
  }
  .mh-xl-5 {
    max-height: 5% !important;
  }
  .mh-xl-10 {
    max-height: 10% !important;
  }
  .mh-xl-15 {
    max-height: 15% !important;
  }
  .mh-xl-20 {
    max-height: 20% !important;
  }
  .mh-xl-25 {
    max-height: 25% !important;
  }
  .mh-xl-30 {
    max-height: 30% !important;
  }
  .mh-xl-32 {
    max-height: 32% !important;
  }
  .mh-xl-35 {
    max-height: 35% !important;
  }
  .mh-xl-40 {
    max-height: 40% !important;
  }
  .mh-xl-45 {
    max-height: 45% !important;
  }
  .mh-xl-50 {
    max-height: 50% !important;
  }
  .mh-xl-55 {
    max-height: 55% !important;
  }
  .mh-xl-60 {
    max-height: 60% !important;
  }
  .mh-xl-65 {
    max-height: 65% !important;
  }
  .mh-xl-70 {
    max-height: 70% !important;
  }
  .mh-xl-75 {
    max-height: 75% !important;
  }
  .mh-xl-80 {
    max-height: 80% !important;
  }
  .mh-xl-85 {
    max-height: 85% !important;
  }
  .mh-xl-90 {
    max-height: 90% !important;
  }
  .mh-xl-95 {
    max-height: 95% !important;
  }
  .mh-xl-100 {
    max-height: 100% !important;
  }
}

@media (min-width: 1350px) {
  .w-2xl-auto {
    width: auto !important;
  }
  .w-2xl-0 {
    width: 0% !important;
  }
  .w-2xl-5 {
    width: 5% !important;
  }
  .w-2xl-10 {
    width: 10% !important;
  }
  .w-2xl-15 {
    width: 15% !important;
  }
  .w-2xl-20 {
    width: 20% !important;
  }
  .w-2xl-25 {
    width: 25% !important;
  }
  .w-2xl-30 {
    width: 30% !important;
  }
  .w-2xl-32 {
    width: 32% !important;
  }
  .w-2xl-35 {
    width: 35% !important;
  }
  .w-2xl-40 {
    width: 40% !important;
  }
  .w-2xl-45 {
    width: 45% !important;
  }
  .w-2xl-50 {
    width: 50% !important;
  }
  .w-2xl-55 {
    width: 55% !important;
  }
  .w-2xl-60 {
    width: 60% !important;
  }
  .w-2xl-65 {
    width: 65% !important;
  }
  .w-2xl-70 {
    width: 70% !important;
  }
  .w-2xl-75 {
    width: 75% !important;
  }
  .w-2xl-80 {
    width: 80% !important;
  }
  .w-2xl-85 {
    width: 85% !important;
  }
  .w-2xl-90 {
    width: 90% !important;
  }
  .w-2xl-95 {
    width: 95% !important;
  }
  .w-2xl-100 {
    width: 100% !important;
  }
  .mw-2xl-auto {
    max-width: auto !important;
  }
  .mw-2xl-0 {
    max-width: 0% !important;
  }
  .mw-2xl-5 {
    max-width: 5% !important;
  }
  .mw-2xl-10 {
    max-width: 10% !important;
  }
  .mw-2xl-15 {
    max-width: 15% !important;
  }
  .mw-2xl-20 {
    max-width: 20% !important;
  }
  .mw-2xl-25 {
    max-width: 25% !important;
  }
  .mw-2xl-30 {
    max-width: 30% !important;
  }
  .mw-2xl-32 {
    max-width: 32% !important;
  }
  .mw-2xl-35 {
    max-width: 35% !important;
  }
  .mw-2xl-40 {
    max-width: 40% !important;
  }
  .mw-2xl-45 {
    max-width: 45% !important;
  }
  .mw-2xl-50 {
    max-width: 50% !important;
  }
  .mw-2xl-55 {
    max-width: 55% !important;
  }
  .mw-2xl-60 {
    max-width: 60% !important;
  }
  .mw-2xl-65 {
    max-width: 65% !important;
  }
  .mw-2xl-70 {
    max-width: 70% !important;
  }
  .mw-2xl-75 {
    max-width: 75% !important;
  }
  .mw-2xl-80 {
    max-width: 80% !important;
  }
  .mw-2xl-85 {
    max-width: 85% !important;
  }
  .mw-2xl-90 {
    max-width: 90% !important;
  }
  .mw-2xl-95 {
    max-width: 95% !important;
  }
  .mw-2xl-100 {
    max-width: 100% !important;
  }
  .h-2xl-auto {
    height: auto !important;
  }
  .h-2xl-0 {
    height: 0% !important;
  }
  .h-2xl-5 {
    height: 5% !important;
  }
  .h-2xl-10 {
    height: 10% !important;
  }
  .h-2xl-15 {
    height: 15% !important;
  }
  .h-2xl-20 {
    height: 20% !important;
  }
  .h-2xl-25 {
    height: 25% !important;
  }
  .h-2xl-30 {
    height: 30% !important;
  }
  .h-2xl-32 {
    height: 32% !important;
  }
  .h-2xl-35 {
    height: 35% !important;
  }
  .h-2xl-40 {
    height: 40% !important;
  }
  .h-2xl-45 {
    height: 45% !important;
  }
  .h-2xl-50 {
    height: 50% !important;
  }
  .h-2xl-55 {
    height: 55% !important;
  }
  .h-2xl-60 {
    height: 60% !important;
  }
  .h-2xl-65 {
    height: 65% !important;
  }
  .h-2xl-70 {
    height: 70% !important;
  }
  .h-2xl-75 {
    height: 75% !important;
  }
  .h-2xl-80 {
    height: 80% !important;
  }
  .h-2xl-85 {
    height: 85% !important;
  }
  .h-2xl-90 {
    height: 90% !important;
  }
  .h-2xl-95 {
    height: 95% !important;
  }
  .h-2xl-100 {
    height: 100% !important;
  }
  .mh-2xl-auto {
    max-height: auto !important;
  }
  .mh-2xl-0 {
    max-height: 0% !important;
  }
  .mh-2xl-5 {
    max-height: 5% !important;
  }
  .mh-2xl-10 {
    max-height: 10% !important;
  }
  .mh-2xl-15 {
    max-height: 15% !important;
  }
  .mh-2xl-20 {
    max-height: 20% !important;
  }
  .mh-2xl-25 {
    max-height: 25% !important;
  }
  .mh-2xl-30 {
    max-height: 30% !important;
  }
  .mh-2xl-32 {
    max-height: 32% !important;
  }
  .mh-2xl-35 {
    max-height: 35% !important;
  }
  .mh-2xl-40 {
    max-height: 40% !important;
  }
  .mh-2xl-45 {
    max-height: 45% !important;
  }
  .mh-2xl-50 {
    max-height: 50% !important;
  }
  .mh-2xl-55 {
    max-height: 55% !important;
  }
  .mh-2xl-60 {
    max-height: 60% !important;
  }
  .mh-2xl-65 {
    max-height: 65% !important;
  }
  .mh-2xl-70 {
    max-height: 70% !important;
  }
  .mh-2xl-75 {
    max-height: 75% !important;
  }
  .mh-2xl-80 {
    max-height: 80% !important;
  }
  .mh-2xl-85 {
    max-height: 85% !important;
  }
  .mh-2xl-90 {
    max-height: 90% !important;
  }
  .mh-2xl-95 {
    max-height: 95% !important;
  }
  .mh-2xl-100 {
    max-height: 100% !important;
  }
}

.fw-auto {
  -webkit-box-flex: 1 !important;
      -ms-flex: auto !important;
          flex: auto !important;
  -webkit-box-flex: 0 !important;
      -ms-flex: none !important;
          flex: none !important;
}

.fw-0 {
  -webkit-box-flex: 0% !important;
      -ms-flex: 0% !important;
          flex: 0% !important;
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 0% !important;
          flex: 0 0 0% !important;
}

.fw-5 {
  -webkit-box-flex: 5% !important;
      -ms-flex: 5% !important;
          flex: 5% !important;
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 5% !important;
          flex: 0 0 5% !important;
}

.fw-10 {
  -webkit-box-flex: 10% !important;
      -ms-flex: 10% !important;
          flex: 10% !important;
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 10% !important;
          flex: 0 0 10% !important;
}

.fw-15 {
  -webkit-box-flex: 15% !important;
      -ms-flex: 15% !important;
          flex: 15% !important;
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 15% !important;
          flex: 0 0 15% !important;
}

.fw-20 {
  -webkit-box-flex: 20% !important;
      -ms-flex: 20% !important;
          flex: 20% !important;
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 20% !important;
          flex: 0 0 20% !important;
}

.fw-25 {
  -webkit-box-flex: 25% !important;
      -ms-flex: 25% !important;
          flex: 25% !important;
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 25% !important;
          flex: 0 0 25% !important;
}

.fw-30 {
  -webkit-box-flex: 30% !important;
      -ms-flex: 30% !important;
          flex: 30% !important;
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 30% !important;
          flex: 0 0 30% !important;
}

.fw-32 {
  -webkit-box-flex: 32% !important;
      -ms-flex: 32% !important;
          flex: 32% !important;
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 32% !important;
          flex: 0 0 32% !important;
}

.fw-35 {
  -webkit-box-flex: 35% !important;
      -ms-flex: 35% !important;
          flex: 35% !important;
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 35% !important;
          flex: 0 0 35% !important;
}

.fw-40 {
  -webkit-box-flex: 40% !important;
      -ms-flex: 40% !important;
          flex: 40% !important;
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 40% !important;
          flex: 0 0 40% !important;
}

.fw-45 {
  -webkit-box-flex: 45% !important;
      -ms-flex: 45% !important;
          flex: 45% !important;
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 45% !important;
          flex: 0 0 45% !important;
}

.fw-50 {
  -webkit-box-flex: 50% !important;
      -ms-flex: 50% !important;
          flex: 50% !important;
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 50% !important;
          flex: 0 0 50% !important;
}

.fw-55 {
  -webkit-box-flex: 55% !important;
      -ms-flex: 55% !important;
          flex: 55% !important;
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 55% !important;
          flex: 0 0 55% !important;
}

.fw-60 {
  -webkit-box-flex: 60% !important;
      -ms-flex: 60% !important;
          flex: 60% !important;
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 60% !important;
          flex: 0 0 60% !important;
}

.fw-65 {
  -webkit-box-flex: 65% !important;
      -ms-flex: 65% !important;
          flex: 65% !important;
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 65% !important;
          flex: 0 0 65% !important;
}

.fw-70 {
  -webkit-box-flex: 70% !important;
      -ms-flex: 70% !important;
          flex: 70% !important;
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 70% !important;
          flex: 0 0 70% !important;
}

.fw-75 {
  -webkit-box-flex: 75% !important;
      -ms-flex: 75% !important;
          flex: 75% !important;
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 75% !important;
          flex: 0 0 75% !important;
}

.fw-80 {
  -webkit-box-flex: 80% !important;
      -ms-flex: 80% !important;
          flex: 80% !important;
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 80% !important;
          flex: 0 0 80% !important;
}

.fw-85 {
  -webkit-box-flex: 85% !important;
      -ms-flex: 85% !important;
          flex: 85% !important;
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 85% !important;
          flex: 0 0 85% !important;
}

.fw-90 {
  -webkit-box-flex: 90% !important;
      -ms-flex: 90% !important;
          flex: 90% !important;
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 90% !important;
          flex: 0 0 90% !important;
}

.fw-95 {
  -webkit-box-flex: 95% !important;
      -ms-flex: 95% !important;
          flex: 95% !important;
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 95% !important;
          flex: 0 0 95% !important;
}

.fw-100 {
  -webkit-box-flex: 100% !important;
      -ms-flex: 100% !important;
          flex: 100% !important;
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 100% !important;
          flex: 0 0 100% !important;
}

@media (min-width: 576px) {
  .fw-sm-auto {
    -webkit-box-flex: 1 !important;
        -ms-flex: auto !important;
            flex: auto !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: none !important;
            flex: none !important;
  }
  .fw-sm-0 {
    -webkit-box-flex: 0% !important;
        -ms-flex: 0% !important;
            flex: 0% !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 0% !important;
            flex: 0 0 0% !important;
  }
  .fw-sm-5 {
    -webkit-box-flex: 5% !important;
        -ms-flex: 5% !important;
            flex: 5% !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 5% !important;
            flex: 0 0 5% !important;
  }
  .fw-sm-10 {
    -webkit-box-flex: 10% !important;
        -ms-flex: 10% !important;
            flex: 10% !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 10% !important;
            flex: 0 0 10% !important;
  }
  .fw-sm-15 {
    -webkit-box-flex: 15% !important;
        -ms-flex: 15% !important;
            flex: 15% !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 15% !important;
            flex: 0 0 15% !important;
  }
  .fw-sm-20 {
    -webkit-box-flex: 20% !important;
        -ms-flex: 20% !important;
            flex: 20% !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 20% !important;
            flex: 0 0 20% !important;
  }
  .fw-sm-25 {
    -webkit-box-flex: 25% !important;
        -ms-flex: 25% !important;
            flex: 25% !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 25% !important;
            flex: 0 0 25% !important;
  }
  .fw-sm-30 {
    -webkit-box-flex: 30% !important;
        -ms-flex: 30% !important;
            flex: 30% !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 30% !important;
            flex: 0 0 30% !important;
  }
  .fw-sm-32 {
    -webkit-box-flex: 32% !important;
        -ms-flex: 32% !important;
            flex: 32% !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 32% !important;
            flex: 0 0 32% !important;
  }
  .fw-sm-35 {
    -webkit-box-flex: 35% !important;
        -ms-flex: 35% !important;
            flex: 35% !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 35% !important;
            flex: 0 0 35% !important;
  }
  .fw-sm-40 {
    -webkit-box-flex: 40% !important;
        -ms-flex: 40% !important;
            flex: 40% !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 40% !important;
            flex: 0 0 40% !important;
  }
  .fw-sm-45 {
    -webkit-box-flex: 45% !important;
        -ms-flex: 45% !important;
            flex: 45% !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 45% !important;
            flex: 0 0 45% !important;
  }
  .fw-sm-50 {
    -webkit-box-flex: 50% !important;
        -ms-flex: 50% !important;
            flex: 50% !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 50% !important;
            flex: 0 0 50% !important;
  }
  .fw-sm-55 {
    -webkit-box-flex: 55% !important;
        -ms-flex: 55% !important;
            flex: 55% !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 55% !important;
            flex: 0 0 55% !important;
  }
  .fw-sm-60 {
    -webkit-box-flex: 60% !important;
        -ms-flex: 60% !important;
            flex: 60% !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 60% !important;
            flex: 0 0 60% !important;
  }
  .fw-sm-65 {
    -webkit-box-flex: 65% !important;
        -ms-flex: 65% !important;
            flex: 65% !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 65% !important;
            flex: 0 0 65% !important;
  }
  .fw-sm-70 {
    -webkit-box-flex: 70% !important;
        -ms-flex: 70% !important;
            flex: 70% !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 70% !important;
            flex: 0 0 70% !important;
  }
  .fw-sm-75 {
    -webkit-box-flex: 75% !important;
        -ms-flex: 75% !important;
            flex: 75% !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 75% !important;
            flex: 0 0 75% !important;
  }
  .fw-sm-80 {
    -webkit-box-flex: 80% !important;
        -ms-flex: 80% !important;
            flex: 80% !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 80% !important;
            flex: 0 0 80% !important;
  }
  .fw-sm-85 {
    -webkit-box-flex: 85% !important;
        -ms-flex: 85% !important;
            flex: 85% !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 85% !important;
            flex: 0 0 85% !important;
  }
  .fw-sm-90 {
    -webkit-box-flex: 90% !important;
        -ms-flex: 90% !important;
            flex: 90% !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 90% !important;
            flex: 0 0 90% !important;
  }
  .fw-sm-95 {
    -webkit-box-flex: 95% !important;
        -ms-flex: 95% !important;
            flex: 95% !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 95% !important;
            flex: 0 0 95% !important;
  }
  .fw-sm-100 {
    -webkit-box-flex: 100% !important;
        -ms-flex: 100% !important;
            flex: 100% !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}

@media (min-width: 768px) {
  .fw-md-auto {
    -webkit-box-flex: 1 !important;
        -ms-flex: auto !important;
            flex: auto !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: none !important;
            flex: none !important;
  }
  .fw-md-0 {
    -webkit-box-flex: 0% !important;
        -ms-flex: 0% !important;
            flex: 0% !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 0% !important;
            flex: 0 0 0% !important;
  }
  .fw-md-5 {
    -webkit-box-flex: 5% !important;
        -ms-flex: 5% !important;
            flex: 5% !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 5% !important;
            flex: 0 0 5% !important;
  }
  .fw-md-10 {
    -webkit-box-flex: 10% !important;
        -ms-flex: 10% !important;
            flex: 10% !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 10% !important;
            flex: 0 0 10% !important;
  }
  .fw-md-15 {
    -webkit-box-flex: 15% !important;
        -ms-flex: 15% !important;
            flex: 15% !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 15% !important;
            flex: 0 0 15% !important;
  }
  .fw-md-20 {
    -webkit-box-flex: 20% !important;
        -ms-flex: 20% !important;
            flex: 20% !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 20% !important;
            flex: 0 0 20% !important;
  }
  .fw-md-25 {
    -webkit-box-flex: 25% !important;
        -ms-flex: 25% !important;
            flex: 25% !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 25% !important;
            flex: 0 0 25% !important;
  }
  .fw-md-30 {
    -webkit-box-flex: 30% !important;
        -ms-flex: 30% !important;
            flex: 30% !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 30% !important;
            flex: 0 0 30% !important;
  }
  .fw-md-32 {
    -webkit-box-flex: 32% !important;
        -ms-flex: 32% !important;
            flex: 32% !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 32% !important;
            flex: 0 0 32% !important;
  }
  .fw-md-35 {
    -webkit-box-flex: 35% !important;
        -ms-flex: 35% !important;
            flex: 35% !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 35% !important;
            flex: 0 0 35% !important;
  }
  .fw-md-40 {
    -webkit-box-flex: 40% !important;
        -ms-flex: 40% !important;
            flex: 40% !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 40% !important;
            flex: 0 0 40% !important;
  }
  .fw-md-45 {
    -webkit-box-flex: 45% !important;
        -ms-flex: 45% !important;
            flex: 45% !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 45% !important;
            flex: 0 0 45% !important;
  }
  .fw-md-50 {
    -webkit-box-flex: 50% !important;
        -ms-flex: 50% !important;
            flex: 50% !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 50% !important;
            flex: 0 0 50% !important;
  }
  .fw-md-55 {
    -webkit-box-flex: 55% !important;
        -ms-flex: 55% !important;
            flex: 55% !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 55% !important;
            flex: 0 0 55% !important;
  }
  .fw-md-60 {
    -webkit-box-flex: 60% !important;
        -ms-flex: 60% !important;
            flex: 60% !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 60% !important;
            flex: 0 0 60% !important;
  }
  .fw-md-65 {
    -webkit-box-flex: 65% !important;
        -ms-flex: 65% !important;
            flex: 65% !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 65% !important;
            flex: 0 0 65% !important;
  }
  .fw-md-70 {
    -webkit-box-flex: 70% !important;
        -ms-flex: 70% !important;
            flex: 70% !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 70% !important;
            flex: 0 0 70% !important;
  }
  .fw-md-75 {
    -webkit-box-flex: 75% !important;
        -ms-flex: 75% !important;
            flex: 75% !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 75% !important;
            flex: 0 0 75% !important;
  }
  .fw-md-80 {
    -webkit-box-flex: 80% !important;
        -ms-flex: 80% !important;
            flex: 80% !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 80% !important;
            flex: 0 0 80% !important;
  }
  .fw-md-85 {
    -webkit-box-flex: 85% !important;
        -ms-flex: 85% !important;
            flex: 85% !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 85% !important;
            flex: 0 0 85% !important;
  }
  .fw-md-90 {
    -webkit-box-flex: 90% !important;
        -ms-flex: 90% !important;
            flex: 90% !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 90% !important;
            flex: 0 0 90% !important;
  }
  .fw-md-95 {
    -webkit-box-flex: 95% !important;
        -ms-flex: 95% !important;
            flex: 95% !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 95% !important;
            flex: 0 0 95% !important;
  }
  .fw-md-100 {
    -webkit-box-flex: 100% !important;
        -ms-flex: 100% !important;
            flex: 100% !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}

@media (min-width: 992px) {
  .fw-lg-auto {
    -webkit-box-flex: 1 !important;
        -ms-flex: auto !important;
            flex: auto !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: none !important;
            flex: none !important;
  }
  .fw-lg-0 {
    -webkit-box-flex: 0% !important;
        -ms-flex: 0% !important;
            flex: 0% !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 0% !important;
            flex: 0 0 0% !important;
  }
  .fw-lg-5 {
    -webkit-box-flex: 5% !important;
        -ms-flex: 5% !important;
            flex: 5% !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 5% !important;
            flex: 0 0 5% !important;
  }
  .fw-lg-10 {
    -webkit-box-flex: 10% !important;
        -ms-flex: 10% !important;
            flex: 10% !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 10% !important;
            flex: 0 0 10% !important;
  }
  .fw-lg-15 {
    -webkit-box-flex: 15% !important;
        -ms-flex: 15% !important;
            flex: 15% !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 15% !important;
            flex: 0 0 15% !important;
  }
  .fw-lg-20 {
    -webkit-box-flex: 20% !important;
        -ms-flex: 20% !important;
            flex: 20% !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 20% !important;
            flex: 0 0 20% !important;
  }
  .fw-lg-25 {
    -webkit-box-flex: 25% !important;
        -ms-flex: 25% !important;
            flex: 25% !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 25% !important;
            flex: 0 0 25% !important;
  }
  .fw-lg-30 {
    -webkit-box-flex: 30% !important;
        -ms-flex: 30% !important;
            flex: 30% !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 30% !important;
            flex: 0 0 30% !important;
  }
  .fw-lg-32 {
    -webkit-box-flex: 32% !important;
        -ms-flex: 32% !important;
            flex: 32% !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 32% !important;
            flex: 0 0 32% !important;
  }
  .fw-lg-35 {
    -webkit-box-flex: 35% !important;
        -ms-flex: 35% !important;
            flex: 35% !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 35% !important;
            flex: 0 0 35% !important;
  }
  .fw-lg-40 {
    -webkit-box-flex: 40% !important;
        -ms-flex: 40% !important;
            flex: 40% !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 40% !important;
            flex: 0 0 40% !important;
  }
  .fw-lg-45 {
    -webkit-box-flex: 45% !important;
        -ms-flex: 45% !important;
            flex: 45% !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 45% !important;
            flex: 0 0 45% !important;
  }
  .fw-lg-50 {
    -webkit-box-flex: 50% !important;
        -ms-flex: 50% !important;
            flex: 50% !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 50% !important;
            flex: 0 0 50% !important;
  }
  .fw-lg-55 {
    -webkit-box-flex: 55% !important;
        -ms-flex: 55% !important;
            flex: 55% !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 55% !important;
            flex: 0 0 55% !important;
  }
  .fw-lg-60 {
    -webkit-box-flex: 60% !important;
        -ms-flex: 60% !important;
            flex: 60% !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 60% !important;
            flex: 0 0 60% !important;
  }
  .fw-lg-65 {
    -webkit-box-flex: 65% !important;
        -ms-flex: 65% !important;
            flex: 65% !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 65% !important;
            flex: 0 0 65% !important;
  }
  .fw-lg-70 {
    -webkit-box-flex: 70% !important;
        -ms-flex: 70% !important;
            flex: 70% !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 70% !important;
            flex: 0 0 70% !important;
  }
  .fw-lg-75 {
    -webkit-box-flex: 75% !important;
        -ms-flex: 75% !important;
            flex: 75% !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 75% !important;
            flex: 0 0 75% !important;
  }
  .fw-lg-80 {
    -webkit-box-flex: 80% !important;
        -ms-flex: 80% !important;
            flex: 80% !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 80% !important;
            flex: 0 0 80% !important;
  }
  .fw-lg-85 {
    -webkit-box-flex: 85% !important;
        -ms-flex: 85% !important;
            flex: 85% !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 85% !important;
            flex: 0 0 85% !important;
  }
  .fw-lg-90 {
    -webkit-box-flex: 90% !important;
        -ms-flex: 90% !important;
            flex: 90% !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 90% !important;
            flex: 0 0 90% !important;
  }
  .fw-lg-95 {
    -webkit-box-flex: 95% !important;
        -ms-flex: 95% !important;
            flex: 95% !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 95% !important;
            flex: 0 0 95% !important;
  }
  .fw-lg-100 {
    -webkit-box-flex: 100% !important;
        -ms-flex: 100% !important;
            flex: 100% !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}

@media (min-width: 1200px) {
  .fw-xl-auto {
    -webkit-box-flex: 1 !important;
        -ms-flex: auto !important;
            flex: auto !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: none !important;
            flex: none !important;
  }
  .fw-xl-0 {
    -webkit-box-flex: 0% !important;
        -ms-flex: 0% !important;
            flex: 0% !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 0% !important;
            flex: 0 0 0% !important;
  }
  .fw-xl-5 {
    -webkit-box-flex: 5% !important;
        -ms-flex: 5% !important;
            flex: 5% !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 5% !important;
            flex: 0 0 5% !important;
  }
  .fw-xl-10 {
    -webkit-box-flex: 10% !important;
        -ms-flex: 10% !important;
            flex: 10% !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 10% !important;
            flex: 0 0 10% !important;
  }
  .fw-xl-15 {
    -webkit-box-flex: 15% !important;
        -ms-flex: 15% !important;
            flex: 15% !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 15% !important;
            flex: 0 0 15% !important;
  }
  .fw-xl-20 {
    -webkit-box-flex: 20% !important;
        -ms-flex: 20% !important;
            flex: 20% !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 20% !important;
            flex: 0 0 20% !important;
  }
  .fw-xl-25 {
    -webkit-box-flex: 25% !important;
        -ms-flex: 25% !important;
            flex: 25% !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 25% !important;
            flex: 0 0 25% !important;
  }
  .fw-xl-30 {
    -webkit-box-flex: 30% !important;
        -ms-flex: 30% !important;
            flex: 30% !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 30% !important;
            flex: 0 0 30% !important;
  }
  .fw-xl-32 {
    -webkit-box-flex: 32% !important;
        -ms-flex: 32% !important;
            flex: 32% !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 32% !important;
            flex: 0 0 32% !important;
  }
  .fw-xl-35 {
    -webkit-box-flex: 35% !important;
        -ms-flex: 35% !important;
            flex: 35% !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 35% !important;
            flex: 0 0 35% !important;
  }
  .fw-xl-40 {
    -webkit-box-flex: 40% !important;
        -ms-flex: 40% !important;
            flex: 40% !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 40% !important;
            flex: 0 0 40% !important;
  }
  .fw-xl-45 {
    -webkit-box-flex: 45% !important;
        -ms-flex: 45% !important;
            flex: 45% !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 45% !important;
            flex: 0 0 45% !important;
  }
  .fw-xl-50 {
    -webkit-box-flex: 50% !important;
        -ms-flex: 50% !important;
            flex: 50% !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 50% !important;
            flex: 0 0 50% !important;
  }
  .fw-xl-55 {
    -webkit-box-flex: 55% !important;
        -ms-flex: 55% !important;
            flex: 55% !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 55% !important;
            flex: 0 0 55% !important;
  }
  .fw-xl-60 {
    -webkit-box-flex: 60% !important;
        -ms-flex: 60% !important;
            flex: 60% !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 60% !important;
            flex: 0 0 60% !important;
  }
  .fw-xl-65 {
    -webkit-box-flex: 65% !important;
        -ms-flex: 65% !important;
            flex: 65% !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 65% !important;
            flex: 0 0 65% !important;
  }
  .fw-xl-70 {
    -webkit-box-flex: 70% !important;
        -ms-flex: 70% !important;
            flex: 70% !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 70% !important;
            flex: 0 0 70% !important;
  }
  .fw-xl-75 {
    -webkit-box-flex: 75% !important;
        -ms-flex: 75% !important;
            flex: 75% !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 75% !important;
            flex: 0 0 75% !important;
  }
  .fw-xl-80 {
    -webkit-box-flex: 80% !important;
        -ms-flex: 80% !important;
            flex: 80% !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 80% !important;
            flex: 0 0 80% !important;
  }
  .fw-xl-85 {
    -webkit-box-flex: 85% !important;
        -ms-flex: 85% !important;
            flex: 85% !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 85% !important;
            flex: 0 0 85% !important;
  }
  .fw-xl-90 {
    -webkit-box-flex: 90% !important;
        -ms-flex: 90% !important;
            flex: 90% !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 90% !important;
            flex: 0 0 90% !important;
  }
  .fw-xl-95 {
    -webkit-box-flex: 95% !important;
        -ms-flex: 95% !important;
            flex: 95% !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 95% !important;
            flex: 0 0 95% !important;
  }
  .fw-xl-100 {
    -webkit-box-flex: 100% !important;
        -ms-flex: 100% !important;
            flex: 100% !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}

@media (min-width: 1350px) {
  .fw-2xl-auto {
    -webkit-box-flex: 1 !important;
        -ms-flex: auto !important;
            flex: auto !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: none !important;
            flex: none !important;
  }
  .fw-2xl-0 {
    -webkit-box-flex: 0% !important;
        -ms-flex: 0% !important;
            flex: 0% !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 0% !important;
            flex: 0 0 0% !important;
  }
  .fw-2xl-5 {
    -webkit-box-flex: 5% !important;
        -ms-flex: 5% !important;
            flex: 5% !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 5% !important;
            flex: 0 0 5% !important;
  }
  .fw-2xl-10 {
    -webkit-box-flex: 10% !important;
        -ms-flex: 10% !important;
            flex: 10% !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 10% !important;
            flex: 0 0 10% !important;
  }
  .fw-2xl-15 {
    -webkit-box-flex: 15% !important;
        -ms-flex: 15% !important;
            flex: 15% !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 15% !important;
            flex: 0 0 15% !important;
  }
  .fw-2xl-20 {
    -webkit-box-flex: 20% !important;
        -ms-flex: 20% !important;
            flex: 20% !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 20% !important;
            flex: 0 0 20% !important;
  }
  .fw-2xl-25 {
    -webkit-box-flex: 25% !important;
        -ms-flex: 25% !important;
            flex: 25% !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 25% !important;
            flex: 0 0 25% !important;
  }
  .fw-2xl-30 {
    -webkit-box-flex: 30% !important;
        -ms-flex: 30% !important;
            flex: 30% !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 30% !important;
            flex: 0 0 30% !important;
  }
  .fw-2xl-32 {
    -webkit-box-flex: 32% !important;
        -ms-flex: 32% !important;
            flex: 32% !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 32% !important;
            flex: 0 0 32% !important;
  }
  .fw-2xl-35 {
    -webkit-box-flex: 35% !important;
        -ms-flex: 35% !important;
            flex: 35% !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 35% !important;
            flex: 0 0 35% !important;
  }
  .fw-2xl-40 {
    -webkit-box-flex: 40% !important;
        -ms-flex: 40% !important;
            flex: 40% !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 40% !important;
            flex: 0 0 40% !important;
  }
  .fw-2xl-45 {
    -webkit-box-flex: 45% !important;
        -ms-flex: 45% !important;
            flex: 45% !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 45% !important;
            flex: 0 0 45% !important;
  }
  .fw-2xl-50 {
    -webkit-box-flex: 50% !important;
        -ms-flex: 50% !important;
            flex: 50% !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 50% !important;
            flex: 0 0 50% !important;
  }
  .fw-2xl-55 {
    -webkit-box-flex: 55% !important;
        -ms-flex: 55% !important;
            flex: 55% !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 55% !important;
            flex: 0 0 55% !important;
  }
  .fw-2xl-60 {
    -webkit-box-flex: 60% !important;
        -ms-flex: 60% !important;
            flex: 60% !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 60% !important;
            flex: 0 0 60% !important;
  }
  .fw-2xl-65 {
    -webkit-box-flex: 65% !important;
        -ms-flex: 65% !important;
            flex: 65% !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 65% !important;
            flex: 0 0 65% !important;
  }
  .fw-2xl-70 {
    -webkit-box-flex: 70% !important;
        -ms-flex: 70% !important;
            flex: 70% !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 70% !important;
            flex: 0 0 70% !important;
  }
  .fw-2xl-75 {
    -webkit-box-flex: 75% !important;
        -ms-flex: 75% !important;
            flex: 75% !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 75% !important;
            flex: 0 0 75% !important;
  }
  .fw-2xl-80 {
    -webkit-box-flex: 80% !important;
        -ms-flex: 80% !important;
            flex: 80% !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 80% !important;
            flex: 0 0 80% !important;
  }
  .fw-2xl-85 {
    -webkit-box-flex: 85% !important;
        -ms-flex: 85% !important;
            flex: 85% !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 85% !important;
            flex: 0 0 85% !important;
  }
  .fw-2xl-90 {
    -webkit-box-flex: 90% !important;
        -ms-flex: 90% !important;
            flex: 90% !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 90% !important;
            flex: 0 0 90% !important;
  }
  .fw-2xl-95 {
    -webkit-box-flex: 95% !important;
        -ms-flex: 95% !important;
            flex: 95% !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 95% !important;
            flex: 0 0 95% !important;
  }
  .fw-2xl-100 {
    -webkit-box-flex: 100% !important;
        -ms-flex: 100% !important;
            flex: 100% !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}

.lh-1 {
  line-height: 1 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-2 {
  line-height: 2 !important;
}

.fs-8 {
  font-size: 0.5rem !important;
}

.fs-10 {
  font-size: 0.625rem !important;
}

.fs-11 {
  font-size: 0.6875rem !important;
}

.fs-12 {
  font-size: 0.75rem !important;
}

.fs-13 {
  font-size: 0.8125rem !important;
}

.fs-14 {
  font-size: 0.875rem !important;
}

.fs-15 {
  font-size: 0.9375rem !important;
}

.fs-16 {
  font-size: 1rem !important;
}

.fs-17 {
  font-size: 1.0625rem !important;
}

.fs-18 {
  font-size: 1.125rem !important;
}

.fs-21 {
  font-size: 1.3125rem !important;
}

.fs-24 {
  font-size: 1.5rem !important;
}

.fs-28 {
  font-size: 1.75rem !important;
}

.fs-30 {
  font-size: 1.875rem !important;
}

.fs-32 {
  font-size: 2rem !important;
}

.fs-34 {
  font-size: 2.125rem !important;
}

.fs-36 {
  font-size: 2.25rem !important;
}

.fs-48 {
  font-size: 3rem !important;
}

.fs-72 {
  font-size: 4.5rem !important;
}

@media (min-width: 576px) {
  .fs-sm-8 {
    font-size: 0.5rem !important;
  }
  .fs-sm-10 {
    font-size: 0.625rem !important;
  }
  .fs-sm-11 {
    font-size: 0.6875rem !important;
  }
  .fs-sm-12 {
    font-size: 0.75rem !important;
  }
  .fs-sm-13 {
    font-size: 0.8125rem !important;
  }
  .fs-sm-14 {
    font-size: 0.875rem !important;
  }
  .fs-sm-15 {
    font-size: 0.9375rem !important;
  }
  .fs-sm-16 {
    font-size: 1rem !important;
  }
  .fs-sm-17 {
    font-size: 1.0625rem !important;
  }
  .fs-sm-18 {
    font-size: 1.125rem !important;
  }
  .fs-sm-21 {
    font-size: 1.3125rem !important;
  }
  .fs-sm-24 {
    font-size: 1.5rem !important;
  }
  .fs-sm-28 {
    font-size: 1.75rem !important;
  }
  .fs-sm-30 {
    font-size: 1.875rem !important;
  }
  .fs-sm-32 {
    font-size: 2rem !important;
  }
  .fs-sm-34 {
    font-size: 2.125rem !important;
  }
  .fs-sm-36 {
    font-size: 2.25rem !important;
  }
  .fs-sm-48 {
    font-size: 3rem !important;
  }
  .fs-sm-72 {
    font-size: 4.5rem !important;
  }
}

@media (min-width: 768px) {
  .fs-md-8 {
    font-size: 0.5rem !important;
  }
  .fs-md-10 {
    font-size: 0.625rem !important;
  }
  .fs-md-11 {
    font-size: 0.6875rem !important;
  }
  .fs-md-12 {
    font-size: 0.75rem !important;
  }
  .fs-md-13 {
    font-size: 0.8125rem !important;
  }
  .fs-md-14 {
    font-size: 0.875rem !important;
  }
  .fs-md-15 {
    font-size: 0.9375rem !important;
  }
  .fs-md-16 {
    font-size: 1rem !important;
  }
  .fs-md-17 {
    font-size: 1.0625rem !important;
  }
  .fs-md-18 {
    font-size: 1.125rem !important;
  }
  .fs-md-21 {
    font-size: 1.3125rem !important;
  }
  .fs-md-24 {
    font-size: 1.5rem !important;
  }
  .fs-md-28 {
    font-size: 1.75rem !important;
  }
  .fs-md-30 {
    font-size: 1.875rem !important;
  }
  .fs-md-32 {
    font-size: 2rem !important;
  }
  .fs-md-34 {
    font-size: 2.125rem !important;
  }
  .fs-md-36 {
    font-size: 2.25rem !important;
  }
  .fs-md-48 {
    font-size: 3rem !important;
  }
  .fs-md-72 {
    font-size: 4.5rem !important;
  }
}

@media (min-width: 992px) {
  .fs-lg-8 {
    font-size: 0.5rem !important;
  }
  .fs-lg-10 {
    font-size: 0.625rem !important;
  }
  .fs-lg-11 {
    font-size: 0.6875rem !important;
  }
  .fs-lg-12 {
    font-size: 0.75rem !important;
  }
  .fs-lg-13 {
    font-size: 0.8125rem !important;
  }
  .fs-lg-14 {
    font-size: 0.875rem !important;
  }
  .fs-lg-15 {
    font-size: 0.9375rem !important;
  }
  .fs-lg-16 {
    font-size: 1rem !important;
  }
  .fs-lg-17 {
    font-size: 1.0625rem !important;
  }
  .fs-lg-18 {
    font-size: 1.125rem !important;
  }
  .fs-lg-21 {
    font-size: 1.3125rem !important;
  }
  .fs-lg-24 {
    font-size: 1.5rem !important;
  }
  .fs-lg-28 {
    font-size: 1.75rem !important;
  }
  .fs-lg-30 {
    font-size: 1.875rem !important;
  }
  .fs-lg-32 {
    font-size: 2rem !important;
  }
  .fs-lg-34 {
    font-size: 2.125rem !important;
  }
  .fs-lg-36 {
    font-size: 2.25rem !important;
  }
  .fs-lg-48 {
    font-size: 3rem !important;
  }
  .fs-lg-72 {
    font-size: 4.5rem !important;
  }
}

@media (min-width: 1200px) {
  .fs-xl-8 {
    font-size: 0.5rem !important;
  }
  .fs-xl-10 {
    font-size: 0.625rem !important;
  }
  .fs-xl-11 {
    font-size: 0.6875rem !important;
  }
  .fs-xl-12 {
    font-size: 0.75rem !important;
  }
  .fs-xl-13 {
    font-size: 0.8125rem !important;
  }
  .fs-xl-14 {
    font-size: 0.875rem !important;
  }
  .fs-xl-15 {
    font-size: 0.9375rem !important;
  }
  .fs-xl-16 {
    font-size: 1rem !important;
  }
  .fs-xl-17 {
    font-size: 1.0625rem !important;
  }
  .fs-xl-18 {
    font-size: 1.125rem !important;
  }
  .fs-xl-21 {
    font-size: 1.3125rem !important;
  }
  .fs-xl-24 {
    font-size: 1.5rem !important;
  }
  .fs-xl-28 {
    font-size: 1.75rem !important;
  }
  .fs-xl-30 {
    font-size: 1.875rem !important;
  }
  .fs-xl-32 {
    font-size: 2rem !important;
  }
  .fs-xl-34 {
    font-size: 2.125rem !important;
  }
  .fs-xl-36 {
    font-size: 2.25rem !important;
  }
  .fs-xl-48 {
    font-size: 3rem !important;
  }
  .fs-xl-72 {
    font-size: 4.5rem !important;
  }
}

@media (min-width: 1350px) {
  .fs-2xl-8 {
    font-size: 0.5rem !important;
  }
  .fs-2xl-10 {
    font-size: 0.625rem !important;
  }
  .fs-2xl-11 {
    font-size: 0.6875rem !important;
  }
  .fs-2xl-12 {
    font-size: 0.75rem !important;
  }
  .fs-2xl-13 {
    font-size: 0.8125rem !important;
  }
  .fs-2xl-14 {
    font-size: 0.875rem !important;
  }
  .fs-2xl-15 {
    font-size: 0.9375rem !important;
  }
  .fs-2xl-16 {
    font-size: 1rem !important;
  }
  .fs-2xl-17 {
    font-size: 1.0625rem !important;
  }
  .fs-2xl-18 {
    font-size: 1.125rem !important;
  }
  .fs-2xl-21 {
    font-size: 1.3125rem !important;
  }
  .fs-2xl-24 {
    font-size: 1.5rem !important;
  }
  .fs-2xl-28 {
    font-size: 1.75rem !important;
  }
  .fs-2xl-30 {
    font-size: 1.875rem !important;
  }
  .fs-2xl-32 {
    font-size: 2rem !important;
  }
  .fs-2xl-34 {
    font-size: 2.125rem !important;
  }
  .fs-2xl-36 {
    font-size: 2.25rem !important;
  }
  .fs-2xl-48 {
    font-size: 3rem !important;
  }
  .fs-2xl-72 {
    font-size: 4.5rem !important;
  }
}

.font-family-roboto {
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}

.font-family-mplus2p {
  font-family: "M Plus 2p", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}

.font-weight-thin {
  font-weight: 100 !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-medium {
  font-weight: 500 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-heavy {
  font-weight: 800 !important;
}

.font-weight-black {
  font-weight: 900 !important;
}

@media (min-width: 576px) {
  .font-weight-sm-thin {
    font-weight: 100 !important;
  }
  .font-weight-sm-light {
    font-weight: 300 !important;
  }
  .font-weight-sm-normal {
    font-weight: 400 !important;
  }
  .font-weight-sm-medium {
    font-weight: 500 !important;
  }
  .font-weight-sm-bold {
    font-weight: 700 !important;
  }
  .font-weight-sm-heavy {
    font-weight: 800 !important;
  }
  .font-weight-sm-black {
    font-weight: 900 !important;
  }
}

@media (min-width: 768px) {
  .font-weight-md-thin {
    font-weight: 100 !important;
  }
  .font-weight-md-light {
    font-weight: 300 !important;
  }
  .font-weight-md-normal {
    font-weight: 400 !important;
  }
  .font-weight-md-medium {
    font-weight: 500 !important;
  }
  .font-weight-md-bold {
    font-weight: 700 !important;
  }
  .font-weight-md-heavy {
    font-weight: 800 !important;
  }
  .font-weight-md-black {
    font-weight: 900 !important;
  }
}

@media (min-width: 992px) {
  .font-weight-lg-thin {
    font-weight: 100 !important;
  }
  .font-weight-lg-light {
    font-weight: 300 !important;
  }
  .font-weight-lg-normal {
    font-weight: 400 !important;
  }
  .font-weight-lg-medium {
    font-weight: 500 !important;
  }
  .font-weight-lg-bold {
    font-weight: 700 !important;
  }
  .font-weight-lg-heavy {
    font-weight: 800 !important;
  }
  .font-weight-lg-black {
    font-weight: 900 !important;
  }
}

@media (min-width: 1200px) {
  .font-weight-xl-thin {
    font-weight: 100 !important;
  }
  .font-weight-xl-light {
    font-weight: 300 !important;
  }
  .font-weight-xl-normal {
    font-weight: 400 !important;
  }
  .font-weight-xl-medium {
    font-weight: 500 !important;
  }
  .font-weight-xl-bold {
    font-weight: 700 !important;
  }
  .font-weight-xl-heavy {
    font-weight: 800 !important;
  }
  .font-weight-xl-black {
    font-weight: 900 !important;
  }
}

@media (min-width: 1350px) {
  .font-weight-2xl-thin {
    font-weight: 100 !important;
  }
  .font-weight-2xl-light {
    font-weight: 300 !important;
  }
  .font-weight-2xl-normal {
    font-weight: 400 !important;
  }
  .font-weight-2xl-medium {
    font-weight: 500 !important;
  }
  .font-weight-2xl-bold {
    font-weight: 700 !important;
  }
  .font-weight-2xl-heavy {
    font-weight: 800 !important;
  }
  .font-weight-2xl-black {
    font-weight: 900 !important;
  }
}

.text-gray-light-color {
  color: rgba(238, 238, 238, 0.5) !important;
}

.text-hover-gray-light-color:hover {
  color: rgba(238, 238, 238, 0.5) !important;
}

.bg-gray-light-color {
  background-color: rgba(238, 238, 238, 0.5);
}

.border-gray-light-color {
  border-color: rgba(238, 238, 238, 0.5) !important;
}

.m--30 {
  margin: -1.875rem !important;
}

.mt--30,
.my--30 {
  margin-top: -1.875rem !important;
}

.mr--30,
.mx--30 {
  margin-right: -1.875rem !important;
}

.mb--30,
.my--30 {
  margin-bottom: -1.875rem !important;
}

.ml--30,
.mx--30 {
  margin-left: -1.875rem !important;
}

.m--20 {
  margin: -1.25rem !important;
}

.mt--20,
.my--20 {
  margin-top: -1.25rem !important;
}

.mr--20,
.mx--20 {
  margin-right: -1.25rem !important;
}

.mb--20,
.my--20 {
  margin-bottom: -1.25rem !important;
}

.ml--20,
.mx--20 {
  margin-left: -1.25rem !important;
}

.m--15 {
  margin: -0.9375rem !important;
}

.mt--15,
.my--15 {
  margin-top: -0.9375rem !important;
}

.mr--15,
.mx--15 {
  margin-right: -0.9375rem !important;
}

.mb--15,
.my--15 {
  margin-bottom: -0.9375rem !important;
}

.ml--15,
.mx--15 {
  margin-left: -0.9375rem !important;
}

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

.mt--10,
.my--10 {
  margin-top: -0.625rem !important;
}

.mr--10,
.mx--10 {
  margin-right: -0.625rem !important;
}

.mb--10,
.my--10 {
  margin-bottom: -0.625rem !important;
}

.ml--10,
.mx--10 {
  margin-left: -0.625rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-9 {
  margin: 0.5625rem !important;
}

.mt-9,
.my-9 {
  margin-top: 0.5625rem !important;
}

.mr-9,
.mx-9 {
  margin-right: 0.5625rem !important;
}

.mb-9,
.my-9 {
  margin-bottom: 0.5625rem !important;
}

.ml-9,
.mx-9 {
  margin-left: 0.5625rem !important;
}

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

.mt-10,
.my-10 {
  margin-top: 0.625rem !important;
}

.mr-10,
.mx-10 {
  margin-right: 0.625rem !important;
}

.mb-10,
.my-10 {
  margin-bottom: 0.625rem !important;
}

.ml-10,
.mx-10 {
  margin-left: 0.625rem !important;
}

.m-14 {
  margin: 0.875rem !important;
}

.mt-14,
.my-14 {
  margin-top: 0.875rem !important;
}

.mr-14,
.mx-14 {
  margin-right: 0.875rem !important;
}

.mb-14,
.my-14 {
  margin-bottom: 0.875rem !important;
}

.ml-14,
.mx-14 {
  margin-left: 0.875rem !important;
}

.m-15 {
  margin: 0.9375rem !important;
}

.mt-15,
.my-15 {
  margin-top: 0.9375rem !important;
}

.mr-15,
.mx-15 {
  margin-right: 0.9375rem !important;
}

.mb-15,
.my-15 {
  margin-bottom: 0.9375rem !important;
}

.ml-15,
.mx-15 {
  margin-left: 0.9375rem !important;
}

.m-20 {
  margin: 1.25rem !important;
}

.mt-20,
.my-20 {
  margin-top: 1.25rem !important;
}

.mr-20,
.mx-20 {
  margin-right: 1.25rem !important;
}

.mb-20,
.my-20 {
  margin-bottom: 1.25rem !important;
}

.ml-20,
.mx-20 {
  margin-left: 1.25rem !important;
}

.m-25 {
  margin: 1.5625rem !important;
}

.mt-25,
.my-25 {
  margin-top: 1.5625rem !important;
}

.mr-25,
.mx-25 {
  margin-right: 1.5625rem !important;
}

.mb-25,
.my-25 {
  margin-bottom: 1.5625rem !important;
}

.ml-25,
.mx-25 {
  margin-left: 1.5625rem !important;
}

.m-30 {
  margin: 1.875rem !important;
}

.mt-30,
.my-30 {
  margin-top: 1.875rem !important;
}

.mr-30,
.mx-30 {
  margin-right: 1.875rem !important;
}

.mb-30,
.my-30 {
  margin-bottom: 1.875rem !important;
}

.ml-30,
.mx-30 {
  margin-left: 1.875rem !important;
}

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

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

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

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

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

.m-35 {
  margin: 2.1875rem !important;
}

.mt-35,
.my-35 {
  margin-top: 2.1875rem !important;
}

.mr-35,
.mx-35 {
  margin-right: 2.1875rem !important;
}

.mb-35,
.my-35 {
  margin-bottom: 2.1875rem !important;
}

.ml-35,
.mx-35 {
  margin-left: 2.1875rem !important;
}

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

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

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

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

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

.m-45 {
  margin: 2.8125rem !important;
}

.mt-45,
.my-45 {
  margin-top: 2.8125rem !important;
}

.mr-45,
.mx-45 {
  margin-right: 2.8125rem !important;
}

.mb-45,
.my-45 {
  margin-bottom: 2.8125rem !important;
}

.ml-45,
.mx-45 {
  margin-left: 2.8125rem !important;
}

.m-50 {
  margin: 3.125rem !important;
}

.mt-50,
.my-50 {
  margin-top: 3.125rem !important;
}

.mr-50,
.mx-50 {
  margin-right: 3.125rem !important;
}

.mb-50,
.my-50 {
  margin-bottom: 3.125rem !important;
}

.ml-50,
.mx-50 {
  margin-left: 3.125rem !important;
}

.m-60 {
  margin: 3.75rem !important;
}

.mt-60,
.my-60 {
  margin-top: 3.75rem !important;
}

.mr-60,
.mx-60 {
  margin-right: 3.75rem !important;
}

.mb-60,
.my-60 {
  margin-bottom: 3.75rem !important;
}

.ml-60,
.mx-60 {
  margin-left: 3.75rem !important;
}

.m-65 {
  margin: 4.0625rem !important;
}

.mt-65,
.my-65 {
  margin-top: 4.0625rem !important;
}

.mr-65,
.mx-65 {
  margin-right: 4.0625rem !important;
}

.mb-65,
.my-65 {
  margin-bottom: 4.0625rem !important;
}

.ml-65,
.mx-65 {
  margin-left: 4.0625rem !important;
}

.m-70 {
  margin: 4.375rem !important;
}

.mt-70,
.my-70 {
  margin-top: 4.375rem !important;
}

.mr-70,
.mx-70 {
  margin-right: 4.375rem !important;
}

.mb-70,
.my-70 {
  margin-bottom: 4.375rem !important;
}

.ml-70,
.mx-70 {
  margin-left: 4.375rem !important;
}

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

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

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

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

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

.m-90 {
  margin: 5.625rem !important;
}

.mt-90,
.my-90 {
  margin-top: 5.625rem !important;
}

.mr-90,
.mx-90 {
  margin-right: 5.625rem !important;
}

.mb-90,
.my-90 {
  margin-bottom: 5.625rem !important;
}

.ml-90,
.mx-90 {
  margin-left: 5.625rem !important;
}

.m-100 {
  margin: 6.25rem !important;
}

.mt-100,
.my-100 {
  margin-top: 6.25rem !important;
}

.mr-100,
.mx-100 {
  margin-right: 6.25rem !important;
}

.mb-100,
.my-100 {
  margin-bottom: 6.25rem !important;
}

.ml-100,
.mx-100 {
  margin-left: 6.25rem !important;
}

.m-150 {
  margin: 9.375rem !important;
}

.mt-150,
.my-150 {
  margin-top: 9.375rem !important;
}

.mr-150,
.mx-150 {
  margin-right: 9.375rem !important;
}

.mb-150,
.my-150 {
  margin-bottom: 9.375rem !important;
}

.ml-150,
.mx-150 {
  margin-left: 9.375rem !important;
}

.p--30 {
  padding: -1.875rem !important;
}

.pt--30,
.py--30 {
  padding-top: -1.875rem !important;
}

.pr--30,
.px--30 {
  padding-right: -1.875rem !important;
}

.pb--30,
.py--30 {
  padding-bottom: -1.875rem !important;
}

.pl--30,
.px--30 {
  padding-left: -1.875rem !important;
}

.p--20 {
  padding: -1.25rem !important;
}

.pt--20,
.py--20 {
  padding-top: -1.25rem !important;
}

.pr--20,
.px--20 {
  padding-right: -1.25rem !important;
}

.pb--20,
.py--20 {
  padding-bottom: -1.25rem !important;
}

.pl--20,
.px--20 {
  padding-left: -1.25rem !important;
}

.p--15 {
  padding: -0.9375rem !important;
}

.pt--15,
.py--15 {
  padding-top: -0.9375rem !important;
}

.pr--15,
.px--15 {
  padding-right: -0.9375rem !important;
}

.pb--15,
.py--15 {
  padding-bottom: -0.9375rem !important;
}

.pl--15,
.px--15 {
  padding-left: -0.9375rem !important;
}

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

.pt--10,
.py--10 {
  padding-top: -0.625rem !important;
}

.pr--10,
.px--10 {
  padding-right: -0.625rem !important;
}

.pb--10,
.py--10 {
  padding-bottom: -0.625rem !important;
}

.pl--10,
.px--10 {
  padding-left: -0.625rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-9 {
  padding: 0.5625rem !important;
}

.pt-9,
.py-9 {
  padding-top: 0.5625rem !important;
}

.pr-9,
.px-9 {
  padding-right: 0.5625rem !important;
}

.pb-9,
.py-9 {
  padding-bottom: 0.5625rem !important;
}

.pl-9,
.px-9 {
  padding-left: 0.5625rem !important;
}

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

.pt-10,
.py-10 {
  padding-top: 0.625rem !important;
}

.pr-10,
.px-10 {
  padding-right: 0.625rem !important;
}

.pb-10,
.py-10 {
  padding-bottom: 0.625rem !important;
}

.pl-10,
.px-10 {
  padding-left: 0.625rem !important;
}

.p-14 {
  padding: 0.875rem !important;
}

.pt-14,
.py-14 {
  padding-top: 0.875rem !important;
}

.pr-14,
.px-14 {
  padding-right: 0.875rem !important;
}

.pb-14,
.py-14 {
  padding-bottom: 0.875rem !important;
}

.pl-14,
.px-14 {
  padding-left: 0.875rem !important;
}

.p-15 {
  padding: 0.9375rem !important;
}

.pt-15,
.py-15 {
  padding-top: 0.9375rem !important;
}

.pr-15,
.px-15 {
  padding-right: 0.9375rem !important;
}

.pb-15,
.py-15 {
  padding-bottom: 0.9375rem !important;
}

.pl-15,
.px-15 {
  padding-left: 0.9375rem !important;
}

.p-20 {
  padding: 1.25rem !important;
}

.pt-20,
.py-20 {
  padding-top: 1.25rem !important;
}

.pr-20,
.px-20 {
  padding-right: 1.25rem !important;
}

.pb-20,
.py-20 {
  padding-bottom: 1.25rem !important;
}

.pl-20,
.px-20 {
  padding-left: 1.25rem !important;
}

.p-25 {
  padding: 1.5625rem !important;
}

.pt-25,
.py-25 {
  padding-top: 1.5625rem !important;
}

.pr-25,
.px-25 {
  padding-right: 1.5625rem !important;
}

.pb-25,
.py-25 {
  padding-bottom: 1.5625rem !important;
}

.pl-25,
.px-25 {
  padding-left: 1.5625rem !important;
}

.p-30 {
  padding: 1.875rem !important;
}

.pt-30,
.py-30 {
  padding-top: 1.875rem !important;
}

.pr-30,
.px-30 {
  padding-right: 1.875rem !important;
}

.pb-30,
.py-30 {
  padding-bottom: 1.875rem !important;
}

.pl-30,
.px-30 {
  padding-left: 1.875rem !important;
}

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

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

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

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

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

.p-35 {
  padding: 2.1875rem !important;
}

.pt-35,
.py-35 {
  padding-top: 2.1875rem !important;
}

.pr-35,
.px-35 {
  padding-right: 2.1875rem !important;
}

.pb-35,
.py-35 {
  padding-bottom: 2.1875rem !important;
}

.pl-35,
.px-35 {
  padding-left: 2.1875rem !important;
}

.p-40 {
  padding: 2.5rem !important;
}

.pt-40,
.py-40 {
  padding-top: 2.5rem !important;
}

.pr-40,
.px-40 {
  padding-right: 2.5rem !important;
}

.pb-40,
.py-40 {
  padding-bottom: 2.5rem !important;
}

.pl-40,
.px-40 {
  padding-left: 2.5rem !important;
}

.p-45 {
  padding: 2.8125rem !important;
}

.pt-45,
.py-45 {
  padding-top: 2.8125rem !important;
}

.pr-45,
.px-45 {
  padding-right: 2.8125rem !important;
}

.pb-45,
.py-45 {
  padding-bottom: 2.8125rem !important;
}

.pl-45,
.px-45 {
  padding-left: 2.8125rem !important;
}

.p-50 {
  padding: 3.125rem !important;
}

.pt-50,
.py-50 {
  padding-top: 3.125rem !important;
}

.pr-50,
.px-50 {
  padding-right: 3.125rem !important;
}

.pb-50,
.py-50 {
  padding-bottom: 3.125rem !important;
}

.pl-50,
.px-50 {
  padding-left: 3.125rem !important;
}

.p-60 {
  padding: 3.75rem !important;
}

.pt-60,
.py-60 {
  padding-top: 3.75rem !important;
}

.pr-60,
.px-60 {
  padding-right: 3.75rem !important;
}

.pb-60,
.py-60 {
  padding-bottom: 3.75rem !important;
}

.pl-60,
.px-60 {
  padding-left: 3.75rem !important;
}

.p-65 {
  padding: 4.0625rem !important;
}

.pt-65,
.py-65 {
  padding-top: 4.0625rem !important;
}

.pr-65,
.px-65 {
  padding-right: 4.0625rem !important;
}

.pb-65,
.py-65 {
  padding-bottom: 4.0625rem !important;
}

.pl-65,
.px-65 {
  padding-left: 4.0625rem !important;
}

.p-70 {
  padding: 4.375rem !important;
}

.pt-70,
.py-70 {
  padding-top: 4.375rem !important;
}

.pr-70,
.px-70 {
  padding-right: 4.375rem !important;
}

.pb-70,
.py-70 {
  padding-bottom: 4.375rem !important;
}

.pl-70,
.px-70 {
  padding-left: 4.375rem !important;
}

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

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

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

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

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

.p-90 {
  padding: 5.625rem !important;
}

.pt-90,
.py-90 {
  padding-top: 5.625rem !important;
}

.pr-90,
.px-90 {
  padding-right: 5.625rem !important;
}

.pb-90,
.py-90 {
  padding-bottom: 5.625rem !important;
}

.pl-90,
.px-90 {
  padding-left: 5.625rem !important;
}

.p-100 {
  padding: 6.25rem !important;
}

.pt-100,
.py-100 {
  padding-top: 6.25rem !important;
}

.pr-100,
.px-100 {
  padding-right: 6.25rem !important;
}

.pb-100,
.py-100 {
  padding-bottom: 6.25rem !important;
}

.pl-100,
.px-100 {
  padding-left: 6.25rem !important;
}

.p-150 {
  padding: 9.375rem !important;
}

.pt-150,
.py-150 {
  padding-top: 9.375rem !important;
}

.pr-150,
.px-150 {
  padding-right: 9.375rem !important;
}

.pb-150,
.py-150 {
  padding-bottom: 9.375rem !important;
}

.pl-150,
.px-150 {
  padding-left: 9.375rem !important;
}

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm--30 {
    margin: -1.875rem !important;
  }
  .mt-sm--30,
  .my-sm--30 {
    margin-top: -1.875rem !important;
  }
  .mr-sm--30,
  .mx-sm--30 {
    margin-right: -1.875rem !important;
  }
  .mb-sm--30,
  .my-sm--30 {
    margin-bottom: -1.875rem !important;
  }
  .ml-sm--30,
  .mx-sm--30 {
    margin-left: -1.875rem !important;
  }
  .m-sm--20 {
    margin: -1.25rem !important;
  }
  .mt-sm--20,
  .my-sm--20 {
    margin-top: -1.25rem !important;
  }
  .mr-sm--20,
  .mx-sm--20 {
    margin-right: -1.25rem !important;
  }
  .mb-sm--20,
  .my-sm--20 {
    margin-bottom: -1.25rem !important;
  }
  .ml-sm--20,
  .mx-sm--20 {
    margin-left: -1.25rem !important;
  }
  .m-sm--15 {
    margin: -0.9375rem !important;
  }
  .mt-sm--15,
  .my-sm--15 {
    margin-top: -0.9375rem !important;
  }
  .mr-sm--15,
  .mx-sm--15 {
    margin-right: -0.9375rem !important;
  }
  .mb-sm--15,
  .my-sm--15 {
    margin-bottom: -0.9375rem !important;
  }
  .ml-sm--15,
  .mx-sm--15 {
    margin-left: -0.9375rem !important;
  }
  .m-sm--10 {
    margin: -0.625rem !important;
  }
  .mt-sm--10,
  .my-sm--10 {
    margin-top: -0.625rem !important;
  }
  .mr-sm--10,
  .mx-sm--10 {
    margin-right: -0.625rem !important;
  }
  .mb-sm--10,
  .my-sm--10 {
    margin-bottom: -0.625rem !important;
  }
  .ml-sm--10,
  .mx-sm--10 {
    margin-left: -0.625rem !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .m-sm-8 {
    margin: 0.5rem !important;
  }
  .mt-sm-8,
  .my-sm-8 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-8,
  .mx-sm-8 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-8,
  .my-sm-8 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-8,
  .mx-sm-8 {
    margin-left: 0.5rem !important;
  }
  .m-sm-9 {
    margin: 0.5625rem !important;
  }
  .mt-sm-9,
  .my-sm-9 {
    margin-top: 0.5625rem !important;
  }
  .mr-sm-9,
  .mx-sm-9 {
    margin-right: 0.5625rem !important;
  }
  .mb-sm-9,
  .my-sm-9 {
    margin-bottom: 0.5625rem !important;
  }
  .ml-sm-9,
  .mx-sm-9 {
    margin-left: 0.5625rem !important;
  }
  .m-sm-10 {
    margin: 0.625rem !important;
  }
  .mt-sm-10,
  .my-sm-10 {
    margin-top: 0.625rem !important;
  }
  .mr-sm-10,
  .mx-sm-10 {
    margin-right: 0.625rem !important;
  }
  .mb-sm-10,
  .my-sm-10 {
    margin-bottom: 0.625rem !important;
  }
  .ml-sm-10,
  .mx-sm-10 {
    margin-left: 0.625rem !important;
  }
  .m-sm-14 {
    margin: 0.875rem !important;
  }
  .mt-sm-14,
  .my-sm-14 {
    margin-top: 0.875rem !important;
  }
  .mr-sm-14,
  .mx-sm-14 {
    margin-right: 0.875rem !important;
  }
  .mb-sm-14,
  .my-sm-14 {
    margin-bottom: 0.875rem !important;
  }
  .ml-sm-14,
  .mx-sm-14 {
    margin-left: 0.875rem !important;
  }
  .m-sm-15 {
    margin: 0.9375rem !important;
  }
  .mt-sm-15,
  .my-sm-15 {
    margin-top: 0.9375rem !important;
  }
  .mr-sm-15,
  .mx-sm-15 {
    margin-right: 0.9375rem !important;
  }
  .mb-sm-15,
  .my-sm-15 {
    margin-bottom: 0.9375rem !important;
  }
  .ml-sm-15,
  .mx-sm-15 {
    margin-left: 0.9375rem !important;
  }
  .m-sm-20 {
    margin: 1.25rem !important;
  }
  .mt-sm-20,
  .my-sm-20 {
    margin-top: 1.25rem !important;
  }
  .mr-sm-20,
  .mx-sm-20 {
    margin-right: 1.25rem !important;
  }
  .mb-sm-20,
  .my-sm-20 {
    margin-bottom: 1.25rem !important;
  }
  .ml-sm-20,
  .mx-sm-20 {
    margin-left: 1.25rem !important;
  }
  .m-sm-25 {
    margin: 1.5625rem !important;
  }
  .mt-sm-25,
  .my-sm-25 {
    margin-top: 1.5625rem !important;
  }
  .mr-sm-25,
  .mx-sm-25 {
    margin-right: 1.5625rem !important;
  }
  .mb-sm-25,
  .my-sm-25 {
    margin-bottom: 1.5625rem !important;
  }
  .ml-sm-25,
  .mx-sm-25 {
    margin-left: 1.5625rem !important;
  }
  .m-sm-30 {
    margin: 1.875rem !important;
  }
  .mt-sm-30,
  .my-sm-30 {
    margin-top: 1.875rem !important;
  }
  .mr-sm-30,
  .mx-sm-30 {
    margin-right: 1.875rem !important;
  }
  .mb-sm-30,
  .my-sm-30 {
    margin-bottom: 1.875rem !important;
  }
  .ml-sm-30,
  .mx-sm-30 {
    margin-left: 1.875rem !important;
  }
  .m-sm-32 {
    margin: 2rem !important;
  }
  .mt-sm-32,
  .my-sm-32 {
    margin-top: 2rem !important;
  }
  .mr-sm-32,
  .mx-sm-32 {
    margin-right: 2rem !important;
  }
  .mb-sm-32,
  .my-sm-32 {
    margin-bottom: 2rem !important;
  }
  .ml-sm-32,
  .mx-sm-32 {
    margin-left: 2rem !important;
  }
  .m-sm-35 {
    margin: 2.1875rem !important;
  }
  .mt-sm-35,
  .my-sm-35 {
    margin-top: 2.1875rem !important;
  }
  .mr-sm-35,
  .mx-sm-35 {
    margin-right: 2.1875rem !important;
  }
  .mb-sm-35,
  .my-sm-35 {
    margin-bottom: 2.1875rem !important;
  }
  .ml-sm-35,
  .mx-sm-35 {
    margin-left: 2.1875rem !important;
  }
  .m-sm-40 {
    margin: 2.5rem !important;
  }
  .mt-sm-40,
  .my-sm-40 {
    margin-top: 2.5rem !important;
  }
  .mr-sm-40,
  .mx-sm-40 {
    margin-right: 2.5rem !important;
  }
  .mb-sm-40,
  .my-sm-40 {
    margin-bottom: 2.5rem !important;
  }
  .ml-sm-40,
  .mx-sm-40 {
    margin-left: 2.5rem !important;
  }
  .m-sm-45 {
    margin: 2.8125rem !important;
  }
  .mt-sm-45,
  .my-sm-45 {
    margin-top: 2.8125rem !important;
  }
  .mr-sm-45,
  .mx-sm-45 {
    margin-right: 2.8125rem !important;
  }
  .mb-sm-45,
  .my-sm-45 {
    margin-bottom: 2.8125rem !important;
  }
  .ml-sm-45,
  .mx-sm-45 {
    margin-left: 2.8125rem !important;
  }
  .m-sm-50 {
    margin: 3.125rem !important;
  }
  .mt-sm-50,
  .my-sm-50 {
    margin-top: 3.125rem !important;
  }
  .mr-sm-50,
  .mx-sm-50 {
    margin-right: 3.125rem !important;
  }
  .mb-sm-50,
  .my-sm-50 {
    margin-bottom: 3.125rem !important;
  }
  .ml-sm-50,
  .mx-sm-50 {
    margin-left: 3.125rem !important;
  }
  .m-sm-60 {
    margin: 3.75rem !important;
  }
  .mt-sm-60,
  .my-sm-60 {
    margin-top: 3.75rem !important;
  }
  .mr-sm-60,
  .mx-sm-60 {
    margin-right: 3.75rem !important;
  }
  .mb-sm-60,
  .my-sm-60 {
    margin-bottom: 3.75rem !important;
  }
  .ml-sm-60,
  .mx-sm-60 {
    margin-left: 3.75rem !important;
  }
  .m-sm-65 {
    margin: 4.0625rem !important;
  }
  .mt-sm-65,
  .my-sm-65 {
    margin-top: 4.0625rem !important;
  }
  .mr-sm-65,
  .mx-sm-65 {
    margin-right: 4.0625rem !important;
  }
  .mb-sm-65,
  .my-sm-65 {
    margin-bottom: 4.0625rem !important;
  }
  .ml-sm-65,
  .mx-sm-65 {
    margin-left: 4.0625rem !important;
  }
  .m-sm-70 {
    margin: 4.375rem !important;
  }
  .mt-sm-70,
  .my-sm-70 {
    margin-top: 4.375rem !important;
  }
  .mr-sm-70,
  .mx-sm-70 {
    margin-right: 4.375rem !important;
  }
  .mb-sm-70,
  .my-sm-70 {
    margin-bottom: 4.375rem !important;
  }
  .ml-sm-70,
  .mx-sm-70 {
    margin-left: 4.375rem !important;
  }
  .m-sm-80 {
    margin: 5rem !important;
  }
  .mt-sm-80,
  .my-sm-80 {
    margin-top: 5rem !important;
  }
  .mr-sm-80,
  .mx-sm-80 {
    margin-right: 5rem !important;
  }
  .mb-sm-80,
  .my-sm-80 {
    margin-bottom: 5rem !important;
  }
  .ml-sm-80,
  .mx-sm-80 {
    margin-left: 5rem !important;
  }
  .m-sm-90 {
    margin: 5.625rem !important;
  }
  .mt-sm-90,
  .my-sm-90 {
    margin-top: 5.625rem !important;
  }
  .mr-sm-90,
  .mx-sm-90 {
    margin-right: 5.625rem !important;
  }
  .mb-sm-90,
  .my-sm-90 {
    margin-bottom: 5.625rem !important;
  }
  .ml-sm-90,
  .mx-sm-90 {
    margin-left: 5.625rem !important;
  }
  .m-sm-100 {
    margin: 6.25rem !important;
  }
  .mt-sm-100,
  .my-sm-100 {
    margin-top: 6.25rem !important;
  }
  .mr-sm-100,
  .mx-sm-100 {
    margin-right: 6.25rem !important;
  }
  .mb-sm-100,
  .my-sm-100 {
    margin-bottom: 6.25rem !important;
  }
  .ml-sm-100,
  .mx-sm-100 {
    margin-left: 6.25rem !important;
  }
  .m-sm-150 {
    margin: 9.375rem !important;
  }
  .mt-sm-150,
  .my-sm-150 {
    margin-top: 9.375rem !important;
  }
  .mr-sm-150,
  .mx-sm-150 {
    margin-right: 9.375rem !important;
  }
  .mb-sm-150,
  .my-sm-150 {
    margin-bottom: 9.375rem !important;
  }
  .ml-sm-150,
  .mx-sm-150 {
    margin-left: 9.375rem !important;
  }
  .p-sm--30 {
    padding: -1.875rem !important;
  }
  .pt-sm--30,
  .py-sm--30 {
    padding-top: -1.875rem !important;
  }
  .pr-sm--30,
  .px-sm--30 {
    padding-right: -1.875rem !important;
  }
  .pb-sm--30,
  .py-sm--30 {
    padding-bottom: -1.875rem !important;
  }
  .pl-sm--30,
  .px-sm--30 {
    padding-left: -1.875rem !important;
  }
  .p-sm--20 {
    padding: -1.25rem !important;
  }
  .pt-sm--20,
  .py-sm--20 {
    padding-top: -1.25rem !important;
  }
  .pr-sm--20,
  .px-sm--20 {
    padding-right: -1.25rem !important;
  }
  .pb-sm--20,
  .py-sm--20 {
    padding-bottom: -1.25rem !important;
  }
  .pl-sm--20,
  .px-sm--20 {
    padding-left: -1.25rem !important;
  }
  .p-sm--15 {
    padding: -0.9375rem !important;
  }
  .pt-sm--15,
  .py-sm--15 {
    padding-top: -0.9375rem !important;
  }
  .pr-sm--15,
  .px-sm--15 {
    padding-right: -0.9375rem !important;
  }
  .pb-sm--15,
  .py-sm--15 {
    padding-bottom: -0.9375rem !important;
  }
  .pl-sm--15,
  .px-sm--15 {
    padding-left: -0.9375rem !important;
  }
  .p-sm--10 {
    padding: -0.625rem !important;
  }
  .pt-sm--10,
  .py-sm--10 {
    padding-top: -0.625rem !important;
  }
  .pr-sm--10,
  .px-sm--10 {
    padding-right: -0.625rem !important;
  }
  .pb-sm--10,
  .py-sm--10 {
    padding-bottom: -0.625rem !important;
  }
  .pl-sm--10,
  .px-sm--10 {
    padding-left: -0.625rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .p-sm-8 {
    padding: 0.5rem !important;
  }
  .pt-sm-8,
  .py-sm-8 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-8,
  .px-sm-8 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-8,
  .py-sm-8 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-8,
  .px-sm-8 {
    padding-left: 0.5rem !important;
  }
  .p-sm-9 {
    padding: 0.5625rem !important;
  }
  .pt-sm-9,
  .py-sm-9 {
    padding-top: 0.5625rem !important;
  }
  .pr-sm-9,
  .px-sm-9 {
    padding-right: 0.5625rem !important;
  }
  .pb-sm-9,
  .py-sm-9 {
    padding-bottom: 0.5625rem !important;
  }
  .pl-sm-9,
  .px-sm-9 {
    padding-left: 0.5625rem !important;
  }
  .p-sm-10 {
    padding: 0.625rem !important;
  }
  .pt-sm-10,
  .py-sm-10 {
    padding-top: 0.625rem !important;
  }
  .pr-sm-10,
  .px-sm-10 {
    padding-right: 0.625rem !important;
  }
  .pb-sm-10,
  .py-sm-10 {
    padding-bottom: 0.625rem !important;
  }
  .pl-sm-10,
  .px-sm-10 {
    padding-left: 0.625rem !important;
  }
  .p-sm-14 {
    padding: 0.875rem !important;
  }
  .pt-sm-14,
  .py-sm-14 {
    padding-top: 0.875rem !important;
  }
  .pr-sm-14,
  .px-sm-14 {
    padding-right: 0.875rem !important;
  }
  .pb-sm-14,
  .py-sm-14 {
    padding-bottom: 0.875rem !important;
  }
  .pl-sm-14,
  .px-sm-14 {
    padding-left: 0.875rem !important;
  }
  .p-sm-15 {
    padding: 0.9375rem !important;
  }
  .pt-sm-15,
  .py-sm-15 {
    padding-top: 0.9375rem !important;
  }
  .pr-sm-15,
  .px-sm-15 {
    padding-right: 0.9375rem !important;
  }
  .pb-sm-15,
  .py-sm-15 {
    padding-bottom: 0.9375rem !important;
  }
  .pl-sm-15,
  .px-sm-15 {
    padding-left: 0.9375rem !important;
  }
  .p-sm-20 {
    padding: 1.25rem !important;
  }
  .pt-sm-20,
  .py-sm-20 {
    padding-top: 1.25rem !important;
  }
  .pr-sm-20,
  .px-sm-20 {
    padding-right: 1.25rem !important;
  }
  .pb-sm-20,
  .py-sm-20 {
    padding-bottom: 1.25rem !important;
  }
  .pl-sm-20,
  .px-sm-20 {
    padding-left: 1.25rem !important;
  }
  .p-sm-25 {
    padding: 1.5625rem !important;
  }
  .pt-sm-25,
  .py-sm-25 {
    padding-top: 1.5625rem !important;
  }
  .pr-sm-25,
  .px-sm-25 {
    padding-right: 1.5625rem !important;
  }
  .pb-sm-25,
  .py-sm-25 {
    padding-bottom: 1.5625rem !important;
  }
  .pl-sm-25,
  .px-sm-25 {
    padding-left: 1.5625rem !important;
  }
  .p-sm-30 {
    padding: 1.875rem !important;
  }
  .pt-sm-30,
  .py-sm-30 {
    padding-top: 1.875rem !important;
  }
  .pr-sm-30,
  .px-sm-30 {
    padding-right: 1.875rem !important;
  }
  .pb-sm-30,
  .py-sm-30 {
    padding-bottom: 1.875rem !important;
  }
  .pl-sm-30,
  .px-sm-30 {
    padding-left: 1.875rem !important;
  }
  .p-sm-32 {
    padding: 2rem !important;
  }
  .pt-sm-32,
  .py-sm-32 {
    padding-top: 2rem !important;
  }
  .pr-sm-32,
  .px-sm-32 {
    padding-right: 2rem !important;
  }
  .pb-sm-32,
  .py-sm-32 {
    padding-bottom: 2rem !important;
  }
  .pl-sm-32,
  .px-sm-32 {
    padding-left: 2rem !important;
  }
  .p-sm-35 {
    padding: 2.1875rem !important;
  }
  .pt-sm-35,
  .py-sm-35 {
    padding-top: 2.1875rem !important;
  }
  .pr-sm-35,
  .px-sm-35 {
    padding-right: 2.1875rem !important;
  }
  .pb-sm-35,
  .py-sm-35 {
    padding-bottom: 2.1875rem !important;
  }
  .pl-sm-35,
  .px-sm-35 {
    padding-left: 2.1875rem !important;
  }
  .p-sm-40 {
    padding: 2.5rem !important;
  }
  .pt-sm-40,
  .py-sm-40 {
    padding-top: 2.5rem !important;
  }
  .pr-sm-40,
  .px-sm-40 {
    padding-right: 2.5rem !important;
  }
  .pb-sm-40,
  .py-sm-40 {
    padding-bottom: 2.5rem !important;
  }
  .pl-sm-40,
  .px-sm-40 {
    padding-left: 2.5rem !important;
  }
  .p-sm-45 {
    padding: 2.8125rem !important;
  }
  .pt-sm-45,
  .py-sm-45 {
    padding-top: 2.8125rem !important;
  }
  .pr-sm-45,
  .px-sm-45 {
    padding-right: 2.8125rem !important;
  }
  .pb-sm-45,
  .py-sm-45 {
    padding-bottom: 2.8125rem !important;
  }
  .pl-sm-45,
  .px-sm-45 {
    padding-left: 2.8125rem !important;
  }
  .p-sm-50 {
    padding: 3.125rem !important;
  }
  .pt-sm-50,
  .py-sm-50 {
    padding-top: 3.125rem !important;
  }
  .pr-sm-50,
  .px-sm-50 {
    padding-right: 3.125rem !important;
  }
  .pb-sm-50,
  .py-sm-50 {
    padding-bottom: 3.125rem !important;
  }
  .pl-sm-50,
  .px-sm-50 {
    padding-left: 3.125rem !important;
  }
  .p-sm-60 {
    padding: 3.75rem !important;
  }
  .pt-sm-60,
  .py-sm-60 {
    padding-top: 3.75rem !important;
  }
  .pr-sm-60,
  .px-sm-60 {
    padding-right: 3.75rem !important;
  }
  .pb-sm-60,
  .py-sm-60 {
    padding-bottom: 3.75rem !important;
  }
  .pl-sm-60,
  .px-sm-60 {
    padding-left: 3.75rem !important;
  }
  .p-sm-65 {
    padding: 4.0625rem !important;
  }
  .pt-sm-65,
  .py-sm-65 {
    padding-top: 4.0625rem !important;
  }
  .pr-sm-65,
  .px-sm-65 {
    padding-right: 4.0625rem !important;
  }
  .pb-sm-65,
  .py-sm-65 {
    padding-bottom: 4.0625rem !important;
  }
  .pl-sm-65,
  .px-sm-65 {
    padding-left: 4.0625rem !important;
  }
  .p-sm-70 {
    padding: 4.375rem !important;
  }
  .pt-sm-70,
  .py-sm-70 {
    padding-top: 4.375rem !important;
  }
  .pr-sm-70,
  .px-sm-70 {
    padding-right: 4.375rem !important;
  }
  .pb-sm-70,
  .py-sm-70 {
    padding-bottom: 4.375rem !important;
  }
  .pl-sm-70,
  .px-sm-70 {
    padding-left: 4.375rem !important;
  }
  .p-sm-80 {
    padding: 5rem !important;
  }
  .pt-sm-80,
  .py-sm-80 {
    padding-top: 5rem !important;
  }
  .pr-sm-80,
  .px-sm-80 {
    padding-right: 5rem !important;
  }
  .pb-sm-80,
  .py-sm-80 {
    padding-bottom: 5rem !important;
  }
  .pl-sm-80,
  .px-sm-80 {
    padding-left: 5rem !important;
  }
  .p-sm-90 {
    padding: 5.625rem !important;
  }
  .pt-sm-90,
  .py-sm-90 {
    padding-top: 5.625rem !important;
  }
  .pr-sm-90,
  .px-sm-90 {
    padding-right: 5.625rem !important;
  }
  .pb-sm-90,
  .py-sm-90 {
    padding-bottom: 5.625rem !important;
  }
  .pl-sm-90,
  .px-sm-90 {
    padding-left: 5.625rem !important;
  }
  .p-sm-100 {
    padding: 6.25rem !important;
  }
  .pt-sm-100,
  .py-sm-100 {
    padding-top: 6.25rem !important;
  }
  .pr-sm-100,
  .px-sm-100 {
    padding-right: 6.25rem !important;
  }
  .pb-sm-100,
  .py-sm-100 {
    padding-bottom: 6.25rem !important;
  }
  .pl-sm-100,
  .px-sm-100 {
    padding-left: 6.25rem !important;
  }
  .p-sm-150 {
    padding: 9.375rem !important;
  }
  .pt-sm-150,
  .py-sm-150 {
    padding-top: 9.375rem !important;
  }
  .pr-sm-150,
  .px-sm-150 {
    padding-right: 9.375rem !important;
  }
  .pb-sm-150,
  .py-sm-150 {
    padding-bottom: 9.375rem !important;
  }
  .pl-sm-150,
  .px-sm-150 {
    padding-left: 9.375rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md--30 {
    margin: -1.875rem !important;
  }
  .mt-md--30,
  .my-md--30 {
    margin-top: -1.875rem !important;
  }
  .mr-md--30,
  .mx-md--30 {
    margin-right: -1.875rem !important;
  }
  .mb-md--30,
  .my-md--30 {
    margin-bottom: -1.875rem !important;
  }
  .ml-md--30,
  .mx-md--30 {
    margin-left: -1.875rem !important;
  }
  .m-md--20 {
    margin: -1.25rem !important;
  }
  .mt-md--20,
  .my-md--20 {
    margin-top: -1.25rem !important;
  }
  .mr-md--20,
  .mx-md--20 {
    margin-right: -1.25rem !important;
  }
  .mb-md--20,
  .my-md--20 {
    margin-bottom: -1.25rem !important;
  }
  .ml-md--20,
  .mx-md--20 {
    margin-left: -1.25rem !important;
  }
  .m-md--15 {
    margin: -0.9375rem !important;
  }
  .mt-md--15,
  .my-md--15 {
    margin-top: -0.9375rem !important;
  }
  .mr-md--15,
  .mx-md--15 {
    margin-right: -0.9375rem !important;
  }
  .mb-md--15,
  .my-md--15 {
    margin-bottom: -0.9375rem !important;
  }
  .ml-md--15,
  .mx-md--15 {
    margin-left: -0.9375rem !important;
  }
  .m-md--10 {
    margin: -0.625rem !important;
  }
  .mt-md--10,
  .my-md--10 {
    margin-top: -0.625rem !important;
  }
  .mr-md--10,
  .mx-md--10 {
    margin-right: -0.625rem !important;
  }
  .mb-md--10,
  .my-md--10 {
    margin-bottom: -0.625rem !important;
  }
  .ml-md--10,
  .mx-md--10 {
    margin-left: -0.625rem !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .m-md-8 {
    margin: 0.5rem !important;
  }
  .mt-md-8,
  .my-md-8 {
    margin-top: 0.5rem !important;
  }
  .mr-md-8,
  .mx-md-8 {
    margin-right: 0.5rem !important;
  }
  .mb-md-8,
  .my-md-8 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-8,
  .mx-md-8 {
    margin-left: 0.5rem !important;
  }
  .m-md-9 {
    margin: 0.5625rem !important;
  }
  .mt-md-9,
  .my-md-9 {
    margin-top: 0.5625rem !important;
  }
  .mr-md-9,
  .mx-md-9 {
    margin-right: 0.5625rem !important;
  }
  .mb-md-9,
  .my-md-9 {
    margin-bottom: 0.5625rem !important;
  }
  .ml-md-9,
  .mx-md-9 {
    margin-left: 0.5625rem !important;
  }
  .m-md-10 {
    margin: 0.625rem !important;
  }
  .mt-md-10,
  .my-md-10 {
    margin-top: 0.625rem !important;
  }
  .mr-md-10,
  .mx-md-10 {
    margin-right: 0.625rem !important;
  }
  .mb-md-10,
  .my-md-10 {
    margin-bottom: 0.625rem !important;
  }
  .ml-md-10,
  .mx-md-10 {
    margin-left: 0.625rem !important;
  }
  .m-md-14 {
    margin: 0.875rem !important;
  }
  .mt-md-14,
  .my-md-14 {
    margin-top: 0.875rem !important;
  }
  .mr-md-14,
  .mx-md-14 {
    margin-right: 0.875rem !important;
  }
  .mb-md-14,
  .my-md-14 {
    margin-bottom: 0.875rem !important;
  }
  .ml-md-14,
  .mx-md-14 {
    margin-left: 0.875rem !important;
  }
  .m-md-15 {
    margin: 0.9375rem !important;
  }
  .mt-md-15,
  .my-md-15 {
    margin-top: 0.9375rem !important;
  }
  .mr-md-15,
  .mx-md-15 {
    margin-right: 0.9375rem !important;
  }
  .mb-md-15,
  .my-md-15 {
    margin-bottom: 0.9375rem !important;
  }
  .ml-md-15,
  .mx-md-15 {
    margin-left: 0.9375rem !important;
  }
  .m-md-20 {
    margin: 1.25rem !important;
  }
  .mt-md-20,
  .my-md-20 {
    margin-top: 1.25rem !important;
  }
  .mr-md-20,
  .mx-md-20 {
    margin-right: 1.25rem !important;
  }
  .mb-md-20,
  .my-md-20 {
    margin-bottom: 1.25rem !important;
  }
  .ml-md-20,
  .mx-md-20 {
    margin-left: 1.25rem !important;
  }
  .m-md-25 {
    margin: 1.5625rem !important;
  }
  .mt-md-25,
  .my-md-25 {
    margin-top: 1.5625rem !important;
  }
  .mr-md-25,
  .mx-md-25 {
    margin-right: 1.5625rem !important;
  }
  .mb-md-25,
  .my-md-25 {
    margin-bottom: 1.5625rem !important;
  }
  .ml-md-25,
  .mx-md-25 {
    margin-left: 1.5625rem !important;
  }
  .m-md-30 {
    margin: 1.875rem !important;
  }
  .mt-md-30,
  .my-md-30 {
    margin-top: 1.875rem !important;
  }
  .mr-md-30,
  .mx-md-30 {
    margin-right: 1.875rem !important;
  }
  .mb-md-30,
  .my-md-30 {
    margin-bottom: 1.875rem !important;
  }
  .ml-md-30,
  .mx-md-30 {
    margin-left: 1.875rem !important;
  }
  .m-md-32 {
    margin: 2rem !important;
  }
  .mt-md-32,
  .my-md-32 {
    margin-top: 2rem !important;
  }
  .mr-md-32,
  .mx-md-32 {
    margin-right: 2rem !important;
  }
  .mb-md-32,
  .my-md-32 {
    margin-bottom: 2rem !important;
  }
  .ml-md-32,
  .mx-md-32 {
    margin-left: 2rem !important;
  }
  .m-md-35 {
    margin: 2.1875rem !important;
  }
  .mt-md-35,
  .my-md-35 {
    margin-top: 2.1875rem !important;
  }
  .mr-md-35,
  .mx-md-35 {
    margin-right: 2.1875rem !important;
  }
  .mb-md-35,
  .my-md-35 {
    margin-bottom: 2.1875rem !important;
  }
  .ml-md-35,
  .mx-md-35 {
    margin-left: 2.1875rem !important;
  }
  .m-md-40 {
    margin: 2.5rem !important;
  }
  .mt-md-40,
  .my-md-40 {
    margin-top: 2.5rem !important;
  }
  .mr-md-40,
  .mx-md-40 {
    margin-right: 2.5rem !important;
  }
  .mb-md-40,
  .my-md-40 {
    margin-bottom: 2.5rem !important;
  }
  .ml-md-40,
  .mx-md-40 {
    margin-left: 2.5rem !important;
  }
  .m-md-45 {
    margin: 2.8125rem !important;
  }
  .mt-md-45,
  .my-md-45 {
    margin-top: 2.8125rem !important;
  }
  .mr-md-45,
  .mx-md-45 {
    margin-right: 2.8125rem !important;
  }
  .mb-md-45,
  .my-md-45 {
    margin-bottom: 2.8125rem !important;
  }
  .ml-md-45,
  .mx-md-45 {
    margin-left: 2.8125rem !important;
  }
  .m-md-50 {
    margin: 3.125rem !important;
  }
  .mt-md-50,
  .my-md-50 {
    margin-top: 3.125rem !important;
  }
  .mr-md-50,
  .mx-md-50 {
    margin-right: 3.125rem !important;
  }
  .mb-md-50,
  .my-md-50 {
    margin-bottom: 3.125rem !important;
  }
  .ml-md-50,
  .mx-md-50 {
    margin-left: 3.125rem !important;
  }
  .m-md-60 {
    margin: 3.75rem !important;
  }
  .mt-md-60,
  .my-md-60 {
    margin-top: 3.75rem !important;
  }
  .mr-md-60,
  .mx-md-60 {
    margin-right: 3.75rem !important;
  }
  .mb-md-60,
  .my-md-60 {
    margin-bottom: 3.75rem !important;
  }
  .ml-md-60,
  .mx-md-60 {
    margin-left: 3.75rem !important;
  }
  .m-md-65 {
    margin: 4.0625rem !important;
  }
  .mt-md-65,
  .my-md-65 {
    margin-top: 4.0625rem !important;
  }
  .mr-md-65,
  .mx-md-65 {
    margin-right: 4.0625rem !important;
  }
  .mb-md-65,
  .my-md-65 {
    margin-bottom: 4.0625rem !important;
  }
  .ml-md-65,
  .mx-md-65 {
    margin-left: 4.0625rem !important;
  }
  .m-md-70 {
    margin: 4.375rem !important;
  }
  .mt-md-70,
  .my-md-70 {
    margin-top: 4.375rem !important;
  }
  .mr-md-70,
  .mx-md-70 {
    margin-right: 4.375rem !important;
  }
  .mb-md-70,
  .my-md-70 {
    margin-bottom: 4.375rem !important;
  }
  .ml-md-70,
  .mx-md-70 {
    margin-left: 4.375rem !important;
  }
  .m-md-80 {
    margin: 5rem !important;
  }
  .mt-md-80,
  .my-md-80 {
    margin-top: 5rem !important;
  }
  .mr-md-80,
  .mx-md-80 {
    margin-right: 5rem !important;
  }
  .mb-md-80,
  .my-md-80 {
    margin-bottom: 5rem !important;
  }
  .ml-md-80,
  .mx-md-80 {
    margin-left: 5rem !important;
  }
  .m-md-90 {
    margin: 5.625rem !important;
  }
  .mt-md-90,
  .my-md-90 {
    margin-top: 5.625rem !important;
  }
  .mr-md-90,
  .mx-md-90 {
    margin-right: 5.625rem !important;
  }
  .mb-md-90,
  .my-md-90 {
    margin-bottom: 5.625rem !important;
  }
  .ml-md-90,
  .mx-md-90 {
    margin-left: 5.625rem !important;
  }
  .m-md-100 {
    margin: 6.25rem !important;
  }
  .mt-md-100,
  .my-md-100 {
    margin-top: 6.25rem !important;
  }
  .mr-md-100,
  .mx-md-100 {
    margin-right: 6.25rem !important;
  }
  .mb-md-100,
  .my-md-100 {
    margin-bottom: 6.25rem !important;
  }
  .ml-md-100,
  .mx-md-100 {
    margin-left: 6.25rem !important;
  }
  .m-md-150 {
    margin: 9.375rem !important;
  }
  .mt-md-150,
  .my-md-150 {
    margin-top: 9.375rem !important;
  }
  .mr-md-150,
  .mx-md-150 {
    margin-right: 9.375rem !important;
  }
  .mb-md-150,
  .my-md-150 {
    margin-bottom: 9.375rem !important;
  }
  .ml-md-150,
  .mx-md-150 {
    margin-left: 9.375rem !important;
  }
  .p-md--30 {
    padding: -1.875rem !important;
  }
  .pt-md--30,
  .py-md--30 {
    padding-top: -1.875rem !important;
  }
  .pr-md--30,
  .px-md--30 {
    padding-right: -1.875rem !important;
  }
  .pb-md--30,
  .py-md--30 {
    padding-bottom: -1.875rem !important;
  }
  .pl-md--30,
  .px-md--30 {
    padding-left: -1.875rem !important;
  }
  .p-md--20 {
    padding: -1.25rem !important;
  }
  .pt-md--20,
  .py-md--20 {
    padding-top: -1.25rem !important;
  }
  .pr-md--20,
  .px-md--20 {
    padding-right: -1.25rem !important;
  }
  .pb-md--20,
  .py-md--20 {
    padding-bottom: -1.25rem !important;
  }
  .pl-md--20,
  .px-md--20 {
    padding-left: -1.25rem !important;
  }
  .p-md--15 {
    padding: -0.9375rem !important;
  }
  .pt-md--15,
  .py-md--15 {
    padding-top: -0.9375rem !important;
  }
  .pr-md--15,
  .px-md--15 {
    padding-right: -0.9375rem !important;
  }
  .pb-md--15,
  .py-md--15 {
    padding-bottom: -0.9375rem !important;
  }
  .pl-md--15,
  .px-md--15 {
    padding-left: -0.9375rem !important;
  }
  .p-md--10 {
    padding: -0.625rem !important;
  }
  .pt-md--10,
  .py-md--10 {
    padding-top: -0.625rem !important;
  }
  .pr-md--10,
  .px-md--10 {
    padding-right: -0.625rem !important;
  }
  .pb-md--10,
  .py-md--10 {
    padding-bottom: -0.625rem !important;
  }
  .pl-md--10,
  .px-md--10 {
    padding-left: -0.625rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .p-md-8 {
    padding: 0.5rem !important;
  }
  .pt-md-8,
  .py-md-8 {
    padding-top: 0.5rem !important;
  }
  .pr-md-8,
  .px-md-8 {
    padding-right: 0.5rem !important;
  }
  .pb-md-8,
  .py-md-8 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-8,
  .px-md-8 {
    padding-left: 0.5rem !important;
  }
  .p-md-9 {
    padding: 0.5625rem !important;
  }
  .pt-md-9,
  .py-md-9 {
    padding-top: 0.5625rem !important;
  }
  .pr-md-9,
  .px-md-9 {
    padding-right: 0.5625rem !important;
  }
  .pb-md-9,
  .py-md-9 {
    padding-bottom: 0.5625rem !important;
  }
  .pl-md-9,
  .px-md-9 {
    padding-left: 0.5625rem !important;
  }
  .p-md-10 {
    padding: 0.625rem !important;
  }
  .pt-md-10,
  .py-md-10 {
    padding-top: 0.625rem !important;
  }
  .pr-md-10,
  .px-md-10 {
    padding-right: 0.625rem !important;
  }
  .pb-md-10,
  .py-md-10 {
    padding-bottom: 0.625rem !important;
  }
  .pl-md-10,
  .px-md-10 {
    padding-left: 0.625rem !important;
  }
  .p-md-14 {
    padding: 0.875rem !important;
  }
  .pt-md-14,
  .py-md-14 {
    padding-top: 0.875rem !important;
  }
  .pr-md-14,
  .px-md-14 {
    padding-right: 0.875rem !important;
  }
  .pb-md-14,
  .py-md-14 {
    padding-bottom: 0.875rem !important;
  }
  .pl-md-14,
  .px-md-14 {
    padding-left: 0.875rem !important;
  }
  .p-md-15 {
    padding: 0.9375rem !important;
  }
  .pt-md-15,
  .py-md-15 {
    padding-top: 0.9375rem !important;
  }
  .pr-md-15,
  .px-md-15 {
    padding-right: 0.9375rem !important;
  }
  .pb-md-15,
  .py-md-15 {
    padding-bottom: 0.9375rem !important;
  }
  .pl-md-15,
  .px-md-15 {
    padding-left: 0.9375rem !important;
  }
  .p-md-20 {
    padding: 1.25rem !important;
  }
  .pt-md-20,
  .py-md-20 {
    padding-top: 1.25rem !important;
  }
  .pr-md-20,
  .px-md-20 {
    padding-right: 1.25rem !important;
  }
  .pb-md-20,
  .py-md-20 {
    padding-bottom: 1.25rem !important;
  }
  .pl-md-20,
  .px-md-20 {
    padding-left: 1.25rem !important;
  }
  .p-md-25 {
    padding: 1.5625rem !important;
  }
  .pt-md-25,
  .py-md-25 {
    padding-top: 1.5625rem !important;
  }
  .pr-md-25,
  .px-md-25 {
    padding-right: 1.5625rem !important;
  }
  .pb-md-25,
  .py-md-25 {
    padding-bottom: 1.5625rem !important;
  }
  .pl-md-25,
  .px-md-25 {
    padding-left: 1.5625rem !important;
  }
  .p-md-30 {
    padding: 1.875rem !important;
  }
  .pt-md-30,
  .py-md-30 {
    padding-top: 1.875rem !important;
  }
  .pr-md-30,
  .px-md-30 {
    padding-right: 1.875rem !important;
  }
  .pb-md-30,
  .py-md-30 {
    padding-bottom: 1.875rem !important;
  }
  .pl-md-30,
  .px-md-30 {
    padding-left: 1.875rem !important;
  }
  .p-md-32 {
    padding: 2rem !important;
  }
  .pt-md-32,
  .py-md-32 {
    padding-top: 2rem !important;
  }
  .pr-md-32,
  .px-md-32 {
    padding-right: 2rem !important;
  }
  .pb-md-32,
  .py-md-32 {
    padding-bottom: 2rem !important;
  }
  .pl-md-32,
  .px-md-32 {
    padding-left: 2rem !important;
  }
  .p-md-35 {
    padding: 2.1875rem !important;
  }
  .pt-md-35,
  .py-md-35 {
    padding-top: 2.1875rem !important;
  }
  .pr-md-35,
  .px-md-35 {
    padding-right: 2.1875rem !important;
  }
  .pb-md-35,
  .py-md-35 {
    padding-bottom: 2.1875rem !important;
  }
  .pl-md-35,
  .px-md-35 {
    padding-left: 2.1875rem !important;
  }
  .p-md-40 {
    padding: 2.5rem !important;
  }
  .pt-md-40,
  .py-md-40 {
    padding-top: 2.5rem !important;
  }
  .pr-md-40,
  .px-md-40 {
    padding-right: 2.5rem !important;
  }
  .pb-md-40,
  .py-md-40 {
    padding-bottom: 2.5rem !important;
  }
  .pl-md-40,
  .px-md-40 {
    padding-left: 2.5rem !important;
  }
  .p-md-45 {
    padding: 2.8125rem !important;
  }
  .pt-md-45,
  .py-md-45 {
    padding-top: 2.8125rem !important;
  }
  .pr-md-45,
  .px-md-45 {
    padding-right: 2.8125rem !important;
  }
  .pb-md-45,
  .py-md-45 {
    padding-bottom: 2.8125rem !important;
  }
  .pl-md-45,
  .px-md-45 {
    padding-left: 2.8125rem !important;
  }
  .p-md-50 {
    padding: 3.125rem !important;
  }
  .pt-md-50,
  .py-md-50 {
    padding-top: 3.125rem !important;
  }
  .pr-md-50,
  .px-md-50 {
    padding-right: 3.125rem !important;
  }
  .pb-md-50,
  .py-md-50 {
    padding-bottom: 3.125rem !important;
  }
  .pl-md-50,
  .px-md-50 {
    padding-left: 3.125rem !important;
  }
  .p-md-60 {
    padding: 3.75rem !important;
  }
  .pt-md-60,
  .py-md-60 {
    padding-top: 3.75rem !important;
  }
  .pr-md-60,
  .px-md-60 {
    padding-right: 3.75rem !important;
  }
  .pb-md-60,
  .py-md-60 {
    padding-bottom: 3.75rem !important;
  }
  .pl-md-60,
  .px-md-60 {
    padding-left: 3.75rem !important;
  }
  .p-md-65 {
    padding: 4.0625rem !important;
  }
  .pt-md-65,
  .py-md-65 {
    padding-top: 4.0625rem !important;
  }
  .pr-md-65,
  .px-md-65 {
    padding-right: 4.0625rem !important;
  }
  .pb-md-65,
  .py-md-65 {
    padding-bottom: 4.0625rem !important;
  }
  .pl-md-65,
  .px-md-65 {
    padding-left: 4.0625rem !important;
  }
  .p-md-70 {
    padding: 4.375rem !important;
  }
  .pt-md-70,
  .py-md-70 {
    padding-top: 4.375rem !important;
  }
  .pr-md-70,
  .px-md-70 {
    padding-right: 4.375rem !important;
  }
  .pb-md-70,
  .py-md-70 {
    padding-bottom: 4.375rem !important;
  }
  .pl-md-70,
  .px-md-70 {
    padding-left: 4.375rem !important;
  }
  .p-md-80 {
    padding: 5rem !important;
  }
  .pt-md-80,
  .py-md-80 {
    padding-top: 5rem !important;
  }
  .pr-md-80,
  .px-md-80 {
    padding-right: 5rem !important;
  }
  .pb-md-80,
  .py-md-80 {
    padding-bottom: 5rem !important;
  }
  .pl-md-80,
  .px-md-80 {
    padding-left: 5rem !important;
  }
  .p-md-90 {
    padding: 5.625rem !important;
  }
  .pt-md-90,
  .py-md-90 {
    padding-top: 5.625rem !important;
  }
  .pr-md-90,
  .px-md-90 {
    padding-right: 5.625rem !important;
  }
  .pb-md-90,
  .py-md-90 {
    padding-bottom: 5.625rem !important;
  }
  .pl-md-90,
  .px-md-90 {
    padding-left: 5.625rem !important;
  }
  .p-md-100 {
    padding: 6.25rem !important;
  }
  .pt-md-100,
  .py-md-100 {
    padding-top: 6.25rem !important;
  }
  .pr-md-100,
  .px-md-100 {
    padding-right: 6.25rem !important;
  }
  .pb-md-100,
  .py-md-100 {
    padding-bottom: 6.25rem !important;
  }
  .pl-md-100,
  .px-md-100 {
    padding-left: 6.25rem !important;
  }
  .p-md-150 {
    padding: 9.375rem !important;
  }
  .pt-md-150,
  .py-md-150 {
    padding-top: 9.375rem !important;
  }
  .pr-md-150,
  .px-md-150 {
    padding-right: 9.375rem !important;
  }
  .pb-md-150,
  .py-md-150 {
    padding-bottom: 9.375rem !important;
  }
  .pl-md-150,
  .px-md-150 {
    padding-left: 9.375rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg--30 {
    margin: -1.875rem !important;
  }
  .mt-lg--30,
  .my-lg--30 {
    margin-top: -1.875rem !important;
  }
  .mr-lg--30,
  .mx-lg--30 {
    margin-right: -1.875rem !important;
  }
  .mb-lg--30,
  .my-lg--30 {
    margin-bottom: -1.875rem !important;
  }
  .ml-lg--30,
  .mx-lg--30 {
    margin-left: -1.875rem !important;
  }
  .m-lg--20 {
    margin: -1.25rem !important;
  }
  .mt-lg--20,
  .my-lg--20 {
    margin-top: -1.25rem !important;
  }
  .mr-lg--20,
  .mx-lg--20 {
    margin-right: -1.25rem !important;
  }
  .mb-lg--20,
  .my-lg--20 {
    margin-bottom: -1.25rem !important;
  }
  .ml-lg--20,
  .mx-lg--20 {
    margin-left: -1.25rem !important;
  }
  .m-lg--15 {
    margin: -0.9375rem !important;
  }
  .mt-lg--15,
  .my-lg--15 {
    margin-top: -0.9375rem !important;
  }
  .mr-lg--15,
  .mx-lg--15 {
    margin-right: -0.9375rem !important;
  }
  .mb-lg--15,
  .my-lg--15 {
    margin-bottom: -0.9375rem !important;
  }
  .ml-lg--15,
  .mx-lg--15 {
    margin-left: -0.9375rem !important;
  }
  .m-lg--10 {
    margin: -0.625rem !important;
  }
  .mt-lg--10,
  .my-lg--10 {
    margin-top: -0.625rem !important;
  }
  .mr-lg--10,
  .mx-lg--10 {
    margin-right: -0.625rem !important;
  }
  .mb-lg--10,
  .my-lg--10 {
    margin-bottom: -0.625rem !important;
  }
  .ml-lg--10,
  .mx-lg--10 {
    margin-left: -0.625rem !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .m-lg-8 {
    margin: 0.5rem !important;
  }
  .mt-lg-8,
  .my-lg-8 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-8,
  .mx-lg-8 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-8,
  .my-lg-8 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-8,
  .mx-lg-8 {
    margin-left: 0.5rem !important;
  }
  .m-lg-9 {
    margin: 0.5625rem !important;
  }
  .mt-lg-9,
  .my-lg-9 {
    margin-top: 0.5625rem !important;
  }
  .mr-lg-9,
  .mx-lg-9 {
    margin-right: 0.5625rem !important;
  }
  .mb-lg-9,
  .my-lg-9 {
    margin-bottom: 0.5625rem !important;
  }
  .ml-lg-9,
  .mx-lg-9 {
    margin-left: 0.5625rem !important;
  }
  .m-lg-10 {
    margin: 0.625rem !important;
  }
  .mt-lg-10,
  .my-lg-10 {
    margin-top: 0.625rem !important;
  }
  .mr-lg-10,
  .mx-lg-10 {
    margin-right: 0.625rem !important;
  }
  .mb-lg-10,
  .my-lg-10 {
    margin-bottom: 0.625rem !important;
  }
  .ml-lg-10,
  .mx-lg-10 {
    margin-left: 0.625rem !important;
  }
  .m-lg-14 {
    margin: 0.875rem !important;
  }
  .mt-lg-14,
  .my-lg-14 {
    margin-top: 0.875rem !important;
  }
  .mr-lg-14,
  .mx-lg-14 {
    margin-right: 0.875rem !important;
  }
  .mb-lg-14,
  .my-lg-14 {
    margin-bottom: 0.875rem !important;
  }
  .ml-lg-14,
  .mx-lg-14 {
    margin-left: 0.875rem !important;
  }
  .m-lg-15 {
    margin: 0.9375rem !important;
  }
  .mt-lg-15,
  .my-lg-15 {
    margin-top: 0.9375rem !important;
  }
  .mr-lg-15,
  .mx-lg-15 {
    margin-right: 0.9375rem !important;
  }
  .mb-lg-15,
  .my-lg-15 {
    margin-bottom: 0.9375rem !important;
  }
  .ml-lg-15,
  .mx-lg-15 {
    margin-left: 0.9375rem !important;
  }
  .m-lg-20 {
    margin: 1.25rem !important;
  }
  .mt-lg-20,
  .my-lg-20 {
    margin-top: 1.25rem !important;
  }
  .mr-lg-20,
  .mx-lg-20 {
    margin-right: 1.25rem !important;
  }
  .mb-lg-20,
  .my-lg-20 {
    margin-bottom: 1.25rem !important;
  }
  .ml-lg-20,
  .mx-lg-20 {
    margin-left: 1.25rem !important;
  }
  .m-lg-25 {
    margin: 1.5625rem !important;
  }
  .mt-lg-25,
  .my-lg-25 {
    margin-top: 1.5625rem !important;
  }
  .mr-lg-25,
  .mx-lg-25 {
    margin-right: 1.5625rem !important;
  }
  .mb-lg-25,
  .my-lg-25 {
    margin-bottom: 1.5625rem !important;
  }
  .ml-lg-25,
  .mx-lg-25 {
    margin-left: 1.5625rem !important;
  }
  .m-lg-30 {
    margin: 1.875rem !important;
  }
  .mt-lg-30,
  .my-lg-30 {
    margin-top: 1.875rem !important;
  }
  .mr-lg-30,
  .mx-lg-30 {
    margin-right: 1.875rem !important;
  }
  .mb-lg-30,
  .my-lg-30 {
    margin-bottom: 1.875rem !important;
  }
  .ml-lg-30,
  .mx-lg-30 {
    margin-left: 1.875rem !important;
  }
  .m-lg-32 {
    margin: 2rem !important;
  }
  .mt-lg-32,
  .my-lg-32 {
    margin-top: 2rem !important;
  }
  .mr-lg-32,
  .mx-lg-32 {
    margin-right: 2rem !important;
  }
  .mb-lg-32,
  .my-lg-32 {
    margin-bottom: 2rem !important;
  }
  .ml-lg-32,
  .mx-lg-32 {
    margin-left: 2rem !important;
  }
  .m-lg-35 {
    margin: 2.1875rem !important;
  }
  .mt-lg-35,
  .my-lg-35 {
    margin-top: 2.1875rem !important;
  }
  .mr-lg-35,
  .mx-lg-35 {
    margin-right: 2.1875rem !important;
  }
  .mb-lg-35,
  .my-lg-35 {
    margin-bottom: 2.1875rem !important;
  }
  .ml-lg-35,
  .mx-lg-35 {
    margin-left: 2.1875rem !important;
  }
  .m-lg-40 {
    margin: 2.5rem !important;
  }
  .mt-lg-40,
  .my-lg-40 {
    margin-top: 2.5rem !important;
  }
  .mr-lg-40,
  .mx-lg-40 {
    margin-right: 2.5rem !important;
  }
  .mb-lg-40,
  .my-lg-40 {
    margin-bottom: 2.5rem !important;
  }
  .ml-lg-40,
  .mx-lg-40 {
    margin-left: 2.5rem !important;
  }
  .m-lg-45 {
    margin: 2.8125rem !important;
  }
  .mt-lg-45,
  .my-lg-45 {
    margin-top: 2.8125rem !important;
  }
  .mr-lg-45,
  .mx-lg-45 {
    margin-right: 2.8125rem !important;
  }
  .mb-lg-45,
  .my-lg-45 {
    margin-bottom: 2.8125rem !important;
  }
  .ml-lg-45,
  .mx-lg-45 {
    margin-left: 2.8125rem !important;
  }
  .m-lg-50 {
    margin: 3.125rem !important;
  }
  .mt-lg-50,
  .my-lg-50 {
    margin-top: 3.125rem !important;
  }
  .mr-lg-50,
  .mx-lg-50 {
    margin-right: 3.125rem !important;
  }
  .mb-lg-50,
  .my-lg-50 {
    margin-bottom: 3.125rem !important;
  }
  .ml-lg-50,
  .mx-lg-50 {
    margin-left: 3.125rem !important;
  }
  .m-lg-60 {
    margin: 3.75rem !important;
  }
  .mt-lg-60,
  .my-lg-60 {
    margin-top: 3.75rem !important;
  }
  .mr-lg-60,
  .mx-lg-60 {
    margin-right: 3.75rem !important;
  }
  .mb-lg-60,
  .my-lg-60 {
    margin-bottom: 3.75rem !important;
  }
  .ml-lg-60,
  .mx-lg-60 {
    margin-left: 3.75rem !important;
  }
  .m-lg-65 {
    margin: 4.0625rem !important;
  }
  .mt-lg-65,
  .my-lg-65 {
    margin-top: 4.0625rem !important;
  }
  .mr-lg-65,
  .mx-lg-65 {
    margin-right: 4.0625rem !important;
  }
  .mb-lg-65,
  .my-lg-65 {
    margin-bottom: 4.0625rem !important;
  }
  .ml-lg-65,
  .mx-lg-65 {
    margin-left: 4.0625rem !important;
  }
  .m-lg-70 {
    margin: 4.375rem !important;
  }
  .mt-lg-70,
  .my-lg-70 {
    margin-top: 4.375rem !important;
  }
  .mr-lg-70,
  .mx-lg-70 {
    margin-right: 4.375rem !important;
  }
  .mb-lg-70,
  .my-lg-70 {
    margin-bottom: 4.375rem !important;
  }
  .ml-lg-70,
  .mx-lg-70 {
    margin-left: 4.375rem !important;
  }
  .m-lg-80 {
    margin: 5rem !important;
  }
  .mt-lg-80,
  .my-lg-80 {
    margin-top: 5rem !important;
  }
  .mr-lg-80,
  .mx-lg-80 {
    margin-right: 5rem !important;
  }
  .mb-lg-80,
  .my-lg-80 {
    margin-bottom: 5rem !important;
  }
  .ml-lg-80,
  .mx-lg-80 {
    margin-left: 5rem !important;
  }
  .m-lg-90 {
    margin: 5.625rem !important;
  }
  .mt-lg-90,
  .my-lg-90 {
    margin-top: 5.625rem !important;
  }
  .mr-lg-90,
  .mx-lg-90 {
    margin-right: 5.625rem !important;
  }
  .mb-lg-90,
  .my-lg-90 {
    margin-bottom: 5.625rem !important;
  }
  .ml-lg-90,
  .mx-lg-90 {
    margin-left: 5.625rem !important;
  }
  .m-lg-100 {
    margin: 6.25rem !important;
  }
  .mt-lg-100,
  .my-lg-100 {
    margin-top: 6.25rem !important;
  }
  .mr-lg-100,
  .mx-lg-100 {
    margin-right: 6.25rem !important;
  }
  .mb-lg-100,
  .my-lg-100 {
    margin-bottom: 6.25rem !important;
  }
  .ml-lg-100,
  .mx-lg-100 {
    margin-left: 6.25rem !important;
  }
  .m-lg-150 {
    margin: 9.375rem !important;
  }
  .mt-lg-150,
  .my-lg-150 {
    margin-top: 9.375rem !important;
  }
  .mr-lg-150,
  .mx-lg-150 {
    margin-right: 9.375rem !important;
  }
  .mb-lg-150,
  .my-lg-150 {
    margin-bottom: 9.375rem !important;
  }
  .ml-lg-150,
  .mx-lg-150 {
    margin-left: 9.375rem !important;
  }
  .p-lg--30 {
    padding: -1.875rem !important;
  }
  .pt-lg--30,
  .py-lg--30 {
    padding-top: -1.875rem !important;
  }
  .pr-lg--30,
  .px-lg--30 {
    padding-right: -1.875rem !important;
  }
  .pb-lg--30,
  .py-lg--30 {
    padding-bottom: -1.875rem !important;
  }
  .pl-lg--30,
  .px-lg--30 {
    padding-left: -1.875rem !important;
  }
  .p-lg--20 {
    padding: -1.25rem !important;
  }
  .pt-lg--20,
  .py-lg--20 {
    padding-top: -1.25rem !important;
  }
  .pr-lg--20,
  .px-lg--20 {
    padding-right: -1.25rem !important;
  }
  .pb-lg--20,
  .py-lg--20 {
    padding-bottom: -1.25rem !important;
  }
  .pl-lg--20,
  .px-lg--20 {
    padding-left: -1.25rem !important;
  }
  .p-lg--15 {
    padding: -0.9375rem !important;
  }
  .pt-lg--15,
  .py-lg--15 {
    padding-top: -0.9375rem !important;
  }
  .pr-lg--15,
  .px-lg--15 {
    padding-right: -0.9375rem !important;
  }
  .pb-lg--15,
  .py-lg--15 {
    padding-bottom: -0.9375rem !important;
  }
  .pl-lg--15,
  .px-lg--15 {
    padding-left: -0.9375rem !important;
  }
  .p-lg--10 {
    padding: -0.625rem !important;
  }
  .pt-lg--10,
  .py-lg--10 {
    padding-top: -0.625rem !important;
  }
  .pr-lg--10,
  .px-lg--10 {
    padding-right: -0.625rem !important;
  }
  .pb-lg--10,
  .py-lg--10 {
    padding-bottom: -0.625rem !important;
  }
  .pl-lg--10,
  .px-lg--10 {
    padding-left: -0.625rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .p-lg-8 {
    padding: 0.5rem !important;
  }
  .pt-lg-8,
  .py-lg-8 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-8,
  .px-lg-8 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-8,
  .py-lg-8 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-8,
  .px-lg-8 {
    padding-left: 0.5rem !important;
  }
  .p-lg-9 {
    padding: 0.5625rem !important;
  }
  .pt-lg-9,
  .py-lg-9 {
    padding-top: 0.5625rem !important;
  }
  .pr-lg-9,
  .px-lg-9 {
    padding-right: 0.5625rem !important;
  }
  .pb-lg-9,
  .py-lg-9 {
    padding-bottom: 0.5625rem !important;
  }
  .pl-lg-9,
  .px-lg-9 {
    padding-left: 0.5625rem !important;
  }
  .p-lg-10 {
    padding: 0.625rem !important;
  }
  .pt-lg-10,
  .py-lg-10 {
    padding-top: 0.625rem !important;
  }
  .pr-lg-10,
  .px-lg-10 {
    padding-right: 0.625rem !important;
  }
  .pb-lg-10,
  .py-lg-10 {
    padding-bottom: 0.625rem !important;
  }
  .pl-lg-10,
  .px-lg-10 {
    padding-left: 0.625rem !important;
  }
  .p-lg-14 {
    padding: 0.875rem !important;
  }
  .pt-lg-14,
  .py-lg-14 {
    padding-top: 0.875rem !important;
  }
  .pr-lg-14,
  .px-lg-14 {
    padding-right: 0.875rem !important;
  }
  .pb-lg-14,
  .py-lg-14 {
    padding-bottom: 0.875rem !important;
  }
  .pl-lg-14,
  .px-lg-14 {
    padding-left: 0.875rem !important;
  }
  .p-lg-15 {
    padding: 0.9375rem !important;
  }
  .pt-lg-15,
  .py-lg-15 {
    padding-top: 0.9375rem !important;
  }
  .pr-lg-15,
  .px-lg-15 {
    padding-right: 0.9375rem !important;
  }
  .pb-lg-15,
  .py-lg-15 {
    padding-bottom: 0.9375rem !important;
  }
  .pl-lg-15,
  .px-lg-15 {
    padding-left: 0.9375rem !important;
  }
  .p-lg-20 {
    padding: 1.25rem !important;
  }
  .pt-lg-20,
  .py-lg-20 {
    padding-top: 1.25rem !important;
  }
  .pr-lg-20,
  .px-lg-20 {
    padding-right: 1.25rem !important;
  }
  .pb-lg-20,
  .py-lg-20 {
    padding-bottom: 1.25rem !important;
  }
  .pl-lg-20,
  .px-lg-20 {
    padding-left: 1.25rem !important;
  }
  .p-lg-25 {
    padding: 1.5625rem !important;
  }
  .pt-lg-25,
  .py-lg-25 {
    padding-top: 1.5625rem !important;
  }
  .pr-lg-25,
  .px-lg-25 {
    padding-right: 1.5625rem !important;
  }
  .pb-lg-25,
  .py-lg-25 {
    padding-bottom: 1.5625rem !important;
  }
  .pl-lg-25,
  .px-lg-25 {
    padding-left: 1.5625rem !important;
  }
  .p-lg-30 {
    padding: 1.875rem !important;
  }
  .pt-lg-30,
  .py-lg-30 {
    padding-top: 1.875rem !important;
  }
  .pr-lg-30,
  .px-lg-30 {
    padding-right: 1.875rem !important;
  }
  .pb-lg-30,
  .py-lg-30 {
    padding-bottom: 1.875rem !important;
  }
  .pl-lg-30,
  .px-lg-30 {
    padding-left: 1.875rem !important;
  }
  .p-lg-32 {
    padding: 2rem !important;
  }
  .pt-lg-32,
  .py-lg-32 {
    padding-top: 2rem !important;
  }
  .pr-lg-32,
  .px-lg-32 {
    padding-right: 2rem !important;
  }
  .pb-lg-32,
  .py-lg-32 {
    padding-bottom: 2rem !important;
  }
  .pl-lg-32,
  .px-lg-32 {
    padding-left: 2rem !important;
  }
  .p-lg-35 {
    padding: 2.1875rem !important;
  }
  .pt-lg-35,
  .py-lg-35 {
    padding-top: 2.1875rem !important;
  }
  .pr-lg-35,
  .px-lg-35 {
    padding-right: 2.1875rem !important;
  }
  .pb-lg-35,
  .py-lg-35 {
    padding-bottom: 2.1875rem !important;
  }
  .pl-lg-35,
  .px-lg-35 {
    padding-left: 2.1875rem !important;
  }
  .p-lg-40 {
    padding: 2.5rem !important;
  }
  .pt-lg-40,
  .py-lg-40 {
    padding-top: 2.5rem !important;
  }
  .pr-lg-40,
  .px-lg-40 {
    padding-right: 2.5rem !important;
  }
  .pb-lg-40,
  .py-lg-40 {
    padding-bottom: 2.5rem !important;
  }
  .pl-lg-40,
  .px-lg-40 {
    padding-left: 2.5rem !important;
  }
  .p-lg-45 {
    padding: 2.8125rem !important;
  }
  .pt-lg-45,
  .py-lg-45 {
    padding-top: 2.8125rem !important;
  }
  .pr-lg-45,
  .px-lg-45 {
    padding-right: 2.8125rem !important;
  }
  .pb-lg-45,
  .py-lg-45 {
    padding-bottom: 2.8125rem !important;
  }
  .pl-lg-45,
  .px-lg-45 {
    padding-left: 2.8125rem !important;
  }
  .p-lg-50 {
    padding: 3.125rem !important;
  }
  .pt-lg-50,
  .py-lg-50 {
    padding-top: 3.125rem !important;
  }
  .pr-lg-50,
  .px-lg-50 {
    padding-right: 3.125rem !important;
  }
  .pb-lg-50,
  .py-lg-50 {
    padding-bottom: 3.125rem !important;
  }
  .pl-lg-50,
  .px-lg-50 {
    padding-left: 3.125rem !important;
  }
  .p-lg-60 {
    padding: 3.75rem !important;
  }
  .pt-lg-60,
  .py-lg-60 {
    padding-top: 3.75rem !important;
  }
  .pr-lg-60,
  .px-lg-60 {
    padding-right: 3.75rem !important;
  }
  .pb-lg-60,
  .py-lg-60 {
    padding-bottom: 3.75rem !important;
  }
  .pl-lg-60,
  .px-lg-60 {
    padding-left: 3.75rem !important;
  }
  .p-lg-65 {
    padding: 4.0625rem !important;
  }
  .pt-lg-65,
  .py-lg-65 {
    padding-top: 4.0625rem !important;
  }
  .pr-lg-65,
  .px-lg-65 {
    padding-right: 4.0625rem !important;
  }
  .pb-lg-65,
  .py-lg-65 {
    padding-bottom: 4.0625rem !important;
  }
  .pl-lg-65,
  .px-lg-65 {
    padding-left: 4.0625rem !important;
  }
  .p-lg-70 {
    padding: 4.375rem !important;
  }
  .pt-lg-70,
  .py-lg-70 {
    padding-top: 4.375rem !important;
  }
  .pr-lg-70,
  .px-lg-70 {
    padding-right: 4.375rem !important;
  }
  .pb-lg-70,
  .py-lg-70 {
    padding-bottom: 4.375rem !important;
  }
  .pl-lg-70,
  .px-lg-70 {
    padding-left: 4.375rem !important;
  }
  .p-lg-80 {
    padding: 5rem !important;
  }
  .pt-lg-80,
  .py-lg-80 {
    padding-top: 5rem !important;
  }
  .pr-lg-80,
  .px-lg-80 {
    padding-right: 5rem !important;
  }
  .pb-lg-80,
  .py-lg-80 {
    padding-bottom: 5rem !important;
  }
  .pl-lg-80,
  .px-lg-80 {
    padding-left: 5rem !important;
  }
  .p-lg-90 {
    padding: 5.625rem !important;
  }
  .pt-lg-90,
  .py-lg-90 {
    padding-top: 5.625rem !important;
  }
  .pr-lg-90,
  .px-lg-90 {
    padding-right: 5.625rem !important;
  }
  .pb-lg-90,
  .py-lg-90 {
    padding-bottom: 5.625rem !important;
  }
  .pl-lg-90,
  .px-lg-90 {
    padding-left: 5.625rem !important;
  }
  .p-lg-100 {
    padding: 6.25rem !important;
  }
  .pt-lg-100,
  .py-lg-100 {
    padding-top: 6.25rem !important;
  }
  .pr-lg-100,
  .px-lg-100 {
    padding-right: 6.25rem !important;
  }
  .pb-lg-100,
  .py-lg-100 {
    padding-bottom: 6.25rem !important;
  }
  .pl-lg-100,
  .px-lg-100 {
    padding-left: 6.25rem !important;
  }
  .p-lg-150 {
    padding: 9.375rem !important;
  }
  .pt-lg-150,
  .py-lg-150 {
    padding-top: 9.375rem !important;
  }
  .pr-lg-150,
  .px-lg-150 {
    padding-right: 9.375rem !important;
  }
  .pb-lg-150,
  .py-lg-150 {
    padding-bottom: 9.375rem !important;
  }
  .pl-lg-150,
  .px-lg-150 {
    padding-left: 9.375rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl--30 {
    margin: -1.875rem !important;
  }
  .mt-xl--30,
  .my-xl--30 {
    margin-top: -1.875rem !important;
  }
  .mr-xl--30,
  .mx-xl--30 {
    margin-right: -1.875rem !important;
  }
  .mb-xl--30,
  .my-xl--30 {
    margin-bottom: -1.875rem !important;
  }
  .ml-xl--30,
  .mx-xl--30 {
    margin-left: -1.875rem !important;
  }
  .m-xl--20 {
    margin: -1.25rem !important;
  }
  .mt-xl--20,
  .my-xl--20 {
    margin-top: -1.25rem !important;
  }
  .mr-xl--20,
  .mx-xl--20 {
    margin-right: -1.25rem !important;
  }
  .mb-xl--20,
  .my-xl--20 {
    margin-bottom: -1.25rem !important;
  }
  .ml-xl--20,
  .mx-xl--20 {
    margin-left: -1.25rem !important;
  }
  .m-xl--15 {
    margin: -0.9375rem !important;
  }
  .mt-xl--15,
  .my-xl--15 {
    margin-top: -0.9375rem !important;
  }
  .mr-xl--15,
  .mx-xl--15 {
    margin-right: -0.9375rem !important;
  }
  .mb-xl--15,
  .my-xl--15 {
    margin-bottom: -0.9375rem !important;
  }
  .ml-xl--15,
  .mx-xl--15 {
    margin-left: -0.9375rem !important;
  }
  .m-xl--10 {
    margin: -0.625rem !important;
  }
  .mt-xl--10,
  .my-xl--10 {
    margin-top: -0.625rem !important;
  }
  .mr-xl--10,
  .mx-xl--10 {
    margin-right: -0.625rem !important;
  }
  .mb-xl--10,
  .my-xl--10 {
    margin-bottom: -0.625rem !important;
  }
  .ml-xl--10,
  .mx-xl--10 {
    margin-left: -0.625rem !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .m-xl-8 {
    margin: 0.5rem !important;
  }
  .mt-xl-8,
  .my-xl-8 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-8,
  .mx-xl-8 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-8,
  .my-xl-8 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-8,
  .mx-xl-8 {
    margin-left: 0.5rem !important;
  }
  .m-xl-9 {
    margin: 0.5625rem !important;
  }
  .mt-xl-9,
  .my-xl-9 {
    margin-top: 0.5625rem !important;
  }
  .mr-xl-9,
  .mx-xl-9 {
    margin-right: 0.5625rem !important;
  }
  .mb-xl-9,
  .my-xl-9 {
    margin-bottom: 0.5625rem !important;
  }
  .ml-xl-9,
  .mx-xl-9 {
    margin-left: 0.5625rem !important;
  }
  .m-xl-10 {
    margin: 0.625rem !important;
  }
  .mt-xl-10,
  .my-xl-10 {
    margin-top: 0.625rem !important;
  }
  .mr-xl-10,
  .mx-xl-10 {
    margin-right: 0.625rem !important;
  }
  .mb-xl-10,
  .my-xl-10 {
    margin-bottom: 0.625rem !important;
  }
  .ml-xl-10,
  .mx-xl-10 {
    margin-left: 0.625rem !important;
  }
  .m-xl-14 {
    margin: 0.875rem !important;
  }
  .mt-xl-14,
  .my-xl-14 {
    margin-top: 0.875rem !important;
  }
  .mr-xl-14,
  .mx-xl-14 {
    margin-right: 0.875rem !important;
  }
  .mb-xl-14,
  .my-xl-14 {
    margin-bottom: 0.875rem !important;
  }
  .ml-xl-14,
  .mx-xl-14 {
    margin-left: 0.875rem !important;
  }
  .m-xl-15 {
    margin: 0.9375rem !important;
  }
  .mt-xl-15,
  .my-xl-15 {
    margin-top: 0.9375rem !important;
  }
  .mr-xl-15,
  .mx-xl-15 {
    margin-right: 0.9375rem !important;
  }
  .mb-xl-15,
  .my-xl-15 {
    margin-bottom: 0.9375rem !important;
  }
  .ml-xl-15,
  .mx-xl-15 {
    margin-left: 0.9375rem !important;
  }
  .m-xl-20 {
    margin: 1.25rem !important;
  }
  .mt-xl-20,
  .my-xl-20 {
    margin-top: 1.25rem !important;
  }
  .mr-xl-20,
  .mx-xl-20 {
    margin-right: 1.25rem !important;
  }
  .mb-xl-20,
  .my-xl-20 {
    margin-bottom: 1.25rem !important;
  }
  .ml-xl-20,
  .mx-xl-20 {
    margin-left: 1.25rem !important;
  }
  .m-xl-25 {
    margin: 1.5625rem !important;
  }
  .mt-xl-25,
  .my-xl-25 {
    margin-top: 1.5625rem !important;
  }
  .mr-xl-25,
  .mx-xl-25 {
    margin-right: 1.5625rem !important;
  }
  .mb-xl-25,
  .my-xl-25 {
    margin-bottom: 1.5625rem !important;
  }
  .ml-xl-25,
  .mx-xl-25 {
    margin-left: 1.5625rem !important;
  }
  .m-xl-30 {
    margin: 1.875rem !important;
  }
  .mt-xl-30,
  .my-xl-30 {
    margin-top: 1.875rem !important;
  }
  .mr-xl-30,
  .mx-xl-30 {
    margin-right: 1.875rem !important;
  }
  .mb-xl-30,
  .my-xl-30 {
    margin-bottom: 1.875rem !important;
  }
  .ml-xl-30,
  .mx-xl-30 {
    margin-left: 1.875rem !important;
  }
  .m-xl-32 {
    margin: 2rem !important;
  }
  .mt-xl-32,
  .my-xl-32 {
    margin-top: 2rem !important;
  }
  .mr-xl-32,
  .mx-xl-32 {
    margin-right: 2rem !important;
  }
  .mb-xl-32,
  .my-xl-32 {
    margin-bottom: 2rem !important;
  }
  .ml-xl-32,
  .mx-xl-32 {
    margin-left: 2rem !important;
  }
  .m-xl-35 {
    margin: 2.1875rem !important;
  }
  .mt-xl-35,
  .my-xl-35 {
    margin-top: 2.1875rem !important;
  }
  .mr-xl-35,
  .mx-xl-35 {
    margin-right: 2.1875rem !important;
  }
  .mb-xl-35,
  .my-xl-35 {
    margin-bottom: 2.1875rem !important;
  }
  .ml-xl-35,
  .mx-xl-35 {
    margin-left: 2.1875rem !important;
  }
  .m-xl-40 {
    margin: 2.5rem !important;
  }
  .mt-xl-40,
  .my-xl-40 {
    margin-top: 2.5rem !important;
  }
  .mr-xl-40,
  .mx-xl-40 {
    margin-right: 2.5rem !important;
  }
  .mb-xl-40,
  .my-xl-40 {
    margin-bottom: 2.5rem !important;
  }
  .ml-xl-40,
  .mx-xl-40 {
    margin-left: 2.5rem !important;
  }
  .m-xl-45 {
    margin: 2.8125rem !important;
  }
  .mt-xl-45,
  .my-xl-45 {
    margin-top: 2.8125rem !important;
  }
  .mr-xl-45,
  .mx-xl-45 {
    margin-right: 2.8125rem !important;
  }
  .mb-xl-45,
  .my-xl-45 {
    margin-bottom: 2.8125rem !important;
  }
  .ml-xl-45,
  .mx-xl-45 {
    margin-left: 2.8125rem !important;
  }
  .m-xl-50 {
    margin: 3.125rem !important;
  }
  .mt-xl-50,
  .my-xl-50 {
    margin-top: 3.125rem !important;
  }
  .mr-xl-50,
  .mx-xl-50 {
    margin-right: 3.125rem !important;
  }
  .mb-xl-50,
  .my-xl-50 {
    margin-bottom: 3.125rem !important;
  }
  .ml-xl-50,
  .mx-xl-50 {
    margin-left: 3.125rem !important;
  }
  .m-xl-60 {
    margin: 3.75rem !important;
  }
  .mt-xl-60,
  .my-xl-60 {
    margin-top: 3.75rem !important;
  }
  .mr-xl-60,
  .mx-xl-60 {
    margin-right: 3.75rem !important;
  }
  .mb-xl-60,
  .my-xl-60 {
    margin-bottom: 3.75rem !important;
  }
  .ml-xl-60,
  .mx-xl-60 {
    margin-left: 3.75rem !important;
  }
  .m-xl-65 {
    margin: 4.0625rem !important;
  }
  .mt-xl-65,
  .my-xl-65 {
    margin-top: 4.0625rem !important;
  }
  .mr-xl-65,
  .mx-xl-65 {
    margin-right: 4.0625rem !important;
  }
  .mb-xl-65,
  .my-xl-65 {
    margin-bottom: 4.0625rem !important;
  }
  .ml-xl-65,
  .mx-xl-65 {
    margin-left: 4.0625rem !important;
  }
  .m-xl-70 {
    margin: 4.375rem !important;
  }
  .mt-xl-70,
  .my-xl-70 {
    margin-top: 4.375rem !important;
  }
  .mr-xl-70,
  .mx-xl-70 {
    margin-right: 4.375rem !important;
  }
  .mb-xl-70,
  .my-xl-70 {
    margin-bottom: 4.375rem !important;
  }
  .ml-xl-70,
  .mx-xl-70 {
    margin-left: 4.375rem !important;
  }
  .m-xl-80 {
    margin: 5rem !important;
  }
  .mt-xl-80,
  .my-xl-80 {
    margin-top: 5rem !important;
  }
  .mr-xl-80,
  .mx-xl-80 {
    margin-right: 5rem !important;
  }
  .mb-xl-80,
  .my-xl-80 {
    margin-bottom: 5rem !important;
  }
  .ml-xl-80,
  .mx-xl-80 {
    margin-left: 5rem !important;
  }
  .m-xl-90 {
    margin: 5.625rem !important;
  }
  .mt-xl-90,
  .my-xl-90 {
    margin-top: 5.625rem !important;
  }
  .mr-xl-90,
  .mx-xl-90 {
    margin-right: 5.625rem !important;
  }
  .mb-xl-90,
  .my-xl-90 {
    margin-bottom: 5.625rem !important;
  }
  .ml-xl-90,
  .mx-xl-90 {
    margin-left: 5.625rem !important;
  }
  .m-xl-100 {
    margin: 6.25rem !important;
  }
  .mt-xl-100,
  .my-xl-100 {
    margin-top: 6.25rem !important;
  }
  .mr-xl-100,
  .mx-xl-100 {
    margin-right: 6.25rem !important;
  }
  .mb-xl-100,
  .my-xl-100 {
    margin-bottom: 6.25rem !important;
  }
  .ml-xl-100,
  .mx-xl-100 {
    margin-left: 6.25rem !important;
  }
  .m-xl-150 {
    margin: 9.375rem !important;
  }
  .mt-xl-150,
  .my-xl-150 {
    margin-top: 9.375rem !important;
  }
  .mr-xl-150,
  .mx-xl-150 {
    margin-right: 9.375rem !important;
  }
  .mb-xl-150,
  .my-xl-150 {
    margin-bottom: 9.375rem !important;
  }
  .ml-xl-150,
  .mx-xl-150 {
    margin-left: 9.375rem !important;
  }
  .p-xl--30 {
    padding: -1.875rem !important;
  }
  .pt-xl--30,
  .py-xl--30 {
    padding-top: -1.875rem !important;
  }
  .pr-xl--30,
  .px-xl--30 {
    padding-right: -1.875rem !important;
  }
  .pb-xl--30,
  .py-xl--30 {
    padding-bottom: -1.875rem !important;
  }
  .pl-xl--30,
  .px-xl--30 {
    padding-left: -1.875rem !important;
  }
  .p-xl--20 {
    padding: -1.25rem !important;
  }
  .pt-xl--20,
  .py-xl--20 {
    padding-top: -1.25rem !important;
  }
  .pr-xl--20,
  .px-xl--20 {
    padding-right: -1.25rem !important;
  }
  .pb-xl--20,
  .py-xl--20 {
    padding-bottom: -1.25rem !important;
  }
  .pl-xl--20,
  .px-xl--20 {
    padding-left: -1.25rem !important;
  }
  .p-xl--15 {
    padding: -0.9375rem !important;
  }
  .pt-xl--15,
  .py-xl--15 {
    padding-top: -0.9375rem !important;
  }
  .pr-xl--15,
  .px-xl--15 {
    padding-right: -0.9375rem !important;
  }
  .pb-xl--15,
  .py-xl--15 {
    padding-bottom: -0.9375rem !important;
  }
  .pl-xl--15,
  .px-xl--15 {
    padding-left: -0.9375rem !important;
  }
  .p-xl--10 {
    padding: -0.625rem !important;
  }
  .pt-xl--10,
  .py-xl--10 {
    padding-top: -0.625rem !important;
  }
  .pr-xl--10,
  .px-xl--10 {
    padding-right: -0.625rem !important;
  }
  .pb-xl--10,
  .py-xl--10 {
    padding-bottom: -0.625rem !important;
  }
  .pl-xl--10,
  .px-xl--10 {
    padding-left: -0.625rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .p-xl-8 {
    padding: 0.5rem !important;
  }
  .pt-xl-8,
  .py-xl-8 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-8,
  .px-xl-8 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-8,
  .py-xl-8 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-8,
  .px-xl-8 {
    padding-left: 0.5rem !important;
  }
  .p-xl-9 {
    padding: 0.5625rem !important;
  }
  .pt-xl-9,
  .py-xl-9 {
    padding-top: 0.5625rem !important;
  }
  .pr-xl-9,
  .px-xl-9 {
    padding-right: 0.5625rem !important;
  }
  .pb-xl-9,
  .py-xl-9 {
    padding-bottom: 0.5625rem !important;
  }
  .pl-xl-9,
  .px-xl-9 {
    padding-left: 0.5625rem !important;
  }
  .p-xl-10 {
    padding: 0.625rem !important;
  }
  .pt-xl-10,
  .py-xl-10 {
    padding-top: 0.625rem !important;
  }
  .pr-xl-10,
  .px-xl-10 {
    padding-right: 0.625rem !important;
  }
  .pb-xl-10,
  .py-xl-10 {
    padding-bottom: 0.625rem !important;
  }
  .pl-xl-10,
  .px-xl-10 {
    padding-left: 0.625rem !important;
  }
  .p-xl-14 {
    padding: 0.875rem !important;
  }
  .pt-xl-14,
  .py-xl-14 {
    padding-top: 0.875rem !important;
  }
  .pr-xl-14,
  .px-xl-14 {
    padding-right: 0.875rem !important;
  }
  .pb-xl-14,
  .py-xl-14 {
    padding-bottom: 0.875rem !important;
  }
  .pl-xl-14,
  .px-xl-14 {
    padding-left: 0.875rem !important;
  }
  .p-xl-15 {
    padding: 0.9375rem !important;
  }
  .pt-xl-15,
  .py-xl-15 {
    padding-top: 0.9375rem !important;
  }
  .pr-xl-15,
  .px-xl-15 {
    padding-right: 0.9375rem !important;
  }
  .pb-xl-15,
  .py-xl-15 {
    padding-bottom: 0.9375rem !important;
  }
  .pl-xl-15,
  .px-xl-15 {
    padding-left: 0.9375rem !important;
  }
  .p-xl-20 {
    padding: 1.25rem !important;
  }
  .pt-xl-20,
  .py-xl-20 {
    padding-top: 1.25rem !important;
  }
  .pr-xl-20,
  .px-xl-20 {
    padding-right: 1.25rem !important;
  }
  .pb-xl-20,
  .py-xl-20 {
    padding-bottom: 1.25rem !important;
  }
  .pl-xl-20,
  .px-xl-20 {
    padding-left: 1.25rem !important;
  }
  .p-xl-25 {
    padding: 1.5625rem !important;
  }
  .pt-xl-25,
  .py-xl-25 {
    padding-top: 1.5625rem !important;
  }
  .pr-xl-25,
  .px-xl-25 {
    padding-right: 1.5625rem !important;
  }
  .pb-xl-25,
  .py-xl-25 {
    padding-bottom: 1.5625rem !important;
  }
  .pl-xl-25,
  .px-xl-25 {
    padding-left: 1.5625rem !important;
  }
  .p-xl-30 {
    padding: 1.875rem !important;
  }
  .pt-xl-30,
  .py-xl-30 {
    padding-top: 1.875rem !important;
  }
  .pr-xl-30,
  .px-xl-30 {
    padding-right: 1.875rem !important;
  }
  .pb-xl-30,
  .py-xl-30 {
    padding-bottom: 1.875rem !important;
  }
  .pl-xl-30,
  .px-xl-30 {
    padding-left: 1.875rem !important;
  }
  .p-xl-32 {
    padding: 2rem !important;
  }
  .pt-xl-32,
  .py-xl-32 {
    padding-top: 2rem !important;
  }
  .pr-xl-32,
  .px-xl-32 {
    padding-right: 2rem !important;
  }
  .pb-xl-32,
  .py-xl-32 {
    padding-bottom: 2rem !important;
  }
  .pl-xl-32,
  .px-xl-32 {
    padding-left: 2rem !important;
  }
  .p-xl-35 {
    padding: 2.1875rem !important;
  }
  .pt-xl-35,
  .py-xl-35 {
    padding-top: 2.1875rem !important;
  }
  .pr-xl-35,
  .px-xl-35 {
    padding-right: 2.1875rem !important;
  }
  .pb-xl-35,
  .py-xl-35 {
    padding-bottom: 2.1875rem !important;
  }
  .pl-xl-35,
  .px-xl-35 {
    padding-left: 2.1875rem !important;
  }
  .p-xl-40 {
    padding: 2.5rem !important;
  }
  .pt-xl-40,
  .py-xl-40 {
    padding-top: 2.5rem !important;
  }
  .pr-xl-40,
  .px-xl-40 {
    padding-right: 2.5rem !important;
  }
  .pb-xl-40,
  .py-xl-40 {
    padding-bottom: 2.5rem !important;
  }
  .pl-xl-40,
  .px-xl-40 {
    padding-left: 2.5rem !important;
  }
  .p-xl-45 {
    padding: 2.8125rem !important;
  }
  .pt-xl-45,
  .py-xl-45 {
    padding-top: 2.8125rem !important;
  }
  .pr-xl-45,
  .px-xl-45 {
    padding-right: 2.8125rem !important;
  }
  .pb-xl-45,
  .py-xl-45 {
    padding-bottom: 2.8125rem !important;
  }
  .pl-xl-45,
  .px-xl-45 {
    padding-left: 2.8125rem !important;
  }
  .p-xl-50 {
    padding: 3.125rem !important;
  }
  .pt-xl-50,
  .py-xl-50 {
    padding-top: 3.125rem !important;
  }
  .pr-xl-50,
  .px-xl-50 {
    padding-right: 3.125rem !important;
  }
  .pb-xl-50,
  .py-xl-50 {
    padding-bottom: 3.125rem !important;
  }
  .pl-xl-50,
  .px-xl-50 {
    padding-left: 3.125rem !important;
  }
  .p-xl-60 {
    padding: 3.75rem !important;
  }
  .pt-xl-60,
  .py-xl-60 {
    padding-top: 3.75rem !important;
  }
  .pr-xl-60,
  .px-xl-60 {
    padding-right: 3.75rem !important;
  }
  .pb-xl-60,
  .py-xl-60 {
    padding-bottom: 3.75rem !important;
  }
  .pl-xl-60,
  .px-xl-60 {
    padding-left: 3.75rem !important;
  }
  .p-xl-65 {
    padding: 4.0625rem !important;
  }
  .pt-xl-65,
  .py-xl-65 {
    padding-top: 4.0625rem !important;
  }
  .pr-xl-65,
  .px-xl-65 {
    padding-right: 4.0625rem !important;
  }
  .pb-xl-65,
  .py-xl-65 {
    padding-bottom: 4.0625rem !important;
  }
  .pl-xl-65,
  .px-xl-65 {
    padding-left: 4.0625rem !important;
  }
  .p-xl-70 {
    padding: 4.375rem !important;
  }
  .pt-xl-70,
  .py-xl-70 {
    padding-top: 4.375rem !important;
  }
  .pr-xl-70,
  .px-xl-70 {
    padding-right: 4.375rem !important;
  }
  .pb-xl-70,
  .py-xl-70 {
    padding-bottom: 4.375rem !important;
  }
  .pl-xl-70,
  .px-xl-70 {
    padding-left: 4.375rem !important;
  }
  .p-xl-80 {
    padding: 5rem !important;
  }
  .pt-xl-80,
  .py-xl-80 {
    padding-top: 5rem !important;
  }
  .pr-xl-80,
  .px-xl-80 {
    padding-right: 5rem !important;
  }
  .pb-xl-80,
  .py-xl-80 {
    padding-bottom: 5rem !important;
  }
  .pl-xl-80,
  .px-xl-80 {
    padding-left: 5rem !important;
  }
  .p-xl-90 {
    padding: 5.625rem !important;
  }
  .pt-xl-90,
  .py-xl-90 {
    padding-top: 5.625rem !important;
  }
  .pr-xl-90,
  .px-xl-90 {
    padding-right: 5.625rem !important;
  }
  .pb-xl-90,
  .py-xl-90 {
    padding-bottom: 5.625rem !important;
  }
  .pl-xl-90,
  .px-xl-90 {
    padding-left: 5.625rem !important;
  }
  .p-xl-100 {
    padding: 6.25rem !important;
  }
  .pt-xl-100,
  .py-xl-100 {
    padding-top: 6.25rem !important;
  }
  .pr-xl-100,
  .px-xl-100 {
    padding-right: 6.25rem !important;
  }
  .pb-xl-100,
  .py-xl-100 {
    padding-bottom: 6.25rem !important;
  }
  .pl-xl-100,
  .px-xl-100 {
    padding-left: 6.25rem !important;
  }
  .p-xl-150 {
    padding: 9.375rem !important;
  }
  .pt-xl-150,
  .py-xl-150 {
    padding-top: 9.375rem !important;
  }
  .pr-xl-150,
  .px-xl-150 {
    padding-right: 9.375rem !important;
  }
  .pb-xl-150,
  .py-xl-150 {
    padding-bottom: 9.375rem !important;
  }
  .pl-xl-150,
  .px-xl-150 {
    padding-left: 9.375rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1350px) {
  .m-2xl--30 {
    margin: -1.875rem !important;
  }
  .mt-2xl--30,
  .my-2xl--30 {
    margin-top: -1.875rem !important;
  }
  .mr-2xl--30,
  .mx-2xl--30 {
    margin-right: -1.875rem !important;
  }
  .mb-2xl--30,
  .my-2xl--30 {
    margin-bottom: -1.875rem !important;
  }
  .ml-2xl--30,
  .mx-2xl--30 {
    margin-left: -1.875rem !important;
  }
  .m-2xl--20 {
    margin: -1.25rem !important;
  }
  .mt-2xl--20,
  .my-2xl--20 {
    margin-top: -1.25rem !important;
  }
  .mr-2xl--20,
  .mx-2xl--20 {
    margin-right: -1.25rem !important;
  }
  .mb-2xl--20,
  .my-2xl--20 {
    margin-bottom: -1.25rem !important;
  }
  .ml-2xl--20,
  .mx-2xl--20 {
    margin-left: -1.25rem !important;
  }
  .m-2xl--15 {
    margin: -0.9375rem !important;
  }
  .mt-2xl--15,
  .my-2xl--15 {
    margin-top: -0.9375rem !important;
  }
  .mr-2xl--15,
  .mx-2xl--15 {
    margin-right: -0.9375rem !important;
  }
  .mb-2xl--15,
  .my-2xl--15 {
    margin-bottom: -0.9375rem !important;
  }
  .ml-2xl--15,
  .mx-2xl--15 {
    margin-left: -0.9375rem !important;
  }
  .m-2xl--10 {
    margin: -0.625rem !important;
  }
  .mt-2xl--10,
  .my-2xl--10 {
    margin-top: -0.625rem !important;
  }
  .mr-2xl--10,
  .mx-2xl--10 {
    margin-right: -0.625rem !important;
  }
  .mb-2xl--10,
  .my-2xl--10 {
    margin-bottom: -0.625rem !important;
  }
  .ml-2xl--10,
  .mx-2xl--10 {
    margin-left: -0.625rem !important;
  }
  .m-2xl-0 {
    margin: 0 !important;
  }
  .mt-2xl-0,
  .my-2xl-0 {
    margin-top: 0 !important;
  }
  .mr-2xl-0,
  .mx-2xl-0 {
    margin-right: 0 !important;
  }
  .mb-2xl-0,
  .my-2xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-2xl-0,
  .mx-2xl-0 {
    margin-left: 0 !important;
  }
  .m-2xl-1 {
    margin: 0.25rem !important;
  }
  .mt-2xl-1,
  .my-2xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-2xl-1,
  .mx-2xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-2xl-1,
  .my-2xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-2xl-1,
  .mx-2xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-2xl-2 {
    margin: 0.5rem !important;
  }
  .mt-2xl-2,
  .my-2xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-2xl-2,
  .mx-2xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-2xl-2,
  .my-2xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-2xl-2,
  .mx-2xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-2xl-3 {
    margin: 1rem !important;
  }
  .mt-2xl-3,
  .my-2xl-3 {
    margin-top: 1rem !important;
  }
  .mr-2xl-3,
  .mx-2xl-3 {
    margin-right: 1rem !important;
  }
  .mb-2xl-3,
  .my-2xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-2xl-3,
  .mx-2xl-3 {
    margin-left: 1rem !important;
  }
  .m-2xl-4 {
    margin: 1.5rem !important;
  }
  .mt-2xl-4,
  .my-2xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-2xl-4,
  .mx-2xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-2xl-4,
  .my-2xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-2xl-4,
  .mx-2xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-2xl-5 {
    margin: 3rem !important;
  }
  .mt-2xl-5,
  .my-2xl-5 {
    margin-top: 3rem !important;
  }
  .mr-2xl-5,
  .mx-2xl-5 {
    margin-right: 3rem !important;
  }
  .mb-2xl-5,
  .my-2xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-2xl-5,
  .mx-2xl-5 {
    margin-left: 3rem !important;
  }
  .m-2xl-8 {
    margin: 0.5rem !important;
  }
  .mt-2xl-8,
  .my-2xl-8 {
    margin-top: 0.5rem !important;
  }
  .mr-2xl-8,
  .mx-2xl-8 {
    margin-right: 0.5rem !important;
  }
  .mb-2xl-8,
  .my-2xl-8 {
    margin-bottom: 0.5rem !important;
  }
  .ml-2xl-8,
  .mx-2xl-8 {
    margin-left: 0.5rem !important;
  }
  .m-2xl-9 {
    margin: 0.5625rem !important;
  }
  .mt-2xl-9,
  .my-2xl-9 {
    margin-top: 0.5625rem !important;
  }
  .mr-2xl-9,
  .mx-2xl-9 {
    margin-right: 0.5625rem !important;
  }
  .mb-2xl-9,
  .my-2xl-9 {
    margin-bottom: 0.5625rem !important;
  }
  .ml-2xl-9,
  .mx-2xl-9 {
    margin-left: 0.5625rem !important;
  }
  .m-2xl-10 {
    margin: 0.625rem !important;
  }
  .mt-2xl-10,
  .my-2xl-10 {
    margin-top: 0.625rem !important;
  }
  .mr-2xl-10,
  .mx-2xl-10 {
    margin-right: 0.625rem !important;
  }
  .mb-2xl-10,
  .my-2xl-10 {
    margin-bottom: 0.625rem !important;
  }
  .ml-2xl-10,
  .mx-2xl-10 {
    margin-left: 0.625rem !important;
  }
  .m-2xl-14 {
    margin: 0.875rem !important;
  }
  .mt-2xl-14,
  .my-2xl-14 {
    margin-top: 0.875rem !important;
  }
  .mr-2xl-14,
  .mx-2xl-14 {
    margin-right: 0.875rem !important;
  }
  .mb-2xl-14,
  .my-2xl-14 {
    margin-bottom: 0.875rem !important;
  }
  .ml-2xl-14,
  .mx-2xl-14 {
    margin-left: 0.875rem !important;
  }
  .m-2xl-15 {
    margin: 0.9375rem !important;
  }
  .mt-2xl-15,
  .my-2xl-15 {
    margin-top: 0.9375rem !important;
  }
  .mr-2xl-15,
  .mx-2xl-15 {
    margin-right: 0.9375rem !important;
  }
  .mb-2xl-15,
  .my-2xl-15 {
    margin-bottom: 0.9375rem !important;
  }
  .ml-2xl-15,
  .mx-2xl-15 {
    margin-left: 0.9375rem !important;
  }
  .m-2xl-20 {
    margin: 1.25rem !important;
  }
  .mt-2xl-20,
  .my-2xl-20 {
    margin-top: 1.25rem !important;
  }
  .mr-2xl-20,
  .mx-2xl-20 {
    margin-right: 1.25rem !important;
  }
  .mb-2xl-20,
  .my-2xl-20 {
    margin-bottom: 1.25rem !important;
  }
  .ml-2xl-20,
  .mx-2xl-20 {
    margin-left: 1.25rem !important;
  }
  .m-2xl-25 {
    margin: 1.5625rem !important;
  }
  .mt-2xl-25,
  .my-2xl-25 {
    margin-top: 1.5625rem !important;
  }
  .mr-2xl-25,
  .mx-2xl-25 {
    margin-right: 1.5625rem !important;
  }
  .mb-2xl-25,
  .my-2xl-25 {
    margin-bottom: 1.5625rem !important;
  }
  .ml-2xl-25,
  .mx-2xl-25 {
    margin-left: 1.5625rem !important;
  }
  .m-2xl-30 {
    margin: 1.875rem !important;
  }
  .mt-2xl-30,
  .my-2xl-30 {
    margin-top: 1.875rem !important;
  }
  .mr-2xl-30,
  .mx-2xl-30 {
    margin-right: 1.875rem !important;
  }
  .mb-2xl-30,
  .my-2xl-30 {
    margin-bottom: 1.875rem !important;
  }
  .ml-2xl-30,
  .mx-2xl-30 {
    margin-left: 1.875rem !important;
  }
  .m-2xl-32 {
    margin: 2rem !important;
  }
  .mt-2xl-32,
  .my-2xl-32 {
    margin-top: 2rem !important;
  }
  .mr-2xl-32,
  .mx-2xl-32 {
    margin-right: 2rem !important;
  }
  .mb-2xl-32,
  .my-2xl-32 {
    margin-bottom: 2rem !important;
  }
  .ml-2xl-32,
  .mx-2xl-32 {
    margin-left: 2rem !important;
  }
  .m-2xl-35 {
    margin: 2.1875rem !important;
  }
  .mt-2xl-35,
  .my-2xl-35 {
    margin-top: 2.1875rem !important;
  }
  .mr-2xl-35,
  .mx-2xl-35 {
    margin-right: 2.1875rem !important;
  }
  .mb-2xl-35,
  .my-2xl-35 {
    margin-bottom: 2.1875rem !important;
  }
  .ml-2xl-35,
  .mx-2xl-35 {
    margin-left: 2.1875rem !important;
  }
  .m-2xl-40 {
    margin: 2.5rem !important;
  }
  .mt-2xl-40,
  .my-2xl-40 {
    margin-top: 2.5rem !important;
  }
  .mr-2xl-40,
  .mx-2xl-40 {
    margin-right: 2.5rem !important;
  }
  .mb-2xl-40,
  .my-2xl-40 {
    margin-bottom: 2.5rem !important;
  }
  .ml-2xl-40,
  .mx-2xl-40 {
    margin-left: 2.5rem !important;
  }
  .m-2xl-45 {
    margin: 2.8125rem !important;
  }
  .mt-2xl-45,
  .my-2xl-45 {
    margin-top: 2.8125rem !important;
  }
  .mr-2xl-45,
  .mx-2xl-45 {
    margin-right: 2.8125rem !important;
  }
  .mb-2xl-45,
  .my-2xl-45 {
    margin-bottom: 2.8125rem !important;
  }
  .ml-2xl-45,
  .mx-2xl-45 {
    margin-left: 2.8125rem !important;
  }
  .m-2xl-50 {
    margin: 3.125rem !important;
  }
  .mt-2xl-50,
  .my-2xl-50 {
    margin-top: 3.125rem !important;
  }
  .mr-2xl-50,
  .mx-2xl-50 {
    margin-right: 3.125rem !important;
  }
  .mb-2xl-50,
  .my-2xl-50 {
    margin-bottom: 3.125rem !important;
  }
  .ml-2xl-50,
  .mx-2xl-50 {
    margin-left: 3.125rem !important;
  }
  .m-2xl-60 {
    margin: 3.75rem !important;
  }
  .mt-2xl-60,
  .my-2xl-60 {
    margin-top: 3.75rem !important;
  }
  .mr-2xl-60,
  .mx-2xl-60 {
    margin-right: 3.75rem !important;
  }
  .mb-2xl-60,
  .my-2xl-60 {
    margin-bottom: 3.75rem !important;
  }
  .ml-2xl-60,
  .mx-2xl-60 {
    margin-left: 3.75rem !important;
  }
  .m-2xl-65 {
    margin: 4.0625rem !important;
  }
  .mt-2xl-65,
  .my-2xl-65 {
    margin-top: 4.0625rem !important;
  }
  .mr-2xl-65,
  .mx-2xl-65 {
    margin-right: 4.0625rem !important;
  }
  .mb-2xl-65,
  .my-2xl-65 {
    margin-bottom: 4.0625rem !important;
  }
  .ml-2xl-65,
  .mx-2xl-65 {
    margin-left: 4.0625rem !important;
  }
  .m-2xl-70 {
    margin: 4.375rem !important;
  }
  .mt-2xl-70,
  .my-2xl-70 {
    margin-top: 4.375rem !important;
  }
  .mr-2xl-70,
  .mx-2xl-70 {
    margin-right: 4.375rem !important;
  }
  .mb-2xl-70,
  .my-2xl-70 {
    margin-bottom: 4.375rem !important;
  }
  .ml-2xl-70,
  .mx-2xl-70 {
    margin-left: 4.375rem !important;
  }
  .m-2xl-80 {
    margin: 5rem !important;
  }
  .mt-2xl-80,
  .my-2xl-80 {
    margin-top: 5rem !important;
  }
  .mr-2xl-80,
  .mx-2xl-80 {
    margin-right: 5rem !important;
  }
  .mb-2xl-80,
  .my-2xl-80 {
    margin-bottom: 5rem !important;
  }
  .ml-2xl-80,
  .mx-2xl-80 {
    margin-left: 5rem !important;
  }
  .m-2xl-90 {
    margin: 5.625rem !important;
  }
  .mt-2xl-90,
  .my-2xl-90 {
    margin-top: 5.625rem !important;
  }
  .mr-2xl-90,
  .mx-2xl-90 {
    margin-right: 5.625rem !important;
  }
  .mb-2xl-90,
  .my-2xl-90 {
    margin-bottom: 5.625rem !important;
  }
  .ml-2xl-90,
  .mx-2xl-90 {
    margin-left: 5.625rem !important;
  }
  .m-2xl-100 {
    margin: 6.25rem !important;
  }
  .mt-2xl-100,
  .my-2xl-100 {
    margin-top: 6.25rem !important;
  }
  .mr-2xl-100,
  .mx-2xl-100 {
    margin-right: 6.25rem !important;
  }
  .mb-2xl-100,
  .my-2xl-100 {
    margin-bottom: 6.25rem !important;
  }
  .ml-2xl-100,
  .mx-2xl-100 {
    margin-left: 6.25rem !important;
  }
  .m-2xl-150 {
    margin: 9.375rem !important;
  }
  .mt-2xl-150,
  .my-2xl-150 {
    margin-top: 9.375rem !important;
  }
  .mr-2xl-150,
  .mx-2xl-150 {
    margin-right: 9.375rem !important;
  }
  .mb-2xl-150,
  .my-2xl-150 {
    margin-bottom: 9.375rem !important;
  }
  .ml-2xl-150,
  .mx-2xl-150 {
    margin-left: 9.375rem !important;
  }
  .p-2xl--30 {
    padding: -1.875rem !important;
  }
  .pt-2xl--30,
  .py-2xl--30 {
    padding-top: -1.875rem !important;
  }
  .pr-2xl--30,
  .px-2xl--30 {
    padding-right: -1.875rem !important;
  }
  .pb-2xl--30,
  .py-2xl--30 {
    padding-bottom: -1.875rem !important;
  }
  .pl-2xl--30,
  .px-2xl--30 {
    padding-left: -1.875rem !important;
  }
  .p-2xl--20 {
    padding: -1.25rem !important;
  }
  .pt-2xl--20,
  .py-2xl--20 {
    padding-top: -1.25rem !important;
  }
  .pr-2xl--20,
  .px-2xl--20 {
    padding-right: -1.25rem !important;
  }
  .pb-2xl--20,
  .py-2xl--20 {
    padding-bottom: -1.25rem !important;
  }
  .pl-2xl--20,
  .px-2xl--20 {
    padding-left: -1.25rem !important;
  }
  .p-2xl--15 {
    padding: -0.9375rem !important;
  }
  .pt-2xl--15,
  .py-2xl--15 {
    padding-top: -0.9375rem !important;
  }
  .pr-2xl--15,
  .px-2xl--15 {
    padding-right: -0.9375rem !important;
  }
  .pb-2xl--15,
  .py-2xl--15 {
    padding-bottom: -0.9375rem !important;
  }
  .pl-2xl--15,
  .px-2xl--15 {
    padding-left: -0.9375rem !important;
  }
  .p-2xl--10 {
    padding: -0.625rem !important;
  }
  .pt-2xl--10,
  .py-2xl--10 {
    padding-top: -0.625rem !important;
  }
  .pr-2xl--10,
  .px-2xl--10 {
    padding-right: -0.625rem !important;
  }
  .pb-2xl--10,
  .py-2xl--10 {
    padding-bottom: -0.625rem !important;
  }
  .pl-2xl--10,
  .px-2xl--10 {
    padding-left: -0.625rem !important;
  }
  .p-2xl-0 {
    padding: 0 !important;
  }
  .pt-2xl-0,
  .py-2xl-0 {
    padding-top: 0 !important;
  }
  .pr-2xl-0,
  .px-2xl-0 {
    padding-right: 0 !important;
  }
  .pb-2xl-0,
  .py-2xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-2xl-0,
  .px-2xl-0 {
    padding-left: 0 !important;
  }
  .p-2xl-1 {
    padding: 0.25rem !important;
  }
  .pt-2xl-1,
  .py-2xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-2xl-1,
  .px-2xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-2xl-1,
  .py-2xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-2xl-1,
  .px-2xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-2xl-2 {
    padding: 0.5rem !important;
  }
  .pt-2xl-2,
  .py-2xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-2xl-2,
  .px-2xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-2xl-2,
  .py-2xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-2xl-2,
  .px-2xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-2xl-3 {
    padding: 1rem !important;
  }
  .pt-2xl-3,
  .py-2xl-3 {
    padding-top: 1rem !important;
  }
  .pr-2xl-3,
  .px-2xl-3 {
    padding-right: 1rem !important;
  }
  .pb-2xl-3,
  .py-2xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-2xl-3,
  .px-2xl-3 {
    padding-left: 1rem !important;
  }
  .p-2xl-4 {
    padding: 1.5rem !important;
  }
  .pt-2xl-4,
  .py-2xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-2xl-4,
  .px-2xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-2xl-4,
  .py-2xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-2xl-4,
  .px-2xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-2xl-5 {
    padding: 3rem !important;
  }
  .pt-2xl-5,
  .py-2xl-5 {
    padding-top: 3rem !important;
  }
  .pr-2xl-5,
  .px-2xl-5 {
    padding-right: 3rem !important;
  }
  .pb-2xl-5,
  .py-2xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-2xl-5,
  .px-2xl-5 {
    padding-left: 3rem !important;
  }
  .p-2xl-8 {
    padding: 0.5rem !important;
  }
  .pt-2xl-8,
  .py-2xl-8 {
    padding-top: 0.5rem !important;
  }
  .pr-2xl-8,
  .px-2xl-8 {
    padding-right: 0.5rem !important;
  }
  .pb-2xl-8,
  .py-2xl-8 {
    padding-bottom: 0.5rem !important;
  }
  .pl-2xl-8,
  .px-2xl-8 {
    padding-left: 0.5rem !important;
  }
  .p-2xl-9 {
    padding: 0.5625rem !important;
  }
  .pt-2xl-9,
  .py-2xl-9 {
    padding-top: 0.5625rem !important;
  }
  .pr-2xl-9,
  .px-2xl-9 {
    padding-right: 0.5625rem !important;
  }
  .pb-2xl-9,
  .py-2xl-9 {
    padding-bottom: 0.5625rem !important;
  }
  .pl-2xl-9,
  .px-2xl-9 {
    padding-left: 0.5625rem !important;
  }
  .p-2xl-10 {
    padding: 0.625rem !important;
  }
  .pt-2xl-10,
  .py-2xl-10 {
    padding-top: 0.625rem !important;
  }
  .pr-2xl-10,
  .px-2xl-10 {
    padding-right: 0.625rem !important;
  }
  .pb-2xl-10,
  .py-2xl-10 {
    padding-bottom: 0.625rem !important;
  }
  .pl-2xl-10,
  .px-2xl-10 {
    padding-left: 0.625rem !important;
  }
  .p-2xl-14 {
    padding: 0.875rem !important;
  }
  .pt-2xl-14,
  .py-2xl-14 {
    padding-top: 0.875rem !important;
  }
  .pr-2xl-14,
  .px-2xl-14 {
    padding-right: 0.875rem !important;
  }
  .pb-2xl-14,
  .py-2xl-14 {
    padding-bottom: 0.875rem !important;
  }
  .pl-2xl-14,
  .px-2xl-14 {
    padding-left: 0.875rem !important;
  }
  .p-2xl-15 {
    padding: 0.9375rem !important;
  }
  .pt-2xl-15,
  .py-2xl-15 {
    padding-top: 0.9375rem !important;
  }
  .pr-2xl-15,
  .px-2xl-15 {
    padding-right: 0.9375rem !important;
  }
  .pb-2xl-15,
  .py-2xl-15 {
    padding-bottom: 0.9375rem !important;
  }
  .pl-2xl-15,
  .px-2xl-15 {
    padding-left: 0.9375rem !important;
  }
  .p-2xl-20 {
    padding: 1.25rem !important;
  }
  .pt-2xl-20,
  .py-2xl-20 {
    padding-top: 1.25rem !important;
  }
  .pr-2xl-20,
  .px-2xl-20 {
    padding-right: 1.25rem !important;
  }
  .pb-2xl-20,
  .py-2xl-20 {
    padding-bottom: 1.25rem !important;
  }
  .pl-2xl-20,
  .px-2xl-20 {
    padding-left: 1.25rem !important;
  }
  .p-2xl-25 {
    padding: 1.5625rem !important;
  }
  .pt-2xl-25,
  .py-2xl-25 {
    padding-top: 1.5625rem !important;
  }
  .pr-2xl-25,
  .px-2xl-25 {
    padding-right: 1.5625rem !important;
  }
  .pb-2xl-25,
  .py-2xl-25 {
    padding-bottom: 1.5625rem !important;
  }
  .pl-2xl-25,
  .px-2xl-25 {
    padding-left: 1.5625rem !important;
  }
  .p-2xl-30 {
    padding: 1.875rem !important;
  }
  .pt-2xl-30,
  .py-2xl-30 {
    padding-top: 1.875rem !important;
  }
  .pr-2xl-30,
  .px-2xl-30 {
    padding-right: 1.875rem !important;
  }
  .pb-2xl-30,
  .py-2xl-30 {
    padding-bottom: 1.875rem !important;
  }
  .pl-2xl-30,
  .px-2xl-30 {
    padding-left: 1.875rem !important;
  }
  .p-2xl-32 {
    padding: 2rem !important;
  }
  .pt-2xl-32,
  .py-2xl-32 {
    padding-top: 2rem !important;
  }
  .pr-2xl-32,
  .px-2xl-32 {
    padding-right: 2rem !important;
  }
  .pb-2xl-32,
  .py-2xl-32 {
    padding-bottom: 2rem !important;
  }
  .pl-2xl-32,
  .px-2xl-32 {
    padding-left: 2rem !important;
  }
  .p-2xl-35 {
    padding: 2.1875rem !important;
  }
  .pt-2xl-35,
  .py-2xl-35 {
    padding-top: 2.1875rem !important;
  }
  .pr-2xl-35,
  .px-2xl-35 {
    padding-right: 2.1875rem !important;
  }
  .pb-2xl-35,
  .py-2xl-35 {
    padding-bottom: 2.1875rem !important;
  }
  .pl-2xl-35,
  .px-2xl-35 {
    padding-left: 2.1875rem !important;
  }
  .p-2xl-40 {
    padding: 2.5rem !important;
  }
  .pt-2xl-40,
  .py-2xl-40 {
    padding-top: 2.5rem !important;
  }
  .pr-2xl-40,
  .px-2xl-40 {
    padding-right: 2.5rem !important;
  }
  .pb-2xl-40,
  .py-2xl-40 {
    padding-bottom: 2.5rem !important;
  }
  .pl-2xl-40,
  .px-2xl-40 {
    padding-left: 2.5rem !important;
  }
  .p-2xl-45 {
    padding: 2.8125rem !important;
  }
  .pt-2xl-45,
  .py-2xl-45 {
    padding-top: 2.8125rem !important;
  }
  .pr-2xl-45,
  .px-2xl-45 {
    padding-right: 2.8125rem !important;
  }
  .pb-2xl-45,
  .py-2xl-45 {
    padding-bottom: 2.8125rem !important;
  }
  .pl-2xl-45,
  .px-2xl-45 {
    padding-left: 2.8125rem !important;
  }
  .p-2xl-50 {
    padding: 3.125rem !important;
  }
  .pt-2xl-50,
  .py-2xl-50 {
    padding-top: 3.125rem !important;
  }
  .pr-2xl-50,
  .px-2xl-50 {
    padding-right: 3.125rem !important;
  }
  .pb-2xl-50,
  .py-2xl-50 {
    padding-bottom: 3.125rem !important;
  }
  .pl-2xl-50,
  .px-2xl-50 {
    padding-left: 3.125rem !important;
  }
  .p-2xl-60 {
    padding: 3.75rem !important;
  }
  .pt-2xl-60,
  .py-2xl-60 {
    padding-top: 3.75rem !important;
  }
  .pr-2xl-60,
  .px-2xl-60 {
    padding-right: 3.75rem !important;
  }
  .pb-2xl-60,
  .py-2xl-60 {
    padding-bottom: 3.75rem !important;
  }
  .pl-2xl-60,
  .px-2xl-60 {
    padding-left: 3.75rem !important;
  }
  .p-2xl-65 {
    padding: 4.0625rem !important;
  }
  .pt-2xl-65,
  .py-2xl-65 {
    padding-top: 4.0625rem !important;
  }
  .pr-2xl-65,
  .px-2xl-65 {
    padding-right: 4.0625rem !important;
  }
  .pb-2xl-65,
  .py-2xl-65 {
    padding-bottom: 4.0625rem !important;
  }
  .pl-2xl-65,
  .px-2xl-65 {
    padding-left: 4.0625rem !important;
  }
  .p-2xl-70 {
    padding: 4.375rem !important;
  }
  .pt-2xl-70,
  .py-2xl-70 {
    padding-top: 4.375rem !important;
  }
  .pr-2xl-70,
  .px-2xl-70 {
    padding-right: 4.375rem !important;
  }
  .pb-2xl-70,
  .py-2xl-70 {
    padding-bottom: 4.375rem !important;
  }
  .pl-2xl-70,
  .px-2xl-70 {
    padding-left: 4.375rem !important;
  }
  .p-2xl-80 {
    padding: 5rem !important;
  }
  .pt-2xl-80,
  .py-2xl-80 {
    padding-top: 5rem !important;
  }
  .pr-2xl-80,
  .px-2xl-80 {
    padding-right: 5rem !important;
  }
  .pb-2xl-80,
  .py-2xl-80 {
    padding-bottom: 5rem !important;
  }
  .pl-2xl-80,
  .px-2xl-80 {
    padding-left: 5rem !important;
  }
  .p-2xl-90 {
    padding: 5.625rem !important;
  }
  .pt-2xl-90,
  .py-2xl-90 {
    padding-top: 5.625rem !important;
  }
  .pr-2xl-90,
  .px-2xl-90 {
    padding-right: 5.625rem !important;
  }
  .pb-2xl-90,
  .py-2xl-90 {
    padding-bottom: 5.625rem !important;
  }
  .pl-2xl-90,
  .px-2xl-90 {
    padding-left: 5.625rem !important;
  }
  .p-2xl-100 {
    padding: 6.25rem !important;
  }
  .pt-2xl-100,
  .py-2xl-100 {
    padding-top: 6.25rem !important;
  }
  .pr-2xl-100,
  .px-2xl-100 {
    padding-right: 6.25rem !important;
  }
  .pb-2xl-100,
  .py-2xl-100 {
    padding-bottom: 6.25rem !important;
  }
  .pl-2xl-100,
  .px-2xl-100 {
    padding-left: 6.25rem !important;
  }
  .p-2xl-150 {
    padding: 9.375rem !important;
  }
  .pt-2xl-150,
  .py-2xl-150 {
    padding-top: 9.375rem !important;
  }
  .pr-2xl-150,
  .px-2xl-150 {
    padding-right: 9.375rem !important;
  }
  .pb-2xl-150,
  .py-2xl-150 {
    padding-bottom: 9.375rem !important;
  }
  .pl-2xl-150,
  .px-2xl-150 {
    padding-left: 9.375rem !important;
  }
  .m-2xl-auto {
    margin: auto !important;
  }
  .mt-2xl-auto,
  .my-2xl-auto {
    margin-top: auto !important;
  }
  .mr-2xl-auto,
  .mx-2xl-auto {
    margin-right: auto !important;
  }
  .mb-2xl-auto,
  .my-2xl-auto {
    margin-bottom: auto !important;
  }
  .ml-2xl-auto,
  .mx-2xl-auto {
    margin-left: auto !important;
  }
}

.line-clamp {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp--1 {
  max-height: 1.5rem;
  -webkit-line-clamp: 1;
}

.line-clamp--1-heading {
  -webkit-line-clamp: 1;
}

.line-clamp--2 {
  max-height: 3rem;
  -webkit-line-clamp: 2;
}

.line-clamp--2-heading {
  -webkit-line-clamp: 2;
}

.line-clamp--3 {
  max-height: 4.5rem;
  -webkit-line-clamp: 3;
}

.line-clamp--3-heading {
  -webkit-line-clamp: 3;
}

.line-clamp--4 {
  max-height: 6rem;
  -webkit-line-clamp: 4;
}

.line-clamp--4-heading {
  -webkit-line-clamp: 4;
}

.line-clamp--5 {
  max-height: 7.5rem;
  -webkit-line-clamp: 5;
}

.line-clamp--5-heading {
  -webkit-line-clamp: 5;
}

.line-clamp--7 {
  max-height: 10.5rem;
  -webkit-line-clamp: 7;
}

.line-clamp--7-heading {
  -webkit-line-clamp: 7;
}

.letter-spacing--05 {
  letter-spacing: -0.03125rem;
}

.letter-spacing-1 {
  letter-spacing: 0.0625rem;
}

.letter-spacing-2 {
  letter-spacing: 0.125rem;
}

.btn-ln {
  position: relative;
  font-weight: 800;
  outline: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  font-size: 0.875rem;
  padding: 0.25rem 1.25rem 0.25rem 2rem;
}

.btn-ln i {
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  left: 9px;
  position: absolute;
}

.btn-ln span {
  display: block;
}

.btn-ln.btn-sm, .btn-group-sm > .btn-ln.btn {
  font-size: 0.75rem;
}

.btn-ln.btn-lg, .btn-group-lg > .btn-ln.btn {
  font-size: 1rem;
  padding: 0.75rem 1.5rem 0.75rem 3rem;
}
@media (min-width: 992px) {
  .btn-ln.btn-lg, .btn-group-lg > .btn-ln.btn {
    font-size: 1.125rem;
    padding: 0.5rem 2rem 0.5rem 3.125rem;
  }
}

.btn-ln.btn-lg i, .btn-group-lg > .btn-ln.btn i {
  left: 20px;
}

.btn-ln--center {
  padding: 0.25rem 1rem;
}

.btn-ln--center-2 {
  padding: 0.25rem 0.5rem;
}
@media (min-width: 1200px) {
  .btn-ln--center-2 {
    padding: 0.25rem 0.35rem;
  }
}

.btn-ln--center i {
  position: static;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.btn-ln--center span {
  display: inline-block;
}

.btn-ln--center.btn-lg, .btn-group-lg > .btn-ln--center.btn {
  padding: 0.75rem 2.1875rem;
}

.btn-active {
  color: #ffffff !important;
  -webkit-box-shadow: 1px 1px 3px 0 rgba(7, 0, 2, 0.3) !important;
          box-shadow: 1px 1px 3px 0 rgba(7, 0, 2, 0.3) !important;
  color: #212529;
  background-color: #64c0ab;
  border-color: #64c0ab;
}

.btn-active:hover {
  color: #ffffff;
  background-color: #49b49c;
  border-color: #46ab94;
}

.btn-active:focus, .btn-active.focus {
  color: #ffffff;
  background-color: #49b49c;
  border-color: #46ab94;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(90, 169, 152, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(90, 169, 152, 0.5);
}

.btn-active.disabled, .btn-active:disabled {
  color: #212529;
  background-color: #64c0ab;
  border-color: #64c0ab;
}

.btn-active:not(:disabled):not(.disabled):active, .btn-active:not(:disabled):not(.disabled).active,
.show > .btn-active.dropdown-toggle {
  color: #ffffff;
  background-color: #46ab94;
  border-color: #42a28c;
}

.btn-active:not(:disabled):not(.disabled):active:focus, .btn-active:not(:disabled):not(.disabled).active:focus,
.show > .btn-active.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(90, 169, 152, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(90, 169, 152, 0.5);
}

.btn-gray {
  color: #ffffff !important;
  -webkit-box-shadow: 1px 1px 3px 0 rgba(7, 0, 2, 0.3) !important;
          box-shadow: 1px 1px 3px 0 rgba(7, 0, 2, 0.3) !important;
  color: #212529;
  background-color: #aaaaaa;
  border-color: #aaaaaa;
}

.btn-gray:hover {
  color: #212529;
  background-color: #979797;
  border-color: #919191;
}

.btn-gray:focus, .btn-gray.focus {
  color: #212529;
  background-color: #979797;
  border-color: #919191;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(149, 150, 151, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(149, 150, 151, 0.5);
}

.btn-gray.disabled, .btn-gray:disabled {
  color: #212529;
  background-color: #aaaaaa;
  border-color: #aaaaaa;
}

.btn-gray:not(:disabled):not(.disabled):active, .btn-gray:not(:disabled):not(.disabled).active,
.show > .btn-gray.dropdown-toggle {
  color: #ffffff;
  background-color: #919191;
  border-color: #8a8a8a;
}

.btn-gray:not(:disabled):not(.disabled):active:focus, .btn-gray:not(:disabled):not(.disabled).active:focus,
.show > .btn-gray.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(149, 150, 151, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(149, 150, 151, 0.5);
}

#modalSetting .modal-header .close,
#modalBook .modal-header .close {
  opacity: 1;
  color: #313131;
  background-color: #eeeeee;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 3.4375rem;
  height: 3.4375rem;
}

#modalSetting .modal-content,
#modalBook .modal-content {
  border-radius: 0;
  border-top-right-radius: 35px;
  -webkit-box-shadow: 2.828px 2.828px 16px 0 rgba(7, 0, 2, 0.52);
          box-shadow: 2.828px 2.828px 16px 0 rgba(7, 0, 2, 0.52);
  font-weight: 500;
  letter-spacing: -1px;
  font-size: 1.125rem;
}

#modalSetting .modal-content p:last-child,
#modalBook .modal-content p:last-child {
  margin-bottom: 0;
}

#modalSetting .modal-content .btn-ln--center.btn-lg, #modalSetting .modal-content .btn-group-lg > .btn-ln--center.btn,
#modalBook .modal-content .btn-ln--center.btn-lg, #modalBook .modal-content .btn-group-lg > .btn-ln--center.btn {
    padding: 0.625rem 2.3125rem 0.6875rem 2.25rem;
}

#modalSetting .modal-footer,
#modalBook .modal-footer {
  background-color: #eeeeee;
}

/* 公開設定 */
.modal_setting .modal-header {
  flex-wrap: wrap;
  position: relative;
}
.modal_setting .modal-header .close {
  position: absolute;
  top: 15px;
  right: 15px;
}
.modal_setting .modal-body {
  padding-top: 0;
}
.modal_setting .modal-title {
  padding-left: 32px;
  letter-spacing: 0.2em;
  margin-right: 2em;
  margin-top: 10px;
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 483.06 451.15"><path fill="%23000000" d="M483.06,130.74v276.96c0,21.92-27.56,42.81-48.37,43.45l-398.24-.05c-17.59-.37-36.44-20.18-36.44-37.41V130.74h483.06ZM89.16,189.97c-1.82,1.82-3.04,5.57-3.33,8.15-.75,6.64-.97,35.92.47,41.45,1.08,4.16,4.79,7.48,8.99,7.98,6.68.79,37.89.95,43.47-.49,3.32-.86,6.63-4.16,7.49-7.49,1.45-5.6,1.28-36.75.49-43.47-.48-4.13-3.41-7.43-7.28-8.69-4.98-1.62-35.73-1.5-42.15-.77-2.58.29-6.32,1.51-8.15,3.33ZM214.32,186.88c-5.52.92-8.85,4.83-9.63,10.33-1.1,7.74-1.06,31.97-.11,39.86.63,5.25,4.15,9.85,9.48,10.48,9,1.06,33.95,1.06,42.96,0,4.8-.56,7.93-3.79,8.48-8.48,1.06-9,1.06-33.95,0-42.96-.63-5.4-5.32-8.86-10.48-9.48-7.77-.94-33.23-.98-40.7.26ZM382.92,189.97c-.9-.9-3.59-2.33-4.83-2.66-6.25-1.64-34.99-1.5-42.24-.67-4.37.5-8.34,2.68-10,6.97-2.34,6.05-2.21,33.02-1.47,40.43.52,5.16,2.33,11.55,7.95,13.01s37.48,1.28,44.46.5c6.16-.69,8.78-4.52,9.46-10.5.83-7.25.96-35.98-.68-42.24-.32-1.24-1.75-3.93-2.66-4.83ZM89.16,379.92c1.82,1.82,5.57,3.04,8.15,3.33,8.82,1,27.94.81,36.97.04,6.92-.59,11.62-4.35,12.44-11.52.77-6.78.99-36.8-.47-42.44-1.1-4.22-4.79-6.48-8.98-6.98-9.24-1.1-31.51-.9-40.99-.02-4.82.44-8.68,3.09-9.96,8-1.44,5.53-1.22,34.81-.47,41.45.29,2.58,1.51,6.32,3.33,8.15ZM263.18,379.95c1.2-1.3,2.13-4.35,2.33-6.16.78-6.97,1-38.71-.5-44.46-.8-3.07-3.41-5.69-6.49-6.49-5.64-1.47-37.66-1.29-44.46-.5-4.13.48-7.43,3.41-8.69,7.28-1.62,4.98-1.5,35.73-.77,42.15.57,5.06,3.08,9.47,8.16,10.8,6.27,1.64,34.99,1.5,42.24.68,2.38-.27,6.58-1.59,8.17-3.3ZM333.08,322.6c-6.17,1.24-8.14,7.69-8.7,13.26-.74,7.41-.87,34.39,1.47,40.43,1.04,2.67,4.05,5.32,6.77,6.2,4.84,1.58,36.91,1.54,43.17.79,4.51-.54,8.82-3.47,9.99-7.98,1.41-5.45,1.28-35.96.49-42.47-.63-5.25-4.15-9.85-9.48-10.48-7.35-.87-37.06-1.09-43.71.25ZM113.78,49.4c0,6.84-11.91,11.56-18.24,10.25-2.74-.57-10.7-6.78-10.7-9.25V1.5l-1.5-1.5h-49.9C18.58,0,0,23.3,0,37.43v62.38h481.06v-60.38c0-16.99-29.27-39.42-45.41-39.42h-51.4v49.4c0,5.25-9.42,10.56-14.47,10.56s-14.47-5.31-14.47-10.56V0H113.78v49.4Z" /></svg>') no-repeat 0 50% / 24px auto;

}
.modal_setting-header__info {
  margin-top: 10px;
}
.modal_setting-header__info p {
  margin-bottom: 0;
  letter-spacing: -0.05em;
  font-weight: 500;
}
.modal_setting-header__info__txt {
  font-size: 18px;
  line-height: 1.27;
}
.modal_setting-header__info__note {
  color: #a80000;
  font-size: 15px;
  line-height: 1.53;
}
.modal_setting-form {
  background: #f6f6f6;
  padding: 21px 12px 13px 12px;
  border-radius: 8px;
}
.modal_setting-form__inner {
  overflow: auto;
  height: 309px;
  padding-right: 18px;
  padding-bottom: 10px;
}
.modal_setting-form__hl {
  padding-bottom: 14px;
  margin-bottom: 18px;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1.5;
  border-bottom: 1px solid #2c2c2c;
}
.modal_setting-form__clm  {
  display: flex;
  flex-direction: column;
}
.modal_setting-form__clm + .modal_setting-form__clm {
  margin-top: 20px;
}
.modal_setting-form__clm__inner {
  display: flex;
  flex-direction: column;
}
.modal_setting-form__ttl {
  width: 138px;
  margin-bottom: 10px;
}
.modal_setting-form__select {
  overflow: hidden;
  width: 100%;
  height: 45px;
  position: relative;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 1px 3.5px rgba(7, 0, 2, .28);
}
.modal_setting-form__select:before {
  display: block;
  content: '';
  width: 14px;
  height: 8px;
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 320.1 192.1"><path fill="%23000000" d="M137.5,182.7c12.5,12.5,32.8,12.5,45.3,0L310.8,54.7c9.2-9.2,11.9-22.9,6.9-34.9S301.1,0,288.1,0H32.1C19.2,0,7.5,7.9,2.5,19.9S.3,45.6,9.4,54.8l128,128h0Z" /></svg>') no-repeat 0 0 / 14px 8px;
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
}

.modal_setting-form__select select,
.modal_setting-form__input input {
  font-family: 'M Plus 2p';
  font-weight: 500;
  font-size: 18px;
  color: #2c2c2c;
}

.modal_setting-form__select select {
  width: 100%;
  height: 100%;
  padding: 0 50px 0 20px;
  position: relative;
  z-index: 2;
  cursor: pointer;
  border: none;
  appearance: none;
  background: none;
  outline: none;
}
.modal_setting-form__input__inner {
  display: flex;
  flex-direction: column;
}
.modal_setting-form__input__inner > div + div {
  margin-top: 8px;
}
.modal_setting-form__input__inner button {
  display: flex;
  align-items: center;
  height: 32px;
  padding: 0 0 0 8px;
  font-size: 14px;
  font-weight: 800;
}
.modal_setting-form__input {
  display: flex;
  align-items: center;
  width: 460px;
}
.modal_setting-form__input + .modal_setting-form__input {
  margin-top: 8px;
}
.modal_setting-form__input input {
  width: 80px;
  height: 42px;
  padding: 0 10px;
  background: #ffffff;
  border-radius: 6px;
  border: 1px solid #d2d2d2;
  box-shadow: inset  0 2px rgba(0,0,0,0.3);
  text-align: center;
}
.modal_setting-form__input span {
  margin: 0 18px;
  font-weight: 500;
  font-size: 18px;
}
.modal_setting-form__input p {
  padding-left: 17px;
  padding-right: 20px;
  margin: 0;
  font-weight: 500;
  font-size: 18px;
}
.modal_setting-form__input button {
  width: 74px;
}
.modal_setting-form__input button i {
  margin-right: 6px;
  transform: rotate(45deg);
}
.modal_setting-form__input__add {
  margin-top: 15px !important;
}
.modal_setting-form__input__add button {
  width: 152px;
}
.modal_setting-form__input__add button i {
  margin-right: 12px;
  font-size: 16px;
}


/* error */
.modal_setting-form__clm .is_error .modal_setting-form__select {
  border: 1px solid #a80000;
}
.modal_setting-form__clm .is_error .modal_setting-form__input input {
  border-color: #a80000;
}
.modal_setting-form__clm .is_error .modal_setting-form__error p {
  display: block;
}
.modal_setting-form__error {
  margin-top: 10px;
  width: auto;
}
.modal_setting-form__error p {
  color: #a80000;
  font-size: 15px;
  font-weight: 500;
  display: none;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.1;
  letter-spacing: -0.05em;
}

.modal_setting .modal-footer {
  display: flex;
  justify-content: space-between;
}
.modal_setting .modal-footer__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: auto;
}
.modal_setting-form__checkbox {
  display: flex;
  align-items: center;
  margin: 10px 24px 10px 0;
  order: 2;
}
.modal_setting-form__checkbox label {
  margin-bottom: 0;
  font-size: 14px;
}
.modal_setting-form__checkbox input {
  margin-right: 10px;
  width: 25px;
  height: 25px;
  border: 1px solid #d2d2d2;
  box-shadow: inset  0 2px rgba(0,0,0,0.3);
  border-radius: 6px;
}
.modal_setting .modal-footer .btn-save {
  padding-left: 55px;
  width: 150px;
  border-color: #ff8f34;
  background: #ff8f34 url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 486.39 485.24"><path fill="%23ffffff" d="M223.66.57c192.6-12.68,325.86,188.78,231.93,359.68-95.9,174.49-352.33,164.05-434.18-17.28C-47.26,190.87,57.05,11.54,223.66.57ZM268.13,286.07c29.97-29.35,60.51-58.49,88.99-89.17,2.35-5.57,2.35-10.79-1.07-15.91-2.91-4.36-22.8-24.03-27.36-27.54-6.08-4.68-13.18-5.11-19.48-.47l-96.95,96.73-36.78-35.87c-5.35-3.66-11.61-3.68-16.98,0-4.38,3-24.41,23.33-27.96,27.93-5.35,6.95-4.68,14.47,1.01,20.99,23.43,19.73,44.84,49.7,68.36,68.37,6.66,5.29,12.79,7.87,20.48,2.49,15.89-15.88,31.71-31.85,47.75-47.56Z" /></svg>') no-repeat 16px 50% / 27px auto;
  order: 1;
}
.modal_setting .modal-footer .btn-save:hover,
.modal_setting .modal-footer .btn-save:active {
  background-color: #ff8f34;
  border-color: #ff8f34;
  opacity: 0.7;
}


@media (min-width: 992px) {
  #modalSetting .modal-lg,
  #modalBook .modal-lg {
    max-width: 925px;
  }

  .modal_setting .modal-header .close {
    position: relative;
    top: auto;
    right: auto;
  }
  .modal_setting .modal-title {
    margin-top: 14px;
  }
  .modal_setting-header__info {
    margin-top: 20px;
    position: relative;
  }
  .modal_setting-header__info:before {
    display: block;
    content: '…';
    position: absolute;
    top: 0;
    left: -2em;
  }
  .modal_setting-form {
    padding-left: 24px;
  }
  .modal_setting-form__clm  {
    flex-direction: row;
  }
  .modal_setting-form__clm__inner {
    flex-direction: row;
    align-items: center;
  }
  .modal_setting-form__ttl {
    margin-bottom: 0;
  }
  .modal_setting-form__ttl p {
    margin-top: 9px;
  }
  .modal_setting-form__select {
    width: 460px;
  }
  .modal_setting-form__input input {
    width: 115px;
  }
  .modal_setting-form__input p {
    width: 100px;
    padding-right: 0;
  }
  .modal_setting-form__error {
    margin-top: 0;
    width: 150px;
    padding-left: 12px;
  }
  .modal_setting .modal-footer__inner {
    flex-direction: row;
  }
  .modal_setting-form__checkbox label {
    font-size: 18px;
    order: 1;
  }
  .modal_setting .modal-footer .btn-save {
    order: 2;
  }
}


@font-face {
  font-family: "Password";
  font-style: normal;
  font-weight: 400;
  src: url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAATsAA8AAAAAB2QAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAABWAAAABwAAAAcg9+z70dERUYAAAF0AAAAHAAAAB4AJwANT1MvMgAAAZAAAAA/AAAAYH7AkBhjbWFwAAAB0AAAAFkAAAFqZowMx2N2dCAAAAIsAAAABAAAAAQAIgKIZ2FzcAAAAjAAAAAIAAAACAAAABBnbHlmAAACOAAAALkAAAE0MwNYJ2hlYWQAAAL0AAAAMAAAADYPA2KgaGhlYQAAAyQAAAAeAAAAJAU+ATJobXR4AAADRAAAABwAAAAcCPoA6mxvY2EAAANgAAAAEAAAABAA5gFMbWF4cAAAA3AAAAAaAAAAIAAKAE9uYW1lAAADjAAAARYAAAIgB4hZ03Bvc3QAAASkAAAAPgAAAE5Ojr8ld2ViZgAABOQAAAAGAAAABuK7WtIAAAABAAAAANXulPUAAAAA1viLwQAAAADW+JM4eNpjYGRgYOABYjEgZmJgBEI2IGYB8xgAA+AANXjaY2BifMg4gYGVgYVBAwOeYEAFjMgcp8yiFAYHBl7VP8wx/94wpDDHMIoo2DP8B8kx2TLHACkFBkYA8/IL3QB42mNgYGBmgGAZBkYGEEgB8hjBfBYGDyDNx8DBwMTABmTxMigoKKmeV/3z/z9YJTKf8f/X/4/vP7pldosLag4SYATqhgkyMgEJJnQFECcMOGChndEAfOwRuAAAAAAiAogAAQAB//8AD3jaY2BiUGJgYDRiWsXAzMDOoLeRkUHfZhM7C8Nbo41srHdsNjEzAZkMG5lBwqwg4U3sbIx/bDYxgsSNBRUF1Y0FlZUYBd6dOcO06m+YElMa0DiGJIZUxjuM9xjkGRhU2djZlJXU1UDQ1MTcDASNjcTFQFBUBGjYEkkVMJCU4gcCKRTeHCk+fn4+KSllsJiUJEhMUgrMUQbZk8bgz/iA8SRR9qzAY087FjEYD2QPDDAzMFgyAwC39TCRAAAAeNpjYGRgYADid/fqneL5bb4yyLMwgMC1H90HIfRkCxDN+IBpFZDiYGAC8QBbSwuceNpjYGRgYI7594aBgcmOAQgYHzAwMqACdgBbWQN0AAABdgAiAAAAAAAAAAABFAAAAj4AYgI+AGYB9AAAAAAAKgAqACoAKgBeAJIAmnjaY2BkYGBgZ1BgYGIAAUYGBNADEQAFQQBaAAB42o2PwUrDQBCGvzVV9GAQDx485exBY1CU3PQgVgIFI9prlVqDwcZNC/oSPoKP4HNUfQLfxYN/NytCe5GwO9/88+/MBAh5I8C0VoAtnYYNa8oaXpAn9RxIP/XcIqLreZENnjwvyfPieVVdXj2H7DHxPJH/2/M7sVn3/MGyOfb8SWjOGv4K2DRdctpkmtqhos+D6ISh4kiUUXDj1Fr3Bc/Oc0vPqec6A8aUyu1cdTaPZvyXyqz6Fm5axC7bxHOv/r/dnbSRXCk7+mpVrOqVtFqdp3NKxaHUgeod9cm40rtrzfrt2OyQa8fppCO9tk7d1x0rpiQcuDuRkjjtkHt16ctbuf/radZY52/PnEcphXpZOcofiEZNcQAAeNpjYGIAg///GBgZsAF2BgZGJkZmBmaGdkYWRla29JzKggxD9tK8TAMDAxc2D0MLU2NjENfI1M0ZACUXCrsAAAABWtLiugAA) format("woff");
}

.form-control, .select2-container--default .select2-dropdown .select2-search__field {
  border-color: transparent;
  border-width: 1px;
  color: #313131 !important;
  background-color: #eeeeee !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  -webkit-box-shadow: inset 1px 1px 3px 0 rgba(7, 0, 2, 0.3) !important;
          box-shadow: inset 1px 1px 3px 0 rgba(7, 0, 2, 0.3) !important;
  padding: 0.625rem;
  height: 3.125rem !important;
}

@media (min-width: 992px) {
  .form-control, .select2-container--default .select2-dropdown .select2-search__field {
    font-size: 1.125rem !important;
    padding: 0.625rem 1rem;
  }
}

.form-control[type="password"], .select2-container--default .select2-dropdown .select2-search__field[type="password"] {
  font-family: "Password" !important;
  font-size: 1.3125rem !important;
}

@media (min-width: 992px) {
  .form-control[type="password"], .select2-container--default .select2-dropdown .select2-search__field[type="password"] {
    font-size: 2rem !important;
  }
}

.form-control[type="password"]::-webkit-input-placeholder, .select2-container--default .select2-dropdown .select2-search__field[type="password"]::-webkit-input-placeholder {
  -webkit-transform: scale(0.77);
          transform: scale(0.77);
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
}

.form-control[type="password"]::-moz-placeholder, .select2-container--default .select2-dropdown .select2-search__field[type="password"]::-moz-placeholder {
  font-size: 1rem !important;
  opacity: 1;
}

.form-control[type="password"]:-ms-input-placeholder, .select2-container--default .select2-dropdown .select2-search__field[type="password"]:-ms-input-placeholder {
  font-family: "M Plus 2p", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
  font-size: 1rem !important;
}

@media (min-width: 992px) {
  .form-control[type="password"]:-ms-input-placeholder, .select2-container--default .select2-dropdown .select2-search__field[type="password"]:-ms-input-placeholder {
    font-size: 1.125rem !important;
  }
}

.form-control:valid, .select2-container--default .select2-dropdown .select2-search__field:valid {
  border: none !important;
}

.form-control-plaintext {
  outline: none;
}

@media (max-width: 991.98px) {
  .form-control-plaintext {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.form-control-custom-plaintext {
  display: block;
  padding: 0.625rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #313131;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

select.form-control, .select2-container--default .select2-dropdown select.select2-search__field {
  padding-top: 0;
  padding-bottom: 0;
}

input::-internal-input-suggested {
  font-size: 1rem !important;
  font-weight: 700 !important;
  font-family: "M Plus 2p", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}

.was-validated .form-control.is-invalid, .was-validated .select2-container--default .select2-dropdown .is-invalid.select2-search__field, .select2-container--default .select2-dropdown .was-validated .is-invalid.select2-search__field, .was-validated .form-control:invalid, .was-validated .select2-container--default .select2-dropdown .select2-search__field:invalid, .select2-container--default .select2-dropdown .was-validated .select2-search__field:invalid, .was-validated .form-control.valid, .was-validated .select2-container--default .select2-dropdown .valid.select2-search__field, .select2-container--default .select2-dropdown .was-validated .valid.select2-search__field, .was-validated .form-control:valid, .was-validated .select2-container--default .select2-dropdown .select2-search__field:valid, .select2-container--default .select2-dropdown .was-validated .select2-search__field:valid {
  border-width: 0;
  -webkit-box-shadow: inset 0.438px 0.899px 3.52px 0.48px rgba(0, 0, 0, 0.3) !important;
          box-shadow: inset 0.438px 0.899px 3.52px 0.48px rgba(0, 0, 0, 0.3) !important;
  background-image: none;
  font-size: 1.3125rem !important;
  padding-right: 1rem;
}

.was-validated .form-control.invalid, .was-validated .select2-container--default .select2-dropdown .invalid.select2-search__field, .select2-container--default .select2-dropdown .was-validated .invalid.select2-search__field, .was-validated .form-control:invalid, .was-validated .select2-container--default .select2-dropdown .select2-search__field:invalid, .select2-container--default .select2-dropdown .was-validated .select2-search__field:invalid {
  background-color: #fdeaeb !important;
  -webkit-box-shadow: 0 0 0 4px #f29c9f, inset 0.438px 0.899px 3.52px 0.48px rgba(0, 0, 0, 0.3) !important;
          box-shadow: 0 0 0 4px #f29c9f, inset 0.438px 0.899px 3.52px 0.48px rgba(0, 0, 0, 0.3) !important;
}

.was-validated .form-control[type="password"].is-invalid, .was-validated .select2-container--default .select2-dropdown .select2-search__field[type="password"].is-invalid, .select2-container--default .select2-dropdown .was-validated .select2-search__field[type="password"].is-invalid, .was-validated .form-control[type="password"]:invalid, .was-validated .select2-container--default .select2-dropdown .select2-search__field[type="password"]:invalid, .select2-container--default .select2-dropdown .was-validated .select2-search__field[type="password"]:invalid {
  font-size: 1.3125rem !important;
}

.was-validated select.form-control.is-invalid ~ .select2-container--default .select2-selection--single, .was-validated .select2-container--default .select2-dropdown select.is-invalid.select2-search__field ~ .select2-container--default .select2-selection--single, .select2-container--default .select2-dropdown .was-validated select.is-invalid.select2-search__field ~ .select2-container--default .select2-selection--single, .was-validated select.form-control:invalid ~ .select2-container--default .select2-selection--single, .was-validated .select2-container--default .select2-dropdown select.select2-search__field:invalid ~ .select2-container--default .select2-selection--single, .select2-container--default .select2-dropdown .was-validated select.select2-search__field:invalid ~ .select2-container--default .select2-selection--single {
  -webkit-box-shadow: 0 0 0 4px #f29c9f, inset 0.438px 0.899px 3.52px 0.48px rgba(0, 0, 0, 0.3) !important;
          box-shadow: 0 0 0 4px #f29c9f, inset 0.438px 0.899px 3.52px 0.48px rgba(0, 0, 0, 0.3) !important;
  background-color: #fdeaeb !important;
}

@media (min-width: 992px) {
  #site-header {
    position: static;
    z-index: 1022;
    background-color: #eeeeee;
    max-width: 15.8125rem;
  }
}

@media screen and (min-width: 0\0) {
  #site-header {
    width: 300px !important;
    max-width: 300px !important;
    min-height: 100vh;
  }
}

#site-header .ln-account {
  background-color: #313131;
}

#site-header .ln-account__info {
  color: #ffffff;
}

#site-header .ln-account__google {
  margin-left: -0.5em;
}

.ln-header {
  position: relative;
  background-color: #ffffff;
  z-index: 1;
  height: 58px;
  overflow: hidden;
}

@media (min-width: 992px) {
  .ln-header {
    height: 158px;
    overflow: initial;
  }
}

.ln-logo {
  width: 100%;
}

.ln-logo img {
  max-height: 35px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 992px) {
  .ln-logo {
    text-align: center;
  }
  .ln-logo img {
    max-height: 100px;
    margin: 0 auto;
  }
}

.ln-bars {
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  right: 20px;
  position: absolute;
  width: 1.5625rem;
  height: 1.5625rem;
}

.ln-bars::before, .ln-bars::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  background-color: #ead4b5;
  height: 0.1875rem;
  border-radius: 0.1875rem;
  margin: 0.1875rem 0;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

@media (prefers-reduced-motion: reduce) {
  .ln-bars::before, .ln-bars::after {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.ln-bars::before {
  top: 0;
  right: 0;
}

.ln-bars::after {
  bottom: 0;
  left: 0;
}

@media (min-width: 992px) {
  .ln-bars {
    display: none;
  }
}

.ln-bars__line {
  display: block;
  width: 100%;
  margin: auto 0 auto auto;
  background-color: #ead4b5;
  height: 0.1875rem;
  border-radius: 0.1875rem;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

@media (prefers-reduced-motion: reduce) {
  .ln-bars__line {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.ln-bars.on::before, .ln-bars.on::after {
  top: 50%;
  bottom: 50%;
  margin: 0;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.ln-bars.on::before {
  -webkit-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
          transform: rotate(225deg);
}

.ln-bars.on::after {
  -webkit-transform: rotate(-225deg);
      -ms-transform: rotate(-225deg);
          transform: rotate(-225deg);
}

.ln-bars.on .ln-bars__line {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  opacity: 0;
  visibility: hidden;
}

.ln-navbar {
  width: 100%;
  height: 100vh;
  max-width: 375px;
  font-weight: 500;
  padding-top: 3.625rem;
  margin-top: -3.125rem;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  opacity: 0;
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  .ln-navbar {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

@media (min-width: 768px) {
  .ln-navbar {
    margin-left: auto;
    margin-right: -1px;
  }
}

@media (min-width: 992px) {
  .ln-navbar {
    position: relative;
    height: calc(100% - 158px);
    padding-top: 0;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    opacity: 1;
    visibility: visible;
  }
}

.ln-navbar.show {
  margin-top: 0;
  opacity: 1;
  visibility: visible;
}

.ln-navbar__wrap {
  height: calc(100% - 85px);
}

@media (min-width: 992px) {
  .ln-navbar__wrap {
    height: auto;
  }
}

.ln-navbar__menu {
  height: 100%;
  background-color: #313131;
  overflow: auto;
  overflow-x: hidden;
}

@media (min-width: 992px) {
  .ln-navbar__menu {
    background-color: transparent;
    overflow: initial;
    overflow-x: initial;
    padding-right: 0.5rem;
    margin-right: -0.5rem;
  }
}

@media screen and (min-width: 0\0) {
  .ln-navbar__menu {
    overflow: visible;
    overflow-x: visible;
  }
}

.ln-navbar__item {
  border-top: 1px solid #6c757d;
  padding: 0.875rem 1.25rem 0;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

@media (prefers-reduced-motion: reduce) {
  .ln-navbar__item {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

@media (min-width: 992px) {
  .ln-navbar__item {
    border-color: transparent !important;
    background-color: #ffffff;
    padding: 0;
    margin-bottom: 0.3125rem;
  }
}

.ln-navbar__item:last-child {
  border-bottom: 1px solid #6c757d;
}

@media (min-width: 992px) {
  .ln-navbar__item:last-child {
    margin-bottom: 0;
  }
}

.ln-navbar__item.active {
  background-color: rgba(255, 255, 255, 0.05);
  overflow: hidden;
}

@media (min-width: 992px) {
  .ln-navbar__item.active {
    overflow: initial;
  }
}

@media screen and (min-width: 0\0) {
  .ln-navbar__item.active {
    overflow: visible;
  }
}

.ln-navbar__item.active > .ln-navbar__link {
  color: #ffffff;
  background-color: rgba(100, 192, 171, 0.2);
}

.ln-navbar__item.on {
  background-color: rgba(255, 255, 255, 0.05);
  overflow: hidden;
}

@media (min-width: 992px) {
  .ln-navbar__item.on {
    overflow: initial;
  }
}

@media (min-width: 992px) {
  .ln-navbar__item.active, .ln-navbar__item.on {
    background-color: #64c0ab;
  }
  .ln-navbar__item.active > .ln-navbar__link, .ln-navbar__item.on > .ln-navbar__link {
    color: #ffffff;
    background-color: #64c0ab;
  }
  .ln-navbar__item.active > .ln-navbar__link:not([href]), .ln-navbar__item.on > .ln-navbar__link:not([href]) {
    color: #ffffff;
  }
  .ln-navbar__item.active > .ln-navbar__link::after, .ln-navbar__item.on > .ln-navbar__link::after {
    content: "";
    border: 8px solid transparent;
    border-left-color: #64c0ab;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    top: 50%;
    right: -16px;
    position: absolute;
  }
  .ln-navbar__item.active .ln-navbar__sub-menu, .ln-navbar__item.on .ln-navbar__sub-menu {
    border-top-right-radius: 7px;
  }
  .ln-navbar__item.active .ln-navbar__sub-menu .ln-navbar__item > div, .ln-navbar__item.on .ln-navbar__sub-menu .ln-navbar__item > div {
    margin-right: -0.5625rem;
  }
  .ln-navbar__item.active .ln-navbar__sub-menu .ln-navbar__item:first-child, .ln-navbar__item.on .ln-navbar__sub-menu .ln-navbar__item:first-child {
    border-top-right-radius: 7px;
    border-top: none !important;
  }
  .ln-navbar__item.active .ln-navbar__sub-menu .ln-navbar__item:first-child > div,
  .ln-navbar__item.active .ln-navbar__sub-menu .ln-navbar__item:first-child .ln-navbar__link, .ln-navbar__item.on .ln-navbar__sub-menu .ln-navbar__item:first-child > div,
  .ln-navbar__item.on .ln-navbar__sub-menu .ln-navbar__item:first-child .ln-navbar__link {
    border-top-right-radius: 7px !important;
  }
}

.ln-navbar__item.on > .ln-navbar__link::after {
  display: none;
}

.ln-navbar__link {
  position: relative;
  display: block;
  color: #ffffff;
  padding: 0.8125rem 0;
}

@media (min-width: 992px) {
  .ln-navbar__link {
    border-radius: 0 !important;
    padding: 1.625rem 0 1.6875rem;
  }
}

.ln-navbar__link:not([href]) {
  color: #ffffff;
}

@media (min-width: 992px) {
  .ln-navbar__link {
    background-color: #ffffff;
    color: #313131;
    margin-left: 0;
  }
  .ln-navbar__link:not([href]) {
    color: #313131;
  }
}

.ln-navbar__link:hover, .ln-navbar__link:focus, .ln-navbar__link:active {
  color: #ead4b5;
}

.ln-navbar__link:hover:not([href]), .ln-navbar__link:focus:not([href]), .ln-navbar__link:active:not([href]) {
  color: #ead4b5;
}

@media (min-width: 992px) {
  .ln-navbar__link:hover, .ln-navbar__link:focus, .ln-navbar__link:active {
    color: #ffffff;
    background-color: #64c0ab;
  }
  .ln-navbar__link:hover:not([href]), .ln-navbar__link:focus:not([href]), .ln-navbar__link:active:not([href]) {
    color: #ffffff;
  }
}

.ln-navbar__link > a {
  color: #ffffff;
}

@media (min-width: 992px) {
  .ln-navbar__link > a {
    color: inherit;
  }
}

@media (min-width: 992px) {
  .ln-navbar__sub-menu {
    background-color: #ffffff;
    margin-right: 0.8125rem;
    padding-bottom: 0.5625rem;
  }
}

.ln-navbar__sub-menu .ln-navbar__item {
  border-top-style: dotted;
  background-color: transparent;
  padding: 0.375rem 0;
}

.ln-navbar__sub-menu .ln-navbar__item:last-child {
  border-bottom: none;
  margin-bottom: 1.75rem;
}

@media (min-width: 992px) {
  .ln-navbar__sub-menu .ln-navbar__item {
    margin-bottom: 0 !important;
    padding: 0;
    border-top: 1px dotted rgba(0, 0, 0, 0.1) !important;
    margin-right: 0.5625rem;
  }
}

.ln-navbar__sub-menu .ln-navbar__item > div {
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

@media (prefers-reduced-motion: reduce) {
  .ln-navbar__sub-menu .ln-navbar__item > div {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.ln-navbar__sub-menu .ln-navbar__item .ln-navbar__link {
  padding-top: 0.3125rem;
  padding-bottom: 0.375rem;
}

@media (min-width: 992px) {
  .ln-navbar__sub-menu .ln-navbar__item .ln-navbar__link {
    border-radius: 0 !important;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}

.ln-navbar__sub-menu .ln-navbar__item .ln-navbar__link i {
  opacity: .2;
}

@media (min-width: 992px) {
  .ln-navbar__sub-menu .ln-navbar__item:hover > div, .ln-navbar__sub-menu .ln-navbar__item.active > div {
    background-color: #fff799;
  }
}

.ln-navbar__sub-menu .ln-navbar__item:hover .ln-navbar__link, .ln-navbar__sub-menu .ln-navbar__item.active .ln-navbar__link {
  color: #ffffff;
  background-color: rgba(100, 192, 171, 0.2);
}

@media (min-width: 992px) {
  .ln-navbar__sub-menu .ln-navbar__item:hover .ln-navbar__link, .ln-navbar__sub-menu .ln-navbar__item.active .ln-navbar__link {
    color: #313131;
    background-color: #fff799;
  }
}

@media (min-width: 992px) {
  .ln-navbar__sub-menu .ln-navbar__item.active {
    background-color: #fff799 !important;
  }
}

@media (min-width: 992px) {
  .ln-navbar__sub-menu .ln-navbar__item.active > div {
    margin-right: -0.5625rem;
  }
}

@media (min-width: 992px) {
  .ln-navbar__sub-menu .ln-navbar__item.active .ln-navbar__link::after {
    content: "";
    border: 8px solid transparent;
    border-left-color: #fff799;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    top: 50%;
    right: -16px;
    position: absolute;
  }
}

.ln-navbar__sub-menu .ln-navbar__item.active .ln-navbar__link i::before {
  content: "\f07c";
}

#page-site {
  position: relative;
}

@media (min-width: 992px) {
  #page-site {
    height: 100%;
    min-height: 100vh;
    overflow: hidden;
  }
}

@media screen and (min-width: 0\0) and (min-width: 992px) {
  #page-site {
    overflow: auto;
  }
}

#main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  background: url("data:image/jpeg;base64,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") repeat fixed top left;
}

.ln-main {
  overflow-x: hidden;
  padding: 1.875rem 0;
}

@media (min-width: 992px) {
  .ln-main {
    overflow-x: visible;
    padding: 3.375rem 0;
  }
}

.ln-books__overlay {
  width: 9999px;
  height: 100%;
  border-top: 2px solid #d3c1a6;
  border-bottom: 5px solid #d3c1a6;
  background: url("data:image/jpeg;base64,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") repeat top left;
  margin: 0 -1.25rem;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}

@media (min-width: 576px) {
  .ln-books__overlay {
    margin: 0 -1.875rem;
  }
}

@media (min-width: 992px) {
  .ln-books__overlay {
    z-index: 1021;
    border-bottom: none;
    -webkit-box-shadow: 5px 8px 0 0 #baa78c;
            box-shadow: 5px 8px 0 0 #baa78c;
    margin: 0 -2.8125rem;
  }
}

.ln-books__item {
  position: relative;
}

.ln-books .card-header {
  position: relative;
  border-bottom: none;
}

.ln-books .card-header::before {
  content: "";
  display: block;
  padding-top: 133.96226%;
}

.ln-books .card-header a {
  display: block;
  font-size: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}

.ln-books .card-img-top {
  width: auto;
  height: 100%;
  max-width: 100%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  left: 50%;
  right: 0;
  bottom: 0;
  position: absolute;
}

.ln-books .card-title {
  position: relative;
  z-index: 1;
}

.ln-books .card-title a {
  display: block;
  color: #313131;
}

.ln-books .card-title br {
  display: none;
}

@media (min-width: 992px) {
  .ln-books .card-title br {
    display: block;
  }
}

.ln-books .card-body {
  position: relative;
  padding: 0.625rem 0 1rem;
}

@media (min-width: 992px) {
  .ln-books .card-body {
    padding: 0.5625rem;
  }
}

.ln-books .card-content {
  position: relative;
  z-index: 1;
}

@media (min-width: 992px) {
  .ln-books .card-content {
    z-index: 1023;
  }
}

.ln-books .btn-download {
  letter-spacing: -0.15em;
}
.ln-books .btn-download svg {
  margin-top: -3px;
  width: 14px;
  height: 12px;
}
.ln-books .card-content--btn {
  display: flex;
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
}
.ln-books .card-content--btn .btn-setting {
  background: #ff8f34;
  color: #ffffff;
}
.ln-books .card-content--btn a + .btn-setting {

}

@media (min-width: 576px) {
  .ln-books .card-content--btn a + a {
    margin-left: 0.25rem;
  }
}
@media (min-width: 1200px) {
  .ln-books .card-content--btn {
    margin-left: -12px;
    margin-right: -12px;
  }
}



.ln-quick-book__img {
  background-color: #eeeeee;
}

.ln-quick-book__img img {
  max-width: 14.375rem;
}

.ln-quick-book__entry-icon {
  color: #dee2e6;
  -webkit-transform: scale(0.3, 1.2);
      -ms-transform: scale(0.3, 1.2);
          transform: scale(0.3, 1.2);
}

.ln-quick-book__entry-title span:not(.ln-quick-book__entry-title-icon) {
  margin-left: -0.3125rem;
}

.ln-quick-book__entry-content {
  line-height: 1.83;
}

footer a {
  color: #313131;
}

footer a:hover {
  text-decoration: underline;
}

.ln-authentication {
  width: 100%;
}

@media (min-width: 576px) {
  .ln-authentication {
    max-width: 26.25rem;
  }
}

@media screen and (min-width: 0\0) and (min-height: 768px) {
  .ln-authentication {
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    position: absolute;
  }
}

.ln-authentication--pass-phrase .ln-authentication__error {
  margin-top: -5.25rem;
}

@media (min-width: 768px) {
  .ln-authentication--pass-phrase .ln-authentication__error {
    margin-top: -6.375rem;
  }
}

.ln-authentication__error {
  padding: 0.625rem 3.125rem 0.6875rem;
  margin: -5.25rem -3.125rem 2.1875rem;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

@media (prefers-reduced-motion: reduce) {
  .ln-authentication__error {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

@media (min-width: 768px) {
  .ln-authentication__error {
    padding: 0.625rem 2.8125rem 0.6875rem;
    margin: -4.8125rem -2.8125rem 2.1875rem;
  }
}

.ln-authentication__header {
  background-color: #313131;
  border-bottom: 1px solid transparent;
}

.ln-authentication__header .ln-logo {
  padding: 3.625rem 0;
}

@media (min-width: 992px) {
  .ln-authentication__header .ln-logo {
    padding: 6rem 0;
  }
}

.ln-authentication__header .ln-logo img {
  max-height: 120px;
  max-width: 250px;
}

@media (min-width: 992px) {
  .ln-authentication__header .ln-logo img {
    max-height: 180px;
  }
}

@media (min-width: 576px) {
  .ln-authentication__content {
    background-color: #ffffff;
  }
}

.ln-authentication__content a {
  color: #313131;
}

.ln-authentication__content a span {
  text-decoration: underline;
}

.ln-authentication__content a:hover span, .ln-authentication__content a:active span {
  text-decoration: none;
}

.register-site {
  background: #eeeeee;
}

@media (max-width: 991.98px) {
  .register-site {
    height: 100%;
  }
}

.register-site body {
  background: #eeeeee;
}

@media (max-width: 991.98px) {
  .register-site body {
    height: 100%;
    background-color: #ffffff;
  }
}

.register-site .container {
  max-width: 100%;
}

@media (min-width: 1200px) {
  .register-site .container {
    max-width: 1140px;
  }
}

@media (min-width: 1350px) {
  .register-site .container {
    max-width: 1266px;
  }
}

.register-site #site-header {
  background-color: #434343;
  max-width: 100%;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
      flex-direction: row !important;
}

@media screen and (min-width: 0\0) {
  .register-site #site-header {
    width: 100% !important;
    max-width: 100% !important;
  }
}

.register-site .ln-header {
  width: 100%;
}

@media (min-width: 992px) {
  .register-site .ln-header {
    max-width: 15.8125rem;
  }
}

.register-site #main {
  background: #ffffff;
}

@media (max-width: 767.98px) {
  .register-site #main {
    height: 100%;
  }
}

.ln-breadcrumb-step {
  letter-spacing: -0.5px;
  color: #ffffff;
}

.ln-breadcrumb-step span:not(:first-child)::before {
  content: "›";
  color: #ffffff;
  margin: 0 0.625rem;
}

.ln-breadcrumb-step span.active {
  color: #64c0ab;
}

.ln-register-form #txtZipCode {
  width: 35%;
}

@-moz-document url-prefix() {
  .ln-register-form #txtZipCode {
    width: 31%;
  }
}

.ln-register-form #txtZipCodeSecond {
  width: 45%;
}

@-moz-document url-prefix() {
  .ln-register-form #txtZipCodeSecond {
    width: 42%;
  }
}

@media (min-width: 768px) {
  .ln-register-form #txtZipCode {
    width: 80%;
  }
  @-moz-document url-prefix() {
    .ln-register-form #txtZipCode {
      width: 35%;
    }
  }
  .ln-register-form #txtZipCodeSecond {
    width: 100%;
  }
  @-moz-document url-prefix() {
    .ln-register-form #txtZipCodeSecond {
      width: 45%;
    }
  }
}

@media (min-width: 1200px) {
  .ln-register-form #txtZipCode {
    width: 60%;
  }
  @-moz-document url-prefix() {
    .ln-register-form #txtZipCode {
      width: 35%;
    }
  }
  .ln-register-form #txtZipCodeSecond {
    width: 80%;
  }
  @-moz-document url-prefix() {
    .ln-register-form #txtZipCodeSecond {
      width: 45%;
    }
  }
}

@media (min-width: 1350px) {
  .ln-register-form #txtZipCode {
    width: 50%;
  }
  @-moz-document url-prefix() {
    .ln-register-form #txtZipCode {
      width: 35%;
    }
  }
  .ln-register-form #txtZipCodeSecond {
    width: 80%;
  }
  @-moz-document url-prefix() {
    .ln-register-form #txtZipCodeSecond {
      width: 45%;
    }
  }
}

.ln-register-form .error {
  color: #64c0ab;
}

.ln-register-form .form-group .btn-ln {
  padding-top: 0.5rem;
  padding-bottom: 0.5625rem;
}

.ln-register-form .form-group .flex-auto ~ .flex-auto {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}

@-moz-document url-prefix() {
  .ln-register-form .form-group .flex-auto ~ .flex-auto ~ .flex-auto {
    flex: 1 1 100%;
  }
}

.ln-register-form .form-group .flex-auto.btn-active {
  padding-right: 0.625rem;
}

.ln-register-form .col-form-label {
  padding-top: 0.5625rem;
  padding-bottom: 0.625rem;
}

.ln-register-form .form-control, .ln-register-form .select2-container--default .select2-dropdown .select2-search__field, .select2-container--default .select2-dropdown .ln-register-form .select2-search__field {
  background-color: #ffffff !important;
  -webkit-box-shadow: inset 0.438px 0.899px 3.52px 0.48px rgba(0, 0, 0, 0.3) !important;
          box-shadow: inset 0.438px 0.899px 3.52px 0.48px rgba(0, 0, 0, 0.3) !important;
  font-size: 1.125rem !important;
  height: 2.5rem !important;
}

@media (min-width: 992px) {
  .ln-register-form .form-control, .ln-register-form .select2-container--default .select2-dropdown .select2-search__field, .select2-container--default .select2-dropdown .ln-register-form .select2-search__field {
    -webkit-box-shadow: inset 0.438px 0.899px 3.52px 0.48px rgba(0, 0, 0, 0.3) !important;
            box-shadow: inset 0.438px 0.899px 3.52px 0.48px rgba(0, 0, 0, 0.3) !important;
  }
}

.ln-register-form__item {
  background-color: rgba(238, 238, 238, 0.5);
}

.ln-register-form__cta {
  background-color: #313131;
}

.ln-register-form__cta .btn-ln {
  min-width: 226px;
}

.ln-register-form__cta .btn-ln.btn-lg, .ln-register-form__cta .btn-group-lg > .btn-ln.btn {
  font-weight: 700;
  font-size: 1.125rem;
  padding: 0.6875rem 2.1875rem 0.6875rem 3.125rem;
}

.ln-register-form .btn-mobile {
  opacity: 0.8;
}

.ln-register-form .btn-mobile:active {
  opacity: 1;
}

.ln-register-form .was-validated .form-control.is-invalid, .ln-register-form .was-validated .select2-container--default .select2-dropdown .is-invalid.select2-search__field, .select2-container--default .select2-dropdown .ln-register-form .was-validated .is-invalid.select2-search__field, .ln-register-form .was-validated .form-control:invalid, .ln-register-form .was-validated .select2-container--default .select2-dropdown .select2-search__field:invalid, .select2-container--default .select2-dropdown .ln-register-form .was-validated .select2-search__field:invalid, .ln-register-form .was-validated .form-control.valid, .ln-register-form .was-validated .select2-container--default .select2-dropdown .valid.select2-search__field, .select2-container--default .select2-dropdown .ln-register-form .was-validated .valid.select2-search__field, .ln-register-form .was-validated .form-control:valid, .ln-register-form .was-validated .select2-container--default .select2-dropdown .select2-search__field:valid, .select2-container--default .select2-dropdown .ln-register-form .was-validated .select2-search__field:valid {
  font-size: 1.125rem !important;
  padding-right: 0.625rem;
}

@media (min-width: 768px) {
  .ln-register-form .was-validated .invalid-feedback {
    white-space: nowrap;
  }
}

.select2-container--default .select2-selection--single {
  border: none;
  height: auto;
  outline: none;
  border-radius: 0.25rem;
  background-color: #ffffff;
  -webkit-box-shadow: 1.5px 1.5px 3px 0px rgba(7, 0, 2, 0.2) !important;
          box-shadow: 1.5px 1.5px 3px 0px rgba(7, 0, 2, 0.2) !important;
  font-weight: 700;
  padding: 0.4375rem 2rem 0.4375rem 1rem;
}

@media (min-width: 992px) {
  .select2-container--default .select2-selection--single {
    font-size: 1.125rem;
  }
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
  padding-right: 0;
}

.select2-container--default .select2-selection__arrow {
  height: auto !important;
  line-height: 0 !important;
  -webkit-transform: translateY(-50%) !important;
      -ms-transform: translateY(-50%) !important;
          transform: translateY(-50%) !important;
  top: 50% !important;
  right: 14px !important;
  width: auto !important;
}

.select2-container--default .select2-selection__arrow::before {
  content: "\f107";
  font-size: 14px;
  color: #64c0ab;
}

.select2-container--default .select2-selection__arrow > b {
  display: none !important;
}

.select2-container--default .select2-selection__placeholder {
  font-weight: 400;
}

.select2-container--default .select2-dropdown {
  border: none;
  -webkit-box-shadow: 1.5px 1.5px 3px 0px rgba(7, 0, 2, 0.2) !important;
          box-shadow: 1.5px 1.5px 3px 0px rgba(7, 0, 2, 0.2) !important;
}

.select2-container--default .select2-dropdown .select2-search__field {
  border-radius: 0.25rem;
  height: 40px !important;
}

.select2-container--default .select2-dropdown .select2-results__option {
  padding-left: 16px;
  padding-right: 16px;
}

.select2-container--default .select2-dropdown .select2-results__option--highlighted {
  background-color: #64c0ab;
}

#setting-theme > .btn-theme {
  -webkit-box-shadow: -2px 2px 3px 0 rgba(0, 0, 0, 0.3);
          box-shadow: -2px 2px 3px 0 rgba(0, 0, 0, 0.3);
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1024;
  top: 50%;
  right: 0;
  position: fixed;
}

#setting-theme.on > .btn-theme {
  right: -100%;
}

#setting-theme.on .theme-wrap {
  right: 0;
}

#setting-theme .btn-theme {
  background-color: #ffffff;
  border-radius: 4px 0 0 4px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.theme-wrap {
  max-width: 375px;
  background-color: #ffffff;
  border-radius: 4px 0 0 4px;
  -webkit-box-shadow: -2px 2px 10px 2px rgba(0, 0, 0, 0.3);
          box-shadow: -2px 2px 10px 2px rgba(0, 0, 0, 0.3);
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1025;
  top: 50%;
  right: -120%;
  position: fixed;
}

.theme-wrap > .btn-theme {
  top: 0;
  right: 0;
  position: absolute;
}

.theme-box .custom-control-label {
  font-size: 14px;
}

/* directlink  */
.is_directlink {
  background: #454545 !important;
}
.directlink {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  min-width: 365px;
  max-width: 365px;
}
.directlink_tit {
  margin-bottom: 22px;
  color: #ffffff;
  font-family: 'M PLUS 1p', sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: center;
}
.directlink_box {
  width: 100%;
  padding: 18px;
  background: #ffffff;
  border-radius: 15px;
  font-family: 'M PLUS 1p', sans-serif;
}
.directlink_box_logo {
  display: flex;
  justify-content: center;
  padding: 29px 0 37px 0;
}
.directlink_box_logo img {
  height: 96px;
}
.directlink_box_input {
  padding: 18px 15px 25px 15px;
  border-radius: 6px 6px 0 0;
  background: #e5e5e5;
}
.directlink_box_input p {
  text-align: center;
  font-weight: 400;
  font-size: 1.2rem;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
}
.directlink_box_input div {
  margin-top: 15px;
}
.directlink_box_input input {
  width: 100%;
  height: 52px;
  box-shadow: 0 2px 2.5px 0 rgba(0,0,0,0.21) inset;
  background: #ffffff;
  text-align: center;
  font-family:inherit;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 2;
  letter-spacing: 0.1em;
  border-radius: 50px;
}
.directlink_box_input input.is_error {
  border: 1px solid #fc4e8b;
}
.directlink_box_input p.directlink_error {
  margin: 10px 0 -10px 0;
  color: #fc4e8b;
  font-weight: 700;
}
.directlink_box_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 54px;
  background: #64c0ab;
  border: none;
  color: #ffffff;
  font-size: 0.935rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  border-radius: 0 0 6px 6px;
  transition: opacity 0.3s ease-out;
}
.directlink_box_btn:hover {
  opacity: 0.7;
}
.directlink_box_btn img {
  width: 21px;
  height: auto;
  margin-right: 11px;
}
@media screen and (max-width: 991px) {
  .directlink {
    max-width: 365px;
    min-width: 325px;
  }
  .directlink_box_input input {
    font-size: 1.6rem;
  }
}

.ln-heading__title {
  padding-left: 45px;
  position: relative;
}
.ln-heading__title i {
  position: absolute;
  top: 4px;
  left: 0;
}
@media screen and (max-width: 991px) {
  .ln-heading {
    padding-left: 0;
  }
  .ln-heading__title {
    padding-left: 24px;
  }
}
.ln-heading__btn {
  display: flex;
  margin-left: -5px;
  flex-wrap: wrap;
}
.ln-heading__btn div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 103px;
  height: 44px;
  margin: 5px;
  font-size: 0.875rem;
  font-weight: 700;
  border: 1px solid rgba(0,0,0,0.2);
  border-radius: 22px;
  color: #000000;
  cursor: pointer;
}
.ln-heading__btn div.is_active {
  background: rgba(0,0,0,0.7);
  border: 1px solid rgba(0,0,0,0.7);
  color: #ffffff;
}
@media screen and (max-width: 991px) {
  .ln-heading__btn {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 20px;
  }
  .ln-heading__btn div {
    width: 95px;
  }
  .survey__btn div {
    z-index: 1020;
    left: 30px;
    bottom: 25px;
  }
}

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