@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Merriweather:300,300i,400,400i,700,700i,900,900i&display=swap&subset=latin-ext");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=PT+Sans+Narrow:wght@400;700&family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap");
html {
  height: 100%;
  box-sizing: border-box;
  font-size: 16px !important;
}

body {
  position: relative;
  margin: 0;
  padding-bottom: 6rem;
  min-height: 100%;
}

.form-control {
  border-radius: 0 !important;
}

a:hover {
  text-decoration: none !important;
}

/* 
Les méthodes suivantes permettent de gérer des class media-queries entre les breakpoint $lower et $upper
$lower et $upper prennent les noms des breakpoints : sm, md, lg, xl (ou autres ajoutés ci-dessus dans $grid-breakpoints)

- response-above($lower) génère un media-query de type : min-width: $lower
- response-below($upper) génère un media-query de type : mx-width: $lower
- response-between($lower, $upper) génère un media-query de type : min-width: $lower AND max-width: $upper

par exemple :
    @include respond-above(sm) {
      .element {
        font-weight: bold;
      }
    }
génère la class :
    @media (min-width: 768px) {
      .element {
        font-weight: bold;
      }
    }
*/
@media (min-width: 768px) {
  h1.text-responsive, .text-responsive h1 {
    font-size: 3vw !important;
  }

  h2.text-responsive, .text-responsive h2 {
    font-size: 2.5vw !important;
  }

  h3.text-responsive, .text-responsive h3 {
    font-size: 2.25vw !important;
  }

  h4.text-responsive, .text-responsive h4 {
    font-size: 2vw !important;
  }

  h5.text-responsive, .text-responsive h5 {
    font-size: 1.75vw !important;
  }

  h6.text-responsive, .text-responsive h6 {
    font-size: 1.5vw !important;
  }
}
/***************************************************/
/***************************************************/
/***************************************************/
/*            CLASS PROPRES AU PROJET              */
/***************************************************/
/***************************************************/
/***************************************************/
/* pour fixer le footer (en position-abolute, bottom:0) en bas de la page et non de la fenêtre */
html {
  height: 100%;
  box-sizing: border-box;
}

body {
  position: relative;
  margin: 0;
  padding-bottom: 6rem;
  min-height: 100%;
}

/***************************************************/
/*                                                 */
/*                   BREAKPOINTS                   */
/*                                                 */
/***************************************************/
/******************** pie **********************/
.my-example {
  color: var(--blue);
}

@media (min-width: 576px) {
  .my-example {
    color: var(--success);
  }
}
@media (min-width: 992px) {
  .my-example {
    color: var(--danger);
  }
}
@media (min-width: 1200px) {
  .my-example {
    color: var(--warning);
  }
}
/*!
 * Bootstrap v4.3.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: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --project-primary: #ff0000;
  --project-primary-light-25: rgba(255, 0, 0, 0.25);
  --project-primary-light-50: rgba(255, 0, 0, 0.5);
  --project-primary-light-75: rgba(255, 0, 0, 0.75);
  --project-secondary: #044867FF;
  --project-tertiary: #009900;
  --gray-100: #f8f9fa;
  --gray-200: #e9ecef;
  --gray-300: #dee2e6;
  --gray-400: #ced4da;
  --gray-500: #adb5bd;
  --gray-600: #6c757d;
  --gray-700: #495057;
  --gray-800: #343a40;
  --gray-900: #212529;
  --black: #000;
  --linkedin: #00a0dc;
  --facebook: #3d5c95;
  --google: #d62d20;
  --whatsapp: #25D366;
  --imi-creative: #044968;
  --imi-framework: #FF6600;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Roboto", "Helvetica Neue", "Segoe UI", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: "Courier New", monospace;
}

*,
*::before,
*::after {
  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: "Roboto", "Helvetica Neue", "Segoe UI", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

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

hr {
  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;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  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: 0.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: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: "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: #6c757d;
  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] {
  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: 0.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: 500;
  line-height: 1.2;
}

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

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

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

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

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

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

.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: "— ";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  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-break: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  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: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.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: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff;
}

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

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

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

.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: #f5c6cb;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}

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

.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-project-primary,
.table-project-primary > th,
.table-project-primary > td {
  background-color: #ffb8b8;
}
.table-project-primary th,
.table-project-primary td,
.table-project-primary thead th,
.table-project-primary tbody + tbody {
  border-color: #ff7a7a;
}

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

.table-project-primary-light-25,
.table-project-primary-light-25 > th,
.table-project-primary-light-25 > td {
  background-color: rgba(255, 242, 242, 0.79);
}
.table-project-primary-light-25 th,
.table-project-primary-light-25 td,
.table-project-primary-light-25 thead th,
.table-project-primary-light-25 tbody + tbody {
  border-color: rgba(255, 221, 221, 0.61);
}

.table-hover .table-project-primary-light-25:hover {
  background-color: rgba(255, 217, 217, 0.79);
}
.table-hover .table-project-primary-light-25:hover > td,
.table-hover .table-project-primary-light-25:hover > th {
  background-color: rgba(255, 217, 217, 0.79);
}

.table-project-primary-light-50,
.table-project-primary-light-50 > th,
.table-project-primary-light-50 > td {
  background-color: rgba(255, 226, 226, 0.86);
}
.table-project-primary-light-50 th,
.table-project-primary-light-50 td,
.table-project-primary-light-50 thead th,
.table-project-primary-light-50 tbody + tbody {
  border-color: rgba(255, 187, 187, 0.74);
}

.table-hover .table-project-primary-light-50:hover {
  background-color: rgba(255, 201, 201, 0.86);
}
.table-hover .table-project-primary-light-50:hover > td,
.table-hover .table-project-primary-light-50:hover > th {
  background-color: rgba(255, 201, 201, 0.86);
}

.table-project-primary-light-75,
.table-project-primary-light-75 > th,
.table-project-primary-light-75 > td {
  background-color: rgba(255, 207, 207, 0.93);
}
.table-project-primary-light-75 th,
.table-project-primary-light-75 td,
.table-project-primary-light-75 thead th,
.table-project-primary-light-75 tbody + tbody {
  border-color: rgba(255, 155, 155, 0.87);
}

.table-hover .table-project-primary-light-75:hover {
  background-color: rgba(255, 182, 182, 0.93);
}
.table-hover .table-project-primary-light-75:hover > td,
.table-hover .table-project-primary-light-75:hover > th {
  background-color: rgba(255, 182, 182, 0.93);
}

.table-project-secondary,
.table-project-secondary > th,
.table-project-secondary > td {
  background-color: #b9ccd4;
}
.table-project-secondary th,
.table-project-secondary td,
.table-project-secondary thead th,
.table-project-secondary tbody + tbody {
  border-color: #7ca0b0;
}

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

.table-project-tertiary,
.table-project-tertiary > th,
.table-project-tertiary > td {
  background-color: #b8e2b8;
}
.table-project-tertiary th,
.table-project-tertiary td,
.table-project-tertiary thead th,
.table-project-tertiary tbody + tbody {
  border-color: #7aca7a;
}

.table-hover .table-project-tertiary:hover {
  background-color: #a6dba6;
}
.table-hover .table-project-tertiary:hover > td,
.table-hover .table-project-tertiary:hover > th {
  background-color: #a6dba6;
}

.table-gray-100,
.table-gray-100 > th,
.table-gray-100 > td {
  background-color: #fdfdfe;
}
.table-gray-100 th,
.table-gray-100 td,
.table-gray-100 thead th,
.table-gray-100 tbody + tbody {
  border-color: #fbfcfc;
}

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

.table-gray-200,
.table-gray-200 > th,
.table-gray-200 > td {
  background-color: #f9fafb;
}
.table-gray-200 th,
.table-gray-200 td,
.table-gray-200 thead th,
.table-gray-200 tbody + tbody {
  border-color: #f4f5f7;
}

.table-hover .table-gray-200:hover {
  background-color: #eaedf1;
}
.table-hover .table-gray-200:hover > td,
.table-hover .table-gray-200:hover > th {
  background-color: #eaedf1;
}

.table-gray-300,
.table-gray-300 > th,
.table-gray-300 > td {
  background-color: #f6f7f8;
}
.table-gray-300 th,
.table-gray-300 td,
.table-gray-300 thead th,
.table-gray-300 tbody + tbody {
  border-color: #eef0f2;
}

.table-hover .table-gray-300:hover {
  background-color: #e8eaed;
}
.table-hover .table-gray-300:hover > td,
.table-hover .table-gray-300:hover > th {
  background-color: #e8eaed;
}

.table-gray-400,
.table-gray-400 > th,
.table-gray-400 > td {
  background-color: #f1f3f5;
}
.table-gray-400 th,
.table-gray-400 td,
.table-gray-400 thead th,
.table-gray-400 tbody + tbody {
  border-color: #e6e9ec;
}

.table-hover .table-gray-400:hover {
  background-color: #e2e6ea;
}
.table-hover .table-gray-400:hover > td,
.table-hover .table-gray-400:hover > th {
  background-color: #e2e6ea;
}

.table-gray-500,
.table-gray-500 > th,
.table-gray-500 > td {
  background-color: #e8eaed;
}
.table-gray-500 th,
.table-gray-500 td,
.table-gray-500 thead th,
.table-gray-500 tbody + tbody {
  border-color: #d4d9dd;
}

.table-hover .table-gray-500:hover {
  background-color: #dadde2;
}
.table-hover .table-gray-500:hover > td,
.table-hover .table-gray-500:hover > th {
  background-color: #dadde2;
}

.table-gray-600,
.table-gray-600 > th,
.table-gray-600 > td {
  background-color: #d6d8db;
}
.table-gray-600 th,
.table-gray-600 td,
.table-gray-600 thead th,
.table-gray-600 tbody + tbody {
  border-color: #b3b7bb;
}

.table-hover .table-gray-600:hover {
  background-color: #c8cbcf;
}
.table-hover .table-gray-600:hover > td,
.table-hover .table-gray-600:hover > th {
  background-color: #c8cbcf;
}

.table-gray-700,
.table-gray-700 > th,
.table-gray-700 > td {
  background-color: #ccced0;
}
.table-gray-700 th,
.table-gray-700 td,
.table-gray-700 thead th,
.table-gray-700 tbody + tbody {
  border-color: #a0a4a8;
}

.table-hover .table-gray-700:hover {
  background-color: #bfc1c4;
}
.table-hover .table-gray-700:hover > td,
.table-hover .table-gray-700:hover > th {
  background-color: #bfc1c4;
}

.table-gray-800,
.table-gray-800 > th,
.table-gray-800 > td {
  background-color: #c6c8ca;
}
.table-gray-800 th,
.table-gray-800 td,
.table-gray-800 thead th,
.table-gray-800 tbody + tbody {
  border-color: #95999c;
}

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

.table-gray-900,
.table-gray-900 > th,
.table-gray-900 > td {
  background-color: #c1c2c3;
}
.table-gray-900 th,
.table-gray-900 td,
.table-gray-900 thead th,
.table-gray-900 tbody + tbody {
  border-color: #8c8e90;
}

.table-hover .table-gray-900:hover {
  background-color: #b4b5b6;
}
.table-hover .table-gray-900:hover > td,
.table-hover .table-gray-900:hover > th {
  background-color: #b4b5b6;
}

.table-black,
.table-black > th,
.table-black > td {
  background-color: #b8b8b8;
}
.table-black th,
.table-black td,
.table-black thead th,
.table-black tbody + tbody {
  border-color: #7a7a7a;
}

.table-hover .table-black:hover {
  background-color: #ababab;
}
.table-hover .table-black:hover > td,
.table-hover .table-black:hover > th {
  background-color: #ababab;
}

.table-linkedin,
.table-linkedin > th,
.table-linkedin > td {
  background-color: #b8e4f5;
}
.table-linkedin th,
.table-linkedin td,
.table-linkedin thead th,
.table-linkedin tbody + tbody {
  border-color: #7aceed;
}

.table-hover .table-linkedin:hover {
  background-color: #a2dcf2;
}
.table-hover .table-linkedin:hover > td,
.table-hover .table-linkedin:hover > th {
  background-color: #a2dcf2;
}

.table-facebook,
.table-facebook > th,
.table-facebook > td {
  background-color: #c9d1e1;
}
.table-facebook th,
.table-facebook td,
.table-facebook thead th,
.table-facebook tbody + tbody {
  border-color: #9aaac8;
}

.table-hover .table-facebook:hover {
  background-color: #b9c3d8;
}
.table-hover .table-facebook:hover > td,
.table-hover .table-facebook:hover > th {
  background-color: #b9c3d8;
}

.table-google,
.table-google > th,
.table-google > td {
  background-color: #f4c4c1;
}
.table-google th,
.table-google td,
.table-google thead th,
.table-google tbody + tbody {
  border-color: #ea928b;
}

.table-hover .table-google:hover {
  background-color: #f0afab;
}
.table-hover .table-google:hover > td,
.table-hover .table-google:hover > th {
  background-color: #f0afab;
}

.table-whatsapp,
.table-whatsapp > th,
.table-whatsapp > td {
  background-color: #c2f3d4;
}
.table-whatsapp th,
.table-whatsapp td,
.table-whatsapp thead th,
.table-whatsapp tbody + tbody {
  border-color: #8ee8af;
}

.table-hover .table-whatsapp:hover {
  background-color: #adefc5;
}
.table-hover .table-whatsapp:hover > td,
.table-hover .table-whatsapp:hover > th {
  background-color: #adefc5;
}

.table-imi-creative,
.table-imi-creative > th,
.table-imi-creative > td {
  background-color: #b9ccd5;
}
.table-imi-creative th,
.table-imi-creative td,
.table-imi-creative thead th,
.table-imi-creative tbody + tbody {
  border-color: #7ca0b0;
}

.table-hover .table-imi-creative:hover {
  background-color: #a9c0cb;
}
.table-hover .table-imi-creative:hover > td,
.table-hover .table-imi-creative:hover > th {
  background-color: #a9c0cb;
}

.table-imi-framework,
.table-imi-framework > th,
.table-imi-framework > td {
  background-color: #ffd4b8;
}
.table-imi-framework th,
.table-imi-framework td,
.table-imi-framework thead th,
.table-imi-framework tbody + tbody {
  border-color: #ffaf7a;
}

.table-hover .table-imi-framework:hover {
  background-color: #ffc59f;
}
.table-hover .table-imi-framework:hover > td,
.table-hover .table-imi-framework:hover > th {
  background-color: #ffc59f;
}

.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: #fff;
  background-color: #343a40;
  border-color: #454d55;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  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: #fff;
  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;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

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

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 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.5;
}

.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-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  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.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

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

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

.form-row {
  display: flex;
  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 {
  color: #6c757d;
}

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

.form-check-inline {
  display: inline-flex;
  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: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' 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: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' 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") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

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

.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 ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.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 {
  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 ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  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: #dc3545;
}

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

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

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

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.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: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 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: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    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: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  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;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  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: #fff;
  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 {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  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: #fff;
  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 {
  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 {
  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 {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 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 {
  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 {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  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: #fff;
  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 {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-project-primary {
  color: #fff;
  background-color: #ff0000;
  border-color: #ff0000;
}
.btn-project-primary:hover {
  color: #fff;
  background-color: #d90000;
  border-color: #cc0000;
}
.btn-project-primary:focus, .btn-project-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 38, 38, 0.5);
}
.btn-project-primary.disabled, .btn-project-primary:disabled {
  color: #fff;
  background-color: #ff0000;
  border-color: #ff0000;
}
.btn-project-primary:not(:disabled):not(.disabled):active, .btn-project-primary:not(:disabled):not(.disabled).active, .show > .btn-project-primary.dropdown-toggle {
  color: #fff;
  background-color: #cc0000;
  border-color: #bf0000;
}
.btn-project-primary:not(:disabled):not(.disabled):active:focus, .btn-project-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-project-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 38, 38, 0.5);
}

.btn-project-primary-light-25 {
  color: #fff;
  background-color: rgba(255, 0, 0, 0.25);
  border-color: rgba(255, 0, 0, 0.25);
}
.btn-project-primary-light-25:hover {
  color: #fff;
  background-color: rgba(217, 0, 0, 0.25);
  border-color: rgba(204, 0, 0, 0.25);
}
.btn-project-primary-light-25:focus, .btn-project-primary-light-25.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 141, 141, 0.5);
}
.btn-project-primary-light-25.disabled, .btn-project-primary-light-25:disabled {
  color: #fff;
  background-color: rgba(255, 0, 0, 0.25);
  border-color: rgba(255, 0, 0, 0.25);
}
.btn-project-primary-light-25:not(:disabled):not(.disabled):active, .btn-project-primary-light-25:not(:disabled):not(.disabled).active, .show > .btn-project-primary-light-25.dropdown-toggle {
  color: #fff;
  background-color: rgba(204, 0, 0, 0.25);
  border-color: rgba(191, 0, 0, 0.25);
}
.btn-project-primary-light-25:not(:disabled):not(.disabled):active:focus, .btn-project-primary-light-25:not(:disabled):not(.disabled).active:focus, .show > .btn-project-primary-light-25.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 141, 141, 0.5);
}

.btn-project-primary-light-50 {
  color: #fff;
  background-color: rgba(255, 0, 0, 0.5);
  border-color: rgba(255, 0, 0, 0.5);
}
.btn-project-primary-light-50:hover {
  color: #fff;
  background-color: rgba(217, 0, 0, 0.5);
  border-color: rgba(204, 0, 0, 0.5);
}
.btn-project-primary-light-50:focus, .btn-project-primary-light-50.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 88, 88, 0.5);
}
.btn-project-primary-light-50.disabled, .btn-project-primary-light-50:disabled {
  color: #fff;
  background-color: rgba(255, 0, 0, 0.5);
  border-color: rgba(255, 0, 0, 0.5);
}
.btn-project-primary-light-50:not(:disabled):not(.disabled):active, .btn-project-primary-light-50:not(:disabled):not(.disabled).active, .show > .btn-project-primary-light-50.dropdown-toggle {
  color: #fff;
  background-color: rgba(204, 0, 0, 0.5);
  border-color: rgba(191, 0, 0, 0.5);
}
.btn-project-primary-light-50:not(:disabled):not(.disabled):active:focus, .btn-project-primary-light-50:not(:disabled):not(.disabled).active:focus, .show > .btn-project-primary-light-50.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 88, 88, 0.5);
}

.btn-project-primary-light-75 {
  color: #fff;
  background-color: rgba(255, 0, 0, 0.75);
  border-color: rgba(255, 0, 0, 0.75);
}
.btn-project-primary-light-75:hover {
  color: #fff;
  background-color: rgba(217, 0, 0, 0.75);
  border-color: rgba(204, 0, 0, 0.75);
}
.btn-project-primary-light-75:focus, .btn-project-primary-light-75.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 58, 58, 0.5);
}
.btn-project-primary-light-75.disabled, .btn-project-primary-light-75:disabled {
  color: #fff;
  background-color: rgba(255, 0, 0, 0.75);
  border-color: rgba(255, 0, 0, 0.75);
}
.btn-project-primary-light-75:not(:disabled):not(.disabled):active, .btn-project-primary-light-75:not(:disabled):not(.disabled).active, .show > .btn-project-primary-light-75.dropdown-toggle {
  color: #fff;
  background-color: rgba(204, 0, 0, 0.75);
  border-color: rgba(191, 0, 0, 0.75);
}
.btn-project-primary-light-75:not(:disabled):not(.disabled):active:focus, .btn-project-primary-light-75:not(:disabled):not(.disabled).active:focus, .show > .btn-project-primary-light-75.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 58, 58, 0.5);
}

.btn-project-secondary {
  color: #fff;
  background-color: #044867FF;
  border-color: #044867FF;
}
.btn-project-secondary:hover {
  color: #fff;
  background-color: #032e42;
  border-color: #022636;
}
.btn-project-secondary:focus, .btn-project-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(42, 99, 126, 0.5);
}
.btn-project-secondary.disabled, .btn-project-secondary:disabled {
  color: #fff;
  background-color: #044867FF;
  border-color: #044867FF;
}
.btn-project-secondary:not(:disabled):not(.disabled):active, .btn-project-secondary:not(:disabled):not(.disabled).active, .show > .btn-project-secondary.dropdown-toggle {
  color: #fff;
  background-color: #022636;
  border-color: #021d2a;
}
.btn-project-secondary:not(:disabled):not(.disabled):active:focus, .btn-project-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-project-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(42, 99, 126, 0.5);
}

.btn-project-tertiary {
  color: #fff;
  background-color: #009900;
  border-color: #009900;
}
.btn-project-tertiary:hover {
  color: #fff;
  background-color: #007300;
  border-color: #006600;
}
.btn-project-tertiary:focus, .btn-project-tertiary.focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 168, 38, 0.5);
}
.btn-project-tertiary.disabled, .btn-project-tertiary:disabled {
  color: #fff;
  background-color: #009900;
  border-color: #009900;
}
.btn-project-tertiary:not(:disabled):not(.disabled):active, .btn-project-tertiary:not(:disabled):not(.disabled).active, .show > .btn-project-tertiary.dropdown-toggle {
  color: #fff;
  background-color: #006600;
  border-color: #005900;
}
.btn-project-tertiary:not(:disabled):not(.disabled):active:focus, .btn-project-tertiary:not(:disabled):not(.disabled).active:focus, .show > .btn-project-tertiary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 168, 38, 0.5);
}

.btn-gray-100 {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-gray-100:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-gray-100:focus, .btn-gray-100.focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-gray-100.disabled, .btn-gray-100:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-gray-100:not(:disabled):not(.disabled):active, .btn-gray-100:not(:disabled):not(.disabled).active, .show > .btn-gray-100.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-gray-100:not(:disabled):not(.disabled):active:focus, .btn-gray-100:not(:disabled):not(.disabled).active:focus, .show > .btn-gray-100.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-gray-200 {
  color: #212529;
  background-color: #e9ecef;
  border-color: #e9ecef;
}
.btn-gray-200:hover {
  color: #212529;
  background-color: #d3d9df;
  border-color: #cbd3da;
}
.btn-gray-200:focus, .btn-gray-200.focus {
  box-shadow: 0 0 0 0.2rem rgba(203, 206, 209, 0.5);
}
.btn-gray-200.disabled, .btn-gray-200:disabled {
  color: #212529;
  background-color: #e9ecef;
  border-color: #e9ecef;
}
.btn-gray-200:not(:disabled):not(.disabled):active, .btn-gray-200:not(:disabled):not(.disabled).active, .show > .btn-gray-200.dropdown-toggle {
  color: #212529;
  background-color: #cbd3da;
  border-color: #c4ccd4;
}
.btn-gray-200:not(:disabled):not(.disabled):active:focus, .btn-gray-200:not(:disabled):not(.disabled).active:focus, .show > .btn-gray-200.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(203, 206, 209, 0.5);
}

.btn-gray-300 {
  color: #212529;
  background-color: #dee2e6;
  border-color: #dee2e6;
}
.btn-gray-300:hover {
  color: #212529;
  background-color: #c8cfd6;
  border-color: #c1c9d0;
}
.btn-gray-300:focus, .btn-gray-300.focus {
  box-shadow: 0 0 0 0.2rem rgba(194, 198, 202, 0.5);
}
.btn-gray-300.disabled, .btn-gray-300:disabled {
  color: #212529;
  background-color: #dee2e6;
  border-color: #dee2e6;
}
.btn-gray-300:not(:disabled):not(.disabled):active, .btn-gray-300:not(:disabled):not(.disabled).active, .show > .btn-gray-300.dropdown-toggle {
  color: #212529;
  background-color: #c1c9d0;
  border-color: #bac2cb;
}
.btn-gray-300:not(:disabled):not(.disabled):active:focus, .btn-gray-300:not(:disabled):not(.disabled).active:focus, .show > .btn-gray-300.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(194, 198, 202, 0.5);
}

.btn-gray-400 {
  color: #212529;
  background-color: #ced4da;
  border-color: #ced4da;
}
.btn-gray-400:hover {
  color: #212529;
  background-color: #b8c1ca;
  border-color: #b1bbc4;
}
.btn-gray-400:focus, .btn-gray-400.focus {
  box-shadow: 0 0 0 0.2rem rgba(180, 186, 191, 0.5);
}
.btn-gray-400.disabled, .btn-gray-400:disabled {
  color: #212529;
  background-color: #ced4da;
  border-color: #ced4da;
}
.btn-gray-400:not(:disabled):not(.disabled):active, .btn-gray-400:not(:disabled):not(.disabled).active, .show > .btn-gray-400.dropdown-toggle {
  color: #212529;
  background-color: #b1bbc4;
  border-color: #aab4bf;
}
.btn-gray-400:not(:disabled):not(.disabled):active:focus, .btn-gray-400:not(:disabled):not(.disabled).active:focus, .show > .btn-gray-400.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(180, 186, 191, 0.5);
}

.btn-gray-500 {
  color: #212529;
  background-color: #adb5bd;
  border-color: #adb5bd;
}
.btn-gray-500:hover {
  color: #212529;
  background-color: #98a2ac;
  border-color: #919ca6;
}
.btn-gray-500:focus, .btn-gray-500.focus {
  box-shadow: 0 0 0 0.2rem rgba(152, 159, 167, 0.5);
}
.btn-gray-500.disabled, .btn-gray-500:disabled {
  color: #212529;
  background-color: #adb5bd;
  border-color: #adb5bd;
}
.btn-gray-500:not(:disabled):not(.disabled):active, .btn-gray-500:not(:disabled):not(.disabled).active, .show > .btn-gray-500.dropdown-toggle {
  color: #212529;
  background-color: #919ca6;
  border-color: #8a95a1;
}
.btn-gray-500:not(:disabled):not(.disabled):active:focus, .btn-gray-500:not(:disabled):not(.disabled).active:focus, .show > .btn-gray-500.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(152, 159, 167, 0.5);
}

.btn-gray-600 {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-gray-600:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.btn-gray-600:focus, .btn-gray-600.focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-gray-600.disabled, .btn-gray-600:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-gray-600:not(:disabled):not(.disabled):active, .btn-gray-600:not(:disabled):not(.disabled).active, .show > .btn-gray-600.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.btn-gray-600:not(:disabled):not(.disabled):active:focus, .btn-gray-600:not(:disabled):not(.disabled).active:focus, .show > .btn-gray-600.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-gray-700 {
  color: #fff;
  background-color: #495057;
  border-color: #495057;
}
.btn-gray-700:hover {
  color: #fff;
  background-color: #383d42;
  border-color: #32373b;
}
.btn-gray-700:focus, .btn-gray-700.focus {
  box-shadow: 0 0 0 0.2rem rgba(100, 106, 112, 0.5);
}
.btn-gray-700.disabled, .btn-gray-700:disabled {
  color: #fff;
  background-color: #495057;
  border-color: #495057;
}
.btn-gray-700:not(:disabled):not(.disabled):active, .btn-gray-700:not(:disabled):not(.disabled).active, .show > .btn-gray-700.dropdown-toggle {
  color: #fff;
  background-color: #32373b;
  border-color: #2c3034;
}
.btn-gray-700:not(:disabled):not(.disabled):active:focus, .btn-gray-700:not(:disabled):not(.disabled).active:focus, .show > .btn-gray-700.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(100, 106, 112, 0.5);
}

.btn-gray-800 {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-gray-800:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-gray-800:focus, .btn-gray-800.focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-gray-800.disabled, .btn-gray-800:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-gray-800:not(:disabled):not(.disabled):active, .btn-gray-800:not(:disabled):not(.disabled).active, .show > .btn-gray-800.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-gray-800:not(:disabled):not(.disabled):active:focus, .btn-gray-800:not(:disabled):not(.disabled).active:focus, .show > .btn-gray-800.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-gray-900 {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-gray-900:hover {
  color: #fff;
  background-color: #101214;
  border-color: #0a0c0d;
}
.btn-gray-900:focus, .btn-gray-900.focus {
  box-shadow: 0 0 0 0.2rem rgba(66, 70, 73, 0.5);
}
.btn-gray-900.disabled, .btn-gray-900:disabled {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-gray-900:not(:disabled):not(.disabled):active, .btn-gray-900:not(:disabled):not(.disabled).active, .show > .btn-gray-900.dropdown-toggle {
  color: #fff;
  background-color: #0a0c0d;
  border-color: #050506;
}
.btn-gray-900:not(:disabled):not(.disabled):active:focus, .btn-gray-900:not(:disabled):not(.disabled).active:focus, .show > .btn-gray-900.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(66, 70, 73, 0.5);
}

.btn-black {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-black:hover {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-black:focus, .btn-black.focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
}
.btn-black.disabled, .btn-black:disabled {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-black:not(:disabled):not(.disabled):active, .btn-black:not(:disabled):not(.disabled).active, .show > .btn-black.dropdown-toggle {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-black:not(:disabled):not(.disabled):active:focus, .btn-black:not(:disabled):not(.disabled).active:focus, .show > .btn-black.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
}

.btn-linkedin {
  color: #fff;
  background-color: #00a0dc;
  border-color: #00a0dc;
}
.btn-linkedin:hover {
  color: #fff;
  background-color: #0084b6;
  border-color: #007ba9;
}
.btn-linkedin:focus, .btn-linkedin.focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 174, 225, 0.5);
}
.btn-linkedin.disabled, .btn-linkedin:disabled {
  color: #fff;
  background-color: #00a0dc;
  border-color: #00a0dc;
}
.btn-linkedin:not(:disabled):not(.disabled):active, .btn-linkedin:not(:disabled):not(.disabled).active, .show > .btn-linkedin.dropdown-toggle {
  color: #fff;
  background-color: #007ba9;
  border-color: #00729c;
}
.btn-linkedin:not(:disabled):not(.disabled):active:focus, .btn-linkedin:not(:disabled):not(.disabled).active:focus, .show > .btn-linkedin.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 174, 225, 0.5);
}

.btn-facebook {
  color: #fff;
  background-color: #3d5c95;
  border-color: #3d5c95;
}
.btn-facebook:hover {
  color: #fff;
  background-color: #324b7a;
  border-color: #2e4671;
}
.btn-facebook:focus, .btn-facebook.focus {
  box-shadow: 0 0 0 0.2rem rgba(90, 116, 165, 0.5);
}
.btn-facebook.disabled, .btn-facebook:disabled {
  color: #fff;
  background-color: #3d5c95;
  border-color: #3d5c95;
}
.btn-facebook:not(:disabled):not(.disabled):active, .btn-facebook:not(:disabled):not(.disabled).active, .show > .btn-facebook.dropdown-toggle {
  color: #fff;
  background-color: #2e4671;
  border-color: #2a4068;
}
.btn-facebook:not(:disabled):not(.disabled):active:focus, .btn-facebook:not(:disabled):not(.disabled).active:focus, .show > .btn-facebook.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(90, 116, 165, 0.5);
}

.btn-google {
  color: #fff;
  background-color: #d62d20;
  border-color: #d62d20;
}
.btn-google:hover {
  color: #fff;
  background-color: #b5261b;
  border-color: #aa2419;
}
.btn-google:focus, .btn-google.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 77, 65, 0.5);
}
.btn-google.disabled, .btn-google:disabled {
  color: #fff;
  background-color: #d62d20;
  border-color: #d62d20;
}
.btn-google:not(:disabled):not(.disabled):active, .btn-google:not(:disabled):not(.disabled).active, .show > .btn-google.dropdown-toggle {
  color: #fff;
  background-color: #aa2419;
  border-color: #9f2118;
}
.btn-google:not(:disabled):not(.disabled):active:focus, .btn-google:not(:disabled):not(.disabled).active:focus, .show > .btn-google.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 77, 65, 0.5);
}

.btn-whatsapp {
  color: #fff;
  background-color: #25D366;
  border-color: #25D366;
}
.btn-whatsapp:hover {
  color: #fff;
  background-color: #1fb256;
  border-color: #1da851;
}
.btn-whatsapp:focus, .btn-whatsapp.focus {
  box-shadow: 0 0 0 0.2rem rgba(70, 218, 125, 0.5);
}
.btn-whatsapp.disabled, .btn-whatsapp:disabled {
  color: #fff;
  background-color: #25D366;
  border-color: #25D366;
}
.btn-whatsapp:not(:disabled):not(.disabled):active, .btn-whatsapp:not(:disabled):not(.disabled).active, .show > .btn-whatsapp.dropdown-toggle {
  color: #fff;
  background-color: #1da851;
  border-color: #1b9d4c;
}
.btn-whatsapp:not(:disabled):not(.disabled):active:focus, .btn-whatsapp:not(:disabled):not(.disabled).active:focus, .show > .btn-whatsapp.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(70, 218, 125, 0.5);
}

.btn-imi-creative {
  color: #fff;
  background-color: #044968;
  border-color: #044968;
}
.btn-imi-creative:hover {
  color: #fff;
  background-color: #032f43;
  border-color: #022737;
}
.btn-imi-creative:focus, .btn-imi-creative.focus {
  box-shadow: 0 0 0 0.2rem rgba(42, 100, 127, 0.5);
}
.btn-imi-creative.disabled, .btn-imi-creative:disabled {
  color: #fff;
  background-color: #044968;
  border-color: #044968;
}
.btn-imi-creative:not(:disabled):not(.disabled):active, .btn-imi-creative:not(:disabled):not(.disabled).active, .show > .btn-imi-creative.dropdown-toggle {
  color: #fff;
  background-color: #022737;
  border-color: #021e2b;
}
.btn-imi-creative:not(:disabled):not(.disabled):active:focus, .btn-imi-creative:not(:disabled):not(.disabled).active:focus, .show > .btn-imi-creative.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(42, 100, 127, 0.5);
}

.btn-imi-framework {
  color: #fff;
  background-color: #FF6600;
  border-color: #FF6600;
}
.btn-imi-framework:hover {
  color: #fff;
  background-color: #d95700;
  border-color: #cc5200;
}
.btn-imi-framework:focus, .btn-imi-framework.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 125, 38, 0.5);
}
.btn-imi-framework.disabled, .btn-imi-framework:disabled {
  color: #fff;
  background-color: #FF6600;
  border-color: #FF6600;
}
.btn-imi-framework:not(:disabled):not(.disabled):active, .btn-imi-framework:not(:disabled):not(.disabled).active, .show > .btn-imi-framework.dropdown-toggle {
  color: #fff;
  background-color: #cc5200;
  border-color: #bf4d00;
}
.btn-imi-framework:not(:disabled):not(.disabled):active:focus, .btn-imi-framework:not(:disabled):not(.disabled).active:focus, .show > .btn-imi-framework.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 125, 38, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  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: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.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 {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  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: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.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 {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  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: #fff;
  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 {
  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: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  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: #fff;
  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 {
  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 {
  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 {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  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: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.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 {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 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 {
  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 {
  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: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  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: #fff;
  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 {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-project-primary {
  color: #ff0000;
  border-color: #ff0000;
}
.btn-outline-project-primary:hover {
  color: #fff;
  background-color: #ff0000;
  border-color: #ff0000;
}
.btn-outline-project-primary:focus, .btn-outline-project-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.5);
}
.btn-outline-project-primary.disabled, .btn-outline-project-primary:disabled {
  color: #ff0000;
  background-color: transparent;
}
.btn-outline-project-primary:not(:disabled):not(.disabled):active, .btn-outline-project-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-project-primary.dropdown-toggle {
  color: #fff;
  background-color: #ff0000;
  border-color: #ff0000;
}
.btn-outline-project-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-project-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-project-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.5);
}

.btn-outline-project-primary-light-25 {
  color: rgba(255, 0, 0, 0.25);
  border-color: rgba(255, 0, 0, 0.25);
}
.btn-outline-project-primary-light-25:hover {
  color: #fff;
  background-color: rgba(255, 0, 0, 0.25);
  border-color: rgba(255, 0, 0, 0.25);
}
.btn-outline-project-primary-light-25:focus, .btn-outline-project-primary-light-25.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.5);
}
.btn-outline-project-primary-light-25.disabled, .btn-outline-project-primary-light-25:disabled {
  color: rgba(255, 0, 0, 0.25);
  background-color: transparent;
}
.btn-outline-project-primary-light-25:not(:disabled):not(.disabled):active, .btn-outline-project-primary-light-25:not(:disabled):not(.disabled).active, .show > .btn-outline-project-primary-light-25.dropdown-toggle {
  color: #fff;
  background-color: rgba(255, 0, 0, 0.25);
  border-color: rgba(255, 0, 0, 0.25);
}
.btn-outline-project-primary-light-25:not(:disabled):not(.disabled):active:focus, .btn-outline-project-primary-light-25:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-project-primary-light-25.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.5);
}

.btn-outline-project-primary-light-50 {
  color: rgba(255, 0, 0, 0.5);
  border-color: rgba(255, 0, 0, 0.5);
}
.btn-outline-project-primary-light-50:hover {
  color: #fff;
  background-color: rgba(255, 0, 0, 0.5);
  border-color: rgba(255, 0, 0, 0.5);
}
.btn-outline-project-primary-light-50:focus, .btn-outline-project-primary-light-50.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.5);
}
.btn-outline-project-primary-light-50.disabled, .btn-outline-project-primary-light-50:disabled {
  color: rgba(255, 0, 0, 0.5);
  background-color: transparent;
}
.btn-outline-project-primary-light-50:not(:disabled):not(.disabled):active, .btn-outline-project-primary-light-50:not(:disabled):not(.disabled).active, .show > .btn-outline-project-primary-light-50.dropdown-toggle {
  color: #fff;
  background-color: rgba(255, 0, 0, 0.5);
  border-color: rgba(255, 0, 0, 0.5);
}
.btn-outline-project-primary-light-50:not(:disabled):not(.disabled):active:focus, .btn-outline-project-primary-light-50:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-project-primary-light-50.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.5);
}

.btn-outline-project-primary-light-75 {
  color: rgba(255, 0, 0, 0.75);
  border-color: rgba(255, 0, 0, 0.75);
}
.btn-outline-project-primary-light-75:hover {
  color: #fff;
  background-color: rgba(255, 0, 0, 0.75);
  border-color: rgba(255, 0, 0, 0.75);
}
.btn-outline-project-primary-light-75:focus, .btn-outline-project-primary-light-75.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.5);
}
.btn-outline-project-primary-light-75.disabled, .btn-outline-project-primary-light-75:disabled {
  color: rgba(255, 0, 0, 0.75);
  background-color: transparent;
}
.btn-outline-project-primary-light-75:not(:disabled):not(.disabled):active, .btn-outline-project-primary-light-75:not(:disabled):not(.disabled).active, .show > .btn-outline-project-primary-light-75.dropdown-toggle {
  color: #fff;
  background-color: rgba(255, 0, 0, 0.75);
  border-color: rgba(255, 0, 0, 0.75);
}
.btn-outline-project-primary-light-75:not(:disabled):not(.disabled):active:focus, .btn-outline-project-primary-light-75:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-project-primary-light-75.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.5);
}

.btn-outline-project-secondary {
  color: #044867FF;
  border-color: #044867FF;
}
.btn-outline-project-secondary:hover {
  color: #fff;
  background-color: #044867FF;
  border-color: #044867FF;
}
.btn-outline-project-secondary:focus, .btn-outline-project-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(4, 72, 103, 0.5);
}
.btn-outline-project-secondary.disabled, .btn-outline-project-secondary:disabled {
  color: #044867FF;
  background-color: transparent;
}
.btn-outline-project-secondary:not(:disabled):not(.disabled):active, .btn-outline-project-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-project-secondary.dropdown-toggle {
  color: #fff;
  background-color: #044867FF;
  border-color: #044867FF;
}
.btn-outline-project-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-project-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-project-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(4, 72, 103, 0.5);
}

.btn-outline-project-tertiary {
  color: #009900;
  border-color: #009900;
}
.btn-outline-project-tertiary:hover {
  color: #fff;
  background-color: #009900;
  border-color: #009900;
}
.btn-outline-project-tertiary:focus, .btn-outline-project-tertiary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 153, 0, 0.5);
}
.btn-outline-project-tertiary.disabled, .btn-outline-project-tertiary:disabled {
  color: #009900;
  background-color: transparent;
}
.btn-outline-project-tertiary:not(:disabled):not(.disabled):active, .btn-outline-project-tertiary:not(:disabled):not(.disabled).active, .show > .btn-outline-project-tertiary.dropdown-toggle {
  color: #fff;
  background-color: #009900;
  border-color: #009900;
}
.btn-outline-project-tertiary:not(:disabled):not(.disabled):active:focus, .btn-outline-project-tertiary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-project-tertiary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 153, 0, 0.5);
}

.btn-outline-gray-100 {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-gray-100:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-gray-100:focus, .btn-outline-gray-100.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-gray-100.disabled, .btn-outline-gray-100:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-gray-100:not(:disabled):not(.disabled):active, .btn-outline-gray-100:not(:disabled):not(.disabled).active, .show > .btn-outline-gray-100.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-gray-100:not(:disabled):not(.disabled):active:focus, .btn-outline-gray-100:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-gray-100.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-gray-200 {
  color: #e9ecef;
  border-color: #e9ecef;
}
.btn-outline-gray-200:hover {
  color: #212529;
  background-color: #e9ecef;
  border-color: #e9ecef;
}
.btn-outline-gray-200:focus, .btn-outline-gray-200.focus {
  box-shadow: 0 0 0 0.2rem rgba(233, 236, 239, 0.5);
}
.btn-outline-gray-200.disabled, .btn-outline-gray-200:disabled {
  color: #e9ecef;
  background-color: transparent;
}
.btn-outline-gray-200:not(:disabled):not(.disabled):active, .btn-outline-gray-200:not(:disabled):not(.disabled).active, .show > .btn-outline-gray-200.dropdown-toggle {
  color: #212529;
  background-color: #e9ecef;
  border-color: #e9ecef;
}
.btn-outline-gray-200:not(:disabled):not(.disabled):active:focus, .btn-outline-gray-200:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-gray-200.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(233, 236, 239, 0.5);
}

.btn-outline-gray-300 {
  color: #dee2e6;
  border-color: #dee2e6;
}
.btn-outline-gray-300:hover {
  color: #212529;
  background-color: #dee2e6;
  border-color: #dee2e6;
}
.btn-outline-gray-300:focus, .btn-outline-gray-300.focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 226, 230, 0.5);
}
.btn-outline-gray-300.disabled, .btn-outline-gray-300:disabled {
  color: #dee2e6;
  background-color: transparent;
}
.btn-outline-gray-300:not(:disabled):not(.disabled):active, .btn-outline-gray-300:not(:disabled):not(.disabled).active, .show > .btn-outline-gray-300.dropdown-toggle {
  color: #212529;
  background-color: #dee2e6;
  border-color: #dee2e6;
}
.btn-outline-gray-300:not(:disabled):not(.disabled):active:focus, .btn-outline-gray-300:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-gray-300.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 226, 230, 0.5);
}

.btn-outline-gray-400 {
  color: #ced4da;
  border-color: #ced4da;
}
.btn-outline-gray-400:hover {
  color: #212529;
  background-color: #ced4da;
  border-color: #ced4da;
}
.btn-outline-gray-400:focus, .btn-outline-gray-400.focus {
  box-shadow: 0 0 0 0.2rem rgba(206, 212, 218, 0.5);
}
.btn-outline-gray-400.disabled, .btn-outline-gray-400:disabled {
  color: #ced4da;
  background-color: transparent;
}
.btn-outline-gray-400:not(:disabled):not(.disabled):active, .btn-outline-gray-400:not(:disabled):not(.disabled).active, .show > .btn-outline-gray-400.dropdown-toggle {
  color: #212529;
  background-color: #ced4da;
  border-color: #ced4da;
}
.btn-outline-gray-400:not(:disabled):not(.disabled):active:focus, .btn-outline-gray-400:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-gray-400.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(206, 212, 218, 0.5);
}

.btn-outline-gray-500 {
  color: #adb5bd;
  border-color: #adb5bd;
}
.btn-outline-gray-500:hover {
  color: #212529;
  background-color: #adb5bd;
  border-color: #adb5bd;
}
.btn-outline-gray-500:focus, .btn-outline-gray-500.focus {
  box-shadow: 0 0 0 0.2rem rgba(173, 181, 189, 0.5);
}
.btn-outline-gray-500.disabled, .btn-outline-gray-500:disabled {
  color: #adb5bd;
  background-color: transparent;
}
.btn-outline-gray-500:not(:disabled):not(.disabled):active, .btn-outline-gray-500:not(:disabled):not(.disabled).active, .show > .btn-outline-gray-500.dropdown-toggle {
  color: #212529;
  background-color: #adb5bd;
  border-color: #adb5bd;
}
.btn-outline-gray-500:not(:disabled):not(.disabled):active:focus, .btn-outline-gray-500:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-gray-500.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(173, 181, 189, 0.5);
}

.btn-outline-gray-600 {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-gray-600:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-gray-600:focus, .btn-outline-gray-600.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-gray-600.disabled, .btn-outline-gray-600:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-gray-600:not(:disabled):not(.disabled):active, .btn-outline-gray-600:not(:disabled):not(.disabled).active, .show > .btn-outline-gray-600.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-gray-600:not(:disabled):not(.disabled):active:focus, .btn-outline-gray-600:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-gray-600.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-gray-700 {
  color: #495057;
  border-color: #495057;
}
.btn-outline-gray-700:hover {
  color: #fff;
  background-color: #495057;
  border-color: #495057;
}
.btn-outline-gray-700:focus, .btn-outline-gray-700.focus {
  box-shadow: 0 0 0 0.2rem rgba(73, 80, 87, 0.5);
}
.btn-outline-gray-700.disabled, .btn-outline-gray-700:disabled {
  color: #495057;
  background-color: transparent;
}
.btn-outline-gray-700:not(:disabled):not(.disabled):active, .btn-outline-gray-700:not(:disabled):not(.disabled).active, .show > .btn-outline-gray-700.dropdown-toggle {
  color: #fff;
  background-color: #495057;
  border-color: #495057;
}
.btn-outline-gray-700:not(:disabled):not(.disabled):active:focus, .btn-outline-gray-700:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-gray-700.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(73, 80, 87, 0.5);
}

.btn-outline-gray-800 {
  color: #343a40;
  border-color: #343a40;
}
.btn-outline-gray-800:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-gray-800:focus, .btn-outline-gray-800.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-gray-800.disabled, .btn-outline-gray-800:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-gray-800:not(:disabled):not(.disabled):active, .btn-outline-gray-800:not(:disabled):not(.disabled).active, .show > .btn-outline-gray-800.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-gray-800:not(:disabled):not(.disabled):active:focus, .btn-outline-gray-800:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-gray-800.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-gray-900 {
  color: #212529;
  border-color: #212529;
}
.btn-outline-gray-900:hover {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-outline-gray-900:focus, .btn-outline-gray-900.focus {
  box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5);
}
.btn-outline-gray-900.disabled, .btn-outline-gray-900:disabled {
  color: #212529;
  background-color: transparent;
}
.btn-outline-gray-900:not(:disabled):not(.disabled):active, .btn-outline-gray-900:not(:disabled):not(.disabled).active, .show > .btn-outline-gray-900.dropdown-toggle {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-outline-gray-900:not(:disabled):not(.disabled):active:focus, .btn-outline-gray-900:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-gray-900.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5);
}

.btn-outline-black {
  color: #000;
  border-color: #000;
}
.btn-outline-black:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-outline-black:focus, .btn-outline-black.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}
.btn-outline-black.disabled, .btn-outline-black:disabled {
  color: #000;
  background-color: transparent;
}
.btn-outline-black:not(:disabled):not(.disabled):active, .btn-outline-black:not(:disabled):not(.disabled).active, .show > .btn-outline-black.dropdown-toggle {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-outline-black:not(:disabled):not(.disabled):active:focus, .btn-outline-black:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-black.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

.btn-outline-linkedin {
  color: #00a0dc;
  border-color: #00a0dc;
}
.btn-outline-linkedin:hover {
  color: #fff;
  background-color: #00a0dc;
  border-color: #00a0dc;
}
.btn-outline-linkedin:focus, .btn-outline-linkedin.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 160, 220, 0.5);
}
.btn-outline-linkedin.disabled, .btn-outline-linkedin:disabled {
  color: #00a0dc;
  background-color: transparent;
}
.btn-outline-linkedin:not(:disabled):not(.disabled):active, .btn-outline-linkedin:not(:disabled):not(.disabled).active, .show > .btn-outline-linkedin.dropdown-toggle {
  color: #fff;
  background-color: #00a0dc;
  border-color: #00a0dc;
}
.btn-outline-linkedin:not(:disabled):not(.disabled):active:focus, .btn-outline-linkedin:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-linkedin.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 160, 220, 0.5);
}

.btn-outline-facebook {
  color: #3d5c95;
  border-color: #3d5c95;
}
.btn-outline-facebook:hover {
  color: #fff;
  background-color: #3d5c95;
  border-color: #3d5c95;
}
.btn-outline-facebook:focus, .btn-outline-facebook.focus {
  box-shadow: 0 0 0 0.2rem rgba(61, 92, 149, 0.5);
}
.btn-outline-facebook.disabled, .btn-outline-facebook:disabled {
  color: #3d5c95;
  background-color: transparent;
}
.btn-outline-facebook:not(:disabled):not(.disabled):active, .btn-outline-facebook:not(:disabled):not(.disabled).active, .show > .btn-outline-facebook.dropdown-toggle {
  color: #fff;
  background-color: #3d5c95;
  border-color: #3d5c95;
}
.btn-outline-facebook:not(:disabled):not(.disabled):active:focus, .btn-outline-facebook:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-facebook.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(61, 92, 149, 0.5);
}

.btn-outline-google {
  color: #d62d20;
  border-color: #d62d20;
}
.btn-outline-google:hover {
  color: #fff;
  background-color: #d62d20;
  border-color: #d62d20;
}
.btn-outline-google:focus, .btn-outline-google.focus {
  box-shadow: 0 0 0 0.2rem rgba(214, 45, 32, 0.5);
}
.btn-outline-google.disabled, .btn-outline-google:disabled {
  color: #d62d20;
  background-color: transparent;
}
.btn-outline-google:not(:disabled):not(.disabled):active, .btn-outline-google:not(:disabled):not(.disabled).active, .show > .btn-outline-google.dropdown-toggle {
  color: #fff;
  background-color: #d62d20;
  border-color: #d62d20;
}
.btn-outline-google:not(:disabled):not(.disabled):active:focus, .btn-outline-google:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-google.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(214, 45, 32, 0.5);
}

.btn-outline-whatsapp {
  color: #25D366;
  border-color: #25D366;
}
.btn-outline-whatsapp:hover {
  color: #fff;
  background-color: #25D366;
  border-color: #25D366;
}
.btn-outline-whatsapp:focus, .btn-outline-whatsapp.focus {
  box-shadow: 0 0 0 0.2rem rgba(37, 211, 102, 0.5);
}
.btn-outline-whatsapp.disabled, .btn-outline-whatsapp:disabled {
  color: #25D366;
  background-color: transparent;
}
.btn-outline-whatsapp:not(:disabled):not(.disabled):active, .btn-outline-whatsapp:not(:disabled):not(.disabled).active, .show > .btn-outline-whatsapp.dropdown-toggle {
  color: #fff;
  background-color: #25D366;
  border-color: #25D366;
}
.btn-outline-whatsapp:not(:disabled):not(.disabled):active:focus, .btn-outline-whatsapp:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-whatsapp.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(37, 211, 102, 0.5);
}

.btn-outline-imi-creative {
  color: #044968;
  border-color: #044968;
}
.btn-outline-imi-creative:hover {
  color: #fff;
  background-color: #044968;
  border-color: #044968;
}
.btn-outline-imi-creative:focus, .btn-outline-imi-creative.focus {
  box-shadow: 0 0 0 0.2rem rgba(4, 73, 104, 0.5);
}
.btn-outline-imi-creative.disabled, .btn-outline-imi-creative:disabled {
  color: #044968;
  background-color: transparent;
}
.btn-outline-imi-creative:not(:disabled):not(.disabled):active, .btn-outline-imi-creative:not(:disabled):not(.disabled).active, .show > .btn-outline-imi-creative.dropdown-toggle {
  color: #fff;
  background-color: #044968;
  border-color: #044968;
}
.btn-outline-imi-creative:not(:disabled):not(.disabled):active:focus, .btn-outline-imi-creative:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-imi-creative.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(4, 73, 104, 0.5);
}

.btn-outline-imi-framework {
  color: #FF6600;
  border-color: #FF6600;
}
.btn-outline-imi-framework:hover {
  color: #fff;
  background-color: #FF6600;
  border-color: #FF6600;
}
.btn-outline-imi-framework:focus, .btn-outline-imi-framework.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 102, 0, 0.5);
}
.btn-outline-imi-framework.disabled, .btn-outline-imi-framework:disabled {
  color: #FF6600;
  background-color: transparent;
}
.btn-outline-imi-framework:not(:disabled):not(.disabled):active, .btn-outline-imi-framework:not(:disabled):not(.disabled).active, .show > .btn-outline-imi-framework.dropdown-toggle {
  color: #fff;
  background-color: #FF6600;
  border-color: #FF6600;
}
.btn-outline-imi-framework:not(:disabled):not(.disabled):active:focus, .btn-outline-imi-framework:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-imi-framework.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 102, 0, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}
.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  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.5;
  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;
}

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

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    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: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  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;
  }
}
.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: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.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: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  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: flex;
  flex-wrap: wrap;
  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.5625rem;
  padding-left: 0.5625rem;
}
.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 {
  flex-direction: column;
  align-items: flex-start;
  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: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control: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),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .form-control: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: flex;
  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: 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: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  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),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.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.5;
  border-radius: 0.3rem;
}

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

.input-group-sm > .form-control,
.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: 1.75rem;
}

.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: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.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: #fff;
  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' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}
.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' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 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' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 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;
  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;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none;
}
.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}

.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.5em + 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 + 0.75rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.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 + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  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 + 0.75rem);
  padding: 0.375rem 0.75rem;
  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: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.custom-range:focus {
  outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  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::-webkit-slider-thumb {
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}
.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: #007bff;
  border: 0;
  border-radius: 1rem;
  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::-moz-range-thumb {
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}
.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: #007bff;
  border: 0;
  border-radius: 1rem;
  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 {
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}
.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 {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: none;
  }
}

.nav {
  display: flex;
  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: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.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: #fff;
  background-color: #007bff;
}

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

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

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

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  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: flex;
  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 {
  flex-basis: 100%;
  flex-grow: 1;
  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 {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    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 {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    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 {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    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 {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    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 {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  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 {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  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 viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' 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: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.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: #fff;
}
.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 viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' 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: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  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 {
  flex: 1 1 auto;
  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 {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

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

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

.card-deck {
  display: flex;
  flex-direction: column;
}
.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group {
  display: flex;
  flex-direction: column;
}
.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    flex-flow: row wrap;
  }
  .card-group > .card {
    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 {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}
.accordion > .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}
.accordion > .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card .card-header {
  margin-bottom: -1px;
}

.breadcrumb {
  display: flex;
  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: 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: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 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: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.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;
  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;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    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: #fff;
  background-color: #007bff;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #0062cc;
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  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;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 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;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.badge-project-primary {
  color: #fff;
  background-color: #ff0000;
}
a.badge-project-primary:hover, a.badge-project-primary:focus {
  color: #fff;
  background-color: #cc0000;
}
a.badge-project-primary:focus, a.badge-project-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.5);
}

.badge-project-primary-light-25 {
  color: #fff;
  background-color: rgba(255, 0, 0, 0.25);
}
a.badge-project-primary-light-25:hover, a.badge-project-primary-light-25:focus {
  color: #fff;
  background-color: rgba(204, 0, 0, 0.25);
}
a.badge-project-primary-light-25:focus, a.badge-project-primary-light-25.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.5);
}

.badge-project-primary-light-50 {
  color: #fff;
  background-color: rgba(255, 0, 0, 0.5);
}
a.badge-project-primary-light-50:hover, a.badge-project-primary-light-50:focus {
  color: #fff;
  background-color: rgba(204, 0, 0, 0.5);
}
a.badge-project-primary-light-50:focus, a.badge-project-primary-light-50.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.5);
}

.badge-project-primary-light-75 {
  color: #fff;
  background-color: rgba(255, 0, 0, 0.75);
}
a.badge-project-primary-light-75:hover, a.badge-project-primary-light-75:focus {
  color: #fff;
  background-color: rgba(204, 0, 0, 0.75);
}
a.badge-project-primary-light-75:focus, a.badge-project-primary-light-75.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.5);
}

.badge-project-secondary {
  color: #fff;
  background-color: #044867FF;
}
a.badge-project-secondary:hover, a.badge-project-secondary:focus {
  color: #fff;
  background-color: #022636;
}
a.badge-project-secondary:focus, a.badge-project-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(4, 72, 103, 0.5);
}

.badge-project-tertiary {
  color: #fff;
  background-color: #009900;
}
a.badge-project-tertiary:hover, a.badge-project-tertiary:focus {
  color: #fff;
  background-color: #006600;
}
a.badge-project-tertiary:focus, a.badge-project-tertiary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 153, 0, 0.5);
}

.badge-gray-100 {
  color: #212529;
  background-color: #f8f9fa;
}
a.badge-gray-100:hover, a.badge-gray-100:focus {
  color: #212529;
  background-color: #dae0e5;
}
a.badge-gray-100:focus, a.badge-gray-100.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-gray-200 {
  color: #212529;
  background-color: #e9ecef;
}
a.badge-gray-200:hover, a.badge-gray-200:focus {
  color: #212529;
  background-color: #cbd3da;
}
a.badge-gray-200:focus, a.badge-gray-200.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(233, 236, 239, 0.5);
}

.badge-gray-300 {
  color: #212529;
  background-color: #dee2e6;
}
a.badge-gray-300:hover, a.badge-gray-300:focus {
  color: #212529;
  background-color: #c1c9d0;
}
a.badge-gray-300:focus, a.badge-gray-300.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(222, 226, 230, 0.5);
}

.badge-gray-400 {
  color: #212529;
  background-color: #ced4da;
}
a.badge-gray-400:hover, a.badge-gray-400:focus {
  color: #212529;
  background-color: #b1bbc4;
}
a.badge-gray-400:focus, a.badge-gray-400.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(206, 212, 218, 0.5);
}

.badge-gray-500 {
  color: #212529;
  background-color: #adb5bd;
}
a.badge-gray-500:hover, a.badge-gray-500:focus {
  color: #212529;
  background-color: #919ca6;
}
a.badge-gray-500:focus, a.badge-gray-500.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(173, 181, 189, 0.5);
}

.badge-gray-600 {
  color: #fff;
  background-color: #6c757d;
}
a.badge-gray-600:hover, a.badge-gray-600:focus {
  color: #fff;
  background-color: #545b62;
}
a.badge-gray-600:focus, a.badge-gray-600.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-gray-700 {
  color: #fff;
  background-color: #495057;
}
a.badge-gray-700:hover, a.badge-gray-700:focus {
  color: #fff;
  background-color: #32373b;
}
a.badge-gray-700:focus, a.badge-gray-700.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(73, 80, 87, 0.5);
}

.badge-gray-800 {
  color: #fff;
  background-color: #343a40;
}
a.badge-gray-800:hover, a.badge-gray-800:focus {
  color: #fff;
  background-color: #1d2124;
}
a.badge-gray-800:focus, a.badge-gray-800.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.badge-gray-900 {
  color: #fff;
  background-color: #212529;
}
a.badge-gray-900:hover, a.badge-gray-900:focus {
  color: #fff;
  background-color: #0a0c0d;
}
a.badge-gray-900:focus, a.badge-gray-900.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5);
}

.badge-black {
  color: #fff;
  background-color: #000;
}
a.badge-black:hover, a.badge-black:focus {
  color: #fff;
  background-color: black;
}
a.badge-black:focus, a.badge-black.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

.badge-linkedin {
  color: #fff;
  background-color: #00a0dc;
}
a.badge-linkedin:hover, a.badge-linkedin:focus {
  color: #fff;
  background-color: #007ba9;
}
a.badge-linkedin:focus, a.badge-linkedin.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 160, 220, 0.5);
}

.badge-facebook {
  color: #fff;
  background-color: #3d5c95;
}
a.badge-facebook:hover, a.badge-facebook:focus {
  color: #fff;
  background-color: #2e4671;
}
a.badge-facebook:focus, a.badge-facebook.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(61, 92, 149, 0.5);
}

.badge-google {
  color: #fff;
  background-color: #d62d20;
}
a.badge-google:hover, a.badge-google:focus {
  color: #fff;
  background-color: #aa2419;
}
a.badge-google:focus, a.badge-google.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(214, 45, 32, 0.5);
}

.badge-whatsapp {
  color: #fff;
  background-color: #25D366;
}
a.badge-whatsapp:hover, a.badge-whatsapp:focus {
  color: #fff;
  background-color: #1da851;
}
a.badge-whatsapp:focus, a.badge-whatsapp.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(37, 211, 102, 0.5);
}

.badge-imi-creative {
  color: #fff;
  background-color: #044968;
}
a.badge-imi-creative:hover, a.badge-imi-creative:focus {
  color: #fff;
  background-color: #022737;
}
a.badge-imi-creative:focus, a.badge-imi-creative.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(4, 73, 104, 0.5);
}

.badge-imi-framework {
  color: #fff;
  background-color: #FF6600;
}
a.badge-imi-framework:hover, a.badge-imi-framework:focus {
  color: #fff;
  background-color: #cc5200;
}
a.badge-imi-framework:focus, a.badge-imi-framework.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 102, 0, 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: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}
.alert-primary hr {
  border-top-color: #9fcdff;
}
.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.alert-secondary hr {
  border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
  color: #202326;
}

.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: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-danger hr {
  border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
  color: #491217;
}

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

.alert-project-primary {
  color: #850000;
  background-color: #ffcccc;
  border-color: #ffb8b8;
}
.alert-project-primary hr {
  border-top-color: #ff9f9f;
}
.alert-project-primary .alert-link {
  color: #520000;
}

.alert-project-primary-light-25 {
  color: rgba(34, 0, 0, 0.61);
  background-color: rgba(255, 246, 246, 0.85);
  border-color: rgba(255, 242, 242, 0.79);
}
.alert-project-primary-light-25 hr {
  border-top-color: rgba(255, 217, 217, 0.79);
}
.alert-project-primary-light-25 .alert-link {
  color: rgba(0, 0, 0, 0.61);
}

.alert-project-primary-light-50 {
  color: rgba(68, 0, 0, 0.74);
  background-color: rgba(255, 235, 235, 0.9);
  border-color: rgba(255, 226, 226, 0.86);
}
.alert-project-primary-light-50 hr {
  border-top-color: rgba(255, 201, 201, 0.86);
}
.alert-project-primary-light-50 .alert-link {
  color: rgba(17, 0, 0, 0.74);
}

.alert-project-primary-light-75 {
  color: rgba(100, 0, 0, 0.87);
  background-color: rgba(255, 222, 222, 0.95);
  border-color: rgba(255, 207, 207, 0.93);
}
.alert-project-primary-light-75 hr {
  border-top-color: rgba(255, 182, 182, 0.93);
}
.alert-project-primary-light-75 .alert-link {
  color: rgba(49, 0, 0, 0.87);
}

.alert-project-secondary {
  color: #022536;
  background-color: #cddae1;
  border-color: #b9ccd4;
}
.alert-project-secondary hr {
  border-top-color: #a9c0ca;
}
.alert-project-secondary .alert-link {
  color: #000305;
}

.alert-project-tertiary {
  color: #005000;
  background-color: #ccebcc;
  border-color: #b8e2b8;
}
.alert-project-tertiary hr {
  border-top-color: #a6dba6;
}
.alert-project-tertiary .alert-link {
  color: #001d00;
}

.alert-gray-100 {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-gray-100 hr {
  border-top-color: #ececf6;
}
.alert-gray-100 .alert-link {
  color: #686868;
}

.alert-gray-200 {
  color: #797b7c;
  background-color: #fbfbfc;
  border-color: #f9fafb;
}
.alert-gray-200 hr {
  border-top-color: #eaedf1;
}
.alert-gray-200 .alert-link {
  color: #606162;
}

.alert-gray-300 {
  color: #737678;
  background-color: #f8f9fa;
  border-color: #f6f7f8;
}
.alert-gray-300 hr {
  border-top-color: #e8eaed;
}
.alert-gray-300 .alert-link {
  color: #5a5c5e;
}

.alert-gray-400 {
  color: #6b6e71;
  background-color: #f5f6f8;
  border-color: #f1f3f5;
}
.alert-gray-400 hr {
  border-top-color: #e2e6ea;
}
.alert-gray-400 .alert-link {
  color: #525557;
}

.alert-gray-500 {
  color: #5a5e62;
  background-color: #eff0f2;
  border-color: #e8eaed;
}
.alert-gray-500 hr {
  border-top-color: #dadde2;
}
.alert-gray-500 .alert-link {
  color: #424547;
}

.alert-gray-600 {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.alert-gray-600 hr {
  border-top-color: #c8cbcf;
}
.alert-gray-600 .alert-link {
  color: #202326;
}

.alert-gray-700 {
  color: #262a2d;
  background-color: #dbdcdd;
  border-color: #ccced0;
}
.alert-gray-700 hr {
  border-top-color: #bfc1c4;
}
.alert-gray-700 .alert-link {
  color: #0f1011;
}

.alert-gray-800 {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-gray-800 hr {
  border-top-color: #b9bbbe;
}
.alert-gray-800 .alert-link {
  color: #040505;
}

.alert-gray-900 {
  color: #111315;
  background-color: #d3d3d4;
  border-color: #c1c2c3;
}
.alert-gray-900 hr {
  border-top-color: #b4b5b6;
}
.alert-gray-900 .alert-link {
  color: black;
}

.alert-black {
  color: black;
  background-color: #cccccc;
  border-color: #b8b8b8;
}
.alert-black hr {
  border-top-color: #ababab;
}
.alert-black .alert-link {
  color: black;
}

.alert-linkedin {
  color: #005372;
  background-color: #ccecf8;
  border-color: #b8e4f5;
}
.alert-linkedin hr {
  border-top-color: #a2dcf2;
}
.alert-linkedin .alert-link {
  color: #002e3f;
}

.alert-facebook {
  color: #20304d;
  background-color: #d8deea;
  border-color: #c9d1e1;
}
.alert-facebook hr {
  border-top-color: #b9c3d8;
}
.alert-facebook .alert-link {
  color: #111a29;
}

.alert-google {
  color: #6f1711;
  background-color: #f7d5d2;
  border-color: #f4c4c1;
}
.alert-google hr {
  border-top-color: #f0afab;
}
.alert-google .alert-link {
  color: #430e0a;
}

.alert-whatsapp {
  color: #136e35;
  background-color: #d3f6e0;
  border-color: #c2f3d4;
}
.alert-whatsapp hr {
  border-top-color: #adefc5;
}
.alert-whatsapp .alert-link {
  color: #0b4320;
}

.alert-imi-creative {
  color: #022636;
  background-color: #cddbe1;
  border-color: #b9ccd5;
}
.alert-imi-creative hr {
  border-top-color: #a9c0cb;
}
.alert-imi-creative .alert-link {
  color: #000305;
}

.alert-imi-framework {
  color: #853500;
  background-color: #ffe0cc;
  border-color: #ffd4b8;
}
.alert-imi-framework hr {
  border-top-color: #ffc59f;
}
.alert-imi-framework .alert-link {
  color: #522100;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  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 {
  animation: progress-bar-stripes 1s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  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: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  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 {
  margin-bottom: 0;
  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: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal .list-group-item {
  margin-right: -1px;
  margin-bottom: 0;
}
.list-group-horizontal .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal .list-group-item:last-child {
  margin-right: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-sm .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-md .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-lg .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-xl .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.list-group-flush .list-group-item:last-child {
  margin-bottom: -1px;
}
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.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: #fff;
  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: #fff;
  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: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.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: #fff;
  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: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.list-group-item-project-primary {
  color: #850000;
  background-color: #ffb8b8;
}
.list-group-item-project-primary.list-group-item-action:hover, .list-group-item-project-primary.list-group-item-action:focus {
  color: #850000;
  background-color: #ff9f9f;
}
.list-group-item-project-primary.list-group-item-action.active {
  color: #fff;
  background-color: #850000;
  border-color: #850000;
}

.list-group-item-project-primary-light-25 {
  color: rgba(34, 0, 0, 0.61);
  background-color: rgba(255, 242, 242, 0.79);
}
.list-group-item-project-primary-light-25.list-group-item-action:hover, .list-group-item-project-primary-light-25.list-group-item-action:focus {
  color: rgba(34, 0, 0, 0.61);
  background-color: rgba(255, 217, 217, 0.79);
}
.list-group-item-project-primary-light-25.list-group-item-action.active {
  color: #fff;
  background-color: rgba(34, 0, 0, 0.61);
  border-color: rgba(34, 0, 0, 0.61);
}

.list-group-item-project-primary-light-50 {
  color: rgba(68, 0, 0, 0.74);
  background-color: rgba(255, 226, 226, 0.86);
}
.list-group-item-project-primary-light-50.list-group-item-action:hover, .list-group-item-project-primary-light-50.list-group-item-action:focus {
  color: rgba(68, 0, 0, 0.74);
  background-color: rgba(255, 201, 201, 0.86);
}
.list-group-item-project-primary-light-50.list-group-item-action.active {
  color: #fff;
  background-color: rgba(68, 0, 0, 0.74);
  border-color: rgba(68, 0, 0, 0.74);
}

.list-group-item-project-primary-light-75 {
  color: rgba(100, 0, 0, 0.87);
  background-color: rgba(255, 207, 207, 0.93);
}
.list-group-item-project-primary-light-75.list-group-item-action:hover, .list-group-item-project-primary-light-75.list-group-item-action:focus {
  color: rgba(100, 0, 0, 0.87);
  background-color: rgba(255, 182, 182, 0.93);
}
.list-group-item-project-primary-light-75.list-group-item-action.active {
  color: #fff;
  background-color: rgba(100, 0, 0, 0.87);
  border-color: rgba(100, 0, 0, 0.87);
}

.list-group-item-project-secondary {
  color: #022536;
  background-color: #b9ccd4;
}
.list-group-item-project-secondary.list-group-item-action:hover, .list-group-item-project-secondary.list-group-item-action:focus {
  color: #022536;
  background-color: #a9c0ca;
}
.list-group-item-project-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #022536;
  border-color: #022536;
}

.list-group-item-project-tertiary {
  color: #005000;
  background-color: #b8e2b8;
}
.list-group-item-project-tertiary.list-group-item-action:hover, .list-group-item-project-tertiary.list-group-item-action:focus {
  color: #005000;
  background-color: #a6dba6;
}
.list-group-item-project-tertiary.list-group-item-action.active {
  color: #fff;
  background-color: #005000;
  border-color: #005000;
}

.list-group-item-gray-100 {
  color: #818182;
  background-color: #fdfdfe;
}
.list-group-item-gray-100.list-group-item-action:hover, .list-group-item-gray-100.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}
.list-group-item-gray-100.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-gray-200 {
  color: #797b7c;
  background-color: #f9fafb;
}
.list-group-item-gray-200.list-group-item-action:hover, .list-group-item-gray-200.list-group-item-action:focus {
  color: #797b7c;
  background-color: #eaedf1;
}
.list-group-item-gray-200.list-group-item-action.active {
  color: #fff;
  background-color: #797b7c;
  border-color: #797b7c;
}

.list-group-item-gray-300 {
  color: #737678;
  background-color: #f6f7f8;
}
.list-group-item-gray-300.list-group-item-action:hover, .list-group-item-gray-300.list-group-item-action:focus {
  color: #737678;
  background-color: #e8eaed;
}
.list-group-item-gray-300.list-group-item-action.active {
  color: #fff;
  background-color: #737678;
  border-color: #737678;
}

.list-group-item-gray-400 {
  color: #6b6e71;
  background-color: #f1f3f5;
}
.list-group-item-gray-400.list-group-item-action:hover, .list-group-item-gray-400.list-group-item-action:focus {
  color: #6b6e71;
  background-color: #e2e6ea;
}
.list-group-item-gray-400.list-group-item-action.active {
  color: #fff;
  background-color: #6b6e71;
  border-color: #6b6e71;
}

.list-group-item-gray-500 {
  color: #5a5e62;
  background-color: #e8eaed;
}
.list-group-item-gray-500.list-group-item-action:hover, .list-group-item-gray-500.list-group-item-action:focus {
  color: #5a5e62;
  background-color: #dadde2;
}
.list-group-item-gray-500.list-group-item-action.active {
  color: #fff;
  background-color: #5a5e62;
  border-color: #5a5e62;
}

.list-group-item-gray-600 {
  color: #383d41;
  background-color: #d6d8db;
}
.list-group-item-gray-600.list-group-item-action:hover, .list-group-item-gray-600.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}
.list-group-item-gray-600.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-gray-700 {
  color: #262a2d;
  background-color: #ccced0;
}
.list-group-item-gray-700.list-group-item-action:hover, .list-group-item-gray-700.list-group-item-action:focus {
  color: #262a2d;
  background-color: #bfc1c4;
}
.list-group-item-gray-700.list-group-item-action.active {
  color: #fff;
  background-color: #262a2d;
  border-color: #262a2d;
}

.list-group-item-gray-800 {
  color: #1b1e21;
  background-color: #c6c8ca;
}
.list-group-item-gray-800.list-group-item-action:hover, .list-group-item-gray-800.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}
.list-group-item-gray-800.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.list-group-item-gray-900 {
  color: #111315;
  background-color: #c1c2c3;
}
.list-group-item-gray-900.list-group-item-action:hover, .list-group-item-gray-900.list-group-item-action:focus {
  color: #111315;
  background-color: #b4b5b6;
}
.list-group-item-gray-900.list-group-item-action.active {
  color: #fff;
  background-color: #111315;
  border-color: #111315;
}

.list-group-item-black {
  color: black;
  background-color: #b8b8b8;
}
.list-group-item-black.list-group-item-action:hover, .list-group-item-black.list-group-item-action:focus {
  color: black;
  background-color: #ababab;
}
.list-group-item-black.list-group-item-action.active {
  color: #fff;
  background-color: black;
  border-color: black;
}

.list-group-item-linkedin {
  color: #005372;
  background-color: #b8e4f5;
}
.list-group-item-linkedin.list-group-item-action:hover, .list-group-item-linkedin.list-group-item-action:focus {
  color: #005372;
  background-color: #a2dcf2;
}
.list-group-item-linkedin.list-group-item-action.active {
  color: #fff;
  background-color: #005372;
  border-color: #005372;
}

.list-group-item-facebook {
  color: #20304d;
  background-color: #c9d1e1;
}
.list-group-item-facebook.list-group-item-action:hover, .list-group-item-facebook.list-group-item-action:focus {
  color: #20304d;
  background-color: #b9c3d8;
}
.list-group-item-facebook.list-group-item-action.active {
  color: #fff;
  background-color: #20304d;
  border-color: #20304d;
}

.list-group-item-google {
  color: #6f1711;
  background-color: #f4c4c1;
}
.list-group-item-google.list-group-item-action:hover, .list-group-item-google.list-group-item-action:focus {
  color: #6f1711;
  background-color: #f0afab;
}
.list-group-item-google.list-group-item-action.active {
  color: #fff;
  background-color: #6f1711;
  border-color: #6f1711;
}

.list-group-item-whatsapp {
  color: #136e35;
  background-color: #c2f3d4;
}
.list-group-item-whatsapp.list-group-item-action:hover, .list-group-item-whatsapp.list-group-item-action:focus {
  color: #136e35;
  background-color: #adefc5;
}
.list-group-item-whatsapp.list-group-item-action.active {
  color: #fff;
  background-color: #136e35;
  border-color: #136e35;
}

.list-group-item-imi-creative {
  color: #022636;
  background-color: #b9ccd5;
}
.list-group-item-imi-creative.list-group-item-action:hover, .list-group-item-imi-creative.list-group-item-action:focus {
  color: #022636;
  background-color: #a9c0cb;
}
.list-group-item-imi-creative.list-group-item-action.active {
  color: #fff;
  background-color: #022636;
  border-color: #022636;
}

.list-group-item-imi-framework {
  color: #853500;
  background-color: #ffd4b8;
}
.list-group-item-imi-framework.list-group-item-action:hover, .list-group-item-imi-framework.list-group-item-action:focus {
  color: #853500;
  background-color: #ffc59f;
}
.list-group-item-imi-framework.list-group-item-action.active {
  color: #fff;
  background-color: #853500;
  border-color: #853500;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  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);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  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: flex;
  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 {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}

.modal-dialog-scrollable {
  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 {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  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 {
  flex-direction: column;
  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: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  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: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

.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: "Roboto", "Helvetica Neue", "Segoe UI", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  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: #000;
}

.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: #000;
}

.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: #000;
}

.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: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Roboto", "Helvetica Neue", "Segoe UI", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  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: #fff;
  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) * -1);
}
.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: #fff;
}

.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) * -1);
  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: #fff;
}

.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) * -1);
}
.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: #fff;
}
.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) * -1);
  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: #fff;
}

.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: #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  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%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  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;
  transition: 0s 0.6s opacity;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  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='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    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: #fff;
  text-align: center;
}

@keyframes spinner-border {
  to {
    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%;
  animation: spinner-border 0.75s linear infinite;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  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;
  animation: spinner-grow 0.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: #007bff !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !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: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !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-project-primary {
  background-color: #ff0000 !important;
}

a.bg-project-primary:hover, a.bg-project-primary:focus,
button.bg-project-primary:hover,
button.bg-project-primary:focus {
  background-color: #cc0000 !important;
}

.bg-project-primary-light-25 {
  background-color: rgba(255, 0, 0, 0.25) !important;
}

a.bg-project-primary-light-25:hover, a.bg-project-primary-light-25:focus,
button.bg-project-primary-light-25:hover,
button.bg-project-primary-light-25:focus {
  background-color: rgba(204, 0, 0, 0.25) !important;
}

.bg-project-primary-light-50 {
  background-color: rgba(255, 0, 0, 0.5) !important;
}

a.bg-project-primary-light-50:hover, a.bg-project-primary-light-50:focus,
button.bg-project-primary-light-50:hover,
button.bg-project-primary-light-50:focus {
  background-color: rgba(204, 0, 0, 0.5) !important;
}

.bg-project-primary-light-75 {
  background-color: rgba(255, 0, 0, 0.75) !important;
}

a.bg-project-primary-light-75:hover, a.bg-project-primary-light-75:focus,
button.bg-project-primary-light-75:hover,
button.bg-project-primary-light-75:focus {
  background-color: rgba(204, 0, 0, 0.75) !important;
}

.bg-project-secondary {
  background-color: #044867FF !important;
}

a.bg-project-secondary:hover, a.bg-project-secondary:focus,
button.bg-project-secondary:hover,
button.bg-project-secondary:focus {
  background-color: #022636 !important;
}

.bg-project-tertiary {
  background-color: #009900 !important;
}

a.bg-project-tertiary:hover, a.bg-project-tertiary:focus,
button.bg-project-tertiary:hover,
button.bg-project-tertiary:focus {
  background-color: #006600 !important;
}

.bg-gray-100 {
  background-color: #f8f9fa !important;
}

a.bg-gray-100:hover, a.bg-gray-100:focus,
button.bg-gray-100:hover,
button.bg-gray-100:focus {
  background-color: #dae0e5 !important;
}

.bg-gray-200 {
  background-color: #e9ecef !important;
}

a.bg-gray-200:hover, a.bg-gray-200:focus,
button.bg-gray-200:hover,
button.bg-gray-200:focus {
  background-color: #cbd3da !important;
}

.bg-gray-300 {
  background-color: #dee2e6 !important;
}

a.bg-gray-300:hover, a.bg-gray-300:focus,
button.bg-gray-300:hover,
button.bg-gray-300:focus {
  background-color: #c1c9d0 !important;
}

.bg-gray-400 {
  background-color: #ced4da !important;
}

a.bg-gray-400:hover, a.bg-gray-400:focus,
button.bg-gray-400:hover,
button.bg-gray-400:focus {
  background-color: #b1bbc4 !important;
}

.bg-gray-500 {
  background-color: #adb5bd !important;
}

a.bg-gray-500:hover, a.bg-gray-500:focus,
button.bg-gray-500:hover,
button.bg-gray-500:focus {
  background-color: #919ca6 !important;
}

.bg-gray-600 {
  background-color: #6c757d !important;
}

a.bg-gray-600:hover, a.bg-gray-600:focus,
button.bg-gray-600:hover,
button.bg-gray-600:focus {
  background-color: #545b62 !important;
}

.bg-gray-700 {
  background-color: #495057 !important;
}

a.bg-gray-700:hover, a.bg-gray-700:focus,
button.bg-gray-700:hover,
button.bg-gray-700:focus {
  background-color: #32373b !important;
}

.bg-gray-800 {
  background-color: #343a40 !important;
}

a.bg-gray-800:hover, a.bg-gray-800:focus,
button.bg-gray-800:hover,
button.bg-gray-800:focus {
  background-color: #1d2124 !important;
}

.bg-gray-900 {
  background-color: #212529 !important;
}

a.bg-gray-900:hover, a.bg-gray-900:focus,
button.bg-gray-900:hover,
button.bg-gray-900:focus {
  background-color: #0a0c0d !important;
}

.bg-black {
  background-color: #000 !important;
}

a.bg-black:hover, a.bg-black:focus,
button.bg-black:hover,
button.bg-black:focus {
  background-color: black !important;
}

.bg-linkedin {
  background-color: #00a0dc !important;
}

a.bg-linkedin:hover, a.bg-linkedin:focus,
button.bg-linkedin:hover,
button.bg-linkedin:focus {
  background-color: #007ba9 !important;
}

.bg-facebook {
  background-color: #3d5c95 !important;
}

a.bg-facebook:hover, a.bg-facebook:focus,
button.bg-facebook:hover,
button.bg-facebook:focus {
  background-color: #2e4671 !important;
}

.bg-google {
  background-color: #d62d20 !important;
}

a.bg-google:hover, a.bg-google:focus,
button.bg-google:hover,
button.bg-google:focus {
  background-color: #aa2419 !important;
}

.bg-whatsapp {
  background-color: #25D366 !important;
}

a.bg-whatsapp:hover, a.bg-whatsapp:focus,
button.bg-whatsapp:hover,
button.bg-whatsapp:focus {
  background-color: #1da851 !important;
}

.bg-imi-creative {
  background-color: #044968 !important;
}

a.bg-imi-creative:hover, a.bg-imi-creative:focus,
button.bg-imi-creative:hover,
button.bg-imi-creative:focus {
  background-color: #022737 !important;
}

.bg-imi-framework {
  background-color: #FF6600 !important;
}

a.bg-imi-framework:hover, a.bg-imi-framework:focus,
button.bg-imi-framework:hover,
button.bg-imi-framework:focus {
  background-color: #cc5200 !important;
}

.bg-white {
  background-color: #fff !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: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-project-primary {
  border-color: #ff0000 !important;
}

.border-project-primary-light-25 {
  border-color: rgba(255, 0, 0, 0.25) !important;
}

.border-project-primary-light-50 {
  border-color: rgba(255, 0, 0, 0.5) !important;
}

.border-project-primary-light-75 {
  border-color: rgba(255, 0, 0, 0.75) !important;
}

.border-project-secondary {
  border-color: #044867FF !important;
}

.border-project-tertiary {
  border-color: #009900 !important;
}

.border-gray-100 {
  border-color: #f8f9fa !important;
}

.border-gray-200 {
  border-color: #e9ecef !important;
}

.border-gray-300 {
  border-color: #dee2e6 !important;
}

.border-gray-400 {
  border-color: #ced4da !important;
}

.border-gray-500 {
  border-color: #adb5bd !important;
}

.border-gray-600 {
  border-color: #6c757d !important;
}

.border-gray-700 {
  border-color: #495057 !important;
}

.border-gray-800 {
  border-color: #343a40 !important;
}

.border-gray-900 {
  border-color: #212529 !important;
}

.border-black {
  border-color: #000 !important;
}

.border-linkedin {
  border-color: #00a0dc !important;
}

.border-facebook {
  border-color: #3d5c95 !important;
}

.border-google {
  border-color: #d62d20 !important;
}

.border-whatsapp {
  border-color: #25D366 !important;
}

.border-imi-creative {
  border-color: #044968 !important;
}

.border-imi-framework {
  border-color: #FF6600 !important;
}

.border-white {
  border-color: #fff !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: flex !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.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.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.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;
  }
}
.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: 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: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  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 {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-9,
.my-9 {
  margin-top: 10rem !important;
}

.mr-9,
.mx-9 {
  margin-right: 10rem !important;
}

.mb-9,
.my-9 {
  margin-bottom: 10rem !important;
}

.ml-9,
.mx-9 {
  margin-left: 10rem !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-6 {
  padding: 5rem !important;
}

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

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

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

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

.p-7 {
  padding: 6.5rem !important;
}

.pt-7,
.py-7 {
  padding-top: 6.5rem !important;
}

.pr-7,
.px-7 {
  padding-right: 6.5rem !important;
}

.pb-7,
.py-7 {
  padding-bottom: 6.5rem !important;
}

.pl-7,
.px-7 {
  padding-left: 6.5rem !important;
}

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

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

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

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

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

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

.pt-9,
.py-9 {
  padding-top: 10rem !important;
}

.pr-9,
.px-9 {
  padding-right: 10rem !important;
}

.pb-9,
.py-9 {
  padding-bottom: 10rem !important;
}

.pl-9,
.px-9 {
  padding-left: 10rem !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-n6 {
  margin: -5rem !important;
}

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

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

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

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

.m-n7 {
  margin: -6.5rem !important;
}

.mt-n7,
.my-n7 {
  margin-top: -6.5rem !important;
}

.mr-n7,
.mx-n7 {
  margin-right: -6.5rem !important;
}

.mb-n7,
.my-n7 {
  margin-bottom: -6.5rem !important;
}

.ml-n7,
.mx-n7 {
  margin-left: -6.5rem !important;
}

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

.mt-n8,
.my-n8 {
  margin-top: -8rem !important;
}

.mr-n8,
.mx-n8 {
  margin-right: -8rem !important;
}

.mb-n8,
.my-n8 {
  margin-bottom: -8rem !important;
}

.ml-n8,
.mx-n8 {
  margin-left: -8rem !important;
}

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

.mt-n9,
.my-n9 {
  margin-top: -10rem !important;
}

.mr-n9,
.mx-n9 {
  margin-right: -10rem !important;
}

.mb-n9,
.my-n9 {
  margin-bottom: -10rem !important;
}

.ml-n9,
.mx-n9 {
  margin-left: -10rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .m-sm-7 {
    margin: 6.5rem !important;
  }

  .mt-sm-7,
.my-sm-7 {
    margin-top: 6.5rem !important;
  }

  .mr-sm-7,
.mx-sm-7 {
    margin-right: 6.5rem !important;
  }

  .mb-sm-7,
.my-sm-7 {
    margin-bottom: 6.5rem !important;
  }

  .ml-sm-7,
.mx-sm-7 {
    margin-left: 6.5rem !important;
  }

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

  .mt-sm-8,
.my-sm-8 {
    margin-top: 8rem !important;
  }

  .mr-sm-8,
.mx-sm-8 {
    margin-right: 8rem !important;
  }

  .mb-sm-8,
.my-sm-8 {
    margin-bottom: 8rem !important;
  }

  .ml-sm-8,
.mx-sm-8 {
    margin-left: 8rem !important;
  }

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

  .mt-sm-9,
.my-sm-9 {
    margin-top: 10rem !important;
  }

  .mr-sm-9,
.mx-sm-9 {
    margin-right: 10rem !important;
  }

  .mb-sm-9,
.my-sm-9 {
    margin-bottom: 10rem !important;
  }

  .ml-sm-9,
.mx-sm-9 {
    margin-left: 10rem !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-6 {
    padding: 5rem !important;
  }

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

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

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

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

  .p-sm-7 {
    padding: 6.5rem !important;
  }

  .pt-sm-7,
.py-sm-7 {
    padding-top: 6.5rem !important;
  }

  .pr-sm-7,
.px-sm-7 {
    padding-right: 6.5rem !important;
  }

  .pb-sm-7,
.py-sm-7 {
    padding-bottom: 6.5rem !important;
  }

  .pl-sm-7,
.px-sm-7 {
    padding-left: 6.5rem !important;
  }

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

  .pt-sm-8,
.py-sm-8 {
    padding-top: 8rem !important;
  }

  .pr-sm-8,
.px-sm-8 {
    padding-right: 8rem !important;
  }

  .pb-sm-8,
.py-sm-8 {
    padding-bottom: 8rem !important;
  }

  .pl-sm-8,
.px-sm-8 {
    padding-left: 8rem !important;
  }

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

  .pt-sm-9,
.py-sm-9 {
    padding-top: 10rem !important;
  }

  .pr-sm-9,
.px-sm-9 {
    padding-right: 10rem !important;
  }

  .pb-sm-9,
.py-sm-9 {
    padding-bottom: 10rem !important;
  }

  .pl-sm-9,
.px-sm-9 {
    padding-left: 10rem !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-n6 {
    margin: -5rem !important;
  }

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

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

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

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

  .m-sm-n7 {
    margin: -6.5rem !important;
  }

  .mt-sm-n7,
.my-sm-n7 {
    margin-top: -6.5rem !important;
  }

  .mr-sm-n7,
.mx-sm-n7 {
    margin-right: -6.5rem !important;
  }

  .mb-sm-n7,
.my-sm-n7 {
    margin-bottom: -6.5rem !important;
  }

  .ml-sm-n7,
.mx-sm-n7 {
    margin-left: -6.5rem !important;
  }

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

  .mt-sm-n8,
.my-sm-n8 {
    margin-top: -8rem !important;
  }

  .mr-sm-n8,
.mx-sm-n8 {
    margin-right: -8rem !important;
  }

  .mb-sm-n8,
.my-sm-n8 {
    margin-bottom: -8rem !important;
  }

  .ml-sm-n8,
.mx-sm-n8 {
    margin-left: -8rem !important;
  }

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

  .mt-sm-n9,
.my-sm-n9 {
    margin-top: -10rem !important;
  }

  .mr-sm-n9,
.mx-sm-n9 {
    margin-right: -10rem !important;
  }

  .mb-sm-n9,
.my-sm-n9 {
    margin-bottom: -10rem !important;
  }

  .ml-sm-n9,
.mx-sm-n9 {
    margin-left: -10rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .m-md-7 {
    margin: 6.5rem !important;
  }

  .mt-md-7,
.my-md-7 {
    margin-top: 6.5rem !important;
  }

  .mr-md-7,
.mx-md-7 {
    margin-right: 6.5rem !important;
  }

  .mb-md-7,
.my-md-7 {
    margin-bottom: 6.5rem !important;
  }

  .ml-md-7,
.mx-md-7 {
    margin-left: 6.5rem !important;
  }

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

  .mt-md-8,
.my-md-8 {
    margin-top: 8rem !important;
  }

  .mr-md-8,
.mx-md-8 {
    margin-right: 8rem !important;
  }

  .mb-md-8,
.my-md-8 {
    margin-bottom: 8rem !important;
  }

  .ml-md-8,
.mx-md-8 {
    margin-left: 8rem !important;
  }

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

  .mt-md-9,
.my-md-9 {
    margin-top: 10rem !important;
  }

  .mr-md-9,
.mx-md-9 {
    margin-right: 10rem !important;
  }

  .mb-md-9,
.my-md-9 {
    margin-bottom: 10rem !important;
  }

  .ml-md-9,
.mx-md-9 {
    margin-left: 10rem !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-6 {
    padding: 5rem !important;
  }

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

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

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

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

  .p-md-7 {
    padding: 6.5rem !important;
  }

  .pt-md-7,
.py-md-7 {
    padding-top: 6.5rem !important;
  }

  .pr-md-7,
.px-md-7 {
    padding-right: 6.5rem !important;
  }

  .pb-md-7,
.py-md-7 {
    padding-bottom: 6.5rem !important;
  }

  .pl-md-7,
.px-md-7 {
    padding-left: 6.5rem !important;
  }

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

  .pt-md-8,
.py-md-8 {
    padding-top: 8rem !important;
  }

  .pr-md-8,
.px-md-8 {
    padding-right: 8rem !important;
  }

  .pb-md-8,
.py-md-8 {
    padding-bottom: 8rem !important;
  }

  .pl-md-8,
.px-md-8 {
    padding-left: 8rem !important;
  }

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

  .pt-md-9,
.py-md-9 {
    padding-top: 10rem !important;
  }

  .pr-md-9,
.px-md-9 {
    padding-right: 10rem !important;
  }

  .pb-md-9,
.py-md-9 {
    padding-bottom: 10rem !important;
  }

  .pl-md-9,
.px-md-9 {
    padding-left: 10rem !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-n6 {
    margin: -5rem !important;
  }

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

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

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

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

  .m-md-n7 {
    margin: -6.5rem !important;
  }

  .mt-md-n7,
.my-md-n7 {
    margin-top: -6.5rem !important;
  }

  .mr-md-n7,
.mx-md-n7 {
    margin-right: -6.5rem !important;
  }

  .mb-md-n7,
.my-md-n7 {
    margin-bottom: -6.5rem !important;
  }

  .ml-md-n7,
.mx-md-n7 {
    margin-left: -6.5rem !important;
  }

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

  .mt-md-n8,
.my-md-n8 {
    margin-top: -8rem !important;
  }

  .mr-md-n8,
.mx-md-n8 {
    margin-right: -8rem !important;
  }

  .mb-md-n8,
.my-md-n8 {
    margin-bottom: -8rem !important;
  }

  .ml-md-n8,
.mx-md-n8 {
    margin-left: -8rem !important;
  }

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

  .mt-md-n9,
.my-md-n9 {
    margin-top: -10rem !important;
  }

  .mr-md-n9,
.mx-md-n9 {
    margin-right: -10rem !important;
  }

  .mb-md-n9,
.my-md-n9 {
    margin-bottom: -10rem !important;
  }

  .ml-md-n9,
.mx-md-n9 {
    margin-left: -10rem !important;
  }

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

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

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

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

  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .m-lg-7 {
    margin: 6.5rem !important;
  }

  .mt-lg-7,
.my-lg-7 {
    margin-top: 6.5rem !important;
  }

  .mr-lg-7,
.mx-lg-7 {
    margin-right: 6.5rem !important;
  }

  .mb-lg-7,
.my-lg-7 {
    margin-bottom: 6.5rem !important;
  }

  .ml-lg-7,
.mx-lg-7 {
    margin-left: 6.5rem !important;
  }

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

  .mt-lg-8,
.my-lg-8 {
    margin-top: 8rem !important;
  }

  .mr-lg-8,
.mx-lg-8 {
    margin-right: 8rem !important;
  }

  .mb-lg-8,
.my-lg-8 {
    margin-bottom: 8rem !important;
  }

  .ml-lg-8,
.mx-lg-8 {
    margin-left: 8rem !important;
  }

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

  .mt-lg-9,
.my-lg-9 {
    margin-top: 10rem !important;
  }

  .mr-lg-9,
.mx-lg-9 {
    margin-right: 10rem !important;
  }

  .mb-lg-9,
.my-lg-9 {
    margin-bottom: 10rem !important;
  }

  .ml-lg-9,
.mx-lg-9 {
    margin-left: 10rem !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-6 {
    padding: 5rem !important;
  }

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

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

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

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

  .p-lg-7 {
    padding: 6.5rem !important;
  }

  .pt-lg-7,
.py-lg-7 {
    padding-top: 6.5rem !important;
  }

  .pr-lg-7,
.px-lg-7 {
    padding-right: 6.5rem !important;
  }

  .pb-lg-7,
.py-lg-7 {
    padding-bottom: 6.5rem !important;
  }

  .pl-lg-7,
.px-lg-7 {
    padding-left: 6.5rem !important;
  }

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

  .pt-lg-8,
.py-lg-8 {
    padding-top: 8rem !important;
  }

  .pr-lg-8,
.px-lg-8 {
    padding-right: 8rem !important;
  }

  .pb-lg-8,
.py-lg-8 {
    padding-bottom: 8rem !important;
  }

  .pl-lg-8,
.px-lg-8 {
    padding-left: 8rem !important;
  }

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

  .pt-lg-9,
.py-lg-9 {
    padding-top: 10rem !important;
  }

  .pr-lg-9,
.px-lg-9 {
    padding-right: 10rem !important;
  }

  .pb-lg-9,
.py-lg-9 {
    padding-bottom: 10rem !important;
  }

  .pl-lg-9,
.px-lg-9 {
    padding-left: 10rem !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-n6 {
    margin: -5rem !important;
  }

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

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

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

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

  .m-lg-n7 {
    margin: -6.5rem !important;
  }

  .mt-lg-n7,
.my-lg-n7 {
    margin-top: -6.5rem !important;
  }

  .mr-lg-n7,
.mx-lg-n7 {
    margin-right: -6.5rem !important;
  }

  .mb-lg-n7,
.my-lg-n7 {
    margin-bottom: -6.5rem !important;
  }

  .ml-lg-n7,
.mx-lg-n7 {
    margin-left: -6.5rem !important;
  }

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

  .mt-lg-n8,
.my-lg-n8 {
    margin-top: -8rem !important;
  }

  .mr-lg-n8,
.mx-lg-n8 {
    margin-right: -8rem !important;
  }

  .mb-lg-n8,
.my-lg-n8 {
    margin-bottom: -8rem !important;
  }

  .ml-lg-n8,
.mx-lg-n8 {
    margin-left: -8rem !important;
  }

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

  .mt-lg-n9,
.my-lg-n9 {
    margin-top: -10rem !important;
  }

  .mr-lg-n9,
.mx-lg-n9 {
    margin-right: -10rem !important;
  }

  .mb-lg-n9,
.my-lg-n9 {
    margin-bottom: -10rem !important;
  }

  .ml-lg-n9,
.mx-lg-n9 {
    margin-left: -10rem !important;
  }

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

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

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

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

  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .m-xl-7 {
    margin: 6.5rem !important;
  }

  .mt-xl-7,
.my-xl-7 {
    margin-top: 6.5rem !important;
  }

  .mr-xl-7,
.mx-xl-7 {
    margin-right: 6.5rem !important;
  }

  .mb-xl-7,
.my-xl-7 {
    margin-bottom: 6.5rem !important;
  }

  .ml-xl-7,
.mx-xl-7 {
    margin-left: 6.5rem !important;
  }

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

  .mt-xl-8,
.my-xl-8 {
    margin-top: 8rem !important;
  }

  .mr-xl-8,
.mx-xl-8 {
    margin-right: 8rem !important;
  }

  .mb-xl-8,
.my-xl-8 {
    margin-bottom: 8rem !important;
  }

  .ml-xl-8,
.mx-xl-8 {
    margin-left: 8rem !important;
  }

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

  .mt-xl-9,
.my-xl-9 {
    margin-top: 10rem !important;
  }

  .mr-xl-9,
.mx-xl-9 {
    margin-right: 10rem !important;
  }

  .mb-xl-9,
.my-xl-9 {
    margin-bottom: 10rem !important;
  }

  .ml-xl-9,
.mx-xl-9 {
    margin-left: 10rem !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-6 {
    padding: 5rem !important;
  }

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

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

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

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

  .p-xl-7 {
    padding: 6.5rem !important;
  }

  .pt-xl-7,
.py-xl-7 {
    padding-top: 6.5rem !important;
  }

  .pr-xl-7,
.px-xl-7 {
    padding-right: 6.5rem !important;
  }

  .pb-xl-7,
.py-xl-7 {
    padding-bottom: 6.5rem !important;
  }

  .pl-xl-7,
.px-xl-7 {
    padding-left: 6.5rem !important;
  }

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

  .pt-xl-8,
.py-xl-8 {
    padding-top: 8rem !important;
  }

  .pr-xl-8,
.px-xl-8 {
    padding-right: 8rem !important;
  }

  .pb-xl-8,
.py-xl-8 {
    padding-bottom: 8rem !important;
  }

  .pl-xl-8,
.px-xl-8 {
    padding-left: 8rem !important;
  }

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

  .pt-xl-9,
.py-xl-9 {
    padding-top: 10rem !important;
  }

  .pr-xl-9,
.px-xl-9 {
    padding-right: 10rem !important;
  }

  .pb-xl-9,
.py-xl-9 {
    padding-bottom: 10rem !important;
  }

  .pl-xl-9,
.px-xl-9 {
    padding-left: 10rem !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-n6 {
    margin: -5rem !important;
  }

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

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

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

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

  .m-xl-n7 {
    margin: -6.5rem !important;
  }

  .mt-xl-n7,
.my-xl-n7 {
    margin-top: -6.5rem !important;
  }

  .mr-xl-n7,
.mx-xl-n7 {
    margin-right: -6.5rem !important;
  }

  .mb-xl-n7,
.my-xl-n7 {
    margin-bottom: -6.5rem !important;
  }

  .ml-xl-n7,
.mx-xl-n7 {
    margin-left: -6.5rem !important;
  }

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

  .mt-xl-n8,
.my-xl-n8 {
    margin-top: -8rem !important;
  }

  .mr-xl-n8,
.mx-xl-n8 {
    margin-right: -8rem !important;
  }

  .mb-xl-n8,
.my-xl-n8 {
    margin-bottom: -8rem !important;
  }

  .ml-xl-n8,
.mx-xl-n8 {
    margin-left: -8rem !important;
  }

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

  .mt-xl-n9,
.my-xl-n9 {
    margin-top: -10rem !important;
  }

  .mr-xl-n9,
.mx-xl-n9 {
    margin-right: -10rem !important;
  }

  .mb-xl-n9,
.my-xl-n9 {
    margin-bottom: -10rem !important;
  }

  .ml-xl-n9,
.mx-xl-n9 {
    margin-left: -10rem !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;
  }
}
.text-monospace {
  font-family: "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;
  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;
  }
}
.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: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !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: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !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-project-primary {
  color: #ff0000 !important;
}

a.text-project-primary:hover, a.text-project-primary:focus {
  color: #b30000 !important;
}

.text-project-primary-light-25 {
  color: rgba(255, 0, 0, 0.25) !important;
}

a.text-project-primary-light-25:hover, a.text-project-primary-light-25:focus {
  color: rgba(179, 0, 0, 0.25) !important;
}

.text-project-primary-light-50 {
  color: rgba(255, 0, 0, 0.5) !important;
}

a.text-project-primary-light-50:hover, a.text-project-primary-light-50:focus {
  color: rgba(179, 0, 0, 0.5) !important;
}

.text-project-primary-light-75 {
  color: rgba(255, 0, 0, 0.75) !important;
}

a.text-project-primary-light-75:hover, a.text-project-primary-light-75:focus {
  color: rgba(179, 0, 0, 0.75) !important;
}

.text-project-secondary {
  color: #044867FF !important;
}

a.text-project-secondary:hover, a.text-project-secondary:focus {
  color: #01151d !important;
}

.text-project-tertiary {
  color: #009900 !important;
}

a.text-project-tertiary:hover, a.text-project-tertiary:focus {
  color: #004d00 !important;
}

.text-gray-100 {
  color: #f8f9fa !important;
}

a.text-gray-100:hover, a.text-gray-100:focus {
  color: #cbd3da !important;
}

.text-gray-200 {
  color: #e9ecef !important;
}

a.text-gray-200:hover, a.text-gray-200:focus {
  color: #bdc6cf !important;
}

.text-gray-300 {
  color: #dee2e6 !important;
}

a.text-gray-300:hover, a.text-gray-300:focus {
  color: #b2bcc5 !important;
}

.text-gray-400 {
  color: #ced4da !important;
}

a.text-gray-400:hover, a.text-gray-400:focus {
  color: #a2aeb9 !important;
}

.text-gray-500 {
  color: #adb5bd !important;
}

a.text-gray-500:hover, a.text-gray-500:focus {
  color: #838f9b !important;
}

.text-gray-600 {
  color: #6c757d !important;
}

a.text-gray-600:hover, a.text-gray-600:focus {
  color: #494f54 !important;
}

.text-gray-700 {
  color: #495057 !important;
}

a.text-gray-700:hover, a.text-gray-700:focus {
  color: #262a2d !important;
}

.text-gray-800 {
  color: #343a40 !important;
}

a.text-gray-800:hover, a.text-gray-800:focus {
  color: #121416 !important;
}

.text-gray-900 {
  color: #212529 !important;
}

a.text-gray-900:hover, a.text-gray-900:focus {
  color: black !important;
}

.text-black {
  color: #000 !important;
}

a.text-black:hover, a.text-black:focus {
  color: black !important;
}

.text-linkedin {
  color: #00a0dc !important;
}

a.text-linkedin:hover, a.text-linkedin:focus {
  color: #006890 !important;
}

.text-facebook {
  color: #3d5c95 !important;
}

a.text-facebook:hover, a.text-facebook:focus {
  color: #273a5f !important;
}

.text-google {
  color: #d62d20 !important;
}

a.text-google:hover, a.text-google:focus {
  color: #931f16 !important;
}

.text-whatsapp {
  color: #25D366 !important;
}

a.text-whatsapp:hover, a.text-whatsapp:focus {
  color: #1a9247 !important;
}

.text-imi-creative {
  color: #044968 !important;
}

a.text-imi-creative:hover, a.text-imi-creative:focus {
  color: #01151e !important;
}

.text-imi-framework {
  color: #FF6600 !important;
}

a.text-imi-framework:hover, a.text-imi-framework:focus {
  color: #b34700 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !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;
    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 #000;
  }

  .table {
    border-collapse: collapse !important;
  }
  .table td,
.table th {
    background-color: #fff !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;
  }
}
/***************************************************/
/*                                                 */
/*                     BUTTON                      */
/*                                                 */
/***************************************************/
a.button {
  text-align: center;
}

.button {
  display: inline-block;
  position: relative;
  cursor: pointer;
  outline: none;
  white-space: nowrap;
  padding: 0 22px;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  color: #FFF;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: none;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  font-family: "Lato", sans-serif;
}

.button-block {
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body:not(.device-touch) .button {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.button-dark {
  background-color: #444;
}

.button-light {
  background-color: #EEE;
  color: #333;
  text-shadow: none !important;
}

.button.disabled {
  opacity: 0.65;
}

.button:hover {
  color: #FFF;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.button.button-mini {
  padding: 0 14px;
  font-size: 11px;
  height: 28px;
  line-height: 28px;
}

.button.button-small {
  padding: 0 17px;
  font-size: 12px;
  height: 34px;
  line-height: 34px;
}

.button.button-large {
  padding: 0 26px;
  font-size: 16px;
  height: 46px;
  line-height: 46px;
}

.button.button-xlarge {
  padding: 0 32px;
  font-size: 18px;
  letter-spacing: 2px;
  height: 52px;
  line-height: 52px;
}

/* SM */
@media (min-width: 576px) {
  .button.button-mini-sm {
    padding: 0 14px !important;
    font-size: 11px !important;
    height: 28px !important;
    line-height: 28px !important;
  }

  .button.button-small-sm {
    padding: 0 17px !important;
    font-size: 12px !important;
    height: 34px !important;
    line-height: 34px !important;
  }

  .button.button-large-sm {
    padding: 0 26px !important;
    font-size: 16px !important;
    height: 46px !important;
    line-height: 46px !important;
  }

  .button.button-xlarge-sm {
    padding: 0 32px !important;
    font-size: 18px !important;
    letter-spacing: 2px !important;
    height: 52px !important;
    line-height: 52px !important;
  }
}
/* MD */
@media (min-width: 768px) {
  .button.button-mini-md {
    padding: 0 14px !important;
    font-size: 11px !important;
    height: 28px !important;
    line-height: 28px !important;
  }

  .button.button-small-md {
    padding: 0 17px !important;
    font-size: 12px !important;
    height: 34px !important;
    line-height: 34px !important;
  }

  .button.button-large-md {
    padding: 0 26px !important;
    font-size: 16px !important;
    height: 46px !important;
    line-height: 46px !important;
  }

  .button.button-xlarge-md {
    padding: 0 32px !important;
    font-size: 18px !important;
    letter-spacing: 2px !important;
    height: 52px !important;
    line-height: 52px !important;
  }
}
/* LG */
@media (min-width: 992px) {
  .button.button-mini-lg {
    padding: 0 14px !important;
    font-size: 11px !important;
    height: 28px !important;
    line-height: 28px !important;
  }

  .button.button-small-lg {
    padding: 0 17px !important;
    font-size: 12px !important;
    height: 34px !important;
    line-height: 34px !important;
  }

  .button.button-large-lg {
    padding: 0 26px !important;
    font-size: 16px !important;
    height: 46px !important;
    line-height: 46px !important;
  }

  .button.button-xlarge-lg {
    padding: 0 32px !important;
    font-size: 18px !important;
    letter-spacing: 2px !important;
    height: 52px !important;
    line-height: 52px !important;
  }
}
/* XL */
@media (min-width: 1200px) {
  .button.button-mini-xl {
    padding: 0 14px !important;
    font-size: 11px !important;
    height: 28px !important;
    line-height: 28px !important;
  }

  .button.button-small-xl {
    padding: 0 17px !important;
    font-size: 12px !important;
    height: 34px !important;
    line-height: 34px !important;
  }

  .button.button-large-xl {
    padding: 0 26px !important;
    font-size: 16px !important;
    height: 46px !important;
    line-height: 46px !important;
  }

  .button.button-xlarge-xl {
    padding: 0 32px !important;
    font-size: 18px !important;
    letter-spacing: 2px;
    height: 52px !important;
    line-height: 52px !important;
  }
}
.button.button-desc {
  text-align: left;
  padding: 24px 34px;
  font-size: 22px;
  height: auto;
  line-height: 1;
  font-family: "Raleway", sans-serif;
}

.button.button-desc span {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  font-family: "Crete Round", serif;
  font-style: italic;
  text-transform: none;
}

.button i {
  position: relative;
  top: 1px;
  line-height: 1;
  margin-right: 5px;
  width: 16px;
  text-align: center;
}

.button.tright i {
  margin: 0 0 0 5px;
}

.button-mini i {
  margin-right: 3px;
}

.button-mini.tright i {
  margin: 0 0 0 3px;
}

.button-small i {
  margin-right: 4px;
}

.button-small.tright i {
  margin: 0 0 0 4px;
}

.button-xlarge i {
  top: 2px;
  margin-right: 8px;
}

.button-xlarge.tright i {
  margin: 0 0 0 8px;
}

/* SM */
@media (min-width: 576px) {
  .button-mini-sm i {
    margin-right: 3px;
  }

  .button-mini-sm.tright i {
    margin: 0 0 0 3px;
  }

  .button-small-sm i {
    margin-right: 4px;
  }

  .button-small-sm.tright i {
    margin: 0 0 0 4px;
  }

  .button-xlarge-sm i {
    top: 2px;
    margin-right: 8px;
  }
}
/* MD */
@media (min-width: 768px) {
  .button-mini-md i {
    margin-right: 3px;
  }

  .button-mini-md.tright i {
    margin: 0 0 0 3px;
  }

  .button-small-md i {
    margin-right: 4px;
  }

  .button-small-md.tright i {
    margin: 0 0 0 4px;
  }

  .button-xlarge-md i {
    top: 2px;
    margin-right: 8px;
  }
}
/* LG */
@media (min-width: 992px) {
  .button-mini-lg i {
    margin-right: 3px;
  }

  .button-mini-lg.tright i {
    margin: 0 0 0 3px;
  }

  .button-small-lg i {
    margin-right: 4px;
  }

  .button-small-lg.tright i {
    margin: 0 0 0 4px;
  }

  .button-xlarge-lg i {
    top: 2px;
    margin-right: 8px;
  }
}
/* XL */
@media (min-width: 1200px) {
  .button-mini-xl i {
    margin-right: 3px;
  }

  .button-mini-xl.tright i {
    margin: 0 0 0 3px;
  }

  .button-small-xl i {
    margin-right: 4px;
  }

  .button-small-xl.tright i {
    margin: 0 0 0 4px;
  }

  .button-xlarge-xl i {
    top: 2px;
    margin-right: 8px;
  }
}
.button.button-desc i {
  top: 1px;
  font-size: 48px;
  width: 48px;
  text-align: center;
  margin-right: 12px;
}

.button.button-desc.tright i {
  margin: 0 0 0 12px;
}

.button.button-desc div {
  display: inline-block;
}

.button.button-rounded {
  border-radius: 3px;
}

/* Buttons - Border
-----------------------------------------------------------------*/
.button.button-border {
  border: 2px solid #444;
  background-color: transparent;
  color: #333;
  line-height: 36px;
  font-weight: 700;
  text-shadow: none;
}

.button.button-border-thin {
  border-width: 1px;
  line-height: 38px;
}

.button.button-border.button-mini {
  line-height: 24px;
}

.button.button-border.button-small {
  line-height: 30px;
}

.button.button-border.button-large {
  line-height: 42px;
}

.button.button-border.button-xlarge {
  line-height: 48px;
}

.button.button-border-thin.button-mini {
  line-height: 26px;
}

.button.button-border-thin.button-small {
  line-height: 32px;
}

.button.button-border-thin.button-large {
  line-height: 44px;
}

.button.button-border-thin.button-xlarge {
  line-height: 50px;
}

/* SM */
@media (min-width: 576px) {
  .button.button-border.button-mini-sm {
    line-height: 24px;
  }

  .button.button-border.button-small-sm {
    line-height: 30px;
  }

  .button.button-border.button-large-sm {
    line-height: 42px;
  }

  .button.button-border.button-xlarge-sm {
    line-height: 48px;
  }

  .button.button-border-thin.button-mini-sm {
    line-height: 26px;
  }

  .button.button-border-thin.button-small-sm {
    line-height: 32px;
  }

  .button.button-border-thin.button-large-sm {
    line-height: 44px;
  }

  .button.button-border-thin.button-xlarge-sm {
    line-height: 50px;
  }
}
/* MD */
@media (min-width: 768px) {
  .button.button-border.button-mini-md {
    line-height: 24px;
  }

  .button.button-border.button-small-md {
    line-height: 30px;
  }

  .button.button-border.button-large-md {
    line-height: 42px;
  }

  .button.button-border.button-xlarge-md {
    line-height: 48px;
  }

  .button.button-border-thin.button-mini-md {
    line-height: 26px;
  }

  .button.button-border-thin.button-small-md {
    line-height: 32px;
  }

  .button.button-border-thin.button-large-md {
    line-height: 44px;
  }

  .button.button-border-thin.button-xlarge-md {
    line-height: 50px;
  }
}
/* LG */
@media (min-width: 992px) {
  .button.button-border.button-mini-lg {
    line-height: 24px;
  }

  .button.button-border.button-small-lg {
    line-height: 30px;
  }

  .button.button-border.button-large-lg {
    line-height: 42px;
  }

  .button.button-border.button-xlarge-lg {
    line-height: 48px;
  }

  .button.button-border-thin.button-mini-lg {
    line-height: 26px;
  }

  .button.button-border-thin.button-small-lg {
    line-height: 32px;
  }

  .button.button-border-thin.button-large-lg {
    line-height: 44px;
  }

  .button.button-border-thin.button-xlarge-lg {
    line-height: 50px;
  }
}
/* XL */
@media (min-width: 1200px) {
  .button.button-border.button-mini-xl {
    line-height: 24px;
  }

  .button.button-border.button-small-xl {
    line-height: 30px;
  }

  .button.button-border.button-large-xl {
    line-height: 42px;
  }

  .button.button-border.button-xlarge-xl {
    line-height: 48px;
  }

  .button.button-border-thin.button-mini-xl {
    line-height: 26px;
  }

  .button.button-border-thin.button-small-xl {
    line-height: 32px;
  }

  .button.button-border-thin.button-large-xl {
    line-height: 44px;
  }

  .button.button-border-thin.button-xlarge-xl {
    line-height: 50px;
  }
}
.button.button-border.button-desc {
  line-height: 1;
}

.button.button-border:not(.button-fill):not(.button-progress):hover {
  background-color: #444;
  color: #FFF;
  border-color: transparent !important;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.button.button-border.button-light {
  border-color: #EEE;
  color: #EEE;
}

.button.button-border.button-light:hover {
  background-color: #EEE;
  text-shadow: none;
}

/* Buttons - Border
-----------------------------------------------------------------*/
.button.button-3d {
  border-radius: 3px;
  border-bottom: 3px solid rgba(0, 0, 0, 0.15);
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.button.button-3d:hover {
  background-color: !important;
  opacity: 0.9;
}

.button.button-3d.button-light:hover,
.button.button-reveal.button-light:hover {
  text-shadow: none;
}

/* Buttons - Icon Reveal
-----------------------------------------------------------------*/
.button.button-reveal {
  padding: 0 28px;
  overflow: hidden;
}

.button.button-reveal i {
  display: block;
  position: absolute;
  top: 0;
  left: -32px;
  width: 32px;
  height: 40px;
  line-height: 40px;
  margin: 0;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.1);
}

.button.button-reveal.button-border i {
  top: -2px;
}

.button.button-reveal.tright i {
  left: auto;
  right: -32px;
}

.button.button-reveal.button-3d i,
.button.button-reveal.button-rounded i {
  border-radius: 3px 0 0 3px;
}

.button.button-reveal.button-3d.tright i,
.button.button-reveal.button-rounded.tright i {
  border-radius: 0 3px 3px 0;
}

.button.button-reveal span {
  display: inline-block;
  position: relative;
  left: 0;
}

body:not(.device-touch) .button.button-reveal i,
body:not(.device-touch) .button.button-reveal span {
  -webkit-transition: left 0.3s ease, right 0.3s ease;
  -o-transition: left 0.3s ease, right 0.3s ease;
  transition: left 0.3s ease, right 0.3s ease;
}

.button.button-reveal.button-mini {
  padding: 0 17px;
}

.button.button-reveal.button-mini i {
  left: -22px;
  width: 22px;
  height: 28px;
  line-height: 28px;
}

.button.button-reveal.button-mini.tright i {
  left: auto;
  right: -22px;
}

.button.button-reveal.button-small {
  padding: 0 22px;
}

.button.button-reveal.button-small i {
  left: -26px;
  width: 26px;
  height: 34px;
  line-height: 34px;
}

.button.button-reveal.button-small.tright i {
  left: auto;
  right: -26px;
}

.button.button-reveal.button-large {
  padding: 0 32px;
}

.button.button-reveal.button-large i {
  left: -38px;
  width: 38px;
  height: 46px;
  line-height: 46px;
}

.button.button-reveal.button-large.tright i {
  left: auto;
  right: -38px;
}

.button.button-reveal.button-xlarge {
  padding: 0 40px;
}

.button.button-reveal.button-xlarge i {
  left: -44px;
  width: 44px;
  height: 52px;
  line-height: 52px;
}

.button.button-reveal.button-xlarge.tright i {
  left: auto;
  right: -44px;
}

.button.button-reveal.button-xlarge.tright.button-reveal-on i {
  left: auto;
  right: 0px;
}

.button.button-reveal:hover:not(.disabled) i {
  left: 0;
}

.button.button-reveal.tright:hover:not(.disabled) i {
  left: auto;
  right: 0;
}

.button.button-reveal:hover:not(.button-reveal-on):not(.disabled) span {
  left: 16px;
}

.button.button-reveal.button-mini:hover:not(.button-reveal-on):not(.disabled) span {
  left: 11px;
}

.button.button-reveal.button-small:hover:not(.button-reveal-on):not(.disabled) span {
  left: 13px;
}

.button.button-reveal.button-large:hover:not(.button-reveal-on):not(.disabled) span {
  left: 19px;
}

.button.button-reveal.button-xlarge:hover:not(.button-reveal-on):not(.disabled) span {
  left: 22px;
}

.button.button-reveal.tright:hover:not(.button-reveal-on):not(.disabled) span {
  left: -16px;
}

.button.button-reveal.button-mini.tright:hover:not(.button-reveal-on):not(.disabled) span {
  left: -11px;
}

.button.button-reveal.button-small.tright:hover:not(.button-reveal-on):not(.disabled) span {
  left: -13px;
}

.button.button-reveal.button-large.tright:hover:not(.button-reveal-on):not(.disabled) span {
  left: -19px;
}

.button.button-reveal.button-xlarge.tright:hover:not(.button-reveal-on):not(.disabled) span {
  left: -2px;
}

/* SM */
@media (min-width: 576px) {
  .button.button-reveal.button-mini-sm {
    padding: 0 17px;
  }

  .button.button-reveal.button-mini-sm i {
    left: -22px;
    width: 22px;
    height: 28px;
    line-height: 28px;
  }

  .button.button-reveal.button-mini-sm.tright i {
    left: auto;
    right: -22px;
  }

  .button.button-reveal.button-small-sm {
    padding: 0 22px;
  }

  .button.button-reveal.button-small-sm i {
    left: -26px;
    width: 26px;
    height: 34px;
    line-height: 34px;
  }

  .button.button-reveal.button-small-sm.tright i {
    left: auto;
    right: -26px;
  }

  .button.button-reveal.button-large-sm {
    padding: 0 32px;
  }

  .button.button-reveal.button-large-sm i {
    left: -38px;
    width: 38px;
    height: 46px;
    line-height: 46px;
  }

  .button.button-reveal.button-large-sm.tright i {
    left: auto;
    right: -38px;
  }

  .button.button-reveal.button-xlarge-sm {
    padding: 0 40px;
  }

  .button.button-reveal.button-xlarge-sm i {
    left: -44px;
    width: 44px;
    height: 52px;
    line-height: 52px;
  }

  .button.button-reveal.button-xlarge-sm.tright i {
    left: auto;
    right: -44px;
  }

  .button.button-reveal.button-xlarge-sm.tright.button-reveal-on i {
    left: auto;
    right: 0px;
  }

  .button.button-reveal.button-mini-sm:hover:not(.button-reveal-on):not(.disabled) span {
    left: 11px;
  }

  .button.button-reveal.button-small-sm:hover:not(.button-reveal-on):not(.disabled) span {
    left: 13px;
  }

  .button.button-reveal.button-large-sm:hover:not(.button-reveal-on):not(.disabled) span {
    left: 19px;
  }

  .button.button-reveal.button-xlarge-sm:hover:not(.button-reveal-on):not(.disabled) span {
    left: 22px;
  }

  .button.button-reveal.button-mini-sm.tright:hover:not(.button-reveal-on):not(.disabled) span {
    left: -11px;
  }

  .button.button-reveal.button-small-sm.tright:hover:not(.button-reveal-on):not(.disabled) span {
    left: -13px;
  }

  .button.button-reveal.button-large-sm.tright:hover:not(.button-reveal-on):not(.disabled) span {
    left: -19px;
  }

  .button.button-reveal.button-xlarge-sm.tright:hover:not(.button-reveal-on):not(.disabled) span {
    left: -2px;
  }
}
/* MD */
@media (min-width: 768px) {
  .button.button-reveal.button-mini-md {
    padding: 0 17px;
  }

  .button.button-reveal.button-mini-md i {
    left: -22px;
    width: 22px;
    height: 28px;
    line-height: 28px;
  }

  .button.button-reveal.button-mini-md.tright i {
    left: auto;
    right: -22px;
  }

  .button.button-reveal.button-small-md {
    padding: 0 22px;
  }

  .button.button-reveal.button-small-md i {
    left: -26px;
    width: 26px;
    height: 34px;
    line-height: 34px;
  }

  .button.button-reveal.button-small-md.tright i {
    left: auto;
    right: -26px;
  }

  .button.button-reveal.button-large-md {
    padding: 0 32px;
  }

  .button.button-reveal.button-large-md i {
    left: -38px;
    width: 38px;
    height: 46px;
    line-height: 46px;
  }

  .button.button-reveal.button-large-md.tright i {
    left: auto;
    right: -38px;
  }

  .button.button-reveal.button-xlarge-md {
    padding: 0 40px;
  }

  .button.button-reveal.button-xlarge-md i {
    left: -44px;
    width: 44px;
    height: 52px;
    line-height: 52px;
  }

  .button.button-reveal.button-xlarge-md.tright i {
    left: auto;
    right: -44px;
  }

  .button.button-reveal.button-xlarge-md.tright.button-reveal-on i {
    left: auto;
    right: 0px;
  }

  .button.button-reveal.button-mini-md:hover:not(.button-reveal-on):not(.disabled) span {
    left: 11px;
  }

  .button.button-reveal.button-mdall-md:hover:not(.button-reveal-on):not(.disabled) span {
    left: 13px;
  }

  .button.button-reveal.button-large-md:hover:not(.button-reveal-on):not(.disabled) span {
    left: 19px;
  }

  .button.button-reveal.button-xlarge-md:hover:not(.button-reveal-on):not(.disabled) span {
    left: 22px;
  }

  .button.button-reveal.button-mini-md.tright:hover:not(.button-reveal-on):not(.disabled) span {
    left: -11px;
  }

  .button.button-reveal.button-mdall-md.tright:hover:not(.button-reveal-on):not(.disabled) span {
    left: -13px;
  }

  .button.button-reveal.button-large-md.tright:hover:not(.button-reveal-on):not(.disabled) span {
    left: -19px;
  }

  .button.button-reveal.button-xlarge-md.tright:hover:not(.button-reveal-on):not(.disabled) span {
    left: -2px;
  }
}
/* LG */
@media (min-width: 992px) {
  .button.button-reveal.button-mini-lg {
    padding: 0 17px;
  }

  .button.button-reveal.button-mini-lg i {
    left: -22px;
    width: 22px;
    height: 28px;
    line-height: 28px;
  }

  .button.button-reveal.button-mini-lg.tright i {
    left: auto;
    right: -22px;
  }

  .button.button-reveal.button-small-lg {
    padding: 0 22px;
  }

  .button.button-reveal.button-small-lg i {
    left: -26px;
    width: 26px;
    height: 34px;
    line-height: 34px;
  }

  .button.button-reveal.button-small-lg.tright i {
    left: auto;
    right: -26px;
  }

  .button.button-reveal.button-large-lg {
    padding: 0 32px;
  }

  .button.button-reveal.button-large-lg i {
    left: -38px;
    width: 38px;
    height: 46px;
    line-height: 46px;
  }

  .button.button-reveal.button-large-lg.tright i {
    left: auto;
    right: -38px;
  }

  .button.button-reveal.button-xlarge-lg {
    padding: 0 40px;
  }

  .button.button-reveal.button-xlarge-lg i {
    left: -44px;
    width: 44px;
    height: 52px;
    line-height: 52px;
  }

  .button.button-reveal.button-xlarge-lg.tright i {
    left: auto;
    right: -44px;
  }

  .button.button-reveal.button-xlarge-lg.tright.button-reveal-on i {
    left: auto;
    right: 0px;
  }

  .button.button-reveal.button-mini-lg:hover:not(.button-reveal-on):not(.disabled) span {
    left: 11px;
  }

  .button.button-reveal.button-lgall-lg:hover:not(.button-reveal-on):not(.disabled) span {
    left: 13px;
  }

  .button.button-reveal.button-large-lg:hover:not(.button-reveal-on):not(.disabled) span {
    left: 19px;
  }

  .button.button-reveal.button-xlarge-lg:hover:not(.button-reveal-on):not(.disabled) span {
    left: 22px;
  }

  .button.button-reveal.button-mini-lg.tright:hover:not(.button-reveal-on):not(.disabled) span {
    left: -11px;
  }

  .button.button-reveal.button-lgall-lg.tright:hover:not(.button-reveal-on):not(.disabled) span {
    left: -13px;
  }

  .button.button-reveal.button-large-lg.tright:hover:not(.button-reveal-on):not(.disabled) span {
    left: -19px;
  }

  .button.button-reveal.button-xlarge-lg.tright:hover:not(.button-reveal-on):not(.disabled) span {
    left: -2px;
  }
}
/* XL */
@media (min-width: 1200px) {
  .button.button-reveal.button-mini-xl {
    padding: 0 17px;
  }

  .button.button-reveal.button-mini-xl i {
    left: -22px;
    width: 22px;
    height: 28px;
    line-height: 28px;
  }

  .button.button-reveal.button-mini-xl.tright i {
    left: auto;
    right: -22px;
  }

  .button.button-reveal.button-xlall-xl {
    padding: 0 22px;
  }

  .button.button-reveal.button-xlall-xl i {
    left: -26px;
    width: 26px;
    height: 34px;
    line-height: 34px;
  }

  .button.button-reveal.button-xlall-xl.tright i {
    left: auto;
    right: -26px;
  }

  .button.button-reveal.button-large-xl {
    padding: 0 32px;
  }

  .button.button-reveal.button-large-xl i {
    left: -38px;
    width: 38px;
    height: 46px;
    line-height: 46px;
  }

  .button.button-reveal.button-large-xl.tright i {
    left: auto;
    right: -38px;
  }

  .button.button-reveal.button-xlarge-xl {
    padding: 0 40px;
  }

  .button.button-reveal.button-xlarge-xl i {
    left: -44px;
    width: 44px;
    height: 52px;
    line-height: 52px;
  }

  .button.button-reveal.button-xlarge-xl.tright i {
    left: auto;
    right: -44px;
  }

  .button.button-reveal.button-xlarge-xl.tright.button-reveal-on i {
    left: auto;
    right: 0px;
  }

  .button.button-reveal.button-mini-xl:hover:not(.button-reveal-on):not(.disabled) span {
    left: 11px;
  }

  .button.button-reveal.button-xlall-xl:hover:not(.button-reveal-on):not(.disabled) span {
    left: 13px;
  }

  .button.button-reveal.button-large-xl:hover:not(.button-reveal-on):not(.disabled) span {
    left: 19px;
  }

  .button.button-reveal.button-xlarge-xl:hover:not(.button-reveal-on):not(.disabled) span {
    left: 22px;
  }

  .button.button-reveal.button-mini-xl.tright:hover:not(.button-reveal-on):not(.disabled) span {
    left: -11px;
  }

  .button.button-reveal.button-xlall-xl.tright:hover:not(.button-reveal-on):not(.disabled) span {
    left: -13px;
  }

  .button.button-reveal.button-large-xl.tright:hover:not(.button-reveal-on):not(.disabled) span {
    left: -19px;
  }

  .button.button-reveal.button-xlarge-xl.tright:hover:not(.button-reveal-on):not(.disabled) span {
    left: -2px;
  }
}
/* Buttons - Promo 100% Width
-----------------------------------------------------------------*/
.button.button-full {
  display: block;
  width: 100%;
  white-space: normal;
  margin: 0;
  height: auto;
  line-height: 1.6;
  padding: 30px 0;
  font-size: 30px;
  font-weight: 300;
  text-transform: none;
  border-radius: 0;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.button.button-full.button-light {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.button.button-full strong {
  font-weight: 700;
  border-bottom: 2px solid #EEE;
}

body:not(.device-touch) .button.button-full strong {
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}

.button.button-full.button-light strong {
  border-bottom-color: #333;
}

.button.button-full.button-light:hover strong {
  border-bottom-color: #EEE;
}

/* Buttons - Circle
-----------------------------------------------------------------*/
.button.button-circle {
  border-radius: 20px;
}

.button.button-mini.button-circle {
  border-radius: 14px;
}

.button.button-small.button-circle {
  border-radius: 17px;
}

.button.button-large.button-circle {
  border-radius: 23px;
}

.button.button-xlarge.button-circle {
  border-radius: 26px;
}

/* SM */
@media (min-width: 576px) {
  .button.button-mini-sm.button-circle {
    border-radius: 14px;
  }

  .button.button-small-sm.button-circle {
    border-radius: 17px;
  }

  .button.button-large-sm.button-circle {
    border-radius: 23px;
  }

  .button.button-xlarge-sm.button-circle {
    border-radius: 26px;
  }
}
/* MD */
@media (min-width: 768px) {
  .button.button-mini-md.button-circle {
    border-radius: 14px;
  }

  .button.button-small-md.button-circle {
    border-radius: 17px;
  }

  .button.button-large-md.button-circle {
    border-radius: 23px;
  }

  .button.button-xlarge-md.button-circle {
    border-radius: 26px;
  }
}
/* LG */
@media (min-width: 992px) {
  .button.button-mini-lg.button-circle {
    border-radius: 14px;
  }

  .button.button-small-lg.button-circle {
    border-radius: 17px;
  }

  .button.button-large-lg.button-circle {
    border-radius: 23px;
  }

  .button.button-xlarge-lg.button-circle {
    border-radius: 26px;
  }
}
/* XL */
@media (min-width: 1200px) {
  .button.button-mini-xl.button-circle {
    border-radius: 14px;
  }

  .button.button-small-xl.button-circle {
    border-radius: 17px;
  }

  .button.button-large-xl.button-circle {
    border-radius: 23px;
  }

  .button.button-xlarge-xl.button-circle {
    border-radius: 26px;
  }
}
/* Buttons - Fill Effect
-----------------------------------------------------------------*/
.button.button-border.button-fill {
  overflow: hidden;
  transform-style: preserve-3d;
  -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
  -webkit-backface-visibility: hidden;
}

.button.button-border.button-fill span {
  position: relative;
}

.button.button-border.button-fill:hover {
  background-color: transparent !important;
  color: #FFF;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.button.button-border.button-fill.button-light:hover {
  border-color: #EEE !important;
  color: !important;
  text-shadow: none;
}

.button.button-border.button-fill:before {
  content: "";
  position: absolute;
  background-color: #444;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-backface-visibility: hidden;
}

.button.button-border.button-fill.button-light:before {
  background-color: #EEE;
}

.button.button-border.button-fill.fill-from-right:before {
  left: auto;
  right: 0;
}

.button.button-border.button-fill:hover:before {
  width: 100%;
}

.button.button-border.button-fill.fill-from-top:before,
.button.button-border.button-fill.fill-from-bottom:before {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.button.button-border.button-fill.fill-from-top:before {
  width: 100%;
  height: 0;
}

.button.button-border.button-fill.fill-from-top:hover:before {
  height: 100%;
}

.button.button-border.button-fill.fill-from-bottom:before {
  width: 100%;
  height: 0;
  top: auto;
  bottom: 0;
}

.button.button-border.button-fill.fill-from-bottom:hover:before {
  height: 100%;
}

/* Buttons - Progress Effect
-----------------------------------------------------------------*/
.button.button-border.button-progress {
  overflow: hidden;
  transform-style: preserve-3d;
  -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
  -webkit-backface-visibility: hidden;
}

.button.button-border.button-progress span {
  position: relative;
}

.button.button-border.button-progress:hover {
  background-color: transparent !important;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.button.button-border.button-progress.button-light:hover {
  border-color: #EEE !important;
  color: !important;
  text-shadow: none;
}

.button-border.button-progress:active {
  color: #fff !important;
}

.button.button-border.button-progress:before {
  content: "";
  position: absolute;
  background-color: #444;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-backface-visibility: hidden;
}

.button.button-border.button-progress.button-light:before {
  background-color: #EEE;
}

.button.button-border.button-progress.progress-from-right:before {
  left: auto;
  right: 0;
}

.button.button-border.button-progress:active:before {
  width: 100%;
  color: #FFF !important;
}

.button.button-border.button-progress.progress-from-top:before,
.button.button-border.button-progress.progress-from-bottom:before {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.button.button-border.button-progress.progress-from-top:before {
  width: 100%;
  height: 0;
}

.button.button-border.button-progress.progress-from-top:active:before {
  height: 100%;
  color: #FFF !important;
}

.button.button-border.button-progress.progress-from-bottom:before {
  width: 100%;
  height: 0;
  top: auto;
  bottom: 0;
}

.button.button-border.button-progress.progress-from-bottom:active:before {
  height: 100%;
  color: #FFF !important;
}

/* Buttons - No Hover
-----------------------------------------------------------------*/
.button.button-nohover:hover {
  opacity: inherit !important;
  background-color: inherit !important;
  color: inherit !important;
  border-color: inherit !important;
}

.button-primary {
  background-color: #007bff;
}

.button-reveal.button-primary:hover, .button-border.button-primary:hover, .button-border.button-primary.button-progress:before, .button-border.button-primary.button-fill:before {
  background-color: #007bff !important;
}

.button-border.button-primary {
  color: #007bff;
  border-color: #007bff;
}

.button-secondary {
  background-color: #6c757d;
}

.button-reveal.button-secondary:hover, .button-border.button-secondary:hover, .button-border.button-secondary.button-progress:before, .button-border.button-secondary.button-fill:before {
  background-color: #6c757d !important;
}

.button-border.button-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

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

.button-reveal.button-success:hover, .button-border.button-success:hover, .button-border.button-success.button-progress:before, .button-border.button-success.button-fill:before {
  background-color: #28a745 !important;
}

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

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

.button-reveal.button-info:hover, .button-border.button-info:hover, .button-border.button-info.button-progress:before, .button-border.button-info.button-fill:before {
  background-color: #17a2b8 !important;
}

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

.button-warning {
  background-color: #ffc107;
}

.button-reveal.button-warning:hover, .button-border.button-warning:hover, .button-border.button-warning.button-progress:before, .button-border.button-warning.button-fill:before {
  background-color: #ffc107 !important;
}

.button-border.button-warning {
  color: #ffc107;
  border-color: #ffc107;
}

.button-danger {
  background-color: #dc3545;
}

.button-reveal.button-danger:hover, .button-border.button-danger:hover, .button-border.button-danger.button-progress:before, .button-border.button-danger.button-fill:before {
  background-color: #dc3545 !important;
}

.button-border.button-danger {
  color: #dc3545;
  border-color: #dc3545;
}

.button-light {
  background-color: #f8f9fa;
}

.button-reveal.button-light:hover, .button-border.button-light:hover, .button-border.button-light.button-progress:before, .button-border.button-light.button-fill:before {
  background-color: #f8f9fa !important;
}

.button-border.button-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

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

.button-reveal.button-dark:hover, .button-border.button-dark:hover, .button-border.button-dark.button-progress:before, .button-border.button-dark.button-fill:before {
  background-color: #343a40 !important;
}

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

.button-project-primary {
  background-color: #ff0000;
}

.button-reveal.button-project-primary:hover, .button-border.button-project-primary:hover, .button-border.button-project-primary.button-progress:before, .button-border.button-project-primary.button-fill:before {
  background-color: #ff0000 !important;
}

.button-border.button-project-primary {
  color: #ff0000;
  border-color: #ff0000;
}

.button-project-primary-light-25 {
  background-color: rgba(255, 0, 0, 0.25);
}

.button-reveal.button-project-primary-light-25:hover, .button-border.button-project-primary-light-25:hover, .button-border.button-project-primary-light-25.button-progress:before, .button-border.button-project-primary-light-25.button-fill:before {
  background-color: rgba(255, 0, 0, 0.25) !important;
}

.button-border.button-project-primary-light-25 {
  color: rgba(255, 0, 0, 0.25);
  border-color: rgba(255, 0, 0, 0.25);
}

.button-project-primary-light-50 {
  background-color: rgba(255, 0, 0, 0.5);
}

.button-reveal.button-project-primary-light-50:hover, .button-border.button-project-primary-light-50:hover, .button-border.button-project-primary-light-50.button-progress:before, .button-border.button-project-primary-light-50.button-fill:before {
  background-color: rgba(255, 0, 0, 0.5) !important;
}

.button-border.button-project-primary-light-50 {
  color: rgba(255, 0, 0, 0.5);
  border-color: rgba(255, 0, 0, 0.5);
}

.button-project-primary-light-75 {
  background-color: rgba(255, 0, 0, 0.75);
}

.button-reveal.button-project-primary-light-75:hover, .button-border.button-project-primary-light-75:hover, .button-border.button-project-primary-light-75.button-progress:before, .button-border.button-project-primary-light-75.button-fill:before {
  background-color: rgba(255, 0, 0, 0.75) !important;
}

.button-border.button-project-primary-light-75 {
  color: rgba(255, 0, 0, 0.75);
  border-color: rgba(255, 0, 0, 0.75);
}

.button-project-secondary {
  background-color: #044867FF;
}

.button-reveal.button-project-secondary:hover, .button-border.button-project-secondary:hover, .button-border.button-project-secondary.button-progress:before, .button-border.button-project-secondary.button-fill:before {
  background-color: #044867FF !important;
}

.button-border.button-project-secondary {
  color: #044867FF;
  border-color: #044867FF;
}

.button-project-tertiary {
  background-color: #009900;
}

.button-reveal.button-project-tertiary:hover, .button-border.button-project-tertiary:hover, .button-border.button-project-tertiary.button-progress:before, .button-border.button-project-tertiary.button-fill:before {
  background-color: #009900 !important;
}

.button-border.button-project-tertiary {
  color: #009900;
  border-color: #009900;
}

.button-gray-100 {
  background-color: #f8f9fa;
}

.button-reveal.button-gray-100:hover, .button-border.button-gray-100:hover, .button-border.button-gray-100.button-progress:before, .button-border.button-gray-100.button-fill:before {
  background-color: #f8f9fa !important;
}

.button-border.button-gray-100 {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

.button-gray-200 {
  background-color: #e9ecef;
}

.button-reveal.button-gray-200:hover, .button-border.button-gray-200:hover, .button-border.button-gray-200.button-progress:before, .button-border.button-gray-200.button-fill:before {
  background-color: #e9ecef !important;
}

.button-border.button-gray-200 {
  color: #e9ecef;
  border-color: #e9ecef;
}

.button-gray-300 {
  background-color: #dee2e6;
}

.button-reveal.button-gray-300:hover, .button-border.button-gray-300:hover, .button-border.button-gray-300.button-progress:before, .button-border.button-gray-300.button-fill:before {
  background-color: #dee2e6 !important;
}

.button-border.button-gray-300 {
  color: #dee2e6;
  border-color: #dee2e6;
}

.button-gray-400 {
  background-color: #ced4da;
}

.button-reveal.button-gray-400:hover, .button-border.button-gray-400:hover, .button-border.button-gray-400.button-progress:before, .button-border.button-gray-400.button-fill:before {
  background-color: #ced4da !important;
}

.button-border.button-gray-400 {
  color: #ced4da;
  border-color: #ced4da;
}

.button-gray-500 {
  background-color: #adb5bd;
}

.button-reveal.button-gray-500:hover, .button-border.button-gray-500:hover, .button-border.button-gray-500.button-progress:before, .button-border.button-gray-500.button-fill:before {
  background-color: #adb5bd !important;
}

.button-border.button-gray-500 {
  color: #adb5bd;
  border-color: #adb5bd;
}

.button-gray-600 {
  background-color: #6c757d;
}

.button-reveal.button-gray-600:hover, .button-border.button-gray-600:hover, .button-border.button-gray-600.button-progress:before, .button-border.button-gray-600.button-fill:before {
  background-color: #6c757d !important;
}

.button-border.button-gray-600 {
  color: #6c757d;
  border-color: #6c757d;
}

.button-gray-700 {
  background-color: #495057;
}

.button-reveal.button-gray-700:hover, .button-border.button-gray-700:hover, .button-border.button-gray-700.button-progress:before, .button-border.button-gray-700.button-fill:before {
  background-color: #495057 !important;
}

.button-border.button-gray-700 {
  color: #495057;
  border-color: #495057;
}

.button-gray-800 {
  background-color: #343a40;
}

.button-reveal.button-gray-800:hover, .button-border.button-gray-800:hover, .button-border.button-gray-800.button-progress:before, .button-border.button-gray-800.button-fill:before {
  background-color: #343a40 !important;
}

.button-border.button-gray-800 {
  color: #343a40;
  border-color: #343a40;
}

.button-gray-900 {
  background-color: #212529;
}

.button-reveal.button-gray-900:hover, .button-border.button-gray-900:hover, .button-border.button-gray-900.button-progress:before, .button-border.button-gray-900.button-fill:before {
  background-color: #212529 !important;
}

.button-border.button-gray-900 {
  color: #212529;
  border-color: #212529;
}

.button-black {
  background-color: #000;
}

.button-reveal.button-black:hover, .button-border.button-black:hover, .button-border.button-black.button-progress:before, .button-border.button-black.button-fill:before {
  background-color: #000 !important;
}

.button-border.button-black {
  color: #000;
  border-color: #000;
}

.button-linkedin {
  background-color: #00a0dc;
}

.button-reveal.button-linkedin:hover, .button-border.button-linkedin:hover, .button-border.button-linkedin.button-progress:before, .button-border.button-linkedin.button-fill:before {
  background-color: #00a0dc !important;
}

.button-border.button-linkedin {
  color: #00a0dc;
  border-color: #00a0dc;
}

.button-facebook {
  background-color: #3d5c95;
}

.button-reveal.button-facebook:hover, .button-border.button-facebook:hover, .button-border.button-facebook.button-progress:before, .button-border.button-facebook.button-fill:before {
  background-color: #3d5c95 !important;
}

.button-border.button-facebook {
  color: #3d5c95;
  border-color: #3d5c95;
}

.button-google {
  background-color: #d62d20;
}

.button-reveal.button-google:hover, .button-border.button-google:hover, .button-border.button-google.button-progress:before, .button-border.button-google.button-fill:before {
  background-color: #d62d20 !important;
}

.button-border.button-google {
  color: #d62d20;
  border-color: #d62d20;
}

.button-whatsapp {
  background-color: #25D366;
}

.button-reveal.button-whatsapp:hover, .button-border.button-whatsapp:hover, .button-border.button-whatsapp.button-progress:before, .button-border.button-whatsapp.button-fill:before {
  background-color: #25D366 !important;
}

.button-border.button-whatsapp {
  color: #25D366;
  border-color: #25D366;
}

.button-imi-creative {
  background-color: #044968;
}

.button-reveal.button-imi-creative:hover, .button-border.button-imi-creative:hover, .button-border.button-imi-creative.button-progress:before, .button-border.button-imi-creative.button-fill:before {
  background-color: #044968 !important;
}

.button-border.button-imi-creative {
  color: #044968;
  border-color: #044968;
}

.button-imi-framework {
  background-color: #FF6600;
}

.button-reveal.button-imi-framework:hover, .button-border.button-imi-framework:hover, .button-border.button-imi-framework.button-progress:before, .button-border.button-imi-framework.button-fill:before {
  background-color: #FF6600 !important;
}

.button-border.button-imi-framework {
  color: #FF6600;
  border-color: #FF6600;
}

.form-control:focus, .btn:focus, .btn.focus, .custom-control-input:focus ~ .custom-control-label::before, .custom-control-label::before, .custom-select:focus, .custom-file-input:focus ~ .custom-file-label, .custom-range:focus::-webkit-slider-thumb, .custom-range:focus::-moz-range-thumb, .custom-range:focus::-ms-thumb, .page-link:focus, .bootstrap-select .dropdown-menu .notify {
  box-shadow: none !important;
}

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

.pr-15px {
  padding-left: 15px !important;
}

.font-serif {
  font-family: "Merriweather", serif;
}

/***************************************************/
/*                                                 */
/*                  COLOR CLASS                    */
/*                                                 */
/***************************************************/
.strike-primary {
  text-decoration: line-through #007bff;
}

.fill-primary {
  fill: #007bff;
}

.bg-l-primary {
  background-color: rgba(0, 123, 255, 0.1);
}

.tooltip.tooltip-primary .tooltip-inner {
  background: #007bff !important;
  color: white;
}

.tooltip.tooltip-primary .arrow:before {
  border-bottom-color: #007bff !important;
  border-top-color: #007bff !important;
}

.tooltip.tooltip-primary .arrow-left:before {
  border-left-color: #007bff;
}

.tooltip.tooltip-primary .arrow-right:before {
  border-right-color: #007bff;
}

.badge-primary {
  color: white;
  background: #007bff;
}

.badge-outline-primary {
  color: #007bff;
  border: 1px solid #007bff;
}

.strike-secondary {
  text-decoration: line-through #6c757d;
}

.fill-secondary {
  fill: #6c757d;
}

.bg-l-secondary {
  background-color: rgba(108, 117, 125, 0.1);
}

.tooltip.tooltip-secondary .tooltip-inner {
  background: #6c757d !important;
  color: white;
}

.tooltip.tooltip-secondary .arrow:before {
  border-bottom-color: #6c757d !important;
  border-top-color: #6c757d !important;
}

.tooltip.tooltip-secondary .arrow-left:before {
  border-left-color: #6c757d;
}

.tooltip.tooltip-secondary .arrow-right:before {
  border-right-color: #6c757d;
}

.badge-secondary {
  color: white;
  background: #6c757d;
}

.badge-outline-secondary {
  color: #6c757d;
  border: 1px solid #6c757d;
}

.strike-success {
  text-decoration: line-through #28a745;
}

.fill-success {
  fill: #28a745;
}

.bg-l-success {
  background-color: rgba(40, 167, 69, 0.1);
}

.tooltip.tooltip-success .tooltip-inner {
  background: #28a745 !important;
  color: white;
}

.tooltip.tooltip-success .arrow:before {
  border-bottom-color: #28a745 !important;
  border-top-color: #28a745 !important;
}

.tooltip.tooltip-success .arrow-left:before {
  border-left-color: #28a745;
}

.tooltip.tooltip-success .arrow-right:before {
  border-right-color: #28a745;
}

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

.badge-outline-success {
  color: #28a745;
  border: 1px solid #28a745;
}

.strike-info {
  text-decoration: line-through #17a2b8;
}

.fill-info {
  fill: #17a2b8;
}

.bg-l-info {
  background-color: rgba(23, 162, 184, 0.1);
}

.tooltip.tooltip-info .tooltip-inner {
  background: #17a2b8 !important;
  color: white;
}

.tooltip.tooltip-info .arrow:before {
  border-bottom-color: #17a2b8 !important;
  border-top-color: #17a2b8 !important;
}

.tooltip.tooltip-info .arrow-left:before {
  border-left-color: #17a2b8;
}

.tooltip.tooltip-info .arrow-right:before {
  border-right-color: #17a2b8;
}

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

.badge-outline-info {
  color: #17a2b8;
  border: 1px solid #17a2b8;
}

.strike-warning {
  text-decoration: line-through #ffc107;
}

.fill-warning {
  fill: #ffc107;
}

.bg-l-warning {
  background-color: rgba(255, 193, 7, 0.1);
}

.tooltip.tooltip-warning .tooltip-inner {
  background: #ffc107 !important;
  color: white;
}

.tooltip.tooltip-warning .arrow:before {
  border-bottom-color: #ffc107 !important;
  border-top-color: #ffc107 !important;
}

.tooltip.tooltip-warning .arrow-left:before {
  border-left-color: #ffc107;
}

.tooltip.tooltip-warning .arrow-right:before {
  border-right-color: #ffc107;
}

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

.badge-outline-warning {
  color: #ffc107;
  border: 1px solid #ffc107;
}

.strike-danger {
  text-decoration: line-through #dc3545;
}

.fill-danger {
  fill: #dc3545;
}

.bg-l-danger {
  background-color: rgba(220, 53, 69, 0.1);
}

.tooltip.tooltip-danger .tooltip-inner {
  background: #dc3545 !important;
  color: white;
}

.tooltip.tooltip-danger .arrow:before {
  border-bottom-color: #dc3545 !important;
  border-top-color: #dc3545 !important;
}

.tooltip.tooltip-danger .arrow-left:before {
  border-left-color: #dc3545;
}

.tooltip.tooltip-danger .arrow-right:before {
  border-right-color: #dc3545;
}

.badge-danger {
  color: white;
  background: #dc3545;
}

.badge-outline-danger {
  color: #dc3545;
  border: 1px solid #dc3545;
}

.strike-light {
  text-decoration: line-through #f8f9fa;
}

.fill-light {
  fill: #f8f9fa;
}

.bg-l-light {
  background-color: rgba(248, 249, 250, 0.1);
}

.tooltip.tooltip-light .tooltip-inner {
  background: #f8f9fa !important;
  color: white;
}

.tooltip.tooltip-light .arrow:before {
  border-bottom-color: #f8f9fa !important;
  border-top-color: #f8f9fa !important;
}

.tooltip.tooltip-light .arrow-left:before {
  border-left-color: #f8f9fa;
}

.tooltip.tooltip-light .arrow-right:before {
  border-right-color: #f8f9fa;
}

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

.badge-outline-light {
  color: #f8f9fa;
  border: 1px solid #f8f9fa;
}

.strike-dark {
  text-decoration: line-through #343a40;
}

.fill-dark {
  fill: #343a40;
}

.bg-l-dark {
  background-color: rgba(52, 58, 64, 0.1);
}

.tooltip.tooltip-dark .tooltip-inner {
  background: #343a40 !important;
  color: white;
}

.tooltip.tooltip-dark .arrow:before {
  border-bottom-color: #343a40 !important;
  border-top-color: #343a40 !important;
}

.tooltip.tooltip-dark .arrow-left:before {
  border-left-color: #343a40;
}

.tooltip.tooltip-dark .arrow-right:before {
  border-right-color: #343a40;
}

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

.badge-outline-dark {
  color: #343a40;
  border: 1px solid #343a40;
}

.strike-project-primary {
  text-decoration: line-through #ff0000;
}

.fill-project-primary {
  fill: #ff0000;
}

.bg-l-project-primary {
  background-color: rgba(255, 0, 0, 0.1);
}

.tooltip.tooltip-project-primary .tooltip-inner {
  background: #ff0000 !important;
  color: white;
}

.tooltip.tooltip-project-primary .arrow:before {
  border-bottom-color: #ff0000 !important;
  border-top-color: #ff0000 !important;
}

.tooltip.tooltip-project-primary .arrow-left:before {
  border-left-color: #ff0000;
}

.tooltip.tooltip-project-primary .arrow-right:before {
  border-right-color: #ff0000;
}

.badge-project-primary {
  color: white;
  background: #ff0000;
}

.badge-outline-project-primary {
  color: #ff0000;
  border: 1px solid #ff0000;
}

.strike-project-primary-light-25 {
  text-decoration: line-through rgba(255, 0, 0, 0.25);
}

.fill-project-primary-light-25 {
  fill: rgba(255, 0, 0, 0.25);
}

.bg-l-project-primary-light-25 {
  background-color: rgba(255, 0, 0, 0);
}

.tooltip.tooltip-project-primary-light-25 .tooltip-inner {
  background: rgba(255, 0, 0, 0.25) !important;
  color: white;
}

.tooltip.tooltip-project-primary-light-25 .arrow:before {
  border-bottom-color: rgba(255, 0, 0, 0.25) !important;
  border-top-color: rgba(255, 0, 0, 0.25) !important;
}

.tooltip.tooltip-project-primary-light-25 .arrow-left:before {
  border-left-color: rgba(255, 0, 0, 0.25);
}

.tooltip.tooltip-project-primary-light-25 .arrow-right:before {
  border-right-color: rgba(255, 0, 0, 0.25);
}

.badge-project-primary-light-25 {
  color: white;
  background: rgba(255, 0, 0, 0.25);
}

.badge-outline-project-primary-light-25 {
  color: rgba(255, 0, 0, 0.25);
  border: 1px solid rgba(255, 0, 0, 0.25);
}

.strike-project-primary-light-50 {
  text-decoration: line-through rgba(255, 0, 0, 0.5);
}

.fill-project-primary-light-50 {
  fill: rgba(255, 0, 0, 0.5);
}

.bg-l-project-primary-light-50 {
  background-color: rgba(255, 0, 0, 0);
}

.tooltip.tooltip-project-primary-light-50 .tooltip-inner {
  background: rgba(255, 0, 0, 0.5) !important;
  color: white;
}

.tooltip.tooltip-project-primary-light-50 .arrow:before {
  border-bottom-color: rgba(255, 0, 0, 0.5) !important;
  border-top-color: rgba(255, 0, 0, 0.5) !important;
}

.tooltip.tooltip-project-primary-light-50 .arrow-left:before {
  border-left-color: rgba(255, 0, 0, 0.5);
}

.tooltip.tooltip-project-primary-light-50 .arrow-right:before {
  border-right-color: rgba(255, 0, 0, 0.5);
}

.badge-project-primary-light-50 {
  color: white;
  background: rgba(255, 0, 0, 0.5);
}

.badge-outline-project-primary-light-50 {
  color: rgba(255, 0, 0, 0.5);
  border: 1px solid rgba(255, 0, 0, 0.5);
}

.strike-project-primary-light-75 {
  text-decoration: line-through rgba(255, 0, 0, 0.75);
}

.fill-project-primary-light-75 {
  fill: rgba(255, 0, 0, 0.75);
}

.bg-l-project-primary-light-75 {
  background-color: rgba(255, 0, 0, 0);
}

.tooltip.tooltip-project-primary-light-75 .tooltip-inner {
  background: rgba(255, 0, 0, 0.75) !important;
  color: white;
}

.tooltip.tooltip-project-primary-light-75 .arrow:before {
  border-bottom-color: rgba(255, 0, 0, 0.75) !important;
  border-top-color: rgba(255, 0, 0, 0.75) !important;
}

.tooltip.tooltip-project-primary-light-75 .arrow-left:before {
  border-left-color: rgba(255, 0, 0, 0.75);
}

.tooltip.tooltip-project-primary-light-75 .arrow-right:before {
  border-right-color: rgba(255, 0, 0, 0.75);
}

.badge-project-primary-light-75 {
  color: white;
  background: rgba(255, 0, 0, 0.75);
}

.badge-outline-project-primary-light-75 {
  color: rgba(255, 0, 0, 0.75);
  border: 1px solid rgba(255, 0, 0, 0.75);
}

.strike-project-secondary {
  text-decoration: line-through #044867FF;
}

.fill-project-secondary {
  fill: #044867FF;
}

.bg-l-project-secondary {
  background-color: rgba(4, 72, 103, 0.1);
}

.tooltip.tooltip-project-secondary .tooltip-inner {
  background: #044867FF !important;
  color: white;
}

.tooltip.tooltip-project-secondary .arrow:before {
  border-bottom-color: #044867FF !important;
  border-top-color: #044867FF !important;
}

.tooltip.tooltip-project-secondary .arrow-left:before {
  border-left-color: #044867FF;
}

.tooltip.tooltip-project-secondary .arrow-right:before {
  border-right-color: #044867FF;
}

.badge-project-secondary {
  color: white;
  background: #044867FF;
}

.badge-outline-project-secondary {
  color: #044867FF;
  border: 1px solid #044867FF;
}

.strike-project-tertiary {
  text-decoration: line-through #009900;
}

.fill-project-tertiary {
  fill: #009900;
}

.bg-l-project-tertiary {
  background-color: rgba(0, 153, 0, 0.1);
}

.tooltip.tooltip-project-tertiary .tooltip-inner {
  background: #009900 !important;
  color: white;
}

.tooltip.tooltip-project-tertiary .arrow:before {
  border-bottom-color: #009900 !important;
  border-top-color: #009900 !important;
}

.tooltip.tooltip-project-tertiary .arrow-left:before {
  border-left-color: #009900;
}

.tooltip.tooltip-project-tertiary .arrow-right:before {
  border-right-color: #009900;
}

.badge-project-tertiary {
  color: white;
  background: #009900;
}

.badge-outline-project-tertiary {
  color: #009900;
  border: 1px solid #009900;
}

.strike-gray-100 {
  text-decoration: line-through #f8f9fa;
}

.fill-gray-100 {
  fill: #f8f9fa;
}

.bg-l-gray-100 {
  background-color: rgba(248, 249, 250, 0.1);
}

.tooltip.tooltip-gray-100 .tooltip-inner {
  background: #f8f9fa !important;
  color: white;
}

.tooltip.tooltip-gray-100 .arrow:before {
  border-bottom-color: #f8f9fa !important;
  border-top-color: #f8f9fa !important;
}

.tooltip.tooltip-gray-100 .arrow-left:before {
  border-left-color: #f8f9fa;
}

.tooltip.tooltip-gray-100 .arrow-right:before {
  border-right-color: #f8f9fa;
}

.badge-gray-100 {
  color: white;
  background: #f8f9fa;
}

.badge-outline-gray-100 {
  color: #f8f9fa;
  border: 1px solid #f8f9fa;
}

.strike-gray-200 {
  text-decoration: line-through #e9ecef;
}

.fill-gray-200 {
  fill: #e9ecef;
}

.bg-l-gray-200 {
  background-color: rgba(233, 236, 239, 0.1);
}

.tooltip.tooltip-gray-200 .tooltip-inner {
  background: #e9ecef !important;
  color: white;
}

.tooltip.tooltip-gray-200 .arrow:before {
  border-bottom-color: #e9ecef !important;
  border-top-color: #e9ecef !important;
}

.tooltip.tooltip-gray-200 .arrow-left:before {
  border-left-color: #e9ecef;
}

.tooltip.tooltip-gray-200 .arrow-right:before {
  border-right-color: #e9ecef;
}

.badge-gray-200 {
  color: white;
  background: #e9ecef;
}

.badge-outline-gray-200 {
  color: #e9ecef;
  border: 1px solid #e9ecef;
}

.strike-gray-300 {
  text-decoration: line-through #dee2e6;
}

.fill-gray-300 {
  fill: #dee2e6;
}

.bg-l-gray-300 {
  background-color: rgba(222, 226, 230, 0.1);
}

.tooltip.tooltip-gray-300 .tooltip-inner {
  background: #dee2e6 !important;
  color: white;
}

.tooltip.tooltip-gray-300 .arrow:before {
  border-bottom-color: #dee2e6 !important;
  border-top-color: #dee2e6 !important;
}

.tooltip.tooltip-gray-300 .arrow-left:before {
  border-left-color: #dee2e6;
}

.tooltip.tooltip-gray-300 .arrow-right:before {
  border-right-color: #dee2e6;
}

.badge-gray-300 {
  color: white;
  background: #dee2e6;
}

.badge-outline-gray-300 {
  color: #dee2e6;
  border: 1px solid #dee2e6;
}

.strike-gray-400 {
  text-decoration: line-through #ced4da;
}

.fill-gray-400 {
  fill: #ced4da;
}

.bg-l-gray-400 {
  background-color: rgba(206, 212, 218, 0.1);
}

.tooltip.tooltip-gray-400 .tooltip-inner {
  background: #ced4da !important;
  color: white;
}

.tooltip.tooltip-gray-400 .arrow:before {
  border-bottom-color: #ced4da !important;
  border-top-color: #ced4da !important;
}

.tooltip.tooltip-gray-400 .arrow-left:before {
  border-left-color: #ced4da;
}

.tooltip.tooltip-gray-400 .arrow-right:before {
  border-right-color: #ced4da;
}

.badge-gray-400 {
  color: white;
  background: #ced4da;
}

.badge-outline-gray-400 {
  color: #ced4da;
  border: 1px solid #ced4da;
}

.strike-gray-500 {
  text-decoration: line-through #adb5bd;
}

.fill-gray-500 {
  fill: #adb5bd;
}

.bg-l-gray-500 {
  background-color: rgba(173, 181, 189, 0.1);
}

.tooltip.tooltip-gray-500 .tooltip-inner {
  background: #adb5bd !important;
  color: white;
}

.tooltip.tooltip-gray-500 .arrow:before {
  border-bottom-color: #adb5bd !important;
  border-top-color: #adb5bd !important;
}

.tooltip.tooltip-gray-500 .arrow-left:before {
  border-left-color: #adb5bd;
}

.tooltip.tooltip-gray-500 .arrow-right:before {
  border-right-color: #adb5bd;
}

.badge-gray-500 {
  color: white;
  background: #adb5bd;
}

.badge-outline-gray-500 {
  color: #adb5bd;
  border: 1px solid #adb5bd;
}

.strike-gray-600 {
  text-decoration: line-through #6c757d;
}

.fill-gray-600 {
  fill: #6c757d;
}

.bg-l-gray-600 {
  background-color: rgba(108, 117, 125, 0.1);
}

.tooltip.tooltip-gray-600 .tooltip-inner {
  background: #6c757d !important;
  color: white;
}

.tooltip.tooltip-gray-600 .arrow:before {
  border-bottom-color: #6c757d !important;
  border-top-color: #6c757d !important;
}

.tooltip.tooltip-gray-600 .arrow-left:before {
  border-left-color: #6c757d;
}

.tooltip.tooltip-gray-600 .arrow-right:before {
  border-right-color: #6c757d;
}

.badge-gray-600 {
  color: white;
  background: #6c757d;
}

.badge-outline-gray-600 {
  color: #6c757d;
  border: 1px solid #6c757d;
}

.strike-gray-700 {
  text-decoration: line-through #495057;
}

.fill-gray-700 {
  fill: #495057;
}

.bg-l-gray-700 {
  background-color: rgba(73, 80, 87, 0.1);
}

.tooltip.tooltip-gray-700 .tooltip-inner {
  background: #495057 !important;
  color: white;
}

.tooltip.tooltip-gray-700 .arrow:before {
  border-bottom-color: #495057 !important;
  border-top-color: #495057 !important;
}

.tooltip.tooltip-gray-700 .arrow-left:before {
  border-left-color: #495057;
}

.tooltip.tooltip-gray-700 .arrow-right:before {
  border-right-color: #495057;
}

.badge-gray-700 {
  color: white;
  background: #495057;
}

.badge-outline-gray-700 {
  color: #495057;
  border: 1px solid #495057;
}

.strike-gray-800 {
  text-decoration: line-through #343a40;
}

.fill-gray-800 {
  fill: #343a40;
}

.bg-l-gray-800 {
  background-color: rgba(52, 58, 64, 0.1);
}

.tooltip.tooltip-gray-800 .tooltip-inner {
  background: #343a40 !important;
  color: white;
}

.tooltip.tooltip-gray-800 .arrow:before {
  border-bottom-color: #343a40 !important;
  border-top-color: #343a40 !important;
}

.tooltip.tooltip-gray-800 .arrow-left:before {
  border-left-color: #343a40;
}

.tooltip.tooltip-gray-800 .arrow-right:before {
  border-right-color: #343a40;
}

.badge-gray-800 {
  color: white;
  background: #343a40;
}

.badge-outline-gray-800 {
  color: #343a40;
  border: 1px solid #343a40;
}

.strike-gray-900 {
  text-decoration: line-through #212529;
}

.fill-gray-900 {
  fill: #212529;
}

.bg-l-gray-900 {
  background-color: rgba(33, 37, 41, 0.1);
}

.tooltip.tooltip-gray-900 .tooltip-inner {
  background: #212529 !important;
  color: white;
}

.tooltip.tooltip-gray-900 .arrow:before {
  border-bottom-color: #212529 !important;
  border-top-color: #212529 !important;
}

.tooltip.tooltip-gray-900 .arrow-left:before {
  border-left-color: #212529;
}

.tooltip.tooltip-gray-900 .arrow-right:before {
  border-right-color: #212529;
}

.badge-gray-900 {
  color: white;
  background: #212529;
}

.badge-outline-gray-900 {
  color: #212529;
  border: 1px solid #212529;
}

.strike-black {
  text-decoration: line-through #000;
}

.fill-black {
  fill: #000;
}

.bg-l-black {
  background-color: rgba(0, 0, 0, 0.1);
}

.tooltip.tooltip-black .tooltip-inner {
  background: #000 !important;
  color: white;
}

.tooltip.tooltip-black .arrow:before {
  border-bottom-color: #000 !important;
  border-top-color: #000 !important;
}

.tooltip.tooltip-black .arrow-left:before {
  border-left-color: #000;
}

.tooltip.tooltip-black .arrow-right:before {
  border-right-color: #000;
}

.badge-black {
  color: white;
  background: #000;
}

.badge-outline-black {
  color: #000;
  border: 1px solid #000;
}

.strike-linkedin {
  text-decoration: line-through #00a0dc;
}

.fill-linkedin {
  fill: #00a0dc;
}

.bg-l-linkedin {
  background-color: rgba(0, 160, 220, 0.1);
}

.tooltip.tooltip-linkedin .tooltip-inner {
  background: #00a0dc !important;
  color: white;
}

.tooltip.tooltip-linkedin .arrow:before {
  border-bottom-color: #00a0dc !important;
  border-top-color: #00a0dc !important;
}

.tooltip.tooltip-linkedin .arrow-left:before {
  border-left-color: #00a0dc;
}

.tooltip.tooltip-linkedin .arrow-right:before {
  border-right-color: #00a0dc;
}

.badge-linkedin {
  color: white;
  background: #00a0dc;
}

.badge-outline-linkedin {
  color: #00a0dc;
  border: 1px solid #00a0dc;
}

.strike-facebook {
  text-decoration: line-through #3d5c95;
}

.fill-facebook {
  fill: #3d5c95;
}

.bg-l-facebook {
  background-color: rgba(61, 92, 149, 0.1);
}

.tooltip.tooltip-facebook .tooltip-inner {
  background: #3d5c95 !important;
  color: white;
}

.tooltip.tooltip-facebook .arrow:before {
  border-bottom-color: #3d5c95 !important;
  border-top-color: #3d5c95 !important;
}

.tooltip.tooltip-facebook .arrow-left:before {
  border-left-color: #3d5c95;
}

.tooltip.tooltip-facebook .arrow-right:before {
  border-right-color: #3d5c95;
}

.badge-facebook {
  color: white;
  background: #3d5c95;
}

.badge-outline-facebook {
  color: #3d5c95;
  border: 1px solid #3d5c95;
}

.strike-google {
  text-decoration: line-through #d62d20;
}

.fill-google {
  fill: #d62d20;
}

.bg-l-google {
  background-color: rgba(214, 45, 32, 0.1);
}

.tooltip.tooltip-google .tooltip-inner {
  background: #d62d20 !important;
  color: white;
}

.tooltip.tooltip-google .arrow:before {
  border-bottom-color: #d62d20 !important;
  border-top-color: #d62d20 !important;
}

.tooltip.tooltip-google .arrow-left:before {
  border-left-color: #d62d20;
}

.tooltip.tooltip-google .arrow-right:before {
  border-right-color: #d62d20;
}

.badge-google {
  color: white;
  background: #d62d20;
}

.badge-outline-google {
  color: #d62d20;
  border: 1px solid #d62d20;
}

.strike-whatsapp {
  text-decoration: line-through #25D366;
}

.fill-whatsapp {
  fill: #25D366;
}

.bg-l-whatsapp {
  background-color: rgba(37, 211, 102, 0.1);
}

.tooltip.tooltip-whatsapp .tooltip-inner {
  background: #25D366 !important;
  color: white;
}

.tooltip.tooltip-whatsapp .arrow:before {
  border-bottom-color: #25D366 !important;
  border-top-color: #25D366 !important;
}

.tooltip.tooltip-whatsapp .arrow-left:before {
  border-left-color: #25D366;
}

.tooltip.tooltip-whatsapp .arrow-right:before {
  border-right-color: #25D366;
}

.badge-whatsapp {
  color: white;
  background: #25D366;
}

.badge-outline-whatsapp {
  color: #25D366;
  border: 1px solid #25D366;
}

.strike-imi-creative {
  text-decoration: line-through #044968;
}

.fill-imi-creative {
  fill: #044968;
}

.bg-l-imi-creative {
  background-color: rgba(4, 73, 104, 0.1);
}

.tooltip.tooltip-imi-creative .tooltip-inner {
  background: #044968 !important;
  color: white;
}

.tooltip.tooltip-imi-creative .arrow:before {
  border-bottom-color: #044968 !important;
  border-top-color: #044968 !important;
}

.tooltip.tooltip-imi-creative .arrow-left:before {
  border-left-color: #044968;
}

.tooltip.tooltip-imi-creative .arrow-right:before {
  border-right-color: #044968;
}

.badge-imi-creative {
  color: white;
  background: #044968;
}

.badge-outline-imi-creative {
  color: #044968;
  border: 1px solid #044968;
}

.strike-imi-framework {
  text-decoration: line-through #FF6600;
}

.fill-imi-framework {
  fill: #FF6600;
}

.bg-l-imi-framework {
  background-color: rgba(255, 102, 0, 0.1);
}

.tooltip.tooltip-imi-framework .tooltip-inner {
  background: #FF6600 !important;
  color: white;
}

.tooltip.tooltip-imi-framework .arrow:before {
  border-bottom-color: #FF6600 !important;
  border-top-color: #FF6600 !important;
}

.tooltip.tooltip-imi-framework .arrow-left:before {
  border-left-color: #FF6600;
}

.tooltip.tooltip-imi-framework .arrow-right:before {
  border-right-color: #FF6600;
}

.badge-imi-framework {
  color: white;
  background: #FF6600;
}

.badge-outline-imi-framework {
  color: #FF6600;
  border: 1px solid #FF6600;
}

/***************************************************/
/*                                                 */
/*              FA RADIO & FA CHECKBOX             */
/*                                                 */
/***************************************************/
i.fa-radio {
  position: relative;
  top: 5px;
  margin-right: 3px;
}

i.fa-checkbox {
  position: relative;
  top: 5px;
  margin-right: 3px;
}

.radio-container.disabled, .checkbox-container.disabled {
  opacity: 0.5;
}

.checkbox-label, .checkbox-fa {
  cursor: pointer;
}

/***************************************************/
/*                                                 */
/*                      INPUT                      */
/*                                                 */
/***************************************************/
.border-no:hover {
  border: none !important;
}

.border-no:focus {
  border: none !important;
}

/***************************************************/
/*                                                 */
/*                      INPUT                      */
/*                                                 */
/***************************************************/
input, .cke_editable {
  -webkit-box-shadow: none !important;
  outline: -webkit-focus-ring-color auto 0 !important;
  padding: 3px;
}

.form-control:focus {
  border-color: #ff0000;
}

/***************************************************/
/*                                                 */
/*                      TABLE                      */
/*                                                 */
/***************************************************/
td.col-1, th.col-1 {
  width: 8.33333%;
}

td.col-2, th.col-2 {
  width: 16.66667%;
}

td.col-3, th.col-3 {
  width: 25%;
}

td.col-4, th.col-4 {
  width: 33.33333%;
}

td.col-5, th.col-5 {
  width: 41.66667%;
}

td.col-6, th.col-6 {
  width: 50%;
}

td.col-7, th.col-7 {
  width: 58.33333%;
}

td.col-8, th.col-8 {
  width: 66.66667%;
}

td.col-9, th.col-9 {
  width: 75%;
}

td.col-10, th.col-10 {
  width: 83.33333%;
}

td.col-11, th.col-11 {
  width: 91.66667%;
}

td.col-12, th.col-12 {
  width: 100%;
}

td.col-sm-1, th.col-sm-1 {
  width: 8.33333%;
}

td.col-sm-2, th.col-sm-2 {
  width: 16.66667%;
}

td.col-sm-3, th.col-sm-3 {
  width: 25%;
}

td.col-sm-4, th.col-sm-4 {
  width: 33.33333%;
}

td.col-sm-5, th.col-sm-5 {
  width: 41.66667%;
}

td.col-sm-6, th.col-sm-6 {
  width: 50%;
}

td.col-sm-7, th.col-sm-7 {
  width: 58.33333%;
}

td.col-sm-8, th.col-sm-8 {
  width: 66.66667%;
}

td.col-sm-9, th.col-sm-9 {
  width: 75%;
}

td.col-sm-10, th.col-sm-10 {
  width: 83.33333%;
}

td.col-sm-11, th.col-sm-11 {
  width: 91.66667%;
}

td.col-sm-12, th.col-sm-12 {
  width: 100%;
}

td.col-md-1, th.col-md-1 {
  width: 8.33333%;
}

td.col-md-2, th.col-md-2 {
  width: 16.66667%;
}

td.col-md-3, th.col-md-3 {
  width: 25%;
}

td.col-md-4, th.col-md-4 {
  width: 33.33333%;
}

td.col-md-5, th.col-md-5 {
  width: 41.66667%;
}

td.col-md-6, th.col-md-6 {
  width: 50%;
}

td.col-md-7, th.col-md-7 {
  width: 58.33333%;
}

td.col-md-8, th.col-md-8 {
  width: 66.66667%;
}

td.col-md-9, th.col-md-9 {
  width: 75%;
}

td.col-md-10, th.col-md-10 {
  width: 83.33333%;
}

td.col-md-11, th.col-md-11 {
  width: 91.66667%;
}

td.col-md-12, th.col-md-12 {
  width: 100%;
}

td.col-lg-1, th.col-lg-1 {
  width: 8.33333%;
}

td.col-lg-2, th.col-lg-2 {
  width: 16.66667%;
}

td.col-lg-3, th.col-lg-3 {
  width: 25%;
}

td.col-lg-4, th.col-lg-4 {
  width: 33.33333%;
}

td.col-lg-5, th.col-lg-5 {
  width: 41.66667%;
}

td.col-lg-6, th.col-lg-6 {
  width: 50%;
}

td.col-lg-7, th.col-lg-7 {
  width: 58.33333%;
}

td.col-lg-8, th.col-lg-8 {
  width: 66.66667%;
}

td.col-lg-9, th.col-lg-9 {
  width: 75%;
}

td.col-lg-10, th.col-lg-10 {
  width: 83.33333%;
}

td.col-lg-11, th.col-lg-11 {
  width: 91.66667%;
}

td.col-lg-12, th.col-lg-12 {
  width: 100%;
}

td.col-xl-1, th.col-xl-1 {
  width: 8.33333%;
}

td.col-xl-2, th.col-xl-2 {
  width: 16.66667%;
}

td.col-xl-3, th.col-xl-3 {
  width: 25%;
}

td.col-xl-4, th.col-xl-4 {
  width: 33.33333%;
}

td.col-xl-5, th.col-xl-5 {
  width: 41.66667%;
}

td.col-xl-6, th.col-xl-6 {
  width: 50%;
}

td.col-xl-7, th.col-xl-7 {
  width: 58.33333%;
}

td.col-xl-8, th.col-xl-8 {
  width: 66.66667%;
}

td.col-xl-9, th.col-xl-9 {
  width: 75%;
}

td.col-xl-10, th.col-xl-10 {
  width: 83.33333%;
}

td.col-xl-11, th.col-xl-11 {
  width: 91.66667%;
}

td.col-xl-12, th.col-xl-12 {
  width: 100%;
}

table.table-td-v-align-middle td {
  vertical-align: middle !important;
}

table.table-th-v-align-middle th {
  vertical-align: middle !important;
}

/***************************************************/
/*                                                 */
/*                  LINE-HEIGHT                    */
/*                                                 */
/***************************************************/
.line-height-half {
  line-height: 0.5em;
}

.line-height-six-tenth {
  line-height: 0.6em;
}

.line-height-two-third {
  line-height: 0.66em;
}

.line-height-three-quarters {
  line-height: 0.75em;
}

.line-height-eight-tenth {
  line-height: 0.8em;
}

.line-height-nine-tenth {
  line-height: 0.9em;
}

.line-height-one {
  line-height: 1em;
}

.line-height-one-and-a-tenth {
  line-height: 1.1em;
}

.line-height-one-and-a-fifth {
  line-height: 1.2em;
}

.line-height-one-and-a-quarter {
  line-height: 1.25em;
}

.line-height-one-and-a-third {
  line-height: 1.3em;
}

.line-height-one-and-a-half {
  line-height: 1.5em;
}

.line-height-one-and-two-third {
  line-height: 1.66em;
}

.line-height-one-and-three-quarter {
  line-height: 1.75em;
}

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

.line-height-triple {
  line-height: 3em;
}

@media (min-width: 576px) {
  .line-height-half-sm {
    line-height: 0.5em;
  }
}
@media (min-width: 576px) {
  .line-height-six-tenth-sm {
    line-height: 0.6em;
  }
}
@media (min-width: 576px) {
  .line-height-two-third-sm {
    line-height: 0.66em;
  }
}
@media (min-width: 576px) {
  .line-height-three-quarters-sm {
    line-height: 0.75em;
  }
}
@media (min-width: 576px) {
  .line-height-eight-tenth-sm {
    line-height: 0.8em;
  }
}
@media (min-width: 576px) {
  .line-height-nine-tenth-sm {
    line-height: 0.9em;
  }
}
@media (min-width: 576px) {
  .line-height-one-sm {
    line-height: 1em;
  }
}
@media (min-width: 576px) {
  .line-height-one-and-a-tenth-sm {
    line-height: 1.1em;
  }
}
@media (min-width: 576px) {
  .line-height-one-and-a-fifth-sm {
    line-height: 1.2em;
  }
}
@media (min-width: 576px) {
  .line-height-one-and-a-quarter-sm {
    line-height: 1.25em;
  }
}
@media (min-width: 576px) {
  .line-height-one-and-a-third-sm {
    line-height: 1.3em;
  }
}
@media (min-width: 576px) {
  .line-height-one-and-a-half-sm {
    line-height: 1.5em;
  }
}
@media (min-width: 576px) {
  .line-height-one-and-two-third-sm {
    line-height: 1.66em;
  }
}
@media (min-width: 576px) {
  .line-height-one-and-three-quarter-sm {
    line-height: 1.75em;
  }
}
@media (min-width: 576px) {
  .line-height-double-sm {
    line-height: 2em;
  }
}
@media (min-width: 576px) {
  .line-height-triple-sm {
    line-height: 3em;
  }
}
@media (min-width: 768px) {
  .line-height-half-md {
    line-height: 0.5em;
  }
}
@media (min-width: 768px) {
  .line-height-six-tenth-md {
    line-height: 0.6em;
  }
}
@media (min-width: 768px) {
  .line-height-two-third-md {
    line-height: 0.66em;
  }
}
@media (min-width: 768px) {
  .line-height-three-quarters-md {
    line-height: 0.75em;
  }
}
@media (min-width: 768px) {
  .line-height-eight-tenth-md {
    line-height: 0.8em;
  }
}
@media (min-width: 768px) {
  .line-height-nine-tenth-md {
    line-height: 0.9em;
  }
}
@media (min-width: 768px) {
  .line-height-one-md {
    line-height: 1em;
  }
}
@media (min-width: 768px) {
  .line-height-one-and-a-tenth-md {
    line-height: 1.1em;
  }
}
@media (min-width: 768px) {
  .line-height-one-and-a-fifth-md {
    line-height: 1.2em;
  }
}
@media (min-width: 768px) {
  .line-height-one-and-a-quarter-md {
    line-height: 1.25em;
  }
}
@media (min-width: 768px) {
  .line-height-one-and-a-third-md {
    line-height: 1.3em;
  }
}
@media (min-width: 768px) {
  .line-height-one-and-a-half-md {
    line-height: 1.5em;
  }
}
@media (min-width: 768px) {
  .line-height-one-and-two-third-md {
    line-height: 1.66em;
  }
}
@media (min-width: 768px) {
  .line-height-one-and-three-quarter-md {
    line-height: 1.75em;
  }
}
@media (min-width: 768px) {
  .line-height-double-md {
    line-height: 2em;
  }
}
@media (min-width: 768px) {
  .line-height-triple-md {
    line-height: 3em;
  }
}
@media (min-width: 992px) {
  .line-height-half-lg {
    line-height: 0.5em;
  }
}
@media (min-width: 992px) {
  .line-height-six-tenth-lg {
    line-height: 0.6em;
  }
}
@media (min-width: 992px) {
  .line-height-two-third-lg {
    line-height: 0.66em;
  }
}
@media (min-width: 992px) {
  .line-height-three-quarters-lg {
    line-height: 0.75em;
  }
}
@media (min-width: 992px) {
  .line-height-eight-tenth-lg {
    line-height: 0.8em;
  }
}
@media (min-width: 992px) {
  .line-height-nine-tenth-lg {
    line-height: 0.9em;
  }
}
@media (min-width: 992px) {
  .line-height-one-lg {
    line-height: 1em;
  }
}
@media (min-width: 992px) {
  .line-height-one-and-a-tenth-lg {
    line-height: 1.1em;
  }
}
@media (min-width: 992px) {
  .line-height-one-and-a-fifth-lg {
    line-height: 1.2em;
  }
}
@media (min-width: 992px) {
  .line-height-one-and-a-quarter-lg {
    line-height: 1.25em;
  }
}
@media (min-width: 992px) {
  .line-height-one-and-a-third-lg {
    line-height: 1.3em;
  }
}
@media (min-width: 992px) {
  .line-height-one-and-a-half-lg {
    line-height: 1.5em;
  }
}
@media (min-width: 992px) {
  .line-height-one-and-two-third-lg {
    line-height: 1.66em;
  }
}
@media (min-width: 992px) {
  .line-height-one-and-three-quarter-lg {
    line-height: 1.75em;
  }
}
@media (min-width: 992px) {
  .line-height-double-lg {
    line-height: 2em;
  }
}
@media (min-width: 992px) {
  .line-height-triple-lg {
    line-height: 3em;
  }
}
@media (min-width: 1200px) {
  .line-height-half-xl {
    line-height: 0.5em;
  }
}
@media (min-width: 1200px) {
  .line-height-six-tenth-xl {
    line-height: 0.6em;
  }
}
@media (min-width: 1200px) {
  .line-height-two-third-xl {
    line-height: 0.66em;
  }
}
@media (min-width: 1200px) {
  .line-height-three-quarters-xl {
    line-height: 0.75em;
  }
}
@media (min-width: 1200px) {
  .line-height-eight-tenth-xl {
    line-height: 0.8em;
  }
}
@media (min-width: 1200px) {
  .line-height-nine-tenth-xl {
    line-height: 0.9em;
  }
}
@media (min-width: 1200px) {
  .line-height-one-xl {
    line-height: 1em;
  }
}
@media (min-width: 1200px) {
  .line-height-one-and-a-tenth-xl {
    line-height: 1.1em;
  }
}
@media (min-width: 1200px) {
  .line-height-one-and-a-fifth-xl {
    line-height: 1.2em;
  }
}
@media (min-width: 1200px) {
  .line-height-one-and-a-quarter-xl {
    line-height: 1.25em;
  }
}
@media (min-width: 1200px) {
  .line-height-one-and-a-third-xl {
    line-height: 1.3em;
  }
}
@media (min-width: 1200px) {
  .line-height-one-and-a-half-xl {
    line-height: 1.5em;
  }
}
@media (min-width: 1200px) {
  .line-height-one-and-two-third-xl {
    line-height: 1.66em;
  }
}
@media (min-width: 1200px) {
  .line-height-one-and-three-quarter-xl {
    line-height: 1.75em;
  }
}
@media (min-width: 1200px) {
  .line-height-double-xl {
    line-height: 2em;
  }
}
@media (min-width: 1200px) {
  .line-height-triple-xl {
    line-height: 3em;
  }
}
/***************************************************/
/*                                                 */
/*                   FONT-SIZE                     */
/*                                                 */
/***************************************************/
.text-half {
  font-size: 0.5em;
}

.text-six-tenth {
  font-size: 0.6em;
}

.text-two-third {
  font-size: 0.66em;
}

.text-three-quarters {
  font-size: 0.75em;
}

.text-eight-tenth {
  font-size: 0.8em;
}

.text-nine-tenth {
  font-size: 0.9em;
}

.text-one {
  font-size: 1em;
}

.text-one-and-a-tenth {
  font-size: 1.1em;
}

.text-one-and-a-fifth {
  font-size: 1.2em;
}

.text-one-and-a-quarter {
  font-size: 1.25em;
}

.text-one-and-a-third {
  font-size: 1.3em;
}

.text-one-and-a-half {
  font-size: 1.5em;
}

.text-one-and-two-third {
  font-size: 1.66em;
}

.text-one-and-three-quarter {
  font-size: 1.75em;
}

.text-double {
  font-size: 2em;
}

.text-triple {
  font-size: 3em;
}

@media (min-width: 576px) {
  .text-half-sm {
    font-size: 0.5em;
  }
}
@media (min-width: 576px) {
  .text-six-tenth-sm {
    font-size: 0.6em;
  }
}
@media (min-width: 576px) {
  .text-two-third-sm {
    font-size: 0.66em;
  }
}
@media (min-width: 576px) {
  .text-three-quarters-sm {
    font-size: 0.75em;
  }
}
@media (min-width: 576px) {
  .text-eight-tenth-sm {
    font-size: 0.8em;
  }
}
@media (min-width: 576px) {
  .text-nine-tenth-sm {
    font-size: 0.9em;
  }
}
@media (min-width: 576px) {
  .text-one-sm {
    font-size: 1em;
  }
}
@media (min-width: 576px) {
  .text-one-and-a-tenth-sm {
    font-size: 1.1em;
  }
}
@media (min-width: 576px) {
  .text-one-and-a-fifth-sm {
    font-size: 1.2em;
  }
}
@media (min-width: 576px) {
  .text-one-and-a-quarter-sm {
    font-size: 1.25em;
  }
}
@media (min-width: 576px) {
  .text-one-and-a-third-sm {
    font-size: 1.3em;
  }
}
@media (min-width: 576px) {
  .text-one-and-a-half-sm {
    font-size: 1.5em;
  }
}
@media (min-width: 576px) {
  .text-one-and-two-third-sm {
    font-size: 1.66em;
  }
}
@media (min-width: 576px) {
  .text-one-and-three-quarter-sm {
    font-size: 1.75em;
  }
}
@media (min-width: 576px) {
  .text-double-sm {
    font-size: 2em;
  }
}
@media (min-width: 576px) {
  .text-triple-sm {
    font-size: 3em;
  }
}
@media (min-width: 768px) {
  .text-half-md {
    font-size: 0.5em;
  }
}
@media (min-width: 768px) {
  .text-six-tenth-md {
    font-size: 0.6em;
  }
}
@media (min-width: 768px) {
  .text-two-third-md {
    font-size: 0.66em;
  }
}
@media (min-width: 768px) {
  .text-three-quarters-md {
    font-size: 0.75em;
  }
}
@media (min-width: 768px) {
  .text-eight-tenth-md {
    font-size: 0.8em;
  }
}
@media (min-width: 768px) {
  .text-nine-tenth-md {
    font-size: 0.9em;
  }
}
@media (min-width: 768px) {
  .text-one-md {
    font-size: 1em;
  }
}
@media (min-width: 768px) {
  .text-one-and-a-tenth-md {
    font-size: 1.1em;
  }
}
@media (min-width: 768px) {
  .text-one-and-a-fifth-md {
    font-size: 1.2em;
  }
}
@media (min-width: 768px) {
  .text-one-and-a-quarter-md {
    font-size: 1.25em;
  }
}
@media (min-width: 768px) {
  .text-one-and-a-third-md {
    font-size: 1.3em;
  }
}
@media (min-width: 768px) {
  .text-one-and-a-half-md {
    font-size: 1.5em;
  }
}
@media (min-width: 768px) {
  .text-one-and-two-third-md {
    font-size: 1.66em;
  }
}
@media (min-width: 768px) {
  .text-one-and-three-quarter-md {
    font-size: 1.75em;
  }
}
@media (min-width: 768px) {
  .text-double-md {
    font-size: 2em;
  }
}
@media (min-width: 768px) {
  .text-triple-md {
    font-size: 3em;
  }
}
@media (min-width: 992px) {
  .text-half-lg {
    font-size: 0.5em;
  }
}
@media (min-width: 992px) {
  .text-six-tenth-lg {
    font-size: 0.6em;
  }
}
@media (min-width: 992px) {
  .text-two-third-lg {
    font-size: 0.66em;
  }
}
@media (min-width: 992px) {
  .text-three-quarters-lg {
    font-size: 0.75em;
  }
}
@media (min-width: 992px) {
  .text-eight-tenth-lg {
    font-size: 0.8em;
  }
}
@media (min-width: 992px) {
  .text-nine-tenth-lg {
    font-size: 0.9em;
  }
}
@media (min-width: 992px) {
  .text-one-lg {
    font-size: 1em;
  }
}
@media (min-width: 992px) {
  .text-one-and-a-tenth-lg {
    font-size: 1.1em;
  }
}
@media (min-width: 992px) {
  .text-one-and-a-fifth-lg {
    font-size: 1.2em;
  }
}
@media (min-width: 992px) {
  .text-one-and-a-quarter-lg {
    font-size: 1.25em;
  }
}
@media (min-width: 992px) {
  .text-one-and-a-third-lg {
    font-size: 1.3em;
  }
}
@media (min-width: 992px) {
  .text-one-and-a-half-lg {
    font-size: 1.5em;
  }
}
@media (min-width: 992px) {
  .text-one-and-two-third-lg {
    font-size: 1.66em;
  }
}
@media (min-width: 992px) {
  .text-one-and-three-quarter-lg {
    font-size: 1.75em;
  }
}
@media (min-width: 992px) {
  .text-double-lg {
    font-size: 2em;
  }
}
@media (min-width: 992px) {
  .text-triple-lg {
    font-size: 3em;
  }
}
@media (min-width: 1200px) {
  .text-half-xl {
    font-size: 0.5em;
  }
}
@media (min-width: 1200px) {
  .text-six-tenth-xl {
    font-size: 0.6em;
  }
}
@media (min-width: 1200px) {
  .text-two-third-xl {
    font-size: 0.66em;
  }
}
@media (min-width: 1200px) {
  .text-three-quarters-xl {
    font-size: 0.75em;
  }
}
@media (min-width: 1200px) {
  .text-eight-tenth-xl {
    font-size: 0.8em;
  }
}
@media (min-width: 1200px) {
  .text-nine-tenth-xl {
    font-size: 0.9em;
  }
}
@media (min-width: 1200px) {
  .text-one-xl {
    font-size: 1em;
  }
}
@media (min-width: 1200px) {
  .text-one-and-a-tenth-xl {
    font-size: 1.1em;
  }
}
@media (min-width: 1200px) {
  .text-one-and-a-fifth-xl {
    font-size: 1.2em;
  }
}
@media (min-width: 1200px) {
  .text-one-and-a-quarter-xl {
    font-size: 1.25em;
  }
}
@media (min-width: 1200px) {
  .text-one-and-a-third-xl {
    font-size: 1.3em;
  }
}
@media (min-width: 1200px) {
  .text-one-and-a-half-xl {
    font-size: 1.5em;
  }
}
@media (min-width: 1200px) {
  .text-one-and-two-third-xl {
    font-size: 1.66em;
  }
}
@media (min-width: 1200px) {
  .text-one-and-three-quarter-xl {
    font-size: 1.75em;
  }
}
@media (min-width: 1200px) {
  .text-double-xl {
    font-size: 2em;
  }
}
@media (min-width: 1200px) {
  .text-triple-xl {
    font-size: 3em;
  }
}
.text-underline {
  text-decoration: underline;
}

.text-underline-no {
  text-decoration: none;
}

/***************************************************/
/*                                                 */
/*                  HEIGHT / WIDTH                 */
/*                                                 */
/***************************************************/
@media (min-width: 0) {
  .height-0 {
    height: 0px;
  }

  .width-0 {
    width: 0px;
  }
}
@media (min-width: 0) {
  .height-5 {
    height: 5px;
  }

  .width-5 {
    width: 5px;
  }
}
@media (min-width: 0) {
  .height-10 {
    height: 10px;
  }

  .width-10 {
    width: 10px;
  }
}
@media (min-width: 0) {
  .height-15 {
    height: 15px;
  }

  .width-15 {
    width: 15px;
  }
}
@media (min-width: 0) {
  .height-20 {
    height: 20px;
  }

  .width-20 {
    width: 20px;
  }
}
@media (min-width: 0) {
  .height-25 {
    height: 25px;
  }

  .width-25 {
    width: 25px;
  }
}
@media (min-width: 0) {
  .height-30 {
    height: 30px;
  }

  .width-30 {
    width: 30px;
  }
}
@media (min-width: 0) {
  .height-35 {
    height: 35px;
  }

  .width-35 {
    width: 35px;
  }
}
@media (min-width: 0) {
  .height-40 {
    height: 40px;
  }

  .width-40 {
    width: 40px;
  }
}
@media (min-width: 0) {
  .height-45 {
    height: 45px;
  }

  .width-45 {
    width: 45px;
  }
}
@media (min-width: 0) {
  .height-50 {
    height: 50px;
  }

  .width-50 {
    width: 50px;
  }
}
@media (min-width: 0) {
  .height-60 {
    height: 60px;
  }

  .width-60 {
    width: 60px;
  }
}
@media (min-width: 0) {
  .height-70 {
    height: 70px;
  }

  .width-70 {
    width: 70px;
  }
}
@media (min-width: 0) {
  .height-80 {
    height: 80px;
  }

  .width-80 {
    width: 80px;
  }
}
@media (min-width: 0) {
  .height-90 {
    height: 90px;
  }

  .width-90 {
    width: 90px;
  }
}
@media (min-width: 0) {
  .height-100 {
    height: 100px;
  }

  .width-100 {
    width: 100px;
  }
}
@media (min-width: 0) {
  .height-110 {
    height: 110px;
  }

  .width-110 {
    width: 110px;
  }
}
@media (min-width: 0) {
  .height-120 {
    height: 120px;
  }

  .width-120 {
    width: 120px;
  }
}
@media (min-width: 0) {
  .height-130 {
    height: 130px;
  }

  .width-130 {
    width: 130px;
  }
}
@media (min-width: 0) {
  .height-140 {
    height: 140px;
  }

  .width-140 {
    width: 140px;
  }
}
@media (min-width: 0) {
  .height-150 {
    height: 150px;
  }

  .width-150 {
    width: 150px;
  }
}
@media (min-width: 0) {
  .height-160 {
    height: 160px;
  }

  .width-160 {
    width: 160px;
  }
}
@media (min-width: 0) {
  .height-170 {
    height: 170px;
  }

  .width-170 {
    width: 170px;
  }
}
@media (min-width: 0) {
  .height-180 {
    height: 180px;
  }

  .width-180 {
    width: 180px;
  }
}
@media (min-width: 0) {
  .height-190 {
    height: 190px;
  }

  .width-190 {
    width: 190px;
  }
}
@media (min-width: 0) {
  .height-200 {
    height: 200px;
  }

  .width-200 {
    width: 200px;
  }
}
@media (min-width: 0) {
  .height-210 {
    height: 210px;
  }

  .width-210 {
    width: 210px;
  }
}
@media (min-width: 0) {
  .height-220 {
    height: 220px;
  }

  .width-220 {
    width: 220px;
  }
}
@media (min-width: 0) {
  .height-230 {
    height: 230px;
  }

  .width-230 {
    width: 230px;
  }
}
@media (min-width: 0) {
  .height-240 {
    height: 240px;
  }

  .width-240 {
    width: 240px;
  }
}
@media (min-width: 0) {
  .height-250 {
    height: 250px;
  }

  .width-250 {
    width: 250px;
  }
}
@media (min-width: 0) {
  .height-260 {
    height: 260px;
  }

  .width-260 {
    width: 260px;
  }
}
@media (min-width: 0) {
  .height-270 {
    height: 270px;
  }

  .width-270 {
    width: 270px;
  }
}
@media (min-width: 0) {
  .height-280 {
    height: 280px;
  }

  .width-280 {
    width: 280px;
  }
}
@media (min-width: 0) {
  .height-290 {
    height: 290px;
  }

  .width-290 {
    width: 290px;
  }
}
@media (min-width: 0) {
  .height-300 {
    height: 300px;
  }

  .width-300 {
    width: 300px;
  }
}
@media (min-width: 0) {
  .height-310 {
    height: 310px;
  }

  .width-310 {
    width: 310px;
  }
}
@media (min-width: 0) {
  .height-320 {
    height: 320px;
  }

  .width-320 {
    width: 320px;
  }
}
@media (min-width: 0) {
  .height-330 {
    height: 330px;
  }

  .width-330 {
    width: 330px;
  }
}
@media (min-width: 0) {
  .height-340 {
    height: 340px;
  }

  .width-340 {
    width: 340px;
  }
}
@media (min-width: 0) {
  .height-350 {
    height: 350px;
  }

  .width-350 {
    width: 350px;
  }
}
@media (min-width: 0) {
  .height-360 {
    height: 360px;
  }

  .width-360 {
    width: 360px;
  }
}
@media (min-width: 0) {
  .height-370 {
    height: 370px;
  }

  .width-370 {
    width: 370px;
  }
}
@media (min-width: 0) {
  .height-380 {
    height: 380px;
  }

  .width-380 {
    width: 380px;
  }
}
@media (min-width: 0) {
  .height-390 {
    height: 390px;
  }

  .width-390 {
    width: 390px;
  }
}
@media (min-width: 0) {
  .height-400 {
    height: 400px;
  }

  .width-400 {
    width: 400px;
  }
}
@media (min-width: 0) {
  .height-450 {
    height: 450px;
  }

  .width-450 {
    width: 450px;
  }
}
@media (min-width: 0) {
  .height-500 {
    height: 500px;
  }

  .width-500 {
    width: 500px;
  }
}
@media (min-width: 0) {
  .height-550 {
    height: 550px;
  }

  .width-550 {
    width: 550px;
  }
}
@media (min-width: 0) {
  .height-600 {
    height: 600px;
  }

  .width-600 {
    width: 600px;
  }
}
@media (min-width: 0) {
  .height-650 {
    height: 650px;
  }

  .width-650 {
    width: 650px;
  }
}
@media (min-width: 0) {
  .height-700 {
    height: 700px;
  }

  .width-700 {
    width: 700px;
  }
}
@media (min-width: 0) {
  .height-750 {
    height: 750px;
  }

  .width-750 {
    width: 750px;
  }
}
@media (min-width: 0) {
  .height-800 {
    height: 800px;
  }

  .width-800 {
    width: 800px;
  }
}
@media (min-width: 0) {
  .height-850 {
    height: 850px;
  }

  .width-850 {
    width: 850px;
  }
}
@media (min-width: 0) {
  .height-900 {
    height: 900px;
  }

  .width-900 {
    width: 900px;
  }
}
@media (min-width: 0) {
  .height-950 {
    height: 950px;
  }

  .width-950 {
    width: 950px;
  }
}
@media (min-width: 0) {
  .height-1000 {
    height: 1000px;
  }

  .width-1000 {
    width: 1000px;
  }
}
@media (min-width: 576px) {
  .height-0-sm {
    height: 0px;
  }

  .width-0-sm {
    width: 0px;
  }
}
@media (min-width: 576px) {
  .height-5-sm {
    height: 5px;
  }

  .width-5-sm {
    width: 5px;
  }
}
@media (min-width: 576px) {
  .height-10-sm {
    height: 10px;
  }

  .width-10-sm {
    width: 10px;
  }
}
@media (min-width: 576px) {
  .height-15-sm {
    height: 15px;
  }

  .width-15-sm {
    width: 15px;
  }
}
@media (min-width: 576px) {
  .height-20-sm {
    height: 20px;
  }

  .width-20-sm {
    width: 20px;
  }
}
@media (min-width: 576px) {
  .height-25-sm {
    height: 25px;
  }

  .width-25-sm {
    width: 25px;
  }
}
@media (min-width: 576px) {
  .height-30-sm {
    height: 30px;
  }

  .width-30-sm {
    width: 30px;
  }
}
@media (min-width: 576px) {
  .height-35-sm {
    height: 35px;
  }

  .width-35-sm {
    width: 35px;
  }
}
@media (min-width: 576px) {
  .height-40-sm {
    height: 40px;
  }

  .width-40-sm {
    width: 40px;
  }
}
@media (min-width: 576px) {
  .height-45-sm {
    height: 45px;
  }

  .width-45-sm {
    width: 45px;
  }
}
@media (min-width: 576px) {
  .height-50-sm {
    height: 50px;
  }

  .width-50-sm {
    width: 50px;
  }
}
@media (min-width: 576px) {
  .height-60-sm {
    height: 60px;
  }

  .width-60-sm {
    width: 60px;
  }
}
@media (min-width: 576px) {
  .height-70-sm {
    height: 70px;
  }

  .width-70-sm {
    width: 70px;
  }
}
@media (min-width: 576px) {
  .height-80-sm {
    height: 80px;
  }

  .width-80-sm {
    width: 80px;
  }
}
@media (min-width: 576px) {
  .height-90-sm {
    height: 90px;
  }

  .width-90-sm {
    width: 90px;
  }
}
@media (min-width: 576px) {
  .height-100-sm {
    height: 100px;
  }

  .width-100-sm {
    width: 100px;
  }
}
@media (min-width: 576px) {
  .height-110-sm {
    height: 110px;
  }

  .width-110-sm {
    width: 110px;
  }
}
@media (min-width: 576px) {
  .height-120-sm {
    height: 120px;
  }

  .width-120-sm {
    width: 120px;
  }
}
@media (min-width: 576px) {
  .height-130-sm {
    height: 130px;
  }

  .width-130-sm {
    width: 130px;
  }
}
@media (min-width: 576px) {
  .height-140-sm {
    height: 140px;
  }

  .width-140-sm {
    width: 140px;
  }
}
@media (min-width: 576px) {
  .height-150-sm {
    height: 150px;
  }

  .width-150-sm {
    width: 150px;
  }
}
@media (min-width: 576px) {
  .height-160-sm {
    height: 160px;
  }

  .width-160-sm {
    width: 160px;
  }
}
@media (min-width: 576px) {
  .height-170-sm {
    height: 170px;
  }

  .width-170-sm {
    width: 170px;
  }
}
@media (min-width: 576px) {
  .height-180-sm {
    height: 180px;
  }

  .width-180-sm {
    width: 180px;
  }
}
@media (min-width: 576px) {
  .height-190-sm {
    height: 190px;
  }

  .width-190-sm {
    width: 190px;
  }
}
@media (min-width: 576px) {
  .height-200-sm {
    height: 200px;
  }

  .width-200-sm {
    width: 200px;
  }
}
@media (min-width: 576px) {
  .height-210-sm {
    height: 210px;
  }

  .width-210-sm {
    width: 210px;
  }
}
@media (min-width: 576px) {
  .height-220-sm {
    height: 220px;
  }

  .width-220-sm {
    width: 220px;
  }
}
@media (min-width: 576px) {
  .height-230-sm {
    height: 230px;
  }

  .width-230-sm {
    width: 230px;
  }
}
@media (min-width: 576px) {
  .height-240-sm {
    height: 240px;
  }

  .width-240-sm {
    width: 240px;
  }
}
@media (min-width: 576px) {
  .height-250-sm {
    height: 250px;
  }

  .width-250-sm {
    width: 250px;
  }
}
@media (min-width: 576px) {
  .height-260-sm {
    height: 260px;
  }

  .width-260-sm {
    width: 260px;
  }
}
@media (min-width: 576px) {
  .height-270-sm {
    height: 270px;
  }

  .width-270-sm {
    width: 270px;
  }
}
@media (min-width: 576px) {
  .height-280-sm {
    height: 280px;
  }

  .width-280-sm {
    width: 280px;
  }
}
@media (min-width: 576px) {
  .height-290-sm {
    height: 290px;
  }

  .width-290-sm {
    width: 290px;
  }
}
@media (min-width: 576px) {
  .height-300-sm {
    height: 300px;
  }

  .width-300-sm {
    width: 300px;
  }
}
@media (min-width: 576px) {
  .height-310-sm {
    height: 310px;
  }

  .width-310-sm {
    width: 310px;
  }
}
@media (min-width: 576px) {
  .height-320-sm {
    height: 320px;
  }

  .width-320-sm {
    width: 320px;
  }
}
@media (min-width: 576px) {
  .height-330-sm {
    height: 330px;
  }

  .width-330-sm {
    width: 330px;
  }
}
@media (min-width: 576px) {
  .height-340-sm {
    height: 340px;
  }

  .width-340-sm {
    width: 340px;
  }
}
@media (min-width: 576px) {
  .height-350-sm {
    height: 350px;
  }

  .width-350-sm {
    width: 350px;
  }
}
@media (min-width: 576px) {
  .height-360-sm {
    height: 360px;
  }

  .width-360-sm {
    width: 360px;
  }
}
@media (min-width: 576px) {
  .height-370-sm {
    height: 370px;
  }

  .width-370-sm {
    width: 370px;
  }
}
@media (min-width: 576px) {
  .height-380-sm {
    height: 380px;
  }

  .width-380-sm {
    width: 380px;
  }
}
@media (min-width: 576px) {
  .height-390-sm {
    height: 390px;
  }

  .width-390-sm {
    width: 390px;
  }
}
@media (min-width: 576px) {
  .height-400-sm {
    height: 400px;
  }

  .width-400-sm {
    width: 400px;
  }
}
@media (min-width: 576px) {
  .height-450-sm {
    height: 450px;
  }

  .width-450-sm {
    width: 450px;
  }
}
@media (min-width: 576px) {
  .height-500-sm {
    height: 500px;
  }

  .width-500-sm {
    width: 500px;
  }
}
@media (min-width: 576px) {
  .height-550-sm {
    height: 550px;
  }

  .width-550-sm {
    width: 550px;
  }
}
@media (min-width: 576px) {
  .height-600-sm {
    height: 600px;
  }

  .width-600-sm {
    width: 600px;
  }
}
@media (min-width: 576px) {
  .height-650-sm {
    height: 650px;
  }

  .width-650-sm {
    width: 650px;
  }
}
@media (min-width: 576px) {
  .height-700-sm {
    height: 700px;
  }

  .width-700-sm {
    width: 700px;
  }
}
@media (min-width: 576px) {
  .height-750-sm {
    height: 750px;
  }

  .width-750-sm {
    width: 750px;
  }
}
@media (min-width: 576px) {
  .height-800-sm {
    height: 800px;
  }

  .width-800-sm {
    width: 800px;
  }
}
@media (min-width: 576px) {
  .height-850-sm {
    height: 850px;
  }

  .width-850-sm {
    width: 850px;
  }
}
@media (min-width: 576px) {
  .height-900-sm {
    height: 900px;
  }

  .width-900-sm {
    width: 900px;
  }
}
@media (min-width: 576px) {
  .height-950-sm {
    height: 950px;
  }

  .width-950-sm {
    width: 950px;
  }
}
@media (min-width: 576px) {
  .height-1000-sm {
    height: 1000px;
  }

  .width-1000-sm {
    width: 1000px;
  }
}
@media (min-width: 768px) {
  .height-0-md {
    height: 0px;
  }

  .width-0-md {
    width: 0px;
  }
}
@media (min-width: 768px) {
  .height-5-md {
    height: 5px;
  }

  .width-5-md {
    width: 5px;
  }
}
@media (min-width: 768px) {
  .height-10-md {
    height: 10px;
  }

  .width-10-md {
    width: 10px;
  }
}
@media (min-width: 768px) {
  .height-15-md {
    height: 15px;
  }

  .width-15-md {
    width: 15px;
  }
}
@media (min-width: 768px) {
  .height-20-md {
    height: 20px;
  }

  .width-20-md {
    width: 20px;
  }
}
@media (min-width: 768px) {
  .height-25-md {
    height: 25px;
  }

  .width-25-md {
    width: 25px;
  }
}
@media (min-width: 768px) {
  .height-30-md {
    height: 30px;
  }

  .width-30-md {
    width: 30px;
  }
}
@media (min-width: 768px) {
  .height-35-md {
    height: 35px;
  }

  .width-35-md {
    width: 35px;
  }
}
@media (min-width: 768px) {
  .height-40-md {
    height: 40px;
  }

  .width-40-md {
    width: 40px;
  }
}
@media (min-width: 768px) {
  .height-45-md {
    height: 45px;
  }

  .width-45-md {
    width: 45px;
  }
}
@media (min-width: 768px) {
  .height-50-md {
    height: 50px;
  }

  .width-50-md {
    width: 50px;
  }
}
@media (min-width: 768px) {
  .height-60-md {
    height: 60px;
  }

  .width-60-md {
    width: 60px;
  }
}
@media (min-width: 768px) {
  .height-70-md {
    height: 70px;
  }

  .width-70-md {
    width: 70px;
  }
}
@media (min-width: 768px) {
  .height-80-md {
    height: 80px;
  }

  .width-80-md {
    width: 80px;
  }
}
@media (min-width: 768px) {
  .height-90-md {
    height: 90px;
  }

  .width-90-md {
    width: 90px;
  }
}
@media (min-width: 768px) {
  .height-100-md {
    height: 100px;
  }

  .width-100-md {
    width: 100px;
  }
}
@media (min-width: 768px) {
  .height-110-md {
    height: 110px;
  }

  .width-110-md {
    width: 110px;
  }
}
@media (min-width: 768px) {
  .height-120-md {
    height: 120px;
  }

  .width-120-md {
    width: 120px;
  }
}
@media (min-width: 768px) {
  .height-130-md {
    height: 130px;
  }

  .width-130-md {
    width: 130px;
  }
}
@media (min-width: 768px) {
  .height-140-md {
    height: 140px;
  }

  .width-140-md {
    width: 140px;
  }
}
@media (min-width: 768px) {
  .height-150-md {
    height: 150px;
  }

  .width-150-md {
    width: 150px;
  }
}
@media (min-width: 768px) {
  .height-160-md {
    height: 160px;
  }

  .width-160-md {
    width: 160px;
  }
}
@media (min-width: 768px) {
  .height-170-md {
    height: 170px;
  }

  .width-170-md {
    width: 170px;
  }
}
@media (min-width: 768px) {
  .height-180-md {
    height: 180px;
  }

  .width-180-md {
    width: 180px;
  }
}
@media (min-width: 768px) {
  .height-190-md {
    height: 190px;
  }

  .width-190-md {
    width: 190px;
  }
}
@media (min-width: 768px) {
  .height-200-md {
    height: 200px;
  }

  .width-200-md {
    width: 200px;
  }
}
@media (min-width: 768px) {
  .height-210-md {
    height: 210px;
  }

  .width-210-md {
    width: 210px;
  }
}
@media (min-width: 768px) {
  .height-220-md {
    height: 220px;
  }

  .width-220-md {
    width: 220px;
  }
}
@media (min-width: 768px) {
  .height-230-md {
    height: 230px;
  }

  .width-230-md {
    width: 230px;
  }
}
@media (min-width: 768px) {
  .height-240-md {
    height: 240px;
  }

  .width-240-md {
    width: 240px;
  }
}
@media (min-width: 768px) {
  .height-250-md {
    height: 250px;
  }

  .width-250-md {
    width: 250px;
  }
}
@media (min-width: 768px) {
  .height-260-md {
    height: 260px;
  }

  .width-260-md {
    width: 260px;
  }
}
@media (min-width: 768px) {
  .height-270-md {
    height: 270px;
  }

  .width-270-md {
    width: 270px;
  }
}
@media (min-width: 768px) {
  .height-280-md {
    height: 280px;
  }

  .width-280-md {
    width: 280px;
  }
}
@media (min-width: 768px) {
  .height-290-md {
    height: 290px;
  }

  .width-290-md {
    width: 290px;
  }
}
@media (min-width: 768px) {
  .height-300-md {
    height: 300px;
  }

  .width-300-md {
    width: 300px;
  }
}
@media (min-width: 768px) {
  .height-310-md {
    height: 310px;
  }

  .width-310-md {
    width: 310px;
  }
}
@media (min-width: 768px) {
  .height-320-md {
    height: 320px;
  }

  .width-320-md {
    width: 320px;
  }
}
@media (min-width: 768px) {
  .height-330-md {
    height: 330px;
  }

  .width-330-md {
    width: 330px;
  }
}
@media (min-width: 768px) {
  .height-340-md {
    height: 340px;
  }

  .width-340-md {
    width: 340px;
  }
}
@media (min-width: 768px) {
  .height-350-md {
    height: 350px;
  }

  .width-350-md {
    width: 350px;
  }
}
@media (min-width: 768px) {
  .height-360-md {
    height: 360px;
  }

  .width-360-md {
    width: 360px;
  }
}
@media (min-width: 768px) {
  .height-370-md {
    height: 370px;
  }

  .width-370-md {
    width: 370px;
  }
}
@media (min-width: 768px) {
  .height-380-md {
    height: 380px;
  }

  .width-380-md {
    width: 380px;
  }
}
@media (min-width: 768px) {
  .height-390-md {
    height: 390px;
  }

  .width-390-md {
    width: 390px;
  }
}
@media (min-width: 768px) {
  .height-400-md {
    height: 400px;
  }

  .width-400-md {
    width: 400px;
  }
}
@media (min-width: 768px) {
  .height-450-md {
    height: 450px;
  }

  .width-450-md {
    width: 450px;
  }
}
@media (min-width: 768px) {
  .height-500-md {
    height: 500px;
  }

  .width-500-md {
    width: 500px;
  }
}
@media (min-width: 768px) {
  .height-550-md {
    height: 550px;
  }

  .width-550-md {
    width: 550px;
  }
}
@media (min-width: 768px) {
  .height-600-md {
    height: 600px;
  }

  .width-600-md {
    width: 600px;
  }
}
@media (min-width: 768px) {
  .height-650-md {
    height: 650px;
  }

  .width-650-md {
    width: 650px;
  }
}
@media (min-width: 768px) {
  .height-700-md {
    height: 700px;
  }

  .width-700-md {
    width: 700px;
  }
}
@media (min-width: 768px) {
  .height-750-md {
    height: 750px;
  }

  .width-750-md {
    width: 750px;
  }
}
@media (min-width: 768px) {
  .height-800-md {
    height: 800px;
  }

  .width-800-md {
    width: 800px;
  }
}
@media (min-width: 768px) {
  .height-850-md {
    height: 850px;
  }

  .width-850-md {
    width: 850px;
  }
}
@media (min-width: 768px) {
  .height-900-md {
    height: 900px;
  }

  .width-900-md {
    width: 900px;
  }
}
@media (min-width: 768px) {
  .height-950-md {
    height: 950px;
  }

  .width-950-md {
    width: 950px;
  }
}
@media (min-width: 768px) {
  .height-1000-md {
    height: 1000px;
  }

  .width-1000-md {
    width: 1000px;
  }
}
@media (min-width: 992px) {
  .height-0-lg {
    height: 0px;
  }

  .width-0-lg {
    width: 0px;
  }
}
@media (min-width: 992px) {
  .height-5-lg {
    height: 5px;
  }

  .width-5-lg {
    width: 5px;
  }
}
@media (min-width: 992px) {
  .height-10-lg {
    height: 10px;
  }

  .width-10-lg {
    width: 10px;
  }
}
@media (min-width: 992px) {
  .height-15-lg {
    height: 15px;
  }

  .width-15-lg {
    width: 15px;
  }
}
@media (min-width: 992px) {
  .height-20-lg {
    height: 20px;
  }

  .width-20-lg {
    width: 20px;
  }
}
@media (min-width: 992px) {
  .height-25-lg {
    height: 25px;
  }

  .width-25-lg {
    width: 25px;
  }
}
@media (min-width: 992px) {
  .height-30-lg {
    height: 30px;
  }

  .width-30-lg {
    width: 30px;
  }
}
@media (min-width: 992px) {
  .height-35-lg {
    height: 35px;
  }

  .width-35-lg {
    width: 35px;
  }
}
@media (min-width: 992px) {
  .height-40-lg {
    height: 40px;
  }

  .width-40-lg {
    width: 40px;
  }
}
@media (min-width: 992px) {
  .height-45-lg {
    height: 45px;
  }

  .width-45-lg {
    width: 45px;
  }
}
@media (min-width: 992px) {
  .height-50-lg {
    height: 50px;
  }

  .width-50-lg {
    width: 50px;
  }
}
@media (min-width: 992px) {
  .height-60-lg {
    height: 60px;
  }

  .width-60-lg {
    width: 60px;
  }
}
@media (min-width: 992px) {
  .height-70-lg {
    height: 70px;
  }

  .width-70-lg {
    width: 70px;
  }
}
@media (min-width: 992px) {
  .height-80-lg {
    height: 80px;
  }

  .width-80-lg {
    width: 80px;
  }
}
@media (min-width: 992px) {
  .height-90-lg {
    height: 90px;
  }

  .width-90-lg {
    width: 90px;
  }
}
@media (min-width: 992px) {
  .height-100-lg {
    height: 100px;
  }

  .width-100-lg {
    width: 100px;
  }
}
@media (min-width: 992px) {
  .height-110-lg {
    height: 110px;
  }

  .width-110-lg {
    width: 110px;
  }
}
@media (min-width: 992px) {
  .height-120-lg {
    height: 120px;
  }

  .width-120-lg {
    width: 120px;
  }
}
@media (min-width: 992px) {
  .height-130-lg {
    height: 130px;
  }

  .width-130-lg {
    width: 130px;
  }
}
@media (min-width: 992px) {
  .height-140-lg {
    height: 140px;
  }

  .width-140-lg {
    width: 140px;
  }
}
@media (min-width: 992px) {
  .height-150-lg {
    height: 150px;
  }

  .width-150-lg {
    width: 150px;
  }
}
@media (min-width: 992px) {
  .height-160-lg {
    height: 160px;
  }

  .width-160-lg {
    width: 160px;
  }
}
@media (min-width: 992px) {
  .height-170-lg {
    height: 170px;
  }

  .width-170-lg {
    width: 170px;
  }
}
@media (min-width: 992px) {
  .height-180-lg {
    height: 180px;
  }

  .width-180-lg {
    width: 180px;
  }
}
@media (min-width: 992px) {
  .height-190-lg {
    height: 190px;
  }

  .width-190-lg {
    width: 190px;
  }
}
@media (min-width: 992px) {
  .height-200-lg {
    height: 200px;
  }

  .width-200-lg {
    width: 200px;
  }
}
@media (min-width: 992px) {
  .height-210-lg {
    height: 210px;
  }

  .width-210-lg {
    width: 210px;
  }
}
@media (min-width: 992px) {
  .height-220-lg {
    height: 220px;
  }

  .width-220-lg {
    width: 220px;
  }
}
@media (min-width: 992px) {
  .height-230-lg {
    height: 230px;
  }

  .width-230-lg {
    width: 230px;
  }
}
@media (min-width: 992px) {
  .height-240-lg {
    height: 240px;
  }

  .width-240-lg {
    width: 240px;
  }
}
@media (min-width: 992px) {
  .height-250-lg {
    height: 250px;
  }

  .width-250-lg {
    width: 250px;
  }
}
@media (min-width: 992px) {
  .height-260-lg {
    height: 260px;
  }

  .width-260-lg {
    width: 260px;
  }
}
@media (min-width: 992px) {
  .height-270-lg {
    height: 270px;
  }

  .width-270-lg {
    width: 270px;
  }
}
@media (min-width: 992px) {
  .height-280-lg {
    height: 280px;
  }

  .width-280-lg {
    width: 280px;
  }
}
@media (min-width: 992px) {
  .height-290-lg {
    height: 290px;
  }

  .width-290-lg {
    width: 290px;
  }
}
@media (min-width: 992px) {
  .height-300-lg {
    height: 300px;
  }

  .width-300-lg {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .height-310-lg {
    height: 310px;
  }

  .width-310-lg {
    width: 310px;
  }
}
@media (min-width: 992px) {
  .height-320-lg {
    height: 320px;
  }

  .width-320-lg {
    width: 320px;
  }
}
@media (min-width: 992px) {
  .height-330-lg {
    height: 330px;
  }

  .width-330-lg {
    width: 330px;
  }
}
@media (min-width: 992px) {
  .height-340-lg {
    height: 340px;
  }

  .width-340-lg {
    width: 340px;
  }
}
@media (min-width: 992px) {
  .height-350-lg {
    height: 350px;
  }

  .width-350-lg {
    width: 350px;
  }
}
@media (min-width: 992px) {
  .height-360-lg {
    height: 360px;
  }

  .width-360-lg {
    width: 360px;
  }
}
@media (min-width: 992px) {
  .height-370-lg {
    height: 370px;
  }

  .width-370-lg {
    width: 370px;
  }
}
@media (min-width: 992px) {
  .height-380-lg {
    height: 380px;
  }

  .width-380-lg {
    width: 380px;
  }
}
@media (min-width: 992px) {
  .height-390-lg {
    height: 390px;
  }

  .width-390-lg {
    width: 390px;
  }
}
@media (min-width: 992px) {
  .height-400-lg {
    height: 400px;
  }

  .width-400-lg {
    width: 400px;
  }
}
@media (min-width: 992px) {
  .height-450-lg {
    height: 450px;
  }

  .width-450-lg {
    width: 450px;
  }
}
@media (min-width: 992px) {
  .height-500-lg {
    height: 500px;
  }

  .width-500-lg {
    width: 500px;
  }
}
@media (min-width: 992px) {
  .height-550-lg {
    height: 550px;
  }

  .width-550-lg {
    width: 550px;
  }
}
@media (min-width: 992px) {
  .height-600-lg {
    height: 600px;
  }

  .width-600-lg {
    width: 600px;
  }
}
@media (min-width: 992px) {
  .height-650-lg {
    height: 650px;
  }

  .width-650-lg {
    width: 650px;
  }
}
@media (min-width: 992px) {
  .height-700-lg {
    height: 700px;
  }

  .width-700-lg {
    width: 700px;
  }
}
@media (min-width: 992px) {
  .height-750-lg {
    height: 750px;
  }

  .width-750-lg {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .height-800-lg {
    height: 800px;
  }

  .width-800-lg {
    width: 800px;
  }
}
@media (min-width: 992px) {
  .height-850-lg {
    height: 850px;
  }

  .width-850-lg {
    width: 850px;
  }
}
@media (min-width: 992px) {
  .height-900-lg {
    height: 900px;
  }

  .width-900-lg {
    width: 900px;
  }
}
@media (min-width: 992px) {
  .height-950-lg {
    height: 950px;
  }

  .width-950-lg {
    width: 950px;
  }
}
@media (min-width: 992px) {
  .height-1000-lg {
    height: 1000px;
  }

  .width-1000-lg {
    width: 1000px;
  }
}
@media (min-width: 1200px) {
  .height-0-xl {
    height: 0px;
  }

  .width-0-xl {
    width: 0px;
  }
}
@media (min-width: 1200px) {
  .height-5-xl {
    height: 5px;
  }

  .width-5-xl {
    width: 5px;
  }
}
@media (min-width: 1200px) {
  .height-10-xl {
    height: 10px;
  }

  .width-10-xl {
    width: 10px;
  }
}
@media (min-width: 1200px) {
  .height-15-xl {
    height: 15px;
  }

  .width-15-xl {
    width: 15px;
  }
}
@media (min-width: 1200px) {
  .height-20-xl {
    height: 20px;
  }

  .width-20-xl {
    width: 20px;
  }
}
@media (min-width: 1200px) {
  .height-25-xl {
    height: 25px;
  }

  .width-25-xl {
    width: 25px;
  }
}
@media (min-width: 1200px) {
  .height-30-xl {
    height: 30px;
  }

  .width-30-xl {
    width: 30px;
  }
}
@media (min-width: 1200px) {
  .height-35-xl {
    height: 35px;
  }

  .width-35-xl {
    width: 35px;
  }
}
@media (min-width: 1200px) {
  .height-40-xl {
    height: 40px;
  }

  .width-40-xl {
    width: 40px;
  }
}
@media (min-width: 1200px) {
  .height-45-xl {
    height: 45px;
  }

  .width-45-xl {
    width: 45px;
  }
}
@media (min-width: 1200px) {
  .height-50-xl {
    height: 50px;
  }

  .width-50-xl {
    width: 50px;
  }
}
@media (min-width: 1200px) {
  .height-60-xl {
    height: 60px;
  }

  .width-60-xl {
    width: 60px;
  }
}
@media (min-width: 1200px) {
  .height-70-xl {
    height: 70px;
  }

  .width-70-xl {
    width: 70px;
  }
}
@media (min-width: 1200px) {
  .height-80-xl {
    height: 80px;
  }

  .width-80-xl {
    width: 80px;
  }
}
@media (min-width: 1200px) {
  .height-90-xl {
    height: 90px;
  }

  .width-90-xl {
    width: 90px;
  }
}
@media (min-width: 1200px) {
  .height-100-xl {
    height: 100px;
  }

  .width-100-xl {
    width: 100px;
  }
}
@media (min-width: 1200px) {
  .height-110-xl {
    height: 110px;
  }

  .width-110-xl {
    width: 110px;
  }
}
@media (min-width: 1200px) {
  .height-120-xl {
    height: 120px;
  }

  .width-120-xl {
    width: 120px;
  }
}
@media (min-width: 1200px) {
  .height-130-xl {
    height: 130px;
  }

  .width-130-xl {
    width: 130px;
  }
}
@media (min-width: 1200px) {
  .height-140-xl {
    height: 140px;
  }

  .width-140-xl {
    width: 140px;
  }
}
@media (min-width: 1200px) {
  .height-150-xl {
    height: 150px;
  }

  .width-150-xl {
    width: 150px;
  }
}
@media (min-width: 1200px) {
  .height-160-xl {
    height: 160px;
  }

  .width-160-xl {
    width: 160px;
  }
}
@media (min-width: 1200px) {
  .height-170-xl {
    height: 170px;
  }

  .width-170-xl {
    width: 170px;
  }
}
@media (min-width: 1200px) {
  .height-180-xl {
    height: 180px;
  }

  .width-180-xl {
    width: 180px;
  }
}
@media (min-width: 1200px) {
  .height-190-xl {
    height: 190px;
  }

  .width-190-xl {
    width: 190px;
  }
}
@media (min-width: 1200px) {
  .height-200-xl {
    height: 200px;
  }

  .width-200-xl {
    width: 200px;
  }
}
@media (min-width: 1200px) {
  .height-210-xl {
    height: 210px;
  }

  .width-210-xl {
    width: 210px;
  }
}
@media (min-width: 1200px) {
  .height-220-xl {
    height: 220px;
  }

  .width-220-xl {
    width: 220px;
  }
}
@media (min-width: 1200px) {
  .height-230-xl {
    height: 230px;
  }

  .width-230-xl {
    width: 230px;
  }
}
@media (min-width: 1200px) {
  .height-240-xl {
    height: 240px;
  }

  .width-240-xl {
    width: 240px;
  }
}
@media (min-width: 1200px) {
  .height-250-xl {
    height: 250px;
  }

  .width-250-xl {
    width: 250px;
  }
}
@media (min-width: 1200px) {
  .height-260-xl {
    height: 260px;
  }

  .width-260-xl {
    width: 260px;
  }
}
@media (min-width: 1200px) {
  .height-270-xl {
    height: 270px;
  }

  .width-270-xl {
    width: 270px;
  }
}
@media (min-width: 1200px) {
  .height-280-xl {
    height: 280px;
  }

  .width-280-xl {
    width: 280px;
  }
}
@media (min-width: 1200px) {
  .height-290-xl {
    height: 290px;
  }

  .width-290-xl {
    width: 290px;
  }
}
@media (min-width: 1200px) {
  .height-300-xl {
    height: 300px;
  }

  .width-300-xl {
    width: 300px;
  }
}
@media (min-width: 1200px) {
  .height-310-xl {
    height: 310px;
  }

  .width-310-xl {
    width: 310px;
  }
}
@media (min-width: 1200px) {
  .height-320-xl {
    height: 320px;
  }

  .width-320-xl {
    width: 320px;
  }
}
@media (min-width: 1200px) {
  .height-330-xl {
    height: 330px;
  }

  .width-330-xl {
    width: 330px;
  }
}
@media (min-width: 1200px) {
  .height-340-xl {
    height: 340px;
  }

  .width-340-xl {
    width: 340px;
  }
}
@media (min-width: 1200px) {
  .height-350-xl {
    height: 350px;
  }

  .width-350-xl {
    width: 350px;
  }
}
@media (min-width: 1200px) {
  .height-360-xl {
    height: 360px;
  }

  .width-360-xl {
    width: 360px;
  }
}
@media (min-width: 1200px) {
  .height-370-xl {
    height: 370px;
  }

  .width-370-xl {
    width: 370px;
  }
}
@media (min-width: 1200px) {
  .height-380-xl {
    height: 380px;
  }

  .width-380-xl {
    width: 380px;
  }
}
@media (min-width: 1200px) {
  .height-390-xl {
    height: 390px;
  }

  .width-390-xl {
    width: 390px;
  }
}
@media (min-width: 1200px) {
  .height-400-xl {
    height: 400px;
  }

  .width-400-xl {
    width: 400px;
  }
}
@media (min-width: 1200px) {
  .height-450-xl {
    height: 450px;
  }

  .width-450-xl {
    width: 450px;
  }
}
@media (min-width: 1200px) {
  .height-500-xl {
    height: 500px;
  }

  .width-500-xl {
    width: 500px;
  }
}
@media (min-width: 1200px) {
  .height-550-xl {
    height: 550px;
  }

  .width-550-xl {
    width: 550px;
  }
}
@media (min-width: 1200px) {
  .height-600-xl {
    height: 600px;
  }

  .width-600-xl {
    width: 600px;
  }
}
@media (min-width: 1200px) {
  .height-650-xl {
    height: 650px;
  }

  .width-650-xl {
    width: 650px;
  }
}
@media (min-width: 1200px) {
  .height-700-xl {
    height: 700px;
  }

  .width-700-xl {
    width: 700px;
  }
}
@media (min-width: 1200px) {
  .height-750-xl {
    height: 750px;
  }

  .width-750-xl {
    width: 750px;
  }
}
@media (min-width: 1200px) {
  .height-800-xl {
    height: 800px;
  }

  .width-800-xl {
    width: 800px;
  }
}
@media (min-width: 1200px) {
  .height-850-xl {
    height: 850px;
  }

  .width-850-xl {
    width: 850px;
  }
}
@media (min-width: 1200px) {
  .height-900-xl {
    height: 900px;
  }

  .width-900-xl {
    width: 900px;
  }
}
@media (min-width: 1200px) {
  .height-950-xl {
    height: 950px;
  }

  .width-950-xl {
    width: 950px;
  }
}
@media (min-width: 1200px) {
  .height-1000-xl {
    height: 1000px;
  }

  .width-1000-xl {
    width: 1000px;
  }
}
.height-twentieth {
  height: 5vh !important;
}

.height-tenth {
  height: 10vh !important;
}

.height-fourth {
  height: 25vh !important;
}

.height-third {
  height: 33.3333vh !important;
}

.height-half {
  height: 50vh !important;
}

.flip-x {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.flip-y {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}

/********************* POSITION ********************/
@media (min-width: 0) {
  .top--19px {
    top: -19px !important;
  }

  .right--19px {
    right: -19px !important;
  }

  .bottom--19px {
    bottom: -19px !important;
  }

  .left--19px {
    left: -19px !important;
  }
}
@media (min-width: 0) {
  .top--18px {
    top: -18px !important;
  }

  .right--18px {
    right: -18px !important;
  }

  .bottom--18px {
    bottom: -18px !important;
  }

  .left--18px {
    left: -18px !important;
  }
}
@media (min-width: 0) {
  .top--17px {
    top: -17px !important;
  }

  .right--17px {
    right: -17px !important;
  }

  .bottom--17px {
    bottom: -17px !important;
  }

  .left--17px {
    left: -17px !important;
  }
}
@media (min-width: 0) {
  .top--16px {
    top: -16px !important;
  }

  .right--16px {
    right: -16px !important;
  }

  .bottom--16px {
    bottom: -16px !important;
  }

  .left--16px {
    left: -16px !important;
  }
}
@media (min-width: 0) {
  .top--15px {
    top: -15px !important;
  }

  .right--15px {
    right: -15px !important;
  }

  .bottom--15px {
    bottom: -15px !important;
  }

  .left--15px {
    left: -15px !important;
  }
}
@media (min-width: 0) {
  .top--14px {
    top: -14px !important;
  }

  .right--14px {
    right: -14px !important;
  }

  .bottom--14px {
    bottom: -14px !important;
  }

  .left--14px {
    left: -14px !important;
  }
}
@media (min-width: 0) {
  .top--13px {
    top: -13px !important;
  }

  .right--13px {
    right: -13px !important;
  }

  .bottom--13px {
    bottom: -13px !important;
  }

  .left--13px {
    left: -13px !important;
  }
}
@media (min-width: 0) {
  .top--12px {
    top: -12px !important;
  }

  .right--12px {
    right: -12px !important;
  }

  .bottom--12px {
    bottom: -12px !important;
  }

  .left--12px {
    left: -12px !important;
  }
}
@media (min-width: 0) {
  .top--11px {
    top: -11px !important;
  }

  .right--11px {
    right: -11px !important;
  }

  .bottom--11px {
    bottom: -11px !important;
  }

  .left--11px {
    left: -11px !important;
  }
}
@media (min-width: 0) {
  .top--10px {
    top: -10px !important;
  }

  .right--10px {
    right: -10px !important;
  }

  .bottom--10px {
    bottom: -10px !important;
  }

  .left--10px {
    left: -10px !important;
  }
}
@media (min-width: 0) {
  .top--9px {
    top: -9px !important;
  }

  .right--9px {
    right: -9px !important;
  }

  .bottom--9px {
    bottom: -9px !important;
  }

  .left--9px {
    left: -9px !important;
  }
}
@media (min-width: 0) {
  .top--8px {
    top: -8px !important;
  }

  .right--8px {
    right: -8px !important;
  }

  .bottom--8px {
    bottom: -8px !important;
  }

  .left--8px {
    left: -8px !important;
  }
}
@media (min-width: 0) {
  .top--7px {
    top: -7px !important;
  }

  .right--7px {
    right: -7px !important;
  }

  .bottom--7px {
    bottom: -7px !important;
  }

  .left--7px {
    left: -7px !important;
  }
}
@media (min-width: 0) {
  .top--6px {
    top: -6px !important;
  }

  .right--6px {
    right: -6px !important;
  }

  .bottom--6px {
    bottom: -6px !important;
  }

  .left--6px {
    left: -6px !important;
  }
}
@media (min-width: 0) {
  .top--5px {
    top: -5px !important;
  }

  .right--5px {
    right: -5px !important;
  }

  .bottom--5px {
    bottom: -5px !important;
  }

  .left--5px {
    left: -5px !important;
  }
}
@media (min-width: 0) {
  .top--4px {
    top: -4px !important;
  }

  .right--4px {
    right: -4px !important;
  }

  .bottom--4px {
    bottom: -4px !important;
  }

  .left--4px {
    left: -4px !important;
  }
}
@media (min-width: 0) {
  .top--3px {
    top: -3px !important;
  }

  .right--3px {
    right: -3px !important;
  }

  .bottom--3px {
    bottom: -3px !important;
  }

  .left--3px {
    left: -3px !important;
  }
}
@media (min-width: 0) {
  .top--2px {
    top: -2px !important;
  }

  .right--2px {
    right: -2px !important;
  }

  .bottom--2px {
    bottom: -2px !important;
  }

  .left--2px {
    left: -2px !important;
  }
}
@media (min-width: 0) {
  .top--1px {
    top: -1px !important;
  }

  .right--1px {
    right: -1px !important;
  }

  .bottom--1px {
    bottom: -1px !important;
  }

  .left--1px {
    left: -1px !important;
  }
}
@media (min-width: 0) {
  .top-0px {
    top: 0px !important;
  }

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

  .bottom-0px {
    bottom: 0px !important;
  }

  .left-0px {
    left: 0px !important;
  }
}
@media (min-width: 0) {
  .top-1px {
    top: 1px !important;
  }

  .right-1px {
    right: 1px !important;
  }

  .bottom-1px {
    bottom: 1px !important;
  }

  .left-1px {
    left: 1px !important;
  }
}
@media (min-width: 0) {
  .top-2px {
    top: 2px !important;
  }

  .right-2px {
    right: 2px !important;
  }

  .bottom-2px {
    bottom: 2px !important;
  }

  .left-2px {
    left: 2px !important;
  }
}
@media (min-width: 0) {
  .top-3px {
    top: 3px !important;
  }

  .right-3px {
    right: 3px !important;
  }

  .bottom-3px {
    bottom: 3px !important;
  }

  .left-3px {
    left: 3px !important;
  }
}
@media (min-width: 0) {
  .top-4px {
    top: 4px !important;
  }

  .right-4px {
    right: 4px !important;
  }

  .bottom-4px {
    bottom: 4px !important;
  }

  .left-4px {
    left: 4px !important;
  }
}
@media (min-width: 0) {
  .top-5px {
    top: 5px !important;
  }

  .right-5px {
    right: 5px !important;
  }

  .bottom-5px {
    bottom: 5px !important;
  }

  .left-5px {
    left: 5px !important;
  }
}
@media (min-width: 0) {
  .top-6px {
    top: 6px !important;
  }

  .right-6px {
    right: 6px !important;
  }

  .bottom-6px {
    bottom: 6px !important;
  }

  .left-6px {
    left: 6px !important;
  }
}
@media (min-width: 0) {
  .top-7px {
    top: 7px !important;
  }

  .right-7px {
    right: 7px !important;
  }

  .bottom-7px {
    bottom: 7px !important;
  }

  .left-7px {
    left: 7px !important;
  }
}
@media (min-width: 0) {
  .top-8px {
    top: 8px !important;
  }

  .right-8px {
    right: 8px !important;
  }

  .bottom-8px {
    bottom: 8px !important;
  }

  .left-8px {
    left: 8px !important;
  }
}
@media (min-width: 0) {
  .top-9px {
    top: 9px !important;
  }

  .right-9px {
    right: 9px !important;
  }

  .bottom-9px {
    bottom: 9px !important;
  }

  .left-9px {
    left: 9px !important;
  }
}
@media (min-width: 0) {
  .top-10px {
    top: 10px !important;
  }

  .right-10px {
    right: 10px !important;
  }

  .bottom-10px {
    bottom: 10px !important;
  }

  .left-10px {
    left: 10px !important;
  }
}
@media (min-width: 0) {
  .top-11px {
    top: 11px !important;
  }

  .right-11px {
    right: 11px !important;
  }

  .bottom-11px {
    bottom: 11px !important;
  }

  .left-11px {
    left: 11px !important;
  }
}
@media (min-width: 0) {
  .top-12px {
    top: 12px !important;
  }

  .right-12px {
    right: 12px !important;
  }

  .bottom-12px {
    bottom: 12px !important;
  }

  .left-12px {
    left: 12px !important;
  }
}
@media (min-width: 0) {
  .top-13px {
    top: 13px !important;
  }

  .right-13px {
    right: 13px !important;
  }

  .bottom-13px {
    bottom: 13px !important;
  }

  .left-13px {
    left: 13px !important;
  }
}
@media (min-width: 0) {
  .top-14px {
    top: 14px !important;
  }

  .right-14px {
    right: 14px !important;
  }

  .bottom-14px {
    bottom: 14px !important;
  }

  .left-14px {
    left: 14px !important;
  }
}
@media (min-width: 0) {
  .top-15px {
    top: 15px !important;
  }

  .right-15px {
    right: 15px !important;
  }

  .bottom-15px {
    bottom: 15px !important;
  }

  .left-15px {
    left: 15px !important;
  }
}
@media (min-width: 0) {
  .top-16px {
    top: 16px !important;
  }

  .right-16px {
    right: 16px !important;
  }

  .bottom-16px {
    bottom: 16px !important;
  }

  .left-16px {
    left: 16px !important;
  }
}
@media (min-width: 0) {
  .top-17px {
    top: 17px !important;
  }

  .right-17px {
    right: 17px !important;
  }

  .bottom-17px {
    bottom: 17px !important;
  }

  .left-17px {
    left: 17px !important;
  }
}
@media (min-width: 0) {
  .top-18px {
    top: 18px !important;
  }

  .right-18px {
    right: 18px !important;
  }

  .bottom-18px {
    bottom: 18px !important;
  }

  .left-18px {
    left: 18px !important;
  }
}
@media (min-width: 0) {
  .top-19px {
    top: 19px !important;
  }

  .right-19px {
    right: 19px !important;
  }

  .bottom-19px {
    bottom: 19px !important;
  }

  .left-19px {
    left: 19px !important;
  }
}
@media (min-width: 0) {
  .top--100px {
    top: -100px !important;
  }

  .right--100px {
    right: -100px !important;
  }

  .bottom--100px {
    bottom: -100px !important;
  }

  .left--100px {
    left: -100px !important;
  }
}
@media (min-width: 0) {
  .top--90px {
    top: -90px !important;
  }

  .right--90px {
    right: -90px !important;
  }

  .bottom--90px {
    bottom: -90px !important;
  }

  .left--90px {
    left: -90px !important;
  }
}
@media (min-width: 0) {
  .top--80px {
    top: -80px !important;
  }

  .right--80px {
    right: -80px !important;
  }

  .bottom--80px {
    bottom: -80px !important;
  }

  .left--80px {
    left: -80px !important;
  }
}
@media (min-width: 0) {
  .top--70px {
    top: -70px !important;
  }

  .right--70px {
    right: -70px !important;
  }

  .bottom--70px {
    bottom: -70px !important;
  }

  .left--70px {
    left: -70px !important;
  }
}
@media (min-width: 0) {
  .top--60px {
    top: -60px !important;
  }

  .right--60px {
    right: -60px !important;
  }

  .bottom--60px {
    bottom: -60px !important;
  }

  .left--60px {
    left: -60px !important;
  }
}
@media (min-width: 0) {
  .top--50px {
    top: -50px !important;
  }

  .right--50px {
    right: -50px !important;
  }

  .bottom--50px {
    bottom: -50px !important;
  }

  .left--50px {
    left: -50px !important;
  }
}
@media (min-width: 0) {
  .top--40px {
    top: -40px !important;
  }

  .right--40px {
    right: -40px !important;
  }

  .bottom--40px {
    bottom: -40px !important;
  }

  .left--40px {
    left: -40px !important;
  }
}
@media (min-width: 0) {
  .top--30px {
    top: -30px !important;
  }

  .right--30px {
    right: -30px !important;
  }

  .bottom--30px {
    bottom: -30px !important;
  }

  .left--30px {
    left: -30px !important;
  }
}
@media (min-width: 0) {
  .top--20px {
    top: -20px !important;
  }

  .right--20px {
    right: -20px !important;
  }

  .bottom--20px {
    bottom: -20px !important;
  }

  .left--20px {
    left: -20px !important;
  }
}
@media (min-width: 0) {
  .top--10px {
    top: -10px !important;
  }

  .right--10px {
    right: -10px !important;
  }

  .bottom--10px {
    bottom: -10px !important;
  }

  .left--10px {
    left: -10px !important;
  }
}
@media (min-width: 0) {
  .top-0px {
    top: 0px !important;
  }

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

  .bottom-0px {
    bottom: 0px !important;
  }

  .left-0px {
    left: 0px !important;
  }
}
@media (min-width: 0) {
  .top-10px {
    top: 10px !important;
  }

  .right-10px {
    right: 10px !important;
  }

  .bottom-10px {
    bottom: 10px !important;
  }

  .left-10px {
    left: 10px !important;
  }
}
@media (min-width: 0) {
  .top-20px {
    top: 20px !important;
  }

  .right-20px {
    right: 20px !important;
  }

  .bottom-20px {
    bottom: 20px !important;
  }

  .left-20px {
    left: 20px !important;
  }
}
@media (min-width: 0) {
  .top-30px {
    top: 30px !important;
  }

  .right-30px {
    right: 30px !important;
  }

  .bottom-30px {
    bottom: 30px !important;
  }

  .left-30px {
    left: 30px !important;
  }
}
@media (min-width: 0) {
  .top-40px {
    top: 40px !important;
  }

  .right-40px {
    right: 40px !important;
  }

  .bottom-40px {
    bottom: 40px !important;
  }

  .left-40px {
    left: 40px !important;
  }
}
@media (min-width: 0) {
  .top-50px {
    top: 50px !important;
  }

  .right-50px {
    right: 50px !important;
  }

  .bottom-50px {
    bottom: 50px !important;
  }

  .left-50px {
    left: 50px !important;
  }
}
@media (min-width: 0) {
  .top-60px {
    top: 60px !important;
  }

  .right-60px {
    right: 60px !important;
  }

  .bottom-60px {
    bottom: 60px !important;
  }

  .left-60px {
    left: 60px !important;
  }
}
@media (min-width: 0) {
  .top-70px {
    top: 70px !important;
  }

  .right-70px {
    right: 70px !important;
  }

  .bottom-70px {
    bottom: 70px !important;
  }

  .left-70px {
    left: 70px !important;
  }
}
@media (min-width: 0) {
  .top-80px {
    top: 80px !important;
  }

  .right-80px {
    right: 80px !important;
  }

  .bottom-80px {
    bottom: 80px !important;
  }

  .left-80px {
    left: 80px !important;
  }
}
@media (min-width: 0) {
  .top-90px {
    top: 90px !important;
  }

  .right-90px {
    right: 90px !important;
  }

  .bottom-90px {
    bottom: 90px !important;
  }

  .left-90px {
    left: 90px !important;
  }
}
@media (min-width: 0) {
  .top-100px {
    top: 100px !important;
  }

  .right-100px {
    right: 100px !important;
  }

  .bottom-100px {
    bottom: 100px !important;
  }

  .left-100px {
    left: 100px !important;
  }
}
@media (min-width: 576px) {
  .top-sm--19px {
    top: -19px !important;
  }

  .right--19px {
    right: -19px !important;
  }

  .bottom-sm--19px {
    bottom: -19px !important;
  }

  .left-sm--19px {
    left: -19px !important;
  }
}
@media (min-width: 576px) {
  .top-sm--18px {
    top: -18px !important;
  }

  .right--18px {
    right: -18px !important;
  }

  .bottom-sm--18px {
    bottom: -18px !important;
  }

  .left-sm--18px {
    left: -18px !important;
  }
}
@media (min-width: 576px) {
  .top-sm--17px {
    top: -17px !important;
  }

  .right--17px {
    right: -17px !important;
  }

  .bottom-sm--17px {
    bottom: -17px !important;
  }

  .left-sm--17px {
    left: -17px !important;
  }
}
@media (min-width: 576px) {
  .top-sm--16px {
    top: -16px !important;
  }

  .right--16px {
    right: -16px !important;
  }

  .bottom-sm--16px {
    bottom: -16px !important;
  }

  .left-sm--16px {
    left: -16px !important;
  }
}
@media (min-width: 576px) {
  .top-sm--15px {
    top: -15px !important;
  }

  .right--15px {
    right: -15px !important;
  }

  .bottom-sm--15px {
    bottom: -15px !important;
  }

  .left-sm--15px {
    left: -15px !important;
  }
}
@media (min-width: 576px) {
  .top-sm--14px {
    top: -14px !important;
  }

  .right--14px {
    right: -14px !important;
  }

  .bottom-sm--14px {
    bottom: -14px !important;
  }

  .left-sm--14px {
    left: -14px !important;
  }
}
@media (min-width: 576px) {
  .top-sm--13px {
    top: -13px !important;
  }

  .right--13px {
    right: -13px !important;
  }

  .bottom-sm--13px {
    bottom: -13px !important;
  }

  .left-sm--13px {
    left: -13px !important;
  }
}
@media (min-width: 576px) {
  .top-sm--12px {
    top: -12px !important;
  }

  .right--12px {
    right: -12px !important;
  }

  .bottom-sm--12px {
    bottom: -12px !important;
  }

  .left-sm--12px {
    left: -12px !important;
  }
}
@media (min-width: 576px) {
  .top-sm--11px {
    top: -11px !important;
  }

  .right--11px {
    right: -11px !important;
  }

  .bottom-sm--11px {
    bottom: -11px !important;
  }

  .left-sm--11px {
    left: -11px !important;
  }
}
@media (min-width: 576px) {
  .top-sm--10px {
    top: -10px !important;
  }

  .right--10px {
    right: -10px !important;
  }

  .bottom-sm--10px {
    bottom: -10px !important;
  }

  .left-sm--10px {
    left: -10px !important;
  }
}
@media (min-width: 576px) {
  .top-sm--9px {
    top: -9px !important;
  }

  .right--9px {
    right: -9px !important;
  }

  .bottom-sm--9px {
    bottom: -9px !important;
  }

  .left-sm--9px {
    left: -9px !important;
  }
}
@media (min-width: 576px) {
  .top-sm--8px {
    top: -8px !important;
  }

  .right--8px {
    right: -8px !important;
  }

  .bottom-sm--8px {
    bottom: -8px !important;
  }

  .left-sm--8px {
    left: -8px !important;
  }
}
@media (min-width: 576px) {
  .top-sm--7px {
    top: -7px !important;
  }

  .right--7px {
    right: -7px !important;
  }

  .bottom-sm--7px {
    bottom: -7px !important;
  }

  .left-sm--7px {
    left: -7px !important;
  }
}
@media (min-width: 576px) {
  .top-sm--6px {
    top: -6px !important;
  }

  .right--6px {
    right: -6px !important;
  }

  .bottom-sm--6px {
    bottom: -6px !important;
  }

  .left-sm--6px {
    left: -6px !important;
  }
}
@media (min-width: 576px) {
  .top-sm--5px {
    top: -5px !important;
  }

  .right--5px {
    right: -5px !important;
  }

  .bottom-sm--5px {
    bottom: -5px !important;
  }

  .left-sm--5px {
    left: -5px !important;
  }
}
@media (min-width: 576px) {
  .top-sm--4px {
    top: -4px !important;
  }

  .right--4px {
    right: -4px !important;
  }

  .bottom-sm--4px {
    bottom: -4px !important;
  }

  .left-sm--4px {
    left: -4px !important;
  }
}
@media (min-width: 576px) {
  .top-sm--3px {
    top: -3px !important;
  }

  .right--3px {
    right: -3px !important;
  }

  .bottom-sm--3px {
    bottom: -3px !important;
  }

  .left-sm--3px {
    left: -3px !important;
  }
}
@media (min-width: 576px) {
  .top-sm--2px {
    top: -2px !important;
  }

  .right--2px {
    right: -2px !important;
  }

  .bottom-sm--2px {
    bottom: -2px !important;
  }

  .left-sm--2px {
    left: -2px !important;
  }
}
@media (min-width: 576px) {
  .top-sm--1px {
    top: -1px !important;
  }

  .right--1px {
    right: -1px !important;
  }

  .bottom-sm--1px {
    bottom: -1px !important;
  }

  .left-sm--1px {
    left: -1px !important;
  }
}
@media (min-width: 576px) {
  .top-sm-0px {
    top: 0px !important;
  }

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

  .bottom-sm-0px {
    bottom: 0px !important;
  }

  .left-sm-0px {
    left: 0px !important;
  }
}
@media (min-width: 576px) {
  .top-sm-1px {
    top: 1px !important;
  }

  .right-1px {
    right: 1px !important;
  }

  .bottom-sm-1px {
    bottom: 1px !important;
  }

  .left-sm-1px {
    left: 1px !important;
  }
}
@media (min-width: 576px) {
  .top-sm-2px {
    top: 2px !important;
  }

  .right-2px {
    right: 2px !important;
  }

  .bottom-sm-2px {
    bottom: 2px !important;
  }

  .left-sm-2px {
    left: 2px !important;
  }
}
@media (min-width: 576px) {
  .top-sm-3px {
    top: 3px !important;
  }

  .right-3px {
    right: 3px !important;
  }

  .bottom-sm-3px {
    bottom: 3px !important;
  }

  .left-sm-3px {
    left: 3px !important;
  }
}
@media (min-width: 576px) {
  .top-sm-4px {
    top: 4px !important;
  }

  .right-4px {
    right: 4px !important;
  }

  .bottom-sm-4px {
    bottom: 4px !important;
  }

  .left-sm-4px {
    left: 4px !important;
  }
}
@media (min-width: 576px) {
  .top-sm-5px {
    top: 5px !important;
  }

  .right-5px {
    right: 5px !important;
  }

  .bottom-sm-5px {
    bottom: 5px !important;
  }

  .left-sm-5px {
    left: 5px !important;
  }
}
@media (min-width: 576px) {
  .top-sm-6px {
    top: 6px !important;
  }

  .right-6px {
    right: 6px !important;
  }

  .bottom-sm-6px {
    bottom: 6px !important;
  }

  .left-sm-6px {
    left: 6px !important;
  }
}
@media (min-width: 576px) {
  .top-sm-7px {
    top: 7px !important;
  }

  .right-7px {
    right: 7px !important;
  }

  .bottom-sm-7px {
    bottom: 7px !important;
  }

  .left-sm-7px {
    left: 7px !important;
  }
}
@media (min-width: 576px) {
  .top-sm-8px {
    top: 8px !important;
  }

  .right-8px {
    right: 8px !important;
  }

  .bottom-sm-8px {
    bottom: 8px !important;
  }

  .left-sm-8px {
    left: 8px !important;
  }
}
@media (min-width: 576px) {
  .top-sm-9px {
    top: 9px !important;
  }

  .right-9px {
    right: 9px !important;
  }

  .bottom-sm-9px {
    bottom: 9px !important;
  }

  .left-sm-9px {
    left: 9px !important;
  }
}
@media (min-width: 576px) {
  .top-sm-10px {
    top: 10px !important;
  }

  .right-10px {
    right: 10px !important;
  }

  .bottom-sm-10px {
    bottom: 10px !important;
  }

  .left-sm-10px {
    left: 10px !important;
  }
}
@media (min-width: 576px) {
  .top-sm-11px {
    top: 11px !important;
  }

  .right-11px {
    right: 11px !important;
  }

  .bottom-sm-11px {
    bottom: 11px !important;
  }

  .left-sm-11px {
    left: 11px !important;
  }
}
@media (min-width: 576px) {
  .top-sm-12px {
    top: 12px !important;
  }

  .right-12px {
    right: 12px !important;
  }

  .bottom-sm-12px {
    bottom: 12px !important;
  }

  .left-sm-12px {
    left: 12px !important;
  }
}
@media (min-width: 576px) {
  .top-sm-13px {
    top: 13px !important;
  }

  .right-13px {
    right: 13px !important;
  }

  .bottom-sm-13px {
    bottom: 13px !important;
  }

  .left-sm-13px {
    left: 13px !important;
  }
}
@media (min-width: 576px) {
  .top-sm-14px {
    top: 14px !important;
  }

  .right-14px {
    right: 14px !important;
  }

  .bottom-sm-14px {
    bottom: 14px !important;
  }

  .left-sm-14px {
    left: 14px !important;
  }
}
@media (min-width: 576px) {
  .top-sm-15px {
    top: 15px !important;
  }

  .right-15px {
    right: 15px !important;
  }

  .bottom-sm-15px {
    bottom: 15px !important;
  }

  .left-sm-15px {
    left: 15px !important;
  }
}
@media (min-width: 576px) {
  .top-sm-16px {
    top: 16px !important;
  }

  .right-16px {
    right: 16px !important;
  }

  .bottom-sm-16px {
    bottom: 16px !important;
  }

  .left-sm-16px {
    left: 16px !important;
  }
}
@media (min-width: 576px) {
  .top-sm-17px {
    top: 17px !important;
  }

  .right-17px {
    right: 17px !important;
  }

  .bottom-sm-17px {
    bottom: 17px !important;
  }

  .left-sm-17px {
    left: 17px !important;
  }
}
@media (min-width: 576px) {
  .top-sm-18px {
    top: 18px !important;
  }

  .right-18px {
    right: 18px !important;
  }

  .bottom-sm-18px {
    bottom: 18px !important;
  }

  .left-sm-18px {
    left: 18px !important;
  }
}
@media (min-width: 576px) {
  .top-sm-19px {
    top: 19px !important;
  }

  .right-19px {
    right: 19px !important;
  }

  .bottom-sm-19px {
    bottom: 19px !important;
  }

  .left-sm-19px {
    left: 19px !important;
  }
}
@media (min-width: 576px) {
  .top-sm--100px {
    top: -100px !important;
  }

  .right--100px {
    right: -100px !important;
  }

  .bottom-sm--100px {
    bottom: -100px !important;
  }

  .left-sm--100px {
    left: -100px !important;
  }
}
@media (min-width: 576px) {
  .top-sm--90px {
    top: -90px !important;
  }

  .right--90px {
    right: -90px !important;
  }

  .bottom-sm--90px {
    bottom: -90px !important;
  }

  .left-sm--90px {
    left: -90px !important;
  }
}
@media (min-width: 576px) {
  .top-sm--80px {
    top: -80px !important;
  }

  .right--80px {
    right: -80px !important;
  }

  .bottom-sm--80px {
    bottom: -80px !important;
  }

  .left-sm--80px {
    left: -80px !important;
  }
}
@media (min-width: 576px) {
  .top-sm--70px {
    top: -70px !important;
  }

  .right--70px {
    right: -70px !important;
  }

  .bottom-sm--70px {
    bottom: -70px !important;
  }

  .left-sm--70px {
    left: -70px !important;
  }
}
@media (min-width: 576px) {
  .top-sm--60px {
    top: -60px !important;
  }

  .right--60px {
    right: -60px !important;
  }

  .bottom-sm--60px {
    bottom: -60px !important;
  }

  .left-sm--60px {
    left: -60px !important;
  }
}
@media (min-width: 576px) {
  .top-sm--50px {
    top: -50px !important;
  }

  .right--50px {
    right: -50px !important;
  }

  .bottom-sm--50px {
    bottom: -50px !important;
  }

  .left-sm--50px {
    left: -50px !important;
  }
}
@media (min-width: 576px) {
  .top-sm--40px {
    top: -40px !important;
  }

  .right--40px {
    right: -40px !important;
  }

  .bottom-sm--40px {
    bottom: -40px !important;
  }

  .left-sm--40px {
    left: -40px !important;
  }
}
@media (min-width: 576px) {
  .top-sm--30px {
    top: -30px !important;
  }

  .right--30px {
    right: -30px !important;
  }

  .bottom-sm--30px {
    bottom: -30px !important;
  }

  .left-sm--30px {
    left: -30px !important;
  }
}
@media (min-width: 576px) {
  .top-sm--20px {
    top: -20px !important;
  }

  .right--20px {
    right: -20px !important;
  }

  .bottom-sm--20px {
    bottom: -20px !important;
  }

  .left-sm--20px {
    left: -20px !important;
  }
}
@media (min-width: 576px) {
  .top-sm--10px {
    top: -10px !important;
  }

  .right--10px {
    right: -10px !important;
  }

  .bottom-sm--10px {
    bottom: -10px !important;
  }

  .left-sm--10px {
    left: -10px !important;
  }
}
@media (min-width: 576px) {
  .top-sm-0px {
    top: 0px !important;
  }

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

  .bottom-sm-0px {
    bottom: 0px !important;
  }

  .left-sm-0px {
    left: 0px !important;
  }
}
@media (min-width: 576px) {
  .top-sm-10px {
    top: 10px !important;
  }

  .right-10px {
    right: 10px !important;
  }

  .bottom-sm-10px {
    bottom: 10px !important;
  }

  .left-sm-10px {
    left: 10px !important;
  }
}
@media (min-width: 576px) {
  .top-sm-20px {
    top: 20px !important;
  }

  .right-20px {
    right: 20px !important;
  }

  .bottom-sm-20px {
    bottom: 20px !important;
  }

  .left-sm-20px {
    left: 20px !important;
  }
}
@media (min-width: 576px) {
  .top-sm-30px {
    top: 30px !important;
  }

  .right-30px {
    right: 30px !important;
  }

  .bottom-sm-30px {
    bottom: 30px !important;
  }

  .left-sm-30px {
    left: 30px !important;
  }
}
@media (min-width: 576px) {
  .top-sm-40px {
    top: 40px !important;
  }

  .right-40px {
    right: 40px !important;
  }

  .bottom-sm-40px {
    bottom: 40px !important;
  }

  .left-sm-40px {
    left: 40px !important;
  }
}
@media (min-width: 576px) {
  .top-sm-50px {
    top: 50px !important;
  }

  .right-50px {
    right: 50px !important;
  }

  .bottom-sm-50px {
    bottom: 50px !important;
  }

  .left-sm-50px {
    left: 50px !important;
  }
}
@media (min-width: 576px) {
  .top-sm-60px {
    top: 60px !important;
  }

  .right-60px {
    right: 60px !important;
  }

  .bottom-sm-60px {
    bottom: 60px !important;
  }

  .left-sm-60px {
    left: 60px !important;
  }
}
@media (min-width: 576px) {
  .top-sm-70px {
    top: 70px !important;
  }

  .right-70px {
    right: 70px !important;
  }

  .bottom-sm-70px {
    bottom: 70px !important;
  }

  .left-sm-70px {
    left: 70px !important;
  }
}
@media (min-width: 576px) {
  .top-sm-80px {
    top: 80px !important;
  }

  .right-80px {
    right: 80px !important;
  }

  .bottom-sm-80px {
    bottom: 80px !important;
  }

  .left-sm-80px {
    left: 80px !important;
  }
}
@media (min-width: 576px) {
  .top-sm-90px {
    top: 90px !important;
  }

  .right-90px {
    right: 90px !important;
  }

  .bottom-sm-90px {
    bottom: 90px !important;
  }

  .left-sm-90px {
    left: 90px !important;
  }
}
@media (min-width: 576px) {
  .top-sm-100px {
    top: 100px !important;
  }

  .right-100px {
    right: 100px !important;
  }

  .bottom-sm-100px {
    bottom: 100px !important;
  }

  .left-sm-100px {
    left: 100px !important;
  }
}
@media (min-width: 768px) {
  .top-md--19px {
    top: -19px !important;
  }

  .right--19px {
    right: -19px !important;
  }

  .bottom-md--19px {
    bottom: -19px !important;
  }

  .left-md--19px {
    left: -19px !important;
  }
}
@media (min-width: 768px) {
  .top-md--18px {
    top: -18px !important;
  }

  .right--18px {
    right: -18px !important;
  }

  .bottom-md--18px {
    bottom: -18px !important;
  }

  .left-md--18px {
    left: -18px !important;
  }
}
@media (min-width: 768px) {
  .top-md--17px {
    top: -17px !important;
  }

  .right--17px {
    right: -17px !important;
  }

  .bottom-md--17px {
    bottom: -17px !important;
  }

  .left-md--17px {
    left: -17px !important;
  }
}
@media (min-width: 768px) {
  .top-md--16px {
    top: -16px !important;
  }

  .right--16px {
    right: -16px !important;
  }

  .bottom-md--16px {
    bottom: -16px !important;
  }

  .left-md--16px {
    left: -16px !important;
  }
}
@media (min-width: 768px) {
  .top-md--15px {
    top: -15px !important;
  }

  .right--15px {
    right: -15px !important;
  }

  .bottom-md--15px {
    bottom: -15px !important;
  }

  .left-md--15px {
    left: -15px !important;
  }
}
@media (min-width: 768px) {
  .top-md--14px {
    top: -14px !important;
  }

  .right--14px {
    right: -14px !important;
  }

  .bottom-md--14px {
    bottom: -14px !important;
  }

  .left-md--14px {
    left: -14px !important;
  }
}
@media (min-width: 768px) {
  .top-md--13px {
    top: -13px !important;
  }

  .right--13px {
    right: -13px !important;
  }

  .bottom-md--13px {
    bottom: -13px !important;
  }

  .left-md--13px {
    left: -13px !important;
  }
}
@media (min-width: 768px) {
  .top-md--12px {
    top: -12px !important;
  }

  .right--12px {
    right: -12px !important;
  }

  .bottom-md--12px {
    bottom: -12px !important;
  }

  .left-md--12px {
    left: -12px !important;
  }
}
@media (min-width: 768px) {
  .top-md--11px {
    top: -11px !important;
  }

  .right--11px {
    right: -11px !important;
  }

  .bottom-md--11px {
    bottom: -11px !important;
  }

  .left-md--11px {
    left: -11px !important;
  }
}
@media (min-width: 768px) {
  .top-md--10px {
    top: -10px !important;
  }

  .right--10px {
    right: -10px !important;
  }

  .bottom-md--10px {
    bottom: -10px !important;
  }

  .left-md--10px {
    left: -10px !important;
  }
}
@media (min-width: 768px) {
  .top-md--9px {
    top: -9px !important;
  }

  .right--9px {
    right: -9px !important;
  }

  .bottom-md--9px {
    bottom: -9px !important;
  }

  .left-md--9px {
    left: -9px !important;
  }
}
@media (min-width: 768px) {
  .top-md--8px {
    top: -8px !important;
  }

  .right--8px {
    right: -8px !important;
  }

  .bottom-md--8px {
    bottom: -8px !important;
  }

  .left-md--8px {
    left: -8px !important;
  }
}
@media (min-width: 768px) {
  .top-md--7px {
    top: -7px !important;
  }

  .right--7px {
    right: -7px !important;
  }

  .bottom-md--7px {
    bottom: -7px !important;
  }

  .left-md--7px {
    left: -7px !important;
  }
}
@media (min-width: 768px) {
  .top-md--6px {
    top: -6px !important;
  }

  .right--6px {
    right: -6px !important;
  }

  .bottom-md--6px {
    bottom: -6px !important;
  }

  .left-md--6px {
    left: -6px !important;
  }
}
@media (min-width: 768px) {
  .top-md--5px {
    top: -5px !important;
  }

  .right--5px {
    right: -5px !important;
  }

  .bottom-md--5px {
    bottom: -5px !important;
  }

  .left-md--5px {
    left: -5px !important;
  }
}
@media (min-width: 768px) {
  .top-md--4px {
    top: -4px !important;
  }

  .right--4px {
    right: -4px !important;
  }

  .bottom-md--4px {
    bottom: -4px !important;
  }

  .left-md--4px {
    left: -4px !important;
  }
}
@media (min-width: 768px) {
  .top-md--3px {
    top: -3px !important;
  }

  .right--3px {
    right: -3px !important;
  }

  .bottom-md--3px {
    bottom: -3px !important;
  }

  .left-md--3px {
    left: -3px !important;
  }
}
@media (min-width: 768px) {
  .top-md--2px {
    top: -2px !important;
  }

  .right--2px {
    right: -2px !important;
  }

  .bottom-md--2px {
    bottom: -2px !important;
  }

  .left-md--2px {
    left: -2px !important;
  }
}
@media (min-width: 768px) {
  .top-md--1px {
    top: -1px !important;
  }

  .right--1px {
    right: -1px !important;
  }

  .bottom-md--1px {
    bottom: -1px !important;
  }

  .left-md--1px {
    left: -1px !important;
  }
}
@media (min-width: 768px) {
  .top-md-0px {
    top: 0px !important;
  }

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

  .bottom-md-0px {
    bottom: 0px !important;
  }

  .left-md-0px {
    left: 0px !important;
  }
}
@media (min-width: 768px) {
  .top-md-1px {
    top: 1px !important;
  }

  .right-1px {
    right: 1px !important;
  }

  .bottom-md-1px {
    bottom: 1px !important;
  }

  .left-md-1px {
    left: 1px !important;
  }
}
@media (min-width: 768px) {
  .top-md-2px {
    top: 2px !important;
  }

  .right-2px {
    right: 2px !important;
  }

  .bottom-md-2px {
    bottom: 2px !important;
  }

  .left-md-2px {
    left: 2px !important;
  }
}
@media (min-width: 768px) {
  .top-md-3px {
    top: 3px !important;
  }

  .right-3px {
    right: 3px !important;
  }

  .bottom-md-3px {
    bottom: 3px !important;
  }

  .left-md-3px {
    left: 3px !important;
  }
}
@media (min-width: 768px) {
  .top-md-4px {
    top: 4px !important;
  }

  .right-4px {
    right: 4px !important;
  }

  .bottom-md-4px {
    bottom: 4px !important;
  }

  .left-md-4px {
    left: 4px !important;
  }
}
@media (min-width: 768px) {
  .top-md-5px {
    top: 5px !important;
  }

  .right-5px {
    right: 5px !important;
  }

  .bottom-md-5px {
    bottom: 5px !important;
  }

  .left-md-5px {
    left: 5px !important;
  }
}
@media (min-width: 768px) {
  .top-md-6px {
    top: 6px !important;
  }

  .right-6px {
    right: 6px !important;
  }

  .bottom-md-6px {
    bottom: 6px !important;
  }

  .left-md-6px {
    left: 6px !important;
  }
}
@media (min-width: 768px) {
  .top-md-7px {
    top: 7px !important;
  }

  .right-7px {
    right: 7px !important;
  }

  .bottom-md-7px {
    bottom: 7px !important;
  }

  .left-md-7px {
    left: 7px !important;
  }
}
@media (min-width: 768px) {
  .top-md-8px {
    top: 8px !important;
  }

  .right-8px {
    right: 8px !important;
  }

  .bottom-md-8px {
    bottom: 8px !important;
  }

  .left-md-8px {
    left: 8px !important;
  }
}
@media (min-width: 768px) {
  .top-md-9px {
    top: 9px !important;
  }

  .right-9px {
    right: 9px !important;
  }

  .bottom-md-9px {
    bottom: 9px !important;
  }

  .left-md-9px {
    left: 9px !important;
  }
}
@media (min-width: 768px) {
  .top-md-10px {
    top: 10px !important;
  }

  .right-10px {
    right: 10px !important;
  }

  .bottom-md-10px {
    bottom: 10px !important;
  }

  .left-md-10px {
    left: 10px !important;
  }
}
@media (min-width: 768px) {
  .top-md-11px {
    top: 11px !important;
  }

  .right-11px {
    right: 11px !important;
  }

  .bottom-md-11px {
    bottom: 11px !important;
  }

  .left-md-11px {
    left: 11px !important;
  }
}
@media (min-width: 768px) {
  .top-md-12px {
    top: 12px !important;
  }

  .right-12px {
    right: 12px !important;
  }

  .bottom-md-12px {
    bottom: 12px !important;
  }

  .left-md-12px {
    left: 12px !important;
  }
}
@media (min-width: 768px) {
  .top-md-13px {
    top: 13px !important;
  }

  .right-13px {
    right: 13px !important;
  }

  .bottom-md-13px {
    bottom: 13px !important;
  }

  .left-md-13px {
    left: 13px !important;
  }
}
@media (min-width: 768px) {
  .top-md-14px {
    top: 14px !important;
  }

  .right-14px {
    right: 14px !important;
  }

  .bottom-md-14px {
    bottom: 14px !important;
  }

  .left-md-14px {
    left: 14px !important;
  }
}
@media (min-width: 768px) {
  .top-md-15px {
    top: 15px !important;
  }

  .right-15px {
    right: 15px !important;
  }

  .bottom-md-15px {
    bottom: 15px !important;
  }

  .left-md-15px {
    left: 15px !important;
  }
}
@media (min-width: 768px) {
  .top-md-16px {
    top: 16px !important;
  }

  .right-16px {
    right: 16px !important;
  }

  .bottom-md-16px {
    bottom: 16px !important;
  }

  .left-md-16px {
    left: 16px !important;
  }
}
@media (min-width: 768px) {
  .top-md-17px {
    top: 17px !important;
  }

  .right-17px {
    right: 17px !important;
  }

  .bottom-md-17px {
    bottom: 17px !important;
  }

  .left-md-17px {
    left: 17px !important;
  }
}
@media (min-width: 768px) {
  .top-md-18px {
    top: 18px !important;
  }

  .right-18px {
    right: 18px !important;
  }

  .bottom-md-18px {
    bottom: 18px !important;
  }

  .left-md-18px {
    left: 18px !important;
  }
}
@media (min-width: 768px) {
  .top-md-19px {
    top: 19px !important;
  }

  .right-19px {
    right: 19px !important;
  }

  .bottom-md-19px {
    bottom: 19px !important;
  }

  .left-md-19px {
    left: 19px !important;
  }
}
@media (min-width: 768px) {
  .top-md--100px {
    top: -100px !important;
  }

  .right--100px {
    right: -100px !important;
  }

  .bottom-md--100px {
    bottom: -100px !important;
  }

  .left-md--100px {
    left: -100px !important;
  }
}
@media (min-width: 768px) {
  .top-md--90px {
    top: -90px !important;
  }

  .right--90px {
    right: -90px !important;
  }

  .bottom-md--90px {
    bottom: -90px !important;
  }

  .left-md--90px {
    left: -90px !important;
  }
}
@media (min-width: 768px) {
  .top-md--80px {
    top: -80px !important;
  }

  .right--80px {
    right: -80px !important;
  }

  .bottom-md--80px {
    bottom: -80px !important;
  }

  .left-md--80px {
    left: -80px !important;
  }
}
@media (min-width: 768px) {
  .top-md--70px {
    top: -70px !important;
  }

  .right--70px {
    right: -70px !important;
  }

  .bottom-md--70px {
    bottom: -70px !important;
  }

  .left-md--70px {
    left: -70px !important;
  }
}
@media (min-width: 768px) {
  .top-md--60px {
    top: -60px !important;
  }

  .right--60px {
    right: -60px !important;
  }

  .bottom-md--60px {
    bottom: -60px !important;
  }

  .left-md--60px {
    left: -60px !important;
  }
}
@media (min-width: 768px) {
  .top-md--50px {
    top: -50px !important;
  }

  .right--50px {
    right: -50px !important;
  }

  .bottom-md--50px {
    bottom: -50px !important;
  }

  .left-md--50px {
    left: -50px !important;
  }
}
@media (min-width: 768px) {
  .top-md--40px {
    top: -40px !important;
  }

  .right--40px {
    right: -40px !important;
  }

  .bottom-md--40px {
    bottom: -40px !important;
  }

  .left-md--40px {
    left: -40px !important;
  }
}
@media (min-width: 768px) {
  .top-md--30px {
    top: -30px !important;
  }

  .right--30px {
    right: -30px !important;
  }

  .bottom-md--30px {
    bottom: -30px !important;
  }

  .left-md--30px {
    left: -30px !important;
  }
}
@media (min-width: 768px) {
  .top-md--20px {
    top: -20px !important;
  }

  .right--20px {
    right: -20px !important;
  }

  .bottom-md--20px {
    bottom: -20px !important;
  }

  .left-md--20px {
    left: -20px !important;
  }
}
@media (min-width: 768px) {
  .top-md--10px {
    top: -10px !important;
  }

  .right--10px {
    right: -10px !important;
  }

  .bottom-md--10px {
    bottom: -10px !important;
  }

  .left-md--10px {
    left: -10px !important;
  }
}
@media (min-width: 768px) {
  .top-md-0px {
    top: 0px !important;
  }

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

  .bottom-md-0px {
    bottom: 0px !important;
  }

  .left-md-0px {
    left: 0px !important;
  }
}
@media (min-width: 768px) {
  .top-md-10px {
    top: 10px !important;
  }

  .right-10px {
    right: 10px !important;
  }

  .bottom-md-10px {
    bottom: 10px !important;
  }

  .left-md-10px {
    left: 10px !important;
  }
}
@media (min-width: 768px) {
  .top-md-20px {
    top: 20px !important;
  }

  .right-20px {
    right: 20px !important;
  }

  .bottom-md-20px {
    bottom: 20px !important;
  }

  .left-md-20px {
    left: 20px !important;
  }
}
@media (min-width: 768px) {
  .top-md-30px {
    top: 30px !important;
  }

  .right-30px {
    right: 30px !important;
  }

  .bottom-md-30px {
    bottom: 30px !important;
  }

  .left-md-30px {
    left: 30px !important;
  }
}
@media (min-width: 768px) {
  .top-md-40px {
    top: 40px !important;
  }

  .right-40px {
    right: 40px !important;
  }

  .bottom-md-40px {
    bottom: 40px !important;
  }

  .left-md-40px {
    left: 40px !important;
  }
}
@media (min-width: 768px) {
  .top-md-50px {
    top: 50px !important;
  }

  .right-50px {
    right: 50px !important;
  }

  .bottom-md-50px {
    bottom: 50px !important;
  }

  .left-md-50px {
    left: 50px !important;
  }
}
@media (min-width: 768px) {
  .top-md-60px {
    top: 60px !important;
  }

  .right-60px {
    right: 60px !important;
  }

  .bottom-md-60px {
    bottom: 60px !important;
  }

  .left-md-60px {
    left: 60px !important;
  }
}
@media (min-width: 768px) {
  .top-md-70px {
    top: 70px !important;
  }

  .right-70px {
    right: 70px !important;
  }

  .bottom-md-70px {
    bottom: 70px !important;
  }

  .left-md-70px {
    left: 70px !important;
  }
}
@media (min-width: 768px) {
  .top-md-80px {
    top: 80px !important;
  }

  .right-80px {
    right: 80px !important;
  }

  .bottom-md-80px {
    bottom: 80px !important;
  }

  .left-md-80px {
    left: 80px !important;
  }
}
@media (min-width: 768px) {
  .top-md-90px {
    top: 90px !important;
  }

  .right-90px {
    right: 90px !important;
  }

  .bottom-md-90px {
    bottom: 90px !important;
  }

  .left-md-90px {
    left: 90px !important;
  }
}
@media (min-width: 768px) {
  .top-md-100px {
    top: 100px !important;
  }

  .right-100px {
    right: 100px !important;
  }

  .bottom-md-100px {
    bottom: 100px !important;
  }

  .left-md-100px {
    left: 100px !important;
  }
}
@media (min-width: 992px) {
  .top-lg--19px {
    top: -19px !important;
  }

  .right--19px {
    right: -19px !important;
  }

  .bottom-lg--19px {
    bottom: -19px !important;
  }

  .left-lg--19px {
    left: -19px !important;
  }
}
@media (min-width: 992px) {
  .top-lg--18px {
    top: -18px !important;
  }

  .right--18px {
    right: -18px !important;
  }

  .bottom-lg--18px {
    bottom: -18px !important;
  }

  .left-lg--18px {
    left: -18px !important;
  }
}
@media (min-width: 992px) {
  .top-lg--17px {
    top: -17px !important;
  }

  .right--17px {
    right: -17px !important;
  }

  .bottom-lg--17px {
    bottom: -17px !important;
  }

  .left-lg--17px {
    left: -17px !important;
  }
}
@media (min-width: 992px) {
  .top-lg--16px {
    top: -16px !important;
  }

  .right--16px {
    right: -16px !important;
  }

  .bottom-lg--16px {
    bottom: -16px !important;
  }

  .left-lg--16px {
    left: -16px !important;
  }
}
@media (min-width: 992px) {
  .top-lg--15px {
    top: -15px !important;
  }

  .right--15px {
    right: -15px !important;
  }

  .bottom-lg--15px {
    bottom: -15px !important;
  }

  .left-lg--15px {
    left: -15px !important;
  }
}
@media (min-width: 992px) {
  .top-lg--14px {
    top: -14px !important;
  }

  .right--14px {
    right: -14px !important;
  }

  .bottom-lg--14px {
    bottom: -14px !important;
  }

  .left-lg--14px {
    left: -14px !important;
  }
}
@media (min-width: 992px) {
  .top-lg--13px {
    top: -13px !important;
  }

  .right--13px {
    right: -13px !important;
  }

  .bottom-lg--13px {
    bottom: -13px !important;
  }

  .left-lg--13px {
    left: -13px !important;
  }
}
@media (min-width: 992px) {
  .top-lg--12px {
    top: -12px !important;
  }

  .right--12px {
    right: -12px !important;
  }

  .bottom-lg--12px {
    bottom: -12px !important;
  }

  .left-lg--12px {
    left: -12px !important;
  }
}
@media (min-width: 992px) {
  .top-lg--11px {
    top: -11px !important;
  }

  .right--11px {
    right: -11px !important;
  }

  .bottom-lg--11px {
    bottom: -11px !important;
  }

  .left-lg--11px {
    left: -11px !important;
  }
}
@media (min-width: 992px) {
  .top-lg--10px {
    top: -10px !important;
  }

  .right--10px {
    right: -10px !important;
  }

  .bottom-lg--10px {
    bottom: -10px !important;
  }

  .left-lg--10px {
    left: -10px !important;
  }
}
@media (min-width: 992px) {
  .top-lg--9px {
    top: -9px !important;
  }

  .right--9px {
    right: -9px !important;
  }

  .bottom-lg--9px {
    bottom: -9px !important;
  }

  .left-lg--9px {
    left: -9px !important;
  }
}
@media (min-width: 992px) {
  .top-lg--8px {
    top: -8px !important;
  }

  .right--8px {
    right: -8px !important;
  }

  .bottom-lg--8px {
    bottom: -8px !important;
  }

  .left-lg--8px {
    left: -8px !important;
  }
}
@media (min-width: 992px) {
  .top-lg--7px {
    top: -7px !important;
  }

  .right--7px {
    right: -7px !important;
  }

  .bottom-lg--7px {
    bottom: -7px !important;
  }

  .left-lg--7px {
    left: -7px !important;
  }
}
@media (min-width: 992px) {
  .top-lg--6px {
    top: -6px !important;
  }

  .right--6px {
    right: -6px !important;
  }

  .bottom-lg--6px {
    bottom: -6px !important;
  }

  .left-lg--6px {
    left: -6px !important;
  }
}
@media (min-width: 992px) {
  .top-lg--5px {
    top: -5px !important;
  }

  .right--5px {
    right: -5px !important;
  }

  .bottom-lg--5px {
    bottom: -5px !important;
  }

  .left-lg--5px {
    left: -5px !important;
  }
}
@media (min-width: 992px) {
  .top-lg--4px {
    top: -4px !important;
  }

  .right--4px {
    right: -4px !important;
  }

  .bottom-lg--4px {
    bottom: -4px !important;
  }

  .left-lg--4px {
    left: -4px !important;
  }
}
@media (min-width: 992px) {
  .top-lg--3px {
    top: -3px !important;
  }

  .right--3px {
    right: -3px !important;
  }

  .bottom-lg--3px {
    bottom: -3px !important;
  }

  .left-lg--3px {
    left: -3px !important;
  }
}
@media (min-width: 992px) {
  .top-lg--2px {
    top: -2px !important;
  }

  .right--2px {
    right: -2px !important;
  }

  .bottom-lg--2px {
    bottom: -2px !important;
  }

  .left-lg--2px {
    left: -2px !important;
  }
}
@media (min-width: 992px) {
  .top-lg--1px {
    top: -1px !important;
  }

  .right--1px {
    right: -1px !important;
  }

  .bottom-lg--1px {
    bottom: -1px !important;
  }

  .left-lg--1px {
    left: -1px !important;
  }
}
@media (min-width: 992px) {
  .top-lg-0px {
    top: 0px !important;
  }

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

  .bottom-lg-0px {
    bottom: 0px !important;
  }

  .left-lg-0px {
    left: 0px !important;
  }
}
@media (min-width: 992px) {
  .top-lg-1px {
    top: 1px !important;
  }

  .right-1px {
    right: 1px !important;
  }

  .bottom-lg-1px {
    bottom: 1px !important;
  }

  .left-lg-1px {
    left: 1px !important;
  }
}
@media (min-width: 992px) {
  .top-lg-2px {
    top: 2px !important;
  }

  .right-2px {
    right: 2px !important;
  }

  .bottom-lg-2px {
    bottom: 2px !important;
  }

  .left-lg-2px {
    left: 2px !important;
  }
}
@media (min-width: 992px) {
  .top-lg-3px {
    top: 3px !important;
  }

  .right-3px {
    right: 3px !important;
  }

  .bottom-lg-3px {
    bottom: 3px !important;
  }

  .left-lg-3px {
    left: 3px !important;
  }
}
@media (min-width: 992px) {
  .top-lg-4px {
    top: 4px !important;
  }

  .right-4px {
    right: 4px !important;
  }

  .bottom-lg-4px {
    bottom: 4px !important;
  }

  .left-lg-4px {
    left: 4px !important;
  }
}
@media (min-width: 992px) {
  .top-lg-5px {
    top: 5px !important;
  }

  .right-5px {
    right: 5px !important;
  }

  .bottom-lg-5px {
    bottom: 5px !important;
  }

  .left-lg-5px {
    left: 5px !important;
  }
}
@media (min-width: 992px) {
  .top-lg-6px {
    top: 6px !important;
  }

  .right-6px {
    right: 6px !important;
  }

  .bottom-lg-6px {
    bottom: 6px !important;
  }

  .left-lg-6px {
    left: 6px !important;
  }
}
@media (min-width: 992px) {
  .top-lg-7px {
    top: 7px !important;
  }

  .right-7px {
    right: 7px !important;
  }

  .bottom-lg-7px {
    bottom: 7px !important;
  }

  .left-lg-7px {
    left: 7px !important;
  }
}
@media (min-width: 992px) {
  .top-lg-8px {
    top: 8px !important;
  }

  .right-8px {
    right: 8px !important;
  }

  .bottom-lg-8px {
    bottom: 8px !important;
  }

  .left-lg-8px {
    left: 8px !important;
  }
}
@media (min-width: 992px) {
  .top-lg-9px {
    top: 9px !important;
  }

  .right-9px {
    right: 9px !important;
  }

  .bottom-lg-9px {
    bottom: 9px !important;
  }

  .left-lg-9px {
    left: 9px !important;
  }
}
@media (min-width: 992px) {
  .top-lg-10px {
    top: 10px !important;
  }

  .right-10px {
    right: 10px !important;
  }

  .bottom-lg-10px {
    bottom: 10px !important;
  }

  .left-lg-10px {
    left: 10px !important;
  }
}
@media (min-width: 992px) {
  .top-lg-11px {
    top: 11px !important;
  }

  .right-11px {
    right: 11px !important;
  }

  .bottom-lg-11px {
    bottom: 11px !important;
  }

  .left-lg-11px {
    left: 11px !important;
  }
}
@media (min-width: 992px) {
  .top-lg-12px {
    top: 12px !important;
  }

  .right-12px {
    right: 12px !important;
  }

  .bottom-lg-12px {
    bottom: 12px !important;
  }

  .left-lg-12px {
    left: 12px !important;
  }
}
@media (min-width: 992px) {
  .top-lg-13px {
    top: 13px !important;
  }

  .right-13px {
    right: 13px !important;
  }

  .bottom-lg-13px {
    bottom: 13px !important;
  }

  .left-lg-13px {
    left: 13px !important;
  }
}
@media (min-width: 992px) {
  .top-lg-14px {
    top: 14px !important;
  }

  .right-14px {
    right: 14px !important;
  }

  .bottom-lg-14px {
    bottom: 14px !important;
  }

  .left-lg-14px {
    left: 14px !important;
  }
}
@media (min-width: 992px) {
  .top-lg-15px {
    top: 15px !important;
  }

  .right-15px {
    right: 15px !important;
  }

  .bottom-lg-15px {
    bottom: 15px !important;
  }

  .left-lg-15px {
    left: 15px !important;
  }
}
@media (min-width: 992px) {
  .top-lg-16px {
    top: 16px !important;
  }

  .right-16px {
    right: 16px !important;
  }

  .bottom-lg-16px {
    bottom: 16px !important;
  }

  .left-lg-16px {
    left: 16px !important;
  }
}
@media (min-width: 992px) {
  .top-lg-17px {
    top: 17px !important;
  }

  .right-17px {
    right: 17px !important;
  }

  .bottom-lg-17px {
    bottom: 17px !important;
  }

  .left-lg-17px {
    left: 17px !important;
  }
}
@media (min-width: 992px) {
  .top-lg-18px {
    top: 18px !important;
  }

  .right-18px {
    right: 18px !important;
  }

  .bottom-lg-18px {
    bottom: 18px !important;
  }

  .left-lg-18px {
    left: 18px !important;
  }
}
@media (min-width: 992px) {
  .top-lg-19px {
    top: 19px !important;
  }

  .right-19px {
    right: 19px !important;
  }

  .bottom-lg-19px {
    bottom: 19px !important;
  }

  .left-lg-19px {
    left: 19px !important;
  }
}
@media (min-width: 992px) {
  .top-lg--100px {
    top: -100px !important;
  }

  .right--100px {
    right: -100px !important;
  }

  .bottom-lg--100px {
    bottom: -100px !important;
  }

  .left-lg--100px {
    left: -100px !important;
  }
}
@media (min-width: 992px) {
  .top-lg--90px {
    top: -90px !important;
  }

  .right--90px {
    right: -90px !important;
  }

  .bottom-lg--90px {
    bottom: -90px !important;
  }

  .left-lg--90px {
    left: -90px !important;
  }
}
@media (min-width: 992px) {
  .top-lg--80px {
    top: -80px !important;
  }

  .right--80px {
    right: -80px !important;
  }

  .bottom-lg--80px {
    bottom: -80px !important;
  }

  .left-lg--80px {
    left: -80px !important;
  }
}
@media (min-width: 992px) {
  .top-lg--70px {
    top: -70px !important;
  }

  .right--70px {
    right: -70px !important;
  }

  .bottom-lg--70px {
    bottom: -70px !important;
  }

  .left-lg--70px {
    left: -70px !important;
  }
}
@media (min-width: 992px) {
  .top-lg--60px {
    top: -60px !important;
  }

  .right--60px {
    right: -60px !important;
  }

  .bottom-lg--60px {
    bottom: -60px !important;
  }

  .left-lg--60px {
    left: -60px !important;
  }
}
@media (min-width: 992px) {
  .top-lg--50px {
    top: -50px !important;
  }

  .right--50px {
    right: -50px !important;
  }

  .bottom-lg--50px {
    bottom: -50px !important;
  }

  .left-lg--50px {
    left: -50px !important;
  }
}
@media (min-width: 992px) {
  .top-lg--40px {
    top: -40px !important;
  }

  .right--40px {
    right: -40px !important;
  }

  .bottom-lg--40px {
    bottom: -40px !important;
  }

  .left-lg--40px {
    left: -40px !important;
  }
}
@media (min-width: 992px) {
  .top-lg--30px {
    top: -30px !important;
  }

  .right--30px {
    right: -30px !important;
  }

  .bottom-lg--30px {
    bottom: -30px !important;
  }

  .left-lg--30px {
    left: -30px !important;
  }
}
@media (min-width: 992px) {
  .top-lg--20px {
    top: -20px !important;
  }

  .right--20px {
    right: -20px !important;
  }

  .bottom-lg--20px {
    bottom: -20px !important;
  }

  .left-lg--20px {
    left: -20px !important;
  }
}
@media (min-width: 992px) {
  .top-lg--10px {
    top: -10px !important;
  }

  .right--10px {
    right: -10px !important;
  }

  .bottom-lg--10px {
    bottom: -10px !important;
  }

  .left-lg--10px {
    left: -10px !important;
  }
}
@media (min-width: 992px) {
  .top-lg-0px {
    top: 0px !important;
  }

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

  .bottom-lg-0px {
    bottom: 0px !important;
  }

  .left-lg-0px {
    left: 0px !important;
  }
}
@media (min-width: 992px) {
  .top-lg-10px {
    top: 10px !important;
  }

  .right-10px {
    right: 10px !important;
  }

  .bottom-lg-10px {
    bottom: 10px !important;
  }

  .left-lg-10px {
    left: 10px !important;
  }
}
@media (min-width: 992px) {
  .top-lg-20px {
    top: 20px !important;
  }

  .right-20px {
    right: 20px !important;
  }

  .bottom-lg-20px {
    bottom: 20px !important;
  }

  .left-lg-20px {
    left: 20px !important;
  }
}
@media (min-width: 992px) {
  .top-lg-30px {
    top: 30px !important;
  }

  .right-30px {
    right: 30px !important;
  }

  .bottom-lg-30px {
    bottom: 30px !important;
  }

  .left-lg-30px {
    left: 30px !important;
  }
}
@media (min-width: 992px) {
  .top-lg-40px {
    top: 40px !important;
  }

  .right-40px {
    right: 40px !important;
  }

  .bottom-lg-40px {
    bottom: 40px !important;
  }

  .left-lg-40px {
    left: 40px !important;
  }
}
@media (min-width: 992px) {
  .top-lg-50px {
    top: 50px !important;
  }

  .right-50px {
    right: 50px !important;
  }

  .bottom-lg-50px {
    bottom: 50px !important;
  }

  .left-lg-50px {
    left: 50px !important;
  }
}
@media (min-width: 992px) {
  .top-lg-60px {
    top: 60px !important;
  }

  .right-60px {
    right: 60px !important;
  }

  .bottom-lg-60px {
    bottom: 60px !important;
  }

  .left-lg-60px {
    left: 60px !important;
  }
}
@media (min-width: 992px) {
  .top-lg-70px {
    top: 70px !important;
  }

  .right-70px {
    right: 70px !important;
  }

  .bottom-lg-70px {
    bottom: 70px !important;
  }

  .left-lg-70px {
    left: 70px !important;
  }
}
@media (min-width: 992px) {
  .top-lg-80px {
    top: 80px !important;
  }

  .right-80px {
    right: 80px !important;
  }

  .bottom-lg-80px {
    bottom: 80px !important;
  }

  .left-lg-80px {
    left: 80px !important;
  }
}
@media (min-width: 992px) {
  .top-lg-90px {
    top: 90px !important;
  }

  .right-90px {
    right: 90px !important;
  }

  .bottom-lg-90px {
    bottom: 90px !important;
  }

  .left-lg-90px {
    left: 90px !important;
  }
}
@media (min-width: 992px) {
  .top-lg-100px {
    top: 100px !important;
  }

  .right-100px {
    right: 100px !important;
  }

  .bottom-lg-100px {
    bottom: 100px !important;
  }

  .left-lg-100px {
    left: 100px !important;
  }
}
@media (min-width: 1200px) {
  .top-xl--19px {
    top: -19px !important;
  }

  .right--19px {
    right: -19px !important;
  }

  .bottom-xl--19px {
    bottom: -19px !important;
  }

  .left-xl--19px {
    left: -19px !important;
  }
}
@media (min-width: 1200px) {
  .top-xl--18px {
    top: -18px !important;
  }

  .right--18px {
    right: -18px !important;
  }

  .bottom-xl--18px {
    bottom: -18px !important;
  }

  .left-xl--18px {
    left: -18px !important;
  }
}
@media (min-width: 1200px) {
  .top-xl--17px {
    top: -17px !important;
  }

  .right--17px {
    right: -17px !important;
  }

  .bottom-xl--17px {
    bottom: -17px !important;
  }

  .left-xl--17px {
    left: -17px !important;
  }
}
@media (min-width: 1200px) {
  .top-xl--16px {
    top: -16px !important;
  }

  .right--16px {
    right: -16px !important;
  }

  .bottom-xl--16px {
    bottom: -16px !important;
  }

  .left-xl--16px {
    left: -16px !important;
  }
}
@media (min-width: 1200px) {
  .top-xl--15px {
    top: -15px !important;
  }

  .right--15px {
    right: -15px !important;
  }

  .bottom-xl--15px {
    bottom: -15px !important;
  }

  .left-xl--15px {
    left: -15px !important;
  }
}
@media (min-width: 1200px) {
  .top-xl--14px {
    top: -14px !important;
  }

  .right--14px {
    right: -14px !important;
  }

  .bottom-xl--14px {
    bottom: -14px !important;
  }

  .left-xl--14px {
    left: -14px !important;
  }
}
@media (min-width: 1200px) {
  .top-xl--13px {
    top: -13px !important;
  }

  .right--13px {
    right: -13px !important;
  }

  .bottom-xl--13px {
    bottom: -13px !important;
  }

  .left-xl--13px {
    left: -13px !important;
  }
}
@media (min-width: 1200px) {
  .top-xl--12px {
    top: -12px !important;
  }

  .right--12px {
    right: -12px !important;
  }

  .bottom-xl--12px {
    bottom: -12px !important;
  }

  .left-xl--12px {
    left: -12px !important;
  }
}
@media (min-width: 1200px) {
  .top-xl--11px {
    top: -11px !important;
  }

  .right--11px {
    right: -11px !important;
  }

  .bottom-xl--11px {
    bottom: -11px !important;
  }

  .left-xl--11px {
    left: -11px !important;
  }
}
@media (min-width: 1200px) {
  .top-xl--10px {
    top: -10px !important;
  }

  .right--10px {
    right: -10px !important;
  }

  .bottom-xl--10px {
    bottom: -10px !important;
  }

  .left-xl--10px {
    left: -10px !important;
  }
}
@media (min-width: 1200px) {
  .top-xl--9px {
    top: -9px !important;
  }

  .right--9px {
    right: -9px !important;
  }

  .bottom-xl--9px {
    bottom: -9px !important;
  }

  .left-xl--9px {
    left: -9px !important;
  }
}
@media (min-width: 1200px) {
  .top-xl--8px {
    top: -8px !important;
  }

  .right--8px {
    right: -8px !important;
  }

  .bottom-xl--8px {
    bottom: -8px !important;
  }

  .left-xl--8px {
    left: -8px !important;
  }
}
@media (min-width: 1200px) {
  .top-xl--7px {
    top: -7px !important;
  }

  .right--7px {
    right: -7px !important;
  }

  .bottom-xl--7px {
    bottom: -7px !important;
  }

  .left-xl--7px {
    left: -7px !important;
  }
}
@media (min-width: 1200px) {
  .top-xl--6px {
    top: -6px !important;
  }

  .right--6px {
    right: -6px !important;
  }

  .bottom-xl--6px {
    bottom: -6px !important;
  }

  .left-xl--6px {
    left: -6px !important;
  }
}
@media (min-width: 1200px) {
  .top-xl--5px {
    top: -5px !important;
  }

  .right--5px {
    right: -5px !important;
  }

  .bottom-xl--5px {
    bottom: -5px !important;
  }

  .left-xl--5px {
    left: -5px !important;
  }
}
@media (min-width: 1200px) {
  .top-xl--4px {
    top: -4px !important;
  }

  .right--4px {
    right: -4px !important;
  }

  .bottom-xl--4px {
    bottom: -4px !important;
  }

  .left-xl--4px {
    left: -4px !important;
  }
}
@media (min-width: 1200px) {
  .top-xl--3px {
    top: -3px !important;
  }

  .right--3px {
    right: -3px !important;
  }

  .bottom-xl--3px {
    bottom: -3px !important;
  }

  .left-xl--3px {
    left: -3px !important;
  }
}
@media (min-width: 1200px) {
  .top-xl--2px {
    top: -2px !important;
  }

  .right--2px {
    right: -2px !important;
  }

  .bottom-xl--2px {
    bottom: -2px !important;
  }

  .left-xl--2px {
    left: -2px !important;
  }
}
@media (min-width: 1200px) {
  .top-xl--1px {
    top: -1px !important;
  }

  .right--1px {
    right: -1px !important;
  }

  .bottom-xl--1px {
    bottom: -1px !important;
  }

  .left-xl--1px {
    left: -1px !important;
  }
}
@media (min-width: 1200px) {
  .top-xl-0px {
    top: 0px !important;
  }

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

  .bottom-xl-0px {
    bottom: 0px !important;
  }

  .left-xl-0px {
    left: 0px !important;
  }
}
@media (min-width: 1200px) {
  .top-xl-1px {
    top: 1px !important;
  }

  .right-1px {
    right: 1px !important;
  }

  .bottom-xl-1px {
    bottom: 1px !important;
  }

  .left-xl-1px {
    left: 1px !important;
  }
}
@media (min-width: 1200px) {
  .top-xl-2px {
    top: 2px !important;
  }

  .right-2px {
    right: 2px !important;
  }

  .bottom-xl-2px {
    bottom: 2px !important;
  }

  .left-xl-2px {
    left: 2px !important;
  }
}
@media (min-width: 1200px) {
  .top-xl-3px {
    top: 3px !important;
  }

  .right-3px {
    right: 3px !important;
  }

  .bottom-xl-3px {
    bottom: 3px !important;
  }

  .left-xl-3px {
    left: 3px !important;
  }
}
@media (min-width: 1200px) {
  .top-xl-4px {
    top: 4px !important;
  }

  .right-4px {
    right: 4px !important;
  }

  .bottom-xl-4px {
    bottom: 4px !important;
  }

  .left-xl-4px {
    left: 4px !important;
  }
}
@media (min-width: 1200px) {
  .top-xl-5px {
    top: 5px !important;
  }

  .right-5px {
    right: 5px !important;
  }

  .bottom-xl-5px {
    bottom: 5px !important;
  }

  .left-xl-5px {
    left: 5px !important;
  }
}
@media (min-width: 1200px) {
  .top-xl-6px {
    top: 6px !important;
  }

  .right-6px {
    right: 6px !important;
  }

  .bottom-xl-6px {
    bottom: 6px !important;
  }

  .left-xl-6px {
    left: 6px !important;
  }
}
@media (min-width: 1200px) {
  .top-xl-7px {
    top: 7px !important;
  }

  .right-7px {
    right: 7px !important;
  }

  .bottom-xl-7px {
    bottom: 7px !important;
  }

  .left-xl-7px {
    left: 7px !important;
  }
}
@media (min-width: 1200px) {
  .top-xl-8px {
    top: 8px !important;
  }

  .right-8px {
    right: 8px !important;
  }

  .bottom-xl-8px {
    bottom: 8px !important;
  }

  .left-xl-8px {
    left: 8px !important;
  }
}
@media (min-width: 1200px) {
  .top-xl-9px {
    top: 9px !important;
  }

  .right-9px {
    right: 9px !important;
  }

  .bottom-xl-9px {
    bottom: 9px !important;
  }

  .left-xl-9px {
    left: 9px !important;
  }
}
@media (min-width: 1200px) {
  .top-xl-10px {
    top: 10px !important;
  }

  .right-10px {
    right: 10px !important;
  }

  .bottom-xl-10px {
    bottom: 10px !important;
  }

  .left-xl-10px {
    left: 10px !important;
  }
}
@media (min-width: 1200px) {
  .top-xl-11px {
    top: 11px !important;
  }

  .right-11px {
    right: 11px !important;
  }

  .bottom-xl-11px {
    bottom: 11px !important;
  }

  .left-xl-11px {
    left: 11px !important;
  }
}
@media (min-width: 1200px) {
  .top-xl-12px {
    top: 12px !important;
  }

  .right-12px {
    right: 12px !important;
  }

  .bottom-xl-12px {
    bottom: 12px !important;
  }

  .left-xl-12px {
    left: 12px !important;
  }
}
@media (min-width: 1200px) {
  .top-xl-13px {
    top: 13px !important;
  }

  .right-13px {
    right: 13px !important;
  }

  .bottom-xl-13px {
    bottom: 13px !important;
  }

  .left-xl-13px {
    left: 13px !important;
  }
}
@media (min-width: 1200px) {
  .top-xl-14px {
    top: 14px !important;
  }

  .right-14px {
    right: 14px !important;
  }

  .bottom-xl-14px {
    bottom: 14px !important;
  }

  .left-xl-14px {
    left: 14px !important;
  }
}
@media (min-width: 1200px) {
  .top-xl-15px {
    top: 15px !important;
  }

  .right-15px {
    right: 15px !important;
  }

  .bottom-xl-15px {
    bottom: 15px !important;
  }

  .left-xl-15px {
    left: 15px !important;
  }
}
@media (min-width: 1200px) {
  .top-xl-16px {
    top: 16px !important;
  }

  .right-16px {
    right: 16px !important;
  }

  .bottom-xl-16px {
    bottom: 16px !important;
  }

  .left-xl-16px {
    left: 16px !important;
  }
}
@media (min-width: 1200px) {
  .top-xl-17px {
    top: 17px !important;
  }

  .right-17px {
    right: 17px !important;
  }

  .bottom-xl-17px {
    bottom: 17px !important;
  }

  .left-xl-17px {
    left: 17px !important;
  }
}
@media (min-width: 1200px) {
  .top-xl-18px {
    top: 18px !important;
  }

  .right-18px {
    right: 18px !important;
  }

  .bottom-xl-18px {
    bottom: 18px !important;
  }

  .left-xl-18px {
    left: 18px !important;
  }
}
@media (min-width: 1200px) {
  .top-xl-19px {
    top: 19px !important;
  }

  .right-19px {
    right: 19px !important;
  }

  .bottom-xl-19px {
    bottom: 19px !important;
  }

  .left-xl-19px {
    left: 19px !important;
  }
}
@media (min-width: 1200px) {
  .top-xl--100px {
    top: -100px !important;
  }

  .right--100px {
    right: -100px !important;
  }

  .bottom-xl--100px {
    bottom: -100px !important;
  }

  .left-xl--100px {
    left: -100px !important;
  }
}
@media (min-width: 1200px) {
  .top-xl--90px {
    top: -90px !important;
  }

  .right--90px {
    right: -90px !important;
  }

  .bottom-xl--90px {
    bottom: -90px !important;
  }

  .left-xl--90px {
    left: -90px !important;
  }
}
@media (min-width: 1200px) {
  .top-xl--80px {
    top: -80px !important;
  }

  .right--80px {
    right: -80px !important;
  }

  .bottom-xl--80px {
    bottom: -80px !important;
  }

  .left-xl--80px {
    left: -80px !important;
  }
}
@media (min-width: 1200px) {
  .top-xl--70px {
    top: -70px !important;
  }

  .right--70px {
    right: -70px !important;
  }

  .bottom-xl--70px {
    bottom: -70px !important;
  }

  .left-xl--70px {
    left: -70px !important;
  }
}
@media (min-width: 1200px) {
  .top-xl--60px {
    top: -60px !important;
  }

  .right--60px {
    right: -60px !important;
  }

  .bottom-xl--60px {
    bottom: -60px !important;
  }

  .left-xl--60px {
    left: -60px !important;
  }
}
@media (min-width: 1200px) {
  .top-xl--50px {
    top: -50px !important;
  }

  .right--50px {
    right: -50px !important;
  }

  .bottom-xl--50px {
    bottom: -50px !important;
  }

  .left-xl--50px {
    left: -50px !important;
  }
}
@media (min-width: 1200px) {
  .top-xl--40px {
    top: -40px !important;
  }

  .right--40px {
    right: -40px !important;
  }

  .bottom-xl--40px {
    bottom: -40px !important;
  }

  .left-xl--40px {
    left: -40px !important;
  }
}
@media (min-width: 1200px) {
  .top-xl--30px {
    top: -30px !important;
  }

  .right--30px {
    right: -30px !important;
  }

  .bottom-xl--30px {
    bottom: -30px !important;
  }

  .left-xl--30px {
    left: -30px !important;
  }
}
@media (min-width: 1200px) {
  .top-xl--20px {
    top: -20px !important;
  }

  .right--20px {
    right: -20px !important;
  }

  .bottom-xl--20px {
    bottom: -20px !important;
  }

  .left-xl--20px {
    left: -20px !important;
  }
}
@media (min-width: 1200px) {
  .top-xl--10px {
    top: -10px !important;
  }

  .right--10px {
    right: -10px !important;
  }

  .bottom-xl--10px {
    bottom: -10px !important;
  }

  .left-xl--10px {
    left: -10px !important;
  }
}
@media (min-width: 1200px) {
  .top-xl-0px {
    top: 0px !important;
  }

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

  .bottom-xl-0px {
    bottom: 0px !important;
  }

  .left-xl-0px {
    left: 0px !important;
  }
}
@media (min-width: 1200px) {
  .top-xl-10px {
    top: 10px !important;
  }

  .right-10px {
    right: 10px !important;
  }

  .bottom-xl-10px {
    bottom: 10px !important;
  }

  .left-xl-10px {
    left: 10px !important;
  }
}
@media (min-width: 1200px) {
  .top-xl-20px {
    top: 20px !important;
  }

  .right-20px {
    right: 20px !important;
  }

  .bottom-xl-20px {
    bottom: 20px !important;
  }

  .left-xl-20px {
    left: 20px !important;
  }
}
@media (min-width: 1200px) {
  .top-xl-30px {
    top: 30px !important;
  }

  .right-30px {
    right: 30px !important;
  }

  .bottom-xl-30px {
    bottom: 30px !important;
  }

  .left-xl-30px {
    left: 30px !important;
  }
}
@media (min-width: 1200px) {
  .top-xl-40px {
    top: 40px !important;
  }

  .right-40px {
    right: 40px !important;
  }

  .bottom-xl-40px {
    bottom: 40px !important;
  }

  .left-xl-40px {
    left: 40px !important;
  }
}
@media (min-width: 1200px) {
  .top-xl-50px {
    top: 50px !important;
  }

  .right-50px {
    right: 50px !important;
  }

  .bottom-xl-50px {
    bottom: 50px !important;
  }

  .left-xl-50px {
    left: 50px !important;
  }
}
@media (min-width: 1200px) {
  .top-xl-60px {
    top: 60px !important;
  }

  .right-60px {
    right: 60px !important;
  }

  .bottom-xl-60px {
    bottom: 60px !important;
  }

  .left-xl-60px {
    left: 60px !important;
  }
}
@media (min-width: 1200px) {
  .top-xl-70px {
    top: 70px !important;
  }

  .right-70px {
    right: 70px !important;
  }

  .bottom-xl-70px {
    bottom: 70px !important;
  }

  .left-xl-70px {
    left: 70px !important;
  }
}
@media (min-width: 1200px) {
  .top-xl-80px {
    top: 80px !important;
  }

  .right-80px {
    right: 80px !important;
  }

  .bottom-xl-80px {
    bottom: 80px !important;
  }

  .left-xl-80px {
    left: 80px !important;
  }
}
@media (min-width: 1200px) {
  .top-xl-90px {
    top: 90px !important;
  }

  .right-90px {
    right: 90px !important;
  }

  .bottom-xl-90px {
    bottom: 90px !important;
  }

  .left-xl-90px {
    left: 90px !important;
  }
}
@media (min-width: 1200px) {
  .top-xl-100px {
    top: 100px !important;
  }

  .right-100px {
    right: 100px !important;
  }

  .bottom-xl-100px {
    bottom: 100px !important;
  }

  .left-xl-100px {
    left: 100px !important;
  }
}
.top--19rem {
  top: -19rem !important;
}

.left--19rem {
  left: -19rem !important;
}

.bottom--19rem {
  bottom: -19rem !important;
}

.right--19rem {
  right: -19rem !important;
}

.top--18rem {
  top: -18rem !important;
}

.left--18rem {
  left: -18rem !important;
}

.bottom--18rem {
  bottom: -18rem !important;
}

.right--18rem {
  right: -18rem !important;
}

.top--17rem {
  top: -17rem !important;
}

.left--17rem {
  left: -17rem !important;
}

.bottom--17rem {
  bottom: -17rem !important;
}

.right--17rem {
  right: -17rem !important;
}

.top--16rem {
  top: -16rem !important;
}

.left--16rem {
  left: -16rem !important;
}

.bottom--16rem {
  bottom: -16rem !important;
}

.right--16rem {
  right: -16rem !important;
}

.top--15rem {
  top: -15rem !important;
}

.left--15rem {
  left: -15rem !important;
}

.bottom--15rem {
  bottom: -15rem !important;
}

.right--15rem {
  right: -15rem !important;
}

.top--14rem {
  top: -14rem !important;
}

.left--14rem {
  left: -14rem !important;
}

.bottom--14rem {
  bottom: -14rem !important;
}

.right--14rem {
  right: -14rem !important;
}

.top--13rem {
  top: -13rem !important;
}

.left--13rem {
  left: -13rem !important;
}

.bottom--13rem {
  bottom: -13rem !important;
}

.right--13rem {
  right: -13rem !important;
}

.top--12rem {
  top: -12rem !important;
}

.left--12rem {
  left: -12rem !important;
}

.bottom--12rem {
  bottom: -12rem !important;
}

.right--12rem {
  right: -12rem !important;
}

.top--11rem {
  top: -11rem !important;
}

.left--11rem {
  left: -11rem !important;
}

.bottom--11rem {
  bottom: -11rem !important;
}

.right--11rem {
  right: -11rem !important;
}

.top--10rem {
  top: -10rem !important;
}

.left--10rem {
  left: -10rem !important;
}

.bottom--10rem {
  bottom: -10rem !important;
}

.right--10rem {
  right: -10rem !important;
}

.top--9rem {
  top: -9rem !important;
}

.left--9rem {
  left: -9rem !important;
}

.bottom--9rem {
  bottom: -9rem !important;
}

.right--9rem {
  right: -9rem !important;
}

.top--8rem {
  top: -8rem !important;
}

.left--8rem {
  left: -8rem !important;
}

.bottom--8rem {
  bottom: -8rem !important;
}

.right--8rem {
  right: -8rem !important;
}

.top--7rem {
  top: -7rem !important;
}

.left--7rem {
  left: -7rem !important;
}

.bottom--7rem {
  bottom: -7rem !important;
}

.right--7rem {
  right: -7rem !important;
}

.top--6rem {
  top: -6rem !important;
}

.left--6rem {
  left: -6rem !important;
}

.bottom--6rem {
  bottom: -6rem !important;
}

.right--6rem {
  right: -6rem !important;
}

.top--5rem {
  top: -5rem !important;
}

.left--5rem {
  left: -5rem !important;
}

.bottom--5rem {
  bottom: -5rem !important;
}

.right--5rem {
  right: -5rem !important;
}

.top--4rem {
  top: -4rem !important;
}

.left--4rem {
  left: -4rem !important;
}

.bottom--4rem {
  bottom: -4rem !important;
}

.right--4rem {
  right: -4rem !important;
}

.top--3rem {
  top: -3rem !important;
}

.left--3rem {
  left: -3rem !important;
}

.bottom--3rem {
  bottom: -3rem !important;
}

.right--3rem {
  right: -3rem !important;
}

.top--2rem {
  top: -2rem !important;
}

.left--2rem {
  left: -2rem !important;
}

.bottom--2rem {
  bottom: -2rem !important;
}

.right--2rem {
  right: -2rem !important;
}

.top--1rem {
  top: -1rem !important;
}

.left--1rem {
  left: -1rem !important;
}

.bottom--1rem {
  bottom: -1rem !important;
}

.right--1rem {
  right: -1rem !important;
}

.top-0rem {
  top: 0rem !important;
}

.left-0rem {
  left: 0rem !important;
}

.bottom-0rem {
  bottom: 0rem !important;
}

.right-0rem {
  right: 0rem !important;
}

.top-1rem {
  top: 1rem !important;
}

.left-1rem {
  left: 1rem !important;
}

.bottom-1rem {
  bottom: 1rem !important;
}

.right-1rem {
  right: 1rem !important;
}

.top-2rem {
  top: 2rem !important;
}

.left-2rem {
  left: 2rem !important;
}

.bottom-2rem {
  bottom: 2rem !important;
}

.right-2rem {
  right: 2rem !important;
}

.top-3rem {
  top: 3rem !important;
}

.left-3rem {
  left: 3rem !important;
}

.bottom-3rem {
  bottom: 3rem !important;
}

.right-3rem {
  right: 3rem !important;
}

.top-4rem {
  top: 4rem !important;
}

.left-4rem {
  left: 4rem !important;
}

.bottom-4rem {
  bottom: 4rem !important;
}

.right-4rem {
  right: 4rem !important;
}

.top-5rem {
  top: 5rem !important;
}

.left-5rem {
  left: 5rem !important;
}

.bottom-5rem {
  bottom: 5rem !important;
}

.right-5rem {
  right: 5rem !important;
}

.top-6rem {
  top: 6rem !important;
}

.left-6rem {
  left: 6rem !important;
}

.bottom-6rem {
  bottom: 6rem !important;
}

.right-6rem {
  right: 6rem !important;
}

.top-7rem {
  top: 7rem !important;
}

.left-7rem {
  left: 7rem !important;
}

.bottom-7rem {
  bottom: 7rem !important;
}

.right-7rem {
  right: 7rem !important;
}

.top-8rem {
  top: 8rem !important;
}

.left-8rem {
  left: 8rem !important;
}

.bottom-8rem {
  bottom: 8rem !important;
}

.right-8rem {
  right: 8rem !important;
}

.top-9rem {
  top: 9rem !important;
}

.left-9rem {
  left: 9rem !important;
}

.bottom-9rem {
  bottom: 9rem !important;
}

.right-9rem {
  right: 9rem !important;
}

.top-10rem {
  top: 10rem !important;
}

.left-10rem {
  left: 10rem !important;
}

.bottom-10rem {
  bottom: 10rem !important;
}

.right-10rem {
  right: 10rem !important;
}

.top-11rem {
  top: 11rem !important;
}

.left-11rem {
  left: 11rem !important;
}

.bottom-11rem {
  bottom: 11rem !important;
}

.right-11rem {
  right: 11rem !important;
}

.top-12rem {
  top: 12rem !important;
}

.left-12rem {
  left: 12rem !important;
}

.bottom-12rem {
  bottom: 12rem !important;
}

.right-12rem {
  right: 12rem !important;
}

.top-13rem {
  top: 13rem !important;
}

.left-13rem {
  left: 13rem !important;
}

.bottom-13rem {
  bottom: 13rem !important;
}

.right-13rem {
  right: 13rem !important;
}

.top-14rem {
  top: 14rem !important;
}

.left-14rem {
  left: 14rem !important;
}

.bottom-14rem {
  bottom: 14rem !important;
}

.right-14rem {
  right: 14rem !important;
}

.top-15rem {
  top: 15rem !important;
}

.left-15rem {
  left: 15rem !important;
}

.bottom-15rem {
  bottom: 15rem !important;
}

.right-15rem {
  right: 15rem !important;
}

.top-16rem {
  top: 16rem !important;
}

.left-16rem {
  left: 16rem !important;
}

.bottom-16rem {
  bottom: 16rem !important;
}

.right-16rem {
  right: 16rem !important;
}

.top-17rem {
  top: 17rem !important;
}

.left-17rem {
  left: 17rem !important;
}

.bottom-17rem {
  bottom: 17rem !important;
}

.right-17rem {
  right: 17rem !important;
}

.top-18rem {
  top: 18rem !important;
}

.left-18rem {
  left: 18rem !important;
}

.bottom-18rem {
  bottom: 18rem !important;
}

.right-18rem {
  right: 18rem !important;
}

.top-19rem {
  top: 19rem !important;
}

.left-19rem {
  left: 19rem !important;
}

.bottom-19rem {
  bottom: 19rem !important;
}

.right-19rem {
  right: 19rem !important;
}

/* s'utilise dans un conteneur dont la hauteur est spécifiée */
.vertical-center {
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
  left: 50%;
  top: 50%;
}

.vertical-center-left {
  position: absolute;
  transform: translateX(0) translateY(-50%);
  left: 0;
  top: 50%;
}

.vertical-center-right {
  position: absolute;
  transform: translateX(0) translateY(-50%);
  right: 0;
  top: 50%;
}

.vertical-center-left {
  position: absolute;
  transform: translateX(0) translateY(-50%);
  left: 0;
  top: 50%;
}

.vertical-baseline {
  position: absolute;
  transform: translateX(-50%) translateY(0);
  left: 50%;
  top: 0;
}

.vertical-end {
  position: absolute;
  transform: translateX(-50%) translateY(0);
  left: 50%;
  bottom: 0;
}

/********************** ROTATE *********************/
.rotate--90deg {
  transform: rotate(-90deg);
}

.rotate--89deg {
  transform: rotate(-89deg);
}

.rotate--88deg {
  transform: rotate(-88deg);
}

.rotate--87deg {
  transform: rotate(-87deg);
}

.rotate--86deg {
  transform: rotate(-86deg);
}

.rotate--85deg {
  transform: rotate(-85deg);
}

.rotate--84deg {
  transform: rotate(-84deg);
}

.rotate--83deg {
  transform: rotate(-83deg);
}

.rotate--82deg {
  transform: rotate(-82deg);
}

.rotate--81deg {
  transform: rotate(-81deg);
}

.rotate--80deg {
  transform: rotate(-80deg);
}

.rotate--79deg {
  transform: rotate(-79deg);
}

.rotate--78deg {
  transform: rotate(-78deg);
}

.rotate--77deg {
  transform: rotate(-77deg);
}

.rotate--76deg {
  transform: rotate(-76deg);
}

.rotate--75deg {
  transform: rotate(-75deg);
}

.rotate--74deg {
  transform: rotate(-74deg);
}

.rotate--73deg {
  transform: rotate(-73deg);
}

.rotate--72deg {
  transform: rotate(-72deg);
}

.rotate--71deg {
  transform: rotate(-71deg);
}

.rotate--70deg {
  transform: rotate(-70deg);
}

.rotate--69deg {
  transform: rotate(-69deg);
}

.rotate--68deg {
  transform: rotate(-68deg);
}

.rotate--67deg {
  transform: rotate(-67deg);
}

.rotate--66deg {
  transform: rotate(-66deg);
}

.rotate--65deg {
  transform: rotate(-65deg);
}

.rotate--64deg {
  transform: rotate(-64deg);
}

.rotate--63deg {
  transform: rotate(-63deg);
}

.rotate--62deg {
  transform: rotate(-62deg);
}

.rotate--61deg {
  transform: rotate(-61deg);
}

.rotate--60deg {
  transform: rotate(-60deg);
}

.rotate--59deg {
  transform: rotate(-59deg);
}

.rotate--58deg {
  transform: rotate(-58deg);
}

.rotate--57deg {
  transform: rotate(-57deg);
}

.rotate--56deg {
  transform: rotate(-56deg);
}

.rotate--55deg {
  transform: rotate(-55deg);
}

.rotate--54deg {
  transform: rotate(-54deg);
}

.rotate--53deg {
  transform: rotate(-53deg);
}

.rotate--52deg {
  transform: rotate(-52deg);
}

.rotate--51deg {
  transform: rotate(-51deg);
}

.rotate--50deg {
  transform: rotate(-50deg);
}

.rotate--49deg {
  transform: rotate(-49deg);
}

.rotate--48deg {
  transform: rotate(-48deg);
}

.rotate--47deg {
  transform: rotate(-47deg);
}

.rotate--46deg {
  transform: rotate(-46deg);
}

.rotate--45deg {
  transform: rotate(-45deg);
}

.rotate--44deg {
  transform: rotate(-44deg);
}

.rotate--43deg {
  transform: rotate(-43deg);
}

.rotate--42deg {
  transform: rotate(-42deg);
}

.rotate--41deg {
  transform: rotate(-41deg);
}

.rotate--40deg {
  transform: rotate(-40deg);
}

.rotate--39deg {
  transform: rotate(-39deg);
}

.rotate--38deg {
  transform: rotate(-38deg);
}

.rotate--37deg {
  transform: rotate(-37deg);
}

.rotate--36deg {
  transform: rotate(-36deg);
}

.rotate--35deg {
  transform: rotate(-35deg);
}

.rotate--34deg {
  transform: rotate(-34deg);
}

.rotate--33deg {
  transform: rotate(-33deg);
}

.rotate--32deg {
  transform: rotate(-32deg);
}

.rotate--31deg {
  transform: rotate(-31deg);
}

.rotate--30deg {
  transform: rotate(-30deg);
}

.rotate--29deg {
  transform: rotate(-29deg);
}

.rotate--28deg {
  transform: rotate(-28deg);
}

.rotate--27deg {
  transform: rotate(-27deg);
}

.rotate--26deg {
  transform: rotate(-26deg);
}

.rotate--25deg {
  transform: rotate(-25deg);
}

.rotate--24deg {
  transform: rotate(-24deg);
}

.rotate--23deg {
  transform: rotate(-23deg);
}

.rotate--22deg {
  transform: rotate(-22deg);
}

.rotate--21deg {
  transform: rotate(-21deg);
}

.rotate--20deg {
  transform: rotate(-20deg);
}

.rotate--19deg {
  transform: rotate(-19deg);
}

.rotate--18deg {
  transform: rotate(-18deg);
}

.rotate--17deg {
  transform: rotate(-17deg);
}

.rotate--16deg {
  transform: rotate(-16deg);
}

.rotate--15deg {
  transform: rotate(-15deg);
}

.rotate--14deg {
  transform: rotate(-14deg);
}

.rotate--13deg {
  transform: rotate(-13deg);
}

.rotate--12deg {
  transform: rotate(-12deg);
}

.rotate--11deg {
  transform: rotate(-11deg);
}

.rotate--10deg {
  transform: rotate(-10deg);
}

.rotate--9deg {
  transform: rotate(-9deg);
}

.rotate--8deg {
  transform: rotate(-8deg);
}

.rotate--7deg {
  transform: rotate(-7deg);
}

.rotate--6deg {
  transform: rotate(-6deg);
}

.rotate--5deg {
  transform: rotate(-5deg);
}

.rotate--4deg {
  transform: rotate(-4deg);
}

.rotate--3deg {
  transform: rotate(-3deg);
}

.rotate--2deg {
  transform: rotate(-2deg);
}

.rotate--1deg {
  transform: rotate(-1deg);
}

.rotate-0deg {
  transform: rotate(0deg);
}

.rotate-1deg {
  transform: rotate(1deg);
}

.rotate-2deg {
  transform: rotate(2deg);
}

.rotate-3deg {
  transform: rotate(3deg);
}

.rotate-4deg {
  transform: rotate(4deg);
}

.rotate-5deg {
  transform: rotate(5deg);
}

.rotate-6deg {
  transform: rotate(6deg);
}

.rotate-7deg {
  transform: rotate(7deg);
}

.rotate-8deg {
  transform: rotate(8deg);
}

.rotate-9deg {
  transform: rotate(9deg);
}

.rotate-10deg {
  transform: rotate(10deg);
}

.rotate-11deg {
  transform: rotate(11deg);
}

.rotate-12deg {
  transform: rotate(12deg);
}

.rotate-13deg {
  transform: rotate(13deg);
}

.rotate-14deg {
  transform: rotate(14deg);
}

.rotate-15deg {
  transform: rotate(15deg);
}

.rotate-16deg {
  transform: rotate(16deg);
}

.rotate-17deg {
  transform: rotate(17deg);
}

.rotate-18deg {
  transform: rotate(18deg);
}

.rotate-19deg {
  transform: rotate(19deg);
}

.rotate-20deg {
  transform: rotate(20deg);
}

.rotate-21deg {
  transform: rotate(21deg);
}

.rotate-22deg {
  transform: rotate(22deg);
}

.rotate-23deg {
  transform: rotate(23deg);
}

.rotate-24deg {
  transform: rotate(24deg);
}

.rotate-25deg {
  transform: rotate(25deg);
}

.rotate-26deg {
  transform: rotate(26deg);
}

.rotate-27deg {
  transform: rotate(27deg);
}

.rotate-28deg {
  transform: rotate(28deg);
}

.rotate-29deg {
  transform: rotate(29deg);
}

.rotate-30deg {
  transform: rotate(30deg);
}

.rotate-31deg {
  transform: rotate(31deg);
}

.rotate-32deg {
  transform: rotate(32deg);
}

.rotate-33deg {
  transform: rotate(33deg);
}

.rotate-34deg {
  transform: rotate(34deg);
}

.rotate-35deg {
  transform: rotate(35deg);
}

.rotate-36deg {
  transform: rotate(36deg);
}

.rotate-37deg {
  transform: rotate(37deg);
}

.rotate-38deg {
  transform: rotate(38deg);
}

.rotate-39deg {
  transform: rotate(39deg);
}

.rotate-40deg {
  transform: rotate(40deg);
}

.rotate-41deg {
  transform: rotate(41deg);
}

.rotate-42deg {
  transform: rotate(42deg);
}

.rotate-43deg {
  transform: rotate(43deg);
}

.rotate-44deg {
  transform: rotate(44deg);
}

.rotate-45deg {
  transform: rotate(45deg);
}

.rotate-46deg {
  transform: rotate(46deg);
}

.rotate-47deg {
  transform: rotate(47deg);
}

.rotate-48deg {
  transform: rotate(48deg);
}

.rotate-49deg {
  transform: rotate(49deg);
}

.rotate-50deg {
  transform: rotate(50deg);
}

.rotate-51deg {
  transform: rotate(51deg);
}

.rotate-52deg {
  transform: rotate(52deg);
}

.rotate-53deg {
  transform: rotate(53deg);
}

.rotate-54deg {
  transform: rotate(54deg);
}

.rotate-55deg {
  transform: rotate(55deg);
}

.rotate-56deg {
  transform: rotate(56deg);
}

.rotate-57deg {
  transform: rotate(57deg);
}

.rotate-58deg {
  transform: rotate(58deg);
}

.rotate-59deg {
  transform: rotate(59deg);
}

.rotate-60deg {
  transform: rotate(60deg);
}

.rotate-61deg {
  transform: rotate(61deg);
}

.rotate-62deg {
  transform: rotate(62deg);
}

.rotate-63deg {
  transform: rotate(63deg);
}

.rotate-64deg {
  transform: rotate(64deg);
}

.rotate-65deg {
  transform: rotate(65deg);
}

.rotate-66deg {
  transform: rotate(66deg);
}

.rotate-67deg {
  transform: rotate(67deg);
}

.rotate-68deg {
  transform: rotate(68deg);
}

.rotate-69deg {
  transform: rotate(69deg);
}

.rotate-70deg {
  transform: rotate(70deg);
}

.rotate-71deg {
  transform: rotate(71deg);
}

.rotate-72deg {
  transform: rotate(72deg);
}

.rotate-73deg {
  transform: rotate(73deg);
}

.rotate-74deg {
  transform: rotate(74deg);
}

.rotate-75deg {
  transform: rotate(75deg);
}

.rotate-76deg {
  transform: rotate(76deg);
}

.rotate-77deg {
  transform: rotate(77deg);
}

.rotate-78deg {
  transform: rotate(78deg);
}

.rotate-79deg {
  transform: rotate(79deg);
}

.rotate-80deg {
  transform: rotate(80deg);
}

.rotate-81deg {
  transform: rotate(81deg);
}

.rotate-82deg {
  transform: rotate(82deg);
}

.rotate-83deg {
  transform: rotate(83deg);
}

.rotate-84deg {
  transform: rotate(84deg);
}

.rotate-85deg {
  transform: rotate(85deg);
}

.rotate-86deg {
  transform: rotate(86deg);
}

.rotate-87deg {
  transform: rotate(87deg);
}

.rotate-88deg {
  transform: rotate(88deg);
}

.rotate-89deg {
  transform: rotate(89deg);
}

/***************************************************/
/*                                                 */
/*                     OPACITY                     */
/*                                                 */
/***************************************************/
.opacity-00 {
  opacity: 0;
}

.opacity-01 {
  opacity: 0.1;
}

.opacity-02 {
  opacity: 0.2;
}

.opacity-03 {
  opacity: 0.3;
}

.opacity-04 {
  opacity: 0.4;
}

.opacity-05 {
  opacity: 0.5;
}

.opacity-06 {
  opacity: 0.6;
}

.opacity-07 {
  opacity: 0.7;
}

.opacity-08 {
  opacity: 0.8;
}

.opacity-09 {
  opacity: 0.9;
}

.opacity-10 {
  opacity: 1;
}

.opacity-transition {
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.full-mask {
  /* cette class fonctionne avec les méthodes fullMaskShow et fullMaskDestroy */
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: black;
}

/***************************************************/
/*                                                 */
/*                     BORDER                      */
/*                                                 */
/***************************************************/
.border-no {
  border: none !important;
}

@media (min-width: 0) {
  .border-no-above-min-xs {
    border: none !important;
  }
}
@media (min-width: 576px) {
  .border-no-above-min-sm {
    border: none !important;
  }
}
@media (min-width: 768px) {
  .border-no-above-min-md {
    border: none !important;
  }
}
@media (min-width: 992px) {
  .border-no-above-min-lg {
    border: none !important;
  }
}
@media (min-width: 1200px) {
  .border-no-above-min-xl {
    border: none !important;
  }
}
@media (max-width: 0) {
  .border-no-under-min-xs {
    border: none !important;
  }
}
@media (max-width: 576px) {
  .border-no-under-min-sm {
    border: none !important;
  }
}
@media (max-width: 768px) {
  .border-no-under-min-md {
    border: none !important;
  }
}
@media (max-width: 992px) {
  .border-no-under-min-lg {
    border: none !important;
  }
}
@media (max-width: 1200px) {
  .border-no-under-min-xl {
    border: none !important;
  }
}
/***************************************************/
/*                                                 */
/*                      VIDEO                      */
/*                                                 */
/***************************************************/
video.fullVideo {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -101;
  transform: translateX(-50%) translateY(-50%);
  background-size: cover;
}

.fullDarken {
  position: fixed;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  transition: 1s opacity;
}

video.fullScreen {
  display: block;
}

.rotate {
  -webkit-transition: transform 3s ease;
  -moz-transition: transform 3s ease;
  -ms-transition: transform 3s ease;
  -o-transition: transform 3s ease;
  transition: transform 3s ease;
}

.rotate:hover {
  transform: rotate(1000deg);
}

/***************************************************/
/*                                                 */
/*                 RATIO-CONTENT                   */
/*                                                 */
/***************************************************/
/* permet de couper l'image selon un ratio largeur/hauteur défini */
.ratio-1-1 {
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.ratio-2-1 {
  width: 100%;
  padding-top: calc(50% - 0.25rem);
  position: relative;
}

.ratio-3-1 {
  width: 100%;
  padding-top: 33%;
  position: relative;
}

.ratio-4-1 {
  width: 100%;
  padding-top: 25%;
  position: relative;
}

.ratio-3-2 {
  width: 100%;
  padding-top: 66%;
  position: relative;
}

.ratio-1-1_25 {
  width: 100%;
  padding-top: 125%;
  position: relative;
}

.ratio-1-1_33 {
  width: 100%;
  padding-top: 133%;
  position: relative;
}

.ratio-1-2 {
  width: 100%;
  padding-top: calc(200% + 0.5rem);
  position: relative;
}

.ratio-4-3 {
  width: 100%;
  padding-top: 62.5%;
  position: relative;
}

@media (min-width: 768px) {
  .ratio-2-1-md {
    padding-top: calc(50% - 0.25rem);
  }
}
.ratio-content {
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.ratio-content img {
  object-fit: cover;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.ratio-content img.img-position-top-0 {
  object-position: 50% 0% !important;
}

.ratio-content img.img-position-top-1 {
  object-position: 50% 1% !important;
}

.ratio-content img.img-position-top-2 {
  object-position: 50% 2% !important;
}

.ratio-content img.img-position-top-3 {
  object-position: 50% 3% !important;
}

.ratio-content img.img-position-top-4 {
  object-position: 50% 4% !important;
}

.ratio-content img.img-position-top-5 {
  object-position: 50% 5% !important;
}

.ratio-content img.img-position-top-6 {
  object-position: 50% 6% !important;
}

.ratio-content img.img-position-top-7 {
  object-position: 50% 7% !important;
}

.ratio-content img.img-position-top-8 {
  object-position: 50% 8% !important;
}

.ratio-content img.img-position-top-9 {
  object-position: 50% 9% !important;
}

.ratio-content img.img-position-top-10 {
  object-position: 50% 10% !important;
}

.ratio-content img.img-position-top-11 {
  object-position: 50% 11% !important;
}

.ratio-content img.img-position-top-12 {
  object-position: 50% 12% !important;
}

.ratio-content img.img-position-top-13 {
  object-position: 50% 13% !important;
}

.ratio-content img.img-position-top-14 {
  object-position: 50% 14% !important;
}

.ratio-content img.img-position-top-15 {
  object-position: 50% 15% !important;
}

.ratio-content img.img-position-top-16 {
  object-position: 50% 16% !important;
}

.ratio-content img.img-position-top-17 {
  object-position: 50% 17% !important;
}

.ratio-content img.img-position-top-18 {
  object-position: 50% 18% !important;
}

.ratio-content img.img-position-top-19 {
  object-position: 50% 19% !important;
}

.ratio-content img.img-position-top-20 {
  object-position: 50% 20% !important;
}

.ratio-content img.img-position-top-21 {
  object-position: 50% 21% !important;
}

.ratio-content img.img-position-top-22 {
  object-position: 50% 22% !important;
}

.ratio-content img.img-position-top-23 {
  object-position: 50% 23% !important;
}

.ratio-content img.img-position-top-24 {
  object-position: 50% 24% !important;
}

.ratio-content img.img-position-top-25 {
  object-position: 50% 25% !important;
}

.ratio-content img.img-position-top-26 {
  object-position: 50% 26% !important;
}

.ratio-content img.img-position-top-27 {
  object-position: 50% 27% !important;
}

.ratio-content img.img-position-top-28 {
  object-position: 50% 28% !important;
}

.ratio-content img.img-position-top-29 {
  object-position: 50% 29% !important;
}

.ratio-content img.img-position-top-30 {
  object-position: 50% 30% !important;
}

.ratio-content img.img-position-top-31 {
  object-position: 50% 31% !important;
}

.ratio-content img.img-position-top-32 {
  object-position: 50% 32% !important;
}

.ratio-content img.img-position-top-33 {
  object-position: 50% 33% !important;
}

.ratio-content img.img-position-top-34 {
  object-position: 50% 34% !important;
}

.ratio-content img.img-position-top-35 {
  object-position: 50% 35% !important;
}

.ratio-content img.img-position-top-36 {
  object-position: 50% 36% !important;
}

.ratio-content img.img-position-top-37 {
  object-position: 50% 37% !important;
}

.ratio-content img.img-position-top-38 {
  object-position: 50% 38% !important;
}

.ratio-content img.img-position-top-39 {
  object-position: 50% 39% !important;
}

.ratio-content img.img-position-top-40 {
  object-position: 50% 40% !important;
}

.ratio-content img.img-position-top-41 {
  object-position: 50% 41% !important;
}

.ratio-content img.img-position-top-42 {
  object-position: 50% 42% !important;
}

.ratio-content img.img-position-top-43 {
  object-position: 50% 43% !important;
}

.ratio-content img.img-position-top-44 {
  object-position: 50% 44% !important;
}

.ratio-content img.img-position-top-45 {
  object-position: 50% 45% !important;
}

.ratio-content img.img-position-top-46 {
  object-position: 50% 46% !important;
}

.ratio-content img.img-position-top-47 {
  object-position: 50% 47% !important;
}

.ratio-content img.img-position-top-48 {
  object-position: 50% 48% !important;
}

.ratio-content img.img-position-top-49 {
  object-position: 50% 49% !important;
}

.ratio-content img.img-position-top-50 {
  object-position: 50% 50% !important;
}

.ratio-content img.img-position-top-51 {
  object-position: 50% 51% !important;
}

.ratio-content img.img-position-top-52 {
  object-position: 50% 52% !important;
}

.ratio-content img.img-position-top-53 {
  object-position: 50% 53% !important;
}

.ratio-content img.img-position-top-54 {
  object-position: 50% 54% !important;
}

.ratio-content img.img-position-top-55 {
  object-position: 50% 55% !important;
}

.ratio-content img.img-position-top-56 {
  object-position: 50% 56% !important;
}

.ratio-content img.img-position-top-57 {
  object-position: 50% 57% !important;
}

.ratio-content img.img-position-top-58 {
  object-position: 50% 58% !important;
}

.ratio-content img.img-position-top-59 {
  object-position: 50% 59% !important;
}

.ratio-content img.img-position-top-60 {
  object-position: 50% 60% !important;
}

.ratio-content img.img-position-top-61 {
  object-position: 50% 61% !important;
}

.ratio-content img.img-position-top-62 {
  object-position: 50% 62% !important;
}

.ratio-content img.img-position-top-63 {
  object-position: 50% 63% !important;
}

.ratio-content img.img-position-top-64 {
  object-position: 50% 64% !important;
}

.ratio-content img.img-position-top-65 {
  object-position: 50% 65% !important;
}

.ratio-content img.img-position-top-66 {
  object-position: 50% 66% !important;
}

.ratio-content img.img-position-top-67 {
  object-position: 50% 67% !important;
}

.ratio-content img.img-position-top-68 {
  object-position: 50% 68% !important;
}

.ratio-content img.img-position-top-69 {
  object-position: 50% 69% !important;
}

.ratio-content img.img-position-top-70 {
  object-position: 50% 70% !important;
}

.ratio-content img.img-position-top-71 {
  object-position: 50% 71% !important;
}

.ratio-content img.img-position-top-72 {
  object-position: 50% 72% !important;
}

.ratio-content img.img-position-top-73 {
  object-position: 50% 73% !important;
}

.ratio-content img.img-position-top-74 {
  object-position: 50% 74% !important;
}

.ratio-content img.img-position-top-75 {
  object-position: 50% 75% !important;
}

.ratio-content img.img-position-top-76 {
  object-position: 50% 76% !important;
}

.ratio-content img.img-position-top-77 {
  object-position: 50% 77% !important;
}

.ratio-content img.img-position-top-78 {
  object-position: 50% 78% !important;
}

.ratio-content img.img-position-top-79 {
  object-position: 50% 79% !important;
}

.ratio-content img.img-position-top-80 {
  object-position: 50% 80% !important;
}

.ratio-content img.img-position-top-81 {
  object-position: 50% 81% !important;
}

.ratio-content img.img-position-top-82 {
  object-position: 50% 82% !important;
}

.ratio-content img.img-position-top-83 {
  object-position: 50% 83% !important;
}

.ratio-content img.img-position-top-84 {
  object-position: 50% 84% !important;
}

.ratio-content img.img-position-top-85 {
  object-position: 50% 85% !important;
}

.ratio-content img.img-position-top-86 {
  object-position: 50% 86% !important;
}

.ratio-content img.img-position-top-87 {
  object-position: 50% 87% !important;
}

.ratio-content img.img-position-top-88 {
  object-position: 50% 88% !important;
}

.ratio-content img.img-position-top-89 {
  object-position: 50% 89% !important;
}

.ratio-content img.img-position-top-90 {
  object-position: 50% 90% !important;
}

.ratio-content img.img-position-top-91 {
  object-position: 50% 91% !important;
}

.ratio-content img.img-position-top-92 {
  object-position: 50% 92% !important;
}

.ratio-content img.img-position-top-93 {
  object-position: 50% 93% !important;
}

.ratio-content img.img-position-top-94 {
  object-position: 50% 94% !important;
}

.ratio-content img.img-position-top-95 {
  object-position: 50% 95% !important;
}

.ratio-content img.img-position-top-96 {
  object-position: 50% 96% !important;
}

.ratio-content img.img-position-top-97 {
  object-position: 50% 97% !important;
}

.ratio-content img.img-position-top-98 {
  object-position: 50% 98% !important;
}

.ratio-content img.img-position-top-99 {
  object-position: 50% 99% !important;
}

.ratio-content img.img-position-top-100 {
  object-position: 50% 100% !important;
}

/***************************************************/
/*                                                 */
/*                     SHADOW                      */
/*                                                 */
/***************************************************/
.box-shadow-1 {
  -moz-box-shadow: 0 0 1px #666;
  -webkit-box-shadow: 0 0 1px #666;
  box-shadow: 0 0 1px #666;
}

.drop-shadow-1 {
  -webkit-filter: drop-shadow(0px 0px 1px #666);
  filter: drop-shadow(0px 0px 1px #666);
}

.box-shadow-2 {
  -moz-box-shadow: 0 0 2px #666;
  -webkit-box-shadow: 0 0 2px #666;
  box-shadow: 0 0 2px #666;
}

.drop-shadow-2 {
  -webkit-filter: drop-shadow(0px 0px 2px #666);
  filter: drop-shadow(0px 0px 2px #666);
}

.box-shadow-3 {
  -moz-box-shadow: 0 0 3px #666;
  -webkit-box-shadow: 0 0 3px #666;
  box-shadow: 0 0 3px #666;
}

.drop-shadow-3 {
  -webkit-filter: drop-shadow(0px 0px 3px #666);
  filter: drop-shadow(0px 0px 3px #666);
}

.box-shadow-4 {
  -moz-box-shadow: 0 0 4px #666;
  -webkit-box-shadow: 0 0 4px #666;
  box-shadow: 0 0 4px #666;
}

.drop-shadow-4 {
  -webkit-filter: drop-shadow(0px 0px 4px #666);
  filter: drop-shadow(0px 0px 4px #666);
}

.box-shadow-5 {
  -moz-box-shadow: 0 0 5px #666;
  -webkit-box-shadow: 0 0 5px #666;
  box-shadow: 0 0 5px #666;
}

.drop-shadow-5 {
  -webkit-filter: drop-shadow(0px 0px 5px #666);
  filter: drop-shadow(0px 0px 5px #666);
}

.box-shadow-6 {
  -moz-box-shadow: 0 0 6px #666;
  -webkit-box-shadow: 0 0 6px #666;
  box-shadow: 0 0 6px #666;
}

.drop-shadow-6 {
  -webkit-filter: drop-shadow(0px 0px 6px #666);
  filter: drop-shadow(0px 0px 6px #666);
}

.box-shadow-7 {
  -moz-box-shadow: 0 0 7px #666;
  -webkit-box-shadow: 0 0 7px #666;
  box-shadow: 0 0 7px #666;
}

.drop-shadow-7 {
  -webkit-filter: drop-shadow(0px 0px 7px #666);
  filter: drop-shadow(0px 0px 7px #666);
}

.box-shadow-8 {
  -moz-box-shadow: 0 0 8px #666;
  -webkit-box-shadow: 0 0 8px #666;
  box-shadow: 0 0 8px #666;
}

.drop-shadow-8 {
  -webkit-filter: drop-shadow(0px 0px 8px #666);
  filter: drop-shadow(0px 0px 8px #666);
}

.box-shadow-9 {
  -moz-box-shadow: 0 0 9px #666;
  -webkit-box-shadow: 0 0 9px #666;
  box-shadow: 0 0 9px #666;
}

.drop-shadow-9 {
  -webkit-filter: drop-shadow(0px 0px 9px #666);
  filter: drop-shadow(0px 0px 9px #666);
}

.box-shadow-10 {
  -moz-box-shadow: 0 0 10px #666;
  -webkit-box-shadow: 0 0 10px #666;
  box-shadow: 0 0 10px #666;
}

.drop-shadow-10 {
  -webkit-filter: drop-shadow(0px 0px 10px #666);
  filter: drop-shadow(0px 0px 10px #666);
}

.grayscale-00 {
  filter: grayscale(0);
}

.grayscale-10 {
  filter: grayscale(0.1);
}

.grayscale-20 {
  filter: grayscale(0.2);
}

.grayscale-30 {
  filter: grayscale(0.3);
}

.grayscale-40 {
  filter: grayscale(0.4);
}

.grayscale-50 {
  filter: grayscale(0.5);
}

.grayscale-60 {
  filter: grayscale(0.6);
}

.grayscale-70 {
  filter: grayscale(0.7);
}

.grayscale-80 {
  filter: grayscale(0.8);
}

.grayscale-90 {
  filter: grayscale(0.9);
}

.grayscale-100 {
  filter: grayscale(1);
}

/***************************************************/
/*                                                 */
/*                    CKEDITOR                     */
/*                                                 */
/***************************************************/
.cke_float {
  border-width: 2px 2px 1px 2px !important;
  border-style: solid !important;
  border-color: #FF6600 !important;
}

.cke_editable_inline {
  background-color: rgba(255, 102, 0, 0.1);
  border: 2px #ff6600 dotted;
}

.cke_editable_inline.cke_focus:before {
  content: url("../../../ui/imi/images/logoImiFrameworkIn.svg");
  width: 30px;
  position: absolute;
  right: 0;
  top: -35px;
}

div.cke_editable_inline.cke_focus {
  border-width: 2px !important;
  border-style: solid !important;
  border-color: #FF6600 !important;
}

/***************************************************/
/*                                                 */
/*                    CAROUSEL                     */
/*                                                 */
/***************************************************/
ol.carousel-indicators i {
  margin-left: 5px;
  margin-right: 5px;
  opacity: 0.3;
}

ol.carousel-indicators i.active {
  opacity: 1;
}

/********************* QUIZZ **********************/
.quizz label {
  margin-left: 0.5rem;
  transform: translateY(0.2rem);
  font-size: 1.2rem;
  margin-top: 0.5rem;
}

.quizz-question {
  padding-left: 3rem;
}

/***************************************************/
/*                                                 */
/*                      FORM                       */
/*                                                 */
/***************************************************/
input::-webkit-input-placeholder {
  color: #adb5bd !important;
}

input:-moz-placeholder {
  /* Firefox 18- */
  color: #adb5bd !important;
}

input::-moz-placeholder {
  /* Firefox 19+ */
  color: #adb5bd !important;
}

input:-ms-input-placeholder {
  color: #adb5bd !important;
}

/***************************************************/
/*                                                 */
/*                      TOAST                      */
/*                                                 */
/***************************************************/
.toast-container {
  position: fixed;
  z-index: 1072;
}

.toast-container.toast-container-top-right {
  top: 20px;
  right: 20px;
}

.toast-container.toast-container-bottom-right {
  bottom: 20px;
  right: 20px;
}

.toast-container.toast-container-top-left {
  top: 20px;
  left: 20px;
}

.toast-container.toast-container-bottom-left {
  bottom: 20px;
  left: 20px;
}

.toast-container.toast-container-top-center {
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
}

.toast-container.toast-container-middle {
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.toast-container.toast-container-bottom-center {
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}

.toast-content {
  background-color: #ff0000;
  color: white;
  width: 300px;
  max-width: 80vh;
  padding: 20px;
}

.toast-content .toast-hide {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
}

.toast-content .toast-html {
  text-align: left;
  padding-right: 20px;
  padding-left: 20px;
}

/*# sourceMappingURL=imi4-3.css.map */
