/** Colors **/
/** Breakpoints **/
@font-face {
  font-family: 'ProximaNovaRegular';
  src: url("/fonts/ProximaNovaRegular.otf");
  font-style: normal;
  font-weight: normal; }
@font-face {
  font-family: 'ProximaNovaBold';
  src: url("/fonts/ProximaNovaBold.otf");
  font-style: normal;
  font-weight: bold; }
@font-face {
  font-family: 'ProximaNovaItalic';
  src: url("/fonts/ProximaNovaItalic.otf");
  font-style: normal;
  font-weight: normal; }
:root {
  --white: #fff;
  --gray-100: #f8f8fc;
  --light: #f8f8fc;
  --gray-200: #e9ecef;
  --gray-300: #d1d2d2;
  --gray-400: #ced4da;
  --gray-500: #adb5bd;
  --gray-600: #afb0b0;
  --gray: #afb0b0;
  --gray-700: #495057;
  --gray-800: #343a40;
  --gray-dark: #343a40;
  --gray-900: #606262;
  --dark: #606262;
  --black: #1d2020;
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --lightpurple: #d8d8eb;
  --pink: #e83e8c;
  --red: #de3232;
  --orange: #ff5d3b;
  --lightorange: #fff5f3;
  --yellow: #ffc107;
  --green: #4cde32;
  --teal: #20c997;
  --cyan: #56e3e2;
  --lightcyan: #e1fefe;
  --primary: #ff5d3b;
  --secondary: #afb0b0;
  --success: #4cde32;
  --info: #56e3e2;
  --warning: #ffc107;
  --danger: #de3232;
  --white: #fff;
  --gray-100: #f8f8fc;
  --light: #f8f8fc;
  --gray-200: #e9ecef;
  --gray-300: #d1d2d2;
  --gray-400: #ced4da;
  --gray-500: #adb5bd;
  --gray-600: #afb0b0;
  --gray: #afb0b0;
  --gray-700: #495057;
  --gray-800: #343a40;
  --gray-dark: #343a40;
  --gray-900: #606262;
  --dark: #606262;
  --black: #1d2020;
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --lightpurple: #d8d8eb;
  --pink: #e83e8c;
  --red: #de3232;
  --orange: #ff5d3b;
  --lightorange: #fff5f3;
  --yellow: #ffc107;
  --green: #4cde32;
  --teal: #20c997;
  --cyan: #56e3e2;
  --lightcyan: #e1fefe;
  --primary: #ff5d3b;
  --secondary: #afb0b0;
  --success: #4cde32;
  --info: #56e3e2;
  --warning: #ffc107;
  --danger: #de3232;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --breakpoint-xxl: 1660px;
  --font-family-sans-serif: "ProximaNovaRegular", sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "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(29, 32, 32, 0); }
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }
body {
  margin: 0;
  font-family: "ProximaNovaRegular", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #606262;
  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;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none; }
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }
dt {
  font-weight: 700; }
dd {
  margin-bottom: .5rem;
  margin-left: 0; }
blockquote {
  margin: 0 0 1rem; }
b,
strong {
  font-weight: bolder; }
small {
  font-size: 80%; }
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }
sub {
  bottom: -.25em; }
sup {
  top: -.5em; }
a {
  color: #606262;
  text-decoration: none;
  background-color: transparent; }
a:hover {
    color: #3a3b3b;
    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: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto; }
figure {
  margin: 0 0 1rem; }
img {
  vertical-align: middle;
  border-style: none; }
svg {
  overflow: hidden;
  vertical-align: middle; }
table {
  border-collapse: collapse; }
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #afb0b0;
  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: .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(29, 32, 32, 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: #afb0b0; }
.blockquote-footer::before {
    content: "\2014\00A0"; }
.img-fluid {
  max-width: 100%;
  height: auto; }
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #d1d2d2;
  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: #afb0b0; }
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: #606262;
  border-radius: 0.2rem; }
kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700; }
pre {
  display: block;
  font-size: 87.5%;
  color: #606262; }
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; } }
@media (min-width: 1660px) {
    .container {
      max-width: 1600px; } }
.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-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl,
.col-xxl-auto {
  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.33333%;
  max-width: 8.33333%; }
.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }
.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }
.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }
.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }
.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }
.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }
.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }
.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }
.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }
.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }
.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.33333%; }
.offset-2 {
  margin-left: 16.66667%; }
.offset-3 {
  margin-left: 25%; }
.offset-4 {
  margin-left: 33.33333%; }
.offset-5 {
  margin-left: 41.66667%; }
.offset-6 {
  margin-left: 50%; }
.offset-7 {
  margin-left: 58.33333%; }
.offset-8 {
  margin-left: 66.66667%; }
.offset-9 {
  margin-left: 75%; }
.offset-10 {
  margin-left: 83.33333%; }
.offset-11 {
  margin-left: 91.66667%; }
@media (min-width: 576px) {
  .col-sm {
    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.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .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.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }
@media (min-width: 768px) {
  .col-md {
    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.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .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.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }
@media (min-width: 992px) {
  .col-lg {
    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.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .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.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }
@media (min-width: 1200px) {
  .col-xl {
    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.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .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.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }
@media (min-width: 1660px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xxl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xxl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xxl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xxl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xxl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xxl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xxl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xxl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xxl-first {
    order: -1; }
  .order-xxl-last {
    order: 13; }
  .order-xxl-0 {
    order: 0; }
  .order-xxl-1 {
    order: 1; }
  .order-xxl-2 {
    order: 2; }
  .order-xxl-3 {
    order: 3; }
  .order-xxl-4 {
    order: 4; }
  .order-xxl-5 {
    order: 5; }
  .order-xxl-6 {
    order: 6; }
  .order-xxl-7 {
    order: 7; }
  .order-xxl-8 {
    order: 8; }
  .order-xxl-9 {
    order: 9; }
  .order-xxl-10 {
    order: 10; }
  .order-xxl-11 {
    order: 11; }
  .order-xxl-12 {
    order: 12; }
  .offset-xxl-0 {
    margin-left: 0; }
  .offset-xxl-1 {
    margin-left: 8.33333%; }
  .offset-xxl-2 {
    margin-left: 16.66667%; }
  .offset-xxl-3 {
    margin-left: 25%; }
  .offset-xxl-4 {
    margin-left: 33.33333%; }
  .offset-xxl-5 {
    margin-left: 41.66667%; }
  .offset-xxl-6 {
    margin-left: 50%; }
  .offset-xxl-7 {
    margin-left: 58.33333%; }
  .offset-xxl-8 {
    margin-left: 66.66667%; }
  .offset-xxl-9 {
    margin-left: 75%; }
  .offset-xxl-10 {
    margin-left: 83.33333%; }
  .offset-xxl-11 {
    margin-left: 91.66667%; } }
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #606262; }
.table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #d1d2d2; }
.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #d1d2d2; }
.table tbody + tbody {
    border-top: 2px solid #d1d2d2; }
.table-sm th,
.table-sm td {
  padding: 0.3rem; }
.table-bordered {
  border: 1px solid #d1d2d2; }
.table-bordered th,
  .table-bordered td {
    border: 1px solid #d1d2d2; }
.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(29, 32, 32, 0.05); }
.table-hover tbody tr:hover {
  color: #606262;
  background-color: rgba(29, 32, 32, 0.075); }
.table-white,
.table-white > th,
.table-white > td {
  background-color: white; }
.table-white th,
.table-white td,
.table-white thead th,
.table-white tbody + tbody {
  border-color: white; }
.table-hover .table-white:hover {
  background-color: #f2f2f2; }
.table-hover .table-white:hover > td,
  .table-hover .table-white:hover > th {
    background-color: #f2f2f2; }
.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: #fbfbfd; }
.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-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: #fbfbfd; }
.table-hover .table-light:hover {
  background-color: #ececf6; }
.table-hover .table-light:hover > td,
  .table-hover .table-light: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: #f2f2f2; }
.table-gray-300 th,
.table-gray-300 td,
.table-gray-300 thead th,
.table-gray-300 tbody + tbody {
  border-color: #e7e8e8; }
.table-hover .table-gray-300:hover {
  background-color: #e5e5e5; }
.table-hover .table-gray-300:hover > td,
  .table-hover .table-gray-300:hover > th {
    background-color: #e5e5e5; }
.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: #e9e9e9; }
.table-gray-600 th,
.table-gray-600 td,
.table-gray-600 thead th,
.table-gray-600 tbody + tbody {
  border-color: #d5d6d6; }
.table-hover .table-gray-600:hover {
  background-color: gainsboro; }
.table-hover .table-gray-600:hover > td,
  .table-hover .table-gray-600:hover > th {
    background-color: gainsboro; }
.table-gray,
.table-gray > th,
.table-gray > td {
  background-color: #e9e9e9; }
.table-gray th,
.table-gray td,
.table-gray thead th,
.table-gray tbody + tbody {
  border-color: #d5d6d6; }
.table-hover .table-gray:hover {
  background-color: gainsboro; }
.table-hover .table-gray:hover > td,
  .table-hover .table-gray:hover > th {
    background-color: gainsboro; }
.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-dark,
.table-gray-dark > th,
.table-gray-dark > td {
  background-color: #c6c8ca; }
.table-gray-dark th,
.table-gray-dark td,
.table-gray-dark thead th,
.table-gray-dark tbody + tbody {
  border-color: #95999c; }
.table-hover .table-gray-dark:hover {
  background-color: #b9bbbe; }
.table-hover .table-gray-dark:hover > td,
  .table-hover .table-gray-dark:hover > th {
    background-color: #b9bbbe; }
.table-gray-900,
.table-gray-900 > th,
.table-gray-900 > td {
  background-color: #d2d3d3; }
.table-gray-900 th,
.table-gray-900 td,
.table-gray-900 thead th,
.table-gray-900 tbody + tbody {
  border-color: #acadad; }
.table-hover .table-gray-900:hover {
  background-color: #c5c6c6; }
.table-hover .table-gray-900:hover > td,
  .table-hover .table-gray-900:hover > th {
    background-color: #c5c6c6; }
.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #d2d3d3; }
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #acadad; }
.table-hover .table-dark:hover {
  background-color: #c5c6c6; }
.table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: #c5c6c6; }
.table-black,
.table-black > th,
.table-black > td {
  background-color: #c0c1c1; }
.table-black th,
.table-black td,
.table-black thead th,
.table-black tbody + tbody {
  border-color: #898b8b; }
.table-hover .table-black:hover {
  background-color: #b3b4b4; }
.table-hover .table-black:hover > td,
  .table-hover .table-black:hover > th {
    background-color: #b3b4b4; }
.table-blue,
.table-blue > th,
.table-blue > td {
  background-color: #b8daff; }
.table-blue th,
.table-blue td,
.table-blue thead th,
.table-blue tbody + tbody {
  border-color: #7abaff; }
.table-hover .table-blue:hover {
  background-color: #9fcdff; }
.table-hover .table-blue:hover > td,
  .table-hover .table-blue:hover > th {
    background-color: #9fcdff; }
.table-indigo,
.table-indigo > th,
.table-indigo > td {
  background-color: #d4bcfb; }
.table-indigo th,
.table-indigo td,
.table-indigo thead th,
.table-indigo tbody + tbody {
  border-color: #af83f8; }
.table-hover .table-indigo:hover {
  background-color: #c5a4fa; }
.table-hover .table-indigo:hover > td,
  .table-hover .table-indigo:hover > th {
    background-color: #c5a4fa; }
.table-purple,
.table-purple > th,
.table-purple > td {
  background-color: #d7caee; }
.table-purple th,
.table-purple td,
.table-purple thead th,
.table-purple tbody + tbody {
  border-color: #b49ddf; }
.table-hover .table-purple:hover {
  background-color: #c8b7e8; }
.table-hover .table-purple:hover > td,
  .table-hover .table-purple:hover > th {
    background-color: #c8b7e8; }
.table-lightpurple,
.table-lightpurple > th,
.table-lightpurple > td {
  background-color: #f4f4f9; }
.table-lightpurple th,
.table-lightpurple td,
.table-lightpurple thead th,
.table-lightpurple tbody + tbody {
  border-color: #ebebf5; }
.table-hover .table-lightpurple:hover {
  background-color: #e4e4f0; }
.table-hover .table-lightpurple:hover > td,
  .table-hover .table-lightpurple:hover > th {
    background-color: #e4e4f0; }
.table-pink,
.table-pink > th,
.table-pink > td {
  background-color: #f9c9df; }
.table-pink th,
.table-pink td,
.table-pink thead th,
.table-pink tbody + tbody {
  border-color: #f39bc3; }
.table-hover .table-pink:hover {
  background-color: #f6b2d1; }
.table-hover .table-pink:hover > td,
  .table-hover .table-pink:hover > th {
    background-color: #f6b2d1; }
.table-red,
.table-red > th,
.table-red > td {
  background-color: #f6c6c6; }
.table-red th,
.table-red td,
.table-red thead th,
.table-red tbody + tbody {
  border-color: #ee9494; }
.table-hover .table-red:hover {
  background-color: #f3b0b0; }
.table-hover .table-red:hover > td,
  .table-hover .table-red:hover > th {
    background-color: #f3b0b0; }
.table-orange,
.table-orange > th,
.table-orange > td {
  background-color: #ffd2c8; }
.table-orange th,
.table-orange td,
.table-orange thead th,
.table-orange tbody + tbody {
  border-color: #ffab99; }
.table-hover .table-orange:hover {
  background-color: #ffbdaf; }
.table-hover .table-orange:hover > td,
  .table-hover .table-orange:hover > th {
    background-color: #ffbdaf; }
.table-lightorange,
.table-lightorange > th,
.table-lightorange > td {
  background-color: #fffcfc; }
.table-lightorange th,
.table-lightorange td,
.table-lightorange thead th,
.table-lightorange tbody + tbody {
  border-color: #fffaf9; }
.table-hover .table-lightorange:hover {
  background-color: #ffe3e3; }
.table-hover .table-lightorange:hover > td,
  .table-hover .table-lightorange:hover > th {
    background-color: #ffe3e3; }
.table-yellow,
.table-yellow > th,
.table-yellow > td {
  background-color: #ffeeba; }
.table-yellow th,
.table-yellow td,
.table-yellow thead th,
.table-yellow tbody + tbody {
  border-color: #ffdf7e; }
.table-hover .table-yellow:hover {
  background-color: #ffe8a1; }
.table-hover .table-yellow:hover > td,
  .table-hover .table-yellow:hover > th {
    background-color: #ffe8a1; }
.table-green,
.table-green > th,
.table-green > td {
  background-color: #cdf6c6; }
.table-green th,
.table-green td,
.table-green thead th,
.table-green tbody + tbody {
  border-color: #a2ee94; }
.table-hover .table-green:hover {
  background-color: #baf3b0; }
.table-hover .table-green:hover > td,
  .table-hover .table-green:hover > th {
    background-color: #baf3b0; }
.table-teal,
.table-teal > th,
.table-teal > td {
  background-color: #c1f0e2; }
.table-teal th,
.table-teal td,
.table-teal thead th,
.table-teal tbody + tbody {
  border-color: #8be3c9; }
.table-hover .table-teal:hover {
  background-color: #acebd8; }
.table-hover .table-teal:hover > td,
  .table-hover .table-teal:hover > th {
    background-color: #acebd8; }
.table-cyan,
.table-cyan > th,
.table-cyan > td {
  background-color: #d0f7f7; }
.table-cyan th,
.table-cyan td,
.table-cyan thead th,
.table-cyan tbody + tbody {
  border-color: #a7f0f0; }
.table-hover .table-cyan:hover {
  background-color: #baf3f3; }
.table-hover .table-cyan:hover > td,
  .table-hover .table-cyan:hover > th {
    background-color: #baf3f3; }
.table-lightcyan,
.table-lightcyan > th,
.table-lightcyan > td {
  background-color: #f7ffff; }
.table-lightcyan th,
.table-lightcyan td,
.table-lightcyan thead th,
.table-lightcyan tbody + tbody {
  border-color: #effefe; }
.table-hover .table-lightcyan:hover {
  background-color: #deffff; }
.table-hover .table-lightcyan:hover > td,
  .table-hover .table-lightcyan:hover > th {
    background-color: #deffff; }
.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #ffd2c8; }
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #ffab99; }
.table-hover .table-primary:hover {
  background-color: #ffbdaf; }
.table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #ffbdaf; }
.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #e9e9e9; }
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #d5d6d6; }
.table-hover .table-secondary:hover {
  background-color: gainsboro; }
.table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: gainsboro; }
.table-success,
.table-success > th,
.table-success > td {
  background-color: #cdf6c6; }
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #a2ee94; }
.table-hover .table-success:hover {
  background-color: #baf3b0; }
.table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #baf3b0; }
.table-info,
.table-info > th,
.table-info > td {
  background-color: #d0f7f7; }
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #a7f0f0; }
.table-hover .table-info:hover {
  background-color: #baf3f3; }
.table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #baf3f3; }
.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: #f6c6c6; }
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ee9494; }
.table-hover .table-danger:hover {
  background-color: #f3b0b0; }
.table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #f3b0b0; }
.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(29, 32, 32, 0.075); }
.table-hover .table-active:hover {
  background-color: rgba(17, 19, 19, 0.075); }
.table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(17, 19, 19, 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: #d1d2d2; }
.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; } }
@media (max-width: 1659.98px) {
  .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-xxl > .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( 1em + 2rem + 2px);
  padding: 1rem 1.5rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  color: #1d2020;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #afb0b0;
  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: #1d2020;
    background-color: #fff;
    border-color: #1d2020;
    outline: 0;
    box-shadow: none !important; }
.form-control:-ms-input-placeholder {
    color: #afb0b0;
    opacity: 1; }
.form-control::-ms-input-placeholder {
    color: #afb0b0;
    opacity: 1; }
.form-control::placeholder {
    color: #afb0b0;
    opacity: 1; }
.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }
select.form-control:focus::-ms-value {
  color: #1d2020;
  background-color: #fff; }
.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }
.col-form-label {
  padding-top: calc(1rem + 1px);
  padding-bottom: calc(1rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1; }
.col-form-label-lg {
  padding-top: calc(1rem + 1px);
  padding-bottom: calc(1rem + 1px);
  font-size: 1rem;
  line-height: 1; }
.col-form-label-sm {
  padding-top: calc(1rem + 1px);
  padding-bottom: calc(1rem + 1px);
  font-size: 1rem;
  line-height: 1; }
.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 0;
  line-height: 1;
  color: #606262;
  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( 1em + 0.5rem + 2px);
  padding: 1rem 1.5rem;
  font-size: 1rem;
  line-height: 1;
  border-radius: 0.2rem; }
.form-control-lg {
  height: calc( 1em + 1rem + 2px);
  padding: 1rem 1.5rem;
  font-size: 1rem;
  line-height: 1;
  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: #afb0b0; }
.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: #4cde32; }
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(76, 222, 50, 0.9);
  border-radius: 0.25rem; }
.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #4cde32;
  padding-right: calc( 1em + 2rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%234cde32' 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.25em + 0.5rem);
  background-size: calc( 0.5em + 1rem) calc( 0.5em + 1rem); }
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #4cde32;
    box-shadow: 0 0 0 0.2rem rgba(76, 222, 50, 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( 1em + 2rem);
  background-position: top calc( 0.25em + 0.5rem) right calc( 0.25em + 0.5rem); }
.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #4cde32;
  padding-right: calc( (1em + 2rem) * 3 / 4 + 2.5rem);
  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 1.5rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%234cde32' 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 2.5rem/calc( 0.5em + 1rem) calc( 0.5em + 1rem); }
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #4cde32;
    box-shadow: 0 0 0 0.2rem rgba(76, 222, 50, 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: #4cde32; }
.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: #4cde32; }
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #4cde32; }
.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: #72e55e;
  background-color: #72e55e; }
.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(76, 222, 50, 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: #4cde32; }
.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #4cde32; }
.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: #4cde32;
  box-shadow: 0 0 0 0.2rem rgba(76, 222, 50, 0.25); }
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #de3232; }
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(222, 50, 50, 0.9);
  border-radius: 0.25rem; }
.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #de3232;
  padding-right: calc( 1em + 2rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23de3232' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23de3232' 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.25em + 0.5rem);
  background-size: calc( 0.5em + 1rem) calc( 0.5em + 1rem); }
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #de3232;
    box-shadow: 0 0 0 0.2rem rgba(222, 50, 50, 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( 1em + 2rem);
  background-position: top calc( 0.25em + 0.5rem) right calc( 0.25em + 0.5rem); }
.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #de3232;
  padding-right: calc( (1em + 2rem) * 3 / 4 + 2.5rem);
  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 1.5rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23de3232' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23de3232' 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 2.5rem/calc( 0.5em + 1rem) calc( 0.5em + 1rem); }
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #de3232;
    box-shadow: 0 0 0 0.2rem rgba(222, 50, 50, 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: #de3232; }
.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: #de3232; }
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #de3232; }
.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: #e55e5e;
  background-color: #e55e5e; }
.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(222, 50, 50, 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: #de3232; }
.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #de3232; }
.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: #de3232;
  box-shadow: 0 0 0 0.2rem rgba(222, 50, 50, 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: 600;
  color: #606262;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 2px solid transparent;
  padding: 1rem 1rem;
  font-size: 1rem;
  line-height: 1;
  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; }
.btn .icon {
    float: left;
    top: 0;
    margin-right: 0.25rem; }
.btn .icon.icon-right {
      float: right;
      margin-left: 0.25rem;
      margin-right: 0rem; }
@media (prefers-reduced-motion: reduce) {
    .btn {
      transition: none; } }
.btn:hover {
    color: #606262;
    text-decoration: none; }
.btn:focus, .btn.focus {
    outline: 0;
    box-shadow: none !important; }
.btn.disabled, .btn:disabled {
    opacity: 0.65; }
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none; }
.btn-white {
  color: #606262;
  background-color: #fff;
  border-color: #fff;
  box-shadow: 0px 10px 30px rgba(255, 255, 255, 0.3); }
.btn-white .icon {
    background-color: #606262 !important;
    transition: background-color 0.15s ease-in-out; }
.btn-white:hover {
    color: #606262;
    background-color: white;
    border-color: white; }
.btn-white:hover .icon {
      background-color: #606262 !important; }
.btn-white:focus, .btn-white.focus {
    box-shadow: 0 0 0 0.2rem rgba(231, 231, 231, 0.5); }
.btn-white.disabled, .btn-white:disabled {
    color: #606262;
    background-color: #fff;
    border-color: #fff; }
.btn-white:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled).active,
  .show > .btn-white.dropdown-toggle {
    color: #606262;
    background-color: white;
    border-color: white; }
.btn-white:not(:disabled):not(.disabled):active:focus, .btn-white:not(:disabled):not(.disabled).active:focus,
    .show > .btn-white.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(231, 231, 231, 0.5); }
.btn-gray-100 {
  color: #606262;
  background-color: #f8f8fc;
  border-color: #f8f8fc;
  box-shadow: 0px 10px 30px rgba(248, 248, 252, 0.3); }
.btn-gray-100 .icon {
    background-color: #606262 !important;
    transition: background-color 0.15s ease-in-out; }
.btn-gray-100:hover {
    color: #606262;
    background-color: white;
    border-color: white; }
.btn-gray-100:hover .icon {
      background-color: #606262 !important; }
.btn-gray-100:focus, .btn-gray-100.focus {
    box-shadow: 0 0 0 0.2rem rgba(225, 226, 229, 0.5); }
.btn-gray-100.disabled, .btn-gray-100:disabled {
    color: #606262;
    background-color: #f8f8fc;
    border-color: #f8f8fc; }
.btn-gray-100:not(:disabled):not(.disabled):active, .btn-gray-100:not(:disabled):not(.disabled).active,
  .show > .btn-gray-100.dropdown-toggle {
    color: #606262;
    background-color: white;
    border-color: white; }
.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(225, 226, 229, 0.5); }
.btn-light {
  color: #606262;
  background-color: #f8f8fc;
  border-color: #f8f8fc;
  box-shadow: 0px 10px 30px rgba(248, 248, 252, 0.3); }
.btn-light .icon {
    background-color: #606262 !important;
    transition: background-color 0.15s ease-in-out; }
.btn-light:hover {
    color: #606262;
    background-color: white;
    border-color: white; }
.btn-light:hover .icon {
      background-color: #606262 !important; }
.btn-light:focus, .btn-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(225, 226, 229, 0.5); }
.btn-light.disabled, .btn-light:disabled {
    color: #606262;
    background-color: #f8f8fc;
    border-color: #f8f8fc; }
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #606262;
    background-color: white;
    border-color: white; }
.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(225, 226, 229, 0.5); }
.btn-gray-200 {
  color: #606262;
  background-color: #e9ecef;
  border-color: #e9ecef;
  box-shadow: 0px 10px 30px rgba(233, 236, 239, 0.3); }
.btn-gray-200 .icon {
    background-color: #606262 !important;
    transition: background-color 0.15s ease-in-out; }
.btn-gray-200:hover {
    color: #606262;
    background-color: #fefefe;
    border-color: #fefefe; }
.btn-gray-200:hover .icon {
      background-color: #606262 !important; }
.btn-gray-200:focus, .btn-gray-200.focus {
    box-shadow: 0 0 0 0.2rem rgba(212, 215, 218, 0.5); }
.btn-gray-200.disabled, .btn-gray-200:disabled {
    color: #606262;
    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: #606262;
    background-color: #fefefe;
    border-color: #fefefe; }
.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(212, 215, 218, 0.5); }
.btn-gray-300 {
  color: #fff;
  background-color: #d1d2d2;
  border-color: #d1d2d2;
  box-shadow: 0px 10px 30px rgba(209, 210, 210, 0.3); }
.btn-gray-300 .icon {
    background-color: #fff !important;
    transition: background-color 0.15s ease-in-out; }
.btn-gray-300:hover {
    color: #606262;
    background-color: #e3e4e4;
    border-color: #e3e4e4; }
.btn-gray-300:hover .icon {
      background-color: #606262 !important; }
.btn-gray-300:focus, .btn-gray-300.focus {
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 217, 0.5); }
.btn-gray-300.disabled, .btn-gray-300:disabled {
    color: #fff;
    background-color: #d1d2d2;
    border-color: #d1d2d2; }
.btn-gray-300:not(:disabled):not(.disabled):active, .btn-gray-300:not(:disabled):not(.disabled).active,
  .show > .btn-gray-300.dropdown-toggle {
    color: #606262;
    background-color: #e3e4e4;
    border-color: #e3e4e4; }
.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(216, 217, 217, 0.5); }
.btn-gray-400 {
  color: #fff;
  background-color: #ced4da;
  border-color: #ced4da;
  box-shadow: 0px 10px 30px rgba(206, 212, 218, 0.3); }
.btn-gray-400 .icon {
    background-color: #fff !important;
    transition: background-color 0.15s ease-in-out; }
.btn-gray-400:hover {
    color: #606262;
    background-color: #e2e6e9;
    border-color: #e2e6e9; }
.btn-gray-400:hover .icon {
      background-color: #606262 !important; }
.btn-gray-400:focus, .btn-gray-400.focus {
    box-shadow: 0 0 0 0.2rem rgba(213, 218, 224, 0.5); }
.btn-gray-400.disabled, .btn-gray-400:disabled {
    color: #fff;
    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: #606262;
    background-color: #e2e6e9;
    border-color: #e2e6e9; }
.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(213, 218, 224, 0.5); }
.btn-gray-500 {
  color: #fff;
  background-color: #adb5bd;
  border-color: #adb5bd;
  box-shadow: 0px 10px 30px rgba(173, 181, 189, 0.3); }
.btn-gray-500 .icon {
    background-color: #fff !important;
    transition: background-color 0.15s ease-in-out; }
.btn-gray-500:hover {
    color: #fff;
    background-color: #c1c7cd;
    border-color: #c1c7cd; }
.btn-gray-500:hover .icon {
      background-color: #fff !important; }
.btn-gray-500:focus, .btn-gray-500.focus {
    box-shadow: 0 0 0 0.2rem rgba(185, 192, 199, 0.5); }
.btn-gray-500.disabled, .btn-gray-500:disabled {
    color: #fff;
    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: #fff;
    background-color: #c1c7cd;
    border-color: #c1c7cd; }
.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(185, 192, 199, 0.5); }
.btn-gray-600 {
  color: #fff;
  background-color: #afb0b0;
  border-color: #afb0b0;
  box-shadow: 0px 10px 30px rgba(175, 176, 176, 0.3); }
.btn-gray-600 .icon {
    background-color: #fff !important;
    transition: background-color 0.15s ease-in-out; }
.btn-gray-600:hover {
    color: #fff;
    background-color: #c1c2c2;
    border-color: #c1c2c2; }
.btn-gray-600:hover .icon {
      background-color: #fff !important; }
.btn-gray-600:focus, .btn-gray-600.focus {
    box-shadow: 0 0 0 0.2rem rgba(187, 188, 188, 0.5); }
.btn-gray-600.disabled, .btn-gray-600:disabled {
    color: #fff;
    background-color: #afb0b0;
    border-color: #afb0b0; }
.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: #c1c2c2;
    border-color: #c1c2c2; }
.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(187, 188, 188, 0.5); }
.btn-gray {
  color: #fff;
  background-color: #afb0b0;
  border-color: #afb0b0;
  box-shadow: 0px 10px 30px rgba(175, 176, 176, 0.3); }
.btn-gray .icon {
    background-color: #fff !important;
    transition: background-color 0.15s ease-in-out; }
.btn-gray:hover {
    color: #fff;
    background-color: #c1c2c2;
    border-color: #c1c2c2; }
.btn-gray:hover .icon {
      background-color: #fff !important; }
.btn-gray:focus, .btn-gray.focus {
    box-shadow: 0 0 0 0.2rem rgba(187, 188, 188, 0.5); }
.btn-gray.disabled, .btn-gray:disabled {
    color: #fff;
    background-color: #afb0b0;
    border-color: #afb0b0; }
.btn-gray:not(:disabled):not(.disabled):active, .btn-gray:not(:disabled):not(.disabled).active,
  .show > .btn-gray.dropdown-toggle {
    color: #fff;
    background-color: #c1c2c2;
    border-color: #c1c2c2; }
.btn-gray:not(:disabled):not(.disabled):active:focus, .btn-gray:not(:disabled):not(.disabled).active:focus,
    .show > .btn-gray.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(187, 188, 188, 0.5); }
.btn-gray-700 {
  color: #fff;
  background-color: #495057;
  border-color: #495057;
  box-shadow: 0px 10px 30px rgba(73, 80, 87, 0.3); }
.btn-gray-700 .icon {
    background-color: #fff !important;
    transition: background-color 0.15s ease-in-out; }
.btn-gray-700:hover {
    color: #fff;
    background-color: #59626a;
    border-color: #59626a; }
.btn-gray-700:hover .icon {
      background-color: #fff !important; }
.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: #59626a;
    border-color: #59626a; }
.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;
  box-shadow: 0px 10px 30px rgba(52, 58, 64, 0.3); }
.btn-gray-800 .icon {
    background-color: #fff !important;
    transition: background-color 0.15s ease-in-out; }
.btn-gray-800:hover {
    color: #fff;
    background-color: #444c54;
    border-color: #444c54; }
.btn-gray-800:hover .icon {
      background-color: #fff !important; }
.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: #444c54;
    border-color: #444c54; }
.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-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
  box-shadow: 0px 10px 30px rgba(52, 58, 64, 0.3); }
.btn-gray-dark .icon {
    background-color: #fff !important;
    transition: background-color 0.15s ease-in-out; }
.btn-gray-dark:hover {
    color: #fff;
    background-color: #444c54;
    border-color: #444c54; }
.btn-gray-dark:hover .icon {
      background-color: #fff !important; }
.btn-gray-dark:focus, .btn-gray-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }
.btn-gray-dark.disabled, .btn-gray-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
.btn-gray-dark:not(:disabled):not(.disabled):active, .btn-gray-dark:not(:disabled):not(.disabled).active,
  .show > .btn-gray-dark.dropdown-toggle {
    color: #fff;
    background-color: #444c54;
    border-color: #444c54; }
.btn-gray-dark:not(:disabled):not(.disabled):active:focus, .btn-gray-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-gray-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }
.btn-gray-900 {
  color: #fff;
  background-color: #606262;
  border-color: #606262;
  box-shadow: 0px 10px 30px rgba(96, 98, 98, 0.3); }
.btn-gray-900 .icon {
    background-color: #fff !important;
    transition: background-color 0.15s ease-in-out; }
.btn-gray-900:hover {
    color: #fff;
    background-color: #727474;
    border-color: #727474; }
.btn-gray-900:hover .icon {
      background-color: #fff !important; }
.btn-gray-900:focus, .btn-gray-900.focus {
    box-shadow: 0 0 0 0.2rem rgba(120, 122, 122, 0.5); }
.btn-gray-900.disabled, .btn-gray-900:disabled {
    color: #fff;
    background-color: #606262;
    border-color: #606262; }
.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: #727474;
    border-color: #727474; }
.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(120, 122, 122, 0.5); }
.btn-dark {
  color: #fff;
  background-color: #606262;
  border-color: #606262;
  box-shadow: 0px 10px 30px rgba(96, 98, 98, 0.3); }
.btn-dark .icon {
    background-color: #fff !important;
    transition: background-color 0.15s ease-in-out; }
.btn-dark:hover {
    color: #fff;
    background-color: #727474;
    border-color: #727474; }
.btn-dark:hover .icon {
      background-color: #fff !important; }
.btn-dark:focus, .btn-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(120, 122, 122, 0.5); }
.btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #606262;
    border-color: #606262; }
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #727474;
    border-color: #727474; }
.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(120, 122, 122, 0.5); }
.btn-black {
  color: #fff;
  background-color: #1d2020;
  border-color: #1d2020;
  box-shadow: 0px 10px 30px rgba(29, 32, 32, 0.3); }
.btn-black .icon {
    background-color: #fff !important;
    transition: background-color 0.15s ease-in-out; }
.btn-black:hover {
    color: #fff;
    background-color: #2e3333;
    border-color: #2e3333; }
.btn-black:hover .icon {
      background-color: #fff !important; }
.btn-black:focus, .btn-black.focus {
    box-shadow: 0 0 0 0.2rem rgba(63, 65, 65, 0.5); }
.btn-black.disabled, .btn-black:disabled {
    color: #fff;
    background-color: #1d2020;
    border-color: #1d2020; }
.btn-black:not(:disabled):not(.disabled):active, .btn-black:not(:disabled):not(.disabled).active,
  .show > .btn-black.dropdown-toggle {
    color: #fff;
    background-color: #2e3333;
    border-color: #2e3333; }
.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(63, 65, 65, 0.5); }
.btn-blue {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
  box-shadow: 0px 10px 30px rgba(0, 123, 255, 0.3); }
.btn-blue .icon {
    background-color: #fff !important;
    transition: background-color 0.15s ease-in-out; }
.btn-blue:hover {
    color: #fff;
    background-color: #248dff;
    border-color: #248dff; }
.btn-blue:hover .icon {
      background-color: #fff !important; }
.btn-blue:focus, .btn-blue.focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }
.btn-blue.disabled, .btn-blue:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
.btn-blue:not(:disabled):not(.disabled):active, .btn-blue:not(:disabled):not(.disabled).active,
  .show > .btn-blue.dropdown-toggle {
    color: #fff;
    background-color: #248dff;
    border-color: #248dff; }
.btn-blue:not(:disabled):not(.disabled):active:focus, .btn-blue:not(:disabled):not(.disabled).active:focus,
    .show > .btn-blue.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }
.btn-indigo {
  color: #fff;
  background-color: #6610f2;
  border-color: #6610f2;
  box-shadow: 0px 10px 30px rgba(102, 16, 242, 0.3); }
.btn-indigo .icon {
    background-color: #fff !important;
    transition: background-color 0.15s ease-in-out; }
.btn-indigo:hover {
    color: #fff;
    background-color: #7c32f4;
    border-color: #7c32f4; }
.btn-indigo:hover .icon {
      background-color: #fff !important; }
.btn-indigo:focus, .btn-indigo.focus {
    box-shadow: 0 0 0 0.2rem rgba(125, 52, 244, 0.5); }
.btn-indigo.disabled, .btn-indigo:disabled {
    color: #fff;
    background-color: #6610f2;
    border-color: #6610f2; }
.btn-indigo:not(:disabled):not(.disabled):active, .btn-indigo:not(:disabled):not(.disabled).active,
  .show > .btn-indigo.dropdown-toggle {
    color: #fff;
    background-color: #7c32f4;
    border-color: #7c32f4; }
.btn-indigo:not(:disabled):not(.disabled):active:focus, .btn-indigo:not(:disabled):not(.disabled).active:focus,
    .show > .btn-indigo.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(125, 52, 244, 0.5); }
.btn-purple {
  color: #fff;
  background-color: #6f42c1;
  border-color: #6f42c1;
  box-shadow: 0px 10px 30px rgba(111, 66, 193, 0.3); }
.btn-purple .icon {
    background-color: #fff !important;
    transition: background-color 0.15s ease-in-out; }
.btn-purple:hover {
    color: #fff;
    background-color: #835dca;
    border-color: #835dca; }
.btn-purple:hover .icon {
      background-color: #fff !important; }
.btn-purple:focus, .btn-purple.focus {
    box-shadow: 0 0 0 0.2rem rgba(133, 94, 202, 0.5); }
.btn-purple.disabled, .btn-purple:disabled {
    color: #fff;
    background-color: #6f42c1;
    border-color: #6f42c1; }
.btn-purple:not(:disabled):not(.disabled):active, .btn-purple:not(:disabled):not(.disabled).active,
  .show > .btn-purple.dropdown-toggle {
    color: #fff;
    background-color: #835dca;
    border-color: #835dca; }
.btn-purple:not(:disabled):not(.disabled):active:focus, .btn-purple:not(:disabled):not(.disabled).active:focus,
    .show > .btn-purple.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(133, 94, 202, 0.5); }
.btn-lightpurple {
  color: #fff;
  background-color: #d8d8eb;
  border-color: #d8d8eb;
  box-shadow: 0px 10px 30px rgba(216, 216, 235, 0.3); }
.btn-lightpurple .icon {
    background-color: #fff !important;
    transition: background-color 0.15s ease-in-out; }
.btn-lightpurple:hover {
    color: #606262;
    background-color: #f0f0f7;
    border-color: #f0f0f7; }
.btn-lightpurple:hover .icon {
      background-color: #606262 !important; }
.btn-lightpurple:focus, .btn-lightpurple.focus {
    box-shadow: 0 0 0 0.2rem rgba(222, 222, 238, 0.5); }
.btn-lightpurple.disabled, .btn-lightpurple:disabled {
    color: #fff;
    background-color: #d8d8eb;
    border-color: #d8d8eb; }
.btn-lightpurple:not(:disabled):not(.disabled):active, .btn-lightpurple:not(:disabled):not(.disabled).active,
  .show > .btn-lightpurple.dropdown-toggle {
    color: #606262;
    background-color: #f0f0f7;
    border-color: #f0f0f7; }
.btn-lightpurple:not(:disabled):not(.disabled):active:focus, .btn-lightpurple:not(:disabled):not(.disabled).active:focus,
    .show > .btn-lightpurple.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(222, 222, 238, 0.5); }
.btn-pink {
  color: #fff;
  background-color: #e83e8c;
  border-color: #e83e8c;
  box-shadow: 0px 10px 30px rgba(232, 62, 140, 0.3); }
.btn-pink .icon {
    background-color: #fff !important;
    transition: background-color 0.15s ease-in-out; }
.btn-pink:hover {
    color: #fff;
    background-color: #ec5e9f;
    border-color: #ec5e9f; }
.btn-pink:hover .icon {
      background-color: #fff !important; }
.btn-pink:focus, .btn-pink.focus {
    box-shadow: 0 0 0 0.2rem rgba(235, 91, 157, 0.5); }
.btn-pink.disabled, .btn-pink:disabled {
    color: #fff;
    background-color: #e83e8c;
    border-color: #e83e8c; }
.btn-pink:not(:disabled):not(.disabled):active, .btn-pink:not(:disabled):not(.disabled).active,
  .show > .btn-pink.dropdown-toggle {
    color: #fff;
    background-color: #ec5e9f;
    border-color: #ec5e9f; }
.btn-pink:not(:disabled):not(.disabled):active:focus, .btn-pink:not(:disabled):not(.disabled).active:focus,
    .show > .btn-pink.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(235, 91, 157, 0.5); }
.btn-red {
  color: #fff;
  background-color: #de3232;
  border-color: #de3232;
  box-shadow: 0px 10px 30px rgba(222, 50, 50, 0.3); }
.btn-red .icon {
    background-color: #fff !important;
    transition: background-color 0.15s ease-in-out; }
.btn-red:hover {
    color: #fff;
    background-color: #e35151;
    border-color: #e35151; }
.btn-red:hover .icon {
      background-color: #fff !important; }
.btn-red:focus, .btn-red.focus {
    box-shadow: 0 0 0 0.2rem rgba(227, 81, 81, 0.5); }
.btn-red.disabled, .btn-red:disabled {
    color: #fff;
    background-color: #de3232;
    border-color: #de3232; }
.btn-red:not(:disabled):not(.disabled):active, .btn-red:not(:disabled):not(.disabled).active,
  .show > .btn-red.dropdown-toggle {
    color: #fff;
    background-color: #e35151;
    border-color: #e35151; }
.btn-red:not(:disabled):not(.disabled):active:focus, .btn-red:not(:disabled):not(.disabled).active:focus,
    .show > .btn-red.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(227, 81, 81, 0.5); }
.btn-orange {
  color: #fff;
  background-color: #ff5d3b;
  border-color: #ff5d3b;
  box-shadow: 0px 10px 30px rgba(255, 93, 59, 0.3); }
.btn-orange .icon {
    background-color: #fff !important;
    transition: background-color 0.15s ease-in-out; }
.btn-orange:hover {
    color: #fff;
    background-color: #ff7b5f;
    border-color: #ff7b5f; }
.btn-orange:hover .icon {
      background-color: #fff !important; }
.btn-orange:focus, .btn-orange.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 117, 88, 0.5); }
.btn-orange.disabled, .btn-orange:disabled {
    color: #fff;
    background-color: #ff5d3b;
    border-color: #ff5d3b; }
.btn-orange:not(:disabled):not(.disabled):active, .btn-orange:not(:disabled):not(.disabled).active,
  .show > .btn-orange.dropdown-toggle {
    color: #fff;
    background-color: #ff7b5f;
    border-color: #ff7b5f; }
.btn-orange:not(:disabled):not(.disabled):active:focus, .btn-orange:not(:disabled):not(.disabled).active:focus,
    .show > .btn-orange.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 117, 88, 0.5); }
.btn-lightorange {
  color: #606262;
  background-color: #fff5f3;
  border-color: #fff5f3;
  box-shadow: 0px 10px 30px rgba(255, 245, 243, 0.3); }
.btn-lightorange .icon {
    background-color: #606262 !important;
    transition: background-color 0.15s ease-in-out; }
.btn-lightorange:hover {
    color: #606262;
    background-color: white;
    border-color: white; }
.btn-lightorange:hover .icon {
      background-color: #606262 !important; }
.btn-lightorange:focus, .btn-lightorange.focus {
    box-shadow: 0 0 0 0.2rem rgba(231, 223, 221, 0.5); }
.btn-lightorange.disabled, .btn-lightorange:disabled {
    color: #606262;
    background-color: #fff5f3;
    border-color: #fff5f3; }
.btn-lightorange:not(:disabled):not(.disabled):active, .btn-lightorange:not(:disabled):not(.disabled).active,
  .show > .btn-lightorange.dropdown-toggle {
    color: #606262;
    background-color: white;
    border-color: white; }
.btn-lightorange:not(:disabled):not(.disabled):active:focus, .btn-lightorange:not(:disabled):not(.disabled).active:focus,
    .show > .btn-lightorange.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(231, 223, 221, 0.5); }
.btn-yellow {
  color: #fff;
  background-color: #ffc107;
  border-color: #ffc107;
  box-shadow: 0px 10px 30px rgba(255, 193, 7, 0.3); }
.btn-yellow .icon {
    background-color: #fff !important;
    transition: background-color 0.15s ease-in-out; }
.btn-yellow:hover {
    color: #fff;
    background-color: #ffca2b;
    border-color: #ffca2b; }
.btn-yellow:hover .icon {
      background-color: #fff !important; }
.btn-yellow:focus, .btn-yellow.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 202, 44, 0.5); }
.btn-yellow.disabled, .btn-yellow:disabled {
    color: #fff;
    background-color: #ffc107;
    border-color: #ffc107; }
.btn-yellow:not(:disabled):not(.disabled):active, .btn-yellow:not(:disabled):not(.disabled).active,
  .show > .btn-yellow.dropdown-toggle {
    color: #fff;
    background-color: #ffca2b;
    border-color: #ffca2b; }
.btn-yellow:not(:disabled):not(.disabled):active:focus, .btn-yellow:not(:disabled):not(.disabled).active:focus,
    .show > .btn-yellow.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 202, 44, 0.5); }
.btn-green {
  color: #fff;
  background-color: #4cde32;
  border-color: #4cde32;
  box-shadow: 0px 10px 30px rgba(76, 222, 50, 0.3); }
.btn-green .icon {
    background-color: #fff !important;
    transition: background-color 0.15s ease-in-out; }
.btn-green:hover {
    color: #fff;
    background-color: #67e351;
    border-color: #67e351; }
.btn-green:hover .icon {
      background-color: #fff !important; }
.btn-green:focus, .btn-green.focus {
    box-shadow: 0 0 0 0.2rem rgba(103, 227, 81, 0.5); }
.btn-green.disabled, .btn-green:disabled {
    color: #fff;
    background-color: #4cde32;
    border-color: #4cde32; }
.btn-green:not(:disabled):not(.disabled):active, .btn-green:not(:disabled):not(.disabled).active,
  .show > .btn-green.dropdown-toggle {
    color: #fff;
    background-color: #67e351;
    border-color: #67e351; }
.btn-green:not(:disabled):not(.disabled):active:focus, .btn-green:not(:disabled):not(.disabled).active:focus,
    .show > .btn-green.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(103, 227, 81, 0.5); }
.btn-teal {
  color: #fff;
  background-color: #20c997;
  border-color: #20c997;
  box-shadow: 0px 10px 30px rgba(32, 201, 151, 0.3); }
.btn-teal .icon {
    background-color: #fff !important;
    transition: background-color 0.15s ease-in-out; }
.btn-teal:hover {
    color: #fff;
    background-color: #2fdeaa;
    border-color: #2fdeaa; }
.btn-teal:hover .icon {
      background-color: #fff !important; }
.btn-teal:focus, .btn-teal.focus {
    box-shadow: 0 0 0 0.2rem rgba(65, 209, 167, 0.5); }
.btn-teal.disabled, .btn-teal:disabled {
    color: #fff;
    background-color: #20c997;
    border-color: #20c997; }
.btn-teal:not(:disabled):not(.disabled):active, .btn-teal:not(:disabled):not(.disabled).active,
  .show > .btn-teal.dropdown-toggle {
    color: #fff;
    background-color: #2fdeaa;
    border-color: #2fdeaa; }
.btn-teal:not(:disabled):not(.disabled):active:focus, .btn-teal:not(:disabled):not(.disabled).active:focus,
    .show > .btn-teal.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(65, 209, 167, 0.5); }
.btn-cyan {
  color: #fff;
  background-color: #56e3e2;
  border-color: #56e3e2;
  box-shadow: 0px 10px 30px rgba(86, 227, 226, 0.3); }
.btn-cyan .icon {
    background-color: #fff !important;
    transition: background-color 0.15s ease-in-out; }
.btn-cyan:hover {
    color: #fff;
    background-color: #75e8e7;
    border-color: #75e8e7; }
.btn-cyan:hover .icon {
      background-color: #fff !important; }
.btn-cyan:focus, .btn-cyan.focus {
    box-shadow: 0 0 0 0.2rem rgba(111, 231, 230, 0.5); }
.btn-cyan.disabled, .btn-cyan:disabled {
    color: #fff;
    background-color: #56e3e2;
    border-color: #56e3e2; }
.btn-cyan:not(:disabled):not(.disabled):active, .btn-cyan:not(:disabled):not(.disabled).active,
  .show > .btn-cyan.dropdown-toggle {
    color: #fff;
    background-color: #75e8e7;
    border-color: #75e8e7; }
.btn-cyan:not(:disabled):not(.disabled):active:focus, .btn-cyan:not(:disabled):not(.disabled).active:focus,
    .show > .btn-cyan.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(111, 231, 230, 0.5); }
.btn-lightcyan {
  color: #606262;
  background-color: #e1fefe;
  border-color: #e1fefe;
  box-shadow: 0px 10px 30px rgba(225, 254, 254, 0.3); }
.btn-lightcyan .icon {
    background-color: #606262 !important;
    transition: background-color 0.15s ease-in-out; }
.btn-lightcyan:hover {
    color: #606262;
    background-color: white;
    border-color: white; }
.btn-lightcyan:hover .icon {
      background-color: #606262 !important; }
.btn-lightcyan:focus, .btn-lightcyan.focus {
    box-shadow: 0 0 0 0.2rem rgba(206, 231, 231, 0.5); }
.btn-lightcyan.disabled, .btn-lightcyan:disabled {
    color: #606262;
    background-color: #e1fefe;
    border-color: #e1fefe; }
.btn-lightcyan:not(:disabled):not(.disabled):active, .btn-lightcyan:not(:disabled):not(.disabled).active,
  .show > .btn-lightcyan.dropdown-toggle {
    color: #606262;
    background-color: white;
    border-color: white; }
.btn-lightcyan:not(:disabled):not(.disabled):active:focus, .btn-lightcyan:not(:disabled):not(.disabled).active:focus,
    .show > .btn-lightcyan.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(206, 231, 231, 0.5); }
.btn-primary {
  color: #fff;
  background-color: #ff5d3b;
  border-color: #ff5d3b;
  box-shadow: 0px 10px 30px rgba(255, 93, 59, 0.3); }
.btn-primary .icon {
    background-color: #fff !important;
    transition: background-color 0.15s ease-in-out; }
.btn-primary:hover {
    color: #fff;
    background-color: #ff7b5f;
    border-color: #ff7b5f; }
.btn-primary:hover .icon {
      background-color: #fff !important; }
.btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 117, 88, 0.5); }
.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #ff5d3b;
    border-color: #ff5d3b; }
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #ff7b5f;
    border-color: #ff7b5f; }
.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(255, 117, 88, 0.5); }
.btn-secondary {
  color: #fff;
  background-color: #afb0b0;
  border-color: #afb0b0;
  box-shadow: 0px 10px 30px rgba(175, 176, 176, 0.3); }
.btn-secondary .icon {
    background-color: #fff !important;
    transition: background-color 0.15s ease-in-out; }
.btn-secondary:hover {
    color: #fff;
    background-color: #c1c2c2;
    border-color: #c1c2c2; }
.btn-secondary:hover .icon {
      background-color: #fff !important; }
.btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(187, 188, 188, 0.5); }
.btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #afb0b0;
    border-color: #afb0b0; }
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #c1c2c2;
    border-color: #c1c2c2; }
.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(187, 188, 188, 0.5); }
.btn-success {
  color: #fff;
  background-color: #4cde32;
  border-color: #4cde32;
  box-shadow: 0px 10px 30px rgba(76, 222, 50, 0.3); }
.btn-success .icon {
    background-color: #fff !important;
    transition: background-color 0.15s ease-in-out; }
.btn-success:hover {
    color: #fff;
    background-color: #67e351;
    border-color: #67e351; }
.btn-success:hover .icon {
      background-color: #fff !important; }
.btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(103, 227, 81, 0.5); }
.btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #4cde32;
    border-color: #4cde32; }
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #67e351;
    border-color: #67e351; }
.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(103, 227, 81, 0.5); }
.btn-info {
  color: #fff;
  background-color: #56e3e2;
  border-color: #56e3e2;
  box-shadow: 0px 10px 30px rgba(86, 227, 226, 0.3); }
.btn-info .icon {
    background-color: #fff !important;
    transition: background-color 0.15s ease-in-out; }
.btn-info:hover {
    color: #fff;
    background-color: #75e8e7;
    border-color: #75e8e7; }
.btn-info:hover .icon {
      background-color: #fff !important; }
.btn-info:focus, .btn-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(111, 231, 230, 0.5); }
.btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #56e3e2;
    border-color: #56e3e2; }
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #75e8e7;
    border-color: #75e8e7; }
.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(111, 231, 230, 0.5); }
.btn-warning {
  color: #fff;
  background-color: #ffc107;
  border-color: #ffc107;
  box-shadow: 0px 10px 30px rgba(255, 193, 7, 0.3); }
.btn-warning .icon {
    background-color: #fff !important;
    transition: background-color 0.15s ease-in-out; }
.btn-warning:hover {
    color: #fff;
    background-color: #ffca2b;
    border-color: #ffca2b; }
.btn-warning:hover .icon {
      background-color: #fff !important; }
.btn-warning:focus, .btn-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 202, 44, 0.5); }
.btn-warning.disabled, .btn-warning:disabled {
    color: #fff;
    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: #fff;
    background-color: #ffca2b;
    border-color: #ffca2b; }
.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(255, 202, 44, 0.5); }
.btn-danger {
  color: #fff;
  background-color: #de3232;
  border-color: #de3232;
  box-shadow: 0px 10px 30px rgba(222, 50, 50, 0.3); }
.btn-danger .icon {
    background-color: #fff !important;
    transition: background-color 0.15s ease-in-out; }
.btn-danger:hover {
    color: #fff;
    background-color: #e35151;
    border-color: #e35151; }
.btn-danger:hover .icon {
      background-color: #fff !important; }
.btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(227, 81, 81, 0.5); }
.btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #de3232;
    border-color: #de3232; }
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #e35151;
    border-color: #e35151; }
.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(227, 81, 81, 0.5); }
.btn-outline-white {
  color: #fff;
  border-color: #fff;
  box-shadow: 0px 10px 30px rgba(255, 255, 255, 0.3); }
.btn-outline-white .icon {
    background-color: #fff !important;
    transition: background-color 0.15s ease-in-out; }
.btn-outline-white:hover {
    color: #606262;
    background-color: #fff;
    border-color: #fff; }
.btn-outline-white:hover .icon {
      background-color: #606262 !important; }
.btn-outline-white:focus, .btn-outline-white.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
.btn-outline-white.disabled, .btn-outline-white:disabled {
    color: #fff;
    background-color: transparent; }
.btn-outline-white:not(:disabled):not(.disabled):active, .btn-outline-white:not(:disabled):not(.disabled).active,
  .show > .btn-outline-white.dropdown-toggle {
    color: #606262;
    background-color: #fff;
    border-color: #fff; }
.btn-outline-white:not(:disabled):not(.disabled):active:focus, .btn-outline-white:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-white.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
.btn-outline-gray-100 {
  color: #f8f8fc;
  border-color: #f8f8fc;
  box-shadow: 0px 10px 30px rgba(248, 248, 252, 0.3); }
.btn-outline-gray-100 .icon {
    background-color: #f8f8fc !important;
    transition: background-color 0.15s ease-in-out; }
.btn-outline-gray-100:hover {
    color: #606262;
    background-color: #f8f8fc;
    border-color: #f8f8fc; }
.btn-outline-gray-100:hover .icon {
      background-color: #606262 !important; }
.btn-outline-gray-100:focus, .btn-outline-gray-100.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 248, 252, 0.5); }
.btn-outline-gray-100.disabled, .btn-outline-gray-100:disabled {
    color: #f8f8fc;
    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: #606262;
    background-color: #f8f8fc;
    border-color: #f8f8fc; }
.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, 248, 252, 0.5); }
.btn-outline-light {
  color: #f8f8fc;
  border-color: #f8f8fc;
  box-shadow: 0px 10px 30px rgba(248, 248, 252, 0.3); }
.btn-outline-light .icon {
    background-color: #f8f8fc !important;
    transition: background-color 0.15s ease-in-out; }
.btn-outline-light:hover {
    color: #606262;
    background-color: #f8f8fc;
    border-color: #f8f8fc; }
.btn-outline-light:hover .icon {
      background-color: #606262 !important; }
.btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 248, 252, 0.5); }
.btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f8fc;
    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: #606262;
    background-color: #f8f8fc;
    border-color: #f8f8fc; }
.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, 248, 252, 0.5); }
.btn-outline-gray-200 {
  color: #e9ecef;
  border-color: #e9ecef;
  box-shadow: 0px 10px 30px rgba(233, 236, 239, 0.3); }
.btn-outline-gray-200 .icon {
    background-color: #e9ecef !important;
    transition: background-color 0.15s ease-in-out; }
.btn-outline-gray-200:hover {
    color: #606262;
    background-color: #e9ecef;
    border-color: #e9ecef; }
.btn-outline-gray-200:hover .icon {
      background-color: #606262 !important; }
.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: #606262;
    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: #d1d2d2;
  border-color: #d1d2d2;
  box-shadow: 0px 10px 30px rgba(209, 210, 210, 0.3); }
.btn-outline-gray-300 .icon {
    background-color: #d1d2d2 !important;
    transition: background-color 0.15s ease-in-out; }
.btn-outline-gray-300:hover {
    color: #fff;
    background-color: #d1d2d2;
    border-color: #d1d2d2; }
.btn-outline-gray-300:hover .icon {
      background-color: #fff !important; }
.btn-outline-gray-300:focus, .btn-outline-gray-300.focus {
    box-shadow: 0 0 0 0.2rem rgba(209, 210, 210, 0.5); }
.btn-outline-gray-300.disabled, .btn-outline-gray-300:disabled {
    color: #d1d2d2;
    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: #fff;
    background-color: #d1d2d2;
    border-color: #d1d2d2; }
.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(209, 210, 210, 0.5); }
.btn-outline-gray-400 {
  color: #ced4da;
  border-color: #ced4da;
  box-shadow: 0px 10px 30px rgba(206, 212, 218, 0.3); }
.btn-outline-gray-400 .icon {
    background-color: #ced4da !important;
    transition: background-color 0.15s ease-in-out; }
.btn-outline-gray-400:hover {
    color: #fff;
    background-color: #ced4da;
    border-color: #ced4da; }
.btn-outline-gray-400:hover .icon {
      background-color: #fff !important; }
.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: #fff;
    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;
  box-shadow: 0px 10px 30px rgba(173, 181, 189, 0.3); }
.btn-outline-gray-500 .icon {
    background-color: #adb5bd !important;
    transition: background-color 0.15s ease-in-out; }
.btn-outline-gray-500:hover {
    color: #fff;
    background-color: #adb5bd;
    border-color: #adb5bd; }
.btn-outline-gray-500:hover .icon {
      background-color: #fff !important; }
.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: #fff;
    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: #afb0b0;
  border-color: #afb0b0;
  box-shadow: 0px 10px 30px rgba(175, 176, 176, 0.3); }
.btn-outline-gray-600 .icon {
    background-color: #afb0b0 !important;
    transition: background-color 0.15s ease-in-out; }
.btn-outline-gray-600:hover {
    color: #fff;
    background-color: #afb0b0;
    border-color: #afb0b0; }
.btn-outline-gray-600:hover .icon {
      background-color: #fff !important; }
.btn-outline-gray-600:focus, .btn-outline-gray-600.focus {
    box-shadow: 0 0 0 0.2rem rgba(175, 176, 176, 0.5); }
.btn-outline-gray-600.disabled, .btn-outline-gray-600:disabled {
    color: #afb0b0;
    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: #afb0b0;
    border-color: #afb0b0; }
.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(175, 176, 176, 0.5); }
.btn-outline-gray {
  color: #afb0b0;
  border-color: #afb0b0;
  box-shadow: 0px 10px 30px rgba(175, 176, 176, 0.3); }
.btn-outline-gray .icon {
    background-color: #afb0b0 !important;
    transition: background-color 0.15s ease-in-out; }
.btn-outline-gray:hover {
    color: #fff;
    background-color: #afb0b0;
    border-color: #afb0b0; }
.btn-outline-gray:hover .icon {
      background-color: #fff !important; }
.btn-outline-gray:focus, .btn-outline-gray.focus {
    box-shadow: 0 0 0 0.2rem rgba(175, 176, 176, 0.5); }
.btn-outline-gray.disabled, .btn-outline-gray:disabled {
    color: #afb0b0;
    background-color: transparent; }
.btn-outline-gray:not(:disabled):not(.disabled):active, .btn-outline-gray:not(:disabled):not(.disabled).active,
  .show > .btn-outline-gray.dropdown-toggle {
    color: #fff;
    background-color: #afb0b0;
    border-color: #afb0b0; }
.btn-outline-gray:not(:disabled):not(.disabled):active:focus, .btn-outline-gray:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-gray.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(175, 176, 176, 0.5); }
.btn-outline-gray-700 {
  color: #495057;
  border-color: #495057;
  box-shadow: 0px 10px 30px rgba(73, 80, 87, 0.3); }
.btn-outline-gray-700 .icon {
    background-color: #495057 !important;
    transition: background-color 0.15s ease-in-out; }
.btn-outline-gray-700:hover {
    color: #fff;
    background-color: #495057;
    border-color: #495057; }
.btn-outline-gray-700:hover .icon {
      background-color: #fff !important; }
.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;
  box-shadow: 0px 10px 30px rgba(52, 58, 64, 0.3); }
.btn-outline-gray-800 .icon {
    background-color: #343a40 !important;
    transition: background-color 0.15s ease-in-out; }
.btn-outline-gray-800:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
.btn-outline-gray-800:hover .icon {
      background-color: #fff !important; }
.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-dark {
  color: #343a40;
  border-color: #343a40;
  box-shadow: 0px 10px 30px rgba(52, 58, 64, 0.3); }
.btn-outline-gray-dark .icon {
    background-color: #343a40 !important;
    transition: background-color 0.15s ease-in-out; }
.btn-outline-gray-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
.btn-outline-gray-dark:hover .icon {
      background-color: #fff !important; }
.btn-outline-gray-dark:focus, .btn-outline-gray-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
.btn-outline-gray-dark.disabled, .btn-outline-gray-dark:disabled {
    color: #343a40;
    background-color: transparent; }
.btn-outline-gray-dark:not(:disabled):not(.disabled):active, .btn-outline-gray-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-gray-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
.btn-outline-gray-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-gray-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-gray-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
.btn-outline-gray-900 {
  color: #606262;
  border-color: #606262;
  box-shadow: 0px 10px 30px rgba(96, 98, 98, 0.3); }
.btn-outline-gray-900 .icon {
    background-color: #606262 !important;
    transition: background-color 0.15s ease-in-out; }
.btn-outline-gray-900:hover {
    color: #fff;
    background-color: #606262;
    border-color: #606262; }
.btn-outline-gray-900:hover .icon {
      background-color: #fff !important; }
.btn-outline-gray-900:focus, .btn-outline-gray-900.focus {
    box-shadow: 0 0 0 0.2rem rgba(96, 98, 98, 0.5); }
.btn-outline-gray-900.disabled, .btn-outline-gray-900:disabled {
    color: #606262;
    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: #606262;
    border-color: #606262; }
.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(96, 98, 98, 0.5); }
.btn-outline-dark {
  color: #606262;
  border-color: #606262;
  box-shadow: 0px 10px 30px rgba(96, 98, 98, 0.3); }
.btn-outline-dark .icon {
    background-color: #606262 !important;
    transition: background-color 0.15s ease-in-out; }
.btn-outline-dark:hover {
    color: #fff;
    background-color: #606262;
    border-color: #606262; }
.btn-outline-dark:hover .icon {
      background-color: #fff !important; }
.btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(96, 98, 98, 0.5); }
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #606262;
    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: #606262;
    border-color: #606262; }
.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(96, 98, 98, 0.5); }
.btn-outline-black {
  color: #1d2020;
  border-color: #1d2020;
  box-shadow: 0px 10px 30px rgba(29, 32, 32, 0.3); }
.btn-outline-black .icon {
    background-color: #1d2020 !important;
    transition: background-color 0.15s ease-in-out; }
.btn-outline-black:hover {
    color: #fff;
    background-color: #1d2020;
    border-color: #1d2020; }
.btn-outline-black:hover .icon {
      background-color: #fff !important; }
.btn-outline-black:focus, .btn-outline-black.focus {
    box-shadow: 0 0 0 0.2rem rgba(29, 32, 32, 0.5); }
.btn-outline-black.disabled, .btn-outline-black:disabled {
    color: #1d2020;
    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: #1d2020;
    border-color: #1d2020; }
.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(29, 32, 32, 0.5); }
.btn-outline-blue {
  color: #007bff;
  border-color: #007bff;
  box-shadow: 0px 10px 30px rgba(0, 123, 255, 0.3); }
.btn-outline-blue .icon {
    background-color: #007bff !important;
    transition: background-color 0.15s ease-in-out; }
.btn-outline-blue:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
.btn-outline-blue:hover .icon {
      background-color: #fff !important; }
.btn-outline-blue:focus, .btn-outline-blue.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
.btn-outline-blue.disabled, .btn-outline-blue:disabled {
    color: #007bff;
    background-color: transparent; }
.btn-outline-blue:not(:disabled):not(.disabled):active, .btn-outline-blue:not(:disabled):not(.disabled).active,
  .show > .btn-outline-blue.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
.btn-outline-blue:not(:disabled):not(.disabled):active:focus, .btn-outline-blue:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-blue.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
.btn-outline-indigo {
  color: #6610f2;
  border-color: #6610f2;
  box-shadow: 0px 10px 30px rgba(102, 16, 242, 0.3); }
.btn-outline-indigo .icon {
    background-color: #6610f2 !important;
    transition: background-color 0.15s ease-in-out; }
.btn-outline-indigo:hover {
    color: #fff;
    background-color: #6610f2;
    border-color: #6610f2; }
.btn-outline-indigo:hover .icon {
      background-color: #fff !important; }
.btn-outline-indigo:focus, .btn-outline-indigo.focus {
    box-shadow: 0 0 0 0.2rem rgba(102, 16, 242, 0.5); }
.btn-outline-indigo.disabled, .btn-outline-indigo:disabled {
    color: #6610f2;
    background-color: transparent; }
.btn-outline-indigo:not(:disabled):not(.disabled):active, .btn-outline-indigo:not(:disabled):not(.disabled).active,
  .show > .btn-outline-indigo.dropdown-toggle {
    color: #fff;
    background-color: #6610f2;
    border-color: #6610f2; }
.btn-outline-indigo:not(:disabled):not(.disabled):active:focus, .btn-outline-indigo:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-indigo.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(102, 16, 242, 0.5); }
.btn-outline-purple {
  color: #6f42c1;
  border-color: #6f42c1;
  box-shadow: 0px 10px 30px rgba(111, 66, 193, 0.3); }
.btn-outline-purple .icon {
    background-color: #6f42c1 !important;
    transition: background-color 0.15s ease-in-out; }
.btn-outline-purple:hover {
    color: #fff;
    background-color: #6f42c1;
    border-color: #6f42c1; }
.btn-outline-purple:hover .icon {
      background-color: #fff !important; }
.btn-outline-purple:focus, .btn-outline-purple.focus {
    box-shadow: 0 0 0 0.2rem rgba(111, 66, 193, 0.5); }
.btn-outline-purple.disabled, .btn-outline-purple:disabled {
    color: #6f42c1;
    background-color: transparent; }
.btn-outline-purple:not(:disabled):not(.disabled):active, .btn-outline-purple:not(:disabled):not(.disabled).active,
  .show > .btn-outline-purple.dropdown-toggle {
    color: #fff;
    background-color: #6f42c1;
    border-color: #6f42c1; }
.btn-outline-purple:not(:disabled):not(.disabled):active:focus, .btn-outline-purple:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-purple.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(111, 66, 193, 0.5); }
.btn-outline-lightpurple {
  color: #d8d8eb;
  border-color: #d8d8eb;
  box-shadow: 0px 10px 30px rgba(216, 216, 235, 0.3); }
.btn-outline-lightpurple .icon {
    background-color: #d8d8eb !important;
    transition: background-color 0.15s ease-in-out; }
.btn-outline-lightpurple:hover {
    color: #fff;
    background-color: #d8d8eb;
    border-color: #d8d8eb; }
.btn-outline-lightpurple:hover .icon {
      background-color: #fff !important; }
.btn-outline-lightpurple:focus, .btn-outline-lightpurple.focus {
    box-shadow: 0 0 0 0.2rem rgba(216, 216, 235, 0.5); }
.btn-outline-lightpurple.disabled, .btn-outline-lightpurple:disabled {
    color: #d8d8eb;
    background-color: transparent; }
.btn-outline-lightpurple:not(:disabled):not(.disabled):active, .btn-outline-lightpurple:not(:disabled):not(.disabled).active,
  .show > .btn-outline-lightpurple.dropdown-toggle {
    color: #fff;
    background-color: #d8d8eb;
    border-color: #d8d8eb; }
.btn-outline-lightpurple:not(:disabled):not(.disabled):active:focus, .btn-outline-lightpurple:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-lightpurple.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(216, 216, 235, 0.5); }
.btn-outline-pink {
  color: #e83e8c;
  border-color: #e83e8c;
  box-shadow: 0px 10px 30px rgba(232, 62, 140, 0.3); }
.btn-outline-pink .icon {
    background-color: #e83e8c !important;
    transition: background-color 0.15s ease-in-out; }
.btn-outline-pink:hover {
    color: #fff;
    background-color: #e83e8c;
    border-color: #e83e8c; }
.btn-outline-pink:hover .icon {
      background-color: #fff !important; }
.btn-outline-pink:focus, .btn-outline-pink.focus {
    box-shadow: 0 0 0 0.2rem rgba(232, 62, 140, 0.5); }
.btn-outline-pink.disabled, .btn-outline-pink:disabled {
    color: #e83e8c;
    background-color: transparent; }
.btn-outline-pink:not(:disabled):not(.disabled):active, .btn-outline-pink:not(:disabled):not(.disabled).active,
  .show > .btn-outline-pink.dropdown-toggle {
    color: #fff;
    background-color: #e83e8c;
    border-color: #e83e8c; }
.btn-outline-pink:not(:disabled):not(.disabled):active:focus, .btn-outline-pink:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-pink.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(232, 62, 140, 0.5); }
.btn-outline-red {
  color: #de3232;
  border-color: #de3232;
  box-shadow: 0px 10px 30px rgba(222, 50, 50, 0.3); }
.btn-outline-red .icon {
    background-color: #de3232 !important;
    transition: background-color 0.15s ease-in-out; }
.btn-outline-red:hover {
    color: #fff;
    background-color: #de3232;
    border-color: #de3232; }
.btn-outline-red:hover .icon {
      background-color: #fff !important; }
.btn-outline-red:focus, .btn-outline-red.focus {
    box-shadow: 0 0 0 0.2rem rgba(222, 50, 50, 0.5); }
.btn-outline-red.disabled, .btn-outline-red:disabled {
    color: #de3232;
    background-color: transparent; }
.btn-outline-red:not(:disabled):not(.disabled):active, .btn-outline-red:not(:disabled):not(.disabled).active,
  .show > .btn-outline-red.dropdown-toggle {
    color: #fff;
    background-color: #de3232;
    border-color: #de3232; }
.btn-outline-red:not(:disabled):not(.disabled):active:focus, .btn-outline-red:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-red.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(222, 50, 50, 0.5); }
.btn-outline-orange {
  color: #ff5d3b;
  border-color: #ff5d3b;
  box-shadow: 0px 10px 30px rgba(255, 93, 59, 0.3); }
.btn-outline-orange .icon {
    background-color: #ff5d3b !important;
    transition: background-color 0.15s ease-in-out; }
.btn-outline-orange:hover {
    color: #fff;
    background-color: #ff5d3b;
    border-color: #ff5d3b; }
.btn-outline-orange:hover .icon {
      background-color: #fff !important; }
.btn-outline-orange:focus, .btn-outline-orange.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 93, 59, 0.5); }
.btn-outline-orange.disabled, .btn-outline-orange:disabled {
    color: #ff5d3b;
    background-color: transparent; }
.btn-outline-orange:not(:disabled):not(.disabled):active, .btn-outline-orange:not(:disabled):not(.disabled).active,
  .show > .btn-outline-orange.dropdown-toggle {
    color: #fff;
    background-color: #ff5d3b;
    border-color: #ff5d3b; }
.btn-outline-orange:not(:disabled):not(.disabled):active:focus, .btn-outline-orange:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-orange.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 93, 59, 0.5); }
.btn-outline-lightorange {
  color: #fff5f3;
  border-color: #fff5f3;
  box-shadow: 0px 10px 30px rgba(255, 245, 243, 0.3); }
.btn-outline-lightorange .icon {
    background-color: #fff5f3 !important;
    transition: background-color 0.15s ease-in-out; }
.btn-outline-lightorange:hover {
    color: #606262;
    background-color: #fff5f3;
    border-color: #fff5f3; }
.btn-outline-lightorange:hover .icon {
      background-color: #606262 !important; }
.btn-outline-lightorange:focus, .btn-outline-lightorange.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 245, 243, 0.5); }
.btn-outline-lightorange.disabled, .btn-outline-lightorange:disabled {
    color: #fff5f3;
    background-color: transparent; }
.btn-outline-lightorange:not(:disabled):not(.disabled):active, .btn-outline-lightorange:not(:disabled):not(.disabled).active,
  .show > .btn-outline-lightorange.dropdown-toggle {
    color: #606262;
    background-color: #fff5f3;
    border-color: #fff5f3; }
.btn-outline-lightorange:not(:disabled):not(.disabled):active:focus, .btn-outline-lightorange:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-lightorange.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 245, 243, 0.5); }
.btn-outline-yellow {
  color: #ffc107;
  border-color: #ffc107;
  box-shadow: 0px 10px 30px rgba(255, 193, 7, 0.3); }
.btn-outline-yellow .icon {
    background-color: #ffc107 !important;
    transition: background-color 0.15s ease-in-out; }
.btn-outline-yellow:hover {
    color: #fff;
    background-color: #ffc107;
    border-color: #ffc107; }
.btn-outline-yellow:hover .icon {
      background-color: #fff !important; }
.btn-outline-yellow:focus, .btn-outline-yellow.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
.btn-outline-yellow.disabled, .btn-outline-yellow:disabled {
    color: #ffc107;
    background-color: transparent; }
.btn-outline-yellow:not(:disabled):not(.disabled):active, .btn-outline-yellow:not(:disabled):not(.disabled).active,
  .show > .btn-outline-yellow.dropdown-toggle {
    color: #fff;
    background-color: #ffc107;
    border-color: #ffc107; }
.btn-outline-yellow:not(:disabled):not(.disabled):active:focus, .btn-outline-yellow:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-yellow.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
.btn-outline-green {
  color: #4cde32;
  border-color: #4cde32;
  box-shadow: 0px 10px 30px rgba(76, 222, 50, 0.3); }
.btn-outline-green .icon {
    background-color: #4cde32 !important;
    transition: background-color 0.15s ease-in-out; }
.btn-outline-green:hover {
    color: #fff;
    background-color: #4cde32;
    border-color: #4cde32; }
.btn-outline-green:hover .icon {
      background-color: #fff !important; }
.btn-outline-green:focus, .btn-outline-green.focus {
    box-shadow: 0 0 0 0.2rem rgba(76, 222, 50, 0.5); }
.btn-outline-green.disabled, .btn-outline-green:disabled {
    color: #4cde32;
    background-color: transparent; }
.btn-outline-green:not(:disabled):not(.disabled):active, .btn-outline-green:not(:disabled):not(.disabled).active,
  .show > .btn-outline-green.dropdown-toggle {
    color: #fff;
    background-color: #4cde32;
    border-color: #4cde32; }
.btn-outline-green:not(:disabled):not(.disabled):active:focus, .btn-outline-green:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-green.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(76, 222, 50, 0.5); }
.btn-outline-teal {
  color: #20c997;
  border-color: #20c997;
  box-shadow: 0px 10px 30px rgba(32, 201, 151, 0.3); }
.btn-outline-teal .icon {
    background-color: #20c997 !important;
    transition: background-color 0.15s ease-in-out; }
.btn-outline-teal:hover {
    color: #fff;
    background-color: #20c997;
    border-color: #20c997; }
.btn-outline-teal:hover .icon {
      background-color: #fff !important; }
.btn-outline-teal:focus, .btn-outline-teal.focus {
    box-shadow: 0 0 0 0.2rem rgba(32, 201, 151, 0.5); }
.btn-outline-teal.disabled, .btn-outline-teal:disabled {
    color: #20c997;
    background-color: transparent; }
.btn-outline-teal:not(:disabled):not(.disabled):active, .btn-outline-teal:not(:disabled):not(.disabled).active,
  .show > .btn-outline-teal.dropdown-toggle {
    color: #fff;
    background-color: #20c997;
    border-color: #20c997; }
.btn-outline-teal:not(:disabled):not(.disabled):active:focus, .btn-outline-teal:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-teal.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(32, 201, 151, 0.5); }
.btn-outline-cyan {
  color: #56e3e2;
  border-color: #56e3e2;
  box-shadow: 0px 10px 30px rgba(86, 227, 226, 0.3); }
.btn-outline-cyan .icon {
    background-color: #56e3e2 !important;
    transition: background-color 0.15s ease-in-out; }
.btn-outline-cyan:hover {
    color: #fff;
    background-color: #56e3e2;
    border-color: #56e3e2; }
.btn-outline-cyan:hover .icon {
      background-color: #fff !important; }
.btn-outline-cyan:focus, .btn-outline-cyan.focus {
    box-shadow: 0 0 0 0.2rem rgba(86, 227, 226, 0.5); }
.btn-outline-cyan.disabled, .btn-outline-cyan:disabled {
    color: #56e3e2;
    background-color: transparent; }
.btn-outline-cyan:not(:disabled):not(.disabled):active, .btn-outline-cyan:not(:disabled):not(.disabled).active,
  .show > .btn-outline-cyan.dropdown-toggle {
    color: #fff;
    background-color: #56e3e2;
    border-color: #56e3e2; }
.btn-outline-cyan:not(:disabled):not(.disabled):active:focus, .btn-outline-cyan:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-cyan.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(86, 227, 226, 0.5); }
.btn-outline-lightcyan {
  color: #e1fefe;
  border-color: #e1fefe;
  box-shadow: 0px 10px 30px rgba(225, 254, 254, 0.3); }
.btn-outline-lightcyan .icon {
    background-color: #e1fefe !important;
    transition: background-color 0.15s ease-in-out; }
.btn-outline-lightcyan:hover {
    color: #606262;
    background-color: #e1fefe;
    border-color: #e1fefe; }
.btn-outline-lightcyan:hover .icon {
      background-color: #606262 !important; }
.btn-outline-lightcyan:focus, .btn-outline-lightcyan.focus {
    box-shadow: 0 0 0 0.2rem rgba(225, 254, 254, 0.5); }
.btn-outline-lightcyan.disabled, .btn-outline-lightcyan:disabled {
    color: #e1fefe;
    background-color: transparent; }
.btn-outline-lightcyan:not(:disabled):not(.disabled):active, .btn-outline-lightcyan:not(:disabled):not(.disabled).active,
  .show > .btn-outline-lightcyan.dropdown-toggle {
    color: #606262;
    background-color: #e1fefe;
    border-color: #e1fefe; }
.btn-outline-lightcyan:not(:disabled):not(.disabled):active:focus, .btn-outline-lightcyan:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-lightcyan.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(225, 254, 254, 0.5); }
.btn-outline-primary {
  color: #ff5d3b;
  border-color: #ff5d3b;
  box-shadow: 0px 10px 30px rgba(255, 93, 59, 0.3); }
.btn-outline-primary .icon {
    background-color: #ff5d3b !important;
    transition: background-color 0.15s ease-in-out; }
.btn-outline-primary:hover {
    color: #fff;
    background-color: #ff5d3b;
    border-color: #ff5d3b; }
.btn-outline-primary:hover .icon {
      background-color: #fff !important; }
.btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 93, 59, 0.5); }
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #ff5d3b;
    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: #ff5d3b;
    border-color: #ff5d3b; }
.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(255, 93, 59, 0.5); }
.btn-outline-secondary {
  color: #afb0b0;
  border-color: #afb0b0;
  box-shadow: 0px 10px 30px rgba(175, 176, 176, 0.3); }
.btn-outline-secondary .icon {
    background-color: #afb0b0 !important;
    transition: background-color 0.15s ease-in-out; }
.btn-outline-secondary:hover {
    color: #fff;
    background-color: #afb0b0;
    border-color: #afb0b0; }
.btn-outline-secondary:hover .icon {
      background-color: #fff !important; }
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(175, 176, 176, 0.5); }
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #afb0b0;
    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: #afb0b0;
    border-color: #afb0b0; }
.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(175, 176, 176, 0.5); }
.btn-outline-success {
  color: #4cde32;
  border-color: #4cde32;
  box-shadow: 0px 10px 30px rgba(76, 222, 50, 0.3); }
.btn-outline-success .icon {
    background-color: #4cde32 !important;
    transition: background-color 0.15s ease-in-out; }
.btn-outline-success:hover {
    color: #fff;
    background-color: #4cde32;
    border-color: #4cde32; }
.btn-outline-success:hover .icon {
      background-color: #fff !important; }
.btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(76, 222, 50, 0.5); }
.btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #4cde32;
    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: #4cde32;
    border-color: #4cde32; }
.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(76, 222, 50, 0.5); }
.btn-outline-info {
  color: #56e3e2;
  border-color: #56e3e2;
  box-shadow: 0px 10px 30px rgba(86, 227, 226, 0.3); }
.btn-outline-info .icon {
    background-color: #56e3e2 !important;
    transition: background-color 0.15s ease-in-out; }
.btn-outline-info:hover {
    color: #fff;
    background-color: #56e3e2;
    border-color: #56e3e2; }
.btn-outline-info:hover .icon {
      background-color: #fff !important; }
.btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(86, 227, 226, 0.5); }
.btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #56e3e2;
    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: #56e3e2;
    border-color: #56e3e2; }
.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(86, 227, 226, 0.5); }
.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
  box-shadow: 0px 10px 30px rgba(255, 193, 7, 0.3); }
.btn-outline-warning .icon {
    background-color: #ffc107 !important;
    transition: background-color 0.15s ease-in-out; }
.btn-outline-warning:hover {
    color: #fff;
    background-color: #ffc107;
    border-color: #ffc107; }
.btn-outline-warning:hover .icon {
      background-color: #fff !important; }
.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: #fff;
    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: #de3232;
  border-color: #de3232;
  box-shadow: 0px 10px 30px rgba(222, 50, 50, 0.3); }
.btn-outline-danger .icon {
    background-color: #de3232 !important;
    transition: background-color 0.15s ease-in-out; }
.btn-outline-danger:hover {
    color: #fff;
    background-color: #de3232;
    border-color: #de3232; }
.btn-outline-danger:hover .icon {
      background-color: #fff !important; }
.btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(222, 50, 50, 0.5); }
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #de3232;
    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: #de3232;
    border-color: #de3232; }
.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(222, 50, 50, 0.5); }
.btn-link {
  font-weight: 400;
  color: #606262;
  text-decoration: none; }
.btn-link:hover {
    color: #3a3b3b;
    text-decoration: underline; }
.btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    box-shadow: none; }
.btn-link:disabled, .btn-link.disabled {
    color: #afb0b0;
    pointer-events: none; }
.btn-lg, .btn-group-lg > .btn {
  padding: 1.5rem 1.5rem;
  font-size: 1rem;
  line-height: 1;
  border-radius: 0.3rem; }
.btn-sm, .btn-group-sm > .btn {
  padding: 0.5rem 0.5rem;
  font-size: 1rem;
  line-height: 1;
  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: #606262;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(29, 32, 32, 0.15);
  border-radius: 0.25rem; }
.dropdown-menu-left {
  right: auto;
  left: 0; }
.dropdown-menu-right {
  right: 0;
  left: auto; }
@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0; }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto; } }
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0; }
  .dropdown-menu-md-right {
    right: 0;
    left: auto; } }
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0; }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto; } }
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0; }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto; } }
@media (min-width: 1660px) {
  .dropdown-menu-xxl-left {
    right: auto;
    left: 0; }
  .dropdown-menu-xxl-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: #606262;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
.dropdown-item:hover, .dropdown-item:focus {
    color: #535555;
    text-decoration: none;
    background-color: #f8f8fc; }
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #ff5d3b; }
.dropdown-item.disabled, .dropdown-item:disabled {
    color: #afb0b0;
    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: 1rem;
  color: #afb0b0;
  white-space: nowrap; }
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #606262; }
.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: -2px; }
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }
.dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }
.dropdown-toggle-split::after,
  .dropup .dropdown-toggle-split::after,
  .dropright .dropdown-toggle-split::after {
    margin-left: 0; }
.dropleft .dropdown-toggle-split::before {
    margin-right: 0; }
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 1.125rem;
  padding-left: 1.125rem; }
.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: -2px; }
.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: 1rem 1.5rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  color: #1d2020;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #afb0b0;
  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( 1em + 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: 1rem 1.5rem;
  font-size: 1rem;
  line-height: 1;
  border-radius: 0.3rem; }
.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc( 1em + 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: 1rem 1.5rem;
  font-size: 1rem;
  line-height: 1;
  border-radius: 0.2rem; }
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 2.5rem; }
.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: #ff5d3b;
    background-color: #ff5d3b; }
.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: none !important; }
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #1d2020; }
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #fff1ee;
    border-color: #fff1ee; }
.custom-control-input:disabled ~ .custom-control-label {
    color: #afb0b0; }
.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: #ff5d3b;
  background-color: #ff5d3b; }
.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(255, 93, 59, 0.5); }
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(255, 93, 59, 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(255, 93, 59, 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(255, 93, 59, 0.5); }
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc( 1em + 2rem + 2px);
  padding: 1rem 2.5rem 1rem 1.5rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  color: #1d2020;
  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 1.5rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #afb0b0;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
.custom-select:focus {
    border-color: #1d2020;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 93, 59, 0.25); }
.custom-select:focus::-ms-value {
      color: #1d2020;
      background-color: #fff; }
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 1.5rem;
    background-image: none; }
.custom-select:disabled {
    color: #afb0b0;
    background-color: #e9ecef; }
.custom-select::-ms-expand {
    display: none; }
.custom-select-sm {
  height: calc( 1em + 0.5rem + 2px);
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  font-size: 1rem; }
.custom-select-lg {
  height: calc( 1em + 1rem + 2px);
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  font-size: 1rem; }
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc( 1em + 2rem + 2px);
  margin-bottom: 0; }
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc( 1em + 2rem + 2px);
  margin: 0;
  opacity: 0; }
.custom-file-input:focus ~ .custom-file-label {
    border-color: #1d2020;
    box-shadow: none !important; }
.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( 1em + 2rem + 2px);
  padding: 1rem 1.5rem;
  font-weight: 400;
  line-height: 1;
  color: #1d2020;
  background-color: #fff;
  border: 1px solid #afb0b0;
  border-radius: 0.25rem; }
.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc( 1em + 2rem);
    padding: 1rem 1.5rem;
    line-height: 1;
    color: #1d2020;
    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;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
.custom-range:focus {
    outline: none; }
.custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, none !important; }
.custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, none !important; }
.custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, none !important; }
.custom-range::-moz-focus-outer {
    border: 0; }
.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #ff5d3b;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
            appearance: none; }
@media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none; } }
.custom-range::-webkit-slider-thumb:active {
      background-color: #fff1ee; }
.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #d1d2d2;
    border-color: transparent;
    border-radius: 1rem; }
.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #ff5d3b;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
         appearance: none; }
@media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none; } }
.custom-range::-moz-range-thumb:active {
      background-color: #fff1ee; }
.custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #d1d2d2;
    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: #ff5d3b;
    border: 0;
    border-radius: 1rem;
    -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
@media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        -ms-transition: none;
        transition: none; } }
.custom-range::-ms-thumb:active {
      background-color: #fff1ee; }
.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: #d1d2d2;
    border-radius: 1rem; }
.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #d1d2d2;
    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: #afb0b0;
    pointer-events: none;
    cursor: default; }
.nav-tabs {
  border-bottom: 1px solid #d1d2d2; }
.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 #d1d2d2; }
.nav-tabs .nav-link.disabled {
      color: #afb0b0;
      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: #d1d2d2 #d1d2d2 #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: #ff5d3b; }
.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.5rem;
  padding-bottom: 0.5rem;
  margin-right: 1rem;
  font-size: 1rem;
  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: 1rem;
  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; } }
@media (max-width: 1659.98px) {
  .navbar-expand-xxl > .container,
  .navbar-expand-xxl > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 1660px) {
  .navbar-expand-xxl {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-xxl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xxl > .container,
    .navbar-expand-xxl > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-xxl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xxl .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: #1d2020; }
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: #1d2020; }
.navbar-light .navbar-nav .nav-link {
  color: #606262; }
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: #ff5d3b; }
.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(29, 32, 32, 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: #1d2020; }
.navbar-light .navbar-toggler {
  color: #606262;
  border-color: none; }
.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='%23606262' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }
.navbar-light .navbar-text {
  color: #606262; }
.navbar-light .navbar-text a {
    color: #1d2020; }
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
      color: #1d2020; }
.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(29, 32, 32, 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(29, 32, 32, 0.03);
  border-bottom: 1px solid rgba(29, 32, 32, 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(29, 32, 32, 0.03);
  border-top: 1px solid rgba(29, 32, 32, 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;
    grid-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }
.accordion > .card {
  overflow: hidden; }
.accordion > .card:not(: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: #afb0b0;
    content: "/"; }
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline; }
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none; }
.breadcrumb-item.active {
  color: #afb0b0; }
.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: #606262;
  background-color: #fff;
  border: 1px solid #d1d2d2; }
.page-link:hover {
    z-index: 2;
    color: #3a3b3b;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #d1d2d2; }
.page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: none !important; }
.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: #ff5d3b;
  border-color: #ff5d3b; }
.page-item.disabled .page-link {
  color: #afb0b0;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #d1d2d2; }
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  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: 1rem;
  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-white {
  color: #606262;
  background-color: #fff; }
a.badge-white:hover, a.badge-white:focus {
    color: #606262;
    background-color: #e6e6e6; }
a.badge-white:focus, a.badge-white.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
.badge-gray-100 {
  color: #606262;
  background-color: #f8f8fc; }
a.badge-gray-100:hover, a.badge-gray-100:focus {
    color: #606262;
    background-color: #d4d4ed; }
a.badge-gray-100:focus, a.badge-gray-100.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(248, 248, 252, 0.5); }
.badge-light {
  color: #606262;
  background-color: #f8f8fc; }
a.badge-light:hover, a.badge-light:focus {
    color: #606262;
    background-color: #d4d4ed; }
a.badge-light:focus, a.badge-light.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(248, 248, 252, 0.5); }
.badge-gray-200 {
  color: #606262;
  background-color: #e9ecef; }
a.badge-gray-200:hover, a.badge-gray-200:focus {
    color: #606262;
    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: #fff;
  background-color: #d1d2d2; }
a.badge-gray-300:hover, a.badge-gray-300:focus {
    color: #fff;
    background-color: #b7b9b9; }
a.badge-gray-300:focus, a.badge-gray-300.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(209, 210, 210, 0.5); }
.badge-gray-400 {
  color: #fff;
  background-color: #ced4da; }
a.badge-gray-400:hover, a.badge-gray-400:focus {
    color: #fff;
    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: #fff;
  background-color: #adb5bd; }
a.badge-gray-500:hover, a.badge-gray-500:focus {
    color: #fff;
    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: #afb0b0; }
a.badge-gray-600:hover, a.badge-gray-600:focus {
    color: #fff;
    background-color: #959797; }
a.badge-gray-600:focus, a.badge-gray-600.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(175, 176, 176, 0.5); }
.badge-gray {
  color: #fff;
  background-color: #afb0b0; }
a.badge-gray:hover, a.badge-gray:focus {
    color: #fff;
    background-color: #959797; }
a.badge-gray:focus, a.badge-gray.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(175, 176, 176, 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-dark {
  color: #fff;
  background-color: #343a40; }
a.badge-gray-dark:hover, a.badge-gray-dark:focus {
    color: #fff;
    background-color: #1d2124; }
a.badge-gray-dark:focus, a.badge-gray-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
.badge-gray-900 {
  color: #fff;
  background-color: #606262; }
a.badge-gray-900:hover, a.badge-gray-900:focus {
    color: #fff;
    background-color: #474848; }
a.badge-gray-900:focus, a.badge-gray-900.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(96, 98, 98, 0.5); }
.badge-dark {
  color: #fff;
  background-color: #606262; }
a.badge-dark:hover, a.badge-dark:focus {
    color: #fff;
    background-color: #474848; }
a.badge-dark:focus, a.badge-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(96, 98, 98, 0.5); }
.badge-black {
  color: #fff;
  background-color: #1d2020; }
a.badge-black:hover, a.badge-black:focus {
    color: #fff;
    background-color: #050505; }
a.badge-black:focus, a.badge-black.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(29, 32, 32, 0.5); }
.badge-blue {
  color: #fff;
  background-color: #007bff; }
a.badge-blue:hover, a.badge-blue:focus {
    color: #fff;
    background-color: #0062cc; }
a.badge-blue:focus, a.badge-blue.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
.badge-indigo {
  color: #fff;
  background-color: #6610f2; }
a.badge-indigo:hover, a.badge-indigo:focus {
    color: #fff;
    background-color: #510bc4; }
a.badge-indigo:focus, a.badge-indigo.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(102, 16, 242, 0.5); }
.badge-purple {
  color: #fff;
  background-color: #6f42c1; }
a.badge-purple:hover, a.badge-purple:focus {
    color: #fff;
    background-color: #59339d; }
a.badge-purple:focus, a.badge-purple.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(111, 66, 193, 0.5); }
.badge-lightpurple {
  color: #fff;
  background-color: #d8d8eb; }
a.badge-lightpurple:hover, a.badge-lightpurple:focus {
    color: #fff;
    background-color: #b6b6da; }
a.badge-lightpurple:focus, a.badge-lightpurple.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(216, 216, 235, 0.5); }
.badge-pink {
  color: #fff;
  background-color: #e83e8c; }
a.badge-pink:hover, a.badge-pink:focus {
    color: #fff;
    background-color: #d91a72; }
a.badge-pink:focus, a.badge-pink.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(232, 62, 140, 0.5); }
.badge-red {
  color: #fff;
  background-color: #de3232; }
a.badge-red:hover, a.badge-red:focus {
    color: #fff;
    background-color: #be1f1f; }
a.badge-red:focus, a.badge-red.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(222, 50, 50, 0.5); }
.badge-orange {
  color: #fff;
  background-color: #ff5d3b; }
a.badge-orange:hover, a.badge-orange:focus {
    color: #fff;
    background-color: #ff3308; }
a.badge-orange:focus, a.badge-orange.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 93, 59, 0.5); }
.badge-lightorange {
  color: #606262;
  background-color: #fff5f3; }
a.badge-lightorange:hover, a.badge-lightorange:focus {
    color: #606262;
    background-color: #ffcbc0; }
a.badge-lightorange:focus, a.badge-lightorange.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 245, 243, 0.5); }
.badge-yellow {
  color: #fff;
  background-color: #ffc107; }
a.badge-yellow:hover, a.badge-yellow:focus {
    color: #fff;
    background-color: #d39e00; }
a.badge-yellow:focus, a.badge-yellow.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
.badge-green {
  color: #fff;
  background-color: #4cde32; }
a.badge-green:hover, a.badge-green:focus {
    color: #fff;
    background-color: #37be1f; }
a.badge-green:focus, a.badge-green.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(76, 222, 50, 0.5); }
.badge-teal {
  color: #fff;
  background-color: #20c997; }
a.badge-teal:hover, a.badge-teal:focus {
    color: #fff;
    background-color: #199d76; }
a.badge-teal:focus, a.badge-teal.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(32, 201, 151, 0.5); }
.badge-cyan {
  color: #fff;
  background-color: #56e3e2; }
a.badge-cyan:hover, a.badge-cyan:focus {
    color: #fff;
    background-color: #2adcda; }
a.badge-cyan:focus, a.badge-cyan.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(86, 227, 226, 0.5); }
.badge-lightcyan {
  color: #606262;
  background-color: #e1fefe; }
a.badge-lightcyan:hover, a.badge-lightcyan:focus {
    color: #606262;
    background-color: #b0fcfc; }
a.badge-lightcyan:focus, a.badge-lightcyan.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(225, 254, 254, 0.5); }
.badge-primary {
  color: #fff;
  background-color: #ff5d3b; }
a.badge-primary:hover, a.badge-primary:focus {
    color: #fff;
    background-color: #ff3308; }
a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 93, 59, 0.5); }
.badge-secondary {
  color: #fff;
  background-color: #afb0b0; }
a.badge-secondary:hover, a.badge-secondary:focus {
    color: #fff;
    background-color: #959797; }
a.badge-secondary:focus, a.badge-secondary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(175, 176, 176, 0.5); }
.badge-success {
  color: #fff;
  background-color: #4cde32; }
a.badge-success:hover, a.badge-success:focus {
    color: #fff;
    background-color: #37be1f; }
a.badge-success:focus, a.badge-success.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(76, 222, 50, 0.5); }
.badge-info {
  color: #fff;
  background-color: #56e3e2; }
a.badge-info:hover, a.badge-info:focus {
    color: #fff;
    background-color: #2adcda; }
a.badge-info:focus, a.badge-info.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(86, 227, 226, 0.5); }
.badge-warning {
  color: #fff;
  background-color: #ffc107; }
a.badge-warning:hover, a.badge-warning:focus {
    color: #fff;
    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: #de3232; }
a.badge-danger:hover, a.badge-danger:focus {
    color: #fff;
    background-color: #be1f1f; }
a.badge-danger:focus, a.badge-danger.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(222, 50, 50, 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-white {
  color: #939494;
  background-color: white;
  border-color: white; }
.alert-white hr {
    border-top-color: #f2f2f2; }
.alert-white .alert-link {
    color: #797b7b; }
.alert-gray-100 {
  color: #8f9092;
  background-color: #fefefe;
  border-color: #fdfdfe; }
.alert-gray-100 hr {
    border-top-color: #ececf6; }
.alert-gray-100 .alert-link {
    color: #757679; }
.alert-light {
  color: #8f9092;
  background-color: #fefefe;
  border-color: #fdfdfe; }
.alert-light hr {
    border-top-color: #ececf6; }
.alert-light .alert-link {
    color: #757679; }
.alert-gray-200 {
  color: #878a8c;
  background-color: #fbfbfc;
  border-color: #f9fafb; }
.alert-gray-200 hr {
    border-top-color: #eaedf1; }
.alert-gray-200 .alert-link {
    color: #6e7072; }
.alert-gray-300 {
  color: #7b7d7d;
  background-color: #f6f6f6;
  border-color: #f2f2f2; }
.alert-gray-300 hr {
    border-top-color: #e5e5e5; }
.alert-gray-300 .alert-link {
    color: #626363; }
.alert-gray-400 {
  color: #797e81;
  background-color: #f5f6f8;
  border-color: #f1f3f5; }
.alert-gray-400 hr {
    border-top-color: #e2e6ea; }
.alert-gray-400 .alert-link {
    color: #606467; }
.alert-gray-500 {
  color: #686d72;
  background-color: #eff0f2;
  border-color: #e8eaed; }
.alert-gray-500 hr {
    border-top-color: #dadde2; }
.alert-gray-500 .alert-link {
    color: #505457; }
.alert-gray-600 {
  color: #696b6b;
  background-color: #efefef;
  border-color: #e9e9e9; }
.alert-gray-600 hr {
    border-top-color: gainsboro; }
.alert-gray-600 .alert-link {
    color: #505151; }
.alert-gray {
  color: #696b6b;
  background-color: #efefef;
  border-color: #e9e9e9; }
.alert-gray hr {
    border-top-color: gainsboro; }
.alert-gray .alert-link {
    color: #505151; }
.alert-gray-700 {
  color: #34393d;
  background-color: #dbdcdd;
  border-color: #ccced0; }
.alert-gray-700 hr {
    border-top-color: #bfc1c4; }
.alert-gray-700 .alert-link {
    color: #1d1f21; }
.alert-gray-800 {
  color: #292e31;
  background-color: #d6d8d9;
  border-color: #c6c8ca; }
.alert-gray-800 hr {
    border-top-color: #b9bbbe; }
.alert-gray-800 .alert-link {
    color: #121415; }
.alert-gray-dark {
  color: #292e31;
  background-color: #d6d8d9;
  border-color: #c6c8ca; }
.alert-gray-dark hr {
    border-top-color: #b9bbbe; }
.alert-gray-dark .alert-link {
    color: #121415; }
.alert-gray-900 {
  color: #404242;
  background-color: #dfe0e0;
  border-color: #d2d3d3; }
.alert-gray-900 hr {
    border-top-color: #c5c6c6; }
.alert-gray-900 .alert-link {
    color: #272828; }
.alert-dark {
  color: #404242;
  background-color: #dfe0e0;
  border-color: #d2d3d3; }
.alert-dark hr {
    border-top-color: #c5c6c6; }
.alert-dark .alert-link {
    color: #272828; }
.alert-black {
  color: #1d2020;
  background-color: #d2d2d2;
  border-color: #c0c1c1; }
.alert-black hr {
    border-top-color: #b3b4b4; }
.alert-black .alert-link {
    color: #050505; }
.alert-blue {
  color: #0e4f94;
  background-color: #cce5ff;
  border-color: #b8daff; }
.alert-blue hr {
    border-top-color: #9fcdff; }
.alert-blue .alert-link {
    color: #0a3665; }
.alert-indigo {
  color: #43188d;
  background-color: #e0cffc;
  border-color: #d4bcfb; }
.alert-indigo hr {
    border-top-color: #c5a4fa; }
.alert-indigo .alert-link {
    color: #2e1161; }
.alert-purple {
  color: #483274;
  background-color: #e2d9f3;
  border-color: #d7caee; }
.alert-purple hr {
    border-top-color: #c8b7e8; }
.alert-purple .alert-link {
    color: #322350; }
.alert-lightpurple {
  color: #7e808a;
  background-color: #f7f7fb;
  border-color: #f4f4f9; }
.alert-lightpurple hr {
    border-top-color: #e4e4f0; }
.alert-lightpurple .alert-link {
    color: #656770; }
.alert-pink {
  color: #873058;
  background-color: #fad8e8;
  border-color: #f9c9df; }
.alert-pink hr {
    border-top-color: #f6b2d1; }
.alert-pink .alert-link {
    color: #61233f; }
.alert-red {
  color: #812929;
  background-color: #f8d6d6;
  border-color: #f6c6c6; }
.alert-red hr {
    border-top-color: #f3b0b0; }
.alert-red .alert-link {
    color: #5a1d1d; }
.alert-orange {
  color: #93402e;
  background-color: #ffdfd8;
  border-color: #ffd2c8; }
.alert-orange hr {
    border-top-color: #ffbdaf; }
.alert-orange .alert-link {
    color: #6c2f22; }
.alert-lightorange {
  color: #938f8e;
  background-color: #fffdfd;
  border-color: #fffcfc; }
.alert-lightorange hr {
    border-top-color: #ffe3e3; }
.alert-lightorange .alert-link {
    color: #7a7574; }
.alert-yellow {
  color: #937413;
  background-color: #fff3cd;
  border-color: #ffeeba; }
.alert-yellow hr {
    border-top-color: #ffe8a1; }
.alert-yellow .alert-link {
    color: #66500d; }
.alert-green {
  color: #358329;
  background-color: #dbf8d6;
  border-color: #cdf6c6; }
.alert-green hr {
    border-top-color: #baf3b0; }
.alert-green .alert-link {
    color: #255c1d; }
.alert-teal {
  color: #1f785e;
  background-color: #d2f4ea;
  border-color: #c1f0e2; }
.alert-teal hr {
    border-top-color: #acebd8; }
.alert-teal .alert-link {
    color: #154f3e; }
.alert-cyan {
  color: #3b8585;
  background-color: #ddf9f9;
  border-color: #d0f7f7; }
.alert-cyan hr {
    border-top-color: #baf3f3; }
.alert-cyan .alert-link {
    color: #2b6262; }
.alert-lightcyan {
  color: #839393;
  background-color: #f9ffff;
  border-color: #f7ffff; }
.alert-lightcyan hr {
    border-top-color: #deffff; }
.alert-lightcyan .alert-link {
    color: #6a7979; }
.alert-primary {
  color: #93402e;
  background-color: #ffdfd8;
  border-color: #ffd2c8; }
.alert-primary hr {
    border-top-color: #ffbdaf; }
.alert-primary .alert-link {
    color: #6c2f22; }
.alert-secondary {
  color: #696b6b;
  background-color: #efefef;
  border-color: #e9e9e9; }
.alert-secondary hr {
    border-top-color: gainsboro; }
.alert-secondary .alert-link {
    color: #505151; }
.alert-success {
  color: #358329;
  background-color: #dbf8d6;
  border-color: #cdf6c6; }
.alert-success hr {
    border-top-color: #baf3b0; }
.alert-success .alert-link {
    color: #255c1d; }
.alert-info {
  color: #3b8585;
  background-color: #ddf9f9;
  border-color: #d0f7f7; }
.alert-info hr {
    border-top-color: #baf3f3; }
.alert-info .alert-link {
    color: #2b6262; }
.alert-warning {
  color: #937413;
  background-color: #fff3cd;
  border-color: #ffeeba; }
.alert-warning hr {
    border-top-color: #ffe8a1; }
.alert-warning .alert-link {
    color: #66500d; }
.alert-danger {
  color: #812929;
  background-color: #f8d6d6;
  border-color: #f6c6c6; }
.alert-danger hr {
    border-top-color: #f3b0b0; }
.alert-danger .alert-link {
    color: #5a1d1d; }
@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: #ff5d3b;
  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: #f8f8fc; }
.list-group-item-action:active {
    color: #606262;
    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(29, 32, 32, 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: #afb0b0;
    pointer-events: none;
    background-color: #fff; }
.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #ff5d3b;
    border-color: #ff5d3b; }
.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; } }
@media (min-width: 1660px) {
  .list-group-horizontal-xxl {
    flex-direction: row; }
    .list-group-horizontal-xxl .list-group-item {
      margin-right: -1px;
      margin-bottom: 0; }
      .list-group-horizontal-xxl .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-xxl .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-white {
  color: #939494;
  background-color: white; }
.list-group-item-white.list-group-item-action:hover, .list-group-item-white.list-group-item-action:focus {
    color: #939494;
    background-color: #f2f2f2; }
.list-group-item-white.list-group-item-action.active {
    color: #fff;
    background-color: #939494;
    border-color: #939494; }
.list-group-item-gray-100 {
  color: #8f9092;
  background-color: #fdfdfe; }
.list-group-item-gray-100.list-group-item-action:hover, .list-group-item-gray-100.list-group-item-action:focus {
    color: #8f9092;
    background-color: #ececf6; }
.list-group-item-gray-100.list-group-item-action.active {
    color: #fff;
    background-color: #8f9092;
    border-color: #8f9092; }
.list-group-item-light {
  color: #8f9092;
  background-color: #fdfdfe; }
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #8f9092;
    background-color: #ececf6; }
.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #8f9092;
    border-color: #8f9092; }
.list-group-item-gray-200 {
  color: #878a8c;
  background-color: #f9fafb; }
.list-group-item-gray-200.list-group-item-action:hover, .list-group-item-gray-200.list-group-item-action:focus {
    color: #878a8c;
    background-color: #eaedf1; }
.list-group-item-gray-200.list-group-item-action.active {
    color: #fff;
    background-color: #878a8c;
    border-color: #878a8c; }
.list-group-item-gray-300 {
  color: #7b7d7d;
  background-color: #f2f2f2; }
.list-group-item-gray-300.list-group-item-action:hover, .list-group-item-gray-300.list-group-item-action:focus {
    color: #7b7d7d;
    background-color: #e5e5e5; }
.list-group-item-gray-300.list-group-item-action.active {
    color: #fff;
    background-color: #7b7d7d;
    border-color: #7b7d7d; }
.list-group-item-gray-400 {
  color: #797e81;
  background-color: #f1f3f5; }
.list-group-item-gray-400.list-group-item-action:hover, .list-group-item-gray-400.list-group-item-action:focus {
    color: #797e81;
    background-color: #e2e6ea; }
.list-group-item-gray-400.list-group-item-action.active {
    color: #fff;
    background-color: #797e81;
    border-color: #797e81; }
.list-group-item-gray-500 {
  color: #686d72;
  background-color: #e8eaed; }
.list-group-item-gray-500.list-group-item-action:hover, .list-group-item-gray-500.list-group-item-action:focus {
    color: #686d72;
    background-color: #dadde2; }
.list-group-item-gray-500.list-group-item-action.active {
    color: #fff;
    background-color: #686d72;
    border-color: #686d72; }
.list-group-item-gray-600 {
  color: #696b6b;
  background-color: #e9e9e9; }
.list-group-item-gray-600.list-group-item-action:hover, .list-group-item-gray-600.list-group-item-action:focus {
    color: #696b6b;
    background-color: gainsboro; }
.list-group-item-gray-600.list-group-item-action.active {
    color: #fff;
    background-color: #696b6b;
    border-color: #696b6b; }
.list-group-item-gray {
  color: #696b6b;
  background-color: #e9e9e9; }
.list-group-item-gray.list-group-item-action:hover, .list-group-item-gray.list-group-item-action:focus {
    color: #696b6b;
    background-color: gainsboro; }
.list-group-item-gray.list-group-item-action.active {
    color: #fff;
    background-color: #696b6b;
    border-color: #696b6b; }
.list-group-item-gray-700 {
  color: #34393d;
  background-color: #ccced0; }
.list-group-item-gray-700.list-group-item-action:hover, .list-group-item-gray-700.list-group-item-action:focus {
    color: #34393d;
    background-color: #bfc1c4; }
.list-group-item-gray-700.list-group-item-action.active {
    color: #fff;
    background-color: #34393d;
    border-color: #34393d; }
.list-group-item-gray-800 {
  color: #292e31;
  background-color: #c6c8ca; }
.list-group-item-gray-800.list-group-item-action:hover, .list-group-item-gray-800.list-group-item-action:focus {
    color: #292e31;
    background-color: #b9bbbe; }
.list-group-item-gray-800.list-group-item-action.active {
    color: #fff;
    background-color: #292e31;
    border-color: #292e31; }
.list-group-item-gray-dark {
  color: #292e31;
  background-color: #c6c8ca; }
.list-group-item-gray-dark.list-group-item-action:hover, .list-group-item-gray-dark.list-group-item-action:focus {
    color: #292e31;
    background-color: #b9bbbe; }
.list-group-item-gray-dark.list-group-item-action.active {
    color: #fff;
    background-color: #292e31;
    border-color: #292e31; }
.list-group-item-gray-900 {
  color: #404242;
  background-color: #d2d3d3; }
.list-group-item-gray-900.list-group-item-action:hover, .list-group-item-gray-900.list-group-item-action:focus {
    color: #404242;
    background-color: #c5c6c6; }
.list-group-item-gray-900.list-group-item-action.active {
    color: #fff;
    background-color: #404242;
    border-color: #404242; }
.list-group-item-dark {
  color: #404242;
  background-color: #d2d3d3; }
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #404242;
    background-color: #c5c6c6; }
.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #404242;
    border-color: #404242; }
.list-group-item-black {
  color: #1d2020;
  background-color: #c0c1c1; }
.list-group-item-black.list-group-item-action:hover, .list-group-item-black.list-group-item-action:focus {
    color: #1d2020;
    background-color: #b3b4b4; }
.list-group-item-black.list-group-item-action.active {
    color: #fff;
    background-color: #1d2020;
    border-color: #1d2020; }
.list-group-item-blue {
  color: #0e4f94;
  background-color: #b8daff; }
.list-group-item-blue.list-group-item-action:hover, .list-group-item-blue.list-group-item-action:focus {
    color: #0e4f94;
    background-color: #9fcdff; }
.list-group-item-blue.list-group-item-action.active {
    color: #fff;
    background-color: #0e4f94;
    border-color: #0e4f94; }
.list-group-item-indigo {
  color: #43188d;
  background-color: #d4bcfb; }
.list-group-item-indigo.list-group-item-action:hover, .list-group-item-indigo.list-group-item-action:focus {
    color: #43188d;
    background-color: #c5a4fa; }
.list-group-item-indigo.list-group-item-action.active {
    color: #fff;
    background-color: #43188d;
    border-color: #43188d; }
.list-group-item-purple {
  color: #483274;
  background-color: #d7caee; }
.list-group-item-purple.list-group-item-action:hover, .list-group-item-purple.list-group-item-action:focus {
    color: #483274;
    background-color: #c8b7e8; }
.list-group-item-purple.list-group-item-action.active {
    color: #fff;
    background-color: #483274;
    border-color: #483274; }
.list-group-item-lightpurple {
  color: #7e808a;
  background-color: #f4f4f9; }
.list-group-item-lightpurple.list-group-item-action:hover, .list-group-item-lightpurple.list-group-item-action:focus {
    color: #7e808a;
    background-color: #e4e4f0; }
.list-group-item-lightpurple.list-group-item-action.active {
    color: #fff;
    background-color: #7e808a;
    border-color: #7e808a; }
.list-group-item-pink {
  color: #873058;
  background-color: #f9c9df; }
.list-group-item-pink.list-group-item-action:hover, .list-group-item-pink.list-group-item-action:focus {
    color: #873058;
    background-color: #f6b2d1; }
.list-group-item-pink.list-group-item-action.active {
    color: #fff;
    background-color: #873058;
    border-color: #873058; }
.list-group-item-red {
  color: #812929;
  background-color: #f6c6c6; }
.list-group-item-red.list-group-item-action:hover, .list-group-item-red.list-group-item-action:focus {
    color: #812929;
    background-color: #f3b0b0; }
.list-group-item-red.list-group-item-action.active {
    color: #fff;
    background-color: #812929;
    border-color: #812929; }
.list-group-item-orange {
  color: #93402e;
  background-color: #ffd2c8; }
.list-group-item-orange.list-group-item-action:hover, .list-group-item-orange.list-group-item-action:focus {
    color: #93402e;
    background-color: #ffbdaf; }
.list-group-item-orange.list-group-item-action.active {
    color: #fff;
    background-color: #93402e;
    border-color: #93402e; }
.list-group-item-lightorange {
  color: #938f8e;
  background-color: #fffcfc; }
.list-group-item-lightorange.list-group-item-action:hover, .list-group-item-lightorange.list-group-item-action:focus {
    color: #938f8e;
    background-color: #ffe3e3; }
.list-group-item-lightorange.list-group-item-action.active {
    color: #fff;
    background-color: #938f8e;
    border-color: #938f8e; }
.list-group-item-yellow {
  color: #937413;
  background-color: #ffeeba; }
.list-group-item-yellow.list-group-item-action:hover, .list-group-item-yellow.list-group-item-action:focus {
    color: #937413;
    background-color: #ffe8a1; }
.list-group-item-yellow.list-group-item-action.active {
    color: #fff;
    background-color: #937413;
    border-color: #937413; }
.list-group-item-green {
  color: #358329;
  background-color: #cdf6c6; }
.list-group-item-green.list-group-item-action:hover, .list-group-item-green.list-group-item-action:focus {
    color: #358329;
    background-color: #baf3b0; }
.list-group-item-green.list-group-item-action.active {
    color: #fff;
    background-color: #358329;
    border-color: #358329; }
.list-group-item-teal {
  color: #1f785e;
  background-color: #c1f0e2; }
.list-group-item-teal.list-group-item-action:hover, .list-group-item-teal.list-group-item-action:focus {
    color: #1f785e;
    background-color: #acebd8; }
.list-group-item-teal.list-group-item-action.active {
    color: #fff;
    background-color: #1f785e;
    border-color: #1f785e; }
.list-group-item-cyan {
  color: #3b8585;
  background-color: #d0f7f7; }
.list-group-item-cyan.list-group-item-action:hover, .list-group-item-cyan.list-group-item-action:focus {
    color: #3b8585;
    background-color: #baf3f3; }
.list-group-item-cyan.list-group-item-action.active {
    color: #fff;
    background-color: #3b8585;
    border-color: #3b8585; }
.list-group-item-lightcyan {
  color: #839393;
  background-color: #f7ffff; }
.list-group-item-lightcyan.list-group-item-action:hover, .list-group-item-lightcyan.list-group-item-action:focus {
    color: #839393;
    background-color: #deffff; }
.list-group-item-lightcyan.list-group-item-action.active {
    color: #fff;
    background-color: #839393;
    border-color: #839393; }
.list-group-item-primary {
  color: #93402e;
  background-color: #ffd2c8; }
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #93402e;
    background-color: #ffbdaf; }
.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #93402e;
    border-color: #93402e; }
.list-group-item-secondary {
  color: #696b6b;
  background-color: #e9e9e9; }
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #696b6b;
    background-color: gainsboro; }
.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #696b6b;
    border-color: #696b6b; }
.list-group-item-success {
  color: #358329;
  background-color: #cdf6c6; }
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #358329;
    background-color: #baf3b0; }
.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #358329;
    border-color: #358329; }
.list-group-item-info {
  color: #3b8585;
  background-color: #d0f7f7; }
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #3b8585;
    background-color: #baf3f3; }
.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #3b8585;
    border-color: #3b8585; }
.list-group-item-warning {
  color: #937413;
  background-color: #ffeeba; }
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #937413;
    background-color: #ffe8a1; }
.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #937413;
    border-color: #937413; }
.list-group-item-danger {
  color: #812929;
  background-color: #f6c6c6; }
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #812929;
    background-color: #f3b0b0; }
.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #812929;
    border-color: #812929; }
.close {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #1d2020;
  border: none; }
.close:hover {
    color: #1d2020;
    text-decoration: none; }
button.close {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 0.75rem;
  font-size: 1.5rem;
  padding: 2px 0 0 0 !important;
  margin: 0;
  color: #fff !important;
  background-color: #606262;
  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; }
button.close:hover {
    background-color: #afb0b0; }
button.close.topright {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    margin: 0; }
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(29, 32, 32, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem; }
.toast:not(:last-child) {
    margin-bottom: 0.75rem; }
.toast.showing {
    opacity: 1; }
.toast.show {
    display: block;
    opacity: 1; }
.toast.hide {
    display: none; }
.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #afb0b0;
  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(29, 32, 32, 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: #1d2020; }
.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 #d1d2d2;
  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 #d1d2d2;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }
.modal-footer > :not(:first-child) {
    margin-left: .25rem; }
.modal-footer > :not(:last-child) {
    margin-right: .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; } }
[dir="ltr"] .tooltip {
  text-align: left; }
[dir="rtl"] .tooltip {
  text-align: right; }
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "ProximaNovaRegular", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  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: 1rem;
  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"], .tooltip.b-tooltip-white.bs-tooltip-auto[x-placement^="top"], .tooltip.b-tooltip-gray-100.bs-tooltip-auto[x-placement^="top"], .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^="top"], .tooltip.b-tooltip-gray-200.bs-tooltip-auto[x-placement^="top"], .tooltip.b-tooltip-gray-300.bs-tooltip-auto[x-placement^="top"], .tooltip.b-tooltip-gray-400.bs-tooltip-auto[x-placement^="top"], .tooltip.b-tooltip-gray-500.bs-tooltip-auto[x-placement^="top"], .tooltip.b-tooltip-gray-600.bs-tooltip-auto[x-placement^="top"], .tooltip.b-tooltip-gray.bs-tooltip-auto[x-placement^="top"], .tooltip.b-tooltip-gray-700.bs-tooltip-auto[x-placement^="top"], .tooltip.b-tooltip-gray-800.bs-tooltip-auto[x-placement^="top"], .tooltip.b-tooltip-gray-dark.bs-tooltip-auto[x-placement^="top"], .tooltip.b-tooltip-gray-900.bs-tooltip-auto[x-placement^="top"], .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^="top"], .tooltip.b-tooltip-black.bs-tooltip-auto[x-placement^="top"], .tooltip.b-tooltip-blue.bs-tooltip-auto[x-placement^="top"], .tooltip.b-tooltip-indigo.bs-tooltip-auto[x-placement^="top"], .tooltip.b-tooltip-purple.bs-tooltip-auto[x-placement^="top"], .tooltip.b-tooltip-lightpurple.bs-tooltip-auto[x-placement^="top"], .tooltip.b-tooltip-pink.bs-tooltip-auto[x-placement^="top"], .tooltip.b-tooltip-red.bs-tooltip-auto[x-placement^="top"], .tooltip.b-tooltip-orange.bs-tooltip-auto[x-placement^="top"], .tooltip.b-tooltip-lightorange.bs-tooltip-auto[x-placement^="top"], .tooltip.b-tooltip-yellow.bs-tooltip-auto[x-placement^="top"], .tooltip.b-tooltip-green.bs-tooltip-auto[x-placement^="top"], .tooltip.b-tooltip-teal.bs-tooltip-auto[x-placement^="top"], .tooltip.b-tooltip-cyan.bs-tooltip-auto[x-placement^="top"], .tooltip.b-tooltip-lightcyan.bs-tooltip-auto[x-placement^="top"], .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^="top"], .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^="top"], .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^="top"], .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^="top"], .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^="top"], .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0; }
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow, .tooltip.b-tooltip-white.bs-tooltip-auto[x-placement^="top"] .arrow, .tooltip.b-tooltip-gray-100.bs-tooltip-auto[x-placement^="top"] .arrow, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^="top"] .arrow, .tooltip.b-tooltip-gray-200.bs-tooltip-auto[x-placement^="top"] .arrow, .tooltip.b-tooltip-gray-300.bs-tooltip-auto[x-placement^="top"] .arrow, .tooltip.b-tooltip-gray-400.bs-tooltip-auto[x-placement^="top"] .arrow, .tooltip.b-tooltip-gray-500.bs-tooltip-auto[x-placement^="top"] .arrow, .tooltip.b-tooltip-gray-600.bs-tooltip-auto[x-placement^="top"] .arrow, .tooltip.b-tooltip-gray.bs-tooltip-auto[x-placement^="top"] .arrow, .tooltip.b-tooltip-gray-700.bs-tooltip-auto[x-placement^="top"] .arrow, .tooltip.b-tooltip-gray-800.bs-tooltip-auto[x-placement^="top"] .arrow, .tooltip.b-tooltip-gray-dark.bs-tooltip-auto[x-placement^="top"] .arrow, .tooltip.b-tooltip-gray-900.bs-tooltip-auto[x-placement^="top"] .arrow, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^="top"] .arrow, .tooltip.b-tooltip-black.bs-tooltip-auto[x-placement^="top"] .arrow, .tooltip.b-tooltip-blue.bs-tooltip-auto[x-placement^="top"] .arrow, .tooltip.b-tooltip-indigo.bs-tooltip-auto[x-placement^="top"] .arrow, .tooltip.b-tooltip-purple.bs-tooltip-auto[x-placement^="top"] .arrow, .tooltip.b-tooltip-lightpurple.bs-tooltip-auto[x-placement^="top"] .arrow, .tooltip.b-tooltip-pink.bs-tooltip-auto[x-placement^="top"] .arrow, .tooltip.b-tooltip-red.bs-tooltip-auto[x-placement^="top"] .arrow, .tooltip.b-tooltip-orange.bs-tooltip-auto[x-placement^="top"] .arrow, .tooltip.b-tooltip-lightorange.bs-tooltip-auto[x-placement^="top"] .arrow, .tooltip.b-tooltip-yellow.bs-tooltip-auto[x-placement^="top"] .arrow, .tooltip.b-tooltip-green.bs-tooltip-auto[x-placement^="top"] .arrow, .tooltip.b-tooltip-teal.bs-tooltip-auto[x-placement^="top"] .arrow, .tooltip.b-tooltip-cyan.bs-tooltip-auto[x-placement^="top"] .arrow, .tooltip.b-tooltip-lightcyan.bs-tooltip-auto[x-placement^="top"] .arrow, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^="top"] .arrow, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^="top"] .arrow, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^="top"] .arrow, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^="top"] .arrow, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^="top"] .arrow, .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0; }
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before, .tooltip.b-tooltip-white.bs-tooltip-auto[x-placement^="top"] .arrow::before, .tooltip.b-tooltip-gray-100.bs-tooltip-auto[x-placement^="top"] .arrow::before, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^="top"] .arrow::before, .tooltip.b-tooltip-gray-200.bs-tooltip-auto[x-placement^="top"] .arrow::before, .tooltip.b-tooltip-gray-300.bs-tooltip-auto[x-placement^="top"] .arrow::before, .tooltip.b-tooltip-gray-400.bs-tooltip-auto[x-placement^="top"] .arrow::before, .tooltip.b-tooltip-gray-500.bs-tooltip-auto[x-placement^="top"] .arrow::before, .tooltip.b-tooltip-gray-600.bs-tooltip-auto[x-placement^="top"] .arrow::before, .tooltip.b-tooltip-gray.bs-tooltip-auto[x-placement^="top"] .arrow::before, .tooltip.b-tooltip-gray-700.bs-tooltip-auto[x-placement^="top"] .arrow::before, .tooltip.b-tooltip-gray-800.bs-tooltip-auto[x-placement^="top"] .arrow::before, .tooltip.b-tooltip-gray-dark.bs-tooltip-auto[x-placement^="top"] .arrow::before, .tooltip.b-tooltip-gray-900.bs-tooltip-auto[x-placement^="top"] .arrow::before, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^="top"] .arrow::before, .tooltip.b-tooltip-black.bs-tooltip-auto[x-placement^="top"] .arrow::before, .tooltip.b-tooltip-blue.bs-tooltip-auto[x-placement^="top"] .arrow::before, .tooltip.b-tooltip-indigo.bs-tooltip-auto[x-placement^="top"] .arrow::before, .tooltip.b-tooltip-purple.bs-tooltip-auto[x-placement^="top"] .arrow::before, .tooltip.b-tooltip-lightpurple.bs-tooltip-auto[x-placement^="top"] .arrow::before, .tooltip.b-tooltip-pink.bs-tooltip-auto[x-placement^="top"] .arrow::before, .tooltip.b-tooltip-red.bs-tooltip-auto[x-placement^="top"] .arrow::before, .tooltip.b-tooltip-orange.bs-tooltip-auto[x-placement^="top"] .arrow::before, .tooltip.b-tooltip-lightorange.bs-tooltip-auto[x-placement^="top"] .arrow::before, .tooltip.b-tooltip-yellow.bs-tooltip-auto[x-placement^="top"] .arrow::before, .tooltip.b-tooltip-green.bs-tooltip-auto[x-placement^="top"] .arrow::before, .tooltip.b-tooltip-teal.bs-tooltip-auto[x-placement^="top"] .arrow::before, .tooltip.b-tooltip-cyan.bs-tooltip-auto[x-placement^="top"] .arrow::before, .tooltip.b-tooltip-lightcyan.bs-tooltip-auto[x-placement^="top"] .arrow::before, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^="top"] .arrow::before, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^="top"] .arrow::before, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^="top"] .arrow::before, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^="top"] .arrow::before, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^="top"] .arrow::before, .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^="top"] .arrow::before {
      top: 0;
      border-width: 0.4rem 0.4rem 0;
      border-top-color: #1d2020; }
.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"], .tooltip.b-tooltip-white.bs-tooltip-auto[x-placement^="right"], .tooltip.b-tooltip-gray-100.bs-tooltip-auto[x-placement^="right"], .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^="right"], .tooltip.b-tooltip-gray-200.bs-tooltip-auto[x-placement^="right"], .tooltip.b-tooltip-gray-300.bs-tooltip-auto[x-placement^="right"], .tooltip.b-tooltip-gray-400.bs-tooltip-auto[x-placement^="right"], .tooltip.b-tooltip-gray-500.bs-tooltip-auto[x-placement^="right"], .tooltip.b-tooltip-gray-600.bs-tooltip-auto[x-placement^="right"], .tooltip.b-tooltip-gray.bs-tooltip-auto[x-placement^="right"], .tooltip.b-tooltip-gray-700.bs-tooltip-auto[x-placement^="right"], .tooltip.b-tooltip-gray-800.bs-tooltip-auto[x-placement^="right"], .tooltip.b-tooltip-gray-dark.bs-tooltip-auto[x-placement^="right"], .tooltip.b-tooltip-gray-900.bs-tooltip-auto[x-placement^="right"], .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^="right"], .tooltip.b-tooltip-black.bs-tooltip-auto[x-placement^="right"], .tooltip.b-tooltip-blue.bs-tooltip-auto[x-placement^="right"], .tooltip.b-tooltip-indigo.bs-tooltip-auto[x-placement^="right"], .tooltip.b-tooltip-purple.bs-tooltip-auto[x-placement^="right"], .tooltip.b-tooltip-lightpurple.bs-tooltip-auto[x-placement^="right"], .tooltip.b-tooltip-pink.bs-tooltip-auto[x-placement^="right"], .tooltip.b-tooltip-red.bs-tooltip-auto[x-placement^="right"], .tooltip.b-tooltip-orange.bs-tooltip-auto[x-placement^="right"], .tooltip.b-tooltip-lightorange.bs-tooltip-auto[x-placement^="right"], .tooltip.b-tooltip-yellow.bs-tooltip-auto[x-placement^="right"], .tooltip.b-tooltip-green.bs-tooltip-auto[x-placement^="right"], .tooltip.b-tooltip-teal.bs-tooltip-auto[x-placement^="right"], .tooltip.b-tooltip-cyan.bs-tooltip-auto[x-placement^="right"], .tooltip.b-tooltip-lightcyan.bs-tooltip-auto[x-placement^="right"], .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^="right"], .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^="right"], .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^="right"], .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^="right"], .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^="right"], .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem; }
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow, .tooltip.b-tooltip-white.bs-tooltip-auto[x-placement^="right"] .arrow, .tooltip.b-tooltip-gray-100.bs-tooltip-auto[x-placement^="right"] .arrow, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^="right"] .arrow, .tooltip.b-tooltip-gray-200.bs-tooltip-auto[x-placement^="right"] .arrow, .tooltip.b-tooltip-gray-300.bs-tooltip-auto[x-placement^="right"] .arrow, .tooltip.b-tooltip-gray-400.bs-tooltip-auto[x-placement^="right"] .arrow, .tooltip.b-tooltip-gray-500.bs-tooltip-auto[x-placement^="right"] .arrow, .tooltip.b-tooltip-gray-600.bs-tooltip-auto[x-placement^="right"] .arrow, .tooltip.b-tooltip-gray.bs-tooltip-auto[x-placement^="right"] .arrow, .tooltip.b-tooltip-gray-700.bs-tooltip-auto[x-placement^="right"] .arrow, .tooltip.b-tooltip-gray-800.bs-tooltip-auto[x-placement^="right"] .arrow, .tooltip.b-tooltip-gray-dark.bs-tooltip-auto[x-placement^="right"] .arrow, .tooltip.b-tooltip-gray-900.bs-tooltip-auto[x-placement^="right"] .arrow, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^="right"] .arrow, .tooltip.b-tooltip-black.bs-tooltip-auto[x-placement^="right"] .arrow, .tooltip.b-tooltip-blue.bs-tooltip-auto[x-placement^="right"] .arrow, .tooltip.b-tooltip-indigo.bs-tooltip-auto[x-placement^="right"] .arrow, .tooltip.b-tooltip-purple.bs-tooltip-auto[x-placement^="right"] .arrow, .tooltip.b-tooltip-lightpurple.bs-tooltip-auto[x-placement^="right"] .arrow, .tooltip.b-tooltip-pink.bs-tooltip-auto[x-placement^="right"] .arrow, .tooltip.b-tooltip-red.bs-tooltip-auto[x-placement^="right"] .arrow, .tooltip.b-tooltip-orange.bs-tooltip-auto[x-placement^="right"] .arrow, .tooltip.b-tooltip-lightorange.bs-tooltip-auto[x-placement^="right"] .arrow, .tooltip.b-tooltip-yellow.bs-tooltip-auto[x-placement^="right"] .arrow, .tooltip.b-tooltip-green.bs-tooltip-auto[x-placement^="right"] .arrow, .tooltip.b-tooltip-teal.bs-tooltip-auto[x-placement^="right"] .arrow, .tooltip.b-tooltip-cyan.bs-tooltip-auto[x-placement^="right"] .arrow, .tooltip.b-tooltip-lightcyan.bs-tooltip-auto[x-placement^="right"] .arrow, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^="right"] .arrow, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^="right"] .arrow, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^="right"] .arrow, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^="right"] .arrow, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^="right"] .arrow, .tooltip.b-tooltip-danger.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, .tooltip.b-tooltip-white.bs-tooltip-auto[x-placement^="right"] .arrow::before, .tooltip.b-tooltip-gray-100.bs-tooltip-auto[x-placement^="right"] .arrow::before, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^="right"] .arrow::before, .tooltip.b-tooltip-gray-200.bs-tooltip-auto[x-placement^="right"] .arrow::before, .tooltip.b-tooltip-gray-300.bs-tooltip-auto[x-placement^="right"] .arrow::before, .tooltip.b-tooltip-gray-400.bs-tooltip-auto[x-placement^="right"] .arrow::before, .tooltip.b-tooltip-gray-500.bs-tooltip-auto[x-placement^="right"] .arrow::before, .tooltip.b-tooltip-gray-600.bs-tooltip-auto[x-placement^="right"] .arrow::before, .tooltip.b-tooltip-gray.bs-tooltip-auto[x-placement^="right"] .arrow::before, .tooltip.b-tooltip-gray-700.bs-tooltip-auto[x-placement^="right"] .arrow::before, .tooltip.b-tooltip-gray-800.bs-tooltip-auto[x-placement^="right"] .arrow::before, .tooltip.b-tooltip-gray-dark.bs-tooltip-auto[x-placement^="right"] .arrow::before, .tooltip.b-tooltip-gray-900.bs-tooltip-auto[x-placement^="right"] .arrow::before, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^="right"] .arrow::before, .tooltip.b-tooltip-black.bs-tooltip-auto[x-placement^="right"] .arrow::before, .tooltip.b-tooltip-blue.bs-tooltip-auto[x-placement^="right"] .arrow::before, .tooltip.b-tooltip-indigo.bs-tooltip-auto[x-placement^="right"] .arrow::before, .tooltip.b-tooltip-purple.bs-tooltip-auto[x-placement^="right"] .arrow::before, .tooltip.b-tooltip-lightpurple.bs-tooltip-auto[x-placement^="right"] .arrow::before, .tooltip.b-tooltip-pink.bs-tooltip-auto[x-placement^="right"] .arrow::before, .tooltip.b-tooltip-red.bs-tooltip-auto[x-placement^="right"] .arrow::before, .tooltip.b-tooltip-orange.bs-tooltip-auto[x-placement^="right"] .arrow::before, .tooltip.b-tooltip-lightorange.bs-tooltip-auto[x-placement^="right"] .arrow::before, .tooltip.b-tooltip-yellow.bs-tooltip-auto[x-placement^="right"] .arrow::before, .tooltip.b-tooltip-green.bs-tooltip-auto[x-placement^="right"] .arrow::before, .tooltip.b-tooltip-teal.bs-tooltip-auto[x-placement^="right"] .arrow::before, .tooltip.b-tooltip-cyan.bs-tooltip-auto[x-placement^="right"] .arrow::before, .tooltip.b-tooltip-lightcyan.bs-tooltip-auto[x-placement^="right"] .arrow::before, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^="right"] .arrow::before, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^="right"] .arrow::before, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^="right"] .arrow::before, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^="right"] .arrow::before, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^="right"] .arrow::before, .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^="right"] .arrow::before {
      right: 0;
      border-width: 0.4rem 0.4rem 0.4rem 0;
      border-right-color: #1d2020; }
.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"], .tooltip.b-tooltip-white.bs-tooltip-auto[x-placement^="bottom"], .tooltip.b-tooltip-gray-100.bs-tooltip-auto[x-placement^="bottom"], .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^="bottom"], .tooltip.b-tooltip-gray-200.bs-tooltip-auto[x-placement^="bottom"], .tooltip.b-tooltip-gray-300.bs-tooltip-auto[x-placement^="bottom"], .tooltip.b-tooltip-gray-400.bs-tooltip-auto[x-placement^="bottom"], .tooltip.b-tooltip-gray-500.bs-tooltip-auto[x-placement^="bottom"], .tooltip.b-tooltip-gray-600.bs-tooltip-auto[x-placement^="bottom"], .tooltip.b-tooltip-gray.bs-tooltip-auto[x-placement^="bottom"], .tooltip.b-tooltip-gray-700.bs-tooltip-auto[x-placement^="bottom"], .tooltip.b-tooltip-gray-800.bs-tooltip-auto[x-placement^="bottom"], .tooltip.b-tooltip-gray-dark.bs-tooltip-auto[x-placement^="bottom"], .tooltip.b-tooltip-gray-900.bs-tooltip-auto[x-placement^="bottom"], .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^="bottom"], .tooltip.b-tooltip-black.bs-tooltip-auto[x-placement^="bottom"], .tooltip.b-tooltip-blue.bs-tooltip-auto[x-placement^="bottom"], .tooltip.b-tooltip-indigo.bs-tooltip-auto[x-placement^="bottom"], .tooltip.b-tooltip-purple.bs-tooltip-auto[x-placement^="bottom"], .tooltip.b-tooltip-lightpurple.bs-tooltip-auto[x-placement^="bottom"], .tooltip.b-tooltip-pink.bs-tooltip-auto[x-placement^="bottom"], .tooltip.b-tooltip-red.bs-tooltip-auto[x-placement^="bottom"], .tooltip.b-tooltip-orange.bs-tooltip-auto[x-placement^="bottom"], .tooltip.b-tooltip-lightorange.bs-tooltip-auto[x-placement^="bottom"], .tooltip.b-tooltip-yellow.bs-tooltip-auto[x-placement^="bottom"], .tooltip.b-tooltip-green.bs-tooltip-auto[x-placement^="bottom"], .tooltip.b-tooltip-teal.bs-tooltip-auto[x-placement^="bottom"], .tooltip.b-tooltip-cyan.bs-tooltip-auto[x-placement^="bottom"], .tooltip.b-tooltip-lightcyan.bs-tooltip-auto[x-placement^="bottom"], .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^="bottom"], .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^="bottom"], .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^="bottom"], .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^="bottom"], .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^="bottom"], .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0; }
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow, .tooltip.b-tooltip-white.bs-tooltip-auto[x-placement^="bottom"] .arrow, .tooltip.b-tooltip-gray-100.bs-tooltip-auto[x-placement^="bottom"] .arrow, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^="bottom"] .arrow, .tooltip.b-tooltip-gray-200.bs-tooltip-auto[x-placement^="bottom"] .arrow, .tooltip.b-tooltip-gray-300.bs-tooltip-auto[x-placement^="bottom"] .arrow, .tooltip.b-tooltip-gray-400.bs-tooltip-auto[x-placement^="bottom"] .arrow, .tooltip.b-tooltip-gray-500.bs-tooltip-auto[x-placement^="bottom"] .arrow, .tooltip.b-tooltip-gray-600.bs-tooltip-auto[x-placement^="bottom"] .arrow, .tooltip.b-tooltip-gray.bs-tooltip-auto[x-placement^="bottom"] .arrow, .tooltip.b-tooltip-gray-700.bs-tooltip-auto[x-placement^="bottom"] .arrow, .tooltip.b-tooltip-gray-800.bs-tooltip-auto[x-placement^="bottom"] .arrow, .tooltip.b-tooltip-gray-dark.bs-tooltip-auto[x-placement^="bottom"] .arrow, .tooltip.b-tooltip-gray-900.bs-tooltip-auto[x-placement^="bottom"] .arrow, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^="bottom"] .arrow, .tooltip.b-tooltip-black.bs-tooltip-auto[x-placement^="bottom"] .arrow, .tooltip.b-tooltip-blue.bs-tooltip-auto[x-placement^="bottom"] .arrow, .tooltip.b-tooltip-indigo.bs-tooltip-auto[x-placement^="bottom"] .arrow, .tooltip.b-tooltip-purple.bs-tooltip-auto[x-placement^="bottom"] .arrow, .tooltip.b-tooltip-lightpurple.bs-tooltip-auto[x-placement^="bottom"] .arrow, .tooltip.b-tooltip-pink.bs-tooltip-auto[x-placement^="bottom"] .arrow, .tooltip.b-tooltip-red.bs-tooltip-auto[x-placement^="bottom"] .arrow, .tooltip.b-tooltip-orange.bs-tooltip-auto[x-placement^="bottom"] .arrow, .tooltip.b-tooltip-lightorange.bs-tooltip-auto[x-placement^="bottom"] .arrow, .tooltip.b-tooltip-yellow.bs-tooltip-auto[x-placement^="bottom"] .arrow, .tooltip.b-tooltip-green.bs-tooltip-auto[x-placement^="bottom"] .arrow, .tooltip.b-tooltip-teal.bs-tooltip-auto[x-placement^="bottom"] .arrow, .tooltip.b-tooltip-cyan.bs-tooltip-auto[x-placement^="bottom"] .arrow, .tooltip.b-tooltip-lightcyan.bs-tooltip-auto[x-placement^="bottom"] .arrow, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^="bottom"] .arrow, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^="bottom"] .arrow, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^="bottom"] .arrow, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^="bottom"] .arrow, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^="bottom"] .arrow, .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0; }
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before, .tooltip.b-tooltip-white.bs-tooltip-auto[x-placement^="bottom"] .arrow::before, .tooltip.b-tooltip-gray-100.bs-tooltip-auto[x-placement^="bottom"] .arrow::before, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^="bottom"] .arrow::before, .tooltip.b-tooltip-gray-200.bs-tooltip-auto[x-placement^="bottom"] .arrow::before, .tooltip.b-tooltip-gray-300.bs-tooltip-auto[x-placement^="bottom"] .arrow::before, .tooltip.b-tooltip-gray-400.bs-tooltip-auto[x-placement^="bottom"] .arrow::before, .tooltip.b-tooltip-gray-500.bs-tooltip-auto[x-placement^="bottom"] .arrow::before, .tooltip.b-tooltip-gray-600.bs-tooltip-auto[x-placement^="bottom"] .arrow::before, .tooltip.b-tooltip-gray.bs-tooltip-auto[x-placement^="bottom"] .arrow::before, .tooltip.b-tooltip-gray-700.bs-tooltip-auto[x-placement^="bottom"] .arrow::before, .tooltip.b-tooltip-gray-800.bs-tooltip-auto[x-placement^="bottom"] .arrow::before, .tooltip.b-tooltip-gray-dark.bs-tooltip-auto[x-placement^="bottom"] .arrow::before, .tooltip.b-tooltip-gray-900.bs-tooltip-auto[x-placement^="bottom"] .arrow::before, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^="bottom"] .arrow::before, .tooltip.b-tooltip-black.bs-tooltip-auto[x-placement^="bottom"] .arrow::before, .tooltip.b-tooltip-blue.bs-tooltip-auto[x-placement^="bottom"] .arrow::before, .tooltip.b-tooltip-indigo.bs-tooltip-auto[x-placement^="bottom"] .arrow::before, .tooltip.b-tooltip-purple.bs-tooltip-auto[x-placement^="bottom"] .arrow::before, .tooltip.b-tooltip-lightpurple.bs-tooltip-auto[x-placement^="bottom"] .arrow::before, .tooltip.b-tooltip-pink.bs-tooltip-auto[x-placement^="bottom"] .arrow::before, .tooltip.b-tooltip-red.bs-tooltip-auto[x-placement^="bottom"] .arrow::before, .tooltip.b-tooltip-orange.bs-tooltip-auto[x-placement^="bottom"] .arrow::before, .tooltip.b-tooltip-lightorange.bs-tooltip-auto[x-placement^="bottom"] .arrow::before, .tooltip.b-tooltip-yellow.bs-tooltip-auto[x-placement^="bottom"] .arrow::before, .tooltip.b-tooltip-green.bs-tooltip-auto[x-placement^="bottom"] .arrow::before, .tooltip.b-tooltip-teal.bs-tooltip-auto[x-placement^="bottom"] .arrow::before, .tooltip.b-tooltip-cyan.bs-tooltip-auto[x-placement^="bottom"] .arrow::before, .tooltip.b-tooltip-lightcyan.bs-tooltip-auto[x-placement^="bottom"] .arrow::before, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^="bottom"] .arrow::before, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^="bottom"] .arrow::before, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^="bottom"] .arrow::before, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^="bottom"] .arrow::before, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^="bottom"] .arrow::before, .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
      bottom: 0;
      border-width: 0 0.4rem 0.4rem;
      border-bottom-color: #1d2020; }
.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"], .tooltip.b-tooltip-white.bs-tooltip-auto[x-placement^="left"], .tooltip.b-tooltip-gray-100.bs-tooltip-auto[x-placement^="left"], .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^="left"], .tooltip.b-tooltip-gray-200.bs-tooltip-auto[x-placement^="left"], .tooltip.b-tooltip-gray-300.bs-tooltip-auto[x-placement^="left"], .tooltip.b-tooltip-gray-400.bs-tooltip-auto[x-placement^="left"], .tooltip.b-tooltip-gray-500.bs-tooltip-auto[x-placement^="left"], .tooltip.b-tooltip-gray-600.bs-tooltip-auto[x-placement^="left"], .tooltip.b-tooltip-gray.bs-tooltip-auto[x-placement^="left"], .tooltip.b-tooltip-gray-700.bs-tooltip-auto[x-placement^="left"], .tooltip.b-tooltip-gray-800.bs-tooltip-auto[x-placement^="left"], .tooltip.b-tooltip-gray-dark.bs-tooltip-auto[x-placement^="left"], .tooltip.b-tooltip-gray-900.bs-tooltip-auto[x-placement^="left"], .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^="left"], .tooltip.b-tooltip-black.bs-tooltip-auto[x-placement^="left"], .tooltip.b-tooltip-blue.bs-tooltip-auto[x-placement^="left"], .tooltip.b-tooltip-indigo.bs-tooltip-auto[x-placement^="left"], .tooltip.b-tooltip-purple.bs-tooltip-auto[x-placement^="left"], .tooltip.b-tooltip-lightpurple.bs-tooltip-auto[x-placement^="left"], .tooltip.b-tooltip-pink.bs-tooltip-auto[x-placement^="left"], .tooltip.b-tooltip-red.bs-tooltip-auto[x-placement^="left"], .tooltip.b-tooltip-orange.bs-tooltip-auto[x-placement^="left"], .tooltip.b-tooltip-lightorange.bs-tooltip-auto[x-placement^="left"], .tooltip.b-tooltip-yellow.bs-tooltip-auto[x-placement^="left"], .tooltip.b-tooltip-green.bs-tooltip-auto[x-placement^="left"], .tooltip.b-tooltip-teal.bs-tooltip-auto[x-placement^="left"], .tooltip.b-tooltip-cyan.bs-tooltip-auto[x-placement^="left"], .tooltip.b-tooltip-lightcyan.bs-tooltip-auto[x-placement^="left"], .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^="left"], .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^="left"], .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^="left"], .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^="left"], .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^="left"], .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem; }
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow, .tooltip.b-tooltip-white.bs-tooltip-auto[x-placement^="left"] .arrow, .tooltip.b-tooltip-gray-100.bs-tooltip-auto[x-placement^="left"] .arrow, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^="left"] .arrow, .tooltip.b-tooltip-gray-200.bs-tooltip-auto[x-placement^="left"] .arrow, .tooltip.b-tooltip-gray-300.bs-tooltip-auto[x-placement^="left"] .arrow, .tooltip.b-tooltip-gray-400.bs-tooltip-auto[x-placement^="left"] .arrow, .tooltip.b-tooltip-gray-500.bs-tooltip-auto[x-placement^="left"] .arrow, .tooltip.b-tooltip-gray-600.bs-tooltip-auto[x-placement^="left"] .arrow, .tooltip.b-tooltip-gray.bs-tooltip-auto[x-placement^="left"] .arrow, .tooltip.b-tooltip-gray-700.bs-tooltip-auto[x-placement^="left"] .arrow, .tooltip.b-tooltip-gray-800.bs-tooltip-auto[x-placement^="left"] .arrow, .tooltip.b-tooltip-gray-dark.bs-tooltip-auto[x-placement^="left"] .arrow, .tooltip.b-tooltip-gray-900.bs-tooltip-auto[x-placement^="left"] .arrow, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^="left"] .arrow, .tooltip.b-tooltip-black.bs-tooltip-auto[x-placement^="left"] .arrow, .tooltip.b-tooltip-blue.bs-tooltip-auto[x-placement^="left"] .arrow, .tooltip.b-tooltip-indigo.bs-tooltip-auto[x-placement^="left"] .arrow, .tooltip.b-tooltip-purple.bs-tooltip-auto[x-placement^="left"] .arrow, .tooltip.b-tooltip-lightpurple.bs-tooltip-auto[x-placement^="left"] .arrow, .tooltip.b-tooltip-pink.bs-tooltip-auto[x-placement^="left"] .arrow, .tooltip.b-tooltip-red.bs-tooltip-auto[x-placement^="left"] .arrow, .tooltip.b-tooltip-orange.bs-tooltip-auto[x-placement^="left"] .arrow, .tooltip.b-tooltip-lightorange.bs-tooltip-auto[x-placement^="left"] .arrow, .tooltip.b-tooltip-yellow.bs-tooltip-auto[x-placement^="left"] .arrow, .tooltip.b-tooltip-green.bs-tooltip-auto[x-placement^="left"] .arrow, .tooltip.b-tooltip-teal.bs-tooltip-auto[x-placement^="left"] .arrow, .tooltip.b-tooltip-cyan.bs-tooltip-auto[x-placement^="left"] .arrow, .tooltip.b-tooltip-lightcyan.bs-tooltip-auto[x-placement^="left"] .arrow, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^="left"] .arrow, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^="left"] .arrow, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^="left"] .arrow, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^="left"] .arrow, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^="left"] .arrow, .tooltip.b-tooltip-danger.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, .tooltip.b-tooltip-white.bs-tooltip-auto[x-placement^="left"] .arrow::before, .tooltip.b-tooltip-gray-100.bs-tooltip-auto[x-placement^="left"] .arrow::before, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^="left"] .arrow::before, .tooltip.b-tooltip-gray-200.bs-tooltip-auto[x-placement^="left"] .arrow::before, .tooltip.b-tooltip-gray-300.bs-tooltip-auto[x-placement^="left"] .arrow::before, .tooltip.b-tooltip-gray-400.bs-tooltip-auto[x-placement^="left"] .arrow::before, .tooltip.b-tooltip-gray-500.bs-tooltip-auto[x-placement^="left"] .arrow::before, .tooltip.b-tooltip-gray-600.bs-tooltip-auto[x-placement^="left"] .arrow::before, .tooltip.b-tooltip-gray.bs-tooltip-auto[x-placement^="left"] .arrow::before, .tooltip.b-tooltip-gray-700.bs-tooltip-auto[x-placement^="left"] .arrow::before, .tooltip.b-tooltip-gray-800.bs-tooltip-auto[x-placement^="left"] .arrow::before, .tooltip.b-tooltip-gray-dark.bs-tooltip-auto[x-placement^="left"] .arrow::before, .tooltip.b-tooltip-gray-900.bs-tooltip-auto[x-placement^="left"] .arrow::before, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^="left"] .arrow::before, .tooltip.b-tooltip-black.bs-tooltip-auto[x-placement^="left"] .arrow::before, .tooltip.b-tooltip-blue.bs-tooltip-auto[x-placement^="left"] .arrow::before, .tooltip.b-tooltip-indigo.bs-tooltip-auto[x-placement^="left"] .arrow::before, .tooltip.b-tooltip-purple.bs-tooltip-auto[x-placement^="left"] .arrow::before, .tooltip.b-tooltip-lightpurple.bs-tooltip-auto[x-placement^="left"] .arrow::before, .tooltip.b-tooltip-pink.bs-tooltip-auto[x-placement^="left"] .arrow::before, .tooltip.b-tooltip-red.bs-tooltip-auto[x-placement^="left"] .arrow::before, .tooltip.b-tooltip-orange.bs-tooltip-auto[x-placement^="left"] .arrow::before, .tooltip.b-tooltip-lightorange.bs-tooltip-auto[x-placement^="left"] .arrow::before, .tooltip.b-tooltip-yellow.bs-tooltip-auto[x-placement^="left"] .arrow::before, .tooltip.b-tooltip-green.bs-tooltip-auto[x-placement^="left"] .arrow::before, .tooltip.b-tooltip-teal.bs-tooltip-auto[x-placement^="left"] .arrow::before, .tooltip.b-tooltip-cyan.bs-tooltip-auto[x-placement^="left"] .arrow::before, .tooltip.b-tooltip-lightcyan.bs-tooltip-auto[x-placement^="left"] .arrow::before, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^="left"] .arrow::before, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^="left"] .arrow::before, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^="left"] .arrow::before, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^="left"] .arrow::before, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^="left"] .arrow::before, .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^="left"] .arrow::before {
      left: 0;
      border-width: 0.4rem 0 0.4rem 0.4rem;
      border-left-color: #1d2020; }
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #1d2020;
  border-radius: 0.25rem; }
[dir="ltr"] .popover {
  text-align: left; }
[dir="rtl"] .popover {
  text-align: right; }
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "ProximaNovaRegular", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  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: 1rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(29, 32, 32, 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"], .b-popover-white.bs-popover-auto[x-placement^="top"], .b-popover-gray-100.bs-popover-auto[x-placement^="top"], .b-popover-light.bs-popover-auto[x-placement^="top"], .b-popover-gray-200.bs-popover-auto[x-placement^="top"], .b-popover-gray-300.bs-popover-auto[x-placement^="top"], .b-popover-gray-400.bs-popover-auto[x-placement^="top"], .b-popover-gray-500.bs-popover-auto[x-placement^="top"], .b-popover-gray-600.bs-popover-auto[x-placement^="top"], .b-popover-gray.bs-popover-auto[x-placement^="top"], .b-popover-gray-700.bs-popover-auto[x-placement^="top"], .b-popover-gray-800.bs-popover-auto[x-placement^="top"], .b-popover-gray-dark.bs-popover-auto[x-placement^="top"], .b-popover-gray-900.bs-popover-auto[x-placement^="top"], .b-popover-dark.bs-popover-auto[x-placement^="top"], .b-popover-black.bs-popover-auto[x-placement^="top"], .b-popover-blue.bs-popover-auto[x-placement^="top"], .b-popover-indigo.bs-popover-auto[x-placement^="top"], .b-popover-purple.bs-popover-auto[x-placement^="top"], .b-popover-lightpurple.bs-popover-auto[x-placement^="top"], .b-popover-pink.bs-popover-auto[x-placement^="top"], .b-popover-red.bs-popover-auto[x-placement^="top"], .b-popover-orange.bs-popover-auto[x-placement^="top"], .b-popover-lightorange.bs-popover-auto[x-placement^="top"], .b-popover-yellow.bs-popover-auto[x-placement^="top"], .b-popover-green.bs-popover-auto[x-placement^="top"], .b-popover-teal.bs-popover-auto[x-placement^="top"], .b-popover-cyan.bs-popover-auto[x-placement^="top"], .b-popover-lightcyan.bs-popover-auto[x-placement^="top"], .b-popover-primary.bs-popover-auto[x-placement^="top"], .b-popover-secondary.bs-popover-auto[x-placement^="top"], .b-popover-success.bs-popover-auto[x-placement^="top"], .b-popover-info.bs-popover-auto[x-placement^="top"], .b-popover-warning.bs-popover-auto[x-placement^="top"], .b-popover-danger.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(29, 32, 32, 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"], .b-popover-white.bs-popover-auto[x-placement^="right"], .b-popover-gray-100.bs-popover-auto[x-placement^="right"], .b-popover-light.bs-popover-auto[x-placement^="right"], .b-popover-gray-200.bs-popover-auto[x-placement^="right"], .b-popover-gray-300.bs-popover-auto[x-placement^="right"], .b-popover-gray-400.bs-popover-auto[x-placement^="right"], .b-popover-gray-500.bs-popover-auto[x-placement^="right"], .b-popover-gray-600.bs-popover-auto[x-placement^="right"], .b-popover-gray.bs-popover-auto[x-placement^="right"], .b-popover-gray-700.bs-popover-auto[x-placement^="right"], .b-popover-gray-800.bs-popover-auto[x-placement^="right"], .b-popover-gray-dark.bs-popover-auto[x-placement^="right"], .b-popover-gray-900.bs-popover-auto[x-placement^="right"], .b-popover-dark.bs-popover-auto[x-placement^="right"], .b-popover-black.bs-popover-auto[x-placement^="right"], .b-popover-blue.bs-popover-auto[x-placement^="right"], .b-popover-indigo.bs-popover-auto[x-placement^="right"], .b-popover-purple.bs-popover-auto[x-placement^="right"], .b-popover-lightpurple.bs-popover-auto[x-placement^="right"], .b-popover-pink.bs-popover-auto[x-placement^="right"], .b-popover-red.bs-popover-auto[x-placement^="right"], .b-popover-orange.bs-popover-auto[x-placement^="right"], .b-popover-lightorange.bs-popover-auto[x-placement^="right"], .b-popover-yellow.bs-popover-auto[x-placement^="right"], .b-popover-green.bs-popover-auto[x-placement^="right"], .b-popover-teal.bs-popover-auto[x-placement^="right"], .b-popover-cyan.bs-popover-auto[x-placement^="right"], .b-popover-lightcyan.bs-popover-auto[x-placement^="right"], .b-popover-primary.bs-popover-auto[x-placement^="right"], .b-popover-secondary.bs-popover-auto[x-placement^="right"], .b-popover-success.bs-popover-auto[x-placement^="right"], .b-popover-info.bs-popover-auto[x-placement^="right"], .b-popover-warning.bs-popover-auto[x-placement^="right"], .b-popover-danger.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(29, 32, 32, 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"], .b-popover-white.bs-popover-auto[x-placement^="bottom"], .b-popover-gray-100.bs-popover-auto[x-placement^="bottom"], .b-popover-light.bs-popover-auto[x-placement^="bottom"], .b-popover-gray-200.bs-popover-auto[x-placement^="bottom"], .b-popover-gray-300.bs-popover-auto[x-placement^="bottom"], .b-popover-gray-400.bs-popover-auto[x-placement^="bottom"], .b-popover-gray-500.bs-popover-auto[x-placement^="bottom"], .b-popover-gray-600.bs-popover-auto[x-placement^="bottom"], .b-popover-gray.bs-popover-auto[x-placement^="bottom"], .b-popover-gray-700.bs-popover-auto[x-placement^="bottom"], .b-popover-gray-800.bs-popover-auto[x-placement^="bottom"], .b-popover-gray-dark.bs-popover-auto[x-placement^="bottom"], .b-popover-gray-900.bs-popover-auto[x-placement^="bottom"], .b-popover-dark.bs-popover-auto[x-placement^="bottom"], .b-popover-black.bs-popover-auto[x-placement^="bottom"], .b-popover-blue.bs-popover-auto[x-placement^="bottom"], .b-popover-indigo.bs-popover-auto[x-placement^="bottom"], .b-popover-purple.bs-popover-auto[x-placement^="bottom"], .b-popover-lightpurple.bs-popover-auto[x-placement^="bottom"], .b-popover-pink.bs-popover-auto[x-placement^="bottom"], .b-popover-red.bs-popover-auto[x-placement^="bottom"], .b-popover-orange.bs-popover-auto[x-placement^="bottom"], .b-popover-lightorange.bs-popover-auto[x-placement^="bottom"], .b-popover-yellow.bs-popover-auto[x-placement^="bottom"], .b-popover-green.bs-popover-auto[x-placement^="bottom"], .b-popover-teal.bs-popover-auto[x-placement^="bottom"], .b-popover-cyan.bs-popover-auto[x-placement^="bottom"], .b-popover-lightcyan.bs-popover-auto[x-placement^="bottom"], .b-popover-primary.bs-popover-auto[x-placement^="bottom"], .b-popover-secondary.bs-popover-auto[x-placement^="bottom"], .b-popover-success.bs-popover-auto[x-placement^="bottom"], .b-popover-info.bs-popover-auto[x-placement^="bottom"], .b-popover-warning.bs-popover-auto[x-placement^="bottom"], .b-popover-danger.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(29, 32, 32, 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"], .b-popover-white.bs-popover-auto[x-placement^="left"], .b-popover-gray-100.bs-popover-auto[x-placement^="left"], .b-popover-light.bs-popover-auto[x-placement^="left"], .b-popover-gray-200.bs-popover-auto[x-placement^="left"], .b-popover-gray-300.bs-popover-auto[x-placement^="left"], .b-popover-gray-400.bs-popover-auto[x-placement^="left"], .b-popover-gray-500.bs-popover-auto[x-placement^="left"], .b-popover-gray-600.bs-popover-auto[x-placement^="left"], .b-popover-gray.bs-popover-auto[x-placement^="left"], .b-popover-gray-700.bs-popover-auto[x-placement^="left"], .b-popover-gray-800.bs-popover-auto[x-placement^="left"], .b-popover-gray-dark.bs-popover-auto[x-placement^="left"], .b-popover-gray-900.bs-popover-auto[x-placement^="left"], .b-popover-dark.bs-popover-auto[x-placement^="left"], .b-popover-black.bs-popover-auto[x-placement^="left"], .b-popover-blue.bs-popover-auto[x-placement^="left"], .b-popover-indigo.bs-popover-auto[x-placement^="left"], .b-popover-purple.bs-popover-auto[x-placement^="left"], .b-popover-lightpurple.bs-popover-auto[x-placement^="left"], .b-popover-pink.bs-popover-auto[x-placement^="left"], .b-popover-red.bs-popover-auto[x-placement^="left"], .b-popover-orange.bs-popover-auto[x-placement^="left"], .b-popover-lightorange.bs-popover-auto[x-placement^="left"], .b-popover-yellow.bs-popover-auto[x-placement^="left"], .b-popover-green.bs-popover-auto[x-placement^="left"], .b-popover-teal.bs-popover-auto[x-placement^="left"], .b-popover-cyan.bs-popover-auto[x-placement^="left"], .b-popover-lightcyan.bs-popover-auto[x-placement^="left"], .b-popover-primary.bs-popover-auto[x-placement^="left"], .b-popover-secondary.bs-popover-auto[x-placement^="left"], .b-popover-success.bs-popover-auto[x-placement^="left"], .b-popover-info.bs-popover-auto[x-placement^="left"], .b-popover-warning.bs-popover-auto[x-placement^="left"], .b-popover-danger.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(29, 32, 32, 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: #606262; }
.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%;
  -webkit-backface-visibility: hidden;
          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: .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 .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 .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-white {
  background-color: #fff !important; }
a.bg-white:hover, a.bg-white:focus,
button.bg-white:hover,
button.bg-white:focus {
  background-color: #e6e6e6 !important; }
.bg-gray-100 {
  background-color: #f8f8fc !important; }
a.bg-gray-100:hover, a.bg-gray-100:focus,
button.bg-gray-100:hover,
button.bg-gray-100:focus {
  background-color: #d4d4ed !important; }
.bg-light {
  background-color: #f8f8fc !important; }
a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #d4d4ed !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: #d1d2d2 !important; }
a.bg-gray-300:hover, a.bg-gray-300:focus,
button.bg-gray-300:hover,
button.bg-gray-300:focus {
  background-color: #b7b9b9 !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: #afb0b0 !important; }
a.bg-gray-600:hover, a.bg-gray-600:focus,
button.bg-gray-600:hover,
button.bg-gray-600:focus {
  background-color: #959797 !important; }
.bg-gray {
  background-color: #afb0b0 !important; }
a.bg-gray:hover, a.bg-gray:focus,
button.bg-gray:hover,
button.bg-gray:focus {
  background-color: #959797 !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-dark {
  background-color: #343a40 !important; }
a.bg-gray-dark:hover, a.bg-gray-dark:focus,
button.bg-gray-dark:hover,
button.bg-gray-dark:focus {
  background-color: #1d2124 !important; }
.bg-gray-900 {
  background-color: #606262 !important; }
a.bg-gray-900:hover, a.bg-gray-900:focus,
button.bg-gray-900:hover,
button.bg-gray-900:focus {
  background-color: #474848 !important; }
.bg-dark {
  background-color: #606262 !important; }
a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #474848 !important; }
.bg-black {
  background-color: #1d2020 !important; }
a.bg-black:hover, a.bg-black:focus,
button.bg-black:hover,
button.bg-black:focus {
  background-color: #050505 !important; }
.bg-blue {
  background-color: #007bff !important; }
a.bg-blue:hover, a.bg-blue:focus,
button.bg-blue:hover,
button.bg-blue:focus {
  background-color: #0062cc !important; }
.bg-indigo {
  background-color: #6610f2 !important; }
a.bg-indigo:hover, a.bg-indigo:focus,
button.bg-indigo:hover,
button.bg-indigo:focus {
  background-color: #510bc4 !important; }
.bg-purple {
  background-color: #6f42c1 !important; }
a.bg-purple:hover, a.bg-purple:focus,
button.bg-purple:hover,
button.bg-purple:focus {
  background-color: #59339d !important; }
.bg-lightpurple {
  background-color: #d8d8eb !important; }
a.bg-lightpurple:hover, a.bg-lightpurple:focus,
button.bg-lightpurple:hover,
button.bg-lightpurple:focus {
  background-color: #b6b6da !important; }
.bg-pink {
  background-color: #e83e8c !important; }
a.bg-pink:hover, a.bg-pink:focus,
button.bg-pink:hover,
button.bg-pink:focus {
  background-color: #d91a72 !important; }
.bg-red {
  background-color: #de3232 !important; }
a.bg-red:hover, a.bg-red:focus,
button.bg-red:hover,
button.bg-red:focus {
  background-color: #be1f1f !important; }
.bg-orange {
  background-color: #ff5d3b !important; }
a.bg-orange:hover, a.bg-orange:focus,
button.bg-orange:hover,
button.bg-orange:focus {
  background-color: #ff3308 !important; }
.bg-lightorange {
  background-color: #fff5f3 !important; }
a.bg-lightorange:hover, a.bg-lightorange:focus,
button.bg-lightorange:hover,
button.bg-lightorange:focus {
  background-color: #ffcbc0 !important; }
.bg-yellow {
  background-color: #ffc107 !important; }
a.bg-yellow:hover, a.bg-yellow:focus,
button.bg-yellow:hover,
button.bg-yellow:focus {
  background-color: #d39e00 !important; }
.bg-green {
  background-color: #4cde32 !important; }
a.bg-green:hover, a.bg-green:focus,
button.bg-green:hover,
button.bg-green:focus {
  background-color: #37be1f !important; }
.bg-teal {
  background-color: #20c997 !important; }
a.bg-teal:hover, a.bg-teal:focus,
button.bg-teal:hover,
button.bg-teal:focus {
  background-color: #199d76 !important; }
.bg-cyan {
  background-color: #56e3e2 !important; }
a.bg-cyan:hover, a.bg-cyan:focus,
button.bg-cyan:hover,
button.bg-cyan:focus {
  background-color: #2adcda !important; }
.bg-lightcyan {
  background-color: #e1fefe !important; }
a.bg-lightcyan:hover, a.bg-lightcyan:focus,
button.bg-lightcyan:hover,
button.bg-lightcyan:focus {
  background-color: #b0fcfc !important; }
.bg-primary {
  background-color: #ff5d3b !important; }
a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #ff3308 !important; }
.bg-secondary {
  background-color: #afb0b0 !important; }
a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #959797 !important; }
.bg-success {
  background-color: #4cde32 !important; }
a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #37be1f !important; }
.bg-info {
  background-color: #56e3e2 !important; }
a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #2adcda !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: #de3232 !important; }
a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #be1f1f !important; }
.bg-white {
  background-color: #fff !important; }
.bg-transparent {
  background-color: transparent !important; }
.border {
  border: 1px solid #d1d2d2 !important; }
.border-top {
  border-top: 1px solid #d1d2d2 !important; }
.border-right {
  border-right: 1px solid #d1d2d2 !important; }
.border-bottom {
  border-bottom: 1px solid #d1d2d2 !important; }
.border-left {
  border-left: 1px solid #d1d2d2 !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-white {
  border-color: #fff !important; }
.border-gray-100 {
  border-color: #f8f8fc !important; }
.border-light {
  border-color: #f8f8fc !important; }
.border-gray-200 {
  border-color: #e9ecef !important; }
.border-gray-300 {
  border-color: #d1d2d2 !important; }
.border-gray-400 {
  border-color: #ced4da !important; }
.border-gray-500 {
  border-color: #adb5bd !important; }
.border-gray-600 {
  border-color: #afb0b0 !important; }
.border-gray {
  border-color: #afb0b0 !important; }
.border-gray-700 {
  border-color: #495057 !important; }
.border-gray-800 {
  border-color: #343a40 !important; }
.border-gray-dark {
  border-color: #343a40 !important; }
.border-gray-900 {
  border-color: #606262 !important; }
.border-dark {
  border-color: #606262 !important; }
.border-black {
  border-color: #1d2020 !important; }
.border-blue {
  border-color: #007bff !important; }
.border-indigo {
  border-color: #6610f2 !important; }
.border-purple {
  border-color: #6f42c1 !important; }
.border-lightpurple {
  border-color: #d8d8eb !important; }
.border-pink {
  border-color: #e83e8c !important; }
.border-red {
  border-color: #de3232 !important; }
.border-orange {
  border-color: #ff5d3b !important; }
.border-lightorange {
  border-color: #fff5f3 !important; }
.border-yellow {
  border-color: #ffc107 !important; }
.border-green {
  border-color: #4cde32 !important; }
.border-teal {
  border-color: #20c997 !important; }
.border-cyan {
  border-color: #56e3e2 !important; }
.border-lightcyan {
  border-color: #e1fefe !important; }
.border-primary {
  border-color: #ff5d3b !important; }
.border-secondary {
  border-color: #afb0b0 !important; }
.border-success {
  border-color: #4cde32 !important; }
.border-info {
  border-color: #56e3e2 !important; }
.border-warning {
  border-color: #ffc107 !important; }
.border-danger {
  border-color: #de3232 !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 (min-width: 1660px) {
  .d-xxl-none {
    display: none !important; }
  .d-xxl-inline {
    display: inline !important; }
  .d-xxl-inline-block {
    display: inline-block !important; }
  .d-xxl-block {
    display: block !important; }
  .d-xxl-table {
    display: table !important; }
  .d-xxl-table-row {
    display: table-row !important; }
  .d-xxl-table-cell {
    display: table-cell !important; }
  .d-xxl-flex {
    display: flex !important; }
  .d-xxl-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.85714%; }
.embed-responsive-16by9::before {
  padding-top: 56.25%; }
.embed-responsive-4by3::before {
  padding-top: 75%; }
.embed-responsive-1by1::before {
  padding-top: 100%; }
.flex-row {
  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; } }
@media (min-width: 1660px) {
  .flex-xxl-row {
    flex-direction: row !important; }
  .flex-xxl-column {
    flex-direction: column !important; }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xxl-wrap {
    flex-wrap: wrap !important; }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xxl-fill {
    flex: 1 1 auto !important; }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xxl-start {
    justify-content: flex-start !important; }
  .justify-content-xxl-end {
    justify-content: flex-end !important; }
  .justify-content-xxl-center {
    justify-content: center !important; }
  .justify-content-xxl-between {
    justify-content: space-between !important; }
  .justify-content-xxl-around {
    justify-content: space-around !important; }
  .align-items-xxl-start {
    align-items: flex-start !important; }
  .align-items-xxl-end {
    align-items: flex-end !important; }
  .align-items-xxl-center {
    align-items: center !important; }
  .align-items-xxl-baseline {
    align-items: baseline !important; }
  .align-items-xxl-stretch {
    align-items: stretch !important; }
  .align-content-xxl-start {
    align-content: flex-start !important; }
  .align-content-xxl-end {
    align-content: flex-end !important; }
  .align-content-xxl-center {
    align-content: center !important; }
  .align-content-xxl-between {
    align-content: space-between !important; }
  .align-content-xxl-around {
    align-content: space-around !important; }
  .align-content-xxl-stretch {
    align-content: stretch !important; }
  .align-self-xxl-auto {
    align-self: auto !important; }
  .align-self-xxl-start {
    align-self: flex-start !important; }
  .align-self-xxl-end {
    align-self: flex-end !important; }
  .align-self-xxl-center {
    align-self: center !important; }
  .align-self-xxl-baseline {
    align-self: baseline !important; }
  .align-self-xxl-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; } }
@media (min-width: 1660px) {
  .float-xxl-left {
    float: left !important; }
  .float-xxl-right {
    float: right !important; }
  .float-xxl-none {
    float: none !important; } }
.overflow-auto {
  overflow: auto !important; }
.overflow-hidden {
  overflow: hidden !important; }
.position-static {
  position: static !important; }
.position-relative {
  position: relative !important; }
.position-absolute {
  position: absolute !important; }
.position-fixed {
  position: fixed !important; }
.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important; }
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }
@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    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(29, 32, 32, 0.075) !important; }
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(29, 32, 32, 0.15) !important; }
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(29, 32, 32, 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-sh25 {
  margin: 0.25rem !important; }
.mt-sh25,
.my-sh25 {
  margin-top: 0.25rem !important; }
.mr-sh25,
.mx-sh25 {
  margin-right: 0.25rem !important; }
.mb-sh25,
.my-sh25 {
  margin-bottom: 0.25rem !important; }
.ml-sh25,
.mx-sh25 {
  margin-left: 0.25rem !important; }
.m-sh50 {
  margin: 0.5rem !important; }
.mt-sh50,
.my-sh50 {
  margin-top: 0.5rem !important; }
.mr-sh50,
.mx-sh50 {
  margin-right: 0.5rem !important; }
.mb-sh50,
.my-sh50 {
  margin-bottom: 0.5rem !important; }
.ml-sh50,
.mx-sh50 {
  margin-left: 0.5rem !important; }
.m-sh75 {
  margin: 0.75rem !important; }
.mt-sh75,
.my-sh75 {
  margin-top: 0.75rem !important; }
.mr-sh75,
.mx-sh75 {
  margin-right: 0.75rem !important; }
.mb-sh75,
.my-sh75 {
  margin-bottom: 0.75rem !important; }
.ml-sh75,
.mx-sh75 {
  margin-left: 0.75rem !important; }
.m-sh100 {
  margin: 1rem !important; }
.mt-sh100,
.my-sh100 {
  margin-top: 1rem !important; }
.mr-sh100,
.mx-sh100 {
  margin-right: 1rem !important; }
.mb-sh100,
.my-sh100 {
  margin-bottom: 1rem !important; }
.ml-sh100,
.mx-sh100 {
  margin-left: 1rem !important; }
.m-sh125 {
  margin: 1.25rem !important; }
.mt-sh125,
.my-sh125 {
  margin-top: 1.25rem !important; }
.mr-sh125,
.mx-sh125 {
  margin-right: 1.25rem !important; }
.mb-sh125,
.my-sh125 {
  margin-bottom: 1.25rem !important; }
.ml-sh125,
.mx-sh125 {
  margin-left: 1.25rem !important; }
.m-sh150 {
  margin: 1.5rem !important; }
.mt-sh150,
.my-sh150 {
  margin-top: 1.5rem !important; }
.mr-sh150,
.mx-sh150 {
  margin-right: 1.5rem !important; }
.mb-sh150,
.my-sh150 {
  margin-bottom: 1.5rem !important; }
.ml-sh150,
.mx-sh150 {
  margin-left: 1.5rem !important; }
.m-sh175 {
  margin: 1.75rem !important; }
.mt-sh175,
.my-sh175 {
  margin-top: 1.75rem !important; }
.mr-sh175,
.mx-sh175 {
  margin-right: 1.75rem !important; }
.mb-sh175,
.my-sh175 {
  margin-bottom: 1.75rem !important; }
.ml-sh175,
.mx-sh175 {
  margin-left: 1.75rem !important; }
.m-sh200 {
  margin: 2rem !important; }
.mt-sh200,
.my-sh200 {
  margin-top: 2rem !important; }
.mr-sh200,
.mx-sh200 {
  margin-right: 2rem !important; }
.mb-sh200,
.my-sh200 {
  margin-bottom: 2rem !important; }
.ml-sh200,
.mx-sh200 {
  margin-left: 2rem !important; }
.m-sh300 {
  margin: 3rem !important; }
.mt-sh300,
.my-sh300 {
  margin-top: 3rem !important; }
.mr-sh300,
.mx-sh300 {
  margin-right: 3rem !important; }
.mb-sh300,
.my-sh300 {
  margin-bottom: 3rem !important; }
.ml-sh300,
.mx-sh300 {
  margin-left: 3rem !important; }
.m-lat {
  margin: 15px !important; }
.mt-lat,
.my-lat {
  margin-top: 15px !important; }
.mr-lat,
.mx-lat {
  margin-right: 15px !important; }
.mb-lat,
.my-lat {
  margin-bottom: 15px !important; }
.ml-lat,
.mx-lat {
  margin-left: 15px !important; }
.m-lat2 {
  margin: 30px !important; }
.mt-lat2,
.my-lat2 {
  margin-top: 30px !important; }
.mr-lat2,
.mx-lat2 {
  margin-right: 30px !important; }
.mb-lat2,
.my-lat2 {
  margin-bottom: 30px !important; }
.ml-lat2,
.mx-lat2 {
  margin-left: 30px !important; }
.m-c0 {
  margin: 40px !important; }
.mt-c0,
.my-c0 {
  margin-top: 40px !important; }
.mr-c0,
.mx-c0 {
  margin-right: 40px !important; }
.mb-c0,
.my-c0 {
  margin-bottom: 40px !important; }
.ml-c0,
.mx-c0 {
  margin-left: 40px !important; }
.m-c1 {
  margin: 22px !important; }
.mt-c1,
.my-c1 {
  margin-top: 22px !important; }
.mr-c1,
.mx-c1 {
  margin-right: 22px !important; }
.mb-c1,
.my-c1 {
  margin-bottom: 22px !important; }
.ml-c1,
.mx-c1 {
  margin-left: 22px !important; }
.m-c2 {
  margin: 30px !important; }
.mt-c2,
.my-c2 {
  margin-top: 30px !important; }
.mr-c2,
.mx-c2 {
  margin-right: 30px !important; }
.mb-c2,
.my-c2 {
  margin-bottom: 30px !important; }
.ml-c2,
.mx-c2 {
  margin-left: 30px !important; }
.m-c3 {
  margin: 50px !important; }
.mt-c3,
.my-c3 {
  margin-top: 50px !important; }
.mr-c3,
.mx-c3 {
  margin-right: 50px !important; }
.mb-c3,
.my-c3 {
  margin-bottom: 50px !important; }
.ml-c3,
.mx-c3 {
  margin-left: 50px !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-sh25 {
  padding: 0.25rem !important; }
.pt-sh25,
.py-sh25 {
  padding-top: 0.25rem !important; }
.pr-sh25,
.px-sh25 {
  padding-right: 0.25rem !important; }
.pb-sh25,
.py-sh25 {
  padding-bottom: 0.25rem !important; }
.pl-sh25,
.px-sh25 {
  padding-left: 0.25rem !important; }
.p-sh50 {
  padding: 0.5rem !important; }
.pt-sh50,
.py-sh50 {
  padding-top: 0.5rem !important; }
.pr-sh50,
.px-sh50 {
  padding-right: 0.5rem !important; }
.pb-sh50,
.py-sh50 {
  padding-bottom: 0.5rem !important; }
.pl-sh50,
.px-sh50 {
  padding-left: 0.5rem !important; }
.p-sh75 {
  padding: 0.75rem !important; }
.pt-sh75,
.py-sh75 {
  padding-top: 0.75rem !important; }
.pr-sh75,
.px-sh75 {
  padding-right: 0.75rem !important; }
.pb-sh75,
.py-sh75 {
  padding-bottom: 0.75rem !important; }
.pl-sh75,
.px-sh75 {
  padding-left: 0.75rem !important; }
.p-sh100 {
  padding: 1rem !important; }
.pt-sh100,
.py-sh100 {
  padding-top: 1rem !important; }
.pr-sh100,
.px-sh100 {
  padding-right: 1rem !important; }
.pb-sh100,
.py-sh100 {
  padding-bottom: 1rem !important; }
.pl-sh100,
.px-sh100 {
  padding-left: 1rem !important; }
.p-sh125 {
  padding: 1.25rem !important; }
.pt-sh125,
.py-sh125 {
  padding-top: 1.25rem !important; }
.pr-sh125,
.px-sh125 {
  padding-right: 1.25rem !important; }
.pb-sh125,
.py-sh125 {
  padding-bottom: 1.25rem !important; }
.pl-sh125,
.px-sh125 {
  padding-left: 1.25rem !important; }
.p-sh150 {
  padding: 1.5rem !important; }
.pt-sh150,
.py-sh150 {
  padding-top: 1.5rem !important; }
.pr-sh150,
.px-sh150 {
  padding-right: 1.5rem !important; }
.pb-sh150,
.py-sh150 {
  padding-bottom: 1.5rem !important; }
.pl-sh150,
.px-sh150 {
  padding-left: 1.5rem !important; }
.p-sh175 {
  padding: 1.75rem !important; }
.pt-sh175,
.py-sh175 {
  padding-top: 1.75rem !important; }
.pr-sh175,
.px-sh175 {
  padding-right: 1.75rem !important; }
.pb-sh175,
.py-sh175 {
  padding-bottom: 1.75rem !important; }
.pl-sh175,
.px-sh175 {
  padding-left: 1.75rem !important; }
.p-sh200 {
  padding: 2rem !important; }
.pt-sh200,
.py-sh200 {
  padding-top: 2rem !important; }
.pr-sh200,
.px-sh200 {
  padding-right: 2rem !important; }
.pb-sh200,
.py-sh200 {
  padding-bottom: 2rem !important; }
.pl-sh200,
.px-sh200 {
  padding-left: 2rem !important; }
.p-sh300 {
  padding: 3rem !important; }
.pt-sh300,
.py-sh300 {
  padding-top: 3rem !important; }
.pr-sh300,
.px-sh300 {
  padding-right: 3rem !important; }
.pb-sh300,
.py-sh300 {
  padding-bottom: 3rem !important; }
.pl-sh300,
.px-sh300 {
  padding-left: 3rem !important; }
.p-lat {
  padding: 15px !important; }
.pt-lat,
.py-lat {
  padding-top: 15px !important; }
.pr-lat,
.px-lat {
  padding-right: 15px !important; }
.pb-lat,
.py-lat {
  padding-bottom: 15px !important; }
.pl-lat,
.px-lat {
  padding-left: 15px !important; }
.p-lat2 {
  padding: 30px !important; }
.pt-lat2,
.py-lat2 {
  padding-top: 30px !important; }
.pr-lat2,
.px-lat2 {
  padding-right: 30px !important; }
.pb-lat2,
.py-lat2 {
  padding-bottom: 30px !important; }
.pl-lat2,
.px-lat2 {
  padding-left: 30px !important; }
.p-c0 {
  padding: 40px !important; }
.pt-c0,
.py-c0 {
  padding-top: 40px !important; }
.pr-c0,
.px-c0 {
  padding-right: 40px !important; }
.pb-c0,
.py-c0 {
  padding-bottom: 40px !important; }
.pl-c0,
.px-c0 {
  padding-left: 40px !important; }
.p-c1 {
  padding: 22px !important; }
.pt-c1,
.py-c1 {
  padding-top: 22px !important; }
.pr-c1,
.px-c1 {
  padding-right: 22px !important; }
.pb-c1,
.py-c1 {
  padding-bottom: 22px !important; }
.pl-c1,
.px-c1 {
  padding-left: 22px !important; }
.p-c2 {
  padding: 30px !important; }
.pt-c2,
.py-c2 {
  padding-top: 30px !important; }
.pr-c2,
.px-c2 {
  padding-right: 30px !important; }
.pb-c2,
.py-c2 {
  padding-bottom: 30px !important; }
.pl-c2,
.px-c2 {
  padding-left: 30px !important; }
.p-c3 {
  padding: 50px !important; }
.pt-c3,
.py-c3 {
  padding-top: 50px !important; }
.pr-c3,
.px-c3 {
  padding-right: 50px !important; }
.pb-c3,
.py-c3 {
  padding-bottom: 50px !important; }
.pl-c3,
.px-c3 {
  padding-left: 50px !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-nsh25 {
  margin: -0.25rem !important; }
.mt-nsh25,
.my-nsh25 {
  margin-top: -0.25rem !important; }
.mr-nsh25,
.mx-nsh25 {
  margin-right: -0.25rem !important; }
.mb-nsh25,
.my-nsh25 {
  margin-bottom: -0.25rem !important; }
.ml-nsh25,
.mx-nsh25 {
  margin-left: -0.25rem !important; }
.m-nsh50 {
  margin: -0.5rem !important; }
.mt-nsh50,
.my-nsh50 {
  margin-top: -0.5rem !important; }
.mr-nsh50,
.mx-nsh50 {
  margin-right: -0.5rem !important; }
.mb-nsh50,
.my-nsh50 {
  margin-bottom: -0.5rem !important; }
.ml-nsh50,
.mx-nsh50 {
  margin-left: -0.5rem !important; }
.m-nsh75 {
  margin: -0.75rem !important; }
.mt-nsh75,
.my-nsh75 {
  margin-top: -0.75rem !important; }
.mr-nsh75,
.mx-nsh75 {
  margin-right: -0.75rem !important; }
.mb-nsh75,
.my-nsh75 {
  margin-bottom: -0.75rem !important; }
.ml-nsh75,
.mx-nsh75 {
  margin-left: -0.75rem !important; }
.m-nsh100 {
  margin: -1rem !important; }
.mt-nsh100,
.my-nsh100 {
  margin-top: -1rem !important; }
.mr-nsh100,
.mx-nsh100 {
  margin-right: -1rem !important; }
.mb-nsh100,
.my-nsh100 {
  margin-bottom: -1rem !important; }
.ml-nsh100,
.mx-nsh100 {
  margin-left: -1rem !important; }
.m-nsh125 {
  margin: -1.25rem !important; }
.mt-nsh125,
.my-nsh125 {
  margin-top: -1.25rem !important; }
.mr-nsh125,
.mx-nsh125 {
  margin-right: -1.25rem !important; }
.mb-nsh125,
.my-nsh125 {
  margin-bottom: -1.25rem !important; }
.ml-nsh125,
.mx-nsh125 {
  margin-left: -1.25rem !important; }
.m-nsh150 {
  margin: -1.5rem !important; }
.mt-nsh150,
.my-nsh150 {
  margin-top: -1.5rem !important; }
.mr-nsh150,
.mx-nsh150 {
  margin-right: -1.5rem !important; }
.mb-nsh150,
.my-nsh150 {
  margin-bottom: -1.5rem !important; }
.ml-nsh150,
.mx-nsh150 {
  margin-left: -1.5rem !important; }
.m-nsh175 {
  margin: -1.75rem !important; }
.mt-nsh175,
.my-nsh175 {
  margin-top: -1.75rem !important; }
.mr-nsh175,
.mx-nsh175 {
  margin-right: -1.75rem !important; }
.mb-nsh175,
.my-nsh175 {
  margin-bottom: -1.75rem !important; }
.ml-nsh175,
.mx-nsh175 {
  margin-left: -1.75rem !important; }
.m-nsh200 {
  margin: -2rem !important; }
.mt-nsh200,
.my-nsh200 {
  margin-top: -2rem !important; }
.mr-nsh200,
.mx-nsh200 {
  margin-right: -2rem !important; }
.mb-nsh200,
.my-nsh200 {
  margin-bottom: -2rem !important; }
.ml-nsh200,
.mx-nsh200 {
  margin-left: -2rem !important; }
.m-nsh300 {
  margin: -3rem !important; }
.mt-nsh300,
.my-nsh300 {
  margin-top: -3rem !important; }
.mr-nsh300,
.mx-nsh300 {
  margin-right: -3rem !important; }
.mb-nsh300,
.my-nsh300 {
  margin-bottom: -3rem !important; }
.ml-nsh300,
.mx-nsh300 {
  margin-left: -3rem !important; }
.m-nlat {
  margin: -15px !important; }
.mt-nlat,
.my-nlat {
  margin-top: -15px !important; }
.mr-nlat,
.mx-nlat {
  margin-right: -15px !important; }
.mb-nlat,
.my-nlat {
  margin-bottom: -15px !important; }
.ml-nlat,
.mx-nlat {
  margin-left: -15px !important; }
.m-nlat2 {
  margin: -30px !important; }
.mt-nlat2,
.my-nlat2 {
  margin-top: -30px !important; }
.mr-nlat2,
.mx-nlat2 {
  margin-right: -30px !important; }
.mb-nlat2,
.my-nlat2 {
  margin-bottom: -30px !important; }
.ml-nlat2,
.mx-nlat2 {
  margin-left: -30px !important; }
.m-nc0 {
  margin: -40px !important; }
.mt-nc0,
.my-nc0 {
  margin-top: -40px !important; }
.mr-nc0,
.mx-nc0 {
  margin-right: -40px !important; }
.mb-nc0,
.my-nc0 {
  margin-bottom: -40px !important; }
.ml-nc0,
.mx-nc0 {
  margin-left: -40px !important; }
.m-nc1 {
  margin: -22px !important; }
.mt-nc1,
.my-nc1 {
  margin-top: -22px !important; }
.mr-nc1,
.mx-nc1 {
  margin-right: -22px !important; }
.mb-nc1,
.my-nc1 {
  margin-bottom: -22px !important; }
.ml-nc1,
.mx-nc1 {
  margin-left: -22px !important; }
.m-nc2 {
  margin: -30px !important; }
.mt-nc2,
.my-nc2 {
  margin-top: -30px !important; }
.mr-nc2,
.mx-nc2 {
  margin-right: -30px !important; }
.mb-nc2,
.my-nc2 {
  margin-bottom: -30px !important; }
.ml-nc2,
.mx-nc2 {
  margin-left: -30px !important; }
.m-nc3 {
  margin: -50px !important; }
.mt-nc3,
.my-nc3 {
  margin-top: -50px !important; }
.mr-nc3,
.mx-nc3 {
  margin-right: -50px !important; }
.mb-nc3,
.my-nc3 {
  margin-bottom: -50px !important; }
.ml-nc3,
.mx-nc3 {
  margin-left: -50px !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-sh25 {
    margin: 0.25rem !important; }
  .mt-sm-sh25,
  .my-sm-sh25 {
    margin-top: 0.25rem !important; }
  .mr-sm-sh25,
  .mx-sm-sh25 {
    margin-right: 0.25rem !important; }
  .mb-sm-sh25,
  .my-sm-sh25 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-sh25,
  .mx-sm-sh25 {
    margin-left: 0.25rem !important; }
  .m-sm-sh50 {
    margin: 0.5rem !important; }
  .mt-sm-sh50,
  .my-sm-sh50 {
    margin-top: 0.5rem !important; }
  .mr-sm-sh50,
  .mx-sm-sh50 {
    margin-right: 0.5rem !important; }
  .mb-sm-sh50,
  .my-sm-sh50 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-sh50,
  .mx-sm-sh50 {
    margin-left: 0.5rem !important; }
  .m-sm-sh75 {
    margin: 0.75rem !important; }
  .mt-sm-sh75,
  .my-sm-sh75 {
    margin-top: 0.75rem !important; }
  .mr-sm-sh75,
  .mx-sm-sh75 {
    margin-right: 0.75rem !important; }
  .mb-sm-sh75,
  .my-sm-sh75 {
    margin-bottom: 0.75rem !important; }
  .ml-sm-sh75,
  .mx-sm-sh75 {
    margin-left: 0.75rem !important; }
  .m-sm-sh100 {
    margin: 1rem !important; }
  .mt-sm-sh100,
  .my-sm-sh100 {
    margin-top: 1rem !important; }
  .mr-sm-sh100,
  .mx-sm-sh100 {
    margin-right: 1rem !important; }
  .mb-sm-sh100,
  .my-sm-sh100 {
    margin-bottom: 1rem !important; }
  .ml-sm-sh100,
  .mx-sm-sh100 {
    margin-left: 1rem !important; }
  .m-sm-sh125 {
    margin: 1.25rem !important; }
  .mt-sm-sh125,
  .my-sm-sh125 {
    margin-top: 1.25rem !important; }
  .mr-sm-sh125,
  .mx-sm-sh125 {
    margin-right: 1.25rem !important; }
  .mb-sm-sh125,
  .my-sm-sh125 {
    margin-bottom: 1.25rem !important; }
  .ml-sm-sh125,
  .mx-sm-sh125 {
    margin-left: 1.25rem !important; }
  .m-sm-sh150 {
    margin: 1.5rem !important; }
  .mt-sm-sh150,
  .my-sm-sh150 {
    margin-top: 1.5rem !important; }
  .mr-sm-sh150,
  .mx-sm-sh150 {
    margin-right: 1.5rem !important; }
  .mb-sm-sh150,
  .my-sm-sh150 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-sh150,
  .mx-sm-sh150 {
    margin-left: 1.5rem !important; }
  .m-sm-sh175 {
    margin: 1.75rem !important; }
  .mt-sm-sh175,
  .my-sm-sh175 {
    margin-top: 1.75rem !important; }
  .mr-sm-sh175,
  .mx-sm-sh175 {
    margin-right: 1.75rem !important; }
  .mb-sm-sh175,
  .my-sm-sh175 {
    margin-bottom: 1.75rem !important; }
  .ml-sm-sh175,
  .mx-sm-sh175 {
    margin-left: 1.75rem !important; }
  .m-sm-sh200 {
    margin: 2rem !important; }
  .mt-sm-sh200,
  .my-sm-sh200 {
    margin-top: 2rem !important; }
  .mr-sm-sh200,
  .mx-sm-sh200 {
    margin-right: 2rem !important; }
  .mb-sm-sh200,
  .my-sm-sh200 {
    margin-bottom: 2rem !important; }
  .ml-sm-sh200,
  .mx-sm-sh200 {
    margin-left: 2rem !important; }
  .m-sm-sh300 {
    margin: 3rem !important; }
  .mt-sm-sh300,
  .my-sm-sh300 {
    margin-top: 3rem !important; }
  .mr-sm-sh300,
  .mx-sm-sh300 {
    margin-right: 3rem !important; }
  .mb-sm-sh300,
  .my-sm-sh300 {
    margin-bottom: 3rem !important; }
  .ml-sm-sh300,
  .mx-sm-sh300 {
    margin-left: 3rem !important; }
  .m-sm-lat {
    margin: 15px !important; }
  .mt-sm-lat,
  .my-sm-lat {
    margin-top: 15px !important; }
  .mr-sm-lat,
  .mx-sm-lat {
    margin-right: 15px !important; }
  .mb-sm-lat,
  .my-sm-lat {
    margin-bottom: 15px !important; }
  .ml-sm-lat,
  .mx-sm-lat {
    margin-left: 15px !important; }
  .m-sm-lat2 {
    margin: 30px !important; }
  .mt-sm-lat2,
  .my-sm-lat2 {
    margin-top: 30px !important; }
  .mr-sm-lat2,
  .mx-sm-lat2 {
    margin-right: 30px !important; }
  .mb-sm-lat2,
  .my-sm-lat2 {
    margin-bottom: 30px !important; }
  .ml-sm-lat2,
  .mx-sm-lat2 {
    margin-left: 30px !important; }
  .m-sm-c0 {
    margin: 40px !important; }
  .mt-sm-c0,
  .my-sm-c0 {
    margin-top: 40px !important; }
  .mr-sm-c0,
  .mx-sm-c0 {
    margin-right: 40px !important; }
  .mb-sm-c0,
  .my-sm-c0 {
    margin-bottom: 40px !important; }
  .ml-sm-c0,
  .mx-sm-c0 {
    margin-left: 40px !important; }
  .m-sm-c1 {
    margin: 22px !important; }
  .mt-sm-c1,
  .my-sm-c1 {
    margin-top: 22px !important; }
  .mr-sm-c1,
  .mx-sm-c1 {
    margin-right: 22px !important; }
  .mb-sm-c1,
  .my-sm-c1 {
    margin-bottom: 22px !important; }
  .ml-sm-c1,
  .mx-sm-c1 {
    margin-left: 22px !important; }
  .m-sm-c2 {
    margin: 30px !important; }
  .mt-sm-c2,
  .my-sm-c2 {
    margin-top: 30px !important; }
  .mr-sm-c2,
  .mx-sm-c2 {
    margin-right: 30px !important; }
  .mb-sm-c2,
  .my-sm-c2 {
    margin-bottom: 30px !important; }
  .ml-sm-c2,
  .mx-sm-c2 {
    margin-left: 30px !important; }
  .m-sm-c3 {
    margin: 50px !important; }
  .mt-sm-c3,
  .my-sm-c3 {
    margin-top: 50px !important; }
  .mr-sm-c3,
  .mx-sm-c3 {
    margin-right: 50px !important; }
  .mb-sm-c3,
  .my-sm-c3 {
    margin-bottom: 50px !important; }
  .ml-sm-c3,
  .mx-sm-c3 {
    margin-left: 50px !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-sh25 {
    padding: 0.25rem !important; }
  .pt-sm-sh25,
  .py-sm-sh25 {
    padding-top: 0.25rem !important; }
  .pr-sm-sh25,
  .px-sm-sh25 {
    padding-right: 0.25rem !important; }
  .pb-sm-sh25,
  .py-sm-sh25 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-sh25,
  .px-sm-sh25 {
    padding-left: 0.25rem !important; }
  .p-sm-sh50 {
    padding: 0.5rem !important; }
  .pt-sm-sh50,
  .py-sm-sh50 {
    padding-top: 0.5rem !important; }
  .pr-sm-sh50,
  .px-sm-sh50 {
    padding-right: 0.5rem !important; }
  .pb-sm-sh50,
  .py-sm-sh50 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-sh50,
  .px-sm-sh50 {
    padding-left: 0.5rem !important; }
  .p-sm-sh75 {
    padding: 0.75rem !important; }
  .pt-sm-sh75,
  .py-sm-sh75 {
    padding-top: 0.75rem !important; }
  .pr-sm-sh75,
  .px-sm-sh75 {
    padding-right: 0.75rem !important; }
  .pb-sm-sh75,
  .py-sm-sh75 {
    padding-bottom: 0.75rem !important; }
  .pl-sm-sh75,
  .px-sm-sh75 {
    padding-left: 0.75rem !important; }
  .p-sm-sh100 {
    padding: 1rem !important; }
  .pt-sm-sh100,
  .py-sm-sh100 {
    padding-top: 1rem !important; }
  .pr-sm-sh100,
  .px-sm-sh100 {
    padding-right: 1rem !important; }
  .pb-sm-sh100,
  .py-sm-sh100 {
    padding-bottom: 1rem !important; }
  .pl-sm-sh100,
  .px-sm-sh100 {
    padding-left: 1rem !important; }
  .p-sm-sh125 {
    padding: 1.25rem !important; }
  .pt-sm-sh125,
  .py-sm-sh125 {
    padding-top: 1.25rem !important; }
  .pr-sm-sh125,
  .px-sm-sh125 {
    padding-right: 1.25rem !important; }
  .pb-sm-sh125,
  .py-sm-sh125 {
    padding-bottom: 1.25rem !important; }
  .pl-sm-sh125,
  .px-sm-sh125 {
    padding-left: 1.25rem !important; }
  .p-sm-sh150 {
    padding: 1.5rem !important; }
  .pt-sm-sh150,
  .py-sm-sh150 {
    padding-top: 1.5rem !important; }
  .pr-sm-sh150,
  .px-sm-sh150 {
    padding-right: 1.5rem !important; }
  .pb-sm-sh150,
  .py-sm-sh150 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-sh150,
  .px-sm-sh150 {
    padding-left: 1.5rem !important; }
  .p-sm-sh175 {
    padding: 1.75rem !important; }
  .pt-sm-sh175,
  .py-sm-sh175 {
    padding-top: 1.75rem !important; }
  .pr-sm-sh175,
  .px-sm-sh175 {
    padding-right: 1.75rem !important; }
  .pb-sm-sh175,
  .py-sm-sh175 {
    padding-bottom: 1.75rem !important; }
  .pl-sm-sh175,
  .px-sm-sh175 {
    padding-left: 1.75rem !important; }
  .p-sm-sh200 {
    padding: 2rem !important; }
  .pt-sm-sh200,
  .py-sm-sh200 {
    padding-top: 2rem !important; }
  .pr-sm-sh200,
  .px-sm-sh200 {
    padding-right: 2rem !important; }
  .pb-sm-sh200,
  .py-sm-sh200 {
    padding-bottom: 2rem !important; }
  .pl-sm-sh200,
  .px-sm-sh200 {
    padding-left: 2rem !important; }
  .p-sm-sh300 {
    padding: 3rem !important; }
  .pt-sm-sh300,
  .py-sm-sh300 {
    padding-top: 3rem !important; }
  .pr-sm-sh300,
  .px-sm-sh300 {
    padding-right: 3rem !important; }
  .pb-sm-sh300,
  .py-sm-sh300 {
    padding-bottom: 3rem !important; }
  .pl-sm-sh300,
  .px-sm-sh300 {
    padding-left: 3rem !important; }
  .p-sm-lat {
    padding: 15px !important; }
  .pt-sm-lat,
  .py-sm-lat {
    padding-top: 15px !important; }
  .pr-sm-lat,
  .px-sm-lat {
    padding-right: 15px !important; }
  .pb-sm-lat,
  .py-sm-lat {
    padding-bottom: 15px !important; }
  .pl-sm-lat,
  .px-sm-lat {
    padding-left: 15px !important; }
  .p-sm-lat2 {
    padding: 30px !important; }
  .pt-sm-lat2,
  .py-sm-lat2 {
    padding-top: 30px !important; }
  .pr-sm-lat2,
  .px-sm-lat2 {
    padding-right: 30px !important; }
  .pb-sm-lat2,
  .py-sm-lat2 {
    padding-bottom: 30px !important; }
  .pl-sm-lat2,
  .px-sm-lat2 {
    padding-left: 30px !important; }
  .p-sm-c0 {
    padding: 40px !important; }
  .pt-sm-c0,
  .py-sm-c0 {
    padding-top: 40px !important; }
  .pr-sm-c0,
  .px-sm-c0 {
    padding-right: 40px !important; }
  .pb-sm-c0,
  .py-sm-c0 {
    padding-bottom: 40px !important; }
  .pl-sm-c0,
  .px-sm-c0 {
    padding-left: 40px !important; }
  .p-sm-c1 {
    padding: 22px !important; }
  .pt-sm-c1,
  .py-sm-c1 {
    padding-top: 22px !important; }
  .pr-sm-c1,
  .px-sm-c1 {
    padding-right: 22px !important; }
  .pb-sm-c1,
  .py-sm-c1 {
    padding-bottom: 22px !important; }
  .pl-sm-c1,
  .px-sm-c1 {
    padding-left: 22px !important; }
  .p-sm-c2 {
    padding: 30px !important; }
  .pt-sm-c2,
  .py-sm-c2 {
    padding-top: 30px !important; }
  .pr-sm-c2,
  .px-sm-c2 {
    padding-right: 30px !important; }
  .pb-sm-c2,
  .py-sm-c2 {
    padding-bottom: 30px !important; }
  .pl-sm-c2,
  .px-sm-c2 {
    padding-left: 30px !important; }
  .p-sm-c3 {
    padding: 50px !important; }
  .pt-sm-c3,
  .py-sm-c3 {
    padding-top: 50px !important; }
  .pr-sm-c3,
  .px-sm-c3 {
    padding-right: 50px !important; }
  .pb-sm-c3,
  .py-sm-c3 {
    padding-bottom: 50px !important; }
  .pl-sm-c3,
  .px-sm-c3 {
    padding-left: 50px !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-nsh25 {
    margin: -0.25rem !important; }
  .mt-sm-nsh25,
  .my-sm-nsh25 {
    margin-top: -0.25rem !important; }
  .mr-sm-nsh25,
  .mx-sm-nsh25 {
    margin-right: -0.25rem !important; }
  .mb-sm-nsh25,
  .my-sm-nsh25 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-nsh25,
  .mx-sm-nsh25 {
    margin-left: -0.25rem !important; }
  .m-sm-nsh50 {
    margin: -0.5rem !important; }
  .mt-sm-nsh50,
  .my-sm-nsh50 {
    margin-top: -0.5rem !important; }
  .mr-sm-nsh50,
  .mx-sm-nsh50 {
    margin-right: -0.5rem !important; }
  .mb-sm-nsh50,
  .my-sm-nsh50 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-nsh50,
  .mx-sm-nsh50 {
    margin-left: -0.5rem !important; }
  .m-sm-nsh75 {
    margin: -0.75rem !important; }
  .mt-sm-nsh75,
  .my-sm-nsh75 {
    margin-top: -0.75rem !important; }
  .mr-sm-nsh75,
  .mx-sm-nsh75 {
    margin-right: -0.75rem !important; }
  .mb-sm-nsh75,
  .my-sm-nsh75 {
    margin-bottom: -0.75rem !important; }
  .ml-sm-nsh75,
  .mx-sm-nsh75 {
    margin-left: -0.75rem !important; }
  .m-sm-nsh100 {
    margin: -1rem !important; }
  .mt-sm-nsh100,
  .my-sm-nsh100 {
    margin-top: -1rem !important; }
  .mr-sm-nsh100,
  .mx-sm-nsh100 {
    margin-right: -1rem !important; }
  .mb-sm-nsh100,
  .my-sm-nsh100 {
    margin-bottom: -1rem !important; }
  .ml-sm-nsh100,
  .mx-sm-nsh100 {
    margin-left: -1rem !important; }
  .m-sm-nsh125 {
    margin: -1.25rem !important; }
  .mt-sm-nsh125,
  .my-sm-nsh125 {
    margin-top: -1.25rem !important; }
  .mr-sm-nsh125,
  .mx-sm-nsh125 {
    margin-right: -1.25rem !important; }
  .mb-sm-nsh125,
  .my-sm-nsh125 {
    margin-bottom: -1.25rem !important; }
  .ml-sm-nsh125,
  .mx-sm-nsh125 {
    margin-left: -1.25rem !important; }
  .m-sm-nsh150 {
    margin: -1.5rem !important; }
  .mt-sm-nsh150,
  .my-sm-nsh150 {
    margin-top: -1.5rem !important; }
  .mr-sm-nsh150,
  .mx-sm-nsh150 {
    margin-right: -1.5rem !important; }
  .mb-sm-nsh150,
  .my-sm-nsh150 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-nsh150,
  .mx-sm-nsh150 {
    margin-left: -1.5rem !important; }
  .m-sm-nsh175 {
    margin: -1.75rem !important; }
  .mt-sm-nsh175,
  .my-sm-nsh175 {
    margin-top: -1.75rem !important; }
  .mr-sm-nsh175,
  .mx-sm-nsh175 {
    margin-right: -1.75rem !important; }
  .mb-sm-nsh175,
  .my-sm-nsh175 {
    margin-bottom: -1.75rem !important; }
  .ml-sm-nsh175,
  .mx-sm-nsh175 {
    margin-left: -1.75rem !important; }
  .m-sm-nsh200 {
    margin: -2rem !important; }
  .mt-sm-nsh200,
  .my-sm-nsh200 {
    margin-top: -2rem !important; }
  .mr-sm-nsh200,
  .mx-sm-nsh200 {
    margin-right: -2rem !important; }
  .mb-sm-nsh200,
  .my-sm-nsh200 {
    margin-bottom: -2rem !important; }
  .ml-sm-nsh200,
  .mx-sm-nsh200 {
    margin-left: -2rem !important; }
  .m-sm-nsh300 {
    margin: -3rem !important; }
  .mt-sm-nsh300,
  .my-sm-nsh300 {
    margin-top: -3rem !important; }
  .mr-sm-nsh300,
  .mx-sm-nsh300 {
    margin-right: -3rem !important; }
  .mb-sm-nsh300,
  .my-sm-nsh300 {
    margin-bottom: -3rem !important; }
  .ml-sm-nsh300,
  .mx-sm-nsh300 {
    margin-left: -3rem !important; }
  .m-sm-nlat {
    margin: -15px !important; }
  .mt-sm-nlat,
  .my-sm-nlat {
    margin-top: -15px !important; }
  .mr-sm-nlat,
  .mx-sm-nlat {
    margin-right: -15px !important; }
  .mb-sm-nlat,
  .my-sm-nlat {
    margin-bottom: -15px !important; }
  .ml-sm-nlat,
  .mx-sm-nlat {
    margin-left: -15px !important; }
  .m-sm-nlat2 {
    margin: -30px !important; }
  .mt-sm-nlat2,
  .my-sm-nlat2 {
    margin-top: -30px !important; }
  .mr-sm-nlat2,
  .mx-sm-nlat2 {
    margin-right: -30px !important; }
  .mb-sm-nlat2,
  .my-sm-nlat2 {
    margin-bottom: -30px !important; }
  .ml-sm-nlat2,
  .mx-sm-nlat2 {
    margin-left: -30px !important; }
  .m-sm-nc0 {
    margin: -40px !important; }
  .mt-sm-nc0,
  .my-sm-nc0 {
    margin-top: -40px !important; }
  .mr-sm-nc0,
  .mx-sm-nc0 {
    margin-right: -40px !important; }
  .mb-sm-nc0,
  .my-sm-nc0 {
    margin-bottom: -40px !important; }
  .ml-sm-nc0,
  .mx-sm-nc0 {
    margin-left: -40px !important; }
  .m-sm-nc1 {
    margin: -22px !important; }
  .mt-sm-nc1,
  .my-sm-nc1 {
    margin-top: -22px !important; }
  .mr-sm-nc1,
  .mx-sm-nc1 {
    margin-right: -22px !important; }
  .mb-sm-nc1,
  .my-sm-nc1 {
    margin-bottom: -22px !important; }
  .ml-sm-nc1,
  .mx-sm-nc1 {
    margin-left: -22px !important; }
  .m-sm-nc2 {
    margin: -30px !important; }
  .mt-sm-nc2,
  .my-sm-nc2 {
    margin-top: -30px !important; }
  .mr-sm-nc2,
  .mx-sm-nc2 {
    margin-right: -30px !important; }
  .mb-sm-nc2,
  .my-sm-nc2 {
    margin-bottom: -30px !important; }
  .ml-sm-nc2,
  .mx-sm-nc2 {
    margin-left: -30px !important; }
  .m-sm-nc3 {
    margin: -50px !important; }
  .mt-sm-nc3,
  .my-sm-nc3 {
    margin-top: -50px !important; }
  .mr-sm-nc3,
  .mx-sm-nc3 {
    margin-right: -50px !important; }
  .mb-sm-nc3,
  .my-sm-nc3 {
    margin-bottom: -50px !important; }
  .ml-sm-nc3,
  .mx-sm-nc3 {
    margin-left: -50px !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-sh25 {
    margin: 0.25rem !important; }
  .mt-md-sh25,
  .my-md-sh25 {
    margin-top: 0.25rem !important; }
  .mr-md-sh25,
  .mx-md-sh25 {
    margin-right: 0.25rem !important; }
  .mb-md-sh25,
  .my-md-sh25 {
    margin-bottom: 0.25rem !important; }
  .ml-md-sh25,
  .mx-md-sh25 {
    margin-left: 0.25rem !important; }
  .m-md-sh50 {
    margin: 0.5rem !important; }
  .mt-md-sh50,
  .my-md-sh50 {
    margin-top: 0.5rem !important; }
  .mr-md-sh50,
  .mx-md-sh50 {
    margin-right: 0.5rem !important; }
  .mb-md-sh50,
  .my-md-sh50 {
    margin-bottom: 0.5rem !important; }
  .ml-md-sh50,
  .mx-md-sh50 {
    margin-left: 0.5rem !important; }
  .m-md-sh75 {
    margin: 0.75rem !important; }
  .mt-md-sh75,
  .my-md-sh75 {
    margin-top: 0.75rem !important; }
  .mr-md-sh75,
  .mx-md-sh75 {
    margin-right: 0.75rem !important; }
  .mb-md-sh75,
  .my-md-sh75 {
    margin-bottom: 0.75rem !important; }
  .ml-md-sh75,
  .mx-md-sh75 {
    margin-left: 0.75rem !important; }
  .m-md-sh100 {
    margin: 1rem !important; }
  .mt-md-sh100,
  .my-md-sh100 {
    margin-top: 1rem !important; }
  .mr-md-sh100,
  .mx-md-sh100 {
    margin-right: 1rem !important; }
  .mb-md-sh100,
  .my-md-sh100 {
    margin-bottom: 1rem !important; }
  .ml-md-sh100,
  .mx-md-sh100 {
    margin-left: 1rem !important; }
  .m-md-sh125 {
    margin: 1.25rem !important; }
  .mt-md-sh125,
  .my-md-sh125 {
    margin-top: 1.25rem !important; }
  .mr-md-sh125,
  .mx-md-sh125 {
    margin-right: 1.25rem !important; }
  .mb-md-sh125,
  .my-md-sh125 {
    margin-bottom: 1.25rem !important; }
  .ml-md-sh125,
  .mx-md-sh125 {
    margin-left: 1.25rem !important; }
  .m-md-sh150 {
    margin: 1.5rem !important; }
  .mt-md-sh150,
  .my-md-sh150 {
    margin-top: 1.5rem !important; }
  .mr-md-sh150,
  .mx-md-sh150 {
    margin-right: 1.5rem !important; }
  .mb-md-sh150,
  .my-md-sh150 {
    margin-bottom: 1.5rem !important; }
  .ml-md-sh150,
  .mx-md-sh150 {
    margin-left: 1.5rem !important; }
  .m-md-sh175 {
    margin: 1.75rem !important; }
  .mt-md-sh175,
  .my-md-sh175 {
    margin-top: 1.75rem !important; }
  .mr-md-sh175,
  .mx-md-sh175 {
    margin-right: 1.75rem !important; }
  .mb-md-sh175,
  .my-md-sh175 {
    margin-bottom: 1.75rem !important; }
  .ml-md-sh175,
  .mx-md-sh175 {
    margin-left: 1.75rem !important; }
  .m-md-sh200 {
    margin: 2rem !important; }
  .mt-md-sh200,
  .my-md-sh200 {
    margin-top: 2rem !important; }
  .mr-md-sh200,
  .mx-md-sh200 {
    margin-right: 2rem !important; }
  .mb-md-sh200,
  .my-md-sh200 {
    margin-bottom: 2rem !important; }
  .ml-md-sh200,
  .mx-md-sh200 {
    margin-left: 2rem !important; }
  .m-md-sh300 {
    margin: 3rem !important; }
  .mt-md-sh300,
  .my-md-sh300 {
    margin-top: 3rem !important; }
  .mr-md-sh300,
  .mx-md-sh300 {
    margin-right: 3rem !important; }
  .mb-md-sh300,
  .my-md-sh300 {
    margin-bottom: 3rem !important; }
  .ml-md-sh300,
  .mx-md-sh300 {
    margin-left: 3rem !important; }
  .m-md-lat {
    margin: 15px !important; }
  .mt-md-lat,
  .my-md-lat {
    margin-top: 15px !important; }
  .mr-md-lat,
  .mx-md-lat {
    margin-right: 15px !important; }
  .mb-md-lat,
  .my-md-lat {
    margin-bottom: 15px !important; }
  .ml-md-lat,
  .mx-md-lat {
    margin-left: 15px !important; }
  .m-md-lat2 {
    margin: 30px !important; }
  .mt-md-lat2,
  .my-md-lat2 {
    margin-top: 30px !important; }
  .mr-md-lat2,
  .mx-md-lat2 {
    margin-right: 30px !important; }
  .mb-md-lat2,
  .my-md-lat2 {
    margin-bottom: 30px !important; }
  .ml-md-lat2,
  .mx-md-lat2 {
    margin-left: 30px !important; }
  .m-md-c0 {
    margin: 40px !important; }
  .mt-md-c0,
  .my-md-c0 {
    margin-top: 40px !important; }
  .mr-md-c0,
  .mx-md-c0 {
    margin-right: 40px !important; }
  .mb-md-c0,
  .my-md-c0 {
    margin-bottom: 40px !important; }
  .ml-md-c0,
  .mx-md-c0 {
    margin-left: 40px !important; }
  .m-md-c1 {
    margin: 22px !important; }
  .mt-md-c1,
  .my-md-c1 {
    margin-top: 22px !important; }
  .mr-md-c1,
  .mx-md-c1 {
    margin-right: 22px !important; }
  .mb-md-c1,
  .my-md-c1 {
    margin-bottom: 22px !important; }
  .ml-md-c1,
  .mx-md-c1 {
    margin-left: 22px !important; }
  .m-md-c2 {
    margin: 30px !important; }
  .mt-md-c2,
  .my-md-c2 {
    margin-top: 30px !important; }
  .mr-md-c2,
  .mx-md-c2 {
    margin-right: 30px !important; }
  .mb-md-c2,
  .my-md-c2 {
    margin-bottom: 30px !important; }
  .ml-md-c2,
  .mx-md-c2 {
    margin-left: 30px !important; }
  .m-md-c3 {
    margin: 50px !important; }
  .mt-md-c3,
  .my-md-c3 {
    margin-top: 50px !important; }
  .mr-md-c3,
  .mx-md-c3 {
    margin-right: 50px !important; }
  .mb-md-c3,
  .my-md-c3 {
    margin-bottom: 50px !important; }
  .ml-md-c3,
  .mx-md-c3 {
    margin-left: 50px !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-sh25 {
    padding: 0.25rem !important; }
  .pt-md-sh25,
  .py-md-sh25 {
    padding-top: 0.25rem !important; }
  .pr-md-sh25,
  .px-md-sh25 {
    padding-right: 0.25rem !important; }
  .pb-md-sh25,
  .py-md-sh25 {
    padding-bottom: 0.25rem !important; }
  .pl-md-sh25,
  .px-md-sh25 {
    padding-left: 0.25rem !important; }
  .p-md-sh50 {
    padding: 0.5rem !important; }
  .pt-md-sh50,
  .py-md-sh50 {
    padding-top: 0.5rem !important; }
  .pr-md-sh50,
  .px-md-sh50 {
    padding-right: 0.5rem !important; }
  .pb-md-sh50,
  .py-md-sh50 {
    padding-bottom: 0.5rem !important; }
  .pl-md-sh50,
  .px-md-sh50 {
    padding-left: 0.5rem !important; }
  .p-md-sh75 {
    padding: 0.75rem !important; }
  .pt-md-sh75,
  .py-md-sh75 {
    padding-top: 0.75rem !important; }
  .pr-md-sh75,
  .px-md-sh75 {
    padding-right: 0.75rem !important; }
  .pb-md-sh75,
  .py-md-sh75 {
    padding-bottom: 0.75rem !important; }
  .pl-md-sh75,
  .px-md-sh75 {
    padding-left: 0.75rem !important; }
  .p-md-sh100 {
    padding: 1rem !important; }
  .pt-md-sh100,
  .py-md-sh100 {
    padding-top: 1rem !important; }
  .pr-md-sh100,
  .px-md-sh100 {
    padding-right: 1rem !important; }
  .pb-md-sh100,
  .py-md-sh100 {
    padding-bottom: 1rem !important; }
  .pl-md-sh100,
  .px-md-sh100 {
    padding-left: 1rem !important; }
  .p-md-sh125 {
    padding: 1.25rem !important; }
  .pt-md-sh125,
  .py-md-sh125 {
    padding-top: 1.25rem !important; }
  .pr-md-sh125,
  .px-md-sh125 {
    padding-right: 1.25rem !important; }
  .pb-md-sh125,
  .py-md-sh125 {
    padding-bottom: 1.25rem !important; }
  .pl-md-sh125,
  .px-md-sh125 {
    padding-left: 1.25rem !important; }
  .p-md-sh150 {
    padding: 1.5rem !important; }
  .pt-md-sh150,
  .py-md-sh150 {
    padding-top: 1.5rem !important; }
  .pr-md-sh150,
  .px-md-sh150 {
    padding-right: 1.5rem !important; }
  .pb-md-sh150,
  .py-md-sh150 {
    padding-bottom: 1.5rem !important; }
  .pl-md-sh150,
  .px-md-sh150 {
    padding-left: 1.5rem !important; }
  .p-md-sh175 {
    padding: 1.75rem !important; }
  .pt-md-sh175,
  .py-md-sh175 {
    padding-top: 1.75rem !important; }
  .pr-md-sh175,
  .px-md-sh175 {
    padding-right: 1.75rem !important; }
  .pb-md-sh175,
  .py-md-sh175 {
    padding-bottom: 1.75rem !important; }
  .pl-md-sh175,
  .px-md-sh175 {
    padding-left: 1.75rem !important; }
  .p-md-sh200 {
    padding: 2rem !important; }
  .pt-md-sh200,
  .py-md-sh200 {
    padding-top: 2rem !important; }
  .pr-md-sh200,
  .px-md-sh200 {
    padding-right: 2rem !important; }
  .pb-md-sh200,
  .py-md-sh200 {
    padding-bottom: 2rem !important; }
  .pl-md-sh200,
  .px-md-sh200 {
    padding-left: 2rem !important; }
  .p-md-sh300 {
    padding: 3rem !important; }
  .pt-md-sh300,
  .py-md-sh300 {
    padding-top: 3rem !important; }
  .pr-md-sh300,
  .px-md-sh300 {
    padding-right: 3rem !important; }
  .pb-md-sh300,
  .py-md-sh300 {
    padding-bottom: 3rem !important; }
  .pl-md-sh300,
  .px-md-sh300 {
    padding-left: 3rem !important; }
  .p-md-lat {
    padding: 15px !important; }
  .pt-md-lat,
  .py-md-lat {
    padding-top: 15px !important; }
  .pr-md-lat,
  .px-md-lat {
    padding-right: 15px !important; }
  .pb-md-lat,
  .py-md-lat {
    padding-bottom: 15px !important; }
  .pl-md-lat,
  .px-md-lat {
    padding-left: 15px !important; }
  .p-md-lat2 {
    padding: 30px !important; }
  .pt-md-lat2,
  .py-md-lat2 {
    padding-top: 30px !important; }
  .pr-md-lat2,
  .px-md-lat2 {
    padding-right: 30px !important; }
  .pb-md-lat2,
  .py-md-lat2 {
    padding-bottom: 30px !important; }
  .pl-md-lat2,
  .px-md-lat2 {
    padding-left: 30px !important; }
  .p-md-c0 {
    padding: 40px !important; }
  .pt-md-c0,
  .py-md-c0 {
    padding-top: 40px !important; }
  .pr-md-c0,
  .px-md-c0 {
    padding-right: 40px !important; }
  .pb-md-c0,
  .py-md-c0 {
    padding-bottom: 40px !important; }
  .pl-md-c0,
  .px-md-c0 {
    padding-left: 40px !important; }
  .p-md-c1 {
    padding: 22px !important; }
  .pt-md-c1,
  .py-md-c1 {
    padding-top: 22px !important; }
  .pr-md-c1,
  .px-md-c1 {
    padding-right: 22px !important; }
  .pb-md-c1,
  .py-md-c1 {
    padding-bottom: 22px !important; }
  .pl-md-c1,
  .px-md-c1 {
    padding-left: 22px !important; }
  .p-md-c2 {
    padding: 30px !important; }
  .pt-md-c2,
  .py-md-c2 {
    padding-top: 30px !important; }
  .pr-md-c2,
  .px-md-c2 {
    padding-right: 30px !important; }
  .pb-md-c2,
  .py-md-c2 {
    padding-bottom: 30px !important; }
  .pl-md-c2,
  .px-md-c2 {
    padding-left: 30px !important; }
  .p-md-c3 {
    padding: 50px !important; }
  .pt-md-c3,
  .py-md-c3 {
    padding-top: 50px !important; }
  .pr-md-c3,
  .px-md-c3 {
    padding-right: 50px !important; }
  .pb-md-c3,
  .py-md-c3 {
    padding-bottom: 50px !important; }
  .pl-md-c3,
  .px-md-c3 {
    padding-left: 50px !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-nsh25 {
    margin: -0.25rem !important; }
  .mt-md-nsh25,
  .my-md-nsh25 {
    margin-top: -0.25rem !important; }
  .mr-md-nsh25,
  .mx-md-nsh25 {
    margin-right: -0.25rem !important; }
  .mb-md-nsh25,
  .my-md-nsh25 {
    margin-bottom: -0.25rem !important; }
  .ml-md-nsh25,
  .mx-md-nsh25 {
    margin-left: -0.25rem !important; }
  .m-md-nsh50 {
    margin: -0.5rem !important; }
  .mt-md-nsh50,
  .my-md-nsh50 {
    margin-top: -0.5rem !important; }
  .mr-md-nsh50,
  .mx-md-nsh50 {
    margin-right: -0.5rem !important; }
  .mb-md-nsh50,
  .my-md-nsh50 {
    margin-bottom: -0.5rem !important; }
  .ml-md-nsh50,
  .mx-md-nsh50 {
    margin-left: -0.5rem !important; }
  .m-md-nsh75 {
    margin: -0.75rem !important; }
  .mt-md-nsh75,
  .my-md-nsh75 {
    margin-top: -0.75rem !important; }
  .mr-md-nsh75,
  .mx-md-nsh75 {
    margin-right: -0.75rem !important; }
  .mb-md-nsh75,
  .my-md-nsh75 {
    margin-bottom: -0.75rem !important; }
  .ml-md-nsh75,
  .mx-md-nsh75 {
    margin-left: -0.75rem !important; }
  .m-md-nsh100 {
    margin: -1rem !important; }
  .mt-md-nsh100,
  .my-md-nsh100 {
    margin-top: -1rem !important; }
  .mr-md-nsh100,
  .mx-md-nsh100 {
    margin-right: -1rem !important; }
  .mb-md-nsh100,
  .my-md-nsh100 {
    margin-bottom: -1rem !important; }
  .ml-md-nsh100,
  .mx-md-nsh100 {
    margin-left: -1rem !important; }
  .m-md-nsh125 {
    margin: -1.25rem !important; }
  .mt-md-nsh125,
  .my-md-nsh125 {
    margin-top: -1.25rem !important; }
  .mr-md-nsh125,
  .mx-md-nsh125 {
    margin-right: -1.25rem !important; }
  .mb-md-nsh125,
  .my-md-nsh125 {
    margin-bottom: -1.25rem !important; }
  .ml-md-nsh125,
  .mx-md-nsh125 {
    margin-left: -1.25rem !important; }
  .m-md-nsh150 {
    margin: -1.5rem !important; }
  .mt-md-nsh150,
  .my-md-nsh150 {
    margin-top: -1.5rem !important; }
  .mr-md-nsh150,
  .mx-md-nsh150 {
    margin-right: -1.5rem !important; }
  .mb-md-nsh150,
  .my-md-nsh150 {
    margin-bottom: -1.5rem !important; }
  .ml-md-nsh150,
  .mx-md-nsh150 {
    margin-left: -1.5rem !important; }
  .m-md-nsh175 {
    margin: -1.75rem !important; }
  .mt-md-nsh175,
  .my-md-nsh175 {
    margin-top: -1.75rem !important; }
  .mr-md-nsh175,
  .mx-md-nsh175 {
    margin-right: -1.75rem !important; }
  .mb-md-nsh175,
  .my-md-nsh175 {
    margin-bottom: -1.75rem !important; }
  .ml-md-nsh175,
  .mx-md-nsh175 {
    margin-left: -1.75rem !important; }
  .m-md-nsh200 {
    margin: -2rem !important; }
  .mt-md-nsh200,
  .my-md-nsh200 {
    margin-top: -2rem !important; }
  .mr-md-nsh200,
  .mx-md-nsh200 {
    margin-right: -2rem !important; }
  .mb-md-nsh200,
  .my-md-nsh200 {
    margin-bottom: -2rem !important; }
  .ml-md-nsh200,
  .mx-md-nsh200 {
    margin-left: -2rem !important; }
  .m-md-nsh300 {
    margin: -3rem !important; }
  .mt-md-nsh300,
  .my-md-nsh300 {
    margin-top: -3rem !important; }
  .mr-md-nsh300,
  .mx-md-nsh300 {
    margin-right: -3rem !important; }
  .mb-md-nsh300,
  .my-md-nsh300 {
    margin-bottom: -3rem !important; }
  .ml-md-nsh300,
  .mx-md-nsh300 {
    margin-left: -3rem !important; }
  .m-md-nlat {
    margin: -15px !important; }
  .mt-md-nlat,
  .my-md-nlat {
    margin-top: -15px !important; }
  .mr-md-nlat,
  .mx-md-nlat {
    margin-right: -15px !important; }
  .mb-md-nlat,
  .my-md-nlat {
    margin-bottom: -15px !important; }
  .ml-md-nlat,
  .mx-md-nlat {
    margin-left: -15px !important; }
  .m-md-nlat2 {
    margin: -30px !important; }
  .mt-md-nlat2,
  .my-md-nlat2 {
    margin-top: -30px !important; }
  .mr-md-nlat2,
  .mx-md-nlat2 {
    margin-right: -30px !important; }
  .mb-md-nlat2,
  .my-md-nlat2 {
    margin-bottom: -30px !important; }
  .ml-md-nlat2,
  .mx-md-nlat2 {
    margin-left: -30px !important; }
  .m-md-nc0 {
    margin: -40px !important; }
  .mt-md-nc0,
  .my-md-nc0 {
    margin-top: -40px !important; }
  .mr-md-nc0,
  .mx-md-nc0 {
    margin-right: -40px !important; }
  .mb-md-nc0,
  .my-md-nc0 {
    margin-bottom: -40px !important; }
  .ml-md-nc0,
  .mx-md-nc0 {
    margin-left: -40px !important; }
  .m-md-nc1 {
    margin: -22px !important; }
  .mt-md-nc1,
  .my-md-nc1 {
    margin-top: -22px !important; }
  .mr-md-nc1,
  .mx-md-nc1 {
    margin-right: -22px !important; }
  .mb-md-nc1,
  .my-md-nc1 {
    margin-bottom: -22px !important; }
  .ml-md-nc1,
  .mx-md-nc1 {
    margin-left: -22px !important; }
  .m-md-nc2 {
    margin: -30px !important; }
  .mt-md-nc2,
  .my-md-nc2 {
    margin-top: -30px !important; }
  .mr-md-nc2,
  .mx-md-nc2 {
    margin-right: -30px !important; }
  .mb-md-nc2,
  .my-md-nc2 {
    margin-bottom: -30px !important; }
  .ml-md-nc2,
  .mx-md-nc2 {
    margin-left: -30px !important; }
  .m-md-nc3 {
    margin: -50px !important; }
  .mt-md-nc3,
  .my-md-nc3 {
    margin-top: -50px !important; }
  .mr-md-nc3,
  .mx-md-nc3 {
    margin-right: -50px !important; }
  .mb-md-nc3,
  .my-md-nc3 {
    margin-bottom: -50px !important; }
  .ml-md-nc3,
  .mx-md-nc3 {
    margin-left: -50px !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-sh25 {
    margin: 0.25rem !important; }
  .mt-lg-sh25,
  .my-lg-sh25 {
    margin-top: 0.25rem !important; }
  .mr-lg-sh25,
  .mx-lg-sh25 {
    margin-right: 0.25rem !important; }
  .mb-lg-sh25,
  .my-lg-sh25 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-sh25,
  .mx-lg-sh25 {
    margin-left: 0.25rem !important; }
  .m-lg-sh50 {
    margin: 0.5rem !important; }
  .mt-lg-sh50,
  .my-lg-sh50 {
    margin-top: 0.5rem !important; }
  .mr-lg-sh50,
  .mx-lg-sh50 {
    margin-right: 0.5rem !important; }
  .mb-lg-sh50,
  .my-lg-sh50 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-sh50,
  .mx-lg-sh50 {
    margin-left: 0.5rem !important; }
  .m-lg-sh75 {
    margin: 0.75rem !important; }
  .mt-lg-sh75,
  .my-lg-sh75 {
    margin-top: 0.75rem !important; }
  .mr-lg-sh75,
  .mx-lg-sh75 {
    margin-right: 0.75rem !important; }
  .mb-lg-sh75,
  .my-lg-sh75 {
    margin-bottom: 0.75rem !important; }
  .ml-lg-sh75,
  .mx-lg-sh75 {
    margin-left: 0.75rem !important; }
  .m-lg-sh100 {
    margin: 1rem !important; }
  .mt-lg-sh100,
  .my-lg-sh100 {
    margin-top: 1rem !important; }
  .mr-lg-sh100,
  .mx-lg-sh100 {
    margin-right: 1rem !important; }
  .mb-lg-sh100,
  .my-lg-sh100 {
    margin-bottom: 1rem !important; }
  .ml-lg-sh100,
  .mx-lg-sh100 {
    margin-left: 1rem !important; }
  .m-lg-sh125 {
    margin: 1.25rem !important; }
  .mt-lg-sh125,
  .my-lg-sh125 {
    margin-top: 1.25rem !important; }
  .mr-lg-sh125,
  .mx-lg-sh125 {
    margin-right: 1.25rem !important; }
  .mb-lg-sh125,
  .my-lg-sh125 {
    margin-bottom: 1.25rem !important; }
  .ml-lg-sh125,
  .mx-lg-sh125 {
    margin-left: 1.25rem !important; }
  .m-lg-sh150 {
    margin: 1.5rem !important; }
  .mt-lg-sh150,
  .my-lg-sh150 {
    margin-top: 1.5rem !important; }
  .mr-lg-sh150,
  .mx-lg-sh150 {
    margin-right: 1.5rem !important; }
  .mb-lg-sh150,
  .my-lg-sh150 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-sh150,
  .mx-lg-sh150 {
    margin-left: 1.5rem !important; }
  .m-lg-sh175 {
    margin: 1.75rem !important; }
  .mt-lg-sh175,
  .my-lg-sh175 {
    margin-top: 1.75rem !important; }
  .mr-lg-sh175,
  .mx-lg-sh175 {
    margin-right: 1.75rem !important; }
  .mb-lg-sh175,
  .my-lg-sh175 {
    margin-bottom: 1.75rem !important; }
  .ml-lg-sh175,
  .mx-lg-sh175 {
    margin-left: 1.75rem !important; }
  .m-lg-sh200 {
    margin: 2rem !important; }
  .mt-lg-sh200,
  .my-lg-sh200 {
    margin-top: 2rem !important; }
  .mr-lg-sh200,
  .mx-lg-sh200 {
    margin-right: 2rem !important; }
  .mb-lg-sh200,
  .my-lg-sh200 {
    margin-bottom: 2rem !important; }
  .ml-lg-sh200,
  .mx-lg-sh200 {
    margin-left: 2rem !important; }
  .m-lg-sh300 {
    margin: 3rem !important; }
  .mt-lg-sh300,
  .my-lg-sh300 {
    margin-top: 3rem !important; }
  .mr-lg-sh300,
  .mx-lg-sh300 {
    margin-right: 3rem !important; }
  .mb-lg-sh300,
  .my-lg-sh300 {
    margin-bottom: 3rem !important; }
  .ml-lg-sh300,
  .mx-lg-sh300 {
    margin-left: 3rem !important; }
  .m-lg-lat {
    margin: 15px !important; }
  .mt-lg-lat,
  .my-lg-lat {
    margin-top: 15px !important; }
  .mr-lg-lat,
  .mx-lg-lat {
    margin-right: 15px !important; }
  .mb-lg-lat,
  .my-lg-lat {
    margin-bottom: 15px !important; }
  .ml-lg-lat,
  .mx-lg-lat {
    margin-left: 15px !important; }
  .m-lg-lat2 {
    margin: 30px !important; }
  .mt-lg-lat2,
  .my-lg-lat2 {
    margin-top: 30px !important; }
  .mr-lg-lat2,
  .mx-lg-lat2 {
    margin-right: 30px !important; }
  .mb-lg-lat2,
  .my-lg-lat2 {
    margin-bottom: 30px !important; }
  .ml-lg-lat2,
  .mx-lg-lat2 {
    margin-left: 30px !important; }
  .m-lg-c0 {
    margin: 40px !important; }
  .mt-lg-c0,
  .my-lg-c0 {
    margin-top: 40px !important; }
  .mr-lg-c0,
  .mx-lg-c0 {
    margin-right: 40px !important; }
  .mb-lg-c0,
  .my-lg-c0 {
    margin-bottom: 40px !important; }
  .ml-lg-c0,
  .mx-lg-c0 {
    margin-left: 40px !important; }
  .m-lg-c1 {
    margin: 22px !important; }
  .mt-lg-c1,
  .my-lg-c1 {
    margin-top: 22px !important; }
  .mr-lg-c1,
  .mx-lg-c1 {
    margin-right: 22px !important; }
  .mb-lg-c1,
  .my-lg-c1 {
    margin-bottom: 22px !important; }
  .ml-lg-c1,
  .mx-lg-c1 {
    margin-left: 22px !important; }
  .m-lg-c2 {
    margin: 30px !important; }
  .mt-lg-c2,
  .my-lg-c2 {
    margin-top: 30px !important; }
  .mr-lg-c2,
  .mx-lg-c2 {
    margin-right: 30px !important; }
  .mb-lg-c2,
  .my-lg-c2 {
    margin-bottom: 30px !important; }
  .ml-lg-c2,
  .mx-lg-c2 {
    margin-left: 30px !important; }
  .m-lg-c3 {
    margin: 50px !important; }
  .mt-lg-c3,
  .my-lg-c3 {
    margin-top: 50px !important; }
  .mr-lg-c3,
  .mx-lg-c3 {
    margin-right: 50px !important; }
  .mb-lg-c3,
  .my-lg-c3 {
    margin-bottom: 50px !important; }
  .ml-lg-c3,
  .mx-lg-c3 {
    margin-left: 50px !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-sh25 {
    padding: 0.25rem !important; }
  .pt-lg-sh25,
  .py-lg-sh25 {
    padding-top: 0.25rem !important; }
  .pr-lg-sh25,
  .px-lg-sh25 {
    padding-right: 0.25rem !important; }
  .pb-lg-sh25,
  .py-lg-sh25 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-sh25,
  .px-lg-sh25 {
    padding-left: 0.25rem !important; }
  .p-lg-sh50 {
    padding: 0.5rem !important; }
  .pt-lg-sh50,
  .py-lg-sh50 {
    padding-top: 0.5rem !important; }
  .pr-lg-sh50,
  .px-lg-sh50 {
    padding-right: 0.5rem !important; }
  .pb-lg-sh50,
  .py-lg-sh50 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-sh50,
  .px-lg-sh50 {
    padding-left: 0.5rem !important; }
  .p-lg-sh75 {
    padding: 0.75rem !important; }
  .pt-lg-sh75,
  .py-lg-sh75 {
    padding-top: 0.75rem !important; }
  .pr-lg-sh75,
  .px-lg-sh75 {
    padding-right: 0.75rem !important; }
  .pb-lg-sh75,
  .py-lg-sh75 {
    padding-bottom: 0.75rem !important; }
  .pl-lg-sh75,
  .px-lg-sh75 {
    padding-left: 0.75rem !important; }
  .p-lg-sh100 {
    padding: 1rem !important; }
  .pt-lg-sh100,
  .py-lg-sh100 {
    padding-top: 1rem !important; }
  .pr-lg-sh100,
  .px-lg-sh100 {
    padding-right: 1rem !important; }
  .pb-lg-sh100,
  .py-lg-sh100 {
    padding-bottom: 1rem !important; }
  .pl-lg-sh100,
  .px-lg-sh100 {
    padding-left: 1rem !important; }
  .p-lg-sh125 {
    padding: 1.25rem !important; }
  .pt-lg-sh125,
  .py-lg-sh125 {
    padding-top: 1.25rem !important; }
  .pr-lg-sh125,
  .px-lg-sh125 {
    padding-right: 1.25rem !important; }
  .pb-lg-sh125,
  .py-lg-sh125 {
    padding-bottom: 1.25rem !important; }
  .pl-lg-sh125,
  .px-lg-sh125 {
    padding-left: 1.25rem !important; }
  .p-lg-sh150 {
    padding: 1.5rem !important; }
  .pt-lg-sh150,
  .py-lg-sh150 {
    padding-top: 1.5rem !important; }
  .pr-lg-sh150,
  .px-lg-sh150 {
    padding-right: 1.5rem !important; }
  .pb-lg-sh150,
  .py-lg-sh150 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-sh150,
  .px-lg-sh150 {
    padding-left: 1.5rem !important; }
  .p-lg-sh175 {
    padding: 1.75rem !important; }
  .pt-lg-sh175,
  .py-lg-sh175 {
    padding-top: 1.75rem !important; }
  .pr-lg-sh175,
  .px-lg-sh175 {
    padding-right: 1.75rem !important; }
  .pb-lg-sh175,
  .py-lg-sh175 {
    padding-bottom: 1.75rem !important; }
  .pl-lg-sh175,
  .px-lg-sh175 {
    padding-left: 1.75rem !important; }
  .p-lg-sh200 {
    padding: 2rem !important; }
  .pt-lg-sh200,
  .py-lg-sh200 {
    padding-top: 2rem !important; }
  .pr-lg-sh200,
  .px-lg-sh200 {
    padding-right: 2rem !important; }
  .pb-lg-sh200,
  .py-lg-sh200 {
    padding-bottom: 2rem !important; }
  .pl-lg-sh200,
  .px-lg-sh200 {
    padding-left: 2rem !important; }
  .p-lg-sh300 {
    padding: 3rem !important; }
  .pt-lg-sh300,
  .py-lg-sh300 {
    padding-top: 3rem !important; }
  .pr-lg-sh300,
  .px-lg-sh300 {
    padding-right: 3rem !important; }
  .pb-lg-sh300,
  .py-lg-sh300 {
    padding-bottom: 3rem !important; }
  .pl-lg-sh300,
  .px-lg-sh300 {
    padding-left: 3rem !important; }
  .p-lg-lat {
    padding: 15px !important; }
  .pt-lg-lat,
  .py-lg-lat {
    padding-top: 15px !important; }
  .pr-lg-lat,
  .px-lg-lat {
    padding-right: 15px !important; }
  .pb-lg-lat,
  .py-lg-lat {
    padding-bottom: 15px !important; }
  .pl-lg-lat,
  .px-lg-lat {
    padding-left: 15px !important; }
  .p-lg-lat2 {
    padding: 30px !important; }
  .pt-lg-lat2,
  .py-lg-lat2 {
    padding-top: 30px !important; }
  .pr-lg-lat2,
  .px-lg-lat2 {
    padding-right: 30px !important; }
  .pb-lg-lat2,
  .py-lg-lat2 {
    padding-bottom: 30px !important; }
  .pl-lg-lat2,
  .px-lg-lat2 {
    padding-left: 30px !important; }
  .p-lg-c0 {
    padding: 40px !important; }
  .pt-lg-c0,
  .py-lg-c0 {
    padding-top: 40px !important; }
  .pr-lg-c0,
  .px-lg-c0 {
    padding-right: 40px !important; }
  .pb-lg-c0,
  .py-lg-c0 {
    padding-bottom: 40px !important; }
  .pl-lg-c0,
  .px-lg-c0 {
    padding-left: 40px !important; }
  .p-lg-c1 {
    padding: 22px !important; }
  .pt-lg-c1,
  .py-lg-c1 {
    padding-top: 22px !important; }
  .pr-lg-c1,
  .px-lg-c1 {
    padding-right: 22px !important; }
  .pb-lg-c1,
  .py-lg-c1 {
    padding-bottom: 22px !important; }
  .pl-lg-c1,
  .px-lg-c1 {
    padding-left: 22px !important; }
  .p-lg-c2 {
    padding: 30px !important; }
  .pt-lg-c2,
  .py-lg-c2 {
    padding-top: 30px !important; }
  .pr-lg-c2,
  .px-lg-c2 {
    padding-right: 30px !important; }
  .pb-lg-c2,
  .py-lg-c2 {
    padding-bottom: 30px !important; }
  .pl-lg-c2,
  .px-lg-c2 {
    padding-left: 30px !important; }
  .p-lg-c3 {
    padding: 50px !important; }
  .pt-lg-c3,
  .py-lg-c3 {
    padding-top: 50px !important; }
  .pr-lg-c3,
  .px-lg-c3 {
    padding-right: 50px !important; }
  .pb-lg-c3,
  .py-lg-c3 {
    padding-bottom: 50px !important; }
  .pl-lg-c3,
  .px-lg-c3 {
    padding-left: 50px !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-nsh25 {
    margin: -0.25rem !important; }
  .mt-lg-nsh25,
  .my-lg-nsh25 {
    margin-top: -0.25rem !important; }
  .mr-lg-nsh25,
  .mx-lg-nsh25 {
    margin-right: -0.25rem !important; }
  .mb-lg-nsh25,
  .my-lg-nsh25 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-nsh25,
  .mx-lg-nsh25 {
    margin-left: -0.25rem !important; }
  .m-lg-nsh50 {
    margin: -0.5rem !important; }
  .mt-lg-nsh50,
  .my-lg-nsh50 {
    margin-top: -0.5rem !important; }
  .mr-lg-nsh50,
  .mx-lg-nsh50 {
    margin-right: -0.5rem !important; }
  .mb-lg-nsh50,
  .my-lg-nsh50 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-nsh50,
  .mx-lg-nsh50 {
    margin-left: -0.5rem !important; }
  .m-lg-nsh75 {
    margin: -0.75rem !important; }
  .mt-lg-nsh75,
  .my-lg-nsh75 {
    margin-top: -0.75rem !important; }
  .mr-lg-nsh75,
  .mx-lg-nsh75 {
    margin-right: -0.75rem !important; }
  .mb-lg-nsh75,
  .my-lg-nsh75 {
    margin-bottom: -0.75rem !important; }
  .ml-lg-nsh75,
  .mx-lg-nsh75 {
    margin-left: -0.75rem !important; }
  .m-lg-nsh100 {
    margin: -1rem !important; }
  .mt-lg-nsh100,
  .my-lg-nsh100 {
    margin-top: -1rem !important; }
  .mr-lg-nsh100,
  .mx-lg-nsh100 {
    margin-right: -1rem !important; }
  .mb-lg-nsh100,
  .my-lg-nsh100 {
    margin-bottom: -1rem !important; }
  .ml-lg-nsh100,
  .mx-lg-nsh100 {
    margin-left: -1rem !important; }
  .m-lg-nsh125 {
    margin: -1.25rem !important; }
  .mt-lg-nsh125,
  .my-lg-nsh125 {
    margin-top: -1.25rem !important; }
  .mr-lg-nsh125,
  .mx-lg-nsh125 {
    margin-right: -1.25rem !important; }
  .mb-lg-nsh125,
  .my-lg-nsh125 {
    margin-bottom: -1.25rem !important; }
  .ml-lg-nsh125,
  .mx-lg-nsh125 {
    margin-left: -1.25rem !important; }
  .m-lg-nsh150 {
    margin: -1.5rem !important; }
  .mt-lg-nsh150,
  .my-lg-nsh150 {
    margin-top: -1.5rem !important; }
  .mr-lg-nsh150,
  .mx-lg-nsh150 {
    margin-right: -1.5rem !important; }
  .mb-lg-nsh150,
  .my-lg-nsh150 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-nsh150,
  .mx-lg-nsh150 {
    margin-left: -1.5rem !important; }
  .m-lg-nsh175 {
    margin: -1.75rem !important; }
  .mt-lg-nsh175,
  .my-lg-nsh175 {
    margin-top: -1.75rem !important; }
  .mr-lg-nsh175,
  .mx-lg-nsh175 {
    margin-right: -1.75rem !important; }
  .mb-lg-nsh175,
  .my-lg-nsh175 {
    margin-bottom: -1.75rem !important; }
  .ml-lg-nsh175,
  .mx-lg-nsh175 {
    margin-left: -1.75rem !important; }
  .m-lg-nsh200 {
    margin: -2rem !important; }
  .mt-lg-nsh200,
  .my-lg-nsh200 {
    margin-top: -2rem !important; }
  .mr-lg-nsh200,
  .mx-lg-nsh200 {
    margin-right: -2rem !important; }
  .mb-lg-nsh200,
  .my-lg-nsh200 {
    margin-bottom: -2rem !important; }
  .ml-lg-nsh200,
  .mx-lg-nsh200 {
    margin-left: -2rem !important; }
  .m-lg-nsh300 {
    margin: -3rem !important; }
  .mt-lg-nsh300,
  .my-lg-nsh300 {
    margin-top: -3rem !important; }
  .mr-lg-nsh300,
  .mx-lg-nsh300 {
    margin-right: -3rem !important; }
  .mb-lg-nsh300,
  .my-lg-nsh300 {
    margin-bottom: -3rem !important; }
  .ml-lg-nsh300,
  .mx-lg-nsh300 {
    margin-left: -3rem !important; }
  .m-lg-nlat {
    margin: -15px !important; }
  .mt-lg-nlat,
  .my-lg-nlat {
    margin-top: -15px !important; }
  .mr-lg-nlat,
  .mx-lg-nlat {
    margin-right: -15px !important; }
  .mb-lg-nlat,
  .my-lg-nlat {
    margin-bottom: -15px !important; }
  .ml-lg-nlat,
  .mx-lg-nlat {
    margin-left: -15px !important; }
  .m-lg-nlat2 {
    margin: -30px !important; }
  .mt-lg-nlat2,
  .my-lg-nlat2 {
    margin-top: -30px !important; }
  .mr-lg-nlat2,
  .mx-lg-nlat2 {
    margin-right: -30px !important; }
  .mb-lg-nlat2,
  .my-lg-nlat2 {
    margin-bottom: -30px !important; }
  .ml-lg-nlat2,
  .mx-lg-nlat2 {
    margin-left: -30px !important; }
  .m-lg-nc0 {
    margin: -40px !important; }
  .mt-lg-nc0,
  .my-lg-nc0 {
    margin-top: -40px !important; }
  .mr-lg-nc0,
  .mx-lg-nc0 {
    margin-right: -40px !important; }
  .mb-lg-nc0,
  .my-lg-nc0 {
    margin-bottom: -40px !important; }
  .ml-lg-nc0,
  .mx-lg-nc0 {
    margin-left: -40px !important; }
  .m-lg-nc1 {
    margin: -22px !important; }
  .mt-lg-nc1,
  .my-lg-nc1 {
    margin-top: -22px !important; }
  .mr-lg-nc1,
  .mx-lg-nc1 {
    margin-right: -22px !important; }
  .mb-lg-nc1,
  .my-lg-nc1 {
    margin-bottom: -22px !important; }
  .ml-lg-nc1,
  .mx-lg-nc1 {
    margin-left: -22px !important; }
  .m-lg-nc2 {
    margin: -30px !important; }
  .mt-lg-nc2,
  .my-lg-nc2 {
    margin-top: -30px !important; }
  .mr-lg-nc2,
  .mx-lg-nc2 {
    margin-right: -30px !important; }
  .mb-lg-nc2,
  .my-lg-nc2 {
    margin-bottom: -30px !important; }
  .ml-lg-nc2,
  .mx-lg-nc2 {
    margin-left: -30px !important; }
  .m-lg-nc3 {
    margin: -50px !important; }
  .mt-lg-nc3,
  .my-lg-nc3 {
    margin-top: -50px !important; }
  .mr-lg-nc3,
  .mx-lg-nc3 {
    margin-right: -50px !important; }
  .mb-lg-nc3,
  .my-lg-nc3 {
    margin-bottom: -50px !important; }
  .ml-lg-nc3,
  .mx-lg-nc3 {
    margin-left: -50px !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-sh25 {
    margin: 0.25rem !important; }
  .mt-xl-sh25,
  .my-xl-sh25 {
    margin-top: 0.25rem !important; }
  .mr-xl-sh25,
  .mx-xl-sh25 {
    margin-right: 0.25rem !important; }
  .mb-xl-sh25,
  .my-xl-sh25 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-sh25,
  .mx-xl-sh25 {
    margin-left: 0.25rem !important; }
  .m-xl-sh50 {
    margin: 0.5rem !important; }
  .mt-xl-sh50,
  .my-xl-sh50 {
    margin-top: 0.5rem !important; }
  .mr-xl-sh50,
  .mx-xl-sh50 {
    margin-right: 0.5rem !important; }
  .mb-xl-sh50,
  .my-xl-sh50 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-sh50,
  .mx-xl-sh50 {
    margin-left: 0.5rem !important; }
  .m-xl-sh75 {
    margin: 0.75rem !important; }
  .mt-xl-sh75,
  .my-xl-sh75 {
    margin-top: 0.75rem !important; }
  .mr-xl-sh75,
  .mx-xl-sh75 {
    margin-right: 0.75rem !important; }
  .mb-xl-sh75,
  .my-xl-sh75 {
    margin-bottom: 0.75rem !important; }
  .ml-xl-sh75,
  .mx-xl-sh75 {
    margin-left: 0.75rem !important; }
  .m-xl-sh100 {
    margin: 1rem !important; }
  .mt-xl-sh100,
  .my-xl-sh100 {
    margin-top: 1rem !important; }
  .mr-xl-sh100,
  .mx-xl-sh100 {
    margin-right: 1rem !important; }
  .mb-xl-sh100,
  .my-xl-sh100 {
    margin-bottom: 1rem !important; }
  .ml-xl-sh100,
  .mx-xl-sh100 {
    margin-left: 1rem !important; }
  .m-xl-sh125 {
    margin: 1.25rem !important; }
  .mt-xl-sh125,
  .my-xl-sh125 {
    margin-top: 1.25rem !important; }
  .mr-xl-sh125,
  .mx-xl-sh125 {
    margin-right: 1.25rem !important; }
  .mb-xl-sh125,
  .my-xl-sh125 {
    margin-bottom: 1.25rem !important; }
  .ml-xl-sh125,
  .mx-xl-sh125 {
    margin-left: 1.25rem !important; }
  .m-xl-sh150 {
    margin: 1.5rem !important; }
  .mt-xl-sh150,
  .my-xl-sh150 {
    margin-top: 1.5rem !important; }
  .mr-xl-sh150,
  .mx-xl-sh150 {
    margin-right: 1.5rem !important; }
  .mb-xl-sh150,
  .my-xl-sh150 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-sh150,
  .mx-xl-sh150 {
    margin-left: 1.5rem !important; }
  .m-xl-sh175 {
    margin: 1.75rem !important; }
  .mt-xl-sh175,
  .my-xl-sh175 {
    margin-top: 1.75rem !important; }
  .mr-xl-sh175,
  .mx-xl-sh175 {
    margin-right: 1.75rem !important; }
  .mb-xl-sh175,
  .my-xl-sh175 {
    margin-bottom: 1.75rem !important; }
  .ml-xl-sh175,
  .mx-xl-sh175 {
    margin-left: 1.75rem !important; }
  .m-xl-sh200 {
    margin: 2rem !important; }
  .mt-xl-sh200,
  .my-xl-sh200 {
    margin-top: 2rem !important; }
  .mr-xl-sh200,
  .mx-xl-sh200 {
    margin-right: 2rem !important; }
  .mb-xl-sh200,
  .my-xl-sh200 {
    margin-bottom: 2rem !important; }
  .ml-xl-sh200,
  .mx-xl-sh200 {
    margin-left: 2rem !important; }
  .m-xl-sh300 {
    margin: 3rem !important; }
  .mt-xl-sh300,
  .my-xl-sh300 {
    margin-top: 3rem !important; }
  .mr-xl-sh300,
  .mx-xl-sh300 {
    margin-right: 3rem !important; }
  .mb-xl-sh300,
  .my-xl-sh300 {
    margin-bottom: 3rem !important; }
  .ml-xl-sh300,
  .mx-xl-sh300 {
    margin-left: 3rem !important; }
  .m-xl-lat {
    margin: 15px !important; }
  .mt-xl-lat,
  .my-xl-lat {
    margin-top: 15px !important; }
  .mr-xl-lat,
  .mx-xl-lat {
    margin-right: 15px !important; }
  .mb-xl-lat,
  .my-xl-lat {
    margin-bottom: 15px !important; }
  .ml-xl-lat,
  .mx-xl-lat {
    margin-left: 15px !important; }
  .m-xl-lat2 {
    margin: 30px !important; }
  .mt-xl-lat2,
  .my-xl-lat2 {
    margin-top: 30px !important; }
  .mr-xl-lat2,
  .mx-xl-lat2 {
    margin-right: 30px !important; }
  .mb-xl-lat2,
  .my-xl-lat2 {
    margin-bottom: 30px !important; }
  .ml-xl-lat2,
  .mx-xl-lat2 {
    margin-left: 30px !important; }
  .m-xl-c0 {
    margin: 40px !important; }
  .mt-xl-c0,
  .my-xl-c0 {
    margin-top: 40px !important; }
  .mr-xl-c0,
  .mx-xl-c0 {
    margin-right: 40px !important; }
  .mb-xl-c0,
  .my-xl-c0 {
    margin-bottom: 40px !important; }
  .ml-xl-c0,
  .mx-xl-c0 {
    margin-left: 40px !important; }
  .m-xl-c1 {
    margin: 22px !important; }
  .mt-xl-c1,
  .my-xl-c1 {
    margin-top: 22px !important; }
  .mr-xl-c1,
  .mx-xl-c1 {
    margin-right: 22px !important; }
  .mb-xl-c1,
  .my-xl-c1 {
    margin-bottom: 22px !important; }
  .ml-xl-c1,
  .mx-xl-c1 {
    margin-left: 22px !important; }
  .m-xl-c2 {
    margin: 30px !important; }
  .mt-xl-c2,
  .my-xl-c2 {
    margin-top: 30px !important; }
  .mr-xl-c2,
  .mx-xl-c2 {
    margin-right: 30px !important; }
  .mb-xl-c2,
  .my-xl-c2 {
    margin-bottom: 30px !important; }
  .ml-xl-c2,
  .mx-xl-c2 {
    margin-left: 30px !important; }
  .m-xl-c3 {
    margin: 50px !important; }
  .mt-xl-c3,
  .my-xl-c3 {
    margin-top: 50px !important; }
  .mr-xl-c3,
  .mx-xl-c3 {
    margin-right: 50px !important; }
  .mb-xl-c3,
  .my-xl-c3 {
    margin-bottom: 50px !important; }
  .ml-xl-c3,
  .mx-xl-c3 {
    margin-left: 50px !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-sh25 {
    padding: 0.25rem !important; }
  .pt-xl-sh25,
  .py-xl-sh25 {
    padding-top: 0.25rem !important; }
  .pr-xl-sh25,
  .px-xl-sh25 {
    padding-right: 0.25rem !important; }
  .pb-xl-sh25,
  .py-xl-sh25 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-sh25,
  .px-xl-sh25 {
    padding-left: 0.25rem !important; }
  .p-xl-sh50 {
    padding: 0.5rem !important; }
  .pt-xl-sh50,
  .py-xl-sh50 {
    padding-top: 0.5rem !important; }
  .pr-xl-sh50,
  .px-xl-sh50 {
    padding-right: 0.5rem !important; }
  .pb-xl-sh50,
  .py-xl-sh50 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-sh50,
  .px-xl-sh50 {
    padding-left: 0.5rem !important; }
  .p-xl-sh75 {
    padding: 0.75rem !important; }
  .pt-xl-sh75,
  .py-xl-sh75 {
    padding-top: 0.75rem !important; }
  .pr-xl-sh75,
  .px-xl-sh75 {
    padding-right: 0.75rem !important; }
  .pb-xl-sh75,
  .py-xl-sh75 {
    padding-bottom: 0.75rem !important; }
  .pl-xl-sh75,
  .px-xl-sh75 {
    padding-left: 0.75rem !important; }
  .p-xl-sh100 {
    padding: 1rem !important; }
  .pt-xl-sh100,
  .py-xl-sh100 {
    padding-top: 1rem !important; }
  .pr-xl-sh100,
  .px-xl-sh100 {
    padding-right: 1rem !important; }
  .pb-xl-sh100,
  .py-xl-sh100 {
    padding-bottom: 1rem !important; }
  .pl-xl-sh100,
  .px-xl-sh100 {
    padding-left: 1rem !important; }
  .p-xl-sh125 {
    padding: 1.25rem !important; }
  .pt-xl-sh125,
  .py-xl-sh125 {
    padding-top: 1.25rem !important; }
  .pr-xl-sh125,
  .px-xl-sh125 {
    padding-right: 1.25rem !important; }
  .pb-xl-sh125,
  .py-xl-sh125 {
    padding-bottom: 1.25rem !important; }
  .pl-xl-sh125,
  .px-xl-sh125 {
    padding-left: 1.25rem !important; }
  .p-xl-sh150 {
    padding: 1.5rem !important; }
  .pt-xl-sh150,
  .py-xl-sh150 {
    padding-top: 1.5rem !important; }
  .pr-xl-sh150,
  .px-xl-sh150 {
    padding-right: 1.5rem !important; }
  .pb-xl-sh150,
  .py-xl-sh150 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-sh150,
  .px-xl-sh150 {
    padding-left: 1.5rem !important; }
  .p-xl-sh175 {
    padding: 1.75rem !important; }
  .pt-xl-sh175,
  .py-xl-sh175 {
    padding-top: 1.75rem !important; }
  .pr-xl-sh175,
  .px-xl-sh175 {
    padding-right: 1.75rem !important; }
  .pb-xl-sh175,
  .py-xl-sh175 {
    padding-bottom: 1.75rem !important; }
  .pl-xl-sh175,
  .px-xl-sh175 {
    padding-left: 1.75rem !important; }
  .p-xl-sh200 {
    padding: 2rem !important; }
  .pt-xl-sh200,
  .py-xl-sh200 {
    padding-top: 2rem !important; }
  .pr-xl-sh200,
  .px-xl-sh200 {
    padding-right: 2rem !important; }
  .pb-xl-sh200,
  .py-xl-sh200 {
    padding-bottom: 2rem !important; }
  .pl-xl-sh200,
  .px-xl-sh200 {
    padding-left: 2rem !important; }
  .p-xl-sh300 {
    padding: 3rem !important; }
  .pt-xl-sh300,
  .py-xl-sh300 {
    padding-top: 3rem !important; }
  .pr-xl-sh300,
  .px-xl-sh300 {
    padding-right: 3rem !important; }
  .pb-xl-sh300,
  .py-xl-sh300 {
    padding-bottom: 3rem !important; }
  .pl-xl-sh300,
  .px-xl-sh300 {
    padding-left: 3rem !important; }
  .p-xl-lat {
    padding: 15px !important; }
  .pt-xl-lat,
  .py-xl-lat {
    padding-top: 15px !important; }
  .pr-xl-lat,
  .px-xl-lat {
    padding-right: 15px !important; }
  .pb-xl-lat,
  .py-xl-lat {
    padding-bottom: 15px !important; }
  .pl-xl-lat,
  .px-xl-lat {
    padding-left: 15px !important; }
  .p-xl-lat2 {
    padding: 30px !important; }
  .pt-xl-lat2,
  .py-xl-lat2 {
    padding-top: 30px !important; }
  .pr-xl-lat2,
  .px-xl-lat2 {
    padding-right: 30px !important; }
  .pb-xl-lat2,
  .py-xl-lat2 {
    padding-bottom: 30px !important; }
  .pl-xl-lat2,
  .px-xl-lat2 {
    padding-left: 30px !important; }
  .p-xl-c0 {
    padding: 40px !important; }
  .pt-xl-c0,
  .py-xl-c0 {
    padding-top: 40px !important; }
  .pr-xl-c0,
  .px-xl-c0 {
    padding-right: 40px !important; }
  .pb-xl-c0,
  .py-xl-c0 {
    padding-bottom: 40px !important; }
  .pl-xl-c0,
  .px-xl-c0 {
    padding-left: 40px !important; }
  .p-xl-c1 {
    padding: 22px !important; }
  .pt-xl-c1,
  .py-xl-c1 {
    padding-top: 22px !important; }
  .pr-xl-c1,
  .px-xl-c1 {
    padding-right: 22px !important; }
  .pb-xl-c1,
  .py-xl-c1 {
    padding-bottom: 22px !important; }
  .pl-xl-c1,
  .px-xl-c1 {
    padding-left: 22px !important; }
  .p-xl-c2 {
    padding: 30px !important; }
  .pt-xl-c2,
  .py-xl-c2 {
    padding-top: 30px !important; }
  .pr-xl-c2,
  .px-xl-c2 {
    padding-right: 30px !important; }
  .pb-xl-c2,
  .py-xl-c2 {
    padding-bottom: 30px !important; }
  .pl-xl-c2,
  .px-xl-c2 {
    padding-left: 30px !important; }
  .p-xl-c3 {
    padding: 50px !important; }
  .pt-xl-c3,
  .py-xl-c3 {
    padding-top: 50px !important; }
  .pr-xl-c3,
  .px-xl-c3 {
    padding-right: 50px !important; }
  .pb-xl-c3,
  .py-xl-c3 {
    padding-bottom: 50px !important; }
  .pl-xl-c3,
  .px-xl-c3 {
    padding-left: 50px !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-nsh25 {
    margin: -0.25rem !important; }
  .mt-xl-nsh25,
  .my-xl-nsh25 {
    margin-top: -0.25rem !important; }
  .mr-xl-nsh25,
  .mx-xl-nsh25 {
    margin-right: -0.25rem !important; }
  .mb-xl-nsh25,
  .my-xl-nsh25 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-nsh25,
  .mx-xl-nsh25 {
    margin-left: -0.25rem !important; }
  .m-xl-nsh50 {
    margin: -0.5rem !important; }
  .mt-xl-nsh50,
  .my-xl-nsh50 {
    margin-top: -0.5rem !important; }
  .mr-xl-nsh50,
  .mx-xl-nsh50 {
    margin-right: -0.5rem !important; }
  .mb-xl-nsh50,
  .my-xl-nsh50 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-nsh50,
  .mx-xl-nsh50 {
    margin-left: -0.5rem !important; }
  .m-xl-nsh75 {
    margin: -0.75rem !important; }
  .mt-xl-nsh75,
  .my-xl-nsh75 {
    margin-top: -0.75rem !important; }
  .mr-xl-nsh75,
  .mx-xl-nsh75 {
    margin-right: -0.75rem !important; }
  .mb-xl-nsh75,
  .my-xl-nsh75 {
    margin-bottom: -0.75rem !important; }
  .ml-xl-nsh75,
  .mx-xl-nsh75 {
    margin-left: -0.75rem !important; }
  .m-xl-nsh100 {
    margin: -1rem !important; }
  .mt-xl-nsh100,
  .my-xl-nsh100 {
    margin-top: -1rem !important; }
  .mr-xl-nsh100,
  .mx-xl-nsh100 {
    margin-right: -1rem !important; }
  .mb-xl-nsh100,
  .my-xl-nsh100 {
    margin-bottom: -1rem !important; }
  .ml-xl-nsh100,
  .mx-xl-nsh100 {
    margin-left: -1rem !important; }
  .m-xl-nsh125 {
    margin: -1.25rem !important; }
  .mt-xl-nsh125,
  .my-xl-nsh125 {
    margin-top: -1.25rem !important; }
  .mr-xl-nsh125,
  .mx-xl-nsh125 {
    margin-right: -1.25rem !important; }
  .mb-xl-nsh125,
  .my-xl-nsh125 {
    margin-bottom: -1.25rem !important; }
  .ml-xl-nsh125,
  .mx-xl-nsh125 {
    margin-left: -1.25rem !important; }
  .m-xl-nsh150 {
    margin: -1.5rem !important; }
  .mt-xl-nsh150,
  .my-xl-nsh150 {
    margin-top: -1.5rem !important; }
  .mr-xl-nsh150,
  .mx-xl-nsh150 {
    margin-right: -1.5rem !important; }
  .mb-xl-nsh150,
  .my-xl-nsh150 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-nsh150,
  .mx-xl-nsh150 {
    margin-left: -1.5rem !important; }
  .m-xl-nsh175 {
    margin: -1.75rem !important; }
  .mt-xl-nsh175,
  .my-xl-nsh175 {
    margin-top: -1.75rem !important; }
  .mr-xl-nsh175,
  .mx-xl-nsh175 {
    margin-right: -1.75rem !important; }
  .mb-xl-nsh175,
  .my-xl-nsh175 {
    margin-bottom: -1.75rem !important; }
  .ml-xl-nsh175,
  .mx-xl-nsh175 {
    margin-left: -1.75rem !important; }
  .m-xl-nsh200 {
    margin: -2rem !important; }
  .mt-xl-nsh200,
  .my-xl-nsh200 {
    margin-top: -2rem !important; }
  .mr-xl-nsh200,
  .mx-xl-nsh200 {
    margin-right: -2rem !important; }
  .mb-xl-nsh200,
  .my-xl-nsh200 {
    margin-bottom: -2rem !important; }
  .ml-xl-nsh200,
  .mx-xl-nsh200 {
    margin-left: -2rem !important; }
  .m-xl-nsh300 {
    margin: -3rem !important; }
  .mt-xl-nsh300,
  .my-xl-nsh300 {
    margin-top: -3rem !important; }
  .mr-xl-nsh300,
  .mx-xl-nsh300 {
    margin-right: -3rem !important; }
  .mb-xl-nsh300,
  .my-xl-nsh300 {
    margin-bottom: -3rem !important; }
  .ml-xl-nsh300,
  .mx-xl-nsh300 {
    margin-left: -3rem !important; }
  .m-xl-nlat {
    margin: -15px !important; }
  .mt-xl-nlat,
  .my-xl-nlat {
    margin-top: -15px !important; }
  .mr-xl-nlat,
  .mx-xl-nlat {
    margin-right: -15px !important; }
  .mb-xl-nlat,
  .my-xl-nlat {
    margin-bottom: -15px !important; }
  .ml-xl-nlat,
  .mx-xl-nlat {
    margin-left: -15px !important; }
  .m-xl-nlat2 {
    margin: -30px !important; }
  .mt-xl-nlat2,
  .my-xl-nlat2 {
    margin-top: -30px !important; }
  .mr-xl-nlat2,
  .mx-xl-nlat2 {
    margin-right: -30px !important; }
  .mb-xl-nlat2,
  .my-xl-nlat2 {
    margin-bottom: -30px !important; }
  .ml-xl-nlat2,
  .mx-xl-nlat2 {
    margin-left: -30px !important; }
  .m-xl-nc0 {
    margin: -40px !important; }
  .mt-xl-nc0,
  .my-xl-nc0 {
    margin-top: -40px !important; }
  .mr-xl-nc0,
  .mx-xl-nc0 {
    margin-right: -40px !important; }
  .mb-xl-nc0,
  .my-xl-nc0 {
    margin-bottom: -40px !important; }
  .ml-xl-nc0,
  .mx-xl-nc0 {
    margin-left: -40px !important; }
  .m-xl-nc1 {
    margin: -22px !important; }
  .mt-xl-nc1,
  .my-xl-nc1 {
    margin-top: -22px !important; }
  .mr-xl-nc1,
  .mx-xl-nc1 {
    margin-right: -22px !important; }
  .mb-xl-nc1,
  .my-xl-nc1 {
    margin-bottom: -22px !important; }
  .ml-xl-nc1,
  .mx-xl-nc1 {
    margin-left: -22px !important; }
  .m-xl-nc2 {
    margin: -30px !important; }
  .mt-xl-nc2,
  .my-xl-nc2 {
    margin-top: -30px !important; }
  .mr-xl-nc2,
  .mx-xl-nc2 {
    margin-right: -30px !important; }
  .mb-xl-nc2,
  .my-xl-nc2 {
    margin-bottom: -30px !important; }
  .ml-xl-nc2,
  .mx-xl-nc2 {
    margin-left: -30px !important; }
  .m-xl-nc3 {
    margin: -50px !important; }
  .mt-xl-nc3,
  .my-xl-nc3 {
    margin-top: -50px !important; }
  .mr-xl-nc3,
  .mx-xl-nc3 {
    margin-right: -50px !important; }
  .mb-xl-nc3,
  .my-xl-nc3 {
    margin-bottom: -50px !important; }
  .ml-xl-nc3,
  .mx-xl-nc3 {
    margin-left: -50px !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }
@media (min-width: 1660px) {
  .m-xxl-0 {
    margin: 0 !important; }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important; }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important; }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important; }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important; }
  .m-xxl-1 {
    margin: 0.25rem !important; }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.25rem !important; }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.25rem !important; }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.25rem !important; }
  .m-xxl-2 {
    margin: 0.5rem !important; }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.5rem !important; }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.5rem !important; }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.5rem !important; }
  .m-xxl-3 {
    margin: 1rem !important; }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1rem !important; }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1rem !important; }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1rem !important; }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1rem !important; }
  .m-xxl-4 {
    margin: 1.5rem !important; }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1.5rem !important; }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1.5rem !important; }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1.5rem !important; }
  .m-xxl-5 {
    margin: 3rem !important; }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 3rem !important; }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 3rem !important; }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 3rem !important; }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 3rem !important; }
  .m-xxl-sh25 {
    margin: 0.25rem !important; }
  .mt-xxl-sh25,
  .my-xxl-sh25 {
    margin-top: 0.25rem !important; }
  .mr-xxl-sh25,
  .mx-xxl-sh25 {
    margin-right: 0.25rem !important; }
  .mb-xxl-sh25,
  .my-xxl-sh25 {
    margin-bottom: 0.25rem !important; }
  .ml-xxl-sh25,
  .mx-xxl-sh25 {
    margin-left: 0.25rem !important; }
  .m-xxl-sh50 {
    margin: 0.5rem !important; }
  .mt-xxl-sh50,
  .my-xxl-sh50 {
    margin-top: 0.5rem !important; }
  .mr-xxl-sh50,
  .mx-xxl-sh50 {
    margin-right: 0.5rem !important; }
  .mb-xxl-sh50,
  .my-xxl-sh50 {
    margin-bottom: 0.5rem !important; }
  .ml-xxl-sh50,
  .mx-xxl-sh50 {
    margin-left: 0.5rem !important; }
  .m-xxl-sh75 {
    margin: 0.75rem !important; }
  .mt-xxl-sh75,
  .my-xxl-sh75 {
    margin-top: 0.75rem !important; }
  .mr-xxl-sh75,
  .mx-xxl-sh75 {
    margin-right: 0.75rem !important; }
  .mb-xxl-sh75,
  .my-xxl-sh75 {
    margin-bottom: 0.75rem !important; }
  .ml-xxl-sh75,
  .mx-xxl-sh75 {
    margin-left: 0.75rem !important; }
  .m-xxl-sh100 {
    margin: 1rem !important; }
  .mt-xxl-sh100,
  .my-xxl-sh100 {
    margin-top: 1rem !important; }
  .mr-xxl-sh100,
  .mx-xxl-sh100 {
    margin-right: 1rem !important; }
  .mb-xxl-sh100,
  .my-xxl-sh100 {
    margin-bottom: 1rem !important; }
  .ml-xxl-sh100,
  .mx-xxl-sh100 {
    margin-left: 1rem !important; }
  .m-xxl-sh125 {
    margin: 1.25rem !important; }
  .mt-xxl-sh125,
  .my-xxl-sh125 {
    margin-top: 1.25rem !important; }
  .mr-xxl-sh125,
  .mx-xxl-sh125 {
    margin-right: 1.25rem !important; }
  .mb-xxl-sh125,
  .my-xxl-sh125 {
    margin-bottom: 1.25rem !important; }
  .ml-xxl-sh125,
  .mx-xxl-sh125 {
    margin-left: 1.25rem !important; }
  .m-xxl-sh150 {
    margin: 1.5rem !important; }
  .mt-xxl-sh150,
  .my-xxl-sh150 {
    margin-top: 1.5rem !important; }
  .mr-xxl-sh150,
  .mx-xxl-sh150 {
    margin-right: 1.5rem !important; }
  .mb-xxl-sh150,
  .my-xxl-sh150 {
    margin-bottom: 1.5rem !important; }
  .ml-xxl-sh150,
  .mx-xxl-sh150 {
    margin-left: 1.5rem !important; }
  .m-xxl-sh175 {
    margin: 1.75rem !important; }
  .mt-xxl-sh175,
  .my-xxl-sh175 {
    margin-top: 1.75rem !important; }
  .mr-xxl-sh175,
  .mx-xxl-sh175 {
    margin-right: 1.75rem !important; }
  .mb-xxl-sh175,
  .my-xxl-sh175 {
    margin-bottom: 1.75rem !important; }
  .ml-xxl-sh175,
  .mx-xxl-sh175 {
    margin-left: 1.75rem !important; }
  .m-xxl-sh200 {
    margin: 2rem !important; }
  .mt-xxl-sh200,
  .my-xxl-sh200 {
    margin-top: 2rem !important; }
  .mr-xxl-sh200,
  .mx-xxl-sh200 {
    margin-right: 2rem !important; }
  .mb-xxl-sh200,
  .my-xxl-sh200 {
    margin-bottom: 2rem !important; }
  .ml-xxl-sh200,
  .mx-xxl-sh200 {
    margin-left: 2rem !important; }
  .m-xxl-sh300 {
    margin: 3rem !important; }
  .mt-xxl-sh300,
  .my-xxl-sh300 {
    margin-top: 3rem !important; }
  .mr-xxl-sh300,
  .mx-xxl-sh300 {
    margin-right: 3rem !important; }
  .mb-xxl-sh300,
  .my-xxl-sh300 {
    margin-bottom: 3rem !important; }
  .ml-xxl-sh300,
  .mx-xxl-sh300 {
    margin-left: 3rem !important; }
  .m-xxl-lat {
    margin: 15px !important; }
  .mt-xxl-lat,
  .my-xxl-lat {
    margin-top: 15px !important; }
  .mr-xxl-lat,
  .mx-xxl-lat {
    margin-right: 15px !important; }
  .mb-xxl-lat,
  .my-xxl-lat {
    margin-bottom: 15px !important; }
  .ml-xxl-lat,
  .mx-xxl-lat {
    margin-left: 15px !important; }
  .m-xxl-lat2 {
    margin: 30px !important; }
  .mt-xxl-lat2,
  .my-xxl-lat2 {
    margin-top: 30px !important; }
  .mr-xxl-lat2,
  .mx-xxl-lat2 {
    margin-right: 30px !important; }
  .mb-xxl-lat2,
  .my-xxl-lat2 {
    margin-bottom: 30px !important; }
  .ml-xxl-lat2,
  .mx-xxl-lat2 {
    margin-left: 30px !important; }
  .m-xxl-c0 {
    margin: 40px !important; }
  .mt-xxl-c0,
  .my-xxl-c0 {
    margin-top: 40px !important; }
  .mr-xxl-c0,
  .mx-xxl-c0 {
    margin-right: 40px !important; }
  .mb-xxl-c0,
  .my-xxl-c0 {
    margin-bottom: 40px !important; }
  .ml-xxl-c0,
  .mx-xxl-c0 {
    margin-left: 40px !important; }
  .m-xxl-c1 {
    margin: 22px !important; }
  .mt-xxl-c1,
  .my-xxl-c1 {
    margin-top: 22px !important; }
  .mr-xxl-c1,
  .mx-xxl-c1 {
    margin-right: 22px !important; }
  .mb-xxl-c1,
  .my-xxl-c1 {
    margin-bottom: 22px !important; }
  .ml-xxl-c1,
  .mx-xxl-c1 {
    margin-left: 22px !important; }
  .m-xxl-c2 {
    margin: 30px !important; }
  .mt-xxl-c2,
  .my-xxl-c2 {
    margin-top: 30px !important; }
  .mr-xxl-c2,
  .mx-xxl-c2 {
    margin-right: 30px !important; }
  .mb-xxl-c2,
  .my-xxl-c2 {
    margin-bottom: 30px !important; }
  .ml-xxl-c2,
  .mx-xxl-c2 {
    margin-left: 30px !important; }
  .m-xxl-c3 {
    margin: 50px !important; }
  .mt-xxl-c3,
  .my-xxl-c3 {
    margin-top: 50px !important; }
  .mr-xxl-c3,
  .mx-xxl-c3 {
    margin-right: 50px !important; }
  .mb-xxl-c3,
  .my-xxl-c3 {
    margin-bottom: 50px !important; }
  .ml-xxl-c3,
  .mx-xxl-c3 {
    margin-left: 50px !important; }
  .p-xxl-0 {
    padding: 0 !important; }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important; }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important; }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important; }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important; }
  .p-xxl-1 {
    padding: 0.25rem !important; }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.25rem !important; }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.25rem !important; }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.25rem !important; }
  .p-xxl-2 {
    padding: 0.5rem !important; }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.5rem !important; }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 0.5rem !important; }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 0.5rem !important; }
  .p-xxl-3 {
    padding: 1rem !important; }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1rem !important; }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1rem !important; }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1rem !important; }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1rem !important; }
  .p-xxl-4 {
    padding: 1.5rem !important; }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1.5rem !important; }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1.5rem !important; }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1.5rem !important; }
  .p-xxl-5 {
    padding: 3rem !important; }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 3rem !important; }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 3rem !important; }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 3rem !important; }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 3rem !important; }
  .p-xxl-sh25 {
    padding: 0.25rem !important; }
  .pt-xxl-sh25,
  .py-xxl-sh25 {
    padding-top: 0.25rem !important; }
  .pr-xxl-sh25,
  .px-xxl-sh25 {
    padding-right: 0.25rem !important; }
  .pb-xxl-sh25,
  .py-xxl-sh25 {
    padding-bottom: 0.25rem !important; }
  .pl-xxl-sh25,
  .px-xxl-sh25 {
    padding-left: 0.25rem !important; }
  .p-xxl-sh50 {
    padding: 0.5rem !important; }
  .pt-xxl-sh50,
  .py-xxl-sh50 {
    padding-top: 0.5rem !important; }
  .pr-xxl-sh50,
  .px-xxl-sh50 {
    padding-right: 0.5rem !important; }
  .pb-xxl-sh50,
  .py-xxl-sh50 {
    padding-bottom: 0.5rem !important; }
  .pl-xxl-sh50,
  .px-xxl-sh50 {
    padding-left: 0.5rem !important; }
  .p-xxl-sh75 {
    padding: 0.75rem !important; }
  .pt-xxl-sh75,
  .py-xxl-sh75 {
    padding-top: 0.75rem !important; }
  .pr-xxl-sh75,
  .px-xxl-sh75 {
    padding-right: 0.75rem !important; }
  .pb-xxl-sh75,
  .py-xxl-sh75 {
    padding-bottom: 0.75rem !important; }
  .pl-xxl-sh75,
  .px-xxl-sh75 {
    padding-left: 0.75rem !important; }
  .p-xxl-sh100 {
    padding: 1rem !important; }
  .pt-xxl-sh100,
  .py-xxl-sh100 {
    padding-top: 1rem !important; }
  .pr-xxl-sh100,
  .px-xxl-sh100 {
    padding-right: 1rem !important; }
  .pb-xxl-sh100,
  .py-xxl-sh100 {
    padding-bottom: 1rem !important; }
  .pl-xxl-sh100,
  .px-xxl-sh100 {
    padding-left: 1rem !important; }
  .p-xxl-sh125 {
    padding: 1.25rem !important; }
  .pt-xxl-sh125,
  .py-xxl-sh125 {
    padding-top: 1.25rem !important; }
  .pr-xxl-sh125,
  .px-xxl-sh125 {
    padding-right: 1.25rem !important; }
  .pb-xxl-sh125,
  .py-xxl-sh125 {
    padding-bottom: 1.25rem !important; }
  .pl-xxl-sh125,
  .px-xxl-sh125 {
    padding-left: 1.25rem !important; }
  .p-xxl-sh150 {
    padding: 1.5rem !important; }
  .pt-xxl-sh150,
  .py-xxl-sh150 {
    padding-top: 1.5rem !important; }
  .pr-xxl-sh150,
  .px-xxl-sh150 {
    padding-right: 1.5rem !important; }
  .pb-xxl-sh150,
  .py-xxl-sh150 {
    padding-bottom: 1.5rem !important; }
  .pl-xxl-sh150,
  .px-xxl-sh150 {
    padding-left: 1.5rem !important; }
  .p-xxl-sh175 {
    padding: 1.75rem !important; }
  .pt-xxl-sh175,
  .py-xxl-sh175 {
    padding-top: 1.75rem !important; }
  .pr-xxl-sh175,
  .px-xxl-sh175 {
    padding-right: 1.75rem !important; }
  .pb-xxl-sh175,
  .py-xxl-sh175 {
    padding-bottom: 1.75rem !important; }
  .pl-xxl-sh175,
  .px-xxl-sh175 {
    padding-left: 1.75rem !important; }
  .p-xxl-sh200 {
    padding: 2rem !important; }
  .pt-xxl-sh200,
  .py-xxl-sh200 {
    padding-top: 2rem !important; }
  .pr-xxl-sh200,
  .px-xxl-sh200 {
    padding-right: 2rem !important; }
  .pb-xxl-sh200,
  .py-xxl-sh200 {
    padding-bottom: 2rem !important; }
  .pl-xxl-sh200,
  .px-xxl-sh200 {
    padding-left: 2rem !important; }
  .p-xxl-sh300 {
    padding: 3rem !important; }
  .pt-xxl-sh300,
  .py-xxl-sh300 {
    padding-top: 3rem !important; }
  .pr-xxl-sh300,
  .px-xxl-sh300 {
    padding-right: 3rem !important; }
  .pb-xxl-sh300,
  .py-xxl-sh300 {
    padding-bottom: 3rem !important; }
  .pl-xxl-sh300,
  .px-xxl-sh300 {
    padding-left: 3rem !important; }
  .p-xxl-lat {
    padding: 15px !important; }
  .pt-xxl-lat,
  .py-xxl-lat {
    padding-top: 15px !important; }
  .pr-xxl-lat,
  .px-xxl-lat {
    padding-right: 15px !important; }
  .pb-xxl-lat,
  .py-xxl-lat {
    padding-bottom: 15px !important; }
  .pl-xxl-lat,
  .px-xxl-lat {
    padding-left: 15px !important; }
  .p-xxl-lat2 {
    padding: 30px !important; }
  .pt-xxl-lat2,
  .py-xxl-lat2 {
    padding-top: 30px !important; }
  .pr-xxl-lat2,
  .px-xxl-lat2 {
    padding-right: 30px !important; }
  .pb-xxl-lat2,
  .py-xxl-lat2 {
    padding-bottom: 30px !important; }
  .pl-xxl-lat2,
  .px-xxl-lat2 {
    padding-left: 30px !important; }
  .p-xxl-c0 {
    padding: 40px !important; }
  .pt-xxl-c0,
  .py-xxl-c0 {
    padding-top: 40px !important; }
  .pr-xxl-c0,
  .px-xxl-c0 {
    padding-right: 40px !important; }
  .pb-xxl-c0,
  .py-xxl-c0 {
    padding-bottom: 40px !important; }
  .pl-xxl-c0,
  .px-xxl-c0 {
    padding-left: 40px !important; }
  .p-xxl-c1 {
    padding: 22px !important; }
  .pt-xxl-c1,
  .py-xxl-c1 {
    padding-top: 22px !important; }
  .pr-xxl-c1,
  .px-xxl-c1 {
    padding-right: 22px !important; }
  .pb-xxl-c1,
  .py-xxl-c1 {
    padding-bottom: 22px !important; }
  .pl-xxl-c1,
  .px-xxl-c1 {
    padding-left: 22px !important; }
  .p-xxl-c2 {
    padding: 30px !important; }
  .pt-xxl-c2,
  .py-xxl-c2 {
    padding-top: 30px !important; }
  .pr-xxl-c2,
  .px-xxl-c2 {
    padding-right: 30px !important; }
  .pb-xxl-c2,
  .py-xxl-c2 {
    padding-bottom: 30px !important; }
  .pl-xxl-c2,
  .px-xxl-c2 {
    padding-left: 30px !important; }
  .p-xxl-c3 {
    padding: 50px !important; }
  .pt-xxl-c3,
  .py-xxl-c3 {
    padding-top: 50px !important; }
  .pr-xxl-c3,
  .px-xxl-c3 {
    padding-right: 50px !important; }
  .pb-xxl-c3,
  .py-xxl-c3 {
    padding-bottom: 50px !important; }
  .pl-xxl-c3,
  .px-xxl-c3 {
    padding-left: 50px !important; }
  .m-xxl-n1 {
    margin: -0.25rem !important; }
  .mt-xxl-n1,
  .my-xxl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xxl-n1,
  .mx-xxl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xxl-n1,
  .my-xxl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xxl-n1,
  .mx-xxl-n1 {
    margin-left: -0.25rem !important; }
  .m-xxl-n2 {
    margin: -0.5rem !important; }
  .mt-xxl-n2,
  .my-xxl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xxl-n2,
  .mx-xxl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xxl-n2,
  .my-xxl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xxl-n2,
  .mx-xxl-n2 {
    margin-left: -0.5rem !important; }
  .m-xxl-n3 {
    margin: -1rem !important; }
  .mt-xxl-n3,
  .my-xxl-n3 {
    margin-top: -1rem !important; }
  .mr-xxl-n3,
  .mx-xxl-n3 {
    margin-right: -1rem !important; }
  .mb-xxl-n3,
  .my-xxl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xxl-n3,
  .mx-xxl-n3 {
    margin-left: -1rem !important; }
  .m-xxl-n4 {
    margin: -1.5rem !important; }
  .mt-xxl-n4,
  .my-xxl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xxl-n4,
  .mx-xxl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xxl-n4,
  .my-xxl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xxl-n4,
  .mx-xxl-n4 {
    margin-left: -1.5rem !important; }
  .m-xxl-n5 {
    margin: -3rem !important; }
  .mt-xxl-n5,
  .my-xxl-n5 {
    margin-top: -3rem !important; }
  .mr-xxl-n5,
  .mx-xxl-n5 {
    margin-right: -3rem !important; }
  .mb-xxl-n5,
  .my-xxl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xxl-n5,
  .mx-xxl-n5 {
    margin-left: -3rem !important; }
  .m-xxl-nsh25 {
    margin: -0.25rem !important; }
  .mt-xxl-nsh25,
  .my-xxl-nsh25 {
    margin-top: -0.25rem !important; }
  .mr-xxl-nsh25,
  .mx-xxl-nsh25 {
    margin-right: -0.25rem !important; }
  .mb-xxl-nsh25,
  .my-xxl-nsh25 {
    margin-bottom: -0.25rem !important; }
  .ml-xxl-nsh25,
  .mx-xxl-nsh25 {
    margin-left: -0.25rem !important; }
  .m-xxl-nsh50 {
    margin: -0.5rem !important; }
  .mt-xxl-nsh50,
  .my-xxl-nsh50 {
    margin-top: -0.5rem !important; }
  .mr-xxl-nsh50,
  .mx-xxl-nsh50 {
    margin-right: -0.5rem !important; }
  .mb-xxl-nsh50,
  .my-xxl-nsh50 {
    margin-bottom: -0.5rem !important; }
  .ml-xxl-nsh50,
  .mx-xxl-nsh50 {
    margin-left: -0.5rem !important; }
  .m-xxl-nsh75 {
    margin: -0.75rem !important; }
  .mt-xxl-nsh75,
  .my-xxl-nsh75 {
    margin-top: -0.75rem !important; }
  .mr-xxl-nsh75,
  .mx-xxl-nsh75 {
    margin-right: -0.75rem !important; }
  .mb-xxl-nsh75,
  .my-xxl-nsh75 {
    margin-bottom: -0.75rem !important; }
  .ml-xxl-nsh75,
  .mx-xxl-nsh75 {
    margin-left: -0.75rem !important; }
  .m-xxl-nsh100 {
    margin: -1rem !important; }
  .mt-xxl-nsh100,
  .my-xxl-nsh100 {
    margin-top: -1rem !important; }
  .mr-xxl-nsh100,
  .mx-xxl-nsh100 {
    margin-right: -1rem !important; }
  .mb-xxl-nsh100,
  .my-xxl-nsh100 {
    margin-bottom: -1rem !important; }
  .ml-xxl-nsh100,
  .mx-xxl-nsh100 {
    margin-left: -1rem !important; }
  .m-xxl-nsh125 {
    margin: -1.25rem !important; }
  .mt-xxl-nsh125,
  .my-xxl-nsh125 {
    margin-top: -1.25rem !important; }
  .mr-xxl-nsh125,
  .mx-xxl-nsh125 {
    margin-right: -1.25rem !important; }
  .mb-xxl-nsh125,
  .my-xxl-nsh125 {
    margin-bottom: -1.25rem !important; }
  .ml-xxl-nsh125,
  .mx-xxl-nsh125 {
    margin-left: -1.25rem !important; }
  .m-xxl-nsh150 {
    margin: -1.5rem !important; }
  .mt-xxl-nsh150,
  .my-xxl-nsh150 {
    margin-top: -1.5rem !important; }
  .mr-xxl-nsh150,
  .mx-xxl-nsh150 {
    margin-right: -1.5rem !important; }
  .mb-xxl-nsh150,
  .my-xxl-nsh150 {
    margin-bottom: -1.5rem !important; }
  .ml-xxl-nsh150,
  .mx-xxl-nsh150 {
    margin-left: -1.5rem !important; }
  .m-xxl-nsh175 {
    margin: -1.75rem !important; }
  .mt-xxl-nsh175,
  .my-xxl-nsh175 {
    margin-top: -1.75rem !important; }
  .mr-xxl-nsh175,
  .mx-xxl-nsh175 {
    margin-right: -1.75rem !important; }
  .mb-xxl-nsh175,
  .my-xxl-nsh175 {
    margin-bottom: -1.75rem !important; }
  .ml-xxl-nsh175,
  .mx-xxl-nsh175 {
    margin-left: -1.75rem !important; }
  .m-xxl-nsh200 {
    margin: -2rem !important; }
  .mt-xxl-nsh200,
  .my-xxl-nsh200 {
    margin-top: -2rem !important; }
  .mr-xxl-nsh200,
  .mx-xxl-nsh200 {
    margin-right: -2rem !important; }
  .mb-xxl-nsh200,
  .my-xxl-nsh200 {
    margin-bottom: -2rem !important; }
  .ml-xxl-nsh200,
  .mx-xxl-nsh200 {
    margin-left: -2rem !important; }
  .m-xxl-nsh300 {
    margin: -3rem !important; }
  .mt-xxl-nsh300,
  .my-xxl-nsh300 {
    margin-top: -3rem !important; }
  .mr-xxl-nsh300,
  .mx-xxl-nsh300 {
    margin-right: -3rem !important; }
  .mb-xxl-nsh300,
  .my-xxl-nsh300 {
    margin-bottom: -3rem !important; }
  .ml-xxl-nsh300,
  .mx-xxl-nsh300 {
    margin-left: -3rem !important; }
  .m-xxl-nlat {
    margin: -15px !important; }
  .mt-xxl-nlat,
  .my-xxl-nlat {
    margin-top: -15px !important; }
  .mr-xxl-nlat,
  .mx-xxl-nlat {
    margin-right: -15px !important; }
  .mb-xxl-nlat,
  .my-xxl-nlat {
    margin-bottom: -15px !important; }
  .ml-xxl-nlat,
  .mx-xxl-nlat {
    margin-left: -15px !important; }
  .m-xxl-nlat2 {
    margin: -30px !important; }
  .mt-xxl-nlat2,
  .my-xxl-nlat2 {
    margin-top: -30px !important; }
  .mr-xxl-nlat2,
  .mx-xxl-nlat2 {
    margin-right: -30px !important; }
  .mb-xxl-nlat2,
  .my-xxl-nlat2 {
    margin-bottom: -30px !important; }
  .ml-xxl-nlat2,
  .mx-xxl-nlat2 {
    margin-left: -30px !important; }
  .m-xxl-nc0 {
    margin: -40px !important; }
  .mt-xxl-nc0,
  .my-xxl-nc0 {
    margin-top: -40px !important; }
  .mr-xxl-nc0,
  .mx-xxl-nc0 {
    margin-right: -40px !important; }
  .mb-xxl-nc0,
  .my-xxl-nc0 {
    margin-bottom: -40px !important; }
  .ml-xxl-nc0,
  .mx-xxl-nc0 {
    margin-left: -40px !important; }
  .m-xxl-nc1 {
    margin: -22px !important; }
  .mt-xxl-nc1,
  .my-xxl-nc1 {
    margin-top: -22px !important; }
  .mr-xxl-nc1,
  .mx-xxl-nc1 {
    margin-right: -22px !important; }
  .mb-xxl-nc1,
  .my-xxl-nc1 {
    margin-bottom: -22px !important; }
  .ml-xxl-nc1,
  .mx-xxl-nc1 {
    margin-left: -22px !important; }
  .m-xxl-nc2 {
    margin: -30px !important; }
  .mt-xxl-nc2,
  .my-xxl-nc2 {
    margin-top: -30px !important; }
  .mr-xxl-nc2,
  .mx-xxl-nc2 {
    margin-right: -30px !important; }
  .mb-xxl-nc2,
  .my-xxl-nc2 {
    margin-bottom: -30px !important; }
  .ml-xxl-nc2,
  .mx-xxl-nc2 {
    margin-left: -30px !important; }
  .m-xxl-nc3 {
    margin: -50px !important; }
  .mt-xxl-nc3,
  .my-xxl-nc3 {
    margin-top: -50px !important; }
  .mr-xxl-nc3,
  .mx-xxl-nc3 {
    margin-right: -50px !important; }
  .mb-xxl-nc3,
  .my-xxl-nc3 {
    margin-bottom: -50px !important; }
  .ml-xxl-nc3,
  .mx-xxl-nc3 {
    margin-left: -50px !important; }
  .m-xxl-auto {
    margin: auto !important; }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important; }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important; }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important; }
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important; } }
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }
.text-justify {
  text-align: justify !important; }
.text-wrap {
  white-space: normal !important; }
.text-nowrap {
  white-space: nowrap !important; }
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
.text-left {
  text-align: left !important; }
.text-right {
  text-align: right !important; }
.text-center {
  text-align: center !important; }
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }
@media (min-width: 1660px) {
  .text-xxl-left {
    text-align: left !important; }
  .text-xxl-right {
    text-align: right !important; }
  .text-xxl-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-white {
  color: #fff !important; }
a.text-white:hover, a.text-white:focus {
  color: #d9d9d9 !important; }
.text-gray-100 {
  color: #f8f8fc !important; }
a.text-gray-100:hover, a.text-gray-100:focus {
  color: #c2c2e5 !important; }
.text-light {
  color: #f8f8fc !important; }
a.text-light:hover, a.text-light:focus {
  color: #c2c2e5 !important; }
.text-gray-200 {
  color: #e9ecef !important; }
a.text-gray-200:hover, a.text-gray-200:focus {
  color: #bdc6cf !important; }
.text-gray-300 {
  color: #d1d2d2 !important; }
a.text-gray-300:hover, a.text-gray-300:focus {
  color: #aaacac !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: #afb0b0 !important; }
a.text-gray-600:hover, a.text-gray-600:focus {
  color: #898a8a !important; }
.text-gray {
  color: #afb0b0 !important; }
a.text-gray:hover, a.text-gray:focus {
  color: #898a8a !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-dark {
  color: #343a40 !important; }
a.text-gray-dark:hover, a.text-gray-dark:focus {
  color: #121416 !important; }
.text-gray-900 {
  color: #606262 !important; }
a.text-gray-900:hover, a.text-gray-900:focus {
  color: #3a3b3b !important; }
.text-dark {
  color: #606262 !important; }
a.text-dark:hover, a.text-dark:focus {
  color: #3a3b3b !important; }
.text-black {
  color: #1d2020 !important; }
a.text-black:hover, a.text-black:focus {
  color: black !important; }
.text-blue {
  color: #007bff !important; }
a.text-blue:hover, a.text-blue:focus {
  color: #0056b3 !important; }
.text-indigo {
  color: #6610f2 !important; }
a.text-indigo:hover, a.text-indigo:focus {
  color: #4709ac !important; }
.text-purple {
  color: #6f42c1 !important; }
a.text-purple:hover, a.text-purple:focus {
  color: #4e2d89 !important; }
.text-lightpurple {
  color: #d8d8eb !important; }
a.text-lightpurple:hover, a.text-lightpurple:focus {
  color: #a5a5d1 !important; }
.text-pink {
  color: #e83e8c !important; }
a.text-pink:hover, a.text-pink:focus {
  color: #c21766 !important; }
.text-red {
  color: #de3232 !important; }
a.text-red:hover, a.text-red:focus {
  color: #a81b1b !important; }
.text-orange {
  color: #ff5d3b !important; }
a.text-orange:hover, a.text-orange:focus {
  color: #ee2900 !important; }
.text-lightorange {
  color: #fff5f3 !important; }
a.text-lightorange:hover, a.text-lightorange:focus {
  color: #ffb5a7 !important; }
.text-yellow {
  color: #ffc107 !important; }
a.text-yellow:hover, a.text-yellow:focus {
  color: #ba8b00 !important; }
.text-green {
  color: #4cde32 !important; }
a.text-green:hover, a.text-green:focus {
  color: #30a81b !important; }
.text-teal {
  color: #20c997 !important; }
a.text-teal:hover, a.text-teal:focus {
  color: #158765 !important; }
.text-cyan {
  color: #56e3e2 !important; }
a.text-cyan:hover, a.text-cyan:focus {
  color: #22cbca !important; }
.text-lightcyan {
  color: #e1fefe !important; }
a.text-lightcyan:hover, a.text-lightcyan:focus {
  color: #97fcfc !important; }
.text-primary {
  color: #ff5d3b !important; }
a.text-primary:hover, a.text-primary:focus {
  color: #ee2900 !important; }
.text-secondary {
  color: #afb0b0 !important; }
a.text-secondary:hover, a.text-secondary:focus {
  color: #898a8a !important; }
.text-success {
  color: #4cde32 !important; }
a.text-success:hover, a.text-success:focus {
  color: #30a81b !important; }
.text-info {
  color: #56e3e2 !important; }
a.text-info:hover, a.text-info:focus {
  color: #22cbca !important; }
.text-warning {
  color: #ffc107 !important; }
a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important; }
.text-danger {
  color: #de3232 !important; }
a.text-danger:hover, a.text-danger:focus {
  color: #a81b1b !important; }
.text-body {
  color: #606262 !important; }
.text-muted {
  color: #afb0b0 !important; }
.text-black-50 {
  color: rgba(29, 32, 32, 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;
  word-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 #1d2020; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #d1d2d2 !important; }
  .table-dark {
    color: inherit; }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
      border-color: #d1d2d2; }
  .table .thead-dark th {
    color: inherit;
    border-color: #d1d2d2; } }
.bv-no-focus-ring:focus {
  outline: none; }
@media (max-width: 575.98px) {
  .bv-d-xs-down-none {
    display: none !important; } }
@media (max-width: 767.98px) {
  .bv-d-sm-down-none {
    display: none !important; } }
@media (max-width: 991.98px) {
  .bv-d-md-down-none {
    display: none !important; } }
@media (max-width: 1199.98px) {
  .bv-d-lg-down-none {
    display: none !important; } }
@media (max-width: 1659.98px) {
  .bv-d-xl-down-none {
    display: none !important; } }
.bv-d-xxl-down-none {
  display: none !important; }
.card-img-left {
  border-top-left-radius: calc( 0.25rem - 1px);
  border-bottom-left-radius: calc( 0.25rem - 1px); }
.card-img-right {
  border-top-right-radius: calc( 0.25rem - 1px);
  border-bottom-right-radius: calc( 0.25rem - 1px); }
.dropdown:not(.dropleft) .dropdown-toggle.dropdown-toggle-no-caret::after {
  display: none !important; }
.dropdown.dropleft .dropdown-toggle.dropdown-toggle-no-caret::before {
  display: none !important; }
.dropdown .dropdown-menu:focus {
  outline: none; }
.b-dropdown-form {
  display: inline-block;
  padding: 0.25rem 1.5rem;
  width: 100%;
  clear: both;
  font-weight: 400; }
.b-dropdown-form:focus {
    outline: 1px dotted !important;
    outline: 5px auto -webkit-focus-ring-color !important; }
.b-dropdown-form.disabled, .b-dropdown-form:disabled {
    outline: 0 !important;
    color: #afb0b0;
    pointer-events: none; }
.b-dropdown-text {
  display: inline-block;
  padding: 0.25rem 1.5rem;
  margin-bottom: 0;
  width: 100%;
  clear: both;
  font-weight: lighter; }
.custom-checkbox.b-custom-control-lg,
.input-group-lg .custom-checkbox {
  font-size: 1rem;
  line-height: 1.5;
  padding-left: 1.875rem; }
.custom-checkbox.b-custom-control-lg .custom-control-label::before,
  .input-group-lg .custom-checkbox .custom-control-label::before {
    top: 0.125rem;
    left: -1.875rem;
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 0.3rem; }
.custom-checkbox.b-custom-control-lg .custom-control-label::after,
  .input-group-lg .custom-checkbox .custom-control-label::after {
    top: 0.125rem;
    left: -1.875rem;
    width: 1.25rem;
    height: 1.25rem;
    background-size: 50% 50%; }
.custom-checkbox.b-custom-control-sm,
.input-group-sm .custom-checkbox {
  font-size: 1rem;
  line-height: 1.5;
  padding-left: 1.3125rem; }
.custom-checkbox.b-custom-control-sm .custom-control-label::before,
  .input-group-sm .custom-checkbox .custom-control-label::before {
    top: 0.3125rem;
    left: -1.3125rem;
    width: 0.875rem;
    height: 0.875rem;
    border-radius: 0.2rem; }
.custom-checkbox.b-custom-control-sm .custom-control-label::after,
  .input-group-sm .custom-checkbox .custom-control-label::after {
    top: 0.3125rem;
    left: -1.3125rem;
    width: 0.875rem;
    height: 0.875rem;
    background-size: 50% 50%; }
.custom-switch.b-custom-control-lg,
.input-group-lg .custom-switch {
  padding-left: 2.8125rem; }
.custom-switch.b-custom-control-lg .custom-control-label,
  .input-group-lg .custom-switch .custom-control-label {
    font-size: 1rem;
    line-height: 1.5; }
.custom-switch.b-custom-control-lg .custom-control-label::before,
    .input-group-lg .custom-switch .custom-control-label::before {
      top: 0.125rem;
      height: 1.25rem;
      left: -2.8125rem;
      width: 2.1875rem;
      border-radius: 0.625rem; }
.custom-switch.b-custom-control-lg .custom-control-label::after,
    .input-group-lg .custom-switch .custom-control-label::after {
      top: calc( 0.125rem + 2px);
      left: calc( -2.8125rem + 2px);
      width: calc( 1.25rem - 4px);
      height: calc( 1.25rem - 4px);
      border-radius: 0.625rem;
      background-size: 50% 50%; }
.custom-switch.b-custom-control-lg .custom-control-input:checked ~ .custom-control-label::after,
  .input-group-lg .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    transform: translateX(0.9375rem); }
.custom-switch.b-custom-control-sm,
.input-group-sm .custom-switch {
  padding-left: 1.96875rem; }
.custom-switch.b-custom-control-sm .custom-control-label,
  .input-group-sm .custom-switch .custom-control-label {
    font-size: 1rem;
    line-height: 1.5; }
.custom-switch.b-custom-control-sm .custom-control-label::before,
    .input-group-sm .custom-switch .custom-control-label::before {
      top: 0.3125rem;
      left: -1.96875rem;
      width: 1.53125rem;
      height: 0.875rem;
      border-radius: 0.4375rem; }
.custom-switch.b-custom-control-sm .custom-control-label::after,
    .input-group-sm .custom-switch .custom-control-label::after {
      top: calc( 0.3125rem + 2px);
      left: calc( -1.96875rem + 2px);
      width: calc( 0.875rem - 4px);
      height: calc( 0.875rem - 4px);
      border-radius: 0.4375rem;
      background-size: 50% 50%; }
.custom-switch.b-custom-control-sm .custom-control-input:checked ~ .custom-control-label::after,
  .input-group-sm .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    transform: translateX(0.65625rem); }
.input-group > .input-group-prepend > .btn-group > .btn,
.input-group > .input-group-append:not(:last-child) > .btn-group > .btn,
.input-group > .input-group-append:last-child > .btn-group:not(:last-child):not(.dropdown-toggle) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }
.input-group > .input-group-append > .btn-group > .btn,
.input-group > .input-group-prepend:not(:first-child) > .btn-group > .btn,
.input-group > .input-group-prepend:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }
.b-custom-control-lg.custom-file,
.b-custom-control-lg .custom-file-input,
.b-custom-control-lg .custom-file-label,
.input-group-lg.custom-file,
.input-group-lg .custom-file-input,
.input-group-lg .custom-file-label {
  font-size: 1rem;
  height: calc( 1em + 1rem + 2px); }
.b-custom-control-lg .custom-file-label,
.b-custom-control-lg .custom-file-label:after,
.input-group-lg .custom-file-label,
.input-group-lg .custom-file-label:after {
  padding: 1rem 1.5rem;
  line-height: 1; }
.b-custom-control-lg .custom-file-label,
.input-group-lg .custom-file-label {
  border-radius: 0.3rem; }
.b-custom-control-lg .custom-file-label::after,
  .input-group-lg .custom-file-label::after {
    font-size: inherit;
    height: calc( 1em + 2rem);
    border-radius: 0 0.3rem 0.3rem 0; }
.b-custom-control-sm.custom-file,
.b-custom-control-sm .custom-file-input,
.b-custom-control-sm .custom-file-label,
.input-group-sm.custom-file,
.input-group-sm .custom-file-input,
.input-group-sm .custom-file-label {
  font-size: 1rem;
  height: calc( 1em + 0.5rem + 2px); }
.b-custom-control-sm .custom-file-label,
.b-custom-control-sm .custom-file-label:after,
.input-group-sm .custom-file-label,
.input-group-sm .custom-file-label:after {
  padding: 1rem 1.5rem;
  line-height: 1; }
.b-custom-control-sm .custom-file-label,
.input-group-sm .custom-file-label {
  border-radius: 0.2rem; }
.b-custom-control-sm .custom-file-label::after,
  .input-group-sm .custom-file-label::after {
    font-size: inherit;
    height: calc( 1em + 2rem);
    border-radius: 0 0.2rem 0.2rem 0; }
.was-validated .form-control:invalid,
.was-validated .form-control:valid, .form-control.is-invalid, .form-control.is-valid {
  background-position: right calc( 0.25em + 0.5rem) center; }
input[type="color"].form-control {
  height: calc( 1em + 2rem + 2px);
  padding: 0.5rem 0.75rem; }
input[type="color"].form-control.form-control-sm,
.input-group-sm input[type="color"].form-control {
  height: calc( 1em + 0.5rem + 2px);
  padding: 0.5rem 0.75rem; }
input[type="color"].form-control.form-control-lg,
.input-group-lg input[type="color"].form-control {
  height: calc( 1em + 1rem + 2px);
  padding: 0.5rem 0.75rem; }
input[type="color"].form-control:disabled {
  background-color: #adb5bd;
  opacity: 0.65; }
.input-group > .custom-range {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0; }
.input-group > .custom-range + .form-control,
  .input-group > .custom-range + .form-control-plaintext,
  .input-group > .custom-range + .custom-select,
  .input-group > .custom-range + .custom-range,
  .input-group > .custom-range + .custom-file {
    margin-left: -1px; }
.input-group > .form-control + .custom-range,
.input-group > .form-control-plaintext + .custom-range,
.input-group > .custom-select + .custom-range,
.input-group > .custom-range + .custom-range,
.input-group > .custom-file + .custom-range {
  margin-left: -1px; }
.input-group > .custom-range:focus {
  z-index: 3; }
.input-group > .custom-range:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }
.input-group > .custom-range:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }
.input-group > .custom-range {
  height: calc( 1em + 2rem + 2px);
  padding: 0 1.5rem;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #afb0b0;
  height: calc( 1em + 2rem + 2px);
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
@media (prefers-reduced-motion: reduce) {
    .input-group > .custom-range {
      transition: none; } }
.input-group > .custom-range:focus {
    color: #1d2020;
    background-color: #fff;
    border-color: #1d2020;
    outline: 0;
    box-shadow: none !important; }
.input-group > .custom-range:disabled, .input-group > .custom-range[readonly] {
    background-color: #e9ecef; }
.input-group-lg > .custom-range {
  height: calc( 1em + 1rem + 2px);
  padding: 0 1.5rem;
  border-radius: 0.3rem; }
.input-group-sm > .custom-range {
  height: calc( 1em + 0.5rem + 2px);
  padding: 0 1.5rem;
  border-radius: 0.2rem; }
.was-validated .input-group .custom-range:valid, .input-group .custom-range.is-valid {
  border-color: #4cde32; }
.was-validated .input-group .custom-range:valid:focus, .input-group .custom-range.is-valid:focus {
    border-color: #4cde32;
    box-shadow: 0 0 0 0.2rem rgba(76, 222, 50, 0.25); }
.was-validated .custom-range:valid:focus::-webkit-slider-thumb, .custom-range.is-valid:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #d2f7cc; }
.was-validated .custom-range:valid:focus::-moz-range-thumb, .custom-range.is-valid:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #d2f7cc; }
.was-validated .custom-range:valid:focus::-ms-thumb, .custom-range.is-valid:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #d2f7cc; }
.was-validated .custom-range:valid::-webkit-slider-thumb, .custom-range.is-valid::-webkit-slider-thumb {
  background-color: #4cde32;
  background-image: none; }
.was-validated .custom-range:valid::-webkit-slider-thumb:active, .custom-range.is-valid::-webkit-slider-thumb:active {
    background-color: #d2f7cc;
    background-image: none; }
.was-validated .custom-range:valid::-webkit-slider-runnable-track, .custom-range.is-valid::-webkit-slider-runnable-track {
  background-color: rgba(76, 222, 50, 0.35); }
.was-validated .custom-range:valid::-moz-range-thumb, .custom-range.is-valid::-moz-range-thumb {
  background-color: #4cde32;
  background-image: none; }
.was-validated .custom-range:valid::-moz-range-thumb:active, .custom-range.is-valid::-moz-range-thumb:active {
    background-color: #d2f7cc;
    background-image: none; }
.was-validated .custom-range:valid::-moz-range-track, .custom-range.is-valid::-moz-range-track {
  background: rgba(76, 222, 50, 0.35); }
.was-validated .custom-range:valid ~ .valid-feedback,
.was-validated .custom-range:valid ~ .valid-tooltip, .custom-range.is-valid ~ .valid-feedback,
.custom-range.is-valid ~ .valid-tooltip {
  display: block; }
.was-validated .custom-range:valid::-ms-thumb, .custom-range.is-valid::-ms-thumb {
  background-color: #4cde32;
  background-image: none; }
.was-validated .custom-range:valid::-ms-thumb:active, .custom-range.is-valid::-ms-thumb:active {
    background-color: #d2f7cc;
    background-image: none; }
.was-validated .custom-range:valid::-ms-track-lower, .custom-range.is-valid::-ms-track-lower {
  background: rgba(76, 222, 50, 0.35); }
.was-validated .custom-range:valid::-ms-track-upper, .custom-range.is-valid::-ms-track-upper {
  background: rgba(76, 222, 50, 0.35); }
.was-validated .input-group .custom-range:invalid, .input-group .custom-range.is-invalid {
  border-color: #de3232; }
.was-validated .input-group .custom-range:invalid:focus, .input-group .custom-range.is-invalid:focus {
    border-color: #de3232;
    box-shadow: 0 0 0 0.2rem rgba(222, 50, 50, 0.25); }
.was-validated .custom-range:invalid:focus::-webkit-slider-thumb, .custom-range.is-invalid:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #f7cccc; }
.was-validated .custom-range:invalid:focus::-moz-range-thumb, .custom-range.is-invalid:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #f7cccc; }
.was-validated .custom-range:invalid:focus::-ms-thumb, .custom-range.is-invalid:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #f7cccc; }
.was-validated .custom-range:invalid::-webkit-slider-thumb, .custom-range.is-invalid::-webkit-slider-thumb {
  background-color: #de3232;
  background-image: none; }
.was-validated .custom-range:invalid::-webkit-slider-thumb:active, .custom-range.is-invalid::-webkit-slider-thumb:active {
    background-color: #f7cccc;
    background-image: none; }
.was-validated .custom-range:invalid::-webkit-slider-runnable-track, .custom-range.is-invalid::-webkit-slider-runnable-track {
  background-color: rgba(222, 50, 50, 0.35); }
.was-validated .custom-range:invalid::-moz-range-thumb, .custom-range.is-invalid::-moz-range-thumb {
  background-color: #de3232;
  background-image: none; }
.was-validated .custom-range:invalid::-moz-range-thumb:active, .custom-range.is-invalid::-moz-range-thumb:active {
    background-color: #f7cccc;
    background-image: none; }
.was-validated .custom-range:invalid::-moz-range-track, .custom-range.is-invalid::-moz-range-track {
  background: rgba(222, 50, 50, 0.35); }
.was-validated .custom-range:invalid ~ .invalid-feedback,
.was-validated .custom-range:invalid ~ .invalid-tooltip, .custom-range.is-invalid ~ .invalid-feedback,
.custom-range.is-invalid ~ .invalid-tooltip {
  display: block; }
.was-validated .custom-range:invalid::-ms-thumb, .custom-range.is-invalid::-ms-thumb {
  background-color: #de3232;
  background-image: none; }
.was-validated .custom-range:invalid::-ms-thumb:active, .custom-range.is-invalid::-ms-thumb:active {
    background-color: #f7cccc;
    background-image: none; }
.was-validated .custom-range:invalid::-ms-track-lower, .custom-range.is-invalid::-ms-track-lower {
  background: rgba(222, 50, 50, 0.35); }
.was-validated .custom-range:invalid::-ms-track-upper, .custom-range.is-invalid::-ms-track-upper {
  background: rgba(222, 50, 50, 0.35); }
.custom-radio.b-custom-control-lg,
.input-group-lg .custom-radio {
  font-size: 1rem;
  line-height: 1.5;
  padding-left: 1.875rem; }
.custom-radio.b-custom-control-lg .custom-control-label::before,
  .input-group-lg .custom-radio .custom-control-label::before {
    top: 0.125rem;
    left: -1.875rem;
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 50%; }
.custom-radio.b-custom-control-lg .custom-control-label::after,
  .input-group-lg .custom-radio .custom-control-label::after {
    top: 0.125rem;
    left: -1.875rem;
    width: 1.25rem;
    height: 1.25rem;
    background: no-repeat 50% / 50% 50%; }
.custom-radio.b-custom-control-sm,
.input-group-sm .custom-radio {
  font-size: 1rem;
  line-height: 1.5;
  padding-left: 1.3125rem; }
.custom-radio.b-custom-control-sm .custom-control-label::before,
  .input-group-sm .custom-radio .custom-control-label::before {
    top: 0.3125rem;
    left: -1.3125rem;
    width: 0.875rem;
    height: 0.875rem;
    border-radius: 50%; }
.custom-radio.b-custom-control-sm .custom-control-label::after,
  .input-group-sm .custom-radio .custom-control-label::after {
    top: 0.3125rem;
    left: -1.3125rem;
    width: 0.875rem;
    height: 0.875rem;
    background: no-repeat 50% / 50% 50%; }
.b-form-tags.focus {
  color: #1d2020;
  background-color: #fff;
  border-color: #1d2020;
  outline: 0;
  box-shadow: none !important; }
.b-form-tags.focus.is-valid {
    border-color: #4cde32;
    box-shadow: 0 0 0 0.2rem rgba(76, 222, 50, 0.25); }
.b-form-tags.focus.is-invalid {
    border-color: #de3232;
    box-shadow: 0 0 0 0.2rem rgba(222, 50, 50, 0.25); }
.b-form-tags.disabled {
  background-color: #e9ecef; }
.b-form-tag {
  font-size: 75%;
  font-weight: normal;
  line-height: 1; }
.b-form-tag.disabled {
    opacity: 0.75; }
.b-form-tag > button.b-form-tag-remove {
    color: inherit;
    font-size: 125%;
    line-height: 1;
    float: none; }
.form-control-sm .b-form-tag {
  line-height: 1; }
.form-control-lg .b-form-tag {
  line-height: 1; }
.modal-backdrop {
  opacity: 0.5; }
.b-pagination-pills .page-item .page-link {
  border-radius: 50rem !important;
  margin-left: 0.25rem;
  line-height: 1; }
.b-pagination-pills .page-item:first-child .page-link {
  margin-left: 0; }
.popover.b-popover {
  display: block;
  opacity: 1;
  outline: 0; }
.popover.b-popover.fade:not(.show) {
    opacity: 0; }
.popover.b-popover.show {
    opacity: 1; }
.b-popover-white.popover {
  background-color: white;
  border-color: white; }
.b-popover-white.bs-popover-top > .arrow::before, .b-popover-white.bs-popover-auto[x-placement^="top"] > .arrow::before {
  border-top-color: white; }
.b-popover-white.bs-popover-top > .arrow::after, .b-popover-white.bs-popover-auto[x-placement^="top"] > .arrow::after {
  border-top-color: white; }
.b-popover-white.bs-popover-right > .arrow::before, .b-popover-white.bs-popover-auto[x-placement^="right"] > .arrow::before {
  border-right-color: white; }
.b-popover-white.bs-popover-right > .arrow::after, .b-popover-white.bs-popover-auto[x-placement^="right"] > .arrow::after {
  border-right-color: white; }
.b-popover-white.bs-popover-bottom > .arrow::before, .b-popover-white.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  border-bottom-color: white; }
.b-popover-white.bs-popover-bottom > .arrow::after, .b-popover-white.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  border-bottom-color: #f7f7f7; }
.b-popover-white.bs-popover-bottom .popover-header::before, .b-popover-white.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  border-bottom-color: #f7f7f7; }
.b-popover-white.bs-popover-left > .arrow::before, .b-popover-white.bs-popover-auto[x-placement^="left"] > .arrow::before {
  border-left-color: white; }
.b-popover-white.bs-popover-left > .arrow::after, .b-popover-white.bs-popover-auto[x-placement^="left"] > .arrow::after {
  border-left-color: white; }
.b-popover-white .popover-header {
  color: #606262;
  background-color: #f7f7f7;
  border-bottom-color: #ebebeb; }
.b-popover-white .popover-body {
  color: #939494; }
.b-popover-gray-100.popover {
  background-color: #fefefe;
  border-color: #fdfdfe; }
.b-popover-gray-100.bs-popover-top > .arrow::before, .b-popover-gray-100.bs-popover-auto[x-placement^="top"] > .arrow::before {
  border-top-color: #fdfdfe; }
.b-popover-gray-100.bs-popover-top > .arrow::after, .b-popover-gray-100.bs-popover-auto[x-placement^="top"] > .arrow::after {
  border-top-color: #fefefe; }
.b-popover-gray-100.bs-popover-right > .arrow::before, .b-popover-gray-100.bs-popover-auto[x-placement^="right"] > .arrow::before {
  border-right-color: #fdfdfe; }
.b-popover-gray-100.bs-popover-right > .arrow::after, .b-popover-gray-100.bs-popover-auto[x-placement^="right"] > .arrow::after {
  border-right-color: #fefefe; }
.b-popover-gray-100.bs-popover-bottom > .arrow::before, .b-popover-gray-100.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  border-bottom-color: #fdfdfe; }
.b-popover-gray-100.bs-popover-bottom > .arrow::after, .b-popover-gray-100.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  border-bottom-color: #f6f6f6; }
.b-popover-gray-100.bs-popover-bottom .popover-header::before, .b-popover-gray-100.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  border-bottom-color: #f6f6f6; }
.b-popover-gray-100.bs-popover-left > .arrow::before, .b-popover-gray-100.bs-popover-auto[x-placement^="left"] > .arrow::before {
  border-left-color: #fdfdfe; }
.b-popover-gray-100.bs-popover-left > .arrow::after, .b-popover-gray-100.bs-popover-auto[x-placement^="left"] > .arrow::after {
  border-left-color: #fefefe; }
.b-popover-gray-100 .popover-header {
  color: #606262;
  background-color: #f6f6f6;
  border-bottom-color: #eaeaea; }
.b-popover-gray-100 .popover-body {
  color: #8f9092; }
.b-popover-light.popover {
  background-color: #fefefe;
  border-color: #fdfdfe; }
.b-popover-light.bs-popover-top > .arrow::before, .b-popover-light.bs-popover-auto[x-placement^="top"] > .arrow::before {
  border-top-color: #fdfdfe; }
.b-popover-light.bs-popover-top > .arrow::after, .b-popover-light.bs-popover-auto[x-placement^="top"] > .arrow::after {
  border-top-color: #fefefe; }
.b-popover-light.bs-popover-right > .arrow::before, .b-popover-light.bs-popover-auto[x-placement^="right"] > .arrow::before {
  border-right-color: #fdfdfe; }
.b-popover-light.bs-popover-right > .arrow::after, .b-popover-light.bs-popover-auto[x-placement^="right"] > .arrow::after {
  border-right-color: #fefefe; }
.b-popover-light.bs-popover-bottom > .arrow::before, .b-popover-light.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  border-bottom-color: #fdfdfe; }
.b-popover-light.bs-popover-bottom > .arrow::after, .b-popover-light.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  border-bottom-color: #f6f6f6; }
.b-popover-light.bs-popover-bottom .popover-header::before, .b-popover-light.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  border-bottom-color: #f6f6f6; }
.b-popover-light.bs-popover-left > .arrow::before, .b-popover-light.bs-popover-auto[x-placement^="left"] > .arrow::before {
  border-left-color: #fdfdfe; }
.b-popover-light.bs-popover-left > .arrow::after, .b-popover-light.bs-popover-auto[x-placement^="left"] > .arrow::after {
  border-left-color: #fefefe; }
.b-popover-light .popover-header {
  color: #606262;
  background-color: #f6f6f6;
  border-bottom-color: #eaeaea; }
.b-popover-light .popover-body {
  color: #8f9092; }
.b-popover-gray-200.popover {
  background-color: #fbfbfc;
  border-color: #f9fafb; }
.b-popover-gray-200.bs-popover-top > .arrow::before, .b-popover-gray-200.bs-popover-auto[x-placement^="top"] > .arrow::before {
  border-top-color: #f9fafb; }
.b-popover-gray-200.bs-popover-top > .arrow::after, .b-popover-gray-200.bs-popover-auto[x-placement^="top"] > .arrow::after {
  border-top-color: #fbfbfc; }
.b-popover-gray-200.bs-popover-right > .arrow::before, .b-popover-gray-200.bs-popover-auto[x-placement^="right"] > .arrow::before {
  border-right-color: #f9fafb; }
.b-popover-gray-200.bs-popover-right > .arrow::after, .b-popover-gray-200.bs-popover-auto[x-placement^="right"] > .arrow::after {
  border-right-color: #fbfbfc; }
.b-popover-gray-200.bs-popover-bottom > .arrow::before, .b-popover-gray-200.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  border-bottom-color: #f9fafb; }
.b-popover-gray-200.bs-popover-bottom > .arrow::after, .b-popover-gray-200.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  border-bottom-color: #f2f2f5; }
.b-popover-gray-200.bs-popover-bottom .popover-header::before, .b-popover-gray-200.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  border-bottom-color: #f2f2f5; }
.b-popover-gray-200.bs-popover-left > .arrow::before, .b-popover-gray-200.bs-popover-auto[x-placement^="left"] > .arrow::before {
  border-left-color: #f9fafb; }
.b-popover-gray-200.bs-popover-left > .arrow::after, .b-popover-gray-200.bs-popover-auto[x-placement^="left"] > .arrow::after {
  border-left-color: #fbfbfc; }
.b-popover-gray-200 .popover-header {
  color: #606262;
  background-color: #f2f2f5;
  border-bottom-color: #e4e4eb; }
.b-popover-gray-200 .popover-body {
  color: #878a8c; }
.b-popover-gray-300.popover {
  background-color: #f6f6f6;
  border-color: #f2f2f2; }
.b-popover-gray-300.bs-popover-top > .arrow::before, .b-popover-gray-300.bs-popover-auto[x-placement^="top"] > .arrow::before {
  border-top-color: #f2f2f2; }
.b-popover-gray-300.bs-popover-top > .arrow::after, .b-popover-gray-300.bs-popover-auto[x-placement^="top"] > .arrow::after {
  border-top-color: #f6f6f6; }
.b-popover-gray-300.bs-popover-right > .arrow::before, .b-popover-gray-300.bs-popover-auto[x-placement^="right"] > .arrow::before {
  border-right-color: #f2f2f2; }
.b-popover-gray-300.bs-popover-right > .arrow::after, .b-popover-gray-300.bs-popover-auto[x-placement^="right"] > .arrow::after {
  border-right-color: #f6f6f6; }
.b-popover-gray-300.bs-popover-bottom > .arrow::before, .b-popover-gray-300.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  border-bottom-color: #f2f2f2; }
.b-popover-gray-300.bs-popover-bottom > .arrow::after, .b-popover-gray-300.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  border-bottom-color: #eeeeee; }
.b-popover-gray-300.bs-popover-bottom .popover-header::before, .b-popover-gray-300.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  border-bottom-color: #eeeeee; }
.b-popover-gray-300.bs-popover-left > .arrow::before, .b-popover-gray-300.bs-popover-auto[x-placement^="left"] > .arrow::before {
  border-left-color: #f2f2f2; }
.b-popover-gray-300.bs-popover-left > .arrow::after, .b-popover-gray-300.bs-popover-auto[x-placement^="left"] > .arrow::after {
  border-left-color: #f6f6f6; }
.b-popover-gray-300 .popover-header {
  color: #606262;
  background-color: #eeeeee;
  border-bottom-color: #e2e2e2; }
.b-popover-gray-300 .popover-body {
  color: #7b7d7d; }
.b-popover-gray-400.popover {
  background-color: #f5f6f8;
  border-color: #f1f3f5; }
.b-popover-gray-400.bs-popover-top > .arrow::before, .b-popover-gray-400.bs-popover-auto[x-placement^="top"] > .arrow::before {
  border-top-color: #f1f3f5; }
.b-popover-gray-400.bs-popover-top > .arrow::after, .b-popover-gray-400.bs-popover-auto[x-placement^="top"] > .arrow::after {
  border-top-color: #f5f6f8; }
.b-popover-gray-400.bs-popover-right > .arrow::before, .b-popover-gray-400.bs-popover-auto[x-placement^="right"] > .arrow::before {
  border-right-color: #f1f3f5; }
.b-popover-gray-400.bs-popover-right > .arrow::after, .b-popover-gray-400.bs-popover-auto[x-placement^="right"] > .arrow::after {
  border-right-color: #f5f6f8; }
.b-popover-gray-400.bs-popover-bottom > .arrow::before, .b-popover-gray-400.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  border-bottom-color: #f1f3f5; }
.b-popover-gray-400.bs-popover-bottom > .arrow::after, .b-popover-gray-400.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  border-bottom-color: #eceef2; }
.b-popover-gray-400.bs-popover-bottom .popover-header::before, .b-popover-gray-400.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  border-bottom-color: #eceef2; }
.b-popover-gray-400.bs-popover-left > .arrow::before, .b-popover-gray-400.bs-popover-auto[x-placement^="left"] > .arrow::before {
  border-left-color: #f1f3f5; }
.b-popover-gray-400.bs-popover-left > .arrow::after, .b-popover-gray-400.bs-popover-auto[x-placement^="left"] > .arrow::after {
  border-left-color: #f5f6f8; }
.b-popover-gray-400 .popover-header {
  color: #606262;
  background-color: #eceef2;
  border-bottom-color: #dde0e7; }
.b-popover-gray-400 .popover-body {
  color: #797e81; }
.b-popover-gray-500.popover {
  background-color: #eff0f2;
  border-color: #e8eaed; }
.b-popover-gray-500.bs-popover-top > .arrow::before, .b-popover-gray-500.bs-popover-auto[x-placement^="top"] > .arrow::before {
  border-top-color: #e8eaed; }
.b-popover-gray-500.bs-popover-top > .arrow::after, .b-popover-gray-500.bs-popover-auto[x-placement^="top"] > .arrow::after {
  border-top-color: #eff0f2; }
.b-popover-gray-500.bs-popover-right > .arrow::before, .b-popover-gray-500.bs-popover-auto[x-placement^="right"] > .arrow::before {
  border-right-color: #e8eaed; }
.b-popover-gray-500.bs-popover-right > .arrow::after, .b-popover-gray-500.bs-popover-auto[x-placement^="right"] > .arrow::after {
  border-right-color: #eff0f2; }
.b-popover-gray-500.bs-popover-bottom > .arrow::before, .b-popover-gray-500.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  border-bottom-color: #e8eaed; }
.b-popover-gray-500.bs-popover-bottom > .arrow::after, .b-popover-gray-500.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  border-bottom-color: #e7e8eb; }
.b-popover-gray-500.bs-popover-bottom .popover-header::before, .b-popover-gray-500.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  border-bottom-color: #e7e8eb; }
.b-popover-gray-500.bs-popover-left > .arrow::before, .b-popover-gray-500.bs-popover-auto[x-placement^="left"] > .arrow::before {
  border-left-color: #e8eaed; }
.b-popover-gray-500.bs-popover-left > .arrow::after, .b-popover-gray-500.bs-popover-auto[x-placement^="left"] > .arrow::after {
  border-left-color: #eff0f2; }
.b-popover-gray-500 .popover-header {
  color: #606262;
  background-color: #e7e8eb;
  border-bottom-color: #d8dbe0; }
.b-popover-gray-500 .popover-body {
  color: #686d72; }
.b-popover-gray-600.popover {
  background-color: #efefef;
  border-color: #e9e9e9; }
.b-popover-gray-600.bs-popover-top > .arrow::before, .b-popover-gray-600.bs-popover-auto[x-placement^="top"] > .arrow::before {
  border-top-color: #e9e9e9; }
.b-popover-gray-600.bs-popover-top > .arrow::after, .b-popover-gray-600.bs-popover-auto[x-placement^="top"] > .arrow::after {
  border-top-color: #efefef; }
.b-popover-gray-600.bs-popover-right > .arrow::before, .b-popover-gray-600.bs-popover-auto[x-placement^="right"] > .arrow::before {
  border-right-color: #e9e9e9; }
.b-popover-gray-600.bs-popover-right > .arrow::after, .b-popover-gray-600.bs-popover-auto[x-placement^="right"] > .arrow::after {
  border-right-color: #efefef; }
.b-popover-gray-600.bs-popover-bottom > .arrow::before, .b-popover-gray-600.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  border-bottom-color: #e9e9e9; }
.b-popover-gray-600.bs-popover-bottom > .arrow::after, .b-popover-gray-600.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  border-bottom-color: #e7e7e7; }
.b-popover-gray-600.bs-popover-bottom .popover-header::before, .b-popover-gray-600.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  border-bottom-color: #e7e7e7; }
.b-popover-gray-600.bs-popover-left > .arrow::before, .b-popover-gray-600.bs-popover-auto[x-placement^="left"] > .arrow::before {
  border-left-color: #e9e9e9; }
.b-popover-gray-600.bs-popover-left > .arrow::after, .b-popover-gray-600.bs-popover-auto[x-placement^="left"] > .arrow::after {
  border-left-color: #efefef; }
.b-popover-gray-600 .popover-header {
  color: #606262;
  background-color: #e7e7e7;
  border-bottom-color: #dbdbdb; }
.b-popover-gray-600 .popover-body {
  color: #696b6b; }
.b-popover-gray.popover {
  background-color: #efefef;
  border-color: #e9e9e9; }
.b-popover-gray.bs-popover-top > .arrow::before, .b-popover-gray.bs-popover-auto[x-placement^="top"] > .arrow::before {
  border-top-color: #e9e9e9; }
.b-popover-gray.bs-popover-top > .arrow::after, .b-popover-gray.bs-popover-auto[x-placement^="top"] > .arrow::after {
  border-top-color: #efefef; }
.b-popover-gray.bs-popover-right > .arrow::before, .b-popover-gray.bs-popover-auto[x-placement^="right"] > .arrow::before {
  border-right-color: #e9e9e9; }
.b-popover-gray.bs-popover-right > .arrow::after, .b-popover-gray.bs-popover-auto[x-placement^="right"] > .arrow::after {
  border-right-color: #efefef; }
.b-popover-gray.bs-popover-bottom > .arrow::before, .b-popover-gray.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  border-bottom-color: #e9e9e9; }
.b-popover-gray.bs-popover-bottom > .arrow::after, .b-popover-gray.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  border-bottom-color: #e7e7e7; }
.b-popover-gray.bs-popover-bottom .popover-header::before, .b-popover-gray.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  border-bottom-color: #e7e7e7; }
.b-popover-gray.bs-popover-left > .arrow::before, .b-popover-gray.bs-popover-auto[x-placement^="left"] > .arrow::before {
  border-left-color: #e9e9e9; }
.b-popover-gray.bs-popover-left > .arrow::after, .b-popover-gray.bs-popover-auto[x-placement^="left"] > .arrow::after {
  border-left-color: #efefef; }
.b-popover-gray .popover-header {
  color: #606262;
  background-color: #e7e7e7;
  border-bottom-color: #dbdbdb; }
.b-popover-gray .popover-body {
  color: #696b6b; }
.b-popover-gray-700.popover {
  background-color: #dbdcdd;
  border-color: #ccced0; }
.b-popover-gray-700.bs-popover-top > .arrow::before, .b-popover-gray-700.bs-popover-auto[x-placement^="top"] > .arrow::before {
  border-top-color: #ccced0; }
.b-popover-gray-700.bs-popover-top > .arrow::after, .b-popover-gray-700.bs-popover-auto[x-placement^="top"] > .arrow::after {
  border-top-color: #dbdcdd; }
.b-popover-gray-700.bs-popover-right > .arrow::before, .b-popover-gray-700.bs-popover-auto[x-placement^="right"] > .arrow::before {
  border-right-color: #ccced0; }
.b-popover-gray-700.bs-popover-right > .arrow::after, .b-popover-gray-700.bs-popover-auto[x-placement^="right"] > .arrow::after {
  border-right-color: #dbdcdd; }
.b-popover-gray-700.bs-popover-bottom > .arrow::before, .b-popover-gray-700.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  border-bottom-color: #ccced0; }
.b-popover-gray-700.bs-popover-bottom > .arrow::after, .b-popover-gray-700.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  border-bottom-color: #d3d4d6; }
.b-popover-gray-700.bs-popover-bottom .popover-header::before, .b-popover-gray-700.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  border-bottom-color: #d3d4d6; }
.b-popover-gray-700.bs-popover-left > .arrow::before, .b-popover-gray-700.bs-popover-auto[x-placement^="left"] > .arrow::before {
  border-left-color: #ccced0; }
.b-popover-gray-700.bs-popover-left > .arrow::after, .b-popover-gray-700.bs-popover-auto[x-placement^="left"] > .arrow::after {
  border-left-color: #dbdcdd; }
.b-popover-gray-700 .popover-header {
  color: #fff;
  background-color: #d3d4d6;
  border-bottom-color: #c6c8c9; }
.b-popover-gray-700 .popover-body {
  color: #34393d; }
.b-popover-gray-800.popover {
  background-color: #d6d8d9;
  border-color: #c6c8ca; }
.b-popover-gray-800.bs-popover-top > .arrow::before, .b-popover-gray-800.bs-popover-auto[x-placement^="top"] > .arrow::before {
  border-top-color: #c6c8ca; }
.b-popover-gray-800.bs-popover-top > .arrow::after, .b-popover-gray-800.bs-popover-auto[x-placement^="top"] > .arrow::after {
  border-top-color: #d6d8d9; }
.b-popover-gray-800.bs-popover-right > .arrow::before, .b-popover-gray-800.bs-popover-auto[x-placement^="right"] > .arrow::before {
  border-right-color: #c6c8ca; }
.b-popover-gray-800.bs-popover-right > .arrow::after, .b-popover-gray-800.bs-popover-auto[x-placement^="right"] > .arrow::after {
  border-right-color: #d6d8d9; }
.b-popover-gray-800.bs-popover-bottom > .arrow::before, .b-popover-gray-800.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  border-bottom-color: #c6c8ca; }
.b-popover-gray-800.bs-popover-bottom > .arrow::after, .b-popover-gray-800.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  border-bottom-color: #ced0d2; }
.b-popover-gray-800.bs-popover-bottom .popover-header::before, .b-popover-gray-800.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  border-bottom-color: #ced0d2; }
.b-popover-gray-800.bs-popover-left > .arrow::before, .b-popover-gray-800.bs-popover-auto[x-placement^="left"] > .arrow::before {
  border-left-color: #c6c8ca; }
.b-popover-gray-800.bs-popover-left > .arrow::after, .b-popover-gray-800.bs-popover-auto[x-placement^="left"] > .arrow::after {
  border-left-color: #d6d8d9; }
.b-popover-gray-800 .popover-header {
  color: #fff;
  background-color: #ced0d2;
  border-bottom-color: #c1c4c5; }
.b-popover-gray-800 .popover-body {
  color: #292e31; }
.b-popover-gray-dark.popover {
  background-color: #d6d8d9;
  border-color: #c6c8ca; }
.b-popover-gray-dark.bs-popover-top > .arrow::before, .b-popover-gray-dark.bs-popover-auto[x-placement^="top"] > .arrow::before {
  border-top-color: #c6c8ca; }
.b-popover-gray-dark.bs-popover-top > .arrow::after, .b-popover-gray-dark.bs-popover-auto[x-placement^="top"] > .arrow::after {
  border-top-color: #d6d8d9; }
.b-popover-gray-dark.bs-popover-right > .arrow::before, .b-popover-gray-dark.bs-popover-auto[x-placement^="right"] > .arrow::before {
  border-right-color: #c6c8ca; }
.b-popover-gray-dark.bs-popover-right > .arrow::after, .b-popover-gray-dark.bs-popover-auto[x-placement^="right"] > .arrow::after {
  border-right-color: #d6d8d9; }
.b-popover-gray-dark.bs-popover-bottom > .arrow::before, .b-popover-gray-dark.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  border-bottom-color: #c6c8ca; }
.b-popover-gray-dark.bs-popover-bottom > .arrow::after, .b-popover-gray-dark.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  border-bottom-color: #ced0d2; }
.b-popover-gray-dark.bs-popover-bottom .popover-header::before, .b-popover-gray-dark.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  border-bottom-color: #ced0d2; }
.b-popover-gray-dark.bs-popover-left > .arrow::before, .b-popover-gray-dark.bs-popover-auto[x-placement^="left"] > .arrow::before {
  border-left-color: #c6c8ca; }
.b-popover-gray-dark.bs-popover-left > .arrow::after, .b-popover-gray-dark.bs-popover-auto[x-placement^="left"] > .arrow::after {
  border-left-color: #d6d8d9; }
.b-popover-gray-dark .popover-header {
  color: #fff;
  background-color: #ced0d2;
  border-bottom-color: #c1c4c5; }
.b-popover-gray-dark .popover-body {
  color: #292e31; }
.b-popover-gray-900.popover {
  background-color: #dfe0e0;
  border-color: #d2d3d3; }
.b-popover-gray-900.bs-popover-top > .arrow::before, .b-popover-gray-900.bs-popover-auto[x-placement^="top"] > .arrow::before {
  border-top-color: #d2d3d3; }
.b-popover-gray-900.bs-popover-top > .arrow::after, .b-popover-gray-900.bs-popover-auto[x-placement^="top"] > .arrow::after {
  border-top-color: #dfe0e0; }
.b-popover-gray-900.bs-popover-right > .arrow::before, .b-popover-gray-900.bs-popover-auto[x-placement^="right"] > .arrow::before {
  border-right-color: #d2d3d3; }
.b-popover-gray-900.bs-popover-right > .arrow::after, .b-popover-gray-900.bs-popover-auto[x-placement^="right"] > .arrow::after {
  border-right-color: #dfe0e0; }
.b-popover-gray-900.bs-popover-bottom > .arrow::before, .b-popover-gray-900.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  border-bottom-color: #d2d3d3; }
.b-popover-gray-900.bs-popover-bottom > .arrow::after, .b-popover-gray-900.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  border-bottom-color: #d7d8d8; }
.b-popover-gray-900.bs-popover-bottom .popover-header::before, .b-popover-gray-900.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  border-bottom-color: #d7d8d8; }
.b-popover-gray-900.bs-popover-left > .arrow::before, .b-popover-gray-900.bs-popover-auto[x-placement^="left"] > .arrow::before {
  border-left-color: #d2d3d3; }
.b-popover-gray-900.bs-popover-left > .arrow::after, .b-popover-gray-900.bs-popover-auto[x-placement^="left"] > .arrow::after {
  border-left-color: #dfe0e0; }
.b-popover-gray-900 .popover-header {
  color: #fff;
  background-color: #d7d8d8;
  border-bottom-color: #cacccc; }
.b-popover-gray-900 .popover-body {
  color: #404242; }
.b-popover-dark.popover {
  background-color: #dfe0e0;
  border-color: #d2d3d3; }
.b-popover-dark.bs-popover-top > .arrow::before, .b-popover-dark.bs-popover-auto[x-placement^="top"] > .arrow::before {
  border-top-color: #d2d3d3; }
.b-popover-dark.bs-popover-top > .arrow::after, .b-popover-dark.bs-popover-auto[x-placement^="top"] > .arrow::after {
  border-top-color: #dfe0e0; }
.b-popover-dark.bs-popover-right > .arrow::before, .b-popover-dark.bs-popover-auto[x-placement^="right"] > .arrow::before {
  border-right-color: #d2d3d3; }
.b-popover-dark.bs-popover-right > .arrow::after, .b-popover-dark.bs-popover-auto[x-placement^="right"] > .arrow::after {
  border-right-color: #dfe0e0; }
.b-popover-dark.bs-popover-bottom > .arrow::before, .b-popover-dark.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  border-bottom-color: #d2d3d3; }
.b-popover-dark.bs-popover-bottom > .arrow::after, .b-popover-dark.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  border-bottom-color: #d7d8d8; }
.b-popover-dark.bs-popover-bottom .popover-header::before, .b-popover-dark.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  border-bottom-color: #d7d8d8; }
.b-popover-dark.bs-popover-left > .arrow::before, .b-popover-dark.bs-popover-auto[x-placement^="left"] > .arrow::before {
  border-left-color: #d2d3d3; }
.b-popover-dark.bs-popover-left > .arrow::after, .b-popover-dark.bs-popover-auto[x-placement^="left"] > .arrow::after {
  border-left-color: #dfe0e0; }
.b-popover-dark .popover-header {
  color: #fff;
  background-color: #d7d8d8;
  border-bottom-color: #cacccc; }
.b-popover-dark .popover-body {
  color: #404242; }
.b-popover-black.popover {
  background-color: #d2d2d2;
  border-color: #c0c1c1; }
.b-popover-black.bs-popover-top > .arrow::before, .b-popover-black.bs-popover-auto[x-placement^="top"] > .arrow::before {
  border-top-color: #c0c1c1; }
.b-popover-black.bs-popover-top > .arrow::after, .b-popover-black.bs-popover-auto[x-placement^="top"] > .arrow::after {
  border-top-color: #d2d2d2; }
.b-popover-black.bs-popover-right > .arrow::before, .b-popover-black.bs-popover-auto[x-placement^="right"] > .arrow::before {
  border-right-color: #c0c1c1; }
.b-popover-black.bs-popover-right > .arrow::after, .b-popover-black.bs-popover-auto[x-placement^="right"] > .arrow::after {
  border-right-color: #d2d2d2; }
.b-popover-black.bs-popover-bottom > .arrow::before, .b-popover-black.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  border-bottom-color: #c0c1c1; }
.b-popover-black.bs-popover-bottom > .arrow::after, .b-popover-black.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  border-bottom-color: #cacaca; }
.b-popover-black.bs-popover-bottom .popover-header::before, .b-popover-black.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  border-bottom-color: #cacaca; }
.b-popover-black.bs-popover-left > .arrow::before, .b-popover-black.bs-popover-auto[x-placement^="left"] > .arrow::before {
  border-left-color: #c0c1c1; }
.b-popover-black.bs-popover-left > .arrow::after, .b-popover-black.bs-popover-auto[x-placement^="left"] > .arrow::after {
  border-left-color: #d2d2d2; }
.b-popover-black .popover-header {
  color: #fff;
  background-color: #cacaca;
  border-bottom-color: #bebebe; }
.b-popover-black .popover-body {
  color: #1d2020; }
.b-popover-blue.popover {
  background-color: #cce5ff;
  border-color: #b8daff; }
.b-popover-blue.bs-popover-top > .arrow::before, .b-popover-blue.bs-popover-auto[x-placement^="top"] > .arrow::before {
  border-top-color: #b8daff; }
.b-popover-blue.bs-popover-top > .arrow::after, .b-popover-blue.bs-popover-auto[x-placement^="top"] > .arrow::after {
  border-top-color: #cce5ff; }
.b-popover-blue.bs-popover-right > .arrow::before, .b-popover-blue.bs-popover-auto[x-placement^="right"] > .arrow::before {
  border-right-color: #b8daff; }
.b-popover-blue.bs-popover-right > .arrow::after, .b-popover-blue.bs-popover-auto[x-placement^="right"] > .arrow::after {
  border-right-color: #cce5ff; }
.b-popover-blue.bs-popover-bottom > .arrow::before, .b-popover-blue.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  border-bottom-color: #b8daff; }
.b-popover-blue.bs-popover-bottom > .arrow::after, .b-popover-blue.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  border-bottom-color: #bdddff; }
.b-popover-blue.bs-popover-bottom .popover-header::before, .b-popover-blue.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  border-bottom-color: #bdddff; }
.b-popover-blue.bs-popover-left > .arrow::before, .b-popover-blue.bs-popover-auto[x-placement^="left"] > .arrow::before {
  border-left-color: #b8daff; }
.b-popover-blue.bs-popover-left > .arrow::after, .b-popover-blue.bs-popover-auto[x-placement^="left"] > .arrow::after {
  border-left-color: #cce5ff; }
.b-popover-blue .popover-header {
  color: #fff;
  background-color: #bdddff;
  border-bottom-color: #a3d0ff; }
.b-popover-blue .popover-body {
  color: #0e4f94; }
.b-popover-indigo.popover {
  background-color: #e0cffc;
  border-color: #d4bcfb; }
.b-popover-indigo.bs-popover-top > .arrow::before, .b-popover-indigo.bs-popover-auto[x-placement^="top"] > .arrow::before {
  border-top-color: #d4bcfb; }
.b-popover-indigo.bs-popover-top > .arrow::after, .b-popover-indigo.bs-popover-auto[x-placement^="top"] > .arrow::after {
  border-top-color: #e0cffc; }
.b-popover-indigo.bs-popover-right > .arrow::before, .b-popover-indigo.bs-popover-auto[x-placement^="right"] > .arrow::before {
  border-right-color: #d4bcfb; }
.b-popover-indigo.bs-popover-right > .arrow::after, .b-popover-indigo.bs-popover-auto[x-placement^="right"] > .arrow::after {
  border-right-color: #e0cffc; }
.b-popover-indigo.bs-popover-bottom > .arrow::before, .b-popover-indigo.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  border-bottom-color: #d4bcfb; }
.b-popover-indigo.bs-popover-bottom > .arrow::after, .b-popover-indigo.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  border-bottom-color: #d7c1fb; }
.b-popover-indigo.bs-popover-bottom .popover-header::before, .b-popover-indigo.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  border-bottom-color: #d7c1fb; }
.b-popover-indigo.bs-popover-left > .arrow::before, .b-popover-indigo.bs-popover-auto[x-placement^="left"] > .arrow::before {
  border-left-color: #d4bcfb; }
.b-popover-indigo.bs-popover-left > .arrow::after, .b-popover-indigo.bs-popover-auto[x-placement^="left"] > .arrow::after {
  border-left-color: #e0cffc; }
.b-popover-indigo .popover-header {
  color: #fff;
  background-color: #d7c1fb;
  border-bottom-color: #c7a9fa; }
.b-popover-indigo .popover-body {
  color: #43188d; }
.b-popover-purple.popover {
  background-color: #e2d9f3;
  border-color: #d7caee; }
.b-popover-purple.bs-popover-top > .arrow::before, .b-popover-purple.bs-popover-auto[x-placement^="top"] > .arrow::before {
  border-top-color: #d7caee; }
.b-popover-purple.bs-popover-top > .arrow::after, .b-popover-purple.bs-popover-auto[x-placement^="top"] > .arrow::after {
  border-top-color: #e2d9f3; }
.b-popover-purple.bs-popover-right > .arrow::before, .b-popover-purple.bs-popover-auto[x-placement^="right"] > .arrow::before {
  border-right-color: #d7caee; }
.b-popover-purple.bs-popover-right > .arrow::after, .b-popover-purple.bs-popover-auto[x-placement^="right"] > .arrow::after {
  border-right-color: #e2d9f3; }
.b-popover-purple.bs-popover-bottom > .arrow::before, .b-popover-purple.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  border-bottom-color: #d7caee; }
.b-popover-purple.bs-popover-bottom > .arrow::after, .b-popover-purple.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  border-bottom-color: #d9cdef; }
.b-popover-purple.bs-popover-bottom .popover-header::before, .b-popover-purple.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  border-bottom-color: #d9cdef; }
.b-popover-purple.bs-popover-left > .arrow::before, .b-popover-purple.bs-popover-auto[x-placement^="left"] > .arrow::before {
  border-left-color: #d7caee; }
.b-popover-purple.bs-popover-left > .arrow::after, .b-popover-purple.bs-popover-auto[x-placement^="left"] > .arrow::after {
  border-left-color: #e2d9f3; }
.b-popover-purple .popover-header {
  color: #fff;
  background-color: #d9cdef;
  border-bottom-color: #cabae9; }
.b-popover-purple .popover-body {
  color: #483274; }
.b-popover-lightpurple.popover {
  background-color: #f7f7fb;
  border-color: #f4f4f9; }
.b-popover-lightpurple.bs-popover-top > .arrow::before, .b-popover-lightpurple.bs-popover-auto[x-placement^="top"] > .arrow::before {
  border-top-color: #f4f4f9; }
.b-popover-lightpurple.bs-popover-top > .arrow::after, .b-popover-lightpurple.bs-popover-auto[x-placement^="top"] > .arrow::after {
  border-top-color: #f7f7fb; }
.b-popover-lightpurple.bs-popover-right > .arrow::before, .b-popover-lightpurple.bs-popover-auto[x-placement^="right"] > .arrow::before {
  border-right-color: #f4f4f9; }
.b-popover-lightpurple.bs-popover-right > .arrow::after, .b-popover-lightpurple.bs-popover-auto[x-placement^="right"] > .arrow::after {
  border-right-color: #f7f7fb; }
.b-popover-lightpurple.bs-popover-bottom > .arrow::before, .b-popover-lightpurple.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  border-bottom-color: #f4f4f9; }
.b-popover-lightpurple.bs-popover-bottom > .arrow::after, .b-popover-lightpurple.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  border-bottom-color: #ededf6; }
.b-popover-lightpurple.bs-popover-bottom .popover-header::before, .b-popover-lightpurple.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  border-bottom-color: #ededf6; }
.b-popover-lightpurple.bs-popover-left > .arrow::before, .b-popover-lightpurple.bs-popover-auto[x-placement^="left"] > .arrow::before {
  border-left-color: #f4f4f9; }
.b-popover-lightpurple.bs-popover-left > .arrow::after, .b-popover-lightpurple.bs-popover-auto[x-placement^="left"] > .arrow::after {
  border-left-color: #f7f7fb; }
.b-popover-lightpurple .popover-header {
  color: #606262;
  background-color: #ededf6;
  border-bottom-color: #dcdced; }
.b-popover-lightpurple .popover-body {
  color: #7e808a; }
.b-popover-pink.popover {
  background-color: #fad8e8;
  border-color: #f9c9df; }
.b-popover-pink.bs-popover-top > .arrow::before, .b-popover-pink.bs-popover-auto[x-placement^="top"] > .arrow::before {
  border-top-color: #f9c9df; }
.b-popover-pink.bs-popover-top > .arrow::after, .b-popover-pink.bs-popover-auto[x-placement^="top"] > .arrow::after {
  border-top-color: #fad8e8; }
.b-popover-pink.bs-popover-right > .arrow::before, .b-popover-pink.bs-popover-auto[x-placement^="right"] > .arrow::before {
  border-right-color: #f9c9df; }
.b-popover-pink.bs-popover-right > .arrow::after, .b-popover-pink.bs-popover-auto[x-placement^="right"] > .arrow::after {
  border-right-color: #fad8e8; }
.b-popover-pink.bs-popover-bottom > .arrow::before, .b-popover-pink.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  border-bottom-color: #f9c9df; }
.b-popover-pink.bs-popover-bottom > .arrow::after, .b-popover-pink.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  border-bottom-color: #f8cae0; }
.b-popover-pink.bs-popover-bottom .popover-header::before, .b-popover-pink.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  border-bottom-color: #f8cae0; }
.b-popover-pink.bs-popover-left > .arrow::before, .b-popover-pink.bs-popover-auto[x-placement^="left"] > .arrow::before {
  border-left-color: #f9c9df; }
.b-popover-pink.bs-popover-left > .arrow::after, .b-popover-pink.bs-popover-auto[x-placement^="left"] > .arrow::after {
  border-left-color: #fad8e8; }
.b-popover-pink .popover-header {
  color: #fff;
  background-color: #f8cae0;
  border-bottom-color: #f5b4d3; }
.b-popover-pink .popover-body {
  color: #873058; }
.b-popover-red.popover {
  background-color: #f8d6d6;
  border-color: #f6c6c6; }
.b-popover-red.bs-popover-top > .arrow::before, .b-popover-red.bs-popover-auto[x-placement^="top"] > .arrow::before {
  border-top-color: #f6c6c6; }
.b-popover-red.bs-popover-top > .arrow::after, .b-popover-red.bs-popover-auto[x-placement^="top"] > .arrow::after {
  border-top-color: #f8d6d6; }
.b-popover-red.bs-popover-right > .arrow::before, .b-popover-red.bs-popover-auto[x-placement^="right"] > .arrow::before {
  border-right-color: #f6c6c6; }
.b-popover-red.bs-popover-right > .arrow::after, .b-popover-red.bs-popover-auto[x-placement^="right"] > .arrow::after {
  border-right-color: #f8d6d6; }
.b-popover-red.bs-popover-bottom > .arrow::before, .b-popover-red.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  border-bottom-color: #f6c6c6; }
.b-popover-red.bs-popover-bottom > .arrow::after, .b-popover-red.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  border-bottom-color: #f6c9c9; }
.b-popover-red.bs-popover-bottom .popover-header::before, .b-popover-red.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  border-bottom-color: #f6c9c9; }
.b-popover-red.bs-popover-left > .arrow::before, .b-popover-red.bs-popover-auto[x-placement^="left"] > .arrow::before {
  border-left-color: #f6c6c6; }
.b-popover-red.bs-popover-left > .arrow::after, .b-popover-red.bs-popover-auto[x-placement^="left"] > .arrow::after {
  border-left-color: #f8d6d6; }
.b-popover-red .popover-header {
  color: #fff;
  background-color: #f6c9c9;
  border-bottom-color: #f2b3b3; }
.b-popover-red .popover-body {
  color: #812929; }
.b-popover-orange.popover {
  background-color: #ffdfd8;
  border-color: #ffd2c8; }
.b-popover-orange.bs-popover-top > .arrow::before, .b-popover-orange.bs-popover-auto[x-placement^="top"] > .arrow::before {
  border-top-color: #ffd2c8; }
.b-popover-orange.bs-popover-top > .arrow::after, .b-popover-orange.bs-popover-auto[x-placement^="top"] > .arrow::after {
  border-top-color: #ffdfd8; }
.b-popover-orange.bs-popover-right > .arrow::before, .b-popover-orange.bs-popover-auto[x-placement^="right"] > .arrow::before {
  border-right-color: #ffd2c8; }
.b-popover-orange.bs-popover-right > .arrow::after, .b-popover-orange.bs-popover-auto[x-placement^="right"] > .arrow::after {
  border-right-color: #ffdfd8; }
.b-popover-orange.bs-popover-bottom > .arrow::before, .b-popover-orange.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  border-bottom-color: #ffd2c8; }
.b-popover-orange.bs-popover-bottom > .arrow::after, .b-popover-orange.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  border-bottom-color: #ffd2c9; }
.b-popover-orange.bs-popover-bottom .popover-header::before, .b-popover-orange.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  border-bottom-color: #ffd2c9; }
.b-popover-orange.bs-popover-left > .arrow::before, .b-popover-orange.bs-popover-auto[x-placement^="left"] > .arrow::before {
  border-left-color: #ffd2c8; }
.b-popover-orange.bs-popover-left > .arrow::after, .b-popover-orange.bs-popover-auto[x-placement^="left"] > .arrow::after {
  border-left-color: #ffdfd8; }
.b-popover-orange .popover-header {
  color: #606262;
  background-color: #ffd2c9;
  border-bottom-color: #ffbeaf; }
.b-popover-orange .popover-body {
  color: #93402e; }
.b-popover-lightorange.popover {
  background-color: #fffdfd;
  border-color: #fffcfc; }
.b-popover-lightorange.bs-popover-top > .arrow::before, .b-popover-lightorange.bs-popover-auto[x-placement^="top"] > .arrow::before {
  border-top-color: #fffcfc; }
.b-popover-lightorange.bs-popover-top > .arrow::after, .b-popover-lightorange.bs-popover-auto[x-placement^="top"] > .arrow::after {
  border-top-color: #fffdfd; }
.b-popover-lightorange.bs-popover-right > .arrow::before, .b-popover-lightorange.bs-popover-auto[x-placement^="right"] > .arrow::before {
  border-right-color: #fffcfc; }
.b-popover-lightorange.bs-popover-right > .arrow::after, .b-popover-lightorange.bs-popover-auto[x-placement^="right"] > .arrow::after {
  border-right-color: #fffdfd; }
.b-popover-lightorange.bs-popover-bottom > .arrow::before, .b-popover-lightorange.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  border-bottom-color: #fffcfc; }
.b-popover-lightorange.bs-popover-bottom > .arrow::after, .b-popover-lightorange.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  border-bottom-color: #ffeeee; }
.b-popover-lightorange.bs-popover-bottom .popover-header::before, .b-popover-lightorange.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  border-bottom-color: #ffeeee; }
.b-popover-lightorange.bs-popover-left > .arrow::before, .b-popover-lightorange.bs-popover-auto[x-placement^="left"] > .arrow::before {
  border-left-color: #fffcfc; }
.b-popover-lightorange.bs-popover-left > .arrow::after, .b-popover-lightorange.bs-popover-auto[x-placement^="left"] > .arrow::after {
  border-left-color: #fffdfd; }
.b-popover-lightorange .popover-header {
  color: #606262;
  background-color: #ffeeee;
  border-bottom-color: #ffd4d4; }
.b-popover-lightorange .popover-body {
  color: #938f8e; }
.b-popover-yellow.popover {
  background-color: #fff3cd;
  border-color: #ffeeba; }
.b-popover-yellow.bs-popover-top > .arrow::before, .b-popover-yellow.bs-popover-auto[x-placement^="top"] > .arrow::before {
  border-top-color: #ffeeba; }
.b-popover-yellow.bs-popover-top > .arrow::after, .b-popover-yellow.bs-popover-auto[x-placement^="top"] > .arrow::after {
  border-top-color: #fff3cd; }
.b-popover-yellow.bs-popover-right > .arrow::before, .b-popover-yellow.bs-popover-auto[x-placement^="right"] > .arrow::before {
  border-right-color: #ffeeba; }
.b-popover-yellow.bs-popover-right > .arrow::after, .b-popover-yellow.bs-popover-auto[x-placement^="right"] > .arrow::after {
  border-right-color: #fff3cd; }
.b-popover-yellow.bs-popover-bottom > .arrow::before, .b-popover-yellow.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  border-bottom-color: #ffeeba; }
.b-popover-yellow.bs-popover-bottom > .arrow::after, .b-popover-yellow.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  border-bottom-color: #ffefbe; }
.b-popover-yellow.bs-popover-bottom .popover-header::before, .b-popover-yellow.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  border-bottom-color: #ffefbe; }
.b-popover-yellow.bs-popover-left > .arrow::before, .b-popover-yellow.bs-popover-auto[x-placement^="left"] > .arrow::before {
  border-left-color: #ffeeba; }
.b-popover-yellow.bs-popover-left > .arrow::after, .b-popover-yellow.bs-popover-auto[x-placement^="left"] > .arrow::after {
  border-left-color: #fff3cd; }
.b-popover-yellow .popover-header {
  color: #606262;
  background-color: #ffefbe;
  border-bottom-color: #ffe9a4; }
.b-popover-yellow .popover-body {
  color: #937413; }
.b-popover-green.popover {
  background-color: #dbf8d6;
  border-color: #cdf6c6; }
.b-popover-green.bs-popover-top > .arrow::before, .b-popover-green.bs-popover-auto[x-placement^="top"] > .arrow::before {
  border-top-color: #cdf6c6; }
.b-popover-green.bs-popover-top > .arrow::after, .b-popover-green.bs-popover-auto[x-placement^="top"] > .arrow::after {
  border-top-color: #dbf8d6; }
.b-popover-green.bs-popover-right > .arrow::before, .b-popover-green.bs-popover-auto[x-placement^="right"] > .arrow::before {
  border-right-color: #cdf6c6; }
.b-popover-green.bs-popover-right > .arrow::after, .b-popover-green.bs-popover-auto[x-placement^="right"] > .arrow::after {
  border-right-color: #dbf8d6; }
.b-popover-green.bs-popover-bottom > .arrow::before, .b-popover-green.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  border-bottom-color: #cdf6c6; }
.b-popover-green.bs-popover-bottom > .arrow::after, .b-popover-green.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  border-bottom-color: #d0f6c9; }
.b-popover-green.bs-popover-bottom .popover-header::before, .b-popover-green.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  border-bottom-color: #d0f6c9; }
.b-popover-green.bs-popover-left > .arrow::before, .b-popover-green.bs-popover-auto[x-placement^="left"] > .arrow::before {
  border-left-color: #cdf6c6; }
.b-popover-green.bs-popover-left > .arrow::after, .b-popover-green.bs-popover-auto[x-placement^="left"] > .arrow::after {
  border-left-color: #dbf8d6; }
.b-popover-green .popover-header {
  color: #606262;
  background-color: #d0f6c9;
  border-bottom-color: #bcf2b3; }
.b-popover-green .popover-body {
  color: #358329; }
.b-popover-teal.popover {
  background-color: #d2f4ea;
  border-color: #c1f0e2; }
.b-popover-teal.bs-popover-top > .arrow::before, .b-popover-teal.bs-popover-auto[x-placement^="top"] > .arrow::before {
  border-top-color: #c1f0e2; }
.b-popover-teal.bs-popover-top > .arrow::after, .b-popover-teal.bs-popover-auto[x-placement^="top"] > .arrow::after {
  border-top-color: #d2f4ea; }
.b-popover-teal.bs-popover-right > .arrow::before, .b-popover-teal.bs-popover-auto[x-placement^="right"] > .arrow::before {
  border-right-color: #c1f0e2; }
.b-popover-teal.bs-popover-right > .arrow::after, .b-popover-teal.bs-popover-auto[x-placement^="right"] > .arrow::after {
  border-right-color: #d2f4ea; }
.b-popover-teal.bs-popover-bottom > .arrow::before, .b-popover-teal.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  border-bottom-color: #c1f0e2; }
.b-popover-teal.bs-popover-bottom > .arrow::after, .b-popover-teal.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  border-bottom-color: #c6f1e4; }
.b-popover-teal.bs-popover-bottom .popover-header::before, .b-popover-teal.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  border-bottom-color: #c6f1e4; }
.b-popover-teal.bs-popover-left > .arrow::before, .b-popover-teal.bs-popover-auto[x-placement^="left"] > .arrow::before {
  border-left-color: #c1f0e2; }
.b-popover-teal.bs-popover-left > .arrow::after, .b-popover-teal.bs-popover-auto[x-placement^="left"] > .arrow::after {
  border-left-color: #d2f4ea; }
.b-popover-teal .popover-header {
  color: #606262;
  background-color: #c6f1e4;
  border-bottom-color: #b1ecdb; }
.b-popover-teal .popover-body {
  color: #1f785e; }
.b-popover-cyan.popover {
  background-color: #ddf9f9;
  border-color: #d0f7f7; }
.b-popover-cyan.bs-popover-top > .arrow::before, .b-popover-cyan.bs-popover-auto[x-placement^="top"] > .arrow::before {
  border-top-color: #d0f7f7; }
.b-popover-cyan.bs-popover-top > .arrow::after, .b-popover-cyan.bs-popover-auto[x-placement^="top"] > .arrow::after {
  border-top-color: #ddf9f9; }
.b-popover-cyan.bs-popover-right > .arrow::before, .b-popover-cyan.bs-popover-auto[x-placement^="right"] > .arrow::before {
  border-right-color: #d0f7f7; }
.b-popover-cyan.bs-popover-right > .arrow::after, .b-popover-cyan.bs-popover-auto[x-placement^="right"] > .arrow::after {
  border-right-color: #ddf9f9; }
.b-popover-cyan.bs-popover-bottom > .arrow::before, .b-popover-cyan.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  border-bottom-color: #d0f7f7; }
.b-popover-cyan.bs-popover-bottom > .arrow::after, .b-popover-cyan.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  border-bottom-color: #d0f7f7; }
.b-popover-cyan.bs-popover-bottom .popover-header::before, .b-popover-cyan.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  border-bottom-color: #d0f7f7; }
.b-popover-cyan.bs-popover-left > .arrow::before, .b-popover-cyan.bs-popover-auto[x-placement^="left"] > .arrow::before {
  border-left-color: #d0f7f7; }
.b-popover-cyan.bs-popover-left > .arrow::after, .b-popover-cyan.bs-popover-auto[x-placement^="left"] > .arrow::after {
  border-left-color: #ddf9f9; }
.b-popover-cyan .popover-header {
  color: #606262;
  background-color: #d0f7f7;
  border-bottom-color: #baf3f3; }
.b-popover-cyan .popover-body {
  color: #3b8585; }
.b-popover-lightcyan.popover {
  background-color: #f9ffff;
  border-color: #f7ffff; }
.b-popover-lightcyan.bs-popover-top > .arrow::before, .b-popover-lightcyan.bs-popover-auto[x-placement^="top"] > .arrow::before {
  border-top-color: #f7ffff; }
.b-popover-lightcyan.bs-popover-top > .arrow::after, .b-popover-lightcyan.bs-popover-auto[x-placement^="top"] > .arrow::after {
  border-top-color: #f9ffff; }
.b-popover-lightcyan.bs-popover-right > .arrow::before, .b-popover-lightcyan.bs-popover-auto[x-placement^="right"] > .arrow::before {
  border-right-color: #f7ffff; }
.b-popover-lightcyan.bs-popover-right > .arrow::after, .b-popover-lightcyan.bs-popover-auto[x-placement^="right"] > .arrow::after {
  border-right-color: #f9ffff; }
.b-popover-lightcyan.bs-popover-bottom > .arrow::before, .b-popover-lightcyan.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  border-bottom-color: #f7ffff; }
.b-popover-lightcyan.bs-popover-bottom > .arrow::after, .b-popover-lightcyan.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  border-bottom-color: #eaffff; }
.b-popover-lightcyan.bs-popover-bottom .popover-header::before, .b-popover-lightcyan.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  border-bottom-color: #eaffff; }
.b-popover-lightcyan.bs-popover-left > .arrow::before, .b-popover-lightcyan.bs-popover-auto[x-placement^="left"] > .arrow::before {
  border-left-color: #f7ffff; }
.b-popover-lightcyan.bs-popover-left > .arrow::after, .b-popover-lightcyan.bs-popover-auto[x-placement^="left"] > .arrow::after {
  border-left-color: #f9ffff; }
.b-popover-lightcyan .popover-header {
  color: #606262;
  background-color: #eaffff;
  border-bottom-color: #d0ffff; }
.b-popover-lightcyan .popover-body {
  color: #839393; }
.b-popover-primary.popover {
  background-color: #ffdfd8;
  border-color: #ffd2c8; }
.b-popover-primary.bs-popover-top > .arrow::before, .b-popover-primary.bs-popover-auto[x-placement^="top"] > .arrow::before {
  border-top-color: #ffd2c8; }
.b-popover-primary.bs-popover-top > .arrow::after, .b-popover-primary.bs-popover-auto[x-placement^="top"] > .arrow::after {
  border-top-color: #ffdfd8; }
.b-popover-primary.bs-popover-right > .arrow::before, .b-popover-primary.bs-popover-auto[x-placement^="right"] > .arrow::before {
  border-right-color: #ffd2c8; }
.b-popover-primary.bs-popover-right > .arrow::after, .b-popover-primary.bs-popover-auto[x-placement^="right"] > .arrow::after {
  border-right-color: #ffdfd8; }
.b-popover-primary.bs-popover-bottom > .arrow::before, .b-popover-primary.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  border-bottom-color: #ffd2c8; }
.b-popover-primary.bs-popover-bottom > .arrow::after, .b-popover-primary.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  border-bottom-color: #ffd2c9; }
.b-popover-primary.bs-popover-bottom .popover-header::before, .b-popover-primary.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  border-bottom-color: #ffd2c9; }
.b-popover-primary.bs-popover-left > .arrow::before, .b-popover-primary.bs-popover-auto[x-placement^="left"] > .arrow::before {
  border-left-color: #ffd2c8; }
.b-popover-primary.bs-popover-left > .arrow::after, .b-popover-primary.bs-popover-auto[x-placement^="left"] > .arrow::after {
  border-left-color: #ffdfd8; }
.b-popover-primary .popover-header {
  color: #606262;
  background-color: #ffd2c9;
  border-bottom-color: #ffbeaf; }
.b-popover-primary .popover-body {
  color: #93402e; }
.b-popover-secondary.popover {
  background-color: #efefef;
  border-color: #e9e9e9; }
.b-popover-secondary.bs-popover-top > .arrow::before, .b-popover-secondary.bs-popover-auto[x-placement^="top"] > .arrow::before {
  border-top-color: #e9e9e9; }
.b-popover-secondary.bs-popover-top > .arrow::after, .b-popover-secondary.bs-popover-auto[x-placement^="top"] > .arrow::after {
  border-top-color: #efefef; }
.b-popover-secondary.bs-popover-right > .arrow::before, .b-popover-secondary.bs-popover-auto[x-placement^="right"] > .arrow::before {
  border-right-color: #e9e9e9; }
.b-popover-secondary.bs-popover-right > .arrow::after, .b-popover-secondary.bs-popover-auto[x-placement^="right"] > .arrow::after {
  border-right-color: #efefef; }
.b-popover-secondary.bs-popover-bottom > .arrow::before, .b-popover-secondary.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  border-bottom-color: #e9e9e9; }
.b-popover-secondary.bs-popover-bottom > .arrow::after, .b-popover-secondary.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  border-bottom-color: #e7e7e7; }
.b-popover-secondary.bs-popover-bottom .popover-header::before, .b-popover-secondary.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  border-bottom-color: #e7e7e7; }
.b-popover-secondary.bs-popover-left > .arrow::before, .b-popover-secondary.bs-popover-auto[x-placement^="left"] > .arrow::before {
  border-left-color: #e9e9e9; }
.b-popover-secondary.bs-popover-left > .arrow::after, .b-popover-secondary.bs-popover-auto[x-placement^="left"] > .arrow::after {
  border-left-color: #efefef; }
.b-popover-secondary .popover-header {
  color: #606262;
  background-color: #e7e7e7;
  border-bottom-color: #dbdbdb; }
.b-popover-secondary .popover-body {
  color: #696b6b; }
.b-popover-success.popover {
  background-color: #dbf8d6;
  border-color: #cdf6c6; }
.b-popover-success.bs-popover-top > .arrow::before, .b-popover-success.bs-popover-auto[x-placement^="top"] > .arrow::before {
  border-top-color: #cdf6c6; }
.b-popover-success.bs-popover-top > .arrow::after, .b-popover-success.bs-popover-auto[x-placement^="top"] > .arrow::after {
  border-top-color: #dbf8d6; }
.b-popover-success.bs-popover-right > .arrow::before, .b-popover-success.bs-popover-auto[x-placement^="right"] > .arrow::before {
  border-right-color: #cdf6c6; }
.b-popover-success.bs-popover-right > .arrow::after, .b-popover-success.bs-popover-auto[x-placement^="right"] > .arrow::after {
  border-right-color: #dbf8d6; }
.b-popover-success.bs-popover-bottom > .arrow::before, .b-popover-success.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  border-bottom-color: #cdf6c6; }
.b-popover-success.bs-popover-bottom > .arrow::after, .b-popover-success.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  border-bottom-color: #d0f6c9; }
.b-popover-success.bs-popover-bottom .popover-header::before, .b-popover-success.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  border-bottom-color: #d0f6c9; }
.b-popover-success.bs-popover-left > .arrow::before, .b-popover-success.bs-popover-auto[x-placement^="left"] > .arrow::before {
  border-left-color: #cdf6c6; }
.b-popover-success.bs-popover-left > .arrow::after, .b-popover-success.bs-popover-auto[x-placement^="left"] > .arrow::after {
  border-left-color: #dbf8d6; }
.b-popover-success .popover-header {
  color: #606262;
  background-color: #d0f6c9;
  border-bottom-color: #bcf2b3; }
.b-popover-success .popover-body {
  color: #358329; }
.b-popover-info.popover {
  background-color: #ddf9f9;
  border-color: #d0f7f7; }
.b-popover-info.bs-popover-top > .arrow::before, .b-popover-info.bs-popover-auto[x-placement^="top"] > .arrow::before {
  border-top-color: #d0f7f7; }
.b-popover-info.bs-popover-top > .arrow::after, .b-popover-info.bs-popover-auto[x-placement^="top"] > .arrow::after {
  border-top-color: #ddf9f9; }
.b-popover-info.bs-popover-right > .arrow::before, .b-popover-info.bs-popover-auto[x-placement^="right"] > .arrow::before {
  border-right-color: #d0f7f7; }
.b-popover-info.bs-popover-right > .arrow::after, .b-popover-info.bs-popover-auto[x-placement^="right"] > .arrow::after {
  border-right-color: #ddf9f9; }
.b-popover-info.bs-popover-bottom > .arrow::before, .b-popover-info.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  border-bottom-color: #d0f7f7; }
.b-popover-info.bs-popover-bottom > .arrow::after, .b-popover-info.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  border-bottom-color: #d0f7f7; }
.b-popover-info.bs-popover-bottom .popover-header::before, .b-popover-info.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  border-bottom-color: #d0f7f7; }
.b-popover-info.bs-popover-left > .arrow::before, .b-popover-info.bs-popover-auto[x-placement^="left"] > .arrow::before {
  border-left-color: #d0f7f7; }
.b-popover-info.bs-popover-left > .arrow::after, .b-popover-info.bs-popover-auto[x-placement^="left"] > .arrow::after {
  border-left-color: #ddf9f9; }
.b-popover-info .popover-header {
  color: #606262;
  background-color: #d0f7f7;
  border-bottom-color: #baf3f3; }
.b-popover-info .popover-body {
  color: #3b8585; }
.b-popover-warning.popover {
  background-color: #fff3cd;
  border-color: #ffeeba; }
.b-popover-warning.bs-popover-top > .arrow::before, .b-popover-warning.bs-popover-auto[x-placement^="top"] > .arrow::before {
  border-top-color: #ffeeba; }
.b-popover-warning.bs-popover-top > .arrow::after, .b-popover-warning.bs-popover-auto[x-placement^="top"] > .arrow::after {
  border-top-color: #fff3cd; }
.b-popover-warning.bs-popover-right > .arrow::before, .b-popover-warning.bs-popover-auto[x-placement^="right"] > .arrow::before {
  border-right-color: #ffeeba; }
.b-popover-warning.bs-popover-right > .arrow::after, .b-popover-warning.bs-popover-auto[x-placement^="right"] > .arrow::after {
  border-right-color: #fff3cd; }
.b-popover-warning.bs-popover-bottom > .arrow::before, .b-popover-warning.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  border-bottom-color: #ffeeba; }
.b-popover-warning.bs-popover-bottom > .arrow::after, .b-popover-warning.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  border-bottom-color: #ffefbe; }
.b-popover-warning.bs-popover-bottom .popover-header::before, .b-popover-warning.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  border-bottom-color: #ffefbe; }
.b-popover-warning.bs-popover-left > .arrow::before, .b-popover-warning.bs-popover-auto[x-placement^="left"] > .arrow::before {
  border-left-color: #ffeeba; }
.b-popover-warning.bs-popover-left > .arrow::after, .b-popover-warning.bs-popover-auto[x-placement^="left"] > .arrow::after {
  border-left-color: #fff3cd; }
.b-popover-warning .popover-header {
  color: #606262;
  background-color: #ffefbe;
  border-bottom-color: #ffe9a4; }
.b-popover-warning .popover-body {
  color: #937413; }
.b-popover-danger.popover {
  background-color: #f8d6d6;
  border-color: #f6c6c6; }
.b-popover-danger.bs-popover-top > .arrow::before, .b-popover-danger.bs-popover-auto[x-placement^="top"] > .arrow::before {
  border-top-color: #f6c6c6; }
.b-popover-danger.bs-popover-top > .arrow::after, .b-popover-danger.bs-popover-auto[x-placement^="top"] > .arrow::after {
  border-top-color: #f8d6d6; }
.b-popover-danger.bs-popover-right > .arrow::before, .b-popover-danger.bs-popover-auto[x-placement^="right"] > .arrow::before {
  border-right-color: #f6c6c6; }
.b-popover-danger.bs-popover-right > .arrow::after, .b-popover-danger.bs-popover-auto[x-placement^="right"] > .arrow::after {
  border-right-color: #f8d6d6; }
.b-popover-danger.bs-popover-bottom > .arrow::before, .b-popover-danger.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  border-bottom-color: #f6c6c6; }
.b-popover-danger.bs-popover-bottom > .arrow::after, .b-popover-danger.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  border-bottom-color: #f6c9c9; }
.b-popover-danger.bs-popover-bottom .popover-header::before, .b-popover-danger.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  border-bottom-color: #f6c9c9; }
.b-popover-danger.bs-popover-left > .arrow::before, .b-popover-danger.bs-popover-auto[x-placement^="left"] > .arrow::before {
  border-left-color: #f6c6c6; }
.b-popover-danger.bs-popover-left > .arrow::after, .b-popover-danger.bs-popover-auto[x-placement^="left"] > .arrow::after {
  border-left-color: #f8d6d6; }
.b-popover-danger .popover-header {
  color: #fff;
  background-color: #f6c9c9;
  border-bottom-color: #f2b3b3; }
.b-popover-danger .popover-body {
  color: #812929; }
.table.b-table.b-table-fixed {
  table-layout: fixed; }
.table.b-table.b-table-no-border-collapse {
  border-collapse: separate;
  border-spacing: 0; }
.table.b-table[aria-busy="true"] {
  opacity: 0.55; }
.table.b-table > tbody > tr.b-table-details > td {
  border-top: none !important; }
.table.b-table > caption {
  caption-side: bottom; }
.table.b-table.b-table-caption-top > caption {
  caption-side: top !important; }
.table.b-table > tbody > .table-active,
.table.b-table > tbody > .table-active > th,
.table.b-table > tbody > .table-active > td {
  background-color: rgba(29, 32, 32, 0.075); }
.table.b-table.table-hover > tbody > tr.table-active:hover td,
.table.b-table.table-hover > tbody > tr.table-active:hover th {
  color: #606262;
  background-image: linear-gradient(rgba(29, 32, 32, 0.075), rgba(29, 32, 32, 0.075));
  background-repeat: no-repeat; }
.table.b-table > tbody > .bg-active,
.table.b-table > tbody > .bg-active > th,
.table.b-table > tbody > .bg-active > td {
  background-color: rgba(255, 255, 255, 0.075) !important; }
.table.b-table.table-hover.table-dark > tbody > tr.bg-active:hover td,
.table.b-table.table-hover.table-dark > tbody > tr.bg-active:hover th {
  color: #fff;
  background-image: linear-gradient(rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.075));
  background-repeat: no-repeat; }
.b-table-sticky-header,
.table-responsive,
[class*="table-responsive-"] {
  margin-bottom: 1rem; }
.b-table-sticky-header > .table,
  .table-responsive > .table,
  [class*="table-responsive-"] > .table {
    margin-bottom: 0; }
.b-table-sticky-header {
  overflow-y: auto;
  max-height: 300px; }
@media print {
  .b-table-sticky-header {
    overflow-y: visible !important;
    max-height: none !important; } }
@supports ((position: -webkit-sticky) or (position: sticky)) {
  .b-table-sticky-header > .table.b-table > thead > tr > th {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 2; }
  .b-table-sticky-header > .table.b-table > thead > tr > .b-table-sticky-column,
  .b-table-sticky-header > .table.b-table > tbody > tr > .b-table-sticky-column,
  .b-table-sticky-header > .table.b-table > tfoot > tr > .b-table-sticky-column,
  .table-responsive > .table.b-table > thead > tr > .b-table-sticky-column,
  .table-responsive > .table.b-table > tbody > tr > .b-table-sticky-column,
  .table-responsive > .table.b-table > tfoot > tr > .b-table-sticky-column,
  [class*="table-responsive-"] > .table.b-table > thead > tr > .b-table-sticky-column,
  [class*="table-responsive-"] > .table.b-table > tbody > tr > .b-table-sticky-column,
  [class*="table-responsive-"] > .table.b-table > tfoot > tr > .b-table-sticky-column {
    position: -webkit-sticky;
    position: sticky;
    left: 0; }
  .b-table-sticky-header > .table.b-table > thead > tr > .b-table-sticky-column,
  .table-responsive > .table.b-table > thead > tr > .b-table-sticky-column,
  [class*="table-responsive-"] > .table.b-table > thead > tr > .b-table-sticky-column {
    z-index: 5; }
  .b-table-sticky-header > .table.b-table > tbody > tr > .b-table-sticky-column,
  .b-table-sticky-header > .table.b-table > tfoot > tr > .b-table-sticky-column,
  .table-responsive > .table.b-table > tbody > tr > .b-table-sticky-column,
  .table-responsive > .table.b-table > tfoot > tr > .b-table-sticky-column,
  [class*="table-responsive-"] > .table.b-table > tbody > tr > .b-table-sticky-column,
  [class*="table-responsive-"] > .table.b-table > tfoot > tr > .b-table-sticky-column {
    z-index: 2; }
  .table.b-table > thead > tr > .table-b-table-default,
  .table.b-table > tbody > tr > .table-b-table-default,
  .table.b-table > tfoot > tr > .table-b-table-default {
    color: #606262;
    background-color: #fff; }
  .table.b-table.table-dark > thead > tr > .bg-b-table-default,
  .table.b-table.table-dark > tbody > tr > .bg-b-table-default,
  .table.b-table.table-dark > tfoot > tr > .bg-b-table-default {
    color: #fff;
    background-color: #343a40; }
  .table.b-table.table-striped > tbody > tr:nth-of-type(odd) > .table-b-table-default {
    background-image: linear-gradient(rgba(29, 32, 32, 0.05), rgba(29, 32, 32, 0.05));
    background-repeat: no-repeat; }
  .table.b-table.table-striped.table-dark > tbody > tr:nth-of-type(odd) > .bg-b-table-default {
    background-image: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05));
    background-repeat: no-repeat; }
  .table.b-table.table-hover > tbody > tr:hover > .table-b-table-default {
    color: #606262;
    background-image: linear-gradient(rgba(29, 32, 32, 0.075), rgba(29, 32, 32, 0.075));
    background-repeat: no-repeat; }
  .table.b-table.table-hover.table-dark > tbody > tr:hover > .bg-b-table-default {
    color: #fff;
    background-image: linear-gradient(rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.075));
    background-repeat: no-repeat; } }
.table.b-table > thead > tr > [aria-sort],
.table.b-table > tfoot > tr > [aria-sort] {
  cursor: pointer;
  background-image: none;
  background-repeat: no-repeat;
  background-size: 0.65em 1em; }
.table.b-table > thead > tr > [aria-sort]:not(.b-table-sort-icon-left),
  .table.b-table > tfoot > tr > [aria-sort]:not(.b-table-sort-icon-left) {
    background-position: right calc(0.75rem / 2) center;
    padding-right: calc(0.75rem + 0.65em); }
.table.b-table > thead > tr > [aria-sort].b-table-sort-icon-left,
  .table.b-table > tfoot > tr > [aria-sort].b-table-sort-icon-left {
    background-position: left calc(0.75rem / 2) center;
    padding-left: calc(0.75rem + 0.65em); }
.table.b-table > thead > tr > [aria-sort="none"],
.table.b-table > tfoot > tr > [aria-sort="none"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='black' opacity='.3' d='M51 1l25 23 24 22H1l25-22zM51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e"); }
.table.b-table > thead > tr > [aria-sort="ascending"],
.table.b-table > tfoot > tr > [aria-sort="ascending"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='black' d='M51 1l25 23 24 22H1l25-22z'/%3e%3cpath fill='black' opacity='.3' d='M51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e"); }
.table.b-table > thead > tr > [aria-sort="descending"],
.table.b-table > tfoot > tr > [aria-sort="descending"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='black' opacity='.3' d='M51 1l25 23 24 22H1l25-22z'/%3e%3cpath fill='black' d='M51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e"); }
.table.b-table.table-dark > thead > tr > [aria-sort="none"],
.table.b-table.table-dark > tfoot > tr > [aria-sort="none"],
.table.b-table > .thead-dark > tr > [aria-sort="none"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='white' opacity='.3' d='M51 1l25 23 24 22H1l25-22zM51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e"); }
.table.b-table.table-dark > thead > tr > [aria-sort="ascending"],
.table.b-table.table-dark > tfoot > tr > [aria-sort="ascending"],
.table.b-table > .thead-dark > tr > [aria-sort="ascending"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='white' d='M51 1l25 23 24 22H1l25-22z'/%3e%3cpath fill='white' opacity='.3' d='M51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e"); }
.table.b-table.table-dark > thead > tr > [aria-sort="descending"],
.table.b-table.table-dark > tfoot > tr > [aria-sort="descending"],
.table.b-table > .thead-dark > tr > [aria-sort="descending"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='white' opacity='.3' d='M51 1l25 23 24 22H1l25-22z'/%3e%3cpath fill='white' d='M51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e"); }
.table.b-table > thead > tr > .table-dark[aria-sort="none"],
.table.b-table > tfoot > tr > .table-dark[aria-sort="none"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='white' opacity='.3' d='M51 1l25 23 24 22H1l25-22zM51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e"); }
.table.b-table > thead > tr > .table-dark[aria-sort="ascending"],
.table.b-table > tfoot > tr > .table-dark[aria-sort="ascending"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='white' d='M51 1l25 23 24 22H1l25-22z'/%3e%3cpath fill='white' opacity='.3' d='M51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e"); }
.table.b-table > thead > tr > .table-dark[aria-sort="descending"],
.table.b-table > tfoot > tr > .table-dark[aria-sort="descending"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='white' opacity='.3' d='M51 1l25 23 24 22H1l25-22z'/%3e%3cpath fill='white' d='M51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e"); }
.table.b-table.table-sm > thead > tr > [aria-sort]:not(.b-table-sort-icon-left),
.table.b-table.table-sm > tfoot > tr > [aria-sort]:not(.b-table-sort-icon-left) {
  background-position: right calc(0.3rem / 2) center;
  padding-right: calc(0.3rem + 0.65em); }
.table.b-table.table-sm > thead > tr > [aria-sort].b-table-sort-icon-left,
.table.b-table.table-sm > tfoot > tr > [aria-sort].b-table-sort-icon-left {
  background-position: left calc(0.3rem / 2) center;
  padding-left: calc(0.3rem + 0.65em); }
.table.b-table.b-table-selectable:not(.b-table-selectable-no-click) > tbody > tr {
  cursor: pointer; }
.table.b-table.b-table-selectable:not(.b-table-selectable-no-click).b-table-selecting.b-table-select-range > tbody > tr {
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none; }
@media (max-width: 575.98px) {
  .table.b-table.b-table-stacked-sm {
    display: block;
    width: 100%; }
    .table.b-table.b-table-stacked-sm > caption,
    .table.b-table.b-table-stacked-sm > tbody,
    .table.b-table.b-table-stacked-sm > tbody > tr,
    .table.b-table.b-table-stacked-sm > tbody > tr > td,
    .table.b-table.b-table-stacked-sm > tbody > tr > th {
      display: block; }
    .table.b-table.b-table-stacked-sm > thead,
    .table.b-table.b-table-stacked-sm > tfoot {
      display: none; }
      .table.b-table.b-table-stacked-sm > thead > tr.b-table-top-row,
      .table.b-table.b-table-stacked-sm > thead > tr.b-table-bottom-row,
      .table.b-table.b-table-stacked-sm > tfoot > tr.b-table-top-row,
      .table.b-table.b-table-stacked-sm > tfoot > tr.b-table-bottom-row {
        display: none; }
    .table.b-table.b-table-stacked-sm > caption {
      caption-side: top !important; }
    .table.b-table.b-table-stacked-sm > tbody > tr > [data-label]::before {
      content: attr(data-label);
      width: 40%;
      float: left;
      text-align: right;
      word-wrap: break-word;
      font-weight: bold;
      font-style: normal;
      padding: 0 calc(1rem / 2) 0 0;
      margin: 0; }
    .table.b-table.b-table-stacked-sm > tbody > tr > [data-label]::after {
      display: block;
      clear: both;
      content: ""; }
    .table.b-table.b-table-stacked-sm > tbody > tr > [data-label] > div {
      display: inline-block;
      width: calc(100% - 40%);
      padding: 0 0 0 calc(1rem / 2);
      margin: 0; }
    .table.b-table.b-table-stacked-sm > tbody > tr.top-row, .table.b-table.b-table-stacked-sm > tbody > tr.bottom-row {
      display: none; }
    .table.b-table.b-table-stacked-sm > tbody > tr > :first-child {
      border-top-width: 3px; }
    .table.b-table.b-table-stacked-sm > tbody > tr > [rowspan] + td,
    .table.b-table.b-table-stacked-sm > tbody > tr > [rowspan] + th {
      border-top-width: 3px; } }
@media (max-width: 767.98px) {
  .table.b-table.b-table-stacked-md {
    display: block;
    width: 100%; }
    .table.b-table.b-table-stacked-md > caption,
    .table.b-table.b-table-stacked-md > tbody,
    .table.b-table.b-table-stacked-md > tbody > tr,
    .table.b-table.b-table-stacked-md > tbody > tr > td,
    .table.b-table.b-table-stacked-md > tbody > tr > th {
      display: block; }
    .table.b-table.b-table-stacked-md > thead,
    .table.b-table.b-table-stacked-md > tfoot {
      display: none; }
      .table.b-table.b-table-stacked-md > thead > tr.b-table-top-row,
      .table.b-table.b-table-stacked-md > thead > tr.b-table-bottom-row,
      .table.b-table.b-table-stacked-md > tfoot > tr.b-table-top-row,
      .table.b-table.b-table-stacked-md > tfoot > tr.b-table-bottom-row {
        display: none; }
    .table.b-table.b-table-stacked-md > caption {
      caption-side: top !important; }
    .table.b-table.b-table-stacked-md > tbody > tr > [data-label]::before {
      content: attr(data-label);
      width: 40%;
      float: left;
      text-align: right;
      word-wrap: break-word;
      font-weight: bold;
      font-style: normal;
      padding: 0 calc(1rem / 2) 0 0;
      margin: 0; }
    .table.b-table.b-table-stacked-md > tbody > tr > [data-label]::after {
      display: block;
      clear: both;
      content: ""; }
    .table.b-table.b-table-stacked-md > tbody > tr > [data-label] > div {
      display: inline-block;
      width: calc(100% - 40%);
      padding: 0 0 0 calc(1rem / 2);
      margin: 0; }
    .table.b-table.b-table-stacked-md > tbody > tr.top-row, .table.b-table.b-table-stacked-md > tbody > tr.bottom-row {
      display: none; }
    .table.b-table.b-table-stacked-md > tbody > tr > :first-child {
      border-top-width: 3px; }
    .table.b-table.b-table-stacked-md > tbody > tr > [rowspan] + td,
    .table.b-table.b-table-stacked-md > tbody > tr > [rowspan] + th {
      border-top-width: 3px; } }
@media (max-width: 991.98px) {
  .table.b-table.b-table-stacked-lg {
    display: block;
    width: 100%; }
    .table.b-table.b-table-stacked-lg > caption,
    .table.b-table.b-table-stacked-lg > tbody,
    .table.b-table.b-table-stacked-lg > tbody > tr,
    .table.b-table.b-table-stacked-lg > tbody > tr > td,
    .table.b-table.b-table-stacked-lg > tbody > tr > th {
      display: block; }
    .table.b-table.b-table-stacked-lg > thead,
    .table.b-table.b-table-stacked-lg > tfoot {
      display: none; }
      .table.b-table.b-table-stacked-lg > thead > tr.b-table-top-row,
      .table.b-table.b-table-stacked-lg > thead > tr.b-table-bottom-row,
      .table.b-table.b-table-stacked-lg > tfoot > tr.b-table-top-row,
      .table.b-table.b-table-stacked-lg > tfoot > tr.b-table-bottom-row {
        display: none; }
    .table.b-table.b-table-stacked-lg > caption {
      caption-side: top !important; }
    .table.b-table.b-table-stacked-lg > tbody > tr > [data-label]::before {
      content: attr(data-label);
      width: 40%;
      float: left;
      text-align: right;
      word-wrap: break-word;
      font-weight: bold;
      font-style: normal;
      padding: 0 calc(1rem / 2) 0 0;
      margin: 0; }
    .table.b-table.b-table-stacked-lg > tbody > tr > [data-label]::after {
      display: block;
      clear: both;
      content: ""; }
    .table.b-table.b-table-stacked-lg > tbody > tr > [data-label] > div {
      display: inline-block;
      width: calc(100% - 40%);
      padding: 0 0 0 calc(1rem / 2);
      margin: 0; }
    .table.b-table.b-table-stacked-lg > tbody > tr.top-row, .table.b-table.b-table-stacked-lg > tbody > tr.bottom-row {
      display: none; }
    .table.b-table.b-table-stacked-lg > tbody > tr > :first-child {
      border-top-width: 3px; }
    .table.b-table.b-table-stacked-lg > tbody > tr > [rowspan] + td,
    .table.b-table.b-table-stacked-lg > tbody > tr > [rowspan] + th {
      border-top-width: 3px; } }
@media (max-width: 1199.98px) {
  .table.b-table.b-table-stacked-xl {
    display: block;
    width: 100%; }
    .table.b-table.b-table-stacked-xl > caption,
    .table.b-table.b-table-stacked-xl > tbody,
    .table.b-table.b-table-stacked-xl > tbody > tr,
    .table.b-table.b-table-stacked-xl > tbody > tr > td,
    .table.b-table.b-table-stacked-xl > tbody > tr > th {
      display: block; }
    .table.b-table.b-table-stacked-xl > thead,
    .table.b-table.b-table-stacked-xl > tfoot {
      display: none; }
      .table.b-table.b-table-stacked-xl > thead > tr.b-table-top-row,
      .table.b-table.b-table-stacked-xl > thead > tr.b-table-bottom-row,
      .table.b-table.b-table-stacked-xl > tfoot > tr.b-table-top-row,
      .table.b-table.b-table-stacked-xl > tfoot > tr.b-table-bottom-row {
        display: none; }
    .table.b-table.b-table-stacked-xl > caption {
      caption-side: top !important; }
    .table.b-table.b-table-stacked-xl > tbody > tr > [data-label]::before {
      content: attr(data-label);
      width: 40%;
      float: left;
      text-align: right;
      word-wrap: break-word;
      font-weight: bold;
      font-style: normal;
      padding: 0 calc(1rem / 2) 0 0;
      margin: 0; }
    .table.b-table.b-table-stacked-xl > tbody > tr > [data-label]::after {
      display: block;
      clear: both;
      content: ""; }
    .table.b-table.b-table-stacked-xl > tbody > tr > [data-label] > div {
      display: inline-block;
      width: calc(100% - 40%);
      padding: 0 0 0 calc(1rem / 2);
      margin: 0; }
    .table.b-table.b-table-stacked-xl > tbody > tr.top-row, .table.b-table.b-table-stacked-xl > tbody > tr.bottom-row {
      display: none; }
    .table.b-table.b-table-stacked-xl > tbody > tr > :first-child {
      border-top-width: 3px; }
    .table.b-table.b-table-stacked-xl > tbody > tr > [rowspan] + td,
    .table.b-table.b-table-stacked-xl > tbody > tr > [rowspan] + th {
      border-top-width: 3px; } }
@media (max-width: 1659.98px) {
  .table.b-table.b-table-stacked-xxl {
    display: block;
    width: 100%; }
    .table.b-table.b-table-stacked-xxl > caption,
    .table.b-table.b-table-stacked-xxl > tbody,
    .table.b-table.b-table-stacked-xxl > tbody > tr,
    .table.b-table.b-table-stacked-xxl > tbody > tr > td,
    .table.b-table.b-table-stacked-xxl > tbody > tr > th {
      display: block; }
    .table.b-table.b-table-stacked-xxl > thead,
    .table.b-table.b-table-stacked-xxl > tfoot {
      display: none; }
      .table.b-table.b-table-stacked-xxl > thead > tr.b-table-top-row,
      .table.b-table.b-table-stacked-xxl > thead > tr.b-table-bottom-row,
      .table.b-table.b-table-stacked-xxl > tfoot > tr.b-table-top-row,
      .table.b-table.b-table-stacked-xxl > tfoot > tr.b-table-bottom-row {
        display: none; }
    .table.b-table.b-table-stacked-xxl > caption {
      caption-side: top !important; }
    .table.b-table.b-table-stacked-xxl > tbody > tr > [data-label]::before {
      content: attr(data-label);
      width: 40%;
      float: left;
      text-align: right;
      word-wrap: break-word;
      font-weight: bold;
      font-style: normal;
      padding: 0 calc(1rem / 2) 0 0;
      margin: 0; }
    .table.b-table.b-table-stacked-xxl > tbody > tr > [data-label]::after {
      display: block;
      clear: both;
      content: ""; }
    .table.b-table.b-table-stacked-xxl > tbody > tr > [data-label] > div {
      display: inline-block;
      width: calc(100% - 40%);
      padding: 0 0 0 calc(1rem / 2);
      margin: 0; }
    .table.b-table.b-table-stacked-xxl > tbody > tr.top-row, .table.b-table.b-table-stacked-xxl > tbody > tr.bottom-row {
      display: none; }
    .table.b-table.b-table-stacked-xxl > tbody > tr > :first-child {
      border-top-width: 3px; }
    .table.b-table.b-table-stacked-xxl > tbody > tr > [rowspan] + td,
    .table.b-table.b-table-stacked-xxl > tbody > tr > [rowspan] + th {
      border-top-width: 3px; } }
.table.b-table.b-table-stacked {
  display: block;
  width: 100%; }
.table.b-table.b-table-stacked > caption,
  .table.b-table.b-table-stacked > tbody,
  .table.b-table.b-table-stacked > tbody > tr,
  .table.b-table.b-table-stacked > tbody > tr > td,
  .table.b-table.b-table-stacked > tbody > tr > th {
    display: block; }
.table.b-table.b-table-stacked > thead,
  .table.b-table.b-table-stacked > tfoot {
    display: none; }
.table.b-table.b-table-stacked > thead > tr.b-table-top-row,
    .table.b-table.b-table-stacked > thead > tr.b-table-bottom-row,
    .table.b-table.b-table-stacked > tfoot > tr.b-table-top-row,
    .table.b-table.b-table-stacked > tfoot > tr.b-table-bottom-row {
      display: none; }
.table.b-table.b-table-stacked > caption {
    caption-side: top !important; }
.table.b-table.b-table-stacked > tbody > tr > [data-label]::before {
    content: attr(data-label);
    width: 40%;
    float: left;
    text-align: right;
    word-wrap: break-word;
    font-weight: bold;
    font-style: normal;
    padding: 0 calc(1rem / 2) 0 0;
    margin: 0; }
.table.b-table.b-table-stacked > tbody > tr > [data-label]::after {
    display: block;
    clear: both;
    content: ""; }
.table.b-table.b-table-stacked > tbody > tr > [data-label] > div {
    display: inline-block;
    width: calc(100% - 40%);
    padding: 0 0 0 calc(1rem / 2);
    margin: 0; }
.table.b-table.b-table-stacked > tbody > tr.top-row, .table.b-table.b-table-stacked > tbody > tr.bottom-row {
    display: none; }
.table.b-table.b-table-stacked > tbody > tr > :first-child {
    border-top-width: 3px; }
.table.b-table.b-table-stacked > tbody > tr > [rowspan] + td,
  .table.b-table.b-table-stacked > tbody > tr > [rowspan] + th {
    border-top-width: 3px; }
.b-toast {
  display: block;
  position: relative;
  max-width: 350px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background-clip: padding-box;
  z-index: 1;
  border-radius: 0.25rem; }
.b-toast .toast {
    background-color: rgba(255, 255, 255, 0.85); }
.b-toast:not(:last-child) {
    margin-bottom: 0.75rem; }
.b-toast.b-toast-solid .toast {
    background-color: white; }
.b-toast .toast {
    opacity: 1; }
.b-toast .toast.fade:not(.show) {
      opacity: 0; }
.b-toast .toast .toast-body {
      display: block; }
.b-toast-white .toast {
  background-color: rgba(255, 255, 255, 0.85);
  border-color: rgba(255, 255, 255, 0.85);
  color: #939494; }
.b-toast-white .toast .toast-header {
    color: #939494;
    background-color: rgba(255, 255, 255, 0.85);
    border-bottom-color: rgba(255, 255, 255, 0.85); }
.b-toast-white.b-toast-solid .toast {
  background-color: white; }
.b-toast-gray-100 .toast {
  background-color: rgba(255, 255, 255, 0.85);
  border-color: rgba(253, 253, 254, 0.85);
  color: #8f9092; }
.b-toast-gray-100 .toast .toast-header {
    color: #8f9092;
    background-color: rgba(254, 254, 254, 0.85);
    border-bottom-color: rgba(253, 253, 254, 0.85); }
.b-toast-gray-100.b-toast-solid .toast {
  background-color: white; }
.b-toast-light .toast {
  background-color: rgba(255, 255, 255, 0.85);
  border-color: rgba(253, 253, 254, 0.85);
  color: #8f9092; }
.b-toast-light .toast .toast-header {
    color: #8f9092;
    background-color: rgba(254, 254, 254, 0.85);
    border-bottom-color: rgba(253, 253, 254, 0.85); }
.b-toast-light.b-toast-solid .toast {
  background-color: white; }
.b-toast-gray-200 .toast {
  background-color: rgba(255, 255, 255, 0.85);
  border-color: rgba(249, 250, 251, 0.85);
  color: #878a8c; }
.b-toast-gray-200 .toast .toast-header {
    color: #878a8c;
    background-color: rgba(251, 251, 252, 0.85);
    border-bottom-color: rgba(249, 250, 251, 0.85); }
.b-toast-gray-200.b-toast-solid .toast {
  background-color: white; }
.b-toast-gray-300 .toast {
  background-color: rgba(255, 255, 255, 0.85);
  border-color: rgba(242, 242, 242, 0.85);
  color: #7b7d7d; }
.b-toast-gray-300 .toast .toast-header {
    color: #7b7d7d;
    background-color: rgba(246, 246, 246, 0.85);
    border-bottom-color: rgba(242, 242, 242, 0.85); }
.b-toast-gray-300.b-toast-solid .toast {
  background-color: white; }
.b-toast-gray-400 .toast {
  background-color: rgba(255, 255, 255, 0.85);
  border-color: rgba(241, 243, 245, 0.85);
  color: #797e81; }
.b-toast-gray-400 .toast .toast-header {
    color: #797e81;
    background-color: rgba(245, 246, 248, 0.85);
    border-bottom-color: rgba(241, 243, 245, 0.85); }
.b-toast-gray-400.b-toast-solid .toast {
  background-color: white; }
.b-toast-gray-500 .toast {
  background-color: rgba(253, 253, 253, 0.85);
  border-color: rgba(232, 234, 237, 0.85);
  color: #686d72; }
.b-toast-gray-500 .toast .toast-header {
    color: #686d72;
    background-color: rgba(239, 240, 242, 0.85);
    border-bottom-color: rgba(232, 234, 237, 0.85); }
.b-toast-gray-500.b-toast-solid .toast {
  background-color: #fdfdfd; }
.b-toast-gray-600 .toast {
  background-color: rgba(252, 252, 252, 0.85);
  border-color: rgba(233, 233, 233, 0.85);
  color: #696b6b; }
.b-toast-gray-600 .toast .toast-header {
    color: #696b6b;
    background-color: rgba(239, 239, 239, 0.85);
    border-bottom-color: rgba(233, 233, 233, 0.85); }
.b-toast-gray-600.b-toast-solid .toast {
  background-color: #fcfcfc; }
.b-toast-gray .toast {
  background-color: rgba(252, 252, 252, 0.85);
  border-color: rgba(233, 233, 233, 0.85);
  color: #696b6b; }
.b-toast-gray .toast .toast-header {
    color: #696b6b;
    background-color: rgba(239, 239, 239, 0.85);
    border-bottom-color: rgba(233, 233, 233, 0.85); }
.b-toast-gray.b-toast-solid .toast {
  background-color: #fcfcfc; }
.b-toast-gray-700 .toast {
  background-color: rgba(232, 233, 233, 0.85);
  border-color: rgba(204, 206, 208, 0.85);
  color: #34393d; }
.b-toast-gray-700 .toast .toast-header {
    color: #34393d;
    background-color: rgba(219, 220, 221, 0.85);
    border-bottom-color: rgba(204, 206, 208, 0.85); }
.b-toast-gray-700.b-toast-solid .toast {
  background-color: #e8e9e9; }
.b-toast-gray-800 .toast {
  background-color: rgba(227, 229, 229, 0.85);
  border-color: rgba(198, 200, 202, 0.85);
  color: #292e31; }
.b-toast-gray-800 .toast .toast-header {
    color: #292e31;
    background-color: rgba(214, 216, 217, 0.85);
    border-bottom-color: rgba(198, 200, 202, 0.85); }
.b-toast-gray-800.b-toast-solid .toast {
  background-color: #e3e5e5; }
.b-toast-gray-dark .toast {
  background-color: rgba(227, 229, 229, 0.85);
  border-color: rgba(198, 200, 202, 0.85);
  color: #292e31; }
.b-toast-gray-dark .toast .toast-header {
    color: #292e31;
    background-color: rgba(214, 216, 217, 0.85);
    border-bottom-color: rgba(198, 200, 202, 0.85); }
.b-toast-gray-dark.b-toast-solid .toast {
  background-color: #e3e5e5; }
.b-toast-gray-900 .toast {
  background-color: rgba(236, 237, 237, 0.85);
  border-color: rgba(210, 211, 211, 0.85);
  color: #404242; }
.b-toast-gray-900 .toast .toast-header {
    color: #404242;
    background-color: rgba(223, 224, 224, 0.85);
    border-bottom-color: rgba(210, 211, 211, 0.85); }
.b-toast-gray-900.b-toast-solid .toast {
  background-color: #eceded; }
.b-toast-dark .toast {
  background-color: rgba(236, 237, 237, 0.85);
  border-color: rgba(210, 211, 211, 0.85);
  color: #404242; }
.b-toast-dark .toast .toast-header {
    color: #404242;
    background-color: rgba(223, 224, 224, 0.85);
    border-bottom-color: rgba(210, 211, 211, 0.85); }
.b-toast-dark.b-toast-solid .toast {
  background-color: #eceded; }
.b-toast-black .toast {
  background-color: rgba(223, 223, 223, 0.85);
  border-color: rgba(192, 193, 193, 0.85);
  color: #1d2020; }
.b-toast-black .toast .toast-header {
    color: #1d2020;
    background-color: rgba(210, 210, 210, 0.85);
    border-bottom-color: rgba(192, 193, 193, 0.85); }
.b-toast-black.b-toast-solid .toast {
  background-color: #dfdfdf; }
.b-toast-blue .toast {
  background-color: rgba(230, 242, 255, 0.85);
  border-color: rgba(184, 218, 255, 0.85);
  color: #0e4f94; }
.b-toast-blue .toast .toast-header {
    color: #0e4f94;
    background-color: rgba(204, 229, 255, 0.85);
    border-bottom-color: rgba(184, 218, 255, 0.85); }
.b-toast-blue.b-toast-solid .toast {
  background-color: #e6f2ff; }
.b-toast-indigo .toast {
  background-color: rgba(240, 231, 254, 0.85);
  border-color: rgba(212, 188, 251, 0.85);
  color: #43188d; }
.b-toast-indigo .toast .toast-header {
    color: #43188d;
    background-color: rgba(224, 207, 252, 0.85);
    border-bottom-color: rgba(212, 188, 251, 0.85); }
.b-toast-indigo.b-toast-solid .toast {
  background-color: #f0e7fe; }
.b-toast-purple .toast {
  background-color: rgba(241, 236, 249, 0.85);
  border-color: rgba(215, 202, 238, 0.85);
  color: #483274; }
.b-toast-purple .toast .toast-header {
    color: #483274;
    background-color: rgba(226, 217, 243, 0.85);
    border-bottom-color: rgba(215, 202, 238, 0.85); }
.b-toast-purple.b-toast-solid .toast {
  background-color: #f1ecf9; }
.b-toast-lightpurple .toast {
  background-color: rgba(255, 255, 255, 0.85);
  border-color: rgba(244, 244, 249, 0.85);
  color: #7e808a; }
.b-toast-lightpurple .toast .toast-header {
    color: #7e808a;
    background-color: rgba(247, 247, 251, 0.85);
    border-bottom-color: rgba(244, 244, 249, 0.85); }
.b-toast-lightpurple.b-toast-solid .toast {
  background-color: white; }
.b-toast-pink .toast {
  background-color: rgba(253, 239, 245, 0.85);
  border-color: rgba(249, 201, 223, 0.85);
  color: #873058; }
.b-toast-pink .toast .toast-header {
    color: #873058;
    background-color: rgba(250, 216, 232, 0.85);
    border-bottom-color: rgba(249, 201, 223, 0.85); }
.b-toast-pink.b-toast-solid .toast {
  background-color: #fdeff5; }
.b-toast-red .toast {
  background-color: rgba(252, 236, 236, 0.85);
  border-color: rgba(246, 198, 198, 0.85);
  color: #812929; }
.b-toast-red .toast .toast-header {
    color: #812929;
    background-color: rgba(248, 214, 214, 0.85);
    border-bottom-color: rgba(246, 198, 198, 0.85); }
.b-toast-red.b-toast-solid .toast {
  background-color: #fcecec; }
.b-toast-orange .toast {
  background-color: rgba(255, 244, 242, 0.85);
  border-color: rgba(255, 210, 200, 0.85);
  color: #93402e; }
.b-toast-orange .toast .toast-header {
    color: #93402e;
    background-color: rgba(255, 223, 216, 0.85);
    border-bottom-color: rgba(255, 210, 200, 0.85); }
.b-toast-orange.b-toast-solid .toast {
  background-color: #fff4f2; }
.b-toast-lightorange .toast {
  background-color: rgba(255, 255, 255, 0.85);
  border-color: rgba(255, 252, 252, 0.85);
  color: #938f8e; }
.b-toast-lightorange .toast .toast-header {
    color: #938f8e;
    background-color: rgba(255, 253, 253, 0.85);
    border-bottom-color: rgba(255, 252, 252, 0.85); }
.b-toast-lightorange.b-toast-solid .toast {
  background-color: white; }
.b-toast-yellow .toast {
  background-color: rgba(255, 249, 231, 0.85);
  border-color: rgba(255, 238, 186, 0.85);
  color: #937413; }
.b-toast-yellow .toast .toast-header {
    color: #937413;
    background-color: rgba(255, 243, 205, 0.85);
    border-bottom-color: rgba(255, 238, 186, 0.85); }
.b-toast-yellow.b-toast-solid .toast {
  background-color: #fff9e7; }
.b-toast-green .toast {
  background-color: rgba(238, 252, 236, 0.85);
  border-color: rgba(205, 246, 198, 0.85);
  color: #358329; }
.b-toast-green .toast .toast-header {
    color: #358329;
    background-color: rgba(219, 248, 214, 0.85);
    border-bottom-color: rgba(205, 246, 198, 0.85); }
.b-toast-green.b-toast-solid .toast {
  background-color: #eefcec; }
.b-toast-teal .toast {
  background-color: rgba(230, 249, 244, 0.85);
  border-color: rgba(193, 240, 226, 0.85);
  color: #1f785e; }
.b-toast-teal .toast .toast-header {
    color: #1f785e;
    background-color: rgba(210, 244, 234, 0.85);
    border-bottom-color: rgba(193, 240, 226, 0.85); }
.b-toast-teal.b-toast-solid .toast {
  background-color: #e6f9f4; }
.b-toast-cyan .toast {
  background-color: rgba(243, 253, 253, 0.85);
  border-color: rgba(208, 247, 247, 0.85);
  color: #3b8585; }
.b-toast-cyan .toast .toast-header {
    color: #3b8585;
    background-color: rgba(221, 249, 249, 0.85);
    border-bottom-color: rgba(208, 247, 247, 0.85); }
.b-toast-cyan.b-toast-solid .toast {
  background-color: #f3fdfd; }
.b-toast-lightcyan .toast {
  background-color: rgba(255, 255, 255, 0.85);
  border-color: rgba(247, 255, 255, 0.85);
  color: #839393; }
.b-toast-lightcyan .toast .toast-header {
    color: #839393;
    background-color: rgba(249, 255, 255, 0.85);
    border-bottom-color: rgba(247, 255, 255, 0.85); }
.b-toast-lightcyan.b-toast-solid .toast {
  background-color: white; }
.b-toast-primary .toast {
  background-color: rgba(255, 244, 242, 0.85);
  border-color: rgba(255, 210, 200, 0.85);
  color: #93402e; }
.b-toast-primary .toast .toast-header {
    color: #93402e;
    background-color: rgba(255, 223, 216, 0.85);
    border-bottom-color: rgba(255, 210, 200, 0.85); }
.b-toast-primary.b-toast-solid .toast {
  background-color: #fff4f2; }
.b-toast-secondary .toast {
  background-color: rgba(252, 252, 252, 0.85);
  border-color: rgba(233, 233, 233, 0.85);
  color: #696b6b; }
.b-toast-secondary .toast .toast-header {
    color: #696b6b;
    background-color: rgba(239, 239, 239, 0.85);
    border-bottom-color: rgba(233, 233, 233, 0.85); }
.b-toast-secondary.b-toast-solid .toast {
  background-color: #fcfcfc; }
.b-toast-success .toast {
  background-color: rgba(238, 252, 236, 0.85);
  border-color: rgba(205, 246, 198, 0.85);
  color: #358329; }
.b-toast-success .toast .toast-header {
    color: #358329;
    background-color: rgba(219, 248, 214, 0.85);
    border-bottom-color: rgba(205, 246, 198, 0.85); }
.b-toast-success.b-toast-solid .toast {
  background-color: #eefcec; }
.b-toast-info .toast {
  background-color: rgba(243, 253, 253, 0.85);
  border-color: rgba(208, 247, 247, 0.85);
  color: #3b8585; }
.b-toast-info .toast .toast-header {
    color: #3b8585;
    background-color: rgba(221, 249, 249, 0.85);
    border-bottom-color: rgba(208, 247, 247, 0.85); }
.b-toast-info.b-toast-solid .toast {
  background-color: #f3fdfd; }
.b-toast-warning .toast {
  background-color: rgba(255, 249, 231, 0.85);
  border-color: rgba(255, 238, 186, 0.85);
  color: #937413; }
.b-toast-warning .toast .toast-header {
    color: #937413;
    background-color: rgba(255, 243, 205, 0.85);
    border-bottom-color: rgba(255, 238, 186, 0.85); }
.b-toast-warning.b-toast-solid .toast {
  background-color: #fff9e7; }
.b-toast-danger .toast {
  background-color: rgba(252, 236, 236, 0.85);
  border-color: rgba(246, 198, 198, 0.85);
  color: #812929; }
.b-toast-danger .toast .toast-header {
    color: #812929;
    background-color: rgba(248, 214, 214, 0.85);
    border-bottom-color: rgba(246, 198, 198, 0.85); }
.b-toast-danger.b-toast-solid .toast {
  background-color: #fcecec; }
.b-toaster {
  z-index: 1100; }
.b-toaster .b-toaster-slot {
    position: relative;
    display: block; }
.b-toaster .b-toaster-slot:empty {
      display: none !important; }
.b-toaster.b-toaster-top-right, .b-toaster.b-toaster-top-left, .b-toaster.b-toaster-top-center, .b-toaster.b-toaster-top-full, .b-toaster.b-toaster-bottom-right, .b-toaster.b-toaster-bottom-left, .b-toaster.b-toaster-bottom-center, .b-toaster.b-toaster-bottom-full {
  position: fixed;
  left: 0.5rem;
  right: 0.5rem;
  margin: 0;
  padding: 0;
  height: 0;
  overflow: visible; }
.b-toaster.b-toaster-top-right .b-toaster-slot, .b-toaster.b-toaster-top-left .b-toaster-slot, .b-toaster.b-toaster-top-center .b-toaster-slot, .b-toaster.b-toaster-top-full .b-toaster-slot, .b-toaster.b-toaster-bottom-right .b-toaster-slot, .b-toaster.b-toaster-bottom-left .b-toaster-slot, .b-toaster.b-toaster-bottom-center .b-toaster-slot, .b-toaster.b-toaster-bottom-full .b-toaster-slot {
    position: absolute;
    max-width: 350px;
    width: 100%;
    /* IE11 fix */
    left: 0;
    right: 0;
    padding: 0;
    margin: 0; }
.b-toaster.b-toaster-top-full .b-toaster-slot, .b-toaster.b-toaster-bottom-full .b-toaster-slot {
  width: 100%;
  max-width: 100%; }
.b-toaster.b-toaster-top-full .b-toaster-slot .b-toast,
  .b-toaster.b-toaster-top-full .b-toaster-slot .toast, .b-toaster.b-toaster-bottom-full .b-toaster-slot .b-toast,
  .b-toaster.b-toaster-bottom-full .b-toaster-slot .toast {
    width: 100%;
    max-width: 100%; }
.b-toaster.b-toaster-top-right, .b-toaster.b-toaster-top-left, .b-toaster.b-toaster-top-center, .b-toaster.b-toaster-top-full {
  top: 0; }
.b-toaster.b-toaster-top-right .b-toaster-slot, .b-toaster.b-toaster-top-left .b-toaster-slot, .b-toaster.b-toaster-top-center .b-toaster-slot, .b-toaster.b-toaster-top-full .b-toaster-slot {
    top: 0.5rem; }
.b-toaster.b-toaster-bottom-right, .b-toaster.b-toaster-bottom-left, .b-toaster.b-toaster-bottom-center, .b-toaster.b-toaster-bottom-full {
  bottom: 0; }
.b-toaster.b-toaster-bottom-right .b-toaster-slot, .b-toaster.b-toaster-bottom-left .b-toaster-slot, .b-toaster.b-toaster-bottom-center .b-toaster-slot, .b-toaster.b-toaster-bottom-full .b-toaster-slot {
    bottom: 0.5rem; }
.b-toaster.b-toaster-top-right .b-toaster-slot, .b-toaster.b-toaster-bottom-right .b-toaster-slot, .b-toaster.b-toaster-top-center .b-toaster-slot, .b-toaster.b-toaster-bottom-center .b-toaster-slot {
  margin-left: auto; }
.b-toaster.b-toaster-top-left .b-toaster-slot, .b-toaster.b-toaster-bottom-left .b-toaster-slot, .b-toaster.b-toaster-top-center .b-toaster-slot, .b-toaster.b-toaster-bottom-center .b-toaster-slot {
  margin-right: auto; }
.b-toaster.b-toaster-top-right .b-toast.b-toaster-enter-active, .b-toaster.b-toaster-top-right .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-top-right .b-toast.b-toaster-move, .b-toaster.b-toaster-top-left .b-toast.b-toaster-enter-active, .b-toaster.b-toaster-top-left .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-top-left .b-toast.b-toaster-move, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-enter-active, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-move, .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-enter-active, .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-move {
  transition: transform 0.175s; }
.b-toaster.b-toaster-top-right .b-toast.b-toaster-enter-to .toast.fade, .b-toaster.b-toaster-top-right .b-toast.b-toaster-enter-active .toast.fade, .b-toaster.b-toaster-top-left .b-toast.b-toaster-enter-to .toast.fade, .b-toaster.b-toaster-top-left .b-toast.b-toaster-enter-active .toast.fade, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-enter-to .toast.fade, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-enter-active .toast.fade, .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-enter-to .toast.fade, .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-enter-active .toast.fade {
  transition-delay: 0.175s; }
.b-toaster.b-toaster-top-right .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-top-left .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-leave-active {
  position: absolute;
  transition-delay: 0.175s; }
.b-toaster.b-toaster-top-right .b-toast.b-toaster-leave-active .toast.fade, .b-toaster.b-toaster-top-left .b-toast.b-toaster-leave-active .toast.fade, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-leave-active .toast.fade, .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-leave-active .toast.fade {
    transition-delay: 0s; }
.tooltip.b-tooltip {
  display: block;
  opacity: 0.9;
  outline: 0; }
.tooltip.b-tooltip.fade:not(.show) {
    opacity: 0; }
.tooltip.b-tooltip.show {
    opacity: 0.9; }
.tooltip.b-tooltip.noninteractive {
    pointer-events: none; }
.tooltip.b-tooltip-white.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-white.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: white; }
.tooltip.b-tooltip-white.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-white.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: white; }
.tooltip.b-tooltip-white.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-white.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: white; }
.tooltip.b-tooltip-white.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-white.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: white; }
.tooltip.b-tooltip-white .tooltip-inner {
  color: #606262;
  background-color: white; }
.tooltip.b-tooltip-gray-100.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-gray-100.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #f8f8fc; }
.tooltip.b-tooltip-gray-100.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-gray-100.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #f8f8fc; }
.tooltip.b-tooltip-gray-100.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-gray-100.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #f8f8fc; }
.tooltip.b-tooltip-gray-100.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-gray-100.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #f8f8fc; }
.tooltip.b-tooltip-gray-100 .tooltip-inner {
  color: #606262;
  background-color: #f8f8fc; }
.tooltip.b-tooltip-light.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #f8f8fc; }
.tooltip.b-tooltip-light.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #f8f8fc; }
.tooltip.b-tooltip-light.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #f8f8fc; }
.tooltip.b-tooltip-light.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #f8f8fc; }
.tooltip.b-tooltip-light .tooltip-inner {
  color: #606262;
  background-color: #f8f8fc; }
.tooltip.b-tooltip-gray-200.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-gray-200.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #e9ecef; }
.tooltip.b-tooltip-gray-200.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-gray-200.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #e9ecef; }
.tooltip.b-tooltip-gray-200.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-gray-200.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #e9ecef; }
.tooltip.b-tooltip-gray-200.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-gray-200.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #e9ecef; }
.tooltip.b-tooltip-gray-200 .tooltip-inner {
  color: #606262;
  background-color: #e9ecef; }
.tooltip.b-tooltip-gray-300.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-gray-300.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #d1d2d2; }
.tooltip.b-tooltip-gray-300.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-gray-300.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #d1d2d2; }
.tooltip.b-tooltip-gray-300.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-gray-300.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #d1d2d2; }
.tooltip.b-tooltip-gray-300.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-gray-300.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #d1d2d2; }
.tooltip.b-tooltip-gray-300 .tooltip-inner {
  color: #fff;
  background-color: #d1d2d2; }
.tooltip.b-tooltip-gray-400.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-gray-400.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #ced4da; }
.tooltip.b-tooltip-gray-400.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-gray-400.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #ced4da; }
.tooltip.b-tooltip-gray-400.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-gray-400.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #ced4da; }
.tooltip.b-tooltip-gray-400.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-gray-400.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #ced4da; }
.tooltip.b-tooltip-gray-400 .tooltip-inner {
  color: #fff;
  background-color: #ced4da; }
.tooltip.b-tooltip-gray-500.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-gray-500.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #adb5bd; }
.tooltip.b-tooltip-gray-500.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-gray-500.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #adb5bd; }
.tooltip.b-tooltip-gray-500.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-gray-500.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #adb5bd; }
.tooltip.b-tooltip-gray-500.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-gray-500.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #adb5bd; }
.tooltip.b-tooltip-gray-500 .tooltip-inner {
  color: #fff;
  background-color: #adb5bd; }
.tooltip.b-tooltip-gray-600.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-gray-600.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #afb0b0; }
.tooltip.b-tooltip-gray-600.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-gray-600.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #afb0b0; }
.tooltip.b-tooltip-gray-600.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-gray-600.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #afb0b0; }
.tooltip.b-tooltip-gray-600.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-gray-600.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #afb0b0; }
.tooltip.b-tooltip-gray-600 .tooltip-inner {
  color: #fff;
  background-color: #afb0b0; }
.tooltip.b-tooltip-gray.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-gray.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #afb0b0; }
.tooltip.b-tooltip-gray.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-gray.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #afb0b0; }
.tooltip.b-tooltip-gray.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-gray.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #afb0b0; }
.tooltip.b-tooltip-gray.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-gray.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #afb0b0; }
.tooltip.b-tooltip-gray .tooltip-inner {
  color: #fff;
  background-color: #afb0b0; }
.tooltip.b-tooltip-gray-700.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-gray-700.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #495057; }
.tooltip.b-tooltip-gray-700.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-gray-700.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #495057; }
.tooltip.b-tooltip-gray-700.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-gray-700.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #495057; }
.tooltip.b-tooltip-gray-700.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-gray-700.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #495057; }
.tooltip.b-tooltip-gray-700 .tooltip-inner {
  color: #fff;
  background-color: #495057; }
.tooltip.b-tooltip-gray-800.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-gray-800.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #343a40; }
.tooltip.b-tooltip-gray-800.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-gray-800.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #343a40; }
.tooltip.b-tooltip-gray-800.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-gray-800.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #343a40; }
.tooltip.b-tooltip-gray-800.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-gray-800.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #343a40; }
.tooltip.b-tooltip-gray-800 .tooltip-inner {
  color: #fff;
  background-color: #343a40; }
.tooltip.b-tooltip-gray-dark.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-gray-dark.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #343a40; }
.tooltip.b-tooltip-gray-dark.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-gray-dark.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #343a40; }
.tooltip.b-tooltip-gray-dark.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-gray-dark.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #343a40; }
.tooltip.b-tooltip-gray-dark.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-gray-dark.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #343a40; }
.tooltip.b-tooltip-gray-dark .tooltip-inner {
  color: #fff;
  background-color: #343a40; }
.tooltip.b-tooltip-gray-900.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-gray-900.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #606262; }
.tooltip.b-tooltip-gray-900.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-gray-900.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #606262; }
.tooltip.b-tooltip-gray-900.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-gray-900.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #606262; }
.tooltip.b-tooltip-gray-900.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-gray-900.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #606262; }
.tooltip.b-tooltip-gray-900 .tooltip-inner {
  color: #fff;
  background-color: #606262; }
.tooltip.b-tooltip-dark.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #606262; }
.tooltip.b-tooltip-dark.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #606262; }
.tooltip.b-tooltip-dark.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #606262; }
.tooltip.b-tooltip-dark.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #606262; }
.tooltip.b-tooltip-dark .tooltip-inner {
  color: #fff;
  background-color: #606262; }
.tooltip.b-tooltip-black.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-black.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #1d2020; }
.tooltip.b-tooltip-black.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-black.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #1d2020; }
.tooltip.b-tooltip-black.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-black.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #1d2020; }
.tooltip.b-tooltip-black.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-black.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #1d2020; }
.tooltip.b-tooltip-black .tooltip-inner {
  color: #fff;
  background-color: #1d2020; }
.tooltip.b-tooltip-blue.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-blue.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #007bff; }
.tooltip.b-tooltip-blue.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-blue.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #007bff; }
.tooltip.b-tooltip-blue.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-blue.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #007bff; }
.tooltip.b-tooltip-blue.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-blue.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #007bff; }
.tooltip.b-tooltip-blue .tooltip-inner {
  color: #fff;
  background-color: #007bff; }
.tooltip.b-tooltip-indigo.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-indigo.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #6610f2; }
.tooltip.b-tooltip-indigo.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-indigo.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #6610f2; }
.tooltip.b-tooltip-indigo.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-indigo.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #6610f2; }
.tooltip.b-tooltip-indigo.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-indigo.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #6610f2; }
.tooltip.b-tooltip-indigo .tooltip-inner {
  color: #fff;
  background-color: #6610f2; }
.tooltip.b-tooltip-purple.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-purple.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #6f42c1; }
.tooltip.b-tooltip-purple.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-purple.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #6f42c1; }
.tooltip.b-tooltip-purple.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-purple.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #6f42c1; }
.tooltip.b-tooltip-purple.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-purple.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #6f42c1; }
.tooltip.b-tooltip-purple .tooltip-inner {
  color: #fff;
  background-color: #6f42c1; }
.tooltip.b-tooltip-lightpurple.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-lightpurple.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #d8d8eb; }
.tooltip.b-tooltip-lightpurple.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-lightpurple.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #d8d8eb; }
.tooltip.b-tooltip-lightpurple.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-lightpurple.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #d8d8eb; }
.tooltip.b-tooltip-lightpurple.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-lightpurple.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #d8d8eb; }
.tooltip.b-tooltip-lightpurple .tooltip-inner {
  color: #fff;
  background-color: #d8d8eb; }
.tooltip.b-tooltip-pink.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-pink.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #e83e8c; }
.tooltip.b-tooltip-pink.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-pink.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #e83e8c; }
.tooltip.b-tooltip-pink.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-pink.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #e83e8c; }
.tooltip.b-tooltip-pink.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-pink.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #e83e8c; }
.tooltip.b-tooltip-pink .tooltip-inner {
  color: #fff;
  background-color: #e83e8c; }
.tooltip.b-tooltip-red.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-red.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #de3232; }
.tooltip.b-tooltip-red.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-red.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #de3232; }
.tooltip.b-tooltip-red.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-red.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #de3232; }
.tooltip.b-tooltip-red.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-red.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #de3232; }
.tooltip.b-tooltip-red .tooltip-inner {
  color: #fff;
  background-color: #de3232; }
.tooltip.b-tooltip-orange.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-orange.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #ff5d3b; }
.tooltip.b-tooltip-orange.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-orange.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #ff5d3b; }
.tooltip.b-tooltip-orange.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-orange.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #ff5d3b; }
.tooltip.b-tooltip-orange.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-orange.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #ff5d3b; }
.tooltip.b-tooltip-orange .tooltip-inner {
  color: #fff;
  background-color: #ff5d3b; }
.tooltip.b-tooltip-lightorange.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-lightorange.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #fff5f3; }
.tooltip.b-tooltip-lightorange.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-lightorange.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #fff5f3; }
.tooltip.b-tooltip-lightorange.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-lightorange.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #fff5f3; }
.tooltip.b-tooltip-lightorange.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-lightorange.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #fff5f3; }
.tooltip.b-tooltip-lightorange .tooltip-inner {
  color: #606262;
  background-color: #fff5f3; }
.tooltip.b-tooltip-yellow.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-yellow.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #ffc107; }
.tooltip.b-tooltip-yellow.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-yellow.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #ffc107; }
.tooltip.b-tooltip-yellow.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-yellow.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #ffc107; }
.tooltip.b-tooltip-yellow.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-yellow.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #ffc107; }
.tooltip.b-tooltip-yellow .tooltip-inner {
  color: #fff;
  background-color: #ffc107; }
.tooltip.b-tooltip-green.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-green.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #4cde32; }
.tooltip.b-tooltip-green.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-green.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #4cde32; }
.tooltip.b-tooltip-green.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-green.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #4cde32; }
.tooltip.b-tooltip-green.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-green.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #4cde32; }
.tooltip.b-tooltip-green .tooltip-inner {
  color: #fff;
  background-color: #4cde32; }
.tooltip.b-tooltip-teal.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-teal.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #20c997; }
.tooltip.b-tooltip-teal.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-teal.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #20c997; }
.tooltip.b-tooltip-teal.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-teal.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #20c997; }
.tooltip.b-tooltip-teal.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-teal.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #20c997; }
.tooltip.b-tooltip-teal .tooltip-inner {
  color: #fff;
  background-color: #20c997; }
.tooltip.b-tooltip-cyan.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-cyan.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #56e3e2; }
.tooltip.b-tooltip-cyan.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-cyan.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #56e3e2; }
.tooltip.b-tooltip-cyan.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-cyan.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #56e3e2; }
.tooltip.b-tooltip-cyan.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-cyan.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #56e3e2; }
.tooltip.b-tooltip-cyan .tooltip-inner {
  color: #fff;
  background-color: #56e3e2; }
.tooltip.b-tooltip-lightcyan.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-lightcyan.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #e1fefe; }
.tooltip.b-tooltip-lightcyan.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-lightcyan.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #e1fefe; }
.tooltip.b-tooltip-lightcyan.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-lightcyan.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #e1fefe; }
.tooltip.b-tooltip-lightcyan.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-lightcyan.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #e1fefe; }
.tooltip.b-tooltip-lightcyan .tooltip-inner {
  color: #606262;
  background-color: #e1fefe; }
.tooltip.b-tooltip-primary.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #ff5d3b; }
.tooltip.b-tooltip-primary.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #ff5d3b; }
.tooltip.b-tooltip-primary.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #ff5d3b; }
.tooltip.b-tooltip-primary.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #ff5d3b; }
.tooltip.b-tooltip-primary .tooltip-inner {
  color: #fff;
  background-color: #ff5d3b; }
.tooltip.b-tooltip-secondary.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #afb0b0; }
.tooltip.b-tooltip-secondary.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #afb0b0; }
.tooltip.b-tooltip-secondary.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #afb0b0; }
.tooltip.b-tooltip-secondary.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #afb0b0; }
.tooltip.b-tooltip-secondary .tooltip-inner {
  color: #fff;
  background-color: #afb0b0; }
.tooltip.b-tooltip-success.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #4cde32; }
.tooltip.b-tooltip-success.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #4cde32; }
.tooltip.b-tooltip-success.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #4cde32; }
.tooltip.b-tooltip-success.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #4cde32; }
.tooltip.b-tooltip-success .tooltip-inner {
  color: #fff;
  background-color: #4cde32; }
.tooltip.b-tooltip-info.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #56e3e2; }
.tooltip.b-tooltip-info.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #56e3e2; }
.tooltip.b-tooltip-info.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #56e3e2; }
.tooltip.b-tooltip-info.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #56e3e2; }
.tooltip.b-tooltip-info .tooltip-inner {
  color: #fff;
  background-color: #56e3e2; }
.tooltip.b-tooltip-warning.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #ffc107; }
.tooltip.b-tooltip-warning.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #ffc107; }
.tooltip.b-tooltip-warning.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #ffc107; }
.tooltip.b-tooltip-warning.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #ffc107; }
.tooltip.b-tooltip-warning .tooltip-inner {
  color: #fff;
  background-color: #ffc107; }
.tooltip.b-tooltip-danger.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #de3232; }
.tooltip.b-tooltip-danger.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #de3232; }
.tooltip.b-tooltip-danger.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #de3232; }
.tooltip.b-tooltip-danger.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #de3232; }
.tooltip.b-tooltip-danger .tooltip-inner {
  color: #fff;
  background-color: #de3232; }
.b-icon.bi {
  display: inline-block;
  overflow: visible;
  vertical-align: -0.15em; }
.btn .b-icon.bi,
.nav-link .b-icon.bi,
.dropdown-toggle .b-icon.bi,
.dropdown-item .b-icon.bi,
.input-group-text .b-icon.bi {
  font-size: 125%;
  vertical-align: text-bottom; }
/** Layout **/
#app {
  min-height: 100vh; }
/* Inputs and Forms */
input:-webkit-autofill {
  background-color: #fff;
  -webkit-box-shadow: 0 0 0 50px white inset !important; }
input:-webkit-autofill:focus {
    background-color: #fff;
    -webkit-box-shadow: 0 0 0 50px white inset !important; }
.custom-checkbox {
  min-height: 1rem;
  padding-left: 0; }
.custom-checkbox .custom-control-label {
    padding-left: 2rem; }
.custom-checkbox .custom-control-label:hover {
      cursor: pointer; }
.custom-checkbox .custom-control-label:hover::before {
        border: 1px solid #ff5d3b !important; }
.custom-checkbox .custom-control-label::before {
      top: 0;
      left: 0;
      height: 1.5rem;
      width: 1.5rem;
      border-radius: 50% !important;
      border: 1px solid #606262;
      box-sizing: border-box;
      background-color: #fff;
      transition: all 0.3s; }
.custom-checkbox .custom-control-label::after {
      top: 1px;
      left: 1px;
      height: calc(1.5rem - 2px);
      width: calc(1.5rem - 2px);
      border-radius: 50% !important;
      border: 6px solid #ffffff;
      box-sizing: border-box;
      background-color: #ffffff;
      background-image: none !important;
      transition: all 0.3s; }
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #ff5d3b !important; }
.custom-checkbox .custom-control-input:disabled ~ .custom-control-label::after {
    background-color: #d1d2d2;
    border-color: #d1d2d2; }
.custom-file-label {
  text-align: left; }
.form-control {
  caret-color: #ff5d3b;
  background-color: #fff; }
.input-group-prepend > .btn, .input-group-append > .btn {
  border-width: 1px; }
.input-group-append .input-group-text,
.input-group-prepend .input-group-text {
  padding: 0.75rem;
  line-height: 1.5rem; }
.input-group-append .input-group-text .custom-control-label,
  .input-group-prepend .input-group-text .custom-control-label {
    padding-left: 1.5rem; }
/* Icons */
.icon {
  display: inline-block;
  width: 1rem;
  height: 1rem; }
.icon.icon-add {
    -webkit-mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjEuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhbHF1ZV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMTYgMTYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDE2IDE2OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6bm9uZTt9Cgkuc3Qxe2ZpbGw6I0ZGRkZGRjt9Cjwvc3R5bGU+CjxyZWN0IGlkPSJSZWN0YW5nbGVfMzI0IiBjbGFzcz0ic3QwIiB3aWR0aD0iMTYiIGhlaWdodD0iMTYiLz4KPHBhdGggaWQ9IlVuaW9uXzEiIGNsYXNzPSJzdDEiIGQ9Ik03LDE2VjlIMFY3aDdWMGgydjdoN3YySDl2N0g3eiIvPgo8L3N2Zz4K) no-repeat center/contain;
            mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjEuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhbHF1ZV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMTYgMTYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDE2IDE2OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6bm9uZTt9Cgkuc3Qxe2ZpbGw6I0ZGRkZGRjt9Cjwvc3R5bGU+CjxyZWN0IGlkPSJSZWN0YW5nbGVfMzI0IiBjbGFzcz0ic3QwIiB3aWR0aD0iMTYiIGhlaWdodD0iMTYiLz4KPHBhdGggaWQ9IlVuaW9uXzEiIGNsYXNzPSJzdDEiIGQ9Ik03LDE2VjlIMFY3aDdWMGgydjdoN3YySDl2N0g3eiIvPgo8L3N2Zz4K) no-repeat center/contain; }
.icon.icon-arrow-left {
    -webkit-mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgMzEuNDk0IDMxLjQ5NCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzEuNDk0IDMxLjQ5NDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggc3R5bGU9ImZpbGw6IzFFMjAxRDsiIGQ9Ik0xMC4yNzMsNS4wMDljMC40NDQtMC40NDQsMS4xNDMtMC40NDQsMS41ODcsMGMwLjQyOSwwLjQyOSwwLjQyOSwxLjE0MywwLDEuNTcxbC04LjA0Nyw4LjA0N2gyNi41NTQNCgljMC42MTksMCwxLjEyNywwLjQ5MiwxLjEyNywxLjExMWMwLDAuNjE5LTAuNTA4LDEuMTI3LTEuMTI3LDEuMTI3SDMuODEzbDguMDQ3LDguMDMyYzAuNDI5LDAuNDQ0LDAuNDI5LDEuMTU5LDAsMS41ODcNCgljLTAuNDQ0LDAuNDQ0LTEuMTQzLDAuNDQ0LTEuNTg3LDBsLTkuOTUyLTkuOTUyYy0wLjQyOS0wLjQyOS0wLjQyOS0xLjE0MywwLTEuNTcxTDEwLjI3Myw1LjAwOXoiLz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjwvc3ZnPg0K) no-repeat center/contain;
            mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgMzEuNDk0IDMxLjQ5NCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzEuNDk0IDMxLjQ5NDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggc3R5bGU9ImZpbGw6IzFFMjAxRDsiIGQ9Ik0xMC4yNzMsNS4wMDljMC40NDQtMC40NDQsMS4xNDMtMC40NDQsMS41ODcsMGMwLjQyOSwwLjQyOSwwLjQyOSwxLjE0MywwLDEuNTcxbC04LjA0Nyw4LjA0N2gyNi41NTQNCgljMC42MTksMCwxLjEyNywwLjQ5MiwxLjEyNywxLjExMWMwLDAuNjE5LTAuNTA4LDEuMTI3LTEuMTI3LDEuMTI3SDMuODEzbDguMDQ3LDguMDMyYzAuNDI5LDAuNDQ0LDAuNDI5LDEuMTU5LDAsMS41ODcNCgljLTAuNDQ0LDAuNDQ0LTEuMTQzLDAuNDQ0LTEuNTg3LDBsLTkuOTUyLTkuOTUyYy0wLjQyOS0wLjQyOS0wLjQyOS0xLjE0MywwLTEuNTcxTDEwLjI3Myw1LjAwOXoiLz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjwvc3ZnPg0K) no-repeat center/contain; }
.icon.icon-arrow-right {
    -webkit-mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgMzEuNDkgMzEuNDkiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMxLjQ5IDMxLjQ5OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8cGF0aCBzdHlsZT0iZmlsbDojMUUyMDFEOyIgZD0iTTIxLjIwNSw1LjAwN2MtMC40MjktMC40NDQtMS4xNDMtMC40NDQtMS41ODcsMGMtMC40MjksMC40MjktMC40MjksMS4xNDMsMCwxLjU3MWw4LjA0Nyw4LjA0N0gxLjExMQ0KCUMwLjQ5MiwxNC42MjYsMCwxNS4xMTgsMCwxNS43MzdjMCwwLjYxOSwwLjQ5MiwxLjEyNywxLjExMSwxLjEyN2gyNi41NTRsLTguMDQ3LDguMDMyYy0wLjQyOSwwLjQ0NC0wLjQyOSwxLjE1OSwwLDEuNTg3DQoJYzAuNDQ0LDAuNDQ0LDEuMTU5LDAuNDQ0LDEuNTg3LDBsOS45NTItOS45NTJjMC40NDQtMC40MjksMC40NDQtMS4xNDMsMC0xLjU3MUwyMS4yMDUsNS4wMDd6Ii8+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8L3N2Zz4NCg==) no-repeat center/contain;
            mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgMzEuNDkgMzEuNDkiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMxLjQ5IDMxLjQ5OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8cGF0aCBzdHlsZT0iZmlsbDojMUUyMDFEOyIgZD0iTTIxLjIwNSw1LjAwN2MtMC40MjktMC40NDQtMS4xNDMtMC40NDQtMS41ODcsMGMtMC40MjksMC40MjktMC40MjksMS4xNDMsMCwxLjU3MWw4LjA0Nyw4LjA0N0gxLjExMQ0KCUMwLjQ5MiwxNC42MjYsMCwxNS4xMTgsMCwxNS43MzdjMCwwLjYxOSwwLjQ5MiwxLjEyNywxLjExMSwxLjEyN2gyNi41NTRsLTguMDQ3LDguMDMyYy0wLjQyOSwwLjQ0NC0wLjQyOSwxLjE1OSwwLDEuNTg3DQoJYzAuNDQ0LDAuNDQ0LDEuMTU5LDAuNDQ0LDEuNTg3LDBsOS45NTItOS45NTJjMC40NDQtMC40MjksMC40NDQtMS4xNDMsMC0xLjU3MUwyMS4yMDUsNS4wMDd6Ii8+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8L3N2Zz4NCg==) no-repeat center/contain; }
.icon.icon-audio {
    -webkit-mask: url(/_nuxt/assets/img/icons/audio.svg) no-repeat center/contain;
            mask: url(/_nuxt/assets/img/icons/audio.svg) no-repeat center/contain; }
.icon.icon-check {
    -webkit-mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjEuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhbHF1ZV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMTYgMTYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDE2IDE2OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6bm9uZTt9Cgkuc3Qxe2ZpbGw6I0ZGRkZGRjt9Cjwvc3R5bGU+CjxyZWN0IGlkPSJSZWN0YW5nbGVfMzI0IiBjbGFzcz0ic3QwIiB3aWR0aD0iMTYiIGhlaWdodD0iMTYiLz4KPHBhdGggaWQ9IkNoZWNrYm94IiBjbGFzcz0ic3QxIiBkPSJNNi4zLDEzLjVMMCw3LjJsMS4zLTEuM2w1LjEsNWw4LjQtOC40TDE2LDMuOEw2LjMsMTMuNXoiLz4KPC9zdmc+Cg==) no-repeat center/contain;
            mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjEuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhbHF1ZV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMTYgMTYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDE2IDE2OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6bm9uZTt9Cgkuc3Qxe2ZpbGw6I0ZGRkZGRjt9Cjwvc3R5bGU+CjxyZWN0IGlkPSJSZWN0YW5nbGVfMzI0IiBjbGFzcz0ic3QwIiB3aWR0aD0iMTYiIGhlaWdodD0iMTYiLz4KPHBhdGggaWQ9IkNoZWNrYm94IiBjbGFzcz0ic3QxIiBkPSJNNi4zLDEzLjVMMCw3LjJsMS4zLTEuM2w1LjEsNWw4LjQtOC40TDE2LDMuOEw2LjMsMTMuNXoiLz4KPC9zdmc+Cg==) no-repeat center/contain; }
.icon.icon-chevron-down {
    -webkit-mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE4LjEuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgMTg1LjM0NCAxODUuMzQ0IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxODUuMzQ0IDE4NS4zNDQ7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxnPg0KCQk8cGF0aCBzdHlsZT0iZmlsbDojMDEwMDAyOyIgZD0iTTkyLjY3MiwxNDQuMzczYy0yLjc1MiwwLTUuNDkzLTEuMDQ0LTcuNTkzLTMuMTM4TDMuMTQ1LDU5LjMwMWMtNC4xOTQtNC4xOTktNC4xOTQtMTAuOTkyLDAtMTUuMTgNCgkJCWM0LjE5NC00LjE5OSwxMC45ODctNC4xOTksMTUuMTgsMGw3NC4zNDcsNzQuMzQxbDc0LjM0Ny03NC4zNDFjNC4xOTQtNC4xOTksMTAuOTg3LTQuMTk5LDE1LjE4LDANCgkJCWM0LjE5NCw0LjE5NCw0LjE5NCwxMC45ODEsMCwxNS4xOGwtODEuOTM5LDgxLjkzNEM5OC4xNjYsMTQzLjMyOSw5NS40MTksMTQ0LjM3Myw5Mi42NzIsMTQ0LjM3M3oiLz4NCgk8L2c+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8L3N2Zz4NCg==) no-repeat center/contain;
            mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE4LjEuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgMTg1LjM0NCAxODUuMzQ0IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxODUuMzQ0IDE4NS4zNDQ7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxnPg0KCQk8cGF0aCBzdHlsZT0iZmlsbDojMDEwMDAyOyIgZD0iTTkyLjY3MiwxNDQuMzczYy0yLjc1MiwwLTUuNDkzLTEuMDQ0LTcuNTkzLTMuMTM4TDMuMTQ1LDU5LjMwMWMtNC4xOTQtNC4xOTktNC4xOTQtMTAuOTkyLDAtMTUuMTgNCgkJCWM0LjE5NC00LjE5OSwxMC45ODctNC4xOTksMTUuMTgsMGw3NC4zNDcsNzQuMzQxbDc0LjM0Ny03NC4zNDFjNC4xOTQtNC4xOTksMTAuOTg3LTQuMTk5LDE1LjE4LDANCgkJCWM0LjE5NCw0LjE5NCw0LjE5NCwxMC45ODEsMCwxNS4xOGwtODEuOTM5LDgxLjkzNEM5OC4xNjYsMTQzLjMyOSw5NS40MTksMTQ0LjM3Myw5Mi42NzIsMTQ0LjM3M3oiLz4NCgk8L2c+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8L3N2Zz4NCg==) no-repeat center/contain; }
.icon.icon-chevron-left {
    -webkit-mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE4LjEuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgMzQuMDc1IDM0LjA3NSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzQuMDc1IDM0LjA3NTsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPGc+DQoJCTxwYXRoIHN0eWxlPSJmaWxsOiMwMTAwMDI7IiBkPSJNMjQuNTcsMzQuMDc1Yy0wLjUwNSwwLTEuMDExLTAuMTkxLTEuMzk2LTAuNTc3TDguMTEsMTguNDMyYy0wLjc3MS0wLjc3MS0wLjc3MS0yLjAxOSwwLTIuNzkNCgkJCUwyMy4xNzQsMC41NzhjMC43NzEtMC43NzEsMi4wMi0wLjc3MSwyLjc5MSwwczAuNzcxLDIuMDIsMCwyLjc5bC0xMy42NywxMy42NjlsMTMuNjcsMTMuNjY5YzAuNzcxLDAuNzcxLDAuNzcxLDIuMDIxLDAsMi43OTINCgkJCUMyNS41OCwzMy44ODMsMjUuMDc1LDM0LjA3NSwyNC41NywzNC4wNzV6Ii8+DQoJPC9nPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPC9zdmc+DQo=) no-repeat center/contain;
            mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE4LjEuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgMzQuMDc1IDM0LjA3NSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzQuMDc1IDM0LjA3NTsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPGc+DQoJCTxwYXRoIHN0eWxlPSJmaWxsOiMwMTAwMDI7IiBkPSJNMjQuNTcsMzQuMDc1Yy0wLjUwNSwwLTEuMDExLTAuMTkxLTEuMzk2LTAuNTc3TDguMTEsMTguNDMyYy0wLjc3MS0wLjc3MS0wLjc3MS0yLjAxOSwwLTIuNzkNCgkJCUwyMy4xNzQsMC41NzhjMC43NzEtMC43NzEsMi4wMi0wLjc3MSwyLjc5MSwwczAuNzcxLDIuMDIsMCwyLjc5bC0xMy42NywxMy42NjlsMTMuNjcsMTMuNjY5YzAuNzcxLDAuNzcxLDAuNzcxLDIuMDIxLDAsMi43OTINCgkJCUMyNS41OCwzMy44ODMsMjUuMDc1LDM0LjA3NSwyNC41NywzNC4wNzV6Ii8+DQoJPC9nPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPC9zdmc+DQo=) no-repeat center/contain; }
.icon.icon-chevron-right {
    -webkit-mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE4LjEuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgMTg1LjM0MyAxODUuMzQzIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxODUuMzQzIDE4NS4zNDM7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxnPg0KCQk8cGF0aCBzdHlsZT0iZmlsbDojMDEwMDAyOyIgZD0iTTUxLjcwNywxODUuMzQzYy0yLjc0MSwwLTUuNDkzLTEuMDQ0LTcuNTkzLTMuMTQ5Yy00LjE5NC00LjE5NC00LjE5NC0xMC45ODEsMC0xNS4xNzUNCgkJCWw3NC4zNTItNzQuMzQ3TDQ0LjExNCwxOC4zMmMtNC4xOTQtNC4xOTQtNC4xOTQtMTAuOTg3LDAtMTUuMTc1YzQuMTk0LTQuMTk0LDEwLjk4Ny00LjE5NCwxNS4xOCwwbDgxLjkzNCw4MS45MzQNCgkJCWM0LjE5NCw0LjE5NCw0LjE5NCwxMC45ODcsMCwxNS4xNzVsLTgxLjkzNCw4MS45MzlDNTcuMjAxLDE4NC4yOTMsNTQuNDU0LDE4NS4zNDMsNTEuNzA3LDE4NS4zNDN6Ii8+DQoJPC9nPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPC9zdmc+DQo=) no-repeat center/contain;
            mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE4LjEuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgMTg1LjM0MyAxODUuMzQzIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxODUuMzQzIDE4NS4zNDM7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxnPg0KCQk8cGF0aCBzdHlsZT0iZmlsbDojMDEwMDAyOyIgZD0iTTUxLjcwNywxODUuMzQzYy0yLjc0MSwwLTUuNDkzLTEuMDQ0LTcuNTkzLTMuMTQ5Yy00LjE5NC00LjE5NC00LjE5NC0xMC45ODEsMC0xNS4xNzUNCgkJCWw3NC4zNTItNzQuMzQ3TDQ0LjExNCwxOC4zMmMtNC4xOTQtNC4xOTQtNC4xOTQtMTAuOTg3LDAtMTUuMTc1YzQuMTk0LTQuMTk0LDEwLjk4Ny00LjE5NCwxNS4xOCwwbDgxLjkzNCw4MS45MzQNCgkJCWM0LjE5NCw0LjE5NCw0LjE5NCwxMC45ODcsMCwxNS4xNzVsLTgxLjkzNCw4MS45MzlDNTcuMjAxLDE4NC4yOTMsNTQuNDU0LDE4NS4zNDMsNTEuNzA3LDE4NS4zNDN6Ii8+DQoJPC9nPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPC9zdmc+DQo=) no-repeat center/contain; }
.icon.icon-chevron-up {
    -webkit-mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE4LjEuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgMTg1LjMzMyAxODUuMzMzIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxODUuMzMzIDE4NS4zMzM7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxnPg0KCQk8cGF0aCBzdHlsZT0iZmlsbDojMDEwMDAyOyIgZD0iTTE3NC42MTIsMTQ0LjM2OGMtMi43NDcsMC01LjQ5My0xLjA0NC03LjU5My0zLjE0NEw5Mi42NzIsNjYuODcybC03NC4zNDcsNzQuMzUyDQoJCQljLTQuMTk0LDQuMTk0LTEwLjk4Nyw0LjE5NC0xNS4xOCwwYy00LjE5NC00LjE5NC00LjE5NC0xMC45ODEsMC0xNS4xN2w4MS45MzQtODEuOTQ1YzQuMTk0LTQuMTk0LDEwLjk5Mi00LjE5NCwxNS4xOCwwDQoJCQlsODEuOTI5LDgxLjk0NWM0LjE5NCw0LjE5NCw0LjE5NCwxMC45NzYsMCwxNS4xN0MxODAuMTA1LDE0My4zMTgsMTc3LjM2NCwxNDQuMzY4LDE3NC42MTIsMTQ0LjM2OHoiLz4NCgk8L2c+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8L3N2Zz4NCg==) no-repeat center/contain;
            mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE4LjEuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgMTg1LjMzMyAxODUuMzMzIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxODUuMzMzIDE4NS4zMzM7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxnPg0KCQk8cGF0aCBzdHlsZT0iZmlsbDojMDEwMDAyOyIgZD0iTTE3NC42MTIsMTQ0LjM2OGMtMi43NDcsMC01LjQ5My0xLjA0NC03LjU5My0zLjE0NEw5Mi42NzIsNjYuODcybC03NC4zNDcsNzQuMzUyDQoJCQljLTQuMTk0LDQuMTk0LTEwLjk4Nyw0LjE5NC0xNS4xOCwwYy00LjE5NC00LjE5NC00LjE5NC0xMC45ODEsMC0xNS4xN2w4MS45MzQtODEuOTQ1YzQuMTk0LTQuMTk0LDEwLjk5Mi00LjE5NCwxNS4xOCwwDQoJCQlsODEuOTI5LDgxLjk0NWM0LjE5NCw0LjE5NCw0LjE5NCwxMC45NzYsMCwxNS4xN0MxODAuMTA1LDE0My4zMTgsMTc3LjM2NCwxNDQuMzY4LDE3NC42MTIsMTQ0LjM2OHoiLz4NCgk8L2c+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8L3N2Zz4NCg==) no-repeat center/contain; }
.icon.icon-clock {
    -webkit-mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjEuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhbHF1ZV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMTYgMTYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDE2IDE2OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6I0ZGRkZGRjt9Cjwvc3R5bGU+CjxwYXRoIGlkPSJUcmFjw6lfMTMiIGNsYXNzPSJzdDAiIGQ9Ik0yLjQsMi40QzMuOCwwLjgsNS45LTAuMSw4LDBjMi4xLTAuMSw0LjIsMC44LDUuNiwyLjRDMTUuMiwzLjgsMTYuMSw1LjksMTYsOAoJYzAuMSwyLjEtMC44LDQuMi0yLjQsNS42Yy0xLjQsMS42LTMuNSwyLjUtNS42LDIuNGMtMi4xLDAuMS00LjItMC44LTUuNi0yLjRDMC45LDEyLjEsMCwxMC4xLDAsOEMtMC4xLDUuOSwwLjgsMy44LDIuNCwyLjR6CgkgTTExLjYsMTEuNmwwLjktMC45TDkuMiw3LjNMOCwySDYuN3Y2YzAsMC40LDAuMSwwLjcsMC40LDAuOUM3LjEsOSw3LjIsOS4xLDcuMyw5LjFMMTEuNiwxMS42eiIvPgo8L3N2Zz4K) no-repeat center/contain;
            mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjEuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhbHF1ZV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMTYgMTYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDE2IDE2OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6I0ZGRkZGRjt9Cjwvc3R5bGU+CjxwYXRoIGlkPSJUcmFjw6lfMTMiIGNsYXNzPSJzdDAiIGQ9Ik0yLjQsMi40QzMuOCwwLjgsNS45LTAuMSw4LDBjMi4xLTAuMSw0LjIsMC44LDUuNiwyLjRDMTUuMiwzLjgsMTYuMSw1LjksMTYsOAoJYzAuMSwyLjEtMC44LDQuMi0yLjQsNS42Yy0xLjQsMS42LTMuNSwyLjUtNS42LDIuNGMtMi4xLDAuMS00LjItMC44LTUuNi0yLjRDMC45LDEyLjEsMCwxMC4xLDAsOEMtMC4xLDUuOSwwLjgsMy44LDIuNCwyLjR6CgkgTTExLjYsMTEuNmwwLjktMC45TDkuMiw3LjNMOCwySDYuN3Y2YzAsMC40LDAuMSwwLjcsMC40LDAuOUM3LjEsOSw3LjIsOS4xLDcuMyw5LjFMMTEuNiwxMS42eiIvPgo8L3N2Zz4K) no-repeat center/contain; }
.icon.icon-cog {
    -webkit-mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjEuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhbHF1ZV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMTYgMTYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDE2IDE2OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGwtcnVsZTpldmVub2RkO2NsaXAtcnVsZTpldmVub2RkO2ZpbGw6I0ZGRkZGRjt9Cjwvc3R5bGU+CjxwYXRoIGlkPSJUcmFjw6lfNDA5MSIgY2xhc3M9InN0MCIgZD0iTTcuOSwxMGMxLjEsMCwyLTAuOSwyLTJTOSw2LDcuOSw2cy0yLDAuOS0yLDJDNS45LDkuMSw2LjgsMTAsNy45LDEweiBNMy44LDMuNgoJQzQuNSwzLDUuMywyLjUsNi4yLDIuM0w3LDBoMmwwLjgsMi4zYzAuOSwwLjMsMS43LDAuNywyLjQsMS4zbDIuNC0wLjVsMSwxLjhMMTQsNi43YzAuMSwwLjQsMC4xLDAuOSwwLjEsMS4zYzAsMC40LTAuMSwwLjktMC4xLDEuMwoJbDEuNiwxLjhsLTEsMS44bC0yLjQtMC41Yy0wLjcsMC42LTEuNSwxLjEtMi40LDEuM0w5LDE2SDdsLTAuOC0yLjNjLTAuOS0wLjMtMS43LTAuNy0yLjQtMS4zbC0yLjQsMC41bC0xLTEuOEwyLDkuMwoJQzEuOSw4LjksMS45LDguNCwxLjksOEMxLjksNy42LDIsNy4xLDIsNi43TDAuNCw0LjlsMS0xLjhMMy44LDMuNnoiLz4KPC9zdmc+Cg==) no-repeat center/contain;
            mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjEuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhbHF1ZV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMTYgMTYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDE2IDE2OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGwtcnVsZTpldmVub2RkO2NsaXAtcnVsZTpldmVub2RkO2ZpbGw6I0ZGRkZGRjt9Cjwvc3R5bGU+CjxwYXRoIGlkPSJUcmFjw6lfNDA5MSIgY2xhc3M9InN0MCIgZD0iTTcuOSwxMGMxLjEsMCwyLTAuOSwyLTJTOSw2LDcuOSw2cy0yLDAuOS0yLDJDNS45LDkuMSw2LjgsMTAsNy45LDEweiBNMy44LDMuNgoJQzQuNSwzLDUuMywyLjUsNi4yLDIuM0w3LDBoMmwwLjgsMi4zYzAuOSwwLjMsMS43LDAuNywyLjQsMS4zbDIuNC0wLjVsMSwxLjhMMTQsNi43YzAuMSwwLjQsMC4xLDAuOSwwLjEsMS4zYzAsMC40LTAuMSwwLjktMC4xLDEuMwoJbDEuNiwxLjhsLTEsMS44bC0yLjQtMC41Yy0wLjcsMC42LTEuNSwxLjEtMi40LDEuM0w5LDE2SDdsLTAuOC0yLjNjLTAuOS0wLjMtMS43LTAuNy0yLjQtMS4zbC0yLjQsMC41bC0xLTEuOEwyLDkuMwoJQzEuOSw4LjksMS45LDguNCwxLjksOEMxLjksNy42LDIsNy4xLDIsNi43TDAuNCw0LjlsMS0xLjhMMy44LDMuNnoiLz4KPC9zdmc+Cg==) no-repeat center/contain; }
.icon.icon-company {
    -webkit-mask: url(/_nuxt/assets/img/icons/company.svg) no-repeat center/contain;
            mask: url(/_nuxt/assets/img/icons/company.svg) no-repeat center/contain; }
.icon.icon-danger {
    -webkit-mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjEuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhbHF1ZV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMjAgMjAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDIwIDIwOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6I0ZGRkZGRjt9Cjwvc3R5bGU+CjxwYXRoIGlkPSJUcmFjw6lfMzUiIGNsYXNzPSJzdDAiIGQ9Ik0xMCwwQzQuNSwwLDAsNC41LDAsMTBzNC41LDEwLDEwLDEwczEwLTQuNSwxMC0xMEMyMCw0LjUsMTUuNSwwLDEwLDB6IE04LDE2di0zaDR2M0g4eiBNMTIsNgoJbC0xLjIsNS41SDkuMkw4LDZWNGg0VjZ6Ii8+Cjwvc3ZnPgo=) no-repeat center/contain;
            mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjEuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhbHF1ZV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMjAgMjAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDIwIDIwOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6I0ZGRkZGRjt9Cjwvc3R5bGU+CjxwYXRoIGlkPSJUcmFjw6lfMzUiIGNsYXNzPSJzdDAiIGQ9Ik0xMCwwQzQuNSwwLDAsNC41LDAsMTBzNC41LDEwLDEwLDEwczEwLTQuNSwxMC0xMEMyMCw0LjUsMTUuNSwwLDEwLDB6IE04LDE2di0zaDR2M0g4eiBNMTIsNgoJbC0xLjIsNS41SDkuMkw4LDZWNGg0VjZ6Ii8+Cjwvc3ZnPgo=) no-repeat center/contain; }
.icon.icon-delete {
    -webkit-mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjEuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhbHF1ZV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMTYgMTYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDE2IDE2OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6bm9uZTt9Cgkuc3Qxe2ZpbGw6I0ZGRkZGRjt9Cjwvc3R5bGU+CjxyZWN0IGlkPSJSZWN0YW5nbGVfMzI0IiBjbGFzcz0ic3QwIiB3aWR0aD0iMTYiIGhlaWdodD0iMTYiLz4KPHBhdGggaWQ9IlVuaW9uXzMiIGNsYXNzPSJzdDEiIGQ9Ik04LDkuNGwtNi40LDYuNGwtMS40LTEuNEw2LjYsOEwwLjIsMS42bDEuNC0xLjRMOCw2LjZsNi40LTYuNGwxLjQsMS40TDkuNCw4bDYuNCw2LjRsLTEuNCwxLjQKCUw4LDkuNHoiLz4KPC9zdmc+Cg==) no-repeat center/contain;
            mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjEuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhbHF1ZV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMTYgMTYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDE2IDE2OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6bm9uZTt9Cgkuc3Qxe2ZpbGw6I0ZGRkZGRjt9Cjwvc3R5bGU+CjxyZWN0IGlkPSJSZWN0YW5nbGVfMzI0IiBjbGFzcz0ic3QwIiB3aWR0aD0iMTYiIGhlaWdodD0iMTYiLz4KPHBhdGggaWQ9IlVuaW9uXzMiIGNsYXNzPSJzdDEiIGQ9Ik04LDkuNGwtNi40LDYuNGwtMS40LTEuNEw2LjYsOEwwLjIsMS42bDEuNC0xLjRMOCw2LjZsNi40LTYuNGwxLjQsMS40TDkuNCw4bDYuNCw2LjRsLTEuNCwxLjQKCUw4LDkuNHoiLz4KPC9zdmc+Cg==) no-repeat center/contain; }
.icon.icon-discussion {
    -webkit-mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjEuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhbHF1ZV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMTYgMTYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDE2IDE2OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6I0ZGRkZGRjt9Cjwvc3R5bGU+CjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xMywxSDNjMCwwLTAuMSwwLTAuMSwwQzEuMywxLDAsMi40LDAsNHYxMC45YzAsMC4zLDAuMSwwLjYsMC4zLDAuOEMwLjUsMTUuOSwwLjcsMTYsMSwxNgoJYzAuMywwLDAuNS0wLjEsMC43LTAuM0w0LjQsMTNIMTNjMCwwLDAuMSwwLDAuMSwwYzEuNiwwLDIuOS0xLjQsMi45LTNWNGMwLDAsMC0wLjEsMC0wLjFDMTYsMi4zLDE0LjYsMSwxMywxeiBNNSw4QzQuNCw4LDQsNy42LDQsNwoJczAuNC0xLDEtMXMxLDAuNCwxLDFTNS42LDgsNSw4eiBNOCw4QzcuNCw4LDcsNy42LDcsN3MwLjQtMSwxLTFzMSwwLjQsMSwxUzguNiw4LDgsOHogTTExLDhjLTAuNiwwLTEtMC40LTEtMXMwLjQtMSwxLTFzMSwwLjQsMSwxCglTMTEuNiw4LDExLDh6Ii8+Cjwvc3ZnPgo=) no-repeat center/contain;
            mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjEuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhbHF1ZV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMTYgMTYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDE2IDE2OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6I0ZGRkZGRjt9Cjwvc3R5bGU+CjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xMywxSDNjMCwwLTAuMSwwLTAuMSwwQzEuMywxLDAsMi40LDAsNHYxMC45YzAsMC4zLDAuMSwwLjYsMC4zLDAuOEMwLjUsMTUuOSwwLjcsMTYsMSwxNgoJYzAuMywwLDAuNS0wLjEsMC43LTAuM0w0LjQsMTNIMTNjMCwwLDAuMSwwLDAuMSwwYzEuNiwwLDIuOS0xLjQsMi45LTNWNGMwLDAsMC0wLjEsMC0wLjFDMTYsMi4zLDE0LjYsMSwxMywxeiBNNSw4QzQuNCw4LDQsNy42LDQsNwoJczAuNC0xLDEtMXMxLDAuNCwxLDFTNS42LDgsNSw4eiBNOCw4QzcuNCw4LDcsNy42LDcsN3MwLjQtMSwxLTFzMSwwLjQsMSwxUzguNiw4LDgsOHogTTExLDhjLTAuNiwwLTEtMC40LTEtMXMwLjQtMSwxLTFzMSwwLjQsMSwxCglTMTEuNiw4LDExLDh6Ii8+Cjwvc3ZnPgo=) no-repeat center/contain; }
.icon.icon-document {
    -webkit-mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjEuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhbHF1ZV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMTYgMTYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDE2IDE2OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6I0ZGRkZGRjt9Cjwvc3R5bGU+CjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik04LjUsNEw4LjIsMi44QzguMSwyLjMsNy43LDIsNy4yLDJIMUMwLjQsMiwwLDIuNCwwLDN2MXYydjdjMCwwLjYsMC40LDEsMSwxaDE0YzAuNiwwLDEtMC40LDEtMVY1CgljMC0wLjYtMC40LTEtMS0xSDguNXoiLz4KPC9zdmc+Cg==) no-repeat center/contain;
            mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjEuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhbHF1ZV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMTYgMTYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDE2IDE2OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6I0ZGRkZGRjt9Cjwvc3R5bGU+CjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik04LjUsNEw4LjIsMi44QzguMSwyLjMsNy43LDIsNy4yLDJIMUMwLjQsMiwwLDIuNCwwLDN2MXYydjdjMCwwLjYsMC40LDEsMSwxaDE0YzAuNiwwLDEtMC40LDEtMVY1CgljMC0wLjYtMC40LTEtMS0xSDguNXoiLz4KPC9zdmc+Cg==) no-repeat center/contain; }
.icon.icon-download {
    -webkit-mask: url(/_nuxt/assets/img/icons/download.svg) no-repeat center/contain;
            mask: url(/_nuxt/assets/img/icons/download.svg) no-repeat center/contain; }
.icon.icon-edit {
    -webkit-mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjEuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhbHF1ZV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMTYgMTYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDE2IDE2OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6bm9uZTt9Cgkuc3Qxe2ZpbGw6I0ZGRkZGRjt9Cjwvc3R5bGU+CjxyZWN0IGlkPSJSZWN0YW5nbGVfMzI0IiBjbGFzcz0ic3QwIiB3aWR0aD0iMTYiIGhlaWdodD0iMTYiLz4KPHBhdGggaWQ9IlRyYWPDqV8xMTAiIGNsYXNzPSJzdDEiIGQ9Ik04LjIsMy4xTDIuNSw4LjlMMCwxNmw3LjEtMi4zTDEyLjgsOEw4LjIsMy4xeiBNMTUuNCwyLjZsLTItMmMtMC43LTAuOC0xLjktMC44LTIuNi0wLjEKCWMwLDAtMC4xLDAuMS0wLjEsMC4xTDguOSwyLjNsNC42LDQuOGwxLjgtMS44QzE1LjgsNC45LDE2LDQuNCwxNiwzLjhDMTYsMy40LDE1LjcsMi45LDE1LjQsMi42eiIvPgo8L3N2Zz4K) no-repeat center/contain;
            mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjEuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhbHF1ZV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMTYgMTYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDE2IDE2OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6bm9uZTt9Cgkuc3Qxe2ZpbGw6I0ZGRkZGRjt9Cjwvc3R5bGU+CjxyZWN0IGlkPSJSZWN0YW5nbGVfMzI0IiBjbGFzcz0ic3QwIiB3aWR0aD0iMTYiIGhlaWdodD0iMTYiLz4KPHBhdGggaWQ9IlRyYWPDqV8xMTAiIGNsYXNzPSJzdDEiIGQ9Ik04LjIsMy4xTDIuNSw4LjlMMCwxNmw3LjEtMi4zTDEyLjgsOEw4LjIsMy4xeiBNMTUuNCwyLjZsLTItMmMtMC43LTAuOC0xLjktMC44LTIuNi0wLjEKCWMwLDAtMC4xLDAuMS0wLjEsMC4xTDguOSwyLjNsNC42LDQuOGwxLjgtMS44QzE1LjgsNC45LDE2LDQuNCwxNiwzLjhDMTYsMy40LDE1LjcsMi45LDE1LjQsMi42eiIvPgo8L3N2Zz4K) no-repeat center/contain; }
.icon.icon-euro {
    -webkit-mask: url(/_nuxt/assets/img/icons/euro.svg) no-repeat center/contain;
            mask: url(/_nuxt/assets/img/icons/euro.svg) no-repeat center/contain; }
.icon.icon-eye {
    -webkit-mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjEuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhbHF1ZV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMTYgMTYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDE2IDE2OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6bm9uZTt9Cgkuc3Qxe2ZpbGw6I0ZGRkZGRjt9Cjwvc3R5bGU+CjxyZWN0IGlkPSJSZWN0YW5nbGVfMzI0IiBjbGFzcz0ic3QwIiB3aWR0aD0iMTYiIGhlaWdodD0iMTYiLz4KPGcgaWQ9Ikdyb3VwZV8yNjY2IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNTkxNS4xODIgMTExNjUuNzc5KSI+Cgk8cGF0aCBpZD0iU291c3RyYWN0aW9uXzEiIGNsYXNzPSJzdDEiIGQ9Ik01OTIzLjItMTExNTEuOGMtMS43LDAtMy4zLTAuNi00LjgtMS43Yy0xLjQtMS4xLTIuNS0yLjYtMy4yLTQuMwoJCWMwLjctMS44LDEuOS0zLjMsMy4yLTQuM2MxLjQtMS4xLDMuMS0xLjcsNC44LTEuN2MxLjcsMCwzLjMsMC42LDQuNywxLjdjMS40LDEuMSwyLjUsMi42LDMuMyw0LjMKCQlDNTkyOS42LTExMTU0LjEsNTkyNi42LTExMTUxLjgsNTkyMy4yLTExMTUxLjh6IE01OTIzLjItMTExNjAuOGMtMS43LDAtMywxLjMtMywzYzAsMS43LDEuMywzLDMsM3MzLTEuMywzLTMKCQlDNTkyNi4yLTExMTU5LjQsNTkyNC44LTExMTYwLjgsNTkyMy4yLTExMTYwLjh6Ii8+CjwvZz4KPC9zdmc+Cg==) no-repeat center/contain;
            mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjEuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhbHF1ZV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMTYgMTYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDE2IDE2OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6bm9uZTt9Cgkuc3Qxe2ZpbGw6I0ZGRkZGRjt9Cjwvc3R5bGU+CjxyZWN0IGlkPSJSZWN0YW5nbGVfMzI0IiBjbGFzcz0ic3QwIiB3aWR0aD0iMTYiIGhlaWdodD0iMTYiLz4KPGcgaWQ9Ikdyb3VwZV8yNjY2IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNTkxNS4xODIgMTExNjUuNzc5KSI+Cgk8cGF0aCBpZD0iU291c3RyYWN0aW9uXzEiIGNsYXNzPSJzdDEiIGQ9Ik01OTIzLjItMTExNTEuOGMtMS43LDAtMy4zLTAuNi00LjgtMS43Yy0xLjQtMS4xLTIuNS0yLjYtMy4yLTQuMwoJCWMwLjctMS44LDEuOS0zLjMsMy4yLTQuM2MxLjQtMS4xLDMuMS0xLjcsNC44LTEuN2MxLjcsMCwzLjMsMC42LDQuNywxLjdjMS40LDEuMSwyLjUsMi42LDMuMyw0LjMKCQlDNTkyOS42LTExMTU0LjEsNTkyNi42LTExMTUxLjgsNTkyMy4yLTExMTUxLjh6IE01OTIzLjItMTExNjAuOGMtMS43LDAtMywxLjMtMywzYzAsMS43LDEuMywzLDMsM3MzLTEuMywzLTMKCQlDNTkyNi4yLTExMTU5LjQsNTkyNC44LTExMTYwLjgsNTkyMy4yLTExMTYwLjh6Ii8+CjwvZz4KPC9zdmc+Cg==) no-repeat center/contain; }
.icon.icon-folder {
    -webkit-mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjEuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhbHF1ZV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMTYgMTYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDE2IDE2OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6I0ZGRkZGRjt9Cjwvc3R5bGU+CjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik04LjUsNEw4LjIsMi44QzguMSwyLjMsNy43LDIsNy4yLDJIMUMwLjQsMiwwLDIuNCwwLDN2MXYydjdjMCwwLjYsMC40LDEsMSwxaDE0YzAuNiwwLDEtMC40LDEtMVY1CgljMC0wLjYtMC40LTEtMS0xSDguNXoiLz4KPC9zdmc+Cg==) no-repeat center/contain;
            mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjEuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhbHF1ZV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMTYgMTYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDE2IDE2OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6I0ZGRkZGRjt9Cjwvc3R5bGU+CjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik04LjUsNEw4LjIsMi44QzguMSwyLjMsNy43LDIsNy4yLDJIMUMwLjQsMiwwLDIuNCwwLDN2MXYydjdjMCwwLjYsMC40LDEsMSwxaDE0YzAuNiwwLDEtMC40LDEtMVY1CgljMC0wLjYtMC40LTEtMS0xSDguNXoiLz4KPC9zdmc+Cg==) no-repeat center/contain; }
.icon.icon-help {
    -webkit-mask: url(/_nuxt/assets/img/icons/help.svg) no-repeat center/contain;
            mask: url(/_nuxt/assets/img/icons/help.svg) no-repeat center/contain; }
.icon.icon-history {
    -webkit-mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjEuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhbHF1ZV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMTYgMTYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDE2IDE2OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6I0ZGRkZGRjt9Cjwvc3R5bGU+CjxwYXRoIGlkPSJUcmFjw6lfNDA5NyIgY2xhc3M9InN0MCIgZD0iTTAsMHY0aDE2VjBIMHogTTMsM0gxVjFoMlYzeiBNMCwxMGgxNlY2SDBWMTB6IE0xLDdoMnYySDFWN3ogTTAsMTZoMTZ2LTRIMFYxNnogTTEsMTNoMnYySDEKCVYxM3oiLz4KPC9zdmc+Cg==) no-repeat center/contain;
            mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjEuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhbHF1ZV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMTYgMTYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDE2IDE2OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6I0ZGRkZGRjt9Cjwvc3R5bGU+CjxwYXRoIGlkPSJUcmFjw6lfNDA5NyIgY2xhc3M9InN0MCIgZD0iTTAsMHY0aDE2VjBIMHogTTMsM0gxVjFoMlYzeiBNMCwxMGgxNlY2SDBWMTB6IE0xLDdoMnYySDFWN3ogTTAsMTZoMTZ2LTRIMFYxNnogTTEsMTNoMnYySDEKCVYxM3oiLz4KPC9zdmc+Cg==) no-repeat center/contain; }
.icon.icon-home {
    -webkit-mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjEuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhbHF1ZV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMTYgMTYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDE2IDE2OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6I0ZGRkZGRjt9Cjwvc3R5bGU+CjxwYXRoIGlkPSJUcmFjw6lfNDA4MiIgY2xhc3M9InN0MCIgZD0iTTgsMEwwLDZ2MTBoNnYtNmg0djZoNlY2TDgsMHoiLz4KPC9zdmc+Cg==) no-repeat center/contain;
            mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjEuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhbHF1ZV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMTYgMTYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDE2IDE2OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6I0ZGRkZGRjt9Cjwvc3R5bGU+CjxwYXRoIGlkPSJUcmFjw6lfNDA4MiIgY2xhc3M9InN0MCIgZD0iTTgsMEwwLDZ2MTBoNnYtNmg0djZoNlY2TDgsMHoiLz4KPC9zdmc+Cg==) no-repeat center/contain; }
.icon.icon-id {
    -webkit-mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjEuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhbHF1ZV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMTYgMTYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDE2IDE2OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6I0ZGRkZGRjt9Cjwvc3R5bGU+CjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xNCwySDJDMC45LDIsMCwyLjksMCw0djhjMCwxLjEsMC45LDIsMiwyaDEyYzEuMSwwLDItMC45LDItMlY0QzE2LDIuOSwxNS4xLDIsMTQsMnogTTIsNGgzYzAuNiwwLDEsMC40LDEsMQoJUzUuNiw2LDUsNkgyQzEuNCw2LDEsNS42LDEsNVMxLjQsNCwyLDR6IE03LDEySDF2LTFoNlYxMnogTTE1LDEySDl2LTFoNlYxMnogTTE1LDlIMVY4aDE0Vjl6Ii8+Cjwvc3ZnPgo=) no-repeat center/contain;
            mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjEuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhbHF1ZV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMTYgMTYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDE2IDE2OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6I0ZGRkZGRjt9Cjwvc3R5bGU+CjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xNCwySDJDMC45LDIsMCwyLjksMCw0djhjMCwxLjEsMC45LDIsMiwyaDEyYzEuMSwwLDItMC45LDItMlY0QzE2LDIuOSwxNS4xLDIsMTQsMnogTTIsNGgzYzAuNiwwLDEsMC40LDEsMQoJUzUuNiw2LDUsNkgyQzEuNCw2LDEsNS42LDEsNVMxLjQsNCwyLDR6IE03LDEySDF2LTFoNlYxMnogTTE1LDEySDl2LTFoNlYxMnogTTE1LDlIMVY4aDE0Vjl6Ii8+Cjwvc3ZnPgo=) no-repeat center/contain; }
.icon.icon-join {
    -webkit-mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjEuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhbHF1ZV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMTYgMTYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDE2IDE2OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6I0ZGRkZGRjt9Cjwvc3R5bGU+CjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xNC40LDEuNmMtMi4xLTIuMS01LjYtMi4xLTcuOCwwYy0wLjQsMC40LTAuNCwxLDAsMS40YzAuNCwwLjQsMSwwLjQsMS40LDBjMS40LTEuNCwzLjYtMS40LDQuOSwwCglzMS40LDMuNiwwLDQuOUw4LDEyLjljLTEuNCwxLjQtMy42LDEuNC00LjksMFMxLjcsOS40LDMuMSw4bDEuNC0xLjRDNSw2LDYsNiw2LjYsNi42czAuNiwxLjUsMCwyLjFjLTAuNCwwLjQtMC40LDEsMCwxLjQKCWMwLjQsMC40LDEsMC40LDEuNCwwYzEuNC0xLjQsMS40LTMuNiwwLTQuOXMtMy42LTEuNC00LjksMEwxLjYsNi42Yy0yLjEsMi4xLTIuMSw1LjYsMCw3LjhzNS42LDIuMSw3LjgsMGw0LjktNC45CglDMTYuNSw3LjMsMTYuNSwzLjgsMTQuNCwxLjZ6Ii8+Cjwvc3ZnPgo=) no-repeat center/contain;
            mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjEuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhbHF1ZV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMTYgMTYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDE2IDE2OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6I0ZGRkZGRjt9Cjwvc3R5bGU+CjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xNC40LDEuNmMtMi4xLTIuMS01LjYtMi4xLTcuOCwwYy0wLjQsMC40LTAuNCwxLDAsMS40YzAuNCwwLjQsMSwwLjQsMS40LDBjMS40LTEuNCwzLjYtMS40LDQuOSwwCglzMS40LDMuNiwwLDQuOUw4LDEyLjljLTEuNCwxLjQtMy42LDEuNC00LjksMFMxLjcsOS40LDMuMSw4bDEuNC0xLjRDNSw2LDYsNiw2LjYsNi42czAuNiwxLjUsMCwyLjFjLTAuNCwwLjQtMC40LDEsMCwxLjQKCWMwLjQsMC40LDEsMC40LDEuNCwwYzEuNC0xLjQsMS40LTMuNiwwLTQuOXMtMy42LTEuNC00LjksMEwxLjYsNi42Yy0yLjEsMi4xLTIuMSw1LjYsMCw3LjhzNS42LDIuMSw3LjgsMGw0LjktNC45CglDMTYuNSw3LjMsMTYuNSwzLjgsMTQuNCwxLjZ6Ii8+Cjwvc3ZnPgo=) no-repeat center/contain; }
.icon.icon-mail {
    -webkit-mask: url(/_nuxt/assets/img/icons/mail.svg) no-repeat center/contain;
            mask: url(/_nuxt/assets/img/icons/mail.svg) no-repeat center/contain; }
.icon.icon-map-pin {
    -webkit-mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjAuNiwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhbHF1ZV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMTYgMTYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDE2IDE2OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6I0ZGRkZGRjt9Cjwvc3R5bGU+CjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xMi4yLDIuOGMtMi4zLTIuMy02LjEtMi4zLTguNSwwYy0yLjMsMi4zLTIuMyw2LjEsMCw4LjVMOCwxNS41bDQuMi00LjJDMTQuNiw4LjksMTQuNiw1LjEsMTIuMiwyLjh6IE04LDEwCgljLTEuNywwLTMtMS4zLTMtM3MxLjMtMywzLTNzMywxLjMsMywzUzkuNywxMCw4LDEweiIvPgo8L3N2Zz4K) no-repeat center/contain;
            mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjAuNiwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhbHF1ZV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMTYgMTYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDE2IDE2OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6I0ZGRkZGRjt9Cjwvc3R5bGU+CjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xMi4yLDIuOGMtMi4zLTIuMy02LjEtMi4zLTguNSwwYy0yLjMsMi4zLTIuMyw2LjEsMCw4LjVMOCwxNS41bDQuMi00LjJDMTQuNiw4LjksMTQuNiw1LjEsMTIuMiwyLjh6IE04LDEwCgljLTEuNywwLTMtMS4zLTMtM3MxLjMtMywzLTNzMywxLjMsMywzUzkuNywxMCw4LDEweiIvPgo8L3N2Zz4K) no-repeat center/contain; }
.icon.icon-payment {
    -webkit-mask: url(/_nuxt/assets/img/icons/payment.svg) no-repeat center/contain;
            mask: url(/_nuxt/assets/img/icons/payment.svg) no-repeat center/contain; }
.icon.icon-phone {
    -webkit-mask: url(/_nuxt/assets/img/icons/phone.svg) no-repeat center/contain;
            mask: url(/_nuxt/assets/img/icons/phone.svg) no-repeat center/contain; }
.icon.icon-picture {
    -webkit-mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjEuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhbHF1ZV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMTYgMTYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDE2IDE2OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGwtcnVsZTpldmVub2RkO2NsaXAtcnVsZTpldmVub2RkO2ZpbGw6I0ZGRkZGRjt9Cjwvc3R5bGU+CjxwYXRoIGlkPSJUcmFjw6lfNDA3MCIgY2xhc3M9InN0MCIgZD0iTTgsMTFjMS4xLDAsMi0wLjksMi0yUzkuMSw3LDgsN1M2LDcuOSw2LDlDNiwxMC4xLDYuOSwxMSw4LDExeiBNOCw1YzIuMiwwLDQsMS44LDQsNAoJcy0xLjgsNC00LDRzLTQtMS44LTQtNEM0LDYuOCw1LjgsNSw4LDV6IE0xNCwxNkgyYy0wLjUsMC0xLTAuMi0xLjQtMC42QzAuMiwxNSwwLDE0LjUsMCwxNFY0YzAtMS4xLDAuOS0yLDItMmgxLjZsMS41LTEuNQoJQzUuNCwwLjIsNS44LDAsNi4zLDBoMy41YzAuNCwwLDAuOCwwLjIsMS4xLDAuNUwxMi40LDJIMTRjMS4xLDAsMiwwLjksMiwydjEwQzE2LDE1LjEsMTUuMSwxNiwxNCwxNnoiLz4KPC9zdmc+Cg==) no-repeat center/contain;
            mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjEuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhbHF1ZV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMTYgMTYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDE2IDE2OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGwtcnVsZTpldmVub2RkO2NsaXAtcnVsZTpldmVub2RkO2ZpbGw6I0ZGRkZGRjt9Cjwvc3R5bGU+CjxwYXRoIGlkPSJUcmFjw6lfNDA3MCIgY2xhc3M9InN0MCIgZD0iTTgsMTFjMS4xLDAsMi0wLjksMi0yUzkuMSw3LDgsN1M2LDcuOSw2LDlDNiwxMC4xLDYuOSwxMSw4LDExeiBNOCw1YzIuMiwwLDQsMS44LDQsNAoJcy0xLjgsNC00LDRzLTQtMS44LTQtNEM0LDYuOCw1LjgsNSw4LDV6IE0xNCwxNkgyYy0wLjUsMC0xLTAuMi0xLjQtMC42QzAuMiwxNSwwLDE0LjUsMCwxNFY0YzAtMS4xLDAuOS0yLDItMmgxLjZsMS41LTEuNQoJQzUuNCwwLjIsNS44LDAsNi4zLDBoMy41YzAuNCwwLDAuOCwwLjIsMS4xLDAuNUwxMi40LDJIMTRjMS4xLDAsMiwwLjksMiwydjEwQzE2LDE1LjEsMTUuMSwxNiwxNCwxNnoiLz4KPC9zdmc+Cg==) no-repeat center/contain; }
.icon.icon-refresh {
    -webkit-mask: url(/_nuxt/assets/img/icons/refresh.svg) no-repeat center/contain;
            mask: url(/_nuxt/assets/img/icons/refresh.svg) no-repeat center/contain; }
.icon.icon-save {
    -webkit-mask: url(/_nuxt/assets/img/icons/save.svg) no-repeat center/contain;
            mask: url(/_nuxt/assets/img/icons/save.svg) no-repeat center/contain; }
.icon.icon-search {
    -webkit-mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjAuNiwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhbHF1ZV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMTYgMTYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDE2IDE2OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6I0ZGRkZGRjt9Cjwvc3R5bGU+CjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xNS43LDE0LjNsLTMuMS0zLjFDMTMuNSwxMCwxNCw4LjYsMTQsN2MwLTMuOS0zLjEtNy03LTdDMy4xLDAsMCwzLjEsMCw3YzAsMy45LDMuMSw3LDcsN2MxLjYsMCwzLTAuNSw0LjItMS40CglsMy4xLDMuMWMwLjIsMC4yLDAuNSwwLjMsMC43LDAuM3MwLjUtMC4xLDAuNy0wLjNDMTYuMSwxNS4zLDE2LjEsMTQuNywxNS43LDE0LjN6IE0yLDdjMC0yLjgsMi4yLTUsNS01czUsMi4yLDUsNXMtMi4yLDUtNSw1CglTMiw5LjgsMiw3eiIvPgo8L3N2Zz4K) no-repeat center/contain;
            mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjAuNiwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhbHF1ZV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMTYgMTYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDE2IDE2OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6I0ZGRkZGRjt9Cjwvc3R5bGU+CjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xNS43LDE0LjNsLTMuMS0zLjFDMTMuNSwxMCwxNCw4LjYsMTQsN2MwLTMuOS0zLjEtNy03LTdDMy4xLDAsMCwzLjEsMCw3YzAsMy45LDMuMSw3LDcsN2MxLjYsMCwzLTAuNSw0LjItMS40CglsMy4xLDMuMWMwLjIsMC4yLDAuNSwwLjMsMC43LDAuM3MwLjUtMC4xLDAuNy0wLjNDMTYuMSwxNS4zLDE2LjEsMTQuNywxNS43LDE0LjN6IE0yLDdjMC0yLjgsMi4yLTUsNS01czUsMi4yLDUsNXMtMi4yLDUtNSw1CglTMiw5LjgsMiw3eiIvPgo8L3N2Zz4K) no-repeat center/contain; }
.icon.icon-send {
    -webkit-mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjEuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhbHF1ZV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMjMgMTgiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDIzIDE4OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6I0ZGRkZGRjt9Cjwvc3R5bGU+CjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0yMi45LDAuNkMyMi43LDAuMiwyMi40LDAsMjIsMEgxQzAuNiwwLDAuMiwwLjMsMC4xLDAuN2MtMC4xLDAuNCwwLDAuOCwwLjMsMS4xbDcuMSw1LjdWMTcKCWMwLDAuNCwwLjMsMC44LDAuNywwLjlDOC4zLDE4LDguNCwxOCw4LjUsMThjMC4zLDAsMC42LTAuMSwwLjgtMC40bDEzLjUtMTZDMjMsMS4zLDIzLjEsMC45LDIyLjksMC42eiBNMy45LDJoMTMuNEw4LjYsNS44TDMuOSwyegoJIE05LjUsNy42bDguOS00TDkuNSwxNC4zVjcuNnoiLz4KPC9zdmc+Cg==) no-repeat center/contain;
            mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjEuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhbHF1ZV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMjMgMTgiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDIzIDE4OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6I0ZGRkZGRjt9Cjwvc3R5bGU+CjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0yMi45LDAuNkMyMi43LDAuMiwyMi40LDAsMjIsMEgxQzAuNiwwLDAuMiwwLjMsMC4xLDAuN2MtMC4xLDAuNCwwLDAuOCwwLjMsMS4xbDcuMSw1LjdWMTcKCWMwLDAuNCwwLjMsMC44LDAuNywwLjlDOC4zLDE4LDguNCwxOCw4LjUsMThjMC4zLDAsMC42LTAuMSwwLjgtMC40bDEzLjUtMTZDMjMsMS4zLDIzLjEsMC45LDIyLjksMC42eiBNMy45LDJoMTMuNEw4LjYsNS44TDMuOSwyegoJIE05LjUsNy42bDguOS00TDkuNSwxNC4zVjcuNnoiLz4KPC9zdmc+Cg==) no-repeat center/contain; }
.icon.icon-testimonials {
    -webkit-mask: url(/_nuxt/assets/img/icons/testimonials.svg) no-repeat center/contain;
            mask: url(/_nuxt/assets/img/icons/testimonials.svg) no-repeat center/contain; }
.icon.icon-trash {
    -webkit-mask: url(/_nuxt/assets/img/icons/trash.svg) no-repeat center/contain;
            mask: url(/_nuxt/assets/img/icons/trash.svg) no-repeat center/contain; }
.icon.icon-user {
    -webkit-mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjEuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhbHF1ZV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMTYgMTYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDE2IDE2OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6I0ZGRkZGRjt9Cjwvc3R5bGU+CjxwYXRoIGlkPSJVbmlvbl8xIiBjbGFzcz0ic3QwIiBkPSJNMCwxNnYtMmMwLTIuMiwzLjYtNCw4LTRzOCwxLjgsOCw0djJIMHogTTQsNGMwLTIuMiwxLjgtNCw0LTRzNCwxLjgsNCw0cy0xLjgsNC00LDRTNCw2LjIsNCw0eiIKCS8+Cjwvc3ZnPgo=) no-repeat center/contain;
            mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjEuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhbHF1ZV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMTYgMTYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDE2IDE2OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6I0ZGRkZGRjt9Cjwvc3R5bGU+CjxwYXRoIGlkPSJVbmlvbl8xIiBjbGFzcz0ic3QwIiBkPSJNMCwxNnYtMmMwLTIuMiwzLjYtNCw4LTRzOCwxLjgsOCw0djJIMHogTTQsNGMwLTIuMiwxLjgtNCw0LTRzNCwxLjgsNCw0cy0xLjgsNC00LDRTNCw2LjIsNCw0eiIKCS8+Cjwvc3ZnPgo=) no-repeat center/contain; }
.icon.icon-video {
    -webkit-mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjEuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhbHF1ZV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMTYgMTYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDE2IDE2OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6I0ZGRkZGRjt9Cjwvc3R5bGU+CjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xNC44LDMuMkwxMiw1LjdWNGMwLTAuNi0wLjQtMS0xLTFIMUMwLjQsMywwLDMuNCwwLDR2OGMwLDAuNiwwLjQsMSwxLDFoMTBjMC42LDAsMS0wLjQsMS0xdi0xLjdsMi44LDIuNQoJYzAuNSwwLjQsMS4yLDAuMSwxLjItMC42VjMuN0MxNiwzLjEsMTUuMiwyLjgsMTQuOCwzLjJ6Ii8+Cjwvc3ZnPgo=) no-repeat center/contain;
            mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjEuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhbHF1ZV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMTYgMTYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDE2IDE2OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6I0ZGRkZGRjt9Cjwvc3R5bGU+CjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xNC44LDMuMkwxMiw1LjdWNGMwLTAuNi0wLjQtMS0xLTFIMUMwLjQsMywwLDMuNCwwLDR2OGMwLDAuNiwwLjQsMSwxLDFoMTBjMC42LDAsMS0wLjQsMS0xdi0xLjdsMi44LDIuNQoJYzAuNSwwLjQsMS4yLDAuMSwxLjItMC42VjMuN0MxNiwzLjEsMTUuMiwyLjgsMTQuOCwzLjJ6Ii8+Cjwvc3ZnPgo=) no-repeat center/contain; }
/* Modals */
.modal .modal-content .modal-header {
  display: block;
  border-bottom: none;
  text-align: center; }
.modal .modal-content .modal-footer {
  border-top: none;
  justify-content: center; }
/* Custom elements */
.sh-circle {
  display: inline-block;
  width: 100%;
  max-width: 175px;
  border-radius: 50%; }
.sh-circle:after {
    content: '';
    display: block;
    padding-bottom: 100%; }
.sh-container {
  max-width: 345px;
  margin-left: auto;
  margin-right: auto; }
.sh-card-shadow {
  box-shadow: 0px 20px 99px rgba(28,15,125,0.05098); }
.sh-card {
  background-color: #fff;
  border: 1px solid #e9e9f0;
  border-radius: 10px; }
/** Google Map Autocomplete in modal Fix **/
.pac-container {
  z-index: 9999 !important; }
.sh-avatar {
  position: relative;
  width: 50px;
  color: #fff;
  background: #ff5d3b; }
.sh-avatar span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold; }
.lh-1 {
  display: inline-flex;
  line-height: 1;
  vertical-align: middle; }
.sh-mission-ref {
  color: #848484;
  vertical-align: middle;
  font-size: 1rem; }
#sh-sidebar {
  background-color: #fff;
  border-right: 1px solid #e9e9f0;
  transition: all 0.5s ease-in-out;
  /* Responsive */ }
#sh-sidebar .buttons {
    margin-top: 40px; }
#sh-sidebar #sh-sidebar-container {
    top: 90px;
    padding: 0.75rem 0; }
#sh-sidebar #sh-sidebar-container #sh-sidebar-user {
      padding: 0 0.75rem;
      margin-bottom: 0.75rem;
      list-style: none; }
#sh-sidebar #sh-sidebar-container #sh-sidebar-user .sh-avatar {
        width: 100px;
        font-size: 2rem; }
#sh-sidebar #sh-sidebar-container #sh-sidebar-user .name {
        font-weight: 600;
        color: #1d2020;
        font-size: 28px; }
#sh-sidebar #sh-sidebar-container #sh-sidebar-user .role {
        margin-bottom: 0.25rem; }
#sh-sidebar #sh-sidebar-container #sh-sidebar-nav {
      margin-bottom: 0.75rem; }
#sh-sidebar #sh-sidebar-container #sh-sidebar-nav .nav-item a {
        padding: 0.25rem 0.75rem;
        color: #606262; }
#sh-sidebar #sh-sidebar-container #sh-sidebar-nav .nav-item a .icon {
          background-color: #606262;
          margin-right: 12px; }
#sh-sidebar #sh-sidebar-container #sh-sidebar-nav .nav-item a:hover {
          color: #ff5d3b; }
#sh-sidebar #sh-sidebar-container #sh-sidebar-nav .nav-item a:hover .icon {
            background-color: #ff5d3b; }
#sh-sidebar #sh-sidebar-container #sh-sidebar-nav .nav-item:not(.submenu) a.nuxt-link-active {
        color: #1d2020;
        font-weight: 600;
        border-left: 4px solid #ff5d3b;
        padding-left: calc(0.75rem - 4px);
        background-color: #f8f8fc; }
#sh-sidebar #sh-sidebar-container #sh-sidebar-nav .nav-item:not(.submenu) a.nuxt-link-active .icon {
          background-color: #ff5d3b; }
#sh-sidebar #sh-sidebar-container #sh-sidebar-nav .submenu > a {
        padding: 0; }
#sh-sidebar #sh-sidebar-container #sh-sidebar-nav .submenu > a .submenu-link {
          display: block;
          padding: 0.25rem 0.75rem; }
#sh-sidebar #sh-sidebar-container #sh-sidebar-nav .submenu > a.active {
          color: #1d2020;
          font-weight: 600; }
#sh-sidebar #sh-sidebar-container #sh-sidebar-nav .submenu > a.active .icon {
            background-color: #ff5d3b; }
#sh-sidebar #sh-sidebar-container #sh-sidebar-nav .submenu > a .nav-item a {
          font-size: calc(1rem - 2px);
          font-weight: 400;
          padding-left: calc(0.75rem + 1rem + 12px); }
#sh-sidebar #sh-sidebar-container #sh-sidebar-nav .submenu > a .nav-item a.nuxt-link-active {
            padding-left: calc(0.75rem + 1rem + 8px);
            color: #1d2020;
            font-weight: 600;
            border-left: 4px solid #ff5d3b;
            background-color: #f8f8fc; }
#sh-sidebar #sh-sidebar-container #sh-sidebar-nav .submenu > a .nav-item a.nuxt-link-active .icon {
              background-color: #ff5d3b; }
#sh-sidebar #sh-sidebar-container #sh-sidebar-buttons {
      padding: 0 0.75rem; }
@media (max-width: 991.98px) {
    #sh-sidebar {
      position: fixed;
      width: 100vw;
      height: 100vh;
      left: 0;
      top: 0;
      z-index: 1025;
      border-right: 0; }
      #sh-sidebar #sh-sidebar-container {
        top: 0; }
        #sh-sidebar #sh-sidebar-container #sh-sidebar-user .sh-avatar {
          width: 50px;
          font-size: 1rem; }
        #sh-sidebar #sh-sidebar-container #sh-sidebar-user .name {
          font-size: 18px; }
      #sh-sidebar #sh-sidebar-toggler {
        position: absolute;
        top: calc(50vh - 45px);
        right: 0;
        z-index: 1026;
        width: 30px;
        height: 50px;
        border-radius: 15px 0 0 15px;
        border-top: 1px solid #afb0b0;
        border-bottom: 1px solid #afb0b0;
        border-left: 1px solid #afb0b0;
        box-shadow: 0px 10px 30px rgba(52, 58, 64, 0.3);
        cursor: pointer;
        transition: all 0.5s ease-in-out; }
        #sh-sidebar #sh-sidebar-toggler i {
          width: 20px;
          height: 20px; }
      #sh-sidebar.closed {
        left: -100vw; }
        #sh-sidebar.closed #sh-sidebar-toggler {
          right: -30px;
          border-radius: 0 15px 15px 0;
          border-right: 1px solid #afb0b0;
          border-left: 0; } }
/** Fonts **/
html {
  font-size: 16px;
  line-height: 28px; }
h1 {
  font-size: 35px;
  line-height: 45px;
  font-weight: 900;
  color: #1d2020; }
h2 {
  font-size: 28px;
  line-height: 36px;
  font-weight: 900;
  color: #1d2020; }
h3 {
  font-size: 20px;
  line-height: 20px;
  font-weight: normal;
  color: #1d2020; }
h4 {
  font-size: 18px;
  line-height: 28px;
  font-weight: normal;
  color: #606262; }
blockquote {
  font-size: 20px;
  line-height: 38px;
  font-style: italic;
  color: #1d2020; }
footer {
  font-size: 14px;
  line-height: 40px;
  color: #606262; }
p a {
  text-decoration: underline; }
@media (max-width: 575.98px) {
  .custom-file-label::after {
    content: "+" !important;
    padding: 1rem; } }
@media (min-width: 576px) and (max-width: 767.98px) {
  .sh-container {
    max-width: 536px; }
  h2 {
    font-size: 32px;
    line-height: 40px; }
  .m-lat {
    margin: 20px !important; }
  .mt-lat,
  .my-lat {
    margin-top: 20px !important; }
  .mr-lat,
  .mx-lat {
    margin-right: 20px !important; }
  .mb-lat,
  .my-lat {
    margin-bottom: 20px !important; }
  .ml-lat,
  .mx-lat {
    margin-left: 20px !important; }
  .m-lat2 {
    margin: 40px !important; }
  .mt-lat2,
  .my-lat2 {
    margin-top: 40px !important; }
  .mr-lat2,
  .mx-lat2 {
    margin-right: 40px !important; }
  .mb-lat2,
  .my-lat2 {
    margin-bottom: 40px !important; }
  .ml-lat2,
  .mx-lat2 {
    margin-left: 40px !important; }
  .m-c1 {
    margin: 22px !important; }
  .mt-c1,
  .my-c1 {
    margin-top: 22px !important; }
  .mr-c1,
  .mx-c1 {
    margin-right: 22px !important; }
  .mb-c1,
  .my-c1 {
    margin-bottom: 22px !important; }
  .ml-c1,
  .mx-c1 {
    margin-left: 22px !important; }
  .m-c2 {
    margin: 30px !important; }
  .mt-c2,
  .my-c2 {
    margin-top: 30px !important; }
  .mr-c2,
  .mx-c2 {
    margin-right: 30px !important; }
  .mb-c2,
  .my-c2 {
    margin-bottom: 30px !important; }
  .ml-c2,
  .mx-c2 {
    margin-left: 30px !important; }
  .m-c3 {
    margin: 50px !important; }
  .mt-c3,
  .my-c3 {
    margin-top: 50px !important; }
  .mr-c3,
  .mx-c3 {
    margin-right: 50px !important; }
  .mb-c3,
  .my-c3 {
    margin-bottom: 50px !important; }
  .ml-c3,
  .mx-c3 {
    margin-left: 50px !important; }
  .p-lat {
    padding: 20px !important; }
  .pt-lat,
  .py-lat {
    padding-top: 20px !important; }
  .pr-lat,
  .px-lat {
    padding-right: 20px !important; }
  .pb-lat,
  .py-lat {
    padding-bottom: 20px !important; }
  .pl-lat,
  .px-lat {
    padding-left: 20px !important; }
  .p-lat2 {
    padding: 40px !important; }
  .pt-lat2,
  .py-lat2 {
    padding-top: 40px !important; }
  .pr-lat2,
  .px-lat2 {
    padding-right: 40px !important; }
  .pb-lat2,
  .py-lat2 {
    padding-bottom: 40px !important; }
  .pl-lat2,
  .px-lat2 {
    padding-left: 40px !important; }
  .p-c1 {
    padding: 22px !important; }
  .pt-c1,
  .py-c1 {
    padding-top: 22px !important; }
  .pr-c1,
  .px-c1 {
    padding-right: 22px !important; }
  .pb-c1,
  .py-c1 {
    padding-bottom: 22px !important; }
  .pl-c1,
  .px-c1 {
    padding-left: 22px !important; }
  .p-c2 {
    padding: 30px !important; }
  .pt-c2,
  .py-c2 {
    padding-top: 30px !important; }
  .pr-c2,
  .px-c2 {
    padding-right: 30px !important; }
  .pb-c2,
  .py-c2 {
    padding-bottom: 30px !important; }
  .pl-c2,
  .px-c2 {
    padding-left: 30px !important; }
  .p-c3 {
    padding: 50px !important; }
  .pt-c3,
  .py-c3 {
    padding-top: 50px !important; }
  .pr-c3,
  .px-c3 {
    padding-right: 50px !important; }
  .pb-c3,
  .py-c3 {
    padding-bottom: 50px !important; }
  .pl-c3,
  .px-c3 {
    padding-left: 50px !important; }
  .m-nlat {
    margin: -20px !important; }
  .mt-nlat,
  .my-nlat {
    margin-top: -20px !important; }
  .mr-nlat,
  .mx-nlat {
    margin-right: -20px !important; }
  .mb-nlat,
  .my-nlat {
    margin-bottom: -20px !important; }
  .ml-nlat,
  .mx-nlat {
    margin-left: -20px !important; }
  .m-nlat2 {
    margin: -40px !important; }
  .mt-nlat2,
  .my-nlat2 {
    margin-top: -40px !important; }
  .mr-nlat2,
  .mx-nlat2 {
    margin-right: -40px !important; }
  .mb-nlat2,
  .my-nlat2 {
    margin-bottom: -40px !important; }
  .ml-nlat2,
  .mx-nlat2 {
    margin-left: -40px !important; }
  .m-nc1 {
    margin: -22px !important; }
  .mt-nc1,
  .my-nc1 {
    margin-top: -22px !important; }
  .mr-nc1,
  .mx-nc1 {
    margin-right: -22px !important; }
  .mb-nc1,
  .my-nc1 {
    margin-bottom: -22px !important; }
  .ml-nc1,
  .mx-nc1 {
    margin-left: -22px !important; }
  .m-nc2 {
    margin: -30px !important; }
  .mt-nc2,
  .my-nc2 {
    margin-top: -30px !important; }
  .mr-nc2,
  .mx-nc2 {
    margin-right: -30px !important; }
  .mb-nc2,
  .my-nc2 {
    margin-bottom: -30px !important; }
  .ml-nc2,
  .mx-nc2 {
    margin-left: -30px !important; }
  .m-nc3 {
    margin: -50px !important; }
  .mt-nc3,
  .my-nc3 {
    margin-top: -50px !important; }
  .mr-nc3,
  .mx-nc3 {
    margin-right: -50px !important; }
  .mb-nc3,
  .my-nc3 {
    margin-bottom: -50px !important; }
  .ml-nc3,
  .mx-nc3 {
    margin-left: -50px !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) and (max-width: 767.98px) and (min-width: 576px) {
  .m-sm-lat {
    margin: 20px !important; }
  .mt-sm-lat,
  .my-sm-lat {
    margin-top: 20px !important; }
  .mr-sm-lat,
  .mx-sm-lat {
    margin-right: 20px !important; }
  .mb-sm-lat,
  .my-sm-lat {
    margin-bottom: 20px !important; }
  .ml-sm-lat,
  .mx-sm-lat {
    margin-left: 20px !important; }
  .m-sm-lat2 {
    margin: 40px !important; }
  .mt-sm-lat2,
  .my-sm-lat2 {
    margin-top: 40px !important; }
  .mr-sm-lat2,
  .mx-sm-lat2 {
    margin-right: 40px !important; }
  .mb-sm-lat2,
  .my-sm-lat2 {
    margin-bottom: 40px !important; }
  .ml-sm-lat2,
  .mx-sm-lat2 {
    margin-left: 40px !important; }
  .m-sm-c1 {
    margin: 22px !important; }
  .mt-sm-c1,
  .my-sm-c1 {
    margin-top: 22px !important; }
  .mr-sm-c1,
  .mx-sm-c1 {
    margin-right: 22px !important; }
  .mb-sm-c1,
  .my-sm-c1 {
    margin-bottom: 22px !important; }
  .ml-sm-c1,
  .mx-sm-c1 {
    margin-left: 22px !important; }
  .m-sm-c2 {
    margin: 30px !important; }
  .mt-sm-c2,
  .my-sm-c2 {
    margin-top: 30px !important; }
  .mr-sm-c2,
  .mx-sm-c2 {
    margin-right: 30px !important; }
  .mb-sm-c2,
  .my-sm-c2 {
    margin-bottom: 30px !important; }
  .ml-sm-c2,
  .mx-sm-c2 {
    margin-left: 30px !important; }
  .m-sm-c3 {
    margin: 50px !important; }
  .mt-sm-c3,
  .my-sm-c3 {
    margin-top: 50px !important; }
  .mr-sm-c3,
  .mx-sm-c3 {
    margin-right: 50px !important; }
  .mb-sm-c3,
  .my-sm-c3 {
    margin-bottom: 50px !important; }
  .ml-sm-c3,
  .mx-sm-c3 {
    margin-left: 50px !important; }
  .p-sm-lat {
    padding: 20px !important; }
  .pt-sm-lat,
  .py-sm-lat {
    padding-top: 20px !important; }
  .pr-sm-lat,
  .px-sm-lat {
    padding-right: 20px !important; }
  .pb-sm-lat,
  .py-sm-lat {
    padding-bottom: 20px !important; }
  .pl-sm-lat,
  .px-sm-lat {
    padding-left: 20px !important; }
  .p-sm-lat2 {
    padding: 40px !important; }
  .pt-sm-lat2,
  .py-sm-lat2 {
    padding-top: 40px !important; }
  .pr-sm-lat2,
  .px-sm-lat2 {
    padding-right: 40px !important; }
  .pb-sm-lat2,
  .py-sm-lat2 {
    padding-bottom: 40px !important; }
  .pl-sm-lat2,
  .px-sm-lat2 {
    padding-left: 40px !important; }
  .p-sm-c1 {
    padding: 22px !important; }
  .pt-sm-c1,
  .py-sm-c1 {
    padding-top: 22px !important; }
  .pr-sm-c1,
  .px-sm-c1 {
    padding-right: 22px !important; }
  .pb-sm-c1,
  .py-sm-c1 {
    padding-bottom: 22px !important; }
  .pl-sm-c1,
  .px-sm-c1 {
    padding-left: 22px !important; }
  .p-sm-c2 {
    padding: 30px !important; }
  .pt-sm-c2,
  .py-sm-c2 {
    padding-top: 30px !important; }
  .pr-sm-c2,
  .px-sm-c2 {
    padding-right: 30px !important; }
  .pb-sm-c2,
  .py-sm-c2 {
    padding-bottom: 30px !important; }
  .pl-sm-c2,
  .px-sm-c2 {
    padding-left: 30px !important; }
  .p-sm-c3 {
    padding: 50px !important; }
  .pt-sm-c3,
  .py-sm-c3 {
    padding-top: 50px !important; }
  .pr-sm-c3,
  .px-sm-c3 {
    padding-right: 50px !important; }
  .pb-sm-c3,
  .py-sm-c3 {
    padding-bottom: 50px !important; }
  .pl-sm-c3,
  .px-sm-c3 {
    padding-left: 50px !important; }
  .m-sm-nlat {
    margin: -20px !important; }
  .mt-sm-nlat,
  .my-sm-nlat {
    margin-top: -20px !important; }
  .mr-sm-nlat,
  .mx-sm-nlat {
    margin-right: -20px !important; }
  .mb-sm-nlat,
  .my-sm-nlat {
    margin-bottom: -20px !important; }
  .ml-sm-nlat,
  .mx-sm-nlat {
    margin-left: -20px !important; }
  .m-sm-nlat2 {
    margin: -40px !important; }
  .mt-sm-nlat2,
  .my-sm-nlat2 {
    margin-top: -40px !important; }
  .mr-sm-nlat2,
  .mx-sm-nlat2 {
    margin-right: -40px !important; }
  .mb-sm-nlat2,
  .my-sm-nlat2 {
    margin-bottom: -40px !important; }
  .ml-sm-nlat2,
  .mx-sm-nlat2 {
    margin-left: -40px !important; }
  .m-sm-nc1 {
    margin: -22px !important; }
  .mt-sm-nc1,
  .my-sm-nc1 {
    margin-top: -22px !important; }
  .mr-sm-nc1,
  .mx-sm-nc1 {
    margin-right: -22px !important; }
  .mb-sm-nc1,
  .my-sm-nc1 {
    margin-bottom: -22px !important; }
  .ml-sm-nc1,
  .mx-sm-nc1 {
    margin-left: -22px !important; }
  .m-sm-nc2 {
    margin: -30px !important; }
  .mt-sm-nc2,
  .my-sm-nc2 {
    margin-top: -30px !important; }
  .mr-sm-nc2,
  .mx-sm-nc2 {
    margin-right: -30px !important; }
  .mb-sm-nc2,
  .my-sm-nc2 {
    margin-bottom: -30px !important; }
  .ml-sm-nc2,
  .mx-sm-nc2 {
    margin-left: -30px !important; }
  .m-sm-nc3 {
    margin: -50px !important; }
  .mt-sm-nc3,
  .my-sm-nc3 {
    margin-top: -50px !important; }
  .mr-sm-nc3,
  .mx-sm-nc3 {
    margin-right: -50px !important; }
  .mb-sm-nc3,
  .my-sm-nc3 {
    margin-bottom: -50px !important; }
  .ml-sm-nc3,
  .mx-sm-nc3 {
    margin-left: -50px !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: 576px) and (max-width: 767.98px) and (min-width: 768px) {
  .m-md-lat {
    margin: 20px !important; }
  .mt-md-lat,
  .my-md-lat {
    margin-top: 20px !important; }
  .mr-md-lat,
  .mx-md-lat {
    margin-right: 20px !important; }
  .mb-md-lat,
  .my-md-lat {
    margin-bottom: 20px !important; }
  .ml-md-lat,
  .mx-md-lat {
    margin-left: 20px !important; }
  .m-md-lat2 {
    margin: 40px !important; }
  .mt-md-lat2,
  .my-md-lat2 {
    margin-top: 40px !important; }
  .mr-md-lat2,
  .mx-md-lat2 {
    margin-right: 40px !important; }
  .mb-md-lat2,
  .my-md-lat2 {
    margin-bottom: 40px !important; }
  .ml-md-lat2,
  .mx-md-lat2 {
    margin-left: 40px !important; }
  .m-md-c1 {
    margin: 22px !important; }
  .mt-md-c1,
  .my-md-c1 {
    margin-top: 22px !important; }
  .mr-md-c1,
  .mx-md-c1 {
    margin-right: 22px !important; }
  .mb-md-c1,
  .my-md-c1 {
    margin-bottom: 22px !important; }
  .ml-md-c1,
  .mx-md-c1 {
    margin-left: 22px !important; }
  .m-md-c2 {
    margin: 30px !important; }
  .mt-md-c2,
  .my-md-c2 {
    margin-top: 30px !important; }
  .mr-md-c2,
  .mx-md-c2 {
    margin-right: 30px !important; }
  .mb-md-c2,
  .my-md-c2 {
    margin-bottom: 30px !important; }
  .ml-md-c2,
  .mx-md-c2 {
    margin-left: 30px !important; }
  .m-md-c3 {
    margin: 50px !important; }
  .mt-md-c3,
  .my-md-c3 {
    margin-top: 50px !important; }
  .mr-md-c3,
  .mx-md-c3 {
    margin-right: 50px !important; }
  .mb-md-c3,
  .my-md-c3 {
    margin-bottom: 50px !important; }
  .ml-md-c3,
  .mx-md-c3 {
    margin-left: 50px !important; }
  .p-md-lat {
    padding: 20px !important; }
  .pt-md-lat,
  .py-md-lat {
    padding-top: 20px !important; }
  .pr-md-lat,
  .px-md-lat {
    padding-right: 20px !important; }
  .pb-md-lat,
  .py-md-lat {
    padding-bottom: 20px !important; }
  .pl-md-lat,
  .px-md-lat {
    padding-left: 20px !important; }
  .p-md-lat2 {
    padding: 40px !important; }
  .pt-md-lat2,
  .py-md-lat2 {
    padding-top: 40px !important; }
  .pr-md-lat2,
  .px-md-lat2 {
    padding-right: 40px !important; }
  .pb-md-lat2,
  .py-md-lat2 {
    padding-bottom: 40px !important; }
  .pl-md-lat2,
  .px-md-lat2 {
    padding-left: 40px !important; }
  .p-md-c1 {
    padding: 22px !important; }
  .pt-md-c1,
  .py-md-c1 {
    padding-top: 22px !important; }
  .pr-md-c1,
  .px-md-c1 {
    padding-right: 22px !important; }
  .pb-md-c1,
  .py-md-c1 {
    padding-bottom: 22px !important; }
  .pl-md-c1,
  .px-md-c1 {
    padding-left: 22px !important; }
  .p-md-c2 {
    padding: 30px !important; }
  .pt-md-c2,
  .py-md-c2 {
    padding-top: 30px !important; }
  .pr-md-c2,
  .px-md-c2 {
    padding-right: 30px !important; }
  .pb-md-c2,
  .py-md-c2 {
    padding-bottom: 30px !important; }
  .pl-md-c2,
  .px-md-c2 {
    padding-left: 30px !important; }
  .p-md-c3 {
    padding: 50px !important; }
  .pt-md-c3,
  .py-md-c3 {
    padding-top: 50px !important; }
  .pr-md-c3,
  .px-md-c3 {
    padding-right: 50px !important; }
  .pb-md-c3,
  .py-md-c3 {
    padding-bottom: 50px !important; }
  .pl-md-c3,
  .px-md-c3 {
    padding-left: 50px !important; }
  .m-md-nlat {
    margin: -20px !important; }
  .mt-md-nlat,
  .my-md-nlat {
    margin-top: -20px !important; }
  .mr-md-nlat,
  .mx-md-nlat {
    margin-right: -20px !important; }
  .mb-md-nlat,
  .my-md-nlat {
    margin-bottom: -20px !important; }
  .ml-md-nlat,
  .mx-md-nlat {
    margin-left: -20px !important; }
  .m-md-nlat2 {
    margin: -40px !important; }
  .mt-md-nlat2,
  .my-md-nlat2 {
    margin-top: -40px !important; }
  .mr-md-nlat2,
  .mx-md-nlat2 {
    margin-right: -40px !important; }
  .mb-md-nlat2,
  .my-md-nlat2 {
    margin-bottom: -40px !important; }
  .ml-md-nlat2,
  .mx-md-nlat2 {
    margin-left: -40px !important; }
  .m-md-nc1 {
    margin: -22px !important; }
  .mt-md-nc1,
  .my-md-nc1 {
    margin-top: -22px !important; }
  .mr-md-nc1,
  .mx-md-nc1 {
    margin-right: -22px !important; }
  .mb-md-nc1,
  .my-md-nc1 {
    margin-bottom: -22px !important; }
  .ml-md-nc1,
  .mx-md-nc1 {
    margin-left: -22px !important; }
  .m-md-nc2 {
    margin: -30px !important; }
  .mt-md-nc2,
  .my-md-nc2 {
    margin-top: -30px !important; }
  .mr-md-nc2,
  .mx-md-nc2 {
    margin-right: -30px !important; }
  .mb-md-nc2,
  .my-md-nc2 {
    margin-bottom: -30px !important; }
  .ml-md-nc2,
  .mx-md-nc2 {
    margin-left: -30px !important; }
  .m-md-nc3 {
    margin: -50px !important; }
  .mt-md-nc3,
  .my-md-nc3 {
    margin-top: -50px !important; }
  .mr-md-nc3,
  .mx-md-nc3 {
    margin-right: -50px !important; }
  .mb-md-nc3,
  .my-md-nc3 {
    margin-bottom: -50px !important; }
  .ml-md-nc3,
  .mx-md-nc3 {
    margin-left: -50px !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: 576px) and (max-width: 767.98px) and (min-width: 992px) {
  .m-lg-lat {
    margin: 20px !important; }
  .mt-lg-lat,
  .my-lg-lat {
    margin-top: 20px !important; }
  .mr-lg-lat,
  .mx-lg-lat {
    margin-right: 20px !important; }
  .mb-lg-lat,
  .my-lg-lat {
    margin-bottom: 20px !important; }
  .ml-lg-lat,
  .mx-lg-lat {
    margin-left: 20px !important; }
  .m-lg-lat2 {
    margin: 40px !important; }
  .mt-lg-lat2,
  .my-lg-lat2 {
    margin-top: 40px !important; }
  .mr-lg-lat2,
  .mx-lg-lat2 {
    margin-right: 40px !important; }
  .mb-lg-lat2,
  .my-lg-lat2 {
    margin-bottom: 40px !important; }
  .ml-lg-lat2,
  .mx-lg-lat2 {
    margin-left: 40px !important; }
  .m-lg-c1 {
    margin: 22px !important; }
  .mt-lg-c1,
  .my-lg-c1 {
    margin-top: 22px !important; }
  .mr-lg-c1,
  .mx-lg-c1 {
    margin-right: 22px !important; }
  .mb-lg-c1,
  .my-lg-c1 {
    margin-bottom: 22px !important; }
  .ml-lg-c1,
  .mx-lg-c1 {
    margin-left: 22px !important; }
  .m-lg-c2 {
    margin: 30px !important; }
  .mt-lg-c2,
  .my-lg-c2 {
    margin-top: 30px !important; }
  .mr-lg-c2,
  .mx-lg-c2 {
    margin-right: 30px !important; }
  .mb-lg-c2,
  .my-lg-c2 {
    margin-bottom: 30px !important; }
  .ml-lg-c2,
  .mx-lg-c2 {
    margin-left: 30px !important; }
  .m-lg-c3 {
    margin: 50px !important; }
  .mt-lg-c3,
  .my-lg-c3 {
    margin-top: 50px !important; }
  .mr-lg-c3,
  .mx-lg-c3 {
    margin-right: 50px !important; }
  .mb-lg-c3,
  .my-lg-c3 {
    margin-bottom: 50px !important; }
  .ml-lg-c3,
  .mx-lg-c3 {
    margin-left: 50px !important; }
  .p-lg-lat {
    padding: 20px !important; }
  .pt-lg-lat,
  .py-lg-lat {
    padding-top: 20px !important; }
  .pr-lg-lat,
  .px-lg-lat {
    padding-right: 20px !important; }
  .pb-lg-lat,
  .py-lg-lat {
    padding-bottom: 20px !important; }
  .pl-lg-lat,
  .px-lg-lat {
    padding-left: 20px !important; }
  .p-lg-lat2 {
    padding: 40px !important; }
  .pt-lg-lat2,
  .py-lg-lat2 {
    padding-top: 40px !important; }
  .pr-lg-lat2,
  .px-lg-lat2 {
    padding-right: 40px !important; }
  .pb-lg-lat2,
  .py-lg-lat2 {
    padding-bottom: 40px !important; }
  .pl-lg-lat2,
  .px-lg-lat2 {
    padding-left: 40px !important; }
  .p-lg-c1 {
    padding: 22px !important; }
  .pt-lg-c1,
  .py-lg-c1 {
    padding-top: 22px !important; }
  .pr-lg-c1,
  .px-lg-c1 {
    padding-right: 22px !important; }
  .pb-lg-c1,
  .py-lg-c1 {
    padding-bottom: 22px !important; }
  .pl-lg-c1,
  .px-lg-c1 {
    padding-left: 22px !important; }
  .p-lg-c2 {
    padding: 30px !important; }
  .pt-lg-c2,
  .py-lg-c2 {
    padding-top: 30px !important; }
  .pr-lg-c2,
  .px-lg-c2 {
    padding-right: 30px !important; }
  .pb-lg-c2,
  .py-lg-c2 {
    padding-bottom: 30px !important; }
  .pl-lg-c2,
  .px-lg-c2 {
    padding-left: 30px !important; }
  .p-lg-c3 {
    padding: 50px !important; }
  .pt-lg-c3,
  .py-lg-c3 {
    padding-top: 50px !important; }
  .pr-lg-c3,
  .px-lg-c3 {
    padding-right: 50px !important; }
  .pb-lg-c3,
  .py-lg-c3 {
    padding-bottom: 50px !important; }
  .pl-lg-c3,
  .px-lg-c3 {
    padding-left: 50px !important; }
  .m-lg-nlat {
    margin: -20px !important; }
  .mt-lg-nlat,
  .my-lg-nlat {
    margin-top: -20px !important; }
  .mr-lg-nlat,
  .mx-lg-nlat {
    margin-right: -20px !important; }
  .mb-lg-nlat,
  .my-lg-nlat {
    margin-bottom: -20px !important; }
  .ml-lg-nlat,
  .mx-lg-nlat {
    margin-left: -20px !important; }
  .m-lg-nlat2 {
    margin: -40px !important; }
  .mt-lg-nlat2,
  .my-lg-nlat2 {
    margin-top: -40px !important; }
  .mr-lg-nlat2,
  .mx-lg-nlat2 {
    margin-right: -40px !important; }
  .mb-lg-nlat2,
  .my-lg-nlat2 {
    margin-bottom: -40px !important; }
  .ml-lg-nlat2,
  .mx-lg-nlat2 {
    margin-left: -40px !important; }
  .m-lg-nc1 {
    margin: -22px !important; }
  .mt-lg-nc1,
  .my-lg-nc1 {
    margin-top: -22px !important; }
  .mr-lg-nc1,
  .mx-lg-nc1 {
    margin-right: -22px !important; }
  .mb-lg-nc1,
  .my-lg-nc1 {
    margin-bottom: -22px !important; }
  .ml-lg-nc1,
  .mx-lg-nc1 {
    margin-left: -22px !important; }
  .m-lg-nc2 {
    margin: -30px !important; }
  .mt-lg-nc2,
  .my-lg-nc2 {
    margin-top: -30px !important; }
  .mr-lg-nc2,
  .mx-lg-nc2 {
    margin-right: -30px !important; }
  .mb-lg-nc2,
  .my-lg-nc2 {
    margin-bottom: -30px !important; }
  .ml-lg-nc2,
  .mx-lg-nc2 {
    margin-left: -30px !important; }
  .m-lg-nc3 {
    margin: -50px !important; }
  .mt-lg-nc3,
  .my-lg-nc3 {
    margin-top: -50px !important; }
  .mr-lg-nc3,
  .mx-lg-nc3 {
    margin-right: -50px !important; }
  .mb-lg-nc3,
  .my-lg-nc3 {
    margin-bottom: -50px !important; }
  .ml-lg-nc3,
  .mx-lg-nc3 {
    margin-left: -50px !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: 576px) and (max-width: 767.98px) and (min-width: 1200px) {
  .m-xl-lat {
    margin: 20px !important; }
  .mt-xl-lat,
  .my-xl-lat {
    margin-top: 20px !important; }
  .mr-xl-lat,
  .mx-xl-lat {
    margin-right: 20px !important; }
  .mb-xl-lat,
  .my-xl-lat {
    margin-bottom: 20px !important; }
  .ml-xl-lat,
  .mx-xl-lat {
    margin-left: 20px !important; }
  .m-xl-lat2 {
    margin: 40px !important; }
  .mt-xl-lat2,
  .my-xl-lat2 {
    margin-top: 40px !important; }
  .mr-xl-lat2,
  .mx-xl-lat2 {
    margin-right: 40px !important; }
  .mb-xl-lat2,
  .my-xl-lat2 {
    margin-bottom: 40px !important; }
  .ml-xl-lat2,
  .mx-xl-lat2 {
    margin-left: 40px !important; }
  .m-xl-c1 {
    margin: 22px !important; }
  .mt-xl-c1,
  .my-xl-c1 {
    margin-top: 22px !important; }
  .mr-xl-c1,
  .mx-xl-c1 {
    margin-right: 22px !important; }
  .mb-xl-c1,
  .my-xl-c1 {
    margin-bottom: 22px !important; }
  .ml-xl-c1,
  .mx-xl-c1 {
    margin-left: 22px !important; }
  .m-xl-c2 {
    margin: 30px !important; }
  .mt-xl-c2,
  .my-xl-c2 {
    margin-top: 30px !important; }
  .mr-xl-c2,
  .mx-xl-c2 {
    margin-right: 30px !important; }
  .mb-xl-c2,
  .my-xl-c2 {
    margin-bottom: 30px !important; }
  .ml-xl-c2,
  .mx-xl-c2 {
    margin-left: 30px !important; }
  .m-xl-c3 {
    margin: 50px !important; }
  .mt-xl-c3,
  .my-xl-c3 {
    margin-top: 50px !important; }
  .mr-xl-c3,
  .mx-xl-c3 {
    margin-right: 50px !important; }
  .mb-xl-c3,
  .my-xl-c3 {
    margin-bottom: 50px !important; }
  .ml-xl-c3,
  .mx-xl-c3 {
    margin-left: 50px !important; }
  .p-xl-lat {
    padding: 20px !important; }
  .pt-xl-lat,
  .py-xl-lat {
    padding-top: 20px !important; }
  .pr-xl-lat,
  .px-xl-lat {
    padding-right: 20px !important; }
  .pb-xl-lat,
  .py-xl-lat {
    padding-bottom: 20px !important; }
  .pl-xl-lat,
  .px-xl-lat {
    padding-left: 20px !important; }
  .p-xl-lat2 {
    padding: 40px !important; }
  .pt-xl-lat2,
  .py-xl-lat2 {
    padding-top: 40px !important; }
  .pr-xl-lat2,
  .px-xl-lat2 {
    padding-right: 40px !important; }
  .pb-xl-lat2,
  .py-xl-lat2 {
    padding-bottom: 40px !important; }
  .pl-xl-lat2,
  .px-xl-lat2 {
    padding-left: 40px !important; }
  .p-xl-c1 {
    padding: 22px !important; }
  .pt-xl-c1,
  .py-xl-c1 {
    padding-top: 22px !important; }
  .pr-xl-c1,
  .px-xl-c1 {
    padding-right: 22px !important; }
  .pb-xl-c1,
  .py-xl-c1 {
    padding-bottom: 22px !important; }
  .pl-xl-c1,
  .px-xl-c1 {
    padding-left: 22px !important; }
  .p-xl-c2 {
    padding: 30px !important; }
  .pt-xl-c2,
  .py-xl-c2 {
    padding-top: 30px !important; }
  .pr-xl-c2,
  .px-xl-c2 {
    padding-right: 30px !important; }
  .pb-xl-c2,
  .py-xl-c2 {
    padding-bottom: 30px !important; }
  .pl-xl-c2,
  .px-xl-c2 {
    padding-left: 30px !important; }
  .p-xl-c3 {
    padding: 50px !important; }
  .pt-xl-c3,
  .py-xl-c3 {
    padding-top: 50px !important; }
  .pr-xl-c3,
  .px-xl-c3 {
    padding-right: 50px !important; }
  .pb-xl-c3,
  .py-xl-c3 {
    padding-bottom: 50px !important; }
  .pl-xl-c3,
  .px-xl-c3 {
    padding-left: 50px !important; }
  .m-xl-nlat {
    margin: -20px !important; }
  .mt-xl-nlat,
  .my-xl-nlat {
    margin-top: -20px !important; }
  .mr-xl-nlat,
  .mx-xl-nlat {
    margin-right: -20px !important; }
  .mb-xl-nlat,
  .my-xl-nlat {
    margin-bottom: -20px !important; }
  .ml-xl-nlat,
  .mx-xl-nlat {
    margin-left: -20px !important; }
  .m-xl-nlat2 {
    margin: -40px !important; }
  .mt-xl-nlat2,
  .my-xl-nlat2 {
    margin-top: -40px !important; }
  .mr-xl-nlat2,
  .mx-xl-nlat2 {
    margin-right: -40px !important; }
  .mb-xl-nlat2,
  .my-xl-nlat2 {
    margin-bottom: -40px !important; }
  .ml-xl-nlat2,
  .mx-xl-nlat2 {
    margin-left: -40px !important; }
  .m-xl-nc1 {
    margin: -22px !important; }
  .mt-xl-nc1,
  .my-xl-nc1 {
    margin-top: -22px !important; }
  .mr-xl-nc1,
  .mx-xl-nc1 {
    margin-right: -22px !important; }
  .mb-xl-nc1,
  .my-xl-nc1 {
    margin-bottom: -22px !important; }
  .ml-xl-nc1,
  .mx-xl-nc1 {
    margin-left: -22px !important; }
  .m-xl-nc2 {
    margin: -30px !important; }
  .mt-xl-nc2,
  .my-xl-nc2 {
    margin-top: -30px !important; }
  .mr-xl-nc2,
  .mx-xl-nc2 {
    margin-right: -30px !important; }
  .mb-xl-nc2,
  .my-xl-nc2 {
    margin-bottom: -30px !important; }
  .ml-xl-nc2,
  .mx-xl-nc2 {
    margin-left: -30px !important; }
  .m-xl-nc3 {
    margin: -50px !important; }
  .mt-xl-nc3,
  .my-xl-nc3 {
    margin-top: -50px !important; }
  .mr-xl-nc3,
  .mx-xl-nc3 {
    margin-right: -50px !important; }
  .mb-xl-nc3,
  .my-xl-nc3 {
    margin-bottom: -50px !important; }
  .ml-xl-nc3,
  .mx-xl-nc3 {
    margin-left: -50px !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }
@media (min-width: 576px) and (max-width: 767.98px) and (min-width: 1660px) {
  .m-xxl-lat {
    margin: 20px !important; }
  .mt-xxl-lat,
  .my-xxl-lat {
    margin-top: 20px !important; }
  .mr-xxl-lat,
  .mx-xxl-lat {
    margin-right: 20px !important; }
  .mb-xxl-lat,
  .my-xxl-lat {
    margin-bottom: 20px !important; }
  .ml-xxl-lat,
  .mx-xxl-lat {
    margin-left: 20px !important; }
  .m-xxl-lat2 {
    margin: 40px !important; }
  .mt-xxl-lat2,
  .my-xxl-lat2 {
    margin-top: 40px !important; }
  .mr-xxl-lat2,
  .mx-xxl-lat2 {
    margin-right: 40px !important; }
  .mb-xxl-lat2,
  .my-xxl-lat2 {
    margin-bottom: 40px !important; }
  .ml-xxl-lat2,
  .mx-xxl-lat2 {
    margin-left: 40px !important; }
  .m-xxl-c1 {
    margin: 22px !important; }
  .mt-xxl-c1,
  .my-xxl-c1 {
    margin-top: 22px !important; }
  .mr-xxl-c1,
  .mx-xxl-c1 {
    margin-right: 22px !important; }
  .mb-xxl-c1,
  .my-xxl-c1 {
    margin-bottom: 22px !important; }
  .ml-xxl-c1,
  .mx-xxl-c1 {
    margin-left: 22px !important; }
  .m-xxl-c2 {
    margin: 30px !important; }
  .mt-xxl-c2,
  .my-xxl-c2 {
    margin-top: 30px !important; }
  .mr-xxl-c2,
  .mx-xxl-c2 {
    margin-right: 30px !important; }
  .mb-xxl-c2,
  .my-xxl-c2 {
    margin-bottom: 30px !important; }
  .ml-xxl-c2,
  .mx-xxl-c2 {
    margin-left: 30px !important; }
  .m-xxl-c3 {
    margin: 50px !important; }
  .mt-xxl-c3,
  .my-xxl-c3 {
    margin-top: 50px !important; }
  .mr-xxl-c3,
  .mx-xxl-c3 {
    margin-right: 50px !important; }
  .mb-xxl-c3,
  .my-xxl-c3 {
    margin-bottom: 50px !important; }
  .ml-xxl-c3,
  .mx-xxl-c3 {
    margin-left: 50px !important; }
  .p-xxl-lat {
    padding: 20px !important; }
  .pt-xxl-lat,
  .py-xxl-lat {
    padding-top: 20px !important; }
  .pr-xxl-lat,
  .px-xxl-lat {
    padding-right: 20px !important; }
  .pb-xxl-lat,
  .py-xxl-lat {
    padding-bottom: 20px !important; }
  .pl-xxl-lat,
  .px-xxl-lat {
    padding-left: 20px !important; }
  .p-xxl-lat2 {
    padding: 40px !important; }
  .pt-xxl-lat2,
  .py-xxl-lat2 {
    padding-top: 40px !important; }
  .pr-xxl-lat2,
  .px-xxl-lat2 {
    padding-right: 40px !important; }
  .pb-xxl-lat2,
  .py-xxl-lat2 {
    padding-bottom: 40px !important; }
  .pl-xxl-lat2,
  .px-xxl-lat2 {
    padding-left: 40px !important; }
  .p-xxl-c1 {
    padding: 22px !important; }
  .pt-xxl-c1,
  .py-xxl-c1 {
    padding-top: 22px !important; }
  .pr-xxl-c1,
  .px-xxl-c1 {
    padding-right: 22px !important; }
  .pb-xxl-c1,
  .py-xxl-c1 {
    padding-bottom: 22px !important; }
  .pl-xxl-c1,
  .px-xxl-c1 {
    padding-left: 22px !important; }
  .p-xxl-c2 {
    padding: 30px !important; }
  .pt-xxl-c2,
  .py-xxl-c2 {
    padding-top: 30px !important; }
  .pr-xxl-c2,
  .px-xxl-c2 {
    padding-right: 30px !important; }
  .pb-xxl-c2,
  .py-xxl-c2 {
    padding-bottom: 30px !important; }
  .pl-xxl-c2,
  .px-xxl-c2 {
    padding-left: 30px !important; }
  .p-xxl-c3 {
    padding: 50px !important; }
  .pt-xxl-c3,
  .py-xxl-c3 {
    padding-top: 50px !important; }
  .pr-xxl-c3,
  .px-xxl-c3 {
    padding-right: 50px !important; }
  .pb-xxl-c3,
  .py-xxl-c3 {
    padding-bottom: 50px !important; }
  .pl-xxl-c3,
  .px-xxl-c3 {
    padding-left: 50px !important; }
  .m-xxl-nlat {
    margin: -20px !important; }
  .mt-xxl-nlat,
  .my-xxl-nlat {
    margin-top: -20px !important; }
  .mr-xxl-nlat,
  .mx-xxl-nlat {
    margin-right: -20px !important; }
  .mb-xxl-nlat,
  .my-xxl-nlat {
    margin-bottom: -20px !important; }
  .ml-xxl-nlat,
  .mx-xxl-nlat {
    margin-left: -20px !important; }
  .m-xxl-nlat2 {
    margin: -40px !important; }
  .mt-xxl-nlat2,
  .my-xxl-nlat2 {
    margin-top: -40px !important; }
  .mr-xxl-nlat2,
  .mx-xxl-nlat2 {
    margin-right: -40px !important; }
  .mb-xxl-nlat2,
  .my-xxl-nlat2 {
    margin-bottom: -40px !important; }
  .ml-xxl-nlat2,
  .mx-xxl-nlat2 {
    margin-left: -40px !important; }
  .m-xxl-nc1 {
    margin: -22px !important; }
  .mt-xxl-nc1,
  .my-xxl-nc1 {
    margin-top: -22px !important; }
  .mr-xxl-nc1,
  .mx-xxl-nc1 {
    margin-right: -22px !important; }
  .mb-xxl-nc1,
  .my-xxl-nc1 {
    margin-bottom: -22px !important; }
  .ml-xxl-nc1,
  .mx-xxl-nc1 {
    margin-left: -22px !important; }
  .m-xxl-nc2 {
    margin: -30px !important; }
  .mt-xxl-nc2,
  .my-xxl-nc2 {
    margin-top: -30px !important; }
  .mr-xxl-nc2,
  .mx-xxl-nc2 {
    margin-right: -30px !important; }
  .mb-xxl-nc2,
  .my-xxl-nc2 {
    margin-bottom: -30px !important; }
  .ml-xxl-nc2,
  .mx-xxl-nc2 {
    margin-left: -30px !important; }
  .m-xxl-nc3 {
    margin: -50px !important; }
  .mt-xxl-nc3,
  .my-xxl-nc3 {
    margin-top: -50px !important; }
  .mr-xxl-nc3,
  .mx-xxl-nc3 {
    margin-right: -50px !important; }
  .mb-xxl-nc3,
  .my-xxl-nc3 {
    margin-bottom: -50px !important; }
  .ml-xxl-nc3,
  .mx-xxl-nc3 {
    margin-left: -50px !important; }
  .m-xxl-auto {
    margin: auto !important; }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important; }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important; }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important; }
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important; } }
@media (min-width: 768px) and (max-width: 991.98px) {
  .sh-container {
    max-width: 728px; }
  .m-c1 {
    margin: 22px !important; }
  .mt-c1,
  .my-c1 {
    margin-top: 22px !important; }
  .mr-c1,
  .mx-c1 {
    margin-right: 22px !important; }
  .mb-c1,
  .my-c1 {
    margin-bottom: 22px !important; }
  .ml-c1,
  .mx-c1 {
    margin-left: 22px !important; }
  .m-c2 {
    margin: 30px !important; }
  .mt-c2,
  .my-c2 {
    margin-top: 30px !important; }
  .mr-c2,
  .mx-c2 {
    margin-right: 30px !important; }
  .mb-c2,
  .my-c2 {
    margin-bottom: 30px !important; }
  .ml-c2,
  .mx-c2 {
    margin-left: 30px !important; }
  .m-c3 {
    margin: 60px !important; }
  .mt-c3,
  .my-c3 {
    margin-top: 60px !important; }
  .mr-c3,
  .mx-c3 {
    margin-right: 60px !important; }
  .mb-c3,
  .my-c3 {
    margin-bottom: 60px !important; }
  .ml-c3,
  .mx-c3 {
    margin-left: 60px !important; }
  .p-c1 {
    padding: 22px !important; }
  .pt-c1,
  .py-c1 {
    padding-top: 22px !important; }
  .pr-c1,
  .px-c1 {
    padding-right: 22px !important; }
  .pb-c1,
  .py-c1 {
    padding-bottom: 22px !important; }
  .pl-c1,
  .px-c1 {
    padding-left: 22px !important; }
  .p-c2 {
    padding: 30px !important; }
  .pt-c2,
  .py-c2 {
    padding-top: 30px !important; }
  .pr-c2,
  .px-c2 {
    padding-right: 30px !important; }
  .pb-c2,
  .py-c2 {
    padding-bottom: 30px !important; }
  .pl-c2,
  .px-c2 {
    padding-left: 30px !important; }
  .p-c3 {
    padding: 60px !important; }
  .pt-c3,
  .py-c3 {
    padding-top: 60px !important; }
  .pr-c3,
  .px-c3 {
    padding-right: 60px !important; }
  .pb-c3,
  .py-c3 {
    padding-bottom: 60px !important; }
  .pl-c3,
  .px-c3 {
    padding-left: 60px !important; }
  .m-nc1 {
    margin: -22px !important; }
  .mt-nc1,
  .my-nc1 {
    margin-top: -22px !important; }
  .mr-nc1,
  .mx-nc1 {
    margin-right: -22px !important; }
  .mb-nc1,
  .my-nc1 {
    margin-bottom: -22px !important; }
  .ml-nc1,
  .mx-nc1 {
    margin-left: -22px !important; }
  .m-nc2 {
    margin: -30px !important; }
  .mt-nc2,
  .my-nc2 {
    margin-top: -30px !important; }
  .mr-nc2,
  .mx-nc2 {
    margin-right: -30px !important; }
  .mb-nc2,
  .my-nc2 {
    margin-bottom: -30px !important; }
  .ml-nc2,
  .mx-nc2 {
    margin-left: -30px !important; }
  .m-nc3 {
    margin: -60px !important; }
  .mt-nc3,
  .my-nc3 {
    margin-top: -60px !important; }
  .mr-nc3,
  .mx-nc3 {
    margin-right: -60px !important; }
  .mb-nc3,
  .my-nc3 {
    margin-bottom: -60px !important; }
  .ml-nc3,
  .mx-nc3 {
    margin-left: -60px !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: 768px) and (max-width: 991.98px) and (min-width: 576px) {
  .m-sm-c1 {
    margin: 22px !important; }
  .mt-sm-c1,
  .my-sm-c1 {
    margin-top: 22px !important; }
  .mr-sm-c1,
  .mx-sm-c1 {
    margin-right: 22px !important; }
  .mb-sm-c1,
  .my-sm-c1 {
    margin-bottom: 22px !important; }
  .ml-sm-c1,
  .mx-sm-c1 {
    margin-left: 22px !important; }
  .m-sm-c2 {
    margin: 30px !important; }
  .mt-sm-c2,
  .my-sm-c2 {
    margin-top: 30px !important; }
  .mr-sm-c2,
  .mx-sm-c2 {
    margin-right: 30px !important; }
  .mb-sm-c2,
  .my-sm-c2 {
    margin-bottom: 30px !important; }
  .ml-sm-c2,
  .mx-sm-c2 {
    margin-left: 30px !important; }
  .m-sm-c3 {
    margin: 60px !important; }
  .mt-sm-c3,
  .my-sm-c3 {
    margin-top: 60px !important; }
  .mr-sm-c3,
  .mx-sm-c3 {
    margin-right: 60px !important; }
  .mb-sm-c3,
  .my-sm-c3 {
    margin-bottom: 60px !important; }
  .ml-sm-c3,
  .mx-sm-c3 {
    margin-left: 60px !important; }
  .p-sm-c1 {
    padding: 22px !important; }
  .pt-sm-c1,
  .py-sm-c1 {
    padding-top: 22px !important; }
  .pr-sm-c1,
  .px-sm-c1 {
    padding-right: 22px !important; }
  .pb-sm-c1,
  .py-sm-c1 {
    padding-bottom: 22px !important; }
  .pl-sm-c1,
  .px-sm-c1 {
    padding-left: 22px !important; }
  .p-sm-c2 {
    padding: 30px !important; }
  .pt-sm-c2,
  .py-sm-c2 {
    padding-top: 30px !important; }
  .pr-sm-c2,
  .px-sm-c2 {
    padding-right: 30px !important; }
  .pb-sm-c2,
  .py-sm-c2 {
    padding-bottom: 30px !important; }
  .pl-sm-c2,
  .px-sm-c2 {
    padding-left: 30px !important; }
  .p-sm-c3 {
    padding: 60px !important; }
  .pt-sm-c3,
  .py-sm-c3 {
    padding-top: 60px !important; }
  .pr-sm-c3,
  .px-sm-c3 {
    padding-right: 60px !important; }
  .pb-sm-c3,
  .py-sm-c3 {
    padding-bottom: 60px !important; }
  .pl-sm-c3,
  .px-sm-c3 {
    padding-left: 60px !important; }
  .m-sm-nc1 {
    margin: -22px !important; }
  .mt-sm-nc1,
  .my-sm-nc1 {
    margin-top: -22px !important; }
  .mr-sm-nc1,
  .mx-sm-nc1 {
    margin-right: -22px !important; }
  .mb-sm-nc1,
  .my-sm-nc1 {
    margin-bottom: -22px !important; }
  .ml-sm-nc1,
  .mx-sm-nc1 {
    margin-left: -22px !important; }
  .m-sm-nc2 {
    margin: -30px !important; }
  .mt-sm-nc2,
  .my-sm-nc2 {
    margin-top: -30px !important; }
  .mr-sm-nc2,
  .mx-sm-nc2 {
    margin-right: -30px !important; }
  .mb-sm-nc2,
  .my-sm-nc2 {
    margin-bottom: -30px !important; }
  .ml-sm-nc2,
  .mx-sm-nc2 {
    margin-left: -30px !important; }
  .m-sm-nc3 {
    margin: -60px !important; }
  .mt-sm-nc3,
  .my-sm-nc3 {
    margin-top: -60px !important; }
  .mr-sm-nc3,
  .mx-sm-nc3 {
    margin-right: -60px !important; }
  .mb-sm-nc3,
  .my-sm-nc3 {
    margin-bottom: -60px !important; }
  .ml-sm-nc3,
  .mx-sm-nc3 {
    margin-left: -60px !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) and (max-width: 991.98px) and (min-width: 768px) {
  .m-md-c1 {
    margin: 22px !important; }
  .mt-md-c1,
  .my-md-c1 {
    margin-top: 22px !important; }
  .mr-md-c1,
  .mx-md-c1 {
    margin-right: 22px !important; }
  .mb-md-c1,
  .my-md-c1 {
    margin-bottom: 22px !important; }
  .ml-md-c1,
  .mx-md-c1 {
    margin-left: 22px !important; }
  .m-md-c2 {
    margin: 30px !important; }
  .mt-md-c2,
  .my-md-c2 {
    margin-top: 30px !important; }
  .mr-md-c2,
  .mx-md-c2 {
    margin-right: 30px !important; }
  .mb-md-c2,
  .my-md-c2 {
    margin-bottom: 30px !important; }
  .ml-md-c2,
  .mx-md-c2 {
    margin-left: 30px !important; }
  .m-md-c3 {
    margin: 60px !important; }
  .mt-md-c3,
  .my-md-c3 {
    margin-top: 60px !important; }
  .mr-md-c3,
  .mx-md-c3 {
    margin-right: 60px !important; }
  .mb-md-c3,
  .my-md-c3 {
    margin-bottom: 60px !important; }
  .ml-md-c3,
  .mx-md-c3 {
    margin-left: 60px !important; }
  .p-md-c1 {
    padding: 22px !important; }
  .pt-md-c1,
  .py-md-c1 {
    padding-top: 22px !important; }
  .pr-md-c1,
  .px-md-c1 {
    padding-right: 22px !important; }
  .pb-md-c1,
  .py-md-c1 {
    padding-bottom: 22px !important; }
  .pl-md-c1,
  .px-md-c1 {
    padding-left: 22px !important; }
  .p-md-c2 {
    padding: 30px !important; }
  .pt-md-c2,
  .py-md-c2 {
    padding-top: 30px !important; }
  .pr-md-c2,
  .px-md-c2 {
    padding-right: 30px !important; }
  .pb-md-c2,
  .py-md-c2 {
    padding-bottom: 30px !important; }
  .pl-md-c2,
  .px-md-c2 {
    padding-left: 30px !important; }
  .p-md-c3 {
    padding: 60px !important; }
  .pt-md-c3,
  .py-md-c3 {
    padding-top: 60px !important; }
  .pr-md-c3,
  .px-md-c3 {
    padding-right: 60px !important; }
  .pb-md-c3,
  .py-md-c3 {
    padding-bottom: 60px !important; }
  .pl-md-c3,
  .px-md-c3 {
    padding-left: 60px !important; }
  .m-md-nc1 {
    margin: -22px !important; }
  .mt-md-nc1,
  .my-md-nc1 {
    margin-top: -22px !important; }
  .mr-md-nc1,
  .mx-md-nc1 {
    margin-right: -22px !important; }
  .mb-md-nc1,
  .my-md-nc1 {
    margin-bottom: -22px !important; }
  .ml-md-nc1,
  .mx-md-nc1 {
    margin-left: -22px !important; }
  .m-md-nc2 {
    margin: -30px !important; }
  .mt-md-nc2,
  .my-md-nc2 {
    margin-top: -30px !important; }
  .mr-md-nc2,
  .mx-md-nc2 {
    margin-right: -30px !important; }
  .mb-md-nc2,
  .my-md-nc2 {
    margin-bottom: -30px !important; }
  .ml-md-nc2,
  .mx-md-nc2 {
    margin-left: -30px !important; }
  .m-md-nc3 {
    margin: -60px !important; }
  .mt-md-nc3,
  .my-md-nc3 {
    margin-top: -60px !important; }
  .mr-md-nc3,
  .mx-md-nc3 {
    margin-right: -60px !important; }
  .mb-md-nc3,
  .my-md-nc3 {
    margin-bottom: -60px !important; }
  .ml-md-nc3,
  .mx-md-nc3 {
    margin-left: -60px !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: 768px) and (max-width: 991.98px) and (min-width: 992px) {
  .m-lg-c1 {
    margin: 22px !important; }
  .mt-lg-c1,
  .my-lg-c1 {
    margin-top: 22px !important; }
  .mr-lg-c1,
  .mx-lg-c1 {
    margin-right: 22px !important; }
  .mb-lg-c1,
  .my-lg-c1 {
    margin-bottom: 22px !important; }
  .ml-lg-c1,
  .mx-lg-c1 {
    margin-left: 22px !important; }
  .m-lg-c2 {
    margin: 30px !important; }
  .mt-lg-c2,
  .my-lg-c2 {
    margin-top: 30px !important; }
  .mr-lg-c2,
  .mx-lg-c2 {
    margin-right: 30px !important; }
  .mb-lg-c2,
  .my-lg-c2 {
    margin-bottom: 30px !important; }
  .ml-lg-c2,
  .mx-lg-c2 {
    margin-left: 30px !important; }
  .m-lg-c3 {
    margin: 60px !important; }
  .mt-lg-c3,
  .my-lg-c3 {
    margin-top: 60px !important; }
  .mr-lg-c3,
  .mx-lg-c3 {
    margin-right: 60px !important; }
  .mb-lg-c3,
  .my-lg-c3 {
    margin-bottom: 60px !important; }
  .ml-lg-c3,
  .mx-lg-c3 {
    margin-left: 60px !important; }
  .p-lg-c1 {
    padding: 22px !important; }
  .pt-lg-c1,
  .py-lg-c1 {
    padding-top: 22px !important; }
  .pr-lg-c1,
  .px-lg-c1 {
    padding-right: 22px !important; }
  .pb-lg-c1,
  .py-lg-c1 {
    padding-bottom: 22px !important; }
  .pl-lg-c1,
  .px-lg-c1 {
    padding-left: 22px !important; }
  .p-lg-c2 {
    padding: 30px !important; }
  .pt-lg-c2,
  .py-lg-c2 {
    padding-top: 30px !important; }
  .pr-lg-c2,
  .px-lg-c2 {
    padding-right: 30px !important; }
  .pb-lg-c2,
  .py-lg-c2 {
    padding-bottom: 30px !important; }
  .pl-lg-c2,
  .px-lg-c2 {
    padding-left: 30px !important; }
  .p-lg-c3 {
    padding: 60px !important; }
  .pt-lg-c3,
  .py-lg-c3 {
    padding-top: 60px !important; }
  .pr-lg-c3,
  .px-lg-c3 {
    padding-right: 60px !important; }
  .pb-lg-c3,
  .py-lg-c3 {
    padding-bottom: 60px !important; }
  .pl-lg-c3,
  .px-lg-c3 {
    padding-left: 60px !important; }
  .m-lg-nc1 {
    margin: -22px !important; }
  .mt-lg-nc1,
  .my-lg-nc1 {
    margin-top: -22px !important; }
  .mr-lg-nc1,
  .mx-lg-nc1 {
    margin-right: -22px !important; }
  .mb-lg-nc1,
  .my-lg-nc1 {
    margin-bottom: -22px !important; }
  .ml-lg-nc1,
  .mx-lg-nc1 {
    margin-left: -22px !important; }
  .m-lg-nc2 {
    margin: -30px !important; }
  .mt-lg-nc2,
  .my-lg-nc2 {
    margin-top: -30px !important; }
  .mr-lg-nc2,
  .mx-lg-nc2 {
    margin-right: -30px !important; }
  .mb-lg-nc2,
  .my-lg-nc2 {
    margin-bottom: -30px !important; }
  .ml-lg-nc2,
  .mx-lg-nc2 {
    margin-left: -30px !important; }
  .m-lg-nc3 {
    margin: -60px !important; }
  .mt-lg-nc3,
  .my-lg-nc3 {
    margin-top: -60px !important; }
  .mr-lg-nc3,
  .mx-lg-nc3 {
    margin-right: -60px !important; }
  .mb-lg-nc3,
  .my-lg-nc3 {
    margin-bottom: -60px !important; }
  .ml-lg-nc3,
  .mx-lg-nc3 {
    margin-left: -60px !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: 768px) and (max-width: 991.98px) and (min-width: 1200px) {
  .m-xl-c1 {
    margin: 22px !important; }
  .mt-xl-c1,
  .my-xl-c1 {
    margin-top: 22px !important; }
  .mr-xl-c1,
  .mx-xl-c1 {
    margin-right: 22px !important; }
  .mb-xl-c1,
  .my-xl-c1 {
    margin-bottom: 22px !important; }
  .ml-xl-c1,
  .mx-xl-c1 {
    margin-left: 22px !important; }
  .m-xl-c2 {
    margin: 30px !important; }
  .mt-xl-c2,
  .my-xl-c2 {
    margin-top: 30px !important; }
  .mr-xl-c2,
  .mx-xl-c2 {
    margin-right: 30px !important; }
  .mb-xl-c2,
  .my-xl-c2 {
    margin-bottom: 30px !important; }
  .ml-xl-c2,
  .mx-xl-c2 {
    margin-left: 30px !important; }
  .m-xl-c3 {
    margin: 60px !important; }
  .mt-xl-c3,
  .my-xl-c3 {
    margin-top: 60px !important; }
  .mr-xl-c3,
  .mx-xl-c3 {
    margin-right: 60px !important; }
  .mb-xl-c3,
  .my-xl-c3 {
    margin-bottom: 60px !important; }
  .ml-xl-c3,
  .mx-xl-c3 {
    margin-left: 60px !important; }
  .p-xl-c1 {
    padding: 22px !important; }
  .pt-xl-c1,
  .py-xl-c1 {
    padding-top: 22px !important; }
  .pr-xl-c1,
  .px-xl-c1 {
    padding-right: 22px !important; }
  .pb-xl-c1,
  .py-xl-c1 {
    padding-bottom: 22px !important; }
  .pl-xl-c1,
  .px-xl-c1 {
    padding-left: 22px !important; }
  .p-xl-c2 {
    padding: 30px !important; }
  .pt-xl-c2,
  .py-xl-c2 {
    padding-top: 30px !important; }
  .pr-xl-c2,
  .px-xl-c2 {
    padding-right: 30px !important; }
  .pb-xl-c2,
  .py-xl-c2 {
    padding-bottom: 30px !important; }
  .pl-xl-c2,
  .px-xl-c2 {
    padding-left: 30px !important; }
  .p-xl-c3 {
    padding: 60px !important; }
  .pt-xl-c3,
  .py-xl-c3 {
    padding-top: 60px !important; }
  .pr-xl-c3,
  .px-xl-c3 {
    padding-right: 60px !important; }
  .pb-xl-c3,
  .py-xl-c3 {
    padding-bottom: 60px !important; }
  .pl-xl-c3,
  .px-xl-c3 {
    padding-left: 60px !important; }
  .m-xl-nc1 {
    margin: -22px !important; }
  .mt-xl-nc1,
  .my-xl-nc1 {
    margin-top: -22px !important; }
  .mr-xl-nc1,
  .mx-xl-nc1 {
    margin-right: -22px !important; }
  .mb-xl-nc1,
  .my-xl-nc1 {
    margin-bottom: -22px !important; }
  .ml-xl-nc1,
  .mx-xl-nc1 {
    margin-left: -22px !important; }
  .m-xl-nc2 {
    margin: -30px !important; }
  .mt-xl-nc2,
  .my-xl-nc2 {
    margin-top: -30px !important; }
  .mr-xl-nc2,
  .mx-xl-nc2 {
    margin-right: -30px !important; }
  .mb-xl-nc2,
  .my-xl-nc2 {
    margin-bottom: -30px !important; }
  .ml-xl-nc2,
  .mx-xl-nc2 {
    margin-left: -30px !important; }
  .m-xl-nc3 {
    margin: -60px !important; }
  .mt-xl-nc3,
  .my-xl-nc3 {
    margin-top: -60px !important; }
  .mr-xl-nc3,
  .mx-xl-nc3 {
    margin-right: -60px !important; }
  .mb-xl-nc3,
  .my-xl-nc3 {
    margin-bottom: -60px !important; }
  .ml-xl-nc3,
  .mx-xl-nc3 {
    margin-left: -60px !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }
@media (min-width: 768px) and (max-width: 991.98px) and (min-width: 1660px) {
  .m-xxl-c1 {
    margin: 22px !important; }
  .mt-xxl-c1,
  .my-xxl-c1 {
    margin-top: 22px !important; }
  .mr-xxl-c1,
  .mx-xxl-c1 {
    margin-right: 22px !important; }
  .mb-xxl-c1,
  .my-xxl-c1 {
    margin-bottom: 22px !important; }
  .ml-xxl-c1,
  .mx-xxl-c1 {
    margin-left: 22px !important; }
  .m-xxl-c2 {
    margin: 30px !important; }
  .mt-xxl-c2,
  .my-xxl-c2 {
    margin-top: 30px !important; }
  .mr-xxl-c2,
  .mx-xxl-c2 {
    margin-right: 30px !important; }
  .mb-xxl-c2,
  .my-xxl-c2 {
    margin-bottom: 30px !important; }
  .ml-xxl-c2,
  .mx-xxl-c2 {
    margin-left: 30px !important; }
  .m-xxl-c3 {
    margin: 60px !important; }
  .mt-xxl-c3,
  .my-xxl-c3 {
    margin-top: 60px !important; }
  .mr-xxl-c3,
  .mx-xxl-c3 {
    margin-right: 60px !important; }
  .mb-xxl-c3,
  .my-xxl-c3 {
    margin-bottom: 60px !important; }
  .ml-xxl-c3,
  .mx-xxl-c3 {
    margin-left: 60px !important; }
  .p-xxl-c1 {
    padding: 22px !important; }
  .pt-xxl-c1,
  .py-xxl-c1 {
    padding-top: 22px !important; }
  .pr-xxl-c1,
  .px-xxl-c1 {
    padding-right: 22px !important; }
  .pb-xxl-c1,
  .py-xxl-c1 {
    padding-bottom: 22px !important; }
  .pl-xxl-c1,
  .px-xxl-c1 {
    padding-left: 22px !important; }
  .p-xxl-c2 {
    padding: 30px !important; }
  .pt-xxl-c2,
  .py-xxl-c2 {
    padding-top: 30px !important; }
  .pr-xxl-c2,
  .px-xxl-c2 {
    padding-right: 30px !important; }
  .pb-xxl-c2,
  .py-xxl-c2 {
    padding-bottom: 30px !important; }
  .pl-xxl-c2,
  .px-xxl-c2 {
    padding-left: 30px !important; }
  .p-xxl-c3 {
    padding: 60px !important; }
  .pt-xxl-c3,
  .py-xxl-c3 {
    padding-top: 60px !important; }
  .pr-xxl-c3,
  .px-xxl-c3 {
    padding-right: 60px !important; }
  .pb-xxl-c3,
  .py-xxl-c3 {
    padding-bottom: 60px !important; }
  .pl-xxl-c3,
  .px-xxl-c3 {
    padding-left: 60px !important; }
  .m-xxl-nc1 {
    margin: -22px !important; }
  .mt-xxl-nc1,
  .my-xxl-nc1 {
    margin-top: -22px !important; }
  .mr-xxl-nc1,
  .mx-xxl-nc1 {
    margin-right: -22px !important; }
  .mb-xxl-nc1,
  .my-xxl-nc1 {
    margin-bottom: -22px !important; }
  .ml-xxl-nc1,
  .mx-xxl-nc1 {
    margin-left: -22px !important; }
  .m-xxl-nc2 {
    margin: -30px !important; }
  .mt-xxl-nc2,
  .my-xxl-nc2 {
    margin-top: -30px !important; }
  .mr-xxl-nc2,
  .mx-xxl-nc2 {
    margin-right: -30px !important; }
  .mb-xxl-nc2,
  .my-xxl-nc2 {
    margin-bottom: -30px !important; }
  .ml-xxl-nc2,
  .mx-xxl-nc2 {
    margin-left: -30px !important; }
  .m-xxl-nc3 {
    margin: -60px !important; }
  .mt-xxl-nc3,
  .my-xxl-nc3 {
    margin-top: -60px !important; }
  .mr-xxl-nc3,
  .mx-xxl-nc3 {
    margin-right: -60px !important; }
  .mb-xxl-nc3,
  .my-xxl-nc3 {
    margin-bottom: -60px !important; }
  .ml-xxl-nc3,
  .mx-xxl-nc3 {
    margin-left: -60px !important; }
  .m-xxl-auto {
    margin: auto !important; }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important; }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important; }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important; }
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important; } }
@media (min-width: 992px) and (max-width: 1199.98px) {
  .sh-container {
    max-width: 952px; }
  h1 {
    font-size: 50px;
    line-height: 65px; }
  h2 {
    font-size: 40px;
    line-height: 50px; }
  h3 {
    font-size: 24px;
    line-height: 24px; }
  h4 {
    font-size: 20px;
    line-height: 36px; }
  blockquote {
    font-size: 24px;
    line-height: 42px; }
  .m-c1 {
    margin: 30px !important; }
  .mt-c1,
  .my-c1 {
    margin-top: 30px !important; }
  .mr-c1,
  .mx-c1 {
    margin-right: 30px !important; }
  .mb-c1,
  .my-c1 {
    margin-bottom: 30px !important; }
  .ml-c1,
  .mx-c1 {
    margin-left: 30px !important; }
  .m-c2 {
    margin: 40px !important; }
  .mt-c2,
  .my-c2 {
    margin-top: 40px !important; }
  .mr-c2,
  .mx-c2 {
    margin-right: 40px !important; }
  .mb-c2,
  .my-c2 {
    margin-bottom: 40px !important; }
  .ml-c2,
  .mx-c2 {
    margin-left: 40px !important; }
  .m-c3 {
    margin: 70px !important; }
  .mt-c3,
  .my-c3 {
    margin-top: 70px !important; }
  .mr-c3,
  .mx-c3 {
    margin-right: 70px !important; }
  .mb-c3,
  .my-c3 {
    margin-bottom: 70px !important; }
  .ml-c3,
  .mx-c3 {
    margin-left: 70px !important; }
  .p-c1 {
    padding: 30px !important; }
  .pt-c1,
  .py-c1 {
    padding-top: 30px !important; }
  .pr-c1,
  .px-c1 {
    padding-right: 30px !important; }
  .pb-c1,
  .py-c1 {
    padding-bottom: 30px !important; }
  .pl-c1,
  .px-c1 {
    padding-left: 30px !important; }
  .p-c2 {
    padding: 40px !important; }
  .pt-c2,
  .py-c2 {
    padding-top: 40px !important; }
  .pr-c2,
  .px-c2 {
    padding-right: 40px !important; }
  .pb-c2,
  .py-c2 {
    padding-bottom: 40px !important; }
  .pl-c2,
  .px-c2 {
    padding-left: 40px !important; }
  .p-c3 {
    padding: 70px !important; }
  .pt-c3,
  .py-c3 {
    padding-top: 70px !important; }
  .pr-c3,
  .px-c3 {
    padding-right: 70px !important; }
  .pb-c3,
  .py-c3 {
    padding-bottom: 70px !important; }
  .pl-c3,
  .px-c3 {
    padding-left: 70px !important; }
  .m-nc1 {
    margin: -30px !important; }
  .mt-nc1,
  .my-nc1 {
    margin-top: -30px !important; }
  .mr-nc1,
  .mx-nc1 {
    margin-right: -30px !important; }
  .mb-nc1,
  .my-nc1 {
    margin-bottom: -30px !important; }
  .ml-nc1,
  .mx-nc1 {
    margin-left: -30px !important; }
  .m-nc2 {
    margin: -40px !important; }
  .mt-nc2,
  .my-nc2 {
    margin-top: -40px !important; }
  .mr-nc2,
  .mx-nc2 {
    margin-right: -40px !important; }
  .mb-nc2,
  .my-nc2 {
    margin-bottom: -40px !important; }
  .ml-nc2,
  .mx-nc2 {
    margin-left: -40px !important; }
  .m-nc3 {
    margin: -70px !important; }
  .mt-nc3,
  .my-nc3 {
    margin-top: -70px !important; }
  .mr-nc3,
  .mx-nc3 {
    margin-right: -70px !important; }
  .mb-nc3,
  .my-nc3 {
    margin-bottom: -70px !important; }
  .ml-nc3,
  .mx-nc3 {
    margin-left: -70px !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: 992px) and (max-width: 1199.98px) and (min-width: 576px) {
  .m-sm-c1 {
    margin: 30px !important; }
  .mt-sm-c1,
  .my-sm-c1 {
    margin-top: 30px !important; }
  .mr-sm-c1,
  .mx-sm-c1 {
    margin-right: 30px !important; }
  .mb-sm-c1,
  .my-sm-c1 {
    margin-bottom: 30px !important; }
  .ml-sm-c1,
  .mx-sm-c1 {
    margin-left: 30px !important; }
  .m-sm-c2 {
    margin: 40px !important; }
  .mt-sm-c2,
  .my-sm-c2 {
    margin-top: 40px !important; }
  .mr-sm-c2,
  .mx-sm-c2 {
    margin-right: 40px !important; }
  .mb-sm-c2,
  .my-sm-c2 {
    margin-bottom: 40px !important; }
  .ml-sm-c2,
  .mx-sm-c2 {
    margin-left: 40px !important; }
  .m-sm-c3 {
    margin: 70px !important; }
  .mt-sm-c3,
  .my-sm-c3 {
    margin-top: 70px !important; }
  .mr-sm-c3,
  .mx-sm-c3 {
    margin-right: 70px !important; }
  .mb-sm-c3,
  .my-sm-c3 {
    margin-bottom: 70px !important; }
  .ml-sm-c3,
  .mx-sm-c3 {
    margin-left: 70px !important; }
  .p-sm-c1 {
    padding: 30px !important; }
  .pt-sm-c1,
  .py-sm-c1 {
    padding-top: 30px !important; }
  .pr-sm-c1,
  .px-sm-c1 {
    padding-right: 30px !important; }
  .pb-sm-c1,
  .py-sm-c1 {
    padding-bottom: 30px !important; }
  .pl-sm-c1,
  .px-sm-c1 {
    padding-left: 30px !important; }
  .p-sm-c2 {
    padding: 40px !important; }
  .pt-sm-c2,
  .py-sm-c2 {
    padding-top: 40px !important; }
  .pr-sm-c2,
  .px-sm-c2 {
    padding-right: 40px !important; }
  .pb-sm-c2,
  .py-sm-c2 {
    padding-bottom: 40px !important; }
  .pl-sm-c2,
  .px-sm-c2 {
    padding-left: 40px !important; }
  .p-sm-c3 {
    padding: 70px !important; }
  .pt-sm-c3,
  .py-sm-c3 {
    padding-top: 70px !important; }
  .pr-sm-c3,
  .px-sm-c3 {
    padding-right: 70px !important; }
  .pb-sm-c3,
  .py-sm-c3 {
    padding-bottom: 70px !important; }
  .pl-sm-c3,
  .px-sm-c3 {
    padding-left: 70px !important; }
  .m-sm-nc1 {
    margin: -30px !important; }
  .mt-sm-nc1,
  .my-sm-nc1 {
    margin-top: -30px !important; }
  .mr-sm-nc1,
  .mx-sm-nc1 {
    margin-right: -30px !important; }
  .mb-sm-nc1,
  .my-sm-nc1 {
    margin-bottom: -30px !important; }
  .ml-sm-nc1,
  .mx-sm-nc1 {
    margin-left: -30px !important; }
  .m-sm-nc2 {
    margin: -40px !important; }
  .mt-sm-nc2,
  .my-sm-nc2 {
    margin-top: -40px !important; }
  .mr-sm-nc2,
  .mx-sm-nc2 {
    margin-right: -40px !important; }
  .mb-sm-nc2,
  .my-sm-nc2 {
    margin-bottom: -40px !important; }
  .ml-sm-nc2,
  .mx-sm-nc2 {
    margin-left: -40px !important; }
  .m-sm-nc3 {
    margin: -70px !important; }
  .mt-sm-nc3,
  .my-sm-nc3 {
    margin-top: -70px !important; }
  .mr-sm-nc3,
  .mx-sm-nc3 {
    margin-right: -70px !important; }
  .mb-sm-nc3,
  .my-sm-nc3 {
    margin-bottom: -70px !important; }
  .ml-sm-nc3,
  .mx-sm-nc3 {
    margin-left: -70px !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: 992px) and (max-width: 1199.98px) and (min-width: 768px) {
  .m-md-c1 {
    margin: 30px !important; }
  .mt-md-c1,
  .my-md-c1 {
    margin-top: 30px !important; }
  .mr-md-c1,
  .mx-md-c1 {
    margin-right: 30px !important; }
  .mb-md-c1,
  .my-md-c1 {
    margin-bottom: 30px !important; }
  .ml-md-c1,
  .mx-md-c1 {
    margin-left: 30px !important; }
  .m-md-c2 {
    margin: 40px !important; }
  .mt-md-c2,
  .my-md-c2 {
    margin-top: 40px !important; }
  .mr-md-c2,
  .mx-md-c2 {
    margin-right: 40px !important; }
  .mb-md-c2,
  .my-md-c2 {
    margin-bottom: 40px !important; }
  .ml-md-c2,
  .mx-md-c2 {
    margin-left: 40px !important; }
  .m-md-c3 {
    margin: 70px !important; }
  .mt-md-c3,
  .my-md-c3 {
    margin-top: 70px !important; }
  .mr-md-c3,
  .mx-md-c3 {
    margin-right: 70px !important; }
  .mb-md-c3,
  .my-md-c3 {
    margin-bottom: 70px !important; }
  .ml-md-c3,
  .mx-md-c3 {
    margin-left: 70px !important; }
  .p-md-c1 {
    padding: 30px !important; }
  .pt-md-c1,
  .py-md-c1 {
    padding-top: 30px !important; }
  .pr-md-c1,
  .px-md-c1 {
    padding-right: 30px !important; }
  .pb-md-c1,
  .py-md-c1 {
    padding-bottom: 30px !important; }
  .pl-md-c1,
  .px-md-c1 {
    padding-left: 30px !important; }
  .p-md-c2 {
    padding: 40px !important; }
  .pt-md-c2,
  .py-md-c2 {
    padding-top: 40px !important; }
  .pr-md-c2,
  .px-md-c2 {
    padding-right: 40px !important; }
  .pb-md-c2,
  .py-md-c2 {
    padding-bottom: 40px !important; }
  .pl-md-c2,
  .px-md-c2 {
    padding-left: 40px !important; }
  .p-md-c3 {
    padding: 70px !important; }
  .pt-md-c3,
  .py-md-c3 {
    padding-top: 70px !important; }
  .pr-md-c3,
  .px-md-c3 {
    padding-right: 70px !important; }
  .pb-md-c3,
  .py-md-c3 {
    padding-bottom: 70px !important; }
  .pl-md-c3,
  .px-md-c3 {
    padding-left: 70px !important; }
  .m-md-nc1 {
    margin: -30px !important; }
  .mt-md-nc1,
  .my-md-nc1 {
    margin-top: -30px !important; }
  .mr-md-nc1,
  .mx-md-nc1 {
    margin-right: -30px !important; }
  .mb-md-nc1,
  .my-md-nc1 {
    margin-bottom: -30px !important; }
  .ml-md-nc1,
  .mx-md-nc1 {
    margin-left: -30px !important; }
  .m-md-nc2 {
    margin: -40px !important; }
  .mt-md-nc2,
  .my-md-nc2 {
    margin-top: -40px !important; }
  .mr-md-nc2,
  .mx-md-nc2 {
    margin-right: -40px !important; }
  .mb-md-nc2,
  .my-md-nc2 {
    margin-bottom: -40px !important; }
  .ml-md-nc2,
  .mx-md-nc2 {
    margin-left: -40px !important; }
  .m-md-nc3 {
    margin: -70px !important; }
  .mt-md-nc3,
  .my-md-nc3 {
    margin-top: -70px !important; }
  .mr-md-nc3,
  .mx-md-nc3 {
    margin-right: -70px !important; }
  .mb-md-nc3,
  .my-md-nc3 {
    margin-bottom: -70px !important; }
  .ml-md-nc3,
  .mx-md-nc3 {
    margin-left: -70px !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) and (max-width: 1199.98px) and (min-width: 992px) {
  .m-lg-c1 {
    margin: 30px !important; }
  .mt-lg-c1,
  .my-lg-c1 {
    margin-top: 30px !important; }
  .mr-lg-c1,
  .mx-lg-c1 {
    margin-right: 30px !important; }
  .mb-lg-c1,
  .my-lg-c1 {
    margin-bottom: 30px !important; }
  .ml-lg-c1,
  .mx-lg-c1 {
    margin-left: 30px !important; }
  .m-lg-c2 {
    margin: 40px !important; }
  .mt-lg-c2,
  .my-lg-c2 {
    margin-top: 40px !important; }
  .mr-lg-c2,
  .mx-lg-c2 {
    margin-right: 40px !important; }
  .mb-lg-c2,
  .my-lg-c2 {
    margin-bottom: 40px !important; }
  .ml-lg-c2,
  .mx-lg-c2 {
    margin-left: 40px !important; }
  .m-lg-c3 {
    margin: 70px !important; }
  .mt-lg-c3,
  .my-lg-c3 {
    margin-top: 70px !important; }
  .mr-lg-c3,
  .mx-lg-c3 {
    margin-right: 70px !important; }
  .mb-lg-c3,
  .my-lg-c3 {
    margin-bottom: 70px !important; }
  .ml-lg-c3,
  .mx-lg-c3 {
    margin-left: 70px !important; }
  .p-lg-c1 {
    padding: 30px !important; }
  .pt-lg-c1,
  .py-lg-c1 {
    padding-top: 30px !important; }
  .pr-lg-c1,
  .px-lg-c1 {
    padding-right: 30px !important; }
  .pb-lg-c1,
  .py-lg-c1 {
    padding-bottom: 30px !important; }
  .pl-lg-c1,
  .px-lg-c1 {
    padding-left: 30px !important; }
  .p-lg-c2 {
    padding: 40px !important; }
  .pt-lg-c2,
  .py-lg-c2 {
    padding-top: 40px !important; }
  .pr-lg-c2,
  .px-lg-c2 {
    padding-right: 40px !important; }
  .pb-lg-c2,
  .py-lg-c2 {
    padding-bottom: 40px !important; }
  .pl-lg-c2,
  .px-lg-c2 {
    padding-left: 40px !important; }
  .p-lg-c3 {
    padding: 70px !important; }
  .pt-lg-c3,
  .py-lg-c3 {
    padding-top: 70px !important; }
  .pr-lg-c3,
  .px-lg-c3 {
    padding-right: 70px !important; }
  .pb-lg-c3,
  .py-lg-c3 {
    padding-bottom: 70px !important; }
  .pl-lg-c3,
  .px-lg-c3 {
    padding-left: 70px !important; }
  .m-lg-nc1 {
    margin: -30px !important; }
  .mt-lg-nc1,
  .my-lg-nc1 {
    margin-top: -30px !important; }
  .mr-lg-nc1,
  .mx-lg-nc1 {
    margin-right: -30px !important; }
  .mb-lg-nc1,
  .my-lg-nc1 {
    margin-bottom: -30px !important; }
  .ml-lg-nc1,
  .mx-lg-nc1 {
    margin-left: -30px !important; }
  .m-lg-nc2 {
    margin: -40px !important; }
  .mt-lg-nc2,
  .my-lg-nc2 {
    margin-top: -40px !important; }
  .mr-lg-nc2,
  .mx-lg-nc2 {
    margin-right: -40px !important; }
  .mb-lg-nc2,
  .my-lg-nc2 {
    margin-bottom: -40px !important; }
  .ml-lg-nc2,
  .mx-lg-nc2 {
    margin-left: -40px !important; }
  .m-lg-nc3 {
    margin: -70px !important; }
  .mt-lg-nc3,
  .my-lg-nc3 {
    margin-top: -70px !important; }
  .mr-lg-nc3,
  .mx-lg-nc3 {
    margin-right: -70px !important; }
  .mb-lg-nc3,
  .my-lg-nc3 {
    margin-bottom: -70px !important; }
  .ml-lg-nc3,
  .mx-lg-nc3 {
    margin-left: -70px !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: 992px) and (max-width: 1199.98px) and (min-width: 1200px) {
  .m-xl-c1 {
    margin: 30px !important; }
  .mt-xl-c1,
  .my-xl-c1 {
    margin-top: 30px !important; }
  .mr-xl-c1,
  .mx-xl-c1 {
    margin-right: 30px !important; }
  .mb-xl-c1,
  .my-xl-c1 {
    margin-bottom: 30px !important; }
  .ml-xl-c1,
  .mx-xl-c1 {
    margin-left: 30px !important; }
  .m-xl-c2 {
    margin: 40px !important; }
  .mt-xl-c2,
  .my-xl-c2 {
    margin-top: 40px !important; }
  .mr-xl-c2,
  .mx-xl-c2 {
    margin-right: 40px !important; }
  .mb-xl-c2,
  .my-xl-c2 {
    margin-bottom: 40px !important; }
  .ml-xl-c2,
  .mx-xl-c2 {
    margin-left: 40px !important; }
  .m-xl-c3 {
    margin: 70px !important; }
  .mt-xl-c3,
  .my-xl-c3 {
    margin-top: 70px !important; }
  .mr-xl-c3,
  .mx-xl-c3 {
    margin-right: 70px !important; }
  .mb-xl-c3,
  .my-xl-c3 {
    margin-bottom: 70px !important; }
  .ml-xl-c3,
  .mx-xl-c3 {
    margin-left: 70px !important; }
  .p-xl-c1 {
    padding: 30px !important; }
  .pt-xl-c1,
  .py-xl-c1 {
    padding-top: 30px !important; }
  .pr-xl-c1,
  .px-xl-c1 {
    padding-right: 30px !important; }
  .pb-xl-c1,
  .py-xl-c1 {
    padding-bottom: 30px !important; }
  .pl-xl-c1,
  .px-xl-c1 {
    padding-left: 30px !important; }
  .p-xl-c2 {
    padding: 40px !important; }
  .pt-xl-c2,
  .py-xl-c2 {
    padding-top: 40px !important; }
  .pr-xl-c2,
  .px-xl-c2 {
    padding-right: 40px !important; }
  .pb-xl-c2,
  .py-xl-c2 {
    padding-bottom: 40px !important; }
  .pl-xl-c2,
  .px-xl-c2 {
    padding-left: 40px !important; }
  .p-xl-c3 {
    padding: 70px !important; }
  .pt-xl-c3,
  .py-xl-c3 {
    padding-top: 70px !important; }
  .pr-xl-c3,
  .px-xl-c3 {
    padding-right: 70px !important; }
  .pb-xl-c3,
  .py-xl-c3 {
    padding-bottom: 70px !important; }
  .pl-xl-c3,
  .px-xl-c3 {
    padding-left: 70px !important; }
  .m-xl-nc1 {
    margin: -30px !important; }
  .mt-xl-nc1,
  .my-xl-nc1 {
    margin-top: -30px !important; }
  .mr-xl-nc1,
  .mx-xl-nc1 {
    margin-right: -30px !important; }
  .mb-xl-nc1,
  .my-xl-nc1 {
    margin-bottom: -30px !important; }
  .ml-xl-nc1,
  .mx-xl-nc1 {
    margin-left: -30px !important; }
  .m-xl-nc2 {
    margin: -40px !important; }
  .mt-xl-nc2,
  .my-xl-nc2 {
    margin-top: -40px !important; }
  .mr-xl-nc2,
  .mx-xl-nc2 {
    margin-right: -40px !important; }
  .mb-xl-nc2,
  .my-xl-nc2 {
    margin-bottom: -40px !important; }
  .ml-xl-nc2,
  .mx-xl-nc2 {
    margin-left: -40px !important; }
  .m-xl-nc3 {
    margin: -70px !important; }
  .mt-xl-nc3,
  .my-xl-nc3 {
    margin-top: -70px !important; }
  .mr-xl-nc3,
  .mx-xl-nc3 {
    margin-right: -70px !important; }
  .mb-xl-nc3,
  .my-xl-nc3 {
    margin-bottom: -70px !important; }
  .ml-xl-nc3,
  .mx-xl-nc3 {
    margin-left: -70px !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }
@media (min-width: 992px) and (max-width: 1199.98px) and (min-width: 1660px) {
  .m-xxl-c1 {
    margin: 30px !important; }
  .mt-xxl-c1,
  .my-xxl-c1 {
    margin-top: 30px !important; }
  .mr-xxl-c1,
  .mx-xxl-c1 {
    margin-right: 30px !important; }
  .mb-xxl-c1,
  .my-xxl-c1 {
    margin-bottom: 30px !important; }
  .ml-xxl-c1,
  .mx-xxl-c1 {
    margin-left: 30px !important; }
  .m-xxl-c2 {
    margin: 40px !important; }
  .mt-xxl-c2,
  .my-xxl-c2 {
    margin-top: 40px !important; }
  .mr-xxl-c2,
  .mx-xxl-c2 {
    margin-right: 40px !important; }
  .mb-xxl-c2,
  .my-xxl-c2 {
    margin-bottom: 40px !important; }
  .ml-xxl-c2,
  .mx-xxl-c2 {
    margin-left: 40px !important; }
  .m-xxl-c3 {
    margin: 70px !important; }
  .mt-xxl-c3,
  .my-xxl-c3 {
    margin-top: 70px !important; }
  .mr-xxl-c3,
  .mx-xxl-c3 {
    margin-right: 70px !important; }
  .mb-xxl-c3,
  .my-xxl-c3 {
    margin-bottom: 70px !important; }
  .ml-xxl-c3,
  .mx-xxl-c3 {
    margin-left: 70px !important; }
  .p-xxl-c1 {
    padding: 30px !important; }
  .pt-xxl-c1,
  .py-xxl-c1 {
    padding-top: 30px !important; }
  .pr-xxl-c1,
  .px-xxl-c1 {
    padding-right: 30px !important; }
  .pb-xxl-c1,
  .py-xxl-c1 {
    padding-bottom: 30px !important; }
  .pl-xxl-c1,
  .px-xxl-c1 {
    padding-left: 30px !important; }
  .p-xxl-c2 {
    padding: 40px !important; }
  .pt-xxl-c2,
  .py-xxl-c2 {
    padding-top: 40px !important; }
  .pr-xxl-c2,
  .px-xxl-c2 {
    padding-right: 40px !important; }
  .pb-xxl-c2,
  .py-xxl-c2 {
    padding-bottom: 40px !important; }
  .pl-xxl-c2,
  .px-xxl-c2 {
    padding-left: 40px !important; }
  .p-xxl-c3 {
    padding: 70px !important; }
  .pt-xxl-c3,
  .py-xxl-c3 {
    padding-top: 70px !important; }
  .pr-xxl-c3,
  .px-xxl-c3 {
    padding-right: 70px !important; }
  .pb-xxl-c3,
  .py-xxl-c3 {
    padding-bottom: 70px !important; }
  .pl-xxl-c3,
  .px-xxl-c3 {
    padding-left: 70px !important; }
  .m-xxl-nc1 {
    margin: -30px !important; }
  .mt-xxl-nc1,
  .my-xxl-nc1 {
    margin-top: -30px !important; }
  .mr-xxl-nc1,
  .mx-xxl-nc1 {
    margin-right: -30px !important; }
  .mb-xxl-nc1,
  .my-xxl-nc1 {
    margin-bottom: -30px !important; }
  .ml-xxl-nc1,
  .mx-xxl-nc1 {
    margin-left: -30px !important; }
  .m-xxl-nc2 {
    margin: -40px !important; }
  .mt-xxl-nc2,
  .my-xxl-nc2 {
    margin-top: -40px !important; }
  .mr-xxl-nc2,
  .mx-xxl-nc2 {
    margin-right: -40px !important; }
  .mb-xxl-nc2,
  .my-xxl-nc2 {
    margin-bottom: -40px !important; }
  .ml-xxl-nc2,
  .mx-xxl-nc2 {
    margin-left: -40px !important; }
  .m-xxl-nc3 {
    margin: -70px !important; }
  .mt-xxl-nc3,
  .my-xxl-nc3 {
    margin-top: -70px !important; }
  .mr-xxl-nc3,
  .mx-xxl-nc3 {
    margin-right: -70px !important; }
  .mb-xxl-nc3,
  .my-xxl-nc3 {
    margin-bottom: -70px !important; }
  .ml-xxl-nc3,
  .mx-xxl-nc3 {
    margin-left: -70px !important; }
  .m-xxl-auto {
    margin: auto !important; }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important; }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important; }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important; }
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important; } }
@media (min-width: 1200px) and (max-width: 1659.98px) {
  .sh-container {
    max-width: 1140px; }
  h1 {
    font-size: 50px;
    line-height: 65px; }
  h2 {
    font-size: 45px;
    line-height: 55px; }
  .m-lat {
    margin: 30px !important; }
  .mt-lat,
  .my-lat {
    margin-top: 30px !important; }
  .mr-lat,
  .mx-lat {
    margin-right: 30px !important; }
  .mb-lat,
  .my-lat {
    margin-bottom: 30px !important; }
  .ml-lat,
  .mx-lat {
    margin-left: 30px !important; }
  .m-lat2 {
    margin: 60px !important; }
  .mt-lat2,
  .my-lat2 {
    margin-top: 60px !important; }
  .mr-lat2,
  .mx-lat2 {
    margin-right: 60px !important; }
  .mb-lat2,
  .my-lat2 {
    margin-bottom: 60px !important; }
  .ml-lat2,
  .mx-lat2 {
    margin-left: 60px !important; }
  .m-c1 {
    margin: 30px !important; }
  .mt-c1,
  .my-c1 {
    margin-top: 30px !important; }
  .mr-c1,
  .mx-c1 {
    margin-right: 30px !important; }
  .mb-c1,
  .my-c1 {
    margin-bottom: 30px !important; }
  .ml-c1,
  .mx-c1 {
    margin-left: 30px !important; }
  .m-c2 {
    margin: 50px !important; }
  .mt-c2,
  .my-c2 {
    margin-top: 50px !important; }
  .mr-c2,
  .mx-c2 {
    margin-right: 50px !important; }
  .mb-c2,
  .my-c2 {
    margin-bottom: 50px !important; }
  .ml-c2,
  .mx-c2 {
    margin-left: 50px !important; }
  .m-c3 {
    margin: 80px !important; }
  .mt-c3,
  .my-c3 {
    margin-top: 80px !important; }
  .mr-c3,
  .mx-c3 {
    margin-right: 80px !important; }
  .mb-c3,
  .my-c3 {
    margin-bottom: 80px !important; }
  .ml-c3,
  .mx-c3 {
    margin-left: 80px !important; }
  .p-lat {
    padding: 30px !important; }
  .pt-lat,
  .py-lat {
    padding-top: 30px !important; }
  .pr-lat,
  .px-lat {
    padding-right: 30px !important; }
  .pb-lat,
  .py-lat {
    padding-bottom: 30px !important; }
  .pl-lat,
  .px-lat {
    padding-left: 30px !important; }
  .p-lat2 {
    padding: 60px !important; }
  .pt-lat2,
  .py-lat2 {
    padding-top: 60px !important; }
  .pr-lat2,
  .px-lat2 {
    padding-right: 60px !important; }
  .pb-lat2,
  .py-lat2 {
    padding-bottom: 60px !important; }
  .pl-lat2,
  .px-lat2 {
    padding-left: 60px !important; }
  .p-c1 {
    padding: 30px !important; }
  .pt-c1,
  .py-c1 {
    padding-top: 30px !important; }
  .pr-c1,
  .px-c1 {
    padding-right: 30px !important; }
  .pb-c1,
  .py-c1 {
    padding-bottom: 30px !important; }
  .pl-c1,
  .px-c1 {
    padding-left: 30px !important; }
  .p-c2 {
    padding: 50px !important; }
  .pt-c2,
  .py-c2 {
    padding-top: 50px !important; }
  .pr-c2,
  .px-c2 {
    padding-right: 50px !important; }
  .pb-c2,
  .py-c2 {
    padding-bottom: 50px !important; }
  .pl-c2,
  .px-c2 {
    padding-left: 50px !important; }
  .p-c3 {
    padding: 80px !important; }
  .pt-c3,
  .py-c3 {
    padding-top: 80px !important; }
  .pr-c3,
  .px-c3 {
    padding-right: 80px !important; }
  .pb-c3,
  .py-c3 {
    padding-bottom: 80px !important; }
  .pl-c3,
  .px-c3 {
    padding-left: 80px !important; }
  .m-nlat {
    margin: -30px !important; }
  .mt-nlat,
  .my-nlat {
    margin-top: -30px !important; }
  .mr-nlat,
  .mx-nlat {
    margin-right: -30px !important; }
  .mb-nlat,
  .my-nlat {
    margin-bottom: -30px !important; }
  .ml-nlat,
  .mx-nlat {
    margin-left: -30px !important; }
  .m-nlat2 {
    margin: -60px !important; }
  .mt-nlat2,
  .my-nlat2 {
    margin-top: -60px !important; }
  .mr-nlat2,
  .mx-nlat2 {
    margin-right: -60px !important; }
  .mb-nlat2,
  .my-nlat2 {
    margin-bottom: -60px !important; }
  .ml-nlat2,
  .mx-nlat2 {
    margin-left: -60px !important; }
  .m-nc1 {
    margin: -30px !important; }
  .mt-nc1,
  .my-nc1 {
    margin-top: -30px !important; }
  .mr-nc1,
  .mx-nc1 {
    margin-right: -30px !important; }
  .mb-nc1,
  .my-nc1 {
    margin-bottom: -30px !important; }
  .ml-nc1,
  .mx-nc1 {
    margin-left: -30px !important; }
  .m-nc2 {
    margin: -50px !important; }
  .mt-nc2,
  .my-nc2 {
    margin-top: -50px !important; }
  .mr-nc2,
  .mx-nc2 {
    margin-right: -50px !important; }
  .mb-nc2,
  .my-nc2 {
    margin-bottom: -50px !important; }
  .ml-nc2,
  .mx-nc2 {
    margin-left: -50px !important; }
  .m-nc3 {
    margin: -80px !important; }
  .mt-nc3,
  .my-nc3 {
    margin-top: -80px !important; }
  .mr-nc3,
  .mx-nc3 {
    margin-right: -80px !important; }
  .mb-nc3,
  .my-nc3 {
    margin-bottom: -80px !important; }
  .ml-nc3,
  .mx-nc3 {
    margin-left: -80px !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: 1200px) and (max-width: 1659.98px) and (min-width: 576px) {
  .m-sm-lat {
    margin: 30px !important; }
  .mt-sm-lat,
  .my-sm-lat {
    margin-top: 30px !important; }
  .mr-sm-lat,
  .mx-sm-lat {
    margin-right: 30px !important; }
  .mb-sm-lat,
  .my-sm-lat {
    margin-bottom: 30px !important; }
  .ml-sm-lat,
  .mx-sm-lat {
    margin-left: 30px !important; }
  .m-sm-lat2 {
    margin: 60px !important; }
  .mt-sm-lat2,
  .my-sm-lat2 {
    margin-top: 60px !important; }
  .mr-sm-lat2,
  .mx-sm-lat2 {
    margin-right: 60px !important; }
  .mb-sm-lat2,
  .my-sm-lat2 {
    margin-bottom: 60px !important; }
  .ml-sm-lat2,
  .mx-sm-lat2 {
    margin-left: 60px !important; }
  .m-sm-c1 {
    margin: 30px !important; }
  .mt-sm-c1,
  .my-sm-c1 {
    margin-top: 30px !important; }
  .mr-sm-c1,
  .mx-sm-c1 {
    margin-right: 30px !important; }
  .mb-sm-c1,
  .my-sm-c1 {
    margin-bottom: 30px !important; }
  .ml-sm-c1,
  .mx-sm-c1 {
    margin-left: 30px !important; }
  .m-sm-c2 {
    margin: 50px !important; }
  .mt-sm-c2,
  .my-sm-c2 {
    margin-top: 50px !important; }
  .mr-sm-c2,
  .mx-sm-c2 {
    margin-right: 50px !important; }
  .mb-sm-c2,
  .my-sm-c2 {
    margin-bottom: 50px !important; }
  .ml-sm-c2,
  .mx-sm-c2 {
    margin-left: 50px !important; }
  .m-sm-c3 {
    margin: 80px !important; }
  .mt-sm-c3,
  .my-sm-c3 {
    margin-top: 80px !important; }
  .mr-sm-c3,
  .mx-sm-c3 {
    margin-right: 80px !important; }
  .mb-sm-c3,
  .my-sm-c3 {
    margin-bottom: 80px !important; }
  .ml-sm-c3,
  .mx-sm-c3 {
    margin-left: 80px !important; }
  .p-sm-lat {
    padding: 30px !important; }
  .pt-sm-lat,
  .py-sm-lat {
    padding-top: 30px !important; }
  .pr-sm-lat,
  .px-sm-lat {
    padding-right: 30px !important; }
  .pb-sm-lat,
  .py-sm-lat {
    padding-bottom: 30px !important; }
  .pl-sm-lat,
  .px-sm-lat {
    padding-left: 30px !important; }
  .p-sm-lat2 {
    padding: 60px !important; }
  .pt-sm-lat2,
  .py-sm-lat2 {
    padding-top: 60px !important; }
  .pr-sm-lat2,
  .px-sm-lat2 {
    padding-right: 60px !important; }
  .pb-sm-lat2,
  .py-sm-lat2 {
    padding-bottom: 60px !important; }
  .pl-sm-lat2,
  .px-sm-lat2 {
    padding-left: 60px !important; }
  .p-sm-c1 {
    padding: 30px !important; }
  .pt-sm-c1,
  .py-sm-c1 {
    padding-top: 30px !important; }
  .pr-sm-c1,
  .px-sm-c1 {
    padding-right: 30px !important; }
  .pb-sm-c1,
  .py-sm-c1 {
    padding-bottom: 30px !important; }
  .pl-sm-c1,
  .px-sm-c1 {
    padding-left: 30px !important; }
  .p-sm-c2 {
    padding: 50px !important; }
  .pt-sm-c2,
  .py-sm-c2 {
    padding-top: 50px !important; }
  .pr-sm-c2,
  .px-sm-c2 {
    padding-right: 50px !important; }
  .pb-sm-c2,
  .py-sm-c2 {
    padding-bottom: 50px !important; }
  .pl-sm-c2,
  .px-sm-c2 {
    padding-left: 50px !important; }
  .p-sm-c3 {
    padding: 80px !important; }
  .pt-sm-c3,
  .py-sm-c3 {
    padding-top: 80px !important; }
  .pr-sm-c3,
  .px-sm-c3 {
    padding-right: 80px !important; }
  .pb-sm-c3,
  .py-sm-c3 {
    padding-bottom: 80px !important; }
  .pl-sm-c3,
  .px-sm-c3 {
    padding-left: 80px !important; }
  .m-sm-nlat {
    margin: -30px !important; }
  .mt-sm-nlat,
  .my-sm-nlat {
    margin-top: -30px !important; }
  .mr-sm-nlat,
  .mx-sm-nlat {
    margin-right: -30px !important; }
  .mb-sm-nlat,
  .my-sm-nlat {
    margin-bottom: -30px !important; }
  .ml-sm-nlat,
  .mx-sm-nlat {
    margin-left: -30px !important; }
  .m-sm-nlat2 {
    margin: -60px !important; }
  .mt-sm-nlat2,
  .my-sm-nlat2 {
    margin-top: -60px !important; }
  .mr-sm-nlat2,
  .mx-sm-nlat2 {
    margin-right: -60px !important; }
  .mb-sm-nlat2,
  .my-sm-nlat2 {
    margin-bottom: -60px !important; }
  .ml-sm-nlat2,
  .mx-sm-nlat2 {
    margin-left: -60px !important; }
  .m-sm-nc1 {
    margin: -30px !important; }
  .mt-sm-nc1,
  .my-sm-nc1 {
    margin-top: -30px !important; }
  .mr-sm-nc1,
  .mx-sm-nc1 {
    margin-right: -30px !important; }
  .mb-sm-nc1,
  .my-sm-nc1 {
    margin-bottom: -30px !important; }
  .ml-sm-nc1,
  .mx-sm-nc1 {
    margin-left: -30px !important; }
  .m-sm-nc2 {
    margin: -50px !important; }
  .mt-sm-nc2,
  .my-sm-nc2 {
    margin-top: -50px !important; }
  .mr-sm-nc2,
  .mx-sm-nc2 {
    margin-right: -50px !important; }
  .mb-sm-nc2,
  .my-sm-nc2 {
    margin-bottom: -50px !important; }
  .ml-sm-nc2,
  .mx-sm-nc2 {
    margin-left: -50px !important; }
  .m-sm-nc3 {
    margin: -80px !important; }
  .mt-sm-nc3,
  .my-sm-nc3 {
    margin-top: -80px !important; }
  .mr-sm-nc3,
  .mx-sm-nc3 {
    margin-right: -80px !important; }
  .mb-sm-nc3,
  .my-sm-nc3 {
    margin-bottom: -80px !important; }
  .ml-sm-nc3,
  .mx-sm-nc3 {
    margin-left: -80px !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: 1200px) and (max-width: 1659.98px) and (min-width: 768px) {
  .m-md-lat {
    margin: 30px !important; }
  .mt-md-lat,
  .my-md-lat {
    margin-top: 30px !important; }
  .mr-md-lat,
  .mx-md-lat {
    margin-right: 30px !important; }
  .mb-md-lat,
  .my-md-lat {
    margin-bottom: 30px !important; }
  .ml-md-lat,
  .mx-md-lat {
    margin-left: 30px !important; }
  .m-md-lat2 {
    margin: 60px !important; }
  .mt-md-lat2,
  .my-md-lat2 {
    margin-top: 60px !important; }
  .mr-md-lat2,
  .mx-md-lat2 {
    margin-right: 60px !important; }
  .mb-md-lat2,
  .my-md-lat2 {
    margin-bottom: 60px !important; }
  .ml-md-lat2,
  .mx-md-lat2 {
    margin-left: 60px !important; }
  .m-md-c1 {
    margin: 30px !important; }
  .mt-md-c1,
  .my-md-c1 {
    margin-top: 30px !important; }
  .mr-md-c1,
  .mx-md-c1 {
    margin-right: 30px !important; }
  .mb-md-c1,
  .my-md-c1 {
    margin-bottom: 30px !important; }
  .ml-md-c1,
  .mx-md-c1 {
    margin-left: 30px !important; }
  .m-md-c2 {
    margin: 50px !important; }
  .mt-md-c2,
  .my-md-c2 {
    margin-top: 50px !important; }
  .mr-md-c2,
  .mx-md-c2 {
    margin-right: 50px !important; }
  .mb-md-c2,
  .my-md-c2 {
    margin-bottom: 50px !important; }
  .ml-md-c2,
  .mx-md-c2 {
    margin-left: 50px !important; }
  .m-md-c3 {
    margin: 80px !important; }
  .mt-md-c3,
  .my-md-c3 {
    margin-top: 80px !important; }
  .mr-md-c3,
  .mx-md-c3 {
    margin-right: 80px !important; }
  .mb-md-c3,
  .my-md-c3 {
    margin-bottom: 80px !important; }
  .ml-md-c3,
  .mx-md-c3 {
    margin-left: 80px !important; }
  .p-md-lat {
    padding: 30px !important; }
  .pt-md-lat,
  .py-md-lat {
    padding-top: 30px !important; }
  .pr-md-lat,
  .px-md-lat {
    padding-right: 30px !important; }
  .pb-md-lat,
  .py-md-lat {
    padding-bottom: 30px !important; }
  .pl-md-lat,
  .px-md-lat {
    padding-left: 30px !important; }
  .p-md-lat2 {
    padding: 60px !important; }
  .pt-md-lat2,
  .py-md-lat2 {
    padding-top: 60px !important; }
  .pr-md-lat2,
  .px-md-lat2 {
    padding-right: 60px !important; }
  .pb-md-lat2,
  .py-md-lat2 {
    padding-bottom: 60px !important; }
  .pl-md-lat2,
  .px-md-lat2 {
    padding-left: 60px !important; }
  .p-md-c1 {
    padding: 30px !important; }
  .pt-md-c1,
  .py-md-c1 {
    padding-top: 30px !important; }
  .pr-md-c1,
  .px-md-c1 {
    padding-right: 30px !important; }
  .pb-md-c1,
  .py-md-c1 {
    padding-bottom: 30px !important; }
  .pl-md-c1,
  .px-md-c1 {
    padding-left: 30px !important; }
  .p-md-c2 {
    padding: 50px !important; }
  .pt-md-c2,
  .py-md-c2 {
    padding-top: 50px !important; }
  .pr-md-c2,
  .px-md-c2 {
    padding-right: 50px !important; }
  .pb-md-c2,
  .py-md-c2 {
    padding-bottom: 50px !important; }
  .pl-md-c2,
  .px-md-c2 {
    padding-left: 50px !important; }
  .p-md-c3 {
    padding: 80px !important; }
  .pt-md-c3,
  .py-md-c3 {
    padding-top: 80px !important; }
  .pr-md-c3,
  .px-md-c3 {
    padding-right: 80px !important; }
  .pb-md-c3,
  .py-md-c3 {
    padding-bottom: 80px !important; }
  .pl-md-c3,
  .px-md-c3 {
    padding-left: 80px !important; }
  .m-md-nlat {
    margin: -30px !important; }
  .mt-md-nlat,
  .my-md-nlat {
    margin-top: -30px !important; }
  .mr-md-nlat,
  .mx-md-nlat {
    margin-right: -30px !important; }
  .mb-md-nlat,
  .my-md-nlat {
    margin-bottom: -30px !important; }
  .ml-md-nlat,
  .mx-md-nlat {
    margin-left: -30px !important; }
  .m-md-nlat2 {
    margin: -60px !important; }
  .mt-md-nlat2,
  .my-md-nlat2 {
    margin-top: -60px !important; }
  .mr-md-nlat2,
  .mx-md-nlat2 {
    margin-right: -60px !important; }
  .mb-md-nlat2,
  .my-md-nlat2 {
    margin-bottom: -60px !important; }
  .ml-md-nlat2,
  .mx-md-nlat2 {
    margin-left: -60px !important; }
  .m-md-nc1 {
    margin: -30px !important; }
  .mt-md-nc1,
  .my-md-nc1 {
    margin-top: -30px !important; }
  .mr-md-nc1,
  .mx-md-nc1 {
    margin-right: -30px !important; }
  .mb-md-nc1,
  .my-md-nc1 {
    margin-bottom: -30px !important; }
  .ml-md-nc1,
  .mx-md-nc1 {
    margin-left: -30px !important; }
  .m-md-nc2 {
    margin: -50px !important; }
  .mt-md-nc2,
  .my-md-nc2 {
    margin-top: -50px !important; }
  .mr-md-nc2,
  .mx-md-nc2 {
    margin-right: -50px !important; }
  .mb-md-nc2,
  .my-md-nc2 {
    margin-bottom: -50px !important; }
  .ml-md-nc2,
  .mx-md-nc2 {
    margin-left: -50px !important; }
  .m-md-nc3 {
    margin: -80px !important; }
  .mt-md-nc3,
  .my-md-nc3 {
    margin-top: -80px !important; }
  .mr-md-nc3,
  .mx-md-nc3 {
    margin-right: -80px !important; }
  .mb-md-nc3,
  .my-md-nc3 {
    margin-bottom: -80px !important; }
  .ml-md-nc3,
  .mx-md-nc3 {
    margin-left: -80px !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: 1200px) and (max-width: 1659.98px) and (min-width: 992px) {
  .m-lg-lat {
    margin: 30px !important; }
  .mt-lg-lat,
  .my-lg-lat {
    margin-top: 30px !important; }
  .mr-lg-lat,
  .mx-lg-lat {
    margin-right: 30px !important; }
  .mb-lg-lat,
  .my-lg-lat {
    margin-bottom: 30px !important; }
  .ml-lg-lat,
  .mx-lg-lat {
    margin-left: 30px !important; }
  .m-lg-lat2 {
    margin: 60px !important; }
  .mt-lg-lat2,
  .my-lg-lat2 {
    margin-top: 60px !important; }
  .mr-lg-lat2,
  .mx-lg-lat2 {
    margin-right: 60px !important; }
  .mb-lg-lat2,
  .my-lg-lat2 {
    margin-bottom: 60px !important; }
  .ml-lg-lat2,
  .mx-lg-lat2 {
    margin-left: 60px !important; }
  .m-lg-c1 {
    margin: 30px !important; }
  .mt-lg-c1,
  .my-lg-c1 {
    margin-top: 30px !important; }
  .mr-lg-c1,
  .mx-lg-c1 {
    margin-right: 30px !important; }
  .mb-lg-c1,
  .my-lg-c1 {
    margin-bottom: 30px !important; }
  .ml-lg-c1,
  .mx-lg-c1 {
    margin-left: 30px !important; }
  .m-lg-c2 {
    margin: 50px !important; }
  .mt-lg-c2,
  .my-lg-c2 {
    margin-top: 50px !important; }
  .mr-lg-c2,
  .mx-lg-c2 {
    margin-right: 50px !important; }
  .mb-lg-c2,
  .my-lg-c2 {
    margin-bottom: 50px !important; }
  .ml-lg-c2,
  .mx-lg-c2 {
    margin-left: 50px !important; }
  .m-lg-c3 {
    margin: 80px !important; }
  .mt-lg-c3,
  .my-lg-c3 {
    margin-top: 80px !important; }
  .mr-lg-c3,
  .mx-lg-c3 {
    margin-right: 80px !important; }
  .mb-lg-c3,
  .my-lg-c3 {
    margin-bottom: 80px !important; }
  .ml-lg-c3,
  .mx-lg-c3 {
    margin-left: 80px !important; }
  .p-lg-lat {
    padding: 30px !important; }
  .pt-lg-lat,
  .py-lg-lat {
    padding-top: 30px !important; }
  .pr-lg-lat,
  .px-lg-lat {
    padding-right: 30px !important; }
  .pb-lg-lat,
  .py-lg-lat {
    padding-bottom: 30px !important; }
  .pl-lg-lat,
  .px-lg-lat {
    padding-left: 30px !important; }
  .p-lg-lat2 {
    padding: 60px !important; }
  .pt-lg-lat2,
  .py-lg-lat2 {
    padding-top: 60px !important; }
  .pr-lg-lat2,
  .px-lg-lat2 {
    padding-right: 60px !important; }
  .pb-lg-lat2,
  .py-lg-lat2 {
    padding-bottom: 60px !important; }
  .pl-lg-lat2,
  .px-lg-lat2 {
    padding-left: 60px !important; }
  .p-lg-c1 {
    padding: 30px !important; }
  .pt-lg-c1,
  .py-lg-c1 {
    padding-top: 30px !important; }
  .pr-lg-c1,
  .px-lg-c1 {
    padding-right: 30px !important; }
  .pb-lg-c1,
  .py-lg-c1 {
    padding-bottom: 30px !important; }
  .pl-lg-c1,
  .px-lg-c1 {
    padding-left: 30px !important; }
  .p-lg-c2 {
    padding: 50px !important; }
  .pt-lg-c2,
  .py-lg-c2 {
    padding-top: 50px !important; }
  .pr-lg-c2,
  .px-lg-c2 {
    padding-right: 50px !important; }
  .pb-lg-c2,
  .py-lg-c2 {
    padding-bottom: 50px !important; }
  .pl-lg-c2,
  .px-lg-c2 {
    padding-left: 50px !important; }
  .p-lg-c3 {
    padding: 80px !important; }
  .pt-lg-c3,
  .py-lg-c3 {
    padding-top: 80px !important; }
  .pr-lg-c3,
  .px-lg-c3 {
    padding-right: 80px !important; }
  .pb-lg-c3,
  .py-lg-c3 {
    padding-bottom: 80px !important; }
  .pl-lg-c3,
  .px-lg-c3 {
    padding-left: 80px !important; }
  .m-lg-nlat {
    margin: -30px !important; }
  .mt-lg-nlat,
  .my-lg-nlat {
    margin-top: -30px !important; }
  .mr-lg-nlat,
  .mx-lg-nlat {
    margin-right: -30px !important; }
  .mb-lg-nlat,
  .my-lg-nlat {
    margin-bottom: -30px !important; }
  .ml-lg-nlat,
  .mx-lg-nlat {
    margin-left: -30px !important; }
  .m-lg-nlat2 {
    margin: -60px !important; }
  .mt-lg-nlat2,
  .my-lg-nlat2 {
    margin-top: -60px !important; }
  .mr-lg-nlat2,
  .mx-lg-nlat2 {
    margin-right: -60px !important; }
  .mb-lg-nlat2,
  .my-lg-nlat2 {
    margin-bottom: -60px !important; }
  .ml-lg-nlat2,
  .mx-lg-nlat2 {
    margin-left: -60px !important; }
  .m-lg-nc1 {
    margin: -30px !important; }
  .mt-lg-nc1,
  .my-lg-nc1 {
    margin-top: -30px !important; }
  .mr-lg-nc1,
  .mx-lg-nc1 {
    margin-right: -30px !important; }
  .mb-lg-nc1,
  .my-lg-nc1 {
    margin-bottom: -30px !important; }
  .ml-lg-nc1,
  .mx-lg-nc1 {
    margin-left: -30px !important; }
  .m-lg-nc2 {
    margin: -50px !important; }
  .mt-lg-nc2,
  .my-lg-nc2 {
    margin-top: -50px !important; }
  .mr-lg-nc2,
  .mx-lg-nc2 {
    margin-right: -50px !important; }
  .mb-lg-nc2,
  .my-lg-nc2 {
    margin-bottom: -50px !important; }
  .ml-lg-nc2,
  .mx-lg-nc2 {
    margin-left: -50px !important; }
  .m-lg-nc3 {
    margin: -80px !important; }
  .mt-lg-nc3,
  .my-lg-nc3 {
    margin-top: -80px !important; }
  .mr-lg-nc3,
  .mx-lg-nc3 {
    margin-right: -80px !important; }
  .mb-lg-nc3,
  .my-lg-nc3 {
    margin-bottom: -80px !important; }
  .ml-lg-nc3,
  .mx-lg-nc3 {
    margin-left: -80px !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) and (max-width: 1659.98px) and (min-width: 1200px) {
  .m-xl-lat {
    margin: 30px !important; }
  .mt-xl-lat,
  .my-xl-lat {
    margin-top: 30px !important; }
  .mr-xl-lat,
  .mx-xl-lat {
    margin-right: 30px !important; }
  .mb-xl-lat,
  .my-xl-lat {
    margin-bottom: 30px !important; }
  .ml-xl-lat,
  .mx-xl-lat {
    margin-left: 30px !important; }
  .m-xl-lat2 {
    margin: 60px !important; }
  .mt-xl-lat2,
  .my-xl-lat2 {
    margin-top: 60px !important; }
  .mr-xl-lat2,
  .mx-xl-lat2 {
    margin-right: 60px !important; }
  .mb-xl-lat2,
  .my-xl-lat2 {
    margin-bottom: 60px !important; }
  .ml-xl-lat2,
  .mx-xl-lat2 {
    margin-left: 60px !important; }
  .m-xl-c1 {
    margin: 30px !important; }
  .mt-xl-c1,
  .my-xl-c1 {
    margin-top: 30px !important; }
  .mr-xl-c1,
  .mx-xl-c1 {
    margin-right: 30px !important; }
  .mb-xl-c1,
  .my-xl-c1 {
    margin-bottom: 30px !important; }
  .ml-xl-c1,
  .mx-xl-c1 {
    margin-left: 30px !important; }
  .m-xl-c2 {
    margin: 50px !important; }
  .mt-xl-c2,
  .my-xl-c2 {
    margin-top: 50px !important; }
  .mr-xl-c2,
  .mx-xl-c2 {
    margin-right: 50px !important; }
  .mb-xl-c2,
  .my-xl-c2 {
    margin-bottom: 50px !important; }
  .ml-xl-c2,
  .mx-xl-c2 {
    margin-left: 50px !important; }
  .m-xl-c3 {
    margin: 80px !important; }
  .mt-xl-c3,
  .my-xl-c3 {
    margin-top: 80px !important; }
  .mr-xl-c3,
  .mx-xl-c3 {
    margin-right: 80px !important; }
  .mb-xl-c3,
  .my-xl-c3 {
    margin-bottom: 80px !important; }
  .ml-xl-c3,
  .mx-xl-c3 {
    margin-left: 80px !important; }
  .p-xl-lat {
    padding: 30px !important; }
  .pt-xl-lat,
  .py-xl-lat {
    padding-top: 30px !important; }
  .pr-xl-lat,
  .px-xl-lat {
    padding-right: 30px !important; }
  .pb-xl-lat,
  .py-xl-lat {
    padding-bottom: 30px !important; }
  .pl-xl-lat,
  .px-xl-lat {
    padding-left: 30px !important; }
  .p-xl-lat2 {
    padding: 60px !important; }
  .pt-xl-lat2,
  .py-xl-lat2 {
    padding-top: 60px !important; }
  .pr-xl-lat2,
  .px-xl-lat2 {
    padding-right: 60px !important; }
  .pb-xl-lat2,
  .py-xl-lat2 {
    padding-bottom: 60px !important; }
  .pl-xl-lat2,
  .px-xl-lat2 {
    padding-left: 60px !important; }
  .p-xl-c1 {
    padding: 30px !important; }
  .pt-xl-c1,
  .py-xl-c1 {
    padding-top: 30px !important; }
  .pr-xl-c1,
  .px-xl-c1 {
    padding-right: 30px !important; }
  .pb-xl-c1,
  .py-xl-c1 {
    padding-bottom: 30px !important; }
  .pl-xl-c1,
  .px-xl-c1 {
    padding-left: 30px !important; }
  .p-xl-c2 {
    padding: 50px !important; }
  .pt-xl-c2,
  .py-xl-c2 {
    padding-top: 50px !important; }
  .pr-xl-c2,
  .px-xl-c2 {
    padding-right: 50px !important; }
  .pb-xl-c2,
  .py-xl-c2 {
    padding-bottom: 50px !important; }
  .pl-xl-c2,
  .px-xl-c2 {
    padding-left: 50px !important; }
  .p-xl-c3 {
    padding: 80px !important; }
  .pt-xl-c3,
  .py-xl-c3 {
    padding-top: 80px !important; }
  .pr-xl-c3,
  .px-xl-c3 {
    padding-right: 80px !important; }
  .pb-xl-c3,
  .py-xl-c3 {
    padding-bottom: 80px !important; }
  .pl-xl-c3,
  .px-xl-c3 {
    padding-left: 80px !important; }
  .m-xl-nlat {
    margin: -30px !important; }
  .mt-xl-nlat,
  .my-xl-nlat {
    margin-top: -30px !important; }
  .mr-xl-nlat,
  .mx-xl-nlat {
    margin-right: -30px !important; }
  .mb-xl-nlat,
  .my-xl-nlat {
    margin-bottom: -30px !important; }
  .ml-xl-nlat,
  .mx-xl-nlat {
    margin-left: -30px !important; }
  .m-xl-nlat2 {
    margin: -60px !important; }
  .mt-xl-nlat2,
  .my-xl-nlat2 {
    margin-top: -60px !important; }
  .mr-xl-nlat2,
  .mx-xl-nlat2 {
    margin-right: -60px !important; }
  .mb-xl-nlat2,
  .my-xl-nlat2 {
    margin-bottom: -60px !important; }
  .ml-xl-nlat2,
  .mx-xl-nlat2 {
    margin-left: -60px !important; }
  .m-xl-nc1 {
    margin: -30px !important; }
  .mt-xl-nc1,
  .my-xl-nc1 {
    margin-top: -30px !important; }
  .mr-xl-nc1,
  .mx-xl-nc1 {
    margin-right: -30px !important; }
  .mb-xl-nc1,
  .my-xl-nc1 {
    margin-bottom: -30px !important; }
  .ml-xl-nc1,
  .mx-xl-nc1 {
    margin-left: -30px !important; }
  .m-xl-nc2 {
    margin: -50px !important; }
  .mt-xl-nc2,
  .my-xl-nc2 {
    margin-top: -50px !important; }
  .mr-xl-nc2,
  .mx-xl-nc2 {
    margin-right: -50px !important; }
  .mb-xl-nc2,
  .my-xl-nc2 {
    margin-bottom: -50px !important; }
  .ml-xl-nc2,
  .mx-xl-nc2 {
    margin-left: -50px !important; }
  .m-xl-nc3 {
    margin: -80px !important; }
  .mt-xl-nc3,
  .my-xl-nc3 {
    margin-top: -80px !important; }
  .mr-xl-nc3,
  .mx-xl-nc3 {
    margin-right: -80px !important; }
  .mb-xl-nc3,
  .my-xl-nc3 {
    margin-bottom: -80px !important; }
  .ml-xl-nc3,
  .mx-xl-nc3 {
    margin-left: -80px !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }
@media (min-width: 1200px) and (max-width: 1659.98px) and (min-width: 1660px) {
  .m-xxl-lat {
    margin: 30px !important; }
  .mt-xxl-lat,
  .my-xxl-lat {
    margin-top: 30px !important; }
  .mr-xxl-lat,
  .mx-xxl-lat {
    margin-right: 30px !important; }
  .mb-xxl-lat,
  .my-xxl-lat {
    margin-bottom: 30px !important; }
  .ml-xxl-lat,
  .mx-xxl-lat {
    margin-left: 30px !important; }
  .m-xxl-lat2 {
    margin: 60px !important; }
  .mt-xxl-lat2,
  .my-xxl-lat2 {
    margin-top: 60px !important; }
  .mr-xxl-lat2,
  .mx-xxl-lat2 {
    margin-right: 60px !important; }
  .mb-xxl-lat2,
  .my-xxl-lat2 {
    margin-bottom: 60px !important; }
  .ml-xxl-lat2,
  .mx-xxl-lat2 {
    margin-left: 60px !important; }
  .m-xxl-c1 {
    margin: 30px !important; }
  .mt-xxl-c1,
  .my-xxl-c1 {
    margin-top: 30px !important; }
  .mr-xxl-c1,
  .mx-xxl-c1 {
    margin-right: 30px !important; }
  .mb-xxl-c1,
  .my-xxl-c1 {
    margin-bottom: 30px !important; }
  .ml-xxl-c1,
  .mx-xxl-c1 {
    margin-left: 30px !important; }
  .m-xxl-c2 {
    margin: 50px !important; }
  .mt-xxl-c2,
  .my-xxl-c2 {
    margin-top: 50px !important; }
  .mr-xxl-c2,
  .mx-xxl-c2 {
    margin-right: 50px !important; }
  .mb-xxl-c2,
  .my-xxl-c2 {
    margin-bottom: 50px !important; }
  .ml-xxl-c2,
  .mx-xxl-c2 {
    margin-left: 50px !important; }
  .m-xxl-c3 {
    margin: 80px !important; }
  .mt-xxl-c3,
  .my-xxl-c3 {
    margin-top: 80px !important; }
  .mr-xxl-c3,
  .mx-xxl-c3 {
    margin-right: 80px !important; }
  .mb-xxl-c3,
  .my-xxl-c3 {
    margin-bottom: 80px !important; }
  .ml-xxl-c3,
  .mx-xxl-c3 {
    margin-left: 80px !important; }
  .p-xxl-lat {
    padding: 30px !important; }
  .pt-xxl-lat,
  .py-xxl-lat {
    padding-top: 30px !important; }
  .pr-xxl-lat,
  .px-xxl-lat {
    padding-right: 30px !important; }
  .pb-xxl-lat,
  .py-xxl-lat {
    padding-bottom: 30px !important; }
  .pl-xxl-lat,
  .px-xxl-lat {
    padding-left: 30px !important; }
  .p-xxl-lat2 {
    padding: 60px !important; }
  .pt-xxl-lat2,
  .py-xxl-lat2 {
    padding-top: 60px !important; }
  .pr-xxl-lat2,
  .px-xxl-lat2 {
    padding-right: 60px !important; }
  .pb-xxl-lat2,
  .py-xxl-lat2 {
    padding-bottom: 60px !important; }
  .pl-xxl-lat2,
  .px-xxl-lat2 {
    padding-left: 60px !important; }
  .p-xxl-c1 {
    padding: 30px !important; }
  .pt-xxl-c1,
  .py-xxl-c1 {
    padding-top: 30px !important; }
  .pr-xxl-c1,
  .px-xxl-c1 {
    padding-right: 30px !important; }
  .pb-xxl-c1,
  .py-xxl-c1 {
    padding-bottom: 30px !important; }
  .pl-xxl-c1,
  .px-xxl-c1 {
    padding-left: 30px !important; }
  .p-xxl-c2 {
    padding: 50px !important; }
  .pt-xxl-c2,
  .py-xxl-c2 {
    padding-top: 50px !important; }
  .pr-xxl-c2,
  .px-xxl-c2 {
    padding-right: 50px !important; }
  .pb-xxl-c2,
  .py-xxl-c2 {
    padding-bottom: 50px !important; }
  .pl-xxl-c2,
  .px-xxl-c2 {
    padding-left: 50px !important; }
  .p-xxl-c3 {
    padding: 80px !important; }
  .pt-xxl-c3,
  .py-xxl-c3 {
    padding-top: 80px !important; }
  .pr-xxl-c3,
  .px-xxl-c3 {
    padding-right: 80px !important; }
  .pb-xxl-c3,
  .py-xxl-c3 {
    padding-bottom: 80px !important; }
  .pl-xxl-c3,
  .px-xxl-c3 {
    padding-left: 80px !important; }
  .m-xxl-nlat {
    margin: -30px !important; }
  .mt-xxl-nlat,
  .my-xxl-nlat {
    margin-top: -30px !important; }
  .mr-xxl-nlat,
  .mx-xxl-nlat {
    margin-right: -30px !important; }
  .mb-xxl-nlat,
  .my-xxl-nlat {
    margin-bottom: -30px !important; }
  .ml-xxl-nlat,
  .mx-xxl-nlat {
    margin-left: -30px !important; }
  .m-xxl-nlat2 {
    margin: -60px !important; }
  .mt-xxl-nlat2,
  .my-xxl-nlat2 {
    margin-top: -60px !important; }
  .mr-xxl-nlat2,
  .mx-xxl-nlat2 {
    margin-right: -60px !important; }
  .mb-xxl-nlat2,
  .my-xxl-nlat2 {
    margin-bottom: -60px !important; }
  .ml-xxl-nlat2,
  .mx-xxl-nlat2 {
    margin-left: -60px !important; }
  .m-xxl-nc1 {
    margin: -30px !important; }
  .mt-xxl-nc1,
  .my-xxl-nc1 {
    margin-top: -30px !important; }
  .mr-xxl-nc1,
  .mx-xxl-nc1 {
    margin-right: -30px !important; }
  .mb-xxl-nc1,
  .my-xxl-nc1 {
    margin-bottom: -30px !important; }
  .ml-xxl-nc1,
  .mx-xxl-nc1 {
    margin-left: -30px !important; }
  .m-xxl-nc2 {
    margin: -50px !important; }
  .mt-xxl-nc2,
  .my-xxl-nc2 {
    margin-top: -50px !important; }
  .mr-xxl-nc2,
  .mx-xxl-nc2 {
    margin-right: -50px !important; }
  .mb-xxl-nc2,
  .my-xxl-nc2 {
    margin-bottom: -50px !important; }
  .ml-xxl-nc2,
  .mx-xxl-nc2 {
    margin-left: -50px !important; }
  .m-xxl-nc3 {
    margin: -80px !important; }
  .mt-xxl-nc3,
  .my-xxl-nc3 {
    margin-top: -80px !important; }
  .mr-xxl-nc3,
  .mx-xxl-nc3 {
    margin-right: -80px !important; }
  .mb-xxl-nc3,
  .my-xxl-nc3 {
    margin-bottom: -80px !important; }
  .ml-xxl-nc3,
  .mx-xxl-nc3 {
    margin-left: -80px !important; }
  .m-xxl-auto {
    margin: auto !important; }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important; }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important; }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important; }
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important; } }
@media (min-width: 1660px) {
  .sh-container {
    max-width: 1560px; }
  html {
    font-size: 18px;
    line-height: 30px; }
  h1 {
    font-size: 50px;
    line-height: 75px; }
  h2 {
    font-size: 50px;
    line-height: 60px; }
  h3 {
    font-size: 28px;
    line-height: 28px; }
  h4 {
    font-size: 24px;
    line-height: 40px; }
  blockquote {
    font-size: 28px;
    line-height: 48px; }
  .m-lat {
    margin: 60px !important; }
  .mt-lat,
  .my-lat {
    margin-top: 60px !important; }
  .mr-lat,
  .mx-lat {
    margin-right: 60px !important; }
  .mb-lat,
  .my-lat {
    margin-bottom: 60px !important; }
  .ml-lat,
  .mx-lat {
    margin-left: 60px !important; }
  .m-lat2 {
    margin: 120px !important; }
  .mt-lat2,
  .my-lat2 {
    margin-top: 120px !important; }
  .mr-lat2,
  .mx-lat2 {
    margin-right: 120px !important; }
  .mb-lat2,
  .my-lat2 {
    margin-bottom: 120px !important; }
  .ml-lat2,
  .mx-lat2 {
    margin-left: 120px !important; }
  .m-c1 {
    margin: 30px !important; }
  .mt-c1,
  .my-c1 {
    margin-top: 30px !important; }
  .mr-c1,
  .mx-c1 {
    margin-right: 30px !important; }
  .mb-c1,
  .my-c1 {
    margin-bottom: 30px !important; }
  .ml-c1,
  .mx-c1 {
    margin-left: 30px !important; }
  .m-c2 {
    margin: 50px !important; }
  .mt-c2,
  .my-c2 {
    margin-top: 50px !important; }
  .mr-c2,
  .mx-c2 {
    margin-right: 50px !important; }
  .mb-c2,
  .my-c2 {
    margin-bottom: 50px !important; }
  .ml-c2,
  .mx-c2 {
    margin-left: 50px !important; }
  .m-c3 {
    margin: 100px !important; }
  .mt-c3,
  .my-c3 {
    margin-top: 100px !important; }
  .mr-c3,
  .mx-c3 {
    margin-right: 100px !important; }
  .mb-c3,
  .my-c3 {
    margin-bottom: 100px !important; }
  .ml-c3,
  .mx-c3 {
    margin-left: 100px !important; }
  .p-lat {
    padding: 60px !important; }
  .pt-lat,
  .py-lat {
    padding-top: 60px !important; }
  .pr-lat,
  .px-lat {
    padding-right: 60px !important; }
  .pb-lat,
  .py-lat {
    padding-bottom: 60px !important; }
  .pl-lat,
  .px-lat {
    padding-left: 60px !important; }
  .p-lat2 {
    padding: 120px !important; }
  .pt-lat2,
  .py-lat2 {
    padding-top: 120px !important; }
  .pr-lat2,
  .px-lat2 {
    padding-right: 120px !important; }
  .pb-lat2,
  .py-lat2 {
    padding-bottom: 120px !important; }
  .pl-lat2,
  .px-lat2 {
    padding-left: 120px !important; }
  .p-c1 {
    padding: 30px !important; }
  .pt-c1,
  .py-c1 {
    padding-top: 30px !important; }
  .pr-c1,
  .px-c1 {
    padding-right: 30px !important; }
  .pb-c1,
  .py-c1 {
    padding-bottom: 30px !important; }
  .pl-c1,
  .px-c1 {
    padding-left: 30px !important; }
  .p-c2 {
    padding: 50px !important; }
  .pt-c2,
  .py-c2 {
    padding-top: 50px !important; }
  .pr-c2,
  .px-c2 {
    padding-right: 50px !important; }
  .pb-c2,
  .py-c2 {
    padding-bottom: 50px !important; }
  .pl-c2,
  .px-c2 {
    padding-left: 50px !important; }
  .p-c3 {
    padding: 100px !important; }
  .pt-c3,
  .py-c3 {
    padding-top: 100px !important; }
  .pr-c3,
  .px-c3 {
    padding-right: 100px !important; }
  .pb-c3,
  .py-c3 {
    padding-bottom: 100px !important; }
  .pl-c3,
  .px-c3 {
    padding-left: 100px !important; }
  .m-nlat {
    margin: -60px !important; }
  .mt-nlat,
  .my-nlat {
    margin-top: -60px !important; }
  .mr-nlat,
  .mx-nlat {
    margin-right: -60px !important; }
  .mb-nlat,
  .my-nlat {
    margin-bottom: -60px !important; }
  .ml-nlat,
  .mx-nlat {
    margin-left: -60px !important; }
  .m-nlat2 {
    margin: -120px !important; }
  .mt-nlat2,
  .my-nlat2 {
    margin-top: -120px !important; }
  .mr-nlat2,
  .mx-nlat2 {
    margin-right: -120px !important; }
  .mb-nlat2,
  .my-nlat2 {
    margin-bottom: -120px !important; }
  .ml-nlat2,
  .mx-nlat2 {
    margin-left: -120px !important; }
  .m-nc1 {
    margin: -30px !important; }
  .mt-nc1,
  .my-nc1 {
    margin-top: -30px !important; }
  .mr-nc1,
  .mx-nc1 {
    margin-right: -30px !important; }
  .mb-nc1,
  .my-nc1 {
    margin-bottom: -30px !important; }
  .ml-nc1,
  .mx-nc1 {
    margin-left: -30px !important; }
  .m-nc2 {
    margin: -50px !important; }
  .mt-nc2,
  .my-nc2 {
    margin-top: -50px !important; }
  .mr-nc2,
  .mx-nc2 {
    margin-right: -50px !important; }
  .mb-nc2,
  .my-nc2 {
    margin-bottom: -50px !important; }
  .ml-nc2,
  .mx-nc2 {
    margin-left: -50px !important; }
  .m-nc3 {
    margin: -100px !important; }
  .mt-nc3,
  .my-nc3 {
    margin-top: -100px !important; }
  .mr-nc3,
  .mx-nc3 {
    margin-right: -100px !important; }
  .mb-nc3,
  .my-nc3 {
    margin-bottom: -100px !important; }
  .ml-nc3,
  .mx-nc3 {
    margin-left: -100px !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: 1660px) and (min-width: 576px) {
  .m-sm-lat {
    margin: 60px !important; }
  .mt-sm-lat,
  .my-sm-lat {
    margin-top: 60px !important; }
  .mr-sm-lat,
  .mx-sm-lat {
    margin-right: 60px !important; }
  .mb-sm-lat,
  .my-sm-lat {
    margin-bottom: 60px !important; }
  .ml-sm-lat,
  .mx-sm-lat {
    margin-left: 60px !important; }
  .m-sm-lat2 {
    margin: 120px !important; }
  .mt-sm-lat2,
  .my-sm-lat2 {
    margin-top: 120px !important; }
  .mr-sm-lat2,
  .mx-sm-lat2 {
    margin-right: 120px !important; }
  .mb-sm-lat2,
  .my-sm-lat2 {
    margin-bottom: 120px !important; }
  .ml-sm-lat2,
  .mx-sm-lat2 {
    margin-left: 120px !important; }
  .m-sm-c1 {
    margin: 30px !important; }
  .mt-sm-c1,
  .my-sm-c1 {
    margin-top: 30px !important; }
  .mr-sm-c1,
  .mx-sm-c1 {
    margin-right: 30px !important; }
  .mb-sm-c1,
  .my-sm-c1 {
    margin-bottom: 30px !important; }
  .ml-sm-c1,
  .mx-sm-c1 {
    margin-left: 30px !important; }
  .m-sm-c2 {
    margin: 50px !important; }
  .mt-sm-c2,
  .my-sm-c2 {
    margin-top: 50px !important; }
  .mr-sm-c2,
  .mx-sm-c2 {
    margin-right: 50px !important; }
  .mb-sm-c2,
  .my-sm-c2 {
    margin-bottom: 50px !important; }
  .ml-sm-c2,
  .mx-sm-c2 {
    margin-left: 50px !important; }
  .m-sm-c3 {
    margin: 100px !important; }
  .mt-sm-c3,
  .my-sm-c3 {
    margin-top: 100px !important; }
  .mr-sm-c3,
  .mx-sm-c3 {
    margin-right: 100px !important; }
  .mb-sm-c3,
  .my-sm-c3 {
    margin-bottom: 100px !important; }
  .ml-sm-c3,
  .mx-sm-c3 {
    margin-left: 100px !important; }
  .p-sm-lat {
    padding: 60px !important; }
  .pt-sm-lat,
  .py-sm-lat {
    padding-top: 60px !important; }
  .pr-sm-lat,
  .px-sm-lat {
    padding-right: 60px !important; }
  .pb-sm-lat,
  .py-sm-lat {
    padding-bottom: 60px !important; }
  .pl-sm-lat,
  .px-sm-lat {
    padding-left: 60px !important; }
  .p-sm-lat2 {
    padding: 120px !important; }
  .pt-sm-lat2,
  .py-sm-lat2 {
    padding-top: 120px !important; }
  .pr-sm-lat2,
  .px-sm-lat2 {
    padding-right: 120px !important; }
  .pb-sm-lat2,
  .py-sm-lat2 {
    padding-bottom: 120px !important; }
  .pl-sm-lat2,
  .px-sm-lat2 {
    padding-left: 120px !important; }
  .p-sm-c1 {
    padding: 30px !important; }
  .pt-sm-c1,
  .py-sm-c1 {
    padding-top: 30px !important; }
  .pr-sm-c1,
  .px-sm-c1 {
    padding-right: 30px !important; }
  .pb-sm-c1,
  .py-sm-c1 {
    padding-bottom: 30px !important; }
  .pl-sm-c1,
  .px-sm-c1 {
    padding-left: 30px !important; }
  .p-sm-c2 {
    padding: 50px !important; }
  .pt-sm-c2,
  .py-sm-c2 {
    padding-top: 50px !important; }
  .pr-sm-c2,
  .px-sm-c2 {
    padding-right: 50px !important; }
  .pb-sm-c2,
  .py-sm-c2 {
    padding-bottom: 50px !important; }
  .pl-sm-c2,
  .px-sm-c2 {
    padding-left: 50px !important; }
  .p-sm-c3 {
    padding: 100px !important; }
  .pt-sm-c3,
  .py-sm-c3 {
    padding-top: 100px !important; }
  .pr-sm-c3,
  .px-sm-c3 {
    padding-right: 100px !important; }
  .pb-sm-c3,
  .py-sm-c3 {
    padding-bottom: 100px !important; }
  .pl-sm-c3,
  .px-sm-c3 {
    padding-left: 100px !important; }
  .m-sm-nlat {
    margin: -60px !important; }
  .mt-sm-nlat,
  .my-sm-nlat {
    margin-top: -60px !important; }
  .mr-sm-nlat,
  .mx-sm-nlat {
    margin-right: -60px !important; }
  .mb-sm-nlat,
  .my-sm-nlat {
    margin-bottom: -60px !important; }
  .ml-sm-nlat,
  .mx-sm-nlat {
    margin-left: -60px !important; }
  .m-sm-nlat2 {
    margin: -120px !important; }
  .mt-sm-nlat2,
  .my-sm-nlat2 {
    margin-top: -120px !important; }
  .mr-sm-nlat2,
  .mx-sm-nlat2 {
    margin-right: -120px !important; }
  .mb-sm-nlat2,
  .my-sm-nlat2 {
    margin-bottom: -120px !important; }
  .ml-sm-nlat2,
  .mx-sm-nlat2 {
    margin-left: -120px !important; }
  .m-sm-nc1 {
    margin: -30px !important; }
  .mt-sm-nc1,
  .my-sm-nc1 {
    margin-top: -30px !important; }
  .mr-sm-nc1,
  .mx-sm-nc1 {
    margin-right: -30px !important; }
  .mb-sm-nc1,
  .my-sm-nc1 {
    margin-bottom: -30px !important; }
  .ml-sm-nc1,
  .mx-sm-nc1 {
    margin-left: -30px !important; }
  .m-sm-nc2 {
    margin: -50px !important; }
  .mt-sm-nc2,
  .my-sm-nc2 {
    margin-top: -50px !important; }
  .mr-sm-nc2,
  .mx-sm-nc2 {
    margin-right: -50px !important; }
  .mb-sm-nc2,
  .my-sm-nc2 {
    margin-bottom: -50px !important; }
  .ml-sm-nc2,
  .mx-sm-nc2 {
    margin-left: -50px !important; }
  .m-sm-nc3 {
    margin: -100px !important; }
  .mt-sm-nc3,
  .my-sm-nc3 {
    margin-top: -100px !important; }
  .mr-sm-nc3,
  .mx-sm-nc3 {
    margin-right: -100px !important; }
  .mb-sm-nc3,
  .my-sm-nc3 {
    margin-bottom: -100px !important; }
  .ml-sm-nc3,
  .mx-sm-nc3 {
    margin-left: -100px !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: 1660px) and (min-width: 768px) {
  .m-md-lat {
    margin: 60px !important; }
  .mt-md-lat,
  .my-md-lat {
    margin-top: 60px !important; }
  .mr-md-lat,
  .mx-md-lat {
    margin-right: 60px !important; }
  .mb-md-lat,
  .my-md-lat {
    margin-bottom: 60px !important; }
  .ml-md-lat,
  .mx-md-lat {
    margin-left: 60px !important; }
  .m-md-lat2 {
    margin: 120px !important; }
  .mt-md-lat2,
  .my-md-lat2 {
    margin-top: 120px !important; }
  .mr-md-lat2,
  .mx-md-lat2 {
    margin-right: 120px !important; }
  .mb-md-lat2,
  .my-md-lat2 {
    margin-bottom: 120px !important; }
  .ml-md-lat2,
  .mx-md-lat2 {
    margin-left: 120px !important; }
  .m-md-c1 {
    margin: 30px !important; }
  .mt-md-c1,
  .my-md-c1 {
    margin-top: 30px !important; }
  .mr-md-c1,
  .mx-md-c1 {
    margin-right: 30px !important; }
  .mb-md-c1,
  .my-md-c1 {
    margin-bottom: 30px !important; }
  .ml-md-c1,
  .mx-md-c1 {
    margin-left: 30px !important; }
  .m-md-c2 {
    margin: 50px !important; }
  .mt-md-c2,
  .my-md-c2 {
    margin-top: 50px !important; }
  .mr-md-c2,
  .mx-md-c2 {
    margin-right: 50px !important; }
  .mb-md-c2,
  .my-md-c2 {
    margin-bottom: 50px !important; }
  .ml-md-c2,
  .mx-md-c2 {
    margin-left: 50px !important; }
  .m-md-c3 {
    margin: 100px !important; }
  .mt-md-c3,
  .my-md-c3 {
    margin-top: 100px !important; }
  .mr-md-c3,
  .mx-md-c3 {
    margin-right: 100px !important; }
  .mb-md-c3,
  .my-md-c3 {
    margin-bottom: 100px !important; }
  .ml-md-c3,
  .mx-md-c3 {
    margin-left: 100px !important; }
  .p-md-lat {
    padding: 60px !important; }
  .pt-md-lat,
  .py-md-lat {
    padding-top: 60px !important; }
  .pr-md-lat,
  .px-md-lat {
    padding-right: 60px !important; }
  .pb-md-lat,
  .py-md-lat {
    padding-bottom: 60px !important; }
  .pl-md-lat,
  .px-md-lat {
    padding-left: 60px !important; }
  .p-md-lat2 {
    padding: 120px !important; }
  .pt-md-lat2,
  .py-md-lat2 {
    padding-top: 120px !important; }
  .pr-md-lat2,
  .px-md-lat2 {
    padding-right: 120px !important; }
  .pb-md-lat2,
  .py-md-lat2 {
    padding-bottom: 120px !important; }
  .pl-md-lat2,
  .px-md-lat2 {
    padding-left: 120px !important; }
  .p-md-c1 {
    padding: 30px !important; }
  .pt-md-c1,
  .py-md-c1 {
    padding-top: 30px !important; }
  .pr-md-c1,
  .px-md-c1 {
    padding-right: 30px !important; }
  .pb-md-c1,
  .py-md-c1 {
    padding-bottom: 30px !important; }
  .pl-md-c1,
  .px-md-c1 {
    padding-left: 30px !important; }
  .p-md-c2 {
    padding: 50px !important; }
  .pt-md-c2,
  .py-md-c2 {
    padding-top: 50px !important; }
  .pr-md-c2,
  .px-md-c2 {
    padding-right: 50px !important; }
  .pb-md-c2,
  .py-md-c2 {
    padding-bottom: 50px !important; }
  .pl-md-c2,
  .px-md-c2 {
    padding-left: 50px !important; }
  .p-md-c3 {
    padding: 100px !important; }
  .pt-md-c3,
  .py-md-c3 {
    padding-top: 100px !important; }
  .pr-md-c3,
  .px-md-c3 {
    padding-right: 100px !important; }
  .pb-md-c3,
  .py-md-c3 {
    padding-bottom: 100px !important; }
  .pl-md-c3,
  .px-md-c3 {
    padding-left: 100px !important; }
  .m-md-nlat {
    margin: -60px !important; }
  .mt-md-nlat,
  .my-md-nlat {
    margin-top: -60px !important; }
  .mr-md-nlat,
  .mx-md-nlat {
    margin-right: -60px !important; }
  .mb-md-nlat,
  .my-md-nlat {
    margin-bottom: -60px !important; }
  .ml-md-nlat,
  .mx-md-nlat {
    margin-left: -60px !important; }
  .m-md-nlat2 {
    margin: -120px !important; }
  .mt-md-nlat2,
  .my-md-nlat2 {
    margin-top: -120px !important; }
  .mr-md-nlat2,
  .mx-md-nlat2 {
    margin-right: -120px !important; }
  .mb-md-nlat2,
  .my-md-nlat2 {
    margin-bottom: -120px !important; }
  .ml-md-nlat2,
  .mx-md-nlat2 {
    margin-left: -120px !important; }
  .m-md-nc1 {
    margin: -30px !important; }
  .mt-md-nc1,
  .my-md-nc1 {
    margin-top: -30px !important; }
  .mr-md-nc1,
  .mx-md-nc1 {
    margin-right: -30px !important; }
  .mb-md-nc1,
  .my-md-nc1 {
    margin-bottom: -30px !important; }
  .ml-md-nc1,
  .mx-md-nc1 {
    margin-left: -30px !important; }
  .m-md-nc2 {
    margin: -50px !important; }
  .mt-md-nc2,
  .my-md-nc2 {
    margin-top: -50px !important; }
  .mr-md-nc2,
  .mx-md-nc2 {
    margin-right: -50px !important; }
  .mb-md-nc2,
  .my-md-nc2 {
    margin-bottom: -50px !important; }
  .ml-md-nc2,
  .mx-md-nc2 {
    margin-left: -50px !important; }
  .m-md-nc3 {
    margin: -100px !important; }
  .mt-md-nc3,
  .my-md-nc3 {
    margin-top: -100px !important; }
  .mr-md-nc3,
  .mx-md-nc3 {
    margin-right: -100px !important; }
  .mb-md-nc3,
  .my-md-nc3 {
    margin-bottom: -100px !important; }
  .ml-md-nc3,
  .mx-md-nc3 {
    margin-left: -100px !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: 1660px) and (min-width: 992px) {
  .m-lg-lat {
    margin: 60px !important; }
  .mt-lg-lat,
  .my-lg-lat {
    margin-top: 60px !important; }
  .mr-lg-lat,
  .mx-lg-lat {
    margin-right: 60px !important; }
  .mb-lg-lat,
  .my-lg-lat {
    margin-bottom: 60px !important; }
  .ml-lg-lat,
  .mx-lg-lat {
    margin-left: 60px !important; }
  .m-lg-lat2 {
    margin: 120px !important; }
  .mt-lg-lat2,
  .my-lg-lat2 {
    margin-top: 120px !important; }
  .mr-lg-lat2,
  .mx-lg-lat2 {
    margin-right: 120px !important; }
  .mb-lg-lat2,
  .my-lg-lat2 {
    margin-bottom: 120px !important; }
  .ml-lg-lat2,
  .mx-lg-lat2 {
    margin-left: 120px !important; }
  .m-lg-c1 {
    margin: 30px !important; }
  .mt-lg-c1,
  .my-lg-c1 {
    margin-top: 30px !important; }
  .mr-lg-c1,
  .mx-lg-c1 {
    margin-right: 30px !important; }
  .mb-lg-c1,
  .my-lg-c1 {
    margin-bottom: 30px !important; }
  .ml-lg-c1,
  .mx-lg-c1 {
    margin-left: 30px !important; }
  .m-lg-c2 {
    margin: 50px !important; }
  .mt-lg-c2,
  .my-lg-c2 {
    margin-top: 50px !important; }
  .mr-lg-c2,
  .mx-lg-c2 {
    margin-right: 50px !important; }
  .mb-lg-c2,
  .my-lg-c2 {
    margin-bottom: 50px !important; }
  .ml-lg-c2,
  .mx-lg-c2 {
    margin-left: 50px !important; }
  .m-lg-c3 {
    margin: 100px !important; }
  .mt-lg-c3,
  .my-lg-c3 {
    margin-top: 100px !important; }
  .mr-lg-c3,
  .mx-lg-c3 {
    margin-right: 100px !important; }
  .mb-lg-c3,
  .my-lg-c3 {
    margin-bottom: 100px !important; }
  .ml-lg-c3,
  .mx-lg-c3 {
    margin-left: 100px !important; }
  .p-lg-lat {
    padding: 60px !important; }
  .pt-lg-lat,
  .py-lg-lat {
    padding-top: 60px !important; }
  .pr-lg-lat,
  .px-lg-lat {
    padding-right: 60px !important; }
  .pb-lg-lat,
  .py-lg-lat {
    padding-bottom: 60px !important; }
  .pl-lg-lat,
  .px-lg-lat {
    padding-left: 60px !important; }
  .p-lg-lat2 {
    padding: 120px !important; }
  .pt-lg-lat2,
  .py-lg-lat2 {
    padding-top: 120px !important; }
  .pr-lg-lat2,
  .px-lg-lat2 {
    padding-right: 120px !important; }
  .pb-lg-lat2,
  .py-lg-lat2 {
    padding-bottom: 120px !important; }
  .pl-lg-lat2,
  .px-lg-lat2 {
    padding-left: 120px !important; }
  .p-lg-c1 {
    padding: 30px !important; }
  .pt-lg-c1,
  .py-lg-c1 {
    padding-top: 30px !important; }
  .pr-lg-c1,
  .px-lg-c1 {
    padding-right: 30px !important; }
  .pb-lg-c1,
  .py-lg-c1 {
    padding-bottom: 30px !important; }
  .pl-lg-c1,
  .px-lg-c1 {
    padding-left: 30px !important; }
  .p-lg-c2 {
    padding: 50px !important; }
  .pt-lg-c2,
  .py-lg-c2 {
    padding-top: 50px !important; }
  .pr-lg-c2,
  .px-lg-c2 {
    padding-right: 50px !important; }
  .pb-lg-c2,
  .py-lg-c2 {
    padding-bottom: 50px !important; }
  .pl-lg-c2,
  .px-lg-c2 {
    padding-left: 50px !important; }
  .p-lg-c3 {
    padding: 100px !important; }
  .pt-lg-c3,
  .py-lg-c3 {
    padding-top: 100px !important; }
  .pr-lg-c3,
  .px-lg-c3 {
    padding-right: 100px !important; }
  .pb-lg-c3,
  .py-lg-c3 {
    padding-bottom: 100px !important; }
  .pl-lg-c3,
  .px-lg-c3 {
    padding-left: 100px !important; }
  .m-lg-nlat {
    margin: -60px !important; }
  .mt-lg-nlat,
  .my-lg-nlat {
    margin-top: -60px !important; }
  .mr-lg-nlat,
  .mx-lg-nlat {
    margin-right: -60px !important; }
  .mb-lg-nlat,
  .my-lg-nlat {
    margin-bottom: -60px !important; }
  .ml-lg-nlat,
  .mx-lg-nlat {
    margin-left: -60px !important; }
  .m-lg-nlat2 {
    margin: -120px !important; }
  .mt-lg-nlat2,
  .my-lg-nlat2 {
    margin-top: -120px !important; }
  .mr-lg-nlat2,
  .mx-lg-nlat2 {
    margin-right: -120px !important; }
  .mb-lg-nlat2,
  .my-lg-nlat2 {
    margin-bottom: -120px !important; }
  .ml-lg-nlat2,
  .mx-lg-nlat2 {
    margin-left: -120px !important; }
  .m-lg-nc1 {
    margin: -30px !important; }
  .mt-lg-nc1,
  .my-lg-nc1 {
    margin-top: -30px !important; }
  .mr-lg-nc1,
  .mx-lg-nc1 {
    margin-right: -30px !important; }
  .mb-lg-nc1,
  .my-lg-nc1 {
    margin-bottom: -30px !important; }
  .ml-lg-nc1,
  .mx-lg-nc1 {
    margin-left: -30px !important; }
  .m-lg-nc2 {
    margin: -50px !important; }
  .mt-lg-nc2,
  .my-lg-nc2 {
    margin-top: -50px !important; }
  .mr-lg-nc2,
  .mx-lg-nc2 {
    margin-right: -50px !important; }
  .mb-lg-nc2,
  .my-lg-nc2 {
    margin-bottom: -50px !important; }
  .ml-lg-nc2,
  .mx-lg-nc2 {
    margin-left: -50px !important; }
  .m-lg-nc3 {
    margin: -100px !important; }
  .mt-lg-nc3,
  .my-lg-nc3 {
    margin-top: -100px !important; }
  .mr-lg-nc3,
  .mx-lg-nc3 {
    margin-right: -100px !important; }
  .mb-lg-nc3,
  .my-lg-nc3 {
    margin-bottom: -100px !important; }
  .ml-lg-nc3,
  .mx-lg-nc3 {
    margin-left: -100px !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: 1660px) and (min-width: 1200px) {
  .m-xl-lat {
    margin: 60px !important; }
  .mt-xl-lat,
  .my-xl-lat {
    margin-top: 60px !important; }
  .mr-xl-lat,
  .mx-xl-lat {
    margin-right: 60px !important; }
  .mb-xl-lat,
  .my-xl-lat {
    margin-bottom: 60px !important; }
  .ml-xl-lat,
  .mx-xl-lat {
    margin-left: 60px !important; }
  .m-xl-lat2 {
    margin: 120px !important; }
  .mt-xl-lat2,
  .my-xl-lat2 {
    margin-top: 120px !important; }
  .mr-xl-lat2,
  .mx-xl-lat2 {
    margin-right: 120px !important; }
  .mb-xl-lat2,
  .my-xl-lat2 {
    margin-bottom: 120px !important; }
  .ml-xl-lat2,
  .mx-xl-lat2 {
    margin-left: 120px !important; }
  .m-xl-c1 {
    margin: 30px !important; }
  .mt-xl-c1,
  .my-xl-c1 {
    margin-top: 30px !important; }
  .mr-xl-c1,
  .mx-xl-c1 {
    margin-right: 30px !important; }
  .mb-xl-c1,
  .my-xl-c1 {
    margin-bottom: 30px !important; }
  .ml-xl-c1,
  .mx-xl-c1 {
    margin-left: 30px !important; }
  .m-xl-c2 {
    margin: 50px !important; }
  .mt-xl-c2,
  .my-xl-c2 {
    margin-top: 50px !important; }
  .mr-xl-c2,
  .mx-xl-c2 {
    margin-right: 50px !important; }
  .mb-xl-c2,
  .my-xl-c2 {
    margin-bottom: 50px !important; }
  .ml-xl-c2,
  .mx-xl-c2 {
    margin-left: 50px !important; }
  .m-xl-c3 {
    margin: 100px !important; }
  .mt-xl-c3,
  .my-xl-c3 {
    margin-top: 100px !important; }
  .mr-xl-c3,
  .mx-xl-c3 {
    margin-right: 100px !important; }
  .mb-xl-c3,
  .my-xl-c3 {
    margin-bottom: 100px !important; }
  .ml-xl-c3,
  .mx-xl-c3 {
    margin-left: 100px !important; }
  .p-xl-lat {
    padding: 60px !important; }
  .pt-xl-lat,
  .py-xl-lat {
    padding-top: 60px !important; }
  .pr-xl-lat,
  .px-xl-lat {
    padding-right: 60px !important; }
  .pb-xl-lat,
  .py-xl-lat {
    padding-bottom: 60px !important; }
  .pl-xl-lat,
  .px-xl-lat {
    padding-left: 60px !important; }
  .p-xl-lat2 {
    padding: 120px !important; }
  .pt-xl-lat2,
  .py-xl-lat2 {
    padding-top: 120px !important; }
  .pr-xl-lat2,
  .px-xl-lat2 {
    padding-right: 120px !important; }
  .pb-xl-lat2,
  .py-xl-lat2 {
    padding-bottom: 120px !important; }
  .pl-xl-lat2,
  .px-xl-lat2 {
    padding-left: 120px !important; }
  .p-xl-c1 {
    padding: 30px !important; }
  .pt-xl-c1,
  .py-xl-c1 {
    padding-top: 30px !important; }
  .pr-xl-c1,
  .px-xl-c1 {
    padding-right: 30px !important; }
  .pb-xl-c1,
  .py-xl-c1 {
    padding-bottom: 30px !important; }
  .pl-xl-c1,
  .px-xl-c1 {
    padding-left: 30px !important; }
  .p-xl-c2 {
    padding: 50px !important; }
  .pt-xl-c2,
  .py-xl-c2 {
    padding-top: 50px !important; }
  .pr-xl-c2,
  .px-xl-c2 {
    padding-right: 50px !important; }
  .pb-xl-c2,
  .py-xl-c2 {
    padding-bottom: 50px !important; }
  .pl-xl-c2,
  .px-xl-c2 {
    padding-left: 50px !important; }
  .p-xl-c3 {
    padding: 100px !important; }
  .pt-xl-c3,
  .py-xl-c3 {
    padding-top: 100px !important; }
  .pr-xl-c3,
  .px-xl-c3 {
    padding-right: 100px !important; }
  .pb-xl-c3,
  .py-xl-c3 {
    padding-bottom: 100px !important; }
  .pl-xl-c3,
  .px-xl-c3 {
    padding-left: 100px !important; }
  .m-xl-nlat {
    margin: -60px !important; }
  .mt-xl-nlat,
  .my-xl-nlat {
    margin-top: -60px !important; }
  .mr-xl-nlat,
  .mx-xl-nlat {
    margin-right: -60px !important; }
  .mb-xl-nlat,
  .my-xl-nlat {
    margin-bottom: -60px !important; }
  .ml-xl-nlat,
  .mx-xl-nlat {
    margin-left: -60px !important; }
  .m-xl-nlat2 {
    margin: -120px !important; }
  .mt-xl-nlat2,
  .my-xl-nlat2 {
    margin-top: -120px !important; }
  .mr-xl-nlat2,
  .mx-xl-nlat2 {
    margin-right: -120px !important; }
  .mb-xl-nlat2,
  .my-xl-nlat2 {
    margin-bottom: -120px !important; }
  .ml-xl-nlat2,
  .mx-xl-nlat2 {
    margin-left: -120px !important; }
  .m-xl-nc1 {
    margin: -30px !important; }
  .mt-xl-nc1,
  .my-xl-nc1 {
    margin-top: -30px !important; }
  .mr-xl-nc1,
  .mx-xl-nc1 {
    margin-right: -30px !important; }
  .mb-xl-nc1,
  .my-xl-nc1 {
    margin-bottom: -30px !important; }
  .ml-xl-nc1,
  .mx-xl-nc1 {
    margin-left: -30px !important; }
  .m-xl-nc2 {
    margin: -50px !important; }
  .mt-xl-nc2,
  .my-xl-nc2 {
    margin-top: -50px !important; }
  .mr-xl-nc2,
  .mx-xl-nc2 {
    margin-right: -50px !important; }
  .mb-xl-nc2,
  .my-xl-nc2 {
    margin-bottom: -50px !important; }
  .ml-xl-nc2,
  .mx-xl-nc2 {
    margin-left: -50px !important; }
  .m-xl-nc3 {
    margin: -100px !important; }
  .mt-xl-nc3,
  .my-xl-nc3 {
    margin-top: -100px !important; }
  .mr-xl-nc3,
  .mx-xl-nc3 {
    margin-right: -100px !important; }
  .mb-xl-nc3,
  .my-xl-nc3 {
    margin-bottom: -100px !important; }
  .ml-xl-nc3,
  .mx-xl-nc3 {
    margin-left: -100px !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }
@media (min-width: 1660px) and (min-width: 1660px) {
  .m-xxl-lat {
    margin: 60px !important; }
  .mt-xxl-lat,
  .my-xxl-lat {
    margin-top: 60px !important; }
  .mr-xxl-lat,
  .mx-xxl-lat {
    margin-right: 60px !important; }
  .mb-xxl-lat,
  .my-xxl-lat {
    margin-bottom: 60px !important; }
  .ml-xxl-lat,
  .mx-xxl-lat {
    margin-left: 60px !important; }
  .m-xxl-lat2 {
    margin: 120px !important; }
  .mt-xxl-lat2,
  .my-xxl-lat2 {
    margin-top: 120px !important; }
  .mr-xxl-lat2,
  .mx-xxl-lat2 {
    margin-right: 120px !important; }
  .mb-xxl-lat2,
  .my-xxl-lat2 {
    margin-bottom: 120px !important; }
  .ml-xxl-lat2,
  .mx-xxl-lat2 {
    margin-left: 120px !important; }
  .m-xxl-c1 {
    margin: 30px !important; }
  .mt-xxl-c1,
  .my-xxl-c1 {
    margin-top: 30px !important; }
  .mr-xxl-c1,
  .mx-xxl-c1 {
    margin-right: 30px !important; }
  .mb-xxl-c1,
  .my-xxl-c1 {
    margin-bottom: 30px !important; }
  .ml-xxl-c1,
  .mx-xxl-c1 {
    margin-left: 30px !important; }
  .m-xxl-c2 {
    margin: 50px !important; }
  .mt-xxl-c2,
  .my-xxl-c2 {
    margin-top: 50px !important; }
  .mr-xxl-c2,
  .mx-xxl-c2 {
    margin-right: 50px !important; }
  .mb-xxl-c2,
  .my-xxl-c2 {
    margin-bottom: 50px !important; }
  .ml-xxl-c2,
  .mx-xxl-c2 {
    margin-left: 50px !important; }
  .m-xxl-c3 {
    margin: 100px !important; }
  .mt-xxl-c3,
  .my-xxl-c3 {
    margin-top: 100px !important; }
  .mr-xxl-c3,
  .mx-xxl-c3 {
    margin-right: 100px !important; }
  .mb-xxl-c3,
  .my-xxl-c3 {
    margin-bottom: 100px !important; }
  .ml-xxl-c3,
  .mx-xxl-c3 {
    margin-left: 100px !important; }
  .p-xxl-lat {
    padding: 60px !important; }
  .pt-xxl-lat,
  .py-xxl-lat {
    padding-top: 60px !important; }
  .pr-xxl-lat,
  .px-xxl-lat {
    padding-right: 60px !important; }
  .pb-xxl-lat,
  .py-xxl-lat {
    padding-bottom: 60px !important; }
  .pl-xxl-lat,
  .px-xxl-lat {
    padding-left: 60px !important; }
  .p-xxl-lat2 {
    padding: 120px !important; }
  .pt-xxl-lat2,
  .py-xxl-lat2 {
    padding-top: 120px !important; }
  .pr-xxl-lat2,
  .px-xxl-lat2 {
    padding-right: 120px !important; }
  .pb-xxl-lat2,
  .py-xxl-lat2 {
    padding-bottom: 120px !important; }
  .pl-xxl-lat2,
  .px-xxl-lat2 {
    padding-left: 120px !important; }
  .p-xxl-c1 {
    padding: 30px !important; }
  .pt-xxl-c1,
  .py-xxl-c1 {
    padding-top: 30px !important; }
  .pr-xxl-c1,
  .px-xxl-c1 {
    padding-right: 30px !important; }
  .pb-xxl-c1,
  .py-xxl-c1 {
    padding-bottom: 30px !important; }
  .pl-xxl-c1,
  .px-xxl-c1 {
    padding-left: 30px !important; }
  .p-xxl-c2 {
    padding: 50px !important; }
  .pt-xxl-c2,
  .py-xxl-c2 {
    padding-top: 50px !important; }
  .pr-xxl-c2,
  .px-xxl-c2 {
    padding-right: 50px !important; }
  .pb-xxl-c2,
  .py-xxl-c2 {
    padding-bottom: 50px !important; }
  .pl-xxl-c2,
  .px-xxl-c2 {
    padding-left: 50px !important; }
  .p-xxl-c3 {
    padding: 100px !important; }
  .pt-xxl-c3,
  .py-xxl-c3 {
    padding-top: 100px !important; }
  .pr-xxl-c3,
  .px-xxl-c3 {
    padding-right: 100px !important; }
  .pb-xxl-c3,
  .py-xxl-c3 {
    padding-bottom: 100px !important; }
  .pl-xxl-c3,
  .px-xxl-c3 {
    padding-left: 100px !important; }
  .m-xxl-nlat {
    margin: -60px !important; }
  .mt-xxl-nlat,
  .my-xxl-nlat {
    margin-top: -60px !important; }
  .mr-xxl-nlat,
  .mx-xxl-nlat {
    margin-right: -60px !important; }
  .mb-xxl-nlat,
  .my-xxl-nlat {
    margin-bottom: -60px !important; }
  .ml-xxl-nlat,
  .mx-xxl-nlat {
    margin-left: -60px !important; }
  .m-xxl-nlat2 {
    margin: -120px !important; }
  .mt-xxl-nlat2,
  .my-xxl-nlat2 {
    margin-top: -120px !important; }
  .mr-xxl-nlat2,
  .mx-xxl-nlat2 {
    margin-right: -120px !important; }
  .mb-xxl-nlat2,
  .my-xxl-nlat2 {
    margin-bottom: -120px !important; }
  .ml-xxl-nlat2,
  .mx-xxl-nlat2 {
    margin-left: -120px !important; }
  .m-xxl-nc1 {
    margin: -30px !important; }
  .mt-xxl-nc1,
  .my-xxl-nc1 {
    margin-top: -30px !important; }
  .mr-xxl-nc1,
  .mx-xxl-nc1 {
    margin-right: -30px !important; }
  .mb-xxl-nc1,
  .my-xxl-nc1 {
    margin-bottom: -30px !important; }
  .ml-xxl-nc1,
  .mx-xxl-nc1 {
    margin-left: -30px !important; }
  .m-xxl-nc2 {
    margin: -50px !important; }
  .mt-xxl-nc2,
  .my-xxl-nc2 {
    margin-top: -50px !important; }
  .mr-xxl-nc2,
  .mx-xxl-nc2 {
    margin-right: -50px !important; }
  .mb-xxl-nc2,
  .my-xxl-nc2 {
    margin-bottom: -50px !important; }
  .ml-xxl-nc2,
  .mx-xxl-nc2 {
    margin-left: -50px !important; }
  .m-xxl-nc3 {
    margin: -100px !important; }
  .mt-xxl-nc3,
  .my-xxl-nc3 {
    margin-top: -100px !important; }
  .mr-xxl-nc3,
  .mx-xxl-nc3 {
    margin-right: -100px !important; }
  .mb-xxl-nc3,
  .my-xxl-nc3 {
    margin-bottom: -100px !important; }
  .ml-xxl-nc3,
  .mx-xxl-nc3 {
    margin-left: -100px !important; }
  .m-xxl-auto {
    margin: auto !important; }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important; }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important; }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important; }
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important; } }
.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.3s; }
.fade-enter,
.fade-leave-to {
  opacity: 0; }

  
.nuxt-progress {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 5px;
  width: 0%;
  opacity: 1;
  transition: width 0.1s, opacity 0.4s;
  background-color: #FF5D3B;
  z-index: 999999;
}
.nuxt-progress.nuxt-progress-notransition {
  transition: none;
}
.nuxt-progress-failed {
  background-color: red;
}


.nuxt__build_indicator {
  box-sizing: border-box;
  position: fixed;
  font-family: monospace;
  padding: 5px 10px;
  border-radius: 5px;
  box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.2);
  width: 88px;
  z-index: 2147483647;
  font-size: 16px;
  line-height: 1.2rem;
}
.v-enter-active, .v-leave-active {
  transition-delay: 0.2s;
  transition-property: all;
  transition-duration: 0.3s;
}
.v-leave-to {
  opacity: 0;
  transform: translateY(20px);
}
svg {
  display: inline-block;
  vertical-align: baseline;
  width: 1.1em;
  position: relative;
  top: 1px;
}

/** Colors **/
/** Breakpoints **/
#sh-header {
  background-color: #fff;
  min-height: 90px;
  padding: 0;
  box-shadow: 0px 0px 50px rgba(28,15,125,0.10196);
  z-index: 1024;
}
@media (max-width: 991.98px) {
#sh-header .navbar-brand {
      margin-left: 1.5rem;
      padding-top: 30px;
      padding-bottom: 30px;
}
#sh-header .navbar-toggler {
      margin-right: 2rem;
}
#sh-header .nav-link {
      position: relative;
      padding: 0.75rem 1.5rem;
}
#sh-header .nav-link:not(.user-profile-link).nuxt-link-active:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        border-left: 3px solid #ff5d3b;
}
}
@media (min-width: 992px) {
#sh-header .navbar-brand,
    #sh-header .nav-link {
      position: relative;
      height: 90px;
      padding-top: 20px;
      padding-bottom: 20px;
      display: flex;
      align-items: center;
}
#sh-header .navbar-brand:not(.user-profile-link).nuxt-link-active:after,
      #sh-header .nav-link:not(.user-profile-link).nuxt-link-active:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: calc(50% - 25%);
        height: 3px;
        width: 50%;
        border-bottom: 3px solid #ff5d3b;
}
}
#sh-header a {
    text-decoration: none;
}
#sh-header .btn {
    padding: 0.75rem 1.5rem;
}
#sh-header .user-profile .user-name {
    line-height: 50px;
    margin-right: 10px;
}
#sh-header .user-profile:hover {
    opacity: 0.8;
}

/** Colors **/
/** Breakpoints **/
@media (max-width: 575.98px) {
#home-header::before {
    display: inline-block;
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: 20px;
    width: calc(100% + 60px);
    height: 400px;
    content: '';
    background: url(/_nuxt/assets/img/home/home_header_xs.jpg) center top no-repeat;
}
}
@media (min-width: 576px) and (max-width: 767.98px) {
#home-header {
    min-height: 400px;
    background: url(/_nuxt/assets/img/home/home_header_sm.jpg) center top no-repeat;
}
}
@media (min-width: 768px) and (max-width: 991.98px) {
#home-header {
    min-height: 400px;
    background: url(/_nuxt/assets/img/home/home_header_md.jpg) center top no-repeat;
}
}
@media (min-width: 992px) and (max-width: 1199.98px) {
#home-header {
    min-height: 600px;
    background: url(/_nuxt/assets/img/home/home_header_lg.jpg) center top no-repeat;
}
}
@media (min-width: 1200px) and (max-width: 1659.98px) {
#home-header {
    min-height: 700px;
    background: url(/_nuxt/assets/img/home/home_header_xl.jpg) center top no-repeat;
}
}
@media (min-width: 1660px) {
#home-header {
    min-height: 820px;
    background: url(/_nuxt/assets/img/home/home_header_xxl.jpg) center top no-repeat;
}
}

/** Colors **/
/** Breakpoints **/
@media (max-width: 767.98px) {
#home-about {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI0LjAuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhbHF1ZV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMTQwOCAxNDA4IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxNDA4IDE0MDg7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojRTFGRUZFO30KPC9zdHlsZT4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTcwNCwwQzMxNS4yLDAsMCwzMTUuMiwwLDcwNHMzMTUuMiw3MDQsNzA0LDcwNHM3MDQtMzE1LjIsNzA0LTcwNFMxMDkyLjgsMCw3MDQsMHogTTExMTIuOCw4ODguOQoJYy0xMC40LTEwMy43LTk2LjktMTg1LTIwMy40LTE4NWMtMTEzLjUsMC0yMDUuNSw5Mi0yMDUuNSwyMDUuNWMwLDEwNi41LDgxLjMsMTkzLDE4NSwyMDMuNGMtNTYuNCwyNS42LTExOC45LDQwLjItMTg0LjksNDAuMgoJYy0yNDcuOSwwLTQ0OC45LTIwMS00NDguOS00NDguOWMwLTI0Ny45LDIwMS00NDguOSw0NDguOS00NDguOWMyNDcuOSwwLDQ0OC45LDIwMSw0NDguOSw0NDguOQoJQzExNTIuOSw3NzAsMTEzOC4zLDgzMi40LDExMTIuOCw4ODguOXoiLz4KPC9zdmc+Cg==) center top/1408px 1408px no-repeat;
}
}
@media (min-width: 768px) and (max-width: 991.98px) {
#home-about {
    background: url(/_nuxt/assets/img/home/home_about_md.svg) center top/1516px 1008px no-repeat;
}
}
@media (min-width: 1200px) and (max-width: 1659.98px) {
#home-about {
    background: url(/_nuxt/assets/img/home/home_about_xl.svg) center top/1882px 986px no-repeat;
}
}
@media (min-width: 1660px) {
#home-about {
    background: url(/_nuxt/assets/img/home/home_about_xxl.svg) center top/2712px 1200px no-repeat;
}
}

/** Colors **/
/** Breakpoints **/
.sh-separator .sep-dot {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 5px;
  margin: 0 5px;
}
.sh-separator .sep-line {
  display: inline-block;
  height: 10px;
  width: 70px;
  border-radius: 5px;
  margin: 0 5px;
}

/** Colors **/
/** Breakpoints **/
@media (max-width: 767.98px) {
#home-operation {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI0LjAuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhbHF1ZV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMTQwOCAxNDA4IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxNDA4IDE0MDg7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojRTFGRUZFO30KPC9zdHlsZT4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTcwNCwwQzMxNS4yLDAsMCwzMTUuMiwwLDcwNHMzMTUuMiw3MDQsNzA0LDcwNHM3MDQtMzE1LjIsNzA0LTcwNFMxMDkyLjgsMCw3MDQsMHogTTExMTIuOCw4ODguOQoJYy0xMC40LTEwMy43LTk2LjktMTg1LTIwMy40LTE4NWMtMTEzLjUsMC0yMDUuNSw5Mi0yMDUuNSwyMDUuNWMwLDEwNi41LDgxLjMsMTkzLDE4NSwyMDMuNGMtNTYuNCwyNS42LTExOC45LDQwLjItMTg0LjksNDAuMgoJYy0yNDcuOSwwLTQ0OC45LTIwMS00NDguOS00NDguOWMwLTI0Ny45LDIwMS00NDguOSw0NDguOS00NDguOWMyNDcuOSwwLDQ0OC45LDIwMSw0NDguOSw0NDguOQoJQzExNTIuOSw3NzAsMTEzOC4zLDgzMi40LDExMTIuOCw4ODguOXoiLz4KPC9zdmc+Cg==) center top/1408px 1408px no-repeat;
}
}
@media (min-width: 768px) and (max-width: 991.98px) {
#home-operation {
    background: url(/_nuxt/assets/img/home/home_about_md.svg) center top/1516px 1008px no-repeat;
}
}
@media (min-width: 1200px) and (max-width: 1659.98px) {
#home-operation {
    background: url(/_nuxt/assets/img/home/home_about_xl.svg) center top/1882px 986px no-repeat;
}
}
@media (min-width: 1660px) {
#home-operation {
    background: url(/_nuxt/assets/img/home/home_about_xxl.svg) center top/2712px 1200px no-repeat;
}
}
#home-operation .home-image {
  max-width: 176px;
}

/** Colors **/
/** Breakpoints **/
@media (max-width: 575.98px) {
#home-agent .agent-row {
    margin-bottom: 80px;
}
}
@media (min-width: 576px) and (max-width: 767.98px) {
#home-agent {
    background: url(/_nuxt/assets/img/home/home_agent_sm.jpg) center top no-repeat;
}
#home-agent .agent-row {
      margin-top: 60px;
      margin-bottom: 90px;
}
}
@media (min-width: 768px) and (max-width: 991.98px) {
#home-agent {
    background: url(/_nuxt/assets/img/home/home_agent_md.jpg) center top no-repeat;
}
#home-agent .agent-row {
      margin-top: 60px;
      margin-bottom: 110px;
}
}
@media (min-width: 992px) and (max-width: 1199.98px) {
#home-agent {
    background: url(/_nuxt/assets/img/home/home_agent_lg.jpg) center top no-repeat;
}
#home-agent .agent-row {
      margin-top: 130px;
      margin-bottom: 150px;
}
}
@media (min-width: 1200px) and (max-width: 1659.98px) {
#home-agent {
    background: url(/_nuxt/assets/img/home/home_agent_xl.jpg) center top no-repeat;
}
#home-agent .agent-row {
      margin-top: 185px;
      margin-bottom: 230px;
}
}
@media (min-width: 1660px) {
#home-agent {
    background: url(/_nuxt/assets/img/home/home_agent_xxl.jpg) center top no-repeat;
}
#home-agent .agent-row {
      margin-top: 230px;
      margin-bottom: 230px;
}
}

/** Colors **/
/** Breakpoints **/
#home-testimonials {
  background-color: #fff5f3;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
#home-testimonials {
      background: url(/_nuxt/assets/img/home/home_testimonials_lg.jpg) center top no-repeat;
      min-height: 640px;
}
}
@media (min-width: 1200px) and (max-width: 1659.98px) {
#home-testimonials {
      background: url(/_nuxt/assets/img/home/home_testimonials_xl.jpg) center top no-repeat;
      min-height: 670px;
}
}
@media (min-width: 1660px) {
#home-testimonials {
      background: url(/_nuxt/assets/img/home/home_testimonials_xxl.jpg) center top no-repeat;
      min-height: 740px;
}
}
#testimonials-carousel .carousel-inner {
  height: 100%;
}
#testimonials-carousel .carousel-inner .carousel-item {
    height: 100%;
}
#testimonials-carousel .carousel-inner .carousel-item .carousel-caption {
      position: unset;
      height: 100%;
      padding-top: 80px;
      padding-bottom: 100px;
      color: #1d2020;
}
#testimonials-carousel .carousel-inner .carousel-item .carousel-caption .icon {
        height: 51px;
        width: 70px;
        margin-bottom: 30px;
}
#testimonials-carousel .carousel-inner .carousel-item .carousel-caption p {
        margin-bottom: 30px;
}
#testimonials-carousel .carousel-indicators {
  margin-bottom: 60px;
}
#testimonials-carousel .carousel-indicators li {
    height: 10px;
    width: 10px;
    border: 0;
    margin-top: 3px;
    border-radius: 5px;
    background-color: #ff5d3b;
    background-clip: unset;
}
#testimonials-carousel .carousel-indicators li.active {
      height: 16px;
      width: 16px;
      margin-top: 0;
      border-radius: 8px;
}


/** Colors **/
/** Breakpoints **/
#home-footer ul {
  list-style: none;
  padding: 0;
}
#home-footer ul li {
    margin-bottom: 20px;
}
#home-footer ul li a {
      text-decoration: none;
}

