﻿/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #44c8f5;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #e11931;
  --orange: #fd7e14;
  --yellow: #fdb933;
  --green: #39bb9c;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #47464c;
  --primary: #44c8f5;
  --secondary: #e7e7e7;
  --success: #39bb9c;
  --info: #17a2b8;
  --warning: #fdb933;
  --danger: #e11931;
  --light: #fafbfd;
  --dark: #47464c;
  --light-m: #f6f7fd;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --breakpoint-xxl: 1280px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --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: transparent; }

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #33323a;
  text-align: left;
  background-color: #fff; }

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

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

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

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

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

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

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

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

dt {
  font-weight: 600; }

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

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: 600; }

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: #44c8f5;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #0caae0;
    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.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

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

button {
  border-radius: 0; }

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

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

select {
  word-wrap: normal; }

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

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical; }

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }
  @media (max-width: 1200px) {
    legend {
      font-size: calc(1.275rem + 0.3vw) ; } }

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-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit; }

h1, .h1 {
  font-size: 1.88125rem; }
  @media (max-width: 1200px) {
    h1, .h1 {
      font-size: calc(1.31312rem + 0.7575vw) ; } }

h2, .h2 {
  font-size: 1.4rem; }
  @media (max-width: 1200px) {
    h2, .h2 {
      font-size: calc(1.265rem + 0.18vw) ; } }

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

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

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

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

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

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2; }
  @media (max-width: 1200px) {
    .display-1 {
      font-size: calc(1.725rem + 5.7vw) ; } }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }
  @media (max-width: 1200px) {
    .display-2 {
      font-size: calc(1.675rem + 5.1vw) ; } }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }
  @media (max-width: 1200px) {
    .display-3 {
      font-size: calc(1.575rem + 3.9vw) ; } }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }
  @media (max-width: 1200px) {
    .display-4 {
      font-size: calc(1.475rem + 2.7vw) ; } }

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

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

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

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

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

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

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

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

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\2014\00A0"; }

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 0.22rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

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

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

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #33323a;
  border-radius: 0.22rem;
  box-shadow: inset 0 -0.1rem 0 rgba(0, 0, 0, 0.25); }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 600;
    box-shadow: none; }

pre {
  display: block;
  font-size: 87.5%;
  color: #33323a; }
  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: 1280px) {
    .container {
      max-width: 1280px; } }

.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: 1280px) {
  .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, .table-m table {
  width: 100%;
  margin-bottom: 1rem;
  color: #33323a;
  background-color: transparent; }
  .table th, .table-m table th,
  .table td, .table-m table td {
    padding: 0.5rem;
    vertical-align: top;
    border-top: 1px solid #e7e7e7; }
  .table thead th, .table-m table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #e7e7e7; }
  .table tbody + tbody, .table-m table tbody + tbody {
    border-top: 2px solid #e7e7e7; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table .thead-dark th, .table-m table .thead-dark th {
  color: #fff;
  background-color: #33323a;
  border-color: #45444f; }

.table .thead-light th, .table-m table .thead-light th, .table .table-m thead th, .table-m .table thead th, .table-m table thead th {
  color: #495057;
  background-color: #f6f7fd;
  border-color: #e7e7e7; }

.table-dark {
  color: #fff;
  background-color: #33323a; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #45444f; }
  .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, .table-m {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-md > .table-bordered, .table-m > .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: 1279.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(2.0625rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #d1d3d4;
  border-radius: 0.22rem;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #bdecfb;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(68, 200, 245, 0.25); }
  .form-control::placeholder {
    color: #d1d3d4;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #f6f7fd;
    opacity: 1; }

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

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

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

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

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #33323a;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

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

.form-control-lg {
  height: calc(2.64063rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.09375rem;
  line-height: 1.5;
  border-radius: 0.22rem; }

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

textarea.form-control {
  height: auto; }

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

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

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

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

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input:disabled ~ .form-check-label {
    color: #6c757d; }

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

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

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

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.7rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(57, 187, 156, 0.9);
  border-radius: 0.22rem; }

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #39bb9c;
  padding-right: 2.0625rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2339bb9c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #39bb9c;
    box-shadow: 0 0 0 0.2rem rgba(57, 187, 156, 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: 2.0625rem;
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #39bb9c;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%2347464c' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2339bb9c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #39bb9c;
    box-shadow: 0 0 0 0.2rem rgba(57, 187, 156, 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: #39bb9c; }

.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: #39bb9c; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #39bb9c; }

.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: #5acdb1;
  background-color: #5acdb1; }

.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(57, 187, 156, 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: #39bb9c; }

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

.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: #39bb9c;
  box-shadow: 0 0 0 0.2rem rgba(57, 187, 156, 0.25); }

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.7rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(225, 25, 49, 0.9);
  border-radius: 0.22rem; }

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #e11931;
  padding-right: 2.0625rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23e11931' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23e11931' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #e11931;
    box-shadow: 0 0 0 0.2rem rgba(225, 25, 49, 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: 2.0625rem;
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #e11931;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%2347464c' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23e11931' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23e11931' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #e11931;
    box-shadow: 0 0 0 0.2rem rgba(225, 25, 49, 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: #e11931; }

.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: #e11931; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #e11931; }

.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: #ea4357;
  background-color: #ea4357; }

.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(225, 25, 49, 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: #e11931; }

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

.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: #e11931;
  box-shadow: 0 0 0 0.2rem rgba(225, 25, 49, 0.25); }

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: flex;
      flex: 0 0 auto;
      flex-flow: row wrap;
      align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group,
    .form-inline .custom-select {
      width: auto; }
    .form-inline .form-check {
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      flex-shrink: 0;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      align-items: center;
      justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

.btn {
  display: inline-block;
  font-weight: 400;
  color: #33323a;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.22rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      transition: none; } }
  .btn:hover {
    color: #33323a;
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(68, 200, 245, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65;
    box-shadow: none; }
  .btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
    .btn:not(:disabled):not(.disabled):active:focus, .btn:not(:disabled):not(.disabled).active:focus {
      box-shadow: 0 0 0 0.2rem rgba(68, 200, 245, 0.25), inset 0 3px 5px rgba(0, 0, 0, 0.125); }

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

.btn-primary {
  color: #fff;
  background-color: #44c8f5;
  border-color: #44c8f5;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-primary:hover {
    color: #fff;
    background-color: #20bdf3;
    border-color: #14baf2; }
  .btn-primary:focus, .btn-primary.focus {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(96, 208, 247, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #44c8f5;
    border-color: #44c8f5; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #14baf2;
    border-color: #0db4ed; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(96, 208, 247, 0.5); }

.btn-secondary {
  color: #33323a;
  background-color: #e7e7e7;
  border-color: #e7e7e7;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-secondary:hover {
    color: #33323a;
    background-color: #d4d4d4;
    border-color: #cecece; }
  .btn-secondary:focus, .btn-secondary.focus {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(204, 204, 205, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #33323a;
    background-color: #e7e7e7;
    border-color: #e7e7e7; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #33323a;
    background-color: #cecece;
    border-color: #c7c7c7; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(204, 204, 205, 0.5); }

.btn-success {
  color: #fff;
  background-color: #39bb9c;
  border-color: #39bb9c;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-success:hover {
    color: #fff;
    background-color: #309e84;
    border-color: #2d947b; }
  .btn-success:focus, .btn-success.focus {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(87, 197, 171, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #39bb9c;
    border-color: #39bb9c; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #2d947b;
    border-color: #2a8a73; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(87, 197, 171, 0.5); }

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b; }
  .btn-info:focus, .btn-info.focus {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }

.btn-warning {
  color: #fff;
  background-color: #fdb933;
  border-color: #fdb933;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-warning:hover {
    color: #fff;
    background-color: #fdac0d;
    border-color: #fba702; }
  .btn-warning:focus, .btn-warning.focus {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(253, 196, 82, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #fff;
    background-color: #fdb933;
    border-color: #fdb933; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #fba702;
    border-color: #ee9f02; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(253, 196, 82, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #e11931;
  border-color: #e11931;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-danger:hover {
    color: #fff;
    background-color: #bf152a;
    border-color: #b31427; }
  .btn-danger:focus, .btn-danger.focus {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(230, 60, 80, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #e11931;
    border-color: #e11931; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #b31427;
    border-color: #a81325; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(230, 60, 80, 0.5); }

.btn-light {
  color: #33323a;
  background-color: #fafbfd;
  border-color: #fafbfd;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-light:hover {
    color: #33323a;
    background-color: #dfe5f2;
    border-color: #d6deee; }
  .btn-light:focus, .btn-light.focus {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(220, 221, 224, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #33323a;
    background-color: #fafbfd;
    border-color: #fafbfd; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #33323a;
    background-color: #d6deee;
    border-color: #ccd7eb; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(220, 221, 224, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #47464c;
  border-color: #47464c;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-dark:hover {
    color: #fff;
    background-color: #343438;
    border-color: #2e2e31; }
  .btn-dark:focus, .btn-dark.focus {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(99, 98, 103, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #47464c;
    border-color: #47464c; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #2e2e31;
    border-color: #28272b; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(99, 98, 103, 0.5); }

.btn-light-m {
  color: #33323a;
  background-color: #f6f7fd;
  border-color: #f6f7fd;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-light-m:hover {
    color: #33323a;
    background-color: #d7dbf6;
    border-color: #ccd2f4; }
  .btn-light-m:focus, .btn-light-m.focus {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(217, 217, 224, 0.5); }
  .btn-light-m.disabled, .btn-light-m:disabled {
    color: #33323a;
    background-color: #f6f7fd;
    border-color: #f6f7fd; }
  .btn-light-m:not(:disabled):not(.disabled):active, .btn-light-m:not(:disabled):not(.disabled).active,
  .show > .btn-light-m.dropdown-toggle {
    color: #33323a;
    background-color: #ccd2f4;
    border-color: #c2c9f1; }
    .btn-light-m:not(:disabled):not(.disabled):active:focus, .btn-light-m:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light-m.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(217, 217, 224, 0.5); }

.btn-outline-primary {
  color: #44c8f5;
  border-color: #44c8f5; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #44c8f5;
    border-color: #44c8f5; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(68, 200, 245, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #44c8f5;
    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: #44c8f5;
    border-color: #44c8f5; }
    .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: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(68, 200, 245, 0.5); }

.btn-outline-secondary {
  color: #e7e7e7;
  border-color: #e7e7e7; }
  .btn-outline-secondary:hover {
    color: #33323a;
    background-color: #e7e7e7;
    border-color: #e7e7e7; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(231, 231, 231, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #e7e7e7;
    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: #33323a;
    background-color: #e7e7e7;
    border-color: #e7e7e7; }
    .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: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(231, 231, 231, 0.5); }

.btn-outline-success {
  color: #39bb9c;
  border-color: #39bb9c; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #39bb9c;
    border-color: #39bb9c; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(57, 187, 156, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #39bb9c;
    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: #39bb9c;
    border-color: #39bb9c; }
    .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: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(57, 187, 156, 0.5); }

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-info.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-outline-warning {
  color: #fdb933;
  border-color: #fdb933; }
  .btn-outline-warning:hover {
    color: #fff;
    background-color: #fdb933;
    border-color: #fdb933; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(253, 185, 51, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #fdb933;
    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: #fdb933;
    border-color: #fdb933; }
    .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: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(253, 185, 51, 0.5); }

.btn-outline-danger {
  color: #e11931;
  border-color: #e11931; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #e11931;
    border-color: #e11931; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(225, 25, 49, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #e11931;
    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: #e11931;
    border-color: #e11931; }
    .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: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(225, 25, 49, 0.5); }

.btn-outline-light {
  color: #fafbfd;
  border-color: #fafbfd; }
  .btn-outline-light:hover {
    color: #33323a;
    background-color: #fafbfd;
    border-color: #fafbfd; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(250, 251, 253, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #fafbfd;
    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: #33323a;
    background-color: #fafbfd;
    border-color: #fafbfd; }
    .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: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(250, 251, 253, 0.5); }

.btn-outline-dark {
  color: #47464c;
  border-color: #47464c; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #47464c;
    border-color: #47464c; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(71, 70, 76, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #47464c;
    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: #47464c;
    border-color: #47464c; }
    .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: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(71, 70, 76, 0.5); }

.btn-outline-light-m {
  color: #f6f7fd;
  border-color: #f6f7fd; }
  .btn-outline-light-m:hover {
    color: #33323a;
    background-color: #f6f7fd;
    border-color: #f6f7fd; }
  .btn-outline-light-m:focus, .btn-outline-light-m.focus {
    box-shadow: 0 0 0 0.2rem rgba(246, 247, 253, 0.5); }
  .btn-outline-light-m.disabled, .btn-outline-light-m:disabled {
    color: #f6f7fd;
    background-color: transparent; }
  .btn-outline-light-m:not(:disabled):not(.disabled):active, .btn-outline-light-m:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light-m.dropdown-toggle {
    color: #33323a;
    background-color: #f6f7fd;
    border-color: #f6f7fd; }
    .btn-outline-light-m:not(:disabled):not(.disabled):active:focus, .btn-outline-light-m:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light-m.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(246, 247, 253, 0.5); }

.btn-link {
  font-weight: 400;
  color: #44c8f5;
  text-decoration: none; }
  .btn-link:hover {
    color: #0caae0;
    text-decoration: underline; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.09375rem;
  line-height: 1.5;
  border-radius: 0.22rem; }

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

.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: 0.875rem;
  color: #33323a;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.22rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175); }

.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: 1280px) {
  .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 #f6f7fd; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #33323a;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #27262c;
    text-decoration: none;
    background-color: #fafbfd; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #44c8f5; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent; }

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

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

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    flex: 1 1 auto; }
    .btn-group > .btn:hover,
    .btn-group-vertical > .btn:hover {
      z-index: 1; }
    .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 1; }

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

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

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

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

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem; }
  .dropdown-toggle-split::after,
  .dropup .dropdown-toggle-split::after,
  .dropright .dropdown-toggle-split::after {
    margin-left: 0; }
  .dropleft .dropdown-toggle-split::before {
    margin-right: 0; }

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

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

.btn-group.show .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn-group.show .dropdown-toggle.btn-link {
    box-shadow: none; }

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }
  .btn-group-vertical > .btn,
  .btn-group-vertical > .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: -1px; }
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

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

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .form-control-plaintext,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0; }
    .input-group > .form-control + .form-control,
    .input-group > .form-control + .custom-select,
    .input-group > .form-control + .custom-file,
    .input-group > .form-control-plaintext + .form-control,
    .input-group > .form-control-plaintext + .custom-select,
    .input-group > .form-control-plaintext + .custom-file,
    .input-group > .custom-select + .form-control,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
      margin-left: -1px; }
  .input-group > .form-control:focus,
  .input-group > .custom-select:focus,
  .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3; }
  .input-group > .custom-file .custom-file-input:focus {
    z-index: 4; }
  .input-group > .form-control:not(:last-child),
  .input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-group > .form-control:not(:first-child),
  .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .input-group > .custom-file {
    display: flex;
    align-items: center; }
    .input-group > .custom-file:not(:last-child) .custom-file-label,
    .input-group > .custom-file:not(:last-child) .custom-file-label::after {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .input-group > .custom-file:not(:first-child) .custom-file-label {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }

.input-group-prepend,
.input-group-append {
  display: flex; }
  .input-group-prepend .btn,
  .input-group-append .btn {
    position: relative;
    z-index: 2; }
    .input-group-prepend .btn:focus,
    .input-group-append .btn:focus {
      z-index: 3; }
  .input-group-prepend .btn + .btn,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-append .btn + .btn,
  .input-group-append .btn + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn {
    margin-left: -1px; }

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

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

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #f6f7fd;
  border: 1px solid #d1d3d4;
  border-radius: 0.22rem; }
  .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(2.64063rem + 2px); }

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.09375rem;
  line-height: 1.5;
  border-radius: 0.22rem; }

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

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.7rem;
  line-height: 1.5;
  border-radius: 0.22rem; }

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

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

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

.custom-control {
  position: relative;
  display: block;
  min-height: 1.3125rem;
  padding-left: 2.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: #44c8f5;
    background-color: #44c8f5;
    box-shadow: none; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(68, 200, 245, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #bdecfb; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #edfafe;
    border-color: #edfafe;
    box-shadow: none; }
  .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e7e7e7; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.15625rem;
    left: -2.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #d1d3d4;
    border: #a6a6a6 solid 1px;
    box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1); }
  .custom-control-label::after {
    position: absolute;
    top: 0.15625rem;
    left: -2.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50% / 50% 50%; }

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

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%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: #44c8f5;
  background-color: #44c8f5;
  box-shadow: none; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%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(68, 200, 245, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(68, 200, 245, 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;charset=utf8,%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(68, 200, 245, 0.5); }

.custom-switch {
  padding-left: 3.25rem; }
  .custom-switch .custom-control-label::before {
    left: -3.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.15625rem + 2px);
    left: calc(-3.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #a6a6a6;
    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: #d1d3d4;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(68, 200, 245, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.0625rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%2347464c' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #d1d3d4;
  border-radius: 0.22rem;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  appearance: none; }
  .custom-select:focus {
    border-color: #bdecfb;
    outline: 0;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(189, 236, 251, 0.5); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #f6f7fd; }
  .custom-select::-ms-expand {
    display: none; }

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

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

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

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.0625rem + 2px);
  margin: 0;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #bdecfb;
    box-shadow: 0 0 0 0.2rem rgba(68, 200, 245, 0.25); }
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #f6f7fd; }
  .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(2.0625rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #d1d3d4;
  border-radius: 0.22rem;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 2.0625rem;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #f6f7fd;
    border-left: inherit;
    border-radius: 0 0.22rem 0.22rem 0; }

.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: none; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(68, 200, 245, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(68, 200, 245, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(68, 200, 245, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #44c8f5;
    border: 0;
    border-radius: 1rem;
    box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #edfafe; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #e7e7e7;
    border-color: transparent;
    border-radius: 1rem;
    box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1); }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #44c8f5;
    border: 0;
    border-radius: 1rem;
    box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #edfafe; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #e7e7e7;
    border-color: transparent;
    border-radius: 1rem;
    box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1); }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #44c8f5;
    border: 0;
    border-radius: 1rem;
    box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #edfafe; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem;
    box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1); }
  .custom-range::-ms-fill-lower {
    background-color: #e7e7e7;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #e7e7e7;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #a6a6a6; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #a6a6a6; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #a6a6a6; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

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

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default; }

.nav-tabs {
  border-bottom: 1px solid #e7e7e7; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.22rem;
    border-top-right-radius: 0.22rem; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #f6f7fd #f6f7fd #e7e7e7; }
    .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #e7e7e7 #e7e7e7 #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.22rem; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #44c8f5; }

.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.33594rem;
  padding-bottom: 0.33594rem;
  margin-right: 1rem;
  font-size: 1.09375rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

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

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.09375rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.22rem; }
  .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: 1279.98px) {
  .navbar-expand-xxl > .container,
  .navbar-expand-xxl > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1280px) {
  .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: rgba(0, 0, 0, 0.9); }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9); }

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

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

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

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

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

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

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

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

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

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

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-text a {
    color: #fff; }
    .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: #fff; }

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.22rem; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.22rem;
    border-top-right-radius: 0.22rem; }
  .card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.22rem;
    border-bottom-left-radius: 0.22rem; }

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem; }

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

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

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

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

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

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  .card-header:first-child {
    border-radius: calc(0.22rem - 1px) calc(0.22rem - 1px) 0 0; }
  .card-header + .list-group .list-group-item:first-child {
    border-top: 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125); }
  .card-footer:last-child {
    border-radius: 0 0 calc(0.22rem - 1px) calc(0.22rem - 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.22rem - 1px); }

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

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

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

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

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

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

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

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #f6f7fd;
  border-radius: 0.22rem; }

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

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

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

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

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.22rem; }

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #47464c;
  background-color: #fff;
  border: 1px solid #e7e7e7; }
  .page-link:hover {
    z-index: 2;
    color: #0caae0;
    text-decoration: none;
    background-color: #f6f7fd;
    border-color: #e7e7e7; }
  .page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(68, 200, 245, 0.25); }

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

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

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #44c8f5;
  border-color: #44c8f5; }

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

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

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

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

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

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

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

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.22rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .badge {
      transition: none; } }
  a.badge:hover, a.badge:focus {
    text-decoration: none; }
  .badge:empty {
    display: none; }

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

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

.badge-primary {
  color: #fff;
  background-color: #44c8f5; }
  a.badge-primary:hover, a.badge-primary:focus {
    color: #fff;
    background-color: #14baf2; }
  a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(68, 200, 245, 0.5); }

.badge-secondary {
  color: #33323a;
  background-color: #e7e7e7; }
  a.badge-secondary:hover, a.badge-secondary:focus {
    color: #33323a;
    background-color: #cecece; }
  a.badge-secondary:focus, a.badge-secondary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(231, 231, 231, 0.5); }

.badge-success {
  color: #fff;
  background-color: #39bb9c; }
  a.badge-success:hover, a.badge-success:focus {
    color: #fff;
    background-color: #2d947b; }
  a.badge-success:focus, a.badge-success.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(57, 187, 156, 0.5); }

.badge-info {
  color: #fff;
  background-color: #17a2b8; }
  a.badge-info:hover, a.badge-info:focus {
    color: #fff;
    background-color: #117a8b; }
  a.badge-info:focus, a.badge-info.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.badge-warning {
  color: #fff;
  background-color: #fdb933; }
  a.badge-warning:hover, a.badge-warning:focus {
    color: #fff;
    background-color: #fba702; }
  a.badge-warning:focus, a.badge-warning.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(253, 185, 51, 0.5); }

.badge-danger {
  color: #fff;
  background-color: #e11931; }
  a.badge-danger:hover, a.badge-danger:focus {
    color: #fff;
    background-color: #b31427; }
  a.badge-danger:focus, a.badge-danger.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(225, 25, 49, 0.5); }

.badge-light {
  color: #33323a;
  background-color: #fafbfd; }
  a.badge-light:hover, a.badge-light:focus {
    color: #33323a;
    background-color: #d6deee; }
  a.badge-light:focus, a.badge-light.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(250, 251, 253, 0.5); }

.badge-dark {
  color: #fff;
  background-color: #47464c; }
  a.badge-dark:hover, a.badge-dark:focus {
    color: #fff;
    background-color: #2e2e31; }
  a.badge-dark:focus, a.badge-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(71, 70, 76, 0.5); }

.badge-light-m {
  color: #33323a;
  background-color: #f6f7fd; }
  a.badge-light-m:hover, a.badge-light-m:focus {
    color: #33323a;
    background-color: #ccd2f4; }
  a.badge-light-m:focus, a.badge-light-m.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(246, 247, 253, 0.5); }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #f6f7fd;
  border-radius: 0.22rem; }
  @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.22rem; }

.alert-heading {
  color: inherit; }

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

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

.alert-primary {
  color: #23687f;
  background-color: #daf4fd;
  border-color: #cbf0fc; }
  .alert-primary hr {
    border-top-color: #b3e9fb; }
  .alert-primary .alert-link {
    color: #184757; }

.alert-secondary {
  color: #787878;
  background-color: #fafafa;
  border-color: #f8f8f8; }
  .alert-secondary hr {
    border-top-color: #ebebeb; }
  .alert-secondary .alert-link {
    color: #5f5f5f; }

.alert-success {
  color: #1e6151;
  background-color: #d7f1eb;
  border-color: #c8ece3; }
  .alert-success hr {
    border-top-color: #b5e5d9; }
  .alert-success .alert-link {
    color: #123a30; }

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb; }
  .alert-info hr {
    border-top-color: #abdde5; }
  .alert-info .alert-link {
    color: #062c33; }

.alert-warning {
  color: #84601b;
  background-color: #fff1d6;
  border-color: #feebc6; }
  .alert-warning hr {
    border-top-color: #fee2ad; }
  .alert-warning .alert-link {
    color: #5a4112; }

.alert-danger {
  color: #750d19;
  background-color: #f9d1d6;
  border-color: #f7bfc5; }
  .alert-danger hr {
    border-top-color: #f4a8b0; }
  .alert-danger .alert-link {
    color: #47080f; }

.alert-light {
  color: #828384;
  background-color: #fefeff;
  border-color: #fefefe; }
  .alert-light hr {
    border-top-color: #f1f1f1; }
  .alert-light .alert-link {
    color: #696a6a; }

.alert-dark {
  color: #252428;
  background-color: #dadadb;
  border-color: #cbcbcd; }
  .alert-dark hr {
    border-top-color: #bebec1; }
  .alert-dark .alert-link {
    color: #0c0c0d; }

.alert-light-m {
  color: #808084;
  background-color: #fdfdff;
  border-color: #fcfdfe; }
  .alert-light-m hr {
    border-top-color: #e9f0f8; }
  .alert-light-m .alert-link {
    color: #67676a; }

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

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.65625rem;
  background-color: #f6f7fd;
  border-radius: 0.22rem;
  box-shadow: inset 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1); }

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #44c8f5;
  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: #fafbfd; }
  .list-group-item-action:active {
    color: #33323a;
    background-color: #f6f7fd; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item:first-child {
    border-top-left-radius: 0.22rem;
    border-top-right-radius: 0.22rem; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.22rem;
    border-bottom-left-radius: 0.22rem; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff; }
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #44c8f5;
    border-color: #44c8f5; }

.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.22rem;
      border-bottom-left-radius: 0.22rem;
      border-top-right-radius: 0; }
    .list-group-horizontal .list-group-item:last-child {
      margin-right: 0;
      border-top-right-radius: 0.22rem;
      border-bottom-right-radius: 0.22rem;
      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.22rem;
        border-bottom-left-radius: 0.22rem;
        border-top-right-radius: 0; }
      .list-group-horizontal-sm .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.22rem;
        border-bottom-right-radius: 0.22rem;
        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.22rem;
        border-bottom-left-radius: 0.22rem;
        border-top-right-radius: 0; }
      .list-group-horizontal-md .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.22rem;
        border-bottom-right-radius: 0.22rem;
        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.22rem;
        border-bottom-left-radius: 0.22rem;
        border-top-right-radius: 0; }
      .list-group-horizontal-lg .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.22rem;
        border-bottom-right-radius: 0.22rem;
        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.22rem;
        border-bottom-left-radius: 0.22rem;
        border-top-right-radius: 0; }
      .list-group-horizontal-xl .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.22rem;
        border-bottom-right-radius: 0.22rem;
        border-bottom-left-radius: 0; } }

@media (min-width: 1280px) {
  .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.22rem;
        border-bottom-left-radius: 0.22rem;
        border-top-right-radius: 0; }
      .list-group-horizontal-xxl .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.22rem;
        border-bottom-right-radius: 0.22rem;
        border-bottom-left-radius: 0; } }

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }
  .list-group-flush .list-group-item:last-child {
    margin-bottom: -1px; }

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

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

.list-group-item-primary {
  color: #23687f;
  background-color: #cbf0fc; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #23687f;
    background-color: #b3e9fb; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #23687f;
    border-color: #23687f; }

.list-group-item-secondary {
  color: #787878;
  background-color: #f8f8f8; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #787878;
    background-color: #ebebeb; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #787878;
    border-color: #787878; }

.list-group-item-success {
  color: #1e6151;
  background-color: #c8ece3; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #1e6151;
    background-color: #b5e5d9; }
  .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #1e6151;
    border-color: #1e6151; }

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

.list-group-item-warning {
  color: #84601b;
  background-color: #feebc6; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #84601b;
    background-color: #fee2ad; }
  .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #84601b;
    border-color: #84601b; }

.list-group-item-danger {
  color: #750d19;
  background-color: #f7bfc5; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #750d19;
    background-color: #f4a8b0; }
  .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #750d19;
    border-color: #750d19; }

.list-group-item-light {
  color: #828384;
  background-color: #fefefe; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #828384;
    background-color: #f1f1f1; }
  .list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #828384;
    border-color: #828384; }

.list-group-item-dark {
  color: #252428;
  background-color: #cbcbcd; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #252428;
    background-color: #bebec1; }
  .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #252428;
    border-color: #252428; }

.list-group-item-light-m {
  color: #808084;
  background-color: #fcfdfe; }
  .list-group-item-light-m.list-group-item-action:hover, .list-group-item-light-m.list-group-item-action:focus {
    color: #808084;
    background-color: #e9f0f8; }
  .list-group-item-light-m.list-group-item-action.active {
    color: #fff;
    background-color: #808084;
    border-color: #808084; }

.close {
  float: right;
  font-size: 1.3125rem;
  font-weight: 600;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  @media (max-width: 1200px) {
    .close {
      font-size: calc(1.25625rem + 0.075vw) ; } }
  .close:hover {
    color: #000;
    text-decoration: none; }
  .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: .75; }

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

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

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem; }
  .toast:not(:last-child) {
    margin-bottom: 0.75rem; }
  .toast.showing {
    opacity: 1; }
  .toast.show {
    display: block;
    opacity: 1; }
  .toast.hide {
    display: none; }

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

.toast-body {
  padding: 0.75rem; }

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

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px); }
    @media (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        transition: none; } }
  .modal.show .modal-dialog {
    transform: none; }

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem); }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden; }
  .modal-dialog-scrollable .modal-header,
  .modal-dialog-scrollable .modal-footer {
    flex-shrink: 0; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""; }
  .modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%; }
    .modal-dialog-centered.modal-dialog-scrollable .modal-content {
      max-height: none; }
    .modal-dialog-centered.modal-dialog-scrollable::before {
      content: none; }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.22rem;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.5);
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #f6f7fd;
  border-top-left-radius: 0.22rem;
  border-top-right-radius: 0.22rem; }
  .modal-header .close {
    padding: 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 #f6f7fd;
  border-bottom-right-radius: 0.22rem;
  border-bottom-left-radius: 0.22rem; }
  .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-content {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5); }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px; } }

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

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.7rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0; }
  .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0; }
    .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
      top: 0;
      border-width: 0.4rem 0.4rem 0;
      border-top-color: #000; }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem; }
  .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
      right: 0;
      border-width: 0.4rem 0.4rem 0.4rem 0;
      border-right-color: #000; }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0; }
  .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0; }
    .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
      bottom: 0;
      border-width: 0 0.4rem 0.4rem;
      border-bottom-color: #000; }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem; }
  .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
      left: 0;
      border-width: 0.4rem 0 0.4rem 0.4rem;
      border-left-color: #000; }

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.7rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.22rem;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.2); }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.22rem; }
    .popover .arrow::before, .popover .arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem; }
  .bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
    bottom: calc((0.5rem + 1px) * -1); }
    .bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
      bottom: 0;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
      bottom: 1px;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: #fff; }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem; }
  .bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
    left: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.22rem 0; }
    .bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
      left: 0;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
      left: 1px;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: #fff; }

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem; }
  .bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
    top: calc((0.5rem + 1px) * -1); }
    .bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
      top: 0;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      border-bottom-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
      top: 1px;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      border-bottom-color: #fff; }
  .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7; }

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem; }
  .bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
    right: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.22rem 0; }
    .bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
      right: 0;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
      right: 1px;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: #fff; }

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.22rem - 1px);
  border-top-right-radius: calc(0.22rem - 1px); }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #33323a; }

.carousel {
  position: relative; }

.carousel.pointer-event {
  touch-action: pan-y; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .carousel-inner::after {
    display: block;
    clear: both;
    content: ""; }

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease; }
  @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: #6c757d;
  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: #6c757d;
    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;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%236c757d' 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;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%236c757d' 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-primary {
  background-color: #44c8f5 !important; }

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

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

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

.bg-success {
  background-color: #39bb9c !important; }

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

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

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important; }

.bg-warning {
  background-color: #fdb933 !important; }

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

.bg-danger {
  background-color: #e11931 !important; }

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

.bg-light {
  background-color: #fafbfd !important; }

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

.bg-dark {
  background-color: #47464c !important; }

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

.bg-light-m {
  background-color: #f6f7fd !important; }

a.bg-light-m:hover, a.bg-light-m:focus,
button.bg-light-m:hover,
button.bg-light-m:focus {
  background-color: #ccd2f4 !important; }

.bg-white {
  background-color: #fff !important; }

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 1px solid #e7e7e7 !important; }

.border-top {
  border-top: 1px solid #e7e7e7 !important; }

.border-right {
  border-right: 1px solid #e7e7e7 !important; }

.border-bottom {
  border-bottom: 1px solid #e7e7e7 !important; }

.border-left {
  border-left: 1px solid #e7e7e7 !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #44c8f5 !important; }

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

.border-success {
  border-color: #39bb9c !important; }

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

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

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

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

.border-dark {
  border-color: #47464c !important; }

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

.border-white {
  border-color: #fff !important; }

.rounded-sm {
  border-radius: 0.22rem !important; }

.rounded {
  border-radius: 0.22rem !important; }

.rounded-top {
  border-top-left-radius: 0.22rem !important;
  border-top-right-radius: 0.22rem !important; }

.rounded-right {
  border-top-right-radius: 0.22rem !important;
  border-bottom-right-radius: 0.22rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.22rem !important;
  border-bottom-left-radius: 0.22rem !important; }

.rounded-left {
  border-top-left-radius: 0.22rem !important;
  border-bottom-left-radius: 0.22rem !important; }

.rounded-lg {
  border-radius: 0.22rem !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: 1280px) {
  .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: 1280px) {
  .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: 1280px) {
  .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: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

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

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

.shadow-none {
  box-shadow: none !important; }

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

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

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

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

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

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

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

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

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

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

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.min-vw-100 {
  min-width: 100vw !important; }

.min-vh-100 {
  min-height: 100vh !important; }

.vw-100 {
  width: 100vw !important; }

.vh-100 {
  height: 100vh !important; }

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: transparent; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pt-4,
.py-4,
.primary-title-m {
  padding-top: 1.5rem !important; }

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

.pb-4,
.py-4,
.primary-title-m {
  padding-bottom: 1.5rem !important; }

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

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

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

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

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

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

.m-n1 {
  margin: -0.25rem !important; }

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

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

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

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

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

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

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

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

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

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

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

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

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

.m-n4 {
  margin: -1.5rem !important; }

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

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

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4, .primary-title-m {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

@media (min-width: 1280px) {
  .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; }
  .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; }
  .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-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, .table-m thead, .table-m thead tr, .table-m tbody {
  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: 1280px) {
  .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, .table-m thead {
  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: 600 !important; }

.font-weight-bolder {
  font-weight: 700 !important; }

.font-italic {
  font-style: italic !important; }

.text-white {
  color: #fff !important; }

.text-primary, .primary-title-m {
  color: #44c8f5 !important; }

a.text-primary:hover, a.primary-title-m:hover, a.text-primary:focus, a.primary-title-m:focus {
  color: #0caae0 !important; }

.text-secondary {
  color: #e7e7e7 !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #c1c1c1 !important; }

.text-success {
  color: #39bb9c !important; }

a.text-success:hover, a.text-success:focus {
  color: #27806b !important; }

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

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important; }

.text-warning {
  color: #fdb933 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #e19602 !important; }

.text-danger {
  color: #e11931 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #9c1122 !important; }

.text-light {
  color: #fafbfd !important; }

a.text-light:hover, a.text-light:focus {
  color: #c3cfe7 !important; }

.text-dark {
  color: #47464c !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #222124 !important; }

.text-light-m {
  color: #f6f7fd !important; }

a.text-light-m:hover, a.text-light-m:focus {
  color: #b7bfef !important; }

.text-body {
  color: #33323a !important; }

.text-muted {
  color: #6c757d !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.text-decoration-none {
  text-decoration: none !important; }

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important; }

.text-reset {
  color: inherit !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }
  a:not(.btn) {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #a6a6a6;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 992px !important; }
  .container {
    min-width: 992px !important; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #000; }
  .table, .table-m table {
    border-collapse: collapse !important; }
    .table td, .table-m table td,
    .table th, .table-m table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #e7e7e7 !important; }
  .table-dark {
    color: inherit; }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
      border-color: #e7e7e7; }
  .table .thead-dark th, .table-m table .thead-dark th {
    color: inherit;
    border-color: #e7e7e7; } }

label {
  font-size: 0.7rem; }

label.custom-file-label, label.custom-control-label {
  font-size: 0.875rem; }

ul {
  padding-left: 1rem; }

.text-gray-m {
  font-size: 93%;
  color: #a6a6a6;
  font-weight: normal; }

.text-small-gray-m {
  font-size: 80%;
  color: #a6a6a6;
  font-weight: normal; }

.col-form-label {
  font-size: 0.7rem;
  margin-top: 3px; }

.col-form-label-lg {
  font-size: 1.09375rem;
  margin-top: 0; }

.col-form-label-sm {
  font-size: 0.7rem;
  margin-top: 0; }

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

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

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

.swatch-blue {
  color: #fff;
  background-color: #44c8f5; }

.swatch-indigo {
  color: #fff;
  background-color: #6610f2; }

.swatch-purple {
  color: #fff;
  background-color: #6f42c1; }

.swatch-pink {
  color: #fff;
  background-color: #e83e8c; }

.swatch-red {
  color: #fff;
  background-color: #e11931; }

.swatch-orange {
  color: #fff;
  background-color: #fd7e14; }

.swatch-yellow {
  color: #fff;
  background-color: #fdb933; }

.swatch-green {
  color: #fff;
  background-color: #39bb9c; }

.swatch-teal {
  color: #fff;
  background-color: #20c997; }

.swatch-cyan {
  color: #fff;
  background-color: #17a2b8; }

.swatch-white {
  color: #33323a;
  background-color: #fff; }

.swatch-gray {
  color: #fff;
  background-color: #6c757d; }

.swatch-gray-dark {
  color: #fff;
  background-color: #47464c; }

.swatch-primary {
  color: #fff;
  background-color: #44c8f5; }

.swatch-secondary {
  color: #33323a;
  background-color: #e7e7e7; }

.swatch-success {
  color: #fff;
  background-color: #39bb9c; }

.swatch-info {
  color: #fff;
  background-color: #17a2b8; }

.swatch-warning {
  color: #fff;
  background-color: #fdb933; }

.swatch-danger {
  color: #fff;
  background-color: #e11931; }

.swatch-light {
  color: #33323a;
  background-color: #fafbfd; }

.swatch-dark {
  color: #fff;
  background-color: #47464c; }

.swatch-light-m {
  color: #33323a;
  background-color: #f6f7fd; }

.swatch-100 {
  color: #33323a;
  background-color: #fafbfd; }

.swatch-200 {
  color: #33323a;
  background-color: #f6f7fd; }

.swatch-300 {
  color: #33323a;
  background-color: #e7e7e7; }

.swatch-400 {
  color: #33323a;
  background-color: #d1d3d4; }

.swatch-500 {
  color: #fff;
  background-color: #a6a6a6; }

.swatch-600 {
  color: #fff;
  background-color: #6c757d; }

.swatch-700 {
  color: #fff;
  background-color: #495057; }

.swatch-800 {
  color: #fff;
  background-color: #47464c; }

.swatch-900 {
  color: #fff;
  background-color: #33323a; }

.font-size-xxs-m {
  font-size: 8px; }

.font-size-xs-m {
  font-size: 10px; }

.font-size-12-m {
  font-size: 12px; }

.font-size-16-m {
  font-size: 16px; }

.font-size-sm-m {
  font-size: 0.7rem; }

.font-size-b-m {
  font-size: 1rem; }

.font-size-lg-m {
  font-size: 1.125rem; }

.font-size-xxl-m {
  font-size: 2.5rem; }

.line-height-1em-m {
  line-height: 1em; }

.line-height-21-m {
  line-height: 21px; }

@media (max-width: 767.98px) {
  .font-size-mobile-m {
    font-size: 0.7rem; } }

/**
* Icon component
*
* 1. Display inline with surrounding text content.
* 2. Inherit the parent text color for icon fills.
* 3. Use parent font-size for width and height.
* 4. Vertically align icon with surrounding text.
*    See: http://snook.ca/archives/html_and_css/icons-and-type
*/
.icon-m {
  display: inline-block;
  /* 1 */
  height: 1rem;
  /* 3 */
  position: relative;
  /* 4 */
  top: -0.0625em;
  /* 4 */
  vertical-align: middle;
  /* 4 */
  width: 1rem;
  /* 3 */ }

.icon-m-sm {
  height: .875rem;
  width: .875rem;
  display: inline-block;
  position: relative;
  top: -0.0625em;
  vertical-align: middle; }

.icon-m-lg {
  height: 1.125rem;
  width: 1.125rem;
  display: inline-block;
  position: relative;
  top: -0.0625em;
  vertical-align: middle; }

.icon-m-xl {
  height: 1.26rem;
  width: 1.26rem;
  display: inline-block;
  position: relative;
  top: -0.0625em;
  vertical-align: middle; }

/* Fix vertical aligment issue for icons in case they are inside vertically aligned link row */
.nav-link.d-flex .icon-m-lg {
  top: auto; }

/* Helper classes for reserving padding and absolute pos icon on it */
.icon-nowrap-left-m {
  padding-left: 1.5rem;
  position: relative; }
  .icon-nowrap-left-m .icon-wrapper-m {
    position: absolute;
    left: 0;
    top: 0; }

.icon-nowrap-right-m {
  padding-right: 1.5rem;
  position: relative; }
  .icon-nowrap-right-m .icon-wrapper-m {
    position: absolute;
    right: 0;
    top: 0; }

.caret-up-m::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; }

.caret-up-m:empty::after {
  margin-left: 0; }

.caret-down-m::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; }

.caret-down-m:empty::after {
  margin-left: 0; }

.caret-left-m::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

.caret-left-m::after {
  display: none; }

.caret-left-m::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; }

.caret-left-m:empty::after {
  margin-left: 0; }

.caret-right-m::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; }

.caret-right-m:empty::after {
  margin-left: 0; }

.switch-m {
  font-size: 0.875rem;
  position: relative;
  /*top: .25em;*/
  display: flex;
  align-items: center; }
  .switch-m input {
    /*position: absolute;
    height: 1px;
    width: 1px;
    background: none;
    border: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    overflow: hidden;
    padding: 0;*/
    display: none; }
    .switch-m input + label {
      position: relative;
      min-width: calc(calc(calc(2.0625rem + 2px) * .8) * 2);
      border-radius: 0.22rem;
      height: calc(calc(2.0625rem + 2px) * .8);
      line-height: calc(calc(2.0625rem + 2px) * .8);
      display: inline-block;
      cursor: pointer;
      outline: none;
      user-select: none;
      vertical-align: middle;
      text-indent: calc(calc(calc(calc(2.0625rem + 2px) * .8) * 2) + .5rem);
      margin-bottom: 0;
      margin-left: .25rem; }
    .switch-m input + label::before,
    .switch-m input + label::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: calc(calc(calc(2.0625rem + 2px) * .8) * 2);
      bottom: 0;
      display: block; }
    .switch-m input + label::before {
      right: 0;
      background-color: #d1d3d4;
      border-radius: 0.22rem;
      transition: 0.2s all; }
    .switch-m input + label::after {
      top: 2px;
      left: 2px;
      width: calc(calc(calc(2.0625rem + 2px) * .8) - calc(2px * 2));
      height: calc(calc(calc(2.0625rem + 2px) * .8) - calc(2px * 2));
      border-radius: 0.22rem;
      background-color: #fff;
      transition: 0.2s all; }
    .switch-m input:checked + label::before {
      background-color: #44c8f5; }
    .switch-m input:checked + label::after {
      margin-left: calc(calc(2.0625rem + 2px) * .8); }
    .switch-m input:focus + label::before {
      outline: none;
      box-shadow: 0 0 0 0.2rem rgba(68, 200, 245, 0.5); }
    .switch-m input:disabled + label {
      color: #6c757d;
      cursor: not-allowed; }
    .switch-m input:disabled + label::before {
      background-color: #e7e7e7; }
  .switch-m.switch-m-xs input + label {
    min-width: 40px;
    height: 17px;
    line-height: 17px;
    text-indent: -9999em; }
  .switch-m.switch-m-xs input + label::before {
    width: 100%; }
  .switch-m.switch-m-xs input + label::after {
    width: 13px;
    height: 13px; }
  .switch-m.switch-m-xs input:checked + label::after {
    margin-left: 22px; }
  .switch-m.switch-m-sm input + label {
    min-width: 44px;
    height: 21px;
    line-height: 21px;
    text-indent: -9999em; }
  .switch-m.switch-m-sm input + label::before {
    width: 100%; }
  .switch-m.switch-m-sm input + label::after {
    width: 17px;
    height: 17px; }
  .switch-m.switch-m-sm input:checked + label::after {
    margin-left: 22px; }
  .switch-m.switch-m-lg {
    font-size: 1.09375rem; }
    .switch-m.switch-m-lg input + label {
      min-width: calc(calc(calc(2.64063rem + 2px) * .8) * 2);
      height: calc(calc(2.64063rem + 2px) * .8);
      line-height: calc(calc(2.64063rem + 2px) * .8);
      text-indent: calc(calc(calc(calc(2.64063rem + 2px) * .8) * 2) + .5rem); }
    .switch-m.switch-m-lg input + label::before {
      width: calc(calc(calc(2.64063rem + 2px) * .8) * 2); }
    .switch-m.switch-m-lg input + label::after {
      width: calc(calc(calc(2.64063rem + 2px) * .8) - calc(2px * 2));
      height: calc(calc(calc(2.64063rem + 2px) * .8) - calc(2px * 2)); }
    .switch-m.switch-m-lg input:checked + label::after {
      margin-left: calc(calc(2.64063rem + 2px) * .8); }
  .switch-m + .switch {
    margin-left: 1rem; }

.badge-dot-m {
  font-weight: normal;
  text-transform: uppercase; }
  .badge-dot-m:before {
    width: 8px;
    height: 8px;
    display: inline-block;
    content: '';
    background-color: #000;
    border-radius: 10px;
    margin-right: 5px; }

.badge-dot-after-m:after {
  width: 8px;
  height: 8px;
  display: inline-block;
  content: '';
  background-color: #000;
  border-radius: 10px;
  margin-left: 5px; }

.badge-dot-after-lg-m:after {
  width: 12px;
  height: 12px;
  display: inline-block;
  content: '';
  background-color: #000;
  border-radius: 50%;
  margin-left: 8px; }

.badge-dot-before-lg-m:before {
  width: 12px;
  height: 12px;
  display: inline-block;
  content: '';
  background-color: #000;
  border-radius: 50%;
  margin-right: 8px; }

.badge-dot-m-primary:before {
  background-color: #44c8f5; }

.badge-dot-m-secondary:before {
  background-color: #e7e7e7; }

.badge-dot-m-success:before {
  background-color: #39bb9c; }

.badge-dot-m-info:before {
  background-color: #17a2b8; }

.badge-dot-m-warning:before {
  background-color: #fdb933; }

.badge-dot-m-danger:before {
  background-color: #e11931; }

.badge-dot-m-light:before {
  background-color: #fafbfd; }

.badge-dot-m-dark:before {
  background-color: #47464c; }

.badge-dot-m-light-m:before {
  background-color: #f6f7fd; }

.badge-dot-after-lg-m-primary:after {
  background-color: #44c8f5; }

.badge-dot-after-lg-m-secondary:after {
  background-color: #e7e7e7; }

.badge-dot-after-lg-m-success:after {
  background-color: #39bb9c; }

.badge-dot-after-lg-m-info:after {
  background-color: #17a2b8; }

.badge-dot-after-lg-m-warning:after {
  background-color: #fdb933; }

.badge-dot-after-lg-m-danger:after {
  background-color: #e11931; }

.badge-dot-after-lg-m-light:after {
  background-color: #fafbfd; }

.badge-dot-after-lg-m-dark:after {
  background-color: #47464c; }

.badge-dot-after-lg-m-light-m:after {
  background-color: #f6f7fd; }

.badge-dot-before-lg-m-primary:before {
  background-color: #44c8f5; }

.badge-dot-before-lg-m-secondary:before {
  background-color: #e7e7e7; }

.badge-dot-before-lg-m-success:before {
  background-color: #39bb9c; }

.badge-dot-before-lg-m-info:before {
  background-color: #17a2b8; }

.badge-dot-before-lg-m-warning:before {
  background-color: #fdb933; }

.badge-dot-before-lg-m-danger:before {
  background-color: #e11931; }

.badge-dot-before-lg-m-light:before {
  background-color: #fafbfd; }

.badge-dot-before-lg-m-dark:before {
  background-color: #47464c; }

.badge-dot-before-lg-m-light-m:before {
  background-color: #f6f7fd; }

.btn-naked-m {
  font-weight: 400;
  color: inherit;
  background-color: transparent; }
  .btn-naked-m:hover {
    color: #0caae0;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent; }
  .btn-naked-m:focus, .btn-naked-m.focus {
    text-decoration: underline; }
  .btn-naked-m:disabled, .btn-naked-m.disabled {
    color: #6c757d; }

.btn-naked-m.h2 {
  font-size: 1.4rem;
  line-height: 1.2em;
  margin-bottom: 0;
  border: none;
  border-bottom: 2px solid #d1d3d4;
  border-radius: 0;
  padding: 0; }
  .btn-naked-m.h2:hover, .btn-naked-m.h2:focus {
    text-decoration: none;
    box-shadow: none;
    border-bottom: 2px solid #bdecfb; }

.btn-naked-m.pl-0:focus, .btn-naked-m.pl-0:active, .btn-naked-m.pr-0:focus, .btn-naked-m.pr-0:active, .btn-naked-m.px-0:focus, .btn-naked-m.px-0:active {
  box-shadow: none !important; }

.btn-gray-m {
  font-weight: 400;
  background-color: #a6a6a6;
  color: #fff; }
  .btn-gray-m:hover {
    color: #fff;
    text-decoration: none;
    background-color: #6c757d;
    border-color: transparent; }
  .btn-gray-m:focus, .btn-gray-m.focus {
    border-color: transparent;
    box-shadow: none; }
  .btn-gray-m:disabled, .btn-gray-m.disabled {
    color: #fff; }
    .btn-gray-m:disabled:hover, .btn-gray-m.disabled:hover {
      background-color: #a6a6a6;
      opacity: 0.65; }

.btn-bo-m {
  /*font-weight: $font-weight-normal;
    background-color: $pink;
    color: $white;

    @include hover {
        color: $white;
        text-decoration: none;
        background-color: $pink;
        border-color: transparent;
    }

    &:focus,
    &.focus {
        border-color: transparent;
        box-shadow: none;
    }

    &:disabled,
    &.disabled {
        color: $white;

        &:hover {
            background-color: $gray-500;
            opacity: 0.65;
        }
    }
	
	.icon-m {
		top: auto;
	}*/
  color: #e83e8c;
  border-color: #e83e8c; }
  .btn-bo-m:hover {
    color: #fff;
    background-color: #e83e8c;
    border-color: #e83e8c; }
  .btn-bo-m:focus, .btn-bo-m.focus {
    box-shadow: 0 0 0 0.2rem rgba(232, 62, 140, 0.5); }
  .btn-bo-m.disabled, .btn-bo-m:disabled {
    color: #e83e8c;
    background-color: transparent; }
  .btn-bo-m:not(:disabled):not(.disabled):active, .btn-bo-m:not(:disabled):not(.disabled).active,
  .show > .btn-bo-m.dropdown-toggle {
    color: #fff;
    background-color: #e83e8c;
    border-color: #e83e8c; }
    .btn-bo-m:not(:disabled):not(.disabled):active:focus, .btn-bo-m:not(:disabled):not(.disabled).active:focus,
    .show > .btn-bo-m.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(232, 62, 140, 0.5); }
  .btn-bo-m .icon-m {
    top: -0.125em; }

/* Override bootstrap button small font size to match MarkIT design */
.btn-sm, .btn-group-sm > .btn, .btn-group-sm > .btn {
  font-size: 0.875rem;
  padding: 0.125rem 0.5rem;
  /* Tarmo: padding must be reduced because button get's bigger when font size was increased and was not consistent with form elements */ }

/* Remove button top and bottom padding inside table cells for better vertical allignment */
td .btn-link {
  padding-top: 0;
  padding-bottom: 0;
  border-left: none;
  border-right: none; }

td:last-child .btn-link:last-child {
  padding-right: 0; }

.btn-m {
  padding: 0.375rem 2rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.22rem; }

.btn-m-lg {
  padding: 0.5rem 2rem;
  font-size: 1.09375rem;
  line-height: 1.5;
  border-radius: 0.22rem; }

.btn-m-sm {
  padding: 0.2rem 1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.22rem; }

/* Feather icons fix for chrome where late icon rendering causes 1px overflow scroll */
.table-responsive .btn-sm, .table-responsive .btn-group-sm > .btn {
  min-height: 27.5px; }

.btn-light-m:hover, .btn-light-m:focus {
  background-color: #EDEEF4;
  border-color: #EDEEF4;
  box-shadow: none; }

.btn-light-m:active {
  background-color: #E4E5EB !important;
  border-color: #E4E5EB !important;
  box-shadow: none !important; }

.btn-light-m .icon-m {
  color: #A6A6A6; }

.nav-tabs-m {
  border-bottom: 3px solid #47464c;
  background-color: #47464c;
  padding: 0 1.5rem; }
  .nav-tabs-m .nav-item {
    margin-bottom: -3px; }
  .nav-tabs-m.nav .nav-item a.active {
    color: #fff !important; }
  .nav-tabs-m .nav-link {
    border: 3px solid transparent;
    border-width: 3px 0;
    text-decoration: none;
    color: #fff;
    padding: 0.3rem 16px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .nav-tabs-m .nav-link:hover, .nav-tabs-m .nav-link:focus {
      border-color: #47464c #47464c #47464c; }
    .nav-tabs-m .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs-m .nav-link.active,
  .nav-tabs-m .nav-item.show .nav-link {
    color: #fff;
    background-color: inherit;
    border-color: #47464c #47464c #e11931; }
  .nav-tabs-m .dropdown-menu {
    margin-top: -3px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.alert-m {
  border-radius: 0;
  border: none;
  border-left: 10px solid transparent; }

.alert-m-primary {
  color: #47464c;
  background-color: #f6f7fd;
  border-color: #44c8f5; }
  .alert-m-primary hr {
    border-top-color: #2cc1f4; }
  .alert-m-primary .alert-link {
    color: #2e2e31; }

.alert-m-secondary {
  color: #47464c;
  background-color: #f6f7fd;
  border-color: #e7e7e7; }
  .alert-m-secondary hr {
    border-top-color: #dadada; }
  .alert-m-secondary .alert-link {
    color: #2e2e31; }

.alert-m-success {
  color: #47464c;
  background-color: #f6f7fd;
  border-color: #39bb9c; }
  .alert-m-success hr {
    border-top-color: #33a78c; }
  .alert-m-success .alert-link {
    color: #2e2e31; }

.alert-m-info {
  color: #47464c;
  background-color: #f6f7fd;
  border-color: #17a2b8; }
  .alert-m-info hr {
    border-top-color: #148ea1; }
  .alert-m-info .alert-link {
    color: #2e2e31; }

.alert-m-warning {
  color: #47464c;
  background-color: #f6f7fd;
  border-color: #fdb933; }
  .alert-m-warning hr {
    border-top-color: #fdb01a; }
  .alert-m-warning .alert-link {
    color: #2e2e31; }

.alert-m-danger {
  color: #47464c;
  background-color: #f6f7fd;
  border-color: #e11931; }
  .alert-m-danger hr {
    border-top-color: #ca162c; }
  .alert-m-danger .alert-link {
    color: #2e2e31; }

.alert-m-light {
  color: #47464c;
  background-color: #f6f7fd;
  border-color: #fafbfd; }
  .alert-m-light hr {
    border-top-color: #e8ecf6; }
  .alert-m-light .alert-link {
    color: #2e2e31; }

.alert-m-dark {
  color: #47464c;
  background-color: #f6f7fd;
  border-color: #47464c; }
  .alert-m-dark hr {
    border-top-color: #3b3a3f; }
  .alert-m-dark .alert-link {
    color: #2e2e31; }

.alert-m-light-m {
  color: #47464c;
  background-color: #f6f7fd;
  border-color: #f6f7fd; }
  .alert-m-light-m hr {
    border-top-color: #e1e4f8; }
  .alert-m-light-m .alert-link {
    color: #2e2e31; }

.alert-group-m > div:last-child > .alert-m:last-child,
.alert-group-m > .alert-m:last-child {
  border-bottom: none !important; }

.alert-group-m > div:not(:empty):last-child {
  margin-bottom: 1.5rem !important; }

.dropdown-menu-dark-m {
  background-color: #47464c;
  border: 0 solid #47464c; }
  .dropdown-menu-dark-m .dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #33323a; }
  .dropdown-menu-dark-m .dropdown-item {
    padding: 0.45rem 1.5rem;
    color: #fff; }
    .dropdown-menu-dark-m .dropdown-item:hover, .dropdown-menu-dark-m .dropdown-item:focus {
      color: #fff;
      background-color: #44c8f5; }
  .dropdown-menu-dark-m .dropdown-item-text {
    display: block;
    padding: 0.45rem 1.5rem;
    color: #fff; }

/**
  * @name Dropdown Menu Two columns
  * @description Two columns for BS3 dropdown component
  * @dependencies Bootstrap 3 dropdown
  * @markup

  <div class="dropdown-menu dropdown-menu-two-cols">
    <div class="row">
      <div class="col-xs-6">
        <ul class="dropdown-menu">
          <li>...</li>
        </ul>
      </div>
      <div class="col-xs-6">
        <ul class="dropdown-menu">
          <li>...</li>
        </ul>
      </div>
    </div>
  </div>

  */
@media (min-width: 992px) {
  .dropdown-menu-two-cols {
    width: 400px; } }

.dropdown-menu-two-cols .dropdown-menu {
  display: block !important;
  position: static !important;
  margin: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0;
  min-width: 0 !important;
  width: 200px;
  background-color: transparent !important;
  padding: 0 !important; }
  .dropdown-menu-two-cols .dropdown-menu a {
    white-space: normal;
    word-wrap: break-word; }

@media (max-width: 991.98px) {
  .dropdown-menu-two-cols .dropdown-menu a {
    color: #fff !important; } }

.dropdown-menu-two-cols .row div[class^=col]:last-child .dropdown-menu {
  margin-left: -16px !important; }

.dropdown-scrollable-m {
  height: auto;
  max-height: 500px;
  overflow-x: hidden; }

@media (max-width: 575.98px) {
  .dropdown-scrollable-down-xs-m {
    height: auto;
    max-height: 500px;
    overflow-x: hidden; } }

.popover-dark-m {
  background-color: #47464c;
  border: 1px solid #47464c;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.2); }
  .popover-dark-m.bs-popover-top .arrow::before, .popover-dark-m.bs-popover-auto[x-placement^="top"] .arrow::before {
    border-top-color: #47464c; }
  .popover-dark-m.bs-popover-top .arrow::after, .popover-dark-m.bs-popover-auto[x-placement^="top"] .arrow::after {
    border-top-color: #47464c; }
  .popover-dark-m.bs-popover-right .arrow::before, .popover-dark-m.bs-popover-auto[x-placement^="right"] .arrow::before {
    border-right-color: #47464c; }
  .popover-dark-m.bs-popover-right .arrow::after, .popover-dark-m.bs-popover-auto[x-placement^="right"] .arrow::after {
    border-right-color: #47464c; }
  .popover-dark-m.bs-popover-bottom .arrow::before, .popover-dark-m.bs-popover-auto[x-placement^="bottom"] .arrow::before {
    border-bottom-color: #47464c; }
  .popover-dark-m.bs-popover-bottom .arrow::after, .popover-dark-m.bs-popover-auto[x-placement^="bottom"] .arrow::after {
    border-bottom-color: #47464c; }
  .popover-dark-m.bs-popover-bottom .popover-header::before, .popover-dark-m.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    border-bottom: 1px solid #403f44; }
  .popover-dark-m.bs-popover-left .arrow::before, .popover-dark-m.bs-popover-auto[x-placement^="left"] .arrow::before {
    border-left-color: #47464c; }
  .popover-dark-m.bs-popover-left .arrow::after, .popover-dark-m.bs-popover-auto[x-placement^="left"] .arrow::after {
    border-left-color: #47464c; }
  .popover-dark-m .popover-header {
    color: #fff;
    background-color: #403f44;
    border-bottom: 1px solid #333237; }
  .popover-dark-m .popover-body {
    color: #fff; }

.table .thead-m th, .table-m table .thead-m th, .table .table-m thead th, .table-m .table thead th, .table-m table thead th {
  border-bottom: 1px solid #e7e7e7;
  font-size: 0.7rem;
  font-weight: 400; }

.navbar-m {
  background-color: #33323a;
  padding: 0;
  align-items: stretch;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between; }
  @media (max-width: 575.98px) {
    .navbar-m {
      padding-left: 0;
      padding-right: 0; } }
  .navbar-m > .container {
    min-height: 60px; }
    @media (max-width: 575.98px) {
      .navbar-m > .container {
        min-height: 40px;
        padding-right: 0;
        padding-left: 0; } }
  @media (max-width: 575.98px) {
    .navbar-m .navbar-collapse .container {
      padding-right: 0; } }
  .navbar-m .navbar-brand {
    background-color: #e11931;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    align-self: stretch; }
    @media (min-width: 576px) {
      .navbar-m .navbar-brand {
        padding: 0 24px;
        min-height: 60px; } }
    .navbar-m .navbar-brand img {
      width: 36px; }
      @media (min-width: 576px) {
        .navbar-m .navbar-brand img {
          width: 54px; } }
  .navbar-m .navbar-m-group {
    display: flex;
    align-items: center; }
    .navbar-m .navbar-m-group .navbar-nav {
      flex-direction: row; }
      .navbar-m .navbar-m-group .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-m .navbar-m-group .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
  .navbar-m .search-form-m {
    position: relative; }
    @media (min-width: 768px) {
      .navbar-m .search-form-m {
        max-width: 200px; } }
    @media (min-width: 1200px) {
      .navbar-m .search-form-m {
        max-width: 273px;
        min-width: 273px; } }
    .navbar-m .search-form-m .form-control {
      width: 100%;
      background-color: #fff;
      border-color: #d1d3d4;
      color: #33323a;
      padding-right: 45px; }
      .navbar-m .search-form-m .form-control::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #a6a6a6;
        font-weight: 500; }
      .navbar-m .search-form-m .form-control::-moz-placeholder {
        /* Firefox 19+ */
        color: #a6a6a6;
        font-weight: 500; }
      .navbar-m .search-form-m .form-control:-ms-input-placeholder {
        /* IE 10+ */
        color: #a6a6a6;
        font-weight: 500; }
      .navbar-m .search-form-m .form-control:-moz-placeholder {
        /* Firefox 18- */
        color: #a6a6a6;
        font-weight: 500; }
    .navbar-m .search-form-m .btn {
      position: absolute;
      right: 0;
      top: 0;
      color: #a6a6a6; }
  .navbar-m .navbar-nav .nav-item-with-icon-m {
    padding-left: 25px;
    position: relative; }
    .navbar-m .navbar-nav .nav-item-with-icon-m .m-icon {
      position: absolute;
      top: 5px;
      left: 0; }
  .navbar-m .navbar-nav .flag-m {
    max-width: 18px; }
  .navbar-m .navbar-nav .icon-m {
    font-size: 1.4em;
    height: 1em;
    width: 1em;
    color: rgba(255, 255, 255, 0.5); }
  .navbar-m .navbar-nav .nav-link:hover .icon-m {
    color: #fff; }
  .navbar-m .navbar-nav .nav-link {
    color: #fff; }
    .navbar-m .navbar-nav .nav-link:hover, .navbar-m .navbar-nav .nav-link:focus {
      color: rgba(255, 255, 255, 0.75); }
    .navbar-m .navbar-nav .nav-link.disabled {
      color: rgba(255, 255, 255, 0.25); }
  .navbar-m .navbar-nav .show > .nav-link,
  .navbar-m .navbar-nav .active > .nav-link,
  .navbar-m .navbar-nav .nav-link.show,
  .navbar-m .navbar-nav .nav-link.active {
    color: #fff; }
  .navbar-m .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border-color: transparent;
    padding: 0.25rem 10px; }
    .navbar-m .navbar-toggler:focus {
      box-shadow: none;
      outline: none; }
  .navbar-m .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }

#nav-first {
  border-top: 1px solid #222127;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }
  #nav-first hr {
    border-top: 1px solid #222127;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1); }
  #nav-first .navbar-nav .nav-link, #nav-first .navbar-nav .icon-m {
    transition: color .2s ease-in; }
  #nav-first .navbar-nav .active > .nav-link, #nav-first .navbar-nav .show > a {
    color: #fdb933; }
    #nav-first .navbar-nav .active > .nav-link .icon-m, #nav-first .navbar-nav .show > a .icon-m {
      color: #fdb933; }
  #nav-first .navbar-nav .nav-link:hover {
    color: #fdb933; }
    #nav-first .navbar-nav .nav-link:hover .icon-m {
      color: #fdb933; }
  #nav-first .dropdown-menu {
    box-shadow: none;
    background: transparent;
    border: none; }
    #nav-first .dropdown-menu a, #nav-first .dropdown-menu .dropdown-item {
      white-space: normal;
      word-wrap: break-word;
      color: #fff;
      padding-top: 5px;
      padding-bottom: 5px;
      display: inline-block; }
      #nav-first .dropdown-menu a:hover, #nav-first .dropdown-menu .dropdown-item:hover {
        text-decoration: none;
        color: #fdb933;
        background: none; }
    #nav-first .dropdown-menu a > .dropdown-item {
      padding-top: 0;
      padding-bottom: 0; }
  #nav-first .dropdown-menu-two-cols .dropdown-menu {
    display: block !important;
    position: static !important;
    margin: 0 !important;
    border: none !important;
    box-shadow: none !important;
    border-radius: 0;
    min-width: 0 !important;
    background-color: transparent !important;
    padding: 0 !important; }

.navbar-m-truncate-container {
  max-width: 100%;
  min-width: 0; }
  .navbar-m-truncate-container > .navbar-nav {
    max-width: 100%;
    min-width: 0; }
    .navbar-m-truncate-container > .navbar-nav > .nav-item {
      max-width: 100%;
      min-width: 0; }
      .navbar-m-truncate-container > .navbar-nav > .nav-item > .nav-link {
        max-width: 100%;
        min-width: 0; }
  .navbar-m-truncate-container .dropdown-menu * {
    max-width: none;
    min-width: 0; }
  .navbar-m-truncate-container > ul > li {
    display: flex;
    /* IE11 fix */ }

.navbar-m-truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  min-width: 0; }

#ShopMenuDIV .nav-link {
  line-height: 1;
  vertical-align: text-top; }
  #ShopMenuDIV .nav-link.text-danger:hover .text-danger, #ShopMenuDIV .nav-link.text-danger:focus .text-danger {
    color: #9c1122 !important; }

#ShopMenuDIV .icon-m {
  top: auto; }

#customer-name-dropdown .dropdown-mobile-wide-m .dropdown-item {
  white-space: normal;
  line-height: 1.2em; }
  #customer-name-dropdown .dropdown-mobile-wide-m .dropdown-item .text-muted {
    min-width: unset;
    margin-left: 10px;
    word-break: normal; }
  #customer-name-dropdown .dropdown-mobile-wide-m .dropdown-item.active .text-muted {
    color: #fff !important; }

.navbar-profile-img {
  width: 25px;
  height: 25px;
  display: inline-block;
  border-radius: 100%;
  margin: -6px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center; }

@media (min-width: 576px) {
  #customer-name-dropdown .dropdown-mobile-wide-m {
    width: 320px; } }

@media (min-width: 768px) {
  #customer-name-dropdown .dropdown-mobile-wide-m {
    width: 400px; } }

@media (min-width: 992px) {
  #nav-first {
    border: none;
    box-shadow: none; } }

@media (max-width: 575.98px) {
  .dropdown-mobile-wide-m {
    position: fixed !important;
    left: 0;
    top: 40px;
    width: 100%;
    max-height: calc(100% - 80px);
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 1rem 0; }
    .dropdown-mobile-wide-m .dropdown-item {
      white-space: normal;
      line-height: 1.2em;
      padding: 0.4rem 1.5rem;
      font-weight: 600;
      color: #33323a; }
      .dropdown-mobile-wide-m .dropdown-item:focus {
        background-color: #44c8f5; }
      .dropdown-mobile-wide-m .dropdown-item.active, .dropdown-mobile-wide-m .dropdown-item:focus {
        color: #fff; }
        .dropdown-mobile-wide-m .dropdown-item.active .text-muted, .dropdown-mobile-wide-m .dropdown-item:focus .text-muted {
          color: #fff !important; }
    .dropdown-mobile-wide-m .dropdown-header {
      margin-top: 6px;
      font-weight: bold;
      text-transform: uppercase;
      color: #d1d3d4; }
  /* disable body scroll when header dropdown visible otherwise you can scroll away header from open dropdown content */
  .navbar-dropdown-visible-m {
    overflow: hidden;
    position: relative; } }

/* Mobile header for smaller screens */
@media (max-width: 575px) {
  .navbar-m .navbar-m-group {
    padding-left: 0 !important; }
    .navbar-m .navbar-m-group .navbar-nav > .btn-danger {
      margin-right: 0 !important;
      margin-left: .3rem !important;
      border-radius: 0;
      padding-left: .35rem;
      padding-right: .35rem;
      font-size: .7rem;
      display: flex;
      align-items: center;
      max-width: 95px;
      white-space: normal;
      padding-top: 0;
      padding-bottom: 0;
      height: 40px;
      line-height: 1em; }
    .navbar-m .navbar-m-group .navbar-nav > .nav-item > a {
      padding-left: .4rem;
      padding-right: .4rem; }
  .navbar-m.bg-secondary > .container > .px-3, .navbar-m.bg-secondary > .container > .primary-title-m {
    padding-left: 1rem !important;
    padding-right: .5rem !important; }
  .navbar-m .navbar-brand {
    margin-right: 0;
    min-height: 40px; }
  #ShopMenuDIV > .pl-2 {
    padding-left: 0.3rem !important; }
  #ShopMenuDIV .navbar-nav > .pl-2 {
    padding-left: 0.3rem !important; }
  #headToggleSearch {
    padding-left: 0.3rem !important;
    padding-right: 0.3rem !important; } }

.navbar-secondary-m .navbar-nav .feather-home {
  color: #D1D3D4 !important;
  width: 24px;
  height: 24px; }

.dropdown-menu-two-cols .row div[class^=col]:last-child .dropdown-menu {
  margin-left: -16px !important; }

/* Search suggestions dropdown mobile width styles */
@media (max-width: 767.98px) {
  #SearchSuggestions {
    min-width: calc(100vw - 102px) !important; }
  .search-suggest-img-m {
    min-width: 98px; } }

@media (max-width: 575.98px) {
  #SearchSuggestions {
    left: -44px;
    min-width: 100vw !important; } }

.side-nav ul {
  list-style: none;
  padding-left: 0; }

.side-nav a {
  padding: 0.3rem 1.63rem;
  font-weight: 600;
  transition: color .2s;
  color: #33323a; }

.side-nav .nav-submenu-m {
  opacity: 0;
  height: 0;
  transform: translateY(-0.6rem);
  transition: opacity .2s ease-in, transform .1s ease-in;
  overflow: hidden; }

.side-nav .open > .nav-submenu-m {
  opacity: 1;
  height: auto;
  transform: translateY(0); }

.side-nav-heading-m {
  color: #d1d3d4;
  padding-left: 1.63rem; }
  .side-nav-heading-m h6 {
    margin-bottom: .3rem;
    font-weight: bold; }

.icon-menu-m > li > a {
  position: relative;
  padding-left: 1.6rem; }
  .icon-menu-m > li > a > .icon-m {
    position: absolute;
    left: 0;
    top: .5rem; }

.icon-menu-m a {
  padding: 0.3rem 1rem 0.3rem 0;
  color: #33323a;
  font-weight: 600; }

.icon-menu-m .nav-has-submenu-m > a {
  position: relative;
  padding-right: 2rem; }
  .icon-menu-m .nav-has-submenu-m > a:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 4px 0 4px;
    border-color: #dadadb transparent transparent transparent;
    position: absolute;
    right: 0;
    top: .86rem;
    transition: all .2s ease-in; }

.icon-menu-m .nav-has-submenu-m.open > a:after {
  transform: rotate(180deg); }

.icon-menu-m .icon-m {
  font-size: 1.2em;
  margin-right: .6rem; }

.icon-menu-m ul a {
  font-weight: normal; }

.icon-menu-m .bullet-m-primary, .icon-menu-m .bullet-m-warning {
  padding-left: 27px; }

.expand-nav-m .selected > .nav-link {
  color: #44c8f5;
  font-weight: 600; }

.expand-nav-m ul {
  padding-left: 1rem; }

.expand-nav-m .nav-submenu-m .nav-submenu-m .nav-link {
  font-weight: normal; }

.expand-nav-m .nav-submenu-m .nav-submenu-m .selected > .nav-link {
  color: #44c8f5;
  font-weight: 600; }

.expand-nav-m > li > a, .expand-nav-m > li > .nav-submenu-m > li > a {
  padding-left: 1.63rem;
  position: relative;
  cursor: pointer; }
  .expand-nav-m > li > a:before, .expand-nav-m > li > .nav-submenu-m > li > a:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 4px;
    border-color: transparent transparent transparent #dadadb;
    position: absolute;
    left: .5rem;
    top: .75rem;
    transition: all .2s ease-in; }

.expand-nav-m > li.open > a:before, .expand-nav-m > li > .nav-submenu-m > li.open > a:before {
  border-color: transparent transparent transparent #44c8f5;
  transform: rotate(90deg); }

@media (max-width: 991.98px) {
  .right-sidedrawer {
    position: fixed;
    height: 100vh;
    width: 80%;
    right: 0;
    top: 0;
    display: block !important;
    transform: translateX(100%);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    background-color: #fff;
    padding: 1rem 1rem 2rem;
    z-index: 3;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; }
  .sidedrawer-menu-open .mobile-menu-toggle-m {
    display: none; }
  .sidedrawer-menu-open .right-sidedrawer {
    box-shadow: 0 0 60px rgba(0, 0, 0, 0.4);
    transform: translateX(0); }
  .mobile-menu-close-m {
    display: none; }
  .mobile-menu-open .mobile-menu-close-m {
    display: block; }
  .mobile-menu-open .sidedrawer-menu-toggle-m {
    display: none; } }

.accordion-m .card {
  border: none; }
  .accordion-m .card:first-child .card-header {
    border-top: none; }

.accordion-m .card-header-m-primary {
  border-left: 6px solid #44c8f5; }

.accordion-m .card-header-m-secondary {
  border-left: 6px solid #e7e7e7; }

.accordion-m .card-header-m-success {
  border-left: 6px solid #39bb9c; }

.accordion-m .card-header-m-info {
  border-left: 6px solid #17a2b8; }

.accordion-m .card-header-m-warning {
  border-left: 6px solid #fdb933; }

.accordion-m .card-header-m-danger {
  border-left: 6px solid #e11931; }

.accordion-m .card-header-m-light {
  border-left: 6px solid #fafbfd; }

.accordion-m .card-header-m-dark {
  border-left: 6px solid #47464c; }

.accordion-m .card-header-m-light-m {
  border-left: 6px solid #f6f7fd; }

.accordion-m .card-header {
  background-color: #f6f7fd;
  border-radius: 0;
  padding-top: .35rem;
  padding-bottom: .35rem;
  padding-right: 1.5rem !important;
  border-bottom: none;
  border-top: 1px solid #e7e7e7;
  cursor: pointer;
  transition: background .2s ease-in; }
  .accordion-m .card-header:hover {
    background-color: #fafbfd; }
  .accordion-m .card-header .btn-link {
    color: #33323a;
    padding-right: 0;
    font-size: 0.7rem;
    font-weight: 600; }
    .accordion-m .card-header .btn-link:after {
      content: '';
      display: inline-block;
      margin-left: 0.7rem;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 4px 4px 0 4px;
      border-color: #33323a transparent transparent transparent;
      transform: rotate(180deg);
      transition: transform .2s ease-in; }
  .accordion-m .card-header.collapsed .btn-link:after {
    transform: rotate(0deg); }

.card-header-content-m .card-header-content-title-m {
  width: 200px;
  padding-right: 15px; }

.card-header-content-m .icon-m {
  top: auto;
  color: #d1d3d4; }

.card-header-content-m .badge {
  background-color: #d1d3d4;
  color: #fff;
  font-size: 0.875rem;
  min-width: 36px;
  padding: 0.4em 0.1em; }

.card-body-sublist-m {
  margin-bottom: .5rem; }
  .card-body-sublist-m:last-child {
    margin-bottom: 0; }

/* Dasbhoad listing specific indent */
@media (min-width: 768px) {
  .task-manager-sublist-item {
    padding-left: 58px !important; }
  .dashboard-padding-fix-m {
    padding-left: 34px !important; } }

#accordion-toggle-all-m {
  color: #33323a;
  font-size: 0.7rem;
  font-weight: 600; }
  #accordion-toggle-all-m:after {
    content: '';
    display: inline-block;
    margin-left: 0.7rem;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 4px 0 4px;
    border-color: #33323a transparent transparent transparent;
    transform: rotate(0);
    transition: transform .2s ease-in; }
  #accordion-toggle-all-m[data-all-visible="visible"]:after {
    transform: rotate(180deg); }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  position: relative; }

.well-lg {
  border-radius: 0;
  padding: 35px; }

.well-corner-img-m {
  position: absolute;
  top: 0;
  right: 0; }

.page-subheader-m {
  margin-bottom: 70px;
  width: 100%;
  position: relative; }
  .page-subheader-m:after {
    display: block;
    content: '';
    border-bottom: 1px solid #d7d7d8;
    width: 100%;
    height: 1px;
    z-index: -2;
    position: relative;
    overflow: hidden; }

.page-subheader-m__title {
  margin: 0;
  font-size: 46px;
  font-weight: 300;
  color: #e11931;
  float: left;
  line-height: 1;
  padding: 5px 20px 5px 0;
  position: relative;
  top: 10px;
  position: relative; }
  .page-subheader-m__title:before {
    content: '';
    width: 100%;
    display: block;
    position: absolute;
    top: 20px;
    left: 0;
    height: 100%;
    background-color: white;
    z-index: -1; }

.page-subheader-m__nav {
  text-align: right;
  float: right;
  position: relative;
  margin-top: 4px; }
  .page-subheader-m__nav .glyphicon {
    margin-left: 5px; }
  .page-subheader-m__nav ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .page-subheader-m__nav ul::after {
      display: block;
      clear: both;
      content: ""; }
  .page-subheader-m__nav li {
    display: block;
    float: left;
    position: relative;
    top: 3px;
    border-bottom: 1px solid transparent; }
    .page-subheader-m__nav li.active, .page-subheader-m__nav li:hover {
      border-bottom: 1px solid #e11931; }
      .page-subheader-m__nav li.active a, .page-subheader-m__nav li:hover a {
        color: #e11931; }
    .page-subheader-m__nav li a {
      display: block;
      padding: 14px 15px;
      text-decoration: none;
      color: #47464c; }

.page-subheader-m__modal {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #f5f6f5;
  z-index: 10;
  box-shadow: 0 4px 5px white;
  display: block;
  display: none; }

.page-subheader-m__modal__close {
  position: absolute;
  top: 0;
  right: 0;
  background-color: transparent;
  border: 0;
  display: block;
  padding: 10px;
  color: #e7e7e7; }
  .page-subheader-m__modal__close:focus, .page-subheader-m__modal__close:hover {
    color: #a6a6a6;
    outline: none; }

/**
  * @name Page body wrapper
  * @description Body content wrapper for blog articles and regular pages. Overrides some default Bootstrap styles for p, a, .lead etc. Makes images responsive and adds appropriate margins for BS .pull-left, .pull-right classes.
  * @markup
  *   <article class="page-body-m">markup</article>
  */
.page-body-m {
  font-size: 18px;
  line-height: 1.6;
  color: #47464c;
  font-weight: 300; }
  .page-body-m h1, .page-body-m .h1 {
    font-size: 46px;
    font-weight: 300;
    margin-top: 20px; }
    @media (max-width: 1279.98px) {
      .page-body-m h1, .page-body-m .h1 {
        font-size: calc(2.125rem + 0.7575vw); } }
    .page-body-m h1 strong, .page-body-m .h1 strong {
      font-weight: 600; }
  .page-body-m footer p {
    font-size: 16px;
    color: #a6a6a6; }
  .page-body-m .lead {
    font-size: 22px;
    line-height: 1.3; }
  .page-body-m a {
    text-decoration: underline; }
    .page-body-m a:hover {
      text-decoration: none; }
  .page-body-m img {
    margin-bottom: 1em; }
    .page-body-m img.pull-left {
      margin-right: 1em; }
    .page-body-m img.pull-right {
      margin-left: 1em; }

.borderbox-row-m {
  border-top: 1px solid #e7e7e7; }
  .borderbox-row-m > div {
    border-bottom: 1px solid #e7e7e7; }
    .borderbox-row-m > div:last-child {
      border-right: none; }
    .borderbox-row-m > div .borderbox-row-heading-m {
      font-size: 80%;
      color: #a6a6a6;
      font-weight: normal; }
    .borderbox-row-m > div .borderbox-row-content-m {
      margin-top: auto;
      margin-bottom: auto;
      color: #a6a6a6; }
    .borderbox-row-m > div ul li {
      margin-bottom: .2rem; }
    .borderbox-row-m > div ul a {
      color: #33323a; }

@media (min-width: 768px) {
  .borderbox-row-m {
    border-bottom: 1px solid #e7e7e7; }
    .borderbox-row-m > div {
      border-right: 1px solid #e7e7e7;
      border-bottom: none; } }

.progress-small-m {
  width: 70px;
  background-color: #33323a;
  height: 3px; }
  .progress-small-m .progress-bar {
    background-color: #44c8f5; }

/**
  * @name Padding, etc
  */
.padding-v20-m {
  padding-top: 20px;
  padding-bottom: 20px; }

.padding-v50-m {
  padding-top: 50px;
  padding-bottom: 50px; }

.container-lg-m {
  padding-top: 120px;
  padding-bottom: 109px; }

/* BigIdea container */
.margin-t0-m {
  margin-top: 0; }

.margin-b40-m {
  margin-bottom: 40px; }

.content-block-xs-m {
  margin-top: 11px; }

.content-block-sm-m {
  margin-top: 18px; }

.content-block-lg-m {
  margin-top: 40px; }

/* margin between BigIdea title and body must be 60px. Extra pixels coming from paragraph */
.marketing-page .border-bottom-m {
  border-bottom: 1px solid #d7d7d8; }

.marketing-page .container .container {
  width: auto;
  padding-left: 0;
  padding-right: 0; }

/**
  * @name Global footer
  * @description Custom component for global footer.
  */
.global-footer-m {
  color: #fff;
  background-color: #32313b;
  width: 100%;
  padding: 45px 0 0 0; }
  .global-footer-m a {
    transition: color .2s ease-in; }
    .global-footer-m a:hover, .global-footer-m a:focus {
      text-decoration: none;
      color: #44c8f5 !important; }
  .global-footer-m .container {
    position: relative;
    /*&:after {
            display: block;
            content: '';
            position: absolute;
            right: 0px;
            bottom: -102px; // negative of .global-footer-m padding
            background-image: url('../../gfx/logo.svg');
            background-repeat: no-repeat;
            background-position: center center;
            width: 102px;
            height: 60px;
            background-color: #e11931;
        }*/ }

.global-footer-m__section {
  padding: 10px;
  font-size: 14px;
  color: #fff;
  line-height: 1.6; }
  .global-footer-m__section ul {
    list-style: none;
    padding: 0; }
  .global-footer-m__section a {
    color: #fff; }
    .global-footer-m__section a:hover {
      color: #44c8f5;
      text-decoration: none; }

.global-footer-m__section__title {
  margin-top: 0;
  font-size: 16px;
  color: #44c8f5; }

.region-footer-m {
  min-height: 400px;
  width: 100%;
  border-top: 9px solid #47464C;
  background-color: #32313b;
  background-image: url("../images/region-footer-bg.png");
  background-repeat: no-repeat;
  background-size: 60%;
  background-position: center top; }

.list-group.list-group-m .list-group-item {
  border: none;
  background-color: #fafbfd; }
  .list-group.list-group-m .list-group-item .icon-m {
    margin-right: 1rem; }

@media (max-width: 575.98px) {
  .list-group-m > li > div {
    position: relative;
    padding-left: 2.7rem; }
    .list-group-m > li > div > div {
      padding-left: 0; }
    .list-group-m > li > div .item-name .icon-m {
      position: absolute;
      left: -1.7rem;
      top: .2rem; } }

.tree-m a {
  color: #33323a; }

.tree-m ol {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-left: 1em;
  line-height: 2; }

.tree-m > ol {
  padding-left: 0em; }
  .tree-m > ol > li > a {
    font-weight: bold; }
    .tree-m > ol > li > a::before {
      display: inline-block;
      width: 0;
      height: 0;
      margin-right: 0.255em;
      vertical-align: 0.135em;
      content: "";
      border-top: 0.3em solid transparent;
      border-right: 0;
      border-bottom: 0.3em solid transparent;
      border-left: 0.3em solid;
      color: #a6a6a6;
      margin-right: 10px; }
  .tree-m > ol > li > ol > li > a {
    font-weight: bold; }
    .tree-m > ol > li > ol > li > a::before {
      display: inline-block;
      width: 0;
      height: 0;
      margin-right: 0.255em;
      vertical-align: 0.135em;
      content: "";
      border-top: 0.3em solid transparent;
      border-right: 0;
      border-bottom: 0.3em solid transparent;
      border-left: 0.3em solid;
      color: #a6a6a6;
      margin-right: 10px; }

/**
  * @name Flags component
  * @markup

  <img class="flag AT" src="/assets/images/dummy.png"> Label</a>

  */
img.flag {
  display: inline-block;
  width: 16px;
  height: 11px;
  font: 1px monospace;
  line-height: 11px;
  background-image: url(../../assets/images/flags.png); }

.flag.AD {
  background-position: -16px -44px; }

.flag.AE {
  background-position: -16px -55px; }

.flag.AF {
  background-position: -16px -66px; }

.flag.AG {
  background-position: -16px -77px; }

.flag.AI {
  background-position: -16px -99px; }

.flag.AL {
  background-position: -16px -132px; }

.flag.AM {
  background-position: -16px -143px; }

.flag.AN {
  background-position: -16px -154px; }

.flag.AO {
  background-position: -16px -165px; }

.flag.AQ {
  background-position: -16px -187px; }

.flag.AR {
  background-position: -16px -198px; }

.flag.AS {
  background-position: -16px -209px; }

.flag.AT {
  background-position: -16px -220px; }

.flag.AU {
  background-position: -16px -231px; }

.flag.AW {
  background-position: -16px -253px; }

.flag.AX {
  background-position: -16px -264px; }

.flag.AZ {
  background-position: -16px -286px; }

.flag.BA {
  background-position: -32px -11px; }

.flag.BB {
  background-position: -32px -22px; }

.flag.BD {
  background-position: -32px -44px; }

.flag.BE {
  background-position: -32px -55px; }

.flag.BF {
  background-position: -32px -66px; }

.flag.BG {
  background-position: -32px -77px; }

.flag.BH {
  background-position: -32px -88px; }

.flag.BI {
  background-position: -32px -99px; }

.flag.BJ {
  background-position: -32px -110px; }

.flag.BM {
  background-position: -32px -143px; }

.flag.BN {
  background-position: -32px -154px; }

.flag.BO {
  background-position: -32px -165px; }

.flag.BR {
  background-position: -32px -198px; }

.flag.BS {
  background-position: -32px -209px; }

.flag.BT {
  background-position: -32px -220px; }

.flag.BV {
  background-position: -32px -242px; }

.flag.BW {
  background-position: -32px -253px; }

.flag.BY {
  background-position: -32px -275px; }

.flag.BZ {
  background-position: -32px -286px; }

.flag.CA {
  background-position: -48px -11px; }

.flag.CC {
  background-position: -48px -33px; }

.flag.CD {
  background-position: -48px -44px; }

.flag.CF {
  background-position: -48px -66px; }

.flag.CG {
  background-position: -48px -77px; }

.flag.CH {
  background-position: -48px -88px; }

.flag.CI {
  background-position: -48px -99px; }

.flag.CK {
  background-position: -48px -121px; }

.flag.CL {
  background-position: -48px -132px; }

.flag.CM {
  background-position: -48px -143px; }

.flag.CN {
  background-position: -48px -154px; }

.flag.CO {
  background-position: -48px -165px; }

.flag.CR {
  background-position: -48px -198px; }

.flag.CS {
  background-position: -48px -209px; }

.flag.CU {
  background-position: -48px -231px; }

.flag.CV {
  background-position: -48px -242px; }

.flag.CX {
  background-position: -48px -264px; }

.flag.CY {
  background-position: -48px -275px; }

.flag.CZ {
  background-position: -48px -286px; }

.flag.DE {
  background-position: -64px -55px; }

.flag.DJ {
  background-position: -64px -110px; }

.flag.DK {
  background-position: -64px -121px; }

.flag.DM {
  background-position: -64px -143px; }

.flag.DO {
  background-position: -64px -165px; }

.flag.DZ {
  background-position: -64px -286px; }

.flag.EC {
  background-position: -80px -33px; }

.flag.EE {
  background-position: -80px -55px; }

.flag.EG {
  background-position: -80px -77px; }

.flag.EH {
  background-position: -80px -88px; }

.flag.ER {
  background-position: -80px -198px; }

.flag.ES {
  background-position: -80px -209px; }

.flag.ET {
  background-position: -80px -220px; }

.flag.EU {
  background-position: -80px -231px; }

.flag.WW {
  background-position: -80px -231px; }

.flag.FI {
  background-position: -96px -99px; }

.flag.FJ {
  background-position: -96px -110px; }

.flag.FK {
  background-position: -96px -121px; }

.flag.FM {
  background-position: -96px -143px; }

.flag.FO {
  background-position: -96px -165px; }

.flag.FR {
  background-position: -96px -198px; }

.flag.GA {
  background-position: -112px -11px; }

.flag.GB {
  background-position: -112px -22px; }

.flag.GD {
  background-position: -112px -44px; }

.flag.GE {
  background-position: -112px -55px; }

.flag.GF {
  background-position: -112px -66px; }

.flag.GH {
  background-position: -112px -88px; }

.flag.GI {
  background-position: -112px -99px; }

.flag.GL {
  background-position: -112px -132px; }

.flag.GM {
  background-position: -112px -143px; }

.flag.GN {
  background-position: -112px -154px; }

.flag.GP {
  background-position: -112px -176px; }

.flag.GQ {
  background-position: -112px -187px; }

.flag.GR {
  background-position: -112px -198px; }

.flag.GS {
  background-position: -112px -209px; }

.flag.GT {
  background-position: -112px -220px; }

.flag.GU {
  background-position: -112px -231px; }

.flag.GW {
  background-position: -112px -253px; }

.flag.GY {
  background-position: -112px -275px; }

.flag.HK {
  background-position: -128px -121px; }

.flag.HM {
  background-position: -128px -143px; }

.flag.HN {
  background-position: -128px -154px; }

.flag.HR {
  background-position: -128px -198px; }

.flag.HT {
  background-position: -128px -220px; }

.flag.HU {
  background-position: -128px -231px; }

.flag.ID {
  background-position: -144px -44px; }

.flag.IE {
  background-position: -144px -55px; }

.flag.IL {
  background-position: -144px -132px; }

.flag.IN {
  background-position: -144px -154px; }

.flag.IO {
  background-position: -144px -165px; }

.flag.IQ {
  background-position: -144px -187px; }

.flag.IR {
  background-position: -144px -198px; }

.flag.IS {
  background-position: -144px -209px; }

.flag.IT {
  background-position: -144px -220px; }

.flag.JM {
  background-position: -160px -143px; }

.flag.JO {
  background-position: -160px -165px; }

.flag.JP {
  background-position: -160px -176px; }

.flag.KE {
  background-position: -176px -55px; }

.flag.KG {
  background-position: -176px -77px; }

.flag.KH {
  background-position: -176px -88px; }

.flag.KI {
  background-position: -176px -99px; }

.flag.KM {
  background-position: -176px -143px; }

.flag.KN {
  background-position: -176px -154px; }

.flag.KP {
  background-position: -176px -176px; }

.flag.KR {
  background-position: -176px -198px; }

.flag.KW {
  background-position: -176px -253px; }

.flag.KY {
  background-position: -176px -275px; }

.flag.KZ {
  background-position: -176px -286px; }

.flag.LA {
  background-position: -192px -11px; }

.flag.LB {
  background-position: -192px -22px; }

.flag.LC {
  background-position: -192px -33px; }

.flag.LI {
  background-position: -192px -99px; }

.flag.LK {
  background-position: -192px -121px; }

.flag.LR {
  background-position: -192px -198px; }

.flag.LS {
  background-position: -192px -209px; }

.flag.LT {
  background-position: -192px -220px; }

.flag.LU {
  background-position: -192px -231px; }

.flag.LV {
  background-position: -192px -242px; }

.flag.LY {
  background-position: -192px -275px; }

.flag.MA {
  background-position: -208px -11px; }

.flag.MC {
  background-position: -208px -33px; }

.flag.MD {
  background-position: -208px -44px; }

.flag.ME {
  background-position: -208px -55px; }

.flag.MG {
  background-position: -208px -77px; }

.flag.MH {
  background-position: -208px -88px; }

.flag.MK {
  background-position: -208px -121px; }

.flag.ML {
  background-position: -208px -132px; }

.flag.MM {
  background-position: -208px -143px; }

.flag.MN {
  background-position: -208px -154px; }

.flag.MO {
  background-position: -208px -165px; }

.flag.MP {
  background-position: -208px -176px; }

.flag.MQ {
  background-position: -208px -187px; }

.flag.MR {
  background-position: -208px -198px; }

.flag.MS {
  background-position: -208px -209px; }

.flag.MT {
  background-position: -208px -220px; }

.flag.MU {
  background-position: -208px -231px; }

.flag.MV {
  background-position: -208px -242px; }

.flag.MW {
  background-position: -208px -253px; }

.flag.MX {
  background-position: -208px -264px; }

.flag.MY {
  background-position: -208px -275px; }

.flag.MZ {
  background-position: -208px -286px; }

.flag.NA {
  background-position: -224px -11px; }

.flag.NC {
  background-position: -224px -33px; }

.flag.NE {
  background-position: -224px -55px; }

.flag.NF {
  background-position: -224px -66px; }

.flag.NG {
  background-position: -224px -77px; }

.flag.NI {
  background-position: -224px -99px; }

.flag.NL {
  background-position: -224px -132px; }

.flag.NO {
  background-position: -224px -165px; }

.flag.NP {
  background-position: -224px -176px; }

.flag.NR {
  background-position: -224px -198px; }

.flag.NU {
  background-position: -224px -231px; }

.flag.NZ {
  background-position: -224px -286px; }

.flag.OM {
  background-position: -240px -143px; }

.flag.PA {
  background-position: -256px -11px; }

.flag.PE {
  background-position: -256px -55px; }

.flag.PF {
  background-position: -256px -66px; }

.flag.PG {
  background-position: -256px -77px; }

.flag.PH {
  background-position: -256px -88px; }

.flag.PK {
  background-position: -256px -121px; }

.flag.PL {
  background-position: -256px -132px; }

.flag.PM {
  background-position: -256px -143px; }

.flag.PN {
  background-position: -256px -154px; }

.flag.PR {
  background-position: -256px -198px; }

.flag.PS {
  background-position: -256px -209px; }

.flag.PT {
  background-position: -256px -220px; }

.flag.PW {
  background-position: -256px -253px; }

.flag.PY {
  background-position: -256px -275px; }

.flag.QA {
  background-position: -272px -11px; }

.flag.RE {
  background-position: -288px -55px; }

.flag.RO {
  background-position: -288px -165px; }

.flag.RS {
  background-position: -288px -209px; }

.flag.RU {
  background-position: -288px -231px; }

.flag.RW {
  background-position: -288px -253px; }

.flag.SA {
  background-position: -304px -11px; }

.flag.SB {
  background-position: -304px -22px; }

.flag.SC {
  background-position: -304px -33px; }

.flag.SD {
  background-position: -304px -44px; }

.flag.SE {
  background-position: -304px -55px; }

.flag.SG {
  background-position: -304px -77px; }

.flag.SH {
  background-position: -304px -88px; }

.flag.SI {
  background-position: -304px -99px; }

.flag.SJ {
  background-position: -304px -110px; }

.flag.SK {
  background-position: -304px -121px; }

.flag.SL {
  background-position: -304px -132px; }

.flag.SM {
  background-position: -304px -143px; }

.flag.SN {
  background-position: -304px -154px; }

.flag.SO {
  background-position: -304px -165px; }

.flag.SR {
  background-position: -304px -198px; }

.flag.SS {
  background-position: -304px -209px; }

.flag.ST {
  background-position: -304px -220px; }

.flag.SV {
  background-position: -304px -242px; }

.flag.SY {
  background-position: -304px -275px; }

.flag.SZ {
  background-position: -304px -286px; }

.flag.TC {
  background-position: -320px -33px; }

.flag.TD {
  background-position: -320px -44px; }

.flag.TF {
  background-position: -320px -66px; }

.flag.TG {
  background-position: -320px -77px; }

.flag.TH {
  background-position: -320px -88px; }

.flag.TJ {
  background-position: -320px -110px; }

.flag.TK {
  background-position: -320px -121px; }

.flag.TL {
  background-position: -320px -132px; }

.flag.TM {
  background-position: -320px -143px; }

.flag.TN {
  background-position: -320px -154px; }

.flag.TO {
  background-position: -320px -165px; }

.flag.TR {
  background-position: -320px -198px; }

.flag.TT {
  background-position: -320px -220px; }

.flag.TV {
  background-position: -320px -242px; }

.flag.TW {
  background-position: -320px -253px; }

.flag.TZ {
  background-position: -320px -286px; }

.flag.UA {
  background-position: -336px -11px; }

.flag.UG {
  background-position: -336px -77px; }

.flag.UM {
  background-position: -336px -143px; }

.flag.US {
  background-position: -336px -209px; }

.flag.UY {
  background-position: -336px -275px; }

.flag.UZ {
  background-position: -336px -286px; }

.flag.VA {
  background-position: -352px -11px; }

.flag.VC {
  background-position: -352px -33px; }

.flag.VE {
  background-position: -352px -55px; }

.flag.VG {
  background-position: -352px -77px; }

.flag.VI {
  background-position: -352px -99px; }

.flag.VN {
  background-position: -352px -154px; }

.flag.VU {
  background-position: -352px -231px; }

.flag.WF {
  background-position: -368px -66px; }

.flag.WS {
  background-position: -368px -209px; }

.flag.YE {
  background-position: -400px -55px; }

.flag.YT {
  background-position: -400px -220px; }

.flag.ZA {
  background-position: -416px -11px; }

.flag.ZM {
  background-position: -416px -143px; }

.flag.ZW {
  background-position: -416px -253px; }

.cookie-bar-m {
  opacity: 0;
  transition: opacity .3s, transform .3s;
  display: inline-block;
  position: fixed;
  transform: translateY(30px);
  right: 0;
  bottom: 0;
  background-color: #33323a;
  max-width: 340px;
  border-top-left-radius: 0.22rem;
  box-shadow: -3px -3px 6px rgba(0, 0, 0, 0.16); }
  .cookie-bar-m.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0); }

.cookie-bar-content-m {
  color: #fff; }

.table-text-align-vertical-m td {
  vertical-align: middle; }

.div-table-striped-m > div:nth-child(odd) {
  background-color: #f6f7fd; }

.table-pull-left-padding-m.show-all-products-m > div {
  padding-left: 320px; }

@media (min-width: 768px) {
  .table-pull-left-m > div > div {
    min-height: 30px;
    border-left: 1px solid #e7e7e7; }
    .table-pull-left-m > div > div:first-child {
      border-left: none; } }

@media (min-width: 768px) {
  .custom-col-fixed-first-w-1 > div > div {
    width: calc(100% - 200px);
    max-width: calc(100% - 200px); }
    .custom-col-fixed-first-w-1 > div > div:first-child {
      width: 200px; }
  .custom-col-w-1 {
    table-layout: fixed; }
    .custom-col-w-1 .d-table-row > .d-md-table-cell {
      width: 100%; }
  .custom-col-fixed-first-w-2 > div > div {
    width: calc(50% - 100px);
    max-width: calc(50% - 100px); }
    .custom-col-fixed-first-w-2 > div > div:first-child {
      width: 200px; }
  .custom-col-w-2 {
    table-layout: fixed; }
    .custom-col-w-2 .d-table-row > .d-md-table-cell {
      width: 50%; }
  .custom-col-fixed-first-w-3 > div > div {
    width: calc(33.33333% - 66.66667px);
    max-width: calc(33.33333% - 66.66667px); }
    .custom-col-fixed-first-w-3 > div > div:first-child {
      width: 200px; }
  .custom-col-w-3 {
    table-layout: fixed; }
    .custom-col-w-3 .d-table-row > .d-md-table-cell {
      width: 33.33333%; }
  .custom-col-fixed-first-w-4 > div > div {
    width: calc(25% - 50px);
    max-width: calc(25% - 50px); }
    .custom-col-fixed-first-w-4 > div > div:first-child {
      width: 200px; }
  .custom-col-w-4 {
    table-layout: fixed; }
    .custom-col-w-4 .d-table-row > .d-md-table-cell {
      width: 25%; }
  .custom-col-fixed-first-w-5 > div > div {
    width: calc(20% - 40px);
    max-width: calc(20% - 40px); }
    .custom-col-fixed-first-w-5 > div > div:first-child {
      width: 200px; }
  .custom-col-w-5 {
    table-layout: fixed; }
    .custom-col-w-5 .d-table-row > .d-md-table-cell {
      width: 20%; }
  .custom-col-fixed-first-w-6 > div > div {
    width: calc(16.66667% - 33.33333px);
    max-width: calc(16.66667% - 33.33333px); }
    .custom-col-fixed-first-w-6 > div > div:first-child {
      width: 200px; }
  .custom-col-w-6 {
    table-layout: fixed; }
    .custom-col-w-6 .d-table-row > .d-md-table-cell {
      width: 16.66667%; }
  .custom-col-fixed-first-w-7 > div > div {
    width: calc(14.28571% - 28.57143px);
    max-width: calc(14.28571% - 28.57143px); }
    .custom-col-fixed-first-w-7 > div > div:first-child {
      width: 200px; }
  .custom-col-w-7 {
    table-layout: fixed; }
    .custom-col-w-7 .d-table-row > .d-md-table-cell {
      width: 14.28571%; }
  .custom-col-fixed-first-w-8 > div > div {
    width: calc(12.5% - 25px);
    max-width: calc(12.5% - 25px); }
    .custom-col-fixed-first-w-8 > div > div:first-child {
      width: 200px; }
  .custom-col-w-8 {
    table-layout: fixed; }
    .custom-col-w-8 .d-table-row > .d-md-table-cell {
      width: 12.5%; }
  .custom-col-fixed-first-w-9 > div > div {
    width: calc(11.11111% - 22.22222px);
    max-width: calc(11.11111% - 22.22222px); }
    .custom-col-fixed-first-w-9 > div > div:first-child {
      width: 200px; }
  .custom-col-w-9 {
    table-layout: fixed; }
    .custom-col-w-9 .d-table-row > .d-md-table-cell {
      width: 11.11111%; }
  .custom-col-fixed-first-w-10 > div > div {
    width: calc(10% - 20px);
    max-width: calc(10% - 20px); }
    .custom-col-fixed-first-w-10 > div > div:first-child {
      width: 200px; }
  .custom-col-w-10 {
    table-layout: fixed; }
    .custom-col-w-10 .d-table-row > .d-md-table-cell {
      width: 10%; }
  .custom-col-fixed-first-w-11 > div > div {
    width: calc(9.09091% - 18.18182px);
    max-width: calc(9.09091% - 18.18182px); }
    .custom-col-fixed-first-w-11 > div > div:first-child {
      width: 200px; }
  .custom-col-w-11 {
    table-layout: fixed; }
    .custom-col-w-11 .d-table-row > .d-md-table-cell {
      width: 9.09091%; }
  .custom-col-fixed-first-w-12 > div > div {
    width: calc(8.33333% - 16.66667px);
    max-width: calc(8.33333% - 16.66667px); }
    .custom-col-fixed-first-w-12 > div > div:first-child {
      width: 200px; }
  .custom-col-w-12 {
    table-layout: fixed; }
    .custom-col-w-12 .d-table-row > .d-md-table-cell {
      width: 8.33333%; }
  .custom-col-fixed-first-w-13 > div > div {
    width: calc(7.69231% - 15.38462px);
    max-width: calc(7.69231% - 15.38462px); }
    .custom-col-fixed-first-w-13 > div > div:first-child {
      width: 200px; }
  .custom-col-w-13 {
    table-layout: fixed; }
    .custom-col-w-13 .d-table-row > .d-md-table-cell {
      width: 7.69231%; }
  .custom-col-fixed-first-w-14 > div > div {
    width: calc(7.14286% - 14.28571px);
    max-width: calc(7.14286% - 14.28571px); }
    .custom-col-fixed-first-w-14 > div > div:first-child {
      width: 200px; }
  .custom-col-w-14 {
    table-layout: fixed; }
    .custom-col-w-14 .d-table-row > .d-md-table-cell {
      width: 7.14286%; }
  .custom-col-fixed-first-w-15 > div > div {
    width: calc(6.66667% - 13.33333px);
    max-width: calc(6.66667% - 13.33333px); }
    .custom-col-fixed-first-w-15 > div > div:first-child {
      width: 200px; }
  .custom-col-w-15 {
    table-layout: fixed; }
    .custom-col-w-15 .d-table-row > .d-md-table-cell {
      width: 6.66667%; }
  .custom-col-fixed-first-w-16 > div > div {
    width: calc(6.25% - 12.5px);
    max-width: calc(6.25% - 12.5px); }
    .custom-col-fixed-first-w-16 > div > div:first-child {
      width: 200px; }
  .custom-col-w-16 {
    table-layout: fixed; }
    .custom-col-w-16 .d-table-row > .d-md-table-cell {
      width: 6.25%; }
  .custom-col-fixed-first-w-17 > div > div {
    width: calc(5.88235% - 11.76471px);
    max-width: calc(5.88235% - 11.76471px); }
    .custom-col-fixed-first-w-17 > div > div:first-child {
      width: 200px; }
  .custom-col-w-17 {
    table-layout: fixed; }
    .custom-col-w-17 .d-table-row > .d-md-table-cell {
      width: 5.88235%; }
  .custom-col-fixed-first-w-18 > div > div {
    width: calc(5.55556% - 11.11111px);
    max-width: calc(5.55556% - 11.11111px); }
    .custom-col-fixed-first-w-18 > div > div:first-child {
      width: 200px; }
  .custom-col-w-18 {
    table-layout: fixed; }
    .custom-col-w-18 .d-table-row > .d-md-table-cell {
      width: 5.55556%; }
  .custom-col-fixed-first-w-19 > div > div {
    width: calc(5.26316% - 10.52632px);
    max-width: calc(5.26316% - 10.52632px); }
    .custom-col-fixed-first-w-19 > div > div:first-child {
      width: 200px; }
  .custom-col-w-19 {
    table-layout: fixed; }
    .custom-col-w-19 .d-table-row > .d-md-table-cell {
      width: 5.26316%; } }

@media (min-width: 992px) {
  .table-pull-left-padding-m-col-1 > div > div {
    width: calc(100% - 200px); }
  .table-pull-left-padding-m-col-2 > div > div {
    width: calc(50% - 100px); }
  .table-pull-left-padding-m-col-3 > div > div {
    width: calc(33.33333% - 66.66667px); }
  .table-pull-left-padding-m-col-4 > div > div {
    width: calc(25% - 50px); }
  .table-pull-left-padding-m-col-5 > div > div {
    width: calc(20% - 40px); }
  .table-pull-left-padding-m-col-6 > div > div {
    width: calc(16.66667% - 33.33333px); }
  .table-pull-left-padding-m-col-7 > div > div {
    width: calc(14.28571% - 28.57143px); }
  .table-pull-left-padding-m-col-8 > div > div {
    width: calc(12.5% - 25px); }
  .table-pull-left-padding-m-col-9 > div > div {
    width: calc(11.11111% - 22.22222px); }
  .table-pull-left-padding-m-col-10 > div > div {
    width: calc(10% - 20px); }
  .table-pull-left-padding-m-col-11 > div > div {
    width: calc(9.09091% - 18.18182px); }
  .table-pull-left-padding-m-col-12 > div > div {
    width: calc(8.33333% - 16.66667px); }
  .table-pull-left-padding-m-col-13 > div > div {
    width: calc(7.69231% - 15.38462px); }
  .table-pull-left-padding-m-col-14 > div > div {
    width: calc(7.14286% - 14.28571px); }
  .table-pull-left-padding-m-col-15 > div > div {
    width: calc(6.66667% - 13.33333px); }
  .table-pull-left-padding-m-col-16 > div > div {
    width: calc(6.25% - 12.5px); }
  .table-pull-left-padding-m-col-17 > div > div {
    width: calc(5.88235% - 11.76471px); }
  .table-pull-left-padding-m-col-18 > div > div {
    width: calc(5.55556% - 11.11111px); }
  .table-pull-left-padding-m-col-19 > div > div {
    width: calc(5.26316% - 10.52632px); } }

.table-pull-left-col-m .d-md-table-row > div:first-child {
  width: 200px; }

.table-pull-left-padding-m > div > div {
  border-bottom: 1px solid #e7e7e7; }

@media (min-width: 1200px) {
  .table-pull-left-padding-m > div {
    border-bottom: 1px solid #e7e7e7;
    padding-left: 200px; }
    .table-pull-left-padding-m > div > div {
      border-bottom: none; } }

/* Table first and last column paddings */
@media (min-width: 1200px) {
  div[class*="custom-col-fixed-first-w-"] > div > div:first-child, div[class*="custom-col-w-"] > div > div:first-child {
    padding-left: 1.5rem !important; }
  div[class*="custom-col-fixed-first-w-"] > div > div:last-child, div[class*="custom-col-w-"] > div > div:last-child {
    padding-right: 1.5rem !important; } }

@media (min-width: 1600px) {
  .table-pull-left-m > div > div:nth-child(2) {
    border-left: none; }
  .table-pull-left-col-m > div {
    position: relative; }
    .table-pull-left-col-m > div > div:first-child {
      text-align: right;
      padding-top: 10px !important; }
      .show-all-products-m .table-pull-left-col-m > div > div:first-child {
        position: static;
        right: auto;
        margin-left: 0; }
  div[class*="custom-col-fixed-first-w-"] > div > div:nth-child(2) {
    padding-left: 1.5rem !important; }
  div[class*="custom-col-fixed-first-w-"] > div > div:last-child {
    padding-right: 1.5rem !important; }
  .custom-col-fixed-first-w-1 {
    table-layout: fixed; }
    .custom-col-fixed-first-w-1 > div > div {
      width: 100%;
      max-width: 100%; }
      .custom-col-fixed-first-w-1 > div > div:first-child {
        width: 184px;
        margin-left: -184px;
        padding-left: 0 !important; }
        .custom-col-fixed-first-w-1 > div > div:first-child:hover > .text-nowrap, .table-m .custom-col-fixed-first-w-1 > div > div:first-child:hover > thead, .table-m thead .custom-col-fixed-first-w-1 > div > div:first-child:hover > tr, .table-m .custom-col-fixed-first-w-1 > div > div:first-child:hover > tbody {
          overflow: visible;
          background-color: #fafbfd;
          white-space: normal !important;
          box-shadow: 0 0 0 0.5rem #fafbfd;
          position: relative;
          z-index: 2; }
    .custom-col-fixed-first-w-1 .d-md-table-row > .d-md-table-cell {
      width: calc(100% / 1); }
  .custom-col-fixed-first-w-2 {
    table-layout: fixed; }
    .custom-col-fixed-first-w-2 > div > div {
      width: 50%;
      max-width: 50%; }
      .custom-col-fixed-first-w-2 > div > div:first-child {
        width: 184px;
        margin-left: -184px;
        padding-left: 0 !important; }
        .custom-col-fixed-first-w-2 > div > div:first-child:hover > .text-nowrap, .table-m .custom-col-fixed-first-w-2 > div > div:first-child:hover > thead, .table-m thead .custom-col-fixed-first-w-2 > div > div:first-child:hover > tr, .table-m .custom-col-fixed-first-w-2 > div > div:first-child:hover > tbody {
          overflow: visible;
          background-color: #fafbfd;
          white-space: normal !important;
          box-shadow: 0 0 0 0.5rem #fafbfd;
          position: relative;
          z-index: 2; }
    .custom-col-fixed-first-w-2 .d-md-table-row > .d-md-table-cell {
      width: calc(100% / 2); }
  .custom-col-fixed-first-w-3 {
    table-layout: fixed; }
    .custom-col-fixed-first-w-3 > div > div {
      width: 33.33333%;
      max-width: 33.33333%; }
      .custom-col-fixed-first-w-3 > div > div:first-child {
        width: 184px;
        margin-left: -184px;
        padding-left: 0 !important; }
        .custom-col-fixed-first-w-3 > div > div:first-child:hover > .text-nowrap, .table-m .custom-col-fixed-first-w-3 > div > div:first-child:hover > thead, .table-m thead .custom-col-fixed-first-w-3 > div > div:first-child:hover > tr, .table-m .custom-col-fixed-first-w-3 > div > div:first-child:hover > tbody {
          overflow: visible;
          background-color: #fafbfd;
          white-space: normal !important;
          box-shadow: 0 0 0 0.5rem #fafbfd;
          position: relative;
          z-index: 2; }
    .custom-col-fixed-first-w-3 .d-md-table-row > .d-md-table-cell {
      width: calc(100% / 3); }
  .custom-col-fixed-first-w-4 {
    table-layout: fixed; }
    .custom-col-fixed-first-w-4 > div > div {
      width: 25%;
      max-width: 25%; }
      .custom-col-fixed-first-w-4 > div > div:first-child {
        width: 184px;
        margin-left: -184px;
        padding-left: 0 !important; }
        .custom-col-fixed-first-w-4 > div > div:first-child:hover > .text-nowrap, .table-m .custom-col-fixed-first-w-4 > div > div:first-child:hover > thead, .table-m thead .custom-col-fixed-first-w-4 > div > div:first-child:hover > tr, .table-m .custom-col-fixed-first-w-4 > div > div:first-child:hover > tbody {
          overflow: visible;
          background-color: #fafbfd;
          white-space: normal !important;
          box-shadow: 0 0 0 0.5rem #fafbfd;
          position: relative;
          z-index: 2; }
    .custom-col-fixed-first-w-4 .d-md-table-row > .d-md-table-cell {
      width: calc(100% / 4); }
  .custom-col-fixed-first-w-5 {
    table-layout: fixed; }
    .custom-col-fixed-first-w-5 > div > div {
      width: 20%;
      max-width: 20%; }
      .custom-col-fixed-first-w-5 > div > div:first-child {
        width: 184px;
        margin-left: -184px;
        padding-left: 0 !important; }
        .custom-col-fixed-first-w-5 > div > div:first-child:hover > .text-nowrap, .table-m .custom-col-fixed-first-w-5 > div > div:first-child:hover > thead, .table-m thead .custom-col-fixed-first-w-5 > div > div:first-child:hover > tr, .table-m .custom-col-fixed-first-w-5 > div > div:first-child:hover > tbody {
          overflow: visible;
          background-color: #fafbfd;
          white-space: normal !important;
          box-shadow: 0 0 0 0.5rem #fafbfd;
          position: relative;
          z-index: 2; }
    .custom-col-fixed-first-w-5 .d-md-table-row > .d-md-table-cell {
      width: calc(100% / 5); }
  .custom-col-fixed-first-w-6 {
    table-layout: fixed; }
    .custom-col-fixed-first-w-6 > div > div {
      width: 16.66667%;
      max-width: 16.66667%; }
      .custom-col-fixed-first-w-6 > div > div:first-child {
        width: 184px;
        margin-left: -184px;
        padding-left: 0 !important; }
        .custom-col-fixed-first-w-6 > div > div:first-child:hover > .text-nowrap, .table-m .custom-col-fixed-first-w-6 > div > div:first-child:hover > thead, .table-m thead .custom-col-fixed-first-w-6 > div > div:first-child:hover > tr, .table-m .custom-col-fixed-first-w-6 > div > div:first-child:hover > tbody {
          overflow: visible;
          background-color: #fafbfd;
          white-space: normal !important;
          box-shadow: 0 0 0 0.5rem #fafbfd;
          position: relative;
          z-index: 2; }
    .custom-col-fixed-first-w-6 .d-md-table-row > .d-md-table-cell {
      width: calc(100% / 6); }
  .custom-col-fixed-first-w-7 {
    table-layout: fixed; }
    .custom-col-fixed-first-w-7 > div > div {
      width: 14.28571%;
      max-width: 14.28571%; }
      .custom-col-fixed-first-w-7 > div > div:first-child {
        width: 184px;
        margin-left: -184px;
        padding-left: 0 !important; }
        .custom-col-fixed-first-w-7 > div > div:first-child:hover > .text-nowrap, .table-m .custom-col-fixed-first-w-7 > div > div:first-child:hover > thead, .table-m thead .custom-col-fixed-first-w-7 > div > div:first-child:hover > tr, .table-m .custom-col-fixed-first-w-7 > div > div:first-child:hover > tbody {
          overflow: visible;
          background-color: #fafbfd;
          white-space: normal !important;
          box-shadow: 0 0 0 0.5rem #fafbfd;
          position: relative;
          z-index: 2; }
    .custom-col-fixed-first-w-7 .d-md-table-row > .d-md-table-cell {
      width: calc(100% / 7); }
  .custom-col-fixed-first-w-8 {
    table-layout: fixed; }
    .custom-col-fixed-first-w-8 > div > div {
      width: 12.5%;
      max-width: 12.5%; }
      .custom-col-fixed-first-w-8 > div > div:first-child {
        width: 184px;
        margin-left: -184px;
        padding-left: 0 !important; }
        .custom-col-fixed-first-w-8 > div > div:first-child:hover > .text-nowrap, .table-m .custom-col-fixed-first-w-8 > div > div:first-child:hover > thead, .table-m thead .custom-col-fixed-first-w-8 > div > div:first-child:hover > tr, .table-m .custom-col-fixed-first-w-8 > div > div:first-child:hover > tbody {
          overflow: visible;
          background-color: #fafbfd;
          white-space: normal !important;
          box-shadow: 0 0 0 0.5rem #fafbfd;
          position: relative;
          z-index: 2; }
    .custom-col-fixed-first-w-8 .d-md-table-row > .d-md-table-cell {
      width: calc(100% / 8); }
  .custom-col-fixed-first-w-9 {
    table-layout: fixed; }
    .custom-col-fixed-first-w-9 > div > div {
      width: 11.11111%;
      max-width: 11.11111%; }
      .custom-col-fixed-first-w-9 > div > div:first-child {
        width: 184px;
        margin-left: -184px;
        padding-left: 0 !important; }
        .custom-col-fixed-first-w-9 > div > div:first-child:hover > .text-nowrap, .table-m .custom-col-fixed-first-w-9 > div > div:first-child:hover > thead, .table-m thead .custom-col-fixed-first-w-9 > div > div:first-child:hover > tr, .table-m .custom-col-fixed-first-w-9 > div > div:first-child:hover > tbody {
          overflow: visible;
          background-color: #fafbfd;
          white-space: normal !important;
          box-shadow: 0 0 0 0.5rem #fafbfd;
          position: relative;
          z-index: 2; }
    .custom-col-fixed-first-w-9 .d-md-table-row > .d-md-table-cell {
      width: calc(100% / 9); }
  .custom-col-fixed-first-w-10 {
    table-layout: fixed; }
    .custom-col-fixed-first-w-10 > div > div {
      width: 10%;
      max-width: 10%; }
      .custom-col-fixed-first-w-10 > div > div:first-child {
        width: 184px;
        margin-left: -184px;
        padding-left: 0 !important; }
        .custom-col-fixed-first-w-10 > div > div:first-child:hover > .text-nowrap, .table-m .custom-col-fixed-first-w-10 > div > div:first-child:hover > thead, .table-m thead .custom-col-fixed-first-w-10 > div > div:first-child:hover > tr, .table-m .custom-col-fixed-first-w-10 > div > div:first-child:hover > tbody {
          overflow: visible;
          background-color: #fafbfd;
          white-space: normal !important;
          box-shadow: 0 0 0 0.5rem #fafbfd;
          position: relative;
          z-index: 2; }
    .custom-col-fixed-first-w-10 .d-md-table-row > .d-md-table-cell {
      width: calc(100% / 10); }
  .custom-col-fixed-first-w-11 {
    table-layout: fixed; }
    .custom-col-fixed-first-w-11 > div > div {
      width: 9.09091%;
      max-width: 9.09091%; }
      .custom-col-fixed-first-w-11 > div > div:first-child {
        width: 184px;
        margin-left: -184px;
        padding-left: 0 !important; }
        .custom-col-fixed-first-w-11 > div > div:first-child:hover > .text-nowrap, .table-m .custom-col-fixed-first-w-11 > div > div:first-child:hover > thead, .table-m thead .custom-col-fixed-first-w-11 > div > div:first-child:hover > tr, .table-m .custom-col-fixed-first-w-11 > div > div:first-child:hover > tbody {
          overflow: visible;
          background-color: #fafbfd;
          white-space: normal !important;
          box-shadow: 0 0 0 0.5rem #fafbfd;
          position: relative;
          z-index: 2; }
    .custom-col-fixed-first-w-11 .d-md-table-row > .d-md-table-cell {
      width: calc(100% / 11); }
  .custom-col-fixed-first-w-12 {
    table-layout: fixed; }
    .custom-col-fixed-first-w-12 > div > div {
      width: 8.33333%;
      max-width: 8.33333%; }
      .custom-col-fixed-first-w-12 > div > div:first-child {
        width: 184px;
        margin-left: -184px;
        padding-left: 0 !important; }
        .custom-col-fixed-first-w-12 > div > div:first-child:hover > .text-nowrap, .table-m .custom-col-fixed-first-w-12 > div > div:first-child:hover > thead, .table-m thead .custom-col-fixed-first-w-12 > div > div:first-child:hover > tr, .table-m .custom-col-fixed-first-w-12 > div > div:first-child:hover > tbody {
          overflow: visible;
          background-color: #fafbfd;
          white-space: normal !important;
          box-shadow: 0 0 0 0.5rem #fafbfd;
          position: relative;
          z-index: 2; }
    .custom-col-fixed-first-w-12 .d-md-table-row > .d-md-table-cell {
      width: calc(100% / 12); }
  .custom-col-fixed-first-w-13 {
    table-layout: fixed; }
    .custom-col-fixed-first-w-13 > div > div {
      width: 7.69231%;
      max-width: 7.69231%; }
      .custom-col-fixed-first-w-13 > div > div:first-child {
        width: 184px;
        margin-left: -184px;
        padding-left: 0 !important; }
        .custom-col-fixed-first-w-13 > div > div:first-child:hover > .text-nowrap, .table-m .custom-col-fixed-first-w-13 > div > div:first-child:hover > thead, .table-m thead .custom-col-fixed-first-w-13 > div > div:first-child:hover > tr, .table-m .custom-col-fixed-first-w-13 > div > div:first-child:hover > tbody {
          overflow: visible;
          background-color: #fafbfd;
          white-space: normal !important;
          box-shadow: 0 0 0 0.5rem #fafbfd;
          position: relative;
          z-index: 2; }
    .custom-col-fixed-first-w-13 .d-md-table-row > .d-md-table-cell {
      width: calc(100% / 13); }
  .custom-col-fixed-first-w-14 {
    table-layout: fixed; }
    .custom-col-fixed-first-w-14 > div > div {
      width: 7.14286%;
      max-width: 7.14286%; }
      .custom-col-fixed-first-w-14 > div > div:first-child {
        width: 184px;
        margin-left: -184px;
        padding-left: 0 !important; }
        .custom-col-fixed-first-w-14 > div > div:first-child:hover > .text-nowrap, .table-m .custom-col-fixed-first-w-14 > div > div:first-child:hover > thead, .table-m thead .custom-col-fixed-first-w-14 > div > div:first-child:hover > tr, .table-m .custom-col-fixed-first-w-14 > div > div:first-child:hover > tbody {
          overflow: visible;
          background-color: #fafbfd;
          white-space: normal !important;
          box-shadow: 0 0 0 0.5rem #fafbfd;
          position: relative;
          z-index: 2; }
    .custom-col-fixed-first-w-14 .d-md-table-row > .d-md-table-cell {
      width: calc(100% / 14); }
  .custom-col-fixed-first-w-15 {
    table-layout: fixed; }
    .custom-col-fixed-first-w-15 > div > div {
      width: 6.66667%;
      max-width: 6.66667%; }
      .custom-col-fixed-first-w-15 > div > div:first-child {
        width: 184px;
        margin-left: -184px;
        padding-left: 0 !important; }
        .custom-col-fixed-first-w-15 > div > div:first-child:hover > .text-nowrap, .table-m .custom-col-fixed-first-w-15 > div > div:first-child:hover > thead, .table-m thead .custom-col-fixed-first-w-15 > div > div:first-child:hover > tr, .table-m .custom-col-fixed-first-w-15 > div > div:first-child:hover > tbody {
          overflow: visible;
          background-color: #fafbfd;
          white-space: normal !important;
          box-shadow: 0 0 0 0.5rem #fafbfd;
          position: relative;
          z-index: 2; }
    .custom-col-fixed-first-w-15 .d-md-table-row > .d-md-table-cell {
      width: calc(100% / 15); }
  .custom-col-fixed-first-w-16 {
    table-layout: fixed; }
    .custom-col-fixed-first-w-16 > div > div {
      width: 6.25%;
      max-width: 6.25%; }
      .custom-col-fixed-first-w-16 > div > div:first-child {
        width: 184px;
        margin-left: -184px;
        padding-left: 0 !important; }
        .custom-col-fixed-first-w-16 > div > div:first-child:hover > .text-nowrap, .table-m .custom-col-fixed-first-w-16 > div > div:first-child:hover > thead, .table-m thead .custom-col-fixed-first-w-16 > div > div:first-child:hover > tr, .table-m .custom-col-fixed-first-w-16 > div > div:first-child:hover > tbody {
          overflow: visible;
          background-color: #fafbfd;
          white-space: normal !important;
          box-shadow: 0 0 0 0.5rem #fafbfd;
          position: relative;
          z-index: 2; }
    .custom-col-fixed-first-w-16 .d-md-table-row > .d-md-table-cell {
      width: calc(100% / 16); }
  .custom-col-fixed-first-w-17 {
    table-layout: fixed; }
    .custom-col-fixed-first-w-17 > div > div {
      width: 5.88235%;
      max-width: 5.88235%; }
      .custom-col-fixed-first-w-17 > div > div:first-child {
        width: 184px;
        margin-left: -184px;
        padding-left: 0 !important; }
        .custom-col-fixed-first-w-17 > div > div:first-child:hover > .text-nowrap, .table-m .custom-col-fixed-first-w-17 > div > div:first-child:hover > thead, .table-m thead .custom-col-fixed-first-w-17 > div > div:first-child:hover > tr, .table-m .custom-col-fixed-first-w-17 > div > div:first-child:hover > tbody {
          overflow: visible;
          background-color: #fafbfd;
          white-space: normal !important;
          box-shadow: 0 0 0 0.5rem #fafbfd;
          position: relative;
          z-index: 2; }
    .custom-col-fixed-first-w-17 .d-md-table-row > .d-md-table-cell {
      width: calc(100% / 17); }
  .custom-col-fixed-first-w-18 {
    table-layout: fixed; }
    .custom-col-fixed-first-w-18 > div > div {
      width: 5.55556%;
      max-width: 5.55556%; }
      .custom-col-fixed-first-w-18 > div > div:first-child {
        width: 184px;
        margin-left: -184px;
        padding-left: 0 !important; }
        .custom-col-fixed-first-w-18 > div > div:first-child:hover > .text-nowrap, .table-m .custom-col-fixed-first-w-18 > div > div:first-child:hover > thead, .table-m thead .custom-col-fixed-first-w-18 > div > div:first-child:hover > tr, .table-m .custom-col-fixed-first-w-18 > div > div:first-child:hover > tbody {
          overflow: visible;
          background-color: #fafbfd;
          white-space: normal !important;
          box-shadow: 0 0 0 0.5rem #fafbfd;
          position: relative;
          z-index: 2; }
    .custom-col-fixed-first-w-18 .d-md-table-row > .d-md-table-cell {
      width: calc(100% / 18); }
  .custom-col-fixed-first-w-19 {
    table-layout: fixed; }
    .custom-col-fixed-first-w-19 > div > div {
      width: 5.26316%;
      max-width: 5.26316%; }
      .custom-col-fixed-first-w-19 > div > div:first-child {
        width: 184px;
        margin-left: -184px;
        padding-left: 0 !important; }
        .custom-col-fixed-first-w-19 > div > div:first-child:hover > .text-nowrap, .table-m .custom-col-fixed-first-w-19 > div > div:first-child:hover > thead, .table-m thead .custom-col-fixed-first-w-19 > div > div:first-child:hover > tr, .table-m .custom-col-fixed-first-w-19 > div > div:first-child:hover > tbody {
          overflow: visible;
          background-color: #fafbfd;
          white-space: normal !important;
          box-shadow: 0 0 0 0.5rem #fafbfd;
          position: relative;
          z-index: 2; }
    .custom-col-fixed-first-w-19 .d-md-table-row > .d-md-table-cell {
      width: calc(100% / 19); }
  .table-pull-left-padding-m > div {
    padding-left: 0; }
    .table-pull-left-padding-m > div > div {
      border-bottom: none;
      width: calc(33.33333% - 66.66667px); }
      .table-pull-left-padding-m > div > div:first-child {
        padding-left: 1.5rem !important; }
      .table-pull-left-padding-m > div > div:last-child {
        padding-right: 1.5rem !important; } }

@media (min-width: 1800px) {
  .custom-col-fixed-first-w-1 > div > div:first-child {
    width: 284px;
    margin-left: -284px; }
  .custom-col-fixed-first-w-2 > div > div:first-child {
    width: 284px;
    margin-left: -284px; }
  .custom-col-fixed-first-w-3 > div > div:first-child {
    width: 284px;
    margin-left: -284px; }
  .custom-col-fixed-first-w-4 > div > div:first-child {
    width: 284px;
    margin-left: -284px; }
  .custom-col-fixed-first-w-5 > div > div:first-child {
    width: 284px;
    margin-left: -284px; }
  .custom-col-fixed-first-w-6 > div > div:first-child {
    width: 284px;
    margin-left: -284px; }
  .custom-col-fixed-first-w-7 > div > div:first-child {
    width: 284px;
    margin-left: -284px; }
  .custom-col-fixed-first-w-8 > div > div:first-child {
    width: 284px;
    margin-left: -284px; }
  .custom-col-fixed-first-w-9 > div > div:first-child {
    width: 284px;
    margin-left: -284px; }
  .custom-col-fixed-first-w-10 > div > div:first-child {
    width: 284px;
    margin-left: -284px; }
  .custom-col-fixed-first-w-11 > div > div:first-child {
    width: 284px;
    margin-left: -284px; }
  .custom-col-fixed-first-w-12 > div > div:first-child {
    width: 284px;
    margin-left: -284px; }
  .custom-col-fixed-first-w-13 > div > div:first-child {
    width: 284px;
    margin-left: -284px; }
  .custom-col-fixed-first-w-14 > div > div:first-child {
    width: 284px;
    margin-left: -284px; }
  .custom-col-fixed-first-w-15 > div > div:first-child {
    width: 284px;
    margin-left: -284px; }
  .custom-col-fixed-first-w-16 > div > div:first-child {
    width: 284px;
    margin-left: -284px; }
  .custom-col-fixed-first-w-17 > div > div:first-child {
    width: 284px;
    margin-left: -284px; }
  .custom-col-fixed-first-w-18 > div > div:first-child {
    width: 284px;
    margin-left: -284px; }
  .custom-col-fixed-first-w-19 > div > div:first-child {
    width: 284px;
    margin-left: -284px; } }

/* For comparing over 3 items */
.show-all-products-m {
  overflow-x: visible;
  float: left;
  /* float forces parent element to take width of overflowing content */
  width: auto; }
  .show-all-products-m .sticky-clone-fixed-m {
    display: none !important; }
  .show-all-products-m .table-pull-left-m, .show-all-products-m .table-pull-left-col-m, .show-all-products-m .column-borders-m {
    background-color: #fff; }
    .show-all-products-m .table-pull-left-m > div, .show-all-products-m .table-pull-left-col-m > div, .show-all-products-m .column-borders-m > div {
      float: left; }
    .show-all-products-m .table-pull-left-m .flex-fill, .show-all-products-m .table-pull-left-col-m .flex-fill, .show-all-products-m .column-borders-m .flex-fill {
      width: 320px;
      flex: 1 0 auto !important;
      max-width: none; }

#BasketLines > tbody:last-child {
  border-bottom: 1px solid transparent; }

/* Basket table mobile styles */
@media (max-width: 767.98px) {
  #BasketLines {
    display: block; }
    #BasketLines .order-4 .custom-control-input {
      display: none; }
    #BasketLines tbody {
      display: flex;
      flex-direction: column; }
      #BasketLines tbody tr {
        display: flex;
        height: auto !important; }
        #BasketLines tbody tr td:first-child, #BasketLines tbody tr td.delivery {
          min-width: 100px; }
        #BasketLines tbody tr td.text-right {
          min-width: 50px; }
        #BasketLines tbody tr td.clean {
          display: none; }
        #BasketLines tbody tr:nth-child(1) td {
          width: 100%; }
        #BasketLines tbody tr:nth-child(1), #BasketLines tbody tr:nth-child(2), #BasketLines tbody tr:nth-child(3) {
          justify-content: space-between; }
          #BasketLines tbody tr:nth-child(1) td, #BasketLines tbody tr:nth-child(2) td, #BasketLines tbody tr:nth-child(3) td {
            display: block; }
            #BasketLines tbody tr:nth-child(1) td:first-child, #BasketLines tbody tr:nth-child(1) td.text-right, #BasketLines tbody tr:nth-child(1) td.delivery, #BasketLines tbody tr:nth-child(2) td:first-child, #BasketLines tbody tr:nth-child(2) td.text-right, #BasketLines tbody tr:nth-child(2) td.delivery, #BasketLines tbody tr:nth-child(3) td:first-child, #BasketLines tbody tr:nth-child(3) td.text-right, #BasketLines tbody tr:nth-child(3) td.delivery {
              min-width: initial; }
        #BasketLines tbody tr:nth-child(2) {
          display: none; }
        #BasketLines tbody tr[data-row] {
          justify-content: space-between; }
    #BasketLines img {
      max-width: 75px; }
    #BasketLines .table-flexbox-m {
      display: flex;
      flex-wrap: wrap;
      width: 100%; }
      #BasketLines .table-flexbox-m td {
        display: block; }
    #BasketLines .table-flexbox-rowbreaker-m {
      width: 100%;
      padding: 0 !important; }
    #BasketLines .pb-4 {
      flex: 1; } }

@media (max-width: 767.98px) {
  .table-vertical-layout-m {
    background-color: transparent !important; }
    .table-vertical-layout-m thead {
      display: none; }
    .table-vertical-layout-m tr {
      display: block;
      margin-bottom: 1.5rem; }
    .table-vertical-layout-m td {
      display: flex;
      text-align: right !important;
      padding-left: 1rem !important;
      padding-right: 1rem !important;
      vertical-align: middle;
      justify-content: space-between;
      align-items: center;
      background-color: #f6f7fd; }
      .table-vertical-layout-m td::before {
        content: attr(data-label);
        font-weight: bold;
        text-transform: uppercase;
        font-size: 80%; }
      .table-vertical-layout-m td:last-child {
        border-bottom: 1px solid #e7e7e7; }
    .table-vertical-layout-m .input-group {
      display: inline-flex; } }

#ProductImages .carousel-indicators {
  margin-bottom: -1.5rem; }
  #ProductImages .carousel-indicators li {
    background-color: #47464c;
    width: 20px; }
    #ProductImages .carousel-indicators li.active {
      background-color: #e11931; }

#ProductImagesCarousel.has-thumbnails {
  padding-bottom: 70px; }
  #ProductImagesCarousel.has-thumbnails .carousel-indicators .img-fluid {
    max-height: 70px; }

#ProductImagesModalThumbnails {
  margin-bottom: 0; }
  #ProductImagesModalThumbnails li {
    text-indent: 0;
    width: 70px;
    height: auto; }

@media only screen and (min-height: 800px) and (min-width: 992px) {
  #ProductImagesModalItems .carousel-item {
    height: 480px; }
    #ProductImagesModalItems .carousel-item.active {
      display: flex;
      align-items: center;
      justify-content: center; } }

.commercial-banner-m {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  position: relative;
  z-index: 2;
  background-color: #F6F7FD; }
  .commercial-banner-m.banner-dark-m {
    background-color: #000; }
    .commercial-banner-m.banner-dark-m .close-btn-m {
      color: #d1d3d4; }
  .commercial-banner-m > .container {
    position: relative; }
  .commercial-banner-m .close-btn-m {
    position: absolute;
    right: 15px;
    top: 10px;
    padding: 0;
    border: 0;
    color: #33323a;
    z-index: 2; }
  .commercial-banner-m .carousel-item > .row {
    min-height: 104px; }
  .commercial-banner-m .banner-text-container-m {
    padding-bottom: 1.5rem;
    position: relative; }
  .commercial-banner-m .read-more-btn-m {
    position: absolute;
    right: 15px;
    bottom: 6px; }
  .commercial-banner-m .banner-text-m {
    text-align: justify;
    text-justify: inter-word; }
  .commercial-banner-m .carousel-indicators {
    bottom: 2px;
    margin-bottom: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto; }
    @media (min-width: 768px) {
      .commercial-banner-m .carousel-indicators {
        justify-content: left; } }
    .commercial-banner-m .carousel-indicators li {
      width: 10px;
      border-radius: 50%;
      height: 10px;
      margin-right: 8px;
      margin-left: 8px; }
      .commercial-banner-m .carousel-indicators li:first-child {
        margin-left: 0; }

.text-fade-3-lines-m {
  position: relative;
  height: 3em;
  /* exactly three lines */
  overflow: hidden; }
  .text-fade-3-lines-m:after {
    content: "";
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100px;
    height: 1.2em;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), #f6f7fd 100%); }

.dark-indicators-m .carousel-indicators li {
  background-color: #a6a6a6; }
  .dark-indicators-m .carousel-indicators li.active {
    background-color: #495057; }

.m-slidebanner-card {
  min-height: 190px; }

.m-carousel .carousel-control-prev, .m-carousel .carousel-control-next {
  width: 3rem; }

.m-carousel .carousel-item {
  height: 100%; }

.m-carousel .card {
  height: 100%;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover; }

.form-control-naked-m {
  background: none;
  border: none;
  border-bottom: 2px solid #d1d3d4; }
  .form-control-naked-m:focus {
    color: #495057;
    background-color: #fff;
    border-color: #bdecfb;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(68, 200, 245, 0.25); }
  .form-control-naked-m:focus {
    background: none;
    box-shadow: none; }

.form-control::-ms-input-placeholder {
  color: #d1d3d4;
  opacity: 1; }

/* max widths */
.form-control-max-1rem-m {
  max-width: 1rem; }

.form-control-max-2rem-m {
  max-width: 2rem; }

.form-control-max-3rem-m {
  max-width: 3rem; }

.form-control-max-4rem-m {
  max-width: 4rem; }

.form-control-max-5rem-m {
  max-width: 5rem; }

.form-control-max-6rem-m {
  max-width: 6rem; }

.form-control-max-7rem-m {
  max-width: 7rem; }

.form-control-max-8rem-m {
  max-width: 8rem; }

.form-control-max-9rem-m {
  max-width: 9rem; }

.form-control-sm-m {
  padding: 0.2rem 0.5rem;
  font-size: 0.875rem;
  height: auto; }
  .form-control-sm-m::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #a6a6a6; }
  .form-control-sm-m::-moz-placeholder {
    /* Firefox 19+ */
    color: #a6a6a6; }
  .form-control-sm-m:-ms-input-placeholder {
    /* IE 10+ */
    color: #a6a6a6; }
  .form-control-sm-m:-moz-placeholder {
    /* Firefox 18- */
    color: #a6a6a6; }

.custom-control-label::before {
  border: none; }

/* px min-widths */
.min-width-50 {
  min-width: 50px; }

.min-width-100 {
  min-width: 100px; }

.min-width-150 {
  min-width: 150px; }

.min-width-200 {
  min-width: 200px; }

.min-width-250 {
  min-width: 250px; }

@media (min-width: 576px) {
  .min-width-sm-50 {
    min-width: 50px; }
  .min-width-sm-100 {
    min-width: 100px; }
  .min-width-sm-150 {
    min-width: 150px; }
  .min-width-sm-200 {
    min-width: 200px; }
  .min-width-sm-250 {
    min-width: 250px; } }

@media (min-width: 768px) {
  .min-width-md-50 {
    min-width: 50px; }
  .min-width-md-100 {
    min-width: 100px; }
  .min-width-md-150 {
    min-width: 150px; }
  .min-width-md-200 {
    min-width: 200px; }
  .min-width-md-250 {
    min-width: 250px; } }

@media (min-width: 992px) {
  .min-width-lg-50 {
    min-width: 50px; }
  .min-width-lg-100 {
    min-width: 100px; }
  .min-width-lg-150 {
    min-width: 150px; }
  .min-width-lg-200 {
    min-width: 200px; }
  .min-width-lg-250 {
    min-width: 250px; } }

@media (min-width: 1200px) {
  .min-width-xl-50 {
    min-width: 50px; }
  .min-width-xl-100 {
    min-width: 100px; }
  .min-width-xl-150 {
    min-width: 150px; }
  .min-width-xl-200 {
    min-width: 200px; }
  .min-width-xl-250 {
    min-width: 250px; } }

@media (min-width: 1280px) {
  .min-width-xxl-50 {
    min-width: 50px; }
  .min-width-xxl-100 {
    min-width: 100px; }
  .min-width-xxl-150 {
    min-width: 150px; }
  .min-width-xxl-200 {
    min-width: 200px; }
  .min-width-xxl-250 {
    min-width: 250px; } }

.shadow-success-m {
  box-shadow: 0 0.5rem 1rem rgba(57, 187, 156, 0.35) !important; }

.line-height-1-m {
  line-height: 1; }

.line-height-125-m {
  line-height: 1.25; }

/*!
 * Datepicker for Bootstrap v1.8.0 (https://github.com/uxsolutions/bootstrap-datepicker)
 *
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */
.datepicker {
  border-radius: 4px;
  direction: ltr; }

.datepicker-inline {
  width: 220px; }

.datepicker-rtl {
  direction: rtl; }

.datepicker-rtl.dropdown-menu {
  left: auto; }

.datepicker-rtl table tr td span {
  float: right; }

.datepicker-dropdown {
  top: 0;
  left: 0;
  padding: 4px;
  background-color: #47464c;
  border: none;
  color: #fff;
  box-shadow: -3px 4px 12px rgba(71, 70, 76, 0.23); }

@media (min-width: 992px) {
  .datepicker-dropdown {
    padding: 20px 24px; } }

.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #47464c;
  border-top: 0;
  border-bottom-color: #47464c;
  position: absolute; }

.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #47464c;
  border-top: 0;
  position: absolute; }

.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px; }

.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px; }

.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px; }

.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px; }

.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px; }

.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px; }

.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid rgba(0, 0, 0, 0.15); }

.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #47464c; }

.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.datepicker table tr td,
.datepicker table tr th {
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border: none;
  transition: all .2s ease-in; }
  .datepicker table tr td.dow,
  .datepicker table tr th.dow {
    text-transform: uppercase;
    font-weight: 600; }

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent; }

.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #777777; }

.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
  background: #e7e7e7;
  color: #33323a;
  cursor: pointer; }

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #777777;
  cursor: default; }

.datepicker table tr td.highlighted {
  color: #000;
  background-color: #d9edf7;
  border-color: #85c5e5;
  border-radius: 0; }

.datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.focus {
  color: #000;
  background-color: #afd9ee;
  border-color: #298fc2; }

.datepicker table tr td.highlighted:hover {
  color: #000;
  background-color: #afd9ee;
  border-color: #52addb; }

.datepicker table tr td.highlighted:active,
.datepicker table tr td.highlighted.active {
  color: #000;
  background-color: #afd9ee;
  border-color: #52addb; }

.datepicker table tr td.highlighted:active:hover,
.datepicker table tr td.highlighted.active:hover,
.datepicker table tr td.highlighted:active:focus,
.datepicker table tr td.highlighted.active:focus,
.datepicker table tr td.highlighted:active.focus,
.datepicker table tr td.highlighted.active.focus {
  color: #000;
  background-color: #91cbe8;
  border-color: #298fc2; }

.datepicker table tr td.highlighted.disabled:hover,
.datepicker table tr td.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.highlighted:hover,
.datepicker table tr td.highlighted.disabled:focus,
.datepicker table tr td.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.disabled.focus,
.datepicker table tr td.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.highlighted.focus {
  background-color: #d9edf7;
  border-color: #85c5e5; }

.datepicker table tr td.highlighted.focused {
  background: #afd9ee; }

.datepicker table tr td.highlighted.disabled,
.datepicker table tr td.highlighted.disabled:active {
  background: #d9edf7;
  color: #777777; }

.datepicker table tr td.today {
  color: #fdb933;
  background-color: transparent;
  border-color: transparent; }

.datepicker table tr td.today:focus,
.datepicker table tr td.today.focus {
  color: #000;
  background-color: #ffc966;
  border-color: #b37400; }

.datepicker table tr td.today:hover {
  color: #000;
  background-color: #ffc966;
  border-color: #f59e00; }

.datepicker table tr td.today:active,
.datepicker table tr td.today.active {
  color: #000;
  background-color: #ffc966;
  border-color: #f59e00; }

.datepicker table tr td.today:active:hover,
.datepicker table tr td.today.active:hover,
.datepicker table tr td.today:active:focus,
.datepicker table tr td.today.active:focus,
.datepicker table tr td.today:active.focus,
.datepicker table tr td.today.active.focus {
  color: #000;
  background-color: #ffbc42;
  border-color: #b37400; }

.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.today:focus,
.datepicker table tr td.today.disabled.focus,
.datepicker table tr td.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.today.focus {
  background-color: #ffdb99;
  border-color: #ffb733; }

.datepicker table tr td.today.focused {
  background: #ffc966; }

.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:active {
  background: #ffdb99;
  color: #777777; }

.datepicker table tr td.range {
  color: #000;
  background-color: #eeeeee;
  border-color: #bbbbbb;
  border-radius: 0; }

.datepicker table tr td.range:focus,
.datepicker table tr td.range.focus {
  color: #000;
  background-color: #d5d5d5;
  border-color: #7c7c7c; }

.datepicker table tr td.range:hover {
  color: #000;
  background-color: #d5d5d5;
  border-color: #9d9d9d; }

.datepicker table tr td.range:active,
.datepicker table tr td.range.active {
  color: #000;
  background-color: #d5d5d5;
  border-color: #9d9d9d; }

.datepicker table tr td.range:active:hover,
.datepicker table tr td.range.active:hover,
.datepicker table tr td.range:active:focus,
.datepicker table tr td.range.active:focus,
.datepicker table tr td.range:active.focus,
.datepicker table tr td.range.active.focus {
  color: #000;
  background-color: #c3c3c3;
  border-color: #7c7c7c; }

.datepicker table tr td.range.disabled:hover,
.datepicker table tr td.range[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled:focus,
.datepicker table tr td.range[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range:focus,
.datepicker table tr td.range.disabled.focus,
.datepicker table tr td.range[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.focus {
  background-color: #eeeeee;
  border-color: #bbbbbb; }

.datepicker table tr td.range.focused {
  background: #d5d5d5; }

.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:active {
  background: #eeeeee;
  color: #777777; }

.datepicker table tr td.range.highlighted {
  color: #000;
  background-color: #e4eef3;
  border-color: #9dc1d3; }

.datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.focus {
  color: #000;
  background-color: #c1d7e3;
  border-color: #4b88a6; }

.datepicker table tr td.range.highlighted:hover {
  color: #000;
  background-color: #c1d7e3;
  border-color: #73a6c0; }

.datepicker table tr td.range.highlighted:active,
.datepicker table tr td.range.highlighted.active {
  color: #000;
  background-color: #c1d7e3;
  border-color: #73a6c0; }

.datepicker table tr td.range.highlighted:active:hover,
.datepicker table tr td.range.highlighted.active:hover,
.datepicker table tr td.range.highlighted:active:focus,
.datepicker table tr td.range.highlighted.active:focus,
.datepicker table tr td.range.highlighted:active.focus,
.datepicker table tr td.range.highlighted.active.focus {
  color: #000;
  background-color: #a8c8d8;
  border-color: #4b88a6; }

.datepicker table tr td.range.highlighted.disabled:hover,
.datepicker table tr td.range.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.highlighted:hover,
.datepicker table tr td.range.highlighted.disabled:focus,
.datepicker table tr td.range.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.disabled.focus,
.datepicker table tr td.range.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.highlighted.focus {
  background-color: #e4eef3;
  border-color: #9dc1d3; }

.datepicker table tr td.range.highlighted.focused {
  background: #c1d7e3; }

.datepicker table tr td.range.highlighted.disabled,
.datepicker table tr td.range.highlighted.disabled:active {
  background: #e4eef3;
  color: #777777; }

.datepicker table tr td.range.today {
  color: #000;
  background-color: #f7ca77;
  border-color: #f1a417; }

.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.focus {
  color: #000;
  background-color: #f4b747;
  border-color: #815608; }

.datepicker table tr td.range.today:hover {
  color: #000;
  background-color: #f4b747;
  border-color: #bf800c; }

.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today.active {
  color: #000;
  background-color: #f4b747;
  border-color: #bf800c; }

.datepicker table tr td.range.today:active:hover,
.datepicker table tr td.range.today.active:hover,
.datepicker table tr td.range.today:active:focus,
.datepicker table tr td.range.today.active:focus,
.datepicker table tr td.range.today:active.focus,
.datepicker table tr td.range.today.active.focus {
  color: #000;
  background-color: #f2aa25;
  border-color: #815608; }

.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.disabled.focus,
.datepicker table tr td.range.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.today.focus {
  background-color: #f7ca77;
  border-color: #f1a417; }

.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:active {
  background: #f7ca77;
  color: #777777; }

.datepicker table tr td.selected,
.datepicker table tr td.selected.highlighted {
  color: #fff;
  background-color: #777777;
  border-color: #555555;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.datepicker table tr td.selected:focus,
.datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.focus,
.datepicker table tr td.selected.highlighted.focus {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #161616; }

.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.highlighted:hover {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #373737; }

.datepicker table tr td.selected:active,
.datepicker table tr td.selected.highlighted:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected.highlighted.active {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #373737; }

.datepicker table tr td.selected:active:hover,
.datepicker table tr td.selected.highlighted:active:hover,
.datepicker table tr td.selected.active:hover,
.datepicker table tr td.selected.highlighted.active:hover,
.datepicker table tr td.selected:active:focus,
.datepicker table tr td.selected.highlighted:active:focus,
.datepicker table tr td.selected.active:focus,
.datepicker table tr td.selected.highlighted.active:focus,
.datepicker table tr td.selected:active.focus,
.datepicker table tr td.selected.highlighted:active.focus,
.datepicker table tr td.selected.active.focus,
.datepicker table tr td.selected.highlighted.active.focus {
  color: #fff;
  background-color: #4c4c4c;
  border-color: #161616; }

.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.highlighted.disabled:hover,
.datepicker table tr td.selected[disabled]:hover,
.datepicker table tr td.selected.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected.highlighted:hover,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.highlighted.disabled:focus,
.datepicker table tr td.selected[disabled]:focus,
.datepicker table tr td.selected.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.selected:focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.disabled.focus,
.datepicker table tr td.selected.highlighted.disabled.focus,
.datepicker table tr td.selected[disabled].focus,
.datepicker table tr td.selected.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.selected.focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted.focus {
  background-color: #777777;
  border-color: #555555; }

.datepicker table tr td.active,
.datepicker table tr td.active.highlighted {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.datepicker table tr td.active:focus,
.datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.focus,
.datepicker table tr td.active.highlighted.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40; }

.datepicker table tr td.active:hover,
.datepicker table tr td.active.highlighted:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74; }

.datepicker table tr td.active:active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active {
  color: #fff;
  background-color: #44c8f5;
  border-color: #44c8f5; }

.datepicker table tr td.active:active:hover,
.datepicker table tr td.active.highlighted:active:hover,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.highlighted.active:hover,
.datepicker table tr td.active:active:focus,
.datepicker table tr td.active.highlighted:active:focus,
.datepicker table tr td.active.active:focus,
.datepicker table tr td.active.highlighted.active:focus,
.datepicker table tr td.active:active.focus,
.datepicker table tr td.active.highlighted:active.focus,
.datepicker table tr td.active.active.focus,
.datepicker table tr td.active.highlighted.active.focus {
  color: #fff;
  background-color: #44c8f5;
  border-color: #44c8f5; }

.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.highlighted.disabled:hover,
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active.highlighted:hover,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.highlighted.disabled:focus,
.datepicker table tr td.active[disabled]:focus,
.datepicker table tr td.active.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.active:focus,
fieldset[disabled] .datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.disabled.focus,
.datepicker table tr td.active.highlighted.disabled.focus,
.datepicker table tr td.active[disabled].focus,
.datepicker table tr td.active.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.active.focus,
fieldset[disabled] .datepicker table tr td.active.highlighted.focus {
  background-color: #337ab7;
  border-color: #2e6da4; }

.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px; }

.datepicker table tr td span:hover,
.datepicker table tr td span.focused {
  background: #eeeeee; }

.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: default; }

.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.focus,
.datepicker table tr td span.active:hover.focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active.disabled:hover.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40; }

.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74; }

.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  color: #fff;
  background-color: #286090;
  border-color: #204d74; }

.datepicker table tr td span.active:active:hover,
.datepicker table tr td span.active:hover:active:hover,
.datepicker table tr td span.active.disabled:active:hover,
.datepicker table tr td span.active.disabled:hover:active:hover,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active:hover.active:hover,
.datepicker table tr td span.active.disabled.active:hover,
.datepicker table tr td span.active.disabled:hover.active:hover,
.datepicker table tr td span.active:active:focus,
.datepicker table tr td span.active:hover:active:focus,
.datepicker table tr td span.active.disabled:active:focus,
.datepicker table tr td span.active.disabled:hover:active:focus,
.datepicker table tr td span.active.active:focus,
.datepicker table tr td span.active:hover.active:focus,
.datepicker table tr td span.active.disabled.active:focus,
.datepicker table tr td span.active.disabled:hover.active:focus,
.datepicker table tr td span.active:active.focus,
.datepicker table tr td span.active:hover:active.focus,
.datepicker table tr td span.active.disabled:active.focus,
.datepicker table tr td span.active.disabled:hover:active.focus,
.datepicker table tr td span.active.active.focus,
.datepicker table tr td span.active:hover.active.focus,
.datepicker table tr td span.active.disabled.active.focus,
.datepicker table tr td span.active.disabled:hover.active.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40; }

.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover.disabled:hover,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active.disabled:hover.disabled:hover,
.datepicker table tr td span.active[disabled]:hover,
.datepicker table tr td span.active:hover[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td span.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active:hover:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active:hover.disabled:focus,
.datepicker table tr td span.active.disabled.disabled:focus,
.datepicker table tr td span.active.disabled:hover.disabled:focus,
.datepicker table tr td span.active[disabled]:focus,
.datepicker table tr td span.active:hover[disabled]:focus,
.datepicker table tr td span.active.disabled[disabled]:focus,
.datepicker table tr td span.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td span.active:focus,
fieldset[disabled] .datepicker table tr td span.active:hover:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active:hover.disabled.focus,
.datepicker table tr td span.active.disabled.disabled.focus,
.datepicker table tr td span.active.disabled:hover.disabled.focus,
.datepicker table tr td span.active[disabled].focus,
.datepicker table tr td span.active:hover[disabled].focus,
.datepicker table tr td span.active.disabled[disabled].focus,
.datepicker table tr td span.active.disabled:hover[disabled].focus,
fieldset[disabled] .datepicker table tr td span.active.focus,
fieldset[disabled] .datepicker table tr td span.active:hover.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus {
  background-color: #337ab7;
  border-color: #2e6da4; }

.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #777777; }

.datepicker .datepicker-switch {
  width: 145px;
  font-weight: 600; }

.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer; }

.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #e7e7e7;
  color: #33323a; }

.datepicker .prev:hover .css-arrow-left-m,
.datepicker .next:hover .css-arrow-left-m {
  border-color: transparent #33323a transparent transparent; }

.datepicker .prev:hover .css-arrow-right-m,
.datepicker .next:hover .css-arrow-right-m {
  border-color: transparent transparent transparent #33323a; }

.datepicker .prev.disabled,
.datepicker .next.disabled {
  visibility: hidden; }

.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle; }

.input-group.date .input-group-addon {
  cursor: pointer; }

.input-daterange {
  width: 100%; }

.input-daterange input {
  text-align: center; }

.input-daterange input:first-child {
  border-radius: 3px 0 0 3px; }

.input-daterange input:last-child {
  border-radius: 0 3px 3px 0; }

.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  line-height: 1.42857143;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px; }

.sticky-clone-m {
  position: absolute;
  top: 0;
  width: 100%;
  display: none !important;
  z-index: 2; }

.sticky-clone-fixed-m {
  position: fixed !important;
  display: flex !important;
  background-color: #fff;
  box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.1); }

.columns-2-m {
  columns: 2;
  -webkit-columns: 2; }

.columns-3-m {
  columns: 3;
  -webkit-columns: 3; }

.columns-4-m {
  columns: 4;
  -webkit-columns: 4; }

@media (min-width: 576px) {
  .columns-sm-2-m {
    columns: 2;
    -webkit-columns: 2; }
  .columns-sm-3-m {
    columns: 3;
    -webkit-columns: 3; }
  .columns-sm-4-m {
    columns: 4;
    -webkit-columns: 4; } }

@media (min-width: 768px) {
  .columns-md-2-m {
    columns: 2;
    -webkit-columns: 2; }
  .columns-md-3-m {
    columns: 3;
    -webkit-columns: 3; }
  .columns-md-4-m {
    columns: 4;
    -webkit-columns: 4; } }

@media (min-width: 992px) {
  .columns-lg-2-m {
    columns: 2;
    -webkit-columns: 2; }
  .columns-lg-3-m {
    columns: 3;
    -webkit-columns: 3; }
  .columns-lg-4-m {
    columns: 4;
    -webkit-columns: 4; } }

@media (min-width: 1200px) {
  .columns-xl-2-m {
    columns: 2;
    -webkit-columns: 2; }
  .columns-xl-3-m {
    columns: 3;
    -webkit-columns: 3; }
  .columns-xl-4-m {
    columns: 4;
    -webkit-columns: 4; } }

@media (min-width: 1280px) {
  .columns-xxl-2-m {
    columns: 2;
    -webkit-columns: 2; }
  .columns-xxl-3-m {
    columns: 3;
    -webkit-columns: 3; }
  .columns-xxl-4-m {
    columns: 4;
    -webkit-columns: 4; } }

html {
  min-height: 100%;
  margin-bottom: 1px; }

/* If no href attr added iOS will not register click event https://www.quirksmode.org/blog/archives/2010/09/click_event_del.html */
a {
  cursor: pointer; }

/* Marketing page font styles */
.marketing-page #aspnetForm > .container-fluid, .marketing-page #aspnetForm .marketing-page-content {
  font-size: 16px;
  line-height: 1.25em; }
  .marketing-page #aspnetForm > .container-fluid h1, .marketing-page #aspnetForm > .container-fluid .h1, .marketing-page #aspnetForm .marketing-page-content h1, .marketing-page #aspnetForm .marketing-page-content .h1 {
    font-size: 46px;
    font-weight: 300;
    margin-top: 20px; }
    @media (max-width: 1279.98px) {
      .marketing-page #aspnetForm > .container-fluid h1, .marketing-page #aspnetForm > .container-fluid .h1, .marketing-page #aspnetForm .marketing-page-content h1, .marketing-page #aspnetForm .marketing-page-content .h1 {
        font-size: calc(2.125rem + 0.7575vw); } }
    .marketing-page #aspnetForm > .container-fluid h1 strong, .marketing-page #aspnetForm > .container-fluid .h1 strong, .marketing-page #aspnetForm .marketing-page-content h1 strong, .marketing-page #aspnetForm .marketing-page-content .h1 strong {
      font-weight: 600; }
  .marketing-page #aspnetForm > .container-fluid h2, .marketing-page #aspnetForm > .container-fluid .h2, .marketing-page #aspnetForm .marketing-page-content h2, .marketing-page #aspnetForm .marketing-page-content .h2 {
    font-size: 37px;
    font-weight: 300;
    margin-top: 22px; }
    @media (max-width: 1279.98px) {
      .marketing-page #aspnetForm > .container-fluid h2, .marketing-page #aspnetForm > .container-fluid .h2, .marketing-page #aspnetForm .marketing-page-content h2, .marketing-page #aspnetForm .marketing-page-content .h2 {
        font-size: calc(1.75rem + 0.7575vw); } }
  .marketing-page #aspnetForm > .container-fluid h3, .marketing-page #aspnetForm > .container-fluid .h3, .marketing-page #aspnetForm .marketing-page-content h3, .marketing-page #aspnetForm .marketing-page-content .h3 {
    font-size: 29px;
    font-weight: 300; }
    @media (max-width: 1279.98px) {
      .marketing-page #aspnetForm > .container-fluid h3, .marketing-page #aspnetForm > .container-fluid .h3, .marketing-page #aspnetForm .marketing-page-content h3, .marketing-page #aspnetForm .marketing-page-content .h3 {
        font-size: calc(1.25rem + 0.7575vw); } }
  .marketing-page #aspnetForm > .container-fluid h4, .marketing-page #aspnetForm > .container-fluid .h4, .marketing-page #aspnetForm .marketing-page-content h4, .marketing-page #aspnetForm .marketing-page-content .h4 {
    font-size: 25px;
    font-weight: 300; }
    @media (max-width: 1279.98px) {
      .marketing-page #aspnetForm > .container-fluid h4, .marketing-page #aspnetForm > .container-fluid .h4, .marketing-page #aspnetForm .marketing-page-content h4, .marketing-page #aspnetForm .marketing-page-content .h4 {
        font-size: calc(1rem + 0.7575vw); } }

/* Remove type search input x from chrome and IE10+ */
/* clears the 'X' from Internet Explorer */
input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0; }

input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0; }

/* clears the 'X' from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none; }

/* Footer always to bottom */
@media (min-width: 1200px) {
  html, body {
    height: 100%; }
  body > form {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    flex: 1 0 auto; }
  .body-bg-m {
    display: flex;
    flex-direction: column;
    flex: 1 0 auto; }
    .body-bg-m > .container {
      flex: 1 0 auto;
      display: flex; }
      .body-bg-m > .container > .no-gutters {
        width: 100%; } }

/* Fixed second navigation */
.navigation-fixed-m .navbar-secondary-m {
  position: fixed;
  width: 100%;
  top: 0; }

.navigation-fixed-m .body-bg-m > .container {
  padding-top: 40px; }

@media (min-width: 576px) {
  .navigation-fixed-m .body-bg-m > .container {
    padding-top: 60px; } }

/* Override bootstrap breakpoint max-widths to make all narrower screen sizes fluid */
@media (min-width: 576px) {
  .container {
    max-width: none; } }

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

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

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

/* Secondary menu */
.navbar-secondary-m {
  background-color: #f6f7fd;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  z-index: 3; }

/* Text secondary color override for darker one */
.text-secondary {
  color: #d1d3d4 !important; }

.link-white-m {
  color: #fff;
  transition: color .2s ease-in; }
  .link-white-m:hover {
    text-decoration: none;
    color: #44c8f5; }

.custom-checkbox {
  cursor: pointer; }
  .custom-checkbox .custom-control-label {
    cursor: pointer; }

@media (min-width: 576px) {
  .border-sm-right {
    border-right: 1px solid #e7e7e7; } }

.custom-select,
.custom-range {
  -webkit-appearance: none;
  -moz-appearance: none; }

.nav .nav-item .active,
.nav .nav-item .active:hover {
  color: #44c8f5 !important; }

.flex-m-1 {
  flex: 1; }

.btn-outline-secondary {
  color: #33323a; }

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 22px;
  line-height: 1.25;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out; }

/* Adds borders between list items and removes last one */
.bordered-list-between-m > li {
  border-bottom: 1px solid #e7e7e7; }
  .bordered-list-between-m > li:last-child {
    border: none; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

.vert-spacer5-m {
  height: 5px; }

.vert-spacer10-m {
  height: 10px; }

.vert-spacer15-m {
  height: 15px; }

.vert-spacer20-m {
  height: 20px; }

.vert-spacer25-m {
  height: 25px; }

.vert-spacer30-m {
  height: 30px; }

.vert-spacer35-m {
  height: 35px; }

.vert-spacer40-m {
  height: 40px; }

.vert-spacer45-m {
  height: 45px; }

.vert-spacer50-m {
  height: 50px; }

.vert-spacer55-m {
  height: 55px; }

.vert-spacer60-m {
  height: 60px; }

.vert-spacer65-m {
  height: 65px; }

.vert-spacer70-m {
  height: 70px; }

.vert-spacer75-m {
  height: 75px; }

.vert-spacer80-m {
  height: 80px; }

.vert-spacer85-m {
  height: 85px; }

.vert-spacer90-m {
  height: 90px; }

.vert-spacer95-m {
  height: 95px; }

.vert-spacer100-m {
  height: 100px; }

.vert-spacer200-m {
  height: 200px; }

.vert-spacer300-m {
  height: 300px; }

.vert-spacer400-m {
  height: 400px; }

.vert-spacer500-m {
  height: 500px; }

.content-block-lg-m {
  margin-top: 40px; }

.text-large-m {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4em;
  margin-bottom: 22px; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

@media (min-width: 768px) {
  .text-large-m {
    font-size: 20px; } }

.navbar-account-m {
  background-color: #f6f7fd;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  z-index: 1;
  min-height: 60px; }
  .navbar-account-m > .container {
    padding-top: 10px; }
  .navbar-account-m .navbar-nav .icon-m {
    font-size: 1.4em;
    height: 1em;
    width: 1em; }
  .navbar-account-m .navbar-nav > li > a {
    color: #47464c;
    font-weight: 600;
    transition: color .2s ease-in; }
    .navbar-account-m .navbar-nav > li > a.btn {
      font-weight: 400; }
    .navbar-account-m .navbar-nav > li > a:hover, .navbar-account-m .navbar-nav > li > a:focus {
      color: #6c6b74;
      background-color: transparent; }
  .navbar-account-m .navbar-nav > .active > a, .navbar-account-m .navbar-nav > .active > a:hover, .navbar-account-m .navbar-nav > .active > a:focus {
    color: #333;
    background-color: transparent; }
  .navbar-account-m .navbar-nav > .disabled > a, .navbar-account-m .navbar-nav > .disabled > a:hover, .navbar-account-m .navbar-nav > .disabled > a:focus {
    color: #333;
    background-color: transparent; }
  .navbar-account-m li.navbar-login-item-m a.btn-navbar-login-m {
    background-color: #e11931;
    color: #fff; }
    .navbar-account-m li.navbar-login-item-m a.btn-navbar-login-m:hover, .navbar-account-m li.navbar-login-item-m a.btn-navbar-login-m:focus {
      background-color: #cc0300;
      color: #fff; }
    .navbar-account-m li.navbar-login-item-m a.btn-navbar-login-m span {
      font-style: italic;
      font-weight: 100;
      margin-right: 2px; }

.dark-nav-m .nav-link {
  color: #000;
  font-weight: 300; }

.dark-nav-m .active .nav-link {
  color: #e11931; }

.body-bg-m {
  background: #fff; }
  @media (min-width: 992px) {
    .body-bg-m > .container > .no-gutters {
      position: relative; }
      .body-bg-m > .container > .no-gutters:before {
        content: '';
        position: absolute;
        left: -50vw;
        top: 0;
        background-color: #f6f7fd;
        width: 50vw;
        height: 100%; }
    .body-bg-m .sidebar-wrapper {
      background-color: #f6f7fd; } }

@media (min-width: 992px) {
  .main-m {
    box-shadow: -2px 0 6px rgba(0, 0, 0, 0.16);
    background-color: #fff; } }

.body-bg-m > .container {
  transition: max-width .2s ease-in-out; }
  .body-bg-m > .container.full-width-m {
    max-width: 100%; }

.SULabel {
  color: #e83e8c !important; }

.letterbreak-m {
  word-break: break-all; }

a[disabled].text-secondary:hover, a[disabled].text-secondary:focus {
  color: #e7e7e7 !important; }

[disabled],
.custom-control-input:disabled ~ .custom-control-label,
.btn-link:disabled, .btn-link.disabled, a.btn.disabled, fieldset:disabled a.btn {
  pointer-events: unset;
  cursor: not-allowed; }

.shadowedBox-m {
  box-shadow: -1.63px 2.52px 6px rgba(51, 50, 58, 0.18); }

.custom-control-label-below-m {
  position: static; }

.custom-control-label-below-m::before {
  top: 0.25rem;
  left: 0; }

.custom-control-label-below-m::after {
  top: 0.25rem;
  left: 0; }

.intl-tel-input {
  display: block !important; }

.custom-file-label {
  overflow: hidden; }

.height-width-50-m {
  height: 50px;
  width: 50px; }

.height-width-112-m {
  height: 112px;
  width: 112px; }

.svg-on-login-m {
  height: 14px;
  width: 14px;
  margin-bottom: 3px; }

.h1-4rem-m {
  font-size: 4rem; }

.w-100px-m {
  width: 100px; }

.w-3em-m {
  width: 3em; }

.canvas-m {
  width: 856px;
  height: 200px; }

.list-unstyled.list-links-m > li {
  line-height: 1.1em;
  margin-bottom: .5em; }
  .list-unstyled.list-links-m > li.d-flex > a {
    margin-top: 3px; }

.dropdown-with-icon-m > a:hover {
  text-decoration: none; }

.change-account .dropdown-toggle {
  color: #a6a6a6; }

.input-short-3-digit-m {
  width: 35px;
  padding-left: .2rem;
  padding-right: .2rem; }

.pagination-sm .page-link {
  min-height: 27.2px; }

/* Checkbox box */
#FavListModal .feather {
  top: auto; }

#FavListModal .list-group-item.active {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  color: #495057; }
  #FavListModal .list-group-item.active .feather-check {
    color: #fff; }

#FavListModal .checkbox-m {
  display: inline-flex;
  height: 20px;
  width: 20px;
  border: 1px solid #d1d3d4;
  border-radius: 0.22rem;
  justify-content: center;
  align-items: center;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: all .2s ease-in; }

#FavListModal .add-new-m .feather {
  opacity: 0; }

#FavListModal .active .checkbox-m {
  border: 1px solid #44c8f5;
  background-color: #44c8f5; }
  #FavListModal .active .checkbox-m .feather {
    color: #fff;
    opacity: 1; }

/* Edge fix form inputs that are inside on flex */
.d-inline-flex > .form-control {
  min-width: 0; }

/* Add border to left except for first one */
.column-borders-m > div {
  border-left: 1px solid #e7e7e7; }
  .column-borders-m > div:first-child {
    border-left: none; }

/* Compare Products */
.toggle-product-compare {
  position: relative; }
  .toggle-product-compare .btn {
    position: absolute;
    right: .5rem;
    top: .5rem; }

.rotate-child-180 > * {
  transform: rotate(180deg); }

/* CSS arrows */
.css-arrow-left-m {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 6px 0;
  border-color: transparent #ffffff transparent transparent; }

.css-arrow-right-m {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 6px;
  border-color: transparent transparent transparent #ffffff; }

/* Red blog aside menu */
.list-group-red .list-group-item {
  border: none;
  border-top: 1px dotted #D1D3D4;
  color: #495057;
  border-radius: 0; }
  .list-group-red .list-group-item:hover {
    text-decoration: none; }
  .list-group-red .list-group-item.active {
    background-color: #e11931;
    color: #fff;
    border: none; }
  .list-group-red .list-group-item time {
    font-size: 16px; }
  .list-group-red .list-group-item h3 {
    font-size: 18px;
    font-weight: 300; }
  .list-group-red .list-group-item footer p {
    margin-bottom: 11px; }

/* System Console styles */
#systemconsole {
  position: absolute;
  right: 8px;
  top: 128px;
  font-size: 0.75rem;
  max-width: 225px;
  padding: 16px;
  color: #fff;
  border-top: 6px solid #E11931;
  background-color: #47464c !important;
  line-height: 1rem;
  word-break: break-word; }

#systemconsole a {
  text-decoration: underline;
  font-weight: normal; }

/* For wider screen size force systemconsole always visible */
@media (min-width: 1750px) {
  #systemconsole {
    z-index: 1 !important; } }

/*#systemconsole {
	padding: 16px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	background: #000;
	background: rgba(0, 0, 0, 0.85);
	color: #fff;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

	#systemconsole a {
		color: #fff;
		text-decoration: underline;
		font-weight: normal;
	}*/
/* Experimental mobile bottom menu */
@media (max-width: 991.98px) {
  .mobile-bottom-nav {
    position: fixed;
    left: 0;
    bottom: 0;
    background-color: #e7e7e7;
    width: 100%;
    height: 40px;
    z-index: 2;
    padding-top: 2px; }
  .side-nav-left-drawer-m {
    position: fixed;
    height: 100vh;
    width: 80%;
    left: 0;
    top: 0;
    display: block !important;
    transform: translateX(-100%);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    background-color: #fff;
    padding: 1rem 1rem 2rem;
    z-index: 3;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; }
    .mobile-menu-open .side-nav-left-drawer-m {
      box-shadow: 0 0 60px rgba(0, 0, 0, 0.4);
      transform: translateX(0); }
    .side-nav-left-drawer-m .search-form-m {
      position: relative; }
      .side-nav-left-drawer-m .search-form-m input {
        padding-right: 50px; }
      .side-nav-left-drawer-m .search-form-m .btn {
        position: absolute;
        top: 1px;
        right: 0;
        padding-right: .5rem;
        padding-left: .5rem; }
  .mobile-menu-open {
    overflow: hidden; }
  .mobile-menu-close-m {
    opacity: 0;
    transition: opacity .2s ease-in; }
    .mobile-menu-close-m:focus, .mobile-menu-close-m:active {
      box-shadow: none; }
    .mobile-menu-open .mobile-menu-close-m {
      opacity: 1; }
  .mobile-menu-toggle-m .icon-m {
    font-size: 1.4em;
    height: 1em;
    width: 1em; } }

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

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type=number] {
  -moz-appearance: textfield; }

/* Allow button no-wrap on mobile screens */
@media (max-width: 767.98px) {
  .btn {
    white-space: normal; } }

/* Optimizer Section */
#optimizerSection .table td, #optimizerSection .table-m table td, .table-m #optimizerSection table td {
  min-width: 200px; }

#optimizerSection .table th, #optimizerSection .table-m table th, .table-m #optimizerSection table th, #optimizerSection .table td, #optimizerSection .table-m table td, .table-m #optimizerSection table td {
  font-size: 14px !important; }
  #optimizerSection .table th.bg-light, #optimizerSection .table-m table th.bg-light, .table-m #optimizerSection table th.bg-light, #optimizerSection .table td.bg-light, #optimizerSection .table-m table td.bg-light, .table-m #optimizerSection table td.bg-light {
    background-color: #D9F3FC !important;
    border-color: #D9F3FC !important; }

#optimizerSection .table .thead-m th, #optimizerSection .table-m table .thead-m th, .table-m #optimizerSection table .thead-m th, #optimizerSection .table .table-m thead th, .table-m #optimizerSection .table thead th, #optimizerSection .table-m table thead th, .table-m #optimizerSection table thead th, #optimizerSection .table td.small, #optimizerSection .table-m table td.small, .table-m #optimizerSection table td.small {
  font-size: 13px !important; }

#optimizerSection .table tr:last-child .feather, #optimizerSection .table-m table tr:last-child .feather, .table-m #optimizerSection table tr:last-child .feather {
  width: 30px;
  height: 30px;
  stroke-width: 1.5; }

@media (min-width: 992px) {
  #optimizerSection {
    border-left: 10px solid #44c8f5;
    border-right: 10px solid #44c8f5;
    border-bottom: 8px solid #44c8f5; } }

@media (min-width: 768px) {
  .d-md-table-header-group {
    display: table-header-group !important; } }

/* Text wrap on breakpoint */
.text-nowrap-up-m {
  white-space: nowrap !important; }

@media (min-width: 576px) {
  .text-nowrap-sm-up-m {
    white-space: nowrap !important; } }

@media (min-width: 768px) {
  .text-nowrap-md-up-m {
    white-space: nowrap !important; } }

@media (min-width: 992px) {
  .text-nowrap-lg-up-m {
    white-space: nowrap !important; } }

@media (min-width: 1200px) {
  .text-nowrap-xl-up-m {
    white-space: nowrap !important; } }

@media (min-width: 1280px) {
  .text-nowrap-xxl-up-m {
    white-space: nowrap !important; } }

/* Reverse collapse logic for mobile */
@media (max-width: 767.98px) {
  .collapse-mobile-reversed-m.collapse:not(.show) {
    display: block; }
  .collapse-mobile-reversed-m.collapse.show {
    display: none; }
  .collapse-mobile-reversed-m.collapsing {
    -webkit-transition: none;
    transition: none;
    display: none; }
  #collapsingBtn.rotate-child-180-sm-reversed-m > * {
    transform: rotate(180deg); }
  #collapsingBtn.rotate-child-180-sm-reversed-m.rotate-child-180 > * {
    transform: rotate(0); } }

/* Compare products scroll buttons */
.scroll-to-left, .scroll-to-right {
  display: none; }

@media (min-width: 992px) {
  .scroll-to-left, .scroll-to-right {
    display: inline-block;
    position: fixed;
    top: 50vh;
    z-index: 2;
    opacity: .4;
    transition: opacity .2s ease-in; }
    .scroll-to-left:hover, .scroll-to-right:hover {
      opacity: 1; }
  .scroll-to-left {
    left: 16px; }
  .scroll-to-right {
    right: 16px; } }

@media (min-width: 576px) {
  .btn-group-sm-horizontal {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
    flex-direction: row;
    align-items: center; }
    .btn-group-sm-horizontal > .btn {
      -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
      flex: 0 1 auto; }
      .btn-group-sm-horizontal > .btn:first-child {
        border-radius: .25rem !important;
        border-bottom-right-radius: 0 !important;
        border-top-right-radius: 0 !important; }
      .btn-group-sm-horizontal > .btn:last-child {
        border-radius: .25rem !important;
        border-bottom-left-radius: 0 !important;
        border-top-left-radius: 0 !important; } }

/* Product page dropdowns fix where product image carousel indicators where on top of div.lightboxframe div */
div.lightboxframe {
  z-index: 15; }

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.animate {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out; }

/* Select2 */
body .select2-hidden-accessible.is-invalid + span .select2-selection {
  border-color: #E83B4F; }

body .select2 + .invalid-feedback {
  color: #E83B4F !important; }

body .select2-container--default .select2-selection--multiple {
  border: 1px solid #d1d3d4; }

body .select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 1px solid #d1d3d4; }

body .select2-dropdown {
  border: 1px solid #d1d3d4; }

body .select2-container--default .select2-results__option--highlighted[aria-selected],
body .select2-container--default .select2-results__option--highlighted,
body .select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #44c8f5;
  color: #fff; }

body .select2-container--default .select2-selection--multiple .select2-selection__choice {
  border: 1px solid #e7e7e7;
  background: #e7e7e7;
  color: #33323a; }

body .select2-container--default .select2-selection--multiple .select2-selection__choice__remove,
body .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #33323a; }

input.es-input {
  background-color: #fff; }

.es-list {
  box-shadow: none;
  border: 1px solid #d1d3d4; }

.es-list li.selected {
  background-color: #44c8f5;
  color: #fff; }

/*  kpi-box-m */
.kpi-box-m {
  position: relative; }

.maximize-btn-m {
  position: absolute;
  right: 15px;
  top: 15px;
  opacity: 0.5;
  transition: opacity ease-in .2s; }

.maximize-btn-m:hover {
  opacity: 1; }

.bordered-grid-m .kpi-box-m {
  border-bottom: 1px solid #e7e7e7; }

.bordered-grid-m > div:first-child .kpi-box-m:first-child {
  border-top: 1px solid #e7e7e7; }

@media (min-width: 576px) {
  .bordered-grid-m .column-borders-m > div:first-child {
    border-left: 1px solid #e7e7e7; }
  .bordered-grid-m .column-borders-m > div:nth-child(even) {
    border-right: 1px solid #e7e7e7; }
  .bordered-grid-m > div:first-child .column-borders-m > div:nth-child(2) {
    border-top: 1px solid #e7e7e7; }
  .bordered-grid-m > div:last-child .column-borders-m > div:last-child {
    border-right: 1px solid #e7e7e7; } }

@media (min-width: 768px) {
  .bordered-grid-m .column-borders-m > div:first-child {
    border-left: 1px solid #e7e7e7; }
  .bordered-grid-m .column-borders-m > div:nth-child(even) {
    border-right: none; }
  .bordered-grid-m .column-borders-m > div:last-child {
    border-right: 1px solid #e7e7e7; }
  .bordered-grid-m > div:first-child .column-borders-m > div {
    border-top: 1px solid #e7e7e7; }
  .bordered-grid-m > div:first-child .column-borders-m > div:nth-child(2) {
    border-top: 1px solid #e7e7e7;
    border-right: none; }
  .bordered-grid-m > div:last-child .column-borders-m > div:last-child {
    border-right: 1px solid #e7e7e7; } }

@media (min-width: 992px) {
  .bordered-grid-m > div {
    border-top: 1px solid #e7e7e7; }
  .bordered-grid-m > div:last-child {
    border-bottom: 1px solid #e7e7e7; }
  .bordered-grid-m .column-borders-m > div {
    border: none !important;
    border-left: 1px solid #e7e7e7 !important; }
  .bordered-grid-m .column-borders-m > div:first-child {
    border-left: none !important; } }

/* Modal header with bg */
.modal-header-bg-m {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 200px;
  padding-left: 0;
  padding-top: 0;
  position: relative; }
  .modal-header-bg-m:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0.9+0,0+100 */
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6ffffff', endColorstr='#00ffffff',GradientType=0 );
    /* IE6-9 */ }
  .modal-header-bg-m .modal-title {
    display: inline-block;
    padding: 1rem;
    background-color: #fff;
    border-bottom-right-radius: 0.22rem;
    position: relative;
    z-index: 2; }

/* Old BS3 Media */
.media {
  margin-top: 15px; }
  .media .media-body {
    padding-left: 10px; }

.custom-control.padding-sm-m {
  padding-left: 1.5rem; }
  .custom-control.padding-sm-m .custom-control-label:before {
    left: -1.5rem; }
  .custom-control.padding-sm-m .custom-control-label:after {
    left: -1.5rem; }

.border-left-blue-m {
  border-left: 3px solid #44c8f5 !important; }

.border-left-indigo-m {
  border-left: 3px solid #6610f2 !important; }

.border-left-purple-m {
  border-left: 3px solid #6f42c1 !important; }

.border-left-pink-m {
  border-left: 3px solid #e83e8c !important; }

.border-left-red-m {
  border-left: 3px solid #e11931 !important; }

.border-left-orange-m {
  border-left: 3px solid #fd7e14 !important; }

.border-left-yellow-m {
  border-left: 3px solid #fdb933 !important; }

.border-left-green-m {
  border-left: 3px solid #39bb9c !important; }

.border-left-teal-m {
  border-left: 3px solid #20c997 !important; }

.border-left-cyan-m {
  border-left: 3px solid #17a2b8 !important; }

.border-left-white-m {
  border-left: 3px solid #fff !important; }

.border-left-gray-m {
  border-left: 3px solid #6c757d !important; }

.border-left-gray-dark-m {
  border-left: 3px solid #47464c !important; }

.bg-red-05-m {
  background-color: #fff2f2; }

.bg-blue-05-m {
  background-color: #f2f2ff; }

.bg-green-05-m {
  background-color: #f2fff2; }

.bg-yellow-05-m {
  background-color: #fffff2; }

.bg-orange-05-m {
  background-color: #fffaf2; }

.bg-danger-lighter-m {
  background-color: #fce4e6; }

@media (min-width: 768px) {
  .border-md-right {
    border-right: 1px solid #e7e7e7; } }

/* Start of original jquery.nouislider.css */
/* Functional styling;
		* These styles are required for noUiSlider to function.
		* You don't need to change these rules to apply your design.
		*/
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.noUi-target {
  position: relative; }

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  /*margin: 8px 24px;
		   display: inline-block;*/ }

.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0; }

.noUi-handle {
  position: relative;
  z-index: 1; }

.noUi-stacking .noUi-handle {
  /* This class is applied to the lower origin when
		  its values is > 50%. */
  z-index: 10; }

.noUi-stacking + .noUi-origin {
  /* Fix stacking order in IE7, which incorrectly
		  creates a new context for the origins. */
  *z-index: -1; }

.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s, top 0.3s;
  transition: left 0.3s, top 0.3s; }

.noUi-state-drag * {
  cursor: inherit !important; }

/* Painting and performance;
		* Browsers can paint handles in their own layer.
		*/
.noUi-base {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* Slider size and handle placement;
		*/
.noUi-horizontal {
  height: 6px;
  /*border: 1px solid #d6d6d6;*/
  /*background: #fff;*/
  /*border-radius: 2px;*/ }

.noUi-horizontal .noUi-handle {
  width: 14px;
  height: 14px;
  left: -5px;
  top: -5px; }

.noUi-vertical {
  width: 18px; }

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px; }

/* Styling;
		*/
.noUi-background {
  background: #FAFAFA;
  box-shadow: inset 0 1px 1px #f0f0f0; }

.noUi-connect {
  /*background: #3FB8AF;*/
  /*background: #ece446;*/
  /*box-shadow: inset 0 0 3px rgba(51,51,51,0.45);*/
  /*-webkit-transition: background 450ms;*/
  /*transition: background 450ms;*/ }

.noUi-origin {
  border-radius: 2px; }

.noUi-target {
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB; }

.noUi-target.noUi-connect {
  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45), 0 3px 6px -5px #BBB; }

/* Handles and cursors;
		*/
.noUi-dragable {
  cursor: w-resize; }

.noUi-vertical .noUi-dragable {
  cursor: n-resize; }

.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB; }

.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB; }

/* Tarmo 2015.01.27: For showing selection */
.noUi-selected .noUi-connect {
  background: #ece446 !important; }

/* Handle stripes; */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: none;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px; }

.noUi-handle:after {
  left: 17px; }

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px; }

.noUi-vertical .noUi-handle:after {
  top: 17px; }

/* Disabled state;
		*/
[disabled].noUi-connect,
[disabled] .noUi-connect {
  background: #B8B8B8; }

[disabled] .noUi-handle {
  cursor: not-allowed; }

/* Enf of original jquery.nouislider.css */
.noUi-midBar {
  height: 4px;
  z-index: 0;
  background-color: #ece446; }

.noUi-handle {
  z-index: 5;
  width: 12px;
  height: 12px;
  position: absolute;
  top: -5px;
  left: -7px;
  border: 1px solid #d6d6d6;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  background: #e6e6e6;
  background: -moz-linear-gradient(top, #f6f6f6 0%, #d7d7d7 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6f6f6), color-stop(100%, #d7d7d7));
  -moz-box-shadow: inset 0 1px 0 #fff;
  -webkit-box-shadow: inset 0 1px 0 #fff;
  box-shadow: inset 0 1px 0 #fff; }

/* Tarmo 2015.01.27: For showing selection */
.noUi-selected .noUi-handle {
  background: #ece446;
  background: -moz-linear-gradient(top, #ece446 0%, #ece446 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ece446), color-stop(100%, #ece446)); }

/*.noUi-handle > div:hover,*/
.noUi-handle > .noUi-activeHandle {
  border-color: #5d5d5d;
  background: #5d5d5d;
  background: -moz-linear-gradient(top, #5d5d5d 0%, #9f9f9f 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5d5d5d), color-stop(100%, #9f9f9f));
  -moz-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.5); }

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  font: 400 12px/12px Arial;
  border-radius: 3px;
  background: #fff;
  top: -30px;
  padding: 5px;
  left: 0px;
  text-align: center; }

.noUi-target {
  border-radius: 4px;
  border: 0px solid transparent;
  box-shadow: none; }

.noUi-background {
  background: #d7d7d8;
  box-shadow: none; }

.noUi-handle {
  z-index: 5;
  width: 15px;
  height: 15px;
  position: absolute;
  top: -5px;
  left: -7px;
  border: 2px solid #e6e6e6;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 56px;
  background: #44c8f5;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.noUi-horizontal .noUi-handle {
  top: -5px;
  width: 15px;
  height: 15px;
  border-radius: 100%; }

.noUi-selected .noUi-handle {
  background: #44c8f5; }

.noUi-selected .noUi-connect {
  background: #44c8f5 !important; }

.noUi-selected-stripes .noUi-connect {
  background: repeating-linear-gradient(to right, #44c8f5, #44c8f5 10px, #d7d7d8 10px, #d7d7d8 20px) !important; }

@font-face {
  font-family: 'Glyphicons Regular';
  src: url("../fonts/glyphicons-regular.eot");
  src: url("../fonts/glyphicons-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-regular.woff2") format("woff2"), url("../fonts/glyphicons-regular.woff") format("woff"), url("../fonts/glyphicons-regular.ttf") format("truetype"), url("../fonts/glyphicons-regular.svg#glyphiconsregular") format("svg"); }

.glyphicons {
  font-family: 'Glyphicons Regular';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .glyphicons:before {
    display: inline-block;
    padding: 6px 8px; }

.glyphicons.x-sm {
  font-size: 0.76563rem; }

.glyphicons.x-lg {
  font-size: 0.98438rem; }

.glyphicons.x05 {
  font-size: 12px; }

.glyphicons.x2 {
  font-size: 48px; }
  .glyphicons.x2:before {
    padding: 8px 12px; }

.glyphicons.x3 {
  font-size: 72px; }
  .glyphicons.x3:before {
    padding: 16px 20px; }

.glyphicons.x4 {
  font-size: 96px; }
  .glyphicons.x4:before {
    padding: 20px 28px; }

.glyphicons.x5 {
  font-size: 120px; }
  .glyphicons.x5:before {
    padding: 28px 36px; }

.glyphicons.light:before {
  color: #f2f2f2; }

.glyphicons.drop:before {
  text-shadow: -1px 1px 3px rgba(0, 0, 0, 0.3); }

.glyphicons.flip {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH"; }

.glyphicons.flipv {
  -moz-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  filter: FlipV;
  -ms-filter: "FlipV"; }

.glyphicons.rotate90 {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.glyphicons.rotate180 {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.glyphicons.rotate270 {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.glyphicons-glass:before {
  content: "\E001"; }

.glyphicons-leaf:before {
  content: "\E002"; }

.glyphicons-dog:before {
  content: "\E003"; }

.glyphicons-user:before {
  content: "\E004"; }

.glyphicons-girl:before {
  content: "\E005"; }

.glyphicons-car:before {
  content: "\E006"; }

.glyphicons-user-add:before {
  content: "\E007"; }

.glyphicons-user-remove:before {
  content: "\E008"; }

.glyphicons-film:before {
  content: "\E009"; }

.glyphicons-magic:before {
  content: "\E010"; }

.glyphicons-envelope:before {
  content: "\E011"; }

.glyphicons-camera:before {
  content: "\E012"; }

.glyphicons-heart:before {
  content: "\E013"; }

.glyphicons-beach-umbrella:before {
  content: "\E014"; }

.glyphicons-train:before {
  content: "\E015"; }

.glyphicons-print:before {
  content: "\E016"; }

.glyphicons-bin:before {
  content: "\E017"; }

.glyphicons-music:before {
  content: "\E018"; }

.glyphicons-music-alt:before {
  content: "\E019"; }

.glyphicons-heart-empty:before {
  content: "\E020"; }

.glyphicons-home:before {
  content: "\E021"; }

.glyphicons-snowflake:before {
  content: "\E022"; }

.glyphicons-fire:before {
  content: "\E023"; }

.glyphicons-magnet:before {
  content: "\E024"; }

.glyphicons-parents:before {
  content: "\E025"; }

.glyphicons-binoculars:before {
  content: "\E026"; }

.glyphicons-road:before {
  content: "\E027"; }

.glyphicons-search:before {
  content: "\E028"; }

.glyphicons-cars:before {
  content: "\E029"; }

.glyphicons-notes-2:before {
  content: "\E030"; }

.glyphicons-pencil:before {
  content: "\E031"; }

.glyphicons-bus:before {
  content: "\E032"; }

.glyphicons-wifi-alt:before {
  content: "\E033"; }

.glyphicons-luggage:before {
  content: "\E034"; }

.glyphicons-old-man:before {
  content: "\E035"; }

.glyphicons-woman:before {
  content: "\E036"; }

.glyphicons-file:before {
  content: "\E037"; }

.glyphicons-coins:before {
  content: "\E038"; }

.glyphicons-plane:before {
  content: "\E039"; }

.glyphicons-notes:before {
  content: "\E040"; }

.glyphicons-stats:before {
  content: "\E041"; }

.glyphicons-charts:before {
  content: "\E042"; }

.glyphicons-pie-chart:before {
  content: "\E043"; }

.glyphicons-group:before {
  content: "\E044"; }

.glyphicons-keys:before {
  content: "\E045"; }

.glyphicons-calendar:before {
  content: "\E046"; }

.glyphicons-router:before {
  content: "\E047"; }

.glyphicons-camera-small:before {
  content: "\E048"; }

.glyphicons-star-empty:before {
  content: "\E049"; }

.glyphicons-star:before {
  content: "\E050"; }

.glyphicons-link:before {
  content: "\E051"; }

.glyphicons-eye-open:before {
  content: "\E052"; }

.glyphicons-eye-close:before {
  content: "\E053"; }

.glyphicons-alarm:before {
  content: "\E054"; }

.glyphicons-clock:before {
  content: "\E055"; }

.glyphicons-stopwatch:before {
  content: "\E056"; }

.glyphicons-projector:before {
  content: "\E057"; }

.glyphicons-history:before {
  content: "\E058"; }

.glyphicons-truck:before {
  content: "\E059"; }

.glyphicons-cargo:before {
  content: "\E060"; }

.glyphicons-compass:before {
  content: "\E061"; }

.glyphicons-keynote:before {
  content: "\E062"; }

.glyphicons-paperclip:before {
  content: "\E063"; }

.glyphicons-power:before {
  content: "\E064"; }

.glyphicons-lightbulb:before {
  content: "\E065"; }

.glyphicons-tag:before {
  content: "\E066"; }

.glyphicons-tags:before {
  content: "\E067"; }

.glyphicons-cleaning:before {
  content: "\E068"; }

.glyphicons-ruler:before {
  content: "\E069"; }

.glyphicons-gift:before {
  content: "\E070"; }

.glyphicons-umbrella:before {
  content: "\E071"; }

.glyphicons-book:before {
  content: "\E072"; }

.glyphicons-bookmark:before {
  content: "\E073"; }

.glyphicons-wifi:before {
  content: "\E074"; }

.glyphicons-cup:before {
  content: "\E075"; }

.glyphicons-stroller:before {
  content: "\E076"; }

.glyphicons-headphones:before {
  content: "\E077"; }

.glyphicons-headset:before {
  content: "\E078"; }

.glyphicons-warning-sign:before {
  content: "\E079"; }

.glyphicons-signal:before {
  content: "\E080"; }

.glyphicons-retweet:before {
  content: "\E081"; }

.glyphicons-refresh:before {
  content: "\E082"; }

.glyphicons-roundabout:before {
  content: "\E083"; }

.glyphicons-random:before {
  content: "\E084"; }

.glyphicons-heat:before {
  content: "\E085"; }

.glyphicons-repeat:before {
  content: "\E086"; }

.glyphicons-display:before {
  content: "\E087"; }

.glyphicons-log-book:before {
  content: "\E088"; }

.glyphicons-address-book:before {
  content: "\E089"; }

.glyphicons-building:before {
  content: "\E090"; }

.glyphicons-eyedropper:before {
  content: "\E091"; }

.glyphicons-adjust:before {
  content: "\E092"; }

.glyphicons-tint:before {
  content: "\E093"; }

.glyphicons-crop:before {
  content: "\E094"; }

.glyphicons-vector-path-square:before {
  content: "\E095"; }

.glyphicons-vector-path-circle:before {
  content: "\E096"; }

.glyphicons-vector-path-polygon:before {
  content: "\E097"; }

.glyphicons-vector-path-line:before {
  content: "\E098"; }

.glyphicons-vector-path-curve:before {
  content: "\E099"; }

.glyphicons-vector-path-all:before {
  content: "\E100"; }

.glyphicons-font:before {
  content: "\E101"; }

.glyphicons-italic:before {
  content: "\E102"; }

.glyphicons-bold:before {
  content: "\E103"; }

.glyphicons-text-underline:before {
  content: "\E104"; }

.glyphicons-text-strike:before {
  content: "\E105"; }

.glyphicons-text-height:before {
  content: "\E106"; }

.glyphicons-text-width:before {
  content: "\E107"; }

.glyphicons-text-resize:before {
  content: "\E108"; }

.glyphicons-left-indent:before {
  content: "\E109"; }

.glyphicons-right-indent:before {
  content: "\E110"; }

.glyphicons-align-left:before {
  content: "\E111"; }

.glyphicons-align-center:before {
  content: "\E112"; }

.glyphicons-align-right:before {
  content: "\E113"; }

.glyphicons-justify:before {
  content: "\E114"; }

.glyphicons-list:before {
  content: "\E115"; }

.glyphicons-text-smaller:before {
  content: "\E116"; }

.glyphicons-text-bigger:before {
  content: "\E117"; }

.glyphicons-embed:before {
  content: "\E118"; }

.glyphicons-embed-close:before {
  content: "\E119"; }

.glyphicons-table:before {
  content: "\E120"; }

.glyphicons-message-full:before {
  content: "\E121"; }

.glyphicons-message-empty:before {
  content: "\E122"; }

.glyphicons-message-in:before {
  content: "\E123"; }

.glyphicons-message-out:before {
  content: "\E124"; }

.glyphicons-message-plus:before {
  content: "\E125"; }

.glyphicons-message-minus:before {
  content: "\E126"; }

.glyphicons-message-ban:before {
  content: "\E127"; }

.glyphicons-message-flag:before {
  content: "\E128"; }

.glyphicons-message-lock:before {
  content: "\E129"; }

.glyphicons-message-new:before {
  content: "\E130"; }

.glyphicons-inbox:before {
  content: "\E131"; }

.glyphicons-inbox-plus:before {
  content: "\E132"; }

.glyphicons-inbox-minus:before {
  content: "\E133"; }

.glyphicons-inbox-lock:before {
  content: "\E134"; }

.glyphicons-inbox-in:before {
  content: "\E135"; }

.glyphicons-inbox-out:before {
  content: "\E136"; }

.glyphicons-cogwheel:before {
  content: "\E137"; }

.glyphicons-cogwheels:before {
  content: "\E138"; }

.glyphicons-picture:before {
  content: "\E139"; }

.glyphicons-adjust-alt:before {
  content: "\E140"; }

.glyphicons-database-lock:before {
  content: "\E141"; }

.glyphicons-database-plus:before {
  content: "\E142"; }

.glyphicons-database-minus:before {
  content: "\E143"; }

.glyphicons-database-ban:before {
  content: "\E144"; }

.glyphicons-folder-open:before {
  content: "\E145"; }

.glyphicons-folder-plus:before {
  content: "\E146"; }

.glyphicons-folder-minus:before {
  content: "\E147"; }

.glyphicons-folder-lock:before {
  content: "\E148"; }

.glyphicons-folder-flag:before {
  content: "\E149"; }

.glyphicons-folder-new:before {
  content: "\E150"; }

.glyphicons-edit:before {
  content: "\E151"; }

.glyphicons-new-window:before {
  content: "\E152"; }

.glyphicons-check:before {
  content: "\E153"; }

.glyphicons-unchecked:before {
  content: "\E154"; }

.glyphicons-more-windows:before {
  content: "\E155"; }

.glyphicons-show-big-thumbnails:before {
  content: "\E156"; }

.glyphicons-show-thumbnails:before {
  content: "\E157"; }

.glyphicons-show-thumbnails-with-lines:before {
  content: "\E158"; }

.glyphicons-show-lines:before {
  content: "\E159"; }

.glyphicons-playlist:before {
  content: "\E160"; }

.glyphicons-imac:before {
  content: "\E161"; }

.glyphicons-macbook:before {
  content: "\E162"; }

.glyphicons-ipad:before {
  content: "\E163"; }

.glyphicons-iphone:before {
  content: "\E164"; }

.glyphicons-iphone-transfer:before {
  content: "\E165"; }

.glyphicons-iphone-exchange:before {
  content: "\E166"; }

.glyphicons-ipod:before {
  content: "\E167"; }

.glyphicons-ipod-shuffle:before {
  content: "\E168"; }

.glyphicons-ear-plugs:before {
  content: "\E169"; }

.glyphicons-record:before {
  content: "\E170"; }

.glyphicons-step-backward:before {
  content: "\E171"; }

.glyphicons-fast-backward:before {
  content: "\E172"; }

.glyphicons-rewind:before {
  content: "\E173"; }

.glyphicons-play:before {
  content: "\E174"; }

.glyphicons-pause:before {
  content: "\E175"; }

.glyphicons-stop:before {
  content: "\E176"; }

.glyphicons-forward:before {
  content: "\E177"; }

.glyphicons-fast-forward:before {
  content: "\E178"; }

.glyphicons-step-forward:before {
  content: "\E179"; }

.glyphicons-eject:before {
  content: "\E180"; }

.glyphicons-facetime-video:before {
  content: "\E181"; }

.glyphicons-download-alt:before {
  content: "\E182"; }

.glyphicons-mute:before {
  content: "\E183"; }

.glyphicons-volume-down:before {
  content: "\E184"; }

.glyphicons-volume-up:before {
  content: "\E185"; }

.glyphicons-screenshot:before {
  content: "\E186"; }

.glyphicons-move:before {
  content: "\E187"; }

.glyphicons-more:before {
  content: "\E188"; }

.glyphicons-brightness-reduce:before {
  content: "\E189"; }

.glyphicons-brightness-increase:before {
  content: "\E190"; }

.glyphicons-plus-sign:before {
  content: "\E191"; }

.glyphicons-minus-sign:before {
  content: "\E192"; }

.glyphicons-remove-sign:before {
  content: "\E193"; }

.glyphicons-ok-sign:before {
  content: "\E194"; }

.glyphicons-question-sign:before {
  content: "\E195"; }

.glyphicons-info-sign:before {
  content: "\E196"; }

.glyphicons-exclamation-sign:before {
  content: "\E197"; }

.glyphicons-remove-circle:before {
  content: "\E198"; }

.glyphicons-ok-circle:before {
  content: "\E199"; }

.glyphicons-ban-circle:before {
  content: "\E200"; }

.glyphicons-download:before {
  content: "\E201"; }

.glyphicons-upload:before {
  content: "\E202"; }

.glyphicons-shopping-cart:before {
  content: "\E203"; }

.glyphicons-lock:before {
  content: "\E204"; }

.glyphicons-unlock:before {
  content: "\E205"; }

.glyphicons-electricity:before {
  content: "\E206"; }

.glyphicons-ok:before {
  content: "\E207"; }

.glyphicons-remove:before {
  content: "\E208"; }

.glyphicons-cart-in:before {
  content: "\E209"; }

.glyphicons-cart-out:before {
  content: "\E210"; }

.glyphicons-arrow-left:before {
  content: "\E211"; }

.glyphicons-arrow-right:before {
  content: "\E212"; }

.glyphicons-arrow-down:before {
  content: "\E213"; }

.glyphicons-arrow-up:before {
  content: "\E214"; }

.glyphicons-resize-small:before {
  content: "\E215"; }

.glyphicons-resize-full:before {
  content: "\E216"; }

.glyphicons-circle-arrow-left:before {
  content: "\E217"; }

.glyphicons-circle-arrow-right:before {
  content: "\E218"; }

.glyphicons-circle-arrow-top:before {
  content: "\E219"; }

.glyphicons-circle-arrow-down:before {
  content: "\E220"; }

.glyphicons-play-button:before {
  content: "\E221"; }

.glyphicons-unshare:before {
  content: "\E222"; }

.glyphicons-share:before {
  content: "\E223"; }

.glyphicons-chevron-right:before {
  content: "\E224"; }

.glyphicons-chevron-left:before {
  content: "\E225"; }

.glyphicons-bluetooth:before {
  content: "\E226"; }

.glyphicons-euro:before {
  content: "\E227"; }

.glyphicons-usd:before {
  content: "\E228"; }

.glyphicons-gbp:before {
  content: "\E229"; }

.glyphicons-retweet-2:before {
  content: "\E230"; }

.glyphicons-moon:before {
  content: "\E231"; }

.glyphicons-sun:before {
  content: "\E232"; }

.glyphicons-cloud:before {
  content: "\E233"; }

.glyphicons-direction:before {
  content: "\E234"; }

.glyphicons-brush:before {
  content: "\E235"; }

.glyphicons-pen:before {
  content: "\E236"; }

.glyphicons-zoom-in:before {
  content: "\E237"; }

.glyphicons-zoom-out:before {
  content: "\E238"; }

.glyphicons-pin:before {
  content: "\E239"; }

.glyphicons-albums:before {
  content: "\E240"; }

.glyphicons-rotation-lock:before {
  content: "\E241"; }

.glyphicons-flash:before {
  content: "\E242"; }

.glyphicons-map-marker:before {
  content: "\E243"; }

.glyphicons-anchor:before {
  content: "\E244"; }

.glyphicons-conversation:before {
  content: "\E245"; }

.glyphicons-chat:before {
  content: "\E246"; }

.glyphicons-note-empty:before {
  content: "\E247"; }

.glyphicons-note:before {
  content: "\E248"; }

.glyphicons-asterisk:before {
  content: "\E249"; }

.glyphicons-divide:before {
  content: "\E250"; }

.glyphicons-snorkel-diving:before {
  content: "\E251"; }

.glyphicons-scuba-diving:before {
  content: "\E252"; }

.glyphicons-oxygen-bottle:before {
  content: "\E253"; }

.glyphicons-fins:before {
  content: "\E254"; }

.glyphicons-fishes:before {
  content: "\E255"; }

.glyphicons-boat:before {
  content: "\E256"; }

.glyphicons-delete:before {
  content: "\E257"; }

.glyphicons-sheriffs-star:before {
  content: "\E258"; }

.glyphicons-qrcode:before {
  content: "\E259"; }

.glyphicons-barcode:before {
  content: "\E260"; }

.glyphicons-pool:before {
  content: "\E261"; }

.glyphicons-buoy:before {
  content: "\E262"; }

.glyphicons-spade:before {
  content: "\E263"; }

.glyphicons-bank:before {
  content: "\E264"; }

.glyphicons-vcard:before {
  content: "\E265"; }

.glyphicons-electrical-plug:before {
  content: "\E266"; }

.glyphicons-flag:before {
  content: "\E267"; }

.glyphicons-credit-card:before {
  content: "\E268"; }

.glyphicons-keyboard-wireless:before {
  content: "\E269"; }

.glyphicons-keyboard-wired:before {
  content: "\E270"; }

.glyphicons-shield:before {
  content: "\E271"; }

.glyphicons-ring:before {
  content: "\E272"; }

.glyphicons-cake:before {
  content: "\E273"; }

.glyphicons-drink:before {
  content: "\E274"; }

.glyphicons-beer:before {
  content: "\E275"; }

.glyphicons-fast-food:before {
  content: "\E276"; }

.glyphicons-cutlery:before {
  content: "\E277"; }

.glyphicons-pizza:before {
  content: "\E278"; }

.glyphicons-birthday-cake:before {
  content: "\E279"; }

.glyphicons-tablet:before {
  content: "\E280"; }

.glyphicons-settings:before {
  content: "\E281"; }

.glyphicons-bullets:before {
  content: "\E282"; }

.glyphicons-cardio:before {
  content: "\E283"; }

.glyphicons-t-shirt:before {
  content: "\E284"; }

.glyphicons-pants:before {
  content: "\E285"; }

.glyphicons-sweater:before {
  content: "\E286"; }

.glyphicons-fabric:before {
  content: "\E287"; }

.glyphicons-leather:before {
  content: "\E288"; }

.glyphicons-scissors:before {
  content: "\E289"; }

.glyphicons-bomb:before {
  content: "\E290"; }

.glyphicons-skull:before {
  content: "\E291"; }

.glyphicons-celebration:before {
  content: "\E292"; }

.glyphicons-tea-kettle:before {
  content: "\E293"; }

.glyphicons-french-press:before {
  content: "\E294"; }

.glyphicons-coffee-cup:before {
  content: "\E295"; }

.glyphicons-pot:before {
  content: "\E296"; }

.glyphicons-grater:before {
  content: "\E297"; }

.glyphicons-kettle:before {
  content: "\E298"; }

.glyphicons-hospital:before {
  content: "\E299"; }

.glyphicons-hospital-h:before {
  content: "\E300"; }

.glyphicons-microphone:before {
  content: "\E301"; }

.glyphicons-webcam:before {
  content: "\E302"; }

.glyphicons-temple-christianity-church:before {
  content: "\E303"; }

.glyphicons-temple-islam:before {
  content: "\E304"; }

.glyphicons-temple-hindu:before {
  content: "\E305"; }

.glyphicons-temple-buddhist:before {
  content: "\E306"; }

.glyphicons-bicycle:before {
  content: "\E307"; }

.glyphicons-life-preserver:before {
  content: "\E308"; }

.glyphicons-share-alt:before {
  content: "\E309"; }

.glyphicons-comments:before {
  content: "\E310"; }

.glyphicons-flower:before {
  content: "\E311"; }

.glyphicons-baseball:before {
  content: "\E312"; }

.glyphicons-rugby:before {
  content: "\E313"; }

.glyphicons-ax:before {
  content: "\E314"; }

.glyphicons-table-tennis:before {
  content: "\E315"; }

.glyphicons-bowling:before {
  content: "\E316"; }

.glyphicons-tree-conifer:before {
  content: "\E317"; }

.glyphicons-tree-deciduous:before {
  content: "\E318"; }

.glyphicons-more-items:before {
  content: "\E319"; }

.glyphicons-sort:before {
  content: "\E320"; }

.glyphicons-filter:before {
  content: "\E321"; }

.glyphicons-gamepad:before {
  content: "\E322"; }

.glyphicons-playing-dices:before {
  content: "\E323"; }

.glyphicons-calculator:before {
  content: "\E324"; }

.glyphicons-tie:before {
  content: "\E325"; }

.glyphicons-wallet:before {
  content: "\E326"; }

.glyphicons-piano:before {
  content: "\E327"; }

.glyphicons-sampler:before {
  content: "\E328"; }

.glyphicons-podium:before {
  content: "\E329"; }

.glyphicons-soccer-ball:before {
  content: "\E330"; }

.glyphicons-blog:before {
  content: "\E331"; }

.glyphicons-dashboard:before {
  content: "\E332"; }

.glyphicons-certificate:before {
  content: "\E333"; }

.glyphicons-bell:before {
  content: "\E334"; }

.glyphicons-candle:before {
  content: "\E335"; }

.glyphicons-pushpin:before {
  content: "\E336"; }

.glyphicons-iphone-shake:before {
  content: "\E337"; }

.glyphicons-pin-flag:before {
  content: "\E338"; }

.glyphicons-turtle:before {
  content: "\E339"; }

.glyphicons-rabbit:before {
  content: "\E340"; }

.glyphicons-globe:before {
  content: "\E341"; }

.glyphicons-briefcase:before {
  content: "\E342"; }

.glyphicons-hdd:before {
  content: "\E343"; }

.glyphicons-thumbs-up:before {
  content: "\E344"; }

.glyphicons-thumbs-down:before {
  content: "\E345"; }

.glyphicons-hand-right:before {
  content: "\E346"; }

.glyphicons-hand-left:before {
  content: "\E347"; }

.glyphicons-hand-up:before {
  content: "\E348"; }

.glyphicons-hand-down:before {
  content: "\E349"; }

.glyphicons-fullscreen:before {
  content: "\E350"; }

.glyphicons-shopping-bag:before {
  content: "\E351"; }

.glyphicons-book-open:before {
  content: "\E352"; }

.glyphicons-nameplate:before {
  content: "\E353"; }

.glyphicons-nameplate-alt:before {
  content: "\E354"; }

.glyphicons-vases:before {
  content: "\E355"; }

.glyphicons-bullhorn:before {
  content: "\E356"; }

.glyphicons-dumbbell:before {
  content: "\E357"; }

.glyphicons-suitcase:before {
  content: "\E358"; }

.glyphicons-file-import:before {
  content: "\E359"; }

.glyphicons-file-export:before {
  content: "\E360"; }

.glyphicons-bug:before {
  content: "\E361"; }

.glyphicons-crown:before {
  content: "\E362"; }

.glyphicons-smoking:before {
  content: "\E363"; }

.glyphicons-cloud-upload:before {
  content: "\E364"; }

.glyphicons-cloud-download:before {
  content: "\E365"; }

.glyphicons-restart:before {
  content: "\E366"; }

.glyphicons-security-camera:before {
  content: "\E367"; }

.glyphicons-expand:before {
  content: "\E368"; }

.glyphicons-collapse:before {
  content: "\E369"; }

.glyphicons-collapse-top:before {
  content: "\E370"; }

.glyphicons-globe-af:before {
  content: "\E371"; }

.glyphicons-global:before {
  content: "\E372"; }

.glyphicons-spray:before {
  content: "\E373"; }

.glyphicons-nails:before {
  content: "\E374"; }

.glyphicons-claw-hammer:before {
  content: "\E375"; }

.glyphicons-classic-hammer:before {
  content: "\E376"; }

.glyphicons-hand-saw:before {
  content: "\E377"; }

.glyphicons-riflescope:before {
  content: "\E378"; }

.glyphicons-electrical-socket-eu:before {
  content: "\E379"; }

.glyphicons-electrical-socket-us:before {
  content: "\E380"; }

.glyphicons-message-forward:before {
  content: "\E381"; }

.glyphicons-coat-hanger:before {
  content: "\E382"; }

.glyphicons-dress:before {
  content: "\E383"; }

.glyphicons-bathrobe:before {
  content: "\E384"; }

.glyphicons-shirt:before {
  content: "\E385"; }

.glyphicons-underwear:before {
  content: "\E386"; }

.glyphicons-log-in:before {
  content: "\E387"; }

.glyphicons-log-out:before {
  content: "\E388"; }

.glyphicons-exit:before {
  content: "\E389"; }

.glyphicons-new-window-alt:before {
  content: "\E390"; }

.glyphicons-video-sd:before {
  content: "\E391"; }

.glyphicons-video-hd:before {
  content: "\E392"; }

.glyphicons-subtitles:before {
  content: "\E393"; }

.glyphicons-sound-stereo:before {
  content: "\E394"; }

.glyphicons-sound-dolby:before {
  content: "\E395"; }

.glyphicons-sound-5-1:before {
  content: "\E396"; }

.glyphicons-sound-6-1:before {
  content: "\E397"; }

.glyphicons-sound-7-1:before {
  content: "\E398"; }

.glyphicons-copyright-mark:before {
  content: "\E399"; }

.glyphicons-registration-mark:before {
  content: "\E400"; }

.glyphicons-radar:before {
  content: "\E401"; }

.glyphicons-skateboard:before {
  content: "\E402"; }

.glyphicons-golf-course:before {
  content: "\E403"; }

.glyphicons-sorting:before {
  content: "\E404"; }

.glyphicons-sort-by-alphabet:before {
  content: "\E405"; }

.glyphicons-sort-by-alphabet-alt:before {
  content: "\E406"; }

.glyphicons-sort-by-order:before {
  content: "\E407"; }

.glyphicons-sort-by-order-alt:before {
  content: "\E408"; }

.glyphicons-sort-by-attributes:before {
  content: "\E409"; }

.glyphicons-sort-by-attributes-alt:before {
  content: "\E410"; }

.glyphicons-compressed:before {
  content: "\E411"; }

.glyphicons-package:before {
  content: "\E412"; }

.glyphicons-cloud-plus:before {
  content: "\E413"; }

.glyphicons-cloud-minus:before {
  content: "\E414"; }

.glyphicons-disk-save:before {
  content: "\E415"; }

.glyphicons-disk-open:before {
  content: "\E416"; }

.glyphicons-disk-saved:before {
  content: "\E417"; }

.glyphicons-disk-remove:before {
  content: "\E418"; }

.glyphicons-disk-import:before {
  content: "\E419"; }

.glyphicons-disk-export:before {
  content: "\E420"; }

.glyphicons-tower:before {
  content: "\E421"; }

.glyphicons-send:before {
  content: "\E422"; }

.glyphicons-git-branch:before {
  content: "\E423"; }

.glyphicons-git-create:before {
  content: "\E424"; }

.glyphicons-git-private:before {
  content: "\E425"; }

.glyphicons-git-delete:before {
  content: "\E426"; }

.glyphicons-git-merge:before {
  content: "\E427"; }

.glyphicons-git-pull-request:before {
  content: "\E428"; }

.glyphicons-git-compare:before {
  content: "\E429"; }

.glyphicons-git-commit:before {
  content: "\E430"; }

.glyphicons-construction-cone:before {
  content: "\E431"; }

.glyphicons-shoe-steps:before {
  content: "\E432"; }

.glyphicons-plus:before {
  content: "\E433"; }

.glyphicons-minus:before {
  content: "\E434"; }

.glyphicons-redo:before {
  content: "\E435"; }

.glyphicons-undo:before {
  content: "\E436"; }

.glyphicons-golf:before {
  content: "\E437"; }

.glyphicons-hockey:before {
  content: "\E438"; }

.glyphicons-pipe:before {
  content: "\E439"; }

.glyphicons-wrench:before {
  content: "\E440"; }

.glyphicons-folder-closed:before {
  content: "\E441"; }

.glyphicons-phone-alt:before {
  content: "\E442"; }

.glyphicons-earphone:before {
  content: "\E443"; }

.glyphicons-floppy-disk:before {
  content: "\E444"; }

.glyphicons-floppy-saved:before {
  content: "\E445"; }

.glyphicons-floppy-remove:before {
  content: "\E446"; }

.glyphicons-floppy-save:before {
  content: "\E447"; }

.glyphicons-floppy-open:before {
  content: "\E448"; }

.glyphicons-translate:before {
  content: "\E449"; }

.glyphicons-fax:before {
  content: "\E450"; }

.glyphicons-factory:before {
  content: "\E451"; }

.glyphicons-shop-window:before {
  content: "\E452"; }

.glyphicons-shop:before {
  content: "\E453"; }

.glyphicons-kiosk:before {
  content: "\E454"; }

.glyphicons-kiosk-wheels:before {
  content: "\E455"; }

.glyphicons-kiosk-light:before {
  content: "\E456"; }

.glyphicons-kiosk-food:before {
  content: "\E457"; }

.glyphicons-transfer:before {
  content: "\E458"; }

.glyphicons-money:before {
  content: "\E459"; }

.glyphicons-header:before {
  content: "\E460"; }

.glyphicons-blacksmith:before {
  content: "\E461"; }

.glyphicons-saw-blade:before {
  content: "\E462"; }

.glyphicons-basketball:before {
  content: "\E463"; }

.glyphicons-server:before {
  content: "\E464"; }

.glyphicons-server-plus:before {
  content: "\E465"; }

.glyphicons-server-minus:before {
  content: "\E466"; }

.glyphicons-server-ban:before {
  content: "\E467"; }

.glyphicons-server-flag:before {
  content: "\E468"; }

.glyphicons-server-lock:before {
  content: "\E469"; }

.glyphicons-server-new:before {
  content: "\E470"; }

.glyphicons-charging-station:before {
  content: "\E471"; }

.glyphicons-gas-station:before {
  content: "\E472"; }

.glyphicons-target:before {
  content: "\E473"; }

.glyphicons-bed:before {
  content: "\E474"; }

.glyphicons-mosquito:before {
  content: "\E475"; }

.glyphicons-dining-set:before {
  content: "\E476"; }

.glyphicons-plate-of-food:before {
  content: "\E477"; }

.glyphicons-hygiene-kit:before {
  content: "\E478"; }

.glyphicons-blackboard:before {
  content: "\E479"; }

.glyphicons-marriage:before {
  content: "\E480"; }

.glyphicons-bucket:before {
  content: "\E481"; }

.glyphicons-none-color-swatch:before {
  content: "\E482"; }

.glyphicons-bring-forward:before {
  content: "\E483"; }

.glyphicons-bring-to-front:before {
  content: "\E484"; }

.glyphicons-send-backward:before {
  content: "\E485"; }

.glyphicons-send-to-back:before {
  content: "\E486"; }

.glyphicons-fit-frame-to-image:before {
  content: "\E487"; }

.glyphicons-fit-image-to-frame:before {
  content: "\E488"; }

.glyphicons-multiple-displays:before {
  content: "\E489"; }

.glyphicons-handshake:before {
  content: "\E490"; }

.glyphicons-child:before {
  content: "\E491"; }

.glyphicons-baby-formula:before {
  content: "\E492"; }

.glyphicons-medicine:before {
  content: "\E493"; }

.glyphicons-atv-vehicle:before {
  content: "\E494"; }

.glyphicons-motorcycle:before {
  content: "\E495"; }

.glyphicons-bed-alt:before {
  content: "\E496"; }

.glyphicons-tent:before {
  content: "\E497"; }

.glyphicons-glasses:before {
  content: "\E498"; }

.glyphicons-sunglasses:before {
  content: "\E499"; }

.glyphicons-family:before {
  content: "\E500"; }

.glyphicons-education:before {
  content: "\E501"; }

.glyphicons-shoes:before {
  content: "\E502"; }

.glyphicons-map:before {
  content: "\E503"; }

.glyphicons-cd:before {
  content: "\E504"; }

.glyphicons-alert:before {
  content: "\E505"; }

.glyphicons-piggy-bank:before {
  content: "\E506"; }

.glyphicons-star-half:before {
  content: "\E507"; }

.glyphicons-cluster:before {
  content: "\E508"; }

.glyphicons-flowchart:before {
  content: "\E509"; }

.glyphicons-commodities:before {
  content: "\E510"; }

.glyphicons-duplicate:before {
  content: "\E511"; }

.glyphicons-copy:before {
  content: "\E512"; }

.glyphicons-paste:before {
  content: "\E513"; }

.glyphicons-bath-bathtub:before {
  content: "\E514"; }

.glyphicons-bath-shower:before {
  content: "\E515"; }

.glyphicons-shower:before {
  content: "\E516"; }

.glyphicons-menu-hamburger:before {
  content: "\E517"; }

.glyphicons-option-vertical:before {
  content: "\E518"; }

.glyphicons-option-horizontal:before {
  content: "\E519"; }

.glyphicons-currency-conversion:before {
  content: "\E520"; }

.glyphicons-user-ban:before {
  content: "\E521"; }

.glyphicons-user-lock:before {
  content: "\E522"; }

.glyphicons-user-flag:before {
  content: "\E523"; }

.glyphicons-user-asterisk:before {
  content: "\E524"; }

.glyphicons-user-alert:before {
  content: "\E525"; }

.glyphicons-user-key:before {
  content: "\E526"; }

.glyphicons-user-conversation:before {
  content: "\E527"; }

.glyphicons-database:before {
  content: "\E528"; }

.glyphicons-database-search:before {
  content: "\E529"; }

.glyphicons-list-alt:before {
  content: "\E530"; }

.glyphicons-hazard-sign:before {
  content: "\E531"; }

.glyphicons-hazard:before {
  content: "\E532"; }

.glyphicons-stop-sign:before {
  content: "\E533"; }

.glyphicons-lab:before {
  content: "\E534"; }

.glyphicons-lab-alt:before {
  content: "\E535"; }

.glyphicons-ice-cream:before {
  content: "\E536"; }

.glyphicons-ice-lolly:before {
  content: "\E537"; }

.glyphicons-ice-lolly-tasted:before {
  content: "\E538"; }

.glyphicons-invoice:before {
  content: "\E539"; }

.glyphicons-cart-tick:before {
  content: "\E540"; }

.glyphicons-hourglass:before {
  content: "\E541"; }

.glyphicons-cat:before {
  content: "\E542"; }

.glyphicons-lamp:before {
  content: "\E543"; }

.glyphicons-scale-classic:before {
  content: "\E544"; }

.glyphicons-eye-plus:before {
  content: "\E545"; }

.glyphicons-eye-minus:before {
  content: "\E546"; }

.glyphicons-quote:before {
  content: "\E547"; }

.glyphicons-bitcoin:before {
  content: "\E548"; }

.glyphicons-yen:before {
  content: "\E549"; }

.glyphicons-ruble:before {
  content: "\E550"; }

.glyphicons-erase:before {
  content: "\E551"; }

.glyphicons-podcast:before {
  content: "\E552"; }

.glyphicons-firework:before {
  content: "\E553"; }

.glyphicons-scale:before {
  content: "\E554"; }

.glyphicons-king:before {
  content: "\E555"; }

.glyphicons-queen:before {
  content: "\E556"; }

.glyphicons-pawn:before {
  content: "\E557"; }

.glyphicons-bishop:before {
  content: "\E558"; }

.glyphicons-knight:before {
  content: "\E559"; }

.glyphicons-mic-mute:before {
  content: "\E560"; }

.glyphicons-voicemail:before {
  content: "\E561"; }

.glyphicons-paragraph-alt:before {
  content: "\E562"; }

.glyphicons-person-walking:before {
  content: "\E563"; }

.glyphicons-person-wheelchair:before {
  content: "\E564"; }

.glyphicons-underground:before {
  content: "\E565"; }

.glyphicons-car-hov:before {
  content: "\E566"; }

.glyphicons-car-rental:before {
  content: "\E567"; }

.glyphicons-transport:before {
  content: "\E568"; }

.glyphicons-taxi:before {
  content: "\E569"; }

.glyphicons-ice-cream-no:before {
  content: "\E570"; }

.glyphicons-uk-rat-u:before {
  content: "\E571"; }

.glyphicons-uk-rat-pg:before {
  content: "\E572"; }

.glyphicons-uk-rat-12a:before {
  content: "\E573"; }

.glyphicons-uk-rat-12:before {
  content: "\E574"; }

.glyphicons-uk-rat-15:before {
  content: "\E575"; }

.glyphicons-uk-rat-18:before {
  content: "\E576"; }

.glyphicons-uk-rat-r18:before {
  content: "\E577"; }

.glyphicons-tv:before {
  content: "\E578"; }

.glyphicons-sms:before {
  content: "\E579"; }

.glyphicons-mms:before {
  content: "\E580"; }

.glyphicons-us-rat-g:before {
  content: "\E581"; }

.glyphicons-us-rat-pg:before {
  content: "\E582"; }

.glyphicons-us-rat-pg-13:before {
  content: "\E583"; }

.glyphicons-us-rat-restricted:before {
  content: "\E584"; }

.glyphicons-us-rat-no-one-17:before {
  content: "\E585"; }

.glyphicons-equalizer:before {
  content: "\E586"; }

.glyphicons-speakers:before {
  content: "\E587"; }

.glyphicons-remote-control:before {
  content: "\E588"; }

.glyphicons-remote-control-tv:before {
  content: "\E589"; }

.glyphicons-shredder:before {
  content: "\E590"; }

.glyphicons-folder-heart:before {
  content: "\E591"; }

.glyphicons-person-running:before {
  content: "\E592"; }

.glyphicons-person:before {
  content: "\E593"; }

.glyphicons-voice:before {
  content: "\E594"; }

.glyphicons-stethoscope:before {
  content: "\E595"; }

.glyphicons-paired:before {
  content: "\E596"; }

.glyphicons-activity:before {
  content: "\E597"; }

.glyphicons-watch:before {
  content: "\E598"; }

.glyphicons-scissors-alt:before {
  content: "\E599"; }

.glyphicons-car-wheel:before {
  content: "\E600"; }

.glyphicons-chevron-up:before {
  content: "\E601"; }

.glyphicons-chevron-down:before {
  content: "\E602"; }

.glyphicons-superscript:before {
  content: "\E603"; }

.glyphicons-subscript:before {
  content: "\E604"; }

.glyphicons-text-size:before {
  content: "\E605"; }

.glyphicons-text-color:before {
  content: "\E606"; }

.glyphicons-text-background:before {
  content: "\E607"; }

.glyphicons-modal-window:before {
  content: "\E608"; }

.glyphicons-newspaper:before {
  content: "\E609"; }

.glyphicons-tractor:before {
  content: "\E610"; }

.glyphicons-camping:before {
  content: "\E611"; }

.glyphicons-camping-benches:before {
  content: "\E612"; }

.glyphicons-forest:before {
  content: "\E613"; }

.glyphicons-park:before {
  content: "\E614"; }

.glyphicons-field:before {
  content: "\E615"; }

.glyphicons-mountains:before {
  content: "\E616"; }

.glyphicons-fees-payments:before {
  content: "\E617"; }

.glyphicons-small-payments:before {
  content: "\E618"; }

.glyphicons-mixed-buildings:before {
  content: "\E619"; }

.glyphicons-industrial-zone:before {
  content: "\E620"; }

.glyphicons-visitor-tag:before {
  content: "\E621"; }

.glyphicons-businessman:before {
  content: "\E622"; }

.glyphicons-meditation:before {
  content: "\E623"; }

.glyphicons-bath:before {
  content: "\E624"; }

.glyphicons-donate:before {
  content: "\E625"; }

.glyphicons-sauna:before {
  content: "\E626"; }

.glyphicons-bedroom-nightstand:before {
  content: "\E627"; }

.glyphicons-bedroom-lamp:before {
  content: "\E628"; }

.glyphicons-doctor:before {
  content: "\E629"; }

.glyphicons-engineering-networks:before {
  content: "\E630"; }

.glyphicons-washing-machine:before {
  content: "\E631"; }

.glyphicons-dryer:before {
  content: "\E632"; }

.glyphicons-dishwasher:before {
  content: "\E633"; }

.glyphicons-luggage-group:before {
  content: "\E634"; }

.glyphicons-teenager:before {
  content: "\E635"; }

.glyphicons-person-stick:before {
  content: "\E636"; }

.glyphicons-person-stick-old:before {
  content: "\E637"; }

.glyphicons-traveler:before {
  content: "\E638"; }

.glyphicons-veteran:before {
  content: "\E639"; }

.glyphicons-group-chat:before {
  content: "\E640"; }

.glyphicons-elections:before {
  content: "\E641"; }

.glyphicons-law-justice:before {
  content: "\E642"; }

.glyphicons-judiciary:before {
  content: "\E643"; }

.glyphicons-house-fire:before {
  content: "\E644"; }

.glyphicons-firefighters:before {
  content: "\E645"; }

.glyphicons-police:before {
  content: "\E646"; }

.glyphicons-ambulance:before {
  content: "\E647"; }

.glyphicons-light-beacon:before {
  content: "\E648"; }

.glyphicons-important-day:before {
  content: "\E649"; }

.glyphicons-bike-park:before {
  content: "\E650"; }

.glyphicons-object-align-top:before {
  content: "\E651"; }

.glyphicons-object-align-bottom:before {
  content: "\E652"; }

.glyphicons-object-align-horizontal:before {
  content: "\E653"; }

.glyphicons-object-align-left:before {
  content: "\E654"; }

.glyphicons-object-align-vertical:before {
  content: "\E655"; }

.glyphicons-object-align-right:before {
  content: "\E656"; }

.glyphicons-reflect-y:before {
  content: "\E657"; }

.glyphicons-reflect-x:before {
  content: "\E658"; }

.glyphicons-tick:before {
  content: "\E659"; }

.glyphicons-lawnmower:before {
  content: "\E660"; }

.glyphicons-call-redirect:before {
  content: "\E661"; }

.glyphicons-call-ip:before {
  content: "\E662"; }

.glyphicons-call-record:before {
  content: "\E663"; }

.glyphicons-call-ringtone:before {
  content: "\E664"; }

.glyphicons-call-traffic:before {
  content: "\E665"; }

.glyphicons-call-hold:before {
  content: "\E666"; }

.glyphicons-call-incoming:before {
  content: "\E667"; }

.glyphicons-call-outgoing:before {
  content: "\E668"; }

.glyphicons-call-video:before {
  content: "\E669"; }

.glyphicons-call-missed:before {
  content: "\E670"; }

.glyphicons-theater:before {
  content: "\E671"; }

.glyphicons-heartbeat:before {
  content: "\E672"; }

.glyphicons-kettlebell:before {
  content: "\E673"; }

.glyphicons-fireplace:before {
  content: "\E674"; }

.glyphicons-street-lights:before {
  content: "\E675"; }

.glyphicons-pedestrian:before {
  content: "\E676"; }

.glyphicons-flood:before {
  content: "\E677"; }

.glyphicons-open-water:before {
  content: "\E678"; }

.glyphicons-for-sale:before {
  content: "\E679"; }

.glyphicons-dustbin:before {
  content: "\E680"; }

.glyphicons-door:before {
  content: "\E681"; }

.glyphicons-camp-fire:before {
  content: "\E682"; }

.glyphicons-fleur-de-lis:before {
  content: "\E683"; }

.glyphicons-temperature-settings:before {
  content: "\E684"; }

.glyphicons-article:before {
  content: "\E685"; }

.glyphicons-sunbath:before {
  content: "\E686"; }

.glyphicons-balanced-diet:before {
  content: "\E687"; }

.glyphicons-ticket:before {
  content: "\E688"; }

.glyphicons-parking-ticket:before {
  content: "\E689"; }

.glyphicons-parking-meter:before {
  content: "\E690"; }

.glyphicons-laptop:before {
  content: "\E691"; }

.glyphicons-tree-structure:before {
  content: "\E692"; }

.glyphicons-weather-warning:before {
  content: "\E693"; }

.glyphicons-temperature-low:before {
  content: "\E694"; }

.glyphicons-temperature-high:before {
  content: "\E695"; }

.glyphicons-temperature-low-warning:before {
  content: "\E696"; }

.glyphicons-temperature-high-warning:before {
  content: "\E697"; }

.glyphicons-hurricane:before {
  content: "\E698"; }

.glyphicons-storm:before {
  content: "\E699"; }

.glyphicons-sorted-waste:before {
  content: "\E700"; }

.glyphicons-ear:before {
  content: "\E701"; }

.glyphicons-ear-deaf:before {
  content: "\E702"; }

.glyphicons-file-plus:before {
  content: "\E703"; }

.glyphicons-file-minus:before {
  content: "\E704"; }

.glyphicons-file-lock:before {
  content: "\E705"; }

.glyphicons-file-cloud:before {
  content: "\E706"; }

.glyphicons-file-cloud-download:before {
  content: "\E707"; }

.glyphicons-file-cloud-upload:before {
  content: "\E708"; }

.glyphicons-paragraph:before {
  content: "\E709"; }

.glyphicons-list-numbered:before {
  content: "\E710"; }

.glyphicons-donate-heart:before {
  content: "\E711"; }

.glyphicons-government:before {
  content: "\E712"; }

.glyphicons-maze:before {
  content: "\E713"; }

.glyphicons-chronicle:before {
  content: "\E714"; }

.glyphicons-user-structure:before {
  content: "\E715"; }

.glyphicons-recycle:before {
  content: "\E716"; }

.glyphicons-gas:before {
  content: "\E717"; }

.glyphicons-waste-pipe:before {
  content: "\E718"; }

.glyphicons-water-pipe:before {
  content: "\E719"; }

.glyphicons-parking:before {
  content: "\E720"; }

.glyphicons-closed:before {
  content: "\E721"; }

.glyphicons-mouse:before {
  content: "\E722"; }

.glyphicons-mouse-double-click:before {
  content: "\E723"; }

.glyphicons-mouse-left-click:before {
  content: "\E724"; }

.glyphicons-mouse-right-click:before {
  content: "\E725"; }

.glyphicons-mouse-middle-click:before {
  content: "\E726"; }

.glyphicons-mouse-scroll:before {
  content: "\E727"; }

.glyphicons-resize-vertical:before {
  content: "\E728"; }

.glyphicons-resize-horizontal:before {
  content: "\E729"; }

.glyphicons-temperature:before {
  content: "\E730"; }

.glyphicons-puzzle:before {
  content: "\E731"; }

.glyphicons-puzzle-2:before {
  content: "\E732"; }

.glyphicons-puzzle-3:before {
  content: "\E733"; }

.glyphicons-nearby-square:before {
  content: "\E734"; }

.glyphicons-nearby-circle:before {
  content: "\E735"; }

.glyphicons-rotate-right:before {
  content: "\E736"; }

.glyphicons-rotate-left:before {
  content: "\E737"; }

.glyphicons-pictures:before {
  content: "\E738"; }

.glyphicons-photo-album:before {
  content: "\E739"; }

.glyphicons-cadastral-map:before {
  content: "\E740"; }

.glyphicons-fingerprint-scan:before {
  content: "\E741"; }

.glyphicons-fingerprint:before {
  content: "\E742"; }

.glyphicons-fingerprint-lock:before {
  content: "\E743"; }

.glyphicons-fingerprint-ok:before {
  content: "\E744"; }

.glyphicons-fingerprint-remove:before {
  content: "\E745"; }

.glyphicons-fingerprint-reload:before {
  content: "\E746"; }

.glyphicons-pending-notifications:before {
  content: "\E747"; }

.glyphicons-synchronization:before {
  content: "\E748"; }

.glyphicons-synchronization-ban:before {
  content: "\E749"; }

.glyphicons-hash:before {
  content: "\E750"; }

.glyphicons-gender-male:before {
  content: "\E751"; }

.glyphicons-gender-female:before {
  content: "\E752"; }

.glyphicons-gender-virgin-female:before {
  content: "\E753"; }

.glyphicons-gender-intersex:before {
  content: "\E754"; }

.glyphicons-gender-transgender:before {
  content: "\E755"; }

.glyphicons-gender-ori-lesbian:before {
  content: "\E756"; }

.glyphicons-gender-ori-gay:before {
  content: "\E757"; }

.glyphicons-gender-ori-hetero:before {
  content: "\E758"; }

.glyphicons-gender-other:before {
  content: "\E759"; }

.glyphicons-gender-unknown:before {
  content: "\E760"; }

.glyphicons-scanner:before {
  content: "\E761"; }

.glyphicons-multifunction-printer:before {
  content: "\E762"; }

.glyphicons-lasso:before {
  content: "\E763"; }

.glyphicons-view-360:before {
  content: "\E764"; }

.glyphicons-battery-charging:before {
  content: "\E765"; }

.glyphicons-battery-full:before {
  content: "\E766"; }

.glyphicons-battery-75:before {
  content: "\E767"; }

.glyphicons-battery-50:before {
  content: "\E768"; }

.glyphicons-battery-25:before {
  content: "\E769"; }

.glyphicons-battery-10:before {
  content: "\E770"; }

.glyphicons-satellite:before {
  content: "\E771"; }

.glyphicons-satellite-dish:before {
  content: "\E772"; }

.glyphicons-satellite-dish-alt:before {
  content: "\E773"; }

.glyphicons-auction:before {
  content: "\E774"; }

.glyphicons-directions:before {
  content: "\E775"; }

.glyphicons-race:before {
  content: "\E776"; }

.glyphicons-robot:before {
  content: "\E777"; }

.glyphicons-ruler-alt:before {
  content: "\E778"; }

.glyphicons-cube-empty:before {
  content: "\E779"; }

.glyphicons-cube-black:before {
  content: "\E780"; }

.glyphicons-move-square:before {
  content: "\E781"; }

.glyphicons-drop:before {
  content: "\E782"; }

.glyphicons-vr-headset:before {
  content: "\E783"; }

.glyphicons-vr-charging:before {
  content: "\E784"; }

.glyphicons-vr-low-battery:before {
  content: "\E785"; }

.glyphicons-vr-paired:before {
  content: "\E786"; }

.glyphicons-vr-settings:before {
  content: "\E787"; }

.glyphicons-vr-maintenance:before {
  content: "\E788"; }

.glyphicons-filter-remove:before {
  content: "\E789"; }

.glyphicons-filter-applied:before {
  content: "\E790"; }

.glyphicons-one-day:before {
  content: "\E791"; }

.glyphicons-user-vr:before {
  content: "\E792"; }

.glyphicons-user-vr-add:before {
  content: "\E793"; }

.glyphicons-user-vr-remove:before {
  content: "\E794"; }

.glyphicons-dice-1:before {
  content: "\E795"; }

.glyphicons-dice-2:before {
  content: "\E796"; }

.glyphicons-dice-3:before {
  content: "\E797"; }

.glyphicons-dice-4:before {
  content: "\E798"; }

.glyphicons-dice-5:before {
  content: "\E799"; }

.glyphicons-dice-6:before {
  content: "\E800"; }

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../fonts/glyphicons-halflings-regular.eot");
  src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); }

.halflings {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.halflings.x05 {
  font-size: 6px; }

.halflings.x2 {
  font-size: 24px; }

.halflings.x3 {
  font-size: 36px; }

.halflings.x4 {
  font-size: 48px; }

.halflings.x5 {
  font-size: 60px; }

.halflings.x6 {
  font-size: 72px; }

.halflings.x7 {
  font-size: 84px; }

.halflings.x8 {
  font-size: 96px; }

.halflings.light:before {
  color: #f2f2f2; }

.halflings.drop:before {
  text-shadow: -1px 1px 3px rgba(0, 0, 0, 0.3); }

.halflings.flip {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH"; }

.halflings.flipv {
  -moz-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  filter: FlipV;
  -ms-filter: "FlipV"; }

.halflings.rotate90 {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.halflings.rotate180 {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.halflings.rotate270 {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.halflings-glass:before {
  content: "\E001"; }

.halflings-music:before {
  content: "\E002"; }

.halflings-search:before {
  content: "\E003"; }

.halflings-envelope:before {
  content: "\E004"; }

.halflings-heart:before {
  content: "\E005"; }

.halflings-star:before {
  content: "\E006"; }

.halflings-star-empty:before {
  content: "\E007"; }

.halflings-user:before {
  content: "\E008"; }

.halflings-film:before {
  content: "\E009"; }

.halflings-th-large:before {
  content: "\E010"; }

.halflings-th:before {
  content: "\E011"; }

.halflings-th-list:before {
  content: "\E012"; }

.halflings-ok:before {
  content: "\E013"; }

.halflings-remove:before {
  content: "\E014"; }

.halflings-zoom-in:before {
  content: "\E015"; }

.halflings-zoom-out:before {
  content: "\E016"; }

.halflings-off:before {
  content: "\E017"; }

.halflings-signal:before {
  content: "\E018"; }

.halflings-cog:before {
  content: "\E019"; }

.halflings-trash:before {
  content: "\E020"; }

.halflings-home:before {
  content: "\E021"; }

.halflings-file:before {
  content: "\E022"; }

.halflings-time:before {
  content: "\E023"; }

.halflings-road:before {
  content: "\E024"; }

.halflings-download-alt:before {
  content: "\E025"; }

.halflings-download:before {
  content: "\E026"; }

.halflings-upload:before {
  content: "\E027"; }

.halflings-inbox:before {
  content: "\E028"; }

.halflings-play-circle:before {
  content: "\E029"; }

.halflings-repeat:before {
  content: "\E030"; }

.halflings-refresh:before {
  content: "\E031"; }

.halflings-list-alt:before {
  content: "\E032"; }

.halflings-lock:before {
  content: "\E033"; }

.halflings-flag:before {
  content: "\E034"; }

.halflings-headphones:before {
  content: "\E035"; }

.halflings-volume-off:before {
  content: "\E036"; }

.halflings-volume-down:before {
  content: "\E037"; }

.halflings-volume-up:before {
  content: "\E038"; }

.halflings-qrcode:before {
  content: "\E039"; }

.halflings-barcode:before {
  content: "\E040"; }

.halflings-tag:before {
  content: "\E041"; }

.halflings-tags:before {
  content: "\E042"; }

.halflings-book:before {
  content: "\E043"; }

.halflings-bookmark:before {
  content: "\E044"; }

.halflings-print:before {
  content: "\E045"; }

.halflings-camera:before {
  content: "\E046"; }

.halflings-font:before {
  content: "\E047"; }

.halflings-bold:before {
  content: "\E048"; }

.halflings-italic:before {
  content: "\E049"; }

.halflings-text-height:before {
  content: "\E050"; }

.halflings-text-width:before {
  content: "\E051"; }

.halflings-align-left:before {
  content: "\E052"; }

.halflings-align-center:before {
  content: "\E053"; }

.halflings-align-right:before {
  content: "\E054"; }

.halflings-align-justify:before {
  content: "\E055"; }

.halflings-list:before {
  content: "\E056"; }

.halflings-indent-left:before {
  content: "\E057"; }

.halflings-indent-right:before {
  content: "\E058"; }

.halflings-facetime-video:before {
  content: "\E059"; }

.halflings-picture:before {
  content: "\E060"; }

.halflings-pencil:before {
  content: "\E061"; }

.halflings-map-marker:before {
  content: "\E062"; }

.halflings-adjust:before {
  content: "\E063"; }

.halflings-tint:before {
  content: "\E064"; }

.halflings-edit:before {
  content: "\E065"; }

.halflings-share:before {
  content: "\E066"; }

.halflings-check:before {
  content: "\E067"; }

.halflings-move:before {
  content: "\E068"; }

.halflings-step-backward:before {
  content: "\E069"; }

.halflings-fast-backward:before {
  content: "\E070"; }

.halflings-backward:before {
  content: "\E071"; }

.halflings-play:before {
  content: "\E072"; }

.halflings-pause:before {
  content: "\E073"; }

.halflings-stop:before {
  content: "\E074"; }

.halflings-forward:before {
  content: "\E075"; }

.halflings-fast-forward:before {
  content: "\E076"; }

.halflings-step-forward:before {
  content: "\E077"; }

.halflings-eject:before {
  content: "\E078"; }

.halflings-chevron-left:before {
  content: "\E079"; }

.halflings-chevron-right:before {
  content: "\E080"; }

.halflings-plus-sign:before {
  content: "\E081"; }

.halflings-minus-sign:before {
  content: "\E082"; }

.halflings-remove-sign:before {
  content: "\E083"; }

.halflings-ok-sign:before {
  content: "\E084"; }

.halflings-question-sign:before {
  content: "\E085"; }

.halflings-info-sign:before {
  content: "\E086"; }

.halflings-screenshot:before {
  content: "\E087"; }

.halflings-remove-circle:before {
  content: "\E088"; }

.halflings-ok-circle:before {
  content: "\E089"; }

.halflings-ban-circle:before {
  content: "\E090"; }

.halflings-arrow-left:before {
  content: "\E091"; }

.halflings-arrow-right:before {
  content: "\E092"; }

.halflings-arrow-up:before {
  content: "\E093"; }

.halflings-arrow-down:before {
  content: "\E094"; }

.halflings-share-alt:before {
  content: "\E095"; }

.halflings-resize-full:before {
  content: "\E096"; }

.halflings-resize-small:before {
  content: "\E097"; }

.halflings-plus:before {
  content: "\E098"; }

.halflings-minus:before {
  content: "\E099"; }

.halflings-asterisk:before {
  content: "\E100"; }

.halflings-exclamation-sign:before {
  content: "\E101"; }

.halflings-gift:before {
  content: "\E102"; }

.halflings-leaf:before {
  content: "\E103"; }

.halflings-fire:before {
  content: "\E104"; }

.halflings-eye-open:before {
  content: "\E105"; }

.halflings-eye-close:before {
  content: "\E106"; }

.halflings-warning-sign:before {
  content: "\E107"; }

.halflings-plane:before {
  content: "\E108"; }

.halflings-calendar:before {
  content: "\E109"; }

.halflings-random:before {
  content: "\E110"; }

.halflings-comments:before {
  content: "\E111"; }

.halflings-magnet:before {
  content: "\E112"; }

.halflings-chevron-up:before {
  content: "\E113"; }

.halflings-chevron-down:before {
  content: "\E114"; }

.halflings-retweet:before {
  content: "\E115"; }

.halflings-shopping-cart:before {
  content: "\E116"; }

.halflings-folder-close:before {
  content: "\E117"; }

.halflings-folder-open:before {
  content: "\E118"; }

.halflings-resize-vertical:before {
  content: "\E119"; }

.halflings-resize-horizontal:before {
  content: "\E120"; }

.halflings-hdd:before {
  content: "\E121"; }

.halflings-bullhorn:before {
  content: "\E122"; }

.halflings-bell:before {
  content: "\E123"; }

.halflings-certificate:before {
  content: "\E124"; }

.halflings-thumbs-up:before {
  content: "\E125"; }

.halflings-thumbs-down:before {
  content: "\E126"; }

.halflings-hand-right:before {
  content: "\E127"; }

.halflings-hand-left:before {
  content: "\E128"; }

.halflings-hand-top:before {
  content: "\E129"; }

.halflings-hand-down:before {
  content: "\E130"; }

.halflings-circle-arrow-right:before {
  content: "\E131"; }

.halflings-circle-arrow-left:before {
  content: "\E132"; }

.halflings-circle-arrow-top:before {
  content: "\E133"; }

.halflings-circle-arrow-down:before {
  content: "\E134"; }

.halflings-globe:before {
  content: "\E135"; }

.halflings-wrench:before {
  content: "\E136"; }

.halflings-tasks:before {
  content: "\E137"; }

.halflings-filter:before {
  content: "\E138"; }

.halflings-briefcase:before {
  content: "\E139"; }

.halflings-fullscreen:before {
  content: "\E140"; }

.halflings-dashboard:before {
  content: "\E141"; }

.halflings-paperclip:before {
  content: "\E142"; }

.halflings-heart-empty:before {
  content: "\E143"; }

.halflings-link:before {
  content: "\E144"; }

.halflings-phone:before {
  content: "\E145"; }

.halflings-pushpin:before {
  content: "\E146"; }

.halflings-euro:before {
  content: "\E147"; }

.halflings-usd:before {
  content: "\E148"; }

.halflings-gbp:before {
  content: "\E149"; }

.halflings-sort:before {
  content: "\E150"; }

.halflings-sort-by-alphabet:before {
  content: "\E151"; }

.halflings-sort-by-alphabet-alt:before {
  content: "\E152"; }

.halflings-sort-by-order:before {
  content: "\E153"; }

.halflings-sort-by-order-alt:before {
  content: "\E154"; }

.halflings-sort-by-attributes:before {
  content: "\E155"; }

.halflings-sort-by-attributes-alt:before {
  content: "\E156"; }

.halflings-unchecked:before {
  content: "\E157"; }

.halflings-expand:before {
  content: "\E158"; }

.halflings-collapse:before {
  content: "\E159"; }

.halflings-collapse-top:before {
  content: "\E160"; }

.halflings-log-in:before {
  content: "\E161"; }

.halflings-flash:before {
  content: "\E162"; }

.halflings-log-out:before {
  content: "\E163"; }

.halflings-new-window:before {
  content: "\E164"; }

.halflings-record:before {
  content: "\E165"; }

.halflings-save:before {
  content: "\E166"; }

.halflings-open:before {
  content: "\E167"; }

.halflings-saved:before {
  content: "\E168"; }

.halflings-import:before {
  content: "\E169"; }

.halflings-export:before {
  content: "\E170"; }

.halflings-send:before {
  content: "\E171"; }

.halflings-floppy-disk:before {
  content: "\E172"; }

.halflings-floppy-saved:before {
  content: "\E173"; }

.halflings-floppy-remove:before {
  content: "\E174"; }

.halflings-floppy-save:before {
  content: "\E175"; }

.halflings-floppy-open:before {
  content: "\E176"; }

.halflings-credit-card:before {
  content: "\E177"; }

.halflings-transfer:before {
  content: "\E178"; }

.halflings-cutlery:before {
  content: "\E179"; }

.halflings-header:before {
  content: "\E180"; }

.halflings-compressed:before {
  content: "\E181"; }

.halflings-earphone:before {
  content: "\E182"; }

.halflings-phone-alt:before {
  content: "\E183"; }

.halflings-tower:before {
  content: "\E184"; }

.halflings-stats:before {
  content: "\E185"; }

.halflings-sd-video:before {
  content: "\E186"; }

.halflings-hd-video:before {
  content: "\E187"; }

.halflings-subtitles:before {
  content: "\E188"; }

.halflings-sound-stereo:before {
  content: "\E189"; }

.halflings-sound-dolby:before {
  content: "\E190"; }

.halflings-sound-5-1:before {
  content: "\E191"; }

.halflings-sound-6-1:before {
  content: "\E192"; }

.halflings-sound-7-1:before {
  content: "\E193"; }

.halflings-copyright-mark:before {
  content: "\E194"; }

.halflings-registration-mark:before {
  content: "\E195"; }

.halflings-cloud:before {
  content: "\E196"; }

.halflings-cloud-download:before {
  content: "\E197"; }

.halflings-cloud-upload:before {
  content: "\E198"; }

.halflings-tree-conifer:before {
  content: "\E199"; }

.halflings-tree-deciduous:before {
  content: "\E200"; }

.halflings-cd:before {
  content: "\E201"; }

.halflings-save-file:before {
  content: "\E202"; }

.halflings-open-file:before {
  content: "\E203"; }

.halflings-level-up:before {
  content: "\E204"; }

.halflings-copy:before {
  content: "\E205"; }

.halflings-paste:before {
  content: "\E206"; }

.halflings-door:before {
  content: "\E207"; }

.halflings-key:before {
  content: "\E208"; }

.halflings-alert:before {
  content: "\E209"; }

.halflings-equalizer:before {
  content: "\E210"; }

.halflings-king:before {
  content: "\E211"; }

.halflings-queen:before {
  content: "\E212"; }

.halflings-pawn:before {
  content: "\E213"; }

.halflings-bishop:before {
  content: "\E214"; }

.halflings-knight:before {
  content: "\E215"; }

.halflings-baby-formula:before {
  content: "\E216"; }

.halflings-tent:before {
  content: "\E217"; }

.halflings-blackboard:before {
  content: "\E218"; }

.halflings-bed:before {
  content: "\E219"; }

.halflings-apple:before {
  content: "\E220"; }

.halflings-erase:before {
  content: "\E221"; }

.halflings-hourglass:before {
  content: "\E222"; }

.halflings-lamp:before {
  content: "\E223"; }

.halflings-duplicate:before {
  content: "\E224"; }

.halflings-piggy-bank:before {
  content: "\E225"; }

.halflings-scissors:before {
  content: "\E226"; }

.halflings-bitcoin:before {
  content: "\E227"; }

.halflings-yen:before {
  content: "\E228"; }

.halflings-ruble:before {
  content: "\E229"; }

.halflings-scale:before {
  content: "\E230"; }

.halflings-ice-lolly:before {
  content: "\E231"; }

.halflings-ice-lolly-tasted:before {
  content: "\E232"; }

.halflings-education:before {
  content: "\E233"; }

.halflings-option-horizontal:before {
  content: "\E234"; }

.halflings-option-vertical:before {
  content: "\E235"; }

.halflings-menu-hamburger:before {
  content: "\E236"; }

.halflings-modal-window:before {
  content: "\E237"; }

.halflings-oil:before {
  content: "\E238"; }

.halflings-grain:before {
  content: "\E239"; }

.halflings-sunglasses:before {
  content: "\E240"; }

.halflings-text-size:before {
  content: "\E241"; }

.halflings-text-color:before {
  content: "\E242"; }

.halflings-text-background:before {
  content: "\E243"; }

.halflings-object-align-top:before {
  content: "\E244"; }

.halflings-object-align-bottom:before {
  content: "\E245"; }

.halflings-object-align-horizontal:before {
  content: "\E246"; }

.halflings-object-align-left:before {
  content: "\E247"; }

.halflings-object-align-vertical:before {
  content: "\E248"; }

.halflings-object-align-right:before {
  content: "\E249"; }

.halflings-triangle-right:before {
  content: "\E250"; }

.halflings-triangle-left:before {
  content: "\E251"; }

.halflings-triangle-bottom:before {
  content: "\E252"; }

.halflings-triangle-top:before {
  content: "\E253"; }

.halflings-terminal:before {
  content: "\E254"; }

.halflings-superscript:before {
  content: "\E255"; }

.halflings-subscript:before {
  content: "\E256"; }

.halflings-menu-left:before {
  content: "\E257"; }

.halflings-menu-right:before {
  content: "\E258"; }

.halflings-menu-down:before {
  content: "\E259"; }

.halflings-menu-up:before {
  content: "\E260"; }

.halflings-building:before {
  content: "\E261"; }

.halflings-tick:before {
  content: "\E262"; }

.halflings-star-half:before {
  content: "\E263"; }

.halflings-hash:before {
  content: "\E264"; }

.halflings-directions:before {
  content: "\E265"; }

.halflings-gas:before {
  content: "\E266"; }

.halflings-snowflake:before {
  content: "\E267"; }

.halflings-sunlight:before {
  content: "\E268"; }

.halflings-selectbox:before {
  content: "\E269"; }

.halflings-sortable:before {
  content: "\E270"; }

.halflings-note-empty:before {
  content: "\E271"; }

.halflings-note:before {
  content: "\E272"; }

.halflings-direction-right:before {
  content: "\E273"; }

.halflings-direction-left:before {
  content: "\E274"; }

.halflings-direction-down:before {
  content: "\E275"; }

.halflings-direction-up:before {
  content: "\E276"; }

.halflings-parking:before {
  content: "\E277"; }

.halflings-coffee-cup:before {
  content: "\E278"; }

.halflings-record-empty:before {
  content: "\E279"; }

.halflings-move-square:before {
  content: "\E280"; }

.halflings-bug:before {
  content: "\E281"; }

.halflings-display:before {
  content: "\E282"; }

.halflings-direction:before {
  content: "\E283"; }

.halflings-group:before {
  content: "\E284"; }

.halflings-reflect-y:before {
  content: "\E285"; }

.halflings-reflect-x:before {
  content: "\E286"; }

.halflings-battery-charging:before {
  content: "\E287"; }

.halflings-battery-full:before {
  content: "\E288"; }

.halflings-battery-75:before {
  content: "\E289"; }

.halflings-battery-50:before {
  content: "\E290"; }

.halflings-battery-25:before {
  content: "\E291"; }

.halflings-battery-10:before {
  content: "\E292"; }

.halflings-paired:before {
  content: "\E293"; }

.halflings-rotate-right:before {
  content: "\E294"; }

.halflings-rotate-left:before {
  content: "\E295"; }

.halflings-list-numbered:before {
  content: "\E296"; }

.halflings-paragraph:before {
  content: "\E297"; }

.halflings-list-plus:before {
  content: "\E298"; }

.halflings-synchronization:before {
  content: "\E299"; }

.halflings-cube-black:before {
  content: "\E300"; }

/* Safari 10.1+ (alternate method) */
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .font-weight-bold {
      font-weight: 500 !important; }
    b, strong {
      font-weight: 500; }
    .side-nav a {
      font-weight: 500; } } }
