._3xY9cjXp9e21k6wN9l94fh{overflow-y:auto}._3xY9cjXp9e21k6wN9l94fh>div{width:280px;height:140px;float:left;margin:10px;-webkit-box-shadow:1px 1px 10px #ccc;box-shadow:1px 1px 10px #ccc;padding-top:20px;position:relative}._3xY9cjXp9e21k6wN9l94fh>div>p{font-size:18px;font-weight:bold;color:#333;padding:0 20px;line-height:30px;position:absolute;right:0px;top:18px}._3xY9cjXp9e21k6wN9l94fh>div>span{display:block;line-height:25px;color:#888;padding-left:20px;margin-bottom:10px}._3xY9cjXp9e21k6wN9l94fh>div>span span{color:#333}._3xY9cjXp9e21k6wN9l94fh>div>div{height:40px;line-height:40px;padding-right:55px;text-align:right;background:#f7f9fa;position:absolute;left:0;bottom:0;width:100%;color:#ccc}._3xY9cjXp9e21k6wN9l94fh>div>div span{cursor:pointer;color:#333}._3xY9cjXp9e21k6wN9l94fh>div>div span:hover{opacity:0.8}._357eItCIYmr6m1H3dQZO8K{background:rgba(143, 155, 166, .7);border-color:#8f9ba6;color:#fff}._357eItCIYmr6m1H3dQZO8K:hover,._357eItCIYmr6m1H3dQZO8K:active,._357eItCIYmr6m1H3dQZO8K._1rZWma12EMA4H2SWb1BKEU{background:#8f9ba6 !important;border-color:#8f9ba6 !important;color:#fff;-webkit-box-shadow:4px 4px 4px #888 inset;box-shadow:4px 4px 4px #888 inset}._357eItCIYmr6m1H3dQZO8K:focus{background:rgba(143, 155, 166, .7);border-color:#8f9ba6;color:#fff}._3QbAx8u0ta3SEeSTBPh8bk{background:rgba(22, 160, 133, .7);border-color:#16a085;color:#fff}._3QbAx8u0ta3SEeSTBPh8bk:hover,._3QbAx8u0ta3SEeSTBPh8bk:active,._3QbAx8u0ta3SEeSTBPh8bk._1rZWma12EMA4H2SWb1BKEU{background:#16a085 !important;border-color:#16a085 !important;color:#fff;-webkit-box-shadow:4px 4px 4px #138d75 inset;box-shadow:4px 4px 4px #138d75 inset}._3QbAx8u0ta3SEeSTBPh8bk:focus{background:rgba(22, 160, 133, .7);border-color:#16a085;color:#fff}.yoOnrY5oirOPQDLETt3Zh{background:rgba(243, 156, 18, .7);border-color:#f39c12;color:#fff}.yoOnrY5oirOPQDLETt3Zh:hover,.yoOnrY5oirOPQDLETt3Zh:active,.yoOnrY5oirOPQDLETt3Zh._1rZWma12EMA4H2SWb1BKEU{background:#f39c12 !important;border-color:#f39c12 !important;color:#fff;-webkit-box-shadow:4px 4px 4px #df8e0d inset;box-shadow:4px 4px 4px #df8e0d inset}.yoOnrY5oirOPQDLETt3Zh:focus{background:rgba(243, 156, 18, .7);border-color:#f39c12;color:#fff}._3BRblED-qg7qEOZsxJgub1{background:rgba(231, 76, 60, .7);border-color:#e74c3c;color:#fff}._3BRblED-qg7qEOZsxJgub1:hover,._3BRblED-qg7qEOZsxJgub1:active,._3BRblED-qg7qEOZsxJgub1._1rZWma12EMA4H2SWb1BKEU{background:#e74c3c !important;border-color:#e74c3c !important;color:#fff;-webkit-box-shadow:4px 4px 4px #d33b2b inset;box-shadow:4px 4px 4px #d33b2b inset}._3BRblED-qg7qEOZsxJgub1:focus{background:rgba(231, 76, 60, .7);border-color:#e74c3c;color:#fff}
/* Collection default theme */

.ReactVirtualized__Collection {
}

.ReactVirtualized__Collection__innerScrollContainer {
}

/* Grid default theme */

.ReactVirtualized__Grid {
}

.ReactVirtualized__Grid__innerScrollContainer {
}

/* Table default theme */

.ReactVirtualized__Table {
}

.ReactVirtualized__Table__Grid {
}

.ReactVirtualized__Table__headerRow {
  font-weight: 700;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          -webkit-align-items: center;
          align-items: center;
}
.ReactVirtualized__Table__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          -webkit-align-items: center;
          align-items: center;
}

.ReactVirtualized__Table__headerTruncatedText {
  display: inline-block;
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.ReactVirtualized__Table__headerColumn,
.ReactVirtualized__Table__rowColumn {
  margin-right: 10px;
  min-width: 0px;
}
.ReactVirtualized__Table__rowColumn {
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ReactVirtualized__Table__headerColumn:first-of-type,
.ReactVirtualized__Table__rowColumn:first-of-type {
  margin-left: 10px;
}
.ReactVirtualized__Table__sortableHeaderColumn {
  cursor: pointer;
}

.ReactVirtualized__Table__sortableHeaderIconContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          -webkit-align-items: center;
          align-items: center;
}
.ReactVirtualized__Table__sortableHeaderIcon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          -webkit-flex: 0 0 24px;
          flex: 0 0 24px;
  height: 1em;
  width: 1em;
  fill: currentColor;
}

/* List default theme */

.ReactVirtualized__List {
}/*
[Master Stylesheet]

Project:    Cosmo Admin
Version:    1.1
Last change:    01/08/18 [minor fixes]
ThemeName v1.1.0 (https://freakpixels.com/)
Copyright 2014-2018 Freakpixels, Inc.*/

/*------------------------------------------------------------------
[Table of contents]

1. Importing Files
    1.1 Variables (custom & bootstrap)
    1.2 Bootstrap 4.1.1
    1.3 Override Bootstrap
    1.4 Fonts Files
    1.5 Components
        1.5.1 Sidebar
        1.5.2 Header
        1.5.3 Footer
    1.6 Custom Controls
        1.6.1 Switch
        1.6.2 Loader
        1.6.3 Toast
    1.7 Utilities

2. Some Basic Style
    2.1 User Initials Circle
    2.2 Status Circle
    2.3 Horizontal Overflow Scroll

3. Page Title & Controls
    3.1 Title & Desc
    3.2 Page Controls

4. Step by Step Wizard
5. Recent Activites
6. Generating Lighten Color
7. Fixed width columns
8. Demo purpose css (you can remove)
    8.1 Icon Preview
    8.2 Buy Now button
    8.3 Theme Setting Color Swatch
-------------------------------------------------------------------*/

/****************************************
Importing Files
****************************************/

/*------------------------------------------------------------------
[Table of contents]

1. Bootstrap Variables
	1.1 Theme Colors
	1.2 Font Style
	1.3 Spaceing
2. Custom Variables

-------------------------------------------------------------------*/

/*Theme Colors*/

/* Font Style */

/* Spaceing */

/* Custom Variables */

/*!
 * Bootstrap v4.1.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)
 */

/* line 1, ../../scss/bootstrap/_root.scss */

/* line 21, ../../scss/bootstrap/_reboot.scss */

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

/* line 27, ../../scss/bootstrap/_reboot.scss */

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

@-ms-viewport {
  width: device-width;
}

/* line 45, ../../scss/bootstrap/_reboot.scss */0

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

/* line 57, ../../scss/bootstrap/_reboot.scss */

body {
  margin: 0;
  font-family: "GTWalsheim";
  font-size: 0.9375rem;
  line-height: 1.5;
  color: #272727;
  text-align: left;
  background-color: #fff;
}

#app{
  min-height: 100%;
}

/* line 73, ../../scss/bootstrap/_reboot.scss */

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

/* line 83, ../../scss/bootstrap/_reboot.scss */

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

/* line 99, ../../scss/bootstrap/_reboot.scss */

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

/* line 109, ../../scss/bootstrap/_reboot.scss */

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

/* line 121, ../../scss/bootstrap/_reboot.scss */

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

/* line 129, ../../scss/bootstrap/_reboot.scss */

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

/* line 135, ../../scss/bootstrap/_reboot.scss */

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

/* line 142, ../../scss/bootstrap/_reboot.scss */

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

/* line 149, ../../scss/bootstrap/_reboot.scss */

dt {
  font-weight: 700;
}

/* line 153, ../../scss/bootstrap/_reboot.scss */

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

/* line 158, ../../scss/bootstrap/_reboot.scss */

blockquote {
  margin: 0 0 1rem;
}

/* line 162, ../../scss/bootstrap/_reboot.scss */

dfn {
  font-style: italic;
}

/* line 167, ../../scss/bootstrap/_reboot.scss */

b, strong {
  font-weight: bold;
}

/* line 173, ../../scss/bootstrap/_reboot.scss */

small {
  font-size: 80%;
}

/* line 182, ../../scss/bootstrap/_reboot.scss */

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

/* line 190, ../../scss/bootstrap/_reboot.scss */

sub {
  bottom: -.25em;
}

/* line 191, ../../scss/bootstrap/_reboot.scss */

sup {
  top: -.5em;
}

/* line 198, ../../scss/bootstrap/_reboot.scss */

a {
  color: #4B89FC;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

/* line 13, ../../scss/bootstrap/mixins/_hover.scss */

a:hover {
  color: #0459f6;
  text-decoration: underline;
}

/* line 216, ../../scss/bootstrap/_reboot.scss */

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

/* line 17, ../../scss/bootstrap/mixins/_hover.scss */

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

/* line 225, ../../scss/bootstrap/_reboot.scss */

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

/* line 236, ../../scss/bootstrap/_reboot.scss */

pre, code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 245, ../../scss/bootstrap/_reboot.scss */

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

/* line 262, ../../scss/bootstrap/_reboot.scss */

figure {
  margin: 0 0 1rem;
}

/* line 272, ../../scss/bootstrap/_reboot.scss */

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

/* line 277, ../../scss/bootstrap/_reboot.scss */

svg:not(:root) {
  overflow: hidden;
}

/* line 286, ../../scss/bootstrap/_reboot.scss */

table {
  border-collapse: collapse;
}

/* line 290, ../../scss/bootstrap/_reboot.scss */

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #8d969e;
  text-align: left;
  caption-side: bottom;
}

/* line 298, ../../scss/bootstrap/_reboot.scss */

th {
  text-align: inherit;
}

/* line 309, ../../scss/bootstrap/_reboot.scss */

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

/* line 318, ../../scss/bootstrap/_reboot.scss */

button {
  border-radius: 0;
}

/* line 331, ../../scss/bootstrap/_reboot.scss */

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

/* line 342, ../../scss/bootstrap/_reboot.scss */

button, input {
  overflow: visible;
}

/* line 347, ../../scss/bootstrap/_reboot.scss */

button, select {
  text-transform: none;
}

/* line 355, ../../scss/bootstrap/_reboot.scss */

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

/* line 363, ../../scss/bootstrap/_reboot.scss */

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

/* line 371, ../../scss/bootstrap/_reboot.scss */

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

/* line 378, ../../scss/bootstrap/_reboot.scss */

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

/* line 390, ../../scss/bootstrap/_reboot.scss */

textarea {
  overflow: auto;
  resize: vertical;
}

/* line 396, ../../scss/bootstrap/_reboot.scss */

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

/* line 411, ../../scss/bootstrap/_reboot.scss */

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

/* line 423, ../../scss/bootstrap/_reboot.scss */

progress {
  vertical-align: baseline;
}

/* line 428, ../../scss/bootstrap/_reboot.scss */

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

/* line 433, ../../scss/bootstrap/_reboot.scss */

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

/* line 446, ../../scss/bootstrap/_reboot.scss */

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

/* line 456, ../../scss/bootstrap/_reboot.scss */

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

/* line 465, ../../scss/bootstrap/_reboot.scss */

output {
  display: inline-block;
}

/* line 469, ../../scss/bootstrap/_reboot.scss */

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

/* line 474, ../../scss/bootstrap/_reboot.scss */

template {
  display: none;
}

/* line 480, ../../scss/bootstrap/_reboot.scss */

[hidden] {
  display: none !important;
}

/* line 7, ../../scss/bootstrap/_type.scss */

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

/* line 16, ../../scss/bootstrap/_type.scss */

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

/* line 17, ../../scss/bootstrap/_type.scss */

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

/* line 18, ../../scss/bootstrap/_type.scss */

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

/* line 19, ../../scss/bootstrap/_type.scss */

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

/* line 20, ../../scss/bootstrap/_type.scss */

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

/* line 21, ../../scss/bootstrap/_type.scss */

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

/* line 23, ../../scss/bootstrap/_type.scss */

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

/* line 29, ../../scss/bootstrap/_type.scss */

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

/* line 34, ../../scss/bootstrap/_type.scss */

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

/* line 39, ../../scss/bootstrap/_type.scss */

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

/* line 44, ../../scss/bootstrap/_type.scss */

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

/* line 55, ../../scss/bootstrap/_type.scss */

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

/* line 67, ../../scss/bootstrap/_type.scss */

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

/* line 73, ../../scss/bootstrap/_type.scss */

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

/* line 84, ../../scss/bootstrap/_type.scss */

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

/* line 89, ../../scss/bootstrap/_type.scss */

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

/* line 92, ../../scss/bootstrap/_type.scss */

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

/* line 95, ../../scss/bootstrap/_type.scss */

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

/* line 106, ../../scss/bootstrap/_type.scss */

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

/* line 112, ../../scss/bootstrap/_type.scss */

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

/* line 117, ../../scss/bootstrap/_type.scss */

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

/* line 122, ../../scss/bootstrap/_type.scss */

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

/* line 8, ../../scss/bootstrap/_images.scss */

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

/* line 14, ../../scss/bootstrap/_images.scss */

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

/* line 29, ../../scss/bootstrap/_images.scss */

.figure {
  display: inline-block;
}

/* line 34, ../../scss/bootstrap/_images.scss */

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

/* line 39, ../../scss/bootstrap/_images.scss */

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

/* line 2, ../../scss/bootstrap/_code.scss */

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

/* line 10, ../../scss/bootstrap/_code.scss */

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

/* line 16, ../../scss/bootstrap/_code.scss */

a>code {
  color: inherit;
}

/* line 22, ../../scss/bootstrap/_code.scss */

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

/* line 30, ../../scss/bootstrap/_code.scss */

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

/* line 39, ../../scss/bootstrap/_code.scss */

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

/* line 45, ../../scss/bootstrap/_code.scss */

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

/* line 53, ../../scss/bootstrap/_code.scss */

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

/* line 6, ../../scss/bootstrap/_grid.scss */

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

@media (min-width: 576px) {
  /* line 6, ../../scss/bootstrap/_grid.scss */
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  /* line 6, ../../scss/bootstrap/_grid.scss */
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  /* line 6, ../../scss/bootstrap/_grid.scss */
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  /* line 6, ../../scss/bootstrap/_grid.scss */
  .container {
    max-width: 1140px;
  }
}

/* line 18, ../../scss/bootstrap/_grid.scss */

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

/* line 28, ../../scss/bootstrap/_grid.scss */

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

/* line 34, ../../scss/bootstrap/_grid.scss */

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

/* line 38, ../../scss/bootstrap/_grid.scss */

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

/* line 8, ../../scss/bootstrap/mixins/_grid-framework.scss */

.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: 12px;
  padding-left: 12px;
}

/* line 32, ../../scss/bootstrap/mixins/_grid-framework.scss */

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

/* line 37, ../../scss/bootstrap/mixins/_grid-framework.scss */

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

/* line 44, ../../scss/bootstrap/mixins/_grid-framework.scss */

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

/* line 44, ../../scss/bootstrap/mixins/_grid-framework.scss */

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

/* line 44, ../../scss/bootstrap/mixins/_grid-framework.scss */

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

/* line 44, ../../scss/bootstrap/mixins/_grid-framework.scss */

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

/* line 44, ../../scss/bootstrap/mixins/_grid-framework.scss */

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

/* line 44, ../../scss/bootstrap/mixins/_grid-framework.scss */

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

/* line 44, ../../scss/bootstrap/mixins/_grid-framework.scss */

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

/* line 44, ../../scss/bootstrap/mixins/_grid-framework.scss */

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

/* line 44, ../../scss/bootstrap/mixins/_grid-framework.scss */

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

/* line 44, ../../scss/bootstrap/mixins/_grid-framework.scss */

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

/* line 44, ../../scss/bootstrap/mixins/_grid-framework.scss */

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

/* line 44, ../../scss/bootstrap/mixins/_grid-framework.scss */

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

/* line 49, ../../scss/bootstrap/mixins/_grid-framework.scss */

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

/* line 51, ../../scss/bootstrap/mixins/_grid-framework.scss */

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

/* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */

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

/* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */

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

/* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */

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

/* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */

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

/* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */

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

/* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */

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

/* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */

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

/* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */

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

/* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */

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

/* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */

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

/* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */

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

/* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */

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

/* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */

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

/* line 60, ../../scss/bootstrap/mixins/_grid-framework.scss */

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

/* line 60, ../../scss/bootstrap/mixins/_grid-framework.scss */

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

/* line 60, ../../scss/bootstrap/mixins/_grid-framework.scss */

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

/* line 60, ../../scss/bootstrap/mixins/_grid-framework.scss */

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

/* line 60, ../../scss/bootstrap/mixins/_grid-framework.scss */

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

/* line 60, ../../scss/bootstrap/mixins/_grid-framework.scss */

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

/* line 60, ../../scss/bootstrap/mixins/_grid-framework.scss */

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

/* line 60, ../../scss/bootstrap/mixins/_grid-framework.scss */

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

/* line 60, ../../scss/bootstrap/mixins/_grid-framework.scss */

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

/* line 60, ../../scss/bootstrap/mixins/_grid-framework.scss */

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

/* line 60, ../../scss/bootstrap/mixins/_grid-framework.scss */

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

@media (min-width: 576px) {
  /* line 32, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  /* line 37, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  /* line 44, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  /* line 44, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  /* line 44, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 44, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  /* line 44, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  /* line 44, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 44, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  /* line 44, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  /* line 44, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 44, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  /* line 44, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  /* line 44, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 49, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  /* line 51, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13;
  }
  /* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  /* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  /* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  /* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  /* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  /* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
  /* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
  /* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7;
  }
  /* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8;
  }
  /* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9;
  }
  /* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10;
  }
  /* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11;
  }
  /* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12;
  }
  /* line 60, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-0 {
    margin-left: 0;
  }
  /* line 60, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  /* line 60, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  /* line 60, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-3 {
    margin-left: 25%;
  }
  /* line 60, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  /* line 60, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  /* line 60, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-6 {
    margin-left: 50%;
  }
  /* line 60, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  /* line 60, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  /* line 60, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-9 {
    margin-left: 75%;
  }
  /* line 60, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  /* line 60, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  /* line 32, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .col-md {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  /* line 37, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  /* line 44, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  /* line 44, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  /* line 44, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 44, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  /* line 44, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  /* line 44, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 44, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  /* line 44, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  /* line 44, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 44, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  /* line 44, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  /* line 44, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 49, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  /* line 51, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13;
  }
  /* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  /* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  /* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  /* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  /* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  /* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
  /* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
  /* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7;
  }
  /* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8;
  }
  /* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9;
  }
  /* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10;
  }
  /* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11;
  }
  /* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12;
  }
  /* line 60, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .offset-md-0 {
    margin-left: 0;
  }
  /* line 60, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  /* line 60, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  /* line 60, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .offset-md-3 {
    margin-left: 25%;
  }
  /* line 60, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  /* line 60, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  /* line 60, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .offset-md-6 {
    margin-left: 50%;
  }
  /* line 60, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  /* line 60, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  /* line 60, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .offset-md-9 {
    margin-left: 75%;
  }
  /* line 60, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  /* line 60, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  /* line 32, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  /* line 37, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  /* line 44, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  /* line 44, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  /* line 44, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 44, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  /* line 44, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  /* line 44, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 44, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  /* line 44, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  /* line 44, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 44, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  /* line 44, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  /* line 44, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 49, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  /* line 51, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13;
  }
  /* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  /* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  /* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  /* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  /* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  /* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
  /* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
  /* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7;
  }
  /* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8;
  }
  /* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9;
  }
  /* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10;
  }
  /* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11;
  }
  /* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12;
  }
  /* line 60, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-0 {
    margin-left: 0;
  }
  /* line 60, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  /* line 60, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  /* line 60, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-3 {
    margin-left: 25%;
  }
  /* line 60, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  /* line 60, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  /* line 60, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-6 {
    margin-left: 50%;
  }
  /* line 60, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  /* line 60, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  /* line 60, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-9 {
    margin-left: 75%;
  }
  /* line 60, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  /* line 60, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1200px) {
  /* line 32, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .col-xl {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  /* line 37, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .col-xl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  /* line 44, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  /* line 44, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  /* line 44, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 44, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  /* line 44, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  /* line 44, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 44, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  /* line 44, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  /* line 44, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 44, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  /* line 44, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  /* line 44, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 49, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  /* line 51, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13;
  }
  /* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  /* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  /* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  /* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  /* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  /* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
  /* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
  /* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7;
  }
  /* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8;
  }
  /* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9;
  }
  /* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10;
  }
  /* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11;
  }
  /* line 54, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12;
  }
  /* line 60, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-0 {
    margin-left: 0;
  }
  /* line 60, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  /* line 60, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  /* line 60, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-3 {
    margin-left: 25%;
  }
  /* line 60, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  /* line 60, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  /* line 60, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-6 {
    margin-left: 50%;
  }
  /* line 60, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  /* line 60, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  /* line 60, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-9 {
    margin-left: 75%;
  }
  /* line 60, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  /* line 60, ../../scss/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

/* line 5, ../../scss/bootstrap/_tables.scss */

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

/* line 11, ../../scss/bootstrap/_tables.scss */

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

/* line 18, ../../scss/bootstrap/_tables.scss */

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

/* line 23, ../../scss/bootstrap/_tables.scss */

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

/* line 27, ../../scss/bootstrap/_tables.scss */

.table .table {
  background-color: #F5F7FA;
}

/* line 38, ../../scss/bootstrap/_tables.scss */

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

/* line 49, ../../scss/bootstrap/_tables.scss */

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

/* line 52, ../../scss/bootstrap/_tables.scss */

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

/* line 58, ../../scss/bootstrap/_tables.scss */

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

/* line 66, ../../scss/bootstrap/_tables.scss */

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

/* line 79, ../../scss/bootstrap/_tables.scss */

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

/* line 13, ../../scss/bootstrap/mixins/_hover.scss */

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

/* line 7, ../../scss/bootstrap/mixins/_table-row.scss */

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

/* line 13, ../../scss/bootstrap/mixins/_hover.scss */

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

/* line 23, ../../scss/bootstrap/mixins/_table-row.scss */

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

/* line 7, ../../scss/bootstrap/mixins/_table-row.scss */

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

/* line 13, ../../scss/bootstrap/mixins/_hover.scss */

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

/* line 23, ../../scss/bootstrap/mixins/_table-row.scss */

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

/* line 7, ../../scss/bootstrap/mixins/_table-row.scss */

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

/* line 13, ../../scss/bootstrap/mixins/_hover.scss */

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

/* line 23, ../../scss/bootstrap/mixins/_table-row.scss */

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

/* line 7, ../../scss/bootstrap/mixins/_table-row.scss */

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

/* line 13, ../../scss/bootstrap/mixins/_hover.scss */

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

/* line 23, ../../scss/bootstrap/mixins/_table-row.scss */

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

/* line 7, ../../scss/bootstrap/mixins/_table-row.scss */

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

/* line 13, ../../scss/bootstrap/mixins/_hover.scss */

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

/* line 23, ../../scss/bootstrap/mixins/_table-row.scss */

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

/* line 7, ../../scss/bootstrap/mixins/_table-row.scss */

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

/* line 13, ../../scss/bootstrap/mixins/_hover.scss */

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

/* line 23, ../../scss/bootstrap/mixins/_table-row.scss */

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

/* line 7, ../../scss/bootstrap/mixins/_table-row.scss */

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

/* line 13, ../../scss/bootstrap/mixins/_hover.scss */

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

/* line 23, ../../scss/bootstrap/mixins/_table-row.scss */

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

/* line 7, ../../scss/bootstrap/mixins/_table-row.scss */

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

/* line 13, ../../scss/bootstrap/mixins/_hover.scss */

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

/* line 23, ../../scss/bootstrap/mixins/_table-row.scss */

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

/* line 7, ../../scss/bootstrap/mixins/_table-row.scss */

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

/* line 13, ../../scss/bootstrap/mixins/_hover.scss */

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

/* line 23, ../../scss/bootstrap/mixins/_table-row.scss */

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

/* line 117, ../../scss/bootstrap/_tables.scss */

.table .thead-dark th {
  color: #F5F7FA;
  background-color: #212529;
  border-color: #32383e;
}

/* line 125, ../../scss/bootstrap/_tables.scss */

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

/* line 133, ../../scss/bootstrap/_tables.scss */

.table-dark {
  color: #F5F7FA;
  background-color: #212529;
}

/* line 137, ../../scss/bootstrap/_tables.scss */

.table-dark th, .table-dark td, .table-dark thead th {
  border-color: #32383e;
}

/* line 143, ../../scss/bootstrap/_tables.scss */

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

/* line 148, ../../scss/bootstrap/_tables.scss */

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

/* line 13, ../../scss/bootstrap/mixins/_hover.scss */

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

@media (max-width: 575.98px) {
  /* line 173, ../../scss/bootstrap/_tables.scss */
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  /* line 182, ../../scss/bootstrap/_tables.scss */
  .table-responsive-sm>.table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  /* line 173, ../../scss/bootstrap/_tables.scss */
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  /* line 182, ../../scss/bootstrap/_tables.scss */
  .table-responsive-md>.table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  /* line 173, ../../scss/bootstrap/_tables.scss */
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  /* line 182, ../../scss/bootstrap/_tables.scss */
  .table-responsive-lg>.table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  /* line 173, ../../scss/bootstrap/_tables.scss */
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  /* line 182, ../../scss/bootstrap/_tables.scss */
  .table-responsive-xl>.table-bordered {
    border: 0;
  }
}

/* line 173, ../../scss/bootstrap/_tables.scss */

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

/* line 182, ../../scss/bootstrap/_tables.scss */

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

/* line 7, ../../scss/bootstrap/_forms.scss */

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 0.9375rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 7, ../../scss/bootstrap/_forms.scss */
  .form-control {
    -webkit-transition: none;
    transition: none;
  }
}

/* line 31, ../../scss/bootstrap/_forms.scss */

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

/* line 14, ../../scss/bootstrap/mixins/_forms.scss */

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #c8dbfe;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(75, 137, 252, .25);
          box-shadow: 0 0 0 0.2rem rgba(75, 137, 252, .25);
}

/* line 40, ../../scss/bootstrap/_forms.scss */

.form-control::-webkit-input-placeholder {
  color: #ccc;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #ccc;
  opacity: 1;
}

.form-control::placeholder {
  color: #ccc;
  opacity: 1;
}

/* line 51, ../../scss/bootstrap/_forms.scss */

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

/* line 60, ../../scss/bootstrap/_forms.scss */

select.form-control:not([size]):not([multiple]) {
  height: calc(2.15625rem + 2px);
}

/* line 64, ../../scss/bootstrap/_forms.scss */

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

/* line 76, ../../scss/bootstrap/_forms.scss */

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

/* line 89, ../../scss/bootstrap/_forms.scss */

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

/* line 97, ../../scss/bootstrap/_forms.scss */

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

/* line 104, ../../scss/bootstrap/_forms.scss */

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

/* line 117, ../../scss/bootstrap/_forms.scss */

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #4E565A;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

/* line 129, ../../scss/bootstrap/_forms.scss */

.form-control-plaintext.form-control-sm, .input-group-sm>.form-control-plaintext.form-control, .input-group-sm>.input-group-prepend>.form-control-plaintext.input-group-text, .input-group-sm>.input-group-append>.form-control-plaintext.input-group-text, .input-group-sm>.input-group-prepend>.form-control-plaintext.btn, .input-group-sm>.input-group-append>.form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg>.form-control-plaintext.form-control, .input-group-lg>.input-group-prepend>.form-control-plaintext.input-group-text, .input-group-lg>.input-group-append>.form-control-plaintext.input-group-text, .input-group-lg>.input-group-prepend>.form-control-plaintext.btn, .input-group-lg>.input-group-append>.form-control-plaintext.btn {
  padding-right: 0;
  padding-left: 0;
}

/* line 145, ../../scss/bootstrap/_forms.scss */

.form-control-sm, .input-group-sm>.form-control, .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.82031rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 153, ../../scss/bootstrap/_forms.scss */

select.form-control-sm:not([size]):not([multiple]), .input-group-sm>select.form-control:not([size]):not([multiple]), .input-group-sm>.input-group-prepend>select.input-group-text:not([size]):not([multiple]), .input-group-sm>.input-group-append>select.input-group-text:not([size]):not([multiple]), .input-group-sm>.input-group-prepend>select.btn:not([size]):not([multiple]), .input-group-sm>.input-group-append>select.btn:not([size]):not([multiple]) {
  height: calc(1.73047rem + 2px);
}

/* line 158, ../../scss/bootstrap/_forms.scss */

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

/* line 166, ../../scss/bootstrap/_forms.scss */

select.form-control-lg:not([size]):not([multiple]), .input-group-lg>select.form-control:not([size]):not([multiple]), .input-group-lg>.input-group-prepend>select.input-group-text:not([size]):not([multiple]), .input-group-lg>.input-group-append>select.input-group-text:not([size]):not([multiple]), .input-group-lg>.input-group-prepend>select.btn:not([size]):not([multiple]), .input-group-lg>.input-group-append>select.btn:not([size]):not([multiple]) {
  height: calc(2.75781rem + 2px);
}

/* line 177, ../../scss/bootstrap/_forms.scss */

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

/* line 181, ../../scss/bootstrap/_forms.scss */

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

/* line 191, ../../scss/bootstrap/_forms.scss */

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

/* line 197, ../../scss/bootstrap/_forms.scss */

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

/* line 209, ../../scss/bootstrap/_forms.scss */

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

/* line 215, ../../scss/bootstrap/_forms.scss */

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

/* line 220, ../../scss/bootstrap/_forms.scss */

.form-check-input:disabled~.form-check-label {
  color: #8d969e;
}

/* line 225, ../../scss/bootstrap/_forms.scss */

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

/* line 229, ../../scss/bootstrap/_forms.scss */

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

/* line 236, ../../scss/bootstrap/_forms.scss */

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

/* line 30, ../../scss/bootstrap/mixins/_forms.scss */

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

/* line 38, ../../scss/bootstrap/mixins/_forms.scss */

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(105, 186, 109, .8);
  border-radius: .2rem;
}

/* line 55, ../../scss/bootstrap/mixins/_forms.scss */

.was-validated .form-control:valid, .form-control.is-valid, .was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #69BA6D;
}

/* line 59, ../../scss/bootstrap/mixins/_forms.scss */

.was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #69BA6D;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(105, 186, 109, .25);
          box-shadow: 0 0 0 0.2rem rgba(105, 186, 109, .25);
}

/* line 64, ../../scss/bootstrap/mixins/_forms.scss */

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

/* line 74, ../../scss/bootstrap/mixins/_forms.scss */

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

/* line 78, ../../scss/bootstrap/mixins/_forms.scss */

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

/* line 88, ../../scss/bootstrap/mixins/_forms.scss */

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

/* line 91, ../../scss/bootstrap/mixins/_forms.scss */

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

/* line 96, ../../scss/bootstrap/mixins/_forms.scss */

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

/* line 102, ../../scss/bootstrap/mixins/_forms.scss */

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

/* line 108, ../../scss/bootstrap/mixins/_forms.scss */

.was-validated .custom-control-input:valid:focus~.custom-control-label::before, .custom-control-input.is-valid:focus~.custom-control-label::before {
  -webkit-box-shadow: 0 0 0 1px #F5F7FA, 0 0 0 3.2px rgba(105, 186, 109, .25);
          box-shadow: 0 0 0 1px #F5F7FA, 0 0 0 3.2px rgba(105, 186, 109, .25);
  -webkit-box-shadow: 0 0 0 1px #F5F7FA, 0 0 0 0.2rem rgba(105, 186, 109, .25);
          box-shadow: 0 0 0 1px #F5F7FA, 0 0 0 0.2rem rgba(105, 186, 109, .25);
}

/* line 119, ../../scss/bootstrap/mixins/_forms.scss */

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

/* line 122, ../../scss/bootstrap/mixins/_forms.scss */

.was-validated .custom-file-input:valid~.custom-file-label::before, .custom-file-input.is-valid~.custom-file-label::before {
  border-color: inherit;
}

/* line 125, ../../scss/bootstrap/mixins/_forms.scss */

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

/* line 131, ../../scss/bootstrap/mixins/_forms.scss */

.was-validated .custom-file-input:valid:focus~.custom-file-label, .custom-file-input.is-valid:focus~.custom-file-label {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(105, 186, 109, .25);
          box-shadow: 0 0 0 0.2rem rgba(105, 186, 109, .25);
}

/* line 30, ../../scss/bootstrap/mixins/_forms.scss */

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

/* line 38, ../../scss/bootstrap/mixins/_forms.scss */

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(234, 88, 90, .8);
  border-radius: .2rem;
}

/* line 55, ../../scss/bootstrap/mixins/_forms.scss */

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #EA585A;
}

/* line 59, ../../scss/bootstrap/mixins/_forms.scss */

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #EA585A;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(234, 88, 90, .25);
          box-shadow: 0 0 0 0.2rem rgba(234, 88, 90, .25);
}

/* line 64, ../../scss/bootstrap/mixins/_forms.scss */

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

/* line 74, ../../scss/bootstrap/mixins/_forms.scss */

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

/* line 78, ../../scss/bootstrap/mixins/_forms.scss */

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

/* line 88, ../../scss/bootstrap/mixins/_forms.scss */

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

/* line 91, ../../scss/bootstrap/mixins/_forms.scss */

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

/* line 96, ../../scss/bootstrap/mixins/_forms.scss */

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

/* line 102, ../../scss/bootstrap/mixins/_forms.scss */

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

/* line 108, ../../scss/bootstrap/mixins/_forms.scss */

.was-validated .custom-control-input:invalid:focus~.custom-control-label::before, .custom-control-input.is-invalid:focus~.custom-control-label::before {
  -webkit-box-shadow: 0 0 0 1px #F5F7FA, 0 0 0 3.2px rgba(234, 88, 90, .25);
          box-shadow: 0 0 0 1px #F5F7FA, 0 0 0 3.2px rgba(234, 88, 90, .25);
  -webkit-box-shadow: 0 0 0 1px #F5F7FA, 0 0 0 0.2rem rgba(234, 88, 90, .25);
          box-shadow: 0 0 0 1px #F5F7FA, 0 0 0 0.2rem rgba(234, 88, 90, .25);
}

/* line 119, ../../scss/bootstrap/mixins/_forms.scss */

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

/* line 122, ../../scss/bootstrap/mixins/_forms.scss */

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

/* line 125, ../../scss/bootstrap/mixins/_forms.scss */

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

/* line 131, ../../scss/bootstrap/mixins/_forms.scss */

.was-validated .custom-file-input:invalid:focus~.custom-file-label, .custom-file-input.is-invalid:focus~.custom-file-label {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(234, 88, 90, .25);
          box-shadow: 0 0 0 0.2rem rgba(234, 88, 90, .25);
}

/* line 264, ../../scss/bootstrap/_forms.scss */

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

/* line 272, ../../scss/bootstrap/_forms.scss */

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

@media (min-width: 576px) {
  /* line 278, ../../scss/bootstrap/_forms.scss */
  .form-inline label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0;
  }
  /* line 286, ../../scss/bootstrap/_forms.scss */
  .form-inline .form-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
  }
  /* line 295, ../../scss/bootstrap/_forms.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 302, ../../scss/bootstrap/_forms.scss */
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  /* line 306, ../../scss/bootstrap/_forms.scss */
  .form-inline .input-group, .form-inline .custom-select {
    width: auto;
  }
  /* line 313, ../../scss/bootstrap/_forms.scss */
  .form-inline .form-check {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: auto;
    padding-left: 0;
  }
  /* line 320, ../../scss/bootstrap/_forms.scss */
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  /* line 327, ../../scss/bootstrap/_forms.scss */
  .form-inline .custom-control {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  /* line 331, ../../scss/bootstrap/_forms.scss */
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

/* line 7, ../../scss/bootstrap/_buttons.scss */

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

@media screen and (prefers-reduced-motion: reduce) {
  /* line 7, ../../scss/bootstrap/_buttons.scss */
  .btn {
    -webkit-transition: none;
    transition: none;
  }
}

/* line 17, ../../scss/bootstrap/mixins/_hover.scss */

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

/* line 23, ../../scss/bootstrap/_buttons.scss */

.btn:focus, .btn.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(75, 137, 252, .25);
          box-shadow: 0 0 0 0.2rem rgba(75, 137, 252, .25);
}

/* line 30, ../../scss/bootstrap/_buttons.scss */

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

/* line 37, ../../scss/bootstrap/_buttons.scss */

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

/* line 41, ../../scss/bootstrap/_buttons.scss */

.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
  background-image: none;
}

/* line 53, ../../scss/bootstrap/_buttons.scss */

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

/* line 64, ../../scss/bootstrap/_buttons.scss */

.btn-primary {
  color: #fff;
  background-color: #4B89FC;
  border-color: #4B89FC;
}

/* line 13, ../../scss/bootstrap/mixins/_hover.scss */

.btn-primary:hover {
  color: #fff;
  background-color: #2570fb;
  border-color: #1968fb;
}

/* line 18, ../../scss/bootstrap/mixins/_buttons.scss */

.btn-primary:focus, .btn-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(75, 137, 252, .5);
          box-shadow: 0 0 0 0.2rem rgba(75, 137, 252, .5);
}

/* line 29, ../../scss/bootstrap/mixins/_buttons.scss */

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #4B89FC;
  border-color: #4B89FC;
}

/* line 36, ../../scss/bootstrap/mixins/_buttons.scss */

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #1968fb;
  border-color: #0c60fb;
}

/* line 46, ../../scss/bootstrap/mixins/_buttons.scss */

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show>.btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(75, 137, 252, .5);
          box-shadow: 0 0 0 0.2rem rgba(75, 137, 252, .5);
}

/* line 64, ../../scss/bootstrap/_buttons.scss */

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

/* line 13, ../../scss/bootstrap/mixins/_hover.scss */

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

/* line 18, ../../scss/bootstrap/mixins/_buttons.scss */

.btn-secondary:focus, .btn-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, .5);
          box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, .5);
}

/* line 29, ../../scss/bootstrap/mixins/_buttons.scss */

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

/* line 36, ../../scss/bootstrap/mixins/_buttons.scss */

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show>.btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

/* line 46, ../../scss/bootstrap/mixins/_buttons.scss */

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

/* line 64, ../../scss/bootstrap/_buttons.scss */

.btn-success {
  color: #212529;
  background-color: #69BA6D;
  border-color: #69BA6D;
}

/* line 13, ../../scss/bootstrap/mixins/_hover.scss */

.btn-success:hover {
  color: #fff;
  background-color: #50ad54;
  border-color: #4ca450;
}

/* line 18, ../../scss/bootstrap/mixins/_buttons.scss */

.btn-success:focus, .btn-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(105, 186, 109, .5);
          box-shadow: 0 0 0 0.2rem rgba(105, 186, 109, .5);
}

/* line 29, ../../scss/bootstrap/mixins/_buttons.scss */

.btn-success.disabled, .btn-success:disabled {
  color: #212529;
  background-color: #69BA6D;
  border-color: #69BA6D;
}

/* line 36, ../../scss/bootstrap/mixins/_buttons.scss */

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show>.btn-success.dropdown-toggle {
  color: #fff;
  background-color: #4ca450;
  border-color: #489c4c;
}

/* line 46, ../../scss/bootstrap/mixins/_buttons.scss */

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show>.btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(105, 186, 109, .5);
          box-shadow: 0 0 0 0.2rem rgba(105, 186, 109, .5);
}

/* line 64, ../../scss/bootstrap/_buttons.scss */

.btn-info {
  color: #fff;
  background-color: #48a1af;
  border-color: #48a1af;
}

/* line 13, ../../scss/bootstrap/mixins/_hover.scss */

.btn-info:hover {
  color: #fff;
  background-color: #3d8894;
  border-color: #39808b;
}

/* line 18, ../../scss/bootstrap/mixins/_buttons.scss */

.btn-info:focus, .btn-info.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 161, 175, .5);
          box-shadow: 0 0 0 0.2rem rgba(72, 161, 175, .5);
}

/* line 29, ../../scss/bootstrap/mixins/_buttons.scss */

.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #48a1af;
  border-color: #48a1af;
}

/* line 36, ../../scss/bootstrap/mixins/_buttons.scss */

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show>.btn-info.dropdown-toggle {
  color: #fff;
  background-color: #39808b;
  border-color: #357782;
}

/* line 46, ../../scss/bootstrap/mixins/_buttons.scss */

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show>.btn-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 161, 175, .5);
          box-shadow: 0 0 0 0.2rem rgba(72, 161, 175, .5);
}

/* line 64, ../../scss/bootstrap/_buttons.scss */

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

/* line 13, ../../scss/bootstrap/mixins/_hover.scss */

.btn-warning:hover {
  color: #212529;
  background-color: #faa232;
  border-color: #fa9c25;
}

/* line 18, ../../scss/bootstrap/mixins/_buttons.scss */

.btn-warning:focus, .btn-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(251, 179, 87, .5);
          box-shadow: 0 0 0 0.2rem rgba(251, 179, 87, .5);
}

/* line 29, ../../scss/bootstrap/mixins/_buttons.scss */

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

/* line 36, ../../scss/bootstrap/mixins/_buttons.scss */

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

/* line 46, ../../scss/bootstrap/mixins/_buttons.scss */

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show>.btn-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(251, 179, 87, .5);
          box-shadow: 0 0 0 0.2rem rgba(251, 179, 87, .5);
}

/* line 64, ../../scss/bootstrap/_buttons.scss */

.btn-danger {
  color: #fff;
  background-color: #EA585A;
  border-color: #EA585A;
}

/* line 13, ../../scss/bootstrap/mixins/_hover.scss */

.btn-danger:hover {
  color: #fff;
  background-color: #e63638;
  border-color: #e42b2d;
}

/* line 18, ../../scss/bootstrap/mixins/_buttons.scss */

.btn-danger:focus, .btn-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(234, 88, 90, .5);
          box-shadow: 0 0 0 0.2rem rgba(234, 88, 90, .5);
}

/* line 29, ../../scss/bootstrap/mixins/_buttons.scss */

.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #EA585A;
  border-color: #EA585A;
}

/* line 36, ../../scss/bootstrap/mixins/_buttons.scss */

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show>.btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #e42b2d;
  border-color: #e31f22;
}

/* line 46, ../../scss/bootstrap/mixins/_buttons.scss */

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show>.btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(234, 88, 90, .5);
          box-shadow: 0 0 0 0.2rem rgba(234, 88, 90, .5);
}

/* line 64, ../../scss/bootstrap/_buttons.scss */

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

/* line 13, ../../scss/bootstrap/mixins/_hover.scss */

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

/* line 18, ../../scss/bootstrap/mixins/_buttons.scss */

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

/* line 29, ../../scss/bootstrap/mixins/_buttons.scss */

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

/* line 36, ../../scss/bootstrap/mixins/_buttons.scss */

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

/* line 46, ../../scss/bootstrap/mixins/_buttons.scss */

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

/* line 64, ../../scss/bootstrap/_buttons.scss */

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

/* line 13, ../../scss/bootstrap/mixins/_hover.scss */

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

/* line 18, ../../scss/bootstrap/mixins/_buttons.scss */

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

/* line 29, ../../scss/bootstrap/mixins/_buttons.scss */

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

/* line 36, ../../scss/bootstrap/mixins/_buttons.scss */

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

/* line 46, ../../scss/bootstrap/mixins/_buttons.scss */

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

/* line 70, ../../scss/bootstrap/_buttons.scss */

.btn-outline-primary {
  color: #4B89FC;
  background-color: transparent;
  background-image: none;
  border-color: #4B89FC;
}

/* line 63, ../../scss/bootstrap/mixins/_buttons.scss */

.btn-outline-primary:hover {
  color: #fff;
  background-color: #4B89FC;
  border-color: #4B89FC;
}

/* line 69, ../../scss/bootstrap/mixins/_buttons.scss */

.btn-outline-primary:focus, .btn-outline-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(75, 137, 252, .5);
          box-shadow: 0 0 0 0.2rem rgba(75, 137, 252, .5);
}

/* line 74, ../../scss/bootstrap/mixins/_buttons.scss */

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

/* line 80, ../../scss/bootstrap/mixins/_buttons.scss */

.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: #4B89FC;
  border-color: #4B89FC;
}

/* line 87, ../../scss/bootstrap/mixins/_buttons.scss */

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show>.btn-outline-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(75, 137, 252, .5);
          box-shadow: 0 0 0 0.2rem rgba(75, 137, 252, .5);
}

/* line 70, ../../scss/bootstrap/_buttons.scss */

.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}

/* line 63, ../../scss/bootstrap/mixins/_buttons.scss */

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

/* line 69, ../../scss/bootstrap/mixins/_buttons.scss */

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, .5);
          box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, .5);
}

/* line 74, ../../scss/bootstrap/mixins/_buttons.scss */

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

/* line 80, ../../scss/bootstrap/mixins/_buttons.scss */

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

/* line 87, ../../scss/bootstrap/mixins/_buttons.scss */

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

/* line 70, ../../scss/bootstrap/_buttons.scss */

.btn-outline-success {
  color: #69BA6D;
  background-color: transparent;
  background-image: none;
  border-color: #69BA6D;
}

/* line 63, ../../scss/bootstrap/mixins/_buttons.scss */

.btn-outline-success:hover {
  color: #212529;
  background-color: #69BA6D;
  border-color: #69BA6D;
}

/* line 69, ../../scss/bootstrap/mixins/_buttons.scss */

.btn-outline-success:focus, .btn-outline-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(105, 186, 109, .5);
          box-shadow: 0 0 0 0.2rem rgba(105, 186, 109, .5);
}

/* line 74, ../../scss/bootstrap/mixins/_buttons.scss */

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #69BA6D;
  background-color: transparent;
}

/* line 80, ../../scss/bootstrap/mixins/_buttons.scss */

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

/* line 87, ../../scss/bootstrap/mixins/_buttons.scss */

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show>.btn-outline-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(105, 186, 109, .5);
          box-shadow: 0 0 0 0.2rem rgba(105, 186, 109, .5);
}

/* line 70, ../../scss/bootstrap/_buttons.scss */

.btn-outline-info {
  color: #48a1af;
  background-color: transparent;
  background-image: none;
  border-color: #48a1af;
}

/* line 63, ../../scss/bootstrap/mixins/_buttons.scss */

.btn-outline-info:hover {
  color: #fff;
  background-color: #48a1af;
  border-color: #48a1af;
}

/* line 69, ../../scss/bootstrap/mixins/_buttons.scss */

.btn-outline-info:focus, .btn-outline-info.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 161, 175, .5);
          box-shadow: 0 0 0 0.2rem rgba(72, 161, 175, .5);
}

/* line 74, ../../scss/bootstrap/mixins/_buttons.scss */

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #48a1af;
  background-color: transparent;
}

/* line 80, ../../scss/bootstrap/mixins/_buttons.scss */

.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: #48a1af;
  border-color: #48a1af;
}

/* line 87, ../../scss/bootstrap/mixins/_buttons.scss */

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show>.btn-outline-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 161, 175, .5);
          box-shadow: 0 0 0 0.2rem rgba(72, 161, 175, .5);
}

/* line 70, ../../scss/bootstrap/_buttons.scss */

.btn-outline-warning {
  color: #FBB357;
  background-color: transparent;
  background-image: none;
  border-color: #FBB357;
}

/* line 63, ../../scss/bootstrap/mixins/_buttons.scss */

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

/* line 69, ../../scss/bootstrap/mixins/_buttons.scss */

.btn-outline-warning:focus, .btn-outline-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(251, 179, 87, .5);
          box-shadow: 0 0 0 0.2rem rgba(251, 179, 87, .5);
}

/* line 74, ../../scss/bootstrap/mixins/_buttons.scss */

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

/* line 80, ../../scss/bootstrap/mixins/_buttons.scss */

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

/* line 87, ../../scss/bootstrap/mixins/_buttons.scss */

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show>.btn-outline-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(251, 179, 87, .5);
          box-shadow: 0 0 0 0.2rem rgba(251, 179, 87, .5);
}

/* line 70, ../../scss/bootstrap/_buttons.scss */

.btn-outline-danger {
  color: #EA585A;
  background-color: transparent;
  background-image: none;
  border-color: #EA585A;
}

/* line 63, ../../scss/bootstrap/mixins/_buttons.scss */

.btn-outline-danger:hover {
  color: #fff;
  background-color: #EA585A;
  border-color: #EA585A;
}

/* line 69, ../../scss/bootstrap/mixins/_buttons.scss */

.btn-outline-danger:focus, .btn-outline-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(234, 88, 90, .5);
          box-shadow: 0 0 0 0.2rem rgba(234, 88, 90, .5);
}

/* line 74, ../../scss/bootstrap/mixins/_buttons.scss */

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

/* line 80, ../../scss/bootstrap/mixins/_buttons.scss */

.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: #EA585A;
  border-color: #EA585A;
}

/* line 87, ../../scss/bootstrap/mixins/_buttons.scss */

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show>.btn-outline-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(234, 88, 90, .5);
          box-shadow: 0 0 0 0.2rem rgba(234, 88, 90, .5);
}

/* line 70, ../../scss/bootstrap/_buttons.scss */

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}

/* line 63, ../../scss/bootstrap/mixins/_buttons.scss */

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

/* line 69, ../../scss/bootstrap/mixins/_buttons.scss */

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

/* line 74, ../../scss/bootstrap/mixins/_buttons.scss */

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

/* line 80, ../../scss/bootstrap/mixins/_buttons.scss */

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

/* line 87, ../../scss/bootstrap/mixins/_buttons.scss */

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

/* line 70, ../../scss/bootstrap/_buttons.scss */

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}

/* line 63, ../../scss/bootstrap/mixins/_buttons.scss */

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

/* line 69, ../../scss/bootstrap/mixins/_buttons.scss */

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

/* line 74, ../../scss/bootstrap/mixins/_buttons.scss */

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

/* line 80, ../../scss/bootstrap/mixins/_buttons.scss */

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

/* line 87, ../../scss/bootstrap/mixins/_buttons.scss */

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

/* line 81, ../../scss/bootstrap/_buttons.scss */

.btn-link {
  font-weight: 400;
  color: #4B89FC;
  background-color: transparent;
}

/* line 13, ../../scss/bootstrap/mixins/_hover.scss */

.btn-link:hover {
  color: #0459f6;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}

/* line 93, ../../scss/bootstrap/_buttons.scss */

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

/* line 100, ../../scss/bootstrap/_buttons.scss */

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

/* line 114, ../../scss/bootstrap/_buttons.scss */

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

/* line 118, ../../scss/bootstrap/_buttons.scss */

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

/* line 127, ../../scss/bootstrap/_buttons.scss */

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

/* line 132, ../../scss/bootstrap/_buttons.scss */

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

/* line 141, ../../scss/bootstrap/_buttons.scss */

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

/* line 3, ../../scss/bootstrap/_transitions.scss */

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

@media screen and (prefers-reduced-motion: reduce) {
  /* line 3, ../../scss/bootstrap/_transitions.scss */
  .fade {
    -webkit-transition: none;
    transition: none;
  }
}

/* line 6, ../../scss/bootstrap/_transitions.scss */

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

/* line 12, ../../scss/bootstrap/_transitions.scss */

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

/* line 17, ../../scss/bootstrap/_transitions.scss */

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

@media screen and (prefers-reduced-motion: reduce) {
  /* line 17, ../../scss/bootstrap/_transitions.scss */
  .collapsing {
    -webkit-transition: none;
    transition: none;
  }
}

/* line 2, ../../scss/bootstrap/_dropdown.scss */

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

/* line 30, ../../scss/bootstrap/mixins/_caret.scss */

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  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;
}

/* line 62, ../../scss/bootstrap/mixins/_caret.scss */

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

/* line 15, ../../scss/bootstrap/_dropdown.scss */

.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.9375rem;
  color: #4E565A;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 0.25rem;
}

/* line 36, ../../scss/bootstrap/_dropdown.scss */

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

/* line 44, ../../scss/bootstrap/_dropdown.scss */

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

/* line 30, ../../scss/bootstrap/mixins/_caret.scss */

.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  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;
}

/* line 62, ../../scss/bootstrap/mixins/_caret.scss */

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

/* line 57, ../../scss/bootstrap/_dropdown.scss */

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

/* line 30, ../../scss/bootstrap/mixins/_caret.scss */

.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  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;
}

/* line 62, ../../scss/bootstrap/mixins/_caret.scss */

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

/* line 67, ../../scss/bootstrap/_dropdown.scss */

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

/* line 74, ../../scss/bootstrap/_dropdown.scss */

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

/* line 30, ../../scss/bootstrap/mixins/_caret.scss */

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

/* line 47, ../../scss/bootstrap/mixins/_caret.scss */

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

/* line 51, ../../scss/bootstrap/mixins/_caret.scss */

.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  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;
}

/* line 62, ../../scss/bootstrap/mixins/_caret.scss */

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

/* line 84, ../../scss/bootstrap/_dropdown.scss */

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

/* line 93, ../../scss/bootstrap/_dropdown.scss */

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

/* line 104, ../../scss/bootstrap/_dropdown.scss */

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

/* line 111, ../../scss/bootstrap/_dropdown.scss */

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

/* line 17, ../../scss/bootstrap/mixins/_hover.scss */

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

/* line 129, ../../scss/bootstrap/_dropdown.scss */

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #4B89FC;
}

/* line 136, ../../scss/bootstrap/_dropdown.scss */

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

/* line 147, ../../scss/bootstrap/_dropdown.scss */

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

/* line 152, ../../scss/bootstrap/_dropdown.scss */

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

/* line 162, ../../scss/bootstrap/_dropdown.scss */

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

/* line 4, ../../scss/bootstrap/_button-group.scss */

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

/* line 10, ../../scss/bootstrap/_button-group.scss */

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

/* line 13, ../../scss/bootstrap/mixins/_hover.scss */

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

/* line 19, ../../scss/bootstrap/_button-group.scss */

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

/* line 27, ../../scss/bootstrap/_button-group.scss */

.btn-group .btn+.btn, .btn-group .btn+.btn-group, .btn-group .btn-group+.btn, .btn-group .btn-group+.btn-group, .btn-group-vertical .btn+.btn, .btn-group-vertical .btn+.btn-group, .btn-group-vertical .btn-group+.btn, .btn-group-vertical .btn-group+.btn-group {
  margin-left: -1px;
}

/* line 36, ../../scss/bootstrap/_button-group.scss */

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

/* line 41, ../../scss/bootstrap/_button-group.scss */

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

/* line 47, ../../scss/bootstrap/_button-group.scss */

.btn-group>.btn:first-child {
  margin-left: 0;
}

/* line 52, ../../scss/bootstrap/_button-group.scss */

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

/* line 57, ../../scss/bootstrap/_button-group.scss */

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

/* line 75, ../../scss/bootstrap/_button-group.scss */

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

/* line 79, ../../scss/bootstrap/_button-group.scss */

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

/* line 85, ../../scss/bootstrap/_button-group.scss */

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

/* line 90, ../../scss/bootstrap/_button-group.scss */

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

/* line 95, ../../scss/bootstrap/_button-group.scss */

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

/* line 117, ../../scss/bootstrap/_button-group.scss */

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

/* line 122, ../../scss/bootstrap/_button-group.scss */

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

/* line 127, ../../scss/bootstrap/_button-group.scss */

.btn-group-vertical>.btn+.btn, .btn-group-vertical>.btn+.btn-group, .btn-group-vertical>.btn-group+.btn, .btn-group-vertical>.btn-group+.btn-group {
  margin-top: -1px;
  margin-left: 0;
}

/* line 136, ../../scss/bootstrap/_button-group.scss */

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

/* line 141, ../../scss/bootstrap/_button-group.scss */

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

/* line 161, ../../scss/bootstrap/_button-group.scss */

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

/* line 165, ../../scss/bootstrap/_button-group.scss */

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

/* line 7, ../../scss/bootstrap/_input-group.scss */

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

/* line 14, ../../scss/bootstrap/_input-group.scss */

.input-group>.form-control, .input-group>.custom-select, .input-group>.custom-file {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

/* line 25, ../../scss/bootstrap/_input-group.scss */

.input-group>.form-control:focus, .input-group>.custom-select:focus, .input-group>.custom-file:focus {
  z-index: 3;
}

/* line 29, ../../scss/bootstrap/_input-group.scss */

.input-group>.form-control+.form-control, .input-group>.form-control+.custom-select, .input-group>.form-control+.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;
}

/* line 38, ../../scss/bootstrap/_input-group.scss */

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

/* line 39, ../../scss/bootstrap/_input-group.scss */

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

/* line 44, ../../scss/bootstrap/_input-group.scss */

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

/* line 48, ../../scss/bootstrap/_input-group.scss */

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

/* line 50, ../../scss/bootstrap/_input-group.scss */

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

/* line 62, ../../scss/bootstrap/_input-group.scss */

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

/* line 69, ../../scss/bootstrap/_input-group.scss */

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

/* line 74, ../../scss/bootstrap/_input-group.scss */

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

/* line 82, ../../scss/bootstrap/_input-group.scss */

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

/* line 83, ../../scss/bootstrap/_input-group.scss */

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

/* line 91, ../../scss/bootstrap/_input-group.scss */

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

/* line 107, ../../scss/bootstrap/_input-group.scss */

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

/* line 143, ../../scss/bootstrap/_input-group.scss */

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

/* line 152, ../../scss/bootstrap/_input-group.scss */

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

/* line 10, ../../scss/bootstrap/_custom-forms.scss */

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

/* line 17, ../../scss/bootstrap/_custom-forms.scss */

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

/* line 22, ../../scss/bootstrap/_custom-forms.scss */

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

/* line 27, ../../scss/bootstrap/_custom-forms.scss */

.custom-control-input:checked~.custom-control-label::before {
  color: #fff;
  background-color: #4B89FC;
}

/* line 33, ../../scss/bootstrap/_custom-forms.scss */

.custom-control-input:focus~.custom-control-label::before {
  -webkit-box-shadow: 0 0 0 1px #F5F7FA, 0 0 0 3.2px rgba(75, 137, 252, .25);
          box-shadow: 0 0 0 1px #F5F7FA, 0 0 0 3.2px rgba(75, 137, 252, .25);
  -webkit-box-shadow: 0 0 0 1px #F5F7FA, 0 0 0 0.2rem rgba(75, 137, 252, .25);
          box-shadow: 0 0 0 1px #F5F7FA, 0 0 0 0.2rem rgba(75, 137, 252, .25);
}

/* line 38, ../../scss/bootstrap/_custom-forms.scss */

.custom-control-input:active~.custom-control-label::before {
  color: #fff;
  background-color: #fbfcff;
}

/* line 45, ../../scss/bootstrap/_custom-forms.scss */

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

/* line 48, ../../scss/bootstrap/_custom-forms.scss */

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

/* line 59, ../../scss/bootstrap/_custom-forms.scss */

.custom-control-label {
  margin-bottom: 0;
}

/* line 63, ../../scss/bootstrap/_custom-forms.scss */

.custom-control-label::before {
  position: absolute;
  top: 4px;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 16px;
  width: 1rem;
  height: 16px;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #dee2e6;
}

/* line 78, ../../scss/bootstrap/_custom-forms.scss */

.custom-control-label::after {
  position: absolute;
  top: 4px;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 16px;
  width: 1rem;
  height: 16px;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

/* line 98, ../../scss/bootstrap/_custom-forms.scss */

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

/* line 103, ../../scss/bootstrap/_custom-forms.scss */

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
  background-color: #4B89FC;
}

/* line 106, ../../scss/bootstrap/_custom-forms.scss */

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

/* line 112, ../../scss/bootstrap/_custom-forms.scss */

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

/* line 116, ../../scss/bootstrap/_custom-forms.scss */

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

/* line 122, ../../scss/bootstrap/_custom-forms.scss */

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
  background-color: rgba(75, 137, 252, .5);
}

/* line 125, ../../scss/bootstrap/_custom-forms.scss */

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
  background-color: rgba(75, 137, 252, .5);
}

/* line 136, ../../scss/bootstrap/_custom-forms.scss */

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

/* line 141, ../../scss/bootstrap/_custom-forms.scss */

.custom-radio .custom-control-input:checked~.custom-control-label::before {
  background-color: #4B89FC;
}

/* line 144, ../../scss/bootstrap/_custom-forms.scss */

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

/* line 150, ../../scss/bootstrap/_custom-forms.scss */

.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
  background-color: rgba(75, 137, 252, .5);
}

/* line 163, ../../scss/bootstrap/_custom-forms.scss */

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.15625rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* line 181, ../../scss/bootstrap/_custom-forms.scss */

.custom-select:focus {
  border-color: #c8dbfe;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075), 0 0 5px rgba(200, 219, 254, .5);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075), 0 0 5px rgba(200, 219, 254, .5);
}

/* line 186, ../../scss/bootstrap/_custom-forms.scss */

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

/* line 197, ../../scss/bootstrap/_custom-forms.scss */

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

/* line 204, ../../scss/bootstrap/_custom-forms.scss */

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

/* line 210, ../../scss/bootstrap/_custom-forms.scss */

.custom-select::-ms-expand {
  opacity: 0;
}

/* line 215, ../../scss/bootstrap/_custom-forms.scss */

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

/* line 222, ../../scss/bootstrap/_custom-forms.scss */

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

/* line 234, ../../scss/bootstrap/_custom-forms.scss */

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

/* line 242, ../../scss/bootstrap/_custom-forms.scss */

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

/* line 250, ../../scss/bootstrap/_custom-forms.scss */

.custom-file-input:focus~.custom-file-label {
  border-color: #c8dbfe;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(75, 137, 252, .25);
          box-shadow: 0 0 0 0.2rem rgba(75, 137, 252, .25);
}

/* line 254, ../../scss/bootstrap/_custom-forms.scss */

.custom-file-input:focus~.custom-file-label::after {
  border-color: #c8dbfe;
}

/* line 260, ../../scss/bootstrap/_custom-forms.scss */

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

/* line 266, ../../scss/bootstrap/_custom-forms.scss */

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.15625rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

/* line 281, ../../scss/bootstrap/_custom-forms.scss */

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 34.5px;
  height: 2.15625rem;
  padding: 6px 12px;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 4px 4px 0;
  border-radius: 0 0.25rem 0.25rem 0;
}

/* line 305, ../../scss/bootstrap/_custom-forms.scss */

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

/* line 311, ../../scss/bootstrap/_custom-forms.scss */

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

/* line 315, ../../scss/bootstrap/_custom-forms.scss */

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

/* line 319, ../../scss/bootstrap/_custom-forms.scss */

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #4B89FC;
  border: 0;
  border-radius: 1rem;
  -webkit-appearance: none;
          appearance: none;
}

/* line 329, ../../scss/bootstrap/_custom-forms.scss */

.custom-range::-webkit-slider-thumb:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 1px #F5F7FA, 0 0 0 0.2rem rgba(75, 137, 252, .25);
          box-shadow: 0 0 0 1px #F5F7FA, 0 0 0 0.2rem rgba(75, 137, 252, .25);
}

/* line 334, ../../scss/bootstrap/_custom-forms.scss */

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

/* line 339, ../../scss/bootstrap/_custom-forms.scss */

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

/* line 350, ../../scss/bootstrap/_custom-forms.scss */

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #4B89FC;
  border: 0;
  border-radius: 1rem;
  -moz-appearance: none;
       appearance: none;
}

/* line 359, ../../scss/bootstrap/_custom-forms.scss */

.custom-range::-moz-range-thumb:focus {
  outline: none;
  box-shadow: 0 0 0 1px #F5F7FA, 0 0 0 0.2rem rgba(75, 137, 252, .25);
}

/* line 364, ../../scss/bootstrap/_custom-forms.scss */

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

/* line 369, ../../scss/bootstrap/_custom-forms.scss */

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

/* line 380, ../../scss/bootstrap/_custom-forms.scss */

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #4B89FC;
  border: 0;
  border-radius: 1rem;
  appearance: none;
}

/* line 389, ../../scss/bootstrap/_custom-forms.scss */

.custom-range::-ms-thumb:focus {
  outline: none;
  box-shadow: 0 0 0 1px #F5F7FA, 0 0 0 0.2rem rgba(75, 137, 252, .25);
}

/* line 394, ../../scss/bootstrap/_custom-forms.scss */

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

/* line 399, ../../scss/bootstrap/_custom-forms.scss */

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

/* line 410, ../../scss/bootstrap/_custom-forms.scss */

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

/* line 415, ../../scss/bootstrap/_custom-forms.scss */

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

/* line 6, ../../scss/bootstrap/_nav.scss */

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

/* line 14, ../../scss/bootstrap/_nav.scss */

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

/* line 17, ../../scss/bootstrap/mixins/_hover.scss */

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

/* line 23, ../../scss/bootstrap/_nav.scss */

.nav-link.disabled {
  color: #6c757d;
}

/* line 32, ../../scss/bootstrap/_nav.scss */

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

/* line 35, ../../scss/bootstrap/_nav.scss */

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

/* line 39, ../../scss/bootstrap/_nav.scss */

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

/* line 17, ../../scss/bootstrap/mixins/_hover.scss */

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

/* line 47, ../../scss/bootstrap/_nav.scss */

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

/* line 54, ../../scss/bootstrap/_nav.scss */

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

/* line 61, ../../scss/bootstrap/_nav.scss */

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

/* line 75, ../../scss/bootstrap/_nav.scss */

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

/* line 79, ../../scss/bootstrap/_nav.scss */

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

/* line 92, ../../scss/bootstrap/_nav.scss */

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

/* line 99, ../../scss/bootstrap/_nav.scss */

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

/* line 112, ../../scss/bootstrap/_nav.scss */

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

/* line 115, ../../scss/bootstrap/_nav.scss */

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

/* line 18, ../../scss/bootstrap/_navbar.scss */

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

/* line 28, ../../scss/bootstrap/_navbar.scss */

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

/* line 42, ../../scss/bootstrap/_navbar.scss */

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

/* line 17, ../../scss/bootstrap/mixins/_hover.scss */

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

/* line 61, ../../scss/bootstrap/_navbar.scss */

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

/* line 68, ../../scss/bootstrap/_navbar.scss */

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

/* line 73, ../../scss/bootstrap/_navbar.scss */

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

/* line 84, ../../scss/bootstrap/_navbar.scss */

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

/* line 99, ../../scss/bootstrap/_navbar.scss */

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

/* line 108, ../../scss/bootstrap/_navbar.scss */

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

/* line 17, ../../scss/bootstrap/mixins/_hover.scss */

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

/* line 121, ../../scss/bootstrap/_navbar.scss */

.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}

/* line 128, ../../scss/bootstrap/_navbar.scss */

.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) {
  /* line 147, ../../scss/bootstrap/_navbar.scss */
  .navbar-expand-sm>.container, .navbar-expand-sm>.container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  /* line 145, ../../scss/bootstrap/_navbar.scss */
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  /* line 158, ../../scss/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  /* line 161, ../../scss/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 165, ../../scss/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 172, ../../scss/bootstrap/_navbar.scss */
  .navbar-expand-sm>.container, .navbar-expand-sm>.container-fluid {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
  /* line 177, ../../scss/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
  }
  /* line 184, ../../scss/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  /* line 147, ../../scss/bootstrap/_navbar.scss */
  .navbar-expand-md>.container, .navbar-expand-md>.container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  /* line 145, ../../scss/bootstrap/_navbar.scss */
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  /* line 158, ../../scss/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  /* line 161, ../../scss/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 165, ../../scss/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 172, ../../scss/bootstrap/_navbar.scss */
  .navbar-expand-md>.container, .navbar-expand-md>.container-fluid {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
  /* line 177, ../../scss/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
  }
  /* line 184, ../../scss/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  /* line 147, ../../scss/bootstrap/_navbar.scss */
  .navbar-expand-lg>.container, .navbar-expand-lg>.container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  /* line 145, ../../scss/bootstrap/_navbar.scss */
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  /* line 158, ../../scss/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  /* line 161, ../../scss/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 165, ../../scss/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 172, ../../scss/bootstrap/_navbar.scss */
  .navbar-expand-lg>.container, .navbar-expand-lg>.container-fluid {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
  /* line 177, ../../scss/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
  }
  /* line 184, ../../scss/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  /* line 147, ../../scss/bootstrap/_navbar.scss */
  .navbar-expand-xl>.container, .navbar-expand-xl>.container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  /* line 145, ../../scss/bootstrap/_navbar.scss */
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  /* line 158, ../../scss/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  /* line 161, ../../scss/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 165, ../../scss/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 172, ../../scss/bootstrap/_navbar.scss */
  .navbar-expand-xl>.container, .navbar-expand-xl>.container-fluid {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
  /* line 177, ../../scss/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
  }
  /* line 184, ../../scss/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

/* line 145, ../../scss/bootstrap/_navbar.scss */

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

/* line 147, ../../scss/bootstrap/_navbar.scss */

.navbar-expand>.container, .navbar-expand>.container-fluid {
  padding-right: 0;
  padding-left: 0;
}

/* line 158, ../../scss/bootstrap/_navbar.scss */

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

/* line 161, ../../scss/bootstrap/_navbar.scss */

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

/* line 165, ../../scss/bootstrap/_navbar.scss */

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

/* line 172, ../../scss/bootstrap/_navbar.scss */

.navbar-expand>.container, .navbar-expand>.container-fluid {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}

/* line 177, ../../scss/bootstrap/_navbar.scss */

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

/* line 184, ../../scss/bootstrap/_navbar.scss */

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

/* line 199, ../../scss/bootstrap/_navbar.scss */

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

/* line 17, ../../scss/bootstrap/mixins/_hover.scss */

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

/* line 208, ../../scss/bootstrap/_navbar.scss */

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

/* line 17, ../../scss/bootstrap/mixins/_hover.scss */

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

/* line 215, ../../scss/bootstrap/_navbar.scss */

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

/* line 220, ../../scss/bootstrap/_navbar.scss */

.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, .9);
}

/* line 228, ../../scss/bootstrap/_navbar.scss */

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

/* line 233, ../../scss/bootstrap/_navbar.scss */

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

/* line 237, ../../scss/bootstrap/_navbar.scss */

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

/* line 239, ../../scss/bootstrap/_navbar.scss */

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

/* line 17, ../../scss/bootstrap/mixins/_hover.scss */

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

/* line 251, ../../scss/bootstrap/_navbar.scss */

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

/* line 17, ../../scss/bootstrap/mixins/_hover.scss */

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

/* line 260, ../../scss/bootstrap/_navbar.scss */

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

/* line 17, ../../scss/bootstrap/mixins/_hover.scss */

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

/* line 267, ../../scss/bootstrap/_navbar.scss */

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

/* line 272, ../../scss/bootstrap/_navbar.scss */

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

/* line 280, ../../scss/bootstrap/_navbar.scss */

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

/* line 285, ../../scss/bootstrap/_navbar.scss */

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

/* line 289, ../../scss/bootstrap/_navbar.scss */

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

/* line 291, ../../scss/bootstrap/_navbar.scss */

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

/* line 17, ../../scss/bootstrap/mixins/_hover.scss */

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

/* line 5, ../../scss/bootstrap/_card.scss */

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

/* line 16, ../../scss/bootstrap/_card.scss */

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

/* line 22, ../../scss/bootstrap/_card.scss */

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

/* line 28, ../../scss/bootstrap/_card.scss */

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

/* line 34, ../../scss/bootstrap/_card.scss */

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

/* line 41, ../../scss/bootstrap/_card.scss */

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

/* line 45, ../../scss/bootstrap/_card.scss */

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

/* line 50, ../../scss/bootstrap/_card.scss */

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

/* line 13, ../../scss/bootstrap/mixins/_hover.scss */

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

/* line 59, ../../scss/bootstrap/_card.scss */

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

/* line 68, ../../scss/bootstrap/_card.scss */

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

/* line 74, ../../scss/bootstrap/_card.scss */

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

/* line 79, ../../scss/bootstrap/_card.scss */

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

/* line 85, ../../scss/bootstrap/_card.scss */

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

/* line 90, ../../scss/bootstrap/_card.scss */

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

/* line 100, ../../scss/bootstrap/_card.scss */

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

/* line 107, ../../scss/bootstrap/_card.scss */

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

/* line 113, ../../scss/bootstrap/_card.scss */

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

/* line 122, ../../scss/bootstrap/_card.scss */

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

/* line 128, ../../scss/bootstrap/_card.scss */

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

/* line 133, ../../scss/bootstrap/_card.scss */

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

/* line 141, ../../scss/bootstrap/_card.scss */

.card-deck {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 145, ../../scss/bootstrap/_card.scss */

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

@media (min-width: 576px) {
  /* line 141, ../../scss/bootstrap/_card.scss */
  .card-deck {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-right: -12px;
    margin-left: -12px;
  }
  /* line 154, ../../scss/bootstrap/_card.scss */
  .card-deck .card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0%;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 12px;
    margin-bottom: 0;
    margin-left: 12px;
  }
}

/* line 171, ../../scss/bootstrap/_card.scss */

.card-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 177, ../../scss/bootstrap/_card.scss */

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

@media (min-width: 576px) {
  /* line 171, ../../scss/bootstrap/_card.scss */
  .card-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  /* line 185, ../../scss/bootstrap/_card.scss */
  .card-group>.card {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0%;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    margin-bottom: 0;
  }
  /* line 190, ../../scss/bootstrap/_card.scss */
  .card-group>.card+.card {
    margin-left: 0;
    border-left: 0;
  }
  /* line 197, ../../scss/bootstrap/_card.scss */
  .card-group>.card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  /* line 200, ../../scss/bootstrap/_card.scss */
  .card-group>.card:first-child .card-img-top, .card-group>.card:first-child .card-header {
    border-top-right-radius: 0;
  }
  /* line 204, ../../scss/bootstrap/_card.scss */
  .card-group>.card:first-child .card-img-bottom, .card-group>.card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }
  /* line 210, ../../scss/bootstrap/_card.scss */
  .card-group>.card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 213, ../../scss/bootstrap/_card.scss */
  .card-group>.card:last-child .card-img-top, .card-group>.card:last-child .card-header {
    border-top-left-radius: 0;
  }
  /* line 217, ../../scss/bootstrap/_card.scss */
  .card-group>.card:last-child .card-img-bottom, .card-group>.card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }
  /* line 223, ../../scss/bootstrap/_card.scss */
  .card-group>.card:only-child {
    border-radius: 0.25rem;
  }
  /* line 226, ../../scss/bootstrap/_card.scss */
  .card-group>.card:only-child .card-img-top, .card-group>.card:only-child .card-header {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  /* line 230, ../../scss/bootstrap/_card.scss */
  .card-group>.card:only-child .card-img-bottom, .card-group>.card:only-child .card-footer {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  /* line 236, ../../scss/bootstrap/_card.scss */
  .card-group>.card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  /* line 239, ../../scss/bootstrap/_card.scss */
  .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-top, .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom, .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-header, .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0;
  }
}

/* line 257, ../../scss/bootstrap/_card.scss */

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

@media (min-width: 576px) {
  /* line 256, ../../scss/bootstrap/_card.scss */
  .card-columns {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  /* line 267, ../../scss/bootstrap/_card.scss */
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

/* line 280, ../../scss/bootstrap/_card.scss */

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

/* line 286, ../../scss/bootstrap/_card.scss */

.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}

/* line 291, ../../scss/bootstrap/_card.scss */

.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 297, ../../scss/bootstrap/_card.scss */

.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 1, ../../scss/bootstrap/_breadcrumb.scss */

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

/* line 13, ../../scss/bootstrap/_breadcrumb.scss */

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

/* line 16, ../../scss/bootstrap/_breadcrumb.scss */

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

/* line 30, ../../scss/bootstrap/_breadcrumb.scss */

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

/* line 34, ../../scss/bootstrap/_breadcrumb.scss */

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

/* line 38, ../../scss/bootstrap/_breadcrumb.scss */

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

/* line 1, ../../scss/bootstrap/_pagination.scss */

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

/* line 7, ../../scss/bootstrap/_pagination.scss */

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

/* line 17, ../../scss/bootstrap/_pagination.scss */

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

/* line 25, ../../scss/bootstrap/_pagination.scss */

.page-link:focus {
  z-index: 2;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(75, 137, 252, .25);
          box-shadow: 0 0 0 0.2rem rgba(75, 137, 252, .25);
}

/* line 32, ../../scss/bootstrap/_pagination.scss */

.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

/* line 39, ../../scss/bootstrap/_pagination.scss */

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

/* line 45, ../../scss/bootstrap/_pagination.scss */

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

/* line 50, ../../scss/bootstrap/_pagination.scss */

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

/* line 57, ../../scss/bootstrap/_pagination.scss */

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

/* line 4, ../../scss/bootstrap/mixins/_pagination.scss */

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

/* line 12, ../../scss/bootstrap/mixins/_pagination.scss */

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

/* line 17, ../../scss/bootstrap/mixins/_pagination.scss */

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

/* line 4, ../../scss/bootstrap/mixins/_pagination.scss */

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

/* line 12, ../../scss/bootstrap/mixins/_pagination.scss */

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

/* line 17, ../../scss/bootstrap/mixins/_pagination.scss */

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

/* line 6, ../../scss/bootstrap/_badge.scss */

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

/* line 18, ../../scss/bootstrap/_badge.scss */

.badge:empty {
  display: none;
}

/* line 24, ../../scss/bootstrap/_badge.scss */

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

/* line 33, ../../scss/bootstrap/_badge.scss */

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

/* line 44, ../../scss/bootstrap/_badge.scss */

.badge-primary {
  color: #fff;
  background-color: #4B89FC;
}

/* line 17, ../../scss/bootstrap/mixins/_hover.scss */

.badge-primary[href]:hover, .badge-primary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1968fb;
}

/* line 44, ../../scss/bootstrap/_badge.scss */

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

/* line 17, ../../scss/bootstrap/mixins/_hover.scss */

.badge-secondary[href]:hover, .badge-secondary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #545b62;
}

/* line 44, ../../scss/bootstrap/_badge.scss */

.badge-success {
  color: #212529;
  background-color: #69BA6D;
}

/* line 17, ../../scss/bootstrap/mixins/_hover.scss */

.badge-success[href]:hover, .badge-success[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #4ca450;
}

/* line 44, ../../scss/bootstrap/_badge.scss */

.badge-info {
  color: #fff;
  background-color: #48a1af;
}

/* line 17, ../../scss/bootstrap/mixins/_hover.scss */

.badge-info[href]:hover, .badge-info[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #39808b;
}

/* line 44, ../../scss/bootstrap/_badge.scss */

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

/* line 17, ../../scss/bootstrap/mixins/_hover.scss */

.badge-warning[href]:hover, .badge-warning[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #fa9c25;
}

/* line 44, ../../scss/bootstrap/_badge.scss */

.badge-danger {
  color: #fff;
  background-color: #EA585A;
}

/* line 17, ../../scss/bootstrap/mixins/_hover.scss */

.badge-danger[href]:hover, .badge-danger[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #e42b2d;
}

/* line 44, ../../scss/bootstrap/_badge.scss */

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

/* line 17, ../../scss/bootstrap/mixins/_hover.scss */

.badge-light[href]:hover, .badge-light[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #dae0e5;
}

/* line 44, ../../scss/bootstrap/_badge.scss */

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

/* line 17, ../../scss/bootstrap/mixins/_hover.scss */

.badge-dark[href]:hover, .badge-dark[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124;
}

/* line 1, ../../scss/bootstrap/_jumbotron.scss */

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

@media (min-width: 576px) {
  /* line 1, ../../scss/bootstrap/_jumbotron.scss */
  .jumbotron {
    padding: 4rem 2rem;
  }
}

/* line 12, ../../scss/bootstrap/_jumbotron.scss */

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

/* line 5, ../../scss/bootstrap/_alert.scss */

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

/* line 14, ../../scss/bootstrap/_alert.scss */

.alert-heading {
  color: inherit;
}

/* line 20, ../../scss/bootstrap/_alert.scss */

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

/* line 29, ../../scss/bootstrap/_alert.scss */

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

/* line 33, ../../scss/bootstrap/_alert.scss */

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

/* line 48, ../../scss/bootstrap/_alert.scss */

.alert-primary {
  color: #274783;
  background-color: #dbe7fe;
  border-color: #cddefe;
}

/* line 6, ../../scss/bootstrap/mixins/_alert.scss */

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

/* line 10, ../../scss/bootstrap/mixins/_alert.scss */

.alert-primary .alert-link {
  color: #1b325c;
}

/* line 48, ../../scss/bootstrap/_alert.scss */

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

/* line 6, ../../scss/bootstrap/mixins/_alert.scss */

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

/* line 10, ../../scss/bootstrap/mixins/_alert.scss */

.alert-secondary .alert-link {
  color: #202326;
}

/* line 48, ../../scss/bootstrap/_alert.scss */

.alert-success {
  color: #376139;
  background-color: #e1f1e2;
  border-color: #d5ecd6;
}

/* line 6, ../../scss/bootstrap/mixins/_alert.scss */

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

/* line 10, ../../scss/bootstrap/mixins/_alert.scss */

.alert-success .alert-link {
  color: #254026;
}

/* line 48, ../../scss/bootstrap/_alert.scss */

.alert-info {
  color: #25545b;
  background-color: #daecef;
  border-color: #cce5e9;
}

/* line 6, ../../scss/bootstrap/mixins/_alert.scss */

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

/* line 10, ../../scss/bootstrap/mixins/_alert.scss */

.alert-info .alert-link {
  color: #163337;
}

/* line 48, ../../scss/bootstrap/_alert.scss */

.alert-warning {
  color: #835d2d;
  background-color: #fef0dd;
  border-color: #feead0;
}

/* line 6, ../../scss/bootstrap/mixins/_alert.scss */

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

/* line 10, ../../scss/bootstrap/mixins/_alert.scss */

.alert-warning .alert-link {
  color: #5d4220;
}

/* line 48, ../../scss/bootstrap/_alert.scss */

.alert-danger {
  color: #7a2e2f;
  background-color: #fbdede;
  border-color: #f9d0d1;
}

/* line 6, ../../scss/bootstrap/mixins/_alert.scss */

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

/* line 10, ../../scss/bootstrap/mixins/_alert.scss */

.alert-danger .alert-link {
  color: #552021;
}

/* line 48, ../../scss/bootstrap/_alert.scss */

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

/* line 6, ../../scss/bootstrap/mixins/_alert.scss */

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

/* line 10, ../../scss/bootstrap/mixins/_alert.scss */

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

/* line 48, ../../scss/bootstrap/_alert.scss */

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

/* line 6, ../../scss/bootstrap/mixins/_alert.scss */

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

/* line 10, ../../scss/bootstrap/mixins/_alert.scss */

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

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

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

/* line 6, ../../scss/bootstrap/_progress.scss */

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

/* line 16, ../../scss/bootstrap/_progress.scss */

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

@media screen and (prefers-reduced-motion: reduce) {
  /* line 16, ../../scss/bootstrap/_progress.scss */
  .progress-bar {
    -webkit-transition: none;
    transition: none;
  }
}

/* line 27, ../../scss/bootstrap/_progress.scss */

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

/* line 32, ../../scss/bootstrap/_progress.scss */

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

/* line 1, ../../scss/bootstrap/_media.scss */

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

/* line 6, ../../scss/bootstrap/_media.scss */

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

/* line 5, ../../scss/bootstrap/_list-group.scss */

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

/* line 20, ../../scss/bootstrap/_list-group.scss */

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

/* line 17, ../../scss/bootstrap/mixins/_hover.scss */

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

/* line 32, ../../scss/bootstrap/_list-group.scss */

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

/* line 43, ../../scss/bootstrap/_list-group.scss */

.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, .125);
}

/* line 52, ../../scss/bootstrap/_list-group.scss */

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

/* line 56, ../../scss/bootstrap/_list-group.scss */

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

/* line 17, ../../scss/bootstrap/mixins/_hover.scss */

.list-group-item:hover, .list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}

/* line 66, ../../scss/bootstrap/_list-group.scss */

.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  background-color: #fff;
}

/* line 73, ../../scss/bootstrap/_list-group.scss */

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #4B89FC;
  border-color: #4B89FC;
}

/* line 88, ../../scss/bootstrap/_list-group.scss */

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

/* line 95, ../../scss/bootstrap/_list-group.scss */

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

/* line 101, ../../scss/bootstrap/_list-group.scss */

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

/* line 4, ../../scss/bootstrap/mixins/_list-group.scss */

.list-group-item-primary {
  color: #274783;
  background-color: #cddefe;
}

/* line 17, ../../scss/bootstrap/mixins/_hover.scss */

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #274783;
  background-color: #b4cefe;
}

/* line 14, ../../scss/bootstrap/mixins/_list-group.scss */

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #274783;
  border-color: #274783;
}

/* line 4, ../../scss/bootstrap/mixins/_list-group.scss */

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

/* line 17, ../../scss/bootstrap/mixins/_hover.scss */

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

/* line 14, ../../scss/bootstrap/mixins/_list-group.scss */

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

/* line 4, ../../scss/bootstrap/mixins/_list-group.scss */

.list-group-item-success {
  color: #376139;
  background-color: #d5ecd6;
}

/* line 17, ../../scss/bootstrap/mixins/_hover.scss */

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

/* line 14, ../../scss/bootstrap/mixins/_list-group.scss */

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

/* line 4, ../../scss/bootstrap/mixins/_list-group.scss */

.list-group-item-info {
  color: #25545b;
  background-color: #cce5e9;
}

/* line 17, ../../scss/bootstrap/mixins/_hover.scss */

.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #25545b;
  background-color: #badce1;
}

/* line 14, ../../scss/bootstrap/mixins/_list-group.scss */

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #25545b;
  border-color: #25545b;
}

/* line 4, ../../scss/bootstrap/mixins/_list-group.scss */

.list-group-item-warning {
  color: #835d2d;
  background-color: #feead0;
}

/* line 17, ../../scss/bootstrap/mixins/_hover.scss */

.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #835d2d;
  background-color: #fddfb7;
}

/* line 14, ../../scss/bootstrap/mixins/_list-group.scss */

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #835d2d;
  border-color: #835d2d;
}

/* line 4, ../../scss/bootstrap/mixins/_list-group.scss */

.list-group-item-danger {
  color: #7a2e2f;
  background-color: #f9d0d1;
}

/* line 17, ../../scss/bootstrap/mixins/_hover.scss */

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

/* line 14, ../../scss/bootstrap/mixins/_list-group.scss */

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

/* line 4, ../../scss/bootstrap/mixins/_list-group.scss */

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

/* line 17, ../../scss/bootstrap/mixins/_hover.scss */

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

/* line 14, ../../scss/bootstrap/mixins/_list-group.scss */

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

/* line 4, ../../scss/bootstrap/mixins/_list-group.scss */

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

/* line 17, ../../scss/bootstrap/mixins/_hover.scss */

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

/* line 14, ../../scss/bootstrap/mixins/_list-group.scss */

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

/* line 1, ../../scss/bootstrap/_close.scss */

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

/* line 17, ../../scss/bootstrap/mixins/_hover.scss */

.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  opacity: .75;
}

/* line 17, ../../scss/bootstrap/_close.scss */

.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

/* line 28, ../../scss/bootstrap/_close.scss */

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

/* line 8, ../../scss/bootstrap/_modal.scss */

.modal-open {
  overflow: hidden;
}

/* line 13, ../../scss/bootstrap/_modal.scss */

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

/* line 29, ../../scss/bootstrap/_modal.scss */

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

/* line 36, ../../scss/bootstrap/_modal.scss */

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

/* line 44, ../../scss/bootstrap/_modal.scss */

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
          transform: translate(0, -25%);
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 44, ../../scss/bootstrap/_modal.scss */
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    transition: none;
  }
}

/* line 48, ../../scss/bootstrap/_modal.scss */

.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

/* line 53, ../../scss/bootstrap/_modal.scss */

.modal-dialog-centered {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100% - 1rem);
}

/* line 60, ../../scss/bootstrap/_modal.scss */

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 0.3rem;
  outline: 0;
}

/* line 77, ../../scss/bootstrap/_modal.scss */

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

/* line 87, ../../scss/bootstrap/_modal.scss */

.modal-backdrop.fade {
  opacity: 0;
}

/* line 88, ../../scss/bootstrap/_modal.scss */

.modal-backdrop.show {
  opacity: 0.5;
}

/* line 93, ../../scss/bootstrap/_modal.scss */

.modal-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

/* line 101, ../../scss/bootstrap/_modal.scss */

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

/* line 109, ../../scss/bootstrap/_modal.scss */

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

/* line 116, ../../scss/bootstrap/_modal.scss */

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

/* line 125, ../../scss/bootstrap/_modal.scss */

.modal-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}

/* line 133, ../../scss/bootstrap/_modal.scss */

.modal-footer> :not(:first-child) {
  margin-left: .25rem;
}

/* line 134, ../../scss/bootstrap/_modal.scss */

.modal-footer> :not(:last-child) {
  margin-right: .25rem;
}

/* line 138, ../../scss/bootstrap/_modal.scss */

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  /* line 149, ../../scss/bootstrap/_modal.scss */
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  /* line 154, ../../scss/bootstrap/_modal.scss */
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  /* line 162, ../../scss/bootstrap/_modal.scss */
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  /* line 167, ../../scss/bootstrap/_modal.scss */
  .modal-lg {
    max-width: 800px;
  }
}

/* line 2, ../../scss/bootstrap/_tooltip.scss */

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "GTWalsheim";
  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.82031rem;
  word-wrap: break-word;
  opacity: 0;
}

/* line 15, ../../scss/bootstrap/_tooltip.scss */

.tooltip.show {
  opacity: 0.9;
}

/* line 17, ../../scss/bootstrap/_tooltip.scss */

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

/* line 23, ../../scss/bootstrap/_tooltip.scss */

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 32, ../../scss/bootstrap/_tooltip.scss */

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

/* line 35, ../../scss/bootstrap/_tooltip.scss */

.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

/* line 38, ../../scss/bootstrap/_tooltip.scss */

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

/* line 46, ../../scss/bootstrap/_tooltip.scss */

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

/* line 49, ../../scss/bootstrap/_tooltip.scss */

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

/* line 54, ../../scss/bootstrap/_tooltip.scss */

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

/* line 62, ../../scss/bootstrap/_tooltip.scss */

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

/* line 65, ../../scss/bootstrap/_tooltip.scss */

.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

/* line 68, ../../scss/bootstrap/_tooltip.scss */

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

/* line 76, ../../scss/bootstrap/_tooltip.scss */

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

/* line 79, ../../scss/bootstrap/_tooltip.scss */

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

/* line 84, ../../scss/bootstrap/_tooltip.scss */

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

/* line 108, ../../scss/bootstrap/_tooltip.scss */

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

/* line 1, ../../scss/bootstrap/_popover.scss */

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "GTWalsheim";
  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.82031rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 0.3rem;
}

/* line 20, ../../scss/bootstrap/_popover.scss */

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

/* line 27, ../../scss/bootstrap/_popover.scss */

.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 38, ../../scss/bootstrap/_popover.scss */

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

/* line 41, ../../scss/bootstrap/_popover.scss */

.bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow {
  bottom: calc(-0.5rem + -1px);
}

/* line 45, ../../scss/bootstrap/_popover.scss */

.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before, .bs-popover-top .arrow::after, .bs-popover-auto[x-placement^="top"] .arrow::after {
  border-width: 8px 8px 0;
  border-width: 0.5rem 0.5rem 0;
}

/* line 50, ../../scss/bootstrap/_popover.scss */

.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, .25);
}

/* line 55, ../../scss/bootstrap/_popover.scss */

.bs-popover-top .arrow::after, .bs-popover-auto[x-placement^="top"] .arrow::after {
  bottom: 1px;
  border-top-color: #fff;
}

/* line 61, ../../scss/bootstrap/_popover.scss */

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

/* line 64, ../../scss/bootstrap/_popover.scss */

.bs-popover-right .arrow, .bs-popover-auto[x-placement^="right"] .arrow {
  left: calc(-0.5rem + -1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

/* line 71, ../../scss/bootstrap/_popover.scss */

.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before, .bs-popover-right .arrow::after, .bs-popover-auto[x-placement^="right"] .arrow::after {
  border-width: 8px 8px 8px 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
}

/* line 76, ../../scss/bootstrap/_popover.scss */

.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
  left: 0;
  border-right-color: rgba(0, 0, 0, .25);
}

/* line 81, ../../scss/bootstrap/_popover.scss */

.bs-popover-right .arrow::after, .bs-popover-auto[x-placement^="right"] .arrow::after {
  left: 1px;
  border-right-color: #fff;
}

/* line 87, ../../scss/bootstrap/_popover.scss */

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

/* line 90, ../../scss/bootstrap/_popover.scss */

.bs-popover-bottom .arrow, .bs-popover-auto[x-placement^="bottom"] .arrow {
  top: calc(-0.5rem + -1px);
}

/* line 94, ../../scss/bootstrap/_popover.scss */

.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before, .bs-popover-bottom .arrow::after, .bs-popover-auto[x-placement^="bottom"] .arrow::after {
  border-width: 0 8px 8px 8px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
}

/* line 99, ../../scss/bootstrap/_popover.scss */

.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, .25);
}

/* line 104, ../../scss/bootstrap/_popover.scss */

.bs-popover-bottom .arrow::after, .bs-popover-auto[x-placement^="bottom"] .arrow::after {
  top: 1px;
  border-bottom-color: #fff;
}

/* line 110, ../../scss/bootstrap/_popover.scss */

.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 16px;
  width: 1rem;
  margin-left: -8px;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

/* line 122, ../../scss/bootstrap/_popover.scss */

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

/* line 125, ../../scss/bootstrap/_popover.scss */

.bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow {
  right: calc(-0.5rem + -1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

/* line 132, ../../scss/bootstrap/_popover.scss */

.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before, .bs-popover-left .arrow::after, .bs-popover-auto[x-placement^="left"] .arrow::after {
  border-width: 8px 0 8px 8px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
}

/* line 137, ../../scss/bootstrap/_popover.scss */

.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
  right: 0;
  border-left-color: rgba(0, 0, 0, .25);
}

/* line 142, ../../scss/bootstrap/_popover.scss */

.bs-popover-left .arrow::after, .bs-popover-auto[x-placement^="left"] .arrow::after {
  right: 1px;
  border-left-color: #fff;
}

/* line 165, ../../scss/bootstrap/_popover.scss */

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

/* line 175, ../../scss/bootstrap/_popover.scss */

.popover-header:empty {
  display: none;
}

/* line 180, ../../scss/bootstrap/_popover.scss */

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #4E565A;
}

/* line 11, ../../scss/bootstrap/_carousel.scss */

.carousel {
  position: relative;
}

/* line 15, ../../scss/bootstrap/_carousel.scss */

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 21, ../../scss/bootstrap/_carousel.scss */

.carousel-item {
  position: relative;
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 21, ../../scss/bootstrap/_carousel.scss */
  .carousel-item {
    -webkit-transition: none;
    transition: none;
  }
}

/* line 31, ../../scss/bootstrap/_carousel.scss */

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

/* line 37, ../../scss/bootstrap/_carousel.scss */

.carousel-item-next, .carousel-item-prev {
  position: absolute;
  top: 0;
}

/* line 43, ../../scss/bootstrap/_carousel.scss */

.carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  /* line 43, ../../scss/bootstrap/_carousel.scss */
  .carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

/* line 52, ../../scss/bootstrap/_carousel.scss */

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

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  /* line 52, ../../scss/bootstrap/_carousel.scss */
  .carousel-item-next, .active.carousel-item-right {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}

/* line 61, ../../scss/bootstrap/_carousel.scss */

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

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  /* line 61, ../../scss/bootstrap/_carousel.scss */
  .carousel-item-prev, .active.carousel-item-left {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

/* line 76, ../../scss/bootstrap/_carousel.scss */

.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-duration: .6s;
          transition-duration: .6s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

/* line 82, ../../scss/bootstrap/_carousel.scss */

.carousel-fade .carousel-item.active, .carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

/* line 88, ../../scss/bootstrap/_carousel.scss */

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
  opacity: 0;
}

/* line 93, ../../scss/bootstrap/_carousel.scss */

.carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item.active, .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-prev {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  /* line 93, ../../scss/bootstrap/_carousel.scss */
  .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item.active, .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-prev {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

/* line 111, ../../scss/bootstrap/_carousel.scss */

.carousel-control-prev, .carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}

/* line 17, ../../scss/bootstrap/mixins/_hover.scss */

.carousel-control-prev:hover, .carousel-control-prev:focus, .carousel-control-next:hover, .carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

/* line 135, ../../scss/bootstrap/_carousel.scss */

.carousel-control-prev {
  left: 0;
}

/* line 141, ../../scss/bootstrap/_carousel.scss */

.carousel-control-next {
  right: 0;
}

/* line 149, ../../scss/bootstrap/_carousel.scss */

.carousel-control-prev-icon, .carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

/* line 157, ../../scss/bootstrap/_carousel.scss */

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

/* line 160, ../../scss/bootstrap/_carousel.scss */

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

/* line 170, ../../scss/bootstrap/_carousel.scss */

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

/* line 184, ../../scss/bootstrap/_carousel.scss */

.carousel-indicators li {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, .5);
}

/* line 195, ../../scss/bootstrap/_carousel.scss */

.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

/* line 204, ../../scss/bootstrap/_carousel.scss */

.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

/* line 215, ../../scss/bootstrap/_carousel.scss */

.carousel-indicators .active {
  background-color: #fff;
}

/* line 225, ../../scss/bootstrap/_carousel.scss */

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

/* line 3, ../../scss/bootstrap/utilities/_align.scss */

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

/* line 4, ../../scss/bootstrap/utilities/_align.scss */

.align-top {
  vertical-align: top !important;
}

/* line 5, ../../scss/bootstrap/utilities/_align.scss */

.align-middle {
  vertical-align: middle !important;
}

/* line 6, ../../scss/bootstrap/utilities/_align.scss */

.align-bottom {
  vertical-align: bottom !important;
}

/* line 7, ../../scss/bootstrap/utilities/_align.scss */

.align-text-bottom {
  vertical-align: text-bottom !important;
}

/* line 8, ../../scss/bootstrap/utilities/_align.scss */

.align-text-top {
  vertical-align: text-top !important;
}

/* line 6, ../../scss/bootstrap/mixins/_background-variant.scss */

.bg-primary {
  background-color: #4B89FC !important;
}

/* line 17, ../../scss/bootstrap/mixins/_hover.scss */

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

/* line 6, ../../scss/bootstrap/mixins/_background-variant.scss */

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

/* line 17, ../../scss/bootstrap/mixins/_hover.scss */

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

/* line 6, ../../scss/bootstrap/mixins/_background-variant.scss */

.bg-success {
  background-color: #69BA6D !important;
}

/* line 17, ../../scss/bootstrap/mixins/_hover.scss */

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

/* line 6, ../../scss/bootstrap/mixins/_background-variant.scss */

.bg-info {
  background-color: #48a1af !important;
}

/* line 17, ../../scss/bootstrap/mixins/_hover.scss */

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

/* line 6, ../../scss/bootstrap/mixins/_background-variant.scss */

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

/* line 17, ../../scss/bootstrap/mixins/_hover.scss */

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

/* line 6, ../../scss/bootstrap/mixins/_background-variant.scss */

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

/* line 17, ../../scss/bootstrap/mixins/_hover.scss */

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

/* line 6, ../../scss/bootstrap/mixins/_background-variant.scss */

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

/* line 17, ../../scss/bootstrap/mixins/_hover.scss */

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

/* line 6, ../../scss/bootstrap/mixins/_background-variant.scss */

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

/* line 17, ../../scss/bootstrap/mixins/_hover.scss */

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

/* line 13, ../../scss/bootstrap/utilities/_background.scss */

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

/* line 17, ../../scss/bootstrap/utilities/_background.scss */

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

/* line 7, ../../scss/bootstrap/utilities/_borders.scss */

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

/* line 8, ../../scss/bootstrap/utilities/_borders.scss */

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

/* line 9, ../../scss/bootstrap/utilities/_borders.scss */

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

/* line 10, ../../scss/bootstrap/utilities/_borders.scss */

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

/* line 11, ../../scss/bootstrap/utilities/_borders.scss */

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

/* line 13, ../../scss/bootstrap/utilities/_borders.scss */

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

/* line 14, ../../scss/bootstrap/utilities/_borders.scss */

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

/* line 15, ../../scss/bootstrap/utilities/_borders.scss */

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

/* line 16, ../../scss/bootstrap/utilities/_borders.scss */

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

/* line 17, ../../scss/bootstrap/utilities/_borders.scss */

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

/* line 20, ../../scss/bootstrap/utilities/_borders.scss */

.border-primary {
  border-color: #4B89FC !important;
}

/* line 20, ../../scss/bootstrap/utilities/_borders.scss */

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

/* line 20, ../../scss/bootstrap/utilities/_borders.scss */

.border-success {
  border-color: #69BA6D !important;
}

/* line 20, ../../scss/bootstrap/utilities/_borders.scss */

.border-info {
  border-color: #48a1af !important;
}

/* line 20, ../../scss/bootstrap/utilities/_borders.scss */

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

/* line 20, ../../scss/bootstrap/utilities/_borders.scss */

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

/* line 20, ../../scss/bootstrap/utilities/_borders.scss */

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

/* line 20, ../../scss/bootstrap/utilities/_borders.scss */

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

/* line 25, ../../scss/bootstrap/utilities/_borders.scss */

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

/* line 33, ../../scss/bootstrap/utilities/_borders.scss */

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

/* line 36, ../../scss/bootstrap/utilities/_borders.scss */

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

/* line 40, ../../scss/bootstrap/utilities/_borders.scss */

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

/* line 44, ../../scss/bootstrap/utilities/_borders.scss */

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

/* line 48, ../../scss/bootstrap/utilities/_borders.scss */

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

/* line 53, ../../scss/bootstrap/utilities/_borders.scss */

.rounded-circle {
  border-radius: 50% !important;
}

/* line 57, ../../scss/bootstrap/utilities/_borders.scss */

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

/* line 2, ../../scss/bootstrap/mixins/_clearfix.scss */

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/* line 11, ../../scss/bootstrap/utilities/_display.scss */

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

/* line 12, ../../scss/bootstrap/utilities/_display.scss */

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

/* line 13, ../../scss/bootstrap/utilities/_display.scss */

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

/* line 14, ../../scss/bootstrap/utilities/_display.scss */

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

/* line 15, ../../scss/bootstrap/utilities/_display.scss */

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

/* line 16, ../../scss/bootstrap/utilities/_display.scss */

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

/* line 17, ../../scss/bootstrap/utilities/_display.scss */

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

/* line 18, ../../scss/bootstrap/utilities/_display.scss */

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

/* line 19, ../../scss/bootstrap/utilities/_display.scss */

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

@media (min-width: 576px) {
  /* line 11, ../../scss/bootstrap/utilities/_display.scss */
  .d-sm-none {
    display: none !important;
  }
  /* line 12, ../../scss/bootstrap/utilities/_display.scss */
  .d-sm-inline {
    display: inline !important;
  }
  /* line 13, ../../scss/bootstrap/utilities/_display.scss */
  .d-sm-inline-block {
    display: inline-block !important;
  }
  /* line 14, ../../scss/bootstrap/utilities/_display.scss */
  .d-sm-block {
    display: block !important;
  }
  /* line 15, ../../scss/bootstrap/utilities/_display.scss */
  .d-sm-table {
    display: table !important;
  }
  /* line 16, ../../scss/bootstrap/utilities/_display.scss */
  .d-sm-table-row {
    display: table-row !important;
  }
  /* line 17, ../../scss/bootstrap/utilities/_display.scss */
  .d-sm-table-cell {
    display: table-cell !important;
  }
  /* line 18, ../../scss/bootstrap/utilities/_display.scss */
  .d-sm-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  /* line 19, ../../scss/bootstrap/utilities/_display.scss */
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  /* line 11, ../../scss/bootstrap/utilities/_display.scss */
  .d-md-none {
    display: none !important;
  }
  /* line 12, ../../scss/bootstrap/utilities/_display.scss */
  .d-md-inline {
    display: inline !important;
  }
  /* line 13, ../../scss/bootstrap/utilities/_display.scss */
  .d-md-inline-block {
    display: inline-block !important;
  }
  /* line 14, ../../scss/bootstrap/utilities/_display.scss */
  .d-md-block {
    display: block !important;
  }
  /* line 15, ../../scss/bootstrap/utilities/_display.scss */
  .d-md-table {
    display: table !important;
  }
  /* line 16, ../../scss/bootstrap/utilities/_display.scss */
  .d-md-table-row {
    display: table-row !important;
  }
  /* line 17, ../../scss/bootstrap/utilities/_display.scss */
  .d-md-table-cell {
    display: table-cell !important;
  }
  /* line 18, ../../scss/bootstrap/utilities/_display.scss */
  .d-md-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  /* line 19, ../../scss/bootstrap/utilities/_display.scss */
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  /* line 11, ../../scss/bootstrap/utilities/_display.scss */
  .d-lg-none {
    display: none !important;
  }
  /* line 12, ../../scss/bootstrap/utilities/_display.scss */
  .d-lg-inline {
    display: inline !important;
  }
  /* line 13, ../../scss/bootstrap/utilities/_display.scss */
  .d-lg-inline-block {
    display: inline-block !important;
  }
  /* line 14, ../../scss/bootstrap/utilities/_display.scss */
  .d-lg-block {
    display: block !important;
  }
  /* line 15, ../../scss/bootstrap/utilities/_display.scss */
  .d-lg-table {
    display: table !important;
  }
  /* line 16, ../../scss/bootstrap/utilities/_display.scss */
  .d-lg-table-row {
    display: table-row !important;
  }
  /* line 17, ../../scss/bootstrap/utilities/_display.scss */
  .d-lg-table-cell {
    display: table-cell !important;
  }
  /* line 18, ../../scss/bootstrap/utilities/_display.scss */
  .d-lg-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  /* line 19, ../../scss/bootstrap/utilities/_display.scss */
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  /* line 11, ../../scss/bootstrap/utilities/_display.scss */
  .d-xl-none {
    display: none !important;
  }
  /* line 12, ../../scss/bootstrap/utilities/_display.scss */
  .d-xl-inline {
    display: inline !important;
  }
  /* line 13, ../../scss/bootstrap/utilities/_display.scss */
  .d-xl-inline-block {
    display: inline-block !important;
  }
  /* line 14, ../../scss/bootstrap/utilities/_display.scss */
  .d-xl-block {
    display: block !important;
  }
  /* line 15, ../../scss/bootstrap/utilities/_display.scss */
  .d-xl-table {
    display: table !important;
  }
  /* line 16, ../../scss/bootstrap/utilities/_display.scss */
  .d-xl-table-row {
    display: table-row !important;
  }
  /* line 17, ../../scss/bootstrap/utilities/_display.scss */
  .d-xl-table-cell {
    display: table-cell !important;
  }
  /* line 18, ../../scss/bootstrap/utilities/_display.scss */
  .d-xl-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  /* line 19, ../../scss/bootstrap/utilities/_display.scss */
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  /* line 29, ../../scss/bootstrap/utilities/_display.scss */
  .d-print-none {
    display: none !important;
  }
  /* line 30, ../../scss/bootstrap/utilities/_display.scss */
  .d-print-inline {
    display: inline !important;
  }
  /* line 31, ../../scss/bootstrap/utilities/_display.scss */
  .d-print-inline-block {
    display: inline-block !important;
  }
  /* line 32, ../../scss/bootstrap/utilities/_display.scss */
  .d-print-block {
    display: block !important;
  }
  /* line 33, ../../scss/bootstrap/utilities/_display.scss */
  .d-print-table {
    display: table !important;
  }
  /* line 34, ../../scss/bootstrap/utilities/_display.scss */
  .d-print-table-row {
    display: table-row !important;
  }
  /* line 35, ../../scss/bootstrap/utilities/_display.scss */
  .d-print-table-cell {
    display: table-cell !important;
  }
  /* line 36, ../../scss/bootstrap/utilities/_display.scss */
  .d-print-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  /* line 37, ../../scss/bootstrap/utilities/_display.scss */
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

/* line 3, ../../scss/bootstrap/utilities/_embed.scss */

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

/* line 10, ../../scss/bootstrap/utilities/_embed.scss */

.embed-responsive::before {
  display: block;
  content: "";
}

/* line 15, ../../scss/bootstrap/utilities/_embed.scss */

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

/* line 31, ../../scss/bootstrap/utilities/_embed.scss */

.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

/* line 37, ../../scss/bootstrap/utilities/_embed.scss */

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

/* line 43, ../../scss/bootstrap/utilities/_embed.scss */

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

/* line 49, ../../scss/bootstrap/utilities/_embed.scss */

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

/* line 11, ../../scss/bootstrap/utilities/_flex.scss */

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

/* line 12, ../../scss/bootstrap/utilities/_flex.scss */

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

/* line 13, ../../scss/bootstrap/utilities/_flex.scss */

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

/* line 14, ../../scss/bootstrap/utilities/_flex.scss */

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

/* line 16, ../../scss/bootstrap/utilities/_flex.scss */

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

/* line 17, ../../scss/bootstrap/utilities/_flex.scss */

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

/* line 18, ../../scss/bootstrap/utilities/_flex.scss */

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

/* line 19, ../../scss/bootstrap/utilities/_flex.scss */

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

/* line 20, ../../scss/bootstrap/utilities/_flex.scss */

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
  -webkit-flex-grow: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

/* line 21, ../../scss/bootstrap/utilities/_flex.scss */

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -webkit-flex-grow: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

/* line 22, ../../scss/bootstrap/utilities/_flex.scss */

.flex-shrink-0 {
  -webkit-flex-shrink: 0 !important;
      -ms-flex-negative: 0 !important;
          flex-shrink: 0 !important;
}

/* line 23, ../../scss/bootstrap/utilities/_flex.scss */

.flex-shrink-1 {
  -webkit-flex-shrink: 1 !important;
      -ms-flex-negative: 1 !important;
          flex-shrink: 1 !important;
}

/* line 25, ../../scss/bootstrap/utilities/_flex.scss */

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

/* line 26, ../../scss/bootstrap/utilities/_flex.scss */

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

/* line 27, ../../scss/bootstrap/utilities/_flex.scss */

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

/* line 28, ../../scss/bootstrap/utilities/_flex.scss */

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

/* line 29, ../../scss/bootstrap/utilities/_flex.scss */

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

/* line 31, ../../scss/bootstrap/utilities/_flex.scss */

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

/* line 32, ../../scss/bootstrap/utilities/_flex.scss */

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

/* line 33, ../../scss/bootstrap/utilities/_flex.scss */

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

/* line 34, ../../scss/bootstrap/utilities/_flex.scss */

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

/* line 35, ../../scss/bootstrap/utilities/_flex.scss */

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

/* line 37, ../../scss/bootstrap/utilities/_flex.scss */

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

/* line 38, ../../scss/bootstrap/utilities/_flex.scss */

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

/* line 39, ../../scss/bootstrap/utilities/_flex.scss */

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

/* line 40, ../../scss/bootstrap/utilities/_flex.scss */

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

/* line 41, ../../scss/bootstrap/utilities/_flex.scss */

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

/* line 42, ../../scss/bootstrap/utilities/_flex.scss */

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

/* line 44, ../../scss/bootstrap/utilities/_flex.scss */

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

/* line 45, ../../scss/bootstrap/utilities/_flex.scss */

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

/* line 46, ../../scss/bootstrap/utilities/_flex.scss */

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

/* line 47, ../../scss/bootstrap/utilities/_flex.scss */

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

/* line 48, ../../scss/bootstrap/utilities/_flex.scss */

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

/* line 49, ../../scss/bootstrap/utilities/_flex.scss */

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

@media (min-width: 576px) {
  /* line 11, ../../scss/bootstrap/utilities/_flex.scss */
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  /* line 12, ../../scss/bootstrap/utilities/_flex.scss */
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  /* line 13, ../../scss/bootstrap/utilities/_flex.scss */
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  /* line 14, ../../scss/bootstrap/utilities/_flex.scss */
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  /* line 16, ../../scss/bootstrap/utilities/_flex.scss */
  .flex-sm-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }
  /* line 17, ../../scss/bootstrap/utilities/_flex.scss */
  .flex-sm-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }
  /* line 18, ../../scss/bootstrap/utilities/_flex.scss */
  .flex-sm-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
  }
  /* line 19, ../../scss/bootstrap/utilities/_flex.scss */
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  /* line 20, ../../scss/bootstrap/utilities/_flex.scss */
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  /* line 21, ../../scss/bootstrap/utilities/_flex.scss */
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  /* line 22, ../../scss/bootstrap/utilities/_flex.scss */
  .flex-sm-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important;
  }
  /* line 23, ../../scss/bootstrap/utilities/_flex.scss */
  .flex-sm-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important;
  }
  /* line 25, ../../scss/bootstrap/utilities/_flex.scss */
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  /* line 26, ../../scss/bootstrap/utilities/_flex.scss */
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  /* line 27, ../../scss/bootstrap/utilities/_flex.scss */
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  /* line 28, ../../scss/bootstrap/utilities/_flex.scss */
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  /* line 29, ../../scss/bootstrap/utilities/_flex.scss */
  .justify-content-sm-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important;
  }
  /* line 31, ../../scss/bootstrap/utilities/_flex.scss */
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  /* line 32, ../../scss/bootstrap/utilities/_flex.scss */
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  /* line 33, ../../scss/bootstrap/utilities/_flex.scss */
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  /* line 34, ../../scss/bootstrap/utilities/_flex.scss */
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  /* line 35, ../../scss/bootstrap/utilities/_flex.scss */
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  /* line 37, ../../scss/bootstrap/utilities/_flex.scss */
  .align-content-sm-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important;
  }
  /* line 38, ../../scss/bootstrap/utilities/_flex.scss */
  .align-content-sm-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important;
  }
  /* line 39, ../../scss/bootstrap/utilities/_flex.scss */
  .align-content-sm-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important;
  }
  /* line 40, ../../scss/bootstrap/utilities/_flex.scss */
  .align-content-sm-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important;
  }
  /* line 41, ../../scss/bootstrap/utilities/_flex.scss */
  .align-content-sm-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important;
  }
  /* line 42, ../../scss/bootstrap/utilities/_flex.scss */
  .align-content-sm-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important;
  }
  /* line 44, ../../scss/bootstrap/utilities/_flex.scss */
  .align-self-sm-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important;
  }
  /* line 45, ../../scss/bootstrap/utilities/_flex.scss */
  .align-self-sm-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important;
  }
  /* line 46, ../../scss/bootstrap/utilities/_flex.scss */
  .align-self-sm-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important;
  }
  /* line 47, ../../scss/bootstrap/utilities/_flex.scss */
  .align-self-sm-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important;
  }
  /* line 48, ../../scss/bootstrap/utilities/_flex.scss */
  .align-self-sm-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important;
  }
  /* line 49, ../../scss/bootstrap/utilities/_flex.scss */
  .align-self-sm-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  /* line 11, ../../scss/bootstrap/utilities/_flex.scss */
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  /* line 12, ../../scss/bootstrap/utilities/_flex.scss */
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  /* line 13, ../../scss/bootstrap/utilities/_flex.scss */
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  /* line 14, ../../scss/bootstrap/utilities/_flex.scss */
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  /* line 16, ../../scss/bootstrap/utilities/_flex.scss */
  .flex-md-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }
  /* line 17, ../../scss/bootstrap/utilities/_flex.scss */
  .flex-md-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }
  /* line 18, ../../scss/bootstrap/utilities/_flex.scss */
  .flex-md-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
  }
  /* line 19, ../../scss/bootstrap/utilities/_flex.scss */
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  /* line 20, ../../scss/bootstrap/utilities/_flex.scss */
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  /* line 21, ../../scss/bootstrap/utilities/_flex.scss */
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  /* line 22, ../../scss/bootstrap/utilities/_flex.scss */
  .flex-md-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important;
  }
  /* line 23, ../../scss/bootstrap/utilities/_flex.scss */
  .flex-md-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important;
  }
  /* line 25, ../../scss/bootstrap/utilities/_flex.scss */
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  /* line 26, ../../scss/bootstrap/utilities/_flex.scss */
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  /* line 27, ../../scss/bootstrap/utilities/_flex.scss */
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  /* line 28, ../../scss/bootstrap/utilities/_flex.scss */
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  /* line 29, ../../scss/bootstrap/utilities/_flex.scss */
  .justify-content-md-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important;
  }
  /* line 31, ../../scss/bootstrap/utilities/_flex.scss */
  .align-items-md-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  /* line 32, ../../scss/bootstrap/utilities/_flex.scss */
  .align-items-md-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  /* line 33, ../../scss/bootstrap/utilities/_flex.scss */
  .align-items-md-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  /* line 34, ../../scss/bootstrap/utilities/_flex.scss */
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  /* line 35, ../../scss/bootstrap/utilities/_flex.scss */
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  /* line 37, ../../scss/bootstrap/utilities/_flex.scss */
  .align-content-md-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important;
  }
  /* line 38, ../../scss/bootstrap/utilities/_flex.scss */
  .align-content-md-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important;
  }
  /* line 39, ../../scss/bootstrap/utilities/_flex.scss */
  .align-content-md-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important;
  }
  /* line 40, ../../scss/bootstrap/utilities/_flex.scss */
  .align-content-md-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important;
  }
  /* line 41, ../../scss/bootstrap/utilities/_flex.scss */
  .align-content-md-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important;
  }
  /* line 42, ../../scss/bootstrap/utilities/_flex.scss */
  .align-content-md-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important;
  }
  /* line 44, ../../scss/bootstrap/utilities/_flex.scss */
  .align-self-md-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important;
  }
  /* line 45, ../../scss/bootstrap/utilities/_flex.scss */
  .align-self-md-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important;
  }
  /* line 46, ../../scss/bootstrap/utilities/_flex.scss */
  .align-self-md-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important;
  }
  /* line 47, ../../scss/bootstrap/utilities/_flex.scss */
  .align-self-md-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important;
  }
  /* line 48, ../../scss/bootstrap/utilities/_flex.scss */
  .align-self-md-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important;
  }
  /* line 49, ../../scss/bootstrap/utilities/_flex.scss */
  .align-self-md-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  /* line 11, ../../scss/bootstrap/utilities/_flex.scss */
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  /* line 12, ../../scss/bootstrap/utilities/_flex.scss */
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  /* line 13, ../../scss/bootstrap/utilities/_flex.scss */
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  /* line 14, ../../scss/bootstrap/utilities/_flex.scss */
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  /* line 16, ../../scss/bootstrap/utilities/_flex.scss */
  .flex-lg-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }
  /* line 17, ../../scss/bootstrap/utilities/_flex.scss */
  .flex-lg-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }
  /* line 18, ../../scss/bootstrap/utilities/_flex.scss */
  .flex-lg-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
  }
  /* line 19, ../../scss/bootstrap/utilities/_flex.scss */
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  /* line 20, ../../scss/bootstrap/utilities/_flex.scss */
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  /* line 21, ../../scss/bootstrap/utilities/_flex.scss */
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  /* line 22, ../../scss/bootstrap/utilities/_flex.scss */
  .flex-lg-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important;
  }
  /* line 23, ../../scss/bootstrap/utilities/_flex.scss */
  .flex-lg-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important;
  }
  /* line 25, ../../scss/bootstrap/utilities/_flex.scss */
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  /* line 26, ../../scss/bootstrap/utilities/_flex.scss */
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  /* line 27, ../../scss/bootstrap/utilities/_flex.scss */
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  /* line 28, ../../scss/bootstrap/utilities/_flex.scss */
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  /* line 29, ../../scss/bootstrap/utilities/_flex.scss */
  .justify-content-lg-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important;
  }
  /* line 31, ../../scss/bootstrap/utilities/_flex.scss */
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  /* line 32, ../../scss/bootstrap/utilities/_flex.scss */
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  /* line 33, ../../scss/bootstrap/utilities/_flex.scss */
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  /* line 34, ../../scss/bootstrap/utilities/_flex.scss */
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  /* line 35, ../../scss/bootstrap/utilities/_flex.scss */
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  /* line 37, ../../scss/bootstrap/utilities/_flex.scss */
  .align-content-lg-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important;
  }
  /* line 38, ../../scss/bootstrap/utilities/_flex.scss */
  .align-content-lg-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important;
  }
  /* line 39, ../../scss/bootstrap/utilities/_flex.scss */
  .align-content-lg-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important;
  }
  /* line 40, ../../scss/bootstrap/utilities/_flex.scss */
  .align-content-lg-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important;
  }
  /* line 41, ../../scss/bootstrap/utilities/_flex.scss */
  .align-content-lg-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important;
  }
  /* line 42, ../../scss/bootstrap/utilities/_flex.scss */
  .align-content-lg-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important;
  }
  /* line 44, ../../scss/bootstrap/utilities/_flex.scss */
  .align-self-lg-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important;
  }
  /* line 45, ../../scss/bootstrap/utilities/_flex.scss */
  .align-self-lg-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important;
  }
  /* line 46, ../../scss/bootstrap/utilities/_flex.scss */
  .align-self-lg-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important;
  }
  /* line 47, ../../scss/bootstrap/utilities/_flex.scss */
  .align-self-lg-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important;
  }
  /* line 48, ../../scss/bootstrap/utilities/_flex.scss */
  .align-self-lg-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important;
  }
  /* line 49, ../../scss/bootstrap/utilities/_flex.scss */
  .align-self-lg-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  /* line 11, ../../scss/bootstrap/utilities/_flex.scss */
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  /* line 12, ../../scss/bootstrap/utilities/_flex.scss */
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  /* line 13, ../../scss/bootstrap/utilities/_flex.scss */
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  /* line 14, ../../scss/bootstrap/utilities/_flex.scss */
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  /* line 16, ../../scss/bootstrap/utilities/_flex.scss */
  .flex-xl-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }
  /* line 17, ../../scss/bootstrap/utilities/_flex.scss */
  .flex-xl-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }
  /* line 18, ../../scss/bootstrap/utilities/_flex.scss */
  .flex-xl-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
  }
  /* line 19, ../../scss/bootstrap/utilities/_flex.scss */
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  /* line 20, ../../scss/bootstrap/utilities/_flex.scss */
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  /* line 21, ../../scss/bootstrap/utilities/_flex.scss */
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  /* line 22, ../../scss/bootstrap/utilities/_flex.scss */
  .flex-xl-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important;
  }
  /* line 23, ../../scss/bootstrap/utilities/_flex.scss */
  .flex-xl-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important;
  }
  /* line 25, ../../scss/bootstrap/utilities/_flex.scss */
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  /* line 26, ../../scss/bootstrap/utilities/_flex.scss */
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  /* line 27, ../../scss/bootstrap/utilities/_flex.scss */
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  /* line 28, ../../scss/bootstrap/utilities/_flex.scss */
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  /* line 29, ../../scss/bootstrap/utilities/_flex.scss */
  .justify-content-xl-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important;
  }
  /* line 31, ../../scss/bootstrap/utilities/_flex.scss */
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  /* line 32, ../../scss/bootstrap/utilities/_flex.scss */
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  /* line 33, ../../scss/bootstrap/utilities/_flex.scss */
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  /* line 34, ../../scss/bootstrap/utilities/_flex.scss */
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  /* line 35, ../../scss/bootstrap/utilities/_flex.scss */
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  /* line 37, ../../scss/bootstrap/utilities/_flex.scss */
  .align-content-xl-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important;
  }
  /* line 38, ../../scss/bootstrap/utilities/_flex.scss */
  .align-content-xl-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important;
  }
  /* line 39, ../../scss/bootstrap/utilities/_flex.scss */
  .align-content-xl-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important;
  }
  /* line 40, ../../scss/bootstrap/utilities/_flex.scss */
  .align-content-xl-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important;
  }
  /* line 41, ../../scss/bootstrap/utilities/_flex.scss */
  .align-content-xl-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important;
  }
  /* line 42, ../../scss/bootstrap/utilities/_flex.scss */
  .align-content-xl-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important;
  }
  /* line 44, ../../scss/bootstrap/utilities/_flex.scss */
  .align-self-xl-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important;
  }
  /* line 45, ../../scss/bootstrap/utilities/_flex.scss */
  .align-self-xl-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important;
  }
  /* line 46, ../../scss/bootstrap/utilities/_flex.scss */
  .align-self-xl-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important;
  }
  /* line 47, ../../scss/bootstrap/utilities/_flex.scss */
  .align-self-xl-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important;
  }
  /* line 48, ../../scss/bootstrap/utilities/_flex.scss */
  .align-self-xl-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important;
  }
  /* line 49, ../../scss/bootstrap/utilities/_flex.scss */
  .align-self-xl-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important;
  }
}

/* line 5, ../../scss/bootstrap/utilities/_float.scss */

.float-left {
  float: left !important;
}

/* line 6, ../../scss/bootstrap/utilities/_float.scss */

.float-right {
  float: right !important;
}

/* line 7, ../../scss/bootstrap/utilities/_float.scss */

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  /* line 5, ../../scss/bootstrap/utilities/_float.scss */
  .float-sm-left {
    float: left !important;
  }
  /* line 6, ../../scss/bootstrap/utilities/_float.scss */
  .float-sm-right {
    float: right !important;
  }
  /* line 7, ../../scss/bootstrap/utilities/_float.scss */
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  /* line 5, ../../scss/bootstrap/utilities/_float.scss */
  .float-md-left {
    float: left !important;
  }
  /* line 6, ../../scss/bootstrap/utilities/_float.scss */
  .float-md-right {
    float: right !important;
  }
  /* line 7, ../../scss/bootstrap/utilities/_float.scss */
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  /* line 5, ../../scss/bootstrap/utilities/_float.scss */
  .float-lg-left {
    float: left !important;
  }
  /* line 6, ../../scss/bootstrap/utilities/_float.scss */
  .float-lg-right {
    float: right !important;
  }
  /* line 7, ../../scss/bootstrap/utilities/_float.scss */
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  /* line 5, ../../scss/bootstrap/utilities/_float.scss */
  .float-xl-left {
    float: left !important;
  }
  /* line 6, ../../scss/bootstrap/utilities/_float.scss */
  .float-xl-right {
    float: right !important;
  }
  /* line 7, ../../scss/bootstrap/utilities/_float.scss */
  .float-xl-none {
    float: none !important;
  }
}

/* line 10, ../../scss/bootstrap/utilities/_position.scss */

.position-static {
  position: static !important;
}

/* line 10, ../../scss/bootstrap/utilities/_position.scss */

.position-relative {
  position: relative !important;
}

/* line 10, ../../scss/bootstrap/utilities/_position.scss */

.position-absolute {
  position: absolute !important;
}

/* line 10, ../../scss/bootstrap/utilities/_position.scss */

.position-fixed {
  position: fixed !important;
}

/* line 10, ../../scss/bootstrap/utilities/_position.scss */

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

/* line 15, ../../scss/bootstrap/utilities/_position.scss */

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

/* line 23, ../../scss/bootstrap/utilities/_position.scss */

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

@supports ((position: -webkit-sticky) or (position: sticky)) {
  /* line 31, ../../scss/bootstrap/utilities/_position.scss */
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

/* line 5, ../../scss/bootstrap/utilities/_screenreaders.scss */

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

/* line 24, ../../scss/bootstrap/mixins/_screen-reader.scss */

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

/* line 3, ../../scss/bootstrap/utilities/_shadows.scss */

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

/* line 4, ../../scss/bootstrap/utilities/_shadows.scss */

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

/* line 5, ../../scss/bootstrap/utilities/_shadows.scss */

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

/* line 6, ../../scss/bootstrap/utilities/_shadows.scss */

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

/* line 7, ../../scss/bootstrap/utilities/_sizing.scss */

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

/* line 7, ../../scss/bootstrap/utilities/_sizing.scss */

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

/* line 7, ../../scss/bootstrap/utilities/_sizing.scss */

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

/* line 7, ../../scss/bootstrap/utilities/_sizing.scss */

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

/* line 7, ../../scss/bootstrap/utilities/_sizing.scss */

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

/* line 7, ../../scss/bootstrap/utilities/_sizing.scss */

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

/* line 7, ../../scss/bootstrap/utilities/_sizing.scss */

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

/* line 7, ../../scss/bootstrap/utilities/_sizing.scss */

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

/* line 7, ../../scss/bootstrap/utilities/_sizing.scss */

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

/* line 7, ../../scss/bootstrap/utilities/_sizing.scss */

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

/* line 11, ../../scss/bootstrap/utilities/_sizing.scss */

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

/* line 12, ../../scss/bootstrap/utilities/_sizing.scss */

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

/* line 12, ../../scss/bootstrap/utilities/_spacing.scss */

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

/* line 13, ../../scss/bootstrap/utilities/_spacing.scss */

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

/* line 17, ../../scss/bootstrap/utilities/_spacing.scss */

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

/* line 21, ../../scss/bootstrap/utilities/_spacing.scss */

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

/* line 25, ../../scss/bootstrap/utilities/_spacing.scss */

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

/* line 12, ../../scss/bootstrap/utilities/_spacing.scss */

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

/* line 13, ../../scss/bootstrap/utilities/_spacing.scss */

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

/* line 17, ../../scss/bootstrap/utilities/_spacing.scss */

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

/* line 21, ../../scss/bootstrap/utilities/_spacing.scss */

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

/* line 25, ../../scss/bootstrap/utilities/_spacing.scss */

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

/* line 12, ../../scss/bootstrap/utilities/_spacing.scss */

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

/* line 13, ../../scss/bootstrap/utilities/_spacing.scss */

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

/* line 17, ../../scss/bootstrap/utilities/_spacing.scss */

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

/* line 21, ../../scss/bootstrap/utilities/_spacing.scss */

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

/* line 25, ../../scss/bootstrap/utilities/_spacing.scss */

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

/* line 12, ../../scss/bootstrap/utilities/_spacing.scss */

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

/* line 13, ../../scss/bootstrap/utilities/_spacing.scss */

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

/* line 17, ../../scss/bootstrap/utilities/_spacing.scss */

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

/* line 21, ../../scss/bootstrap/utilities/_spacing.scss */

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

/* line 25, ../../scss/bootstrap/utilities/_spacing.scss */

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

/* line 12, ../../scss/bootstrap/utilities/_spacing.scss */

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

/* line 13, ../../scss/bootstrap/utilities/_spacing.scss */

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

/* line 17, ../../scss/bootstrap/utilities/_spacing.scss */

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

/* line 21, ../../scss/bootstrap/utilities/_spacing.scss */

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

/* line 25, ../../scss/bootstrap/utilities/_spacing.scss */

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

/* line 12, ../../scss/bootstrap/utilities/_spacing.scss */

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

/* line 13, ../../scss/bootstrap/utilities/_spacing.scss */

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

/* line 17, ../../scss/bootstrap/utilities/_spacing.scss */

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

/* line 21, ../../scss/bootstrap/utilities/_spacing.scss */

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

/* line 25, ../../scss/bootstrap/utilities/_spacing.scss */

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

/* line 12, ../../scss/bootstrap/utilities/_spacing.scss */

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

/* line 13, ../../scss/bootstrap/utilities/_spacing.scss */

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

/* line 17, ../../scss/bootstrap/utilities/_spacing.scss */

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

/* line 21, ../../scss/bootstrap/utilities/_spacing.scss */

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

/* line 25, ../../scss/bootstrap/utilities/_spacing.scss */

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

/* line 12, ../../scss/bootstrap/utilities/_spacing.scss */

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

/* line 13, ../../scss/bootstrap/utilities/_spacing.scss */

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

/* line 17, ../../scss/bootstrap/utilities/_spacing.scss */

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

/* line 21, ../../scss/bootstrap/utilities/_spacing.scss */

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

/* line 25, ../../scss/bootstrap/utilities/_spacing.scss */

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

/* line 12, ../../scss/bootstrap/utilities/_spacing.scss */

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

/* line 13, ../../scss/bootstrap/utilities/_spacing.scss */

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

/* line 17, ../../scss/bootstrap/utilities/_spacing.scss */

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

/* line 21, ../../scss/bootstrap/utilities/_spacing.scss */

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

/* line 25, ../../scss/bootstrap/utilities/_spacing.scss */

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

/* line 12, ../../scss/bootstrap/utilities/_spacing.scss */

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

/* line 13, ../../scss/bootstrap/utilities/_spacing.scss */

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

/* line 17, ../../scss/bootstrap/utilities/_spacing.scss */

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

/* line 21, ../../scss/bootstrap/utilities/_spacing.scss */

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

/* line 25, ../../scss/bootstrap/utilities/_spacing.scss */

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

/* line 12, ../../scss/bootstrap/utilities/_spacing.scss */

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

/* line 13, ../../scss/bootstrap/utilities/_spacing.scss */

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

/* line 17, ../../scss/bootstrap/utilities/_spacing.scss */

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

/* line 21, ../../scss/bootstrap/utilities/_spacing.scss */

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

/* line 25, ../../scss/bootstrap/utilities/_spacing.scss */

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

/* line 12, ../../scss/bootstrap/utilities/_spacing.scss */

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

/* line 13, ../../scss/bootstrap/utilities/_spacing.scss */

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

/* line 17, ../../scss/bootstrap/utilities/_spacing.scss */

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

/* line 21, ../../scss/bootstrap/utilities/_spacing.scss */

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

/* line 25, ../../scss/bootstrap/utilities/_spacing.scss */

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

/* line 33, ../../scss/bootstrap/utilities/_spacing.scss */

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

/* line 34, ../../scss/bootstrap/utilities/_spacing.scss */

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

/* line 38, ../../scss/bootstrap/utilities/_spacing.scss */

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

/* line 42, ../../scss/bootstrap/utilities/_spacing.scss */

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

/* line 46, ../../scss/bootstrap/utilities/_spacing.scss */

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

@media (min-width: 576px) {
  /* line 12, ../../scss/bootstrap/utilities/_spacing.scss */
  .m-sm-0 {
    margin: 0 !important;
  }
  /* line 13, ../../scss/bootstrap/utilities/_spacing.scss */
  .mt-sm-0, .my-sm-0 {
    margin-top: 0 !important;
  }
  /* line 17, ../../scss/bootstrap/utilities/_spacing.scss */
  .mr-sm-0, .mx-sm-0 {
    margin-right: 0 !important;
  }
  /* line 21, ../../scss/bootstrap/utilities/_spacing.scss */
  .mb-sm-0, .my-sm-0 {
    margin-bottom: 0 !important;
  }
  /* line 25, ../../scss/bootstrap/utilities/_spacing.scss */
  .ml-sm-0, .mx-sm-0 {
    margin-left: 0 !important;
  }
  /* line 12, ../../scss/bootstrap/utilities/_spacing.scss */
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  /* line 13, ../../scss/bootstrap/utilities/_spacing.scss */
  .mt-sm-1, .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  /* line 17, ../../scss/bootstrap/utilities/_spacing.scss */
  .mr-sm-1, .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  /* line 21, ../../scss/bootstrap/utilities/_spacing.scss */
  .mb-sm-1, .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 25, ../../scss/bootstrap/utilities/_spacing.scss */
  .ml-sm-1, .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  /* line 12, ../../scss/bootstrap/utilities/_spacing.scss */
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  /* line 13, ../../scss/bootstrap/utilities/_spacing.scss */
  .mt-sm-2, .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  /* line 17, ../../scss/bootstrap/utilities/_spacing.scss */
  .mr-sm-2, .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  /* line 21, ../../scss/bootstrap/utilities/_spacing.scss */
  .mb-sm-2, .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 25, ../../scss/bootstrap/utilities/_spacing.scss */
  .ml-sm-2, .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  /* line 12, ../../scss/bootstrap/utilities/_spacing.scss */
  .m-sm-3 {
    margin: 1rem !important;
  }
  /* line 13, ../../scss/bootstrap/utilities/_spacing.scss */
  .mt-sm-3, .my-sm-3 {
    margin-top: 1rem !important;
  }
  /* line 17, ../../scss/bootstrap/utilities/_spacing.scss */
  .mr-sm-3, .mx-sm-3 {
    margin-right: 1rem !important;
  }
  /* line 21, ../../scss/bootstrap/utilities/_spacing.scss */
  .mb-sm-3, .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  /* line 25, ../../scss/bootstrap/utilities/_spacing.scss */
  .ml-sm-3, .mx-sm-3 {
    margin-left: 1rem !important;
  }
  /* line 12, ../../scss/bootstrap/utilities/_spacing.scss */
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  /* line 13, ../../scss/bootstrap/utilities/_spacing.scss */
  .mt-sm-4, .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  /* line 17, ../../scss/bootstrap/utilities/_spacing.scss */
  .mr-sm-4, .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  /* line 21, ../../scss/bootstrap/utilities/_spacing.scss */
  .mb-sm-4, .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 25, ../../scss/bootstrap/utilities/_spacing.scss */
  .ml-sm-4, .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  /* line 12, ../../scss/bootstrap/utilities/_spacing.scss */
  .m-sm-5 {
    margin: 3rem !important;
  }
  /* line 13, ../../scss/bootstrap/utilities/_spacing.scss */
  .mt-sm-5, .my-sm-5 {
    margin-top: 3rem !important;
  }
  /* line 17, ../../scss/bootstrap/utilities/_spacing.scss */
  .mr-sm-5, .mx-sm-5 {
    margin-right: 3rem !important;
  }
  /* line 21, ../../scss/bootstrap/utilities/_spacing.scss */
  .mb-sm-5, .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  /* line 25, ../../scss/bootstrap/utilities/_spacing.scss */
  .ml-sm-5, .mx-sm-5 {
    margin-left: 3rem !important;
  }
  /* line 12, ../../scss/bootstrap/utilities/_spacing.scss */
  .p-sm-0 {
    padding: 0 !important;
  }
  /* line 13, ../../scss/bootstrap/utilities/_spacing.scss */
  .pt-sm-0, .py-sm-0 {
    padding-top: 0 !important;
  }
  /* line 17, ../../scss/bootstrap/utilities/_spacing.scss */
  .pr-sm-0, .px-sm-0 {
    padding-right: 0 !important;
  }
  /* line 21, ../../scss/bootstrap/utilities/_spacing.scss */
  .pb-sm-0, .py-sm-0 {
    padding-bottom: 0 !important;
  }
  /* line 25, ../../scss/bootstrap/utilities/_spacing.scss */
  .pl-sm-0, .px-sm-0 {
    padding-left: 0 !important;
  }
  /* line 12, ../../scss/bootstrap/utilities/_spacing.scss */
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  /* line 13, ../../scss/bootstrap/utilities/_spacing.scss */
  .pt-sm-1, .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  /* line 17, ../../scss/bootstrap/utilities/_spacing.scss */
  .pr-sm-1, .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  /* line 21, ../../scss/bootstrap/utilities/_spacing.scss */
  .pb-sm-1, .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 25, ../../scss/bootstrap/utilities/_spacing.scss */
  .pl-sm-1, .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  /* line 12, ../../scss/bootstrap/utilities/_spacing.scss */
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  /* line 13, ../../scss/bootstrap/utilities/_spacing.scss */
  .pt-sm-2, .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  /* line 17, ../../scss/bootstrap/utilities/_spacing.scss */
  .pr-sm-2, .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  /* line 21, ../../scss/bootstrap/utilities/_spacing.scss */
  .pb-sm-2, .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 25, ../../scss/bootstrap/utilities/_spacing.scss */
  .pl-sm-2, .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  /* line 12, ../../scss/bootstrap/utilities/_spacing.scss */
  .p-sm-3 {
    padding: 1rem !important;
  }
  /* line 13, ../../scss/bootstrap/utilities/_spacing.scss */
  .pt-sm-3, .py-sm-3 {
    padding-top: 1rem !important;
  }
  /* line 17, ../../scss/bootstrap/utilities/_spacing.scss */
  .pr-sm-3, .px-sm-3 {
    padding-right: 1rem !important;
  }
  /* line 21, ../../scss/bootstrap/utilities/_spacing.scss */
  .pb-sm-3, .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  /* line 25, ../../scss/bootstrap/utilities/_spacing.scss */
  .pl-sm-3, .px-sm-3 {
    padding-left: 1rem !important;
  }
  /* line 12, ../../scss/bootstrap/utilities/_spacing.scss */
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  /* line 13, ../../scss/bootstrap/utilities/_spacing.scss */
  .pt-sm-4, .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  /* line 17, ../../scss/bootstrap/utilities/_spacing.scss */
  .pr-sm-4, .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  /* line 21, ../../scss/bootstrap/utilities/_spacing.scss */
  .pb-sm-4, .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 25, ../../scss/bootstrap/utilities/_spacing.scss */
  .pl-sm-4, .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  /* line 12, ../../scss/bootstrap/utilities/_spacing.scss */
  .p-sm-5 {
    padding: 3rem !important;
  }
  /* line 13, ../../scss/bootstrap/utilities/_spacing.scss */
  .pt-sm-5, .py-sm-5 {
    padding-top: 3rem !important;
  }
  /* line 17, ../../scss/bootstrap/utilities/_spacing.scss */
  .pr-sm-5, .px-sm-5 {
    padding-right: 3rem !important;
  }
  /* line 21, ../../scss/bootstrap/utilities/_spacing.scss */
  .pb-sm-5, .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  /* line 25, ../../scss/bootstrap/utilities/_spacing.scss */
  .pl-sm-5, .px-sm-5 {
    padding-left: 3rem !important;
  }
  /* line 33, ../../scss/bootstrap/utilities/_spacing.scss */
  .m-sm-auto {
    margin: auto !important;
  }
  /* line 34, ../../scss/bootstrap/utilities/_spacing.scss */
  .mt-sm-auto, .my-sm-auto {
    margin-top: auto !important;
  }
  /* line 38, ../../scss/bootstrap/utilities/_spacing.scss */
  .mr-sm-auto, .mx-sm-auto {
    margin-right: auto !important;
  }
  /* line 42, ../../scss/bootstrap/utilities/_spacing.scss */
  .mb-sm-auto, .my-sm-auto {
    margin-bottom: auto !important;
  }
  /* line 46, ../../scss/bootstrap/utilities/_spacing.scss */
  .ml-sm-auto, .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  /* line 12, ../../scss/bootstrap/utilities/_spacing.scss */
  .m-md-0 {
    margin: 0 !important;
  }
  /* line 13, ../../scss/bootstrap/utilities/_spacing.scss */
  .mt-md-0, .my-md-0 {
    margin-top: 0 !important;
  }
  /* line 17, ../../scss/bootstrap/utilities/_spacing.scss */
  .mr-md-0, .mx-md-0 {
    margin-right: 0 !important;
  }
  /* line 21, ../../scss/bootstrap/utilities/_spacing.scss */
  .mb-md-0, .my-md-0 {
    margin-bottom: 0 !important;
  }
  /* line 25, ../../scss/bootstrap/utilities/_spacing.scss */
  .ml-md-0, .mx-md-0 {
    margin-left: 0 !important;
  }
  /* line 12, ../../scss/bootstrap/utilities/_spacing.scss */
  .m-md-1 {
    margin: 0.25rem !important;
  }
  /* line 13, ../../scss/bootstrap/utilities/_spacing.scss */
  .mt-md-1, .my-md-1 {
    margin-top: 0.25rem !important;
  }
  /* line 17, ../../scss/bootstrap/utilities/_spacing.scss */
  .mr-md-1, .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  /* line 21, ../../scss/bootstrap/utilities/_spacing.scss */
  .mb-md-1, .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 25, ../../scss/bootstrap/utilities/_spacing.scss */
  .ml-md-1, .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  /* line 12, ../../scss/bootstrap/utilities/_spacing.scss */
  .m-md-2 {
    margin: 0.5rem !important;
  }
  /* line 13, ../../scss/bootstrap/utilities/_spacing.scss */
  .mt-md-2, .my-md-2 {
    margin-top: 0.5rem !important;
  }
  /* line 17, ../../scss/bootstrap/utilities/_spacing.scss */
  .mr-md-2, .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  /* line 21, ../../scss/bootstrap/utilities/_spacing.scss */
  .mb-md-2, .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 25, ../../scss/bootstrap/utilities/_spacing.scss */
  .ml-md-2, .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  /* line 12, ../../scss/bootstrap/utilities/_spacing.scss */
  .m-md-3 {
    margin: 1rem !important;
  }
  /* line 13, ../../scss/bootstrap/utilities/_spacing.scss */
  .mt-md-3, .my-md-3 {
    margin-top: 1rem !important;
  }
  /* line 17, ../../scss/bootstrap/utilities/_spacing.scss */
  .mr-md-3, .mx-md-3 {
    margin-right: 1rem !important;
  }
  /* line 21, ../../scss/bootstrap/utilities/_spacing.scss */
  .mb-md-3, .my-md-3 {
    margin-bottom: 1rem !important;
  }
  /* line 25, ../../scss/bootstrap/utilities/_spacing.scss */
  .ml-md-3, .mx-md-3 {
    margin-left: 1rem !important;
  }
  /* line 12, ../../scss/bootstrap/utilities/_spacing.scss */
  .m-md-4 {
    margin: 1.5rem !important;
  }
  /* line 13, ../../scss/bootstrap/utilities/_spacing.scss */
  .mt-md-4, .my-md-4 {
    margin-top: 1.5rem !important;
  }
  /* line 17, ../../scss/bootstrap/utilities/_spacing.scss */
  .mr-md-4, .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  /* line 21, ../../scss/bootstrap/utilities/_spacing.scss */
  .mb-md-4, .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 25, ../../scss/bootstrap/utilities/_spacing.scss */
  .ml-md-4, .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  /* line 12, ../../scss/bootstrap/utilities/_spacing.scss */
  .m-md-5 {
    margin: 3rem !important;
  }
  /* line 13, ../../scss/bootstrap/utilities/_spacing.scss */
  .mt-md-5, .my-md-5 {
    margin-top: 3rem !important;
  }
  /* line 17, ../../scss/bootstrap/utilities/_spacing.scss */
  .mr-md-5, .mx-md-5 {
    margin-right: 3rem !important;
  }
  /* line 21, ../../scss/bootstrap/utilities/_spacing.scss */
  .mb-md-5, .my-md-5 {
    margin-bottom: 3rem !important;
  }
  /* line 25, ../../scss/bootstrap/utilities/_spacing.scss */
  .ml-md-5, .mx-md-5 {
    margin-left: 3rem !important;
  }
  /* line 12, ../../scss/bootstrap/utilities/_spacing.scss */
  .p-md-0 {
    padding: 0 !important;
  }
  /* line 13, ../../scss/bootstrap/utilities/_spacing.scss */
  .pt-md-0, .py-md-0 {
    padding-top: 0 !important;
  }
  /* line 17, ../../scss/bootstrap/utilities/_spacing.scss */
  .pr-md-0, .px-md-0 {
    padding-right: 0 !important;
  }
  /* line 21, ../../scss/bootstrap/utilities/_spacing.scss */
  .pb-md-0, .py-md-0 {
    padding-bottom: 0 !important;
  }
  /* line 25, ../../scss/bootstrap/utilities/_spacing.scss */
  .pl-md-0, .px-md-0 {
    padding-left: 0 !important;
  }
  /* line 12, ../../scss/bootstrap/utilities/_spacing.scss */
  .p-md-1 {
    padding: 0.25rem !important;
  }
  /* line 13, ../../scss/bootstrap/utilities/_spacing.scss */
  .pt-md-1, .py-md-1 {
    padding-top: 0.25rem !important;
  }
  /* line 17, ../../scss/bootstrap/utilities/_spacing.scss */
  .pr-md-1, .px-md-1 {
    padding-right: 0.25rem !important;
  }
  /* line 21, ../../scss/bootstrap/utilities/_spacing.scss */
  .pb-md-1, .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 25, ../../scss/bootstrap/utilities/_spacing.scss */
  .pl-md-1, .px-md-1 {
    padding-left: 0.25rem !important;
  }
  /* line 12, ../../scss/bootstrap/utilities/_spacing.scss */
  .p-md-2 {
    padding: 0.5rem !important;
  }
  /* line 13, ../../scss/bootstrap/utilities/_spacing.scss */
  .pt-md-2, .py-md-2 {
    padding-top: 0.5rem !important;
  }
  /* line 17, ../../scss/bootstrap/utilities/_spacing.scss */
  .pr-md-2, .px-md-2 {
    padding-right: 0.5rem !important;
  }
  /* line 21, ../../scss/bootstrap/utilities/_spacing.scss */
  .pb-md-2, .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 25, ../../scss/bootstrap/utilities/_spacing.scss */
  .pl-md-2, .px-md-2 {
    padding-left: 0.5rem !important;
  }
  /* line 12, ../../scss/bootstrap/utilities/_spacing.scss */
  .p-md-3 {
    padding: 1rem !important;
  }
  /* line 13, ../../scss/bootstrap/utilities/_spacing.scss */
  .pt-md-3, .py-md-3 {
    padding-top: 1rem !important;
  }
  /* line 17, ../../scss/bootstrap/utilities/_spacing.scss */
  .pr-md-3, .px-md-3 {
    padding-right: 1rem !important;
  }
  /* line 21, ../../scss/bootstrap/utilities/_spacing.scss */
  .pb-md-3, .py-md-3 {
    padding-bottom: 1rem !important;
  }
  /* line 25, ../../scss/bootstrap/utilities/_spacing.scss */
  .pl-md-3, .px-md-3 {
    padding-left: 1rem !important;
  }
  /* line 12, ../../scss/bootstrap/utilities/_spacing.scss */
  .p-md-4 {
    padding: 1.5rem !important;
  }
  /* line 13, ../../scss/bootstrap/utilities/_spacing.scss */
  .pt-md-4, .py-md-4 {
    padding-top: 1.5rem !important;
  }
  /* line 17, ../../scss/bootstrap/utilities/_spacing.scss */
  .pr-md-4, .px-md-4 {
    padding-right: 1.5rem !important;
  }
  /* line 21, ../../scss/bootstrap/utilities/_spacing.scss */
  .pb-md-4, .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 25, ../../scss/bootstrap/utilities/_spacing.scss */
  .pl-md-4, .px-md-4 {
    padding-left: 1.5rem !important;
  }
  /* line 12, ../../scss/bootstrap/utilities/_spacing.scss */
  .p-md-5 {
    padding: 3rem !important;
  }
  /* line 13, ../../scss/bootstrap/utilities/_spacing.scss */
  .pt-md-5, .py-md-5 {
    padding-top: 3rem !important;
  }
  /* line 17, ../../scss/bootstrap/utilities/_spacing.scss */
  .pr-md-5, .px-md-5 {
    padding-right: 3rem !important;
  }
  /* line 21, ../../scss/bootstrap/utilities/_spacing.scss */
  .pb-md-5, .py-md-5 {
    padding-bottom: 3rem !important;
  }
  /* line 25, ../../scss/bootstrap/utilities/_spacing.scss */
  .pl-md-5, .px-md-5 {
    padding-left: 3rem !important;
  }
  /* line 33, ../../scss/bootstrap/utilities/_spacing.scss */
  .m-md-auto {
    margin: auto !important;
  }
  /* line 34, ../../scss/bootstrap/utilities/_spacing.scss */
  .mt-md-auto, .my-md-auto {
    margin-top: auto !important;
  }
  /* line 38, ../../scss/bootstrap/utilities/_spacing.scss */
  .mr-md-auto, .mx-md-auto {
    margin-right: auto !important;
  }
  /* line 42, ../../scss/bootstrap/utilities/_spacing.scss */
  .mb-md-auto, .my-md-auto {
    margin-bottom: auto !important;
  }
  /* line 46, ../../scss/bootstrap/utilities/_spacing.scss */
  .ml-md-auto, .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  /* line 12, ../../scss/bootstrap/utilities/_spacing.scss */
  .m-lg-0 {
    margin: 0 !important;
  }
  /* line 13, ../../scss/bootstrap/utilities/_spacing.scss */
  .mt-lg-0, .my-lg-0 {
    margin-top: 0 !important;
  }
  /* line 17, ../../scss/bootstrap/utilities/_spacing.scss */
  .mr-lg-0, .mx-lg-0 {
    margin-right: 0 !important;
  }
  /* line 21, ../../scss/bootstrap/utilities/_spacing.scss */
  .mb-lg-0, .my-lg-0 {
    margin-bottom: 0 !important;
  }
  /* line 25, ../../scss/bootstrap/utilities/_spacing.scss */
  .ml-lg-0, .mx-lg-0 {
    margin-left: 0 !important;
  }
  /* line 12, ../../scss/bootstrap/utilities/_spacing.scss */
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  /* line 13, ../../scss/bootstrap/utilities/_spacing.scss */
  .mt-lg-1, .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  /* line 17, ../../scss/bootstrap/utilities/_spacing.scss */
  .mr-lg-1, .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  /* line 21, ../../scss/bootstrap/utilities/_spacing.scss */
  .mb-lg-1, .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 25, ../../scss/bootstrap/utilities/_spacing.scss */
  .ml-lg-1, .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  /* line 12, ../../scss/bootstrap/utilities/_spacing.scss */
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  /* line 13, ../../scss/bootstrap/utilities/_spacing.scss */
  .mt-lg-2, .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  /* line 17, ../../scss/bootstrap/utilities/_spacing.scss */
  .mr-lg-2, .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  /* line 21, ../../scss/bootstrap/utilities/_spacing.scss */
  .mb-lg-2, .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 25, ../../scss/bootstrap/utilities/_spacing.scss */
  .ml-lg-2, .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  /* line 12, ../../scss/bootstrap/utilities/_spacing.scss */
  .m-lg-3 {
    margin: 1rem !important;
  }
  /* line 13, ../../scss/bootstrap/utilities/_spacing.scss */
  .mt-lg-3, .my-lg-3 {
    margin-top: 1rem !important;
  }
  /* line 17, ../../scss/bootstrap/utilities/_spacing.scss */
  .mr-lg-3, .mx-lg-3 {
    margin-right: 1rem !important;
  }
  /* line 21, ../../scss/bootstrap/utilities/_spacing.scss */
  .mb-lg-3, .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  /* line 25, ../../scss/bootstrap/utilities/_spacing.scss */
  .ml-lg-3, .mx-lg-3 {
    margin-left: 1rem !important;
  }
  /* line 12, ../../scss/bootstrap/utilities/_spacing.scss */
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  /* line 13, ../../scss/bootstrap/utilities/_spacing.scss */
  .mt-lg-4, .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  /* line 17, ../../scss/bootstrap/utilities/_spacing.scss */
  .mr-lg-4, .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  /* line 21, ../../scss/bootstrap/utilities/_spacing.scss */
  .mb-lg-4, .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 25, ../../scss/bootstrap/utilities/_spacing.scss */
  .ml-lg-4, .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  /* line 12, ../../scss/bootstrap/utilities/_spacing.scss */
  .m-lg-5 {
    margin: 3rem !important;
  }
  /* line 13, ../../scss/bootstrap/utilities/_spacing.scss */
  .mt-lg-5, .my-lg-5 {
    margin-top: 3rem !important;
  }
  /* line 17, ../../scss/bootstrap/utilities/_spacing.scss */
  .mr-lg-5, .mx-lg-5 {
    margin-right: 3rem !important;
  }
  /* line 21, ../../scss/bootstrap/utilities/_spacing.scss */
  .mb-lg-5, .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  /* line 25, ../../scss/bootstrap/utilities/_spacing.scss */
  .ml-lg-5, .mx-lg-5 {
    margin-left: 3rem !important;
  }
  /* line 12, ../../scss/bootstrap/utilities/_spacing.scss */
  .p-lg-0 {
    padding: 0 !important;
  }
  /* line 13, ../../scss/bootstrap/utilities/_spacing.scss */
  .pt-lg-0, .py-lg-0 {
    padding-top: 0 !important;
  }
  /* line 17, ../../scss/bootstrap/utilities/_spacing.scss */
  .pr-lg-0, .px-lg-0 {
    padding-right: 0 !important;
  }
  /* line 21, ../../scss/bootstrap/utilities/_spacing.scss */
  .pb-lg-0, .py-lg-0 {
    padding-bottom: 0 !important;
  }
  /* line 25, ../../scss/bootstrap/utilities/_spacing.scss */
  .pl-lg-0, .px-lg-0 {
    padding-left: 0 !important;
  }
  /* line 12, ../../scss/bootstrap/utilities/_spacing.scss */
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  /* line 13, ../../scss/bootstrap/utilities/_spacing.scss */
  .pt-lg-1, .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  /* line 17, ../../scss/bootstrap/utilities/_spacing.scss */
  .pr-lg-1, .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  /* line 21, ../../scss/bootstrap/utilities/_spacing.scss */
  .pb-lg-1, .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 25, ../../scss/bootstrap/utilities/_spacing.scss */
  .pl-lg-1, .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  /* line 12, ../../scss/bootstrap/utilities/_spacing.scss */
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  /* line 13, ../../scss/bootstrap/utilities/_spacing.scss */
  .pt-lg-2, .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  /* line 17, ../../scss/bootstrap/utilities/_spacing.scss */
  .pr-lg-2, .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  /* line 21, ../../scss/bootstrap/utilities/_spacing.scss */
  .pb-lg-2, .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 25, ../../scss/bootstrap/utilities/_spacing.scss */
  .pl-lg-2, .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  /* line 12, ../../scss/bootstrap/utilities/_spacing.scss */
  .p-lg-3 {
    padding: 1rem !important;
  }
  /* line 13, ../../scss/bootstrap/utilities/_spacing.scss */
  .pt-lg-3, .py-lg-3 {
    padding-top: 1rem !important;
  }
  /* line 17, ../../scss/bootstrap/utilities/_spacing.scss */
  .pr-lg-3, .px-lg-3 {
    padding-right: 1rem !important;
  }
  /* line 21, ../../scss/bootstrap/utilities/_spacing.scss */
  .pb-lg-3, .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  /* line 25, ../../scss/bootstrap/utilities/_spacing.scss */
  .pl-lg-3, .px-lg-3 {
    padding-left: 1rem !important;
  }
  /* line 12, ../../scss/bootstrap/utilities/_spacing.scss */
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  /* line 13, ../../scss/bootstrap/utilities/_spacing.scss */
  .pt-lg-4, .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  /* line 17, ../../scss/bootstrap/utilities/_spacing.scss */
  .pr-lg-4, .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  /* line 21, ../../scss/bootstrap/utilities/_spacing.scss */
  .pb-lg-4, .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 25, ../../scss/bootstrap/utilities/_spacing.scss */
  .pl-lg-4, .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  /* line 12, ../../scss/bootstrap/utilities/_spacing.scss */
  .p-lg-5 {
    padding: 3rem !important;
  }
  /* line 13, ../../scss/bootstrap/utilities/_spacing.scss */
  .pt-lg-5, .py-lg-5 {
    padding-top: 3rem !important;
  }
  /* line 17, ../../scss/bootstrap/utilities/_spacing.scss */
  .pr-lg-5, .px-lg-5 {
    padding-right: 3rem !important;
  }
  /* line 21, ../../scss/bootstrap/utilities/_spacing.scss */
  .pb-lg-5, .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  /* line 25, ../../scss/bootstrap/utilities/_spacing.scss */
  .pl-lg-5, .px-lg-5 {
    padding-left: 3rem !important;
  }
  /* line 33, ../../scss/bootstrap/utilities/_spacing.scss */
  .m-lg-auto {
    margin: auto !important;
  }
  /* line 34, ../../scss/bootstrap/utilities/_spacing.scss */
  .mt-lg-auto, .my-lg-auto {
    margin-top: auto !important;
  }
  /* line 38, ../../scss/bootstrap/utilities/_spacing.scss */
  .mr-lg-auto, .mx-lg-auto {
    margin-right: auto !important;
  }
  /* line 42, ../../scss/bootstrap/utilities/_spacing.scss */
  .mb-lg-auto, .my-lg-auto {
    margin-bottom: auto !important;
  }
  /* line 46, ../../scss/bootstrap/utilities/_spacing.scss */
  .ml-lg-auto, .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  /* line 12, ../../scss/bootstrap/utilities/_spacing.scss */
  .m-xl-0 {
    margin: 0 !important;
  }
  /* line 13, ../../scss/bootstrap/utilities/_spacing.scss */
  .mt-xl-0, .my-xl-0 {
    margin-top: 0 !important;
  }
  /* line 17, ../../scss/bootstrap/utilities/_spacing.scss */
  .mr-xl-0, .mx-xl-0 {
    margin-right: 0 !important;
  }
  /* line 21, ../../scss/bootstrap/utilities/_spacing.scss */
  .mb-xl-0, .my-xl-0 {
    margin-bottom: 0 !important;
  }
  /* line 25, ../../scss/bootstrap/utilities/_spacing.scss */
  .ml-xl-0, .mx-xl-0 {
    margin-left: 0 !important;
  }
  /* line 12, ../../scss/bootstrap/utilities/_spacing.scss */
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  /* line 13, ../../scss/bootstrap/utilities/_spacing.scss */
  .mt-xl-1, .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  /* line 17, ../../scss/bootstrap/utilities/_spacing.scss */
  .mr-xl-1, .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  /* line 21, ../../scss/bootstrap/utilities/_spacing.scss */
  .mb-xl-1, .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 25, ../../scss/bootstrap/utilities/_spacing.scss */
  .ml-xl-1, .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  /* line 12, ../../scss/bootstrap/utilities/_spacing.scss */
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  /* line 13, ../../scss/bootstrap/utilities/_spacing.scss */
  .mt-xl-2, .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  /* line 17, ../../scss/bootstrap/utilities/_spacing.scss */
  .mr-xl-2, .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  /* line 21, ../../scss/bootstrap/utilities/_spacing.scss */
  .mb-xl-2, .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 25, ../../scss/bootstrap/utilities/_spacing.scss */
  .ml-xl-2, .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  /* line 12, ../../scss/bootstrap/utilities/_spacing.scss */
  .m-xl-3 {
    margin: 1rem !important;
  }
  /* line 13, ../../scss/bootstrap/utilities/_spacing.scss */
  .mt-xl-3, .my-xl-3 {
    margin-top: 1rem !important;
  }
  /* line 17, ../../scss/bootstrap/utilities/_spacing.scss */
  .mr-xl-3, .mx-xl-3 {
    margin-right: 1rem !important;
  }
  /* line 21, ../../scss/bootstrap/utilities/_spacing.scss */
  .mb-xl-3, .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  /* line 25, ../../scss/bootstrap/utilities/_spacing.scss */
  .ml-xl-3, .mx-xl-3 {
    margin-left: 1rem !important;
  }
  /* line 12, ../../scss/bootstrap/utilities/_spacing.scss */
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  /* line 13, ../../scss/bootstrap/utilities/_spacing.scss */
  .mt-xl-4, .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  /* line 17, ../../scss/bootstrap/utilities/_spacing.scss */
  .mr-xl-4, .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  /* line 21, ../../scss/bootstrap/utilities/_spacing.scss */
  .mb-xl-4, .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 25, ../../scss/bootstrap/utilities/_spacing.scss */
  .ml-xl-4, .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  /* line 12, ../../scss/bootstrap/utilities/_spacing.scss */
  .m-xl-5 {
    margin: 3rem !important;
  }
  /* line 13, ../../scss/bootstrap/utilities/_spacing.scss */
  .mt-xl-5, .my-xl-5 {
    margin-top: 3rem !important;
  }
  /* line 17, ../../scss/bootstrap/utilities/_spacing.scss */
  .mr-xl-5, .mx-xl-5 {
    margin-right: 3rem !important;
  }
  /* line 21, ../../scss/bootstrap/utilities/_spacing.scss */
  .mb-xl-5, .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  /* line 25, ../../scss/bootstrap/utilities/_spacing.scss */
  .ml-xl-5, .mx-xl-5 {
    margin-left: 3rem !important;
  }
  /* line 12, ../../scss/bootstrap/utilities/_spacing.scss */
  .p-xl-0 {
    padding: 0 !important;
  }
  /* line 13, ../../scss/bootstrap/utilities/_spacing.scss */
  .pt-xl-0, .py-xl-0 {
    padding-top: 0 !important;
  }
  /* line 17, ../../scss/bootstrap/utilities/_spacing.scss */
  .pr-xl-0, .px-xl-0 {
    padding-right: 0 !important;
  }
  /* line 21, ../../scss/bootstrap/utilities/_spacing.scss */
  .pb-xl-0, .py-xl-0 {
    padding-bottom: 0 !important;
  }
  /* line 25, ../../scss/bootstrap/utilities/_spacing.scss */
  .pl-xl-0, .px-xl-0 {
    padding-left: 0 !important;
  }
  /* line 12, ../../scss/bootstrap/utilities/_spacing.scss */
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  /* line 13, ../../scss/bootstrap/utilities/_spacing.scss */
  .pt-xl-1, .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  /* line 17, ../../scss/bootstrap/utilities/_spacing.scss */
  .pr-xl-1, .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  /* line 21, ../../scss/bootstrap/utilities/_spacing.scss */
  .pb-xl-1, .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 25, ../../scss/bootstrap/utilities/_spacing.scss */
  .pl-xl-1, .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  /* line 12, ../../scss/bootstrap/utilities/_spacing.scss */
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  /* line 13, ../../scss/bootstrap/utilities/_spacing.scss */
  .pt-xl-2, .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  /* line 17, ../../scss/bootstrap/utilities/_spacing.scss */
  .pr-xl-2, .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  /* line 21, ../../scss/bootstrap/utilities/_spacing.scss */
  .pb-xl-2, .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 25, ../../scss/bootstrap/utilities/_spacing.scss */
  .pl-xl-2, .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  /* line 12, ../../scss/bootstrap/utilities/_spacing.scss */
  .p-xl-3 {
    padding: 1rem !important;
  }
  /* line 13, ../../scss/bootstrap/utilities/_spacing.scss */
  .pt-xl-3, .py-xl-3 {
    padding-top: 1rem !important;
  }
  /* line 17, ../../scss/bootstrap/utilities/_spacing.scss */
  .pr-xl-3, .px-xl-3 {
    padding-right: 1rem !important;
  }
  /* line 21, ../../scss/bootstrap/utilities/_spacing.scss */
  .pb-xl-3, .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  /* line 25, ../../scss/bootstrap/utilities/_spacing.scss */
  .pl-xl-3, .px-xl-3 {
    padding-left: 1rem !important;
  }
  /* line 12, ../../scss/bootstrap/utilities/_spacing.scss */
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  /* line 13, ../../scss/bootstrap/utilities/_spacing.scss */
  .pt-xl-4, .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  /* line 17, ../../scss/bootstrap/utilities/_spacing.scss */
  .pr-xl-4, .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  /* line 21, ../../scss/bootstrap/utilities/_spacing.scss */
  .pb-xl-4, .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 25, ../../scss/bootstrap/utilities/_spacing.scss */
  .pl-xl-4, .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  /* line 12, ../../scss/bootstrap/utilities/_spacing.scss */
  .p-xl-5 {
    padding: 3rem !important;
  }
  /* line 13, ../../scss/bootstrap/utilities/_spacing.scss */
  .pt-xl-5, .py-xl-5 {
    padding-top: 3rem !important;
  }
  /* line 17, ../../scss/bootstrap/utilities/_spacing.scss */
  .pr-xl-5, .px-xl-5 {
    padding-right: 3rem !important;
  }
  /* line 21, ../../scss/bootstrap/utilities/_spacing.scss */
  .pb-xl-5, .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  /* line 25, ../../scss/bootstrap/utilities/_spacing.scss */
  .pl-xl-5, .px-xl-5 {
    padding-left: 3rem !important;
  }
  /* line 33, ../../scss/bootstrap/utilities/_spacing.scss */
  .m-xl-auto {
    margin: auto !important;
  }
  /* line 34, ../../scss/bootstrap/utilities/_spacing.scss */
  .mt-xl-auto, .my-xl-auto {
    margin-top: auto !important;
  }
  /* line 38, ../../scss/bootstrap/utilities/_spacing.scss */
  .mr-xl-auto, .mx-xl-auto {
    margin-right: auto !important;
  }
  /* line 42, ../../scss/bootstrap/utilities/_spacing.scss */
  .mb-xl-auto, .my-xl-auto {
    margin-bottom: auto !important;
  }
  /* line 46, ../../scss/bootstrap/utilities/_spacing.scss */
  .ml-xl-auto, .mx-xl-auto {
    margin-left: auto !important;
  }
}

/* line 7, ../../scss/bootstrap/utilities/_text.scss */

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/* line 11, ../../scss/bootstrap/utilities/_text.scss */

.text-justify {
  text-align: justify !important;
}

/* line 12, ../../scss/bootstrap/utilities/_text.scss */

.text-nowrap {
  white-space: nowrap !important;
}

/* line 13, ../../scss/bootstrap/utilities/_text.scss */

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 21, ../../scss/bootstrap/utilities/_text.scss */

.text-left {
  text-align: left !important;
}

/* line 22, ../../scss/bootstrap/utilities/_text.scss */

.text-right {
  text-align: right !important;
}

/* line 23, ../../scss/bootstrap/utilities/_text.scss */

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

@media (min-width: 576px) {
  /* line 21, ../../scss/bootstrap/utilities/_text.scss */
  .text-sm-left {
    text-align: left !important;
  }
  /* line 22, ../../scss/bootstrap/utilities/_text.scss */
  .text-sm-right {
    text-align: right !important;
  }
  /* line 23, ../../scss/bootstrap/utilities/_text.scss */
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  /* line 21, ../../scss/bootstrap/utilities/_text.scss */
  .text-md-left {
    text-align: left !important;
  }
  /* line 22, ../../scss/bootstrap/utilities/_text.scss */
  .text-md-right {
    text-align: right !important;
  }
  /* line 23, ../../scss/bootstrap/utilities/_text.scss */
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  /* line 21, ../../scss/bootstrap/utilities/_text.scss */
  .text-lg-left {
    text-align: left !important;
  }
  /* line 22, ../../scss/bootstrap/utilities/_text.scss */
  .text-lg-right {
    text-align: right !important;
  }
  /* line 23, ../../scss/bootstrap/utilities/_text.scss */
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  /* line 21, ../../scss/bootstrap/utilities/_text.scss */
  .text-xl-left {
    text-align: left !important;
  }
  /* line 22, ../../scss/bootstrap/utilities/_text.scss */
  .text-xl-right {
    text-align: right !important;
  }
  /* line 23, ../../scss/bootstrap/utilities/_text.scss */
  .text-xl-center {
    text-align: center !important;
  }
}

/* line 29, ../../scss/bootstrap/utilities/_text.scss */

.text-lowercase {
  text-transform: lowercase !important;
}

/* line 30, ../../scss/bootstrap/utilities/_text.scss */

.text-uppercase {
  text-transform: uppercase !important;
}

/* line 31, ../../scss/bootstrap/utilities/_text.scss */

.text-capitalize {
  text-transform: capitalize !important;
}

/* line 35, ../../scss/bootstrap/utilities/_text.scss */

.font-weight-light {
  font-weight: 300 !important;
}

/* line 36, ../../scss/bootstrap/utilities/_text.scss */

.font-weight-normal {
  font-weight: 400 !important;
}

/* line 37, ../../scss/bootstrap/utilities/_text.scss */

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

/* line 38, ../../scss/bootstrap/utilities/_text.scss */

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

/* line 42, ../../scss/bootstrap/utilities/_text.scss */

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

/* line 6, ../../scss/bootstrap/mixins/_text-emphasis.scss */

.text-primary {
  color: #4B89FC !important;
}

/* line 17, ../../scss/bootstrap/mixins/_hover.scss */

a.text-primary:hover, a.text-primary:focus {
  color: #1968fb !important;
}

/* line 6, ../../scss/bootstrap/mixins/_text-emphasis.scss */

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

/* line 17, ../../scss/bootstrap/mixins/_hover.scss */

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

/* line 6, ../../scss/bootstrap/mixins/_text-emphasis.scss */

.text-success {
  color: #69BA6D !important;
}

/* line 17, ../../scss/bootstrap/mixins/_hover.scss */

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

/* line 6, ../../scss/bootstrap/mixins/_text-emphasis.scss */

.text-info {
  color: #48a1af !important;
}

/* line 17, ../../scss/bootstrap/mixins/_hover.scss */

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

/* line 6, ../../scss/bootstrap/mixins/_text-emphasis.scss */

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

/* line 17, ../../scss/bootstrap/mixins/_hover.scss */

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

/* line 6, ../../scss/bootstrap/mixins/_text-emphasis.scss */

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

/* line 17, ../../scss/bootstrap/mixins/_hover.scss */

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

/* line 6, ../../scss/bootstrap/mixins/_text-emphasis.scss */

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

/* line 17, ../../scss/bootstrap/mixins/_hover.scss */

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

/* line 6, ../../scss/bootstrap/mixins/_text-emphasis.scss */

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

/* line 17, ../../scss/bootstrap/mixins/_hover.scss */

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

/* line 48, ../../scss/bootstrap/utilities/_text.scss */

.text-body {
  color: #4E565A !important;
}

/* line 49, ../../scss/bootstrap/utilities/_text.scss */

.text-muted {
  color: #8d969e !important;
}

/* line 51, ../../scss/bootstrap/utilities/_text.scss */

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

/* line 52, ../../scss/bootstrap/utilities/_text.scss */

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

/* line 56, ../../scss/bootstrap/utilities/_text.scss */

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

/* line 5, ../../scss/bootstrap/utilities/_visibility.scss */

.visible {
  visibility: visible !important;
}

/* line 9, ../../scss/bootstrap/utilities/_visibility.scss */

.invisible {
  visibility: hidden !important;
}

@media print {
  /* line 13, ../../scss/bootstrap/_print.scss */
  *, *::before, *::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  /* line 24, ../../scss/bootstrap/_print.scss */
  a:not(.btn) {
    text-decoration: underline;
  }
  /* line 34, ../../scss/bootstrap/_print.scss */
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /* line 49, ../../scss/bootstrap/_print.scss */
  pre {
    white-space: pre-wrap !important;
  }
  /* line 52, ../../scss/bootstrap/_print.scss */
  pre, blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  /* line 63, ../../scss/bootstrap/_print.scss */
  thead {
    display: table-header-group;
  }
  /* line 67, ../../scss/bootstrap/_print.scss */
  tr, img {
    page-break-inside: avoid;
  }
  /* line 72, ../../scss/bootstrap/_print.scss */
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  /* line 79, ../../scss/bootstrap/_print.scss */
  h2, h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  /* line 92, ../../scss/bootstrap/_print.scss */
  body {
    min-width: 992px !important;
  }
  /* line 95, ../../scss/bootstrap/_print.scss */
  .container {
    min-width: 992px !important;
  }
  /* line 100, ../../scss/bootstrap/_print.scss */
  .navbar {
    display: none;
  }
  /* line 103, ../../scss/bootstrap/_print.scss */
  .badge {
    border: 1px solid #000;
  }
  /* line 107, ../../scss/bootstrap/_print.scss */
  .table {
    border-collapse: collapse !important;
  }
  /* line 110, ../../scss/bootstrap/_print.scss */
  .table td, .table th {
    background-color: #fff !important;
  }
  /* line 116, ../../scss/bootstrap/_print.scss */
  .table-bordered th, .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
}

/*------------------------------------------------------------------
  [Table of contents]
  
  1. Pagination
  2. Card
  3. Nav
      3.1 Nav Tabs
      3.2 Nav Pills
  4. Table/Grid
  5. Responsive Table/Grid
  6. Dropdown
  7. Modal Variations
  
  -------------------------------------------------------------------*/

/**************************************
  Pagination
  **************************************/

/* line 25, ../../scss/basestyle/_bootstrap-override.scss */

.page-item.active .page-link {
  background-color: #ced4da;
  border-color: #adb5bd;
  color: #495057;
}

/* line 31, ../../scss/basestyle/_bootstrap-override.scss */

.page-item .page-link {
  color: #6c757d;
  font-weight: 400;
}

/* line 37, ../../scss/basestyle/_bootstrap-override.scss */

.badge {
  font-weight: 400;
}

/**************************************
  Card
  **************************************/

/* line 46, ../../scss/basestyle/_bootstrap-override.scss */

.card-header {
  background-color: transparent;
  font-weight: 400;
}

/* line 49, ../../scss/basestyle/_bootstrap-override.scss */

.card-header .nav-tabs {
  margin-top: -2px;
  margin-left: -1px;
}

/* line 52, ../../scss/basestyle/_bootstrap-override.scss */

.card-header .nav-tabs .nav-link {
  border-top-width: 2px;
}

/* line 58, ../../scss/basestyle/_bootstrap-override.scss */

div.card-header {
  font-size: 1rem;
}

/**************************************
  Nav
  **************************************/

@media only screen and (max-width: 768px) {
  /* line 70, ../../scss/basestyle/_bootstrap-override.scss */
  .nav {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
  }
}

/* Nav Tabs */

/* line 81, ../../scss/basestyle/_bootstrap-override.scss */

.nav-tabs .nav-link.active {
  background-color: #fff;
}

/* line 88, ../../scss/basestyle/_bootstrap-override.scss */

.nav-tabs.nav-danger .nav-link:not(.active) {
  color: #EA585A;
}

/* line 91, ../../scss/basestyle/_bootstrap-override.scss */

.nav-tabs.nav-danger .nav-link.active {
  border-top-color: #EA585A;
}

/* line 98, ../../scss/basestyle/_bootstrap-override.scss */

.nav-tabs.nav-primary .nav-link:not(.active) {
  color: #4B89FC;
}

/* line 101, ../../scss/basestyle/_bootstrap-override.scss */

.nav-tabs.nav-primary .nav-link.active {
  border-top-color: #4B89FC;
}

/* line 108, ../../scss/basestyle/_bootstrap-override.scss */

.nav-tabs.nav-success .nav-link:not(.active) {
  color: #69BA6D;
}

/* line 111, ../../scss/basestyle/_bootstrap-override.scss */

.nav-tabs.nav-success .nav-link.active {
  border-top-color: #69BA6D;
}

/* line 118, ../../scss/basestyle/_bootstrap-override.scss */

.nav-tabs.nav-warning .nav-link:not(.active) {
  color: #FBB357;
}

/* line 121, ../../scss/basestyle/_bootstrap-override.scss */

.nav-tabs.nav-warning .nav-link.active {
  border-top-color: #FBB357;
}

/* line 128, ../../scss/basestyle/_bootstrap-override.scss */

.nav-tabs.nav-info .nav-link:not(.active) {
  color: #48a1af;
}

/* line 131, ../../scss/basestyle/_bootstrap-override.scss */

.nav-tabs.nav-info .nav-link.active {
  border-top-color: #48a1af;
}

/* line 138, ../../scss/basestyle/_bootstrap-override.scss */

.nav-tabs.active-thik .nav-link {
  border-top-width: 2px;
}

/* line 147, ../../scss/basestyle/_bootstrap-override.scss */

.card-header .nav-tabs {
  margin-top: -2px;
  margin-left: -1px;
}

/*Nav Pills*/

/* line 160, ../../scss/basestyle/_bootstrap-override.scss */

.nav-pills .nav-link {
  color: #4E565A;
}

/* line 166, ../../scss/basestyle/_bootstrap-override.scss */

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

/* line 173, ../../scss/basestyle/_bootstrap-override.scss */

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

/* line 180, ../../scss/basestyle/_bootstrap-override.scss */

.nav-pills.nav-success .nav-link.active, .nav-pills.nav-success .nav-link>.nav-link, .nav-pills.nav-success .show.active, .nav-pills.nav-success .show>.nav-link {
  background-color: #69BA6D;
}

/* line 187, ../../scss/basestyle/_bootstrap-override.scss */

.nav-pills.nav-info .nav-link.active, .nav-pills.nav-info .nav-link>.nav-link, .nav-pills.nav-info .show.active, .nav-pills.nav-info .show>.nav-link {
  background-color: #48a1af;
}

/**************************************
  Table/Grid
  **************************************/

/* line 207, ../../scss/basestyle/_bootstrap-override.scss */

.table th {
  font-weight: 400;
  color: #343a40;
}

/* line 210, ../../scss/basestyle/_bootstrap-override.scss */

.table th.resizeable {
  resize: horizontal;
  overflow: auto;
}

/* line 216, ../../scss/basestyle/_bootstrap-override.scss */

.table td {
  font-size: 14px;
}

/* line 223, ../../scss/basestyle/_bootstrap-override.scss */

.table th, .table td {
  white-space: nowrap;
}

/**************************************
  Responsive Table/Grid
  **************************************/

@media only screen and (max-width: 768px) {
  /* line 235, ../../scss/basestyle/_bootstrap-override.scss */
  .responsive-table {
    display: block;
    border: none;
  }
  /* line 239, ../../scss/basestyle/_bootstrap-override.scss */
  .responsive-table thead {
    display: none;
  }
  /* line 242, ../../scss/basestyle/_bootstrap-override.scss */
  .responsive-table tr, .responsive-table td, .responsive-table th, .responsive-table tbody {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  /* line 245, ../../scss/basestyle/_bootstrap-override.scss */
  .responsive-table tbody, .responsive-table tr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  /* line 249, ../../scss/basestyle/_bootstrap-override.scss */
  .responsive-table tr+tr, .responsive-table tr~tbody, .responsive-table tbody+tr, .responsive-table tbody~tbody {
    border-top: 24px solid #F5F7FA;
  }
  /* line 253, ../../scss/basestyle/_bootstrap-override.scss */
  .responsive-table td, .responsive-table th {
    text-align: right;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  /* line 256, ../../scss/basestyle/_bootstrap-override.scss */
  .responsive-table td:before, .responsive-table th:before {
    content: attr(data-label);
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: left;
  }
  /* line 262, ../../scss/basestyle/_bootstrap-override.scss */
  .responsive-table td~td, .responsive-table th~td {
    margin-top: -1px;
  }
}

/**************************************
  Dropdown
  **************************************/

/* line 280, ../../scss/basestyle/_bootstrap-override.scss */

.dropdown-menu.dropdown-lg {
  min-width: 20rem;
}

/* line 283, ../../scss/basestyle/_bootstrap-override.scss */

.dropdown-menu.dropdown-xl {
  min-width: 25rem;
}

/**************************************
  Modal Variations
  **************************************/

/* line 297, ../../scss/basestyle/_bootstrap-override.scss */

.modal-title {
  font-weight: 400;
}

/* line 302, ../../scss/basestyle/_bootstrap-override.scss */

.modal-open .wrapper {
  -webkit-transition: -webkit-filter 0.5s;
  transition: -webkit-filter 0.5s;
  transition: filter 0.5s;
  transition: filter 0.5s, -webkit-filter 0.5s;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="4" /></filter></svg>#filter');
  -webkit-filter: blur(4px);
          filter: blur(4px);
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 302, ../../scss/basestyle/_bootstrap-override.scss */
  .modal-open .wrapper {
    -webkit-transition: none;
    transition: none;
  }
}

/* line 310, ../../scss/basestyle/_bootstrap-override.scss */

.modal-backdrop+.modal-backdrop {
  z-index: 1050;
}

/* line 315, ../../scss/basestyle/_bootstrap-override.scss */

.modal {
  /*From Right/Left */
}

/* line 318, ../../scss/basestyle/_bootstrap-override.scss */

.modal .modal-content {
  background-color: #F5F7FA;
}

/* line 324, ../../scss/basestyle/_bootstrap-override.scss */

.modal.leftright-slide {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  pointer-events: none;
}

/* line 329, ../../scss/basestyle/_bootstrap-override.scss */

.modal.leftright-slide * {
  pointer-events: none;
}

/* line 333, ../../scss/basestyle/_bootstrap-override.scss */

.modal.leftright-slide .modal-dialog {
  margin: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
  -webkit-transform: translate(25%, 0);
          transform: translate(25%, 0);
}

/* line 338, ../../scss/basestyle/_bootstrap-override.scss */

.modal.leftright-slide .modal-dialog .modal-content {
  border: none;
  border-radius: 0px;
}

/* line 345, ../../scss/basestyle/_bootstrap-override.scss */

.modal.leftright-slide.show {
  pointer-events: auto;
}

/* line 347, ../../scss/basestyle/_bootstrap-override.scss */

.modal.leftright-slide.show * {
  pointer-events: auto;
}

/* line 350, ../../scss/basestyle/_bootstrap-override.scss */

.modal.leftright-slide.show .modal-dialog {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

/* line 355, ../../scss/basestyle/_bootstrap-override.scss */

.modal.leftright-slide.right-align {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

/* line 360, ../../scss/basestyle/_bootstrap-override.scss */

.modal.leftright-slide.left-align:not(.show) .modal-dialog {
  -webkit-transform: translate(-25%, 0);
          transform: translate(-25%, 0);
}

/*------------------------------------------------------------------
  [Table of contents]
  
  1. Font Face
  
  -------------------------------------------------------------------*/

/* @font-face {
    font-family: 'GTWalsheim';
    src: url("../../fonts/gt-walsheim/GTWalsheimProTrial-Thin.eot?#iefix") format("embedded-opentype"), url("../../fonts/gt-walsheim/GTWalsheimProTrial-Thin.otf") format("opentype"), url("../../fonts/gt-walsheim/GTWalsheimProTrial-Thin.woff") format("woff"), url("../../fonts/gt-walsheim/GTWalsheimProTrial-Thin.ttf") format("truetype"), url("../../fonts/gt-walsheim/GTWalsheimProTrial-Thin.svg#GTWalsheimProTrial-Thin") format("svg");
    font-weight: 100;
    font-style: normal;
  }
  @font-face {
    font-family: 'GTWalsheim';
    src: url("../../fonts/gt-walsheim/GTWalsheimLight.eot?#iefix") format("embedded-opentype"), url("../../fonts/gt-walsheim/GTWalsheimLight.woff") format("woff"), url("../../fonts/gt-walsheim/GTWalsheimLight.ttf") format("truetype"), url("../../fonts/gt-walsheim/GTWalsheimLight.svg#GTWalsheimLight") format("svg");
    font-weight: 300;
    font-style: normal;
  }
  @font-face {
    font-family: 'GTWalsheim';
    src: url("../../fonts/gt-walsheim/GTWalsheim.eot?#iefix") format("embedded-opentype"), url("../../fonts/gt-walsheim/GTWalsheim.woff") format("woff"), url("../../fonts/gt-walsheim/GTWalsheim.ttf") format("truetype"), url("../../fonts/gt-walsheim/GTWalsheim.svg#GTWalsheim") format("svg");
    font-weight: 400;
    font-style: normal;
  }
  @font-face {
    font-family: 'GTWalsheim';
    src: url("../../fonts/gt-walsheim/GTWalsheimBold.eot?#iefix") format("embedded-opentype"), url("../../fonts/gt-walsheim/GTWalsheimBold.woff") format("woff"), url("../../fonts/gt-walsheim/GTWalsheimBold.ttf") format("truetype"), url("../../fonts/gt-walsheim/GTWalsheimBold.svg#GTWalsheimBold") format("svg");
    font-weight: 500;
    font-style: normal;
  } */

/*------------------------------------------------------------------
  [Table of contents]
  
  1. Sidebar
  2. Header
  3. Footer
  
  -------------------------------------------------------------------*/

/*------------------------------------------------------------------
  [Table of contents]
  
  1. Sidebar
      1.1 Navbar (logo)
      1.2 Navigation
          1.2.1 Sub Navigation
      1.3 Sidebar Collapsed Mode
      1.4 Sidebar Color Options
      1.5 Sidebar on mobile
  
  -------------------------------------------------------------------*/

/* line 16, ../../scss/basestyle/components/_sidebar.scss */

.sidebar {
  position: fixed;
  width: 220px;
  background-color: #343a40;
  height: 100%;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, .3);
          box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, .3);
  z-index: 1022;
  white-space: nowrap;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  /* LOGO */
  /* WHEN SIDE IS NOT COLLAPSED */
  /* WHEN SIDE IS NOT COLLAPSED */
  /* WHEN SIDE IS COLLAPSED (only on desktop verstion)*/
  /* WHEN SIDE IS COLLAPSED (only on desktop verstion)*/
  /* SIDEBAR COLOR OPTION*/
  /* SIDEBAR COLOR OPTION*/
  /* On Mobile View */
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 16, ../../scss/basestyle/components/_sidebar.scss */
  .sidebar {
    -webkit-transition: none;
    transition: none;
  }
}

/* line 26, ../../scss/basestyle/components/_sidebar.scss */

.show_sidebar {
  left: 0;
}

.show_sidebar + .content-area {
  margin-left: 220px;
  -webkit-transition: margin 0.5s;
  transition: margin 0.5s;
}

/* .sidebar+.content-area {
  margin-left: 220px;
  transition: margin 0.5s;
} */

@media screen and (prefers-reduced-motion: reduce) {
  /* line 26, ../../scss/basestyle/components/_sidebar.scss */
  .sidebar+.content-area {
    -webkit-transition: none;
    transition: none;
  }
}

/* line 32, ../../scss/basestyle/components/_sidebar.scss */

.sidebar .navbar {
  -webkit-flex-wrap: unset;
      -ms-flex-wrap: unset;
          flex-wrap: unset;
  white-space: nowrap;
}

/* line 35, ../../scss/basestyle/components/_sidebar.scss */

.sidebar .navbar .brand-title {
  opacity: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 35, ../../scss/basestyle/components/_sidebar.scss */
  .sidebar .navbar .brand-title {
    -webkit-transition: none;
    transition: none;
  }
}

/* line 38, ../../scss/basestyle/components/_sidebar.scss */

.sidebar .navbar .brand-title+span {
  -webkit-box-flex: 1;
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
}

/* line 42, ../../scss/basestyle/components/_sidebar.scss */

.sidebar .navbar .toggle-sidebar {
  margin-right: 0px;
  -webkit-transition: margin 0.5s;
  transition: margin 0.5s;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 42, ../../scss/basestyle/components/_sidebar.scss */
  .sidebar .navbar .toggle-sidebar {
    -webkit-transition: none;
    transition: none;
  }
}

/* line 49, ../../scss/basestyle/components/_sidebar.scss */

.sidebar .navigation {
  padding: 24px 0px;
  overflow: auto;
  height: calc(100vh - 62px);
}

/* line 53, ../../scss/basestyle/components/_sidebar.scss */

.sidebar .navigation label {
  font-size: 11px;
  font-weight: 200;
  padding: 1rem 1.2rem 0rem 1.2rem;
  color: rgba(255, 255, 255, .6);
  margin-top: 0.5rem;
  border-top: 1px solid rgba(0, 0, 0, .2);
  display: block;
  overflow: hidden;
}

/* line 63, ../../scss/basestyle/components/_sidebar.scss */

.sidebar .navigation ul {
  margin: 0px;
  padding: 0px;
}

/* line 66, ../../scss/basestyle/components/_sidebar.scss */

.sidebar .navigation ul li {
  list-style: none;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 66, ../../scss/basestyle/components/_sidebar.scss */
  .sidebar .navigation ul li {
    -webkit-transition: none;
    transition: none;
  }
}

/* line 70, ../../scss/basestyle/components/_sidebar.scss */

.sidebar .navigation ul li a {
  display: block;
  padding: 0rem 1.2rem;
  text-decoration: none;
  color: rgba(255, 255, 255, .3);
  line-height: 48px;
  font-weight: 300;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  /*white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;*/
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 70, ../../scss/basestyle/components/_sidebar.scss */
  .sidebar .navigation ul li a {
    -webkit-transition: none;
    transition: none;
  }
}

/* line 84, ../../scss/basestyle/components/_sidebar.scss */

.sidebar .navigation ul li a .nav-icon {
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
  font-size: 20px;
  position: relative;
  top: -2px;
  -webkit-transition: margin 0.5s;
  transition: margin 0.5s;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 84, ../../scss/basestyle/components/_sidebar.scss */
  .sidebar .navigation ul li a .nav-icon {
    -webkit-transition: none;
    transition: none;
  }
}

/* line 94, ../../scss/basestyle/components/_sidebar.scss */

.sidebar .navigation ul li a .toogle-sub-nav {
  position: absolute;
  right: 12px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  height: 18px;
  font-size: 18px;
  opacity: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 94, ../../scss/basestyle/components/_sidebar.scss */
  .sidebar .navigation ul li a .toogle-sub-nav {
    -webkit-transition: none;
    transition: none;
  }
}

/* line 110, ../../scss/basestyle/components/_sidebar.scss */

.sidebar .navigation ul li:hover>a {
  color: #fff;
}

/* line 115, ../../scss/basestyle/components/_sidebar.scss */

.sidebar .navigation ul li.notification>a:before {
  content: '';
  position: absolute;
  display: inline-block;
  height: 12px;
  width: 12px;
  left: 30px;
  top: 10px;
  background-color: #FBB357;
  border-radius: 12px;
  z-index: 1;
}

/* line 132, ../../scss/basestyle/components/_sidebar.scss */

.sidebar .navigation ul li.active>a {
  color: #fff;
  -webkit-box-shadow: inset 3px 0px 0px #4B89FC;
          box-shadow: inset 3px 0px 0px #4B89FC;
  background-color: rgba(0, 0, 0, .15);
}

/* line 140, ../../scss/basestyle/components/_sidebar.scss */

.sidebar .navigation ul li.open {
  background-color: rgba(0, 0, 0, .15);
}

/* line 142, ../../scss/basestyle/components/_sidebar.scss */

.sidebar .navigation ul li.open>a {
  color: #fff;
}

/* line 144, ../../scss/basestyle/components/_sidebar.scss */

.sidebar .navigation ul li.open>a .toogle-sub-nav {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

/* line 149, ../../scss/basestyle/components/_sidebar.scss */

.sidebar .navigation ul li.open.active>a {
  background-color: transparent;
}

/* line 153, ../../scss/basestyle/components/_sidebar.scss */

.sidebar .navigation ul li.open>.sub-nav {
  display: block;
}

/* line 159, ../../scss/basestyle/components/_sidebar.scss */

.sidebar .navigation ul li .sub-nav {
  display: none;
  padding: 12px 0px;
  padding-top: 0px;
}

/* line 164, ../../scss/basestyle/components/_sidebar.scss */

.sidebar .navigation ul li .sub-nav li a {
  line-height: 32px;
  padding-left: calc(32px + 1.2rem);
  font-size: 13px;
}

/* line 170, ../../scss/basestyle/components/_sidebar.scss */

.sidebar .navigation ul li .sub-nav li.active a {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media only screen and (min-width: 768px) {
  /* line 195, ../../scss/basestyle/components/_sidebar.scss */
  .sidebar.collapsed {
    width: 70px;
  }
  /* line 198, ../../scss/basestyle/components/_sidebar.scss */
  .sidebar.collapsed .navbar {
    place-content: flex-end;
  }
  /* line 200, ../../scss/basestyle/components/_sidebar.scss */
  .sidebar.collapsed .navbar .brand-title {
    text-indent: -9em;
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
}

@media only screen and (min-width: 768px) and (prefers-reduced-motion: reduce) {
  /* line 200, ../../scss/basestyle/components/_sidebar.scss */
  .sidebar.collapsed .navbar .brand-title {
    -webkit-transition: none;
    transition: none;
  }
}

@media only screen and (min-width: 768px) {
  /* line 205, ../../scss/basestyle/components/_sidebar.scss */
  .sidebar.collapsed .navbar .toggle-sidebar {
    margin-right: 8px;
  }
  /* line 210, ../../scss/basestyle/components/_sidebar.scss */
  .sidebar.collapsed+.content-area {
    margin-left: 70px;
  }
  /* line 214, ../../scss/basestyle/components/_sidebar.scss */
  .sidebar.collapsed .navigation {
    overflow-x: hidden;
    overflow-y: auto;
  }
  /* line 217, ../../scss/basestyle/components/_sidebar.scss */
  .sidebar.collapsed .navigation label {
    text-align: center;
  }
  /* line 219, ../../scss/basestyle/components/_sidebar.scss */
  .sidebar.collapsed .navigation label span {
    display: none;
  }
  /* line 222, ../../scss/basestyle/components/_sidebar.scss */
  .sidebar.collapsed .navigation label:before {
    content: '...';
  }
  /* line 227, ../../scss/basestyle/components/_sidebar.scss */
  .sidebar.collapsed .navigation ul li {
    position: static;
  }
  /* line 229, ../../scss/basestyle/components/_sidebar.scss */
  .sidebar.collapsed .navigation ul li a {
    padding: 0rem 1.4rem;
  }
  /* line 231, ../../scss/basestyle/components/_sidebar.scss */
  .sidebar.collapsed .navigation ul li a .nav-icon {
    font-size: 22px;
    margin-right: 22px;
  }
  /* line 235, ../../scss/basestyle/components/_sidebar.scss */
  .sidebar.collapsed .navigation ul li a .toogle-sub-nav {
    opacity: 0;
  }
  /* line 239, ../../scss/basestyle/components/_sidebar.scss */
  .sidebar.collapsed .navigation ul li .sub-nav {
    display: none !important;
    position: absolute;
    left: 100%;
    top: 0px;
    min-width: 200px;
    padding: 12px 0px;
    background-color: #343a40;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, .3);
            box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, .3);
  }
  /* line 248, ../../scss/basestyle/components/_sidebar.scss */
  .sidebar.collapsed .navigation ul li .sub-nav a {
    padding-left: 1.2rem;
  }
  /* line 253, ../../scss/basestyle/components/_sidebar.scss */
  .sidebar.collapsed .navigation ul li:hover .sub-nav {
    display: block !important;
  }
}

/* line 269, ../../scss/basestyle/components/_sidebar.scss */

.sidebar.sidebar-light {
  background-color: #fff;
}

/* line 272, ../../scss/basestyle/components/_sidebar.scss */

.sidebar.sidebar-light .navigation label {
  color: rgba(0, 0, 0, .4);
  font-weight: 400;
}

/* line 278, ../../scss/basestyle/components/_sidebar.scss */

.sidebar.sidebar-light .navigation ul li a {
  color: rgba(0, 0, 0, .5);
  font-weight: 400;
}

/* line 281, ../../scss/basestyle/components/_sidebar.scss */

.sidebar.sidebar-light .navigation ul li a:hover {
  color: rgba(0, 0, 0, .75);
}

/* line 286, ../../scss/basestyle/components/_sidebar.scss */

.sidebar.sidebar-light .navigation ul li.active>a {
  color: rgba(0, 0, 0, .75);
  background-color: rgba(0, 0, 0, .075);
}

/* line 291, ../../scss/basestyle/components/_sidebar.scss */

.sidebar.sidebar-light .navigation ul li.open {
  background-color: rgba(0, 0, 0, .075);
}

/* line 292, ../../scss/basestyle/components/_sidebar.scss */

.sidebar.sidebar-light .navigation ul li.open>a {
  color: rgba(0, 0, 0, .75);
}

/* line 297, ../../scss/basestyle/components/_sidebar.scss */

.sidebar.sidebar-light .navigation ul li.open.active>a {
  background-color: transparent;
}

/* line 310, ../../scss/basestyle/components/_sidebar.scss */

.sidebar.sidebar-light.collapsed .navigation ul li .sub-nav {
  background-color: #fff;
}

@media only screen and (max-width: 768px) {
  /* line 16, ../../scss/basestyle/components/_sidebar.scss */
  .sidebar {
    left: -224px;
  }
  /* line 326, ../../scss/basestyle/components/_sidebar.scss */
  .sidebar+.content-area {
    margin-left: 0px;
  }
  /* line 329, ../../scss/basestyle/components/_sidebar.scss */
  .sidebar.collapsed {
    width: 220px;
    left: 0px;
  }
  /* line 333, ../../scss/basestyle/components/_sidebar.scss */
  .sidebar.collapsed+.content-area {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="3" /></filter></svg>#filter');
    -webkit-filter: blur(3px);
            filter: blur(3px);
    -webkit-transition: -webkit-filter 0.5s;
    transition: -webkit-filter 0.5s;
    transition: filter 0.5s;
    transition: filter 0.5s, -webkit-filter 0.5s;
  }
}

@media only screen and (max-width: 768px) and (prefers-reduced-motion: reduce) {
  /* line 333, ../../scss/basestyle/components/_sidebar.scss */
  .sidebar.collapsed+.content-area {
    -webkit-transition: none;
    transition: none;
  }
}

@media only screen and (max-width: 768px) {
  /* line 336, ../../scss/basestyle/components/_sidebar.scss */
  .sidebar.collapsed+.content-area:before {
    content: "";
    display: block;
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: rgba(255, 255, 255, .5);
    width: 100%;
    height: 100%;
    z-index: 1021;
  }
}

/*------------------------------------------------------------------
  [Table of contents]
  
  1. Header
      1.1 Navbar
      1.2 Notification
  2. User Loged in
  3. Top Navigation
  
  -------------------------------------------------------------------*/

/* line 13, ../../scss/basestyle/components/_header.scss */

.header {
  border-bottom: 1px solid rgba(0, 0, 0, .125);
}

/* line 16, ../../scss/basestyle/components/_header.scss */

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

/* line 21, ../../scss/basestyle/components/_header.scss */

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

/* line 27, ../../scss/basestyle/components/_header.scss */

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

/* line 34, ../../scss/basestyle/components/_header.scss */

.header .notification {
  position: relative;
}

/* line 36, ../../scss/basestyle/components/_header.scss */

.header .notification:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-color: #fff;
  position: absolute;
  top: 4px;
  right: 4px;
  border-radius: 20px;
  border: 4px solid #FBB357;
}

/* line 54, ../../scss/basestyle/components/_header.scss */

.user-logedin .dropdown-toggle:after {
  vertical-align: middle;
  margin-left: 8px;
  margin-left: 0.5rem;
}

/* line 63, ../../scss/basestyle/components/_header.scss */

.app-switcher a {
  text-decoration: none;
}

/* line 66, ../../scss/basestyle/components/_header.scss */

.app-switcher .card {
  cursor: pointer;
}

/* line 68, ../../scss/basestyle/components/_header.scss */

.app-switcher .card:hover {
  border-color: #adb5bd;
}

/* line 71, ../../scss/basestyle/components/_header.scss */

.app-switcher .card .app-selected {
  position: absolute;
  top: 8px;
  right: 8px;
  background-color: #e9ecef;
  border-radius: 100px;
  padding: 4px;
}

/* line 80, ../../scss/basestyle/components/_header.scss */

.app-switcher .active-app {
  border: 2px solid #adb5bd;
}

@media only screen and (max-width: 576px) {
  /* line 86, ../../scss/basestyle/components/_header.scss */
  .notificationDropdown {
    right: -148px;
  }
}

/* line 95, ../../scss/basestyle/components/_header.scss */

.top-navigation .navbar-nav .nav-item {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

/* line 100, ../../scss/basestyle/components/_header.scss */

.top-navigation .navbar-nav .nav-item .nav-link {
  white-space: nowrap;
  font-size: 13px;
  font-weight: 400;
}

/* line 101, ../../scss/basestyle/components/_header.scss */

.top-navigation .navbar-nav .nav-item .nav-link .nav-icon {
  font-size: 20px;
  vertical-align: bottom;
}

@media only screen and (min-width: 768px) {
  /* line 101, ../../scss/basestyle/components/_header.scss */
  .top-navigation .navbar-nav .nav-item .nav-link .nav-icon {
    display: block;
  }
}

@media only screen and (min-width: 768px) {
  /* line 100, ../../scss/basestyle/components/_header.scss */
  .top-navigation .navbar-nav .nav-item .nav-link {
    text-align: center;
  }
}

/*------------------------------------------------------------------
  [Table of contents]
  
  1. Footer
  
  -------------------------------------------------------------------*/

/* line 9, ../../scss/basestyle/components/_footer.scss */

.footer {
  margin-top: 24px;
  border-top: 1px solid rgba(0, 0, 0, .05);
  padding-top: 24px;
}

/*------------------------------------------------------------------
  [Table of contents]
  
  1. Switch Buttons
  2. Loaders
  3. Toast Messages
  
  -------------------------------------------------------------------*/

/*------------------------------------------------------------------
  [Table of contents]
  
  1. Switch Variables
  2. Switch Style
      2.3. Switch Sizes
  
  -------------------------------------------------------------------*/

/* line 34, ../../scss/basestyle/custom-controls/_switch.scss */

.switch {
  font-size: 0.9375rem;
  position: relative;
}

/* line 38, ../../scss/basestyle/custom-controls/_switch.scss */

.switch input {
  position: absolute;
  height: 1px;
  width: 1px;
  background: none;
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  overflow: hidden;
  padding: 0;
}

/* line 49, ../../scss/basestyle/custom-controls/_switch.scss */

.switch input+label {
  position: relative;
  min-width: calc(3.45rem + 3.2px);
  border-radius: calc(1.725rem + 1.6px);
  height: calc(1.725rem + 1.6px);
  line-height: calc(1.725rem + 1.6px);
  display: inline-block;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  text-indent: calc(3.95rem + 3.2px);
}

/* line 63, ../../scss/basestyle/custom-controls/_switch.scss */

.switch input+label::before, .switch input+label::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: calc(55.2px + 3.2px);
  width: calc(3.45rem + 3.2px);
  bottom: 0;
  display: block;
}

/* line 74, ../../scss/basestyle/custom-controls/_switch.scss */

.switch input+label::before {
  right: 0;
  background-color: #dee2e6;
  border-radius: calc(27.6px + 1.6px);
  border-radius: calc(1.725rem + 1.6px);
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

/* line 81, ../../scss/basestyle/custom-controls/_switch.scss */

.switch input+label::after {
  top: 2px;
  left: 2px;
  width: calc(27.6px - 2.4px);
  width: calc(1.725rem - 2.4px);
  height: calc(27.6px - 2.4px);
  height: calc(1.725rem - 2.4px);
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

/* line 91, ../../scss/basestyle/custom-controls/_switch.scss */

.switch input:checked+label::before {
  background-color: #4B89FC;
}

/* line 95, ../../scss/basestyle/custom-controls/_switch.scss */

.switch input:checked+label::after {
  margin-left: calc(27.6px + 1.6px);
  margin-left: calc(1.725rem + 1.6px);
}

/* line 99, ../../scss/basestyle/custom-controls/_switch.scss */

.switch input:focus+label::before {
  outline: none;
  -webkit-box-shadow: 0 0 0 3.2px rgba(75, 137, 252, .25);
          box-shadow: 0 0 0 3.2px rgba(75, 137, 252, .25);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(75, 137, 252, .25);
          box-shadow: 0 0 0 0.2rem rgba(75, 137, 252, .25);
}

/* line 104, ../../scss/basestyle/custom-controls/_switch.scss */

.switch input:disabled+label {
  color: #868e96;
  cursor: not-allowed;
}

/* line 109, ../../scss/basestyle/custom-controls/_switch.scss */

.switch input:disabled+label::before {
  background-color: #e9ecef;
}

/* line 115, ../../scss/basestyle/custom-controls/_switch.scss */

.switch.switch-sm {
  font-size: 0.82031rem;
}

/* line 119, ../../scss/basestyle/custom-controls/_switch.scss */

.switch.switch-sm input+label {
  min-width: calc(2.76876rem + 3.2px);
  height: calc(1.38438rem + 1.6px);
  line-height: calc(1.38438rem + 1.6px);
  text-indent: calc(3.26876rem + 3.2px);
}

/* line 126, ../../scss/basestyle/custom-controls/_switch.scss */

.switch.switch-sm input+label::before {
  width: calc(44.3px + 3.2px);
  width: calc(2.76876rem + 3.2px);
}

/* line 130, ../../scss/basestyle/custom-controls/_switch.scss */

.switch.switch-sm input+label::after {
  width: calc(22.15px - 2.4px);
  width: calc(1.38438rem - 2.4px);
  height: calc(22.15px - 2.4px);
  height: calc(1.38438rem - 2.4px);
}

/* line 135, ../../scss/basestyle/custom-controls/_switch.scss */

.switch.switch-sm input:checked+label::after {
  margin-left: calc(22.15px + 1.6px);
  margin-left: calc(1.38438rem + 1.6px);
}

/* line 142, ../../scss/basestyle/custom-controls/_switch.scss */

.switch.switch-lg {
  font-size: 1.17188rem;
}

/* line 146, ../../scss/basestyle/custom-controls/_switch.scss */

.switch.switch-lg input+label {
  min-width: calc(4.4125rem + 3.2px);
  height: calc(2.20625rem + 1.6px);
  line-height: calc(2.20625rem + 1.6px);
  text-indent: calc(4.9125rem + 3.2px);
}

/* line 153, ../../scss/basestyle/custom-controls/_switch.scss */

.switch.switch-lg input+label::before {
  width: calc(70.6px + 3.2px);
  width: calc(4.4125rem + 3.2px);
}

/* line 157, ../../scss/basestyle/custom-controls/_switch.scss */

.switch.switch-lg input+label::after {
  width: calc(35.3px - 2.4px);
  width: calc(2.20625rem - 2.4px);
  height: calc(35.3px - 2.4px);
  height: calc(2.20625rem - 2.4px);
}

/* line 162, ../../scss/basestyle/custom-controls/_switch.scss */

.switch.switch-lg input:checked+label::after {
  margin-left: calc(35.3px + 1.6px);
  margin-left: calc(2.20625rem + 1.6px);
}

/* line 168, ../../scss/basestyle/custom-controls/_switch.scss */

.switch+.switch {
  margin-left: 1rem;
}

/*------------------------------------------------------------------
  [Table of contents]
  
  1. Page Preloader
  2. Loader variations
      2.1 Spiner
      2.2 Roller
      2.1 Ripple
      2.1 Ring
      2.1 Hourglass
      2.1 Heart
      2.1 Grid
      2.1 Facebool
      2.1 Ellipsis
      2.1 Dual Ring
      2.1 Default
      2.1 Circle
  
  -------------------------------------------------------------------*/

/* line 26, ../../scss/basestyle/custom-controls/_loaders.scss */

.loader-wrapper {
  position: fixed;
  cursor: wait;
  z-index: 9999;
  background-color: white;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
}

/* line 35, ../../scss/basestyle/custom-controls/_loaders.scss */

.loader-wrapper+.wrapper {
  -webkit-transition: -webkit-filter 0.5s;
  transition: -webkit-filter 0.5s;
  transition: filter 0.5s;
  transition: filter 0.5s, -webkit-filter 0.5s;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="4" /></filter></svg>#filter');
  -webkit-filter: blur(4px);
          filter: blur(4px);
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 35, ../../scss/basestyle/custom-controls/_loaders.scss */
  .loader-wrapper+.wrapper {
    -webkit-transition: none;
    transition: none;
  }
}

/* line 42, ../../scss/basestyle/custom-controls/_loaders.scss */

.loader-wrapper.incomponent {
  position: absolute;
  background-color: rgba(255, 255, 255, .7);
  display: none;
}

/* line 50, ../../scss/basestyle/custom-controls/_loaders.scss */

.loader-wrapper .spinner {
  width: 66px;
  height: 66px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-animation: contanim 2s linear infinite;
          animation: contanim 2s linear infinite;
}

/* line 65, ../../scss/basestyle/custom-controls/_loaders.scss */

.loader-wrapper svg {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

/* line 72, ../../scss/basestyle/custom-controls/_loaders.scss */

.loader-wrapper svg:nth-child(1) circle {
  stroke: #69BA6D;
  stroke-dasharray: 1, 300;
  stroke-dashoffset: 0;
  -webkit-animation: strokeanim 3s 0.2s ease infinite;
          animation: strokeanim 3s 0.2s ease infinite;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

/* line 72, ../../scss/basestyle/custom-controls/_loaders.scss */

.loader-wrapper svg:nth-child(2) circle {
  stroke: #EA585A;
  stroke-dasharray: 1, 300;
  stroke-dashoffset: 0;
  -webkit-animation: strokeanim 3s 0.4s ease infinite;
          animation: strokeanim 3s 0.4s ease infinite;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

/* line 72, ../../scss/basestyle/custom-controls/_loaders.scss */

.loader-wrapper svg:nth-child(3) circle {
  stroke: #FBB357;
  stroke-dasharray: 1, 300;
  stroke-dashoffset: 0;
  -webkit-animation: strokeanim 3s 0.6s ease infinite;
          animation: strokeanim 3s 0.6s ease infinite;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

/* line 72, ../../scss/basestyle/custom-controls/_loaders.scss */

.loader-wrapper svg:nth-child(4) circle {
  stroke: #4B89FC;
  stroke-dasharray: 1, 300;
  stroke-dashoffset: 0;
  -webkit-animation: strokeanim 3s 0.8s ease infinite;
          animation: strokeanim 3s 0.8s ease infinite;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

@-webkit-keyframes strokeanim {
  0% {
    stroke-dasharray: 1, 300;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 120, 300;
    stroke-dashoffset: -58.54832;
  }
  100% {
    stroke-dasharray: 120, 300;
    stroke-dashoffset: -175.64497;
  }
}

@keyframes strokeanim {
  0% {
    stroke-dasharray: 1, 300;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 120, 300;
    stroke-dashoffset: -58.54832;
  }
  100% {
    stroke-dasharray: 120, 300;
    stroke-dashoffset: -175.64497;
  }
}

@-webkit-keyframes contanim {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes contanim {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/****************************************************
   More Loader Designs 
  *****************************************************/

/* Spiner */

/* line 127, ../../scss/basestyle/custom-controls/_loaders.scss */

.lds-spinner {
  color: official;
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

/* line 134, ../../scss/basestyle/custom-controls/_loaders.scss */

.lds-spinner div {
  -webkit-transform-origin: 40px 40px;
          transform-origin: 40px 40px;
  -webkit-animation: lds-spinner 1.2s linear infinite;
          animation: lds-spinner 1.2s linear infinite;
}

/* line 138, ../../scss/basestyle/custom-controls/_loaders.scss */

.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: #FBB357;
}

/* line 149, ../../scss/basestyle/custom-controls/_loaders.scss */

.lds-spinner div:nth-child(1) {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s;
}

/* line 153, ../../scss/basestyle/custom-controls/_loaders.scss */

.lds-spinner div:nth-child(2) {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}

/* line 157, ../../scss/basestyle/custom-controls/_loaders.scss */

.lds-spinner div:nth-child(3) {
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s;
}

/* line 161, ../../scss/basestyle/custom-controls/_loaders.scss */

.lds-spinner div:nth-child(4) {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}

/* line 165, ../../scss/basestyle/custom-controls/_loaders.scss */

.lds-spinner div:nth-child(5) {
  -webkit-transform: rotate(120deg);
          transform: rotate(120deg);
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s;
}

/* line 169, ../../scss/basestyle/custom-controls/_loaders.scss */

.lds-spinner div:nth-child(6) {
  -webkit-transform: rotate(150deg);
          transform: rotate(150deg);
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s;
}

/* line 173, ../../scss/basestyle/custom-controls/_loaders.scss */

.lds-spinner div:nth-child(7) {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
}

/* line 177, ../../scss/basestyle/custom-controls/_loaders.scss */

.lds-spinner div:nth-child(8) {
  -webkit-transform: rotate(210deg);
          transform: rotate(210deg);
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}

/* line 181, ../../scss/basestyle/custom-controls/_loaders.scss */

.lds-spinner div:nth-child(9) {
  -webkit-transform: rotate(240deg);
          transform: rotate(240deg);
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}

/* line 185, ../../scss/basestyle/custom-controls/_loaders.scss */

.lds-spinner div:nth-child(10) {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}

/* line 189, ../../scss/basestyle/custom-controls/_loaders.scss */

.lds-spinner div:nth-child(11) {
  -webkit-transform: rotate(300deg);
          transform: rotate(300deg);
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s;
}

/* line 193, ../../scss/basestyle/custom-controls/_loaders.scss */

.lds-spinner div:nth-child(12) {
  -webkit-transform: rotate(330deg);
          transform: rotate(330deg);
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

@-webkit-keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* Roller */

/* line 214, ../../scss/basestyle/custom-controls/_loaders.scss */

.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

/* line 220, ../../scss/basestyle/custom-controls/_loaders.scss */

.lds-roller div {
  -webkit-animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
          animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  -webkit-transform-origin: 40px 40px;
          transform-origin: 40px 40px;
}

/* line 224, ../../scss/basestyle/custom-controls/_loaders.scss */

.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #4B89FC;
  margin: -4px 0 0 -4px;
}

/* line 234, ../../scss/basestyle/custom-controls/_loaders.scss */

.lds-roller div:nth-child(1) {
  -webkit-animation-delay: -0.036s;
          animation-delay: -0.036s;
}

/* line 237, ../../scss/basestyle/custom-controls/_loaders.scss */

.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}

/* line 241, ../../scss/basestyle/custom-controls/_loaders.scss */

.lds-roller div:nth-child(2) {
  -webkit-animation-delay: -0.072s;
          animation-delay: -0.072s;
}

/* line 244, ../../scss/basestyle/custom-controls/_loaders.scss */

.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}

/* line 248, ../../scss/basestyle/custom-controls/_loaders.scss */

.lds-roller div:nth-child(3) {
  -webkit-animation-delay: -0.108s;
          animation-delay: -0.108s;
}

/* line 251, ../../scss/basestyle/custom-controls/_loaders.scss */

.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}

/* line 255, ../../scss/basestyle/custom-controls/_loaders.scss */

.lds-roller div:nth-child(4) {
  -webkit-animation-delay: -0.144s;
          animation-delay: -0.144s;
}

/* line 258, ../../scss/basestyle/custom-controls/_loaders.scss */

.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}

/* line 262, ../../scss/basestyle/custom-controls/_loaders.scss */

.lds-roller div:nth-child(5) {
  -webkit-animation-delay: -0.18s;
          animation-delay: -0.18s;
}

/* line 265, ../../scss/basestyle/custom-controls/_loaders.scss */

.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}

/* line 269, ../../scss/basestyle/custom-controls/_loaders.scss */

.lds-roller div:nth-child(6) {
  -webkit-animation-delay: -0.216s;
          animation-delay: -0.216s;
}

/* line 272, ../../scss/basestyle/custom-controls/_loaders.scss */

.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}

/* line 276, ../../scss/basestyle/custom-controls/_loaders.scss */

.lds-roller div:nth-child(7) {
  -webkit-animation-delay: -0.252s;
          animation-delay: -0.252s;
}

/* line 279, ../../scss/basestyle/custom-controls/_loaders.scss */

.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}

/* line 283, ../../scss/basestyle/custom-controls/_loaders.scss */

.lds-roller div:nth-child(8) {
  -webkit-animation-delay: -0.288s;
          animation-delay: -0.288s;
}

/* line 286, ../../scss/basestyle/custom-controls/_loaders.scss */

.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}

@-webkit-keyframes lds-roller {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes lds-roller {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/* Ripple */

/* line 308, ../../scss/basestyle/custom-controls/_loaders.scss */

.lds-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

/* line 314, ../../scss/basestyle/custom-controls/_loaders.scss */

.lds-ripple div {
  position: absolute;
  border: 4px solid #EA585A;
  opacity: 1;
  border-radius: 50%;
  -webkit-animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
          animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

/* line 321, ../../scss/basestyle/custom-controls/_loaders.scss */

.lds-ripple div:nth-child(2) {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
}

@-webkit-keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}

@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}

/* Ring */

/* line 349, ../../scss/basestyle/custom-controls/_loaders.scss */

.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

/* line 355, ../../scss/basestyle/custom-controls/_loaders.scss */

.lds-ring div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #69BA6D;
  border-radius: 50%;
  -webkit-animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
          animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #69BA6D transparent transparent transparent;
}

/* line 367, ../../scss/basestyle/custom-controls/_loaders.scss */

.lds-ring div:nth-child(1) {
  -webkit-animation-delay: -0.45s;
          animation-delay: -0.45s;
}

/* line 370, ../../scss/basestyle/custom-controls/_loaders.scss */

.lds-ring div:nth-child(2) {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}

/* line 373, ../../scss/basestyle/custom-controls/_loaders.scss */

.lds-ring div:nth-child(3) {
  -webkit-animation-delay: -0.15s;
          animation-delay: -0.15s;
}

@-webkit-keyframes lds-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes lds-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/* Hourglass */

/* line 397, ../../scss/basestyle/custom-controls/_loaders.scss */

.lds-hourglass {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

/* line 403, ../../scss/basestyle/custom-controls/_loaders.scss */

.lds-hourglass:after {
  content: " ";
  display: block;
  border-radius: 50%;
  width: 0;
  height: 0;
  margin: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 32px solid #48a1af;
  border-color: #48a1af transparent #48a1af transparent;
  -webkit-animation: lds-hourglass 1.2s infinite;
          animation: lds-hourglass 1.2s infinite;
}

@-webkit-keyframes lds-hourglass {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    -webkit-transform: rotate(900deg);
            transform: rotate(900deg);
    -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);
  }
  100% {
    -webkit-transform: rotate(1800deg);
            transform: rotate(1800deg);
  }
}

@keyframes lds-hourglass {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    -webkit-transform: rotate(900deg);
            transform: rotate(900deg);
    -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);
  }
  100% {
    -webkit-transform: rotate(1800deg);
            transform: rotate(1800deg);
  }
}

/* Heart */

/* line 438, ../../scss/basestyle/custom-controls/_loaders.scss */

.lds-heart {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 40px 40px;
          transform-origin: 40px 40px;
}

/* line 446, ../../scss/basestyle/custom-controls/_loaders.scss */

.lds-heart div {
  top: 32px;
  left: 32px;
  position: absolute;
  width: 32px;
  height: 32px;
  background: #EA585A;
  -webkit-animation: lds-heart 1.2s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
          animation: lds-heart 1.2s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* line 455, ../../scss/basestyle/custom-controls/_loaders.scss */

.lds-heart div:after, .lds-heart div:before {
  content: " ";
  position: absolute;
  display: block;
  width: 32px;
  height: 32px;
  background: #EA585A;
}

/* line 464, ../../scss/basestyle/custom-controls/_loaders.scss */

.lds-heart div:before {
  left: -24px;
  border-radius: 50% 0 0 50%;
}

/* line 468, ../../scss/basestyle/custom-controls/_loaders.scss */

.lds-heart div:after {
  top: -24px;
  border-radius: 50% 50% 0 0;
}

@-webkit-keyframes lds-heart {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  5% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  39% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  60% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}

@keyframes lds-heart {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  5% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  39% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  60% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}

/* Grid */

/* line 499, ../../scss/basestyle/custom-controls/_loaders.scss */

.lds-grid {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

/* line 505, ../../scss/basestyle/custom-controls/_loaders.scss */

.lds-grid div {
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #6c757d;
  -webkit-animation: lds-grid 1.2s linear infinite;
          animation: lds-grid 1.2s linear infinite;
}

/* line 513, ../../scss/basestyle/custom-controls/_loaders.scss */

.lds-grid div:nth-child(1) {
  top: 8px;
  left: 8px;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

/* line 518, ../../scss/basestyle/custom-controls/_loaders.scss */

.lds-grid div:nth-child(2) {
  top: 8px;
  left: 32px;
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}

/* line 523, ../../scss/basestyle/custom-controls/_loaders.scss */

.lds-grid div:nth-child(3) {
  top: 8px;
  left: 56px;
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}

/* line 528, ../../scss/basestyle/custom-controls/_loaders.scss */

.lds-grid div:nth-child(4) {
  top: 32px;
  left: 8px;
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}

/* line 533, ../../scss/basestyle/custom-controls/_loaders.scss */

.lds-grid div:nth-child(5) {
  top: 32px;
  left: 32px;
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}

/* line 538, ../../scss/basestyle/custom-controls/_loaders.scss */

.lds-grid div:nth-child(6) {
  top: 32px;
  left: 56px;
  -webkit-animation-delay: -1.2s;
          animation-delay: -1.2s;
}

/* line 543, ../../scss/basestyle/custom-controls/_loaders.scss */

.lds-grid div:nth-child(7) {
  top: 56px;
  left: 8px;
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}

/* line 548, ../../scss/basestyle/custom-controls/_loaders.scss */

.lds-grid div:nth-child(8) {
  top: 56px;
  left: 32px;
  -webkit-animation-delay: -1.2s;
          animation-delay: -1.2s;
}

/* line 553, ../../scss/basestyle/custom-controls/_loaders.scss */

.lds-grid div:nth-child(9) {
  top: 56px;
  left: 56px;
  -webkit-animation-delay: -1.6s;
          animation-delay: -1.6s;
}

@-webkit-keyframes lds-grid {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}

@keyframes lds-grid {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}

/* Facebook */

/* line 574, ../../scss/basestyle/custom-controls/_loaders.scss */

.lds-facebook {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

/* line 580, ../../scss/basestyle/custom-controls/_loaders.scss */

.lds-facebook div {
  display: inline-block;
  position: absolute;
  left: 8px;
  width: 16px;
  background: #4B89FC;
  -webkit-animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
          animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}

/* line 588, ../../scss/basestyle/custom-controls/_loaders.scss */

.lds-facebook div:nth-child(1) {
  left: 8px;
  -webkit-animation-delay: -0.24s;
          animation-delay: -0.24s;
}

/* line 592, ../../scss/basestyle/custom-controls/_loaders.scss */

.lds-facebook div:nth-child(2) {
  left: 32px;
  -webkit-animation-delay: -0.12s;
          animation-delay: -0.12s;
}

/* line 596, ../../scss/basestyle/custom-controls/_loaders.scss */

.lds-facebook div:nth-child(3) {
  left: 56px;
  -webkit-animation-delay: 0;
          animation-delay: 0;
}

@-webkit-keyframes lds-facebook {
  0% {
    top: 8px;
    height: 64px;
  }
  50%, 100% {
    top: 24px;
    height: 32px;
  }
}

@keyframes lds-facebook {
  0% {
    top: 8px;
    height: 64px;
  }
  50%, 100% {
    top: 24px;
    height: 32px;
  }
}

/* Ellipsis */

/* line 620, ../../scss/basestyle/custom-controls/_loaders.scss */

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

/* line 626, ../../scss/basestyle/custom-controls/_loaders.scss */

.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #FBB357;
  -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
          animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

/* line 635, ../../scss/basestyle/custom-controls/_loaders.scss */

.lds-ellipsis div:nth-child(1) {
  left: 8px;
  -webkit-animation: lds-ellipsis1 0.6s infinite;
          animation: lds-ellipsis1 0.6s infinite;
}

/* line 639, ../../scss/basestyle/custom-controls/_loaders.scss */

.lds-ellipsis div:nth-child(2) {
  left: 8px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
          animation: lds-ellipsis2 0.6s infinite;
}

/* line 643, ../../scss/basestyle/custom-controls/_loaders.scss */

.lds-ellipsis div:nth-child(3) {
  left: 32px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
          animation: lds-ellipsis2 0.6s infinite;
}

/* line 647, ../../scss/basestyle/custom-controls/_loaders.scss */

.lds-ellipsis div:nth-child(4) {
  left: 56px;
  -webkit-animation: lds-ellipsis3 0.6s infinite;
          animation: lds-ellipsis3 0.6s infinite;
}

@-webkit-keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}

@keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}

@-webkit-keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(24px, 0);
            transform: translate(24px, 0);
  }
}

@keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(24px, 0);
            transform: translate(24px, 0);
  }
}

/* Dual Ring */

/* line 684, ../../scss/basestyle/custom-controls/_loaders.scss */

.lds-dual-ring {
  display: inline-block;
  width: 80px;
  height: 80px;
}

/* line 689, ../../scss/basestyle/custom-controls/_loaders.scss */

.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #69BA6D;
  border-color: #69BA6D transparent #69BA6D transparent;
  -webkit-animation: lds-dual-ring 1.2s linear infinite;
          animation: lds-dual-ring 1.2s linear infinite;
}

@-webkit-keyframes lds-dual-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes lds-dual-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/* Default */

/* line 722, ../../scss/basestyle/custom-controls/_loaders.scss */

.lds-default {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

/* line 728, ../../scss/basestyle/custom-controls/_loaders.scss */

.lds-default div {
  position: absolute;
  width: 6px;
  height: 6px;
  background: #48a1af;
  border-radius: 50%;
  -webkit-animation: lds-default 1.2s linear infinite;
          animation: lds-default 1.2s linear infinite;
}

/* line 736, ../../scss/basestyle/custom-controls/_loaders.scss */

.lds-default div:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  top: 37px;
  left: 66px;
}

/* line 741, ../../scss/basestyle/custom-controls/_loaders.scss */

.lds-default div:nth-child(2) {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s;
  top: 22px;
  left: 62px;
}

/* line 746, ../../scss/basestyle/custom-controls/_loaders.scss */

.lds-default div:nth-child(3) {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
  top: 11px;
  left: 52px;
}

/* line 751, ../../scss/basestyle/custom-controls/_loaders.scss */

.lds-default div:nth-child(4) {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
  top: 7px;
  left: 37px;
}

/* line 756, ../../scss/basestyle/custom-controls/_loaders.scss */

.lds-default div:nth-child(5) {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
  top: 11px;
  left: 22px;
}

/* line 761, ../../scss/basestyle/custom-controls/_loaders.scss */

.lds-default div:nth-child(6) {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
  top: 22px;
  left: 11px;
}

/* line 766, ../../scss/basestyle/custom-controls/_loaders.scss */

.lds-default div:nth-child(7) {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s;
  top: 37px;
  left: 7px;
}

/* line 771, ../../scss/basestyle/custom-controls/_loaders.scss */

.lds-default div:nth-child(8) {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s;
  top: 52px;
  left: 11px;
}

/* line 776, ../../scss/basestyle/custom-controls/_loaders.scss */

.lds-default div:nth-child(9) {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
  top: 62px;
  left: 22px;
}

/* line 781, ../../scss/basestyle/custom-controls/_loaders.scss */

.lds-default div:nth-child(10) {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s;
  top: 66px;
  left: 37px;
}

/* line 786, ../../scss/basestyle/custom-controls/_loaders.scss */

.lds-default div:nth-child(11) {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
  top: 62px;
  left: 52px;
}

/* line 791, ../../scss/basestyle/custom-controls/_loaders.scss */

.lds-default div:nth-child(12) {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s;
  top: 52px;
  left: 62px;
}

@-webkit-keyframes lds-default {
  0%, 20%, 80%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}

@keyframes lds-default {
  0%, 20%, 80%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}

/* Circle */

/* line 813, ../../scss/basestyle/custom-controls/_loaders.scss */

.lds-circle {
  display: inline-block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  background: #4B89FC;
  -webkit-animation: lds-circle 2.4s cubic-bezier(0, 0.2, 0.8, 1) infinite;
          animation: lds-circle 2.4s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

@-webkit-keyframes lds-circle {
  0%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
            animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
  }
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  50% {
    -webkit-transform: rotateY(1800deg);
            transform: rotateY(1800deg);
    -webkit-animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
            animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
  }
  100% {
    -webkit-transform: rotateY(3600deg);
            transform: rotateY(3600deg);
  }
}

@keyframes lds-circle {
  0%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
            animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
  }
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  50% {
    -webkit-transform: rotateY(1800deg);
            transform: rotateY(1800deg);
    -webkit-animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
            animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
  }
  100% {
    -webkit-transform: rotateY(3600deg);
            transform: rotateY(3600deg);
  }
}

/*------------------------------------------------------------------
  [Table of contents]
  
  1. Toast Style
      1.2 Toast Positions
  
  -------------------------------------------------------------------*/

/* placement = right, left, center */

/* alignment = top, bottom */

/* line 18, ../../scss/basestyle/custom-controls/_toast.scss */

.toast {
  position: fixed;
  z-index: 1022;
  bottom: 2rem;
  right: 2rem;
  max-width: 280px;
  border-radius: 0.25rem;
}

/* line 27, ../../scss/basestyle/custom-controls/_toast.scss */

.toast>.alert {
  -webkit-box-shadow: 0px 0px 1rem rgba(0, 0, 0, .15);
          box-shadow: 0px 0px 1rem rgba(0, 0, 0, .15);
}

/* line 31, ../../scss/basestyle/custom-controls/_toast.scss */

.toast>*:last-child {
  margin-bottom: 0px;
}

/* line 37, ../../scss/basestyle/custom-controls/_toast.scss */

.toast.top-right {
  bottom: auto;
  top: 2rem;
}

/* line 41, ../../scss/basestyle/custom-controls/_toast.scss */

.toast.bottom-right {
  bottom: 2rem;
  right: 2rem;
}

/* line 47, ../../scss/basestyle/custom-controls/_toast.scss */

.toast.top-left {
  bottom: auto;
  top: 2rem;
  left: 2rem;
  right: auto;
}

/* line 53, ../../scss/basestyle/custom-controls/_toast.scss */

.toast.bottom-left {
  bottom: 2rem;
  left: 2rem;
  right: auto;
}

/* line 60, ../../scss/basestyle/custom-controls/_toast.scss */

.toast.top-center {
  bottom: auto;
  top: 2rem;
  left: 0;
  right: 0;
  margin: auto;
}

/* line 67, ../../scss/basestyle/custom-controls/_toast.scss */

.toast.bottom-center {
  bottom: 2rem;
  top: auto;
  margin: auto;
  left: 0;
  right: 0;
}

/*------------------------------------------------------------------
  [Table of contents]
  
  1. Font Weights
  2. Whitespace Normal
  3. Material Icons Sizes
  4. Shapes
  5. Borders
  
  -------------------------------------------------------------------*/

/* Font Weights */

/* line 14, ../../scss/basestyle/_utilities.scss */

.weight-300 {
  font-weight: 300;
}

/* line 17, ../../scss/basestyle/_utilities.scss */

.weight-400 {
  font-weight: 400;
}

/* Whitespace Normal */

/* line 24, ../../scss/basestyle/_utilities.scss */

.whitespace-normal {
  white-space: normal;
}

/* Material Icons */

/* line 31, ../../scss/basestyle/_utilities.scss */

.material-icons.md-16 {
  font-size: 16px;
}

/* line 32, ../../scss/basestyle/_utilities.scss */

.material-icons.md-18 {
  font-size: 18px;
}

/* line 33, ../../scss/basestyle/_utilities.scss */

.material-icons.md-20 {
  font-size: 20px;
}

/* line 34, ../../scss/basestyle/_utilities.scss */

.material-icons.md-24 {
  font-size: 24px;
}

/* line 35, ../../scss/basestyle/_utilities.scss */

.material-icons.md-36 {
  font-size: 36px;
}

/* line 36, ../../scss/basestyle/_utilities.scss */

.material-icons.md-48 {
  font-size: 48px;
}

/* Shapes */

/* line 42, ../../scss/basestyle/_utilities.scss */

.circle {
  border-radius: 100px !important;
}

/* line 45, ../../scss/basestyle/_utilities.scss */

.flat {
  border-radius: 0px !important;
}

/* Borders */

/* line 52, ../../scss/basestyle/_utilities.scss */

.border-width-light {
  border-width: 2px !important;
}

/* line 56, ../../scss/basestyle/_utilities.scss */

.border-width-medium {
  border-width: 3px !important;
}

/* line 61, ../../scss/basestyle/_utilities.scss */

hr.dashed {
  border-style: dashed;
}

/* Setting Min Height for no contant page */

/* line 72, ../../scss/basestyle/style.scss */

.content {
  min-height: calc(100vh - 260px);
}

/* line 78, ../../scss/basestyle/style.scss */

.content-wrapper {
  padding: 24px;
}

@media only screen and (max-width: 576px) {
  /* line 78, ../../scss/basestyle/style.scss */
  .content-wrapper {
    padding: 24px 12px;
  }
}

/* User Initials Circle */

/* line 88, ../../scss/basestyle/style.scss */

.user-initials {
  display: inline-block;
  height: 2.2rem;
  border-radius: 100%;
  line-height: 2.2rem;
  font-weight: 400;
  width: 2.2rem;
  background-color: #ccc;
  text-align: center;
  text-transform: uppercase;
}

/* Status Circle */

/* line 102, ../../scss/basestyle/style.scss */

.status-circle {
  height: 16px;
  width: 16px;
  border-radius: 10px;
  display: inline-block;
  border: 4px solid #ccc;
}

/* Horizontal Overflow Scroll */

/* line 112, ../../scss/basestyle/style.scss */

.overflow-horizontal-scroll {
  white-space: nowrap;
  overflow: auto;
  width: 100%;
}

/****************************************
  Page Title & Controls
  ****************************************/

/* line 128, ../../scss/basestyle/style.scss */

.page-tilte {
  margin-bottom: 24px;
}

/* line 131, ../../scss/basestyle/style.scss */

.page-tilte .title {
  margin-bottom: 0.2rem;
  color: #343a40;
  font-weight: 300;
}

/* line 136, ../../scss/basestyle/style.scss */

.page-tilte .desc {
  font-size: 14px;
}

/* line 140, ../../scss/basestyle/style.scss */

.page-tilte .controls input[type='search'], .page-tilte .controls .width-260 {
  max-width: 260px;
}

/* line 143, ../../scss/basestyle/style.scss */

.page-tilte .controls>* {
  vertical-align: top;
}

/* line 145, ../../scss/basestyle/style.scss */

.page-tilte .controls>*+* {
  margin-left: 0.75rem;
}

/***************************************************
  Step by Step Wizard
  ***************************************************/

/* line 165, ../../scss/basestyle/style.scss */

.wizard .steps li {
  margin-bottom: -1px;
  border-bottom: 3px solid #a7a4a4;
}

/***************************************************
  Recent Activites (used in dashboard)
  ***************************************************/

/* line 182, ../../scss/basestyle/style.scss */

.recent-activites {
  position: relative;
}

/* line 184, ../../scss/basestyle/style.scss */

.recent-activites:before {
  content: '';
  display: inline-block;
  height: 100%;
  position: absolute;
  left: 10px;
  width: 4px;
  background-color: #f2f2f2;
}

/* line 193, ../../scss/basestyle/style.scss */

.recent-activites li {
  position: relative;
  padding-left: 42px;
}

/* line 196, ../../scss/basestyle/style.scss */

.recent-activites li .activity-icon {
  display: inline-block;
  border-width: 4px;
  border-style: solid;
  height: 18px;
  width: 18px;
  position: absolute;
  left: 3px;
  background-color: #fff;
  top: 0px;
  bottom: 0px;
  margin: auto;
  border-radius: 20px;
}

/* line 211, ../../scss/basestyle/style.scss */

.recent-activites li+li {
  margin-top: 28px;
}

/* line 219, ../../scss/basestyle/style.scss */

.dashboard-messages {
  height: calc(100% - 56px);
}

/***************************************************
  Generating Lighten Color 
  ***************************************************/

/* line 6, ../../scss/bootstrap/mixins/_background-variant.scss */

.bg-primary-light25 {
  background-color: #c8dbfe !important;
}

/* line 17, ../../scss/bootstrap/mixins/_hover.scss */

a.bg-primary-light25:hover, a.bg-primary-light25:focus, button.bg-primary-light25:hover, button.bg-primary-light25:focus {
  background-color: #96bafd !important;
}

/* line 6, ../../scss/bootstrap/mixins/_background-variant.scss */

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

/* line 17, ../../scss/bootstrap/mixins/_hover.scss */

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

/* line 6, ../../scss/bootstrap/mixins/_background-variant.scss */

.bg-success-light25 {
  background-color: #c0e2c2 !important;
}

/* line 17, ../../scss/bootstrap/mixins/_hover.scss */

a.bg-success-light25:hover, a.bg-success-light25:focus, button.bg-success-light25:hover, button.bg-success-light25:focus {
  background-color: #9dd2a0 !important;
}

/* line 6, ../../scss/bootstrap/mixins/_background-variant.scss */

.bg-info-light25 {
  background-color: #9fd0d8 !important;
}

/* line 17, ../../scss/bootstrap/mixins/_hover.scss */

a.bg-info-light25:hover, a.bg-info-light25:focus, button.bg-info-light25:hover, button.bg-info-light25:focus {
  background-color: #7bbec9 !important;
}

/* line 6, ../../scss/bootstrap/mixins/_background-variant.scss */

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

/* line 17, ../../scss/bootstrap/mixins/_hover.scss */

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

/* line 6, ../../scss/bootstrap/mixins/_background-variant.scss */

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

/* line 17, ../../scss/bootstrap/mixins/_hover.scss */

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

/* line 6, ../../scss/bootstrap/mixins/_background-variant.scss */

.bg-light-light25 {
  background-color: white !important;
}

/* line 17, ../../scss/bootstrap/mixins/_hover.scss */

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

/* line 6, ../../scss/bootstrap/mixins/_background-variant.scss */

.bg-dark-light25 {
  background-color: #6d7a86 !important;
}

/* line 17, ../../scss/bootstrap/mixins/_hover.scss */

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

/***************************************************
  Fixed width columns
  ***************************************************/

/* line 259, ../../scss/basestyle/style.scss */

.fixed-width.col.extra-small {
  max-width: 120px;
}

/* line 262, ../../scss/basestyle/style.scss */

.fixed-width.col.small {
  max-width: 180px;
}

/* line 265, ../../scss/basestyle/style.scss */

.fixed-width.col.medium {
  max-width: 240px;
}

/* line 268, ../../scss/basestyle/style.scss */

.fixed-width.col.large {
  max-width: 380px;
}

/* line 271, ../../scss/basestyle/style.scss */

.fixed-width.col.extra-large {
  max-width: 480px;
}

@media (min-width: 576px) {
  /* line 259, ../../scss/basestyle/style.scss */
  .fixed-width.col-sm.extra-small {
    max-width: 120px;
  }
  /* line 262, ../../scss/basestyle/style.scss */
  .fixed-width.col-sm.small {
    max-width: 180px;
  }
  /* line 265, ../../scss/basestyle/style.scss */
  .fixed-width.col-sm.medium {
    max-width: 240px;
  }
  /* line 268, ../../scss/basestyle/style.scss */
  .fixed-width.col-sm.large {
    max-width: 380px;
  }
  /* line 271, ../../scss/basestyle/style.scss */
  .fixed-width.col-sm.extra-large {
    max-width: 480px;
  }
}

@media (min-width: 768px) {
  /* line 259, ../../scss/basestyle/style.scss */
  .fixed-width.col-md.extra-small {
    max-width: 120px;
  }
  /* line 262, ../../scss/basestyle/style.scss */
  .fixed-width.col-md.small {
    max-width: 180px;
  }
  /* line 265, ../../scss/basestyle/style.scss */
  .fixed-width.col-md.medium {
    max-width: 240px;
  }
  /* line 268, ../../scss/basestyle/style.scss */
  .fixed-width.col-md.large {
    max-width: 380px;
  }
  /* line 271, ../../scss/basestyle/style.scss */
  .fixed-width.col-md.extra-large {
    max-width: 480px;
  }
}

@media (min-width: 992px) {
  /* line 259, ../../scss/basestyle/style.scss */
  .fixed-width.col-lg.extra-small {
    max-width: 120px;
  }
  /* line 262, ../../scss/basestyle/style.scss */
  .fixed-width.col-lg.small {
    max-width: 180px;
  }
  /* line 265, ../../scss/basestyle/style.scss */
  .fixed-width.col-lg.medium {
    max-width: 240px;
  }
  /* line 268, ../../scss/basestyle/style.scss */
  .fixed-width.col-lg.large {
    max-width: 380px;
  }
  /* line 271, ../../scss/basestyle/style.scss */
  .fixed-width.col-lg.extra-large {
    max-width: 480px;
  }
}

@media (min-width: 1200px) {
  /* line 259, ../../scss/basestyle/style.scss */
  .fixed-width.col-xl.extra-small {
    max-width: 120px;
  }
  /* line 262, ../../scss/basestyle/style.scss */
  .fixed-width.col-xl.small {
    max-width: 180px;
  }
  /* line 265, ../../scss/basestyle/style.scss */
  .fixed-width.col-xl.medium {
    max-width: 240px;
  }
  /* line 268, ../../scss/basestyle/style.scss */
  .fixed-width.col-xl.large {
    max-width: 380px;
  }
  /* line 271, ../../scss/basestyle/style.scss */
  .fixed-width.col-xl.extra-large {
    max-width: 480px;
  }
}

/***************************************************
  You can remove these (only for demo purpose)
  ***************************************************/

/* Icon Preview */

/* line 295, ../../scss/basestyle/style.scss */

.icon-preview {
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 140px;
      -ms-flex: 0 0 140px;
          flex: 0 0 140px;
  max-width: 140px;
  overflow: hidden;
}

/* line 301, ../../scss/basestyle/style.scss */

.icon-preview small {
  display: block;
  width: 100%;
}

/* Buy Now button at right bottom */

/* line 309, ../../scss/basestyle/style.scss */

.buynow-btn {
  border-radius: 100px;
  line-height: 36px;
  width: 50px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, .2);
          box-shadow: 0px 0px 6px rgba(0, 0, 0, .2);
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 309, ../../scss/basestyle/style.scss */
  .buynow-btn {
    -webkit-transition: none;
    transition: none;
  }
}

/* line 320, ../../scss/basestyle/style.scss */

.buynow-btn:hover {
  width: 180px;
}

/* Theme Setting  Color Swatch*/

/* line 327, ../../scss/basestyle/style.scss */

.color-swatch {
  height: 120px;
  background-color: #d3dce9;
  cursor: pointer;
  margin-bottom: 1.5rem;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
  border: 6px solid #fff;
}

/* line 334, ../../scss/basestyle/style.scss */

.color-swatch .left-bar {
  width: 25%;
  height: 100%;
  float: left;
}

/* line 339, ../../scss/basestyle/style.scss */

.color-swatch .top-bar {
  height: 12%;
}.ant-table .ant-table-thead tr th{padding:16px 5px}.ant-table .ant-table-thead tr th div{width:auto}.ant-table .ant-table-tbody tr td{padding:5px}
._9-UZd1qqKKzr1KodgdSjQ{padding:5px 0 15px}._9-UZd1qqKKzr1KodgdSjQ h3{color:#000;font-size:20px;margin-bottom:7px}._9-UZd1qqKKzr1KodgdSjQ p{font-size:13px;color:#333}._9-UZd1qqKKzr1KodgdSjQ p span{color:#999;display:inline-block;margin-right:3px}
.ant-menu{z-index:10;position:relative}.ant-menu li::after{display:none !important}.ant-menu li.toggle{position:absolute;top:5px;right:-80px;width:80px;left:auto;padding:0 0 0 20px !important}.ant-menu li.toggle button{border:0}.ant-menu li.toggle i{margin-right:0 !important}.ant-menu li.ant-menu-submenu-selected>div{background:#25476a;color:#fff;-webkit-transition-duration:0.4s;transition-duration:0.4s}.ant-menu li.ant-menu-submenu-selected>div i::after,.ant-menu li.ant-menu-submenu-selected>div i::before{background:#fff !important}.ant-menu li.ant-menu-submenu-selected>div:hover{color:#fff !important;-webkit-box-shadow:1px 1px 5px #333;box-shadow:1px 1px 5px #333}.ant-menu li.ant-menu-submenu-selected>div:hover i::after,.ant-menu li.ant-menu-submenu-selected>div:hover i::before{background:#fff !important}.ant-menu li.ant-menu-submenu-open{color:#25476a !important}.ant-menu li>div{width:auto !important;margin:0 5px !important;border-radius:3px}.ant-menu li>div:hover{color:#25476a !important}.ant-menu li>div:hover i::after,.ant-menu li>div:hover i::before{background:#25476a !important}.ant-menu li>div:active{background:#25476a !important;color:#fff !important}.ant-menu li>div:active i::after,.ant-menu li>div:active i::before{background:#fff !important}.ant-menu li>div span{font-size:16px !important}.ant-menu li>div span i{font-size:17px !important}.ant-menu li>ul{background:#fafafa !important}.ant-menu li>ul li{margin:0 !important}.ant-menu li>ul li:hover{color:#25476a}.ant-menu li>ul li:active{background:#fff}.ant-menu .ant-menu-item-selected{background:#fff !important;font-weight:bold;color:#25476a}.ant-menu .ant-menu-item-selected:active{background:#fff}.ant-menu .ant-menu-item:hover{color:#25476a !important;background:#fff}.ant-menu .logo{height:60px !important;line-height:60px !important;color:#fff;text-align:center;font-size:18px !important;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAoCAMAAADezbogAAAAbFBMVEUpTXOs20eHtFMrT3IuU3FBZ2qbyExZgWJnkF6k0kqhz0qm1Ek0WG9Ibmheh2FrlV1umFt4o1mGsVSo10grUHI4Xm5Lc2dSe2Vji191oFmCrlVPdmZxm1qLt1KSv0+Ww06q2Uh9p1eDr1WSvlAWaRYIAAAAp0lEQVQ4y+3RRw6DMBRFUX/AuIErvSfZ/x5DkCiGLCCROENfyW/w0e1fhOHlBVd1Eyz6nuSnWMWwihXW1KuJhZkTLLa0KB4uTo81qx2AGI1sS/rkAFPjbeP5Z25INwhYsBIdEQ5c0X09iLxMmVNKbJUVyCN5QBhsdOhnPJavvTYJ8mVVYqa1WozOZJrLYYmi3uqua1GUExNYnSboSqefiWj2/ULo9iPe0qcHS25E/1UAAAAASUVORK5CYII=) no-repeat 15px 8px #294d73 !important;padding:0 !important;margin:0 0 28px !important}.ant-menu .logo button{position:absolute;right:-150px}.ant-menu .logo:hover{color:#fff !important}.ant-menu .logo2{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAoCAMAAADezbogAAAAbFBMVEUpTXOs20eHtFMrT3IuU3FBZ2qbyExZgWJnkF6k0kqhz0qm1Ek0WG9Ibmheh2FrlV1umFt4o1mGsVSo10grUHI4Xm5Lc2dSe2Vji191oFmCrlVPdmZxm1qLt1KSv0+Ww06q2Uh9p1eDr1WSvlAWaRYIAAAAp0lEQVQ4y+3RRw6DMBRFUX/AuIErvSfZ/x5DkCiGLCCROENfyW/w0e1fhOHlBVd1Eyz6nuSnWMWwihXW1KuJhZkTLLa0KB4uTo81qx2AGI1sS/rkAFPjbeP5Z25INwhYsBIdEQ5c0X09iLxMmVNKbJUVyCN5QBhsdOhnPJavvTYJ8mVVYqa1WozOZJrLYYmi3uqua1GUExNYnSboSqefiWj2/ULo9iPe0qcHS25E/1UAAAAASUVORK5CYII=) no-repeat 25px 8px #294d73 !important}.ant-menu .logo2>span{display:none}.ant-menu-submenu-popup{left:79px !important}.ant-menu-inline-collapsed>.ant-menu-submenu>.ant-menu-submenu-title .anticon{position:relative;left:-8px}.ant-menu-submenu>.ant-menu{background-color:#fafafa;overflow:hidden}.ant-menu-vertical.ant-menu-sub .ant-menu-item{margin:0}.ant-tooltip{z-index:8}.ant-menu-root{position:fixed;top:0;bottom:0}
.rJ6UCX-Yb27M6dBxou_BW>span{display:inline-block;margin-right:5px;padding:10px 15px;background:#dbe3ec;font-size:14px;border-bottom:1px #ecf0f5 solid;border-top-left-radius:3px;border-top-right-radius:3px;cursor:pointer}.rJ6UCX-Yb27M6dBxou_BW>span:hover{opacity:0.8}.rJ6UCX-Yb27M6dBxou_BW>span>span{margin-left:3px}.rJ6UCX-Yb27M6dBxou_BW>span>span sup{-webkit-box-shadow:none;box-shadow:none}.rJ6UCX-Yb27M6dBxou_BW ._3MnnvIom2szVUp98rmFQRX{background:#fff}.rJ6UCX-Yb27M6dBxou_BW ._3MnnvIom2szVUp98rmFQRX:hover{opacity:1}
.LQexXGa5SQH2VxE85Tdp_{display:inline-block;line-height:32px;height:32px;padding:0 15px !important;position:relative;color:#fff;font-size:14px;background:#6c7c8e}.LQexXGa5SQH2VxE85Tdp_::before{content:'';display:block;position:absolute;left:-15px;top:0;width:0;height:0;border-style:solid;border-width:16px 15px 16px 0;border-color:transparent #6c7c8e transparent transparent}.ITOr0N8yIKHkmngUGXIIe{background:#0ab1fc}.ITOr0N8yIKHkmngUGXIIe::before{border-color:transparent #0ab1fc transparent transparent}.giTEnHuqESIxCA0OlxNuB{background:#f1709c}.giTEnHuqESIxCA0OlxNuB::before{border-color:transparent #f1709c transparent transparent}._3NGVLxdLdCu1yLTjA26nFH{background:#92c755}._3NGVLxdLdCu1yLTjA26nFH::before{border-color:transparent #92c755 transparent transparent}._3nVd31WXZRHiPkrcngd0AX{background:#ffb80f}._3nVd31WXZRHiPkrcngd0AX::before{border-color:transparent #ffb80f transparent transparent}
._17DUHrzCLJ7leWiWXxDiqO{position:relative;width:40px;cursor:pointer}._17DUHrzCLJ7leWiWXxDiqO:after{content:'';position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:20px;height:20px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAADICAMAAACahl6sAAAAYFBMVEUAAAApT3QpT3QpT3QpT3QpT3QpT3QpT3QpT3QpT3QpT3QpT3QpT3QpT3QpT3QpT3QpT3QpT3QpT3QpT3QpT3QpT3QpT3QpT3QpT3QpT3QpT3QpT3QpT3QpT3QpT3QpT3Tm9k3eAAAAH3RSTlMA8gi0GHk72tDkJRHBX5OKR5yBaaPHqh9WM7xQLXHqRKDonQAABd1JREFUeNrt3em6myAQBmDAXeMWlxiXzP3fZbentW1i2+FDY9t5/x8VGBg0wFFCCCGEEEIIIYQQQgghhBBC/KuMn85hNeRNEDT5UIVz6hv1NzHhUvRdQi8lXV8s4fkLFDZtRH8grpu7Oik/L2JiiYshU+dipiIiK3FZqbMwuacJoNvhBH0myz1ywMuhsuClGMkZ723tEraanNLFrA5nloh2EOfqUNlV006S5bgIuxW0J309JrukLe1NF77a29zTIeqb2tPdoy1/U1Fmjw5V7xNgfk1H01ejnAs0vUEyuO4cMVnQcRss+VBVQ75c25hseE7j60psXTmlTyP3VHbEpd0l+zBi54FQbTFVobmN4mb8yridvK/Ub0we8QQKN+g9hv+0J5borjCmZRYjBaYIOzbKnBBHfN+x640+kDuI49Fwm5uXmx6VbS8feTWWKbZbRxxXuxzIC6vmiAx1saisitXsUWqdpB6s+7BTSk4cXQZMRiNWR2GOwwVx1NgQ7xGDnna7NJUK1O+UUfyYONrt/L0U/Xj5bOyLZTu+R+CG29KEOLytoTV4qo842CiLidFb4uWIzcsnazYerWteB0HivCTpgzj0qzr2S02bdJCpZyEhJcHLQZPFzOPRwNMhupjfpHNNLMWLS0T0W3EKdPi1JO7KET1fLbB9f/WZ9+5+UZJZE09on4HqzSrA2yTllqN/mjB3SH+NyE2PN9wLaR9KB97GyAVPKTz0OqYjlhZ+ggl4HVzp7MWUCXpRuhOTntWTitDHCIitQpskMc8dHW2QkPh0CjYJjRvdFIjwiCx42EWeJ/UFHBYNWQnh8LxjHYSSnzKIJivxT3N/WlnMLrKECBx7r2RpUD+4EFvxNG4CkeWTrQiOLQqR8YZ+HPcWWkG9JETCMybChr3tS/Bnj5r48rWng6NeSvY0mBPX8IzxgFgIEMKdhHLrBiF/oxrhxp2sR4zRQTxoAowOorSy/cPL1s3xSiEb/RqTyERrIkiGz9m0ZWRRvdVB8d7eWcbWg1a2n4FKggwOBo5A0fsL0qjvtZadhKyULgtyBd4o1sm4fn9BXFxMq+T9nf3HjFhbtsjoYPhdXPaRnmx4qiT8XTt//6h1VZWDzB4SZHaQR8J1ngS8sRuCOJi3JdajhNmYVsAvu5n1eHEjG3d0pFkVDsI0s06lubvePmGXWusixavRJ4DBG9e3/9sYfNNetfiX1xKpz8zVG0mIfmokbdbpDZrF1pkO2LQNNjOI4YhoHH0y9bB3/tm2PVcPMImsWQT6JXOBq3IAegjUsBP6FdxT1ldYtfBFavUj/wF+o1M3TWxJpp6+K6FrL0LLnLiasMBaJxng4qQGbRJVo78Lp8ivNKsabRIzgitAeuAlGXqlSd0u4bhbfChF1uOtRreLamLi6dSWG7ckk/0ypwLupOtqSnyhUwItPMN+4I4yfInpqrbbFtKl8OKkeB0znUTXYLE4M8nxxUlxppTTkuiUu1w2CQy+XPZiGLsHoAXMQbzxBDljwATKsZYEXu2ZBpefW89rfCe3HA1vkT9ePWFTeJfPvDK/u6o6zzC2XTArCJLF++20Kvfa0IO3R65YcqeDurvUpcPTbhZj3SdJ/5Hte1Ytn/G6vGezoZLXzUtzzBbXfN8trrpS1kJeeHUz6+IRN6wAWb/XCSCzd/De/Jy7x8ffYzd7dH/DeSht9fuz3ogneNPhFUn5q8MrWuDwCpApie1SVk/3T4ciho8TwRuFT3f19Zv+DAe8KGUYKfjMR+585Pd0NB0YtYewoz9w+mOpPgkvtOVvKsYnoUcIPK/+Vce36dJXR5hb2tMjyNRR/ELTTqLGqCNl14R2cBnU8SrPdUyVqXoPf+nIFd1OCoGX5fIPlOILvxmxiKqrExwl/UWW15Z9v7uG6mTSpo2IQ1/K6TRN8fT6F/TJHzVEkc/q7LIqqL34dXl0dOnL8x7iv/lPIu5hNeTL138ScTvbuf1CCCGEEEIIIYQQQgghhBBCCCHE/+oDYZn8Mx16tnwAAAAASUVORK5CYII=);background-size:100% 100%}._2aXi68Ux8oCqHkwDWvIQiz{position:relative;width:40px;cursor:pointer}._2aXi68Ux8oCqHkwDWvIQiz:after{content:'';position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:20px;height:20px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAADICAMAAACahl6sAAAAb1BMVEUAAADMzMzPz8/Q0NDMzMzMzMzOzs7MzMzNzc3MzMzNzc3MzMzNzc3MzMzNzc3MzMzOzs7R0dHMzMzMzMzMzMzMzMzMzMzNzc3MzMzMzMzMzMzMzMzMzMzMzMzMzMzNzc3Nzc3MzMzMzMzMzMzMzMx9ClLqAAAAJHRSTlMA8RMIt8AbcTuHVdRE53nHIg2iqpTb9jOcgGLOsOKOJy1nTVw7r82fAAAGAElEQVR42u3dB5abMBAG4BG9mmpcANf//mdMe3kkwRtnNAg7ib4DsBaaGUkgtGRZlmVZlmVZlmVZlmVZlmVZlmVZ/yrXKS9RlhzDzSY8Jll0KR2X/iZuFLZNMeKhsWjaMHr/BkVhneIPpPV1R28quLc9WIo2cei9uLc2hZb+lNG7qO5DBwHVJG+QM87RwwKG+0vbUk2tkBte1i9R3WFRqr3Q6txwCwOKI63KiRUMGcP1IixoYZI6OLSGcw3TulNApl0arKI125Sdh9XsSzLl4mFVezO94uyxtu5goIJtOrzAmCydHCk0dH19+LI4/LJMPNR9Bw2eQwuKwVbEySxby+RUgEstN9hHKXvSFNFH3KxV4PGC1yR5c6MnkgE8G5JLlInyf27Ast2RTFWDpS5NTRFCWbEawdHvDKae7wjGDnCoK3tNo8CQZ7pZ7hkv+EEBjlgvrPI1Yjg2Hl63DgzbM2mKcjBsA2I6gqMQJGKQgiFn1uETOPYkUXlg6G7GLo0TCTXg2BjqbNT0kTJsG8//ymvasKSP+Bp/8LkyB4f30WU2/WzADIMPQqAHx2CiHb37eKwr8FDxeNR0RuHNmzvz2qFK7vM7dahoLsLCLTkrsNw0Zh75VTwdgu8+Gc4VpAVrt8VTxZlmPGZLqiXbsXU172x3nNfKDiyFSx+6KPBEs7Dy9AfREEtFV6nA08yyvJDU0BTLZHzFvVAXiK7gMSoXa1rvSa/jFmCpxb8goQcOYOocvSnT5PBrrQFTd6GZDNIO2YAtk3bJWOkOhBNV6d6JiSpnXSJMeDfFRC/Ct9AwyC4yn9S34rAIoSUSh+dOGBY5/aRS0NLTTwJMNGYXTg62E+NpCKOC+mBrZ3VTEFkOdKXi2JrCMwJf5zIyhHFHIsm96AFp2esxozl7VOC701c3TDSr3hn6FP1kAN9WcDczRmSxKvAGul2SQYfDmFqwOjeBhlT7RyhGYPPS7axbMUro8Bl/nHlToKOZwlsy0bpBxJHP2bppKOXZMxKUme2FZmwp6GgZ8xPmLMXTrBjQcmI0hPmyq9ZMEmiJGW9TmBdroWOk7vU9ssRd6WiEjpaR7MwRca/ZI55mSP4oXDJHGs1RNYZ8rX1/fdWKKVtgZN9B5LLAOBJN8yTBir2CyALztly75FTSacUkFS2ap2eWAXTsGJWGVQEjaOgc7aH0zsh2Vq4f9Ye1Uj4iOhCoxJ3bBfqzm5Sx0mY9et0KpgaBfBGRQFs2e9So/zg9lj8hHBd6QHeVzQxScURcRak+GWSD8wVsyqWf5LodIq0aKhBO+xJaIksiacfKn4J7pH2FSS2+yJ5+FuTCukWBAlvukPC5UupKX3LP96Ek4sCiWu8lpDQ8A/rZXvp6+qw5CEl/R0s/c33hDpBGfwSRLWlK0Y4+j6T7BRp6LBglhUu+qaYHTyHdzjhJ9Lc5teIkTSuaCDc65Q82nul+OOUoZjscxtZMnT3Y0RZPFSXNeJJ2zJWjeKORu3m2OfNIcyFY+oqeKEf5dtngpPChPHTl22X9ip4KtgvcmipM8ZB/lBXMaTsjoyWy3Z7ng4+fKe+jLeVOqtGO54LFLhtdW8//aoiPO5qI2jG49IfcwcQNWqodMTGcTH3QIw/lO7Ec5UXdyFceave2H4spMIxn45/vXd/18711PqjswRG7pCcER34kHnfTgUFlpC0awVFciCHbcsNKoGpMnQByGbirWqGjMnHEzEX+Yb75oxLq7Flu3D2s2x3TUoknP/3u8Ipa9/AKOTcGmx/fZn//nLQ9uNSdtMg7ZaKK+vBd3KTQMTi0KPeAP/bOR+58FjRYm9q4ZEJUYFWtQ6ZkPn7v7znzLPKwilNApu0GmKZih9ZwqWGS2lS0luDUwZDt1aU1OYccBvgJrS8bsKw8Luk1grDAUlR9o1cKQv8faMU3ztWDRL7P3uAo6W+c+z6HliKO6M2cr/UWHJ0f3yp6T1W2aUb8gaI9XujdOdlmP/Q5HlFbv4nf9xD/x6rgvItuP/6TiHc7t9+yLMuyLMuyLMuyLMuyLMuyLMuyLMuy/lefAC/yHep3vlaQAAAAAElFTkSuQmCC);background-size:100% 100%}._1YkQN1Tf8QqUk9l5ZlgakJ{position:absolute;top:0;right:0;bottom:0;margin:auto}
._1veyZ8Mi1QjMfc378uHDw-{width:100%;overflow-x:auto;overflow-y:hidden;-webkit-box-sizing:border-box;box-sizing:border-box;font-size:12px}._1veyZ8Mi1QjMfc378uHDw- *{-webkit-box-sizing:border-box;box-sizing:border-box}._1veyZ8Mi1QjMfc378uHDw- :focus{outline:none}._1oxheEb9rz8k5NdQ9VQiWA{padding-top:40px}._1oxheEb9rz8k5NdQ9VQiWA ._1NNpcXCgJHSg52xQ0ZmVWi{position:fixed;top:60px;z-index:2;overflow:hidden;display:block}._3lJnsXdMH4w4YVuwN4PIWO{position:fixed;bottom:0;z-index:2;overflow-x:auto}._3lJnsXdMH4w4YVuwN4PIWO>div{height:1px}._1e9sNFwFciR-A0Cv_IH_vp{font-size:12px;font-weight:bold;color:#333;height:40px;background:#fafafa;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;text-align:center}._1e9sNFwFciR-A0Cv_IH_vp div{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:40px;padding:0 5px;border:#f2f2f2 1px solid;border-left:0;overflow:hidden;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}._1e9sNFwFciR-A0Cv_IH_vp div:first-child{border-left:#f2f2f2 1px solid}._2NjYoP-GNRhwk5fDdlK2Cg>div{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}._2NjYoP-GNRhwk5fDdlK2Cg>div>div{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}._3gCziT5LHEBh-5rWGBSsnC{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}._3gCziT5LHEBh-5rWGBSsnC>div{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}._2fOhbmmc6y7aKffEGDST-6{width:40px;text-align:center;-webkit-box-flex:0 !important;-webkit-flex:none !important;-ms-flex:none !important;flex:none !important}.LC6TogFIyEUrmciVhXCWb:hover{background:#e6f7ff}.LC6TogFIyEUrmciVhXCWb._1fmAQwqd0BHVc1GzcyzERJ{background:#fafafa}.LC6TogFIyEUrmciVhXCWb>div{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.LC6TogFIyEUrmciVhXCWb>div>div{height:40px;line-height:40px;border:#f2f2f2 1px solid;border-left:0;border-top:0;overflow:hidden;padding:0 5px}.LC6TogFIyEUrmciVhXCWb>div>div time{display:block;line-height:14px;padding-top:5px}.LC6TogFIyEUrmciVhXCWb>div>div:first-child{border-left:#f2f2f2 1px solid}.TEDOaO2snCz9zMrflNtf6{height:40px;line-height:40px;border:#f2f2f2 1px solid;border-top:0;overflow:hidden;padding-left:20px;background:#fafdff}._3r8-qUoDQC3fQFhtTSjWgd{padding:16px;text-align:center;border-bottom:1px solid #f2f2f2}._3WbpcN5bAZ6A-WtEBN47QM{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding-top:10px}._3WbpcN5bAZ6A-WtEBN47QM>div{color:#929292;display:inline-block;padding-top:20px}
._22_-OVGd6OtmY5jnrYEEHC .dh3wT57CpwR_Z-CSeik3F{text-align:left;margin-bottom:25px}
/*! minireset.css v0.0.3 | MIT License | github.com/jgthms/minireset.css */html,body,p,ol,ul,li,dl,dt,dd,blockquote,figure,fieldset,legend,textarea,pre,iframe,hr,h1,h2,h3,h4,h5,h6{margin:0;padding:0}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}ul{list-style:none}button,input,select,textarea{margin:0}html{-webkit-box-sizing:border-box;box-sizing:border-box}*,*:before,*:after{-webkit-box-sizing:inherit;box-sizing:inherit}img,embed,iframe,object,audio,video{height:auto;max-width:100%}iframe{border:0}table{border-collapse:collapse;border-spacing:0}td,th{padding:0;text-align:left}
.mzN7MIehSOUCKZwbZ0BA{position:fixed;width:100%;height:100%;left:0;top:0}.mzN7MIehSOUCKZwbZ0BA canvas{position:absolute;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%);top:0;z-index:1}.mzN7MIehSOUCKZwbZ0BA>p{width:100%;height:100%;background:url(/static/d34fbed12be1586d0940d535d17e9e37.jpg) no-repeat center;background-size:cover;filter:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');-webkit-filter:blur(10px);filter:blur(10px)}.mzN7MIehSOUCKZwbZ0BA>button{position:absolute;top:15%;left:50%;margin-left:-185px;margin-top:-10px;height:40px;padding:0 8px;-webkit-box-shadow:1px 1px 10px #333;box-shadow:1px 1px 10px #333;z-index:3}.mzN7MIehSOUCKZwbZ0BA>div{width:350px;background:#fff;border-radius:5px;padding:37px 20px 15px;text-align:center;position:absolute;left:50%;top:15%;margin-left:-175px;-webkit-box-shadow:1px 1px 10px #333;box-shadow:1px 1px 10px #333;opacity:0}.mzN7MIehSOUCKZwbZ0BA>div._1cq3Y_eTwDOdiD0PDAGckT{opacity:1;z-index:2}.mzN7MIehSOUCKZwbZ0BA>div hr{margin-bottom:5px}.mzN7MIehSOUCKZwbZ0BA>div>div h3{color:#46667b;font-size:24px;font-weight:bold}.mzN7MIehSOUCKZwbZ0BA>div>div>p{color:#333;font-size:13px;margin-bottom:34px}.mzN7MIehSOUCKZwbZ0BA>div>div input{display:block}.mzN7MIehSOUCKZwbZ0BA>div>div button{width:100%}.mzN7MIehSOUCKZwbZ0BA>div>div>button{line-height:45px;height:45px;margin-bottom:20px}.mzN7MIehSOUCKZwbZ0BA>div>div>div>span{font-size:13px;display:inline-block;padding:0 3px;line-height:20px;margin-top:20px}.mzN7MIehSOUCKZwbZ0BA>div>div>div>div{text-align:left}.entry .ant-btn-primary{border-color:#294f74;background-color:#294f74}.entry .ant-btn-primary:hover,.entry .ant-btn-primary:focus{background-color:#4c647c}.entry .ant-checkbox-wrapper>span{color:#333 !important}.entry .ant-checkbox-wrapper:hover .ant-checkbox-inner{border-color:#294f74 !important}.entry .ant-checkbox-wrapper .ant-checkbox-checked .ant-checkbox-inner{background:#294f74 !important;border-color:#294f74 !important}.entry .ant-btn{font-weight:bold;border-radius:2px;border-color:currentColor;border-color:initial}.entry .ant-select-selection{border-radius:2px}.entry .ant-select-selection:hover{border-color:#294f74}.entry .ant-select-selection:focus{border-color:#294f74;-webkit-box-shadow:none;box-shadow:none}.entry .ant-input:hover{border-color:#294f74 !important}.entry .ant-cascader-input{-webkit-box-shadow:none !important;box-shadow:none !important}.entry .ant-cascader-picker:focus .ant-cascader-input{border-color:#294f74 !important}.entry .ant-modal .ant-modal-footer button span{letter-spacing:-2px}
.GzUHR55-d_kHO0XPQ84Ly{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;min-height:100vh;min-width:1320px}.GzUHR55-d_kHO0XPQ84Ly>span{position:absolute;left:0;top:0;z-index:4;width:220px;height:60px;line-height:60px;color:#fff;text-align:center;font-size:18px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAoCAMAAADezbogAAAAbFBMVEUpTXOs20eHtFMrT3IuU3FBZ2qbyExZgWJnkF6k0kqhz0qm1Ek0WG9Ibmheh2FrlV1umFt4o1mGsVSo10grUHI4Xm5Lc2dSe2Vji191oFmCrlVPdmZxm1qLt1KSv0+Ww06q2Uh9p1eDr1WSvlAWaRYIAAAAp0lEQVQ4y+3RRw6DMBRFUX/AuIErvSfZ/x5DkCiGLCCROENfyW/w0e1fhOHlBVd1Eyz6nuSnWMWwihXW1KuJhZkTLLa0KB4uTo81qx2AGI1sS/rkAFPjbeP5Z25INwhYsBIdEQ5c0X09iLxMmVNKbJUVyCN5QBhsdOhnPJavvTYJ8mVVYqa1WozOZJrLYYmi3uqua1GUExNYnSboSqefiWj2/ULo9iPe0qcHS25E/1UAAAAASUVORK5CYII=) no-repeat 15px 8px #294d73}.GzUHR55-d_kHO0XPQ84Ly>ul{border:0;max-width:220px;-webkit-box-shadow:3px 0 8px -4px #888 !important;box-shadow:3px 0 8px -4px #888 !important}.GzUHR55-d_kHO0XPQ84Ly>div{-webkit-box-flex:1;-webkit-flex:auto;-ms-flex:auto;flex:auto;position:relative;background:#ecf0f5;padding:80px 20px 20px;overflow-x:hidden}.GzUHR55-d_kHO0XPQ84Ly>div ._2MAyXmhRAQzIvz6ihi4Znx{position:fixed;width:100%;left:0;top:0;background:#fff;height:60px;line-height:60px;padding-left:10px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;z-index:9;min-width:1320px;-webkit-box-shadow:4px 10px 8px -12px #888;box-shadow:4px 10px 8px -12px #888}.GzUHR55-d_kHO0XPQ84Ly>div ._2MAyXmhRAQzIvz6ihi4Znx>button{color:#333 !important;font-size:18px;margin-top:15px}.GzUHR55-d_kHO0XPQ84Ly>div ._2MAyXmhRAQzIvz6ihi4Znx>div{-webkit-box-flex:1;-webkit-flex:auto;-ms-flex:auto;flex:auto;text-align:right;padding-right:20px}.GzUHR55-d_kHO0XPQ84Ly>div ._2MAyXmhRAQzIvz6ihi4Znx>div>span{display:inline-block;margin:0 20px 0 15px}.GzUHR55-d_kHO0XPQ84Ly>div ._2MAyXmhRAQzIvz6ihi4Znx>div>span span{font-weight:bold}.GzUHR55-d_kHO0XPQ84Ly>div ._2MAyXmhRAQzIvz6ihi4Znx ._1RVDpW1f068CrORAD1Qa2W{color:#f39c12;border:1px solid #f39c12;font-weight:bold}.GzUHR55-d_kHO0XPQ84Ly>div ._2MAyXmhRAQzIvz6ihi4Znx ._1MYDEmb8HJ2f5kDNMT8526{color:#16a085;border:1px solid #16a085;font-weight:bold}.GzUHR55-d_kHO0XPQ84Ly>div ._2MAyXmhRAQzIvz6ihi4Znx ._3psvtiQaIhGi-nJ7uG3aLi{color:#e74c3c;border:1px solid #e74c3c;font-weight:bold}.GzUHR55-d_kHO0XPQ84Ly>div ._2MAyXmhRAQzIvz6ihi4Znx .U8U5OKxerSBeALS-IfBhI{color:#8f9ba6;border:1px solid #8f9ba6;font-weight:bold}.GzUHR55-d_kHO0XPQ84Ly>div ._2gnCEGWcMnjhpJAm7OprGH{background:#fff;padding:25px;-webkit-box-shadow:0px 2px 10px #ccc;box-shadow:0px 2px 10px #ccc}.main .contentMain1{margin-left:220px}.main .contentMain0{margin-left:80px}.main .num{margin:0 40px 0 0 !important;width:100px !important}.main .greenPointCell{position:relative;margin-left:20px}.main .greenPointCell span{width:8px;height:8px;border-radius:5px;background:#16a085;position:absolute;left:-15px;top:50%;margin-top:-3px}.main .ant-input-group-wrapper{width:auto}.main .flexWrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:flex-wrap;-ms-flex-direction:flex-wrap;flex-direction:flex-wrap}.main .notWrap{display:inline-block}.main .dateStyle .ant-input{width:180px;margin-bottom:0}.main .notWrap2{display:inline-block;padding-bottom:20px}.main .notWrap2 input{margin:0 !important}.main .mr40{margin-right:40px !important}.main .ant-select{min-width:145px;margin-right:40px}.main .ant-input{width:300px;margin-right:40px;margin-bottom:20px}.main .ant-btn-primary,.main .ant-btn{margin:0 10px 20px 0}.main .pBtn{margin:0 0 20px !important;background-color:#16a085 !important;color:#fff}.main .pBtn:hover,.main .pBtn:active{background-color:#44ae99 !important;border-color:#44ae99 !important;color:#fff}.main .pBtn2{margin:0 !important;background-color:#16a085 !important;color:#fff}.main .pBtn2:hover,.main .pBtn2:active{background-color:#44ae99 !important;border-color:#44ae99 !important;color:#fff}.main .yellowBtn{background-color:#f39c12 !important;border-color:#f39c12;color:#fff}.main .yellowBtn:hover,.main .yellowBtn:active{background-color:#feaf31 !important;border-color:#feaf31 !important;color:#fff}.main .yellowBtn2{border-color:#f39c12;color:#f39c12}.main .yellowBtn2:hover,.main .yellowBtn2:active{border-color:#feaf31 !important;color:#f39c12}.main .redBtn2{border-color:#e74c3c;background:#e74c3c !important;color:#fff}.main .redBtn2:hover,.main .redBtn2:active{border-color:#e74c3c !important;color:#fff}.main .fRight{float:right}.main .singlePage{width:450px;margin-left:70px}.main .singlePage>p{padding-bottom:20px}.main .singlePage>p input{display:block;width:100%;margin:10px 0 0}.main .singlePage>p .ant-select{display:block;width:100%;margin:10px 0 0}.main .singlePage>p button{margin-right:10px}.main .ant-alert-success{border:1px solid #5bd9cc;background-color:#d2f4f1;color:#333;margin-bottom:10px;padding-bottom:5px;padding-top:5px;font-size:13px}.main .ant-alert-success .ant-alert-icon{font-size:15px;color:#29b2a6;top:6.5px}.main .ant-table-thead>tr>th{border-top:1px solid #e8e8e8;background:#fff;font-weight:bold;white-space:nowrap}.main .ant-table-body{color:#333}.main .ant-table-body .ant-btn-primary,.main .ant-table-body .ant-btn{margin:0}.main .ant-table-tbody>tr>td{padding-top:0;padding-bottom:0;height:47px;line-height:47px;white-space:nowrap}.main .ant-table-tbody>tr>td span{display:inline-block;padding-right:5px}.main .ant-table-tbody>tr>td span:last-child{padding-right:0}.main .ant-table-tbody>tr>td .ant-input{width:100%;margin:0}.main .ant-table-tbody>tr>td .ant-select{min-width:auto;width:100%;margin:0}.main .ant-table-tbody>tr>td .time{line-height:18px}.main .ant-table-tbody>tr>td .phone i{margin-left:15px;font-size:18px;cursor:pointer;position:relative;top:2px;color:#25476a}.main .ant-table-tbody>tr>td .phone i :hover{opacity:0.8}.main .ant-table-placeholder{padding-top:100px;padding-bottom:100px}.main .ant-pagination{margin-top:20px;text-align:right}.main .ant-pagination .ant-select{margin-right:15px}.main .ant-table-header{background:#fff}.main .ant-alert span span{color:#16a085;display:inline-block;padding:0 3px}.main .ant-tabs-bar{margin-bottom:0}.main .ant-tabs-nav .ant-tabs-tab:hover{color:#333}.main .ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab{background:#dbe3ec}.main .ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab-active{color:#333;background:#fff}.modalFrom .ant-modal-header{padding:15px 30px;font-size:16px}.modalFrom .ant-modal-header .ant-modal-title{font-weight:bold;color:#666}.modalFrom .ant-modal-footer{padding:15px 30px}.modalFrom .ant-modal-body>div{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-bottom:24px}.modalFrom .ant-modal-body>div .ant-form-item-label{width:150px;text-align:right}.modalFrom .ant-modal-body>div input,.modalFrom .ant-modal-body>div .ant-select,.modalFrom .ant-modal-body>div textarea{width:350px;height:40px}.modalFrom .ant-modal-body>div textarea{height:auto}.modalFrom .ant-modal-body>div .ant-select-selection{margin:4px 0}.modalFrom .ant-modal-body>div .ant-select-selection input{position:relative;top:-8px}.modalFrom .ant-modal-body>div .ant-select-auto-complete .ant-select-selection{padding:0}.modalFrom .ant-modal-body>div .ant-select-auto-complete .ant-select-selection input{position:relative;top:0}.modalFrom .ant-modal-body>div .ant-spin-nested-loading{width:350px}.modalFrom .ant-modal-body>div .ant-form-item-control-wrapper{line-height:40px}.modalFrom .ant-modal-body>div .ant-select-search__field{margin-top:-5px}.modalFrom .ant-modal-body>div input.ant-select-search__field{margin-top:0}.modalFrom .ant-modal-body>div .scrollBlock{height:192px;width:350px;overflow-y:auto;border:1px solid #d9d9d9;border-radius:4px;padding:1px;position:relative;font-size:14px}.modalFrom .ant-modal-body>div .scrollBlock>span{color:#ccc;position:absolute;left:10px;top:10px}.modalFrom .ant-modal-body>div .scrollBlock div{position:relative;cursor:pointer;height:35px;line-height:35px;border-radius:3px;padding:0 10px;border-bottom:#ccc dashed 1px;background:#fff;z-index:2}.modalFrom .ant-modal-body>div .scrollBlock div i{position:absolute;top:8px;right:8px;opacity:0}.modalFrom .ant-modal-body>div .scrollBlock div:last-child{border-bottom:0}.modalFrom .ant-modal-body>div .scrollBlock div:hover{background:#ecf0f5;border-bottom:0}.modalFrom .ant-modal-body>div .scrollBlock div:hover i{opacity:1}.modalFrom .ant-modal-body .fromTable{margin-bottom:0}.modalFrom .ant-modal-body .fromTable>div{width:100%}.modalFrom .ant-modal-body .fromTable .ant-checkbox-input{width:100% !important;height:100% !important}.modalFrom .ant-modal-body .fromTable .ant-spin-nested-loading{width:auto}.modalFrom2 .ant-modal-body{padding-bottom:0}.ant-modal-close{outline:none}.paginationLeft{position:absolute;left:25px;bottom:25px}.inputHead{margin-bottom:10px !important}.inputHead>div{width:50%;float:left;line-height:30px}.inputHead>div span{font-weight:bold}.inputHead input{width:200px !important;height:30px !important}.modalList .ant-modal-header{padding:15px 30px;font-size:16px}.modalList .ant-modal-header .ant-modal-title{font-weight:bold;color:#666}.modalList .ant-modal-footer{padding:15px 30px}.modalList .ant-btn-primary{display:inline-block;background-color:#f39c12 !important;border-color:#f39c12;color:#fff}.modalList .ant-btn-primary:hover,.modalList .ant-btn-primary:active{background-color:#e69c27 !important;border-color:#e69c27 !important;color:#fff}.modalList .ant-modal-body{padding:10px}.modalList .ant-modal-body .top{line-height:54px;font-weight:bold;color:#222222;background:#fafafa}.modalList .ant-modal-body span{display:block;float:left;width:25%}.modalList .ant-modal-body span:first-child{text-align:center;width:20%}.modalList .ant-modal-body span:nth-child(3){width:30%}.modalList .ant-modal-body>div{max-height:380px;overflow-y:auto;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative}.modalList .ant-modal-body>div>div{position:relative}.modalList .ant-modal-body>div>div>div{position:absolute;left:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:25%;text-align:center}.modalList .ant-modal-body>div>div>div:first-child{width:20%}.modalList .ant-modal-body>div>div:nth-child(even){background:#fafafa}.modalList .ant-modal-body>div p{overflow:hidden;line-height:46px}.modalList .ant-modal-body>div p span{height:46px}.modalList2 .ant-modal-header{padding:15px 30px;font-size:16px}.modalList2 .ant-modal-header .ant-modal-title{font-weight:bold;color:#666}.modalList2 .ant-modal-body{padding:10px}.modalList2 .ant-modal-body .top{line-height:54px;font-weight:bold;color:#222222;background:#fafafa;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding-right:20px;text-align:right}.modalList2 .ant-modal-body span{display:block;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;padding-right:40px}.modalList2 .ant-modal-body span:first-child{padding-right:0;padding-left:40px;text-align:left}.modalList2 .ant-modal-body>div{max-height:420px;overflow-y:auto;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative}.modalList2 .ant-modal-body>div>div{position:relative}.modalList2 .ant-modal-body>div>div:nth-child(even){background:#fafafa}.modalList2 .ant-modal-body>div p{overflow:hidden;line-height:46px;text-align:center}.modalList2 .ant-modal-body>div p span{height:46px;padding-right:44px}.modalList2 .ant-modal-body>div p span:first-child{padding-right:0;padding-left:40px;text-align:left}.modalFrom .ant-modal-body>div .ant-select-enabled{height:auto}.number-input-container .ant-input-group>.ant-input{margin-bottom:0;width:100px}.main input.number-input-container{margin-bottom:0;width:100px}.paginationNumLeft{position:absolute;bottom:25px}.paginationNumLeft .user_greenBtn{border:1px solid #16a085;background:none;color:#16a085;margin:0 10px 0 0 !important}.paginationNumLeft .user_redBtn{color:red;border:1px solid red;background:none;margin:0 10px 0 0 !important}.pagination-green-btn{color:#fff !important;border:1px solid #16a085 !important;background:#16a085 !important;font-weight:bold;margin:0 10px 0 0 !important}.pagination-green-btn:hover,.pagination-green-btn:visited,.pagination-green-btn:active{color:#fff;border:1px solid #16a085;background:#16a085}#startTime{width:350px !important}.icon-justify i{margin-top:-18px !important;right:50px !important}.taskModal .ant-modal-content .row{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin:8px}.taskModal .ant-modal-content .row span{padding-left:8px;margin-right:12px}.taskModal .ant-modal-content .row span::before{content:'*';color:red}.taskModal .ant-modal-content .row .input{width:300px}
._1WXI4ljE2qT4ZJqGNOPTKp .ant-pagination-item-active a{color:#1890ff !important}
.Ep9IcPrAb0j-ecsiPSkcf .ant-drawer-body{padding:0}.Ep9IcPrAb0j-ecsiPSkcf ._2wbwgIeOX92H_zEJWKnnMs{padding:20px}
._1x0CO72vsbgPxge37GjX0W{background:#fff;overflow:hidden;border:1px solid #ddd;margin-bottom:24px;min-width:1140px}._1x0CO72vsbgPxge37GjX0W>div{height:170px;float:left;padding:35px 0 0 35px}._1x0CO72vsbgPxge37GjX0W>div>span{display:inline-block;line-height:30px;width:185px;font-size:13px}._1x0CO72vsbgPxge37GjX0W>div>span>span{color:#999}._1x0CO72vsbgPxge37GjX0W>div p{margin-bottom:15px}._1x0CO72vsbgPxge37GjX0W>div p img{width:45px;margin-right:30px;cursor:pointer}._1x0CO72vsbgPxge37GjX0W>div p img._2iAuMvzQBbmVwWJpbpEHpL{-webkit-box-shadow:rgba(0, 0, 0, .12) 0px 1px 6px,rgba(0, 0, 0, .12) 0px 1px 4px;box-shadow:rgba(0, 0, 0, .12) 0px 1px 6px,rgba(0, 0, 0, .12) 0px 1px 4px;border-radius:45px}._1x0CO72vsbgPxge37GjX0W>div p img:hover{opacity:0.8}._1x0CO72vsbgPxge37GjX0W>div p>div{margin-right:30px !important;width:240px !important}._1x0CO72vsbgPxge37GjX0W ._1flw_-V2qHEiBy_wEqsTo-{width:670px}._1x0CO72vsbgPxge37GjX0W ._4n_FYGGgH5KMxcHPBjEiJ{border-left:1px solid #eee}._1x0CO72vsbgPxge37GjX0W h4{margin-bottom:15px}._1x0CO72vsbgPxge37GjX0W h4 span{display:inline-block;margin-left:20px;position:relative;top:3px}._3IltW5GrMvyUbVRRRnTkZ6{background:#fff;border:1px solid #e8e8e8;border-top:0;height:515px;padding:25px;min-width:1140px}._3IltW5GrMvyUbVRRRnTkZ6>div{width:1076px;position:relative}._3IltW5GrMvyUbVRRRnTkZ6>div p{margin-bottom:10px}._3IltW5GrMvyUbVRRRnTkZ6>div p span{float:right;line-height:35px}._3IltW5GrMvyUbVRRRnTkZ6>div p span span{display:inline-block;padding-left:10px}._3IltW5GrMvyUbVRRRnTkZ6>div textarea{margin:0 0 10px 0 !important;width:100% !important;display:block}._3IltW5GrMvyUbVRRRnTkZ6>div input{margin:0 !important}._3IltW5GrMvyUbVRRRnTkZ6>div>div{margin-top:80px;text-align:right}._3IltW5GrMvyUbVRRRnTkZ6>div>div button{margin:0 0 0 10px !important}._2bzwIQvkeRhcuXx8F0fLOo{background:#fff;border:1px solid #e8e8e8;border-top:0;height:515px;padding:20px;min-width:1140px}._2bzwIQvkeRhcuXx8F0fLOo>div{position:relative;height:460px;overflow-y:auto;padding:5px}._2bzwIQvkeRhcuXx8F0fLOo>div>div{width:1000px;padding:20px;-webkit-box-shadow:rgba(0, 0, 0, .12) 0px 1px 6px,rgba(0, 0, 0, .12) 0px 1px 4px;box-shadow:rgba(0, 0, 0, .12) 0px 1px 6px,rgba(0, 0, 0, .12) 0px 1px 4px;margin-bottom:20px}._2bzwIQvkeRhcuXx8F0fLOo>div>div p{margin-bottom:20px}._2bzwIQvkeRhcuXx8F0fLOo>div>div p ._2dsuaae5sKbfMnTw-VT6tz{display:inline-block;height:20px;line-height:20px;border-left:3px solid #294d73;padding-left:10px;color:#294d73}._2bzwIQvkeRhcuXx8F0fLOo>div>div p ._2DRfJA_GjaEGY0w2mkx35c{float:right}._2bzwIQvkeRhcuXx8F0fLOo>div>div p .WUeN1aNVWcjHGIfF1OtLR{color:#f39c12;line-height:20px}._2bzwIQvkeRhcuXx8F0fLOo>div>div p .Ez0gp1N5pOD8w8j9Y4xPl{float:right;color:#294d73;font-size:18px;line-height:20px}._2bzwIQvkeRhcuXx8F0fLOo>div>div p .Ez0gp1N5pOD8w8j9Y4xPl i{cursor:pointer;margin-left:5px}._2bzwIQvkeRhcuXx8F0fLOo>div>div p .Ez0gp1N5pOD8w8j9Y4xPl i :hover{opacity:0.8}._2bzwIQvkeRhcuXx8F0fLOo>div>div p:last-child{margin-bottom:0}._2UaomtdojBBhifE3CdTKOo{min-width:1140px}._22XtZA3XtDLveR92c6_LcM ._1x0CO72vsbgPxge37GjX0W,._22XtZA3XtDLveR92c6_LcM ._2bzwIQvkeRhcuXx8F0fLOo,._22XtZA3XtDLveR92c6_LcM ._3IltW5GrMvyUbVRRRnTkZ6,._22XtZA3XtDLveR92c6_LcM ._2UaomtdojBBhifE3CdTKOo{min-width:500px}._22XtZA3XtDLveR92c6_LcM ._3IltW5GrMvyUbVRRRnTkZ6{min-height:515px;height:auto}._22XtZA3XtDLveR92c6_LcM ._3IltW5GrMvyUbVRRRnTkZ6>div{min-width:500px;width:auto}
._3tLeh5mnbAkSa_WV1LDfPi{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}._3tLeh5mnbAkSa_WV1LDfPi img{width:54px;height:54px;cursor:pointer}._3tLeh5mnbAkSa_WV1LDfPi ._1lsuk3yJ7DGmc5myE2nfu6{margin-top:10px}
._2NGAlGcmUqB9PMonH1yMXb ._1jUhiUXAhO3MAFeLuDjsnS{background:#f6f9fc;padding:15px 20px 0 20px;position:relative}._2NGAlGcmUqB9PMonH1yMXb ._1jUhiUXAhO3MAFeLuDjsnS .-qLUjO2jM8E0twkOW5Zvq{margin-right:10px}._2NGAlGcmUqB9PMonH1yMXb ._1jUhiUXAhO3MAFeLuDjsnS .FtgJnc4eMjQJaSOF8YY6j{margin-top:30px}._2NGAlGcmUqB9PMonH1yMXb ._1jUhiUXAhO3MAFeLuDjsnS ._3zlYXQOKl0yGxIw-yxgb7T{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;width:70%;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;min-height:80px;margin-bottom:10px}._2NGAlGcmUqB9PMonH1yMXb ._1jUhiUXAhO3MAFeLuDjsnS ._3Lg9CuifIDMBgUQaox5E3K{display:inline-block;margin-right:30px;min-width:100px}._2NGAlGcmUqB9PMonH1yMXb ._1jUhiUXAhO3MAFeLuDjsnS ._3Lg9CuifIDMBgUQaox5E3K ._9xn-yQGPVG4kYRmMFQjfT{text-decoration:underline;cursor:pointer;color:#1890ff}._2NGAlGcmUqB9PMonH1yMXb ._1jUhiUXAhO3MAFeLuDjsnS ._3QdqI2J3cvzUXYMSdTXmKJ{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;border-left:1px solid #d7d7d7}._2NGAlGcmUqB9PMonH1yMXb ._1jUhiUXAhO3MAFeLuDjsnS ._2vW9WaSRNVag6PALdWuUxw{position:absolute;right:17px;bottom:12px;text-align:right;cursor:pointer;padding:3px}._2NGAlGcmUqB9PMonH1yMXb ._1jUhiUXAhO3MAFeLuDjsnS ._2vW9WaSRNVag6PALdWuUxw span{margin-right:4px}._2NGAlGcmUqB9PMonH1yMXb ._2-x89-lr3KXXaKPvn-zVSw{padding:20px 20px 0}._2NGAlGcmUqB9PMonH1yMXb ._2-x89-lr3KXXaKPvn-zVSw ._2xddZXb0weFptaVrYFd_f9{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-bottom:30px}._2NGAlGcmUqB9PMonH1yMXb ._2-x89-lr3KXXaKPvn-zVSw ._2xddZXb0weFptaVrYFd_f9 span{width:83px;height:32px;line-height:32px;text-align:center;border:1px solid #c0c0c0;color:#000}
._1ZHzv31L-DK6Eq8r03Izq- .ant-pagination-item-active a{color:#1890ff !important}
._99goPaeICx35Sxs2Wr70e{min-height:200px}._99goPaeICx35Sxs2Wr70e .ant-input{margin-right:5px !important}._99goPaeICx35Sxs2Wr70e ._3Rdxiqdtjvlh6Kl4suwcoi{margin:0 20px 0 0}
.rsx5WZcaao7PHOSPzbvZy{color:#9a9a9a}.rsx5WZcaao7PHOSPzbvZy:focus,.rsx5WZcaao7PHOSPzbvZy:hover{color:#9a9a9a;cursor:not-allowed}.VqmxT3oX4pvdEZy5xkUgm a{margin-right:8px}.VqmxT3oX4pvdEZy5xkUgm a:last-child{margin-right:0}._16EYgf0DVoLdNuu7Y15-Nb .ant-input{width:240px !important;margin-right:20px !important}._1puHTzi4U0cS1pLdUROfW- .ant-modal-footer{border:none !important}._1puHTzi4U0cS1pLdUROfW- .ant-modal-body{padding-bottom:0}._3-py8U9Jg9AnnBku6uA0RD{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:15px !important}._3-py8U9Jg9AnnBku6uA0RD p{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;width:100%;margin-bottom:20px}._3-py8U9Jg9AnnBku6uA0RD p i{margin-right:16px;color:#faad14;font-size:22px}._3-py8U9Jg9AnnBku6uA0RD p h6{margin-bottom:0;font-size:16px;font-weight:500}._3-py8U9Jg9AnnBku6uA0RD p:last-child{margin-bottom:0}
._2Zbrg56PYb2IJ-RfienDBe{height:550px;overflow-y:auto}._2Zbrg56PYb2IJ-RfienDBe .ZfJ0pdhqrYuiH7lq7GLfi{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:100%}._2Zbrg56PYb2IJ-RfienDBe .ZfJ0pdhqrYuiH7lq7GLfi li{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;text-align:center;font-size:16px}._2Zbrg56PYb2IJ-RfienDBe ._3Q_d-2Fzpo9xXdu2WGGQvg li ul{padding:0 0 0 130px}

/*# sourceMappingURL=index.6b937d54728a70d0b6b9.css.map*/