/*!
 * Bootstrap Grid Only (grid and responsive utilities extracted from Bootstrap 4.1.3)
 * GitHub: https://github.com/dmhendricks/bootstrap-grid-css
 * Bootstrap License: MIT (https://github.com/twbs/bootstrap/blob/v4-dev/LICENSE)
 * Credits: Twitter, Inc. & The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
 */
@-ms-viewport {
  width: device-width;
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.bootstrap-wrapper {
  /**
   * Bootstrap overrides
   */
}
.bootstrap-wrapper .align-items-start {
  align-items: flex-start;
}
.bootstrap-wrapper .align-items-center {
  align-items: center;
}
.bootstrap-wrapper .align-items-end {
  align-items: flex-end;
}
.bootstrap-wrapper .columns-reverse {
  flex-direction: row-reverse;
}
.bootstrap-wrapper .clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.bootstrap-wrapper .visible {
  visibility: visible !important;
}
.bootstrap-wrapper .invisible {
  visibility: hidden !important;
}
.bootstrap-wrapper .hidden-xs-up {
  display: none !important;
}
@media (max-width: 575.98px) {
  .bootstrap-wrapper .hidden-xs-down {
    display: none !important;
  }
}
@media (min-width: 576px) {
  .bootstrap-wrapper .hidden-sm-up {
    display: none !important;
  }
}
@media (max-width: 767.98px) {
  .bootstrap-wrapper .hidden-sm-down {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .bootstrap-wrapper .hidden-md-up {
    display: none !important;
  }
}
@media (max-width: 991.98px) {
  .bootstrap-wrapper .hidden-md-down {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .bootstrap-wrapper .hidden-lg-up {
    display: none !important;
  }
}
@media (max-width: 1199.98px) {
  .bootstrap-wrapper .hidden-lg-down {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .bootstrap-wrapper .hidden-xl-up {
    display: none !important;
  }
}
.bootstrap-wrapper .hidden-xl-down {
  display: none !important;
}
.bootstrap-wrapper .visible-print-block {
  display: none !important;
}
@media print {
  .bootstrap-wrapper .visible-print-block {
    display: block !important;
  }
}
.bootstrap-wrapper .visible-print-inline {
  display: none !important;
}
@media print {
  .bootstrap-wrapper .visible-print-inline {
    display: inline !important;
  }
}
.bootstrap-wrapper .visible-print-inline-block {
  display: none !important;
}
@media print {
  .bootstrap-wrapper .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .bootstrap-wrapper .hidden-print {
    display: none !important;
  }
}
.bootstrap-wrapper .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .bootstrap-wrapper .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .bootstrap-wrapper .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .bootstrap-wrapper .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .bootstrap-wrapper .container {
    max-width: 1140px;
  }
}
.bootstrap-wrapper .container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.bootstrap-wrapper .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.bootstrap-wrapper .no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.bootstrap-wrapper .no-gutters > .col,
.bootstrap-wrapper .no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
.bootstrap-wrapper .col-xl,
.bootstrap-wrapper .col-xl-auto, .bootstrap-wrapper .col-xl-12, .bootstrap-wrapper .col-xl-11, .bootstrap-wrapper .col-xl-10, .bootstrap-wrapper .col-xl-9, .bootstrap-wrapper .col-xl-8, .bootstrap-wrapper .col-xl-7, .bootstrap-wrapper .col-xl-6, .bootstrap-wrapper .col-xl-5, .bootstrap-wrapper .col-xl-4, .bootstrap-wrapper .col-xl-3, .bootstrap-wrapper .col-xl-2, .bootstrap-wrapper .col-xl-1, .bootstrap-wrapper .col-lg,
.bootstrap-wrapper .col-lg-auto, .bootstrap-wrapper .col-lg-12, .bootstrap-wrapper .col-lg-11, .bootstrap-wrapper .col-lg-10, .bootstrap-wrapper .col-lg-9, .bootstrap-wrapper .col-lg-8, .bootstrap-wrapper .col-lg-7, .bootstrap-wrapper .col-lg-6, .bootstrap-wrapper .col-lg-5, .bootstrap-wrapper .col-lg-4, .bootstrap-wrapper .col-lg-3, .bootstrap-wrapper .col-lg-2, .bootstrap-wrapper .col-lg-1, .bootstrap-wrapper .col-md,
.bootstrap-wrapper .col-md-auto, .bootstrap-wrapper .col-md-12, .bootstrap-wrapper .col-md-11, .bootstrap-wrapper .col-md-10, .bootstrap-wrapper .col-md-9, .bootstrap-wrapper .col-md-8, .bootstrap-wrapper .col-md-7, .bootstrap-wrapper .col-md-6, .bootstrap-wrapper .col-md-5, .bootstrap-wrapper .col-md-4, .bootstrap-wrapper .col-md-3, .bootstrap-wrapper .col-md-2, .bootstrap-wrapper .col-md-1, .bootstrap-wrapper .col-sm,
.bootstrap-wrapper .col-sm-auto, .bootstrap-wrapper .col-sm-12, .bootstrap-wrapper .col-sm-11, .bootstrap-wrapper .col-sm-10, .bootstrap-wrapper .col-sm-9, .bootstrap-wrapper .col-sm-8, .bootstrap-wrapper .col-sm-7, .bootstrap-wrapper .col-sm-6, .bootstrap-wrapper .col-sm-5, .bootstrap-wrapper .col-sm-4, .bootstrap-wrapper .col-sm-3, .bootstrap-wrapper .col-sm-2, .bootstrap-wrapper .col-sm-1, .bootstrap-wrapper .col,
.bootstrap-wrapper .col-auto, .bootstrap-wrapper .col-12, .bootstrap-wrapper .col-11, .bootstrap-wrapper .col-10, .bootstrap-wrapper .col-9, .bootstrap-wrapper .col-8, .bootstrap-wrapper .col-7, .bootstrap-wrapper .col-6, .bootstrap-wrapper .col-5, .bootstrap-wrapper .col-4, .bootstrap-wrapper .col-3, .bootstrap-wrapper .col-2, .bootstrap-wrapper .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.bootstrap-wrapper .col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.bootstrap-wrapper .col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.bootstrap-wrapper .col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}
.bootstrap-wrapper .col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.bootstrap-wrapper .col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.bootstrap-wrapper .col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.bootstrap-wrapper .col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}
.bootstrap-wrapper .col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.bootstrap-wrapper .col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}
.bootstrap-wrapper .col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
.bootstrap-wrapper .col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.bootstrap-wrapper .col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}
.bootstrap-wrapper .col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}
.bootstrap-wrapper .col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.bootstrap-wrapper .order-first {
  order: -1;
}
.bootstrap-wrapper .order-last {
  order: 13;
}
.bootstrap-wrapper .order-0 {
  order: 0;
}
.bootstrap-wrapper .order-1 {
  order: 1;
}
.bootstrap-wrapper .order-2 {
  order: 2;
}
.bootstrap-wrapper .order-3 {
  order: 3;
}
.bootstrap-wrapper .order-4 {
  order: 4;
}
.bootstrap-wrapper .order-5 {
  order: 5;
}
.bootstrap-wrapper .order-6 {
  order: 6;
}
.bootstrap-wrapper .order-7 {
  order: 7;
}
.bootstrap-wrapper .order-8 {
  order: 8;
}
.bootstrap-wrapper .order-9 {
  order: 9;
}
.bootstrap-wrapper .order-10 {
  order: 10;
}
.bootstrap-wrapper .order-11 {
  order: 11;
}
.bootstrap-wrapper .order-12 {
  order: 12;
}
.bootstrap-wrapper .offset-1 {
  margin-left: 8.3333333333%;
}
.bootstrap-wrapper .offset-2 {
  margin-left: 16.6666666667%;
}
.bootstrap-wrapper .offset-3 {
  margin-left: 25%;
}
.bootstrap-wrapper .offset-4 {
  margin-left: 33.3333333333%;
}
.bootstrap-wrapper .offset-5 {
  margin-left: 41.6666666667%;
}
.bootstrap-wrapper .offset-6 {
  margin-left: 50%;
}
.bootstrap-wrapper .offset-7 {
  margin-left: 58.3333333333%;
}
.bootstrap-wrapper .offset-8 {
  margin-left: 66.6666666667%;
}
.bootstrap-wrapper .offset-9 {
  margin-left: 75%;
}
.bootstrap-wrapper .offset-10 {
  margin-left: 83.3333333333%;
}
.bootstrap-wrapper .offset-11 {
  margin-left: 91.6666666667%;
}
@media (min-width: 576px) {
  .bootstrap-wrapper .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .bootstrap-wrapper .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .bootstrap-wrapper .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .bootstrap-wrapper .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .bootstrap-wrapper .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .bootstrap-wrapper .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .bootstrap-wrapper .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .bootstrap-wrapper .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .bootstrap-wrapper .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .bootstrap-wrapper .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .bootstrap-wrapper .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .bootstrap-wrapper .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .bootstrap-wrapper .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .bootstrap-wrapper .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .bootstrap-wrapper .order-sm-first {
    order: -1;
  }
  .bootstrap-wrapper .order-sm-last {
    order: 13;
  }
  .bootstrap-wrapper .order-sm-0 {
    order: 0;
  }
  .bootstrap-wrapper .order-sm-1 {
    order: 1;
  }
  .bootstrap-wrapper .order-sm-2 {
    order: 2;
  }
  .bootstrap-wrapper .order-sm-3 {
    order: 3;
  }
  .bootstrap-wrapper .order-sm-4 {
    order: 4;
  }
  .bootstrap-wrapper .order-sm-5 {
    order: 5;
  }
  .bootstrap-wrapper .order-sm-6 {
    order: 6;
  }
  .bootstrap-wrapper .order-sm-7 {
    order: 7;
  }
  .bootstrap-wrapper .order-sm-8 {
    order: 8;
  }
  .bootstrap-wrapper .order-sm-9 {
    order: 9;
  }
  .bootstrap-wrapper .order-sm-10 {
    order: 10;
  }
  .bootstrap-wrapper .order-sm-11 {
    order: 11;
  }
  .bootstrap-wrapper .order-sm-12 {
    order: 12;
  }
  .bootstrap-wrapper .offset-sm-0 {
    margin-left: 0;
  }
  .bootstrap-wrapper .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .bootstrap-wrapper .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .bootstrap-wrapper .offset-sm-3 {
    margin-left: 25%;
  }
  .bootstrap-wrapper .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .bootstrap-wrapper .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .bootstrap-wrapper .offset-sm-6 {
    margin-left: 50%;
  }
  .bootstrap-wrapper .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .bootstrap-wrapper .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .bootstrap-wrapper .offset-sm-9 {
    margin-left: 75%;
  }
  .bootstrap-wrapper .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .bootstrap-wrapper .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .bootstrap-wrapper .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .bootstrap-wrapper .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .bootstrap-wrapper .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .bootstrap-wrapper .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .bootstrap-wrapper .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .bootstrap-wrapper .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .bootstrap-wrapper .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .bootstrap-wrapper .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .bootstrap-wrapper .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .bootstrap-wrapper .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .bootstrap-wrapper .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .bootstrap-wrapper .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .bootstrap-wrapper .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .bootstrap-wrapper .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .bootstrap-wrapper .order-md-first {
    order: -1;
  }
  .bootstrap-wrapper .order-md-last {
    order: 13;
  }
  .bootstrap-wrapper .order-md-0 {
    order: 0;
  }
  .bootstrap-wrapper .order-md-1 {
    order: 1;
  }
  .bootstrap-wrapper .order-md-2 {
    order: 2;
  }
  .bootstrap-wrapper .order-md-3 {
    order: 3;
  }
  .bootstrap-wrapper .order-md-4 {
    order: 4;
  }
  .bootstrap-wrapper .order-md-5 {
    order: 5;
  }
  .bootstrap-wrapper .order-md-6 {
    order: 6;
  }
  .bootstrap-wrapper .order-md-7 {
    order: 7;
  }
  .bootstrap-wrapper .order-md-8 {
    order: 8;
  }
  .bootstrap-wrapper .order-md-9 {
    order: 9;
  }
  .bootstrap-wrapper .order-md-10 {
    order: 10;
  }
  .bootstrap-wrapper .order-md-11 {
    order: 11;
  }
  .bootstrap-wrapper .order-md-12 {
    order: 12;
  }
  .bootstrap-wrapper .offset-md-0 {
    margin-left: 0;
  }
  .bootstrap-wrapper .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .bootstrap-wrapper .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .bootstrap-wrapper .offset-md-3 {
    margin-left: 25%;
  }
  .bootstrap-wrapper .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .bootstrap-wrapper .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .bootstrap-wrapper .offset-md-6 {
    margin-left: 50%;
  }
  .bootstrap-wrapper .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .bootstrap-wrapper .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .bootstrap-wrapper .offset-md-9 {
    margin-left: 75%;
  }
  .bootstrap-wrapper .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .bootstrap-wrapper .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .bootstrap-wrapper .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .bootstrap-wrapper .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .bootstrap-wrapper .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .bootstrap-wrapper .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .bootstrap-wrapper .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .bootstrap-wrapper .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .bootstrap-wrapper .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .bootstrap-wrapper .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .bootstrap-wrapper .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .bootstrap-wrapper .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .bootstrap-wrapper .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .bootstrap-wrapper .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .bootstrap-wrapper .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .bootstrap-wrapper .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .bootstrap-wrapper .order-lg-first {
    order: -1;
  }
  .bootstrap-wrapper .order-lg-last {
    order: 13;
  }
  .bootstrap-wrapper .order-lg-0 {
    order: 0;
  }
  .bootstrap-wrapper .order-lg-1 {
    order: 1;
  }
  .bootstrap-wrapper .order-lg-2 {
    order: 2;
  }
  .bootstrap-wrapper .order-lg-3 {
    order: 3;
  }
  .bootstrap-wrapper .order-lg-4 {
    order: 4;
  }
  .bootstrap-wrapper .order-lg-5 {
    order: 5;
  }
  .bootstrap-wrapper .order-lg-6 {
    order: 6;
  }
  .bootstrap-wrapper .order-lg-7 {
    order: 7;
  }
  .bootstrap-wrapper .order-lg-8 {
    order: 8;
  }
  .bootstrap-wrapper .order-lg-9 {
    order: 9;
  }
  .bootstrap-wrapper .order-lg-10 {
    order: 10;
  }
  .bootstrap-wrapper .order-lg-11 {
    order: 11;
  }
  .bootstrap-wrapper .order-lg-12 {
    order: 12;
  }
  .bootstrap-wrapper .offset-lg-0 {
    margin-left: 0;
  }
  .bootstrap-wrapper .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .bootstrap-wrapper .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .bootstrap-wrapper .offset-lg-3 {
    margin-left: 25%;
  }
  .bootstrap-wrapper .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .bootstrap-wrapper .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .bootstrap-wrapper .offset-lg-6 {
    margin-left: 50%;
  }
  .bootstrap-wrapper .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .bootstrap-wrapper .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .bootstrap-wrapper .offset-lg-9 {
    margin-left: 75%;
  }
  .bootstrap-wrapper .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .bootstrap-wrapper .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .bootstrap-wrapper .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .bootstrap-wrapper .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .bootstrap-wrapper .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .bootstrap-wrapper .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .bootstrap-wrapper .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .bootstrap-wrapper .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .bootstrap-wrapper .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .bootstrap-wrapper .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .bootstrap-wrapper .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .bootstrap-wrapper .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .bootstrap-wrapper .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .bootstrap-wrapper .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .bootstrap-wrapper .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .bootstrap-wrapper .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .bootstrap-wrapper .order-xl-first {
    order: -1;
  }
  .bootstrap-wrapper .order-xl-last {
    order: 13;
  }
  .bootstrap-wrapper .order-xl-0 {
    order: 0;
  }
  .bootstrap-wrapper .order-xl-1 {
    order: 1;
  }
  .bootstrap-wrapper .order-xl-2 {
    order: 2;
  }
  .bootstrap-wrapper .order-xl-3 {
    order: 3;
  }
  .bootstrap-wrapper .order-xl-4 {
    order: 4;
  }
  .bootstrap-wrapper .order-xl-5 {
    order: 5;
  }
  .bootstrap-wrapper .order-xl-6 {
    order: 6;
  }
  .bootstrap-wrapper .order-xl-7 {
    order: 7;
  }
  .bootstrap-wrapper .order-xl-8 {
    order: 8;
  }
  .bootstrap-wrapper .order-xl-9 {
    order: 9;
  }
  .bootstrap-wrapper .order-xl-10 {
    order: 10;
  }
  .bootstrap-wrapper .order-xl-11 {
    order: 11;
  }
  .bootstrap-wrapper .order-xl-12 {
    order: 12;
  }
  .bootstrap-wrapper .offset-xl-0 {
    margin-left: 0;
  }
  .bootstrap-wrapper .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .bootstrap-wrapper .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .bootstrap-wrapper .offset-xl-3 {
    margin-left: 25%;
  }
  .bootstrap-wrapper .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .bootstrap-wrapper .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .bootstrap-wrapper .offset-xl-6 {
    margin-left: 50%;
  }
  .bootstrap-wrapper .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .bootstrap-wrapper .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .bootstrap-wrapper .offset-xl-9 {
    margin-left: 75%;
  }
  .bootstrap-wrapper .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .bootstrap-wrapper .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.bootstrap-wrapper .img-fluid {
  max-width: 100%;
  height: auto;
}

/*# sourceMappingURL=grid.css.map */
