/* You can add global styles to this file, and also import other style files */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

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

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

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

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

.chrome :focus {
  outline: none;
}

button, button.ds, button.default, button.ds.default {
  display: inline-block;
  background-color: #b90022;
  color: #fff;
  box-sizing: border-box;
  border: 1px solid #b90022;
  border-radius: 5px;
  outline: none;
  padding: 10px 20px;
  cursor: pointer;
  margin: 0;
}
button.dark, button.ds.dark, button.default.dark, button.ds.default.dark {
  background-color: #262626;
  color: #fff;
  border: 1px solid #262626;
}
button.dark:hover, button.ds.dark:hover, button.default.dark:hover, button.ds.default.dark:hover {
  background-color: #4a4a4a;
  border: 1px solid #4a4a4a;
}
button.dark.outlined, button.ds.dark.outlined, button.default.dark.outlined, button.ds.default.dark.outlined {
  background: transparent;
  color: #262626;
  border: 1px solid #4a4a4a;
}
button.dark.outlined:hover, button.ds.dark.outlined:hover, button.default.dark.outlined:hover, button.ds.default.dark.outlined:hover {
  background-color: #4a4a4a;
  border: 1px solid #4a4a4a;
}
button.medium, button.ds.medium, button.default.medium, button.ds.default.medium {
  background-color: #777777;
  color: #fff;
  border: 1px solid #777777;
}
button.medium:hover, button.ds.medium:hover, button.default.medium:hover, button.ds.default.medium:hover {
  background-color: #262626;
  border: 1px solid #262626;
}
button.medium.outlined, button.ds.medium.outlined, button.default.medium.outlined, button.ds.default.medium.outlined {
  background: transparent;
  color: #777777;
  border: 1px solid #262626;
}
button.medium.outlined:hover, button.ds.medium.outlined:hover, button.default.medium.outlined:hover, button.ds.default.medium.outlined:hover {
  background-color: #4a4a4a;
  border: 1px solid #4a4a4a;
}
button.warn, button.ds.warn, button.default.warn, button.ds.default.warn {
  background-color: #8d011b !important;
  border: 2px solid #8d011b !important;
  color: #fff;
}
button.light, button.ds.light, button.default.light, button.ds.default.light {
  background-color: #f9f9f9;
  color: #262626;
  border: 1px solid #f9f9f9;
}
button.light:hover, button.ds.light:hover, button.default.light:hover, button.ds.default.light:hover {
  background-color: #f9f9f9;
  border: 1px solid #f9f9f9;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
button.light.outlined.small, button.ds.light.outlined.small, button.default.light.outlined.small, button.ds.default.light.outlined.small {
  background: transparent;
  color: #262626;
  border: 1px solid #262626;
}
button.light.outlined.small:hover.small, button.ds.light.outlined.small:hover.small, button.default.light.outlined.small:hover.small, button.ds.default.light.outlined.small:hover.small {
  background-color: #4a4a4a;
  border: 1px solid #4a4a4a;
  color: #fff;
}
button.eleco, button.ds.eleco, button.default.eleco, button.ds.default.eleco {
  background-color: #b90022;
  color: #fff;
  border: 1px solid #b90022;
}
button.eleco:hover, button.ds.eleco:hover, button.default.eleco:hover, button.ds.default.eleco:hover {
  background-color: #8d011b;
  border: 1px solid #8d011b;
}
button.eleco.outlined, button.ds.eleco.outlined, button.default.eleco.outlined, button.ds.default.eleco.outlined {
  background: transparent;
  color: #f9f9f9;
  border: 1px solid #b90022;
}
button.eleco.outlined:hover, button.ds.eleco.outlined:hover, button.default.eleco.outlined:hover, button.ds.default.eleco.outlined:hover {
  background-color: #8d011b;
  border: 1px solid #8d011b;
}
button.active, button.ds.active, button.default.active, button.ds.default.active {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
button.disabled, button.ds.disabled, button.default.disabled, button.ds.default.disabled {
  color: #dddddd !important;
  background: transparent !important;
  border: 1px solid #dddddd !important;
}
button.disabled:hover, button.ds.disabled:hover, button.default.disabled:hover, button.ds.default.disabled:hover {
  color: #dddddd !important;
  background: transparent !important;
  border: 1px solid #dddddd !important;
}
button.outlined, button.ds.outlined, button.default.outlined, button.ds.default.outlined {
  background: transparent;
  color: #b90022;
  border: 1px solid #b90022;
}
button.outlined:hover, button.ds.outlined:hover, button.default.outlined:hover, button.ds.default.outlined:hover {
  color: #ffffff;
}
button.small, button.ds.small, button.default.small, button.ds.default.small {
  padding: 5px 10px;
}
button:hover, button.ds:hover, button.default:hover, button.ds.default:hover {
  background-color: #8d011b;
  border-color: #8d011b;
}
button.fab, button.ds.fab, button.default.fab, button.ds.default.fab {
  border-radius: 20px;
  border: 2px solid;
  padding: 6px;
}
button.fab.icon, button.ds.fab.icon, button.default.fab.icon, button.ds.default.fab.icon {
  border-radius: 50%;
  font-weight: bold;
}
button.floating-action, button.ds.floating-action, button.default.floating-action, button.ds.default.floating-action {
  border-radius: 20px;
  background-color: #777777;
  clear: both;
}
button.floating-action.icon, button.ds.floating-action.icon, button.default.floating-action.icon, button.ds.default.floating-action.icon {
  border-radius: 50%;
  font-weight: bold;
}
button.floating-action.small-fab, button.ds.floating-action.small-fab, button.default.floating-action.small-fab, button.ds.default.floating-action.small-fab {
  font-size: 90%;
}

button:active, button:hover button:active {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137) !important;
}

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

button.shire, button.ds.shire, button.default.shire, button.ds.default.shire {
  background-color: #06817b;
  border-color: #06817b;
}
button.shire:hover, button.ds.shire:hover, button.default.shire:hover, button.ds.default.shire:hover {
  background-color: #04615c;
  border: 1px solid #04615c;
}
button.shire.outlined, button.ds.shire.outlined, button.default.shire.outlined, button.ds.default.shire.outlined {
  background: transparent;
  color: #06817b;
  border: 1px solid #06817b;
}
button.shire.outlined:hover, button.ds.shire.outlined:hover, button.default.shire.outlined:hover, button.ds.default.shire.outlined:hover {
  background: #04615c;
  color: #ffffff;
  border: 1px solid #04615c;
}

button.bidcon, button.ds.bidcon, button.default.bidcon, button.ds.default.bidcon {
  background-color: #ffd300;
  border-color: #ffd300;
  color: #262626;
}
button.bidcon:hover, button.ds.bidcon:hover, button.default.bidcon:hover, button.ds.default.bidcon:hover {
  background-color: #efc603;
  border: 1px solid #efc603;
}
button.bidcon.outlined, button.ds.bidcon.outlined, button.default.bidcon.outlined, button.ds.default.bidcon.outlined {
  background: transparent;
  border: 1px solid #262626;
  color: #262626;
}
button.bidcon.outlined:hover, button.ds.bidcon.outlined:hover, button.default.bidcon.outlined:hover, button.ds.default.bidcon.outlined:hover {
  background-color: #4a4a4a;
  border: 1px solid #4a4a4a;
  color: #ffffff;
}

button.iconsystem, button.ds.iconsystem, button.default.iconsystem, button.ds.default.iconsystem {
  background-color: #00a3b4;
  border-color: #00a3b4;
}
button.iconsystem:hover, button.ds.iconsystem:hover, button.default.iconsystem:hover, button.ds.default.iconsystem:hover {
  background-color: #057480;
  border: 1px solid #057480;
}
button.iconsystem.outlined, button.ds.iconsystem.outlined, button.default.iconsystem.outlined, button.ds.default.iconsystem.outlined {
  background: transparent;
  color: #00a3b4;
  border: 1px solid #00a3b4;
}
button.iconsystem.outlined:hover, button.ds.iconsystem.outlined:hover, button.default.iconsystem.outlined:hover, button.ds.default.iconsystem.outlined:hover {
  background: #057480;
  color: #ffffff;
  border: 1px solid #057480;
}

button.powerproject, button.ds.powerproject, button.default.powerproject, button.ds.default.powerproject {
  background-color: #e42313;
  border-color: #e42313;
}
button.powerproject:hover, button.ds.powerproject:hover, button.default.powerproject:hover, button.ds.default.powerproject:hover {
  background-color: #a2180c;
  border: 1px solid #a2180c;
}
button.powerproject.outlined, button.ds.powerproject.outlined, button.default.powerproject.outlined, button.ds.default.powerproject.outlined {
  background: transparent;
  color: #e42313;
  border: 1px solid #e42313;
}
button.powerproject.outlined:hover, button.ds.powerproject.outlined:hover, button.default.powerproject.outlined:hover, button.ds.default.powerproject.outlined:hover {
  background: #a2180c;
  color: #ffffff;
  border: 1px solid #a2180c;
}

button.memmo, button.ds.memmo, button.default.memmo, button.ds.default.memmo {
  background-color: #007d64;
  border-color: #007d64;
}
button.memmo:hover, button.ds.memmo:hover, button.default.memmo:hover, button.ds.default.memmo:hover {
  background-color: #0a5747;
  border: 1px solid #0a5747;
}
button.memmo.outlined, button.ds.memmo.outlined, button.default.memmo.outlined, button.ds.default.memmo.outlined {
  background: transparent;
  color: #007d64;
  border: 1px solid #007d64;
}
button.memmo.outlined:hover, button.ds.memmo.outlined:hover, button.default.memmo.outlined:hover, button.ds.default.memmo.outlined:hover {
  background: #0a5747;
  color: #ffffff;
  border: 1px solid #0a5747;
}

input, select, textarea, input.ds, select.ds, textarea.ds {
  display: block;
  clear: right;
  height: 40px;
  width: 400px;
  border: 1px solid #dddddd;
  border-radius: 5px;
  background: #ffffff;
  opacity: 1;
  padding: 0 10px;
  max-width: 100%;
  box-sizing: border-box;
  margin: 5px 0;
}
input.small, select.small, textarea.small, input.ds.small, select.ds.small, textarea.ds.small {
  width: 300px;
}
input[type=radio], select[type=radio], textarea[type=radio], input.ds[type=radio], select.ds[type=radio], textarea.ds[type=radio] {
  display: inline-block;
  width: auto;
  height: auto;
}
input[type=checkbox], select[type=checkbox], textarea[type=checkbox], input.ds[type=checkbox], select.ds[type=checkbox], textarea.ds[type=checkbox] {
  width: 38px;
  vertical-align: middle;
  display: inline-block;
}
input[type=number], select[type=number], textarea[type=number], input.ds[type=number], select.ds[type=number], textarea.ds[type=number] {
  width: 200px;
}
input[readonly], select[readonly], textarea[readonly], input.ds[readonly], select.ds[readonly], textarea.ds[readonly] {
  background: #f4f4f4;
  cursor: auto;
}

label.checkbox {
  display: inline-block;
  width: 300px;
  height: 38px;
  border-radius: 5px;
  margin: 6px 0;
  line-height: 38px;
}

textarea {
  height: 100px;
}

select:invalid {
  color: rgba(38, 38, 38, 0.6235294118) !important;
}

select > option:not(:first-child) {
  color: #262626;
}

ul.radio-buttons, ul.ds.radio-buttons {
  list-style: none;
  padding: 0;
  font-size: 112.5%;
  font-weight: medium;
}
ul.radio-buttons li, ul.ds.radio-buttons li {
  display: inline-block;
  box-sizing: border-box;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  border-right: none;
  outline: none;
  cursor: pointer;
}
ul.radio-buttons label, ul.ds.radio-buttons label {
  display: inline-block;
  box-sizing: border-box;
  padding: 10px 20px;
  cursor: inherit;
}
ul.radio-buttons label input[type=radio], ul.ds.radio-buttons label input[type=radio] {
  opacity: 0.01;
  z-index: 100;
  width: 0px;
}
ul.radio-buttons li:focus-within, ul.radio-buttons li.selected, ul.ds.radio-buttons li:focus-within, ul.ds.radio-buttons li.selected {
  background-color: #777777;
  color: #ffffff;
}
ul.radio-buttons li:first-child, ul.ds.radio-buttons li:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
ul.radio-buttons li:last-child, ul.ds.radio-buttons li:last-child {
  border-right: 1px solid #dddddd;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

ul.radio-buttons li.disabled, ul.radio-buttons.disabled li, ul.radio-buttons.disabled.ds li {
  border: 1px solid #dddddd;
  color: #dddddd;
  background-color: #f4f4f4;
  cursor: default;
}

/*!
* Bootstrap Grid v4.0.0 (https://getbootstrap.com)
* Copyright 2011-2018 The Bootstrap Authors
* Copyright 2011-2018 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
@-ms-viewport {
  width: device-width;
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

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

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  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 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.d-none {
  display: none !important;
}

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

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

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

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

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

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

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

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

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

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

.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

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

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

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

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

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

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

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

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

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?5wvqrr");
  src: url("fonts/icomoon.eot?5wvqrr#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?5wvqrr") format("truetype"), url("fonts/icomoon.woff?5wvqrr") format("woff"), url("fonts/icomoon.svg?5wvqrr#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=ds-], [class*=" ds-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ds-icon-default-ab-filter:before {
  content: "\e900";
}

.ds-icon-default-accounting:before {
  content: "\e901";
}

.ds-icon-default-action:before {
  content: "\e902";
}

.ds-icon-default-activity:before {
  content: "\e903";
}

.ds-icon-default-add:before {
  content: "\e904";
}

.ds-icon-default-alert:before {
  content: "\e905";
}

.ds-icon-default-arrow-down:before {
  content: "\e906";
}

.ds-icon-default-arrow-left:before {
  content: "\e907";
}

.ds-icon-default-arrow-right:before {
  content: "\e908";
}

.ds-icon-default-arrow-up:before {
  content: "\e909";
}

.ds-icon-default-badge:before {
  content: "\e90a";
}

.ds-icon-default-badge-tick:before {
  content: "\e90b";
}

.ds-icon-default-bag:before {
  content: "\e90c";
}

.ds-icon-default-bank:before {
  content: "\e90d";
}

.ds-icon-default-barcode:before {
  content: "\e90e";
}

.ds-icon-default-basket:before {
  content: "\e90f";
}

.ds-icon-default-bicycle:before {
  content: "\e910";
}

.ds-icon-default-block:before {
  content: "\e911";
}

.ds-icon-default-blocked:before {
  content: "\e912";
}

.ds-icon-default-blueprint:before {
  content: "\e913";
}

.ds-icon-default-board:before {
  content: "\e914";
}

.ds-icon-default-bolt:before {
  content: "\e915";
}

.ds-icon-default-book:before {
  content: "\e916";
}

.ds-icon-default-book-delete:before {
  content: "\e917";
}

.ds-icon-default-bookmark:before {
  content: "\e918";
}

.ds-icon-default-browser:before {
  content: "\e919";
}

.ds-icon-default-brush:before {
  content: "\e91a";
}

.ds-icon-default-bubble:before {
  content: "\e91b";
}

.ds-icon-default-bug:before {
  content: "\e91c";
}

.ds-icon-default-building:before {
  content: "\e91d";
}

.ds-icon-default-bulb:before {
  content: "\e91e";
}

.ds-icon-default-burger-menu:before {
  content: "\e91f";
}

.ds-icon-default-burger-menu-alt:before {
  content: "\e920";
}

.ds-icon-default-button:before {
  content: "\e921";
}

.ds-icon-default-calculator:before {
  content: "\e922";
}

.ds-icon-default-calendar:before {
  content: "\e923";
}

.ds-icon-default-calendar-add:before {
  content: "\e924";
}

.ds-icon-default-calendar-schedule:before {
  content: "\e925";
}

.ds-icon-default-certificate:before {
  content: "\e926";
}

.ds-icon-default-chat:before {
  content: "\e927";
}

.ds-icon-default-check:before {
  content: "\e928";
}

.ds-icon-default-checklist:before {
  content: "\e929";
}

.ds-icon-default-check-square:before {
  content: "\e92a";
}

.ds-icon-default-cheque:before {
  content: "\e92b";
}

.ds-icon-default-chevron-down:before {
  content: "\e92c";
}

.ds-icon-default-chevron-left:before {
  content: "\e92d";
}

.ds-icon-default-chevron-right:before {
  content: "\e92e";
}

.ds-icon-default-chevron-up:before {
  content: "\e92f";
}

.ds-icon-default-circle:before {
  content: "\e930";
}

.ds-icon-default-circle-add:before {
  content: "\e931";
}

.ds-icon-default-circle-close:before {
  content: "\e932";
}

.ds-icon-default-circle-disable:before {
  content: "\e933";
}

.ds-icon-default-circle-information:before {
  content: "\e934";
}

.ds-icon-default-circle-money:before {
  content: "\e935";
}

.ds-icon-default-circle-question:before {
  content: "\e936";
}

.ds-icon-default-circle-tick:before {
  content: "\e937";
}

.ds-Icon-default-clear .path1:before {
  content: "\e938";
  color: rgb(38, 38, 38);
}

.ds-Icon-default-clear .path2:before {
  content: "\e939";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.ds-icon-default-clip:before {
  content: "\e93a";
}

.ds-icon-default-clipboard:before {
  content: "\e93b";
}

.ds-icon-default-clock:before {
  content: "\e93c";
}

.ds-icon-default-close:before {
  content: "\e93d";
}

.ds-icon-default-cloud:before {
  content: "\e93e";
}

.ds-icon-default-cloud-server:before {
  content: "\e93f";
}

.ds-icon-default-cog:before {
  content: "\e940";
}

.ds-icon-default-collection:before {
  content: "\e941";
}

.ds-icon-default-colour:before {
  content: "\e942";
}

.ds-icon-default-comment:before {
  content: "\e943";
}

.ds-icon-default-controls:before {
  content: "\e944";
}

.ds-icon-default-crop:before {
  content: "\e945";
}

.ds-icon-default-cursor:before {
  content: "\e946";
}

.ds-icon-default-database:before {
  content: "\e947";
}

.ds-icon-default-dependancy-left:before {
  content: "\e948";
}

.ds-icon-default-dependancy-right:before {
  content: "\e949";
}

.ds-icon-default-desktop-data:before {
  content: "\e94a";
}

.ds-icon-default-deviation:before {
  content: "\e94b";
}

.ds-icon-default-device-desktop:before {
  content: "\e94c";
}

.ds-icon-default-device-list:before {
  content: "\e94d";
}

.ds-icon-default-device-mobile:before {
  content: "\e94e";
}

.ds-icon-default-device-tablet:before {
  content: "\e94f";
}

.ds-icon-default-document-3d:before {
  content: "\e950";
}

.ds-icon-default-document-cloud:before {
  content: "\e951";
}

.ds-icon-default-document-delete:before {
  content: "\e952";
}

.ds-icon-default-document-folder:before {
  content: "\e953";
}

.ds-icon-default-document-graph:before {
  content: "\e954";
}

.ds-icon-default-document-pdf:before {
  content: "\e955";
}

.ds-icon-default-document-png:before {
  content: "\e956";
}

.ds-icon-default-document-signature:before {
  content: "\e957";
}

.ds-icon-default-document-word:before {
  content: "\e958";
}

.ds-icon-default-document-xls:before {
  content: "\e959";
}

.ds-icon-default-document-zip:before {
  content: "\e95a";
}

.ds-icon-default-double-chevron-left:before {
  content: "\e95b";
}

.ds-icon-default-double-chevron-right:before {
  content: "\e95c";
}

.ds-icon-default-double-cog:before {
  content: "\e95d";
}

.ds-icon-default-download:before {
  content: "\e95e";
}

.ds-icon-default-drag:before {
  content: "\e95f";
}

.ds-icon-default-electric:before {
  content: "\e960";
}

.ds-icon-default-ellipsis-horizontal:before {
  content: "\e961";
}

.ds-icon-default-ellipsis-vertical:before {
  content: "\e962";
}

.ds-icon-default-estimate:before {
  content: "\e963";
}

.ds-icon-default-estimate-sheet:before {
  content: "\e964";
}

.ds-icon-default-expand:before {
  content: "\e965";
}

.ds-icon-default-export:before {
  content: "\e966";
}

.ds-icon-default-feedback:before {
  content: "\e967";
}

.ds-icon-default-file:before {
  content: "\e968";
}

.ds-icon-default-file-block:before {
  content: "\e969";
}

.ds-icon-default-file-chart:before {
  content: "\e96a";
}

.ds-icon-default-file-code:before {
  content: "\e96b";
}

.ds-icon-default-file-download:before {
  content: "\e96c";
}

.ds-icon-default-file-estimate:before {
  content: "\e96d";
}

.ds-icon-default-file-upload:before {
  content: "\e96e";
}

.ds-icon-default-file-video:before {
  content: "\e96f";
}

.ds-icon-default-filter:before {
  content: "\e970";
}

.ds-icon-default-flag:before {
  content: "\e971";
}

.ds-icon-default-folder:before {
  content: "\e972";
}

.ds-icon-default-form:before {
  content: "\e973";
}

.ds-icon-default-gantt:before {
  content: "\e974";
}

.ds-icon-default-gift:before {
  content: "\e975";
}

.ds-icon-default-globe:before {
  content: "\e976";
}

.ds-icon-default-graph:before {
  content: "\e977";
}

.ds-icon-default-graph-bump:before {
  content: "\e978";
}

.ds-icon-default-grid:before {
  content: "\e979";
}

.ds-icon-default-group:before {
  content: "\e97a";
}

.ds-icon-default-guage:before {
  content: "\e97b";
}

.ds-icon-default-hammer:before {
  content: "\e97c";
}

.ds-icon-default-hard-hat:before {
  content: "\e97d";
}

.ds-icon-default-hat:before {
  content: "\e97e";
}

.ds-icon-default-heart:before {
  content: "\e97f";
}

.ds-icon-default-height:before {
  content: "\e980";
}

.ds-icon-default-help:before {
  content: "\e981";
}

.ds-icon-default-hide:before {
  content: "\e982";
}

.ds-icon-default-history:before {
  content: "\e983";
}

.ds-icon-default-home:before {
  content: "\e984";
}

.ds-icon-default-image:before {
  content: "\e985";
}

.ds-icon-default-industry:before {
  content: "\e986";
}

.ds-icon-default-infographics:before {
  content: "\e987";
}

.ds-icon-default-key:before {
  content: "\e988";
}

.ds-icon-default-kpi:before {
  content: "\e989";
}

.ds-icon-default-language:before {
  content: "\e98a";
}

.ds-icon-default-layout:before {
  content: "\e98b";
}

.ds-icon-default-leaf:before {
  content: "\e98c";
}

.ds-icon-default-left-end:before {
  content: "\e98d";
}

.ds-icon-default-library:before {
  content: "\e98e";
}

.ds-icon-default-link:before {
  content: "\e98f";
}

.ds-icon-default-list:before {
  content: "\e990";
}

.ds-icon-default-lock:before {
  content: "\e991";
}

.ds-icon-default-logout:before {
  content: "\e992";
}

.ds-icon-default-mail:before {
  content: "\e993";
}

.ds-icon-default-mailbox:before {
  content: "\e994";
}

.ds-icon-default-marker:before {
  content: "\e995";
}

.ds-icon-default-measure:before {
  content: "\e996";
}

.ds-icon-default-menu-minimise:before {
  content: "\e997";
}

.ds-icon-default-message:before {
  content: "\e998";
}

.ds-icon-default-milestone:before {
  content: "\e999";
}

.ds-icon-default-money:before {
  content: "\e99a";
}

.ds-icon-default-moneypot:before {
  content: "\e99b";
}

.ds-icon-default-moon:before {
  content: "\e99c";
}

.ds-icon-default-move:before {
  content: "\e99d";
}

.ds-icon-default-navigation:before {
  content: "\e99e";
}

.ds-icon-default-network:before {
  content: "\e99f";
}

.ds-icon-default-notification:before {
  content: "\e9a0";
}

.ds-icon-default-numerical:before {
  content: "\e9a1";
}

.ds-icon-default-object-summary:before {
  content: "\e9a2";
}

.ds-icon-default-open-book:before {
  content: "\e9a3";
}

.ds-icon-default-org:before {
  content: "\e9a4";
}

.ds-icon-default-pagination:before {
  content: "\e9a5";
}

.ds-icon-default-paint:before {
  content: "\e9a6";
}

.ds-icon-default-palette:before {
  content: "\e9a7";
}

.ds-icon-default-paper-stack:before {
  content: "\e9a8";
}

.ds-icon-default-password:before {
  content: "\e9a9";
}

.ds-icon-default-payment-card:before {
  content: "\e9aa";
}

.ds-icon-default-pen:before {
  content: "\e9ab";
}

.ds-icon-default-phone:before {
  content: "\e9ac";
}

.ds-icon-default-pie:before {
  content: "\e9ad";
}

.ds-icon-default-power:before {
  content: "\e9ae";
}

.ds-icon-default-present:before {
  content: "\e9af";
}

.ds-icon-default-presentation:before {
  content: "\e9b0";
}

.ds-icon-default-printer:before {
  content: "\e9b1";
}

.ds-icon-default-process:before {
  content: "\e9b2";
}

.ds-icon-default-puzzle:before {
  content: "\e9b3";
}

.ds-icon-default-qr:before {
  content: "\e9b4";
}

.ds-icon-default-radio:before {
  content: "\e9b5";
}

.ds-icon-default-redo:before {
  content: "\e9b6";
}

.ds-icon-default-refresh:before {
  content: "\e9b7";
}

.ds-icon-default-reorder:before {
  content: "\e9b8";
}

.ds-icon-default-responsive:before {
  content: "\e9b9";
}

.ds-icon-default-right-end:before {
  content: "\e9ba";
}

.ds-icon-default-robot:before {
  content: "\e9bb";
}

.ds-icon-default-role-change:before {
  content: "\e9bc";
}

.ds-icon-default-rows:before {
  content: "\e9bd";
}

.ds-icon-default-save:before {
  content: "\e9be";
}

.ds-icon-default-saw:before {
  content: "\e9bf";
}

.ds-icon-default-screwdriver:before {
  content: "\e9c0";
}

.ds-icon-default-search:before {
  content: "\e9c1";
}

.ds-icon-default-search-settings:before {
  content: "\e9c2";
}

.ds-icon-default-server:before {
  content: "\e9c3";
}

.ds-icon-default-share:before {
  content: "\e9c4";
}

.ds-icon-default-share-social:before {
  content: "\e9c5";
}

.ds-icon-default-shield-star:before {
  content: "\e9c6";
}

.ds-icon-default-shovel:before {
  content: "\e9c7";
}

.ds-icon-default-sign:before {
  content: "\e9c8";
}

.ds-icon-default-signature:before {
  content: "\e9c9";
}

.ds-icon-default-spanner:before {
  content: "\e9ca";
}

.ds-icon-default-square:before {
  content: "\e9cb";
}

.ds-icon-default-square-add:before {
  content: "\e9cc";
}

.ds-icon-default-stack:before {
  content: "\e9cd";
}

.ds-icon-default-star:before {
  content: "\e9ce";
}

.ds-icon-default-summary:before {
  content: "\e9cf";
}

.ds-icon-default-sun:before {
  content: "\e9d0";
}

.ds-icon-default-table:before {
  content: "\e9d1";
}

.ds-icon-default-tag:before {
  content: "\e9d2";
}

.ds-icon-default-target:before {
  content: "\e9d3";
}

.ds-icon-default-task-number:before {
  content: "\e9d4";
}

.ds-icon-default-task-tick:before {
  content: "\e9d5";
}

.ds-icon-default-tenant-directory:before {
  content: "\e9d6";
}

.ds-icon-default-tenant-move:before {
  content: "\e9d7";
}

.ds-icon-default-text:before {
  content: "\e9d8";
}

.ds-icon-default-tile:before {
  content: "\e9d9";
}

.ds-icon-default-tiles:before {
  content: "\e9da";
}

.ds-icon-default-toggle:before {
  content: "\e9db";
}

.ds-icon-default-transfer:before {
  content: "\e9dc";
}

.ds-icon-default-trash:before {
  content: "\e9dd";
}

.ds-icon-default-trophy:before {
  content: "\e9de";
}

.ds-icon-default-trowel:before {
  content: "\e9df";
}

.ds-icon-default-undo:before {
  content: "\e9e0";
}

.ds-icon-default-unlock:before {
  content: "\e9e1";
}

.ds-icon-default-upload:before {
  content: "\e9e2";
}

.ds-icon-default-user:before {
  content: "\e9e3";
}

.ds-icon-default-user-add:before {
  content: "\e9e4";
}

.ds-icon-default-user-delete:before {
  content: "\e9e5";
}

.ds-icon-default-user-group:before {
  content: "\e9e6";
}

.ds-icon-default-variable:before {
  content: "\e9e7";
}

.ds-icon-default-verified:before {
  content: "\e9e8";
}

.ds-icon-default-view:before {
  content: "\e9e9";
}

.ds-icon-default-warning:before {
  content: "\e9ea";
}

.ds-icon-default-webinar:before {
  content: "\e9eb";
}

.ds-icon-default-whiteboard:before {
  content: "\e9ec";
}

.ds-icon-default-wifi:before {
  content: "\e9ed";
}

.ds-icon-default-window-code:before {
  content: "\e9ee";
}

.ds-icon-default-window-data:before {
  content: "\e9ef";
}

app-modal {
  /* modals are hidden by default */
  display: none;
}
app-modal button {
  width: 100%;
  margin: 1rem 0 0 0;
}
app-modal button.sml_button {
  width: 2.5rem;
  margin: 0 0.5rem;
  z-index: 5;
}
app-modal button.sml_button.delete {
  background: #f7b219;
}

.modal {
  /* modal container fixed across whole screen */
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* z-index must be higher than .modal-background */
  z-index: 1000;
  /* enables scrolling for tall modals */
  overflow: auto;
}
.modal .modal-body {
  padding: 26px;
  background: #fff;
  /* margin exposes part of the modal background */
  margin: 40px;
}
.modal .modal-body.small {
  padding: 26px;
}
.modal .modal-body.medium {
  padding: 30px;
}
.modal .modal-body.limit { /* for width limited modals */
  max-width: 600px;
  margin: 40px auto;
}
.modal .modal-body #close {
  float: right;
  font-size: 1.44rem;
}
.modal .modal-body table th {
  text-align: left;
}
.modal .modal-body table.status_table th {
  max-width: 50%;
  float: left;
  padding: 0 0.5rem !important;
}
.modal .modal-body table.status_table td {
  padding: 0 0.5rem !important;
  float: right;
  max-width: 50%;
}
.modal .modal-body h4 span {
  width: 25%;
}

@media only screen and (min-width: 932px) {
  .modal-body table.status_table th, .modal-body table.status_table td {
    max-width: none;
    float: none !important;
  }
}
.modal-background {
  /* modal background fixed across whole screen */
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* semi-transparent black  */
  background-color: #000;
  opacity: 0.75;
  /* z-index must be below .modal and above everything else  */
  z-index: 900;
}

body.modal-open {
  /* body overflow is hidden to hide main scrollbar when modal window is open */
  overflow: hidden;
}

.img_wrapper {
  max-width: 100%;
  height: auto;
  overflow: hidden;
}
.img_wrapper #imgBeingEdited {
  max-width: 100%;
  height: auto;
}

ul.ngx-pagination {
  text-align: center;
  padding: 0.2rem 0;
  margin: 0 auto;
}
ul.ngx-pagination li a {
  color: #262626;
  font-family: "Helvetica Neue", sans-serif;
}
ul.ngx-pagination li.current {
  background: #06817b;
  background: var(--custom-primary);
}
ul.ngx-pagination li.pagination-previous, ul.ngx-pagination li.pagination-next {
  display: none;
}

pagination-controls.work-requests_pagination {
  right: 0;
  position: fixed;
  bottom: 2rem;
  background: #fff;
  width: 100%;
  z-index: 5;
  box-shadow: 0 -1px 2px -1px #555a56;
}

@media only screen and (min-width: 932px) {
  ul.ngx-pagination {
    margin: 1rem auto;
  }
  pagination-controls.work-requests_pagination {
    bottom: 0;
  }
}
@media only screen and (min-width: 425px) and (max-width: 932px), screen and (min-width: 1168px) {
  ul.ngx-pagination li.pagination-previous, ul.ngx-pagination li.pagination-next {
    display: inline-block;
  }
}
@media only screen and (min-width: 932px) and (max-width: 1167px) {
  ul.ngx-pagination li.pagination-previous, ul.ngx-pagination li.pagination-next {
    display: none;
  }
}
.blazored-toast-success {
  background-color: #3ba22f !important;
}

.blazored-toast-info {
  background-color: #777777 !important;
}

.blazored-toast-warning {
  background-color: #f7b219 !important;
}

.blazored-toast-error {
  background-color: #f71919 !important;
}

.blazored-toast-body .blazored-toast-header h5 {
  font-weight: normal !important;
  text-transform: none !important;
  font-size: 1rem !important;
  margin: 0 !important;
  line-height: 24px !important;
  color: #fff !important;
}

.blazored-toast-icon {
  display: none !important;
  flex-direction: column;
  justify-content: center;
  padding: 0 10px 0 0 !important;
  font-size: 2rem !important;
}

.blazored-toast {
  display: flex;
  position: relative;
  flex-direction: row;
  animation: fadein 1.5s;
  margin-bottom: 0 !important;
  padding: 20px 10px !important;
  color: #fff !important;
  width: 100vw;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 10px 40px;
}

.blazored-toast-body p {
  margin: 0 !important;
}

.blazored-toast-close {
  padding: 0 !important;
}

@media (min-width: 576px) {
  .blazored-toast {
    width: 600px !important;
    border-radius: 5px !important;
  }
}
html {
  font-size: 100%;
}

/* 12px */
/* 14px */
@media only screen and (min-width: 640px) {
  html {
    font-size: 100%;
  }
}
/* 16px */
@media only screen and (min-width: 960px) {
  html {
    font-size: 112.5%;
  }
}
/* 18px */
@media only screen and (min-width: 1440px) {
  html {
    font-size: 112.5%;
  }
}
/* 18px */
body {
  font-size: 0.9rem;
  line-height: 1.45;
  font-family: "Helvetica Neue", sans-serif;
  color: #262626;
  font-weight: 300;
}

p {
  margin-bottom: 1.3rem;
}

h1, h2, h3, h4, h5, h6 {
  margin: 1.414rem 0 0.5rem;
  line-height: 1.2;
  font-family: "Helvetica Neue", sans-serif;
  color: #262626;
  font-weight: 300;
}

h1 {
  margin-top: 0;
  font-size: 2.369rem;
}

h2 {
  font-size: 1.777rem;
}

h3 {
  font-size: 1.333rem;
}

h4, h5, h6 {
  font-size: 1.111rem;
}

small {
  font-size: 0.75rem;
}

p.ellipsis-overflow {
  overflow: hidden;
  max-width: 96%;
  padding: 0;
  margin: 0;
  text-overflow: ellipsis;
  -webkit-appearance: none !important;
  line-height: 2rem;
}