/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/content/styles/bootstrap.scss?ngGlobalStyle ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*!
 * Bootstrap v4.3.1 (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)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #ffffff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}

.col-2 {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

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

.col-4 {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

.col-5 {
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}

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

.col-7 {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}

.col-8 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}

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

.col-10 {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}

.col-11 {
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #ffffff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
  -webkit-appearance: none;
          appearance: none;
}

select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #ffffff;
}

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

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

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

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

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

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

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

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

textarea.form-control {
  height: auto;
}

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

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

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

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

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

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

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

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

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #ffffff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .valid-tooltip, .form-row > [class*=col-] > .valid-tooltip {
  left: 5px;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated select.form-control:valid, select.form-control.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #ffffff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #ffffff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .invalid-tooltip, .form-row > [class*=col-] > .invalid-tooltip {
  left: 5px;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated select.form-control:invalid, select.form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #ffffff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

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

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

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

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

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

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

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

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

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #ffffff;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

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

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

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

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

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

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

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}
.alert-primary hr {
  border-top-color: #9fcdff;
}
.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.alert-secondary hr {
  border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-success hr {
  border-top-color: #b1dfbb;
}
.alert-success .alert-link {
  color: #0b2e13;
}

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

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-warning hr {
  border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-danger hr {
  border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light hr {
  border-top-color: #ececf6;
}
.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: #040505;
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.5;
}
.close:hover {
  color: #000000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

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

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

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #007bff !important;
}

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

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

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

.bg-success {
  background-color: #28a745 !important;
}

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

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

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

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

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

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

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

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

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

.bg-dark {
  background-color: #343a40 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-primary {
  border-color: #007bff !important;
}

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

.border-success {
  border-color: #28a745 !important;
}

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

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

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

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

.border-dark {
  border-color: #343a40 !important;
}

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

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

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

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

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

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

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

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

.rounded-circle {
  border-radius: 50% !important;
}

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

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

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

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

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

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

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

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

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

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

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

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

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

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

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

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.user-select-all {
  -webkit-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
          user-select: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

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

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

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

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

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important;
}

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

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

.text-success {
  color: #28a745 !important;
}

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

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

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

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

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

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

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

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

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

.text-dark {
  color: #343a40 !important;
}

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

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #ffffff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./node_modules/bootstrap/scss/bootstrap.scss?ngGlobalStyle ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*!
 * Bootstrap v4.6.1 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

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

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}

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

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

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

figure {
  margin: 0 0 1rem;
}

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

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

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

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

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

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.figure {
  display: inline-block;
}

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

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

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

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

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

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

.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}

.col-2 {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

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

.col-4 {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

.col-5 {
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}

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

.col-7 {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}

.col-8 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}

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

.col-10 {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}

.col-11 {
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

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

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

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

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

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

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff;
}

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

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

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

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}

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

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

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

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

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

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}

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

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

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

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

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

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

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

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
  -webkit-appearance: none;
          appearance: none;
}

select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

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

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

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

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

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

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

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

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

textarea.form-control {
  height: auto;
}

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

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

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

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

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

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

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

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

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .valid-tooltip, .form-row > [class*=col-] > .valid-tooltip {
  left: 5px;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated select.form-control:valid, select.form-control.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .invalid-tooltip, .form-row > [class*=col-] > .invalid-tooltip {
  left: 5px;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated select.form-control:invalid, select.form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

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

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.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;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

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

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.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;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.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;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

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

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}
.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

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

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

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

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

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

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

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

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

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

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

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

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  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;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

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

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

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

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

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

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

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

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50%/50% 50% no-repeat;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
          appearance: none;
}
.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

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

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

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

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
          appearance: none;
}
.custom-range:focus {
  outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

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

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

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

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

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

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

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

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50%/100% 100% no-repeat;
}

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

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

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

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

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

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

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}

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

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

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

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

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

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

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

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}

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

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

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

.badge:empty {
  display: none;
}

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

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

.badge-primary {
  color: #fff;
  background-color: #007bff;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #0062cc;
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

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

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

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

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

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}
.alert-primary hr {
  border-top-color: #9fcdff;
}
.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.alert-secondary hr {
  border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-success hr {
  border-top-color: #b1dfbb;
}
.alert-success .alert-link {
  color: #0b2e13;
}

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

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-warning hr {
  border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-danger hr {
  border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light hr {
  border-top-color: #ececf6;
}
.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: #040505;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

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

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

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

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

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

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

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

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

.toast-body {
  padding: 0.75rem;
}

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

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

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

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

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

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

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

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  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.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

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

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

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

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

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  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.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

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

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

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

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

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

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

.carousel {
  position: relative;
}

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

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

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50%/100% 100% no-repeat;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: 0.75s linear infinite spinner-grow;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    animation-duration: 1.5s;
  }
}
.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #007bff !important;
}

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

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

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

.bg-success {
  background-color: #28a745 !important;
}

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

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

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

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

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

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

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

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

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

.bg-dark {
  background-color: #343a40 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-primary {
  border-color: #007bff !important;
}

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

.border-success {
  border-color: #28a745 !important;
}

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

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

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

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

.border-dark {
  border-color: #343a40 !important;
}

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

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

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

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

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

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

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

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

.rounded-circle {
  border-radius: 50% !important;
}

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

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

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

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

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

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

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

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

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

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

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

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

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

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

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

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.user-select-all {
  -webkit-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
          user-select: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

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

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

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

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

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important;
}

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

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

.text-success {
  color: #28a745 !important;
}

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

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

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

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

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

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

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

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

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

.text-dark {
  color: #343a40 !important;
}

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

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
/*!***************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/ngx-bootstrap/datepicker/bs-datepicker.css?ngGlobalStyle ***!
  \***************************************************************************************************************************************************************************************************************************************************************/
/* .bs-datepicker */
.bs-datepicker {
  display: flex;
  align-items: stretch;
  flex-flow: row wrap;
  background: #fff;
  box-shadow: 0 0 10px 0 #aaa;
  position: relative;
  z-index: 1;
  /* button */
  /* .bs-datepicker-head */
  /* .bs-datepicker-body */
  /* .current-timedate */
  /* .bs-datepicker-multiple */
  /* .bs-datepicker-btns */
  /*.bs-datepicker-custom-range */
  /* .bs-datepicker-predefined-btns */
  /* .bs-datepicker-buttons */
}
.bs-datepicker:after {
  clear: both;
  content: "";
  display: block;
}
.bs-datepicker bs-day-picker {
  float: left;
}
.bs-datepicker button:hover,
.bs-datepicker button:focus,
.bs-datepicker button:active,
.bs-datepicker input:hover,
.bs-datepicker input:focus,
.bs-datepicker input:active, .bs-datepicker-btns button:hover, .bs-datepicker-btns button:focus, .bs-datepicker-btns button:active, .bs-datepicker-predefined-btns button:active, .bs-datepicker-predefined-btns button:focus {
  outline: none;
}
.bs-datepicker-head {
  min-width: 270px;
  height: 50px;
  padding: 10px;
  border-radius: 3px 3px 0 0;
  text-align: justify;
  /* .bs-datepicker-head button */
}
.bs-datepicker-head:after {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.bs-datepicker-head button {
  display: inline-block;
  vertical-align: top;
  padding: 0;
  height: 30px;
  line-height: 30px;
  border: 0;
  background: transparent;
  text-align: center;
  cursor: pointer;
  color: #fff;
  transition: 0.3s;
}
.bs-datepicker-head button[disabled], .bs-datepicker-head button[disabled]:hover, .bs-datepicker-head button[disabled]:active {
  background: rgba(221, 221, 221, 0.3);
  color: #f5f5f5;
  cursor: not-allowed;
}
.bs-datepicker-head button.previous span {
  transform: translate(-1px, -1px);
}
.bs-datepicker-head button.next span {
  transform: translate(1px, -1px);
}
.bs-datepicker-head button.next, .bs-datepicker-head button.previous {
  border-radius: 50%;
  width: 30px;
  height: 30px;
}
.bs-datepicker-head button.next span, .bs-datepicker-head button.previous span {
  font-size: 28px;
  line-height: 1;
  display: inline-block;
  position: relative;
  height: 100%;
  width: 100%;
  border-radius: 50%;
}
.bs-datepicker-head button.current {
  border-radius: 15px;
  max-width: 155px;
  padding: 0 13px;
}
.bs-datepicker-head button:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.bs-datepicker-head button:active {
  background-color: rgba(0, 0, 0, 0.2);
}
.bs-datepicker-body {
  padding: 10px;
  border-radius: 0 0 3px 3px;
  min-height: 232px;
  min-width: 278px;
  border: 1px solid #e9edf0;
  /* .bs-datepicker-body table */
}
.bs-datepicker-body .days.weeks {
  position: relative;
  z-index: 1;
}
.bs-datepicker-body table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  /* .bs-datepicker-body table.days */
  /* .bs-datepicker-body table.weeks */
}
.bs-datepicker-body table th {
  font-size: 13px;
  color: #9aaec1;
  font-weight: 400;
  text-align: center;
}
.bs-datepicker-body table td {
  color: #54708b;
  text-align: center;
  position: relative;
  padding: 0;
  /* todo: check first :not(.disabled) usage */
}
.bs-datepicker-body table td span {
  display: block;
  margin: 0 auto;
  font-size: 13px;
  border-radius: 50%;
  /*z-index: 1;*/
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.bs-datepicker-body table td:not(.disabled):not(.week) span:not(.disabled):not(.is-other-month) {
  cursor: pointer;
}
.bs-datepicker-body table td.is-highlighted:not(.disabled):not(.selected) span,
.bs-datepicker-body table td span.is-highlighted:not(.disabled):not(.selected) {
  background-color: #e9edf0;
  transition: 0s;
}
.bs-datepicker-body table td.is-active-other-month:not(.disabled):not(.selected) span,
.bs-datepicker-body table td span.is-active-other-month:not(.disabled):not(.selected) {
  background-color: #e9edf0;
  transition: 0s;
  cursor: pointer;
}
.bs-datepicker-body table td span.disabled, .bs-datepicker-body table td.disabled span {
  color: #9aaec1;
}
.bs-datepicker-body table td span.selected, .bs-datepicker-body table td.selected span {
  color: #fff;
}
.bs-datepicker-body table td span.selected.disabled, .bs-datepicker-body table td.selected.disabled span {
  opacity: 0.3;
}
.bs-datepicker-body table td span.is-other-month, .bs-datepicker-body table td.is-other-month span {
  color: rgba(0, 0, 0, 0.25);
}
.bs-datepicker-body table td.active {
  position: relative;
}
.bs-datepicker-body table td.active.select-start:before {
  left: 35%;
}
.bs-datepicker-body table td.active.select-end:before {
  left: -85%;
}
.bs-datepicker-body table td span.active.select-start:after,
.bs-datepicker-body table td span.active.select-end:after, .bs-datepicker-body table td.active.select-start span:after, .bs-datepicker-body table td.active.select-end span:after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  transition: 0.3s;
  top: 0;
  border-radius: 50%;
}
.bs-datepicker-body table td:before,
.bs-datepicker-body table td span:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 6px;
  bottom: 6px;
  left: -3px;
  right: -2px;
  box-sizing: content-box;
  background: transparent;
}
.bs-datepicker-body table td.active.select-start + td.active:before {
  left: -20%;
}
.bs-datepicker-body table td:last-child.active:before {
  border-radius: 0 3px 3px 0;
  width: 125%;
  left: -25%;
}
.bs-datepicker-body table td span[class*=select-], .bs-datepicker-body table td[class*=select-] span {
  border-radius: 50%;
  color: #fff;
}
.bs-datepicker-body table.days td.active:not(.select-start):not(.disabled):before, .bs-datepicker-body table.days td.in-range:not(.select-start):not(.disabled):before,
.bs-datepicker-body table.days span.active:not(.select-start):not(.disabled):before,
.bs-datepicker-body table.days span.in-range:not(.select-start):not(.disabled):before {
  background: #e9edf0;
}
.bs-datepicker-body table.days span {
  width: 32px;
  height: 32px;
  line-height: 32px;
}
.bs-datepicker-body table.days span.select-start {
  z-index: 2;
}
.bs-datepicker-body table.days span.is-highlighted.in-range:before {
  right: 3px;
  left: 0;
}
.bs-datepicker-body table.days span.in-range.select-end:before {
  right: 4px;
  left: 0;
}
.bs-datepicker-body table.days td.select-start + td.select-end:before, .bs-datepicker-body table.days td.select-start + td.is-highlighted:before, .bs-datepicker-body table.days td.active + td.is-highlighted:before, .bs-datepicker-body table.days td.active + td.select-end:before, .bs-datepicker-body table.days td.in-range + td.is-highlighted:before, .bs-datepicker-body table.days td.in-range + td.select-end:before {
  background: #e9edf0;
  width: 100%;
}
.bs-datepicker-body table.weeks tr td:nth-child(2).active:before {
  border-radius: 3px 0 0 3px;
  left: 0;
  width: 100%;
}
.bs-datepicker-body table:not(.weeks) tr td:first-child:before {
  border-radius: 3px 0 0 3px;
}
.bs-datepicker-body table.years td span {
  width: 46px;
  height: 46px;
  line-height: 45px;
  margin: 0 auto;
}
.bs-datepicker-body table.years tr:not(:last-child) td span {
  margin-bottom: 8px;
}
.bs-datepicker-body table.months td {
  height: 52px;
}
.bs-datepicker-body table.months td span {
  padding: 6px;
  border-radius: 15px;
}
.bs-datepicker .current-timedate {
  color: #54708b;
  font-size: 15px;
  text-align: center;
  height: 30px;
  line-height: 30px;
  border-radius: 20px;
  border: 1px solid #e9edf0;
  margin-bottom: 10px;
  cursor: pointer;
  text-transform: uppercase;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.bs-datepicker .current-timedate span:not(:empty):before {
  content: "";
  width: 15px;
  height: 16px;
  display: inline-block;
  margin-right: 4px;
  vertical-align: text-bottom;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAQCAYAAADJViUEAAABMklEQVQoU9VTwW3CQBCcOUgBtEBKSAukAnBKME+wFCAlYIhk8sQlxFABtJAScAsuAPBEewYcxCP8ouxrPDsza61uiVN1o6RNHD4htSCmq49RfO71BvMJqBBkITRf1kmUW49nQRC9h1I5AZlBClaL8aP1fKgOOxCx8aSLs+Q19eZuNO8QmPqJRtDFguy7OAcDbJPs+/BKVPDIPrvD2ZJgWAmVe7O0rI0Vqs1seyWUXpuJoppYCa5L+U++NpNPkr5OE2oMdARsb3gykJT5ydZcL8Z9Ww60nxg2LhjON9li9OwXZzo+xLbp3nC2s9CL2RrueGyVrgwNm8HpsCzZ9EEW6kqXlo1GQe03FzP/7W8Hl0dBtu7Bf7zt6mIwvX1RvzDCm7+q3mAW0Dl/GPdUCeXrZLT9BrDrGkm4qlPvAAAAAElFTkSuQmCC);
}
.bs-datepicker-multiple {
  border-radius: 4px 0 0 4px;
}
.bs-datepicker-multiple + .bs-datepicker-multiple {
  margin-left: 10px;
}
.bs-datepicker-multiple .bs-datepicker {
  box-shadow: none;
  position: relative;
}
.bs-datepicker-multiple .bs-datepicker:not(:last-child) {
  padding-right: 10px;
}
.bs-datepicker-multiple .bs-datepicker + .bs-datepicker:after {
  content: "";
  display: block;
  width: 14px;
  height: 10px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAKCAYAAABrGwT5AAAA1ElEQVQoU42RsQrCUAxF77VuDu7O4oMWW//BURBBpZvgKk4uIrjoqKOTf+DopIO4uYggtFTfw3+pkQqCW1/G5J7kJiFy4m5MxUlxAzgIPHX+lzMPzupRYlYgxiR7vqsOP8YKzsTx0yxFMCUZ+q7aZzlr+OvgoWcAFyAHgat2jLWu48252DdqAihDJGSSJNUUxYmQjs3+hPQBlAh2rG2LCOPnaw3IiGDX99TRCs7ASJsNhUOA7d/LcuHvRG22FIZvsNXw1MX6VZExCilOQKEfeLXr/10+aC9Ho7arh7oAAAAASUVORK5CYII=);
  position: absolute;
  top: 25px;
  left: -8px;
}
.bs-datepicker-multiple .bs-datepicker .left {
  float: left;
}
.bs-datepicker-multiple .bs-datepicker .right {
  float: right;
}
.bs-datepicker-container {
  padding: 15px;
}
.bs-datepicker .bs-media-container {
  display: flex;
}
@media (max-width: 768px) {
  .bs-datepicker .bs-media-container {
    flex-direction: column;
  }
}
.bs-datepicker .bs-timepicker-in-datepicker-container {
  display: flex;
  justify-content: space-around;
}
.bs-datepicker-custom-range {
  padding: 15px;
  background: #eee;
}
.bs-datepicker-predefined-btns button {
  width: 100%;
  display: block;
  height: 30px;
  background-color: #9aaec1;
  border-radius: 4px;
  color: #fff;
  border: 0;
  margin-bottom: 10px;
  padding: 0 18px;
  text-align: left;
  transition: 0.3s;
}
.bs-datepicker-predefined-btns button:hover {
  background-color: #54708b;
}
.bs-datepicker-buttons {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  padding-top: 10px;
  border-top: 1px solid #e9edf0;
}
.bs-datepicker-buttons .btn-default {
  margin-left: 10px;
}
.bs-datepicker-buttons .btn-today-wrapper {
  display: flex;
  flex-flow: row wrap;
}
.bs-datepicker-buttons .clear-right,
.bs-datepicker-buttons .today-right {
  flex-grow: 0;
}
.bs-datepicker-buttons .clear-left,
.bs-datepicker-buttons .today-left {
  flex-grow: 1;
}
.bs-datepicker-buttons .clear-center,
.bs-datepicker-buttons .today-center {
  flex-grow: 0.5;
}

/* .bs-timepicker */
.bs-timepicker-container {
  padding: 10px 0;
}
.bs-timepicker-label {
  color: #54708b;
  margin-bottom: 10px;
}
.bs-timepicker-controls {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}
.bs-timepicker-controls button {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 0;
  background-color: #e9edf0;
  color: #54708b;
  font-size: 16px;
  font-weight: 700;
  vertical-align: middle;
  line-height: 0;
  padding: 0;
  transition: 0.3s;
}
.bs-timepicker-controls button:hover {
  background-color: #d5dadd;
}
.bs-timepicker-controls input {
  width: 35px;
  height: 25px;
  border-radius: 13px;
  text-align: center;
  border: 1px solid #e9edf0;
}
.bs-timepicker .switch-time-format {
  text-transform: uppercase;
  min-width: 54px;
  height: 25px;
  border-radius: 20px;
  border: 1px solid #e9edf0;
  background: #fff;
  color: #54708b;
  font-size: 13px;
}
.bs-timepicker .switch-time-format img {
  vertical-align: initial;
  margin-left: 4px;
}

bs-datepicker-container,
bs-daterangepicker-container {
  z-index: 1080;
}

/* screen size < 1024px */
@media (max-width: 768px) {
  .bs-datepicker {
    width: min-content;
    justify-content: center;
  }
  .bs-datepicker-multiple {
    display: flex;
  }
  .bs-datepicker-multiple + .bs-datepicker-multiple {
    margin-top: 10px;
    margin-left: 0;
  }
}
/* theming */
.theme-default .bs-datepicker-head {
  background-color: #777;
}
.theme-default .btn-today-wrapper .btn-success, .theme-default .btn-clear-wrapper .btn-success {
  background-color: #777;
  border-color: #777;
}
.theme-default .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active:focus, .theme-default .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}
.theme-default .btn-today-wrapper .btn-success:focus, .theme-default .btn-clear-wrapper .btn-success:focus {
  box-shadow: none;
}
.theme-default .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active, .theme-default .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active {
  background-color: #616161;
  border-color: #616161;
}
.theme-default .btn-today-wrapper .btn-success:hover, .theme-default .btn-clear-wrapper .btn-success:hover {
  background-color: #6F6E6E;
  border-color: #6F6E6E;
}
.theme-default .bs-datepicker-predefined-btns button.selected {
  background-color: #777;
}
.theme-default .bs-datepicker-body table td span.selected, .theme-default .bs-datepicker-body table td.selected span,
.theme-default .bs-datepicker-body table td span[class*=select-]:after, .theme-default .bs-datepicker-body table td[class*=select-] span:after {
  background-color: #777;
}
.theme-default .bs-datepicker-body table td.week span {
  color: #777;
}
.theme-default .bs-datepicker-body table td.active-week span:hover {
  cursor: pointer;
  background-color: #777;
  color: #fff;
  opacity: 0.5;
  transition: 0s;
}

.theme-green .bs-datepicker-head {
  background-color: #5cb85c;
}
.theme-green .btn-today-wrapper .btn-success, .theme-green .btn-clear-wrapper .btn-success {
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.theme-green .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active:focus, .theme-green .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}
.theme-green .btn-today-wrapper .btn-success:focus, .theme-green .btn-clear-wrapper .btn-success:focus {
  box-shadow: none;
}
.theme-green .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active, .theme-green .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active {
  background-color: #1e7e34;
  border-color: #1e7e34;
}
.theme-green .btn-today-wrapper .btn-success:hover, .theme-green .btn-clear-wrapper .btn-success:hover {
  background-color: #218838;
  border-color: #218838;
}
.theme-green .bs-datepicker-predefined-btns button.selected {
  background-color: #5cb85c;
}
.theme-green .bs-datepicker-body table td span.selected, .theme-green .bs-datepicker-body table td.selected span,
.theme-green .bs-datepicker-body table td span[class*=select-]:after, .theme-green .bs-datepicker-body table td[class*=select-] span:after {
  background-color: #5cb85c;
}
.theme-green .bs-datepicker-body table td.week span {
  color: #5cb85c;
}
.theme-green .bs-datepicker-body table td.active-week span:hover {
  cursor: pointer;
  background-color: #5cb85c;
  color: #fff;
  opacity: 0.5;
  transition: 0s;
}

.theme-blue .bs-datepicker-head {
  background-color: #5bc0de;
}
.theme-blue .btn-today-wrapper .btn-success, .theme-blue .btn-clear-wrapper .btn-success {
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.theme-blue .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active:focus, .theme-blue .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}
.theme-blue .btn-today-wrapper .btn-success:focus, .theme-blue .btn-clear-wrapper .btn-success:focus {
  box-shadow: none;
}
.theme-blue .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active, .theme-blue .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active {
  background-color: #2AA8CD;
  border-color: #2AA8CD;
}
.theme-blue .btn-today-wrapper .btn-success:hover, .theme-blue .btn-clear-wrapper .btn-success:hover {
  background-color: #3AB3D7;
  border-color: #3AB3D7;
}
.theme-blue .bs-datepicker-predefined-btns button.selected {
  background-color: #5bc0de;
}
.theme-blue .bs-datepicker-body table td span.selected, .theme-blue .bs-datepicker-body table td.selected span,
.theme-blue .bs-datepicker-body table td span[class*=select-]:after, .theme-blue .bs-datepicker-body table td[class*=select-] span:after {
  background-color: #5bc0de;
}
.theme-blue .bs-datepicker-body table td.week span {
  color: #5bc0de;
}
.theme-blue .bs-datepicker-body table td.active-week span:hover {
  cursor: pointer;
  background-color: #5bc0de;
  color: #fff;
  opacity: 0.5;
  transition: 0s;
}

.theme-dark-blue .bs-datepicker-head {
  background-color: #337ab7;
}
.theme-dark-blue .btn-today-wrapper .btn-success, .theme-dark-blue .btn-clear-wrapper .btn-success {
  background-color: #337ab7;
  border-color: #337ab7;
}
.theme-dark-blue .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active:focus, .theme-dark-blue .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}
.theme-dark-blue .btn-today-wrapper .btn-success:focus, .theme-dark-blue .btn-clear-wrapper .btn-success:focus {
  box-shadow: none;
}
.theme-dark-blue .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active, .theme-dark-blue .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active {
  background-color: #266498;
  border-color: #266498;
}
.theme-dark-blue .btn-today-wrapper .btn-success:hover, .theme-dark-blue .btn-clear-wrapper .btn-success:hover {
  background-color: #2C6FA9;
  border-color: #2C6FA9;
}
.theme-dark-blue .bs-datepicker-predefined-btns button.selected {
  background-color: #337ab7;
}
.theme-dark-blue .bs-datepicker-body table td span.selected, .theme-dark-blue .bs-datepicker-body table td.selected span,
.theme-dark-blue .bs-datepicker-body table td span[class*=select-]:after, .theme-dark-blue .bs-datepicker-body table td[class*=select-] span:after {
  background-color: #337ab7;
}
.theme-dark-blue .bs-datepicker-body table td.week span {
  color: #337ab7;
}
.theme-dark-blue .bs-datepicker-body table td.active-week span:hover {
  cursor: pointer;
  background-color: #337ab7;
  color: #fff;
  opacity: 0.5;
  transition: 0s;
}

.theme-red .bs-datepicker-head {
  background-color: #d9534f;
}
.theme-red .btn-today-wrapper .btn-success, .theme-red .btn-clear-wrapper .btn-success {
  background-color: #d9534f;
  border-color: #d9534f;
}
.theme-red .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active:focus, .theme-red .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}
.theme-red .btn-today-wrapper .btn-success:focus, .theme-red .btn-clear-wrapper .btn-success:focus {
  box-shadow: none;
}
.theme-red .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active, .theme-red .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active {
  background-color: #D23531;
  border-color: #D23531;
}
.theme-red .btn-today-wrapper .btn-success:hover, .theme-red .btn-clear-wrapper .btn-success:hover {
  background-color: #E33732;
  border-color: #E33732;
}
.theme-red .bs-datepicker-predefined-btns button.selected {
  background-color: #d9534f;
}
.theme-red .bs-datepicker-body table td span.selected, .theme-red .bs-datepicker-body table td.selected span,
.theme-red .bs-datepicker-body table td span[class*=select-]:after, .theme-red .bs-datepicker-body table td[class*=select-] span:after {
  background-color: #d9534f;
}
.theme-red .bs-datepicker-body table td.week span {
  color: #d9534f;
}
.theme-red .bs-datepicker-body table td.active-week span:hover {
  cursor: pointer;
  background-color: #d9534f;
  color: #fff;
  opacity: 0.5;
  transition: 0s;
}

.theme-orange .bs-datepicker-head {
  background-color: #f0ad4e;
}
.theme-orange .btn-today-wrapper .btn-success, .theme-orange .btn-clear-wrapper .btn-success {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.theme-orange .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active:focus, .theme-orange .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}
.theme-orange .btn-today-wrapper .btn-success:focus, .theme-orange .btn-clear-wrapper .btn-success:focus {
  box-shadow: none;
}
.theme-orange .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active, .theme-orange .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active {
  background-color: #ED9C29;
  border-color: #ED9C29;
}
.theme-orange .btn-today-wrapper .btn-success:hover, .theme-orange .btn-clear-wrapper .btn-success:hover {
  background-color: #FFAC35;
  border-color: #FFAC35;
}
.theme-orange .bs-datepicker-predefined-btns button.selected {
  background-color: #f0ad4e;
}
.theme-orange .bs-datepicker-body table td span.selected, .theme-orange .bs-datepicker-body table td.selected span,
.theme-orange .bs-datepicker-body table td span[class*=select-]:after, .theme-orange .bs-datepicker-body table td[class*=select-] span:after {
  background-color: #f0ad4e;
}
.theme-orange .bs-datepicker-body table td.week span {
  color: #f0ad4e;
}
.theme-orange .bs-datepicker-body table td.active-week span:hover {
  cursor: pointer;
  background-color: #f0ad4e;
  color: #fff;
  opacity: 0.5;
  transition: 0s;
}

/*# sourceMappingURL=bs-datepicker.css.map */

/*!*****************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/gridstack/dist/gridstack.min.css?ngGlobalStyle ***!
  \*****************************************************************************************************************************************************************************************************************************************************/
:root .grid-stack-item>.ui-resizable-handle{filter:none}.grid-stack{position:relative}.grid-stack.grid-stack-rtl{direction:ltr}.grid-stack.grid-stack-rtl>.grid-stack-item{direction:rtl}.grid-stack .grid-stack-placeholder>.placeholder-content{border:1px dashed #d3d3d3;margin:0;position:absolute;width:auto;z-index:0!important;text-align:center}.grid-stack>.grid-stack-item{min-width:8.3333333333%;position:absolute;padding:0}.grid-stack>.grid-stack-item>.grid-stack-item-content{margin:0;position:absolute;width:auto;overflow-x:hidden;overflow-y:auto}.grid-stack>.grid-stack-item>.ui-resizable-handle{position:absolute;font-size:.1px;display:block;touch-action:none}.grid-stack>.grid-stack-item.ui-resizable-autohide>.ui-resizable-handle,.grid-stack>.grid-stack-item.ui-resizable-disabled>.ui-resizable-handle{display:none}.grid-stack>.grid-stack-item.ui-draggable-dragging,.grid-stack>.grid-stack-item.ui-resizable-resizing{z-index:100}.grid-stack>.grid-stack-item.ui-draggable-dragging>.grid-stack-item-content,.grid-stack>.grid-stack-item.ui-resizable-resizing>.grid-stack-item-content{box-shadow:1px 4px 6px rgba(0,0,0,.2);opacity:.8}.grid-stack>.grid-stack-item>.ui-resizable-se,.grid-stack>.grid-stack-item>.ui-resizable-sw{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDUxMS42MjYgNTExLjYyNyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTExLjYyNiA1MTEuNjI3OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZD0iTTMyOC45MDYsNDAxLjk5NGgtMzYuNTUzVjEwOS42MzZoMzYuNTUzYzQuOTQ4LDAsOS4yMzYtMS44MDksMTIuODQ3LTUuNDI2YzMuNjEzLTMuNjE1LDUuNDIxLTcuODk4LDUuNDIxLTEyLjg0NSAgIGMwLTQuOTQ5LTEuODAxLTkuMjMxLTUuNDI4LTEyLjg1MWwtNzMuMDg3LTczLjA5QzI2NS4wNDQsMS44MDksMjYwLjc2LDAsMjU1LjgxMywwYy00Ljk0OCwwLTkuMjI5LDEuODA5LTEyLjg0Nyw1LjQyNCAgIGwtNzMuMDg4LDczLjA5Yy0zLjYxOCwzLjYxOS01LjQyNCw3LjkwMi01LjQyNCwxMi44NTFjMCw0Ljk0NiwxLjgwNyw5LjIyOSw1LjQyNCwxMi44NDVjMy42MTksMy42MTcsNy45MDEsNS40MjYsMTIuODUsNS40MjYgICBoMzYuNTQ1djI5Mi4zNThoLTM2LjU0MmMtNC45NTIsMC05LjIzNSwxLjgwOC0xMi44NSw1LjQyMWMtMy42MTcsMy42MjEtNS40MjQsNy45MDUtNS40MjQsMTIuODU0ICAgYzAsNC45NDUsMS44MDcsOS4yMjcsNS40MjQsMTIuODQ3bDczLjA4OSw3My4wODhjMy42MTcsMy42MTcsNy44OTgsNS40MjQsMTIuODQ3LDUuNDI0YzQuOTUsMCw5LjIzNC0xLjgwNywxMi44NDktNS40MjQgICBsNzMuMDg3LTczLjA4OGMzLjYxMy0zLjYyLDUuNDIxLTcuOTAxLDUuNDIxLTEyLjg0N2MwLTQuOTQ4LTEuODA4LTkuMjMyLTUuNDIxLTEyLjg1NCAgIEMzMzguMTQyLDQwMy44MDIsMzMzLjg1Nyw0MDEuOTk0LDMyOC45MDYsNDAxLjk5NHoiIGZpbGw9IiM2NjY2NjYiLz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);background-repeat:no-repeat;background-position:center;transform:rotate(45deg)}.grid-stack>.grid-stack-item>.ui-resizable-se{transform:rotate(-45deg)}.grid-stack>.grid-stack-item>.ui-resizable-nw{cursor:nw-resize;width:20px;height:20px;top:0}.grid-stack>.grid-stack-item>.ui-resizable-n{cursor:n-resize;height:10px;top:0;left:25px;right:25px}.grid-stack>.grid-stack-item>.ui-resizable-ne{cursor:ne-resize;width:20px;height:20px;top:0}.grid-stack>.grid-stack-item>.ui-resizable-e{cursor:e-resize;width:10px;top:15px;bottom:15px}.grid-stack>.grid-stack-item>.ui-resizable-se{cursor:se-resize;width:20px;height:20px}.grid-stack>.grid-stack-item>.ui-resizable-s{cursor:s-resize;height:10px;left:25px;bottom:0;right:25px}.grid-stack>.grid-stack-item>.ui-resizable-sw{cursor:sw-resize;width:20px;height:20px;bottom:0}.grid-stack>.grid-stack-item>.ui-resizable-w{cursor:w-resize;width:10px;top:15px;bottom:15px}.grid-stack>.grid-stack-item.ui-draggable-dragging>.ui-resizable-handle{display:none!important}.grid-stack>.grid-stack-item[gs-w='0']{width:0%}.grid-stack>.grid-stack-item[gs-x='0']{left:0}.grid-stack>.grid-stack-item[gs-min-w='0']{min-width:0}.grid-stack>.grid-stack-item[gs-max-w='0']{max-width:0%}.grid-stack>.grid-stack-item[gs-w='1']{width:8.3333333333%}.grid-stack>.grid-stack-item[gs-x='1']{left:8.3333333333%}.grid-stack>.grid-stack-item[gs-min-w='1']{min-width:8.3333333333%}.grid-stack>.grid-stack-item[gs-max-w='1']{max-width:8.3333333333%}.grid-stack>.grid-stack-item[gs-w='2']{width:16.6666666667%}.grid-stack>.grid-stack-item[gs-x='2']{left:16.6666666667%}.grid-stack>.grid-stack-item[gs-min-w='2']{min-width:16.6666666667%}.grid-stack>.grid-stack-item[gs-max-w='2']{max-width:16.6666666667%}.grid-stack>.grid-stack-item[gs-w='3']{width:25%}.grid-stack>.grid-stack-item[gs-x='3']{left:25%}.grid-stack>.grid-stack-item[gs-min-w='3']{min-width:25%}.grid-stack>.grid-stack-item[gs-max-w='3']{max-width:25%}.grid-stack>.grid-stack-item[gs-w='4']{width:33.3333333333%}.grid-stack>.grid-stack-item[gs-x='4']{left:33.3333333333%}.grid-stack>.grid-stack-item[gs-min-w='4']{min-width:33.3333333333%}.grid-stack>.grid-stack-item[gs-max-w='4']{max-width:33.3333333333%}.grid-stack>.grid-stack-item[gs-w='5']{width:41.6666666667%}.grid-stack>.grid-stack-item[gs-x='5']{left:41.6666666667%}.grid-stack>.grid-stack-item[gs-min-w='5']{min-width:41.6666666667%}.grid-stack>.grid-stack-item[gs-max-w='5']{max-width:41.6666666667%}.grid-stack>.grid-stack-item[gs-w='6']{width:50%}.grid-stack>.grid-stack-item[gs-x='6']{left:50%}.grid-stack>.grid-stack-item[gs-min-w='6']{min-width:50%}.grid-stack>.grid-stack-item[gs-max-w='6']{max-width:50%}.grid-stack>.grid-stack-item[gs-w='7']{width:58.3333333333%}.grid-stack>.grid-stack-item[gs-x='7']{left:58.3333333333%}.grid-stack>.grid-stack-item[gs-min-w='7']{min-width:58.3333333333%}.grid-stack>.grid-stack-item[gs-max-w='7']{max-width:58.3333333333%}.grid-stack>.grid-stack-item[gs-w='8']{width:66.6666666667%}.grid-stack>.grid-stack-item[gs-x='8']{left:66.6666666667%}.grid-stack>.grid-stack-item[gs-min-w='8']{min-width:66.6666666667%}.grid-stack>.grid-stack-item[gs-max-w='8']{max-width:66.6666666667%}.grid-stack>.grid-stack-item[gs-w='9']{width:75%}.grid-stack>.grid-stack-item[gs-x='9']{left:75%}.grid-stack>.grid-stack-item[gs-min-w='9']{min-width:75%}.grid-stack>.grid-stack-item[gs-max-w='9']{max-width:75%}.grid-stack>.grid-stack-item[gs-w='10']{width:83.3333333333%}.grid-stack>.grid-stack-item[gs-x='10']{left:83.3333333333%}.grid-stack>.grid-stack-item[gs-min-w='10']{min-width:83.3333333333%}.grid-stack>.grid-stack-item[gs-max-w='10']{max-width:83.3333333333%}.grid-stack>.grid-stack-item[gs-w='11']{width:91.6666666667%}.grid-stack>.grid-stack-item[gs-x='11']{left:91.6666666667%}.grid-stack>.grid-stack-item[gs-min-w='11']{min-width:91.6666666667%}.grid-stack>.grid-stack-item[gs-max-w='11']{max-width:91.6666666667%}.grid-stack>.grid-stack-item[gs-w='12']{width:100%}.grid-stack>.grid-stack-item[gs-x='12']{left:100%}.grid-stack>.grid-stack-item[gs-min-w='12']{min-width:100%}.grid-stack>.grid-stack-item[gs-max-w='12']{max-width:100%}.grid-stack.grid-stack-1>.grid-stack-item{min-width:100%}.grid-stack.grid-stack-1>.grid-stack-item[gs-w='1']{width:100%}.grid-stack.grid-stack-1>.grid-stack-item[gs-x='1']{left:100%}.grid-stack.grid-stack-1>.grid-stack-item[gs-min-w='1']{min-width:100%}.grid-stack.grid-stack-1>.grid-stack-item[gs-max-w='1']{max-width:100%}.grid-stack.grid-stack-animate,.grid-stack.grid-stack-animate .grid-stack-item{transition:left .3s,top .3s,height .3s,width .3s}.grid-stack.grid-stack-animate .grid-stack-item.grid-stack-placeholder,.grid-stack.grid-stack-animate .grid-stack-item.ui-draggable-dragging,.grid-stack.grid-stack-animate .grid-stack-item.ui-resizable-resizing{transition:left 0s,top 0s,height 0s,width 0s}.grid-stack.ui-droppable.ui-droppable-over>:not(.ui-droppable){pointer-events:none}
/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/content/styles/custom-theme.scss?ngGlobalStyle ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
html {
  --mat-badge-text-font: Roboto, sans-serif;
  --mat-badge-line-height: 22px;
  --mat-badge-text-size: 12px;
  --mat-badge-text-weight: 600;
  --mat-badge-small-size-text-size: 9px;
  --mat-badge-small-size-line-height: 16px;
  --mat-badge-large-size-text-size: 24px;
  --mat-badge-large-size-line-height: 28px;
}

.mat-h1,
.mat-headline-5,
.mat-typography .mat-h1,
.mat-typography .mat-headline-5,
.mat-typography h1 {
  font: 400 24px / 32px Roboto, sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}

.mat-h2,
.mat-headline-6,
.mat-typography .mat-h2,
.mat-typography .mat-headline-6,
.mat-typography h2 {
  font: 500 20px / 32px Roboto, sans-serif;
  letter-spacing: 0.0125em;
  margin: 0 0 16px;
}

.mat-h3,
.mat-subtitle-1,
.mat-typography .mat-h3,
.mat-typography .mat-subtitle-1,
.mat-typography h3 {
  font: 400 16px / 28px Roboto, sans-serif;
  letter-spacing: 0.009375em;
  margin: 0 0 16px;
}

.mat-h4,
.mat-body-1,
.mat-typography .mat-h4,
.mat-typography .mat-body-1,
.mat-typography h4 {
  font: 400 16px / 24px Roboto, sans-serif;
  letter-spacing: 0.03125em;
  margin: 0 0 16px;
}

.mat-h5,
.mat-typography .mat-h5,
.mat-typography h5 {
  font: 400 calc(14px * 0.83) / 20px Roboto, sans-serif;
  margin: 0 0 12px;
}

.mat-h6,
.mat-typography .mat-h6,
.mat-typography h6 {
  font: 400 calc(14px * 0.67) / 20px Roboto, sans-serif;
  margin: 0 0 12px;
}

.mat-body-strong,
.mat-subtitle-2,
.mat-typography .mat-body-strong,
.mat-typography .mat-subtitle-2 {
  font: 500 14px / 22px Roboto, sans-serif;
  letter-spacing: 0.0071428571em;
}

.mat-body,
.mat-body-2,
.mat-typography .mat-body,
.mat-typography .mat-body-2,
.mat-typography {
  font: 400 14px / 20px Roboto, sans-serif;
  letter-spacing: 0.0178571429em;
}
.mat-body p,
.mat-body-2 p,
.mat-typography .mat-body p,
.mat-typography .mat-body-2 p,
.mat-typography p {
  margin: 0 0 12px;
}

.mat-small,
.mat-caption,
.mat-typography .mat-small,
.mat-typography .mat-caption {
  font: 400 12px / 20px Roboto, sans-serif;
  letter-spacing: 0.0333333333em;
}

.mat-headline-1,
.mat-typography .mat-headline-1 {
  font: 300 96px / 96px Roboto, sans-serif;
  letter-spacing: -0.015625em;
  margin: 0 0 56px;
}

.mat-headline-2,
.mat-typography .mat-headline-2 {
  font: 300 60px / 60px Roboto, sans-serif;
  letter-spacing: -0.0083333333em;
  margin: 0 0 64px;
}

.mat-headline-3,
.mat-typography .mat-headline-3 {
  font: 400 48px / 50px Roboto, sans-serif;
  letter-spacing: normal;
  margin: 0 0 64px;
}

.mat-headline-4,
.mat-typography .mat-headline-4 {
  font: 400 34px / 40px Roboto, sans-serif;
  letter-spacing: 0.0073529412em;
  margin: 0 0 64px;
}

html {
  --mat-bottom-sheet-container-text-font: Roboto, sans-serif;
  --mat-bottom-sheet-container-text-line-height: 20px;
  --mat-bottom-sheet-container-text-size: 14px;
  --mat-bottom-sheet-container-text-tracking: 0.0178571429em;
  --mat-bottom-sheet-container-text-weight: 400;
}

html {
  --mat-legacy-button-toggle-label-text-font: Roboto, sans-serif;
  --mat-legacy-button-toggle-label-text-line-height: 24px;
  --mat-legacy-button-toggle-label-text-size: 16px;
  --mat-legacy-button-toggle-label-text-tracking: 0.03125em;
  --mat-legacy-button-toggle-label-text-weight: 400;
}
html {
  --mat-standard-button-toggle-label-text-font: Roboto, sans-serif;
  --mat-standard-button-toggle-label-text-line-height: 24px;
  --mat-standard-button-toggle-label-text-size: 16px;
  --mat-standard-button-toggle-label-text-tracking: 0.03125em;
  --mat-standard-button-toggle-label-text-weight: 400;
}

html {
  --mat-datepicker-calendar-text-font: Roboto, sans-serif;
  --mat-datepicker-calendar-text-size: 13px;
  --mat-datepicker-calendar-body-label-text-size: 14px;
  --mat-datepicker-calendar-body-label-text-weight: 500;
  --mat-datepicker-calendar-period-button-text-size: 14px;
  --mat-datepicker-calendar-period-button-text-weight: 500;
  --mat-datepicker-calendar-header-text-size: 11px;
  --mat-datepicker-calendar-header-text-weight: 400;
}

html {
  --mat-expansion-header-text-font: Roboto, sans-serif;
  --mat-expansion-header-text-size: 14px;
  --mat-expansion-header-text-weight: 500;
  --mat-expansion-header-text-line-height: inherit;
  --mat-expansion-header-text-tracking: inherit;
  --mat-expansion-container-text-font: Roboto, sans-serif;
  --mat-expansion-container-text-line-height: 20px;
  --mat-expansion-container-text-size: 14px;
  --mat-expansion-container-text-tracking: 0.0178571429em;
  --mat-expansion-container-text-weight: 400;
}

html {
  --mat-grid-list-tile-header-primary-text-size: 14px;
  --mat-grid-list-tile-header-secondary-text-size: 12px;
  --mat-grid-list-tile-footer-primary-text-size: 14px;
  --mat-grid-list-tile-footer-secondary-text-size: 12px;
}

html {
  --mat-stepper-container-text-font: Roboto, sans-serif;
  --mat-stepper-header-label-text-font: Roboto, sans-serif;
  --mat-stepper-header-label-text-size: 14px;
  --mat-stepper-header-label-text-weight: 400;
  --mat-stepper-header-error-state-label-text-size: 16px;
  --mat-stepper-header-selected-state-label-text-size: 16px;
  --mat-stepper-header-selected-state-label-text-weight: 400;
}

html {
  --mat-toolbar-title-text-font: Roboto, sans-serif;
  --mat-toolbar-title-text-line-height: 32px;
  --mat-toolbar-title-text-size: 20px;
  --mat-toolbar-title-text-tracking: 0.0125em;
  --mat-toolbar-title-text-weight: 500;
}

html {
  --mat-tree-node-text-font: Roboto, sans-serif;
  --mat-tree-node-text-size: 14px;
  --mat-tree-node-text-weight: 400;
}

html {
  --mat-option-label-text-font: Roboto, sans-serif;
  --mat-option-label-text-line-height: 24px;
  --mat-option-label-text-size: 16px;
  --mat-option-label-text-tracking: 0.03125em;
  --mat-option-label-text-weight: 400;
}

html {
  --mat-optgroup-label-text-font: Roboto, sans-serif;
  --mat-optgroup-label-text-line-height: 24px;
  --mat-optgroup-label-text-size: 16px;
  --mat-optgroup-label-text-tracking: 0.03125em;
  --mat-optgroup-label-text-weight: 400;
}

html {
  --mat-card-title-text-font: Roboto, sans-serif;
  --mat-card-title-text-line-height: 32px;
  --mat-card-title-text-size: 20px;
  --mat-card-title-text-tracking: 0.0125em;
  --mat-card-title-text-weight: 500;
  --mat-card-subtitle-text-font: Roboto, sans-serif;
  --mat-card-subtitle-text-line-height: 22px;
  --mat-card-subtitle-text-size: 14px;
  --mat-card-subtitle-text-tracking: 0.0071428571em;
  --mat-card-subtitle-text-weight: 500;
}

html {
  --mdc-plain-tooltip-supporting-text-font: Roboto, sans-serif;
  --mdc-plain-tooltip-supporting-text-size: 12px;
  --mdc-plain-tooltip-supporting-text-weight: 400;
  --mdc-plain-tooltip-supporting-text-tracking: 0.0333333333em;
}

html {
  --mdc-filled-text-field-label-text-font: Roboto, sans-serif;
  --mdc-filled-text-field-label-text-size: 16px;
  --mdc-filled-text-field-label-text-tracking: 0.03125em;
  --mdc-filled-text-field-label-text-weight: 400;
}
html {
  --mdc-outlined-text-field-label-text-font: Roboto, sans-serif;
  --mdc-outlined-text-field-label-text-size: 16px;
  --mdc-outlined-text-field-label-text-tracking: 0.03125em;
  --mdc-outlined-text-field-label-text-weight: 400;
}
html {
  --mat-form-field-container-text-font: Roboto, sans-serif;
  --mat-form-field-container-text-line-height: 24px;
  --mat-form-field-container-text-size: 16px;
  --mat-form-field-container-text-tracking: 0.03125em;
  --mat-form-field-container-text-weight: 400;
  --mat-form-field-outlined-label-text-populated-size: 16px;
  --mat-form-field-subscript-text-font: Roboto, sans-serif;
  --mat-form-field-subscript-text-line-height: 20px;
  --mat-form-field-subscript-text-size: 12px;
  --mat-form-field-subscript-text-tracking: 0.0333333333em;
  --mat-form-field-subscript-text-weight: 400;
}

html {
  --mat-select-trigger-text-font: Roboto, sans-serif;
  --mat-select-trigger-text-line-height: 24px;
  --mat-select-trigger-text-size: 16px;
  --mat-select-trigger-text-tracking: 0.03125em;
  --mat-select-trigger-text-weight: 400;
}

html {
  --mdc-dialog-subhead-font: Roboto, sans-serif;
  --mdc-dialog-subhead-line-height: 32px;
  --mdc-dialog-subhead-size: 20px;
  --mdc-dialog-subhead-weight: 500;
  --mdc-dialog-subhead-tracking: 0.0125em;
  --mdc-dialog-supporting-text-font: Roboto, sans-serif;
  --mdc-dialog-supporting-text-line-height: 24px;
  --mdc-dialog-supporting-text-size: 16px;
  --mdc-dialog-supporting-text-weight: 400;
  --mdc-dialog-supporting-text-tracking: 0.03125em;
}
.mat-mdc-standard-chip {
  --mdc-chip-label-text-font: Roboto, sans-serif;
  --mdc-chip-label-text-line-height: 20px;
  --mdc-chip-label-text-size: 14px;
  --mdc-chip-label-text-tracking: 0.0178571429em;
  --mdc-chip-label-text-weight: 400;
}
html .mat-mdc-slide-toggle {
  --mat-switch-label-text-font: Roboto, sans-serif;
  --mat-switch-label-text-line-height: 20px;
  --mat-switch-label-text-size: 14px;
  --mat-switch-label-text-tracking: 0.0178571429em;
  --mat-switch-label-text-weight: 400;
}

html {
  --mat-radio-label-text-font: Roboto, sans-serif;
  --mat-radio-label-text-line-height: 20px;
  --mat-radio-label-text-size: 14px;
  --mat-radio-label-text-tracking: 0.0178571429em;
  --mat-radio-label-text-weight: 400;
}

html {
  --mdc-slider-label-label-text-font: Roboto, sans-serif;
  --mdc-slider-label-label-text-size: 14px;
  --mdc-slider-label-label-text-line-height: 22px;
  --mdc-slider-label-label-text-tracking: 0.0071428571em;
  --mdc-slider-label-label-text-weight: 500;
}

html {
  --mat-menu-item-label-text-font: Roboto, sans-serif;
  --mat-menu-item-label-text-size: 16px;
  --mat-menu-item-label-text-tracking: 0.03125em;
  --mat-menu-item-label-text-line-height: 24px;
  --mat-menu-item-label-text-weight: 400;
}

html {
  --mdc-list-list-item-label-text-font: Roboto, sans-serif;
  --mdc-list-list-item-label-text-line-height: 24px;
  --mdc-list-list-item-label-text-size: 16px;
  --mdc-list-list-item-label-text-tracking: 0.03125em;
  --mdc-list-list-item-label-text-weight: 400;
  --mdc-list-list-item-supporting-text-font: Roboto, sans-serif;
  --mdc-list-list-item-supporting-text-line-height: 20px;
  --mdc-list-list-item-supporting-text-size: 14px;
  --mdc-list-list-item-supporting-text-tracking: 0.0178571429em;
  --mdc-list-list-item-supporting-text-weight: 400;
  --mdc-list-list-item-trailing-supporting-text-font: Roboto, sans-serif;
  --mdc-list-list-item-trailing-supporting-text-line-height: 20px;
  --mdc-list-list-item-trailing-supporting-text-size: 12px;
  --mdc-list-list-item-trailing-supporting-text-tracking: 0.0333333333em;
  --mdc-list-list-item-trailing-supporting-text-weight: 400;
}
.mdc-list-group__subheader {
  font: 400 16px / 28px Roboto, sans-serif;
  letter-spacing: 0.009375em;
}

html {
  --mat-paginator-container-text-font: Roboto, sans-serif;
  --mat-paginator-container-text-line-height: 20px;
  --mat-paginator-container-text-size: 12px;
  --mat-paginator-container-text-tracking: 0.0333333333em;
  --mat-paginator-container-text-weight: 400;
  --mat-paginator-select-trigger-text-size: 12px;
}

.mat-mdc-tab-header {
  --mat-tab-header-label-text-font: Roboto, sans-serif;
  --mat-tab-header-label-text-size: 14px;
  --mat-tab-header-label-text-tracking: 0.0892857143em;
  --mat-tab-header-label-text-line-height: 36px;
  --mat-tab-header-label-text-weight: 500;
}
html {
  --mat-checkbox-label-text-font: Roboto, sans-serif;
  --mat-checkbox-label-text-line-height: 20px;
  --mat-checkbox-label-text-size: 14px;
  --mat-checkbox-label-text-tracking: 0.0178571429em;
  --mat-checkbox-label-text-weight: 400;
}

html {
  --mdc-text-button-label-text-font: Roboto, sans-serif;
  --mdc-text-button-label-text-size: 14px;
  --mdc-text-button-label-text-tracking: 0.0892857143em;
  --mdc-text-button-label-text-weight: 500;
  --mdc-text-button-label-text-transform: none;
}
html {
  --mdc-filled-button-label-text-font: Roboto, sans-serif;
  --mdc-filled-button-label-text-size: 14px;
  --mdc-filled-button-label-text-tracking: 0.0892857143em;
  --mdc-filled-button-label-text-weight: 500;
  --mdc-filled-button-label-text-transform: none;
}
html {
  --mdc-protected-button-label-text-font: Roboto, sans-serif;
  --mdc-protected-button-label-text-size: 14px;
  --mdc-protected-button-label-text-tracking: 0.0892857143em;
  --mdc-protected-button-label-text-weight: 500;
  --mdc-protected-button-label-text-transform: none;
}
html {
  --mdc-outlined-button-label-text-font: Roboto, sans-serif;
  --mdc-outlined-button-label-text-size: 14px;
  --mdc-outlined-button-label-text-tracking: 0.0892857143em;
  --mdc-outlined-button-label-text-weight: 500;
  --mdc-outlined-button-label-text-transform: none;
}
html {
  --mdc-extended-fab-label-text-font: Roboto, sans-serif;
  --mdc-extended-fab-label-text-size: 14px;
  --mdc-extended-fab-label-text-tracking: 0.0892857143em;
  --mdc-extended-fab-label-text-weight: 500;
}
html {
  --mdc-snackbar-supporting-text-font: Roboto, sans-serif;
  --mdc-snackbar-supporting-text-line-height: 20px;
  --mdc-snackbar-supporting-text-size: 14px;
  --mdc-snackbar-supporting-text-weight: 400;
}

html {
  --mat-table-header-headline-font: Roboto, sans-serif;
  --mat-table-header-headline-line-height: 22px;
  --mat-table-header-headline-size: 14px;
  --mat-table-header-headline-weight: 500;
  --mat-table-header-headline-tracking: 0.0071428571em;
  --mat-table-row-item-label-text-font: Roboto, sans-serif;
  --mat-table-row-item-label-text-line-height: 20px;
  --mat-table-row-item-label-text-size: 14px;
  --mat-table-row-item-label-text-weight: 400;
  --mat-table-row-item-label-text-tracking: 0.0178571429em;
  --mat-table-footer-supporting-text-font: Roboto, sans-serif;
  --mat-table-footer-supporting-text-line-height: 20px;
  --mat-table-footer-supporting-text-size: 14px;
  --mat-table-footer-supporting-text-weight: 400;
  --mat-table-footer-supporting-text-tracking: 0.0178571429em;
}

html {
  --mat-ripple-color: rgba(0, 0, 0, 0.1);
}

html {
  --mat-option-selected-state-label-text-color: #3f51b5;
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color: rgba(0, 0, 0, 0.04);
}

.mat-accent {
  --mat-option-selected-state-label-text-color: #ff4081;
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color: rgba(0, 0, 0, 0.04);
}

.mat-warn {
  --mat-option-selected-state-label-text-color: #f44336;
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color: rgba(0, 0, 0, 0.04);
}

html {
  --mat-optgroup-label-text-color: rgba(0, 0, 0, 0.87);
}

html {
  --mat-full-pseudo-checkbox-selected-icon-color: #ff4081;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
}
html {
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #ff4081;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}

.mat-primary {
  --mat-full-pseudo-checkbox-selected-icon-color: #3f51b5;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
}
.mat-primary {
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #3f51b5;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}

.mat-accent {
  --mat-full-pseudo-checkbox-selected-icon-color: #ff4081;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
}
.mat-accent {
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #ff4081;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}

.mat-warn {
  --mat-full-pseudo-checkbox-selected-icon-color: #f44336;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
}
.mat-warn {
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #f44336;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}

html {
  --mat-app-background-color: #fafafa;
  --mat-app-text-color: rgba(0, 0, 0, 0.87);
  --mat-app-elevation-shadow-level-0: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-1: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-2: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-3: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-4: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-5: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-6: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-7: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-8: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-9: 0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-10: 0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-11: 0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 11px 15px 1px rgba(0, 0, 0, 0.14), 0px 4px 20px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-12: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-13: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-14: 0px 7px 9px -4px rgba(0, 0, 0, 0.2), 0px 14px 21px 2px rgba(0, 0, 0, 0.14), 0px 5px 26px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-15: 0px 8px 9px -5px rgba(0, 0, 0, 0.2), 0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-16: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-17: 0px 8px 11px -5px rgba(0, 0, 0, 0.2), 0px 17px 26px 2px rgba(0, 0, 0, 0.14), 0px 6px 32px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-18: 0px 9px 11px -5px rgba(0, 0, 0, 0.2), 0px 18px 28px 2px rgba(0, 0, 0, 0.14), 0px 7px 34px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-19: 0px 9px 12px -6px rgba(0, 0, 0, 0.2), 0px 19px 29px 2px rgba(0, 0, 0, 0.14), 0px 7px 36px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-20: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.14), 0px 8px 38px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-21: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 21px 33px 3px rgba(0, 0, 0, 0.14), 0px 8px 40px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-22: 0px 10px 14px -6px rgba(0, 0, 0, 0.2), 0px 22px 35px 3px rgba(0, 0, 0, 0.14), 0px 8px 42px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-23: 0px 11px 14px -7px rgba(0, 0, 0, 0.2), 0px 23px 36px 3px rgba(0, 0, 0, 0.14), 0px 9px 44px 8px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-24: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}

html {
  --mdc-elevated-card-container-shape: 4px;
}
html {
  --mdc-outlined-card-container-shape: 4px;
  --mdc-outlined-card-outline-width: 1px;
}
html {
  --mdc-elevated-card-container-color: white;
  --mdc-elevated-card-container-elevation: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
html {
  --mdc-outlined-card-container-color: white;
  --mdc-outlined-card-outline-color: rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-container-elevation: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
html {
  --mat-card-subtitle-text-color: rgba(0, 0, 0, 0.54);
}

html {
  --mdc-linear-progress-active-indicator-height: 4px;
  --mdc-linear-progress-track-height: 4px;
  --mdc-linear-progress-track-shape: 0;
}

.mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #3f51b5;
  --mdc-linear-progress-track-color: rgba(63, 81, 181, 0.25);
}
.mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color: #ff4081;
  --mdc-linear-progress-track-color: rgba(255, 64, 129, 0.25);
}
.mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color: #f44336;
  --mdc-linear-progress-track-color: rgba(244, 67, 54, 0.25);
}

html {
  --mdc-plain-tooltip-container-shape: 4px;
  --mdc-plain-tooltip-supporting-text-line-height: 16px;
}

html {
  --mdc-plain-tooltip-container-color: #616161;
  --mdc-plain-tooltip-supporting-text-color: #fff;
}

html {
  --mdc-filled-text-field-active-indicator-height: 1px;
  --mdc-filled-text-field-focus-active-indicator-height: 2px;
  --mdc-filled-text-field-container-shape: 4px;
}
html {
  --mdc-outlined-text-field-outline-width: 1px;
  --mdc-outlined-text-field-focus-outline-width: 2px;
  --mdc-outlined-text-field-container-shape: 4px;
}
html {
  --mdc-filled-text-field-caret-color: #3f51b5;
  --mdc-filled-text-field-focus-active-indicator-color: #3f51b5;
  --mdc-filled-text-field-focus-label-text-color: rgba(63, 81, 181, 0.87);
  --mdc-filled-text-field-container-color: whitesmoke;
  --mdc-filled-text-field-disabled-container-color: #fafafa;
  --mdc-filled-text-field-label-text-color: rgba(0, 0, 0, 0.6);
  --mdc-filled-text-field-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mdc-filled-text-field-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-filled-text-field-input-text-color: rgba(0, 0, 0, 0.87);
  --mdc-filled-text-field-disabled-input-text-color: rgba(0, 0, 0, 0.38);
  --mdc-filled-text-field-input-text-placeholder-color: rgba(0, 0, 0, 0.6);
  --mdc-filled-text-field-error-hover-label-text-color: #f44336;
  --mdc-filled-text-field-error-focus-label-text-color: #f44336;
  --mdc-filled-text-field-error-label-text-color: #f44336;
  --mdc-filled-text-field-error-caret-color: #f44336;
  --mdc-filled-text-field-active-indicator-color: rgba(0, 0, 0, 0.42);
  --mdc-filled-text-field-disabled-active-indicator-color: rgba(0, 0, 0, 0.06);
  --mdc-filled-text-field-hover-active-indicator-color: rgba(0, 0, 0, 0.87);
  --mdc-filled-text-field-error-active-indicator-color: #f44336;
  --mdc-filled-text-field-error-focus-active-indicator-color: #f44336;
  --mdc-filled-text-field-error-hover-active-indicator-color: #f44336;
}
html {
  --mdc-outlined-text-field-caret-color: #3f51b5;
  --mdc-outlined-text-field-focus-outline-color: #3f51b5;
  --mdc-outlined-text-field-focus-label-text-color: rgba(63, 81, 181, 0.87);
  --mdc-outlined-text-field-label-text-color: rgba(0, 0, 0, 0.6);
  --mdc-outlined-text-field-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mdc-outlined-text-field-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-text-field-input-text-color: rgba(0, 0, 0, 0.87);
  --mdc-outlined-text-field-disabled-input-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-text-field-input-text-placeholder-color: rgba(0, 0, 0, 0.6);
  --mdc-outlined-text-field-error-caret-color: #f44336;
  --mdc-outlined-text-field-error-focus-label-text-color: #f44336;
  --mdc-outlined-text-field-error-label-text-color: #f44336;
  --mdc-outlined-text-field-error-hover-label-text-color: #f44336;
  --mdc-outlined-text-field-outline-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-text-field-disabled-outline-color: rgba(0, 0, 0, 0.06);
  --mdc-outlined-text-field-hover-outline-color: rgba(0, 0, 0, 0.87);
  --mdc-outlined-text-field-error-focus-outline-color: #f44336;
  --mdc-outlined-text-field-error-hover-outline-color: #f44336;
  --mdc-outlined-text-field-error-outline-color: #f44336;
}
html {
  --mat-form-field-focus-select-arrow-color: rgba(63, 81, 181, 0.87);
  --mat-form-field-disabled-input-text-placeholder-color: rgba(0, 0, 0, 0.38);
  --mat-form-field-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-error-text-color: #f44336;
  --mat-form-field-select-option-text-color: inherit;
  --mat-form-field-select-disabled-option-text-color: GrayText;
  --mat-form-field-leading-icon-color: unset;
  --mat-form-field-disabled-leading-icon-color: unset;
  --mat-form-field-trailing-icon-color: unset;
  --mat-form-field-disabled-trailing-icon-color: unset;
  --mat-form-field-error-focus-trailing-icon-color: unset;
  --mat-form-field-error-hover-trailing-icon-color: unset;
  --mat-form-field-error-trailing-icon-color: unset;
  --mat-form-field-enabled-select-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-disabled-select-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-form-field-hover-state-layer-opacity: 0.04;
  --mat-form-field-focus-state-layer-opacity: 0.08;
}

.mat-mdc-form-field.mat-accent {
  --mdc-filled-text-field-caret-color: #ff4081;
  --mdc-filled-text-field-focus-active-indicator-color: #ff4081;
  --mdc-filled-text-field-focus-label-text-color: rgba(255, 64, 129, 0.87);
}
.mat-mdc-form-field.mat-accent {
  --mdc-outlined-text-field-caret-color: #ff4081;
  --mdc-outlined-text-field-focus-outline-color: #ff4081;
  --mdc-outlined-text-field-focus-label-text-color: rgba(255, 64, 129, 0.87);
}
.mat-mdc-form-field.mat-accent {
  --mat-form-field-focus-select-arrow-color: rgba(255, 64, 129, 0.87);
}

.mat-mdc-form-field.mat-warn {
  --mdc-filled-text-field-caret-color: #f44336;
  --mdc-filled-text-field-focus-active-indicator-color: #f44336;
  --mdc-filled-text-field-focus-label-text-color: rgba(244, 67, 54, 0.87);
}
.mat-mdc-form-field.mat-warn {
  --mdc-outlined-text-field-caret-color: #f44336;
  --mdc-outlined-text-field-focus-outline-color: #f44336;
  --mdc-outlined-text-field-focus-label-text-color: rgba(244, 67, 54, 0.87);
}
.mat-mdc-form-field.mat-warn {
  --mat-form-field-focus-select-arrow-color: rgba(244, 67, 54, 0.87);
}

html {
  --mat-form-field-container-height: 56px;
  --mat-form-field-filled-label-display: block;
  --mat-form-field-container-vertical-padding: 16px;
  --mat-form-field-filled-with-label-container-padding-top: 24px;
  --mat-form-field-filled-with-label-container-padding-bottom: 8px;
}

html {
  --mat-select-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}

html {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color: rgba(63, 81, 181, 0.87);
  --mat-select-invalid-arrow-color: rgba(244, 67, 54, 0.87);
}
html .mat-mdc-form-field.mat-accent {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color: rgba(255, 64, 129, 0.87);
  --mat-select-invalid-arrow-color: rgba(244, 67, 54, 0.87);
}
html .mat-mdc-form-field.mat-warn {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color: rgba(244, 67, 54, 0.87);
  --mat-select-invalid-arrow-color: rgba(244, 67, 54, 0.87);
}

html {
  --mat-select-arrow-transform: translateY(-8px);
}

html {
  --mat-autocomplete-container-shape: 4px;
  --mat-autocomplete-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}

html {
  --mat-autocomplete-background-color: white;
}

html {
  --mdc-dialog-container-shape: 4px;
}
html {
  --mat-dialog-container-elevation-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-dialog-container-max-width: 80vw;
  --mat-dialog-container-small-max-width: 80vw;
  --mat-dialog-container-min-width: 0;
  --mat-dialog-actions-alignment: start;
  --mat-dialog-actions-padding: 8px;
  --mat-dialog-content-padding: 20px 24px;
  --mat-dialog-with-actions-content-padding: 20px 24px;
  --mat-dialog-headline-padding: 0 24px 9px;
}

html {
  --mdc-dialog-container-color: white;
  --mdc-dialog-subhead-color: rgba(0, 0, 0, 0.87);
  --mdc-dialog-supporting-text-color: rgba(0, 0, 0, 0.6);
}
.mat-mdc-standard-chip {
  --mdc-chip-container-shape-radius: 16px;
  --mdc-chip-with-avatar-avatar-shape-radius: 14px;
  --mdc-chip-with-avatar-avatar-size: 28px;
  --mdc-chip-with-icon-icon-size: 18px;
  --mdc-chip-outline-width: 0;
  --mdc-chip-outline-color: transparent;
  --mdc-chip-disabled-outline-color: transparent;
  --mdc-chip-focus-outline-color: transparent;
  --mdc-chip-hover-state-layer-opacity: 0.04;
  --mdc-chip-with-avatar-disabled-avatar-opacity: 1;
  --mdc-chip-flat-selected-outline-width: 0;
  --mdc-chip-selected-hover-state-layer-opacity: 0.04;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-opacity: 1;
  --mdc-chip-with-icon-disabled-icon-opacity: 1;
}
.mat-mdc-standard-chip {
  --mat-chip-disabled-container-opacity: 0.4;
  --mat-chip-trailing-action-opacity: 0.54;
  --mat-chip-trailing-action-focus-opacity: 1;
  --mat-chip-trailing-action-state-layer-color: transparent;
  --mat-chip-selected-trailing-action-state-layer-color: transparent;
  --mat-chip-trailing-action-hover-state-layer-opacity: 0;
  --mat-chip-trailing-action-focus-state-layer-opacity: 0;
}

.mat-mdc-standard-chip {
  --mdc-chip-disabled-label-text-color: #212121;
  --mdc-chip-elevated-container-color: #e0e0e0;
  --mdc-chip-elevated-selected-container-color: #e0e0e0;
  --mdc-chip-elevated-disabled-container-color: #e0e0e0;
  --mdc-chip-flat-disabled-selected-container-color: #e0e0e0;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: #212121;
  --mdc-chip-selected-label-text-color: #212121;
  --mdc-chip-with-icon-icon-color: #212121;
  --mdc-chip-with-icon-disabled-icon-color: #212121;
  --mdc-chip-with-icon-selected-icon-color: #212121;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #212121;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #212121;
}
.mat-mdc-standard-chip {
  --mat-chip-selected-disabled-trailing-icon-color: #212121;
  --mat-chip-selected-trailing-icon-color: #212121;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary, .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #3f51b5;
  --mdc-chip-elevated-selected-container-color: #3f51b5;
  --mdc-chip-elevated-disabled-container-color: #3f51b5;
  --mdc-chip-flat-disabled-selected-container-color: #3f51b5;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary, .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent, .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #ff4081;
  --mdc-chip-elevated-selected-container-color: #ff4081;
  --mdc-chip-elevated-disabled-container-color: #ff4081;
  --mdc-chip-flat-disabled-selected-container-color: #ff4081;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent, .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn, .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #f44336;
  --mdc-chip-elevated-selected-container-color: #f44336;
  --mdc-chip-elevated-disabled-container-color: #f44336;
  --mdc-chip-flat-disabled-selected-container-color: #f44336;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn, .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}

.mat-mdc-chip.mat-mdc-standard-chip {
  --mdc-chip-container-height: 32px;
}
html {
  --mdc-switch-disabled-selected-icon-opacity: 0.38;
  --mdc-switch-disabled-track-opacity: 0.12;
  --mdc-switch-disabled-unselected-icon-opacity: 0.38;
  --mdc-switch-handle-height: 20px;
  --mdc-switch-handle-shape: 10px;
  --mdc-switch-handle-width: 20px;
  --mdc-switch-selected-icon-size: 18px;
  --mdc-switch-track-height: 14px;
  --mdc-switch-track-shape: 7px;
  --mdc-switch-track-width: 36px;
  --mdc-switch-unselected-icon-size: 18px;
  --mdc-switch-selected-focus-state-layer-opacity: 0.12;
  --mdc-switch-selected-hover-state-layer-opacity: 0.04;
  --mdc-switch-selected-pressed-state-layer-opacity: 0.1;
  --mdc-switch-unselected-focus-state-layer-opacity: 0.12;
  --mdc-switch-unselected-hover-state-layer-opacity: 0.04;
  --mdc-switch-unselected-pressed-state-layer-opacity: 0.1;
}
html .mat-mdc-slide-toggle {
  --mat-switch-disabled-selected-handle-opacity: 0.38;
  --mat-switch-disabled-unselected-handle-opacity: 0.38;
  --mat-switch-unselected-handle-size: 20px;
  --mat-switch-selected-handle-size: 20px;
  --mat-switch-pressed-handle-size: 20px;
  --mat-switch-with-icon-handle-size: 20px;
  --mat-switch-selected-handle-horizontal-margin: 0;
  --mat-switch-selected-with-icon-handle-horizontal-margin: 0;
  --mat-switch-selected-pressed-handle-horizontal-margin: 0;
  --mat-switch-unselected-handle-horizontal-margin: 0;
  --mat-switch-unselected-with-icon-handle-horizontal-margin: 0;
  --mat-switch-unselected-pressed-handle-horizontal-margin: 0;
  --mat-switch-visible-track-opacity: 1;
  --mat-switch-hidden-track-opacity: 1;
  --mat-switch-visible-track-transition: transform 75ms 0ms cubic-bezier(0, 0, 0.2, 1);
  --mat-switch-hidden-track-transition: transform 75ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
  --mat-switch-track-outline-width: 1px;
  --mat-switch-track-outline-color: transparent;
  --mat-switch-selected-track-outline-width: 1px;
  --mat-switch-selected-track-outline-color: transparent;
  --mat-switch-disabled-unselected-track-outline-width: 1px;
  --mat-switch-disabled-unselected-track-outline-color: transparent;
}

html {
  --mdc-switch-selected-focus-state-layer-color: #3949ab;
  --mdc-switch-selected-handle-color: #3949ab;
  --mdc-switch-selected-hover-state-layer-color: #3949ab;
  --mdc-switch-selected-pressed-state-layer-color: #3949ab;
  --mdc-switch-selected-focus-handle-color: #1a237e;
  --mdc-switch-selected-hover-handle-color: #1a237e;
  --mdc-switch-selected-pressed-handle-color: #1a237e;
  --mdc-switch-selected-focus-track-color: #7986cb;
  --mdc-switch-selected-hover-track-color: #7986cb;
  --mdc-switch-selected-pressed-track-color: #7986cb;
  --mdc-switch-selected-track-color: #7986cb;
  --mdc-switch-disabled-selected-handle-color: #424242;
  --mdc-switch-disabled-selected-icon-color: #fff;
  --mdc-switch-disabled-selected-track-color: #424242;
  --mdc-switch-disabled-unselected-handle-color: #424242;
  --mdc-switch-disabled-unselected-icon-color: #fff;
  --mdc-switch-disabled-unselected-track-color: #424242;
  --mdc-switch-handle-surface-color: #fff;
  --mdc-switch-selected-icon-color: #fff;
  --mdc-switch-unselected-focus-handle-color: #212121;
  --mdc-switch-unselected-focus-state-layer-color: #424242;
  --mdc-switch-unselected-focus-track-color: #e0e0e0;
  --mdc-switch-unselected-handle-color: #616161;
  --mdc-switch-unselected-hover-handle-color: #212121;
  --mdc-switch-unselected-hover-state-layer-color: #424242;
  --mdc-switch-unselected-hover-track-color: #e0e0e0;
  --mdc-switch-unselected-icon-color: #fff;
  --mdc-switch-unselected-pressed-handle-color: #212121;
  --mdc-switch-unselected-pressed-state-layer-color: #424242;
  --mdc-switch-unselected-pressed-track-color: #e0e0e0;
  --mdc-switch-unselected-track-color: #e0e0e0;
  --mdc-switch-handle-elevation-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-disabled-handle-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
html {
  --mdc-switch-disabled-label-text-color: rgba(0, 0, 0, 0.38);
}
html .mat-mdc-slide-toggle {
  --mat-switch-label-text-color: rgba(0, 0, 0, 0.87);
}
html .mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color: #d81b60;
  --mdc-switch-selected-handle-color: #d81b60;
  --mdc-switch-selected-hover-state-layer-color: #d81b60;
  --mdc-switch-selected-pressed-state-layer-color: #d81b60;
  --mdc-switch-selected-focus-handle-color: #880e4f;
  --mdc-switch-selected-hover-handle-color: #880e4f;
  --mdc-switch-selected-pressed-handle-color: #880e4f;
  --mdc-switch-selected-focus-track-color: #f06292;
  --mdc-switch-selected-hover-track-color: #f06292;
  --mdc-switch-selected-pressed-track-color: #f06292;
  --mdc-switch-selected-track-color: #f06292;
}
html .mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color: #e53935;
  --mdc-switch-selected-handle-color: #e53935;
  --mdc-switch-selected-hover-state-layer-color: #e53935;
  --mdc-switch-selected-pressed-state-layer-color: #e53935;
  --mdc-switch-selected-focus-handle-color: #b71c1c;
  --mdc-switch-selected-hover-handle-color: #b71c1c;
  --mdc-switch-selected-pressed-handle-color: #b71c1c;
  --mdc-switch-selected-focus-track-color: #e57373;
  --mdc-switch-selected-hover-track-color: #e57373;
  --mdc-switch-selected-pressed-track-color: #e57373;
  --mdc-switch-selected-track-color: #e57373;
}

html {
  --mdc-switch-state-layer-size: 40px;
}
html {
  --mdc-radio-disabled-selected-icon-opacity: 0.38;
  --mdc-radio-disabled-unselected-icon-opacity: 0.38;
  --mdc-radio-state-layer-size: 40px;
}
.mat-mdc-radio-button.mat-primary {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #3f51b5;
  --mdc-radio-selected-hover-icon-color: #3f51b5;
  --mdc-radio-selected-icon-color: #3f51b5;
  --mdc-radio-selected-pressed-icon-color: #3f51b5;
}
.mat-mdc-radio-button.mat-primary {
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: #3f51b5;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-radio-button.mat-accent {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #ff4081;
  --mdc-radio-selected-hover-icon-color: #ff4081;
  --mdc-radio-selected-icon-color: #ff4081;
  --mdc-radio-selected-pressed-icon-color: #ff4081;
}
.mat-mdc-radio-button.mat-accent {
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: #ff4081;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-radio-button.mat-warn {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #f44336;
  --mdc-radio-selected-hover-icon-color: #f44336;
  --mdc-radio-selected-icon-color: #f44336;
  --mdc-radio-selected-pressed-icon-color: #f44336;
}
.mat-mdc-radio-button.mat-warn {
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: #f44336;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
}

html {
  --mdc-radio-state-layer-size: 40px;
}
html {
  --mat-radio-touch-target-display: block;
}

html {
  --mdc-slider-active-track-height: 6px;
  --mdc-slider-active-track-shape: 9999px;
  --mdc-slider-handle-height: 20px;
  --mdc-slider-handle-shape: 50%;
  --mdc-slider-handle-width: 20px;
  --mdc-slider-inactive-track-height: 4px;
  --mdc-slider-inactive-track-shape: 9999px;
  --mdc-slider-with-overlap-handle-outline-width: 1px;
  --mdc-slider-with-tick-marks-active-container-opacity: 0.6;
  --mdc-slider-with-tick-marks-container-shape: 50%;
  --mdc-slider-with-tick-marks-container-size: 2px;
  --mdc-slider-with-tick-marks-inactive-container-opacity: 0.6;
  --mdc-slider-handle-elevation: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
html {
  --mat-slider-value-indicator-width: auto;
  --mat-slider-value-indicator-height: 32px;
  --mat-slider-value-indicator-caret-display: block;
  --mat-slider-value-indicator-border-radius: 4px;
  --mat-slider-value-indicator-padding: 0 12px;
  --mat-slider-value-indicator-text-transform: none;
  --mat-slider-value-indicator-container-transform: translateX(-50%);
}

html {
  --mdc-slider-handle-color: #3f51b5;
  --mdc-slider-focus-handle-color: #3f51b5;
  --mdc-slider-hover-handle-color: #3f51b5;
  --mdc-slider-active-track-color: #3f51b5;
  --mdc-slider-inactive-track-color: #3f51b5;
  --mdc-slider-with-tick-marks-inactive-container-color: #3f51b5;
  --mdc-slider-with-tick-marks-active-container-color: white;
  --mdc-slider-disabled-active-track-color: #000;
  --mdc-slider-disabled-handle-color: #000;
  --mdc-slider-disabled-inactive-track-color: #000;
  --mdc-slider-label-container-color: #000;
  --mdc-slider-label-label-text-color: #fff;
  --mdc-slider-with-overlap-handle-outline-color: #fff;
  --mdc-slider-with-tick-marks-disabled-container-color: #000;
}
html {
  --mat-slider-ripple-color: #3f51b5;
  --mat-slider-hover-state-layer-color: rgba(63, 81, 181, 0.05);
  --mat-slider-focus-state-layer-color: rgba(63, 81, 181, 0.2);
  --mat-slider-value-indicator-opacity: 0.6;
}
html .mat-accent {
  --mdc-slider-handle-color: #ff4081;
  --mdc-slider-focus-handle-color: #ff4081;
  --mdc-slider-hover-handle-color: #ff4081;
  --mdc-slider-active-track-color: #ff4081;
  --mdc-slider-inactive-track-color: #ff4081;
  --mdc-slider-with-tick-marks-inactive-container-color: #ff4081;
  --mdc-slider-with-tick-marks-active-container-color: white;
}
html .mat-accent {
  --mat-slider-ripple-color: #ff4081;
  --mat-slider-hover-state-layer-color: rgba(255, 64, 129, 0.05);
  --mat-slider-focus-state-layer-color: rgba(255, 64, 129, 0.2);
}
html .mat-warn {
  --mdc-slider-handle-color: #f44336;
  --mdc-slider-focus-handle-color: #f44336;
  --mdc-slider-hover-handle-color: #f44336;
  --mdc-slider-active-track-color: #f44336;
  --mdc-slider-inactive-track-color: #f44336;
  --mdc-slider-with-tick-marks-inactive-container-color: #f44336;
  --mdc-slider-with-tick-marks-active-container-color: white;
}
html .mat-warn {
  --mat-slider-ripple-color: #f44336;
  --mat-slider-hover-state-layer-color: rgba(244, 67, 54, 0.05);
  --mat-slider-focus-state-layer-color: rgba(244, 67, 54, 0.2);
}

html {
  --mat-menu-container-shape: 4px;
  --mat-menu-divider-bottom-spacing: 0;
  --mat-menu-divider-top-spacing: 0;
  --mat-menu-item-spacing: 16px;
  --mat-menu-item-icon-size: 24px;
  --mat-menu-item-leading-spacing: 16px;
  --mat-menu-item-trailing-spacing: 16px;
  --mat-menu-item-with-icon-leading-spacing: 16px;
  --mat-menu-item-with-icon-trailing-spacing: 16px;
  --mat-menu-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}

html {
  --mat-menu-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-menu-item-icon-color: rgba(0, 0, 0, 0.87);
  --mat-menu-item-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-menu-item-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-menu-container-color: white;
  --mat-menu-divider-color: rgba(0, 0, 0, 0.12);
}

html {
  --mdc-list-list-item-container-shape: 0;
  --mdc-list-list-item-leading-avatar-shape: 50%;
  --mdc-list-list-item-container-color: transparent;
  --mdc-list-list-item-selected-container-color: transparent;
  --mdc-list-list-item-leading-avatar-color: transparent;
  --mdc-list-list-item-leading-icon-size: 24px;
  --mdc-list-list-item-leading-avatar-size: 40px;
  --mdc-list-list-item-trailing-icon-size: 24px;
  --mdc-list-list-item-disabled-state-layer-color: transparent;
  --mdc-list-list-item-disabled-state-layer-opacity: 0;
  --mdc-list-list-item-disabled-label-text-opacity: 0.38;
  --mdc-list-list-item-disabled-leading-icon-opacity: 0.38;
  --mdc-list-list-item-disabled-trailing-icon-opacity: 0.38;
}
html {
  --mat-list-active-indicator-color: transparent;
  --mat-list-active-indicator-shape: 4px;
}

html {
  --mdc-list-list-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-supporting-text-color: rgba(0, 0, 0, 0.54);
  --mdc-list-list-item-leading-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-trailing-supporting-text-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-selected-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-disabled-label-text-color: black;
  --mdc-list-list-item-disabled-leading-icon-color: black;
  --mdc-list-list-item-disabled-trailing-icon-color: black;
  --mdc-list-list-item-hover-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-hover-leading-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-hover-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-focus-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-hover-state-layer-color: black;
  --mdc-list-list-item-hover-state-layer-opacity: 0.04;
  --mdc-list-list-item-focus-state-layer-color: black;
  --mdc-list-list-item-focus-state-layer-opacity: 0.12;
}
.mdc-list-item__start,
.mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #3f51b5;
  --mdc-radio-selected-hover-icon-color: #3f51b5;
  --mdc-radio-selected-icon-color: #3f51b5;
  --mdc-radio-selected-pressed-icon-color: #3f51b5;
}

.mat-accent .mdc-list-item__start,
.mat-accent .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #ff4081;
  --mdc-radio-selected-hover-icon-color: #ff4081;
  --mdc-radio-selected-icon-color: #ff4081;
  --mdc-radio-selected-pressed-icon-color: #ff4081;
}

.mat-warn .mdc-list-item__start,
.mat-warn .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #f44336;
  --mdc-radio-selected-hover-icon-color: #f44336;
  --mdc-radio-selected-icon-color: #f44336;
  --mdc-radio-selected-pressed-icon-color: #f44336;
}

.mat-mdc-list-option {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #3f51b5;
  --mdc-checkbox-selected-hover-icon-color: #3f51b5;
  --mdc-checkbox-selected-icon-color: #3f51b5;
  --mdc-checkbox-selected-pressed-icon-color: #3f51b5;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #3f51b5;
  --mdc-checkbox-selected-hover-state-layer-color: #3f51b5;
  --mdc-checkbox-selected-pressed-state-layer-color: #3f51b5;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}

.mat-mdc-list-option.mat-accent {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #ff4081;
  --mdc-checkbox-selected-hover-icon-color: #ff4081;
  --mdc-checkbox-selected-icon-color: #ff4081;
  --mdc-checkbox-selected-pressed-icon-color: #ff4081;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #ff4081;
  --mdc-checkbox-selected-hover-state-layer-color: #ff4081;
  --mdc-checkbox-selected-pressed-state-layer-color: #ff4081;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}

.mat-mdc-list-option.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #f44336;
  --mdc-checkbox-selected-hover-icon-color: #f44336;
  --mdc-checkbox-selected-icon-color: #f44336;
  --mdc-checkbox-selected-pressed-icon-color: #f44336;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #f44336;
  --mdc-checkbox-selected-hover-state-layer-color: #f44336;
  --mdc-checkbox-selected-pressed-state-layer-color: #f44336;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}

.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start {
  color: #3f51b5;
}

.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}

html {
  --mdc-list-list-item-one-line-container-height: 48px;
  --mdc-list-list-item-two-line-container-height: 64px;
  --mdc-list-list-item-three-line-container-height: 88px;
}
html {
  --mat-list-list-item-leading-icon-start-space: 16px;
  --mat-list-list-item-leading-icon-end-space: 32px;
}

.mdc-list-item__start,
.mdc-list-item__end {
  --mdc-radio-state-layer-size: 40px;
}

.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line, .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line, .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line {
  height: 56px;
}
.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines, .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines, .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines {
  height: 72px;
}

html {
  --mat-paginator-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-paginator-container-background-color: white;
  --mat-paginator-enabled-icon-color: rgba(0, 0, 0, 0.54);
  --mat-paginator-disabled-icon-color: rgba(0, 0, 0, 0.12);
}

html {
  --mat-paginator-container-size: 56px;
  --mat-paginator-form-field-container-height: 40px;
  --mat-paginator-form-field-container-vertical-padding: 8px;
  --mat-paginator-touch-target-display: block;
}

html {
  --mdc-secondary-navigation-tab-container-height: 48px;
}
html {
  --mdc-tab-indicator-active-indicator-height: 2px;
  --mdc-tab-indicator-active-indicator-shape: 0;
}
html {
  --mat-tab-header-divider-color: transparent;
  --mat-tab-header-divider-height: 0;
}
.mat-mdc-tab-group,
.mat-mdc-tab-nav-bar {
  --mdc-tab-indicator-active-indicator-color: #3f51b5;
}
.mat-mdc-tab-group,
.mat-mdc-tab-nav-bar {
  --mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, 0.38);
  --mat-tab-header-pagination-icon-color: black;
  --mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-label-text-color: #3f51b5;
  --mat-tab-header-active-ripple-color: #3f51b5;
  --mat-tab-header-inactive-ripple-color: #3f51b5;
  --mat-tab-header-inactive-focus-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-focus-label-text-color: #3f51b5;
  --mat-tab-header-active-hover-label-text-color: #3f51b5;
  --mat-tab-header-active-focus-indicator-color: #3f51b5;
  --mat-tab-header-active-hover-indicator-color: #3f51b5;
}
.mat-mdc-tab-group.mat-accent,
.mat-mdc-tab-nav-bar.mat-accent {
  --mdc-tab-indicator-active-indicator-color: #ff4081;
}
.mat-mdc-tab-group.mat-accent,
.mat-mdc-tab-nav-bar.mat-accent {
  --mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, 0.38);
  --mat-tab-header-pagination-icon-color: black;
  --mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-label-text-color: #ff4081;
  --mat-tab-header-active-ripple-color: #ff4081;
  --mat-tab-header-inactive-ripple-color: #ff4081;
  --mat-tab-header-inactive-focus-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-focus-label-text-color: #ff4081;
  --mat-tab-header-active-hover-label-text-color: #ff4081;
  --mat-tab-header-active-focus-indicator-color: #ff4081;
  --mat-tab-header-active-hover-indicator-color: #ff4081;
}
.mat-mdc-tab-group.mat-warn,
.mat-mdc-tab-nav-bar.mat-warn {
  --mdc-tab-indicator-active-indicator-color: #f44336;
}
.mat-mdc-tab-group.mat-warn,
.mat-mdc-tab-nav-bar.mat-warn {
  --mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, 0.38);
  --mat-tab-header-pagination-icon-color: black;
  --mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-label-text-color: #f44336;
  --mat-tab-header-active-ripple-color: #f44336;
  --mat-tab-header-inactive-ripple-color: #f44336;
  --mat-tab-header-inactive-focus-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-focus-label-text-color: #f44336;
  --mat-tab-header-active-hover-label-text-color: #f44336;
  --mat-tab-header-active-focus-indicator-color: #f44336;
  --mat-tab-header-active-hover-indicator-color: #f44336;
}
.mat-mdc-tab-group.mat-background-primary,
.mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-tab-header-with-background-background-color: #3f51b5;
  --mat-tab-header-with-background-foreground-color: white;
}
.mat-mdc-tab-group.mat-background-accent,
.mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-tab-header-with-background-background-color: #ff4081;
  --mat-tab-header-with-background-foreground-color: white;
}
.mat-mdc-tab-group.mat-background-warn,
.mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-tab-header-with-background-background-color: #f44336;
  --mat-tab-header-with-background-foreground-color: white;
}

.mat-mdc-tab-header {
  --mdc-secondary-navigation-tab-container-height: 48px;
}
html {
  --mdc-checkbox-disabled-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-selected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-selected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-unselected-pressed-state-layer-opacity: 0.16;
}
html {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #ff4081;
  --mdc-checkbox-selected-hover-icon-color: #ff4081;
  --mdc-checkbox-selected-icon-color: #ff4081;
  --mdc-checkbox-selected-pressed-icon-color: #ff4081;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #ff4081;
  --mdc-checkbox-selected-hover-state-layer-color: #ff4081;
  --mdc-checkbox-selected-pressed-state-layer-color: #ff4081;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
html {
  --mat-checkbox-disabled-label-color: rgba(0, 0, 0, 0.38);
  --mat-checkbox-label-text-color: rgba(0, 0, 0, 0.87);
}

.mat-mdc-checkbox.mat-primary {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #3f51b5;
  --mdc-checkbox-selected-hover-icon-color: #3f51b5;
  --mdc-checkbox-selected-icon-color: #3f51b5;
  --mdc-checkbox-selected-pressed-icon-color: #3f51b5;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #3f51b5;
  --mdc-checkbox-selected-hover-state-layer-color: #3f51b5;
  --mdc-checkbox-selected-pressed-state-layer-color: #3f51b5;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.mat-mdc-checkbox.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #f44336;
  --mdc-checkbox-selected-hover-icon-color: #f44336;
  --mdc-checkbox-selected-icon-color: #f44336;
  --mdc-checkbox-selected-pressed-icon-color: #f44336;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #f44336;
  --mdc-checkbox-selected-hover-state-layer-color: #f44336;
  --mdc-checkbox-selected-pressed-state-layer-color: #f44336;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}

html {
  --mdc-checkbox-state-layer-size: 40px;
}
html {
  --mat-checkbox-touch-target-display: block;
}

html {
  --mdc-text-button-container-shape: 4px;
  --mdc-text-button-keep-touch-target: false;
}
html {
  --mdc-filled-button-container-shape: 4px;
  --mdc-filled-button-keep-touch-target: false;
}
html {
  --mdc-protected-button-container-shape: 4px;
  --mdc-protected-button-container-elevation-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-container-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-focus-container-elevation-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-hover-container-elevation-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-pressed-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
html {
  --mdc-outlined-button-keep-touch-target: false;
  --mdc-outlined-button-outline-width: 1px;
  --mdc-outlined-button-container-shape: 4px;
}
html {
  --mat-text-button-horizontal-padding: 8px;
  --mat-text-button-with-icon-horizontal-padding: 8px;
  --mat-text-button-icon-spacing: 8px;
  --mat-text-button-icon-offset: 0;
}
html {
  --mat-filled-button-horizontal-padding: 16px;
  --mat-filled-button-icon-spacing: 8px;
  --mat-filled-button-icon-offset: -4px;
}
html {
  --mat-protected-button-horizontal-padding: 16px;
  --mat-protected-button-icon-spacing: 8px;
  --mat-protected-button-icon-offset: -4px;
}
html {
  --mat-outlined-button-horizontal-padding: 15px;
  --mat-outlined-button-icon-spacing: 8px;
  --mat-outlined-button-icon-offset: -4px;
}

html {
  --mdc-text-button-label-text-color: black;
  --mdc-text-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
}
html {
  --mat-text-button-state-layer-color: black;
  --mat-text-button-disabled-state-layer-color: black;
  --mat-text-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-text-button-hover-state-layer-opacity: 0.04;
  --mat-text-button-focus-state-layer-opacity: 0.12;
  --mat-text-button-pressed-state-layer-opacity: 0.12;
}
html {
  --mdc-filled-button-container-color: white;
  --mdc-filled-button-label-text-color: black;
  --mdc-filled-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-filled-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
}
html {
  --mat-filled-button-state-layer-color: black;
  --mat-filled-button-disabled-state-layer-color: black;
  --mat-filled-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-filled-button-hover-state-layer-opacity: 0.04;
  --mat-filled-button-focus-state-layer-opacity: 0.12;
  --mat-filled-button-pressed-state-layer-opacity: 0.12;
}
html {
  --mdc-protected-button-container-color: white;
  --mdc-protected-button-label-text-color: black;
  --mdc-protected-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
}
html {
  --mat-protected-button-state-layer-color: black;
  --mat-protected-button-disabled-state-layer-color: black;
  --mat-protected-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-protected-button-hover-state-layer-opacity: 0.04;
  --mat-protected-button-focus-state-layer-opacity: 0.12;
  --mat-protected-button-pressed-state-layer-opacity: 0.12;
}
html {
  --mdc-outlined-button-disabled-outline-color: rgba(0, 0, 0, 0.12);
  --mdc-outlined-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-button-label-text-color: black;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
}
html {
  --mat-outlined-button-state-layer-color: black;
  --mat-outlined-button-disabled-state-layer-color: black;
  --mat-outlined-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-outlined-button-hover-state-layer-opacity: 0.04;
  --mat-outlined-button-focus-state-layer-opacity: 0.12;
  --mat-outlined-button-pressed-state-layer-opacity: 0.12;
}

.mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #3f51b5;
}
.mat-mdc-button.mat-primary {
  --mat-text-button-state-layer-color: #3f51b5;
  --mat-text-button-ripple-color: rgba(63, 81, 181, 0.1);
}
.mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #ff4081;
}
.mat-mdc-button.mat-accent {
  --mat-text-button-state-layer-color: #ff4081;
  --mat-text-button-ripple-color: rgba(255, 64, 129, 0.1);
}
.mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #f44336;
}
.mat-mdc-button.mat-warn {
  --mat-text-button-state-layer-color: #f44336;
  --mat-text-button-ripple-color: rgba(244, 67, 54, 0.1);
}

.mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #3f51b5;
  --mdc-filled-button-label-text-color: white;
}
.mat-mdc-unelevated-button.mat-primary {
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #ff4081;
  --mdc-filled-button-label-text-color: white;
}
.mat-mdc-unelevated-button.mat-accent {
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #f44336;
  --mdc-filled-button-label-text-color: white;
}
.mat-mdc-unelevated-button.mat-warn {
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}

.mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #3f51b5;
  --mdc-protected-button-label-text-color: white;
}
.mat-mdc-raised-button.mat-primary {
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #ff4081;
  --mdc-protected-button-label-text-color: white;
}
.mat-mdc-raised-button.mat-accent {
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #f44336;
  --mdc-protected-button-label-text-color: white;
}
.mat-mdc-raised-button.mat-warn {
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}

.mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #3f51b5;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
}
.mat-mdc-outlined-button.mat-primary {
  --mat-outlined-button-state-layer-color: #3f51b5;
  --mat-outlined-button-ripple-color: rgba(63, 81, 181, 0.1);
}
.mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #ff4081;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
}
.mat-mdc-outlined-button.mat-accent {
  --mat-outlined-button-state-layer-color: #ff4081;
  --mat-outlined-button-ripple-color: rgba(255, 64, 129, 0.1);
}
.mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #f44336;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
}
.mat-mdc-outlined-button.mat-warn {
  --mat-outlined-button-state-layer-color: #f44336;
  --mat-outlined-button-ripple-color: rgba(244, 67, 54, 0.1);
}

html {
  --mdc-text-button-container-height: 36px;
}
html {
  --mdc-filled-button-container-height: 36px;
}
html {
  --mdc-protected-button-container-height: 36px;
}
html {
  --mdc-outlined-button-container-height: 36px;
}
html {
  --mat-text-button-touch-target-display: block;
}
html {
  --mat-filled-button-touch-target-display: block;
}
html {
  --mat-protected-button-touch-target-display: block;
}
html {
  --mat-outlined-button-touch-target-display: block;
}

html {
  --mdc-icon-button-icon-size: 24px;
}

html {
  --mdc-icon-button-icon-color: inherit;
  --mdc-icon-button-disabled-icon-color: rgba(0, 0, 0, 0.38);
}
html {
  --mat-icon-button-state-layer-color: black;
  --mat-icon-button-disabled-state-layer-color: black;
  --mat-icon-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-icon-button-hover-state-layer-opacity: 0.04;
  --mat-icon-button-focus-state-layer-opacity: 0.12;
  --mat-icon-button-pressed-state-layer-opacity: 0.12;
}
html .mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color: #3f51b5;
}
html .mat-mdc-icon-button.mat-primary {
  --mat-icon-button-state-layer-color: #3f51b5;
  --mat-icon-button-ripple-color: rgba(63, 81, 181, 0.1);
}
html .mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color: #ff4081;
}
html .mat-mdc-icon-button.mat-accent {
  --mat-icon-button-state-layer-color: #ff4081;
  --mat-icon-button-ripple-color: rgba(255, 64, 129, 0.1);
}
html .mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color: #f44336;
}
html .mat-mdc-icon-button.mat-warn {
  --mat-icon-button-state-layer-color: #f44336;
  --mat-icon-button-ripple-color: rgba(244, 67, 54, 0.1);
}

html {
  --mat-icon-button-touch-target-display: block;
}

.mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 48px;
  width: var(--mdc-icon-button-state-layer-size);
  height: var(--mdc-icon-button-state-layer-size);
  padding: 12px;
}

html {
  --mdc-fab-container-shape: 50%;
  --mdc-fab-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-focus-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-pressed-container-elevation-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
html {
  --mdc-fab-small-container-shape: 50%;
  --mdc-fab-small-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-focus-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-pressed-container-elevation-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
html {
  --mdc-extended-fab-container-height: 48px;
  --mdc-extended-fab-container-shape: 24px;
  --mdc-extended-fab-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-focus-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-pressed-container-elevation-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}

html {
  --mdc-fab-container-color: white;
}
html {
  --mat-fab-foreground-color: black;
  --mat-fab-state-layer-color: black;
  --mat-fab-disabled-state-layer-color: black;
  --mat-fab-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-fab-hover-state-layer-opacity: 0.04;
  --mat-fab-focus-state-layer-opacity: 0.12;
  --mat-fab-pressed-state-layer-opacity: 0.12;
  --mat-fab-disabled-state-container-color: rgba(0, 0, 0, 0.12);
  --mat-fab-disabled-state-foreground-color: rgba(0, 0, 0, 0.38);
}
html {
  --mdc-fab-small-container-color: white;
}
html {
  --mat-fab-small-foreground-color: black;
  --mat-fab-small-state-layer-color: black;
  --mat-fab-small-disabled-state-layer-color: black;
  --mat-fab-small-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-fab-small-hover-state-layer-opacity: 0.04;
  --mat-fab-small-focus-state-layer-opacity: 0.12;
  --mat-fab-small-pressed-state-layer-opacity: 0.12;
  --mat-fab-small-disabled-state-container-color: rgba(0, 0, 0, 0.12);
  --mat-fab-small-disabled-state-foreground-color: rgba(0, 0, 0, 0.38);
}
html .mat-mdc-fab.mat-primary {
  --mdc-fab-container-color: #3f51b5;
}
html .mat-mdc-fab.mat-primary {
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
html .mat-mdc-fab.mat-accent {
  --mdc-fab-container-color: #ff4081;
}
html .mat-mdc-fab.mat-accent {
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
html .mat-mdc-fab.mat-warn {
  --mdc-fab-container-color: #f44336;
}
html .mat-mdc-fab.mat-warn {
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
html .mat-mdc-mini-fab.mat-primary {
  --mdc-fab-small-container-color: #3f51b5;
}
html .mat-mdc-mini-fab.mat-primary {
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
html .mat-mdc-mini-fab.mat-accent {
  --mdc-fab-small-container-color: #ff4081;
}
html .mat-mdc-mini-fab.mat-accent {
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
html .mat-mdc-mini-fab.mat-warn {
  --mdc-fab-small-container-color: #f44336;
}
html .mat-mdc-mini-fab.mat-warn {
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}

html {
  --mat-fab-touch-target-display: block;
}
html {
  --mat-fab-small-touch-target-display: block;
}

html {
  --mdc-snackbar-container-shape: 4px;
}

html {
  --mdc-snackbar-container-color: #333333;
  --mdc-snackbar-supporting-text-color: rgba(255, 255, 255, 0.87);
}
html {
  --mat-snack-bar-button-color: #ff4081;
}

html {
  --mat-table-row-item-outline-width: 1px;
}

html {
  --mat-table-background-color: white;
  --mat-table-header-headline-color: rgba(0, 0, 0, 0.87);
  --mat-table-row-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-table-row-item-outline-color: rgba(0, 0, 0, 0.12);
}

html {
  --mat-table-header-container-height: 56px;
  --mat-table-footer-container-height: 52px;
  --mat-table-row-item-container-height: 52px;
}

html {
  --mdc-circular-progress-active-indicator-width: 4px;
  --mdc-circular-progress-size: 48px;
}

html {
  --mdc-circular-progress-active-indicator-color: #3f51b5;
}
html .mat-accent {
  --mdc-circular-progress-active-indicator-color: #ff4081;
}
html .mat-warn {
  --mdc-circular-progress-active-indicator-color: #f44336;
}

html {
  --mat-badge-container-shape: 50%;
  --mat-badge-container-size: unset;
  --mat-badge-small-size-container-size: unset;
  --mat-badge-large-size-container-size: unset;
  --mat-badge-legacy-container-size: 22px;
  --mat-badge-legacy-small-size-container-size: 16px;
  --mat-badge-legacy-large-size-container-size: 28px;
  --mat-badge-container-offset: -11px 0;
  --mat-badge-small-size-container-offset: -8px 0;
  --mat-badge-large-size-container-offset: -14px 0;
  --mat-badge-container-overlap-offset: -11px;
  --mat-badge-small-size-container-overlap-offset: -8px;
  --mat-badge-large-size-container-overlap-offset: -14px;
  --mat-badge-container-padding: 0;
  --mat-badge-small-size-container-padding: 0;
  --mat-badge-large-size-container-padding: 0;
}

html {
  --mat-badge-background-color: #3f51b5;
  --mat-badge-text-color: white;
  --mat-badge-disabled-state-background-color: #b9b9b9;
  --mat-badge-disabled-state-text-color: rgba(0, 0, 0, 0.38);
}

.mat-badge-accent {
  --mat-badge-background-color: #ff4081;
  --mat-badge-text-color: white;
}

.mat-badge-warn {
  --mat-badge-background-color: #f44336;
  --mat-badge-text-color: white;
}

html {
  --mat-bottom-sheet-container-shape: 4px;
}

html {
  --mat-bottom-sheet-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-bottom-sheet-container-background-color: white;
}

html {
  --mat-legacy-button-toggle-height: 36px;
  --mat-legacy-button-toggle-shape: 2px;
  --mat-legacy-button-toggle-focus-state-layer-opacity: 1;
}
html {
  --mat-standard-button-toggle-shape: 4px;
  --mat-standard-button-toggle-hover-state-layer-opacity: 0.04;
  --mat-standard-button-toggle-focus-state-layer-opacity: 0.12;
}

html {
  --mat-legacy-button-toggle-text-color: rgba(0, 0, 0, 0.38);
  --mat-legacy-button-toggle-state-layer-color: rgba(0, 0, 0, 0.12);
  --mat-legacy-button-toggle-selected-state-text-color: rgba(0, 0, 0, 0.54);
  --mat-legacy-button-toggle-selected-state-background-color: #e0e0e0;
  --mat-legacy-button-toggle-disabled-state-text-color: rgba(0, 0, 0, 0.26);
  --mat-legacy-button-toggle-disabled-state-background-color: #eeeeee;
  --mat-legacy-button-toggle-disabled-selected-state-background-color: #bdbdbd;
}
html {
  --mat-standard-button-toggle-text-color: rgba(0, 0, 0, 0.87);
  --mat-standard-button-toggle-background-color: white;
  --mat-standard-button-toggle-state-layer-color: black;
  --mat-standard-button-toggle-selected-state-background-color: #e0e0e0;
  --mat-standard-button-toggle-selected-state-text-color: rgba(0, 0, 0, 0.87);
  --mat-standard-button-toggle-disabled-state-text-color: rgba(0, 0, 0, 0.26);
  --mat-standard-button-toggle-disabled-state-background-color: white;
  --mat-standard-button-toggle-disabled-selected-state-text-color: rgba(0, 0, 0, 0.87);
  --mat-standard-button-toggle-disabled-selected-state-background-color: #bdbdbd;
  --mat-standard-button-toggle-divider-color: #e0e0e0;
}

html {
  --mat-standard-button-toggle-height: 48px;
}

html {
  --mat-datepicker-calendar-container-shape: 4px;
  --mat-datepicker-calendar-container-touch-shape: 4px;
  --mat-datepicker-calendar-container-elevation-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-container-touch-elevation-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}

html {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #3f51b5;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(63, 81, 181, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(63, 81, 181, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(63, 81, 181, 0.3);
  --mat-datepicker-toggle-active-state-icon-color: #3f51b5;
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(63, 81, 181, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
  --mat-datepicker-toggle-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-body-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-period-button-text-color: black;
  --mat-datepicker-calendar-period-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-navigation-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-header-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-outline-color: rgba(0, 0, 0, 0.38);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: rgba(0, 0, 0, 0.18);
  --mat-datepicker-calendar-date-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: rgba(0, 0, 0, 0.38);
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, 0.24);
  --mat-datepicker-range-input-separator-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-range-input-disabled-state-separator-color: rgba(0, 0, 0, 0.38);
  --mat-datepicker-range-input-disabled-state-text-color: rgba(0, 0, 0, 0.38);
  --mat-datepicker-calendar-container-background-color: white;
  --mat-datepicker-calendar-container-text-color: rgba(0, 0, 0, 0.87);
}

.mat-datepicker-content.mat-accent {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #ff4081;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(255, 64, 129, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(255, 64, 129, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(255, 64, 129, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(255, 64, 129, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
}
.mat-datepicker-content.mat-warn {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #f44336;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(244, 67, 54, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(244, 67, 54, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(244, 67, 54, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(244, 67, 54, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
}

.mat-datepicker-toggle-active.mat-accent {
  --mat-datepicker-toggle-active-state-icon-color: #ff4081;
}
.mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-toggle-active-state-icon-color: #f44336;
}

.mat-calendar-controls {
  --mat-icon-button-touch-target-display: none;
}
.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 40px;
  width: var(--mdc-icon-button-state-layer-size);
  height: var(--mdc-icon-button-state-layer-size);
  padding: 8px;
}

html {
  --mat-divider-width: 1px;
}

html {
  --mat-divider-color: rgba(0, 0, 0, 0.12);
}

html {
  --mat-expansion-container-shape: 4px;
  --mat-expansion-legacy-header-indicator-display: inline-block;
  --mat-expansion-header-indicator-display: none;
}

html {
  --mat-expansion-container-background-color: white;
  --mat-expansion-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-expansion-actions-divider-color: rgba(0, 0, 0, 0.12);
  --mat-expansion-header-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-expansion-header-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-expansion-header-disabled-state-text-color: rgba(0, 0, 0, 0.26);
  --mat-expansion-header-text-color: rgba(0, 0, 0, 0.87);
  --mat-expansion-header-description-color: rgba(0, 0, 0, 0.54);
  --mat-expansion-header-indicator-color: rgba(0, 0, 0, 0.54);
}

html {
  --mat-expansion-header-collapsed-state-height: 48px;
  --mat-expansion-header-expanded-state-height: 64px;
}

html {
  --mat-icon-color: inherit;
}

.mat-icon.mat-primary {
  --mat-icon-color: #3f51b5;
}
.mat-icon.mat-accent {
  --mat-icon-color: #ff4081;
}
.mat-icon.mat-warn {
  --mat-icon-color: #f44336;
}

html {
  --mat-sidenav-container-shape: 0;
  --mat-sidenav-container-elevation-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-width: auto;
}

html {
  --mat-sidenav-container-divider-color: rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-background-color: white;
  --mat-sidenav-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-sidenav-content-background-color: #fafafa;
  --mat-sidenav-content-text-color: rgba(0, 0, 0, 0.87);
  --mat-sidenav-scrim-color: rgba(0, 0, 0, 0.6);
}

html {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #3f51b5;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #3f51b5;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #3f51b5;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
  --mat-stepper-container-color: white;
  --mat-stepper-line-color: rgba(0, 0, 0, 0.12);
  --mat-stepper-header-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-stepper-header-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-stepper-header-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-optional-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-selected-state-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-stepper-header-error-state-label-text-color: #f44336;
  --mat-stepper-header-icon-background-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-error-state-icon-foreground-color: #f44336;
  --mat-stepper-header-error-state-icon-background-color: transparent;
}
html .mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #ff4081;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #ff4081;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #ff4081;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
html .mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #f44336;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #f44336;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #f44336;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}

html {
  --mat-stepper-header-height: 72px;
}

html {
  --mat-sort-arrow-color: #757575;
}

html {
  --mat-toolbar-container-background-color: whitesmoke;
  --mat-toolbar-container-text-color: rgba(0, 0, 0, 0.87);
}

.mat-toolbar.mat-primary {
  --mat-toolbar-container-background-color: #3f51b5;
  --mat-toolbar-container-text-color: white;
}
.mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color: #ff4081;
  --mat-toolbar-container-text-color: white;
}
.mat-toolbar.mat-warn {
  --mat-toolbar-container-background-color: #f44336;
  --mat-toolbar-container-text-color: white;
}

html {
  --mat-toolbar-standard-height: 64px;
  --mat-toolbar-mobile-height: 56px;
}

html {
  --mat-tree-container-background-color: white;
  --mat-tree-node-text-color: rgba(0, 0, 0, 0.87);
}

html {
  --mat-tree-node-min-height: 48px;
}

html {
  --mat-timepicker-container-shape: 4px;
  --mat-timepicker-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}

html {
  --mat-timepicker-container-background-color: white;
}
/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/content/styles/xrx-xglyph-font-face-local-build.scss?ngGlobalStyle ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@font-face {
  font-family: xglyphregular;
  font-style: normal;
  font-weight: 400;
  src: url('xglyph-regular.eot');
  src: url('xglyph-regular.woff2') format("woff2"), url('xglyph-regular.woff') format("woff"), url('xglyph-regular.ttf') format("truetype");
}
/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/content/styles/xrx-theme-override.scss?ngGlobalStyle ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/

/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/content/styles/xwuikit/_type.scss?ngGlobalStyle ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: rem(ptr(17));
  font-family: inherit;
  line-height: 1.1;
  color: #000000;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: rem(ptr(34));
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: rem(ptr(17));
}

h1, .h1 {
  font-size: rem(ptr(60));
  letter-spacing: -1.5px;
}

h2, .h2 {
  font-size: rem(ptr(48));
  letter-spacing: -0.5px;
}

h3, .h3 {
  font-size: rem(ptr(34));
  letter-spacing: 0px;
}

h4, .h4 {
  font-size: rem(ptr(28));
  letter-spacing: 0.25px;
}

h5, .h5 {
  font-size: rem(ptr(24));
  letter-spacing: 0px;
}

h6, .h6 {
  font-size: rem(ptr(20));
  letter-spacing: 0.25px;
}

h1, .h1,
h2, .h2 {
  font-weight: 300;
}

h3, .h3,
h4, .h4 {
  font-weight: 400;
}

h5, .h5,
h6, .h6 {
  font-weight: 700;
}

.lead {
  font-size: rem(ptr(24));
  font-weight: 300;
  line-height: 1.5;
  color: #525256;
}

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

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

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

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

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

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

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

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #525256;
}
.blockquote-footer::before {
  content: "— ";
}

.bg-primary {
  color: #ffffff;
}
/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/content/styles/xwuikit/_xrx-forms.scss?ngGlobalStyle ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.form-control {
  display: block;
  width: 100%;
  height: 44px;
  padding: 1px 0.75rem 0 0.75rem;
  font-size: 20px;
  line-height: 1.5;
  color: #000000;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #BBBCC3;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:hover {
  position: relative;
  z-index: 1;
  border-color: #006482;
}
.form-control:focus {
  color: #000000;
  background-color: #ffffff;
  border-color: #006482;
  outline: 0;
  box-shadow: inset 0 0 0 1px #006482;
}
.form-control::placeholder {
  color: #9E9FA4;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.3);
  box-shadow: none;
  opacity: 1;
}
.form-control:disabled {
  color: rgba(0, 0, 0, 0.3);
}

textarea.form-control {
  height: auto;
  padding: 8px 0.75rem;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(2.625rem + 2px);
}
select.form-control:focus::-ms-value {
  color: #000000;
  background-color: #ffffff;
}

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

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

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

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

.disabled-label {
  color: rgba(0, 0, 0, 0.3) !important;
}

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

.form-control-sm {
  height: 32px;
  padding: 1px 0.5rem 0 0.5rem;
  font-size: 16px;
  line-height: 1.25;
  border-radius: 0.2rem;
}

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

.form-control-lg {
  height: 54px;
  padding: 1px 1rem 0 1rem;
  font-size: 24px;
  line-height: 1.65;
  border-radius: 0.3rem;
}

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

.form-group {
  margin-bottom: 1rem;
}
.form-group label {
  color: #29292D;
}

.form-text {
  display: block;
  margin-top: rem(ptr(6));
  font-size: rem(ptr(15));
  letter-spacing: 0.3px;
  color: #525256;
}
[class*=validation-success] .form-text {
  color: #186a1e;
}
[class*=validation-danger] .form-text {
  color: #9f0b14;
}
[class*=validation-warning] .form-text {
  color: #955503;
}
.xrx-dark-appearance .form-text {
  color: #BBBCC3;
}
.xrx-dark-appearance [class*=validation-success] .form-text {
  color: #7bc76f;
}
.xrx-dark-appearance [class*=validation-danger] .form-text {
  color: #FF808B;
}
.xrx-dark-appearance [class*=validation-warning] .form-text {
  color: #ffda7b;
}

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

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

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

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

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

input:required {
  box-shadow: none;
}

input:invalid {
  box-shadow: none;
}

textarea:required {
  box-shadow: none;
}

textarea:invalid {
  box-shadow: none;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: rem(ptr(6));
  font-size: rem(ptr(16));
  color: #24882b;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #24882b;
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #24882b;
  box-shadow: inset 0 0 0 1px #24882b;
}
.was-validated .form-control:valid ~ .valid-feedback, .form-control.is-valid ~ .valid-feedback {
  display: block;
}

.input-group-is-valid .form-control {
  z-index: 10;
  border-color: #24882b;
}
.input-group-is-valid .form-control:focus {
  border-color: #24882b;
  box-shadow: inset 0 0 0 1px #24882b;
}
.input-group-is-valid ~ .valid-feedback {
  display: block;
}

.was-validated .fileinput:valid .form-control, .fileinput.is-valid .form-control {
  border-color: #24882b !important;
  box-shadow: inset 0 0 0 1px #24882b !important;
}
.fileinput ~ .valid-feedback {
  display: block;
}

.was-validated .bootstrap-select:valid .dropdown-toggle, .bootstrap-select.is-valid .dropdown-toggle {
  border-color: #24882b !important;
}
.was-validated .bootstrap-select:valid .valid-feedback, .bootstrap-select.is-valid .valid-feedback {
  display: block;
  line-height: 1.5;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #24882b;
}
.was-validated .custom-file-input:valid ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before {
  border-color: inherit;
}
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(36, 136, 43, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: rem(ptr(6));
  font-size: rem(ptr(16));
  color: #d92231;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #d92231;
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #d92231;
  box-shadow: inset 0 0 0 1px #d92231;
}
.was-validated .form-control:invalid ~ .invalid-feedback, .form-control.is-invalid ~ .invalid-feedback {
  display: block;
}

.input-group-is-invalid .form-control {
  z-index: 10;
  border-color: #d92231;
}
.input-group-is-invalid .form-control:focus {
  border-color: #d92231;
  box-shadow: inset 0 0 0 1px #d92231;
}
.input-group-is-invalid ~ .invalid-feedback {
  display: block;
}

.was-validated .fileinput:invalid .form-control, .fileinput.is-invalid .form-control {
  border-color: #d92231 !important;
  box-shadow: inset 0 0 0 1px #d92231 !important;
}
.fileinput ~ .invalid-feedback {
  display: block;
}

.was-validated .bootstrap-select:invalid .dropdown-toggle, .bootstrap-select.is-invalid .dropdown-toggle {
  border-color: #d92231 !important;
}
.was-validated .bootstrap-select:invalid .invalid-feedback, .bootstrap-select.is-invalid .invalid-feedback {
  display: block;
  line-height: 1.5;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #d92231;
}
.was-validated .custom-file-input:invalid ~ .custom-file-label::before, .custom-file-input.is-invalid ~ .custom-file-label::before {
  border-color: inherit;
}
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(217, 34, 49, 0.25);
}

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

.form-label-required {
  display: flex;
  align-items: center;
}
.form-label-required [class*=xgl-] {
  margin-left: 10px;
  color: #dc3545;
}
.form-label-required [class*=xgl-]::before {
  font-size: rem(ptr(10));
  line-height: rem(ptr(10));
}

.form-input-required {
  position: relative;
  display: block;
}
.form-input-required input {
  padding-right: 30px !important;
}
.form-input-required::before {
  position: absolute;
  top: 18px;
  left: 100%;
  z-index: 9;
  margin-left: -22px;
  font-size: rem(ptr(10));
  line-height: rem(ptr(10));
  color: #dc3545;
}

.form-input-required-lg input {
  padding-right: 34px !important;
}
.form-input-required-lg::before {
  top: 23px;
  margin-left: -26px;
}

.form-input-required-sm input {
  padding-right: 25px !important;
}
.form-input-required-sm::before {
  top: 12px;
  margin-left: -18px;
}

.form-required-fields {
  display: flex;
  align-items: center;
}
.form-required-fields [class*=xgl-] {
  margin-right: 10px;
  color: #dc3545;
}
.form-required-fields [class*=xgl-]::before {
  font-size: rem(ptr(10));
  line-height: rem(ptr(10));
}
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/content/styles/xwuikit.scss?ngGlobalStyle ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*!
 * Bootstrap v4.3.1 (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)
 */
.xgl-file_unknown_2:before {
  content: "\e5f2";
}

.cb {
  position: relative;
  display: block;
  padding: 0.5rem;
}

:root {
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Roboto Condensed", Roboto, "San Francisco", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: "Roboto Condensed", Roboto, "San Francisco", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
  text-align: left;
  letter-spacing: 0.15px;
  background-color: #F2F2F9;
}

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #006482;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  transition: color 0.25s;
}
a:hover, a:focus {
  color: #002B3C;
  text-decoration: underline;
  outline: none;
}

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

ul a,
ol a,
p a {
  text-decoration: underline;
}

.bg-primary a {
  color: #ffffff;
}
.bg-primary a:hover, .bg-primary a:focus {
  color: #002B3C;
}

.chevron-glyph::after {
  position: relative;
  top: 0.375rem;
  display: inline-block;
  padding-left: 0.5rem;
  margin-right: -0.1875rem;
  margin-left: -0.1875rem;
  font-family: xglyphregular;
  font-size: 1.5rem;
  line-height: 1.5rem;
  text-decoration: none !important;
  content: "\e30b";
}

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #525256;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

button:focus {
  outline: thin dotted #333;
  outline-offset: 1px;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
legend.legend-sm {
  font-size: 1.125rem;
}

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 1.0625rem;
  font-family: inherit;
  line-height: 1.1;
  color: #000000;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 2.125rem;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 1.0625rem;
}

h1, .h1 {
  font-size: 3.75rem;
  letter-spacing: -1.5px;
}

h2, .h2 {
  font-size: 3rem;
  letter-spacing: -0.5px;
}

h3, .h3 {
  font-size: 2.125rem;
  letter-spacing: 0px;
}

h4, .h4 {
  font-size: 1.75rem;
  letter-spacing: 0.25px;
}

h5, .h5 {
  font-size: 1.5rem;
  letter-spacing: 0px;
}

h6, .h6 {
  font-size: 1.25rem;
  letter-spacing: 0.25px;
}

h1, .h1,
h2, .h2 {
  font-weight: 300;
}

h3, .h3,
h4, .h4 {
  font-weight: 400;
}

h5, .h5,
h6, .h6 {
  font-weight: 700;
}

.lead {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.5;
  color: #525256;
}

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

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

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

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

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

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

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

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #525256;
}
.blockquote-footer::before {
  content: "— ";
}

.bg-primary {
  color: #ffffff;
}

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

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

.img-circle {
  border-radius: 50%;
}

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

.figure {
  display: inline-block;
}

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

.photo-comment,
.figure-caption {
  font-size: 0.9375rem;
  font-weight: 300;
  color: #525256;
}

code {
  padding: 0.125rem 0.375rem;
  font-size: 87.5%;
  color: #9f0b14;
  word-break: break-word;
  background-color: #BBBCC3;
  border-radius: 0.25rem;
}
a > code {
  color: inherit;
}

.command-line {
  font-family: Courier, monospace;
  color: #fff;
  background-color: #000;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #ffffff;
  background-color: #1B1B1E;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #1B1B1E;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

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

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

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

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

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

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

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

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

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

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.fade {
  transition: opacity 0.15s linear;
}
@media screen and (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.close {
  float: right;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.5;
}
.close:hover, .close:focus {
  color: #000000;
  text-decoration: none;
  opacity: 0.75;
}
.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

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

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #006482 !important;
}

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

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

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

.bg-success {
  background-color: #24882b !important;
}

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

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

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

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

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

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

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

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

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

.bg-dark {
  background-color: #29292D !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-success {
  border-color: #24882b !important;
}

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

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

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

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

.border-dark {
  border-color: #29292D !important;
}

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

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

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

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

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

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

.rounded-circle {
  border-radius: 50% !important;
}

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

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

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

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

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

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

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

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

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

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

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

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

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

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

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #ffffff !important;
}

.text-primary {
  color: #006482 !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #003d4f !important;
}

.text-secondary {
  color: #525256 !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #39393c !important;
}

.text-success {
  color: #24882b !important;
}

a.text-success:hover, a.text-success:focus {
  color: #19601e !important;
}

.text-info {
  color: #177896 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #10556a !important;
}

.text-warning {
  color: #fd9726 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ee7e02 !important;
}

.text-danger {
  color: #d92231 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #ad1b27 !important;
}

.text-light {
  color: #D9D9DF !important;
}

a.text-light:hover, a.text-light:focus {
  color: #bdbdc8 !important;
}

.text-dark {
  color: #29292D !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #111112 !important;
}

.text-body {
  color: #000000 !important;
}

.text-muted {
  color: #525256 !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #67676C;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #ffffff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #9E9FA4 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #818187;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #818187;
  }
}
[class*=xrx-icon-] {
  box-sizing: content-box;
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.16);
  cursor: default;
}

.xrx-icon-disabled {
  opacity: 0.35;
  box-shadow: none;
}

.xrx-icon-sm {
  border-radius: 6px;
}

.xrx-icon-lg {
  border-radius: 12px;
}

.xrx-icon-xl {
  border-radius: 16px;
}

@font-face {
  font-family: xglyphregular;
  font-style: normal;
  font-weight: 400;
  src: url('xglyph-regular.eot');
  src: url('xglyph-regular.woff2') format("woff2"), url('xglyph-regular.woff') format("woff"), url('xglyph-regular.ttf') format("truetype");
}
[class*=xgl-] {
  position: relative;
  top: 0.0625rem;
  display: table-cell;
  padding: 0;
  margin: 0;
  font-family: xglyphregular;
  font-size: 0;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  line-height: 0;
  speak: none;
  text-transform: none;
  background: none;
  border: none;
  outline: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.xglsize-12 {
  top: 0rem;
}
.xglsize-12::before {
  font-size: 0.75rem;
  line-height: 0.75rem;
}

.xglsize-14 {
  top: 0rem;
}
.xglsize-14::before {
  font-size: 0.875rem;
  line-height: 0.875rem;
}

.xglsize-16 {
  top: 0rem;
}
.xglsize-16::before {
  font-size: 1rem;
  line-height: 1rem;
}

.xglsize-18 {
  top: 0rem;
}
.xglsize-18::before {
  font-size: 1.125rem;
  line-height: 1.125rem;
}

.xglsize-20 {
  top: 0rem;
}
.xglsize-20::before {
  font-size: 1.25rem;
  line-height: 1.25rem;
}

.xglsize-24 {
  top: 0rem;
}
.xglsize-24::before {
  font-size: 1.5rem;
  line-height: 1.5rem;
}

.xglsize-28::before {
  font-size: 1.75rem;
  line-height: 1.75rem;
}

.xglsize-32::before {
  font-size: 2rem;
  line-height: 2rem;
}

.xglsize-48::before {
  margin-right: -0.0625rem;
  margin-left: -0.0625rem;
  font-size: 3rem;
  line-height: 3rem;
}

.xglsize-64::before {
  margin-right: -0.125rem;
  margin-left: -0.125rem;
  font-size: 4rem;
  line-height: 4rem;
}

[class*=_two_tone]::before, [class*=_two_tone]::after {
  position: absolute;
  left: 0;
}
[class*=_two_tone].xglsize-12 {
  top: 0rem;
  width: 0.75rem;
  height: 0.75rem;
}
[class*=_two_tone].xglsize-12::before, [class*=_two_tone].xglsize-12::after {
  font-size: 0.75rem;
  line-height: 0.75rem;
}
[class*=_two_tone].xglsize-14 {
  top: 0rem;
  width: 0.875rem;
  height: 0.875rem;
}
[class*=_two_tone].xglsize-14::before, [class*=_two_tone].xglsize-14::after {
  font-size: 0.875rem;
  line-height: 0.875rem;
}
[class*=_two_tone].xglsize-16 {
  top: 0rem;
  width: 1rem;
  height: 1rem;
}
[class*=_two_tone].xglsize-16::before, [class*=_two_tone].xglsize-16::after {
  font-size: 1rem;
  line-height: 1rem;
}
[class*=_two_tone].xglsize-18 {
  top: 0rem;
  width: 1.125rem;
  height: 1.125rem;
}
[class*=_two_tone].xglsize-18::before, [class*=_two_tone].xglsize-18::after {
  font-size: 1.125rem;
  line-height: 1.125rem;
}
[class*=_two_tone].xglsize-20 {
  top: 0rem;
  width: 1.25rem;
  height: 1.25rem;
}
[class*=_two_tone].xglsize-20::before, [class*=_two_tone].xglsize-20::after {
  font-size: 1.25rem;
  line-height: 1.25rem;
}
[class*=_two_tone].xglsize-24 {
  top: 0rem;
  width: 1.5rem;
  height: 1.5rem;
}
[class*=_two_tone].xglsize-24::before, [class*=_two_tone].xglsize-24::after {
  font-size: 1.5rem;
  line-height: 1.5rem;
}
[class*=_two_tone].xglsize-28 {
  width: 1.75rem;
  height: 1.75rem;
}
[class*=_two_tone].xglsize-28::before, [class*=_two_tone].xglsize-28::after {
  font-size: 1.75rem;
  line-height: 1.75rem;
}
[class*=_two_tone].xglsize-32 {
  width: 2rem;
  height: 2rem;
}
[class*=_two_tone].xglsize-32::before, [class*=_two_tone].xglsize-32::after {
  font-size: 2rem;
  line-height: 2rem;
}
[class*=_two_tone].xglsize-48 {
  width: 2.875rem;
  height: 3rem;
}
[class*=_two_tone].xglsize-48::before, [class*=_two_tone].xglsize-48::after {
  margin-right: -0.0625rem;
  margin-left: -0.0625rem;
  font-size: 3rem;
  line-height: 3rem;
}
[class*=_two_tone].xglsize-64 {
  width: 3.75rem;
  height: 4rem;
}
[class*=_two_tone].xglsize-64::before, [class*=_two_tone].xglsize-64::after {
  margin-right: -0.125rem;
  margin-left: -0.125rem;
  font-size: 4rem;
  line-height: 4rem;
}

.xgl-accent_menu::before {
  content: "\e91f";
}

.xgl-accent_menu_alt::before {
  content: "\e920";
}

.xgl-accent_menu_two_tone::before {
  content: "\e91f";
}

.xgl-accent_menu_two_tone::after {
  content: "\e920";
  opacity: 0.2;
}

.xgl-accessibility::before {
  content: "\e000";
}

.xgl-accessibility_alt::before {
  content: "\e001";
}

.xgl-accessibility_two_tone::before {
  content: "\e000";
}

.xgl-accessibility_two_tone::after {
  content: "\e001";
  opacity: 0.2;
}

.xgl-accounting::before {
  content: "\e002";
}

.xgl-accounting_alt::before {
  content: "\e003";
}

.xgl-accounting_authentication::before {
  content: "\e887";
}

.xgl-accounting_authentication_alt::before {
  content: "\e888";
}

.xgl-accounting_authentication_two_tone::before {
  content: "\e887";
}

.xgl-accounting_authentication_two_tone::after {
  content: "\e888";
  opacity: 0.2;
}

.xgl-accounting_auxiliary_device::before {
  content: "\e004";
}

.xgl-accounting_auxiliary_device_alt::before {
  content: "\e005";
}

.xgl-accounting_auxiliary_device_two_tone::before {
  content: "\e004";
}

.xgl-accounting_auxiliary_device_two_tone::after {
  content: "\e005";
  opacity: 0.2;
}

.xgl-accounting_disabled::before {
  content: "\e006";
}

.xgl-accounting_disabled_alt::before {
  content: "\e007";
}

.xgl-accounting_disabled_two_tone::before {
  content: "\e006";
}

.xgl-accounting_disabled_two_tone::after {
  content: "\e007";
  opacity: 0.2;
}

.xgl-accounting_local::before {
  content: "\e885";
}

.xgl-accounting_local_alt::before {
  content: "\e886";
}

.xgl-accounting_local_two_tone::before {
  content: "\e885";
}

.xgl-accounting_local_two_tone::after {
  content: "\e886";
  opacity: 0.2;
}

.xgl-accounting_network::before {
  content: "\e008";
}

.xgl-accounting_network_alt::before {
  content: "\e009";
}

.xgl-accounting_network_two_tone::before {
  content: "\e008";
}

.xgl-accounting_network_two_tone::after {
  content: "\e009";
  opacity: 0.2;
}

.xgl-accounting_two_tone::before {
  content: "\e002";
}

.xgl-accounting_two_tone::after {
  content: "\e003";
  opacity: 0.2;
}

.xgl-acknowledgement_report::before {
  content: "\ea2b";
}

.xgl-acknowledgement_report_alt::before {
  content: "\ea2c";
}

.xgl-acknowledgement_report_two_tone::before {
  content: "\ea2b";
}

.xgl-acknowledgement_report_two_tone::after {
  content: "\ea2c";
  opacity: 0.2;
}

.xgl-activation_code::before {
  content: "\ea2d";
}

.xgl-activation_code_alt::before {
  content: "\ea2e";
}

.xgl-activation_code_two_tone::before {
  content: "\ea2d";
}

.xgl-activation_code_two_tone::after {
  content: "\ea2e";
  opacity: 0.2;
}

.xgl-activity::before {
  content: "\e00a";
}

.xgl-activity_alt::before {
  content: "\e00b";
}

.xgl-activity_two_tone::before {
  content: "\e00a";
}

.xgl-activity_two_tone::after {
  content: "\e00b";
  opacity: 0.2;
}

.xgl-add_circle::before {
  content: "\e00c";
}

.xgl-add_circle_alt::before {
  content: "\e00d";
}

.xgl-add_circle_two_tone::before {
  content: "\e00c";
}

.xgl-add_circle_two_tone::after {
  content: "\e00d";
  opacity: 0.2;
}

.xgl-add_selection::before {
  content: "\ea80";
}

.xgl-add_selection_alt::before {
  content: "\ea81";
}

.xgl-add_selection_two_tone::before {
  content: "\ea80";
}

.xgl-add_selection_two_tone::after {
  content: "\ea81";
  opacity: 0.2;
}

.xgl-add_square::before {
  content: "\e00e";
}

.xgl-add_square_alt::before {
  content: "\e00f";
}

.xgl-add_square_two_tone::before {
  content: "\e00e";
}

.xgl-add_square_two_tone::after {
  content: "\e00f";
  opacity: 0.2;
}

.xgl-address_book_import::before {
  content: "\ea2f";
}

.xgl-address_book_import_alt::before {
  content: "\ea30";
}

.xgl-address_book_import_two_tone::before {
  content: "\ea2f";
}

.xgl-address_book_import_two_tone::after {
  content: "\ea30";
  opacity: 0.2;
}

.xgl-address_book_network::before {
  content: "\ea31";
}

.xgl-address_book_network_alt::before {
  content: "\ea32";
}

.xgl-address_book_network_two_tone::before {
  content: "\ea31";
}

.xgl-address_book_network_two_tone::after {
  content: "\ea32";
  opacity: 0.2;
}

.xgl-adhesive_lef::before {
  content: "\e010";
}

.xgl-adhesive_lef_alt::before {
  content: "\e6c2";
}

.xgl-adhesive_lef_two_tone::before {
  content: "\e010";
}

.xgl-adhesive_lef_two_tone::after {
  content: "\e6c2";
  opacity: 0.2;
}

.xgl-adhesive_sef::before {
  content: "\e011";
}

.xgl-adhesive_sef_alt::before {
  content: "\e6c3";
}

.xgl-adhesive_sef_two_tone::before {
  content: "\e011";
}

.xgl-adhesive_sef_two_tone::after {
  content: "\e6c3";
  opacity: 0.2;
}

.xgl-air_flow_high::before {
  content: "\ec99";
}

.xgl-air_flow_low::before {
  content: "\ec97";
}

.xgl-air_flow_medium::before {
  content: "\ec98";
}

.xgl-airplane::before {
  content: "\e012";
}

.xgl-airplane_alt::before {
  content: "\e013";
}

.xgl-airplane_rtl::before {
  content: "\e589";
}

.xgl-airplane_rtl_alt::before {
  content: "\e58a";
}

.xgl-airplane_rtl_two_tone::before {
  content: "\e589";
}

.xgl-airplane_rtl_two_tone::after {
  content: "\e58a";
  opacity: 0.2;
}

.xgl-airplane_two_tone::before {
  content: "\e012";
}

.xgl-airplane_two_tone::after {
  content: "\e013";
  opacity: 0.2;
}

.xgl-airprint::before {
  content: "\e014";
}

.xgl-airprint_alt::before {
  content: "\e015";
}

.xgl-airprint_two_tone::before {
  content: "\e014";
}

.xgl-airprint_two_tone::after {
  content: "\e015";
  opacity: 0.2;
}

.xgl-alarmclock::before {
  content: "\e016";
}

.xgl-alarmclock_alt::before {
  content: "\e017";
}

.xgl-alarmclock_two_tone::before {
  content: "\e016";
}

.xgl-alarmclock_two_tone::after {
  content: "\e017";
  opacity: 0.2;
}

.xgl-alert::before {
  content: "\e018";
}

.xgl-alert_all::before {
  content: "\ec23";
}

.xgl-alert_all_alt::before {
  content: "\ec25";
}

.xgl-alert_all_two_tone::before {
  content: "\ec23";
}

.xgl-alert_all_two_tone::after {
  content: "\ec25";
  opacity: 0.2;
}

.xgl-alert_alt::before {
  content: "\e019";
}

.xgl-alert_square::before {
  content: "\e01a";
}

.xgl-alert_square_alt::before {
  content: "\e01b";
}

.xgl-alert_square_two_tone::before {
  content: "\e01a";
}

.xgl-alert_square_two_tone::after {
  content: "\e01b";
  opacity: 0.2;
}

.xgl-alert_two_tone::before {
  content: "\e018";
}

.xgl-alert_two_tone::after {
  content: "\e019";
  opacity: 0.2;
}

.xgl-aliasing::before {
  content: "\e833";
}

.xgl-align_bottom::before {
  content: "\e01c";
}

.xgl-align_center::before {
  content: "\e01d";
}

.xgl-align_dropdown::before {
  content: "\e01e";
}

.xgl-align_left::before {
  content: "\e01f";
}

.xgl-align_middle::before {
  content: "\e020";
}

.xgl-align_right::before {
  content: "\e021";
}

.xgl-align_top::before {
  content: "\e022";
}

.xgl-amazon_drive::before {
  content: "\e023";
}

.xgl-amex::before {
  content: "\ec9f";
}

.xgl-amex_alt::before {
  content: "\eca0";
}

.xgl-amex_two_tone::before {
  content: "\ec9f";
}

.xgl-amex_two_tone::after {
  content: "\eca0";
  opacity: 0.2;
}

.xgl-anchor::before {
  content: "\e9d0";
}

.xgl-android::before {
  content: "\e024";
}

.xgl-android_alt::before {
  content: "\ec8d";
}

.xgl-android_two_tone::before {
  content: "\e024";
}

.xgl-android_two_tone::after {
  content: "\ec8d";
  opacity: 0.2;
}

.xgl-annotate::before {
  content: "\ea82";
}

.xgl-annotate_alt::before {
  content: "\ea83";
}

.xgl-annotate_applied::before {
  content: "\e966";
}

.xgl-annotate_applied_alt::before {
  content: "\e967";
}

.xgl-annotate_applied_two_tone::before {
  content: "\e966";
}

.xgl-annotate_applied_two_tone::after {
  content: "\e967";
  opacity: 0.2;
}

.xgl-annotate_digits::before {
  content: "\e968";
}

.xgl-annotate_digits_alt::before {
  content: "\e969";
}

.xgl-annotate_digits_two_tone::before {
  content: "\e968";
}

.xgl-annotate_digits_two_tone::after {
  content: "\e969";
  opacity: 0.2;
}

.xgl-annotate_format::before {
  content: "\e96a";
}

.xgl-annotate_format_alt::before {
  content: "\e96b";
}

.xgl-annotate_format_color::before {
  content: "\e96c";
}

.xgl-annotate_format_color_alt::before {
  content: "\e96d";
}

.xgl-annotate_format_color_two_tone::before {
  content: "\e96c";
}

.xgl-annotate_format_color_two_tone::after {
  content: "\e96d";
  opacity: 0.2;
}

.xgl-annotate_format_style::before {
  content: "\ea35";
}

.xgl-annotate_format_style_alt::before {
  content: "\ea36";
}

.xgl-annotate_format_style_two_tone::before {
  content: "\ea35";
}

.xgl-annotate_format_style_two_tone::after {
  content: "\ea36";
  opacity: 0.2;
}

.xgl-annotate_format_two_tone::before {
  content: "\e96a";
}

.xgl-annotate_format_two_tone::after {
  content: "\e96b";
  opacity: 0.2;
}

.xgl-annotate_prefix::before {
  content: "\e970";
}

.xgl-annotate_prefix_alt::before {
  content: "\e971";
}

.xgl-annotate_prefix_two_tone::before {
  content: "\e970";
}

.xgl-annotate_prefix_two_tone::after {
  content: "\e971";
  opacity: 0.2;
}

.xgl-annotate_starting_number::before {
  content: "\e972";
}

.xgl-annotate_starting_number_alt::before {
  content: "\e973";
}

.xgl-annotate_starting_number_two_tone::before {
  content: "\e972";
}

.xgl-annotate_starting_number_two_tone::after {
  content: "\e973";
  opacity: 0.2;
}

.xgl-annotate_two_tone::before {
  content: "\ea82";
}

.xgl-annotate_two_tone::after {
  content: "\ea83";
  opacity: 0.2;
}

.xgl-announcement::before {
  content: "\e025";
}

.xgl-announcement_alt::before {
  content: "\e026";
}

.xgl-announcement_two_tone::before {
  content: "\e025";
}

.xgl-announcement_two_tone::after {
  content: "\e026";
  opacity: 0.2;
}

.xgl-app_gallery::before {
  content: "\e027";
}

.xgl-app_store::before {
  content: "\e974";
}

.xgl-apple::before {
  content: "\e028";
}

.xgl-apple_alt::before {
  content: "\ec8e";
}

.xgl-apple_two_tone::before {
  content: "\e028";
}

.xgl-apple_two_tone::after {
  content: "\ec8e";
  opacity: 0.2;
}

.xgl-applications::before {
  content: "\e029";
}

.xgl-applications_alt::before {
  content: "\e88b";
}

.xgl-applications_two_tone::before {
  content: "\e029";
}

.xgl-applications_two_tone::after {
  content: "\e88b";
  opacity: 0.2;
}

.xgl-approval::before {
  content: "\e02a";
}

.xgl-approval_alt::before {
  content: "\e02b";
}

.xgl-approval_two_tone::before {
  content: "\e02a";
}

.xgl-approval_two_tone::after {
  content: "\e02b";
  opacity: 0.2;
}

.xgl-archival_lef::before {
  content: "\e02c";
}

.xgl-archival_lef_alt::before {
  content: "\e6c4";
}

.xgl-archival_lef_two_tone::before {
  content: "\e02c";
}

.xgl-archival_lef_two_tone::after {
  content: "\e6c4";
  opacity: 0.2;
}

.xgl-archival_sef::before {
  content: "\e02d";
}

.xgl-archival_sef_alt::before {
  content: "\e6c5";
}

.xgl-archival_sef_two_tone::before {
  content: "\e02d";
}

.xgl-archival_sef_two_tone::after {
  content: "\e6c5";
  opacity: 0.2;
}

.xgl-arrow_down::before {
  content: "\e02e";
}

.xgl-arrow_down_circle::before {
  content: "\e02f";
}

.xgl-arrow_down_circle_alt::before {
  content: "\e030";
}

.xgl-arrow_down_circle_two_tone::before {
  content: "\e02f";
}

.xgl-arrow_down_circle_two_tone::after {
  content: "\e030";
  opacity: 0.2;
}

.xgl-arrow_down_left::before {
  content: "\e031";
}

.xgl-arrow_down_left_circle::before {
  content: "\e032";
}

.xgl-arrow_down_left_circle_alt::before {
  content: "\e033";
}

.xgl-arrow_down_left_circle_two_tone::before {
  content: "\e032";
}

.xgl-arrow_down_left_circle_two_tone::after {
  content: "\e033";
  opacity: 0.2;
}

.xgl-arrow_down_left_square::before {
  content: "\e034";
}

.xgl-arrow_down_left_square_alt::before {
  content: "\e035";
}

.xgl-arrow_down_left_square_two_tone::before {
  content: "\e034";
}

.xgl-arrow_down_left_square_two_tone::after {
  content: "\e035";
  opacity: 0.2;
}

.xgl-arrow_down_right::before {
  content: "\e036";
}

.xgl-arrow_down_right_circle::before {
  content: "\e037";
}

.xgl-arrow_down_right_circle_alt::before {
  content: "\e038";
}

.xgl-arrow_down_right_circle_two_tone::before {
  content: "\e037";
}

.xgl-arrow_down_right_circle_two_tone::after {
  content: "\e038";
  opacity: 0.2;
}

.xgl-arrow_down_right_square::before {
  content: "\e039";
}

.xgl-arrow_down_right_square_alt::before {
  content: "\e03a";
}

.xgl-arrow_down_right_square_two_tone::before {
  content: "\e039";
}

.xgl-arrow_down_right_square_two_tone::after {
  content: "\e03a";
  opacity: 0.2;
}

.xgl-arrow_down_square::before {
  content: "\e03b";
}

.xgl-arrow_down_square_alt::before {
  content: "\e03c";
}

.xgl-arrow_down_square_two_tone::before {
  content: "\e03b";
}

.xgl-arrow_down_square_two_tone::after {
  content: "\e03c";
  opacity: 0.2;
}

.xgl-arrow_left::before {
  content: "\e03d";
}

.xgl-arrow_left_circle::before {
  content: "\e03e";
}

.xgl-arrow_left_circle_alt::before {
  content: "\e03f";
}

.xgl-arrow_left_circle_two_tone::before {
  content: "\e03e";
}

.xgl-arrow_left_circle_two_tone::after {
  content: "\e03f";
  opacity: 0.2;
}

.xgl-arrow_left_right::before {
  content: "\e040";
}

.xgl-arrow_left_square::before {
  content: "\e041";
}

.xgl-arrow_left_square_alt::before {
  content: "\e042";
}

.xgl-arrow_left_square_two_tone::before {
  content: "\e041";
}

.xgl-arrow_left_square_two_tone::after {
  content: "\e042";
  opacity: 0.2;
}

.xgl-arrow_right::before {
  content: "\e043";
}

.xgl-arrow_right_circle::before {
  content: "\e044";
}

.xgl-arrow_right_circle_alt::before {
  content: "\e045";
}

.xgl-arrow_right_circle_two_tone::before {
  content: "\e044";
}

.xgl-arrow_right_circle_two_tone::after {
  content: "\e045";
  opacity: 0.2;
}

.xgl-arrow_right_square::before {
  content: "\e046";
}

.xgl-arrow_right_square_alt::before {
  content: "\e047";
}

.xgl-arrow_right_square_two_tone::before {
  content: "\e046";
}

.xgl-arrow_right_square_two_tone::after {
  content: "\e047";
  opacity: 0.2;
}

.xgl-arrow_up::before {
  content: "\e048";
}

.xgl-arrow_up_circle::before {
  content: "\e049";
}

.xgl-arrow_up_circle_alt::before {
  content: "\e04a";
}

.xgl-arrow_up_circle_two_tone::before {
  content: "\e049";
}

.xgl-arrow_up_circle_two_tone::after {
  content: "\e04a";
  opacity: 0.2;
}

.xgl-arrow_up_down::before {
  content: "\e04b";
}

.xgl-arrow_up_left::before {
  content: "\e04c";
}

.xgl-arrow_up_left_circle::before {
  content: "\e04d";
}

.xgl-arrow_up_left_circle_alt::before {
  content: "\e04e";
}

.xgl-arrow_up_left_circle_two_tone::before {
  content: "\e04d";
}

.xgl-arrow_up_left_circle_two_tone::after {
  content: "\e04e";
  opacity: 0.2;
}

.xgl-arrow_up_left_square::before {
  content: "\e04f";
}

.xgl-arrow_up_left_square_alt::before {
  content: "\e050";
}

.xgl-arrow_up_left_square_two_tone::before {
  content: "\e04f";
}

.xgl-arrow_up_left_square_two_tone::after {
  content: "\e050";
  opacity: 0.2;
}

.xgl-arrow_up_right::before {
  content: "\e051";
}

.xgl-arrow_up_right_circle::before {
  content: "\e052";
}

.xgl-arrow_up_right_circle_alt::before {
  content: "\e053";
}

.xgl-arrow_up_right_circle_two_tone::before {
  content: "\e052";
}

.xgl-arrow_up_right_circle_two_tone::after {
  content: "\e053";
  opacity: 0.2;
}

.xgl-arrow_up_right_square::before {
  content: "\e054";
}

.xgl-arrow_up_right_square_alt::before {
  content: "\e055";
}

.xgl-arrow_up_right_square_two_tone::before {
  content: "\e054";
}

.xgl-arrow_up_right_square_two_tone::after {
  content: "\e055";
  opacity: 0.2;
}

.xgl-arrow_up_square::before {
  content: "\e056";
}

.xgl-arrow_up_square_alt::before {
  content: "\e057";
}

.xgl-arrow_up_square_two_tone::before {
  content: "\e056";
}

.xgl-arrow_up_square_two_tone::after {
  content: "\e057";
  opacity: 0.2;
}

.xgl-asterisk::before {
  content: "\e058";
}

.xgl-asterisk_alt::before {
  content: "\e059";
}

.xgl-asterisk_overlay::before {
  content: "\e834";
}

.xgl-asterisk_square::before {
  content: "\e05a";
}

.xgl-asterisk_square_alt::before {
  content: "\e05b";
}

.xgl-asterisk_square_two_tone::before {
  content: "\e05a";
}

.xgl-asterisk_square_two_tone::after {
  content: "\e05b";
  opacity: 0.2;
}

.xgl-asterisk_two_tone::before {
  content: "\e058";
}

.xgl-asterisk_two_tone::after {
  content: "\e059";
  opacity: 0.2;
}

.xgl-audio_wave::before {
  content: "\e79a";
}

.xgl-auto::before {
  content: "\e05c";
}

.xgl-auto_alt::before {
  content: "\e05d";
}

.xgl-auto_disabled::before {
  content: "\e05e";
}

.xgl-auto_disabled_alt::before {
  content: "\e05f";
}

.xgl-auto_disabled_two_tone::before {
  content: "\e05e";
}

.xgl-auto_disabled_two_tone::after {
  content: "\e05f";
  opacity: 0.2;
}

.xgl-auto_orientation::before {
  content: "\ea8b";
}

.xgl-auto_orientation_alt::before {
  content: "\ea8c";
}

.xgl-auto_orientation_two_tone::before {
  content: "\ea8b";
}

.xgl-auto_orientation_two_tone::after {
  content: "\ea8c";
  opacity: 0.2;
}

.xgl-auto_select_type_lef::before {
  content: "\e060";
}

.xgl-auto_select_type_lef_alt::before {
  content: "\e6c6";
}

.xgl-auto_select_type_lef_two_tone::before {
  content: "\e060";
}

.xgl-auto_select_type_lef_two_tone::after {
  content: "\e6c6";
  opacity: 0.2;
}

.xgl-auto_select_type_sef::before {
  content: "\e061";
}

.xgl-auto_select_type_sef_alt::before {
  content: "\e6c7";
}

.xgl-auto_select_type_sef_two_tone::before {
  content: "\e061";
}

.xgl-auto_select_type_sef_two_tone::after {
  content: "\e6c7";
  opacity: 0.2;
}

.xgl-auto_two_tone::before {
  content: "\e05c";
}

.xgl-auto_two_tone::after {
  content: "\e05d";
  opacity: 0.2;
}

.xgl-auto_wake_sleep::before {
  content: "\e832";
}

.xgl-background_color::before {
  content: "\e062";
}

.xgl-background_color_two_tone::before {
  content: "\e062";
}

.xgl-background_color_two_tone::after {
  content: "\e0d3";
  opacity: 0.2;
}

.xgl-background_suppression::before {
  content: "\ea8d";
}

.xgl-background_suppression_alt::before {
  content: "\ea8e";
}

.xgl-background_suppression_two_tone::before {
  content: "\ea8d";
}

.xgl-background_suppression_two_tone::after {
  content: "\ea8e";
  opacity: 0.2;
}

.xgl-backlog::before {
  content: "\e063";
}

.xgl-backlog_alt::before {
  content: "\e064";
}

.xgl-backlog_two_tone::before {
  content: "\e063";
}

.xgl-backlog_two_tone::after {
  content: "\e064";
  opacity: 0.2;
}

.xgl-backspace::before {
  content: "\e065";
}

.xgl-backspace_alt::before {
  content: "\e066";
}

.xgl-backspace_rtl::before {
  content: "\e59e";
}

.xgl-backspace_rtl_alt::before {
  content: "\e59f";
}

.xgl-backspace_rtl_two_tone::before {
  content: "\e59e";
}

.xgl-backspace_rtl_two_tone::after {
  content: "\e59f";
  opacity: 0.2;
}

.xgl-backspace_two_tone::before {
  content: "\e065";
}

.xgl-backspace_two_tone::after {
  content: "\e066";
  opacity: 0.2;
}

.xgl-bar_chart::before {
  content: "\e067";
}

.xgl-bar_chart_alt::before {
  content: "\e068";
}

.xgl-bar_chart_square::before {
  content: "\e069";
}

.xgl-bar_chart_square_alt::before {
  content: "\e06a";
}

.xgl-bar_chart_square_two_tone::before {
  content: "\e069";
}

.xgl-bar_chart_square_two_tone::after {
  content: "\e06a";
  opacity: 0.2;
}

.xgl-bar_chart_two_tone::before {
  content: "\e067";
}

.xgl-bar_chart_two_tone::after {
  content: "\e068";
  opacity: 0.2;
}

.xgl-barcode::before {
  content: "\e06b";
}

.xgl-barcode_alt::before {
  content: "\e06c";
}

.xgl-barcode_two_tone::before {
  content: "\e06b";
}

.xgl-barcode_two_tone::after {
  content: "\e06c";
  opacity: 0.2;
}

.xgl-bates_stamp::before {
  content: "\e06d";
}

.xgl-bates_stamp_alt::before {
  content: "\e06e";
}

.xgl-bates_stamp_two_tone::before {
  content: "\e06d";
}

.xgl-bates_stamp_two_tone::after {
  content: "\e06e";
  opacity: 0.2;
}

.xgl-battery_alert::before {
  content: "\e6c0";
}

.xgl-battery_alert_two_tone::before {
  content: "\e6c0";
}

.xgl-battery_alert_two_tone::after {
  content: "\e6be";
  opacity: 0.2;
}

.xgl-battery_alt::before {
  content: "\e6be";
}

.xgl-battery_disabled::before {
  content: "\e6bf";
}

.xgl-battery_disabled_two_tone::before {
  content: "\e6bf";
}

.xgl-battery_disabled_two_tone::after {
  content: "\e6be";
  opacity: 0.2;
}

.xgl-battery_eighty::before {
  content: "\e6b9";
}

.xgl-battery_eighty_two_tone::before {
  content: "\e6b9";
}

.xgl-battery_eighty_two_tone::after {
  content: "\e6be";
  opacity: 0.2;
}

.xgl-battery_empty::before {
  content: "\e6bd";
}

.xgl-battery_empty_two_tone::before {
  content: "\e6bd";
}

.xgl-battery_empty_two_tone::after {
  content: "\e6be";
  opacity: 0.2;
}

.xgl-battery_fourty::before {
  content: "\e6bb";
}

.xgl-battery_fourty_two_tone::before {
  content: "\e6bb";
}

.xgl-battery_fourty_two_tone::after {
  content: "\e6be";
  opacity: 0.2;
}

.xgl-battery_full::before {
  content: "\e6b8";
}

.xgl-battery_full_two_tone::before {
  content: "\e6b8";
}

.xgl-battery_full_two_tone::after {
  content: "\e6be";
  opacity: 0.2;
}

.xgl-battery_remove::before {
  content: "\e6c1";
}

.xgl-battery_remove_two_tone::before {
  content: "\e6c1";
}

.xgl-battery_remove_two_tone::after {
  content: "\e6be";
  opacity: 0.2;
}

.xgl-battery_sixty::before {
  content: "\e6ba";
}

.xgl-battery_sixty_two_tone::before {
  content: "\e6ba";
}

.xgl-battery_sixty_two_tone::after {
  content: "\e6be";
  opacity: 0.2;
}

.xgl-battery_twenty::before {
  content: "\e6bc";
}

.xgl-battery_twenty_two_tone::before {
  content: "\e6bc";
}

.xgl-battery_twenty_two_tone::after {
  content: "\e6be";
  opacity: 0.2;
}

.xgl-bell::before {
  content: "\e06f";
}

.xgl-bell_alt::before {
  content: "\e070";
}

.xgl-bell_disabled::before {
  content: "\e071";
}

.xgl-bell_disabled_alt::before {
  content: "\e072";
}

.xgl-bell_disabled_two_tone::before {
  content: "\e071";
}

.xgl-bell_disabled_two_tone::after {
  content: "\e072";
  opacity: 0.2;
}

.xgl-bell_two_tone::before {
  content: "\e06f";
}

.xgl-bell_two_tone::after {
  content: "\e070";
  opacity: 0.2;
}

.xgl-belt::before {
  content: "\e80d";
}

.xgl-belt_alt::before {
  content: "\e80e";
}

.xgl-belt_two_tone::before {
  content: "\e80d";
}

.xgl-belt_two_tone::after {
  content: "\e80e";
  opacity: 0.2;
}

.xgl-bicycle::before {
  content: "\e843";
}

.xgl-billboard::before {
  content: "\e073";
}

.xgl-billboard_alt::before {
  content: "\e074";
}

.xgl-billboard_two_tone::before {
  content: "\e073";
}

.xgl-billboard_two_tone::after {
  content: "\e074";
  opacity: 0.2;
}

.xgl-billing_usage_sheets::before {
  content: "\ea37";
}

.xgl-billing_usage_sheets_alt::before {
  content: "\ea38";
}

.xgl-billing_usage_sheets_two_tone::before {
  content: "\ea37";
}

.xgl-billing_usage_sheets_two_tone::after {
  content: "\ea38";
  opacity: 0.2;
}

.xgl-binary::before {
  content: "\e5cc";
}

.xgl-binary_alt::before {
  content: "\e5cb";
}

.xgl-binary_two_tone::before {
  content: "\e5cc";
}

.xgl-binary_two_tone::after {
  content: "\e5cb";
  opacity: 0.2;
}

.xgl-binding::before {
  content: "\e835";
}

.xgl-binding_alt::before {
  content: "\e836";
}

.xgl-binding_two_tone::before {
  content: "\e835";
}

.xgl-binding_two_tone::after {
  content: "\e836";
  opacity: 0.2;
}

.xgl-bird::before {
  content: "\e975";
}

.xgl-bird_alt::before {
  content: "\e976";
}

.xgl-bird_two_tone::before {
  content: "\e975";
}

.xgl-bird_two_tone::after {
  content: "\e976";
  opacity: 0.2;
}

.xgl-black_impressions_recieved::before {
  content: "\ea39";
}

.xgl-black_impressions_recieved_alt::before {
  content: "\ea3a";
}

.xgl-black_impressions_recieved_two_tone::before {
  content: "\ea39";
}

.xgl-black_impressions_recieved_two_tone::after {
  content: "\ea3a";
  opacity: 0.2;
}

.xgl-black_white::before {
  content: "\e837";
}

.xgl-blocks::before {
  content: "\e800";
}

.xgl-blocks_alt::before {
  content: "\e801";
}

.xgl-blocks_two_tone::before {
  content: "\e800";
}

.xgl-blocks_two_tone::after {
  content: "\e801";
  opacity: 0.2;
}

.xgl-bluetooth::before {
  content: "\e075";
}

.xgl-bluetooth_audio::before {
  content: "\e076";
}

.xgl-bluetooth_off::before {
  content: "\e077";
}

.xgl-bluetooth_square::before {
  content: "\e078";
}

.xgl-bluetooth_square_alt::before {
  content: "\e079";
}

.xgl-bluetooth_square_two_tone::before {
  content: "\e078";
}

.xgl-bluetooth_square_two_tone::after {
  content: "\e079";
  opacity: 0.2;
}

.xgl-bold::before {
  content: "\e07a";
}

.xgl-bond_lef::before {
  content: "\e07b";
}

.xgl-bond_lef_alt::before {
  content: "\e6c8";
}

.xgl-bond_lef_two_tone::before {
  content: "\e07b";
}

.xgl-bond_lef_two_tone::after {
  content: "\e6c8";
  opacity: 0.2;
}

.xgl-bond_reloaded_lef::before {
  content: "\e945";
}

.xgl-bond_reloaded_lef_alt::before {
  content: "\e946";
}

.xgl-bond_reloaded_lef_two_tone::before {
  content: "\e945";
}

.xgl-bond_reloaded_lef_two_tone::after {
  content: "\e946";
  opacity: 0.2;
}

.xgl-bond_reloaded_sef::before {
  content: "\e947";
}

.xgl-bond_reloaded_sef_alt::before {
  content: "\e948";
}

.xgl-bond_reloaded_sef_two_tone::before {
  content: "\e947";
}

.xgl-bond_reloaded_sef_two_tone::after {
  content: "\e948";
  opacity: 0.2;
}

.xgl-bond_sef::before {
  content: "\e07c";
}

.xgl-bond_sef_alt::before {
  content: "\e6c9";
}

.xgl-bond_sef_two_tone::before {
  content: "\e07c";
}

.xgl-bond_sef_two_tone::after {
  content: "\e6c9";
  opacity: 0.2;
}

.xgl-book::before {
  content: "\e07d";
}

.xgl-book_alt::before {
  content: "\e07e";
}

.xgl-book_copy_both::before {
  content: "\e9e3";
}

.xgl-book_copy_both_alt::before {
  content: "\e9e4";
}

.xgl-book_copy_both_top::before {
  content: "\e9e5";
}

.xgl-book_copy_both_top_alt::before {
  content: "\e9e6";
}

.xgl-book_copy_both_top_two_tone::before {
  content: "\e9e5";
}

.xgl-book_copy_both_top_two_tone::after {
  content: "\e9e6";
  opacity: 0.2;
}

.xgl-book_copy_both_two_tone::before {
  content: "\e9e3";
}

.xgl-book_copy_both_two_tone::after {
  content: "\e9e4";
  opacity: 0.2;
}

.xgl-book_copy_bottom::before {
  content: "\e9e7";
}

.xgl-book_copy_bottom_alt::before {
  content: "\e9e8";
}

.xgl-book_copy_bottom_two_tone::before {
  content: "\e9e7";
}

.xgl-book_copy_bottom_two_tone::after {
  content: "\e9e8";
  opacity: 0.2;
}

.xgl-book_copy_left::before {
  content: "\e9e9";
}

.xgl-book_copy_left_alt::before {
  content: "\e9ea";
}

.xgl-book_copy_left_two_tone::before {
  content: "\e9e9";
}

.xgl-book_copy_left_two_tone::after {
  content: "\e9ea";
  opacity: 0.2;
}

.xgl-book_copy_right::before {
  content: "\e9eb";
}

.xgl-book_copy_right_alt::before {
  content: "\e9ec";
}

.xgl-book_copy_right_two_tone::before {
  content: "\e9eb";
}

.xgl-book_copy_right_two_tone::after {
  content: "\e9ec";
  opacity: 0.2;
}

.xgl-book_copy_top::before {
  content: "\e9ed";
}

.xgl-book_copy_top_alt::before {
  content: "\e9ee";
}

.xgl-book_copy_top_two_tone::before {
  content: "\e9ed";
}

.xgl-book_copy_top_two_tone::after {
  content: "\e9ee";
  opacity: 0.2;
}

.xgl-book_copy_ttob::before {
  content: "\e9ef";
}

.xgl-book_copy_ttob_alt::before {
  content: "\e9f0";
}

.xgl-book_copy_ttob_two_tone::before {
  content: "\e9ef";
}

.xgl-book_copy_ttob_two_tone::after {
  content: "\e9f0";
  opacity: 0.2;
}

.xgl-book_create::before {
  content: "\e9f1";
}

.xgl-book_create_alt::before {
  content: "\e9f2";
}

.xgl-book_create_cover::before {
  content: "\e9f3";
}

.xgl-book_create_cover_alt::before {
  content: "\e9f4";
}

.xgl-book_create_cover_blank::before {
  content: "\e9f5";
}

.xgl-book_create_cover_blank_alt::before {
  content: "\e9f6";
}

.xgl-book_create_cover_blank_two_tone::before {
  content: "\e9f5";
}

.xgl-book_create_cover_blank_two_tone::after {
  content: "\e9f6";
  opacity: 0.2;
}

.xgl-book_create_cover_both::before {
  content: "\e9f7";
}

.xgl-book_create_cover_both_alt::before {
  content: "\e9f8";
}

.xgl-book_create_cover_both_two_tone::before {
  content: "\e9f7";
}

.xgl-book_create_cover_both_two_tone::after {
  content: "\e9f8";
  opacity: 0.2;
}

.xgl-book_create_cover_outside::before {
  content: "\e9f9";
}

.xgl-book_create_cover_outside_alt::before {
  content: "\e9fa";
}

.xgl-book_create_cover_outside_two_tone::before {
  content: "\e9f9";
}

.xgl-book_create_cover_outside_two_tone::after {
  content: "\e9fa";
  opacity: 0.2;
}

.xgl-book_create_cover_two_tone::before {
  content: "\e9f3";
}

.xgl-book_create_cover_two_tone::after {
  content: "\e9f4";
  opacity: 0.2;
}

.xgl-book_create_crease::before {
  content: "\e9fb";
}

.xgl-book_create_crease_alt::before {
  content: "\e9fc";
}

.xgl-book_create_crease_staple::before {
  content: "\e9fd";
}

.xgl-book_create_crease_staple_alt::before {
  content: "\e9fe";
}

.xgl-book_create_crease_staple_two_tone::before {
  content: "\e9fd";
}

.xgl-book_create_crease_staple_two_tone::after {
  content: "\e9fe";
  opacity: 0.2;
}

.xgl-book_create_crease_two_tone::before {
  content: "\e9fb";
}

.xgl-book_create_crease_two_tone::after {
  content: "\e9fc";
  opacity: 0.2;
}

.xgl-book_create_finishing_bkfold_bkstaple::before {
  content: "\e9ff";
}

.xgl-book_create_finishing_bkfold_bkstaple_alt::before {
  content: "\ea00";
}

.xgl-book_create_finishing_bkfold_bkstaple_two_tone::before {
  content: "\e9ff";
}

.xgl-book_create_finishing_bkfold_bkstaple_two_tone::after {
  content: "\ea00";
  opacity: 0.2;
}

.xgl-book_create_gutter::before {
  content: "\ea01";
}

.xgl-book_create_gutter_alt::before {
  content: "\ea02";
}

.xgl-book_create_gutter_two_tone::before {
  content: "\ea01";
}

.xgl-book_create_gutter_two_tone::after {
  content: "\ea02";
  opacity: 0.2;
}

.xgl-book_create_odd_back::before {
  content: "\ea03";
}

.xgl-book_create_odd_back_alt::before {
  content: "\ea04";
}

.xgl-book_create_odd_back_two_tone::before {
  content: "\ea03";
}

.xgl-book_create_odd_back_two_tone::after {
  content: "\ea04";
  opacity: 0.2;
}

.xgl-book_create_odd_front::before {
  content: "\ea05";
}

.xgl-book_create_odd_front_alt::before {
  content: "\ea06";
}

.xgl-book_create_odd_front_two_tone::before {
  content: "\ea05";
}

.xgl-book_create_odd_front_two_tone::after {
  content: "\ea06";
  opacity: 0.2;
}

.xgl-book_create_sheets::before {
  content: "\ea07";
}

.xgl-book_create_sheets_alt::before {
  content: "\ea08";
}

.xgl-book_create_sheets_two_tone::before {
  content: "\ea07";
}

.xgl-book_create_sheets_two_tone::after {
  content: "\ea08";
  opacity: 0.2;
}

.xgl-book_create_two_tone::before {
  content: "\e9f1";
}

.xgl-book_create_two_tone::after {
  content: "\e9f2";
  opacity: 0.2;
}

.xgl-book_face_down::before {
  content: "\e76f";
}

.xgl-book_face_down_alt::before {
  content: "\ec86";
}

.xgl-book_face_down_two_tone::before {
  content: "\e76f";
}

.xgl-book_face_down_two_tone::after {
  content: "\ec86";
  opacity: 0.2;
}

.xgl-book_face_up::before {
  content: "\e770";
}

.xgl-book_face_up_alt::before {
  content: "\ec87";
}

.xgl-book_face_up_two_tone::before {
  content: "\e770";
}

.xgl-book_face_up_two_tone::after {
  content: "\ec87";
  opacity: 0.2;
}

.xgl-book_fold::before {
  content: "\e881";
}

.xgl-book_fold_alt::before {
  content: "\e882";
}

.xgl-book_fold_two_tone::before {
  content: "\e881";
}

.xgl-book_fold_two_tone::after {
  content: "\e882";
  opacity: 0.2;
}

.xgl-book_half::before {
  content: "\ea09";
}

.xgl-book_half_two_tone::before {
  content: "\ea09";
}

.xgl-book_half_two_tone::after {
  content: "\e07e";
  opacity: 0.2;
}

.xgl-book_shelf::before {
  content: "\e6a7";
}

.xgl-book_shelf_alt::before {
  content: "\e6a8";
}

.xgl-book_shelf_two_tone::before {
  content: "\e6a7";
}

.xgl-book_shelf_two_tone::after {
  content: "\e6a8";
  opacity: 0.2;
}

.xgl-book_two_tone::before {
  content: "\e07d";
}

.xgl-book_two_tone::after {
  content: "\e07e";
  opacity: 0.2;
}

.xgl-bookmark::before {
  content: "\e07f";
}

.xgl-bookmark_alt::before {
  content: "\e080";
}

.xgl-bookmark_two_tone::before {
  content: "\e07f";
}

.xgl-bookmark_two_tone::after {
  content: "\e080";
  opacity: 0.2;
}

.xgl-bootstrap::before {
  content: "\e081";
}

.xgl-bootstrap_alt::before {
  content: "\ec76";
}

.xgl-bootstrap_two_tone::before {
  content: "\e081";
}

.xgl-bootstrap_two_tone::after {
  content: "\ec76";
  opacity: 0.2;
}

.xgl-bottom::before {
  content: "\e6b5";
}

.xgl-bounce::before {
  content: "\e977";
}

.xgl-bounce_alt::before {
  content: "\e978";
}

.xgl-bounce_two_tone::before {
  content: "\e977";
}

.xgl-bounce_two_tone::after {
  content: "\e978";
  opacity: 0.2;
}

.xgl-box::before {
  content: "\e082";
}

.xgl-box_alt::before {
  content: "\e083";
}

.xgl-box_two_tone::before {
  content: "\e082";
}

.xgl-box_two_tone::after {
  content: "\e083";
  opacity: 0.2;
}

.xgl-braille::before {
  content: "\e7b3";
}

.xgl-braille_alt::before {
  content: "\e7b4";
}

.xgl-braille_two_tone::before {
  content: "\e7b3";
}

.xgl-braille_two_tone::after {
  content: "\e7b4";
  opacity: 0.2;
}

.xgl-break::before {
  content: "\e65b";
}

.xgl-break_alt::before {
  content: "\e65c";
}

.xgl-break_two_tone::before {
  content: "\e65b";
}

.xgl-break_two_tone::after {
  content: "\e65c";
  opacity: 0.2;
}

.xgl-bridge::before {
  content: "\e952";
}

.xgl-bridge_alt::before {
  content: "\e953";
}

.xgl-bridge_two_tone::before {
  content: "\e952";
}

.xgl-bridge_two_tone::after {
  content: "\e953";
  opacity: 0.2;
}

.xgl-briefcase::before {
  content: "\e084";
}

.xgl-briefcase_alt::before {
  content: "\e085";
}

.xgl-briefcase_two_tone::before {
  content: "\e084";
}

.xgl-briefcase_two_tone::after {
  content: "\e085";
  opacity: 0.2;
}

.xgl-brightness::before {
  content: "\e086";
}

.xgl-brightness_alt::before {
  content: "\e087";
}

.xgl-brightness_two_tone::before {
  content: "\e086";
}

.xgl-brightness_two_tone::after {
  content: "\e087";
  opacity: 0.2;
}

.xgl-brush::before {
  content: "\e088";
}

.xgl-brush_alt::before {
  content: "\e089";
}

.xgl-brush_two_tone::before {
  content: "\e088";
}

.xgl-brush_two_tone::after {
  content: "\e089";
  opacity: 0.2;
}

.xgl-bug::before {
  content: "\e63a";
}

.xgl-bug_alt::before {
  content: "\e63b";
}

.xgl-bug_two_tone::before {
  content: "\e63a";
}

.xgl-bug_two_tone::after {
  content: "\e63b";
  opacity: 0.2;
}

.xgl-build::before {
  content: "\e08a";
}

.xgl-build_alt::before {
  content: "\e08b";
}

.xgl-build_job_off::before {
  content: "\ea3b";
}

.xgl-build_two_tone::before {
  content: "\e08a";
}

.xgl-build_two_tone::after {
  content: "\e08b";
  opacity: 0.2;
}

.xgl-business::before {
  content: "\e08c";
}

.xgl-business_alt::before {
  content: "\e08d";
}

.xgl-business_favorite::before {
  content: "\e8b8";
}

.xgl-business_favorite_alt::before {
  content: "\e8c0";
}

.xgl-business_favorite_two_tone::before {
  content: "\e8b8";
}

.xgl-business_favorite_two_tone::after {
  content: "\e8c0";
  opacity: 0.2;
}

.xgl-business_two_tone::before {
  content: "\e08c";
}

.xgl-business_two_tone::after {
  content: "\e08d";
  opacity: 0.2;
}

.xgl-businesses::before {
  content: "\e08e";
}

.xgl-businesses_alt::before {
  content: "\e08f";
}

.xgl-businesses_two_tone::before {
  content: "\e08e";
}

.xgl-businesses_two_tone::after {
  content: "\e08f";
  opacity: 0.2;
}

.xgl-busy_stack_bkgd::before {
  content: "\e979";
}

.xgl-busy_stack_frgd::before {
  content: "\e97a";
}

.xgl-busy_stack_mdgd::before {
  content: "\e97b";
}

.xgl-buy::before {
  content: "\e939";
}

.xgl-buy_alt::before {
  content: "\e93a";
}

.xgl-buy_two_tone::before {
  content: "\e939";
}

.xgl-buy_two_tone::after {
  content: "\e93a";
  opacity: 0.2;
}

.xgl-bypass_feed::before {
  content: "\e838";
}

.xgl-bypass_feed_alt::before {
  content: "\e839";
}

.xgl-bypass_feed_two_tone::before {
  content: "\e838";
}

.xgl-bypass_feed_two_tone::after {
  content: "\e839";
  opacity: 0.2;
}

.xgl-bypass_paper_empty::before {
  content: "\e090";
}

.xgl-bypass_paper_present::before {
  content: "\e091";
}

.xgl-calculate::before {
  content: "\e092";
}

.xgl-calculate_alt::before {
  content: "\e093";
}

.xgl-calculate_two_tone::before {
  content: "\e092";
}

.xgl-calculate_two_tone::after {
  content: "\e093";
  opacity: 0.2;
}

.xgl-calculator::before {
  content: "\e094";
}

.xgl-calculator_alt::before {
  content: "\e095";
}

.xgl-calculator_two_tone::before {
  content: "\e094";
}

.xgl-calculator_two_tone::after {
  content: "\e095";
  opacity: 0.2;
}

.xgl-calendar::before {
  content: "\e096";
}

.xgl-calendar_add::before {
  content: "\e097";
}

.xgl-calendar_add_alt::before {
  content: "\e098";
}

.xgl-calendar_add_two_tone::before {
  content: "\e097";
}

.xgl-calendar_add_two_tone::after {
  content: "\e098";
  opacity: 0.2;
}

.xgl-calendar_alt::before {
  content: "\e099";
}

.xgl-calendar_blank::before {
  content: "\e09a";
}

.xgl-calendar_blank_alt::before {
  content: "\e09b";
}

.xgl-calendar_blank_two_tone::before {
  content: "\e09a";
}

.xgl-calendar_blank_two_tone::after {
  content: "\e09b";
  opacity: 0.2;
}

.xgl-calendar_cancel::before {
  content: "\e09c";
}

.xgl-calendar_cancel_alt::before {
  content: "\e09d";
}

.xgl-calendar_cancel_two_tone::before {
  content: "\e09c";
}

.xgl-calendar_cancel_two_tone::after {
  content: "\e09d";
  opacity: 0.2;
}

.xgl-calendar_check::before {
  content: "\e09e";
}

.xgl-calendar_check_alt::before {
  content: "\e09f";
}

.xgl-calendar_check_two_tone::before {
  content: "\e09e";
}

.xgl-calendar_check_two_tone::after {
  content: "\e09f";
  opacity: 0.2;
}

.xgl-calendar_daily::before {
  content: "\ea0a";
}

.xgl-calendar_daily_alt::before {
  content: "\ea0b";
}

.xgl-calendar_daily_two_tone::before {
  content: "\ea0a";
}

.xgl-calendar_daily_two_tone::after {
  content: "\ea0b";
  opacity: 0.2;
}

.xgl-calendar_day::before {
  content: "\e0a0";
}

.xgl-calendar_day_alt::before {
  content: "\e0a1";
}

.xgl-calendar_day_two_tone::before {
  content: "\e0a0";
}

.xgl-calendar_day_two_tone::after {
  content: "\e0a1";
  opacity: 0.2;
}

.xgl-calendar_download::before {
  content: "\e0a2";
}

.xgl-calendar_download_alt::before {
  content: "\e0a3";
}

.xgl-calendar_download_two_tone::before {
  content: "\e0a2";
}

.xgl-calendar_download_two_tone::after {
  content: "\e0a3";
  opacity: 0.2;
}

.xgl-calendar_friday::before {
  content: "\ea0c";
}

.xgl-calendar_friday_alt::before {
  content: "\ea0d";
}

.xgl-calendar_friday_two_tone::before {
  content: "\ea0c";
}

.xgl-calendar_friday_two_tone::after {
  content: "\ea0d";
  opacity: 0.2;
}

.xgl-calendar_monday::before {
  content: "\ea0e";
}

.xgl-calendar_monday_alt::before {
  content: "\ea0f";
}

.xgl-calendar_monday_two_tone::before {
  content: "\ea0e";
}

.xgl-calendar_monday_two_tone::after {
  content: "\ea0f";
  opacity: 0.2;
}

.xgl-calendar_month::before {
  content: "\e0a4";
}

.xgl-calendar_month_alt::before {
  content: "\e0a5";
}

.xgl-calendar_month_two_tone::before {
  content: "\e0a4";
}

.xgl-calendar_month_two_tone::after {
  content: "\e0a5";
  opacity: 0.2;
}

.xgl-calendar_monthly::before {
  content: "\ea10";
}

.xgl-calendar_monthly_alt::before {
  content: "\ea11";
}

.xgl-calendar_monthly_two_tone::before {
  content: "\ea10";
}

.xgl-calendar_monthly_two_tone::after {
  content: "\ea11";
  opacity: 0.2;
}

.xgl-calendar_never::before {
  content: "\ea12";
}

.xgl-calendar_never_alt::before {
  content: "\ea13";
}

.xgl-calendar_never_two_tone::before {
  content: "\ea12";
}

.xgl-calendar_never_two_tone::after {
  content: "\ea13";
  opacity: 0.2;
}

.xgl-calendar_saturday::before {
  content: "\ea14";
}

.xgl-calendar_saturday_alt::before {
  content: "\ea15";
}

.xgl-calendar_saturday_two_tone::before {
  content: "\ea14";
}

.xgl-calendar_saturday_two_tone::after {
  content: "\ea15";
  opacity: 0.2;
}

.xgl-calendar_subtract::before {
  content: "\e0a6";
}

.xgl-calendar_subtract_alt::before {
  content: "\e0a7";
}

.xgl-calendar_subtract_two_tone::before {
  content: "\e0a6";
}

.xgl-calendar_subtract_two_tone::after {
  content: "\e0a7";
  opacity: 0.2;
}

.xgl-calendar_sunday::before {
  content: "\ea16";
}

.xgl-calendar_sunday_alt::before {
  content: "\ea17";
}

.xgl-calendar_sunday_two_tone::before {
  content: "\ea16";
}

.xgl-calendar_sunday_two_tone::after {
  content: "\ea17";
  opacity: 0.2;
}

.xgl-calendar_thursday::before {
  content: "\ea18";
}

.xgl-calendar_thursday_alt::before {
  content: "\ea19";
}

.xgl-calendar_thursday_two_tone::before {
  content: "\ea18";
}

.xgl-calendar_thursday_two_tone::after {
  content: "\ea19";
  opacity: 0.2;
}

.xgl-calendar_tuesday::before {
  content: "\ea1a";
}

.xgl-calendar_tuesday_alt::before {
  content: "\ea1b";
}

.xgl-calendar_tuesday_two_tone::before {
  content: "\ea1a";
}

.xgl-calendar_tuesday_two_tone::after {
  content: "\ea1b";
  opacity: 0.2;
}

.xgl-calendar_two_tone::before {
  content: "\e096";
}

.xgl-calendar_two_tone::after {
  content: "\e099";
  opacity: 0.2;
}

.xgl-calendar_upload::before {
  content: "\e0a8";
}

.xgl-calendar_upload_alt::before {
  content: "\e0a9";
}

.xgl-calendar_upload_two_tone::before {
  content: "\e0a8";
}

.xgl-calendar_upload_two_tone::after {
  content: "\e0a9";
  opacity: 0.2;
}

.xgl-calendar_wednesday::before {
  content: "\ea1c";
}

.xgl-calendar_wednesday_alt::before {
  content: "\ea1d";
}

.xgl-calendar_wednesday_two_tone::before {
  content: "\ea1c";
}

.xgl-calendar_wednesday_two_tone::after {
  content: "\ea1d";
  opacity: 0.2;
}

.xgl-calendar_week::before {
  content: "\e0aa";
}

.xgl-calendar_week_alt::before {
  content: "\e0ab";
}

.xgl-calendar_week_two_tone::before {
  content: "\e0aa";
}

.xgl-calendar_week_two_tone::after {
  content: "\e0ab";
  opacity: 0.2;
}

.xgl-calendar_weekly::before {
  content: "\ea1e";
}

.xgl-calendar_weekly_alt::before {
  content: "\ea1f";
}

.xgl-calendar_weekly_two_tone::before {
  content: "\ea1e";
}

.xgl-calendar_weekly_two_tone::after {
  content: "\ea1f";
  opacity: 0.2;
}

.xgl-callout::before {
  content: "\e0ac";
}

.xgl-callout_alt::before {
  content: "\e0ad";
}

.xgl-callout_two_tone::before {
  content: "\e0ac";
}

.xgl-callout_two_tone::after {
  content: "\e0ad";
  opacity: 0.2;
}

.xgl-camera::before {
  content: "\e0ae";
}

.xgl-camera_alt::before {
  content: "\e0af";
}

.xgl-camera_rotate::before {
  content: "\e97c";
}

.xgl-camera_rotate_alt::before {
  content: "\e97d";
}

.xgl-camera_rotate_two_tone::before {
  content: "\e97c";
}

.xgl-camera_rotate_two_tone::after {
  content: "\e97d";
  opacity: 0.2;
}

.xgl-camera_two_tone::before {
  content: "\e0ae";
}

.xgl-camera_two_tone::after {
  content: "\e0af";
  opacity: 0.2;
}

.xgl-caps::before {
  content: "\e0b0";
}

.xgl-car_side::before {
  content: "\e625";
}

.xgl-car_side_alt::before {
  content: "\e626";
}

.xgl-car_side_two_tone::before {
  content: "\e625";
}

.xgl-car_side_two_tone::after {
  content: "\e626";
  opacity: 0.2;
}

.xgl-card::before {
  content: "\e0b1";
}

.xgl-card_alt::before {
  content: "\ec80";
}

.xgl-card_chip::before {
  content: "\e0b2";
}

.xgl-card_chip_alt::before {
  content: "\e0b3";
}

.xgl-card_chip_two_tone::before {
  content: "\e0b2";
}

.xgl-card_chip_two_tone::after {
  content: "\e0b3";
  opacity: 0.2;
}

.xgl-card_two_tone::before {
  content: "\e0b1";
}

.xgl-card_two_tone::after {
  content: "\ec80";
  opacity: 0.2;
}

.xgl-cardstock_lef::before {
  content: "\ebd7";
}

.xgl-cardstock_lef_alt::before {
  content: "\ebd8";
}

.xgl-cardstock_lef_two_tone::before {
  content: "\ebd7";
}

.xgl-cardstock_lef_two_tone::after {
  content: "\ebd8";
  opacity: 0.2;
}

.xgl-cardstock_sef::before {
  content: "\ebd5";
}

.xgl-cardstock_sef_alt::before {
  content: "\ebd6";
}

.xgl-cardstock_sef_two_tone::before {
  content: "\ebd5";
}

.xgl-cardstock_sef_two_tone::after {
  content: "\ebd6";
  opacity: 0.2;
}

.xgl-carousel::before {
  content: "\e0b4";
}

.xgl-carousel_add::before {
  content: "\eae5";
}

.xgl-carousel_add_alt::before {
  content: "\eae6";
}

.xgl-carousel_add_two_tone::before {
  content: "\eae5";
}

.xgl-carousel_add_two_tone::after {
  content: "\eae6";
  opacity: 0.2;
}

.xgl-carousel_alt::before {
  content: "\e0b5";
}

.xgl-carousel_left::before {
  content: "\e889";
}

.xgl-carousel_right::before {
  content: "\e88a";
}

.xgl-carousel_two_tone::before {
  content: "\e0b4";
}

.xgl-carousel_two_tone::after {
  content: "\e0b5";
  opacity: 0.2;
}

.xgl-cart::before {
  content: "\e0b6";
}

.xgl-cart_alt::before {
  content: "\e0b7";
}

.xgl-cart_disabled::before {
  content: "\e0b8";
}

.xgl-cart_disabled_alt::before {
  content: "\e0b9";
}

.xgl-cart_disabled_two_tone::before {
  content: "\e0b8";
}

.xgl-cart_disabled_two_tone::after {
  content: "\e0b9";
  opacity: 0.2;
}

.xgl-cart_overlay::before {
  content: "\e0ba";
}

.xgl-cart_two_tone::before {
  content: "\e0b6";
}

.xgl-cart_two_tone::after {
  content: "\e0b7";
  opacity: 0.2;
}

.xgl-cast_coated_lef::before {
  content: "\e0bb";
}

.xgl-cast_coated_lef_alt::before {
  content: "\e6ca";
}

.xgl-cast_coated_lef_two_tone::before {
  content: "\e0bb";
}

.xgl-cast_coated_lef_two_tone::after {
  content: "\e6ca";
  opacity: 0.2;
}

.xgl-cast_coated_sef::before {
  content: "\e0bc";
}

.xgl-cast_coated_sef_alt::before {
  content: "\e6cb";
}

.xgl-cast_coated_sef_two_tone::before {
  content: "\e0bc";
}

.xgl-cast_coated_sef_two_tone::after {
  content: "\e6cb";
  opacity: 0.2;
}

.xgl-center_text::before {
  content: "\e0bd";
}

.xgl-certificate::before {
  content: "\e0be";
}

.xgl-certificate_alt::before {
  content: "\e0bf";
}

.xgl-certificate_blank::before {
  content: "\e0c0";
}

.xgl-certificate_blank_alt::before {
  content: "\e0c1";
}

.xgl-certificate_blank_two_tone::before {
  content: "\e0c0";
}

.xgl-certificate_blank_two_tone::after {
  content: "\e0c1";
  opacity: 0.2;
}

.xgl-certificate_download::before {
  content: "\e7fa";
}

.xgl-certificate_download_alt::before {
  content: "\e7f9";
}

.xgl-certificate_download_two_tone::before {
  content: "\e7fa";
}

.xgl-certificate_download_two_tone::after {
  content: "\e7f9";
  opacity: 0.2;
}

.xgl-certificate_error::before {
  content: "\e0c2";
}

.xgl-certificate_error_alt::before {
  content: "\e0c3";
}

.xgl-certificate_error_two_tone::before {
  content: "\e0c2";
}

.xgl-certificate_error_two_tone::after {
  content: "\e0c3";
  opacity: 0.2;
}

.xgl-certificate_favorite::before {
  content: "\ea2a";
}

.xgl-certificate_favorite_alt::before {
  content: "\ea3c";
}

.xgl-certificate_favorite_two_tone::before {
  content: "\ea2a";
}

.xgl-certificate_favorite_two_tone::after {
  content: "\ea3c";
  opacity: 0.2;
}

.xgl-certificate_group::before {
  content: "\ea3d";
}

.xgl-certificate_group_alt::before {
  content: "\ea3e";
}

.xgl-certificate_group_favorite::before {
  content: "\ea3f";
}

.xgl-certificate_group_favorite_alt::before {
  content: "\ea42";
}

.xgl-certificate_group_favorite_two_tone::before {
  content: "\ea3f";
}

.xgl-certificate_group_favorite_two_tone::after {
  content: "\ea42";
  opacity: 0.2;
}

.xgl-certificate_group_two_tone::before {
  content: "\ea3d";
}

.xgl-certificate_group_two_tone::after {
  content: "\ea3e";
  opacity: 0.2;
}

.xgl-certificate_processing::before {
  content: "\e844";
}

.xgl-certificate_processing_alt::before {
  content: "\e845";
}

.xgl-certificate_processing_two_tone::before {
  content: "\e844";
}

.xgl-certificate_processing_two_tone::after {
  content: "\e845";
  opacity: 0.2;
}

.xgl-certificate_two_tone::before {
  content: "\e0be";
}

.xgl-certificate_two_tone::after {
  content: "\e0bf";
  opacity: 0.2;
}

.xgl-certificate_unverified::before {
  content: "\e846";
}

.xgl-certificate_unverified_alt::before {
  content: "\e847";
}

.xgl-certificate_unverified_two_tone::before {
  content: "\e846";
}

.xgl-certificate_unverified_two_tone::after {
  content: "\e847";
  opacity: 0.2;
}

.xgl-certificate_upload::before {
  content: "\e0c4";
}

.xgl-certificate_upload_alt::before {
  content: "\e0c5";
}

.xgl-certificate_upload_two_tone::before {
  content: "\e0c4";
}

.xgl-certificate_upload_two_tone::after {
  content: "\e0c5";
  opacity: 0.2;
}

.xgl-certificate_user::before {
  content: "\ea40";
}

.xgl-certificate_user_alt::before {
  content: "\ea41";
}

.xgl-certificate_user_two_tone::before {
  content: "\ea40";
}

.xgl-certificate_user_two_tone::after {
  content: "\ea41";
  opacity: 0.2;
}

.xgl-certified::before {
  content: "\e0c6";
}

.xgl-certified_alt::before {
  content: "\e0c7";
}

.xgl-certified_rtl::before {
  content: "\e5af";
}

.xgl-certified_rtl_alt::before {
  content: "\e5ae";
}

.xgl-certified_rtl_two_tone::before {
  content: "\e5af";
}

.xgl-certified_rtl_two_tone::after {
  content: "\e5ae";
  opacity: 0.2;
}

.xgl-certified_two_tone::before {
  content: "\e0c6";
}

.xgl-certified_two_tone::after {
  content: "\e0c7";
  opacity: 0.2;
}

.xgl-change::before {
  content: "\e0c8";
}

.xgl-chapter_start::before {
  content: "\ea43";
}

.xgl-chapter_start_alt::before {
  content: "\ea44";
}

.xgl-chapter_start_left::before {
  content: "\ea45";
}

.xgl-chapter_start_left_alt::before {
  content: "\ea46";
}

.xgl-chapter_start_left_two_tone::before {
  content: "\ea45";
}

.xgl-chapter_start_left_two_tone::after {
  content: "\ea46";
  opacity: 0.2;
}

.xgl-chapter_start_two_tone::before {
  content: "\ea43";
}

.xgl-chapter_start_two_tone::after {
  content: "\ea44";
  opacity: 0.2;
}

.xgl-chart::before {
  content: "\e0c9";
}

.xgl-chart_alt::before {
  content: "\e0ca";
}

.xgl-chart_two_tone::before {
  content: "\e0c9";
}

.xgl-chart_two_tone::after {
  content: "\e0ca";
  opacity: 0.2;
}

.xgl-chat::before {
  content: "\e0cb";
}

.xgl-chat_alt::before {
  content: "\e0cc";
}

.xgl-chat_ellipsis::before {
  content: "\ea8f";
}

.xgl-chat_ellipsis_alt::before {
  content: "\ea90";
}

.xgl-chat_ellipsis_two_tone::before {
  content: "\ea8f";
}

.xgl-chat_ellipsis_two_tone::after {
  content: "\ea90";
  opacity: 0.2;
}

.xgl-chat_multiple::before {
  content: "\e0cd";
}

.xgl-chat_multiple_alt::before {
  content: "\e0ce";
}

.xgl-chat_multiple_ellipsis::before {
  content: "\e0cf";
}

.xgl-chat_multiple_ellipsis_alt::before {
  content: "\e0d0";
}

.xgl-chat_multiple_ellipsis_two_tone::before {
  content: "\e0cf";
}

.xgl-chat_multiple_ellipsis_two_tone::after {
  content: "\e0d0";
  opacity: 0.2;
}

.xgl-chat_multiple_two_tone::before {
  content: "\e0cd";
}

.xgl-chat_multiple_two_tone::after {
  content: "\e0ce";
  opacity: 0.2;
}

.xgl-chat_text::before {
  content: "\e0d1";
}

.xgl-chat_text_alt::before {
  content: "\e0d2";
}

.xgl-chat_text_rtl::before {
  content: "\e5ad";
}

.xgl-chat_text_rtl_alt::before {
  content: "\e5ac";
}

.xgl-chat_text_rtl_two_tone::before {
  content: "\e5ad";
}

.xgl-chat_text_rtl_two_tone::after {
  content: "\e5ac";
  opacity: 0.2;
}

.xgl-chat_text_two_tone::before {
  content: "\e0d1";
}

.xgl-chat_text_two_tone::after {
  content: "\e0d2";
  opacity: 0.2;
}

.xgl-chat_two_tone::before {
  content: "\e0cb";
}

.xgl-chat_two_tone::after {
  content: "\e0cc";
  opacity: 0.2;
}

.xgl-check_background::before {
  content: "\e0d3";
}

.xgl-check_off::before {
  content: "\e0d4";
}

.xgl-check_on::before {
  content: "\e0d5";
}

.xgl-check_on_press::before {
  content: "\e0d6";
}

.xgl-check_switch::before {
  content: "\ea91";
}

.xgl-checklist::before {
  content: "\e0d7";
}

.xgl-checklist_alt::before {
  content: "\e0d8";
}

.xgl-checklist_rtl::before {
  content: "\e5a0";
}

.xgl-checklist_rtl_alt::before {
  content: "\e5a1";
}

.xgl-checklist_rtl_two_tone::before {
  content: "\e5a0";
}

.xgl-checklist_rtl_two_tone::after {
  content: "\e5a1";
  opacity: 0.2;
}

.xgl-checklist_two_tone::before {
  content: "\e0d7";
}

.xgl-checklist_two_tone::after {
  content: "\e0d8";
  opacity: 0.2;
}

.xgl-checkmark::before {
  content: "\e0d9";
}

.xgl-checkmark_circle::before {
  content: "\e0da";
}

.xgl-checkmark_circle_alt::before {
  content: "\e0db";
}

.xgl-checkmark_circle_break::before {
  content: "\e0dc";
}

.xgl-checkmark_circle_break_alt::before {
  content: "\e7f8";
}

.xgl-checkmark_circle_break_two_tone::before {
  content: "\e0dc";
}

.xgl-checkmark_circle_break_two_tone::after {
  content: "\e7f8";
  opacity: 0.2;
}

.xgl-checkmark_circle_two_tone::before {
  content: "\e0da";
}

.xgl-checkmark_circle_two_tone::after {
  content: "\e0db";
  opacity: 0.2;
}

.xgl-chip_card::before {
  content: "\e97e";
}

.xgl-chip_card_alt::before {
  content: "\e97f";
}

.xgl-chip_card_two_tone::before {
  content: "\e97e";
}

.xgl-chip_card_two_tone::after {
  content: "\e97f";
  opacity: 0.2;
}

.xgl-chrome::before {
  content: "\e0dd";
}

.xgl-chrome_alt::before {
  content: "\ec77";
}

.xgl-chrome_two_tone::before {
  content: "\e0dd";
}

.xgl-chrome_two_tone::after {
  content: "\ec77";
  opacity: 0.2;
}

.xgl-circle::before {
  content: "\e0de";
}

.xgl-circle_alt::before {
  content: "\e0df";
}

.xgl-circle_bkgd::before {
  content: "\e0e0";
}

.xgl-circle_two_tone::before {
  content: "\e0de";
}

.xgl-circle_two_tone::after {
  content: "\e0df";
  opacity: 0.2;
}

.xgl-circuit::before {
  content: "\e0e1";
}

.xgl-circuit_alt::before {
  content: "\e0e2";
}

.xgl-circuit_two_tone::before {
  content: "\e0e1";
}

.xgl-circuit_two_tone::after {
  content: "\e0e2";
  opacity: 0.2;
}

.xgl-circular_eighty::before {
  content: "\e876";
}

.xgl-circular_eighty_five::before {
  content: "\e877";
}

.xgl-circular_fifteen::before {
  content: "\e869";
}

.xgl-circular_fifty::before {
  content: "\e870";
}

.xgl-circular_fifty_five::before {
  content: "\e871";
}

.xgl-circular_five::before {
  content: "\e867";
}

.xgl-circular_fourty::before {
  content: "\e86e";
}

.xgl-circular_fourty_five::before {
  content: "\e86f";
}

.xgl-circular_hundred::before {
  content: "\e87a";
}

.xgl-circular_ninety::before {
  content: "\e878";
}

.xgl-circular_ninety_five::before {
  content: "\e879";
}

.xgl-circular_seventy::before {
  content: "\e874";
}

.xgl-circular_seventy_five::before {
  content: "\e875";
}

.xgl-circular_sixty::before {
  content: "\e872";
}

.xgl-circular_sixty_five::before {
  content: "\e873";
}

.xgl-circular_ten::before {
  content: "\e868";
}

.xgl-circular_thirty::before {
  content: "\e86c";
}

.xgl-circular_thirty_five::before {
  content: "\e86d";
}

.xgl-circular_twenty::before {
  content: "\e86a";
}

.xgl-circular_twenty_five::before {
  content: "\e86b";
}

.xgl-circular_zero::before {
  content: "\e866";
}

.xgl-cleaner::before {
  content: "\e66f";
}

.xgl-cleaner_alt::before {
  content: "\e670";
}

.xgl-cleaner_two_tone::before {
  content: "\e66f";
}

.xgl-cleaner_two_tone::after {
  content: "\e670";
  opacity: 0.2;
}

.xgl-cleaning::before {
  content: "\e771";
}

.xgl-cleaning_alt::before {
  content: "\e772";
}

.xgl-cleaning_two_tone::before {
  content: "\e771";
}

.xgl-cleaning_two_tone::after {
  content: "\e772";
  opacity: 0.2;
}

.xgl-clear_all::before {
  content: "\e0e3";
}

.xgl-clear_all_alt::before {
  content: "\e0e4";
}

.xgl-clear_all_panel::before {
  content: "\e773";
}

.xgl-clear_all_two_tone::before {
  content: "\e0e3";
}

.xgl-clear_all_two_tone::after {
  content: "\e0e4";
  opacity: 0.2;
}

.xgl-clear_fax::before {
  content: "\e9e1";
}

.xgl-clear_fax_alt::before {
  content: "\e9e2";
}

.xgl-clear_fax_two_tone::before {
  content: "\e9e1";
}

.xgl-clear_fax_two_tone::after {
  content: "\e9e2";
  opacity: 0.2;
}

.xgl-clipboard::before {
  content: "\e0e5";
}

.xgl-clipboard_accounting::before {
  content: "\ec34";
}

.xgl-clipboard_accounting_alt::before {
  content: "\ec35";
}

.xgl-clipboard_accounting_two_tone::before {
  content: "\ec34";
}

.xgl-clipboard_accounting_two_tone::after {
  content: "\ec35";
  opacity: 0.2;
}

.xgl-clipboard_add::before {
  content: "\e627";
}

.xgl-clipboard_add_alt::before {
  content: "\e628";
}

.xgl-clipboard_add_two_tone::before {
  content: "\e627";
}

.xgl-clipboard_add_two_tone::after {
  content: "\e628";
  opacity: 0.2;
}

.xgl-clipboard_alt::before {
  content: "\e0e6";
}

.xgl-clipboard_check::before {
  content: "\e0e7";
}

.xgl-clipboard_check_alt::before {
  content: "\e0e8";
}

.xgl-clipboard_check_disabled::before {
  content: "\ea20";
}

.xgl-clipboard_check_disabled_alt::before {
  content: "\ea21";
}

.xgl-clipboard_check_disabled_two_tone::before {
  content: "\ea20";
}

.xgl-clipboard_check_disabled_two_tone::after {
  content: "\ea21";
  opacity: 0.2;
}

.xgl-clipboard_check_rtl::before {
  content: "\e58b";
}

.xgl-clipboard_check_rtl_alt::before {
  content: "\e58c";
}

.xgl-clipboard_check_rtl_two_tone::before {
  content: "\e58b";
}

.xgl-clipboard_check_rtl_two_tone::after {
  content: "\e58c";
  opacity: 0.2;
}

.xgl-clipboard_check_two_tone::before {
  content: "\e0e7";
}

.xgl-clipboard_check_two_tone::after {
  content: "\e0e8";
  opacity: 0.2;
}

.xgl-clipboard_data::before {
  content: "\e0e9";
}

.xgl-clipboard_data_alt::before {
  content: "\e0ea";
}

.xgl-clipboard_data_two_tone::before {
  content: "\e0e9";
}

.xgl-clipboard_data_two_tone::after {
  content: "\e0ea";
  opacity: 0.2;
}

.xgl-clipboard_disabled::before {
  content: "\ea22";
}

.xgl-clipboard_disabled_alt::before {
  content: "\ea23";
}

.xgl-clipboard_disabled_two_tone::before {
  content: "\ea22";
}

.xgl-clipboard_disabled_two_tone::after {
  content: "\ea23";
  opacity: 0.2;
}

.xgl-clipboard_error::before {
  content: "\ea24";
}

.xgl-clipboard_error_alt::before {
  content: "\ea25";
}

.xgl-clipboard_error_two_tone::before {
  content: "\ea24";
}

.xgl-clipboard_error_two_tone::after {
  content: "\ea25";
  opacity: 0.2;
}

.xgl-clipboard_list::before {
  content: "\e0eb";
}

.xgl-clipboard_list_alt::before {
  content: "\e0ec";
}

.xgl-clipboard_list_rtl::before {
  content: "\e58d";
}

.xgl-clipboard_list_rtl_alt::before {
  content: "\e58e";
}

.xgl-clipboard_list_rtl_two_tone::before {
  content: "\e58d";
}

.xgl-clipboard_list_rtl_two_tone::after {
  content: "\e58e";
  opacity: 0.2;
}

.xgl-clipboard_list_two_tone::before {
  content: "\e0eb";
}

.xgl-clipboard_list_two_tone::after {
  content: "\e0ec";
  opacity: 0.2;
}

.xgl-clipboard_print::before {
  content: "\eb9c";
}

.xgl-clipboard_print_alt::before {
  content: "\eb9d";
}

.xgl-clipboard_print_two_tone::before {
  content: "\eb9c";
}

.xgl-clipboard_print_two_tone::after {
  content: "\eb9d";
  opacity: 0.2;
}

.xgl-clipboard_two_tone::before {
  content: "\e0e5";
}

.xgl-clipboard_two_tone::after {
  content: "\e0e6";
  opacity: 0.2;
}

.xgl-clock::before {
  content: "\e0ed";
}

.xgl-clock_alt::before {
  content: "\e0ee";
}

.xgl-clock_square::before {
  content: "\e0ef";
}

.xgl-clock_square_alt::before {
  content: "\e0f0";
}

.xgl-clock_square_two_tone::before {
  content: "\e0ef";
}

.xgl-clock_square_two_tone::after {
  content: "\e0f0";
  opacity: 0.2;
}

.xgl-clock_two_tone::before {
  content: "\e0ed";
}

.xgl-clock_two_tone::after {
  content: "\e0ee";
  opacity: 0.2;
}

.xgl-clone::before {
  content: "\e62f";
}

.xgl-clone_alt::before {
  content: "\e630";
}

.xgl-clone_destination::before {
  content: "\e631";
}

.xgl-clone_source::before {
  content: "\e632";
}

.xgl-clone_two_tone::before {
  content: "\e62f";
}

.xgl-clone_two_tone::after {
  content: "\e630";
  opacity: 0.2;
}

.xgl-close::before {
  content: "\e0f1";
}

.xgl-close_square::before {
  content: "\e0f2";
}

.xgl-close_square_alt::before {
  content: "\e0f3";
}

.xgl-close_square_two_tone::before {
  content: "\e0f2";
}

.xgl-close_square_two_tone::after {
  content: "\e0f3";
  opacity: 0.2;
}

.xgl-cloud::before {
  content: "\e0f4";
}

.xgl-cloud_add::before {
  content: "\e0f5";
}

.xgl-cloud_add_alt::before {
  content: "\e0f6";
}

.xgl-cloud_add_square::before {
  content: "\e0f7";
}

.xgl-cloud_add_square_alt::before {
  content: "\e0f8";
}

.xgl-cloud_add_square_two_tone::before {
  content: "\e0f7";
}

.xgl-cloud_add_square_two_tone::after {
  content: "\e0f8";
  opacity: 0.2;
}

.xgl-cloud_add_two_tone::before {
  content: "\e0f5";
}

.xgl-cloud_add_two_tone::after {
  content: "\e0f6";
  opacity: 0.2;
}

.xgl-cloud_alt::before {
  content: "\e0f9";
}

.xgl-cloud_check::before {
  content: "\e0fa";
}

.xgl-cloud_check_alt::before {
  content: "\e0fb";
}

.xgl-cloud_check_square::before {
  content: "\e0fc";
}

.xgl-cloud_check_square_alt::before {
  content: "\e0fd";
}

.xgl-cloud_check_square_two_tone::before {
  content: "\e0fc";
}

.xgl-cloud_check_square_two_tone::after {
  content: "\e0fd";
  opacity: 0.2;
}

.xgl-cloud_check_two_tone::before {
  content: "\e0fa";
}

.xgl-cloud_check_two_tone::after {
  content: "\e0fb";
  opacity: 0.2;
}

.xgl-cloud_circle::before {
  content: "\e0fe";
}

.xgl-cloud_circle_alt::before {
  content: "\e0ff";
}

.xgl-cloud_circle_two_tone::before {
  content: "\e0fe";
}

.xgl-cloud_circle_two_tone::after {
  content: "\e0ff";
  opacity: 0.2;
}

.xgl-cloud_close::before {
  content: "\e100";
}

.xgl-cloud_close_alt::before {
  content: "\e101";
}

.xgl-cloud_close_square::before {
  content: "\e102";
}

.xgl-cloud_close_square_alt::before {
  content: "\e103";
}

.xgl-cloud_close_square_two_tone::before {
  content: "\e102";
}

.xgl-cloud_close_square_two_tone::after {
  content: "\e103";
  opacity: 0.2;
}

.xgl-cloud_close_two_tone::before {
  content: "\e100";
}

.xgl-cloud_close_two_tone::after {
  content: "\e101";
  opacity: 0.2;
}

.xgl-cloud_connect::before {
  content: "\e80f";
}

.xgl-cloud_connect_alt::before {
  content: "\ea26";
}

.xgl-cloud_connect_two_tone::before {
  content: "\e80f";
}

.xgl-cloud_connect_two_tone::after {
  content: "\ea26";
  opacity: 0.2;
}

.xgl-cloud_disabled::before {
  content: "\e104";
}

.xgl-cloud_disabled_alt::before {
  content: "\e105";
}

.xgl-cloud_disabled_square::before {
  content: "\e106";
}

.xgl-cloud_disabled_square_alt::before {
  content: "\e107";
}

.xgl-cloud_disabled_square_two_tone::before {
  content: "\e106";
}

.xgl-cloud_disabled_square_two_tone::after {
  content: "\e107";
  opacity: 0.2;
}

.xgl-cloud_disabled_two_tone::before {
  content: "\e104";
}

.xgl-cloud_disabled_two_tone::after {
  content: "\e105";
  opacity: 0.2;
}

.xgl-cloud_download::before {
  content: "\e108";
}

.xgl-cloud_download_alt::before {
  content: "\e109";
}

.xgl-cloud_download_square::before {
  content: "\e10a";
}

.xgl-cloud_download_square_alt::before {
  content: "\e10b";
}

.xgl-cloud_download_square_two_tone::before {
  content: "\e10a";
}

.xgl-cloud_download_square_two_tone::after {
  content: "\e10b";
  opacity: 0.2;
}

.xgl-cloud_download_two_tone::before {
  content: "\e108";
}

.xgl-cloud_download_two_tone::after {
  content: "\e109";
  opacity: 0.2;
}

.xgl-cloud_print::before {
  content: "\e10c";
}

.xgl-cloud_print_alt::before {
  content: "\e10d";
}

.xgl-cloud_print_square::before {
  content: "\e10e";
}

.xgl-cloud_print_square_alt::before {
  content: "\e10f";
}

.xgl-cloud_print_square_two_tone::before {
  content: "\e10e";
}

.xgl-cloud_print_square_two_tone::after {
  content: "\e10f";
  opacity: 0.2;
}

.xgl-cloud_print_two_tone::before {
  content: "\e10c";
}

.xgl-cloud_print_two_tone::after {
  content: "\e10d";
  opacity: 0.2;
}

.xgl-cloud_square::before {
  content: "\e110";
}

.xgl-cloud_square_alt::before {
  content: "\e111";
}

.xgl-cloud_square_two_tone::before {
  content: "\e110";
}

.xgl-cloud_square_two_tone::after {
  content: "\e111";
  opacity: 0.2;
}

.xgl-cloud_subtract::before {
  content: "\e112";
}

.xgl-cloud_subtract_alt::before {
  content: "\e113";
}

.xgl-cloud_subtract_square::before {
  content: "\e114";
}

.xgl-cloud_subtract_square_alt::before {
  content: "\e115";
}

.xgl-cloud_subtract_square_two_tone::before {
  content: "\e114";
}

.xgl-cloud_subtract_square_two_tone::after {
  content: "\e115";
  opacity: 0.2;
}

.xgl-cloud_subtract_two_tone::before {
  content: "\e112";
}

.xgl-cloud_subtract_two_tone::after {
  content: "\e113";
  opacity: 0.2;
}

.xgl-cloud_token::before {
  content: "\ec33";
}

.xgl-cloud_token_alt::before {
  content: "\ec67";
}

.xgl-cloud_token_two_tone::before {
  content: "\ec33";
}

.xgl-cloud_token_two_tone::after {
  content: "\ec67";
  opacity: 0.2;
}

.xgl-cloud_transfer::before {
  content: "\e116";
}

.xgl-cloud_transfer_alt::before {
  content: "\eab9";
}

.xgl-cloud_transfer_two_tone::before {
  content: "\e116";
}

.xgl-cloud_transfer_two_tone::after {
  content: "\eab9";
  opacity: 0.2;
}

.xgl-cloud_two_tone::before {
  content: "\e0f4";
}

.xgl-cloud_two_tone::after {
  content: "\e0f9";
  opacity: 0.2;
}

.xgl-cloud_upload::before {
  content: "\e117";
}

.xgl-cloud_upload_alt::before {
  content: "\e118";
}

.xgl-cloud_upload_square::before {
  content: "\e119";
}

.xgl-cloud_upload_square_alt::before {
  content: "\e11a";
}

.xgl-cloud_upload_square_two_tone::before {
  content: "\e119";
}

.xgl-cloud_upload_square_two_tone::after {
  content: "\e11a";
  opacity: 0.2;
}

.xgl-cloud_upload_two_tone::before {
  content: "\e117";
}

.xgl-cloud_upload_two_tone::after {
  content: "\e118";
  opacity: 0.2;
}

.xgl-code::before {
  content: "\e11b";
}

.xgl-code_square::before {
  content: "\e11c";
}

.xgl-code_square_alt::before {
  content: "\e11d";
}

.xgl-code_square_two_tone::before {
  content: "\e11c";
}

.xgl-code_square_two_tone::after {
  content: "\e11d";
  opacity: 0.2;
}

.xgl-coin_star::before {
  content: "\e11e";
}

.xgl-coin_star_alt::before {
  content: "\e11f";
}

.xgl-coin_star_two_tone::before {
  content: "\e11e";
}

.xgl-coin_star_two_tone::after {
  content: "\e11f";
  opacity: 0.2;
}

.xgl-coins::before {
  content: "\e120";
}

.xgl-coins_alt::before {
  content: "\e121";
}

.xgl-coins_two_tone::before {
  content: "\e120";
}

.xgl-coins_two_tone::after {
  content: "\e121";
  opacity: 0.2;
}

.xgl-collate::before {
  content: "\ea29";
}

.xgl-collate_alt::before {
  content: "\ea47";
}

.xgl-collate_off::before {
  content: "\ea48";
}

.xgl-collate_off_alt::before {
  content: "\ea49";
}

.xgl-collate_off_two_tone::before {
  content: "\ea48";
}

.xgl-collate_off_two_tone::after {
  content: "\ea49";
  opacity: 0.2;
}

.xgl-collate_two_tone::before {
  content: "\ea29";
}

.xgl-collate_two_tone::after {
  content: "\ea47";
  opacity: 0.2;
}

.xgl-color_balance_square::before {
  content: "\ea4a";
}

.xgl-color_balance_square_alt::before {
  content: "\ea4b";
}

.xgl-color_balance_square_two_tone::before {
  content: "\ea4a";
}

.xgl-color_balance_square_two_tone::after {
  content: "\ea4b";
  opacity: 0.2;
}

.xgl-color_effects::before {
  content: "\ea4c";
}

.xgl-color_effects_alt::before {
  content: "\ea4d";
}

.xgl-color_effects_two_tone::before {
  content: "\ea4c";
}

.xgl-color_effects_two_tone::after {
  content: "\ea4d";
  opacity: 0.2;
}

.xgl-color_key::before {
  content: "\e7ef";
}

.xgl-color_overlay::before {
  content: "\e122";
}

.xgl-color_palette::before {
  content: "\e8a5";
}

.xgl-color_palette_alt::before {
  content: "\e8a6";
}

.xgl-color_palette_two_tone::before {
  content: "\e8a5";
}

.xgl-color_palette_two_tone::after {
  content: "\e8a6";
  opacity: 0.2;
}

.xgl-color_wheel::before {
  content: "\e623";
}

.xgl-color_wheel_alt::before {
  content: "\e624";
}

.xgl-color_wheel_two_tone::before {
  content: "\e623";
}

.xgl-color_wheel_two_tone::after {
  content: "\e624";
  opacity: 0.2;
}

.xgl-columns::before {
  content: "\e123";
}

.xgl-columns_alt::before {
  content: "\e124";
}

.xgl-columns_two_tone::before {
  content: "\e123";
}

.xgl-columns_two_tone::after {
  content: "\e124";
  opacity: 0.2;
}

.xgl-compass_tool::before {
  content: "\e125";
}

.xgl-completed_error_bkgd::before {
  content: "\e980";
}

.xgl-completed_error_frgd::before {
  content: "\e981";
}

.xgl-completed_error_mdgd::before {
  content: "\e982";
}

.xgl-compose::before {
  content: "\e126";
}

.xgl-compose_alt::before {
  content: "\ec0b";
}

.xgl-compose_two_tone::before {
  content: "\e126";
}

.xgl-compose_two_tone::after {
  content: "\ec0b";
  opacity: 0.2;
}

.xgl-compress::before {
  content: "\e127";
}

.xgl-compress_alt::before {
  content: "\e128";
}

.xgl-compress_two_tone::before {
  content: "\e127";
}

.xgl-compress_two_tone::after {
  content: "\e128";
  opacity: 0.2;
}

.xgl-computer::before {
  content: "\e129";
}

.xgl-computer_alt::before {
  content: "\e12a";
}

.xgl-computer_two_tone::before {
  content: "\e129";
}

.xgl-computer_two_tone::after {
  content: "\e12a";
  opacity: 0.2;
}

.xgl-confidential_danger::before {
  content: "\e12b";
}

.xgl-confidential_danger_alt::before {
  content: "\e12c";
}

.xgl-confidential_danger_two_tone::before {
  content: "\e12b";
}

.xgl-confidential_danger_two_tone::after {
  content: "\e12c";
  opacity: 0.2;
}

.xgl-confidential_ok::before {
  content: "\e12d";
}

.xgl-confidential_ok_alt::before {
  content: "\e12e";
}

.xgl-confidential_ok_two_tone::before {
  content: "\e12d";
}

.xgl-confidential_ok_two_tone::after {
  content: "\e12e";
  opacity: 0.2;
}

.xgl-confidential_warning::before {
  content: "\e12f";
}

.xgl-confidential_warning_alt::before {
  content: "\e130";
}

.xgl-confidential_warning_two_tone::before {
  content: "\e12f";
}

.xgl-confidential_warning_two_tone::after {
  content: "\e130";
  opacity: 0.2;
}

.xgl-configuration_report::before {
  content: "\e131";
}

.xgl-configuration_report_alt::before {
  content: "\e132";
}

.xgl-configuration_report_two_tone::before {
  content: "\e131";
}

.xgl-configuration_report_two_tone::after {
  content: "\e132";
  opacity: 0.2;
}

.xgl-confirmation_report::before {
  content: "\ea4e";
}

.xgl-confirmation_report_alt::before {
  content: "\ea4f";
}

.xgl-confirmation_report_two_tone::before {
  content: "\ea4e";
}

.xgl-confirmation_report_two_tone::after {
  content: "\ea4f";
  opacity: 0.2;
}

.xgl-connect::before {
  content: "\e7bb";
}

.xgl-connect_alt::before {
  content: "\e7bc";
}

.xgl-connect_two_tone::before {
  content: "\e7bb";
}

.xgl-connect_two_tone::after {
  content: "\e7bc";
  opacity: 0.2;
}

.xgl-connected::before {
  content: "\e983";
}

.xgl-connected_alt::before {
  content: "\e984";
}

.xgl-connected_stack_bkgd::before {
  content: "\e985";
}

.xgl-connected_stack_frgd::before {
  content: "\e986";
}

.xgl-connected_stack_mdgd::before {
  content: "\e987";
}

.xgl-connected_two_tone::before {
  content: "\e983";
}

.xgl-connected_two_tone::after {
  content: "\e984";
  opacity: 0.2;
}

.xgl-console::before {
  content: "\e133";
}

.xgl-console_alt::before {
  content: "\e134";
}

.xgl-console_two_tone::before {
  content: "\e133";
}

.xgl-console_two_tone::after {
  content: "\e134";
  opacity: 0.2;
}

.xgl-contact_card::before {
  content: "\e135";
}

.xgl-contact_card_alt::before {
  content: "\e136";
}

.xgl-contact_card_group::before {
  content: "\ea50";
}

.xgl-contact_card_group_alt::before {
  content: "\ea51";
}

.xgl-contact_card_group_two_tone::before {
  content: "\ea50";
}

.xgl-contact_card_group_two_tone::after {
  content: "\ea51";
  opacity: 0.2;
}

.xgl-contact_card_rtl::before {
  content: "\e5ab";
}

.xgl-contact_card_rtl_alt::before {
  content: "\e5aa";
}

.xgl-contact_card_rtl_two_tone::before {
  content: "\e5ab";
}

.xgl-contact_card_rtl_two_tone::after {
  content: "\e5aa";
  opacity: 0.2;
}

.xgl-contact_card_two_tone::before {
  content: "\e135";
}

.xgl-contact_card_two_tone::after {
  content: "\e136";
  opacity: 0.2;
}

.xgl-contact_edit::before {
  content: "\ea52";
}

.xgl-contact_edit_alt::before {
  content: "\ea53";
}

.xgl-contact_edit_two_tone::before {
  content: "\ea52";
}

.xgl-contact_edit_two_tone::after {
  content: "\ea53";
  opacity: 0.2;
}

.xgl-contacts::before {
  content: "\e137";
}

.xgl-contacts_add::before {
  content: "\e138";
}

.xgl-contacts_add_alt::before {
  content: "\e139";
}

.xgl-contacts_add_two_tone::before {
  content: "\e138";
}

.xgl-contacts_add_two_tone::after {
  content: "\e139";
  opacity: 0.2;
}

.xgl-contacts_alt::before {
  content: "\e13a";
}

.xgl-contacts_subtract::before {
  content: "\e8b2";
}

.xgl-contacts_subtract_alt::before {
  content: "\e8b3";
}

.xgl-contacts_subtract_two_tone::before {
  content: "\e8b2";
}

.xgl-contacts_subtract_two_tone::after {
  content: "\e8b3";
  opacity: 0.2;
}

.xgl-contacts_two_tone::before {
  content: "\e137";
}

.xgl-contacts_two_tone::after {
  content: "\e13a";
  opacity: 0.2;
}

.xgl-contract::before {
  content: "\e13b";
}

.xgl-contract_height::before {
  content: "\e13c";
}

.xgl-contrast::before {
  content: "\e13d";
}

.xgl-contrast_auto::before {
  content: "\ea92";
}

.xgl-contrast_manual::before {
  content: "\ea93";
}

.xgl-control_panel_horizontal::before {
  content: "\e13e";
}

.xgl-control_panel_horizontal_alt::before {
  content: "\e13f";
}

.xgl-control_panel_horizontal_two_tone::before {
  content: "\e13e";
}

.xgl-control_panel_horizontal_two_tone::after {
  content: "\e13f";
  opacity: 0.2;
}

.xgl-control_panel_vertical::before {
  content: "\e140";
}

.xgl-control_panel_vertical_alt::before {
  content: "\e141";
}

.xgl-control_panel_vertical_two_tone::before {
  content: "\e140";
}

.xgl-control_panel_vertical_two_tone::after {
  content: "\e141";
  opacity: 0.2;
}

.xgl-convert_handwriting::before {
  content: "\e988";
}

.xgl-convert_handwriting_alt::before {
  content: "\e989";
}

.xgl-convert_handwriting_two_tone::before {
  content: "\e988";
}

.xgl-convert_handwriting_two_tone::after {
  content: "\e989";
  opacity: 0.2;
}

.xgl-copy::before {
  content: "\e142";
}

.xgl-copy_alt::before {
  content: "\e143";
}

.xgl-copy_length_selector::before {
  content: "\e774";
}

.xgl-copy_output::before {
  content: "\ea54";
}

.xgl-copy_output_alt::before {
  content: "\ea55";
}

.xgl-copy_output_two_tone::before {
  content: "\ea54";
}

.xgl-copy_output_two_tone::after {
  content: "\ea55";
  opacity: 0.2;
}

.xgl-copy_two_tone::before {
  content: "\e142";
}

.xgl-copy_two_tone::after {
  content: "\e143";
  opacity: 0.2;
}

.xgl-copyright::before {
  content: "\e144";
}

.xgl-cover_sheet::before {
  content: "\ea56";
}

.xgl-cover_sheet_alt::before {
  content: "\ea57";
}

.xgl-cover_sheet_two_tone::before {
  content: "\ea56";
}

.xgl-cover_sheet_two_tone::after {
  content: "\ea57";
  opacity: 0.2;
}

.xgl-covers::before {
  content: "\e83a";
}

.xgl-covers_alt::before {
  content: "\e83b";
}

.xgl-covers_back::before {
  content: "\ea58";
}

.xgl-covers_back_alt::before {
  content: "\ea59";
}

.xgl-covers_back_only::before {
  content: "\ea5a";
}

.xgl-covers_back_only_alt::before {
  content: "\ea5b";
}

.xgl-covers_back_only_two_tone::before {
  content: "\ea5a";
}

.xgl-covers_back_only_two_tone::after {
  content: "\ea5b";
  opacity: 0.2;
}

.xgl-covers_back_two_tone::before {
  content: "\ea58";
}

.xgl-covers_back_two_tone::after {
  content: "\ea59";
  opacity: 0.2;
}

.xgl-covers_blank::before {
  content: "\ea94";
}

.xgl-covers_blank_alt::before {
  content: "\ea95";
}

.xgl-covers_blank_two_tone::before {
  content: "\ea94";
}

.xgl-covers_blank_two_tone::after {
  content: "\ea95";
  opacity: 0.2;
}

.xgl-covers_different::before {
  content: "\ea5c";
}

.xgl-covers_different_alt::before {
  content: "\ea5d";
}

.xgl-covers_different_two_tone::before {
  content: "\ea5c";
}

.xgl-covers_different_two_tone::after {
  content: "\ea5d";
  opacity: 0.2;
}

.xgl-covers_front_only::before {
  content: "\ea5e";
}

.xgl-covers_front_only_alt::before {
  content: "\ea5f";
}

.xgl-covers_front_only_two_tone::before {
  content: "\ea5e";
}

.xgl-covers_front_only_two_tone::after {
  content: "\ea5f";
  opacity: 0.2;
}

.xgl-covers_none::before {
  content: "\ea60";
}

.xgl-covers_none_alt::before {
  content: "\ea61";
}

.xgl-covers_none_two_tone::before {
  content: "\ea60";
}

.xgl-covers_none_two_tone::after {
  content: "\ea61";
  opacity: 0.2;
}

.xgl-covers_printed_both::before {
  content: "\ea96";
}

.xgl-covers_printed_both_alt::before {
  content: "\ea97";
}

.xgl-covers_printed_both_rotate2::before {
  content: "\ea98";
}

.xgl-covers_printed_both_rotate2_alt::before {
  content: "\ea99";
}

.xgl-covers_printed_both_rotate2_two_tone::before {
  content: "\ea98";
}

.xgl-covers_printed_both_rotate2_two_tone::after {
  content: "\ea99";
  opacity: 0.2;
}

.xgl-covers_printed_both_two_tone::before {
  content: "\ea96";
}

.xgl-covers_printed_both_two_tone::after {
  content: "\ea97";
  opacity: 0.2;
}

.xgl-covers_same::before {
  content: "\ea62";
}

.xgl-covers_same_alt::before {
  content: "\ea63";
}

.xgl-covers_same_two_tone::before {
  content: "\ea62";
}

.xgl-covers_same_two_tone::after {
  content: "\ea63";
  opacity: 0.2;
}

.xgl-covers_two_tone::before {
  content: "\e83a";
}

.xgl-covers_two_tone::after {
  content: "\e83b";
  opacity: 0.2;
}

.xgl-create::before {
  content: "\e145";
}

.xgl-create_alt::before {
  content: "\e146";
}

.xgl-create_two_tone::before {
  content: "\e145";
}

.xgl-create_two_tone::after {
  content: "\e146";
  opacity: 0.2;
}

.xgl-credit_card::before {
  content: "\e147";
}

.xgl-credit_card_alt::before {
  content: "\e148";
}

.xgl-credit_card_disabled::before {
  content: "\e149";
}

.xgl-credit_card_disabled_alt::before {
  content: "\e14a";
}

.xgl-credit_card_disabled_two_tone::before {
  content: "\e149";
}

.xgl-credit_card_disabled_two_tone::after {
  content: "\e14a";
  opacity: 0.2;
}

.xgl-credit_card_two_tone::before {
  content: "\e147";
}

.xgl-credit_card_two_tone::after {
  content: "\e148";
  opacity: 0.2;
}

.xgl-credit_cards::before {
  content: "\e14b";
}

.xgl-credit_cards_alt::before {
  content: "\e14c";
}

.xgl-credit_cards_two_tone::before {
  content: "\e14b";
}

.xgl-credit_cards_two_tone::after {
  content: "\e14c";
  opacity: 0.2;
}

.xgl-crimp_horizontal::before {
  content: "\e6b1";
}

.xgl-crimp_none::before {
  content: "\e6ae";
}

.xgl-crimp_two_horizontal::before {
  content: "\e6b2";
}

.xgl-crimp_two_vertical::before {
  content: "\e6b3";
}

.xgl-crimp_upper_left::before {
  content: "\e6ad";
}

.xgl-crimp_upper_right::before {
  content: "\e6b0";
}

.xgl-crimp_vertical::before {
  content: "\e6af";
}

.xgl-crop::before {
  content: "\e14d";
}

.xgl-crop_rotate::before {
  content: "\e59b";
}

.xgl-crosshair::before {
  content: "\e14e";
}

.xgl-cube::before {
  content: "\ec9d";
}

.xgl-cube_alt::before {
  content: "\ec9e";
}

.xgl-cube_two_tone::before {
  content: "\ec9d";
}

.xgl-cube_two_tone::after {
  content: "\ec9e";
  opacity: 0.2;
}

.xgl-currency_prohibit::before {
  content: "\eaba";
}

.xgl-curve_chart::before {
  content: "\e83c";
}

.xgl-custom_type_eight_lef::before {
  content: "\ebd9";
}

.xgl-custom_type_eight_lef_alt::before {
  content: "\ebda";
}

.xgl-custom_type_eight_lef_two_tone::before {
  content: "\ebd9";
}

.xgl-custom_type_eight_lef_two_tone::after {
  content: "\ebda";
  opacity: 0.2;
}

.xgl-custom_type_five_lef::before {
  content: "\e14f";
}

.xgl-custom_type_five_lef_alt::before {
  content: "\e6cc";
}

.xgl-custom_type_five_lef_two_tone::before {
  content: "\e14f";
}

.xgl-custom_type_five_lef_two_tone::after {
  content: "\e6cc";
  opacity: 0.2;
}

.xgl-custom_type_five_sef::before {
  content: "\e150";
}

.xgl-custom_type_five_sef_alt::before {
  content: "\e6cd";
}

.xgl-custom_type_five_sef_two_tone::before {
  content: "\e150";
}

.xgl-custom_type_five_sef_two_tone::after {
  content: "\e6cd";
  opacity: 0.2;
}

.xgl-custom_type_four_lef::before {
  content: "\e151";
}

.xgl-custom_type_four_lef_alt::before {
  content: "\e6ce";
}

.xgl-custom_type_four_lef_two_tone::before {
  content: "\e151";
}

.xgl-custom_type_four_lef_two_tone::after {
  content: "\e6ce";
  opacity: 0.2;
}

.xgl-custom_type_four_sef::before {
  content: "\e152";
}

.xgl-custom_type_four_sef_alt::before {
  content: "\e6cf";
}

.xgl-custom_type_four_sef_two_tone::before {
  content: "\e152";
}

.xgl-custom_type_four_sef_two_tone::after {
  content: "\e6cf";
  opacity: 0.2;
}

.xgl-custom_type_lef::before {
  content: "\e153";
}

.xgl-custom_type_lef_alt::before {
  content: "\e6d0";
}

.xgl-custom_type_lef_two_tone::before {
  content: "\e153";
}

.xgl-custom_type_lef_two_tone::after {
  content: "\e6d0";
  opacity: 0.2;
}

.xgl-custom_type_nine_lef::before {
  content: "\ebdb";
}

.xgl-custom_type_nine_lef_alt::before {
  content: "\ebdc";
}

.xgl-custom_type_nine_lef_two_tone::before {
  content: "\ebdb";
}

.xgl-custom_type_nine_lef_two_tone::after {
  content: "\ebdc";
  opacity: 0.2;
}

.xgl-custom_type_one_lef::before {
  content: "\e154";
}

.xgl-custom_type_one_lef_alt::before {
  content: "\e6d1";
}

.xgl-custom_type_one_lef_two_tone::before {
  content: "\e154";
}

.xgl-custom_type_one_lef_two_tone::after {
  content: "\e6d1";
  opacity: 0.2;
}

.xgl-custom_type_one_sef::before {
  content: "\e155";
}

.xgl-custom_type_one_sef_alt::before {
  content: "\e6d2";
}

.xgl-custom_type_one_sef_two_tone::before {
  content: "\e155";
}

.xgl-custom_type_one_sef_two_tone::after {
  content: "\e6d2";
  opacity: 0.2;
}

.xgl-custom_type_sef::before {
  content: "\e156";
}

.xgl-custom_type_sef_alt::before {
  content: "\e6d3";
}

.xgl-custom_type_sef_two_tone::before {
  content: "\e156";
}

.xgl-custom_type_sef_two_tone::after {
  content: "\e6d3";
  opacity: 0.2;
}

.xgl-custom_type_seven_lef::before {
  content: "\e157";
}

.xgl-custom_type_seven_lef_alt::before {
  content: "\e6d4";
}

.xgl-custom_type_seven_lef_two_tone::before {
  content: "\e157";
}

.xgl-custom_type_seven_lef_two_tone::after {
  content: "\e6d4";
  opacity: 0.2;
}

.xgl-custom_type_seven_sef::before {
  content: "\e158";
}

.xgl-custom_type_seven_sef_alt::before {
  content: "\e6d5";
}

.xgl-custom_type_seven_sef_two_tone::before {
  content: "\e158";
}

.xgl-custom_type_seven_sef_two_tone::after {
  content: "\e6d5";
  opacity: 0.2;
}

.xgl-custom_type_six_lef::before {
  content: "\e159";
}

.xgl-custom_type_six_lef_alt::before {
  content: "\e6d6";
}

.xgl-custom_type_six_lef_two_tone::before {
  content: "\e159";
}

.xgl-custom_type_six_lef_two_tone::after {
  content: "\e6d6";
  opacity: 0.2;
}

.xgl-custom_type_six_sef::before {
  content: "\e15a";
}

.xgl-custom_type_six_sef_alt::before {
  content: "\e6d7";
}

.xgl-custom_type_six_sef_two_tone::before {
  content: "\e15a";
}

.xgl-custom_type_six_sef_two_tone::after {
  content: "\e6d7";
  opacity: 0.2;
}

.xgl-custom_type_three_lef::before {
  content: "\e15b";
}

.xgl-custom_type_three_lef_alt::before {
  content: "\e6d8";
}

.xgl-custom_type_three_lef_two_tone::before {
  content: "\e15b";
}

.xgl-custom_type_three_lef_two_tone::after {
  content: "\e6d8";
  opacity: 0.2;
}

.xgl-custom_type_three_sef::before {
  content: "\e15c";
}

.xgl-custom_type_three_sef_alt::before {
  content: "\e6d9";
}

.xgl-custom_type_three_sef_two_tone::before {
  content: "\e15c";
}

.xgl-custom_type_three_sef_two_tone::after {
  content: "\e6d9";
  opacity: 0.2;
}

.xgl-custom_type_two_lef::before {
  content: "\e15d";
}

.xgl-custom_type_two_lef_alt::before {
  content: "\e6da";
}

.xgl-custom_type_two_lef_two_tone::before {
  content: "\e15d";
}

.xgl-custom_type_two_lef_two_tone::after {
  content: "\e6da";
  opacity: 0.2;
}

.xgl-custom_type_two_sef::before {
  content: "\e15e";
}

.xgl-custom_type_two_sef_alt::before {
  content: "\e6db";
}

.xgl-custom_type_two_sef_two_tone::before {
  content: "\e15e";
}

.xgl-custom_type_two_sef_two_tone::after {
  content: "\e6db";
  opacity: 0.2;
}

.xgl-customize_destination_picker::before {
  content: "\eb86";
}

.xgl-customize_destination_picker_alt::before {
  content: "\eb95";
}

.xgl-customize_destination_picker_two_tone::before {
  content: "\eb86";
}

.xgl-customize_destination_picker_two_tone::after {
  content: "\eb95";
  opacity: 0.2;
}

.xgl-customize_source_picker::before {
  content: "\eb96";
}

.xgl-customize_source_picker_alt::before {
  content: "\eb97";
}

.xgl-customize_source_picker_two_tone::before {
  content: "\eb96";
}

.xgl-customize_source_picker_two_tone::after {
  content: "\eb97";
  opacity: 0.2;
}

.xgl-cut::before {
  content: "\e98a";
}

.xgl-cutter::before {
  content: "\e669";
}

.xgl-cutter_alt::before {
  content: "\e66a";
}

.xgl-cutter_two_tone::before {
  content: "\e669";
}

.xgl-cutter_two_tone::after {
  content: "\e66a";
  opacity: 0.2;
}

.xgl-danger_stack_bkgd::before {
  content: "\e98b";
}

.xgl-danger_stack_frgd::before {
  content: "\e98c";
}

.xgl-danger_stack_mdgd::before {
  content: "\e98d";
}

.xgl-dashboard::before {
  content: "\e15f";
}

.xgl-dashboard_alt::before {
  content: "\e160";
}

.xgl-dashboard_two_tone::before {
  content: "\e15f";
}

.xgl-dashboard_two_tone::after {
  content: "\e160";
  opacity: 0.2;
}

.xgl-data::before {
  content: "\e775";
}

.xgl-date_time::before {
  content: "\e161";
}

.xgl-date_time_alt::before {
  content: "\e162";
}

.xgl-date_time_two_tone::before {
  content: "\e161";
}

.xgl-date_time_two_tone::after {
  content: "\e162";
  opacity: 0.2;
}

.xgl-decision::before {
  content: "\e163";
}

.xgl-decrease_indent::before {
  content: "\e164";
}

.xgl-delay_print::before {
  content: "\ea9a";
}

.xgl-delay_print_alt::before {
  content: "\ea9b";
}

.xgl-delay_print_two_tone::before {
  content: "\ea9a";
}

.xgl-delay_print_two_tone::after {
  content: "\ea9b";
  opacity: 0.2;
}

.xgl-delete_all::before {
  content: "\e165";
}

.xgl-delete_all_alt::before {
  content: "\e166";
}

.xgl-delete_all_two_tone::before {
  content: "\e165";
}

.xgl-delete_all_two_tone::after {
  content: "\e166";
  opacity: 0.2;
}

.xgl-deleted_stack_bkgd::before {
  content: "\e98e";
}

.xgl-deleted_stack_frgd::before {
  content: "\e98f";
}

.xgl-deleted_stack_mdgd::before {
  content: "\e990";
}

.xgl-demote::before {
  content: "\e167";
}

.xgl-demote_square::before {
  content: "\e168";
}

.xgl-demote_square_alt::before {
  content: "\e169";
}

.xgl-demote_square_two_tone::before {
  content: "\e168";
}

.xgl-demote_square_two_tone::after {
  content: "\e169";
  opacity: 0.2;
}

.xgl-deselect::before {
  content: "\e803";
}

.xgl-deselect_all::before {
  content: "\e16a";
}

.xgl-deselect_all_alt::before {
  content: "\e16b";
}

.xgl-deselect_all_two_tone::before {
  content: "\e16a";
}

.xgl-deselect_all_two_tone::after {
  content: "\e16b";
  opacity: 0.2;
}

.xgl-desktop::before {
  content: "\e16c";
}

.xgl-desktop_alt::before {
  content: "\e16d";
}

.xgl-desktop_two_tone::before {
  content: "\e16c";
}

.xgl-desktop_two_tone::after {
  content: "\e16d";
  opacity: 0.2;
}

.xgl-details::before {
  content: "\e16e";
}

.xgl-details_alt::before {
  content: "\e16f";
}

.xgl-details_two_tone::before {
  content: "\e16e";
}

.xgl-details_two_tone::after {
  content: "\e16f";
  opacity: 0.2;
}

.xgl-device_smart_card::before {
  content: "\ec2e";
}

.xgl-device_smart_card_alt::before {
  content: "\ec2f";
}

.xgl-device_smart_card_two_tone::before {
  content: "\ec2e";
}

.xgl-device_smart_card_two_tone::after {
  content: "\ec2f";
  opacity: 0.2;
}

.xgl-dial::before {
  content: "\e170";
}

.xgl-dial_alt::before {
  content: "\e171";
}

.xgl-dial_two_tone::before {
  content: "\e170";
}

.xgl-dial_two_tone::after {
  content: "\e171";
  opacity: 0.2;
}

.xgl-dialpad::before {
  content: "\e172";
}

.xgl-dialpad_alt::before {
  content: "\e173";
}

.xgl-dialpad_two_tone::before {
  content: "\e172";
}

.xgl-dialpad_two_tone::after {
  content: "\e173";
  opacity: 0.2;
}

.xgl-direction::before {
  content: "\e174";
}

.xgl-direction_alt::before {
  content: "\e175";
}

.xgl-direction_two_tone::before {
  content: "\e174";
}

.xgl-direction_two_tone::after {
  content: "\e175";
  opacity: 0.2;
}

.xgl-disconnected::before {
  content: "\e991";
}

.xgl-disconnected_alt::before {
  content: "\e992";
}

.xgl-disconnected_two_tone::before {
  content: "\e991";
}

.xgl-disconnected_two_tone::after {
  content: "\e992";
  opacity: 0.2;
}

.xgl-discover::before {
  content: "\eca1";
}

.xgl-discover_alt::before {
  content: "\eca2";
}

.xgl-discover_two_tone::before {
  content: "\eca1";
}

.xgl-discover_two_tone::after {
  content: "\eca2";
  opacity: 0.2;
}

.xgl-dismiss::before {
  content: "\e6a5";
}

.xgl-dispatch::before {
  content: "\ead7";
}

.xgl-displays::before {
  content: "\e176";
}

.xgl-displays_alt::before {
  content: "\e177";
}

.xgl-displays_two_tone::before {
  content: "\e176";
}

.xgl-displays_two_tone::after {
  content: "\e177";
  opacity: 0.2;
}

.xgl-dispose::before {
  content: "\e993";
}

.xgl-dna::before {
  content: "\e61e";
}

.xgl-document_glass::before {
  content: "\e178";
}

.xgl-document_glass_alt::before {
  content: "\e179";
}

.xgl-document_glass_two_tone::before {
  content: "\e178";
}

.xgl-document_glass_two_tone::after {
  content: "\e179";
  opacity: 0.2;
}

.xgl-docushare_logo::before {
  content: "\e6a3";
}

.xgl-docushare_logo_alt::before {
  content: "\e6a4";
}

.xgl-docushare_logo_two_tone::before {
  content: "\e6a3";
}

.xgl-docushare_logo_two_tone::after {
  content: "\e6a4";
  opacity: 0.2;
}

.xgl-down::before {
  content: "\e17a";
}

.xgl-down_alt::before {
  content: "\e17b";
}

.xgl-down_square::before {
  content: "\e17c";
}

.xgl-down_square_alt::before {
  content: "\e17d";
}

.xgl-down_square_two_tone::before {
  content: "\e17c";
}

.xgl-down_square_two_tone::after {
  content: "\e17d";
  opacity: 0.2;
}

.xgl-down_two_tone::before {
  content: "\e17a";
}

.xgl-down_two_tone::after {
  content: "\e17b";
  opacity: 0.2;
}

.xgl-download::before {
  content: "\e17e";
}

.xgl-download_error_report::before {
  content: "\ea9c";
}

.xgl-download_error_report_alt::before {
  content: "\ea9d";
}

.xgl-download_error_report_two_tone::before {
  content: "\ea9c";
}

.xgl-download_error_report_two_tone::after {
  content: "\ea9d";
  opacity: 0.2;
}

.xgl-download_import::before {
  content: "\ea9e";
}

.xgl-download_import_alt::before {
  content: "\ea9f";
}

.xgl-download_import_two_tone::before {
  content: "\ea9e";
}

.xgl-download_import_two_tone::after {
  content: "\ea9f";
  opacity: 0.2;
}

.xgl-download_report::before {
  content: "\eaa0";
}

.xgl-download_report_alt::before {
  content: "\eaa1";
}

.xgl-download_report_two_tone::before {
  content: "\eaa0";
}

.xgl-download_report_two_tone::after {
  content: "\eaa1";
  opacity: 0.2;
}

.xgl-download_sample::before {
  content: "\eaa2";
}

.xgl-download_sample_alt::before {
  content: "\eaa3";
}

.xgl-download_sample_two_tone::before {
  content: "\eaa2";
}

.xgl-download_sample_two_tone::after {
  content: "\eaa3";
  opacity: 0.2;
}

.xgl-download_square::before {
  content: "\e17f";
}

.xgl-download_square_alt::before {
  content: "\e180";
}

.xgl-download_square_two_tone::before {
  content: "\e17f";
}

.xgl-download_square_two_tone::after {
  content: "\e180";
  opacity: 0.2;
}

.xgl-dropbox::before {
  content: "\e181";
}

.xgl-dropbox_alt::before {
  content: "\e994";
}

.xgl-dropbox_two_tone::before {
  content: "\e181";
}

.xgl-dropbox_two_tone::after {
  content: "\e994";
  opacity: 0.2;
}

.xgl-droplet::before {
  content: "\e183";
}

.xgl-droplet_alt::before {
  content: "\e184";
}

.xgl-droplet_two_tone::before {
  content: "\e183";
}

.xgl-droplet_two_tone::after {
  content: "\e184";
  opacity: 0.2;
}

.xgl-duplex::before {
  content: "\e185";
}

.xgl-duplex_alt::before {
  content: "\e186";
}

.xgl-duplex_one_one::before {
  content: "\e85f";
}

.xgl-duplex_one_one_alt::before {
  content: "\eaa4";
}

.xgl-duplex_one_one_two_tone::before {
  content: "\e85f";
}

.xgl-duplex_one_one_two_tone::after {
  content: "\eaa4";
  opacity: 0.2;
}

.xgl-duplex_one_two::before {
  content: "\e860";
}

.xgl-duplex_one_two_alt::before {
  content: "\e995";
}

.xgl-duplex_one_two_rotate::before {
  content: "\e863";
}

.xgl-duplex_one_two_rotate_alt::before {
  content: "\eaa5";
}

.xgl-duplex_one_two_rotate_two_tone::before {
  content: "\e863";
}

.xgl-duplex_one_two_rotate_two_tone::after {
  content: "\eaa5";
  opacity: 0.2;
}

.xgl-duplex_one_two_two_tone::before {
  content: "\e860";
}

.xgl-duplex_one_two_two_tone::after {
  content: "\e995";
  opacity: 0.2;
}

.xgl-duplex_sided_rotate::before {
  content: "\eaa6";
}

.xgl-duplex_sided_rotate_alt::before {
  content: "\eaa7";
}

.xgl-duplex_sided_rotate_two_tone::before {
  content: "\eaa6";
}

.xgl-duplex_sided_rotate_two_tone::after {
  content: "\eaa7";
  opacity: 0.2;
}

.xgl-duplex_two_one::before {
  content: "\e862";
}

.xgl-duplex_two_one_alt::before {
  content: "\eaa8";
}

.xgl-duplex_two_one_rotate::before {
  content: "\e865";
}

.xgl-duplex_two_one_rotate_alt::before {
  content: "\eaa9";
}

.xgl-duplex_two_one_rotate_two_tone::before {
  content: "\e865";
}

.xgl-duplex_two_one_rotate_two_tone::after {
  content: "\eaa9";
  opacity: 0.2;
}

.xgl-duplex_two_one_two_tone::before {
  content: "\e862";
}

.xgl-duplex_two_one_two_tone::after {
  content: "\eaa8";
  opacity: 0.2;
}

.xgl-duplex_two_tone::before {
  content: "\e185";
}

.xgl-duplex_two_tone::after {
  content: "\e186";
  opacity: 0.2;
}

.xgl-duplex_two_two::before {
  content: "\e861";
}

.xgl-duplex_two_two_alt::before {
  content: "\eaaa";
}

.xgl-duplex_two_two_rotate::before {
  content: "\e864";
}

.xgl-duplex_two_two_rotate_alt::before {
  content: "\eaab";
}

.xgl-duplex_two_two_rotate_two_tone::before {
  content: "\e864";
}

.xgl-duplex_two_two_rotate_two_tone::after {
  content: "\eaab";
  opacity: 0.2;
}

.xgl-duplex_two_two_two_tone::before {
  content: "\e861";
}

.xgl-duplex_two_two_two_tone::after {
  content: "\eaaa";
  opacity: 0.2;
}

.xgl-duplicate::before {
  content: "\e187";
}

.xgl-duplicate_alt::before {
  content: "\e188";
}

.xgl-duplicate_two_tone::before {
  content: "\e187";
}

.xgl-duplicate_two_tone::after {
  content: "\e188";
  opacity: 0.2;
}

.xgl-eco::before {
  content: "\e7b9";
}

.xgl-eco_alt::before {
  content: "\e7ba";
}

.xgl-eco_two_tone::before {
  content: "\e7b9";
}

.xgl-eco_two_tone::after {
  content: "\e7ba";
  opacity: 0.2;
}

.xgl-edit::before {
  content: "\e189";
}

.xgl-edit_all::before {
  content: "\e18a";
}

.xgl-edit_all_alt::before {
  content: "\e18b";
}

.xgl-edit_all_two_tone::before {
  content: "\e18a";
}

.xgl-edit_all_two_tone::after {
  content: "\e18b";
  opacity: 0.2;
}

.xgl-edit_alt::before {
  content: "\e18c";
}

.xgl-edit_color::before {
  content: "\e18d";
}

.xgl-edit_disabled::before {
  content: "\e18e";
}

.xgl-edit_disabled_alt::before {
  content: "\e18f";
}

.xgl-edit_disabled_two_tone::before {
  content: "\e18e";
}

.xgl-edit_disabled_two_tone::after {
  content: "\e18f";
  opacity: 0.2;
}

.xgl-edit_file::before {
  content: "\e190";
}

.xgl-edit_file_alt::before {
  content: "\e191";
}

.xgl-edit_file_two_tone::before {
  content: "\e190";
}

.xgl-edit_file_two_tone::after {
  content: "\e191";
  opacity: 0.2;
}

.xgl-edit_square::before {
  content: "\e192";
}

.xgl-edit_square_alt::before {
  content: "\e193";
}

.xgl-edit_square_two_tone::before {
  content: "\e192";
}

.xgl-edit_square_two_tone::after {
  content: "\e193";
  opacity: 0.2;
}

.xgl-edit_two_tone::before {
  content: "\e189";
}

.xgl-edit_two_tone::after {
  content: "\e18c";
  opacity: 0.2;
}

.xgl-eject::before {
  content: "\e194";
}

.xgl-eject_alt::before {
  content: "\e195";
}

.xgl-eject_two_tone::before {
  content: "\e194";
}

.xgl-eject_two_tone::after {
  content: "\e195";
  opacity: 0.2;
}

.xgl-ellipsis::before {
  content: "\e196";
}

.xgl-ellipsis_circle::before {
  content: "\e883";
}

.xgl-ellipsis_circle_alt::before {
  content: "\e884";
}

.xgl-ellipsis_circle_two_tone::before {
  content: "\e883";
}

.xgl-ellipsis_circle_two_tone::after {
  content: "\e884";
  opacity: 0.2;
}

.xgl-ellipsis_vertical::before {
  content: "\e197";
}

.xgl-email_alert::before {
  content: "\ec26";
}

.xgl-email_alert_alt::before {
  content: "\ec27";
}

.xgl-email_alert_two_tone::before {
  content: "\ec26";
}

.xgl-email_alert_two_tone::after {
  content: "\ec27";
  opacity: 0.2;
}

.xgl-email_certificate_alert::before {
  content: "\eaac";
}

.xgl-email_certificate_alert_alt::before {
  content: "\eaad";
}

.xgl-email_certificate_alert_two_tone::before {
  content: "\eaac";
}

.xgl-email_certificate_alert_two_tone::after {
  content: "\eaad";
  opacity: 0.2;
}

.xgl-email_from::before {
  content: "\ec0f";
}

.xgl-email_from_alt::before {
  content: "\ec10";
}

.xgl-email_from_two_tone::before {
  content: "\ec0f";
}

.xgl-email_from_two_tone::after {
  content: "\ec10";
  opacity: 0.2;
}

.xgl-email_message::before {
  content: "\e198";
}

.xgl-email_message_alt::before {
  content: "\e199";
}

.xgl-email_message_two_tone::before {
  content: "\e198";
}

.xgl-email_message_two_tone::after {
  content: "\e199";
  opacity: 0.2;
}

.xgl-email_open::before {
  content: "\e19a";
}

.xgl-email_open_alt::before {
  content: "\e19b";
}

.xgl-email_open_two_tone::before {
  content: "\e19a";
}

.xgl-email_open_two_tone::after {
  content: "\e19b";
  opacity: 0.2;
}

.xgl-email_reload::before {
  content: "\ec3c";
}

.xgl-email_reload_alt::before {
  content: "\ec3d";
}

.xgl-email_reload_two_tone::before {
  content: "\ec3c";
}

.xgl-email_reload_two_tone::after {
  content: "\ec3d";
  opacity: 0.2;
}

.xgl-email_sign::before {
  content: "\e79b";
}

.xgl-email_sign_alt::before {
  content: "\e79c";
}

.xgl-email_sign_two_tone::before {
  content: "\e79b";
}

.xgl-email_sign_two_tone::after {
  content: "\e79c";
  opacity: 0.2;
}

.xgl-emboss_full_cut_tabs_lef::before {
  content: "\e19c";
}

.xgl-emboss_full_cut_tabs_lef_alt::before {
  content: "\e6dc";
}

.xgl-emboss_full_cut_tabs_lef_two_tone::before {
  content: "\e19c";
}

.xgl-emboss_full_cut_tabs_lef_two_tone::after {
  content: "\e6dc";
  opacity: 0.2;
}

.xgl-emboss_full_cut_tabs_sef::before {
  content: "\e19d";
}

.xgl-emboss_full_cut_tabs_sef_alt::before {
  content: "\e6dd";
}

.xgl-emboss_full_cut_tabs_sef_two_tone::before {
  content: "\e19d";
}

.xgl-emboss_full_cut_tabs_sef_two_tone::after {
  content: "\e6dd";
  opacity: 0.2;
}

.xgl-emboss_precut_tabs_lef::before {
  content: "\e19e";
}

.xgl-emboss_precut_tabs_lef_alt::before {
  content: "\e6de";
}

.xgl-emboss_precut_tabs_lef_two_tone::before {
  content: "\e19e";
}

.xgl-emboss_precut_tabs_lef_two_tone::after {
  content: "\e6de";
  opacity: 0.2;
}

.xgl-emboss_precut_tabs_sef::before {
  content: "\e19f";
}

.xgl-emboss_precut_tabs_sef_alt::before {
  content: "\e6df";
}

.xgl-emboss_precut_tabs_sef_two_tone::before {
  content: "\e19f";
}

.xgl-emboss_precut_tabs_sef_two_tone::after {
  content: "\e6df";
  opacity: 0.2;
}

.xgl-embossed_lef::before {
  content: "\e1a0";
}

.xgl-embossed_lef_alt::before {
  content: "\e6e0";
}

.xgl-embossed_lef_two_tone::before {
  content: "\e1a0";
}

.xgl-embossed_lef_two_tone::after {
  content: "\e6e0";
  opacity: 0.2;
}

.xgl-embossed_sef::before {
  content: "\e1a1";
}

.xgl-embossed_sef_alt::before {
  content: "\e6e1";
}

.xgl-embossed_sef_two_tone::before {
  content: "\e1a1";
}

.xgl-embossed_sef_two_tone::after {
  content: "\e6e1";
  opacity: 0.2;
}

.xgl-emoji::before {
  content: "\e1a2";
}

.xgl-emoji_alt::before {
  content: "\e1a3";
}

.xgl-emoji_neutral::before {
  content: "\e5bf";
}

.xgl-emoji_neutral_alt::before {
  content: "\e5c0";
}

.xgl-emoji_neutral_two_tone::before {
  content: "\e5bf";
}

.xgl-emoji_neutral_two_tone::after {
  content: "\e5c0";
  opacity: 0.2;
}

.xgl-emoji_satisfied::before {
  content: "\e5bd";
}

.xgl-emoji_satisfied_alt::before {
  content: "\e5be";
}

.xgl-emoji_satisfied_two_tone::before {
  content: "\e5bd";
}

.xgl-emoji_satisfied_two_tone::after {
  content: "\e5be";
  opacity: 0.2;
}

.xgl-emoji_two_tone::before {
  content: "\e1a2";
}

.xgl-emoji_two_tone::after {
  content: "\e1a3";
  opacity: 0.2;
}

.xgl-emoji_unsatisfied::before {
  content: "\e5c1";
}

.xgl-emoji_unsatisfied_alt::before {
  content: "\e5c2";
}

.xgl-emoji_unsatisfied_two_tone::before {
  content: "\e5c1";
}

.xgl-emoji_unsatisfied_two_tone::after {
  content: "\e5c2";
  opacity: 0.2;
}

.xgl-emoji_very_unsatisfied::before {
  content: "\e5c3";
}

.xgl-emoji_very_unsatisfied_alt::before {
  content: "\e5c4";
}

.xgl-emoji_very_unsatisfied_two_tone::before {
  content: "\e5c3";
}

.xgl-emoji_very_unsatisfied_two_tone::after {
  content: "\e5c4";
  opacity: 0.2;
}

.xgl-encryption::before {
  content: "\eaae";
}

.xgl-encryption_alt::before {
  content: "\eaaf";
}

.xgl-encryption_two_tone::before {
  content: "\eaae";
}

.xgl-encryption_two_tone::after {
  content: "\eaaf";
  opacity: 0.2;
}

.xgl-energy_saver::before {
  content: "\e1a4";
}

.xgl-energy_saver_alt::before {
  content: "\eab0";
}

.xgl-energy_saver_timer::before {
  content: "\eab1";
}

.xgl-energy_saver_timer_alt::before {
  content: "\eab2";
}

.xgl-energy_saver_timer_two_tone::before {
  content: "\eab1";
}

.xgl-energy_saver_timer_two_tone::after {
  content: "\eab2";
  opacity: 0.2;
}

.xgl-energy_saver_two_tone::before {
  content: "\e1a4";
}

.xgl-energy_saver_two_tone::after {
  content: "\eab0";
  opacity: 0.2;
}

.xgl-enter::before {
  content: "\e1a5";
}

.xgl-enter_rtl::before {
  content: "\e5a6";
}

.xgl-envelope::before {
  content: "\e1a6";
}

.xgl-envelope_alt::before {
  content: "\e1a7";
}

.xgl-envelope_lef::before {
  content: "\e1a8";
}

.xgl-envelope_lef_alt::before {
  content: "\e6e2";
}

.xgl-envelope_lef_two_tone::before {
  content: "\e1a8";
}

.xgl-envelope_lef_two_tone::after {
  content: "\e6e2";
  opacity: 0.2;
}

.xgl-envelope_reloaded_lef::before {
  content: "\e1a9";
}

.xgl-envelope_reloaded_lef_alt::before {
  content: "\e6e3";
}

.xgl-envelope_reloaded_lef_two_tone::before {
  content: "\e1a9";
}

.xgl-envelope_reloaded_lef_two_tone::after {
  content: "\e6e3";
  opacity: 0.2;
}

.xgl-envelope_reloaded_sef::before {
  content: "\e1aa";
}

.xgl-envelope_reloaded_sef_alt::before {
  content: "\e6e4";
}

.xgl-envelope_reloaded_sef_two_tone::before {
  content: "\e1aa";
}

.xgl-envelope_reloaded_sef_two_tone::after {
  content: "\e6e4";
  opacity: 0.2;
}

.xgl-envelope_sef::before {
  content: "\e1ab";
}

.xgl-envelope_sef_alt::before {
  content: "\e6e5";
}

.xgl-envelope_sef_two_tone::before {
  content: "\e1ab";
}

.xgl-envelope_sef_two_tone::after {
  content: "\e6e5";
  opacity: 0.2;
}

.xgl-envelope_tall_lef::before {
  content: "\e6e6";
}

.xgl-envelope_tall_lef_alt::before {
  content: "\e6e7";
}

.xgl-envelope_tall_lef_two_tone::before {
  content: "\e6e6";
}

.xgl-envelope_tall_lef_two_tone::after {
  content: "\e6e7";
  opacity: 0.2;
}

.xgl-envelope_tall_sef::before {
  content: "\e6e8";
}

.xgl-envelope_tall_sef_alt::before {
  content: "\e6e9";
}

.xgl-envelope_tall_sef_two_tone::before {
  content: "\e6e8";
}

.xgl-envelope_tall_sef_two_tone::after {
  content: "\e6e9";
  opacity: 0.2;
}

.xgl-envelope_two_tone::before {
  content: "\e1a6";
}

.xgl-envelope_two_tone::after {
  content: "\e1a7";
  opacity: 0.2;
}

.xgl-erase_all_edges::before {
  content: "\eab3";
}

.xgl-erase_all_edges_alt::before {
  content: "\eab4";
}

.xgl-erase_all_edges_two_tone::before {
  content: "\eab3";
}

.xgl-erase_all_edges_two_tone::after {
  content: "\eab4";
  opacity: 0.2;
}

.xgl-erase_individual_edges::before {
  content: "\eab5";
}

.xgl-erase_individual_edges_alt::before {
  content: "\eab6";
}

.xgl-erase_individual_edges_two_tone::before {
  content: "\eab5";
}

.xgl-erase_individual_edges_two_tone::after {
  content: "\eab6";
  opacity: 0.2;
}

.xgl-erase_print_to_edge::before {
  content: "\eab7";
}

.xgl-erase_print_to_edge_alt::before {
  content: "\eab8";
}

.xgl-erase_print_to_edge_two_tone::before {
  content: "\eab7";
}

.xgl-erase_print_to_edge_two_tone::after {
  content: "\eab8";
  opacity: 0.2;
}

.xgl-eraser::before {
  content: "\e1ac";
}

.xgl-eraser_alt::before {
  content: "\e1ad";
}

.xgl-eraser_two_tone::before {
  content: "\e1ac";
}

.xgl-eraser_two_tone::after {
  content: "\e1ad";
  opacity: 0.2;
}

.xgl-error_history_report::before {
  content: "\eae9";
}

.xgl-error_history_report_alt::before {
  content: "\eaea";
}

.xgl-error_history_report_two_tone::before {
  content: "\eae9";
}

.xgl-error_history_report_two_tone::after {
  content: "\eaea";
  opacity: 0.2;
}

.xgl-ethernet::before {
  content: "\e5bc";
}

.xgl-ethernet_alt::before {
  content: "\e5bb";
}

.xgl-ethernet_two_tone::before {
  content: "\e5bc";
}

.xgl-ethernet_two_tone::after {
  content: "\e5bb";
  opacity: 0.2;
}

.xgl-exchange::before {
  content: "\e87b";
}

.xgl-exit::before {
  content: "\e1ae";
}

.xgl-exit_alt::before {
  content: "\e996";
}

.xgl-exit_two_tone::before {
  content: "\e1ae";
}

.xgl-exit_two_tone::after {
  content: "\e996";
  opacity: 0.2;
}

.xgl-expand::before {
  content: "\e1af";
}

.xgl-expand_height::before {
  content: "\e1b0";
}

.xgl-expand_row::before {
  content: "\e1b1";
}

.xgl-expand_row_alt::before {
  content: "\e1b2";
}

.xgl-expand_row_two_tone::before {
  content: "\e1b1";
}

.xgl-expand_row_two_tone::after {
  content: "\e1b2";
  opacity: 0.2;
}

.xgl-export::before {
  content: "\e1b3";
}

.xgl-export_alt::before {
  content: "\e1b4";
}

.xgl-export_two_tone::before {
  content: "\e1b3";
}

.xgl-export_two_tone::after {
  content: "\e1b4";
  opacity: 0.2;
}

.xgl-exposure::before {
  content: "\e577";
}

.xgl-exposure_alt::before {
  content: "\eabb";
}

.xgl-exposure_two_tone::before {
  content: "\e577";
}

.xgl-exposure_two_tone::after {
  content: "\eabb";
  opacity: 0.2;
}

.xgl-extra_hw_gloss_lef::before {
  content: "\e1b5";
}

.xgl-extra_hw_gloss_lef_alt::before {
  content: "\e6ea";
}

.xgl-extra_hw_gloss_lef_two_tone::before {
  content: "\e1b5";
}

.xgl-extra_hw_gloss_lef_two_tone::after {
  content: "\e6ea";
  opacity: 0.2;
}

.xgl-extra_hw_gloss_plus_lef::before {
  content: "\e1b6";
}

.xgl-extra_hw_gloss_plus_lef_alt::before {
  content: "\e6eb";
}

.xgl-extra_hw_gloss_plus_lef_two_tone::before {
  content: "\e1b6";
}

.xgl-extra_hw_gloss_plus_lef_two_tone::after {
  content: "\e6eb";
  opacity: 0.2;
}

.xgl-extra_hw_gloss_plus_sef::before {
  content: "\e1b7";
}

.xgl-extra_hw_gloss_plus_sef_alt::before {
  content: "\e6ec";
}

.xgl-extra_hw_gloss_plus_sef_two_tone::before {
  content: "\e1b7";
}

.xgl-extra_hw_gloss_plus_sef_two_tone::after {
  content: "\e6ec";
  opacity: 0.2;
}

.xgl-extra_hw_gloss_reloaded_lef::before {
  content: "\e1c3";
}

.xgl-extra_hw_gloss_reloaded_lef_alt::before {
  content: "\e6ed";
}

.xgl-extra_hw_gloss_reloaded_lef_two_tone::before {
  content: "\e1c3";
}

.xgl-extra_hw_gloss_reloaded_lef_two_tone::after {
  content: "\e6ed";
  opacity: 0.2;
}

.xgl-extra_hw_gloss_reloaded_sef::before {
  content: "\e1c4";
}

.xgl-extra_hw_gloss_reloaded_sef_alt::before {
  content: "\e6ee";
}

.xgl-extra_hw_gloss_reloaded_sef_two_tone::before {
  content: "\e1c4";
}

.xgl-extra_hw_gloss_reloaded_sef_two_tone::after {
  content: "\e6ee";
  opacity: 0.2;
}

.xgl-extra_hw_gloss_sef::before {
  content: "\e1b8";
}

.xgl-extra_hw_gloss_sef_alt::before {
  content: "\e6ef";
}

.xgl-extra_hw_gloss_sef_two_tone::before {
  content: "\e1b8";
}

.xgl-extra_hw_gloss_sef_two_tone::after {
  content: "\e6ef";
  opacity: 0.2;
}

.xgl-extra_hw_labels_lef::before {
  content: "\e1b9";
}

.xgl-extra_hw_labels_lef_alt::before {
  content: "\e6f0";
}

.xgl-extra_hw_labels_lef_two_tone::before {
  content: "\e1b9";
}

.xgl-extra_hw_labels_lef_two_tone::after {
  content: "\e6f0";
  opacity: 0.2;
}

.xgl-extra_hw_labels_sef::before {
  content: "\e1ba";
}

.xgl-extra_hw_labels_sef_alt::before {
  content: "\e6f1";
}

.xgl-extra_hw_labels_sef_two_tone::before {
  content: "\e1ba";
}

.xgl-extra_hw_labels_sef_two_tone::after {
  content: "\e6f1";
  opacity: 0.2;
}

.xgl-extra_hw_lef::before {
  content: "\e1bb";
}

.xgl-extra_hw_lef_alt::before {
  content: "\e6f2";
}

.xgl-extra_hw_lef_two_tone::before {
  content: "\e1bb";
}

.xgl-extra_hw_lef_two_tone::after {
  content: "\e6f2";
  opacity: 0.2;
}

.xgl-extra_hw_plus_lef::before {
  content: "\e1bc";
}

.xgl-extra_hw_plus_lef_alt::before {
  content: "\e6f3";
}

.xgl-extra_hw_plus_lef_two_tone::before {
  content: "\e1bc";
}

.xgl-extra_hw_plus_lef_two_tone::after {
  content: "\e6f3";
  opacity: 0.2;
}

.xgl-extra_hw_plus_reloaded_lef::before {
  content: "\e1c5";
}

.xgl-extra_hw_plus_reloaded_lef_alt::before {
  content: "\e6f4";
}

.xgl-extra_hw_plus_reloaded_lef_two_tone::before {
  content: "\e1c5";
}

.xgl-extra_hw_plus_reloaded_lef_two_tone::after {
  content: "\e6f4";
  opacity: 0.2;
}

.xgl-extra_hw_plus_reloaded_sef::before {
  content: "\e1c6";
}

.xgl-extra_hw_plus_reloaded_sef_alt::before {
  content: "\e6f5";
}

.xgl-extra_hw_plus_reloaded_sef_two_tone::before {
  content: "\e1c6";
}

.xgl-extra_hw_plus_reloaded_sef_two_tone::after {
  content: "\e6f5";
  opacity: 0.2;
}

.xgl-extra_hw_plus_sef::before {
  content: "\e1bd";
}

.xgl-extra_hw_plus_sef_alt::before {
  content: "\e6f6";
}

.xgl-extra_hw_plus_sef_two_tone::before {
  content: "\e1bd";
}

.xgl-extra_hw_plus_sef_two_tone::after {
  content: "\e6f6";
  opacity: 0.2;
}

.xgl-extra_hw_punched_lef::before {
  content: "\e1be";
}

.xgl-extra_hw_punched_lef_alt::before {
  content: "\e6f7";
}

.xgl-extra_hw_punched_lef_two_tone::before {
  content: "\e1be";
}

.xgl-extra_hw_punched_lef_two_tone::after {
  content: "\e6f7";
  opacity: 0.2;
}

.xgl-extra_hw_punched_sef::before {
  content: "\e1bf";
}

.xgl-extra_hw_punched_sef_alt::before {
  content: "\e6f8";
}

.xgl-extra_hw_punched_sef_two_tone::before {
  content: "\e1bf";
}

.xgl-extra_hw_punched_sef_two_tone::after {
  content: "\e6f8";
  opacity: 0.2;
}

.xgl-extra_hw_reloaded_lef::before {
  content: "\e1c0";
}

.xgl-extra_hw_reloaded_lef_alt::before {
  content: "\e6f9";
}

.xgl-extra_hw_reloaded_lef_two_tone::before {
  content: "\e1c0";
}

.xgl-extra_hw_reloaded_lef_two_tone::after {
  content: "\e6f9";
  opacity: 0.2;
}

.xgl-extra_hw_reloaded_sef::before {
  content: "\e1c1";
}

.xgl-extra_hw_reloaded_sef_alt::before {
  content: "\e6fa";
}

.xgl-extra_hw_reloaded_sef_two_tone::before {
  content: "\e1c1";
}

.xgl-extra_hw_reloaded_sef_two_tone::after {
  content: "\e6fa";
  opacity: 0.2;
}

.xgl-extra_hw_sef::before {
  content: "\e1c2";
}

.xgl-extra_hw_sef_alt::before {
  content: "\e6fb";
}

.xgl-extra_hw_sef_two_tone::before {
  content: "\e1c2";
}

.xgl-extra_hw_sef_two_tone::after {
  content: "\e6fb";
  opacity: 0.2;
}

.xgl-face_mask::before {
  content: "\ec78";
}

.xgl-face_mask_alt::before {
  content: "\ec79";
}

.xgl-face_mask_two_tone::before {
  content: "\ec78";
}

.xgl-face_mask_two_tone::after {
  content: "\ec79";
  opacity: 0.2;
}

.xgl-facebook::before {
  content: "\e1c7";
}

.xgl-fan::before {
  content: "\e7b5";
}

.xgl-fan_alt::before {
  content: "\e7b6";
}

.xgl-fan_on::before {
  content: "\e7b7";
}

.xgl-fan_on_alt::before {
  content: "\e7b8";
}

.xgl-fan_on_two_tone::before {
  content: "\e7b7";
}

.xgl-fan_on_two_tone::after {
  content: "\e7b8";
  opacity: 0.2;
}

.xgl-fan_two_tone::before {
  content: "\e7b5";
}

.xgl-fan_two_tone::after {
  content: "\e7b6";
  opacity: 0.2;
}

.xgl-fast_stop::before {
  content: "\e6fc";
}

.xgl-fastforward::before {
  content: "\e1c8";
}

.xgl-fastforward_alt::before {
  content: "\e1c9";
}

.xgl-fastforward_two_tone::before {
  content: "\e1c8";
}

.xgl-fastforward_two_tone::after {
  content: "\e1c9";
  opacity: 0.2;
}

.xgl-fault::before {
  content: "\e1ca";
}

.xgl-fault_alt::before {
  content: "\e1cb";
}

.xgl-fault_two_tone::before {
  content: "\e1ca";
}

.xgl-fault_two_tone::after {
  content: "\e1cb";
  opacity: 0.2;
}

.xgl-favorites::before {
  content: "\e1cc";
}

.xgl-favorites_alt::before {
  content: "\e1cd";
}

.xgl-favorites_disabled::before {
  content: "\e1ce";
}

.xgl-favorites_disabled_alt::before {
  content: "\e1cf";
}

.xgl-favorites_disabled_two_tone::before {
  content: "\e1ce";
}

.xgl-favorites_disabled_two_tone::after {
  content: "\e1cf";
  opacity: 0.2;
}

.xgl-favorites_two_tone::before {
  content: "\e1cc";
}

.xgl-favorites_two_tone::after {
  content: "\e1cd";
  opacity: 0.2;
}

.xgl-fax::before {
  content: "\e1d0";
}

.xgl-fax_alt::before {
  content: "\e1d1";
}

.xgl-fax_auto_answer::before {
  content: "\ea64";
}

.xgl-fax_auto_answer_alt::before {
  content: "\ea65";
}

.xgl-fax_auto_answer_two_tone::before {
  content: "\ea64";
}

.xgl-fax_auto_answer_two_tone::after {
  content: "\ea65";
  opacity: 0.2;
}

.xgl-fax_confirm::before {
  content: "\ea66";
}

.xgl-fax_confirm_alt::before {
  content: "\ea67";
}

.xgl-fax_confirm_two_tone::before {
  content: "\ea66";
}

.xgl-fax_confirm_two_tone::after {
  content: "\ea67";
  opacity: 0.2;
}

.xgl-fax_confirmation_report::before {
  content: "\eabe";
}

.xgl-fax_confirmation_report_alt::before {
  content: "\eabf";
}

.xgl-fax_confirmation_report_two_tone::before {
  content: "\eabe";
}

.xgl-fax_confirmation_report_two_tone::after {
  content: "\eabf";
  opacity: 0.2;
}

.xgl-fax_cover_off::before {
  content: "\eaed";
}

.xgl-fax_cover_off_alt::before {
  content: "\eaee";
}

.xgl-fax_cover_off_two_tone::before {
  content: "\eaed";
}

.xgl-fax_cover_off_two_tone::after {
  content: "\eaee";
  opacity: 0.2;
}

.xgl-fax_cover_on::before {
  content: "\eaeb";
}

.xgl-fax_cover_on_alt::before {
  content: "\eaec";
}

.xgl-fax_cover_on_two_tone::before {
  content: "\eaeb";
}

.xgl-fax_cover_on_two_tone::after {
  content: "\eaec";
  opacity: 0.2;
}

.xgl-fax_dial_numbers::before {
  content: "\e1d2";
}

.xgl-fax_dialog_characters::before {
  content: "\e1d3";
}

.xgl-fax_from::before {
  content: "\ea68";
}

.xgl-fax_from_alt::before {
  content: "\ea69";
}

.xgl-fax_from_two_tone::before {
  content: "\ea68";
}

.xgl-fax_from_two_tone::after {
  content: "\ea69";
  opacity: 0.2;
}

.xgl-fax_machine::before {
  content: "\e1d4";
}

.xgl-fax_machine_alt::before {
  content: "\e1d5";
}

.xgl-fax_machine_two_tone::before {
  content: "\e1d4";
}

.xgl-fax_machine_two_tone::after {
  content: "\e1d5";
  opacity: 0.2;
}

.xgl-fax_manual_answer::before {
  content: "\ea6a";
}

.xgl-fax_manual_answer_alt::before {
  content: "\ea6b";
}

.xgl-fax_manual_answer_two_tone::before {
  content: "\ea6a";
}

.xgl-fax_manual_answer_two_tone::after {
  content: "\ea6b";
  opacity: 0.2;
}

.xgl-fax_passcode::before {
  content: "\ea6c";
}

.xgl-fax_passcode_alt::before {
  content: "\ea6d";
}

.xgl-fax_passcode_two_tone::before {
  content: "\ea6c";
}

.xgl-fax_passcode_two_tone::after {
  content: "\ea6d";
  opacity: 0.2;
}

.xgl-fax_secure::before {
  content: "\e1d6";
}

.xgl-fax_secure_alt::before {
  content: "\e1d7";
}

.xgl-fax_secure_two_tone::before {
  content: "\e1d6";
}

.xgl-fax_secure_two_tone::after {
  content: "\e1d7";
  opacity: 0.2;
}

.xgl-fax_to::before {
  content: "\ea6e";
}

.xgl-fax_to_alt::before {
  content: "\ea6f";
}

.xgl-fax_to_two_tone::before {
  content: "\ea6e";
}

.xgl-fax_to_two_tone::after {
  content: "\ea6f";
  opacity: 0.2;
}

.xgl-fax_two_tone::before {
  content: "\e1d0";
}

.xgl-fax_two_tone::after {
  content: "\e1d1";
  opacity: 0.2;
}

.xgl-feather::before {
  content: "\e659";
}

.xgl-feather_alt::before {
  content: "\e65a";
}

.xgl-feather_two_tone::before {
  content: "\e659";
}

.xgl-feather_two_tone::after {
  content: "\e65a";
  opacity: 0.2;
}

.xgl-feature_installation::before {
  content: "\eabc";
}

.xgl-feature_installation_alt::before {
  content: "\eabd";
}

.xgl-feature_installation_two_tone::before {
  content: "\eabc";
}

.xgl-feature_installation_two_tone::after {
  content: "\eabd";
  opacity: 0.2;
}

.xgl-file::before {
  content: "\e1d8";
}

.xgl-file_abic::before {
  content: "\e616";
}

.xgl-file_abic_two_tone::before {
  content: "\e616";
}

.xgl-file_abic_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_add::before {
  content: "\e1d9";
}

.xgl-file_add_alt::before {
  content: "\e1da";
}

.xgl-file_add_two_tone::before {
  content: "\e1d9";
}

.xgl-file_add_two_tone::after {
  content: "\e1da";
  opacity: 0.2;
}

.xgl-file_afp::before {
  content: "\e615";
}

.xgl-file_afp_two_tone::before {
  content: "\e615";
}

.xgl-file_afp_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_aiff::before {
  content: "\e5fe";
}

.xgl-file_aiff_two_tone::before {
  content: "\e5fe";
}

.xgl-file_aiff_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_alt::before {
  content: "\e1db";
}

.xgl-file_ascii::before {
  content: "\e614";
}

.xgl-file_ascii_two_tone::before {
  content: "\e614";
}

.xgl-file_ascii_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_asf::before {
  content: "\e5fb";
}

.xgl-file_asf_two_tone::before {
  content: "\e5fb";
}

.xgl-file_asf_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_attr::before {
  content: "\e683";
}

.xgl-file_attr_two_tone::before {
  content: "\e683";
}

.xgl-file_attr_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_auto::before {
  content: "\e5f6";
}

.xgl-file_auto_two_tone::before {
  content: "\e5f6";
}

.xgl-file_auto_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_avi::before {
  content: "\e605";
}

.xgl-file_avi_two_tone::before {
  content: "\e605";
}

.xgl-file_avi_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_bin::before {
  content: "\e5e1";
}

.xgl-file_bin_two_tone::before {
  content: "\e5e1";
}

.xgl-file_bin_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_bkgd::before {
  content: "\e619";
}

.xgl-file_blank::before {
  content: "\e1dc";
}

.xgl-file_blank_alt::before {
  content: "\e1dd";
}

.xgl-file_blank_two_tone::before {
  content: "\e1dc";
}

.xgl-file_blank_two_tone::after {
  content: "\e1dd";
  opacity: 0.2;
}

.xgl-file_bmp::before {
  content: "\e5ef";
}

.xgl-file_bmp_two_tone::before {
  content: "\e5ef";
}

.xgl-file_bmp_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_cabinet::before {
  content: "\e1de";
}

.xgl-file_cabinet_alt::before {
  content: "\e1df";
}

.xgl-file_cabinet_two_tone::before {
  content: "\e1de";
}

.xgl-file_cabinet_two_tone::after {
  content: "\e1df";
  opacity: 0.2;
}

.xgl-file_cad::before {
  content: "\e5ea";
}

.xgl-file_cad_two_tone::before {
  content: "\e5ea";
}

.xgl-file_cad_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_cals::before {
  content: "\e613";
}

.xgl-file_cals_two_tone::before {
  content: "\e613";
}

.xgl-file_cals_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_cancel::before {
  content: "\e1e0";
}

.xgl-file_cancel_alt::before {
  content: "\e1e1";
}

.xgl-file_cancel_two_tone::before {
  content: "\e1e0";
}

.xgl-file_cancel_two_tone::after {
  content: "\e1e1";
  opacity: 0.2;
}

.xgl-file_cff::before {
  content: "\e612";
}

.xgl-file_cff_two_tone::before {
  content: "\e612";
}

.xgl-file_cff_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_chart::before {
  content: "\e1e2";
}

.xgl-file_chart_alt::before {
  content: "\e1e3";
}

.xgl-file_chart_two_tone::before {
  content: "\e1e2";
}

.xgl-file_chart_two_tone::after {
  content: "\e1e3";
  opacity: 0.2;
}

.xgl-file_check::before {
  content: "\e1e4";
}

.xgl-file_check_alt::before {
  content: "\e1e5";
}

.xgl-file_check_two_tone::before {
  content: "\e1e4";
}

.xgl-file_check_two_tone::after {
  content: "\e1e5";
  opacity: 0.2;
}

.xgl-file_ciff::before {
  content: "\e611";
}

.xgl-file_ciff_two_tone::before {
  content: "\e611";
}

.xgl-file_ciff_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_compress::before {
  content: "\e1e6";
}

.xgl-file_compress_alt::before {
  content: "\e1e7";
}

.xgl-file_compress_two_tone::before {
  content: "\e1e6";
}

.xgl-file_compress_two_tone::after {
  content: "\e1e7";
  opacity: 0.2;
}

.xgl-file_csv::before {
  content: "\e5f4";
}

.xgl-file_csv_two_tone::before {
  content: "\e5f4";
}

.xgl-file_csv_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_delay::before {
  content: "\eaef";
}

.xgl-file_delay_alt::before {
  content: "\eaf0";
}

.xgl-file_delay_two_tone::before {
  content: "\eaef";
}

.xgl-file_delay_two_tone::after {
  content: "\eaf0";
  opacity: 0.2;
}

.xgl-file_dib::before {
  content: "\e610";
}

.xgl-file_dib_two_tone::before {
  content: "\e610";
}

.xgl-file_dib_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_dlm::before {
  content: "\e5e2";
}

.xgl-file_dlm_two_tone::before {
  content: "\e5e2";
}

.xgl-file_dlm_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_doc::before {
  content: "\e5d2";
}

.xgl-file_doc_two_tone::before {
  content: "\e5d2";
}

.xgl-file_doc_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_docm::before {
  content: "\e684";
}

.xgl-file_docm_two_tone::before {
  content: "\e684";
}

.xgl-file_docm_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_docx::before {
  content: "\e5f9";
}

.xgl-file_docx_two_tone::before {
  content: "\e5f9";
}

.xgl-file_docx_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_download::before {
  content: "\e1e8";
}

.xgl-file_download_alt::before {
  content: "\e1e9";
}

.xgl-file_download_two_tone::before {
  content: "\e1e8";
}

.xgl-file_download_two_tone::after {
  content: "\e1e9";
  opacity: 0.2;
}

.xgl-file_dwg::before {
  content: "\e5eb";
}

.xgl-file_dwg_two_tone::before {
  content: "\e5eb";
}

.xgl-file_dwg_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_dxf::before {
  content: "\e60f";
}

.xgl-file_dxf_two_tone::before {
  content: "\e60f";
}

.xgl-file_dxf_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_eml::before {
  content: "\e685";
}

.xgl-file_eml_two_tone::before {
  content: "\e685";
}

.xgl-file_eml_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_eps::before {
  content: "\e5dd";
}

.xgl-file_eps_two_tone::before {
  content: "\e5dd";
}

.xgl-file_eps_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_exists_no_saved::before {
  content: "\eaf1";
}

.xgl-file_exists_no_saved_alt::before {
  content: "\eaf2";
}

.xgl-file_exists_no_saved_two_tone::before {
  content: "\eaf1";
}

.xgl-file_exists_no_saved_two_tone::after {
  content: "\eaf2";
  opacity: 0.2;
}

.xgl-file_favorite::before {
  content: "\e1ea";
}

.xgl-file_favorite_alt::before {
  content: "\e1eb";
}

.xgl-file_favorite_two_tone::before {
  content: "\e1ea";
}

.xgl-file_favorite_two_tone::after {
  content: "\e1eb";
  opacity: 0.2;
}

.xgl-file_frf::before {
  content: "\e5e6";
}

.xgl-file_frf_two_tone::before {
  content: "\e5e6";
}

.xgl-file_frf_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_gif::before {
  content: "\e5e5";
}

.xgl-file_gif_two_tone::before {
  content: "\e5e5";
}

.xgl-file_gif_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_globe::before {
  content: "\e1ec";
}

.xgl-file_globe_alt::before {
  content: "\e1ed";
}

.xgl-file_globe_two_tone::before {
  content: "\e1ec";
}

.xgl-file_globe_two_tone::after {
  content: "\e1ed";
  opacity: 0.2;
}

.xgl-file_gz::before {
  content: "\e686";
}

.xgl-file_gz_two_tone::before {
  content: "\e686";
}

.xgl-file_gz_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_help::before {
  content: "\e848";
}

.xgl-file_help_alt::before {
  content: "\e849";
}

.xgl-file_help_two_tone::before {
  content: "\e848";
}

.xgl-file_help_two_tone::after {
  content: "\e849";
  opacity: 0.2;
}

.xgl-file_hpgl::before {
  content: "\e643";
}

.xgl-file_hpgl_two_tone::before {
  content: "\e643";
}

.xgl-file_hpgl_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_html::before {
  content: "\e5dc";
}

.xgl-file_html_two_tone::before {
  content: "\e5dc";
}

.xgl-file_html_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_ics::before {
  content: "\e617";
}

.xgl-file_ics_two_tone::before {
  content: "\e617";
}

.xgl-file_ics_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_img::before {
  content: "\e60e";
}

.xgl-file_img_two_tone::before {
  content: "\e60e";
}

.xgl-file_img_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_iso::before {
  content: "\e5e8";
}

.xgl-file_iso_two_tone::before {
  content: "\e5e8";
}

.xgl-file_iso_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_jif::before {
  content: "\e5e3";
}

.xgl-file_jif_two_tone::before {
  content: "\e5e3";
}

.xgl-file_jif_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_jpe::before {
  content: "\e5e4";
}

.xgl-file_jpe_two_tone::before {
  content: "\e5e4";
}

.xgl-file_jpe_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_jpeg::before {
  content: "\e606";
}

.xgl-file_jpeg_two_tone::before {
  content: "\e606";
}

.xgl-file_jpeg_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_jpg::before {
  content: "\e5d6";
}

.xgl-file_jpg_lock::before {
  content: "\ec45";
}

.xgl-file_jpg_lock_two_tone::before {
  content: "\ec45";
}

.xgl-file_jpg_lock_two_tone::after {
  content: "\eb9e";
  opacity: 0.2;
}

.xgl-file_jpg_two_tone::before {
  content: "\e5d6";
}

.xgl-file_jpg_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_jt::before {
  content: "\e644";
}

.xgl-file_jt_two_tone::before {
  content: "\e644";
}

.xgl-file_jt_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_jtd::before {
  content: "\e687";
}

.xgl-file_jtd_two_tone::before {
  content: "\e687";
}

.xgl-file_jtd_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_l::before {
  content: "\e1ee";
}

.xgl-file_l_alt::before {
  content: "\e1ef";
}

.xgl-file_l_two_tone::before {
  content: "\e1ee";
}

.xgl-file_l_two_tone::after {
  content: "\e1ef";
  opacity: 0.2;
}

.xgl-file_locked::before {
  content: "\e1f0";
}

.xgl-file_locked_alt::before {
  content: "\e1f1";
}

.xgl-file_locked_two_tone::before {
  content: "\e1f0";
}

.xgl-file_locked_two_tone::after {
  content: "\e1f1";
  opacity: 0.2;
}

.xgl-file_mdb::before {
  content: "\e645";
}

.xgl-file_mdb_two_tone::before {
  content: "\e645";
}

.xgl-file_mdb_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_mid::before {
  content: "\e600";
}

.xgl-file_mid_two_tone::before {
  content: "\e600";
}

.xgl-file_mid_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_mov::before {
  content: "\e5df";
}

.xgl-file_mov_two_tone::before {
  content: "\e5df";
}

.xgl-file_mov_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_move::before {
  content: "\e1f2";
}

.xgl-file_move_alt::before {
  content: "\e1f3";
}

.xgl-file_move_copy::before {
  content: "\e1f4";
}

.xgl-file_move_copy_alt::before {
  content: "\e1f5";
}

.xgl-file_move_copy_two_tone::before {
  content: "\e1f4";
}

.xgl-file_move_copy_two_tone::after {
  content: "\e1f5";
  opacity: 0.2;
}

.xgl-file_move_two_tone::before {
  content: "\e1f2";
}

.xgl-file_move_two_tone::after {
  content: "\e1f3";
  opacity: 0.2;
}

.xgl-file_mp3::before {
  content: "\e601";
}

.xgl-file_mp3_two_tone::before {
  content: "\e601";
}

.xgl-file_mp3_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_mp4::before {
  content: "\e603";
}

.xgl-file_mp4_two_tone::before {
  content: "\e603";
}

.xgl-file_mp4_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_mpg::before {
  content: "\e602";
}

.xgl-file_mpg_two_tone::before {
  content: "\e602";
}

.xgl-file_mpg_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_mpp::before {
  content: "\e688";
}

.xgl-file_mpp_two_tone::before {
  content: "\e688";
}

.xgl-file_mpp_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_mtif::before {
  content: "\e5d8";
}

.xgl-file_mtif_lock::before {
  content: "\ec47";
}

.xgl-file_mtif_lock_two_tone::before {
  content: "\ec47";
}

.xgl-file_mtif_lock_two_tone::after {
  content: "\eb9e";
  opacity: 0.2;
}

.xgl-file_mtif_two_tone::before {
  content: "\e5d8";
}

.xgl-file_mtif_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_multipage::before {
  content: "\eb99";
}

.xgl-file_multipage_alt::before {
  content: "\eb9a";
}

.xgl-file_multipage_two_tone::before {
  content: "\eb99";
}

.xgl-file_multipage_two_tone::after {
  content: "\eb9a";
  opacity: 0.2;
}

.xgl-file_ocr::before {
  content: "\e5f5";
}

.xgl-file_ocr_two_tone::before {
  content: "\e5f5";
}

.xgl-file_ocr_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_odf::before {
  content: "\e60d";
}

.xgl-file_odf_two_tone::before {
  content: "\e60d";
}

.xgl-file_odf_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_odg::before {
  content: "\e8bf";
}

.xgl-file_odg_two_tone::before {
  content: "\e8bf";
}

.xgl-file_odg_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_odp::before {
  content: "\e60c";
}

.xgl-file_odp_two_tone::before {
  content: "\e60c";
}

.xgl-file_odp_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_ods::before {
  content: "\e60b";
}

.xgl-file_ods_two_tone::before {
  content: "\e60b";
}

.xgl-file_ods_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_odt::before {
  content: "\e60a";
}

.xgl-file_odt_two_tone::before {
  content: "\e60a";
}

.xgl-file_odt_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_option::before {
  content: "\eaf4";
}

.xgl-file_option_alt::before {
  content: "\eaf5";
}

.xgl-file_option_two_tone::before {
  content: "\eaf4";
}

.xgl-file_option_two_tone::after {
  content: "\eaf5";
  opacity: 0.2;
}

.xgl-file_otf::before {
  content: "\e5ec";
}

.xgl-file_otf_two_tone::before {
  content: "\e5ec";
}

.xgl-file_otf_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_oxps::before {
  content: "\e689";
}

.xgl-file_oxps_two_tone::before {
  content: "\e689";
}

.xgl-file_oxps_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_pcl::before {
  content: "\e5d9";
}

.xgl-file_pcl_two_tone::before {
  content: "\e5d9";
}

.xgl-file_pcl_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_pct::before {
  content: "\e5ee";
}

.xgl-file_pct_two_tone::before {
  content: "\e5ee";
}

.xgl-file_pct_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_pdf::before {
  content: "\e5ce";
}

.xgl-file_pdf_lock::before {
  content: "\ec49";
}

.xgl-file_pdf_lock_two_tone::before {
  content: "\ec49";
}

.xgl-file_pdf_lock_two_tone::after {
  content: "\eb9e";
  opacity: 0.2;
}

.xgl-file_pdf_two_tone::before {
  content: "\e5ce";
}

.xgl-file_pdf_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_pdfa::before {
  content: "\e5d0";
}

.xgl-file_pdfa_lock::before {
  content: "\ec4b";
}

.xgl-file_pdfa_lock_two_tone::before {
  content: "\ec4b";
}

.xgl-file_pdfa_lock_two_tone::after {
  content: "\eb9e";
  opacity: 0.2;
}

.xgl-file_pdfa_two_tone::before {
  content: "\e5d0";
}

.xgl-file_pdfa_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_pdl::before {
  content: "\e5cd";
}

.xgl-file_pdl_two_tone::before {
  content: "\e5cd";
}

.xgl-file_pdl_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_pict::before {
  content: "\e609";
}

.xgl-file_pict_two_tone::before {
  content: "\e609";
}

.xgl-file_pict_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_png::before {
  content: "\e5d1";
}

.xgl-file_png_lock::before {
  content: "\ec4c";
}

.xgl-file_png_lock_two_tone::before {
  content: "\ec4c";
}

.xgl-file_png_lock_two_tone::after {
  content: "\eb9e";
  opacity: 0.2;
}

.xgl-file_png_two_tone::before {
  content: "\e5d1";
}

.xgl-file_png_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_ppt::before {
  content: "\e5cf";
}

.xgl-file_ppt_two_tone::before {
  content: "\e5cf";
}

.xgl-file_ppt_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_pptm::before {
  content: "\e68a";
}

.xgl-file_pptm_two_tone::before {
  content: "\e68a";
}

.xgl-file_pptm_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_pptx::before {
  content: "\e5f8";
}

.xgl-file_pptx_two_tone::before {
  content: "\e5f8";
}

.xgl-file_pptx_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_preview::before {
  content: "\e94a";
}

.xgl-file_preview_alt::before {
  content: "\e949";
}

.xgl-file_preview_two_tone::before {
  content: "\e94a";
}

.xgl-file_preview_two_tone::after {
  content: "\e949";
  opacity: 0.2;
}

.xgl-file_prn::before {
  content: "\e5e0";
}

.xgl-file_prn_two_tone::before {
  content: "\e5e0";
}

.xgl-file_prn_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_ps::before {
  content: "\e5da";
}

.xgl-file_ps_two_tone::before {
  content: "\e5da";
}

.xgl-file_ps_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_psd::before {
  content: "\e5fa";
}

.xgl-file_psd_two_tone::before {
  content: "\e5fa";
}

.xgl-file_psd_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_pub::before {
  content: "\e68b";
}

.xgl-file_pub_two_tone::before {
  content: "\e68b";
}

.xgl-file_pub_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_qt::before {
  content: "\e604";
}

.xgl-file_qt_two_tone::before {
  content: "\e604";
}

.xgl-file_qt_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_quality::before {
  content: "\ec43";
}

.xgl-file_quality_alt::before {
  content: "\ec44";
}

.xgl-file_quality_two_tone::before {
  content: "\ec43";
}

.xgl-file_quality_two_tone::after {
  content: "\ec44";
  opacity: 0.2;
}

.xgl-file_raw::before {
  content: "\e5f3";
}

.xgl-file_raw_two_tone::before {
  content: "\e5f3";
}

.xgl-file_raw_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_rtf::before {
  content: "\e5f0";
}

.xgl-file_rtf_two_tone::before {
  content: "\e5f0";
}

.xgl-file_rtf_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_sheet::before {
  content: "\e1f6";
}

.xgl-file_sheet_alt::before {
  content: "\e1f7";
}

.xgl-file_sheet_two_tone::before {
  content: "\e1f6";
}

.xgl-file_sheet_two_tone::after {
  content: "\e1f7";
  opacity: 0.2;
}

.xgl-file_slide::before {
  content: "\e1f8";
}

.xgl-file_slide_alt::before {
  content: "\e1f9";
}

.xgl-file_slide_two_tone::before {
  content: "\e1f8";
}

.xgl-file_slide_two_tone::after {
  content: "\e1f9";
  opacity: 0.2;
}

.xgl-file_sql::before {
  content: "\eca3";
}

.xgl-file_sql_two_tone::before {
  content: "\eca3";
}

.xgl-file_sql_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_step::before {
  content: "\e68c";
}

.xgl-file_step_two_tone::before {
  content: "\e68c";
}

.xgl-file_step_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_subtract::before {
  content: "\e1fa";
}

.xgl-file_subtract_alt::before {
  content: "\e1fb";
}

.xgl-file_subtract_two_tone::before {
  content: "\e1fa";
}

.xgl-file_subtract_two_tone::after {
  content: "\e1fb";
  opacity: 0.2;
}

.xgl-file_svg::before {
  content: "\e608";
}

.xgl-file_svg_two_tone::before {
  content: "\e608";
}

.xgl-file_svg_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_tar::before {
  content: "\e68d";
}

.xgl-file_tar_two_tone::before {
  content: "\e68d";
}

.xgl-file_tar_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_tfx::before {
  content: "\e68e";
}

.xgl-file_tfx_two_tone::before {
  content: "\e68e";
}

.xgl-file_tfx_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_tif::before {
  content: "\e5d5";
}

.xgl-file_tif_lock::before {
  content: "\ec4e";
}

.xgl-file_tif_lock_two_tone::before {
  content: "\ec4e";
}

.xgl-file_tif_lock_two_tone::after {
  content: "\eb9e";
  opacity: 0.2;
}

.xgl-file_tif_two_tone::before {
  content: "\e5d5";
}

.xgl-file_tif_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_tiff::before {
  content: "\e61a";
}

.xgl-file_tiff_lock::before {
  content: "\ec50";
}

.xgl-file_tiff_lock_two_tone::before {
  content: "\ec50";
}

.xgl-file_tiff_lock_two_tone::after {
  content: "\eb9e";
  opacity: 0.2;
}

.xgl-file_tiff_two_tone::before {
  content: "\e61a";
}

.xgl-file_tiff_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_ttf::before {
  content: "\e5ed";
}

.xgl-file_ttf_two_tone::before {
  content: "\e5ed";
}

.xgl-file_ttf_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_two_tone::before {
  content: "\e1d8";
}

.xgl-file_two_tone::after {
  content: "\e1db";
  opacity: 0.2;
}

.xgl-file_txt::before {
  content: "\e5d3";
}

.xgl-file_txt_two_tone::before {
  content: "\e5d3";
}

.xgl-file_txt_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_type::before {
  content: "\eaf3";
}

.xgl-file_type_alt::before {
  content: "\e88c";
}

.xgl-file_type_bkgd::before {
  content: "\e997";
}

.xgl-file_type_lock_bkgd::before {
  content: "\eb9e";
}

.xgl-file_type_signature::before {
  content: "\eba0";
}

.xgl-file_type_signature_alt::before {
  content: "\eba1";
}

.xgl-file_type_signature_two_tone::before {
  content: "\eba0";
}

.xgl-file_type_signature_two_tone::after {
  content: "\eba1";
  opacity: 0.2;
}

.xgl-file_type_two_tone::before {
  content: "\eaf3";
}

.xgl-file_type_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_unix::before {
  content: "\e5e9";
}

.xgl-file_unix_two_tone::before {
  content: "\e5e9";
}

.xgl-file_unix_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_unknown::before {
  content: "\e5f2";
}

.xgl-file_unknown_two_tone::before {
  content: "\e5f2";
}

.xgl-file_unknown_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_unlock::before {
  content: "\e1fc";
}

.xgl-file_unlock_alt::before {
  content: "\e1fd";
}

.xgl-file_unlock_two_tone::before {
  content: "\e1fc";
}

.xgl-file_unlock_two_tone::after {
  content: "\e1fd";
  opacity: 0.2;
}

.xgl-file_upload::before {
  content: "\e1fe";
}

.xgl-file_upload_alt::before {
  content: "\e1ff";
}

.xgl-file_upload_default::before {
  content: "\ea86";
}

.xgl-file_upload_default_alt::before {
  content: "\ea88";
}

.xgl-file_upload_default_two_tone::before {
  content: "\ea86";
}

.xgl-file_upload_default_two_tone::after {
  content: "\ea88";
  opacity: 0.2;
}

.xgl-file_upload_favorite::before {
  content: "\ea87";
}

.xgl-file_upload_favorite_alt::before {
  content: "\ea8a";
}

.xgl-file_upload_favorite_two_tone::before {
  content: "\ea87";
}

.xgl-file_upload_favorite_two_tone::after {
  content: "\ea8a";
  opacity: 0.2;
}

.xgl-file_upload_two_tone::before {
  content: "\e1fe";
}

.xgl-file_upload_two_tone::after {
  content: "\e1ff";
  opacity: 0.2;
}

.xgl-file_user::before {
  content: "\e200";
}

.xgl-file_user_alt::before {
  content: "\e201";
}

.xgl-file_user_two_tone::before {
  content: "\e200";
}

.xgl-file_user_two_tone::after {
  content: "\e201";
  opacity: 0.2;
}

.xgl-file_vcs::before {
  content: "\e618";
}

.xgl-file_vcs_two_tone::before {
  content: "\e618";
}

.xgl-file_vcs_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_vsd::before {
  content: "\e68f";
}

.xgl-file_vsd_two_tone::before {
  content: "\e68f";
}

.xgl-file_vsd_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_wav::before {
  content: "\e5ff";
}

.xgl-file_wav_two_tone::before {
  content: "\e5ff";
}

.xgl-file_wav_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_wma::before {
  content: "\e5fc";
}

.xgl-file_wma_two_tone::before {
  content: "\e5fc";
}

.xgl-file_wma_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_wmv::before {
  content: "\e5fd";
}

.xgl-file_wmv_two_tone::before {
  content: "\e5fd";
}

.xgl-file_wmv_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_x_b::before {
  content: "\e691";
}

.xgl-file_x_b_two_tone::before {
  content: "\e691";
}

.xgl-file_x_b_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_x_t::before {
  content: "\e692";
}

.xgl-file_x_t_two_tone::before {
  content: "\e692";
}

.xgl-file_x_t_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_xbd::before {
  content: "\e690";
}

.xgl-file_xbd_two_tone::before {
  content: "\e690";
}

.xgl-file_xbd_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_xct::before {
  content: "\e694";
}

.xgl-file_xct_two_tone::before {
  content: "\e694";
}

.xgl-file_xct_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_xdw::before {
  content: "\e5f1";
}

.xgl-file_xdw_two_tone::before {
  content: "\e5f1";
}

.xgl-file_xdw_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_xla::before {
  content: "\e646";
}

.xgl-file_xla_two_tone::before {
  content: "\e646";
}

.xgl-file_xla_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_xlc::before {
  content: "\e647";
}

.xgl-file_xlc_two_tone::before {
  content: "\e647";
}

.xgl-file_xlc_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_xlm::before {
  content: "\e648";
}

.xgl-file_xlm_two_tone::before {
  content: "\e648";
}

.xgl-file_xlm_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_xls::before {
  content: "\e5d4";
}

.xgl-file_xls_lock::before {
  content: "\ec51";
}

.xgl-file_xls_lock_two_tone::before {
  content: "\ec51";
}

.xgl-file_xls_lock_two_tone::after {
  content: "\eb9e";
  opacity: 0.2;
}

.xgl-file_xls_two_tone::before {
  content: "\e5d4";
}

.xgl-file_xls_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_xlsx::before {
  content: "\e5f7";
}

.xgl-file_xlsx_lock::before {
  content: "\ec53";
}

.xgl-file_xlsx_lock_two_tone::before {
  content: "\ec53";
}

.xgl-file_xlsx_lock_two_tone::after {
  content: "\eb9e";
  opacity: 0.2;
}

.xgl-file_xlsx_two_tone::before {
  content: "\e5f7";
}

.xgl-file_xlsx_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_xlt::before {
  content: "\e649";
}

.xgl-file_xlt_two_tone::before {
  content: "\e649";
}

.xgl-file_xlt_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_xlw::before {
  content: "\e64a";
}

.xgl-file_xlw_two_tone::before {
  content: "\e64a";
}

.xgl-file_xlw_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_xml::before {
  content: "\e5db";
}

.xgl-file_xml_two_tone::before {
  content: "\e5db";
}

.xgl-file_xml_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_xps::before {
  content: "\e5d7";
}

.xgl-file_xps_lock::before {
  content: "\ec55";
}

.xgl-file_xps_lock_two_tone::before {
  content: "\ec55";
}

.xgl-file_xps_lock_two_tone::after {
  content: "\eb9e";
  opacity: 0.2;
}

.xgl-file_xps_two_tone::before {
  content: "\e5d7";
}

.xgl-file_xps_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_xql::before {
  content: "\e5de";
}

.xgl-file_xql_two_tone::before {
  content: "\e5de";
}

.xgl-file_xql_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_xwd::before {
  content: "\e607";
}

.xgl-file_xwd_two_tone::before {
  content: "\e607";
}

.xgl-file_xwd_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_zip::before {
  content: "\e5e7";
}

.xgl-file_zip_two_tone::before {
  content: "\e5e7";
}

.xgl-file_zip_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-files::before {
  content: "\e202";
}

.xgl-files_alt::before {
  content: "\e203";
}

.xgl-files_subtract::before {
  content: "\ea70";
}

.xgl-files_subtract_alt::before {
  content: "\ea71";
}

.xgl-files_subtract_two_tone::before {
  content: "\ea70";
}

.xgl-files_subtract_two_tone::after {
  content: "\ea71";
  opacity: 0.2;
}

.xgl-files_two_tone::before {
  content: "\e202";
}

.xgl-files_two_tone::after {
  content: "\e203";
  opacity: 0.2;
}

.xgl-film::before {
  content: "\e204";
}

.xgl-film_alt::before {
  content: "\e205";
}

.xgl-film_lef::before {
  content: "\e206";
}

.xgl-film_lef_alt::before {
  content: "\e6fd";
}

.xgl-film_lef_two_tone::before {
  content: "\e206";
}

.xgl-film_lef_two_tone::after {
  content: "\e6fd";
  opacity: 0.2;
}

.xgl-film_sef::before {
  content: "\e207";
}

.xgl-film_sef_alt::before {
  content: "\e6fe";
}

.xgl-film_sef_two_tone::before {
  content: "\e207";
}

.xgl-film_sef_two_tone::after {
  content: "\e6fe";
  opacity: 0.2;
}

.xgl-film_two_tone::before {
  content: "\e204";
}

.xgl-film_two_tone::after {
  content: "\e205";
  opacity: 0.2;
}

.xgl-filter::before {
  content: "\e650";
}

.xgl-filter_alt::before {
  content: "\e64e";
}

.xgl-filter_alt_two_tone::before {
  content: "\e64e";
}

.xgl-filter_alt_two_tone::after {
  content: "\e0df";
  opacity: 0.2;
}

.xgl-filter_two_tone::before {
  content: "\e650";
}

.xgl-filter_two_tone::after {
  content: "\e0df";
  opacity: 0.2;
}

.xgl-fingerprint::before {
  content: "\e208";
}

.xgl-finishing::before {
  content: "\e209";
}

.xgl-finishing_advanced::before {
  content: "\eaf8";
}

.xgl-finishing_advanced_alt::before {
  content: "\eaf9";
}

.xgl-finishing_advanced_two_tone::before {
  content: "\eaf8";
}

.xgl-finishing_advanced_two_tone::after {
  content: "\eaf9";
  opacity: 0.2;
}

.xgl-finishing_alt::before {
  content: "\e20a";
}

.xgl-finishing_off::before {
  content: "\eaf6";
}

.xgl-finishing_off_alt::before {
  content: "\eaf7";
}

.xgl-finishing_off_two_tone::before {
  content: "\eaf6";
}

.xgl-finishing_off_two_tone::after {
  content: "\eaf7";
  opacity: 0.2;
}

.xgl-finishing_two_tone::before {
  content: "\e209";
}

.xgl-finishing_two_tone::after {
  content: "\e20a";
  opacity: 0.2;
}

.xgl-fire::before {
  content: "\e20b";
}

.xgl-fire_alt::before {
  content: "\e20c";
}

.xgl-fire_two_tone::before {
  content: "\e20b";
}

.xgl-fire_two_tone::after {
  content: "\e20c";
  opacity: 0.2;
}

.xgl-firefox::before {
  content: "\e20d";
}

.xgl-firefox_two_tone::before {
  content: "\e20d";
}

.xgl-firefox_two_tone::after {
  content: "\e0df";
  opacity: 0.2;
}

.xgl-first::before {
  content: "\e20e";
}

.xgl-fish::before {
  content: "\e998";
}

.xgl-fish_alt::before {
  content: "\e999";
}

.xgl-fish_two_tone::before {
  content: "\e998";
}

.xgl-fish_two_tone::after {
  content: "\e999";
  opacity: 0.2;
}

.xgl-flag::before {
  content: "\e20f";
}

.xgl-flag_alt::before {
  content: "\e210";
}

.xgl-flag_checkered::before {
  content: "\e951";
}

.xgl-flag_two_tone::before {
  content: "\e20f";
}

.xgl-flag_two_tone::after {
  content: "\e210";
  opacity: 0.2;
}

.xgl-flask::before {
  content: "\e211";
}

.xgl-flask_alt::before {
  content: "\e212";
}

.xgl-flask_two_tone::before {
  content: "\e211";
}

.xgl-flask_two_tone::after {
  content: "\e212";
  opacity: 0.2;
}

.xgl-flex::before {
  content: "\e937";
}

.xgl-flex_alt::before {
  content: "\e938";
}

.xgl-flex_two_tone::before {
  content: "\e937";
}

.xgl-flex_two_tone::after {
  content: "\e938";
  opacity: 0.2;
}

.xgl-flick::before {
  content: "\e91b";
}

.xgl-flick_alt::before {
  content: "\e91c";
}

.xgl-flick_two_tone::before {
  content: "\e91b";
}

.xgl-flick_two_tone::after {
  content: "\e91c";
  opacity: 0.2;
}

.xgl-floorplan::before {
  content: "\e8c1";
}

.xgl-floorplan_alt::before {
  content: "\e8c2";
}

.xgl-floorplan_two_tone::before {
  content: "\e8c1";
}

.xgl-floorplan_two_tone::after {
  content: "\e8c2";
  opacity: 0.2;
}

.xgl-fold::before {
  content: "\e213";
}

.xgl-fold_advanced::before {
  content: "\eafa";
}

.xgl-fold_advanced_alt::before {
  content: "\eafb";
}

.xgl-fold_advanced_two_tone::before {
  content: "\eafa";
}

.xgl-fold_advanced_two_tone::after {
  content: "\eafb";
  opacity: 0.2;
}

.xgl-fold_alt::before {
  content: "\e214";
}

.xgl-fold_bifold_individual::before {
  content: "\eafc";
}

.xgl-fold_bifold_individual_alt::before {
  content: "\eafd";
}

.xgl-fold_bifold_individual_two_tone::before {
  content: "\eafc";
}

.xgl-fold_bifold_individual_two_tone::after {
  content: "\eafd";
  opacity: 0.2;
}

.xgl-fold_bifold_mult_inside::before {
  content: "\eb00";
}

.xgl-fold_bifold_mult_inside_alt::before {
  content: "\eb01";
}

.xgl-fold_bifold_mult_inside_two_tone::before {
  content: "\eb00";
}

.xgl-fold_bifold_mult_inside_two_tone::after {
  content: "\eb01";
  opacity: 0.2;
}

.xgl-fold_bifold_mult_outside::before {
  content: "\eafe";
}

.xgl-fold_bifold_mult_outside_alt::before {
  content: "\eaff";
}

.xgl-fold_bifold_mult_outside_two_tone::before {
  content: "\eafe";
}

.xgl-fold_bifold_mult_outside_two_tone::after {
  content: "\eaff";
  opacity: 0.2;
}

.xgl-fold_bifold_set::before {
  content: "\eb02";
}

.xgl-fold_bifold_set_alt::before {
  content: "\eb03";
}

.xgl-fold_bifold_set_two_tone::before {
  content: "\eb02";
}

.xgl-fold_bifold_set_two_tone::after {
  content: "\eb03";
  opacity: 0.2;
}

.xgl-fold_cfold::before {
  content: "\eb04";
}

.xgl-fold_cfold_alt::before {
  content: "\eb05";
}

.xgl-fold_cfold_inside::before {
  content: "\eb06";
}

.xgl-fold_cfold_inside_alt::before {
  content: "\eb07";
}

.xgl-fold_cfold_inside_two_tone::before {
  content: "\eb06";
}

.xgl-fold_cfold_inside_two_tone::after {
  content: "\eb07";
  opacity: 0.2;
}

.xgl-fold_cfold_outside::before {
  content: "\eb08";
}

.xgl-fold_cfold_outside_alt::before {
  content: "\eb09";
}

.xgl-fold_cfold_outside_two_tone::before {
  content: "\eb08";
}

.xgl-fold_cfold_outside_two_tone::after {
  content: "\eb09";
  opacity: 0.2;
}

.xgl-fold_cfold_two_tone::before {
  content: "\eb04";
}

.xgl-fold_cfold_two_tone::after {
  content: "\eb05";
  opacity: 0.2;
}

.xgl-fold_image_inside::before {
  content: "\eb0a";
}

.xgl-fold_image_inside_alt::before {
  content: "\eb0b";
}

.xgl-fold_image_inside_two_tone::before {
  content: "\eb0a";
}

.xgl-fold_image_inside_two_tone::after {
  content: "\eb0b";
  opacity: 0.2;
}

.xgl-fold_image_outside::before {
  content: "\eb0c";
}

.xgl-fold_image_outside_alt::before {
  content: "\eb0d";
}

.xgl-fold_image_outside_two_tone::before {
  content: "\eb0c";
}

.xgl-fold_image_outside_two_tone::after {
  content: "\eb0d";
  opacity: 0.2;
}

.xgl-fold_off::before {
  content: "\eb0e";
}

.xgl-fold_off_alt::before {
  content: "\eb0f";
}

.xgl-fold_off_two_tone::before {
  content: "\eb0e";
}

.xgl-fold_off_two_tone::after {
  content: "\eb0f";
  opacity: 0.2;
}

.xgl-fold_order_booklet::before {
  content: "\eb10";
}

.xgl-fold_order_booklet_alt::before {
  content: "\eb11";
}

.xgl-fold_order_booklet_two_tone::before {
  content: "\eb10";
}

.xgl-fold_order_booklet_two_tone::after {
  content: "\eb11";
  opacity: 0.2;
}

.xgl-fold_two_tone::before {
  content: "\e213";
}

.xgl-fold_two_tone::after {
  content: "\e214";
  opacity: 0.2;
}

.xgl-fold_zfold::before {
  content: "\eb12";
}

.xgl-fold_zfold_alt::before {
  content: "\eb13";
}

.xgl-fold_zfold_half::before {
  content: "\eb18";
}

.xgl-fold_zfold_half_alt::before {
  content: "\eb19";
}

.xgl-fold_zfold_half_two_tone::before {
  content: "\eb18";
}

.xgl-fold_zfold_half_two_tone::after {
  content: "\eb19";
  opacity: 0.2;
}

.xgl-fold_zfold_inside::before {
  content: "\eb14";
}

.xgl-fold_zfold_inside_alt::before {
  content: "\eb15";
}

.xgl-fold_zfold_inside_two_tone::before {
  content: "\eb14";
}

.xgl-fold_zfold_inside_two_tone::after {
  content: "\eb15";
  opacity: 0.2;
}

.xgl-fold_zfold_outside::before {
  content: "\eb16";
}

.xgl-fold_zfold_outside_alt::before {
  content: "\eb17";
}

.xgl-fold_zfold_outside_two_tone::before {
  content: "\eb16";
}

.xgl-fold_zfold_outside_two_tone::after {
  content: "\eb17";
  opacity: 0.2;
}

.xgl-fold_zfold_two_tone::before {
  content: "\eb12";
}

.xgl-fold_zfold_two_tone::after {
  content: "\eb13";
  opacity: 0.2;
}

.xgl-folder::before {
  content: "\e215";
}

.xgl-folder_add::before {
  content: "\e216";
}

.xgl-folder_add_alt::before {
  content: "\e217";
}

.xgl-folder_add_two_tone::before {
  content: "\e216";
}

.xgl-folder_add_two_tone::after {
  content: "\e217";
  opacity: 0.2;
}

.xgl-folder_alt::before {
  content: "\e218";
}

.xgl-folder_camera::before {
  content: "\e219";
}

.xgl-folder_camera_alt::before {
  content: "\e21a";
}

.xgl-folder_camera_two_tone::before {
  content: "\e219";
}

.xgl-folder_camera_two_tone::after {
  content: "\e21a";
  opacity: 0.2;
}

.xgl-folder_compress::before {
  content: "\e21b";
}

.xgl-folder_compress_alt::before {
  content: "\e21c";
}

.xgl-folder_compress_two_tone::before {
  content: "\e21b";
}

.xgl-folder_compress_two_tone::after {
  content: "\e21c";
  opacity: 0.2;
}

.xgl-folder_default::before {
  content: "\eb1c";
}

.xgl-folder_default_alt::before {
  content: "\eb1d";
}

.xgl-folder_default_two_tone::before {
  content: "\eb1c";
}

.xgl-folder_default_two_tone::after {
  content: "\eb1d";
  opacity: 0.2;
}

.xgl-folder_download::before {
  content: "\e21d";
}

.xgl-folder_download_alt::before {
  content: "\e21e";
}

.xgl-folder_download_two_tone::before {
  content: "\e21d";
}

.xgl-folder_download_two_tone::after {
  content: "\e21e";
  opacity: 0.2;
}

.xgl-folder_dropbox::before {
  content: "\e21f";
}

.xgl-folder_dropbox_alt::before {
  content: "\e220";
}

.xgl-folder_dropbox_two_tone::before {
  content: "\e21f";
}

.xgl-folder_dropbox_two_tone::after {
  content: "\e220";
  opacity: 0.2;
}

.xgl-folder_favorite::before {
  content: "\e221";
}

.xgl-folder_favorite_alt::before {
  content: "\e222";
}

.xgl-folder_favorite_two_tone::before {
  content: "\e221";
}

.xgl-folder_favorite_two_tone::after {
  content: "\e222";
  opacity: 0.2;
}

.xgl-folder_file::before {
  content: "\e7ff";
}

.xgl-folder_flex::before {
  content: "\e935";
}

.xgl-folder_flex_alt::before {
  content: "\e936";
}

.xgl-folder_flex_two_tone::before {
  content: "\e935";
}

.xgl-folder_flex_two_tone::after {
  content: "\e936";
  opacity: 0.2;
}

.xgl-folder_google_drive::before {
  content: "\e223";
}

.xgl-folder_google_drive_alt::before {
  content: "\e224";
}

.xgl-folder_google_drive_two_tone::before {
  content: "\e223";
}

.xgl-folder_google_drive_two_tone::after {
  content: "\e224";
  opacity: 0.2;
}

.xgl-folder_history::before {
  content: "\ec38";
}

.xgl-folder_history_alt::before {
  content: "\ec39";
}

.xgl-folder_history_two_tone::before {
  content: "\ec38";
}

.xgl-folder_history_two_tone::after {
  content: "\ec39";
  opacity: 0.2;
}

.xgl-folder_hot::before {
  content: "\e225";
}

.xgl-folder_hot_alt::before {
  content: "\e226";
}

.xgl-folder_hot_two_tone::before {
  content: "\e225";
}

.xgl-folder_hot_two_tone::after {
  content: "\e226";
  opacity: 0.2;
}

.xgl-folder_jobflow::before {
  content: "\e84a";
}

.xgl-folder_jobflow_alt::before {
  content: "\e84b";
}

.xgl-folder_jobflow_autostart::before {
  content: "\e84c";
}

.xgl-folder_jobflow_autostart_alt::before {
  content: "\e84d";
}

.xgl-folder_jobflow_autostart_two_tone::before {
  content: "\e84c";
}

.xgl-folder_jobflow_autostart_two_tone::after {
  content: "\e84d";
  opacity: 0.2;
}

.xgl-folder_jobflow_two_tone::before {
  content: "\e84a";
}

.xgl-folder_jobflow_two_tone::after {
  content: "\e84b";
  opacity: 0.2;
}

.xgl-folder_jpg::before {
  content: "\eb98";
}

.xgl-folder_jpg_lock::before {
  content: "\ec46";
}

.xgl-folder_jpg_lock_two_tone::before {
  content: "\ec46";
}

.xgl-folder_jpg_lock_two_tone::after {
  content: "\eba8";
  opacity: 0.2;
}

.xgl-folder_jpg_two_tone::before {
  content: "\eb98";
}

.xgl-folder_jpg_two_tone::after {
  content: "\ec6a";
  opacity: 0.2;
}

.xgl-folder_lock_bkgd::before {
  content: "\eba8";
}

.xgl-folder_locked::before {
  content: "\e227";
}

.xgl-folder_locked_alt::before {
  content: "\e228";
}

.xgl-folder_locked_two_tone::before {
  content: "\e227";
}

.xgl-folder_locked_two_tone::after {
  content: "\e228";
  opacity: 0.2;
}

.xgl-folder_ms_office::before {
  content: "\e229";
}

.xgl-folder_ms_office_alt::before {
  content: "\e22a";
}

.xgl-folder_ms_office_two_tone::before {
  content: "\e229";
}

.xgl-folder_ms_office_two_tone::after {
  content: "\e22a";
  opacity: 0.2;
}

.xgl-folder_open::before {
  content: "\e7fd";
}

.xgl-folder_open_alt::before {
  content: "\e7fe";
}

.xgl-folder_open_two_tone::before {
  content: "\e7fd";
}

.xgl-folder_open_two_tone::after {
  content: "\e7fe";
  opacity: 0.2;
}

.xgl-folder_pdf::before {
  content: "\eb9b";
}

.xgl-folder_pdf_lock::before {
  content: "\ec48";
}

.xgl-folder_pdf_lock_two_tone::before {
  content: "\ec48";
}

.xgl-folder_pdf_lock_two_tone::after {
  content: "\eba8";
  opacity: 0.2;
}

.xgl-folder_pdf_two_tone::before {
  content: "\eb9b";
}

.xgl-folder_pdf_two_tone::after {
  content: "\ec6a";
  opacity: 0.2;
}

.xgl-folder_pdfa::before {
  content: "\eb9f";
}

.xgl-folder_pdfa_lock::before {
  content: "\ec4a";
}

.xgl-folder_pdfa_lock_two_tone::before {
  content: "\ec4a";
}

.xgl-folder_pdfa_lock_two_tone::after {
  content: "\eba8";
  opacity: 0.2;
}

.xgl-folder_pdfa_two_tone::before {
  content: "\eb9f";
}

.xgl-folder_pdfa_two_tone::after {
  content: "\ec6a";
  opacity: 0.2;
}

.xgl-folder_personal::before {
  content: "\e22b";
}

.xgl-folder_personal_alt::before {
  content: "\e22c";
}

.xgl-folder_personal_two_tone::before {
  content: "\e22b";
}

.xgl-folder_personal_two_tone::after {
  content: "\e22c";
  opacity: 0.2;
}

.xgl-folder_polling::before {
  content: "\eb1e";
}

.xgl-folder_polling_alt::before {
  content: "\eb1f";
}

.xgl-folder_polling_two_tone::before {
  content: "\eb1e";
}

.xgl-folder_polling_two_tone::after {
  content: "\eb1f";
  opacity: 0.2;
}

.xgl-folder_public::before {
  content: "\e22d";
}

.xgl-folder_public_alt::before {
  content: "\e22e";
}

.xgl-folder_public_two_tone::before {
  content: "\e22d";
}

.xgl-folder_public_two_tone::after {
  content: "\e22e";
  opacity: 0.2;
}

.xgl-folder_read_only::before {
  content: "\e22f";
}

.xgl-folder_read_only_alt::before {
  content: "\e230";
}

.xgl-folder_read_only_two_tone::before {
  content: "\e22f";
}

.xgl-folder_read_only_two_tone::after {
  content: "\e230";
  opacity: 0.2;
}

.xgl-folder_search::before {
  content: "\eb1a";
}

.xgl-folder_search_alt::before {
  content: "\eb1b";
}

.xgl-folder_search_two_tone::before {
  content: "\eb1a";
}

.xgl-folder_search_two_tone::after {
  content: "\eb1b";
  opacity: 0.2;
}

.xgl-folder_settings::before {
  content: "\ec3a";
}

.xgl-folder_settings_alt::before {
  content: "\ec3b";
}

.xgl-folder_settings_two_tone::before {
  content: "\ec3a";
}

.xgl-folder_settings_two_tone::after {
  content: "\ec3b";
  opacity: 0.2;
}

.xgl-folder_subtract::before {
  content: "\e231";
}

.xgl-folder_subtract_alt::before {
  content: "\e232";
}

.xgl-folder_subtract_two_tone::before {
  content: "\e231";
}

.xgl-folder_subtract_two_tone::after {
  content: "\e232";
  opacity: 0.2;
}

.xgl-folder_tif::before {
  content: "\eba4";
}

.xgl-folder_tif_lock::before {
  content: "\ec4d";
}

.xgl-folder_tif_lock_two_tone::before {
  content: "\ec4d";
}

.xgl-folder_tif_lock_two_tone::after {
  content: "\eba8";
  opacity: 0.2;
}

.xgl-folder_tif_two_tone::before {
  content: "\eba4";
}

.xgl-folder_tif_two_tone::after {
  content: "\ec6a";
  opacity: 0.2;
}

.xgl-folder_tiff::before {
  content: "\eba5";
}

.xgl-folder_tiff_lock::before {
  content: "\ec4f";
}

.xgl-folder_tiff_lock_two_tone::before {
  content: "\ec4f";
}

.xgl-folder_tiff_lock_two_tone::after {
  content: "\eba8";
  opacity: 0.2;
}

.xgl-folder_tiff_two_tone::before {
  content: "\eba5";
}

.xgl-folder_tiff_two_tone::after {
  content: "\ec6a";
  opacity: 0.2;
}

.xgl-folder_two_tone::before {
  content: "\e215";
}

.xgl-folder_two_tone::after {
  content: "\e218";
  opacity: 0.2;
}

.xgl-folder_type_bkgd::before {
  content: "\ec6a";
}

.xgl-folder_unknown::before {
  content: "\e84e";
}

.xgl-folder_unknown_alt::before {
  content: "\e84f";
}

.xgl-folder_unknown_two_tone::before {
  content: "\e84e";
}

.xgl-folder_unknown_two_tone::after {
  content: "\e84f";
  opacity: 0.2;
}

.xgl-folder_unlock::before {
  content: "\e233";
}

.xgl-folder_unlock_alt::before {
  content: "\e234";
}

.xgl-folder_unlock_two_tone::before {
  content: "\e233";
}

.xgl-folder_unlock_two_tone::after {
  content: "\e234";
  opacity: 0.2;
}

.xgl-folder_upload::before {
  content: "\e235";
}

.xgl-folder_upload_alt::before {
  content: "\e236";
}

.xgl-folder_upload_two_tone::before {
  content: "\e235";
}

.xgl-folder_upload_two_tone::after {
  content: "\e236";
  opacity: 0.2;
}

.xgl-folder_usb::before {
  content: "\e237";
}

.xgl-folder_usb_alt::before {
  content: "\e238";
}

.xgl-folder_usb_two_tone::before {
  content: "\e237";
}

.xgl-folder_usb_two_tone::after {
  content: "\e238";
  opacity: 0.2;
}

.xgl-folder_xlsx::before {
  content: "\eba6";
}

.xgl-folder_xlsx_lock::before {
  content: "\ec52";
}

.xgl-folder_xlsx_lock_two_tone::before {
  content: "\ec52";
}

.xgl-folder_xlsx_lock_two_tone::after {
  content: "\eba8";
  opacity: 0.2;
}

.xgl-folder_xlsx_two_tone::before {
  content: "\eba6";
}

.xgl-folder_xlsx_two_tone::after {
  content: "\ec6a";
  opacity: 0.2;
}

.xgl-folder_xps::before {
  content: "\eba7";
}

.xgl-folder_xps_lock::before {
  content: "\ec54";
}

.xgl-folder_xps_lock_two_tone::before {
  content: "\ec54";
}

.xgl-folder_xps_lock_two_tone::after {
  content: "\eba8";
  opacity: 0.2;
}

.xgl-folder_xps_two_tone::before {
  content: "\eba7";
}

.xgl-folder_xps_two_tone::after {
  content: "\ec6a";
  opacity: 0.2;
}

.xgl-folding::before {
  content: "\e239";
}

.xgl-folding_alt::before {
  content: "\e23a";
}

.xgl-folding_two_tone::before {
  content: "\e239";
}

.xgl-folding_two_tone::after {
  content: "\e23a";
  opacity: 0.2;
}

.xgl-font_color::before {
  content: "\e23b";
}

.xgl-font_size::before {
  content: "\e23c";
}

.xgl-font_size_square::before {
  content: "\e99a";
}

.xgl-font_size_square_alt::before {
  content: "\e99b";
}

.xgl-font_size_square_two_tone::before {
  content: "\e99a";
}

.xgl-font_size_square_two_tone::after {
  content: "\e99b";
  opacity: 0.2;
}

.xgl-fonts::before {
  content: "\e23d";
}

.xgl-fonts_alt::before {
  content: "\e23e";
}

.xgl-fonts_two_tone::before {
  content: "\e23d";
}

.xgl-fonts_two_tone::after {
  content: "\e23e";
  opacity: 0.2;
}

.xgl-food::before {
  content: "\e23f";
}

.xgl-forced_speed::before {
  content: "\eb20";
}

.xgl-forced_speed_alt::before {
  content: "\eb21";
}

.xgl-forced_speed_two_tone::before {
  content: "\eb20";
}

.xgl-forced_speed_two_tone::after {
  content: "\eb21";
  opacity: 0.2;
}

.xgl-forgot_password::before {
  content: "\eca4";
}

.xgl-forgot_password_alt::before {
  content: "\eca5";
}

.xgl-forgot_password_two_tone::before {
  content: "\eca4";
}

.xgl-forgot_password_two_tone::after {
  content: "\eca5";
  opacity: 0.2;
}

.xgl-four_free_staple::before {
  content: "\eb3a";
}

.xgl-four_free_staple_alt::before {
  content: "\eb3b";
}

.xgl-four_free_staple_two_tone::before {
  content: "\eb3a";
}

.xgl-four_free_staple_two_tone::after {
  content: "\eb3b";
  opacity: 0.2;
}

.xgl-four_hole_left_l::before {
  content: "\e9d9";
}

.xgl-four_hole_left_l_alt::before {
  content: "\e9da";
}

.xgl-four_hole_left_l_two_tone::before {
  content: "\e9d9";
}

.xgl-four_hole_left_l_two_tone::after {
  content: "\e9da";
  opacity: 0.2;
}

.xgl-four_hole_left_p::before {
  content: "\e9db";
}

.xgl-four_hole_left_p_alt::before {
  content: "\e9dc";
}

.xgl-four_hole_left_p_two_tone::before {
  content: "\e9db";
}

.xgl-four_hole_left_p_two_tone::after {
  content: "\e9dc";
  opacity: 0.2;
}

.xgl-four_holes_bottom_l::before {
  content: "\e8f7";
}

.xgl-four_holes_bottom_l_alt::before {
  content: "\e8f8";
}

.xgl-four_holes_bottom_l_two_tone::before {
  content: "\e8f7";
}

.xgl-four_holes_bottom_l_two_tone::after {
  content: "\e8f8";
  opacity: 0.2;
}

.xgl-four_holes_bottom_p::before {
  content: "\e8f9";
}

.xgl-four_holes_bottom_p_alt::before {
  content: "\e8fa";
}

.xgl-four_holes_bottom_p_two_tone::before {
  content: "\e8f9";
}

.xgl-four_holes_bottom_p_two_tone::after {
  content: "\e8fa";
  opacity: 0.2;
}

.xgl-four_holes_left_l::before {
  content: "\e240";
}

.xgl-four_holes_left_l_alt::before {
  content: "\e6ff";
}

.xgl-four_holes_left_l_two_tone::before {
  content: "\e240";
}

.xgl-four_holes_left_l_two_tone::after {
  content: "\e6ff";
  opacity: 0.2;
}

.xgl-four_holes_left_p::before {
  content: "\e241";
}

.xgl-four_holes_left_p_alt::before {
  content: "\e700";
}

.xgl-four_holes_left_p_two_tone::before {
  content: "\e241";
}

.xgl-four_holes_left_p_two_tone::after {
  content: "\e700";
  opacity: 0.2;
}

.xgl-four_holes_right_l::before {
  content: "\e242";
}

.xgl-four_holes_right_l_alt::before {
  content: "\e701";
}

.xgl-four_holes_right_l_two_tone::before {
  content: "\e242";
}

.xgl-four_holes_right_l_two_tone::after {
  content: "\e701";
  opacity: 0.2;
}

.xgl-four_holes_right_p::before {
  content: "\e243";
}

.xgl-four_holes_right_p_alt::before {
  content: "\e702";
}

.xgl-four_holes_right_p_two_tone::before {
  content: "\e243";
}

.xgl-four_holes_right_p_two_tone::after {
  content: "\e702";
  opacity: 0.2;
}

.xgl-four_holes_top_l::before {
  content: "\e244";
}

.xgl-four_holes_top_l_alt::before {
  content: "\e703";
}

.xgl-four_holes_top_l_two_tone::before {
  content: "\e244";
}

.xgl-four_holes_top_l_two_tone::after {
  content: "\e703";
  opacity: 0.2;
}

.xgl-four_holes_top_p::before {
  content: "\e245";
}

.xgl-four_holes_top_p_alt::before {
  content: "\e704";
}

.xgl-four_holes_top_p_two_tone::before {
  content: "\e245";
}

.xgl-four_holes_top_p_two_tone::after {
  content: "\e704";
  opacity: 0.2;
}

.xgl-four_s_hole_left_l::before {
  content: "\e9dd";
}

.xgl-four_s_hole_left_l_alt::before {
  content: "\e9de";
}

.xgl-four_s_hole_left_l_two_tone::before {
  content: "\e9dd";
}

.xgl-four_s_hole_left_l_two_tone::after {
  content: "\e9de";
  opacity: 0.2;
}

.xgl-four_s_hole_left_p::before {
  content: "\e9df";
}

.xgl-four_s_hole_left_p_alt::before {
  content: "\e9e0";
}

.xgl-four_s_hole_left_p_two_tone::before {
  content: "\e9df";
}

.xgl-four_s_hole_left_p_two_tone::after {
  content: "\e9e0";
  opacity: 0.2;
}

.xgl-four_staple::before {
  content: "\eb38";
}

.xgl-four_staple_alt::before {
  content: "\eb39";
}

.xgl-four_staple_two_tone::before {
  content: "\eb38";
}

.xgl-four_staple_two_tone::after {
  content: "\eb39";
  opacity: 0.2;
}

.xgl-full_cut_tabs_lef::before {
  content: "\e246";
}

.xgl-full_cut_tabs_lef_alt::before {
  content: "\e705";
}

.xgl-full_cut_tabs_lef_two_tone::before {
  content: "\e246";
}

.xgl-full_cut_tabs_lef_two_tone::after {
  content: "\e705";
  opacity: 0.2;
}

.xgl-full_cut_tabs_sef::before {
  content: "\e247";
}

.xgl-full_cut_tabs_sef_alt::before {
  content: "\e706";
}

.xgl-full_cut_tabs_sef_two_tone::before {
  content: "\e247";
}

.xgl-full_cut_tabs_sef_two_tone::after {
  content: "\e706";
  opacity: 0.2;
}

.xgl-fullscreen::before {
  content: "\e677";
}

.xgl-fullscreen_exit::before {
  content: "\e678";
}

.xgl-function::before {
  content: "\e5c6";
}

.xgl-funnel::before {
  content: "\e248";
}

.xgl-funnel_alt::before {
  content: "\e249";
}

.xgl-funnel_two_tone::before {
  content: "\e248";
}

.xgl-funnel_two_tone::after {
  content: "\e249";
  opacity: 0.2;
}

.xgl-fuser_web::before {
  content: "\e66d";
}

.xgl-fuser_web_gloss::before {
  content: "\e66e";
}

.xgl-fx_logo::before {
  content: "\e24a";
}

.xgl-fx_logo_small::before {
  content: "\e24b";
}

.xgl-g3::before {
  content: "\ec11";
}

.xgl-g3_alt::before {
  content: "\ec12";
}

.xgl-g3_auto::before {
  content: "\ebdd";
}

.xgl-g3_auto_alt::before {
  content: "\ebde";
}

.xgl-g3_auto_two_tone::before {
  content: "\ebdd";
}

.xgl-g3_auto_two_tone::after {
  content: "\ebde";
  opacity: 0.2;
}

.xgl-g3_two_tone::before {
  content: "\ec11";
}

.xgl-g3_two_tone::after {
  content: "\ec12";
  opacity: 0.2;
}

.xgl-gavel::before {
  content: "\e629";
}

.xgl-gavel_alt::before {
  content: "\e62a";
}

.xgl-gavel_two_tone::before {
  content: "\e629";
}

.xgl-gavel_two_tone::after {
  content: "\e62a";
  opacity: 0.2;
}

.xgl-gear::before {
  content: "\e24c";
}

.xgl-gear_alt::before {
  content: "\e24d";
}

.xgl-gear_disabled::before {
  content: "\ec71";
}

.xgl-gear_disabled_alt::before {
  content: "\ec72";
}

.xgl-gear_disabled_two_tone::before {
  content: "\ec71";
}

.xgl-gear_disabled_two_tone::after {
  content: "\ec72";
  opacity: 0.2;
}

.xgl-gear_square::before {
  content: "\e24e";
}

.xgl-gear_square_alt::before {
  content: "\e24f";
}

.xgl-gear_square_two_tone::before {
  content: "\e24e";
}

.xgl-gear_square_two_tone::after {
  content: "\e24f";
  opacity: 0.2;
}

.xgl-gear_two_tone::before {
  content: "\e24c";
}

.xgl-gear_two_tone::after {
  content: "\e24d";
  opacity: 0.2;
}

.xgl-gears::before {
  content: "\e250";
}

.xgl-ghost_print::before {
  content: "\eba9";
}

.xgl-ghost_print_alt::before {
  content: "\ebaa";
}

.xgl-ghost_print_two_tone::before {
  content: "\eba9";
}

.xgl-ghost_print_two_tone::after {
  content: "\ebaa";
  opacity: 0.2;
}

.xgl-gift::before {
  content: "\e636";
}

.xgl-gift_alt::before {
  content: "\e637";
}

.xgl-gift_two_tone::before {
  content: "\e636";
}

.xgl-gift_two_tone::after {
  content: "\e637";
  opacity: 0.2;
}

.xgl-globe::before {
  content: "\e251";
}

.xgl-globe_alt::before {
  content: "\e252";
}

.xgl-globe_earth::before {
  content: "\e6ab";
}

.xgl-globe_earth_alt::before {
  content: "\e6ac";
}

.xgl-globe_earth_two_tone::before {
  content: "\e6ab";
}

.xgl-globe_earth_two_tone::after {
  content: "\e6ac";
  opacity: 0.2;
}

.xgl-globe_two_tone::before {
  content: "\e251";
}

.xgl-globe_two_tone::after {
  content: "\e252";
  opacity: 0.2;
}

.xgl-gloss::before {
  content: "\e83d";
}

.xgl-gloss_alt::before {
  content: "\e83e";
}

.xgl-gloss_lef::before {
  content: "\e253";
}

.xgl-gloss_lef_alt::before {
  content: "\e707";
}

.xgl-gloss_lef_two_tone::before {
  content: "\e253";
}

.xgl-gloss_lef_two_tone::after {
  content: "\e707";
  opacity: 0.2;
}

.xgl-gloss_reloaded_lef::before {
  content: "\e254";
}

.xgl-gloss_reloaded_lef_alt::before {
  content: "\e708";
}

.xgl-gloss_reloaded_lef_two_tone::before {
  content: "\e254";
}

.xgl-gloss_reloaded_lef_two_tone::after {
  content: "\e708";
  opacity: 0.2;
}

.xgl-gloss_reloaded_sef::before {
  content: "\e255";
}

.xgl-gloss_reloaded_sef_alt::before {
  content: "\e709";
}

.xgl-gloss_reloaded_sef_two_tone::before {
  content: "\e255";
}

.xgl-gloss_reloaded_sef_two_tone::after {
  content: "\e709";
  opacity: 0.2;
}

.xgl-gloss_sef::before {
  content: "\e256";
}

.xgl-gloss_sef_alt::before {
  content: "\e70a";
}

.xgl-gloss_sef_two_tone::before {
  content: "\e256";
}

.xgl-gloss_sef_two_tone::after {
  content: "\e70a";
  opacity: 0.2;
}

.xgl-gloss_two_tone::before {
  content: "\e83d";
}

.xgl-gloss_two_tone::after {
  content: "\e83e";
  opacity: 0.2;
}

.xgl-gmail::before {
  content: "\eb7c";
}

.xgl-gmail_alt::before {
  content: "\eb7d";
}

.xgl-gmail_two_tone::before {
  content: "\eb7c";
}

.xgl-gmail_two_tone::after {
  content: "\eb7d";
  opacity: 0.2;
}

.xgl-goal::before {
  content: "\e257";
}

.xgl-google::before {
  content: "\e258";
}

.xgl-google_drive::before {
  content: "\e259";
}

.xgl-google_drive_alt::before {
  content: "\e95a";
}

.xgl-google_drive_two_tone::before {
  content: "\e259";
}

.xgl-google_drive_two_tone::after {
  content: "\e95a";
  opacity: 0.2;
}

.xgl-google_play::before {
  content: "\e25a";
}

.xgl-google_play_alt::before {
  content: "\e25b";
}

.xgl-google_play_two_tone::before {
  content: "\e25a";
}

.xgl-google_play_two_tone::after {
  content: "\e25b";
  opacity: 0.2;
}

.xgl-grid::before {
  content: "\e25c";
}

.xgl-grid_alt::before {
  content: "\e25d";
}

.xgl-grid_two_tone::before {
  content: "\e25c";
}

.xgl-grid_two_tone::after {
  content: "\e25d";
  opacity: 0.2;
}

.xgl-group::before {
  content: "\e25e";
}

.xgl-group_add::before {
  content: "\e25f";
}

.xgl-group_add_alt::before {
  content: "\e260";
}

.xgl-group_add_two_tone::before {
  content: "\e25f";
}

.xgl-group_add_two_tone::after {
  content: "\e260";
  opacity: 0.2;
}

.xgl-group_alt::before {
  content: "\e261";
}

.xgl-group_favorite::before {
  content: "\e262";
}

.xgl-group_favorite_alt::before {
  content: "\e263";
}

.xgl-group_favorite_two_tone::before {
  content: "\e262";
}

.xgl-group_favorite_two_tone::after {
  content: "\e263";
  opacity: 0.2;
}

.xgl-group_network::before {
  content: "\e264";
}

.xgl-group_network_alt::before {
  content: "\e265";
}

.xgl-group_network_two_tone::before {
  content: "\e264";
}

.xgl-group_network_two_tone::after {
  content: "\e265";
  opacity: 0.2;
}

.xgl-group_two_tone::before {
  content: "\e25e";
}

.xgl-group_two_tone::after {
  content: "\e261";
  opacity: 0.2;
}

.xgl-halftone::before {
  content: "\e83f";
}

.xgl-halftone_alt::before {
  content: "\ec7b";
}

.xgl-halftone_two_tone::before {
  content: "\e83f";
}

.xgl-halftone_two_tone::after {
  content: "\ec7b";
  opacity: 0.2;
}

.xgl-hand::before {
  content: "\e266";
}

.xgl-hand_alt::before {
  content: "\e267";
}

.xgl-hand_pinch::before {
  content: "\e95b";
}

.xgl-hand_pinch_alt::before {
  content: "\e95c";
}

.xgl-hand_pinch_two_tone::before {
  content: "\e95b";
}

.xgl-hand_pinch_two_tone::after {
  content: "\e95c";
  opacity: 0.2;
}

.xgl-hand_square::before {
  content: "\ebab";
}

.xgl-hand_square_all::before {
  content: "\ebac";
}

.xgl-hand_square_all_alt::before {
  content: "\ebad";
}

.xgl-hand_square_all_two_tone::before {
  content: "\ebac";
}

.xgl-hand_square_all_two_tone::after {
  content: "\ebad";
  opacity: 0.2;
}

.xgl-hand_square_alt::before {
  content: "\ebae";
}

.xgl-hand_square_two_tone::before {
  content: "\ebab";
}

.xgl-hand_square_two_tone::after {
  content: "\ebae";
  opacity: 0.2;
}

.xgl-hand_two_tone::before {
  content: "\e266";
}

.xgl-hand_two_tone::after {
  content: "\e267";
  opacity: 0.2;
}

.xgl-hard_drive::before {
  content: "\e268";
}

.xgl-hard_drive_alt::before {
  content: "\e269";
}

.xgl-hard_drive_two_tone::before {
  content: "\e268";
}

.xgl-hard_drive_two_tone::after {
  content: "\e269";
  opacity: 0.2;
}

.xgl-header_disabled::before {
  content: "\ebf1";
}

.xgl-header_disabled_alt::before {
  content: "\ebf2";
}

.xgl-header_disabled_two_tone::before {
  content: "\ebf1";
}

.xgl-header_disabled_two_tone::after {
  content: "\ebf2";
  opacity: 0.2;
}

.xgl-header_one::before {
  content: "\e5b7";
}

.xgl-header_two::before {
  content: "\e5b8";
}

.xgl-headphones::before {
  content: "\e26a";
}

.xgl-headset::before {
  content: "\e26b";
}

.xgl-hearing::before {
  content: "\e61b";
}

.xgl-hearing_alt::before {
  content: "\ec7a";
}

.xgl-hearing_two_tone::before {
  content: "\e61b";
}

.xgl-hearing_two_tone::after {
  content: "\ec7a";
  opacity: 0.2;
}

.xgl-heart::before {
  content: "\e26c";
}

.xgl-heart_alt::before {
  content: "\e26d";
}

.xgl-heart_disabled::before {
  content: "\e26e";
}

.xgl-heart_disabled_alt::before {
  content: "\e26f";
}

.xgl-heart_disabled_two_tone::before {
  content: "\e26e";
}

.xgl-heart_disabled_two_tone::after {
  content: "\e26f";
  opacity: 0.2;
}

.xgl-heart_rate::before {
  content: "\e7f6";
}

.xgl-heart_rate_alt::before {
  content: "\e7f7";
}

.xgl-heart_rate_two_tone::before {
  content: "\e7f6";
}

.xgl-heart_rate_two_tone::after {
  content: "\e7f7";
  opacity: 0.2;
}

.xgl-heart_two_tone::before {
  content: "\e26c";
}

.xgl-heart_two_tone::after {
  content: "\e26d";
  opacity: 0.2;
}

.xgl-heated_surface::before {
  content: "\ea33";
}

.xgl-heated_surface_alt::before {
  content: "\ea34";
}

.xgl-heated_surface_two_tone::before {
  content: "\ea33";
}

.xgl-heated_surface_two_tone::after {
  content: "\ea34";
  opacity: 0.2;
}

.xgl-heater::before {
  content: "\e65d";
}

.xgl-heater_alt::before {
  content: "\e65e";
}

.xgl-heater_two_tone::before {
  content: "\e65d";
}

.xgl-heater_two_tone::after {
  content: "\e65e";
  opacity: 0.2;
}

.xgl-help::before {
  content: "\e280";
}

.xgl-help_alt::before {
  content: "\e281";
}

.xgl-help_rtl::before {
  content: "\e5a2";
}

.xgl-help_rtl_alt::before {
  content: "\e5a3";
}

.xgl-help_rtl_two_tone::before {
  content: "\e5a2";
}

.xgl-help_rtl_two_tone::after {
  content: "\e5a3";
  opacity: 0.2;
}

.xgl-help_stack_bkgd::before {
  content: "\e99c";
}

.xgl-help_stack_frgd::before {
  content: "\e99d";
}

.xgl-help_stack_frgd_rtl::before {
  content: "\ec7c";
}

.xgl-help_stack_mdgd::before {
  content: "\e99e";
}

.xgl-help_two_tone::before {
  content: "\e280";
}

.xgl-help_two_tone::after {
  content: "\e281";
  opacity: 0.2;
}

.xgl-helping_hands::before {
  content: "\e796";
}

.xgl-helping_hands_alt::before {
  content: "\e797";
}

.xgl-helping_hands_two_tone::before {
  content: "\e796";
}

.xgl-helping_hands_two_tone::after {
  content: "\e797";
  opacity: 0.2;
}

.xgl-highlighter::before {
  content: "\e282";
}

.xgl-highlighter_alt::before {
  content: "\e283";
}

.xgl-highlighter_color::before {
  content: "\e284";
}

.xgl-highlighter_two_tone::before {
  content: "\e282";
}

.xgl-highlighter_two_tone::after {
  content: "\e283";
  opacity: 0.2;
}

.xgl-history::before {
  content: "\e285";
}

.xgl-history_alt::before {
  content: "\ec7d";
}

.xgl-history_two_tone::before {
  content: "\e285";
}

.xgl-history_two_tone::after {
  content: "\ec7d";
  opacity: 0.2;
}

.xgl-hole_punch::before {
  content: "\e286";
}

.xgl-hole_punch_disabled::before {
  content: "\ec3f";
}

.xgl-hole_punch_disabled_alt::before {
  content: "\ec40";
}

.xgl-hole_punch_disabled_two_tone::before {
  content: "\ec3f";
}

.xgl-hole_punch_disabled_two_tone::after {
  content: "\ec40";
  opacity: 0.2;
}

.xgl-hole_punched_lef::before {
  content: "\e287";
}

.xgl-hole_punched_lef_alt::before {
  content: "\e70b";
}

.xgl-hole_punched_lef_two_tone::before {
  content: "\e287";
}

.xgl-hole_punched_lef_two_tone::after {
  content: "\e70b";
  opacity: 0.2;
}

.xgl-hole_punched_sef::before {
  content: "\e288";
}

.xgl-hole_punched_sef_alt::before {
  content: "\e70c";
}

.xgl-hole_punched_sef_two_tone::before {
  content: "\e288";
}

.xgl-hole_punched_sef_two_tone::after {
  content: "\e70c";
  opacity: 0.2;
}

.xgl-home::before {
  content: "\e289";
}

.xgl-home_alt::before {
  content: "\e28a";
}

.xgl-home_favorite::before {
  content: "\e28b";
}

.xgl-home_favorite_alt::before {
  content: "\e28c";
}

.xgl-home_favorite_two_tone::before {
  content: "\e28b";
}

.xgl-home_favorite_two_tone::after {
  content: "\e28c";
  opacity: 0.2;
}

.xgl-home_two_tone::before {
  content: "\e289";
}

.xgl-home_two_tone::after {
  content: "\e28a";
  opacity: 0.2;
}

.xgl-hospital::before {
  content: "\e28d";
}

.xgl-hospital_alt::before {
  content: "\e28e";
}

.xgl-hospital_two_tone::before {
  content: "\e28d";
}

.xgl-hospital_two_tone::after {
  content: "\e28e";
  opacity: 0.2;
}

.xgl-hotmail::before {
  content: "\eb7e";
}

.xgl-hotmail_alt::before {
  content: "\eb7f";
}

.xgl-hotmail_two_tone::before {
  content: "\eb7e";
}

.xgl-hotmail_two_tone::after {
  content: "\eb7f";
  opacity: 0.2;
}

.xgl-hotspot::before {
  content: "\e28f";
}

.xgl-hotspot_alt::before {
  content: "\ec93";
}

.xgl-hotspot_two_tone::before {
  content: "\e28f";
}

.xgl-hotspot_two_tone::after {
  content: "\ec93";
  opacity: 0.2;
}

.xgl-hourglass::before {
  content: "\e7a4";
}

.xgl-hourglass_alt::before {
  content: "\e7a5";
}

.xgl-hourglass_two_tone::before {
  content: "\e7a4";
}

.xgl-hourglass_two_tone::after {
  content: "\e7a5";
  opacity: 0.2;
}

.xgl-hw_gloss_lef::before {
  content: "\e270";
}

.xgl-hw_gloss_lef_alt::before {
  content: "\e70d";
}

.xgl-hw_gloss_lef_two_tone::before {
  content: "\e270";
}

.xgl-hw_gloss_lef_two_tone::after {
  content: "\e70d";
  opacity: 0.2;
}

.xgl-hw_gloss_reloaded_lef::before {
  content: "\e271";
}

.xgl-hw_gloss_reloaded_lef_alt::before {
  content: "\e70e";
}

.xgl-hw_gloss_reloaded_lef_two_tone::before {
  content: "\e271";
}

.xgl-hw_gloss_reloaded_lef_two_tone::after {
  content: "\e70e";
  opacity: 0.2;
}

.xgl-hw_gloss_reloaded_sef::before {
  content: "\e272";
}

.xgl-hw_gloss_reloaded_sef_alt::before {
  content: "\e70f";
}

.xgl-hw_gloss_reloaded_sef_two_tone::before {
  content: "\e272";
}

.xgl-hw_gloss_reloaded_sef_two_tone::after {
  content: "\e70f";
  opacity: 0.2;
}

.xgl-hw_gloss_sef::before {
  content: "\e273";
}

.xgl-hw_gloss_sef_alt::before {
  content: "\e710";
}

.xgl-hw_gloss_sef_two_tone::before {
  content: "\e273";
}

.xgl-hw_gloss_sef_two_tone::after {
  content: "\e710";
  opacity: 0.2;
}

.xgl-hw_hole_punched_lef::before {
  content: "\e274";
}

.xgl-hw_hole_punched_lef_alt::before {
  content: "\e711";
}

.xgl-hw_hole_punched_lef_two_tone::before {
  content: "\e274";
}

.xgl-hw_hole_punched_lef_two_tone::after {
  content: "\e711";
  opacity: 0.2;
}

.xgl-hw_hole_punched_sef::before {
  content: "\e275";
}

.xgl-hw_hole_punched_sef_alt::before {
  content: "\e712";
}

.xgl-hw_hole_punched_sef_two_tone::before {
  content: "\e275";
}

.xgl-hw_hole_punched_sef_two_tone::after {
  content: "\e712";
  opacity: 0.2;
}

.xgl-hw_labels_lef::before {
  content: "\e276";
}

.xgl-hw_labels_lef_alt::before {
  content: "\e713";
}

.xgl-hw_labels_lef_two_tone::before {
  content: "\e276";
}

.xgl-hw_labels_lef_two_tone::after {
  content: "\e713";
  opacity: 0.2;
}

.xgl-hw_labels_sef::before {
  content: "\e277";
}

.xgl-hw_labels_sef_alt::before {
  content: "\e714";
}

.xgl-hw_labels_sef_two_tone::before {
  content: "\e277";
}

.xgl-hw_labels_sef_two_tone::after {
  content: "\e714";
  opacity: 0.2;
}

.xgl-hw_lef::before {
  content: "\e278";
}

.xgl-hw_lef_alt::before {
  content: "\e715";
}

.xgl-hw_lef_two_tone::before {
  content: "\e278";
}

.xgl-hw_lef_two_tone::after {
  content: "\e715";
  opacity: 0.2;
}

.xgl-hw_precut_tabs_lef::before {
  content: "\e279";
}

.xgl-hw_precut_tabs_lef_alt::before {
  content: "\e716";
}

.xgl-hw_precut_tabs_lef_two_tone::before {
  content: "\e279";
}

.xgl-hw_precut_tabs_lef_two_tone::after {
  content: "\e716";
  opacity: 0.2;
}

.xgl-hw_precut_tabs_sef::before {
  content: "\e27a";
}

.xgl-hw_precut_tabs_sef_alt::before {
  content: "\e717";
}

.xgl-hw_precut_tabs_sef_two_tone::before {
  content: "\e27a";
}

.xgl-hw_precut_tabs_sef_two_tone::after {
  content: "\e717";
  opacity: 0.2;
}

.xgl-hw_preprinted_lef::before {
  content: "\e27b";
}

.xgl-hw_preprinted_lef_alt::before {
  content: "\e718";
}

.xgl-hw_preprinted_lef_two_tone::before {
  content: "\e27b";
}

.xgl-hw_preprinted_lef_two_tone::after {
  content: "\e718";
  opacity: 0.2;
}

.xgl-hw_preprinted_sef::before {
  content: "\e27c";
}

.xgl-hw_preprinted_sef_alt::before {
  content: "\e719";
}

.xgl-hw_preprinted_sef_two_tone::before {
  content: "\e27c";
}

.xgl-hw_preprinted_sef_two_tone::after {
  content: "\e719";
  opacity: 0.2;
}

.xgl-hw_reloaded_lef::before {
  content: "\e27d";
}

.xgl-hw_reloaded_lef_alt::before {
  content: "\e71a";
}

.xgl-hw_reloaded_lef_two_tone::before {
  content: "\e27d";
}

.xgl-hw_reloaded_lef_two_tone::after {
  content: "\e71a";
  opacity: 0.2;
}

.xgl-hw_reloaded_sef::before {
  content: "\e27e";
}

.xgl-hw_reloaded_sef_alt::before {
  content: "\e71b";
}

.xgl-hw_reloaded_sef_two_tone::before {
  content: "\e27e";
}

.xgl-hw_reloaded_sef_two_tone::after {
  content: "\e71b";
  opacity: 0.2;
}

.xgl-hw_sef::before {
  content: "\e27f";
}

.xgl-hw_sef_alt::before {
  content: "\e71c";
}

.xgl-hw_sef_two_tone::before {
  content: "\e27f";
}

.xgl-hw_sef_two_tone::after {
  content: "\e71c";
  opacity: 0.2;
}

.xgl-icloud::before {
  content: "\eb80";
}

.xgl-icloud_alt::before {
  content: "\eb81";
}

.xgl-icloud_two_tone::before {
  content: "\eb80";
}

.xgl-icloud_two_tone::after {
  content: "\eb81";
  opacity: 0.2;
}

.xgl-id::before {
  content: "\e655";
}

.xgl-id_alt::before {
  content: "\e656";
}

.xgl-id_card::before {
  content: "\e290";
}

.xgl-id_card_two_tone::before {
  content: "\e290";
}

.xgl-id_card_two_tone::after {
  content: "\ec80";
  opacity: 0.2;
}

.xgl-id_two_tone::before {
  content: "\e655";
}

.xgl-id_two_tone::after {
  content: "\e656";
  opacity: 0.2;
}

.xgl-ifax_cc::before {
  content: "\ea72";
}

.xgl-ifax_cc_alt::before {
  content: "\ea73";
}

.xgl-ifax_cc_two_tone::before {
  content: "\ea72";
}

.xgl-ifax_cc_two_tone::after {
  content: "\ea73";
  opacity: 0.2;
}

.xgl-ignored::before {
  content: "\e291";
}

.xgl-ignored_alt::before {
  content: "\e292";
}

.xgl-ignored_two_tone::before {
  content: "\e291";
}

.xgl-ignored_two_tone::after {
  content: "\e292";
  opacity: 0.2;
}

.xgl-illustrator::before {
  content: "\e8d6";
}

.xgl-illustrator_alt::before {
  content: "\e8d5";
}

.xgl-illustrator_two_tone::before {
  content: "\e8d6";
}

.xgl-illustrator_two_tone::after {
  content: "\e8d5";
  opacity: 0.2;
}

.xgl-image_add::before {
  content: "\e7af";
}

.xgl-image_add_alt::before {
  content: "\e7b0";
}

.xgl-image_add_two_tone::before {
  content: "\e7af";
}

.xgl-image_add_two_tone::after {
  content: "\e7b0";
  opacity: 0.2;
}

.xgl-image_scale_fill::before {
  content: "\ebaf";
}

.xgl-image_scale_fill_alt::before {
  content: "\ebb0";
}

.xgl-image_scale_fill_two_tone::before {
  content: "\ebaf";
}

.xgl-image_scale_fill_two_tone::after {
  content: "\ebb0";
  opacity: 0.2;
}

.xgl-image_scale_fit::before {
  content: "\ebb1";
}

.xgl-image_scale_fit_alt::before {
  content: "\ebb2";
}

.xgl-image_scale_fit_two_tone::before {
  content: "\ebb1";
}

.xgl-image_scale_fit_two_tone::after {
  content: "\ebb2";
  opacity: 0.2;
}

.xgl-image_scale_placement::before {
  content: "\ebb3";
}

.xgl-image_scale_placement_alt::before {
  content: "\ebb4";
}

.xgl-image_scale_placement_two_tone::before {
  content: "\ebb3";
}

.xgl-image_scale_placement_two_tone::after {
  content: "\ebb4";
  opacity: 0.2;
}

.xgl-image_send::before {
  content: "\ebb7";
}

.xgl-image_send_alt::before {
  content: "\ebb8";
}

.xgl-image_send_two_tone::before {
  content: "\ebb7";
}

.xgl-image_send_two_tone::after {
  content: "\ebb8";
  opacity: 0.2;
}

.xgl-image_shift::before {
  content: "\ebbd";
}

.xgl-image_shift_alt::before {
  content: "\ebbe";
}

.xgl-image_shift_disabled::before {
  content: "\ebbf";
}

.xgl-image_shift_disabled_alt::before {
  content: "\ebc0";
}

.xgl-image_shift_disabled_two_tone::before {
  content: "\ebbf";
}

.xgl-image_shift_disabled_two_tone::after {
  content: "\ebc0";
  opacity: 0.2;
}

.xgl-image_shift_two_tone::before {
  content: "\ebbd";
}

.xgl-image_shift_two_tone::after {
  content: "\ebbe";
  opacity: 0.2;
}

.xgl-import::before {
  content: "\e293";
}

.xgl-import_alt::before {
  content: "\e294";
}

.xgl-import_export::before {
  content: "\e295";
}

.xgl-import_two_tone::before {
  content: "\e293";
}

.xgl-import_two_tone::after {
  content: "\e294";
  opacity: 0.2;
}

.xgl-inactive::before {
  content: "\ec9a";
}

.xgl-inactive_circle::before {
  content: "\eca6";
}

.xgl-inactive_circle_alt::before {
  content: "\eca7";
}

.xgl-inactive_circle_two_tone::before {
  content: "\eca6";
}

.xgl-inactive_circle_two_tone::after {
  content: "\eca7";
  opacity: 0.2;
}

.xgl-inactive_stack_bkgd::before {
  content: "\eca8";
}

.xgl-inactive_stack_frgd::before {
  content: "\eca9";
}

.xgl-inactive_stack_mdgd::before {
  content: "\ecaa";
}

.xgl-inactive_two_tone::before {
  content: "\ec9a";
}

.xgl-inactive_two_tone::after {
  content: "\e0df";
  opacity: 0.2;
}

.xgl-inbox::before {
  content: "\e296";
}

.xgl-inbox_alt::before {
  content: "\e297";
}

.xgl-inbox_two_tone::before {
  content: "\e296";
}

.xgl-inbox_two_tone::after {
  content: "\e297";
  opacity: 0.2;
}

.xgl-incomplete_stack_bkgd::before {
  content: "\e99f";
}

.xgl-incomplete_stack_frgd::before {
  content: "\e9a0";
}

.xgl-incomplete_stack_mdgd::before {
  content: "\e9a1";
}

.xgl-increase_indent::before {
  content: "\e298";
}

.xgl-info_stack_bkgd::before {
  content: "\e9a2";
}

.xgl-info_stack_frgd::before {
  content: "\e9a3";
}

.xgl-info_stack_mdgd::before {
  content: "\e9a4";
}

.xgl-ink_purge::before {
  content: "\e695";
}

.xgl-ink_purge_alt::before {
  content: "\e696";
}

.xgl-ink_purge_two_tone::before {
  content: "\e695";
}

.xgl-ink_purge_two_tone::after {
  content: "\e696";
  opacity: 0.2;
}

.xgl-inkjet::before {
  content: "\ebc5";
}

.xgl-inkjet_alt::before {
  content: "\ebc6";
}

.xgl-inkjet_two_tone::before {
  content: "\ebc5";
}

.xgl-inkjet_two_tone::after {
  content: "\ebc6";
  opacity: 0.2;
}

.xgl-input::before {
  content: "\e798";
}

.xgl-insert::before {
  content: "\e299";
}

.xgl-insert_alt::before {
  content: "\e29a";
}

.xgl-insert_pages::before {
  content: "\ec07";
}

.xgl-insert_pages_alt::before {
  content: "\ec08";
}

.xgl-insert_pages_two_tone::before {
  content: "\ec07";
}

.xgl-insert_pages_two_tone::after {
  content: "\ec08";
  opacity: 0.2;
}

.xgl-insert_two_tone::before {
  content: "\e299";
}

.xgl-insert_two_tone::after {
  content: "\e29a";
  opacity: 0.2;
}

.xgl-inserter_paper_empty::before {
  content: "\e29b";
}

.xgl-inserter_paper_present::before {
  content: "\e29c";
}

.xgl-instagram::before {
  content: "\e29d";
}

.xgl-instagram_alt::before {
  content: "\ec7e";
}

.xgl-instagram_two_tone::before {
  content: "\e29d";
}

.xgl-instagram_two_tone::after {
  content: "\ec7e";
  opacity: 0.2;
}

.xgl-install::before {
  content: "\e29e";
}

.xgl-install_options::before {
  content: "\ebc1";
}

.xgl-install_options_alt::before {
  content: "\ebc2";
}

.xgl-install_options_two_tone::before {
  content: "\ebc1";
}

.xgl-install_options_two_tone::after {
  content: "\ebc2";
  opacity: 0.2;
}

.xgl-install_square::before {
  content: "\e29f";
}

.xgl-install_square_alt::before {
  content: "\e2a0";
}

.xgl-install_square_two_tone::before {
  content: "\e29f";
}

.xgl-install_square_two_tone::after {
  content: "\e2a0";
  opacity: 0.2;
}

.xgl-internet_explorer::before {
  content: "\e2a1";
}

.xgl-internet_fax::before {
  content: "\e8eb";
}

.xgl-internet_fax_alt::before {
  content: "\e8ec";
}

.xgl-internet_fax_two_tone::before {
  content: "\e8eb";
}

.xgl-internet_fax_two_tone::after {
  content: "\e8ec";
  opacity: 0.2;
}

.xgl-interrupt::before {
  content: "\e2a2";
}

.xgl-invert::before {
  content: "\e804";
}

.xgl-invert_alt::before {
  content: "\ec7f";
}

.xgl-invert_two_tone::before {
  content: "\e804";
}

.xgl-invert_two_tone::after {
  content: "\ec7f";
  opacity: 0.2;
}

.xgl-invitation::before {
  content: "\e7f2";
}

.xgl-invitation_alt::before {
  content: "\e7f3";
}

.xgl-invitation_two_tone::before {
  content: "\e7f2";
}

.xgl-invitation_two_tone::after {
  content: "\e7f3";
  opacity: 0.2;
}

.xgl-ion_transfer::before {
  content: "\ead6";
}

.xgl-issue::before {
  content: "\e7ad";
}

.xgl-issue_alt::before {
  content: "\e7ae";
}

.xgl-issue_two_tone::before {
  content: "\e7ad";
}

.xgl-issue_two_tone::after {
  content: "\e7ae";
  opacity: 0.2;
}

.xgl-italic::before {
  content: "\e2a3";
}

.xgl-justify_text::before {
  content: "\e2a4";
}

.xgl-key::before {
  content: "\e2a5";
}

.xgl-key_alt::before {
  content: "\e2a6";
}

.xgl-key_counter::before {
  content: "\e2a7";
}

.xgl-key_counter_two_tone::before {
  content: "\e2a7";
}

.xgl-key_counter_two_tone::after {
  content: "\ec80";
  opacity: 0.2;
}

.xgl-key_two_tone::before {
  content: "\e2a5";
}

.xgl-key_two_tone::after {
  content: "\e2a6";
  opacity: 0.2;
}

.xgl-keyboard::before {
  content: "\e2a8";
}

.xgl-keyboard_accent::before {
  content: "\e2a9";
}

.xgl-keyboard_alpha::before {
  content: "\e2aa";
}

.xgl-keyboard_alt::before {
  content: "\e2ab";
}

.xgl-keyboard_arabic::before {
  content: "\e596";
}

.xgl-keyboard_chinese_simplified::before {
  content: "\e592";
}

.xgl-keyboard_chinese_traditional::before {
  content: "\e593";
}

.xgl-keyboard_down::before {
  content: "\e2ac";
}

.xgl-keyboard_down_alt::before {
  content: "\e2ad";
}

.xgl-keyboard_down_two_tone::before {
  content: "\e2ac";
}

.xgl-keyboard_down_two_tone::after {
  content: "\e2ad";
  opacity: 0.2;
}

.xgl-keyboard_greek_alpha::before {
  content: "\e2ae";
}

.xgl-keyboard_hankaku::before {
  content: "\e850";
}

.xgl-keyboard_japanese_hiragana::before {
  content: "\e590";
}

.xgl-keyboard_japanese_kana::before {
  content: "\e591";
}

.xgl-keyboard_japanese_katakana::before {
  content: "\e58f";
}

.xgl-keyboard_korean::before {
  content: "\e594";
}

.xgl-keyboard_numbers::before {
  content: "\e2af";
}

.xgl-keyboard_period::before {
  content: "\e9d3";
}

.xgl-keyboard_russian_alpha::before {
  content: "\e2b0";
}

.xgl-keyboard_symbols::before {
  content: "\e2b1";
}

.xgl-keyboard_thai::before {
  content: "\e595";
}

.xgl-keyboard_two_tone::before {
  content: "\e2a8";
}

.xgl-keyboard_two_tone::after {
  content: "\e2ab";
  opacity: 0.2;
}

.xgl-keyboard_vietnam::before {
  content: "\e851";
}

.xgl-keyboard_view::before {
  content: "\ec15";
}

.xgl-keyboard_view_alt::before {
  content: "\ec16";
}

.xgl-keyboard_view_two_tone::before {
  content: "\ec15";
}

.xgl-keyboard_view_two_tone::after {
  content: "\ec16";
  opacity: 0.2;
}

.xgl-keyboard_zenkaku::before {
  content: "\e852";
}

.xgl-keyhole::before {
  content: "\e675";
}

.xgl-keyhole_alt::before {
  content: "\e676";
}

.xgl-keyhole_two_tone::before {
  content: "\e675";
}

.xgl-keyhole_two_tone::after {
  content: "\e676";
  opacity: 0.2;
}

.xgl-keypad::before {
  content: "\e2b2";
}

.xgl-keypad_asterisk::before {
  content: "\e64c";
}

.xgl-keypad_colon::before {
  content: "\e699";
}

.xgl-keypad_comma::before {
  content: "\e69a";
}

.xgl-keypad_down::before {
  content: "\eb3c";
}

.xgl-keypad_down_alt::before {
  content: "\eb3d";
}

.xgl-keypad_down_two_tone::before {
  content: "\eb3c";
}

.xgl-keypad_down_two_tone::after {
  content: "\eb3d";
  opacity: 0.2;
}

.xgl-keypad_equals_sign::before {
  content: "\e69b";
}

.xgl-keypad_line_one::before {
  content: "\ec6c";
}

.xgl-keypad_line_two::before {
  content: "\ec6d";
}

.xgl-keypad_parenthesis_left::before {
  content: "\e69c";
}

.xgl-keypad_parenthesis_right::before {
  content: "\e69d";
}

.xgl-keypad_password::before {
  content: "\e69e";
}

.xgl-keypad_pound::before {
  content: "\e64b";
}

.xgl-keypad_reverse_solidus::before {
  content: "\e69f";
}

.xgl-keypad_solidus::before {
  content: "\e6a0";
}

.xgl-keypad_vertical_line::before {
  content: "\e6a1";
}

.xgl-keypad_wait::before {
  content: "\ec6e";
}

.xgl-labels_lef::before {
  content: "\e2b3";
}

.xgl-labels_lef_alt::before {
  content: "\e71d";
}

.xgl-labels_lef_two_tone::before {
  content: "\e2b3";
}

.xgl-labels_lef_two_tone::after {
  content: "\e71d";
  opacity: 0.2;
}

.xgl-labels_sef::before {
  content: "\e2b4";
}

.xgl-labels_sef_alt::before {
  content: "\e71e";
}

.xgl-labels_sef_two_tone::before {
  content: "\e2b4";
}

.xgl-labels_sef_two_tone::after {
  content: "\e71e";
  opacity: 0.2;
}

.xgl-lamp_high::before {
  content: "\e776";
}

.xgl-lamp_high_alt::before {
  content: "\eb3e";
}

.xgl-lamp_high_two_tone::before {
  content: "\e776";
}

.xgl-lamp_high_two_tone::after {
  content: "\eb3e";
  opacity: 0.2;
}

.xgl-lamp_low::before {
  content: "\e777";
}

.xgl-lamp_low_alt::before {
  content: "\eb3f";
}

.xgl-lamp_low_two_tone::before {
  content: "\e777";
}

.xgl-lamp_low_two_tone::after {
  content: "\eb3f";
  opacity: 0.2;
}

.xgl-landscape::before {
  content: "\e2b5";
}

.xgl-landscape_alt::before {
  content: "\e2b6";
}

.xgl-landscape_two_tone::before {
  content: "\e2b5";
}

.xgl-landscape_two_tone::after {
  content: "\e2b6";
  opacity: 0.2;
}

.xgl-language_brzlprtgse::before {
  content: "\eb40";
}

.xgl-language_brzlprtgse_alt::before {
  content: "\eb41";
}

.xgl-language_brzlprtgse_two_tone::before {
  content: "\eb40";
}

.xgl-language_brzlprtgse_two_tone::after {
  content: "\eb41";
  opacity: 0.2;
}

.xgl-language_catalan::before {
  content: "\eb42";
}

.xgl-language_catalan_alt::before {
  content: "\eb43";
}

.xgl-language_catalan_two_tone::before {
  content: "\eb42";
}

.xgl-language_catalan_two_tone::after {
  content: "\eb43";
  opacity: 0.2;
}

.xgl-language_croatian::before {
  content: "\eb44";
}

.xgl-language_croatian_alt::before {
  content: "\eb45";
}

.xgl-language_croatian_two_tone::before {
  content: "\eb44";
}

.xgl-language_croatian_two_tone::after {
  content: "\eb45";
  opacity: 0.2;
}

.xgl-language_czech::before {
  content: "\eb46";
}

.xgl-language_czech_alt::before {
  content: "\eb47";
}

.xgl-language_czech_two_tone::before {
  content: "\eb46";
}

.xgl-language_czech_two_tone::after {
  content: "\eb47";
  opacity: 0.2;
}

.xgl-language_danish::before {
  content: "\eb48";
}

.xgl-language_danish_alt::before {
  content: "\eb49";
}

.xgl-language_danish_two_tone::before {
  content: "\eb48";
}

.xgl-language_danish_two_tone::after {
  content: "\eb49";
  opacity: 0.2;
}

.xgl-language_dutch::before {
  content: "\eb4a";
}

.xgl-language_dutch_alt::before {
  content: "\eb4b";
}

.xgl-language_dutch_two_tone::before {
  content: "\eb4a";
}

.xgl-language_dutch_two_tone::after {
  content: "\eb4b";
  opacity: 0.2;
}

.xgl-language_english::before {
  content: "\eb4c";
}

.xgl-language_english_alt::before {
  content: "\eb4d";
}

.xgl-language_english_two_tone::before {
  content: "\eb4c";
}

.xgl-language_english_two_tone::after {
  content: "\eb4d";
  opacity: 0.2;
}

.xgl-language_finnish::before {
  content: "\eb4e";
}

.xgl-language_finnish_alt::before {
  content: "\eb4f";
}

.xgl-language_finnish_two_tone::before {
  content: "\eb4e";
}

.xgl-language_finnish_two_tone::after {
  content: "\eb4f";
  opacity: 0.2;
}

.xgl-language_french::before {
  content: "\eb50";
}

.xgl-language_french_alt::before {
  content: "\eb51";
}

.xgl-language_french_two_tone::before {
  content: "\eb50";
}

.xgl-language_french_two_tone::after {
  content: "\eb51";
  opacity: 0.2;
}

.xgl-language_german::before {
  content: "\eb52";
}

.xgl-language_german_alt::before {
  content: "\eb53";
}

.xgl-language_german_two_tone::before {
  content: "\eb52";
}

.xgl-language_german_two_tone::after {
  content: "\eb53";
  opacity: 0.2;
}

.xgl-language_greek::before {
  content: "\eb54";
}

.xgl-language_greek_alt::before {
  content: "\eb55";
}

.xgl-language_greek_two_tone::before {
  content: "\eb54";
}

.xgl-language_greek_two_tone::after {
  content: "\eb55";
  opacity: 0.2;
}

.xgl-language_hungarian::before {
  content: "\eb56";
}

.xgl-language_hungarian_alt::before {
  content: "\eb57";
}

.xgl-language_hungarian_two_tone::before {
  content: "\eb56";
}

.xgl-language_hungarian_two_tone::after {
  content: "\eb57";
  opacity: 0.2;
}

.xgl-language_italian::before {
  content: "\eb58";
}

.xgl-language_italian_alt::before {
  content: "\eb59";
}

.xgl-language_italian_two_tone::before {
  content: "\eb58";
}

.xgl-language_italian_two_tone::after {
  content: "\eb59";
  opacity: 0.2;
}

.xgl-language_norwegian::before {
  content: "\eb5a";
}

.xgl-language_norwegian_alt::before {
  content: "\eb5b";
}

.xgl-language_norwegian_two_tone::before {
  content: "\eb5a";
}

.xgl-language_norwegian_two_tone::after {
  content: "\eb5b";
  opacity: 0.2;
}

.xgl-language_polish::before {
  content: "\eb5c";
}

.xgl-language_polish_alt::before {
  content: "\eb5d";
}

.xgl-language_polish_two_tone::before {
  content: "\eb5c";
}

.xgl-language_polish_two_tone::after {
  content: "\eb5d";
  opacity: 0.2;
}

.xgl-language_portuguese::before {
  content: "\eb5e";
}

.xgl-language_portuguese_alt::before {
  content: "\eb5f";
}

.xgl-language_portuguese_two_tone::before {
  content: "\eb5e";
}

.xgl-language_portuguese_two_tone::after {
  content: "\eb5f";
  opacity: 0.2;
}

.xgl-language_roman::before {
  content: "\eb60";
}

.xgl-language_roman_alt::before {
  content: "\eb61";
}

.xgl-language_roman_two_tone::before {
  content: "\eb60";
}

.xgl-language_roman_two_tone::after {
  content: "\eb61";
  opacity: 0.2;
}

.xgl-language_russian::before {
  content: "\eb62";
}

.xgl-language_russian_alt::before {
  content: "\eb63";
}

.xgl-language_russian_two_tone::before {
  content: "\eb62";
}

.xgl-language_russian_two_tone::after {
  content: "\eb63";
  opacity: 0.2;
}

.xgl-language_spanish::before {
  content: "\eba2";
}

.xgl-language_spanish_alt::before {
  content: "\eba3";
}

.xgl-language_spanish_two_tone::before {
  content: "\eba2";
}

.xgl-language_spanish_two_tone::after {
  content: "\eba3";
  opacity: 0.2;
}

.xgl-language_swedish::before {
  content: "\eb64";
}

.xgl-language_swedish_alt::before {
  content: "\eb65";
}

.xgl-language_swedish_two_tone::before {
  content: "\eb64";
}

.xgl-language_swedish_two_tone::after {
  content: "\eb65";
  opacity: 0.2;
}

.xgl-language_turkish::before {
  content: "\eb66";
}

.xgl-language_turkish_alt::before {
  content: "\eb67";
}

.xgl-language_turkish_two_tone::before {
  content: "\eb66";
}

.xgl-language_turkish_two_tone::after {
  content: "\eb67";
  opacity: 0.2;
}

.xgl-language_ukrainian::before {
  content: "\eb68";
}

.xgl-language_ukrainian_alt::before {
  content: "\eb69";
}

.xgl-language_ukrainian_two_tone::before {
  content: "\eb68";
}

.xgl-language_ukrainian_two_tone::after {
  content: "\eb69";
  opacity: 0.2;
}

.xgl-laptop::before {
  content: "\e2b7";
}

.xgl-laptop_add::before {
  content: "\e6a9";
}

.xgl-laptop_add_alt::before {
  content: "\e6aa";
}

.xgl-laptop_add_two_tone::before {
  content: "\e6a9";
}

.xgl-laptop_add_two_tone::after {
  content: "\e6aa";
  opacity: 0.2;
}

.xgl-laptop_alt::before {
  content: "\e2b8";
}

.xgl-laptop_two_tone::before {
  content: "\e2b7";
}

.xgl-laptop_two_tone::after {
  content: "\e2b8";
  opacity: 0.2;
}

.xgl-laser::before {
  content: "\ec6f";
}

.xgl-laser_alt::before {
  content: "\ec70";
}

.xgl-laser_two_tone::before {
  content: "\ec6f";
}

.xgl-laser_two_tone::after {
  content: "\ec70";
  opacity: 0.2;
}

.xgl-last::before {
  content: "\e2b9";
}

.xgl-layers::before {
  content: "\e2ba";
}

.xgl-layers_alt::before {
  content: "\e2bb";
}

.xgl-layers_two_tone::before {
  content: "\e2ba";
}

.xgl-layers_two_tone::after {
  content: "\e2bb";
  opacity: 0.2;
}

.xgl-layout::before {
  content: "\e8b9";
}

.xgl-layout_alt::before {
  content: "\e8ba";
}

.xgl-layout_disabled::before {
  content: "\ebc3";
}

.xgl-layout_disabled_alt::before {
  content: "\ebc4";
}

.xgl-layout_disabled_two_tone::before {
  content: "\ebc3";
}

.xgl-layout_disabled_two_tone::after {
  content: "\ebc4";
  opacity: 0.2;
}

.xgl-layout_image_text_l::before {
  content: "\e5ca";
}

.xgl-layout_image_text_p::before {
  content: "\e5c8";
}

.xgl-layout_order::before {
  content: "\ec3e";
}

.xgl-layout_order_alt::before {
  content: "\ec6b";
}

.xgl-layout_order_two_tone::before {
  content: "\ec3e";
}

.xgl-layout_order_two_tone::after {
  content: "\ec6b";
  opacity: 0.2;
}

.xgl-layout_text_image_l::before {
  content: "\e5c9";
}

.xgl-layout_text_image_p::before {
  content: "\e5c7";
}

.xgl-layout_two_tone::before {
  content: "\e8b9";
}

.xgl-layout_two_tone::after {
  content: "\e8ba";
  opacity: 0.2;
}

.xgl-lef_sef::before {
  content: "\e2bc";
}

.xgl-lef_sef_fill::before {
  content: "\e2bd";
}

.xgl-letterhead_lef::before {
  content: "\e2be";
}

.xgl-letterhead_lef_alt::before {
  content: "\e71f";
}

.xgl-letterhead_lef_two_tone::before {
  content: "\e2be";
}

.xgl-letterhead_lef_two_tone::after {
  content: "\e71f";
  opacity: 0.2;
}

.xgl-letterhead_sef::before {
  content: "\e2bf";
}

.xgl-letterhead_sef_alt::before {
  content: "\e720";
}

.xgl-letterhead_sef_two_tone::before {
  content: "\e2bf";
}

.xgl-letterhead_sef_two_tone::after {
  content: "\e720";
  opacity: 0.2;
}

.xgl-library::before {
  content: "\e657";
}

.xgl-library_alt::before {
  content: "\e658";
}

.xgl-library_two_tone::before {
  content: "\e657";
}

.xgl-library_two_tone::after {
  content: "\e658";
  opacity: 0.2;
}

.xgl-lightbulb::before {
  content: "\e2c0";
}

.xgl-lightbulb_alt::before {
  content: "\e2c1";
}

.xgl-lightbulb_two_tone::before {
  content: "\e2c0";
}

.xgl-lightbulb_two_tone::after {
  content: "\e2c1";
  opacity: 0.2;
}

.xgl-lighten_darken::before {
  content: "\e64f";
}

.xgl-lighten_darken_two_tone::before {
  content: "\e64f";
}

.xgl-lighten_darken_two_tone::after {
  content: "\e0d3";
  opacity: 0.2;
}

.xgl-lightweight_gloss_lef::before {
  content: "\e2c2";
}

.xgl-lightweight_gloss_lef_alt::before {
  content: "\e721";
}

.xgl-lightweight_gloss_lef_two_tone::before {
  content: "\e2c2";
}

.xgl-lightweight_gloss_lef_two_tone::after {
  content: "\e721";
  opacity: 0.2;
}

.xgl-lightweight_gloss_sef::before {
  content: "\e2c3";
}

.xgl-lightweight_gloss_sef_alt::before {
  content: "\e722";
}

.xgl-lightweight_gloss_sef_two_tone::before {
  content: "\e2c3";
}

.xgl-lightweight_gloss_sef_two_tone::after {
  content: "\e722";
  opacity: 0.2;
}

.xgl-lightweight_lef::before {
  content: "\e2c4";
}

.xgl-lightweight_lef_alt::before {
  content: "\e723";
}

.xgl-lightweight_lef_two_tone::before {
  content: "\e2c4";
}

.xgl-lightweight_lef_two_tone::after {
  content: "\e723";
  opacity: 0.2;
}

.xgl-lightweight_preprinted_lef::before {
  content: "\e2c5";
}

.xgl-lightweight_preprinted_lef_alt::before {
  content: "\e724";
}

.xgl-lightweight_preprinted_lef_two_tone::before {
  content: "\e2c5";
}

.xgl-lightweight_preprinted_lef_two_tone::after {
  content: "\e724";
  opacity: 0.2;
}

.xgl-lightweight_preprinted_sef::before {
  content: "\e2c6";
}

.xgl-lightweight_preprinted_sef_alt::before {
  content: "\e725";
}

.xgl-lightweight_preprinted_sef_two_tone::before {
  content: "\e2c6";
}

.xgl-lightweight_preprinted_sef_two_tone::after {
  content: "\e725";
  opacity: 0.2;
}

.xgl-lightweight_reloaded_lef::before {
  content: "\e2c7";
}

.xgl-lightweight_reloaded_lef_alt::before {
  content: "\e726";
}

.xgl-lightweight_reloaded_lef_two_tone::before {
  content: "\e2c7";
}

.xgl-lightweight_reloaded_lef_two_tone::after {
  content: "\e726";
  opacity: 0.2;
}

.xgl-lightweight_reloaded_sef::before {
  content: "\e2c8";
}

.xgl-lightweight_reloaded_sef_alt::before {
  content: "\e727";
}

.xgl-lightweight_reloaded_sef_two_tone::before {
  content: "\e2c8";
}

.xgl-lightweight_reloaded_sef_two_tone::after {
  content: "\e727";
  opacity: 0.2;
}

.xgl-lightweight_sef::before {
  content: "\e2c9";
}

.xgl-lightweight_sef_alt::before {
  content: "\e728";
}

.xgl-lightweight_sef_two_tone::before {
  content: "\e2c9";
}

.xgl-lightweight_sef_two_tone::after {
  content: "\e728";
  opacity: 0.2;
}

.xgl-line_chart::before {
  content: "\e2ca";
}

.xgl-line_weight::before {
  content: "\e840";
}

.xgl-link::before {
  content: "\e2cb";
}

.xgl-link_disabled::before {
  content: "\e2cc";
}

.xgl-linked_in::before {
  content: "\e2cd";
}

.xgl-list::before {
  content: "\e2ce";
}

.xgl-list_filter::before {
  content: "\e2cf";
}

.xgl-list_rtl::before {
  content: "\e59d";
}

.xgl-locked::before {
  content: "\e2d0";
}

.xgl-locked_alt::before {
  content: "\e2d1";
}

.xgl-locked_plus::before {
  content: "\eae7";
}

.xgl-locked_plus_alt::before {
  content: "\eae8";
}

.xgl-locked_plus_two_tone::before {
  content: "\eae7";
}

.xgl-locked_plus_two_tone::after {
  content: "\eae8";
  opacity: 0.2;
}

.xgl-locked_square::before {
  content: "\e2d2";
}

.xgl-locked_square_alt::before {
  content: "\e2d3";
}

.xgl-locked_square_disabled::before {
  content: "\e9a5";
}

.xgl-locked_square_disabled_alt::before {
  content: "\e9a6";
}

.xgl-locked_square_disabled_two_tone::before {
  content: "\e9a5";
}

.xgl-locked_square_disabled_two_tone::after {
  content: "\e9a6";
  opacity: 0.2;
}

.xgl-locked_square_two_tone::before {
  content: "\e2d2";
}

.xgl-locked_square_two_tone::after {
  content: "\e2d3";
  opacity: 0.2;
}

.xgl-locked_stack_bkgd::before {
  content: "\e9a7";
}

.xgl-locked_stack_frgd::before {
  content: "\e9a8";
}

.xgl-locked_stack_mdgd::before {
  content: "\e9aa";
}

.xgl-locked_two_tone::before {
  content: "\e2d0";
}

.xgl-locked_two_tone::after {
  content: "\e2d1";
  opacity: 0.2;
}

.xgl-log_in::before {
  content: "\e2d4";
}

.xgl-logic::before {
  content: "\e2d5";
}

.xgl-logo::before {
  content: "\e2d6";
}

.xgl-logo_small::before {
  content: "\e2d7";
}

.xgl-long_edge_feed::before {
  content: "\e2d8";
}

.xgl-long_edge_feed_alt::before {
  content: "\e2d9";
}

.xgl-long_edge_feed_two_tone::before {
  content: "\e2d8";
}

.xgl-long_edge_feed_two_tone::after {
  content: "\e2d9";
  opacity: 0.2;
}

.xgl-long_touch::before {
  content: "\e919";
}

.xgl-long_touch_alt::before {
  content: "\e91a";
}

.xgl-long_touch_two_tone::before {
  content: "\e919";
}

.xgl-long_touch_two_tone::after {
  content: "\e91a";
  opacity: 0.2;
}

.xgl-mailbox::before {
  content: "\e2da";
}

.xgl-mailbox_add::before {
  content: "\e2db";
}

.xgl-mailbox_add_alt::before {
  content: "\e2dc";
}

.xgl-mailbox_add_two_tone::before {
  content: "\e2db";
}

.xgl-mailbox_add_two_tone::after {
  content: "\e2dc";
  opacity: 0.2;
}

.xgl-mailbox_alt::before {
  content: "\e2dd";
}

.xgl-mailbox_local::before {
  content: "\ec17";
}

.xgl-mailbox_local_alt::before {
  content: "\ec18";
}

.xgl-mailbox_local_two_tone::before {
  content: "\ec17";
}

.xgl-mailbox_local_two_tone::after {
  content: "\ec18";
  opacity: 0.2;
}

.xgl-mailbox_password::before {
  content: "\ec19";
}

.xgl-mailbox_password_alt::before {
  content: "\ec1a";
}

.xgl-mailbox_password_two_tone::before {
  content: "\ec19";
}

.xgl-mailbox_password_two_tone::after {
  content: "\ec1a";
  opacity: 0.2;
}

.xgl-mailbox_private::before {
  content: "\e2de";
}

.xgl-mailbox_private_alt::before {
  content: "\e2df";
}

.xgl-mailbox_private_two_tone::before {
  content: "\e2de";
}

.xgl-mailbox_private_two_tone::after {
  content: "\e2df";
  opacity: 0.2;
}

.xgl-mailbox_remote::before {
  content: "\ec1b";
}

.xgl-mailbox_remote_alt::before {
  content: "\ec1c";
}

.xgl-mailbox_remote_two_tone::before {
  content: "\ec1b";
}

.xgl-mailbox_remote_two_tone::after {
  content: "\ec1c";
  opacity: 0.2;
}

.xgl-mailbox_two_tone::before {
  content: "\e2da";
}

.xgl-mailbox_two_tone::after {
  content: "\e2dd";
  opacity: 0.2;
}

.xgl-mailboxes::before {
  content: "\e2e0";
}

.xgl-mailboxes_alt::before {
  content: "\e2e1";
}

.xgl-mailboxes_two_tone::before {
  content: "\e2e0";
}

.xgl-mailboxes_two_tone::after {
  content: "\e2e1";
  opacity: 0.2;
}

.xgl-map::before {
  content: "\e2e2";
}

.xgl-map_alt::before {
  content: "\e2e3";
}

.xgl-map_disabled::before {
  content: "\e87c";
}

.xgl-map_disabled_alt::before {
  content: "\e87d";
}

.xgl-map_disabled_two_tone::before {
  content: "\e87c";
}

.xgl-map_disabled_two_tone::after {
  content: "\e87d";
  opacity: 0.2;
}

.xgl-map_two_tone::before {
  content: "\e2e2";
}

.xgl-map_two_tone::after {
  content: "\e2e3";
  opacity: 0.2;
}

.xgl-marker::before {
  content: "\e8a2";
}

.xgl-marker_alt::before {
  content: "\e8a3";
}

.xgl-marker_two_tone::before {
  content: "\e8a2";
}

.xgl-marker_two_tone::after {
  content: "\e8a3";
  opacity: 0.2;
}

.xgl-markup::before {
  content: "\e9ab";
}

.xgl-markup_alt::before {
  content: "\e9ac";
}

.xgl-markup_two_tone::before {
  content: "\e9ab";
}

.xgl-markup_two_tone::after {
  content: "\e9ac";
  opacity: 0.2;
}

.xgl-mask::before {
  content: "\e805";
}

.xgl-mastercard::before {
  content: "\ecab";
}

.xgl-mastercard_alt::before {
  content: "\ecac";
}

.xgl-mastercard_two_tone::before {
  content: "\ecab";
}

.xgl-mastercard_two_tone::after {
  content: "\ecac";
  opacity: 0.2;
}

.xgl-matte_lef::before {
  content: "\e2e4";
}

.xgl-matte_lef_alt::before {
  content: "\e729";
}

.xgl-matte_lef_two_tone::before {
  content: "\e2e4";
}

.xgl-matte_lef_two_tone::after {
  content: "\e729";
  opacity: 0.2;
}

.xgl-matte_sef::before {
  content: "\e2e5";
}

.xgl-matte_sef_alt::before {
  content: "\e72a";
}

.xgl-matte_sef_two_tone::before {
  content: "\e2e5";
}

.xgl-matte_sef_two_tone::after {
  content: "\e72a";
  opacity: 0.2;
}

.xgl-mcafee::before {
  content: "\e87e";
}

.xgl-medal::before {
  content: "\e2e6";
}

.xgl-medal_alt::before {
  content: "\e2e7";
}

.xgl-medal_two_tone::before {
  content: "\e2e6";
}

.xgl-medal_two_tone::after {
  content: "\e2e7";
  opacity: 0.2;
}

.xgl-media_camera::before {
  content: "\e853";
}

.xgl-media_camera_alt::before {
  content: "\e854";
}

.xgl-media_camera_two_tone::before {
  content: "\e853";
}

.xgl-media_camera_two_tone::after {
  content: "\e854";
  opacity: 0.2;
}

.xgl-medical::before {
  content: "\e2e8";
}

.xgl-medical_alt::before {
  content: "\e2e9";
}

.xgl-medical_two_tone::before {
  content: "\e2e8";
}

.xgl-medical_two_tone::after {
  content: "\e2e9";
  opacity: 0.2;
}

.xgl-member::before {
  content: "\e7f0";
}

.xgl-member_alt::before {
  content: "\e7f1";
}

.xgl-member_two_tone::before {
  content: "\e7f0";
}

.xgl-member_two_tone::after {
  content: "\e7f1";
  opacity: 0.2;
}

.xgl-menu::before {
  content: "\e2ea";
}

.xgl-menu_side::before {
  content: "\e2eb";
}

.xgl-merge::before {
  content: "\e2ec";
}

.xgl-metallic_lef::before {
  content: "\e63d";
}

.xgl-metallic_lef_alt::before {
  content: "\e72b";
}

.xgl-metallic_lef_two_tone::before {
  content: "\e63d";
}

.xgl-metallic_lef_two_tone::after {
  content: "\e72b";
  opacity: 0.2;
}

.xgl-metallic_sef::before {
  content: "\e63c";
}

.xgl-metallic_sef_alt::before {
  content: "\e72c";
}

.xgl-metallic_sef_two_tone::before {
  content: "\e63c";
}

.xgl-metallic_sef_two_tone::after {
  content: "\e72c";
  opacity: 0.2;
}

.xgl-mfd::before {
  content: "\e2ed";
}

.xgl-mfd_add::before {
  content: "\ecad";
}

.xgl-mfd_add_alt::before {
  content: "\ecae";
}

.xgl-mfd_add_two_tone::before {
  content: "\ecad";
}

.xgl-mfd_add_two_tone::after {
  content: "\ecae";
  opacity: 0.2;
}

.xgl-mfd_alt::before {
  content: "\e2ee";
}

.xgl-mfd_default::before {
  content: "\e8b7";
}

.xgl-mfd_default_alt::before {
  content: "\e8bd";
}

.xgl-mfd_default_two_tone::before {
  content: "\e8b7";
}

.xgl-mfd_default_two_tone::after {
  content: "\e8bd";
  opacity: 0.2;
}

.xgl-mfd_direct::before {
  content: "\e8b5";
}

.xgl-mfd_direct_alt::before {
  content: "\e8bc";
}

.xgl-mfd_direct_two_tone::before {
  content: "\e8b5";
}

.xgl-mfd_direct_two_tone::after {
  content: "\e8bc";
  opacity: 0.2;
}

.xgl-mfd_favorite::before {
  content: "\e8b4";
}

.xgl-mfd_favorite_alt::before {
  content: "\e8bb";
}

.xgl-mfd_favorite_direct::before {
  content: "\e8b6";
}

.xgl-mfd_favorite_direct_alt::before {
  content: "\e8be";
}

.xgl-mfd_favorite_direct_two_tone::before {
  content: "\e8b6";
}

.xgl-mfd_favorite_direct_two_tone::after {
  content: "\e8be";
  opacity: 0.2;
}

.xgl-mfd_favorite_two_tone::before {
  content: "\e8b4";
}

.xgl-mfd_favorite_two_tone::after {
  content: "\e8bb";
  opacity: 0.2;
}

.xgl-mfd_fill::before {
  content: "\e635";
}

.xgl-mfd_minus::before {
  content: "\ecaf";
}

.xgl-mfd_minus_alt::before {
  content: "\ecb0";
}

.xgl-mfd_minus_two_tone::before {
  content: "\ecaf";
}

.xgl-mfd_minus_two_tone::after {
  content: "\ecb0";
  opacity: 0.2;
}

.xgl-mfd_off::before {
  content: "\ecb1";
}

.xgl-mfd_off_alt::before {
  content: "\ecb2";
}

.xgl-mfd_off_two_tone::before {
  content: "\ecb1";
}

.xgl-mfd_off_two_tone::after {
  content: "\ecb2";
  opacity: 0.2;
}

.xgl-mfd_positioning::before {
  content: "\e8c3";
}

.xgl-mfd_positioning_alt::before {
  content: "\e8c4";
}

.xgl-mfd_positioning_two_tone::before {
  content: "\e8c3";
}

.xgl-mfd_positioning_two_tone::after {
  content: "\e8c4";
  opacity: 0.2;
}

.xgl-mfd_secure::before {
  content: "\e94b";
}

.xgl-mfd_secure_alt::before {
  content: "\e94c";
}

.xgl-mfd_secure_direct::before {
  content: "\e94d";
}

.xgl-mfd_secure_direct_alt::before {
  content: "\e94e";
}

.xgl-mfd_secure_direct_two_tone::before {
  content: "\e94d";
}

.xgl-mfd_secure_direct_two_tone::after {
  content: "\e94e";
  opacity: 0.2;
}

.xgl-mfd_secure_two_tone::before {
  content: "\e94b";
}

.xgl-mfd_secure_two_tone::after {
  content: "\e94c";
  opacity: 0.2;
}

.xgl-mfd_two_tone::before {
  content: "\e2ed";
}

.xgl-mfd_two_tone::after {
  content: "\e2ee";
  opacity: 0.2;
}

.xgl-microphone::before {
  content: "\e2ef";
}

.xgl-microphone_alt::before {
  content: "\e2f0";
}

.xgl-microphone_disabled::before {
  content: "\e2f1";
}

.xgl-microphone_disabled_alt::before {
  content: "\e2f2";
}

.xgl-microphone_disabled_two_tone::before {
  content: "\e2f1";
}

.xgl-microphone_disabled_two_tone::after {
  content: "\e2f2";
  opacity: 0.2;
}

.xgl-microphone_two_tone::before {
  content: "\e2ef";
}

.xgl-microphone_two_tone::after {
  content: "\e2f0";
  opacity: 0.2;
}

.xgl-minimize::before {
  content: "\e2f3";
}

.xgl-minimize_alt::before {
  content: "\e2f4";
}

.xgl-minimize_two_tone::before {
  content: "\e2f3";
}

.xgl-minimize_two_tone::after {
  content: "\e2f4";
  opacity: 0.2;
}

.xgl-minus::before {
  content: "\e2f5";
}

.xgl-mirror_image::before {
  content: "\e841";
}

.xgl-mixed_size::before {
  content: "\ec1f";
}

.xgl-mixed_size_alt::before {
  content: "\ec20";
}

.xgl-mixed_size_two_tone::before {
  content: "\ec1f";
}

.xgl-mixed_size_two_tone::after {
  content: "\ec20";
  opacity: 0.2;
}

.xgl-mobile::before {
  content: "\e2f6";
}

.xgl-mobile_alt::before {
  content: "\e2f7";
}

.xgl-mobile_displays::before {
  content: "\e2f8";
}

.xgl-mobile_displays_alt::before {
  content: "\e2f9";
}

.xgl-mobile_displays_two_tone::before {
  content: "\e2f8";
}

.xgl-mobile_displays_two_tone::after {
  content: "\e2f9";
  opacity: 0.2;
}

.xgl-mobile_down::before {
  content: "\e2fa";
}

.xgl-mobile_down_alt::before {
  content: "\e2fb";
}

.xgl-mobile_down_two_tone::before {
  content: "\e2fa";
}

.xgl-mobile_down_two_tone::after {
  content: "\e2fb";
  opacity: 0.2;
}

.xgl-mobile_in::before {
  content: "\e2fc";
}

.xgl-mobile_in_alt::before {
  content: "\e2fd";
}

.xgl-mobile_in_two_tone::before {
  content: "\e2fc";
}

.xgl-mobile_in_two_tone::after {
  content: "\e2fd";
  opacity: 0.2;
}

.xgl-mobile_two_tone::before {
  content: "\e2f6";
}

.xgl-mobile_two_tone::after {
  content: "\e2f7";
  opacity: 0.2;
}

.xgl-money::before {
  content: "\e2fe";
}

.xgl-money_alt::before {
  content: "\e2ff";
}

.xgl-money_two_tone::before {
  content: "\e2fe";
}

.xgl-money_two_tone::after {
  content: "\e2ff";
  opacity: 0.2;
}

.xgl-mountain::before {
  content: "\e300";
}

.xgl-mountain_alt::before {
  content: "\e301";
}

.xgl-mountain_two_tone::before {
  content: "\e300";
}

.xgl-mountain_two_tone::after {
  content: "\e301";
  opacity: 0.2;
}

.xgl-mouse::before {
  content: "\e794";
}

.xgl-mouse_alt::before {
  content: "\e795";
}

.xgl-mouse_none::before {
  content: "\e7a6";
}

.xgl-mouse_none_alt::before {
  content: "\e7a7";
}

.xgl-mouse_none_two_tone::before {
  content: "\e7a6";
}

.xgl-mouse_none_two_tone::after {
  content: "\e7a7";
  opacity: 0.2;
}

.xgl-mouse_two_tone::before {
  content: "\e794";
}

.xgl-mouse_two_tone::after {
  content: "\e795";
  opacity: 0.2;
}

.xgl-move::before {
  content: "\e302";
}

.xgl-ms_edge::before {
  content: "\e303";
}

.xgl-ms_excel::before {
  content: "\eb89";
}

.xgl-ms_excel_alt::before {
  content: "\eb8a";
}

.xgl-ms_excel_two_tone::before {
  content: "\eb89";
}

.xgl-ms_excel_two_tone::after {
  content: "\eb8a";
  opacity: 0.2;
}

.xgl-ms_logo::before {
  content: "\eb82";
}

.xgl-ms_logo_alt::before {
  content: "\eb83";
}

.xgl-ms_logo_two_tone::before {
  content: "\eb82";
}

.xgl-ms_logo_two_tone::after {
  content: "\eb83";
  opacity: 0.2;
}

.xgl-ms_office::before {
  content: "\e304";
}

.xgl-ms_office_alt::before {
  content: "\eb88";
}

.xgl-ms_office_two_tone::before {
  content: "\e304";
}

.xgl-ms_office_two_tone::after {
  content: "\eb88";
  opacity: 0.2;
}

.xgl-ms_onenote::before {
  content: "\eb8d";
}

.xgl-ms_onenote_alt::before {
  content: "\eb8e";
}

.xgl-ms_onenote_two_tone::before {
  content: "\eb8d";
}

.xgl-ms_onenote_two_tone::after {
  content: "\eb8e";
  opacity: 0.2;
}

.xgl-ms_outlook::before {
  content: "\eb8f";
}

.xgl-ms_outlook_alt::before {
  content: "\eb90";
}

.xgl-ms_outlook_two_tone::before {
  content: "\eb8f";
}

.xgl-ms_outlook_two_tone::after {
  content: "\eb90";
  opacity: 0.2;
}

.xgl-ms_powerpoint::before {
  content: "\eb91";
}

.xgl-ms_powerpoint_alt::before {
  content: "\eb92";
}

.xgl-ms_powerpoint_two_tone::before {
  content: "\eb91";
}

.xgl-ms_powerpoint_two_tone::after {
  content: "\eb92";
  opacity: 0.2;
}

.xgl-ms_teams::before {
  content: "\eb93";
}

.xgl-ms_teams_alt::before {
  content: "\eb94";
}

.xgl-ms_teams_two_tone::before {
  content: "\eb93";
}

.xgl-ms_teams_two_tone::after {
  content: "\eb94";
  opacity: 0.2;
}

.xgl-ms_word::before {
  content: "\eb8b";
}

.xgl-ms_word_alt::before {
  content: "\eb8c";
}

.xgl-ms_word_two_tone::before {
  content: "\eb8b";
}

.xgl-ms_word_two_tone::after {
  content: "\eb8c";
  opacity: 0.2;
}

.xgl-multi_holes_bottom_l::before {
  content: "\e8fc";
}

.xgl-multi_holes_bottom_l_alt::before {
  content: "\e8fd";
}

.xgl-multi_holes_bottom_l_two_tone::before {
  content: "\e8fc";
}

.xgl-multi_holes_bottom_l_two_tone::after {
  content: "\e8fd";
  opacity: 0.2;
}

.xgl-multi_holes_bottom_p::before {
  content: "\e911";
}

.xgl-multi_holes_bottom_p_alt::before {
  content: "\e901";
}

.xgl-multi_holes_bottom_p_two_tone::before {
  content: "\e911";
}

.xgl-multi_holes_bottom_p_two_tone::after {
  content: "\e901";
  opacity: 0.2;
}

.xgl-multi_holes_left_l::before {
  content: "\e903";
}

.xgl-multi_holes_left_l_alt::before {
  content: "\e906";
}

.xgl-multi_holes_left_l_two_tone::before {
  content: "\e903";
}

.xgl-multi_holes_left_l_two_tone::after {
  content: "\e906";
  opacity: 0.2;
}

.xgl-multi_holes_left_p::before {
  content: "\e908";
}

.xgl-multi_holes_left_p_alt::before {
  content: "\e909";
}

.xgl-multi_holes_left_p_two_tone::before {
  content: "\e908";
}

.xgl-multi_holes_left_p_two_tone::after {
  content: "\e909";
  opacity: 0.2;
}

.xgl-multi_holes_right_l::before {
  content: "\e904";
}

.xgl-multi_holes_right_l_alt::before {
  content: "\e905";
}

.xgl-multi_holes_right_l_two_tone::before {
  content: "\e904";
}

.xgl-multi_holes_right_l_two_tone::after {
  content: "\e905";
  opacity: 0.2;
}

.xgl-multi_holes_right_p::before {
  content: "\e907";
}

.xgl-multi_holes_right_p_alt::before {
  content: "\e90a";
}

.xgl-multi_holes_right_p_two_tone::before {
  content: "\e907";
}

.xgl-multi_holes_right_p_two_tone::after {
  content: "\e90a";
  opacity: 0.2;
}

.xgl-multi_holes_top_l::before {
  content: "\e8fb";
}

.xgl-multi_holes_top_l_alt::before {
  content: "\e8fe";
}

.xgl-multi_holes_top_l_two_tone::before {
  content: "\e8fb";
}

.xgl-multi_holes_top_l_two_tone::after {
  content: "\e8fe";
  opacity: 0.2;
}

.xgl-multi_holes_top_p::before {
  content: "\e8ff";
}

.xgl-multi_holes_top_p_alt::before {
  content: "\e902";
}

.xgl-multi_holes_top_p_two_tone::before {
  content: "\e8ff";
}

.xgl-multi_holes_top_p_two_tone::after {
  content: "\e902";
  opacity: 0.2;
}

.xgl-music::before {
  content: "\e305";
}

.xgl-music_alt::before {
  content: "\e306";
}

.xgl-music_two_tone::before {
  content: "\e305";
}

.xgl-music_two_tone::after {
  content: "\e306";
  opacity: 0.2;
}

.xgl-navigate_bottom::before {
  content: "\e6b6";
}

.xgl-navigate_down::before {
  content: "\e307";
}

.xgl-navigate_first::before {
  content: "\e308";
}

.xgl-navigate_last::before {
  content: "\e309";
}

.xgl-navigate_left::before {
  content: "\e30a";
}

.xgl-navigate_right::before {
  content: "\e30b";
}

.xgl-navigate_top::before {
  content: "\e6b7";
}

.xgl-navigate_up::before {
  content: "\e30c";
}

.xgl-navigation::before {
  content: "\e30d";
}

.xgl-navigation_alt::before {
  content: "\e30e";
}

.xgl-navigation_two_tone::before {
  content: "\e30d";
}

.xgl-navigation_two_tone::after {
  content: "\e30e";
  opacity: 0.2;
}

.xgl-network::before {
  content: "\e30f";
}

.xgl-network_alt::before {
  content: "\e310";
}

.xgl-network_close::before {
  content: "\e931";
}

.xgl-network_close_alt::before {
  content: "\e932";
}

.xgl-network_close_two_tone::before {
  content: "\e931";
}

.xgl-network_close_two_tone::after {
  content: "\e932";
  opacity: 0.2;
}

.xgl-network_disabled::before {
  content: "\e930";
}

.xgl-network_disabled_alt::before {
  content: "\e92f";
}

.xgl-network_disabled_two_tone::before {
  content: "\e930";
}

.xgl-network_disabled_two_tone::after {
  content: "\e92f";
  opacity: 0.2;
}

.xgl-network_grid::before {
  content: "\e79d";
}

.xgl-network_grid_alt::before {
  content: "\e79e";
}

.xgl-network_grid_two_tone::before {
  content: "\e79d";
}

.xgl-network_grid_two_tone::after {
  content: "\e79e";
  opacity: 0.2;
}

.xgl-network_square::before {
  content: "\e311";
}

.xgl-network_square_alt::before {
  content: "\e312";
}

.xgl-network_square_two_tone::before {
  content: "\e311";
}

.xgl-network_square_two_tone::after {
  content: "\e312";
  opacity: 0.2;
}

.xgl-network_two_tone::before {
  content: "\e30f";
}

.xgl-network_two_tone::after {
  content: "\e310";
  opacity: 0.2;
}

.xgl-network_vpn::before {
  content: "\eb6c";
}

.xgl-network_vpn_alt::before {
  content: "\eb6d";
}

.xgl-network_vpn_two_tone::before {
  content: "\eb6c";
}

.xgl-network_vpn_two_tone::after {
  content: "\eb6d";
  opacity: 0.2;
}

.xgl-newspaper::before {
  content: "\e313";
}

.xgl-newspaper_alt::before {
  content: "\e314";
}

.xgl-newspaper_two_tone::before {
  content: "\e313";
}

.xgl-newspaper_two_tone::after {
  content: "\e314";
  opacity: 0.2;
}

.xgl-next::before {
  content: "\e315";
}

.xgl-next_alt::before {
  content: "\e316";
}

.xgl-next_square::before {
  content: "\e317";
}

.xgl-next_square_alt::before {
  content: "\e318";
}

.xgl-next_square_two_tone::before {
  content: "\e317";
}

.xgl-next_square_two_tone::after {
  content: "\e318";
  opacity: 0.2;
}

.xgl-next_two_tone::before {
  content: "\e315";
}

.xgl-next_two_tone::after {
  content: "\e316";
  opacity: 0.2;
}

.xgl-nfc::before {
  content: "\e319";
}

.xgl-nfc_tag::before {
  content: "\e31a";
}

.xgl-nfc_two_tone::before {
  content: "\e319";
}

.xgl-nfc_two_tone::after {
  content: "\ec80";
  opacity: 0.2;
}

.xgl-nine_x::before {
  content: "\e7a3";
}

.xgl-no_entry::before {
  content: "\e31b";
}

.xgl-no_entry_alt::before {
  content: "\e31c";
}

.xgl-no_entry_two_tone::before {
  content: "\e31b";
}

.xgl-no_entry_two_tone::after {
  content: "\e31c";
  opacity: 0.2;
}

.xgl-non_secure::before {
  content: "\e31d";
}

.xgl-non_secure_alt::before {
  content: "\e31e";
}

.xgl-non_secure_two_tone::before {
  content: "\e31d";
}

.xgl-non_secure_two_tone::after {
  content: "\e31e";
  opacity: 0.2;
}

.xgl-north::before {
  content: "\e31f";
}

.xgl-note_converter::before {
  content: "\e9cf";
}

.xgl-notebook::before {
  content: "\e320";
}

.xgl-notebook_alt::before {
  content: "\e321";
}

.xgl-notebook_two_tone::before {
  content: "\e320";
}

.xgl-notebook_two_tone::after {
  content: "\e321";
  opacity: 0.2;
}

.xgl-notification::before {
  content: "\e322";
}

.xgl-notification_alt::before {
  content: "\e323";
}

.xgl-notification_overlay::before {
  content: "\e8a4";
}

.xgl-notification_two_tone::before {
  content: "\e322";
}

.xgl-notification_two_tone::after {
  content: "\e323";
  opacity: 0.2;
}

.xgl-numbering::before {
  content: "\e324";
}

.xgl-numbering_rtl::before {
  content: "\e59c";
}

.xgl-octogon_bkgd::before {
  content: "\e325";
}

.xgl-office_phone::before {
  content: "\e891";
}

.xgl-office_phone_alt::before {
  content: "\e892";
}

.xgl-office_phone_two_tone::before {
  content: "\e891";
}

.xgl-office_phone_two_tone::after {
  content: "\e892";
  opacity: 0.2;
}

.xgl-offline::before {
  content: "\e92e";
}

.xgl-offline_alt::before {
  content: "\e92d";
}

.xgl-offline_two_tone::before {
  content: "\e92e";
}

.xgl-offline_two_tone::after {
  content: "\e92d";
  opacity: 0.2;
}

.xgl-offset::before {
  content: "\e842";
}

.xgl-offset_printed::before {
  content: "\e326";
}

.xgl-offset_printed_alt::before {
  content: "\e327";
}

.xgl-offset_printed_two_tone::before {
  content: "\e326";
}

.xgl-offset_printed_two_tone::after {
  content: "\e327";
  opacity: 0.2;
}

.xgl-ok::before {
  content: "\e778";
}

.xgl-one_file_per_page::before {
  content: "\eb22";
}

.xgl-one_file_per_page_alt::before {
  content: "\eb23";
}

.xgl-one_file_per_page_two_tone::before {
  content: "\eb22";
}

.xgl-one_file_per_page_two_tone::after {
  content: "\eb23";
  opacity: 0.2;
}

.xgl-one_free_staple::before {
  content: "\eb26";
}

.xgl-one_free_staple_alt::before {
  content: "\eb27";
}

.xgl-one_free_staple_l::before {
  content: "\eb28";
}

.xgl-one_free_staple_l_alt::before {
  content: "\eb29";
}

.xgl-one_free_staple_l_two_tone::before {
  content: "\eb28";
}

.xgl-one_free_staple_l_two_tone::after {
  content: "\eb29";
  opacity: 0.2;
}

.xgl-one_free_staple_p::before {
  content: "\eb2a";
}

.xgl-one_free_staple_p_alt::before {
  content: "\eb2b";
}

.xgl-one_free_staple_p_two_tone::before {
  content: "\eb2a";
}

.xgl-one_free_staple_p_two_tone::after {
  content: "\eb2b";
  opacity: 0.2;
}

.xgl-one_free_staple_two_tone::before {
  content: "\eb26";
}

.xgl-one_free_staple_two_tone::after {
  content: "\eb27";
  opacity: 0.2;
}

.xgl-one_round_tile::before {
  content: "\e9d2";
}

.xgl-one_round_tile_alt::before {
  content: "\e9d1";
}

.xgl-one_round_tile_two_tone::before {
  content: "\e9d2";
}

.xgl-one_round_tile_two_tone::after {
  content: "\e9d1";
  opacity: 0.2;
}

.xgl-one_staple::before {
  content: "\eb24";
}

.xgl-one_staple_alt::before {
  content: "\eb25";
}

.xgl-one_staple_l::before {
  content: "\e328";
}

.xgl-one_staple_l_alt::before {
  content: "\e72d";
}

.xgl-one_staple_l_two_tone::before {
  content: "\e328";
}

.xgl-one_staple_l_two_tone::after {
  content: "\e72d";
  opacity: 0.2;
}

.xgl-one_staple_left_l::before {
  content: "\e329";
}

.xgl-one_staple_left_l_alt::before {
  content: "\e72e";
}

.xgl-one_staple_left_l_two_tone::before {
  content: "\e329";
}

.xgl-one_staple_left_l_two_tone::after {
  content: "\e72e";
  opacity: 0.2;
}

.xgl-one_staple_left_p::before {
  content: "\e32a";
}

.xgl-one_staple_left_p_alt::before {
  content: "\e72f";
}

.xgl-one_staple_left_p_two_tone::before {
  content: "\e32a";
}

.xgl-one_staple_left_p_two_tone::after {
  content: "\e72f";
  opacity: 0.2;
}

.xgl-one_staple_p::before {
  content: "\e32b";
}

.xgl-one_staple_p_alt::before {
  content: "\e730";
}

.xgl-one_staple_p_two_tone::before {
  content: "\e32b";
}

.xgl-one_staple_p_two_tone::after {
  content: "\e730";
  opacity: 0.2;
}

.xgl-one_staple_right_l::before {
  content: "\e32c";
}

.xgl-one_staple_right_l_alt::before {
  content: "\e731";
}

.xgl-one_staple_right_l_two_tone::before {
  content: "\e32c";
}

.xgl-one_staple_right_l_two_tone::after {
  content: "\e731";
  opacity: 0.2;
}

.xgl-one_staple_right_p::before {
  content: "\e32d";
}

.xgl-one_staple_right_p_alt::before {
  content: "\e732";
}

.xgl-one_staple_right_p_two_tone::before {
  content: "\e32d";
}

.xgl-one_staple_right_p_two_tone::after {
  content: "\e732";
  opacity: 0.2;
}

.xgl-one_staple_two_tone::before {
  content: "\eb24";
}

.xgl-one_staple_two_tone::after {
  content: "\eb25";
  opacity: 0.2;
}

.xgl-one_touch::before {
  content: "\e32e";
}

.xgl-one_touch_alt::before {
  content: "\e32f";
}

.xgl-one_touch_two_tone::before {
  content: "\e32e";
}

.xgl-one_touch_two_tone::after {
  content: "\e32f";
  opacity: 0.2;
}

.xgl-onedrive::before {
  content: "\e330";
}

.xgl-onedrive_alt::before {
  content: "\e9d4";
}

.xgl-onedrive_two_tone::before {
  content: "\e330";
}

.xgl-onedrive_two_tone::after {
  content: "\e9d4";
  opacity: 0.2;
}

.xgl-online::before {
  content: "\e331";
}

.xgl-online_alt::before {
  content: "\e923";
}

.xgl-online_two_tone::before {
  content: "\e331";
}

.xgl-online_two_tone::after {
  content: "\e923";
  opacity: 0.2;
}

.xgl-opacity::before {
  content: "\e5b4";
}

.xgl-opacity_two_tone::before {
  content: "\e5b4";
}

.xgl-opacity_two_tone::after {
  content: "\e0d3";
  opacity: 0.2;
}

.xgl-opera::before {
  content: "\e332";
}

.xgl-operator::before {
  content: "\e8cf";
}

.xgl-operator_alt::before {
  content: "\e8d0";
}

.xgl-operator_two_tone::before {
  content: "\e8cf";
}

.xgl-operator_two_tone::after {
  content: "\e8d0";
  opacity: 0.2;
}

.xgl-order_bottom_top::before {
  content: "\e90b";
}

.xgl-order_bottom_top_square::before {
  content: "\e90f";
}

.xgl-order_bottom_top_square_alt::before {
  content: "\e910";
}

.xgl-order_bottom_top_square_two_tone::before {
  content: "\e90f";
}

.xgl-order_bottom_top_square_two_tone::after {
  content: "\e910";
  opacity: 0.2;
}

.xgl-order_down_left::before {
  content: "\e333";
}

.xgl-order_down_left_square::before {
  content: "\e8de";
}

.xgl-order_down_left_square_alt::before {
  content: "\e8e1";
}

.xgl-order_down_left_square_two_tone::before {
  content: "\e8de";
}

.xgl-order_down_left_square_two_tone::after {
  content: "\e8e1";
  opacity: 0.2;
}

.xgl-order_down_right::before {
  content: "\e334";
}

.xgl-order_down_right_square::before {
  content: "\e8e6";
}

.xgl-order_down_right_square_alt::before {
  content: "\e8e5";
}

.xgl-order_down_right_square_two_tone::before {
  content: "\e8e6";
}

.xgl-order_down_right_square_two_tone::after {
  content: "\e8e5";
  opacity: 0.2;
}

.xgl-order_left_down::before {
  content: "\e335";
}

.xgl-order_left_down_square::before {
  content: "\e8df";
}

.xgl-order_left_down_square_alt::before {
  content: "\e8e2";
}

.xgl-order_left_down_square_two_tone::before {
  content: "\e8df";
}

.xgl-order_left_down_square_two_tone::after {
  content: "\e8e2";
  opacity: 0.2;
}

.xgl-order_left_right::before {
  content: "\e336";
}

.xgl-order_left_right_square::before {
  content: "\e8e3";
}

.xgl-order_left_right_square_alt::before {
  content: "\e8e4";
}

.xgl-order_left_right_square_two_tone::before {
  content: "\e8e3";
}

.xgl-order_left_right_square_two_tone::after {
  content: "\e8e4";
  opacity: 0.2;
}

.xgl-order_left_up::before {
  content: "\ea74";
}

.xgl-order_right_down::before {
  content: "\e337";
}

.xgl-order_right_down_square::before {
  content: "\e8db";
}

.xgl-order_right_down_square_alt::before {
  content: "\e8e7";
}

.xgl-order_right_down_square_two_tone::before {
  content: "\e8db";
}

.xgl-order_right_down_square_two_tone::after {
  content: "\e8e7";
  opacity: 0.2;
}

.xgl-order_right_left::before {
  content: "\e338";
}

.xgl-order_right_left_square::before {
  content: "\e8e0";
}

.xgl-order_right_left_square_alt::before {
  content: "\e8e8";
}

.xgl-order_right_left_square_two_tone::before {
  content: "\e8e0";
}

.xgl-order_right_left_square_two_tone::after {
  content: "\e8e8";
  opacity: 0.2;
}

.xgl-order_right_up::before {
  content: "\e8da";
}

.xgl-order_right_up_square::before {
  content: "\e8dd";
}

.xgl-order_right_up_square_alt::before {
  content: "\e8e9";
}

.xgl-order_right_up_square_two_tone::before {
  content: "\e8dd";
}

.xgl-order_right_up_square_two_tone::after {
  content: "\e8e9";
  opacity: 0.2;
}

.xgl-order_top_bottom::before {
  content: "\e90c";
}

.xgl-order_top_bottom_square::before {
  content: "\e90d";
}

.xgl-order_top_bottom_square_alt::before {
  content: "\e90e";
}

.xgl-order_top_bottom_square_two_tone::before {
  content: "\e90d";
}

.xgl-order_top_bottom_square_two_tone::after {
  content: "\e90e";
  opacity: 0.2;
}

.xgl-order_up_left::before {
  content: "\ea75";
}

.xgl-order_up_right::before {
  content: "\e8d9";
}

.xgl-order_up_right_square::before {
  content: "\e8dc";
}

.xgl-order_up_right_square_alt::before {
  content: "\e8ea";
}

.xgl-order_up_right_square_two_tone::before {
  content: "\e8dc";
}

.xgl-order_up_right_square_two_tone::after {
  content: "\e8ea";
  opacity: 0.2;
}

.xgl-orientation_rotate_l::before {
  content: "\ec1d";
}

.xgl-orientation_rotate_l_alt::before {
  content: "\ec1e";
}

.xgl-orientation_rotate_l_two_tone::before {
  content: "\ec1d";
}

.xgl-orientation_rotate_l_two_tone::after {
  content: "\ec1e";
  opacity: 0.2;
}

.xgl-other_type_lef::before {
  content: "\e339";
}

.xgl-other_type_lef_alt::before {
  content: "\e733";
}

.xgl-other_type_lef_rtl::before {
  content: "\e5a4";
}

.xgl-other_type_lef_rtl_alt::before {
  content: "\e734";
}

.xgl-other_type_lef_rtl_two_tone::before {
  content: "\e5a4";
}

.xgl-other_type_lef_rtl_two_tone::after {
  content: "\e734";
  opacity: 0.2;
}

.xgl-other_type_lef_two_tone::before {
  content: "\e339";
}

.xgl-other_type_lef_two_tone::after {
  content: "\e733";
  opacity: 0.2;
}

.xgl-other_type_sef::before {
  content: "\e33a";
}

.xgl-other_type_sef_alt::before {
  content: "\e735";
}

.xgl-other_type_sef_rtl::before {
  content: "\e5a5";
}

.xgl-other_type_sef_rtl_alt::before {
  content: "\e736";
}

.xgl-other_type_sef_rtl_two_tone::before {
  content: "\e5a5";
}

.xgl-other_type_sef_rtl_two_tone::after {
  content: "\e736";
  opacity: 0.2;
}

.xgl-other_type_sef_two_tone::before {
  content: "\e33a";
}

.xgl-other_type_sef_two_tone::after {
  content: "\e735";
  opacity: 0.2;
}

.xgl-outbox::before {
  content: "\e33b";
}

.xgl-outbox_alt::before {
  content: "\e33c";
}

.xgl-outbox_two_tone::before {
  content: "\e33b";
}

.xgl-outbox_two_tone::after {
  content: "\e33c";
  opacity: 0.2;
}

.xgl-output::before {
  content: "\e799";
}

.xgl-overlap::before {
  content: "\e921";
}

.xgl-overlap_alt::before {
  content: "\e922";
}

.xgl-overlap_two_tone::before {
  content: "\e921";
}

.xgl-overlap_two_tone::after {
  content: "\e922";
  opacity: 0.2;
}

.xgl-overwrite_square::before {
  content: "\ea77";
}

.xgl-overwrite_square_alt::before {
  content: "\ea76";
}

.xgl-overwrite_square_two_tone::before {
  content: "\ea77";
}

.xgl-overwrite_square_two_tone::after {
  content: "\ea76";
  opacity: 0.2;
}

.xgl-overwrite_start::before {
  content: "\ec41";
}

.xgl-overwrite_start_alt::before {
  content: "\ec42";
}

.xgl-overwrite_start_two_tone::before {
  content: "\ec41";
}

.xgl-overwrite_start_two_tone::after {
  content: "\ec42";
  opacity: 0.2;
}

.xgl-package::before {
  content: "\e33d";
}

.xgl-package_alt::before {
  content: "\e33e";
}

.xgl-package_two_tone::before {
  content: "\e33d";
}

.xgl-package_two_tone::after {
  content: "\e33e";
  opacity: 0.2;
}

.xgl-page_layout_eight_p::before {
  content: "\ebcb";
}

.xgl-page_layout_eight_p_alt::before {
  content: "\ebcc";
}

.xgl-page_layout_eight_p_two_tone::before {
  content: "\ebcb";
}

.xgl-page_layout_eight_p_two_tone::after {
  content: "\ebcc";
  opacity: 0.2;
}

.xgl-page_layout_four_p::before {
  content: "\ebc9";
}

.xgl-page_layout_four_p_alt::before {
  content: "\ebca";
}

.xgl-page_layout_four_p_repeat::before {
  content: "\ec58";
}

.xgl-page_layout_four_p_repeat_alt::before {
  content: "\ec59";
}

.xgl-page_layout_four_p_repeat_two_tone::before {
  content: "\ec58";
}

.xgl-page_layout_four_p_repeat_two_tone::after {
  content: "\ec59";
  opacity: 0.2;
}

.xgl-page_layout_four_p_two_tone::before {
  content: "\ebc9";
}

.xgl-page_layout_four_p_two_tone::after {
  content: "\ebca";
  opacity: 0.2;
}

.xgl-page_layout_nine_p::before {
  content: "\ebd1";
}

.xgl-page_layout_nine_p_alt::before {
  content: "\ebd2";
}

.xgl-page_layout_nine_p_repeat::before {
  content: "\ec5c";
}

.xgl-page_layout_nine_p_repeat_alt::before {
  content: "\ec5d";
}

.xgl-page_layout_nine_p_repeat_two_tone::before {
  content: "\ec5c";
}

.xgl-page_layout_nine_p_repeat_two_tone::after {
  content: "\ec5d";
  opacity: 0.2;
}

.xgl-page_layout_nine_p_two_tone::before {
  content: "\ebd1";
}

.xgl-page_layout_nine_p_two_tone::after {
  content: "\ebd2";
  opacity: 0.2;
}

.xgl-page_layout_six_p::before {
  content: "\ebcf";
}

.xgl-page_layout_six_p_alt::before {
  content: "\ebd0";
}

.xgl-page_layout_six_p_repeat::before {
  content: "\ec5a";
}

.xgl-page_layout_six_p_repeat_alt::before {
  content: "\ec5b";
}

.xgl-page_layout_six_p_repeat_two_tone::before {
  content: "\ec5a";
}

.xgl-page_layout_six_p_repeat_two_tone::after {
  content: "\ec5b";
  opacity: 0.2;
}

.xgl-page_layout_six_p_two_tone::before {
  content: "\ebcf";
}

.xgl-page_layout_six_p_two_tone::after {
  content: "\ebd0";
  opacity: 0.2;
}

.xgl-page_layout_specify_p::before {
  content: "\ebd3";
}

.xgl-page_layout_specify_p_alt::before {
  content: "\ebd4";
}

.xgl-page_layout_specify_p_repeat::before {
  content: "\ec5e";
}

.xgl-page_layout_specify_p_repeat_alt::before {
  content: "\ec5f";
}

.xgl-page_layout_specify_p_repeat_two_tone::before {
  content: "\ec5e";
}

.xgl-page_layout_specify_p_repeat_two_tone::after {
  content: "\ec5f";
  opacity: 0.2;
}

.xgl-page_layout_specify_p_two_tone::before {
  content: "\ebd3";
}

.xgl-page_layout_specify_p_two_tone::after {
  content: "\ebd4";
  opacity: 0.2;
}

.xgl-page_layout_two_l::before {
  content: "\ebcd";
}

.xgl-page_layout_two_l_alt::before {
  content: "\ebce";
}

.xgl-page_layout_two_l_two_tone::before {
  content: "\ebcd";
}

.xgl-page_layout_two_l_two_tone::after {
  content: "\ebce";
  opacity: 0.2;
}

.xgl-page_layout_two_p::before {
  content: "\ebc7";
}

.xgl-page_layout_two_p_alt::before {
  content: "\ebc8";
}

.xgl-page_layout_two_p_repeat::before {
  content: "\ec56";
}

.xgl-page_layout_two_p_repeat_alt::before {
  content: "\ec57";
}

.xgl-page_layout_two_p_repeat_two_tone::before {
  content: "\ec56";
}

.xgl-page_layout_two_p_repeat_two_tone::after {
  content: "\ec57";
  opacity: 0.2;
}

.xgl-page_layout_two_p_two_tone::before {
  content: "\ebc7";
}

.xgl-page_layout_two_p_two_tone::after {
  content: "\ebc8";
  opacity: 0.2;
}

.xgl-page_number::before {
  content: "\e33f";
}

.xgl-page_number_alt::before {
  content: "\e340";
}

.xgl-page_number_two_tone::before {
  content: "\e33f";
}

.xgl-page_number_two_tone::after {
  content: "\e340";
  opacity: 0.2;
}

.xgl-paint::before {
  content: "\e341";
}

.xgl-paint_alt::before {
  content: "\e342";
}

.xgl-paint_brush::before {
  content: "\e343";
}

.xgl-paint_brush_alt::before {
  content: "\e344";
}

.xgl-paint_brush_two_tone::before {
  content: "\e343";
}

.xgl-paint_brush_two_tone::after {
  content: "\e344";
  opacity: 0.2;
}

.xgl-paint_roller::before {
  content: "\e93d";
}

.xgl-paint_roller_alt::before {
  content: "\e93e";
}

.xgl-paint_roller_two_tone::before {
  content: "\e93d";
}

.xgl-paint_roller_two_tone::after {
  content: "\e93e";
  opacity: 0.2;
}

.xgl-paint_two_tone::before {
  content: "\e341";
}

.xgl-paint_two_tone::after {
  content: "\e342";
  opacity: 0.2;
}

.xgl-palette::before {
  content: "\e622";
}

.xgl-palette_alt::before {
  content: "\e7ab";
}

.xgl-palette_two_tone::before {
  content: "\e622";
}

.xgl-palette_two_tone::after {
  content: "\e7ab";
  opacity: 0.2;
}

.xgl-panel_down::before {
  content: "\e88d";
}

.xgl-panel_left::before {
  content: "\e88e";
}

.xgl-panel_right::before {
  content: "\e88f";
}

.xgl-panel_up::before {
  content: "\e890";
}

.xgl-paper_add::before {
  content: "\e779";
}

.xgl-paper_face_down_copy::before {
  content: "\e77a";
}

.xgl-paper_face_down_copy_alt::before {
  content: "\ec84";
}

.xgl-paper_face_down_copy_two_tone::before {
  content: "\e77a";
}

.xgl-paper_face_down_copy_two_tone::after {
  content: "\ec84";
  opacity: 0.2;
}

.xgl-paper_face_down_original::before {
  content: "\e77b";
}

.xgl-paper_face_down_original_alt::before {
  content: "\ec85";
}

.xgl-paper_face_down_original_two_tone::before {
  content: "\e77b";
}

.xgl-paper_face_down_original_two_tone::after {
  content: "\ec85";
  opacity: 0.2;
}

.xgl-paper_jam::before {
  content: "\e77c";
}

.xgl-paper_roll::before {
  content: "\e77d";
}

.xgl-paper_roll_alt::before {
  content: "\ec81";
}

.xgl-paper_roll_two_tone::before {
  content: "\e77d";
}

.xgl-paper_roll_two_tone::after {
  content: "\ec81";
  opacity: 0.2;
}

.xgl-paper_save::before {
  content: "\e77e";
}

.xgl-paper_sided_copy::before {
  content: "\ec8f";
}

.xgl-paper_sided_copy_alt::before {
  content: "\ec90";
}

.xgl-paper_sided_copy_two_tone::before {
  content: "\ec8f";
}

.xgl-paper_sided_copy_two_tone::after {
  content: "\ec90";
  opacity: 0.2;
}

.xgl-paper_sided_original::before {
  content: "\ec91";
}

.xgl-paper_sided_original_alt::before {
  content: "\ec92";
}

.xgl-paper_sided_original_two_tone::before {
  content: "\ec91";
}

.xgl-paper_sided_original_two_tone::after {
  content: "\ec92";
  opacity: 0.2;
}

.xgl-paper_size::before {
  content: "\e77f";
}

.xgl-paper_size_alt::before {
  content: "\eb6e";
}

.xgl-paper_size_two_tone::before {
  content: "\e77f";
}

.xgl-paper_size_two_tone::after {
  content: "\eb6e";
  opacity: 0.2;
}

.xgl-paper_two_sided_copy::before {
  content: "\e780";
}

.xgl-paper_two_sided_copy_alt::before {
  content: "\ec82";
}

.xgl-paper_two_sided_copy_two_tone::before {
  content: "\e780";
}

.xgl-paper_two_sided_copy_two_tone::after {
  content: "\ec82";
  opacity: 0.2;
}

.xgl-paper_two_sided_original::before {
  content: "\e781";
}

.xgl-paper_two_sided_original_alt::before {
  content: "\ec83";
}

.xgl-paper_two_sided_original_two_tone::before {
  content: "\e781";
}

.xgl-paper_two_sided_original_two_tone::after {
  content: "\ec83";
  opacity: 0.2;
}

.xgl-paperclip::before {
  content: "\e345";
}

.xgl-parachute::before {
  content: "\e93f";
}

.xgl-parachute_alt::before {
  content: "\e940";
}

.xgl-parachute_two_tone::before {
  content: "\e93f";
}

.xgl-parachute_two_tone::after {
  content: "\e940";
  opacity: 0.2;
}

.xgl-park::before {
  content: "\e66b";
}

.xgl-park_alt::before {
  content: "\e66c";
}

.xgl-park_two_tone::before {
  content: "\e66b";
}

.xgl-park_two_tone::after {
  content: "\e66c";
  opacity: 0.2;
}

.xgl-parked_stack_bkgd::before {
  content: "\e9ad";
}

.xgl-parked_stack_frgd::before {
  content: "\e9ae";
}

.xgl-parked_stack_mdgd::before {
  content: "\e9af";
}

.xgl-password::before {
  content: "\e346";
}

.xgl-password_alt::before {
  content: "\e347";
}

.xgl-password_two_tone::before {
  content: "\e346";
}

.xgl-password_two_tone::after {
  content: "\e347";
  opacity: 0.2;
}

.xgl-pause::before {
  content: "\e348";
}

.xgl-pause_alt::before {
  content: "\e349";
}

.xgl-pause_circle::before {
  content: "\e34a";
}

.xgl-pause_circle_alt::before {
  content: "\e34b";
}

.xgl-pause_circle_two_tone::before {
  content: "\e34a";
}

.xgl-pause_circle_two_tone::after {
  content: "\e34b";
  opacity: 0.2;
}

.xgl-pause_secure::before {
  content: "\ec13";
}

.xgl-pause_secure_alt::before {
  content: "\ec14";
}

.xgl-pause_secure_two_tone::before {
  content: "\ec13";
}

.xgl-pause_secure_two_tone::after {
  content: "\ec14";
  opacity: 0.2;
}

.xgl-pause_square::before {
  content: "\e807";
}

.xgl-pause_square_alt::before {
  content: "\e808";
}

.xgl-pause_square_two_tone::before {
  content: "\e807";
}

.xgl-pause_square_two_tone::after {
  content: "\e808";
  opacity: 0.2;
}

.xgl-pause_stack_bkgd::before {
  content: "\e9b0";
}

.xgl-pause_stack_frgd::before {
  content: "\e9b1";
}

.xgl-pause_stack_mdgd::before {
  content: "\e9b2";
}

.xgl-pause_two_tone::before {
  content: "\e348";
}

.xgl-pause_two_tone::after {
  content: "\e349";
  opacity: 0.2;
}

.xgl-paypal::before {
  content: "\e34c";
}

.xgl-paypal_alt::before {
  content: "\ec8c";
}

.xgl-paypal_two_tone::before {
  content: "\e34c";
}

.xgl-paypal_two_tone::after {
  content: "\ec8c";
  opacity: 0.2;
}

.xgl-pen_cup::before {
  content: "\e87f";
}

.xgl-pen_cup_alt::before {
  content: "\e880";
}

.xgl-pen_cup_two_tone::before {
  content: "\e87f";
}

.xgl-pen_cup_two_tone::after {
  content: "\e880";
  opacity: 0.2;
}

.xgl-pending_stack_bkgd::before {
  content: "\e9b3";
}

.xgl-pending_stack_frgd::before {
  content: "\e9b4";
}

.xgl-pending_stack_mdgd::before {
  content: "\e9b5";
}

.xgl-people::before {
  content: "\e34d";
}

.xgl-people_alt::before {
  content: "\e34e";
}

.xgl-people_two_tone::before {
  content: "\e34d";
}

.xgl-people_two_tone::after {
  content: "\e34e";
  opacity: 0.2;
}

.xgl-perforator::before {
  content: "\e671";
}

.xgl-perforator_alt::before {
  content: "\e672";
}

.xgl-perforator_two_tone::before {
  content: "\e671";
}

.xgl-perforator_two_tone::after {
  content: "\e672";
  opacity: 0.2;
}

.xgl-personal_jobs::before {
  content: "\e34f";
}

.xgl-personal_jobs_alt::before {
  content: "\e350";
}

.xgl-personal_jobs_two_tone::before {
  content: "\e34f";
}

.xgl-personal_jobs_two_tone::after {
  content: "\e350";
  opacity: 0.2;
}

.xgl-phone::before {
  content: "\e351";
}

.xgl-phone_alt::before {
  content: "\e352";
}

.xgl-phone_audio::before {
  content: "\e353";
}

.xgl-phone_audio_alt::before {
  content: "\e354";
}

.xgl-phone_audio_two_tone::before {
  content: "\e353";
}

.xgl-phone_audio_two_tone::after {
  content: "\e354";
  opacity: 0.2;
}

.xgl-phone_dial_pause::before {
  content: "\e782";
}

.xgl-phone_dial_pause_alt::before {
  content: "\e783";
}

.xgl-phone_dial_pause_two_tone::before {
  content: "\e782";
}

.xgl-phone_dial_pause_two_tone::after {
  content: "\e783";
  opacity: 0.2;
}

.xgl-phone_disabled::before {
  content: "\e355";
}

.xgl-phone_disabled_alt::before {
  content: "\e356";
}

.xgl-phone_disabled_two_tone::before {
  content: "\e355";
}

.xgl-phone_disabled_two_tone::after {
  content: "\e356";
  opacity: 0.2;
}

.xgl-phone_incoming::before {
  content: "\e357";
}

.xgl-phone_incoming_alt::before {
  content: "\e358";
}

.xgl-phone_incoming_two_tone::before {
  content: "\e357";
}

.xgl-phone_incoming_two_tone::after {
  content: "\e358";
  opacity: 0.2;
}

.xgl-phone_info::before {
  content: "\ebbb";
}

.xgl-phone_info_alt::before {
  content: "\ebbc";
}

.xgl-phone_info_two_tone::before {
  content: "\ebbb";
}

.xgl-phone_info_two_tone::after {
  content: "\ebbc";
  opacity: 0.2;
}

.xgl-phone_jack::before {
  content: "\e784";
}

.xgl-phone_jack_alt::before {
  content: "\e785";
}

.xgl-phone_jack_two_tone::before {
  content: "\e784";
}

.xgl-phone_jack_two_tone::after {
  content: "\e785";
  opacity: 0.2;
}

.xgl-phone_log::before {
  content: "\e359";
}

.xgl-phone_log_alt::before {
  content: "\e35a";
}

.xgl-phone_log_two_tone::before {
  content: "\e359";
}

.xgl-phone_log_two_tone::after {
  content: "\e35a";
  opacity: 0.2;
}

.xgl-phone_message::before {
  content: "\ebb9";
}

.xgl-phone_message_alt::before {
  content: "\ebba";
}

.xgl-phone_message_two_tone::before {
  content: "\ebb9";
}

.xgl-phone_message_two_tone::after {
  content: "\ebba";
  opacity: 0.2;
}

.xgl-phone_outgoing::before {
  content: "\e35b";
}

.xgl-phone_outgoing_alt::before {
  content: "\e35c";
}

.xgl-phone_outgoing_two_tone::before {
  content: "\e35b";
}

.xgl-phone_outgoing_two_tone::after {
  content: "\e35c";
  opacity: 0.2;
}

.xgl-phone_recent::before {
  content: "\e35d";
}

.xgl-phone_recent_alt::before {
  content: "\e35e";
}

.xgl-phone_recent_two_tone::before {
  content: "\e35d";
}

.xgl-phone_recent_two_tone::after {
  content: "\e35e";
  opacity: 0.2;
}

.xgl-phone_redial::before {
  content: "\e786";
}

.xgl-phone_redial_alt::before {
  content: "\e786";
}

.xgl-phone_redial_two_tone::before {
  content: "\e786";
}

.xgl-phone_redial_two_tone::after {
  content: "\e786";
  opacity: 0.2;
}

.xgl-phone_speed_dial::before {
  content: "\e788";
}

.xgl-phone_speed_dial_alt::before {
  content: "\e789";
}

.xgl-phone_speed_dial_two_tone::before {
  content: "\e788";
}

.xgl-phone_speed_dial_two_tone::after {
  content: "\e789";
  opacity: 0.2;
}

.xgl-phone_two_tone::before {
  content: "\e351";
}

.xgl-phone_two_tone::after {
  content: "\e352";
  opacity: 0.2;
}

.xgl-photo_lef::before {
  content: "\e35f";
}

.xgl-photo_lef_alt::before {
  content: "\e737";
}

.xgl-photo_lef_two_tone::before {
  content: "\e35f";
}

.xgl-photo_lef_two_tone::after {
  content: "\e737";
  opacity: 0.2;
}

.xgl-photo_sef::before {
  content: "\e360";
}

.xgl-photo_sef_alt::before {
  content: "\e738";
}

.xgl-photo_sef_two_tone::before {
  content: "\e360";
}

.xgl-photo_sef_two_tone::after {
  content: "\e738";
  opacity: 0.2;
}

.xgl-photoshop::before {
  content: "\e8d7";
}

.xgl-photoshop_alt::before {
  content: "\e8d8";
}

.xgl-photoshop_two_tone::before {
  content: "\e8d7";
}

.xgl-photoshop_two_tone::after {
  content: "\e8d8";
  opacity: 0.2;
}

.xgl-picture::before {
  content: "\e361";
}

.xgl-picture_alt::before {
  content: "\e362";
}

.xgl-picture_two_tone::before {
  content: "\e361";
}

.xgl-picture_two_tone::after {
  content: "\e362";
  opacity: 0.2;
}

.xgl-pictures::before {
  content: "\e363";
}

.xgl-pictures_alt::before {
  content: "\e364";
}

.xgl-pictures_two_tone::before {
  content: "\e363";
}

.xgl-pictures_two_tone::after {
  content: "\e364";
  opacity: 0.2;
}

.xgl-pie_chart::before {
  content: "\e365";
}

.xgl-pie_chart_alt::before {
  content: "\e366";
}

.xgl-pie_chart_square::before {
  content: "\e367";
}

.xgl-pie_chart_square_alt::before {
  content: "\e368";
}

.xgl-pie_chart_square_two_tone::before {
  content: "\e367";
}

.xgl-pie_chart_square_two_tone::after {
  content: "\e368";
  opacity: 0.2;
}

.xgl-pie_chart_two_tone::before {
  content: "\e365";
}

.xgl-pie_chart_two_tone::after {
  content: "\e366";
  opacity: 0.2;
}

.xgl-pilcrow::before {
  content: "\e5c5";
}

.xgl-pin::before {
  content: "\e597";
}

.xgl-pin_alt::before {
  content: "\e598";
}

.xgl-pin_two_tone::before {
  content: "\e597";
}

.xgl-pin_two_tone::after {
  content: "\e598";
  opacity: 0.2;
}

.xgl-pinch::before {
  content: "\e913";
}

.xgl-pinch_alt::before {
  content: "\e914";
}

.xgl-pinch_three::before {
  content: "\e917";
}

.xgl-pinch_three_alt::before {
  content: "\e918";
}

.xgl-pinch_three_two_tone::before {
  content: "\e917";
}

.xgl-pinch_three_two_tone::after {
  content: "\e918";
  opacity: 0.2;
}

.xgl-pinch_two_tone::before {
  content: "\e913";
}

.xgl-pinch_two_tone::after {
  content: "\e914";
  opacity: 0.2;
}

.xgl-plain_lef::before {
  content: "\e369";
}

.xgl-plain_lef_alt::before {
  content: "\e739";
}

.xgl-plain_lef_two_tone::before {
  content: "\e369";
}

.xgl-plain_lef_two_tone::after {
  content: "\e739";
  opacity: 0.2;
}

.xgl-plain_reloaded_lef::before {
  content: "\e36a";
}

.xgl-plain_reloaded_lef_alt::before {
  content: "\e73a";
}

.xgl-plain_reloaded_lef_two_tone::before {
  content: "\e36a";
}

.xgl-plain_reloaded_lef_two_tone::after {
  content: "\e73a";
  opacity: 0.2;
}

.xgl-plain_reloaded_sef::before {
  content: "\e36b";
}

.xgl-plain_reloaded_sef_alt::before {
  content: "\e73b";
}

.xgl-plain_reloaded_sef_two_tone::before {
  content: "\e36b";
}

.xgl-plain_reloaded_sef_two_tone::after {
  content: "\e73b";
  opacity: 0.2;
}

.xgl-plain_sef::before {
  content: "\e36c";
}

.xgl-plain_sef_alt::before {
  content: "\e73c";
}

.xgl-plain_sef_two_tone::before {
  content: "\e36c";
}

.xgl-plain_sef_two_tone::after {
  content: "\e73c";
  opacity: 0.2;
}

.xgl-play::before {
  content: "\e36d";
}

.xgl-play_alt::before {
  content: "\e36e";
}

.xgl-play_two_tone::before {
  content: "\e36d";
}

.xgl-play_two_tone::after {
  content: "\e36e";
  opacity: 0.2;
}

.xgl-plug::before {
  content: "\e36f";
}

.xgl-plug_alt::before {
  content: "\e370";
}

.xgl-plug_disabled::before {
  content: "\e933";
}

.xgl-plug_disabled_alt::before {
  content: "\e934";
}

.xgl-plug_disabled_two_tone::before {
  content: "\e933";
}

.xgl-plug_disabled_two_tone::after {
  content: "\e934";
  opacity: 0.2;
}

.xgl-plug_two_tone::before {
  content: "\e36f";
}

.xgl-plug_two_tone::after {
  content: "\e370";
  opacity: 0.2;
}

.xgl-plugin::before {
  content: "\e8aa";
}

.xgl-plugin_alt::before {
  content: "\e8ab";
}

.xgl-plugin_two_tone::before {
  content: "\e8aa";
}

.xgl-plugin_two_tone::after {
  content: "\e8ab";
  opacity: 0.2;
}

.xgl-plus::before {
  content: "\e371";
}

.xgl-plus_minus::before {
  content: "\e372";
}

.xgl-pointer::before {
  content: "\e373";
}

.xgl-pointer_alt::before {
  content: "\e374";
}

.xgl-pointer_two_tone::before {
  content: "\e373";
}

.xgl-pointer_two_tone::after {
  content: "\e374";
  opacity: 0.2;
}

.xgl-polling::before {
  content: "\e375";
}

.xgl-polling_disabled::before {
  content: "\e924";
}

.xgl-portrait::before {
  content: "\e376";
}

.xgl-portrait_alt::before {
  content: "\e377";
}

.xgl-portrait_two_tone::before {
  content: "\e376";
}

.xgl-portrait_two_tone::after {
  content: "\e377";
  opacity: 0.2;
}

.xgl-positioning::before {
  content: "\e378";
}

.xgl-positioning_alt::before {
  content: "\e379";
}

.xgl-positioning_mfd::before {
  content: "\e9b6";
}

.xgl-positioning_mfd_alt::before {
  content: "\e9b7";
}

.xgl-positioning_mfd_two_tone::before {
  content: "\e9b6";
}

.xgl-positioning_mfd_two_tone::after {
  content: "\e9b7";
  opacity: 0.2;
}

.xgl-positioning_two_tone::before {
  content: "\e378";
}

.xgl-positioning_two_tone::after {
  content: "\e379";
  opacity: 0.2;
}

.xgl-postcard_lef::before {
  content: "\e37a";
}

.xgl-postcard_lef_alt::before {
  content: "\e73d";
}

.xgl-postcard_lef_two_tone::before {
  content: "\e37a";
}

.xgl-postcard_lef_two_tone::after {
  content: "\e73d";
  opacity: 0.2;
}

.xgl-postcard_reloaded_lef::before {
  content: "\e37b";
}

.xgl-postcard_reloaded_lef_alt::before {
  content: "\e73e";
}

.xgl-postcard_reloaded_lef_two_tone::before {
  content: "\e37b";
}

.xgl-postcard_reloaded_lef_two_tone::after {
  content: "\e73e";
  opacity: 0.2;
}

.xgl-postcard_reloaded_sef::before {
  content: "\e37c";
}

.xgl-postcard_reloaded_sef_alt::before {
  content: "\e73f";
}

.xgl-postcard_reloaded_sef_two_tone::before {
  content: "\e37c";
}

.xgl-postcard_reloaded_sef_two_tone::after {
  content: "\e73f";
  opacity: 0.2;
}

.xgl-postcard_sef::before {
  content: "\e37d";
}

.xgl-postcard_sef_alt::before {
  content: "\e740";
}

.xgl-postcard_sef_two_tone::before {
  content: "\e37d";
}

.xgl-postcard_sef_two_tone::after {
  content: "\e740";
  opacity: 0.2;
}

.xgl-pound::before {
  content: "\e37e";
}

.xgl-power::before {
  content: "\e37f";
}

.xgl-power_alt::before {
  content: "\eb75";
}

.xgl-power_cycle::before {
  content: "\e78a";
}

.xgl-power_cycle_alt::before {
  content: "\eb74";
}

.xgl-power_cycle_two_tone::before {
  content: "\e78a";
}

.xgl-power_cycle_two_tone::after {
  content: "\eb74";
  opacity: 0.2;
}

.xgl-power_off::before {
  content: "\e78b";
}

.xgl-power_on::before {
  content: "\e78c";
}

.xgl-power_two_tone::before {
  content: "\e37f";
}

.xgl-power_two_tone::after {
  content: "\eb75";
  opacity: 0.2;
}

.xgl-pre_gate_roll::before {
  content: "\ead2";
}

.xgl-pre_gate_roll_alt::before {
  content: "\ead3";
}

.xgl-pre_gate_roll_two_tone::before {
  content: "\ead2";
}

.xgl-pre_gate_roll_two_tone::after {
  content: "\ead3";
  opacity: 0.2;
}

.xgl-precut_tabs_lef::before {
  content: "\e380";
}

.xgl-precut_tabs_lef_alt::before {
  content: "\e741";
}

.xgl-precut_tabs_lef_two_tone::before {
  content: "\e380";
}

.xgl-precut_tabs_lef_two_tone::after {
  content: "\e741";
  opacity: 0.2;
}

.xgl-precut_tabs_sef::before {
  content: "\e381";
}

.xgl-precut_tabs_sef_alt::before {
  content: "\e742";
}

.xgl-precut_tabs_sef_two_tone::before {
  content: "\e381";
}

.xgl-precut_tabs_sef_two_tone::after {
  content: "\e742";
  opacity: 0.2;
}

.xgl-preprinted_lef::before {
  content: "\e382";
}

.xgl-preprinted_lef_alt::before {
  content: "\e743";
}

.xgl-preprinted_lef_two_tone::before {
  content: "\e382";
}

.xgl-preprinted_lef_two_tone::after {
  content: "\e743";
  opacity: 0.2;
}

.xgl-preprinted_sef::before {
  content: "\e383";
}

.xgl-preprinted_sef_alt::before {
  content: "\e744";
}

.xgl-preprinted_sef_two_tone::before {
  content: "\e383";
}

.xgl-preprinted_sef_two_tone::after {
  content: "\e744";
  opacity: 0.2;
}

.xgl-presentation::before {
  content: "\e384";
}

.xgl-presentation_alt::before {
  content: "\e385";
}

.xgl-presentation_two_tone::before {
  content: "\e384";
}

.xgl-presentation_two_tone::after {
  content: "\e385";
  opacity: 0.2;
}

.xgl-preset_pixels::before {
  content: "\ec0d";
}

.xgl-preset_pixels_alt::before {
  content: "\ec0e";
}

.xgl-preset_pixels_two_tone::before {
  content: "\ec0d";
}

.xgl-preset_pixels_two_tone::after {
  content: "\ec0e";
  opacity: 0.2;
}

.xgl-previous::before {
  content: "\e386";
}

.xgl-previous_alt::before {
  content: "\e387";
}

.xgl-previous_square::before {
  content: "\e388";
}

.xgl-previous_square_alt::before {
  content: "\e389";
}

.xgl-previous_square_two_tone::before {
  content: "\e388";
}

.xgl-previous_square_two_tone::after {
  content: "\e389";
  opacity: 0.2;
}

.xgl-previous_two_tone::before {
  content: "\e386";
}

.xgl-previous_two_tone::after {
  content: "\e387";
  opacity: 0.2;
}

.xgl-print::before {
  content: "\e38a";
}

.xgl-print_all::before {
  content: "\e697";
}

.xgl-print_all_alt::before {
  content: "\e698";
}

.xgl-print_all_two_tone::before {
  content: "\e697";
}

.xgl-print_all_two_tone::after {
  content: "\e698";
  opacity: 0.2;
}

.xgl-print_alt::before {
  content: "\e38b";
}

.xgl-print_cartridge::before {
  content: "\e809";
}

.xgl-print_cartridge_alt::before {
  content: "\e80a";
}

.xgl-print_cartridge_two_tone::before {
  content: "\e809";
}

.xgl-print_cartridge_two_tone::after {
  content: "\e80a";
  opacity: 0.2;
}

.xgl-print_drum::before {
  content: "\e7bd";
}

.xgl-print_drum_two_tone::before {
  content: "\e7bd";
}

.xgl-print_drum_two_tone::after {
  content: "\e0df";
  opacity: 0.2;
}

.xgl-print_square::before {
  content: "\e38c";
}

.xgl-print_square_alt::before {
  content: "\e38d";
}

.xgl-print_square_two_tone::before {
  content: "\e38c";
}

.xgl-print_square_two_tone::after {
  content: "\e38d";
  opacity: 0.2;
}

.xgl-print_two_tone::before {
  content: "\e38a";
}

.xgl-print_two_tone::after {
  content: "\e38b";
  opacity: 0.2;
}

.xgl-printer_default_type_lef::before {
  content: "\e38e";
}

.xgl-printer_default_type_lef_alt::before {
  content: "\e745";
}

.xgl-printer_default_type_lef_two_tone::before {
  content: "\e38e";
}

.xgl-printer_default_type_lef_two_tone::after {
  content: "\e745";
  opacity: 0.2;
}

.xgl-printer_default_type_sef::before {
  content: "\e38f";
}

.xgl-printer_default_type_sef_alt::before {
  content: "\e76e";
}

.xgl-printer_default_type_sef_two_tone::before {
  content: "\e38f";
}

.xgl-printer_default_type_sef_two_tone::after {
  content: "\e76e";
  opacity: 0.2;
}

.xgl-printhead::before {
  content: "\e640";
}

.xgl-printhead_alt::before {
  content: "\e641";
}

.xgl-printhead_two_tone::before {
  content: "\e640";
}

.xgl-printhead_two_tone::after {
  content: "\e641";
  opacity: 0.2;
}

.xgl-processing_stack_bkgd::before {
  content: "\e9b8";
}

.xgl-processing_stack_frgd::before {
  content: "\e9b9";
}

.xgl-processing_stack_mdgd::before {
  content: "\e9ba";
}

.xgl-profile::before {
  content: "\e390";
}

.xgl-profile_add::before {
  content: "\e954";
}

.xgl-profile_add_alt::before {
  content: "\e955";
}

.xgl-profile_add_two_tone::before {
  content: "\e954";
}

.xgl-profile_add_two_tone::after {
  content: "\e955";
  opacity: 0.2;
}

.xgl-profile_alt::before {
  content: "\e391";
}

.xgl-profile_group::before {
  content: "\ea78";
}

.xgl-profile_group_alt::before {
  content: "\ea79";
}

.xgl-profile_group_two_tone::before {
  content: "\ea78";
}

.xgl-profile_group_two_tone::after {
  content: "\ea79";
  opacity: 0.2;
}

.xgl-profile_two_tone::before {
  content: "\e390";
}

.xgl-profile_two_tone::after {
  content: "\e391";
  opacity: 0.2;
}

.xgl-prohibit::before {
  content: "\e392";
}

.xgl-prohibit_square::before {
  content: "\e393";
}

.xgl-prohibit_square_alt::before {
  content: "\e394";
}

.xgl-prohibit_square_two_tone::before {
  content: "\e393";
}

.xgl-prohibit_square_two_tone::after {
  content: "\e394";
  opacity: 0.2;
}

.xgl-prohibit_two_tone::before {
  content: "\e392";
}

.xgl-prohibit_two_tone::after {
  content: "\e0df";
  opacity: 0.2;
}

.xgl-promo::before {
  content: "\e638";
}

.xgl-promo_alt::before {
  content: "\e639";
}

.xgl-promo_two_tone::before {
  content: "\e638";
}

.xgl-promo_two_tone::after {
  content: "\e639";
  opacity: 0.2;
}

.xgl-promote::before {
  content: "\e395";
}

.xgl-promote_square::before {
  content: "\e396";
}

.xgl-promote_square_alt::before {
  content: "\e397";
}

.xgl-promote_square_two_tone::before {
  content: "\e396";
}

.xgl-promote_square_two_tone::after {
  content: "\e397";
  opacity: 0.2;
}

.xgl-property::before {
  content: "\e855";
}

.xgl-property_alt::before {
  content: "\e856";
}

.xgl-property_two_tone::before {
  content: "\e855";
}

.xgl-property_two_tone::after {
  content: "\e856";
  opacity: 0.2;
}

.xgl-prototype::before {
  content: "\e8ac";
}

.xgl-prototype_alt::before {
  content: "\e8ad";
}

.xgl-prototype_two_tone::before {
  content: "\e8ac";
}

.xgl-prototype_two_tone::after {
  content: "\e8ad";
  opacity: 0.2;
}

.xgl-puzzle::before {
  content: "\e599";
}

.xgl-puzzle_alt::before {
  content: "\e59a";
}

.xgl-puzzle_two_tone::before {
  content: "\e599";
}

.xgl-puzzle_two_tone::after {
  content: "\e59a";
  opacity: 0.2;
}

.xgl-qr_code::before {
  content: "\e398";
}

.xgl-qr_code_alt::before {
  content: "\ec88";
}

.xgl-qr_code_two_tone::before {
  content: "\e398";
}

.xgl-qr_code_two_tone::after {
  content: "\ec88";
  opacity: 0.2;
}

.xgl-quantity::before {
  content: "\e399";
}

.xgl-quantity_alt::before {
  content: "\e39a";
}

.xgl-quantity_two_tone::before {
  content: "\e399";
}

.xgl-quantity_two_tone::after {
  content: "\e39a";
  opacity: 0.2;
}

.xgl-queue::before {
  content: "\e39b";
}

.xgl-queue_active::before {
  content: "\e39c";
}

.xgl-queue_active_alt::before {
  content: "\e39d";
}

.xgl-queue_active_two_tone::before {
  content: "\e39c";
}

.xgl-queue_active_two_tone::after {
  content: "\e39d";
  opacity: 0.2;
}

.xgl-queue_add::before {
  content: "\e62b";
}

.xgl-queue_add_alt::before {
  content: "\e62c";
}

.xgl-queue_add_two_tone::before {
  content: "\e62b";
}

.xgl-queue_add_two_tone::after {
  content: "\e62c";
  opacity: 0.2;
}

.xgl-queue_alt::before {
  content: "\e39e";
}

.xgl-queue_completed::before {
  content: "\e39f";
}

.xgl-queue_completed_alt::before {
  content: "\e3a0";
}

.xgl-queue_completed_two_tone::before {
  content: "\e39f";
}

.xgl-queue_completed_two_tone::after {
  content: "\e3a0";
  opacity: 0.2;
}

.xgl-queue_held::before {
  content: "\e3a1";
}

.xgl-queue_held_alt::before {
  content: "\e3a2";
}

.xgl-queue_held_two_tone::before {
  content: "\e3a1";
}

.xgl-queue_held_two_tone::after {
  content: "\e3a2";
  opacity: 0.2;
}

.xgl-queue_secure::before {
  content: "\eb72";
}

.xgl-queue_secure_alt::before {
  content: "\eb73";
}

.xgl-queue_secure_two_tone::before {
  content: "\eb72";
}

.xgl-queue_secure_two_tone::after {
  content: "\eb73";
  opacity: 0.2;
}

.xgl-queue_two_tone::before {
  content: "\e39b";
}

.xgl-queue_two_tone::after {
  content: "\e39e";
  opacity: 0.2;
}

.xgl-quote::before {
  content: "\e3a3";
}

.xgl-quote_alt::before {
  content: "\e3a4";
}

.xgl-quote_open::before {
  content: "\e5b5";
}

.xgl-quote_open_alt::before {
  content: "\e5b6";
}

.xgl-quote_open_two_tone::before {
  content: "\e5b5";
}

.xgl-quote_open_two_tone::after {
  content: "\e5b6";
  opacity: 0.2;
}

.xgl-quote_two_tone::before {
  content: "\e3a3";
}

.xgl-quote_two_tone::after {
  content: "\e3a4";
  opacity: 0.2;
}

.xgl-radio_off::before {
  content: "\e3a5";
}

.xgl-radio_off_hover::before {
  content: "\eb6a";
}

.xgl-radio_on::before {
  content: "\e3a6";
}

.xgl-radio_on_hover::before {
  content: "\eb6b";
}

.xgl-rate::before {
  content: "\e3a7";
}

.xgl-rate_alt::before {
  content: "\e3a8";
}

.xgl-rate_two_tone::before {
  content: "\e3a7";
}

.xgl-rate_two_tone::after {
  content: "\e3a8";
  opacity: 0.2;
}

.xgl-read_receipts::before {
  content: "\e3a9";
}

.xgl-read_receipts_alt::before {
  content: "\e3aa";
}

.xgl-read_receipts_two_tone::before {
  content: "\e3a9";
}

.xgl-read_receipts_two_tone::after {
  content: "\e3aa";
  opacity: 0.2;
}

.xgl-reading_list::before {
  content: "\e3ab";
}

.xgl-reading_list_alt::before {
  content: "\eb71";
}

.xgl-reading_list_two_tone::before {
  content: "\e3ab";
}

.xgl-reading_list_two_tone::after {
  content: "\eb71";
  opacity: 0.2;
}

.xgl-reading_order_l_r::before {
  content: "\e3ac";
}

.xgl-reading_order_l_r_alt::before {
  content: "\e3ad";
}

.xgl-reading_order_l_r_two_tone::before {
  content: "\e3ac";
}

.xgl-reading_order_l_r_two_tone::after {
  content: "\e3ad";
  opacity: 0.2;
}

.xgl-reading_order_r_l::before {
  content: "\e3ae";
}

.xgl-reading_order_r_l_alt::before {
  content: "\e3af";
}

.xgl-reading_order_r_l_two_tone::before {
  content: "\e3ae";
}

.xgl-reading_order_r_l_two_tone::after {
  content: "\e3af";
  opacity: 0.2;
}

.xgl-receipt::before {
  content: "\e3b0";
}

.xgl-receipt_alt::before {
  content: "\e3b1";
}

.xgl-receipt_two_tone::before {
  content: "\e3b0";
}

.xgl-receipt_two_tone::after {
  content: "\e3b1";
  opacity: 0.2;
}

.xgl-recipient_bcc::before {
  content: "\e857";
}

.xgl-recipient_bcc_alt::before {
  content: "\e858";
}

.xgl-recipient_bcc_two_tone::before {
  content: "\e857";
}

.xgl-recipient_bcc_two_tone::after {
  content: "\e858";
  opacity: 0.2;
}

.xgl-recipient_cc::before {
  content: "\e859";
}

.xgl-recipient_cc_alt::before {
  content: "\e85a";
}

.xgl-recipient_cc_two_tone::before {
  content: "\e859";
}

.xgl-recipient_cc_two_tone::after {
  content: "\e85a";
  opacity: 0.2;
}

.xgl-recipient_to::before {
  content: "\e85b";
}

.xgl-recipient_to_alt::before {
  content: "\e85c";
}

.xgl-recipient_to_two_tone::before {
  content: "\e85b";
}

.xgl-recipient_to_two_tone::after {
  content: "\e85c";
  opacity: 0.2;
}

.xgl-record::before {
  content: "\e3b2";
}

.xgl-record_alt::before {
  content: "\e3b3";
}

.xgl-record_two_tone::before {
  content: "\e3b2";
}

.xgl-record_two_tone::after {
  content: "\e3b3";
  opacity: 0.2;
}

.xgl-rectangle_horiz_bkgd::before {
  content: "\e3b4";
}

.xgl-rectangle_vert_bkgd::before {
  content: "\e3b5";
}

.xgl-recycle::before {
  content: "\e3b6";
}

.xgl-recycle_two_tone::before {
  content: "\e3b6";
}

.xgl-recycle_two_tone::after {
  content: "\ec89";
  opacity: 0.2;
}

.xgl-recycled_full_cut_tabs_lef::before {
  content: "\e3b7";
}

.xgl-recycled_full_cut_tabs_lef_alt::before {
  content: "\e746";
}

.xgl-recycled_full_cut_tabs_lef_two_tone::before {
  content: "\e3b7";
}

.xgl-recycled_full_cut_tabs_lef_two_tone::after {
  content: "\e746";
  opacity: 0.2;
}

.xgl-recycled_full_cut_tabs_sef::before {
  content: "\e3b8";
}

.xgl-recycled_full_cut_tabs_sef_alt::before {
  content: "\e747";
}

.xgl-recycled_full_cut_tabs_sef_two_tone::before {
  content: "\e3b8";
}

.xgl-recycled_full_cut_tabs_sef_two_tone::after {
  content: "\e747";
  opacity: 0.2;
}

.xgl-recycled_lef::before {
  content: "\e3b9";
}

.xgl-recycled_lef_alt::before {
  content: "\e748";
}

.xgl-recycled_lef_two_tone::before {
  content: "\e3b9";
}

.xgl-recycled_lef_two_tone::after {
  content: "\e748";
  opacity: 0.2;
}

.xgl-recycled_precut_tabs_lef::before {
  content: "\e3ba";
}

.xgl-recycled_precut_tabs_lef_alt::before {
  content: "\e749";
}

.xgl-recycled_precut_tabs_lef_two_tone::before {
  content: "\e3ba";
}

.xgl-recycled_precut_tabs_lef_two_tone::after {
  content: "\e749";
  opacity: 0.2;
}

.xgl-recycled_precut_tabs_sef::before {
  content: "\e3bb";
}

.xgl-recycled_precut_tabs_sef_alt::before {
  content: "\e74a";
}

.xgl-recycled_precut_tabs_sef_two_tone::before {
  content: "\e3bb";
}

.xgl-recycled_precut_tabs_sef_two_tone::after {
  content: "\e74a";
  opacity: 0.2;
}

.xgl-recycled_reloaded_lef::before {
  content: "\e943";
}

.xgl-recycled_reloaded_lef_alt::before {
  content: "\e944";
}

.xgl-recycled_reloaded_lef_two_tone::before {
  content: "\e943";
}

.xgl-recycled_reloaded_lef_two_tone::after {
  content: "\e944";
  opacity: 0.2;
}

.xgl-recycled_reloaded_sef::before {
  content: "\e941";
}

.xgl-recycled_reloaded_sef_alt::before {
  content: "\e942";
}

.xgl-recycled_reloaded_sef_two_tone::before {
  content: "\e941";
}

.xgl-recycled_reloaded_sef_two_tone::after {
  content: "\e942";
  opacity: 0.2;
}

.xgl-recycled_sef::before {
  content: "\e3bc";
}

.xgl-recycled_sef_alt::before {
  content: "\e74b";
}

.xgl-recycled_sef_two_tone::before {
  content: "\e3bc";
}

.xgl-recycled_sef_two_tone::after {
  content: "\e74b";
  opacity: 0.2;
}

.xgl-redirect::before {
  content: "\e3bd";
}

.xgl-redirect_all::before {
  content: "\eac2";
}

.xgl-redirect_all_alt::before {
  content: "\eac3";
}

.xgl-redirect_all_rtl::before {
  content: "\eac4";
}

.xgl-redirect_all_rtl_alt::before {
  content: "\eac5";
}

.xgl-redirect_all_rtl_two_tone::before {
  content: "\eac4";
}

.xgl-redirect_all_rtl_two_tone::after {
  content: "\eac5";
  opacity: 0.2;
}

.xgl-redirect_all_two_tone::before {
  content: "\eac2";
}

.xgl-redirect_all_two_tone::after {
  content: "\eac3";
  opacity: 0.2;
}

.xgl-redirect_alt::before {
  content: "\e95f";
}

.xgl-redirect_rtl::before {
  content: "\e5a7";
}

.xgl-redirect_rtl_alt::before {
  content: "\e960";
}

.xgl-redirect_rtl_two_tone::before {
  content: "\e5a7";
}

.xgl-redirect_rtl_two_tone::after {
  content: "\e960";
  opacity: 0.2;
}

.xgl-redirect_two_tone::before {
  content: "\e3bd";
}

.xgl-redirect_two_tone::after {
  content: "\e95f";
  opacity: 0.2;
}

.xgl-redo::before {
  content: "\e3be";
}

.xgl-redo_square::before {
  content: "\e3bf";
}

.xgl-redo_square_alt::before {
  content: "\e3c0";
}

.xgl-redo_square_two_tone::before {
  content: "\e3bf";
}

.xgl-redo_square_two_tone::after {
  content: "\e3c0";
  opacity: 0.2;
}

.xgl-reduce_enlarge::before {
  content: "\e3c1";
}

.xgl-reduce_enlarge_100::before {
  content: "\ec60";
}

.xgl-reduce_enlarge_100_alt::before {
  content: "\ec61";
}

.xgl-reduce_enlarge_100_two_tone::before {
  content: "\ec60";
}

.xgl-reduce_enlarge_100_two_tone::after {
  content: "\ec61";
  opacity: 0.2;
}

.xgl-reduce_enlarge_alt::before {
  content: "\e3c2";
}

.xgl-reduce_enlarge_locked::before {
  content: "\ec36";
}

.xgl-reduce_enlarge_locked_alt::before {
  content: "\ec37";
}

.xgl-reduce_enlarge_locked_two_tone::before {
  content: "\ec36";
}

.xgl-reduce_enlarge_locked_two_tone::after {
  content: "\ec37";
  opacity: 0.2;
}

.xgl-reduce_enlarge_two_tone::before {
  content: "\e3c1";
}

.xgl-reduce_enlarge_two_tone::after {
  content: "\e3c2";
  opacity: 0.2;
}

.xgl-refresh::before {
  content: "\e3c3";
}

.xgl-refresh_all::before {
  content: "\e3c4";
}

.xgl-refresh_all_alt::before {
  content: "\e3c5";
}

.xgl-refresh_all_two_tone::before {
  content: "\e3c4";
}

.xgl-refresh_all_two_tone::after {
  content: "\e3c5";
  opacity: 0.2;
}

.xgl-refresh_square::before {
  content: "\e3c6";
}

.xgl-refresh_square_alt::before {
  content: "\e3c7";
}

.xgl-refresh_square_two_tone::before {
  content: "\e3c6";
}

.xgl-refresh_square_two_tone::after {
  content: "\e3c7";
  opacity: 0.2;
}

.xgl-regi_loop::before {
  content: "\ead0";
}

.xgl-regi_loop_alt::before {
  content: "\ead1";
}

.xgl-regi_loop_two_tone::before {
  content: "\ead0";
}

.xgl-regi_loop_two_tone::after {
  content: "\ead1";
  opacity: 0.2;
}

.xgl-reload::before {
  content: "\e3c8";
}

.xgl-reload_partial::before {
  content: "\ea7a";
}

.xgl-remote::before {
  content: "\e3c9";
}

.xgl-remote_alt::before {
  content: "\e3ca";
}

.xgl-remote_desktop::before {
  content: "\e3cb";
}

.xgl-remote_desktop_alt::before {
  content: "\e3cc";
}

.xgl-remote_desktop_two_tone::before {
  content: "\e3cb";
}

.xgl-remote_desktop_two_tone::after {
  content: "\e3cc";
  opacity: 0.2;
}

.xgl-remote_two_tone::before {
  content: "\e3c9";
}

.xgl-remote_two_tone::after {
  content: "\e3ca";
  opacity: 0.2;
}

.xgl-remote_vert::before {
  content: "\e3cd";
}

.xgl-remote_vert_alt::before {
  content: "\e3ce";
}

.xgl-remote_vert_two_tone::before {
  content: "\e3cd";
}

.xgl-remote_vert_two_tone::after {
  content: "\e3ce";
  opacity: 0.2;
}

.xgl-remove_all::before {
  content: "\e3cf";
}

.xgl-remove_all_alt::before {
  content: "\e3d0";
}

.xgl-remove_all_square::before {
  content: "\e3d1";
}

.xgl-remove_all_square_alt::before {
  content: "\e3d2";
}

.xgl-remove_all_square_two_tone::before {
  content: "\e3d1";
}

.xgl-remove_all_square_two_tone::after {
  content: "\e3d2";
  opacity: 0.2;
}

.xgl-remove_all_two_tone::before {
  content: "\e3cf";
}

.xgl-remove_all_two_tone::after {
  content: "\e3d0";
  opacity: 0.2;
}

.xgl-remove_blank_pages::before {
  content: "\ec28";
}

.xgl-remove_blank_pages_alt::before {
  content: "\ec29";
}

.xgl-remove_blank_pages_two_tone::before {
  content: "\ec28";
}

.xgl-remove_blank_pages_two_tone::after {
  content: "\ec29";
  opacity: 0.2;
}

.xgl-remove_pages::before {
  content: "\ec09";
}

.xgl-remove_pages_alt::before {
  content: "\ec0a";
}

.xgl-remove_pages_two_tone::before {
  content: "\ec09";
}

.xgl-remove_pages_two_tone::after {
  content: "\ec0a";
  opacity: 0.2;
}

.xgl-rename::before {
  content: "\e3d3";
}

.xgl-rename_alt::before {
  content: "\ec75";
}

.xgl-rename_two_tone::before {
  content: "\e3d3";
}

.xgl-rename_two_tone::after {
  content: "\ec75";
  opacity: 0.2;
}

.xgl-reorder::before {
  content: "\e3d4";
}

.xgl-reorder_horizontal::before {
  content: "\e3d5";
}

.xgl-repeat::before {
  content: "\e3d6";
}

.xgl-replay::before {
  content: "\e3d7";
}

.xgl-replay_all::before {
  content: "\e3d8";
}

.xgl-replay_all_alt::before {
  content: "\e3d9";
}

.xgl-replay_all_two_tone::before {
  content: "\e3d8";
}

.xgl-replay_all_two_tone::after {
  content: "\e3d9";
  opacity: 0.2;
}

.xgl-replay_square::before {
  content: "\e3da";
}

.xgl-replay_square_alt::before {
  content: "\e3db";
}

.xgl-replay_square_two_tone::before {
  content: "\e3da";
}

.xgl-replay_square_two_tone::after {
  content: "\e3db";
  opacity: 0.2;
}

.xgl-reply_to::before {
  content: "\e3dc";
}

.xgl-reply_to_all::before {
  content: "\e3dd";
}

.xgl-repository::before {
  content: "\e3de";
}

.xgl-repository_alt::before {
  content: "\e3df";
}

.xgl-repository_two_tone::before {
  content: "\e3de";
}

.xgl-repository_two_tone::after {
  content: "\e3df";
  opacity: 0.2;
}

.xgl-res_bkgd::before {
  content: "\ec0c";
}

.xgl-res_four_hundred::before {
  content: "\e826";
}

.xgl-res_four_hundred_two_tone::before {
  content: "\e826";
}

.xgl-res_four_hundred_two_tone::after {
  content: "\ec0c";
  opacity: 0.2;
}

.xgl-res_high::before {
  content: "\e827";
}

.xgl-res_high_two_tone::before {
  content: "\e827";
}

.xgl-res_high_two_tone::after {
  content: "\e0d3";
  opacity: 0.2;
}

.xgl-res_low::before {
  content: "\e828";
}

.xgl-res_low_two_tone::before {
  content: "\e828";
}

.xgl-res_low_two_tone::after {
  content: "\e0d3";
  opacity: 0.2;
}

.xgl-res_medium::before {
  content: "\e829";
}

.xgl-res_medium_two_tone::before {
  content: "\e829";
}

.xgl-res_medium_two_tone::after {
  content: "\e0d3";
  opacity: 0.2;
}

.xgl-res_one_fifty::before {
  content: "\e82a";
}

.xgl-res_one_fifty_two_tone::before {
  content: "\e82a";
}

.xgl-res_one_fifty_two_tone::after {
  content: "\ec0c";
  opacity: 0.2;
}

.xgl-res_one_hundred::before {
  content: "\e82b";
}

.xgl-res_one_hundred_two_tone::before {
  content: "\e82b";
}

.xgl-res_one_hundred_two_tone::after {
  content: "\ec0c";
  opacity: 0.2;
}

.xgl-res_seventy_two::before {
  content: "\e82c";
}

.xgl-res_seventy_two_two_tone::before {
  content: "\e82c";
}

.xgl-res_seventy_two_two_tone::after {
  content: "\ec0c";
  opacity: 0.2;
}

.xgl-res_six_hundred::before {
  content: "\e82d";
}

.xgl-res_six_hundred_two_tone::before {
  content: "\e82d";
}

.xgl-res_six_hundred_two_tone::after {
  content: "\ec0c";
  opacity: 0.2;
}

.xgl-res_three_hundred::before {
  content: "\e82e";
}

.xgl-res_three_hundred_two_tone::before {
  content: "\e82e";
}

.xgl-res_three_hundred_two_tone::after {
  content: "\ec0c";
  opacity: 0.2;
}

.xgl-res_two_hundred::before {
  content: "\e82f";
}

.xgl-res_two_hundred_two_tone::before {
  content: "\e82f";
}

.xgl-res_two_hundred_two_tone::after {
  content: "\ec0c";
  opacity: 0.2;
}

.xgl-res_two_x_four::before {
  content: "\e830";
}

.xgl-res_two_x_four_two_tone::before {
  content: "\e830";
}

.xgl-res_two_x_four_two_tone::after {
  content: "\ec0c";
  opacity: 0.2;
}

.xgl-res_two_x_one::before {
  content: "\e831";
}

.xgl-res_two_x_one_two_tone::before {
  content: "\e831";
}

.xgl-res_two_x_one_two_tone::after {
  content: "\ec0c";
  opacity: 0.2;
}

.xgl-reset::before {
  content: "\e3e0";
}

.xgl-reset_all::before {
  content: "\e3e1";
}

.xgl-reset_all_alt::before {
  content: "\e3e2";
}

.xgl-reset_all_two_tone::before {
  content: "\e3e1";
}

.xgl-reset_all_two_tone::after {
  content: "\e3e2";
  opacity: 0.2;
}

.xgl-reset_square::before {
  content: "\e3e3";
}

.xgl-reset_square_alt::before {
  content: "\e3e4";
}

.xgl-reset_square_two_tone::before {
  content: "\e3e3";
}

.xgl-reset_square_two_tone::after {
  content: "\e3e4";
  opacity: 0.2;
}

.xgl-responsive::before {
  content: "\e91d";
}

.xgl-responsive_alt::before {
  content: "\e91e";
}

.xgl-responsive_two_tone::before {
  content: "\e91d";
}

.xgl-responsive_two_tone::after {
  content: "\e91e";
  opacity: 0.2;
}

.xgl-restart::before {
  content: "\e3e5";
}

.xgl-restart_two_tone::before {
  content: "\e3e5";
}

.xgl-restart_two_tone::after {
  content: "\e0df";
  opacity: 0.2;
}

.xgl-retrieve_settings::before {
  content: "\ec30";
}

.xgl-retrieve_settings_alt::before {
  content: "\ec31";
}

.xgl-retrieve_settings_two_tone::before {
  content: "\ec30";
}

.xgl-retrieve_settings_two_tone::after {
  content: "\ec31";
  opacity: 0.2;
}

.xgl-return::before {
  content: "\e3e6";
}

.xgl-rewind::before {
  content: "\e3e8";
}

.xgl-rewind_alt::before {
  content: "\e3e9";
}

.xgl-rewind_two_tone::before {
  content: "\e3e8";
}

.xgl-rewind_two_tone::after {
  content: "\e3e9";
  opacity: 0.2;
}

.xgl-robotic_arm::before {
  content: "\e7ed";
}

.xgl-robotic_arm_alt::before {
  content: "\e7ee";
}

.xgl-robotic_arm_two_tone::before {
  content: "\e7ed";
}

.xgl-robotic_arm_two_tone::after {
  content: "\e7ee";
  opacity: 0.2;
}

.xgl-rocket::before {
  content: "\e3ea";
}

.xgl-rocket_alt::before {
  content: "\e3eb";
}

.xgl-rocket_two_tone::before {
  content: "\e3ea";
}

.xgl-rocket_two_tone::after {
  content: "\e3eb";
  opacity: 0.2;
}

.xgl-roller::before {
  content: "\e80b";
}

.xgl-roller_alt::before {
  content: "\e80c";
}

.xgl-roller_two_tone::before {
  content: "\e80b";
}

.xgl-roller_two_tone::after {
  content: "\e80c";
  opacity: 0.2;
}

.xgl-rotate::before {
  content: "\e915";
}

.xgl-rotate_alt::before {
  content: "\e916";
}

.xgl-rotate_left::before {
  content: "\e3ec";
}

.xgl-rotate_right::before {
  content: "\e3ed";
}

.xgl-rotate_two_tone::before {
  content: "\e915";
}

.xgl-rotate_two_tone::after {
  content: "\e916";
  opacity: 0.2;
}

.xgl-rough_surface_lef::before {
  content: "\e3ee";
}

.xgl-rough_surface_lef_alt::before {
  content: "\e74c";
}

.xgl-rough_surface_lef_two_tone::before {
  content: "\e3ee";
}

.xgl-rough_surface_lef_two_tone::after {
  content: "\e74c";
  opacity: 0.2;
}

.xgl-rough_surface_sef::before {
  content: "\e3ef";
}

.xgl-rough_surface_sef_alt::before {
  content: "\e74d";
}

.xgl-rough_surface_sef_two_tone::before {
  content: "\e3ef";
}

.xgl-rough_surface_sef_two_tone::after {
  content: "\e74d";
  opacity: 0.2;
}

.xgl-rows::before {
  content: "\e3f0";
}

.xgl-rows_alt::before {
  content: "\e3f1";
}

.xgl-rows_two_tone::before {
  content: "\e3f0";
}

.xgl-rows_two_tone::after {
  content: "\e3f1";
  opacity: 0.2;
}

.xgl-ruler::before {
  content: "\e3f2";
}

.xgl-ruler_alt::before {
  content: "\e3f3";
}

.xgl-ruler_two_tone::before {
  content: "\e3f2";
}

.xgl-ruler_two_tone::after {
  content: "\e3f3";
  opacity: 0.2;
}

.xgl-safari::before {
  content: "\e3f4";
}

.xgl-safari_alt::before {
  content: "\e3f5";
}

.xgl-safari_two_tone::before {
  content: "\e3f4";
}

.xgl-safari_two_tone::after {
  content: "\e3f5";
  opacity: 0.2;
}

.xgl-safe::before {
  content: "\e3f6";
}

.xgl-safe_alt::before {
  content: "\e3f7";
}

.xgl-safe_two_tone::before {
  content: "\e3f6";
}

.xgl-safe_two_tone::after {
  content: "\e3f7";
  opacity: 0.2;
}

.xgl-sample::before {
  content: "\e3f8";
}

.xgl-sample_alt::before {
  content: "\e3f9";
}

.xgl-sample_two_tone::before {
  content: "\e3f8";
}

.xgl-sample_two_tone::after {
  content: "\e3f9";
  opacity: 0.2;
}

.xgl-saturation::before {
  content: "\ebdf";
}

.xgl-saturation_alt::before {
  content: "\ebe0";
}

.xgl-saturation_two_tone::before {
  content: "\ebdf";
}

.xgl-saturation_two_tone::after {
  content: "\ebe0";
  opacity: 0.2;
}

.xgl-save::before {
  content: "\e3fa";
}

.xgl-save_alt::before {
  content: "\e3fb";
}

.xgl-save_disabled::before {
  content: "\e3fc";
}

.xgl-save_disabled_alt::before {
  content: "\e3fd";
}

.xgl-save_disabled_two_tone::before {
  content: "\e3fc";
}

.xgl-save_disabled_two_tone::after {
  content: "\e3fd";
  opacity: 0.2;
}

.xgl-save_two_tone::before {
  content: "\e3fa";
}

.xgl-save_two_tone::after {
  content: "\e3fb";
  opacity: 0.2;
}

.xgl-saved_jobs::before {
  content: "\e3fe";
}

.xgl-saved_jobs_alt::before {
  content: "\e3ff";
}

.xgl-saved_jobs_two_tone::before {
  content: "\e3fe";
}

.xgl-saved_jobs_two_tone::after {
  content: "\e3ff";
  opacity: 0.2;
}

.xgl-scale_balance::before {
  content: "\e7ec";
}

.xgl-scale_balance_alt::before {
  content: "\e893";
}

.xgl-scale_balance_two_tone::before {
  content: "\e7ec";
}

.xgl-scale_balance_two_tone::after {
  content: "\e893";
  opacity: 0.2;
}

.xgl-scale_center::before {
  content: "\ec32";
}

.xgl-scale_down::before {
  content: "\e400";
}

.xgl-scale_image::before {
  content: "\ebb5";
}

.xgl-scale_image_alt::before {
  content: "\ebb6";
}

.xgl-scale_image_two_tone::before {
  content: "\ebb5";
}

.xgl-scale_image_two_tone::after {
  content: "\ebb6";
  opacity: 0.2;
}

.xgl-scale_up::before {
  content: "\e401";
}

.xgl-scan::before {
  content: "\e402";
}

.xgl-scan_alt::before {
  content: "\e403";
}

.xgl-scan_sent::before {
  content: "\ec2c";
}

.xgl-scan_sent_alt::before {
  content: "\ec2d";
}

.xgl-scan_sent_two_tone::before {
  content: "\ec2c";
}

.xgl-scan_sent_two_tone::after {
  content: "\ec2d";
  opacity: 0.2;
}

.xgl-scan_two_tone::before {
  content: "\e402";
}

.xgl-scan_two_tone::after {
  content: "\e403";
  opacity: 0.2;
}

.xgl-scanner::before {
  content: "\e673";
}

.xgl-scanner_alt::before {
  content: "\e674";
}

.xgl-scanner_bed::before {
  content: "\e78d";
}

.xgl-scanner_bed_alt::before {
  content: "\e78e";
}

.xgl-scanner_bed_full::before {
  content: "\e78f";
}

.xgl-scanner_bed_full_two_tone::before {
  content: "\e78f";
}

.xgl-scanner_bed_full_two_tone::after {
  content: "\e78e";
  opacity: 0.2;
}

.xgl-scanner_bed_two_tone::before {
  content: "\e78d";
}

.xgl-scanner_bed_two_tone::after {
  content: "\e78e";
  opacity: 0.2;
}

.xgl-scanner_two_tone::before {
  content: "\e673";
}

.xgl-scanner_two_tone::after {
  content: "\e674";
  opacity: 0.2;
}

.xgl-scene::before {
  content: "\e93b";
}

.xgl-scene_alt::before {
  content: "\e93c";
}

.xgl-scene_two_tone::before {
  content: "\e93b";
}

.xgl-scene_two_tone::after {
  content: "\e93c";
  opacity: 0.2;
}

.xgl-school::before {
  content: "\e404";
}

.xgl-school_alt::before {
  content: "\e405";
}

.xgl-school_two_tone::before {
  content: "\e404";
}

.xgl-school_two_tone::after {
  content: "\e405";
  opacity: 0.2;
}

.xgl-screen_reader::before {
  content: "\e7a8";
}

.xgl-screen_reader_alt::before {
  content: "\e7a9";
}

.xgl-screen_reader_two_tone::before {
  content: "\e7a8";
}

.xgl-screen_reader_two_tone::after {
  content: "\e7a9";
  opacity: 0.2;
}

.xgl-screen_share::before {
  content: "\e406";
}

.xgl-screen_share_alt::before {
  content: "\e407";
}

.xgl-screen_share_two_tone::before {
  content: "\e406";
}

.xgl-screen_share_two_tone::after {
  content: "\e407";
  opacity: 0.2;
}

.xgl-screenshot::before {
  content: "\e408";
}

.xgl-screenshot_two_tone::before {
  content: "\e408";
}

.xgl-screenshot_two_tone::after {
  content: "\e0d3";
  opacity: 0.2;
}

.xgl-scroll_top::before {
  content: "\e409";
}

.xgl-scroll_top_alt::before {
  content: "\e40a";
}

.xgl-scroll_top_two_tone::before {
  content: "\e409";
}

.xgl-scroll_top_two_tone::after {
  content: "\e40a";
  opacity: 0.2;
}

.xgl-sd_card::before {
  content: "\e40b";
}

.xgl-sd_card_alt::before {
  content: "\e40c";
}

.xgl-sd_card_two_tone::before {
  content: "\e40b";
}

.xgl-sd_card_two_tone::after {
  content: "\e40c";
  opacity: 0.2;
}

.xgl-search::before {
  content: "\e40d";
}

.xgl-search_alt::before {
  content: "\e40e";
}

.xgl-search_circle::before {
  content: "\e40f";
}

.xgl-search_circle_alt::before {
  content: "\e410";
}

.xgl-search_circle_two_tone::before {
  content: "\e40f";
}

.xgl-search_circle_two_tone::after {
  content: "\e410";
  opacity: 0.2;
}

.xgl-search_two_tone::before {
  content: "\e40d";
}

.xgl-search_two_tone::after {
  content: "\e40e";
  opacity: 0.2;
}

.xgl-secure::before {
  content: "\e411";
}

.xgl-secure_alt::before {
  content: "\e412";
}

.xgl-secure_print::before {
  content: "\e413";
}

.xgl-secure_print_alt::before {
  content: "\e414";
}

.xgl-secure_print_two_tone::before {
  content: "\e413";
}

.xgl-secure_print_two_tone::after {
  content: "\e414";
  opacity: 0.2;
}

.xgl-secure_two_tone::before {
  content: "\e411";
}

.xgl-secure_two_tone::after {
  content: "\e412";
  opacity: 0.2;
}

.xgl-select::before {
  content: "\e802";
}

.xgl-select_all::before {
  content: "\e415";
}

.xgl-select_all_alt::before {
  content: "\e416";
}

.xgl-select_all_two_tone::before {
  content: "\e415";
}

.xgl-select_all_two_tone::after {
  content: "\e416";
  opacity: 0.2;
}

.xgl-select_two_tone::before {
  content: "\e802";
}

.xgl-select_two_tone::after {
  content: "\e0d3";
  opacity: 0.2;
}

.xgl-send::before {
  content: "\e417";
}

.xgl-send_alt::before {
  content: "\e418";
}

.xgl-send_rtl::before {
  content: "\e5b0";
}

.xgl-send_rtl_alt::before {
  content: "\e5b1";
}

.xgl-send_rtl_two_tone::before {
  content: "\e5b0";
}

.xgl-send_rtl_two_tone::after {
  content: "\e5b1";
  opacity: 0.2;
}

.xgl-send_two_tone::before {
  content: "\e417";
}

.xgl-send_two_tone::after {
  content: "\e418";
  opacity: 0.2;
}

.xgl-sequence_emboss_lef::before {
  content: "\e419";
}

.xgl-sequence_emboss_lef_alt::before {
  content: "\e74e";
}

.xgl-sequence_emboss_lef_two_tone::before {
  content: "\e419";
}

.xgl-sequence_emboss_lef_two_tone::after {
  content: "\e74e";
  opacity: 0.2;
}

.xgl-sequence_emboss_sef::before {
  content: "\e41a";
}

.xgl-sequence_emboss_sef_alt::before {
  content: "\e74f";
}

.xgl-sequence_emboss_sef_two_tone::before {
  content: "\e41a";
}

.xgl-sequence_emboss_sef_two_tone::after {
  content: "\e74f";
  opacity: 0.2;
}

.xgl-sequence_lef::before {
  content: "\e41b";
}

.xgl-sequence_lef_alt::before {
  content: "\e750";
}

.xgl-sequence_lef_two_tone::before {
  content: "\e41b";
}

.xgl-sequence_lef_two_tone::after {
  content: "\e750";
  opacity: 0.2;
}

.xgl-sequence_recycled_lef::before {
  content: "\e41c";
}

.xgl-sequence_recycled_lef_alt::before {
  content: "\e751";
}

.xgl-sequence_recycled_lef_two_tone::before {
  content: "\e41c";
}

.xgl-sequence_recycled_lef_two_tone::after {
  content: "\e751";
  opacity: 0.2;
}

.xgl-sequence_recycled_sef::before {
  content: "\e41d";
}

.xgl-sequence_recycled_sef_alt::before {
  content: "\e752";
}

.xgl-sequence_recycled_sef_two_tone::before {
  content: "\e41d";
}

.xgl-sequence_recycled_sef_two_tone::after {
  content: "\e752";
  opacity: 0.2;
}

.xgl-sequence_sef::before {
  content: "\e41e";
}

.xgl-sequence_sef_alt::before {
  content: "\e753";
}

.xgl-sequence_sef_two_tone::before {
  content: "\e41e";
}

.xgl-sequence_sef_two_tone::after {
  content: "\e753";
  opacity: 0.2;
}

.xgl-server::before {
  content: "\e41f";
}

.xgl-server_alt::before {
  content: "\e420";
}

.xgl-server_lock::before {
  content: "\eb6f";
}

.xgl-server_lock_alt::before {
  content: "\eb70";
}

.xgl-server_lock_two_tone::before {
  content: "\eb6f";
}

.xgl-server_lock_two_tone::after {
  content: "\eb70";
  opacity: 0.2;
}

.xgl-server_two_tone::before {
  content: "\e41f";
}

.xgl-server_two_tone::after {
  content: "\e420";
  opacity: 0.2;
}

.xgl-shadow::before {
  content: "\e9bb";
}

.xgl-shadow_alt::before {
  content: "\e9bc";
}

.xgl-shadow_two_tone::before {
  content: "\e9bb";
}

.xgl-shadow_two_tone::after {
  content: "\e9bc";
  opacity: 0.2;
}

.xgl-shape::before {
  content: "\e8ae";
}

.xgl-shape_add::before {
  content: "\e8b0";
}

.xgl-shape_add_alt::before {
  content: "\e8b1";
}

.xgl-shape_add_two_tone::before {
  content: "\e8b0";
}

.xgl-shape_add_two_tone::after {
  content: "\e8b1";
  opacity: 0.2;
}

.xgl-shape_alt::before {
  content: "\e8af";
}

.xgl-shape_two_tone::before {
  content: "\e8ae";
}

.xgl-shape_two_tone::after {
  content: "\e8af";
  opacity: 0.2;
}

.xgl-shapes::before {
  content: "\e421";
}

.xgl-shapes_alt::before {
  content: "\e422";
}

.xgl-shapes_two_tone::before {
  content: "\e421";
}

.xgl-shapes_two_tone::after {
  content: "\e422";
  opacity: 0.2;
}

.xgl-share::before {
  content: "\e423";
}

.xgl-share_alt::before {
  content: "\e7ac";
}

.xgl-share_android::before {
  content: "\e424";
}

.xgl-share_android_alt::before {
  content: "\e425";
}

.xgl-share_android_two_tone::before {
  content: "\e424";
}

.xgl-share_android_two_tone::after {
  content: "\e425";
  opacity: 0.2;
}

.xgl-share_two_tone::before {
  content: "\e423";
}

.xgl-share_two_tone::after {
  content: "\e7ac";
  opacity: 0.2;
}

.xgl-sharpness::before {
  content: "\e426";
}

.xgl-sharpness_two_tone::before {
  content: "\e426";
}

.xgl-sharpness_two_tone::after {
  content: "\e0d3";
  opacity: 0.2;
}

.xgl-sheet_paper_feed::before {
  content: "\e790";
}

.xgl-shield::before {
  content: "\e427";
}

.xgl-shield_accounting::before {
  content: "\e7be";
}

.xgl-shield_accounting_alt::before {
  content: "\e7bf";
}

.xgl-shield_accounting_two_tone::before {
  content: "\e7be";
}

.xgl-shield_accounting_two_tone::after {
  content: "\e7bf";
  opacity: 0.2;
}

.xgl-shield_add::before {
  content: "\e7c0";
}

.xgl-shield_add_alt::before {
  content: "\e7c1";
}

.xgl-shield_add_two_tone::before {
  content: "\e7c0";
}

.xgl-shield_add_two_tone::after {
  content: "\e7c1";
  opacity: 0.2;
}

.xgl-shield_alt::before {
  content: "\e428";
}

.xgl-shield_auto::before {
  content: "\e7c2";
}

.xgl-shield_auto_alt::before {
  content: "\e7c3";
}

.xgl-shield_auto_two_tone::before {
  content: "\e7c2";
}

.xgl-shield_auto_two_tone::after {
  content: "\e7c3";
  opacity: 0.2;
}

.xgl-shield_defense::before {
  content: "\e7c4";
}

.xgl-shield_defense_alt::before {
  content: "\e7c5";
}

.xgl-shield_defense_two_tone::before {
  content: "\e7c4";
}

.xgl-shield_defense_two_tone::after {
  content: "\e7c5";
  opacity: 0.2;
}

.xgl-shield_disabled::before {
  content: "\e7c6";
}

.xgl-shield_disabled_alt::before {
  content: "\e7c7";
}

.xgl-shield_disabled_two_tone::before {
  content: "\e7c6";
}

.xgl-shield_disabled_two_tone::after {
  content: "\e7c7";
  opacity: 0.2;
}

.xgl-shield_download::before {
  content: "\e7c8";
}

.xgl-shield_download_alt::before {
  content: "\e7c9";
}

.xgl-shield_download_two_tone::before {
  content: "\e7c8";
}

.xgl-shield_download_two_tone::after {
  content: "\e7c9";
  opacity: 0.2;
}

.xgl-shield_education::before {
  content: "\e7e0";
}

.xgl-shield_education_alt::before {
  content: "\e7e1";
}

.xgl-shield_education_two_tone::before {
  content: "\e7e0";
}

.xgl-shield_education_two_tone::after {
  content: "\e7e1";
  opacity: 0.2;
}

.xgl-shield_favorite::before {
  content: "\e7ca";
}

.xgl-shield_favorite_alt::before {
  content: "\e7cb";
}

.xgl-shield_favorite_two_tone::before {
  content: "\e7ca";
}

.xgl-shield_favorite_two_tone::after {
  content: "\e7cb";
  opacity: 0.2;
}

.xgl-shield_gears::before {
  content: "\eac6";
}

.xgl-shield_gears_alt::before {
  content: "\eac7";
}

.xgl-shield_gears_two_tone::before {
  content: "\eac6";
}

.xgl-shield_gears_two_tone::after {
  content: "\eac7";
  opacity: 0.2;
}

.xgl-shield_government::before {
  content: "\e7e2";
}

.xgl-shield_government_alt::before {
  content: "\e7e3";
}

.xgl-shield_government_two_tone::before {
  content: "\e7e2";
}

.xgl-shield_government_two_tone::after {
  content: "\e7e3";
  opacity: 0.2;
}

.xgl-shield_half::before {
  content: "\e429";
}

.xgl-shield_half_two_tone::before {
  content: "\e429";
}

.xgl-shield_half_two_tone::after {
  content: "\e428";
  opacity: 0.2;
}

.xgl-shield_healthcare::before {
  content: "\e7e4";
}

.xgl-shield_healthcare_alt::before {
  content: "\e7e5";
}

.xgl-shield_healthcare_two_tone::before {
  content: "\e7e4";
}

.xgl-shield_healthcare_two_tone::after {
  content: "\e7e5";
  opacity: 0.2;
}

.xgl-shield_heart::before {
  content: "\e7cc";
}

.xgl-shield_heart_alt::before {
  content: "\e7cd";
}

.xgl-shield_heart_two_tone::before {
  content: "\e7cc";
}

.xgl-shield_heart_two_tone::after {
  content: "\e7cd";
  opacity: 0.2;
}

.xgl-shield_hot::before {
  content: "\e7ce";
}

.xgl-shield_hot_alt::before {
  content: "\e7cf";
}

.xgl-shield_hot_two_tone::before {
  content: "\e7ce";
}

.xgl-shield_hot_two_tone::after {
  content: "\e7cf";
  opacity: 0.2;
}

.xgl-shield_list::before {
  content: "\eac8";
}

.xgl-shield_list_alt::before {
  content: "\eac9";
}

.xgl-shield_list_two_tone::before {
  content: "\eac8";
}

.xgl-shield_list_two_tone::after {
  content: "\eac9";
  opacity: 0.2;
}

.xgl-shield_lock::before {
  content: "\e7d0";
}

.xgl-shield_lock_alt::before {
  content: "\e7d1";
}

.xgl-shield_lock_two_tone::before {
  content: "\e7d0";
}

.xgl-shield_lock_two_tone::after {
  content: "\e7d1";
  opacity: 0.2;
}

.xgl-shield_locked::before {
  content: "\e7d2";
}

.xgl-shield_locked_alt::before {
  content: "\e7d3";
}

.xgl-shield_locked_two_tone::before {
  content: "\e7d2";
}

.xgl-shield_locked_two_tone::after {
  content: "\e7d3";
  opacity: 0.2;
}

.xgl-shield_manufacturing::before {
  content: "\e7e6";
}

.xgl-shield_manufacturing_alt::before {
  content: "\e7e7";
}

.xgl-shield_manufacturing_two_tone::before {
  content: "\e7e6";
}

.xgl-shield_manufacturing_two_tone::after {
  content: "\e7e7";
  opacity: 0.2;
}

.xgl-shield_marketing::before {
  content: "\e7e8";
}

.xgl-shield_marketing_alt::before {
  content: "\e7e9";
}

.xgl-shield_marketing_two_tone::before {
  content: "\e7e8";
}

.xgl-shield_marketing_two_tone::after {
  content: "\e7e9";
  opacity: 0.2;
}

.xgl-shield_medical::before {
  content: "\e7d4";
}

.xgl-shield_medical_alt::before {
  content: "\e7d5";
}

.xgl-shield_medical_two_tone::before {
  content: "\e7d4";
}

.xgl-shield_medical_two_tone::after {
  content: "\e7d5";
  opacity: 0.2;
}

.xgl-shield_permissions::before {
  content: "\eb76";
}

.xgl-shield_permissions_alt::before {
  content: "\eb77";
}

.xgl-shield_permissions_two_tone::before {
  content: "\eb76";
}

.xgl-shield_permissions_two_tone::after {
  content: "\eb77";
  opacity: 0.2;
}

.xgl-shield_personal::before {
  content: "\e7d6";
}

.xgl-shield_personal_alt::before {
  content: "\e7d7";
}

.xgl-shield_personal_two_tone::before {
  content: "\e7d6";
}

.xgl-shield_personal_two_tone::after {
  content: "\e7d7";
  opacity: 0.2;
}

.xgl-shield_print::before {
  content: "\eaca";
}

.xgl-shield_print_alt::before {
  content: "\eacb";
}

.xgl-shield_print_two_tone::before {
  content: "\eaca";
}

.xgl-shield_print_two_tone::after {
  content: "\eacb";
  opacity: 0.2;
}

.xgl-shield_prohibit::before {
  content: "\e7d8";
}

.xgl-shield_prohibit_alt::before {
  content: "\e7d9";
}

.xgl-shield_prohibit_two_tone::before {
  content: "\e7d8";
}

.xgl-shield_prohibit_two_tone::after {
  content: "\e7d9";
  opacity: 0.2;
}

.xgl-shield_public::before {
  content: "\e7da";
}

.xgl-shield_public_alt::before {
  content: "\e7db";
}

.xgl-shield_public_two_tone::before {
  content: "\e7da";
}

.xgl-shield_public_two_tone::after {
  content: "\e7db";
  opacity: 0.2;
}

.xgl-shield_receipt::before {
  content: "\eacc";
}

.xgl-shield_receipt_alt::before {
  content: "\eacd";
}

.xgl-shield_receipt_two_tone::before {
  content: "\eacc";
}

.xgl-shield_receipt_two_tone::after {
  content: "\eacd";
  opacity: 0.2;
}

.xgl-shield_retail::before {
  content: "\e7ea";
}

.xgl-shield_retail_alt::before {
  content: "\e7eb";
}

.xgl-shield_retail_two_tone::before {
  content: "\e7ea";
}

.xgl-shield_retail_two_tone::after {
  content: "\e7eb";
  opacity: 0.2;
}

.xgl-shield_scan::before {
  content: "\eace";
}

.xgl-shield_scan_alt::before {
  content: "\eacf";
}

.xgl-shield_scan_two_tone::before {
  content: "\eace";
}

.xgl-shield_scan_two_tone::after {
  content: "\eacf";
  opacity: 0.2;
}

.xgl-shield_subtract::before {
  content: "\ea27";
}

.xgl-shield_subtract_alt::before {
  content: "\ea28";
}

.xgl-shield_subtract_two_tone::before {
  content: "\ea27";
}

.xgl-shield_subtract_two_tone::after {
  content: "\ea28";
  opacity: 0.2;
}

.xgl-shield_two_tone::before {
  content: "\e427";
}

.xgl-shield_two_tone::after {
  content: "\e428";
  opacity: 0.2;
}

.xgl-shield_upload::before {
  content: "\e7dc";
}

.xgl-shield_upload_alt::before {
  content: "\e7dd";
}

.xgl-shield_upload_two_tone::before {
  content: "\e7dc";
}

.xgl-shield_upload_two_tone::after {
  content: "\e7dd";
  opacity: 0.2;
}

.xgl-shield_warning::before {
  content: "\e7de";
}

.xgl-shield_warning_alt::before {
  content: "\e7df";
}

.xgl-shield_warning_two_tone::before {
  content: "\e7de";
}

.xgl-shield_warning_two_tone::after {
  content: "\e7df";
  opacity: 0.2;
}

.xgl-shift::before {
  content: "\e42a";
}

.xgl-shifted::before {
  content: "\e42b";
}

.xgl-shopping_bag::before {
  content: "\e42c";
}

.xgl-shopping_bag_alt::before {
  content: "\e42d";
}

.xgl-shopping_bag_disabled::before {
  content: "\e42e";
}

.xgl-shopping_bag_disabled_alt::before {
  content: "\e42f";
}

.xgl-shopping_bag_disabled_two_tone::before {
  content: "\e42e";
}

.xgl-shopping_bag_disabled_two_tone::after {
  content: "\e42f";
  opacity: 0.2;
}

.xgl-shopping_bag_overlay::before {
  content: "\e430";
}

.xgl-shopping_bag_two_tone::before {
  content: "\e42c";
}

.xgl-shopping_bag_two_tone::after {
  content: "\e42d";
  opacity: 0.2;
}

.xgl-short_edge_feed::before {
  content: "\e431";
}

.xgl-short_edge_feed_alt::before {
  content: "\e432";
}

.xgl-short_edge_feed_two_tone::before {
  content: "\e431";
}

.xgl-short_edge_feed_two_tone::after {
  content: "\e432";
  opacity: 0.2;
}

.xgl-sign_post::before {
  content: "\e433";
}

.xgl-sign_post_alt::before {
  content: "\e434";
}

.xgl-sign_post_two_tone::before {
  content: "\e433";
}

.xgl-sign_post_two_tone::after {
  content: "\e434";
  opacity: 0.2;
}

.xgl-signature::before {
  content: "\e435";
}

.xgl-signature_tag_left::before {
  content: "\e8cd";
}

.xgl-signature_tag_left_alt::before {
  content: "\e8ce";
}

.xgl-signature_tag_left_two_tone::before {
  content: "\e8cd";
}

.xgl-signature_tag_left_two_tone::after {
  content: "\e8ce";
  opacity: 0.2;
}

.xgl-signature_tag_right::before {
  content: "\e8cb";
}

.xgl-signature_tag_right_alt::before {
  content: "\e8cc";
}

.xgl-signature_tag_right_two_tone::before {
  content: "\e8cb";
}

.xgl-signature_tag_right_two_tone::after {
  content: "\e8cc";
  opacity: 0.2;
}

.xgl-sim_card::before {
  content: "\e436";
}

.xgl-sim_card_alt::before {
  content: "\e437";
}

.xgl-sim_card_two_tone::before {
  content: "\e436";
}

.xgl-sim_card_two_tone::after {
  content: "\e437";
  opacity: 0.2;
}

.xgl-simplex::before {
  content: "\e438";
}

.xgl-simplex_alt::before {
  content: "\e439";
}

.xgl-simplex_two_tone::before {
  content: "\e438";
}

.xgl-simplex_two_tone::after {
  content: "\e439";
  opacity: 0.2;
}

.xgl-sketch::before {
  content: "\e8a8";
}

.xgl-sketch_alt::before {
  content: "\e8a9";
}

.xgl-sketch_two_tone::before {
  content: "\e8a8";
}

.xgl-sketch_two_tone::after {
  content: "\e8a9";
  opacity: 0.2;
}

.xgl-skip_backward::before {
  content: "\e43a";
}

.xgl-skip_backward_alt::before {
  content: "\e43b";
}

.xgl-skip_backward_fifteen::before {
  content: "\e67b";
}

.xgl-skip_backward_five::before {
  content: "\e679";
}

.xgl-skip_backward_ten::before {
  content: "\e67a";
}

.xgl-skip_backward_two_tone::before {
  content: "\e43a";
}

.xgl-skip_backward_two_tone::after {
  content: "\e43b";
  opacity: 0.2;
}

.xgl-skip_forward::before {
  content: "\e43c";
}

.xgl-skip_forward_alt::before {
  content: "\e43d";
}

.xgl-skip_forward_fifteen::before {
  content: "\e67e";
}

.xgl-skip_forward_five::before {
  content: "\e67c";
}

.xgl-skip_forward_ten::before {
  content: "\e67d";
}

.xgl-skip_forward_two_tone::before {
  content: "\e43c";
}

.xgl-skip_forward_two_tone::after {
  content: "\e43d";
  opacity: 0.2;
}

.xgl-sleep::before {
  content: "\e43e";
}

.xgl-sleep_alt::before {
  content: "\e43f";
}

.xgl-sleep_auto::before {
  content: "\ea7b";
}

.xgl-sleep_auto_alt::before {
  content: "\ea7c";
}

.xgl-sleep_auto_two_tone::before {
  content: "\ea7b";
}

.xgl-sleep_auto_two_tone::after {
  content: "\ea7c";
  opacity: 0.2;
}

.xgl-sleep_two_tone::before {
  content: "\e43e";
}

.xgl-sleep_two_tone::after {
  content: "\e43f";
  opacity: 0.2;
}

.xgl-smart_card::before {
  content: "\e440";
}

.xgl-smart_card_two_tone::before {
  content: "\e440";
}

.xgl-smart_card_two_tone::after {
  content: "\ec80";
  opacity: 0.2;
}

.xgl-snowflake::before {
  content: "\e63f";
}

.xgl-sort::before {
  content: "\e441";
}

.xgl-sort_a_z::before {
  content: "\e442";
}

.xgl-sort_ascending::before {
  content: "\e443";
}

.xgl-sort_big_small::before {
  content: "\e444";
}

.xgl-sort_descending::before {
  content: "\e445";
}

.xgl-sort_down::before {
  content: "\e446";
}

.xgl-sort_left::before {
  content: "\e447";
}

.xgl-sort_right::before {
  content: "\e448";
}

.xgl-sort_small_big::before {
  content: "\e449";
}

.xgl-sort_up::before {
  content: "\e44a";
}

.xgl-sort_z_a::before {
  content: "\e44b";
}

.xgl-space_bar::before {
  content: "\e44c";
}

.xgl-special_pages::before {
  content: "\ec2a";
}

.xgl-special_pages_alt::before {
  content: "\ec2b";
}

.xgl-special_pages_two_tone::before {
  content: "\ec2a";
}

.xgl-special_pages_two_tone::after {
  content: "\ec2b";
  opacity: 0.2;
}

.xgl-speech::before {
  content: "\e44d";
}

.xgl-speech_rectangle::before {
  content: "\e44e";
}

.xgl-speech_rectangle_alt::before {
  content: "\e44f";
}

.xgl-speech_rectangle_two_tone::before {
  content: "\e44e";
}

.xgl-speech_rectangle_two_tone::after {
  content: "\e44f";
  opacity: 0.2;
}

.xgl-speed_ipv4::before {
  content: "\ebff";
}

.xgl-speed_ipv4_alt::before {
  content: "\ec00";
}

.xgl-speed_ipv4_two_tone::before {
  content: "\ebff";
}

.xgl-speed_ipv4_two_tone::after {
  content: "\ec00";
  opacity: 0.2;
}

.xgl-speed_ipv6::before {
  content: "\ec01";
}

.xgl-speed_ipv6_alt::before {
  content: "\ec02";
}

.xgl-speed_ipv6_two_tone::before {
  content: "\ec01";
}

.xgl-speed_ipv6_two_tone::after {
  content: "\ec02";
  opacity: 0.2;
}

.xgl-spell_check::before {
  content: "\e894";
}

.xgl-spell_check_alt::before {
  content: "\e895";
}

.xgl-spell_check_two_tone::before {
  content: "\e894";
}

.xgl-spell_check_two_tone::after {
  content: "\e895";
  opacity: 0.2;
}

.xgl-spinner::before {
  content: "\e450";
}

.xgl-split::before {
  content: "\e451";
}

.xgl-split_all::before {
  content: "\ec65";
}

.xgl-split_all_alt::before {
  content: "\ec66";
}

.xgl-split_all_two_tone::before {
  content: "\ec65";
}

.xgl-split_all_two_tone::after {
  content: "\ec66";
  opacity: 0.2;
}

.xgl-split_fit::before {
  content: "\ec63";
}

.xgl-split_fit_alt::before {
  content: "\ec64";
}

.xgl-split_fit_two_tone::before {
  content: "\ec63";
}

.xgl-split_fit_two_tone::after {
  content: "\ec64";
  opacity: 0.2;
}

.xgl-spread::before {
  content: "\e900";
}

.xgl-spread_alt::before {
  content: "\e912";
}

.xgl-spread_two_tone::before {
  content: "\e900";
}

.xgl-spread_two_tone::after {
  content: "\e912";
  opacity: 0.2;
}

.xgl-springboard::before {
  content: "\e452";
}

.xgl-springboard_alt::before {
  content: "\e453";
}

.xgl-springboard_two_tone::before {
  content: "\e452";
}

.xgl-springboard_two_tone::after {
  content: "\e453";
  opacity: 0.2;
}

.xgl-square_bkgd::before {
  content: "\e454";
}

.xgl-stamp::before {
  content: "\ec04";
}

.xgl-stamp_alt::before {
  content: "\ec05";
}

.xgl-stamp_prohibit::before {
  content: "\ec03";
}

.xgl-stamp_prohibit_alt::before {
  content: "\ec06";
}

.xgl-stamp_prohibit_two_tone::before {
  content: "\ec03";
}

.xgl-stamp_prohibit_two_tone::after {
  content: "\ec06";
  opacity: 0.2;
}

.xgl-stamp_two_tone::before {
  content: "\ec04";
}

.xgl-stamp_two_tone::after {
  content: "\ec05";
  opacity: 0.2;
}

.xgl-staple_horizontal_top::before {
  content: "\e455";
}

.xgl-staple_jam::before {
  content: "\e791";
}

.xgl-staple_none::before {
  content: "\e456";
}

.xgl-staple_two_horizontal_top::before {
  content: "\e457";
}

.xgl-staple_two_vertical_left::before {
  content: "\e458";
}

.xgl-staple_two_vertical_right::before {
  content: "\e459";
}

.xgl-staple_upper_left::before {
  content: "\e45a";
}

.xgl-staple_upper_right::before {
  content: "\e45b";
}

.xgl-staple_vertical_left::before {
  content: "\e45c";
}

.xgl-staple_vertical_right::before {
  content: "\e45d";
}

.xgl-stapling::before {
  content: "\e45e";
}

.xgl-stapling_alt::before {
  content: "\e45f";
}

.xgl-stapling_disabled::before {
  content: "\e9bd";
}

.xgl-stapling_disabled_alt::before {
  content: "\e9be";
}

.xgl-stapling_disabled_two_tone::before {
  content: "\e9bd";
}

.xgl-stapling_disabled_two_tone::after {
  content: "\e9be";
  opacity: 0.2;
}

.xgl-stapling_two_tone::before {
  content: "\e45e";
}

.xgl-stapling_two_tone::after {
  content: "\e45f";
  opacity: 0.2;
}

.xgl-star::before {
  content: "\e460";
}

.xgl-star_add::before {
  content: "\e8c5";
}

.xgl-star_add_alt::before {
  content: "\e8c6";
}

.xgl-star_add_two_tone::before {
  content: "\e8c5";
}

.xgl-star_add_two_tone::after {
  content: "\e8c6";
  opacity: 0.2;
}

.xgl-star_alt::before {
  content: "\e461";
}

.xgl-star_disabled::before {
  content: "\e462";
}

.xgl-star_disabled_alt::before {
  content: "\e463";
}

.xgl-star_disabled_two_tone::before {
  content: "\e462";
}

.xgl-star_disabled_two_tone::after {
  content: "\e463";
  opacity: 0.2;
}

.xgl-star_half::before {
  content: "\e464";
}

.xgl-star_half_rtl::before {
  content: "\e3e7";
}

.xgl-star_half_rtl_two_tone::before {
  content: "\e3e7";
}

.xgl-star_half_rtl_two_tone::after {
  content: "\e461";
  opacity: 0.2;
}

.xgl-star_half_two_tone::before {
  content: "\e464";
}

.xgl-star_half_two_tone::after {
  content: "\e461";
  opacity: 0.2;
}

.xgl-star_subtract::before {
  content: "\e8c7";
}

.xgl-star_subtract_alt::before {
  content: "\e8c8";
}

.xgl-star_subtract_two_tone::before {
  content: "\e8c7";
}

.xgl-star_subtract_two_tone::after {
  content: "\e8c8";
  opacity: 0.2;
}

.xgl-star_two_tone::before {
  content: "\e460";
}

.xgl-star_two_tone::after {
  content: "\e461";
  opacity: 0.2;
}

.xgl-starburst::before {
  content: "\e465";
}

.xgl-starburst_alt::before {
  content: "\e466";
}

.xgl-starburst_two_tone::before {
  content: "\e465";
}

.xgl-starburst_two_tone::after {
  content: "\e466";
  opacity: 0.2;
}

.xgl-start::before {
  content: "\e467";
}

.xgl-start_alt::before {
  content: "\e468";
}

.xgl-start_two_tone::before {
  content: "\e467";
}

.xgl-start_two_tone::after {
  content: "\e468";
  opacity: 0.2;
}

.xgl-startup_page::before {
  content: "\ebfb";
}

.xgl-startup_page_alt::before {
  content: "\ebfc";
}

.xgl-startup_page_two_tone::before {
  content: "\ebfb";
}

.xgl-startup_page_two_tone::after {
  content: "\ebfc";
  opacity: 0.2;
}

.xgl-stethoscope::before {
  content: "\e61f";
}

.xgl-sticky_note::before {
  content: "\e62d";
}

.xgl-sticky_note_alt::before {
  content: "\e62e";
}

.xgl-sticky_note_two_tone::before {
  content: "\e62d";
}

.xgl-sticky_note_two_tone::after {
  content: "\e62e";
  opacity: 0.2;
}

.xgl-stop::before {
  content: "\e469";
}

.xgl-stop_action::before {
  content: "\e63e";
}

.xgl-stop_action_two_tone::before {
  content: "\e63e";
}

.xgl-stop_action_two_tone::after {
  content: "\e0df";
  opacity: 0.2;
}

.xgl-stop_alt::before {
  content: "\e46a";
}

.xgl-stop_two_tone::before {
  content: "\e469";
}

.xgl-stop_two_tone::after {
  content: "\e46a";
  opacity: 0.2;
}

.xgl-stopwatch::before {
  content: "\e46b";
}

.xgl-stopwatch_alt::before {
  content: "\e46c";
}

.xgl-stopwatch_empty::before {
  content: "\ec9b";
}

.xgl-stopwatch_empty_alt::before {
  content: "\ec9c";
}

.xgl-stopwatch_empty_two_tone::before {
  content: "\ec9b";
}

.xgl-stopwatch_empty_two_tone::after {
  content: "\ec9c";
  opacity: 0.2;
}

.xgl-stopwatch_two_tone::before {
  content: "\e46b";
}

.xgl-stopwatch_two_tone::after {
  content: "\e46c";
  opacity: 0.2;
}

.xgl-store::before {
  content: "\e46d";
}

.xgl-store_alt::before {
  content: "\e46e";
}

.xgl-store_two_tone::before {
  content: "\e46d";
}

.xgl-store_two_tone::after {
  content: "\e46e";
  opacity: 0.2;
}

.xgl-straighten::before {
  content: "\e46f";
}

.xgl-straighten_alt::before {
  content: "\eae4";
}

.xgl-straighten_two_tone::before {
  content: "\e46f";
}

.xgl-straighten_two_tone::after {
  content: "\eae4";
  opacity: 0.2;
}

.xgl-strikethrough::before {
  content: "\e470";
}

.xgl-submit_file::before {
  content: "\e471";
}

.xgl-submit_file_alt::before {
  content: "\e472";
}

.xgl-submit_file_rtl::before {
  content: "\e5b2";
}

.xgl-submit_file_rtl_alt::before {
  content: "\e5b3";
}

.xgl-submit_file_rtl_two_tone::before {
  content: "\e5b2";
}

.xgl-submit_file_rtl_two_tone::after {
  content: "\e5b3";
  opacity: 0.2;
}

.xgl-submit_file_two_tone::before {
  content: "\e471";
}

.xgl-submit_file_two_tone::after {
  content: "\e472";
  opacity: 0.2;
}

.xgl-subscript::before {
  content: "\e5ba";
}

.xgl-subtask::before {
  content: "\e9bf";
}

.xgl-subtask_alt::before {
  content: "\e9c0";
}

.xgl-subtask_two_tone::before {
  content: "\e9bf";
}

.xgl-subtask_two_tone::after {
  content: "\e9c0";
  opacity: 0.2;
}

.xgl-subtract_circle::before {
  content: "\e473";
}

.xgl-subtract_circle_alt::before {
  content: "\e474";
}

.xgl-subtract_circle_two_tone::before {
  content: "\e473";
}

.xgl-subtract_circle_two_tone::after {
  content: "\e474";
  opacity: 0.2;
}

.xgl-subtract_square::before {
  content: "\e475";
}

.xgl-subtract_square_alt::before {
  content: "\e476";
}

.xgl-subtract_square_two_tone::before {
  content: "\e475";
}

.xgl-subtract_square_two_tone::after {
  content: "\e476";
  opacity: 0.2;
}

.xgl-success::before {
  content: "\e9c1";
}

.xgl-success_alt::before {
  content: "\e9c2";
}

.xgl-success_stack_bkgd::before {
  content: "\e9c3";
}

.xgl-success_stack_frgd::before {
  content: "\e9c4";
}

.xgl-success_stack_mdgd::before {
  content: "\e9c5";
}

.xgl-success_two_tone::before {
  content: "\e9c1";
}

.xgl-success_two_tone::after {
  content: "\e9c2";
  opacity: 0.2;
}

.xgl-suggestion::before {
  content: "\ead8";
}

.xgl-suggestion_alt::before {
  content: "\ead9";
}

.xgl-suggestion_email::before {
  content: "\eae0";
}

.xgl-suggestion_email_alt::before {
  content: "\eae1";
}

.xgl-suggestion_email_two_tone::before {
  content: "\eae0";
}

.xgl-suggestion_email_two_tone::after {
  content: "\eae1";
  opacity: 0.2;
}

.xgl-suggestion_file::before {
  content: "\eada";
}

.xgl-suggestion_file_alt::before {
  content: "\eadb";
}

.xgl-suggestion_file_two_tone::before {
  content: "\eada";
}

.xgl-suggestion_file_two_tone::after {
  content: "\eadb";
  opacity: 0.2;
}

.xgl-suggestion_manage::before {
  content: "\ec73";
}

.xgl-suggestion_manage_alt::before {
  content: "\ec74";
}

.xgl-suggestion_manage_two_tone::before {
  content: "\ec73";
}

.xgl-suggestion_manage_two_tone::after {
  content: "\ec74";
  opacity: 0.2;
}

.xgl-suggestion_phone::before {
  content: "\eade";
}

.xgl-suggestion_phone_alt::before {
  content: "\eadf";
}

.xgl-suggestion_phone_two_tone::before {
  content: "\eade";
}

.xgl-suggestion_phone_two_tone::after {
  content: "\eadf";
  opacity: 0.2;
}

.xgl-suggestion_scan::before {
  content: "\eadc";
}

.xgl-suggestion_scan_alt::before {
  content: "\eadd";
}

.xgl-suggestion_scan_two_tone::before {
  content: "\eadc";
}

.xgl-suggestion_scan_two_tone::after {
  content: "\eadd";
  opacity: 0.2;
}

.xgl-suggestion_two_tone::before {
  content: "\ead8";
}

.xgl-suggestion_two_tone::after {
  content: "\ead9";
  opacity: 0.2;
}

.xgl-sunburst::before {
  content: "\e927";
}

.xgl-sunburst_alt::before {
  content: "\e928";
}

.xgl-sunburst_compare::before {
  content: "\e92b";
}

.xgl-sunburst_compare_alt::before {
  content: "\e92c";
}

.xgl-sunburst_compare_two_tone::before {
  content: "\e92b";
}

.xgl-sunburst_compare_two_tone::after {
  content: "\e92c";
  opacity: 0.2;
}

.xgl-sunburst_progress::before {
  content: "\e929";
}

.xgl-sunburst_progress_alt::before {
  content: "\e92a";
}

.xgl-sunburst_progress_two_tone::before {
  content: "\e929";
}

.xgl-sunburst_progress_two_tone::after {
  content: "\e92a";
  opacity: 0.2;
}

.xgl-sunburst_two_tone::before {
  content: "\e927";
}

.xgl-sunburst_two_tone::after {
  content: "\e928";
  opacity: 0.2;
}

.xgl-sunshine::before {
  content: "\e477";
}

.xgl-sunshine_alt::before {
  content: "\e478";
}

.xgl-sunshine_two_tone::before {
  content: "\e477";
}

.xgl-sunshine_two_tone::after {
  content: "\e478";
  opacity: 0.2;
}

.xgl-superscript::before {
  content: "\e5b9";
}

.xgl-support::before {
  content: "\e479";
}

.xgl-support_alt::before {
  content: "\e47a";
}

.xgl-support_two_tone::before {
  content: "\e479";
}

.xgl-support_two_tone::after {
  content: "\e47a";
  opacity: 0.2;
}

.xgl-swipe_card::before {
  content: "\e47b";
}

.xgl-swipe_card_two_tone::before {
  content: "\e47b";
}

.xgl-swipe_card_two_tone::after {
  content: "\ec80";
  opacity: 0.2;
}

.xgl-sync::before {
  content: "\e47c";
}

.xgl-sync_alert::before {
  content: "\e47d";
}

.xgl-sync_check::before {
  content: "\e47e";
}

.xgl-sync_fault::before {
  content: "\e47f";
}

.xgl-tab_backward::before {
  content: "\e480";
}

.xgl-tab_forward::before {
  content: "\e481";
}

.xgl-tables::before {
  content: "\e482";
}

.xgl-tables_alt::before {
  content: "\e483";
}

.xgl-tables_two_tone::before {
  content: "\e482";
}

.xgl-tables_two_tone::after {
  content: "\e483";
  opacity: 0.2;
}

.xgl-tablet::before {
  content: "\e484";
}

.xgl-tablet_alt::before {
  content: "\e485";
}

.xgl-tablet_two_tone::before {
  content: "\e484";
}

.xgl-tablet_two_tone::after {
  content: "\e485";
  opacity: 0.2;
}

.xgl-tag::before {
  content: "\e486";
}

.xgl-tag_alt::before {
  content: "\e487";
}

.xgl-tag_two_tone::before {
  content: "\e486";
}

.xgl-tag_two_tone::after {
  content: "\e487";
  opacity: 0.2;
}

.xgl-tags::before {
  content: "\e488";
}

.xgl-tags_alt::before {
  content: "\e489";
}

.xgl-tags_two_tone::before {
  content: "\e488";
}

.xgl-tags_two_tone::after {
  content: "\e489";
  opacity: 0.2;
}

.xgl-tap::before {
  content: "\e48a";
}

.xgl-tap_alt::before {
  content: "\e48b";
}

.xgl-tap_down::before {
  content: "\e48c";
}

.xgl-tap_down_alt::before {
  content: "\e48d";
}

.xgl-tap_down_two_tone::before {
  content: "\e48c";
}

.xgl-tap_down_two_tone::after {
  content: "\e48d";
  opacity: 0.2;
}

.xgl-tap_left::before {
  content: "\e48e";
}

.xgl-tap_left_alt::before {
  content: "\e48f";
}

.xgl-tap_left_two_tone::before {
  content: "\e48e";
}

.xgl-tap_left_two_tone::after {
  content: "\e48f";
  opacity: 0.2;
}

.xgl-tap_right::before {
  content: "\e490";
}

.xgl-tap_right_alt::before {
  content: "\e491";
}

.xgl-tap_right_two_tone::before {
  content: "\e490";
}

.xgl-tap_right_two_tone::after {
  content: "\e491";
  opacity: 0.2;
}

.xgl-tap_two::before {
  content: "\e651";
}

.xgl-tap_two_alt::before {
  content: "\e652";
}

.xgl-tap_two_tone::before {
  content: "\e48a";
}

.xgl-tap_two_tone::after {
  content: "\e48b";
  opacity: 0.2;
}

.xgl-tap_two_two_tone::before {
  content: "\e651";
}

.xgl-tap_two_two_tone::after {
  content: "\e652";
  opacity: 0.2;
}

.xgl-tap_up::before {
  content: "\e492";
}

.xgl-tap_up_alt::before {
  content: "\e493";
}

.xgl-tap_up_two_tone::before {
  content: "\e492";
}

.xgl-tap_up_two_tone::after {
  content: "\e493";
  opacity: 0.2;
}

.xgl-target::before {
  content: "\e494";
}

.xgl-target_two_tone::before {
  content: "\e494";
}

.xgl-target_two_tone::after {
  content: "\e0df";
  opacity: 0.2;
}

.xgl-team::before {
  content: "\e495";
}

.xgl-team_alt::before {
  content: "\e496";
}

.xgl-team_two_tone::before {
  content: "\e495";
}

.xgl-team_two_tone::after {
  content: "\e496";
  opacity: 0.2;
}

.xgl-teamwork::before {
  content: "\e8d1";
}

.xgl-teamwork_alt::before {
  content: "\e8d2";
}

.xgl-teamwork_two_tone::before {
  content: "\e8d1";
}

.xgl-teamwork_two_tone::after {
  content: "\e8d2";
  opacity: 0.2;
}

.xgl-template_update::before {
  content: "\ebf3";
}

.xgl-template_update_alt::before {
  content: "\ebf4";
}

.xgl-template_update_two_tone::before {
  content: "\ebf3";
}

.xgl-template_update_two_tone::after {
  content: "\ebf4";
  opacity: 0.2;
}

.xgl-terms::before {
  content: "\e497";
}

.xgl-terms_alt::before {
  content: "\e498";
}

.xgl-terms_two_tone::before {
  content: "\e497";
}

.xgl-terms_two_tone::after {
  content: "\e498";
  opacity: 0.2;
}

.xgl-text::before {
  content: "\e499";
}

.xgl-text_align_left::before {
  content: "\e49a";
}

.xgl-text_align_right::before {
  content: "\e49b";
}

.xgl-text_box::before {
  content: "\e49c";
}

.xgl-text_box_alt::before {
  content: "\e7aa";
}

.xgl-text_box_two_tone::before {
  content: "\e49c";
}

.xgl-text_box_two_tone::after {
  content: "\e7aa";
  opacity: 0.2;
}

.xgl-text_lines_square::before {
  content: "\e49d";
}

.xgl-text_lines_square_alt::before {
  content: "\e49e";
}

.xgl-text_lines_square_rtl::before {
  content: "\e5a9";
}

.xgl-text_lines_square_rtl_alt::before {
  content: "\e5a8";
}

.xgl-text_lines_square_rtl_two_tone::before {
  content: "\e5a9";
}

.xgl-text_lines_square_rtl_two_tone::after {
  content: "\e5a8";
  opacity: 0.2;
}

.xgl-text_lines_square_two_tone::before {
  content: "\e49d";
}

.xgl-text_lines_square_two_tone::after {
  content: "\e49e";
  opacity: 0.2;
}

.xgl-text_square::before {
  content: "\e49f";
}

.xgl-text_square_alt::before {
  content: "\e4a0";
}

.xgl-text_square_two_tone::before {
  content: "\e49f";
}

.xgl-text_square_two_tone::after {
  content: "\e4a0";
  opacity: 0.2;
}

.xgl-thermometer::before {
  content: "\eac0";
}

.xgl-thermometer_alt::before {
  content: "\eac1";
}

.xgl-thermometer_two_tone::before {
  content: "\eac0";
}

.xgl-thermometer_two_tone::after {
  content: "\eac1";
  opacity: 0.2;
}

.xgl-three_free_staple::before {
  content: "\eb36";
}

.xgl-three_free_staple_alt::before {
  content: "\eb37";
}

.xgl-three_free_staple_two_tone::before {
  content: "\eb36";
}

.xgl-three_free_staple_two_tone::after {
  content: "\eb37";
  opacity: 0.2;
}

.xgl-three_holes_bottom_l::before {
  content: "\e8f3";
}

.xgl-three_holes_bottom_l_alt::before {
  content: "\e8f4";
}

.xgl-three_holes_bottom_l_two_tone::before {
  content: "\e8f3";
}

.xgl-three_holes_bottom_l_two_tone::after {
  content: "\e8f4";
  opacity: 0.2;
}

.xgl-three_holes_bottom_p::before {
  content: "\e8f5";
}

.xgl-three_holes_bottom_p_alt::before {
  content: "\e8f6";
}

.xgl-three_holes_bottom_p_two_tone::before {
  content: "\e8f5";
}

.xgl-three_holes_bottom_p_two_tone::after {
  content: "\e8f6";
  opacity: 0.2;
}

.xgl-three_holes_left_l::before {
  content: "\e4a1";
}

.xgl-three_holes_left_l_alt::before {
  content: "\e754";
}

.xgl-three_holes_left_l_two_tone::before {
  content: "\e4a1";
}

.xgl-three_holes_left_l_two_tone::after {
  content: "\e754";
  opacity: 0.2;
}

.xgl-three_holes_left_p::before {
  content: "\e4a2";
}

.xgl-three_holes_left_p_alt::before {
  content: "\e755";
}

.xgl-three_holes_left_p_two_tone::before {
  content: "\e4a2";
}

.xgl-three_holes_left_p_two_tone::after {
  content: "\e755";
  opacity: 0.2;
}

.xgl-three_holes_right_l::before {
  content: "\e4a3";
}

.xgl-three_holes_right_l_alt::before {
  content: "\e756";
}

.xgl-three_holes_right_l_two_tone::before {
  content: "\e4a3";
}

.xgl-three_holes_right_l_two_tone::after {
  content: "\e756";
  opacity: 0.2;
}

.xgl-three_holes_right_p::before {
  content: "\e4a4";
}

.xgl-three_holes_right_p_alt::before {
  content: "\e757";
}

.xgl-three_holes_right_p_two_tone::before {
  content: "\e4a4";
}

.xgl-three_holes_right_p_two_tone::after {
  content: "\e757";
  opacity: 0.2;
}

.xgl-three_holes_top_l::before {
  content: "\e4a5";
}

.xgl-three_holes_top_l_alt::before {
  content: "\e758";
}

.xgl-three_holes_top_l_two_tone::before {
  content: "\e4a5";
}

.xgl-three_holes_top_l_two_tone::after {
  content: "\e758";
  opacity: 0.2;
}

.xgl-three_holes_top_p::before {
  content: "\e4a6";
}

.xgl-three_holes_top_p_alt::before {
  content: "\e759";
}

.xgl-three_holes_top_p_two_tone::before {
  content: "\e4a6";
}

.xgl-three_holes_top_p_two_tone::after {
  content: "\e759";
  opacity: 0.2;
}

.xgl-three_round_tile::before {
  content: "\e9d7";
}

.xgl-three_round_tile_alt::before {
  content: "\e9d8";
}

.xgl-three_round_tile_two_tone::before {
  content: "\e9d7";
}

.xgl-three_round_tile_two_tone::after {
  content: "\e9d8";
  opacity: 0.2;
}

.xgl-three_staple::before {
  content: "\eb34";
}

.xgl-three_staple_alt::before {
  content: "\eb35";
}

.xgl-three_staple_two_tone::before {
  content: "\eb34";
}

.xgl-three_staple_two_tone::after {
  content: "\eb35";
  opacity: 0.2;
}

.xgl-thumb_drive::before {
  content: "\e4a7";
}

.xgl-thumb_drive_alt::before {
  content: "\e4a8";
}

.xgl-thumb_drive_two_tone::before {
  content: "\e4a7";
}

.xgl-thumb_drive_two_tone::after {
  content: "\e4a8";
  opacity: 0.2;
}

.xgl-thumbnail_reorder::before {
  content: "\e4a9";
}

.xgl-thumbnail_strip_four::before {
  content: "\e67f";
}

.xgl-thumbnail_strip_four_alt::before {
  content: "\e680";
}

.xgl-thumbnail_strip_four_two_tone::before {
  content: "\e67f";
}

.xgl-thumbnail_strip_four_two_tone::after {
  content: "\e680";
  opacity: 0.2;
}

.xgl-thumbnail_strip_two::before {
  content: "\e681";
}

.xgl-thumbnail_strip_two_alt::before {
  content: "\e682";
}

.xgl-thumbnail_strip_two_two_tone::before {
  content: "\e681";
}

.xgl-thumbnail_strip_two_two_tone::after {
  content: "\e682";
  opacity: 0.2;
}

.xgl-thumbnail_text::before {
  content: "\e4aa";
}

.xgl-thumbnail_text_alt::before {
  content: "\e4ab";
}

.xgl-thumbnail_text_two_tone::before {
  content: "\e4aa";
}

.xgl-thumbnail_text_two_tone::after {
  content: "\e4ab";
  opacity: 0.2;
}

.xgl-thumbnails::before {
  content: "\e4ac";
}

.xgl-thumbnails_alt::before {
  content: "\e4ad";
}

.xgl-thumbnails_six::before {
  content: "\e4ae";
}

.xgl-thumbnails_six_alt::before {
  content: "\e4af";
}

.xgl-thumbnails_six_two_tone::before {
  content: "\e4ae";
}

.xgl-thumbnails_six_two_tone::after {
  content: "\e4af";
  opacity: 0.2;
}

.xgl-thumbnails_two_tone::before {
  content: "\e4ac";
}

.xgl-thumbnails_two_tone::after {
  content: "\e4ad";
  opacity: 0.2;
}

.xgl-thumbs_down::before {
  content: "\e4b0";
}

.xgl-thumbs_down_alt::before {
  content: "\e4b1";
}

.xgl-thumbs_down_two_tone::before {
  content: "\e4b0";
}

.xgl-thumbs_down_two_tone::after {
  content: "\e4b1";
  opacity: 0.2;
}

.xgl-thumbs_up::before {
  content: "\e4b2";
}

.xgl-thumbs_up_alt::before {
  content: "\e4b3";
}

.xgl-thumbs_up_two_tone::before {
  content: "\e4b2";
}

.xgl-thumbs_up_two_tone::after {
  content: "\e4b3";
  opacity: 0.2;
}

.xgl-ticket::before {
  content: "\e4b4";
}

.xgl-ticket_alt::before {
  content: "\e4b5";
}

.xgl-ticket_two_tone::before {
  content: "\e4b4";
}

.xgl-ticket_two_tone::after {
  content: "\e4b5";
  opacity: 0.2;
}

.xgl-time_off::before {
  content: "\ea84";
}

.xgl-time_off_alt::before {
  content: "\ea85";
}

.xgl-time_off_two_tone::before {
  content: "\ea84";
}

.xgl-time_off_two_tone::after {
  content: "\ea85";
  opacity: 0.2;
}

.xgl-timer_start::before {
  content: "\ebfd";
}

.xgl-timer_start_alt::before {
  content: "\ebfe";
}

.xgl-timer_start_two_tone::before {
  content: "\ebfd";
}

.xgl-timer_start_two_tone::after {
  content: "\ebfe";
  opacity: 0.2;
}

.xgl-timezone::before {
  content: "\ebef";
}

.xgl-timezone_alt::before {
  content: "\ebf0";
}

.xgl-timezone_two_tone::before {
  content: "\ebef";
}

.xgl-timezone_two_tone::after {
  content: "\ebf0";
  opacity: 0.2;
}

.xgl-toggles::before {
  content: "\e4b6";
}

.xgl-toggles_alt::before {
  content: "\e4b7";
}

.xgl-toggles_disabled::before {
  content: "\ea7d";
}

.xgl-toggles_disabled_alt::before {
  content: "\ea7e";
}

.xgl-toggles_disabled_two_tone::before {
  content: "\ea7d";
}

.xgl-toggles_disabled_two_tone::after {
  content: "\ea7e";
  opacity: 0.2;
}

.xgl-toggles_two_tone::before {
  content: "\e4b6";
}

.xgl-toggles_two_tone::after {
  content: "\e4b7";
  opacity: 0.2;
}

.xgl-toner::before {
  content: "\e4b8";
}

.xgl-toner_add::before {
  content: "\e792";
}

.xgl-toner_add_two_tone::before {
  content: "\e792";
}

.xgl-toner_add_two_tone::after {
  content: "\ea7f";
  opacity: 0.2;
}

.xgl-toner_black::before {
  content: "\e813";
}

.xgl-toner_black_two_tone::before {
  content: "\e813";
}

.xgl-toner_black_two_tone::after {
  content: "\ea7f";
  opacity: 0.2;
}

.xgl-toner_blue::before {
  content: "\e81d";
}

.xgl-toner_blue_two_tone::before {
  content: "\e81d";
}

.xgl-toner_blue_two_tone::after {
  content: "\ea7f";
  opacity: 0.2;
}

.xgl-toner_c::before {
  content: "\e65f";
}

.xgl-toner_c_alt::before {
  content: "\e660";
}

.xgl-toner_c_two_tone::before {
  content: "\e65f";
}

.xgl-toner_c_two_tone::after {
  content: "\e660";
  opacity: 0.2;
}

.xgl-toner_clear::before {
  content: "\e81e";
}

.xgl-toner_clear_two_tone::before {
  content: "\e81e";
}

.xgl-toner_clear_two_tone::after {
  content: "\ea7f";
  opacity: 0.2;
}

.xgl-toner_cyan::before {
  content: "\e810";
}

.xgl-toner_cyan_two_tone::before {
  content: "\e810";
}

.xgl-toner_cyan_two_tone::after {
  content: "\ea7f";
  opacity: 0.2;
}

.xgl-toner_ember_gold::before {
  content: "\e821";
}

.xgl-toner_ember_gold_two_tone::before {
  content: "\e821";
}

.xgl-toner_ember_gold_two_tone::after {
  content: "\ea7f";
  opacity: 0.2;
}

.xgl-toner_fifty::before {
  content: "\e816";
}

.xgl-toner_full::before {
  content: "\e814";
}

.xgl-toner_gold::before {
  content: "\e81f";
}

.xgl-toner_gold_two_tone::before {
  content: "\e81f";
}

.xgl-toner_gold_two_tone::after {
  content: "\ea7f";
  opacity: 0.2;
}

.xgl-toner_green::before {
  content: "\e818";
}

.xgl-toner_green_two_tone::before {
  content: "\e818";
}

.xgl-toner_green_two_tone::after {
  content: "\ea7f";
  opacity: 0.2;
}

.xgl-toner_k::before {
  content: "\e665";
}

.xgl-toner_k_alt::before {
  content: "\e666";
}

.xgl-toner_k_two_tone::before {
  content: "\e665";
}

.xgl-toner_k_two_tone::after {
  content: "\e666";
  opacity: 0.2;
}

.xgl-toner_m::before {
  content: "\e661";
}

.xgl-toner_m_alt::before {
  content: "\e662";
}

.xgl-toner_m_two_tone::before {
  content: "\e661";
}

.xgl-toner_m_two_tone::after {
  content: "\e662";
  opacity: 0.2;
}

.xgl-toner_magenta::before {
  content: "\e811";
}

.xgl-toner_magenta_two_tone::before {
  content: "\e811";
}

.xgl-toner_magenta_two_tone::after {
  content: "\ea7f";
  opacity: 0.2;
}

.xgl-toner_orange::before {
  content: "\e81b";
}

.xgl-toner_orange_two_tone::before {
  content: "\e81b";
}

.xgl-toner_orange_two_tone::after {
  content: "\ea7f";
  opacity: 0.2;
}

.xgl-toner_purple::before {
  content: "\e81c";
}

.xgl-toner_purple_two_tone::before {
  content: "\e81c";
}

.xgl-toner_purple_two_tone::after {
  content: "\ea7f";
  opacity: 0.2;
}

.xgl-toner_red::before {
  content: "\e81a";
}

.xgl-toner_red_two_tone::before {
  content: "\e81a";
}

.xgl-toner_red_two_tone::after {
  content: "\ea7f";
  opacity: 0.2;
}

.xgl-toner_save::before {
  content: "\e793";
}

.xgl-toner_save_two_tone::before {
  content: "\e793";
}

.xgl-toner_save_two_tone::after {
  content: "\ea7f";
  opacity: 0.2;
}

.xgl-toner_seventy_five::before {
  content: "\e815";
}

.xgl-toner_silver::before {
  content: "\e820";
}

.xgl-toner_silver_two_tone::before {
  content: "\e820";
}

.xgl-toner_silver_two_tone::after {
  content: "\ea7f";
  opacity: 0.2;
}

.xgl-toner_square::before {
  content: "\e4b9";
}

.xgl-toner_square_alt::before {
  content: "\e4ba";
}

.xgl-toner_square_two_tone::before {
  content: "\e4b9";
}

.xgl-toner_square_two_tone::after {
  content: "\e4ba";
  opacity: 0.2;
}

.xgl-toner_twenty_five::before {
  content: "\e817";
}

.xgl-toner_white::before {
  content: "\e819";
}

.xgl-toner_white_two_tone::before {
  content: "\e819";
}

.xgl-toner_white_two_tone::after {
  content: "\ea7f";
  opacity: 0.2;
}

.xgl-toner_y::before {
  content: "\e663";
}

.xgl-toner_y_alt::before {
  content: "\e664";
}

.xgl-toner_y_two_tone::before {
  content: "\e663";
}

.xgl-toner_y_two_tone::after {
  content: "\e664";
  opacity: 0.2;
}

.xgl-toner_yellow::before {
  content: "\e812";
}

.xgl-toner_yellow_two_tone::before {
  content: "\e812";
}

.xgl-toner_yellow_two_tone::after {
  content: "\ea7f";
  opacity: 0.2;
}

.xgl-toolbox::before {
  content: "\e4bb";
}

.xgl-toolbox_alt::before {
  content: "\e4bc";
}

.xgl-toolbox_two_tone::before {
  content: "\e4bb";
}

.xgl-toolbox_two_tone::after {
  content: "\e4bc";
  opacity: 0.2;
}

.xgl-tools::before {
  content: "\e4bd";
}

.xgl-tools_alt::before {
  content: "\e4be";
}

.xgl-tools_two_tone::before {
  content: "\e4bd";
}

.xgl-tools_two_tone::after {
  content: "\e4be";
  opacity: 0.2;
}

.xgl-top::before {
  content: "\e6b4";
}

.xgl-transfer::before {
  content: "\e4bf";
}

.xgl-transfer_lef::before {
  content: "\e4c0";
}

.xgl-transfer_lef_alt::before {
  content: "\e75a";
}

.xgl-transfer_lef_two_tone::before {
  content: "\e4c0";
}

.xgl-transfer_lef_two_tone::after {
  content: "\e75a";
  opacity: 0.2;
}

.xgl-transfer_secure::before {
  content: "\e6a2";
}

.xgl-transfer_sef::before {
  content: "\e4c1";
}

.xgl-transfer_sef_alt::before {
  content: "\e75b";
}

.xgl-transfer_sef_two_tone::before {
  content: "\e4c1";
}

.xgl-transfer_sef_two_tone::after {
  content: "\e75b";
  opacity: 0.2;
}

.xgl-transition::before {
  content: "\ec68";
}

.xgl-transition_alt::before {
  content: "\ec69";
}

.xgl-transition_two_tone::before {
  content: "\ec68";
}

.xgl-transition_two_tone::after {
  content: "\ec69";
  opacity: 0.2;
}

.xgl-translate::before {
  content: "\e8a0";
}

.xgl-translate_alt::before {
  content: "\e8a1";
}

.xgl-translate_two_tone::before {
  content: "\e8a0";
}

.xgl-translate_two_tone::after {
  content: "\e8a1";
  opacity: 0.2;
}

.xgl-transparency_lef::before {
  content: "\e4c2";
}

.xgl-transparency_lef_alt::before {
  content: "\e75c";
}

.xgl-transparency_lef_two_tone::before {
  content: "\e4c2";
}

.xgl-transparency_lef_two_tone::after {
  content: "\e75c";
  opacity: 0.2;
}

.xgl-transparency_sef::before {
  content: "\e4c3";
}

.xgl-transparency_sef_alt::before {
  content: "\e75d";
}

.xgl-transparency_sef_two_tone::before {
  content: "\e4c3";
}

.xgl-transparency_sef_two_tone::after {
  content: "\e75d";
  opacity: 0.2;
}

.xgl-transparency_separator::before {
  content: "\ebf5";
}

.xgl-transparency_separator_alt::before {
  content: "\ebf6";
}

.xgl-transparency_separator_disabled::before {
  content: "\ebf7";
}

.xgl-transparency_separator_disabled_alt::before {
  content: "\ebf8";
}

.xgl-transparency_separator_disabled_two_tone::before {
  content: "\ebf7";
}

.xgl-transparency_separator_disabled_two_tone::after {
  content: "\ebf8";
  opacity: 0.2;
}

.xgl-transparency_separator_printed::before {
  content: "\ebf9";
}

.xgl-transparency_separator_printed_alt::before {
  content: "\ebfa";
}

.xgl-transparency_separator_printed_two_tone::before {
  content: "\ebf9";
}

.xgl-transparency_separator_printed_two_tone::after {
  content: "\ebfa";
  opacity: 0.2;
}

.xgl-transparency_separator_two_tone::before {
  content: "\ebf5";
}

.xgl-transparency_separator_two_tone::after {
  content: "\ebf6";
  opacity: 0.2;
}

.xgl-trash::before {
  content: "\e4c4";
}

.xgl-trash_alt::before {
  content: "\e4c5";
}

.xgl-trash_square::before {
  content: "\e4c6";
}

.xgl-trash_square_alt::before {
  content: "\e4c7";
}

.xgl-trash_square_two_tone::before {
  content: "\e4c6";
}

.xgl-trash_square_two_tone::after {
  content: "\e4c7";
  opacity: 0.2;
}

.xgl-trash_two_tone::before {
  content: "\e4c4";
}

.xgl-trash_two_tone::after {
  content: "\e4c5";
  opacity: 0.2;
}

.xgl-travel::before {
  content: "\e4c8";
}

.xgl-travel_alt::before {
  content: "\e4c9";
}

.xgl-travel_two_tone::before {
  content: "\e4c8";
}

.xgl-travel_two_tone::after {
  content: "\e4c9";
  opacity: 0.2;
}

.xgl-tray_alt::before {
  content: "\e7fc";
}

.xgl-tray_auto::before {
  content: "\e4ca";
}

.xgl-tray_auto_two_tone::before {
  content: "\e4ca";
}

.xgl-tray_auto_two_tone::after {
  content: "\ea7f";
  opacity: 0.2;
}

.xgl-tray_bkgd::before {
  content: "\ea7f";
}

.xgl-tray_eight_empty::before {
  content: "\e4cb";
}

.xgl-tray_eight_empty_two_tone::before {
  content: "\e4cb";
}

.xgl-tray_eight_empty_two_tone::after {
  content: "\ea7f";
  opacity: 0.2;
}

.xgl-tray_eight_fifty::before {
  content: "\e4cc";
}

.xgl-tray_eight_fifty_two_tone::before {
  content: "\e4cc";
}

.xgl-tray_eight_fifty_two_tone::after {
  content: "\ea7f";
  opacity: 0.2;
}

.xgl-tray_eight_full::before {
  content: "\e4cd";
}

.xgl-tray_eight_full_two_tone::before {
  content: "\e4cd";
}

.xgl-tray_eight_full_two_tone::after {
  content: "\ea7f";
  opacity: 0.2;
}

.xgl-tray_eight_inserter_empty::before {
  content: "\e4ce";
}

.xgl-tray_eight_inserter_present::before {
  content: "\e4cf";
}

.xgl-tray_eight_seventy_five::before {
  content: "\e4d0";
}

.xgl-tray_eight_seventy_five_two_tone::before {
  content: "\e4d0";
}

.xgl-tray_eight_seventy_five_two_tone::after {
  content: "\ea7f";
  opacity: 0.2;
}

.xgl-tray_eight_twenty_five::before {
  content: "\e4d1";
}

.xgl-tray_eight_twenty_five_two_tone::before {
  content: "\e4d1";
}

.xgl-tray_eight_twenty_five_two_tone::after {
  content: "\ea7f";
  opacity: 0.2;
}

.xgl-tray_empty::before {
  content: "\e4d2";
}

.xgl-tray_empty_two_tone::before {
  content: "\e4d2";
}

.xgl-tray_empty_two_tone::after {
  content: "\ea7f";
  opacity: 0.2;
}

.xgl-tray_favorite::before {
  content: "\e4d3";
}

.xgl-tray_favorite_two_tone::before {
  content: "\e4d3";
}

.xgl-tray_favorite_two_tone::after {
  content: "\ea7f";
  opacity: 0.2;
}

.xgl-tray_fifty::before {
  content: "\e4d4";
}

.xgl-tray_fifty_two_tone::before {
  content: "\e4d4";
}

.xgl-tray_fifty_two_tone::after {
  content: "\ea7f";
  opacity: 0.2;
}

.xgl-tray_five_bypass_empty::before {
  content: "\e4d5";
}

.xgl-tray_five_bypass_present::before {
  content: "\e4d6";
}

.xgl-tray_five_empty::before {
  content: "\e4d7";
}

.xgl-tray_five_empty_two_tone::before {
  content: "\e4d7";
}

.xgl-tray_five_empty_two_tone::after {
  content: "\ea7f";
  opacity: 0.2;
}

.xgl-tray_five_fifty::before {
  content: "\e4d8";
}

.xgl-tray_five_fifty_two_tone::before {
  content: "\e4d8";
}

.xgl-tray_five_fifty_two_tone::after {
  content: "\ea7f";
  opacity: 0.2;
}

.xgl-tray_five_full::before {
  content: "\e4d9";
}

.xgl-tray_five_full_two_tone::before {
  content: "\e4d9";
}

.xgl-tray_five_full_two_tone::after {
  content: "\ea7f";
  opacity: 0.2;
}

.xgl-tray_five_seventy_five::before {
  content: "\e4da";
}

.xgl-tray_five_seventy_five_two_tone::before {
  content: "\e4da";
}

.xgl-tray_five_seventy_five_two_tone::after {
  content: "\ea7f";
  opacity: 0.2;
}

.xgl-tray_five_twenty_five::before {
  content: "\e4db";
}

.xgl-tray_five_twenty_five_two_tone::before {
  content: "\e4db";
}

.xgl-tray_five_twenty_five_two_tone::after {
  content: "\ea7f";
  opacity: 0.2;
}

.xgl-tray_four_empty::before {
  content: "\e4dc";
}

.xgl-tray_four_empty_two_tone::before {
  content: "\e4dc";
}

.xgl-tray_four_empty_two_tone::after {
  content: "\ea7f";
  opacity: 0.2;
}

.xgl-tray_four_fifty::before {
  content: "\e4dd";
}

.xgl-tray_four_fifty_two_tone::before {
  content: "\e4dd";
}

.xgl-tray_four_fifty_two_tone::after {
  content: "\ea7f";
  opacity: 0.2;
}

.xgl-tray_four_full::before {
  content: "\e4de";
}

.xgl-tray_four_full_two_tone::before {
  content: "\e4de";
}

.xgl-tray_four_full_two_tone::after {
  content: "\ea7f";
  opacity: 0.2;
}

.xgl-tray_four_seventy_five::before {
  content: "\e4df";
}

.xgl-tray_four_seventy_five_two_tone::before {
  content: "\e4df";
}

.xgl-tray_four_seventy_five_two_tone::after {
  content: "\ea7f";
  opacity: 0.2;
}

.xgl-tray_four_twenty_five::before {
  content: "\e4e0";
}

.xgl-tray_four_twenty_five_two_tone::before {
  content: "\e4e0";
}

.xgl-tray_four_twenty_five_two_tone::after {
  content: "\ea7f";
  opacity: 0.2;
}

.xgl-tray_full::before {
  content: "\e4e1";
}

.xgl-tray_full_two_tone::before {
  content: "\e4e1";
}

.xgl-tray_full_two_tone::after {
  content: "\ea7f";
  opacity: 0.2;
}

.xgl-tray_heater::before {
  content: "\ead4";
}

.xgl-tray_heater_alt::before {
  content: "\ead5";
}

.xgl-tray_heater_two_tone::before {
  content: "\ead4";
}

.xgl-tray_heater_two_tone::after {
  content: "\ead5";
  opacity: 0.2;
}

.xgl-tray_level_fifty::before {
  content: "\e824";
}

.xgl-tray_level_full::before {
  content: "\e822";
}

.xgl-tray_level_seventy_five::before {
  content: "\e823";
}

.xgl-tray_level_twenty_five::before {
  content: "\e825";
}

.xgl-tray_nine_empty::before {
  content: "\e896";
}

.xgl-tray_nine_empty_two_tone::before {
  content: "\e896";
}

.xgl-tray_nine_empty_two_tone::after {
  content: "\ea7f";
  opacity: 0.2;
}

.xgl-tray_nine_fifty::before {
  content: "\e897";
}

.xgl-tray_nine_fifty_two_tone::before {
  content: "\e897";
}

.xgl-tray_nine_fifty_two_tone::after {
  content: "\ea7f";
  opacity: 0.2;
}

.xgl-tray_nine_full::before {
  content: "\e898";
}

.xgl-tray_nine_full_two_tone::before {
  content: "\e898";
}

.xgl-tray_nine_full_two_tone::after {
  content: "\ea7f";
  opacity: 0.2;
}

.xgl-tray_nine_seventy_five::before {
  content: "\e899";
}

.xgl-tray_nine_seventy_five_two_tone::before {
  content: "\e899";
}

.xgl-tray_nine_seventy_five_two_tone::after {
  content: "\ea7f";
  opacity: 0.2;
}

.xgl-tray_nine_twenty_five::before {
  content: "\e89a";
}

.xgl-tray_nine_twenty_five_two_tone::before {
  content: "\e89a";
}

.xgl-tray_nine_twenty_five_two_tone::after {
  content: "\ea7f";
  opacity: 0.2;
}

.xgl-tray_one_bypass_empty::before {
  content: "\e4e2";
}

.xgl-tray_one_bypass_present::before {
  content: "\e4e3";
}

.xgl-tray_one_empty::before {
  content: "\e4e4";
}

.xgl-tray_one_empty_two_tone::before {
  content: "\e4e4";
}

.xgl-tray_one_empty_two_tone::after {
  content: "\ea7f";
  opacity: 0.2;
}

.xgl-tray_one_fifty::before {
  content: "\e4e5";
}

.xgl-tray_one_fifty_two_tone::before {
  content: "\e4e5";
}

.xgl-tray_one_fifty_two_tone::after {
  content: "\ea7f";
  opacity: 0.2;
}

.xgl-tray_one_full::before {
  content: "\e4e6";
}

.xgl-tray_one_full_two_tone::before {
  content: "\e4e6";
}

.xgl-tray_one_full_two_tone::after {
  content: "\ea7f";
  opacity: 0.2;
}

.xgl-tray_one_seventy_five::before {
  content: "\e4e7";
}

.xgl-tray_one_seventy_five_two_tone::before {
  content: "\e4e7";
}

.xgl-tray_one_seventy_five_two_tone::after {
  content: "\ea7f";
  opacity: 0.2;
}

.xgl-tray_one_twenty_five::before {
  content: "\e4e8";
}

.xgl-tray_one_twenty_five_two_tone::before {
  content: "\e4e8";
}

.xgl-tray_one_twenty_five_two_tone::after {
  content: "\ea7f";
  opacity: 0.2;
}

.xgl-tray_seven_empty::before {
  content: "\e4e9";
}

.xgl-tray_seven_empty_two_tone::before {
  content: "\e4e9";
}

.xgl-tray_seven_empty_two_tone::after {
  content: "\ea7f";
  opacity: 0.2;
}

.xgl-tray_seven_fifty::before {
  content: "\e4ea";
}

.xgl-tray_seven_fifty_two_tone::before {
  content: "\e4ea";
}

.xgl-tray_seven_fifty_two_tone::after {
  content: "\ea7f";
  opacity: 0.2;
}

.xgl-tray_seven_full::before {
  content: "\e4eb";
}

.xgl-tray_seven_full_two_tone::before {
  content: "\e4eb";
}

.xgl-tray_seven_full_two_tone::after {
  content: "\ea7f";
  opacity: 0.2;
}

.xgl-tray_seven_inserter_empty::before {
  content: "\e4ec";
}

.xgl-tray_seven_inserter_present::before {
  content: "\e4ed";
}

.xgl-tray_seven_seventy_five::before {
  content: "\e4ee";
}

.xgl-tray_seven_seventy_five_two_tone::before {
  content: "\e4ee";
}

.xgl-tray_seven_seventy_five_two_tone::after {
  content: "\ea7f";
  opacity: 0.2;
}

.xgl-tray_seven_twenty_five::before {
  content: "\e4ef";
}

.xgl-tray_seven_twenty_five_two_tone::before {
  content: "\e4ef";
}

.xgl-tray_seven_twenty_five_two_tone::after {
  content: "\ea7f";
  opacity: 0.2;
}

.xgl-tray_seventy_five::before {
  content: "\e4f0";
}

.xgl-tray_seventy_five_two_tone::before {
  content: "\e4f0";
}

.xgl-tray_seventy_five_two_tone::after {
  content: "\ea7f";
  opacity: 0.2;
}

.xgl-tray_six_empty::before {
  content: "\e4f1";
}

.xgl-tray_six_empty_two_tone::before {
  content: "\e4f1";
}

.xgl-tray_six_empty_two_tone::after {
  content: "\ea7f";
  opacity: 0.2;
}

.xgl-tray_six_fifty::before {
  content: "\e4f2";
}

.xgl-tray_six_fifty_two_tone::before {
  content: "\e4f2";
}

.xgl-tray_six_fifty_two_tone::after {
  content: "\ea7f";
  opacity: 0.2;
}

.xgl-tray_six_full::before {
  content: "\e4f3";
}

.xgl-tray_six_full_two_tone::before {
  content: "\e4f3";
}

.xgl-tray_six_full_two_tone::after {
  content: "\ea7f";
  opacity: 0.2;
}

.xgl-tray_six_inserter_empty::before {
  content: "\e4f4";
}

.xgl-tray_six_inserter_present::before {
  content: "\e4f5";
}

.xgl-tray_six_seventy_five::before {
  content: "\e4f6";
}

.xgl-tray_six_seventy_five_two_tone::before {
  content: "\e4f6";
}

.xgl-tray_six_seventy_five_two_tone::after {
  content: "\ea7f";
  opacity: 0.2;
}

.xgl-tray_six_twenty_five::before {
  content: "\e4f7";
}

.xgl-tray_six_twenty_five_two_tone::before {
  content: "\e4f7";
}

.xgl-tray_six_twenty_five_two_tone::after {
  content: "\ea7f";
  opacity: 0.2;
}

.xgl-tray_square::before {
  content: "\e4f8";
}

.xgl-tray_square_alt::before {
  content: "\e4f9";
}

.xgl-tray_square_two_tone::before {
  content: "\e4f8";
}

.xgl-tray_square_two_tone::after {
  content: "\e4f9";
  opacity: 0.2;
}

.xgl-tray_t_one_inserter_empty::before {
  content: "\e89b";
}

.xgl-tray_t_one_inserter_present::before {
  content: "\e89c";
}

.xgl-tray_t_two_inserter_empty::before {
  content: "\e89d";
}

.xgl-tray_t_two_inserter_present::before {
  content: "\e89e";
}

.xgl-tray_three_empty::before {
  content: "\e4fa";
}

.xgl-tray_three_empty_two_tone::before {
  content: "\e4fa";
}

.xgl-tray_three_empty_two_tone::after {
  content: "\ea7f";
  opacity: 0.2;
}

.xgl-tray_three_fifty::before {
  content: "\e4fb";
}

.xgl-tray_three_fifty_two_tone::before {
  content: "\e4fb";
}

.xgl-tray_three_fifty_two_tone::after {
  content: "\ea7f";
  opacity: 0.2;
}

.xgl-tray_three_full::before {
  content: "\e4fc";
}

.xgl-tray_three_full_two_tone::before {
  content: "\e4fc";
}

.xgl-tray_three_full_two_tone::after {
  content: "\ea7f";
  opacity: 0.2;
}

.xgl-tray_three_seventy_five::before {
  content: "\e4fd";
}

.xgl-tray_three_seventy_five_two_tone::before {
  content: "\e4fd";
}

.xgl-tray_three_seventy_five_two_tone::after {
  content: "\ea7f";
  opacity: 0.2;
}

.xgl-tray_three_twenty_five::before {
  content: "\e4fe";
}

.xgl-tray_three_twenty_five_two_tone::before {
  content: "\e4fe";
}

.xgl-tray_three_twenty_five_two_tone::after {
  content: "\ea7f";
  opacity: 0.2;
}

.xgl-tray_twenty_five::before {
  content: "\e4ff";
}

.xgl-tray_twenty_five_two_tone::before {
  content: "\e4ff";
}

.xgl-tray_twenty_five_two_tone::after {
  content: "\ea7f";
  opacity: 0.2;
}

.xgl-tray_two_empty::before {
  content: "\e500";
}

.xgl-tray_two_empty_two_tone::before {
  content: "\e500";
}

.xgl-tray_two_empty_two_tone::after {
  content: "\ea7f";
  opacity: 0.2;
}

.xgl-tray_two_fifty::before {
  content: "\e501";
}

.xgl-tray_two_fifty_two_tone::before {
  content: "\e501";
}

.xgl-tray_two_fifty_two_tone::after {
  content: "\ea7f";
  opacity: 0.2;
}

.xgl-tray_two_full::before {
  content: "\e502";
}

.xgl-tray_two_full_two_tone::before {
  content: "\e502";
}

.xgl-tray_two_full_two_tone::after {
  content: "\ea7f";
  opacity: 0.2;
}

.xgl-tray_two_seventy_five::before {
  content: "\e503";
}

.xgl-tray_two_seventy_five_two_tone::before {
  content: "\e503";
}

.xgl-tray_two_seventy_five_two_tone::after {
  content: "\ea7f";
  opacity: 0.2;
}

.xgl-tray_two_twenty_five::before {
  content: "\e504";
}

.xgl-tray_two_twenty_five_two_tone::before {
  content: "\e504";
}

.xgl-tray_two_twenty_five_two_tone::after {
  content: "\ea7f";
  opacity: 0.2;
}

.xgl-tree::before {
  content: "\ec21";
}

.xgl-tree_alt::before {
  content: "\ec22";
}

.xgl-tree_two_tone::before {
  content: "\ec21";
}

.xgl-tree_two_tone::after {
  content: "\ec22";
  opacity: 0.2;
}

.xgl-tree_view::before {
  content: "\e633";
}

.xgl-tree_view_alt::before {
  content: "\e634";
}

.xgl-tree_view_two_tone::before {
  content: "\e633";
}

.xgl-tree_view_two_tone::after {
  content: "\e634";
  opacity: 0.2;
}

.xgl-triangle::before {
  content: "\ec89";
}

.xgl-triangle_bkgd::before {
  content: "\e505";
}

.xgl-trophy::before {
  content: "\e506";
}

.xgl-trophy_alt::before {
  content: "\e507";
}

.xgl-trophy_two_tone::before {
  content: "\e506";
}

.xgl-trophy_two_tone::after {
  content: "\e507";
  opacity: 0.2;
}

.xgl-troubleshoot::before {
  content: "\eae2";
}

.xgl-troubleshoot_alt::before {
  content: "\eae3";
}

.xgl-troubleshoot_two_tone::before {
  content: "\eae2";
}

.xgl-troubleshoot_two_tone::after {
  content: "\eae3";
  opacity: 0.2;
}

.xgl-truck::before {
  content: "\e508";
}

.xgl-truck_alt::before {
  content: "\e509";
}

.xgl-truck_two_tone::before {
  content: "\e508";
}

.xgl-truck_two_tone::after {
  content: "\e509";
  opacity: 0.2;
}

.xgl-tshirt::before {
  content: "\e50a";
}

.xgl-tshirt_alt::before {
  content: "\e50b";
}

.xgl-tshirt_two_tone::before {
  content: "\e50a";
}

.xgl-tshirt_two_tone::after {
  content: "\e50b";
  opacity: 0.2;
}

.xgl-tulip::before {
  content: "\e50c";
}

.xgl-tulip_alt::before {
  content: "\e50d";
}

.xgl-tulip_two_tone::before {
  content: "\e50c";
}

.xgl-tulip_two_tone::after {
  content: "\e50d";
  opacity: 0.2;
}

.xgl-tv::before {
  content: "\e50e";
}

.xgl-tv_alt::before {
  content: "\e50f";
}

.xgl-tv_two_tone::before {
  content: "\e50e";
}

.xgl-tv_two_tone::after {
  content: "\e50f";
  opacity: 0.2;
}

.xgl-twitter::before {
  content: "\e510";
}

.xgl-twitter_alt::before {
  content: "\ec8b";
}

.xgl-twitter_two_tone::before {
  content: "\e510";
}

.xgl-twitter_two_tone::after {
  content: "\ec8b";
  opacity: 0.2;
}

.xgl-two_free_staple::before {
  content: "\eb2e";
}

.xgl-two_free_staple_alt::before {
  content: "\eb2f";
}

.xgl-two_free_staple_l::before {
  content: "\eb30";
}

.xgl-two_free_staple_l_alt::before {
  content: "\eb31";
}

.xgl-two_free_staple_l_two_tone::before {
  content: "\eb30";
}

.xgl-two_free_staple_l_two_tone::after {
  content: "\eb31";
  opacity: 0.2;
}

.xgl-two_free_staple_p::before {
  content: "\eb32";
}

.xgl-two_free_staple_p_alt::before {
  content: "\eb33";
}

.xgl-two_free_staple_p_two_tone::before {
  content: "\eb32";
}

.xgl-two_free_staple_p_two_tone::after {
  content: "\eb33";
  opacity: 0.2;
}

.xgl-two_free_staple_two_tone::before {
  content: "\eb2e";
}

.xgl-two_free_staple_two_tone::after {
  content: "\eb2f";
  opacity: 0.2;
}

.xgl-two_holes_bottom_l::before {
  content: "\e8ed";
}

.xgl-two_holes_bottom_l_alt::before {
  content: "\e8ee";
}

.xgl-two_holes_bottom_l_two_tone::before {
  content: "\e8ed";
}

.xgl-two_holes_bottom_l_two_tone::after {
  content: "\e8ee";
  opacity: 0.2;
}

.xgl-two_holes_bottom_p::before {
  content: "\e8ef";
}

.xgl-two_holes_bottom_p_alt::before {
  content: "\e8f0";
}

.xgl-two_holes_bottom_p_two_tone::before {
  content: "\e8ef";
}

.xgl-two_holes_bottom_p_two_tone::after {
  content: "\e8f0";
  opacity: 0.2;
}

.xgl-two_holes_left_l::before {
  content: "\e511";
}

.xgl-two_holes_left_l_alt::before {
  content: "\e75e";
}

.xgl-two_holes_left_l_two_tone::before {
  content: "\e511";
}

.xgl-two_holes_left_l_two_tone::after {
  content: "\e75e";
  opacity: 0.2;
}

.xgl-two_holes_left_p::before {
  content: "\e512";
}

.xgl-two_holes_left_p_alt::before {
  content: "\e75f";
}

.xgl-two_holes_left_p_two_tone::before {
  content: "\e512";
}

.xgl-two_holes_left_p_two_tone::after {
  content: "\e75f";
  opacity: 0.2;
}

.xgl-two_holes_right_l::before {
  content: "\e513";
}

.xgl-two_holes_right_l_alt::before {
  content: "\e760";
}

.xgl-two_holes_right_l_two_tone::before {
  content: "\e513";
}

.xgl-two_holes_right_l_two_tone::after {
  content: "\e760";
  opacity: 0.2;
}

.xgl-two_holes_right_p::before {
  content: "\e514";
}

.xgl-two_holes_right_p_alt::before {
  content: "\e761";
}

.xgl-two_holes_right_p_two_tone::before {
  content: "\e514";
}

.xgl-two_holes_right_p_two_tone::after {
  content: "\e761";
  opacity: 0.2;
}

.xgl-two_holes_top_l::before {
  content: "\e515";
}

.xgl-two_holes_top_l_alt::before {
  content: "\e762";
}

.xgl-two_holes_top_l_two_tone::before {
  content: "\e515";
}

.xgl-two_holes_top_l_two_tone::after {
  content: "\e762";
  opacity: 0.2;
}

.xgl-two_holes_top_p::before {
  content: "\e516";
}

.xgl-two_holes_top_p_alt::before {
  content: "\e763";
}

.xgl-two_holes_top_p_two_tone::before {
  content: "\e516";
}

.xgl-two_holes_top_p_two_tone::after {
  content: "\e763";
  opacity: 0.2;
}

.xgl-two_round_tile::before {
  content: "\e9d5";
}

.xgl-two_round_tile_alt::before {
  content: "\e9d6";
}

.xgl-two_round_tile_two_tone::before {
  content: "\e9d5";
}

.xgl-two_round_tile_two_tone::after {
  content: "\e9d6";
  opacity: 0.2;
}

.xgl-two_staple::before {
  content: "\eb2c";
}

.xgl-two_staple_alt::before {
  content: "\eb2d";
}

.xgl-two_staple_two_tone::before {
  content: "\eb2c";
}

.xgl-two_staple_two_tone::after {
  content: "\eb2d";
  opacity: 0.2;
}

.xgl-two_staples_left_l::before {
  content: "\e517";
}

.xgl-two_staples_left_l_alt::before {
  content: "\e764";
}

.xgl-two_staples_left_l_two_tone::before {
  content: "\e517";
}

.xgl-two_staples_left_l_two_tone::after {
  content: "\e764";
  opacity: 0.2;
}

.xgl-two_staples_left_p::before {
  content: "\e518";
}

.xgl-two_staples_left_p_alt::before {
  content: "\e765";
}

.xgl-two_staples_left_p_two_tone::before {
  content: "\e518";
}

.xgl-two_staples_left_p_two_tone::after {
  content: "\e765";
  opacity: 0.2;
}

.xgl-two_staples_right_l::before {
  content: "\e519";
}

.xgl-two_staples_right_l_alt::before {
  content: "\e766";
}

.xgl-two_staples_right_l_two_tone::before {
  content: "\e519";
}

.xgl-two_staples_right_l_two_tone::after {
  content: "\e766";
  opacity: 0.2;
}

.xgl-two_staples_right_p::before {
  content: "\e51a";
}

.xgl-two_staples_right_p_alt::before {
  content: "\e767";
}

.xgl-two_staples_right_p_two_tone::before {
  content: "\e51a";
}

.xgl-two_staples_right_p_two_tone::after {
  content: "\e767";
  opacity: 0.2;
}

.xgl-two_staples_top_l::before {
  content: "\e51b";
}

.xgl-two_staples_top_l_alt::before {
  content: "\e768";
}

.xgl-two_staples_top_l_two_tone::before {
  content: "\e51b";
}

.xgl-two_staples_top_l_two_tone::after {
  content: "\e768";
  opacity: 0.2;
}

.xgl-two_staples_top_p::before {
  content: "\e51c";
}

.xgl-two_staples_top_p_alt::before {
  content: "\e769";
}

.xgl-two_staples_top_p_two_tone::before {
  content: "\e51c";
}

.xgl-two_staples_top_p_two_tone::after {
  content: "\e769";
  opacity: 0.2;
}

.xgl-type_text::before {
  content: "\e7f5";
}

.xgl-type_text_photo::before {
  content: "\e7f4";
}

.xgl-umbrella::before {
  content: "\e620";
}

.xgl-umbrella_alt::before {
  content: "\e621";
}

.xgl-umbrella_two_tone::before {
  content: "\e620";
}

.xgl-umbrella_two_tone::after {
  content: "\e621";
  opacity: 0.2;
}

.xgl-uncoated_lef::before {
  content: "\e51d";
}

.xgl-uncoated_lef_alt::before {
  content: "\e76a";
}

.xgl-uncoated_lef_two_tone::before {
  content: "\e51d";
}

.xgl-uncoated_lef_two_tone::after {
  content: "\e76a";
  opacity: 0.2;
}

.xgl-uncoated_reloaded_lef::before {
  content: "\e51e";
}

.xgl-uncoated_reloaded_lef_alt::before {
  content: "\e76b";
}

.xgl-uncoated_reloaded_lef_two_tone::before {
  content: "\e51e";
}

.xgl-uncoated_reloaded_lef_two_tone::after {
  content: "\e76b";
  opacity: 0.2;
}

.xgl-uncoated_reloaded_sef::before {
  content: "\e51f";
}

.xgl-uncoated_reloaded_sef_alt::before {
  content: "\e76c";
}

.xgl-uncoated_reloaded_sef_two_tone::before {
  content: "\e51f";
}

.xgl-uncoated_reloaded_sef_two_tone::after {
  content: "\e76c";
  opacity: 0.2;
}

.xgl-uncoated_sef::before {
  content: "\e520";
}

.xgl-uncoated_sef_alt::before {
  content: "\e76d";
}

.xgl-uncoated_sef_two_tone::before {
  content: "\e520";
}

.xgl-uncoated_sef_two_tone::after {
  content: "\e76d";
  opacity: 0.2;
}

.xgl-underline::before {
  content: "\e521";
}

.xgl-undo::before {
  content: "\e522";
}

.xgl-undo_square::before {
  content: "\e523";
}

.xgl-undo_square_alt::before {
  content: "\e524";
}

.xgl-undo_square_two_tone::before {
  content: "\e523";
}

.xgl-undo_square_two_tone::after {
  content: "\e524";
  opacity: 0.2;
}

.xgl-unlock::before {
  content: "\e525";
}

.xgl-unlock_alt::before {
  content: "\e526";
}

.xgl-unlock_square::before {
  content: "\e527";
}

.xgl-unlock_square_alt::before {
  content: "\e528";
}

.xgl-unlock_square_two_tone::before {
  content: "\e527";
}

.xgl-unlock_square_two_tone::after {
  content: "\e528";
  opacity: 0.2;
}

.xgl-unlock_two_tone::before {
  content: "\e525";
}

.xgl-unlock_two_tone::after {
  content: "\e526";
  opacity: 0.2;
}

.xgl-unlocked_stack_bkgd::before {
  content: "\ec94";
}

.xgl-unlocked_stack_frgd::before {
  content: "\ec95";
}

.xgl-unlocked_stack_mdgd::before {
  content: "\ec96";
}

.xgl-unsubscribe::before {
  content: "\e9c6";
}

.xgl-unsubscribe_alt::before {
  content: "\e9c7";
}

.xgl-unsubscribe_two_tone::before {
  content: "\e9c6";
}

.xgl-unsubscribe_two_tone::after {
  content: "\e9c7";
  opacity: 0.2;
}

.xgl-up::before {
  content: "\e529";
}

.xgl-up_alt::before {
  content: "\e52a";
}

.xgl-up_square::before {
  content: "\e52b";
}

.xgl-up_square_alt::before {
  content: "\e52c";
}

.xgl-up_square_two_tone::before {
  content: "\e52b";
}

.xgl-up_square_two_tone::after {
  content: "\e52c";
  opacity: 0.2;
}

.xgl-up_two_tone::before {
  content: "\e529";
}

.xgl-up_two_tone::after {
  content: "\e52a";
  opacity: 0.2;
}

.xgl-upload::before {
  content: "\e52d";
}

.xgl-upload_square::before {
  content: "\e52e";
}

.xgl-upload_square_alt::before {
  content: "\e52f";
}

.xgl-upload_square_two_tone::before {
  content: "\e52e";
}

.xgl-upload_square_two_tone::after {
  content: "\e52f";
  opacity: 0.2;
}

.xgl-usage_counter::before {
  content: "\e530";
}

.xgl-usage_counter_alt::before {
  content: "\e531";
}

.xgl-usage_counter_disabled::before {
  content: "\e9c8";
}

.xgl-usage_counter_disabled_alt::before {
  content: "\e9c9";
}

.xgl-usage_counter_disabled_two_tone::before {
  content: "\e9c8";
}

.xgl-usage_counter_disabled_two_tone::after {
  content: "\e9c9";
  opacity: 0.2;
}

.xgl-usage_counter_two_tone::before {
  content: "\e530";
}

.xgl-usage_counter_two_tone::after {
  content: "\e531";
  opacity: 0.2;
}

.xgl-usb::before {
  content: "\e532";
}

.xgl-usb_c::before {
  content: "\e79f";
}

.xgl-usb_c_alt::before {
  content: "\e7a0";
}

.xgl-usb_c_two_tone::before {
  content: "\e79f";
}

.xgl-usb_c_two_tone::after {
  content: "\e7a0";
  opacity: 0.2;
}

.xgl-usb_micro::before {
  content: "\e7a1";
}

.xgl-usb_micro_alt::before {
  content: "\e7a2";
}

.xgl-usb_micro_two_tone::before {
  content: "\e7a1";
}

.xgl-usb_micro_two_tone::after {
  content: "\e7a2";
  opacity: 0.2;
}

.xgl-user::before {
  content: "\e533";
}

.xgl-user_add::before {
  content: "\e534";
}

.xgl-user_add_alt::before {
  content: "\e535";
}

.xgl-user_add_two_tone::before {
  content: "\e534";
}

.xgl-user_add_two_tone::after {
  content: "\e535";
  opacity: 0.2;
}

.xgl-user_admin::before {
  content: "\e536";
}

.xgl-user_admin_alt::before {
  content: "\e537";
}

.xgl-user_admin_two_tone::before {
  content: "\e536";
}

.xgl-user_admin_two_tone::after {
  content: "\e537";
  opacity: 0.2;
}

.xgl-user_alt::before {
  content: "\e538";
}

.xgl-user_check_on::before {
  content: "\e539";
}

.xgl-user_check_on_alt::before {
  content: "\e53a";
}

.xgl-user_check_on_two_tone::before {
  content: "\e539";
}

.xgl-user_check_on_two_tone::after {
  content: "\e53a";
  opacity: 0.2;
}

.xgl-user_diagnose::before {
  content: "\e53b";
}

.xgl-user_diagnose_alt::before {
  content: "\e53c";
}

.xgl-user_diagnose_two_tone::before {
  content: "\e53b";
}

.xgl-user_diagnose_two_tone::after {
  content: "\e53c";
  opacity: 0.2;
}

.xgl-user_disabled::before {
  content: "\e85d";
}

.xgl-user_disabled_alt::before {
  content: "\e85e";
}

.xgl-user_disabled_two_tone::before {
  content: "\e85d";
}

.xgl-user_disabled_two_tone::after {
  content: "\e85e";
  opacity: 0.2;
}

.xgl-user_favorite::before {
  content: "\e53d";
}

.xgl-user_favorite_alt::before {
  content: "\e53e";
}

.xgl-user_favorite_two_tone::before {
  content: "\e53d";
}

.xgl-user_favorite_two_tone::after {
  content: "\e53e";
  opacity: 0.2;
}

.xgl-user_job::before {
  content: "\e53f";
}

.xgl-user_job_alt::before {
  content: "\e540";
}

.xgl-user_job_two_tone::before {
  content: "\e53f";
}

.xgl-user_job_two_tone::after {
  content: "\e540";
  opacity: 0.2;
}

.xgl-user_network::before {
  content: "\e541";
}

.xgl-user_network_alt::before {
  content: "\e542";
}

.xgl-user_network_two_tone::before {
  content: "\e541";
}

.xgl-user_network_two_tone::after {
  content: "\e542";
  opacity: 0.2;
}

.xgl-user_password::before {
  content: "\e543";
}

.xgl-user_password_alt::before {
  content: "\e544";
}

.xgl-user_password_two_tone::before {
  content: "\e543";
}

.xgl-user_password_two_tone::after {
  content: "\e544";
  opacity: 0.2;
}

.xgl-user_permissions::before {
  content: "\eb78";
}

.xgl-user_permissions_alt::before {
  content: "\eb79";
}

.xgl-user_permissions_two_tone::before {
  content: "\eb78";
}

.xgl-user_permissions_two_tone::after {
  content: "\eb79";
  opacity: 0.2;
}

.xgl-user_personalize::before {
  content: "\e545";
}

.xgl-user_personalize_alt::before {
  content: "\e546";
}

.xgl-user_personalize_two_tone::before {
  content: "\e545";
}

.xgl-user_personalize_two_tone::after {
  content: "\e546";
  opacity: 0.2;
}

.xgl-user_save::before {
  content: "\e547";
}

.xgl-user_save_alt::before {
  content: "\e548";
}

.xgl-user_save_two_tone::before {
  content: "\e547";
}

.xgl-user_save_two_tone::after {
  content: "\e548";
  opacity: 0.2;
}

.xgl-user_secure::before {
  content: "\e549";
}

.xgl-user_secure_alt::before {
  content: "\e54a";
}

.xgl-user_secure_two_tone::before {
  content: "\e549";
}

.xgl-user_secure_two_tone::after {
  content: "\e54a";
  opacity: 0.2;
}

.xgl-user_square::before {
  content: "\e54b";
}

.xgl-user_square_alt::before {
  content: "\e54c";
}

.xgl-user_square_two_tone::before {
  content: "\e54b";
}

.xgl-user_square_two_tone::after {
  content: "\e54c";
  opacity: 0.2;
}

.xgl-user_subtract::before {
  content: "\e54d";
}

.xgl-user_subtract_alt::before {
  content: "\e54e";
}

.xgl-user_subtract_two_tone::before {
  content: "\e54d";
}

.xgl-user_subtract_two_tone::after {
  content: "\e54e";
  opacity: 0.2;
}

.xgl-user_two_tone::before {
  content: "\e533";
}

.xgl-user_two_tone::after {
  content: "\e538";
  opacity: 0.2;
}

.xgl-user_unknown::before {
  content: "\e8d3";
}

.xgl-user_unknown_alt::before {
  content: "\e8d4";
}

.xgl-user_unknown_two_tone::before {
  content: "\e8d3";
}

.xgl-user_unknown_two_tone::after {
  content: "\e8d4";
  opacity: 0.2;
}

.xgl-user_view::before {
  content: "\ecb3";
}

.xgl-user_view_alt::before {
  content: "\ecb4";
}

.xgl-user_view_two_tone::before {
  content: "\ecb3";
}

.xgl-user_view_two_tone::after {
  content: "\ecb4";
  opacity: 0.2;
}

.xgl-user_watermark::before {
  content: "\ebe4";
}

.xgl-user_watermark_alt::before {
  content: "\ebe3";
}

.xgl-user_watermark_two_tone::before {
  content: "\ebe4";
}

.xgl-user_watermark_two_tone::after {
  content: "\ebe3";
  opacity: 0.2;
}

.xgl-users::before {
  content: "\e653";
}

.xgl-users_alt::before {
  content: "\e654";
}

.xgl-users_two_tone::before {
  content: "\e653";
}

.xgl-users_two_tone::after {
  content: "\e654";
  opacity: 0.2;
}

.xgl-video::before {
  content: "\e54f";
}

.xgl-video_alt::before {
  content: "\e550";
}

.xgl-video_disabled::before {
  content: "\e551";
}

.xgl-video_disabled_alt::before {
  content: "\e552";
}

.xgl-video_disabled_two_tone::before {
  content: "\e551";
}

.xgl-video_disabled_two_tone::after {
  content: "\e552";
  opacity: 0.2;
}

.xgl-video_player::before {
  content: "\e553";
}

.xgl-video_player_alt::before {
  content: "\e554";
}

.xgl-video_player_two_tone::before {
  content: "\e553";
}

.xgl-video_player_two_tone::after {
  content: "\e554";
  opacity: 0.2;
}

.xgl-video_two_tone::before {
  content: "\e54f";
}

.xgl-video_two_tone::after {
  content: "\e550";
  opacity: 0.2;
}

.xgl-view::before {
  content: "\e555";
}

.xgl-view_alt::before {
  content: "\e556";
}

.xgl-view_disabled::before {
  content: "\e557";
}

.xgl-view_disabled_alt::before {
  content: "\e558";
}

.xgl-view_disabled_two_tone::before {
  content: "\e557";
}

.xgl-view_disabled_two_tone::after {
  content: "\e558";
  opacity: 0.2;
}

.xgl-view_lock::before {
  content: "\e8c9";
}

.xgl-view_lock_alt::before {
  content: "\e8ca";
}

.xgl-view_lock_two_tone::before {
  content: "\e8c9";
}

.xgl-view_lock_two_tone::after {
  content: "\e8ca";
  opacity: 0.2;
}

.xgl-view_two_tone::before {
  content: "\e555";
}

.xgl-view_two_tone::after {
  content: "\e556";
  opacity: 0.2;
}

.xgl-visa::before {
  content: "\ecb5";
}

.xgl-visa_alt::before {
  content: "\ecb6";
}

.xgl-visa_two_tone::before {
  content: "\ecb5";
}

.xgl-visa_two_tone::after {
  content: "\ecb6";
  opacity: 0.2;
}

.xgl-vision_low::before {
  content: "\e7b1";
}

.xgl-vision_low_alt::before {
  content: "\e7b2";
}

.xgl-vision_low_two_tone::before {
  content: "\e7b1";
}

.xgl-vision_low_two_tone::after {
  content: "\e7b2";
  opacity: 0.2;
}

.xgl-voice::before {
  content: "\e9ca";
}

.xgl-voice_alt::before {
  content: "\e9cb";
}

.xgl-voice_two_tone::before {
  content: "\e9ca";
}

.xgl-voice_two_tone::after {
  content: "\e9cb";
  opacity: 0.2;
}

.xgl-volume::before {
  content: "\e559";
}

.xgl-volume_alt::before {
  content: "\e55a";
}

.xgl-volume_high::before {
  content: "\e55b";
}

.xgl-volume_high_alt::before {
  content: "\e55c";
}

.xgl-volume_high_two_tone::before {
  content: "\e55b";
}

.xgl-volume_high_two_tone::after {
  content: "\e55c";
  opacity: 0.2;
}

.xgl-volume_low::before {
  content: "\e55d";
}

.xgl-volume_low_alt::before {
  content: "\e55e";
}

.xgl-volume_low_two_tone::before {
  content: "\e55d";
}

.xgl-volume_low_two_tone::after {
  content: "\e55e";
  opacity: 0.2;
}

.xgl-volume_med::before {
  content: "\e55f";
}

.xgl-volume_med_alt::before {
  content: "\e560";
}

.xgl-volume_med_two_tone::before {
  content: "\e55f";
}

.xgl-volume_med_two_tone::after {
  content: "\e560";
  opacity: 0.2;
}

.xgl-volume_mute::before {
  content: "\e561";
}

.xgl-volume_mute_alt::before {
  content: "\e562";
}

.xgl-volume_mute_two_tone::before {
  content: "\e561";
}

.xgl-volume_mute_two_tone::after {
  content: "\e562";
  opacity: 0.2;
}

.xgl-volume_two_tone::before {
  content: "\e559";
}

.xgl-volume_two_tone::after {
  content: "\e55a";
  opacity: 0.2;
}

.xgl-wait_print::before {
  content: "\ec62";
}

.xgl-wallet::before {
  content: "\e563";
}

.xgl-wallet_alt::before {
  content: "\e564";
}

.xgl-wallet_two_tone::before {
  content: "\e563";
}

.xgl-wallet_two_tone::after {
  content: "\e564";
  opacity: 0.2;
}

.xgl-wand::before {
  content: "\e565";
}

.xgl-wand_alt::before {
  content: "\e566";
}

.xgl-wand_two_tone::before {
  content: "\e565";
}

.xgl-wand_two_tone::after {
  content: "\e566";
  opacity: 0.2;
}

.xgl-warming_stack_bkgd::before {
  content: "\ecb7";
}

.xgl-warming_stack_frgd::before {
  content: "\ecb8";
}

.xgl-warming_stack_mdgd::before {
  content: "\ecb9";
}

.xgl-warning_stack_bkgd::before {
  content: "\e956";
}

.xgl-warning_stack_frgd::before {
  content: "\e958";
}

.xgl-warning_stack_mdgd::before {
  content: "\e957";
}

.xgl-waste::before {
  content: "\e64d";
}

.xgl-waste_square::before {
  content: "\e667";
}

.xgl-waste_square_alt::before {
  content: "\e668";
}

.xgl-waste_square_two_tone::before {
  content: "\e667";
}

.xgl-waste_square_two_tone::after {
  content: "\e668";
  opacity: 0.2;
}

.xgl-watch::before {
  content: "\e61c";
}

.xgl-watch_alt::before {
  content: "\e61d";
}

.xgl-watch_two_tone::before {
  content: "\e61c";
}

.xgl-watch_two_tone::after {
  content: "\e61d";
  opacity: 0.2;
}

.xgl-watermark::before {
  content: "\ebed";
}

.xgl-watermark_alt::before {
  content: "\ebee";
}

.xgl-watermark_date::before {
  content: "\ebeb";
}

.xgl-watermark_date_alt::before {
  content: "\ebec";
}

.xgl-watermark_date_two_tone::before {
  content: "\ebeb";
}

.xgl-watermark_date_two_tone::after {
  content: "\ebec";
  opacity: 0.2;
}

.xgl-watermark_disabled::before {
  content: "\ebe5";
}

.xgl-watermark_disabled_alt::before {
  content: "\ebe6";
}

.xgl-watermark_disabled_two_tone::before {
  content: "\ebe5";
}

.xgl-watermark_disabled_two_tone::after {
  content: "\ebe6";
  opacity: 0.2;
}

.xgl-watermark_emboss::before {
  content: "\ebe9";
}

.xgl-watermark_emboss_alt::before {
  content: "\ebea";
}

.xgl-watermark_emboss_two_tone::before {
  content: "\ebe9";
}

.xgl-watermark_emboss_two_tone::after {
  content: "\ebea";
  opacity: 0.2;
}

.xgl-watermark_save::before {
  content: "\ebe7";
}

.xgl-watermark_save_alt::before {
  content: "\ebe8";
}

.xgl-watermark_save_two_tone::before {
  content: "\ebe7";
}

.xgl-watermark_save_two_tone::after {
  content: "\ebe8";
  opacity: 0.2;
}

.xgl-watermark_two_tone::before {
  content: "\ebed";
}

.xgl-watermark_two_tone::after {
  content: "\ebee";
  opacity: 0.2;
}

.xgl-weight::before {
  content: "\e567";
}

.xgl-weight_alt::before {
  content: "\e568";
}

.xgl-weight_two_tone::before {
  content: "\e567";
}

.xgl-weight_two_tone::after {
  content: "\e568";
  opacity: 0.2;
}

.xgl-wifi::before {
  content: "\e569";
}

.xgl-wifi_bkgd::before {
  content: "\e959";
}

.xgl-wifi_direct::before {
  content: "\e56a";
}

.xgl-wifi_direct_two_tone::before {
  content: "\e56a";
}

.xgl-wifi_direct_two_tone::after {
  content: "\e959";
  opacity: 0.2;
}

.xgl-wifi_disabled::before {
  content: "\e56b";
}

.xgl-wifi_disabled_two_tone::before {
  content: "\e56b";
}

.xgl-wifi_disabled_two_tone::after {
  content: "\e959";
  opacity: 0.2;
}

.xgl-wifi_medium::before {
  content: "\e56c";
}

.xgl-wifi_medium_two_tone::before {
  content: "\e56c";
}

.xgl-wifi_medium_two_tone::after {
  content: "\e959";
  opacity: 0.2;
}

.xgl-wifi_none::before {
  content: "\e56d";
}

.xgl-wifi_none_two_tone::before {
  content: "\e56d";
}

.xgl-wifi_none_two_tone::after {
  content: "\e959";
  opacity: 0.2;
}

.xgl-wifi_secure_bkgd::before {
  content: "\e961";
}

.xgl-wifi_secure_medium::before {
  content: "\e56e";
}

.xgl-wifi_secure_medium_two_tone::before {
  content: "\e56e";
}

.xgl-wifi_secure_medium_two_tone::after {
  content: "\e961";
  opacity: 0.2;
}

.xgl-wifi_secure_none::before {
  content: "\e56f";
}

.xgl-wifi_secure_none_two_tone::before {
  content: "\e56f";
}

.xgl-wifi_secure_none_two_tone::after {
  content: "\e961";
  opacity: 0.2;
}

.xgl-wifi_secure_strong::before {
  content: "\e570";
}

.xgl-wifi_secure_strong_two_tone::before {
  content: "\e570";
}

.xgl-wifi_secure_strong_two_tone::after {
  content: "\e961";
  opacity: 0.2;
}

.xgl-wifi_secure_weak::before {
  content: "\e571";
}

.xgl-wifi_secure_weak_two_tone::before {
  content: "\e571";
}

.xgl-wifi_secure_weak_two_tone::after {
  content: "\e961";
  opacity: 0.2;
}

.xgl-wifi_square::before {
  content: "\e572";
}

.xgl-wifi_square_alt::before {
  content: "\e573";
}

.xgl-wifi_square_two_tone::before {
  content: "\e572";
}

.xgl-wifi_square_two_tone::after {
  content: "\e573";
  opacity: 0.2;
}

.xgl-wifi_two_tone::before {
  content: "\e569";
}

.xgl-wifi_two_tone::after {
  content: "\e959";
  opacity: 0.2;
}

.xgl-wifi_weak::before {
  content: "\e574";
}

.xgl-wifi_weak_two_tone::before {
  content: "\e574";
}

.xgl-wifi_weak_two_tone::after {
  content: "\e959";
  opacity: 0.2;
}

.xgl-window::before {
  content: "\e575";
}

.xgl-window_alt::before {
  content: "\e576";
}

.xgl-window_two_tone::before {
  content: "\e575";
}

.xgl-window_two_tone::after {
  content: "\e576";
  opacity: 0.2;
}

.xgl-windows_live::before {
  content: "\eb84";
}

.xgl-windows_live_alt::before {
  content: "\eb85";
}

.xgl-windows_live_two_tone::before {
  content: "\eb84";
}

.xgl-windows_live_two_tone::after {
  content: "\eb85";
  opacity: 0.2;
}

.xgl-windows_phone::before {
  content: "\ec24";
}

.xgl-windows_phone_alt::before {
  content: "\eb87";
}

.xgl-windows_phone_two_tone::before {
  content: "\ec24";
}

.xgl-windows_phone_two_tone::after {
  content: "\eb87";
  opacity: 0.2;
}

.xgl-wired::before {
  content: "\ebe2";
}

.xgl-wired_alt::before {
  content: "\ebe1";
}

.xgl-wired_two_tone::before {
  content: "\ebe2";
}

.xgl-wired_two_tone::after {
  content: "\ebe1";
  opacity: 0.2;
}

.xgl-workflow::before {
  content: "\e578";
}

.xgl-workflow_add::before {
  content: "\e579";
}

.xgl-workflow_add_alt::before {
  content: "\e57a";
}

.xgl-workflow_add_two_tone::before {
  content: "\e579";
}

.xgl-workflow_add_two_tone::after {
  content: "\e57a";
  opacity: 0.2;
}

.xgl-workflow_alt::before {
  content: "\e57b";
}

.xgl-workflow_two_tone::before {
  content: "\e578";
}

.xgl-workflow_two_tone::after {
  content: "\e57b";
  opacity: 0.2;
}

.xgl-workspace::before {
  content: "\e925";
}

.xgl-workspace_alt::before {
  content: "\e926";
}

.xgl-workspace_two_tone::before {
  content: "\e925";
}

.xgl-workspace_two_tone::after {
  content: "\e926";
  opacity: 0.2;
}

.xgl-world::before {
  content: "\e57c";
}

.xgl-world_alt::before {
  content: "\e57d";
}

.xgl-world_two_tone::before {
  content: "\e57c";
}

.xgl-world_two_tone::after {
  content: "\e57d";
  opacity: 0.2;
}

.xgl-wps_logo::before {
  content: "\e94f";
}

.xgl-wps_logo_alt::before {
  content: "\e950";
}

.xgl-wps_logo_two_tone::before {
  content: "\e94f";
}

.xgl-wps_logo_two_tone::after {
  content: "\e950";
  opacity: 0.2;
}

.xgl-wrench::before {
  content: "\e57e";
}

.xgl-wrench_alt::before {
  content: "\e57f";
}

.xgl-wrench_phone::before {
  content: "\e580";
}

.xgl-wrench_phone_alt::before {
  content: "\e581";
}

.xgl-wrench_phone_two_tone::before {
  content: "\e580";
}

.xgl-wrench_phone_two_tone::after {
  content: "\e581";
  opacity: 0.2;
}

.xgl-wrench_square::before {
  content: "\e582";
}

.xgl-wrench_square_alt::before {
  content: "\e583";
}

.xgl-wrench_square_two_tone::before {
  content: "\e582";
}

.xgl-wrench_square_two_tone::after {
  content: "\e583";
  opacity: 0.2;
}

.xgl-wrench_two_tone::before {
  content: "\e57e";
}

.xgl-wrench_two_tone::after {
  content: "\e57f";
  opacity: 0.2;
}

.xgl-xds::before {
  content: "\e7fb";
}

.xgl-xds_alt::before {
  content: "\e806";
}

.xgl-xds_two_tone::before {
  content: "\e7fb";
}

.xgl-xds_two_tone::after {
  content: "\e806";
  opacity: 0.2;
}

.xgl-xerox_logo::before {
  content: "\e89f";
}

.xgl-xerox_logo_sans_tm::before {
  content: "\e8f2";
}

.xgl-xerox_logo_tm::before {
  content: "\e8f1";
}

.xgl-xids::before {
  content: "\e8a7";
}

.xgl-yahoo::before {
  content: "\eb7a";
}

.xgl-yahoo_alt::before {
  content: "\eb7b";
}

.xgl-yahoo_two_tone::before {
  content: "\eb7a";
}

.xgl-yahoo_two_tone::after {
  content: "\eb7b";
  opacity: 0.2;
}

.xgl-youtube::before {
  content: "\e584";
}

.xgl-youtube_alt::before {
  content: "\ec8a";
}

.xgl-youtube_two_tone::before {
  content: "\e584";
}

.xgl-youtube_two_tone::after {
  content: "\ec8a";
  opacity: 0.2;
}

.xgl-zoom_in::before {
  content: "\e585";
}

.xgl-zoom_in_alt::before {
  content: "\e586";
}

.xgl-zoom_in_two_tone::before {
  content: "\e585";
}

.xgl-zoom_in_two_tone::after {
  content: "\e586";
  opacity: 0.2;
}

.xgl-zoom_out::before {
  content: "\e587";
}

.xgl-zoom_out_alt::before {
  content: "\e588";
}

.xgl-zoom_out_two_tone::before {
  content: "\e587";
}

.xgl-zoom_out_two_tone::after {
  content: "\e588";
  opacity: 0.2;
}

.xrx-theme-appearance {
  background-color: #00546e;
}

.xrx-dark-appearance {
  background-color: #29292D;
}
.xrx-dark-appearance body,
.xrx-dark-appearance h1, .xrx-dark-appearance h2, .xrx-dark-appearance h3, .xrx-dark-appearance h4, .xrx-dark-appearance h5, .xrx-dark-appearance h6,
.xrx-dark-appearance .h1, .xrx-dark-appearance .h2, .xrx-dark-appearance .h3, .xrx-dark-appearance .h4, .xrx-dark-appearance .h5, .xrx-dark-appearance .h6 {
  color: #ffffff;
}

body.xrx-dark-appearance {
  color: #ffffff;
}

.xrx-dark-appearance {
  color: #ffffff;
}

.xrx-dark-appearance .xrx-theme-appearance {
  background-color: #003B51;
}

.svg-defs {
  position: fixed;
  left: -2000px;
  width: 0;
  height: 0;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid #818187;
}

.hr-icon {
  overflow: hidden;
  color: #525256;
  text-align: center;
}

.hr-icon::before,
.hr-icon::after {
  position: relative;
  display: inline-block;
  width: 50%;
  height: 1px;
  vertical-align: middle;
  content: "";
  background-color: #818187;
}

.hr-icon::before {
  right: 0.5em;
  margin-left: -50%;
}

.hr-icon::after {
  left: 0.5em;
  margin-right: -50%;
}

.hr-icon span {
  position: relative;
  top: 0.125rem;
  font-size: 1.75rem;
  text-transform: capitalize;
}
.hr-icon span [class*=xgl-]::before {
  top: 0.25rem;
  font-size: 1.5rem;
  line-height: 1.5rem;
  color: #525256;
}

.form-control {
  display: block;
  width: 100%;
  height: 44px;
  padding: 1px 0.75rem 0 0.75rem;
  font-size: 20px;
  line-height: 1.5;
  color: #000000;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #BBBCC3;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:hover {
  position: relative;
  z-index: 1;
  border-color: #006482;
}
.form-control:focus {
  color: #000000;
  background-color: #ffffff;
  border-color: #006482;
  outline: 0;
  box-shadow: inset 0 0 0 1px #006482;
}
.form-control::placeholder {
  color: #9E9FA4;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.3);
  box-shadow: none;
  opacity: 1;
}
.form-control:disabled {
  color: rgba(0, 0, 0, 0.3);
}

textarea.form-control {
  height: auto;
  padding: 8px 0.75rem;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(2.625rem + 2px);
}
select.form-control:focus::-ms-value {
  color: #000000;
  background-color: #ffffff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.5625rem;
  line-height: 1.65;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 1.09375rem;
  line-height: 1.25;
}

.disabled-label {
  color: rgba(0, 0, 0, 0.3) !important;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #000000;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.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.xrx-btn,
.input-group-sm > .input-group-append > .form-control-plaintext.xrx-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.xrx-btn,
.input-group-lg > .input-group-append > .form-control-plaintext.xrx-btn {
  padding-right: 0;
  padding-left: 0;
}

.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 > .xrx-btn,
.input-group-sm > .input-group-append > .xrx-btn {
  height: 32px;
  padding: 1px 0.5rem 0 0.5rem;
  font-size: 16px;
  line-height: 1.25;
  border-radius: 0.2rem;
}

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.xrx-btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.xrx-btn:not([size]):not([multiple]) {
  height: calc(1.8671875rem + 2px);
}

.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 > .xrx-btn,
.input-group-lg > .input-group-append > .xrx-btn {
  height: 54px;
  padding: 1px 1rem 0 1rem;
  font-size: 24px;
  line-height: 1.65;
  border-radius: 0.3rem;
}

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.xrx-btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.xrx-btn:not([size]):not([multiple]) {
  height: calc(3.578125rem + 2px);
}

.form-group {
  margin-bottom: 1rem;
}
.form-group label {
  color: #29292D;
}

.form-text {
  display: block;
  margin-top: 0.375rem;
  font-size: 0.9375rem;
  letter-spacing: 0.3px;
  color: #525256;
}
[class*=validation-success] .form-text {
  color: #186a1e;
}
[class*=validation-danger] .form-text {
  color: #9f0b14;
}
[class*=validation-warning] .form-text {
  color: #955503;
}
.xrx-dark-appearance .form-text {
  color: #BBBCC3;
}
.xrx-dark-appearance [class*=validation-success] .form-text {
  color: #7bc76f;
}
.xrx-dark-appearance [class*=validation-danger] .form-text {
  color: #FF808B;
}
.xrx-dark-appearance [class*=validation-warning] .form-text {
  color: #ffda7b;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label {
  color: #525256;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

input:required {
  box-shadow: none;
}

input:invalid {
  box-shadow: none;
}

textarea:required {
  box-shadow: none;
}

textarea:invalid {
  box-shadow: none;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.375rem;
  font-size: 1rem;
  color: #24882b;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #24882b;
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #24882b;
  box-shadow: inset 0 0 0 1px #24882b;
}
.was-validated .form-control:valid ~ .valid-feedback, .form-control.is-valid ~ .valid-feedback {
  display: block;
}

.input-group-is-valid .form-control {
  z-index: 10;
  border-color: #24882b;
}
.input-group-is-valid .form-control:focus {
  border-color: #24882b;
  box-shadow: inset 0 0 0 1px #24882b;
}
.input-group-is-valid ~ .valid-feedback {
  display: block;
}

.was-validated .fileinput:valid .form-control, .fileinput.is-valid .form-control {
  border-color: #24882b !important;
  box-shadow: inset 0 0 0 1px #24882b !important;
}
.fileinput ~ .valid-feedback {
  display: block;
}

.was-validated .bootstrap-select:valid .dropdown-toggle, .bootstrap-select.is-valid .dropdown-toggle {
  border-color: #24882b !important;
}
.was-validated .bootstrap-select:valid .valid-feedback, .bootstrap-select.is-valid .valid-feedback {
  display: block;
  line-height: 1.5;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #24882b;
}
.was-validated .custom-file-input:valid ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before {
  border-color: inherit;
}
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(36, 136, 43, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.375rem;
  font-size: 1rem;
  color: #d92231;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #d92231;
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #d92231;
  box-shadow: inset 0 0 0 1px #d92231;
}
.was-validated .form-control:invalid ~ .invalid-feedback, .form-control.is-invalid ~ .invalid-feedback {
  display: block;
}

.input-group-is-invalid .form-control {
  z-index: 10;
  border-color: #d92231;
}
.input-group-is-invalid .form-control:focus {
  border-color: #d92231;
  box-shadow: inset 0 0 0 1px #d92231;
}
.input-group-is-invalid ~ .invalid-feedback {
  display: block;
}

.was-validated .fileinput:invalid .form-control, .fileinput.is-invalid .form-control {
  border-color: #d92231 !important;
  box-shadow: inset 0 0 0 1px #d92231 !important;
}
.fileinput ~ .invalid-feedback {
  display: block;
}

.was-validated .bootstrap-select:invalid .dropdown-toggle, .bootstrap-select.is-invalid .dropdown-toggle {
  border-color: #d92231 !important;
}
.was-validated .bootstrap-select:invalid .invalid-feedback, .bootstrap-select.is-invalid .invalid-feedback {
  display: block;
  line-height: 1.5;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #d92231;
}
.was-validated .custom-file-input:invalid ~ .custom-file-label::before, .custom-file-input.is-invalid ~ .custom-file-label::before {
  border-color: inherit;
}
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(217, 34, 49, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.form-label-required {
  display: flex;
  align-items: center;
}
.form-label-required [class*=xgl-] {
  margin-left: 10px;
  color: #dc3545;
}
.form-label-required [class*=xgl-]::before {
  font-size: 0.625rem;
  line-height: 0.625rem;
}

.form-input-required {
  position: relative;
  display: block;
}
.form-input-required input {
  padding-right: 30px !important;
}
.form-input-required::before {
  position: absolute;
  top: 18px;
  left: 100%;
  z-index: 9;
  margin-left: -22px;
  font-size: 0.625rem;
  line-height: 0.625rem;
  color: #dc3545;
}

.form-input-required-lg input {
  padding-right: 34px !important;
}
.form-input-required-lg::before {
  top: 23px;
  margin-left: -26px;
}

.form-input-required-sm input {
  padding-right: 25px !important;
}
.form-input-required-sm::before {
  top: 12px;
  margin-left: -18px;
}

.form-required-fields {
  display: flex;
  align-items: center;
}
.form-required-fields [class*=xgl-] {
  margin-right: 10px;
  color: #dc3545;
}
.form-required-fields [class*=xgl-]::before {
  font-size: 0.625rem;
  line-height: 0.625rem;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file:focus {
  z-index: 3;
}
.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;
}
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .xrx-btn,
.input-group-append .xrx-btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .xrx-btn + .xrx-btn,
.input-group-prepend .xrx-btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .xrx-btn,
.input-group-append .xrx-btn + .xrx-btn,
.input-group-append .xrx-btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .xrx-btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1;
  color: #525256;
  text-align: center;
  white-space: nowrap;
  background-color: transparent;
  border: 1px solid #BBBCC3;
  border-radius: 0.25rem;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-prepend > .input-group-text::before,
.input-group-append > .input-group-text::before {
  top: 0.0625rem;
  font-size: 1.5rem;
}

.input-group-lg > .input-group-prepend > .input-group-text::before,
.input-group-lg > .input-group-append > .input-group-text::before {
  top: 0;
  font-size: 2rem;
}

.input-group-sm > .input-group-prepend > .input-group-text::before,
.input-group-sm > .input-group-append > .input-group-text::before {
  top: 0;
  font-size: 1.25rem;
}

.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #BBBCC3;
}
.input-group > .input-group-prepend > .input-group-text.input-group-text-disabled,
.input-group > .input-group-append:not(:last-child) > .input-group-text.input-group-text-disabled,
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child).input-group-text-disabled {
  color: rgba(0, 0, 0, 0.3);
  border-color: rgba(0, 0, 0, 0.3);
  border-right: none;
}
.input-group > .input-group-prepend > .input-group-text.input-group-text-readonly,
.input-group > .input-group-append:not(:last-child) > .input-group-text.input-group-text-readonly,
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child).input-group-text-readonly {
  border-color: rgba(0, 0, 0, 0.3);
  border-right: none;
}

.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border: 1px solid #BBBCC3;
}
.input-group > .input-group-append > .input-group-text.input-group-text-disabled,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text.input-group-text-disabled,
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child).input-group-text-disabled {
  border-left: none;
}
.input-group > .input-group-append > .input-group-text.input-group-text-readonly,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text.input-group-text-readonly,
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child).input-group-text-readonly {
  border-left: none;
}

.input-group > .input-group-prepend > .xrx-btn,
.input-group > .input-group-append:not(:last-child) > .xrx-btn,
.input-group > .input-group-append:last-child > .xrx-btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .input-group-prepend > .xrx-btn:disabled,
.input-group > .input-group-append:not(:last-child) > .xrx-btn:disabled,
.input-group > .input-group-append:last-child > .xrx-btn:not(:last-child):not(.dropdown-toggle):disabled {
  border-right: none;
}

.input-group > .input-group-append > .xrx-btn,
.input-group > .input-group-prepend:not(:first-child) > .xrx-btn,
.input-group > .input-group-prepend:first-child > .xrx-btn:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .input-group-append > .xrx-btn:disabled,
.input-group > .input-group-prepend:not(:first-child) > .xrx-btn:disabled,
.input-group > .input-group-prepend:first-child > .xrx-btn:not(:first-child):disabled {
  border-left: none;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-block {
  display: inline-block;
}
.dropdown-block .dropdown-menu {
  min-width: 100%;
}

.xrx-btn.dropdown-toggle {
  justify-content: space-between !important;
}
.xrx-btn.dropdown-toggle .btn-label {
  padding-left: 0 !important;
}

.dropdown-toggle[class*=xgl-]:not(.btn-glyph)::before {
  display: none;
}
.dropdown-toggle[class*=xgl-]:not(.btn-glyph)::after {
  top: 0.125rem;
  padding-left: 0.625rem;
  margin-right: -0.25rem;
  margin-left: -0.25rem;
  font-size: 1.5rem;
  line-height: 1.5rem;
  content: "\e307";
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1070;
  display: block;
  float: left;
  min-width: 10rem;
  padding: 0;
  margin: 0;
  margin-top: 0.5rem;
  overflow: hidden;
  font-size: 1.25rem;
  color: #000000;
  text-align: left;
  list-style: none;
  visibility: hidden;
  background-color: #ffffff;
  background-clip: padding-box;
  opacity: 0;
  border-radius: 0.25rem;
  box-shadow: 0 0.125rem 0.625rem 0 rgba(0, 0, 0, 0.2);
  transition: visibility 0.25s, opacity 0.25s, margin-top 0.25s, margin-bottom 0.25s;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #9E9FA4;
}

.dropdown-item {
  display: flex;
  min-width: 7.5rem;
  height: 2.75rem;
  padding: 0.5625rem 0.625rem 0.5rem 0.625rem;
  clear: both;
  font-weight: 400;
  color: #29292D;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  outline: 0;
  transition: background-color 0.25s;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #29292D;
  text-decoration: none;
  background-color: #e2eff5;
}
.dropdown-item [class*=xgl-] {
  padding-right: 10px;
  color: #525256;
}
.dropdown-item [class*=xgl-]::before {
  top: 1px;
  margin-right: -3px;
  margin-left: -3px;
  font-size: 1.5rem;
  line-height: 1.5rem;
}
.dropdown-item.selected, .dropdown-item.active, .dropdown-item:active {
  color: #ffffff;
  text-decoration: none;
  background-color: #006482;
}
.dropdown-item.selected [class*=xgl-]::before, .dropdown-item.active [class*=xgl-]::before, .dropdown-item:active [class*=xgl-]::before {
  color: #ffffff;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: rgba(0, 0, 0, 0.3);
  cursor: not-allowed;
  background-color: transparent;
}
.dropdown-item.disabled [class*=xgl-]::before, .dropdown-item:disabled [class*=xgl-]::before {
  color: rgba(0, 0, 0, 0.3);
}

.btn-sm.dropdown-toggle[class*=xgl-]::after {
  top: 0.125rem;
  font-size: 1.25rem;
  line-height: 1.25rem;
}

.dropdown-menu-sm .dropdown-item {
  height: 2rem;
  padding: 0.3125rem 0.625rem 0.25rem 0.625rem;
  font-size: 1rem;
}
.dropdown-menu-sm .dropdown-item [class*=xgl-]::before {
  top: 0.0625rem;
  font-size: 1.25rem;
  line-height: 1.25rem;
}

.dropdown-header {
  display: block;
  padding: 0.25rem;
  margin-bottom: 0;
  font-size: 1.09375rem;
  line-height: 1.2;
  color: #67676C;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 0.625rem;
  color: #29292D;
}

.dropdown-arrow {
  position: absolute;
  top: 100%;
  right: 19px;
  z-index: 1071;
  width: 0;
  height: 0;
  margin-top: 0.0625rem;
  border-color: transparent transparent #ffffff transparent;
  border-style: solid;
  border-width: 0 0.5rem 0.4375rem;
  opacity: 0;
  transition: opacity 0.25s, margin-top 0.25s, margin-bottom 0.25s;
  transform: rotate(360deg);
}

.dropdown.show .dropdown-arrow {
  margin-top: 0.6875rem;
  opacity: 1;
}

.dropdown-menu.show {
  margin-top: 1.125rem;
  visibility: visible;
  opacity: 1;
}

.dropdown.dropup .dropdown-arrow {
  top: auto;
  bottom: 100%;
  margin-bottom: 0;
  border-top: 8px outset #ffffff;
  border-bottom: none;
}
.dropdown.dropup.show .dropdown-arrow {
  margin-bottom: 0.625rem;
  opacity: 1;
}
.dropdown.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.dropdown.dropup .dropdown-menu.show {
  margin-bottom: 1.125rem;
}

.xrx-brand-header {
  position: relative;
  background-color: #ffffff;
}
.xrx-brand-header .content {
  display: flex;
  align-items: center;
  height: 4rem;
  padding: 0 1.25rem;
  margin: 0 auto;
}
.xrx-brand-header .app-brand-label {
  padding-left: 1.25rem;
  font-family: "Roboto Condensed", Roboto, "San Francisco", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.375rem;
  font-weight: 400;
  color: #1B1B1E;
}
.xrx-brand-header .brand-img {
  width: 6.25rem;
  font-size: 0;
}

.xrx-navbar a {
  text-decoration: none;
  outline-offset: -3px;
}
.xrx-navbar .dn-level1,
.xrx-navbar .dn-level2,
.xrx-navbar .dn-level3,
.xrx-navbar .mn-level1,
.xrx-navbar .mn-level2,
.xrx-navbar .mn-level3 {
  padding: 0;
  margin: 0;
  list-style: none;
}
.xrx-navbar .dn-level1 a,
.xrx-navbar .dn-level2 a,
.xrx-navbar .dn-level3 a,
.xrx-navbar .mn-level1 a,
.xrx-navbar .mn-level2 a,
.xrx-navbar .mn-level3 a {
  outline: none;
}

.dn-menu-item-label,
.mn-menu-item-label {
  position: relative;
  font-size: 1.125rem;
  color: #ffffff;
  text-transform: capitalize;
}

/* ==============================================================================================
   ** SECTION navbar styles (Desktop)
============================================================================================== */
.dn-navbar-container,
.xrx-brand-header {
  display: none;
}

.dn-navbar-container {
  height: 4rem;
}

.dn-navbar-nav {
  width: 100%;
  height: 4rem;
  background-color: #00546e;
  box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.25);
}
.dn-navbar-nav .dn-active-pathway {
  background-color: rgba(255, 255, 255, 0.1);
}

.dn-inner {
  margin: 0 auto;
  font-size: 0;
}

.dn-menu {
  display: inline-block;
}

.dn-brand-img {
  position: relative;
  top: 1.3125rem;
  box-sizing: content-box;
  float: left;
  width: 6.25rem;
  padding: 0 1.25rem;
  font-size: 0;
}

.dn-dropdown-menu {
  padding: 0;
  margin-top: 0 !important;
  overflow: hidden;
  border-radius: 0;
  border-bottom-right-radius: 0.4375rem;
  border-bottom-left-radius: 0.4375rem;
  opacity: 1 !important;
  transition: none;
}

.dn-level1-item {
  float: left;
}
.dn-level1-item .dn-menu-item-label {
  font-size: 1.25rem;
}

.dn-level1-item > a {
  display: inline-block;
  padding: 1.0625rem 1.25rem;
  transition: background-color 0.5s;
}
.dn-level1-item > a:focus, .dn-level1-item > a:hover {
  background-color: rgba(255, 255, 255, 0.1);
  transition: none;
}
.dn-level1-item > a > .dn-menu-item-label {
  top: 0.0625rem;
}

.dn-dropdown.dn-level1-item > a {
  display: inline-block;
  padding: 0.6875rem 1.25rem;
}
.dn-dropdown.dn-level1-item > a > .dn-menu-item-label {
  top: 0.4375rem;
}

.dn-dropdown.show > a {
  background-color: rgba(255, 255, 255, 0.1);
}

.dn-dropdown-toggle::after {
  display: none;
}

.dn-dropdown-btn-caret {
  position: relative;
  top: 0.3125rem;
  display: flex;
  justify-content: center;
}

.dn-dropdown-btn-caret::before {
  font-size: 1.25rem;
  line-height: 0.75rem;
  color: #ffffff;
}

.dn-level2 {
  background-color: #ffffff;
}

.dn-level2.dn-open-left .dn-level3 {
  right: auto;
  left: 0;
}

.dn-open-left {
  right: 0;
  left: auto;
}

.dn-level2-item > a {
  display: flex;
  align-items: center;
  height: 2.75rem;
  padding: 0 1.25rem;
  transition: background-color 0.5s;
}
.dn-level2-item > a:focus, .dn-level2-item > a:hover, .dn-level2-item > .maintain-hover {
  background-color: #e2eff5;
  transition: none;
}
.dn-level2-item > a > .xgl-sort_right {
  display: inline;
  margin-left: auto;
}
.dn-level2-item > a > .xgl-sort_right::before {
  margin-right: -0.375rem;
  font-size: 1.25rem;
  line-height: 1.25rem;
  color: #000000;
}
.dn-level2-item .dn-menu-item-label {
  font-size: 1.125rem;
  color: #29292D;
}

.dn-level3 {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  padding: 0;
  margin: 0;
  text-align: left;
  background-color: #F2F2F9;
}

.dn-level3-item > a {
  display: flex;
  align-items: center;
  height: 2.75rem;
  padding: 0 1.25rem;
  transition: background-color 0.5s;
}
.dn-level3-item > a:focus, .dn-level3-item > a:hover {
  background-color: #e2eff5;
  transition: none;
}

.nul-secondary-utility {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  margin: 0;
  list-style: none;
}

.nul-utility-item > a {
  display: flex;
  align-items: center;
  height: 4rem;
}
.nul-utility-item .nul-button-label {
  position: relative;
  top: 0.0625rem;
  padding-right: 0.625rem;
  font-size: 1.25rem;
  color: #ffffff;
  transition: color 0.25s;
}
.nul-utility-item .nul-button-label.sr-only {
  margin-right: -0.6875rem;
}
.nul-utility-item .nul-button-glyph::before {
  top: 0.125rem;
  margin-right: -0.125rem;
  margin-left: -0.125rem;
  font-size: 1.5rem;
  line-height: 1.5rem;
  color: #ffffff;
  transition: color 0.25s;
}
.nul-utility-item:hover .nul-button-label,
.nul-utility-item:hover .nul-button-glyph::before {
  color: rgba(255, 255, 255, 0.9);
}
.nul-utility-item.show .nul-button-label,
.nul-utility-item.show .nul-button-glyph::before, .nul-utility-item:active .nul-button-label,
.nul-utility-item:active .nul-button-glyph::before {
  color: rgba(255, 255, 255, 0.6);
}
.nul-utility-item .dropdown-item [class*=xgl-]::before {
  margin-right: -0.25rem;
  margin-left: -0.25rem;
}
.nul-utility-item .dropdown-divider {
  height: 0;
  margin: 0 0;
  overflow: hidden;
  border-top: 1px solid #9E9FA4;
}

.nul-utility-item-user img {
  display: none;
}
.nul-utility-item-user .nul-dropdown-item-user {
  height: 4.25rem;
}
.nul-utility-item-user .nul-dropdown-item-user [class*=xgl-]::before {
  margin-right: -0.25rem;
  margin-left: -0.375rem;
  font-size: 3rem;
  line-height: 3rem;
}
.nul-utility-item-user .nul-dropdown-item-user .nul-user-name-label {
  white-space: nowrap;
}
.nul-utility-item-user .nul-dropdown-item-user .nul-acct-settings-label {
  font-size: 0.875rem;
}

.nul-dropdown-menu {
  margin-top: 0.375rem;
}

.nul-dropdown-menu.show {
  margin-top: -0.25rem;
}

.nul-dropdown-arrow {
  margin-top: -0.0625rem;
}

.dropdown.show .nul-dropdown-arrow {
  margin-top: -0.6875rem;
}

/* ==============================================================================================
   ** SECTION navbar styles (Mobile)
============================================================================================== */
.mn-header {
  position: relative;
  height: 4rem;
  text-align: center;
  background-color: #00546e;
  box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.25);
}

.mn-open-btn {
  position: absolute;
  top: 0;
  left: 0;
}

.mn-close-btn,
.mn-open-btn,
.nul-utility-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4rem;
  padding: 0 1.0625rem;
  margin: 0;
  cursor: pointer;
  background-color: transparent;
  border: none;
}
.mn-close-btn [class*=xgl-]::before,
.mn-open-btn [class*=xgl-]::before,
.nul-utility-btn [class*=xgl-]::before {
  font-size: 1.5rem;
  line-height: 1.5rem;
  color: #ffffff;
  transition: color 0.25s;
}
.mn-close-btn:hover [class*=xgl-]::before,
.mn-open-btn:hover [class*=xgl-]::before,
.nul-utility-btn:hover [class*=xgl-]::before {
  color: rgba(255, 255, 255, 0.9);
}
.mn-close-btn:active [class*=xgl-]::before,
.mn-open-btn:active [class*=xgl-]::before,
.nul-utility-btn:active [class*=xgl-]::before {
  color: rgba(255, 255, 255, 0.6);
}

.dropdown.show .nul-utility-btn [class*=xgl-]::before {
  color: rgba(255, 255, 255, 0.6);
}

.mn-navbar-container {
  -webkit-overflow-scrolling: touch;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: -19.375rem;
  z-index: 990;
  width: 18.75rem;
  min-height: 100%;
  background-color: #00546e;
  box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.25);
  transition: left 0.25s;
}
.mn-navbar-container.show {
  left: 0;
}

.mn-inner,
.mn-navbar-nav {
  position: relative;
  min-height: 100%;
}

.mn-navbar-nav .mn-active-pathway {
  background-color: #e2eff5;
}
.mn-navbar-nav .mn-level1-item > .mn-active-pathway {
  background-color: rgba(255, 255, 255, 0.1);
}

.mn-container {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 18.75rem;
  padding-bottom: 4.6875rem;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.mn-container::-webkit-scrollbar {
  display: none;
}

.mn-footer {
  position: absolute;
  bottom: -4.6875rem;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 4.6875rem;
  line-height: 4.6875rem;
  background-color: transparent;
}
.mn-footer .mn-brand-img {
  position: relative;
  left: 4px;
  width: 6.25rem;
  font-size: 0;
}

.mn-backdrop {
  position: fixed;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  z-index: 980;
  background-color: #000;
  opacity: 0;
  transition: opacity 0.25s;
}
.mn-backdrop.show {
  right: 0;
  opacity: 0.6;
}
.mn-backdrop.fade {
  opacity: 0;
}

.mn-app-brand {
  display: inline-flex;
  align-items: center;
  height: 4rem;
}
.mn-app-brand .mn-app-brand-label {
  font-size: 1.375rem;
  font-weight: 400;
  color: #ffffff;
}

.mn-menu-item a {
  display: flex;
  align-items: center;
  height: 3.375rem;
  padding: 0 1.25rem;
  transition: background-color 0.5s;
}
.mn-menu-item a:hover {
  background-color: #e2eff5;
  transition: none;
}

.mn-collapse-target-caret {
  margin-left: auto;
}
.mn-collapse-target-caret::before {
  margin-right: -0.3125rem;
  font-size: 1.25rem;
  line-height: 1.25rem;
}

.mn-level1-item .mn-collapse-target-caret::before {
  color: #ffffff;
}

.mn-level2-item .mn-collapse-target-caret::before {
  color: #000000;
}

.mn-menu-item-label {
  top: 0.0625rem;
}

.mn-level3-item > a > .mn-menu-item-label,
.mn-level2-item > a > .mn-menu-item-label {
  color: #29292D;
}

.mn-level1-item > a > .mn-menu-item-label {
  font-size: 1.25rem;
}

.mn-level1-item > a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.mn-level2-item > a {
  background-color: #ffffff;
}

.mn-level3-item > a {
  background-color: #F2F2F9;
}

/* ==============================================================================================
   ** SECTION Nav Options
============================================================================================== */
.nav-opt-fixed {
  padding-top: 4rem;
}
.nav-opt-fixed.nav-opt-glyphs {
  padding-top: 6rem;
}
.nav-opt-fixed.nav-opt-brand-header.nav-opt-glyphs {
  padding-top: 10rem;
}
.nav-opt-fixed .dn-navbar-container {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 900;
}

.nav-opt-glyphs .dn-navbar-container {
  height: 6rem;
}
.nav-opt-glyphs .dn-navbar-nav {
  height: 6rem;
}
.nav-opt-glyphs .dn-brand-img {
  top: 2.3125rem;
}
.nav-opt-glyphs .dn-level1-item > a {
  padding: 0.75rem 1.25rem;
}
.nav-opt-glyphs .dn-level1-item > a > .dn-menu-item-label {
  top: -0.625rem;
}
.nav-opt-glyphs .dn-level1-item-glyph {
  position: relative;
  top: -0.375rem;
  display: flex;
  justify-content: center;
  padding: 0.5625rem 0;
}
.nav-opt-glyphs .dn-level1-item-glyph::before {
  font-size: 1.5rem;
  line-height: 1.5rem;
  color: rgba(255, 255, 255, 0.6);
}
.nav-opt-glyphs .dn-dropdown.dn-level1-item > a {
  padding: 0.375rem 1.25rem;
}
.nav-opt-glyphs .dn-dropdown.dn-level1-item > a > .dn-menu-item-label {
  top: -0.25rem;
}
.nav-opt-glyphs .dn-dropdown .dn-level1-item-glyph {
  top: 0rem;
}
.nav-opt-glyphs .dn-dropdown-btn-caret {
  top: -0.0625rem;
}
.nav-opt-glyphs .dn-level2-item-glyph,
.nav-opt-glyphs .dn-level3-item-glyph {
  display: inline;
  padding-right: 1.25rem;
}
.nav-opt-glyphs .dn-level2-item-glyph::before,
.nav-opt-glyphs .dn-level3-item-glyph::before {
  top: 0;
  margin-right: -0.1875rem;
  margin-left: -0.1875rem;
  font-size: 1.5rem;
  line-height: 1.5rem;
  color: #67676C;
}
.nav-opt-glyphs .nul-utility-item > a {
  height: 6rem;
}
.nav-opt-glyphs .mn-level1-item-glyph,
.nav-opt-glyphs .mn-level2-item-glyph,
.nav-opt-glyphs .mn-level3-item-glyph {
  display: inline;
  padding-right: 1.25rem;
}
.nav-opt-glyphs .mn-level1-item-glyph::before,
.nav-opt-glyphs .mn-level2-item-glyph::before,
.nav-opt-glyphs .mn-level3-item-glyph::before {
  margin-right: -0.1875rem;
  margin-left: -0.1875rem;
  font-size: 1.5rem;
  line-height: 1.5rem;
  color: #67676C;
}
.nav-opt-glyphs .mn-level1-item-glyph::before {
  top: 0;
  color: rgba(255, 255, 255, 0.6);
}

.nav-opt-brand-header .dn-navbar-container {
  height: 8rem;
}
.nav-opt-brand-header.nav-opt-glyphs .dn-navbar-container {
  height: 10rem;
}
.nav-opt-brand-header .xrx-brand-header {
  display: block;
}
.nav-opt-brand-header .dn-brand-img {
  display: none;
}

.nav-opt-indent .mn-level2-item > a {
  padding-left: 2.5rem;
}
.nav-opt-indent .mn-level3-item > a {
  padding-left: 3.75rem;
}

.nav-opt-left-navbar {
  padding-top: 4rem;
}
.nav-opt-left-navbar .dn-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 970;
  display: none;
  height: 4rem;
  text-align: center;
  background-color: #00546e;
  box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.25);
}
.nav-opt-left-navbar .dn-inner {
  position: relative;
}
.nav-opt-left-navbar .dn-open-btn {
  position: absolute;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 4rem;
  padding: 0 1.0625rem;
  margin: 0;
  cursor: pointer;
  background-color: transparent;
  border: none;
}
.nav-opt-left-navbar .dn-open-btn [class*=xgl-]::before {
  font-size: 1.5rem;
  line-height: 1.5rem;
  color: #ffffff;
  transition: color 0.25s;
}
.nav-opt-left-navbar .dn-open-btn:hover [class*=xgl-]::before {
  color: rgba(255, 255, 255, 0.9);
}
.nav-opt-left-navbar .dn-open-btn:active [class*=xgl-]::before {
  color: rgba(255, 255, 255, 0.6);
}
.nav-opt-left-navbar .dn-app-brand {
  display: inline-flex;
  align-items: center;
  height: 4rem;
}
.nav-opt-left-navbar .dn-app-brand .dn-brand-img {
  display: none;
}
.nav-opt-left-navbar .dn-app-brand .dn-app-brand-label {
  font-size: 1.375rem;
  font-weight: 400;
  color: #ffffff;
}
.nav-opt-left-navbar .nul-utility-item > a {
  height: 4rem;
}

.nav-opt-avatar .nul-utility-item-user .nul-button-glyph,
.nav-opt-avatar .nul-utility-item-user .nul-user-glyph {
  display: none;
}
.nav-opt-avatar .nul-utility-item-user .nul-user-image,
.nav-opt-avatar .nul-utility-item-user .nul-button-image {
  position: relative;
  box-sizing: content-box;
  display: inline;
  width: 1.5rem;
  height: 1.5rem;
  border: solid 0.125rem #fff;
  border-radius: 0.25rem;
  box-shadow: 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.5);
}
.nav-opt-avatar .nul-utility-item-user .nul-user-image {
  width: 3rem;
  height: 3rem;
  margin-right: 0.625rem;
}
.nav-opt-avatar .nul-utility-item-user .nul-button-image {
  top: 0.0625rem;
}

/* ==============================================================================================
   ** SECTION media queries
============================================================================================== */
@media (min-width: 992px) {
  .xrx-brand-header .content,
  .dn-navbar-nav .dn-inner {
    max-width: 970px;
  }
}
@media (min-width: 768px) {
  .dn-header {
    display: block !important;
  }
  .dn-navbar-container {
    display: block;
  }
  .mn-header,
  .mn-navbar-container,
  .mn-backdrop {
    display: none;
  }
  .nul-utility-item {
    float: left;
    padding-right: 1.25rem;
  }
  .nul-secondary-utility {
    position: static;
    float: right;
  }
  .nav-opt-left-navbar .mn-navbar-container,
  .nav-opt-left-navbar .mn-backdrop {
    display: block;
  }
  .nav-opt-left-navbar .nul-secondary-utility {
    position: absolute;
    top: 0;
    right: 0;
    float: none;
  }
  .nav-opt-glyphs .nul-dropdown-menu {
    margin-top: -0.5rem;
  }
  .nav-opt-glyphs .nul-dropdown-menu.show {
    margin-top: -1.125rem;
  }
  .nav-opt-glyphs .nul-dropdown-arrow {
    margin-top: -0.9375rem;
  }
  .nav-opt-glyphs .dropdown.show .nul-dropdown-arrow {
    margin-top: -1.5625rem;
  }
  .nav-opt-left-navbar.nav-opt-glyphs .nul-dropdown-menu {
    margin-top: 0.375rem;
  }
  .nav-opt-left-navbar.nav-opt-glyphs .nul-dropdown-menu.show {
    margin-top: -0.25rem;
  }
  .nav-opt-left-navbar.nav-opt-glyphs .nul-dropdown-arrow {
    margin-top: -0.0625rem;
  }
  .nav-opt-left-navbar.nav-opt-glyphs .dropdown.show .nul-dropdown-arrow {
    margin-top: -0.6875rem;
  }
}
@media (max-width: 767.98px) {
  body {
    padding-top: 0 !important;
  }
}
@media (min-width: 1200px) {
  .xrx-brand-header .content,
  .dn-navbar-nav .dn-inner {
    max-width: 1082px;
  }
  .nav-opt-left-navbar {
    margin-left: 18.75rem;
  }
  .nav-opt-left-navbar .dn-header {
    z-index: 999;
    background-color: #ffffff;
    background-image: none;
    box-shadow: none;
  }
  .nav-opt-left-navbar .dn-open-btn {
    display: none;
  }
  .nav-opt-left-navbar .mn-close-btn {
    visibility: hidden;
  }
  .nav-opt-left-navbar .dn-app-brand {
    float: left;
    padding-left: 1.25rem;
  }
  .nav-opt-left-navbar .dn-app-brand .dn-brand-img {
    top: auto;
    box-sizing: content-box;
    display: inline;
    width: 6.25rem;
    padding: 0;
    font-size: 0;
  }
  .nav-opt-left-navbar .dn-app-brand .dn-app-brand-label {
    padding-left: 1.25rem;
    font-size: 1.375rem;
    font-weight: 400;
    color: #000000;
  }
  .nav-opt-left-navbar .nul-utility-item .nul-button-label,
  .nav-opt-left-navbar .nul-utility-item .nul-button-glyph::before {
    color: #525256;
  }
  .nav-opt-left-navbar .nul-utility-item:hover .nul-button-label,
  .nav-opt-left-navbar .nul-utility-item:hover .nul-button-glyph::before {
    color: #00546e;
  }
  .nav-opt-left-navbar .nul-utility-item.show .nul-button-label,
  .nav-opt-left-navbar .nul-utility-item.show .nul-button-glyph::before, .nav-opt-left-navbar .nul-utility-item:active .nul-button-label,
  .nav-opt-left-navbar .nul-utility-item:active .nul-button-glyph::before {
    color: #002B3C;
  }
  .nav-opt-left-navbar .mn-navbar-container {
    left: 0;
    display: block !important;
  }
  .nav-opt-left-navbar .mn-close-btn {
    outline: none !important;
  }
  .nav-opt-left-navbar .mn-backdrop {
    display: none !important;
  }
  .nav-opt-left-navbar .mn-container {
    padding-bottom: 0;
  }
  .nav-opt-left-navbar .mn-footer {
    display: none;
  }
  .nav-opt-left-navbar .xrx-footer {
    margin-left: 18.75rem;
  }
}
.mn-transition-off {
  transition-property: none;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  padding-bottom: 64px;
}

.xrx-footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 4rem;
  font-size: 0.8125rem;
  color: #525256;
  background-color: #BBBCC3;
}
.xrx-footer nav {
  display: inline-block;
}
.xrx-footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.xrx-footer ul:last-of-type li:last-child::after {
  display: none;
}
.xrx-footer li {
  display: inline-block;
  font-size: 0.8125rem;
}
.xrx-footer li::after {
  display: inline-block;
  padding: 0 0.75rem;
  content: "|";
}
.xrx-footer a {
  color: #525256;
  text-decoration: none;
}
.xrx-footer a:hover {
  text-decoration: underline;
}
.xrx-footer .content {
  position: relative;
  padding: 0.625rem 1.25rem 0.375rem 1.25rem;
  font-size: 0;
  line-height: 1.9;
}
.xrx-footer .content span {
  padding-right: 0.75rem;
  font-size: 0.8125rem;
}
.xrx-footer .xerox-copyright {
  padding-right: 0.75rem;
  font-size: 0.8125rem;
}

.modal-open {
  overflow: hidden;
}

.xrx-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}
.modal-open .xrx-modal {
  overflow-x: hidden;
  overflow-y: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.xrx-modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -25%);
}
@media screen and (prefers-reduced-motion: reduce) {
  .xrx-modal.fade .modal-dialog {
    transition: none;
  }
}
.xrx-modal.show .modal-dialog {
  transform: translate(0, 0);
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 0.5rem * 2);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #F2F2F9;
  background-clip: padding-box;
  border-radius: 0.4375rem;
  box-shadow: 0 3px 14px 0 rgba(0, 0, 0, 0.6);
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: rgba(0, 0, 0, 0.6);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 1;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0.9375rem 1.25rem 0.875rem 1.25rem;
  background-color: #ffffff;
  border-bottom: 1px solid #818187;
  border-top-left-radius: 0.4375rem;
  border-top-right-radius: 0.4375rem;
}
.modal-header .close {
  padding: 1.25rem;
  margin: -1.25rem -1.25rem -1.25rem auto;
}

.modal-title {
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.25;
}

.modal-close-btn {
  position: absolute;
  top: 0.25rem;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.875rem;
  margin: 0;
  color: #525256;
  cursor: pointer;
  background-color: transparent;
  border: none;
  transition: color 0.25s;
}
.modal-close-btn:hover {
  color: #006482;
}
.modal-close-btn span::before {
  font-size: 1.5rem;
  line-height: 1.5rem;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1.25rem;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.modal-footer {
  display: block;
  border-bottom-right-radius: 0.4375rem;
  border-bottom-left-radius: 0.4375rem;
}
.modal-footer .xrx-btn {
  width: 100%;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.modal-sm {
  max-width: 300px;
  margin: 0.5rem auto;
}
.modal-sm .modal-footer {
  display: block;
}
.modal-sm .modal-footer .xrx-btn {
  width: 100%;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 600px;
    margin: 1.75rem auto;
  }
  .modal-dialog.modal-sm {
    max-width: 300px;
  }
  .modal-dialog-centered {
    min-height: calc(100% - 1.75rem * 2);
  }
  .modal-content {
    box-shadow: 0 3px 14px 0 rgba(0, 0, 0, 0.6);
  }
  .modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 900px;
  }
}
.modal-demoted {
  z-index: 1039;
}

.xrx-radio,
.xrx-checkbox {
  position: relative;
  display: table;
  font-size: 0;
}
.xrx-radio > label,
.xrx-checkbox > label {
  position: relative;
  top: 0.0625rem;
  padding-left: 0.625rem;
  margin: 0;
  font-size: 1.125rem;
  line-height: 1.125rem;
  color: #29292D;
  -webkit-user-select: none;
          user-select: none;
}
.xrx-radio .sr-only,
.xrx-checkbox .sr-only {
  padding-left: 0;
}
.xrx-radio .radio,
.xrx-radio .checkbox,
.xrx-checkbox .radio,
.xrx-checkbox .checkbox {
  display: block;
  float: left;
  width: 1.125rem;
  height: 1.125rem;
  overflow: hidden;
}
.xrx-radio .icons,
.xrx-checkbox .icons {
  position: absolute;
  display: block;
  line-height: 0;
  cursor: pointer;
}
.xrx-radio .icons .first-icon,
.xrx-radio .icons .second-icon,
.xrx-checkbox .icons .first-icon,
.xrx-checkbox .icons .second-icon {
  display: inline-table;
  background-color: transparent;
}
.xrx-radio .icons .second-icon,
.xrx-checkbox .icons .second-icon {
  display: none;
}
.xrx-radio .checked .first-icon,
.xrx-checkbox .checked .first-icon {
  display: none;
}
.xrx-radio .checked .second-icon,
.xrx-checkbox .checked .second-icon {
  display: inline-table;
  transition: color 0.25s linear;
}
.xrx-radio [type=radio],
.xrx-radio [type=checkbox],
.xrx-checkbox [type=radio],
.xrx-checkbox [type=checkbox] {
  position: absolute;
  top: 0.625rem;
  left: 0.625rem;
  z-index: -1;
  float: none;
  margin: 0;
  opacity: 0;
}
.xrx-radio .checkbox-focus,
.xrx-checkbox .checkbox-focus {
  outline: thin dotted #333 !important;
  outline-offset: 1px;
}

.xrx-checkbox .icons {
  top: -0.25rem;
  left: 0.125rem;
}
.xrx-checkbox .icons .first-icon::before,
.xrx-checkbox .icons .second-icon::before {
  margin-right: -0.25rem;
  margin-left: -0.25rem;
  font-size: 1.5rem;
  line-height: 1.5rem;
}
.xrx-checkbox.checkbox-sm {
  line-height: 0;
}
.xrx-checkbox.checkbox-sm .checkbox {
  width: 0.875rem;
  height: 1rem;
}
.xrx-checkbox.checkbox-sm > label {
  line-height: 1rem;
}
.xrx-checkbox.checkbox-sm .icons {
  top: -0.1875rem;
  left: 0.125rem;
}
.xrx-checkbox.checkbox-sm .icons .first-icon::before,
.xrx-checkbox.checkbox-sm .icons .second-icon::before {
  margin-right: -0.25rem;
  margin-left: -0.25rem;
  font-size: 1.25rem;
  line-height: 1.25rem;
}

.xrx-radio .icons {
  top: -0.25rem;
  left: 0.125rem;
}
.xrx-radio .icons .first-icon::before,
.xrx-radio .icons .second-icon::before {
  margin-right: -0.25rem;
  margin-left: -0.25rem;
  font-size: 1.5rem;
  line-height: 1.5rem;
}
.xrx-radio.radio-sm {
  line-height: 0;
}
.xrx-radio.radio-sm .radio {
  width: 0.875rem;
  height: 1rem;
}
.xrx-radio.radio-sm > label {
  line-height: 1rem;
}
.xrx-radio.radio-sm .icons {
  top: -0.1875rem;
  left: 0.0625rem;
}
.xrx-radio.radio-sm .icons .first-icon::before,
.xrx-radio.radio-sm .icons .second-icon::before {
  margin-right: -0.25rem;
  margin-left: -0.25rem;
  font-size: 1.25rem;
  line-height: 1.25rem;
}

.glyph-chbx-radio-theme-chkd::before {
  color: #006482;
  transition: color 0.1s linear;
}
.glyph-chbx-radio-theme-uchkd::before {
  color: #525256;
  transition: color 0.1s linear;
}
.glyph-chbx-radio-theme-chkd:hover::before {
  color: #00546e;
}
.glyph-chbx-radio-theme-uchkd:hover::before {
  color: #00546e;
}
.glyph-chbx-radio-theme-chkd:active::before {
  color: #002B3C;
}
.glyph-chbx-radio-theme-uchkd:active::before {
  color: #002B3C;
}
.radio.disabled .glyph-chbx-radio-theme-chkd::before, .checkbox.disabled .glyph-chbx-radio-theme-chkd::before, .radio.disabled .glyph-chbx-radio-theme-uchkd::before, .checkbox.disabled .glyph-chbx-radio-theme-uchkd::before {
  color: rgba(0, 0, 0, 0.3) !important;
  cursor: not-allowed;
}

.glyph-chbx-radio-gold-chkd::before {
  color: #ffaf3d;
  transition: color 0.1s linear;
}
.glyph-chbx-radio-gold-uchkd::before {
  color: #525256;
  transition: color 0.1s linear;
}
.glyph-chbx-radio-gold-chkd:hover::before {
  color: #fd9726;
}
.glyph-chbx-radio-gold-uchkd:hover::before {
  color: #fd9726;
}
.glyph-chbx-radio-gold-chkd:active::before {
  color: #dc7f18;
}
.glyph-chbx-radio-gold-uchkd:active::before {
  color: #dc7f18;
}
.radio.disabled .glyph-chbx-radio-gold-chkd::before, .checkbox.disabled .glyph-chbx-radio-gold-chkd::before, .radio.disabled .glyph-chbx-radio-gold-uchkd::before, .checkbox.disabled .glyph-chbx-radio-gold-uchkd::before {
  color: rgba(0, 0, 0, 0.3) !important;
  cursor: not-allowed;
}

.disabled-radio-label,
.disabled-checkbox-label {
  color: rgba(0, 0, 0, 0.3) !important;
}

.ui-spinner {
  display: block;
  position: relative;
  height: 2.75rem;
  width: 9.4375rem;
  vertical-align: middle;
  border-radius: 0.25rem;
  touch-action: none;
  -ms-content-zooming: none;
  -webkit-user-select: none;
          user-select: none;
}
.ui-spinner .ui-button-text {
  display: block;
  line-height: normal;
}
.ui-spinner .ui-button-qseudo-border {
  display: none;
  position: absolute;
  top: 0;
  right: 2.6875rem;
  z-index: 9;
  width: 0.0625rem;
  height: 2.75rem;
  background-color: #F2F2F9;
}
.ui-spinner.focus {
  outline: thin dotted #333;
  outline-offset: 1px;
}
.ui-spinner.focus .ui-spinner-button {
  background-color: #006482;
  color: #ffffff;
}
.ui-spinner.focus .ui-button-qseudo-border {
  display: block;
  pointer-events: none;
}
.ui-spinner .ui-spinner-input {
  height: 2.75rem;
  font-size: 1.25rem;
}
.ui-spinner .ui-spinner-button {
  height: 2.75rem;
  line-height: 2.75rem;
}
.ui-spinner .ui-icon::before {
  top: 0.5625rem;
  left: 0.75rem;
  margin-right: -0.1875rem;
  margin-left: -0.1875rem;
  font-size: 1.5rem;
  line-height: 1.5rem;
}
.ui-spinner .ui-button-qseudo-border {
  height: 2.75rem;
}
.ui-spinner.spinner-sm {
  height: 2rem;
}
.ui-spinner.spinner-sm .ui-spinner-input {
  height: 2rem;
  font-size: 1.125rem;
}
.ui-spinner.spinner-sm .ui-spinner-button {
  height: 2rem;
  line-height: 2rem;
}
.ui-spinner.spinner-sm .ui-button-qseudo-border {
  height: 2rem;
}
.ui-spinner.spinner-sm .ui-icon::before {
  top: 0.3125rem;
  left: 0.875rem;
  margin-right: -0.1875rem;
  margin-left: -0.1875rem;
  font-size: 1.25rem;
  line-height: 1.25rem;
}
.ua-ie .ui-spinner.spinner-sm .ui-spinner-input {
  line-height: 0;
}

.ui-spinner-input {
  width: 4.125rem;
  height: 2.75rem;
  margin-right: -0.125rem;
  padding: 0.375rem 0.75rem;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.3;
  background-color: #ffffff !important;
  border-color: #818187;
  border-radius: 0.25rem 0 0 0.25rem;
  color: #000000 !important;
  float: left;
  color: #000000;
  text-align: center;
}
.ui-spinner-input:hover {
  position: relative;
  z-index: 0;
  border-color: #155fbb;
}
.ui-spinner-input:focus {
  border-color: #006482 !important;
}

.input-group-addon + .ui-spinner .ui-spinner-input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.ui-spinner-button {
  cursor: default;
  display: block;
  font-size: 0.5rem;
  height: 2.75rem;
  margin: 0;
  overflow: hidden;
  padding: 0;
  right: 0;
  text-align: center;
  width: 2.75rem;
  cursor: pointer;
  color: #006482;
  text-decoration: none;
  background-color: #F2F2F9;
  border: 1px solid #006482;
  outline: none;
  float: left;
  text-decoration: none;
  transition: background-color 0.15s, border-color 0.15s;
}
.ui-spinner-button:hover {
  background-color: #00546e;
  color: #ffffff;
  border-color: #00546e;
  text-decoration: none;
}
.ui-spinner-button > span:before {
  -webkit-user-select: none;
          user-select: none;
}

.ui-spinner.focus .ui-spinner-button {
  border-color: #006482;
}
.ui-spinner.focus .ui-spinner-button:hover {
  background-color: #00546e;
}

.ui-spinner-up {
  position: relative;
  border-radius: 0 0.25rem 0.25rem 0;
}

.ui-spinner-down {
  position: relative;
  border-radius: 0;
  margin-right: -0.0625rem;
}
.ui-spinner-down:hover + .ui-spinner-up {
  border-left-color: #00546e;
  z-index: -1;
}

.ui-spinner-up,
.ui-spinner-down {
  font-size: 1.25rem;
  line-height: 2.75rem;
}

.ui-spinner.focus .ui-spinner-button:active {
  background-color: #002B3C;
  border-color: #002B3C;
}

.ui-spinner .ui-spinner-input[readonly] {
  background-color: #F2F2F9 !important;
  border-color: rgba(0, 0, 0, 0.3) !important;
}

.ui-spinner.ui-state-disabled {
  opacity: 1;
}
.ui-spinner.ui-state-disabled .ui-spinner-input {
  background-color: transparent !important;
  border-color: #818187 !important;
  border-right: none;
  color: rgba(0, 0, 0, 0.3) !important;
  cursor: not-allowed;
}
.ui-spinner.ui-state-disabled .ui-spinner-button {
  background-color: transparent;
  border-color: #818187;
  outline: 0;
  color: rgba(0, 0, 0, 0.3);
  text-decoration: none;
  cursor: not-allowed;
}
.ui-spinner.ui-state-disabled .ui-spinner-button .ui-icon {
  cursor: not-allowed;
}

.ui-spinner.disable-spinner-down {
  cursor: not-allowed;
}
.ui-spinner.disable-spinner-down .ui-spinner-down {
  z-index: -1;
  border-color: #818187;
  color: rgba(0, 0, 0, 0.3);
}

.ui-spinner.disable-spinner-up {
  cursor: not-allowed;
}
.ui-spinner.disable-spinner-up .ui-spinner-up {
  z-index: -1;
  border-color: #818187;
  color: rgba(0, 0, 0, 0.3);
}

.ui-spinner.disable-spinner-down.focus .ui-spinner-down {
  background-color: transparent;
  border-color: #818187;
}
.ui-spinner.disable-spinner-down.focus .ui-button-qseudo-border {
  display: none;
}

.ui-spinner.disable-spinner-up.focus .ui-spinner-up {
  background-color: transparent;
  border-color: #818187;
}
.ui-spinner.disable-spinner-up.focus .ui-button-qseudo-border {
  display: none;
}

.range-label {
  padding-left: 0.3125rem;
  font-size: 0.875rem;
  line-height: 0;
  color: #29292D;
}

.spinner-label {
  color: #29292D;
  -webkit-user-select: none;
          user-select: none;
}
.spinner-label.disabled {
  color: rgba(0, 0, 0, 0.3) !important;
}
.spinner-label.disabled .range-label {
  color: rgba(0, 0, 0, 0.3) !important;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.6875rem 1.125rem 0.625rem 1.125rem;
  margin-bottom: 0;
  list-style: none;
  background-color: #F2F2F9;
  border-radius: 0;
}

.breadcrumb.breadcrumb-white-bg {
  background-color: #ffffff;
}

.breadcrumb-item .xgl-home::before {
  top: 0.25rem;
  margin-right: -0.0625rem;
  margin-left: -0.0625rem;
  font-size: 1.25rem;
  line-height: 1.25rem;
}
.breadcrumb-item a {
  text-decoration: none;
}
.breadcrumb-item a:hover {
  color: #00546e;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #818187;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #000000;
}
.breadcrumb-item.active .xgl-home::before {
  color: #000000;
}

.page-button-pagination,
.list-pagination,
.page-pagination {
  font-size: 0;
  margin-bottom: 0.9375rem;
}
.page-button-pagination::after,
.list-pagination::after,
.page-pagination::after {
  display: block;
  clear: both;
  content: "";
}

.pagination {
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 0;
  font-size: 0;
}
.pagination > li {
  margin-left: 0.25rem;
  display: inline-block;
  min-width: 2.75rem;
  text-align: center;
  float: left;
}
.pagination > li > a {
  display: inline-block;
  min-width: 2.75rem;
  height: 2.75rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  color: #006482;
  text-decoration: none;
  text-align: center;
  font-size: 1.25rem;
  line-height: 2.75rem;
  border-radius: 4px;
  transition: background-color 0.2s linear, color 0.2s linear, border 0.2s;
  -webkit-user-select: none;
          user-select: none;
}
.pagination > li > a:hover {
  background-color: #00546e;
  color: #ffffff;
}
.pagination > li > a:focus {
  outline: thin dotted #333;
  outline-offset: 1px;
}
.pagination > li > a:active {
  background-color: #002B3C;
  color: #ffffff;
}
.pagination > li.active a {
  background-color: #006482;
  color: #ffffff;
}
.pagination > li [class*=xgl-]::before {
  margin-right: -0.1875rem;
  margin-left: -0.1875rem;
  font-size: 1.5rem;
  line-height: 1.5rem;
}
.pagination > li .xgl-navigate_left::before {
  top: 9px;
  left: 6px;
}
.pagination > li .xgl-navigate_right::before {
  top: 9px;
  left: 8px;
}
.pagination > li:first-child {
  margin-left: 0;
}
.pagination [aria-label=Previous],
.pagination [aria-label=Next] {
  min-width: 3.375rem;
  border: 1px solid #006482;
  border-radius: 4px;
}
.pagination [aria-label=Previous]:hover,
.pagination [aria-label=Next]:hover {
  border-color: #00546e;
}
.pagination [aria-label=Previous]:active,
.pagination [aria-label=Next]:active {
  border-color: #002B3C;
}
.pagination > li.disabled {
  height: 2.75rem;
  min-width: 3.375rem;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  cursor: not-allowed;
}
.pagination > li.disabled .xgl-navigate_left::before {
  top: 9px;
  left: -1px;
}
.pagination > li.disabled .xgl-navigate_right::before {
  top: 9px;
  left: 1px;
}
.pagination > li.disabled > span > span {
  color: rgba(0, 0, 0, 0.3);
}
.pagination [aria-label=Previous],
.pagination [aria-label=Next] {
  overflow: hidden;
}
.pagination .dropdown-menu {
  min-width: 4.1875rem !important;
}
.pagination .dropdown-item {
  justify-content: center;
  min-width: 0;
  text-decoration: none;
}
.pagination .dropdown.show > a {
  background-color: #002B3C;
  color: #ffffff;
}
.pagination .dropdown .xgl-ellipsis::before {
  top: 10px;
  left: 3px;
}
.pagination .dropdown-toggle {
  overflow: hidden;
}

.list-pagination .range-container {
  float: left;
}
.list-pagination .range-container .items-showing {
  font-size: 1.25rem;
}
.list-pagination .range-container .dropdown .xgl-ellipsis {
  padding-left: 0.625rem;
}
.list-pagination .range-container .dropdown .xgl-navigate_down {
  height: 0.0625rem;
  padding-left: 0.625rem;
  float: right;
}
.list-pagination .range-container .dropdown .xgl-navigate_down::before {
  top: 0.75rem;
  margin-right: -0.25rem;
  margin-left: -0.25rem;
  font-size: 1.375rem;
  line-height: 1.375rem;
}
.list-pagination .range-container .dropdown-toggle {
  border: 1px solid #006482;
  line-height: 2.75rem;
}
.list-pagination .range-container .dropdown-toggle:hover {
  border-color: #00546e;
}
.list-pagination .range-container .dropdown-toggle:active {
  border-color: #002B3C;
}
.list-pagination .items-per-page-container {
  margin-left: 1rem;
  float: left;
}
.list-pagination .dropdown-menu {
  min-width: 0;
}
.list-pagination .dropdown-item {
  justify-content: center;
  min-width: 4.1875rem;
}

.page-button-pagination li {
  margin-left: 1rem;
}
.page-button-pagination li:first-child {
  margin-left: 0;
}

.xrx-seg-control::after {
  display: block;
  clear: both;
  content: "";
}
.xrx-seg-control .btn-secondary.checked {
  color: #ffffff;
  background: #006482 !important;
  border-color: #006482 !important;
}
.xrx-seg-control button {
  float: left;
  border-radius: 0;
  border-right: none;
  min-width: 44px;
}
.xrx-seg-control button label {
  margin-bottom: 0;
  cursor: pointer;
}
.xrx-seg-control button:first-of-type {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.xrx-seg-control button:last-of-type {
  border-right: 1px solid #006482;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.xrx-seg-control button:last-of-type:hover {
  border-right: 1px solid #002B3C;
}
.xrx-seg-control button:last-of-type:disabled {
  border-right-color: rgba(0, 0, 0, 0.3);
}
.xrx-seg-control button:not(:disabled) + button:disabled {
  border-left-color: #006482;
}
.xrx-seg-control button:disabled {
  transition: none;
}
.xrx-seg-control .sr-only {
  padding-left: 0 !important;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
}
.table th,
.table td {
  padding: 0.5rem;
  vertical-align: top;
  border-bottom: 1px solid #818187;
}
.table thead th {
  height: 2.75rem;
  font-weight: 400;
  vertical-align: bottom;
}
.table thead th {
  background-color: #ffffff;
}

.table-sm th,
.table-sm td {
  padding: 5px 5px 4px 5px;
  font-size: 1rem;
}
.table-sm thead th {
  height: 2.125rem;
}

.table-bordered {
  border: 1px solid #818187;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #818187;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 1px;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #D9D9DF;
}

.table-hover tbody tr {
  transition: background-color 0.25s;
}
.table-hover tbody tr:hover {
  background-color: #e2eff5;
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8d4dc;
  transition: background-color 0.25s;
}

.table-hover .table-primary:hover {
  background-color: #a7cad4;
  transition: background-color 0.25s;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #a7cad4;
  transition: background-color 0.25s;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #cfcfd0;
  transition: background-color 0.25s;
}

.table-hover .table-secondary:hover {
  background-color: #c2c2c3;
  transition: background-color 0.25s;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c2c2c3;
  transition: background-color 0.25s;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c2dec4;
  transition: background-color 0.25s;
}

.table-hover .table-success:hover {
  background-color: #b1d5b4;
  transition: background-color 0.25s;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1d5b4;
  transition: background-color 0.25s;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bed9e2;
  transition: background-color 0.25s;
}

.table-hover .table-info:hover {
  background-color: #accfda;
  transition: background-color 0.25s;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #accfda;
  transition: background-color 0.25s;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fee2c2;
  transition: background-color 0.25s;
}

.table-hover .table-warning:hover {
  background-color: #fed6a9;
  transition: background-color 0.25s;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #fed6a9;
  transition: background-color 0.25s;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f4c1c5;
  transition: background-color 0.25s;
}

.table-hover .table-danger:hover {
  background-color: #f0abb1;
  transition: background-color 0.25s;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f0abb1;
  transition: background-color 0.25s;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #f4f4f6;
  transition: background-color 0.25s;
}

.table-hover .table-light:hover {
  background-color: #e6e6eb;
  transition: background-color 0.25s;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #e6e6eb;
  transition: background-color 0.25s;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c3c3c4;
  transition: background-color 0.25s;
}

.table-hover .table-dark:hover {
  background-color: #b6b6b7;
  transition: background-color 0.25s;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b6b6b7;
  transition: background-color 0.25s;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: #e2eff5;
  transition: background-color 0.25s;
}

.table-hover .table-active:hover {
  background-color: #cfe5ee;
  transition: background-color 0.25s;
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: #cfe5ee;
  transition: background-color 0.25s;
}

.table .thead-inverse th {
  color: #ffffff;
  background-color: #525256;
  border-color: #525256;
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive > .table-bordered {
  border: 0;
}

.table-theme {
  background-color: rgba(255, 255, 255, 0.1);
}
.table-theme th,
.table-theme td {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
.table-theme thead th {
  color: #006482;
}

.table-alert {
  background-color: rgba(255, 255, 255, 0.1);
}
.table-alert th,
.table-alert td {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
.table-alert thead th {
  color: #000000;
}

@media (min-width: 1025px) {
  .table-responsive-border {
    position: relative;
    padding: 0 1px;
    margin-bottom: 1rem;
    background-color: #818187;
  }
  .table-responsive-border::before {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2.75rem;
    color: #ffffff;
    content: ".";
    background-color: #ffffff;
  }
  .table-responsive-border .table {
    position: relative;
    margin-bottom: 0;
    background-color: #F2F2F9;
  }
  .table-responsive-border-sm {
    position: relative;
    padding: 0 1px;
    margin-bottom: 1rem;
    background-color: #818187;
  }
  .table-responsive-border-sm::before {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2.125rem;
    color: #ffffff;
    content: ".";
    background-color: #ffffff;
  }
  .table-responsive-border-sm .table {
    position: relative;
    margin-bottom: 0;
    background-color: #F2F2F9;
  }
}
.table.table-sort thead th {
  position: relative;
  padding-right: 50px;
}
.table.table-sort thead th.sort:active {
  background-color: #D9D9DF;
}
.table.table-sort thead th .sort-glyph {
  display: none;
}
.table.table-sort thead th.sort-active .sort-glyph {
  display: inline !important;
}
.table.table-sort .sort-glyph {
  position: absolute;
  top: 0.625rem;
  right: 1.5625rem;
  color: #525256;
}
.ua-firefox .table.table-sort .sort-glyph {
  top: 0.4375rem;
}
.table.table-sort .sort-glyph::before {
  margin-right: -0.1875rem;
  margin-left: -0.1875rem;
  font-size: 1.5rem;
  line-height: 1.5rem;
}

.table.table-sort.table-sm thead th {
  padding-right: 2.875rem;
}
.table.table-sort.table-sm .sort-glyph {
  top: 0.4375rem;
}
.table.table-sort.table-sm .sort-glyph::before {
  margin-right: -0.1875rem;
  margin-left: -0.1875rem;
  font-size: 1.25rem;
  line-height: 1.25rem;
}

.table.table-sort .thead-inverse thead th.sort:active {
  background-color: #29292D;
}
.table.table-sort .thead-inverse .sort-glyph {
  color: #ffffff;
}

.table.table-sort.table-sm .thead-inverse .sort-glyph {
  color: #ffffff;
}

.xrx-header {
  display: flex;
  align-items: center;
  height: 48px;
  padding-left: 16px;
  background-color: #D9D9DF;
  color: #000000;
  font-weight: 700;
}
.xrx-header.header-secondary {
  background-color: #ffffff;
}
.xrx-header.header-primary {
  background-color: #b5d6e4;
}
.xrx-header.header-success {
  background-color: #caf7ba;
}
.xrx-header.header-warning {
  background-color: #fff3bb;
}
.xrx-header.header-danger {
  background-color: #ffcbcf;
}
.xrx-header.header-info {
  background-color: #bcefff;
}

.xrx-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
          user-select: none;
  border: none;
  color: #000000;
  background-color: #FAFAFF;
  box-shadow: inset 0 1px 0 0 #ffffff, 0px 2px 4px rgba(0, 0, 0, 0.16), 0px 1px 3px rgba(0, 0, 0, 0.16), 0px 1px 2px rgba(0, 0, 0, 0.16);
  transition: all 0.165s;
  height: 3rem;
  padding: 0 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.375rem;
}
.ua-desktop .xrx-btn:hover:not(:focus) {
  color: #000000;
  background-color: #FAFAFF;
  box-shadow: inset 0 1px 0 0 #ffffff, 0px 6px 12px rgba(0, 0, 0, 0.16), 0px 3px 6px rgba(0, 0, 0, 0.16), 0px 1px 6px rgba(0, 0, 0, 0.16);
}
.ua-desktop .using-mouse .xrx-btn:hover {
  background-color: #FAFAFF;
  box-shadow: inset 0 1px 0 0 #ffffff, 0px 6px 12px rgba(0, 0, 0, 0.16), 0px 3px 6px rgba(0, 0, 0, 0.16), 0px 1px 6px rgba(0, 0, 0, 0.16);
}
.xrx-btn:focus {
  outline: none;
  box-shadow: inset 0 1px 0 0 #ffffff, 0 0 0 3px #00a6f3, 0 0 0 6px rgba(0, 166, 243, 0.2);
}
.using-mouse .xrx-btn:focus {
  outline: none;
  box-shadow: inset 0 1px 0 0 #ffffff, 0px 2px 4px rgba(0, 0, 0, 0.16), 0px 1px 3px rgba(0, 0, 0, 0.16), 0px 1px 2px rgba(0, 0, 0, 0.16);
}
.xrx-btn:not(:disabled):not(.disabled):active, .xrx-btn:not(:disabled):not(.disabled).active {
  color: #000000;
  background-color: #BBBCC3;
  box-shadow: inset 0px 1px 2px 0 rgba(0, 0, 0, 0.5), inset 0 1px 0 0 #ffffff, 0 0 0 3px #00a6f3, 0 0 0 6px rgba(0, 166, 243, 0.2);
  transition-duration: 0.067s;
  transform: scale(0.978);
}
.using-mouse .xrx-btn:not(:disabled):not(.disabled):active, .using-mouse .xrx-btn:not(:disabled):not(.disabled).active {
  box-shadow: inset 0px 1px 2px 0 rgba(0, 0, 0, 0.5);
}
.xrx-btn.disabled, .xrx-btn:disabled {
  color: rgba(0, 0, 0, 0.3) !important;
  background-color: rgba(187, 188, 195, 0.3) !important;
  box-shadow: none !important;
}
.xrx-btn.btn-inline {
  height: 40px;
  padding: 0 12px;
}
.xrx-btn.btn-inline.btn-glyph {
  padding: 0 10px;
}
.xrx-btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.xrx-btn:disabled, .xrx-btn.disabled {
  cursor: not-allowed;
}

a.xrx-btn {
  line-height: 3rem;
}

a.xrx-btn.disabled,
fieldset:disabled a.xrx-btn {
  pointer-events: none;
}

.xrx-btn.btn-primary {
  color: #ffffff;
  background-color: #006482;
  box-shadow: inset 0 1px 0 0 #1e7b97, 0px 2px 4px rgba(0, 0, 0, 0.16), 0px 1px 3px rgba(0, 0, 0, 0.16), 0px 1px 2px rgba(0, 0, 0, 0.16);
  transition: all 0.165s;
}
.ua-desktop .xrx-btn.btn-primary:hover:not(:focus) {
  color: #ffffff;
  background-color: #006482;
  box-shadow: inset 0 1px 0 0 #1e7b97, 0px 6px 12px rgba(0, 0, 0, 0.16), 0px 3px 6px rgba(0, 0, 0, 0.16), 0px 1px 6px rgba(0, 0, 0, 0.16);
}
.ua-desktop .using-mouse .xrx-btn.btn-primary:hover {
  background-color: #006482;
  box-shadow: inset 0 1px 0 0 #1e7b97, 0px 6px 12px rgba(0, 0, 0, 0.16), 0px 3px 6px rgba(0, 0, 0, 0.16), 0px 1px 6px rgba(0, 0, 0, 0.16);
}
.xrx-btn.btn-primary:focus {
  outline: none;
  box-shadow: inset 0 1px 0 0 #1e7b97, 0 0 0 3px #00a6f3, 0 0 0 6px rgba(0, 166, 243, 0.2);
}
.using-mouse .xrx-btn.btn-primary:focus {
  outline: none;
  box-shadow: inset 0 1px 0 0 #1e7b97, 0px 2px 4px rgba(0, 0, 0, 0.16), 0px 1px 3px rgba(0, 0, 0, 0.16), 0px 1px 2px rgba(0, 0, 0, 0.16);
}
.xrx-btn.btn-primary:not(:disabled):not(.disabled):active, .xrx-btn.btn-primary:not(:disabled):not(.disabled).active {
  color: #ffffff;
  background-color: #003B51;
  box-shadow: inset 0 1px 2px 0 rgb(0, 0, 0), inset 0 1px 0 0 #1e7b97, 0 0 0 3px #00a6f3, 0 0 0 6px rgba(0, 166, 243, 0.2);
  transition-duration: 0.067s;
  transform: scale(0.978);
}
.using-mouse .xrx-btn.btn-primary:not(:disabled):not(.disabled):active, .using-mouse .xrx-btn.btn-primary:not(:disabled):not(.disabled).active {
  box-shadow: inset 0 1px 2px 0 rgb(0, 0, 0);
}
.xrx-btn.btn-primary.disabled, .xrx-btn.btn-primary:disabled {
  color: rgba(255, 255, 255, 0.3) !important;
  background-color: rgba(30, 123, 151, 0.3) !important;
  box-shadow: none !important;
}

.xrx-btn.btn-secondary {
  color: #000000;
  background-color: #BBBCC3;
  box-shadow: inset 0 1px 0 0 #D9D9DF, 0px 2px 4px rgba(0, 0, 0, 0.16), 0px 1px 3px rgba(0, 0, 0, 0.16), 0px 1px 2px rgba(0, 0, 0, 0.16);
  transition: all 0.165s;
}
.ua-desktop .xrx-btn.btn-secondary:hover:not(:focus) {
  color: #000000;
  background-color: #BBBCC3;
  box-shadow: inset 0 1px 0 0 #D9D9DF, 0px 6px 12px rgba(0, 0, 0, 0.16), 0px 3px 6px rgba(0, 0, 0, 0.16), 0px 1px 6px rgba(0, 0, 0, 0.16);
}
.ua-desktop .using-mouse .xrx-btn.btn-secondary:hover {
  background-color: #BBBCC3;
  box-shadow: inset 0 1px 0 0 #D9D9DF, 0px 6px 12px rgba(0, 0, 0, 0.16), 0px 3px 6px rgba(0, 0, 0, 0.16), 0px 1px 6px rgba(0, 0, 0, 0.16);
}
.xrx-btn.btn-secondary:focus {
  outline: none;
  box-shadow: inset 0 1px 0 0 #D9D9DF, 0 0 0 3px #00a6f3, 0 0 0 6px rgba(0, 166, 243, 0.2);
}
.using-mouse .xrx-btn.btn-secondary:focus {
  outline: none;
  box-shadow: inset 0 1px 0 0 #D9D9DF, 0px 2px 4px rgba(0, 0, 0, 0.16), 0px 1px 3px rgba(0, 0, 0, 0.16), 0px 1px 2px rgba(0, 0, 0, 0.16);
}
.xrx-btn.btn-secondary:not(:disabled):not(.disabled):active, .xrx-btn.btn-secondary:not(:disabled):not(.disabled).active {
  color: #000000;
  background-color: #818187;
  box-shadow: inset 0px 1px 2px 0 rgba(0, 0, 0, 0.5), inset 0 1px 0 0 #D9D9DF, 0 0 0 3px #00a6f3, 0 0 0 6px rgba(0, 166, 243, 0.2);
  transition-duration: 0.067s;
  transform: scale(0.978);
}
.using-mouse .xrx-btn.btn-secondary:not(:disabled):not(.disabled):active, .using-mouse .xrx-btn.btn-secondary:not(:disabled):not(.disabled).active {
  box-shadow: inset 0px 1px 2px 0 rgba(0, 0, 0, 0.5);
}
.xrx-btn.btn-secondary.disabled, .xrx-btn.btn-secondary:disabled {
  color: rgba(0, 0, 0, 0.3) !important;
  background-color: rgba(187, 188, 195, 0.3) !important;
  box-shadow: none !important;
}

.xrx-theme-appearance .xrx-btn {
  color: #ffffff;
  background-color: #006482;
  box-shadow: inset 0 1px 0 0 #1e7b97, 0px 2px 4px rgba(0, 0, 0, 0.2), 0px 1px 3px rgba(0, 0, 0, 0.2), 0px 1px 2px rgba(0, 0, 0, 0.2);
  transition: all 0.165s;
}
.ua-desktop .xrx-theme-appearance .xrx-btn:hover:not(:focus) {
  color: #ffffff;
  background-color: #006482;
  box-shadow: inset 0 1px 0 0 #1e7b97, 0px 6px 12px rgba(0, 0, 0, 0.2), 0px 3px 6px rgba(0, 0, 0, 0.2), 0px 1px 6px rgba(0, 0, 0, 0.2);
}
.ua-desktop .using-mouse .xrx-theme-appearance .xrx-btn:hover {
  background-color: #006482;
  box-shadow: inset 0 1px 0 0 #1e7b97, 0px 6px 12px rgba(0, 0, 0, 0.2), 0px 3px 6px rgba(0, 0, 0, 0.2), 0px 1px 6px rgba(0, 0, 0, 0.2);
}
.xrx-theme-appearance .xrx-btn:focus {
  outline: none;
  box-shadow: inset 0 1px 0 0 #1e7b97, 0 0 0 3px #00a6f3, 0 0 0 6px rgba(0, 166, 243, 0.2);
}
.using-mouse .xrx-theme-appearance .xrx-btn:focus {
  outline: none;
  box-shadow: inset 0 1px 0 0 #1e7b97, 0px 2px 4px rgba(0, 0, 0, 0.2), 0px 1px 3px rgba(0, 0, 0, 0.2), 0px 1px 2px rgba(0, 0, 0, 0.2);
}
.xrx-theme-appearance .xrx-btn:not(:disabled):not(.disabled):active, .xrx-theme-appearance .xrx-btn:not(:disabled):not(.disabled).active {
  color: #ffffff;
  background-color: #003B51;
  box-shadow: inset 0 1px 2px 0 rgb(0, 0, 0), inset 0 1px 0 0 #1e7b97, 0 0 0 3px #00a6f3, 0 0 0 6px rgba(0, 166, 243, 0.2);
  transition-duration: 0.067s;
  transform: scale(0.978);
}
.using-mouse .xrx-theme-appearance .xrx-btn:not(:disabled):not(.disabled):active, .using-mouse .xrx-theme-appearance .xrx-btn:not(:disabled):not(.disabled).active {
  box-shadow: inset 0 1px 2px 0 rgb(0, 0, 0);
}
.xrx-theme-appearance .xrx-btn.disabled, .xrx-theme-appearance .xrx-btn:disabled {
  color: rgba(255, 255, 255, 0.3) !important;
  background-color: rgba(30, 123, 151, 0.3) !important;
  box-shadow: none !important;
}

.xrx-theme-appearance .xrx-btn.btn-primary {
  color: #000000;
  background-color: #8abed2;
  box-shadow: inset 0 1px 0 0 #b5d6e4, 0px 2px 4px rgba(0, 0, 0, 0.2), 0px 1px 3px rgba(0, 0, 0, 0.2), 0px 1px 2px rgba(0, 0, 0, 0.2);
  transition: all 0.165s;
}
.ua-desktop .xrx-theme-appearance .xrx-btn.btn-primary:hover:not(:focus) {
  color: #000000;
  background-color: #8abed2;
  box-shadow: inset 0 1px 0 0 #b5d6e4, 0px 6px 12px rgba(0, 0, 0, 0.2), 0px 3px 6px rgba(0, 0, 0, 0.2), 0px 1px 6px rgba(0, 0, 0, 0.2);
}
.ua-desktop .using-mouse .xrx-theme-appearance .xrx-btn.btn-primary:hover {
  background-color: #8abed2;
  box-shadow: inset 0 1px 0 0 #b5d6e4, 0px 6px 12px rgba(0, 0, 0, 0.2), 0px 3px 6px rgba(0, 0, 0, 0.2), 0px 1px 6px rgba(0, 0, 0, 0.2);
}
.xrx-theme-appearance .xrx-btn.btn-primary:focus {
  outline: none;
  box-shadow: inset 0 1px 0 0 #b5d6e4, 0 0 0 3px #00a6f3, 0 0 0 6px rgba(0, 166, 243, 0.2);
}
.using-mouse .xrx-theme-appearance .xrx-btn.btn-primary:focus {
  outline: none;
  box-shadow: inset 0 1px 0 0 #b5d6e4, 0px 2px 4px rgba(0, 0, 0, 0.2), 0px 1px 3px rgba(0, 0, 0, 0.2), 0px 1px 2px rgba(0, 0, 0, 0.2);
}
.xrx-theme-appearance .xrx-btn.btn-primary:not(:disabled):not(.disabled):active, .xrx-theme-appearance .xrx-btn.btn-primary:not(:disabled):not(.disabled).active {
  color: #000000;
  background-color: #539cb6;
  box-shadow: inset 0 1px 2px 0 rgb(0, 0, 0), inset 0 1px 0 0 #b5d6e4, 0 0 0 3px #00a6f3, 0 0 0 6px rgba(0, 166, 243, 0.2);
  transition-duration: 0.067s;
  transform: scale(0.978);
}
.using-mouse .xrx-theme-appearance .xrx-btn.btn-primary:not(:disabled):not(.disabled):active, .using-mouse .xrx-theme-appearance .xrx-btn.btn-primary:not(:disabled):not(.disabled).active {
  box-shadow: inset 0 1px 2px 0 rgb(0, 0, 0);
}
.xrx-theme-appearance .xrx-btn.btn-primary.disabled, .xrx-theme-appearance .xrx-btn.btn-primary:disabled {
  color: rgba(0, 0, 0, 0.3) !important;
  background-color: rgba(30, 123, 151, 0.3) !important;
  box-shadow: none !important;
}

.xrx-theme-appearance .xrx-btn.btn-primary.btn-emphasis {
  color: #000000;
  background-color: #8abed2;
  box-shadow: inset 0 1px 0 0 #b5d6e4, 0px 6px 12px rgba(0, 0, 0, 0.2), 0px 3px 6px rgba(0, 0, 0, 0.2), 0px 1px 6px rgba(0, 0, 0, 0.2);
  transition: all 0.165s;
}
.ua-desktop .xrx-theme-appearance .xrx-btn.btn-primary.btn-emphasis:hover:not(:focus) {
  color: #000000;
  background-color: #8abed2;
  box-shadow: inset 0 1px 0 0 #b5d6e4, 0px 16px 24px rgba(0, 0, 0, 0.2), 0px 8px 12px rgba(0, 0, 0, 0.2), 0px 1px 12px rgba(0, 0, 0, 0.2);
}
.ua-desktop .using-mouse .xrx-theme-appearance .xrx-btn.btn-primary.btn-emphasis:hover {
  background-color: #8abed2;
  box-shadow: inset 0 1px 0 0 #b5d6e4, 0px 16px 24px rgba(0, 0, 0, 0.2), 0px 8px 12px rgba(0, 0, 0, 0.2), 0px 1px 12px rgba(0, 0, 0, 0.2);
}
.xrx-theme-appearance .xrx-btn.btn-primary.btn-emphasis:focus {
  outline: none;
  box-shadow: inset 0 1px 0 0 #b5d6e4, 0 0 0 3px #00a6f3, 0 0 0 6px rgba(0, 166, 243, 0.2);
}
.using-mouse .xrx-theme-appearance .xrx-btn.btn-primary.btn-emphasis:focus {
  outline: none;
  box-shadow: inset 0 1px 0 0 #b5d6e4, 0px 6px 12px rgba(0, 0, 0, 0.2), 0px 3px 6px rgba(0, 0, 0, 0.2), 0px 1px 6px rgba(0, 0, 0, 0.2);
}
.xrx-theme-appearance .xrx-btn.btn-primary.btn-emphasis:not(:disabled):not(.disabled):active, .xrx-theme-appearance .xrx-btn.btn-primary.btn-emphasis:not(:disabled):not(.disabled).active {
  color: #000000;
  background-color: #539cb6;
  box-shadow: inset 0 1px 2px 0 rgb(0, 0, 0), inset 0 1px 0 0 #b5d6e4, 0 0 0 3px #00a6f3, 0 0 0 6px rgba(0, 166, 243, 0.2);
  transition-duration: 0.067s;
  transform: scale(0.978);
}
.using-mouse .xrx-theme-appearance .xrx-btn.btn-primary.btn-emphasis:not(:disabled):not(.disabled):active, .using-mouse .xrx-theme-appearance .xrx-btn.btn-primary.btn-emphasis:not(:disabled):not(.disabled).active {
  box-shadow: inset 0 1px 2px 0 rgb(0, 0, 0);
}
.xrx-theme-appearance .xrx-btn.btn-primary.btn-emphasis.disabled, .xrx-theme-appearance .xrx-btn.btn-primary.btn-emphasis:disabled {
  color: rgba(0, 0, 0, 0.3) !important;
  background-color: rgba(30, 123, 151, 0.3) !important;
  box-shadow: none !important;
}

.xrx-btn.btn-success {
  color: #ffffff;
  background-color: #24882b;
  box-shadow: inset 0 1px 0 0 #3ea33e, 0px 2px 4px rgba(0, 0, 0, 0.16), 0px 1px 3px rgba(0, 0, 0, 0.16), 0px 1px 2px rgba(0, 0, 0, 0.16);
  transition: all 0.165s;
}
.ua-desktop .xrx-btn.btn-success:hover:not(:focus) {
  color: #ffffff;
  background-color: #24882b;
  box-shadow: inset 0 1px 0 0 #3ea33e, 0px 6px 12px rgba(0, 0, 0, 0.16), 0px 3px 6px rgba(0, 0, 0, 0.16), 0px 1px 6px rgba(0, 0, 0, 0.16);
}
.ua-desktop .using-mouse .xrx-btn.btn-success:hover {
  background-color: #24882b;
  box-shadow: inset 0 1px 0 0 #3ea33e, 0px 6px 12px rgba(0, 0, 0, 0.16), 0px 3px 6px rgba(0, 0, 0, 0.16), 0px 1px 6px rgba(0, 0, 0, 0.16);
}
.xrx-btn.btn-success:focus {
  outline: none;
  box-shadow: inset 0 1px 0 0 #3ea33e, 0 0 0 3px #11ff35, 0 0 0 6px rgba(17, 255, 53, 0.2);
}
.using-mouse .xrx-btn.btn-success:focus {
  outline: none;
  box-shadow: inset 0 1px 0 0 #3ea33e, 0px 2px 4px rgba(0, 0, 0, 0.16), 0px 1px 3px rgba(0, 0, 0, 0.16), 0px 1px 2px rgba(0, 0, 0, 0.16);
}
.xrx-btn.btn-success:not(:disabled):not(.disabled):active, .xrx-btn.btn-success:not(:disabled):not(.disabled).active {
  color: #ffffff;
  background-color: #0f5615;
  box-shadow: inset 0 1px 2px 0 rgb(0, 0, 0), inset 0 1px 0 0 #3ea33e, 0 0 0 3px #11ff35, 0 0 0 6px rgba(17, 255, 53, 0.2);
  transition-duration: 0.067s;
  transform: scale(0.978);
}
.using-mouse .xrx-btn.btn-success:not(:disabled):not(.disabled):active, .using-mouse .xrx-btn.btn-success:not(:disabled):not(.disabled).active {
  box-shadow: inset 0 1px 2px 0 rgb(0, 0, 0);
}
.xrx-btn.btn-success.disabled, .xrx-btn.btn-success:disabled {
  color: rgba(255, 255, 255, 0.3) !important;
  background-color: rgba(36, 136, 43, 0.3) !important;
  box-shadow: none !important;
}

.xrx-btn.btn-warning {
  color: #000000;
  background-color: #fd9726;
  box-shadow: inset 0 1px 0 0 #ffaf3d, 0px 2px 4px rgba(0, 0, 0, 0.16), 0px 1px 3px rgba(0, 0, 0, 0.16), 0px 1px 2px rgba(0, 0, 0, 0.16);
  transition: all 0.165s;
}
.ua-desktop .xrx-btn.btn-warning:hover:not(:focus) {
  color: #000000;
  background-color: #fd9726;
  box-shadow: inset 0 1px 0 0 #ffaf3d, 0px 6px 12px rgba(0, 0, 0, 0.16), 0px 3px 6px rgba(0, 0, 0, 0.16), 0px 1px 6px rgba(0, 0, 0, 0.16);
}
.ua-desktop .using-mouse .xrx-btn.btn-warning:hover {
  background-color: #fd9726;
  box-shadow: inset 0 1px 0 0 #ffaf3d, 0px 6px 12px rgba(0, 0, 0, 0.16), 0px 3px 6px rgba(0, 0, 0, 0.16), 0px 1px 6px rgba(0, 0, 0, 0.16);
}
.xrx-btn.btn-warning:focus {
  outline: none;
  box-shadow: inset 0 1px 0 0 #ffaf3d, 0 0 0 3px #ffbc1a, 0 0 0 6px rgba(255, 188, 26, 0.2);
}
.using-mouse .xrx-btn.btn-warning:focus {
  outline: none;
  box-shadow: inset 0 1px 0 0 #ffaf3d, 0px 2px 4px rgba(0, 0, 0, 0.16), 0px 1px 3px rgba(0, 0, 0, 0.16), 0px 1px 2px rgba(0, 0, 0, 0.16);
}
.xrx-btn.btn-warning:not(:disabled):not(.disabled):active, .xrx-btn.btn-warning:not(:disabled):not(.disabled).active {
  color: #000000;
  background-color: #ba6a0c;
  box-shadow: inset 0 1px 2px 0 rgb(0, 0, 0), inset 0 1px 0 0 #ffaf3d, 0 0 0 3px #ffbc1a, 0 0 0 6px rgba(255, 188, 26, 0.2);
  transition-duration: 0.067s;
  transform: scale(0.978);
}
.using-mouse .xrx-btn.btn-warning:not(:disabled):not(.disabled):active, .using-mouse .xrx-btn.btn-warning:not(:disabled):not(.disabled).active {
  box-shadow: inset 0 1px 2px 0 rgb(0, 0, 0);
}
.xrx-btn.btn-warning.disabled, .xrx-btn.btn-warning:disabled {
  color: rgba(0, 0, 0, 0.3) !important;
  background-color: rgba(253, 151, 38, 0.3) !important;
  box-shadow: none !important;
}

.xrx-btn.btn-info {
  color: #ffffff;
  background-color: #177896;
  box-shadow: inset 0 1px 0 0 #3192b0, 0px 2px 4px rgba(0, 0, 0, 0.16), 0px 1px 3px rgba(0, 0, 0, 0.16), 0px 1px 2px rgba(0, 0, 0, 0.16);
  transition: all 0.165s;
}
.ua-desktop .xrx-btn.btn-info:hover:not(:focus) {
  color: #ffffff;
  background-color: #177896;
  box-shadow: inset 0 1px 0 0 #3192b0, 0px 6px 12px rgba(0, 0, 0, 0.16), 0px 3px 6px rgba(0, 0, 0, 0.16), 0px 1px 6px rgba(0, 0, 0, 0.16);
}
.ua-desktop .using-mouse .xrx-btn.btn-info:hover {
  background-color: #177896;
  box-shadow: inset 0 1px 0 0 #3192b0, 0px 6px 12px rgba(0, 0, 0, 0.16), 0px 3px 6px rgba(0, 0, 0, 0.16), 0px 1px 6px rgba(0, 0, 0, 0.16);
}
.xrx-btn.btn-info:focus {
  outline: none;
  box-shadow: inset 0 1px 0 0 #3192b0, 0 0 0 3px #12b3ff, 0 0 0 6px rgba(18, 179, 255, 0.2);
}
.using-mouse .xrx-btn.btn-info:focus {
  outline: none;
  box-shadow: inset 0 1px 0 0 #3192b0, 0px 2px 4px rgba(0, 0, 0, 0.16), 0px 1px 3px rgba(0, 0, 0, 0.16), 0px 1px 2px rgba(0, 0, 0, 0.16);
}
.xrx-btn.btn-info:not(:disabled):not(.disabled):active, .xrx-btn.btn-info:not(:disabled):not(.disabled).active {
  color: #ffffff;
  background-color: #08546e;
  box-shadow: inset 0 1px 2px 0 rgb(0, 0, 0), inset 0 1px 0 0 #3192b0, 0 0 0 3px #12b3ff, 0 0 0 6px rgba(18, 179, 255, 0.2);
  transition-duration: 0.067s;
  transform: scale(0.978);
}
.using-mouse .xrx-btn.btn-info:not(:disabled):not(.disabled):active, .using-mouse .xrx-btn.btn-info:not(:disabled):not(.disabled).active {
  box-shadow: inset 0 1px 2px 0 rgb(0, 0, 0);
}
.xrx-btn.btn-info.disabled, .xrx-btn.btn-info:disabled {
  color: rgba(255, 255, 255, 0.3) !important;
  background-color: rgba(23, 120, 150, 0.3) !important;
  box-shadow: none !important;
}

.xrx-btn.btn-danger {
  color: #ffffff;
  background-color: #d92231;
  box-shadow: inset 0 1px 0 0 #ed3745, 0px 2px 4px rgba(0, 0, 0, 0.16), 0px 1px 3px rgba(0, 0, 0, 0.16), 0px 1px 2px rgba(0, 0, 0, 0.16);
  transition: all 0.165s;
}
.ua-desktop .xrx-btn.btn-danger:hover:not(:focus) {
  color: #ffffff;
  background-color: #d92231;
  box-shadow: inset 0 1px 0 0 #ed3745, 0px 6px 12px rgba(0, 0, 0, 0.16), 0px 3px 6px rgba(0, 0, 0, 0.16), 0px 1px 6px rgba(0, 0, 0, 0.16);
}
.ua-desktop .using-mouse .xrx-btn.btn-danger:hover {
  background-color: #d92231;
  box-shadow: inset 0 1px 0 0 #ed3745, 0px 6px 12px rgba(0, 0, 0, 0.16), 0px 3px 6px rgba(0, 0, 0, 0.16), 0px 1px 6px rgba(0, 0, 0, 0.16);
}
.xrx-btn.btn-danger:focus {
  outline: none;
  box-shadow: inset 0 1px 0 0 #ed3745, 0 0 0 3px #ff4a49, 0 0 0 6px rgba(255, 74, 73, 0.2);
}
.using-mouse .xrx-btn.btn-danger:focus {
  outline: none;
  box-shadow: inset 0 1px 0 0 #ed3745, 0px 2px 4px rgba(0, 0, 0, 0.16), 0px 1px 3px rgba(0, 0, 0, 0.16), 0px 1px 2px rgba(0, 0, 0, 0.16);
}
.xrx-btn.btn-danger:not(:disabled):not(.disabled):active, .xrx-btn.btn-danger:not(:disabled):not(.disabled).active {
  color: #ffffff;
  background-color: #9f0b14;
  box-shadow: inset 0 1px 2px 0 rgb(0, 0, 0), inset 0 1px 0 0 #ed3745, 0 0 0 3px #ff4a49, 0 0 0 6px rgba(255, 74, 73, 0.2);
  transition-duration: 0.067s;
  transform: scale(0.978);
}
.using-mouse .xrx-btn.btn-danger:not(:disabled):not(.disabled):active, .using-mouse .xrx-btn.btn-danger:not(:disabled):not(.disabled).active {
  box-shadow: inset 0 1px 2px 0 rgb(0, 0, 0);
}
.xrx-btn.btn-danger.disabled, .xrx-btn.btn-danger:disabled {
  color: rgba(255, 255, 255, 0.3) !important;
  background-color: rgba(217, 34, 49, 0.3) !important;
  box-shadow: none !important;
}

.xrx-btn.btn-borderless {
  color: #000000;
  background-color: transparent;
  box-shadow: none;
  transition: all 0.165s;
}
.ua-desktop .xrx-btn.btn-borderless:hover:not(:focus) {
  color: #000000;
  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: none;
}
.ua-desktop .using-mouse .xrx-btn.btn-borderless:hover {
  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: none;
}
.xrx-btn.btn-borderless:focus {
  outline: none;
  box-shadow: 0 0 0 3px #00a6f3, 0 0 0 6px rgba(0, 166, 243, 0.2);
}
.using-mouse .xrx-btn.btn-borderless:focus {
  outline: none;
  box-shadow: none;
}
.xrx-btn.btn-borderless:not(:disabled):not(.disabled):active, .xrx-btn.btn-borderless:not(:disabled):not(.disabled).active {
  color: #000000;
  background-color: rgba(0, 0, 0, 0.2);
  box-shadow: none, 0 0 0 3px #00a6f3, 0 0 0 6px rgba(0, 166, 243, 0.2);
  transition-duration: 0.067s;
  transform: scale(0.978);
}
.using-mouse .xrx-btn.btn-borderless:not(:disabled):not(.disabled):active, .using-mouse .xrx-btn.btn-borderless:not(:disabled):not(.disabled).active {
  box-shadow: none;
}
.xrx-btn.btn-borderless.disabled, .xrx-btn.btn-borderless:disabled {
  color: rgba(0, 0, 0, 0.3) !important;
  background-color: transparent !important;
  box-shadow: none !important;
}

.xrx-btn.btn-primary.btn-borderless {
  color: #006482;
  background-color: transparent;
  box-shadow: none;
  transition: all 0.165s;
}
.ua-desktop .xrx-btn.btn-primary.btn-borderless:hover:not(:focus) {
  color: #006482;
  background-color: rgba(0, 100, 130, 0.1);
  box-shadow: none;
}
.ua-desktop .using-mouse .xrx-btn.btn-primary.btn-borderless:hover {
  background-color: rgba(0, 100, 130, 0.1);
  box-shadow: none;
}
.xrx-btn.btn-primary.btn-borderless:focus {
  outline: none;
  box-shadow: 0 0 0 3px #00a6f3, 0 0 0 6px rgba(0, 166, 243, 0.2);
}
.using-mouse .xrx-btn.btn-primary.btn-borderless:focus {
  outline: none;
  box-shadow: none;
}
.xrx-btn.btn-primary.btn-borderless:not(:disabled):not(.disabled):active, .xrx-btn.btn-primary.btn-borderless:not(:disabled):not(.disabled).active {
  color: #006482;
  background-color: rgba(0, 100, 130, 0.2);
  box-shadow: none, 0 0 0 3px #00a6f3, 0 0 0 6px rgba(0, 166, 243, 0.2);
  transition-duration: 0.067s;
  transform: scale(0.978);
}
.using-mouse .xrx-btn.btn-primary.btn-borderless:not(:disabled):not(.disabled):active, .using-mouse .xrx-btn.btn-primary.btn-borderless:not(:disabled):not(.disabled).active {
  box-shadow: none;
}
.xrx-btn.btn-primary.btn-borderless.disabled, .xrx-btn.btn-primary.btn-borderless:disabled {
  color: rgba(0, 100, 130, 0.3) !important;
  background-color: transparent !important;
  box-shadow: none !important;
}

.xrx-theme-appearance .xrx-btn.btn-borderless {
  color: #ffffff;
  background-color: transparent;
  box-shadow: none;
  transition: all 0.165s;
}
.ua-desktop .xrx-theme-appearance .xrx-btn.btn-borderless:hover:not(:focus) {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.1);
  box-shadow: none;
}
.ua-desktop .using-mouse .xrx-theme-appearance .xrx-btn.btn-borderless:hover {
  background-color: rgba(255, 255, 255, 0.1);
  box-shadow: none;
}
.xrx-theme-appearance .xrx-btn.btn-borderless:focus {
  outline: none;
  box-shadow: 0 0 0 3px #00a6f3, 0 0 0 6px rgba(0, 166, 243, 0.2);
}
.using-mouse .xrx-theme-appearance .xrx-btn.btn-borderless:focus {
  outline: none;
  box-shadow: none;
}
.xrx-theme-appearance .xrx-btn.btn-borderless:not(:disabled):not(.disabled):active, .xrx-theme-appearance .xrx-btn.btn-borderless:not(:disabled):not(.disabled).active {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.2);
  box-shadow: none, 0 0 0 3px #00a6f3, 0 0 0 6px rgba(0, 166, 243, 0.2);
  transition-duration: 0.067s;
  transform: scale(0.978);
}
.using-mouse .xrx-theme-appearance .xrx-btn.btn-borderless:not(:disabled):not(.disabled):active, .using-mouse .xrx-theme-appearance .xrx-btn.btn-borderless:not(:disabled):not(.disabled).active {
  box-shadow: none;
}
.xrx-theme-appearance .xrx-btn.btn-borderless.disabled, .xrx-theme-appearance .xrx-btn.btn-borderless:disabled {
  color: rgba(255, 255, 255, 0.3) !important;
  background-color: transparent !important;
  box-shadow: none !important;
}

.xrx-btn.btn-success.btn-borderless {
  color: #186a1e;
  background-color: transparent;
  box-shadow: none;
  transition: all 0.165s;
}
.ua-desktop .xrx-btn.btn-success.btn-borderless:hover:not(:focus) {
  color: #186a1e;
  background-color: rgba(36, 136, 43, 0.1);
  box-shadow: none;
}
.ua-desktop .using-mouse .xrx-btn.btn-success.btn-borderless:hover {
  background-color: rgba(36, 136, 43, 0.1);
  box-shadow: none;
}
.xrx-btn.btn-success.btn-borderless:focus {
  outline: none;
  box-shadow: 0 0 0 3px #11ff35, 0 0 0 6px rgba(17, 255, 53, 0.2);
}
.using-mouse .xrx-btn.btn-success.btn-borderless:focus {
  outline: none;
  box-shadow: none;
}
.xrx-btn.btn-success.btn-borderless:not(:disabled):not(.disabled):active, .xrx-btn.btn-success.btn-borderless:not(:disabled):not(.disabled).active {
  color: #186a1e;
  background-color: rgba(36, 136, 43, 0.2);
  box-shadow: none, 0 0 0 3px #11ff35, 0 0 0 6px rgba(17, 255, 53, 0.2);
  transition-duration: 0.067s;
  transform: scale(0.978);
}
.using-mouse .xrx-btn.btn-success.btn-borderless:not(:disabled):not(.disabled):active, .using-mouse .xrx-btn.btn-success.btn-borderless:not(:disabled):not(.disabled).active {
  box-shadow: none;
}
.xrx-btn.btn-success.btn-borderless.disabled, .xrx-btn.btn-success.btn-borderless:disabled {
  color: rgba(24, 106, 30, 0.3) !important;
  background-color: transparent !important;
  box-shadow: none !important;
}

.xrx-btn.btn-warning.btn-borderless {
  color: #955503;
  background-color: transparent;
  box-shadow: none;
  transition: all 0.165s;
}
.ua-desktop .xrx-btn.btn-warning.btn-borderless:hover:not(:focus) {
  color: #955503;
  background-color: rgba(253, 151, 38, 0.1);
  box-shadow: none;
}
.ua-desktop .using-mouse .xrx-btn.btn-warning.btn-borderless:hover {
  background-color: rgba(253, 151, 38, 0.1);
  box-shadow: none;
}
.xrx-btn.btn-warning.btn-borderless:focus {
  outline: none;
  box-shadow: 0 0 0 3px #ffbc1a, 0 0 0 6px rgba(255, 188, 26, 0.2);
}
.using-mouse .xrx-btn.btn-warning.btn-borderless:focus {
  outline: none;
  box-shadow: none;
}
.xrx-btn.btn-warning.btn-borderless:not(:disabled):not(.disabled):active, .xrx-btn.btn-warning.btn-borderless:not(:disabled):not(.disabled).active {
  color: #955503;
  background-color: rgba(253, 151, 38, 0.2);
  box-shadow: none, 0 0 0 3px #ffbc1a, 0 0 0 6px rgba(255, 188, 26, 0.2);
  transition-duration: 0.067s;
  transform: scale(0.978);
}
.using-mouse .xrx-btn.btn-warning.btn-borderless:not(:disabled):not(.disabled):active, .using-mouse .xrx-btn.btn-warning.btn-borderless:not(:disabled):not(.disabled).active {
  box-shadow: none;
}
.xrx-btn.btn-warning.btn-borderless.disabled, .xrx-btn.btn-warning.btn-borderless:disabled {
  color: rgba(149, 85, 3, 0.3) !important;
  background-color: transparent !important;
  box-shadow: none !important;
}

.xrx-btn.btn-info.btn-borderless {
  color: #0e6682;
  background-color: transparent;
  box-shadow: none;
  transition: all 0.165s;
}
.ua-desktop .xrx-btn.btn-info.btn-borderless:hover:not(:focus) {
  color: #0e6682;
  background-color: rgba(23, 120, 150, 0.1);
  box-shadow: none;
}
.ua-desktop .using-mouse .xrx-btn.btn-info.btn-borderless:hover {
  background-color: rgba(23, 120, 150, 0.1);
  box-shadow: none;
}
.xrx-btn.btn-info.btn-borderless:focus {
  outline: none;
  box-shadow: 0 0 0 3px #12b3ff, 0 0 0 6px rgba(18, 179, 255, 0.2);
}
.using-mouse .xrx-btn.btn-info.btn-borderless:focus {
  outline: none;
  box-shadow: none;
}
.xrx-btn.btn-info.btn-borderless:not(:disabled):not(.disabled):active, .xrx-btn.btn-info.btn-borderless:not(:disabled):not(.disabled).active {
  color: #0e6682;
  background-color: rgba(23, 120, 150, 0.2);
  box-shadow: none, 0 0 0 3px #12b3ff, 0 0 0 6px rgba(18, 179, 255, 0.2);
  transition-duration: 0.067s;
  transform: scale(0.978);
}
.using-mouse .xrx-btn.btn-info.btn-borderless:not(:disabled):not(.disabled):active, .using-mouse .xrx-btn.btn-info.btn-borderless:not(:disabled):not(.disabled).active {
  box-shadow: none;
}
.xrx-btn.btn-info.btn-borderless.disabled, .xrx-btn.btn-info.btn-borderless:disabled {
  color: rgba(14, 102, 130, 0.3) !important;
  background-color: transparent !important;
  box-shadow: none !important;
}

.xrx-btn.btn-danger.btn-borderless {
  color: #9f0b14;
  background-color: transparent;
  box-shadow: none;
  transition: all 0.165s;
}
.ua-desktop .xrx-btn.btn-danger.btn-borderless:hover:not(:focus) {
  color: #9f0b14;
  background-color: rgba(217, 34, 49, 0.1);
  box-shadow: none;
}
.ua-desktop .using-mouse .xrx-btn.btn-danger.btn-borderless:hover {
  background-color: rgba(217, 34, 49, 0.1);
  box-shadow: none;
}
.xrx-btn.btn-danger.btn-borderless:focus {
  outline: none;
  box-shadow: 0 0 0 3px #ff4a49, 0 0 0 6px rgba(255, 74, 73, 0.2);
}
.using-mouse .xrx-btn.btn-danger.btn-borderless:focus {
  outline: none;
  box-shadow: none;
}
.xrx-btn.btn-danger.btn-borderless:not(:disabled):not(.disabled):active, .xrx-btn.btn-danger.btn-borderless:not(:disabled):not(.disabled).active {
  color: #9f0b14;
  background-color: rgba(217, 34, 49, 0.2);
  box-shadow: none, 0 0 0 3px #ff4a49, 0 0 0 6px rgba(255, 74, 73, 0.2);
  transition-duration: 0.067s;
  transform: scale(0.978);
}
.using-mouse .xrx-btn.btn-danger.btn-borderless:not(:disabled):not(.disabled):active, .using-mouse .xrx-btn.btn-danger.btn-borderless:not(:disabled):not(.disabled).active {
  box-shadow: none;
}
.xrx-btn.btn-danger.btn-borderless.disabled, .xrx-btn.btn-danger.btn-borderless:disabled {
  color: rgba(159, 11, 20, 0.3) !important;
  background-color: transparent !important;
  box-shadow: none !important;
}

.xrx-dark-appearance .xrx-btn {
  color: #ffffff;
  background-color: #3F3F43;
  box-shadow: inset 0 1px 0 0 #525256, 0px 2px 4px rgba(0, 0, 0, 0.4), 0px 1px 3px rgba(0, 0, 0, 0.4), 0px 1px 2px rgba(0, 0, 0, 0.4);
  transition: all 0.165s;
}
.ua-desktop .xrx-dark-appearance .xrx-btn:hover:not(:focus) {
  color: #ffffff;
  background-color: #3F3F43;
  box-shadow: inset 0 1px 0 0 #525256, 0px 6px 12px rgba(0, 0, 0, 0.4), 0px 3px 6px rgba(0, 0, 0, 0.4), 0px 1px 6px rgba(0, 0, 0, 0.4);
}
.ua-desktop .using-mouse .xrx-dark-appearance .xrx-btn:hover {
  background-color: #3F3F43;
  box-shadow: inset 0 1px 0 0 #525256, 0px 6px 12px rgba(0, 0, 0, 0.4), 0px 3px 6px rgba(0, 0, 0, 0.4), 0px 1px 6px rgba(0, 0, 0, 0.4);
}
.xrx-dark-appearance .xrx-btn:focus {
  outline: none;
  box-shadow: inset 0 1px 0 0 #525256, 0 0 0 3px #00a6f3, 0 0 0 6px rgba(0, 166, 243, 0.2);
}
.using-mouse .xrx-dark-appearance .xrx-btn:focus {
  outline: none;
  box-shadow: inset 0 1px 0 0 #525256, 0px 2px 4px rgba(0, 0, 0, 0.4), 0px 1px 3px rgba(0, 0, 0, 0.4), 0px 1px 2px rgba(0, 0, 0, 0.4);
}
.xrx-dark-appearance .xrx-btn:not(:disabled):not(.disabled):active, .xrx-dark-appearance .xrx-btn:not(:disabled):not(.disabled).active {
  color: #ffffff;
  background-color: #1B1B1E;
  box-shadow: inset 0 1px 2px 0 rgb(0, 0, 0), inset 0 1px 0 0 #525256, 0 0 0 3px #00a6f3, 0 0 0 6px rgba(0, 166, 243, 0.2);
  transition-duration: 0.067s;
  transform: scale(0.978);
}
.using-mouse .xrx-dark-appearance .xrx-btn:not(:disabled):not(.disabled):active, .using-mouse .xrx-dark-appearance .xrx-btn:not(:disabled):not(.disabled).active {
  box-shadow: inset 0 1px 2px 0 rgb(0, 0, 0);
}
.xrx-dark-appearance .xrx-btn.disabled, .xrx-dark-appearance .xrx-btn:disabled {
  color: rgba(255, 255, 255, 0.3) !important;
  background-color: rgba(82, 82, 86, 0.3) !important;
  box-shadow: none !important;
}

.xrx-dark-appearance .xrx-btn.btn-primary {
  color: #000000;
  background-color: #8abed2;
  box-shadow: inset 0 1px 0 0 #b5d6e4, 0px 2px 4px rgba(0, 0, 0, 0.4), 0px 1px 3px rgba(0, 0, 0, 0.4), 0px 1px 2px rgba(0, 0, 0, 0.4);
  transition: all 0.165s;
}
.ua-desktop .xrx-dark-appearance .xrx-btn.btn-primary:hover:not(:focus) {
  color: #000000;
  background-color: #8abed2;
  box-shadow: inset 0 1px 0 0 #b5d6e4, 0px 6px 12px rgba(0, 0, 0, 0.4), 0px 3px 6px rgba(0, 0, 0, 0.4), 0px 1px 6px rgba(0, 0, 0, 0.4);
}
.ua-desktop .using-mouse .xrx-dark-appearance .xrx-btn.btn-primary:hover {
  background-color: #8abed2;
  box-shadow: inset 0 1px 0 0 #b5d6e4, 0px 6px 12px rgba(0, 0, 0, 0.4), 0px 3px 6px rgba(0, 0, 0, 0.4), 0px 1px 6px rgba(0, 0, 0, 0.4);
}
.xrx-dark-appearance .xrx-btn.btn-primary:focus {
  outline: none;
  box-shadow: inset 0 1px 0 0 #1e7b97, 0 0 0 3px #00a6f3, 0 0 0 6px rgba(0, 166, 243, 0.2);
}
.using-mouse .xrx-dark-appearance .xrx-btn.btn-primary:focus {
  outline: none;
  box-shadow: inset 0 1px 0 0 #b5d6e4, 0px 2px 4px rgba(0, 0, 0, 0.4), 0px 1px 3px rgba(0, 0, 0, 0.4), 0px 1px 2px rgba(0, 0, 0, 0.4);
}
.xrx-dark-appearance .xrx-btn.btn-primary:not(:disabled):not(.disabled):active, .xrx-dark-appearance .xrx-btn.btn-primary:not(:disabled):not(.disabled).active {
  color: #000000;
  background-color: #539cb6;
  box-shadow: inset 0 1px 2px 0 rgb(0, 0, 0), inset 0 1px 0 0 #1e7b97, 0 0 0 3px #00a6f3, 0 0 0 6px rgba(0, 166, 243, 0.2);
  transition-duration: 0.067s;
  transform: scale(0.978);
}
.using-mouse .xrx-dark-appearance .xrx-btn.btn-primary:not(:disabled):not(.disabled):active, .using-mouse .xrx-dark-appearance .xrx-btn.btn-primary:not(:disabled):not(.disabled).active {
  box-shadow: inset 0 1px 2px 0 rgb(0, 0, 0);
}
.xrx-dark-appearance .xrx-btn.btn-primary.disabled, .xrx-dark-appearance .xrx-btn.btn-primary:disabled {
  color: rgba(0, 0, 0, 0.3) !important;
  background-color: rgba(30, 123, 151, 0.3) !important;
  box-shadow: none !important;
}

.xrx-dark-appearance .xrx-btn.btn-secondary {
  color: #ffffff;
  background-color: #67676C;
  box-shadow: inset 0 1px 0 0 #818187, 0px 2px 4px rgba(0, 0, 0, 0.4), 0px 1px 3px rgba(0, 0, 0, 0.4), 0px 1px 2px rgba(0, 0, 0, 0.4);
  transition: all 0.165s;
}
.ua-desktop .xrx-dark-appearance .xrx-btn.btn-secondary:hover:not(:focus) {
  color: #ffffff;
  background-color: #67676C;
  box-shadow: inset 0 1px 0 0 #818187, 0px 6px 12px rgba(0, 0, 0, 0.4), 0px 3px 6px rgba(0, 0, 0, 0.4), 0px 1px 6px rgba(0, 0, 0, 0.4);
}
.ua-desktop .using-mouse .xrx-dark-appearance .xrx-btn.btn-secondary:hover {
  background-color: #67676C;
  box-shadow: inset 0 1px 0 0 #818187, 0px 6px 12px rgba(0, 0, 0, 0.4), 0px 3px 6px rgba(0, 0, 0, 0.4), 0px 1px 6px rgba(0, 0, 0, 0.4);
}
.xrx-dark-appearance .xrx-btn.btn-secondary:focus {
  outline: none;
  box-shadow: inset 0 1px 0 0 #818187, 0 0 0 3px #00a6f3, 0 0 0 6px rgba(0, 166, 243, 0.2);
}
.using-mouse .xrx-dark-appearance .xrx-btn.btn-secondary:focus {
  outline: none;
  box-shadow: inset 0 1px 0 0 #818187, 0px 2px 4px rgba(0, 0, 0, 0.4), 0px 1px 3px rgba(0, 0, 0, 0.4), 0px 1px 2px rgba(0, 0, 0, 0.4);
}
.xrx-dark-appearance .xrx-btn.btn-secondary:not(:disabled):not(.disabled):active, .xrx-dark-appearance .xrx-btn.btn-secondary:not(:disabled):not(.disabled).active {
  color: #ffffff;
  background-color: #3F3F43;
  box-shadow: inset 0 1px 2px 0 rgb(0, 0, 0), inset 0 1px 0 0 #818187, 0 0 0 3px #00a6f3, 0 0 0 6px rgba(0, 166, 243, 0.2);
  transition-duration: 0.067s;
  transform: scale(0.978);
}
.using-mouse .xrx-dark-appearance .xrx-btn.btn-secondary:not(:disabled):not(.disabled):active, .using-mouse .xrx-dark-appearance .xrx-btn.btn-secondary:not(:disabled):not(.disabled).active {
  box-shadow: inset 0 1px 2px 0 rgb(0, 0, 0);
}
.xrx-dark-appearance .xrx-btn.btn-secondary.disabled, .xrx-dark-appearance .xrx-btn.btn-secondary:disabled {
  color: rgba(255, 255, 255, 0.3) !important;
  background-color: rgba(82, 82, 86, 0.3) !important;
  box-shadow: none !important;
}

.xrx-dark-appearance .xrx-btn.btn-success {
  color: #000000;
  background-color: #7bc76f;
  box-shadow: inset 0 1px 0 0 #a4e195, 0px 2px 4px rgba(0, 0, 0, 0.4), 0px 1px 3px rgba(0, 0, 0, 0.4), 0px 1px 2px rgba(0, 0, 0, 0.4);
  transition: all 0.165s;
}
.ua-desktop .xrx-dark-appearance .xrx-btn.btn-success:hover:not(:focus) {
  color: #000000;
  background-color: #7bc76f;
  box-shadow: inset 0 1px 0 0 #a4e195, 0px 6px 12px rgba(0, 0, 0, 0.4), 0px 3px 6px rgba(0, 0, 0, 0.4), 0px 1px 6px rgba(0, 0, 0, 0.4);
}
.ua-desktop .using-mouse .xrx-dark-appearance .xrx-btn.btn-success:hover {
  background-color: #7bc76f;
  box-shadow: inset 0 1px 0 0 #a4e195, 0px 6px 12px rgba(0, 0, 0, 0.4), 0px 3px 6px rgba(0, 0, 0, 0.4), 0px 1px 6px rgba(0, 0, 0, 0.4);
}
.xrx-dark-appearance .xrx-btn.btn-success:focus {
  outline: none;
  box-shadow: inset 0 1px 0 0 #a4e195, 0 0 0 3px #11ff35, 0 0 0 6px rgba(17, 255, 53, 0.2);
}
.using-mouse .xrx-dark-appearance .xrx-btn.btn-success:focus {
  outline: none;
  box-shadow: inset 0 1px 0 0 #a4e195, 0px 2px 4px rgba(0, 0, 0, 0.4), 0px 1px 3px rgba(0, 0, 0, 0.4), 0px 1px 2px rgba(0, 0, 0, 0.4);
}
.xrx-dark-appearance .xrx-btn.btn-success:not(:disabled):not(.disabled):active, .xrx-dark-appearance .xrx-btn.btn-success:not(:disabled):not(.disabled).active {
  color: #000000;
  background-color: #3ea33e;
  box-shadow: inset 0 1px 2px 0 rgb(0, 0, 0), inset 0 1px 0 0 #a4e195, 0 0 0 3px #11ff35, 0 0 0 6px rgba(17, 255, 53, 0.2);
  transition-duration: 0.067s;
  transform: scale(0.978);
}
.using-mouse .xrx-dark-appearance .xrx-btn.btn-success:not(:disabled):not(.disabled):active, .using-mouse .xrx-dark-appearance .xrx-btn.btn-success:not(:disabled):not(.disabled).active {
  box-shadow: inset 0 1px 2px 0 rgb(0, 0, 0);
}
.xrx-dark-appearance .xrx-btn.btn-success.disabled, .xrx-dark-appearance .xrx-btn.btn-success:disabled {
  color: rgba(0, 0, 0, 0.3) !important;
  background-color: rgba(123, 199, 111, 0.3) !important;
  box-shadow: none !important;
}

.xrx-dark-appearance .xrx-btn.btn-warning {
  color: #000000;
  background-color: #ffda7b;
  box-shadow: inset 0 1px 0 0 #ffea9e, 0px 2px 4px rgba(0, 0, 0, 0.4), 0px 1px 3px rgba(0, 0, 0, 0.4), 0px 1px 2px rgba(0, 0, 0, 0.4);
  transition: all 0.165s;
}
.ua-desktop .xrx-dark-appearance .xrx-btn.btn-warning:hover:not(:focus) {
  color: #000000;
  background-color: #ffda7b;
  box-shadow: inset 0 1px 0 0 #ffea9e, 0px 6px 12px rgba(0, 0, 0, 0.4), 0px 3px 6px rgba(0, 0, 0, 0.4), 0px 1px 6px rgba(0, 0, 0, 0.4);
}
.ua-desktop .using-mouse .xrx-dark-appearance .xrx-btn.btn-warning:hover {
  background-color: #ffda7b;
  box-shadow: inset 0 1px 0 0 #ffea9e, 0px 6px 12px rgba(0, 0, 0, 0.4), 0px 3px 6px rgba(0, 0, 0, 0.4), 0px 1px 6px rgba(0, 0, 0, 0.4);
}
.xrx-dark-appearance .xrx-btn.btn-warning:focus {
  outline: none;
  box-shadow: inset 0 1px 0 0 #ffea9e, 0 0 0 3px #ffbc1a, 0 0 0 6px rgba(255, 188, 26, 0.2);
}
.using-mouse .xrx-dark-appearance .xrx-btn.btn-warning:focus {
  outline: none;
  box-shadow: inset 0 1px 0 0 #ffea9e, 0px 2px 4px rgba(0, 0, 0, 0.4), 0px 1px 3px rgba(0, 0, 0, 0.4), 0px 1px 2px rgba(0, 0, 0, 0.4);
}
.xrx-dark-appearance .xrx-btn.btn-warning:not(:disabled):not(.disabled):active, .xrx-dark-appearance .xrx-btn.btn-warning:not(:disabled):not(.disabled).active {
  color: #000000;
  background-color: #ffaf3d;
  box-shadow: inset 0 1px 2px 0 rgb(0, 0, 0), inset 0 1px 0 0 #ffea9e, 0 0 0 3px #ffbc1a, 0 0 0 6px rgba(255, 188, 26, 0.2);
  transition-duration: 0.067s;
  transform: scale(0.978);
}
.using-mouse .xrx-dark-appearance .xrx-btn.btn-warning:not(:disabled):not(.disabled):active, .using-mouse .xrx-dark-appearance .xrx-btn.btn-warning:not(:disabled):not(.disabled).active {
  box-shadow: inset 0 1px 2px 0 rgb(0, 0, 0);
}
.xrx-dark-appearance .xrx-btn.btn-warning.disabled, .xrx-dark-appearance .xrx-btn.btn-warning:disabled {
  color: rgba(0, 0, 0, 0.3) !important;
  background-color: rgba(255, 218, 123, 0.3) !important;
  box-shadow: none !important;
}

.xrx-dark-appearance .xrx-btn.btn-info {
  color: #000000;
  background-color: #64bbd2;
  box-shadow: inset 0 1px 0 0 #87d8ec, 0px 2px 4px rgba(0, 0, 0, 0.4), 0px 1px 3px rgba(0, 0, 0, 0.4), 0px 1px 2px rgba(0, 0, 0, 0.4);
  transition: all 0.165s;
}
.ua-desktop .xrx-dark-appearance .xrx-btn.btn-info:hover:not(:focus) {
  color: #000000;
  background-color: #64bbd2;
  box-shadow: inset 0 1px 0 0 #87d8ec, 0px 6px 12px rgba(0, 0, 0, 0.4), 0px 3px 6px rgba(0, 0, 0, 0.4), 0px 1px 6px rgba(0, 0, 0, 0.4);
}
.ua-desktop .using-mouse .xrx-dark-appearance .xrx-btn.btn-info:hover {
  background-color: #64bbd2;
  box-shadow: inset 0 1px 0 0 #87d8ec, 0px 6px 12px rgba(0, 0, 0, 0.4), 0px 3px 6px rgba(0, 0, 0, 0.4), 0px 1px 6px rgba(0, 0, 0, 0.4);
}
.xrx-dark-appearance .xrx-btn.btn-info:focus {
  outline: none;
  box-shadow: inset 0 1px 0 0 #87d8ec, 0 0 0 3px #12b3ff, 0 0 0 6px rgba(18, 179, 255, 0.2);
}
.using-mouse .xrx-dark-appearance .xrx-btn.btn-info:focus {
  outline: none;
  box-shadow: inset 0 1px 0 0 #87d8ec, 0px 2px 4px rgba(0, 0, 0, 0.4), 0px 1px 3px rgba(0, 0, 0, 0.4), 0px 1px 2px rgba(0, 0, 0, 0.4);
}
.xrx-dark-appearance .xrx-btn.btn-info:not(:disabled):not(.disabled):active, .xrx-dark-appearance .xrx-btn.btn-info:not(:disabled):not(.disabled).active {
  color: #000000;
  background-color: #3192b0;
  box-shadow: inset 0 1px 2px 0 rgb(0, 0, 0), inset 0 1px 0 0 #87d8ec, 0 0 0 3px #12b3ff, 0 0 0 6px rgba(18, 179, 255, 0.2);
  transition-duration: 0.067s;
  transform: scale(0.978);
}
.using-mouse .xrx-dark-appearance .xrx-btn.btn-info:not(:disabled):not(.disabled):active, .using-mouse .xrx-dark-appearance .xrx-btn.btn-info:not(:disabled):not(.disabled).active {
  box-shadow: inset 0 1px 2px 0 rgb(0, 0, 0);
}
.xrx-dark-appearance .xrx-btn.btn-info.disabled, .xrx-dark-appearance .xrx-btn.btn-info:disabled {
  color: rgba(0, 0, 0, 0.3) !important;
  background-color: rgba(100, 187, 210, 0.3) !important;
  box-shadow: none !important;
}

.xrx-dark-appearance .xrx-btn.btn-danger {
  color: #000000;
  background-color: #FF808B;
  box-shadow: inset 0 1px 0 0 #ffa1a9, 0px 2px 4px rgba(0, 0, 0, 0.4), 0px 1px 3px rgba(0, 0, 0, 0.4), 0px 1px 2px rgba(0, 0, 0, 0.4);
  transition: all 0.165s;
}
.ua-desktop .xrx-dark-appearance .xrx-btn.btn-danger:hover:not(:focus) {
  color: #000000;
  background-color: #FF808B;
  box-shadow: inset 0 1px 0 0 #ffa1a9, 0px 6px 12px rgba(0, 0, 0, 0.4), 0px 3px 6px rgba(0, 0, 0, 0.4), 0px 1px 6px rgba(0, 0, 0, 0.4);
}
.ua-desktop .using-mouse .xrx-dark-appearance .xrx-btn.btn-danger:hover {
  background-color: #FF808B;
  box-shadow: inset 0 1px 0 0 #ffa1a9, 0px 6px 12px rgba(0, 0, 0, 0.4), 0px 3px 6px rgba(0, 0, 0, 0.4), 0px 1px 6px rgba(0, 0, 0, 0.4);
}
.xrx-dark-appearance .xrx-btn.btn-danger:focus {
  outline: none;
  box-shadow: inset 0 1px 0 0 #ffa1a9, 0 0 0 3px #ff4a49, 0 0 0 6px rgba(255, 74, 73, 0.2);
}
.using-mouse .xrx-dark-appearance .xrx-btn.btn-danger:focus {
  outline: none;
  box-shadow: inset 0 1px 0 0 #ffa1a9, 0px 2px 4px rgba(0, 0, 0, 0.4), 0px 1px 3px rgba(0, 0, 0, 0.4), 0px 1px 2px rgba(0, 0, 0, 0.4);
}
.xrx-dark-appearance .xrx-btn.btn-danger:not(:disabled):not(.disabled):active, .xrx-dark-appearance .xrx-btn.btn-danger:not(:disabled):not(.disabled).active {
  color: #000000;
  background-color: #ed3745;
  box-shadow: inset 0 1px 2px 0 rgb(0, 0, 0), inset 0 1px 0 0 #ffa1a9, 0 0 0 3px #ff4a49, 0 0 0 6px rgba(255, 74, 73, 0.2);
  transition-duration: 0.067s;
  transform: scale(0.978);
}
.using-mouse .xrx-dark-appearance .xrx-btn.btn-danger:not(:disabled):not(.disabled):active, .using-mouse .xrx-dark-appearance .xrx-btn.btn-danger:not(:disabled):not(.disabled).active {
  box-shadow: inset 0 1px 2px 0 rgb(0, 0, 0);
}
.xrx-dark-appearance .xrx-btn.btn-danger.disabled, .xrx-dark-appearance .xrx-btn.btn-danger:disabled {
  color: rgba(0, 0, 0, 0.3) !important;
  background-color: rgba(255, 128, 139, 0.3) !important;
  box-shadow: none !important;
}

.xrx-dark-appearance .xrx-theme-appearance .xrx-btn {
  color: #ffffff;
  background-color: #00546e;
  box-shadow: inset 0 1px 0 0 #006482, 0px 2px 4px rgba(0, 0, 0, 0.2), 0px 1px 3px rgba(0, 0, 0, 0.2), 0px 1px 2px rgba(0, 0, 0, 0.2);
  transition: all 0.165s;
}
.ua-desktop .xrx-dark-appearance .xrx-theme-appearance .xrx-btn:hover:not(:focus) {
  color: #ffffff;
  background-color: #00546e;
  box-shadow: inset 0 1px 0 0 #006482, 0px 6px 12px rgba(0, 0, 0, 0.2), 0px 3px 6px rgba(0, 0, 0, 0.2), 0px 1px 6px rgba(0, 0, 0, 0.2);
}
.ua-desktop .using-mouse .xrx-dark-appearance .xrx-theme-appearance .xrx-btn:hover {
  background-color: #00546e;
  box-shadow: inset 0 1px 0 0 #006482, 0px 6px 12px rgba(0, 0, 0, 0.2), 0px 3px 6px rgba(0, 0, 0, 0.2), 0px 1px 6px rgba(0, 0, 0, 0.2);
}
.xrx-dark-appearance .xrx-theme-appearance .xrx-btn:focus {
  outline: none;
  box-shadow: 0 0 0 3px #00a6f3, 0 0 0 6px rgba(0, 166, 243, 0.2);
}
.using-mouse .xrx-dark-appearance .xrx-theme-appearance .xrx-btn:focus {
  outline: none;
  box-shadow: inset 0 1px 0 0 #006482, 0px 2px 4px rgba(0, 0, 0, 0.2), 0px 1px 3px rgba(0, 0, 0, 0.2), 0px 1px 2px rgba(0, 0, 0, 0.2);
}
.xrx-dark-appearance .xrx-theme-appearance .xrx-btn:not(:disabled):not(.disabled):active, .xrx-dark-appearance .xrx-theme-appearance .xrx-btn:not(:disabled):not(.disabled).active {
  color: #ffffff;
  background-color: #002B3C;
  box-shadow: inset 0 1px 2px 0 rgb(0, 0, 0), 0 0 0 3px #00a6f3, 0 0 0 6px rgba(0, 166, 243, 0.2);
  transition-duration: 0.067s;
  transform: scale(0.978);
}
.using-mouse .xrx-dark-appearance .xrx-theme-appearance .xrx-btn:not(:disabled):not(.disabled):active, .using-mouse .xrx-dark-appearance .xrx-theme-appearance .xrx-btn:not(:disabled):not(.disabled).active {
  box-shadow: inset 0 1px 2px 0 rgb(0, 0, 0);
}
.xrx-dark-appearance .xrx-theme-appearance .xrx-btn.disabled, .xrx-dark-appearance .xrx-theme-appearance .xrx-btn:disabled {
  color: rgba(255, 255, 255, 0.3) !important;
  background-color: rgba(0, 100, 130, 0.3) !important;
  box-shadow: none !important;
}

.xrx-dark-appearance .xrx-theme-appearance .xrx-btn.btn-primary {
  color: #000000;
  background-color: #8abed2;
  box-shadow: inset 0 1px 0 0 #b5d6e4, 0px 2px 4px rgba(0, 0, 0, 0.2), 0px 1px 3px rgba(0, 0, 0, 0.2), 0px 1px 2px rgba(0, 0, 0, 0.2);
  transition: all 0.165s;
}
.ua-desktop .xrx-dark-appearance .xrx-theme-appearance .xrx-btn.btn-primary:hover:not(:focus) {
  color: #000000;
  background-color: #8abed2;
  box-shadow: inset 0 1px 0 0 #b5d6e4, 0px 6px 12px rgba(0, 0, 0, 0.2), 0px 3px 6px rgba(0, 0, 0, 0.2), 0px 1px 6px rgba(0, 0, 0, 0.2);
}
.ua-desktop .using-mouse .xrx-dark-appearance .xrx-theme-appearance .xrx-btn.btn-primary:hover {
  background-color: #8abed2;
  box-shadow: inset 0 1px 0 0 #b5d6e4, 0px 6px 12px rgba(0, 0, 0, 0.2), 0px 3px 6px rgba(0, 0, 0, 0.2), 0px 1px 6px rgba(0, 0, 0, 0.2);
}
.xrx-dark-appearance .xrx-theme-appearance .xrx-btn.btn-primary:focus {
  outline: none;
  box-shadow: 0 0 0 3px #00a6f3, 0 0 0 6px rgba(0, 166, 243, 0.2);
}
.using-mouse .xrx-dark-appearance .xrx-theme-appearance .xrx-btn.btn-primary:focus {
  outline: none;
  box-shadow: inset 0 1px 0 0 #b5d6e4, 0px 2px 4px rgba(0, 0, 0, 0.2), 0px 1px 3px rgba(0, 0, 0, 0.2), 0px 1px 2px rgba(0, 0, 0, 0.2);
}
.xrx-dark-appearance .xrx-theme-appearance .xrx-btn.btn-primary:not(:disabled):not(.disabled):active, .xrx-dark-appearance .xrx-theme-appearance .xrx-btn.btn-primary:not(:disabled):not(.disabled).active {
  color: #000000;
  background-color: #539cb6;
  box-shadow: inset 0 1px 2px 0 rgb(0, 0, 0), 0 0 0 3px #00a6f3, 0 0 0 6px rgba(0, 166, 243, 0.2);
  transition-duration: 0.067s;
  transform: scale(0.978);
}
.using-mouse .xrx-dark-appearance .xrx-theme-appearance .xrx-btn.btn-primary:not(:disabled):not(.disabled):active, .using-mouse .xrx-dark-appearance .xrx-theme-appearance .xrx-btn.btn-primary:not(:disabled):not(.disabled).active {
  box-shadow: inset 0 1px 2px 0 rgb(0, 0, 0);
}
.xrx-dark-appearance .xrx-theme-appearance .xrx-btn.btn-primary.disabled, .xrx-dark-appearance .xrx-theme-appearance .xrx-btn.btn-primary:disabled {
  color: rgba(0, 0, 0, 0.3) !important;
  background-color: rgba(30, 123, 151, 0.3) !important;
  box-shadow: none !important;
}

.xrx-dark-appearance .xrx-theme-appearance .xrx-btn.btn-primary.btn-emphasis {
  color: #000000;
  background-color: #8abed2;
  box-shadow: inset 0 1px 0 0 #b5d6e4, 0px 6px 12px rgba(0, 0, 0, 0.2), 0px 3px 6px rgba(0, 0, 0, 0.2), 0px 1px 6px rgba(0, 0, 0, 0.2);
  transition: all 0.165s;
}
.ua-desktop .xrx-dark-appearance .xrx-theme-appearance .xrx-btn.btn-primary.btn-emphasis:hover:not(:focus) {
  color: #000000;
  background-color: #8abed2;
  box-shadow: inset 0 1px 0 0 #b5d6e4, 0px 16px 24px rgba(0, 0, 0, 0.2), 0px 8px 12px rgba(0, 0, 0, 0.2), 0px 1px 12px rgba(0, 0, 0, 0.2);
}
.ua-desktop .using-mouse .xrx-dark-appearance .xrx-theme-appearance .xrx-btn.btn-primary.btn-emphasis:hover {
  background-color: #8abed2;
  box-shadow: inset 0 1px 0 0 #b5d6e4, 0px 16px 24px rgba(0, 0, 0, 0.2), 0px 8px 12px rgba(0, 0, 0, 0.2), 0px 1px 12px rgba(0, 0, 0, 0.2);
}
.xrx-dark-appearance .xrx-theme-appearance .xrx-btn.btn-primary.btn-emphasis:focus {
  outline: none;
  box-shadow: 0 0 0 3px #00a6f3, 0 0 0 6px rgba(0, 166, 243, 0.2);
}
.using-mouse .xrx-dark-appearance .xrx-theme-appearance .xrx-btn.btn-primary.btn-emphasis:focus {
  outline: none;
  box-shadow: inset 0 1px 0 0 #b5d6e4, 0px 6px 12px rgba(0, 0, 0, 0.2), 0px 3px 6px rgba(0, 0, 0, 0.2), 0px 1px 6px rgba(0, 0, 0, 0.2);
}
.xrx-dark-appearance .xrx-theme-appearance .xrx-btn.btn-primary.btn-emphasis:not(:disabled):not(.disabled):active, .xrx-dark-appearance .xrx-theme-appearance .xrx-btn.btn-primary.btn-emphasis:not(:disabled):not(.disabled).active {
  color: #000000;
  background-color: #539cb6;
  box-shadow: inset 0 1px 2px 0 rgb(0, 0, 0), 0 0 0 3px #00a6f3, 0 0 0 6px rgba(0, 166, 243, 0.2);
  transition-duration: 0.067s;
  transform: scale(0.978);
}
.using-mouse .xrx-dark-appearance .xrx-theme-appearance .xrx-btn.btn-primary.btn-emphasis:not(:disabled):not(.disabled):active, .using-mouse .xrx-dark-appearance .xrx-theme-appearance .xrx-btn.btn-primary.btn-emphasis:not(:disabled):not(.disabled).active {
  box-shadow: inset 0 1px 2px 0 rgb(0, 0, 0);
}
.xrx-dark-appearance .xrx-theme-appearance .xrx-btn.btn-primary.btn-emphasis.disabled, .xrx-dark-appearance .xrx-theme-appearance .xrx-btn.btn-primary.btn-emphasis:disabled {
  color: rgba(0, 0, 0, 0.3) !important;
  background-color: rgba(30, 123, 151, 0.3) !important;
  box-shadow: none !important;
}

.xrx-dark-appearance .xrx-btn.btn-borderless {
  color: #ffffff;
  background-color: transparent;
  box-shadow: none;
  transition: all 0.165s;
}
.ua-desktop .xrx-dark-appearance .xrx-btn.btn-borderless:hover:not(:focus) {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.1);
  box-shadow: none;
}
.ua-desktop .using-mouse .xrx-dark-appearance .xrx-btn.btn-borderless:hover {
  background-color: rgba(255, 255, 255, 0.1);
  box-shadow: none;
}
.xrx-dark-appearance .xrx-btn.btn-borderless:focus {
  outline: none;
  box-shadow: 0 0 0 3px #00a6f3, 0 0 0 6px rgba(0, 166, 243, 0.2);
}
.using-mouse .xrx-dark-appearance .xrx-btn.btn-borderless:focus {
  outline: none;
  box-shadow: none;
}
.xrx-dark-appearance .xrx-btn.btn-borderless:not(:disabled):not(.disabled):active, .xrx-dark-appearance .xrx-btn.btn-borderless:not(:disabled):not(.disabled).active {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.2);
  box-shadow: none, 0 0 0 3px #00a6f3, 0 0 0 6px rgba(0, 166, 243, 0.2);
  transition-duration: 0.067s;
  transform: scale(0.978);
}
.using-mouse .xrx-dark-appearance .xrx-btn.btn-borderless:not(:disabled):not(.disabled):active, .using-mouse .xrx-dark-appearance .xrx-btn.btn-borderless:not(:disabled):not(.disabled).active {
  box-shadow: none;
}
.xrx-dark-appearance .xrx-btn.btn-borderless.disabled, .xrx-dark-appearance .xrx-btn.btn-borderless:disabled {
  color: rgba(255, 255, 255, 0.3) !important;
  background-color: transparent !important;
  box-shadow: none !important;
}

.xrx-dark-appearance .xrx-btn.btn-primary.btn-borderless {
  color: #8abed2;
  background-color: transparent;
  box-shadow: none;
  transition: all 0.165s;
}
.ua-desktop .xrx-dark-appearance .xrx-btn.btn-primary.btn-borderless:hover:not(:focus) {
  color: #8abed2;
  background-color: rgba(138, 190, 210, 0.1);
  box-shadow: none;
}
.ua-desktop .using-mouse .xrx-dark-appearance .xrx-btn.btn-primary.btn-borderless:hover {
  background-color: rgba(138, 190, 210, 0.1);
  box-shadow: none;
}
.xrx-dark-appearance .xrx-btn.btn-primary.btn-borderless:focus {
  outline: none;
  box-shadow: 0 0 0 3px #00a6f3, 0 0 0 6px rgba(0, 166, 243, 0.2);
}
.using-mouse .xrx-dark-appearance .xrx-btn.btn-primary.btn-borderless:focus {
  outline: none;
  box-shadow: none;
}
.xrx-dark-appearance .xrx-btn.btn-primary.btn-borderless:not(:disabled):not(.disabled):active, .xrx-dark-appearance .xrx-btn.btn-primary.btn-borderless:not(:disabled):not(.disabled).active {
  color: #8abed2;
  background-color: rgba(138, 190, 210, 0.2);
  box-shadow: none, 0 0 0 3px #00a6f3, 0 0 0 6px rgba(0, 166, 243, 0.2);
  transition-duration: 0.067s;
  transform: scale(0.978);
}
.using-mouse .xrx-dark-appearance .xrx-btn.btn-primary.btn-borderless:not(:disabled):not(.disabled):active, .using-mouse .xrx-dark-appearance .xrx-btn.btn-primary.btn-borderless:not(:disabled):not(.disabled).active {
  box-shadow: none;
}
.xrx-dark-appearance .xrx-btn.btn-primary.btn-borderless.disabled, .xrx-dark-appearance .xrx-btn.btn-primary.btn-borderless:disabled {
  color: rgba(138, 190, 210, 0.3) !important;
  background-color: transparent !important;
  box-shadow: none !important;
}

.xrx-dark-appearance .xrx-btn.btn-success.btn-borderless {
  color: #7bc76f;
  background-color: transparent;
  box-shadow: none;
  transition: all 0.165s;
}
.ua-desktop .xrx-dark-appearance .xrx-btn.btn-success.btn-borderless:hover:not(:focus) {
  color: #7bc76f;
  background-color: rgba(123, 199, 111, 0.1);
  box-shadow: none;
}
.ua-desktop .using-mouse .xrx-dark-appearance .xrx-btn.btn-success.btn-borderless:hover {
  background-color: rgba(123, 199, 111, 0.1);
  box-shadow: none;
}
.xrx-dark-appearance .xrx-btn.btn-success.btn-borderless:focus {
  outline: none;
  box-shadow: 0 0 0 3px #11ff35, 0 0 0 6px rgba(17, 255, 53, 0.2);
}
.using-mouse .xrx-dark-appearance .xrx-btn.btn-success.btn-borderless:focus {
  outline: none;
  box-shadow: none;
}
.xrx-dark-appearance .xrx-btn.btn-success.btn-borderless:not(:disabled):not(.disabled):active, .xrx-dark-appearance .xrx-btn.btn-success.btn-borderless:not(:disabled):not(.disabled).active {
  color: #7bc76f;
  background-color: rgba(123, 199, 111, 0.2);
  box-shadow: none, 0 0 0 3px #11ff35, 0 0 0 6px rgba(17, 255, 53, 0.2);
  transition-duration: 0.067s;
  transform: scale(0.978);
}
.using-mouse .xrx-dark-appearance .xrx-btn.btn-success.btn-borderless:not(:disabled):not(.disabled):active, .using-mouse .xrx-dark-appearance .xrx-btn.btn-success.btn-borderless:not(:disabled):not(.disabled).active {
  box-shadow: none;
}
.xrx-dark-appearance .xrx-btn.btn-success.btn-borderless.disabled, .xrx-dark-appearance .xrx-btn.btn-success.btn-borderless:disabled {
  color: rgba(123, 199, 111, 0.3) !important;
  background-color: transparent !important;
  box-shadow: none !important;
}

.xrx-dark-appearance .xrx-btn.btn-warning.btn-borderless {
  color: #ffda7b;
  background-color: transparent;
  box-shadow: none;
  transition: all 0.165s;
}
.ua-desktop .xrx-dark-appearance .xrx-btn.btn-warning.btn-borderless:hover:not(:focus) {
  color: #ffda7b;
  background-color: rgba(255, 218, 123, 0.1);
  box-shadow: none;
}
.ua-desktop .using-mouse .xrx-dark-appearance .xrx-btn.btn-warning.btn-borderless:hover {
  background-color: rgba(255, 218, 123, 0.1);
  box-shadow: none;
}
.xrx-dark-appearance .xrx-btn.btn-warning.btn-borderless:focus {
  outline: none;
  box-shadow: 0 0 0 3px #ffbc1a, 0 0 0 6px rgba(255, 188, 26, 0.2);
}
.using-mouse .xrx-dark-appearance .xrx-btn.btn-warning.btn-borderless:focus {
  outline: none;
  box-shadow: none;
}
.xrx-dark-appearance .xrx-btn.btn-warning.btn-borderless:not(:disabled):not(.disabled):active, .xrx-dark-appearance .xrx-btn.btn-warning.btn-borderless:not(:disabled):not(.disabled).active {
  color: #ffda7b;
  background-color: rgba(255, 218, 123, 0.2);
  box-shadow: none, 0 0 0 3px #ffbc1a, 0 0 0 6px rgba(255, 188, 26, 0.2);
  transition-duration: 0.067s;
  transform: scale(0.978);
}
.using-mouse .xrx-dark-appearance .xrx-btn.btn-warning.btn-borderless:not(:disabled):not(.disabled):active, .using-mouse .xrx-dark-appearance .xrx-btn.btn-warning.btn-borderless:not(:disabled):not(.disabled).active {
  box-shadow: none;
}
.xrx-dark-appearance .xrx-btn.btn-warning.btn-borderless.disabled, .xrx-dark-appearance .xrx-btn.btn-warning.btn-borderless:disabled {
  color: rgba(255, 218, 123, 0.3) !important;
  background-color: transparent !important;
  box-shadow: none !important;
}

.xrx-dark-appearance .xrx-btn.btn-info.btn-borderless {
  color: #64bbd2;
  background-color: transparent;
  box-shadow: none;
  transition: all 0.165s;
}
.ua-desktop .xrx-dark-appearance .xrx-btn.btn-info.btn-borderless:hover:not(:focus) {
  color: #64bbd2;
  background-color: rgba(100, 187, 210, 0.1);
  box-shadow: none;
}
.ua-desktop .using-mouse .xrx-dark-appearance .xrx-btn.btn-info.btn-borderless:hover {
  background-color: rgba(100, 187, 210, 0.1);
  box-shadow: none;
}
.xrx-dark-appearance .xrx-btn.btn-info.btn-borderless:focus {
  outline: none;
  box-shadow: 0 0 0 3px #12b3ff, 0 0 0 6px rgba(18, 179, 255, 0.2);
}
.using-mouse .xrx-dark-appearance .xrx-btn.btn-info.btn-borderless:focus {
  outline: none;
  box-shadow: none;
}
.xrx-dark-appearance .xrx-btn.btn-info.btn-borderless:not(:disabled):not(.disabled):active, .xrx-dark-appearance .xrx-btn.btn-info.btn-borderless:not(:disabled):not(.disabled).active {
  color: #64bbd2;
  background-color: rgba(100, 187, 210, 0.2);
  box-shadow: none, 0 0 0 3px #12b3ff, 0 0 0 6px rgba(18, 179, 255, 0.2);
  transition-duration: 0.067s;
  transform: scale(0.978);
}
.using-mouse .xrx-dark-appearance .xrx-btn.btn-info.btn-borderless:not(:disabled):not(.disabled):active, .using-mouse .xrx-dark-appearance .xrx-btn.btn-info.btn-borderless:not(:disabled):not(.disabled).active {
  box-shadow: none;
}
.xrx-dark-appearance .xrx-btn.btn-info.btn-borderless.disabled, .xrx-dark-appearance .xrx-btn.btn-info.btn-borderless:disabled {
  color: rgba(100, 187, 210, 0.3) !important;
  background-color: transparent !important;
  box-shadow: none !important;
}

.xrx-dark-appearance .xrx-btn.btn-danger.btn-borderless {
  color: #FF808B;
  background-color: transparent;
  box-shadow: none;
  transition: all 0.165s;
}
.ua-desktop .xrx-dark-appearance .xrx-btn.btn-danger.btn-borderless:hover:not(:focus) {
  color: #FF808B;
  background-color: rgba(255, 128, 139, 0.1);
  box-shadow: none;
}
.ua-desktop .using-mouse .xrx-dark-appearance .xrx-btn.btn-danger.btn-borderless:hover {
  background-color: rgba(255, 128, 139, 0.1);
  box-shadow: none;
}
.xrx-dark-appearance .xrx-btn.btn-danger.btn-borderless:focus {
  outline: none;
  box-shadow: 0 0 0 3px #ff4a49, 0 0 0 6px rgba(255, 74, 73, 0.2);
}
.using-mouse .xrx-dark-appearance .xrx-btn.btn-danger.btn-borderless:focus {
  outline: none;
  box-shadow: none;
}
.xrx-dark-appearance .xrx-btn.btn-danger.btn-borderless:not(:disabled):not(.disabled):active, .xrx-dark-appearance .xrx-btn.btn-danger.btn-borderless:not(:disabled):not(.disabled).active {
  color: #FF808B;
  background-color: rgba(255, 128, 139, 0.2);
  box-shadow: none, 0 0 0 3px #ff4a49, 0 0 0 6px rgba(255, 74, 73, 0.2);
  transition-duration: 0.067s;
  transform: scale(0.978);
}
.using-mouse .xrx-dark-appearance .xrx-btn.btn-danger.btn-borderless:not(:disabled):not(.disabled):active, .using-mouse .xrx-dark-appearance .xrx-btn.btn-danger.btn-borderless:not(:disabled):not(.disabled).active {
  box-shadow: none;
}
.xrx-dark-appearance .xrx-btn.btn-danger.btn-borderless.disabled, .xrx-dark-appearance .xrx-btn.btn-danger.btn-borderless:disabled {
  color: rgba(255, 128, 139, 0.3) !important;
  background-color: transparent !important;
  box-shadow: none !important;
}

.xrx-dark-appearance .xrx-theme-appearance .xrx-btn.btn-borderless {
  color: #ffffff;
  background-color: transparent;
  box-shadow: none;
  transition: all 0.165s;
}
.ua-desktop .xrx-dark-appearance .xrx-theme-appearance .xrx-btn.btn-borderless:hover:not(:focus) {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.1);
  box-shadow: none;
}
.ua-desktop .using-mouse .xrx-dark-appearance .xrx-theme-appearance .xrx-btn.btn-borderless:hover {
  background-color: rgba(255, 255, 255, 0.1);
  box-shadow: none;
}
.xrx-dark-appearance .xrx-theme-appearance .xrx-btn.btn-borderless:focus {
  outline: none;
  box-shadow: 0 0 0 3px #00a6f3, 0 0 0 6px rgba(0, 166, 243, 0.2);
}
.using-mouse .xrx-dark-appearance .xrx-theme-appearance .xrx-btn.btn-borderless:focus {
  outline: none;
  box-shadow: none;
}
.xrx-dark-appearance .xrx-theme-appearance .xrx-btn.btn-borderless:not(:disabled):not(.disabled):active, .xrx-dark-appearance .xrx-theme-appearance .xrx-btn.btn-borderless:not(:disabled):not(.disabled).active {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.2);
  box-shadow: none, 0 0 0 3px #00a6f3, 0 0 0 6px rgba(0, 166, 243, 0.2);
  transition-duration: 0.067s;
  transform: scale(0.978);
}
.using-mouse .xrx-dark-appearance .xrx-theme-appearance .xrx-btn.btn-borderless:not(:disabled):not(.disabled):active, .using-mouse .xrx-dark-appearance .xrx-theme-appearance .xrx-btn.btn-borderless:not(:disabled):not(.disabled).active {
  box-shadow: none;
}
.xrx-dark-appearance .xrx-theme-appearance .xrx-btn.btn-borderless.disabled, .xrx-dark-appearance .xrx-theme-appearance .xrx-btn.btn-borderless:disabled {
  color: rgba(255, 255, 255, 0.3) !important;
  background-color: transparent !important;
  box-shadow: none !important;
}

.btn-sm {
  height: 2rem;
  padding: 0 0.6875rem;
  font-size: 1rem;
  line-height: 1.25;
  border-radius: 0.25rem;
}
.btn-sm.btn-inline {
  padding: 0 8px;
}
.btn-sm.btn-inline.btn-glyph {
  padding: 0 3px;
}

a.btn-sm {
  line-height: 2rem;
}

.btn-block {
  width: 100%;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.xrx-btn [class*=xgl-] {
  position: relative;
}
.xrx-btn [class*=xgl-] ~ .btn-label {
  padding-left: 0.375rem;
}

.xrx-btn.btn-sm [class*=xgl-] {
  top: 0;
}
.xrx-btn.btn-sm [class*=xgl-] ~ .btn-label {
  padding-left: 0.25rem;
}

.xrx-btn .btn-label ~ [class*=xgl-] {
  margin-right: -0.125rem;
  margin-left: 0.375rem;
}

.xrx-btn.btn-sm .btn-label ~ [class*=xgl-] {
  margin-left: 0.25rem;
}

.xrx-btn .btn-label {
  position: relative;
  letter-spacing: 0.01rem;
}

.xrx-btn.btn-sm .btn-label {
  top: 0.0625rem;
  letter-spacing: 0.0125rem;
}

.btn-glyph {
  min-width: 0;
}
.btn-glyph [class*=xgl-] {
  margin-right: -0.125rem;
  margin-left: -0.125rem;
}
.btn-glyph.btn-sm [class*=xgl-] {
  margin-right: -0.25rem;
  margin-left: -0.25rem;
}

.xrx-list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  background-color: #FAFAFF;
  overflow: hidden;
  border: 1px solid rgba(103, 103, 108, 0.2);
  border-radius: 6px;
}
.xrx-list-group.list-group-flush {
  border: none;
  border-radius: 0;
  background-color: transparent !important;
}
.xrx-list-group.emphasized {
  border: none;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.16), 0px 1px 3px rgba(0, 0, 0, 0.16), 0px 1px 2px rgba(0, 0, 0, 0.16);
}

.list-group-header {
  display: flex;
  align-items: center;
  padding: 0 16px;
  height: 32px;
  font-size: 16px;
  letter-spacing: 0.25px;
  background-color: rgba(103, 103, 108, 0.2);
}
.list-group-header .label {
  position: relative;
  top: 1px;
}
.xrx-dark-appearance .list-group-header {
  color: #ffffff;
  background-color: rgba(187, 188, 195, 0.2);
}

.list-group-item {
  display: flex;
  align-items: center;
  min-height: 56px;
  background-color: transparent;
  color: #000000;
  outline: none;
}
.list-group-item.compact {
  min-height: 48px;
}
.list-group-item .left-label {
  position: relative;
  display: flex;
  align-items: center;
  align-self: stretch;
  margin-left: 16px;
  cursor: default;
}
.list-group-item .left-label span {
  font-size: 20px;
  letter-spacing: 0.15px;
}
.list-group-item .left-label._2line64-sub-label {
  flex-direction: column;
  align-items: flex-start;
  height: 64px;
}
.list-group-item .left-label._2line64-sub-label span {
  position: relative;
  top: 4px;
}
.list-group-item .left-label._2line64-sub-label .sub-label {
  position: relative;
  top: 5px;
  font-size: 16px;
}
@media (hover) {
  .list-group-item:hover {
    color: #000000;
  }
}
.list-group-item:focus {
  color: #000000;
  box-shadow: inset 0 0 0 3px #00a6f3, inset 0 0 0 6px rgba(0, 166, 243, 0.2);
}
.list-group-item.disabled {
  cursor: not-allowed !important;
}
.list-group-item.disabled .left-label {
  cursor: not-allowed !important;
}
.list-group-item.disabled .custom-image-flush,
.list-group-item.disabled .custom-image-margin,
.list-group-item.disabled .custom-icon {
  opacity: 0.3;
  box-shadow: none !important;
}
.list-group-item.divider:not(:last-child) .left-label::before {
  position: absolute;
  bottom: 0;
  align-self: stretch;
  width: 2000px;
  content: "";
  border-bottom: 1px solid rgba(103, 103, 108, 0.2);
}
.list-group-item .left-object ~ .left-label {
  margin-left: 0;
}
.list-group-item .left-object [class*=xgl-] {
  display: table;
  margin: 0 16px;
}
.list-group-item .left-object .custom-icon {
  width: 36px;
  margin: 10px 16px;
  border-radius: 6px;
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.16);
}
.list-group-item .left-object .custom-image-margin {
  margin: 0 16px 0 4px;
}
.list-group-item .left-object .custom-image-flush {
  margin: 0 16px 0 0;
}
.list-group-item .left-object .xrx-checkbox {
  margin: 0 10px;
}
.list-group-item .sub-label,
.list-group-item .feedback-label {
  color: #525256;
}
.list-group-item .right-object {
  margin-left: auto;
}
.list-group-item .right-object .feedback-label {
  position: relative;
  top: 1px;
  margin: 0 16px;
  font-size: 16px;
  letter-spacing: 0.15px;
  white-space: nowrap;
}
.list-group-item .right-object .xrx-btn {
  margin: 4px;
}
.list-group-item .right-object .xrx-switch {
  margin: 0 8px;
}
.list-group-item .right-object .xrx-checkbox {
  margin: 0 4px;
}
.list-group-item .right-object > [class*=xgl-] {
  display: table;
  margin: 0 16px;
}

.xrx-list-group.list-group-sm {
  border-radius: 4px;
}
.xrx-list-group.list-group-sm.list-group-flush {
  border-radius: 0;
}
.xrx-list-group.list-group-sm .list-group-header {
  padding: 0 5px;
  height: 28px;
  font-size: 14px;
}
.xrx-list-group.list-group-sm .list-group-item {
  min-height: 38px;
}
.xrx-list-group.list-group-sm .list-group-item.compact {
  min-height: 32px;
}
.xrx-list-group.list-group-sm .list-group-item .left-label {
  margin-left: 9px;
}
.xrx-list-group.list-group-sm .list-group-item .left-label span {
  position: relative;
  top: 1px;
  font-size: 16px;
  letter-spacing: 0.15px;
}
.xrx-list-group.list-group-sm .list-group-item .left-label._2line44-sub-label {
  flex-direction: column;
  align-items: flex-start;
  height: 44px;
}
.xrx-list-group.list-group-sm .list-group-item .left-label._2line44-sub-label span {
  top: 2px;
}
.xrx-list-group.list-group-sm .list-group-item .left-label._2line44-sub-label .sub-label {
  top: -3px;
  font-size: 14px;
}
.xrx-list-group.list-group-sm .list-group-item .left-object ~ .left-label {
  margin-left: 0;
}
.xrx-list-group.list-group-sm .list-group-item .left-object [class*=xgl-] {
  margin: 0 9px;
}
.xrx-list-group.list-group-sm .list-group-item .left-object .custom-icon {
  width: 24px;
  margin: 7px 9px;
  border-radius: 5px;
}
.xrx-list-group.list-group-sm .list-group-item .left-object .custom-image-margin {
  margin: 0 9px 0 3px;
}
.xrx-list-group.list-group-sm .list-group-item .left-object .custom-image-flush {
  margin: 0 9px 0 0;
}
.xrx-list-group.list-group-sm .list-group-item .left-object .xrx-checkbox {
  margin: 0 5px;
}
.xrx-list-group.list-group-sm .list-group-item .right-object {
  margin-left: auto;
}
.xrx-list-group.list-group-sm .list-group-item .right-object .feedback-label {
  position: relative;
  top: 1px;
  margin: 0 9px;
  font-size: 14px;
  letter-spacing: 0.25px;
}
.xrx-list-group.list-group-sm .list-group-item .right-object .xrx-btn {
  margin: 3px;
}
.xrx-list-group.list-group-sm .list-group-item .right-object .xrx-switch {
  margin: 0 4px;
}
.xrx-list-group.list-group-sm .list-group-item .right-object .xrx-checkbox {
  margin: 0 3px;
}
.xrx-list-group.list-group-sm .list-group-item .right-object > [class*=xgl-] {
  margin: 0 9px;
}

.list-group-item-action {
  transition: background-color 0.5s;
}
@media (hover) {
  .list-group-item-action:hover {
    background-color: rgba(0, 0, 0, 0.1);
    transition: background-color 0s;
  }
}
.list-group-item-action:active {
  background-color: rgba(0, 0, 0, 0.2);
}
.list-group-item-action.active {
  background-color: #006482;
  color: #ffffff;
}
.list-group-item-action.active .sub-label,
.list-group-item-action.active .feedback-label {
  color: #b5d6e4;
}

.list-group-item.read-only {
  background-color: #BBBCC3;
}
.list-group-item.disabled {
  background-color: transparent;
}
.list-group-item.disabled .sub-label,
.list-group-item.disabled .feedback-label {
  color: rgba(82, 82, 86, 0.3);
}
.list-group-item.disabled [class*=xgl-],
.list-group-item.disabled .left-label {
  color: rgba(82, 82, 86, 0.3);
}
.list-group-item.disabled.divider .left-label::before {
  border-color: rgba(103, 103, 108, 0.05);
}

.xrx-theme-appearance .xrx-list-group {
  background-color: #006482;
  border-color: rgba(138, 190, 210, 0.2);
}
.xrx-theme-appearance .xrx-list-group.emphasized {
  border: none;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2), 0px 1px 3px rgba(0, 0, 0, 0.2), 0px 1px 2px rgba(0, 0, 0, 0.2);
}

@media (hover) {
  .xrx-theme-appearance .list-group-item-action:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }
}
.xrx-theme-appearance .list-group-item-action:active {
  background-color: rgba(255, 255, 255, 0.2);
}
.xrx-theme-appearance .list-group-item-action.active {
  background-color: #8abed2;
  color: #000000;
}
.xrx-theme-appearance .list-group-item-action.active .sub-label,
.xrx-theme-appearance .list-group-item-action.active .feedback-label {
  color: #29292D;
}
.xrx-theme-appearance .list-group-item {
  background-color: transparent;
  color: #ffffff;
}
.xrx-theme-appearance .list-group-item.divider .left-label::before {
  border-color: rgba(138, 190, 210, 0.2);
}
.xrx-theme-appearance .list-group-item .sub-label,
.xrx-theme-appearance .list-group-item .feedback-label {
  color: #b5d6e4;
}
.xrx-theme-appearance .list-group-item.read-only {
  background-color: #003B51;
}
.xrx-theme-appearance .list-group-item.disabled {
  background-color: transparent;
}
.xrx-theme-appearance .list-group-item.disabled .sub-label,
.xrx-theme-appearance .list-group-item.disabled .feedback-label {
  color: rgba(181, 214, 228, 0.3);
}
.xrx-theme-appearance .list-group-item.disabled [class*=xgl-],
.xrx-theme-appearance .list-group-item.disabled .left-label {
  color: rgba(255, 255, 255, 0.3);
}
.xrx-theme-appearance .list-group-item.disabled.divider .left-label::before {
  border-color: rgba(138, 190, 210, 0.05);
}

.xrx-dark-appearance .xrx-list-group {
  background-color: #3F3F43;
  border-color: rgba(187, 188, 195, 0.2);
}
.xrx-dark-appearance .xrx-list-group.emphasized {
  border: none;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4), 0px 1px 3px rgba(0, 0, 0, 0.4), 0px 1px 2px rgba(0, 0, 0, 0.4);
}

@media (hover) {
  .xrx-dark-appearance .list-group-item-action:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }
}
.xrx-dark-appearance .list-group-item-action:active {
  background-color: rgba(255, 255, 255, 0.2);
}
.xrx-dark-appearance .list-group-item-action.active {
  background-color: #8abed2;
  color: #000000;
}
.xrx-dark-appearance .list-group-item-action.active .sub-label,
.xrx-dark-appearance .list-group-item-action.active .feedback-label {
  color: #29292D;
}
.xrx-dark-appearance .list-group-item {
  background-color: transparent;
  color: #ffffff;
}
.xrx-dark-appearance .list-group-item.divider .left-label::before {
  border-color: rgba(187, 188, 195, 0.2);
}
.xrx-dark-appearance .list-group-item .sub-label,
.xrx-dark-appearance .list-group-item .feedback-label {
  color: #BBBCC3;
}
.xrx-dark-appearance .list-group-item.read-only {
  background-color: #1B1B1E;
}
.xrx-dark-appearance .list-group-item.read-only .sub-label,
.xrx-dark-appearance .list-group-item.read-only .feedback-label {
  color: #D9D9DF;
}
.xrx-dark-appearance .list-group-item.disabled {
  background-color: transparent;
}
.xrx-dark-appearance .list-group-item.disabled .sub-label,
.xrx-dark-appearance .list-group-item.disabled .feedback-label {
  color: rgba(187, 188, 195, 0.3);
}
.xrx-dark-appearance .list-group-item.disabled [class*=xgl-],
.xrx-dark-appearance .list-group-item.disabled .left-label {
  color: rgba(255, 255, 255, 0.3);
}
.xrx-dark-appearance .list-group-item.disabled.divider .left-label::before {
  border-color: rgba(187, 188, 195, 0.05);
}

.xrx-dark-appearance .xrx-theme-appearance .xrx-list-group {
  background-color: #00546e;
  border-color: rgba(138, 190, 210, 0.2);
}
.xrx-dark-appearance .xrx-theme-appearance .xrx-list-group.emphasized {
  border: none;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2), 0px 1px 3px rgba(0, 0, 0, 0.2), 0px 1px 2px rgba(0, 0, 0, 0.2);
}

@media (hover) {
  .xrx-dark-appearance .xrx-theme-appearance .list-group-item-action:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }
}
.xrx-dark-appearance .xrx-theme-appearance .list-group-item-action:active {
  background-color: rgba(255, 255, 255, 0.2);
}
.xrx-dark-appearance .xrx-theme-appearance .list-group-item-action.active {
  background-color: #8abed2;
  color: #000000;
}
.xrx-dark-appearance .xrx-theme-appearance .list-group-item-action.active .sub-label,
.xrx-dark-appearance .xrx-theme-appearance .list-group-item-action.active .feedback-label {
  color: #29292D;
}
.xrx-dark-appearance .xrx-theme-appearance .list-group-item {
  background-color: transparent;
  color: #ffffff;
}
.xrx-dark-appearance .xrx-theme-appearance .list-group-item.divider .left-label::before {
  border-color: rgba(138, 190, 210, 0.2);
}
.xrx-dark-appearance .xrx-theme-appearance .list-group-item .sub-label,
.xrx-dark-appearance .xrx-theme-appearance .list-group-item .feedback-label {
  color: #b5d6e4;
}
.xrx-dark-appearance .xrx-theme-appearance .list-group-item.read-only {
  background-color: #002B3C;
}
.xrx-dark-appearance .xrx-theme-appearance .list-group-item.disabled {
  background-color: transparent;
}
.xrx-dark-appearance .xrx-theme-appearance .list-group-item.disabled .sub-label,
.xrx-dark-appearance .xrx-theme-appearance .list-group-item.disabled .feedback-label {
  color: rgba(181, 214, 228, 0.3);
}
.xrx-dark-appearance .xrx-theme-appearance .list-group-item.disabled [class*=xgl-],
.xrx-dark-appearance .xrx-theme-appearance .list-group-item.disabled .left-label {
  color: rgba(255, 255, 255, 0.3);
}
.xrx-dark-appearance .xrx-theme-appearance .list-group-item.disabled.divider .left-label::before {
  border-color: rgba(138, 190, 210, 0.05);
}

.list-group-item-primary,
.list-group-item-success,
.list-group-item-warning,
.list-group-item-info,
.list-group-item-danger {
  background-color: transparent;
}
.list-group-item-primary .left-label .sub-label,
.list-group-item-success .left-label .sub-label,
.list-group-item-warning .left-label .sub-label,
.list-group-item-info .left-label .sub-label,
.list-group-item-danger .left-label .sub-label {
  color: #525256;
}
.xrx-dark-appearance .list-group-item-primary .left-label .sub-label,
.xrx-dark-appearance .list-group-item-success .left-label .sub-label,
.xrx-dark-appearance .list-group-item-warning .left-label .sub-label,
.xrx-dark-appearance .list-group-item-info .left-label .sub-label,
.xrx-dark-appearance .list-group-item-danger .left-label .sub-label {
  color: #BBBCC3;
}
.list-group-item-primary.divider .left-label::before,
.list-group-item-success.divider .left-label::before,
.list-group-item-warning.divider .left-label::before,
.list-group-item-info.divider .left-label::before,
.list-group-item-danger.divider .left-label::before {
  border-color: rgba(103, 103, 108, 0.2);
}

.list-group-item-primary {
  color: #006482;
}
@media (hover) {
  .list-group-item-primary.list-group-item-action:hover {
    background-color: rgba(0, 100, 130, 0.1);
  }
}
.list-group-item-primary.list-group-item-action:active {
  background-color: rgba(0, 100, 130, 0.2);
}

.list-group-item-success {
  color: #186a1e;
}
@media (hover) {
  .list-group-item-success.list-group-item-action:hover {
    background-color: rgba(36, 136, 43, 0.1);
  }
}
.list-group-item-success.list-group-item-action:active {
  background-color: rgba(36, 136, 43, 0.2);
}

.list-group-item-warning {
  color: #dc7f18;
}
@media (hover) {
  .list-group-item-warning.list-group-item-action:hover {
    background-color: rgba(253, 151, 38, 0.1);
  }
}
.list-group-item-warning.list-group-item-action:active {
  background-color: rgba(253, 151, 38, 0.2);
}

.list-group-item-info {
  color: #0e6682;
}
@media (hover) {
  .list-group-item-info.list-group-item-action:hover {
    background-color: rgba(23, 120, 150, 0.1);
  }
}
.list-group-item-info.list-group-item-action:active {
  background-color: rgba(23, 120, 150, 0.2);
}

.list-group-item-danger {
  color: #bd1623;
}
@media (hover) {
  .list-group-item-danger.list-group-item-action:hover {
    background-color: rgba(217, 34, 49, 0.1);
  }
}
.list-group-item-danger.list-group-item-action:active {
  background-color: rgba(217, 34, 49, 0.2);
}

.xrx-dark-appearance .list-group-item-primary {
  color: #8abed2;
}
@media (hover) {
  .xrx-dark-appearance .list-group-item-primary.list-group-item-action:hover {
    background-color: rgba(138, 190, 210, 0.1);
  }
}
.xrx-dark-appearance .list-group-item-primary.list-group-item-action:active {
  background-color: rgba(138, 190, 210, 0.2);
}
.xrx-dark-appearance .list-group-item-success {
  color: #7bc76f;
}
@media (hover) {
  .xrx-dark-appearance .list-group-item-success.list-group-item-action:hover {
    background-color: rgba(123, 199, 111, 0.1);
  }
}
.xrx-dark-appearance .list-group-item-success.list-group-item-action:active {
  background-color: rgba(123, 199, 111, 0.2);
}
.xrx-dark-appearance .list-group-item-warning {
  color: #ffda7b;
}
@media (hover) {
  .xrx-dark-appearance .list-group-item-warning.list-group-item-action:hover {
    background-color: rgba(255, 218, 123, 0.1);
  }
}
.xrx-dark-appearance .list-group-item-warning.list-group-item-action:active {
  background-color: rgba(255, 218, 123, 0.2);
}
.xrx-dark-appearance .list-group-item-info {
  color: #64bbd2;
}
@media (hover) {
  .xrx-dark-appearance .list-group-item-info.list-group-item-action:hover {
    background-color: rgba(100, 187, 210, 0.1);
  }
}
.xrx-dark-appearance .list-group-item-info.list-group-item-action:active {
  background-color: rgba(100, 187, 210, 0.2);
}
.xrx-dark-appearance .list-group-item-danger {
  color: #FF808B;
}
@media (hover) {
  .xrx-dark-appearance .list-group-item-danger.list-group-item-action:hover {
    background-color: rgba(255, 128, 139, 0.1);
  }
}
.xrx-dark-appearance .list-group-item-danger.list-group-item-action:active {
  background-color: rgba(255, 128, 139, 0.2);
}

.using-mouse .list-group-item:focus {
  outline: none;
  box-shadow: none;
}

.multi-list-group .xrx-list-group,
.multi-list-group .xrx-list-group.list-group-sm {
  border-radius: 0;
}
.multi-list-group .xrx-list-group:not(:first-child),
.multi-list-group .xrx-list-group.list-group-sm:not(:first-child) {
  border-top: none;
}
.multi-list-group .xrx-list-group:not(:last-child),
.multi-list-group .xrx-list-group.list-group-sm:not(:last-child) {
  border-bottom: none;
}
.multi-list-group .xrx-list-group:first-child {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.multi-list-group .xrx-list-group:last-child {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
.multi-list-group .xrx-list-group.list-group-sm:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.multi-list-group .xrx-list-group.list-group-sm:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.xrx-select {
  position: relative;
  min-width: 90px;
}
.xrx-select label {
  margin-bottom: 5px;
  font-size: 16px;
  letter-spacing: 0.25px;
  color: #000000;
}
.xrx-select select {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.xrx-select .dropdown-menu-arrow {
  display: none;
}
.xrx-select .dropdown-toggle {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
          user-select: none;
  border: none;
  outline: none;
  color: #000000;
  transition: all 0.165s;
  height: 3rem;
  padding: 0 16px;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.375rem;
  padding-right: 12px;
  background-color: #BBBCC3;
}
.xrx-select .dropdown-toggle:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.xrx-select .dropdown-toggle .caret {
  color: #000000;
}
.xrx-select .dropdown-toggle .btn-label {
  padding-right: 8px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.xrx-select .dropdown-toggle .btn-label [class*=xgl-] {
  display: inline-block;
  top: 4px;
  margin-right: 16px;
}
.xrx-select .dropdown-toggle .select-btn-right-object {
  display: flex;
}
.xrx-select .dropdown-toggle [class*=xgl-] {
  top: 1px;
}
@media (hover) {
  .xrx-select .dropdown-toggle:hover {
    background-color: #9E9FA4;
  }
}
.xrx-select .dropdown-toggle:active {
  background-color: #818187;
}
.xrx-select .dropdown-toggle:disabled, .xrx-select .dropdown-toggle.disabled {
  background-color: #BBBCC3;
  cursor: not-allowed;
}
.xrx-select.disabled {
  opacity: 0.3;
}
.xrx-select .left-label span {
  white-space: nowrap;
}
.xrx-select .dropdown-menu {
  margin-top: 0px !important;
}
.xrx-select [role=group] .list-group-item {
  padding-left: 16px;
}
.xrx-select .show.menu-down .dropdown-toggle {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.xrx-select .show.menu-up .dropdown-toggle {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.xrx-select .menu-down .dropdown-menu,
.xrx-select .menu-down .menu-scroll-container,
.xrx-select .menu-down .xrx-list-group {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.xrx-select .menu-down .dropdown-menu {
  clip-path: inset(0px -25px -25px -25px);
}
.xrx-select .menu-up .dropdown-menu,
.xrx-select .menu-up .menu-scroll-container,
.xrx-select .menu-up .xrx-list-group {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.xrx-select .menu-up .dropdown-menu {
  clip-path: inset(-25px -25px 0px -25px);
}
.xrx-select .dropdown-menu {
  overflow: hidden;
}

[class*=select-validation-] .menu-down .dropdown-menu {
  margin-top: 2px !important;
}
[class*=select-validation-] .menu-up .dropdown-menu {
  margin-bottom: 2px !important;
}

.xrx-select.select-focus .dropdown-toggle,
.dropdown-toggle:focus {
  box-shadow: 0 0 0 3px #00a6f3, 0 0 0 6px rgba(0, 166, 243, 0.2);
}

.using-mouse .xrx-select:not([class*=select-validation]) .dropdown-toggle {
  box-shadow: none;
}

.xrx-select.select-validation-success .dropdown-toggle {
  box-shadow: 0 0 0 2px #24882b;
}

.select-validation-success.select-focus .dropdown-toggle,
.select-validation-success .dropdown-toggle:focus {
  box-shadow: 0 0 0 3px #24882b, 0 0 0 6px rgba(36, 136, 43, 0.2);
}

.using-mouse .select-validation-success.select-focus .dropdown-toggle,
.using-mouse .select-validation-success .dropdown-toggle:focus {
  box-shadow: 0 0 0 2px #24882b;
}

.xrx-select.select-validation-danger .dropdown-toggle {
  box-shadow: 0 0 0 2px #d92231;
}

.select-validation-danger.select-focus .dropdown-toggle,
.select-validation-danger .dropdown-toggle:focus {
  box-shadow: 0 0 0 3px #d92231, 0 0 0 6px rgba(217, 34, 49, 0.2);
}

.using-mouse .select-validation-danger.select-focus .dropdown-toggle,
.using-mouse .select-validation-danger .dropdown-toggle:focus {
  box-shadow: 0 0 0 2px #d92231;
}

.xrx-select.select-validation-warning .dropdown-toggle {
  box-shadow: 0 0 0 2px #fd9726;
}

.select-validation-warning.select-focus .dropdown-toggle,
.select-validation-warning .dropdown-toggle:focus {
  box-shadow: 0 0 0 3px #fd9726, 0 0 0 6px rgba(253, 151, 38, 0.2);
}

.using-mouse .select-validation-warning.select-focus .dropdown-toggle,
.using-mouse .select-validation-warning .dropdown-toggle:focus {
  box-shadow: 0 0 0 2px #fd9726;
}

.xrx-dark-appearance label {
  color: #ffffff;
}
.xrx-dark-appearance .dropdown-toggle {
  color: #ffffff;
  background-color: #525256;
}
.xrx-dark-appearance .dropdown-toggle .caret {
  color: #ffffff;
}
@media (hover) {
  .xrx-dark-appearance .dropdown-toggle:hover {
    background-color: #67676C;
  }
}
.xrx-dark-appearance .dropdown-toggle:active {
  background-color: #818187;
}
.xrx-dark-appearance .dropdown-toggle:disabled, .xrx-dark-appearance .dropdown-toggle.disabled {
  background-color: #525256;
  cursor: not-allowed;
}
.xrx-dark-appearance .xrx-select.select-validation-success .dropdown-toggle {
  box-shadow: 0 0 0 2px #7bc76f;
}
.xrx-dark-appearance .select-validation-success.select-focus .dropdown-toggle,
.xrx-dark-appearance .select-validation-success .dropdown-toggle:focus {
  box-shadow: 0 0 0 3px #7bc76f, 0 0 0 6px rgba(123, 199, 111, 0.2);
}
.using-mouse .xrx-dark-appearance .select-validation-success.select-focus .dropdown-toggle, .using-mouse .xrx-dark-appearance .select-validation-success .dropdown-toggle:focus {
  box-shadow: 0 0 0 2px #7bc76f;
}
.xrx-dark-appearance .xrx-select.select-validation-danger .dropdown-toggle {
  box-shadow: 0 0 0 2px #FF808B;
}
.xrx-dark-appearance .select-validation-danger.select-focus .dropdown-toggle,
.xrx-dark-appearance .select-validation-danger .dropdown-toggle:focus {
  box-shadow: 0 0 0 3px #FF808B, 0 0 0 6px rgba(255, 128, 139, 0.2);
}
.using-mouse .xrx-dark-appearance .select-validation-danger.select-focus .dropdown-toggle, .using-mouse .xrx-dark-appearance .select-validation-danger .dropdown-toggle:focus {
  box-shadow: 0 0 0 2px #FF808B;
}
.xrx-dark-appearance .xrx-select.select-validation-warning .dropdown-toggle {
  box-shadow: 0 0 0 2px #ffda7b;
}
.xrx-dark-appearance .select-validation-warning.select-focus .dropdown-toggle,
.xrx-dark-appearance .select-validation-warning .dropdown-toggle:focus {
  box-shadow: 0 0 0 3px #ffda7b, 0 0 0 6px rgba(255, 218, 123, 0.2);
}
.using-mouse .xrx-dark-appearance .select-validation-warning.select-focus .dropdown-toggle, .using-mouse .xrx-dark-appearance .select-validation-warning .dropdown-toggle:focus {
  box-shadow: 0 0 0 2px #ffda7b;
}

.stacked-icon-size-24 {
  width: 24px;
  height: 24px;
}

.xrx-stacked-icon {
  position: relative;
}

.xrx-stacked-icon [class*=xgl-] {
  position: absolute;
}

.success_2stack .xgl-success_stack_mdgd {
  color: #24882b;
}
.success_2stack .xgl-success_stack_frgd {
  color: #ffffff;
}

.danger_2stack .xgl-danger_stack_mdgd {
  color: #d92231;
}
.danger_2stack .xgl-danger_stack_frgd {
  color: #ffffff;
}

.warning_2stack .xgl-warning_stack_mdgd {
  color: #fd9726;
}
.warning_2stack .xgl-warning_stack_frgd {
  color: #000000;
}

.xrx-dark-appearance .success_2stack .xgl-success_stack_mdgd {
  color: #7bc76f;
}
.xrx-dark-appearance .success_2stack .xgl-success_stack_frgd {
  color: #000000;
}
.xrx-dark-appearance .danger_2stack .xgl-danger_stack_mdgd {
  color: #FF808B;
}
.xrx-dark-appearance .danger_2stack .xgl-danger_stack_frgd {
  color: #000000;
}
.xrx-dark-appearance .warning_2stack .xgl-warning_stack_mdgd {
  color: #ffda7b;
}
.xrx-dark-appearance .warning_2stack .xgl-warning_stack_frgd {
  color: #000000;
}

.xrx-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  word-wrap: break-word;
  color: #000000;
  background-color: #FAFAFF;
  background-clip: border-box;
  border: none;
  border-radius: 0.5rem;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.16), 0px 1px 3px rgba(0, 0, 0, 0.16), 0px 1px 2px rgba(0, 0, 0, 0.16);
  transition: box-shadow 0.165s;
}
.xrx-card.card-action::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  background-color: #000000;
  opacity: 0;
  border-radius: 8px;
  transition: opacity 0.165s;
}
.using-mouse .xrx-card.card-action:focus:not(.active):not(:hover), .using-mouse .xrx-card.card-action:focus:not(:active):not(:hover) {
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.16), 0px 1px 3px rgba(0, 0, 0, 0.16), 0px 1px 2px rgba(0, 0, 0, 0.16);
}
@media (hover) {
  .using-mouse .xrx-card.card-action:hover {
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.16), 0px 3px 6px rgba(0, 0, 0, 0.16), 0px 1px 6px rgba(0, 0, 0, 0.16);
    cursor: pointer;
  }
}
.xrx-card.card-action:focus {
  outline: none;
  box-shadow: 0 0 0 3px #00a6f3, 0 0 0 6px rgba(0, 166, 243, 0.2);
}
.using-mouse .xrx-card.card-action.active:not(.disabled), .using-mouse .xrx-card.card-action:active:not(.disabled) {
  box-shadow: inset 0px 1px 2px 0 rgba(0, 0, 0, 0.5);
}
.using-mouse .xrx-card.card-action.active:not(.disabled)::before, .using-mouse .xrx-card.card-action:active:not(.disabled)::before {
  opacity: 0.2;
}
.xrx-card.disabled {
  box-shadow: none !important;
  background-color: #BBBCC3;
  opacity: 0.3;
  cursor: not-allowed !important;
}
.xrx-card.card-dragging {
  box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.16), 0px 8px 12px rgba(0, 0, 0, 0.16), 0px 1px 12px rgba(0, 0, 0, 0.16);
}
.xrx-card > hr {
  margin-right: 0;
  margin-left: 0;
}
.xrx-card h1, .xrx-card h2, .xrx-card h3, .xrx-card h4, .xrx-card h5, .xrx-card h6 {
  margin-top: 0.625rem;
}

.card-1line-title {
  display: flex;
  align-items: center;
  min-height: 60px;
  padding: 16px;
}
.card-1line-title h5 {
  margin: 0;
}
.card-1line-title .card-subtitle {
  font-size: 16px;
  letter-spacing: 0.25px;
}
.card-1line-title .right-object {
  margin-left: auto;
}

.card-1line-title-subtitle {
  display: flex;
  align-items: center;
  min-height: 76px;
  padding: 16px;
}
.card-1line-title-subtitle h6 {
  position: relative;
  top: -10px;
  margin: 0;
  line-height: 0;
}
.card-1line-title-subtitle .card-subtitle {
  position: relative;
  top: 19px;
  font-size: 16px;
  line-height: 0;
  letter-spacing: 0.25px;
  color: #525256;
}
.card-1line-title-subtitle .right-object {
  margin-left: auto;
}

.card-2line-title {
  display: flex;
  align-items: center;
  min-height: 70px;
  padding: 16px;
}
.card-2line-title .card-title {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.15px;
  line-height: 1.4;
}
.card-2line-title .right-object {
  margin-left: auto;
}

.card-1line-title .right-object [class*=xgl-],
.card-1line-title-subtitle .right-object [class*=xgl-],
.card-2line-title .right-object [class*=xgl-] {
  display: block;
}

.card-body {
  flex: 1 1 auto;
  padding: 16px;
}

.card-buttons {
  display: flex;
  align-items: center;
  padding: 16px;
}
.card-buttons .xrx-btn + .xrx-btn {
  margin-left: 16px;
}

.card-borderless-buttons {
  display: flex;
  align-items: center;
  padding: 8px;
}
.card-borderless-buttons .xrx-btn + .xrx-btn {
  margin-left: 0;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-header {
  margin-bottom: 0;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
}

.card-deck {
  display: flex;
  flex-direction: column;
}
.card-deck .xrx-card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .xrx-card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group {
  display: flex;
  flex-direction: column;
  border-radius: 0.5rem;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.16), 0px 1px 3px rgba(0, 0, 0, 0.16), 0px 1px 2px rgba(0, 0, 0, 0.16);
  background-color: rgba(103, 103, 108, 0.2);
}
.card-group .divider-vertical {
  position: absolute;
  right: 0;
  z-index: 999;
  width: 1px;
  height: 100%;
  background-color: rgba(103, 103, 108, 0.2);
}
.card-group > .xrx-card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    flex-flow: row wrap;
  }
  .card-group > .xrx-card {
    flex: 1 0 0%;
    margin-bottom: 0;
    box-shadow: none;
  }
  .card-group > .xrx-card + .xrx-card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .xrx-card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .xrx-card:first-child .card-img-top,
  .card-group > .xrx-card:first-child .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .xrx-card:first-child .card-img-bottom,
  .card-group > .xrx-card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .xrx-card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .xrx-card:last-child .card-img-top,
  .card-group > .xrx-card:last-child .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .xrx-card:last-child .card-img-bottom,
  .card-group > .xrx-card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }
  .card-group > .xrx-card:only-child {
    border-radius: 0.5rem;
  }
  .card-group > .xrx-card:only-child .card-img-top,
  .card-group > .xrx-card:only-child .card-header {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }
  .card-group > .xrx-card:only-child .card-img-bottom,
  .card-group > .xrx-card:only-child .card-footer {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }
  .card-group > .xrx-card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  .card-group > .xrx-card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
  .card-group > .xrx-card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
  .card-group > .xrx-card:not(:first-child):not(:last-child):not(:only-child) .card-header,
  .card-group > .xrx-card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0;
  }
}

.card-columns .xrx-card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .xrx-card {
    display: inline-block;
    width: 100%;
  }
}

.xrx-theme-appearance .xrx-card,
.xrx-dark-appearance .xrx-card {
  background-color: #006482;
}
.xrx-theme-appearance .card-1line-title h5, .xrx-theme-appearance .card-1line-title h6, .xrx-theme-appearance .card-1line-title .card-title,
.xrx-theme-appearance .card-1line-title-subtitle h5,
.xrx-theme-appearance .card-1line-title-subtitle h6,
.xrx-theme-appearance .card-1line-title-subtitle .card-title,
.xrx-theme-appearance .card-2line-title h5,
.xrx-theme-appearance .card-2line-title h6,
.xrx-theme-appearance .card-2line-title .card-title,
.xrx-dark-appearance .card-1line-title h5,
.xrx-dark-appearance .card-1line-title h6,
.xrx-dark-appearance .card-1line-title .card-title,
.xrx-dark-appearance .card-1line-title-subtitle h5,
.xrx-dark-appearance .card-1line-title-subtitle h6,
.xrx-dark-appearance .card-1line-title-subtitle .card-title,
.xrx-dark-appearance .card-2line-title h5,
.xrx-dark-appearance .card-2line-title h6,
.xrx-dark-appearance .card-2line-title .card-title {
  color: #ffffff;
}
.xrx-theme-appearance .card-1line-title .card-subtitle,
.xrx-theme-appearance .card-1line-title-subtitle .card-subtitle,
.xrx-theme-appearance .card-2line-title .card-subtitle,
.xrx-dark-appearance .card-1line-title .card-subtitle,
.xrx-dark-appearance .card-1line-title-subtitle .card-subtitle,
.xrx-dark-appearance .card-2line-title .card-subtitle {
  color: #e2eff5;
}
.xrx-theme-appearance .card-1line-title .right-object,
.xrx-theme-appearance .card-1line-title-subtitle .right-object,
.xrx-theme-appearance .card-2line-title .right-object,
.xrx-dark-appearance .card-1line-title .right-object,
.xrx-dark-appearance .card-1line-title-subtitle .right-object,
.xrx-dark-appearance .card-2line-title .right-object {
  color: #ffffff;
}
.xrx-theme-appearance .card-body,
.xrx-dark-appearance .card-body {
  color: #ffffff;
}

.xrx-dark-appearance .card-group {
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4), 0px 1px 3px rgba(0, 0, 0, 0.4), 0px 1px 2px rgba(0, 0, 0, 0.4);
}
.xrx-dark-appearance .xrx-card {
  background-color: #3F3F43;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4), 0px 1px 3px rgba(0, 0, 0, 0.4), 0px 1px 2px rgba(0, 0, 0, 0.4);
}
.xrx-dark-appearance .card-1line-title .card-subtitle,
.xrx-dark-appearance .card-1line-title-subtitle .card-subtitle,
.xrx-dark-appearance .card-2line-title .card-subtitle {
  color: #BBBCC3;
}

.xrx-dark-appearance .xrx-theme-appearance .xrx-card {
  background-color: #00546e;
}
.xrx-dark-appearance .xrx-theme-appearance .card-1line-title .card-subtitle,
.xrx-dark-appearance .xrx-theme-appearance .card-1line-title-subtitle .card-subtitle,
.xrx-dark-appearance .xrx-theme-appearance .card-2line-title .card-subtitle {
  color: #e2eff5;
}

.xrx-theme-appearance .xrx-card.disabled {
  background-color: #1e7b97;
}
.xrx-theme-appearance .xrx-card.card-dragging {
  box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.16), 0px 8px 12px rgba(0, 0, 0, 0.16), 0px 1px 12px rgba(0, 0, 0, 0.16);
}

.xrx-dark-appearance .xrx-card.disabled {
  background-color: #525256;
}
.xrx-dark-appearance .xrx-card.card-dragging {
  box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.4), 0px 8px 12px rgba(0, 0, 0, 0.4), 0px 1px 12px rgba(0, 0, 0, 0.4);
}

.xrx-dark-appearance .xrx-theme-appearance .xrx-card.disabled {
  background-color: #006482;
}

.using-mouse .xrx-dark-appearance .xrx-card.card-action:focus:not(.active):not(:hover), .using-mouse .xrx-dark-appearance .xrx-card.card-action:focus:not(:active):not(:hover) {
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4), 0px 1px 3px rgba(0, 0, 0, 0.4), 0px 1px 2px rgba(0, 0, 0, 0.4);
}
@media (hover) {
  .using-mouse .xrx-dark-appearance .xrx-card.card-action:hover {
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.4), 0px 3px 6px rgba(0, 0, 0, 0.4), 0px 1px 6px rgba(0, 0, 0, 0.4);
  }
}
.using-mouse .xrx-dark-appearance .xrx-card.card-action.active:not(.disabled), .using-mouse .xrx-dark-appearance .xrx-card.card-action:active:not(.disabled) {
  box-shadow: inset 0 1px 2px 0 rgb(0, 0, 0);
}

.xrx-tooltip {
  position: absolute;
  z-index: 1090;
  display: block;
  margin: 0;
  font-family: "Roboto Condensed", Roboto, "San Francisco", "Helvetica Neue", Helvetica, Arial, sans-serif;
  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;
  word-wrap: break-word;
  opacity: 0;
  transition: opacity 0.165s, margin 0.165s ease-in-out;
  pointer-events: none;
}
.xrx-tooltip.show {
  opacity: 1;
}
.xrx-tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.xrx-tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.extend-xrx-tooltip-top, .xrx-tooltip-auto[data-popper-placement^=top],
[class*=xrx-tooltip-top] {
  margin: -5px 0 !important;
}
.extend-xrx-tooltip-top.show, .show.xrx-tooltip-auto[data-popper-placement^=top],
[class*=xrx-tooltip-top].show {
  margin: 3px 0 !important;
}
.extend-xrx-tooltip-top .tooltip-arrow, .xrx-tooltip-auto[data-popper-placement^=top] .tooltip-arrow,
[class*=xrx-tooltip-top] .tooltip-arrow {
  bottom: -6px;
}
.extend-xrx-tooltip-top .tooltip-arrow::before, .xrx-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,
[class*=xrx-tooltip-top] .tooltip-arrow::before {
  border-width: 0.4rem 0.4rem 0;
  border-top-color: rgba(63, 63, 67, 0.94);
}

.extend-xrx-tooltip-right, .xrx-tooltip-auto[data-popper-placement^=right],
[class*=xrx-tooltip-right] {
  margin: 0 -5px !important;
}
.extend-xrx-tooltip-right.show, .show.xrx-tooltip-auto[data-popper-placement^=right],
[class*=xrx-tooltip-right].show {
  margin: 0 3px !important;
}
.extend-xrx-tooltip-right .tooltip-arrow, .xrx-tooltip-auto[data-popper-placement^=right] .tooltip-arrow,
[class*=xrx-tooltip-right] .tooltip-arrow {
  left: -6px;
}
.extend-xrx-tooltip-right .tooltip-arrow::before, .xrx-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before,
[class*=xrx-tooltip-right] .tooltip-arrow::before {
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: rgba(63, 63, 67, 0.94);
}

.extend-xrx-tooltip-bottom, .xrx-tooltip-auto[data-popper-placement^=bottom],
[class*=xrx-tooltip-bottom] {
  margin: -5px 0 !important;
}
.extend-xrx-tooltip-bottom.show, .show.xrx-tooltip-auto[data-popper-placement^=bottom],
[class*=xrx-tooltip-bottom].show {
  margin: 3px 0 !important;
}
.extend-xrx-tooltip-bottom .tooltip-arrow, .xrx-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow,
[class*=xrx-tooltip-bottom] .tooltip-arrow {
  top: -6px;
}
.extend-xrx-tooltip-bottom .tooltip-arrow::before, .xrx-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before,
[class*=xrx-tooltip-bottom] .tooltip-arrow::before {
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: rgba(63, 63, 67, 0.94);
}

.extend-xrx-tooltip-left, .xrx-tooltip-auto[data-popper-placement^=left],
[class*=xrx-tooltip-left] {
  margin: 0 -5px !important;
}
.extend-xrx-tooltip-left.show, .show.xrx-tooltip-auto[data-popper-placement^=left],
[class*=xrx-tooltip-left].show {
  margin: 0 3px !important;
}
.extend-xrx-tooltip-left .tooltip-arrow, .xrx-tooltip-auto[data-popper-placement^=left] .tooltip-arrow,
[class*=xrx-tooltip-left] .tooltip-arrow {
  right: -13px;
}
.extend-xrx-tooltip-left .tooltip-arrow::before, .xrx-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before,
[class*=xrx-tooltip-left] .tooltip-arrow::before {
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: rgba(63, 63, 67, 0.94);
}

.tooltip-header {
  display: flex;
  align-items: center;
  padding: 1px 1rem 0 1rem;
  height: 32px;
  text-align: left;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.15px;
  background-color: #525256;
}
.tooltip-header:empty {
  display: none;
}

.tooltip-content {
  padding: 0.75rem 1rem;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.25px;
}

.tooltip-inner {
  min-width: 48px;
  max-width: 250px;
  color: #ffffff;
  background-color: rgba(63, 63, 67, 0.94);
  border-radius: 0.375rem;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.16), 0px 4px 8px rgba(0, 0, 0, 0.16), 0px 1px 8px rgba(0, 0, 0, 0.16);
  overflow: hidden;
}

.tooltip-dark-mode-appearance .tooltip-header {
  background-color: rgba(217, 217, 223, 0.94);
  color: #000000;
}
.tooltip-dark-mode-appearance .tooltip-inner {
  background-color: rgba(250, 250, 255, 0.94);
  color: #000000;
}
.tooltip-dark-mode-appearance[class*=xrx-tooltip-top] .tooltip-arrow::before {
  border-top-color: rgba(250, 250, 255, 0.94);
}
.tooltip-dark-mode-appearance[class*=xrx-tooltip-right] .tooltip-arrow::before {
  border-right-color: rgba(250, 250, 255, 0.94);
}
.tooltip-dark-mode-appearance[class*=xrx-tooltip-bottom] .tooltip-arrow::before {
  border-bottom-color: rgba(250, 250, 255, 0.94);
}
.tooltip-dark-mode-appearance[class*=xrx-tooltip-left] .tooltip-arrow::before {
  border-left-color: rgba(250, 250, 255, 0.94);
}
/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/content/styles/document.scss?ngGlobalStyle ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*!
 * Bootstrap v4.3.1 (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)
 */
.xgl-file_unknown_2:before {
  content: "\e5f2";
}

.cb {
  position: relative;
  display: block;
  padding: 0.5rem;
}

:root {
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Roboto Condensed", Roboto, "San Francisco", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: "Roboto Condensed", Roboto, "San Francisco", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
  text-align: left;
  letter-spacing: 0.15px;
  background-color: #F2F2F9;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #006482;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  transition: color 0.25s;
}
a:hover, a:focus {
  color: #002B3C;
  text-decoration: underline;
  outline: none;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

ul a,
ol a,
p a {
  text-decoration: underline;
}

.bg-primary a {
  color: #ffffff;
}
.bg-primary a:hover, .bg-primary a:focus {
  color: #002B3C;
}

.chevron-glyph::after {
  position: relative;
  top: 0.375rem;
  display: inline-block;
  padding-left: 0.5rem;
  margin-right: -0.1875rem;
  margin-left: -0.1875rem;
  font-family: xglyphregular;
  font-size: 1.5rem;
  line-height: 1.5rem;
  text-decoration: none !important;
  content: "\e30b";
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #525256;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: thin dotted #333;
  outline-offset: 1px;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
legend.legend-sm {
  font-size: 1.125rem;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 1.0625rem;
  font-family: inherit;
  line-height: 1.1;
  color: #000000;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 2.125rem;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 1.0625rem;
}

h1, .h1 {
  font-size: 3.75rem;
  letter-spacing: -1.5px;
}

h2, .h2 {
  font-size: 3rem;
  letter-spacing: -0.5px;
}

h3, .h3 {
  font-size: 2.125rem;
  letter-spacing: 0px;
}

h4, .h4 {
  font-size: 1.75rem;
  letter-spacing: 0.25px;
}

h5, .h5 {
  font-size: 1.5rem;
  letter-spacing: 0px;
}

h6, .h6 {
  font-size: 1.25rem;
  letter-spacing: 0.25px;
}

h1, .h1,
h2, .h2 {
  font-weight: 300;
}

h3, .h3,
h4, .h4 {
  font-weight: 400;
}

h5, .h5,
h6, .h6 {
  font-weight: 700;
}

.lead {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.5;
  color: #525256;
}

small,
.small {
  font-size: 89%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.5625rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #525256;
}
.blockquote-footer::before {
  content: "— ";
}

.bg-primary {
  color: #ffffff;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

.img-circle {
  border-radius: 50%;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #F2F2F9;
  border: 1px solid #9E9FA4;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.photo-comment,
.figure-caption {
  font-size: 0.9375rem;
  font-weight: 300;
  color: #525256;
}

code {
  padding: 0.125rem 0.375rem;
  font-size: 87.5%;
  color: #9f0b14;
  word-break: break-word;
  background-color: #BBBCC3;
  border-radius: 0.25rem;
}
a > code {
  color: inherit;
}

.command-line {
  font-family: Courier, monospace;
  color: #fff;
  background-color: #000;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #ffffff;
  background-color: #1B1B1E;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #1B1B1E;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.fade {
  transition: opacity 0.15s linear;
}
@media screen and (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.close {
  float: right;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.5;
}
.close:hover, .close:focus {
  color: #000000;
  text-decoration: none;
  opacity: 0.75;
}
.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #006482 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #003d4f !important;
}

.bg-secondary {
  background-color: #525256 !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #39393c !important;
}

.bg-success {
  background-color: #24882b !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #19601e !important;
}

.bg-info {
  background-color: #177896 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #10556a !important;
}

.bg-warning {
  background-color: #fd9726 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #ee7e02 !important;
}

.bg-danger {
  background-color: #d92231 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #ad1b27 !important;
}

.bg-light {
  background-color: #D9D9DF !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #bdbdc8 !important;
}

.bg-dark {
  background-color: #29292D !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #111112 !important;
}

.bg-white {
  background-color: #ffffff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #9E9FA4 !important;
}

.border-top {
  border-top: 1px solid #9E9FA4 !important;
}

.border-right {
  border-right: 1px solid #9E9FA4 !important;
}

.border-bottom {
  border-bottom: 1px solid #9E9FA4 !important;
}

.border-left {
  border-left: 1px solid #9E9FA4 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #006482 !important;
}

.border-secondary {
  border-color: #525256 !important;
}

.border-success {
  border-color: #24882b !important;
}

.border-info {
  border-color: #177896 !important;
}

.border-warning {
  border-color: #fd9726 !important;
}

.border-danger {
  border-color: #d92231 !important;
}

.border-light {
  border-color: #D9D9DF !important;
}

.border-dark {
  border-color: #29292D !important;
}

.border-white {
  border-color: #ffffff !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #ffffff !important;
}

.text-primary {
  color: #006482 !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #003d4f !important;
}

.text-secondary {
  color: #525256 !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #39393c !important;
}

.text-success {
  color: #24882b !important;
}

a.text-success:hover, a.text-success:focus {
  color: #19601e !important;
}

.text-info {
  color: #177896 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #10556a !important;
}

.text-warning {
  color: #fd9726 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ee7e02 !important;
}

.text-danger {
  color: #d92231 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #ad1b27 !important;
}

.text-light {
  color: #D9D9DF !important;
}

a.text-light:hover, a.text-light:focus {
  color: #bdbdc8 !important;
}

.text-dark {
  color: #29292D !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #111112 !important;
}

.text-body {
  color: #000000 !important;
}

.text-muted {
  color: #525256 !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #67676C;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #ffffff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #9E9FA4 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #818187;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #818187;
  }
}
[class*=xrx-icon-] {
  box-sizing: content-box;
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.16);
  cursor: default;
}

.xrx-icon-disabled {
  opacity: 0.35;
  box-shadow: none;
}

.xrx-icon-sm {
  border-radius: 6px;
}

.xrx-icon-lg {
  border-radius: 12px;
}

.xrx-icon-xl {
  border-radius: 16px;
}

@font-face {
  font-family: xglyphregular;
  font-style: normal;
  font-weight: 400;
  src: url('xglyph-regular.eot');
  src: url('xglyph-regular.woff2') format("woff2"), url('xglyph-regular.woff') format("woff"), url('xglyph-regular.ttf') format("truetype");
}
[class*=xgl-] {
  position: relative;
  top: 0.0625rem;
  display: table-cell;
  padding: 0;
  margin: 0;
  font-family: xglyphregular;
  font-size: 0;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  line-height: 0;
  speak: none;
  text-transform: none;
  background: none;
  border: none;
  outline: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.xglsize-12 {
  top: 0rem;
}
.xglsize-12::before {
  font-size: 0.75rem;
  line-height: 0.75rem;
}

.xglsize-14 {
  top: 0rem;
}
.xglsize-14::before {
  font-size: 0.875rem;
  line-height: 0.875rem;
}

.xglsize-16 {
  top: 0rem;
}
.xglsize-16::before {
  font-size: 1rem;
  line-height: 1rem;
}

.xglsize-18 {
  top: 0rem;
}
.xglsize-18::before {
  font-size: 1.125rem;
  line-height: 1.125rem;
}

.xglsize-20 {
  top: 0rem;
}
.xglsize-20::before {
  font-size: 1.25rem;
  line-height: 1.25rem;
}

.xglsize-24 {
  top: 0rem;
}
.xglsize-24::before {
  font-size: 1.5rem;
  line-height: 1.5rem;
}

.xglsize-28::before {
  font-size: 1.75rem;
  line-height: 1.75rem;
}

.xglsize-32::before {
  font-size: 2rem;
  line-height: 2rem;
}

.xglsize-48::before {
  margin-right: -0.0625rem;
  margin-left: -0.0625rem;
  font-size: 3rem;
  line-height: 3rem;
}

.xglsize-64::before {
  margin-right: -0.125rem;
  margin-left: -0.125rem;
  font-size: 4rem;
  line-height: 4rem;
}

[class*=_two_tone]::before, [class*=_two_tone]::after {
  position: absolute;
  left: 0;
}
[class*=_two_tone].xglsize-12 {
  top: 0rem;
  width: 0.75rem;
  height: 0.75rem;
}
[class*=_two_tone].xglsize-12::before, [class*=_two_tone].xglsize-12::after {
  font-size: 0.75rem;
  line-height: 0.75rem;
}
[class*=_two_tone].xglsize-14 {
  top: 0rem;
  width: 0.875rem;
  height: 0.875rem;
}
[class*=_two_tone].xglsize-14::before, [class*=_two_tone].xglsize-14::after {
  font-size: 0.875rem;
  line-height: 0.875rem;
}
[class*=_two_tone].xglsize-16 {
  top: 0rem;
  width: 1rem;
  height: 1rem;
}
[class*=_two_tone].xglsize-16::before, [class*=_two_tone].xglsize-16::after {
  font-size: 1rem;
  line-height: 1rem;
}
[class*=_two_tone].xglsize-18 {
  top: 0rem;
  width: 1.125rem;
  height: 1.125rem;
}
[class*=_two_tone].xglsize-18::before, [class*=_two_tone].xglsize-18::after {
  font-size: 1.125rem;
  line-height: 1.125rem;
}
[class*=_two_tone].xglsize-20 {
  top: 0rem;
  width: 1.25rem;
  height: 1.25rem;
}
[class*=_two_tone].xglsize-20::before, [class*=_two_tone].xglsize-20::after {
  font-size: 1.25rem;
  line-height: 1.25rem;
}
[class*=_two_tone].xglsize-24 {
  top: 0rem;
  width: 1.5rem;
  height: 1.5rem;
}
[class*=_two_tone].xglsize-24::before, [class*=_two_tone].xglsize-24::after {
  font-size: 1.5rem;
  line-height: 1.5rem;
}
[class*=_two_tone].xglsize-28 {
  width: 1.75rem;
  height: 1.75rem;
}
[class*=_two_tone].xglsize-28::before, [class*=_two_tone].xglsize-28::after {
  font-size: 1.75rem;
  line-height: 1.75rem;
}
[class*=_two_tone].xglsize-32 {
  width: 2rem;
  height: 2rem;
}
[class*=_two_tone].xglsize-32::before, [class*=_two_tone].xglsize-32::after {
  font-size: 2rem;
  line-height: 2rem;
}
[class*=_two_tone].xglsize-48 {
  width: 2.875rem;
  height: 3rem;
}
[class*=_two_tone].xglsize-48::before, [class*=_two_tone].xglsize-48::after {
  margin-right: -0.0625rem;
  margin-left: -0.0625rem;
  font-size: 3rem;
  line-height: 3rem;
}
[class*=_two_tone].xglsize-64 {
  width: 3.75rem;
  height: 4rem;
}
[class*=_two_tone].xglsize-64::before, [class*=_two_tone].xglsize-64::after {
  margin-right: -0.125rem;
  margin-left: -0.125rem;
  font-size: 4rem;
  line-height: 4rem;
}

.xgl-accent_menu::before {
  content: "\e91f";
}

.xgl-accent_menu_alt::before {
  content: "\e920";
}

.xgl-accent_menu_two_tone::before {
  content: "\e91f";
}

.xgl-accent_menu_two_tone::after {
  content: "\e920";
  opacity: 0.2;
}

.xgl-accessibility::before {
  content: "\e000";
}

.xgl-accessibility_alt::before {
  content: "\e001";
}

.xgl-accessibility_two_tone::before {
  content: "\e000";
}

.xgl-accessibility_two_tone::after {
  content: "\e001";
  opacity: 0.2;
}

.xgl-accounting::before {
  content: "\e002";
}

.xgl-accounting_alt::before {
  content: "\e003";
}

.xgl-accounting_authentication::before {
  content: "\e887";
}

.xgl-accounting_authentication_alt::before {
  content: "\e888";
}

.xgl-accounting_authentication_two_tone::before {
  content: "\e887";
}

.xgl-accounting_authentication_two_tone::after {
  content: "\e888";
  opacity: 0.2;
}

.xgl-accounting_auxiliary_device::before {
  content: "\e004";
}

.xgl-accounting_auxiliary_device_alt::before {
  content: "\e005";
}

.xgl-accounting_auxiliary_device_two_tone::before {
  content: "\e004";
}

.xgl-accounting_auxiliary_device_two_tone::after {
  content: "\e005";
  opacity: 0.2;
}

.xgl-accounting_disabled::before {
  content: "\e006";
}

.xgl-accounting_disabled_alt::before {
  content: "\e007";
}

.xgl-accounting_disabled_two_tone::before {
  content: "\e006";
}

.xgl-accounting_disabled_two_tone::after {
  content: "\e007";
  opacity: 0.2;
}

.xgl-accounting_local::before {
  content: "\e885";
}

.xgl-accounting_local_alt::before {
  content: "\e886";
}

.xgl-accounting_local_two_tone::before {
  content: "\e885";
}

.xgl-accounting_local_two_tone::after {
  content: "\e886";
  opacity: 0.2;
}

.xgl-accounting_network::before {
  content: "\e008";
}

.xgl-accounting_network_alt::before {
  content: "\e009";
}

.xgl-accounting_network_two_tone::before {
  content: "\e008";
}

.xgl-accounting_network_two_tone::after {
  content: "\e009";
  opacity: 0.2;
}

.xgl-accounting_two_tone::before {
  content: "\e002";
}

.xgl-accounting_two_tone::after {
  content: "\e003";
  opacity: 0.2;
}

.xgl-acknowledgement_report::before {
  content: "\ea2b";
}

.xgl-acknowledgement_report_alt::before {
  content: "\ea2c";
}

.xgl-acknowledgement_report_two_tone::before {
  content: "\ea2b";
}

.xgl-acknowledgement_report_two_tone::after {
  content: "\ea2c";
  opacity: 0.2;
}

.xgl-activation_code::before {
  content: "\ea2d";
}

.xgl-activation_code_alt::before {
  content: "\ea2e";
}

.xgl-activation_code_two_tone::before {
  content: "\ea2d";
}

.xgl-activation_code_two_tone::after {
  content: "\ea2e";
  opacity: 0.2;
}

.xgl-activity::before {
  content: "\e00a";
}

.xgl-activity_alt::before {
  content: "\e00b";
}

.xgl-activity_two_tone::before {
  content: "\e00a";
}

.xgl-activity_two_tone::after {
  content: "\e00b";
  opacity: 0.2;
}

.xgl-add_circle::before {
  content: "\e00c";
}

.xgl-add_circle_alt::before {
  content: "\e00d";
}

.xgl-add_circle_two_tone::before {
  content: "\e00c";
}

.xgl-add_circle_two_tone::after {
  content: "\e00d";
  opacity: 0.2;
}

.xgl-add_selection::before {
  content: "\ea80";
}

.xgl-add_selection_alt::before {
  content: "\ea81";
}

.xgl-add_selection_two_tone::before {
  content: "\ea80";
}

.xgl-add_selection_two_tone::after {
  content: "\ea81";
  opacity: 0.2;
}

.xgl-add_square::before {
  content: "\e00e";
}

.xgl-add_square_alt::before {
  content: "\e00f";
}

.xgl-add_square_two_tone::before {
  content: "\e00e";
}

.xgl-add_square_two_tone::after {
  content: "\e00f";
  opacity: 0.2;
}

.xgl-address_book_import::before {
  content: "\ea2f";
}

.xgl-address_book_import_alt::before {
  content: "\ea30";
}

.xgl-address_book_import_two_tone::before {
  content: "\ea2f";
}

.xgl-address_book_import_two_tone::after {
  content: "\ea30";
  opacity: 0.2;
}

.xgl-address_book_network::before {
  content: "\ea31";
}

.xgl-address_book_network_alt::before {
  content: "\ea32";
}

.xgl-address_book_network_two_tone::before {
  content: "\ea31";
}

.xgl-address_book_network_two_tone::after {
  content: "\ea32";
  opacity: 0.2;
}

.xgl-adhesive_lef::before {
  content: "\e010";
}

.xgl-adhesive_lef_alt::before {
  content: "\e6c2";
}

.xgl-adhesive_lef_two_tone::before {
  content: "\e010";
}

.xgl-adhesive_lef_two_tone::after {
  content: "\e6c2";
  opacity: 0.2;
}

.xgl-adhesive_sef::before {
  content: "\e011";
}

.xgl-adhesive_sef_alt::before {
  content: "\e6c3";
}

.xgl-adhesive_sef_two_tone::before {
  content: "\e011";
}

.xgl-adhesive_sef_two_tone::after {
  content: "\e6c3";
  opacity: 0.2;
}

.xgl-air_flow_high::before {
  content: "\ec99";
}

.xgl-air_flow_low::before {
  content: "\ec97";
}

.xgl-air_flow_medium::before {
  content: "\ec98";
}

.xgl-airplane::before {
  content: "\e012";
}

.xgl-airplane_alt::before {
  content: "\e013";
}

.xgl-airplane_rtl::before {
  content: "\e589";
}

.xgl-airplane_rtl_alt::before {
  content: "\e58a";
}

.xgl-airplane_rtl_two_tone::before {
  content: "\e589";
}

.xgl-airplane_rtl_two_tone::after {
  content: "\e58a";
  opacity: 0.2;
}

.xgl-airplane_two_tone::before {
  content: "\e012";
}

.xgl-airplane_two_tone::after {
  content: "\e013";
  opacity: 0.2;
}

.xgl-airprint::before {
  content: "\e014";
}

.xgl-airprint_alt::before {
  content: "\e015";
}

.xgl-airprint_two_tone::before {
  content: "\e014";
}

.xgl-airprint_two_tone::after {
  content: "\e015";
  opacity: 0.2;
}

.xgl-alarmclock::before {
  content: "\e016";
}

.xgl-alarmclock_alt::before {
  content: "\e017";
}

.xgl-alarmclock_two_tone::before {
  content: "\e016";
}

.xgl-alarmclock_two_tone::after {
  content: "\e017";
  opacity: 0.2;
}

.xgl-alert::before {
  content: "\e018";
}

.xgl-alert_all::before {
  content: "\ec23";
}

.xgl-alert_all_alt::before {
  content: "\ec25";
}

.xgl-alert_all_two_tone::before {
  content: "\ec23";
}

.xgl-alert_all_two_tone::after {
  content: "\ec25";
  opacity: 0.2;
}

.xgl-alert_alt::before {
  content: "\e019";
}

.xgl-alert_square::before {
  content: "\e01a";
}

.xgl-alert_square_alt::before {
  content: "\e01b";
}

.xgl-alert_square_two_tone::before {
  content: "\e01a";
}

.xgl-alert_square_two_tone::after {
  content: "\e01b";
  opacity: 0.2;
}

.xgl-alert_two_tone::before {
  content: "\e018";
}

.xgl-alert_two_tone::after {
  content: "\e019";
  opacity: 0.2;
}

.xgl-aliasing::before {
  content: "\e833";
}

.xgl-align_bottom::before {
  content: "\e01c";
}

.xgl-align_center::before {
  content: "\e01d";
}

.xgl-align_dropdown::before {
  content: "\e01e";
}

.xgl-align_left::before {
  content: "\e01f";
}

.xgl-align_middle::before {
  content: "\e020";
}

.xgl-align_right::before {
  content: "\e021";
}

.xgl-align_top::before {
  content: "\e022";
}

.xgl-amazon_drive::before {
  content: "\e023";
}

.xgl-amex::before {
  content: "\ec9f";
}

.xgl-amex_alt::before {
  content: "\eca0";
}

.xgl-amex_two_tone::before {
  content: "\ec9f";
}

.xgl-amex_two_tone::after {
  content: "\eca0";
  opacity: 0.2;
}

.xgl-anchor::before {
  content: "\e9d0";
}

.xgl-android::before {
  content: "\e024";
}

.xgl-android_alt::before {
  content: "\ec8d";
}

.xgl-android_two_tone::before {
  content: "\e024";
}

.xgl-android_two_tone::after {
  content: "\ec8d";
  opacity: 0.2;
}

.xgl-annotate::before {
  content: "\ea82";
}

.xgl-annotate_alt::before {
  content: "\ea83";
}

.xgl-annotate_applied::before {
  content: "\e966";
}

.xgl-annotate_applied_alt::before {
  content: "\e967";
}

.xgl-annotate_applied_two_tone::before {
  content: "\e966";
}

.xgl-annotate_applied_two_tone::after {
  content: "\e967";
  opacity: 0.2;
}

.xgl-annotate_digits::before {
  content: "\e968";
}

.xgl-annotate_digits_alt::before {
  content: "\e969";
}

.xgl-annotate_digits_two_tone::before {
  content: "\e968";
}

.xgl-annotate_digits_two_tone::after {
  content: "\e969";
  opacity: 0.2;
}

.xgl-annotate_format::before {
  content: "\e96a";
}

.xgl-annotate_format_alt::before {
  content: "\e96b";
}

.xgl-annotate_format_color::before {
  content: "\e96c";
}

.xgl-annotate_format_color_alt::before {
  content: "\e96d";
}

.xgl-annotate_format_color_two_tone::before {
  content: "\e96c";
}

.xgl-annotate_format_color_two_tone::after {
  content: "\e96d";
  opacity: 0.2;
}

.xgl-annotate_format_style::before {
  content: "\ea35";
}

.xgl-annotate_format_style_alt::before {
  content: "\ea36";
}

.xgl-annotate_format_style_two_tone::before {
  content: "\ea35";
}

.xgl-annotate_format_style_two_tone::after {
  content: "\ea36";
  opacity: 0.2;
}

.xgl-annotate_format_two_tone::before {
  content: "\e96a";
}

.xgl-annotate_format_two_tone::after {
  content: "\e96b";
  opacity: 0.2;
}

.xgl-annotate_prefix::before {
  content: "\e970";
}

.xgl-annotate_prefix_alt::before {
  content: "\e971";
}

.xgl-annotate_prefix_two_tone::before {
  content: "\e970";
}

.xgl-annotate_prefix_two_tone::after {
  content: "\e971";
  opacity: 0.2;
}

.xgl-annotate_starting_number::before {
  content: "\e972";
}

.xgl-annotate_starting_number_alt::before {
  content: "\e973";
}

.xgl-annotate_starting_number_two_tone::before {
  content: "\e972";
}

.xgl-annotate_starting_number_two_tone::after {
  content: "\e973";
  opacity: 0.2;
}

.xgl-annotate_two_tone::before {
  content: "\ea82";
}

.xgl-annotate_two_tone::after {
  content: "\ea83";
  opacity: 0.2;
}

.xgl-announcement::before {
  content: "\e025";
}

.xgl-announcement_alt::before {
  content: "\e026";
}

.xgl-announcement_two_tone::before {
  content: "\e025";
}

.xgl-announcement_two_tone::after {
  content: "\e026";
  opacity: 0.2;
}

.xgl-app_gallery::before {
  content: "\e027";
}

.xgl-app_store::before {
  content: "\e974";
}

.xgl-apple::before {
  content: "\e028";
}

.xgl-apple_alt::before {
  content: "\ec8e";
}

.xgl-apple_two_tone::before {
  content: "\e028";
}

.xgl-apple_two_tone::after {
  content: "\ec8e";
  opacity: 0.2;
}

.xgl-applications::before {
  content: "\e029";
}

.xgl-applications_alt::before {
  content: "\e88b";
}

.xgl-applications_two_tone::before {
  content: "\e029";
}

.xgl-applications_two_tone::after {
  content: "\e88b";
  opacity: 0.2;
}

.xgl-approval::before {
  content: "\e02a";
}

.xgl-approval_alt::before {
  content: "\e02b";
}

.xgl-approval_two_tone::before {
  content: "\e02a";
}

.xgl-approval_two_tone::after {
  content: "\e02b";
  opacity: 0.2;
}

.xgl-archival_lef::before {
  content: "\e02c";
}

.xgl-archival_lef_alt::before {
  content: "\e6c4";
}

.xgl-archival_lef_two_tone::before {
  content: "\e02c";
}

.xgl-archival_lef_two_tone::after {
  content: "\e6c4";
  opacity: 0.2;
}

.xgl-archival_sef::before {
  content: "\e02d";
}

.xgl-archival_sef_alt::before {
  content: "\e6c5";
}

.xgl-archival_sef_two_tone::before {
  content: "\e02d";
}

.xgl-archival_sef_two_tone::after {
  content: "\e6c5";
  opacity: 0.2;
}

.xgl-arrow_down::before {
  content: "\e02e";
}

.xgl-arrow_down_circle::before {
  content: "\e02f";
}

.xgl-arrow_down_circle_alt::before {
  content: "\e030";
}

.xgl-arrow_down_circle_two_tone::before {
  content: "\e02f";
}

.xgl-arrow_down_circle_two_tone::after {
  content: "\e030";
  opacity: 0.2;
}

.xgl-arrow_down_left::before {
  content: "\e031";
}

.xgl-arrow_down_left_circle::before {
  content: "\e032";
}

.xgl-arrow_down_left_circle_alt::before {
  content: "\e033";
}

.xgl-arrow_down_left_circle_two_tone::before {
  content: "\e032";
}

.xgl-arrow_down_left_circle_two_tone::after {
  content: "\e033";
  opacity: 0.2;
}

.xgl-arrow_down_left_square::before {
  content: "\e034";
}

.xgl-arrow_down_left_square_alt::before {
  content: "\e035";
}

.xgl-arrow_down_left_square_two_tone::before {
  content: "\e034";
}

.xgl-arrow_down_left_square_two_tone::after {
  content: "\e035";
  opacity: 0.2;
}

.xgl-arrow_down_right::before {
  content: "\e036";
}

.xgl-arrow_down_right_circle::before {
  content: "\e037";
}

.xgl-arrow_down_right_circle_alt::before {
  content: "\e038";
}

.xgl-arrow_down_right_circle_two_tone::before {
  content: "\e037";
}

.xgl-arrow_down_right_circle_two_tone::after {
  content: "\e038";
  opacity: 0.2;
}

.xgl-arrow_down_right_square::before {
  content: "\e039";
}

.xgl-arrow_down_right_square_alt::before {
  content: "\e03a";
}

.xgl-arrow_down_right_square_two_tone::before {
  content: "\e039";
}

.xgl-arrow_down_right_square_two_tone::after {
  content: "\e03a";
  opacity: 0.2;
}

.xgl-arrow_down_square::before {
  content: "\e03b";
}

.xgl-arrow_down_square_alt::before {
  content: "\e03c";
}

.xgl-arrow_down_square_two_tone::before {
  content: "\e03b";
}

.xgl-arrow_down_square_two_tone::after {
  content: "\e03c";
  opacity: 0.2;
}

.xgl-arrow_left::before {
  content: "\e03d";
}

.xgl-arrow_left_circle::before {
  content: "\e03e";
}

.xgl-arrow_left_circle_alt::before {
  content: "\e03f";
}

.xgl-arrow_left_circle_two_tone::before {
  content: "\e03e";
}

.xgl-arrow_left_circle_two_tone::after {
  content: "\e03f";
  opacity: 0.2;
}

.xgl-arrow_left_right::before {
  content: "\e040";
}

.xgl-arrow_left_square::before {
  content: "\e041";
}

.xgl-arrow_left_square_alt::before {
  content: "\e042";
}

.xgl-arrow_left_square_two_tone::before {
  content: "\e041";
}

.xgl-arrow_left_square_two_tone::after {
  content: "\e042";
  opacity: 0.2;
}

.xgl-arrow_right::before {
  content: "\e043";
}

.xgl-arrow_right_circle::before {
  content: "\e044";
}

.xgl-arrow_right_circle_alt::before {
  content: "\e045";
}

.xgl-arrow_right_circle_two_tone::before {
  content: "\e044";
}

.xgl-arrow_right_circle_two_tone::after {
  content: "\e045";
  opacity: 0.2;
}

.xgl-arrow_right_square::before {
  content: "\e046";
}

.xgl-arrow_right_square_alt::before {
  content: "\e047";
}

.xgl-arrow_right_square_two_tone::before {
  content: "\e046";
}

.xgl-arrow_right_square_two_tone::after {
  content: "\e047";
  opacity: 0.2;
}

.xgl-arrow_up::before {
  content: "\e048";
}

.xgl-arrow_up_circle::before {
  content: "\e049";
}

.xgl-arrow_up_circle_alt::before {
  content: "\e04a";
}

.xgl-arrow_up_circle_two_tone::before {
  content: "\e049";
}

.xgl-arrow_up_circle_two_tone::after {
  content: "\e04a";
  opacity: 0.2;
}

.xgl-arrow_up_down::before {
  content: "\e04b";
}

.xgl-arrow_up_left::before {
  content: "\e04c";
}

.xgl-arrow_up_left_circle::before {
  content: "\e04d";
}

.xgl-arrow_up_left_circle_alt::before {
  content: "\e04e";
}

.xgl-arrow_up_left_circle_two_tone::before {
  content: "\e04d";
}

.xgl-arrow_up_left_circle_two_tone::after {
  content: "\e04e";
  opacity: 0.2;
}

.xgl-arrow_up_left_square::before {
  content: "\e04f";
}

.xgl-arrow_up_left_square_alt::before {
  content: "\e050";
}

.xgl-arrow_up_left_square_two_tone::before {
  content: "\e04f";
}

.xgl-arrow_up_left_square_two_tone::after {
  content: "\e050";
  opacity: 0.2;
}

.xgl-arrow_up_right::before {
  content: "\e051";
}

.xgl-arrow_up_right_circle::before {
  content: "\e052";
}

.xgl-arrow_up_right_circle_alt::before {
  content: "\e053";
}

.xgl-arrow_up_right_circle_two_tone::before {
  content: "\e052";
}

.xgl-arrow_up_right_circle_two_tone::after {
  content: "\e053";
  opacity: 0.2;
}

.xgl-arrow_up_right_square::before {
  content: "\e054";
}

.xgl-arrow_up_right_square_alt::before {
  content: "\e055";
}

.xgl-arrow_up_right_square_two_tone::before {
  content: "\e054";
}

.xgl-arrow_up_right_square_two_tone::after {
  content: "\e055";
  opacity: 0.2;
}

.xgl-arrow_up_square::before {
  content: "\e056";
}

.xgl-arrow_up_square_alt::before {
  content: "\e057";
}

.xgl-arrow_up_square_two_tone::before {
  content: "\e056";
}

.xgl-arrow_up_square_two_tone::after {
  content: "\e057";
  opacity: 0.2;
}

.xgl-asterisk::before {
  content: "\e058";
}

.xgl-asterisk_alt::before {
  content: "\e059";
}

.xgl-asterisk_overlay::before {
  content: "\e834";
}

.xgl-asterisk_square::before {
  content: "\e05a";
}

.xgl-asterisk_square_alt::before {
  content: "\e05b";
}

.xgl-asterisk_square_two_tone::before {
  content: "\e05a";
}

.xgl-asterisk_square_two_tone::after {
  content: "\e05b";
  opacity: 0.2;
}

.xgl-asterisk_two_tone::before {
  content: "\e058";
}

.xgl-asterisk_two_tone::after {
  content: "\e059";
  opacity: 0.2;
}

.xgl-audio_wave::before {
  content: "\e79a";
}

.xgl-auto::before {
  content: "\e05c";
}

.xgl-auto_alt::before {
  content: "\e05d";
}

.xgl-auto_disabled::before {
  content: "\e05e";
}

.xgl-auto_disabled_alt::before {
  content: "\e05f";
}

.xgl-auto_disabled_two_tone::before {
  content: "\e05e";
}

.xgl-auto_disabled_two_tone::after {
  content: "\e05f";
  opacity: 0.2;
}

.xgl-auto_orientation::before {
  content: "\ea8b";
}

.xgl-auto_orientation_alt::before {
  content: "\ea8c";
}

.xgl-auto_orientation_two_tone::before {
  content: "\ea8b";
}

.xgl-auto_orientation_two_tone::after {
  content: "\ea8c";
  opacity: 0.2;
}

.xgl-auto_select_type_lef::before {
  content: "\e060";
}

.xgl-auto_select_type_lef_alt::before {
  content: "\e6c6";
}

.xgl-auto_select_type_lef_two_tone::before {
  content: "\e060";
}

.xgl-auto_select_type_lef_two_tone::after {
  content: "\e6c6";
  opacity: 0.2;
}

.xgl-auto_select_type_sef::before {
  content: "\e061";
}

.xgl-auto_select_type_sef_alt::before {
  content: "\e6c7";
}

.xgl-auto_select_type_sef_two_tone::before {
  content: "\e061";
}

.xgl-auto_select_type_sef_two_tone::after {
  content: "\e6c7";
  opacity: 0.2;
}

.xgl-auto_two_tone::before {
  content: "\e05c";
}

.xgl-auto_two_tone::after {
  content: "\e05d";
  opacity: 0.2;
}

.xgl-auto_wake_sleep::before {
  content: "\e832";
}

.xgl-background_color::before {
  content: "\e062";
}

.xgl-background_color_two_tone::before {
  content: "\e062";
}

.xgl-background_color_two_tone::after {
  content: "\e0d3";
  opacity: 0.2;
}

.xgl-background_suppression::before {
  content: "\ea8d";
}

.xgl-background_suppression_alt::before {
  content: "\ea8e";
}

.xgl-background_suppression_two_tone::before {
  content: "\ea8d";
}

.xgl-background_suppression_two_tone::after {
  content: "\ea8e";
  opacity: 0.2;
}

.xgl-backlog::before {
  content: "\e063";
}

.xgl-backlog_alt::before {
  content: "\e064";
}

.xgl-backlog_two_tone::before {
  content: "\e063";
}

.xgl-backlog_two_tone::after {
  content: "\e064";
  opacity: 0.2;
}

.xgl-backspace::before {
  content: "\e065";
}

.xgl-backspace_alt::before {
  content: "\e066";
}

.xgl-backspace_rtl::before {
  content: "\e59e";
}

.xgl-backspace_rtl_alt::before {
  content: "\e59f";
}

.xgl-backspace_rtl_two_tone::before {
  content: "\e59e";
}

.xgl-backspace_rtl_two_tone::after {
  content: "\e59f";
  opacity: 0.2;
}

.xgl-backspace_two_tone::before {
  content: "\e065";
}

.xgl-backspace_two_tone::after {
  content: "\e066";
  opacity: 0.2;
}

.xgl-bar_chart::before {
  content: "\e067";
}

.xgl-bar_chart_alt::before {
  content: "\e068";
}

.xgl-bar_chart_square::before {
  content: "\e069";
}

.xgl-bar_chart_square_alt::before {
  content: "\e06a";
}

.xgl-bar_chart_square_two_tone::before {
  content: "\e069";
}

.xgl-bar_chart_square_two_tone::after {
  content: "\e06a";
  opacity: 0.2;
}

.xgl-bar_chart_two_tone::before {
  content: "\e067";
}

.xgl-bar_chart_two_tone::after {
  content: "\e068";
  opacity: 0.2;
}

.xgl-barcode::before {
  content: "\e06b";
}

.xgl-barcode_alt::before {
  content: "\e06c";
}

.xgl-barcode_two_tone::before {
  content: "\e06b";
}

.xgl-barcode_two_tone::after {
  content: "\e06c";
  opacity: 0.2;
}

.xgl-bates_stamp::before {
  content: "\e06d";
}

.xgl-bates_stamp_alt::before {
  content: "\e06e";
}

.xgl-bates_stamp_two_tone::before {
  content: "\e06d";
}

.xgl-bates_stamp_two_tone::after {
  content: "\e06e";
  opacity: 0.2;
}

.xgl-battery_alert::before {
  content: "\e6c0";
}

.xgl-battery_alert_two_tone::before {
  content: "\e6c0";
}

.xgl-battery_alert_two_tone::after {
  content: "\e6be";
  opacity: 0.2;
}

.xgl-battery_alt::before {
  content: "\e6be";
}

.xgl-battery_disabled::before {
  content: "\e6bf";
}

.xgl-battery_disabled_two_tone::before {
  content: "\e6bf";
}

.xgl-battery_disabled_two_tone::after {
  content: "\e6be";
  opacity: 0.2;
}

.xgl-battery_eighty::before {
  content: "\e6b9";
}

.xgl-battery_eighty_two_tone::before {
  content: "\e6b9";
}

.xgl-battery_eighty_two_tone::after {
  content: "\e6be";
  opacity: 0.2;
}

.xgl-battery_empty::before {
  content: "\e6bd";
}

.xgl-battery_empty_two_tone::before {
  content: "\e6bd";
}

.xgl-battery_empty_two_tone::after {
  content: "\e6be";
  opacity: 0.2;
}

.xgl-battery_fourty::before {
  content: "\e6bb";
}

.xgl-battery_fourty_two_tone::before {
  content: "\e6bb";
}

.xgl-battery_fourty_two_tone::after {
  content: "\e6be";
  opacity: 0.2;
}

.xgl-battery_full::before {
  content: "\e6b8";
}

.xgl-battery_full_two_tone::before {
  content: "\e6b8";
}

.xgl-battery_full_two_tone::after {
  content: "\e6be";
  opacity: 0.2;
}

.xgl-battery_remove::before {
  content: "\e6c1";
}

.xgl-battery_remove_two_tone::before {
  content: "\e6c1";
}

.xgl-battery_remove_two_tone::after {
  content: "\e6be";
  opacity: 0.2;
}

.xgl-battery_sixty::before {
  content: "\e6ba";
}

.xgl-battery_sixty_two_tone::before {
  content: "\e6ba";
}

.xgl-battery_sixty_two_tone::after {
  content: "\e6be";
  opacity: 0.2;
}

.xgl-battery_twenty::before {
  content: "\e6bc";
}

.xgl-battery_twenty_two_tone::before {
  content: "\e6bc";
}

.xgl-battery_twenty_two_tone::after {
  content: "\e6be";
  opacity: 0.2;
}

.xgl-bell::before {
  content: "\e06f";
}

.xgl-bell_alt::before {
  content: "\e070";
}

.xgl-bell_disabled::before {
  content: "\e071";
}

.xgl-bell_disabled_alt::before {
  content: "\e072";
}

.xgl-bell_disabled_two_tone::before {
  content: "\e071";
}

.xgl-bell_disabled_two_tone::after {
  content: "\e072";
  opacity: 0.2;
}

.xgl-bell_two_tone::before {
  content: "\e06f";
}

.xgl-bell_two_tone::after {
  content: "\e070";
  opacity: 0.2;
}

.xgl-belt::before {
  content: "\e80d";
}

.xgl-belt_alt::before {
  content: "\e80e";
}

.xgl-belt_two_tone::before {
  content: "\e80d";
}

.xgl-belt_two_tone::after {
  content: "\e80e";
  opacity: 0.2;
}

.xgl-bicycle::before {
  content: "\e843";
}

.xgl-billboard::before {
  content: "\e073";
}

.xgl-billboard_alt::before {
  content: "\e074";
}

.xgl-billboard_two_tone::before {
  content: "\e073";
}

.xgl-billboard_two_tone::after {
  content: "\e074";
  opacity: 0.2;
}

.xgl-billing_usage_sheets::before {
  content: "\ea37";
}

.xgl-billing_usage_sheets_alt::before {
  content: "\ea38";
}

.xgl-billing_usage_sheets_two_tone::before {
  content: "\ea37";
}

.xgl-billing_usage_sheets_two_tone::after {
  content: "\ea38";
  opacity: 0.2;
}

.xgl-binary::before {
  content: "\e5cc";
}

.xgl-binary_alt::before {
  content: "\e5cb";
}

.xgl-binary_two_tone::before {
  content: "\e5cc";
}

.xgl-binary_two_tone::after {
  content: "\e5cb";
  opacity: 0.2;
}

.xgl-binding::before {
  content: "\e835";
}

.xgl-binding_alt::before {
  content: "\e836";
}

.xgl-binding_two_tone::before {
  content: "\e835";
}

.xgl-binding_two_tone::after {
  content: "\e836";
  opacity: 0.2;
}

.xgl-bird::before {
  content: "\e975";
}

.xgl-bird_alt::before {
  content: "\e976";
}

.xgl-bird_two_tone::before {
  content: "\e975";
}

.xgl-bird_two_tone::after {
  content: "\e976";
  opacity: 0.2;
}

.xgl-black_impressions_recieved::before {
  content: "\ea39";
}

.xgl-black_impressions_recieved_alt::before {
  content: "\ea3a";
}

.xgl-black_impressions_recieved_two_tone::before {
  content: "\ea39";
}

.xgl-black_impressions_recieved_two_tone::after {
  content: "\ea3a";
  opacity: 0.2;
}

.xgl-black_white::before {
  content: "\e837";
}

.xgl-blocks::before {
  content: "\e800";
}

.xgl-blocks_alt::before {
  content: "\e801";
}

.xgl-blocks_two_tone::before {
  content: "\e800";
}

.xgl-blocks_two_tone::after {
  content: "\e801";
  opacity: 0.2;
}

.xgl-bluetooth::before {
  content: "\e075";
}

.xgl-bluetooth_audio::before {
  content: "\e076";
}

.xgl-bluetooth_off::before {
  content: "\e077";
}

.xgl-bluetooth_square::before {
  content: "\e078";
}

.xgl-bluetooth_square_alt::before {
  content: "\e079";
}

.xgl-bluetooth_square_two_tone::before {
  content: "\e078";
}

.xgl-bluetooth_square_two_tone::after {
  content: "\e079";
  opacity: 0.2;
}

.xgl-bold::before {
  content: "\e07a";
}

.xgl-bond_lef::before {
  content: "\e07b";
}

.xgl-bond_lef_alt::before {
  content: "\e6c8";
}

.xgl-bond_lef_two_tone::before {
  content: "\e07b";
}

.xgl-bond_lef_two_tone::after {
  content: "\e6c8";
  opacity: 0.2;
}

.xgl-bond_reloaded_lef::before {
  content: "\e945";
}

.xgl-bond_reloaded_lef_alt::before {
  content: "\e946";
}

.xgl-bond_reloaded_lef_two_tone::before {
  content: "\e945";
}

.xgl-bond_reloaded_lef_two_tone::after {
  content: "\e946";
  opacity: 0.2;
}

.xgl-bond_reloaded_sef::before {
  content: "\e947";
}

.xgl-bond_reloaded_sef_alt::before {
  content: "\e948";
}

.xgl-bond_reloaded_sef_two_tone::before {
  content: "\e947";
}

.xgl-bond_reloaded_sef_two_tone::after {
  content: "\e948";
  opacity: 0.2;
}

.xgl-bond_sef::before {
  content: "\e07c";
}

.xgl-bond_sef_alt::before {
  content: "\e6c9";
}

.xgl-bond_sef_two_tone::before {
  content: "\e07c";
}

.xgl-bond_sef_two_tone::after {
  content: "\e6c9";
  opacity: 0.2;
}

.xgl-book::before {
  content: "\e07d";
}

.xgl-book_alt::before {
  content: "\e07e";
}

.xgl-book_copy_both::before {
  content: "\e9e3";
}

.xgl-book_copy_both_alt::before {
  content: "\e9e4";
}

.xgl-book_copy_both_top::before {
  content: "\e9e5";
}

.xgl-book_copy_both_top_alt::before {
  content: "\e9e6";
}

.xgl-book_copy_both_top_two_tone::before {
  content: "\e9e5";
}

.xgl-book_copy_both_top_two_tone::after {
  content: "\e9e6";
  opacity: 0.2;
}

.xgl-book_copy_both_two_tone::before {
  content: "\e9e3";
}

.xgl-book_copy_both_two_tone::after {
  content: "\e9e4";
  opacity: 0.2;
}

.xgl-book_copy_bottom::before {
  content: "\e9e7";
}

.xgl-book_copy_bottom_alt::before {
  content: "\e9e8";
}

.xgl-book_copy_bottom_two_tone::before {
  content: "\e9e7";
}

.xgl-book_copy_bottom_two_tone::after {
  content: "\e9e8";
  opacity: 0.2;
}

.xgl-book_copy_left::before {
  content: "\e9e9";
}

.xgl-book_copy_left_alt::before {
  content: "\e9ea";
}

.xgl-book_copy_left_two_tone::before {
  content: "\e9e9";
}

.xgl-book_copy_left_two_tone::after {
  content: "\e9ea";
  opacity: 0.2;
}

.xgl-book_copy_right::before {
  content: "\e9eb";
}

.xgl-book_copy_right_alt::before {
  content: "\e9ec";
}

.xgl-book_copy_right_two_tone::before {
  content: "\e9eb";
}

.xgl-book_copy_right_two_tone::after {
  content: "\e9ec";
  opacity: 0.2;
}

.xgl-book_copy_top::before {
  content: "\e9ed";
}

.xgl-book_copy_top_alt::before {
  content: "\e9ee";
}

.xgl-book_copy_top_two_tone::before {
  content: "\e9ed";
}

.xgl-book_copy_top_two_tone::after {
  content: "\e9ee";
  opacity: 0.2;
}

.xgl-book_copy_ttob::before {
  content: "\e9ef";
}

.xgl-book_copy_ttob_alt::before {
  content: "\e9f0";
}

.xgl-book_copy_ttob_two_tone::before {
  content: "\e9ef";
}

.xgl-book_copy_ttob_two_tone::after {
  content: "\e9f0";
  opacity: 0.2;
}

.xgl-book_create::before {
  content: "\e9f1";
}

.xgl-book_create_alt::before {
  content: "\e9f2";
}

.xgl-book_create_cover::before {
  content: "\e9f3";
}

.xgl-book_create_cover_alt::before {
  content: "\e9f4";
}

.xgl-book_create_cover_blank::before {
  content: "\e9f5";
}

.xgl-book_create_cover_blank_alt::before {
  content: "\e9f6";
}

.xgl-book_create_cover_blank_two_tone::before {
  content: "\e9f5";
}

.xgl-book_create_cover_blank_two_tone::after {
  content: "\e9f6";
  opacity: 0.2;
}

.xgl-book_create_cover_both::before {
  content: "\e9f7";
}

.xgl-book_create_cover_both_alt::before {
  content: "\e9f8";
}

.xgl-book_create_cover_both_two_tone::before {
  content: "\e9f7";
}

.xgl-book_create_cover_both_two_tone::after {
  content: "\e9f8";
  opacity: 0.2;
}

.xgl-book_create_cover_outside::before {
  content: "\e9f9";
}

.xgl-book_create_cover_outside_alt::before {
  content: "\e9fa";
}

.xgl-book_create_cover_outside_two_tone::before {
  content: "\e9f9";
}

.xgl-book_create_cover_outside_two_tone::after {
  content: "\e9fa";
  opacity: 0.2;
}

.xgl-book_create_cover_two_tone::before {
  content: "\e9f3";
}

.xgl-book_create_cover_two_tone::after {
  content: "\e9f4";
  opacity: 0.2;
}

.xgl-book_create_crease::before {
  content: "\e9fb";
}

.xgl-book_create_crease_alt::before {
  content: "\e9fc";
}

.xgl-book_create_crease_staple::before {
  content: "\e9fd";
}

.xgl-book_create_crease_staple_alt::before {
  content: "\e9fe";
}

.xgl-book_create_crease_staple_two_tone::before {
  content: "\e9fd";
}

.xgl-book_create_crease_staple_two_tone::after {
  content: "\e9fe";
  opacity: 0.2;
}

.xgl-book_create_crease_two_tone::before {
  content: "\e9fb";
}

.xgl-book_create_crease_two_tone::after {
  content: "\e9fc";
  opacity: 0.2;
}

.xgl-book_create_finishing_bkfold_bkstaple::before {
  content: "\e9ff";
}

.xgl-book_create_finishing_bkfold_bkstaple_alt::before {
  content: "\ea00";
}

.xgl-book_create_finishing_bkfold_bkstaple_two_tone::before {
  content: "\e9ff";
}

.xgl-book_create_finishing_bkfold_bkstaple_two_tone::after {
  content: "\ea00";
  opacity: 0.2;
}

.xgl-book_create_gutter::before {
  content: "\ea01";
}

.xgl-book_create_gutter_alt::before {
  content: "\ea02";
}

.xgl-book_create_gutter_two_tone::before {
  content: "\ea01";
}

.xgl-book_create_gutter_two_tone::after {
  content: "\ea02";
  opacity: 0.2;
}

.xgl-book_create_odd_back::before {
  content: "\ea03";
}

.xgl-book_create_odd_back_alt::before {
  content: "\ea04";
}

.xgl-book_create_odd_back_two_tone::before {
  content: "\ea03";
}

.xgl-book_create_odd_back_two_tone::after {
  content: "\ea04";
  opacity: 0.2;
}

.xgl-book_create_odd_front::before {
  content: "\ea05";
}

.xgl-book_create_odd_front_alt::before {
  content: "\ea06";
}

.xgl-book_create_odd_front_two_tone::before {
  content: "\ea05";
}

.xgl-book_create_odd_front_two_tone::after {
  content: "\ea06";
  opacity: 0.2;
}

.xgl-book_create_sheets::before {
  content: "\ea07";
}

.xgl-book_create_sheets_alt::before {
  content: "\ea08";
}

.xgl-book_create_sheets_two_tone::before {
  content: "\ea07";
}

.xgl-book_create_sheets_two_tone::after {
  content: "\ea08";
  opacity: 0.2;
}

.xgl-book_create_two_tone::before {
  content: "\e9f1";
}

.xgl-book_create_two_tone::after {
  content: "\e9f2";
  opacity: 0.2;
}

.xgl-book_face_down::before {
  content: "\e76f";
}

.xgl-book_face_down_alt::before {
  content: "\ec86";
}

.xgl-book_face_down_two_tone::before {
  content: "\e76f";
}

.xgl-book_face_down_two_tone::after {
  content: "\ec86";
  opacity: 0.2;
}

.xgl-book_face_up::before {
  content: "\e770";
}

.xgl-book_face_up_alt::before {
  content: "\ec87";
}

.xgl-book_face_up_two_tone::before {
  content: "\e770";
}

.xgl-book_face_up_two_tone::after {
  content: "\ec87";
  opacity: 0.2;
}

.xgl-book_fold::before {
  content: "\e881";
}

.xgl-book_fold_alt::before {
  content: "\e882";
}

.xgl-book_fold_two_tone::before {
  content: "\e881";
}

.xgl-book_fold_two_tone::after {
  content: "\e882";
  opacity: 0.2;
}

.xgl-book_half::before {
  content: "\ea09";
}

.xgl-book_half_two_tone::before {
  content: "\ea09";
}

.xgl-book_half_two_tone::after {
  content: "\e07e";
  opacity: 0.2;
}

.xgl-book_shelf::before {
  content: "\e6a7";
}

.xgl-book_shelf_alt::before {
  content: "\e6a8";
}

.xgl-book_shelf_two_tone::before {
  content: "\e6a7";
}

.xgl-book_shelf_two_tone::after {
  content: "\e6a8";
  opacity: 0.2;
}

.xgl-book_two_tone::before {
  content: "\e07d";
}

.xgl-book_two_tone::after {
  content: "\e07e";
  opacity: 0.2;
}

.xgl-bookmark::before {
  content: "\e07f";
}

.xgl-bookmark_alt::before {
  content: "\e080";
}

.xgl-bookmark_two_tone::before {
  content: "\e07f";
}

.xgl-bookmark_two_tone::after {
  content: "\e080";
  opacity: 0.2;
}

.xgl-bootstrap::before {
  content: "\e081";
}

.xgl-bootstrap_alt::before {
  content: "\ec76";
}

.xgl-bootstrap_two_tone::before {
  content: "\e081";
}

.xgl-bootstrap_two_tone::after {
  content: "\ec76";
  opacity: 0.2;
}

.xgl-bottom::before {
  content: "\e6b5";
}

.xgl-bounce::before {
  content: "\e977";
}

.xgl-bounce_alt::before {
  content: "\e978";
}

.xgl-bounce_two_tone::before {
  content: "\e977";
}

.xgl-bounce_two_tone::after {
  content: "\e978";
  opacity: 0.2;
}

.xgl-box::before {
  content: "\e082";
}

.xgl-box_alt::before {
  content: "\e083";
}

.xgl-box_two_tone::before {
  content: "\e082";
}

.xgl-box_two_tone::after {
  content: "\e083";
  opacity: 0.2;
}

.xgl-braille::before {
  content: "\e7b3";
}

.xgl-braille_alt::before {
  content: "\e7b4";
}

.xgl-braille_two_tone::before {
  content: "\e7b3";
}

.xgl-braille_two_tone::after {
  content: "\e7b4";
  opacity: 0.2;
}

.xgl-break::before {
  content: "\e65b";
}

.xgl-break_alt::before {
  content: "\e65c";
}

.xgl-break_two_tone::before {
  content: "\e65b";
}

.xgl-break_two_tone::after {
  content: "\e65c";
  opacity: 0.2;
}

.xgl-bridge::before {
  content: "\e952";
}

.xgl-bridge_alt::before {
  content: "\e953";
}

.xgl-bridge_two_tone::before {
  content: "\e952";
}

.xgl-bridge_two_tone::after {
  content: "\e953";
  opacity: 0.2;
}

.xgl-briefcase::before {
  content: "\e084";
}

.xgl-briefcase_alt::before {
  content: "\e085";
}

.xgl-briefcase_two_tone::before {
  content: "\e084";
}

.xgl-briefcase_two_tone::after {
  content: "\e085";
  opacity: 0.2;
}

.xgl-brightness::before {
  content: "\e086";
}

.xgl-brightness_alt::before {
  content: "\e087";
}

.xgl-brightness_two_tone::before {
  content: "\e086";
}

.xgl-brightness_two_tone::after {
  content: "\e087";
  opacity: 0.2;
}

.xgl-brush::before {
  content: "\e088";
}

.xgl-brush_alt::before {
  content: "\e089";
}

.xgl-brush_two_tone::before {
  content: "\e088";
}

.xgl-brush_two_tone::after {
  content: "\e089";
  opacity: 0.2;
}

.xgl-bug::before {
  content: "\e63a";
}

.xgl-bug_alt::before {
  content: "\e63b";
}

.xgl-bug_two_tone::before {
  content: "\e63a";
}

.xgl-bug_two_tone::after {
  content: "\e63b";
  opacity: 0.2;
}

.xgl-build::before {
  content: "\e08a";
}

.xgl-build_alt::before {
  content: "\e08b";
}

.xgl-build_job_off::before {
  content: "\ea3b";
}

.xgl-build_two_tone::before {
  content: "\e08a";
}

.xgl-build_two_tone::after {
  content: "\e08b";
  opacity: 0.2;
}

.xgl-business::before {
  content: "\e08c";
}

.xgl-business_alt::before {
  content: "\e08d";
}

.xgl-business_favorite::before {
  content: "\e8b8";
}

.xgl-business_favorite_alt::before {
  content: "\e8c0";
}

.xgl-business_favorite_two_tone::before {
  content: "\e8b8";
}

.xgl-business_favorite_two_tone::after {
  content: "\e8c0";
  opacity: 0.2;
}

.xgl-business_two_tone::before {
  content: "\e08c";
}

.xgl-business_two_tone::after {
  content: "\e08d";
  opacity: 0.2;
}

.xgl-businesses::before {
  content: "\e08e";
}

.xgl-businesses_alt::before {
  content: "\e08f";
}

.xgl-businesses_two_tone::before {
  content: "\e08e";
}

.xgl-businesses_two_tone::after {
  content: "\e08f";
  opacity: 0.2;
}

.xgl-busy_stack_bkgd::before {
  content: "\e979";
}

.xgl-busy_stack_frgd::before {
  content: "\e97a";
}

.xgl-busy_stack_mdgd::before {
  content: "\e97b";
}

.xgl-buy::before {
  content: "\e939";
}

.xgl-buy_alt::before {
  content: "\e93a";
}

.xgl-buy_two_tone::before {
  content: "\e939";
}

.xgl-buy_two_tone::after {
  content: "\e93a";
  opacity: 0.2;
}

.xgl-bypass_feed::before {
  content: "\e838";
}

.xgl-bypass_feed_alt::before {
  content: "\e839";
}

.xgl-bypass_feed_two_tone::before {
  content: "\e838";
}

.xgl-bypass_feed_two_tone::after {
  content: "\e839";
  opacity: 0.2;
}

.xgl-bypass_paper_empty::before {
  content: "\e090";
}

.xgl-bypass_paper_present::before {
  content: "\e091";
}

.xgl-calculate::before {
  content: "\e092";
}

.xgl-calculate_alt::before {
  content: "\e093";
}

.xgl-calculate_two_tone::before {
  content: "\e092";
}

.xgl-calculate_two_tone::after {
  content: "\e093";
  opacity: 0.2;
}

.xgl-calculator::before {
  content: "\e094";
}

.xgl-calculator_alt::before {
  content: "\e095";
}

.xgl-calculator_two_tone::before {
  content: "\e094";
}

.xgl-calculator_two_tone::after {
  content: "\e095";
  opacity: 0.2;
}

.xgl-calendar::before {
  content: "\e096";
}

.xgl-calendar_add::before {
  content: "\e097";
}

.xgl-calendar_add_alt::before {
  content: "\e098";
}

.xgl-calendar_add_two_tone::before {
  content: "\e097";
}

.xgl-calendar_add_two_tone::after {
  content: "\e098";
  opacity: 0.2;
}

.xgl-calendar_alt::before {
  content: "\e099";
}

.xgl-calendar_blank::before {
  content: "\e09a";
}

.xgl-calendar_blank_alt::before {
  content: "\e09b";
}

.xgl-calendar_blank_two_tone::before {
  content: "\e09a";
}

.xgl-calendar_blank_two_tone::after {
  content: "\e09b";
  opacity: 0.2;
}

.xgl-calendar_cancel::before {
  content: "\e09c";
}

.xgl-calendar_cancel_alt::before {
  content: "\e09d";
}

.xgl-calendar_cancel_two_tone::before {
  content: "\e09c";
}

.xgl-calendar_cancel_two_tone::after {
  content: "\e09d";
  opacity: 0.2;
}

.xgl-calendar_check::before {
  content: "\e09e";
}

.xgl-calendar_check_alt::before {
  content: "\e09f";
}

.xgl-calendar_check_two_tone::before {
  content: "\e09e";
}

.xgl-calendar_check_two_tone::after {
  content: "\e09f";
  opacity: 0.2;
}

.xgl-calendar_daily::before {
  content: "\ea0a";
}

.xgl-calendar_daily_alt::before {
  content: "\ea0b";
}

.xgl-calendar_daily_two_tone::before {
  content: "\ea0a";
}

.xgl-calendar_daily_two_tone::after {
  content: "\ea0b";
  opacity: 0.2;
}

.xgl-calendar_day::before {
  content: "\e0a0";
}

.xgl-calendar_day_alt::before {
  content: "\e0a1";
}

.xgl-calendar_day_two_tone::before {
  content: "\e0a0";
}

.xgl-calendar_day_two_tone::after {
  content: "\e0a1";
  opacity: 0.2;
}

.xgl-calendar_download::before {
  content: "\e0a2";
}

.xgl-calendar_download_alt::before {
  content: "\e0a3";
}

.xgl-calendar_download_two_tone::before {
  content: "\e0a2";
}

.xgl-calendar_download_two_tone::after {
  content: "\e0a3";
  opacity: 0.2;
}

.xgl-calendar_friday::before {
  content: "\ea0c";
}

.xgl-calendar_friday_alt::before {
  content: "\ea0d";
}

.xgl-calendar_friday_two_tone::before {
  content: "\ea0c";
}

.xgl-calendar_friday_two_tone::after {
  content: "\ea0d";
  opacity: 0.2;
}

.xgl-calendar_monday::before {
  content: "\ea0e";
}

.xgl-calendar_monday_alt::before {
  content: "\ea0f";
}

.xgl-calendar_monday_two_tone::before {
  content: "\ea0e";
}

.xgl-calendar_monday_two_tone::after {
  content: "\ea0f";
  opacity: 0.2;
}

.xgl-calendar_month::before {
  content: "\e0a4";
}

.xgl-calendar_month_alt::before {
  content: "\e0a5";
}

.xgl-calendar_month_two_tone::before {
  content: "\e0a4";
}

.xgl-calendar_month_two_tone::after {
  content: "\e0a5";
  opacity: 0.2;
}

.xgl-calendar_monthly::before {
  content: "\ea10";
}

.xgl-calendar_monthly_alt::before {
  content: "\ea11";
}

.xgl-calendar_monthly_two_tone::before {
  content: "\ea10";
}

.xgl-calendar_monthly_two_tone::after {
  content: "\ea11";
  opacity: 0.2;
}

.xgl-calendar_never::before {
  content: "\ea12";
}

.xgl-calendar_never_alt::before {
  content: "\ea13";
}

.xgl-calendar_never_two_tone::before {
  content: "\ea12";
}

.xgl-calendar_never_two_tone::after {
  content: "\ea13";
  opacity: 0.2;
}

.xgl-calendar_saturday::before {
  content: "\ea14";
}

.xgl-calendar_saturday_alt::before {
  content: "\ea15";
}

.xgl-calendar_saturday_two_tone::before {
  content: "\ea14";
}

.xgl-calendar_saturday_two_tone::after {
  content: "\ea15";
  opacity: 0.2;
}

.xgl-calendar_subtract::before {
  content: "\e0a6";
}

.xgl-calendar_subtract_alt::before {
  content: "\e0a7";
}

.xgl-calendar_subtract_two_tone::before {
  content: "\e0a6";
}

.xgl-calendar_subtract_two_tone::after {
  content: "\e0a7";
  opacity: 0.2;
}

.xgl-calendar_sunday::before {
  content: "\ea16";
}

.xgl-calendar_sunday_alt::before {
  content: "\ea17";
}

.xgl-calendar_sunday_two_tone::before {
  content: "\ea16";
}

.xgl-calendar_sunday_two_tone::after {
  content: "\ea17";
  opacity: 0.2;
}

.xgl-calendar_thursday::before {
  content: "\ea18";
}

.xgl-calendar_thursday_alt::before {
  content: "\ea19";
}

.xgl-calendar_thursday_two_tone::before {
  content: "\ea18";
}

.xgl-calendar_thursday_two_tone::after {
  content: "\ea19";
  opacity: 0.2;
}

.xgl-calendar_tuesday::before {
  content: "\ea1a";
}

.xgl-calendar_tuesday_alt::before {
  content: "\ea1b";
}

.xgl-calendar_tuesday_two_tone::before {
  content: "\ea1a";
}

.xgl-calendar_tuesday_two_tone::after {
  content: "\ea1b";
  opacity: 0.2;
}

.xgl-calendar_two_tone::before {
  content: "\e096";
}

.xgl-calendar_two_tone::after {
  content: "\e099";
  opacity: 0.2;
}

.xgl-calendar_upload::before {
  content: "\e0a8";
}

.xgl-calendar_upload_alt::before {
  content: "\e0a9";
}

.xgl-calendar_upload_two_tone::before {
  content: "\e0a8";
}

.xgl-calendar_upload_two_tone::after {
  content: "\e0a9";
  opacity: 0.2;
}

.xgl-calendar_wednesday::before {
  content: "\ea1c";
}

.xgl-calendar_wednesday_alt::before {
  content: "\ea1d";
}

.xgl-calendar_wednesday_two_tone::before {
  content: "\ea1c";
}

.xgl-calendar_wednesday_two_tone::after {
  content: "\ea1d";
  opacity: 0.2;
}

.xgl-calendar_week::before {
  content: "\e0aa";
}

.xgl-calendar_week_alt::before {
  content: "\e0ab";
}

.xgl-calendar_week_two_tone::before {
  content: "\e0aa";
}

.xgl-calendar_week_two_tone::after {
  content: "\e0ab";
  opacity: 0.2;
}

.xgl-calendar_weekly::before {
  content: "\ea1e";
}

.xgl-calendar_weekly_alt::before {
  content: "\ea1f";
}

.xgl-calendar_weekly_two_tone::before {
  content: "\ea1e";
}

.xgl-calendar_weekly_two_tone::after {
  content: "\ea1f";
  opacity: 0.2;
}

.xgl-callout::before {
  content: "\e0ac";
}

.xgl-callout_alt::before {
  content: "\e0ad";
}

.xgl-callout_two_tone::before {
  content: "\e0ac";
}

.xgl-callout_two_tone::after {
  content: "\e0ad";
  opacity: 0.2;
}

.xgl-camera::before {
  content: "\e0ae";
}

.xgl-camera_alt::before {
  content: "\e0af";
}

.xgl-camera_rotate::before {
  content: "\e97c";
}

.xgl-camera_rotate_alt::before {
  content: "\e97d";
}

.xgl-camera_rotate_two_tone::before {
  content: "\e97c";
}

.xgl-camera_rotate_two_tone::after {
  content: "\e97d";
  opacity: 0.2;
}

.xgl-camera_two_tone::before {
  content: "\e0ae";
}

.xgl-camera_two_tone::after {
  content: "\e0af";
  opacity: 0.2;
}

.xgl-caps::before {
  content: "\e0b0";
}

.xgl-car_side::before {
  content: "\e625";
}

.xgl-car_side_alt::before {
  content: "\e626";
}

.xgl-car_side_two_tone::before {
  content: "\e625";
}

.xgl-car_side_two_tone::after {
  content: "\e626";
  opacity: 0.2;
}

.xgl-card::before {
  content: "\e0b1";
}

.xgl-card_alt::before {
  content: "\ec80";
}

.xgl-card_chip::before {
  content: "\e0b2";
}

.xgl-card_chip_alt::before {
  content: "\e0b3";
}

.xgl-card_chip_two_tone::before {
  content: "\e0b2";
}

.xgl-card_chip_two_tone::after {
  content: "\e0b3";
  opacity: 0.2;
}

.xgl-card_two_tone::before {
  content: "\e0b1";
}

.xgl-card_two_tone::after {
  content: "\ec80";
  opacity: 0.2;
}

.xgl-cardstock_lef::before {
  content: "\ebd7";
}

.xgl-cardstock_lef_alt::before {
  content: "\ebd8";
}

.xgl-cardstock_lef_two_tone::before {
  content: "\ebd7";
}

.xgl-cardstock_lef_two_tone::after {
  content: "\ebd8";
  opacity: 0.2;
}

.xgl-cardstock_sef::before {
  content: "\ebd5";
}

.xgl-cardstock_sef_alt::before {
  content: "\ebd6";
}

.xgl-cardstock_sef_two_tone::before {
  content: "\ebd5";
}

.xgl-cardstock_sef_two_tone::after {
  content: "\ebd6";
  opacity: 0.2;
}

.xgl-carousel::before {
  content: "\e0b4";
}

.xgl-carousel_add::before {
  content: "\eae5";
}

.xgl-carousel_add_alt::before {
  content: "\eae6";
}

.xgl-carousel_add_two_tone::before {
  content: "\eae5";
}

.xgl-carousel_add_two_tone::after {
  content: "\eae6";
  opacity: 0.2;
}

.xgl-carousel_alt::before {
  content: "\e0b5";
}

.xgl-carousel_left::before {
  content: "\e889";
}

.xgl-carousel_right::before {
  content: "\e88a";
}

.xgl-carousel_two_tone::before {
  content: "\e0b4";
}

.xgl-carousel_two_tone::after {
  content: "\e0b5";
  opacity: 0.2;
}

.xgl-cart::before {
  content: "\e0b6";
}

.xgl-cart_alt::before {
  content: "\e0b7";
}

.xgl-cart_disabled::before {
  content: "\e0b8";
}

.xgl-cart_disabled_alt::before {
  content: "\e0b9";
}

.xgl-cart_disabled_two_tone::before {
  content: "\e0b8";
}

.xgl-cart_disabled_two_tone::after {
  content: "\e0b9";
  opacity: 0.2;
}

.xgl-cart_overlay::before {
  content: "\e0ba";
}

.xgl-cart_two_tone::before {
  content: "\e0b6";
}

.xgl-cart_two_tone::after {
  content: "\e0b7";
  opacity: 0.2;
}

.xgl-cast_coated_lef::before {
  content: "\e0bb";
}

.xgl-cast_coated_lef_alt::before {
  content: "\e6ca";
}

.xgl-cast_coated_lef_two_tone::before {
  content: "\e0bb";
}

.xgl-cast_coated_lef_two_tone::after {
  content: "\e6ca";
  opacity: 0.2;
}

.xgl-cast_coated_sef::before {
  content: "\e0bc";
}

.xgl-cast_coated_sef_alt::before {
  content: "\e6cb";
}

.xgl-cast_coated_sef_two_tone::before {
  content: "\e0bc";
}

.xgl-cast_coated_sef_two_tone::after {
  content: "\e6cb";
  opacity: 0.2;
}

.xgl-center_text::before {
  content: "\e0bd";
}

.xgl-certificate::before {
  content: "\e0be";
}

.xgl-certificate_alt::before {
  content: "\e0bf";
}

.xgl-certificate_blank::before {
  content: "\e0c0";
}

.xgl-certificate_blank_alt::before {
  content: "\e0c1";
}

.xgl-certificate_blank_two_tone::before {
  content: "\e0c0";
}

.xgl-certificate_blank_two_tone::after {
  content: "\e0c1";
  opacity: 0.2;
}

.xgl-certificate_download::before {
  content: "\e7fa";
}

.xgl-certificate_download_alt::before {
  content: "\e7f9";
}

.xgl-certificate_download_two_tone::before {
  content: "\e7fa";
}

.xgl-certificate_download_two_tone::after {
  content: "\e7f9";
  opacity: 0.2;
}

.xgl-certificate_error::before {
  content: "\e0c2";
}

.xgl-certificate_error_alt::before {
  content: "\e0c3";
}

.xgl-certificate_error_two_tone::before {
  content: "\e0c2";
}

.xgl-certificate_error_two_tone::after {
  content: "\e0c3";
  opacity: 0.2;
}

.xgl-certificate_favorite::before {
  content: "\ea2a";
}

.xgl-certificate_favorite_alt::before {
  content: "\ea3c";
}

.xgl-certificate_favorite_two_tone::before {
  content: "\ea2a";
}

.xgl-certificate_favorite_two_tone::after {
  content: "\ea3c";
  opacity: 0.2;
}

.xgl-certificate_group::before {
  content: "\ea3d";
}

.xgl-certificate_group_alt::before {
  content: "\ea3e";
}

.xgl-certificate_group_favorite::before {
  content: "\ea3f";
}

.xgl-certificate_group_favorite_alt::before {
  content: "\ea42";
}

.xgl-certificate_group_favorite_two_tone::before {
  content: "\ea3f";
}

.xgl-certificate_group_favorite_two_tone::after {
  content: "\ea42";
  opacity: 0.2;
}

.xgl-certificate_group_two_tone::before {
  content: "\ea3d";
}

.xgl-certificate_group_two_tone::after {
  content: "\ea3e";
  opacity: 0.2;
}

.xgl-certificate_processing::before {
  content: "\e844";
}

.xgl-certificate_processing_alt::before {
  content: "\e845";
}

.xgl-certificate_processing_two_tone::before {
  content: "\e844";
}

.xgl-certificate_processing_two_tone::after {
  content: "\e845";
  opacity: 0.2;
}

.xgl-certificate_two_tone::before {
  content: "\e0be";
}

.xgl-certificate_two_tone::after {
  content: "\e0bf";
  opacity: 0.2;
}

.xgl-certificate_unverified::before {
  content: "\e846";
}

.xgl-certificate_unverified_alt::before {
  content: "\e847";
}

.xgl-certificate_unverified_two_tone::before {
  content: "\e846";
}

.xgl-certificate_unverified_two_tone::after {
  content: "\e847";
  opacity: 0.2;
}

.xgl-certificate_upload::before {
  content: "\e0c4";
}

.xgl-certificate_upload_alt::before {
  content: "\e0c5";
}

.xgl-certificate_upload_two_tone::before {
  content: "\e0c4";
}

.xgl-certificate_upload_two_tone::after {
  content: "\e0c5";
  opacity: 0.2;
}

.xgl-certificate_user::before {
  content: "\ea40";
}

.xgl-certificate_user_alt::before {
  content: "\ea41";
}

.xgl-certificate_user_two_tone::before {
  content: "\ea40";
}

.xgl-certificate_user_two_tone::after {
  content: "\ea41";
  opacity: 0.2;
}

.xgl-certified::before {
  content: "\e0c6";
}

.xgl-certified_alt::before {
  content: "\e0c7";
}

.xgl-certified_rtl::before {
  content: "\e5af";
}

.xgl-certified_rtl_alt::before {
  content: "\e5ae";
}

.xgl-certified_rtl_two_tone::before {
  content: "\e5af";
}

.xgl-certified_rtl_two_tone::after {
  content: "\e5ae";
  opacity: 0.2;
}

.xgl-certified_two_tone::before {
  content: "\e0c6";
}

.xgl-certified_two_tone::after {
  content: "\e0c7";
  opacity: 0.2;
}

.xgl-change::before {
  content: "\e0c8";
}

.xgl-chapter_start::before {
  content: "\ea43";
}

.xgl-chapter_start_alt::before {
  content: "\ea44";
}

.xgl-chapter_start_left::before {
  content: "\ea45";
}

.xgl-chapter_start_left_alt::before {
  content: "\ea46";
}

.xgl-chapter_start_left_two_tone::before {
  content: "\ea45";
}

.xgl-chapter_start_left_two_tone::after {
  content: "\ea46";
  opacity: 0.2;
}

.xgl-chapter_start_two_tone::before {
  content: "\ea43";
}

.xgl-chapter_start_two_tone::after {
  content: "\ea44";
  opacity: 0.2;
}

.xgl-chart::before {
  content: "\e0c9";
}

.xgl-chart_alt::before {
  content: "\e0ca";
}

.xgl-chart_two_tone::before {
  content: "\e0c9";
}

.xgl-chart_two_tone::after {
  content: "\e0ca";
  opacity: 0.2;
}

.xgl-chat::before {
  content: "\e0cb";
}

.xgl-chat_alt::before {
  content: "\e0cc";
}

.xgl-chat_ellipsis::before {
  content: "\ea8f";
}

.xgl-chat_ellipsis_alt::before {
  content: "\ea90";
}

.xgl-chat_ellipsis_two_tone::before {
  content: "\ea8f";
}

.xgl-chat_ellipsis_two_tone::after {
  content: "\ea90";
  opacity: 0.2;
}

.xgl-chat_multiple::before {
  content: "\e0cd";
}

.xgl-chat_multiple_alt::before {
  content: "\e0ce";
}

.xgl-chat_multiple_ellipsis::before {
  content: "\e0cf";
}

.xgl-chat_multiple_ellipsis_alt::before {
  content: "\e0d0";
}

.xgl-chat_multiple_ellipsis_two_tone::before {
  content: "\e0cf";
}

.xgl-chat_multiple_ellipsis_two_tone::after {
  content: "\e0d0";
  opacity: 0.2;
}

.xgl-chat_multiple_two_tone::before {
  content: "\e0cd";
}

.xgl-chat_multiple_two_tone::after {
  content: "\e0ce";
  opacity: 0.2;
}

.xgl-chat_text::before {
  content: "\e0d1";
}

.xgl-chat_text_alt::before {
  content: "\e0d2";
}

.xgl-chat_text_rtl::before {
  content: "\e5ad";
}

.xgl-chat_text_rtl_alt::before {
  content: "\e5ac";
}

.xgl-chat_text_rtl_two_tone::before {
  content: "\e5ad";
}

.xgl-chat_text_rtl_two_tone::after {
  content: "\e5ac";
  opacity: 0.2;
}

.xgl-chat_text_two_tone::before {
  content: "\e0d1";
}

.xgl-chat_text_two_tone::after {
  content: "\e0d2";
  opacity: 0.2;
}

.xgl-chat_two_tone::before {
  content: "\e0cb";
}

.xgl-chat_two_tone::after {
  content: "\e0cc";
  opacity: 0.2;
}

.xgl-check_background::before {
  content: "\e0d3";
}

.xgl-check_off::before {
  content: "\e0d4";
}

.xgl-check_on::before {
  content: "\e0d5";
}

.xgl-check_on_press::before {
  content: "\e0d6";
}

.xgl-check_switch::before {
  content: "\ea91";
}

.xgl-checklist::before {
  content: "\e0d7";
}

.xgl-checklist_alt::before {
  content: "\e0d8";
}

.xgl-checklist_rtl::before {
  content: "\e5a0";
}

.xgl-checklist_rtl_alt::before {
  content: "\e5a1";
}

.xgl-checklist_rtl_two_tone::before {
  content: "\e5a0";
}

.xgl-checklist_rtl_two_tone::after {
  content: "\e5a1";
  opacity: 0.2;
}

.xgl-checklist_two_tone::before {
  content: "\e0d7";
}

.xgl-checklist_two_tone::after {
  content: "\e0d8";
  opacity: 0.2;
}

.xgl-checkmark::before {
  content: "\e0d9";
}

.xgl-checkmark_circle::before {
  content: "\e0da";
}

.xgl-checkmark_circle_alt::before {
  content: "\e0db";
}

.xgl-checkmark_circle_break::before {
  content: "\e0dc";
}

.xgl-checkmark_circle_break_alt::before {
  content: "\e7f8";
}

.xgl-checkmark_circle_break_two_tone::before {
  content: "\e0dc";
}

.xgl-checkmark_circle_break_two_tone::after {
  content: "\e7f8";
  opacity: 0.2;
}

.xgl-checkmark_circle_two_tone::before {
  content: "\e0da";
}

.xgl-checkmark_circle_two_tone::after {
  content: "\e0db";
  opacity: 0.2;
}

.xgl-chip_card::before {
  content: "\e97e";
}

.xgl-chip_card_alt::before {
  content: "\e97f";
}

.xgl-chip_card_two_tone::before {
  content: "\e97e";
}

.xgl-chip_card_two_tone::after {
  content: "\e97f";
  opacity: 0.2;
}

.xgl-chrome::before {
  content: "\e0dd";
}

.xgl-chrome_alt::before {
  content: "\ec77";
}

.xgl-chrome_two_tone::before {
  content: "\e0dd";
}

.xgl-chrome_two_tone::after {
  content: "\ec77";
  opacity: 0.2;
}

.xgl-circle::before {
  content: "\e0de";
}

.xgl-circle_alt::before {
  content: "\e0df";
}

.xgl-circle_bkgd::before {
  content: "\e0e0";
}

.xgl-circle_two_tone::before {
  content: "\e0de";
}

.xgl-circle_two_tone::after {
  content: "\e0df";
  opacity: 0.2;
}

.xgl-circuit::before {
  content: "\e0e1";
}

.xgl-circuit_alt::before {
  content: "\e0e2";
}

.xgl-circuit_two_tone::before {
  content: "\e0e1";
}

.xgl-circuit_two_tone::after {
  content: "\e0e2";
  opacity: 0.2;
}

.xgl-circular_eighty::before {
  content: "\e876";
}

.xgl-circular_eighty_five::before {
  content: "\e877";
}

.xgl-circular_fifteen::before {
  content: "\e869";
}

.xgl-circular_fifty::before {
  content: "\e870";
}

.xgl-circular_fifty_five::before {
  content: "\e871";
}

.xgl-circular_five::before {
  content: "\e867";
}

.xgl-circular_fourty::before {
  content: "\e86e";
}

.xgl-circular_fourty_five::before {
  content: "\e86f";
}

.xgl-circular_hundred::before {
  content: "\e87a";
}

.xgl-circular_ninety::before {
  content: "\e878";
}

.xgl-circular_ninety_five::before {
  content: "\e879";
}

.xgl-circular_seventy::before {
  content: "\e874";
}

.xgl-circular_seventy_five::before {
  content: "\e875";
}

.xgl-circular_sixty::before {
  content: "\e872";
}

.xgl-circular_sixty_five::before {
  content: "\e873";
}

.xgl-circular_ten::before {
  content: "\e868";
}

.xgl-circular_thirty::before {
  content: "\e86c";
}

.xgl-circular_thirty_five::before {
  content: "\e86d";
}

.xgl-circular_twenty::before {
  content: "\e86a";
}

.xgl-circular_twenty_five::before {
  content: "\e86b";
}

.xgl-circular_zero::before {
  content: "\e866";
}

.xgl-cleaner::before {
  content: "\e66f";
}

.xgl-cleaner_alt::before {
  content: "\e670";
}

.xgl-cleaner_two_tone::before {
  content: "\e66f";
}

.xgl-cleaner_two_tone::after {
  content: "\e670";
  opacity: 0.2;
}

.xgl-cleaning::before {
  content: "\e771";
}

.xgl-cleaning_alt::before {
  content: "\e772";
}

.xgl-cleaning_two_tone::before {
  content: "\e771";
}

.xgl-cleaning_two_tone::after {
  content: "\e772";
  opacity: 0.2;
}

.xgl-clear_all::before {
  content: "\e0e3";
}

.xgl-clear_all_alt::before {
  content: "\e0e4";
}

.xgl-clear_all_panel::before {
  content: "\e773";
}

.xgl-clear_all_two_tone::before {
  content: "\e0e3";
}

.xgl-clear_all_two_tone::after {
  content: "\e0e4";
  opacity: 0.2;
}

.xgl-clear_fax::before {
  content: "\e9e1";
}

.xgl-clear_fax_alt::before {
  content: "\e9e2";
}

.xgl-clear_fax_two_tone::before {
  content: "\e9e1";
}

.xgl-clear_fax_two_tone::after {
  content: "\e9e2";
  opacity: 0.2;
}

.xgl-clipboard::before {
  content: "\e0e5";
}

.xgl-clipboard_accounting::before {
  content: "\ec34";
}

.xgl-clipboard_accounting_alt::before {
  content: "\ec35";
}

.xgl-clipboard_accounting_two_tone::before {
  content: "\ec34";
}

.xgl-clipboard_accounting_two_tone::after {
  content: "\ec35";
  opacity: 0.2;
}

.xgl-clipboard_add::before {
  content: "\e627";
}

.xgl-clipboard_add_alt::before {
  content: "\e628";
}

.xgl-clipboard_add_two_tone::before {
  content: "\e627";
}

.xgl-clipboard_add_two_tone::after {
  content: "\e628";
  opacity: 0.2;
}

.xgl-clipboard_alt::before {
  content: "\e0e6";
}

.xgl-clipboard_check::before {
  content: "\e0e7";
}

.xgl-clipboard_check_alt::before {
  content: "\e0e8";
}

.xgl-clipboard_check_disabled::before {
  content: "\ea20";
}

.xgl-clipboard_check_disabled_alt::before {
  content: "\ea21";
}

.xgl-clipboard_check_disabled_two_tone::before {
  content: "\ea20";
}

.xgl-clipboard_check_disabled_two_tone::after {
  content: "\ea21";
  opacity: 0.2;
}

.xgl-clipboard_check_rtl::before {
  content: "\e58b";
}

.xgl-clipboard_check_rtl_alt::before {
  content: "\e58c";
}

.xgl-clipboard_check_rtl_two_tone::before {
  content: "\e58b";
}

.xgl-clipboard_check_rtl_two_tone::after {
  content: "\e58c";
  opacity: 0.2;
}

.xgl-clipboard_check_two_tone::before {
  content: "\e0e7";
}

.xgl-clipboard_check_two_tone::after {
  content: "\e0e8";
  opacity: 0.2;
}

.xgl-clipboard_data::before {
  content: "\e0e9";
}

.xgl-clipboard_data_alt::before {
  content: "\e0ea";
}

.xgl-clipboard_data_two_tone::before {
  content: "\e0e9";
}

.xgl-clipboard_data_two_tone::after {
  content: "\e0ea";
  opacity: 0.2;
}

.xgl-clipboard_disabled::before {
  content: "\ea22";
}

.xgl-clipboard_disabled_alt::before {
  content: "\ea23";
}

.xgl-clipboard_disabled_two_tone::before {
  content: "\ea22";
}

.xgl-clipboard_disabled_two_tone::after {
  content: "\ea23";
  opacity: 0.2;
}

.xgl-clipboard_error::before {
  content: "\ea24";
}

.xgl-clipboard_error_alt::before {
  content: "\ea25";
}

.xgl-clipboard_error_two_tone::before {
  content: "\ea24";
}

.xgl-clipboard_error_two_tone::after {
  content: "\ea25";
  opacity: 0.2;
}

.xgl-clipboard_list::before {
  content: "\e0eb";
}

.xgl-clipboard_list_alt::before {
  content: "\e0ec";
}

.xgl-clipboard_list_rtl::before {
  content: "\e58d";
}

.xgl-clipboard_list_rtl_alt::before {
  content: "\e58e";
}

.xgl-clipboard_list_rtl_two_tone::before {
  content: "\e58d";
}

.xgl-clipboard_list_rtl_two_tone::after {
  content: "\e58e";
  opacity: 0.2;
}

.xgl-clipboard_list_two_tone::before {
  content: "\e0eb";
}

.xgl-clipboard_list_two_tone::after {
  content: "\e0ec";
  opacity: 0.2;
}

.xgl-clipboard_print::before {
  content: "\eb9c";
}

.xgl-clipboard_print_alt::before {
  content: "\eb9d";
}

.xgl-clipboard_print_two_tone::before {
  content: "\eb9c";
}

.xgl-clipboard_print_two_tone::after {
  content: "\eb9d";
  opacity: 0.2;
}

.xgl-clipboard_two_tone::before {
  content: "\e0e5";
}

.xgl-clipboard_two_tone::after {
  content: "\e0e6";
  opacity: 0.2;
}

.xgl-clock::before {
  content: "\e0ed";
}

.xgl-clock_alt::before {
  content: "\e0ee";
}

.xgl-clock_square::before {
  content: "\e0ef";
}

.xgl-clock_square_alt::before {
  content: "\e0f0";
}

.xgl-clock_square_two_tone::before {
  content: "\e0ef";
}

.xgl-clock_square_two_tone::after {
  content: "\e0f0";
  opacity: 0.2;
}

.xgl-clock_two_tone::before {
  content: "\e0ed";
}

.xgl-clock_two_tone::after {
  content: "\e0ee";
  opacity: 0.2;
}

.xgl-clone::before {
  content: "\e62f";
}

.xgl-clone_alt::before {
  content: "\e630";
}

.xgl-clone_destination::before {
  content: "\e631";
}

.xgl-clone_source::before {
  content: "\e632";
}

.xgl-clone_two_tone::before {
  content: "\e62f";
}

.xgl-clone_two_tone::after {
  content: "\e630";
  opacity: 0.2;
}

.xgl-close::before {
  content: "\e0f1";
}

.xgl-close_square::before {
  content: "\e0f2";
}

.xgl-close_square_alt::before {
  content: "\e0f3";
}

.xgl-close_square_two_tone::before {
  content: "\e0f2";
}

.xgl-close_square_two_tone::after {
  content: "\e0f3";
  opacity: 0.2;
}

.xgl-cloud::before {
  content: "\e0f4";
}

.xgl-cloud_add::before {
  content: "\e0f5";
}

.xgl-cloud_add_alt::before {
  content: "\e0f6";
}

.xgl-cloud_add_square::before {
  content: "\e0f7";
}

.xgl-cloud_add_square_alt::before {
  content: "\e0f8";
}

.xgl-cloud_add_square_two_tone::before {
  content: "\e0f7";
}

.xgl-cloud_add_square_two_tone::after {
  content: "\e0f8";
  opacity: 0.2;
}

.xgl-cloud_add_two_tone::before {
  content: "\e0f5";
}

.xgl-cloud_add_two_tone::after {
  content: "\e0f6";
  opacity: 0.2;
}

.xgl-cloud_alt::before {
  content: "\e0f9";
}

.xgl-cloud_check::before {
  content: "\e0fa";
}

.xgl-cloud_check_alt::before {
  content: "\e0fb";
}

.xgl-cloud_check_square::before {
  content: "\e0fc";
}

.xgl-cloud_check_square_alt::before {
  content: "\e0fd";
}

.xgl-cloud_check_square_two_tone::before {
  content: "\e0fc";
}

.xgl-cloud_check_square_two_tone::after {
  content: "\e0fd";
  opacity: 0.2;
}

.xgl-cloud_check_two_tone::before {
  content: "\e0fa";
}

.xgl-cloud_check_two_tone::after {
  content: "\e0fb";
  opacity: 0.2;
}

.xgl-cloud_circle::before {
  content: "\e0fe";
}

.xgl-cloud_circle_alt::before {
  content: "\e0ff";
}

.xgl-cloud_circle_two_tone::before {
  content: "\e0fe";
}

.xgl-cloud_circle_two_tone::after {
  content: "\e0ff";
  opacity: 0.2;
}

.xgl-cloud_close::before {
  content: "\e100";
}

.xgl-cloud_close_alt::before {
  content: "\e101";
}

.xgl-cloud_close_square::before {
  content: "\e102";
}

.xgl-cloud_close_square_alt::before {
  content: "\e103";
}

.xgl-cloud_close_square_two_tone::before {
  content: "\e102";
}

.xgl-cloud_close_square_two_tone::after {
  content: "\e103";
  opacity: 0.2;
}

.xgl-cloud_close_two_tone::before {
  content: "\e100";
}

.xgl-cloud_close_two_tone::after {
  content: "\e101";
  opacity: 0.2;
}

.xgl-cloud_connect::before {
  content: "\e80f";
}

.xgl-cloud_connect_alt::before {
  content: "\ea26";
}

.xgl-cloud_connect_two_tone::before {
  content: "\e80f";
}

.xgl-cloud_connect_two_tone::after {
  content: "\ea26";
  opacity: 0.2;
}

.xgl-cloud_disabled::before {
  content: "\e104";
}

.xgl-cloud_disabled_alt::before {
  content: "\e105";
}

.xgl-cloud_disabled_square::before {
  content: "\e106";
}

.xgl-cloud_disabled_square_alt::before {
  content: "\e107";
}

.xgl-cloud_disabled_square_two_tone::before {
  content: "\e106";
}

.xgl-cloud_disabled_square_two_tone::after {
  content: "\e107";
  opacity: 0.2;
}

.xgl-cloud_disabled_two_tone::before {
  content: "\e104";
}

.xgl-cloud_disabled_two_tone::after {
  content: "\e105";
  opacity: 0.2;
}

.xgl-cloud_download::before {
  content: "\e108";
}

.xgl-cloud_download_alt::before {
  content: "\e109";
}

.xgl-cloud_download_square::before {
  content: "\e10a";
}

.xgl-cloud_download_square_alt::before {
  content: "\e10b";
}

.xgl-cloud_download_square_two_tone::before {
  content: "\e10a";
}

.xgl-cloud_download_square_two_tone::after {
  content: "\e10b";
  opacity: 0.2;
}

.xgl-cloud_download_two_tone::before {
  content: "\e108";
}

.xgl-cloud_download_two_tone::after {
  content: "\e109";
  opacity: 0.2;
}

.xgl-cloud_print::before {
  content: "\e10c";
}

.xgl-cloud_print_alt::before {
  content: "\e10d";
}

.xgl-cloud_print_square::before {
  content: "\e10e";
}

.xgl-cloud_print_square_alt::before {
  content: "\e10f";
}

.xgl-cloud_print_square_two_tone::before {
  content: "\e10e";
}

.xgl-cloud_print_square_two_tone::after {
  content: "\e10f";
  opacity: 0.2;
}

.xgl-cloud_print_two_tone::before {
  content: "\e10c";
}

.xgl-cloud_print_two_tone::after {
  content: "\e10d";
  opacity: 0.2;
}

.xgl-cloud_square::before {
  content: "\e110";
}

.xgl-cloud_square_alt::before {
  content: "\e111";
}

.xgl-cloud_square_two_tone::before {
  content: "\e110";
}

.xgl-cloud_square_two_tone::after {
  content: "\e111";
  opacity: 0.2;
}

.xgl-cloud_subtract::before {
  content: "\e112";
}

.xgl-cloud_subtract_alt::before {
  content: "\e113";
}

.xgl-cloud_subtract_square::before {
  content: "\e114";
}

.xgl-cloud_subtract_square_alt::before {
  content: "\e115";
}

.xgl-cloud_subtract_square_two_tone::before {
  content: "\e114";
}

.xgl-cloud_subtract_square_two_tone::after {
  content: "\e115";
  opacity: 0.2;
}

.xgl-cloud_subtract_two_tone::before {
  content: "\e112";
}

.xgl-cloud_subtract_two_tone::after {
  content: "\e113";
  opacity: 0.2;
}

.xgl-cloud_token::before {
  content: "\ec33";
}

.xgl-cloud_token_alt::before {
  content: "\ec67";
}

.xgl-cloud_token_two_tone::before {
  content: "\ec33";
}

.xgl-cloud_token_two_tone::after {
  content: "\ec67";
  opacity: 0.2;
}

.xgl-cloud_transfer::before {
  content: "\e116";
}

.xgl-cloud_transfer_alt::before {
  content: "\eab9";
}

.xgl-cloud_transfer_two_tone::before {
  content: "\e116";
}

.xgl-cloud_transfer_two_tone::after {
  content: "\eab9";
  opacity: 0.2;
}

.xgl-cloud_two_tone::before {
  content: "\e0f4";
}

.xgl-cloud_two_tone::after {
  content: "\e0f9";
  opacity: 0.2;
}

.xgl-cloud_upload::before {
  content: "\e117";
}

.xgl-cloud_upload_alt::before {
  content: "\e118";
}

.xgl-cloud_upload_square::before {
  content: "\e119";
}

.xgl-cloud_upload_square_alt::before {
  content: "\e11a";
}

.xgl-cloud_upload_square_two_tone::before {
  content: "\e119";
}

.xgl-cloud_upload_square_two_tone::after {
  content: "\e11a";
  opacity: 0.2;
}

.xgl-cloud_upload_two_tone::before {
  content: "\e117";
}

.xgl-cloud_upload_two_tone::after {
  content: "\e118";
  opacity: 0.2;
}

.xgl-code::before {
  content: "\e11b";
}

.xgl-code_square::before {
  content: "\e11c";
}

.xgl-code_square_alt::before {
  content: "\e11d";
}

.xgl-code_square_two_tone::before {
  content: "\e11c";
}

.xgl-code_square_two_tone::after {
  content: "\e11d";
  opacity: 0.2;
}

.xgl-coin_star::before {
  content: "\e11e";
}

.xgl-coin_star_alt::before {
  content: "\e11f";
}

.xgl-coin_star_two_tone::before {
  content: "\e11e";
}

.xgl-coin_star_two_tone::after {
  content: "\e11f";
  opacity: 0.2;
}

.xgl-coins::before {
  content: "\e120";
}

.xgl-coins_alt::before {
  content: "\e121";
}

.xgl-coins_two_tone::before {
  content: "\e120";
}

.xgl-coins_two_tone::after {
  content: "\e121";
  opacity: 0.2;
}

.xgl-collate::before {
  content: "\ea29";
}

.xgl-collate_alt::before {
  content: "\ea47";
}

.xgl-collate_off::before {
  content: "\ea48";
}

.xgl-collate_off_alt::before {
  content: "\ea49";
}

.xgl-collate_off_two_tone::before {
  content: "\ea48";
}

.xgl-collate_off_two_tone::after {
  content: "\ea49";
  opacity: 0.2;
}

.xgl-collate_two_tone::before {
  content: "\ea29";
}

.xgl-collate_two_tone::after {
  content: "\ea47";
  opacity: 0.2;
}

.xgl-color_balance_square::before {
  content: "\ea4a";
}

.xgl-color_balance_square_alt::before {
  content: "\ea4b";
}

.xgl-color_balance_square_two_tone::before {
  content: "\ea4a";
}

.xgl-color_balance_square_two_tone::after {
  content: "\ea4b";
  opacity: 0.2;
}

.xgl-color_effects::before {
  content: "\ea4c";
}

.xgl-color_effects_alt::before {
  content: "\ea4d";
}

.xgl-color_effects_two_tone::before {
  content: "\ea4c";
}

.xgl-color_effects_two_tone::after {
  content: "\ea4d";
  opacity: 0.2;
}

.xgl-color_key::before {
  content: "\e7ef";
}

.xgl-color_overlay::before {
  content: "\e122";
}

.xgl-color_palette::before {
  content: "\e8a5";
}

.xgl-color_palette_alt::before {
  content: "\e8a6";
}

.xgl-color_palette_two_tone::before {
  content: "\e8a5";
}

.xgl-color_palette_two_tone::after {
  content: "\e8a6";
  opacity: 0.2;
}

.xgl-color_wheel::before {
  content: "\e623";
}

.xgl-color_wheel_alt::before {
  content: "\e624";
}

.xgl-color_wheel_two_tone::before {
  content: "\e623";
}

.xgl-color_wheel_two_tone::after {
  content: "\e624";
  opacity: 0.2;
}

.xgl-columns::before {
  content: "\e123";
}

.xgl-columns_alt::before {
  content: "\e124";
}

.xgl-columns_two_tone::before {
  content: "\e123";
}

.xgl-columns_two_tone::after {
  content: "\e124";
  opacity: 0.2;
}

.xgl-compass_tool::before {
  content: "\e125";
}

.xgl-completed_error_bkgd::before {
  content: "\e980";
}

.xgl-completed_error_frgd::before {
  content: "\e981";
}

.xgl-completed_error_mdgd::before {
  content: "\e982";
}

.xgl-compose::before {
  content: "\e126";
}

.xgl-compose_alt::before {
  content: "\ec0b";
}

.xgl-compose_two_tone::before {
  content: "\e126";
}

.xgl-compose_two_tone::after {
  content: "\ec0b";
  opacity: 0.2;
}

.xgl-compress::before {
  content: "\e127";
}

.xgl-compress_alt::before {
  content: "\e128";
}

.xgl-compress_two_tone::before {
  content: "\e127";
}

.xgl-compress_two_tone::after {
  content: "\e128";
  opacity: 0.2;
}

.xgl-computer::before {
  content: "\e129";
}

.xgl-computer_alt::before {
  content: "\e12a";
}

.xgl-computer_two_tone::before {
  content: "\e129";
}

.xgl-computer_two_tone::after {
  content: "\e12a";
  opacity: 0.2;
}

.xgl-confidential_danger::before {
  content: "\e12b";
}

.xgl-confidential_danger_alt::before {
  content: "\e12c";
}

.xgl-confidential_danger_two_tone::before {
  content: "\e12b";
}

.xgl-confidential_danger_two_tone::after {
  content: "\e12c";
  opacity: 0.2;
}

.xgl-confidential_ok::before {
  content: "\e12d";
}

.xgl-confidential_ok_alt::before {
  content: "\e12e";
}

.xgl-confidential_ok_two_tone::before {
  content: "\e12d";
}

.xgl-confidential_ok_two_tone::after {
  content: "\e12e";
  opacity: 0.2;
}

.xgl-confidential_warning::before {
  content: "\e12f";
}

.xgl-confidential_warning_alt::before {
  content: "\e130";
}

.xgl-confidential_warning_two_tone::before {
  content: "\e12f";
}

.xgl-confidential_warning_two_tone::after {
  content: "\e130";
  opacity: 0.2;
}

.xgl-configuration_report::before {
  content: "\e131";
}

.xgl-configuration_report_alt::before {
  content: "\e132";
}

.xgl-configuration_report_two_tone::before {
  content: "\e131";
}

.xgl-configuration_report_two_tone::after {
  content: "\e132";
  opacity: 0.2;
}

.xgl-confirmation_report::before {
  content: "\ea4e";
}

.xgl-confirmation_report_alt::before {
  content: "\ea4f";
}

.xgl-confirmation_report_two_tone::before {
  content: "\ea4e";
}

.xgl-confirmation_report_two_tone::after {
  content: "\ea4f";
  opacity: 0.2;
}

.xgl-connect::before {
  content: "\e7bb";
}

.xgl-connect_alt::before {
  content: "\e7bc";
}

.xgl-connect_two_tone::before {
  content: "\e7bb";
}

.xgl-connect_two_tone::after {
  content: "\e7bc";
  opacity: 0.2;
}

.xgl-connected::before {
  content: "\e983";
}

.xgl-connected_alt::before {
  content: "\e984";
}

.xgl-connected_stack_bkgd::before {
  content: "\e985";
}

.xgl-connected_stack_frgd::before {
  content: "\e986";
}

.xgl-connected_stack_mdgd::before {
  content: "\e987";
}

.xgl-connected_two_tone::before {
  content: "\e983";
}

.xgl-connected_two_tone::after {
  content: "\e984";
  opacity: 0.2;
}

.xgl-console::before {
  content: "\e133";
}

.xgl-console_alt::before {
  content: "\e134";
}

.xgl-console_two_tone::before {
  content: "\e133";
}

.xgl-console_two_tone::after {
  content: "\e134";
  opacity: 0.2;
}

.xgl-contact_card::before {
  content: "\e135";
}

.xgl-contact_card_alt::before {
  content: "\e136";
}

.xgl-contact_card_group::before {
  content: "\ea50";
}

.xgl-contact_card_group_alt::before {
  content: "\ea51";
}

.xgl-contact_card_group_two_tone::before {
  content: "\ea50";
}

.xgl-contact_card_group_two_tone::after {
  content: "\ea51";
  opacity: 0.2;
}

.xgl-contact_card_rtl::before {
  content: "\e5ab";
}

.xgl-contact_card_rtl_alt::before {
  content: "\e5aa";
}

.xgl-contact_card_rtl_two_tone::before {
  content: "\e5ab";
}

.xgl-contact_card_rtl_two_tone::after {
  content: "\e5aa";
  opacity: 0.2;
}

.xgl-contact_card_two_tone::before {
  content: "\e135";
}

.xgl-contact_card_two_tone::after {
  content: "\e136";
  opacity: 0.2;
}

.xgl-contact_edit::before {
  content: "\ea52";
}

.xgl-contact_edit_alt::before {
  content: "\ea53";
}

.xgl-contact_edit_two_tone::before {
  content: "\ea52";
}

.xgl-contact_edit_two_tone::after {
  content: "\ea53";
  opacity: 0.2;
}

.xgl-contacts::before {
  content: "\e137";
}

.xgl-contacts_add::before {
  content: "\e138";
}

.xgl-contacts_add_alt::before {
  content: "\e139";
}

.xgl-contacts_add_two_tone::before {
  content: "\e138";
}

.xgl-contacts_add_two_tone::after {
  content: "\e139";
  opacity: 0.2;
}

.xgl-contacts_alt::before {
  content: "\e13a";
}

.xgl-contacts_subtract::before {
  content: "\e8b2";
}

.xgl-contacts_subtract_alt::before {
  content: "\e8b3";
}

.xgl-contacts_subtract_two_tone::before {
  content: "\e8b2";
}

.xgl-contacts_subtract_two_tone::after {
  content: "\e8b3";
  opacity: 0.2;
}

.xgl-contacts_two_tone::before {
  content: "\e137";
}

.xgl-contacts_two_tone::after {
  content: "\e13a";
  opacity: 0.2;
}

.xgl-contract::before {
  content: "\e13b";
}

.xgl-contract_height::before {
  content: "\e13c";
}

.xgl-contrast::before {
  content: "\e13d";
}

.xgl-contrast_auto::before {
  content: "\ea92";
}

.xgl-contrast_manual::before {
  content: "\ea93";
}

.xgl-control_panel_horizontal::before {
  content: "\e13e";
}

.xgl-control_panel_horizontal_alt::before {
  content: "\e13f";
}

.xgl-control_panel_horizontal_two_tone::before {
  content: "\e13e";
}

.xgl-control_panel_horizontal_two_tone::after {
  content: "\e13f";
  opacity: 0.2;
}

.xgl-control_panel_vertical::before {
  content: "\e140";
}

.xgl-control_panel_vertical_alt::before {
  content: "\e141";
}

.xgl-control_panel_vertical_two_tone::before {
  content: "\e140";
}

.xgl-control_panel_vertical_two_tone::after {
  content: "\e141";
  opacity: 0.2;
}

.xgl-convert_handwriting::before {
  content: "\e988";
}

.xgl-convert_handwriting_alt::before {
  content: "\e989";
}

.xgl-convert_handwriting_two_tone::before {
  content: "\e988";
}

.xgl-convert_handwriting_two_tone::after {
  content: "\e989";
  opacity: 0.2;
}

.xgl-copy::before {
  content: "\e142";
}

.xgl-copy_alt::before {
  content: "\e143";
}

.xgl-copy_length_selector::before {
  content: "\e774";
}

.xgl-copy_output::before {
  content: "\ea54";
}

.xgl-copy_output_alt::before {
  content: "\ea55";
}

.xgl-copy_output_two_tone::before {
  content: "\ea54";
}

.xgl-copy_output_two_tone::after {
  content: "\ea55";
  opacity: 0.2;
}

.xgl-copy_two_tone::before {
  content: "\e142";
}

.xgl-copy_two_tone::after {
  content: "\e143";
  opacity: 0.2;
}

.xgl-copyright::before {
  content: "\e144";
}

.xgl-cover_sheet::before {
  content: "\ea56";
}

.xgl-cover_sheet_alt::before {
  content: "\ea57";
}

.xgl-cover_sheet_two_tone::before {
  content: "\ea56";
}

.xgl-cover_sheet_two_tone::after {
  content: "\ea57";
  opacity: 0.2;
}

.xgl-covers::before {
  content: "\e83a";
}

.xgl-covers_alt::before {
  content: "\e83b";
}

.xgl-covers_back::before {
  content: "\ea58";
}

.xgl-covers_back_alt::before {
  content: "\ea59";
}

.xgl-covers_back_only::before {
  content: "\ea5a";
}

.xgl-covers_back_only_alt::before {
  content: "\ea5b";
}

.xgl-covers_back_only_two_tone::before {
  content: "\ea5a";
}

.xgl-covers_back_only_two_tone::after {
  content: "\ea5b";
  opacity: 0.2;
}

.xgl-covers_back_two_tone::before {
  content: "\ea58";
}

.xgl-covers_back_two_tone::after {
  content: "\ea59";
  opacity: 0.2;
}

.xgl-covers_blank::before {
  content: "\ea94";
}

.xgl-covers_blank_alt::before {
  content: "\ea95";
}

.xgl-covers_blank_two_tone::before {
  content: "\ea94";
}

.xgl-covers_blank_two_tone::after {
  content: "\ea95";
  opacity: 0.2;
}

.xgl-covers_different::before {
  content: "\ea5c";
}

.xgl-covers_different_alt::before {
  content: "\ea5d";
}

.xgl-covers_different_two_tone::before {
  content: "\ea5c";
}

.xgl-covers_different_two_tone::after {
  content: "\ea5d";
  opacity: 0.2;
}

.xgl-covers_front_only::before {
  content: "\ea5e";
}

.xgl-covers_front_only_alt::before {
  content: "\ea5f";
}

.xgl-covers_front_only_two_tone::before {
  content: "\ea5e";
}

.xgl-covers_front_only_two_tone::after {
  content: "\ea5f";
  opacity: 0.2;
}

.xgl-covers_none::before {
  content: "\ea60";
}

.xgl-covers_none_alt::before {
  content: "\ea61";
}

.xgl-covers_none_two_tone::before {
  content: "\ea60";
}

.xgl-covers_none_two_tone::after {
  content: "\ea61";
  opacity: 0.2;
}

.xgl-covers_printed_both::before {
  content: "\ea96";
}

.xgl-covers_printed_both_alt::before {
  content: "\ea97";
}

.xgl-covers_printed_both_rotate2::before {
  content: "\ea98";
}

.xgl-covers_printed_both_rotate2_alt::before {
  content: "\ea99";
}

.xgl-covers_printed_both_rotate2_two_tone::before {
  content: "\ea98";
}

.xgl-covers_printed_both_rotate2_two_tone::after {
  content: "\ea99";
  opacity: 0.2;
}

.xgl-covers_printed_both_two_tone::before {
  content: "\ea96";
}

.xgl-covers_printed_both_two_tone::after {
  content: "\ea97";
  opacity: 0.2;
}

.xgl-covers_same::before {
  content: "\ea62";
}

.xgl-covers_same_alt::before {
  content: "\ea63";
}

.xgl-covers_same_two_tone::before {
  content: "\ea62";
}

.xgl-covers_same_two_tone::after {
  content: "\ea63";
  opacity: 0.2;
}

.xgl-covers_two_tone::before {
  content: "\e83a";
}

.xgl-covers_two_tone::after {
  content: "\e83b";
  opacity: 0.2;
}

.xgl-create::before {
  content: "\e145";
}

.xgl-create_alt::before {
  content: "\e146";
}

.xgl-create_two_tone::before {
  content: "\e145";
}

.xgl-create_two_tone::after {
  content: "\e146";
  opacity: 0.2;
}

.xgl-credit_card::before {
  content: "\e147";
}

.xgl-credit_card_alt::before {
  content: "\e148";
}

.xgl-credit_card_disabled::before {
  content: "\e149";
}

.xgl-credit_card_disabled_alt::before {
  content: "\e14a";
}

.xgl-credit_card_disabled_two_tone::before {
  content: "\e149";
}

.xgl-credit_card_disabled_two_tone::after {
  content: "\e14a";
  opacity: 0.2;
}

.xgl-credit_card_two_tone::before {
  content: "\e147";
}

.xgl-credit_card_two_tone::after {
  content: "\e148";
  opacity: 0.2;
}

.xgl-credit_cards::before {
  content: "\e14b";
}

.xgl-credit_cards_alt::before {
  content: "\e14c";
}

.xgl-credit_cards_two_tone::before {
  content: "\e14b";
}

.xgl-credit_cards_two_tone::after {
  content: "\e14c";
  opacity: 0.2;
}

.xgl-crimp_horizontal::before {
  content: "\e6b1";
}

.xgl-crimp_none::before {
  content: "\e6ae";
}

.xgl-crimp_two_horizontal::before {
  content: "\e6b2";
}

.xgl-crimp_two_vertical::before {
  content: "\e6b3";
}

.xgl-crimp_upper_left::before {
  content: "\e6ad";
}

.xgl-crimp_upper_right::before {
  content: "\e6b0";
}

.xgl-crimp_vertical::before {
  content: "\e6af";
}

.xgl-crop::before {
  content: "\e14d";
}

.xgl-crop_rotate::before {
  content: "\e59b";
}

.xgl-crosshair::before {
  content: "\e14e";
}

.xgl-cube::before {
  content: "\ec9d";
}

.xgl-cube_alt::before {
  content: "\ec9e";
}

.xgl-cube_two_tone::before {
  content: "\ec9d";
}

.xgl-cube_two_tone::after {
  content: "\ec9e";
  opacity: 0.2;
}

.xgl-currency_prohibit::before {
  content: "\eaba";
}

.xgl-curve_chart::before {
  content: "\e83c";
}

.xgl-custom_type_eight_lef::before {
  content: "\ebd9";
}

.xgl-custom_type_eight_lef_alt::before {
  content: "\ebda";
}

.xgl-custom_type_eight_lef_two_tone::before {
  content: "\ebd9";
}

.xgl-custom_type_eight_lef_two_tone::after {
  content: "\ebda";
  opacity: 0.2;
}

.xgl-custom_type_five_lef::before {
  content: "\e14f";
}

.xgl-custom_type_five_lef_alt::before {
  content: "\e6cc";
}

.xgl-custom_type_five_lef_two_tone::before {
  content: "\e14f";
}

.xgl-custom_type_five_lef_two_tone::after {
  content: "\e6cc";
  opacity: 0.2;
}

.xgl-custom_type_five_sef::before {
  content: "\e150";
}

.xgl-custom_type_five_sef_alt::before {
  content: "\e6cd";
}

.xgl-custom_type_five_sef_two_tone::before {
  content: "\e150";
}

.xgl-custom_type_five_sef_two_tone::after {
  content: "\e6cd";
  opacity: 0.2;
}

.xgl-custom_type_four_lef::before {
  content: "\e151";
}

.xgl-custom_type_four_lef_alt::before {
  content: "\e6ce";
}

.xgl-custom_type_four_lef_two_tone::before {
  content: "\e151";
}

.xgl-custom_type_four_lef_two_tone::after {
  content: "\e6ce";
  opacity: 0.2;
}

.xgl-custom_type_four_sef::before {
  content: "\e152";
}

.xgl-custom_type_four_sef_alt::before {
  content: "\e6cf";
}

.xgl-custom_type_four_sef_two_tone::before {
  content: "\e152";
}

.xgl-custom_type_four_sef_two_tone::after {
  content: "\e6cf";
  opacity: 0.2;
}

.xgl-custom_type_lef::before {
  content: "\e153";
}

.xgl-custom_type_lef_alt::before {
  content: "\e6d0";
}

.xgl-custom_type_lef_two_tone::before {
  content: "\e153";
}

.xgl-custom_type_lef_two_tone::after {
  content: "\e6d0";
  opacity: 0.2;
}

.xgl-custom_type_nine_lef::before {
  content: "\ebdb";
}

.xgl-custom_type_nine_lef_alt::before {
  content: "\ebdc";
}

.xgl-custom_type_nine_lef_two_tone::before {
  content: "\ebdb";
}

.xgl-custom_type_nine_lef_two_tone::after {
  content: "\ebdc";
  opacity: 0.2;
}

.xgl-custom_type_one_lef::before {
  content: "\e154";
}

.xgl-custom_type_one_lef_alt::before {
  content: "\e6d1";
}

.xgl-custom_type_one_lef_two_tone::before {
  content: "\e154";
}

.xgl-custom_type_one_lef_two_tone::after {
  content: "\e6d1";
  opacity: 0.2;
}

.xgl-custom_type_one_sef::before {
  content: "\e155";
}

.xgl-custom_type_one_sef_alt::before {
  content: "\e6d2";
}

.xgl-custom_type_one_sef_two_tone::before {
  content: "\e155";
}

.xgl-custom_type_one_sef_two_tone::after {
  content: "\e6d2";
  opacity: 0.2;
}

.xgl-custom_type_sef::before {
  content: "\e156";
}

.xgl-custom_type_sef_alt::before {
  content: "\e6d3";
}

.xgl-custom_type_sef_two_tone::before {
  content: "\e156";
}

.xgl-custom_type_sef_two_tone::after {
  content: "\e6d3";
  opacity: 0.2;
}

.xgl-custom_type_seven_lef::before {
  content: "\e157";
}

.xgl-custom_type_seven_lef_alt::before {
  content: "\e6d4";
}

.xgl-custom_type_seven_lef_two_tone::before {
  content: "\e157";
}

.xgl-custom_type_seven_lef_two_tone::after {
  content: "\e6d4";
  opacity: 0.2;
}

.xgl-custom_type_seven_sef::before {
  content: "\e158";
}

.xgl-custom_type_seven_sef_alt::before {
  content: "\e6d5";
}

.xgl-custom_type_seven_sef_two_tone::before {
  content: "\e158";
}

.xgl-custom_type_seven_sef_two_tone::after {
  content: "\e6d5";
  opacity: 0.2;
}

.xgl-custom_type_six_lef::before {
  content: "\e159";
}

.xgl-custom_type_six_lef_alt::before {
  content: "\e6d6";
}

.xgl-custom_type_six_lef_two_tone::before {
  content: "\e159";
}

.xgl-custom_type_six_lef_two_tone::after {
  content: "\e6d6";
  opacity: 0.2;
}

.xgl-custom_type_six_sef::before {
  content: "\e15a";
}

.xgl-custom_type_six_sef_alt::before {
  content: "\e6d7";
}

.xgl-custom_type_six_sef_two_tone::before {
  content: "\e15a";
}

.xgl-custom_type_six_sef_two_tone::after {
  content: "\e6d7";
  opacity: 0.2;
}

.xgl-custom_type_three_lef::before {
  content: "\e15b";
}

.xgl-custom_type_three_lef_alt::before {
  content: "\e6d8";
}

.xgl-custom_type_three_lef_two_tone::before {
  content: "\e15b";
}

.xgl-custom_type_three_lef_two_tone::after {
  content: "\e6d8";
  opacity: 0.2;
}

.xgl-custom_type_three_sef::before {
  content: "\e15c";
}

.xgl-custom_type_three_sef_alt::before {
  content: "\e6d9";
}

.xgl-custom_type_three_sef_two_tone::before {
  content: "\e15c";
}

.xgl-custom_type_three_sef_two_tone::after {
  content: "\e6d9";
  opacity: 0.2;
}

.xgl-custom_type_two_lef::before {
  content: "\e15d";
}

.xgl-custom_type_two_lef_alt::before {
  content: "\e6da";
}

.xgl-custom_type_two_lef_two_tone::before {
  content: "\e15d";
}

.xgl-custom_type_two_lef_two_tone::after {
  content: "\e6da";
  opacity: 0.2;
}

.xgl-custom_type_two_sef::before {
  content: "\e15e";
}

.xgl-custom_type_two_sef_alt::before {
  content: "\e6db";
}

.xgl-custom_type_two_sef_two_tone::before {
  content: "\e15e";
}

.xgl-custom_type_two_sef_two_tone::after {
  content: "\e6db";
  opacity: 0.2;
}

.xgl-customize_destination_picker::before {
  content: "\eb86";
}

.xgl-customize_destination_picker_alt::before {
  content: "\eb95";
}

.xgl-customize_destination_picker_two_tone::before {
  content: "\eb86";
}

.xgl-customize_destination_picker_two_tone::after {
  content: "\eb95";
  opacity: 0.2;
}

.xgl-customize_source_picker::before {
  content: "\eb96";
}

.xgl-customize_source_picker_alt::before {
  content: "\eb97";
}

.xgl-customize_source_picker_two_tone::before {
  content: "\eb96";
}

.xgl-customize_source_picker_two_tone::after {
  content: "\eb97";
  opacity: 0.2;
}

.xgl-cut::before {
  content: "\e98a";
}

.xgl-cutter::before {
  content: "\e669";
}

.xgl-cutter_alt::before {
  content: "\e66a";
}

.xgl-cutter_two_tone::before {
  content: "\e669";
}

.xgl-cutter_two_tone::after {
  content: "\e66a";
  opacity: 0.2;
}

.xgl-danger_stack_bkgd::before {
  content: "\e98b";
}

.xgl-danger_stack_frgd::before {
  content: "\e98c";
}

.xgl-danger_stack_mdgd::before {
  content: "\e98d";
}

.xgl-dashboard::before {
  content: "\e15f";
}

.xgl-dashboard_alt::before {
  content: "\e160";
}

.xgl-dashboard_two_tone::before {
  content: "\e15f";
}

.xgl-dashboard_two_tone::after {
  content: "\e160";
  opacity: 0.2;
}

.xgl-data::before {
  content: "\e775";
}

.xgl-date_time::before {
  content: "\e161";
}

.xgl-date_time_alt::before {
  content: "\e162";
}

.xgl-date_time_two_tone::before {
  content: "\e161";
}

.xgl-date_time_two_tone::after {
  content: "\e162";
  opacity: 0.2;
}

.xgl-decision::before {
  content: "\e163";
}

.xgl-decrease_indent::before {
  content: "\e164";
}

.xgl-delay_print::before {
  content: "\ea9a";
}

.xgl-delay_print_alt::before {
  content: "\ea9b";
}

.xgl-delay_print_two_tone::before {
  content: "\ea9a";
}

.xgl-delay_print_two_tone::after {
  content: "\ea9b";
  opacity: 0.2;
}

.xgl-delete_all::before {
  content: "\e165";
}

.xgl-delete_all_alt::before {
  content: "\e166";
}

.xgl-delete_all_two_tone::before {
  content: "\e165";
}

.xgl-delete_all_two_tone::after {
  content: "\e166";
  opacity: 0.2;
}

.xgl-deleted_stack_bkgd::before {
  content: "\e98e";
}

.xgl-deleted_stack_frgd::before {
  content: "\e98f";
}

.xgl-deleted_stack_mdgd::before {
  content: "\e990";
}

.xgl-demote::before {
  content: "\e167";
}

.xgl-demote_square::before {
  content: "\e168";
}

.xgl-demote_square_alt::before {
  content: "\e169";
}

.xgl-demote_square_two_tone::before {
  content: "\e168";
}

.xgl-demote_square_two_tone::after {
  content: "\e169";
  opacity: 0.2;
}

.xgl-deselect::before {
  content: "\e803";
}

.xgl-deselect_all::before {
  content: "\e16a";
}

.xgl-deselect_all_alt::before {
  content: "\e16b";
}

.xgl-deselect_all_two_tone::before {
  content: "\e16a";
}

.xgl-deselect_all_two_tone::after {
  content: "\e16b";
  opacity: 0.2;
}

.xgl-desktop::before {
  content: "\e16c";
}

.xgl-desktop_alt::before {
  content: "\e16d";
}

.xgl-desktop_two_tone::before {
  content: "\e16c";
}

.xgl-desktop_two_tone::after {
  content: "\e16d";
  opacity: 0.2;
}

.xgl-details::before {
  content: "\e16e";
}

.xgl-details_alt::before {
  content: "\e16f";
}

.xgl-details_two_tone::before {
  content: "\e16e";
}

.xgl-details_two_tone::after {
  content: "\e16f";
  opacity: 0.2;
}

.xgl-device_smart_card::before {
  content: "\ec2e";
}

.xgl-device_smart_card_alt::before {
  content: "\ec2f";
}

.xgl-device_smart_card_two_tone::before {
  content: "\ec2e";
}

.xgl-device_smart_card_two_tone::after {
  content: "\ec2f";
  opacity: 0.2;
}

.xgl-dial::before {
  content: "\e170";
}

.xgl-dial_alt::before {
  content: "\e171";
}

.xgl-dial_two_tone::before {
  content: "\e170";
}

.xgl-dial_two_tone::after {
  content: "\e171";
  opacity: 0.2;
}

.xgl-dialpad::before {
  content: "\e172";
}

.xgl-dialpad_alt::before {
  content: "\e173";
}

.xgl-dialpad_two_tone::before {
  content: "\e172";
}

.xgl-dialpad_two_tone::after {
  content: "\e173";
  opacity: 0.2;
}

.xgl-direction::before {
  content: "\e174";
}

.xgl-direction_alt::before {
  content: "\e175";
}

.xgl-direction_two_tone::before {
  content: "\e174";
}

.xgl-direction_two_tone::after {
  content: "\e175";
  opacity: 0.2;
}

.xgl-disconnected::before {
  content: "\e991";
}

.xgl-disconnected_alt::before {
  content: "\e992";
}

.xgl-disconnected_two_tone::before {
  content: "\e991";
}

.xgl-disconnected_two_tone::after {
  content: "\e992";
  opacity: 0.2;
}

.xgl-discover::before {
  content: "\eca1";
}

.xgl-discover_alt::before {
  content: "\eca2";
}

.xgl-discover_two_tone::before {
  content: "\eca1";
}

.xgl-discover_two_tone::after {
  content: "\eca2";
  opacity: 0.2;
}

.xgl-dismiss::before {
  content: "\e6a5";
}

.xgl-dispatch::before {
  content: "\ead7";
}

.xgl-displays::before {
  content: "\e176";
}

.xgl-displays_alt::before {
  content: "\e177";
}

.xgl-displays_two_tone::before {
  content: "\e176";
}

.xgl-displays_two_tone::after {
  content: "\e177";
  opacity: 0.2;
}

.xgl-dispose::before {
  content: "\e993";
}

.xgl-dna::before {
  content: "\e61e";
}

.xgl-document_glass::before {
  content: "\e178";
}

.xgl-document_glass_alt::before {
  content: "\e179";
}

.xgl-document_glass_two_tone::before {
  content: "\e178";
}

.xgl-document_glass_two_tone::after {
  content: "\e179";
  opacity: 0.2;
}

.xgl-docushare_logo::before {
  content: "\e6a3";
}

.xgl-docushare_logo_alt::before {
  content: "\e6a4";
}

.xgl-docushare_logo_two_tone::before {
  content: "\e6a3";
}

.xgl-docushare_logo_two_tone::after {
  content: "\e6a4";
  opacity: 0.2;
}

.xgl-down::before {
  content: "\e17a";
}

.xgl-down_alt::before {
  content: "\e17b";
}

.xgl-down_square::before {
  content: "\e17c";
}

.xgl-down_square_alt::before {
  content: "\e17d";
}

.xgl-down_square_two_tone::before {
  content: "\e17c";
}

.xgl-down_square_two_tone::after {
  content: "\e17d";
  opacity: 0.2;
}

.xgl-down_two_tone::before {
  content: "\e17a";
}

.xgl-down_two_tone::after {
  content: "\e17b";
  opacity: 0.2;
}

.xgl-download::before {
  content: "\e17e";
}

.xgl-download_error_report::before {
  content: "\ea9c";
}

.xgl-download_error_report_alt::before {
  content: "\ea9d";
}

.xgl-download_error_report_two_tone::before {
  content: "\ea9c";
}

.xgl-download_error_report_two_tone::after {
  content: "\ea9d";
  opacity: 0.2;
}

.xgl-download_import::before {
  content: "\ea9e";
}

.xgl-download_import_alt::before {
  content: "\ea9f";
}

.xgl-download_import_two_tone::before {
  content: "\ea9e";
}

.xgl-download_import_two_tone::after {
  content: "\ea9f";
  opacity: 0.2;
}

.xgl-download_report::before {
  content: "\eaa0";
}

.xgl-download_report_alt::before {
  content: "\eaa1";
}

.xgl-download_report_two_tone::before {
  content: "\eaa0";
}

.xgl-download_report_two_tone::after {
  content: "\eaa1";
  opacity: 0.2;
}

.xgl-download_sample::before {
  content: "\eaa2";
}

.xgl-download_sample_alt::before {
  content: "\eaa3";
}

.xgl-download_sample_two_tone::before {
  content: "\eaa2";
}

.xgl-download_sample_two_tone::after {
  content: "\eaa3";
  opacity: 0.2;
}

.xgl-download_square::before {
  content: "\e17f";
}

.xgl-download_square_alt::before {
  content: "\e180";
}

.xgl-download_square_two_tone::before {
  content: "\e17f";
}

.xgl-download_square_two_tone::after {
  content: "\e180";
  opacity: 0.2;
}

.xgl-dropbox::before {
  content: "\e181";
}

.xgl-dropbox_alt::before {
  content: "\e994";
}

.xgl-dropbox_two_tone::before {
  content: "\e181";
}

.xgl-dropbox_two_tone::after {
  content: "\e994";
  opacity: 0.2;
}

.xgl-droplet::before {
  content: "\e183";
}

.xgl-droplet_alt::before {
  content: "\e184";
}

.xgl-droplet_two_tone::before {
  content: "\e183";
}

.xgl-droplet_two_tone::after {
  content: "\e184";
  opacity: 0.2;
}

.xgl-duplex::before {
  content: "\e185";
}

.xgl-duplex_alt::before {
  content: "\e186";
}

.xgl-duplex_one_one::before {
  content: "\e85f";
}

.xgl-duplex_one_one_alt::before {
  content: "\eaa4";
}

.xgl-duplex_one_one_two_tone::before {
  content: "\e85f";
}

.xgl-duplex_one_one_two_tone::after {
  content: "\eaa4";
  opacity: 0.2;
}

.xgl-duplex_one_two::before {
  content: "\e860";
}

.xgl-duplex_one_two_alt::before {
  content: "\e995";
}

.xgl-duplex_one_two_rotate::before {
  content: "\e863";
}

.xgl-duplex_one_two_rotate_alt::before {
  content: "\eaa5";
}

.xgl-duplex_one_two_rotate_two_tone::before {
  content: "\e863";
}

.xgl-duplex_one_two_rotate_two_tone::after {
  content: "\eaa5";
  opacity: 0.2;
}

.xgl-duplex_one_two_two_tone::before {
  content: "\e860";
}

.xgl-duplex_one_two_two_tone::after {
  content: "\e995";
  opacity: 0.2;
}

.xgl-duplex_sided_rotate::before {
  content: "\eaa6";
}

.xgl-duplex_sided_rotate_alt::before {
  content: "\eaa7";
}

.xgl-duplex_sided_rotate_two_tone::before {
  content: "\eaa6";
}

.xgl-duplex_sided_rotate_two_tone::after {
  content: "\eaa7";
  opacity: 0.2;
}

.xgl-duplex_two_one::before {
  content: "\e862";
}

.xgl-duplex_two_one_alt::before {
  content: "\eaa8";
}

.xgl-duplex_two_one_rotate::before {
  content: "\e865";
}

.xgl-duplex_two_one_rotate_alt::before {
  content: "\eaa9";
}

.xgl-duplex_two_one_rotate_two_tone::before {
  content: "\e865";
}

.xgl-duplex_two_one_rotate_two_tone::after {
  content: "\eaa9";
  opacity: 0.2;
}

.xgl-duplex_two_one_two_tone::before {
  content: "\e862";
}

.xgl-duplex_two_one_two_tone::after {
  content: "\eaa8";
  opacity: 0.2;
}

.xgl-duplex_two_tone::before {
  content: "\e185";
}

.xgl-duplex_two_tone::after {
  content: "\e186";
  opacity: 0.2;
}

.xgl-duplex_two_two::before {
  content: "\e861";
}

.xgl-duplex_two_two_alt::before {
  content: "\eaaa";
}

.xgl-duplex_two_two_rotate::before {
  content: "\e864";
}

.xgl-duplex_two_two_rotate_alt::before {
  content: "\eaab";
}

.xgl-duplex_two_two_rotate_two_tone::before {
  content: "\e864";
}

.xgl-duplex_two_two_rotate_two_tone::after {
  content: "\eaab";
  opacity: 0.2;
}

.xgl-duplex_two_two_two_tone::before {
  content: "\e861";
}

.xgl-duplex_two_two_two_tone::after {
  content: "\eaaa";
  opacity: 0.2;
}

.xgl-duplicate::before {
  content: "\e187";
}

.xgl-duplicate_alt::before {
  content: "\e188";
}

.xgl-duplicate_two_tone::before {
  content: "\e187";
}

.xgl-duplicate_two_tone::after {
  content: "\e188";
  opacity: 0.2;
}

.xgl-eco::before {
  content: "\e7b9";
}

.xgl-eco_alt::before {
  content: "\e7ba";
}

.xgl-eco_two_tone::before {
  content: "\e7b9";
}

.xgl-eco_two_tone::after {
  content: "\e7ba";
  opacity: 0.2;
}

.xgl-edit::before {
  content: "\e189";
}

.xgl-edit_all::before {
  content: "\e18a";
}

.xgl-edit_all_alt::before {
  content: "\e18b";
}

.xgl-edit_all_two_tone::before {
  content: "\e18a";
}

.xgl-edit_all_two_tone::after {
  content: "\e18b";
  opacity: 0.2;
}

.xgl-edit_alt::before {
  content: "\e18c";
}

.xgl-edit_color::before {
  content: "\e18d";
}

.xgl-edit_disabled::before {
  content: "\e18e";
}

.xgl-edit_disabled_alt::before {
  content: "\e18f";
}

.xgl-edit_disabled_two_tone::before {
  content: "\e18e";
}

.xgl-edit_disabled_two_tone::after {
  content: "\e18f";
  opacity: 0.2;
}

.xgl-edit_file::before {
  content: "\e190";
}

.xgl-edit_file_alt::before {
  content: "\e191";
}

.xgl-edit_file_two_tone::before {
  content: "\e190";
}

.xgl-edit_file_two_tone::after {
  content: "\e191";
  opacity: 0.2;
}

.xgl-edit_square::before {
  content: "\e192";
}

.xgl-edit_square_alt::before {
  content: "\e193";
}

.xgl-edit_square_two_tone::before {
  content: "\e192";
}

.xgl-edit_square_two_tone::after {
  content: "\e193";
  opacity: 0.2;
}

.xgl-edit_two_tone::before {
  content: "\e189";
}

.xgl-edit_two_tone::after {
  content: "\e18c";
  opacity: 0.2;
}

.xgl-eject::before {
  content: "\e194";
}

.xgl-eject_alt::before {
  content: "\e195";
}

.xgl-eject_two_tone::before {
  content: "\e194";
}

.xgl-eject_two_tone::after {
  content: "\e195";
  opacity: 0.2;
}

.xgl-ellipsis::before {
  content: "\e196";
}

.xgl-ellipsis_circle::before {
  content: "\e883";
}

.xgl-ellipsis_circle_alt::before {
  content: "\e884";
}

.xgl-ellipsis_circle_two_tone::before {
  content: "\e883";
}

.xgl-ellipsis_circle_two_tone::after {
  content: "\e884";
  opacity: 0.2;
}

.xgl-ellipsis_vertical::before {
  content: "\e197";
}

.xgl-email_alert::before {
  content: "\ec26";
}

.xgl-email_alert_alt::before {
  content: "\ec27";
}

.xgl-email_alert_two_tone::before {
  content: "\ec26";
}

.xgl-email_alert_two_tone::after {
  content: "\ec27";
  opacity: 0.2;
}

.xgl-email_certificate_alert::before {
  content: "\eaac";
}

.xgl-email_certificate_alert_alt::before {
  content: "\eaad";
}

.xgl-email_certificate_alert_two_tone::before {
  content: "\eaac";
}

.xgl-email_certificate_alert_two_tone::after {
  content: "\eaad";
  opacity: 0.2;
}

.xgl-email_from::before {
  content: "\ec0f";
}

.xgl-email_from_alt::before {
  content: "\ec10";
}

.xgl-email_from_two_tone::before {
  content: "\ec0f";
}

.xgl-email_from_two_tone::after {
  content: "\ec10";
  opacity: 0.2;
}

.xgl-email_message::before {
  content: "\e198";
}

.xgl-email_message_alt::before {
  content: "\e199";
}

.xgl-email_message_two_tone::before {
  content: "\e198";
}

.xgl-email_message_two_tone::after {
  content: "\e199";
  opacity: 0.2;
}

.xgl-email_open::before {
  content: "\e19a";
}

.xgl-email_open_alt::before {
  content: "\e19b";
}

.xgl-email_open_two_tone::before {
  content: "\e19a";
}

.xgl-email_open_two_tone::after {
  content: "\e19b";
  opacity: 0.2;
}

.xgl-email_reload::before {
  content: "\ec3c";
}

.xgl-email_reload_alt::before {
  content: "\ec3d";
}

.xgl-email_reload_two_tone::before {
  content: "\ec3c";
}

.xgl-email_reload_two_tone::after {
  content: "\ec3d";
  opacity: 0.2;
}

.xgl-email_sign::before {
  content: "\e79b";
}

.xgl-email_sign_alt::before {
  content: "\e79c";
}

.xgl-email_sign_two_tone::before {
  content: "\e79b";
}

.xgl-email_sign_two_tone::after {
  content: "\e79c";
  opacity: 0.2;
}

.xgl-emboss_full_cut_tabs_lef::before {
  content: "\e19c";
}

.xgl-emboss_full_cut_tabs_lef_alt::before {
  content: "\e6dc";
}

.xgl-emboss_full_cut_tabs_lef_two_tone::before {
  content: "\e19c";
}

.xgl-emboss_full_cut_tabs_lef_two_tone::after {
  content: "\e6dc";
  opacity: 0.2;
}

.xgl-emboss_full_cut_tabs_sef::before {
  content: "\e19d";
}

.xgl-emboss_full_cut_tabs_sef_alt::before {
  content: "\e6dd";
}

.xgl-emboss_full_cut_tabs_sef_two_tone::before {
  content: "\e19d";
}

.xgl-emboss_full_cut_tabs_sef_two_tone::after {
  content: "\e6dd";
  opacity: 0.2;
}

.xgl-emboss_precut_tabs_lef::before {
  content: "\e19e";
}

.xgl-emboss_precut_tabs_lef_alt::before {
  content: "\e6de";
}

.xgl-emboss_precut_tabs_lef_two_tone::before {
  content: "\e19e";
}

.xgl-emboss_precut_tabs_lef_two_tone::after {
  content: "\e6de";
  opacity: 0.2;
}

.xgl-emboss_precut_tabs_sef::before {
  content: "\e19f";
}

.xgl-emboss_precut_tabs_sef_alt::before {
  content: "\e6df";
}

.xgl-emboss_precut_tabs_sef_two_tone::before {
  content: "\e19f";
}

.xgl-emboss_precut_tabs_sef_two_tone::after {
  content: "\e6df";
  opacity: 0.2;
}

.xgl-embossed_lef::before {
  content: "\e1a0";
}

.xgl-embossed_lef_alt::before {
  content: "\e6e0";
}

.xgl-embossed_lef_two_tone::before {
  content: "\e1a0";
}

.xgl-embossed_lef_two_tone::after {
  content: "\e6e0";
  opacity: 0.2;
}

.xgl-embossed_sef::before {
  content: "\e1a1";
}

.xgl-embossed_sef_alt::before {
  content: "\e6e1";
}

.xgl-embossed_sef_two_tone::before {
  content: "\e1a1";
}

.xgl-embossed_sef_two_tone::after {
  content: "\e6e1";
  opacity: 0.2;
}

.xgl-emoji::before {
  content: "\e1a2";
}

.xgl-emoji_alt::before {
  content: "\e1a3";
}

.xgl-emoji_neutral::before {
  content: "\e5bf";
}

.xgl-emoji_neutral_alt::before {
  content: "\e5c0";
}

.xgl-emoji_neutral_two_tone::before {
  content: "\e5bf";
}

.xgl-emoji_neutral_two_tone::after {
  content: "\e5c0";
  opacity: 0.2;
}

.xgl-emoji_satisfied::before {
  content: "\e5bd";
}

.xgl-emoji_satisfied_alt::before {
  content: "\e5be";
}

.xgl-emoji_satisfied_two_tone::before {
  content: "\e5bd";
}

.xgl-emoji_satisfied_two_tone::after {
  content: "\e5be";
  opacity: 0.2;
}

.xgl-emoji_two_tone::before {
  content: "\e1a2";
}

.xgl-emoji_two_tone::after {
  content: "\e1a3";
  opacity: 0.2;
}

.xgl-emoji_unsatisfied::before {
  content: "\e5c1";
}

.xgl-emoji_unsatisfied_alt::before {
  content: "\e5c2";
}

.xgl-emoji_unsatisfied_two_tone::before {
  content: "\e5c1";
}

.xgl-emoji_unsatisfied_two_tone::after {
  content: "\e5c2";
  opacity: 0.2;
}

.xgl-emoji_very_unsatisfied::before {
  content: "\e5c3";
}

.xgl-emoji_very_unsatisfied_alt::before {
  content: "\e5c4";
}

.xgl-emoji_very_unsatisfied_two_tone::before {
  content: "\e5c3";
}

.xgl-emoji_very_unsatisfied_two_tone::after {
  content: "\e5c4";
  opacity: 0.2;
}

.xgl-encryption::before {
  content: "\eaae";
}

.xgl-encryption_alt::before {
  content: "\eaaf";
}

.xgl-encryption_two_tone::before {
  content: "\eaae";
}

.xgl-encryption_two_tone::after {
  content: "\eaaf";
  opacity: 0.2;
}

.xgl-energy_saver::before {
  content: "\e1a4";
}

.xgl-energy_saver_alt::before {
  content: "\eab0";
}

.xgl-energy_saver_timer::before {
  content: "\eab1";
}

.xgl-energy_saver_timer_alt::before {
  content: "\eab2";
}

.xgl-energy_saver_timer_two_tone::before {
  content: "\eab1";
}

.xgl-energy_saver_timer_two_tone::after {
  content: "\eab2";
  opacity: 0.2;
}

.xgl-energy_saver_two_tone::before {
  content: "\e1a4";
}

.xgl-energy_saver_two_tone::after {
  content: "\eab0";
  opacity: 0.2;
}

.xgl-enter::before {
  content: "\e1a5";
}

.xgl-enter_rtl::before {
  content: "\e5a6";
}

.xgl-envelope::before {
  content: "\e1a6";
}

.xgl-envelope_alt::before {
  content: "\e1a7";
}

.xgl-envelope_lef::before {
  content: "\e1a8";
}

.xgl-envelope_lef_alt::before {
  content: "\e6e2";
}

.xgl-envelope_lef_two_tone::before {
  content: "\e1a8";
}

.xgl-envelope_lef_two_tone::after {
  content: "\e6e2";
  opacity: 0.2;
}

.xgl-envelope_reloaded_lef::before {
  content: "\e1a9";
}

.xgl-envelope_reloaded_lef_alt::before {
  content: "\e6e3";
}

.xgl-envelope_reloaded_lef_two_tone::before {
  content: "\e1a9";
}

.xgl-envelope_reloaded_lef_two_tone::after {
  content: "\e6e3";
  opacity: 0.2;
}

.xgl-envelope_reloaded_sef::before {
  content: "\e1aa";
}

.xgl-envelope_reloaded_sef_alt::before {
  content: "\e6e4";
}

.xgl-envelope_reloaded_sef_two_tone::before {
  content: "\e1aa";
}

.xgl-envelope_reloaded_sef_two_tone::after {
  content: "\e6e4";
  opacity: 0.2;
}

.xgl-envelope_sef::before {
  content: "\e1ab";
}

.xgl-envelope_sef_alt::before {
  content: "\e6e5";
}

.xgl-envelope_sef_two_tone::before {
  content: "\e1ab";
}

.xgl-envelope_sef_two_tone::after {
  content: "\e6e5";
  opacity: 0.2;
}

.xgl-envelope_tall_lef::before {
  content: "\e6e6";
}

.xgl-envelope_tall_lef_alt::before {
  content: "\e6e7";
}

.xgl-envelope_tall_lef_two_tone::before {
  content: "\e6e6";
}

.xgl-envelope_tall_lef_two_tone::after {
  content: "\e6e7";
  opacity: 0.2;
}

.xgl-envelope_tall_sef::before {
  content: "\e6e8";
}

.xgl-envelope_tall_sef_alt::before {
  content: "\e6e9";
}

.xgl-envelope_tall_sef_two_tone::before {
  content: "\e6e8";
}

.xgl-envelope_tall_sef_two_tone::after {
  content: "\e6e9";
  opacity: 0.2;
}

.xgl-envelope_two_tone::before {
  content: "\e1a6";
}

.xgl-envelope_two_tone::after {
  content: "\e1a7";
  opacity: 0.2;
}

.xgl-erase_all_edges::before {
  content: "\eab3";
}

.xgl-erase_all_edges_alt::before {
  content: "\eab4";
}

.xgl-erase_all_edges_two_tone::before {
  content: "\eab3";
}

.xgl-erase_all_edges_two_tone::after {
  content: "\eab4";
  opacity: 0.2;
}

.xgl-erase_individual_edges::before {
  content: "\eab5";
}

.xgl-erase_individual_edges_alt::before {
  content: "\eab6";
}

.xgl-erase_individual_edges_two_tone::before {
  content: "\eab5";
}

.xgl-erase_individual_edges_two_tone::after {
  content: "\eab6";
  opacity: 0.2;
}

.xgl-erase_print_to_edge::before {
  content: "\eab7";
}

.xgl-erase_print_to_edge_alt::before {
  content: "\eab8";
}

.xgl-erase_print_to_edge_two_tone::before {
  content: "\eab7";
}

.xgl-erase_print_to_edge_two_tone::after {
  content: "\eab8";
  opacity: 0.2;
}

.xgl-eraser::before {
  content: "\e1ac";
}

.xgl-eraser_alt::before {
  content: "\e1ad";
}

.xgl-eraser_two_tone::before {
  content: "\e1ac";
}

.xgl-eraser_two_tone::after {
  content: "\e1ad";
  opacity: 0.2;
}

.xgl-error_history_report::before {
  content: "\eae9";
}

.xgl-error_history_report_alt::before {
  content: "\eaea";
}

.xgl-error_history_report_two_tone::before {
  content: "\eae9";
}

.xgl-error_history_report_two_tone::after {
  content: "\eaea";
  opacity: 0.2;
}

.xgl-ethernet::before {
  content: "\e5bc";
}

.xgl-ethernet_alt::before {
  content: "\e5bb";
}

.xgl-ethernet_two_tone::before {
  content: "\e5bc";
}

.xgl-ethernet_two_tone::after {
  content: "\e5bb";
  opacity: 0.2;
}

.xgl-exchange::before {
  content: "\e87b";
}

.xgl-exit::before {
  content: "\e1ae";
}

.xgl-exit_alt::before {
  content: "\e996";
}

.xgl-exit_two_tone::before {
  content: "\e1ae";
}

.xgl-exit_two_tone::after {
  content: "\e996";
  opacity: 0.2;
}

.xgl-expand::before {
  content: "\e1af";
}

.xgl-expand_height::before {
  content: "\e1b0";
}

.xgl-expand_row::before {
  content: "\e1b1";
}

.xgl-expand_row_alt::before {
  content: "\e1b2";
}

.xgl-expand_row_two_tone::before {
  content: "\e1b1";
}

.xgl-expand_row_two_tone::after {
  content: "\e1b2";
  opacity: 0.2;
}

.xgl-export::before {
  content: "\e1b3";
}

.xgl-export_alt::before {
  content: "\e1b4";
}

.xgl-export_two_tone::before {
  content: "\e1b3";
}

.xgl-export_two_tone::after {
  content: "\e1b4";
  opacity: 0.2;
}

.xgl-exposure::before {
  content: "\e577";
}

.xgl-exposure_alt::before {
  content: "\eabb";
}

.xgl-exposure_two_tone::before {
  content: "\e577";
}

.xgl-exposure_two_tone::after {
  content: "\eabb";
  opacity: 0.2;
}

.xgl-extra_hw_gloss_lef::before {
  content: "\e1b5";
}

.xgl-extra_hw_gloss_lef_alt::before {
  content: "\e6ea";
}

.xgl-extra_hw_gloss_lef_two_tone::before {
  content: "\e1b5";
}

.xgl-extra_hw_gloss_lef_two_tone::after {
  content: "\e6ea";
  opacity: 0.2;
}

.xgl-extra_hw_gloss_plus_lef::before {
  content: "\e1b6";
}

.xgl-extra_hw_gloss_plus_lef_alt::before {
  content: "\e6eb";
}

.xgl-extra_hw_gloss_plus_lef_two_tone::before {
  content: "\e1b6";
}

.xgl-extra_hw_gloss_plus_lef_two_tone::after {
  content: "\e6eb";
  opacity: 0.2;
}

.xgl-extra_hw_gloss_plus_sef::before {
  content: "\e1b7";
}

.xgl-extra_hw_gloss_plus_sef_alt::before {
  content: "\e6ec";
}

.xgl-extra_hw_gloss_plus_sef_two_tone::before {
  content: "\e1b7";
}

.xgl-extra_hw_gloss_plus_sef_two_tone::after {
  content: "\e6ec";
  opacity: 0.2;
}

.xgl-extra_hw_gloss_reloaded_lef::before {
  content: "\e1c3";
}

.xgl-extra_hw_gloss_reloaded_lef_alt::before {
  content: "\e6ed";
}

.xgl-extra_hw_gloss_reloaded_lef_two_tone::before {
  content: "\e1c3";
}

.xgl-extra_hw_gloss_reloaded_lef_two_tone::after {
  content: "\e6ed";
  opacity: 0.2;
}

.xgl-extra_hw_gloss_reloaded_sef::before {
  content: "\e1c4";
}

.xgl-extra_hw_gloss_reloaded_sef_alt::before {
  content: "\e6ee";
}

.xgl-extra_hw_gloss_reloaded_sef_two_tone::before {
  content: "\e1c4";
}

.xgl-extra_hw_gloss_reloaded_sef_two_tone::after {
  content: "\e6ee";
  opacity: 0.2;
}

.xgl-extra_hw_gloss_sef::before {
  content: "\e1b8";
}

.xgl-extra_hw_gloss_sef_alt::before {
  content: "\e6ef";
}

.xgl-extra_hw_gloss_sef_two_tone::before {
  content: "\e1b8";
}

.xgl-extra_hw_gloss_sef_two_tone::after {
  content: "\e6ef";
  opacity: 0.2;
}

.xgl-extra_hw_labels_lef::before {
  content: "\e1b9";
}

.xgl-extra_hw_labels_lef_alt::before {
  content: "\e6f0";
}

.xgl-extra_hw_labels_lef_two_tone::before {
  content: "\e1b9";
}

.xgl-extra_hw_labels_lef_two_tone::after {
  content: "\e6f0";
  opacity: 0.2;
}

.xgl-extra_hw_labels_sef::before {
  content: "\e1ba";
}

.xgl-extra_hw_labels_sef_alt::before {
  content: "\e6f1";
}

.xgl-extra_hw_labels_sef_two_tone::before {
  content: "\e1ba";
}

.xgl-extra_hw_labels_sef_two_tone::after {
  content: "\e6f1";
  opacity: 0.2;
}

.xgl-extra_hw_lef::before {
  content: "\e1bb";
}

.xgl-extra_hw_lef_alt::before {
  content: "\e6f2";
}

.xgl-extra_hw_lef_two_tone::before {
  content: "\e1bb";
}

.xgl-extra_hw_lef_two_tone::after {
  content: "\e6f2";
  opacity: 0.2;
}

.xgl-extra_hw_plus_lef::before {
  content: "\e1bc";
}

.xgl-extra_hw_plus_lef_alt::before {
  content: "\e6f3";
}

.xgl-extra_hw_plus_lef_two_tone::before {
  content: "\e1bc";
}

.xgl-extra_hw_plus_lef_two_tone::after {
  content: "\e6f3";
  opacity: 0.2;
}

.xgl-extra_hw_plus_reloaded_lef::before {
  content: "\e1c5";
}

.xgl-extra_hw_plus_reloaded_lef_alt::before {
  content: "\e6f4";
}

.xgl-extra_hw_plus_reloaded_lef_two_tone::before {
  content: "\e1c5";
}

.xgl-extra_hw_plus_reloaded_lef_two_tone::after {
  content: "\e6f4";
  opacity: 0.2;
}

.xgl-extra_hw_plus_reloaded_sef::before {
  content: "\e1c6";
}

.xgl-extra_hw_plus_reloaded_sef_alt::before {
  content: "\e6f5";
}

.xgl-extra_hw_plus_reloaded_sef_two_tone::before {
  content: "\e1c6";
}

.xgl-extra_hw_plus_reloaded_sef_two_tone::after {
  content: "\e6f5";
  opacity: 0.2;
}

.xgl-extra_hw_plus_sef::before {
  content: "\e1bd";
}

.xgl-extra_hw_plus_sef_alt::before {
  content: "\e6f6";
}

.xgl-extra_hw_plus_sef_two_tone::before {
  content: "\e1bd";
}

.xgl-extra_hw_plus_sef_two_tone::after {
  content: "\e6f6";
  opacity: 0.2;
}

.xgl-extra_hw_punched_lef::before {
  content: "\e1be";
}

.xgl-extra_hw_punched_lef_alt::before {
  content: "\e6f7";
}

.xgl-extra_hw_punched_lef_two_tone::before {
  content: "\e1be";
}

.xgl-extra_hw_punched_lef_two_tone::after {
  content: "\e6f7";
  opacity: 0.2;
}

.xgl-extra_hw_punched_sef::before {
  content: "\e1bf";
}

.xgl-extra_hw_punched_sef_alt::before {
  content: "\e6f8";
}

.xgl-extra_hw_punched_sef_two_tone::before {
  content: "\e1bf";
}

.xgl-extra_hw_punched_sef_two_tone::after {
  content: "\e6f8";
  opacity: 0.2;
}

.xgl-extra_hw_reloaded_lef::before {
  content: "\e1c0";
}

.xgl-extra_hw_reloaded_lef_alt::before {
  content: "\e6f9";
}

.xgl-extra_hw_reloaded_lef_two_tone::before {
  content: "\e1c0";
}

.xgl-extra_hw_reloaded_lef_two_tone::after {
  content: "\e6f9";
  opacity: 0.2;
}

.xgl-extra_hw_reloaded_sef::before {
  content: "\e1c1";
}

.xgl-extra_hw_reloaded_sef_alt::before {
  content: "\e6fa";
}

.xgl-extra_hw_reloaded_sef_two_tone::before {
  content: "\e1c1";
}

.xgl-extra_hw_reloaded_sef_two_tone::after {
  content: "\e6fa";
  opacity: 0.2;
}

.xgl-extra_hw_sef::before {
  content: "\e1c2";
}

.xgl-extra_hw_sef_alt::before {
  content: "\e6fb";
}

.xgl-extra_hw_sef_two_tone::before {
  content: "\e1c2";
}

.xgl-extra_hw_sef_two_tone::after {
  content: "\e6fb";
  opacity: 0.2;
}

.xgl-face_mask::before {
  content: "\ec78";
}

.xgl-face_mask_alt::before {
  content: "\ec79";
}

.xgl-face_mask_two_tone::before {
  content: "\ec78";
}

.xgl-face_mask_two_tone::after {
  content: "\ec79";
  opacity: 0.2;
}

.xgl-facebook::before {
  content: "\e1c7";
}

.xgl-fan::before {
  content: "\e7b5";
}

.xgl-fan_alt::before {
  content: "\e7b6";
}

.xgl-fan_on::before {
  content: "\e7b7";
}

.xgl-fan_on_alt::before {
  content: "\e7b8";
}

.xgl-fan_on_two_tone::before {
  content: "\e7b7";
}

.xgl-fan_on_two_tone::after {
  content: "\e7b8";
  opacity: 0.2;
}

.xgl-fan_two_tone::before {
  content: "\e7b5";
}

.xgl-fan_two_tone::after {
  content: "\e7b6";
  opacity: 0.2;
}

.xgl-fast_stop::before {
  content: "\e6fc";
}

.xgl-fastforward::before {
  content: "\e1c8";
}

.xgl-fastforward_alt::before {
  content: "\e1c9";
}

.xgl-fastforward_two_tone::before {
  content: "\e1c8";
}

.xgl-fastforward_two_tone::after {
  content: "\e1c9";
  opacity: 0.2;
}

.xgl-fault::before {
  content: "\e1ca";
}

.xgl-fault_alt::before {
  content: "\e1cb";
}

.xgl-fault_two_tone::before {
  content: "\e1ca";
}

.xgl-fault_two_tone::after {
  content: "\e1cb";
  opacity: 0.2;
}

.xgl-favorites::before {
  content: "\e1cc";
}

.xgl-favorites_alt::before {
  content: "\e1cd";
}

.xgl-favorites_disabled::before {
  content: "\e1ce";
}

.xgl-favorites_disabled_alt::before {
  content: "\e1cf";
}

.xgl-favorites_disabled_two_tone::before {
  content: "\e1ce";
}

.xgl-favorites_disabled_two_tone::after {
  content: "\e1cf";
  opacity: 0.2;
}

.xgl-favorites_two_tone::before {
  content: "\e1cc";
}

.xgl-favorites_two_tone::after {
  content: "\e1cd";
  opacity: 0.2;
}

.xgl-fax::before {
  content: "\e1d0";
}

.xgl-fax_alt::before {
  content: "\e1d1";
}

.xgl-fax_auto_answer::before {
  content: "\ea64";
}

.xgl-fax_auto_answer_alt::before {
  content: "\ea65";
}

.xgl-fax_auto_answer_two_tone::before {
  content: "\ea64";
}

.xgl-fax_auto_answer_two_tone::after {
  content: "\ea65";
  opacity: 0.2;
}

.xgl-fax_confirm::before {
  content: "\ea66";
}

.xgl-fax_confirm_alt::before {
  content: "\ea67";
}

.xgl-fax_confirm_two_tone::before {
  content: "\ea66";
}

.xgl-fax_confirm_two_tone::after {
  content: "\ea67";
  opacity: 0.2;
}

.xgl-fax_confirmation_report::before {
  content: "\eabe";
}

.xgl-fax_confirmation_report_alt::before {
  content: "\eabf";
}

.xgl-fax_confirmation_report_two_tone::before {
  content: "\eabe";
}

.xgl-fax_confirmation_report_two_tone::after {
  content: "\eabf";
  opacity: 0.2;
}

.xgl-fax_cover_off::before {
  content: "\eaed";
}

.xgl-fax_cover_off_alt::before {
  content: "\eaee";
}

.xgl-fax_cover_off_two_tone::before {
  content: "\eaed";
}

.xgl-fax_cover_off_two_tone::after {
  content: "\eaee";
  opacity: 0.2;
}

.xgl-fax_cover_on::before {
  content: "\eaeb";
}

.xgl-fax_cover_on_alt::before {
  content: "\eaec";
}

.xgl-fax_cover_on_two_tone::before {
  content: "\eaeb";
}

.xgl-fax_cover_on_two_tone::after {
  content: "\eaec";
  opacity: 0.2;
}

.xgl-fax_dial_numbers::before {
  content: "\e1d2";
}

.xgl-fax_dialog_characters::before {
  content: "\e1d3";
}

.xgl-fax_from::before {
  content: "\ea68";
}

.xgl-fax_from_alt::before {
  content: "\ea69";
}

.xgl-fax_from_two_tone::before {
  content: "\ea68";
}

.xgl-fax_from_two_tone::after {
  content: "\ea69";
  opacity: 0.2;
}

.xgl-fax_machine::before {
  content: "\e1d4";
}

.xgl-fax_machine_alt::before {
  content: "\e1d5";
}

.xgl-fax_machine_two_tone::before {
  content: "\e1d4";
}

.xgl-fax_machine_two_tone::after {
  content: "\e1d5";
  opacity: 0.2;
}

.xgl-fax_manual_answer::before {
  content: "\ea6a";
}

.xgl-fax_manual_answer_alt::before {
  content: "\ea6b";
}

.xgl-fax_manual_answer_two_tone::before {
  content: "\ea6a";
}

.xgl-fax_manual_answer_two_tone::after {
  content: "\ea6b";
  opacity: 0.2;
}

.xgl-fax_passcode::before {
  content: "\ea6c";
}

.xgl-fax_passcode_alt::before {
  content: "\ea6d";
}

.xgl-fax_passcode_two_tone::before {
  content: "\ea6c";
}

.xgl-fax_passcode_two_tone::after {
  content: "\ea6d";
  opacity: 0.2;
}

.xgl-fax_secure::before {
  content: "\e1d6";
}

.xgl-fax_secure_alt::before {
  content: "\e1d7";
}

.xgl-fax_secure_two_tone::before {
  content: "\e1d6";
}

.xgl-fax_secure_two_tone::after {
  content: "\e1d7";
  opacity: 0.2;
}

.xgl-fax_to::before {
  content: "\ea6e";
}

.xgl-fax_to_alt::before {
  content: "\ea6f";
}

.xgl-fax_to_two_tone::before {
  content: "\ea6e";
}

.xgl-fax_to_two_tone::after {
  content: "\ea6f";
  opacity: 0.2;
}

.xgl-fax_two_tone::before {
  content: "\e1d0";
}

.xgl-fax_two_tone::after {
  content: "\e1d1";
  opacity: 0.2;
}

.xgl-feather::before {
  content: "\e659";
}

.xgl-feather_alt::before {
  content: "\e65a";
}

.xgl-feather_two_tone::before {
  content: "\e659";
}

.xgl-feather_two_tone::after {
  content: "\e65a";
  opacity: 0.2;
}

.xgl-feature_installation::before {
  content: "\eabc";
}

.xgl-feature_installation_alt::before {
  content: "\eabd";
}

.xgl-feature_installation_two_tone::before {
  content: "\eabc";
}

.xgl-feature_installation_two_tone::after {
  content: "\eabd";
  opacity: 0.2;
}

.xgl-file::before {
  content: "\e1d8";
}

.xgl-file_abic::before {
  content: "\e616";
}

.xgl-file_abic_two_tone::before {
  content: "\e616";
}

.xgl-file_abic_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_add::before {
  content: "\e1d9";
}

.xgl-file_add_alt::before {
  content: "\e1da";
}

.xgl-file_add_two_tone::before {
  content: "\e1d9";
}

.xgl-file_add_two_tone::after {
  content: "\e1da";
  opacity: 0.2;
}

.xgl-file_afp::before {
  content: "\e615";
}

.xgl-file_afp_two_tone::before {
  content: "\e615";
}

.xgl-file_afp_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_aiff::before {
  content: "\e5fe";
}

.xgl-file_aiff_two_tone::before {
  content: "\e5fe";
}

.xgl-file_aiff_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_alt::before {
  content: "\e1db";
}

.xgl-file_ascii::before {
  content: "\e614";
}

.xgl-file_ascii_two_tone::before {
  content: "\e614";
}

.xgl-file_ascii_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_asf::before {
  content: "\e5fb";
}

.xgl-file_asf_two_tone::before {
  content: "\e5fb";
}

.xgl-file_asf_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_attr::before {
  content: "\e683";
}

.xgl-file_attr_two_tone::before {
  content: "\e683";
}

.xgl-file_attr_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_auto::before {
  content: "\e5f6";
}

.xgl-file_auto_two_tone::before {
  content: "\e5f6";
}

.xgl-file_auto_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_avi::before {
  content: "\e605";
}

.xgl-file_avi_two_tone::before {
  content: "\e605";
}

.xgl-file_avi_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_bin::before {
  content: "\e5e1";
}

.xgl-file_bin_two_tone::before {
  content: "\e5e1";
}

.xgl-file_bin_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_bkgd::before {
  content: "\e619";
}

.xgl-file_blank::before {
  content: "\e1dc";
}

.xgl-file_blank_alt::before {
  content: "\e1dd";
}

.xgl-file_blank_two_tone::before {
  content: "\e1dc";
}

.xgl-file_blank_two_tone::after {
  content: "\e1dd";
  opacity: 0.2;
}

.xgl-file_bmp::before {
  content: "\e5ef";
}

.xgl-file_bmp_two_tone::before {
  content: "\e5ef";
}

.xgl-file_bmp_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_cabinet::before {
  content: "\e1de";
}

.xgl-file_cabinet_alt::before {
  content: "\e1df";
}

.xgl-file_cabinet_two_tone::before {
  content: "\e1de";
}

.xgl-file_cabinet_two_tone::after {
  content: "\e1df";
  opacity: 0.2;
}

.xgl-file_cad::before {
  content: "\e5ea";
}

.xgl-file_cad_two_tone::before {
  content: "\e5ea";
}

.xgl-file_cad_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_cals::before {
  content: "\e613";
}

.xgl-file_cals_two_tone::before {
  content: "\e613";
}

.xgl-file_cals_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_cancel::before {
  content: "\e1e0";
}

.xgl-file_cancel_alt::before {
  content: "\e1e1";
}

.xgl-file_cancel_two_tone::before {
  content: "\e1e0";
}

.xgl-file_cancel_two_tone::after {
  content: "\e1e1";
  opacity: 0.2;
}

.xgl-file_cff::before {
  content: "\e612";
}

.xgl-file_cff_two_tone::before {
  content: "\e612";
}

.xgl-file_cff_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_chart::before {
  content: "\e1e2";
}

.xgl-file_chart_alt::before {
  content: "\e1e3";
}

.xgl-file_chart_two_tone::before {
  content: "\e1e2";
}

.xgl-file_chart_two_tone::after {
  content: "\e1e3";
  opacity: 0.2;
}

.xgl-file_check::before {
  content: "\e1e4";
}

.xgl-file_check_alt::before {
  content: "\e1e5";
}

.xgl-file_check_two_tone::before {
  content: "\e1e4";
}

.xgl-file_check_two_tone::after {
  content: "\e1e5";
  opacity: 0.2;
}

.xgl-file_ciff::before {
  content: "\e611";
}

.xgl-file_ciff_two_tone::before {
  content: "\e611";
}

.xgl-file_ciff_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_compress::before {
  content: "\e1e6";
}

.xgl-file_compress_alt::before {
  content: "\e1e7";
}

.xgl-file_compress_two_tone::before {
  content: "\e1e6";
}

.xgl-file_compress_two_tone::after {
  content: "\e1e7";
  opacity: 0.2;
}

.xgl-file_csv::before {
  content: "\e5f4";
}

.xgl-file_csv_two_tone::before {
  content: "\e5f4";
}

.xgl-file_csv_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_delay::before {
  content: "\eaef";
}

.xgl-file_delay_alt::before {
  content: "\eaf0";
}

.xgl-file_delay_two_tone::before {
  content: "\eaef";
}

.xgl-file_delay_two_tone::after {
  content: "\eaf0";
  opacity: 0.2;
}

.xgl-file_dib::before {
  content: "\e610";
}

.xgl-file_dib_two_tone::before {
  content: "\e610";
}

.xgl-file_dib_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_dlm::before {
  content: "\e5e2";
}

.xgl-file_dlm_two_tone::before {
  content: "\e5e2";
}

.xgl-file_dlm_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_doc::before {
  content: "\e5d2";
}

.xgl-file_doc_two_tone::before {
  content: "\e5d2";
}

.xgl-file_doc_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_docm::before {
  content: "\e684";
}

.xgl-file_docm_two_tone::before {
  content: "\e684";
}

.xgl-file_docm_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_docx::before {
  content: "\e5f9";
}

.xgl-file_docx_two_tone::before {
  content: "\e5f9";
}

.xgl-file_docx_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_download::before {
  content: "\e1e8";
}

.xgl-file_download_alt::before {
  content: "\e1e9";
}

.xgl-file_download_two_tone::before {
  content: "\e1e8";
}

.xgl-file_download_two_tone::after {
  content: "\e1e9";
  opacity: 0.2;
}

.xgl-file_dwg::before {
  content: "\e5eb";
}

.xgl-file_dwg_two_tone::before {
  content: "\e5eb";
}

.xgl-file_dwg_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_dxf::before {
  content: "\e60f";
}

.xgl-file_dxf_two_tone::before {
  content: "\e60f";
}

.xgl-file_dxf_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_eml::before {
  content: "\e685";
}

.xgl-file_eml_two_tone::before {
  content: "\e685";
}

.xgl-file_eml_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_eps::before {
  content: "\e5dd";
}

.xgl-file_eps_two_tone::before {
  content: "\e5dd";
}

.xgl-file_eps_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_exists_no_saved::before {
  content: "\eaf1";
}

.xgl-file_exists_no_saved_alt::before {
  content: "\eaf2";
}

.xgl-file_exists_no_saved_two_tone::before {
  content: "\eaf1";
}

.xgl-file_exists_no_saved_two_tone::after {
  content: "\eaf2";
  opacity: 0.2;
}

.xgl-file_favorite::before {
  content: "\e1ea";
}

.xgl-file_favorite_alt::before {
  content: "\e1eb";
}

.xgl-file_favorite_two_tone::before {
  content: "\e1ea";
}

.xgl-file_favorite_two_tone::after {
  content: "\e1eb";
  opacity: 0.2;
}

.xgl-file_frf::before {
  content: "\e5e6";
}

.xgl-file_frf_two_tone::before {
  content: "\e5e6";
}

.xgl-file_frf_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_gif::before {
  content: "\e5e5";
}

.xgl-file_gif_two_tone::before {
  content: "\e5e5";
}

.xgl-file_gif_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_globe::before {
  content: "\e1ec";
}

.xgl-file_globe_alt::before {
  content: "\e1ed";
}

.xgl-file_globe_two_tone::before {
  content: "\e1ec";
}

.xgl-file_globe_two_tone::after {
  content: "\e1ed";
  opacity: 0.2;
}

.xgl-file_gz::before {
  content: "\e686";
}

.xgl-file_gz_two_tone::before {
  content: "\e686";
}

.xgl-file_gz_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_help::before {
  content: "\e848";
}

.xgl-file_help_alt::before {
  content: "\e849";
}

.xgl-file_help_two_tone::before {
  content: "\e848";
}

.xgl-file_help_two_tone::after {
  content: "\e849";
  opacity: 0.2;
}

.xgl-file_hpgl::before {
  content: "\e643";
}

.xgl-file_hpgl_two_tone::before {
  content: "\e643";
}

.xgl-file_hpgl_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_html::before {
  content: "\e5dc";
}

.xgl-file_html_two_tone::before {
  content: "\e5dc";
}

.xgl-file_html_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_ics::before {
  content: "\e617";
}

.xgl-file_ics_two_tone::before {
  content: "\e617";
}

.xgl-file_ics_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_img::before {
  content: "\e60e";
}

.xgl-file_img_two_tone::before {
  content: "\e60e";
}

.xgl-file_img_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_iso::before {
  content: "\e5e8";
}

.xgl-file_iso_two_tone::before {
  content: "\e5e8";
}

.xgl-file_iso_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_jif::before {
  content: "\e5e3";
}

.xgl-file_jif_two_tone::before {
  content: "\e5e3";
}

.xgl-file_jif_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_jpe::before {
  content: "\e5e4";
}

.xgl-file_jpe_two_tone::before {
  content: "\e5e4";
}

.xgl-file_jpe_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_jpeg::before {
  content: "\e606";
}

.xgl-file_jpeg_two_tone::before {
  content: "\e606";
}

.xgl-file_jpeg_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_jpg::before {
  content: "\e5d6";
}

.xgl-file_jpg_lock::before {
  content: "\ec45";
}

.xgl-file_jpg_lock_two_tone::before {
  content: "\ec45";
}

.xgl-file_jpg_lock_two_tone::after {
  content: "\eb9e";
  opacity: 0.2;
}

.xgl-file_jpg_two_tone::before {
  content: "\e5d6";
}

.xgl-file_jpg_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_jt::before {
  content: "\e644";
}

.xgl-file_jt_two_tone::before {
  content: "\e644";
}

.xgl-file_jt_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_jtd::before {
  content: "\e687";
}

.xgl-file_jtd_two_tone::before {
  content: "\e687";
}

.xgl-file_jtd_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_l::before {
  content: "\e1ee";
}

.xgl-file_l_alt::before {
  content: "\e1ef";
}

.xgl-file_l_two_tone::before {
  content: "\e1ee";
}

.xgl-file_l_two_tone::after {
  content: "\e1ef";
  opacity: 0.2;
}

.xgl-file_locked::before {
  content: "\e1f0";
}

.xgl-file_locked_alt::before {
  content: "\e1f1";
}

.xgl-file_locked_two_tone::before {
  content: "\e1f0";
}

.xgl-file_locked_two_tone::after {
  content: "\e1f1";
  opacity: 0.2;
}

.xgl-file_mdb::before {
  content: "\e645";
}

.xgl-file_mdb_two_tone::before {
  content: "\e645";
}

.xgl-file_mdb_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_mid::before {
  content: "\e600";
}

.xgl-file_mid_two_tone::before {
  content: "\e600";
}

.xgl-file_mid_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_mov::before {
  content: "\e5df";
}

.xgl-file_mov_two_tone::before {
  content: "\e5df";
}

.xgl-file_mov_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_move::before {
  content: "\e1f2";
}

.xgl-file_move_alt::before {
  content: "\e1f3";
}

.xgl-file_move_copy::before {
  content: "\e1f4";
}

.xgl-file_move_copy_alt::before {
  content: "\e1f5";
}

.xgl-file_move_copy_two_tone::before {
  content: "\e1f4";
}

.xgl-file_move_copy_two_tone::after {
  content: "\e1f5";
  opacity: 0.2;
}

.xgl-file_move_two_tone::before {
  content: "\e1f2";
}

.xgl-file_move_two_tone::after {
  content: "\e1f3";
  opacity: 0.2;
}

.xgl-file_mp3::before {
  content: "\e601";
}

.xgl-file_mp3_two_tone::before {
  content: "\e601";
}

.xgl-file_mp3_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_mp4::before {
  content: "\e603";
}

.xgl-file_mp4_two_tone::before {
  content: "\e603";
}

.xgl-file_mp4_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_mpg::before {
  content: "\e602";
}

.xgl-file_mpg_two_tone::before {
  content: "\e602";
}

.xgl-file_mpg_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_mpp::before {
  content: "\e688";
}

.xgl-file_mpp_two_tone::before {
  content: "\e688";
}

.xgl-file_mpp_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_mtif::before {
  content: "\e5d8";
}

.xgl-file_mtif_lock::before {
  content: "\ec47";
}

.xgl-file_mtif_lock_two_tone::before {
  content: "\ec47";
}

.xgl-file_mtif_lock_two_tone::after {
  content: "\eb9e";
  opacity: 0.2;
}

.xgl-file_mtif_two_tone::before {
  content: "\e5d8";
}

.xgl-file_mtif_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_multipage::before {
  content: "\eb99";
}

.xgl-file_multipage_alt::before {
  content: "\eb9a";
}

.xgl-file_multipage_two_tone::before {
  content: "\eb99";
}

.xgl-file_multipage_two_tone::after {
  content: "\eb9a";
  opacity: 0.2;
}

.xgl-file_ocr::before {
  content: "\e5f5";
}

.xgl-file_ocr_two_tone::before {
  content: "\e5f5";
}

.xgl-file_ocr_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_odf::before {
  content: "\e60d";
}

.xgl-file_odf_two_tone::before {
  content: "\e60d";
}

.xgl-file_odf_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_odg::before {
  content: "\e8bf";
}

.xgl-file_odg_two_tone::before {
  content: "\e8bf";
}

.xgl-file_odg_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_odp::before {
  content: "\e60c";
}

.xgl-file_odp_two_tone::before {
  content: "\e60c";
}

.xgl-file_odp_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_ods::before {
  content: "\e60b";
}

.xgl-file_ods_two_tone::before {
  content: "\e60b";
}

.xgl-file_ods_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_odt::before {
  content: "\e60a";
}

.xgl-file_odt_two_tone::before {
  content: "\e60a";
}

.xgl-file_odt_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_option::before {
  content: "\eaf4";
}

.xgl-file_option_alt::before {
  content: "\eaf5";
}

.xgl-file_option_two_tone::before {
  content: "\eaf4";
}

.xgl-file_option_two_tone::after {
  content: "\eaf5";
  opacity: 0.2;
}

.xgl-file_otf::before {
  content: "\e5ec";
}

.xgl-file_otf_two_tone::before {
  content: "\e5ec";
}

.xgl-file_otf_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_oxps::before {
  content: "\e689";
}

.xgl-file_oxps_two_tone::before {
  content: "\e689";
}

.xgl-file_oxps_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_pcl::before {
  content: "\e5d9";
}

.xgl-file_pcl_two_tone::before {
  content: "\e5d9";
}

.xgl-file_pcl_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_pct::before {
  content: "\e5ee";
}

.xgl-file_pct_two_tone::before {
  content: "\e5ee";
}

.xgl-file_pct_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_pdf::before {
  content: "\e5ce";
}

.xgl-file_pdf_lock::before {
  content: "\ec49";
}

.xgl-file_pdf_lock_two_tone::before {
  content: "\ec49";
}

.xgl-file_pdf_lock_two_tone::after {
  content: "\eb9e";
  opacity: 0.2;
}

.xgl-file_pdf_two_tone::before {
  content: "\e5ce";
}

.xgl-file_pdf_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_pdfa::before {
  content: "\e5d0";
}

.xgl-file_pdfa_lock::before {
  content: "\ec4b";
}

.xgl-file_pdfa_lock_two_tone::before {
  content: "\ec4b";
}

.xgl-file_pdfa_lock_two_tone::after {
  content: "\eb9e";
  opacity: 0.2;
}

.xgl-file_pdfa_two_tone::before {
  content: "\e5d0";
}

.xgl-file_pdfa_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_pdl::before {
  content: "\e5cd";
}

.xgl-file_pdl_two_tone::before {
  content: "\e5cd";
}

.xgl-file_pdl_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_pict::before {
  content: "\e609";
}

.xgl-file_pict_two_tone::before {
  content: "\e609";
}

.xgl-file_pict_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_png::before {
  content: "\e5d1";
}

.xgl-file_png_lock::before {
  content: "\ec4c";
}

.xgl-file_png_lock_two_tone::before {
  content: "\ec4c";
}

.xgl-file_png_lock_two_tone::after {
  content: "\eb9e";
  opacity: 0.2;
}

.xgl-file_png_two_tone::before {
  content: "\e5d1";
}

.xgl-file_png_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_ppt::before {
  content: "\e5cf";
}

.xgl-file_ppt_two_tone::before {
  content: "\e5cf";
}

.xgl-file_ppt_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_pptm::before {
  content: "\e68a";
}

.xgl-file_pptm_two_tone::before {
  content: "\e68a";
}

.xgl-file_pptm_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_pptx::before {
  content: "\e5f8";
}

.xgl-file_pptx_two_tone::before {
  content: "\e5f8";
}

.xgl-file_pptx_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_preview::before {
  content: "\e94a";
}

.xgl-file_preview_alt::before {
  content: "\e949";
}

.xgl-file_preview_two_tone::before {
  content: "\e94a";
}

.xgl-file_preview_two_tone::after {
  content: "\e949";
  opacity: 0.2;
}

.xgl-file_prn::before {
  content: "\e5e0";
}

.xgl-file_prn_two_tone::before {
  content: "\e5e0";
}

.xgl-file_prn_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_ps::before {
  content: "\e5da";
}

.xgl-file_ps_two_tone::before {
  content: "\e5da";
}

.xgl-file_ps_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_psd::before {
  content: "\e5fa";
}

.xgl-file_psd_two_tone::before {
  content: "\e5fa";
}

.xgl-file_psd_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_pub::before {
  content: "\e68b";
}

.xgl-file_pub_two_tone::before {
  content: "\e68b";
}

.xgl-file_pub_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_qt::before {
  content: "\e604";
}

.xgl-file_qt_two_tone::before {
  content: "\e604";
}

.xgl-file_qt_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_quality::before {
  content: "\ec43";
}

.xgl-file_quality_alt::before {
  content: "\ec44";
}

.xgl-file_quality_two_tone::before {
  content: "\ec43";
}

.xgl-file_quality_two_tone::after {
  content: "\ec44";
  opacity: 0.2;
}

.xgl-file_raw::before {
  content: "\e5f3";
}

.xgl-file_raw_two_tone::before {
  content: "\e5f3";
}

.xgl-file_raw_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_rtf::before {
  content: "\e5f0";
}

.xgl-file_rtf_two_tone::before {
  content: "\e5f0";
}

.xgl-file_rtf_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_sheet::before {
  content: "\e1f6";
}

.xgl-file_sheet_alt::before {
  content: "\e1f7";
}

.xgl-file_sheet_two_tone::before {
  content: "\e1f6";
}

.xgl-file_sheet_two_tone::after {
  content: "\e1f7";
  opacity: 0.2;
}

.xgl-file_slide::before {
  content: "\e1f8";
}

.xgl-file_slide_alt::before {
  content: "\e1f9";
}

.xgl-file_slide_two_tone::before {
  content: "\e1f8";
}

.xgl-file_slide_two_tone::after {
  content: "\e1f9";
  opacity: 0.2;
}

.xgl-file_sql::before {
  content: "\eca3";
}

.xgl-file_sql_two_tone::before {
  content: "\eca3";
}

.xgl-file_sql_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_step::before {
  content: "\e68c";
}

.xgl-file_step_two_tone::before {
  content: "\e68c";
}

.xgl-file_step_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_subtract::before {
  content: "\e1fa";
}

.xgl-file_subtract_alt::before {
  content: "\e1fb";
}

.xgl-file_subtract_two_tone::before {
  content: "\e1fa";
}

.xgl-file_subtract_two_tone::after {
  content: "\e1fb";
  opacity: 0.2;
}

.xgl-file_svg::before {
  content: "\e608";
}

.xgl-file_svg_two_tone::before {
  content: "\e608";
}

.xgl-file_svg_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_tar::before {
  content: "\e68d";
}

.xgl-file_tar_two_tone::before {
  content: "\e68d";
}

.xgl-file_tar_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_tfx::before {
  content: "\e68e";
}

.xgl-file_tfx_two_tone::before {
  content: "\e68e";
}

.xgl-file_tfx_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_tif::before {
  content: "\e5d5";
}

.xgl-file_tif_lock::before {
  content: "\ec4e";
}

.xgl-file_tif_lock_two_tone::before {
  content: "\ec4e";
}

.xgl-file_tif_lock_two_tone::after {
  content: "\eb9e";
  opacity: 0.2;
}

.xgl-file_tif_two_tone::before {
  content: "\e5d5";
}

.xgl-file_tif_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_tiff::before {
  content: "\e61a";
}

.xgl-file_tiff_lock::before {
  content: "\ec50";
}

.xgl-file_tiff_lock_two_tone::before {
  content: "\ec50";
}

.xgl-file_tiff_lock_two_tone::after {
  content: "\eb9e";
  opacity: 0.2;
}

.xgl-file_tiff_two_tone::before {
  content: "\e61a";
}

.xgl-file_tiff_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_ttf::before {
  content: "\e5ed";
}

.xgl-file_ttf_two_tone::before {
  content: "\e5ed";
}

.xgl-file_ttf_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_two_tone::before {
  content: "\e1d8";
}

.xgl-file_two_tone::after {
  content: "\e1db";
  opacity: 0.2;
}

.xgl-file_txt::before {
  content: "\e5d3";
}

.xgl-file_txt_two_tone::before {
  content: "\e5d3";
}

.xgl-file_txt_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_type::before {
  content: "\eaf3";
}

.xgl-file_type_alt::before {
  content: "\e88c";
}

.xgl-file_type_bkgd::before {
  content: "\e997";
}

.xgl-file_type_lock_bkgd::before {
  content: "\eb9e";
}

.xgl-file_type_signature::before {
  content: "\eba0";
}

.xgl-file_type_signature_alt::before {
  content: "\eba1";
}

.xgl-file_type_signature_two_tone::before {
  content: "\eba0";
}

.xgl-file_type_signature_two_tone::after {
  content: "\eba1";
  opacity: 0.2;
}

.xgl-file_type_two_tone::before {
  content: "\eaf3";
}

.xgl-file_type_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_unix::before {
  content: "\e5e9";
}

.xgl-file_unix_two_tone::before {
  content: "\e5e9";
}

.xgl-file_unix_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_unknown::before {
  content: "\e5f2";
}

.xgl-file_unknown_two_tone::before {
  content: "\e5f2";
}

.xgl-file_unknown_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_unlock::before {
  content: "\e1fc";
}

.xgl-file_unlock_alt::before {
  content: "\e1fd";
}

.xgl-file_unlock_two_tone::before {
  content: "\e1fc";
}

.xgl-file_unlock_two_tone::after {
  content: "\e1fd";
  opacity: 0.2;
}

.xgl-file_upload::before {
  content: "\e1fe";
}

.xgl-file_upload_alt::before {
  content: "\e1ff";
}

.xgl-file_upload_default::before {
  content: "\ea86";
}

.xgl-file_upload_default_alt::before {
  content: "\ea88";
}

.xgl-file_upload_default_two_tone::before {
  content: "\ea86";
}

.xgl-file_upload_default_two_tone::after {
  content: "\ea88";
  opacity: 0.2;
}

.xgl-file_upload_favorite::before {
  content: "\ea87";
}

.xgl-file_upload_favorite_alt::before {
  content: "\ea8a";
}

.xgl-file_upload_favorite_two_tone::before {
  content: "\ea87";
}

.xgl-file_upload_favorite_two_tone::after {
  content: "\ea8a";
  opacity: 0.2;
}

.xgl-file_upload_two_tone::before {
  content: "\e1fe";
}

.xgl-file_upload_two_tone::after {
  content: "\e1ff";
  opacity: 0.2;
}

.xgl-file_user::before {
  content: "\e200";
}

.xgl-file_user_alt::before {
  content: "\e201";
}

.xgl-file_user_two_tone::before {
  content: "\e200";
}

.xgl-file_user_two_tone::after {
  content: "\e201";
  opacity: 0.2;
}

.xgl-file_vcs::before {
  content: "\e618";
}

.xgl-file_vcs_two_tone::before {
  content: "\e618";
}

.xgl-file_vcs_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_vsd::before {
  content: "\e68f";
}

.xgl-file_vsd_two_tone::before {
  content: "\e68f";
}

.xgl-file_vsd_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_wav::before {
  content: "\e5ff";
}

.xgl-file_wav_two_tone::before {
  content: "\e5ff";
}

.xgl-file_wav_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_wma::before {
  content: "\e5fc";
}

.xgl-file_wma_two_tone::before {
  content: "\e5fc";
}

.xgl-file_wma_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_wmv::before {
  content: "\e5fd";
}

.xgl-file_wmv_two_tone::before {
  content: "\e5fd";
}

.xgl-file_wmv_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_x_b::before {
  content: "\e691";
}

.xgl-file_x_b_two_tone::before {
  content: "\e691";
}

.xgl-file_x_b_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_x_t::before {
  content: "\e692";
}

.xgl-file_x_t_two_tone::before {
  content: "\e692";
}

.xgl-file_x_t_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_xbd::before {
  content: "\e690";
}

.xgl-file_xbd_two_tone::before {
  content: "\e690";
}

.xgl-file_xbd_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_xct::before {
  content: "\e694";
}

.xgl-file_xct_two_tone::before {
  content: "\e694";
}

.xgl-file_xct_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_xdw::before {
  content: "\e5f1";
}

.xgl-file_xdw_two_tone::before {
  content: "\e5f1";
}

.xgl-file_xdw_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_xla::before {
  content: "\e646";
}

.xgl-file_xla_two_tone::before {
  content: "\e646";
}

.xgl-file_xla_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_xlc::before {
  content: "\e647";
}

.xgl-file_xlc_two_tone::before {
  content: "\e647";
}

.xgl-file_xlc_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_xlm::before {
  content: "\e648";
}

.xgl-file_xlm_two_tone::before {
  content: "\e648";
}

.xgl-file_xlm_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_xls::before {
  content: "\e5d4";
}

.xgl-file_xls_lock::before {
  content: "\ec51";
}

.xgl-file_xls_lock_two_tone::before {
  content: "\ec51";
}

.xgl-file_xls_lock_two_tone::after {
  content: "\eb9e";
  opacity: 0.2;
}

.xgl-file_xls_two_tone::before {
  content: "\e5d4";
}

.xgl-file_xls_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_xlsx::before {
  content: "\e5f7";
}

.xgl-file_xlsx_lock::before {
  content: "\ec53";
}

.xgl-file_xlsx_lock_two_tone::before {
  content: "\ec53";
}

.xgl-file_xlsx_lock_two_tone::after {
  content: "\eb9e";
  opacity: 0.2;
}

.xgl-file_xlsx_two_tone::before {
  content: "\e5f7";
}

.xgl-file_xlsx_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_xlt::before {
  content: "\e649";
}

.xgl-file_xlt_two_tone::before {
  content: "\e649";
}

.xgl-file_xlt_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_xlw::before {
  content: "\e64a";
}

.xgl-file_xlw_two_tone::before {
  content: "\e64a";
}

.xgl-file_xlw_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_xml::before {
  content: "\e5db";
}

.xgl-file_xml_two_tone::before {
  content: "\e5db";
}

.xgl-file_xml_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_xps::before {
  content: "\e5d7";
}

.xgl-file_xps_lock::before {
  content: "\ec55";
}

.xgl-file_xps_lock_two_tone::before {
  content: "\ec55";
}

.xgl-file_xps_lock_two_tone::after {
  content: "\eb9e";
  opacity: 0.2;
}

.xgl-file_xps_two_tone::before {
  content: "\e5d7";
}

.xgl-file_xps_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_xql::before {
  content: "\e5de";
}

.xgl-file_xql_two_tone::before {
  content: "\e5de";
}

.xgl-file_xql_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_xwd::before {
  content: "\e607";
}

.xgl-file_xwd_two_tone::before {
  content: "\e607";
}

.xgl-file_xwd_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-file_zip::before {
  content: "\e5e7";
}

.xgl-file_zip_two_tone::before {
  content: "\e5e7";
}

.xgl-file_zip_two_tone::after {
  content: "\e997";
  opacity: 0.2;
}

.xgl-files::before {
  content: "\e202";
}

.xgl-files_alt::before {
  content: "\e203";
}

.xgl-files_subtract::before {
  content: "\ea70";
}

.xgl-files_subtract_alt::before {
  content: "\ea71";
}

.xgl-files_subtract_two_tone::before {
  content: "\ea70";
}

.xgl-files_subtract_two_tone::after {
  content: "\ea71";
  opacity: 0.2;
}

.xgl-files_two_tone::before {
  content: "\e202";
}

.xgl-files_two_tone::after {
  content: "\e203";
  opacity: 0.2;
}

.xgl-film::before {
  content: "\e204";
}

.xgl-film_alt::before {
  content: "\e205";
}

.xgl-film_lef::before {
  content: "\e206";
}

.xgl-film_lef_alt::before {
  content: "\e6fd";
}

.xgl-film_lef_two_tone::before {
  content: "\e206";
}

.xgl-film_lef_two_tone::after {
  content: "\e6fd";
  opacity: 0.2;
}

.xgl-film_sef::before {
  content: "\e207";
}

.xgl-film_sef_alt::before {
  content: "\e6fe";
}

.xgl-film_sef_two_tone::before {
  content: "\e207";
}

.xgl-film_sef_two_tone::after {
  content: "\e6fe";
  opacity: 0.2;
}

.xgl-film_two_tone::before {
  content: "\e204";
}

.xgl-film_two_tone::after {
  content: "\e205";
  opacity: 0.2;
}

.xgl-filter::before {
  content: "\e650";
}

.xgl-filter_alt::before {
  content: "\e64e";
}

.xgl-filter_alt_two_tone::before {
  content: "\e64e";
}

.xgl-filter_alt_two_tone::after {
  content: "\e0df";
  opacity: 0.2;
}

.xgl-filter_two_tone::before {
  content: "\e650";
}

.xgl-filter_two_tone::after {
  content: "\e0df";
  opacity: 0.2;
}

.xgl-fingerprint::before {
  content: "\e208";
}

.xgl-finishing::before {
  content: "\e209";
}

.xgl-finishing_advanced::before {
  content: "\eaf8";
}

.xgl-finishing_advanced_alt::before {
  content: "\eaf9";
}

.xgl-finishing_advanced_two_tone::before {
  content: "\eaf8";
}

.xgl-finishing_advanced_two_tone::after {
  content: "\eaf9";
  opacity: 0.2;
}

.xgl-finishing_alt::before {
  content: "\e20a";
}

.xgl-finishing_off::before {
  content: "\eaf6";
}

.xgl-finishing_off_alt::before {
  content: "\eaf7";
}

.xgl-finishing_off_two_tone::before {
  content: "\eaf6";
}

.xgl-finishing_off_two_tone::after {
  content: "\eaf7";
  opacity: 0.2;
}

.xgl-finishing_two_tone::before {
  content: "\e209";
}

.xgl-finishing_two_tone::after {
  content: "\e20a";
  opacity: 0.2;
}

.xgl-fire::before {
  content: "\e20b";
}

.xgl-fire_alt::before {
  content: "\e20c";
}

.xgl-fire_two_tone::before {
  content: "\e20b";
}

.xgl-fire_two_tone::after {
  content: "\e20c";
  opacity: 0.2;
}

.xgl-firefox::before {
  content: "\e20d";
}

.xgl-firefox_two_tone::before {
  content: "\e20d";
}

.xgl-firefox_two_tone::after {
  content: "\e0df";
  opacity: 0.2;
}

.xgl-first::before {
  content: "\e20e";
}

.xgl-fish::before {
  content: "\e998";
}

.xgl-fish_alt::before {
  content: "\e999";
}

.xgl-fish_two_tone::before {
  content: "\e998";
}

.xgl-fish_two_tone::after {
  content: "\e999";
  opacity: 0.2;
}

.xgl-flag::before {
  content: "\e20f";
}

.xgl-flag_alt::before {
  content: "\e210";
}

.xgl-flag_checkered::before {
  content: "\e951";
}

.xgl-flag_two_tone::before {
  content: "\e20f";
}

.xgl-flag_two_tone::after {
  content: "\e210";
  opacity: 0.2;
}

.xgl-flask::before {
  content: "\e211";
}

.xgl-flask_alt::before {
  content: "\e212";
}

.xgl-flask_two_tone::before {
  content: "\e211";
}

.xgl-flask_two_tone::after {
  content: "\e212";
  opacity: 0.2;
}

.xgl-flex::before {
  content: "\e937";
}

.xgl-flex_alt::before {
  content: "\e938";
}

.xgl-flex_two_tone::before {
  content: "\e937";
}

.xgl-flex_two_tone::after {
  content: "\e938";
  opacity: 0.2;
}

.xgl-flick::before {
  content: "\e91b";
}

.xgl-flick_alt::before {
  content: "\e91c";
}

.xgl-flick_two_tone::before {
  content: "\e91b";
}

.xgl-flick_two_tone::after {
  content: "\e91c";
  opacity: 0.2;
}

.xgl-floorplan::before {
  content: "\e8c1";
}

.xgl-floorplan_alt::before {
  content: "\e8c2";
}

.xgl-floorplan_two_tone::before {
  content: "\e8c1";
}

.xgl-floorplan_two_tone::after {
  content: "\e8c2";
  opacity: 0.2;
}

.xgl-fold::before {
  content: "\e213";
}

.xgl-fold_advanced::before {
  content: "\eafa";
}

.xgl-fold_advanced_alt::before {
  content: "\eafb";
}

.xgl-fold_advanced_two_tone::before {
  content: "\eafa";
}

.xgl-fold_advanced_two_tone::after {
  content: "\eafb";
  opacity: 0.2;
}

.xgl-fold_alt::before {
  content: "\e214";
}

.xgl-fold_bifold_individual::before {
  content: "\eafc";
}

.xgl-fold_bifold_individual_alt::before {
  content: "\eafd";
}

.xgl-fold_bifold_individual_two_tone::before {
  content: "\eafc";
}

.xgl-fold_bifold_individual_two_tone::after {
  content: "\eafd";
  opacity: 0.2;
}

.xgl-fold_bifold_mult_inside::before {
  content: "\eb00";
}

.xgl-fold_bifold_mult_inside_alt::before {
  content: "\eb01";
}

.xgl-fold_bifold_mult_inside_two_tone::before {
  content: "\eb00";
}

.xgl-fold_bifold_mult_inside_two_tone::after {
  content: "\eb01";
  opacity: 0.2;
}

.xgl-fold_bifold_mult_outside::before {
  content: "\eafe";
}

.xgl-fold_bifold_mult_outside_alt::before {
  content: "\eaff";
}

.xgl-fold_bifold_mult_outside_two_tone::before {
  content: "\eafe";
}

.xgl-fold_bifold_mult_outside_two_tone::after {
  content: "\eaff";
  opacity: 0.2;
}

.xgl-fold_bifold_set::before {
  content: "\eb02";
}

.xgl-fold_bifold_set_alt::before {
  content: "\eb03";
}

.xgl-fold_bifold_set_two_tone::before {
  content: "\eb02";
}

.xgl-fold_bifold_set_two_tone::after {
  content: "\eb03";
  opacity: 0.2;
}

.xgl-fold_cfold::before {
  content: "\eb04";
}

.xgl-fold_cfold_alt::before {
  content: "\eb05";
}

.xgl-fold_cfold_inside::before {
  content: "\eb06";
}

.xgl-fold_cfold_inside_alt::before {
  content: "\eb07";
}

.xgl-fold_cfold_inside_two_tone::before {
  content: "\eb06";
}

.xgl-fold_cfold_inside_two_tone::after {
  content: "\eb07";
  opacity: 0.2;
}

.xgl-fold_cfold_outside::before {
  content: "\eb08";
}

.xgl-fold_cfold_outside_alt::before {
  content: "\eb09";
}

.xgl-fold_cfold_outside_two_tone::before {
  content: "\eb08";
}

.xgl-fold_cfold_outside_two_tone::after {
  content: "\eb09";
  opacity: 0.2;
}

.xgl-fold_cfold_two_tone::before {
  content: "\eb04";
}

.xgl-fold_cfold_two_tone::after {
  content: "\eb05";
  opacity: 0.2;
}

.xgl-fold_image_inside::before {
  content: "\eb0a";
}

.xgl-fold_image_inside_alt::before {
  content: "\eb0b";
}

.xgl-fold_image_inside_two_tone::before {
  content: "\eb0a";
}

.xgl-fold_image_inside_two_tone::after {
  content: "\eb0b";
  opacity: 0.2;
}

.xgl-fold_image_outside::before {
  content: "\eb0c";
}

.xgl-fold_image_outside_alt::before {
  content: "\eb0d";
}

.xgl-fold_image_outside_two_tone::before {
  content: "\eb0c";
}

.xgl-fold_image_outside_two_tone::after {
  content: "\eb0d";
  opacity: 0.2;
}

.xgl-fold_off::before {
  content: "\eb0e";
}

.xgl-fold_off_alt::before {
  content: "\eb0f";
}

.xgl-fold_off_two_tone::before {
  content: "\eb0e";
}

.xgl-fold_off_two_tone::after {
  content: "\eb0f";
  opacity: 0.2;
}

.xgl-fold_order_booklet::before {
  content: "\eb10";
}

.xgl-fold_order_booklet_alt::before {
  content: "\eb11";
}

.xgl-fold_order_booklet_two_tone::before {
  content: "\eb10";
}

.xgl-fold_order_booklet_two_tone::after {
  content: "\eb11";
  opacity: 0.2;
}

.xgl-fold_two_tone::before {
  content: "\e213";
}

.xgl-fold_two_tone::after {
  content: "\e214";
  opacity: 0.2;
}

.xgl-fold_zfold::before {
  content: "\eb12";
}

.xgl-fold_zfold_alt::before {
  content: "\eb13";
}

.xgl-fold_zfold_half::before {
  content: "\eb18";
}

.xgl-fold_zfold_half_alt::before {
  content: "\eb19";
}

.xgl-fold_zfold_half_two_tone::before {
  content: "\eb18";
}

.xgl-fold_zfold_half_two_tone::after {
  content: "\eb19";
  opacity: 0.2;
}

.xgl-fold_zfold_inside::before {
  content: "\eb14";
}

.xgl-fold_zfold_inside_alt::before {
  content: "\eb15";
}

.xgl-fold_zfold_inside_two_tone::before {
  content: "\eb14";
}

.xgl-fold_zfold_inside_two_tone::after {
  content: "\eb15";
  opacity: 0.2;
}

.xgl-fold_zfold_outside::before {
  content: "\eb16";
}

.xgl-fold_zfold_outside_alt::before {
  content: "\eb17";
}

.xgl-fold_zfold_outside_two_tone::before {
  content: "\eb16";
}

.xgl-fold_zfold_outside_two_tone::after {
  content: "\eb17";
  opacity: 0.2;
}

.xgl-fold_zfold_two_tone::before {
  content: "\eb12";
}

.xgl-fold_zfold_two_tone::after {
  content: "\eb13";
  opacity: 0.2;
}

.xgl-folder::before {
  content: "\e215";
}

.xgl-folder_add::before {
  content: "\e216";
}

.xgl-folder_add_alt::before {
  content: "\e217";
}

.xgl-folder_add_two_tone::before {
  content: "\e216";
}

.xgl-folder_add_two_tone::after {
  content: "\e217";
  opacity: 0.2;
}

.xgl-folder_alt::before {
  content: "\e218";
}

.xgl-folder_camera::before {
  content: "\e219";
}

.xgl-folder_camera_alt::before {
  content: "\e21a";
}

.xgl-folder_camera_two_tone::before {
  content: "\e219";
}

.xgl-folder_camera_two_tone::after {
  content: "\e21a";
  opacity: 0.2;
}

.xgl-folder_compress::before {
  content: "\e21b";
}

.xgl-folder_compress_alt::before {
  content: "\e21c";
}

.xgl-folder_compress_two_tone::before {
  content: "\e21b";
}

.xgl-folder_compress_two_tone::after {
  content: "\e21c";
  opacity: 0.2;
}

.xgl-folder_default::before {
  content: "\eb1c";
}

.xgl-folder_default_alt::before {
  content: "\eb1d";
}

.xgl-folder_default_two_tone::before {
  content: "\eb1c";
}

.xgl-folder_default_two_tone::after {
  content: "\eb1d";
  opacity: 0.2;
}

.xgl-folder_download::before {
  content: "\e21d";
}

.xgl-folder_download_alt::before {
  content: "\e21e";
}

.xgl-folder_download_two_tone::before {
  content: "\e21d";
}

.xgl-folder_download_two_tone::after {
  content: "\e21e";
  opacity: 0.2;
}

.xgl-folder_dropbox::before {
  content: "\e21f";
}

.xgl-folder_dropbox_alt::before {
  content: "\e220";
}

.xgl-folder_dropbox_two_tone::before {
  content: "\e21f";
}

.xgl-folder_dropbox_two_tone::after {
  content: "\e220";
  opacity: 0.2;
}

.xgl-folder_favorite::before {
  content: "\e221";
}

.xgl-folder_favorite_alt::before {
  content: "\e222";
}

.xgl-folder_favorite_two_tone::before {
  content: "\e221";
}

.xgl-folder_favorite_two_tone::after {
  content: "\e222";
  opacity: 0.2;
}

.xgl-folder_file::before {
  content: "\e7ff";
}

.xgl-folder_flex::before {
  content: "\e935";
}

.xgl-folder_flex_alt::before {
  content: "\e936";
}

.xgl-folder_flex_two_tone::before {
  content: "\e935";
}

.xgl-folder_flex_two_tone::after {
  content: "\e936";
  opacity: 0.2;
}

.xgl-folder_google_drive::before {
  content: "\e223";
}

.xgl-folder_google_drive_alt::before {
  content: "\e224";
}

.xgl-folder_google_drive_two_tone::before {
  content: "\e223";
}

.xgl-folder_google_drive_two_tone::after {
  content: "\e224";
  opacity: 0.2;
}

.xgl-folder_history::before {
  content: "\ec38";
}

.xgl-folder_history_alt::before {
  content: "\ec39";
}

.xgl-folder_history_two_tone::before {
  content: "\ec38";
}

.xgl-folder_history_two_tone::after {
  content: "\ec39";
  opacity: 0.2;
}

.xgl-folder_hot::before {
  content: "\e225";
}

.xgl-folder_hot_alt::before {
  content: "\e226";
}

.xgl-folder_hot_two_tone::before {
  content: "\e225";
}

.xgl-folder_hot_two_tone::after {
  content: "\e226";
  opacity: 0.2;
}

.xgl-folder_jobflow::before {
  content: "\e84a";
}

.xgl-folder_jobflow_alt::before {
  content: "\e84b";
}

.xgl-folder_jobflow_autostart::before {
  content: "\e84c";
}

.xgl-folder_jobflow_autostart_alt::before {
  content: "\e84d";
}

.xgl-folder_jobflow_autostart_two_tone::before {
  content: "\e84c";
}

.xgl-folder_jobflow_autostart_two_tone::after {
  content: "\e84d";
  opacity: 0.2;
}

.xgl-folder_jobflow_two_tone::before {
  content: "\e84a";
}

.xgl-folder_jobflow_two_tone::after {
  content: "\e84b";
  opacity: 0.2;
}

.xgl-folder_jpg::before {
  content: "\eb98";
}

.xgl-folder_jpg_lock::before {
  content: "\ec46";
}

.xgl-folder_jpg_lock_two_tone::before {
  content: "\ec46";
}

.xgl-folder_jpg_lock_two_tone::after {
  content: "\eba8";
  opacity: 0.2;
}

.xgl-folder_jpg_two_tone::before {
  content: "\eb98";
}

.xgl-folder_jpg_two_tone::after {
  content: "\ec6a";
  opacity: 0.2;
}

.xgl-folder_lock_bkgd::before {
  content: "\eba8";
}

.xgl-folder_locked::before {
  content: "\e227";
}

.xgl-folder_locked_alt::before {
  content: "\e228";
}

.xgl-folder_locked_two_tone::before {
  content: "\e227";
}

.xgl-folder_locked_two_tone::after {
  content: "\e228";
  opacity: 0.2;
}

.xgl-folder_ms_office::before {
  content: "\e229";
}

.xgl-folder_ms_office_alt::before {
  content: "\e22a";
}

.xgl-folder_ms_office_two_tone::before {
  content: "\e229";
}

.xgl-folder_ms_office_two_tone::after {
  content: "\e22a";
  opacity: 0.2;
}

.xgl-folder_open::before {
  content: "\e7fd";
}

.xgl-folder_open_alt::before {
  content: "\e7fe";
}

.xgl-folder_open_two_tone::before {
  content: "\e7fd";
}

.xgl-folder_open_two_tone::after {
  content: "\e7fe";
  opacity: 0.2;
}

.xgl-folder_pdf::before {
  content: "\eb9b";
}

.xgl-folder_pdf_lock::before {
  content: "\ec48";
}

.xgl-folder_pdf_lock_two_tone::before {
  content: "\ec48";
}

.xgl-folder_pdf_lock_two_tone::after {
  content: "\eba8";
  opacity: 0.2;
}

.xgl-folder_pdf_two_tone::before {
  content: "\eb9b";
}

.xgl-folder_pdf_two_tone::after {
  content: "\ec6a";
  opacity: 0.2;
}

.xgl-folder_pdfa::before {
  content: "\eb9f";
}

.xgl-folder_pdfa_lock::before {
  content: "\ec4a";
}

.xgl-folder_pdfa_lock_two_tone::before {
  content: "\ec4a";
}

.xgl-folder_pdfa_lock_two_tone::after {
  content: "\eba8";
  opacity: 0.2;
}

.xgl-folder_pdfa_two_tone::before {
  content: "\eb9f";
}

.xgl-folder_pdfa_two_tone::after {
  content: "\ec6a";
  opacity: 0.2;
}

.xgl-folder_personal::before {
  content: "\e22b";
}

.xgl-folder_personal_alt::before {
  content: "\e22c";
}

.xgl-folder_personal_two_tone::before {
  content: "\e22b";
}

.xgl-folder_personal_two_tone::after {
  content: "\e22c";
  opacity: 0.2;
}

.xgl-folder_polling::before {
  content: "\eb1e";
}

.xgl-folder_polling_alt::before {
  content: "\eb1f";
}

.xgl-folder_polling_two_tone::before {
  content: "\eb1e";
}

.xgl-folder_polling_two_tone::after {
  content: "\eb1f";
  opacity: 0.2;
}

.xgl-folder_public::before {
  content: "\e22d";
}

.xgl-folder_public_alt::before {
  content: "\e22e";
}

.xgl-folder_public_two_tone::before {
  content: "\e22d";
}

.xgl-folder_public_two_tone::after {
  content: "\e22e";
  opacity: 0.2;
}

.xgl-folder_read_only::before {
  content: "\e22f";
}

.xgl-folder_read_only_alt::before {
  content: "\e230";
}

.xgl-folder_read_only_two_tone::before {
  content: "\e22f";
}

.xgl-folder_read_only_two_tone::after {
  content: "\e230";
  opacity: 0.2;
}

.xgl-folder_search::before {
  content: "\eb1a";
}

.xgl-folder_search_alt::before {
  content: "\eb1b";
}

.xgl-folder_search_two_tone::before {
  content: "\eb1a";
}

.xgl-folder_search_two_tone::after {
  content: "\eb1b";
  opacity: 0.2;
}

.xgl-folder_settings::before {
  content: "\ec3a";
}

.xgl-folder_settings_alt::before {
  content: "\ec3b";
}

.xgl-folder_settings_two_tone::before {
  content: "\ec3a";
}

.xgl-folder_settings_two_tone::after {
  content: "\ec3b";
  opacity: 0.2;
}

.xgl-folder_subtract::before {
  content: "\e231";
}

.xgl-folder_subtract_alt::before {
  content: "\e232";
}

.xgl-folder_subtract_two_tone::before {
  content: "\e231";
}

.xgl-folder_subtract_two_tone::after {
  content: "\e232";
  opacity: 0.2;
}

.xgl-folder_tif::before {
  content: "\eba4";
}

.xgl-folder_tif_lock::before {
  content: "\ec4d";
}

.xgl-folder_tif_lock_two_tone::before {
  content: "\ec4d";
}

.xgl-folder_tif_lock_two_tone::after {
  content: "\eba8";
  opacity: 0.2;
}

.xgl-folder_tif_two_tone::before {
  content: "\eba4";
}

.xgl-folder_tif_two_tone::after {
  content: "\ec6a";
  opacity: 0.2;
}

.xgl-folder_tiff::before {
  content: "\eba5";
}

.xgl-folder_tiff_lock::before {
  content: "\ec4f";
}

.xgl-folder_tiff_lock_two_tone::before {
  content: "\ec4f";
}

.xgl-folder_tiff_lock_two_tone::after {
  content: "\eba8";
  opacity: 0.2;
}

.xgl-folder_tiff_two_tone::before {
  content: "\eba5";
}

.xgl-folder_tiff_two_tone::after {
  content: "\ec6a";
  opacity: 0.2;
}

.xgl-folder_two_tone::before {
  content: "\e215";
}

.xgl-folder_two_tone::after {
  content: "\e218";
  opacity: 0.2;
}

.xgl-folder_type_bkgd::before {
  content: "\ec6a";
}

.xgl-folder_unknown::before {
  content: "\e84e";
}

.xgl-folder_unknown_alt::before {
  content: "\e84f";
}

.xgl-folder_unknown_two_tone::before {
  content: "\e84e";
}

.xgl-folder_unknown_two_tone::after {
  content: "\e84f";
  opacity: 0.2;
}

.xgl-folder_unlock::before {
  content: "\e233";
}

.xgl-folder_unlock_alt::before {
  content: "\e234";
}

.xgl-folder_unlock_two_tone::before {
  content: "\e233";
}

.xgl-folder_unlock_two_tone::after {
  content: "\e234";
  opacity: 0.2;
}

.xgl-folder_upload::before {
  content: "\e235";
}

.xgl-folder_upload_alt::before {
  content: "\e236";
}

.xgl-folder_upload_two_tone::before {
  content: "\e235";
}

.xgl-folder_upload_two_tone::after {
  content: "\e236";
  opacity: 0.2;
}

.xgl-folder_usb::before {
  content: "\e237";
}

.xgl-folder_usb_alt::before {
  content: "\e238";
}

.xgl-folder_usb_two_tone::before {
  content: "\e237";
}

.xgl-folder_usb_two_tone::after {
  content: "\e238";
  opacity: 0.2;
}

.xgl-folder_xlsx::before {
  content: "\eba6";
}

.xgl-folder_xlsx_lock::before {
  content: "\ec52";
}

.xgl-folder_xlsx_lock_two_tone::before {
  content: "\ec52";
}

.xgl-folder_xlsx_lock_two_tone::after {
  content: "\eba8";
  opacity: 0.2;
}

.xgl-folder_xlsx_two_tone::before {
  content: "\eba6";
}

.xgl-folder_xlsx_two_tone::after {
  content: "\ec6a";
  opacity: 0.2;
}

.xgl-folder_xps::before {
  content: "\eba7";
}

.xgl-folder_xps_lock::before {
  content: "\ec54";
}

.xgl-folder_xps_lock_two_tone::before {
  content: "\ec54";
}

.xgl-folder_xps_lock_two_tone::after {
  content: "\eba8";
  opacity: 0.2;
}

.xgl-folder_xps_two_tone::before {
  content: "\eba7";
}

.xgl-folder_xps_two_tone::after {
  content: "\ec6a";
  opacity: 0.2;
}

.xgl-folding::before {
  content: "\e239";
}

.xgl-folding_alt::before {
  content: "\e23a";
}

.xgl-folding_two_tone::before {
  content: "\e239";
}

.xgl-folding_two_tone::after {
  content: "\e23a";
  opacity: 0.2;
}

.xgl-font_color::before {
  content: "\e23b";
}

.xgl-font_size::before {
  content: "\e23c";
}

.xgl-font_size_square::before {
  content: "\e99a";
}

.xgl-font_size_square_alt::before {
  content: "\e99b";
}

.xgl-font_size_square_two_tone::before {
  content: "\e99a";
}

.xgl-font_size_square_two_tone::after {
  content: "\e99b";
  opacity: 0.2;
}

.xgl-fonts::before {
  content: "\e23d";
}

.xgl-fonts_alt::before {
  content: "\e23e";
}

.xgl-fonts_two_tone::before {
  content: "\e23d";
}

.xgl-fonts_two_tone::after {
  content: "\e23e";
  opacity: 0.2;
}

.xgl-food::before {
  content: "\e23f";
}

.xgl-forced_speed::before {
  content: "\eb20";
}

.xgl-forced_speed_alt::before {
  content: "\eb21";
}

.xgl-forced_speed_two_tone::before {
  content: "\eb20";
}

.xgl-forced_speed_two_tone::after {
  content: "\eb21";
  opacity: 0.2;
}

.xgl-forgot_password::before {
  content: "\eca4";
}

.xgl-forgot_password_alt::before {
  content: "\eca5";
}

.xgl-forgot_password_two_tone::before {
  content: "\eca4";
}

.xgl-forgot_password_two_tone::after {
  content: "\eca5";
  opacity: 0.2;
}

.xgl-four_free_staple::before {
  content: "\eb3a";
}

.xgl-four_free_staple_alt::before {
  content: "\eb3b";
}

.xgl-four_free_staple_two_tone::before {
  content: "\eb3a";
}

.xgl-four_free_staple_two_tone::after {
  content: "\eb3b";
  opacity: 0.2;
}

.xgl-four_hole_left_l::before {
  content: "\e9d9";
}

.xgl-four_hole_left_l_alt::before {
  content: "\e9da";
}

.xgl-four_hole_left_l_two_tone::before {
  content: "\e9d9";
}

.xgl-four_hole_left_l_two_tone::after {
  content: "\e9da";
  opacity: 0.2;
}

.xgl-four_hole_left_p::before {
  content: "\e9db";
}

.xgl-four_hole_left_p_alt::before {
  content: "\e9dc";
}

.xgl-four_hole_left_p_two_tone::before {
  content: "\e9db";
}

.xgl-four_hole_left_p_two_tone::after {
  content: "\e9dc";
  opacity: 0.2;
}

.xgl-four_holes_bottom_l::before {
  content: "\e8f7";
}

.xgl-four_holes_bottom_l_alt::before {
  content: "\e8f8";
}

.xgl-four_holes_bottom_l_two_tone::before {
  content: "\e8f7";
}

.xgl-four_holes_bottom_l_two_tone::after {
  content: "\e8f8";
  opacity: 0.2;
}

.xgl-four_holes_bottom_p::before {
  content: "\e8f9";
}

.xgl-four_holes_bottom_p_alt::before {
  content: "\e8fa";
}

.xgl-four_holes_bottom_p_two_tone::before {
  content: "\e8f9";
}

.xgl-four_holes_bottom_p_two_tone::after {
  content: "\e8fa";
  opacity: 0.2;
}

.xgl-four_holes_left_l::before {
  content: "\e240";
}

.xgl-four_holes_left_l_alt::before {
  content: "\e6ff";
}

.xgl-four_holes_left_l_two_tone::before {
  content: "\e240";
}

.xgl-four_holes_left_l_two_tone::after {
  content: "\e6ff";
  opacity: 0.2;
}

.xgl-four_holes_left_p::before {
  content: "\e241";
}

.xgl-four_holes_left_p_alt::before {
  content: "\e700";
}

.xgl-four_holes_left_p_two_tone::before {
  content: "\e241";
}

.xgl-four_holes_left_p_two_tone::after {
  content: "\e700";
  opacity: 0.2;
}

.xgl-four_holes_right_l::before {
  content: "\e242";
}

.xgl-four_holes_right_l_alt::before {
  content: "\e701";
}

.xgl-four_holes_right_l_two_tone::before {
  content: "\e242";
}

.xgl-four_holes_right_l_two_tone::after {
  content: "\e701";
  opacity: 0.2;
}

.xgl-four_holes_right_p::before {
  content: "\e243";
}

.xgl-four_holes_right_p_alt::before {
  content: "\e702";
}

.xgl-four_holes_right_p_two_tone::before {
  content: "\e243";
}

.xgl-four_holes_right_p_two_tone::after {
  content: "\e702";
  opacity: 0.2;
}

.xgl-four_holes_top_l::before {
  content: "\e244";
}

.xgl-four_holes_top_l_alt::before {
  content: "\e703";
}

.xgl-four_holes_top_l_two_tone::before {
  content: "\e244";
}

.xgl-four_holes_top_l_two_tone::after {
  content: "\e703";
  opacity: 0.2;
}

.xgl-four_holes_top_p::before {
  content: "\e245";
}

.xgl-four_holes_top_p_alt::before {
  content: "\e704";
}

.xgl-four_holes_top_p_two_tone::before {
  content: "\e245";
}

.xgl-four_holes_top_p_two_tone::after {
  content: "\e704";
  opacity: 0.2;
}

.xgl-four_s_hole_left_l::before {
  content: "\e9dd";
}

.xgl-four_s_hole_left_l_alt::before {
  content: "\e9de";
}

.xgl-four_s_hole_left_l_two_tone::before {
  content: "\e9dd";
}

.xgl-four_s_hole_left_l_two_tone::after {
  content: "\e9de";
  opacity: 0.2;
}

.xgl-four_s_hole_left_p::before {
  content: "\e9df";
}

.xgl-four_s_hole_left_p_alt::before {
  content: "\e9e0";
}

.xgl-four_s_hole_left_p_two_tone::before {
  content: "\e9df";
}

.xgl-four_s_hole_left_p_two_tone::after {
  content: "\e9e0";
  opacity: 0.2;
}

.xgl-four_staple::before {
  content: "\eb38";
}

.xgl-four_staple_alt::before {
  content: "\eb39";
}

.xgl-four_staple_two_tone::before {
  content: "\eb38";
}

.xgl-four_staple_two_tone::after {
  content: "\eb39";
  opacity: 0.2;
}

.xgl-full_cut_tabs_lef::before {
  content: "\e246";
}

.xgl-full_cut_tabs_lef_alt::before {
  content: "\e705";
}

.xgl-full_cut_tabs_lef_two_tone::before {
  content: "\e246";
}

.xgl-full_cut_tabs_lef_two_tone::after {
  content: "\e705";
  opacity: 0.2;
}

.xgl-full_cut_tabs_sef::before {
  content: "\e247";
}

.xgl-full_cut_tabs_sef_alt::before {
  content: "\e706";
}

.xgl-full_cut_tabs_sef_two_tone::before {
  content: "\e247";
}

.xgl-full_cut_tabs_sef_two_tone::after {
  content: "\e706";
  opacity: 0.2;
}

.xgl-fullscreen::before {
  content: "\e677";
}

.xgl-fullscreen_exit::before {
  content: "\e678";
}

.xgl-function::before {
  content: "\e5c6";
}

.xgl-funnel::before {
  content: "\e248";
}

.xgl-funnel_alt::before {
  content: "\e249";
}

.xgl-funnel_two_tone::before {
  content: "\e248";
}

.xgl-funnel_two_tone::after {
  content: "\e249";
  opacity: 0.2;
}

.xgl-fuser_web::before {
  content: "\e66d";
}

.xgl-fuser_web_gloss::before {
  content: "\e66e";
}

.xgl-fx_logo::before {
  content: "\e24a";
}

.xgl-fx_logo_small::before {
  content: "\e24b";
}

.xgl-g3::before {
  content: "\ec11";
}

.xgl-g3_alt::before {
  content: "\ec12";
}

.xgl-g3_auto::before {
  content: "\ebdd";
}

.xgl-g3_auto_alt::before {
  content: "\ebde";
}

.xgl-g3_auto_two_tone::before {
  content: "\ebdd";
}

.xgl-g3_auto_two_tone::after {
  content: "\ebde";
  opacity: 0.2;
}

.xgl-g3_two_tone::before {
  content: "\ec11";
}

.xgl-g3_two_tone::after {
  content: "\ec12";
  opacity: 0.2;
}

.xgl-gavel::before {
  content: "\e629";
}

.xgl-gavel_alt::before {
  content: "\e62a";
}

.xgl-gavel_two_tone::before {
  content: "\e629";
}

.xgl-gavel_two_tone::after {
  content: "\e62a";
  opacity: 0.2;
}

.xgl-gear::before {
  content: "\e24c";
}

.xgl-gear_alt::before {
  content: "\e24d";
}

.xgl-gear_disabled::before {
  content: "\ec71";
}

.xgl-gear_disabled_alt::before {
  content: "\ec72";
}

.xgl-gear_disabled_two_tone::before {
  content: "\ec71";
}

.xgl-gear_disabled_two_tone::after {
  content: "\ec72";
  opacity: 0.2;
}

.xgl-gear_square::before {
  content: "\e24e";
}

.xgl-gear_square_alt::before {
  content: "\e24f";
}

.xgl-gear_square_two_tone::before {
  content: "\e24e";
}

.xgl-gear_square_two_tone::after {
  content: "\e24f";
  opacity: 0.2;
}

.xgl-gear_two_tone::before {
  content: "\e24c";
}

.xgl-gear_two_tone::after {
  content: "\e24d";
  opacity: 0.2;
}

.xgl-gears::before {
  content: "\e250";
}

.xgl-ghost_print::before {
  content: "\eba9";
}

.xgl-ghost_print_alt::before {
  content: "\ebaa";
}

.xgl-ghost_print_two_tone::before {
  content: "\eba9";
}

.xgl-ghost_print_two_tone::after {
  content: "\ebaa";
  opacity: 0.2;
}

.xgl-gift::before {
  content: "\e636";
}

.xgl-gift_alt::before {
  content: "\e637";
}

.xgl-gift_two_tone::before {
  content: "\e636";
}

.xgl-gift_two_tone::after {
  content: "\e637";
  opacity: 0.2;
}

.xgl-globe::before {
  content: "\e251";
}

.xgl-globe_alt::before {
  content: "\e252";
}

.xgl-globe_earth::before {
  content: "\e6ab";
}

.xgl-globe_earth_alt::before {
  content: "\e6ac";
}

.xgl-globe_earth_two_tone::before {
  content: "\e6ab";
}

.xgl-globe_earth_two_tone::after {
  content: "\e6ac";
  opacity: 0.2;
}

.xgl-globe_two_tone::before {
  content: "\e251";
}

.xgl-globe_two_tone::after {
  content: "\e252";
  opacity: 0.2;
}

.xgl-gloss::before {
  content: "\e83d";
}

.xgl-gloss_alt::before {
  content: "\e83e";
}

.xgl-gloss_lef::before {
  content: "\e253";
}

.xgl-gloss_lef_alt::before {
  content: "\e707";
}

.xgl-gloss_lef_two_tone::before {
  content: "\e253";
}

.xgl-gloss_lef_two_tone::after {
  content: "\e707";
  opacity: 0.2;
}

.xgl-gloss_reloaded_lef::before {
  content: "\e254";
}

.xgl-gloss_reloaded_lef_alt::before {
  content: "\e708";
}

.xgl-gloss_reloaded_lef_two_tone::before {
  content: "\e254";
}

.xgl-gloss_reloaded_lef_two_tone::after {
  content: "\e708";
  opacity: 0.2;
}

.xgl-gloss_reloaded_sef::before {
  content: "\e255";
}

.xgl-gloss_reloaded_sef_alt::before {
  content: "\e709";
}

.xgl-gloss_reloaded_sef_two_tone::before {
  content: "\e255";
}

.xgl-gloss_reloaded_sef_two_tone::after {
  content: "\e709";
  opacity: 0.2;
}

.xgl-gloss_sef::before {
  content: "\e256";
}

.xgl-gloss_sef_alt::before {
  content: "\e70a";
}

.xgl-gloss_sef_two_tone::before {
  content: "\e256";
}

.xgl-gloss_sef_two_tone::after {
  content: "\e70a";
  opacity: 0.2;
}

.xgl-gloss_two_tone::before {
  content: "\e83d";
}

.xgl-gloss_two_tone::after {
  content: "\e83e";
  opacity: 0.2;
}

.xgl-gmail::before {
  content: "\eb7c";
}

.xgl-gmail_alt::before {
  content: "\eb7d";
}

.xgl-gmail_two_tone::before {
  content: "\eb7c";
}

.xgl-gmail_two_tone::after {
  content: "\eb7d";
  opacity: 0.2;
}

.xgl-goal::before {
  content: "\e257";
}

.xgl-google::before {
  content: "\e258";
}

.xgl-google_drive::before {
  content: "\e259";
}

.xgl-google_drive_alt::before {
  content: "\e95a";
}

.xgl-google_drive_two_tone::before {
  content: "\e259";
}

.xgl-google_drive_two_tone::after {
  content: "\e95a";
  opacity: 0.2;
}

.xgl-google_play::before {
  content: "\e25a";
}

.xgl-google_play_alt::before {
  content: "\e25b";
}

.xgl-google_play_two_tone::before {
  content: "\e25a";
}

.xgl-google_play_two_tone::after {
  content: "\e25b";
  opacity: 0.2;
}

.xgl-grid::before {
  content: "\e25c";
}

.xgl-grid_alt::before {
  content: "\e25d";
}

.xgl-grid_two_tone::before {
  content: "\e25c";
}

.xgl-grid_two_tone::after {
  content: "\e25d";
  opacity: 0.2;
}

.xgl-group::before {
  content: "\e25e";
}

.xgl-group_add::before {
  content: "\e25f";
}

.xgl-group_add_alt::before {
  content: "\e260";
}

.xgl-group_add_two_tone::before {
  content: "\e25f";
}

.xgl-group_add_two_tone::after {
  content: "\e260";
  opacity: 0.2;
}

.xgl-group_alt::before {
  content: "\e261";
}

.xgl-group_favorite::before {
  content: "\e262";
}

.xgl-group_favorite_alt::before {
  content: "\e263";
}

.xgl-group_favorite_two_tone::before {
  content: "\e262";
}

.xgl-group_favorite_two_tone::after {
  content: "\e263";
  opacity: 0.2;
}

.xgl-group_network::before {
  content: "\e264";
}

.xgl-group_network_alt::before {
  content: "\e265";
}

.xgl-group_network_two_tone::before {
  content: "\e264";
}

.xgl-group_network_two_tone::after {
  content: "\e265";
  opacity: 0.2;
}

.xgl-group_two_tone::before {
  content: "\e25e";
}

.xgl-group_two_tone::after {
  content: "\e261";
  opacity: 0.2;
}

.xgl-halftone::before {
  content: "\e83f";
}

.xgl-halftone_alt::before {
  content: "\ec7b";
}

.xgl-halftone_two_tone::before {
  content: "\e83f";
}

.xgl-halftone_two_tone::after {
  content: "\ec7b";
  opacity: 0.2;
}

.xgl-hand::before {
  content: "\e266";
}

.xgl-hand_alt::before {
  content: "\e267";
}

.xgl-hand_pinch::before {
  content: "\e95b";
}

.xgl-hand_pinch_alt::before {
  content: "\e95c";
}

.xgl-hand_pinch_two_tone::before {
  content: "\e95b";
}

.xgl-hand_pinch_two_tone::after {
  content: "\e95c";
  opacity: 0.2;
}

.xgl-hand_square::before {
  content: "\ebab";
}

.xgl-hand_square_all::before {
  content: "\ebac";
}

.xgl-hand_square_all_alt::before {
  content: "\ebad";
}

.xgl-hand_square_all_two_tone::before {
  content: "\ebac";
}

.xgl-hand_square_all_two_tone::after {
  content: "\ebad";
  opacity: 0.2;
}

.xgl-hand_square_alt::before {
  content: "\ebae";
}

.xgl-hand_square_two_tone::before {
  content: "\ebab";
}

.xgl-hand_square_two_tone::after {
  content: "\ebae";
  opacity: 0.2;
}

.xgl-hand_two_tone::before {
  content: "\e266";
}

.xgl-hand_two_tone::after {
  content: "\e267";
  opacity: 0.2;
}

.xgl-hard_drive::before {
  content: "\e268";
}

.xgl-hard_drive_alt::before {
  content: "\e269";
}

.xgl-hard_drive_two_tone::before {
  content: "\e268";
}

.xgl-hard_drive_two_tone::after {
  content: "\e269";
  opacity: 0.2;
}

.xgl-header_disabled::before {
  content: "\ebf1";
}

.xgl-header_disabled_alt::before {
  content: "\ebf2";
}

.xgl-header_disabled_two_tone::before {
  content: "\ebf1";
}

.xgl-header_disabled_two_tone::after {
  content: "\ebf2";
  opacity: 0.2;
}

.xgl-header_one::before {
  content: "\e5b7";
}

.xgl-header_two::before {
  content: "\e5b8";
}

.xgl-headphones::before {
  content: "\e26a";
}

.xgl-headset::before {
  content: "\e26b";
}

.xgl-hearing::before {
  content: "\e61b";
}

.xgl-hearing_alt::before {
  content: "\ec7a";
}

.xgl-hearing_two_tone::before {
  content: "\e61b";
}

.xgl-hearing_two_tone::after {
  content: "\ec7a";
  opacity: 0.2;
}

.xgl-heart::before {
  content: "\e26c";
}

.xgl-heart_alt::before {
  content: "\e26d";
}

.xgl-heart_disabled::before {
  content: "\e26e";
}

.xgl-heart_disabled_alt::before {
  content: "\e26f";
}

.xgl-heart_disabled_two_tone::before {
  content: "\e26e";
}

.xgl-heart_disabled_two_tone::after {
  content: "\e26f";
  opacity: 0.2;
}

.xgl-heart_rate::before {
  content: "\e7f6";
}

.xgl-heart_rate_alt::before {
  content: "\e7f7";
}

.xgl-heart_rate_two_tone::before {
  content: "\e7f6";
}

.xgl-heart_rate_two_tone::after {
  content: "\e7f7";
  opacity: 0.2;
}

.xgl-heart_two_tone::before {
  content: "\e26c";
}

.xgl-heart_two_tone::after {
  content: "\e26d";
  opacity: 0.2;
}

.xgl-heated_surface::before {
  content: "\ea33";
}

.xgl-heated_surface_alt::before {
  content: "\ea34";
}

.xgl-heated_surface_two_tone::before {
  content: "\ea33";
}

.xgl-heated_surface_two_tone::after {
  content: "\ea34";
  opacity: 0.2;
}

.xgl-heater::before {
  content: "\e65d";
}

.xgl-heater_alt::before {
  content: "\e65e";
}

.xgl-heater_two_tone::before {
  content: "\e65d";
}

.xgl-heater_two_tone::after {
  content: "\e65e";
  opacity: 0.2;
}

.xgl-help::before {
  content: "\e280";
}

.xgl-help_alt::before {
  content: "\e281";
}

.xgl-help_rtl::before {
  content: "\e5a2";
}

.xgl-help_rtl_alt::before {
  content: "\e5a3";
}

.xgl-help_rtl_two_tone::before {
  content: "\e5a2";
}

.xgl-help_rtl_two_tone::after {
  content: "\e5a3";
  opacity: 0.2;
}

.xgl-help_stack_bkgd::before {
  content: "\e99c";
}

.xgl-help_stack_frgd::before {
  content: "\e99d";
}

.xgl-help_stack_frgd_rtl::before {
  content: "\ec7c";
}

.xgl-help_stack_mdgd::before {
  content: "\e99e";
}

.xgl-help_two_tone::before {
  content: "\e280";
}

.xgl-help_two_tone::after {
  content: "\e281";
  opacity: 0.2;
}

.xgl-helping_hands::before {
  content: "\e796";
}

.xgl-helping_hands_alt::before {
  content: "\e797";
}

.xgl-helping_hands_two_tone::before {
  content: "\e796";
}

.xgl-helping_hands_two_tone::after {
  content: "\e797";
  opacity: 0.2;
}

.xgl-highlighter::before {
  content: "\e282";
}

.xgl-highlighter_alt::before {
  content: "\e283";
}

.xgl-highlighter_color::before {
  content: "\e284";
}

.xgl-highlighter_two_tone::before {
  content: "\e282";
}

.xgl-highlighter_two_tone::after {
  content: "\e283";
  opacity: 0.2;
}

.xgl-history::before {
  content: "\e285";
}

.xgl-history_alt::before {
  content: "\ec7d";
}

.xgl-history_two_tone::before {
  content: "\e285";
}

.xgl-history_two_tone::after {
  content: "\ec7d";
  opacity: 0.2;
}

.xgl-hole_punch::before {
  content: "\e286";
}

.xgl-hole_punch_disabled::before {
  content: "\ec3f";
}

.xgl-hole_punch_disabled_alt::before {
  content: "\ec40";
}

.xgl-hole_punch_disabled_two_tone::before {
  content: "\ec3f";
}

.xgl-hole_punch_disabled_two_tone::after {
  content: "\ec40";
  opacity: 0.2;
}

.xgl-hole_punched_lef::before {
  content: "\e287";
}

.xgl-hole_punched_lef_alt::before {
  content: "\e70b";
}

.xgl-hole_punched_lef_two_tone::before {
  content: "\e287";
}

.xgl-hole_punched_lef_two_tone::after {
  content: "\e70b";
  opacity: 0.2;
}

.xgl-hole_punched_sef::before {
  content: "\e288";
}

.xgl-hole_punched_sef_alt::before {
  content: "\e70c";
}

.xgl-hole_punched_sef_two_tone::before {
  content: "\e288";
}

.xgl-hole_punched_sef_two_tone::after {
  content: "\e70c";
  opacity: 0.2;
}

.xgl-home::before {
  content: "\e289";
}

.xgl-home_alt::before {
  content: "\e28a";
}

.xgl-home_favorite::before {
  content: "\e28b";
}

.xgl-home_favorite_alt::before {
  content: "\e28c";
}

.xgl-home_favorite_two_tone::before {
  content: "\e28b";
}

.xgl-home_favorite_two_tone::after {
  content: "\e28c";
  opacity: 0.2;
}

.xgl-home_two_tone::before {
  content: "\e289";
}

.xgl-home_two_tone::after {
  content: "\e28a";
  opacity: 0.2;
}

.xgl-hospital::before {
  content: "\e28d";
}

.xgl-hospital_alt::before {
  content: "\e28e";
}

.xgl-hospital_two_tone::before {
  content: "\e28d";
}

.xgl-hospital_two_tone::after {
  content: "\e28e";
  opacity: 0.2;
}

.xgl-hotmail::before {
  content: "\eb7e";
}

.xgl-hotmail_alt::before {
  content: "\eb7f";
}

.xgl-hotmail_two_tone::before {
  content: "\eb7e";
}

.xgl-hotmail_two_tone::after {
  content: "\eb7f";
  opacity: 0.2;
}

.xgl-hotspot::before {
  content: "\e28f";
}

.xgl-hotspot_alt::before {
  content: "\ec93";
}

.xgl-hotspot_two_tone::before {
  content: "\e28f";
}

.xgl-hotspot_two_tone::after {
  content: "\ec93";
  opacity: 0.2;
}

.xgl-hourglass::before {
  content: "\e7a4";
}

.xgl-hourglass_alt::before {
  content: "\e7a5";
}

.xgl-hourglass_two_tone::before {
  content: "\e7a4";
}

.xgl-hourglass_two_tone::after {
  content: "\e7a5";
  opacity: 0.2;
}

.xgl-hw_gloss_lef::before {
  content: "\e270";
}

.xgl-hw_gloss_lef_alt::before {
  content: "\e70d";
}

.xgl-hw_gloss_lef_two_tone::before {
  content: "\e270";
}

.xgl-hw_gloss_lef_two_tone::after {
  content: "\e70d";
  opacity: 0.2;
}

.xgl-hw_gloss_reloaded_lef::before {
  content: "\e271";
}

.xgl-hw_gloss_reloaded_lef_alt::before {
  content: "\e70e";
}

.xgl-hw_gloss_reloaded_lef_two_tone::before {
  content: "\e271";
}

.xgl-hw_gloss_reloaded_lef_two_tone::after {
  content: "\e70e";
  opacity: 0.2;
}

.xgl-hw_gloss_reloaded_sef::before {
  content: "\e272";
}

.xgl-hw_gloss_reloaded_sef_alt::before {
  content: "\e70f";
}

.xgl-hw_gloss_reloaded_sef_two_tone::before {
  content: "\e272";
}

.xgl-hw_gloss_reloaded_sef_two_tone::after {
  content: "\e70f";
  opacity: 0.2;
}

.xgl-hw_gloss_sef::before {
  content: "\e273";
}

.xgl-hw_gloss_sef_alt::before {
  content: "\e710";
}

.xgl-hw_gloss_sef_two_tone::before {
  content: "\e273";
}

.xgl-hw_gloss_sef_two_tone::after {
  content: "\e710";
  opacity: 0.2;
}

.xgl-hw_hole_punched_lef::before {
  content: "\e274";
}

.xgl-hw_hole_punched_lef_alt::before {
  content: "\e711";
}

.xgl-hw_hole_punched_lef_two_tone::before {
  content: "\e274";
}

.xgl-hw_hole_punched_lef_two_tone::after {
  content: "\e711";
  opacity: 0.2;
}

.xgl-hw_hole_punched_sef::before {
  content: "\e275";
}

.xgl-hw_hole_punched_sef_alt::before {
  content: "\e712";
}

.xgl-hw_hole_punched_sef_two_tone::before {
  content: "\e275";
}

.xgl-hw_hole_punched_sef_two_tone::after {
  content: "\e712";
  opacity: 0.2;
}

.xgl-hw_labels_lef::before {
  content: "\e276";
}

.xgl-hw_labels_lef_alt::before {
  content: "\e713";
}

.xgl-hw_labels_lef_two_tone::before {
  content: "\e276";
}

.xgl-hw_labels_lef_two_tone::after {
  content: "\e713";
  opacity: 0.2;
}

.xgl-hw_labels_sef::before {
  content: "\e277";
}

.xgl-hw_labels_sef_alt::before {
  content: "\e714";
}

.xgl-hw_labels_sef_two_tone::before {
  content: "\e277";
}

.xgl-hw_labels_sef_two_tone::after {
  content: "\e714";
  opacity: 0.2;
}

.xgl-hw_lef::before {
  content: "\e278";
}

.xgl-hw_lef_alt::before {
  content: "\e715";
}

.xgl-hw_lef_two_tone::before {
  content: "\e278";
}

.xgl-hw_lef_two_tone::after {
  content: "\e715";
  opacity: 0.2;
}

.xgl-hw_precut_tabs_lef::before {
  content: "\e279";
}

.xgl-hw_precut_tabs_lef_alt::before {
  content: "\e716";
}

.xgl-hw_precut_tabs_lef_two_tone::before {
  content: "\e279";
}

.xgl-hw_precut_tabs_lef_two_tone::after {
  content: "\e716";
  opacity: 0.2;
}

.xgl-hw_precut_tabs_sef::before {
  content: "\e27a";
}

.xgl-hw_precut_tabs_sef_alt::before {
  content: "\e717";
}

.xgl-hw_precut_tabs_sef_two_tone::before {
  content: "\e27a";
}

.xgl-hw_precut_tabs_sef_two_tone::after {
  content: "\e717";
  opacity: 0.2;
}

.xgl-hw_preprinted_lef::before {
  content: "\e27b";
}

.xgl-hw_preprinted_lef_alt::before {
  content: "\e718";
}

.xgl-hw_preprinted_lef_two_tone::before {
  content: "\e27b";
}

.xgl-hw_preprinted_lef_two_tone::after {
  content: "\e718";
  opacity: 0.2;
}

.xgl-hw_preprinted_sef::before {
  content: "\e27c";
}

.xgl-hw_preprinted_sef_alt::before {
  content: "\e719";
}

.xgl-hw_preprinted_sef_two_tone::before {
  content: "\e27c";
}

.xgl-hw_preprinted_sef_two_tone::after {
  content: "\e719";
  opacity: 0.2;
}

.xgl-hw_reloaded_lef::before {
  content: "\e27d";
}

.xgl-hw_reloaded_lef_alt::before {
  content: "\e71a";
}

.xgl-hw_reloaded_lef_two_tone::before {
  content: "\e27d";
}

.xgl-hw_reloaded_lef_two_tone::after {
  content: "\e71a";
  opacity: 0.2;
}

.xgl-hw_reloaded_sef::before {
  content: "\e27e";
}

.xgl-hw_reloaded_sef_alt::before {
  content: "\e71b";
}

.xgl-hw_reloaded_sef_two_tone::before {
  content: "\e27e";
}

.xgl-hw_reloaded_sef_two_tone::after {
  content: "\e71b";
  opacity: 0.2;
}

.xgl-hw_sef::before {
  content: "\e27f";
}

.xgl-hw_sef_alt::before {
  content: "\e71c";
}

.xgl-hw_sef_two_tone::before {
  content: "\e27f";
}

.xgl-hw_sef_two_tone::after {
  content: "\e71c";
  opacity: 0.2;
}

.xgl-icloud::before {
  content: "\eb80";
}

.xgl-icloud_alt::before {
  content: "\eb81";
}

.xgl-icloud_two_tone::before {
  content: "\eb80";
}

.xgl-icloud_two_tone::after {
  content: "\eb81";
  opacity: 0.2;
}

.xgl-id::before {
  content: "\e655";
}

.xgl-id_alt::before {
  content: "\e656";
}

.xgl-id_card::before {
  content: "\e290";
}

.xgl-id_card_two_tone::before {
  content: "\e290";
}

.xgl-id_card_two_tone::after {
  content: "\ec80";
  opacity: 0.2;
}

.xgl-id_two_tone::before {
  content: "\e655";
}

.xgl-id_two_tone::after {
  content: "\e656";
  opacity: 0.2;
}

.xgl-ifax_cc::before {
  content: "\ea72";
}

.xgl-ifax_cc_alt::before {
  content: "\ea73";
}

.xgl-ifax_cc_two_tone::before {
  content: "\ea72";
}

.xgl-ifax_cc_two_tone::after {
  content: "\ea73";
  opacity: 0.2;
}

.xgl-ignored::before {
  content: "\e291";
}

.xgl-ignored_alt::before {
  content: "\e292";
}

.xgl-ignored_two_tone::before {
  content: "\e291";
}

.xgl-ignored_two_tone::after {
  content: "\e292";
  opacity: 0.2;
}

.xgl-illustrator::before {
  content: "\e8d6";
}

.xgl-illustrator_alt::before {
  content: "\e8d5";
}

.xgl-illustrator_two_tone::before {
  content: "\e8d6";
}

.xgl-illustrator_two_tone::after {
  content: "\e8d5";
  opacity: 0.2;
}

.xgl-image_add::before {
  content: "\e7af";
}

.xgl-image_add_alt::before {
  content: "\e7b0";
}

.xgl-image_add_two_tone::before {
  content: "\e7af";
}

.xgl-image_add_two_tone::after {
  content: "\e7b0";
  opacity: 0.2;
}

.xgl-image_scale_fill::before {
  content: "\ebaf";
}

.xgl-image_scale_fill_alt::before {
  content: "\ebb0";
}

.xgl-image_scale_fill_two_tone::before {
  content: "\ebaf";
}

.xgl-image_scale_fill_two_tone::after {
  content: "\ebb0";
  opacity: 0.2;
}

.xgl-image_scale_fit::before {
  content: "\ebb1";
}

.xgl-image_scale_fit_alt::before {
  content: "\ebb2";
}

.xgl-image_scale_fit_two_tone::before {
  content: "\ebb1";
}

.xgl-image_scale_fit_two_tone::after {
  content: "\ebb2";
  opacity: 0.2;
}

.xgl-image_scale_placement::before {
  content: "\ebb3";
}

.xgl-image_scale_placement_alt::before {
  content: "\ebb4";
}

.xgl-image_scale_placement_two_tone::before {
  content: "\ebb3";
}

.xgl-image_scale_placement_two_tone::after {
  content: "\ebb4";
  opacity: 0.2;
}

.xgl-image_send::before {
  content: "\ebb7";
}

.xgl-image_send_alt::before {
  content: "\ebb8";
}

.xgl-image_send_two_tone::before {
  content: "\ebb7";
}

.xgl-image_send_two_tone::after {
  content: "\ebb8";
  opacity: 0.2;
}

.xgl-image_shift::before {
  content: "\ebbd";
}

.xgl-image_shift_alt::before {
  content: "\ebbe";
}

.xgl-image_shift_disabled::before {
  content: "\ebbf";
}

.xgl-image_shift_disabled_alt::before {
  content: "\ebc0";
}

.xgl-image_shift_disabled_two_tone::before {
  content: "\ebbf";
}

.xgl-image_shift_disabled_two_tone::after {
  content: "\ebc0";
  opacity: 0.2;
}

.xgl-image_shift_two_tone::before {
  content: "\ebbd";
}

.xgl-image_shift_two_tone::after {
  content: "\ebbe";
  opacity: 0.2;
}

.xgl-import::before {
  content: "\e293";
}

.xgl-import_alt::before {
  content: "\e294";
}

.xgl-import_export::before {
  content: "\e295";
}

.xgl-import_two_tone::before {
  content: "\e293";
}

.xgl-import_two_tone::after {
  content: "\e294";
  opacity: 0.2;
}

.xgl-inactive::before {
  content: "\ec9a";
}

.xgl-inactive_circle::before {
  content: "\eca6";
}

.xgl-inactive_circle_alt::before {
  content: "\eca7";
}

.xgl-inactive_circle_two_tone::before {
  content: "\eca6";
}

.xgl-inactive_circle_two_tone::after {
  content: "\eca7";
  opacity: 0.2;
}

.xgl-inactive_stack_bkgd::before {
  content: "\eca8";
}

.xgl-inactive_stack_frgd::before {
  content: "\eca9";
}

.xgl-inactive_stack_mdgd::before {
  content: "\ecaa";
}

.xgl-inactive_two_tone::before {
  content: "\ec9a";
}

.xgl-inactive_two_tone::after {
  content: "\e0df";
  opacity: 0.2;
}

.xgl-inbox::before {
  content: "\e296";
}

.xgl-inbox_alt::before {
  content: "\e297";
}

.xgl-inbox_two_tone::before {
  content: "\e296";
}

.xgl-inbox_two_tone::after {
  content: "\e297";
  opacity: 0.2;
}

.xgl-incomplete_stack_bkgd::before {
  content: "\e99f";
}

.xgl-incomplete_stack_frgd::before {
  content: "\e9a0";
}

.xgl-incomplete_stack_mdgd::before {
  content: "\e9a1";
}

.xgl-increase_indent::before {
  content: "\e298";
}

.xgl-info_stack_bkgd::before {
  content: "\e9a2";
}

.xgl-info_stack_frgd::before {
  content: "\e9a3";
}

.xgl-info_stack_mdgd::before {
  content: "\e9a4";
}

.xgl-ink_purge::before {
  content: "\e695";
}

.xgl-ink_purge_alt::before {
  content: "\e696";
}

.xgl-ink_purge_two_tone::before {
  content: "\e695";
}

.xgl-ink_purge_two_tone::after {
  content: "\e696";
  opacity: 0.2;
}

.xgl-inkjet::before {
  content: "\ebc5";
}

.xgl-inkjet_alt::before {
  content: "\ebc6";
}

.xgl-inkjet_two_tone::before {
  content: "\ebc5";
}

.xgl-inkjet_two_tone::after {
  content: "\ebc6";
  opacity: 0.2;
}

.xgl-input::before {
  content: "\e798";
}

.xgl-insert::before {
  content: "\e299";
}

.xgl-insert_alt::before {
  content: "\e29a";
}

.xgl-insert_pages::before {
  content: "\ec07";
}

.xgl-insert_pages_alt::before {
  content: "\ec08";
}

.xgl-insert_pages_two_tone::before {
  content: "\ec07";
}

.xgl-insert_pages_two_tone::after {
  content: "\ec08";
  opacity: 0.2;
}

.xgl-insert_two_tone::before {
  content: "\e299";
}

.xgl-insert_two_tone::after {
  content: "\e29a";
  opacity: 0.2;
}

.xgl-inserter_paper_empty::before {
  content: "\e29b";
}

.xgl-inserter_paper_present::before {
  content: "\e29c";
}

.xgl-instagram::before {
  content: "\e29d";
}

.xgl-instagram_alt::before {
  content: "\ec7e";
}

.xgl-instagram_two_tone::before {
  content: "\e29d";
}

.xgl-instagram_two_tone::after {
  content: "\ec7e";
  opacity: 0.2;
}

.xgl-install::before {
  content: "\e29e";
}

.xgl-install_options::before {
  content: "\ebc1";
}

.xgl-install_options_alt::before {
  content: "\ebc2";
}

.xgl-install_options_two_tone::before {
  content: "\ebc1";
}

.xgl-install_options_two_tone::after {
  content: "\ebc2";
  opacity: 0.2;
}

.xgl-install_square::before {
  content: "\e29f";
}

.xgl-install_square_alt::before {
  content: "\e2a0";
}

.xgl-install_square_two_tone::before {
  content: "\e29f";
}

.xgl-install_square_two_tone::after {
  content: "\e2a0";
  opacity: 0.2;
}

.xgl-internet_explorer::before {
  content: "\e2a1";
}

.xgl-internet_fax::before {
  content: "\e8eb";
}

.xgl-internet_fax_alt::before {
  content: "\e8ec";
}

.xgl-internet_fax_two_tone::before {
  content: "\e8eb";
}

.xgl-internet_fax_two_tone::after {
  content: "\e8ec";
  opacity: 0.2;
}

.xgl-interrupt::before {
  content: "\e2a2";
}

.xgl-invert::before {
  content: "\e804";
}

.xgl-invert_alt::before {
  content: "\ec7f";
}

.xgl-invert_two_tone::before {
  content: "\e804";
}

.xgl-invert_two_tone::after {
  content: "\ec7f";
  opacity: 0.2;
}

.xgl-invitation::before {
  content: "\e7f2";
}

.xgl-invitation_alt::before {
  content: "\e7f3";
}

.xgl-invitation_two_tone::before {
  content: "\e7f2";
}

.xgl-invitation_two_tone::after {
  content: "\e7f3";
  opacity: 0.2;
}

.xgl-ion_transfer::before {
  content: "\ead6";
}

.xgl-issue::before {
  content: "\e7ad";
}

.xgl-issue_alt::before {
  content: "\e7ae";
}

.xgl-issue_two_tone::before {
  content: "\e7ad";
}

.xgl-issue_two_tone::after {
  content: "\e7ae";
  opacity: 0.2;
}

.xgl-italic::before {
  content: "\e2a3";
}

.xgl-justify_text::before {
  content: "\e2a4";
}

.xgl-key::before {
  content: "\e2a5";
}

.xgl-key_alt::before {
  content: "\e2a6";
}

.xgl-key_counter::before {
  content: "\e2a7";
}

.xgl-key_counter_two_tone::before {
  content: "\e2a7";
}

.xgl-key_counter_two_tone::after {
  content: "\ec80";
  opacity: 0.2;
}

.xgl-key_two_tone::before {
  content: "\e2a5";
}

.xgl-key_two_tone::after {
  content: "\e2a6";
  opacity: 0.2;
}

.xgl-keyboard::before {
  content: "\e2a8";
}

.xgl-keyboard_accent::before {
  content: "\e2a9";
}

.xgl-keyboard_alpha::before {
  content: "\e2aa";
}

.xgl-keyboard_alt::before {
  content: "\e2ab";
}

.xgl-keyboard_arabic::before {
  content: "\e596";
}

.xgl-keyboard_chinese_simplified::before {
  content: "\e592";
}

.xgl-keyboard_chinese_traditional::before {
  content: "\e593";
}

.xgl-keyboard_down::before {
  content: "\e2ac";
}

.xgl-keyboard_down_alt::before {
  content: "\e2ad";
}

.xgl-keyboard_down_two_tone::before {
  content: "\e2ac";
}

.xgl-keyboard_down_two_tone::after {
  content: "\e2ad";
  opacity: 0.2;
}

.xgl-keyboard_greek_alpha::before {
  content: "\e2ae";
}

.xgl-keyboard_hankaku::before {
  content: "\e850";
}

.xgl-keyboard_japanese_hiragana::before {
  content: "\e590";
}

.xgl-keyboard_japanese_kana::before {
  content: "\e591";
}

.xgl-keyboard_japanese_katakana::before {
  content: "\e58f";
}

.xgl-keyboard_korean::before {
  content: "\e594";
}

.xgl-keyboard_numbers::before {
  content: "\e2af";
}

.xgl-keyboard_period::before {
  content: "\e9d3";
}

.xgl-keyboard_russian_alpha::before {
  content: "\e2b0";
}

.xgl-keyboard_symbols::before {
  content: "\e2b1";
}

.xgl-keyboard_thai::before {
  content: "\e595";
}

.xgl-keyboard_two_tone::before {
  content: "\e2a8";
}

.xgl-keyboard_two_tone::after {
  content: "\e2ab";
  opacity: 0.2;
}

.xgl-keyboard_vietnam::before {
  content: "\e851";
}

.xgl-keyboard_view::before {
  content: "\ec15";
}

.xgl-keyboard_view_alt::before {
  content: "\ec16";
}

.xgl-keyboard_view_two_tone::before {
  content: "\ec15";
}

.xgl-keyboard_view_two_tone::after {
  content: "\ec16";
  opacity: 0.2;
}

.xgl-keyboard_zenkaku::before {
  content: "\e852";
}

.xgl-keyhole::before {
  content: "\e675";
}

.xgl-keyhole_alt::before {
  content: "\e676";
}

.xgl-keyhole_two_tone::before {
  content: "\e675";
}

.xgl-keyhole_two_tone::after {
  content: "\e676";
  opacity: 0.2;
}

.xgl-keypad::before {
  content: "\e2b2";
}

.xgl-keypad_asterisk::before {
  content: "\e64c";
}

.xgl-keypad_colon::before {
  content: "\e699";
}

.xgl-keypad_comma::before {
  content: "\e69a";
}

.xgl-keypad_down::before {
  content: "\eb3c";
}

.xgl-keypad_down_alt::before {
  content: "\eb3d";
}

.xgl-keypad_down_two_tone::before {
  content: "\eb3c";
}

.xgl-keypad_down_two_tone::after {
  content: "\eb3d";
  opacity: 0.2;
}

.xgl-keypad_equals_sign::before {
  content: "\e69b";
}

.xgl-keypad_line_one::before {
  content: "\ec6c";
}

.xgl-keypad_line_two::before {
  content: "\ec6d";
}

.xgl-keypad_parenthesis_left::before {
  content: "\e69c";
}

.xgl-keypad_parenthesis_right::before {
  content: "\e69d";
}

.xgl-keypad_password::before {
  content: "\e69e";
}

.xgl-keypad_pound::before {
  content: "\e64b";
}

.xgl-keypad_reverse_solidus::before {
  content: "\e69f";
}

.xgl-keypad_solidus::before {
  content: "\e6a0";
}

.xgl-keypad_vertical_line::before {
  content: "\e6a1";
}

.xgl-keypad_wait::before {
  content: "\ec6e";
}

.xgl-labels_lef::before {
  content: "\e2b3";
}

.xgl-labels_lef_alt::before {
  content: "\e71d";
}

.xgl-labels_lef_two_tone::before {
  content: "\e2b3";
}

.xgl-labels_lef_two_tone::after {
  content: "\e71d";
  opacity: 0.2;
}

.xgl-labels_sef::before {
  content: "\e2b4";
}

.xgl-labels_sef_alt::before {
  content: "\e71e";
}

.xgl-labels_sef_two_tone::before {
  content: "\e2b4";
}

.xgl-labels_sef_two_tone::after {
  content: "\e71e";
  opacity: 0.2;
}

.xgl-lamp_high::before {
  content: "\e776";
}

.xgl-lamp_high_alt::before {
  content: "\eb3e";
}

.xgl-lamp_high_two_tone::before {
  content: "\e776";
}

.xgl-lamp_high_two_tone::after {
  content: "\eb3e";
  opacity: 0.2;
}

.xgl-lamp_low::before {
  content: "\e777";
}

.xgl-lamp_low_alt::before {
  content: "\eb3f";
}

.xgl-lamp_low_two_tone::before {
  content: "\e777";
}

.xgl-lamp_low_two_tone::after {
  content: "\eb3f";
  opacity: 0.2;
}

.xgl-landscape::before {
  content: "\e2b5";
}

.xgl-landscape_alt::before {
  content: "\e2b6";
}

.xgl-landscape_two_tone::before {
  content: "\e2b5";
}

.xgl-landscape_two_tone::after {
  content: "\e2b6";
  opacity: 0.2;
}

.xgl-language_brzlprtgse::before {
  content: "\eb40";
}

.xgl-language_brzlprtgse_alt::before {
  content: "\eb41";
}

.xgl-language_brzlprtgse_two_tone::before {
  content: "\eb40";
}

.xgl-language_brzlprtgse_two_tone::after {
  content: "\eb41";
  opacity: 0.2;
}

.xgl-language_catalan::before {
  content: "\eb42";
}

.xgl-language_catalan_alt::before {
  content: "\eb43";
}

.xgl-language_catalan_two_tone::before {
  content: "\eb42";
}

.xgl-language_catalan_two_tone::after {
  content: "\eb43";
  opacity: 0.2;
}

.xgl-language_croatian::before {
  content: "\eb44";
}

.xgl-language_croatian_alt::before {
  content: "\eb45";
}

.xgl-language_croatian_two_tone::before {
  content: "\eb44";
}

.xgl-language_croatian_two_tone::after {
  content: "\eb45";
  opacity: 0.2;
}

.xgl-language_czech::before {
  content: "\eb46";
}

.xgl-language_czech_alt::before {
  content: "\eb47";
}

.xgl-language_czech_two_tone::before {
  content: "\eb46";
}

.xgl-language_czech_two_tone::after {
  content: "\eb47";
  opacity: 0.2;
}

.xgl-language_danish::before {
  content: "\eb48";
}

.xgl-language_danish_alt::before {
  content: "\eb49";
}

.xgl-language_danish_two_tone::before {
  content: "\eb48";
}

.xgl-language_danish_two_tone::after {
  content: "\eb49";
  opacity: 0.2;
}

.xgl-language_dutch::before {
  content: "\eb4a";
}

.xgl-language_dutch_alt::before {
  content: "\eb4b";
}

.xgl-language_dutch_two_tone::before {
  content: "\eb4a";
}

.xgl-language_dutch_two_tone::after {
  content: "\eb4b";
  opacity: 0.2;
}

.xgl-language_english::before {
  content: "\eb4c";
}

.xgl-language_english_alt::before {
  content: "\eb4d";
}

.xgl-language_english_two_tone::before {
  content: "\eb4c";
}

.xgl-language_english_two_tone::after {
  content: "\eb4d";
  opacity: 0.2;
}

.xgl-language_finnish::before {
  content: "\eb4e";
}

.xgl-language_finnish_alt::before {
  content: "\eb4f";
}

.xgl-language_finnish_two_tone::before {
  content: "\eb4e";
}

.xgl-language_finnish_two_tone::after {
  content: "\eb4f";
  opacity: 0.2;
}

.xgl-language_french::before {
  content: "\eb50";
}

.xgl-language_french_alt::before {
  content: "\eb51";
}

.xgl-language_french_two_tone::before {
  content: "\eb50";
}

.xgl-language_french_two_tone::after {
  content: "\eb51";
  opacity: 0.2;
}

.xgl-language_german::before {
  content: "\eb52";
}

.xgl-language_german_alt::before {
  content: "\eb53";
}

.xgl-language_german_two_tone::before {
  content: "\eb52";
}

.xgl-language_german_two_tone::after {
  content: "\eb53";
  opacity: 0.2;
}

.xgl-language_greek::before {
  content: "\eb54";
}

.xgl-language_greek_alt::before {
  content: "\eb55";
}

.xgl-language_greek_two_tone::before {
  content: "\eb54";
}

.xgl-language_greek_two_tone::after {
  content: "\eb55";
  opacity: 0.2;
}

.xgl-language_hungarian::before {
  content: "\eb56";
}

.xgl-language_hungarian_alt::before {
  content: "\eb57";
}

.xgl-language_hungarian_two_tone::before {
  content: "\eb56";
}

.xgl-language_hungarian_two_tone::after {
  content: "\eb57";
  opacity: 0.2;
}

.xgl-language_italian::before {
  content: "\eb58";
}

.xgl-language_italian_alt::before {
  content: "\eb59";
}

.xgl-language_italian_two_tone::before {
  content: "\eb58";
}

.xgl-language_italian_two_tone::after {
  content: "\eb59";
  opacity: 0.2;
}

.xgl-language_norwegian::before {
  content: "\eb5a";
}

.xgl-language_norwegian_alt::before {
  content: "\eb5b";
}

.xgl-language_norwegian_two_tone::before {
  content: "\eb5a";
}

.xgl-language_norwegian_two_tone::after {
  content: "\eb5b";
  opacity: 0.2;
}

.xgl-language_polish::before {
  content: "\eb5c";
}

.xgl-language_polish_alt::before {
  content: "\eb5d";
}

.xgl-language_polish_two_tone::before {
  content: "\eb5c";
}

.xgl-language_polish_two_tone::after {
  content: "\eb5d";
  opacity: 0.2;
}

.xgl-language_portuguese::before {
  content: "\eb5e";
}

.xgl-language_portuguese_alt::before {
  content: "\eb5f";
}

.xgl-language_portuguese_two_tone::before {
  content: "\eb5e";
}

.xgl-language_portuguese_two_tone::after {
  content: "\eb5f";
  opacity: 0.2;
}

.xgl-language_roman::before {
  content: "\eb60";
}

.xgl-language_roman_alt::before {
  content: "\eb61";
}

.xgl-language_roman_two_tone::before {
  content: "\eb60";
}

.xgl-language_roman_two_tone::after {
  content: "\eb61";
  opacity: 0.2;
}

.xgl-language_russian::before {
  content: "\eb62";
}

.xgl-language_russian_alt::before {
  content: "\eb63";
}

.xgl-language_russian_two_tone::before {
  content: "\eb62";
}

.xgl-language_russian_two_tone::after {
  content: "\eb63";
  opacity: 0.2;
}

.xgl-language_spanish::before {
  content: "\eba2";
}

.xgl-language_spanish_alt::before {
  content: "\eba3";
}

.xgl-language_spanish_two_tone::before {
  content: "\eba2";
}

.xgl-language_spanish_two_tone::after {
  content: "\eba3";
  opacity: 0.2;
}

.xgl-language_swedish::before {
  content: "\eb64";
}

.xgl-language_swedish_alt::before {
  content: "\eb65";
}

.xgl-language_swedish_two_tone::before {
  content: "\eb64";
}

.xgl-language_swedish_two_tone::after {
  content: "\eb65";
  opacity: 0.2;
}

.xgl-language_turkish::before {
  content: "\eb66";
}

.xgl-language_turkish_alt::before {
  content: "\eb67";
}

.xgl-language_turkish_two_tone::before {
  content: "\eb66";
}

.xgl-language_turkish_two_tone::after {
  content: "\eb67";
  opacity: 0.2;
}

.xgl-language_ukrainian::before {
  content: "\eb68";
}

.xgl-language_ukrainian_alt::before {
  content: "\eb69";
}

.xgl-language_ukrainian_two_tone::before {
  content: "\eb68";
}

.xgl-language_ukrainian_two_tone::after {
  content: "\eb69";
  opacity: 0.2;
}

.xgl-laptop::before {
  content: "\e2b7";
}

.xgl-laptop_add::before {
  content: "\e6a9";
}

.xgl-laptop_add_alt::before {
  content: "\e6aa";
}

.xgl-laptop_add_two_tone::before {
  content: "\e6a9";
}

.xgl-laptop_add_two_tone::after {
  content: "\e6aa";
  opacity: 0.2;
}

.xgl-laptop_alt::before {
  content: "\e2b8";
}

.xgl-laptop_two_tone::before {
  content: "\e2b7";
}

.xgl-laptop_two_tone::after {
  content: "\e2b8";
  opacity: 0.2;
}

.xgl-laser::before {
  content: "\ec6f";
}

.xgl-laser_alt::before {
  content: "\ec70";
}

.xgl-laser_two_tone::before {
  content: "\ec6f";
}

.xgl-laser_two_tone::after {
  content: "\ec70";
  opacity: 0.2;
}

.xgl-last::before {
  content: "\e2b9";
}

.xgl-layers::before {
  content: "\e2ba";
}

.xgl-layers_alt::before {
  content: "\e2bb";
}

.xgl-layers_two_tone::before {
  content: "\e2ba";
}

.xgl-layers_two_tone::after {
  content: "\e2bb";
  opacity: 0.2;
}

.xgl-layout::before {
  content: "\e8b9";
}

.xgl-layout_alt::before {
  content: "\e8ba";
}

.xgl-layout_disabled::before {
  content: "\ebc3";
}

.xgl-layout_disabled_alt::before {
  content: "\ebc4";
}

.xgl-layout_disabled_two_tone::before {
  content: "\ebc3";
}

.xgl-layout_disabled_two_tone::after {
  content: "\ebc4";
  opacity: 0.2;
}

.xgl-layout_image_text_l::before {
  content: "\e5ca";
}

.xgl-layout_image_text_p::before {
  content: "\e5c8";
}

.xgl-layout_order::before {
  content: "\ec3e";
}

.xgl-layout_order_alt::before {
  content: "\ec6b";
}

.xgl-layout_order_two_tone::before {
  content: "\ec3e";
}

.xgl-layout_order_two_tone::after {
  content: "\ec6b";
  opacity: 0.2;
}

.xgl-layout_text_image_l::before {
  content: "\e5c9";
}

.xgl-layout_text_image_p::before {
  content: "\e5c7";
}

.xgl-layout_two_tone::before {
  content: "\e8b9";
}

.xgl-layout_two_tone::after {
  content: "\e8ba";
  opacity: 0.2;
}

.xgl-lef_sef::before {
  content: "\e2bc";
}

.xgl-lef_sef_fill::before {
  content: "\e2bd";
}

.xgl-letterhead_lef::before {
  content: "\e2be";
}

.xgl-letterhead_lef_alt::before {
  content: "\e71f";
}

.xgl-letterhead_lef_two_tone::before {
  content: "\e2be";
}

.xgl-letterhead_lef_two_tone::after {
  content: "\e71f";
  opacity: 0.2;
}

.xgl-letterhead_sef::before {
  content: "\e2bf";
}

.xgl-letterhead_sef_alt::before {
  content: "\e720";
}

.xgl-letterhead_sef_two_tone::before {
  content: "\e2bf";
}

.xgl-letterhead_sef_two_tone::after {
  content: "\e720";
  opacity: 0.2;
}

.xgl-library::before {
  content: "\e657";
}

.xgl-library_alt::before {
  content: "\e658";
}

.xgl-library_two_tone::before {
  content: "\e657";
}

.xgl-library_two_tone::after {
  content: "\e658";
  opacity: 0.2;
}

.xgl-lightbulb::before {
  content: "\e2c0";
}

.xgl-lightbulb_alt::before {
  content: "\e2c1";
}

.xgl-lightbulb_two_tone::before {
  content: "\e2c0";
}

.xgl-lightbulb_two_tone::after {
  content: "\e2c1";
  opacity: 0.2;
}

.xgl-lighten_darken::before {
  content: "\e64f";
}

.xgl-lighten_darken_two_tone::before {
  content: "\e64f";
}

.xgl-lighten_darken_two_tone::after {
  content: "\e0d3";
  opacity: 0.2;
}

.xgl-lightweight_gloss_lef::before {
  content: "\e2c2";
}

.xgl-lightweight_gloss_lef_alt::before {
  content: "\e721";
}

.xgl-lightweight_gloss_lef_two_tone::before {
  content: "\e2c2";
}

.xgl-lightweight_gloss_lef_two_tone::after {
  content: "\e721";
  opacity: 0.2;
}

.xgl-lightweight_gloss_sef::before {
  content: "\e2c3";
}

.xgl-lightweight_gloss_sef_alt::before {
  content: "\e722";
}

.xgl-lightweight_gloss_sef_two_tone::before {
  content: "\e2c3";
}

.xgl-lightweight_gloss_sef_two_tone::after {
  content: "\e722";
  opacity: 0.2;
}

.xgl-lightweight_lef::before {
  content: "\e2c4";
}

.xgl-lightweight_lef_alt::before {
  content: "\e723";
}

.xgl-lightweight_lef_two_tone::before {
  content: "\e2c4";
}

.xgl-lightweight_lef_two_tone::after {
  content: "\e723";
  opacity: 0.2;
}

.xgl-lightweight_preprinted_lef::before {
  content: "\e2c5";
}

.xgl-lightweight_preprinted_lef_alt::before {
  content: "\e724";
}

.xgl-lightweight_preprinted_lef_two_tone::before {
  content: "\e2c5";
}

.xgl-lightweight_preprinted_lef_two_tone::after {
  content: "\e724";
  opacity: 0.2;
}

.xgl-lightweight_preprinted_sef::before {
  content: "\e2c6";
}

.xgl-lightweight_preprinted_sef_alt::before {
  content: "\e725";
}

.xgl-lightweight_preprinted_sef_two_tone::before {
  content: "\e2c6";
}

.xgl-lightweight_preprinted_sef_two_tone::after {
  content: "\e725";
  opacity: 0.2;
}

.xgl-lightweight_reloaded_lef::before {
  content: "\e2c7";
}

.xgl-lightweight_reloaded_lef_alt::before {
  content: "\e726";
}

.xgl-lightweight_reloaded_lef_two_tone::before {
  content: "\e2c7";
}

.xgl-lightweight_reloaded_lef_two_tone::after {
  content: "\e726";
  opacity: 0.2;
}

.xgl-lightweight_reloaded_sef::before {
  content: "\e2c8";
}

.xgl-lightweight_reloaded_sef_alt::before {
  content: "\e727";
}

.xgl-lightweight_reloaded_sef_two_tone::before {
  content: "\e2c8";
}

.xgl-lightweight_reloaded_sef_two_tone::after {
  content: "\e727";
  opacity: 0.2;
}

.xgl-lightweight_sef::before {
  content: "\e2c9";
}

.xgl-lightweight_sef_alt::before {
  content: "\e728";
}

.xgl-lightweight_sef_two_tone::before {
  content: "\e2c9";
}

.xgl-lightweight_sef_two_tone::after {
  content: "\e728";
  opacity: 0.2;
}

.xgl-line_chart::before {
  content: "\e2ca";
}

.xgl-line_weight::before {
  content: "\e840";
}

.xgl-link::before {
  content: "\e2cb";
}

.xgl-link_disabled::before {
  content: "\e2cc";
}

.xgl-linked_in::before {
  content: "\e2cd";
}

.xgl-list::before {
  content: "\e2ce";
}

.xgl-list_filter::before {
  content: "\e2cf";
}

.xgl-list_rtl::before {
  content: "\e59d";
}

.xgl-locked::before {
  content: "\e2d0";
}

.xgl-locked_alt::before {
  content: "\e2d1";
}

.xgl-locked_plus::before {
  content: "\eae7";
}

.xgl-locked_plus_alt::before {
  content: "\eae8";
}

.xgl-locked_plus_two_tone::before {
  content: "\eae7";
}

.xgl-locked_plus_two_tone::after {
  content: "\eae8";
  opacity: 0.2;
}

.xgl-locked_square::before {
  content: "\e2d2";
}

.xgl-locked_square_alt::before {
  content: "\e2d3";
}

.xgl-locked_square_disabled::before {
  content: "\e9a5";
}

.xgl-locked_square_disabled_alt::before {
  content: "\e9a6";
}

.xgl-locked_square_disabled_two_tone::before {
  content: "\e9a5";
}

.xgl-locked_square_disabled_two_tone::after {
  content: "\e9a6";
  opacity: 0.2;
}

.xgl-locked_square_two_tone::before {
  content: "\e2d2";
}

.xgl-locked_square_two_tone::after {
  content: "\e2d3";
  opacity: 0.2;
}

.xgl-locked_stack_bkgd::before {
  content: "\e9a7";
}

.xgl-locked_stack_frgd::before {
  content: "\e9a8";
}

.xgl-locked_stack_mdgd::before {
  content: "\e9aa";
}

.xgl-locked_two_tone::before {
  content: "\e2d0";
}

.xgl-locked_two_tone::after {
  content: "\e2d1";
  opacity: 0.2;
}

.xgl-log_in::before {
  content: "\e2d4";
}

.xgl-logic::before {
  content: "\e2d5";
}

.xgl-logo::before {
  content: "\e2d6";
}

.xgl-logo_small::before {
  content: "\e2d7";
}

.xgl-long_edge_feed::before {
  content: "\e2d8";
}

.xgl-long_edge_feed_alt::before {
  content: "\e2d9";
}

.xgl-long_edge_feed_two_tone::before {
  content: "\e2d8";
}

.xgl-long_edge_feed_two_tone::after {
  content: "\e2d9";
  opacity: 0.2;
}

.xgl-long_touch::before {
  content: "\e919";
}

.xgl-long_touch_alt::before {
  content: "\e91a";
}

.xgl-long_touch_two_tone::before {
  content: "\e919";
}

.xgl-long_touch_two_tone::after {
  content: "\e91a";
  opacity: 0.2;
}

.xgl-mailbox::before {
  content: "\e2da";
}

.xgl-mailbox_add::before {
  content: "\e2db";
}

.xgl-mailbox_add_alt::before {
  content: "\e2dc";
}

.xgl-mailbox_add_two_tone::before {
  content: "\e2db";
}

.xgl-mailbox_add_two_tone::after {
  content: "\e2dc";
  opacity: 0.2;
}

.xgl-mailbox_alt::before {
  content: "\e2dd";
}

.xgl-mailbox_local::before {
  content: "\ec17";
}

.xgl-mailbox_local_alt::before {
  content: "\ec18";
}

.xgl-mailbox_local_two_tone::before {
  content: "\ec17";
}

.xgl-mailbox_local_two_tone::after {
  content: "\ec18";
  opacity: 0.2;
}

.xgl-mailbox_password::before {
  content: "\ec19";
}

.xgl-mailbox_password_alt::before {
  content: "\ec1a";
}

.xgl-mailbox_password_two_tone::before {
  content: "\ec19";
}

.xgl-mailbox_password_two_tone::after {
  content: "\ec1a";
  opacity: 0.2;
}

.xgl-mailbox_private::before {
  content: "\e2de";
}

.xgl-mailbox_private_alt::before {
  content: "\e2df";
}

.xgl-mailbox_private_two_tone::before {
  content: "\e2de";
}

.xgl-mailbox_private_two_tone::after {
  content: "\e2df";
  opacity: 0.2;
}

.xgl-mailbox_remote::before {
  content: "\ec1b";
}

.xgl-mailbox_remote_alt::before {
  content: "\ec1c";
}

.xgl-mailbox_remote_two_tone::before {
  content: "\ec1b";
}

.xgl-mailbox_remote_two_tone::after {
  content: "\ec1c";
  opacity: 0.2;
}

.xgl-mailbox_two_tone::before {
  content: "\e2da";
}

.xgl-mailbox_two_tone::after {
  content: "\e2dd";
  opacity: 0.2;
}

.xgl-mailboxes::before {
  content: "\e2e0";
}

.xgl-mailboxes_alt::before {
  content: "\e2e1";
}

.xgl-mailboxes_two_tone::before {
  content: "\e2e0";
}

.xgl-mailboxes_two_tone::after {
  content: "\e2e1";
  opacity: 0.2;
}

.xgl-map::before {
  content: "\e2e2";
}

.xgl-map_alt::before {
  content: "\e2e3";
}

.xgl-map_disabled::before {
  content: "\e87c";
}

.xgl-map_disabled_alt::before {
  content: "\e87d";
}

.xgl-map_disabled_two_tone::before {
  content: "\e87c";
}

.xgl-map_disabled_two_tone::after {
  content: "\e87d";
  opacity: 0.2;
}

.xgl-map_two_tone::before {
  content: "\e2e2";
}

.xgl-map_two_tone::after {
  content: "\e2e3";
  opacity: 0.2;
}

.xgl-marker::before {
  content: "\e8a2";
}

.xgl-marker_alt::before {
  content: "\e8a3";
}

.xgl-marker_two_tone::before {
  content: "\e8a2";
}

.xgl-marker_two_tone::after {
  content: "\e8a3";
  opacity: 0.2;
}

.xgl-markup::before {
  content: "\e9ab";
}

.xgl-markup_alt::before {
  content: "\e9ac";
}

.xgl-markup_two_tone::before {
  content: "\e9ab";
}

.xgl-markup_two_tone::after {
  content: "\e9ac";
  opacity: 0.2;
}

.xgl-mask::before {
  content: "\e805";
}

.xgl-mastercard::before {
  content: "\ecab";
}

.xgl-mastercard_alt::before {
  content: "\ecac";
}

.xgl-mastercard_two_tone::before {
  content: "\ecab";
}

.xgl-mastercard_two_tone::after {
  content: "\ecac";
  opacity: 0.2;
}

.xgl-matte_lef::before {
  content: "\e2e4";
}

.xgl-matte_lef_alt::before {
  content: "\e729";
}

.xgl-matte_lef_two_tone::before {
  content: "\e2e4";
}

.xgl-matte_lef_two_tone::after {
  content: "\e729";
  opacity: 0.2;
}

.xgl-matte_sef::before {
  content: "\e2e5";
}

.xgl-matte_sef_alt::before {
  content: "\e72a";
}

.xgl-matte_sef_two_tone::before {
  content: "\e2e5";
}

.xgl-matte_sef_two_tone::after {
  content: "\e72a";
  opacity: 0.2;
}

.xgl-mcafee::before {
  content: "\e87e";
}

.xgl-medal::before {
  content: "\e2e6";
}

.xgl-medal_alt::before {
  content: "\e2e7";
}

.xgl-medal_two_tone::before {
  content: "\e2e6";
}

.xgl-medal_two_tone::after {
  content: "\e2e7";
  opacity: 0.2;
}

.xgl-media_camera::before {
  content: "\e853";
}

.xgl-media_camera_alt::before {
  content: "\e854";
}

.xgl-media_camera_two_tone::before {
  content: "\e853";
}

.xgl-media_camera_two_tone::after {
  content: "\e854";
  opacity: 0.2;
}

.xgl-medical::before {
  content: "\e2e8";
}

.xgl-medical_alt::before {
  content: "\e2e9";
}

.xgl-medical_two_tone::before {
  content: "\e2e8";
}

.xgl-medical_two_tone::after {
  content: "\e2e9";
  opacity: 0.2;
}

.xgl-member::before {
  content: "\e7f0";
}

.xgl-member_alt::before {
  content: "\e7f1";
}

.xgl-member_two_tone::before {
  content: "\e7f0";
}

.xgl-member_two_tone::after {
  content: "\e7f1";
  opacity: 0.2;
}

.xgl-menu::before {
  content: "\e2ea";
}

.xgl-menu_side::before {
  content: "\e2eb";
}

.xgl-merge::before {
  content: "\e2ec";
}

.xgl-metallic_lef::before {
  content: "\e63d";
}

.xgl-metallic_lef_alt::before {
  content: "\e72b";
}

.xgl-metallic_lef_two_tone::before {
  content: "\e63d";
}

.xgl-metallic_lef_two_tone::after {
  content: "\e72b";
  opacity: 0.2;
}

.xgl-metallic_sef::before {
  content: "\e63c";
}

.xgl-metallic_sef_alt::before {
  content: "\e72c";
}

.xgl-metallic_sef_two_tone::before {
  content: "\e63c";
}

.xgl-metallic_sef_two_tone::after {
  content: "\e72c";
  opacity: 0.2;
}

.xgl-mfd::before {
  content: "\e2ed";
}

.xgl-mfd_add::before {
  content: "\ecad";
}

.xgl-mfd_add_alt::before {
  content: "\ecae";
}

.xgl-mfd_add_two_tone::before {
  content: "\ecad";
}

.xgl-mfd_add_two_tone::after {
  content: "\ecae";
  opacity: 0.2;
}

.xgl-mfd_alt::before {
  content: "\e2ee";
}

.xgl-mfd_default::before {
  content: "\e8b7";
}

.xgl-mfd_default_alt::before {
  content: "\e8bd";
}

.xgl-mfd_default_two_tone::before {
  content: "\e8b7";
}

.xgl-mfd_default_two_tone::after {
  content: "\e8bd";
  opacity: 0.2;
}

.xgl-mfd_direct::before {
  content: "\e8b5";
}

.xgl-mfd_direct_alt::before {
  content: "\e8bc";
}

.xgl-mfd_direct_two_tone::before {
  content: "\e8b5";
}

.xgl-mfd_direct_two_tone::after {
  content: "\e8bc";
  opacity: 0.2;
}

.xgl-mfd_favorite::before {
  content: "\e8b4";
}

.xgl-mfd_favorite_alt::before {
  content: "\e8bb";
}

.xgl-mfd_favorite_direct::before {
  content: "\e8b6";
}

.xgl-mfd_favorite_direct_alt::before {
  content: "\e8be";
}

.xgl-mfd_favorite_direct_two_tone::before {
  content: "\e8b6";
}

.xgl-mfd_favorite_direct_two_tone::after {
  content: "\e8be";
  opacity: 0.2;
}

.xgl-mfd_favorite_two_tone::before {
  content: "\e8b4";
}

.xgl-mfd_favorite_two_tone::after {
  content: "\e8bb";
  opacity: 0.2;
}

.xgl-mfd_fill::before {
  content: "\e635";
}

.xgl-mfd_minus::before {
  content: "\ecaf";
}

.xgl-mfd_minus_alt::before {
  content: "\ecb0";
}

.xgl-mfd_minus_two_tone::before {
  content: "\ecaf";
}

.xgl-mfd_minus_two_tone::after {
  content: "\ecb0";
  opacity: 0.2;
}

.xgl-mfd_off::before {
  content: "\ecb1";
}

.xgl-mfd_off_alt::before {
  content: "\ecb2";
}

.xgl-mfd_off_two_tone::before {
  content: "\ecb1";
}

.xgl-mfd_off_two_tone::after {
  content: "\ecb2";
  opacity: 0.2;
}

.xgl-mfd_positioning::before {
  content: "\e8c3";
}

.xgl-mfd_positioning_alt::before {
  content: "\e8c4";
}

.xgl-mfd_positioning_two_tone::before {
  content: "\e8c3";
}

.xgl-mfd_positioning_two_tone::after {
  content: "\e8c4";
  opacity: 0.2;
}

.xgl-mfd_secure::before {
  content: "\e94b";
}

.xgl-mfd_secure_alt::before {
  content: "\e94c";
}

.xgl-mfd_secure_direct::before {
  content: "\e94d";
}

.xgl-mfd_secure_direct_alt::before {
  content: "\e94e";
}

.xgl-mfd_secure_direct_two_tone::before {
  content: "\e94d";
}

.xgl-mfd_secure_direct_two_tone::after {
  content: "\e94e";
  opacity: 0.2;
}

.xgl-mfd_secure_two_tone::before {
  content: "\e94b";
}

.xgl-mfd_secure_two_tone::after {
  content: "\e94c";
  opacity: 0.2;
}

.xgl-mfd_two_tone::before {
  content: "\e2ed";
}

.xgl-mfd_two_tone::after {
  content: "\e2ee";
  opacity: 0.2;
}

.xgl-microphone::before {
  content: "\e2ef";
}

.xgl-microphone_alt::before {
  content: "\e2f0";
}

.xgl-microphone_disabled::before {
  content: "\e2f1";
}

.xgl-microphone_disabled_alt::before {
  content: "\e2f2";
}

.xgl-microphone_disabled_two_tone::before {
  content: "\e2f1";
}

.xgl-microphone_disabled_two_tone::after {
  content: "\e2f2";
  opacity: 0.2;
}

.xgl-microphone_two_tone::before {
  content: "\e2ef";
}

.xgl-microphone_two_tone::after {
  content: "\e2f0";
  opacity: 0.2;
}

.xgl-minimize::before {
  content: "\e2f3";
}

.xgl-minimize_alt::before {
  content: "\e2f4";
}

.xgl-minimize_two_tone::before {
  content: "\e2f3";
}

.xgl-minimize_two_tone::after {
  content: "\e2f4";
  opacity: 0.2;
}

.xgl-minus::before {
  content: "\e2f5";
}

.xgl-mirror_image::before {
  content: "\e841";
}

.xgl-mixed_size::before {
  content: "\ec1f";
}

.xgl-mixed_size_alt::before {
  content: "\ec20";
}

.xgl-mixed_size_two_tone::before {
  content: "\ec1f";
}

.xgl-mixed_size_two_tone::after {
  content: "\ec20";
  opacity: 0.2;
}

.xgl-mobile::before {
  content: "\e2f6";
}

.xgl-mobile_alt::before {
  content: "\e2f7";
}

.xgl-mobile_displays::before {
  content: "\e2f8";
}

.xgl-mobile_displays_alt::before {
  content: "\e2f9";
}

.xgl-mobile_displays_two_tone::before {
  content: "\e2f8";
}

.xgl-mobile_displays_two_tone::after {
  content: "\e2f9";
  opacity: 0.2;
}

.xgl-mobile_down::before {
  content: "\e2fa";
}

.xgl-mobile_down_alt::before {
  content: "\e2fb";
}

.xgl-mobile_down_two_tone::before {
  content: "\e2fa";
}

.xgl-mobile_down_two_tone::after {
  content: "\e2fb";
  opacity: 0.2;
}

.xgl-mobile_in::before {
  content: "\e2fc";
}

.xgl-mobile_in_alt::before {
  content: "\e2fd";
}

.xgl-mobile_in_two_tone::before {
  content: "\e2fc";
}

.xgl-mobile_in_two_tone::after {
  content: "\e2fd";
  opacity: 0.2;
}

.xgl-mobile_two_tone::before {
  content: "\e2f6";
}

.xgl-mobile_two_tone::after {
  content: "\e2f7";
  opacity: 0.2;
}

.xgl-money::before {
  content: "\e2fe";
}

.xgl-money_alt::before {
  content: "\e2ff";
}

.xgl-money_two_tone::before {
  content: "\e2fe";
}

.xgl-money_two_tone::after {
  content: "\e2ff";
  opacity: 0.2;
}

.xgl-mountain::before {
  content: "\e300";
}

.xgl-mountain_alt::before {
  content: "\e301";
}

.xgl-mountain_two_tone::before {
  content: "\e300";
}

.xgl-mountain_two_tone::after {
  content: "\e301";
  opacity: 0.2;
}

.xgl-mouse::before {
  content: "\e794";
}

.xgl-mouse_alt::before {
  content: "\e795";
}

.xgl-mouse_none::before {
  content: "\e7a6";
}

.xgl-mouse_none_alt::before {
  content: "\e7a7";
}

.xgl-mouse_none_two_tone::before {
  content: "\e7a6";
}

.xgl-mouse_none_two_tone::after {
  content: "\e7a7";
  opacity: 0.2;
}

.xgl-mouse_two_tone::before {
  content: "\e794";
}

.xgl-mouse_two_tone::after {
  content: "\e795";
  opacity: 0.2;
}

.xgl-move::before {
  content: "\e302";
}

.xgl-ms_edge::before {
  content: "\e303";
}

.xgl-ms_excel::before {
  content: "\eb89";
}

.xgl-ms_excel_alt::before {
  content: "\eb8a";
}

.xgl-ms_excel_two_tone::before {
  content: "\eb89";
}

.xgl-ms_excel_two_tone::after {
  content: "\eb8a";
  opacity: 0.2;
}

.xgl-ms_logo::before {
  content: "\eb82";
}

.xgl-ms_logo_alt::before {
  content: "\eb83";
}

.xgl-ms_logo_two_tone::before {
  content: "\eb82";
}

.xgl-ms_logo_two_tone::after {
  content: "\eb83";
  opacity: 0.2;
}

.xgl-ms_office::before {
  content: "\e304";
}

.xgl-ms_office_alt::before {
  content: "\eb88";
}

.xgl-ms_office_two_tone::before {
  content: "\e304";
}

.xgl-ms_office_two_tone::after {
  content: "\eb88";
  opacity: 0.2;
}

.xgl-ms_onenote::before {
  content: "\eb8d";
}

.xgl-ms_onenote_alt::before {
  content: "\eb8e";
}

.xgl-ms_onenote_two_tone::before {
  content: "\eb8d";
}

.xgl-ms_onenote_two_tone::after {
  content: "\eb8e";
  opacity: 0.2;
}

.xgl-ms_outlook::before {
  content: "\eb8f";
}

.xgl-ms_outlook_alt::before {
  content: "\eb90";
}

.xgl-ms_outlook_two_tone::before {
  content: "\eb8f";
}

.xgl-ms_outlook_two_tone::after {
  content: "\eb90";
  opacity: 0.2;
}

.xgl-ms_powerpoint::before {
  content: "\eb91";
}

.xgl-ms_powerpoint_alt::before {
  content: "\eb92";
}

.xgl-ms_powerpoint_two_tone::before {
  content: "\eb91";
}

.xgl-ms_powerpoint_two_tone::after {
  content: "\eb92";
  opacity: 0.2;
}

.xgl-ms_teams::before {
  content: "\eb93";
}

.xgl-ms_teams_alt::before {
  content: "\eb94";
}

.xgl-ms_teams_two_tone::before {
  content: "\eb93";
}

.xgl-ms_teams_two_tone::after {
  content: "\eb94";
  opacity: 0.2;
}

.xgl-ms_word::before {
  content: "\eb8b";
}

.xgl-ms_word_alt::before {
  content: "\eb8c";
}

.xgl-ms_word_two_tone::before {
  content: "\eb8b";
}

.xgl-ms_word_two_tone::after {
  content: "\eb8c";
  opacity: 0.2;
}

.xgl-multi_holes_bottom_l::before {
  content: "\e8fc";
}

.xgl-multi_holes_bottom_l_alt::before {
  content: "\e8fd";
}

.xgl-multi_holes_bottom_l_two_tone::before {
  content: "\e8fc";
}

.xgl-multi_holes_bottom_l_two_tone::after {
  content: "\e8fd";
  opacity: 0.2;
}

.xgl-multi_holes_bottom_p::before {
  content: "\e911";
}

.xgl-multi_holes_bottom_p_alt::before {
  content: "\e901";
}

.xgl-multi_holes_bottom_p_two_tone::before {
  content: "\e911";
}

.xgl-multi_holes_bottom_p_two_tone::after {
  content: "\e901";
  opacity: 0.2;
}

.xgl-multi_holes_left_l::before {
  content: "\e903";
}

.xgl-multi_holes_left_l_alt::before {
  content: "\e906";
}

.xgl-multi_holes_left_l_two_tone::before {
  content: "\e903";
}

.xgl-multi_holes_left_l_two_tone::after {
  content: "\e906";
  opacity: 0.2;
}

.xgl-multi_holes_left_p::before {
  content: "\e908";
}

.xgl-multi_holes_left_p_alt::before {
  content: "\e909";
}

.xgl-multi_holes_left_p_two_tone::before {
  content: "\e908";
}

.xgl-multi_holes_left_p_two_tone::after {
  content: "\e909";
  opacity: 0.2;
}

.xgl-multi_holes_right_l::before {
  content: "\e904";
}

.xgl-multi_holes_right_l_alt::before {
  content: "\e905";
}

.xgl-multi_holes_right_l_two_tone::before {
  content: "\e904";
}

.xgl-multi_holes_right_l_two_tone::after {
  content: "\e905";
  opacity: 0.2;
}

.xgl-multi_holes_right_p::before {
  content: "\e907";
}

.xgl-multi_holes_right_p_alt::before {
  content: "\e90a";
}

.xgl-multi_holes_right_p_two_tone::before {
  content: "\e907";
}

.xgl-multi_holes_right_p_two_tone::after {
  content: "\e90a";
  opacity: 0.2;
}

.xgl-multi_holes_top_l::before {
  content: "\e8fb";
}

.xgl-multi_holes_top_l_alt::before {
  content: "\e8fe";
}

.xgl-multi_holes_top_l_two_tone::before {
  content: "\e8fb";
}

.xgl-multi_holes_top_l_two_tone::after {
  content: "\e8fe";
  opacity: 0.2;
}

.xgl-multi_holes_top_p::before {
  content: "\e8ff";
}

.xgl-multi_holes_top_p_alt::before {
  content: "\e902";
}

.xgl-multi_holes_top_p_two_tone::before {
  content: "\e8ff";
}

.xgl-multi_holes_top_p_two_tone::after {
  content: "\e902";
  opacity: 0.2;
}

.xgl-music::before {
  content: "\e305";
}

.xgl-music_alt::before {
  content: "\e306";
}

.xgl-music_two_tone::before {
  content: "\e305";
}

.xgl-music_two_tone::after {
  content: "\e306";
  opacity: 0.2;
}

.xgl-navigate_bottom::before {
  content: "\e6b6";
}

.xgl-navigate_down::before {
  content: "\e307";
}

.xgl-navigate_first::before {
  content: "\e308";
}

.xgl-navigate_last::before {
  content: "\e309";
}

.xgl-navigate_left::before {
  content: "\e30a";
}

.xgl-navigate_right::before {
  content: "\e30b";
}

.xgl-navigate_top::before {
  content: "\e6b7";
}

.xgl-navigate_up::before {
  content: "\e30c";
}

.xgl-navigation::before {
  content: "\e30d";
}

.xgl-navigation_alt::before {
  content: "\e30e";
}

.xgl-navigation_two_tone::before {
  content: "\e30d";
}

.xgl-navigation_two_tone::after {
  content: "\e30e";
  opacity: 0.2;
}

.xgl-network::before {
  content: "\e30f";
}

.xgl-network_alt::before {
  content: "\e310";
}

.xgl-network_close::before {
  content: "\e931";
}

.xgl-network_close_alt::before {
  content: "\e932";
}

.xgl-network_close_two_tone::before {
  content: "\e931";
}

.xgl-network_close_two_tone::after {
  content: "\e932";
  opacity: 0.2;
}

.xgl-network_disabled::before {
  content: "\e930";
}

.xgl-network_disabled_alt::before {
  content: "\e92f";
}

.xgl-network_disabled_two_tone::before {
  content: "\e930";
}

.xgl-network_disabled_two_tone::after {
  content: "\e92f";
  opacity: 0.2;
}

.xgl-network_grid::before {
  content: "\e79d";
}

.xgl-network_grid_alt::before {
  content: "\e79e";
}

.xgl-network_grid_two_tone::before {
  content: "\e79d";
}

.xgl-network_grid_two_tone::after {
  content: "\e79e";
  opacity: 0.2;
}

.xgl-network_square::before {
  content: "\e311";
}

.xgl-network_square_alt::before {
  content: "\e312";
}

.xgl-network_square_two_tone::before {
  content: "\e311";
}

.xgl-network_square_two_tone::after {
  content: "\e312";
  opacity: 0.2;
}

.xgl-network_two_tone::before {
  content: "\e30f";
}

.xgl-network_two_tone::after {
  content: "\e310";
  opacity: 0.2;
}

.xgl-network_vpn::before {
  content: "\eb6c";
}

.xgl-network_vpn_alt::before {
  content: "\eb6d";
}

.xgl-network_vpn_two_tone::before {
  content: "\eb6c";
}

.xgl-network_vpn_two_tone::after {
  content: "\eb6d";
  opacity: 0.2;
}

.xgl-newspaper::before {
  content: "\e313";
}

.xgl-newspaper_alt::before {
  content: "\e314";
}

.xgl-newspaper_two_tone::before {
  content: "\e313";
}

.xgl-newspaper_two_tone::after {
  content: "\e314";
  opacity: 0.2;
}

.xgl-next::before {
  content: "\e315";
}

.xgl-next_alt::before {
  content: "\e316";
}

.xgl-next_square::before {
  content: "\e317";
}

.xgl-next_square_alt::before {
  content: "\e318";
}

.xgl-next_square_two_tone::before {
  content: "\e317";
}

.xgl-next_square_two_tone::after {
  content: "\e318";
  opacity: 0.2;
}

.xgl-next_two_tone::before {
  content: "\e315";
}

.xgl-next_two_tone::after {
  content: "\e316";
  opacity: 0.2;
}

.xgl-nfc::before {
  content: "\e319";
}

.xgl-nfc_tag::before {
  content: "\e31a";
}

.xgl-nfc_two_tone::before {
  content: "\e319";
}

.xgl-nfc_two_tone::after {
  content: "\ec80";
  opacity: 0.2;
}

.xgl-nine_x::before {
  content: "\e7a3";
}

.xgl-no_entry::before {
  content: "\e31b";
}

.xgl-no_entry_alt::before {
  content: "\e31c";
}

.xgl-no_entry_two_tone::before {
  content: "\e31b";
}

.xgl-no_entry_two_tone::after {
  content: "\e31c";
  opacity: 0.2;
}

.xgl-non_secure::before {
  content: "\e31d";
}

.xgl-non_secure_alt::before {
  content: "\e31e";
}

.xgl-non_secure_two_tone::before {
  content: "\e31d";
}

.xgl-non_secure_two_tone::after {
  content: "\e31e";
  opacity: 0.2;
}

.xgl-north::before {
  content: "\e31f";
}

.xgl-note_converter::before {
  content: "\e9cf";
}

.xgl-notebook::before {
  content: "\e320";
}

.xgl-notebook_alt::before {
  content: "\e321";
}

.xgl-notebook_two_tone::before {
  content: "\e320";
}

.xgl-notebook_two_tone::after {
  content: "\e321";
  opacity: 0.2;
}

.xgl-notification::before {
  content: "\e322";
}

.xgl-notification_alt::before {
  content: "\e323";
}

.xgl-notification_overlay::before {
  content: "\e8a4";
}

.xgl-notification_two_tone::before {
  content: "\e322";
}

.xgl-notification_two_tone::after {
  content: "\e323";
  opacity: 0.2;
}

.xgl-numbering::before {
  content: "\e324";
}

.xgl-numbering_rtl::before {
  content: "\e59c";
}

.xgl-octogon_bkgd::before {
  content: "\e325";
}

.xgl-office_phone::before {
  content: "\e891";
}

.xgl-office_phone_alt::before {
  content: "\e892";
}

.xgl-office_phone_two_tone::before {
  content: "\e891";
}

.xgl-office_phone_two_tone::after {
  content: "\e892";
  opacity: 0.2;
}

.xgl-offline::before {
  content: "\e92e";
}

.xgl-offline_alt::before {
  content: "\e92d";
}

.xgl-offline_two_tone::before {
  content: "\e92e";
}

.xgl-offline_two_tone::after {
  content: "\e92d";
  opacity: 0.2;
}

.xgl-offset::before {
  content: "\e842";
}

.xgl-offset_printed::before {
  content: "\e326";
}

.xgl-offset_printed_alt::before {
  content: "\e327";
}

.xgl-offset_printed_two_tone::before {
  content: "\e326";
}

.xgl-offset_printed_two_tone::after {
  content: "\e327";
  opacity: 0.2;
}

.xgl-ok::before {
  content: "\e778";
}

.xgl-one_file_per_page::before {
  content: "\eb22";
}

.xgl-one_file_per_page_alt::before {
  content: "\eb23";
}

.xgl-one_file_per_page_two_tone::before {
  content: "\eb22";
}

.xgl-one_file_per_page_two_tone::after {
  content: "\eb23";
  opacity: 0.2;
}

.xgl-one_free_staple::before {
  content: "\eb26";
}

.xgl-one_free_staple_alt::before {
  content: "\eb27";
}

.xgl-one_free_staple_l::before {
  content: "\eb28";
}

.xgl-one_free_staple_l_alt::before {
  content: "\eb29";
}

.xgl-one_free_staple_l_two_tone::before {
  content: "\eb28";
}

.xgl-one_free_staple_l_two_tone::after {
  content: "\eb29";
  opacity: 0.2;
}

.xgl-one_free_staple_p::before {
  content: "\eb2a";
}

.xgl-one_free_staple_p_alt::before {
  content: "\eb2b";
}

.xgl-one_free_staple_p_two_tone::before {
  content: "\eb2a";
}

.xgl-one_free_staple_p_two_tone::after {
  content: "\eb2b";
  opacity: 0.2;
}

.xgl-one_free_staple_two_tone::before {
  content: "\eb26";
}

.xgl-one_free_staple_two_tone::after {
  content: "\eb27";
  opacity: 0.2;
}

.xgl-one_round_tile::before {
  content: "\e9d2";
}

.xgl-one_round_tile_alt::before {
  content: "\e9d1";
}

.xgl-one_round_tile_two_tone::before {
  content: "\e9d2";
}

.xgl-one_round_tile_two_tone::after {
  content: "\e9d1";
  opacity: 0.2;
}

.xgl-one_staple::before {
  content: "\eb24";
}

.xgl-one_staple_alt::before {
  content: "\eb25";
}

.xgl-one_staple_l::before {
  content: "\e328";
}

.xgl-one_staple_l_alt::before {
  content: "\e72d";
}

.xgl-one_staple_l_two_tone::before {
  content: "\e328";
}

.xgl-one_staple_l_two_tone::after {
  content: "\e72d";
  opacity: 0.2;
}

.xgl-one_staple_left_l::before {
  content: "\e329";
}

.xgl-one_staple_left_l_alt::before {
  content: "\e72e";
}

.xgl-one_staple_left_l_two_tone::before {
  content: "\e329";
}

.xgl-one_staple_left_l_two_tone::after {
  content: "\e72e";
  opacity: 0.2;
}

.xgl-one_staple_left_p::before {
  content: "\e32a";
}

.xgl-one_staple_left_p_alt::before {
  content: "\e72f";
}

.xgl-one_staple_left_p_two_tone::before {
  content: "\e32a";
}

.xgl-one_staple_left_p_two_tone::after {
  content: "\e72f";
  opacity: 0.2;
}

.xgl-one_staple_p::before {
  content: "\e32b";
}

.xgl-one_staple_p_alt::before {
  content: "\e730";
}

.xgl-one_staple_p_two_tone::before {
  content: "\e32b";
}

.xgl-one_staple_p_two_tone::after {
  content: "\e730";
  opacity: 0.2;
}

.xgl-one_staple_right_l::before {
  content: "\e32c";
}

.xgl-one_staple_right_l_alt::before {
  content: "\e731";
}

.xgl-one_staple_right_l_two_tone::before {
  content: "\e32c";
}

.xgl-one_staple_right_l_two_tone::after {
  content: "\e731";
  opacity: 0.2;
}

.xgl-one_staple_right_p::before {
  content: "\e32d";
}

.xgl-one_staple_right_p_alt::before {
  content: "\e732";
}

.xgl-one_staple_right_p_two_tone::before {
  content: "\e32d";
}

.xgl-one_staple_right_p_two_tone::after {
  content: "\e732";
  opacity: 0.2;
}

.xgl-one_staple_two_tone::before {
  content: "\eb24";
}

.xgl-one_staple_two_tone::after {
  content: "\eb25";
  opacity: 0.2;
}

.xgl-one_touch::before {
  content: "\e32e";
}

.xgl-one_touch_alt::before {
  content: "\e32f";
}

.xgl-one_touch_two_tone::before {
  content: "\e32e";
}

.xgl-one_touch_two_tone::after {
  content: "\e32f";
  opacity: 0.2;
}

.xgl-onedrive::before {
  content: "\e330";
}

.xgl-onedrive_alt::before {
  content: "\e9d4";
}

.xgl-onedrive_two_tone::before {
  content: "\e330";
}

.xgl-onedrive_two_tone::after {
  content: "\e9d4";
  opacity: 0.2;
}

.xgl-online::before {
  content: "\e331";
}

.xgl-online_alt::before {
  content: "\e923";
}

.xgl-online_two_tone::before {
  content: "\e331";
}

.xgl-online_two_tone::after {
  content: "\e923";
  opacity: 0.2;
}

.xgl-opacity::before {
  content: "\e5b4";
}

.xgl-opacity_two_tone::before {
  content: "\e5b4";
}

.xgl-opacity_two_tone::after {
  content: "\e0d3";
  opacity: 0.2;
}

.xgl-opera::before {
  content: "\e332";
}

.xgl-operator::before {
  content: "\e8cf";
}

.xgl-operator_alt::before {
  content: "\e8d0";
}

.xgl-operator_two_tone::before {
  content: "\e8cf";
}

.xgl-operator_two_tone::after {
  content: "\e8d0";
  opacity: 0.2;
}

.xgl-order_bottom_top::before {
  content: "\e90b";
}

.xgl-order_bottom_top_square::before {
  content: "\e90f";
}

.xgl-order_bottom_top_square_alt::before {
  content: "\e910";
}

.xgl-order_bottom_top_square_two_tone::before {
  content: "\e90f";
}

.xgl-order_bottom_top_square_two_tone::after {
  content: "\e910";
  opacity: 0.2;
}

.xgl-order_down_left::before {
  content: "\e333";
}

.xgl-order_down_left_square::before {
  content: "\e8de";
}

.xgl-order_down_left_square_alt::before {
  content: "\e8e1";
}

.xgl-order_down_left_square_two_tone::before {
  content: "\e8de";
}

.xgl-order_down_left_square_two_tone::after {
  content: "\e8e1";
  opacity: 0.2;
}

.xgl-order_down_right::before {
  content: "\e334";
}

.xgl-order_down_right_square::before {
  content: "\e8e6";
}

.xgl-order_down_right_square_alt::before {
  content: "\e8e5";
}

.xgl-order_down_right_square_two_tone::before {
  content: "\e8e6";
}

.xgl-order_down_right_square_two_tone::after {
  content: "\e8e5";
  opacity: 0.2;
}

.xgl-order_left_down::before {
  content: "\e335";
}

.xgl-order_left_down_square::before {
  content: "\e8df";
}

.xgl-order_left_down_square_alt::before {
  content: "\e8e2";
}

.xgl-order_left_down_square_two_tone::before {
  content: "\e8df";
}

.xgl-order_left_down_square_two_tone::after {
  content: "\e8e2";
  opacity: 0.2;
}

.xgl-order_left_right::before {
  content: "\e336";
}

.xgl-order_left_right_square::before {
  content: "\e8e3";
}

.xgl-order_left_right_square_alt::before {
  content: "\e8e4";
}

.xgl-order_left_right_square_two_tone::before {
  content: "\e8e3";
}

.xgl-order_left_right_square_two_tone::after {
  content: "\e8e4";
  opacity: 0.2;
}

.xgl-order_left_up::before {
  content: "\ea74";
}

.xgl-order_right_down::before {
  content: "\e337";
}

.xgl-order_right_down_square::before {
  content: "\e8db";
}

.xgl-order_right_down_square_alt::before {
  content: "\e8e7";
}

.xgl-order_right_down_square_two_tone::before {
  content: "\e8db";
}

.xgl-order_right_down_square_two_tone::after {
  content: "\e8e7";
  opacity: 0.2;
}

.xgl-order_right_left::before {
  content: "\e338";
}

.xgl-order_right_left_square::before {
  content: "\e8e0";
}

.xgl-order_right_left_square_alt::before {
  content: "\e8e8";
}

.xgl-order_right_left_square_two_tone::before {
  content: "\e8e0";
}

.xgl-order_right_left_square_two_tone::after {
  content: "\e8e8";
  opacity: 0.2;
}

.xgl-order_right_up::before {
  content: "\e8da";
}

.xgl-order_right_up_square::before {
  content: "\e8dd";
}

.xgl-order_right_up_square_alt::before {
  content: "\e8e9";
}

.xgl-order_right_up_square_two_tone::before {
  content: "\e8dd";
}

.xgl-order_right_up_square_two_tone::after {
  content: "\e8e9";
  opacity: 0.2;
}

.xgl-order_top_bottom::before {
  content: "\e90c";
}

.xgl-order_top_bottom_square::before {
  content: "\e90d";
}

.xgl-order_top_bottom_square_alt::before {
  content: "\e90e";
}

.xgl-order_top_bottom_square_two_tone::before {
  content: "\e90d";
}

.xgl-order_top_bottom_square_two_tone::after {
  content: "\e90e";
  opacity: 0.2;
}

.xgl-order_up_left::before {
  content: "\ea75";
}

.xgl-order_up_right::before {
  content: "\e8d9";
}

.xgl-order_up_right_square::before {
  content: "\e8dc";
}

.xgl-order_up_right_square_alt::before {
  content: "\e8ea";
}

.xgl-order_up_right_square_two_tone::before {
  content: "\e8dc";
}

.xgl-order_up_right_square_two_tone::after {
  content: "\e8ea";
  opacity: 0.2;
}

.xgl-orientation_rotate_l::before {
  content: "\ec1d";
}

.xgl-orientation_rotate_l_alt::before {
  content: "\ec1e";
}

.xgl-orientation_rotate_l_two_tone::before {
  content: "\ec1d";
}

.xgl-orientation_rotate_l_two_tone::after {
  content: "\ec1e";
  opacity: 0.2;
}

.xgl-other_type_lef::before {
  content: "\e339";
}

.xgl-other_type_lef_alt::before {
  content: "\e733";
}

.xgl-other_type_lef_rtl::before {
  content: "\e5a4";
}

.xgl-other_type_lef_rtl_alt::before {
  content: "\e734";
}

.xgl-other_type_lef_rtl_two_tone::before {
  content: "\e5a4";
}

.xgl-other_type_lef_rtl_two_tone::after {
  content: "\e734";
  opacity: 0.2;
}

.xgl-other_type_lef_two_tone::before {
  content: "\e339";
}

.xgl-other_type_lef_two_tone::after {
  content: "\e733";
  opacity: 0.2;
}

.xgl-other_type_sef::before {
  content: "\e33a";
}

.xgl-other_type_sef_alt::before {
  content: "\e735";
}

.xgl-other_type_sef_rtl::before {
  content: "\e5a5";
}

.xgl-other_type_sef_rtl_alt::before {
  content: "\e736";
}

.xgl-other_type_sef_rtl_two_tone::before {
  content: "\e5a5";
}

.xgl-other_type_sef_rtl_two_tone::after {
  content: "\e736";
  opacity: 0.2;
}

.xgl-other_type_sef_two_tone::before {
  content: "\e33a";
}

.xgl-other_type_sef_two_tone::after {
  content: "\e735";
  opacity: 0.2;
}

.xgl-outbox::before {
  content: "\e33b";
}

.xgl-outbox_alt::before {
  content: "\e33c";
}

.xgl-outbox_two_tone::before {
  content: "\e33b";
}

.xgl-outbox_two_tone::after {
  content: "\e33c";
  opacity: 0.2;
}

.xgl-output::before {
  content: "\e799";
}

.xgl-overlap::before {
  content: "\e921";
}

.xgl-overlap_alt::before {
  content: "\e922";
}

.xgl-overlap_two_tone::before {
  content: "\e921";
}

.xgl-overlap_two_tone::after {
  content: "\e922";
  opacity: 0.2;
}

.xgl-overwrite_square::before {
  content: "\ea77";
}

.xgl-overwrite_square_alt::before {
  content: "\ea76";
}

.xgl-overwrite_square_two_tone::before {
  content: "\ea77";
}

.xgl-overwrite_square_two_tone::after {
  content: "\ea76";
  opacity: 0.2;
}

.xgl-overwrite_start::before {
  content: "\ec41";
}

.xgl-overwrite_start_alt::before {
  content: "\ec42";
}

.xgl-overwrite_start_two_tone::before {
  content: "\ec41";
}

.xgl-overwrite_start_two_tone::after {
  content: "\ec42";
  opacity: 0.2;
}

.xgl-package::before {
  content: "\e33d";
}

.xgl-package_alt::before {
  content: "\e33e";
}

.xgl-package_two_tone::before {
  content: "\e33d";
}

.xgl-package_two_tone::after {
  content: "\e33e";
  opacity: 0.2;
}

.xgl-page_layout_eight_p::before {
  content: "\ebcb";
}

.xgl-page_layout_eight_p_alt::before {
  content: "\ebcc";
}

.xgl-page_layout_eight_p_two_tone::before {
  content: "\ebcb";
}

.xgl-page_layout_eight_p_two_tone::after {
  content: "\ebcc";
  opacity: 0.2;
}

.xgl-page_layout_four_p::before {
  content: "\ebc9";
}

.xgl-page_layout_four_p_alt::before {
  content: "\ebca";
}

.xgl-page_layout_four_p_repeat::before {
  content: "\ec58";
}

.xgl-page_layout_four_p_repeat_alt::before {
  content: "\ec59";
}

.xgl-page_layout_four_p_repeat_two_tone::before {
  content: "\ec58";
}

.xgl-page_layout_four_p_repeat_two_tone::after {
  content: "\ec59";
  opacity: 0.2;
}

.xgl-page_layout_four_p_two_tone::before {
  content: "\ebc9";
}

.xgl-page_layout_four_p_two_tone::after {
  content: "\ebca";
  opacity: 0.2;
}

.xgl-page_layout_nine_p::before {
  content: "\ebd1";
}

.xgl-page_layout_nine_p_alt::before {
  content: "\ebd2";
}

.xgl-page_layout_nine_p_repeat::before {
  content: "\ec5c";
}

.xgl-page_layout_nine_p_repeat_alt::before {
  content: "\ec5d";
}

.xgl-page_layout_nine_p_repeat_two_tone::before {
  content: "\ec5c";
}

.xgl-page_layout_nine_p_repeat_two_tone::after {
  content: "\ec5d";
  opacity: 0.2;
}

.xgl-page_layout_nine_p_two_tone::before {
  content: "\ebd1";
}

.xgl-page_layout_nine_p_two_tone::after {
  content: "\ebd2";
  opacity: 0.2;
}

.xgl-page_layout_six_p::before {
  content: "\ebcf";
}

.xgl-page_layout_six_p_alt::before {
  content: "\ebd0";
}

.xgl-page_layout_six_p_repeat::before {
  content: "\ec5a";
}

.xgl-page_layout_six_p_repeat_alt::before {
  content: "\ec5b";
}

.xgl-page_layout_six_p_repeat_two_tone::before {
  content: "\ec5a";
}

.xgl-page_layout_six_p_repeat_two_tone::after {
  content: "\ec5b";
  opacity: 0.2;
}

.xgl-page_layout_six_p_two_tone::before {
  content: "\ebcf";
}

.xgl-page_layout_six_p_two_tone::after {
  content: "\ebd0";
  opacity: 0.2;
}

.xgl-page_layout_specify_p::before {
  content: "\ebd3";
}

.xgl-page_layout_specify_p_alt::before {
  content: "\ebd4";
}

.xgl-page_layout_specify_p_repeat::before {
  content: "\ec5e";
}

.xgl-page_layout_specify_p_repeat_alt::before {
  content: "\ec5f";
}

.xgl-page_layout_specify_p_repeat_two_tone::before {
  content: "\ec5e";
}

.xgl-page_layout_specify_p_repeat_two_tone::after {
  content: "\ec5f";
  opacity: 0.2;
}

.xgl-page_layout_specify_p_two_tone::before {
  content: "\ebd3";
}

.xgl-page_layout_specify_p_two_tone::after {
  content: "\ebd4";
  opacity: 0.2;
}

.xgl-page_layout_two_l::before {
  content: "\ebcd";
}

.xgl-page_layout_two_l_alt::before {
  content: "\ebce";
}

.xgl-page_layout_two_l_two_tone::before {
  content: "\ebcd";
}

.xgl-page_layout_two_l_two_tone::after {
  content: "\ebce";
  opacity: 0.2;
}

.xgl-page_layout_two_p::before {
  content: "\ebc7";
}

.xgl-page_layout_two_p_alt::before {
  content: "\ebc8";
}

.xgl-page_layout_two_p_repeat::before {
  content: "\ec56";
}

.xgl-page_layout_two_p_repeat_alt::before {
  content: "\ec57";
}

.xgl-page_layout_two_p_repeat_two_tone::before {
  content: "\ec56";
}

.xgl-page_layout_two_p_repeat_two_tone::after {
  content: "\ec57";
  opacity: 0.2;
}

.xgl-page_layout_two_p_two_tone::before {
  content: "\ebc7";
}

.xgl-page_layout_two_p_two_tone::after {
  content: "\ebc8";
  opacity: 0.2;
}

.xgl-page_number::before {
  content: "\e33f";
}

.xgl-page_number_alt::before {
  content: "\e340";
}

.xgl-page_number_two_tone::before {
  content: "\e33f";
}

.xgl-page_number_two_tone::after {
  content: "\e340";
  opacity: 0.2;
}

.xgl-paint::before {
  content: "\e341";
}

.xgl-paint_alt::before {
  content: "\e342";
}

.xgl-paint_brush::before {
  content: "\e343";
}

.xgl-paint_brush_alt::before {
  content: "\e344";
}

.xgl-paint_brush_two_tone::before {
  content: "\e343";
}

.xgl-paint_brush_two_tone::after {
  content: "\e344";
  opacity: 0.2;
}

.xgl-paint_roller::before {
  content: "\e93d";
}

.xgl-paint_roller_alt::before {
  content: "\e93e";
}

.xgl-paint_roller_two_tone::before {
  content: "\e93d";
}

.xgl-paint_roller_two_tone::after {
  content: "\e93e";
  opacity: 0.2;
}

.xgl-paint_two_tone::before {
  content: "\e341";
}

.xgl-paint_two_tone::after {
  content: "\e342";
  opacity: 0.2;
}

.xgl-palette::before {
  content: "\e622";
}

.xgl-palette_alt::before {
  content: "\e7ab";
}

.xgl-palette_two_tone::before {
  content: "\e622";
}

.xgl-palette_two_tone::after {
  content: "\e7ab";
  opacity: 0.2;
}

.xgl-panel_down::before {
  content: "\e88d";
}

.xgl-panel_left::before {
  content: "\e88e";
}

.xgl-panel_right::before {
  content: "\e88f";
}

.xgl-panel_up::before {
  content: "\e890";
}

.xgl-paper_add::before {
  content: "\e779";
}

.xgl-paper_face_down_copy::before {
  content: "\e77a";
}

.xgl-paper_face_down_copy_alt::before {
  content: "\ec84";
}

.xgl-paper_face_down_copy_two_tone::before {
  content: "\e77a";
}

.xgl-paper_face_down_copy_two_tone::after {
  content: "\ec84";
  opacity: 0.2;
}

.xgl-paper_face_down_original::before {
  content: "\e77b";
}

.xgl-paper_face_down_original_alt::before {
  content: "\ec85";
}

.xgl-paper_face_down_original_two_tone::before {
  content: "\e77b";
}

.xgl-paper_face_down_original_two_tone::after {
  content: "\ec85";
  opacity: 0.2;
}

.xgl-paper_jam::before {
  content: "\e77c";
}

.xgl-paper_roll::before {
  content: "\e77d";
}

.xgl-paper_roll_alt::before {
  content: "\ec81";
}

.xgl-paper_roll_two_tone::before {
  content: "\e77d";
}

.xgl-paper_roll_two_tone::after {
  content: "\ec81";
  opacity: 0.2;
}

.xgl-paper_save::before {
  content: "\e77e";
}

.xgl-paper_sided_copy::before {
  content: "\ec8f";
}

.xgl-paper_sided_copy_alt::before {
  content: "\ec90";
}

.xgl-paper_sided_copy_two_tone::before {
  content: "\ec8f";
}

.xgl-paper_sided_copy_two_tone::after {
  content: "\ec90";
  opacity: 0.2;
}

.xgl-paper_sided_original::before {
  content: "\ec91";
}

.xgl-paper_sided_original_alt::before {
  content: "\ec92";
}

.xgl-paper_sided_original_two_tone::before {
  content: "\ec91";
}

.xgl-paper_sided_original_two_tone::after {
  content: "\ec92";
  opacity: 0.2;
}

.xgl-paper_size::before {
  content: "\e77f";
}

.xgl-paper_size_alt::before {
  content: "\eb6e";
}

.xgl-paper_size_two_tone::before {
  content: "\e77f";
}

.xgl-paper_size_two_tone::after {
  content: "\eb6e";
  opacity: 0.2;
}

.xgl-paper_two_sided_copy::before {
  content: "\e780";
}

.xgl-paper_two_sided_copy_alt::before {
  content: "\ec82";
}

.xgl-paper_two_sided_copy_two_tone::before {
  content: "\e780";
}

.xgl-paper_two_sided_copy_two_tone::after {
  content: "\ec82";
  opacity: 0.2;
}

.xgl-paper_two_sided_original::before {
  content: "\e781";
}

.xgl-paper_two_sided_original_alt::before {
  content: "\ec83";
}

.xgl-paper_two_sided_original_two_tone::before {
  content: "\e781";
}

.xgl-paper_two_sided_original_two_tone::after {
  content: "\ec83";
  opacity: 0.2;
}

.xgl-paperclip::before {
  content: "\e345";
}

.xgl-parachute::before {
  content: "\e93f";
}

.xgl-parachute_alt::before {
  content: "\e940";
}

.xgl-parachute_two_tone::before {
  content: "\e93f";
}

.xgl-parachute_two_tone::after {
  content: "\e940";
  opacity: 0.2;
}

.xgl-park::before {
  content: "\e66b";
}

.xgl-park_alt::before {
  content: "\e66c";
}

.xgl-park_two_tone::before {
  content: "\e66b";
}

.xgl-park_two_tone::after {
  content: "\e66c";
  opacity: 0.2;
}

.xgl-parked_stack_bkgd::before {
  content: "\e9ad";
}

.xgl-parked_stack_frgd::before {
  content: "\e9ae";
}

.xgl-parked_stack_mdgd::before {
  content: "\e9af";
}

.xgl-password::before {
  content: "\e346";
}

.xgl-password_alt::before {
  content: "\e347";
}

.xgl-password_two_tone::before {
  content: "\e346";
}

.xgl-password_two_tone::after {
  content: "\e347";
  opacity: 0.2;
}

.xgl-pause::before {
  content: "\e348";
}

.xgl-pause_alt::before {
  content: "\e349";
}

.xgl-pause_circle::before {
  content: "\e34a";
}

.xgl-pause_circle_alt::before {
  content: "\e34b";
}

.xgl-pause_circle_two_tone::before {
  content: "\e34a";
}

.xgl-pause_circle_two_tone::after {
  content: "\e34b";
  opacity: 0.2;
}

.xgl-pause_secure::before {
  content: "\ec13";
}

.xgl-pause_secure_alt::before {
  content: "\ec14";
}

.xgl-pause_secure_two_tone::before {
  content: "\ec13";
}

.xgl-pause_secure_two_tone::after {
  content: "\ec14";
  opacity: 0.2;
}

.xgl-pause_square::before {
  content: "\e807";
}

.xgl-pause_square_alt::before {
  content: "\e808";
}

.xgl-pause_square_two_tone::before {
  content: "\e807";
}

.xgl-pause_square_two_tone::after {
  content: "\e808";
  opacity: 0.2;
}

.xgl-pause_stack_bkgd::before {
  content: "\e9b0";
}

.xgl-pause_stack_frgd::before {
  content: "\e9b1";
}

.xgl-pause_stack_mdgd::before {
  content: "\e9b2";
}

.xgl-pause_two_tone::before {
  content: "\e348";
}

.xgl-pause_two_tone::after {
  content: "\e349";
  opacity: 0.2;
}

.xgl-paypal::before {
  content: "\e34c";
}

.xgl-paypal_alt::before {
  content: "\ec8c";
}

.xgl-paypal_two_tone::before {
  content: "\e34c";
}

.xgl-paypal_two_tone::after {
  content: "\ec8c";
  opacity: 0.2;
}

.xgl-pen_cup::before {
  content: "\e87f";
}

.xgl-pen_cup_alt::before {
  content: "\e880";
}

.xgl-pen_cup_two_tone::before {
  content: "\e87f";
}

.xgl-pen_cup_two_tone::after {
  content: "\e880";
  opacity: 0.2;
}

.xgl-pending_stack_bkgd::before {
  content: "\e9b3";
}

.xgl-pending_stack_frgd::before {
  content: "\e9b4";
}

.xgl-pending_stack_mdgd::before {
  content: "\e9b5";
}

.xgl-people::before {
  content: "\e34d";
}

.xgl-people_alt::before {
  content: "\e34e";
}

.xgl-people_two_tone::before {
  content: "\e34d";
}

.xgl-people_two_tone::after {
  content: "\e34e";
  opacity: 0.2;
}

.xgl-perforator::before {
  content: "\e671";
}

.xgl-perforator_alt::before {
  content: "\e672";
}

.xgl-perforator_two_tone::before {
  content: "\e671";
}

.xgl-perforator_two_tone::after {
  content: "\e672";
  opacity: 0.2;
}

.xgl-personal_jobs::before {
  content: "\e34f";
}

.xgl-personal_jobs_alt::before {
  content: "\e350";
}

.xgl-personal_jobs_two_tone::before {
  content: "\e34f";
}

.xgl-personal_jobs_two_tone::after {
  content: "\e350";
  opacity: 0.2;
}

.xgl-phone::before {
  content: "\e351";
}

.xgl-phone_alt::before {
  content: "\e352";
}

.xgl-phone_audio::before {
  content: "\e353";
}

.xgl-phone_audio_alt::before {
  content: "\e354";
}

.xgl-phone_audio_two_tone::before {
  content: "\e353";
}

.xgl-phone_audio_two_tone::after {
  content: "\e354";
  opacity: 0.2;
}

.xgl-phone_dial_pause::before {
  content: "\e782";
}

.xgl-phone_dial_pause_alt::before {
  content: "\e783";
}

.xgl-phone_dial_pause_two_tone::before {
  content: "\e782";
}

.xgl-phone_dial_pause_two_tone::after {
  content: "\e783";
  opacity: 0.2;
}

.xgl-phone_disabled::before {
  content: "\e355";
}

.xgl-phone_disabled_alt::before {
  content: "\e356";
}

.xgl-phone_disabled_two_tone::before {
  content: "\e355";
}

.xgl-phone_disabled_two_tone::after {
  content: "\e356";
  opacity: 0.2;
}

.xgl-phone_incoming::before {
  content: "\e357";
}

.xgl-phone_incoming_alt::before {
  content: "\e358";
}

.xgl-phone_incoming_two_tone::before {
  content: "\e357";
}

.xgl-phone_incoming_two_tone::after {
  content: "\e358";
  opacity: 0.2;
}

.xgl-phone_info::before {
  content: "\ebbb";
}

.xgl-phone_info_alt::before {
  content: "\ebbc";
}

.xgl-phone_info_two_tone::before {
  content: "\ebbb";
}

.xgl-phone_info_two_tone::after {
  content: "\ebbc";
  opacity: 0.2;
}

.xgl-phone_jack::before {
  content: "\e784";
}

.xgl-phone_jack_alt::before {
  content: "\e785";
}

.xgl-phone_jack_two_tone::before {
  content: "\e784";
}

.xgl-phone_jack_two_tone::after {
  content: "\e785";
  opacity: 0.2;
}

.xgl-phone_log::before {
  content: "\e359";
}

.xgl-phone_log_alt::before {
  content: "\e35a";
}

.xgl-phone_log_two_tone::before {
  content: "\e359";
}

.xgl-phone_log_two_tone::after {
  content: "\e35a";
  opacity: 0.2;
}

.xgl-phone_message::before {
  content: "\ebb9";
}

.xgl-phone_message_alt::before {
  content: "\ebba";
}

.xgl-phone_message_two_tone::before {
  content: "\ebb9";
}

.xgl-phone_message_two_tone::after {
  content: "\ebba";
  opacity: 0.2;
}

.xgl-phone_outgoing::before {
  content: "\e35b";
}

.xgl-phone_outgoing_alt::before {
  content: "\e35c";
}

.xgl-phone_outgoing_two_tone::before {
  content: "\e35b";
}

.xgl-phone_outgoing_two_tone::after {
  content: "\e35c";
  opacity: 0.2;
}

.xgl-phone_recent::before {
  content: "\e35d";
}

.xgl-phone_recent_alt::before {
  content: "\e35e";
}

.xgl-phone_recent_two_tone::before {
  content: "\e35d";
}

.xgl-phone_recent_two_tone::after {
  content: "\e35e";
  opacity: 0.2;
}

.xgl-phone_redial::before {
  content: "\e786";
}

.xgl-phone_redial_alt::before {
  content: "\e786";
}

.xgl-phone_redial_two_tone::before {
  content: "\e786";
}

.xgl-phone_redial_two_tone::after {
  content: "\e786";
  opacity: 0.2;
}

.xgl-phone_speed_dial::before {
  content: "\e788";
}

.xgl-phone_speed_dial_alt::before {
  content: "\e789";
}

.xgl-phone_speed_dial_two_tone::before {
  content: "\e788";
}

.xgl-phone_speed_dial_two_tone::after {
  content: "\e789";
  opacity: 0.2;
}

.xgl-phone_two_tone::before {
  content: "\e351";
}

.xgl-phone_two_tone::after {
  content: "\e352";
  opacity: 0.2;
}

.xgl-photo_lef::before {
  content: "\e35f";
}

.xgl-photo_lef_alt::before {
  content: "\e737";
}

.xgl-photo_lef_two_tone::before {
  content: "\e35f";
}

.xgl-photo_lef_two_tone::after {
  content: "\e737";
  opacity: 0.2;
}

.xgl-photo_sef::before {
  content: "\e360";
}

.xgl-photo_sef_alt::before {
  content: "\e738";
}

.xgl-photo_sef_two_tone::before {
  content: "\e360";
}

.xgl-photo_sef_two_tone::after {
  content: "\e738";
  opacity: 0.2;
}

.xgl-photoshop::before {
  content: "\e8d7";
}

.xgl-photoshop_alt::before {
  content: "\e8d8";
}

.xgl-photoshop_two_tone::before {
  content: "\e8d7";
}

.xgl-photoshop_two_tone::after {
  content: "\e8d8";
  opacity: 0.2;
}

.xgl-picture::before {
  content: "\e361";
}

.xgl-picture_alt::before {
  content: "\e362";
}

.xgl-picture_two_tone::before {
  content: "\e361";
}

.xgl-picture_two_tone::after {
  content: "\e362";
  opacity: 0.2;
}

.xgl-pictures::before {
  content: "\e363";
}

.xgl-pictures_alt::before {
  content: "\e364";
}

.xgl-pictures_two_tone::before {
  content: "\e363";
}

.xgl-pictures_two_tone::after {
  content: "\e364";
  opacity: 0.2;
}

.xgl-pie_chart::before {
  content: "\e365";
}

.xgl-pie_chart_alt::before {
  content: "\e366";
}

.xgl-pie_chart_square::before {
  content: "\e367";
}

.xgl-pie_chart_square_alt::before {
  content: "\e368";
}

.xgl-pie_chart_square_two_tone::before {
  content: "\e367";
}

.xgl-pie_chart_square_two_tone::after {
  content: "\e368";
  opacity: 0.2;
}

.xgl-pie_chart_two_tone::before {
  content: "\e365";
}

.xgl-pie_chart_two_tone::after {
  content: "\e366";
  opacity: 0.2;
}

.xgl-pilcrow::before {
  content: "\e5c5";
}

.xgl-pin::before {
  content: "\e597";
}

.xgl-pin_alt::before {
  content: "\e598";
}

.xgl-pin_two_tone::before {
  content: "\e597";
}

.xgl-pin_two_tone::after {
  content: "\e598";
  opacity: 0.2;
}

.xgl-pinch::before {
  content: "\e913";
}

.xgl-pinch_alt::before {
  content: "\e914";
}

.xgl-pinch_three::before {
  content: "\e917";
}

.xgl-pinch_three_alt::before {
  content: "\e918";
}

.xgl-pinch_three_two_tone::before {
  content: "\e917";
}

.xgl-pinch_three_two_tone::after {
  content: "\e918";
  opacity: 0.2;
}

.xgl-pinch_two_tone::before {
  content: "\e913";
}

.xgl-pinch_two_tone::after {
  content: "\e914";
  opacity: 0.2;
}

.xgl-plain_lef::before {
  content: "\e369";
}

.xgl-plain_lef_alt::before {
  content: "\e739";
}

.xgl-plain_lef_two_tone::before {
  content: "\e369";
}

.xgl-plain_lef_two_tone::after {
  content: "\e739";
  opacity: 0.2;
}

.xgl-plain_reloaded_lef::before {
  content: "\e36a";
}

.xgl-plain_reloaded_lef_alt::before {
  content: "\e73a";
}

.xgl-plain_reloaded_lef_two_tone::before {
  content: "\e36a";
}

.xgl-plain_reloaded_lef_two_tone::after {
  content: "\e73a";
  opacity: 0.2;
}

.xgl-plain_reloaded_sef::before {
  content: "\e36b";
}

.xgl-plain_reloaded_sef_alt::before {
  content: "\e73b";
}

.xgl-plain_reloaded_sef_two_tone::before {
  content: "\e36b";
}

.xgl-plain_reloaded_sef_two_tone::after {
  content: "\e73b";
  opacity: 0.2;
}

.xgl-plain_sef::before {
  content: "\e36c";
}

.xgl-plain_sef_alt::before {
  content: "\e73c";
}

.xgl-plain_sef_two_tone::before {
  content: "\e36c";
}

.xgl-plain_sef_two_tone::after {
  content: "\e73c";
  opacity: 0.2;
}

.xgl-play::before {
  content: "\e36d";
}

.xgl-play_alt::before {
  content: "\e36e";
}

.xgl-play_two_tone::before {
  content: "\e36d";
}

.xgl-play_two_tone::after {
  content: "\e36e";
  opacity: 0.2;
}

.xgl-plug::before {
  content: "\e36f";
}

.xgl-plug_alt::before {
  content: "\e370";
}

.xgl-plug_disabled::before {
  content: "\e933";
}

.xgl-plug_disabled_alt::before {
  content: "\e934";
}

.xgl-plug_disabled_two_tone::before {
  content: "\e933";
}

.xgl-plug_disabled_two_tone::after {
  content: "\e934";
  opacity: 0.2;
}

.xgl-plug_two_tone::before {
  content: "\e36f";
}

.xgl-plug_two_tone::after {
  content: "\e370";
  opacity: 0.2;
}

.xgl-plugin::before {
  content: "\e8aa";
}

.xgl-plugin_alt::before {
  content: "\e8ab";
}

.xgl-plugin_two_tone::before {
  content: "\e8aa";
}

.xgl-plugin_two_tone::after {
  content: "\e8ab";
  opacity: 0.2;
}

.xgl-plus::before {
  content: "\e371";
}

.xgl-plus_minus::before {
  content: "\e372";
}

.xgl-pointer::before {
  content: "\e373";
}

.xgl-pointer_alt::before {
  content: "\e374";
}

.xgl-pointer_two_tone::before {
  content: "\e373";
}

.xgl-pointer_two_tone::after {
  content: "\e374";
  opacity: 0.2;
}

.xgl-polling::before {
  content: "\e375";
}

.xgl-polling_disabled::before {
  content: "\e924";
}

.xgl-portrait::before {
  content: "\e376";
}

.xgl-portrait_alt::before {
  content: "\e377";
}

.xgl-portrait_two_tone::before {
  content: "\e376";
}

.xgl-portrait_two_tone::after {
  content: "\e377";
  opacity: 0.2;
}

.xgl-positioning::before {
  content: "\e378";
}

.xgl-positioning_alt::before {
  content: "\e379";
}

.xgl-positioning_mfd::before {
  content: "\e9b6";
}

.xgl-positioning_mfd_alt::before {
  content: "\e9b7";
}

.xgl-positioning_mfd_two_tone::before {
  content: "\e9b6";
}

.xgl-positioning_mfd_two_tone::after {
  content: "\e9b7";
  opacity: 0.2;
}

.xgl-positioning_two_tone::before {
  content: "\e378";
}

.xgl-positioning_two_tone::after {
  content: "\e379";
  opacity: 0.2;
}

.xgl-postcard_lef::before {
  content: "\e37a";
}

.xgl-postcard_lef_alt::before {
  content: "\e73d";
}

.xgl-postcard_lef_two_tone::before {
  content: "\e37a";
}

.xgl-postcard_lef_two_tone::after {
  content: "\e73d";
  opacity: 0.2;
}

.xgl-postcard_reloaded_lef::before {
  content: "\e37b";
}

.xgl-postcard_reloaded_lef_alt::before {
  content: "\e73e";
}

.xgl-postcard_reloaded_lef_two_tone::before {
  content: "\e37b";
}

.xgl-postcard_reloaded_lef_two_tone::after {
  content: "\e73e";
  opacity: 0.2;
}

.xgl-postcard_reloaded_sef::before {
  content: "\e37c";
}

.xgl-postcard_reloaded_sef_alt::before {
  content: "\e73f";
}

.xgl-postcard_reloaded_sef_two_tone::before {
  content: "\e37c";
}

.xgl-postcard_reloaded_sef_two_tone::after {
  content: "\e73f";
  opacity: 0.2;
}

.xgl-postcard_sef::before {
  content: "\e37d";
}

.xgl-postcard_sef_alt::before {
  content: "\e740";
}

.xgl-postcard_sef_two_tone::before {
  content: "\e37d";
}

.xgl-postcard_sef_two_tone::after {
  content: "\e740";
  opacity: 0.2;
}

.xgl-pound::before {
  content: "\e37e";
}

.xgl-power::before {
  content: "\e37f";
}

.xgl-power_alt::before {
  content: "\eb75";
}

.xgl-power_cycle::before {
  content: "\e78a";
}

.xgl-power_cycle_alt::before {
  content: "\eb74";
}

.xgl-power_cycle_two_tone::before {
  content: "\e78a";
}

.xgl-power_cycle_two_tone::after {
  content: "\eb74";
  opacity: 0.2;
}

.xgl-power_off::before {
  content: "\e78b";
}

.xgl-power_on::before {
  content: "\e78c";
}

.xgl-power_two_tone::before {
  content: "\e37f";
}

.xgl-power_two_tone::after {
  content: "\eb75";
  opacity: 0.2;
}

.xgl-pre_gate_roll::before {
  content: "\ead2";
}

.xgl-pre_gate_roll_alt::before {
  content: "\ead3";
}

.xgl-pre_gate_roll_two_tone::before {
  content: "\ead2";
}

.xgl-pre_gate_roll_two_tone::after {
  content: "\ead3";
  opacity: 0.2;
}

.xgl-precut_tabs_lef::before {
  content: "\e380";
}

.xgl-precut_tabs_lef_alt::before {
  content: "\e741";
}

.xgl-precut_tabs_lef_two_tone::before {
  content: "\e380";
}

.xgl-precut_tabs_lef_two_tone::after {
  content: "\e741";
  opacity: 0.2;
}

.xgl-precut_tabs_sef::before {
  content: "\e381";
}

.xgl-precut_tabs_sef_alt::before {
  content: "\e742";
}

.xgl-precut_tabs_sef_two_tone::before {
  content: "\e381";
}

.xgl-precut_tabs_sef_two_tone::after {
  content: "\e742";
  opacity: 0.2;
}

.xgl-preprinted_lef::before {
  content: "\e382";
}

.xgl-preprinted_lef_alt::before {
  content: "\e743";
}

.xgl-preprinted_lef_two_tone::before {
  content: "\e382";
}

.xgl-preprinted_lef_two_tone::after {
  content: "\e743";
  opacity: 0.2;
}

.xgl-preprinted_sef::before {
  content: "\e383";
}

.xgl-preprinted_sef_alt::before {
  content: "\e744";
}

.xgl-preprinted_sef_two_tone::before {
  content: "\e383";
}

.xgl-preprinted_sef_two_tone::after {
  content: "\e744";
  opacity: 0.2;
}

.xgl-presentation::before {
  content: "\e384";
}

.xgl-presentation_alt::before {
  content: "\e385";
}

.xgl-presentation_two_tone::before {
  content: "\e384";
}

.xgl-presentation_two_tone::after {
  content: "\e385";
  opacity: 0.2;
}

.xgl-preset_pixels::before {
  content: "\ec0d";
}

.xgl-preset_pixels_alt::before {
  content: "\ec0e";
}

.xgl-preset_pixels_two_tone::before {
  content: "\ec0d";
}

.xgl-preset_pixels_two_tone::after {
  content: "\ec0e";
  opacity: 0.2;
}

.xgl-previous::before {
  content: "\e386";
}

.xgl-previous_alt::before {
  content: "\e387";
}

.xgl-previous_square::before {
  content: "\e388";
}

.xgl-previous_square_alt::before {
  content: "\e389";
}

.xgl-previous_square_two_tone::before {
  content: "\e388";
}

.xgl-previous_square_two_tone::after {
  content: "\e389";
  opacity: 0.2;
}

.xgl-previous_two_tone::before {
  content: "\e386";
}

.xgl-previous_two_tone::after {
  content: "\e387";
  opacity: 0.2;
}

.xgl-print::before {
  content: "\e38a";
}

.xgl-print_all::before {
  content: "\e697";
}

.xgl-print_all_alt::before {
  content: "\e698";
}

.xgl-print_all_two_tone::before {
  content: "\e697";
}

.xgl-print_all_two_tone::after {
  content: "\e698";
  opacity: 0.2;
}

.xgl-print_alt::before {
  content: "\e38b";
}

.xgl-print_cartridge::before {
  content: "\e809";
}

.xgl-print_cartridge_alt::before {
  content: "\e80a";
}

.xgl-print_cartridge_two_tone::before {
  content: "\e809";
}

.xgl-print_cartridge_two_tone::after {
  content: "\e80a";
  opacity: 0.2;
}

.xgl-print_drum::before {
  content: "\e7bd";
}

.xgl-print_drum_two_tone::before {
  content: "\e7bd";
}

.xgl-print_drum_two_tone::after {
  content: "\e0df";
  opacity: 0.2;
}

.xgl-print_square::before {
  content: "\e38c";
}

.xgl-print_square_alt::before {
  content: "\e38d";
}

.xgl-print_square_two_tone::before {
  content: "\e38c";
}

.xgl-print_square_two_tone::after {
  content: "\e38d";
  opacity: 0.2;
}

.xgl-print_two_tone::before {
  content: "\e38a";
}

.xgl-print_two_tone::after {
  content: "\e38b";
  opacity: 0.2;
}

.xgl-printer_default_type_lef::before {
  content: "\e38e";
}

.xgl-printer_default_type_lef_alt::before {
  content: "\e745";
}

.xgl-printer_default_type_lef_two_tone::before {
  content: "\e38e";
}

.xgl-printer_default_type_lef_two_tone::after {
  content: "\e745";
  opacity: 0.2;
}

.xgl-printer_default_type_sef::before {
  content: "\e38f";
}

.xgl-printer_default_type_sef_alt::before {
  content: "\e76e";
}

.xgl-printer_default_type_sef_two_tone::before {
  content: "\e38f";
}

.xgl-printer_default_type_sef_two_tone::after {
  content: "\e76e";
  opacity: 0.2;
}

.xgl-printhead::before {
  content: "\e640";
}

.xgl-printhead_alt::before {
  content: "\e641";
}

.xgl-printhead_two_tone::before {
  content: "\e640";
}

.xgl-printhead_two_tone::after {
  content: "\e641";
  opacity: 0.2;
}

.xgl-processing_stack_bkgd::before {
  content: "\e9b8";
}

.xgl-processing_stack_frgd::before {
  content: "\e9b9";
}

.xgl-processing_stack_mdgd::before {
  content: "\e9ba";
}

.xgl-profile::before {
  content: "\e390";
}

.xgl-profile_add::before {
  content: "\e954";
}

.xgl-profile_add_alt::before {
  content: "\e955";
}

.xgl-profile_add_two_tone::before {
  content: "\e954";
}

.xgl-profile_add_two_tone::after {
  content: "\e955";
  opacity: 0.2;
}

.xgl-profile_alt::before {
  content: "\e391";
}

.xgl-profile_group::before {
  content: "\ea78";
}

.xgl-profile_group_alt::before {
  content: "\ea79";
}

.xgl-profile_group_two_tone::before {
  content: "\ea78";
}

.xgl-profile_group_two_tone::after {
  content: "\ea79";
  opacity: 0.2;
}

.xgl-profile_two_tone::before {
  content: "\e390";
}

.xgl-profile_two_tone::after {
  content: "\e391";
  opacity: 0.2;
}

.xgl-prohibit::before {
  content: "\e392";
}

.xgl-prohibit_square::before {
  content: "\e393";
}

.xgl-prohibit_square_alt::before {
  content: "\e394";
}

.xgl-prohibit_square_two_tone::before {
  content: "\e393";
}

.xgl-prohibit_square_two_tone::after {
  content: "\e394";
  opacity: 0.2;
}

.xgl-prohibit_two_tone::before {
  content: "\e392";
}

.xgl-prohibit_two_tone::after {
  content: "\e0df";
  opacity: 0.2;
}

.xgl-promo::before {
  content: "\e638";
}

.xgl-promo_alt::before {
  content: "\e639";
}

.xgl-promo_two_tone::before {
  content: "\e638";
}

.xgl-promo_two_tone::after {
  content: "\e639";
  opacity: 0.2;
}

.xgl-promote::before {
  content: "\e395";
}

.xgl-promote_square::before {
  content: "\e396";
}

.xgl-promote_square_alt::before {
  content: "\e397";
}

.xgl-promote_square_two_tone::before {
  content: "\e396";
}

.xgl-promote_square_two_tone::after {
  content: "\e397";
  opacity: 0.2;
}

.xgl-property::before {
  content: "\e855";
}

.xgl-property_alt::before {
  content: "\e856";
}

.xgl-property_two_tone::before {
  content: "\e855";
}

.xgl-property_two_tone::after {
  content: "\e856";
  opacity: 0.2;
}

.xgl-prototype::before {
  content: "\e8ac";
}

.xgl-prototype_alt::before {
  content: "\e8ad";
}

.xgl-prototype_two_tone::before {
  content: "\e8ac";
}

.xgl-prototype_two_tone::after {
  content: "\e8ad";
  opacity: 0.2;
}

.xgl-puzzle::before {
  content: "\e599";
}

.xgl-puzzle_alt::before {
  content: "\e59a";
}

.xgl-puzzle_two_tone::before {
  content: "\e599";
}

.xgl-puzzle_two_tone::after {
  content: "\e59a";
  opacity: 0.2;
}

.xgl-qr_code::before {
  content: "\e398";
}

.xgl-qr_code_alt::before {
  content: "\ec88";
}

.xgl-qr_code_two_tone::before {
  content: "\e398";
}

.xgl-qr_code_two_tone::after {
  content: "\ec88";
  opacity: 0.2;
}

.xgl-quantity::before {
  content: "\e399";
}

.xgl-quantity_alt::before {
  content: "\e39a";
}

.xgl-quantity_two_tone::before {
  content: "\e399";
}

.xgl-quantity_two_tone::after {
  content: "\e39a";
  opacity: 0.2;
}

.xgl-queue::before {
  content: "\e39b";
}

.xgl-queue_active::before {
  content: "\e39c";
}

.xgl-queue_active_alt::before {
  content: "\e39d";
}

.xgl-queue_active_two_tone::before {
  content: "\e39c";
}

.xgl-queue_active_two_tone::after {
  content: "\e39d";
  opacity: 0.2;
}

.xgl-queue_add::before {
  content: "\e62b";
}

.xgl-queue_add_alt::before {
  content: "\e62c";
}

.xgl-queue_add_two_tone::before {
  content: "\e62b";
}

.xgl-queue_add_two_tone::after {
  content: "\e62c";
  opacity: 0.2;
}

.xgl-queue_alt::before {
  content: "\e39e";
}

.xgl-queue_completed::before {
  content: "\e39f";
}

.xgl-queue_completed_alt::before {
  content: "\e3a0";
}

.xgl-queue_completed_two_tone::before {
  content: "\e39f";
}

.xgl-queue_completed_two_tone::after {
  content: "\e3a0";
  opacity: 0.2;
}

.xgl-queue_held::before {
  content: "\e3a1";
}

.xgl-queue_held_alt::before {
  content: "\e3a2";
}

.xgl-queue_held_two_tone::before {
  content: "\e3a1";
}

.xgl-queue_held_two_tone::after {
  content: "\e3a2";
  opacity: 0.2;
}

.xgl-queue_secure::before {
  content: "\eb72";
}

.xgl-queue_secure_alt::before {
  content: "\eb73";
}

.xgl-queue_secure_two_tone::before {
  content: "\eb72";
}

.xgl-queue_secure_two_tone::after {
  content: "\eb73";
  opacity: 0.2;
}

.xgl-queue_two_tone::before {
  content: "\e39b";
}

.xgl-queue_two_tone::after {
  content: "\e39e";
  opacity: 0.2;
}

.xgl-quote::before {
  content: "\e3a3";
}

.xgl-quote_alt::before {
  content: "\e3a4";
}

.xgl-quote_open::before {
  content: "\e5b5";
}

.xgl-quote_open_alt::before {
  content: "\e5b6";
}

.xgl-quote_open_two_tone::before {
  content: "\e5b5";
}

.xgl-quote_open_two_tone::after {
  content: "\e5b6";
  opacity: 0.2;
}

.xgl-quote_two_tone::before {
  content: "\e3a3";
}

.xgl-quote_two_tone::after {
  content: "\e3a4";
  opacity: 0.2;
}

.xgl-radio_off::before {
  content: "\e3a5";
}

.xgl-radio_off_hover::before {
  content: "\eb6a";
}

.xgl-radio_on::before {
  content: "\e3a6";
}

.xgl-radio_on_hover::before {
  content: "\eb6b";
}

.xgl-rate::before {
  content: "\e3a7";
}

.xgl-rate_alt::before {
  content: "\e3a8";
}

.xgl-rate_two_tone::before {
  content: "\e3a7";
}

.xgl-rate_two_tone::after {
  content: "\e3a8";
  opacity: 0.2;
}

.xgl-read_receipts::before {
  content: "\e3a9";
}

.xgl-read_receipts_alt::before {
  content: "\e3aa";
}

.xgl-read_receipts_two_tone::before {
  content: "\e3a9";
}

.xgl-read_receipts_two_tone::after {
  content: "\e3aa";
  opacity: 0.2;
}

.xgl-reading_list::before {
  content: "\e3ab";
}

.xgl-reading_list_alt::before {
  content: "\eb71";
}

.xgl-reading_list_two_tone::before {
  content: "\e3ab";
}

.xgl-reading_list_two_tone::after {
  content: "\eb71";
  opacity: 0.2;
}

.xgl-reading_order_l_r::before {
  content: "\e3ac";
}

.xgl-reading_order_l_r_alt::before {
  content: "\e3ad";
}

.xgl-reading_order_l_r_two_tone::before {
  content: "\e3ac";
}

.xgl-reading_order_l_r_two_tone::after {
  content: "\e3ad";
  opacity: 0.2;
}

.xgl-reading_order_r_l::before {
  content: "\e3ae";
}

.xgl-reading_order_r_l_alt::before {
  content: "\e3af";
}

.xgl-reading_order_r_l_two_tone::before {
  content: "\e3ae";
}

.xgl-reading_order_r_l_two_tone::after {
  content: "\e3af";
  opacity: 0.2;
}

.xgl-receipt::before {
  content: "\e3b0";
}

.xgl-receipt_alt::before {
  content: "\e3b1";
}

.xgl-receipt_two_tone::before {
  content: "\e3b0";
}

.xgl-receipt_two_tone::after {
  content: "\e3b1";
  opacity: 0.2;
}

.xgl-recipient_bcc::before {
  content: "\e857";
}

.xgl-recipient_bcc_alt::before {
  content: "\e858";
}

.xgl-recipient_bcc_two_tone::before {
  content: "\e857";
}

.xgl-recipient_bcc_two_tone::after {
  content: "\e858";
  opacity: 0.2;
}

.xgl-recipient_cc::before {
  content: "\e859";
}

.xgl-recipient_cc_alt::before {
  content: "\e85a";
}

.xgl-recipient_cc_two_tone::before {
  content: "\e859";
}

.xgl-recipient_cc_two_tone::after {
  content: "\e85a";
  opacity: 0.2;
}

.xgl-recipient_to::before {
  content: "\e85b";
}

.xgl-recipient_to_alt::before {
  content: "\e85c";
}

.xgl-recipient_to_two_tone::before {
  content: "\e85b";
}

.xgl-recipient_to_two_tone::after {
  content: "\e85c";
  opacity: 0.2;
}

.xgl-record::before {
  content: "\e3b2";
}

.xgl-record_alt::before {
  content: "\e3b3";
}

.xgl-record_two_tone::before {
  content: "\e3b2";
}

.xgl-record_two_tone::after {
  content: "\e3b3";
  opacity: 0.2;
}

.xgl-rectangle_horiz_bkgd::before {
  content: "\e3b4";
}

.xgl-rectangle_vert_bkgd::before {
  content: "\e3b5";
}

.xgl-recycle::before {
  content: "\e3b6";
}

.xgl-recycle_two_tone::before {
  content: "\e3b6";
}

.xgl-recycle_two_tone::after {
  content: "\ec89";
  opacity: 0.2;
}

.xgl-recycled_full_cut_tabs_lef::before {
  content: "\e3b7";
}

.xgl-recycled_full_cut_tabs_lef_alt::before {
  content: "\e746";
}

.xgl-recycled_full_cut_tabs_lef_two_tone::before {
  content: "\e3b7";
}

.xgl-recycled_full_cut_tabs_lef_two_tone::after {
  content: "\e746";
  opacity: 0.2;
}

.xgl-recycled_full_cut_tabs_sef::before {
  content: "\e3b8";
}

.xgl-recycled_full_cut_tabs_sef_alt::before {
  content: "\e747";
}

.xgl-recycled_full_cut_tabs_sef_two_tone::before {
  content: "\e3b8";
}

.xgl-recycled_full_cut_tabs_sef_two_tone::after {
  content: "\e747";
  opacity: 0.2;
}

.xgl-recycled_lef::before {
  content: "\e3b9";
}

.xgl-recycled_lef_alt::before {
  content: "\e748";
}

.xgl-recycled_lef_two_tone::before {
  content: "\e3b9";
}

.xgl-recycled_lef_two_tone::after {
  content: "\e748";
  opacity: 0.2;
}

.xgl-recycled_precut_tabs_lef::before {
  content: "\e3ba";
}

.xgl-recycled_precut_tabs_lef_alt::before {
  content: "\e749";
}

.xgl-recycled_precut_tabs_lef_two_tone::before {
  content: "\e3ba";
}

.xgl-recycled_precut_tabs_lef_two_tone::after {
  content: "\e749";
  opacity: 0.2;
}

.xgl-recycled_precut_tabs_sef::before {
  content: "\e3bb";
}

.xgl-recycled_precut_tabs_sef_alt::before {
  content: "\e74a";
}

.xgl-recycled_precut_tabs_sef_two_tone::before {
  content: "\e3bb";
}

.xgl-recycled_precut_tabs_sef_two_tone::after {
  content: "\e74a";
  opacity: 0.2;
}

.xgl-recycled_reloaded_lef::before {
  content: "\e943";
}

.xgl-recycled_reloaded_lef_alt::before {
  content: "\e944";
}

.xgl-recycled_reloaded_lef_two_tone::before {
  content: "\e943";
}

.xgl-recycled_reloaded_lef_two_tone::after {
  content: "\e944";
  opacity: 0.2;
}

.xgl-recycled_reloaded_sef::before {
  content: "\e941";
}

.xgl-recycled_reloaded_sef_alt::before {
  content: "\e942";
}

.xgl-recycled_reloaded_sef_two_tone::before {
  content: "\e941";
}

.xgl-recycled_reloaded_sef_two_tone::after {
  content: "\e942";
  opacity: 0.2;
}

.xgl-recycled_sef::before {
  content: "\e3bc";
}

.xgl-recycled_sef_alt::before {
  content: "\e74b";
}

.xgl-recycled_sef_two_tone::before {
  content: "\e3bc";
}

.xgl-recycled_sef_two_tone::after {
  content: "\e74b";
  opacity: 0.2;
}

.xgl-redirect::before {
  content: "\e3bd";
}

.xgl-redirect_all::before {
  content: "\eac2";
}

.xgl-redirect_all_alt::before {
  content: "\eac3";
}

.xgl-redirect_all_rtl::before {
  content: "\eac4";
}

.xgl-redirect_all_rtl_alt::before {
  content: "\eac5";
}

.xgl-redirect_all_rtl_two_tone::before {
  content: "\eac4";
}

.xgl-redirect_all_rtl_two_tone::after {
  content: "\eac5";
  opacity: 0.2;
}

.xgl-redirect_all_two_tone::before {
  content: "\eac2";
}

.xgl-redirect_all_two_tone::after {
  content: "\eac3";
  opacity: 0.2;
}

.xgl-redirect_alt::before {
  content: "\e95f";
}

.xgl-redirect_rtl::before {
  content: "\e5a7";
}

.xgl-redirect_rtl_alt::before {
  content: "\e960";
}

.xgl-redirect_rtl_two_tone::before {
  content: "\e5a7";
}

.xgl-redirect_rtl_two_tone::after {
  content: "\e960";
  opacity: 0.2;
}

.xgl-redirect_two_tone::before {
  content: "\e3bd";
}

.xgl-redirect_two_tone::after {
  content: "\e95f";
  opacity: 0.2;
}

.xgl-redo::before {
  content: "\e3be";
}

.xgl-redo_square::before {
  content: "\e3bf";
}

.xgl-redo_square_alt::before {
  content: "\e3c0";
}

.xgl-redo_square_two_tone::before {
  content: "\e3bf";
}

.xgl-redo_square_two_tone::after {
  content: "\e3c0";
  opacity: 0.2;
}

.xgl-reduce_enlarge::before {
  content: "\e3c1";
}

.xgl-reduce_enlarge_100::before {
  content: "\ec60";
}

.xgl-reduce_enlarge_100_alt::before {
  content: "\ec61";
}

.xgl-reduce_enlarge_100_two_tone::before {
  content: "\ec60";
}

.xgl-reduce_enlarge_100_two_tone::after {
  content: "\ec61";
  opacity: 0.2;
}

.xgl-reduce_enlarge_alt::before {
  content: "\e3c2";
}

.xgl-reduce_enlarge_locked::before {
  content: "\ec36";
}

.xgl-reduce_enlarge_locked_alt::before {
  content: "\ec37";
}

.xgl-reduce_enlarge_locked_two_tone::before {
  content: "\ec36";
}

.xgl-reduce_enlarge_locked_two_tone::after {
  content: "\ec37";
  opacity: 0.2;
}

.xgl-reduce_enlarge_two_tone::before {
  content: "\e3c1";
}

.xgl-reduce_enlarge_two_tone::after {
  content: "\e3c2";
  opacity: 0.2;
}

.xgl-refresh::before {
  content: "\e3c3";
}

.xgl-refresh_all::before {
  content: "\e3c4";
}

.xgl-refresh_all_alt::before {
  content: "\e3c5";
}

.xgl-refresh_all_two_tone::before {
  content: "\e3c4";
}

.xgl-refresh_all_two_tone::after {
  content: "\e3c5";
  opacity: 0.2;
}

.xgl-refresh_square::before {
  content: "\e3c6";
}

.xgl-refresh_square_alt::before {
  content: "\e3c7";
}

.xgl-refresh_square_two_tone::before {
  content: "\e3c6";
}

.xgl-refresh_square_two_tone::after {
  content: "\e3c7";
  opacity: 0.2;
}

.xgl-regi_loop::before {
  content: "\ead0";
}

.xgl-regi_loop_alt::before {
  content: "\ead1";
}

.xgl-regi_loop_two_tone::before {
  content: "\ead0";
}

.xgl-regi_loop_two_tone::after {
  content: "\ead1";
  opacity: 0.2;
}

.xgl-reload::before {
  content: "\e3c8";
}

.xgl-reload_partial::before {
  content: "\ea7a";
}

.xgl-remote::before {
  content: "\e3c9";
}

.xgl-remote_alt::before {
  content: "\e3ca";
}

.xgl-remote_desktop::before {
  content: "\e3cb";
}

.xgl-remote_desktop_alt::before {
  content: "\e3cc";
}

.xgl-remote_desktop_two_tone::before {
  content: "\e3cb";
}

.xgl-remote_desktop_two_tone::after {
  content: "\e3cc";
  opacity: 0.2;
}

.xgl-remote_two_tone::before {
  content: "\e3c9";
}

.xgl-remote_two_tone::after {
  content: "\e3ca";
  opacity: 0.2;
}

.xgl-remote_vert::before {
  content: "\e3cd";
}

.xgl-remote_vert_alt::before {
  content: "\e3ce";
}

.xgl-remote_vert_two_tone::before {
  content: "\e3cd";
}

.xgl-remote_vert_two_tone::after {
  content: "\e3ce";
  opacity: 0.2;
}

.xgl-remove_all::before {
  content: "\e3cf";
}

.xgl-remove_all_alt::before {
  content: "\e3d0";
}

.xgl-remove_all_square::before {
  content: "\e3d1";
}

.xgl-remove_all_square_alt::before {
  content: "\e3d2";
}

.xgl-remove_all_square_two_tone::before {
  content: "\e3d1";
}

.xgl-remove_all_square_two_tone::after {
  content: "\e3d2";
  opacity: 0.2;
}

.xgl-remove_all_two_tone::before {
  content: "\e3cf";
}

.xgl-remove_all_two_tone::after {
  content: "\e3d0";
  opacity: 0.2;
}

.xgl-remove_blank_pages::before {
  content: "\ec28";
}

.xgl-remove_blank_pages_alt::before {
  content: "\ec29";
}

.xgl-remove_blank_pages_two_tone::before {
  content: "\ec28";
}

.xgl-remove_blank_pages_two_tone::after {
  content: "\ec29";
  opacity: 0.2;
}

.xgl-remove_pages::before {
  content: "\ec09";
}

.xgl-remove_pages_alt::before {
  content: "\ec0a";
}

.xgl-remove_pages_two_tone::before {
  content: "\ec09";
}

.xgl-remove_pages_two_tone::after {
  content: "\ec0a";
  opacity: 0.2;
}

.xgl-rename::before {
  content: "\e3d3";
}

.xgl-rename_alt::before {
  content: "\ec75";
}

.xgl-rename_two_tone::before {
  content: "\e3d3";
}

.xgl-rename_two_tone::after {
  content: "\ec75";
  opacity: 0.2;
}

.xgl-reorder::before {
  content: "\e3d4";
}

.xgl-reorder_horizontal::before {
  content: "\e3d5";
}

.xgl-repeat::before {
  content: "\e3d6";
}

.xgl-replay::before {
  content: "\e3d7";
}

.xgl-replay_all::before {
  content: "\e3d8";
}

.xgl-replay_all_alt::before {
  content: "\e3d9";
}

.xgl-replay_all_two_tone::before {
  content: "\e3d8";
}

.xgl-replay_all_two_tone::after {
  content: "\e3d9";
  opacity: 0.2;
}

.xgl-replay_square::before {
  content: "\e3da";
}

.xgl-replay_square_alt::before {
  content: "\e3db";
}

.xgl-replay_square_two_tone::before {
  content: "\e3da";
}

.xgl-replay_square_two_tone::after {
  content: "\e3db";
  opacity: 0.2;
}

.xgl-reply_to::before {
  content: "\e3dc";
}

.xgl-reply_to_all::before {
  content: "\e3dd";
}

.xgl-repository::before {
  content: "\e3de";
}

.xgl-repository_alt::before {
  content: "\e3df";
}

.xgl-repository_two_tone::before {
  content: "\e3de";
}

.xgl-repository_two_tone::after {
  content: "\e3df";
  opacity: 0.2;
}

.xgl-res_bkgd::before {
  content: "\ec0c";
}

.xgl-res_four_hundred::before {
  content: "\e826";
}

.xgl-res_four_hundred_two_tone::before {
  content: "\e826";
}

.xgl-res_four_hundred_two_tone::after {
  content: "\ec0c";
  opacity: 0.2;
}

.xgl-res_high::before {
  content: "\e827";
}

.xgl-res_high_two_tone::before {
  content: "\e827";
}

.xgl-res_high_two_tone::after {
  content: "\e0d3";
  opacity: 0.2;
}

.xgl-res_low::before {
  content: "\e828";
}

.xgl-res_low_two_tone::before {
  content: "\e828";
}

.xgl-res_low_two_tone::after {
  content: "\e0d3";
  opacity: 0.2;
}

.xgl-res_medium::before {
  content: "\e829";
}

.xgl-res_medium_two_tone::before {
  content: "\e829";
}

.xgl-res_medium_two_tone::after {
  content: "\e0d3";
  opacity: 0.2;
}

.xgl-res_one_fifty::before {
  content: "\e82a";
}

.xgl-res_one_fifty_two_tone::before {
  content: "\e82a";
}

.xgl-res_one_fifty_two_tone::after {
  content: "\ec0c";
  opacity: 0.2;
}

.xgl-res_one_hundred::before {
  content: "\e82b";
}

.xgl-res_one_hundred_two_tone::before {
  content: "\e82b";
}

.xgl-res_one_hundred_two_tone::after {
  content: "\ec0c";
  opacity: 0.2;
}

.xgl-res_seventy_two::before {
  content: "\e82c";
}

.xgl-res_seventy_two_two_tone::before {
  content: "\e82c";
}

.xgl-res_seventy_two_two_tone::after {
  content: "\ec0c";
  opacity: 0.2;
}

.xgl-res_six_hundred::before {
  content: "\e82d";
}

.xgl-res_six_hundred_two_tone::before {
  content: "\e82d";
}

.xgl-res_six_hundred_two_tone::after {
  content: "\ec0c";
  opacity: 0.2;
}

.xgl-res_three_hundred::before {
  content: "\e82e";
}

.xgl-res_three_hundred_two_tone::before {
  content: "\e82e";
}

.xgl-res_three_hundred_two_tone::after {
  content: "\ec0c";
  opacity: 0.2;
}

.xgl-res_two_hundred::before {
  content: "\e82f";
}

.xgl-res_two_hundred_two_tone::before {
  content: "\e82f";
}

.xgl-res_two_hundred_two_tone::after {
  content: "\ec0c";
  opacity: 0.2;
}

.xgl-res_two_x_four::before {
  content: "\e830";
}

.xgl-res_two_x_four_two_tone::before {
  content: "\e830";
}

.xgl-res_two_x_four_two_tone::after {
  content: "\ec0c";
  opacity: 0.2;
}

.xgl-res_two_x_one::before {
  content: "\e831";
}

.xgl-res_two_x_one_two_tone::before {
  content: "\e831";
}

.xgl-res_two_x_one_two_tone::after {
  content: "\ec0c";
  opacity: 0.2;
}

.xgl-reset::before {
  content: "\e3e0";
}

.xgl-reset_all::before {
  content: "\e3e1";
}

.xgl-reset_all_alt::before {
  content: "\e3e2";
}

.xgl-reset_all_two_tone::before {
  content: "\e3e1";
}

.xgl-reset_all_two_tone::after {
  content: "\e3e2";
  opacity: 0.2;
}

.xgl-reset_square::before {
  content: "\e3e3";
}

.xgl-reset_square_alt::before {
  content: "\e3e4";
}

.xgl-reset_square_two_tone::before {
  content: "\e3e3";
}

.xgl-reset_square_two_tone::after {
  content: "\e3e4";
  opacity: 0.2;
}

.xgl-responsive::before {
  content: "\e91d";
}

.xgl-responsive_alt::before {
  content: "\e91e";
}

.xgl-responsive_two_tone::before {
  content: "\e91d";
}

.xgl-responsive_two_tone::after {
  content: "\e91e";
  opacity: 0.2;
}

.xgl-restart::before {
  content: "\e3e5";
}

.xgl-restart_two_tone::before {
  content: "\e3e5";
}

.xgl-restart_two_tone::after {
  content: "\e0df";
  opacity: 0.2;
}

.xgl-retrieve_settings::before {
  content: "\ec30";
}

.xgl-retrieve_settings_alt::before {
  content: "\ec31";
}

.xgl-retrieve_settings_two_tone::before {
  content: "\ec30";
}

.xgl-retrieve_settings_two_tone::after {
  content: "\ec31";
  opacity: 0.2;
}

.xgl-return::before {
  content: "\e3e6";
}

.xgl-rewind::before {
  content: "\e3e8";
}

.xgl-rewind_alt::before {
  content: "\e3e9";
}

.xgl-rewind_two_tone::before {
  content: "\e3e8";
}

.xgl-rewind_two_tone::after {
  content: "\e3e9";
  opacity: 0.2;
}

.xgl-robotic_arm::before {
  content: "\e7ed";
}

.xgl-robotic_arm_alt::before {
  content: "\e7ee";
}

.xgl-robotic_arm_two_tone::before {
  content: "\e7ed";
}

.xgl-robotic_arm_two_tone::after {
  content: "\e7ee";
  opacity: 0.2;
}

.xgl-rocket::before {
  content: "\e3ea";
}

.xgl-rocket_alt::before {
  content: "\e3eb";
}

.xgl-rocket_two_tone::before {
  content: "\e3ea";
}

.xgl-rocket_two_tone::after {
  content: "\e3eb";
  opacity: 0.2;
}

.xgl-roller::before {
  content: "\e80b";
}

.xgl-roller_alt::before {
  content: "\e80c";
}

.xgl-roller_two_tone::before {
  content: "\e80b";
}

.xgl-roller_two_tone::after {
  content: "\e80c";
  opacity: 0.2;
}

.xgl-rotate::before {
  content: "\e915";
}

.xgl-rotate_alt::before {
  content: "\e916";
}

.xgl-rotate_left::before {
  content: "\e3ec";
}

.xgl-rotate_right::before {
  content: "\e3ed";
}

.xgl-rotate_two_tone::before {
  content: "\e915";
}

.xgl-rotate_two_tone::after {
  content: "\e916";
  opacity: 0.2;
}

.xgl-rough_surface_lef::before {
  content: "\e3ee";
}

.xgl-rough_surface_lef_alt::before {
  content: "\e74c";
}

.xgl-rough_surface_lef_two_tone::before {
  content: "\e3ee";
}

.xgl-rough_surface_lef_two_tone::after {
  content: "\e74c";
  opacity: 0.2;
}

.xgl-rough_surface_sef::before {
  content: "\e3ef";
}

.xgl-rough_surface_sef_alt::before {
  content: "\e74d";
}

.xgl-rough_surface_sef_two_tone::before {
  content: "\e3ef";
}

.xgl-rough_surface_sef_two_tone::after {
  content: "\e74d";
  opacity: 0.2;
}

.xgl-rows::before {
  content: "\e3f0";
}

.xgl-rows_alt::before {
  content: "\e3f1";
}

.xgl-rows_two_tone::before {
  content: "\e3f0";
}

.xgl-rows_two_tone::after {
  content: "\e3f1";
  opacity: 0.2;
}

.xgl-ruler::before {
  content: "\e3f2";
}

.xgl-ruler_alt::before {
  content: "\e3f3";
}

.xgl-ruler_two_tone::before {
  content: "\e3f2";
}

.xgl-ruler_two_tone::after {
  content: "\e3f3";
  opacity: 0.2;
}

.xgl-safari::before {
  content: "\e3f4";
}

.xgl-safari_alt::before {
  content: "\e3f5";
}

.xgl-safari_two_tone::before {
  content: "\e3f4";
}

.xgl-safari_two_tone::after {
  content: "\e3f5";
  opacity: 0.2;
}

.xgl-safe::before {
  content: "\e3f6";
}

.xgl-safe_alt::before {
  content: "\e3f7";
}

.xgl-safe_two_tone::before {
  content: "\e3f6";
}

.xgl-safe_two_tone::after {
  content: "\e3f7";
  opacity: 0.2;
}

.xgl-sample::before {
  content: "\e3f8";
}

.xgl-sample_alt::before {
  content: "\e3f9";
}

.xgl-sample_two_tone::before {
  content: "\e3f8";
}

.xgl-sample_two_tone::after {
  content: "\e3f9";
  opacity: 0.2;
}

.xgl-saturation::before {
  content: "\ebdf";
}

.xgl-saturation_alt::before {
  content: "\ebe0";
}

.xgl-saturation_two_tone::before {
  content: "\ebdf";
}

.xgl-saturation_two_tone::after {
  content: "\ebe0";
  opacity: 0.2;
}

.xgl-save::before {
  content: "\e3fa";
}

.xgl-save_alt::before {
  content: "\e3fb";
}

.xgl-save_disabled::before {
  content: "\e3fc";
}

.xgl-save_disabled_alt::before {
  content: "\e3fd";
}

.xgl-save_disabled_two_tone::before {
  content: "\e3fc";
}

.xgl-save_disabled_two_tone::after {
  content: "\e3fd";
  opacity: 0.2;
}

.xgl-save_two_tone::before {
  content: "\e3fa";
}

.xgl-save_two_tone::after {
  content: "\e3fb";
  opacity: 0.2;
}

.xgl-saved_jobs::before {
  content: "\e3fe";
}

.xgl-saved_jobs_alt::before {
  content: "\e3ff";
}

.xgl-saved_jobs_two_tone::before {
  content: "\e3fe";
}

.xgl-saved_jobs_two_tone::after {
  content: "\e3ff";
  opacity: 0.2;
}

.xgl-scale_balance::before {
  content: "\e7ec";
}

.xgl-scale_balance_alt::before {
  content: "\e893";
}

.xgl-scale_balance_two_tone::before {
  content: "\e7ec";
}

.xgl-scale_balance_two_tone::after {
  content: "\e893";
  opacity: 0.2;
}

.xgl-scale_center::before {
  content: "\ec32";
}

.xgl-scale_down::before {
  content: "\e400";
}

.xgl-scale_image::before {
  content: "\ebb5";
}

.xgl-scale_image_alt::before {
  content: "\ebb6";
}

.xgl-scale_image_two_tone::before {
  content: "\ebb5";
}

.xgl-scale_image_two_tone::after {
  content: "\ebb6";
  opacity: 0.2;
}

.xgl-scale_up::before {
  content: "\e401";
}

.xgl-scan::before {
  content: "\e402";
}

.xgl-scan_alt::before {
  content: "\e403";
}

.xgl-scan_sent::before {
  content: "\ec2c";
}

.xgl-scan_sent_alt::before {
  content: "\ec2d";
}

.xgl-scan_sent_two_tone::before {
  content: "\ec2c";
}

.xgl-scan_sent_two_tone::after {
  content: "\ec2d";
  opacity: 0.2;
}

.xgl-scan_two_tone::before {
  content: "\e402";
}

.xgl-scan_two_tone::after {
  content: "\e403";
  opacity: 0.2;
}

.xgl-scanner::before {
  content: "\e673";
}

.xgl-scanner_alt::before {
  content: "\e674";
}

.xgl-scanner_bed::before {
  content: "\e78d";
}

.xgl-scanner_bed_alt::before {
  content: "\e78e";
}

.xgl-scanner_bed_full::before {
  content: "\e78f";
}

.xgl-scanner_bed_full_two_tone::before {
  content: "\e78f";
}

.xgl-scanner_bed_full_two_tone::after {
  content: "\e78e";
  opacity: 0.2;
}

.xgl-scanner_bed_two_tone::before {
  content: "\e78d";
}

.xgl-scanner_bed_two_tone::after {
  content: "\e78e";
  opacity: 0.2;
}

.xgl-scanner_two_tone::before {
  content: "\e673";
}

.xgl-scanner_two_tone::after {
  content: "\e674";
  opacity: 0.2;
}

.xgl-scene::before {
  content: "\e93b";
}

.xgl-scene_alt::before {
  content: "\e93c";
}

.xgl-scene_two_tone::before {
  content: "\e93b";
}

.xgl-scene_two_tone::after {
  content: "\e93c";
  opacity: 0.2;
}

.xgl-school::before {
  content: "\e404";
}

.xgl-school_alt::before {
  content: "\e405";
}

.xgl-school_two_tone::before {
  content: "\e404";
}

.xgl-school_two_tone::after {
  content: "\e405";
  opacity: 0.2;
}

.xgl-screen_reader::before {
  content: "\e7a8";
}

.xgl-screen_reader_alt::before {
  content: "\e7a9";
}

.xgl-screen_reader_two_tone::before {
  content: "\e7a8";
}

.xgl-screen_reader_two_tone::after {
  content: "\e7a9";
  opacity: 0.2;
}

.xgl-screen_share::before {
  content: "\e406";
}

.xgl-screen_share_alt::before {
  content: "\e407";
}

.xgl-screen_share_two_tone::before {
  content: "\e406";
}

.xgl-screen_share_two_tone::after {
  content: "\e407";
  opacity: 0.2;
}

.xgl-screenshot::before {
  content: "\e408";
}

.xgl-screenshot_two_tone::before {
  content: "\e408";
}

.xgl-screenshot_two_tone::after {
  content: "\e0d3";
  opacity: 0.2;
}

.xgl-scroll_top::before {
  content: "\e409";
}

.xgl-scroll_top_alt::before {
  content: "\e40a";
}

.xgl-scroll_top_two_tone::before {
  content: "\e409";
}

.xgl-scroll_top_two_tone::after {
  content: "\e40a";
  opacity: 0.2;
}

.xgl-sd_card::before {
  content: "\e40b";
}

.xgl-sd_card_alt::before {
  content: "\e40c";
}

.xgl-sd_card_two_tone::before {
  content: "\e40b";
}

.xgl-sd_card_two_tone::after {
  content: "\e40c";
  opacity: 0.2;
}

.xgl-search::before {
  content: "\e40d";
}

.xgl-search_alt::before {
  content: "\e40e";
}

.xgl-search_circle::before {
  content: "\e40f";
}

.xgl-search_circle_alt::before {
  content: "\e410";
}

.xgl-search_circle_two_tone::before {
  content: "\e40f";
}

.xgl-search_circle_two_tone::after {
  content: "\e410";
  opacity: 0.2;
}

.xgl-search_two_tone::before {
  content: "\e40d";
}

.xgl-search_two_tone::after {
  content: "\e40e";
  opacity: 0.2;
}

.xgl-secure::before {
  content: "\e411";
}

.xgl-secure_alt::before {
  content: "\e412";
}

.xgl-secure_print::before {
  content: "\e413";
}

.xgl-secure_print_alt::before {
  content: "\e414";
}

.xgl-secure_print_two_tone::before {
  content: "\e413";
}

.xgl-secure_print_two_tone::after {
  content: "\e414";
  opacity: 0.2;
}

.xgl-secure_two_tone::before {
  content: "\e411";
}

.xgl-secure_two_tone::after {
  content: "\e412";
  opacity: 0.2;
}

.xgl-select::before {
  content: "\e802";
}

.xgl-select_all::before {
  content: "\e415";
}

.xgl-select_all_alt::before {
  content: "\e416";
}

.xgl-select_all_two_tone::before {
  content: "\e415";
}

.xgl-select_all_two_tone::after {
  content: "\e416";
  opacity: 0.2;
}

.xgl-select_two_tone::before {
  content: "\e802";
}

.xgl-select_two_tone::after {
  content: "\e0d3";
  opacity: 0.2;
}

.xgl-send::before {
  content: "\e417";
}

.xgl-send_alt::before {
  content: "\e418";
}

.xgl-send_rtl::before {
  content: "\e5b0";
}

.xgl-send_rtl_alt::before {
  content: "\e5b1";
}

.xgl-send_rtl_two_tone::before {
  content: "\e5b0";
}

.xgl-send_rtl_two_tone::after {
  content: "\e5b1";
  opacity: 0.2;
}

.xgl-send_two_tone::before {
  content: "\e417";
}

.xgl-send_two_tone::after {
  content: "\e418";
  opacity: 0.2;
}

.xgl-sequence_emboss_lef::before {
  content: "\e419";
}

.xgl-sequence_emboss_lef_alt::before {
  content: "\e74e";
}

.xgl-sequence_emboss_lef_two_tone::before {
  content: "\e419";
}

.xgl-sequence_emboss_lef_two_tone::after {
  content: "\e74e";
  opacity: 0.2;
}

.xgl-sequence_emboss_sef::before {
  content: "\e41a";
}

.xgl-sequence_emboss_sef_alt::before {
  content: "\e74f";
}

.xgl-sequence_emboss_sef_two_tone::before {
  content: "\e41a";
}

.xgl-sequence_emboss_sef_two_tone::after {
  content: "\e74f";
  opacity: 0.2;
}

.xgl-sequence_lef::before {
  content: "\e41b";
}

.xgl-sequence_lef_alt::before {
  content: "\e750";
}

.xgl-sequence_lef_two_tone::before {
  content: "\e41b";
}

.xgl-sequence_lef_two_tone::after {
  content: "\e750";
  opacity: 0.2;
}

.xgl-sequence_recycled_lef::before {
  content: "\e41c";
}

.xgl-sequence_recycled_lef_alt::before {
  content: "\e751";
}

.xgl-sequence_recycled_lef_two_tone::before {
  content: "\e41c";
}

.xgl-sequence_recycled_lef_two_tone::after {
  content: "\e751";
  opacity: 0.2;
}

.xgl-sequence_recycled_sef::before {
  content: "\e41d";
}

.xgl-sequence_recycled_sef_alt::before {
  content: "\e752";
}

.xgl-sequence_recycled_sef_two_tone::before {
  content: "\e41d";
}

.xgl-sequence_recycled_sef_two_tone::after {
  content: "\e752";
  opacity: 0.2;
}

.xgl-sequence_sef::before {
  content: "\e41e";
}

.xgl-sequence_sef_alt::before {
  content: "\e753";
}

.xgl-sequence_sef_two_tone::before {
  content: "\e41e";
}

.xgl-sequence_sef_two_tone::after {
  content: "\e753";
  opacity: 0.2;
}

.xgl-server::before {
  content: "\e41f";
}

.xgl-server_alt::before {
  content: "\e420";
}

.xgl-server_lock::before {
  content: "\eb6f";
}

.xgl-server_lock_alt::before {
  content: "\eb70";
}

.xgl-server_lock_two_tone::before {
  content: "\eb6f";
}

.xgl-server_lock_two_tone::after {
  content: "\eb70";
  opacity: 0.2;
}

.xgl-server_two_tone::before {
  content: "\e41f";
}

.xgl-server_two_tone::after {
  content: "\e420";
  opacity: 0.2;
}

.xgl-shadow::before {
  content: "\e9bb";
}

.xgl-shadow_alt::before {
  content: "\e9bc";
}

.xgl-shadow_two_tone::before {
  content: "\e9bb";
}

.xgl-shadow_two_tone::after {
  content: "\e9bc";
  opacity: 0.2;
}

.xgl-shape::before {
  content: "\e8ae";
}

.xgl-shape_add::before {
  content: "\e8b0";
}

.xgl-shape_add_alt::before {
  content: "\e8b1";
}

.xgl-shape_add_two_tone::before {
  content: "\e8b0";
}

.xgl-shape_add_two_tone::after {
  content: "\e8b1";
  opacity: 0.2;
}

.xgl-shape_alt::before {
  content: "\e8af";
}

.xgl-shape_two_tone::before {
  content: "\e8ae";
}

.xgl-shape_two_tone::after {
  content: "\e8af";
  opacity: 0.2;
}

.xgl-shapes::before {
  content: "\e421";
}

.xgl-shapes_alt::before {
  content: "\e422";
}

.xgl-shapes_two_tone::before {
  content: "\e421";
}

.xgl-shapes_two_tone::after {
  content: "\e422";
  opacity: 0.2;
}

.xgl-share::before {
  content: "\e423";
}

.xgl-share_alt::before {
  content: "\e7ac";
}

.xgl-share_android::before {
  content: "\e424";
}

.xgl-share_android_alt::before {
  content: "\e425";
}

.xgl-share_android_two_tone::before {
  content: "\e424";
}

.xgl-share_android_two_tone::after {
  content: "\e425";
  opacity: 0.2;
}

.xgl-share_two_tone::before {
  content: "\e423";
}

.xgl-share_two_tone::after {
  content: "\e7ac";
  opacity: 0.2;
}

.xgl-sharpness::before {
  content: "\e426";
}

.xgl-sharpness_two_tone::before {
  content: "\e426";
}

.xgl-sharpness_two_tone::after {
  content: "\e0d3";
  opacity: 0.2;
}

.xgl-sheet_paper_feed::before {
  content: "\e790";
}

.xgl-shield::before {
  content: "\e427";
}

.xgl-shield_accounting::before {
  content: "\e7be";
}

.xgl-shield_accounting_alt::before {
  content: "\e7bf";
}

.xgl-shield_accounting_two_tone::before {
  content: "\e7be";
}

.xgl-shield_accounting_two_tone::after {
  content: "\e7bf";
  opacity: 0.2;
}

.xgl-shield_add::before {
  content: "\e7c0";
}

.xgl-shield_add_alt::before {
  content: "\e7c1";
}

.xgl-shield_add_two_tone::before {
  content: "\e7c0";
}

.xgl-shield_add_two_tone::after {
  content: "\e7c1";
  opacity: 0.2;
}

.xgl-shield_alt::before {
  content: "\e428";
}

.xgl-shield_auto::before {
  content: "\e7c2";
}

.xgl-shield_auto_alt::before {
  content: "\e7c3";
}

.xgl-shield_auto_two_tone::before {
  content: "\e7c2";
}

.xgl-shield_auto_two_tone::after {
  content: "\e7c3";
  opacity: 0.2;
}

.xgl-shield_defense::before {
  content: "\e7c4";
}

.xgl-shield_defense_alt::before {
  content: "\e7c5";
}

.xgl-shield_defense_two_tone::before {
  content: "\e7c4";
}

.xgl-shield_defense_two_tone::after {
  content: "\e7c5";
  opacity: 0.2;
}

.xgl-shield_disabled::before {
  content: "\e7c6";
}

.xgl-shield_disabled_alt::before {
  content: "\e7c7";
}

.xgl-shield_disabled_two_tone::before {
  content: "\e7c6";
}

.xgl-shield_disabled_two_tone::after {
  content: "\e7c7";
  opacity: 0.2;
}

.xgl-shield_download::before {
  content: "\e7c8";
}

.xgl-shield_download_alt::before {
  content: "\e7c9";
}

.xgl-shield_download_two_tone::before {
  content: "\e7c8";
}

.xgl-shield_download_two_tone::after {
  content: "\e7c9";
  opacity: 0.2;
}

.xgl-shield_education::before {
  content: "\e7e0";
}

.xgl-shield_education_alt::before {
  content: "\e7e1";
}

.xgl-shield_education_two_tone::before {
  content: "\e7e0";
}

.xgl-shield_education_two_tone::after {
  content: "\e7e1";
  opacity: 0.2;
}

.xgl-shield_favorite::before {
  content: "\e7ca";
}

.xgl-shield_favorite_alt::before {
  content: "\e7cb";
}

.xgl-shield_favorite_two_tone::before {
  content: "\e7ca";
}

.xgl-shield_favorite_two_tone::after {
  content: "\e7cb";
  opacity: 0.2;
}

.xgl-shield_gears::before {
  content: "\eac6";
}

.xgl-shield_gears_alt::before {
  content: "\eac7";
}

.xgl-shield_gears_two_tone::before {
  content: "\eac6";
}

.xgl-shield_gears_two_tone::after {
  content: "\eac7";
  opacity: 0.2;
}

.xgl-shield_government::before {
  content: "\e7e2";
}

.xgl-shield_government_alt::before {
  content: "\e7e3";
}

.xgl-shield_government_two_tone::before {
  content: "\e7e2";
}

.xgl-shield_government_two_tone::after {
  content: "\e7e3";
  opacity: 0.2;
}

.xgl-shield_half::before {
  content: "\e429";
}

.xgl-shield_half_two_tone::before {
  content: "\e429";
}

.xgl-shield_half_two_tone::after {
  content: "\e428";
  opacity: 0.2;
}

.xgl-shield_healthcare::before {
  content: "\e7e4";
}

.xgl-shield_healthcare_alt::before {
  content: "\e7e5";
}

.xgl-shield_healthcare_two_tone::before {
  content: "\e7e4";
}

.xgl-shield_healthcare_two_tone::after {
  content: "\e7e5";
  opacity: 0.2;
}

.xgl-shield_heart::before {
  content: "\e7cc";
}

.xgl-shield_heart_alt::before {
  content: "\e7cd";
}

.xgl-shield_heart_two_tone::before {
  content: "\e7cc";
}

.xgl-shield_heart_two_tone::after {
  content: "\e7cd";
  opacity: 0.2;
}

.xgl-shield_hot::before {
  content: "\e7ce";
}

.xgl-shield_hot_alt::before {
  content: "\e7cf";
}

.xgl-shield_hot_two_tone::before {
  content: "\e7ce";
}

.xgl-shield_hot_two_tone::after {
  content: "\e7cf";
  opacity: 0.2;
}

.xgl-shield_list::before {
  content: "\eac8";
}

.xgl-shield_list_alt::before {
  content: "\eac9";
}

.xgl-shield_list_two_tone::before {
  content: "\eac8";
}

.xgl-shield_list_two_tone::after {
  content: "\eac9";
  opacity: 0.2;
}

.xgl-shield_lock::before {
  content: "\e7d0";
}

.xgl-shield_lock_alt::before {
  content: "\e7d1";
}

.xgl-shield_lock_two_tone::before {
  content: "\e7d0";
}

.xgl-shield_lock_two_tone::after {
  content: "\e7d1";
  opacity: 0.2;
}

.xgl-shield_locked::before {
  content: "\e7d2";
}

.xgl-shield_locked_alt::before {
  content: "\e7d3";
}

.xgl-shield_locked_two_tone::before {
  content: "\e7d2";
}

.xgl-shield_locked_two_tone::after {
  content: "\e7d3";
  opacity: 0.2;
}

.xgl-shield_manufacturing::before {
  content: "\e7e6";
}

.xgl-shield_manufacturing_alt::before {
  content: "\e7e7";
}

.xgl-shield_manufacturing_two_tone::before {
  content: "\e7e6";
}

.xgl-shield_manufacturing_two_tone::after {
  content: "\e7e7";
  opacity: 0.2;
}

.xgl-shield_marketing::before {
  content: "\e7e8";
}

.xgl-shield_marketing_alt::before {
  content: "\e7e9";
}

.xgl-shield_marketing_two_tone::before {
  content: "\e7e8";
}

.xgl-shield_marketing_two_tone::after {
  content: "\e7e9";
  opacity: 0.2;
}

.xgl-shield_medical::before {
  content: "\e7d4";
}

.xgl-shield_medical_alt::before {
  content: "\e7d5";
}

.xgl-shield_medical_two_tone::before {
  content: "\e7d4";
}

.xgl-shield_medical_two_tone::after {
  content: "\e7d5";
  opacity: 0.2;
}

.xgl-shield_permissions::before {
  content: "\eb76";
}

.xgl-shield_permissions_alt::before {
  content: "\eb77";
}

.xgl-shield_permissions_two_tone::before {
  content: "\eb76";
}

.xgl-shield_permissions_two_tone::after {
  content: "\eb77";
  opacity: 0.2;
}

.xgl-shield_personal::before {
  content: "\e7d6";
}

.xgl-shield_personal_alt::before {
  content: "\e7d7";
}

.xgl-shield_personal_two_tone::before {
  content: "\e7d6";
}

.xgl-shield_personal_two_tone::after {
  content: "\e7d7";
  opacity: 0.2;
}

.xgl-shield_print::before {
  content: "\eaca";
}

.xgl-shield_print_alt::before {
  content: "\eacb";
}

.xgl-shield_print_two_tone::before {
  content: "\eaca";
}

.xgl-shield_print_two_tone::after {
  content: "\eacb";
  opacity: 0.2;
}

.xgl-shield_prohibit::before {
  content: "\e7d8";
}

.xgl-shield_prohibit_alt::before {
  content: "\e7d9";
}

.xgl-shield_prohibit_two_tone::before {
  content: "\e7d8";
}

.xgl-shield_prohibit_two_tone::after {
  content: "\e7d9";
  opacity: 0.2;
}

.xgl-shield_public::before {
  content: "\e7da";
}

.xgl-shield_public_alt::before {
  content: "\e7db";
}

.xgl-shield_public_two_tone::before {
  content: "\e7da";
}

.xgl-shield_public_two_tone::after {
  content: "\e7db";
  opacity: 0.2;
}

.xgl-shield_receipt::before {
  content: "\eacc";
}

.xgl-shield_receipt_alt::before {
  content: "\eacd";
}

.xgl-shield_receipt_two_tone::before {
  content: "\eacc";
}

.xgl-shield_receipt_two_tone::after {
  content: "\eacd";
  opacity: 0.2;
}

.xgl-shield_retail::before {
  content: "\e7ea";
}

.xgl-shield_retail_alt::before {
  content: "\e7eb";
}

.xgl-shield_retail_two_tone::before {
  content: "\e7ea";
}

.xgl-shield_retail_two_tone::after {
  content: "\e7eb";
  opacity: 0.2;
}

.xgl-shield_scan::before {
  content: "\eace";
}

.xgl-shield_scan_alt::before {
  content: "\eacf";
}

.xgl-shield_scan_two_tone::before {
  content: "\eace";
}

.xgl-shield_scan_two_tone::after {
  content: "\eacf";
  opacity: 0.2;
}

.xgl-shield_subtract::before {
  content: "\ea27";
}

.xgl-shield_subtract_alt::before {
  content: "\ea28";
}

.xgl-shield_subtract_two_tone::before {
  content: "\ea27";
}

.xgl-shield_subtract_two_tone::after {
  content: "\ea28";
  opacity: 0.2;
}

.xgl-shield_two_tone::before {
  content: "\e427";
}

.xgl-shield_two_tone::after {
  content: "\e428";
  opacity: 0.2;
}

.xgl-shield_upload::before {
  content: "\e7dc";
}

.xgl-shield_upload_alt::before {
  content: "\e7dd";
}

.xgl-shield_upload_two_tone::before {
  content: "\e7dc";
}

.xgl-shield_upload_two_tone::after {
  content: "\e7dd";
  opacity: 0.2;
}

.xgl-shield_warning::before {
  content: "\e7de";
}

.xgl-shield_warning_alt::before {
  content: "\e7df";
}

.xgl-shield_warning_two_tone::before {
  content: "\e7de";
}

.xgl-shield_warning_two_tone::after {
  content: "\e7df";
  opacity: 0.2;
}

.xgl-shift::before {
  content: "\e42a";
}

.xgl-shifted::before {
  content: "\e42b";
}

.xgl-shopping_bag::before {
  content: "\e42c";
}

.xgl-shopping_bag_alt::before {
  content: "\e42d";
}

.xgl-shopping_bag_disabled::before {
  content: "\e42e";
}

.xgl-shopping_bag_disabled_alt::before {
  content: "\e42f";
}

.xgl-shopping_bag_disabled_two_tone::before {
  content: "\e42e";
}

.xgl-shopping_bag_disabled_two_tone::after {
  content: "\e42f";
  opacity: 0.2;
}

.xgl-shopping_bag_overlay::before {
  content: "\e430";
}

.xgl-shopping_bag_two_tone::before {
  content: "\e42c";
}

.xgl-shopping_bag_two_tone::after {
  content: "\e42d";
  opacity: 0.2;
}

.xgl-short_edge_feed::before {
  content: "\e431";
}

.xgl-short_edge_feed_alt::before {
  content: "\e432";
}

.xgl-short_edge_feed_two_tone::before {
  content: "\e431";
}

.xgl-short_edge_feed_two_tone::after {
  content: "\e432";
  opacity: 0.2;
}

.xgl-sign_post::before {
  content: "\e433";
}

.xgl-sign_post_alt::before {
  content: "\e434";
}

.xgl-sign_post_two_tone::before {
  content: "\e433";
}

.xgl-sign_post_two_tone::after {
  content: "\e434";
  opacity: 0.2;
}

.xgl-signature::before {
  content: "\e435";
}

.xgl-signature_tag_left::before {
  content: "\e8cd";
}

.xgl-signature_tag_left_alt::before {
  content: "\e8ce";
}

.xgl-signature_tag_left_two_tone::before {
  content: "\e8cd";
}

.xgl-signature_tag_left_two_tone::after {
  content: "\e8ce";
  opacity: 0.2;
}

.xgl-signature_tag_right::before {
  content: "\e8cb";
}

.xgl-signature_tag_right_alt::before {
  content: "\e8cc";
}

.xgl-signature_tag_right_two_tone::before {
  content: "\e8cb";
}

.xgl-signature_tag_right_two_tone::after {
  content: "\e8cc";
  opacity: 0.2;
}

.xgl-sim_card::before {
  content: "\e436";
}

.xgl-sim_card_alt::before {
  content: "\e437";
}

.xgl-sim_card_two_tone::before {
  content: "\e436";
}

.xgl-sim_card_two_tone::after {
  content: "\e437";
  opacity: 0.2;
}

.xgl-simplex::before {
  content: "\e438";
}

.xgl-simplex_alt::before {
  content: "\e439";
}

.xgl-simplex_two_tone::before {
  content: "\e438";
}

.xgl-simplex_two_tone::after {
  content: "\e439";
  opacity: 0.2;
}

.xgl-sketch::before {
  content: "\e8a8";
}

.xgl-sketch_alt::before {
  content: "\e8a9";
}

.xgl-sketch_two_tone::before {
  content: "\e8a8";
}

.xgl-sketch_two_tone::after {
  content: "\e8a9";
  opacity: 0.2;
}

.xgl-skip_backward::before {
  content: "\e43a";
}

.xgl-skip_backward_alt::before {
  content: "\e43b";
}

.xgl-skip_backward_fifteen::before {
  content: "\e67b";
}

.xgl-skip_backward_five::before {
  content: "\e679";
}

.xgl-skip_backward_ten::before {
  content: "\e67a";
}

.xgl-skip_backward_two_tone::before {
  content: "\e43a";
}

.xgl-skip_backward_two_tone::after {
  content: "\e43b";
  opacity: 0.2;
}

.xgl-skip_forward::before {
  content: "\e43c";
}

.xgl-skip_forward_alt::before {
  content: "\e43d";
}

.xgl-skip_forward_fifteen::before {
  content: "\e67e";
}

.xgl-skip_forward_five::before {
  content: "\e67c";
}

.xgl-skip_forward_ten::before {
  content: "\e67d";
}

.xgl-skip_forward_two_tone::before {
  content: "\e43c";
}

.xgl-skip_forward_two_tone::after {
  content: "\e43d";
  opacity: 0.2;
}

.xgl-sleep::before {
  content: "\e43e";
}

.xgl-sleep_alt::before {
  content: "\e43f";
}

.xgl-sleep_auto::before {
  content: "\ea7b";
}

.xgl-sleep_auto_alt::before {
  content: "\ea7c";
}

.xgl-sleep_auto_two_tone::before {
  content: "\ea7b";
}

.xgl-sleep_auto_two_tone::after {
  content: "\ea7c";
  opacity: 0.2;
}

.xgl-sleep_two_tone::before {
  content: "\e43e";
}

.xgl-sleep_two_tone::after {
  content: "\e43f";
  opacity: 0.2;
}

.xgl-smart_card::before {
  content: "\e440";
}

.xgl-smart_card_two_tone::before {
  content: "\e440";
}

.xgl-smart_card_two_tone::after {
  content: "\ec80";
  opacity: 0.2;
}

.xgl-snowflake::before {
  content: "\e63f";
}

.xgl-sort::before {
  content: "\e441";
}

.xgl-sort_a_z::before {
  content: "\e442";
}

.xgl-sort_ascending::before {
  content: "\e443";
}

.xgl-sort_big_small::before {
  content: "\e444";
}

.xgl-sort_descending::before {
  content: "\e445";
}

.xgl-sort_down::before {
  content: "\e446";
}

.xgl-sort_left::before {
  content: "\e447";
}

.xgl-sort_right::before {
  content: "\e448";
}

.xgl-sort_small_big::before {
  content: "\e449";
}

.xgl-sort_up::before {
  content: "\e44a";
}

.xgl-sort_z_a::before {
  content: "\e44b";
}

.xgl-space_bar::before {
  content: "\e44c";
}

.xgl-special_pages::before {
  content: "\ec2a";
}

.xgl-special_pages_alt::before {
  content: "\ec2b";
}

.xgl-special_pages_two_tone::before {
  content: "\ec2a";
}

.xgl-special_pages_two_tone::after {
  content: "\ec2b";
  opacity: 0.2;
}

.xgl-speech::before {
  content: "\e44d";
}

.xgl-speech_rectangle::before {
  content: "\e44e";
}

.xgl-speech_rectangle_alt::before {
  content: "\e44f";
}

.xgl-speech_rectangle_two_tone::before {
  content: "\e44e";
}

.xgl-speech_rectangle_two_tone::after {
  content: "\e44f";
  opacity: 0.2;
}

.xgl-speed_ipv4::before {
  content: "\ebff";
}

.xgl-speed_ipv4_alt::before {
  content: "\ec00";
}

.xgl-speed_ipv4_two_tone::before {
  content: "\ebff";
}

.xgl-speed_ipv4_two_tone::after {
  content: "\ec00";
  opacity: 0.2;
}

.xgl-speed_ipv6::before {
  content: "\ec01";
}

.xgl-speed_ipv6_alt::before {
  content: "\ec02";
}

.xgl-speed_ipv6_two_tone::before {
  content: "\ec01";
}

.xgl-speed_ipv6_two_tone::after {
  content: "\ec02";
  opacity: 0.2;
}

.xgl-spell_check::before {
  content: "\e894";
}

.xgl-spell_check_alt::before {
  content: "\e895";
}

.xgl-spell_check_two_tone::before {
  content: "\e894";
}

.xgl-spell_check_two_tone::after {
  content: "\e895";
  opacity: 0.2;
}

.xgl-spinner::before {
  content: "\e450";
}

.xgl-split::before {
  content: "\e451";
}

.xgl-split_all::before {
  content: "\ec65";
}

.xgl-split_all_alt::before {
  content: "\ec66";
}

.xgl-split_all_two_tone::before {
  content: "\ec65";
}

.xgl-split_all_two_tone::after {
  content: "\ec66";
  opacity: 0.2;
}

.xgl-split_fit::before {
  content: "\ec63";
}

.xgl-split_fit_alt::before {
  content: "\ec64";
}

.xgl-split_fit_two_tone::before {
  content: "\ec63";
}

.xgl-split_fit_two_tone::after {
  content: "\ec64";
  opacity: 0.2;
}

.xgl-spread::before {
  content: "\e900";
}

.xgl-spread_alt::before {
  content: "\e912";
}

.xgl-spread_two_tone::before {
  content: "\e900";
}

.xgl-spread_two_tone::after {
  content: "\e912";
  opacity: 0.2;
}

.xgl-springboard::before {
  content: "\e452";
}

.xgl-springboard_alt::before {
  content: "\e453";
}

.xgl-springboard_two_tone::before {
  content: "\e452";
}

.xgl-springboard_two_tone::after {
  content: "\e453";
  opacity: 0.2;
}

.xgl-square_bkgd::before {
  content: "\e454";
}

.xgl-stamp::before {
  content: "\ec04";
}

.xgl-stamp_alt::before {
  content: "\ec05";
}

.xgl-stamp_prohibit::before {
  content: "\ec03";
}

.xgl-stamp_prohibit_alt::before {
  content: "\ec06";
}

.xgl-stamp_prohibit_two_tone::before {
  content: "\ec03";
}

.xgl-stamp_prohibit_two_tone::after {
  content: "\ec06";
  opacity: 0.2;
}

.xgl-stamp_two_tone::before {
  content: "\ec04";
}

.xgl-stamp_two_tone::after {
  content: "\ec05";
  opacity: 0.2;
}

.xgl-staple_horizontal_top::before {
  content: "\e455";
}

.xgl-staple_jam::before {
  content: "\e791";
}

.xgl-staple_none::before {
  content: "\e456";
}

.xgl-staple_two_horizontal_top::before {
  content: "\e457";
}

.xgl-staple_two_vertical_left::before {
  content: "\e458";
}

.xgl-staple_two_vertical_right::before {
  content: "\e459";
}

.xgl-staple_upper_left::before {
  content: "\e45a";
}

.xgl-staple_upper_right::before {
  content: "\e45b";
}

.xgl-staple_vertical_left::before {
  content: "\e45c";
}

.xgl-staple_vertical_right::before {
  content: "\e45d";
}

.xgl-stapling::before {
  content: "\e45e";
}

.xgl-stapling_alt::before {
  content: "\e45f";
}

.xgl-stapling_disabled::before {
  content: "\e9bd";
}

.xgl-stapling_disabled_alt::before {
  content: "\e9be";
}

.xgl-stapling_disabled_two_tone::before {
  content: "\e9bd";
}

.xgl-stapling_disabled_two_tone::after {
  content: "\e9be";
  opacity: 0.2;
}

.xgl-stapling_two_tone::before {
  content: "\e45e";
}

.xgl-stapling_two_tone::after {
  content: "\e45f";
  opacity: 0.2;
}

.xgl-star::before {
  content: "\e460";
}

.xgl-star_add::before {
  content: "\e8c5";
}

.xgl-star_add_alt::before {
  content: "\e8c6";
}

.xgl-star_add_two_tone::before {
  content: "\e8c5";
}

.xgl-star_add_two_tone::after {
  content: "\e8c6";
  opacity: 0.2;
}

.xgl-star_alt::before {
  content: "\e461";
}

.xgl-star_disabled::before {
  content: "\e462";
}

.xgl-star_disabled_alt::before {
  content: "\e463";
}

.xgl-star_disabled_two_tone::before {
  content: "\e462";
}

.xgl-star_disabled_two_tone::after {
  content: "\e463";
  opacity: 0.2;
}

.xgl-star_half::before {
  content: "\e464";
}

.xgl-star_half_rtl::before {
  content: "\e3e7";
}

.xgl-star_half_rtl_two_tone::before {
  content: "\e3e7";
}

.xgl-star_half_rtl_two_tone::after {
  content: "\e461";
  opacity: 0.2;
}

.xgl-star_half_two_tone::before {
  content: "\e464";
}

.xgl-star_half_two_tone::after {
  content: "\e461";
  opacity: 0.2;
}

.xgl-star_subtract::before {
  content: "\e8c7";
}

.xgl-star_subtract_alt::before {
  content: "\e8c8";
}

.xgl-star_subtract_two_tone::before {
  content: "\e8c7";
}

.xgl-star_subtract_two_tone::after {
  content: "\e8c8";
  opacity: 0.2;
}

.xgl-star_two_tone::before {
  content: "\e460";
}

.xgl-star_two_tone::after {
  content: "\e461";
  opacity: 0.2;
}

.xgl-starburst::before {
  content: "\e465";
}

.xgl-starburst_alt::before {
  content: "\e466";
}

.xgl-starburst_two_tone::before {
  content: "\e465";
}

.xgl-starburst_two_tone::after {
  content: "\e466";
  opacity: 0.2;
}

.xgl-start::before {
  content: "\e467";
}

.xgl-start_alt::before {
  content: "\e468";
}

.xgl-start_two_tone::before {
  content: "\e467";
}

.xgl-start_two_tone::after {
  content: "\e468";
  opacity: 0.2;
}

.xgl-startup_page::before {
  content: "\ebfb";
}

.xgl-startup_page_alt::before {
  content: "\ebfc";
}

.xgl-startup_page_two_tone::before {
  content: "\ebfb";
}

.xgl-startup_page_two_tone::after {
  content: "\ebfc";
  opacity: 0.2;
}

.xgl-stethoscope::before {
  content: "\e61f";
}

.xgl-sticky_note::before {
  content: "\e62d";
}

.xgl-sticky_note_alt::before {
  content: "\e62e";
}

.xgl-sticky_note_two_tone::before {
  content: "\e62d";
}

.xgl-sticky_note_two_tone::after {
  content: "\e62e";
  opacity: 0.2;
}

.xgl-stop::before {
  content: "\e469";
}

.xgl-stop_action::before {
  content: "\e63e";
}

.xgl-stop_action_two_tone::before {
  content: "\e63e";
}

.xgl-stop_action_two_tone::after {
  content: "\e0df";
  opacity: 0.2;
}

.xgl-stop_alt::before {
  content: "\e46a";
}

.xgl-stop_two_tone::before {
  content: "\e469";
}

.xgl-stop_two_tone::after {
  content: "\e46a";
  opacity: 0.2;
}

.xgl-stopwatch::before {
  content: "\e46b";
}

.xgl-stopwatch_alt::before {
  content: "\e46c";
}

.xgl-stopwatch_empty::before {
  content: "\ec9b";
}

.xgl-stopwatch_empty_alt::before {
  content: "\ec9c";
}

.xgl-stopwatch_empty_two_tone::before {
  content: "\ec9b";
}

.xgl-stopwatch_empty_two_tone::after {
  content: "\ec9c";
  opacity: 0.2;
}

.xgl-stopwatch_two_tone::before {
  content: "\e46b";
}

.xgl-stopwatch_two_tone::after {
  content: "\e46c";
  opacity: 0.2;
}

.xgl-store::before {
  content: "\e46d";
}

.xgl-store_alt::before {
  content: "\e46e";
}

.xgl-store_two_tone::before {
  content: "\e46d";
}

.xgl-store_two_tone::after {
  content: "\e46e";
  opacity: 0.2;
}

.xgl-straighten::before {
  content: "\e46f";
}

.xgl-straighten_alt::before {
  content: "\eae4";
}

.xgl-straighten_two_tone::before {
  content: "\e46f";
}

.xgl-straighten_two_tone::after {
  content: "\eae4";
  opacity: 0.2;
}

.xgl-strikethrough::before {
  content: "\e470";
}

.xgl-submit_file::before {
  content: "\e471";
}

.xgl-submit_file_alt::before {
  content: "\e472";
}

.xgl-submit_file_rtl::before {
  content: "\e5b2";
}

.xgl-submit_file_rtl_alt::before {
  content: "\e5b3";
}

.xgl-submit_file_rtl_two_tone::before {
  content: "\e5b2";
}

.xgl-submit_file_rtl_two_tone::after {
  content: "\e5b3";
  opacity: 0.2;
}

.xgl-submit_file_two_tone::before {
  content: "\e471";
}

.xgl-submit_file_two_tone::after {
  content: "\e472";
  opacity: 0.2;
}

.xgl-subscript::before {
  content: "\e5ba";
}

.xgl-subtask::before {
  content: "\e9bf";
}

.xgl-subtask_alt::before {
  content: "\e9c0";
}

.xgl-subtask_two_tone::before {
  content: "\e9bf";
}

.xgl-subtask_two_tone::after {
  content: "\e9c0";
  opacity: 0.2;
}

.xgl-subtract_circle::before {
  content: "\e473";
}

.xgl-subtract_circle_alt::before {
  content: "\e474";
}

.xgl-subtract_circle_two_tone::before {
  content: "\e473";
}

.xgl-subtract_circle_two_tone::after {
  content: "\e474";
  opacity: 0.2;
}

.xgl-subtract_square::before {
  content: "\e475";
}

.xgl-subtract_square_alt::before {
  content: "\e476";
}

.xgl-subtract_square_two_tone::before {
  content: "\e475";
}

.xgl-subtract_square_two_tone::after {
  content: "\e476";
  opacity: 0.2;
}

.xgl-success::before {
  content: "\e9c1";
}

.xgl-success_alt::before {
  content: "\e9c2";
}

.xgl-success_stack_bkgd::before {
  content: "\e9c3";
}

.xgl-success_stack_frgd::before {
  content: "\e9c4";
}

.xgl-success_stack_mdgd::before {
  content: "\e9c5";
}

.xgl-success_two_tone::before {
  content: "\e9c1";
}

.xgl-success_two_tone::after {
  content: "\e9c2";
  opacity: 0.2;
}

.xgl-suggestion::before {
  content: "\ead8";
}

.xgl-suggestion_alt::before {
  content: "\ead9";
}

.xgl-suggestion_email::before {
  content: "\eae0";
}

.xgl-suggestion_email_alt::before {
  content: "\eae1";
}

.xgl-suggestion_email_two_tone::before {
  content: "\eae0";
}

.xgl-suggestion_email_two_tone::after {
  content: "\eae1";
  opacity: 0.2;
}

.xgl-suggestion_file::before {
  content: "\eada";
}

.xgl-suggestion_file_alt::before {
  content: "\eadb";
}

.xgl-suggestion_file_two_tone::before {
  content: "\eada";
}

.xgl-suggestion_file_two_tone::after {
  content: "\eadb";
  opacity: 0.2;
}

.xgl-suggestion_manage::before {
  content: "\ec73";
}

.xgl-suggestion_manage_alt::before {
  content: "\ec74";
}

.xgl-suggestion_manage_two_tone::before {
  content: "\ec73";
}

.xgl-suggestion_manage_two_tone::after {
  content: "\ec74";
  opacity: 0.2;
}

.xgl-suggestion_phone::before {
  content: "\eade";
}

.xgl-suggestion_phone_alt::before {
  content: "\eadf";
}

.xgl-suggestion_phone_two_tone::before {
  content: "\eade";
}

.xgl-suggestion_phone_two_tone::after {
  content: "\eadf";
  opacity: 0.2;
}

.xgl-suggestion_scan::before {
  content: "\eadc";
}

.xgl-suggestion_scan_alt::before {
  content: "\eadd";
}

.xgl-suggestion_scan_two_tone::before {
  content: "\eadc";
}

.xgl-suggestion_scan_two_tone::after {
  content: "\eadd";
  opacity: 0.2;
}

.xgl-suggestion_two_tone::before {
  content: "\ead8";
}

.xgl-suggestion_two_tone::after {
  content: "\ead9";
  opacity: 0.2;
}

.xgl-sunburst::before {
  content: "\e927";
}

.xgl-sunburst_alt::before {
  content: "\e928";
}

.xgl-sunburst_compare::before {
  content: "\e92b";
}

.xgl-sunburst_compare_alt::before {
  content: "\e92c";
}

.xgl-sunburst_compare_two_tone::before {
  content: "\e92b";
}

.xgl-sunburst_compare_two_tone::after {
  content: "\e92c";
  opacity: 0.2;
}

.xgl-sunburst_progress::before {
  content: "\e929";
}

.xgl-sunburst_progress_alt::before {
  content: "\e92a";
}

.xgl-sunburst_progress_two_tone::before {
  content: "\e929";
}

.xgl-sunburst_progress_two_tone::after {
  content: "\e92a";
  opacity: 0.2;
}

.xgl-sunburst_two_tone::before {
  content: "\e927";
}

.xgl-sunburst_two_tone::after {
  content: "\e928";
  opacity: 0.2;
}

.xgl-sunshine::before {
  content: "\e477";
}

.xgl-sunshine_alt::before {
  content: "\e478";
}

.xgl-sunshine_two_tone::before {
  content: "\e477";
}

.xgl-sunshine_two_tone::after {
  content: "\e478";
  opacity: 0.2;
}

.xgl-superscript::before {
  content: "\e5b9";
}

.xgl-support::before {
  content: "\e479";
}

.xgl-support_alt::before {
  content: "\e47a";
}

.xgl-support_two_tone::before {
  content: "\e479";
}

.xgl-support_two_tone::after {
  content: "\e47a";
  opacity: 0.2;
}

.xgl-swipe_card::before {
  content: "\e47b";
}

.xgl-swipe_card_two_tone::before {
  content: "\e47b";
}

.xgl-swipe_card_two_tone::after {
  content: "\ec80";
  opacity: 0.2;
}

.xgl-sync::before {
  content: "\e47c";
}

.xgl-sync_alert::before {
  content: "\e47d";
}

.xgl-sync_check::before {
  content: "\e47e";
}

.xgl-sync_fault::before {
  content: "\e47f";
}

.xgl-tab_backward::before {
  content: "\e480";
}

.xgl-tab_forward::before {
  content: "\e481";
}

.xgl-tables::before {
  content: "\e482";
}

.xgl-tables_alt::before {
  content: "\e483";
}

.xgl-tables_two_tone::before {
  content: "\e482";
}

.xgl-tables_two_tone::after {
  content: "\e483";
  opacity: 0.2;
}

.xgl-tablet::before {
  content: "\e484";
}

.xgl-tablet_alt::before {
  content: "\e485";
}

.xgl-tablet_two_tone::before {
  content: "\e484";
}

.xgl-tablet_two_tone::after {
  content: "\e485";
  opacity: 0.2;
}

.xgl-tag::before {
  content: "\e486";
}

.xgl-tag_alt::before {
  content: "\e487";
}

.xgl-tag_two_tone::before {
  content: "\e486";
}

.xgl-tag_two_tone::after {
  content: "\e487";
  opacity: 0.2;
}

.xgl-tags::before {
  content: "\e488";
}

.xgl-tags_alt::before {
  content: "\e489";
}

.xgl-tags_two_tone::before {
  content: "\e488";
}

.xgl-tags_two_tone::after {
  content: "\e489";
  opacity: 0.2;
}

.xgl-tap::before {
  content: "\e48a";
}

.xgl-tap_alt::before {
  content: "\e48b";
}

.xgl-tap_down::before {
  content: "\e48c";
}

.xgl-tap_down_alt::before {
  content: "\e48d";
}

.xgl-tap_down_two_tone::before {
  content: "\e48c";
}

.xgl-tap_down_two_tone::after {
  content: "\e48d";
  opacity: 0.2;
}

.xgl-tap_left::before {
  content: "\e48e";
}

.xgl-tap_left_alt::before {
  content: "\e48f";
}

.xgl-tap_left_two_tone::before {
  content: "\e48e";
}

.xgl-tap_left_two_tone::after {
  content: "\e48f";
  opacity: 0.2;
}

.xgl-tap_right::before {
  content: "\e490";
}

.xgl-tap_right_alt::before {
  content: "\e491";
}

.xgl-tap_right_two_tone::before {
  content: "\e490";
}

.xgl-tap_right_two_tone::after {
  content: "\e491";
  opacity: 0.2;
}

.xgl-tap_two::before {
  content: "\e651";
}

.xgl-tap_two_alt::before {
  content: "\e652";
}

.xgl-tap_two_tone::before {
  content: "\e48a";
}

.xgl-tap_two_tone::after {
  content: "\e48b";
  opacity: 0.2;
}

.xgl-tap_two_two_tone::before {
  content: "\e651";
}

.xgl-tap_two_two_tone::after {
  content: "\e652";
  opacity: 0.2;
}

.xgl-tap_up::before {
  content: "\e492";
}

.xgl-tap_up_alt::before {
  content: "\e493";
}

.xgl-tap_up_two_tone::before {
  content: "\e492";
}

.xgl-tap_up_two_tone::after {
  content: "\e493";
  opacity: 0.2;
}

.xgl-target::before {
  content: "\e494";
}

.xgl-target_two_tone::before {
  content: "\e494";
}

.xgl-target_two_tone::after {
  content: "\e0df";
  opacity: 0.2;
}

.xgl-team::before {
  content: "\e495";
}

.xgl-team_alt::before {
  content: "\e496";
}

.xgl-team_two_tone::before {
  content: "\e495";
}

.xgl-team_two_tone::after {
  content: "\e496";
  opacity: 0.2;
}

.xgl-teamwork::before {
  content: "\e8d1";
}

.xgl-teamwork_alt::before {
  content: "\e8d2";
}

.xgl-teamwork_two_tone::before {
  content: "\e8d1";
}

.xgl-teamwork_two_tone::after {
  content: "\e8d2";
  opacity: 0.2;
}

.xgl-template_update::before {
  content: "\ebf3";
}

.xgl-template_update_alt::before {
  content: "\ebf4";
}

.xgl-template_update_two_tone::before {
  content: "\ebf3";
}

.xgl-template_update_two_tone::after {
  content: "\ebf4";
  opacity: 0.2;
}

.xgl-terms::before {
  content: "\e497";
}

.xgl-terms_alt::before {
  content: "\e498";
}

.xgl-terms_two_tone::before {
  content: "\e497";
}

.xgl-terms_two_tone::after {
  content: "\e498";
  opacity: 0.2;
}

.xgl-text::before {
  content: "\e499";
}

.xgl-text_align_left::before {
  content: "\e49a";
}

.xgl-text_align_right::before {
  content: "\e49b";
}

.xgl-text_box::before {
  content: "\e49c";
}

.xgl-text_box_alt::before {
  content: "\e7aa";
}

.xgl-text_box_two_tone::before {
  content: "\e49c";
}

.xgl-text_box_two_tone::after {
  content: "\e7aa";
  opacity: 0.2;
}

.xgl-text_lines_square::before {
  content: "\e49d";
}

.xgl-text_lines_square_alt::before {
  content: "\e49e";
}

.xgl-text_lines_square_rtl::before {
  content: "\e5a9";
}

.xgl-text_lines_square_rtl_alt::before {
  content: "\e5a8";
}

.xgl-text_lines_square_rtl_two_tone::before {
  content: "\e5a9";
}

.xgl-text_lines_square_rtl_two_tone::after {
  content: "\e5a8";
  opacity: 0.2;
}

.xgl-text_lines_square_two_tone::before {
  content: "\e49d";
}

.xgl-text_lines_square_two_tone::after {
  content: "\e49e";
  opacity: 0.2;
}

.xgl-text_square::before {
  content: "\e49f";
}

.xgl-text_square_alt::before {
  content: "\e4a0";
}

.xgl-text_square_two_tone::before {
  content: "\e49f";
}

.xgl-text_square_two_tone::after {
  content: "\e4a0";
  opacity: 0.2;
}

.xgl-thermometer::before {
  content: "\eac0";
}

.xgl-thermometer_alt::before {
  content: "\eac1";
}

.xgl-thermometer_two_tone::before {
  content: "\eac0";
}

.xgl-thermometer_two_tone::after {
  content: "\eac1";
  opacity: 0.2;
}

.xgl-three_free_staple::before {
  content: "\eb36";
}

.xgl-three_free_staple_alt::before {
  content: "\eb37";
}

.xgl-three_free_staple_two_tone::before {
  content: "\eb36";
}

.xgl-three_free_staple_two_tone::after {
  content: "\eb37";
  opacity: 0.2;
}

.xgl-three_holes_bottom_l::before {
  content: "\e8f3";
}

.xgl-three_holes_bottom_l_alt::before {
  content: "\e8f4";
}

.xgl-three_holes_bottom_l_two_tone::before {
  content: "\e8f3";
}

.xgl-three_holes_bottom_l_two_tone::after {
  content: "\e8f4";
  opacity: 0.2;
}

.xgl-three_holes_bottom_p::before {
  content: "\e8f5";
}

.xgl-three_holes_bottom_p_alt::before {
  content: "\e8f6";
}

.xgl-three_holes_bottom_p_two_tone::before {
  content: "\e8f5";
}

.xgl-three_holes_bottom_p_two_tone::after {
  content: "\e8f6";
  opacity: 0.2;
}

.xgl-three_holes_left_l::before {
  content: "\e4a1";
}

.xgl-three_holes_left_l_alt::before {
  content: "\e754";
}

.xgl-three_holes_left_l_two_tone::before {
  content: "\e4a1";
}

.xgl-three_holes_left_l_two_tone::after {
  content: "\e754";
  opacity: 0.2;
}

.xgl-three_holes_left_p::before {
  content: "\e4a2";
}

.xgl-three_holes_left_p_alt::before {
  content: "\e755";
}

.xgl-three_holes_left_p_two_tone::before {
  content: "\e4a2";
}

.xgl-three_holes_left_p_two_tone::after {
  content: "\e755";
  opacity: 0.2;
}

.xgl-three_holes_right_l::before {
  content: "\e4a3";
}

.xgl-three_holes_right_l_alt::before {
  content: "\e756";
}

.xgl-three_holes_right_l_two_tone::before {
  content: "\e4a3";
}

.xgl-three_holes_right_l_two_tone::after {
  content: "\e756";
  opacity: 0.2;
}

.xgl-three_holes_right_p::before {
  content: "\e4a4";
}

.xgl-three_holes_right_p_alt::before {
  content: "\e757";
}

.xgl-three_holes_right_p_two_tone::before {
  content: "\e4a4";
}

.xgl-three_holes_right_p_two_tone::after {
  content: "\e757";
  opacity: 0.2;
}

.xgl-three_holes_top_l::before {
  content: "\e4a5";
}

.xgl-three_holes_top_l_alt::before {
  content: "\e758";
}

.xgl-three_holes_top_l_two_tone::before {
  content: "\e4a5";
}

.xgl-three_holes_top_l_two_tone::after {
  content: "\e758";
  opacity: 0.2;
}

.xgl-three_holes_top_p::before {
  content: "\e4a6";
}

.xgl-three_holes_top_p_alt::before {
  content: "\e759";
}

.xgl-three_holes_top_p_two_tone::before {
  content: "\e4a6";
}

.xgl-three_holes_top_p_two_tone::after {
  content: "\e759";
  opacity: 0.2;
}

.xgl-three_round_tile::before {
  content: "\e9d7";
}

.xgl-three_round_tile_alt::before {
  content: "\e9d8";
}

.xgl-three_round_tile_two_tone::before {
  content: "\e9d7";
}

.xgl-three_round_tile_two_tone::after {
  content: "\e9d8";
  opacity: 0.2;
}

.xgl-three_staple::before {
  content: "\eb34";
}

.xgl-three_staple_alt::before {
  content: "\eb35";
}

.xgl-three_staple_two_tone::before {
  content: "\eb34";
}

.xgl-three_staple_two_tone::after {
  content: "\eb35";
  opacity: 0.2;
}

.xgl-thumb_drive::before {
  content: "\e4a7";
}

.xgl-thumb_drive_alt::before {
  content: "\e4a8";
}

.xgl-thumb_drive_two_tone::before {
  content: "\e4a7";
}

.xgl-thumb_drive_two_tone::after {
  content: "\e4a8";
  opacity: 0.2;
}

.xgl-thumbnail_reorder::before {
  content: "\e4a9";
}

.xgl-thumbnail_strip_four::before {
  content: "\e67f";
}

.xgl-thumbnail_strip_four_alt::before {
  content: "\e680";
}

.xgl-thumbnail_strip_four_two_tone::before {
  content: "\e67f";
}

.xgl-thumbnail_strip_four_two_tone::after {
  content: "\e680";
  opacity: 0.2;
}

.xgl-thumbnail_strip_two::before {
  content: "\e681";
}

.xgl-thumbnail_strip_two_alt::before {
  content: "\e682";
}

.xgl-thumbnail_strip_two_two_tone::before {
  content: "\e681";
}

.xgl-thumbnail_strip_two_two_tone::after {
  content: "\e682";
  opacity: 0.2;
}

.xgl-thumbnail_text::before {
  content: "\e4aa";
}

.xgl-thumbnail_text_alt::before {
  content: "\e4ab";
}

.xgl-thumbnail_text_two_tone::before {
  content: "\e4aa";
}

.xgl-thumbnail_text_two_tone::after {
  content: "\e4ab";
  opacity: 0.2;
}

.xgl-thumbnails::before {
  content: "\e4ac";
}

.xgl-thumbnails_alt::before {
  content: "\e4ad";
}

.xgl-thumbnails_six::before {
  content: "\e4ae";
}

.xgl-thumbnails_six_alt::before {
  content: "\e4af";
}

.xgl-thumbnails_six_two_tone::before {
  content: "\e4ae";
}

.xgl-thumbnails_six_two_tone::after {
  content: "\e4af";
  opacity: 0.2;
}

.xgl-thumbnails_two_tone::before {
  content: "\e4ac";
}

.xgl-thumbnails_two_tone::after {
  content: "\e4ad";
  opacity: 0.2;
}

.xgl-thumbs_down::before {
  content: "\e4b0";
}

.xgl-thumbs_down_alt::before {
  content: "\e4b1";
}

.xgl-thumbs_down_two_tone::before {
  content: "\e4b0";
}

.xgl-thumbs_down_two_tone::after {
  content: "\e4b1";
  opacity: 0.2;
}

.xgl-thumbs_up::before {
  content: "\e4b2";
}

.xgl-thumbs_up_alt::before {
  content: "\e4b3";
}

.xgl-thumbs_up_two_tone::before {
  content: "\e4b2";
}

.xgl-thumbs_up_two_tone::after {
  content: "\e4b3";
  opacity: 0.2;
}

.xgl-ticket::before {
  content: "\e4b4";
}

.xgl-ticket_alt::before {
  content: "\e4b5";
}

.xgl-ticket_two_tone::before {
  content: "\e4b4";
}

.xgl-ticket_two_tone::after {
  content: "\e4b5";
  opacity: 0.2;
}

.xgl-time_off::before {
  content: "\ea84";
}

.xgl-time_off_alt::before {
  content: "\ea85";
}

.xgl-time_off_two_tone::before {
  content: "\ea84";
}

.xgl-time_off_two_tone::after {
  content: "\ea85";
  opacity: 0.2;
}

.xgl-timer_start::before {
  content: "\ebfd";
}

.xgl-timer_start_alt::before {
  content: "\ebfe";
}

.xgl-timer_start_two_tone::before {
  content: "\ebfd";
}

.xgl-timer_start_two_tone::after {
  content: "\ebfe";
  opacity: 0.2;
}

.xgl-timezone::before {
  content: "\ebef";
}

.xgl-timezone_alt::before {
  content: "\ebf0";
}

.xgl-timezone_two_tone::before {
  content: "\ebef";
}

.xgl-timezone_two_tone::after {
  content: "\ebf0";
  opacity: 0.2;
}

.xgl-toggles::before {
  content: "\e4b6";
}

.xgl-toggles_alt::before {
  content: "\e4b7";
}

.xgl-toggles_disabled::before {
  content: "\ea7d";
}

.xgl-toggles_disabled_alt::before {
  content: "\ea7e";
}

.xgl-toggles_disabled_two_tone::before {
  content: "\ea7d";
}

.xgl-toggles_disabled_two_tone::after {
  content: "\ea7e";
  opacity: 0.2;
}

.xgl-toggles_two_tone::before {
  content: "\e4b6";
}

.xgl-toggles_two_tone::after {
  content: "\e4b7";
  opacity: 0.2;
}

.xgl-toner::before {
  content: "\e4b8";
}

.xgl-toner_add::before {
  content: "\e792";
}

.xgl-toner_add_two_tone::before {
  content: "\e792";
}

.xgl-toner_add_two_tone::after {
  content: "\ea7f";
  opacity: 0.2;
}

.xgl-toner_black::before {
  content: "\e813";
}

.xgl-toner_black_two_tone::before {
  content: "\e813";
}

.xgl-toner_black_two_tone::after {
  content: "\ea7f";
  opacity: 0.2;
}

.xgl-toner_blue::before {
  content: "\e81d";
}

.xgl-toner_blue_two_tone::before {
  content: "\e81d";
}

.xgl-toner_blue_two_tone::after {
  content: "\ea7f";
  opacity: 0.2;
}

.xgl-toner_c::before {
  content: "\e65f";
}

.xgl-toner_c_alt::before {
  content: "\e660";
}

.xgl-toner_c_two_tone::before {
  content: "\e65f";
}

.xgl-toner_c_two_tone::after {
  content: "\e660";
  opacity: 0.2;
}

.xgl-toner_clear::before {
  content: "\e81e";
}

.xgl-toner_clear_two_tone::before {
  content: "\e81e";
}

.xgl-toner_clear_two_tone::after {
  content: "\ea7f";
  opacity: 0.2;
}

.xgl-toner_cyan::before {
  content: "\e810";
}

.xgl-toner_cyan_two_tone::before {
  content: "\e810";
}

.xgl-toner_cyan_two_tone::after {
  content: "\ea7f";
  opacity: 0.2;
}

.xgl-toner_ember_gold::before {
  content: "\e821";
}

.xgl-toner_ember_gold_two_tone::before {
  content: "\e821";
}

.xgl-toner_ember_gold_two_tone::after {
  content: "\ea7f";
  opacity: 0.2;
}

.xgl-toner_fifty::before {
  content: "\e816";
}

.xgl-toner_full::before {
  content: "\e814";
}

.xgl-toner_gold::before {
  content: "\e81f";
}

.xgl-toner_gold_two_tone::before {
  content: "\e81f";
}

.xgl-toner_gold_two_tone::after {
  content: "\ea7f";
  opacity: 0.2;
}

.xgl-toner_green::before {
  content: "\e818";
}

.xgl-toner_green_two_tone::before {
  content: "\e818";
}

.xgl-toner_green_two_tone::after {
  content: "\ea7f";
  opacity: 0.2;
}

.xgl-toner_k::before {
  content: "\e665";
}

.xgl-toner_k_alt::before {
  content: "\e666";
}

.xgl-toner_k_two_tone::before {
  content: "\e665";
}

.xgl-toner_k_two_tone::after {
  content: "\e666";
  opacity: 0.2;
}

.xgl-toner_m::before {
  content: "\e661";
}

.xgl-toner_m_alt::before {
  content: "\e662";
}

.xgl-toner_m_two_tone::before {
  content: "\e661";
}

.xgl-toner_m_two_tone::after {
  content: "\e662";
  opacity: 0.2;
}

.xgl-toner_magenta::before {
  content: "\e811";
}

.xgl-toner_magenta_two_tone::before {
  content: "\e811";
}

.xgl-toner_magenta_two_tone::after {
  content: "\ea7f";
  opacity: 0.2;
}

.xgl-toner_orange::before {
  content: "\e81b";
}

.xgl-toner_orange_two_tone::before {
  content: "\e81b";
}

.xgl-toner_orange_two_tone::after {
  content: "\ea7f";
  opacity: 0.2;
}

.xgl-toner_purple::before {
  content: "\e81c";
}

.xgl-toner_purple_two_tone::before {
  content: "\e81c";
}

.xgl-toner_purple_two_tone::after {
  content: "\ea7f";
  opacity: 0.2;
}

.xgl-toner_red::before {
  content: "\e81a";
}

.xgl-toner_red_two_tone::before {
  content: "\e81a";
}

.xgl-toner_red_two_tone::after {
  content: "\ea7f";
  opacity: 0.2;
}

.xgl-toner_save::before {
  content: "\e793";
}

.xgl-toner_save_two_tone::before {
  content: "\e793";
}

.xgl-toner_save_two_tone::after {
  content: "\ea7f";
  opacity: 0.2;
}

.xgl-toner_seventy_five::before {
  content: "\e815";
}

.xgl-toner_silver::before {
  content: "\e820";
}

.xgl-toner_silver_two_tone::before {
  content: "\e820";
}

.xgl-toner_silver_two_tone::after {
  content: "\ea7f";
  opacity: 0.2;
}

.xgl-toner_square::before {
  content: "\e4b9";
}

.xgl-toner_square_alt::before {
  content: "\e4ba";
}

.xgl-toner_square_two_tone::before {
  content: "\e4b9";
}

.xgl-toner_square_two_tone::after {
  content: "\e4ba";
  opacity: 0.2;
}

.xgl-toner_twenty_five::before {
  content: "\e817";
}

.xgl-toner_white::before {
  content: "\e819";
}

.xgl-toner_white_two_tone::before {
  content: "\e819";
}

.xgl-toner_white_two_tone::after {
  content: "\ea7f";
  opacity: 0.2;
}

.xgl-toner_y::before {
  content: "\e663";
}

.xgl-toner_y_alt::before {
  content: "\e664";
}

.xgl-toner_y_two_tone::before {
  content: "\e663";
}

.xgl-toner_y_two_tone::after {
  content: "\e664";
  opacity: 0.2;
}

.xgl-toner_yellow::before {
  content: "\e812";
}

.xgl-toner_yellow_two_tone::before {
  content: "\e812";
}

.xgl-toner_yellow_two_tone::after {
  content: "\ea7f";
  opacity: 0.2;
}

.xgl-toolbox::before {
  content: "\e4bb";
}

.xgl-toolbox_alt::before {
  content: "\e4bc";
}

.xgl-toolbox_two_tone::before {
  content: "\e4bb";
}

.xgl-toolbox_two_tone::after {
  content: "\e4bc";
  opacity: 0.2;
}

.xgl-tools::before {
  content: "\e4bd";
}

.xgl-tools_alt::before {
  content: "\e4be";
}

.xgl-tools_two_tone::before {
  content: "\e4bd";
}

.xgl-tools_two_tone::after {
  content: "\e4be";
  opacity: 0.2;
}

.xgl-top::before {
  content: "\e6b4";
}

.xgl-transfer::before {
  content: "\e4bf";
}

.xgl-transfer_lef::before {
  content: "\e4c0";
}

.xgl-transfer_lef_alt::before {
  content: "\e75a";
}

.xgl-transfer_lef_two_tone::before {
  content: "\e4c0";
}

.xgl-transfer_lef_two_tone::after {
  content: "\e75a";
  opacity: 0.2;
}

.xgl-transfer_secure::before {
  content: "\e6a2";
}

.xgl-transfer_sef::before {
  content: "\e4c1";
}

.xgl-transfer_sef_alt::before {
  content: "\e75b";
}

.xgl-transfer_sef_two_tone::before {
  content: "\e4c1";
}

.xgl-transfer_sef_two_tone::after {
  content: "\e75b";
  opacity: 0.2;
}

.xgl-transition::before {
  content: "\ec68";
}

.xgl-transition_alt::before {
  content: "\ec69";
}

.xgl-transition_two_tone::before {
  content: "\ec68";
}

.xgl-transition_two_tone::after {
  content: "\ec69";
  opacity: 0.2;
}

.xgl-translate::before {
  content: "\e8a0";
}

.xgl-translate_alt::before {
  content: "\e8a1";
}

.xgl-translate_two_tone::before {
  content: "\e8a0";
}

.xgl-translate_two_tone::after {
  content: "\e8a1";
  opacity: 0.2;
}

.xgl-transparency_lef::before {
  content: "\e4c2";
}

.xgl-transparency_lef_alt::before {
  content: "\e75c";
}

.xgl-transparency_lef_two_tone::before {
  content: "\e4c2";
}

.xgl-transparency_lef_two_tone::after {
  content: "\e75c";
  opacity: 0.2;
}

.xgl-transparency_sef::before {
  content: "\e4c3";
}

.xgl-transparency_sef_alt::before {
  content: "\e75d";
}

.xgl-transparency_sef_two_tone::before {
  content: "\e4c3";
}

.xgl-transparency_sef_two_tone::after {
  content: "\e75d";
  opacity: 0.2;
}

.xgl-transparency_separator::before {
  content: "\ebf5";
}

.xgl-transparency_separator_alt::before {
  content: "\ebf6";
}

.xgl-transparency_separator_disabled::before {
  content: "\ebf7";
}

.xgl-transparency_separator_disabled_alt::before {
  content: "\ebf8";
}

.xgl-transparency_separator_disabled_two_tone::before {
  content: "\ebf7";
}

.xgl-transparency_separator_disabled_two_tone::after {
  content: "\ebf8";
  opacity: 0.2;
}

.xgl-transparency_separator_printed::before {
  content: "\ebf9";
}

.xgl-transparency_separator_printed_alt::before {
  content: "\ebfa";
}

.xgl-transparency_separator_printed_two_tone::before {
  content: "\ebf9";
}

.xgl-transparency_separator_printed_two_tone::after {
  content: "\ebfa";
  opacity: 0.2;
}

.xgl-transparency_separator_two_tone::before {
  content: "\ebf5";
}

.xgl-transparency_separator_two_tone::after {
  content: "\ebf6";
  opacity: 0.2;
}

.xgl-trash::before {
  content: "\e4c4";
}

.xgl-trash_alt::before {
  content: "\e4c5";
}

.xgl-trash_square::before {
  content: "\e4c6";
}

.xgl-trash_square_alt::before {
  content: "\e4c7";
}

.xgl-trash_square_two_tone::before {
  content: "\e4c6";
}

.xgl-trash_square_two_tone::after {
  content: "\e4c7";
  opacity: 0.2;
}

.xgl-trash_two_tone::before {
  content: "\e4c4";
}

.xgl-trash_two_tone::after {
  content: "\e4c5";
  opacity: 0.2;
}

.xgl-travel::before {
  content: "\e4c8";
}

.xgl-travel_alt::before {
  content: "\e4c9";
}

.xgl-travel_two_tone::before {
  content: "\e4c8";
}

.xgl-travel_two_tone::after {
  content: "\e4c9";
  opacity: 0.2;
}

.xgl-tray_alt::before {
  content: "\e7fc";
}

.xgl-tray_auto::before {
  content: "\e4ca";
}

.xgl-tray_auto_two_tone::before {
  content: "\e4ca";
}

.xgl-tray_auto_two_tone::after {
  content: "\ea7f";
  opacity: 0.2;
}

.xgl-tray_bkgd::before {
  content: "\ea7f";
}

.xgl-tray_eight_empty::before {
  content: "\e4cb";
}

.xgl-tray_eight_empty_two_tone::before {
  content: "\e4cb";
}

.xgl-tray_eight_empty_two_tone::after {
  content: "\ea7f";
  opacity: 0.2;
}

.xgl-tray_eight_fifty::before {
  content: "\e4cc";
}

.xgl-tray_eight_fifty_two_tone::before {
  content: "\e4cc";
}

.xgl-tray_eight_fifty_two_tone::after {
  content: "\ea7f";
  opacity: 0.2;
}

.xgl-tray_eight_full::before {
  content: "\e4cd";
}

.xgl-tray_eight_full_two_tone::before {
  content: "\e4cd";
}

.xgl-tray_eight_full_two_tone::after {
  content: "\ea7f";
  opacity: 0.2;
}

.xgl-tray_eight_inserter_empty::before {
  content: "\e4ce";
}

.xgl-tray_eight_inserter_present::before {
  content: "\e4cf";
}

.xgl-tray_eight_seventy_five::before {
  content: "\e4d0";
}

.xgl-tray_eight_seventy_five_two_tone::before {
  content: "\e4d0";
}

.xgl-tray_eight_seventy_five_two_tone::after {
  content: "\ea7f";
  opacity: 0.2;
}

.xgl-tray_eight_twenty_five::before {
  content: "\e4d1";
}

.xgl-tray_eight_twenty_five_two_tone::before {
  content: "\e4d1";
}

.xgl-tray_eight_twenty_five_two_tone::after {
  content: "\ea7f";
  opacity: 0.2;
}

.xgl-tray_empty::before {
  content: "\e4d2";
}

.xgl-tray_empty_two_tone::before {
  content: "\e4d2";
}

.xgl-tray_empty_two_tone::after {
  content: "\ea7f";
  opacity: 0.2;
}

.xgl-tray_favorite::before {
  content: "\e4d3";
}

.xgl-tray_favorite_two_tone::before {
  content: "\e4d3";
}

.xgl-tray_favorite_two_tone::after {
  content: "\ea7f";
  opacity: 0.2;
}

.xgl-tray_fifty::before {
  content: "\e4d4";
}

.xgl-tray_fifty_two_tone::before {
  content: "\e4d4";
}

.xgl-tray_fifty_two_tone::after {
  content: "\ea7f";
  opacity: 0.2;
}

.xgl-tray_five_bypass_empty::before {
  content: "\e4d5";
}

.xgl-tray_five_bypass_present::before {
  content: "\e4d6";
}

.xgl-tray_five_empty::before {
  content: "\e4d7";
}

.xgl-tray_five_empty_two_tone::before {
  content: "\e4d7";
}

.xgl-tray_five_empty_two_tone::after {
  content: "\ea7f";
  opacity: 0.2;
}

.xgl-tray_five_fifty::before {
  content: "\e4d8";
}

.xgl-tray_five_fifty_two_tone::before {
  content: "\e4d8";
}

.xgl-tray_five_fifty_two_tone::after {
  content: "\ea7f";
  opacity: 0.2;
}

.xgl-tray_five_full::before {
  content: "\e4d9";
}

.xgl-tray_five_full_two_tone::before {
  content: "\e4d9";
}

.xgl-tray_five_full_two_tone::after {
  content: "\ea7f";
  opacity: 0.2;
}

.xgl-tray_five_seventy_five::before {
  content: "\e4da";
}

.xgl-tray_five_seventy_five_two_tone::before {
  content: "\e4da";
}

.xgl-tray_five_seventy_five_two_tone::after {
  content: "\ea7f";
  opacity: 0.2;
}

.xgl-tray_five_twenty_five::before {
  content: "\e4db";
}

.xgl-tray_five_twenty_five_two_tone::before {
  content: "\e4db";
}

.xgl-tray_five_twenty_five_two_tone::after {
  content: "\ea7f";
  opacity: 0.2;
}

.xgl-tray_four_empty::before {
  content: "\e4dc";
}

.xgl-tray_four_empty_two_tone::before {
  content: "\e4dc";
}

.xgl-tray_four_empty_two_tone::after {
  content: "\ea7f";
  opacity: 0.2;
}

.xgl-tray_four_fifty::before {
  content: "\e4dd";
}

.xgl-tray_four_fifty_two_tone::before {
  content: "\e4dd";
}

.xgl-tray_four_fifty_two_tone::after {
  content: "\ea7f";
  opacity: 0.2;
}

.xgl-tray_four_full::before {
  content: "\e4de";
}

.xgl-tray_four_full_two_tone::before {
  content: "\e4de";
}

.xgl-tray_four_full_two_tone::after {
  content: "\ea7f";
  opacity: 0.2;
}

.xgl-tray_four_seventy_five::before {
  content: "\e4df";
}

.xgl-tray_four_seventy_five_two_tone::before {
  content: "\e4df";
}

.xgl-tray_four_seventy_five_two_tone::after {
  content: "\ea7f";
  opacity: 0.2;
}

.xgl-tray_four_twenty_five::before {
  content: "\e4e0";
}

.xgl-tray_four_twenty_five_two_tone::before {
  content: "\e4e0";
}

.xgl-tray_four_twenty_five_two_tone::after {
  content: "\ea7f";
  opacity: 0.2;
}

.xgl-tray_full::before {
  content: "\e4e1";
}

.xgl-tray_full_two_tone::before {
  content: "\e4e1";
}

.xgl-tray_full_two_tone::after {
  content: "\ea7f";
  opacity: 0.2;
}

.xgl-tray_heater::before {
  content: "\ead4";
}

.xgl-tray_heater_alt::before {
  content: "\ead5";
}

.xgl-tray_heater_two_tone::before {
  content: "\ead4";
}

.xgl-tray_heater_two_tone::after {
  content: "\ead5";
  opacity: 0.2;
}

.xgl-tray_level_fifty::before {
  content: "\e824";
}

.xgl-tray_level_full::before {
  content: "\e822";
}

.xgl-tray_level_seventy_five::before {
  content: "\e823";
}

.xgl-tray_level_twenty_five::before {
  content: "\e825";
}

.xgl-tray_nine_empty::before {
  content: "\e896";
}

.xgl-tray_nine_empty_two_tone::before {
  content: "\e896";
}

.xgl-tray_nine_empty_two_tone::after {
  content: "\ea7f";
  opacity: 0.2;
}

.xgl-tray_nine_fifty::before {
  content: "\e897";
}

.xgl-tray_nine_fifty_two_tone::before {
  content: "\e897";
}

.xgl-tray_nine_fifty_two_tone::after {
  content: "\ea7f";
  opacity: 0.2;
}

.xgl-tray_nine_full::before {
  content: "\e898";
}

.xgl-tray_nine_full_two_tone::before {
  content: "\e898";
}

.xgl-tray_nine_full_two_tone::after {
  content: "\ea7f";
  opacity: 0.2;
}

.xgl-tray_nine_seventy_five::before {
  content: "\e899";
}

.xgl-tray_nine_seventy_five_two_tone::before {
  content: "\e899";
}

.xgl-tray_nine_seventy_five_two_tone::after {
  content: "\ea7f";
  opacity: 0.2;
}

.xgl-tray_nine_twenty_five::before {
  content: "\e89a";
}

.xgl-tray_nine_twenty_five_two_tone::before {
  content: "\e89a";
}

.xgl-tray_nine_twenty_five_two_tone::after {
  content: "\ea7f";
  opacity: 0.2;
}

.xgl-tray_one_bypass_empty::before {
  content: "\e4e2";
}

.xgl-tray_one_bypass_present::before {
  content: "\e4e3";
}

.xgl-tray_one_empty::before {
  content: "\e4e4";
}

.xgl-tray_one_empty_two_tone::before {
  content: "\e4e4";
}

.xgl-tray_one_empty_two_tone::after {
  content: "\ea7f";
  opacity: 0.2;
}

.xgl-tray_one_fifty::before {
  content: "\e4e5";
}

.xgl-tray_one_fifty_two_tone::before {
  content: "\e4e5";
}

.xgl-tray_one_fifty_two_tone::after {
  content: "\ea7f";
  opacity: 0.2;
}

.xgl-tray_one_full::before {
  content: "\e4e6";
}

.xgl-tray_one_full_two_tone::before {
  content: "\e4e6";
}

.xgl-tray_one_full_two_tone::after {
  content: "\ea7f";
  opacity: 0.2;
}

.xgl-tray_one_seventy_five::before {
  content: "\e4e7";
}

.xgl-tray_one_seventy_five_two_tone::before {
  content: "\e4e7";
}

.xgl-tray_one_seventy_five_two_tone::after {
  content: "\ea7f";
  opacity: 0.2;
}

.xgl-tray_one_twenty_five::before {
  content: "\e4e8";
}

.xgl-tray_one_twenty_five_two_tone::before {
  content: "\e4e8";
}

.xgl-tray_one_twenty_five_two_tone::after {
  content: "\ea7f";
  opacity: 0.2;
}

.xgl-tray_seven_empty::before {
  content: "\e4e9";
}

.xgl-tray_seven_empty_two_tone::before {
  content: "\e4e9";
}

.xgl-tray_seven_empty_two_tone::after {
  content: "\ea7f";
  opacity: 0.2;
}

.xgl-tray_seven_fifty::before {
  content: "\e4ea";
}

.xgl-tray_seven_fifty_two_tone::before {
  content: "\e4ea";
}

.xgl-tray_seven_fifty_two_tone::after {
  content: "\ea7f";
  opacity: 0.2;
}

.xgl-tray_seven_full::before {
  content: "\e4eb";
}

.xgl-tray_seven_full_two_tone::before {
  content: "\e4eb";
}

.xgl-tray_seven_full_two_tone::after {
  content: "\ea7f";
  opacity: 0.2;
}

.xgl-tray_seven_inserter_empty::before {
  content: "\e4ec";
}

.xgl-tray_seven_inserter_present::before {
  content: "\e4ed";
}

.xgl-tray_seven_seventy_five::before {
  content: "\e4ee";
}

.xgl-tray_seven_seventy_five_two_tone::before {
  content: "\e4ee";
}

.xgl-tray_seven_seventy_five_two_tone::after {
  content: "\ea7f";
  opacity: 0.2;
}

.xgl-tray_seven_twenty_five::before {
  content: "\e4ef";
}

.xgl-tray_seven_twenty_five_two_tone::before {
  content: "\e4ef";
}

.xgl-tray_seven_twenty_five_two_tone::after {
  content: "\ea7f";
  opacity: 0.2;
}

.xgl-tray_seventy_five::before {
  content: "\e4f0";
}

.xgl-tray_seventy_five_two_tone::before {
  content: "\e4f0";
}

.xgl-tray_seventy_five_two_tone::after {
  content: "\ea7f";
  opacity: 0.2;
}

.xgl-tray_six_empty::before {
  content: "\e4f1";
}

.xgl-tray_six_empty_two_tone::before {
  content: "\e4f1";
}

.xgl-tray_six_empty_two_tone::after {
  content: "\ea7f";
  opacity: 0.2;
}

.xgl-tray_six_fifty::before {
  content: "\e4f2";
}

.xgl-tray_six_fifty_two_tone::before {
  content: "\e4f2";
}

.xgl-tray_six_fifty_two_tone::after {
  content: "\ea7f";
  opacity: 0.2;
}

.xgl-tray_six_full::before {
  content: "\e4f3";
}

.xgl-tray_six_full_two_tone::before {
  content: "\e4f3";
}

.xgl-tray_six_full_two_tone::after {
  content: "\ea7f";
  opacity: 0.2;
}

.xgl-tray_six_inserter_empty::before {
  content: "\e4f4";
}

.xgl-tray_six_inserter_present::before {
  content: "\e4f5";
}

.xgl-tray_six_seventy_five::before {
  content: "\e4f6";
}

.xgl-tray_six_seventy_five_two_tone::before {
  content: "\e4f6";
}

.xgl-tray_six_seventy_five_two_tone::after {
  content: "\ea7f";
  opacity: 0.2;
}

.xgl-tray_six_twenty_five::before {
  content: "\e4f7";
}

.xgl-tray_six_twenty_five_two_tone::before {
  content: "\e4f7";
}

.xgl-tray_six_twenty_five_two_tone::after {
  content: "\ea7f";
  opacity: 0.2;
}

.xgl-tray_square::before {
  content: "\e4f8";
}

.xgl-tray_square_alt::before {
  content: "\e4f9";
}

.xgl-tray_square_two_tone::before {
  content: "\e4f8";
}

.xgl-tray_square_two_tone::after {
  content: "\e4f9";
  opacity: 0.2;
}

.xgl-tray_t_one_inserter_empty::before {
  content: "\e89b";
}

.xgl-tray_t_one_inserter_present::before {
  content: "\e89c";
}

.xgl-tray_t_two_inserter_empty::before {
  content: "\e89d";
}

.xgl-tray_t_two_inserter_present::before {
  content: "\e89e";
}

.xgl-tray_three_empty::before {
  content: "\e4fa";
}

.xgl-tray_three_empty_two_tone::before {
  content: "\e4fa";
}

.xgl-tray_three_empty_two_tone::after {
  content: "\ea7f";
  opacity: 0.2;
}

.xgl-tray_three_fifty::before {
  content: "\e4fb";
}

.xgl-tray_three_fifty_two_tone::before {
  content: "\e4fb";
}

.xgl-tray_three_fifty_two_tone::after {
  content: "\ea7f";
  opacity: 0.2;
}

.xgl-tray_three_full::before {
  content: "\e4fc";
}

.xgl-tray_three_full_two_tone::before {
  content: "\e4fc";
}

.xgl-tray_three_full_two_tone::after {
  content: "\ea7f";
  opacity: 0.2;
}

.xgl-tray_three_seventy_five::before {
  content: "\e4fd";
}

.xgl-tray_three_seventy_five_two_tone::before {
  content: "\e4fd";
}

.xgl-tray_three_seventy_five_two_tone::after {
  content: "\ea7f";
  opacity: 0.2;
}

.xgl-tray_three_twenty_five::before {
  content: "\e4fe";
}

.xgl-tray_three_twenty_five_two_tone::before {
  content: "\e4fe";
}

.xgl-tray_three_twenty_five_two_tone::after {
  content: "\ea7f";
  opacity: 0.2;
}

.xgl-tray_twenty_five::before {
  content: "\e4ff";
}

.xgl-tray_twenty_five_two_tone::before {
  content: "\e4ff";
}

.xgl-tray_twenty_five_two_tone::after {
  content: "\ea7f";
  opacity: 0.2;
}

.xgl-tray_two_empty::before {
  content: "\e500";
}

.xgl-tray_two_empty_two_tone::before {
  content: "\e500";
}

.xgl-tray_two_empty_two_tone::after {
  content: "\ea7f";
  opacity: 0.2;
}

.xgl-tray_two_fifty::before {
  content: "\e501";
}

.xgl-tray_two_fifty_two_tone::before {
  content: "\e501";
}

.xgl-tray_two_fifty_two_tone::after {
  content: "\ea7f";
  opacity: 0.2;
}

.xgl-tray_two_full::before {
  content: "\e502";
}

.xgl-tray_two_full_two_tone::before {
  content: "\e502";
}

.xgl-tray_two_full_two_tone::after {
  content: "\ea7f";
  opacity: 0.2;
}

.xgl-tray_two_seventy_five::before {
  content: "\e503";
}

.xgl-tray_two_seventy_five_two_tone::before {
  content: "\e503";
}

.xgl-tray_two_seventy_five_two_tone::after {
  content: "\ea7f";
  opacity: 0.2;
}

.xgl-tray_two_twenty_five::before {
  content: "\e504";
}

.xgl-tray_two_twenty_five_two_tone::before {
  content: "\e504";
}

.xgl-tray_two_twenty_five_two_tone::after {
  content: "\ea7f";
  opacity: 0.2;
}

.xgl-tree::before {
  content: "\ec21";
}

.xgl-tree_alt::before {
  content: "\ec22";
}

.xgl-tree_two_tone::before {
  content: "\ec21";
}

.xgl-tree_two_tone::after {
  content: "\ec22";
  opacity: 0.2;
}

.xgl-tree_view::before {
  content: "\e633";
}

.xgl-tree_view_alt::before {
  content: "\e634";
}

.xgl-tree_view_two_tone::before {
  content: "\e633";
}

.xgl-tree_view_two_tone::after {
  content: "\e634";
  opacity: 0.2;
}

.xgl-triangle::before {
  content: "\ec89";
}

.xgl-triangle_bkgd::before {
  content: "\e505";
}

.xgl-trophy::before {
  content: "\e506";
}

.xgl-trophy_alt::before {
  content: "\e507";
}

.xgl-trophy_two_tone::before {
  content: "\e506";
}

.xgl-trophy_two_tone::after {
  content: "\e507";
  opacity: 0.2;
}

.xgl-troubleshoot::before {
  content: "\eae2";
}

.xgl-troubleshoot_alt::before {
  content: "\eae3";
}

.xgl-troubleshoot_two_tone::before {
  content: "\eae2";
}

.xgl-troubleshoot_two_tone::after {
  content: "\eae3";
  opacity: 0.2;
}

.xgl-truck::before {
  content: "\e508";
}

.xgl-truck_alt::before {
  content: "\e509";
}

.xgl-truck_two_tone::before {
  content: "\e508";
}

.xgl-truck_two_tone::after {
  content: "\e509";
  opacity: 0.2;
}

.xgl-tshirt::before {
  content: "\e50a";
}

.xgl-tshirt_alt::before {
  content: "\e50b";
}

.xgl-tshirt_two_tone::before {
  content: "\e50a";
}

.xgl-tshirt_two_tone::after {
  content: "\e50b";
  opacity: 0.2;
}

.xgl-tulip::before {
  content: "\e50c";
}

.xgl-tulip_alt::before {
  content: "\e50d";
}

.xgl-tulip_two_tone::before {
  content: "\e50c";
}

.xgl-tulip_two_tone::after {
  content: "\e50d";
  opacity: 0.2;
}

.xgl-tv::before {
  content: "\e50e";
}

.xgl-tv_alt::before {
  content: "\e50f";
}

.xgl-tv_two_tone::before {
  content: "\e50e";
}

.xgl-tv_two_tone::after {
  content: "\e50f";
  opacity: 0.2;
}

.xgl-twitter::before {
  content: "\e510";
}

.xgl-twitter_alt::before {
  content: "\ec8b";
}

.xgl-twitter_two_tone::before {
  content: "\e510";
}

.xgl-twitter_two_tone::after {
  content: "\ec8b";
  opacity: 0.2;
}

.xgl-two_free_staple::before {
  content: "\eb2e";
}

.xgl-two_free_staple_alt::before {
  content: "\eb2f";
}

.xgl-two_free_staple_l::before {
  content: "\eb30";
}

.xgl-two_free_staple_l_alt::before {
  content: "\eb31";
}

.xgl-two_free_staple_l_two_tone::before {
  content: "\eb30";
}

.xgl-two_free_staple_l_two_tone::after {
  content: "\eb31";
  opacity: 0.2;
}

.xgl-two_free_staple_p::before {
  content: "\eb32";
}

.xgl-two_free_staple_p_alt::before {
  content: "\eb33";
}

.xgl-two_free_staple_p_two_tone::before {
  content: "\eb32";
}

.xgl-two_free_staple_p_two_tone::after {
  content: "\eb33";
  opacity: 0.2;
}

.xgl-two_free_staple_two_tone::before {
  content: "\eb2e";
}

.xgl-two_free_staple_two_tone::after {
  content: "\eb2f";
  opacity: 0.2;
}

.xgl-two_holes_bottom_l::before {
  content: "\e8ed";
}

.xgl-two_holes_bottom_l_alt::before {
  content: "\e8ee";
}

.xgl-two_holes_bottom_l_two_tone::before {
  content: "\e8ed";
}

.xgl-two_holes_bottom_l_two_tone::after {
  content: "\e8ee";
  opacity: 0.2;
}

.xgl-two_holes_bottom_p::before {
  content: "\e8ef";
}

.xgl-two_holes_bottom_p_alt::before {
  content: "\e8f0";
}

.xgl-two_holes_bottom_p_two_tone::before {
  content: "\e8ef";
}

.xgl-two_holes_bottom_p_two_tone::after {
  content: "\e8f0";
  opacity: 0.2;
}

.xgl-two_holes_left_l::before {
  content: "\e511";
}

.xgl-two_holes_left_l_alt::before {
  content: "\e75e";
}

.xgl-two_holes_left_l_two_tone::before {
  content: "\e511";
}

.xgl-two_holes_left_l_two_tone::after {
  content: "\e75e";
  opacity: 0.2;
}

.xgl-two_holes_left_p::before {
  content: "\e512";
}

.xgl-two_holes_left_p_alt::before {
  content: "\e75f";
}

.xgl-two_holes_left_p_two_tone::before {
  content: "\e512";
}

.xgl-two_holes_left_p_two_tone::after {
  content: "\e75f";
  opacity: 0.2;
}

.xgl-two_holes_right_l::before {
  content: "\e513";
}

.xgl-two_holes_right_l_alt::before {
  content: "\e760";
}

.xgl-two_holes_right_l_two_tone::before {
  content: "\e513";
}

.xgl-two_holes_right_l_two_tone::after {
  content: "\e760";
  opacity: 0.2;
}

.xgl-two_holes_right_p::before {
  content: "\e514";
}

.xgl-two_holes_right_p_alt::before {
  content: "\e761";
}

.xgl-two_holes_right_p_two_tone::before {
  content: "\e514";
}

.xgl-two_holes_right_p_two_tone::after {
  content: "\e761";
  opacity: 0.2;
}

.xgl-two_holes_top_l::before {
  content: "\e515";
}

.xgl-two_holes_top_l_alt::before {
  content: "\e762";
}

.xgl-two_holes_top_l_two_tone::before {
  content: "\e515";
}

.xgl-two_holes_top_l_two_tone::after {
  content: "\e762";
  opacity: 0.2;
}

.xgl-two_holes_top_p::before {
  content: "\e516";
}

.xgl-two_holes_top_p_alt::before {
  content: "\e763";
}

.xgl-two_holes_top_p_two_tone::before {
  content: "\e516";
}

.xgl-two_holes_top_p_two_tone::after {
  content: "\e763";
  opacity: 0.2;
}

.xgl-two_round_tile::before {
  content: "\e9d5";
}

.xgl-two_round_tile_alt::before {
  content: "\e9d6";
}

.xgl-two_round_tile_two_tone::before {
  content: "\e9d5";
}

.xgl-two_round_tile_two_tone::after {
  content: "\e9d6";
  opacity: 0.2;
}

.xgl-two_staple::before {
  content: "\eb2c";
}

.xgl-two_staple_alt::before {
  content: "\eb2d";
}

.xgl-two_staple_two_tone::before {
  content: "\eb2c";
}

.xgl-two_staple_two_tone::after {
  content: "\eb2d";
  opacity: 0.2;
}

.xgl-two_staples_left_l::before {
  content: "\e517";
}

.xgl-two_staples_left_l_alt::before {
  content: "\e764";
}

.xgl-two_staples_left_l_two_tone::before {
  content: "\e517";
}

.xgl-two_staples_left_l_two_tone::after {
  content: "\e764";
  opacity: 0.2;
}

.xgl-two_staples_left_p::before {
  content: "\e518";
}

.xgl-two_staples_left_p_alt::before {
  content: "\e765";
}

.xgl-two_staples_left_p_two_tone::before {
  content: "\e518";
}

.xgl-two_staples_left_p_two_tone::after {
  content: "\e765";
  opacity: 0.2;
}

.xgl-two_staples_right_l::before {
  content: "\e519";
}

.xgl-two_staples_right_l_alt::before {
  content: "\e766";
}

.xgl-two_staples_right_l_two_tone::before {
  content: "\e519";
}

.xgl-two_staples_right_l_two_tone::after {
  content: "\e766";
  opacity: 0.2;
}

.xgl-two_staples_right_p::before {
  content: "\e51a";
}

.xgl-two_staples_right_p_alt::before {
  content: "\e767";
}

.xgl-two_staples_right_p_two_tone::before {
  content: "\e51a";
}

.xgl-two_staples_right_p_two_tone::after {
  content: "\e767";
  opacity: 0.2;
}

.xgl-two_staples_top_l::before {
  content: "\e51b";
}

.xgl-two_staples_top_l_alt::before {
  content: "\e768";
}

.xgl-two_staples_top_l_two_tone::before {
  content: "\e51b";
}

.xgl-two_staples_top_l_two_tone::after {
  content: "\e768";
  opacity: 0.2;
}

.xgl-two_staples_top_p::before {
  content: "\e51c";
}

.xgl-two_staples_top_p_alt::before {
  content: "\e769";
}

.xgl-two_staples_top_p_two_tone::before {
  content: "\e51c";
}

.xgl-two_staples_top_p_two_tone::after {
  content: "\e769";
  opacity: 0.2;
}

.xgl-type_text::before {
  content: "\e7f5";
}

.xgl-type_text_photo::before {
  content: "\e7f4";
}

.xgl-umbrella::before {
  content: "\e620";
}

.xgl-umbrella_alt::before {
  content: "\e621";
}

.xgl-umbrella_two_tone::before {
  content: "\e620";
}

.xgl-umbrella_two_tone::after {
  content: "\e621";
  opacity: 0.2;
}

.xgl-uncoated_lef::before {
  content: "\e51d";
}

.xgl-uncoated_lef_alt::before {
  content: "\e76a";
}

.xgl-uncoated_lef_two_tone::before {
  content: "\e51d";
}

.xgl-uncoated_lef_two_tone::after {
  content: "\e76a";
  opacity: 0.2;
}

.xgl-uncoated_reloaded_lef::before {
  content: "\e51e";
}

.xgl-uncoated_reloaded_lef_alt::before {
  content: "\e76b";
}

.xgl-uncoated_reloaded_lef_two_tone::before {
  content: "\e51e";
}

.xgl-uncoated_reloaded_lef_two_tone::after {
  content: "\e76b";
  opacity: 0.2;
}

.xgl-uncoated_reloaded_sef::before {
  content: "\e51f";
}

.xgl-uncoated_reloaded_sef_alt::before {
  content: "\e76c";
}

.xgl-uncoated_reloaded_sef_two_tone::before {
  content: "\e51f";
}

.xgl-uncoated_reloaded_sef_two_tone::after {
  content: "\e76c";
  opacity: 0.2;
}

.xgl-uncoated_sef::before {
  content: "\e520";
}

.xgl-uncoated_sef_alt::before {
  content: "\e76d";
}

.xgl-uncoated_sef_two_tone::before {
  content: "\e520";
}

.xgl-uncoated_sef_two_tone::after {
  content: "\e76d";
  opacity: 0.2;
}

.xgl-underline::before {
  content: "\e521";
}

.xgl-undo::before {
  content: "\e522";
}

.xgl-undo_square::before {
  content: "\e523";
}

.xgl-undo_square_alt::before {
  content: "\e524";
}

.xgl-undo_square_two_tone::before {
  content: "\e523";
}

.xgl-undo_square_two_tone::after {
  content: "\e524";
  opacity: 0.2;
}

.xgl-unlock::before {
  content: "\e525";
}

.xgl-unlock_alt::before {
  content: "\e526";
}

.xgl-unlock_square::before {
  content: "\e527";
}

.xgl-unlock_square_alt::before {
  content: "\e528";
}

.xgl-unlock_square_two_tone::before {
  content: "\e527";
}

.xgl-unlock_square_two_tone::after {
  content: "\e528";
  opacity: 0.2;
}

.xgl-unlock_two_tone::before {
  content: "\e525";
}

.xgl-unlock_two_tone::after {
  content: "\e526";
  opacity: 0.2;
}

.xgl-unlocked_stack_bkgd::before {
  content: "\ec94";
}

.xgl-unlocked_stack_frgd::before {
  content: "\ec95";
}

.xgl-unlocked_stack_mdgd::before {
  content: "\ec96";
}

.xgl-unsubscribe::before {
  content: "\e9c6";
}

.xgl-unsubscribe_alt::before {
  content: "\e9c7";
}

.xgl-unsubscribe_two_tone::before {
  content: "\e9c6";
}

.xgl-unsubscribe_two_tone::after {
  content: "\e9c7";
  opacity: 0.2;
}

.xgl-up::before {
  content: "\e529";
}

.xgl-up_alt::before {
  content: "\e52a";
}

.xgl-up_square::before {
  content: "\e52b";
}

.xgl-up_square_alt::before {
  content: "\e52c";
}

.xgl-up_square_two_tone::before {
  content: "\e52b";
}

.xgl-up_square_two_tone::after {
  content: "\e52c";
  opacity: 0.2;
}

.xgl-up_two_tone::before {
  content: "\e529";
}

.xgl-up_two_tone::after {
  content: "\e52a";
  opacity: 0.2;
}

.xgl-upload::before {
  content: "\e52d";
}

.xgl-upload_square::before {
  content: "\e52e";
}

.xgl-upload_square_alt::before {
  content: "\e52f";
}

.xgl-upload_square_two_tone::before {
  content: "\e52e";
}

.xgl-upload_square_two_tone::after {
  content: "\e52f";
  opacity: 0.2;
}

.xgl-usage_counter::before {
  content: "\e530";
}

.xgl-usage_counter_alt::before {
  content: "\e531";
}

.xgl-usage_counter_disabled::before {
  content: "\e9c8";
}

.xgl-usage_counter_disabled_alt::before {
  content: "\e9c9";
}

.xgl-usage_counter_disabled_two_tone::before {
  content: "\e9c8";
}

.xgl-usage_counter_disabled_two_tone::after {
  content: "\e9c9";
  opacity: 0.2;
}

.xgl-usage_counter_two_tone::before {
  content: "\e530";
}

.xgl-usage_counter_two_tone::after {
  content: "\e531";
  opacity: 0.2;
}

.xgl-usb::before {
  content: "\e532";
}

.xgl-usb_c::before {
  content: "\e79f";
}

.xgl-usb_c_alt::before {
  content: "\e7a0";
}

.xgl-usb_c_two_tone::before {
  content: "\e79f";
}

.xgl-usb_c_two_tone::after {
  content: "\e7a0";
  opacity: 0.2;
}

.xgl-usb_micro::before {
  content: "\e7a1";
}

.xgl-usb_micro_alt::before {
  content: "\e7a2";
}

.xgl-usb_micro_two_tone::before {
  content: "\e7a1";
}

.xgl-usb_micro_two_tone::after {
  content: "\e7a2";
  opacity: 0.2;
}

.xgl-user::before {
  content: "\e533";
}

.xgl-user_add::before {
  content: "\e534";
}

.xgl-user_add_alt::before {
  content: "\e535";
}

.xgl-user_add_two_tone::before {
  content: "\e534";
}

.xgl-user_add_two_tone::after {
  content: "\e535";
  opacity: 0.2;
}

.xgl-user_admin::before {
  content: "\e536";
}

.xgl-user_admin_alt::before {
  content: "\e537";
}

.xgl-user_admin_two_tone::before {
  content: "\e536";
}

.xgl-user_admin_two_tone::after {
  content: "\e537";
  opacity: 0.2;
}

.xgl-user_alt::before {
  content: "\e538";
}

.xgl-user_check_on::before {
  content: "\e539";
}

.xgl-user_check_on_alt::before {
  content: "\e53a";
}

.xgl-user_check_on_two_tone::before {
  content: "\e539";
}

.xgl-user_check_on_two_tone::after {
  content: "\e53a";
  opacity: 0.2;
}

.xgl-user_diagnose::before {
  content: "\e53b";
}

.xgl-user_diagnose_alt::before {
  content: "\e53c";
}

.xgl-user_diagnose_two_tone::before {
  content: "\e53b";
}

.xgl-user_diagnose_two_tone::after {
  content: "\e53c";
  opacity: 0.2;
}

.xgl-user_disabled::before {
  content: "\e85d";
}

.xgl-user_disabled_alt::before {
  content: "\e85e";
}

.xgl-user_disabled_two_tone::before {
  content: "\e85d";
}

.xgl-user_disabled_two_tone::after {
  content: "\e85e";
  opacity: 0.2;
}

.xgl-user_favorite::before {
  content: "\e53d";
}

.xgl-user_favorite_alt::before {
  content: "\e53e";
}

.xgl-user_favorite_two_tone::before {
  content: "\e53d";
}

.xgl-user_favorite_two_tone::after {
  content: "\e53e";
  opacity: 0.2;
}

.xgl-user_job::before {
  content: "\e53f";
}

.xgl-user_job_alt::before {
  content: "\e540";
}

.xgl-user_job_two_tone::before {
  content: "\e53f";
}

.xgl-user_job_two_tone::after {
  content: "\e540";
  opacity: 0.2;
}

.xgl-user_network::before {
  content: "\e541";
}

.xgl-user_network_alt::before {
  content: "\e542";
}

.xgl-user_network_two_tone::before {
  content: "\e541";
}

.xgl-user_network_two_tone::after {
  content: "\e542";
  opacity: 0.2;
}

.xgl-user_password::before {
  content: "\e543";
}

.xgl-user_password_alt::before {
  content: "\e544";
}

.xgl-user_password_two_tone::before {
  content: "\e543";
}

.xgl-user_password_two_tone::after {
  content: "\e544";
  opacity: 0.2;
}

.xgl-user_permissions::before {
  content: "\eb78";
}

.xgl-user_permissions_alt::before {
  content: "\eb79";
}

.xgl-user_permissions_two_tone::before {
  content: "\eb78";
}

.xgl-user_permissions_two_tone::after {
  content: "\eb79";
  opacity: 0.2;
}

.xgl-user_personalize::before {
  content: "\e545";
}

.xgl-user_personalize_alt::before {
  content: "\e546";
}

.xgl-user_personalize_two_tone::before {
  content: "\e545";
}

.xgl-user_personalize_two_tone::after {
  content: "\e546";
  opacity: 0.2;
}

.xgl-user_save::before {
  content: "\e547";
}

.xgl-user_save_alt::before {
  content: "\e548";
}

.xgl-user_save_two_tone::before {
  content: "\e547";
}

.xgl-user_save_two_tone::after {
  content: "\e548";
  opacity: 0.2;
}

.xgl-user_secure::before {
  content: "\e549";
}

.xgl-user_secure_alt::before {
  content: "\e54a";
}

.xgl-user_secure_two_tone::before {
  content: "\e549";
}

.xgl-user_secure_two_tone::after {
  content: "\e54a";
  opacity: 0.2;
}

.xgl-user_square::before {
  content: "\e54b";
}

.xgl-user_square_alt::before {
  content: "\e54c";
}

.xgl-user_square_two_tone::before {
  content: "\e54b";
}

.xgl-user_square_two_tone::after {
  content: "\e54c";
  opacity: 0.2;
}

.xgl-user_subtract::before {
  content: "\e54d";
}

.xgl-user_subtract_alt::before {
  content: "\e54e";
}

.xgl-user_subtract_two_tone::before {
  content: "\e54d";
}

.xgl-user_subtract_two_tone::after {
  content: "\e54e";
  opacity: 0.2;
}

.xgl-user_two_tone::before {
  content: "\e533";
}

.xgl-user_two_tone::after {
  content: "\e538";
  opacity: 0.2;
}

.xgl-user_unknown::before {
  content: "\e8d3";
}

.xgl-user_unknown_alt::before {
  content: "\e8d4";
}

.xgl-user_unknown_two_tone::before {
  content: "\e8d3";
}

.xgl-user_unknown_two_tone::after {
  content: "\e8d4";
  opacity: 0.2;
}

.xgl-user_view::before {
  content: "\ecb3";
}

.xgl-user_view_alt::before {
  content: "\ecb4";
}

.xgl-user_view_two_tone::before {
  content: "\ecb3";
}

.xgl-user_view_two_tone::after {
  content: "\ecb4";
  opacity: 0.2;
}

.xgl-user_watermark::before {
  content: "\ebe4";
}

.xgl-user_watermark_alt::before {
  content: "\ebe3";
}

.xgl-user_watermark_two_tone::before {
  content: "\ebe4";
}

.xgl-user_watermark_two_tone::after {
  content: "\ebe3";
  opacity: 0.2;
}

.xgl-users::before {
  content: "\e653";
}

.xgl-users_alt::before {
  content: "\e654";
}

.xgl-users_two_tone::before {
  content: "\e653";
}

.xgl-users_two_tone::after {
  content: "\e654";
  opacity: 0.2;
}

.xgl-video::before {
  content: "\e54f";
}

.xgl-video_alt::before {
  content: "\e550";
}

.xgl-video_disabled::before {
  content: "\e551";
}

.xgl-video_disabled_alt::before {
  content: "\e552";
}

.xgl-video_disabled_two_tone::before {
  content: "\e551";
}

.xgl-video_disabled_two_tone::after {
  content: "\e552";
  opacity: 0.2;
}

.xgl-video_player::before {
  content: "\e553";
}

.xgl-video_player_alt::before {
  content: "\e554";
}

.xgl-video_player_two_tone::before {
  content: "\e553";
}

.xgl-video_player_two_tone::after {
  content: "\e554";
  opacity: 0.2;
}

.xgl-video_two_tone::before {
  content: "\e54f";
}

.xgl-video_two_tone::after {
  content: "\e550";
  opacity: 0.2;
}

.xgl-view::before {
  content: "\e555";
}

.xgl-view_alt::before {
  content: "\e556";
}

.xgl-view_disabled::before {
  content: "\e557";
}

.xgl-view_disabled_alt::before {
  content: "\e558";
}

.xgl-view_disabled_two_tone::before {
  content: "\e557";
}

.xgl-view_disabled_two_tone::after {
  content: "\e558";
  opacity: 0.2;
}

.xgl-view_lock::before {
  content: "\e8c9";
}

.xgl-view_lock_alt::before {
  content: "\e8ca";
}

.xgl-view_lock_two_tone::before {
  content: "\e8c9";
}

.xgl-view_lock_two_tone::after {
  content: "\e8ca";
  opacity: 0.2;
}

.xgl-view_two_tone::before {
  content: "\e555";
}

.xgl-view_two_tone::after {
  content: "\e556";
  opacity: 0.2;
}

.xgl-visa::before {
  content: "\ecb5";
}

.xgl-visa_alt::before {
  content: "\ecb6";
}

.xgl-visa_two_tone::before {
  content: "\ecb5";
}

.xgl-visa_two_tone::after {
  content: "\ecb6";
  opacity: 0.2;
}

.xgl-vision_low::before {
  content: "\e7b1";
}

.xgl-vision_low_alt::before {
  content: "\e7b2";
}

.xgl-vision_low_two_tone::before {
  content: "\e7b1";
}

.xgl-vision_low_two_tone::after {
  content: "\e7b2";
  opacity: 0.2;
}

.xgl-voice::before {
  content: "\e9ca";
}

.xgl-voice_alt::before {
  content: "\e9cb";
}

.xgl-voice_two_tone::before {
  content: "\e9ca";
}

.xgl-voice_two_tone::after {
  content: "\e9cb";
  opacity: 0.2;
}

.xgl-volume::before {
  content: "\e559";
}

.xgl-volume_alt::before {
  content: "\e55a";
}

.xgl-volume_high::before {
  content: "\e55b";
}

.xgl-volume_high_alt::before {
  content: "\e55c";
}

.xgl-volume_high_two_tone::before {
  content: "\e55b";
}

.xgl-volume_high_two_tone::after {
  content: "\e55c";
  opacity: 0.2;
}

.xgl-volume_low::before {
  content: "\e55d";
}

.xgl-volume_low_alt::before {
  content: "\e55e";
}

.xgl-volume_low_two_tone::before {
  content: "\e55d";
}

.xgl-volume_low_two_tone::after {
  content: "\e55e";
  opacity: 0.2;
}

.xgl-volume_med::before {
  content: "\e55f";
}

.xgl-volume_med_alt::before {
  content: "\e560";
}

.xgl-volume_med_two_tone::before {
  content: "\e55f";
}

.xgl-volume_med_two_tone::after {
  content: "\e560";
  opacity: 0.2;
}

.xgl-volume_mute::before {
  content: "\e561";
}

.xgl-volume_mute_alt::before {
  content: "\e562";
}

.xgl-volume_mute_two_tone::before {
  content: "\e561";
}

.xgl-volume_mute_two_tone::after {
  content: "\e562";
  opacity: 0.2;
}

.xgl-volume_two_tone::before {
  content: "\e559";
}

.xgl-volume_two_tone::after {
  content: "\e55a";
  opacity: 0.2;
}

.xgl-wait_print::before {
  content: "\ec62";
}

.xgl-wallet::before {
  content: "\e563";
}

.xgl-wallet_alt::before {
  content: "\e564";
}

.xgl-wallet_two_tone::before {
  content: "\e563";
}

.xgl-wallet_two_tone::after {
  content: "\e564";
  opacity: 0.2;
}

.xgl-wand::before {
  content: "\e565";
}

.xgl-wand_alt::before {
  content: "\e566";
}

.xgl-wand_two_tone::before {
  content: "\e565";
}

.xgl-wand_two_tone::after {
  content: "\e566";
  opacity: 0.2;
}

.xgl-warming_stack_bkgd::before {
  content: "\ecb7";
}

.xgl-warming_stack_frgd::before {
  content: "\ecb8";
}

.xgl-warming_stack_mdgd::before {
  content: "\ecb9";
}

.xgl-warning_stack_bkgd::before {
  content: "\e956";
}

.xgl-warning_stack_frgd::before {
  content: "\e958";
}

.xgl-warning_stack_mdgd::before {
  content: "\e957";
}

.xgl-waste::before {
  content: "\e64d";
}

.xgl-waste_square::before {
  content: "\e667";
}

.xgl-waste_square_alt::before {
  content: "\e668";
}

.xgl-waste_square_two_tone::before {
  content: "\e667";
}

.xgl-waste_square_two_tone::after {
  content: "\e668";
  opacity: 0.2;
}

.xgl-watch::before {
  content: "\e61c";
}

.xgl-watch_alt::before {
  content: "\e61d";
}

.xgl-watch_two_tone::before {
  content: "\e61c";
}

.xgl-watch_two_tone::after {
  content: "\e61d";
  opacity: 0.2;
}

.xgl-watermark::before {
  content: "\ebed";
}

.xgl-watermark_alt::before {
  content: "\ebee";
}

.xgl-watermark_date::before {
  content: "\ebeb";
}

.xgl-watermark_date_alt::before {
  content: "\ebec";
}

.xgl-watermark_date_two_tone::before {
  content: "\ebeb";
}

.xgl-watermark_date_two_tone::after {
  content: "\ebec";
  opacity: 0.2;
}

.xgl-watermark_disabled::before {
  content: "\ebe5";
}

.xgl-watermark_disabled_alt::before {
  content: "\ebe6";
}

.xgl-watermark_disabled_two_tone::before {
  content: "\ebe5";
}

.xgl-watermark_disabled_two_tone::after {
  content: "\ebe6";
  opacity: 0.2;
}

.xgl-watermark_emboss::before {
  content: "\ebe9";
}

.xgl-watermark_emboss_alt::before {
  content: "\ebea";
}

.xgl-watermark_emboss_two_tone::before {
  content: "\ebe9";
}

.xgl-watermark_emboss_two_tone::after {
  content: "\ebea";
  opacity: 0.2;
}

.xgl-watermark_save::before {
  content: "\ebe7";
}

.xgl-watermark_save_alt::before {
  content: "\ebe8";
}

.xgl-watermark_save_two_tone::before {
  content: "\ebe7";
}

.xgl-watermark_save_two_tone::after {
  content: "\ebe8";
  opacity: 0.2;
}

.xgl-watermark_two_tone::before {
  content: "\ebed";
}

.xgl-watermark_two_tone::after {
  content: "\ebee";
  opacity: 0.2;
}

.xgl-weight::before {
  content: "\e567";
}

.xgl-weight_alt::before {
  content: "\e568";
}

.xgl-weight_two_tone::before {
  content: "\e567";
}

.xgl-weight_two_tone::after {
  content: "\e568";
  opacity: 0.2;
}

.xgl-wifi::before {
  content: "\e569";
}

.xgl-wifi_bkgd::before {
  content: "\e959";
}

.xgl-wifi_direct::before {
  content: "\e56a";
}

.xgl-wifi_direct_two_tone::before {
  content: "\e56a";
}

.xgl-wifi_direct_two_tone::after {
  content: "\e959";
  opacity: 0.2;
}

.xgl-wifi_disabled::before {
  content: "\e56b";
}

.xgl-wifi_disabled_two_tone::before {
  content: "\e56b";
}

.xgl-wifi_disabled_two_tone::after {
  content: "\e959";
  opacity: 0.2;
}

.xgl-wifi_medium::before {
  content: "\e56c";
}

.xgl-wifi_medium_two_tone::before {
  content: "\e56c";
}

.xgl-wifi_medium_two_tone::after {
  content: "\e959";
  opacity: 0.2;
}

.xgl-wifi_none::before {
  content: "\e56d";
}

.xgl-wifi_none_two_tone::before {
  content: "\e56d";
}

.xgl-wifi_none_two_tone::after {
  content: "\e959";
  opacity: 0.2;
}

.xgl-wifi_secure_bkgd::before {
  content: "\e961";
}

.xgl-wifi_secure_medium::before {
  content: "\e56e";
}

.xgl-wifi_secure_medium_two_tone::before {
  content: "\e56e";
}

.xgl-wifi_secure_medium_two_tone::after {
  content: "\e961";
  opacity: 0.2;
}

.xgl-wifi_secure_none::before {
  content: "\e56f";
}

.xgl-wifi_secure_none_two_tone::before {
  content: "\e56f";
}

.xgl-wifi_secure_none_two_tone::after {
  content: "\e961";
  opacity: 0.2;
}

.xgl-wifi_secure_strong::before {
  content: "\e570";
}

.xgl-wifi_secure_strong_two_tone::before {
  content: "\e570";
}

.xgl-wifi_secure_strong_two_tone::after {
  content: "\e961";
  opacity: 0.2;
}

.xgl-wifi_secure_weak::before {
  content: "\e571";
}

.xgl-wifi_secure_weak_two_tone::before {
  content: "\e571";
}

.xgl-wifi_secure_weak_two_tone::after {
  content: "\e961";
  opacity: 0.2;
}

.xgl-wifi_square::before {
  content: "\e572";
}

.xgl-wifi_square_alt::before {
  content: "\e573";
}

.xgl-wifi_square_two_tone::before {
  content: "\e572";
}

.xgl-wifi_square_two_tone::after {
  content: "\e573";
  opacity: 0.2;
}

.xgl-wifi_two_tone::before {
  content: "\e569";
}

.xgl-wifi_two_tone::after {
  content: "\e959";
  opacity: 0.2;
}

.xgl-wifi_weak::before {
  content: "\e574";
}

.xgl-wifi_weak_two_tone::before {
  content: "\e574";
}

.xgl-wifi_weak_two_tone::after {
  content: "\e959";
  opacity: 0.2;
}

.xgl-window::before {
  content: "\e575";
}

.xgl-window_alt::before {
  content: "\e576";
}

.xgl-window_two_tone::before {
  content: "\e575";
}

.xgl-window_two_tone::after {
  content: "\e576";
  opacity: 0.2;
}

.xgl-windows_live::before {
  content: "\eb84";
}

.xgl-windows_live_alt::before {
  content: "\eb85";
}

.xgl-windows_live_two_tone::before {
  content: "\eb84";
}

.xgl-windows_live_two_tone::after {
  content: "\eb85";
  opacity: 0.2;
}

.xgl-windows_phone::before {
  content: "\ec24";
}

.xgl-windows_phone_alt::before {
  content: "\eb87";
}

.xgl-windows_phone_two_tone::before {
  content: "\ec24";
}

.xgl-windows_phone_two_tone::after {
  content: "\eb87";
  opacity: 0.2;
}

.xgl-wired::before {
  content: "\ebe2";
}

.xgl-wired_alt::before {
  content: "\ebe1";
}

.xgl-wired_two_tone::before {
  content: "\ebe2";
}

.xgl-wired_two_tone::after {
  content: "\ebe1";
  opacity: 0.2;
}

.xgl-workflow::before {
  content: "\e578";
}

.xgl-workflow_add::before {
  content: "\e579";
}

.xgl-workflow_add_alt::before {
  content: "\e57a";
}

.xgl-workflow_add_two_tone::before {
  content: "\e579";
}

.xgl-workflow_add_two_tone::after {
  content: "\e57a";
  opacity: 0.2;
}

.xgl-workflow_alt::before {
  content: "\e57b";
}

.xgl-workflow_two_tone::before {
  content: "\e578";
}

.xgl-workflow_two_tone::after {
  content: "\e57b";
  opacity: 0.2;
}

.xgl-workspace::before {
  content: "\e925";
}

.xgl-workspace_alt::before {
  content: "\e926";
}

.xgl-workspace_two_tone::before {
  content: "\e925";
}

.xgl-workspace_two_tone::after {
  content: "\e926";
  opacity: 0.2;
}

.xgl-world::before {
  content: "\e57c";
}

.xgl-world_alt::before {
  content: "\e57d";
}

.xgl-world_two_tone::before {
  content: "\e57c";
}

.xgl-world_two_tone::after {
  content: "\e57d";
  opacity: 0.2;
}

.xgl-wps_logo::before {
  content: "\e94f";
}

.xgl-wps_logo_alt::before {
  content: "\e950";
}

.xgl-wps_logo_two_tone::before {
  content: "\e94f";
}

.xgl-wps_logo_two_tone::after {
  content: "\e950";
  opacity: 0.2;
}

.xgl-wrench::before {
  content: "\e57e";
}

.xgl-wrench_alt::before {
  content: "\e57f";
}

.xgl-wrench_phone::before {
  content: "\e580";
}

.xgl-wrench_phone_alt::before {
  content: "\e581";
}

.xgl-wrench_phone_two_tone::before {
  content: "\e580";
}

.xgl-wrench_phone_two_tone::after {
  content: "\e581";
  opacity: 0.2;
}

.xgl-wrench_square::before {
  content: "\e582";
}

.xgl-wrench_square_alt::before {
  content: "\e583";
}

.xgl-wrench_square_two_tone::before {
  content: "\e582";
}

.xgl-wrench_square_two_tone::after {
  content: "\e583";
  opacity: 0.2;
}

.xgl-wrench_two_tone::before {
  content: "\e57e";
}

.xgl-wrench_two_tone::after {
  content: "\e57f";
  opacity: 0.2;
}

.xgl-xds::before {
  content: "\e7fb";
}

.xgl-xds_alt::before {
  content: "\e806";
}

.xgl-xds_two_tone::before {
  content: "\e7fb";
}

.xgl-xds_two_tone::after {
  content: "\e806";
  opacity: 0.2;
}

.xgl-xerox_logo::before {
  content: "\e89f";
}

.xgl-xerox_logo_sans_tm::before {
  content: "\e8f2";
}

.xgl-xerox_logo_tm::before {
  content: "\e8f1";
}

.xgl-xids::before {
  content: "\e8a7";
}

.xgl-yahoo::before {
  content: "\eb7a";
}

.xgl-yahoo_alt::before {
  content: "\eb7b";
}

.xgl-yahoo_two_tone::before {
  content: "\eb7a";
}

.xgl-yahoo_two_tone::after {
  content: "\eb7b";
  opacity: 0.2;
}

.xgl-youtube::before {
  content: "\e584";
}

.xgl-youtube_alt::before {
  content: "\ec8a";
}

.xgl-youtube_two_tone::before {
  content: "\e584";
}

.xgl-youtube_two_tone::after {
  content: "\ec8a";
  opacity: 0.2;
}

.xgl-zoom_in::before {
  content: "\e585";
}

.xgl-zoom_in_alt::before {
  content: "\e586";
}

.xgl-zoom_in_two_tone::before {
  content: "\e585";
}

.xgl-zoom_in_two_tone::after {
  content: "\e586";
  opacity: 0.2;
}

.xgl-zoom_out::before {
  content: "\e587";
}

.xgl-zoom_out_alt::before {
  content: "\e588";
}

.xgl-zoom_out_two_tone::before {
  content: "\e587";
}

.xgl-zoom_out_two_tone::after {
  content: "\e588";
  opacity: 0.2;
}

.xrx-theme-appearance {
  background-color: #00546e;
}

.xrx-dark-appearance {
  background-color: #29292D;
}
.xrx-dark-appearance body,
.xrx-dark-appearance h1, .xrx-dark-appearance h2, .xrx-dark-appearance h3, .xrx-dark-appearance h4, .xrx-dark-appearance h5, .xrx-dark-appearance h6,
.xrx-dark-appearance .h1, .xrx-dark-appearance .h2, .xrx-dark-appearance .h3, .xrx-dark-appearance .h4, .xrx-dark-appearance .h5, .xrx-dark-appearance .h6 {
  color: #ffffff;
}

body.xrx-dark-appearance {
  color: #ffffff;
}

.xrx-dark-appearance {
  color: #ffffff;
}

.xrx-dark-appearance .xrx-theme-appearance {
  background-color: #003B51;
}

.svg-defs {
  position: fixed;
  left: -2000px;
  width: 0;
  height: 0;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid #818187;
}

.hr-icon {
  overflow: hidden;
  color: #525256;
  text-align: center;
}

.hr-icon::before,
.hr-icon::after {
  position: relative;
  display: inline-block;
  width: 50%;
  height: 1px;
  vertical-align: middle;
  content: "";
  background-color: #818187;
}

.hr-icon::before {
  right: 0.5em;
  margin-left: -50%;
}

.hr-icon::after {
  left: 0.5em;
  margin-right: -50%;
}

.hr-icon span {
  position: relative;
  top: 0.125rem;
  font-size: 1.75rem;
  text-transform: capitalize;
}
.hr-icon span [class*=xgl-]::before {
  top: 0.25rem;
  font-size: 1.5rem;
  line-height: 1.5rem;
  color: #525256;
}

.form-control {
  display: block;
  width: 100%;
  height: 44px;
  padding: 1px 0.75rem 0 0.75rem;
  font-size: 20px;
  line-height: 1.5;
  color: #000000;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #BBBCC3;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:hover {
  position: relative;
  z-index: 1;
  border-color: #006482;
}
.form-control:focus {
  color: #000000;
  background-color: #ffffff;
  border-color: #006482;
  outline: 0;
  box-shadow: inset 0 0 0 1px #006482;
}
.form-control::placeholder {
  color: #9E9FA4;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.3);
  box-shadow: none;
  opacity: 1;
}
.form-control:disabled {
  color: rgba(0, 0, 0, 0.3);
}

textarea.form-control {
  height: auto;
  padding: 8px 0.75rem;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(2.625rem + 2px);
}
select.form-control:focus::-ms-value {
  color: #000000;
  background-color: #ffffff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.5625rem;
  line-height: 1.65;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 1.09375rem;
  line-height: 1.25;
}

.disabled-label {
  color: rgba(0, 0, 0, 0.3) !important;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #000000;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.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.xrx-btn,
.input-group-sm > .input-group-append > .form-control-plaintext.xrx-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.xrx-btn,
.input-group-lg > .input-group-append > .form-control-plaintext.xrx-btn {
  padding-right: 0;
  padding-left: 0;
}

.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 > .xrx-btn,
.input-group-sm > .input-group-append > .xrx-btn {
  height: 32px;
  padding: 1px 0.5rem 0 0.5rem;
  font-size: 16px;
  line-height: 1.25;
  border-radius: 0.2rem;
}

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.xrx-btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.xrx-btn:not([size]):not([multiple]) {
  height: calc(1.8671875rem + 2px);
}

.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 > .xrx-btn,
.input-group-lg > .input-group-append > .xrx-btn {
  height: 54px;
  padding: 1px 1rem 0 1rem;
  font-size: 24px;
  line-height: 1.65;
  border-radius: 0.3rem;
}

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.xrx-btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.xrx-btn:not([size]):not([multiple]) {
  height: calc(3.578125rem + 2px);
}

.form-group {
  margin-bottom: 1rem;
}
.form-group label {
  color: #29292D;
}

.form-text {
  display: block;
  margin-top: 0.375rem;
  font-size: 0.9375rem;
  letter-spacing: 0.3px;
  color: #525256;
}
[class*=validation-success] .form-text {
  color: #186a1e;
}
[class*=validation-danger] .form-text {
  color: #9f0b14;
}
[class*=validation-warning] .form-text {
  color: #955503;
}
.xrx-dark-appearance .form-text {
  color: #BBBCC3;
}
.xrx-dark-appearance [class*=validation-success] .form-text {
  color: #7bc76f;
}
.xrx-dark-appearance [class*=validation-danger] .form-text {
  color: #FF808B;
}
.xrx-dark-appearance [class*=validation-warning] .form-text {
  color: #ffda7b;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label {
  color: #525256;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

input:required {
  box-shadow: none;
}

input:invalid {
  box-shadow: none;
}

textarea:required {
  box-shadow: none;
}

textarea:invalid {
  box-shadow: none;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.375rem;
  font-size: 1rem;
  color: #24882b;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #24882b;
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #24882b;
  box-shadow: inset 0 0 0 1px #24882b;
}
.was-validated .form-control:valid ~ .valid-feedback, .form-control.is-valid ~ .valid-feedback {
  display: block;
}

.input-group-is-valid .form-control {
  z-index: 10;
  border-color: #24882b;
}
.input-group-is-valid .form-control:focus {
  border-color: #24882b;
  box-shadow: inset 0 0 0 1px #24882b;
}
.input-group-is-valid ~ .valid-feedback {
  display: block;
}

.was-validated .fileinput:valid .form-control, .fileinput.is-valid .form-control {
  border-color: #24882b !important;
  box-shadow: inset 0 0 0 1px #24882b !important;
}
.fileinput ~ .valid-feedback {
  display: block;
}

.was-validated .bootstrap-select:valid .dropdown-toggle, .bootstrap-select.is-valid .dropdown-toggle {
  border-color: #24882b !important;
}
.was-validated .bootstrap-select:valid .valid-feedback, .bootstrap-select.is-valid .valid-feedback {
  display: block;
  line-height: 1.5;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #24882b;
}
.was-validated .custom-file-input:valid ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before {
  border-color: inherit;
}
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(36, 136, 43, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.375rem;
  font-size: 1rem;
  color: #d92231;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #d92231;
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #d92231;
  box-shadow: inset 0 0 0 1px #d92231;
}
.was-validated .form-control:invalid ~ .invalid-feedback, .form-control.is-invalid ~ .invalid-feedback {
  display: block;
}

.input-group-is-invalid .form-control {
  z-index: 10;
  border-color: #d92231;
}
.input-group-is-invalid .form-control:focus {
  border-color: #d92231;
  box-shadow: inset 0 0 0 1px #d92231;
}
.input-group-is-invalid ~ .invalid-feedback {
  display: block;
}

.was-validated .fileinput:invalid .form-control, .fileinput.is-invalid .form-control {
  border-color: #d92231 !important;
  box-shadow: inset 0 0 0 1px #d92231 !important;
}
.fileinput ~ .invalid-feedback {
  display: block;
}

.was-validated .bootstrap-select:invalid .dropdown-toggle, .bootstrap-select.is-invalid .dropdown-toggle {
  border-color: #d92231 !important;
}
.was-validated .bootstrap-select:invalid .invalid-feedback, .bootstrap-select.is-invalid .invalid-feedback {
  display: block;
  line-height: 1.5;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #d92231;
}
.was-validated .custom-file-input:invalid ~ .custom-file-label::before, .custom-file-input.is-invalid ~ .custom-file-label::before {
  border-color: inherit;
}
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(217, 34, 49, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.form-label-required {
  display: flex;
  align-items: center;
}
.form-label-required [class*=xgl-] {
  margin-left: 10px;
  color: #dc3545;
}
.form-label-required [class*=xgl-]::before {
  font-size: 0.625rem;
  line-height: 0.625rem;
}

.form-input-required {
  position: relative;
  display: block;
}
.form-input-required input {
  padding-right: 30px !important;
}
.form-input-required::before {
  position: absolute;
  top: 18px;
  left: 100%;
  z-index: 9;
  margin-left: -22px;
  font-size: 0.625rem;
  line-height: 0.625rem;
  color: #dc3545;
}

.form-input-required-lg input {
  padding-right: 34px !important;
}
.form-input-required-lg::before {
  top: 23px;
  margin-left: -26px;
}

.form-input-required-sm input {
  padding-right: 25px !important;
}
.form-input-required-sm::before {
  top: 12px;
  margin-left: -18px;
}

.form-required-fields {
  display: flex;
  align-items: center;
}
.form-required-fields [class*=xgl-] {
  margin-right: 10px;
  color: #dc3545;
}
.form-required-fields [class*=xgl-]::before {
  font-size: 0.625rem;
  line-height: 0.625rem;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file:focus {
  z-index: 3;
}
.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;
}
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .xrx-btn,
.input-group-append .xrx-btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .xrx-btn + .xrx-btn,
.input-group-prepend .xrx-btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .xrx-btn,
.input-group-append .xrx-btn + .xrx-btn,
.input-group-append .xrx-btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .xrx-btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1;
  color: #525256;
  text-align: center;
  white-space: nowrap;
  background-color: transparent;
  border: 1px solid #BBBCC3;
  border-radius: 0.25rem;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-prepend > .input-group-text::before,
.input-group-append > .input-group-text::before {
  top: 0.0625rem;
  font-size: 1.5rem;
}

.input-group-lg > .input-group-prepend > .input-group-text::before,
.input-group-lg > .input-group-append > .input-group-text::before {
  top: 0;
  font-size: 2rem;
}

.input-group-sm > .input-group-prepend > .input-group-text::before,
.input-group-sm > .input-group-append > .input-group-text::before {
  top: 0;
  font-size: 1.25rem;
}

.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #BBBCC3;
}
.input-group > .input-group-prepend > .input-group-text.input-group-text-disabled,
.input-group > .input-group-append:not(:last-child) > .input-group-text.input-group-text-disabled,
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child).input-group-text-disabled {
  color: rgba(0, 0, 0, 0.3);
  border-color: rgba(0, 0, 0, 0.3);
  border-right: none;
}
.input-group > .input-group-prepend > .input-group-text.input-group-text-readonly,
.input-group > .input-group-append:not(:last-child) > .input-group-text.input-group-text-readonly,
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child).input-group-text-readonly {
  border-color: rgba(0, 0, 0, 0.3);
  border-right: none;
}

.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border: 1px solid #BBBCC3;
}
.input-group > .input-group-append > .input-group-text.input-group-text-disabled,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text.input-group-text-disabled,
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child).input-group-text-disabled {
  border-left: none;
}
.input-group > .input-group-append > .input-group-text.input-group-text-readonly,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text.input-group-text-readonly,
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child).input-group-text-readonly {
  border-left: none;
}

.input-group > .input-group-prepend > .xrx-btn,
.input-group > .input-group-append:not(:last-child) > .xrx-btn,
.input-group > .input-group-append:last-child > .xrx-btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .input-group-prepend > .xrx-btn:disabled,
.input-group > .input-group-append:not(:last-child) > .xrx-btn:disabled,
.input-group > .input-group-append:last-child > .xrx-btn:not(:last-child):not(.dropdown-toggle):disabled {
  border-right: none;
}

.input-group > .input-group-append > .xrx-btn,
.input-group > .input-group-prepend:not(:first-child) > .xrx-btn,
.input-group > .input-group-prepend:first-child > .xrx-btn:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .input-group-append > .xrx-btn:disabled,
.input-group > .input-group-prepend:not(:first-child) > .xrx-btn:disabled,
.input-group > .input-group-prepend:first-child > .xrx-btn:not(:first-child):disabled {
  border-left: none;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-block {
  display: inline-block;
}
.dropdown-block .dropdown-menu {
  min-width: 100%;
}

.xrx-btn.dropdown-toggle {
  justify-content: space-between !important;
}
.xrx-btn.dropdown-toggle .btn-label {
  padding-left: 0 !important;
}

.dropdown-toggle[class*=xgl-]:not(.btn-glyph)::before {
  display: none;
}
.dropdown-toggle[class*=xgl-]:not(.btn-glyph)::after {
  top: 0.125rem;
  padding-left: 0.625rem;
  margin-right: -0.25rem;
  margin-left: -0.25rem;
  font-size: 1.5rem;
  line-height: 1.5rem;
  content: "\e307";
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1070;
  display: block;
  float: left;
  min-width: 10rem;
  padding: 0;
  margin: 0;
  margin-top: 0.5rem;
  overflow: hidden;
  font-size: 1.25rem;
  color: #000000;
  text-align: left;
  list-style: none;
  visibility: hidden;
  background-color: #ffffff;
  background-clip: padding-box;
  opacity: 0;
  border-radius: 0.25rem;
  box-shadow: 0 0.125rem 0.625rem 0 rgba(0, 0, 0, 0.2);
  transition: visibility 0.25s, opacity 0.25s, margin-top 0.25s, margin-bottom 0.25s;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #9E9FA4;
}

.dropdown-item {
  display: flex;
  min-width: 7.5rem;
  height: 2.75rem;
  padding: 0.5625rem 0.625rem 0.5rem 0.625rem;
  clear: both;
  font-weight: 400;
  color: #29292D;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  outline: 0;
  transition: background-color 0.25s;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #29292D;
  text-decoration: none;
  background-color: #e2eff5;
}
.dropdown-item [class*=xgl-] {
  padding-right: 10px;
  color: #525256;
}
.dropdown-item [class*=xgl-]::before {
  top: 1px;
  margin-right: -3px;
  margin-left: -3px;
  font-size: 1.5rem;
  line-height: 1.5rem;
}
.dropdown-item.selected, .dropdown-item.active, .dropdown-item:active {
  color: #ffffff;
  text-decoration: none;
  background-color: #006482;
}
.dropdown-item.selected [class*=xgl-]::before, .dropdown-item.active [class*=xgl-]::before, .dropdown-item:active [class*=xgl-]::before {
  color: #ffffff;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: rgba(0, 0, 0, 0.3);
  cursor: not-allowed;
  background-color: transparent;
}
.dropdown-item.disabled [class*=xgl-]::before, .dropdown-item:disabled [class*=xgl-]::before {
  color: rgba(0, 0, 0, 0.3);
}

.btn-sm.dropdown-toggle[class*=xgl-]::after {
  top: 0.125rem;
  font-size: 1.25rem;
  line-height: 1.25rem;
}

.dropdown-menu-sm .dropdown-item {
  height: 2rem;
  padding: 0.3125rem 0.625rem 0.25rem 0.625rem;
  font-size: 1rem;
}
.dropdown-menu-sm .dropdown-item [class*=xgl-]::before {
  top: 0.0625rem;
  font-size: 1.25rem;
  line-height: 1.25rem;
}

.dropdown-header {
  display: block;
  padding: 0.25rem;
  margin-bottom: 0;
  font-size: 1.09375rem;
  line-height: 1.2;
  color: #67676C;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 0.625rem;
  color: #29292D;
}

.dropdown-arrow {
  position: absolute;
  top: 100%;
  right: 19px;
  z-index: 1071;
  width: 0;
  height: 0;
  margin-top: 0.0625rem;
  border-color: transparent transparent #ffffff transparent;
  border-style: solid;
  border-width: 0 0.5rem 0.4375rem;
  opacity: 0;
  transition: opacity 0.25s, margin-top 0.25s, margin-bottom 0.25s;
  transform: rotate(360deg);
}

.dropdown.show .dropdown-arrow {
  margin-top: 0.6875rem;
  opacity: 1;
}

.dropdown-menu.show {
  margin-top: 1.125rem;
  visibility: visible;
  opacity: 1;
}

.dropdown.dropup .dropdown-arrow {
  top: auto;
  bottom: 100%;
  margin-bottom: 0;
  border-top: 8px outset #ffffff;
  border-bottom: none;
}
.dropdown.dropup.show .dropdown-arrow {
  margin-bottom: 0.625rem;
  opacity: 1;
}
.dropdown.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.dropdown.dropup .dropdown-menu.show {
  margin-bottom: 1.125rem;
}

.xrx-brand-header {
  position: relative;
  background-color: #ffffff;
}
.xrx-brand-header .content {
  display: flex;
  align-items: center;
  height: 4rem;
  padding: 0 1.25rem;
  margin: 0 auto;
}
.xrx-brand-header .app-brand-label {
  padding-left: 1.25rem;
  font-family: "Roboto Condensed", Roboto, "San Francisco", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.375rem;
  font-weight: 400;
  color: #1B1B1E;
}
.xrx-brand-header .brand-img {
  width: 6.25rem;
  font-size: 0;
}

.xrx-navbar a {
  text-decoration: none;
  outline-offset: -3px;
}
.xrx-navbar .dn-level1,
.xrx-navbar .dn-level2,
.xrx-navbar .dn-level3,
.xrx-navbar .mn-level1,
.xrx-navbar .mn-level2,
.xrx-navbar .mn-level3 {
  padding: 0;
  margin: 0;
  list-style: none;
}
.xrx-navbar .dn-level1 a,
.xrx-navbar .dn-level2 a,
.xrx-navbar .dn-level3 a,
.xrx-navbar .mn-level1 a,
.xrx-navbar .mn-level2 a,
.xrx-navbar .mn-level3 a {
  outline: none;
}

.dn-menu-item-label,
.mn-menu-item-label {
  position: relative;
  font-size: 1.125rem;
  color: #ffffff;
  text-transform: capitalize;
}

/* ==============================================================================================
   ** SECTION navbar styles (Desktop)
============================================================================================== */
.dn-navbar-container,
.xrx-brand-header {
  display: none;
}

.dn-navbar-container {
  height: 4rem;
}

.dn-navbar-nav {
  width: 100%;
  height: 4rem;
  background-color: #00546e;
  box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.25);
}
.dn-navbar-nav .dn-active-pathway {
  background-color: rgba(255, 255, 255, 0.1);
}

.dn-inner {
  margin: 0 auto;
  font-size: 0;
}

.dn-menu {
  display: inline-block;
}

.dn-brand-img {
  position: relative;
  top: 1.3125rem;
  box-sizing: content-box;
  float: left;
  width: 6.25rem;
  padding: 0 1.25rem;
  font-size: 0;
}

.dn-dropdown-menu {
  padding: 0;
  margin-top: 0 !important;
  overflow: hidden;
  border-radius: 0;
  border-bottom-right-radius: 0.4375rem;
  border-bottom-left-radius: 0.4375rem;
  opacity: 1 !important;
  transition: none;
}

.dn-level1-item {
  float: left;
}
.dn-level1-item .dn-menu-item-label {
  font-size: 1.25rem;
}

.dn-level1-item > a {
  display: inline-block;
  padding: 1.0625rem 1.25rem;
  transition: background-color 0.5s;
}
.dn-level1-item > a:focus, .dn-level1-item > a:hover {
  background-color: rgba(255, 255, 255, 0.1);
  transition: none;
}
.dn-level1-item > a > .dn-menu-item-label {
  top: 0.0625rem;
}

.dn-dropdown.dn-level1-item > a {
  display: inline-block;
  padding: 0.6875rem 1.25rem;
}
.dn-dropdown.dn-level1-item > a > .dn-menu-item-label {
  top: 0.4375rem;
}

.dn-dropdown.show > a {
  background-color: rgba(255, 255, 255, 0.1);
}

.dn-dropdown-toggle::after {
  display: none;
}

.dn-dropdown-btn-caret {
  position: relative;
  top: 0.3125rem;
  display: flex;
  justify-content: center;
}

.dn-dropdown-btn-caret::before {
  font-size: 1.25rem;
  line-height: 0.75rem;
  color: #ffffff;
}

.dn-level2 {
  background-color: #ffffff;
}

.dn-level2.dn-open-left .dn-level3 {
  right: auto;
  left: 0;
}

.dn-open-left {
  right: 0;
  left: auto;
}

.dn-level2-item > a {
  display: flex;
  align-items: center;
  height: 2.75rem;
  padding: 0 1.25rem;
  transition: background-color 0.5s;
}
.dn-level2-item > a:focus, .dn-level2-item > a:hover, .dn-level2-item > .maintain-hover {
  background-color: #e2eff5;
  transition: none;
}
.dn-level2-item > a > .xgl-sort_right {
  display: inline;
  margin-left: auto;
}
.dn-level2-item > a > .xgl-sort_right::before {
  margin-right: -0.375rem;
  font-size: 1.25rem;
  line-height: 1.25rem;
  color: #000000;
}
.dn-level2-item .dn-menu-item-label {
  font-size: 1.125rem;
  color: #29292D;
}

.dn-level3 {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  padding: 0;
  margin: 0;
  text-align: left;
  background-color: #F2F2F9;
}

.dn-level3-item > a {
  display: flex;
  align-items: center;
  height: 2.75rem;
  padding: 0 1.25rem;
  transition: background-color 0.5s;
}
.dn-level3-item > a:focus, .dn-level3-item > a:hover {
  background-color: #e2eff5;
  transition: none;
}

.nul-secondary-utility {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  margin: 0;
  list-style: none;
}

.nul-utility-item > a {
  display: flex;
  align-items: center;
  height: 4rem;
}
.nul-utility-item .nul-button-label {
  position: relative;
  top: 0.0625rem;
  padding-right: 0.625rem;
  font-size: 1.25rem;
  color: #ffffff;
  transition: color 0.25s;
}
.nul-utility-item .nul-button-label.sr-only {
  margin-right: -0.6875rem;
}
.nul-utility-item .nul-button-glyph::before {
  top: 0.125rem;
  margin-right: -0.125rem;
  margin-left: -0.125rem;
  font-size: 1.5rem;
  line-height: 1.5rem;
  color: #ffffff;
  transition: color 0.25s;
}
.nul-utility-item:hover .nul-button-label,
.nul-utility-item:hover .nul-button-glyph::before {
  color: rgba(255, 255, 255, 0.9);
}
.nul-utility-item.show .nul-button-label,
.nul-utility-item.show .nul-button-glyph::before, .nul-utility-item:active .nul-button-label,
.nul-utility-item:active .nul-button-glyph::before {
  color: rgba(255, 255, 255, 0.6);
}
.nul-utility-item .dropdown-item [class*=xgl-]::before {
  margin-right: -0.25rem;
  margin-left: -0.25rem;
}
.nul-utility-item .dropdown-divider {
  height: 0;
  margin: 0 0;
  overflow: hidden;
  border-top: 1px solid #9E9FA4;
}

.nul-utility-item-user img {
  display: none;
}
.nul-utility-item-user .nul-dropdown-item-user {
  height: 4.25rem;
}
.nul-utility-item-user .nul-dropdown-item-user [class*=xgl-]::before {
  margin-right: -0.25rem;
  margin-left: -0.375rem;
  font-size: 3rem;
  line-height: 3rem;
}
.nul-utility-item-user .nul-dropdown-item-user .nul-user-name-label {
  white-space: nowrap;
}
.nul-utility-item-user .nul-dropdown-item-user .nul-acct-settings-label {
  font-size: 0.875rem;
}

.nul-dropdown-menu {
  margin-top: 0.375rem;
}

.nul-dropdown-menu.show {
  margin-top: -0.25rem;
}

.nul-dropdown-arrow {
  margin-top: -0.0625rem;
}

.dropdown.show .nul-dropdown-arrow {
  margin-top: -0.6875rem;
}

/* ==============================================================================================
   ** SECTION navbar styles (Mobile)
============================================================================================== */
.mn-header {
  position: relative;
  height: 4rem;
  text-align: center;
  background-color: #00546e;
  box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.25);
}

.mn-open-btn {
  position: absolute;
  top: 0;
  left: 0;
}

.mn-close-btn,
.mn-open-btn,
.nul-utility-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4rem;
  padding: 0 1.0625rem;
  margin: 0;
  cursor: pointer;
  background-color: transparent;
  border: none;
}
.mn-close-btn [class*=xgl-]::before,
.mn-open-btn [class*=xgl-]::before,
.nul-utility-btn [class*=xgl-]::before {
  font-size: 1.5rem;
  line-height: 1.5rem;
  color: #ffffff;
  transition: color 0.25s;
}
.mn-close-btn:hover [class*=xgl-]::before,
.mn-open-btn:hover [class*=xgl-]::before,
.nul-utility-btn:hover [class*=xgl-]::before {
  color: rgba(255, 255, 255, 0.9);
}
.mn-close-btn:active [class*=xgl-]::before,
.mn-open-btn:active [class*=xgl-]::before,
.nul-utility-btn:active [class*=xgl-]::before {
  color: rgba(255, 255, 255, 0.6);
}

.dropdown.show .nul-utility-btn [class*=xgl-]::before {
  color: rgba(255, 255, 255, 0.6);
}

.mn-navbar-container {
  -webkit-overflow-scrolling: touch;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: -19.375rem;
  z-index: 990;
  width: 18.75rem;
  min-height: 100%;
  background-color: #00546e;
  box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.25);
  transition: left 0.25s;
}
.mn-navbar-container.show {
  left: 0;
}

.mn-inner,
.mn-navbar-nav {
  position: relative;
  min-height: 100%;
}

.mn-navbar-nav .mn-active-pathway {
  background-color: #e2eff5;
}
.mn-navbar-nav .mn-level1-item > .mn-active-pathway {
  background-color: rgba(255, 255, 255, 0.1);
}

.mn-container {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 18.75rem;
  padding-bottom: 4.6875rem;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.mn-container::-webkit-scrollbar {
  display: none;
}

.mn-footer {
  position: absolute;
  bottom: -4.6875rem;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 4.6875rem;
  line-height: 4.6875rem;
  background-color: transparent;
}
.mn-footer .mn-brand-img {
  position: relative;
  left: 4px;
  width: 6.25rem;
  font-size: 0;
}

.mn-backdrop {
  position: fixed;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  z-index: 980;
  background-color: #000;
  opacity: 0;
  transition: opacity 0.25s;
}
.mn-backdrop.show {
  right: 0;
  opacity: 0.6;
}
.mn-backdrop.fade {
  opacity: 0;
}

.mn-app-brand {
  display: inline-flex;
  align-items: center;
  height: 4rem;
}
.mn-app-brand .mn-app-brand-label {
  font-size: 1.375rem;
  font-weight: 400;
  color: #ffffff;
}

.mn-menu-item a {
  display: flex;
  align-items: center;
  height: 3.375rem;
  padding: 0 1.25rem;
  transition: background-color 0.5s;
}
.mn-menu-item a:hover {
  background-color: #e2eff5;
  transition: none;
}

.mn-collapse-target-caret {
  margin-left: auto;
}
.mn-collapse-target-caret::before {
  margin-right: -0.3125rem;
  font-size: 1.25rem;
  line-height: 1.25rem;
}

.mn-level1-item .mn-collapse-target-caret::before {
  color: #ffffff;
}

.mn-level2-item .mn-collapse-target-caret::before {
  color: #000000;
}

.mn-menu-item-label {
  top: 0.0625rem;
}

.mn-level3-item > a > .mn-menu-item-label,
.mn-level2-item > a > .mn-menu-item-label {
  color: #29292D;
}

.mn-level1-item > a > .mn-menu-item-label {
  font-size: 1.25rem;
}

.mn-level1-item > a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.mn-level2-item > a {
  background-color: #ffffff;
}

.mn-level3-item > a {
  background-color: #F2F2F9;
}

/* ==============================================================================================
   ** SECTION Nav Options
============================================================================================== */
.nav-opt-fixed {
  padding-top: 4rem;
}
.nav-opt-fixed.nav-opt-glyphs {
  padding-top: 6rem;
}
.nav-opt-fixed.nav-opt-brand-header.nav-opt-glyphs {
  padding-top: 10rem;
}
.nav-opt-fixed .dn-navbar-container {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 900;
}

.nav-opt-glyphs .dn-navbar-container {
  height: 6rem;
}
.nav-opt-glyphs .dn-navbar-nav {
  height: 6rem;
}
.nav-opt-glyphs .dn-brand-img {
  top: 2.3125rem;
}
.nav-opt-glyphs .dn-level1-item > a {
  padding: 0.75rem 1.25rem;
}
.nav-opt-glyphs .dn-level1-item > a > .dn-menu-item-label {
  top: -0.625rem;
}
.nav-opt-glyphs .dn-level1-item-glyph {
  position: relative;
  top: -0.375rem;
  display: flex;
  justify-content: center;
  padding: 0.5625rem 0;
}
.nav-opt-glyphs .dn-level1-item-glyph::before {
  font-size: 1.5rem;
  line-height: 1.5rem;
  color: rgba(255, 255, 255, 0.6);
}
.nav-opt-glyphs .dn-dropdown.dn-level1-item > a {
  padding: 0.375rem 1.25rem;
}
.nav-opt-glyphs .dn-dropdown.dn-level1-item > a > .dn-menu-item-label {
  top: -0.25rem;
}
.nav-opt-glyphs .dn-dropdown .dn-level1-item-glyph {
  top: 0rem;
}
.nav-opt-glyphs .dn-dropdown-btn-caret {
  top: -0.0625rem;
}
.nav-opt-glyphs .dn-level2-item-glyph,
.nav-opt-glyphs .dn-level3-item-glyph {
  display: inline;
  padding-right: 1.25rem;
}
.nav-opt-glyphs .dn-level2-item-glyph::before,
.nav-opt-glyphs .dn-level3-item-glyph::before {
  top: 0;
  margin-right: -0.1875rem;
  margin-left: -0.1875rem;
  font-size: 1.5rem;
  line-height: 1.5rem;
  color: #67676C;
}
.nav-opt-glyphs .nul-utility-item > a {
  height: 6rem;
}
.nav-opt-glyphs .mn-level1-item-glyph,
.nav-opt-glyphs .mn-level2-item-glyph,
.nav-opt-glyphs .mn-level3-item-glyph {
  display: inline;
  padding-right: 1.25rem;
}
.nav-opt-glyphs .mn-level1-item-glyph::before,
.nav-opt-glyphs .mn-level2-item-glyph::before,
.nav-opt-glyphs .mn-level3-item-glyph::before {
  margin-right: -0.1875rem;
  margin-left: -0.1875rem;
  font-size: 1.5rem;
  line-height: 1.5rem;
  color: #67676C;
}
.nav-opt-glyphs .mn-level1-item-glyph::before {
  top: 0;
  color: rgba(255, 255, 255, 0.6);
}

.nav-opt-brand-header .dn-navbar-container {
  height: 8rem;
}
.nav-opt-brand-header.nav-opt-glyphs .dn-navbar-container {
  height: 10rem;
}
.nav-opt-brand-header .xrx-brand-header {
  display: block;
}
.nav-opt-brand-header .dn-brand-img {
  display: none;
}

.nav-opt-indent .mn-level2-item > a {
  padding-left: 2.5rem;
}
.nav-opt-indent .mn-level3-item > a {
  padding-left: 3.75rem;
}

.nav-opt-left-navbar {
  padding-top: 4rem;
}
.nav-opt-left-navbar .dn-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 970;
  display: none;
  height: 4rem;
  text-align: center;
  background-color: #00546e;
  box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.25);
}
.nav-opt-left-navbar .dn-inner {
  position: relative;
}
.nav-opt-left-navbar .dn-open-btn {
  position: absolute;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 4rem;
  padding: 0 1.0625rem;
  margin: 0;
  cursor: pointer;
  background-color: transparent;
  border: none;
}
.nav-opt-left-navbar .dn-open-btn [class*=xgl-]::before {
  font-size: 1.5rem;
  line-height: 1.5rem;
  color: #ffffff;
  transition: color 0.25s;
}
.nav-opt-left-navbar .dn-open-btn:hover [class*=xgl-]::before {
  color: rgba(255, 255, 255, 0.9);
}
.nav-opt-left-navbar .dn-open-btn:active [class*=xgl-]::before {
  color: rgba(255, 255, 255, 0.6);
}
.nav-opt-left-navbar .dn-app-brand {
  display: inline-flex;
  align-items: center;
  height: 4rem;
}
.nav-opt-left-navbar .dn-app-brand .dn-brand-img {
  display: none;
}
.nav-opt-left-navbar .dn-app-brand .dn-app-brand-label {
  font-size: 1.375rem;
  font-weight: 400;
  color: #ffffff;
}
.nav-opt-left-navbar .nul-utility-item > a {
  height: 4rem;
}

.nav-opt-avatar .nul-utility-item-user .nul-button-glyph,
.nav-opt-avatar .nul-utility-item-user .nul-user-glyph {
  display: none;
}
.nav-opt-avatar .nul-utility-item-user .nul-user-image,
.nav-opt-avatar .nul-utility-item-user .nul-button-image {
  position: relative;
  box-sizing: content-box;
  display: inline;
  width: 1.5rem;
  height: 1.5rem;
  border: solid 0.125rem #fff;
  border-radius: 0.25rem;
  box-shadow: 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.5);
}
.nav-opt-avatar .nul-utility-item-user .nul-user-image {
  width: 3rem;
  height: 3rem;
  margin-right: 0.625rem;
}
.nav-opt-avatar .nul-utility-item-user .nul-button-image {
  top: 0.0625rem;
}

/* ==============================================================================================
   ** SECTION media queries
============================================================================================== */
@media (min-width: 992px) {
  .xrx-brand-header .content,
  .dn-navbar-nav .dn-inner {
    max-width: 970px;
  }
}
@media (min-width: 768px) {
  .dn-header {
    display: block !important;
  }
  .dn-navbar-container {
    display: block;
  }
  .mn-header,
  .mn-navbar-container,
  .mn-backdrop {
    display: none;
  }
  .nul-utility-item {
    float: left;
    padding-right: 1.25rem;
  }
  .nul-secondary-utility {
    position: static;
    float: right;
  }
  .nav-opt-left-navbar .mn-navbar-container,
  .nav-opt-left-navbar .mn-backdrop {
    display: block;
  }
  .nav-opt-left-navbar .nul-secondary-utility {
    position: absolute;
    top: 0;
    right: 0;
    float: none;
  }
  .nav-opt-glyphs .nul-dropdown-menu {
    margin-top: -0.5rem;
  }
  .nav-opt-glyphs .nul-dropdown-menu.show {
    margin-top: -1.125rem;
  }
  .nav-opt-glyphs .nul-dropdown-arrow {
    margin-top: -0.9375rem;
  }
  .nav-opt-glyphs .dropdown.show .nul-dropdown-arrow {
    margin-top: -1.5625rem;
  }
  .nav-opt-left-navbar.nav-opt-glyphs .nul-dropdown-menu {
    margin-top: 0.375rem;
  }
  .nav-opt-left-navbar.nav-opt-glyphs .nul-dropdown-menu.show {
    margin-top: -0.25rem;
  }
  .nav-opt-left-navbar.nav-opt-glyphs .nul-dropdown-arrow {
    margin-top: -0.0625rem;
  }
  .nav-opt-left-navbar.nav-opt-glyphs .dropdown.show .nul-dropdown-arrow {
    margin-top: -0.6875rem;
  }
}
@media (max-width: 767.98px) {
  body {
    padding-top: 0 !important;
  }
}
@media (min-width: 1200px) {
  .xrx-brand-header .content,
  .dn-navbar-nav .dn-inner {
    max-width: 1082px;
  }
  .nav-opt-left-navbar {
    margin-left: 18.75rem;
  }
  .nav-opt-left-navbar .dn-header {
    z-index: 999;
    background-color: #ffffff;
    background-image: none;
    box-shadow: none;
  }
  .nav-opt-left-navbar .dn-open-btn {
    display: none;
  }
  .nav-opt-left-navbar .mn-close-btn {
    visibility: hidden;
  }
  .nav-opt-left-navbar .dn-app-brand {
    float: left;
    padding-left: 1.25rem;
  }
  .nav-opt-left-navbar .dn-app-brand .dn-brand-img {
    top: auto;
    box-sizing: content-box;
    display: inline;
    width: 6.25rem;
    padding: 0;
    font-size: 0;
  }
  .nav-opt-left-navbar .dn-app-brand .dn-app-brand-label {
    padding-left: 1.25rem;
    font-size: 1.375rem;
    font-weight: 400;
    color: #000000;
  }
  .nav-opt-left-navbar .nul-utility-item .nul-button-label,
  .nav-opt-left-navbar .nul-utility-item .nul-button-glyph::before {
    color: #525256;
  }
  .nav-opt-left-navbar .nul-utility-item:hover .nul-button-label,
  .nav-opt-left-navbar .nul-utility-item:hover .nul-button-glyph::before {
    color: #00546e;
  }
  .nav-opt-left-navbar .nul-utility-item.show .nul-button-label,
  .nav-opt-left-navbar .nul-utility-item.show .nul-button-glyph::before, .nav-opt-left-navbar .nul-utility-item:active .nul-button-label,
  .nav-opt-left-navbar .nul-utility-item:active .nul-button-glyph::before {
    color: #002B3C;
  }
  .nav-opt-left-navbar .mn-navbar-container {
    left: 0;
    display: block !important;
  }
  .nav-opt-left-navbar .mn-close-btn {
    outline: none !important;
  }
  .nav-opt-left-navbar .mn-backdrop {
    display: none !important;
  }
  .nav-opt-left-navbar .mn-container {
    padding-bottom: 0;
  }
  .nav-opt-left-navbar .mn-footer {
    display: none;
  }
  .nav-opt-left-navbar .xrx-footer {
    margin-left: 18.75rem;
  }
}
.mn-transition-off {
  transition-property: none;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  padding-bottom: 64px;
}

.xrx-footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 4rem;
  font-size: 0.8125rem;
  color: #525256;
  background-color: #BBBCC3;
}
.xrx-footer nav {
  display: inline-block;
}
.xrx-footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.xrx-footer ul:last-of-type li:last-child::after {
  display: none;
}
.xrx-footer li {
  display: inline-block;
  font-size: 0.8125rem;
}
.xrx-footer li::after {
  display: inline-block;
  padding: 0 0.75rem;
  content: "|";
}
.xrx-footer a {
  color: #525256;
  text-decoration: none;
}
.xrx-footer a:hover {
  text-decoration: underline;
}
.xrx-footer .content {
  position: relative;
  padding: 0.625rem 1.25rem 0.375rem 1.25rem;
  font-size: 0;
  line-height: 1.9;
}
.xrx-footer .content span {
  padding-right: 0.75rem;
  font-size: 0.8125rem;
}
.xrx-footer .xerox-copyright {
  padding-right: 0.75rem;
  font-size: 0.8125rem;
}

.modal-open {
  overflow: hidden;
}

.xrx-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}
.modal-open .xrx-modal {
  overflow-x: hidden;
  overflow-y: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.xrx-modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -25%);
}
@media screen and (prefers-reduced-motion: reduce) {
  .xrx-modal.fade .modal-dialog {
    transition: none;
  }
}
.xrx-modal.show .modal-dialog {
  transform: translate(0, 0);
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 0.5rem * 2);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #F2F2F9;
  background-clip: padding-box;
  border-radius: 0.4375rem;
  box-shadow: 0 3px 14px 0 rgba(0, 0, 0, 0.6);
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: rgba(0, 0, 0, 0.6);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 1;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0.9375rem 1.25rem 0.875rem 1.25rem;
  background-color: #ffffff;
  border-bottom: 1px solid #818187;
  border-top-left-radius: 0.4375rem;
  border-top-right-radius: 0.4375rem;
}
.modal-header .close {
  padding: 1.25rem;
  margin: -1.25rem -1.25rem -1.25rem auto;
}

.modal-title {
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.25;
}

.modal-close-btn {
  position: absolute;
  top: 0.25rem;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.875rem;
  margin: 0;
  color: #525256;
  cursor: pointer;
  background-color: transparent;
  border: none;
  transition: color 0.25s;
}
.modal-close-btn:hover {
  color: #006482;
}
.modal-close-btn span::before {
  font-size: 1.5rem;
  line-height: 1.5rem;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1.25rem;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.modal-footer {
  display: block;
  border-bottom-right-radius: 0.4375rem;
  border-bottom-left-radius: 0.4375rem;
}
.modal-footer .xrx-btn {
  width: 100%;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.modal-sm {
  max-width: 300px;
  margin: 0.5rem auto;
}
.modal-sm .modal-footer {
  display: block;
}
.modal-sm .modal-footer .xrx-btn {
  width: 100%;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 600px;
    margin: 1.75rem auto;
  }
  .modal-dialog.modal-sm {
    max-width: 300px;
  }
  .modal-dialog-centered {
    min-height: calc(100% - 1.75rem * 2);
  }
  .modal-content {
    box-shadow: 0 3px 14px 0 rgba(0, 0, 0, 0.6);
  }
  .modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 900px;
  }
}
.modal-demoted {
  z-index: 1039;
}

.xrx-radio,
.xrx-checkbox {
  position: relative;
  display: table;
  font-size: 0;
}
.xrx-radio > label,
.xrx-checkbox > label {
  position: relative;
  top: 0.0625rem;
  padding-left: 0.625rem;
  margin: 0;
  font-size: 1.125rem;
  line-height: 1.125rem;
  color: #29292D;
  -webkit-user-select: none;
          user-select: none;
}
.xrx-radio .sr-only,
.xrx-checkbox .sr-only {
  padding-left: 0;
}
.xrx-radio .radio,
.xrx-radio .checkbox,
.xrx-checkbox .radio,
.xrx-checkbox .checkbox {
  display: block;
  float: left;
  width: 1.125rem;
  height: 1.125rem;
  overflow: hidden;
}
.xrx-radio .icons,
.xrx-checkbox .icons {
  position: absolute;
  display: block;
  line-height: 0;
  cursor: pointer;
}
.xrx-radio .icons .first-icon,
.xrx-radio .icons .second-icon,
.xrx-checkbox .icons .first-icon,
.xrx-checkbox .icons .second-icon {
  display: inline-table;
  background-color: transparent;
}
.xrx-radio .icons .second-icon,
.xrx-checkbox .icons .second-icon {
  display: none;
}
.xrx-radio .checked .first-icon,
.xrx-checkbox .checked .first-icon {
  display: none;
}
.xrx-radio .checked .second-icon,
.xrx-checkbox .checked .second-icon {
  display: inline-table;
  transition: color 0.25s linear;
}
.xrx-radio [type=radio],
.xrx-radio [type=checkbox],
.xrx-checkbox [type=radio],
.xrx-checkbox [type=checkbox] {
  position: absolute;
  top: 0.625rem;
  left: 0.625rem;
  z-index: -1;
  float: none;
  margin: 0;
  opacity: 0;
}
.xrx-radio .checkbox-focus,
.xrx-checkbox .checkbox-focus {
  outline: thin dotted #333 !important;
  outline-offset: 1px;
}

.xrx-checkbox .icons {
  top: -0.25rem;
  left: 0.125rem;
}
.xrx-checkbox .icons .first-icon::before,
.xrx-checkbox .icons .second-icon::before {
  margin-right: -0.25rem;
  margin-left: -0.25rem;
  font-size: 1.5rem;
  line-height: 1.5rem;
}
.xrx-checkbox.checkbox-sm {
  line-height: 0;
}
.xrx-checkbox.checkbox-sm .checkbox {
  width: 0.875rem;
  height: 1rem;
}
.xrx-checkbox.checkbox-sm > label {
  line-height: 1rem;
}
.xrx-checkbox.checkbox-sm .icons {
  top: -0.1875rem;
  left: 0.125rem;
}
.xrx-checkbox.checkbox-sm .icons .first-icon::before,
.xrx-checkbox.checkbox-sm .icons .second-icon::before {
  margin-right: -0.25rem;
  margin-left: -0.25rem;
  font-size: 1.25rem;
  line-height: 1.25rem;
}

.xrx-radio .icons {
  top: -0.25rem;
  left: 0.125rem;
}
.xrx-radio .icons .first-icon::before,
.xrx-radio .icons .second-icon::before {
  margin-right: -0.25rem;
  margin-left: -0.25rem;
  font-size: 1.5rem;
  line-height: 1.5rem;
}
.xrx-radio.radio-sm {
  line-height: 0;
}
.xrx-radio.radio-sm .radio {
  width: 0.875rem;
  height: 1rem;
}
.xrx-radio.radio-sm > label {
  line-height: 1rem;
}
.xrx-radio.radio-sm .icons {
  top: -0.1875rem;
  left: 0.0625rem;
}
.xrx-radio.radio-sm .icons .first-icon::before,
.xrx-radio.radio-sm .icons .second-icon::before {
  margin-right: -0.25rem;
  margin-left: -0.25rem;
  font-size: 1.25rem;
  line-height: 1.25rem;
}

.glyph-chbx-radio-theme-chkd::before {
  color: #006482;
  transition: color 0.1s linear;
}
.glyph-chbx-radio-theme-uchkd::before {
  color: #525256;
  transition: color 0.1s linear;
}
.glyph-chbx-radio-theme-chkd:hover::before {
  color: #00546e;
}
.glyph-chbx-radio-theme-uchkd:hover::before {
  color: #00546e;
}
.glyph-chbx-radio-theme-chkd:active::before {
  color: #002B3C;
}
.glyph-chbx-radio-theme-uchkd:active::before {
  color: #002B3C;
}
.radio.disabled .glyph-chbx-radio-theme-chkd::before, .checkbox.disabled .glyph-chbx-radio-theme-chkd::before, .radio.disabled .glyph-chbx-radio-theme-uchkd::before, .checkbox.disabled .glyph-chbx-radio-theme-uchkd::before {
  color: rgba(0, 0, 0, 0.3) !important;
  cursor: not-allowed;
}

.glyph-chbx-radio-gold-chkd::before {
  color: #ffaf3d;
  transition: color 0.1s linear;
}
.glyph-chbx-radio-gold-uchkd::before {
  color: #525256;
  transition: color 0.1s linear;
}
.glyph-chbx-radio-gold-chkd:hover::before {
  color: #fd9726;
}
.glyph-chbx-radio-gold-uchkd:hover::before {
  color: #fd9726;
}
.glyph-chbx-radio-gold-chkd:active::before {
  color: #dc7f18;
}
.glyph-chbx-radio-gold-uchkd:active::before {
  color: #dc7f18;
}
.radio.disabled .glyph-chbx-radio-gold-chkd::before, .checkbox.disabled .glyph-chbx-radio-gold-chkd::before, .radio.disabled .glyph-chbx-radio-gold-uchkd::before, .checkbox.disabled .glyph-chbx-radio-gold-uchkd::before {
  color: rgba(0, 0, 0, 0.3) !important;
  cursor: not-allowed;
}

.disabled-radio-label,
.disabled-checkbox-label {
  color: rgba(0, 0, 0, 0.3) !important;
}

.ui-spinner {
  display: block;
  position: relative;
  height: 2.75rem;
  width: 9.4375rem;
  vertical-align: middle;
  border-radius: 0.25rem;
  touch-action: none;
  -ms-content-zooming: none;
  -webkit-user-select: none;
          user-select: none;
}
.ui-spinner .ui-button-text {
  display: block;
  line-height: normal;
}
.ui-spinner .ui-button-qseudo-border {
  display: none;
  position: absolute;
  top: 0;
  right: 2.6875rem;
  z-index: 9;
  width: 0.0625rem;
  height: 2.75rem;
  background-color: #F2F2F9;
}
.ui-spinner.focus {
  outline: thin dotted #333;
  outline-offset: 1px;
}
.ui-spinner.focus .ui-spinner-button {
  background-color: #006482;
  color: #ffffff;
}
.ui-spinner.focus .ui-button-qseudo-border {
  display: block;
  pointer-events: none;
}
.ui-spinner .ui-spinner-input {
  height: 2.75rem;
  font-size: 1.25rem;
}
.ui-spinner .ui-spinner-button {
  height: 2.75rem;
  line-height: 2.75rem;
}
.ui-spinner .ui-icon::before {
  top: 0.5625rem;
  left: 0.75rem;
  margin-right: -0.1875rem;
  margin-left: -0.1875rem;
  font-size: 1.5rem;
  line-height: 1.5rem;
}
.ui-spinner .ui-button-qseudo-border {
  height: 2.75rem;
}
.ui-spinner.spinner-sm {
  height: 2rem;
}
.ui-spinner.spinner-sm .ui-spinner-input {
  height: 2rem;
  font-size: 1.125rem;
}
.ui-spinner.spinner-sm .ui-spinner-button {
  height: 2rem;
  line-height: 2rem;
}
.ui-spinner.spinner-sm .ui-button-qseudo-border {
  height: 2rem;
}
.ui-spinner.spinner-sm .ui-icon::before {
  top: 0.3125rem;
  left: 0.875rem;
  margin-right: -0.1875rem;
  margin-left: -0.1875rem;
  font-size: 1.25rem;
  line-height: 1.25rem;
}
.ua-ie .ui-spinner.spinner-sm .ui-spinner-input {
  line-height: 0;
}

.ui-spinner-input {
  width: 4.125rem;
  height: 2.75rem;
  margin-right: -0.125rem;
  padding: 0.375rem 0.75rem;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.3;
  background-color: #ffffff !important;
  border-color: #818187;
  border-radius: 0.25rem 0 0 0.25rem;
  color: #000000 !important;
  float: left;
  color: #000000;
  text-align: center;
}
.ui-spinner-input:hover {
  position: relative;
  z-index: 0;
  border-color: #155fbb;
}
.ui-spinner-input:focus {
  border-color: #006482 !important;
}

.input-group-addon + .ui-spinner .ui-spinner-input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.ui-spinner-button {
  cursor: default;
  display: block;
  font-size: 0.5rem;
  height: 2.75rem;
  margin: 0;
  overflow: hidden;
  padding: 0;
  right: 0;
  text-align: center;
  width: 2.75rem;
  cursor: pointer;
  color: #006482;
  text-decoration: none;
  background-color: #F2F2F9;
  border: 1px solid #006482;
  outline: none;
  float: left;
  text-decoration: none;
  transition: background-color 0.15s, border-color 0.15s;
}
.ui-spinner-button:hover {
  background-color: #00546e;
  color: #ffffff;
  border-color: #00546e;
  text-decoration: none;
}
.ui-spinner-button > span:before {
  -webkit-user-select: none;
          user-select: none;
}

.ui-spinner.focus .ui-spinner-button {
  border-color: #006482;
}
.ui-spinner.focus .ui-spinner-button:hover {
  background-color: #00546e;
}

.ui-spinner-up {
  position: relative;
  border-radius: 0 0.25rem 0.25rem 0;
}

.ui-spinner-down {
  position: relative;
  border-radius: 0;
  margin-right: -0.0625rem;
}
.ui-spinner-down:hover + .ui-spinner-up {
  border-left-color: #00546e;
  z-index: -1;
}

.ui-spinner-up,
.ui-spinner-down {
  font-size: 1.25rem;
  line-height: 2.75rem;
}

.ui-spinner.focus .ui-spinner-button:active {
  background-color: #002B3C;
  border-color: #002B3C;
}

.ui-spinner .ui-spinner-input[readonly] {
  background-color: #F2F2F9 !important;
  border-color: rgba(0, 0, 0, 0.3) !important;
}

.ui-spinner.ui-state-disabled {
  opacity: 1;
}
.ui-spinner.ui-state-disabled .ui-spinner-input {
  background-color: transparent !important;
  border-color: #818187 !important;
  border-right: none;
  color: rgba(0, 0, 0, 0.3) !important;
  cursor: not-allowed;
}
.ui-spinner.ui-state-disabled .ui-spinner-button {
  background-color: transparent;
  border-color: #818187;
  outline: 0;
  color: rgba(0, 0, 0, 0.3);
  text-decoration: none;
  cursor: not-allowed;
}
.ui-spinner.ui-state-disabled .ui-spinner-button .ui-icon {
  cursor: not-allowed;
}

.ui-spinner.disable-spinner-down {
  cursor: not-allowed;
}
.ui-spinner.disable-spinner-down .ui-spinner-down {
  z-index: -1;
  border-color: #818187;
  color: rgba(0, 0, 0, 0.3);
}

.ui-spinner.disable-spinner-up {
  cursor: not-allowed;
}
.ui-spinner.disable-spinner-up .ui-spinner-up {
  z-index: -1;
  border-color: #818187;
  color: rgba(0, 0, 0, 0.3);
}

.ui-spinner.disable-spinner-down.focus .ui-spinner-down {
  background-color: transparent;
  border-color: #818187;
}
.ui-spinner.disable-spinner-down.focus .ui-button-qseudo-border {
  display: none;
}

.ui-spinner.disable-spinner-up.focus .ui-spinner-up {
  background-color: transparent;
  border-color: #818187;
}
.ui-spinner.disable-spinner-up.focus .ui-button-qseudo-border {
  display: none;
}

.range-label {
  padding-left: 0.3125rem;
  font-size: 0.875rem;
  line-height: 0;
  color: #29292D;
}

.spinner-label {
  color: #29292D;
  -webkit-user-select: none;
          user-select: none;
}
.spinner-label.disabled {
  color: rgba(0, 0, 0, 0.3) !important;
}
.spinner-label.disabled .range-label {
  color: rgba(0, 0, 0, 0.3) !important;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.6875rem 1.125rem 0.625rem 1.125rem;
  margin-bottom: 0;
  list-style: none;
  background-color: #F2F2F9;
  border-radius: 0;
}

.breadcrumb.breadcrumb-white-bg {
  background-color: #ffffff;
}

.breadcrumb-item .xgl-home::before {
  top: 0.25rem;
  margin-right: -0.0625rem;
  margin-left: -0.0625rem;
  font-size: 1.25rem;
  line-height: 1.25rem;
}
.breadcrumb-item a {
  text-decoration: none;
}
.breadcrumb-item a:hover {
  color: #00546e;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #818187;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #000000;
}
.breadcrumb-item.active .xgl-home::before {
  color: #000000;
}

.page-button-pagination,
.list-pagination,
.page-pagination {
  font-size: 0;
  margin-bottom: 0.9375rem;
}
.page-button-pagination::after,
.list-pagination::after,
.page-pagination::after {
  display: block;
  clear: both;
  content: "";
}

.pagination {
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 0;
  font-size: 0;
}
.pagination > li {
  margin-left: 0.25rem;
  display: inline-block;
  min-width: 2.75rem;
  text-align: center;
  float: left;
}
.pagination > li > a {
  display: inline-block;
  min-width: 2.75rem;
  height: 2.75rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  color: #006482;
  text-decoration: none;
  text-align: center;
  font-size: 1.25rem;
  line-height: 2.75rem;
  border-radius: 4px;
  transition: background-color 0.2s linear, color 0.2s linear, border 0.2s;
  -webkit-user-select: none;
          user-select: none;
}
.pagination > li > a:hover {
  background-color: #00546e;
  color: #ffffff;
}
.pagination > li > a:focus {
  outline: thin dotted #333;
  outline-offset: 1px;
}
.pagination > li > a:active {
  background-color: #002B3C;
  color: #ffffff;
}
.pagination > li.active a {
  background-color: #006482;
  color: #ffffff;
}
.pagination > li [class*=xgl-]::before {
  margin-right: -0.1875rem;
  margin-left: -0.1875rem;
  font-size: 1.5rem;
  line-height: 1.5rem;
}
.pagination > li .xgl-navigate_left::before {
  top: 9px;
  left: 6px;
}
.pagination > li .xgl-navigate_right::before {
  top: 9px;
  left: 8px;
}
.pagination > li:first-child {
  margin-left: 0;
}
.pagination [aria-label=Previous],
.pagination [aria-label=Next] {
  min-width: 3.375rem;
  border: 1px solid #006482;
  border-radius: 4px;
}
.pagination [aria-label=Previous]:hover,
.pagination [aria-label=Next]:hover {
  border-color: #00546e;
}
.pagination [aria-label=Previous]:active,
.pagination [aria-label=Next]:active {
  border-color: #002B3C;
}
.pagination > li.disabled {
  height: 2.75rem;
  min-width: 3.375rem;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  cursor: not-allowed;
}
.pagination > li.disabled .xgl-navigate_left::before {
  top: 9px;
  left: -1px;
}
.pagination > li.disabled .xgl-navigate_right::before {
  top: 9px;
  left: 1px;
}
.pagination > li.disabled > span > span {
  color: rgba(0, 0, 0, 0.3);
}
.pagination [aria-label=Previous],
.pagination [aria-label=Next] {
  overflow: hidden;
}
.pagination .dropdown-menu {
  min-width: 4.1875rem !important;
}
.pagination .dropdown-item {
  justify-content: center;
  min-width: 0;
  text-decoration: none;
}
.pagination .dropdown.show > a {
  background-color: #002B3C;
  color: #ffffff;
}
.pagination .dropdown .xgl-ellipsis::before {
  top: 10px;
  left: 3px;
}
.pagination .dropdown-toggle {
  overflow: hidden;
}

.list-pagination .range-container {
  float: left;
}
.list-pagination .range-container .items-showing {
  font-size: 1.25rem;
}
.list-pagination .range-container .dropdown .xgl-ellipsis {
  padding-left: 0.625rem;
}
.list-pagination .range-container .dropdown .xgl-navigate_down {
  height: 0.0625rem;
  padding-left: 0.625rem;
  float: right;
}
.list-pagination .range-container .dropdown .xgl-navigate_down::before {
  top: 0.75rem;
  margin-right: -0.25rem;
  margin-left: -0.25rem;
  font-size: 1.375rem;
  line-height: 1.375rem;
}
.list-pagination .range-container .dropdown-toggle {
  border: 1px solid #006482;
  line-height: 2.75rem;
}
.list-pagination .range-container .dropdown-toggle:hover {
  border-color: #00546e;
}
.list-pagination .range-container .dropdown-toggle:active {
  border-color: #002B3C;
}
.list-pagination .items-per-page-container {
  margin-left: 1rem;
  float: left;
}
.list-pagination .dropdown-menu {
  min-width: 0;
}
.list-pagination .dropdown-item {
  justify-content: center;
  min-width: 4.1875rem;
}

.page-button-pagination li {
  margin-left: 1rem;
}
.page-button-pagination li:first-child {
  margin-left: 0;
}

.xrx-seg-control::after {
  display: block;
  clear: both;
  content: "";
}
.xrx-seg-control .btn-secondary.checked {
  color: #ffffff;
  background: #006482 !important;
  border-color: #006482 !important;
}
.xrx-seg-control button {
  float: left;
  border-radius: 0;
  border-right: none;
  min-width: 44px;
}
.xrx-seg-control button label {
  margin-bottom: 0;
  cursor: pointer;
}
.xrx-seg-control button:first-of-type {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.xrx-seg-control button:last-of-type {
  border-right: 1px solid #006482;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.xrx-seg-control button:last-of-type:hover {
  border-right: 1px solid #002B3C;
}
.xrx-seg-control button:last-of-type:disabled {
  border-right-color: rgba(0, 0, 0, 0.3);
}
.xrx-seg-control button:not(:disabled) + button:disabled {
  border-left-color: #006482;
}
.xrx-seg-control button:disabled {
  transition: none;
}
.xrx-seg-control .sr-only {
  padding-left: 0 !important;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
}
.table th,
.table td {
  padding: 0.5rem;
  vertical-align: top;
  border-bottom: 1px solid #818187;
}
.table thead th {
  height: 2.75rem;
  font-weight: 400;
  vertical-align: bottom;
}
.table thead th {
  background-color: #ffffff;
}

.table-sm th,
.table-sm td {
  padding: 5px 5px 4px 5px;
  font-size: 1rem;
}
.table-sm thead th {
  height: 2.125rem;
}

.table-bordered {
  border: 1px solid #818187;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #818187;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 1px;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #D9D9DF;
}

.table-hover tbody tr {
  transition: background-color 0.25s;
}
.table-hover tbody tr:hover {
  background-color: #e2eff5;
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8d4dc;
  transition: background-color 0.25s;
}

.table-hover .table-primary:hover {
  background-color: #a7cad4;
  transition: background-color 0.25s;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #a7cad4;
  transition: background-color 0.25s;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #cfcfd0;
  transition: background-color 0.25s;
}

.table-hover .table-secondary:hover {
  background-color: #c2c2c3;
  transition: background-color 0.25s;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c2c2c3;
  transition: background-color 0.25s;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c2dec4;
  transition: background-color 0.25s;
}

.table-hover .table-success:hover {
  background-color: #b1d5b4;
  transition: background-color 0.25s;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1d5b4;
  transition: background-color 0.25s;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bed9e2;
  transition: background-color 0.25s;
}

.table-hover .table-info:hover {
  background-color: #accfda;
  transition: background-color 0.25s;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #accfda;
  transition: background-color 0.25s;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fee2c2;
  transition: background-color 0.25s;
}

.table-hover .table-warning:hover {
  background-color: #fed6a9;
  transition: background-color 0.25s;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #fed6a9;
  transition: background-color 0.25s;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f4c1c5;
  transition: background-color 0.25s;
}

.table-hover .table-danger:hover {
  background-color: #f0abb1;
  transition: background-color 0.25s;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f0abb1;
  transition: background-color 0.25s;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #f4f4f6;
  transition: background-color 0.25s;
}

.table-hover .table-light:hover {
  background-color: #e6e6eb;
  transition: background-color 0.25s;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #e6e6eb;
  transition: background-color 0.25s;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c3c3c4;
  transition: background-color 0.25s;
}

.table-hover .table-dark:hover {
  background-color: #b6b6b7;
  transition: background-color 0.25s;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b6b6b7;
  transition: background-color 0.25s;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: #e2eff5;
  transition: background-color 0.25s;
}

.table-hover .table-active:hover {
  background-color: #cfe5ee;
  transition: background-color 0.25s;
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: #cfe5ee;
  transition: background-color 0.25s;
}

.table .thead-inverse th {
  color: #ffffff;
  background-color: #525256;
  border-color: #525256;
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive > .table-bordered {
  border: 0;
}

.table-theme {
  background-color: rgba(255, 255, 255, 0.1);
}
.table-theme th,
.table-theme td {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
.table-theme thead th {
  color: #006482;
}

.table-alert {
  background-color: rgba(255, 255, 255, 0.1);
}
.table-alert th,
.table-alert td {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
.table-alert thead th {
  color: #000000;
}

@media (min-width: 1025px) {
  .table-responsive-border {
    position: relative;
    padding: 0 1px;
    margin-bottom: 1rem;
    background-color: #818187;
  }
  .table-responsive-border::before {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2.75rem;
    color: #ffffff;
    content: ".";
    background-color: #ffffff;
  }
  .table-responsive-border .table {
    position: relative;
    margin-bottom: 0;
    background-color: #F2F2F9;
  }
  .table-responsive-border-sm {
    position: relative;
    padding: 0 1px;
    margin-bottom: 1rem;
    background-color: #818187;
  }
  .table-responsive-border-sm::before {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2.125rem;
    color: #ffffff;
    content: ".";
    background-color: #ffffff;
  }
  .table-responsive-border-sm .table {
    position: relative;
    margin-bottom: 0;
    background-color: #F2F2F9;
  }
}
.table.table-sort thead th {
  position: relative;
  padding-right: 50px;
}
.table.table-sort thead th.sort:active {
  background-color: #D9D9DF;
}
.table.table-sort thead th .sort-glyph {
  display: none;
}
.table.table-sort thead th.sort-active .sort-glyph {
  display: inline !important;
}
.table.table-sort .sort-glyph {
  position: absolute;
  top: 0.625rem;
  right: 1.5625rem;
  color: #525256;
}
.ua-firefox .table.table-sort .sort-glyph {
  top: 0.4375rem;
}
.table.table-sort .sort-glyph::before {
  margin-right: -0.1875rem;
  margin-left: -0.1875rem;
  font-size: 1.5rem;
  line-height: 1.5rem;
}

.table.table-sort.table-sm thead th {
  padding-right: 2.875rem;
}
.table.table-sort.table-sm .sort-glyph {
  top: 0.4375rem;
}
.table.table-sort.table-sm .sort-glyph::before {
  margin-right: -0.1875rem;
  margin-left: -0.1875rem;
  font-size: 1.25rem;
  line-height: 1.25rem;
}

.table.table-sort .thead-inverse thead th.sort:active {
  background-color: #29292D;
}
.table.table-sort .thead-inverse .sort-glyph {
  color: #ffffff;
}

.table.table-sort.table-sm .thead-inverse .sort-glyph {
  color: #ffffff;
}

.xrx-header {
  display: flex;
  align-items: center;
  height: 48px;
  padding-left: 16px;
  background-color: #D9D9DF;
  color: #000000;
  font-weight: 700;
}
.xrx-header.header-secondary {
  background-color: #ffffff;
}
.xrx-header.header-primary {
  background-color: #b5d6e4;
}
.xrx-header.header-success {
  background-color: #caf7ba;
}
.xrx-header.header-warning {
  background-color: #fff3bb;
}
.xrx-header.header-danger {
  background-color: #ffcbcf;
}
.xrx-header.header-info {
  background-color: #bcefff;
}

.xrx-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
          user-select: none;
  border: none;
  color: #000000;
  background-color: #FAFAFF;
  box-shadow: inset 0 1px 0 0 #ffffff, 0px 2px 4px rgba(0, 0, 0, 0.16), 0px 1px 3px rgba(0, 0, 0, 0.16), 0px 1px 2px rgba(0, 0, 0, 0.16);
  transition: all 0.165s;
  height: 3rem;
  padding: 0 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.375rem;
}
.ua-desktop .xrx-btn:hover:not(:focus) {
  color: #000000;
  background-color: #FAFAFF;
  box-shadow: inset 0 1px 0 0 #ffffff, 0px 6px 12px rgba(0, 0, 0, 0.16), 0px 3px 6px rgba(0, 0, 0, 0.16), 0px 1px 6px rgba(0, 0, 0, 0.16);
}
.ua-desktop .using-mouse .xrx-btn:hover {
  background-color: #FAFAFF;
  box-shadow: inset 0 1px 0 0 #ffffff, 0px 6px 12px rgba(0, 0, 0, 0.16), 0px 3px 6px rgba(0, 0, 0, 0.16), 0px 1px 6px rgba(0, 0, 0, 0.16);
}
.xrx-btn:focus {
  outline: none;
  box-shadow: inset 0 1px 0 0 #ffffff, 0 0 0 3px #00a6f3, 0 0 0 6px rgba(0, 166, 243, 0.2);
}
.using-mouse .xrx-btn:focus {
  outline: none;
  box-shadow: inset 0 1px 0 0 #ffffff, 0px 2px 4px rgba(0, 0, 0, 0.16), 0px 1px 3px rgba(0, 0, 0, 0.16), 0px 1px 2px rgba(0, 0, 0, 0.16);
}
.xrx-btn:not(:disabled):not(.disabled):active, .xrx-btn:not(:disabled):not(.disabled).active {
  color: #000000;
  background-color: #BBBCC3;
  box-shadow: inset 0px 1px 2px 0 rgba(0, 0, 0, 0.5), inset 0 1px 0 0 #ffffff, 0 0 0 3px #00a6f3, 0 0 0 6px rgba(0, 166, 243, 0.2);
  transition-duration: 0.067s;
  transform: scale(0.978);
}
.using-mouse .xrx-btn:not(:disabled):not(.disabled):active, .using-mouse .xrx-btn:not(:disabled):not(.disabled).active {
  box-shadow: inset 0px 1px 2px 0 rgba(0, 0, 0, 0.5);
}
.xrx-btn.disabled, .xrx-btn:disabled {
  color: rgba(0, 0, 0, 0.3) !important;
  background-color: rgba(187, 188, 195, 0.3) !important;
  box-shadow: none !important;
}
.xrx-btn.btn-inline {
  height: 40px;
  padding: 0 12px;
}
.xrx-btn.btn-inline.btn-glyph {
  padding: 0 10px;
}
.xrx-btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.xrx-btn:disabled, .xrx-btn.disabled {
  cursor: not-allowed;
}

a.xrx-btn {
  line-height: 3rem;
}

a.xrx-btn.disabled,
fieldset:disabled a.xrx-btn {
  pointer-events: none;
}

.xrx-btn.btn-primary {
  color: #ffffff;
  background-color: #006482;
  box-shadow: inset 0 1px 0 0 #1e7b97, 0px 2px 4px rgba(0, 0, 0, 0.16), 0px 1px 3px rgba(0, 0, 0, 0.16), 0px 1px 2px rgba(0, 0, 0, 0.16);
  transition: all 0.165s;
}
.ua-desktop .xrx-btn.btn-primary:hover:not(:focus) {
  color: #ffffff;
  background-color: #006482;
  box-shadow: inset 0 1px 0 0 #1e7b97, 0px 6px 12px rgba(0, 0, 0, 0.16), 0px 3px 6px rgba(0, 0, 0, 0.16), 0px 1px 6px rgba(0, 0, 0, 0.16);
}
.ua-desktop .using-mouse .xrx-btn.btn-primary:hover {
  background-color: #006482;
  box-shadow: inset 0 1px 0 0 #1e7b97, 0px 6px 12px rgba(0, 0, 0, 0.16), 0px 3px 6px rgba(0, 0, 0, 0.16), 0px 1px 6px rgba(0, 0, 0, 0.16);
}
.xrx-btn.btn-primary:focus {
  outline: none;
  box-shadow: inset 0 1px 0 0 #1e7b97, 0 0 0 3px #00a6f3, 0 0 0 6px rgba(0, 166, 243, 0.2);
}
.using-mouse .xrx-btn.btn-primary:focus {
  outline: none;
  box-shadow: inset 0 1px 0 0 #1e7b97, 0px 2px 4px rgba(0, 0, 0, 0.16), 0px 1px 3px rgba(0, 0, 0, 0.16), 0px 1px 2px rgba(0, 0, 0, 0.16);
}
.xrx-btn.btn-primary:not(:disabled):not(.disabled):active, .xrx-btn.btn-primary:not(:disabled):not(.disabled).active {
  color: #ffffff;
  background-color: #003B51;
  box-shadow: inset 0 1px 2px 0 rgb(0, 0, 0), inset 0 1px 0 0 #1e7b97, 0 0 0 3px #00a6f3, 0 0 0 6px rgba(0, 166, 243, 0.2);
  transition-duration: 0.067s;
  transform: scale(0.978);
}
.using-mouse .xrx-btn.btn-primary:not(:disabled):not(.disabled):active, .using-mouse .xrx-btn.btn-primary:not(:disabled):not(.disabled).active {
  box-shadow: inset 0 1px 2px 0 rgb(0, 0, 0);
}
.xrx-btn.btn-primary.disabled, .xrx-btn.btn-primary:disabled {
  color: rgba(255, 255, 255, 0.3) !important;
  background-color: rgba(30, 123, 151, 0.3) !important;
  box-shadow: none !important;
}

.xrx-btn.btn-secondary {
  color: #000000;
  background-color: #BBBCC3;
  box-shadow: inset 0 1px 0 0 #D9D9DF, 0px 2px 4px rgba(0, 0, 0, 0.16), 0px 1px 3px rgba(0, 0, 0, 0.16), 0px 1px 2px rgba(0, 0, 0, 0.16);
  transition: all 0.165s;
}
.ua-desktop .xrx-btn.btn-secondary:hover:not(:focus) {
  color: #000000;
  background-color: #BBBCC3;
  box-shadow: inset 0 1px 0 0 #D9D9DF, 0px 6px 12px rgba(0, 0, 0, 0.16), 0px 3px 6px rgba(0, 0, 0, 0.16), 0px 1px 6px rgba(0, 0, 0, 0.16);
}
.ua-desktop .using-mouse .xrx-btn.btn-secondary:hover {
  background-color: #BBBCC3;
  box-shadow: inset 0 1px 0 0 #D9D9DF, 0px 6px 12px rgba(0, 0, 0, 0.16), 0px 3px 6px rgba(0, 0, 0, 0.16), 0px 1px 6px rgba(0, 0, 0, 0.16);
}
.xrx-btn.btn-secondary:focus {
  outline: none;
  box-shadow: inset 0 1px 0 0 #D9D9DF, 0 0 0 3px #00a6f3, 0 0 0 6px rgba(0, 166, 243, 0.2);
}
.using-mouse .xrx-btn.btn-secondary:focus {
  outline: none;
  box-shadow: inset 0 1px 0 0 #D9D9DF, 0px 2px 4px rgba(0, 0, 0, 0.16), 0px 1px 3px rgba(0, 0, 0, 0.16), 0px 1px 2px rgba(0, 0, 0, 0.16);
}
.xrx-btn.btn-secondary:not(:disabled):not(.disabled):active, .xrx-btn.btn-secondary:not(:disabled):not(.disabled).active {
  color: #000000;
  background-color: #818187;
  box-shadow: inset 0px 1px 2px 0 rgba(0, 0, 0, 0.5), inset 0 1px 0 0 #D9D9DF, 0 0 0 3px #00a6f3, 0 0 0 6px rgba(0, 166, 243, 0.2);
  transition-duration: 0.067s;
  transform: scale(0.978);
}
.using-mouse .xrx-btn.btn-secondary:not(:disabled):not(.disabled):active, .using-mouse .xrx-btn.btn-secondary:not(:disabled):not(.disabled).active {
  box-shadow: inset 0px 1px 2px 0 rgba(0, 0, 0, 0.5);
}
.xrx-btn.btn-secondary.disabled, .xrx-btn.btn-secondary:disabled {
  color: rgba(0, 0, 0, 0.3) !important;
  background-color: rgba(187, 188, 195, 0.3) !important;
  box-shadow: none !important;
}

.xrx-theme-appearance .xrx-btn {
  color: #ffffff;
  background-color: #006482;
  box-shadow: inset 0 1px 0 0 #1e7b97, 0px 2px 4px rgba(0, 0, 0, 0.2), 0px 1px 3px rgba(0, 0, 0, 0.2), 0px 1px 2px rgba(0, 0, 0, 0.2);
  transition: all 0.165s;
}
.ua-desktop .xrx-theme-appearance .xrx-btn:hover:not(:focus) {
  color: #ffffff;
  background-color: #006482;
  box-shadow: inset 0 1px 0 0 #1e7b97, 0px 6px 12px rgba(0, 0, 0, 0.2), 0px 3px 6px rgba(0, 0, 0, 0.2), 0px 1px 6px rgba(0, 0, 0, 0.2);
}
.ua-desktop .using-mouse .xrx-theme-appearance .xrx-btn:hover {
  background-color: #006482;
  box-shadow: inset 0 1px 0 0 #1e7b97, 0px 6px 12px rgba(0, 0, 0, 0.2), 0px 3px 6px rgba(0, 0, 0, 0.2), 0px 1px 6px rgba(0, 0, 0, 0.2);
}
.xrx-theme-appearance .xrx-btn:focus {
  outline: none;
  box-shadow: inset 0 1px 0 0 #1e7b97, 0 0 0 3px #00a6f3, 0 0 0 6px rgba(0, 166, 243, 0.2);
}
.using-mouse .xrx-theme-appearance .xrx-btn:focus {
  outline: none;
  box-shadow: inset 0 1px 0 0 #1e7b97, 0px 2px 4px rgba(0, 0, 0, 0.2), 0px 1px 3px rgba(0, 0, 0, 0.2), 0px 1px 2px rgba(0, 0, 0, 0.2);
}
.xrx-theme-appearance .xrx-btn:not(:disabled):not(.disabled):active, .xrx-theme-appearance .xrx-btn:not(:disabled):not(.disabled).active {
  color: #ffffff;
  background-color: #003B51;
  box-shadow: inset 0 1px 2px 0 rgb(0, 0, 0), inset 0 1px 0 0 #1e7b97, 0 0 0 3px #00a6f3, 0 0 0 6px rgba(0, 166, 243, 0.2);
  transition-duration: 0.067s;
  transform: scale(0.978);
}
.using-mouse .xrx-theme-appearance .xrx-btn:not(:disabled):not(.disabled):active, .using-mouse .xrx-theme-appearance .xrx-btn:not(:disabled):not(.disabled).active {
  box-shadow: inset 0 1px 2px 0 rgb(0, 0, 0);
}
.xrx-theme-appearance .xrx-btn.disabled, .xrx-theme-appearance .xrx-btn:disabled {
  color: rgba(255, 255, 255, 0.3) !important;
  background-color: rgba(30, 123, 151, 0.3) !important;
  box-shadow: none !important;
}

.xrx-theme-appearance .xrx-btn.btn-primary {
  color: #000000;
  background-color: #8abed2;
  box-shadow: inset 0 1px 0 0 #b5d6e4, 0px 2px 4px rgba(0, 0, 0, 0.2), 0px 1px 3px rgba(0, 0, 0, 0.2), 0px 1px 2px rgba(0, 0, 0, 0.2);
  transition: all 0.165s;
}
.ua-desktop .xrx-theme-appearance .xrx-btn.btn-primary:hover:not(:focus) {
  color: #000000;
  background-color: #8abed2;
  box-shadow: inset 0 1px 0 0 #b5d6e4, 0px 6px 12px rgba(0, 0, 0, 0.2), 0px 3px 6px rgba(0, 0, 0, 0.2), 0px 1px 6px rgba(0, 0, 0, 0.2);
}
.ua-desktop .using-mouse .xrx-theme-appearance .xrx-btn.btn-primary:hover {
  background-color: #8abed2;
  box-shadow: inset 0 1px 0 0 #b5d6e4, 0px 6px 12px rgba(0, 0, 0, 0.2), 0px 3px 6px rgba(0, 0, 0, 0.2), 0px 1px 6px rgba(0, 0, 0, 0.2);
}
.xrx-theme-appearance .xrx-btn.btn-primary:focus {
  outline: none;
  box-shadow: inset 0 1px 0 0 #b5d6e4, 0 0 0 3px #00a6f3, 0 0 0 6px rgba(0, 166, 243, 0.2);
}
.using-mouse .xrx-theme-appearance .xrx-btn.btn-primary:focus {
  outline: none;
  box-shadow: inset 0 1px 0 0 #b5d6e4, 0px 2px 4px rgba(0, 0, 0, 0.2), 0px 1px 3px rgba(0, 0, 0, 0.2), 0px 1px 2px rgba(0, 0, 0, 0.2);
}
.xrx-theme-appearance .xrx-btn.btn-primary:not(:disabled):not(.disabled):active, .xrx-theme-appearance .xrx-btn.btn-primary:not(:disabled):not(.disabled).active {
  color: #000000;
  background-color: #539cb6;
  box-shadow: inset 0 1px 2px 0 rgb(0, 0, 0), inset 0 1px 0 0 #b5d6e4, 0 0 0 3px #00a6f3, 0 0 0 6px rgba(0, 166, 243, 0.2);
  transition-duration: 0.067s;
  transform: scale(0.978);
}
.using-mouse .xrx-theme-appearance .xrx-btn.btn-primary:not(:disabled):not(.disabled):active, .using-mouse .xrx-theme-appearance .xrx-btn.btn-primary:not(:disabled):not(.disabled).active {
  box-shadow: inset 0 1px 2px 0 rgb(0, 0, 0);
}
.xrx-theme-appearance .xrx-btn.btn-primary.disabled, .xrx-theme-appearance .xrx-btn.btn-primary:disabled {
  color: rgba(0, 0, 0, 0.3) !important;
  background-color: rgba(30, 123, 151, 0.3) !important;
  box-shadow: none !important;
}

.xrx-theme-appearance .xrx-btn.btn-primary.btn-emphasis {
  color: #000000;
  background-color: #8abed2;
  box-shadow: inset 0 1px 0 0 #b5d6e4, 0px 6px 12px rgba(0, 0, 0, 0.2), 0px 3px 6px rgba(0, 0, 0, 0.2), 0px 1px 6px rgba(0, 0, 0, 0.2);
  transition: all 0.165s;
}
.ua-desktop .xrx-theme-appearance .xrx-btn.btn-primary.btn-emphasis:hover:not(:focus) {
  color: #000000;
  background-color: #8abed2;
  box-shadow: inset 0 1px 0 0 #b5d6e4, 0px 16px 24px rgba(0, 0, 0, 0.2), 0px 8px 12px rgba(0, 0, 0, 0.2), 0px 1px 12px rgba(0, 0, 0, 0.2);
}
.ua-desktop .using-mouse .xrx-theme-appearance .xrx-btn.btn-primary.btn-emphasis:hover {
  background-color: #8abed2;
  box-shadow: inset 0 1px 0 0 #b5d6e4, 0px 16px 24px rgba(0, 0, 0, 0.2), 0px 8px 12px rgba(0, 0, 0, 0.2), 0px 1px 12px rgba(0, 0, 0, 0.2);
}
.xrx-theme-appearance .xrx-btn.btn-primary.btn-emphasis:focus {
  outline: none;
  box-shadow: inset 0 1px 0 0 #b5d6e4, 0 0 0 3px #00a6f3, 0 0 0 6px rgba(0, 166, 243, 0.2);
}
.using-mouse .xrx-theme-appearance .xrx-btn.btn-primary.btn-emphasis:focus {
  outline: none;
  box-shadow: inset 0 1px 0 0 #b5d6e4, 0px 6px 12px rgba(0, 0, 0, 0.2), 0px 3px 6px rgba(0, 0, 0, 0.2), 0px 1px 6px rgba(0, 0, 0, 0.2);
}
.xrx-theme-appearance .xrx-btn.btn-primary.btn-emphasis:not(:disabled):not(.disabled):active, .xrx-theme-appearance .xrx-btn.btn-primary.btn-emphasis:not(:disabled):not(.disabled).active {
  color: #000000;
  background-color: #539cb6;
  box-shadow: inset 0 1px 2px 0 rgb(0, 0, 0), inset 0 1px 0 0 #b5d6e4, 0 0 0 3px #00a6f3, 0 0 0 6px rgba(0, 166, 243, 0.2);
  transition-duration: 0.067s;
  transform: scale(0.978);
}
.using-mouse .xrx-theme-appearance .xrx-btn.btn-primary.btn-emphasis:not(:disabled):not(.disabled):active, .using-mouse .xrx-theme-appearance .xrx-btn.btn-primary.btn-emphasis:not(:disabled):not(.disabled).active {
  box-shadow: inset 0 1px 2px 0 rgb(0, 0, 0);
}
.xrx-theme-appearance .xrx-btn.btn-primary.btn-emphasis.disabled, .xrx-theme-appearance .xrx-btn.btn-primary.btn-emphasis:disabled {
  color: rgba(0, 0, 0, 0.3) !important;
  background-color: rgba(30, 123, 151, 0.3) !important;
  box-shadow: none !important;
}

.xrx-btn.btn-success {
  color: #ffffff;
  background-color: #24882b;
  box-shadow: inset 0 1px 0 0 #3ea33e, 0px 2px 4px rgba(0, 0, 0, 0.16), 0px 1px 3px rgba(0, 0, 0, 0.16), 0px 1px 2px rgba(0, 0, 0, 0.16);
  transition: all 0.165s;
}
.ua-desktop .xrx-btn.btn-success:hover:not(:focus) {
  color: #ffffff;
  background-color: #24882b;
  box-shadow: inset 0 1px 0 0 #3ea33e, 0px 6px 12px rgba(0, 0, 0, 0.16), 0px 3px 6px rgba(0, 0, 0, 0.16), 0px 1px 6px rgba(0, 0, 0, 0.16);
}
.ua-desktop .using-mouse .xrx-btn.btn-success:hover {
  background-color: #24882b;
  box-shadow: inset 0 1px 0 0 #3ea33e, 0px 6px 12px rgba(0, 0, 0, 0.16), 0px 3px 6px rgba(0, 0, 0, 0.16), 0px 1px 6px rgba(0, 0, 0, 0.16);
}
.xrx-btn.btn-success:focus {
  outline: none;
  box-shadow: inset 0 1px 0 0 #3ea33e, 0 0 0 3px #11ff35, 0 0 0 6px rgba(17, 255, 53, 0.2);
}
.using-mouse .xrx-btn.btn-success:focus {
  outline: none;
  box-shadow: inset 0 1px 0 0 #3ea33e, 0px 2px 4px rgba(0, 0, 0, 0.16), 0px 1px 3px rgba(0, 0, 0, 0.16), 0px 1px 2px rgba(0, 0, 0, 0.16);
}
.xrx-btn.btn-success:not(:disabled):not(.disabled):active, .xrx-btn.btn-success:not(:disabled):not(.disabled).active {
  color: #ffffff;
  background-color: #0f5615;
  box-shadow: inset 0 1px 2px 0 rgb(0, 0, 0), inset 0 1px 0 0 #3ea33e, 0 0 0 3px #11ff35, 0 0 0 6px rgba(17, 255, 53, 0.2);
  transition-duration: 0.067s;
  transform: scale(0.978);
}
.using-mouse .xrx-btn.btn-success:not(:disabled):not(.disabled):active, .using-mouse .xrx-btn.btn-success:not(:disabled):not(.disabled).active {
  box-shadow: inset 0 1px 2px 0 rgb(0, 0, 0);
}
.xrx-btn.btn-success.disabled, .xrx-btn.btn-success:disabled {
  color: rgba(255, 255, 255, 0.3) !important;
  background-color: rgba(36, 136, 43, 0.3) !important;
  box-shadow: none !important;
}

.xrx-btn.btn-warning {
  color: #000000;
  background-color: #fd9726;
  box-shadow: inset 0 1px 0 0 #ffaf3d, 0px 2px 4px rgba(0, 0, 0, 0.16), 0px 1px 3px rgba(0, 0, 0, 0.16), 0px 1px 2px rgba(0, 0, 0, 0.16);
  transition: all 0.165s;
}
.ua-desktop .xrx-btn.btn-warning:hover:not(:focus) {
  color: #000000;
  background-color: #fd9726;
  box-shadow: inset 0 1px 0 0 #ffaf3d, 0px 6px 12px rgba(0, 0, 0, 0.16), 0px 3px 6px rgba(0, 0, 0, 0.16), 0px 1px 6px rgba(0, 0, 0, 0.16);
}
.ua-desktop .using-mouse .xrx-btn.btn-warning:hover {
  background-color: #fd9726;
  box-shadow: inset 0 1px 0 0 #ffaf3d, 0px 6px 12px rgba(0, 0, 0, 0.16), 0px 3px 6px rgba(0, 0, 0, 0.16), 0px 1px 6px rgba(0, 0, 0, 0.16);
}
.xrx-btn.btn-warning:focus {
  outline: none;
  box-shadow: inset 0 1px 0 0 #ffaf3d, 0 0 0 3px #ffbc1a, 0 0 0 6px rgba(255, 188, 26, 0.2);
}
.using-mouse .xrx-btn.btn-warning:focus {
  outline: none;
  box-shadow: inset 0 1px 0 0 #ffaf3d, 0px 2px 4px rgba(0, 0, 0, 0.16), 0px 1px 3px rgba(0, 0, 0, 0.16), 0px 1px 2px rgba(0, 0, 0, 0.16);
}
.xrx-btn.btn-warning:not(:disabled):not(.disabled):active, .xrx-btn.btn-warning:not(:disabled):not(.disabled).active {
  color: #000000;
  background-color: #ba6a0c;
  box-shadow: inset 0 1px 2px 0 rgb(0, 0, 0), inset 0 1px 0 0 #ffaf3d, 0 0 0 3px #ffbc1a, 0 0 0 6px rgba(255, 188, 26, 0.2);
  transition-duration: 0.067s;
  transform: scale(0.978);
}
.using-mouse .xrx-btn.btn-warning:not(:disabled):not(.disabled):active, .using-mouse .xrx-btn.btn-warning:not(:disabled):not(.disabled).active {
  box-shadow: inset 0 1px 2px 0 rgb(0, 0, 0);
}
.xrx-btn.btn-warning.disabled, .xrx-btn.btn-warning:disabled {
  color: rgba(0, 0, 0, 0.3) !important;
  background-color: rgba(253, 151, 38, 0.3) !important;
  box-shadow: none !important;
}

.xrx-btn.btn-info {
  color: #ffffff;
  background-color: #177896;
  box-shadow: inset 0 1px 0 0 #3192b0, 0px 2px 4px rgba(0, 0, 0, 0.16), 0px 1px 3px rgba(0, 0, 0, 0.16), 0px 1px 2px rgba(0, 0, 0, 0.16);
  transition: all 0.165s;
}
.ua-desktop .xrx-btn.btn-info:hover:not(:focus) {
  color: #ffffff;
  background-color: #177896;
  box-shadow: inset 0 1px 0 0 #3192b0, 0px 6px 12px rgba(0, 0, 0, 0.16), 0px 3px 6px rgba(0, 0, 0, 0.16), 0px 1px 6px rgba(0, 0, 0, 0.16);
}
.ua-desktop .using-mouse .xrx-btn.btn-info:hover {
  background-color: #177896;
  box-shadow: inset 0 1px 0 0 #3192b0, 0px 6px 12px rgba(0, 0, 0, 0.16), 0px 3px 6px rgba(0, 0, 0, 0.16), 0px 1px 6px rgba(0, 0, 0, 0.16);
}
.xrx-btn.btn-info:focus {
  outline: none;
  box-shadow: inset 0 1px 0 0 #3192b0, 0 0 0 3px #12b3ff, 0 0 0 6px rgba(18, 179, 255, 0.2);
}
.using-mouse .xrx-btn.btn-info:focus {
  outline: none;
  box-shadow: inset 0 1px 0 0 #3192b0, 0px 2px 4px rgba(0, 0, 0, 0.16), 0px 1px 3px rgba(0, 0, 0, 0.16), 0px 1px 2px rgba(0, 0, 0, 0.16);
}
.xrx-btn.btn-info:not(:disabled):not(.disabled):active, .xrx-btn.btn-info:not(:disabled):not(.disabled).active {
  color: #ffffff;
  background-color: #08546e;
  box-shadow: inset 0 1px 2px 0 rgb(0, 0, 0), inset 0 1px 0 0 #3192b0, 0 0 0 3px #12b3ff, 0 0 0 6px rgba(18, 179, 255, 0.2);
  transition-duration: 0.067s;
  transform: scale(0.978);
}
.using-mouse .xrx-btn.btn-info:not(:disabled):not(.disabled):active, .using-mouse .xrx-btn.btn-info:not(:disabled):not(.disabled).active {
  box-shadow: inset 0 1px 2px 0 rgb(0, 0, 0);
}
.xrx-btn.btn-info.disabled, .xrx-btn.btn-info:disabled {
  color: rgba(255, 255, 255, 0.3) !important;
  background-color: rgba(23, 120, 150, 0.3) !important;
  box-shadow: none !important;
}

.xrx-btn.btn-danger {
  color: #ffffff;
  background-color: #d92231;
  box-shadow: inset 0 1px 0 0 #ed3745, 0px 2px 4px rgba(0, 0, 0, 0.16), 0px 1px 3px rgba(0, 0, 0, 0.16), 0px 1px 2px rgba(0, 0, 0, 0.16);
  transition: all 0.165s;
}
.ua-desktop .xrx-btn.btn-danger:hover:not(:focus) {
  color: #ffffff;
  background-color: #d92231;
  box-shadow: inset 0 1px 0 0 #ed3745, 0px 6px 12px rgba(0, 0, 0, 0.16), 0px 3px 6px rgba(0, 0, 0, 0.16), 0px 1px 6px rgba(0, 0, 0, 0.16);
}
.ua-desktop .using-mouse .xrx-btn.btn-danger:hover {
  background-color: #d92231;
  box-shadow: inset 0 1px 0 0 #ed3745, 0px 6px 12px rgba(0, 0, 0, 0.16), 0px 3px 6px rgba(0, 0, 0, 0.16), 0px 1px 6px rgba(0, 0, 0, 0.16);
}
.xrx-btn.btn-danger:focus {
  outline: none;
  box-shadow: inset 0 1px 0 0 #ed3745, 0 0 0 3px #ff4a49, 0 0 0 6px rgba(255, 74, 73, 0.2);
}
.using-mouse .xrx-btn.btn-danger:focus {
  outline: none;
  box-shadow: inset 0 1px 0 0 #ed3745, 0px 2px 4px rgba(0, 0, 0, 0.16), 0px 1px 3px rgba(0, 0, 0, 0.16), 0px 1px 2px rgba(0, 0, 0, 0.16);
}
.xrx-btn.btn-danger:not(:disabled):not(.disabled):active, .xrx-btn.btn-danger:not(:disabled):not(.disabled).active {
  color: #ffffff;
  background-color: #9f0b14;
  box-shadow: inset 0 1px 2px 0 rgb(0, 0, 0), inset 0 1px 0 0 #ed3745, 0 0 0 3px #ff4a49, 0 0 0 6px rgba(255, 74, 73, 0.2);
  transition-duration: 0.067s;
  transform: scale(0.978);
}
.using-mouse .xrx-btn.btn-danger:not(:disabled):not(.disabled):active, .using-mouse .xrx-btn.btn-danger:not(:disabled):not(.disabled).active {
  box-shadow: inset 0 1px 2px 0 rgb(0, 0, 0);
}
.xrx-btn.btn-danger.disabled, .xrx-btn.btn-danger:disabled {
  color: rgba(255, 255, 255, 0.3) !important;
  background-color: rgba(217, 34, 49, 0.3) !important;
  box-shadow: none !important;
}

.xrx-btn.btn-borderless {
  color: #000000;
  background-color: transparent;
  box-shadow: none;
  transition: all 0.165s;
}
.ua-desktop .xrx-btn.btn-borderless:hover:not(:focus) {
  color: #000000;
  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: none;
}
.ua-desktop .using-mouse .xrx-btn.btn-borderless:hover {
  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: none;
}
.xrx-btn.btn-borderless:focus {
  outline: none;
  box-shadow: 0 0 0 3px #00a6f3, 0 0 0 6px rgba(0, 166, 243, 0.2);
}
.using-mouse .xrx-btn.btn-borderless:focus {
  outline: none;
  box-shadow: none;
}
.xrx-btn.btn-borderless:not(:disabled):not(.disabled):active, .xrx-btn.btn-borderless:not(:disabled):not(.disabled).active {
  color: #000000;
  background-color: rgba(0, 0, 0, 0.2);
  box-shadow: none, 0 0 0 3px #00a6f3, 0 0 0 6px rgba(0, 166, 243, 0.2);
  transition-duration: 0.067s;
  transform: scale(0.978);
}
.using-mouse .xrx-btn.btn-borderless:not(:disabled):not(.disabled):active, .using-mouse .xrx-btn.btn-borderless:not(:disabled):not(.disabled).active {
  box-shadow: none;
}
.xrx-btn.btn-borderless.disabled, .xrx-btn.btn-borderless:disabled {
  color: rgba(0, 0, 0, 0.3) !important;
  background-color: transparent !important;
  box-shadow: none !important;
}

.xrx-btn.btn-primary.btn-borderless {
  color: #006482;
  background-color: transparent;
  box-shadow: none;
  transition: all 0.165s;
}
.ua-desktop .xrx-btn.btn-primary.btn-borderless:hover:not(:focus) {
  color: #006482;
  background-color: rgba(0, 100, 130, 0.1);
  box-shadow: none;
}
.ua-desktop .using-mouse .xrx-btn.btn-primary.btn-borderless:hover {
  background-color: rgba(0, 100, 130, 0.1);
  box-shadow: none;
}
.xrx-btn.btn-primary.btn-borderless:focus {
  outline: none;
  box-shadow: 0 0 0 3px #00a6f3, 0 0 0 6px rgba(0, 166, 243, 0.2);
}
.using-mouse .xrx-btn.btn-primary.btn-borderless:focus {
  outline: none;
  box-shadow: none;
}
.xrx-btn.btn-primary.btn-borderless:not(:disabled):not(.disabled):active, .xrx-btn.btn-primary.btn-borderless:not(:disabled):not(.disabled).active {
  color: #006482;
  background-color: rgba(0, 100, 130, 0.2);
  box-shadow: none, 0 0 0 3px #00a6f3, 0 0 0 6px rgba(0, 166, 243, 0.2);
  transition-duration: 0.067s;
  transform: scale(0.978);
}
.using-mouse .xrx-btn.btn-primary.btn-borderless:not(:disabled):not(.disabled):active, .using-mouse .xrx-btn.btn-primary.btn-borderless:not(:disabled):not(.disabled).active {
  box-shadow: none;
}
.xrx-btn.btn-primary.btn-borderless.disabled, .xrx-btn.btn-primary.btn-borderless:disabled {
  color: rgba(0, 100, 130, 0.3) !important;
  background-color: transparent !important;
  box-shadow: none !important;
}

.xrx-theme-appearance .xrx-btn.btn-borderless {
  color: #ffffff;
  background-color: transparent;
  box-shadow: none;
  transition: all 0.165s;
}
.ua-desktop .xrx-theme-appearance .xrx-btn.btn-borderless:hover:not(:focus) {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.1);
  box-shadow: none;
}
.ua-desktop .using-mouse .xrx-theme-appearance .xrx-btn.btn-borderless:hover {
  background-color: rgba(255, 255, 255, 0.1);
  box-shadow: none;
}
.xrx-theme-appearance .xrx-btn.btn-borderless:focus {
  outline: none;
  box-shadow: 0 0 0 3px #00a6f3, 0 0 0 6px rgba(0, 166, 243, 0.2);
}
.using-mouse .xrx-theme-appearance .xrx-btn.btn-borderless:focus {
  outline: none;
  box-shadow: none;
}
.xrx-theme-appearance .xrx-btn.btn-borderless:not(:disabled):not(.disabled):active, .xrx-theme-appearance .xrx-btn.btn-borderless:not(:disabled):not(.disabled).active {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.2);
  box-shadow: none, 0 0 0 3px #00a6f3, 0 0 0 6px rgba(0, 166, 243, 0.2);
  transition-duration: 0.067s;
  transform: scale(0.978);
}
.using-mouse .xrx-theme-appearance .xrx-btn.btn-borderless:not(:disabled):not(.disabled):active, .using-mouse .xrx-theme-appearance .xrx-btn.btn-borderless:not(:disabled):not(.disabled).active {
  box-shadow: none;
}
.xrx-theme-appearance .xrx-btn.btn-borderless.disabled, .xrx-theme-appearance .xrx-btn.btn-borderless:disabled {
  color: rgba(255, 255, 255, 0.3) !important;
  background-color: transparent !important;
  box-shadow: none !important;
}

.xrx-btn.btn-success.btn-borderless {
  color: #186a1e;
  background-color: transparent;
  box-shadow: none;
  transition: all 0.165s;
}
.ua-desktop .xrx-btn.btn-success.btn-borderless:hover:not(:focus) {
  color: #186a1e;
  background-color: rgba(36, 136, 43, 0.1);
  box-shadow: none;
}
.ua-desktop .using-mouse .xrx-btn.btn-success.btn-borderless:hover {
  background-color: rgba(36, 136, 43, 0.1);
  box-shadow: none;
}
.xrx-btn.btn-success.btn-borderless:focus {
  outline: none;
  box-shadow: 0 0 0 3px #11ff35, 0 0 0 6px rgba(17, 255, 53, 0.2);
}
.using-mouse .xrx-btn.btn-success.btn-borderless:focus {
  outline: none;
  box-shadow: none;
}
.xrx-btn.btn-success.btn-borderless:not(:disabled):not(.disabled):active, .xrx-btn.btn-success.btn-borderless:not(:disabled):not(.disabled).active {
  color: #186a1e;
  background-color: rgba(36, 136, 43, 0.2);
  box-shadow: none, 0 0 0 3px #11ff35, 0 0 0 6px rgba(17, 255, 53, 0.2);
  transition-duration: 0.067s;
  transform: scale(0.978);
}
.using-mouse .xrx-btn.btn-success.btn-borderless:not(:disabled):not(.disabled):active, .using-mouse .xrx-btn.btn-success.btn-borderless:not(:disabled):not(.disabled).active {
  box-shadow: none;
}
.xrx-btn.btn-success.btn-borderless.disabled, .xrx-btn.btn-success.btn-borderless:disabled {
  color: rgba(24, 106, 30, 0.3) !important;
  background-color: transparent !important;
  box-shadow: none !important;
}

.xrx-btn.btn-warning.btn-borderless {
  color: #955503;
  background-color: transparent;
  box-shadow: none;
  transition: all 0.165s;
}
.ua-desktop .xrx-btn.btn-warning.btn-borderless:hover:not(:focus) {
  color: #955503;
  background-color: rgba(253, 151, 38, 0.1);
  box-shadow: none;
}
.ua-desktop .using-mouse .xrx-btn.btn-warning.btn-borderless:hover {
  background-color: rgba(253, 151, 38, 0.1);
  box-shadow: none;
}
.xrx-btn.btn-warning.btn-borderless:focus {
  outline: none;
  box-shadow: 0 0 0 3px #ffbc1a, 0 0 0 6px rgba(255, 188, 26, 0.2);
}
.using-mouse .xrx-btn.btn-warning.btn-borderless:focus {
  outline: none;
  box-shadow: none;
}
.xrx-btn.btn-warning.btn-borderless:not(:disabled):not(.disabled):active, .xrx-btn.btn-warning.btn-borderless:not(:disabled):not(.disabled).active {
  color: #955503;
  background-color: rgba(253, 151, 38, 0.2);
  box-shadow: none, 0 0 0 3px #ffbc1a, 0 0 0 6px rgba(255, 188, 26, 0.2);
  transition-duration: 0.067s;
  transform: scale(0.978);
}
.using-mouse .xrx-btn.btn-warning.btn-borderless:not(:disabled):not(.disabled):active, .using-mouse .xrx-btn.btn-warning.btn-borderless:not(:disabled):not(.disabled).active {
  box-shadow: none;
}
.xrx-btn.btn-warning.btn-borderless.disabled, .xrx-btn.btn-warning.btn-borderless:disabled {
  color: rgba(149, 85, 3, 0.3) !important;
  background-color: transparent !important;
  box-shadow: none !important;
}

.xrx-btn.btn-info.btn-borderless {
  color: #0e6682;
  background-color: transparent;
  box-shadow: none;
  transition: all 0.165s;
}
.ua-desktop .xrx-btn.btn-info.btn-borderless:hover:not(:focus) {
  color: #0e6682;
  background-color: rgba(23, 120, 150, 0.1);
  box-shadow: none;
}
.ua-desktop .using-mouse .xrx-btn.btn-info.btn-borderless:hover {
  background-color: rgba(23, 120, 150, 0.1);
  box-shadow: none;
}
.xrx-btn.btn-info.btn-borderless:focus {
  outline: none;
  box-shadow: 0 0 0 3px #12b3ff, 0 0 0 6px rgba(18, 179, 255, 0.2);
}
.using-mouse .xrx-btn.btn-info.btn-borderless:focus {
  outline: none;
  box-shadow: none;
}
.xrx-btn.btn-info.btn-borderless:not(:disabled):not(.disabled):active, .xrx-btn.btn-info.btn-borderless:not(:disabled):not(.disabled).active {
  color: #0e6682;
  background-color: rgba(23, 120, 150, 0.2);
  box-shadow: none, 0 0 0 3px #12b3ff, 0 0 0 6px rgba(18, 179, 255, 0.2);
  transition-duration: 0.067s;
  transform: scale(0.978);
}
.using-mouse .xrx-btn.btn-info.btn-borderless:not(:disabled):not(.disabled):active, .using-mouse .xrx-btn.btn-info.btn-borderless:not(:disabled):not(.disabled).active {
  box-shadow: none;
}
.xrx-btn.btn-info.btn-borderless.disabled, .xrx-btn.btn-info.btn-borderless:disabled {
  color: rgba(14, 102, 130, 0.3) !important;
  background-color: transparent !important;
  box-shadow: none !important;
}

.xrx-btn.btn-danger.btn-borderless {
  color: #9f0b14;
  background-color: transparent;
  box-shadow: none;
  transition: all 0.165s;
}
.ua-desktop .xrx-btn.btn-danger.btn-borderless:hover:not(:focus) {
  color: #9f0b14;
  background-color: rgba(217, 34, 49, 0.1);
  box-shadow: none;
}
.ua-desktop .using-mouse .xrx-btn.btn-danger.btn-borderless:hover {
  background-color: rgba(217, 34, 49, 0.1);
  box-shadow: none;
}
.xrx-btn.btn-danger.btn-borderless:focus {
  outline: none;
  box-shadow: 0 0 0 3px #ff4a49, 0 0 0 6px rgba(255, 74, 73, 0.2);
}
.using-mouse .xrx-btn.btn-danger.btn-borderless:focus {
  outline: none;
  box-shadow: none;
}
.xrx-btn.btn-danger.btn-borderless:not(:disabled):not(.disabled):active, .xrx-btn.btn-danger.btn-borderless:not(:disabled):not(.disabled).active {
  color: #9f0b14;
  background-color: rgba(217, 34, 49, 0.2);
  box-shadow: none, 0 0 0 3px #ff4a49, 0 0 0 6px rgba(255, 74, 73, 0.2);
  transition-duration: 0.067s;
  transform: scale(0.978);
}
.using-mouse .xrx-btn.btn-danger.btn-borderless:not(:disabled):not(.disabled):active, .using-mouse .xrx-btn.btn-danger.btn-borderless:not(:disabled):not(.disabled).active {
  box-shadow: none;
}
.xrx-btn.btn-danger.btn-borderless.disabled, .xrx-btn.btn-danger.btn-borderless:disabled {
  color: rgba(159, 11, 20, 0.3) !important;
  background-color: transparent !important;
  box-shadow: none !important;
}

.xrx-dark-appearance .xrx-btn {
  color: #ffffff;
  background-color: #3F3F43;
  box-shadow: inset 0 1px 0 0 #525256, 0px 2px 4px rgba(0, 0, 0, 0.4), 0px 1px 3px rgba(0, 0, 0, 0.4), 0px 1px 2px rgba(0, 0, 0, 0.4);
  transition: all 0.165s;
}
.ua-desktop .xrx-dark-appearance .xrx-btn:hover:not(:focus) {
  color: #ffffff;
  background-color: #3F3F43;
  box-shadow: inset 0 1px 0 0 #525256, 0px 6px 12px rgba(0, 0, 0, 0.4), 0px 3px 6px rgba(0, 0, 0, 0.4), 0px 1px 6px rgba(0, 0, 0, 0.4);
}
.ua-desktop .using-mouse .xrx-dark-appearance .xrx-btn:hover {
  background-color: #3F3F43;
  box-shadow: inset 0 1px 0 0 #525256, 0px 6px 12px rgba(0, 0, 0, 0.4), 0px 3px 6px rgba(0, 0, 0, 0.4), 0px 1px 6px rgba(0, 0, 0, 0.4);
}
.xrx-dark-appearance .xrx-btn:focus {
  outline: none;
  box-shadow: inset 0 1px 0 0 #525256, 0 0 0 3px #00a6f3, 0 0 0 6px rgba(0, 166, 243, 0.2);
}
.using-mouse .xrx-dark-appearance .xrx-btn:focus {
  outline: none;
  box-shadow: inset 0 1px 0 0 #525256, 0px 2px 4px rgba(0, 0, 0, 0.4), 0px 1px 3px rgba(0, 0, 0, 0.4), 0px 1px 2px rgba(0, 0, 0, 0.4);
}
.xrx-dark-appearance .xrx-btn:not(:disabled):not(.disabled):active, .xrx-dark-appearance .xrx-btn:not(:disabled):not(.disabled).active {
  color: #ffffff;
  background-color: #1B1B1E;
  box-shadow: inset 0 1px 2px 0 rgb(0, 0, 0), inset 0 1px 0 0 #525256, 0 0 0 3px #00a6f3, 0 0 0 6px rgba(0, 166, 243, 0.2);
  transition-duration: 0.067s;
  transform: scale(0.978);
}
.using-mouse .xrx-dark-appearance .xrx-btn:not(:disabled):not(.disabled):active, .using-mouse .xrx-dark-appearance .xrx-btn:not(:disabled):not(.disabled).active {
  box-shadow: inset 0 1px 2px 0 rgb(0, 0, 0);
}
.xrx-dark-appearance .xrx-btn.disabled, .xrx-dark-appearance .xrx-btn:disabled {
  color: rgba(255, 255, 255, 0.3) !important;
  background-color: rgba(82, 82, 86, 0.3) !important;
  box-shadow: none !important;
}

.xrx-dark-appearance .xrx-btn.btn-primary {
  color: #000000;
  background-color: #8abed2;
  box-shadow: inset 0 1px 0 0 #b5d6e4, 0px 2px 4px rgba(0, 0, 0, 0.4), 0px 1px 3px rgba(0, 0, 0, 0.4), 0px 1px 2px rgba(0, 0, 0, 0.4);
  transition: all 0.165s;
}
.ua-desktop .xrx-dark-appearance .xrx-btn.btn-primary:hover:not(:focus) {
  color: #000000;
  background-color: #8abed2;
  box-shadow: inset 0 1px 0 0 #b5d6e4, 0px 6px 12px rgba(0, 0, 0, 0.4), 0px 3px 6px rgba(0, 0, 0, 0.4), 0px 1px 6px rgba(0, 0, 0, 0.4);
}
.ua-desktop .using-mouse .xrx-dark-appearance .xrx-btn.btn-primary:hover {
  background-color: #8abed2;
  box-shadow: inset 0 1px 0 0 #b5d6e4, 0px 6px 12px rgba(0, 0, 0, 0.4), 0px 3px 6px rgba(0, 0, 0, 0.4), 0px 1px 6px rgba(0, 0, 0, 0.4);
}
.xrx-dark-appearance .xrx-btn.btn-primary:focus {
  outline: none;
  box-shadow: inset 0 1px 0 0 #1e7b97, 0 0 0 3px #00a6f3, 0 0 0 6px rgba(0, 166, 243, 0.2);
}
.using-mouse .xrx-dark-appearance .xrx-btn.btn-primary:focus {
  outline: none;
  box-shadow: inset 0 1px 0 0 #b5d6e4, 0px 2px 4px rgba(0, 0, 0, 0.4), 0px 1px 3px rgba(0, 0, 0, 0.4), 0px 1px 2px rgba(0, 0, 0, 0.4);
}
.xrx-dark-appearance .xrx-btn.btn-primary:not(:disabled):not(.disabled):active, .xrx-dark-appearance .xrx-btn.btn-primary:not(:disabled):not(.disabled).active {
  color: #000000;
  background-color: #539cb6;
  box-shadow: inset 0 1px 2px 0 rgb(0, 0, 0), inset 0 1px 0 0 #1e7b97, 0 0 0 3px #00a6f3, 0 0 0 6px rgba(0, 166, 243, 0.2);
  transition-duration: 0.067s;
  transform: scale(0.978);
}
.using-mouse .xrx-dark-appearance .xrx-btn.btn-primary:not(:disabled):not(.disabled):active, .using-mouse .xrx-dark-appearance .xrx-btn.btn-primary:not(:disabled):not(.disabled).active {
  box-shadow: inset 0 1px 2px 0 rgb(0, 0, 0);
}
.xrx-dark-appearance .xrx-btn.btn-primary.disabled, .xrx-dark-appearance .xrx-btn.btn-primary:disabled {
  color: rgba(0, 0, 0, 0.3) !important;
  background-color: rgba(30, 123, 151, 0.3) !important;
  box-shadow: none !important;
}

.xrx-dark-appearance .xrx-btn.btn-secondary {
  color: #ffffff;
  background-color: #67676C;
  box-shadow: inset 0 1px 0 0 #818187, 0px 2px 4px rgba(0, 0, 0, 0.4), 0px 1px 3px rgba(0, 0, 0, 0.4), 0px 1px 2px rgba(0, 0, 0, 0.4);
  transition: all 0.165s;
}
.ua-desktop .xrx-dark-appearance .xrx-btn.btn-secondary:hover:not(:focus) {
  color: #ffffff;
  background-color: #67676C;
  box-shadow: inset 0 1px 0 0 #818187, 0px 6px 12px rgba(0, 0, 0, 0.4), 0px 3px 6px rgba(0, 0, 0, 0.4), 0px 1px 6px rgba(0, 0, 0, 0.4);
}
.ua-desktop .using-mouse .xrx-dark-appearance .xrx-btn.btn-secondary:hover {
  background-color: #67676C;
  box-shadow: inset 0 1px 0 0 #818187, 0px 6px 12px rgba(0, 0, 0, 0.4), 0px 3px 6px rgba(0, 0, 0, 0.4), 0px 1px 6px rgba(0, 0, 0, 0.4);
}
.xrx-dark-appearance .xrx-btn.btn-secondary:focus {
  outline: none;
  box-shadow: inset 0 1px 0 0 #818187, 0 0 0 3px #00a6f3, 0 0 0 6px rgba(0, 166, 243, 0.2);
}
.using-mouse .xrx-dark-appearance .xrx-btn.btn-secondary:focus {
  outline: none;
  box-shadow: inset 0 1px 0 0 #818187, 0px 2px 4px rgba(0, 0, 0, 0.4), 0px 1px 3px rgba(0, 0, 0, 0.4), 0px 1px 2px rgba(0, 0, 0, 0.4);
}
.xrx-dark-appearance .xrx-btn.btn-secondary:not(:disabled):not(.disabled):active, .xrx-dark-appearance .xrx-btn.btn-secondary:not(:disabled):not(.disabled).active {
  color: #ffffff;
  background-color: #3F3F43;
  box-shadow: inset 0 1px 2px 0 rgb(0, 0, 0), inset 0 1px 0 0 #818187, 0 0 0 3px #00a6f3, 0 0 0 6px rgba(0, 166, 243, 0.2);
  transition-duration: 0.067s;
  transform: scale(0.978);
}
.using-mouse .xrx-dark-appearance .xrx-btn.btn-secondary:not(:disabled):not(.disabled):active, .using-mouse .xrx-dark-appearance .xrx-btn.btn-secondary:not(:disabled):not(.disabled).active {
  box-shadow: inset 0 1px 2px 0 rgb(0, 0, 0);
}
.xrx-dark-appearance .xrx-btn.btn-secondary.disabled, .xrx-dark-appearance .xrx-btn.btn-secondary:disabled {
  color: rgba(255, 255, 255, 0.3) !important;
  background-color: rgba(82, 82, 86, 0.3) !important;
  box-shadow: none !important;
}

.xrx-dark-appearance .xrx-btn.btn-success {
  color: #000000;
  background-color: #7bc76f;
  box-shadow: inset 0 1px 0 0 #a4e195, 0px 2px 4px rgba(0, 0, 0, 0.4), 0px 1px 3px rgba(0, 0, 0, 0.4), 0px 1px 2px rgba(0, 0, 0, 0.4);
  transition: all 0.165s;
}
.ua-desktop .xrx-dark-appearance .xrx-btn.btn-success:hover:not(:focus) {
  color: #000000;
  background-color: #7bc76f;
  box-shadow: inset 0 1px 0 0 #a4e195, 0px 6px 12px rgba(0, 0, 0, 0.4), 0px 3px 6px rgba(0, 0, 0, 0.4), 0px 1px 6px rgba(0, 0, 0, 0.4);
}
.ua-desktop .using-mouse .xrx-dark-appearance .xrx-btn.btn-success:hover {
  background-color: #7bc76f;
  box-shadow: inset 0 1px 0 0 #a4e195, 0px 6px 12px rgba(0, 0, 0, 0.4), 0px 3px 6px rgba(0, 0, 0, 0.4), 0px 1px 6px rgba(0, 0, 0, 0.4);
}
.xrx-dark-appearance .xrx-btn.btn-success:focus {
  outline: none;
  box-shadow: inset 0 1px 0 0 #a4e195, 0 0 0 3px #11ff35, 0 0 0 6px rgba(17, 255, 53, 0.2);
}
.using-mouse .xrx-dark-appearance .xrx-btn.btn-success:focus {
  outline: none;
  box-shadow: inset 0 1px 0 0 #a4e195, 0px 2px 4px rgba(0, 0, 0, 0.4), 0px 1px 3px rgba(0, 0, 0, 0.4), 0px 1px 2px rgba(0, 0, 0, 0.4);
}
.xrx-dark-appearance .xrx-btn.btn-success:not(:disabled):not(.disabled):active, .xrx-dark-appearance .xrx-btn.btn-success:not(:disabled):not(.disabled).active {
  color: #000000;
  background-color: #3ea33e;
  box-shadow: inset 0 1px 2px 0 rgb(0, 0, 0), inset 0 1px 0 0 #a4e195, 0 0 0 3px #11ff35, 0 0 0 6px rgba(17, 255, 53, 0.2);
  transition-duration: 0.067s;
  transform: scale(0.978);
}
.using-mouse .xrx-dark-appearance .xrx-btn.btn-success:not(:disabled):not(.disabled):active, .using-mouse .xrx-dark-appearance .xrx-btn.btn-success:not(:disabled):not(.disabled).active {
  box-shadow: inset 0 1px 2px 0 rgb(0, 0, 0);
}
.xrx-dark-appearance .xrx-btn.btn-success.disabled, .xrx-dark-appearance .xrx-btn.btn-success:disabled {
  color: rgba(0, 0, 0, 0.3) !important;
  background-color: rgba(123, 199, 111, 0.3) !important;
  box-shadow: none !important;
}

.xrx-dark-appearance .xrx-btn.btn-warning {
  color: #000000;
  background-color: #ffda7b;
  box-shadow: inset 0 1px 0 0 #ffea9e, 0px 2px 4px rgba(0, 0, 0, 0.4), 0px 1px 3px rgba(0, 0, 0, 0.4), 0px 1px 2px rgba(0, 0, 0, 0.4);
  transition: all 0.165s;
}
.ua-desktop .xrx-dark-appearance .xrx-btn.btn-warning:hover:not(:focus) {
  color: #000000;
  background-color: #ffda7b;
  box-shadow: inset 0 1px 0 0 #ffea9e, 0px 6px 12px rgba(0, 0, 0, 0.4), 0px 3px 6px rgba(0, 0, 0, 0.4), 0px 1px 6px rgba(0, 0, 0, 0.4);
}
.ua-desktop .using-mouse .xrx-dark-appearance .xrx-btn.btn-warning:hover {
  background-color: #ffda7b;
  box-shadow: inset 0 1px 0 0 #ffea9e, 0px 6px 12px rgba(0, 0, 0, 0.4), 0px 3px 6px rgba(0, 0, 0, 0.4), 0px 1px 6px rgba(0, 0, 0, 0.4);
}
.xrx-dark-appearance .xrx-btn.btn-warning:focus {
  outline: none;
  box-shadow: inset 0 1px 0 0 #ffea9e, 0 0 0 3px #ffbc1a, 0 0 0 6px rgba(255, 188, 26, 0.2);
}
.using-mouse .xrx-dark-appearance .xrx-btn.btn-warning:focus {
  outline: none;
  box-shadow: inset 0 1px 0 0 #ffea9e, 0px 2px 4px rgba(0, 0, 0, 0.4), 0px 1px 3px rgba(0, 0, 0, 0.4), 0px 1px 2px rgba(0, 0, 0, 0.4);
}
.xrx-dark-appearance .xrx-btn.btn-warning:not(:disabled):not(.disabled):active, .xrx-dark-appearance .xrx-btn.btn-warning:not(:disabled):not(.disabled).active {
  color: #000000;
  background-color: #ffaf3d;
  box-shadow: inset 0 1px 2px 0 rgb(0, 0, 0), inset 0 1px 0 0 #ffea9e, 0 0 0 3px #ffbc1a, 0 0 0 6px rgba(255, 188, 26, 0.2);
  transition-duration: 0.067s;
  transform: scale(0.978);
}
.using-mouse .xrx-dark-appearance .xrx-btn.btn-warning:not(:disabled):not(.disabled):active, .using-mouse .xrx-dark-appearance .xrx-btn.btn-warning:not(:disabled):not(.disabled).active {
  box-shadow: inset 0 1px 2px 0 rgb(0, 0, 0);
}
.xrx-dark-appearance .xrx-btn.btn-warning.disabled, .xrx-dark-appearance .xrx-btn.btn-warning:disabled {
  color: rgba(0, 0, 0, 0.3) !important;
  background-color: rgba(255, 218, 123, 0.3) !important;
  box-shadow: none !important;
}

.xrx-dark-appearance .xrx-btn.btn-info {
  color: #000000;
  background-color: #64bbd2;
  box-shadow: inset 0 1px 0 0 #87d8ec, 0px 2px 4px rgba(0, 0, 0, 0.4), 0px 1px 3px rgba(0, 0, 0, 0.4), 0px 1px 2px rgba(0, 0, 0, 0.4);
  transition: all 0.165s;
}
.ua-desktop .xrx-dark-appearance .xrx-btn.btn-info:hover:not(:focus) {
  color: #000000;
  background-color: #64bbd2;
  box-shadow: inset 0 1px 0 0 #87d8ec, 0px 6px 12px rgba(0, 0, 0, 0.4), 0px 3px 6px rgba(0, 0, 0, 0.4), 0px 1px 6px rgba(0, 0, 0, 0.4);
}
.ua-desktop .using-mouse .xrx-dark-appearance .xrx-btn.btn-info:hover {
  background-color: #64bbd2;
  box-shadow: inset 0 1px 0 0 #87d8ec, 0px 6px 12px rgba(0, 0, 0, 0.4), 0px 3px 6px rgba(0, 0, 0, 0.4), 0px 1px 6px rgba(0, 0, 0, 0.4);
}
.xrx-dark-appearance .xrx-btn.btn-info:focus {
  outline: none;
  box-shadow: inset 0 1px 0 0 #87d8ec, 0 0 0 3px #12b3ff, 0 0 0 6px rgba(18, 179, 255, 0.2);
}
.using-mouse .xrx-dark-appearance .xrx-btn.btn-info:focus {
  outline: none;
  box-shadow: inset 0 1px 0 0 #87d8ec, 0px 2px 4px rgba(0, 0, 0, 0.4), 0px 1px 3px rgba(0, 0, 0, 0.4), 0px 1px 2px rgba(0, 0, 0, 0.4);
}
.xrx-dark-appearance .xrx-btn.btn-info:not(:disabled):not(.disabled):active, .xrx-dark-appearance .xrx-btn.btn-info:not(:disabled):not(.disabled).active {
  color: #000000;
  background-color: #3192b0;
  box-shadow: inset 0 1px 2px 0 rgb(0, 0, 0), inset 0 1px 0 0 #87d8ec, 0 0 0 3px #12b3ff, 0 0 0 6px rgba(18, 179, 255, 0.2);
  transition-duration: 0.067s;
  transform: scale(0.978);
}
.using-mouse .xrx-dark-appearance .xrx-btn.btn-info:not(:disabled):not(.disabled):active, .using-mouse .xrx-dark-appearance .xrx-btn.btn-info:not(:disabled):not(.disabled).active {
  box-shadow: inset 0 1px 2px 0 rgb(0, 0, 0);
}
.xrx-dark-appearance .xrx-btn.btn-info.disabled, .xrx-dark-appearance .xrx-btn.btn-info:disabled {
  color: rgba(0, 0, 0, 0.3) !important;
  background-color: rgba(100, 187, 210, 0.3) !important;
  box-shadow: none !important;
}

.xrx-dark-appearance .xrx-btn.btn-danger {
  color: #000000;
  background-color: #FF808B;
  box-shadow: inset 0 1px 0 0 #ffa1a9, 0px 2px 4px rgba(0, 0, 0, 0.4), 0px 1px 3px rgba(0, 0, 0, 0.4), 0px 1px 2px rgba(0, 0, 0, 0.4);
  transition: all 0.165s;
}
.ua-desktop .xrx-dark-appearance .xrx-btn.btn-danger:hover:not(:focus) {
  color: #000000;
  background-color: #FF808B;
  box-shadow: inset 0 1px 0 0 #ffa1a9, 0px 6px 12px rgba(0, 0, 0, 0.4), 0px 3px 6px rgba(0, 0, 0, 0.4), 0px 1px 6px rgba(0, 0, 0, 0.4);
}
.ua-desktop .using-mouse .xrx-dark-appearance .xrx-btn.btn-danger:hover {
  background-color: #FF808B;
  box-shadow: inset 0 1px 0 0 #ffa1a9, 0px 6px 12px rgba(0, 0, 0, 0.4), 0px 3px 6px rgba(0, 0, 0, 0.4), 0px 1px 6px rgba(0, 0, 0, 0.4);
}
.xrx-dark-appearance .xrx-btn.btn-danger:focus {
  outline: none;
  box-shadow: inset 0 1px 0 0 #ffa1a9, 0 0 0 3px #ff4a49, 0 0 0 6px rgba(255, 74, 73, 0.2);
}
.using-mouse .xrx-dark-appearance .xrx-btn.btn-danger:focus {
  outline: none;
  box-shadow: inset 0 1px 0 0 #ffa1a9, 0px 2px 4px rgba(0, 0, 0, 0.4), 0px 1px 3px rgba(0, 0, 0, 0.4), 0px 1px 2px rgba(0, 0, 0, 0.4);
}
.xrx-dark-appearance .xrx-btn.btn-danger:not(:disabled):not(.disabled):active, .xrx-dark-appearance .xrx-btn.btn-danger:not(:disabled):not(.disabled).active {
  color: #000000;
  background-color: #ed3745;
  box-shadow: inset 0 1px 2px 0 rgb(0, 0, 0), inset 0 1px 0 0 #ffa1a9, 0 0 0 3px #ff4a49, 0 0 0 6px rgba(255, 74, 73, 0.2);
  transition-duration: 0.067s;
  transform: scale(0.978);
}
.using-mouse .xrx-dark-appearance .xrx-btn.btn-danger:not(:disabled):not(.disabled):active, .using-mouse .xrx-dark-appearance .xrx-btn.btn-danger:not(:disabled):not(.disabled).active {
  box-shadow: inset 0 1px 2px 0 rgb(0, 0, 0);
}
.xrx-dark-appearance .xrx-btn.btn-danger.disabled, .xrx-dark-appearance .xrx-btn.btn-danger:disabled {
  color: rgba(0, 0, 0, 0.3) !important;
  background-color: rgba(255, 128, 139, 0.3) !important;
  box-shadow: none !important;
}

.xrx-dark-appearance .xrx-theme-appearance .xrx-btn {
  color: #ffffff;
  background-color: #00546e;
  box-shadow: inset 0 1px 0 0 #006482, 0px 2px 4px rgba(0, 0, 0, 0.2), 0px 1px 3px rgba(0, 0, 0, 0.2), 0px 1px 2px rgba(0, 0, 0, 0.2);
  transition: all 0.165s;
}
.ua-desktop .xrx-dark-appearance .xrx-theme-appearance .xrx-btn:hover:not(:focus) {
  color: #ffffff;
  background-color: #00546e;
  box-shadow: inset 0 1px 0 0 #006482, 0px 6px 12px rgba(0, 0, 0, 0.2), 0px 3px 6px rgba(0, 0, 0, 0.2), 0px 1px 6px rgba(0, 0, 0, 0.2);
}
.ua-desktop .using-mouse .xrx-dark-appearance .xrx-theme-appearance .xrx-btn:hover {
  background-color: #00546e;
  box-shadow: inset 0 1px 0 0 #006482, 0px 6px 12px rgba(0, 0, 0, 0.2), 0px 3px 6px rgba(0, 0, 0, 0.2), 0px 1px 6px rgba(0, 0, 0, 0.2);
}
.xrx-dark-appearance .xrx-theme-appearance .xrx-btn:focus {
  outline: none;
  box-shadow: 0 0 0 3px #00a6f3, 0 0 0 6px rgba(0, 166, 243, 0.2);
}
.using-mouse .xrx-dark-appearance .xrx-theme-appearance .xrx-btn:focus {
  outline: none;
  box-shadow: inset 0 1px 0 0 #006482, 0px 2px 4px rgba(0, 0, 0, 0.2), 0px 1px 3px rgba(0, 0, 0, 0.2), 0px 1px 2px rgba(0, 0, 0, 0.2);
}
.xrx-dark-appearance .xrx-theme-appearance .xrx-btn:not(:disabled):not(.disabled):active, .xrx-dark-appearance .xrx-theme-appearance .xrx-btn:not(:disabled):not(.disabled).active {
  color: #ffffff;
  background-color: #002B3C;
  box-shadow: inset 0 1px 2px 0 rgb(0, 0, 0), 0 0 0 3px #00a6f3, 0 0 0 6px rgba(0, 166, 243, 0.2);
  transition-duration: 0.067s;
  transform: scale(0.978);
}
.using-mouse .xrx-dark-appearance .xrx-theme-appearance .xrx-btn:not(:disabled):not(.disabled):active, .using-mouse .xrx-dark-appearance .xrx-theme-appearance .xrx-btn:not(:disabled):not(.disabled).active {
  box-shadow: inset 0 1px 2px 0 rgb(0, 0, 0);
}
.xrx-dark-appearance .xrx-theme-appearance .xrx-btn.disabled, .xrx-dark-appearance .xrx-theme-appearance .xrx-btn:disabled {
  color: rgba(255, 255, 255, 0.3) !important;
  background-color: rgba(0, 100, 130, 0.3) !important;
  box-shadow: none !important;
}

.xrx-dark-appearance .xrx-theme-appearance .xrx-btn.btn-primary {
  color: #000000;
  background-color: #8abed2;
  box-shadow: inset 0 1px 0 0 #b5d6e4, 0px 2px 4px rgba(0, 0, 0, 0.2), 0px 1px 3px rgba(0, 0, 0, 0.2), 0px 1px 2px rgba(0, 0, 0, 0.2);
  transition: all 0.165s;
}
.ua-desktop .xrx-dark-appearance .xrx-theme-appearance .xrx-btn.btn-primary:hover:not(:focus) {
  color: #000000;
  background-color: #8abed2;
  box-shadow: inset 0 1px 0 0 #b5d6e4, 0px 6px 12px rgba(0, 0, 0, 0.2), 0px 3px 6px rgba(0, 0, 0, 0.2), 0px 1px 6px rgba(0, 0, 0, 0.2);
}
.ua-desktop .using-mouse .xrx-dark-appearance .xrx-theme-appearance .xrx-btn.btn-primary:hover {
  background-color: #8abed2;
  box-shadow: inset 0 1px 0 0 #b5d6e4, 0px 6px 12px rgba(0, 0, 0, 0.2), 0px 3px 6px rgba(0, 0, 0, 0.2), 0px 1px 6px rgba(0, 0, 0, 0.2);
}
.xrx-dark-appearance .xrx-theme-appearance .xrx-btn.btn-primary:focus {
  outline: none;
  box-shadow: 0 0 0 3px #00a6f3, 0 0 0 6px rgba(0, 166, 243, 0.2);
}
.using-mouse .xrx-dark-appearance .xrx-theme-appearance .xrx-btn.btn-primary:focus {
  outline: none;
  box-shadow: inset 0 1px 0 0 #b5d6e4, 0px 2px 4px rgba(0, 0, 0, 0.2), 0px 1px 3px rgba(0, 0, 0, 0.2), 0px 1px 2px rgba(0, 0, 0, 0.2);
}
.xrx-dark-appearance .xrx-theme-appearance .xrx-btn.btn-primary:not(:disabled):not(.disabled):active, .xrx-dark-appearance .xrx-theme-appearance .xrx-btn.btn-primary:not(:disabled):not(.disabled).active {
  color: #000000;
  background-color: #539cb6;
  box-shadow: inset 0 1px 2px 0 rgb(0, 0, 0), 0 0 0 3px #00a6f3, 0 0 0 6px rgba(0, 166, 243, 0.2);
  transition-duration: 0.067s;
  transform: scale(0.978);
}
.using-mouse .xrx-dark-appearance .xrx-theme-appearance .xrx-btn.btn-primary:not(:disabled):not(.disabled):active, .using-mouse .xrx-dark-appearance .xrx-theme-appearance .xrx-btn.btn-primary:not(:disabled):not(.disabled).active {
  box-shadow: inset 0 1px 2px 0 rgb(0, 0, 0);
}
.xrx-dark-appearance .xrx-theme-appearance .xrx-btn.btn-primary.disabled, .xrx-dark-appearance .xrx-theme-appearance .xrx-btn.btn-primary:disabled {
  color: rgba(0, 0, 0, 0.3) !important;
  background-color: rgba(30, 123, 151, 0.3) !important;
  box-shadow: none !important;
}

.xrx-dark-appearance .xrx-theme-appearance .xrx-btn.btn-primary.btn-emphasis {
  color: #000000;
  background-color: #8abed2;
  box-shadow: inset 0 1px 0 0 #b5d6e4, 0px 6px 12px rgba(0, 0, 0, 0.2), 0px 3px 6px rgba(0, 0, 0, 0.2), 0px 1px 6px rgba(0, 0, 0, 0.2);
  transition: all 0.165s;
}
.ua-desktop .xrx-dark-appearance .xrx-theme-appearance .xrx-btn.btn-primary.btn-emphasis:hover:not(:focus) {
  color: #000000;
  background-color: #8abed2;
  box-shadow: inset 0 1px 0 0 #b5d6e4, 0px 16px 24px rgba(0, 0, 0, 0.2), 0px 8px 12px rgba(0, 0, 0, 0.2), 0px 1px 12px rgba(0, 0, 0, 0.2);
}
.ua-desktop .using-mouse .xrx-dark-appearance .xrx-theme-appearance .xrx-btn.btn-primary.btn-emphasis:hover {
  background-color: #8abed2;
  box-shadow: inset 0 1px 0 0 #b5d6e4, 0px 16px 24px rgba(0, 0, 0, 0.2), 0px 8px 12px rgba(0, 0, 0, 0.2), 0px 1px 12px rgba(0, 0, 0, 0.2);
}
.xrx-dark-appearance .xrx-theme-appearance .xrx-btn.btn-primary.btn-emphasis:focus {
  outline: none;
  box-shadow: 0 0 0 3px #00a6f3, 0 0 0 6px rgba(0, 166, 243, 0.2);
}
.using-mouse .xrx-dark-appearance .xrx-theme-appearance .xrx-btn.btn-primary.btn-emphasis:focus {
  outline: none;
  box-shadow: inset 0 1px 0 0 #b5d6e4, 0px 6px 12px rgba(0, 0, 0, 0.2), 0px 3px 6px rgba(0, 0, 0, 0.2), 0px 1px 6px rgba(0, 0, 0, 0.2);
}
.xrx-dark-appearance .xrx-theme-appearance .xrx-btn.btn-primary.btn-emphasis:not(:disabled):not(.disabled):active, .xrx-dark-appearance .xrx-theme-appearance .xrx-btn.btn-primary.btn-emphasis:not(:disabled):not(.disabled).active {
  color: #000000;
  background-color: #539cb6;
  box-shadow: inset 0 1px 2px 0 rgb(0, 0, 0), 0 0 0 3px #00a6f3, 0 0 0 6px rgba(0, 166, 243, 0.2);
  transition-duration: 0.067s;
  transform: scale(0.978);
}
.using-mouse .xrx-dark-appearance .xrx-theme-appearance .xrx-btn.btn-primary.btn-emphasis:not(:disabled):not(.disabled):active, .using-mouse .xrx-dark-appearance .xrx-theme-appearance .xrx-btn.btn-primary.btn-emphasis:not(:disabled):not(.disabled).active {
  box-shadow: inset 0 1px 2px 0 rgb(0, 0, 0);
}
.xrx-dark-appearance .xrx-theme-appearance .xrx-btn.btn-primary.btn-emphasis.disabled, .xrx-dark-appearance .xrx-theme-appearance .xrx-btn.btn-primary.btn-emphasis:disabled {
  color: rgba(0, 0, 0, 0.3) !important;
  background-color: rgba(30, 123, 151, 0.3) !important;
  box-shadow: none !important;
}

.xrx-dark-appearance .xrx-btn.btn-borderless {
  color: #ffffff;
  background-color: transparent;
  box-shadow: none;
  transition: all 0.165s;
}
.ua-desktop .xrx-dark-appearance .xrx-btn.btn-borderless:hover:not(:focus) {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.1);
  box-shadow: none;
}
.ua-desktop .using-mouse .xrx-dark-appearance .xrx-btn.btn-borderless:hover {
  background-color: rgba(255, 255, 255, 0.1);
  box-shadow: none;
}
.xrx-dark-appearance .xrx-btn.btn-borderless:focus {
  outline: none;
  box-shadow: 0 0 0 3px #00a6f3, 0 0 0 6px rgba(0, 166, 243, 0.2);
}
.using-mouse .xrx-dark-appearance .xrx-btn.btn-borderless:focus {
  outline: none;
  box-shadow: none;
}
.xrx-dark-appearance .xrx-btn.btn-borderless:not(:disabled):not(.disabled):active, .xrx-dark-appearance .xrx-btn.btn-borderless:not(:disabled):not(.disabled).active {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.2);
  box-shadow: none, 0 0 0 3px #00a6f3, 0 0 0 6px rgba(0, 166, 243, 0.2);
  transition-duration: 0.067s;
  transform: scale(0.978);
}
.using-mouse .xrx-dark-appearance .xrx-btn.btn-borderless:not(:disabled):not(.disabled):active, .using-mouse .xrx-dark-appearance .xrx-btn.btn-borderless:not(:disabled):not(.disabled).active {
  box-shadow: none;
}
.xrx-dark-appearance .xrx-btn.btn-borderless.disabled, .xrx-dark-appearance .xrx-btn.btn-borderless:disabled {
  color: rgba(255, 255, 255, 0.3) !important;
  background-color: transparent !important;
  box-shadow: none !important;
}

.xrx-dark-appearance .xrx-btn.btn-primary.btn-borderless {
  color: #8abed2;
  background-color: transparent;
  box-shadow: none;
  transition: all 0.165s;
}
.ua-desktop .xrx-dark-appearance .xrx-btn.btn-primary.btn-borderless:hover:not(:focus) {
  color: #8abed2;
  background-color: rgba(138, 190, 210, 0.1);
  box-shadow: none;
}
.ua-desktop .using-mouse .xrx-dark-appearance .xrx-btn.btn-primary.btn-borderless:hover {
  background-color: rgba(138, 190, 210, 0.1);
  box-shadow: none;
}
.xrx-dark-appearance .xrx-btn.btn-primary.btn-borderless:focus {
  outline: none;
  box-shadow: 0 0 0 3px #00a6f3, 0 0 0 6px rgba(0, 166, 243, 0.2);
}
.using-mouse .xrx-dark-appearance .xrx-btn.btn-primary.btn-borderless:focus {
  outline: none;
  box-shadow: none;
}
.xrx-dark-appearance .xrx-btn.btn-primary.btn-borderless:not(:disabled):not(.disabled):active, .xrx-dark-appearance .xrx-btn.btn-primary.btn-borderless:not(:disabled):not(.disabled).active {
  color: #8abed2;
  background-color: rgba(138, 190, 210, 0.2);
  box-shadow: none, 0 0 0 3px #00a6f3, 0 0 0 6px rgba(0, 166, 243, 0.2);
  transition-duration: 0.067s;
  transform: scale(0.978);
}
.using-mouse .xrx-dark-appearance .xrx-btn.btn-primary.btn-borderless:not(:disabled):not(.disabled):active, .using-mouse .xrx-dark-appearance .xrx-btn.btn-primary.btn-borderless:not(:disabled):not(.disabled).active {
  box-shadow: none;
}
.xrx-dark-appearance .xrx-btn.btn-primary.btn-borderless.disabled, .xrx-dark-appearance .xrx-btn.btn-primary.btn-borderless:disabled {
  color: rgba(138, 190, 210, 0.3) !important;
  background-color: transparent !important;
  box-shadow: none !important;
}

.xrx-dark-appearance .xrx-btn.btn-success.btn-borderless {
  color: #7bc76f;
  background-color: transparent;
  box-shadow: none;
  transition: all 0.165s;
}
.ua-desktop .xrx-dark-appearance .xrx-btn.btn-success.btn-borderless:hover:not(:focus) {
  color: #7bc76f;
  background-color: rgba(123, 199, 111, 0.1);
  box-shadow: none;
}
.ua-desktop .using-mouse .xrx-dark-appearance .xrx-btn.btn-success.btn-borderless:hover {
  background-color: rgba(123, 199, 111, 0.1);
  box-shadow: none;
}
.xrx-dark-appearance .xrx-btn.btn-success.btn-borderless:focus {
  outline: none;
  box-shadow: 0 0 0 3px #11ff35, 0 0 0 6px rgba(17, 255, 53, 0.2);
}
.using-mouse .xrx-dark-appearance .xrx-btn.btn-success.btn-borderless:focus {
  outline: none;
  box-shadow: none;
}
.xrx-dark-appearance .xrx-btn.btn-success.btn-borderless:not(:disabled):not(.disabled):active, .xrx-dark-appearance .xrx-btn.btn-success.btn-borderless:not(:disabled):not(.disabled).active {
  color: #7bc76f;
  background-color: rgba(123, 199, 111, 0.2);
  box-shadow: none, 0 0 0 3px #11ff35, 0 0 0 6px rgba(17, 255, 53, 0.2);
  transition-duration: 0.067s;
  transform: scale(0.978);
}
.using-mouse .xrx-dark-appearance .xrx-btn.btn-success.btn-borderless:not(:disabled):not(.disabled):active, .using-mouse .xrx-dark-appearance .xrx-btn.btn-success.btn-borderless:not(:disabled):not(.disabled).active {
  box-shadow: none;
}
.xrx-dark-appearance .xrx-btn.btn-success.btn-borderless.disabled, .xrx-dark-appearance .xrx-btn.btn-success.btn-borderless:disabled {
  color: rgba(123, 199, 111, 0.3) !important;
  background-color: transparent !important;
  box-shadow: none !important;
}

.xrx-dark-appearance .xrx-btn.btn-warning.btn-borderless {
  color: #ffda7b;
  background-color: transparent;
  box-shadow: none;
  transition: all 0.165s;
}
.ua-desktop .xrx-dark-appearance .xrx-btn.btn-warning.btn-borderless:hover:not(:focus) {
  color: #ffda7b;
  background-color: rgba(255, 218, 123, 0.1);
  box-shadow: none;
}
.ua-desktop .using-mouse .xrx-dark-appearance .xrx-btn.btn-warning.btn-borderless:hover {
  background-color: rgba(255, 218, 123, 0.1);
  box-shadow: none;
}
.xrx-dark-appearance .xrx-btn.btn-warning.btn-borderless:focus {
  outline: none;
  box-shadow: 0 0 0 3px #ffbc1a, 0 0 0 6px rgba(255, 188, 26, 0.2);
}
.using-mouse .xrx-dark-appearance .xrx-btn.btn-warning.btn-borderless:focus {
  outline: none;
  box-shadow: none;
}
.xrx-dark-appearance .xrx-btn.btn-warning.btn-borderless:not(:disabled):not(.disabled):active, .xrx-dark-appearance .xrx-btn.btn-warning.btn-borderless:not(:disabled):not(.disabled).active {
  color: #ffda7b;
  background-color: rgba(255, 218, 123, 0.2);
  box-shadow: none, 0 0 0 3px #ffbc1a, 0 0 0 6px rgba(255, 188, 26, 0.2);
  transition-duration: 0.067s;
  transform: scale(0.978);
}
.using-mouse .xrx-dark-appearance .xrx-btn.btn-warning.btn-borderless:not(:disabled):not(.disabled):active, .using-mouse .xrx-dark-appearance .xrx-btn.btn-warning.btn-borderless:not(:disabled):not(.disabled).active {
  box-shadow: none;
}
.xrx-dark-appearance .xrx-btn.btn-warning.btn-borderless.disabled, .xrx-dark-appearance .xrx-btn.btn-warning.btn-borderless:disabled {
  color: rgba(255, 218, 123, 0.3) !important;
  background-color: transparent !important;
  box-shadow: none !important;
}

.xrx-dark-appearance .xrx-btn.btn-info.btn-borderless {
  color: #64bbd2;
  background-color: transparent;
  box-shadow: none;
  transition: all 0.165s;
}
.ua-desktop .xrx-dark-appearance .xrx-btn.btn-info.btn-borderless:hover:not(:focus) {
  color: #64bbd2;
  background-color: rgba(100, 187, 210, 0.1);
  box-shadow: none;
}
.ua-desktop .using-mouse .xrx-dark-appearance .xrx-btn.btn-info.btn-borderless:hover {
  background-color: rgba(100, 187, 210, 0.1);
  box-shadow: none;
}
.xrx-dark-appearance .xrx-btn.btn-info.btn-borderless:focus {
  outline: none;
  box-shadow: 0 0 0 3px #12b3ff, 0 0 0 6px rgba(18, 179, 255, 0.2);
}
.using-mouse .xrx-dark-appearance .xrx-btn.btn-info.btn-borderless:focus {
  outline: none;
  box-shadow: none;
}
.xrx-dark-appearance .xrx-btn.btn-info.btn-borderless:not(:disabled):not(.disabled):active, .xrx-dark-appearance .xrx-btn.btn-info.btn-borderless:not(:disabled):not(.disabled).active {
  color: #64bbd2;
  background-color: rgba(100, 187, 210, 0.2);
  box-shadow: none, 0 0 0 3px #12b3ff, 0 0 0 6px rgba(18, 179, 255, 0.2);
  transition-duration: 0.067s;
  transform: scale(0.978);
}
.using-mouse .xrx-dark-appearance .xrx-btn.btn-info.btn-borderless:not(:disabled):not(.disabled):active, .using-mouse .xrx-dark-appearance .xrx-btn.btn-info.btn-borderless:not(:disabled):not(.disabled).active {
  box-shadow: none;
}
.xrx-dark-appearance .xrx-btn.btn-info.btn-borderless.disabled, .xrx-dark-appearance .xrx-btn.btn-info.btn-borderless:disabled {
  color: rgba(100, 187, 210, 0.3) !important;
  background-color: transparent !important;
  box-shadow: none !important;
}

.xrx-dark-appearance .xrx-btn.btn-danger.btn-borderless {
  color: #FF808B;
  background-color: transparent;
  box-shadow: none;
  transition: all 0.165s;
}
.ua-desktop .xrx-dark-appearance .xrx-btn.btn-danger.btn-borderless:hover:not(:focus) {
  color: #FF808B;
  background-color: rgba(255, 128, 139, 0.1);
  box-shadow: none;
}
.ua-desktop .using-mouse .xrx-dark-appearance .xrx-btn.btn-danger.btn-borderless:hover {
  background-color: rgba(255, 128, 139, 0.1);
  box-shadow: none;
}
.xrx-dark-appearance .xrx-btn.btn-danger.btn-borderless:focus {
  outline: none;
  box-shadow: 0 0 0 3px #ff4a49, 0 0 0 6px rgba(255, 74, 73, 0.2);
}
.using-mouse .xrx-dark-appearance .xrx-btn.btn-danger.btn-borderless:focus {
  outline: none;
  box-shadow: none;
}
.xrx-dark-appearance .xrx-btn.btn-danger.btn-borderless:not(:disabled):not(.disabled):active, .xrx-dark-appearance .xrx-btn.btn-danger.btn-borderless:not(:disabled):not(.disabled).active {
  color: #FF808B;
  background-color: rgba(255, 128, 139, 0.2);
  box-shadow: none, 0 0 0 3px #ff4a49, 0 0 0 6px rgba(255, 74, 73, 0.2);
  transition-duration: 0.067s;
  transform: scale(0.978);
}
.using-mouse .xrx-dark-appearance .xrx-btn.btn-danger.btn-borderless:not(:disabled):not(.disabled):active, .using-mouse .xrx-dark-appearance .xrx-btn.btn-danger.btn-borderless:not(:disabled):not(.disabled).active {
  box-shadow: none;
}
.xrx-dark-appearance .xrx-btn.btn-danger.btn-borderless.disabled, .xrx-dark-appearance .xrx-btn.btn-danger.btn-borderless:disabled {
  color: rgba(255, 128, 139, 0.3) !important;
  background-color: transparent !important;
  box-shadow: none !important;
}

.xrx-dark-appearance .xrx-theme-appearance .xrx-btn.btn-borderless {
  color: #ffffff;
  background-color: transparent;
  box-shadow: none;
  transition: all 0.165s;
}
.ua-desktop .xrx-dark-appearance .xrx-theme-appearance .xrx-btn.btn-borderless:hover:not(:focus) {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.1);
  box-shadow: none;
}
.ua-desktop .using-mouse .xrx-dark-appearance .xrx-theme-appearance .xrx-btn.btn-borderless:hover {
  background-color: rgba(255, 255, 255, 0.1);
  box-shadow: none;
}
.xrx-dark-appearance .xrx-theme-appearance .xrx-btn.btn-borderless:focus {
  outline: none;
  box-shadow: 0 0 0 3px #00a6f3, 0 0 0 6px rgba(0, 166, 243, 0.2);
}
.using-mouse .xrx-dark-appearance .xrx-theme-appearance .xrx-btn.btn-borderless:focus {
  outline: none;
  box-shadow: none;
}
.xrx-dark-appearance .xrx-theme-appearance .xrx-btn.btn-borderless:not(:disabled):not(.disabled):active, .xrx-dark-appearance .xrx-theme-appearance .xrx-btn.btn-borderless:not(:disabled):not(.disabled).active {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.2);
  box-shadow: none, 0 0 0 3px #00a6f3, 0 0 0 6px rgba(0, 166, 243, 0.2);
  transition-duration: 0.067s;
  transform: scale(0.978);
}
.using-mouse .xrx-dark-appearance .xrx-theme-appearance .xrx-btn.btn-borderless:not(:disabled):not(.disabled):active, .using-mouse .xrx-dark-appearance .xrx-theme-appearance .xrx-btn.btn-borderless:not(:disabled):not(.disabled).active {
  box-shadow: none;
}
.xrx-dark-appearance .xrx-theme-appearance .xrx-btn.btn-borderless.disabled, .xrx-dark-appearance .xrx-theme-appearance .xrx-btn.btn-borderless:disabled {
  color: rgba(255, 255, 255, 0.3) !important;
  background-color: transparent !important;
  box-shadow: none !important;
}

.btn-sm {
  height: 2rem;
  padding: 0 0.6875rem;
  font-size: 1rem;
  line-height: 1.25;
  border-radius: 0.25rem;
}
.btn-sm.btn-inline {
  padding: 0 8px;
}
.btn-sm.btn-inline.btn-glyph {
  padding: 0 3px;
}

a.btn-sm {
  line-height: 2rem;
}

.btn-block {
  width: 100%;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.xrx-btn [class*=xgl-] {
  position: relative;
}
.xrx-btn [class*=xgl-] ~ .btn-label {
  padding-left: 0.375rem;
}

.xrx-btn.btn-sm [class*=xgl-] {
  top: 0;
}
.xrx-btn.btn-sm [class*=xgl-] ~ .btn-label {
  padding-left: 0.25rem;
}

.xrx-btn .btn-label ~ [class*=xgl-] {
  margin-right: -0.125rem;
  margin-left: 0.375rem;
}

.xrx-btn.btn-sm .btn-label ~ [class*=xgl-] {
  margin-left: 0.25rem;
}

.xrx-btn .btn-label {
  position: relative;
  letter-spacing: 0.01rem;
}

.xrx-btn.btn-sm .btn-label {
  top: 0.0625rem;
  letter-spacing: 0.0125rem;
}

.btn-glyph {
  min-width: 0;
}
.btn-glyph [class*=xgl-] {
  margin-right: -0.125rem;
  margin-left: -0.125rem;
}
.btn-glyph.btn-sm [class*=xgl-] {
  margin-right: -0.25rem;
  margin-left: -0.25rem;
}

.xrx-list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  background-color: #FAFAFF;
  overflow: hidden;
  border: 1px solid rgba(103, 103, 108, 0.2);
  border-radius: 6px;
}
.xrx-list-group.list-group-flush {
  border: none;
  border-radius: 0;
  background-color: transparent !important;
}
.xrx-list-group.emphasized {
  border: none;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.16), 0px 1px 3px rgba(0, 0, 0, 0.16), 0px 1px 2px rgba(0, 0, 0, 0.16);
}

.list-group-header {
  display: flex;
  align-items: center;
  padding: 0 16px;
  height: 32px;
  font-size: 16px;
  letter-spacing: 0.25px;
  background-color: rgba(103, 103, 108, 0.2);
}
.list-group-header .label {
  position: relative;
  top: 1px;
}
.xrx-dark-appearance .list-group-header {
  color: #ffffff;
  background-color: rgba(187, 188, 195, 0.2);
}

.list-group-item {
  display: flex;
  align-items: center;
  min-height: 56px;
  background-color: transparent;
  color: #000000;
  outline: none;
}
.list-group-item.compact {
  min-height: 48px;
}
.list-group-item .left-label {
  position: relative;
  display: flex;
  align-items: center;
  align-self: stretch;
  margin-left: 16px;
  cursor: default;
}
.list-group-item .left-label span {
  font-size: 20px;
  letter-spacing: 0.15px;
}
.list-group-item .left-label._2line64-sub-label {
  flex-direction: column;
  align-items: flex-start;
  height: 64px;
}
.list-group-item .left-label._2line64-sub-label span {
  position: relative;
  top: 4px;
}
.list-group-item .left-label._2line64-sub-label .sub-label {
  position: relative;
  top: 5px;
  font-size: 16px;
}
@media (hover) {
  .list-group-item:hover {
    color: #000000;
  }
}
.list-group-item:focus {
  color: #000000;
  box-shadow: inset 0 0 0 3px #00a6f3, inset 0 0 0 6px rgba(0, 166, 243, 0.2);
}
.list-group-item.disabled {
  cursor: not-allowed !important;
}
.list-group-item.disabled .left-label {
  cursor: not-allowed !important;
}
.list-group-item.disabled .custom-image-flush,
.list-group-item.disabled .custom-image-margin,
.list-group-item.disabled .custom-icon {
  opacity: 0.3;
  box-shadow: none !important;
}
.list-group-item.divider:not(:last-child) .left-label::before {
  position: absolute;
  bottom: 0;
  align-self: stretch;
  width: 2000px;
  content: "";
  border-bottom: 1px solid rgba(103, 103, 108, 0.2);
}
.list-group-item .left-object ~ .left-label {
  margin-left: 0;
}
.list-group-item .left-object [class*=xgl-] {
  display: table;
  margin: 0 16px;
}
.list-group-item .left-object .custom-icon {
  width: 36px;
  margin: 10px 16px;
  border-radius: 6px;
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.16);
}
.list-group-item .left-object .custom-image-margin {
  margin: 0 16px 0 4px;
}
.list-group-item .left-object .custom-image-flush {
  margin: 0 16px 0 0;
}
.list-group-item .left-object .xrx-checkbox {
  margin: 0 10px;
}
.list-group-item .sub-label,
.list-group-item .feedback-label {
  color: #525256;
}
.list-group-item .right-object {
  margin-left: auto;
}
.list-group-item .right-object .feedback-label {
  position: relative;
  top: 1px;
  margin: 0 16px;
  font-size: 16px;
  letter-spacing: 0.15px;
  white-space: nowrap;
}
.list-group-item .right-object .xrx-btn {
  margin: 4px;
}
.list-group-item .right-object .xrx-switch {
  margin: 0 8px;
}
.list-group-item .right-object .xrx-checkbox {
  margin: 0 4px;
}
.list-group-item .right-object > [class*=xgl-] {
  display: table;
  margin: 0 16px;
}

.xrx-list-group.list-group-sm {
  border-radius: 4px;
}
.xrx-list-group.list-group-sm.list-group-flush {
  border-radius: 0;
}
.xrx-list-group.list-group-sm .list-group-header {
  padding: 0 5px;
  height: 28px;
  font-size: 14px;
}
.xrx-list-group.list-group-sm .list-group-item {
  min-height: 38px;
}
.xrx-list-group.list-group-sm .list-group-item.compact {
  min-height: 32px;
}
.xrx-list-group.list-group-sm .list-group-item .left-label {
  margin-left: 9px;
}
.xrx-list-group.list-group-sm .list-group-item .left-label span {
  position: relative;
  top: 1px;
  font-size: 16px;
  letter-spacing: 0.15px;
}
.xrx-list-group.list-group-sm .list-group-item .left-label._2line44-sub-label {
  flex-direction: column;
  align-items: flex-start;
  height: 44px;
}
.xrx-list-group.list-group-sm .list-group-item .left-label._2line44-sub-label span {
  top: 2px;
}
.xrx-list-group.list-group-sm .list-group-item .left-label._2line44-sub-label .sub-label {
  top: -3px;
  font-size: 14px;
}
.xrx-list-group.list-group-sm .list-group-item .left-object ~ .left-label {
  margin-left: 0;
}
.xrx-list-group.list-group-sm .list-group-item .left-object [class*=xgl-] {
  margin: 0 9px;
}
.xrx-list-group.list-group-sm .list-group-item .left-object .custom-icon {
  width: 24px;
  margin: 7px 9px;
  border-radius: 5px;
}
.xrx-list-group.list-group-sm .list-group-item .left-object .custom-image-margin {
  margin: 0 9px 0 3px;
}
.xrx-list-group.list-group-sm .list-group-item .left-object .custom-image-flush {
  margin: 0 9px 0 0;
}
.xrx-list-group.list-group-sm .list-group-item .left-object .xrx-checkbox {
  margin: 0 5px;
}
.xrx-list-group.list-group-sm .list-group-item .right-object {
  margin-left: auto;
}
.xrx-list-group.list-group-sm .list-group-item .right-object .feedback-label {
  position: relative;
  top: 1px;
  margin: 0 9px;
  font-size: 14px;
  letter-spacing: 0.25px;
}
.xrx-list-group.list-group-sm .list-group-item .right-object .xrx-btn {
  margin: 3px;
}
.xrx-list-group.list-group-sm .list-group-item .right-object .xrx-switch {
  margin: 0 4px;
}
.xrx-list-group.list-group-sm .list-group-item .right-object .xrx-checkbox {
  margin: 0 3px;
}
.xrx-list-group.list-group-sm .list-group-item .right-object > [class*=xgl-] {
  margin: 0 9px;
}

.list-group-item-action {
  transition: background-color 0.5s;
}
@media (hover) {
  .list-group-item-action:hover {
    background-color: rgba(0, 0, 0, 0.1);
    transition: background-color 0s;
  }
}
.list-group-item-action:active {
  background-color: rgba(0, 0, 0, 0.2);
}
.list-group-item-action.active {
  background-color: #006482;
  color: #ffffff;
}
.list-group-item-action.active .sub-label,
.list-group-item-action.active .feedback-label {
  color: #b5d6e4;
}

.list-group-item.read-only {
  background-color: #BBBCC3;
}
.list-group-item.disabled {
  background-color: transparent;
}
.list-group-item.disabled .sub-label,
.list-group-item.disabled .feedback-label {
  color: rgba(82, 82, 86, 0.3);
}
.list-group-item.disabled [class*=xgl-],
.list-group-item.disabled .left-label {
  color: rgba(82, 82, 86, 0.3);
}
.list-group-item.disabled.divider .left-label::before {
  border-color: rgba(103, 103, 108, 0.05);
}

.xrx-theme-appearance .xrx-list-group {
  background-color: #006482;
  border-color: rgba(138, 190, 210, 0.2);
}
.xrx-theme-appearance .xrx-list-group.emphasized {
  border: none;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2), 0px 1px 3px rgba(0, 0, 0, 0.2), 0px 1px 2px rgba(0, 0, 0, 0.2);
}

@media (hover) {
  .xrx-theme-appearance .list-group-item-action:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }
}
.xrx-theme-appearance .list-group-item-action:active {
  background-color: rgba(255, 255, 255, 0.2);
}
.xrx-theme-appearance .list-group-item-action.active {
  background-color: #8abed2;
  color: #000000;
}
.xrx-theme-appearance .list-group-item-action.active .sub-label,
.xrx-theme-appearance .list-group-item-action.active .feedback-label {
  color: #29292D;
}
.xrx-theme-appearance .list-group-item {
  background-color: transparent;
  color: #ffffff;
}
.xrx-theme-appearance .list-group-item.divider .left-label::before {
  border-color: rgba(138, 190, 210, 0.2);
}
.xrx-theme-appearance .list-group-item .sub-label,
.xrx-theme-appearance .list-group-item .feedback-label {
  color: #b5d6e4;
}
.xrx-theme-appearance .list-group-item.read-only {
  background-color: #003B51;
}
.xrx-theme-appearance .list-group-item.disabled {
  background-color: transparent;
}
.xrx-theme-appearance .list-group-item.disabled .sub-label,
.xrx-theme-appearance .list-group-item.disabled .feedback-label {
  color: rgba(181, 214, 228, 0.3);
}
.xrx-theme-appearance .list-group-item.disabled [class*=xgl-],
.xrx-theme-appearance .list-group-item.disabled .left-label {
  color: rgba(255, 255, 255, 0.3);
}
.xrx-theme-appearance .list-group-item.disabled.divider .left-label::before {
  border-color: rgba(138, 190, 210, 0.05);
}

.xrx-dark-appearance .xrx-list-group {
  background-color: #3F3F43;
  border-color: rgba(187, 188, 195, 0.2);
}
.xrx-dark-appearance .xrx-list-group.emphasized {
  border: none;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4), 0px 1px 3px rgba(0, 0, 0, 0.4), 0px 1px 2px rgba(0, 0, 0, 0.4);
}

@media (hover) {
  .xrx-dark-appearance .list-group-item-action:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }
}
.xrx-dark-appearance .list-group-item-action:active {
  background-color: rgba(255, 255, 255, 0.2);
}
.xrx-dark-appearance .list-group-item-action.active {
  background-color: #8abed2;
  color: #000000;
}
.xrx-dark-appearance .list-group-item-action.active .sub-label,
.xrx-dark-appearance .list-group-item-action.active .feedback-label {
  color: #29292D;
}
.xrx-dark-appearance .list-group-item {
  background-color: transparent;
  color: #ffffff;
}
.xrx-dark-appearance .list-group-item.divider .left-label::before {
  border-color: rgba(187, 188, 195, 0.2);
}
.xrx-dark-appearance .list-group-item .sub-label,
.xrx-dark-appearance .list-group-item .feedback-label {
  color: #BBBCC3;
}
.xrx-dark-appearance .list-group-item.read-only {
  background-color: #1B1B1E;
}
.xrx-dark-appearance .list-group-item.read-only .sub-label,
.xrx-dark-appearance .list-group-item.read-only .feedback-label {
  color: #D9D9DF;
}
.xrx-dark-appearance .list-group-item.disabled {
  background-color: transparent;
}
.xrx-dark-appearance .list-group-item.disabled .sub-label,
.xrx-dark-appearance .list-group-item.disabled .feedback-label {
  color: rgba(187, 188, 195, 0.3);
}
.xrx-dark-appearance .list-group-item.disabled [class*=xgl-],
.xrx-dark-appearance .list-group-item.disabled .left-label {
  color: rgba(255, 255, 255, 0.3);
}
.xrx-dark-appearance .list-group-item.disabled.divider .left-label::before {
  border-color: rgba(187, 188, 195, 0.05);
}

.xrx-dark-appearance .xrx-theme-appearance .xrx-list-group {
  background-color: #00546e;
  border-color: rgba(138, 190, 210, 0.2);
}
.xrx-dark-appearance .xrx-theme-appearance .xrx-list-group.emphasized {
  border: none;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2), 0px 1px 3px rgba(0, 0, 0, 0.2), 0px 1px 2px rgba(0, 0, 0, 0.2);
}

@media (hover) {
  .xrx-dark-appearance .xrx-theme-appearance .list-group-item-action:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }
}
.xrx-dark-appearance .xrx-theme-appearance .list-group-item-action:active {
  background-color: rgba(255, 255, 255, 0.2);
}
.xrx-dark-appearance .xrx-theme-appearance .list-group-item-action.active {
  background-color: #8abed2;
  color: #000000;
}
.xrx-dark-appearance .xrx-theme-appearance .list-group-item-action.active .sub-label,
.xrx-dark-appearance .xrx-theme-appearance .list-group-item-action.active .feedback-label {
  color: #29292D;
}
.xrx-dark-appearance .xrx-theme-appearance .list-group-item {
  background-color: transparent;
  color: #ffffff;
}
.xrx-dark-appearance .xrx-theme-appearance .list-group-item.divider .left-label::before {
  border-color: rgba(138, 190, 210, 0.2);
}
.xrx-dark-appearance .xrx-theme-appearance .list-group-item .sub-label,
.xrx-dark-appearance .xrx-theme-appearance .list-group-item .feedback-label {
  color: #b5d6e4;
}
.xrx-dark-appearance .xrx-theme-appearance .list-group-item.read-only {
  background-color: #002B3C;
}
.xrx-dark-appearance .xrx-theme-appearance .list-group-item.disabled {
  background-color: transparent;
}
.xrx-dark-appearance .xrx-theme-appearance .list-group-item.disabled .sub-label,
.xrx-dark-appearance .xrx-theme-appearance .list-group-item.disabled .feedback-label {
  color: rgba(181, 214, 228, 0.3);
}
.xrx-dark-appearance .xrx-theme-appearance .list-group-item.disabled [class*=xgl-],
.xrx-dark-appearance .xrx-theme-appearance .list-group-item.disabled .left-label {
  color: rgba(255, 255, 255, 0.3);
}
.xrx-dark-appearance .xrx-theme-appearance .list-group-item.disabled.divider .left-label::before {
  border-color: rgba(138, 190, 210, 0.05);
}

.list-group-item-primary,
.list-group-item-success,
.list-group-item-warning,
.list-group-item-info,
.list-group-item-danger {
  background-color: transparent;
}
.list-group-item-primary .left-label .sub-label,
.list-group-item-success .left-label .sub-label,
.list-group-item-warning .left-label .sub-label,
.list-group-item-info .left-label .sub-label,
.list-group-item-danger .left-label .sub-label {
  color: #525256;
}
.xrx-dark-appearance .list-group-item-primary .left-label .sub-label,
.xrx-dark-appearance .list-group-item-success .left-label .sub-label,
.xrx-dark-appearance .list-group-item-warning .left-label .sub-label,
.xrx-dark-appearance .list-group-item-info .left-label .sub-label,
.xrx-dark-appearance .list-group-item-danger .left-label .sub-label {
  color: #BBBCC3;
}
.list-group-item-primary.divider .left-label::before,
.list-group-item-success.divider .left-label::before,
.list-group-item-warning.divider .left-label::before,
.list-group-item-info.divider .left-label::before,
.list-group-item-danger.divider .left-label::before {
  border-color: rgba(103, 103, 108, 0.2);
}

.list-group-item-primary {
  color: #006482;
}
@media (hover) {
  .list-group-item-primary.list-group-item-action:hover {
    background-color: rgba(0, 100, 130, 0.1);
  }
}
.list-group-item-primary.list-group-item-action:active {
  background-color: rgba(0, 100, 130, 0.2);
}

.list-group-item-success {
  color: #186a1e;
}
@media (hover) {
  .list-group-item-success.list-group-item-action:hover {
    background-color: rgba(36, 136, 43, 0.1);
  }
}
.list-group-item-success.list-group-item-action:active {
  background-color: rgba(36, 136, 43, 0.2);
}

.list-group-item-warning {
  color: #dc7f18;
}
@media (hover) {
  .list-group-item-warning.list-group-item-action:hover {
    background-color: rgba(253, 151, 38, 0.1);
  }
}
.list-group-item-warning.list-group-item-action:active {
  background-color: rgba(253, 151, 38, 0.2);
}

.list-group-item-info {
  color: #0e6682;
}
@media (hover) {
  .list-group-item-info.list-group-item-action:hover {
    background-color: rgba(23, 120, 150, 0.1);
  }
}
.list-group-item-info.list-group-item-action:active {
  background-color: rgba(23, 120, 150, 0.2);
}

.list-group-item-danger {
  color: #bd1623;
}
@media (hover) {
  .list-group-item-danger.list-group-item-action:hover {
    background-color: rgba(217, 34, 49, 0.1);
  }
}
.list-group-item-danger.list-group-item-action:active {
  background-color: rgba(217, 34, 49, 0.2);
}

.xrx-dark-appearance .list-group-item-primary {
  color: #8abed2;
}
@media (hover) {
  .xrx-dark-appearance .list-group-item-primary.list-group-item-action:hover {
    background-color: rgba(138, 190, 210, 0.1);
  }
}
.xrx-dark-appearance .list-group-item-primary.list-group-item-action:active {
  background-color: rgba(138, 190, 210, 0.2);
}
.xrx-dark-appearance .list-group-item-success {
  color: #7bc76f;
}
@media (hover) {
  .xrx-dark-appearance .list-group-item-success.list-group-item-action:hover {
    background-color: rgba(123, 199, 111, 0.1);
  }
}
.xrx-dark-appearance .list-group-item-success.list-group-item-action:active {
  background-color: rgba(123, 199, 111, 0.2);
}
.xrx-dark-appearance .list-group-item-warning {
  color: #ffda7b;
}
@media (hover) {
  .xrx-dark-appearance .list-group-item-warning.list-group-item-action:hover {
    background-color: rgba(255, 218, 123, 0.1);
  }
}
.xrx-dark-appearance .list-group-item-warning.list-group-item-action:active {
  background-color: rgba(255, 218, 123, 0.2);
}
.xrx-dark-appearance .list-group-item-info {
  color: #64bbd2;
}
@media (hover) {
  .xrx-dark-appearance .list-group-item-info.list-group-item-action:hover {
    background-color: rgba(100, 187, 210, 0.1);
  }
}
.xrx-dark-appearance .list-group-item-info.list-group-item-action:active {
  background-color: rgba(100, 187, 210, 0.2);
}
.xrx-dark-appearance .list-group-item-danger {
  color: #FF808B;
}
@media (hover) {
  .xrx-dark-appearance .list-group-item-danger.list-group-item-action:hover {
    background-color: rgba(255, 128, 139, 0.1);
  }
}
.xrx-dark-appearance .list-group-item-danger.list-group-item-action:active {
  background-color: rgba(255, 128, 139, 0.2);
}

.using-mouse .list-group-item:focus {
  outline: none;
  box-shadow: none;
}

.multi-list-group .xrx-list-group,
.multi-list-group .xrx-list-group.list-group-sm {
  border-radius: 0;
}
.multi-list-group .xrx-list-group:not(:first-child),
.multi-list-group .xrx-list-group.list-group-sm:not(:first-child) {
  border-top: none;
}
.multi-list-group .xrx-list-group:not(:last-child),
.multi-list-group .xrx-list-group.list-group-sm:not(:last-child) {
  border-bottom: none;
}
.multi-list-group .xrx-list-group:first-child {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.multi-list-group .xrx-list-group:last-child {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
.multi-list-group .xrx-list-group.list-group-sm:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.multi-list-group .xrx-list-group.list-group-sm:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.xrx-select {
  position: relative;
  min-width: 90px;
}
.xrx-select label {
  margin-bottom: 5px;
  font-size: 16px;
  letter-spacing: 0.25px;
  color: #000000;
}
.xrx-select select {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.xrx-select .dropdown-menu-arrow {
  display: none;
}
.xrx-select .dropdown-toggle {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
          user-select: none;
  border: none;
  outline: none;
  color: #000000;
  transition: all 0.165s;
  height: 3rem;
  padding: 0 16px;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.375rem;
  padding-right: 12px;
  background-color: #BBBCC3;
}
.xrx-select .dropdown-toggle:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.xrx-select .dropdown-toggle .caret {
  color: #000000;
}
.xrx-select .dropdown-toggle .btn-label {
  padding-right: 8px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.xrx-select .dropdown-toggle .btn-label [class*=xgl-] {
  display: inline-block;
  top: 4px;
  margin-right: 16px;
}
.xrx-select .dropdown-toggle .select-btn-right-object {
  display: flex;
}
.xrx-select .dropdown-toggle [class*=xgl-] {
  top: 1px;
}
@media (hover) {
  .xrx-select .dropdown-toggle:hover {
    background-color: #9E9FA4;
  }
}
.xrx-select .dropdown-toggle:active {
  background-color: #818187;
}
.xrx-select .dropdown-toggle:disabled, .xrx-select .dropdown-toggle.disabled {
  background-color: #BBBCC3;
  cursor: not-allowed;
}
.xrx-select.disabled {
  opacity: 0.3;
}
.xrx-select .left-label span {
  white-space: nowrap;
}
.xrx-select .dropdown-menu {
  margin-top: 0px !important;
}
.xrx-select [role=group] .list-group-item {
  padding-left: 16px;
}
.xrx-select .show.menu-down .dropdown-toggle {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.xrx-select .show.menu-up .dropdown-toggle {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.xrx-select .menu-down .dropdown-menu,
.xrx-select .menu-down .menu-scroll-container,
.xrx-select .menu-down .xrx-list-group {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.xrx-select .menu-down .dropdown-menu {
  clip-path: inset(0px -25px -25px -25px);
}
.xrx-select .menu-up .dropdown-menu,
.xrx-select .menu-up .menu-scroll-container,
.xrx-select .menu-up .xrx-list-group {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.xrx-select .menu-up .dropdown-menu {
  clip-path: inset(-25px -25px 0px -25px);
}
.xrx-select .dropdown-menu {
  overflow: hidden;
}

[class*=select-validation-] .menu-down .dropdown-menu {
  margin-top: 2px !important;
}
[class*=select-validation-] .menu-up .dropdown-menu {
  margin-bottom: 2px !important;
}

.xrx-select.select-focus .dropdown-toggle,
.dropdown-toggle:focus {
  box-shadow: 0 0 0 3px #00a6f3, 0 0 0 6px rgba(0, 166, 243, 0.2);
}

.using-mouse .xrx-select:not([class*=select-validation]) .dropdown-toggle {
  box-shadow: none;
}

.xrx-select.select-validation-success .dropdown-toggle {
  box-shadow: 0 0 0 2px #24882b;
}

.select-validation-success.select-focus .dropdown-toggle,
.select-validation-success .dropdown-toggle:focus {
  box-shadow: 0 0 0 3px #24882b, 0 0 0 6px rgba(36, 136, 43, 0.2);
}

.using-mouse .select-validation-success.select-focus .dropdown-toggle,
.using-mouse .select-validation-success .dropdown-toggle:focus {
  box-shadow: 0 0 0 2px #24882b;
}

.xrx-select.select-validation-danger .dropdown-toggle {
  box-shadow: 0 0 0 2px #d92231;
}

.select-validation-danger.select-focus .dropdown-toggle,
.select-validation-danger .dropdown-toggle:focus {
  box-shadow: 0 0 0 3px #d92231, 0 0 0 6px rgba(217, 34, 49, 0.2);
}

.using-mouse .select-validation-danger.select-focus .dropdown-toggle,
.using-mouse .select-validation-danger .dropdown-toggle:focus {
  box-shadow: 0 0 0 2px #d92231;
}

.xrx-select.select-validation-warning .dropdown-toggle {
  box-shadow: 0 0 0 2px #fd9726;
}

.select-validation-warning.select-focus .dropdown-toggle,
.select-validation-warning .dropdown-toggle:focus {
  box-shadow: 0 0 0 3px #fd9726, 0 0 0 6px rgba(253, 151, 38, 0.2);
}

.using-mouse .select-validation-warning.select-focus .dropdown-toggle,
.using-mouse .select-validation-warning .dropdown-toggle:focus {
  box-shadow: 0 0 0 2px #fd9726;
}

.xrx-dark-appearance label {
  color: #ffffff;
}
.xrx-dark-appearance .dropdown-toggle {
  color: #ffffff;
  background-color: #525256;
}
.xrx-dark-appearance .dropdown-toggle .caret {
  color: #ffffff;
}
@media (hover) {
  .xrx-dark-appearance .dropdown-toggle:hover {
    background-color: #67676C;
  }
}
.xrx-dark-appearance .dropdown-toggle:active {
  background-color: #818187;
}
.xrx-dark-appearance .dropdown-toggle:disabled, .xrx-dark-appearance .dropdown-toggle.disabled {
  background-color: #525256;
  cursor: not-allowed;
}
.xrx-dark-appearance .xrx-select.select-validation-success .dropdown-toggle {
  box-shadow: 0 0 0 2px #7bc76f;
}
.xrx-dark-appearance .select-validation-success.select-focus .dropdown-toggle,
.xrx-dark-appearance .select-validation-success .dropdown-toggle:focus {
  box-shadow: 0 0 0 3px #7bc76f, 0 0 0 6px rgba(123, 199, 111, 0.2);
}
.using-mouse .xrx-dark-appearance .select-validation-success.select-focus .dropdown-toggle, .using-mouse .xrx-dark-appearance .select-validation-success .dropdown-toggle:focus {
  box-shadow: 0 0 0 2px #7bc76f;
}
.xrx-dark-appearance .xrx-select.select-validation-danger .dropdown-toggle {
  box-shadow: 0 0 0 2px #FF808B;
}
.xrx-dark-appearance .select-validation-danger.select-focus .dropdown-toggle,
.xrx-dark-appearance .select-validation-danger .dropdown-toggle:focus {
  box-shadow: 0 0 0 3px #FF808B, 0 0 0 6px rgba(255, 128, 139, 0.2);
}
.using-mouse .xrx-dark-appearance .select-validation-danger.select-focus .dropdown-toggle, .using-mouse .xrx-dark-appearance .select-validation-danger .dropdown-toggle:focus {
  box-shadow: 0 0 0 2px #FF808B;
}
.xrx-dark-appearance .xrx-select.select-validation-warning .dropdown-toggle {
  box-shadow: 0 0 0 2px #ffda7b;
}
.xrx-dark-appearance .select-validation-warning.select-focus .dropdown-toggle,
.xrx-dark-appearance .select-validation-warning .dropdown-toggle:focus {
  box-shadow: 0 0 0 3px #ffda7b, 0 0 0 6px rgba(255, 218, 123, 0.2);
}
.using-mouse .xrx-dark-appearance .select-validation-warning.select-focus .dropdown-toggle, .using-mouse .xrx-dark-appearance .select-validation-warning .dropdown-toggle:focus {
  box-shadow: 0 0 0 2px #ffda7b;
}

.stacked-icon-size-24 {
  width: 24px;
  height: 24px;
}

.xrx-stacked-icon {
  position: relative;
}

.xrx-stacked-icon [class*=xgl-] {
  position: absolute;
}

.success_2stack .xgl-success_stack_mdgd {
  color: #24882b;
}
.success_2stack .xgl-success_stack_frgd {
  color: #ffffff;
}

.danger_2stack .xgl-danger_stack_mdgd {
  color: #d92231;
}
.danger_2stack .xgl-danger_stack_frgd {
  color: #ffffff;
}

.warning_2stack .xgl-warning_stack_mdgd {
  color: #fd9726;
}
.warning_2stack .xgl-warning_stack_frgd {
  color: #000000;
}

.xrx-dark-appearance .success_2stack .xgl-success_stack_mdgd {
  color: #7bc76f;
}
.xrx-dark-appearance .success_2stack .xgl-success_stack_frgd {
  color: #000000;
}
.xrx-dark-appearance .danger_2stack .xgl-danger_stack_mdgd {
  color: #FF808B;
}
.xrx-dark-appearance .danger_2stack .xgl-danger_stack_frgd {
  color: #000000;
}
.xrx-dark-appearance .warning_2stack .xgl-warning_stack_mdgd {
  color: #ffda7b;
}
.xrx-dark-appearance .warning_2stack .xgl-warning_stack_frgd {
  color: #000000;
}

.xrx-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  word-wrap: break-word;
  color: #000000;
  background-color: #FAFAFF;
  background-clip: border-box;
  border: none;
  border-radius: 0.5rem;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.16), 0px 1px 3px rgba(0, 0, 0, 0.16), 0px 1px 2px rgba(0, 0, 0, 0.16);
  transition: box-shadow 0.165s;
}
.xrx-card.card-action::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  background-color: #000000;
  opacity: 0;
  border-radius: 8px;
  transition: opacity 0.165s;
}
.using-mouse .xrx-card.card-action:focus:not(.active):not(:hover), .using-mouse .xrx-card.card-action:focus:not(:active):not(:hover) {
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.16), 0px 1px 3px rgba(0, 0, 0, 0.16), 0px 1px 2px rgba(0, 0, 0, 0.16);
}
@media (hover) {
  .using-mouse .xrx-card.card-action:hover {
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.16), 0px 3px 6px rgba(0, 0, 0, 0.16), 0px 1px 6px rgba(0, 0, 0, 0.16);
    cursor: pointer;
  }
}
.xrx-card.card-action:focus {
  outline: none;
  box-shadow: 0 0 0 3px #00a6f3, 0 0 0 6px rgba(0, 166, 243, 0.2);
}
.using-mouse .xrx-card.card-action.active:not(.disabled), .using-mouse .xrx-card.card-action:active:not(.disabled) {
  box-shadow: inset 0px 1px 2px 0 rgba(0, 0, 0, 0.5);
}
.using-mouse .xrx-card.card-action.active:not(.disabled)::before, .using-mouse .xrx-card.card-action:active:not(.disabled)::before {
  opacity: 0.2;
}
.xrx-card.disabled {
  box-shadow: none !important;
  background-color: #BBBCC3;
  opacity: 0.3;
  cursor: not-allowed !important;
}
.xrx-card.card-dragging {
  box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.16), 0px 8px 12px rgba(0, 0, 0, 0.16), 0px 1px 12px rgba(0, 0, 0, 0.16);
}
.xrx-card > hr {
  margin-right: 0;
  margin-left: 0;
}
.xrx-card h1, .xrx-card h2, .xrx-card h3, .xrx-card h4, .xrx-card h5, .xrx-card h6 {
  margin-top: 0.625rem;
}

.card-1line-title {
  display: flex;
  align-items: center;
  min-height: 60px;
  padding: 16px;
}
.card-1line-title h5 {
  margin: 0;
}
.card-1line-title .card-subtitle {
  font-size: 16px;
  letter-spacing: 0.25px;
}
.card-1line-title .right-object {
  margin-left: auto;
}

.card-1line-title-subtitle {
  display: flex;
  align-items: center;
  min-height: 76px;
  padding: 16px;
}
.card-1line-title-subtitle h6 {
  position: relative;
  top: -10px;
  margin: 0;
  line-height: 0;
}
.card-1line-title-subtitle .card-subtitle {
  position: relative;
  top: 19px;
  font-size: 16px;
  line-height: 0;
  letter-spacing: 0.25px;
  color: #525256;
}
.card-1line-title-subtitle .right-object {
  margin-left: auto;
}

.card-2line-title {
  display: flex;
  align-items: center;
  min-height: 70px;
  padding: 16px;
}
.card-2line-title .card-title {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.15px;
  line-height: 1.4;
}
.card-2line-title .right-object {
  margin-left: auto;
}

.card-1line-title .right-object [class*=xgl-],
.card-1line-title-subtitle .right-object [class*=xgl-],
.card-2line-title .right-object [class*=xgl-] {
  display: block;
}

.card-body {
  flex: 1 1 auto;
  padding: 16px;
}

.card-buttons {
  display: flex;
  align-items: center;
  padding: 16px;
}
.card-buttons .xrx-btn + .xrx-btn {
  margin-left: 16px;
}

.card-borderless-buttons {
  display: flex;
  align-items: center;
  padding: 8px;
}
.card-borderless-buttons .xrx-btn + .xrx-btn {
  margin-left: 0;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-header {
  margin-bottom: 0;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
}

.card-deck {
  display: flex;
  flex-direction: column;
}
.card-deck .xrx-card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .xrx-card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group {
  display: flex;
  flex-direction: column;
  border-radius: 0.5rem;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.16), 0px 1px 3px rgba(0, 0, 0, 0.16), 0px 1px 2px rgba(0, 0, 0, 0.16);
  background-color: rgba(103, 103, 108, 0.2);
}
.card-group .divider-vertical {
  position: absolute;
  right: 0;
  z-index: 999;
  width: 1px;
  height: 100%;
  background-color: rgba(103, 103, 108, 0.2);
}
.card-group > .xrx-card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    flex-flow: row wrap;
  }
  .card-group > .xrx-card {
    flex: 1 0 0%;
    margin-bottom: 0;
    box-shadow: none;
  }
  .card-group > .xrx-card + .xrx-card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .xrx-card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .xrx-card:first-child .card-img-top,
  .card-group > .xrx-card:first-child .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .xrx-card:first-child .card-img-bottom,
  .card-group > .xrx-card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .xrx-card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .xrx-card:last-child .card-img-top,
  .card-group > .xrx-card:last-child .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .xrx-card:last-child .card-img-bottom,
  .card-group > .xrx-card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }
  .card-group > .xrx-card:only-child {
    border-radius: 0.5rem;
  }
  .card-group > .xrx-card:only-child .card-img-top,
  .card-group > .xrx-card:only-child .card-header {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }
  .card-group > .xrx-card:only-child .card-img-bottom,
  .card-group > .xrx-card:only-child .card-footer {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }
  .card-group > .xrx-card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  .card-group > .xrx-card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
  .card-group > .xrx-card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
  .card-group > .xrx-card:not(:first-child):not(:last-child):not(:only-child) .card-header,
  .card-group > .xrx-card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0;
  }
}

.card-columns .xrx-card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .xrx-card {
    display: inline-block;
    width: 100%;
  }
}

.xrx-theme-appearance .xrx-card,
.xrx-dark-appearance .xrx-card {
  background-color: #006482;
}
.xrx-theme-appearance .card-1line-title h5, .xrx-theme-appearance .card-1line-title h6, .xrx-theme-appearance .card-1line-title .card-title,
.xrx-theme-appearance .card-1line-title-subtitle h5,
.xrx-theme-appearance .card-1line-title-subtitle h6,
.xrx-theme-appearance .card-1line-title-subtitle .card-title,
.xrx-theme-appearance .card-2line-title h5,
.xrx-theme-appearance .card-2line-title h6,
.xrx-theme-appearance .card-2line-title .card-title,
.xrx-dark-appearance .card-1line-title h5,
.xrx-dark-appearance .card-1line-title h6,
.xrx-dark-appearance .card-1line-title .card-title,
.xrx-dark-appearance .card-1line-title-subtitle h5,
.xrx-dark-appearance .card-1line-title-subtitle h6,
.xrx-dark-appearance .card-1line-title-subtitle .card-title,
.xrx-dark-appearance .card-2line-title h5,
.xrx-dark-appearance .card-2line-title h6,
.xrx-dark-appearance .card-2line-title .card-title {
  color: #ffffff;
}
.xrx-theme-appearance .card-1line-title .card-subtitle,
.xrx-theme-appearance .card-1line-title-subtitle .card-subtitle,
.xrx-theme-appearance .card-2line-title .card-subtitle,
.xrx-dark-appearance .card-1line-title .card-subtitle,
.xrx-dark-appearance .card-1line-title-subtitle .card-subtitle,
.xrx-dark-appearance .card-2line-title .card-subtitle {
  color: #e2eff5;
}
.xrx-theme-appearance .card-1line-title .right-object,
.xrx-theme-appearance .card-1line-title-subtitle .right-object,
.xrx-theme-appearance .card-2line-title .right-object,
.xrx-dark-appearance .card-1line-title .right-object,
.xrx-dark-appearance .card-1line-title-subtitle .right-object,
.xrx-dark-appearance .card-2line-title .right-object {
  color: #ffffff;
}
.xrx-theme-appearance .card-body,
.xrx-dark-appearance .card-body {
  color: #ffffff;
}

.xrx-dark-appearance .card-group {
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4), 0px 1px 3px rgba(0, 0, 0, 0.4), 0px 1px 2px rgba(0, 0, 0, 0.4);
}
.xrx-dark-appearance .xrx-card {
  background-color: #3F3F43;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4), 0px 1px 3px rgba(0, 0, 0, 0.4), 0px 1px 2px rgba(0, 0, 0, 0.4);
}
.xrx-dark-appearance .card-1line-title .card-subtitle,
.xrx-dark-appearance .card-1line-title-subtitle .card-subtitle,
.xrx-dark-appearance .card-2line-title .card-subtitle {
  color: #BBBCC3;
}

.xrx-dark-appearance .xrx-theme-appearance .xrx-card {
  background-color: #00546e;
}
.xrx-dark-appearance .xrx-theme-appearance .card-1line-title .card-subtitle,
.xrx-dark-appearance .xrx-theme-appearance .card-1line-title-subtitle .card-subtitle,
.xrx-dark-appearance .xrx-theme-appearance .card-2line-title .card-subtitle {
  color: #e2eff5;
}

.xrx-theme-appearance .xrx-card.disabled {
  background-color: #1e7b97;
}
.xrx-theme-appearance .xrx-card.card-dragging {
  box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.16), 0px 8px 12px rgba(0, 0, 0, 0.16), 0px 1px 12px rgba(0, 0, 0, 0.16);
}

.xrx-dark-appearance .xrx-card.disabled {
  background-color: #525256;
}
.xrx-dark-appearance .xrx-card.card-dragging {
  box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.4), 0px 8px 12px rgba(0, 0, 0, 0.4), 0px 1px 12px rgba(0, 0, 0, 0.4);
}

.xrx-dark-appearance .xrx-theme-appearance .xrx-card.disabled {
  background-color: #006482;
}

.using-mouse .xrx-dark-appearance .xrx-card.card-action:focus:not(.active):not(:hover), .using-mouse .xrx-dark-appearance .xrx-card.card-action:focus:not(:active):not(:hover) {
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4), 0px 1px 3px rgba(0, 0, 0, 0.4), 0px 1px 2px rgba(0, 0, 0, 0.4);
}
@media (hover) {
  .using-mouse .xrx-dark-appearance .xrx-card.card-action:hover {
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.4), 0px 3px 6px rgba(0, 0, 0, 0.4), 0px 1px 6px rgba(0, 0, 0, 0.4);
  }
}
.using-mouse .xrx-dark-appearance .xrx-card.card-action.active:not(.disabled), .using-mouse .xrx-dark-appearance .xrx-card.card-action:active:not(.disabled) {
  box-shadow: inset 0 1px 2px 0 rgb(0, 0, 0);
}

.xrx-tooltip {
  position: absolute;
  z-index: 1090;
  display: block;
  margin: 0;
  font-family: "Roboto Condensed", Roboto, "San Francisco", "Helvetica Neue", Helvetica, Arial, sans-serif;
  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;
  word-wrap: break-word;
  opacity: 0;
  transition: opacity 0.165s, margin 0.165s ease-in-out;
  pointer-events: none;
}
.xrx-tooltip.show {
  opacity: 1;
}
.xrx-tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.xrx-tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.extend-xrx-tooltip-top, .xrx-tooltip-auto[data-popper-placement^=top],
[class*=xrx-tooltip-top] {
  margin: -5px 0 !important;
}
.extend-xrx-tooltip-top.show, .show.xrx-tooltip-auto[data-popper-placement^=top],
[class*=xrx-tooltip-top].show {
  margin: 3px 0 !important;
}
.extend-xrx-tooltip-top .tooltip-arrow, .xrx-tooltip-auto[data-popper-placement^=top] .tooltip-arrow,
[class*=xrx-tooltip-top] .tooltip-arrow {
  bottom: -6px;
}
.extend-xrx-tooltip-top .tooltip-arrow::before, .xrx-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,
[class*=xrx-tooltip-top] .tooltip-arrow::before {
  border-width: 0.4rem 0.4rem 0;
  border-top-color: rgba(63, 63, 67, 0.94);
}

.extend-xrx-tooltip-right, .xrx-tooltip-auto[data-popper-placement^=right],
[class*=xrx-tooltip-right] {
  margin: 0 -5px !important;
}
.extend-xrx-tooltip-right.show, .show.xrx-tooltip-auto[data-popper-placement^=right],
[class*=xrx-tooltip-right].show {
  margin: 0 3px !important;
}
.extend-xrx-tooltip-right .tooltip-arrow, .xrx-tooltip-auto[data-popper-placement^=right] .tooltip-arrow,
[class*=xrx-tooltip-right] .tooltip-arrow {
  left: -6px;
}
.extend-xrx-tooltip-right .tooltip-arrow::before, .xrx-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before,
[class*=xrx-tooltip-right] .tooltip-arrow::before {
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: rgba(63, 63, 67, 0.94);
}

.extend-xrx-tooltip-bottom, .xrx-tooltip-auto[data-popper-placement^=bottom],
[class*=xrx-tooltip-bottom] {
  margin: -5px 0 !important;
}
.extend-xrx-tooltip-bottom.show, .show.xrx-tooltip-auto[data-popper-placement^=bottom],
[class*=xrx-tooltip-bottom].show {
  margin: 3px 0 !important;
}
.extend-xrx-tooltip-bottom .tooltip-arrow, .xrx-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow,
[class*=xrx-tooltip-bottom] .tooltip-arrow {
  top: -6px;
}
.extend-xrx-tooltip-bottom .tooltip-arrow::before, .xrx-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before,
[class*=xrx-tooltip-bottom] .tooltip-arrow::before {
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: rgba(63, 63, 67, 0.94);
}

.extend-xrx-tooltip-left, .xrx-tooltip-auto[data-popper-placement^=left],
[class*=xrx-tooltip-left] {
  margin: 0 -5px !important;
}
.extend-xrx-tooltip-left.show, .show.xrx-tooltip-auto[data-popper-placement^=left],
[class*=xrx-tooltip-left].show {
  margin: 0 3px !important;
}
.extend-xrx-tooltip-left .tooltip-arrow, .xrx-tooltip-auto[data-popper-placement^=left] .tooltip-arrow,
[class*=xrx-tooltip-left] .tooltip-arrow {
  right: -13px;
}
.extend-xrx-tooltip-left .tooltip-arrow::before, .xrx-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before,
[class*=xrx-tooltip-left] .tooltip-arrow::before {
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: rgba(63, 63, 67, 0.94);
}

.tooltip-header {
  display: flex;
  align-items: center;
  padding: 1px 1rem 0 1rem;
  height: 32px;
  text-align: left;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.15px;
  background-color: #525256;
}
.tooltip-header:empty {
  display: none;
}

.tooltip-content {
  padding: 0.75rem 1rem;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.25px;
}

.tooltip-inner {
  min-width: 48px;
  max-width: 250px;
  color: #ffffff;
  background-color: rgba(63, 63, 67, 0.94);
  border-radius: 0.375rem;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.16), 0px 4px 8px rgba(0, 0, 0, 0.16), 0px 1px 8px rgba(0, 0, 0, 0.16);
  overflow: hidden;
}

.tooltip-dark-mode-appearance .tooltip-header {
  background-color: rgba(217, 217, 223, 0.94);
  color: #000000;
}
.tooltip-dark-mode-appearance .tooltip-inner {
  background-color: rgba(250, 250, 255, 0.94);
  color: #000000;
}
.tooltip-dark-mode-appearance[class*=xrx-tooltip-top] .tooltip-arrow::before {
  border-top-color: rgba(250, 250, 255, 0.94);
}
.tooltip-dark-mode-appearance[class*=xrx-tooltip-right] .tooltip-arrow::before {
  border-right-color: rgba(250, 250, 255, 0.94);
}
.tooltip-dark-mode-appearance[class*=xrx-tooltip-bottom] .tooltip-arrow::before {
  border-bottom-color: rgba(250, 250, 255, 0.94);
}
.tooltip-dark-mode-appearance[class*=xrx-tooltip-left] .tooltip-arrow::before {
  border-left-color: rgba(250, 250, 255, 0.94);
}

.doc-scroll-to-top {
  cursor: default;
}

.nav-opt-left-navbar .dn-app-brand .dn-app-brand-label {
  padding-left: 0 !important;
}

@media (max-width: 1199.98px) {
  .dn-search-btn [class*=xgl-]::before,
  .doc-home-link [class*=xgl-]::before {
    color: #ffffff;
    transition: color 0.25s;
  }
  .dn-search-btn:hover [class*=xgl-]::before,
  .doc-home-link:hover [class*=xgl-]::before {
    color: rgba(255, 255, 255, 0.9);
  }
}
.doc-home-link .xgl-home {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.doc-home-link .xgl-home::before {
  top: 0.25rem;
}

.doc-page-title {
  margin-top: 0;
  font-weight: 700;
}

.doc-data-chart-icon [data-toggle=modal] {
  display: block;
}

/*===================================================================================*/
/*  Data Visualization Page
/*===================================================================================*/
.doc-data-chart-icon figure {
  width: 9.375rem;
  height: 11.25rem;
}

@media (min-width: 1200px) {
  .mn-close-btn {
    visibility: hidden;
  }
}
@media (min-width: 992px) {
  .doc-content {
    max-width: 970px;
  }
}
@media (min-width: 1200px) {
  .doc-content {
    max-width: 1082px;
  }
}
.doc-content {
  padding: 3.125rem 1.25rem;
  margin: 0 auto;
}
.doc-content ul,
.doc-content p {
  color: #525256;
}

.doc-content .bg-primary {
  color: #ffffff;
}

@media (min-width: 768px) {
  .doc-content {
    padding: 3.125rem 5rem;
  }
}
.doc-divider-top {
  border-top: 1px solid #818187;
}

section.doc-divider-top {
  padding-top: 5rem !important;
  padding-bottom: 3rem !important;
}

.doc-intro {
  font-size: 1.5rem;
  padding-top: 3rem;
  padding-bottom: 2rem;
  color: #525256;
}

.doc-sect-title {
  text-transform: capitalize;
  margin-bottom: 1.625rem;
}

.doc-alt-sect-title,
.doc-alt-sect-link,
.doc-alt-page-title {
  display: none;
}

.doc-text-transform-none {
  text-transform: none !important;
}

.doc-text-bold {
  color: #000000;
  font-weight: 700;
}

.doc-paragraph {
  margin-bottom: 1.625rem;
}

.doc-table {
  margin-bottom: 4.25rem;
}

.doc-center {
  display: table;
  margin: 0 auto;
}

.doc-container,
.doc-grid {
  margin-bottom: 3rem !important;
}

.doc-themed-bg {
  color: #ffffff;
  background-color: #006482;
}

.doc-alert-bg {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.93);
}

.doc-img-intro img {
  border-radius: 4px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

#styles table {
  margin-bottom: 3rem;
}

.doc-text-align-right {
  text-align: right;
}

.doc-list {
  margin-bottom: 2rem;
}

.doc-center-alt {
  display: block;
  width: 34.375rem;
  margin: 0 auto;
}

.doc-pull-left {
  float: left;
}

.doc-pull-right {
  float: right;
}

ol.doc-instructions li {
  margin-bottom: 1.875rem;
}

.doc-em {
  padding: 0.125rem;
  color: #000000;
  background-color: #D9D9DF;
}

.doc-img {
  text-align: center;
  margin-bottom: 1rem;
}
.doc-img .photo-comment {
  margin-top: 0.3125rem;
}

@media (min-width: 576px) {
  .doc-center-alt {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.doc-card-theme {
  box-shadow: none;
}
.doc-card-theme .card-header {
  background-color: #006482;
  color: #ffffff;
}
.doc-card-theme .card-body {
  background-color: #e2eff5;
  color: #000000;
}
.doc-card-theme .card-body p {
  color: #000000;
}

.doc-popover-demo .xrx-popover {
  position: relative;
  z-index: 1;
}

.dn-level1-item-glyph.xgl-home {
  color: #ffffff;
}
.dn-level1-item-glyph.xgl-home::before {
  top: 0.1875rem;
}

.activity-indicator-demo {
  padding: 0.9375rem;
}

/*===================================================================================*/
/*  Motion Page
/*===================================================================================*/
#motion-breakdown-table tbody tr {
  height: 129px;
}

/*===================================================================================*/
/*  Level Indicator Styles
/*===================================================================================*/
.level-color-layout {
  height: 3.25rem;
  line-height: 3.25rem;
  padding: 0 0.625rem;
}

.contextual-theme {
  background-color: #155fbb;
  color: #ffffff;
}

.contextual-success {
  background-color: #236e0e;
  color: #ffffff;
}

.contextual-warning {
  background-color: #fd9726;
  color: #000000;
}

.contextual-danger {
  background-color: #d92231;
  color: #ffffff;
}

.paper-white {
  background-color: #ffffff;
  color: #000000;
}

.paper-gray {
  background-color: #d8d8d8;
  color: #000000;
}

.paper-silver {
  background-color: #888b92;
  color: #000000;
}

.paper-black {
  background-color: #000000;
  color: #ffffff;
}

.paper-brown {
  background-color: #a55000;
  color: #ffffff;
}

.paper-ivory {
  background-color: #ffffc3;
  color: #000000;
}

.paper-yellow {
  background-color: #ffff70;
  color: #000000;
}

.paper-sunflare-yellow {
  background-color: #fff100;
  color: #000000;
}

.paper-buff {
  background-color: #ffec9c;
  color: #000000;
}

.paper-tan {
  background-color: #ffce8f;
  color: #000000;
}

.paper-gold {
  background-color: #ffcc00;
  color: #000000;
}

.paper-goldenrod {
  background-color: #ffc600;
  color: #000000;
}

.paper-orange {
  background-color: #ff8400;
  color: #000000;
}

.paper-salmon {
  background-color: #ffa289;
  color: #000000;
}

.paper-pink {
  background-color: #ffceff;
  color: #000000;
}

.paper-cherry {
  background-color: #ff6381;
  color: #000000;
}

.paper-magenta {
  background-color: #de2d8e;
  color: #ffffff;
}

.paper-red {
  background-color: #ff0000;
  color: #ffffff;
}

.paper-lilac {
  background-color: #d6b8ff;
  color: #000000;
}

.paper-purple {
  background-color: #8900d3;
  color: #ffffff;
}

.paper-violet {
  background-color: #c93fc2;
  color: #ffffff;
}

.paper-blue {
  background-color: #9affff;
  color: #000000;
}

.paper-super-nova-blue {
  background-color: #00d9ff;
  color: #000000;
}

.paper-cyan {
  background-color: #009ad6;
  color: #000000;
}

.paper-turquoise {
  background-color: #00d9bd;
  color: #000000;
}

.paper-green {
  background-color: #94ff9c;
  color: #000000;
}

.paper-galactic-green {
  background-color: #94ff00;
  color: #000000;
}

.toner-cyan {
  background-color: #0986e6;
  color: #ffffff;
}

.toner-magenta {
  background-color: #de2d8e;
  color: #ffffff;
}

.toner-yellow {
  background-color: #eec815;
  color: #000000;
}

.toner-black {
  background-color: #000000;
  color: #ffffff;
}

.toner-green {
  background-color: #53a72f;
  color: #ffffff;
}

.toner-white {
  background-color: #ffffff;
  color: #000000;
}

.toner-clear {
  background-color: #d8e5ed;
  color: #000000;
}

.toner-silver {
  background-color: #c0c0c0;
  color: #000000;
}

.toner-red {
  background-color: #f53e33;
  color: #ffffff;
}

.toner-orange {
  background-color: #d98600;
  color: #000000;
}

.toner-purple {
  background-color: #9344fe;
  color: #ffffff;
}

.toner-blue {
  background-color: #477bfc;
  color: #ffffff;
}

.toner-gold {
  background-color: #d1a343;
  color: #000000;
}

/*===================================================================================*/
/*  Navbar Page
/*===================================================================================*/
.navbar-content h4,
.navbar-content h6 {
  margin-top: 4rem;
}
.navbar-content figure {
  margin-bottom: 3rem;
}
.navbar-content .doc-navbar-demo-label,
.navbar-content .doc-navbar-demo-btn {
  display: table;
  margin: 0 auto;
}
.navbar-content .doc-navbar-demo-label {
  margin-bottom: 1rem;
}
.navbar-content .doc-navbar-demo-btn {
  width: 320px;
  margin-bottom: 2rem;
}

.color-background {
  border-radius: 5px;
  animation: xrx-pulse 25s infinite;
  height: 320px;
  min-width: 288px;
  margin: 16px;
  text-align: center;
}
.color-background .color-svg {
  width: 600px;
  height: 240px;
  margin: 0 auto;
  vertical-align: middle;
  padding-top: 85px;
}
@keyframes xrx-pulse {
  0% {
    background-color: #155fbb;
  }
  25% {
    background-color: #236e0e;
  }
  50% {
    background-color: #9b2583;
  }
  75% {
    background-color: #ac410f;
  }
  100% {
    background-color: #595555;
  }
}
/*===================================================================================*/
/*  GRIDS-LAYOUT
/*===================================================================================*/
.doc-show-grid {
  background-color: #BBBCC3;
  border: solid 2px #F2F2F9;
}

#grid-system .grid-data {
  font-size: 16px;
  color: #29292D;
  padding: 32px;
}
#grid-system .main-header {
  font-size: 18px;
  color: #000000;
}
#grid-system .sub-header {
  font-size: 14px;
}
#grid-system .row-header {
  color: #000000;
}

/*===================================================================================*/
/*  Segmented control -- tab panel css
/*===================================================================================*/
[class*=tab-panel] {
  display: none;
}

[class*=tab-panel].show {
  display: block;
}

/*===================================================================================*/
/*  Typography size and styles
/*===================================================================================*/
.doc-display-sm-text {
  font-weight: 400;
  letter-spacing: 0px;
}

.doc-display-md-text {
  font-weight: 400;
  letter-spacing: 0px;
}

.doc-display-lg-text {
  font-weight: 400;
  letter-spacing: 0px;
}

.doc-display-xlg-text {
  font-weight: 400;
  letter-spacing: 0px;
}

.doc-header-sm-text {
  font-weight: 400;
  letter-spacing: 0px;
}

.doc-header-md-text {
  font-weight: 400;
  letter-spacing: 0px;
}

.doc-header-lg-text {
  font-weight: 400;
  letter-spacing: 0px;
}

.doc-header-xlg-text {
  font-weight: 400;
  letter-spacing: 0px;
}

.doc-title-sm-text {
  font-weight: 400;
  letter-spacing: 0px;
}

.doc-title-md-text {
  font-weight: 400;
  letter-spacing: 0px;
}

.doc-title-lg-text {
  font-weight: 400;
  letter-spacing: 0px;
}

.doc-title-xlg-text {
  font-weight: 400;
  letter-spacing: 0px;
}

.doc-subtitle-sm-text {
  font-weight: 400;
  letter-spacing: 0px;
}

.doc-subtitle-md-text {
  font-weight: 400;
  letter-spacing: 0px;
}

.doc-subtitle-lg-text {
  font-weight: 400;
  letter-spacing: 0px;
}

.doc-subtitle-xlg-text {
  font-weight: 400;
  letter-spacing: 0px;
}

.doc-body-sm-text {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0px;
}

.doc-body-md-text {
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 0px;
}

.doc-body-lg-text {
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 0px;
}

.doc-body-xlg-text {
  font-size: 36px;
  font-weight: 400;
  letter-spacing: 0px;
}

.doc-caption-sm-text {
  font-weight: 400;
  letter-spacing: 0px;
}

.doc-caption-md-text {
  font-weight: 400;
  letter-spacing: 0px;
}

.doc-caption-lg-text {
  font-weight: 400;
  letter-spacing: 0px;
}

.doc-caption-xlg-text {
  font-weight: 400;
  letter-spacing: 0px;
}

.doc-component-xxsmall-text {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.64px;
}

.doc-component-xsmall-text {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.32px;
}

.doc-component-small-text {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.16px;
}

.doc-component-medium-text {
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 0px;
}

.doc-component-large-text {
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 0px;
}

.doc-component-xlarge-text {
  font-size: 36px;
  font-weight: 400;
  letter-spacing: 0px;
}

.doc-component-xxlarge-text {
  font-size: 42px;
  font-weight: 400;
  letter-spacing: 0px;
}

.doc-component-xxxlarge-text {
  font-size: 48px;
  font-weight: 400;
  letter-spacing: 0px;
}

/*===================================================================================*/
/*  Mouse Interactions > Cursor Properties
/*===================================================================================*/
.doc-cursor-auto {
  cursor: auto;
}

.doc-cursor-default {
  cursor: default;
}

.doc-cursor-none {
  cursor: none;
}

.doc-cursor-context-menu {
  cursor: context-menu;
}

.doc-cursor-help {
  cursor: help;
}

.doc-cursor-pointer {
  cursor: pointer;
}

.doc-cursor-progress {
  cursor: progress;
}

.doc-cursor-wait {
  cursor: wait;
}

.doc-cursor-cell {
  cursor: cell;
}

.doc-cursor-crosshair {
  cursor: crosshair;
}

.doc-cursor-text {
  cursor: text;
}

.doc-cursor-vertical-text {
  cursor: vertical-text;
}

.doc-cursor-alias {
  cursor: alias;
}

.doc-cursor-copy {
  cursor: copy;
}

.doc-cursor-move {
  cursor: move;
}

.doc-cursor-no-drop {
  cursor: no-drop;
}

.doc-cursor-not-allowed {
  cursor: not-allowed;
}

.doc-cursor-all-scroll {
  cursor: all-scroll;
}

.doc-cursor-col-resize {
  cursor: col-resize;
}

.doc-cursor-row-resize {
  cursor: row-resize;
}

.doc-cursor-n-resize {
  cursor: n-resize;
}

.doc-cursor-e-resize {
  cursor: e-resize;
}

.doc-cursor-s-resize {
  cursor: s-resize;
}

.doc-cursor-w-resize {
  cursor: w-resize;
}

.doc-cursor-ns-resize {
  cursor: ns-resize;
}

.doc-cursor-ew-resize {
  cursor: ew-resize;
}

.doc-cursor-ne-resize {
  cursor: ne-resize;
}

.doc-cursor-nw-resize {
  cursor: nw-resize;
}

.doc-cursor-se-resize {
  cursor: se-resize;
}

.doc-cursor-sw-resize {
  cursor: sw-resize;
}

.doc-cursor-nesw-resize {
  cursor: nesw-resize;
}

.doc-cursor-nwse-resize {
  cursor: nwse-resize;
}

.doc-data-large {
  font-size: 40px;
}

/*===================================================================================*/
/*  MOBILE SCREENSHOTS
/*===================================================================================*/
.doc-mobile-screenshot {
  border-radius: 16px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.16), 0px 2px 4px rgba(0, 0, 0, 0.16), 0px 1px 4px rgba(0, 0, 0, 0.16);
}

.doc-mobile-screenshot-top {
  border-radius: 16px 16px 4px 4px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.16), 0px 2px 4px rgba(0, 0, 0, 0.16), 0px 1px 4px rgba(0, 0, 0, 0.16);
}

.doc-mobile-screenshot-bottom {
  border-radius: 4px 4px 16px 16px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.16), 0px 2px 4px rgba(0, 0, 0, 0.16), 0px 1px 4px rgba(0, 0, 0, 0.16);
}

.doc-screenshot {
  border-radius: 4px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.16), 0px 2px 4px rgba(0, 0, 0, 0.16), 0px 1px 4px rgba(0, 0, 0, 0.16);
}

.doc-tablet-screenshot {
  border-radius: 8px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.16), 0px 2px 4px rgba(0, 0, 0, 0.16), 0px 1px 4px rgba(0, 0, 0, 0.16);
}

/*===================================================================================*/
/*  Shadows
/*===================================================================================*/
.doc-table-reverse {
  background-color: #242427;
  color: #fff;
}

.doc-shadow-container {
  background-color: #fbfbff;
  width: 80px;
  height: 80px;
  border-radius: 8px;
}

.doc-shadow-container-dark {
  background-color: #45454A;
  width: 80px;
  height: 80px;
  border-radius: 8px;
}

.doc-shadow-null {
  box-shadow: none;
}

.doc-shadow-inset {
  box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.5);
}

.doc-shadow-01 {
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.16), 0px 1px 3px rgba(0, 0, 0, 0.16), 0px 1px 3px rgba(0, 0, 0, 0.16);
}

.doc-shadow-01A {
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.16);
}

.doc-shadow-02 {
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.16), 0px 2px 4px rgba(0, 0, 0, 0.16), 0px 1px 4px rgba(0, 0, 0, 0.16);
}

.doc-shadow-03 {
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.16), 0px 3px 6px rgba(0, 0, 0, 0.16), 0px 1px 6px rgba(0, 0, 0, 0.16);
}

.doc-shadow-04 {
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.16), 0px 4px 8px rgba(0, 0, 0, 0.16), 0px 1px 8px rgba(0, 0, 0, 0.16);
}

.doc-shadow-05 {
  box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.16), 0px 8px 12px rgba(0, 0, 0, 0.16), 0px 1px 12px rgba(0, 0, 0, 0.16);
}

.doc-shadow-06 {
  box-shadow: 0px 24px 32px rgba(0, 0, 0, 0.16), 0px 12px 16px rgba(0, 0, 0, 0.16), 0px 1px 16px rgba(0, 0, 0, 0.16);
}

.doc-shadow-dark-inset {
  box-shadow: inset 0 1px 2px 0 rgb(0, 0, 0);
}

.doc-shadow-dark-01 {
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.48), 0px 1px 3px rgba(0, 0, 0, 0.48), 0px 1px 3px rgba(0, 0, 0, 0.48);
}

.doc-shadow-dark-01A {
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.48);
}

.doc-shadow-dark-02 {
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.48), 0px 2px 4px rgba(0, 0, 0, 0.48), 0px 1px 4px rgba(0, 0, 0, 0.48);
}

.doc-shadow-dark-03 {
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.48), 0px 3px 6px rgba(0, 0, 0, 0.48), 0px 1px 6px rgba(0, 0, 0, 0.48);
}

.doc-shadow-dark-04 {
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.48), 0px 4px 8px rgba(0, 0, 0, 0.48), 0px 1px 8px rgba(0, 0, 0, 0.48);
}

.doc-shadow-dark-05 {
  box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.48), 0px 8px 12px rgba(0, 0, 0, 0.48), 0px 1px 12px rgba(0, 0, 0, 0.48);
}

.doc-shadow-dark-06 {
  box-shadow: 0px 24px 32px rgba(0, 0, 0, 0.48), 0px 12px 16px rgba(0, 0, 0, 0.48), 0px 1px 16px rgba(0, 0, 0, 0.48);
}

/*===================================================================================*/
/*  Glyph
/*===================================================================================*/
.doc-success-glyph {
  color: #24882b;
}

.doc-danger-glyph {
  color: #d92231;
}

.doc-info-glyph {
  color: #1b7e82;
}

.doc-warning-glyph {
  color: #fd9726;
}

/*===================================================================================*/
/*  Badge
/*===================================================================================*/
.doc-badge-danger {
  color: #fff;
  background-color: #d92231;
}

.doc-badge-success {
  color: #fff;
  background-color: #24882b;
}

.doc-badge-info {
  color: #fff;
  background-color: #1b7e82;
}

.doc-badge-warning {
  color: #fff;
  background-color: #fd9726;
}

.doc-badge-light {
  color: #000;
  background-color: #d5d5d9;
}

.doc-badge {
  min-width: 2rem;
  padding: 0.25rem 0.625rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.615;
  text-align: left;
  white-space: nowrap;
  vertical-align: middle;
  border-radius: 0.25rem;
}

.doc-badge::before {
  top: 0.125rem;
}

.doc-do-dont-content {
  margin-top: 0.625rem;
}

.doc-do-dont-glyph {
  padding-right: 0.625rem;
}

.doc-icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.doc-icon-stack-1x,
.doc-icon-stack-2x,
.doc-icon-stack-3x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.doc-icon-stack-1x {
  line-height: inherit;
  color: #fff;
}

.doc-success-stack {
  color: #24882b;
}

.doc-warning-stack {
  color: #fd9726;
}

.doc-danger-stack {
  color: #d92231;
}

.doc-info-stack {
  color: #1b7e82;
}

.doc-black-stack {
  color: #000;
}

.doc-white-stack {
  color: #fff;
}

/*===================================================================================*/
/*  State Overlays
/*===================================================================================*/
.doc-hover-overlay {
  background-color: #ffffff;
  opacity: 0.35;
}

.doc-pressed-overlay {
  background-color: #000000;
  opacity: 0.35;
}

.doc-open-overlay {
  background-color: #155fbb;
  opacity: 0.35;
}

/*===================================================================================*/
/*  Status Overlays
/*===================================================================================*/
.doc-success-overlay {
  background-color: #24882b;
  opacity: 0.35;
}

.doc-warning-overlay {
  background-color: #fd9726;
  opacity: 0.35;
}

.doc-danger-overlay {
  background-color: #d92231;
  opacity: 0.35;
}

.doc-details-overlay {
  background-color: #1b7e82;
  opacity: 0.35;
}

/*===================================================================================*/
/*  Compnents Overview
/*===================================================================================*/
.doc-components-overview {
  background-color: red;
}

.doc-components-overview:hover {
  background-color: #d92231;
}

/*===================================================================================*/
/*  Buttons
/*===================================================================================*/
.doc-btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  user-select: none;
  border: none;
  padding: 0.375rem 1.5rem;
  font-size: 1.5rem;
  line-height: 1.95;
  border-radius: 0.485rem;
  transition: background-color 0.165s ease-in-out, border-color 0.165s ease-in-out, box-shadow 0.165s ease-in-out, color 0.165s ease-in-out, scale 0.165s ease-in-out;
  -webkit-transition: background-color 0.165s ease-in-out, border-color 0.165s ease-in-out, box-shadow 0.165s ease-in-out, color 0.165s ease-in-out, scale 0.165s ease-in-out;
  font-family: Roboto Condensed, sans-serif;
  min-width: 165px;
}

.doc-btn:focus,
.doc-btn:hover {
  text-decoration: none;
}

.doc-btn.focus,
.doc-btn:focus {
  outline: 0;
}

.doc-btn:active {
  transform: scale(0.975);
  -webkit-transform: scale(0.975);
}

/******** Light  ********/
.doc-btn-light {
  color: #000;
  background-color: #FBFBFF;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.16), 0px 1px 3px rgba(0, 0, 0, 0.16), 0px 1px 3px rgba(0, 0, 0, 0.16), inset 0 1px 0 0 #fff;
}

.doc-btn-light:hover {
  color: #000;
  background-color: #FBFBFF;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.16), 0px 3px 6px rgba(0, 0, 0, 0.16), 0px 1px 6px rgba(0, 0, 0, 0.16), inset 0 1px 0 0 #fff;
}

.doc-btn-light:active {
  color: #000;
  background-color: #CCCCD0;
  box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.5);
}

.doc-btn-light.focus,
.btn-light:focus {
  box-shadow: 0 0 0 0.2rem #00a6f3, inset 0 1px 0 0 #fff;
}

/******** Light Borderless ********/
.doc-btn-light-borderless {
  color: #000;
  background-color: transparent;
  box-shadow: none;
}

.doc-btn-light-borderless:hover {
  color: #000;
  background-color: rgba(251, 251, 255, 0.5);
}

.doc-btn-light-borderless:active {
  color: #000;
  background-color: #CCCCD0;
  box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.5);
}

.doc-btn-light-borderless.focus,
.btn-light-borderless:focus {
  box-shadow: 0 0 0 0.2rem #00a6f3, inset 0 1px 0 0 #fff;
}

/******** Light-alt ********/
.doc-btn-light-alt {
  color: #000;
  background-color: #d5d5d9;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.16), 0px 1px 3px rgba(0, 0, 0, 0.16), 0px 1px 3px rgba(0, 0, 0, 0.16), inset 0 1px 0 0 #f1f1f5;
}

.doc-btn-light-alt:hover {
  color: #000;
  background-color: #d5d5d9;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.16), 0px 3px 6px rgba(0, 0, 0, 0.16), 0px 1px 6px rgba(0, 0, 0, 0.16), inset 0 1px 0 0 #f1f1f5;
}

.doc-btn-light-alt:active {
  color: #000;
  background-color: #838387;
  box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.5);
}

.doc-btn-light-alt.focus,
.btn-light-alt:focus {
  box-shadow: 0 0 0 0.2rem #00a6f3, inset 0 1px 0 0 #f1f1f5;
}

/******** Dark ********/
.doc-btn-dark {
  color: #fff;
  background-color: #353538;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4), 0px 1px 2px rgba(0, 0, 0, 0.3), inset 0 1px 0 0 #45454a;
}

.doc-btn-dark:hover {
  color: #fff;
  background-color: #353538;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.16), 0px 3px 6px rgba(0, 0, 0, 0.16), 0px 1px 6px rgba(0, 0, 0, 0.16), inset 0 1px 0 0 #45454a;
}

.doc-btn-dark:active {
  color: #fff;
  background-color: #242427;
  box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.5);
}

.doc-btn-dark.focus,
.btn-dark:focus {
  box-shadow: 0 0 0 0.2rem #00a6f3, inset 0 1px 0 0 #45454a;
}

/******** Dark-alt ********/
.doc-btn-dark-alt {
  color: #fff;
  background-color: #57575b;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4), 0px 1px 2px rgba(0, 0, 0, 0.3), inset 0 1px 0 0 #57575b;
}

.doc-btn-dark-alt:hover {
  color: #fff;
  background-color: #57575b;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.16), 0px 3px 6px rgba(0, 0, 0, 0.16), 0px 1px 6px rgba(0, 0, 0, 0.16), inset 0 1px 0 0 #57575b;
}

.doc-btn-dark-alt:active {
  color: #fff;
  background-color: #242427;
  box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.5);
}

.doc-btn-dark-alt.focus,
.btn-dark-alt:focus {
  box-shadow: 0 0 0 0.2rem #00a6f3, inset 0 1px 0 0 #57575b;
}

/******** Theme ********/
.doc-btn-theme {
  color: #fff;
  background-color: #006482;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.16), 0px 1px 3px rgba(0, 0, 0, 0.16), 0px 1px 3px rgba(0, 0, 0, 0.16), inset 0 1px 0 0 #1e7b97;
}

.doc-btn-theme:hover {
  color: #fff;
  background-color: #006482;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.16), 0px 3px 6px rgba(0, 0, 0, 0.16), 0px 1px 6px rgba(0, 0, 0, 0.16), inset 0 1px 0 0 #1e7b97;
}

.doc-btn-theme:active {
  color: #fff;
  background-color: #004259;
  box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.5);
}

.doc-btn-theme.focus,
.btn-theme:focus {
  box-shadow: 0 0 0 0.2rem #00a6f3, inset 0 1px 0 0 #1e7b97;
}

/******** Theme-alt ********/
.doc-btn-theme-alt {
  color: #000;
  background-color: #b5d6e4;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.16), 0px 1px 3px rgba(0, 0, 0, 0.16), 0px 1px 3px rgba(0, 0, 0, 0.16), inset 0 1px 0 0 #e2eff5;
}

.doc-btn-theme-alt:hover {
  color: #000;
  background-color: #b5d6e4;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.16), 0px 3px 6px rgba(0, 0, 0, 0.16), 0px 1px 6px rgba(0, 0, 0, 0.16), inset 0 1px 0 0 #e2eff5;
}

.doc-btn-theme-alt:active {
  color: #000;
  background-color: #539cb6;
  box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.5);
}

.doc-btn-theme-alt.focus,
.btn-theme-alt:focus {
  box-shadow: 0 0 0 0.2rem #00a6f3, inset 0 1px 0 0 #e2eff5;
}

/******** Success ********/
.doc-btn-success {
  color: #fff;
  background-color: #24882b;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.16), 0px 1px 3px rgba(0, 0, 0, 0.16), 0px 1px 3px rgba(0, 0, 0, 0.16), inset 0 1px 0 0 #279f28;
}

.doc-btn-success:hover {
  color: #fff;
  background-color: #24882b;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.16), 0px 3px 6px rgba(0, 0, 0, 0.16), 0px 1px 6px rgba(0, 0, 0, 0.16), inset 0 1px 0 0 #279f28;
}

.doc-btn-success:active {
  color: #fff;
  background-color: #0f5615;
  box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.5);
}

.doc-btn-success.focus,
.btn-success:focus {
  box-shadow: 0 0 0 0.2rem #11ff35, inset 0 1px 0 0 #279f28;
}

/******** Info ********/
.doc-btn-info {
  color: #fff;
  background-color: #1b7e82;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.16), 0px 1px 3px rgba(0, 0, 0, 0.16), 0px 1px 3px rgba(0, 0, 0, 0.16), inset 0 1px 0 0 #38989d;
}

.doc-btn-info:hover {
  color: #fff;
  background-color: #1b7e82;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.16), 0px 3px 6px rgba(0, 0, 0, 0.16), 0px 1px 6px rgba(0, 0, 0, 0.16), inset 0 1px 0 0 #38989d;
}

.doc-btn-info:active {
  color: #fff;
  background-color: #0b5a5f;
  box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.5);
}

.doc-btn-info.focus,
.btn-info:focus {
  box-shadow: 0 0 0 0.2rem #07dfff, inset 0 1px 0 0 #38989d;
}

/******** Danger ********/
.doc-btn-danger {
  color: #fff;
  background-color: #d92231;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.16), 0px 1px 3px rgba(0, 0, 0, 0.16), 0px 1px 3px rgba(0, 0, 0, 0.16), inset 0 1px 0 0 #ea3342;
}

.doc-btn-danger:hover {
  color: #fff;
  background-color: #d92231;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.16), 0px 3px 6px rgba(0, 0, 0, 0.16), 0px 1px 6px rgba(0, 0, 0, 0.16), inset 0 1px 0 0 #ea3342;
}

.doc-btn-danger:active {
  color: #fff;
  background-color: #9f0b14;
  box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.5);
}

.doc-btn-danger.focus,
.btn-danger:focus {
  box-shadow: 0 0 0 0.2rem #ff4a49, inset 0 1px 0 0 #ea3342;
}

/******** Warning  ********/
.doc-btn-warning {
  color: #000;
  background-color: #fd9726;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.16), 0px 1px 3px rgba(0, 0, 0, 0.16), 0px 1px 3px rgba(0, 0, 0, 0.16), inset 0 1px 0 0 #ffac35;
}

.doc-btn-warning:hover {
  color: #000;
  background-color: #fd9726;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.16), 0px 3px 6px rgba(0, 0, 0, 0.16), 0px 1px 6px rgba(0, 0, 0, 0.16), inset 0 1px 0 0 #ffac35;
}

.doc-btn-warning:active {
  color: #000;
  background-color: #ba6a0c;
  box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.5);
}

.doc-btn-warning.focus,
.btn-warning:focus {
  box-shadow: 0 0 0 0.2rem #ffb43c, inset 0 1px 0 0 #ffac35;
}

/******** Borderless  ********/
.doc-btn-borderless {
  color: #006482;
  background-color: transparent;
  box-shadow: none;
}

.doc-btn-borderless:hover {
  color: #006482;
  background-color: #FBFBFF;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.16), 0px 3px 6px rgba(0, 0, 0, 0.16), 0px 1px 6px rgba(0, 0, 0, 0.16), inset 0 1px 0 0 #fff;
}

.doc-btn-borderless:active {
  color: #006482;
  background-color: #CCCCD0;
  box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.5);
}

.doc-btn-borderless.focus,
.btn-borderless:focus {
  box-shadow: 0 0 0 0.2rem #00a6f3;
}

.doc-btn-borderless-theme {
  color: #006482;
  background-color: transparent;
  box-shadow: none;
}

.doc-btn-borderless-theme:hover {
  color: #006482;
  background-color: rgba(0, 100, 130, 0.5);
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.16), 0px 3px 6px rgba(0, 0, 0, 0.16), 0px 1px 6px rgba(0, 0, 0, 0.16), inset 0 1px 0 0 #fff;
}

.doc-btn-borderless-theme:active {
  color: #006482;
  background-color: rgba(0, 66, 89, 0.5);
  box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.5);
}

.doc-btn-borderless-theme.focus,
.btn-borderless-theme:focus {
  box-shadow: 0 0 0 0.2rem #00a6f3;
}

.doc-search-results-list-container {
  display: block;
  top: 2.875rem;
  position: absolute;
  z-index: 999999;
  width: 100%;
  background-color: white;
  font-size: 1.125rem;
  line-height: 1.8;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  text-align: left;
}

.doc-search-results-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.doc-search-results-item {
  display: block;
  color: #29292D;
  background-color: #ffffff;
  transition: background-color 0.5s;
}

.doc-search-results-item:hover {
  color: #29292D;
  background-color: #e2eff5;
  transition: none;
}

.doc-search-results-item:focus {
  color: #29292D;
  background-color: #e2eff5;
}

.doc-search-message {
  color: #29292D;
  background-color: #ffffff;
}

.doc-sm-md-search-container .doc-search-message {
  border-top: 1px solid #818187;
}

.doc-search-path-header,
.doc-search-results-item,
.doc-search-message {
  padding-left: 0.875rem;
}

.doc-search-path-header {
  font-size: 0.875rem;
  background-color: #D9D9DF;
}

.doc-global-search .input-group-text {
  cursor: pointer;
}

.doc-global-search {
  position: absolute;
  top: 0.625rem;
  left: 20rem;
  right: 1.25rem;
}

.doc-guideline-search-input {
  border-right: none;
}

.input-group-append {
  border-left: none;
}

.input-group-text,
.doc-guideline-search-input {
  transition: border-color 0.15s, box-shadow 0.15s;
}

.doc-search-hover .input-group-text,
.doc-search-hover .doc-guideline-search-input {
  border-color: #006482 !important;
}

.doc-search-focus .input-group-text,
.doc-search-focus .doc-guideline-search-input {
  border-color: #006482 !important;
  box-shadow: inset 0 0 0 1px #006482;
}

.doc-search-hide-vert-border {
  position: absolute;
  top: 0.125rem;
  right: 3rem;
  z-index: 9999999999;
  width: 0.3125rem;
  height: 2.5rem;
  background-color: white;
}

@media (max-width: 1199.98px) {
  .doc-sm-md-search-container.show-doc-sm-md-search {
    opacity: 1;
  }
}
.xrx-navbar .xgl-check_background {
  visibility: hidden;
}

.nav-opt-left-navbar .dn-search-btn {
  position: absolute;
  right: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 4rem;
  padding: 1.0625rem;
  margin: 0;
  cursor: pointer;
  background-color: transparent;
  border: none;
  outline: none;
}

.nav-opt-left-navbar .dn-search-btn .xgl-search::before {
  top: 0.0625rem;
}

@media (min-width: 1200px) {
  .nav-opt-left-navbar .dn-search-btn {
    display: none;
  }
  .doc-sm-md-search-container {
    display: none;
  }
}
.xrx-navbar {
  position: relative;
}

.doc-sm-md-search-container {
  position: fixed;
  top: 0;
  background-color: white;
  height: 4rem;
  width: 100%;
  z-index: 999999;
  opacity: 0;
  transition: opacity 0.15s;
}

@media (max-width: 767.98px) {
  .doc-sm-md-search-container {
    position: absolute;
  }
}
.doc-lg-search .doc-search-results-list-container {
  overflow: hidden;
}

.doc-sm-md-search-container .doc-search-results-list-container {
  top: 3.375rem;
  box-shadow: none;
  border-radius: 0;
}

.doc-sm-md-search {
  left: 0;
  right: 0;
}

.doc-sm-md-search .doc-guideline-search-input,
.doc-sm-md-search .doc-guideline-search-input:hover,
.doc-sm-md-search .doc-guideline-search-input:focus,
.doc-sm-md-search.doc-search-hover .doc-guideline-search-input,
.doc-sm-md-search.doc-search-focus .doc-guideline-search-input {
  border: none !important;
  box-shadow: none !important;
}

.doc-sm-md-search .input-group-text,
.doc-sm-md-search .input-group-text:hover,
.doc-sm-md-search .input-group-text:focus,
.doc-sm-md-search.doc-search-hover .input-group-text,
.doc-sm-md-search.doc-search-focus .input-group-text {
  border: none !important;
  box-shadow: none !important;
}

.doc-sm-md-search .input-group-text {
  position: relative;
  right: 0.1875rem;
}

.doc-search-results-drop-shadow {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 0.875rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
  z-index: -1;
}

.doc-card-list {
  padding: 0;
  margin: 0;
  font-size: 0;
}
.doc-card-list .card-title {
  display: table-cell;
  height: 2.5rem;
  vertical-align: middle;
}

.doc-card-list-item {
  display: inline-block;
  width: 50%;
  padding: 8px;
  list-style: none;
}

.doc-card-list-item h4 {
  font-size: 16px;
}

.doc-card-list-item a:link,
.doc-card-list-item a:hover,
.doc-card-list-item a:active,
.doc-card-list-item a:visited {
  text-decoration: none;
  color: #000;
}

.doc-card-hover:hover {
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.16), 0px 3px 6px rgba(0, 0, 0, 0.16), 0px 1px 6px rgba(0, 0, 0, 0.16);
}

@media (min-width: 576px) {
  .doc-card-list-item {
    width: 33.3%;
  }
}
@media (min-width: 992px) {
  .doc-card-list-item {
    width: 25%;
  }
}
/*===================================================================================*/
/*  Tables
/*===================================================================================*/
.table > tbody > tr.active {
  color: #ffffff;
  background-color: #006482;
}
/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[8].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[8].rules[0].oneOf[0].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[8].rules[1].use[0]!./src/content/styles/responsive.less?ngGlobalStyle ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************/
@media only screen and (max-width: 575.98px) {
  .hidden-xs {
    display: none !important;
  }
}
@media only screen and (min-width: 576px) {
  .hidden-sm-up {
    display: none !important;
  }
}
@media only screen and (max-width: 767.98px) {
  .hidden-sm-down {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .hidden-md-up {
    display: none !important;
  }
}
@media only screen and (max-width: 991.98px) {
  .hidden-md-down {
    display: none !important;
  }
}
@media only screen and (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}
@media only screen and (max-width: 1199.98px) {
  .hidden-lg-down {
    display: none !important;
  }
}
@media only screen and (min-width: 1200px) {
  .hidden-xlg {
    display: none !important;
  }
}
@media only screen and (max-width: 775.98px) {
  .wl-hidden-xs {
    display: none !important;
  }
}
@media only screen and (min-width: 776px) {
  .wl-hidden-sm-up {
    display: none !important;
  }
}
@media only screen and (max-width: 967.98px) {
  .wl-hidden-sm-down {
    display: none !important;
  }
}
@media only screen and (min-width: 968px) {
  .wl-hidden-md-up {
    display: none !important;
  }
}
@media only screen and (max-width: 1191.98px) {
  .wl-hidden-md-down {
    display: none !important;
  }
}
@media only screen and (min-width: 1192px) {
  .wl-hidden-lg-up {
    display: none !important;
  }
}
@media only screen and (max-width: 1399.98px) {
  .wl-hidden-lg-down {
    display: none !important;
  }
}
@media only screen and (min-width: 1400px) {
  .wl-hidden-xlg {
    display: none !important;
  }
}

/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[8].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[8].rules[0].oneOf[0].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[8].rules[1].use[0]!./src/content/styles/variables.less?ngGlobalStyle ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************/
@media only screen and (max-width: 575.98px) {
  .hidden-xs {
    display: none !important;
  }
}
@media only screen and (min-width: 576px) {
  .hidden-sm-up {
    display: none !important;
  }
}
@media only screen and (max-width: 767.98px) {
  .hidden-sm-down {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .hidden-md-up {
    display: none !important;
  }
}
@media only screen and (max-width: 991.98px) {
  .hidden-md-down {
    display: none !important;
  }
}
@media only screen and (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}
@media only screen and (max-width: 1199.98px) {
  .hidden-lg-down {
    display: none !important;
  }
}
@media only screen and (min-width: 1200px) {
  .hidden-xlg {
    display: none !important;
  }
}
@media only screen and (max-width: 775.98px) {
  .wl-hidden-xs {
    display: none !important;
  }
}
@media only screen and (min-width: 776px) {
  .wl-hidden-sm-up {
    display: none !important;
  }
}
@media only screen and (max-width: 967.98px) {
  .wl-hidden-sm-down {
    display: none !important;
  }
}
@media only screen and (min-width: 968px) {
  .wl-hidden-md-up {
    display: none !important;
  }
}
@media only screen and (max-width: 1191.98px) {
  .wl-hidden-md-down {
    display: none !important;
  }
}
@media only screen and (min-width: 1192px) {
  .wl-hidden-lg-up {
    display: none !important;
  }
}
@media only screen and (max-width: 1399.98px) {
  .wl-hidden-lg-down {
    display: none !important;
  }
}
@media only screen and (min-width: 1400px) {
  .wl-hidden-xlg {
    display: none !important;
  }
}

/*!******************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[8].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[8].rules[0].oneOf[0].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[8].rules[1].use[0]!./src/content/styles/colors.less?ngGlobalStyle ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************/
@media only screen and (max-width: 575.98px) {
  .hidden-xs {
    display: none !important;
  }
}
@media only screen and (min-width: 576px) {
  .hidden-sm-up {
    display: none !important;
  }
}
@media only screen and (max-width: 767.98px) {
  .hidden-sm-down {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .hidden-md-up {
    display: none !important;
  }
}
@media only screen and (max-width: 991.98px) {
  .hidden-md-down {
    display: none !important;
  }
}
@media only screen and (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}
@media only screen and (max-width: 1199.98px) {
  .hidden-lg-down {
    display: none !important;
  }
}
@media only screen and (min-width: 1200px) {
  .hidden-xlg {
    display: none !important;
  }
}
@media only screen and (max-width: 775.98px) {
  .wl-hidden-xs {
    display: none !important;
  }
}
@media only screen and (min-width: 776px) {
  .wl-hidden-sm-up {
    display: none !important;
  }
}
@media only screen and (max-width: 967.98px) {
  .wl-hidden-sm-down {
    display: none !important;
  }
}
@media only screen and (min-width: 968px) {
  .wl-hidden-md-up {
    display: none !important;
  }
}
@media only screen and (max-width: 1191.98px) {
  .wl-hidden-md-down {
    display: none !important;
  }
}
@media only screen and (min-width: 1192px) {
  .wl-hidden-lg-up {
    display: none !important;
  }
}
@media only screen and (max-width: 1399.98px) {
  .wl-hidden-lg-down {
    display: none !important;
  }
}
@media only screen and (min-width: 1400px) {
  .wl-hidden-xlg {
    display: none !important;
  }
}
.white {
  color: #ffffff !important;
}
.gray-50 {
  color: #f3f3f8 !important;
}
.background-gray-50 {
  background-color: #f3f3f8 !important;
}
.gray-100 {
  color: #e1e1e6 !important;
}
.background-gray-100 {
  background-color: #e1e1e6 !important;
}
.gray-200 {
  color: #d2d3d7 !important;
}
.background-gray-200 {
  background-color: #d2d3d7 !important;
}
.gray-300 {
  color: #b9babe !important;
}
.background-gray-300 {
  background-color: #b9babe !important;
}
.gray-400 {
  color: #9a9c9f !important;
}
.background-gray-400 {
  background-color: #9a9c9f !important;
}
.gray-500 {
  color: #808285 !important;
}
.background-gray-500 {
  background-color: #808285 !important;
}
.gray-600 {
  color: #6b6d6f !important;
}
.background-gray-600 {
  background-color: #6b6d6f !important;
}
.gray-700 {
  color: #5a5b5c !important;
}
.background-gray-700 {
  background-color: #5a5b5c !important;
}
.gray-800 {
  color: #474748 !important;
}
.background-gray-800 {
  background-color: #474748 !important;
}
.gray-900 {
  color: #323232 !important;
}
.background-gray-900 {
  background-color: #323232 !important;
}
.red-50 {
  color: #f5d3da !important;
}
.background-red-50 {
  background-color: #f5d3da !important;
}
.red-100 {
  color: #f9c0c1 !important;
}
.background-red-100 {
  background-color: #f9c0c1 !important;
}
.red-200 {
  color: #f5999e !important;
}
.background-red-200 {
  background-color: #f5999e !important;
}
.red-300 {
  color: #ee5e68 !important;
}
.background-red-300 {
  background-color: #ee5e68 !important;
}
.red-400 {
  color: #e33341 !important;
}
.background-red-400 {
  background-color: #e33341 !important;
}
.red-500 {
  color: #d92231 !important;
}
.background-red-500 {
  background-color: #d92231 !important;
}
.red-600 {
  color: #bc1620 !important;
}
.background-red-600 {
  background-color: #bc1620 !important;
}
.red-700 {
  color: #af0d13 !important;
}
.background-red-700 {
  background-color: #af0d13 !important;
}
.red-800 {
  color: #910000 !important;
}
.background-red-800 {
  background-color: #910000 !important;
}
.red-900 {
  color: #760000 !important;
}
.background-red-900 {
  background-color: #760000 !important;
}
.gold-50 {
  color: #FFF1D2 !important;
}
.background-gold-50 {
  background-color: #FFF1D2 !important;
}
.gold-100 {
  color: #FEE2B8 !important;
}
.background-gold-100 {
  background-color: #FEE2B8 !important;
}
.gold-200 {
  color: #fdce8a !important;
}
.background-gold-200 {
  background-color: #fdce8a !important;
}
.gold-300 {
  color: #fdb146 !important;
}
.background-gold-300 {
  background-color: #fdb146 !important;
}
.gold-400 {
  color: #FC9A10 !important;
}
.background-gold-400 {
  background-color: #FC9A10 !important;
}
.gold-500 {
  color: #F67E00 !important;
}
.background-gold-500 {
  background-color: #F67E00 !important;
}
.gold-600 {
  color: #DC6700 !important;
}
.background-gold-600 {
  background-color: #DC6700 !important;
}
.gold-700 {
  color: #cb5900 !important;
}
.background-gold-700 {
  background-color: #cb5900 !important;
}
.gold-800 {
  color: #BB4B00 !important;
}
.background-gold-800 {
  background-color: #BB4B00 !important;
}
.gold-900 {
  color: #963C00 !important;
}
.background-gold-900 {
  background-color: #963C00 !important;
}
.turquoise-50 {
  color: #CAE7EA !important;
}
.background-turquoise-50 {
  background-color: #CAE7EA !important;
}
.turquoise-100 {
  color: #B2E0DE !important;
}
.background-turquoise-100 {
  background-color: #B2E0DE !important;
}
.turquoise-200 {
  color: #90cdca !important;
}
.background-turquoise-200 {
  background-color: #90cdca !important;
}
.turquoise-300 {
  color: #5aafab !important;
}
.background-turquoise-300 {
  background-color: #5aafab !important;
}
.turquoise-400 {
  color: #26928d !important;
}
.background-turquoise-400 {
  background-color: #26928d !important;
}
.turquoise-500 {
  color: #007D77 !important;
}
.background-turquoise-500 {
  background-color: #007D77 !important;
}
.turquoise-600 {
  color: #016763 !important;
}
.background-turquoise-600 {
  background-color: #016763 !important;
}
.turquoise-700 {
  color: #015a57 !important;
}
.background-turquoise-700 {
  background-color: #015a57 !important;
}
.turquoise-800 {
  color: #015250 !important;
}
.background-turquoise-800 {
  background-color: #015250 !important;
}
.turquoise-900 {
  color: #013D3B !important;
}
.background-turquoise-900 {
  background-color: #013D3B !important;
}
.blue-50 {
  color: #e3edfc !important;
}
.background-blue-50 {
  background-color: #e3edfc !important;
}
.blue-100 {
  color: #bad1f5 !important;
}
.background-blue-100 {
  background-color: #bad1f5 !important;
}
.blue-200 {
  color: #91b6ec !important;
}
.background-blue-200 {
  background-color: #91b6ec !important;
}
.blue-300 {
  color: #5f94dc !important;
}
.background-blue-300 {
  background-color: #5f94dc !important;
}
.blue-400 {
  color: #2f74ca !important;
}
.background-blue-400 {
  background-color: #2f74ca !important;
}
.blue-500 {
  color: #155fbb !important;
}
.background-blue-500 {
  background-color: #155fbb !important;
}
.blue-600 {
  color: #0c4fa3 !important;
}
.background-blue-600 {
  background-color: #0c4fa3 !important;
}
.blue-700 {
  color: #01377F !important;
}
.background-blue-700 {
  background-color: #01377F !important;
}
.blue-800 {
  color: #002760 !important;
}
.background-blue-800 {
  background-color: #002760 !important;
}
.blue-900 {
  color: #00173C !important;
}
.background-blue-900 {
  background-color: #00173C !important;
}
.green-50 {
  color: #e7f2e3 !important;
}
.background-green-50 {
  background-color: #e7f2e3 !important;
}
.green-100 {
  color: #c0debb !important;
}
.background-green-100 {
  background-color: #c0debb !important;
}
.green-200 {
  color: #9dc893 !important;
}
.background-green-200 {
  background-color: #9dc893 !important;
}
.green-300 {
  color: #6da75e !important;
}
.background-green-300 {
  background-color: #6da75e !important;
}
.green-400 {
  color: #3e852b !important;
}
.background-green-400 {
  background-color: #3e852b !important;
}
.green-500 {
  color: #236e0e !important;
}
.background-green-500 {
  background-color: #236e0e !important;
}
.green-600 {
  color: #1a5c08 !important;
}
.background-green-600 {
  background-color: #1a5c08 !important;
}
.green-700 {
  color: #104701 !important;
}
.background-green-700 {
  background-color: #104701 !important;
}
.green-800 {
  color: #093600 !important;
}
.background-green-800 {
  background-color: #093600 !important;
}
.green-900 {
  color: #052100 !important;
}
.background-green-900 {
  background-color: #052100 !important;
}
.violet-50 {
  color: #f8e6f2 !important;
}
.background-violet-50 {
  background-color: #f8e6f2 !important;
}
.violet-100 {
  color: #ebc0df !important;
}
.background-violet-100 {
  background-color: #ebc0df !important;
}
.violet-200 {
  color: #dc9bcb !important;
}
.background-violet-200 {
  background-color: #dc9bcb !important;
}
.violet-300 {
  color: #c66cb1 !important;
}
.background-violet-300 {
  background-color: #c66cb1 !important;
}
.violet-400 {
  color: #ad3f96 !important;
}
.background-violet-400 {
  background-color: #ad3f96 !important;
}
.violet-500 {
  color: #9b2583 !important;
}
.background-violet-500 {
  background-color: #9b2583 !important;
}
.violet-600 {
  color: #851b6f !important;
}
.background-violet-600 {
  background-color: #851b6f !important;
}
.violet-700 {
  color: #670E52 !important;
}
.background-violet-700 {
  background-color: #670E52 !important;
}
.violet-800 {
  color: #50063D !important;
}
.background-violet-800 {
  background-color: #50063D !important;
}
.violet-900 {
  color: #340226 !important;
}
.background-violet-900 {
  background-color: #340226 !important;
}
.orange-50 {
  color: #fce5d4 !important;
}
.background-orange-50 {
  background-color: #fce5d4 !important;
}
.orange-100 {
  color: #fdcca3 !important;
}
.background-orange-100 {
  background-color: #fdcca3 !important;
}
.orange-200 {
  color: #f1a977 !important;
}
.background-orange-200 {
  background-color: #f1a977 !important;
}
.orange-300 {
  color: #de7234 !important;
}
.background-orange-300 {
  background-color: #de7234 !important;
}
.orange-400 {
  color: #CF4900 !important;
}
.background-orange-400 {
  background-color: #CF4900 !important;
}
.orange-500 {
  color: #c34400 !important;
}
.background-orange-500 {
  background-color: #c34400 !important;
}
.orange-600 {
  color: #a23107 !important;
}
.background-orange-600 {
  background-color: #a23107 !important;
}
.orange-700 {
  color: #922a04 !important;
}
.background-orange-700 {
  background-color: #922a04 !important;
}
.orange-800 {
  color: #822200 !important;
}
.background-orange-800 {
  background-color: #822200 !important;
}
.orange-900 {
  color: #631a00 !important;
}
.background-orange-900 {
  background-color: #631a00 !important;
}
.charcoal-50 {
  color: #dedde4 !important;
}
.background-charcoal-50 {
  background-color: #dedde4 !important;
}
.charcoal-100 {
  color: #bebdc3 !important;
}
.background-charcoal-100 {
  background-color: #bebdc3 !important;
}
.charcoal-200 {
  color: #a7a7ac !important;
}
.background-charcoal-200 {
  background-color: #a7a7ac !important;
}
.charcoal-300 {
  color: #898a8f !important;
}
.background-charcoal-300 {
  background-color: #898a8f !important;
}
.charcoal-400 {
  color: #6e7074 !important;
}
.background-charcoal-400 {
  background-color: #6e7074 !important;
}
.charcoal-500 {
  color: #646569 !important;
}
.background-charcoal-500 {
  background-color: #646569 !important;
}
.charcoal-600 {
  color: #454649 !important;
}
.background-charcoal-600 {
  background-color: #454649 !important;
}
.charcoal-700 {
  color: #3c3d3f !important;
}
.background-charcoal-700 {
  background-color: #3c3d3f !important;
}
.charcoal-800 {
  color: #323334 !important;
}
.background-charcoal-800 {
  background-color: #323334 !important;
}
.charcoal-900 {
  color: #181919 !important;
}
.background-charcoal-900 {
  background-color: #181919 !important;
}
.fuchsia-50 {
  color: #fae5ea !important;
}
.background-fuchsia-50 {
  background-color: #fae5ea !important;
}
.fuchsia-100 {
  color: #f2c0cb !important;
}
.background-fuchsia-100 {
  background-color: #f2c0cb !important;
}
.fuchsia-200 {
  color: #e89cae !important;
}
.background-fuchsia-200 {
  background-color: #e89cae !important;
}
.fuchsia-300 {
  color: #d76f8a !important;
}
.background-fuchsia-300 {
  background-color: #d76f8a !important;
}
.fuchsia-400 {
  color: #c34366 !important;
}
.background-fuchsia-400 {
  background-color: #c34366 !important;
}
.fuchsia-500 {
  color: #b42b51 !important;
}
.background-fuchsia-500 {
  background-color: #b42b51 !important;
}
.fuchsia-600 {
  color: #9d1f41 !important;
}
.background-fuchsia-600 {
  background-color: #9d1f41 !important;
}
.fuchsia-700 {
  color: #7A112B !important;
}
.background-fuchsia-700 {
  background-color: #7A112B !important;
}
.fuchsia-800 {
  color: #5F081D !important;
}
.background-fuchsia-800 {
  background-color: #5F081D !important;
}
.fuchsia-900 {
  color: #3C030F !important;
}
.background-fuchsia-900 {
  background-color: #3C030F !important;
}
.red-orange-50 {
  color: #f5e0df !important;
}
.background-red-orange-50 {
  background-color: #f5e0df !important;
}
.red-orange-100 {
  color: #ebc1be !important;
}
.background-red-orange-100 {
  background-color: #ebc1be !important;
}
.red-orange-200 {
  color: #de9792 !important;
}
.background-red-orange-200 {
  background-color: #de9792 !important;
}
.red-orange-300 {
  color: #d16d66 !important;
}
.background-red-orange-300 {
  background-color: #d16d66 !important;
}
.red-orange-400 {
  color: #d43a29 !important;
}
.background-red-orange-400 {
  background-color: #d43a29 !important;
}
.red-orange-500 {
  color: #bd2f25 !important;
}
.background-red-orange-500 {
  background-color: #bd2f25 !important;
}
.red-orange-600 {
  color: #b82517 !important;
}
.background-red-orange-600 {
  background-color: #b82517 !important;
}
.red-orange-700 {
  color: #b01f12 !important;
}
.background-red-orange-700 {
  background-color: #b01f12 !important;
}
.red-orange-800 {
  color: #a8170d !important;
}
.background-red-orange-800 {
  background-color: #a8170d !important;
}
.red-orange-900 {
  color: #8e1109 !important;
}
.background-red-orange-900 {
  background-color: #8e1109 !important;
}
.dark-red-50 {
  color: #eddbdb !important;
}
.background-dark-red-50 {
  background-color: #eddbdb !important;
}
.dark-red-100 {
  color: #dcb6b7 !important;
}
.background-dark-red-100 {
  background-color: #dcb6b7 !important;
}
.dark-red-200 {
  color: #c48587 !important;
}
.background-dark-red-200 {
  background-color: #c48587 !important;
}
.dark-red-300 {
  color: #ac5457 !important;
}
.background-dark-red-300 {
  background-color: #ac5457 !important;
}
.dark-red-400 {
  color: #911b1e !important;
}
.background-dark-red-400 {
  background-color: #911b1e !important;
}
.dark-red-500 {
  color: #890b0f !important;
}
.background-dark-red-500 {
  background-color: #890b0f !important;
}
.dark-red-600 {
  color: #76080b !important;
}
.background-dark-red-600 {
  background-color: #76080b !important;
}
.dark-red-700 {
  color: #6c0608 !important;
}
.background-dark-red-700 {
  background-color: #6c0608 !important;
}
.dark-red-800 {
  color: #600405 !important;
}
.background-dark-red-800 {
  background-color: #600405 !important;
}
.dark-red-900 {
  color: #4c0303 !important;
}
.background-dark-red-900 {
  background-color: #4c0303 !important;
}
.brown-50 {
  color: #ebe4e0 !important;
}
.background-brown-50 {
  background-color: #ebe4e0 !important;
}
.brown-100 {
  color: #d7c9c1 !important;
}
.background-brown-100 {
  background-color: #d7c9c1 !important;
}
.brown-200 {
  color: #bca597 !important;
}
.background-brown-200 {
  background-color: #bca597 !important;
}
.brown-300 {
  color: #a1806d !important;
}
.background-brown-300 {
  background-color: #a1806d !important;
}
.brown-400 {
  color: #855c43 !important;
}
.background-brown-400 {
  background-color: #855c43 !important;
}
.brown-500 {
  color: #784a2f !important;
}
.background-brown-500 {
  background-color: #784a2f !important;
}
.brown-600 {
  color: #4c0303 !important;
}
.background-brown-600 {
  background-color: #4c0303 !important;
}
.brown-700 {
  color: #5b321d !important;
}
.background-brown-700 {
  background-color: #5b321d !important;
}
.brown-800 {
  color: #4f2816 !important;
}
.background-brown-800 {
  background-color: #4f2816 !important;
}
.brown-900 {
  color: #3e1d10 !important;
}
.background-brown-900 {
  background-color: #3e1d10 !important;
}
.tan-50 {
  color: #ece9e6 !important;
}
.background-tan-50 {
  background-color: #ece9e6 !important;
}
.tan-100 {
  color: #d8d2cc !important;
}
.background-tan-100 {
  background-color: #d8d2cc !important;
}
.tan-200 {
  color: #beb5aa !important;
}
.background-tan-200 {
  background-color: #beb5aa !important;
}
.tan-300 {
  color: #a49787 !important;
}
.background-tan-300 {
  background-color: #a49787 !important;
}
.tan-400 {
  color: #85745F !important;
}
.background-tan-400 {
  background-color: #85745F !important;
}
.tan-500 {
  color: #7d6a54 !important;
}
.background-tan-500 {
  background-color: #7d6a54 !important;
}
.tan-600 {
  color: #6a5743 !important;
}
.background-tan-600 {
  background-color: #6a5743 !important;
}
.tan-700 {
  color: #604d3a !important;
}
.background-tan-700 {
  background-color: #604d3a !important;
}
.tan-800 {
  color: #54422f !important;
}
.background-tan-800 {
  background-color: #54422f !important;
}
.tan-900 {
  color: #403222 !important;
}
.background-tan-900 {
  background-color: #403222 !important;
}
.olive-50 {
  color: #ecf0e6 !important;
}
.background-olive-50 {
  background-color: #ecf0e6 !important;
}
.olive-100 {
  color: #d0dbbf !important;
}
.background-olive-100 {
  background-color: #d0dbbf !important;
}
.olive-200 {
  color: #b4c399 !important;
}
.background-olive-200 {
  background-color: #b4c399 !important;
}
.olive-300 {
  color: #8da167 !important;
}
.background-olive-300 {
  background-color: #8da167 !important;
}
.olive-400 {
  color: #667d37 !important;
}
.background-olive-400 {
  background-color: #667d37 !important;
}
.olive-500 {
  color: #4e661b !important;
}
.background-olive-500 {
  background-color: #4e661b !important;
}
.olive-600 {
  color: #405613 !important;
}
.background-olive-600 {
  background-color: #405613 !important;
}
.olive-700 {
  color: #2F420B !important;
}
.background-olive-700 {
  background-color: #2F420B !important;
}
.olive-800 {
  color: #223206 !important;
}
.background-olive-800 {
  background-color: #223206 !important;
}
.olive-900 {
  color: #152002 !important;
}
.background-olive-900 {
  background-color: #152002 !important;
}
.dark-green-50 {
  color: #dce9e1 !important;
}
.background-dark-green-50 {
  background-color: #dce9e1 !important;
}
.dark-green-100 {
  color: #b8d3c3 !important;
}
.background-dark-green-100 {
  background-color: #b8d3c3 !important;
}
.dark-green-200 {
  color: #88b59c !important;
}
.background-dark-green-200 {
  background-color: #88b59c !important;
}
.dark-green-300 {
  color: #589774 !important;
}
.background-dark-green-300 {
  background-color: #589774 !important;
}
.dark-green-400 {
  color: #207c48 !important;
}
.background-dark-green-400 {
  background-color: #207c48 !important;
}
.dark-green-500 {
  color: #116b38 !important;
}
.background-dark-green-500 {
  background-color: #116b38 !important;
}
.dark-green-600 {
  color: #0c582b !important;
}
.background-dark-green-600 {
  background-color: #0c582b !important;
}
.dark-green-700 {
  color: #0a4e24 !important;
}
.background-dark-green-700 {
  background-color: #0a4e24 !important;
}
.dark-green-800 {
  color: #07421c !important;
}
.background-dark-green-800 {
  background-color: #07421c !important;
}
.dark-green-900 {
  color: #043314 !important;
}
.background-dark-green-900 {
  background-color: #043314 !important;
}
.steel-50 {
  color: #ebeff2 !important;
}
.background-steel-50 {
  background-color: #ebeff2 !important;
}
.steel-100 {
  color: #cdd7dc !important;
}
.background-steel-100 {
  background-color: #cdd7dc !important;
}
.steel-200 {
  color: #afbdc6 !important;
}
.background-steel-200 {
  background-color: #afbdc6 !important;
}
.steel-300 {
  color: #879ca7 !important;
}
.background-steel-300 {
  background-color: #879ca7 !important;
}
.steel-400 {
  color: #607a87 !important;
}
.background-steel-400 {
  background-color: #607a87 !important;
}
.steel-500 {
  color: #496573 !important;
}
.background-steel-500 {
  background-color: #496573 !important;
}
.steel-600 {
  color: #3c5562 !important;
}
.background-steel-600 {
  background-color: #3c5562 !important;
}
.steel-700 {
  color: #2A3F4A !important;
}
.background-steel-700 {
  background-color: #2A3F4A !important;
}
.steel-800 {
  color: #1E2E38 !important;
}
.background-steel-800 {
  background-color: #1E2E38 !important;
}
.steel-900 {
  color: #111C23 !important;
}
.background-steel-900 {
  background-color: #111C23 !important;
}
.slate-50 {
  color: #ebecee !important;
}
.background-slate-50 {
  background-color: #ebecee !important;
}
.slate-100 {
  color: #cbcfd5 !important;
}
.background-slate-100 {
  background-color: #cbcfd5 !important;
}
.slate-200 {
  color: #acb3ba !important;
}
.background-slate-200 {
  background-color: #acb3ba !important;
}
.slate-300 {
  color: #828c96 !important;
}
.background-slate-300 {
  background-color: #828c96 !important;
}
.slate-400 {
  color: #596672 !important;
}
.background-slate-400 {
  background-color: #596672 !important;
}
.slate-500 {
  color: #404e5a !important;
}
.background-slate-500 {
  background-color: #404e5a !important;
}
.slate-600 {
  color: #323e49 !important;
}
.background-slate-600 {
  background-color: #323e49 !important;
}
.slate-700 {
  color: #232C36 !important;
}
.background-slate-700 {
  background-color: #232C36 !important;
}
.slate-800 {
  color: #192028 !important;
}
.background-slate-800 {
  background-color: #192028 !important;
}
.slate-900 {
  color: #0F1318 !important;
}
.background-slate-900 {
  background-color: #0F1318 !important;
}
.indigo-50 {
  color: #e1e4f4 !important;
}
.background-indigo-50 {
  background-color: #e1e4f4 !important;
}
.indigo-100 {
  color: #c3c8e9 !important;
}
.background-indigo-100 {
  background-color: #c3c8e9 !important;
}
.indigo-200 {
  color: #9ba4da !important;
}
.background-indigo-200 {
  background-color: #9ba4da !important;
}
.indigo-300 {
  color: #7280cb !important;
}
.background-indigo-300 {
  background-color: #7280cb !important;
}
.indigo-400 {
  color: #4355ba !important;
}
.background-indigo-400 {
  background-color: #4355ba !important;
}
.indigo-500 {
  color: #3649b5 !important;
}
.background-indigo-500 {
  background-color: #3649b5 !important;
}
.indigo-600 {
  color: #2939a5 !important;
}
.background-indigo-600 {
  background-color: #2939a5 !important;
}
.indigo-700 {
  color: #22319d !important;
}
.background-indigo-700 {
  background-color: #22319d !important;
}
.indigo-800 {
  color: #1a2793 !important;
}
.background-indigo-800 {
  background-color: #1a2793 !important;
}
.indigo-900 {
  color: #131d7c !important;
}
.background-indigo-900 {
  background-color: #131d7c !important;
}
.dark-blue-50 {
  color: #dbdeee !important;
}
.background-dark-blue-50 {
  background-color: #dbdeee !important;
}
.dark-blue-100 {
  color: #b7bddd !important;
}
.background-dark-blue-100 {
  background-color: #b7bddd !important;
}
.dark-blue-200 {
  color: #8792c6 !important;
}
.background-dark-blue-200 {
  background-color: #8792c6 !important;
}
.dark-blue-300 {
  color: #5666af !important;
}
.background-dark-blue-300 {
  background-color: #5666af !important;
}
.dark-blue-400 {
  color: #2036a2 !important;
}
.background-dark-blue-400 {
  background-color: #2036a2 !important;
}
.dark-blue-500 {
  color: #0e248d !important;
}
.background-dark-blue-500 {
  background-color: #0e248d !important;
}
.dark-blue-600 {
  color: #131d7c !important;
}
.background-dark-blue-600 {
  background-color: #131d7c !important;
}
.dark-blue-700 {
  color: #081670 !important;
}
.background-dark-blue-700 {
  background-color: #081670 !important;
}
.dark-blue-800 {
  color: #051064 !important;
}
.background-dark-blue-800 {
  background-color: #051064 !important;
}
.dark-blue-900 {
  color: #030a4b !important;
}
.background-dark-blue-900 {
  background-color: #030a4b !important;
}
.purple-50 {
  color: #eee8f7 !important;
}
.background-purple-50 {
  background-color: #eee8f7 !important;
}
.purple-100 {
  color: #d4c6ea !important;
}
.background-purple-100 {
  background-color: #d4c6ea !important;
}
.purple-200 {
  color: #baa6db !important;
}
.background-purple-200 {
  background-color: #baa6db !important;
}
.purple-300 {
  color: #957ac5 !important;
}
.background-purple-300 {
  background-color: #957ac5 !important;
}
.purple-400 {
  color: #7051ac !important;
}
.background-purple-400 {
  background-color: #7051ac !important;
}
.purple-500 {
  color: #5c3a9b !important;
}
.background-purple-500 {
  background-color: #5c3a9b !important;
}
.purple-600 {
  color: #4a2c84 !important;
}
.background-purple-600 {
  background-color: #4a2c84 !important;
}
.purple-700 {
  color: #371D65 !important;
}
.background-purple-700 {
  background-color: #371D65 !important;
}
.purple-800 {
  color: #28124E !important;
}
.background-purple-800 {
  background-color: #28124E !important;
}
.purple-900 {
  color: #190932 !important;
}
.background-purple-900 {
  background-color: #190932 !important;
}
.goldenrod-50 {
  color: #f1e7db !important;
}
.background-goldenrod-50 {
  background-color: #f1e7db !important;
}
.goldenrod-100 {
  color: #e3cfb7 !important;
}
.background-goldenrod-100 {
  background-color: #e3cfb7 !important;
}
.goldenrod-200 {
  color: #d0b088 !important;
}
.background-goldenrod-200 {
  background-color: #d0b088 !important;
}
.goldenrod-300 {
  color: #bd9058 !important;
}
.background-goldenrod-300 {
  background-color: #bd9058 !important;
}
.goldenrod-400 {
  color: #A6691E !important;
}
.background-goldenrod-400 {
  background-color: #A6691E !important;
}
.goldenrod-500 {
  color: #a16010 !important;
}
.background-goldenrod-500 {
  background-color: #a16010 !important;
}
.goldenrod-600 {
  color: #8f4e0c !important;
}
.background-goldenrod-600 {
  background-color: #8f4e0c !important;
}
.goldenrod-700 {
  color: #854409 !important;
}
.background-goldenrod-700 {
  background-color: #854409 !important;
}
.goldenrod-800 {
  color: #7a3906 !important;
}
.background-goldenrod-800 {
  background-color: #7a3906 !important;
}
.goldenrod-900 {
  color: #6b2f05 !important;
}
.background-goldenrod-900 {
  background-color: #6b2f05 !important;
}
.dark-slate-50 {
  color: #dfe1e1 !important;
}
.background-dark-slate-50 {
  background-color: #dfe1e1 !important;
}
.dark-slate-100 {
  color: #bfc3c3 !important;
}
.background-dark-slate-100 {
  background-color: #bfc3c3 !important;
}
.dark-slate-200 {
  color: #949c9c !important;
}
.background-dark-slate-200 {
  background-color: #949c9c !important;
}
.dark-slate-300 {
  color: #697474 !important;
}
.background-dark-slate-300 {
  background-color: #697474 !important;
}
.dark-slate-400 {
  color: #3a4848 !important;
}
.background-dark-slate-400 {
  background-color: #3a4848 !important;
}
.dark-slate-500 {
  color: #283838 !important;
}
.background-dark-slate-500 {
  background-color: #283838 !important;
}
.dark-slate-600 {
  color: #1e2b2b !important;
}
.background-dark-slate-600 {
  background-color: #1e2b2b !important;
}
.dark-slate-700 {
  color: #182424 !important;
}
.background-dark-slate-700 {
  background-color: #182424 !important;
}
.dark-slate-800 {
  color: #121c1c !important;
}
.background-dark-slate-800 {
  background-color: #121c1c !important;
}
.dark-slate-900 {
  color: #090e0e !important;
}
.background-dark-slate-900 {
  background-color: #090e0e !important;
}
.teal-50 {
  color: #dbebef !important;
}
.background-teal-50 {
  background-color: #dbebef !important;
}
.teal-100 {
  color: #b7d7df !important;
}
.background-teal-100 {
  background-color: #b7d7df !important;
}
.teal-200 {
  color: #87bcca !important;
}
.background-teal-200 {
  background-color: #87bcca !important;
}
.teal-300 {
  color: #57a1b4 !important;
}
.background-teal-300 {
  background-color: #57a1b4 !important;
}
.teal-400 {
  color: #1e819b !important;
}
.background-teal-400 {
  background-color: #1e819b !important;
}
.teal-500 {
  color: #0f7994 !important;
}
.background-teal-500 {
  background-color: #0f7994 !important;
}
.teal-600 {
  color: #0b6681 !important;
}
.background-teal-600 {
  background-color: #0b6681 !important;
}
.teal-700 {
  color: #085c77 !important;
}
.background-teal-700 {
  background-color: #085c77 !important;
}
.teal-800 {
  color: #05506b !important;
}
.background-teal-800 {
  background-color: #05506b !important;
}
.teal-900 {
  color: #04445e !important;
}
.background-teal-900 {
  background-color: #04445e !important;
}
.cerulean-50 {
  color: #e2eff5 !important;
}
.background-cerulean-50 {
  background-color: #e2eff5 !important;
}
.cerulean-100 {
  color: #b5d6e4 !important;
}
.background-cerulean-100 {
  background-color: #b5d6e4 !important;
}
.cerulean-200 {
  color: #8abed2 !important;
}
.background-cerulean-200 {
  background-color: #8abed2 !important;
}
.cerulean-300 {
  color: #539cb6 !important;
}
.background-cerulean-300 {
  background-color: #539cb6 !important;
}
.cerulean-400 {
  color: #1e7b97 !important;
}
.background-cerulean-400 {
  background-color: #1e7b97 !important;
}
.cerulean-500 {
  color: #006482 !important;
}
.background-cerulean-500 {
  background-color: #006482 !important;
}
.cerulean-600 {
  color: #00546e !important;
}
.background-cerulean-600 {
  background-color: #00546e !important;
}
.cerulean-700 {
  color: #004259 !important;
}
.background-cerulean-700 {
  background-color: #004259 !important;
}
.cerulean-800 {
  color: #003144 !important;
}
.background-cerulean-800 {
  background-color: #003144 !important;
}
.cerulean-900 {
  color: #00212f !important;
}
.background-cerulean-900 {
  background-color: #00212f !important;
}
.sapphire-50 {
  color: #e5e8f5 !important;
}
.background-sapphire-50 {
  background-color: #e5e8f5 !important;
}
.sapphire-100 {
  color: #c0c5e4 !important;
}
.background-sapphire-100 {
  background-color: #c0c5e4 !important;
}
.sapphire-200 {
  color: #9ba5d2 !important;
}
.background-sapphire-200 {
  background-color: #9ba5d2 !important;
}
.sapphire-300 {
  color: #6a79b7 !important;
}
.background-sapphire-300 {
  background-color: #6a79b7 !important;
}
.sapphire-400 {
  color: #3b5099 !important;
}
.background-sapphire-400 {
  background-color: #3b5099 !important;
}
.sapphire-500 {
  color: #213785 !important;
}
.background-sapphire-500 {
  background-color: #213785 !important;
}
.sapphire-600 {
  color: #162868 !important;
}
.background-sapphire-600 {
  background-color: #162868 !important;
}
.sapphire-700 {
  color: #0C184E !important;
}
.background-sapphire-700 {
  background-color: #0C184E !important;
}
.sapphire-800 {
  color: #060F39 !important;
}
.background-sapphire-800 {
  background-color: #060F39 !important;
}
.sapphire-900 {
  color: #010823 !important;
}
.background-sapphire-900 {
  background-color: #010823 !important;
}
.neutral-50 {
  color: #F2F2F9 !important;
}
.background-neutral-50 {
  background-color: #F2F2F9 !important;
}
.neutral-100 {
  color: #D9D9DF !important;
}
.background-neutral-100 {
  background-color: #D9D9DF !important;
}
.neutral-200 {
  color: #BBBCC3 !important;
}
.background-neutral-200 {
  background-color: #BBBCC3 !important;
}
.neutral-300 {
  color: #9E9FA4 !important;
}
.background-neutral-300 {
  background-color: #9E9FA4 !important;
}
.neutral-400 {
  color: #818187 !important;
}
.background-neutral-400 {
  background-color: #818187 !important;
}
.neutral-500 {
  color: #67676C !important;
}
.background-neutral-500 {
  background-color: #67676C !important;
}
.neutral-600 {
  color: #525256 !important;
}
.background-neutral-600 {
  background-color: #525256 !important;
}
.neutral-700 {
  color: #3F3F43 !important;
}
.background-neutral-700 {
  background-color: #3F3F43 !important;
}
.neutral-800 {
  color: #29292D !important;
}
.background-neutral-800 {
  background-color: #29292D !important;
}
.neutral-900 {
  color: #1B1B1E !important;
}
.background-neutral-900 {
  background-color: #1B1B1E !important;
}

/*!******************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[8].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[8].rules[0].oneOf[0].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[8].rules[1].use[0]!./src/content/styles/styles.less?ngGlobalStyle ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************/
/* You can add global styles to this file, and also import other style files */
@media only screen and (max-width: 575.98px) {
  .hidden-xs {
    display: none !important;
  }
}
@media only screen and (min-width: 576px) {
  .hidden-sm-up {
    display: none !important;
  }
}
@media only screen and (max-width: 767.98px) {
  .hidden-sm-down {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .hidden-md-up {
    display: none !important;
  }
}
@media only screen and (max-width: 991.98px) {
  .hidden-md-down {
    display: none !important;
  }
}
@media only screen and (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}
@media only screen and (max-width: 1199.98px) {
  .hidden-lg-down {
    display: none !important;
  }
}
@media only screen and (min-width: 1200px) {
  .hidden-xlg {
    display: none !important;
  }
}
@media only screen and (max-width: 775.98px) {
  .wl-hidden-xs {
    display: none !important;
  }
}
@media only screen and (min-width: 776px) {
  .wl-hidden-sm-up {
    display: none !important;
  }
}
@media only screen and (max-width: 967.98px) {
  .wl-hidden-sm-down {
    display: none !important;
  }
}
@media only screen and (min-width: 968px) {
  .wl-hidden-md-up {
    display: none !important;
  }
}
@media only screen and (max-width: 1191.98px) {
  .wl-hidden-md-down {
    display: none !important;
  }
}
@media only screen and (min-width: 1192px) {
  .wl-hidden-lg-up {
    display: none !important;
  }
}
@media only screen and (max-width: 1399.98px) {
  .wl-hidden-lg-down {
    display: none !important;
  }
}
@media only screen and (min-width: 1400px) {
  .wl-hidden-xlg {
    display: none !important;
  }
}
.app-loading {
  padding-left: 1rem;
}
@media only screen and (min-width: 1200px) {
  .app-loading {
    margin-left: -18.75rem;
  }
}
.empty-list {
  width: 100%;
  text-align: center;
}
.empty-list i {
  display: block;
}
/* Material */
bs-dropdown-container {
  z-index: 1800 !important;
}
.cdk-overlay-container {
  z-index: 1500;
}
.xrx-activity-indicator {
  background: transparent;
  border: 6px solid rgba(0, 0, 0, 0);
  border-radius: 50%;
  display: block;
  border-top-color: #155fbb;
}
.xrx-activity-indicator.ai-lg {
  width: 6rem;
  height: 6rem;
  border-width: 6px;
}
.xrx-activity-indicator.ai-md {
  width: 4rem;
  height: 4rem;
  border-width: 4px;
}
.xrx-activity-indicator.ai-sm {
  width: 2rem;
  height: 2rem;
  border-width: 3px;
}
.xrx-activity-indicator.ai-xs {
  width: 1.5rem;
  height: 1.5rem;
  border-width: 2px;
}
.xrx-activity-indicator.ai-blue {
  border-top-color: #00546e;
}
.ai-spin {
  animation: spinClockwise 0.75s infinite linear;
}
.ai-spin.ai-pause {
  animation-name: spinClockwise;
  animation-play-state: paused;
}
@keyframes spinClockwise {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
i.disabled {
  pointer-events: none;
  cursor: pointer;
}
.breadcrumb {
  min-height: 1.25rem;
}
/* Modals */
.modal-title {
  padding-right: 15px;
}
.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 56px);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 56px);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-max-height {
  display: flex;
  max-height: calc(100% - 56px);
}
.modal-dialog-max-height .modal-content {
  max-height: calc(100vh - 56px);
  overflow: hidden;
}
.modal-dialog-max-height .modal-header,
.modal-dialog-max-height .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-max-height .modal-body {
  overflow-y: hidden;
}
.autoText ngb-typeahead-window.dropdown-menu.show {
  transform: translate(15px, 25px) !important;
}
/* Tables */
tr.disabled {
  pointer-events: none;
  color: #6b6d6f;
}
.table.table-sort thead th {
  padding-right: 0;
  background-color: #BBBCC3;
  color: #202020;
  font-weight: 700;
}
table > tbody > tr > th,
table > tbody > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td {
  vertical-align: middle;
}
/* Buttons */
.btn-row button:not(:first-of-type) {
  margin-left: 10px;
}
button.permission {
  text-align: left;
}
button.permission span i {
  position: relative;
  top: 5px;
  float: right;
}
.btn-submit-cancel {
  min-width: 86.75px;
}
.no-expiry span.glyph-chbx-radio-theme-uchkd::before {
  color: #00546e;
}
input.share-window + ngb-typeahead-window {
  width: 100%;
}
.datepicker app-form-field[type="datepicker"] i {
  color: #00546e;
}
.datepicker app-form-field[type="datepicker"] button {
  border-color: #00546e;
}
.user-group-search ngb-typeahead-window button.dropdown-item {
  height: auto;
}
.user-share2 i.xgl-user_alt {
  position: relative;
  top: 10px;
}
.expiration-policy {
  width: 100px;
  padding-top: 0px;
  padding-right: 5px;
  padding-left: 5px;
  margin: 4px;
  height: 26px;
}
.xrx-btn.btn-custom {
  /*        i:after {
            color: @white-alpha90;
        }*/
}
.xrx-btn.btn-custom.cerulean {
  background-color: #8abed2;
}
.xrx-btn.btn-custom.cerulean i:before {
  color: #00546e;
}
.xrx-btn.btn-custom.green {
  background-color: #9dc893;
}
.xrx-btn.btn-custom.olive {
  background-color: #b4c399;
}
.xrx-btn.btn-custom.steel {
  background-color: #afbdc6;
}
.xrx-btn.btn-custom.orange {
  background-color: #f1a977;
}
.xrx-btn.btn-custom.fuchsia {
  background-color: #e89cae;
}
.xrx-btn.btn-custom.violet {
  background-color: #dc9bcb;
}
.xrx-btn.btn-custom.purple {
  background-color: #baa6db;
}
.xrx-btn.btn-custom.sapphire {
  background-color: #9ba5d2;
}
.xrx-btn.btn-custom.blue {
  background-color: #91b6ec;
}
/* Alerts */
.alert-backdrop {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.9);
  color: #fff !important;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.alert-backdrop.opaque {
  opacity: 1;
}
.alert-backdrop .alert-content {
  text-align: left;
  background-color: #fbfaff !important;
  color: black !important;
  border-radius: 25px;
  padding: 1rem;
  width: 550px;
}
.alert-backdrop .alert-content .alert-icon {
  font-size: 128px;
  font-weight: 700;
  text-align: center;
  margin: 10px;
  margin-bottom: -5px;
  display: inline;
  line-height: 1;
}
.alert-backdrop .alert-content .alert-icon:before {
  text-align: center;
}
.alert-backdrop .alert-content .alert-spinner {
  margin-bottom: 20px;
}
.alert-backdrop .alert-content .alert-title {
  font-size: 20px;
  font-weight: 700;
  text-align: left;
}
.alert-backdrop .alert-content .alert-title h3 {
  margin-top: 0 !important;
  font-weight: 700 !important;
}
.alert-backdrop .alert-content .alert-subtitle {
  font-size: 20px;
  text-align: left;
  font-weight: 400;
  margin-top: 15px;
}
.alert-backdrop .alert-content .alert-content {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
}
.alert-backdrop .alert-content .alert-content-details {
  padding-top: 10px;
}
.alert-backdrop .alert-content .alert-list {
  margin-bottom: 1rem;
  max-height: 10rem;
  overflow: auto;
}
.alert-backdrop .alert-content .alert-list .alert-list-item {
  font-size: 1.25rem;
  font-weight: 400;
  padding-top: 2px;
}
.alert-backdrop .alert-content .alert-buttons {
  display: flex;
  align-content: center;
  justify-content: flex-end;
  padding-right: 1rem;
}
.alert-backdrop .alert-content .alert-buttons button {
  margin: 10px;
}
@media only screen and (max-width: 767.98px) {
  .alert-backdrop .alert-content .alert-buttons {
    display: flex;
    align-content: center;
    justify-content: center !important;
    padding-right: 1rem;
  }
  .alert-backdrop .alert-content .alert-buttons button {
    margin: 10px;
  }
}
.alert-backdrop .alert-content h1,
.alert-backdrop .alert-content h2,
.alert-backdrop .alert-content h3,
.alert-backdrop .alert-content h4,
.alert-backdrop .alert-content h5,
.alert-backdrop .alert-content h6 {
  color: #fff;
}
.dropdown-menu.nul-utility-item-user {
  padding-right: 0 !important;
}
.dropdown-menu.nul-utility-item-user a {
  text-decoration: none;
  outline-offset: -3px;
}
.mh-0 {
  min-height: 0;
}
.fixed-full-screen {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.overflow-y {
  overflow-x: hidden;
  overflow-y: auto;
}
.checkbox-color .glyph-chbx-radio-theme-uchkd::before {
  color: #00546e;
}
.hyperlink,
a.clickable {
  text-decoration: underline !important;
  cursor: pointer !important;
}
.tooltip-width {
  width: max-content !important;
}
.custom-tooltip .tooltip-inner {
  background-color: #3F3F43;
  color: white;
  font-family: "Roboto Condensed", Roboto, "San Francisco", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
}
.custom-tooltip .arrow::before {
  border-left-color: white;
}
.custom-tooltip-right-corner-icon .tooltip-inner {
  transform: translateX(-2.1rem);
}
details-sheet {
  background-color: #ffffff;
}
.break-word {
  word-break: break-all;
}
.user-drop-down-button {
  border-radius: 50% !important;
  background-color: #8abed2 !important;
}
.user-drop-down-button:hover {
  background-color: #8abed2 !important;
}
.user-drop-down-button:focus {
  box-shadow: none !important;
}
.user-drop-down {
  padding-right: 0 !important;
  color: #00546e !important;
}
.nul-user-glyph {
  width: 3rem !important;
}
.global-action-button.icon-selected:not([disabled]):hover i::after {
  opacity: 1;
}
.global-action-button.icon-selected:not([disabled]):hover i::before {
  color: white;
}
.global-action-button:not([disabled]) div:hover {
  background-color: #e1e1e6;
}
.global-action-button:not([disabled]).icon-selected div:hover {
  background-color: #b5d6e4;
}
.global-action-button:not([disabled]) div:active {
  background-color: #d2d3d7;
}
.global-action-button:not([disabled]).icon-selected div:active {
  background-color: #8abed2;
}
.btn-simple {
  border: #00546e solid 1.8px;
  box-shadow: none;
  border-radius: 5px;
  color: #00546e;
}
.icon-selected {
  color: #006482;
}
.icon-selected i::after {
  opacity: 1;
}
.icon-selected i::before {
  color: white;
}
.xgl-funnel i::after {
  opacity: 1;
}
.xgl-funnel i::before {
  content: '\E249';
  color: #006482;
}
.verticalseparator {
  border-left: 1px solid #9E9FA4;
  height: 44px;
  margin: 0;
}
.global-header-bar {
  height: 70px;
}
/* Custom Icons */
.custom-icon {
  width: 36px;
  height: 36px;
}
.custom-icon svg {
  height: 100%;
  border-radius: 5px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.12), 0 0 5px 0 rgba(0, 0, 0, 0.08);
}
.widget-draggable {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 10px;
  padding-right: 10px;
  cursor: pointer;
  color: #ffffff;
  z-index: 1000;
}
.widget-draggable .widget-type-btn {
  display: inline-flex;
  pointer-events: none;
}
.widget-draggable .widget-type-btn:hover {
  outline: none;
}
.drawer-widget {
  display: none;
}
.widget-drawer .drawer-widget {
  display: block;
}
.drag-widget {
  display: block;
  height: 100%;
}
.widget-drawer .drag-widget {
  display: none;
}
.widget-drawer .widget-draggable {
  background-color: #3F3F43;
  width: auto !important;
  height: auto !important;
  min-width: 8.33333333% !important;
  min-height: 0 !important;
}
.widget-drawer .widget-draggable .xrx-card {
  max-height: calc(100% - 2px);
}
.grid-stack .drag-widget .xrx-card {
  max-height: calc(100% - 14px);
}
.custom-file-input:lang(fr) ~ .custom-file-label::after {
  content: "Parcourir";
}
.custom-file-input:lang(es) ~ .custom-file-label::after {
  content: "Examinar";
}
.custom-file-input:lang(it) ~ .custom-file-label::after {
  content: "Sfoglia";
}
.custom-file-input:lang(de) ~ .custom-file-label::after {
  content: "Durchsuchen";
}
.custom-file-input:lang(pt) ~ .custom-file-label::after {
  content: "Procurar";
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.user-drop-down-item {
  white-space: break-spaces !important;
  word-break: break-all !important;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: none !important;
}
.dsgo-color-swatch {
  position: relative;
  top: 3px;
  left: 3px;
}
.invalid-feedback-visible {
  display: block;
}
@media (min-width: 768px) {
  .modal-lg.modal-xl {
    max-width: 55%;
    min-width: 1000px;
  }
}
@media (max-width: 767px) {
  .modal-lg.modal-xl {
    max-width: 100%;
  }
}

/*!**************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/@fortawesome/fontawesome-free/css/all.css?ngGlobalStyle ***!
  \**************************************************************************************************************************************************************************************************************************************************************/
/*!
 * Font Awesome Free 6.7.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900); }

.fas,
.far,
.fab,
.fa-solid,
.fa-regular,
.fa-brands,
.fa {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto; }

.fas::before,
.far::before,
.fab::before,
.fa-solid::before,
.fa-regular::before,
.fa-brands::before,
.fa::before {
  content: var(--fa); }

.fa-classic,
.fas,
.fa-solid,
.far,
.fa-regular {
  font-family: 'Font Awesome 6 Free'; }

.fa-brands,
.fab {
  font-family: 'Font Awesome 6 Brands'; }

.fa-1x {
  font-size: 1em; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }

.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em; }

.fa-xs {
  font-size: 0.75em;
  line-height: 0.08333em;
  vertical-align: 0.125em; }

.fa-sm {
  font-size: 0.875em;
  line-height: 0.07143em;
  vertical-align: 0.05357em; }

.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em; }

.fa-xl {
  font-size: 1.5em;
  line-height: 0.04167em;
  vertical-align: -0.125em; }

.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em; }

.fa-fw {
  text-align: center;
  width: 1.25em; }

.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  left: calc(-1 * var(--fa-li-width, 2em));
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit; }

.fa-border {
  border-color: var(--fa-border-color, #eee);
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: var(--fa-border-style, solid);
  border-width: var(--fa-border-width, 0.08em);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em); }

.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em); }

.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em); }

.fa-beat {
  animation-name: fa-beat;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out); }

.fa-bounce {
  animation-name: fa-bounce;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1)); }

.fa-fade {
  animation-name: fa-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); }

.fa-beat-fade {
  animation-name: fa-beat-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); }

.fa-flip {
  animation-name: fa-flip;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out); }

.fa-shake {
  animation-name: fa-shake;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear); }

.fa-spin {
  animation-name: fa-spin;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 2s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear); }

.fa-spin-reverse {
  --fa-animation-direction: reverse; }

.fa-pulse,
.fa-spin-pulse {
  animation-name: fa-spin;
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, steps(8)); }

@media (prefers-reduced-motion: reduce) {
  .fa-beat,
  .fa-bounce,
  .fa-fade,
  .fa-beat-fade,
  .fa-flip,
  .fa-pulse,
  .fa-shake,
  .fa-spin,
  .fa-spin-pulse {
    animation-delay: -1ms;
    animation-duration: 1ms;
    animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s; } }

@keyframes fa-beat {
  0%, 90% {
    transform: scale(1); }
  45% {
    transform: scale(var(--fa-beat-scale, 1.25)); } }

@keyframes fa-bounce {
  0% {
    transform: scale(1, 1) translateY(0); }
  10% {
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); }
  30% {
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); }
  50% {
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); }
  57% {
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); }
  64% {
    transform: scale(1, 1) translateY(0); }
  100% {
    transform: scale(1, 1) translateY(0); } }

@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4); } }

@keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1); }
  50% {
    opacity: 1;
    transform: scale(var(--fa-beat-fade-scale, 1.125)); } }

@keyframes fa-flip {
  50% {
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); } }

@keyframes fa-shake {
  0% {
    transform: rotate(-15deg); }
  4% {
    transform: rotate(15deg); }
  8%, 24% {
    transform: rotate(-18deg); }
  12%, 28% {
    transform: rotate(18deg); }
  16% {
    transform: rotate(-22deg); }
  20% {
    transform: rotate(22deg); }
  32% {
    transform: rotate(-12deg); }
  36% {
    transform: rotate(12deg); }
  40%, 100% {
    transform: rotate(0deg); } }

@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.fa-rotate-90 {
  transform: rotate(90deg); }

.fa-rotate-180 {
  transform: rotate(180deg); }

.fa-rotate-270 {
  transform: rotate(270deg); }

.fa-flip-horizontal {
  transform: scale(-1, 1); }

.fa-flip-vertical {
  transform: scale(1, -1); }

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1, -1); }

.fa-rotate-by {
  transform: rotate(var(--fa-rotate-angle, 0)); }

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em; }

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: var(--fa-stack-z-index, auto); }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: var(--fa-inverse, #fff); }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */

.fa-0 {
  --fa: "\30";
  --fa--fa: "\30\30"; }

.fa-1 {
  --fa: "\31";
  --fa--fa: "\31\31"; }

.fa-2 {
  --fa: "\32";
  --fa--fa: "\32\32"; }

.fa-3 {
  --fa: "\33";
  --fa--fa: "\33\33"; }

.fa-4 {
  --fa: "\34";
  --fa--fa: "\34\34"; }

.fa-5 {
  --fa: "\35";
  --fa--fa: "\35\35"; }

.fa-6 {
  --fa: "\36";
  --fa--fa: "\36\36"; }

.fa-7 {
  --fa: "\37";
  --fa--fa: "\37\37"; }

.fa-8 {
  --fa: "\38";
  --fa--fa: "\38\38"; }

.fa-9 {
  --fa: "\39";
  --fa--fa: "\39\39"; }

.fa-fill-drip {
  --fa: "\f576";
  --fa--fa: "\f576\f576"; }

.fa-arrows-to-circle {
  --fa: "\e4bd";
  --fa--fa: "\e4bd\e4bd"; }

.fa-circle-chevron-right {
  --fa: "\f138";
  --fa--fa: "\f138\f138"; }

.fa-chevron-circle-right {
  --fa: "\f138";
  --fa--fa: "\f138\f138"; }

.fa-at {
  --fa: "\40";
  --fa--fa: "\40\40"; }

.fa-trash-can {
  --fa: "\f2ed";
  --fa--fa: "\f2ed\f2ed"; }

.fa-trash-alt {
  --fa: "\f2ed";
  --fa--fa: "\f2ed\f2ed"; }

.fa-text-height {
  --fa: "\f034";
  --fa--fa: "\f034\f034"; }

.fa-user-xmark {
  --fa: "\f235";
  --fa--fa: "\f235\f235"; }

.fa-user-times {
  --fa: "\f235";
  --fa--fa: "\f235\f235"; }

.fa-stethoscope {
  --fa: "\f0f1";
  --fa--fa: "\f0f1\f0f1"; }

.fa-message {
  --fa: "\f27a";
  --fa--fa: "\f27a\f27a"; }

.fa-comment-alt {
  --fa: "\f27a";
  --fa--fa: "\f27a\f27a"; }

.fa-info {
  --fa: "\f129";
  --fa--fa: "\f129\f129"; }

.fa-down-left-and-up-right-to-center {
  --fa: "\f422";
  --fa--fa: "\f422\f422"; }

.fa-compress-alt {
  --fa: "\f422";
  --fa--fa: "\f422\f422"; }

.fa-explosion {
  --fa: "\e4e9";
  --fa--fa: "\e4e9\e4e9"; }

.fa-file-lines {
  --fa: "\f15c";
  --fa--fa: "\f15c\f15c"; }

.fa-file-alt {
  --fa: "\f15c";
  --fa--fa: "\f15c\f15c"; }

.fa-file-text {
  --fa: "\f15c";
  --fa--fa: "\f15c\f15c"; }

.fa-wave-square {
  --fa: "\f83e";
  --fa--fa: "\f83e\f83e"; }

.fa-ring {
  --fa: "\f70b";
  --fa--fa: "\f70b\f70b"; }

.fa-building-un {
  --fa: "\e4d9";
  --fa--fa: "\e4d9\e4d9"; }

.fa-dice-three {
  --fa: "\f527";
  --fa--fa: "\f527\f527"; }

.fa-calendar-days {
  --fa: "\f073";
  --fa--fa: "\f073\f073"; }

.fa-calendar-alt {
  --fa: "\f073";
  --fa--fa: "\f073\f073"; }

.fa-anchor-circle-check {
  --fa: "\e4aa";
  --fa--fa: "\e4aa\e4aa"; }

.fa-building-circle-arrow-right {
  --fa: "\e4d1";
  --fa--fa: "\e4d1\e4d1"; }

.fa-volleyball {
  --fa: "\f45f";
  --fa--fa: "\f45f\f45f"; }

.fa-volleyball-ball {
  --fa: "\f45f";
  --fa--fa: "\f45f\f45f"; }

.fa-arrows-up-to-line {
  --fa: "\e4c2";
  --fa--fa: "\e4c2\e4c2"; }

.fa-sort-down {
  --fa: "\f0dd";
  --fa--fa: "\f0dd\f0dd"; }

.fa-sort-desc {
  --fa: "\f0dd";
  --fa--fa: "\f0dd\f0dd"; }

.fa-circle-minus {
  --fa: "\f056";
  --fa--fa: "\f056\f056"; }

.fa-minus-circle {
  --fa: "\f056";
  --fa--fa: "\f056\f056"; }

.fa-door-open {
  --fa: "\f52b";
  --fa--fa: "\f52b\f52b"; }

.fa-right-from-bracket {
  --fa: "\f2f5";
  --fa--fa: "\f2f5\f2f5"; }

.fa-sign-out-alt {
  --fa: "\f2f5";
  --fa--fa: "\f2f5\f2f5"; }

.fa-atom {
  --fa: "\f5d2";
  --fa--fa: "\f5d2\f5d2"; }

.fa-soap {
  --fa: "\e06e";
  --fa--fa: "\e06e\e06e"; }

.fa-icons {
  --fa: "\f86d";
  --fa--fa: "\f86d\f86d"; }

.fa-heart-music-camera-bolt {
  --fa: "\f86d";
  --fa--fa: "\f86d\f86d"; }

.fa-microphone-lines-slash {
  --fa: "\f539";
  --fa--fa: "\f539\f539"; }

.fa-microphone-alt-slash {
  --fa: "\f539";
  --fa--fa: "\f539\f539"; }

.fa-bridge-circle-check {
  --fa: "\e4c9";
  --fa--fa: "\e4c9\e4c9"; }

.fa-pump-medical {
  --fa: "\e06a";
  --fa--fa: "\e06a\e06a"; }

.fa-fingerprint {
  --fa: "\f577";
  --fa--fa: "\f577\f577"; }

.fa-hand-point-right {
  --fa: "\f0a4";
  --fa--fa: "\f0a4\f0a4"; }

.fa-magnifying-glass-location {
  --fa: "\f689";
  --fa--fa: "\f689\f689"; }

.fa-search-location {
  --fa: "\f689";
  --fa--fa: "\f689\f689"; }

.fa-forward-step {
  --fa: "\f051";
  --fa--fa: "\f051\f051"; }

.fa-step-forward {
  --fa: "\f051";
  --fa--fa: "\f051\f051"; }

.fa-face-smile-beam {
  --fa: "\f5b8";
  --fa--fa: "\f5b8\f5b8"; }

.fa-smile-beam {
  --fa: "\f5b8";
  --fa--fa: "\f5b8\f5b8"; }

.fa-flag-checkered {
  --fa: "\f11e";
  --fa--fa: "\f11e\f11e"; }

.fa-football {
  --fa: "\f44e";
  --fa--fa: "\f44e\f44e"; }

.fa-football-ball {
  --fa: "\f44e";
  --fa--fa: "\f44e\f44e"; }

.fa-school-circle-exclamation {
  --fa: "\e56c";
  --fa--fa: "\e56c\e56c"; }

.fa-crop {
  --fa: "\f125";
  --fa--fa: "\f125\f125"; }

.fa-angles-down {
  --fa: "\f103";
  --fa--fa: "\f103\f103"; }

.fa-angle-double-down {
  --fa: "\f103";
  --fa--fa: "\f103\f103"; }

.fa-users-rectangle {
  --fa: "\e594";
  --fa--fa: "\e594\e594"; }

.fa-people-roof {
  --fa: "\e537";
  --fa--fa: "\e537\e537"; }

.fa-people-line {
  --fa: "\e534";
  --fa--fa: "\e534\e534"; }

.fa-beer-mug-empty {
  --fa: "\f0fc";
  --fa--fa: "\f0fc\f0fc"; }

.fa-beer {
  --fa: "\f0fc";
  --fa--fa: "\f0fc\f0fc"; }

.fa-diagram-predecessor {
  --fa: "\e477";
  --fa--fa: "\e477\e477"; }

.fa-arrow-up-long {
  --fa: "\f176";
  --fa--fa: "\f176\f176"; }

.fa-long-arrow-up {
  --fa: "\f176";
  --fa--fa: "\f176\f176"; }

.fa-fire-flame-simple {
  --fa: "\f46a";
  --fa--fa: "\f46a\f46a"; }

.fa-burn {
  --fa: "\f46a";
  --fa--fa: "\f46a\f46a"; }

.fa-person {
  --fa: "\f183";
  --fa--fa: "\f183\f183"; }

.fa-male {
  --fa: "\f183";
  --fa--fa: "\f183\f183"; }

.fa-laptop {
  --fa: "\f109";
  --fa--fa: "\f109\f109"; }

.fa-file-csv {
  --fa: "\f6dd";
  --fa--fa: "\f6dd\f6dd"; }

.fa-menorah {
  --fa: "\f676";
  --fa--fa: "\f676\f676"; }

.fa-truck-plane {
  --fa: "\e58f";
  --fa--fa: "\e58f\e58f"; }

.fa-record-vinyl {
  --fa: "\f8d9";
  --fa--fa: "\f8d9\f8d9"; }

.fa-face-grin-stars {
  --fa: "\f587";
  --fa--fa: "\f587\f587"; }

.fa-grin-stars {
  --fa: "\f587";
  --fa--fa: "\f587\f587"; }

.fa-bong {
  --fa: "\f55c";
  --fa--fa: "\f55c\f55c"; }

.fa-spaghetti-monster-flying {
  --fa: "\f67b";
  --fa--fa: "\f67b\f67b"; }

.fa-pastafarianism {
  --fa: "\f67b";
  --fa--fa: "\f67b\f67b"; }

.fa-arrow-down-up-across-line {
  --fa: "\e4af";
  --fa--fa: "\e4af\e4af"; }

.fa-spoon {
  --fa: "\f2e5";
  --fa--fa: "\f2e5\f2e5"; }

.fa-utensil-spoon {
  --fa: "\f2e5";
  --fa--fa: "\f2e5\f2e5"; }

.fa-jar-wheat {
  --fa: "\e517";
  --fa--fa: "\e517\e517"; }

.fa-envelopes-bulk {
  --fa: "\f674";
  --fa--fa: "\f674\f674"; }

.fa-mail-bulk {
  --fa: "\f674";
  --fa--fa: "\f674\f674"; }

.fa-file-circle-exclamation {
  --fa: "\e4eb";
  --fa--fa: "\e4eb\e4eb"; }

.fa-circle-h {
  --fa: "\f47e";
  --fa--fa: "\f47e\f47e"; }

.fa-hospital-symbol {
  --fa: "\f47e";
  --fa--fa: "\f47e\f47e"; }

.fa-pager {
  --fa: "\f815";
  --fa--fa: "\f815\f815"; }

.fa-address-book {
  --fa: "\f2b9";
  --fa--fa: "\f2b9\f2b9"; }

.fa-contact-book {
  --fa: "\f2b9";
  --fa--fa: "\f2b9\f2b9"; }

.fa-strikethrough {
  --fa: "\f0cc";
  --fa--fa: "\f0cc\f0cc"; }

.fa-k {
  --fa: "\4b";
  --fa--fa: "\4b\4b"; }

.fa-landmark-flag {
  --fa: "\e51c";
  --fa--fa: "\e51c\e51c"; }

.fa-pencil {
  --fa: "\f303";
  --fa--fa: "\f303\f303"; }

.fa-pencil-alt {
  --fa: "\f303";
  --fa--fa: "\f303\f303"; }

.fa-backward {
  --fa: "\f04a";
  --fa--fa: "\f04a\f04a"; }

.fa-caret-right {
  --fa: "\f0da";
  --fa--fa: "\f0da\f0da"; }

.fa-comments {
  --fa: "\f086";
  --fa--fa: "\f086\f086"; }

.fa-paste {
  --fa: "\f0ea";
  --fa--fa: "\f0ea\f0ea"; }

.fa-file-clipboard {
  --fa: "\f0ea";
  --fa--fa: "\f0ea\f0ea"; }

.fa-code-pull-request {
  --fa: "\e13c";
  --fa--fa: "\e13c\e13c"; }

.fa-clipboard-list {
  --fa: "\f46d";
  --fa--fa: "\f46d\f46d"; }

.fa-truck-ramp-box {
  --fa: "\f4de";
  --fa--fa: "\f4de\f4de"; }

.fa-truck-loading {
  --fa: "\f4de";
  --fa--fa: "\f4de\f4de"; }

.fa-user-check {
  --fa: "\f4fc";
  --fa--fa: "\f4fc\f4fc"; }

.fa-vial-virus {
  --fa: "\e597";
  --fa--fa: "\e597\e597"; }

.fa-sheet-plastic {
  --fa: "\e571";
  --fa--fa: "\e571\e571"; }

.fa-blog {
  --fa: "\f781";
  --fa--fa: "\f781\f781"; }

.fa-user-ninja {
  --fa: "\f504";
  --fa--fa: "\f504\f504"; }

.fa-person-arrow-up-from-line {
  --fa: "\e539";
  --fa--fa: "\e539\e539"; }

.fa-scroll-torah {
  --fa: "\f6a0";
  --fa--fa: "\f6a0\f6a0"; }

.fa-torah {
  --fa: "\f6a0";
  --fa--fa: "\f6a0\f6a0"; }

.fa-broom-ball {
  --fa: "\f458";
  --fa--fa: "\f458\f458"; }

.fa-quidditch {
  --fa: "\f458";
  --fa--fa: "\f458\f458"; }

.fa-quidditch-broom-ball {
  --fa: "\f458";
  --fa--fa: "\f458\f458"; }

.fa-toggle-off {
  --fa: "\f204";
  --fa--fa: "\f204\f204"; }

.fa-box-archive {
  --fa: "\f187";
  --fa--fa: "\f187\f187"; }

.fa-archive {
  --fa: "\f187";
  --fa--fa: "\f187\f187"; }

.fa-person-drowning {
  --fa: "\e545";
  --fa--fa: "\e545\e545"; }

.fa-arrow-down-9-1 {
  --fa: "\f886";
  --fa--fa: "\f886\f886"; }

.fa-sort-numeric-desc {
  --fa: "\f886";
  --fa--fa: "\f886\f886"; }

.fa-sort-numeric-down-alt {
  --fa: "\f886";
  --fa--fa: "\f886\f886"; }

.fa-face-grin-tongue-squint {
  --fa: "\f58a";
  --fa--fa: "\f58a\f58a"; }

.fa-grin-tongue-squint {
  --fa: "\f58a";
  --fa--fa: "\f58a\f58a"; }

.fa-spray-can {
  --fa: "\f5bd";
  --fa--fa: "\f5bd\f5bd"; }

.fa-truck-monster {
  --fa: "\f63b";
  --fa--fa: "\f63b\f63b"; }

.fa-w {
  --fa: "\57";
  --fa--fa: "\57\57"; }

.fa-earth-africa {
  --fa: "\f57c";
  --fa--fa: "\f57c\f57c"; }

.fa-globe-africa {
  --fa: "\f57c";
  --fa--fa: "\f57c\f57c"; }

.fa-rainbow {
  --fa: "\f75b";
  --fa--fa: "\f75b\f75b"; }

.fa-circle-notch {
  --fa: "\f1ce";
  --fa--fa: "\f1ce\f1ce"; }

.fa-tablet-screen-button {
  --fa: "\f3fa";
  --fa--fa: "\f3fa\f3fa"; }

.fa-tablet-alt {
  --fa: "\f3fa";
  --fa--fa: "\f3fa\f3fa"; }

.fa-paw {
  --fa: "\f1b0";
  --fa--fa: "\f1b0\f1b0"; }

.fa-cloud {
  --fa: "\f0c2";
  --fa--fa: "\f0c2\f0c2"; }

.fa-trowel-bricks {
  --fa: "\e58a";
  --fa--fa: "\e58a\e58a"; }

.fa-face-flushed {
  --fa: "\f579";
  --fa--fa: "\f579\f579"; }

.fa-flushed {
  --fa: "\f579";
  --fa--fa: "\f579\f579"; }

.fa-hospital-user {
  --fa: "\f80d";
  --fa--fa: "\f80d\f80d"; }

.fa-tent-arrow-left-right {
  --fa: "\e57f";
  --fa--fa: "\e57f\e57f"; }

.fa-gavel {
  --fa: "\f0e3";
  --fa--fa: "\f0e3\f0e3"; }

.fa-legal {
  --fa: "\f0e3";
  --fa--fa: "\f0e3\f0e3"; }

.fa-binoculars {
  --fa: "\f1e5";
  --fa--fa: "\f1e5\f1e5"; }

.fa-microphone-slash {
  --fa: "\f131";
  --fa--fa: "\f131\f131"; }

.fa-box-tissue {
  --fa: "\e05b";
  --fa--fa: "\e05b\e05b"; }

.fa-motorcycle {
  --fa: "\f21c";
  --fa--fa: "\f21c\f21c"; }

.fa-bell-concierge {
  --fa: "\f562";
  --fa--fa: "\f562\f562"; }

.fa-concierge-bell {
  --fa: "\f562";
  --fa--fa: "\f562\f562"; }

.fa-pen-ruler {
  --fa: "\f5ae";
  --fa--fa: "\f5ae\f5ae"; }

.fa-pencil-ruler {
  --fa: "\f5ae";
  --fa--fa: "\f5ae\f5ae"; }

.fa-people-arrows {
  --fa: "\e068";
  --fa--fa: "\e068\e068"; }

.fa-people-arrows-left-right {
  --fa: "\e068";
  --fa--fa: "\e068\e068"; }

.fa-mars-and-venus-burst {
  --fa: "\e523";
  --fa--fa: "\e523\e523"; }

.fa-square-caret-right {
  --fa: "\f152";
  --fa--fa: "\f152\f152"; }

.fa-caret-square-right {
  --fa: "\f152";
  --fa--fa: "\f152\f152"; }

.fa-scissors {
  --fa: "\f0c4";
  --fa--fa: "\f0c4\f0c4"; }

.fa-cut {
  --fa: "\f0c4";
  --fa--fa: "\f0c4\f0c4"; }

.fa-sun-plant-wilt {
  --fa: "\e57a";
  --fa--fa: "\e57a\e57a"; }

.fa-toilets-portable {
  --fa: "\e584";
  --fa--fa: "\e584\e584"; }

.fa-hockey-puck {
  --fa: "\f453";
  --fa--fa: "\f453\f453"; }

.fa-table {
  --fa: "\f0ce";
  --fa--fa: "\f0ce\f0ce"; }

.fa-magnifying-glass-arrow-right {
  --fa: "\e521";
  --fa--fa: "\e521\e521"; }

.fa-tachograph-digital {
  --fa: "\f566";
  --fa--fa: "\f566\f566"; }

.fa-digital-tachograph {
  --fa: "\f566";
  --fa--fa: "\f566\f566"; }

.fa-users-slash {
  --fa: "\e073";
  --fa--fa: "\e073\e073"; }

.fa-clover {
  --fa: "\e139";
  --fa--fa: "\e139\e139"; }

.fa-reply {
  --fa: "\f3e5";
  --fa--fa: "\f3e5\f3e5"; }

.fa-mail-reply {
  --fa: "\f3e5";
  --fa--fa: "\f3e5\f3e5"; }

.fa-star-and-crescent {
  --fa: "\f699";
  --fa--fa: "\f699\f699"; }

.fa-house-fire {
  --fa: "\e50c";
  --fa--fa: "\e50c\e50c"; }

.fa-square-minus {
  --fa: "\f146";
  --fa--fa: "\f146\f146"; }

.fa-minus-square {
  --fa: "\f146";
  --fa--fa: "\f146\f146"; }

.fa-helicopter {
  --fa: "\f533";
  --fa--fa: "\f533\f533"; }

.fa-compass {
  --fa: "\f14e";
  --fa--fa: "\f14e\f14e"; }

.fa-square-caret-down {
  --fa: "\f150";
  --fa--fa: "\f150\f150"; }

.fa-caret-square-down {
  --fa: "\f150";
  --fa--fa: "\f150\f150"; }

.fa-file-circle-question {
  --fa: "\e4ef";
  --fa--fa: "\e4ef\e4ef"; }

.fa-laptop-code {
  --fa: "\f5fc";
  --fa--fa: "\f5fc\f5fc"; }

.fa-swatchbook {
  --fa: "\f5c3";
  --fa--fa: "\f5c3\f5c3"; }

.fa-prescription-bottle {
  --fa: "\f485";
  --fa--fa: "\f485\f485"; }

.fa-bars {
  --fa: "\f0c9";
  --fa--fa: "\f0c9\f0c9"; }

.fa-navicon {
  --fa: "\f0c9";
  --fa--fa: "\f0c9\f0c9"; }

.fa-people-group {
  --fa: "\e533";
  --fa--fa: "\e533\e533"; }

.fa-hourglass-end {
  --fa: "\f253";
  --fa--fa: "\f253\f253"; }

.fa-hourglass-3 {
  --fa: "\f253";
  --fa--fa: "\f253\f253"; }

.fa-heart-crack {
  --fa: "\f7a9";
  --fa--fa: "\f7a9\f7a9"; }

.fa-heart-broken {
  --fa: "\f7a9";
  --fa--fa: "\f7a9\f7a9"; }

.fa-square-up-right {
  --fa: "\f360";
  --fa--fa: "\f360\f360"; }

.fa-external-link-square-alt {
  --fa: "\f360";
  --fa--fa: "\f360\f360"; }

.fa-face-kiss-beam {
  --fa: "\f597";
  --fa--fa: "\f597\f597"; }

.fa-kiss-beam {
  --fa: "\f597";
  --fa--fa: "\f597\f597"; }

.fa-film {
  --fa: "\f008";
  --fa--fa: "\f008\f008"; }

.fa-ruler-horizontal {
  --fa: "\f547";
  --fa--fa: "\f547\f547"; }

.fa-people-robbery {
  --fa: "\e536";
  --fa--fa: "\e536\e536"; }

.fa-lightbulb {
  --fa: "\f0eb";
  --fa--fa: "\f0eb\f0eb"; }

.fa-caret-left {
  --fa: "\f0d9";
  --fa--fa: "\f0d9\f0d9"; }

.fa-circle-exclamation {
  --fa: "\f06a";
  --fa--fa: "\f06a\f06a"; }

.fa-exclamation-circle {
  --fa: "\f06a";
  --fa--fa: "\f06a\f06a"; }

.fa-school-circle-xmark {
  --fa: "\e56d";
  --fa--fa: "\e56d\e56d"; }

.fa-arrow-right-from-bracket {
  --fa: "\f08b";
  --fa--fa: "\f08b\f08b"; }

.fa-sign-out {
  --fa: "\f08b";
  --fa--fa: "\f08b\f08b"; }

.fa-circle-chevron-down {
  --fa: "\f13a";
  --fa--fa: "\f13a\f13a"; }

.fa-chevron-circle-down {
  --fa: "\f13a";
  --fa--fa: "\f13a\f13a"; }

.fa-unlock-keyhole {
  --fa: "\f13e";
  --fa--fa: "\f13e\f13e"; }

.fa-unlock-alt {
  --fa: "\f13e";
  --fa--fa: "\f13e\f13e"; }

.fa-cloud-showers-heavy {
  --fa: "\f740";
  --fa--fa: "\f740\f740"; }

.fa-headphones-simple {
  --fa: "\f58f";
  --fa--fa: "\f58f\f58f"; }

.fa-headphones-alt {
  --fa: "\f58f";
  --fa--fa: "\f58f\f58f"; }

.fa-sitemap {
  --fa: "\f0e8";
  --fa--fa: "\f0e8\f0e8"; }

.fa-circle-dollar-to-slot {
  --fa: "\f4b9";
  --fa--fa: "\f4b9\f4b9"; }

.fa-donate {
  --fa: "\f4b9";
  --fa--fa: "\f4b9\f4b9"; }

.fa-memory {
  --fa: "\f538";
  --fa--fa: "\f538\f538"; }

.fa-road-spikes {
  --fa: "\e568";
  --fa--fa: "\e568\e568"; }

.fa-fire-burner {
  --fa: "\e4f1";
  --fa--fa: "\e4f1\e4f1"; }

.fa-flag {
  --fa: "\f024";
  --fa--fa: "\f024\f024"; }

.fa-hanukiah {
  --fa: "\f6e6";
  --fa--fa: "\f6e6\f6e6"; }

.fa-feather {
  --fa: "\f52d";
  --fa--fa: "\f52d\f52d"; }

.fa-volume-low {
  --fa: "\f027";
  --fa--fa: "\f027\f027"; }

.fa-volume-down {
  --fa: "\f027";
  --fa--fa: "\f027\f027"; }

.fa-comment-slash {
  --fa: "\f4b3";
  --fa--fa: "\f4b3\f4b3"; }

.fa-cloud-sun-rain {
  --fa: "\f743";
  --fa--fa: "\f743\f743"; }

.fa-compress {
  --fa: "\f066";
  --fa--fa: "\f066\f066"; }

.fa-wheat-awn {
  --fa: "\e2cd";
  --fa--fa: "\e2cd\e2cd"; }

.fa-wheat-alt {
  --fa: "\e2cd";
  --fa--fa: "\e2cd\e2cd"; }

.fa-ankh {
  --fa: "\f644";
  --fa--fa: "\f644\f644"; }

.fa-hands-holding-child {
  --fa: "\e4fa";
  --fa--fa: "\e4fa\e4fa"; }

.fa-asterisk {
  --fa: "\2a";
  --fa--fa: "\2a\2a"; }

.fa-square-check {
  --fa: "\f14a";
  --fa--fa: "\f14a\f14a"; }

.fa-check-square {
  --fa: "\f14a";
  --fa--fa: "\f14a\f14a"; }

.fa-peseta-sign {
  --fa: "\e221";
  --fa--fa: "\e221\e221"; }

.fa-heading {
  --fa: "\f1dc";
  --fa--fa: "\f1dc\f1dc"; }

.fa-header {
  --fa: "\f1dc";
  --fa--fa: "\f1dc\f1dc"; }

.fa-ghost {
  --fa: "\f6e2";
  --fa--fa: "\f6e2\f6e2"; }

.fa-list {
  --fa: "\f03a";
  --fa--fa: "\f03a\f03a"; }

.fa-list-squares {
  --fa: "\f03a";
  --fa--fa: "\f03a\f03a"; }

.fa-square-phone-flip {
  --fa: "\f87b";
  --fa--fa: "\f87b\f87b"; }

.fa-phone-square-alt {
  --fa: "\f87b";
  --fa--fa: "\f87b\f87b"; }

.fa-cart-plus {
  --fa: "\f217";
  --fa--fa: "\f217\f217"; }

.fa-gamepad {
  --fa: "\f11b";
  --fa--fa: "\f11b\f11b"; }

.fa-circle-dot {
  --fa: "\f192";
  --fa--fa: "\f192\f192"; }

.fa-dot-circle {
  --fa: "\f192";
  --fa--fa: "\f192\f192"; }

.fa-face-dizzy {
  --fa: "\f567";
  --fa--fa: "\f567\f567"; }

.fa-dizzy {
  --fa: "\f567";
  --fa--fa: "\f567\f567"; }

.fa-egg {
  --fa: "\f7fb";
  --fa--fa: "\f7fb\f7fb"; }

.fa-house-medical-circle-xmark {
  --fa: "\e513";
  --fa--fa: "\e513\e513"; }

.fa-campground {
  --fa: "\f6bb";
  --fa--fa: "\f6bb\f6bb"; }

.fa-folder-plus {
  --fa: "\f65e";
  --fa--fa: "\f65e\f65e"; }

.fa-futbol {
  --fa: "\f1e3";
  --fa--fa: "\f1e3\f1e3"; }

.fa-futbol-ball {
  --fa: "\f1e3";
  --fa--fa: "\f1e3\f1e3"; }

.fa-soccer-ball {
  --fa: "\f1e3";
  --fa--fa: "\f1e3\f1e3"; }

.fa-paintbrush {
  --fa: "\f1fc";
  --fa--fa: "\f1fc\f1fc"; }

.fa-paint-brush {
  --fa: "\f1fc";
  --fa--fa: "\f1fc\f1fc"; }

.fa-lock {
  --fa: "\f023";
  --fa--fa: "\f023\f023"; }

.fa-gas-pump {
  --fa: "\f52f";
  --fa--fa: "\f52f\f52f"; }

.fa-hot-tub-person {
  --fa: "\f593";
  --fa--fa: "\f593\f593"; }

.fa-hot-tub {
  --fa: "\f593";
  --fa--fa: "\f593\f593"; }

.fa-map-location {
  --fa: "\f59f";
  --fa--fa: "\f59f\f59f"; }

.fa-map-marked {
  --fa: "\f59f";
  --fa--fa: "\f59f\f59f"; }

.fa-house-flood-water {
  --fa: "\e50e";
  --fa--fa: "\e50e\e50e"; }

.fa-tree {
  --fa: "\f1bb";
  --fa--fa: "\f1bb\f1bb"; }

.fa-bridge-lock {
  --fa: "\e4cc";
  --fa--fa: "\e4cc\e4cc"; }

.fa-sack-dollar {
  --fa: "\f81d";
  --fa--fa: "\f81d\f81d"; }

.fa-pen-to-square {
  --fa: "\f044";
  --fa--fa: "\f044\f044"; }

.fa-edit {
  --fa: "\f044";
  --fa--fa: "\f044\f044"; }

.fa-car-side {
  --fa: "\f5e4";
  --fa--fa: "\f5e4\f5e4"; }

.fa-share-nodes {
  --fa: "\f1e0";
  --fa--fa: "\f1e0\f1e0"; }

.fa-share-alt {
  --fa: "\f1e0";
  --fa--fa: "\f1e0\f1e0"; }

.fa-heart-circle-minus {
  --fa: "\e4ff";
  --fa--fa: "\e4ff\e4ff"; }

.fa-hourglass-half {
  --fa: "\f252";
  --fa--fa: "\f252\f252"; }

.fa-hourglass-2 {
  --fa: "\f252";
  --fa--fa: "\f252\f252"; }

.fa-microscope {
  --fa: "\f610";
  --fa--fa: "\f610\f610"; }

.fa-sink {
  --fa: "\e06d";
  --fa--fa: "\e06d\e06d"; }

.fa-bag-shopping {
  --fa: "\f290";
  --fa--fa: "\f290\f290"; }

.fa-shopping-bag {
  --fa: "\f290";
  --fa--fa: "\f290\f290"; }

.fa-arrow-down-z-a {
  --fa: "\f881";
  --fa--fa: "\f881\f881"; }

.fa-sort-alpha-desc {
  --fa: "\f881";
  --fa--fa: "\f881\f881"; }

.fa-sort-alpha-down-alt {
  --fa: "\f881";
  --fa--fa: "\f881\f881"; }

.fa-mitten {
  --fa: "\f7b5";
  --fa--fa: "\f7b5\f7b5"; }

.fa-person-rays {
  --fa: "\e54d";
  --fa--fa: "\e54d\e54d"; }

.fa-users {
  --fa: "\f0c0";
  --fa--fa: "\f0c0\f0c0"; }

.fa-eye-slash {
  --fa: "\f070";
  --fa--fa: "\f070\f070"; }

.fa-flask-vial {
  --fa: "\e4f3";
  --fa--fa: "\e4f3\e4f3"; }

.fa-hand {
  --fa: "\f256";
  --fa--fa: "\f256\f256"; }

.fa-hand-paper {
  --fa: "\f256";
  --fa--fa: "\f256\f256"; }

.fa-om {
  --fa: "\f679";
  --fa--fa: "\f679\f679"; }

.fa-worm {
  --fa: "\e599";
  --fa--fa: "\e599\e599"; }

.fa-house-circle-xmark {
  --fa: "\e50b";
  --fa--fa: "\e50b\e50b"; }

.fa-plug {
  --fa: "\f1e6";
  --fa--fa: "\f1e6\f1e6"; }

.fa-chevron-up {
  --fa: "\f077";
  --fa--fa: "\f077\f077"; }

.fa-hand-spock {
  --fa: "\f259";
  --fa--fa: "\f259\f259"; }

.fa-stopwatch {
  --fa: "\f2f2";
  --fa--fa: "\f2f2\f2f2"; }

.fa-face-kiss {
  --fa: "\f596";
  --fa--fa: "\f596\f596"; }

.fa-kiss {
  --fa: "\f596";
  --fa--fa: "\f596\f596"; }

.fa-bridge-circle-xmark {
  --fa: "\e4cb";
  --fa--fa: "\e4cb\e4cb"; }

.fa-face-grin-tongue {
  --fa: "\f589";
  --fa--fa: "\f589\f589"; }

.fa-grin-tongue {
  --fa: "\f589";
  --fa--fa: "\f589\f589"; }

.fa-chess-bishop {
  --fa: "\f43a";
  --fa--fa: "\f43a\f43a"; }

.fa-face-grin-wink {
  --fa: "\f58c";
  --fa--fa: "\f58c\f58c"; }

.fa-grin-wink {
  --fa: "\f58c";
  --fa--fa: "\f58c\f58c"; }

.fa-ear-deaf {
  --fa: "\f2a4";
  --fa--fa: "\f2a4\f2a4"; }

.fa-deaf {
  --fa: "\f2a4";
  --fa--fa: "\f2a4\f2a4"; }

.fa-deafness {
  --fa: "\f2a4";
  --fa--fa: "\f2a4\f2a4"; }

.fa-hard-of-hearing {
  --fa: "\f2a4";
  --fa--fa: "\f2a4\f2a4"; }

.fa-road-circle-check {
  --fa: "\e564";
  --fa--fa: "\e564\e564"; }

.fa-dice-five {
  --fa: "\f523";
  --fa--fa: "\f523\f523"; }

.fa-square-rss {
  --fa: "\f143";
  --fa--fa: "\f143\f143"; }

.fa-rss-square {
  --fa: "\f143";
  --fa--fa: "\f143\f143"; }

.fa-land-mine-on {
  --fa: "\e51b";
  --fa--fa: "\e51b\e51b"; }

.fa-i-cursor {
  --fa: "\f246";
  --fa--fa: "\f246\f246"; }

.fa-stamp {
  --fa: "\f5bf";
  --fa--fa: "\f5bf\f5bf"; }

.fa-stairs {
  --fa: "\e289";
  --fa--fa: "\e289\e289"; }

.fa-i {
  --fa: "\49";
  --fa--fa: "\49\49"; }

.fa-hryvnia-sign {
  --fa: "\f6f2";
  --fa--fa: "\f6f2\f6f2"; }

.fa-hryvnia {
  --fa: "\f6f2";
  --fa--fa: "\f6f2\f6f2"; }

.fa-pills {
  --fa: "\f484";
  --fa--fa: "\f484\f484"; }

.fa-face-grin-wide {
  --fa: "\f581";
  --fa--fa: "\f581\f581"; }

.fa-grin-alt {
  --fa: "\f581";
  --fa--fa: "\f581\f581"; }

.fa-tooth {
  --fa: "\f5c9";
  --fa--fa: "\f5c9\f5c9"; }

.fa-v {
  --fa: "\56";
  --fa--fa: "\56\56"; }

.fa-bangladeshi-taka-sign {
  --fa: "\e2e6";
  --fa--fa: "\e2e6\e2e6"; }

.fa-bicycle {
  --fa: "\f206";
  --fa--fa: "\f206\f206"; }

.fa-staff-snake {
  --fa: "\e579";
  --fa--fa: "\e579\e579"; }

.fa-rod-asclepius {
  --fa: "\e579";
  --fa--fa: "\e579\e579"; }

.fa-rod-snake {
  --fa: "\e579";
  --fa--fa: "\e579\e579"; }

.fa-staff-aesculapius {
  --fa: "\e579";
  --fa--fa: "\e579\e579"; }

.fa-head-side-cough-slash {
  --fa: "\e062";
  --fa--fa: "\e062\e062"; }

.fa-truck-medical {
  --fa: "\f0f9";
  --fa--fa: "\f0f9\f0f9"; }

.fa-ambulance {
  --fa: "\f0f9";
  --fa--fa: "\f0f9\f0f9"; }

.fa-wheat-awn-circle-exclamation {
  --fa: "\e598";
  --fa--fa: "\e598\e598"; }

.fa-snowman {
  --fa: "\f7d0";
  --fa--fa: "\f7d0\f7d0"; }

.fa-mortar-pestle {
  --fa: "\f5a7";
  --fa--fa: "\f5a7\f5a7"; }

.fa-road-barrier {
  --fa: "\e562";
  --fa--fa: "\e562\e562"; }

.fa-school {
  --fa: "\f549";
  --fa--fa: "\f549\f549"; }

.fa-igloo {
  --fa: "\f7ae";
  --fa--fa: "\f7ae\f7ae"; }

.fa-joint {
  --fa: "\f595";
  --fa--fa: "\f595\f595"; }

.fa-angle-right {
  --fa: "\f105";
  --fa--fa: "\f105\f105"; }

.fa-horse {
  --fa: "\f6f0";
  --fa--fa: "\f6f0\f6f0"; }

.fa-q {
  --fa: "\51";
  --fa--fa: "\51\51"; }

.fa-g {
  --fa: "\47";
  --fa--fa: "\47\47"; }

.fa-notes-medical {
  --fa: "\f481";
  --fa--fa: "\f481\f481"; }

.fa-temperature-half {
  --fa: "\f2c9";
  --fa--fa: "\f2c9\f2c9"; }

.fa-temperature-2 {
  --fa: "\f2c9";
  --fa--fa: "\f2c9\f2c9"; }

.fa-thermometer-2 {
  --fa: "\f2c9";
  --fa--fa: "\f2c9\f2c9"; }

.fa-thermometer-half {
  --fa: "\f2c9";
  --fa--fa: "\f2c9\f2c9"; }

.fa-dong-sign {
  --fa: "\e169";
  --fa--fa: "\e169\e169"; }

.fa-capsules {
  --fa: "\f46b";
  --fa--fa: "\f46b\f46b"; }

.fa-poo-storm {
  --fa: "\f75a";
  --fa--fa: "\f75a\f75a"; }

.fa-poo-bolt {
  --fa: "\f75a";
  --fa--fa: "\f75a\f75a"; }

.fa-face-frown-open {
  --fa: "\f57a";
  --fa--fa: "\f57a\f57a"; }

.fa-frown-open {
  --fa: "\f57a";
  --fa--fa: "\f57a\f57a"; }

.fa-hand-point-up {
  --fa: "\f0a6";
  --fa--fa: "\f0a6\f0a6"; }

.fa-money-bill {
  --fa: "\f0d6";
  --fa--fa: "\f0d6\f0d6"; }

.fa-bookmark {
  --fa: "\f02e";
  --fa--fa: "\f02e\f02e"; }

.fa-align-justify {
  --fa: "\f039";
  --fa--fa: "\f039\f039"; }

.fa-umbrella-beach {
  --fa: "\f5ca";
  --fa--fa: "\f5ca\f5ca"; }

.fa-helmet-un {
  --fa: "\e503";
  --fa--fa: "\e503\e503"; }

.fa-bullseye {
  --fa: "\f140";
  --fa--fa: "\f140\f140"; }

.fa-bacon {
  --fa: "\f7e5";
  --fa--fa: "\f7e5\f7e5"; }

.fa-hand-point-down {
  --fa: "\f0a7";
  --fa--fa: "\f0a7\f0a7"; }

.fa-arrow-up-from-bracket {
  --fa: "\e09a";
  --fa--fa: "\e09a\e09a"; }

.fa-folder {
  --fa: "\f07b";
  --fa--fa: "\f07b\f07b"; }

.fa-folder-blank {
  --fa: "\f07b";
  --fa--fa: "\f07b\f07b"; }

.fa-file-waveform {
  --fa: "\f478";
  --fa--fa: "\f478\f478"; }

.fa-file-medical-alt {
  --fa: "\f478";
  --fa--fa: "\f478\f478"; }

.fa-radiation {
  --fa: "\f7b9";
  --fa--fa: "\f7b9\f7b9"; }

.fa-chart-simple {
  --fa: "\e473";
  --fa--fa: "\e473\e473"; }

.fa-mars-stroke {
  --fa: "\f229";
  --fa--fa: "\f229\f229"; }

.fa-vial {
  --fa: "\f492";
  --fa--fa: "\f492\f492"; }

.fa-gauge {
  --fa: "\f624";
  --fa--fa: "\f624\f624"; }

.fa-dashboard {
  --fa: "\f624";
  --fa--fa: "\f624\f624"; }

.fa-gauge-med {
  --fa: "\f624";
  --fa--fa: "\f624\f624"; }

.fa-tachometer-alt-average {
  --fa: "\f624";
  --fa--fa: "\f624\f624"; }

.fa-wand-magic-sparkles {
  --fa: "\e2ca";
  --fa--fa: "\e2ca\e2ca"; }

.fa-magic-wand-sparkles {
  --fa: "\e2ca";
  --fa--fa: "\e2ca\e2ca"; }

.fa-e {
  --fa: "\45";
  --fa--fa: "\45\45"; }

.fa-pen-clip {
  --fa: "\f305";
  --fa--fa: "\f305\f305"; }

.fa-pen-alt {
  --fa: "\f305";
  --fa--fa: "\f305\f305"; }

.fa-bridge-circle-exclamation {
  --fa: "\e4ca";
  --fa--fa: "\e4ca\e4ca"; }

.fa-user {
  --fa: "\f007";
  --fa--fa: "\f007\f007"; }

.fa-school-circle-check {
  --fa: "\e56b";
  --fa--fa: "\e56b\e56b"; }

.fa-dumpster {
  --fa: "\f793";
  --fa--fa: "\f793\f793"; }

.fa-van-shuttle {
  --fa: "\f5b6";
  --fa--fa: "\f5b6\f5b6"; }

.fa-shuttle-van {
  --fa: "\f5b6";
  --fa--fa: "\f5b6\f5b6"; }

.fa-building-user {
  --fa: "\e4da";
  --fa--fa: "\e4da\e4da"; }

.fa-square-caret-left {
  --fa: "\f191";
  --fa--fa: "\f191\f191"; }

.fa-caret-square-left {
  --fa: "\f191";
  --fa--fa: "\f191\f191"; }

.fa-highlighter {
  --fa: "\f591";
  --fa--fa: "\f591\f591"; }

.fa-key {
  --fa: "\f084";
  --fa--fa: "\f084\f084"; }

.fa-bullhorn {
  --fa: "\f0a1";
  --fa--fa: "\f0a1\f0a1"; }

.fa-globe {
  --fa: "\f0ac";
  --fa--fa: "\f0ac\f0ac"; }

.fa-synagogue {
  --fa: "\f69b";
  --fa--fa: "\f69b\f69b"; }

.fa-person-half-dress {
  --fa: "\e548";
  --fa--fa: "\e548\e548"; }

.fa-road-bridge {
  --fa: "\e563";
  --fa--fa: "\e563\e563"; }

.fa-location-arrow {
  --fa: "\f124";
  --fa--fa: "\f124\f124"; }

.fa-c {
  --fa: "\43";
  --fa--fa: "\43\43"; }

.fa-tablet-button {
  --fa: "\f10a";
  --fa--fa: "\f10a\f10a"; }

.fa-building-lock {
  --fa: "\e4d6";
  --fa--fa: "\e4d6\e4d6"; }

.fa-pizza-slice {
  --fa: "\f818";
  --fa--fa: "\f818\f818"; }

.fa-money-bill-wave {
  --fa: "\f53a";
  --fa--fa: "\f53a\f53a"; }

.fa-chart-area {
  --fa: "\f1fe";
  --fa--fa: "\f1fe\f1fe"; }

.fa-area-chart {
  --fa: "\f1fe";
  --fa--fa: "\f1fe\f1fe"; }

.fa-house-flag {
  --fa: "\e50d";
  --fa--fa: "\e50d\e50d"; }

.fa-person-circle-minus {
  --fa: "\e540";
  --fa--fa: "\e540\e540"; }

.fa-ban {
  --fa: "\f05e";
  --fa--fa: "\f05e\f05e"; }

.fa-cancel {
  --fa: "\f05e";
  --fa--fa: "\f05e\f05e"; }

.fa-camera-rotate {
  --fa: "\e0d8";
  --fa--fa: "\e0d8\e0d8"; }

.fa-spray-can-sparkles {
  --fa: "\f5d0";
  --fa--fa: "\f5d0\f5d0"; }

.fa-air-freshener {
  --fa: "\f5d0";
  --fa--fa: "\f5d0\f5d0"; }

.fa-star {
  --fa: "\f005";
  --fa--fa: "\f005\f005"; }

.fa-repeat {
  --fa: "\f363";
  --fa--fa: "\f363\f363"; }

.fa-cross {
  --fa: "\f654";
  --fa--fa: "\f654\f654"; }

.fa-box {
  --fa: "\f466";
  --fa--fa: "\f466\f466"; }

.fa-venus-mars {
  --fa: "\f228";
  --fa--fa: "\f228\f228"; }

.fa-arrow-pointer {
  --fa: "\f245";
  --fa--fa: "\f245\f245"; }

.fa-mouse-pointer {
  --fa: "\f245";
  --fa--fa: "\f245\f245"; }

.fa-maximize {
  --fa: "\f31e";
  --fa--fa: "\f31e\f31e"; }

.fa-expand-arrows-alt {
  --fa: "\f31e";
  --fa--fa: "\f31e\f31e"; }

.fa-charging-station {
  --fa: "\f5e7";
  --fa--fa: "\f5e7\f5e7"; }

.fa-shapes {
  --fa: "\f61f";
  --fa--fa: "\f61f\f61f"; }

.fa-triangle-circle-square {
  --fa: "\f61f";
  --fa--fa: "\f61f\f61f"; }

.fa-shuffle {
  --fa: "\f074";
  --fa--fa: "\f074\f074"; }

.fa-random {
  --fa: "\f074";
  --fa--fa: "\f074\f074"; }

.fa-person-running {
  --fa: "\f70c";
  --fa--fa: "\f70c\f70c"; }

.fa-running {
  --fa: "\f70c";
  --fa--fa: "\f70c\f70c"; }

.fa-mobile-retro {
  --fa: "\e527";
  --fa--fa: "\e527\e527"; }

.fa-grip-lines-vertical {
  --fa: "\f7a5";
  --fa--fa: "\f7a5\f7a5"; }

.fa-spider {
  --fa: "\f717";
  --fa--fa: "\f717\f717"; }

.fa-hands-bound {
  --fa: "\e4f9";
  --fa--fa: "\e4f9\e4f9"; }

.fa-file-invoice-dollar {
  --fa: "\f571";
  --fa--fa: "\f571\f571"; }

.fa-plane-circle-exclamation {
  --fa: "\e556";
  --fa--fa: "\e556\e556"; }

.fa-x-ray {
  --fa: "\f497";
  --fa--fa: "\f497\f497"; }

.fa-spell-check {
  --fa: "\f891";
  --fa--fa: "\f891\f891"; }

.fa-slash {
  --fa: "\f715";
  --fa--fa: "\f715\f715"; }

.fa-computer-mouse {
  --fa: "\f8cc";
  --fa--fa: "\f8cc\f8cc"; }

.fa-mouse {
  --fa: "\f8cc";
  --fa--fa: "\f8cc\f8cc"; }

.fa-arrow-right-to-bracket {
  --fa: "\f090";
  --fa--fa: "\f090\f090"; }

.fa-sign-in {
  --fa: "\f090";
  --fa--fa: "\f090\f090"; }

.fa-shop-slash {
  --fa: "\e070";
  --fa--fa: "\e070\e070"; }

.fa-store-alt-slash {
  --fa: "\e070";
  --fa--fa: "\e070\e070"; }

.fa-server {
  --fa: "\f233";
  --fa--fa: "\f233\f233"; }

.fa-virus-covid-slash {
  --fa: "\e4a9";
  --fa--fa: "\e4a9\e4a9"; }

.fa-shop-lock {
  --fa: "\e4a5";
  --fa--fa: "\e4a5\e4a5"; }

.fa-hourglass-start {
  --fa: "\f251";
  --fa--fa: "\f251\f251"; }

.fa-hourglass-1 {
  --fa: "\f251";
  --fa--fa: "\f251\f251"; }

.fa-blender-phone {
  --fa: "\f6b6";
  --fa--fa: "\f6b6\f6b6"; }

.fa-building-wheat {
  --fa: "\e4db";
  --fa--fa: "\e4db\e4db"; }

.fa-person-breastfeeding {
  --fa: "\e53a";
  --fa--fa: "\e53a\e53a"; }

.fa-right-to-bracket {
  --fa: "\f2f6";
  --fa--fa: "\f2f6\f2f6"; }

.fa-sign-in-alt {
  --fa: "\f2f6";
  --fa--fa: "\f2f6\f2f6"; }

.fa-venus {
  --fa: "\f221";
  --fa--fa: "\f221\f221"; }

.fa-passport {
  --fa: "\f5ab";
  --fa--fa: "\f5ab\f5ab"; }

.fa-thumbtack-slash {
  --fa: "\e68f";
  --fa--fa: "\e68f\e68f"; }

.fa-thumb-tack-slash {
  --fa: "\e68f";
  --fa--fa: "\e68f\e68f"; }

.fa-heart-pulse {
  --fa: "\f21e";
  --fa--fa: "\f21e\f21e"; }

.fa-heartbeat {
  --fa: "\f21e";
  --fa--fa: "\f21e\f21e"; }

.fa-people-carry-box {
  --fa: "\f4ce";
  --fa--fa: "\f4ce\f4ce"; }

.fa-people-carry {
  --fa: "\f4ce";
  --fa--fa: "\f4ce\f4ce"; }

.fa-temperature-high {
  --fa: "\f769";
  --fa--fa: "\f769\f769"; }

.fa-microchip {
  --fa: "\f2db";
  --fa--fa: "\f2db\f2db"; }

.fa-crown {
  --fa: "\f521";
  --fa--fa: "\f521\f521"; }

.fa-weight-hanging {
  --fa: "\f5cd";
  --fa--fa: "\f5cd\f5cd"; }

.fa-xmarks-lines {
  --fa: "\e59a";
  --fa--fa: "\e59a\e59a"; }

.fa-file-prescription {
  --fa: "\f572";
  --fa--fa: "\f572\f572"; }

.fa-weight-scale {
  --fa: "\f496";
  --fa--fa: "\f496\f496"; }

.fa-weight {
  --fa: "\f496";
  --fa--fa: "\f496\f496"; }

.fa-user-group {
  --fa: "\f500";
  --fa--fa: "\f500\f500"; }

.fa-user-friends {
  --fa: "\f500";
  --fa--fa: "\f500\f500"; }

.fa-arrow-up-a-z {
  --fa: "\f15e";
  --fa--fa: "\f15e\f15e"; }

.fa-sort-alpha-up {
  --fa: "\f15e";
  --fa--fa: "\f15e\f15e"; }

.fa-chess-knight {
  --fa: "\f441";
  --fa--fa: "\f441\f441"; }

.fa-face-laugh-squint {
  --fa: "\f59b";
  --fa--fa: "\f59b\f59b"; }

.fa-laugh-squint {
  --fa: "\f59b";
  --fa--fa: "\f59b\f59b"; }

.fa-wheelchair {
  --fa: "\f193";
  --fa--fa: "\f193\f193"; }

.fa-circle-arrow-up {
  --fa: "\f0aa";
  --fa--fa: "\f0aa\f0aa"; }

.fa-arrow-circle-up {
  --fa: "\f0aa";
  --fa--fa: "\f0aa\f0aa"; }

.fa-toggle-on {
  --fa: "\f205";
  --fa--fa: "\f205\f205"; }

.fa-person-walking {
  --fa: "\f554";
  --fa--fa: "\f554\f554"; }

.fa-walking {
  --fa: "\f554";
  --fa--fa: "\f554\f554"; }

.fa-l {
  --fa: "\4c";
  --fa--fa: "\4c\4c"; }

.fa-fire {
  --fa: "\f06d";
  --fa--fa: "\f06d\f06d"; }

.fa-bed-pulse {
  --fa: "\f487";
  --fa--fa: "\f487\f487"; }

.fa-procedures {
  --fa: "\f487";
  --fa--fa: "\f487\f487"; }

.fa-shuttle-space {
  --fa: "\f197";
  --fa--fa: "\f197\f197"; }

.fa-space-shuttle {
  --fa: "\f197";
  --fa--fa: "\f197\f197"; }

.fa-face-laugh {
  --fa: "\f599";
  --fa--fa: "\f599\f599"; }

.fa-laugh {
  --fa: "\f599";
  --fa--fa: "\f599\f599"; }

.fa-folder-open {
  --fa: "\f07c";
  --fa--fa: "\f07c\f07c"; }

.fa-heart-circle-plus {
  --fa: "\e500";
  --fa--fa: "\e500\e500"; }

.fa-code-fork {
  --fa: "\e13b";
  --fa--fa: "\e13b\e13b"; }

.fa-city {
  --fa: "\f64f";
  --fa--fa: "\f64f\f64f"; }

.fa-microphone-lines {
  --fa: "\f3c9";
  --fa--fa: "\f3c9\f3c9"; }

.fa-microphone-alt {
  --fa: "\f3c9";
  --fa--fa: "\f3c9\f3c9"; }

.fa-pepper-hot {
  --fa: "\f816";
  --fa--fa: "\f816\f816"; }

.fa-unlock {
  --fa: "\f09c";
  --fa--fa: "\f09c\f09c"; }

.fa-colon-sign {
  --fa: "\e140";
  --fa--fa: "\e140\e140"; }

.fa-headset {
  --fa: "\f590";
  --fa--fa: "\f590\f590"; }

.fa-store-slash {
  --fa: "\e071";
  --fa--fa: "\e071\e071"; }

.fa-road-circle-xmark {
  --fa: "\e566";
  --fa--fa: "\e566\e566"; }

.fa-user-minus {
  --fa: "\f503";
  --fa--fa: "\f503\f503"; }

.fa-mars-stroke-up {
  --fa: "\f22a";
  --fa--fa: "\f22a\f22a"; }

.fa-mars-stroke-v {
  --fa: "\f22a";
  --fa--fa: "\f22a\f22a"; }

.fa-champagne-glasses {
  --fa: "\f79f";
  --fa--fa: "\f79f\f79f"; }

.fa-glass-cheers {
  --fa: "\f79f";
  --fa--fa: "\f79f\f79f"; }

.fa-clipboard {
  --fa: "\f328";
  --fa--fa: "\f328\f328"; }

.fa-house-circle-exclamation {
  --fa: "\e50a";
  --fa--fa: "\e50a\e50a"; }

.fa-file-arrow-up {
  --fa: "\f574";
  --fa--fa: "\f574\f574"; }

.fa-file-upload {
  --fa: "\f574";
  --fa--fa: "\f574\f574"; }

.fa-wifi {
  --fa: "\f1eb";
  --fa--fa: "\f1eb\f1eb"; }

.fa-wifi-3 {
  --fa: "\f1eb";
  --fa--fa: "\f1eb\f1eb"; }

.fa-wifi-strong {
  --fa: "\f1eb";
  --fa--fa: "\f1eb\f1eb"; }

.fa-bath {
  --fa: "\f2cd";
  --fa--fa: "\f2cd\f2cd"; }

.fa-bathtub {
  --fa: "\f2cd";
  --fa--fa: "\f2cd\f2cd"; }

.fa-underline {
  --fa: "\f0cd";
  --fa--fa: "\f0cd\f0cd"; }

.fa-user-pen {
  --fa: "\f4ff";
  --fa--fa: "\f4ff\f4ff"; }

.fa-user-edit {
  --fa: "\f4ff";
  --fa--fa: "\f4ff\f4ff"; }

.fa-signature {
  --fa: "\f5b7";
  --fa--fa: "\f5b7\f5b7"; }

.fa-stroopwafel {
  --fa: "\f551";
  --fa--fa: "\f551\f551"; }

.fa-bold {
  --fa: "\f032";
  --fa--fa: "\f032\f032"; }

.fa-anchor-lock {
  --fa: "\e4ad";
  --fa--fa: "\e4ad\e4ad"; }

.fa-building-ngo {
  --fa: "\e4d7";
  --fa--fa: "\e4d7\e4d7"; }

.fa-manat-sign {
  --fa: "\e1d5";
  --fa--fa: "\e1d5\e1d5"; }

.fa-not-equal {
  --fa: "\f53e";
  --fa--fa: "\f53e\f53e"; }

.fa-border-top-left {
  --fa: "\f853";
  --fa--fa: "\f853\f853"; }

.fa-border-style {
  --fa: "\f853";
  --fa--fa: "\f853\f853"; }

.fa-map-location-dot {
  --fa: "\f5a0";
  --fa--fa: "\f5a0\f5a0"; }

.fa-map-marked-alt {
  --fa: "\f5a0";
  --fa--fa: "\f5a0\f5a0"; }

.fa-jedi {
  --fa: "\f669";
  --fa--fa: "\f669\f669"; }

.fa-square-poll-vertical {
  --fa: "\f681";
  --fa--fa: "\f681\f681"; }

.fa-poll {
  --fa: "\f681";
  --fa--fa: "\f681\f681"; }

.fa-mug-hot {
  --fa: "\f7b6";
  --fa--fa: "\f7b6\f7b6"; }

.fa-car-battery {
  --fa: "\f5df";
  --fa--fa: "\f5df\f5df"; }

.fa-battery-car {
  --fa: "\f5df";
  --fa--fa: "\f5df\f5df"; }

.fa-gift {
  --fa: "\f06b";
  --fa--fa: "\f06b\f06b"; }

.fa-dice-two {
  --fa: "\f528";
  --fa--fa: "\f528\f528"; }

.fa-chess-queen {
  --fa: "\f445";
  --fa--fa: "\f445\f445"; }

.fa-glasses {
  --fa: "\f530";
  --fa--fa: "\f530\f530"; }

.fa-chess-board {
  --fa: "\f43c";
  --fa--fa: "\f43c\f43c"; }

.fa-building-circle-check {
  --fa: "\e4d2";
  --fa--fa: "\e4d2\e4d2"; }

.fa-person-chalkboard {
  --fa: "\e53d";
  --fa--fa: "\e53d\e53d"; }

.fa-mars-stroke-right {
  --fa: "\f22b";
  --fa--fa: "\f22b\f22b"; }

.fa-mars-stroke-h {
  --fa: "\f22b";
  --fa--fa: "\f22b\f22b"; }

.fa-hand-back-fist {
  --fa: "\f255";
  --fa--fa: "\f255\f255"; }

.fa-hand-rock {
  --fa: "\f255";
  --fa--fa: "\f255\f255"; }

.fa-square-caret-up {
  --fa: "\f151";
  --fa--fa: "\f151\f151"; }

.fa-caret-square-up {
  --fa: "\f151";
  --fa--fa: "\f151\f151"; }

.fa-cloud-showers-water {
  --fa: "\e4e4";
  --fa--fa: "\e4e4\e4e4"; }

.fa-chart-bar {
  --fa: "\f080";
  --fa--fa: "\f080\f080"; }

.fa-bar-chart {
  --fa: "\f080";
  --fa--fa: "\f080\f080"; }

.fa-hands-bubbles {
  --fa: "\e05e";
  --fa--fa: "\e05e\e05e"; }

.fa-hands-wash {
  --fa: "\e05e";
  --fa--fa: "\e05e\e05e"; }

.fa-less-than-equal {
  --fa: "\f537";
  --fa--fa: "\f537\f537"; }

.fa-train {
  --fa: "\f238";
  --fa--fa: "\f238\f238"; }

.fa-eye-low-vision {
  --fa: "\f2a8";
  --fa--fa: "\f2a8\f2a8"; }

.fa-low-vision {
  --fa: "\f2a8";
  --fa--fa: "\f2a8\f2a8"; }

.fa-crow {
  --fa: "\f520";
  --fa--fa: "\f520\f520"; }

.fa-sailboat {
  --fa: "\e445";
  --fa--fa: "\e445\e445"; }

.fa-window-restore {
  --fa: "\f2d2";
  --fa--fa: "\f2d2\f2d2"; }

.fa-square-plus {
  --fa: "\f0fe";
  --fa--fa: "\f0fe\f0fe"; }

.fa-plus-square {
  --fa: "\f0fe";
  --fa--fa: "\f0fe\f0fe"; }

.fa-torii-gate {
  --fa: "\f6a1";
  --fa--fa: "\f6a1\f6a1"; }

.fa-frog {
  --fa: "\f52e";
  --fa--fa: "\f52e\f52e"; }

.fa-bucket {
  --fa: "\e4cf";
  --fa--fa: "\e4cf\e4cf"; }

.fa-image {
  --fa: "\f03e";
  --fa--fa: "\f03e\f03e"; }

.fa-microphone {
  --fa: "\f130";
  --fa--fa: "\f130\f130"; }

.fa-cow {
  --fa: "\f6c8";
  --fa--fa: "\f6c8\f6c8"; }

.fa-caret-up {
  --fa: "\f0d8";
  --fa--fa: "\f0d8\f0d8"; }

.fa-screwdriver {
  --fa: "\f54a";
  --fa--fa: "\f54a\f54a"; }

.fa-folder-closed {
  --fa: "\e185";
  --fa--fa: "\e185\e185"; }

.fa-house-tsunami {
  --fa: "\e515";
  --fa--fa: "\e515\e515"; }

.fa-square-nfi {
  --fa: "\e576";
  --fa--fa: "\e576\e576"; }

.fa-arrow-up-from-ground-water {
  --fa: "\e4b5";
  --fa--fa: "\e4b5\e4b5"; }

.fa-martini-glass {
  --fa: "\f57b";
  --fa--fa: "\f57b\f57b"; }

.fa-glass-martini-alt {
  --fa: "\f57b";
  --fa--fa: "\f57b\f57b"; }

.fa-square-binary {
  --fa: "\e69b";
  --fa--fa: "\e69b\e69b"; }

.fa-rotate-left {
  --fa: "\f2ea";
  --fa--fa: "\f2ea\f2ea"; }

.fa-rotate-back {
  --fa: "\f2ea";
  --fa--fa: "\f2ea\f2ea"; }

.fa-rotate-backward {
  --fa: "\f2ea";
  --fa--fa: "\f2ea\f2ea"; }

.fa-undo-alt {
  --fa: "\f2ea";
  --fa--fa: "\f2ea\f2ea"; }

.fa-table-columns {
  --fa: "\f0db";
  --fa--fa: "\f0db\f0db"; }

.fa-columns {
  --fa: "\f0db";
  --fa--fa: "\f0db\f0db"; }

.fa-lemon {
  --fa: "\f094";
  --fa--fa: "\f094\f094"; }

.fa-head-side-mask {
  --fa: "\e063";
  --fa--fa: "\e063\e063"; }

.fa-handshake {
  --fa: "\f2b5";
  --fa--fa: "\f2b5\f2b5"; }

.fa-gem {
  --fa: "\f3a5";
  --fa--fa: "\f3a5\f3a5"; }

.fa-dolly {
  --fa: "\f472";
  --fa--fa: "\f472\f472"; }

.fa-dolly-box {
  --fa: "\f472";
  --fa--fa: "\f472\f472"; }

.fa-smoking {
  --fa: "\f48d";
  --fa--fa: "\f48d\f48d"; }

.fa-minimize {
  --fa: "\f78c";
  --fa--fa: "\f78c\f78c"; }

.fa-compress-arrows-alt {
  --fa: "\f78c";
  --fa--fa: "\f78c\f78c"; }

.fa-monument {
  --fa: "\f5a6";
  --fa--fa: "\f5a6\f5a6"; }

.fa-snowplow {
  --fa: "\f7d2";
  --fa--fa: "\f7d2\f7d2"; }

.fa-angles-right {
  --fa: "\f101";
  --fa--fa: "\f101\f101"; }

.fa-angle-double-right {
  --fa: "\f101";
  --fa--fa: "\f101\f101"; }

.fa-cannabis {
  --fa: "\f55f";
  --fa--fa: "\f55f\f55f"; }

.fa-circle-play {
  --fa: "\f144";
  --fa--fa: "\f144\f144"; }

.fa-play-circle {
  --fa: "\f144";
  --fa--fa: "\f144\f144"; }

.fa-tablets {
  --fa: "\f490";
  --fa--fa: "\f490\f490"; }

.fa-ethernet {
  --fa: "\f796";
  --fa--fa: "\f796\f796"; }

.fa-euro-sign {
  --fa: "\f153";
  --fa--fa: "\f153\f153"; }

.fa-eur {
  --fa: "\f153";
  --fa--fa: "\f153\f153"; }

.fa-euro {
  --fa: "\f153";
  --fa--fa: "\f153\f153"; }

.fa-chair {
  --fa: "\f6c0";
  --fa--fa: "\f6c0\f6c0"; }

.fa-circle-check {
  --fa: "\f058";
  --fa--fa: "\f058\f058"; }

.fa-check-circle {
  --fa: "\f058";
  --fa--fa: "\f058\f058"; }

.fa-circle-stop {
  --fa: "\f28d";
  --fa--fa: "\f28d\f28d"; }

.fa-stop-circle {
  --fa: "\f28d";
  --fa--fa: "\f28d\f28d"; }

.fa-compass-drafting {
  --fa: "\f568";
  --fa--fa: "\f568\f568"; }

.fa-drafting-compass {
  --fa: "\f568";
  --fa--fa: "\f568\f568"; }

.fa-plate-wheat {
  --fa: "\e55a";
  --fa--fa: "\e55a\e55a"; }

.fa-icicles {
  --fa: "\f7ad";
  --fa--fa: "\f7ad\f7ad"; }

.fa-person-shelter {
  --fa: "\e54f";
  --fa--fa: "\e54f\e54f"; }

.fa-neuter {
  --fa: "\f22c";
  --fa--fa: "\f22c\f22c"; }

.fa-id-badge {
  --fa: "\f2c1";
  --fa--fa: "\f2c1\f2c1"; }

.fa-marker {
  --fa: "\f5a1";
  --fa--fa: "\f5a1\f5a1"; }

.fa-face-laugh-beam {
  --fa: "\f59a";
  --fa--fa: "\f59a\f59a"; }

.fa-laugh-beam {
  --fa: "\f59a";
  --fa--fa: "\f59a\f59a"; }

.fa-helicopter-symbol {
  --fa: "\e502";
  --fa--fa: "\e502\e502"; }

.fa-universal-access {
  --fa: "\f29a";
  --fa--fa: "\f29a\f29a"; }

.fa-circle-chevron-up {
  --fa: "\f139";
  --fa--fa: "\f139\f139"; }

.fa-chevron-circle-up {
  --fa: "\f139";
  --fa--fa: "\f139\f139"; }

.fa-lari-sign {
  --fa: "\e1c8";
  --fa--fa: "\e1c8\e1c8"; }

.fa-volcano {
  --fa: "\f770";
  --fa--fa: "\f770\f770"; }

.fa-person-walking-dashed-line-arrow-right {
  --fa: "\e553";
  --fa--fa: "\e553\e553"; }

.fa-sterling-sign {
  --fa: "\f154";
  --fa--fa: "\f154\f154"; }

.fa-gbp {
  --fa: "\f154";
  --fa--fa: "\f154\f154"; }

.fa-pound-sign {
  --fa: "\f154";
  --fa--fa: "\f154\f154"; }

.fa-viruses {
  --fa: "\e076";
  --fa--fa: "\e076\e076"; }

.fa-square-person-confined {
  --fa: "\e577";
  --fa--fa: "\e577\e577"; }

.fa-user-tie {
  --fa: "\f508";
  --fa--fa: "\f508\f508"; }

.fa-arrow-down-long {
  --fa: "\f175";
  --fa--fa: "\f175\f175"; }

.fa-long-arrow-down {
  --fa: "\f175";
  --fa--fa: "\f175\f175"; }

.fa-tent-arrow-down-to-line {
  --fa: "\e57e";
  --fa--fa: "\e57e\e57e"; }

.fa-certificate {
  --fa: "\f0a3";
  --fa--fa: "\f0a3\f0a3"; }

.fa-reply-all {
  --fa: "\f122";
  --fa--fa: "\f122\f122"; }

.fa-mail-reply-all {
  --fa: "\f122";
  --fa--fa: "\f122\f122"; }

.fa-suitcase {
  --fa: "\f0f2";
  --fa--fa: "\f0f2\f0f2"; }

.fa-person-skating {
  --fa: "\f7c5";
  --fa--fa: "\f7c5\f7c5"; }

.fa-skating {
  --fa: "\f7c5";
  --fa--fa: "\f7c5\f7c5"; }

.fa-filter-circle-dollar {
  --fa: "\f662";
  --fa--fa: "\f662\f662"; }

.fa-funnel-dollar {
  --fa: "\f662";
  --fa--fa: "\f662\f662"; }

.fa-camera-retro {
  --fa: "\f083";
  --fa--fa: "\f083\f083"; }

.fa-circle-arrow-down {
  --fa: "\f0ab";
  --fa--fa: "\f0ab\f0ab"; }

.fa-arrow-circle-down {
  --fa: "\f0ab";
  --fa--fa: "\f0ab\f0ab"; }

.fa-file-import {
  --fa: "\f56f";
  --fa--fa: "\f56f\f56f"; }

.fa-arrow-right-to-file {
  --fa: "\f56f";
  --fa--fa: "\f56f\f56f"; }

.fa-square-arrow-up-right {
  --fa: "\f14c";
  --fa--fa: "\f14c\f14c"; }

.fa-external-link-square {
  --fa: "\f14c";
  --fa--fa: "\f14c\f14c"; }

.fa-box-open {
  --fa: "\f49e";
  --fa--fa: "\f49e\f49e"; }

.fa-scroll {
  --fa: "\f70e";
  --fa--fa: "\f70e\f70e"; }

.fa-spa {
  --fa: "\f5bb";
  --fa--fa: "\f5bb\f5bb"; }

.fa-location-pin-lock {
  --fa: "\e51f";
  --fa--fa: "\e51f\e51f"; }

.fa-pause {
  --fa: "\f04c";
  --fa--fa: "\f04c\f04c"; }

.fa-hill-avalanche {
  --fa: "\e507";
  --fa--fa: "\e507\e507"; }

.fa-temperature-empty {
  --fa: "\f2cb";
  --fa--fa: "\f2cb\f2cb"; }

.fa-temperature-0 {
  --fa: "\f2cb";
  --fa--fa: "\f2cb\f2cb"; }

.fa-thermometer-0 {
  --fa: "\f2cb";
  --fa--fa: "\f2cb\f2cb"; }

.fa-thermometer-empty {
  --fa: "\f2cb";
  --fa--fa: "\f2cb\f2cb"; }

.fa-bomb {
  --fa: "\f1e2";
  --fa--fa: "\f1e2\f1e2"; }

.fa-registered {
  --fa: "\f25d";
  --fa--fa: "\f25d\f25d"; }

.fa-address-card {
  --fa: "\f2bb";
  --fa--fa: "\f2bb\f2bb"; }

.fa-contact-card {
  --fa: "\f2bb";
  --fa--fa: "\f2bb\f2bb"; }

.fa-vcard {
  --fa: "\f2bb";
  --fa--fa: "\f2bb\f2bb"; }

.fa-scale-unbalanced-flip {
  --fa: "\f516";
  --fa--fa: "\f516\f516"; }

.fa-balance-scale-right {
  --fa: "\f516";
  --fa--fa: "\f516\f516"; }

.fa-subscript {
  --fa: "\f12c";
  --fa--fa: "\f12c\f12c"; }

.fa-diamond-turn-right {
  --fa: "\f5eb";
  --fa--fa: "\f5eb\f5eb"; }

.fa-directions {
  --fa: "\f5eb";
  --fa--fa: "\f5eb\f5eb"; }

.fa-burst {
  --fa: "\e4dc";
  --fa--fa: "\e4dc\e4dc"; }

.fa-house-laptop {
  --fa: "\e066";
  --fa--fa: "\e066\e066"; }

.fa-laptop-house {
  --fa: "\e066";
  --fa--fa: "\e066\e066"; }

.fa-face-tired {
  --fa: "\f5c8";
  --fa--fa: "\f5c8\f5c8"; }

.fa-tired {
  --fa: "\f5c8";
  --fa--fa: "\f5c8\f5c8"; }

.fa-money-bills {
  --fa: "\e1f3";
  --fa--fa: "\e1f3\e1f3"; }

.fa-smog {
  --fa: "\f75f";
  --fa--fa: "\f75f\f75f"; }

.fa-crutch {
  --fa: "\f7f7";
  --fa--fa: "\f7f7\f7f7"; }

.fa-cloud-arrow-up {
  --fa: "\f0ee";
  --fa--fa: "\f0ee\f0ee"; }

.fa-cloud-upload {
  --fa: "\f0ee";
  --fa--fa: "\f0ee\f0ee"; }

.fa-cloud-upload-alt {
  --fa: "\f0ee";
  --fa--fa: "\f0ee\f0ee"; }

.fa-palette {
  --fa: "\f53f";
  --fa--fa: "\f53f\f53f"; }

.fa-arrows-turn-right {
  --fa: "\e4c0";
  --fa--fa: "\e4c0\e4c0"; }

.fa-vest {
  --fa: "\e085";
  --fa--fa: "\e085\e085"; }

.fa-ferry {
  --fa: "\e4ea";
  --fa--fa: "\e4ea\e4ea"; }

.fa-arrows-down-to-people {
  --fa: "\e4b9";
  --fa--fa: "\e4b9\e4b9"; }

.fa-seedling {
  --fa: "\f4d8";
  --fa--fa: "\f4d8\f4d8"; }

.fa-sprout {
  --fa: "\f4d8";
  --fa--fa: "\f4d8\f4d8"; }

.fa-left-right {
  --fa: "\f337";
  --fa--fa: "\f337\f337"; }

.fa-arrows-alt-h {
  --fa: "\f337";
  --fa--fa: "\f337\f337"; }

.fa-boxes-packing {
  --fa: "\e4c7";
  --fa--fa: "\e4c7\e4c7"; }

.fa-circle-arrow-left {
  --fa: "\f0a8";
  --fa--fa: "\f0a8\f0a8"; }

.fa-arrow-circle-left {
  --fa: "\f0a8";
  --fa--fa: "\f0a8\f0a8"; }

.fa-group-arrows-rotate {
  --fa: "\e4f6";
  --fa--fa: "\e4f6\e4f6"; }

.fa-bowl-food {
  --fa: "\e4c6";
  --fa--fa: "\e4c6\e4c6"; }

.fa-candy-cane {
  --fa: "\f786";
  --fa--fa: "\f786\f786"; }

.fa-arrow-down-wide-short {
  --fa: "\f160";
  --fa--fa: "\f160\f160"; }

.fa-sort-amount-asc {
  --fa: "\f160";
  --fa--fa: "\f160\f160"; }

.fa-sort-amount-down {
  --fa: "\f160";
  --fa--fa: "\f160\f160"; }

.fa-cloud-bolt {
  --fa: "\f76c";
  --fa--fa: "\f76c\f76c"; }

.fa-thunderstorm {
  --fa: "\f76c";
  --fa--fa: "\f76c\f76c"; }

.fa-text-slash {
  --fa: "\f87d";
  --fa--fa: "\f87d\f87d"; }

.fa-remove-format {
  --fa: "\f87d";
  --fa--fa: "\f87d\f87d"; }

.fa-face-smile-wink {
  --fa: "\f4da";
  --fa--fa: "\f4da\f4da"; }

.fa-smile-wink {
  --fa: "\f4da";
  --fa--fa: "\f4da\f4da"; }

.fa-file-word {
  --fa: "\f1c2";
  --fa--fa: "\f1c2\f1c2"; }

.fa-file-powerpoint {
  --fa: "\f1c4";
  --fa--fa: "\f1c4\f1c4"; }

.fa-arrows-left-right {
  --fa: "\f07e";
  --fa--fa: "\f07e\f07e"; }

.fa-arrows-h {
  --fa: "\f07e";
  --fa--fa: "\f07e\f07e"; }

.fa-house-lock {
  --fa: "\e510";
  --fa--fa: "\e510\e510"; }

.fa-cloud-arrow-down {
  --fa: "\f0ed";
  --fa--fa: "\f0ed\f0ed"; }

.fa-cloud-download {
  --fa: "\f0ed";
  --fa--fa: "\f0ed\f0ed"; }

.fa-cloud-download-alt {
  --fa: "\f0ed";
  --fa--fa: "\f0ed\f0ed"; }

.fa-children {
  --fa: "\e4e1";
  --fa--fa: "\e4e1\e4e1"; }

.fa-chalkboard {
  --fa: "\f51b";
  --fa--fa: "\f51b\f51b"; }

.fa-blackboard {
  --fa: "\f51b";
  --fa--fa: "\f51b\f51b"; }

.fa-user-large-slash {
  --fa: "\f4fa";
  --fa--fa: "\f4fa\f4fa"; }

.fa-user-alt-slash {
  --fa: "\f4fa";
  --fa--fa: "\f4fa\f4fa"; }

.fa-envelope-open {
  --fa: "\f2b6";
  --fa--fa: "\f2b6\f2b6"; }

.fa-handshake-simple-slash {
  --fa: "\e05f";
  --fa--fa: "\e05f\e05f"; }

.fa-handshake-alt-slash {
  --fa: "\e05f";
  --fa--fa: "\e05f\e05f"; }

.fa-mattress-pillow {
  --fa: "\e525";
  --fa--fa: "\e525\e525"; }

.fa-guarani-sign {
  --fa: "\e19a";
  --fa--fa: "\e19a\e19a"; }

.fa-arrows-rotate {
  --fa: "\f021";
  --fa--fa: "\f021\f021"; }

.fa-refresh {
  --fa: "\f021";
  --fa--fa: "\f021\f021"; }

.fa-sync {
  --fa: "\f021";
  --fa--fa: "\f021\f021"; }

.fa-fire-extinguisher {
  --fa: "\f134";
  --fa--fa: "\f134\f134"; }

.fa-cruzeiro-sign {
  --fa: "\e152";
  --fa--fa: "\e152\e152"; }

.fa-greater-than-equal {
  --fa: "\f532";
  --fa--fa: "\f532\f532"; }

.fa-shield-halved {
  --fa: "\f3ed";
  --fa--fa: "\f3ed\f3ed"; }

.fa-shield-alt {
  --fa: "\f3ed";
  --fa--fa: "\f3ed\f3ed"; }

.fa-book-atlas {
  --fa: "\f558";
  --fa--fa: "\f558\f558"; }

.fa-atlas {
  --fa: "\f558";
  --fa--fa: "\f558\f558"; }

.fa-virus {
  --fa: "\e074";
  --fa--fa: "\e074\e074"; }

.fa-envelope-circle-check {
  --fa: "\e4e8";
  --fa--fa: "\e4e8\e4e8"; }

.fa-layer-group {
  --fa: "\f5fd";
  --fa--fa: "\f5fd\f5fd"; }

.fa-arrows-to-dot {
  --fa: "\e4be";
  --fa--fa: "\e4be\e4be"; }

.fa-archway {
  --fa: "\f557";
  --fa--fa: "\f557\f557"; }

.fa-heart-circle-check {
  --fa: "\e4fd";
  --fa--fa: "\e4fd\e4fd"; }

.fa-house-chimney-crack {
  --fa: "\f6f1";
  --fa--fa: "\f6f1\f6f1"; }

.fa-house-damage {
  --fa: "\f6f1";
  --fa--fa: "\f6f1\f6f1"; }

.fa-file-zipper {
  --fa: "\f1c6";
  --fa--fa: "\f1c6\f1c6"; }

.fa-file-archive {
  --fa: "\f1c6";
  --fa--fa: "\f1c6\f1c6"; }

.fa-square {
  --fa: "\f0c8";
  --fa--fa: "\f0c8\f0c8"; }

.fa-martini-glass-empty {
  --fa: "\f000";
  --fa--fa: "\f000\f000"; }

.fa-glass-martini {
  --fa: "\f000";
  --fa--fa: "\f000\f000"; }

.fa-couch {
  --fa: "\f4b8";
  --fa--fa: "\f4b8\f4b8"; }

.fa-cedi-sign {
  --fa: "\e0df";
  --fa--fa: "\e0df\e0df"; }

.fa-italic {
  --fa: "\f033";
  --fa--fa: "\f033\f033"; }

.fa-table-cells-column-lock {
  --fa: "\e678";
  --fa--fa: "\e678\e678"; }

.fa-church {
  --fa: "\f51d";
  --fa--fa: "\f51d\f51d"; }

.fa-comments-dollar {
  --fa: "\f653";
  --fa--fa: "\f653\f653"; }

.fa-democrat {
  --fa: "\f747";
  --fa--fa: "\f747\f747"; }

.fa-z {
  --fa: "\5a";
  --fa--fa: "\5a\5a"; }

.fa-person-skiing {
  --fa: "\f7c9";
  --fa--fa: "\f7c9\f7c9"; }

.fa-skiing {
  --fa: "\f7c9";
  --fa--fa: "\f7c9\f7c9"; }

.fa-road-lock {
  --fa: "\e567";
  --fa--fa: "\e567\e567"; }

.fa-a {
  --fa: "\41";
  --fa--fa: "\41\41"; }

.fa-temperature-arrow-down {
  --fa: "\e03f";
  --fa--fa: "\e03f\e03f"; }

.fa-temperature-down {
  --fa: "\e03f";
  --fa--fa: "\e03f\e03f"; }

.fa-feather-pointed {
  --fa: "\f56b";
  --fa--fa: "\f56b\f56b"; }

.fa-feather-alt {
  --fa: "\f56b";
  --fa--fa: "\f56b\f56b"; }

.fa-p {
  --fa: "\50";
  --fa--fa: "\50\50"; }

.fa-snowflake {
  --fa: "\f2dc";
  --fa--fa: "\f2dc\f2dc"; }

.fa-newspaper {
  --fa: "\f1ea";
  --fa--fa: "\f1ea\f1ea"; }

.fa-rectangle-ad {
  --fa: "\f641";
  --fa--fa: "\f641\f641"; }

.fa-ad {
  --fa: "\f641";
  --fa--fa: "\f641\f641"; }

.fa-circle-arrow-right {
  --fa: "\f0a9";
  --fa--fa: "\f0a9\f0a9"; }

.fa-arrow-circle-right {
  --fa: "\f0a9";
  --fa--fa: "\f0a9\f0a9"; }

.fa-filter-circle-xmark {
  --fa: "\e17b";
  --fa--fa: "\e17b\e17b"; }

.fa-locust {
  --fa: "\e520";
  --fa--fa: "\e520\e520"; }

.fa-sort {
  --fa: "\f0dc";
  --fa--fa: "\f0dc\f0dc"; }

.fa-unsorted {
  --fa: "\f0dc";
  --fa--fa: "\f0dc\f0dc"; }

.fa-list-ol {
  --fa: "\f0cb";
  --fa--fa: "\f0cb\f0cb"; }

.fa-list-1-2 {
  --fa: "\f0cb";
  --fa--fa: "\f0cb\f0cb"; }

.fa-list-numeric {
  --fa: "\f0cb";
  --fa--fa: "\f0cb\f0cb"; }

.fa-person-dress-burst {
  --fa: "\e544";
  --fa--fa: "\e544\e544"; }

.fa-money-check-dollar {
  --fa: "\f53d";
  --fa--fa: "\f53d\f53d"; }

.fa-money-check-alt {
  --fa: "\f53d";
  --fa--fa: "\f53d\f53d"; }

.fa-vector-square {
  --fa: "\f5cb";
  --fa--fa: "\f5cb\f5cb"; }

.fa-bread-slice {
  --fa: "\f7ec";
  --fa--fa: "\f7ec\f7ec"; }

.fa-language {
  --fa: "\f1ab";
  --fa--fa: "\f1ab\f1ab"; }

.fa-face-kiss-wink-heart {
  --fa: "\f598";
  --fa--fa: "\f598\f598"; }

.fa-kiss-wink-heart {
  --fa: "\f598";
  --fa--fa: "\f598\f598"; }

.fa-filter {
  --fa: "\f0b0";
  --fa--fa: "\f0b0\f0b0"; }

.fa-question {
  --fa: "\3f";
  --fa--fa: "\3f\3f"; }

.fa-file-signature {
  --fa: "\f573";
  --fa--fa: "\f573\f573"; }

.fa-up-down-left-right {
  --fa: "\f0b2";
  --fa--fa: "\f0b2\f0b2"; }

.fa-arrows-alt {
  --fa: "\f0b2";
  --fa--fa: "\f0b2\f0b2"; }

.fa-house-chimney-user {
  --fa: "\e065";
  --fa--fa: "\e065\e065"; }

.fa-hand-holding-heart {
  --fa: "\f4be";
  --fa--fa: "\f4be\f4be"; }

.fa-puzzle-piece {
  --fa: "\f12e";
  --fa--fa: "\f12e\f12e"; }

.fa-money-check {
  --fa: "\f53c";
  --fa--fa: "\f53c\f53c"; }

.fa-star-half-stroke {
  --fa: "\f5c0";
  --fa--fa: "\f5c0\f5c0"; }

.fa-star-half-alt {
  --fa: "\f5c0";
  --fa--fa: "\f5c0\f5c0"; }

.fa-code {
  --fa: "\f121";
  --fa--fa: "\f121\f121"; }

.fa-whiskey-glass {
  --fa: "\f7a0";
  --fa--fa: "\f7a0\f7a0"; }

.fa-glass-whiskey {
  --fa: "\f7a0";
  --fa--fa: "\f7a0\f7a0"; }

.fa-building-circle-exclamation {
  --fa: "\e4d3";
  --fa--fa: "\e4d3\e4d3"; }

.fa-magnifying-glass-chart {
  --fa: "\e522";
  --fa--fa: "\e522\e522"; }

.fa-arrow-up-right-from-square {
  --fa: "\f08e";
  --fa--fa: "\f08e\f08e"; }

.fa-external-link {
  --fa: "\f08e";
  --fa--fa: "\f08e\f08e"; }

.fa-cubes-stacked {
  --fa: "\e4e6";
  --fa--fa: "\e4e6\e4e6"; }

.fa-won-sign {
  --fa: "\f159";
  --fa--fa: "\f159\f159"; }

.fa-krw {
  --fa: "\f159";
  --fa--fa: "\f159\f159"; }

.fa-won {
  --fa: "\f159";
  --fa--fa: "\f159\f159"; }

.fa-virus-covid {
  --fa: "\e4a8";
  --fa--fa: "\e4a8\e4a8"; }

.fa-austral-sign {
  --fa: "\e0a9";
  --fa--fa: "\e0a9\e0a9"; }

.fa-f {
  --fa: "\46";
  --fa--fa: "\46\46"; }

.fa-leaf {
  --fa: "\f06c";
  --fa--fa: "\f06c\f06c"; }

.fa-road {
  --fa: "\f018";
  --fa--fa: "\f018\f018"; }

.fa-taxi {
  --fa: "\f1ba";
  --fa--fa: "\f1ba\f1ba"; }

.fa-cab {
  --fa: "\f1ba";
  --fa--fa: "\f1ba\f1ba"; }

.fa-person-circle-plus {
  --fa: "\e541";
  --fa--fa: "\e541\e541"; }

.fa-chart-pie {
  --fa: "\f200";
  --fa--fa: "\f200\f200"; }

.fa-pie-chart {
  --fa: "\f200";
  --fa--fa: "\f200\f200"; }

.fa-bolt-lightning {
  --fa: "\e0b7";
  --fa--fa: "\e0b7\e0b7"; }

.fa-sack-xmark {
  --fa: "\e56a";
  --fa--fa: "\e56a\e56a"; }

.fa-file-excel {
  --fa: "\f1c3";
  --fa--fa: "\f1c3\f1c3"; }

.fa-file-contract {
  --fa: "\f56c";
  --fa--fa: "\f56c\f56c"; }

.fa-fish-fins {
  --fa: "\e4f2";
  --fa--fa: "\e4f2\e4f2"; }

.fa-building-flag {
  --fa: "\e4d5";
  --fa--fa: "\e4d5\e4d5"; }

.fa-face-grin-beam {
  --fa: "\f582";
  --fa--fa: "\f582\f582"; }

.fa-grin-beam {
  --fa: "\f582";
  --fa--fa: "\f582\f582"; }

.fa-object-ungroup {
  --fa: "\f248";
  --fa--fa: "\f248\f248"; }

.fa-poop {
  --fa: "\f619";
  --fa--fa: "\f619\f619"; }

.fa-location-pin {
  --fa: "\f041";
  --fa--fa: "\f041\f041"; }

.fa-map-marker {
  --fa: "\f041";
  --fa--fa: "\f041\f041"; }

.fa-kaaba {
  --fa: "\f66b";
  --fa--fa: "\f66b\f66b"; }

.fa-toilet-paper {
  --fa: "\f71e";
  --fa--fa: "\f71e\f71e"; }

.fa-helmet-safety {
  --fa: "\f807";
  --fa--fa: "\f807\f807"; }

.fa-hard-hat {
  --fa: "\f807";
  --fa--fa: "\f807\f807"; }

.fa-hat-hard {
  --fa: "\f807";
  --fa--fa: "\f807\f807"; }

.fa-eject {
  --fa: "\f052";
  --fa--fa: "\f052\f052"; }

.fa-circle-right {
  --fa: "\f35a";
  --fa--fa: "\f35a\f35a"; }

.fa-arrow-alt-circle-right {
  --fa: "\f35a";
  --fa--fa: "\f35a\f35a"; }

.fa-plane-circle-check {
  --fa: "\e555";
  --fa--fa: "\e555\e555"; }

.fa-face-rolling-eyes {
  --fa: "\f5a5";
  --fa--fa: "\f5a5\f5a5"; }

.fa-meh-rolling-eyes {
  --fa: "\f5a5";
  --fa--fa: "\f5a5\f5a5"; }

.fa-object-group {
  --fa: "\f247";
  --fa--fa: "\f247\f247"; }

.fa-chart-line {
  --fa: "\f201";
  --fa--fa: "\f201\f201"; }

.fa-line-chart {
  --fa: "\f201";
  --fa--fa: "\f201\f201"; }

.fa-mask-ventilator {
  --fa: "\e524";
  --fa--fa: "\e524\e524"; }

.fa-arrow-right {
  --fa: "\f061";
  --fa--fa: "\f061\f061"; }

.fa-signs-post {
  --fa: "\f277";
  --fa--fa: "\f277\f277"; }

.fa-map-signs {
  --fa: "\f277";
  --fa--fa: "\f277\f277"; }

.fa-cash-register {
  --fa: "\f788";
  --fa--fa: "\f788\f788"; }

.fa-person-circle-question {
  --fa: "\e542";
  --fa--fa: "\e542\e542"; }

.fa-h {
  --fa: "\48";
  --fa--fa: "\48\48"; }

.fa-tarp {
  --fa: "\e57b";
  --fa--fa: "\e57b\e57b"; }

.fa-screwdriver-wrench {
  --fa: "\f7d9";
  --fa--fa: "\f7d9\f7d9"; }

.fa-tools {
  --fa: "\f7d9";
  --fa--fa: "\f7d9\f7d9"; }

.fa-arrows-to-eye {
  --fa: "\e4bf";
  --fa--fa: "\e4bf\e4bf"; }

.fa-plug-circle-bolt {
  --fa: "\e55b";
  --fa--fa: "\e55b\e55b"; }

.fa-heart {
  --fa: "\f004";
  --fa--fa: "\f004\f004"; }

.fa-mars-and-venus {
  --fa: "\f224";
  --fa--fa: "\f224\f224"; }

.fa-house-user {
  --fa: "\e1b0";
  --fa--fa: "\e1b0\e1b0"; }

.fa-home-user {
  --fa: "\e1b0";
  --fa--fa: "\e1b0\e1b0"; }

.fa-dumpster-fire {
  --fa: "\f794";
  --fa--fa: "\f794\f794"; }

.fa-house-crack {
  --fa: "\e3b1";
  --fa--fa: "\e3b1\e3b1"; }

.fa-martini-glass-citrus {
  --fa: "\f561";
  --fa--fa: "\f561\f561"; }

.fa-cocktail {
  --fa: "\f561";
  --fa--fa: "\f561\f561"; }

.fa-face-surprise {
  --fa: "\f5c2";
  --fa--fa: "\f5c2\f5c2"; }

.fa-surprise {
  --fa: "\f5c2";
  --fa--fa: "\f5c2\f5c2"; }

.fa-bottle-water {
  --fa: "\e4c5";
  --fa--fa: "\e4c5\e4c5"; }

.fa-circle-pause {
  --fa: "\f28b";
  --fa--fa: "\f28b\f28b"; }

.fa-pause-circle {
  --fa: "\f28b";
  --fa--fa: "\f28b\f28b"; }

.fa-toilet-paper-slash {
  --fa: "\e072";
  --fa--fa: "\e072\e072"; }

.fa-apple-whole {
  --fa: "\f5d1";
  --fa--fa: "\f5d1\f5d1"; }

.fa-apple-alt {
  --fa: "\f5d1";
  --fa--fa: "\f5d1\f5d1"; }

.fa-kitchen-set {
  --fa: "\e51a";
  --fa--fa: "\e51a\e51a"; }

.fa-r {
  --fa: "\52";
  --fa--fa: "\52\52"; }

.fa-temperature-quarter {
  --fa: "\f2ca";
  --fa--fa: "\f2ca\f2ca"; }

.fa-temperature-1 {
  --fa: "\f2ca";
  --fa--fa: "\f2ca\f2ca"; }

.fa-thermometer-1 {
  --fa: "\f2ca";
  --fa--fa: "\f2ca\f2ca"; }

.fa-thermometer-quarter {
  --fa: "\f2ca";
  --fa--fa: "\f2ca\f2ca"; }

.fa-cube {
  --fa: "\f1b2";
  --fa--fa: "\f1b2\f1b2"; }

.fa-bitcoin-sign {
  --fa: "\e0b4";
  --fa--fa: "\e0b4\e0b4"; }

.fa-shield-dog {
  --fa: "\e573";
  --fa--fa: "\e573\e573"; }

.fa-solar-panel {
  --fa: "\f5ba";
  --fa--fa: "\f5ba\f5ba"; }

.fa-lock-open {
  --fa: "\f3c1";
  --fa--fa: "\f3c1\f3c1"; }

.fa-elevator {
  --fa: "\e16d";
  --fa--fa: "\e16d\e16d"; }

.fa-money-bill-transfer {
  --fa: "\e528";
  --fa--fa: "\e528\e528"; }

.fa-money-bill-trend-up {
  --fa: "\e529";
  --fa--fa: "\e529\e529"; }

.fa-house-flood-water-circle-arrow-right {
  --fa: "\e50f";
  --fa--fa: "\e50f\e50f"; }

.fa-square-poll-horizontal {
  --fa: "\f682";
  --fa--fa: "\f682\f682"; }

.fa-poll-h {
  --fa: "\f682";
  --fa--fa: "\f682\f682"; }

.fa-circle {
  --fa: "\f111";
  --fa--fa: "\f111\f111"; }

.fa-backward-fast {
  --fa: "\f049";
  --fa--fa: "\f049\f049"; }

.fa-fast-backward {
  --fa: "\f049";
  --fa--fa: "\f049\f049"; }

.fa-recycle {
  --fa: "\f1b8";
  --fa--fa: "\f1b8\f1b8"; }

.fa-user-astronaut {
  --fa: "\f4fb";
  --fa--fa: "\f4fb\f4fb"; }

.fa-plane-slash {
  --fa: "\e069";
  --fa--fa: "\e069\e069"; }

.fa-trademark {
  --fa: "\f25c";
  --fa--fa: "\f25c\f25c"; }

.fa-basketball {
  --fa: "\f434";
  --fa--fa: "\f434\f434"; }

.fa-basketball-ball {
  --fa: "\f434";
  --fa--fa: "\f434\f434"; }

.fa-satellite-dish {
  --fa: "\f7c0";
  --fa--fa: "\f7c0\f7c0"; }

.fa-circle-up {
  --fa: "\f35b";
  --fa--fa: "\f35b\f35b"; }

.fa-arrow-alt-circle-up {
  --fa: "\f35b";
  --fa--fa: "\f35b\f35b"; }

.fa-mobile-screen-button {
  --fa: "\f3cd";
  --fa--fa: "\f3cd\f3cd"; }

.fa-mobile-alt {
  --fa: "\f3cd";
  --fa--fa: "\f3cd\f3cd"; }

.fa-volume-high {
  --fa: "\f028";
  --fa--fa: "\f028\f028"; }

.fa-volume-up {
  --fa: "\f028";
  --fa--fa: "\f028\f028"; }

.fa-users-rays {
  --fa: "\e593";
  --fa--fa: "\e593\e593"; }

.fa-wallet {
  --fa: "\f555";
  --fa--fa: "\f555\f555"; }

.fa-clipboard-check {
  --fa: "\f46c";
  --fa--fa: "\f46c\f46c"; }

.fa-file-audio {
  --fa: "\f1c7";
  --fa--fa: "\f1c7\f1c7"; }

.fa-burger {
  --fa: "\f805";
  --fa--fa: "\f805\f805"; }

.fa-hamburger {
  --fa: "\f805";
  --fa--fa: "\f805\f805"; }

.fa-wrench {
  --fa: "\f0ad";
  --fa--fa: "\f0ad\f0ad"; }

.fa-bugs {
  --fa: "\e4d0";
  --fa--fa: "\e4d0\e4d0"; }

.fa-rupee-sign {
  --fa: "\f156";
  --fa--fa: "\f156\f156"; }

.fa-rupee {
  --fa: "\f156";
  --fa--fa: "\f156\f156"; }

.fa-file-image {
  --fa: "\f1c5";
  --fa--fa: "\f1c5\f1c5"; }

.fa-circle-question {
  --fa: "\f059";
  --fa--fa: "\f059\f059"; }

.fa-question-circle {
  --fa: "\f059";
  --fa--fa: "\f059\f059"; }

.fa-plane-departure {
  --fa: "\f5b0";
  --fa--fa: "\f5b0\f5b0"; }

.fa-handshake-slash {
  --fa: "\e060";
  --fa--fa: "\e060\e060"; }

.fa-book-bookmark {
  --fa: "\e0bb";
  --fa--fa: "\e0bb\e0bb"; }

.fa-code-branch {
  --fa: "\f126";
  --fa--fa: "\f126\f126"; }

.fa-hat-cowboy {
  --fa: "\f8c0";
  --fa--fa: "\f8c0\f8c0"; }

.fa-bridge {
  --fa: "\e4c8";
  --fa--fa: "\e4c8\e4c8"; }

.fa-phone-flip {
  --fa: "\f879";
  --fa--fa: "\f879\f879"; }

.fa-phone-alt {
  --fa: "\f879";
  --fa--fa: "\f879\f879"; }

.fa-truck-front {
  --fa: "\e2b7";
  --fa--fa: "\e2b7\e2b7"; }

.fa-cat {
  --fa: "\f6be";
  --fa--fa: "\f6be\f6be"; }

.fa-anchor-circle-exclamation {
  --fa: "\e4ab";
  --fa--fa: "\e4ab\e4ab"; }

.fa-truck-field {
  --fa: "\e58d";
  --fa--fa: "\e58d\e58d"; }

.fa-route {
  --fa: "\f4d7";
  --fa--fa: "\f4d7\f4d7"; }

.fa-clipboard-question {
  --fa: "\e4e3";
  --fa--fa: "\e4e3\e4e3"; }

.fa-panorama {
  --fa: "\e209";
  --fa--fa: "\e209\e209"; }

.fa-comment-medical {
  --fa: "\f7f5";
  --fa--fa: "\f7f5\f7f5"; }

.fa-teeth-open {
  --fa: "\f62f";
  --fa--fa: "\f62f\f62f"; }

.fa-file-circle-minus {
  --fa: "\e4ed";
  --fa--fa: "\e4ed\e4ed"; }

.fa-tags {
  --fa: "\f02c";
  --fa--fa: "\f02c\f02c"; }

.fa-wine-glass {
  --fa: "\f4e3";
  --fa--fa: "\f4e3\f4e3"; }

.fa-forward-fast {
  --fa: "\f050";
  --fa--fa: "\f050\f050"; }

.fa-fast-forward {
  --fa: "\f050";
  --fa--fa: "\f050\f050"; }

.fa-face-meh-blank {
  --fa: "\f5a4";
  --fa--fa: "\f5a4\f5a4"; }

.fa-meh-blank {
  --fa: "\f5a4";
  --fa--fa: "\f5a4\f5a4"; }

.fa-square-parking {
  --fa: "\f540";
  --fa--fa: "\f540\f540"; }

.fa-parking {
  --fa: "\f540";
  --fa--fa: "\f540\f540"; }

.fa-house-signal {
  --fa: "\e012";
  --fa--fa: "\e012\e012"; }

.fa-bars-progress {
  --fa: "\f828";
  --fa--fa: "\f828\f828"; }

.fa-tasks-alt {
  --fa: "\f828";
  --fa--fa: "\f828\f828"; }

.fa-faucet-drip {
  --fa: "\e006";
  --fa--fa: "\e006\e006"; }

.fa-cart-flatbed {
  --fa: "\f474";
  --fa--fa: "\f474\f474"; }

.fa-dolly-flatbed {
  --fa: "\f474";
  --fa--fa: "\f474\f474"; }

.fa-ban-smoking {
  --fa: "\f54d";
  --fa--fa: "\f54d\f54d"; }

.fa-smoking-ban {
  --fa: "\f54d";
  --fa--fa: "\f54d\f54d"; }

.fa-terminal {
  --fa: "\f120";
  --fa--fa: "\f120\f120"; }

.fa-mobile-button {
  --fa: "\f10b";
  --fa--fa: "\f10b\f10b"; }

.fa-house-medical-flag {
  --fa: "\e514";
  --fa--fa: "\e514\e514"; }

.fa-basket-shopping {
  --fa: "\f291";
  --fa--fa: "\f291\f291"; }

.fa-shopping-basket {
  --fa: "\f291";
  --fa--fa: "\f291\f291"; }

.fa-tape {
  --fa: "\f4db";
  --fa--fa: "\f4db\f4db"; }

.fa-bus-simple {
  --fa: "\f55e";
  --fa--fa: "\f55e\f55e"; }

.fa-bus-alt {
  --fa: "\f55e";
  --fa--fa: "\f55e\f55e"; }

.fa-eye {
  --fa: "\f06e";
  --fa--fa: "\f06e\f06e"; }

.fa-face-sad-cry {
  --fa: "\f5b3";
  --fa--fa: "\f5b3\f5b3"; }

.fa-sad-cry {
  --fa: "\f5b3";
  --fa--fa: "\f5b3\f5b3"; }

.fa-audio-description {
  --fa: "\f29e";
  --fa--fa: "\f29e\f29e"; }

.fa-person-military-to-person {
  --fa: "\e54c";
  --fa--fa: "\e54c\e54c"; }

.fa-file-shield {
  --fa: "\e4f0";
  --fa--fa: "\e4f0\e4f0"; }

.fa-user-slash {
  --fa: "\f506";
  --fa--fa: "\f506\f506"; }

.fa-pen {
  --fa: "\f304";
  --fa--fa: "\f304\f304"; }

.fa-tower-observation {
  --fa: "\e586";
  --fa--fa: "\e586\e586"; }

.fa-file-code {
  --fa: "\f1c9";
  --fa--fa: "\f1c9\f1c9"; }

.fa-signal {
  --fa: "\f012";
  --fa--fa: "\f012\f012"; }

.fa-signal-5 {
  --fa: "\f012";
  --fa--fa: "\f012\f012"; }

.fa-signal-perfect {
  --fa: "\f012";
  --fa--fa: "\f012\f012"; }

.fa-bus {
  --fa: "\f207";
  --fa--fa: "\f207\f207"; }

.fa-heart-circle-xmark {
  --fa: "\e501";
  --fa--fa: "\e501\e501"; }

.fa-house-chimney {
  --fa: "\e3af";
  --fa--fa: "\e3af\e3af"; }

.fa-home-lg {
  --fa: "\e3af";
  --fa--fa: "\e3af\e3af"; }

.fa-window-maximize {
  --fa: "\f2d0";
  --fa--fa: "\f2d0\f2d0"; }

.fa-face-frown {
  --fa: "\f119";
  --fa--fa: "\f119\f119"; }

.fa-frown {
  --fa: "\f119";
  --fa--fa: "\f119\f119"; }

.fa-prescription {
  --fa: "\f5b1";
  --fa--fa: "\f5b1\f5b1"; }

.fa-shop {
  --fa: "\f54f";
  --fa--fa: "\f54f\f54f"; }

.fa-store-alt {
  --fa: "\f54f";
  --fa--fa: "\f54f\f54f"; }

.fa-floppy-disk {
  --fa: "\f0c7";
  --fa--fa: "\f0c7\f0c7"; }

.fa-save {
  --fa: "\f0c7";
  --fa--fa: "\f0c7\f0c7"; }

.fa-vihara {
  --fa: "\f6a7";
  --fa--fa: "\f6a7\f6a7"; }

.fa-scale-unbalanced {
  --fa: "\f515";
  --fa--fa: "\f515\f515"; }

.fa-balance-scale-left {
  --fa: "\f515";
  --fa--fa: "\f515\f515"; }

.fa-sort-up {
  --fa: "\f0de";
  --fa--fa: "\f0de\f0de"; }

.fa-sort-asc {
  --fa: "\f0de";
  --fa--fa: "\f0de\f0de"; }

.fa-comment-dots {
  --fa: "\f4ad";
  --fa--fa: "\f4ad\f4ad"; }

.fa-commenting {
  --fa: "\f4ad";
  --fa--fa: "\f4ad\f4ad"; }

.fa-plant-wilt {
  --fa: "\e5aa";
  --fa--fa: "\e5aa\e5aa"; }

.fa-diamond {
  --fa: "\f219";
  --fa--fa: "\f219\f219"; }

.fa-face-grin-squint {
  --fa: "\f585";
  --fa--fa: "\f585\f585"; }

.fa-grin-squint {
  --fa: "\f585";
  --fa--fa: "\f585\f585"; }

.fa-hand-holding-dollar {
  --fa: "\f4c0";
  --fa--fa: "\f4c0\f4c0"; }

.fa-hand-holding-usd {
  --fa: "\f4c0";
  --fa--fa: "\f4c0\f4c0"; }

.fa-chart-diagram {
  --fa: "\e695";
  --fa--fa: "\e695\e695"; }

.fa-bacterium {
  --fa: "\e05a";
  --fa--fa: "\e05a\e05a"; }

.fa-hand-pointer {
  --fa: "\f25a";
  --fa--fa: "\f25a\f25a"; }

.fa-drum-steelpan {
  --fa: "\f56a";
  --fa--fa: "\f56a\f56a"; }

.fa-hand-scissors {
  --fa: "\f257";
  --fa--fa: "\f257\f257"; }

.fa-hands-praying {
  --fa: "\f684";
  --fa--fa: "\f684\f684"; }

.fa-praying-hands {
  --fa: "\f684";
  --fa--fa: "\f684\f684"; }

.fa-arrow-rotate-right {
  --fa: "\f01e";
  --fa--fa: "\f01e\f01e"; }

.fa-arrow-right-rotate {
  --fa: "\f01e";
  --fa--fa: "\f01e\f01e"; }

.fa-arrow-rotate-forward {
  --fa: "\f01e";
  --fa--fa: "\f01e\f01e"; }

.fa-redo {
  --fa: "\f01e";
  --fa--fa: "\f01e\f01e"; }

.fa-biohazard {
  --fa: "\f780";
  --fa--fa: "\f780\f780"; }

.fa-location-crosshairs {
  --fa: "\f601";
  --fa--fa: "\f601\f601"; }

.fa-location {
  --fa: "\f601";
  --fa--fa: "\f601\f601"; }

.fa-mars-double {
  --fa: "\f227";
  --fa--fa: "\f227\f227"; }

.fa-child-dress {
  --fa: "\e59c";
  --fa--fa: "\e59c\e59c"; }

.fa-users-between-lines {
  --fa: "\e591";
  --fa--fa: "\e591\e591"; }

.fa-lungs-virus {
  --fa: "\e067";
  --fa--fa: "\e067\e067"; }

.fa-face-grin-tears {
  --fa: "\f588";
  --fa--fa: "\f588\f588"; }

.fa-grin-tears {
  --fa: "\f588";
  --fa--fa: "\f588\f588"; }

.fa-phone {
  --fa: "\f095";
  --fa--fa: "\f095\f095"; }

.fa-calendar-xmark {
  --fa: "\f273";
  --fa--fa: "\f273\f273"; }

.fa-calendar-times {
  --fa: "\f273";
  --fa--fa: "\f273\f273"; }

.fa-child-reaching {
  --fa: "\e59d";
  --fa--fa: "\e59d\e59d"; }

.fa-head-side-virus {
  --fa: "\e064";
  --fa--fa: "\e064\e064"; }

.fa-user-gear {
  --fa: "\f4fe";
  --fa--fa: "\f4fe\f4fe"; }

.fa-user-cog {
  --fa: "\f4fe";
  --fa--fa: "\f4fe\f4fe"; }

.fa-arrow-up-1-9 {
  --fa: "\f163";
  --fa--fa: "\f163\f163"; }

.fa-sort-numeric-up {
  --fa: "\f163";
  --fa--fa: "\f163\f163"; }

.fa-door-closed {
  --fa: "\f52a";
  --fa--fa: "\f52a\f52a"; }

.fa-shield-virus {
  --fa: "\e06c";
  --fa--fa: "\e06c\e06c"; }

.fa-dice-six {
  --fa: "\f526";
  --fa--fa: "\f526\f526"; }

.fa-mosquito-net {
  --fa: "\e52c";
  --fa--fa: "\e52c\e52c"; }

.fa-file-fragment {
  --fa: "\e697";
  --fa--fa: "\e697\e697"; }

.fa-bridge-water {
  --fa: "\e4ce";
  --fa--fa: "\e4ce\e4ce"; }

.fa-person-booth {
  --fa: "\f756";
  --fa--fa: "\f756\f756"; }

.fa-text-width {
  --fa: "\f035";
  --fa--fa: "\f035\f035"; }

.fa-hat-wizard {
  --fa: "\f6e8";
  --fa--fa: "\f6e8\f6e8"; }

.fa-pen-fancy {
  --fa: "\f5ac";
  --fa--fa: "\f5ac\f5ac"; }

.fa-person-digging {
  --fa: "\f85e";
  --fa--fa: "\f85e\f85e"; }

.fa-digging {
  --fa: "\f85e";
  --fa--fa: "\f85e\f85e"; }

.fa-trash {
  --fa: "\f1f8";
  --fa--fa: "\f1f8\f1f8"; }

.fa-gauge-simple {
  --fa: "\f629";
  --fa--fa: "\f629\f629"; }

.fa-gauge-simple-med {
  --fa: "\f629";
  --fa--fa: "\f629\f629"; }

.fa-tachometer-average {
  --fa: "\f629";
  --fa--fa: "\f629\f629"; }

.fa-book-medical {
  --fa: "\f7e6";
  --fa--fa: "\f7e6\f7e6"; }

.fa-poo {
  --fa: "\f2fe";
  --fa--fa: "\f2fe\f2fe"; }

.fa-quote-right {
  --fa: "\f10e";
  --fa--fa: "\f10e\f10e"; }

.fa-quote-right-alt {
  --fa: "\f10e";
  --fa--fa: "\f10e\f10e"; }

.fa-shirt {
  --fa: "\f553";
  --fa--fa: "\f553\f553"; }

.fa-t-shirt {
  --fa: "\f553";
  --fa--fa: "\f553\f553"; }

.fa-tshirt {
  --fa: "\f553";
  --fa--fa: "\f553\f553"; }

.fa-cubes {
  --fa: "\f1b3";
  --fa--fa: "\f1b3\f1b3"; }

.fa-divide {
  --fa: "\f529";
  --fa--fa: "\f529\f529"; }

.fa-tenge-sign {
  --fa: "\f7d7";
  --fa--fa: "\f7d7\f7d7"; }

.fa-tenge {
  --fa: "\f7d7";
  --fa--fa: "\f7d7\f7d7"; }

.fa-headphones {
  --fa: "\f025";
  --fa--fa: "\f025\f025"; }

.fa-hands-holding {
  --fa: "\f4c2";
  --fa--fa: "\f4c2\f4c2"; }

.fa-hands-clapping {
  --fa: "\e1a8";
  --fa--fa: "\e1a8\e1a8"; }

.fa-republican {
  --fa: "\f75e";
  --fa--fa: "\f75e\f75e"; }

.fa-arrow-left {
  --fa: "\f060";
  --fa--fa: "\f060\f060"; }

.fa-person-circle-xmark {
  --fa: "\e543";
  --fa--fa: "\e543\e543"; }

.fa-ruler {
  --fa: "\f545";
  --fa--fa: "\f545\f545"; }

.fa-align-left {
  --fa: "\f036";
  --fa--fa: "\f036\f036"; }

.fa-dice-d6 {
  --fa: "\f6d1";
  --fa--fa: "\f6d1\f6d1"; }

.fa-restroom {
  --fa: "\f7bd";
  --fa--fa: "\f7bd\f7bd"; }

.fa-j {
  --fa: "\4a";
  --fa--fa: "\4a\4a"; }

.fa-users-viewfinder {
  --fa: "\e595";
  --fa--fa: "\e595\e595"; }

.fa-file-video {
  --fa: "\f1c8";
  --fa--fa: "\f1c8\f1c8"; }

.fa-up-right-from-square {
  --fa: "\f35d";
  --fa--fa: "\f35d\f35d"; }

.fa-external-link-alt {
  --fa: "\f35d";
  --fa--fa: "\f35d\f35d"; }

.fa-table-cells {
  --fa: "\f00a";
  --fa--fa: "\f00a\f00a"; }

.fa-th {
  --fa: "\f00a";
  --fa--fa: "\f00a\f00a"; }

.fa-file-pdf {
  --fa: "\f1c1";
  --fa--fa: "\f1c1\f1c1"; }

.fa-book-bible {
  --fa: "\f647";
  --fa--fa: "\f647\f647"; }

.fa-bible {
  --fa: "\f647";
  --fa--fa: "\f647\f647"; }

.fa-o {
  --fa: "\4f";
  --fa--fa: "\4f\4f"; }

.fa-suitcase-medical {
  --fa: "\f0fa";
  --fa--fa: "\f0fa\f0fa"; }

.fa-medkit {
  --fa: "\f0fa";
  --fa--fa: "\f0fa\f0fa"; }

.fa-user-secret {
  --fa: "\f21b";
  --fa--fa: "\f21b\f21b"; }

.fa-otter {
  --fa: "\f700";
  --fa--fa: "\f700\f700"; }

.fa-person-dress {
  --fa: "\f182";
  --fa--fa: "\f182\f182"; }

.fa-female {
  --fa: "\f182";
  --fa--fa: "\f182\f182"; }

.fa-comment-dollar {
  --fa: "\f651";
  --fa--fa: "\f651\f651"; }

.fa-business-time {
  --fa: "\f64a";
  --fa--fa: "\f64a\f64a"; }

.fa-briefcase-clock {
  --fa: "\f64a";
  --fa--fa: "\f64a\f64a"; }

.fa-table-cells-large {
  --fa: "\f009";
  --fa--fa: "\f009\f009"; }

.fa-th-large {
  --fa: "\f009";
  --fa--fa: "\f009\f009"; }

.fa-book-tanakh {
  --fa: "\f827";
  --fa--fa: "\f827\f827"; }

.fa-tanakh {
  --fa: "\f827";
  --fa--fa: "\f827\f827"; }

.fa-phone-volume {
  --fa: "\f2a0";
  --fa--fa: "\f2a0\f2a0"; }

.fa-volume-control-phone {
  --fa: "\f2a0";
  --fa--fa: "\f2a0\f2a0"; }

.fa-hat-cowboy-side {
  --fa: "\f8c1";
  --fa--fa: "\f8c1\f8c1"; }

.fa-clipboard-user {
  --fa: "\f7f3";
  --fa--fa: "\f7f3\f7f3"; }

.fa-child {
  --fa: "\f1ae";
  --fa--fa: "\f1ae\f1ae"; }

.fa-lira-sign {
  --fa: "\f195";
  --fa--fa: "\f195\f195"; }

.fa-satellite {
  --fa: "\f7bf";
  --fa--fa: "\f7bf\f7bf"; }

.fa-plane-lock {
  --fa: "\e558";
  --fa--fa: "\e558\e558"; }

.fa-tag {
  --fa: "\f02b";
  --fa--fa: "\f02b\f02b"; }

.fa-comment {
  --fa: "\f075";
  --fa--fa: "\f075\f075"; }

.fa-cake-candles {
  --fa: "\f1fd";
  --fa--fa: "\f1fd\f1fd"; }

.fa-birthday-cake {
  --fa: "\f1fd";
  --fa--fa: "\f1fd\f1fd"; }

.fa-cake {
  --fa: "\f1fd";
  --fa--fa: "\f1fd\f1fd"; }

.fa-envelope {
  --fa: "\f0e0";
  --fa--fa: "\f0e0\f0e0"; }

.fa-angles-up {
  --fa: "\f102";
  --fa--fa: "\f102\f102"; }

.fa-angle-double-up {
  --fa: "\f102";
  --fa--fa: "\f102\f102"; }

.fa-paperclip {
  --fa: "\f0c6";
  --fa--fa: "\f0c6\f0c6"; }

.fa-arrow-right-to-city {
  --fa: "\e4b3";
  --fa--fa: "\e4b3\e4b3"; }

.fa-ribbon {
  --fa: "\f4d6";
  --fa--fa: "\f4d6\f4d6"; }

.fa-lungs {
  --fa: "\f604";
  --fa--fa: "\f604\f604"; }

.fa-arrow-up-9-1 {
  --fa: "\f887";
  --fa--fa: "\f887\f887"; }

.fa-sort-numeric-up-alt {
  --fa: "\f887";
  --fa--fa: "\f887\f887"; }

.fa-litecoin-sign {
  --fa: "\e1d3";
  --fa--fa: "\e1d3\e1d3"; }

.fa-border-none {
  --fa: "\f850";
  --fa--fa: "\f850\f850"; }

.fa-circle-nodes {
  --fa: "\e4e2";
  --fa--fa: "\e4e2\e4e2"; }

.fa-parachute-box {
  --fa: "\f4cd";
  --fa--fa: "\f4cd\f4cd"; }

.fa-indent {
  --fa: "\f03c";
  --fa--fa: "\f03c\f03c"; }

.fa-truck-field-un {
  --fa: "\e58e";
  --fa--fa: "\e58e\e58e"; }

.fa-hourglass {
  --fa: "\f254";
  --fa--fa: "\f254\f254"; }

.fa-hourglass-empty {
  --fa: "\f254";
  --fa--fa: "\f254\f254"; }

.fa-mountain {
  --fa: "\f6fc";
  --fa--fa: "\f6fc\f6fc"; }

.fa-user-doctor {
  --fa: "\f0f0";
  --fa--fa: "\f0f0\f0f0"; }

.fa-user-md {
  --fa: "\f0f0";
  --fa--fa: "\f0f0\f0f0"; }

.fa-circle-info {
  --fa: "\f05a";
  --fa--fa: "\f05a\f05a"; }

.fa-info-circle {
  --fa: "\f05a";
  --fa--fa: "\f05a\f05a"; }

.fa-cloud-meatball {
  --fa: "\f73b";
  --fa--fa: "\f73b\f73b"; }

.fa-camera {
  --fa: "\f030";
  --fa--fa: "\f030\f030"; }

.fa-camera-alt {
  --fa: "\f030";
  --fa--fa: "\f030\f030"; }

.fa-square-virus {
  --fa: "\e578";
  --fa--fa: "\e578\e578"; }

.fa-meteor {
  --fa: "\f753";
  --fa--fa: "\f753\f753"; }

.fa-car-on {
  --fa: "\e4dd";
  --fa--fa: "\e4dd\e4dd"; }

.fa-sleigh {
  --fa: "\f7cc";
  --fa--fa: "\f7cc\f7cc"; }

.fa-arrow-down-1-9 {
  --fa: "\f162";
  --fa--fa: "\f162\f162"; }

.fa-sort-numeric-asc {
  --fa: "\f162";
  --fa--fa: "\f162\f162"; }

.fa-sort-numeric-down {
  --fa: "\f162";
  --fa--fa: "\f162\f162"; }

.fa-hand-holding-droplet {
  --fa: "\f4c1";
  --fa--fa: "\f4c1\f4c1"; }

.fa-hand-holding-water {
  --fa: "\f4c1";
  --fa--fa: "\f4c1\f4c1"; }

.fa-water {
  --fa: "\f773";
  --fa--fa: "\f773\f773"; }

.fa-calendar-check {
  --fa: "\f274";
  --fa--fa: "\f274\f274"; }

.fa-braille {
  --fa: "\f2a1";
  --fa--fa: "\f2a1\f2a1"; }

.fa-prescription-bottle-medical {
  --fa: "\f486";
  --fa--fa: "\f486\f486"; }

.fa-prescription-bottle-alt {
  --fa: "\f486";
  --fa--fa: "\f486\f486"; }

.fa-landmark {
  --fa: "\f66f";
  --fa--fa: "\f66f\f66f"; }

.fa-truck {
  --fa: "\f0d1";
  --fa--fa: "\f0d1\f0d1"; }

.fa-crosshairs {
  --fa: "\f05b";
  --fa--fa: "\f05b\f05b"; }

.fa-person-cane {
  --fa: "\e53c";
  --fa--fa: "\e53c\e53c"; }

.fa-tent {
  --fa: "\e57d";
  --fa--fa: "\e57d\e57d"; }

.fa-vest-patches {
  --fa: "\e086";
  --fa--fa: "\e086\e086"; }

.fa-check-double {
  --fa: "\f560";
  --fa--fa: "\f560\f560"; }

.fa-arrow-down-a-z {
  --fa: "\f15d";
  --fa--fa: "\f15d\f15d"; }

.fa-sort-alpha-asc {
  --fa: "\f15d";
  --fa--fa: "\f15d\f15d"; }

.fa-sort-alpha-down {
  --fa: "\f15d";
  --fa--fa: "\f15d\f15d"; }

.fa-money-bill-wheat {
  --fa: "\e52a";
  --fa--fa: "\e52a\e52a"; }

.fa-cookie {
  --fa: "\f563";
  --fa--fa: "\f563\f563"; }

.fa-arrow-rotate-left {
  --fa: "\f0e2";
  --fa--fa: "\f0e2\f0e2"; }

.fa-arrow-left-rotate {
  --fa: "\f0e2";
  --fa--fa: "\f0e2\f0e2"; }

.fa-arrow-rotate-back {
  --fa: "\f0e2";
  --fa--fa: "\f0e2\f0e2"; }

.fa-arrow-rotate-backward {
  --fa: "\f0e2";
  --fa--fa: "\f0e2\f0e2"; }

.fa-undo {
  --fa: "\f0e2";
  --fa--fa: "\f0e2\f0e2"; }

.fa-hard-drive {
  --fa: "\f0a0";
  --fa--fa: "\f0a0\f0a0"; }

.fa-hdd {
  --fa: "\f0a0";
  --fa--fa: "\f0a0\f0a0"; }

.fa-face-grin-squint-tears {
  --fa: "\f586";
  --fa--fa: "\f586\f586"; }

.fa-grin-squint-tears {
  --fa: "\f586";
  --fa--fa: "\f586\f586"; }

.fa-dumbbell {
  --fa: "\f44b";
  --fa--fa: "\f44b\f44b"; }

.fa-rectangle-list {
  --fa: "\f022";
  --fa--fa: "\f022\f022"; }

.fa-list-alt {
  --fa: "\f022";
  --fa--fa: "\f022\f022"; }

.fa-tarp-droplet {
  --fa: "\e57c";
  --fa--fa: "\e57c\e57c"; }

.fa-house-medical-circle-check {
  --fa: "\e511";
  --fa--fa: "\e511\e511"; }

.fa-person-skiing-nordic {
  --fa: "\f7ca";
  --fa--fa: "\f7ca\f7ca"; }

.fa-skiing-nordic {
  --fa: "\f7ca";
  --fa--fa: "\f7ca\f7ca"; }

.fa-calendar-plus {
  --fa: "\f271";
  --fa--fa: "\f271\f271"; }

.fa-plane-arrival {
  --fa: "\f5af";
  --fa--fa: "\f5af\f5af"; }

.fa-circle-left {
  --fa: "\f359";
  --fa--fa: "\f359\f359"; }

.fa-arrow-alt-circle-left {
  --fa: "\f359";
  --fa--fa: "\f359\f359"; }

.fa-train-subway {
  --fa: "\f239";
  --fa--fa: "\f239\f239"; }

.fa-subway {
  --fa: "\f239";
  --fa--fa: "\f239\f239"; }

.fa-chart-gantt {
  --fa: "\e0e4";
  --fa--fa: "\e0e4\e0e4"; }

.fa-indian-rupee-sign {
  --fa: "\e1bc";
  --fa--fa: "\e1bc\e1bc"; }

.fa-indian-rupee {
  --fa: "\e1bc";
  --fa--fa: "\e1bc\e1bc"; }

.fa-inr {
  --fa: "\e1bc";
  --fa--fa: "\e1bc\e1bc"; }

.fa-crop-simple {
  --fa: "\f565";
  --fa--fa: "\f565\f565"; }

.fa-crop-alt {
  --fa: "\f565";
  --fa--fa: "\f565\f565"; }

.fa-money-bill-1 {
  --fa: "\f3d1";
  --fa--fa: "\f3d1\f3d1"; }

.fa-money-bill-alt {
  --fa: "\f3d1";
  --fa--fa: "\f3d1\f3d1"; }

.fa-left-long {
  --fa: "\f30a";
  --fa--fa: "\f30a\f30a"; }

.fa-long-arrow-alt-left {
  --fa: "\f30a";
  --fa--fa: "\f30a\f30a"; }

.fa-dna {
  --fa: "\f471";
  --fa--fa: "\f471\f471"; }

.fa-virus-slash {
  --fa: "\e075";
  --fa--fa: "\e075\e075"; }

.fa-minus {
  --fa: "\f068";
  --fa--fa: "\f068\f068"; }

.fa-subtract {
  --fa: "\f068";
  --fa--fa: "\f068\f068"; }

.fa-chess {
  --fa: "\f439";
  --fa--fa: "\f439\f439"; }

.fa-arrow-left-long {
  --fa: "\f177";
  --fa--fa: "\f177\f177"; }

.fa-long-arrow-left {
  --fa: "\f177";
  --fa--fa: "\f177\f177"; }

.fa-plug-circle-check {
  --fa: "\e55c";
  --fa--fa: "\e55c\e55c"; }

.fa-street-view {
  --fa: "\f21d";
  --fa--fa: "\f21d\f21d"; }

.fa-franc-sign {
  --fa: "\e18f";
  --fa--fa: "\e18f\e18f"; }

.fa-volume-off {
  --fa: "\f026";
  --fa--fa: "\f026\f026"; }

.fa-hands-asl-interpreting {
  --fa: "\f2a3";
  --fa--fa: "\f2a3\f2a3"; }

.fa-american-sign-language-interpreting {
  --fa: "\f2a3";
  --fa--fa: "\f2a3\f2a3"; }

.fa-asl-interpreting {
  --fa: "\f2a3";
  --fa--fa: "\f2a3\f2a3"; }

.fa-hands-american-sign-language-interpreting {
  --fa: "\f2a3";
  --fa--fa: "\f2a3\f2a3"; }

.fa-gear {
  --fa: "\f013";
  --fa--fa: "\f013\f013"; }

.fa-cog {
  --fa: "\f013";
  --fa--fa: "\f013\f013"; }

.fa-droplet-slash {
  --fa: "\f5c7";
  --fa--fa: "\f5c7\f5c7"; }

.fa-tint-slash {
  --fa: "\f5c7";
  --fa--fa: "\f5c7\f5c7"; }

.fa-mosque {
  --fa: "\f678";
  --fa--fa: "\f678\f678"; }

.fa-mosquito {
  --fa: "\e52b";
  --fa--fa: "\e52b\e52b"; }

.fa-star-of-david {
  --fa: "\f69a";
  --fa--fa: "\f69a\f69a"; }

.fa-person-military-rifle {
  --fa: "\e54b";
  --fa--fa: "\e54b\e54b"; }

.fa-cart-shopping {
  --fa: "\f07a";
  --fa--fa: "\f07a\f07a"; }

.fa-shopping-cart {
  --fa: "\f07a";
  --fa--fa: "\f07a\f07a"; }

.fa-vials {
  --fa: "\f493";
  --fa--fa: "\f493\f493"; }

.fa-plug-circle-plus {
  --fa: "\e55f";
  --fa--fa: "\e55f\e55f"; }

.fa-place-of-worship {
  --fa: "\f67f";
  --fa--fa: "\f67f\f67f"; }

.fa-grip-vertical {
  --fa: "\f58e";
  --fa--fa: "\f58e\f58e"; }

.fa-hexagon-nodes {
  --fa: "\e699";
  --fa--fa: "\e699\e699"; }

.fa-arrow-turn-up {
  --fa: "\f148";
  --fa--fa: "\f148\f148"; }

.fa-level-up {
  --fa: "\f148";
  --fa--fa: "\f148\f148"; }

.fa-u {
  --fa: "\55";
  --fa--fa: "\55\55"; }

.fa-square-root-variable {
  --fa: "\f698";
  --fa--fa: "\f698\f698"; }

.fa-square-root-alt {
  --fa: "\f698";
  --fa--fa: "\f698\f698"; }

.fa-clock {
  --fa: "\f017";
  --fa--fa: "\f017\f017"; }

.fa-clock-four {
  --fa: "\f017";
  --fa--fa: "\f017\f017"; }

.fa-backward-step {
  --fa: "\f048";
  --fa--fa: "\f048\f048"; }

.fa-step-backward {
  --fa: "\f048";
  --fa--fa: "\f048\f048"; }

.fa-pallet {
  --fa: "\f482";
  --fa--fa: "\f482\f482"; }

.fa-faucet {
  --fa: "\e005";
  --fa--fa: "\e005\e005"; }

.fa-baseball-bat-ball {
  --fa: "\f432";
  --fa--fa: "\f432\f432"; }

.fa-s {
  --fa: "\53";
  --fa--fa: "\53\53"; }

.fa-timeline {
  --fa: "\e29c";
  --fa--fa: "\e29c\e29c"; }

.fa-keyboard {
  --fa: "\f11c";
  --fa--fa: "\f11c\f11c"; }

.fa-caret-down {
  --fa: "\f0d7";
  --fa--fa: "\f0d7\f0d7"; }

.fa-house-chimney-medical {
  --fa: "\f7f2";
  --fa--fa: "\f7f2\f7f2"; }

.fa-clinic-medical {
  --fa: "\f7f2";
  --fa--fa: "\f7f2\f7f2"; }

.fa-temperature-three-quarters {
  --fa: "\f2c8";
  --fa--fa: "\f2c8\f2c8"; }

.fa-temperature-3 {
  --fa: "\f2c8";
  --fa--fa: "\f2c8\f2c8"; }

.fa-thermometer-3 {
  --fa: "\f2c8";
  --fa--fa: "\f2c8\f2c8"; }

.fa-thermometer-three-quarters {
  --fa: "\f2c8";
  --fa--fa: "\f2c8\f2c8"; }

.fa-mobile-screen {
  --fa: "\f3cf";
  --fa--fa: "\f3cf\f3cf"; }

.fa-mobile-android-alt {
  --fa: "\f3cf";
  --fa--fa: "\f3cf\f3cf"; }

.fa-plane-up {
  --fa: "\e22d";
  --fa--fa: "\e22d\e22d"; }

.fa-piggy-bank {
  --fa: "\f4d3";
  --fa--fa: "\f4d3\f4d3"; }

.fa-battery-half {
  --fa: "\f242";
  --fa--fa: "\f242\f242"; }

.fa-battery-3 {
  --fa: "\f242";
  --fa--fa: "\f242\f242"; }

.fa-mountain-city {
  --fa: "\e52e";
  --fa--fa: "\e52e\e52e"; }

.fa-coins {
  --fa: "\f51e";
  --fa--fa: "\f51e\f51e"; }

.fa-khanda {
  --fa: "\f66d";
  --fa--fa: "\f66d\f66d"; }

.fa-sliders {
  --fa: "\f1de";
  --fa--fa: "\f1de\f1de"; }

.fa-sliders-h {
  --fa: "\f1de";
  --fa--fa: "\f1de\f1de"; }

.fa-folder-tree {
  --fa: "\f802";
  --fa--fa: "\f802\f802"; }

.fa-network-wired {
  --fa: "\f6ff";
  --fa--fa: "\f6ff\f6ff"; }

.fa-map-pin {
  --fa: "\f276";
  --fa--fa: "\f276\f276"; }

.fa-hamsa {
  --fa: "\f665";
  --fa--fa: "\f665\f665"; }

.fa-cent-sign {
  --fa: "\e3f5";
  --fa--fa: "\e3f5\e3f5"; }

.fa-flask {
  --fa: "\f0c3";
  --fa--fa: "\f0c3\f0c3"; }

.fa-person-pregnant {
  --fa: "\e31e";
  --fa--fa: "\e31e\e31e"; }

.fa-wand-sparkles {
  --fa: "\f72b";
  --fa--fa: "\f72b\f72b"; }

.fa-ellipsis-vertical {
  --fa: "\f142";
  --fa--fa: "\f142\f142"; }

.fa-ellipsis-v {
  --fa: "\f142";
  --fa--fa: "\f142\f142"; }

.fa-ticket {
  --fa: "\f145";
  --fa--fa: "\f145\f145"; }

.fa-power-off {
  --fa: "\f011";
  --fa--fa: "\f011\f011"; }

.fa-right-long {
  --fa: "\f30b";
  --fa--fa: "\f30b\f30b"; }

.fa-long-arrow-alt-right {
  --fa: "\f30b";
  --fa--fa: "\f30b\f30b"; }

.fa-flag-usa {
  --fa: "\f74d";
  --fa--fa: "\f74d\f74d"; }

.fa-laptop-file {
  --fa: "\e51d";
  --fa--fa: "\e51d\e51d"; }

.fa-tty {
  --fa: "\f1e4";
  --fa--fa: "\f1e4\f1e4"; }

.fa-teletype {
  --fa: "\f1e4";
  --fa--fa: "\f1e4\f1e4"; }

.fa-diagram-next {
  --fa: "\e476";
  --fa--fa: "\e476\e476"; }

.fa-person-rifle {
  --fa: "\e54e";
  --fa--fa: "\e54e\e54e"; }

.fa-house-medical-circle-exclamation {
  --fa: "\e512";
  --fa--fa: "\e512\e512"; }

.fa-closed-captioning {
  --fa: "\f20a";
  --fa--fa: "\f20a\f20a"; }

.fa-person-hiking {
  --fa: "\f6ec";
  --fa--fa: "\f6ec\f6ec"; }

.fa-hiking {
  --fa: "\f6ec";
  --fa--fa: "\f6ec\f6ec"; }

.fa-venus-double {
  --fa: "\f226";
  --fa--fa: "\f226\f226"; }

.fa-images {
  --fa: "\f302";
  --fa--fa: "\f302\f302"; }

.fa-calculator {
  --fa: "\f1ec";
  --fa--fa: "\f1ec\f1ec"; }

.fa-people-pulling {
  --fa: "\e535";
  --fa--fa: "\e535\e535"; }

.fa-n {
  --fa: "\4e";
  --fa--fa: "\4e\4e"; }

.fa-cable-car {
  --fa: "\f7da";
  --fa--fa: "\f7da\f7da"; }

.fa-tram {
  --fa: "\f7da";
  --fa--fa: "\f7da\f7da"; }

.fa-cloud-rain {
  --fa: "\f73d";
  --fa--fa: "\f73d\f73d"; }

.fa-building-circle-xmark {
  --fa: "\e4d4";
  --fa--fa: "\e4d4\e4d4"; }

.fa-ship {
  --fa: "\f21a";
  --fa--fa: "\f21a\f21a"; }

.fa-arrows-down-to-line {
  --fa: "\e4b8";
  --fa--fa: "\e4b8\e4b8"; }

.fa-download {
  --fa: "\f019";
  --fa--fa: "\f019\f019"; }

.fa-face-grin {
  --fa: "\f580";
  --fa--fa: "\f580\f580"; }

.fa-grin {
  --fa: "\f580";
  --fa--fa: "\f580\f580"; }

.fa-delete-left {
  --fa: "\f55a";
  --fa--fa: "\f55a\f55a"; }

.fa-backspace {
  --fa: "\f55a";
  --fa--fa: "\f55a\f55a"; }

.fa-eye-dropper {
  --fa: "\f1fb";
  --fa--fa: "\f1fb\f1fb"; }

.fa-eye-dropper-empty {
  --fa: "\f1fb";
  --fa--fa: "\f1fb\f1fb"; }

.fa-eyedropper {
  --fa: "\f1fb";
  --fa--fa: "\f1fb\f1fb"; }

.fa-file-circle-check {
  --fa: "\e5a0";
  --fa--fa: "\e5a0\e5a0"; }

.fa-forward {
  --fa: "\f04e";
  --fa--fa: "\f04e\f04e"; }

.fa-mobile {
  --fa: "\f3ce";
  --fa--fa: "\f3ce\f3ce"; }

.fa-mobile-android {
  --fa: "\f3ce";
  --fa--fa: "\f3ce\f3ce"; }

.fa-mobile-phone {
  --fa: "\f3ce";
  --fa--fa: "\f3ce\f3ce"; }

.fa-face-meh {
  --fa: "\f11a";
  --fa--fa: "\f11a\f11a"; }

.fa-meh {
  --fa: "\f11a";
  --fa--fa: "\f11a\f11a"; }

.fa-align-center {
  --fa: "\f037";
  --fa--fa: "\f037\f037"; }

.fa-book-skull {
  --fa: "\f6b7";
  --fa--fa: "\f6b7\f6b7"; }

.fa-book-dead {
  --fa: "\f6b7";
  --fa--fa: "\f6b7\f6b7"; }

.fa-id-card {
  --fa: "\f2c2";
  --fa--fa: "\f2c2\f2c2"; }

.fa-drivers-license {
  --fa: "\f2c2";
  --fa--fa: "\f2c2\f2c2"; }

.fa-outdent {
  --fa: "\f03b";
  --fa--fa: "\f03b\f03b"; }

.fa-dedent {
  --fa: "\f03b";
  --fa--fa: "\f03b\f03b"; }

.fa-heart-circle-exclamation {
  --fa: "\e4fe";
  --fa--fa: "\e4fe\e4fe"; }

.fa-house {
  --fa: "\f015";
  --fa--fa: "\f015\f015"; }

.fa-home {
  --fa: "\f015";
  --fa--fa: "\f015\f015"; }

.fa-home-alt {
  --fa: "\f015";
  --fa--fa: "\f015\f015"; }

.fa-home-lg-alt {
  --fa: "\f015";
  --fa--fa: "\f015\f015"; }

.fa-calendar-week {
  --fa: "\f784";
  --fa--fa: "\f784\f784"; }

.fa-laptop-medical {
  --fa: "\f812";
  --fa--fa: "\f812\f812"; }

.fa-b {
  --fa: "\42";
  --fa--fa: "\42\42"; }

.fa-file-medical {
  --fa: "\f477";
  --fa--fa: "\f477\f477"; }

.fa-dice-one {
  --fa: "\f525";
  --fa--fa: "\f525\f525"; }

.fa-kiwi-bird {
  --fa: "\f535";
  --fa--fa: "\f535\f535"; }

.fa-arrow-right-arrow-left {
  --fa: "\f0ec";
  --fa--fa: "\f0ec\f0ec"; }

.fa-exchange {
  --fa: "\f0ec";
  --fa--fa: "\f0ec\f0ec"; }

.fa-rotate-right {
  --fa: "\f2f9";
  --fa--fa: "\f2f9\f2f9"; }

.fa-redo-alt {
  --fa: "\f2f9";
  --fa--fa: "\f2f9\f2f9"; }

.fa-rotate-forward {
  --fa: "\f2f9";
  --fa--fa: "\f2f9\f2f9"; }

.fa-utensils {
  --fa: "\f2e7";
  --fa--fa: "\f2e7\f2e7"; }

.fa-cutlery {
  --fa: "\f2e7";
  --fa--fa: "\f2e7\f2e7"; }

.fa-arrow-up-wide-short {
  --fa: "\f161";
  --fa--fa: "\f161\f161"; }

.fa-sort-amount-up {
  --fa: "\f161";
  --fa--fa: "\f161\f161"; }

.fa-mill-sign {
  --fa: "\e1ed";
  --fa--fa: "\e1ed\e1ed"; }

.fa-bowl-rice {
  --fa: "\e2eb";
  --fa--fa: "\e2eb\e2eb"; }

.fa-skull {
  --fa: "\f54c";
  --fa--fa: "\f54c\f54c"; }

.fa-tower-broadcast {
  --fa: "\f519";
  --fa--fa: "\f519\f519"; }

.fa-broadcast-tower {
  --fa: "\f519";
  --fa--fa: "\f519\f519"; }

.fa-truck-pickup {
  --fa: "\f63c";
  --fa--fa: "\f63c\f63c"; }

.fa-up-long {
  --fa: "\f30c";
  --fa--fa: "\f30c\f30c"; }

.fa-long-arrow-alt-up {
  --fa: "\f30c";
  --fa--fa: "\f30c\f30c"; }

.fa-stop {
  --fa: "\f04d";
  --fa--fa: "\f04d\f04d"; }

.fa-code-merge {
  --fa: "\f387";
  --fa--fa: "\f387\f387"; }

.fa-upload {
  --fa: "\f093";
  --fa--fa: "\f093\f093"; }

.fa-hurricane {
  --fa: "\f751";
  --fa--fa: "\f751\f751"; }

.fa-mound {
  --fa: "\e52d";
  --fa--fa: "\e52d\e52d"; }

.fa-toilet-portable {
  --fa: "\e583";
  --fa--fa: "\e583\e583"; }

.fa-compact-disc {
  --fa: "\f51f";
  --fa--fa: "\f51f\f51f"; }

.fa-file-arrow-down {
  --fa: "\f56d";
  --fa--fa: "\f56d\f56d"; }

.fa-file-download {
  --fa: "\f56d";
  --fa--fa: "\f56d\f56d"; }

.fa-caravan {
  --fa: "\f8ff";
  --fa--fa: "\f8ff\f8ff"; }

.fa-shield-cat {
  --fa: "\e572";
  --fa--fa: "\e572\e572"; }

.fa-bolt {
  --fa: "\f0e7";
  --fa--fa: "\f0e7\f0e7"; }

.fa-zap {
  --fa: "\f0e7";
  --fa--fa: "\f0e7\f0e7"; }

.fa-glass-water {
  --fa: "\e4f4";
  --fa--fa: "\e4f4\e4f4"; }

.fa-oil-well {
  --fa: "\e532";
  --fa--fa: "\e532\e532"; }

.fa-vault {
  --fa: "\e2c5";
  --fa--fa: "\e2c5\e2c5"; }

.fa-mars {
  --fa: "\f222";
  --fa--fa: "\f222\f222"; }

.fa-toilet {
  --fa: "\f7d8";
  --fa--fa: "\f7d8\f7d8"; }

.fa-plane-circle-xmark {
  --fa: "\e557";
  --fa--fa: "\e557\e557"; }

.fa-yen-sign {
  --fa: "\f157";
  --fa--fa: "\f157\f157"; }

.fa-cny {
  --fa: "\f157";
  --fa--fa: "\f157\f157"; }

.fa-jpy {
  --fa: "\f157";
  --fa--fa: "\f157\f157"; }

.fa-rmb {
  --fa: "\f157";
  --fa--fa: "\f157\f157"; }

.fa-yen {
  --fa: "\f157";
  --fa--fa: "\f157\f157"; }

.fa-ruble-sign {
  --fa: "\f158";
  --fa--fa: "\f158\f158"; }

.fa-rouble {
  --fa: "\f158";
  --fa--fa: "\f158\f158"; }

.fa-rub {
  --fa: "\f158";
  --fa--fa: "\f158\f158"; }

.fa-ruble {
  --fa: "\f158";
  --fa--fa: "\f158\f158"; }

.fa-sun {
  --fa: "\f185";
  --fa--fa: "\f185\f185"; }

.fa-guitar {
  --fa: "\f7a6";
  --fa--fa: "\f7a6\f7a6"; }

.fa-face-laugh-wink {
  --fa: "\f59c";
  --fa--fa: "\f59c\f59c"; }

.fa-laugh-wink {
  --fa: "\f59c";
  --fa--fa: "\f59c\f59c"; }

.fa-horse-head {
  --fa: "\f7ab";
  --fa--fa: "\f7ab\f7ab"; }

.fa-bore-hole {
  --fa: "\e4c3";
  --fa--fa: "\e4c3\e4c3"; }

.fa-industry {
  --fa: "\f275";
  --fa--fa: "\f275\f275"; }

.fa-circle-down {
  --fa: "\f358";
  --fa--fa: "\f358\f358"; }

.fa-arrow-alt-circle-down {
  --fa: "\f358";
  --fa--fa: "\f358\f358"; }

.fa-arrows-turn-to-dots {
  --fa: "\e4c1";
  --fa--fa: "\e4c1\e4c1"; }

.fa-florin-sign {
  --fa: "\e184";
  --fa--fa: "\e184\e184"; }

.fa-arrow-down-short-wide {
  --fa: "\f884";
  --fa--fa: "\f884\f884"; }

.fa-sort-amount-desc {
  --fa: "\f884";
  --fa--fa: "\f884\f884"; }

.fa-sort-amount-down-alt {
  --fa: "\f884";
  --fa--fa: "\f884\f884"; }

.fa-less-than {
  --fa: "\3c";
  --fa--fa: "\3c\3c"; }

.fa-angle-down {
  --fa: "\f107";
  --fa--fa: "\f107\f107"; }

.fa-car-tunnel {
  --fa: "\e4de";
  --fa--fa: "\e4de\e4de"; }

.fa-head-side-cough {
  --fa: "\e061";
  --fa--fa: "\e061\e061"; }

.fa-grip-lines {
  --fa: "\f7a4";
  --fa--fa: "\f7a4\f7a4"; }

.fa-thumbs-down {
  --fa: "\f165";
  --fa--fa: "\f165\f165"; }

.fa-user-lock {
  --fa: "\f502";
  --fa--fa: "\f502\f502"; }

.fa-arrow-right-long {
  --fa: "\f178";
  --fa--fa: "\f178\f178"; }

.fa-long-arrow-right {
  --fa: "\f178";
  --fa--fa: "\f178\f178"; }

.fa-anchor-circle-xmark {
  --fa: "\e4ac";
  --fa--fa: "\e4ac\e4ac"; }

.fa-ellipsis {
  --fa: "\f141";
  --fa--fa: "\f141\f141"; }

.fa-ellipsis-h {
  --fa: "\f141";
  --fa--fa: "\f141\f141"; }

.fa-chess-pawn {
  --fa: "\f443";
  --fa--fa: "\f443\f443"; }

.fa-kit-medical {
  --fa: "\f479";
  --fa--fa: "\f479\f479"; }

.fa-first-aid {
  --fa: "\f479";
  --fa--fa: "\f479\f479"; }

.fa-person-through-window {
  --fa: "\e5a9";
  --fa--fa: "\e5a9\e5a9"; }

.fa-toolbox {
  --fa: "\f552";
  --fa--fa: "\f552\f552"; }

.fa-hands-holding-circle {
  --fa: "\e4fb";
  --fa--fa: "\e4fb\e4fb"; }

.fa-bug {
  --fa: "\f188";
  --fa--fa: "\f188\f188"; }

.fa-credit-card {
  --fa: "\f09d";
  --fa--fa: "\f09d\f09d"; }

.fa-credit-card-alt {
  --fa: "\f09d";
  --fa--fa: "\f09d\f09d"; }

.fa-car {
  --fa: "\f1b9";
  --fa--fa: "\f1b9\f1b9"; }

.fa-automobile {
  --fa: "\f1b9";
  --fa--fa: "\f1b9\f1b9"; }

.fa-hand-holding-hand {
  --fa: "\e4f7";
  --fa--fa: "\e4f7\e4f7"; }

.fa-book-open-reader {
  --fa: "\f5da";
  --fa--fa: "\f5da\f5da"; }

.fa-book-reader {
  --fa: "\f5da";
  --fa--fa: "\f5da\f5da"; }

.fa-mountain-sun {
  --fa: "\e52f";
  --fa--fa: "\e52f\e52f"; }

.fa-arrows-left-right-to-line {
  --fa: "\e4ba";
  --fa--fa: "\e4ba\e4ba"; }

.fa-dice-d20 {
  --fa: "\f6cf";
  --fa--fa: "\f6cf\f6cf"; }

.fa-truck-droplet {
  --fa: "\e58c";
  --fa--fa: "\e58c\e58c"; }

.fa-file-circle-xmark {
  --fa: "\e5a1";
  --fa--fa: "\e5a1\e5a1"; }

.fa-temperature-arrow-up {
  --fa: "\e040";
  --fa--fa: "\e040\e040"; }

.fa-temperature-up {
  --fa: "\e040";
  --fa--fa: "\e040\e040"; }

.fa-medal {
  --fa: "\f5a2";
  --fa--fa: "\f5a2\f5a2"; }

.fa-bed {
  --fa: "\f236";
  --fa--fa: "\f236\f236"; }

.fa-square-h {
  --fa: "\f0fd";
  --fa--fa: "\f0fd\f0fd"; }

.fa-h-square {
  --fa: "\f0fd";
  --fa--fa: "\f0fd\f0fd"; }

.fa-podcast {
  --fa: "\f2ce";
  --fa--fa: "\f2ce\f2ce"; }

.fa-temperature-full {
  --fa: "\f2c7";
  --fa--fa: "\f2c7\f2c7"; }

.fa-temperature-4 {
  --fa: "\f2c7";
  --fa--fa: "\f2c7\f2c7"; }

.fa-thermometer-4 {
  --fa: "\f2c7";
  --fa--fa: "\f2c7\f2c7"; }

.fa-thermometer-full {
  --fa: "\f2c7";
  --fa--fa: "\f2c7\f2c7"; }

.fa-bell {
  --fa: "\f0f3";
  --fa--fa: "\f0f3\f0f3"; }

.fa-superscript {
  --fa: "\f12b";
  --fa--fa: "\f12b\f12b"; }

.fa-plug-circle-xmark {
  --fa: "\e560";
  --fa--fa: "\e560\e560"; }

.fa-star-of-life {
  --fa: "\f621";
  --fa--fa: "\f621\f621"; }

.fa-phone-slash {
  --fa: "\f3dd";
  --fa--fa: "\f3dd\f3dd"; }

.fa-paint-roller {
  --fa: "\f5aa";
  --fa--fa: "\f5aa\f5aa"; }

.fa-handshake-angle {
  --fa: "\f4c4";
  --fa--fa: "\f4c4\f4c4"; }

.fa-hands-helping {
  --fa: "\f4c4";
  --fa--fa: "\f4c4\f4c4"; }

.fa-location-dot {
  --fa: "\f3c5";
  --fa--fa: "\f3c5\f3c5"; }

.fa-map-marker-alt {
  --fa: "\f3c5";
  --fa--fa: "\f3c5\f3c5"; }

.fa-file {
  --fa: "\f15b";
  --fa--fa: "\f15b\f15b"; }

.fa-greater-than {
  --fa: "\3e";
  --fa--fa: "\3e\3e"; }

.fa-person-swimming {
  --fa: "\f5c4";
  --fa--fa: "\f5c4\f5c4"; }

.fa-swimmer {
  --fa: "\f5c4";
  --fa--fa: "\f5c4\f5c4"; }

.fa-arrow-down {
  --fa: "\f063";
  --fa--fa: "\f063\f063"; }

.fa-droplet {
  --fa: "\f043";
  --fa--fa: "\f043\f043"; }

.fa-tint {
  --fa: "\f043";
  --fa--fa: "\f043\f043"; }

.fa-eraser {
  --fa: "\f12d";
  --fa--fa: "\f12d\f12d"; }

.fa-earth-americas {
  --fa: "\f57d";
  --fa--fa: "\f57d\f57d"; }

.fa-earth {
  --fa: "\f57d";
  --fa--fa: "\f57d\f57d"; }

.fa-earth-america {
  --fa: "\f57d";
  --fa--fa: "\f57d\f57d"; }

.fa-globe-americas {
  --fa: "\f57d";
  --fa--fa: "\f57d\f57d"; }

.fa-person-burst {
  --fa: "\e53b";
  --fa--fa: "\e53b\e53b"; }

.fa-dove {
  --fa: "\f4ba";
  --fa--fa: "\f4ba\f4ba"; }

.fa-battery-empty {
  --fa: "\f244";
  --fa--fa: "\f244\f244"; }

.fa-battery-0 {
  --fa: "\f244";
  --fa--fa: "\f244\f244"; }

.fa-socks {
  --fa: "\f696";
  --fa--fa: "\f696\f696"; }

.fa-inbox {
  --fa: "\f01c";
  --fa--fa: "\f01c\f01c"; }

.fa-section {
  --fa: "\e447";
  --fa--fa: "\e447\e447"; }

.fa-gauge-high {
  --fa: "\f625";
  --fa--fa: "\f625\f625"; }

.fa-tachometer-alt {
  --fa: "\f625";
  --fa--fa: "\f625\f625"; }

.fa-tachometer-alt-fast {
  --fa: "\f625";
  --fa--fa: "\f625\f625"; }

.fa-envelope-open-text {
  --fa: "\f658";
  --fa--fa: "\f658\f658"; }

.fa-hospital {
  --fa: "\f0f8";
  --fa--fa: "\f0f8\f0f8"; }

.fa-hospital-alt {
  --fa: "\f0f8";
  --fa--fa: "\f0f8\f0f8"; }

.fa-hospital-wide {
  --fa: "\f0f8";
  --fa--fa: "\f0f8\f0f8"; }

.fa-wine-bottle {
  --fa: "\f72f";
  --fa--fa: "\f72f\f72f"; }

.fa-chess-rook {
  --fa: "\f447";
  --fa--fa: "\f447\f447"; }

.fa-bars-staggered {
  --fa: "\f550";
  --fa--fa: "\f550\f550"; }

.fa-reorder {
  --fa: "\f550";
  --fa--fa: "\f550\f550"; }

.fa-stream {
  --fa: "\f550";
  --fa--fa: "\f550\f550"; }

.fa-dharmachakra {
  --fa: "\f655";
  --fa--fa: "\f655\f655"; }

.fa-hotdog {
  --fa: "\f80f";
  --fa--fa: "\f80f\f80f"; }

.fa-person-walking-with-cane {
  --fa: "\f29d";
  --fa--fa: "\f29d\f29d"; }

.fa-blind {
  --fa: "\f29d";
  --fa--fa: "\f29d\f29d"; }

.fa-drum {
  --fa: "\f569";
  --fa--fa: "\f569\f569"; }

.fa-ice-cream {
  --fa: "\f810";
  --fa--fa: "\f810\f810"; }

.fa-heart-circle-bolt {
  --fa: "\e4fc";
  --fa--fa: "\e4fc\e4fc"; }

.fa-fax {
  --fa: "\f1ac";
  --fa--fa: "\f1ac\f1ac"; }

.fa-paragraph {
  --fa: "\f1dd";
  --fa--fa: "\f1dd\f1dd"; }

.fa-check-to-slot {
  --fa: "\f772";
  --fa--fa: "\f772\f772"; }

.fa-vote-yea {
  --fa: "\f772";
  --fa--fa: "\f772\f772"; }

.fa-star-half {
  --fa: "\f089";
  --fa--fa: "\f089\f089"; }

.fa-boxes-stacked {
  --fa: "\f468";
  --fa--fa: "\f468\f468"; }

.fa-boxes {
  --fa: "\f468";
  --fa--fa: "\f468\f468"; }

.fa-boxes-alt {
  --fa: "\f468";
  --fa--fa: "\f468\f468"; }

.fa-link {
  --fa: "\f0c1";
  --fa--fa: "\f0c1\f0c1"; }

.fa-chain {
  --fa: "\f0c1";
  --fa--fa: "\f0c1\f0c1"; }

.fa-ear-listen {
  --fa: "\f2a2";
  --fa--fa: "\f2a2\f2a2"; }

.fa-assistive-listening-systems {
  --fa: "\f2a2";
  --fa--fa: "\f2a2\f2a2"; }

.fa-tree-city {
  --fa: "\e587";
  --fa--fa: "\e587\e587"; }

.fa-play {
  --fa: "\f04b";
  --fa--fa: "\f04b\f04b"; }

.fa-font {
  --fa: "\f031";
  --fa--fa: "\f031\f031"; }

.fa-table-cells-row-lock {
  --fa: "\e67a";
  --fa--fa: "\e67a\e67a"; }

.fa-rupiah-sign {
  --fa: "\e23d";
  --fa--fa: "\e23d\e23d"; }

.fa-magnifying-glass {
  --fa: "\f002";
  --fa--fa: "\f002\f002"; }

.fa-search {
  --fa: "\f002";
  --fa--fa: "\f002\f002"; }

.fa-table-tennis-paddle-ball {
  --fa: "\f45d";
  --fa--fa: "\f45d\f45d"; }

.fa-ping-pong-paddle-ball {
  --fa: "\f45d";
  --fa--fa: "\f45d\f45d"; }

.fa-table-tennis {
  --fa: "\f45d";
  --fa--fa: "\f45d\f45d"; }

.fa-person-dots-from-line {
  --fa: "\f470";
  --fa--fa: "\f470\f470"; }

.fa-diagnoses {
  --fa: "\f470";
  --fa--fa: "\f470\f470"; }

.fa-trash-can-arrow-up {
  --fa: "\f82a";
  --fa--fa: "\f82a\f82a"; }

.fa-trash-restore-alt {
  --fa: "\f82a";
  --fa--fa: "\f82a\f82a"; }

.fa-naira-sign {
  --fa: "\e1f6";
  --fa--fa: "\e1f6\e1f6"; }

.fa-cart-arrow-down {
  --fa: "\f218";
  --fa--fa: "\f218\f218"; }

.fa-walkie-talkie {
  --fa: "\f8ef";
  --fa--fa: "\f8ef\f8ef"; }

.fa-file-pen {
  --fa: "\f31c";
  --fa--fa: "\f31c\f31c"; }

.fa-file-edit {
  --fa: "\f31c";
  --fa--fa: "\f31c\f31c"; }

.fa-receipt {
  --fa: "\f543";
  --fa--fa: "\f543\f543"; }

.fa-square-pen {
  --fa: "\f14b";
  --fa--fa: "\f14b\f14b"; }

.fa-pen-square {
  --fa: "\f14b";
  --fa--fa: "\f14b\f14b"; }

.fa-pencil-square {
  --fa: "\f14b";
  --fa--fa: "\f14b\f14b"; }

.fa-suitcase-rolling {
  --fa: "\f5c1";
  --fa--fa: "\f5c1\f5c1"; }

.fa-person-circle-exclamation {
  --fa: "\e53f";
  --fa--fa: "\e53f\e53f"; }

.fa-chevron-down {
  --fa: "\f078";
  --fa--fa: "\f078\f078"; }

.fa-battery-full {
  --fa: "\f240";
  --fa--fa: "\f240\f240"; }

.fa-battery {
  --fa: "\f240";
  --fa--fa: "\f240\f240"; }

.fa-battery-5 {
  --fa: "\f240";
  --fa--fa: "\f240\f240"; }

.fa-skull-crossbones {
  --fa: "\f714";
  --fa--fa: "\f714\f714"; }

.fa-code-compare {
  --fa: "\e13a";
  --fa--fa: "\e13a\e13a"; }

.fa-list-ul {
  --fa: "\f0ca";
  --fa--fa: "\f0ca\f0ca"; }

.fa-list-dots {
  --fa: "\f0ca";
  --fa--fa: "\f0ca\f0ca"; }

.fa-school-lock {
  --fa: "\e56f";
  --fa--fa: "\e56f\e56f"; }

.fa-tower-cell {
  --fa: "\e585";
  --fa--fa: "\e585\e585"; }

.fa-down-long {
  --fa: "\f309";
  --fa--fa: "\f309\f309"; }

.fa-long-arrow-alt-down {
  --fa: "\f309";
  --fa--fa: "\f309\f309"; }

.fa-ranking-star {
  --fa: "\e561";
  --fa--fa: "\e561\e561"; }

.fa-chess-king {
  --fa: "\f43f";
  --fa--fa: "\f43f\f43f"; }

.fa-person-harassing {
  --fa: "\e549";
  --fa--fa: "\e549\e549"; }

.fa-brazilian-real-sign {
  --fa: "\e46c";
  --fa--fa: "\e46c\e46c"; }

.fa-landmark-dome {
  --fa: "\f752";
  --fa--fa: "\f752\f752"; }

.fa-landmark-alt {
  --fa: "\f752";
  --fa--fa: "\f752\f752"; }

.fa-arrow-up {
  --fa: "\f062";
  --fa--fa: "\f062\f062"; }

.fa-tv {
  --fa: "\f26c";
  --fa--fa: "\f26c\f26c"; }

.fa-television {
  --fa: "\f26c";
  --fa--fa: "\f26c\f26c"; }

.fa-tv-alt {
  --fa: "\f26c";
  --fa--fa: "\f26c\f26c"; }

.fa-shrimp {
  --fa: "\e448";
  --fa--fa: "\e448\e448"; }

.fa-list-check {
  --fa: "\f0ae";
  --fa--fa: "\f0ae\f0ae"; }

.fa-tasks {
  --fa: "\f0ae";
  --fa--fa: "\f0ae\f0ae"; }

.fa-jug-detergent {
  --fa: "\e519";
  --fa--fa: "\e519\e519"; }

.fa-circle-user {
  --fa: "\f2bd";
  --fa--fa: "\f2bd\f2bd"; }

.fa-user-circle {
  --fa: "\f2bd";
  --fa--fa: "\f2bd\f2bd"; }

.fa-user-shield {
  --fa: "\f505";
  --fa--fa: "\f505\f505"; }

.fa-wind {
  --fa: "\f72e";
  --fa--fa: "\f72e\f72e"; }

.fa-car-burst {
  --fa: "\f5e1";
  --fa--fa: "\f5e1\f5e1"; }

.fa-car-crash {
  --fa: "\f5e1";
  --fa--fa: "\f5e1\f5e1"; }

.fa-y {
  --fa: "\59";
  --fa--fa: "\59\59"; }

.fa-person-snowboarding {
  --fa: "\f7ce";
  --fa--fa: "\f7ce\f7ce"; }

.fa-snowboarding {
  --fa: "\f7ce";
  --fa--fa: "\f7ce\f7ce"; }

.fa-truck-fast {
  --fa: "\f48b";
  --fa--fa: "\f48b\f48b"; }

.fa-shipping-fast {
  --fa: "\f48b";
  --fa--fa: "\f48b\f48b"; }

.fa-fish {
  --fa: "\f578";
  --fa--fa: "\f578\f578"; }

.fa-user-graduate {
  --fa: "\f501";
  --fa--fa: "\f501\f501"; }

.fa-circle-half-stroke {
  --fa: "\f042";
  --fa--fa: "\f042\f042"; }

.fa-adjust {
  --fa: "\f042";
  --fa--fa: "\f042\f042"; }

.fa-clapperboard {
  --fa: "\e131";
  --fa--fa: "\e131\e131"; }

.fa-circle-radiation {
  --fa: "\f7ba";
  --fa--fa: "\f7ba\f7ba"; }

.fa-radiation-alt {
  --fa: "\f7ba";
  --fa--fa: "\f7ba\f7ba"; }

.fa-baseball {
  --fa: "\f433";
  --fa--fa: "\f433\f433"; }

.fa-baseball-ball {
  --fa: "\f433";
  --fa--fa: "\f433\f433"; }

.fa-jet-fighter-up {
  --fa: "\e518";
  --fa--fa: "\e518\e518"; }

.fa-diagram-project {
  --fa: "\f542";
  --fa--fa: "\f542\f542"; }

.fa-project-diagram {
  --fa: "\f542";
  --fa--fa: "\f542\f542"; }

.fa-copy {
  --fa: "\f0c5";
  --fa--fa: "\f0c5\f0c5"; }

.fa-volume-xmark {
  --fa: "\f6a9";
  --fa--fa: "\f6a9\f6a9"; }

.fa-volume-mute {
  --fa: "\f6a9";
  --fa--fa: "\f6a9\f6a9"; }

.fa-volume-times {
  --fa: "\f6a9";
  --fa--fa: "\f6a9\f6a9"; }

.fa-hand-sparkles {
  --fa: "\e05d";
  --fa--fa: "\e05d\e05d"; }

.fa-grip {
  --fa: "\f58d";
  --fa--fa: "\f58d\f58d"; }

.fa-grip-horizontal {
  --fa: "\f58d";
  --fa--fa: "\f58d\f58d"; }

.fa-share-from-square {
  --fa: "\f14d";
  --fa--fa: "\f14d\f14d"; }

.fa-share-square {
  --fa: "\f14d";
  --fa--fa: "\f14d\f14d"; }

.fa-child-combatant {
  --fa: "\e4e0";
  --fa--fa: "\e4e0\e4e0"; }

.fa-child-rifle {
  --fa: "\e4e0";
  --fa--fa: "\e4e0\e4e0"; }

.fa-gun {
  --fa: "\e19b";
  --fa--fa: "\e19b\e19b"; }

.fa-square-phone {
  --fa: "\f098";
  --fa--fa: "\f098\f098"; }

.fa-phone-square {
  --fa: "\f098";
  --fa--fa: "\f098\f098"; }

.fa-plus {
  --fa: "\2b";
  --fa--fa: "\2b\2b"; }

.fa-add {
  --fa: "\2b";
  --fa--fa: "\2b\2b"; }

.fa-expand {
  --fa: "\f065";
  --fa--fa: "\f065\f065"; }

.fa-computer {
  --fa: "\e4e5";
  --fa--fa: "\e4e5\e4e5"; }

.fa-xmark {
  --fa: "\f00d";
  --fa--fa: "\f00d\f00d"; }

.fa-close {
  --fa: "\f00d";
  --fa--fa: "\f00d\f00d"; }

.fa-multiply {
  --fa: "\f00d";
  --fa--fa: "\f00d\f00d"; }

.fa-remove {
  --fa: "\f00d";
  --fa--fa: "\f00d\f00d"; }

.fa-times {
  --fa: "\f00d";
  --fa--fa: "\f00d\f00d"; }

.fa-arrows-up-down-left-right {
  --fa: "\f047";
  --fa--fa: "\f047\f047"; }

.fa-arrows {
  --fa: "\f047";
  --fa--fa: "\f047\f047"; }

.fa-chalkboard-user {
  --fa: "\f51c";
  --fa--fa: "\f51c\f51c"; }

.fa-chalkboard-teacher {
  --fa: "\f51c";
  --fa--fa: "\f51c\f51c"; }

.fa-peso-sign {
  --fa: "\e222";
  --fa--fa: "\e222\e222"; }

.fa-building-shield {
  --fa: "\e4d8";
  --fa--fa: "\e4d8\e4d8"; }

.fa-baby {
  --fa: "\f77c";
  --fa--fa: "\f77c\f77c"; }

.fa-users-line {
  --fa: "\e592";
  --fa--fa: "\e592\e592"; }

.fa-quote-left {
  --fa: "\f10d";
  --fa--fa: "\f10d\f10d"; }

.fa-quote-left-alt {
  --fa: "\f10d";
  --fa--fa: "\f10d\f10d"; }

.fa-tractor {
  --fa: "\f722";
  --fa--fa: "\f722\f722"; }

.fa-trash-arrow-up {
  --fa: "\f829";
  --fa--fa: "\f829\f829"; }

.fa-trash-restore {
  --fa: "\f829";
  --fa--fa: "\f829\f829"; }

.fa-arrow-down-up-lock {
  --fa: "\e4b0";
  --fa--fa: "\e4b0\e4b0"; }

.fa-lines-leaning {
  --fa: "\e51e";
  --fa--fa: "\e51e\e51e"; }

.fa-ruler-combined {
  --fa: "\f546";
  --fa--fa: "\f546\f546"; }

.fa-copyright {
  --fa: "\f1f9";
  --fa--fa: "\f1f9\f1f9"; }

.fa-equals {
  --fa: "\3d";
  --fa--fa: "\3d\3d"; }

.fa-blender {
  --fa: "\f517";
  --fa--fa: "\f517\f517"; }

.fa-teeth {
  --fa: "\f62e";
  --fa--fa: "\f62e\f62e"; }

.fa-shekel-sign {
  --fa: "\f20b";
  --fa--fa: "\f20b\f20b"; }

.fa-ils {
  --fa: "\f20b";
  --fa--fa: "\f20b\f20b"; }

.fa-shekel {
  --fa: "\f20b";
  --fa--fa: "\f20b\f20b"; }

.fa-sheqel {
  --fa: "\f20b";
  --fa--fa: "\f20b\f20b"; }

.fa-sheqel-sign {
  --fa: "\f20b";
  --fa--fa: "\f20b\f20b"; }

.fa-map {
  --fa: "\f279";
  --fa--fa: "\f279\f279"; }

.fa-rocket {
  --fa: "\f135";
  --fa--fa: "\f135\f135"; }

.fa-photo-film {
  --fa: "\f87c";
  --fa--fa: "\f87c\f87c"; }

.fa-photo-video {
  --fa: "\f87c";
  --fa--fa: "\f87c\f87c"; }

.fa-folder-minus {
  --fa: "\f65d";
  --fa--fa: "\f65d\f65d"; }

.fa-hexagon-nodes-bolt {
  --fa: "\e69a";
  --fa--fa: "\e69a\e69a"; }

.fa-store {
  --fa: "\f54e";
  --fa--fa: "\f54e\f54e"; }

.fa-arrow-trend-up {
  --fa: "\e098";
  --fa--fa: "\e098\e098"; }

.fa-plug-circle-minus {
  --fa: "\e55e";
  --fa--fa: "\e55e\e55e"; }

.fa-sign-hanging {
  --fa: "\f4d9";
  --fa--fa: "\f4d9\f4d9"; }

.fa-sign {
  --fa: "\f4d9";
  --fa--fa: "\f4d9\f4d9"; }

.fa-bezier-curve {
  --fa: "\f55b";
  --fa--fa: "\f55b\f55b"; }

.fa-bell-slash {
  --fa: "\f1f6";
  --fa--fa: "\f1f6\f1f6"; }

.fa-tablet {
  --fa: "\f3fb";
  --fa--fa: "\f3fb\f3fb"; }

.fa-tablet-android {
  --fa: "\f3fb";
  --fa--fa: "\f3fb\f3fb"; }

.fa-school-flag {
  --fa: "\e56e";
  --fa--fa: "\e56e\e56e"; }

.fa-fill {
  --fa: "\f575";
  --fa--fa: "\f575\f575"; }

.fa-angle-up {
  --fa: "\f106";
  --fa--fa: "\f106\f106"; }

.fa-drumstick-bite {
  --fa: "\f6d7";
  --fa--fa: "\f6d7\f6d7"; }

.fa-holly-berry {
  --fa: "\f7aa";
  --fa--fa: "\f7aa\f7aa"; }

.fa-chevron-left {
  --fa: "\f053";
  --fa--fa: "\f053\f053"; }

.fa-bacteria {
  --fa: "\e059";
  --fa--fa: "\e059\e059"; }

.fa-hand-lizard {
  --fa: "\f258";
  --fa--fa: "\f258\f258"; }

.fa-notdef {
  --fa: "\e1fe";
  --fa--fa: "\e1fe\e1fe"; }

.fa-disease {
  --fa: "\f7fa";
  --fa--fa: "\f7fa\f7fa"; }

.fa-briefcase-medical {
  --fa: "\f469";
  --fa--fa: "\f469\f469"; }

.fa-genderless {
  --fa: "\f22d";
  --fa--fa: "\f22d\f22d"; }

.fa-chevron-right {
  --fa: "\f054";
  --fa--fa: "\f054\f054"; }

.fa-retweet {
  --fa: "\f079";
  --fa--fa: "\f079\f079"; }

.fa-car-rear {
  --fa: "\f5de";
  --fa--fa: "\f5de\f5de"; }

.fa-car-alt {
  --fa: "\f5de";
  --fa--fa: "\f5de\f5de"; }

.fa-pump-soap {
  --fa: "\e06b";
  --fa--fa: "\e06b\e06b"; }

.fa-video-slash {
  --fa: "\f4e2";
  --fa--fa: "\f4e2\f4e2"; }

.fa-battery-quarter {
  --fa: "\f243";
  --fa--fa: "\f243\f243"; }

.fa-battery-2 {
  --fa: "\f243";
  --fa--fa: "\f243\f243"; }

.fa-radio {
  --fa: "\f8d7";
  --fa--fa: "\f8d7\f8d7"; }

.fa-baby-carriage {
  --fa: "\f77d";
  --fa--fa: "\f77d\f77d"; }

.fa-carriage-baby {
  --fa: "\f77d";
  --fa--fa: "\f77d\f77d"; }

.fa-traffic-light {
  --fa: "\f637";
  --fa--fa: "\f637\f637"; }

.fa-thermometer {
  --fa: "\f491";
  --fa--fa: "\f491\f491"; }

.fa-vr-cardboard {
  --fa: "\f729";
  --fa--fa: "\f729\f729"; }

.fa-hand-middle-finger {
  --fa: "\f806";
  --fa--fa: "\f806\f806"; }

.fa-percent {
  --fa: "\25";
  --fa--fa: "\25\25"; }

.fa-percentage {
  --fa: "\25";
  --fa--fa: "\25\25"; }

.fa-truck-moving {
  --fa: "\f4df";
  --fa--fa: "\f4df\f4df"; }

.fa-glass-water-droplet {
  --fa: "\e4f5";
  --fa--fa: "\e4f5\e4f5"; }

.fa-display {
  --fa: "\e163";
  --fa--fa: "\e163\e163"; }

.fa-face-smile {
  --fa: "\f118";
  --fa--fa: "\f118\f118"; }

.fa-smile {
  --fa: "\f118";
  --fa--fa: "\f118\f118"; }

.fa-thumbtack {
  --fa: "\f08d";
  --fa--fa: "\f08d\f08d"; }

.fa-thumb-tack {
  --fa: "\f08d";
  --fa--fa: "\f08d\f08d"; }

.fa-trophy {
  --fa: "\f091";
  --fa--fa: "\f091\f091"; }

.fa-person-praying {
  --fa: "\f683";
  --fa--fa: "\f683\f683"; }

.fa-pray {
  --fa: "\f683";
  --fa--fa: "\f683\f683"; }

.fa-hammer {
  --fa: "\f6e3";
  --fa--fa: "\f6e3\f6e3"; }

.fa-hand-peace {
  --fa: "\f25b";
  --fa--fa: "\f25b\f25b"; }

.fa-rotate {
  --fa: "\f2f1";
  --fa--fa: "\f2f1\f2f1"; }

.fa-sync-alt {
  --fa: "\f2f1";
  --fa--fa: "\f2f1\f2f1"; }

.fa-spinner {
  --fa: "\f110";
  --fa--fa: "\f110\f110"; }

.fa-robot {
  --fa: "\f544";
  --fa--fa: "\f544\f544"; }

.fa-peace {
  --fa: "\f67c";
  --fa--fa: "\f67c\f67c"; }

.fa-gears {
  --fa: "\f085";
  --fa--fa: "\f085\f085"; }

.fa-cogs {
  --fa: "\f085";
  --fa--fa: "\f085\f085"; }

.fa-warehouse {
  --fa: "\f494";
  --fa--fa: "\f494\f494"; }

.fa-arrow-up-right-dots {
  --fa: "\e4b7";
  --fa--fa: "\e4b7\e4b7"; }

.fa-splotch {
  --fa: "\f5bc";
  --fa--fa: "\f5bc\f5bc"; }

.fa-face-grin-hearts {
  --fa: "\f584";
  --fa--fa: "\f584\f584"; }

.fa-grin-hearts {
  --fa: "\f584";
  --fa--fa: "\f584\f584"; }

.fa-dice-four {
  --fa: "\f524";
  --fa--fa: "\f524\f524"; }

.fa-sim-card {
  --fa: "\f7c4";
  --fa--fa: "\f7c4\f7c4"; }

.fa-transgender {
  --fa: "\f225";
  --fa--fa: "\f225\f225"; }

.fa-transgender-alt {
  --fa: "\f225";
  --fa--fa: "\f225\f225"; }

.fa-mercury {
  --fa: "\f223";
  --fa--fa: "\f223\f223"; }

.fa-arrow-turn-down {
  --fa: "\f149";
  --fa--fa: "\f149\f149"; }

.fa-level-down {
  --fa: "\f149";
  --fa--fa: "\f149\f149"; }

.fa-person-falling-burst {
  --fa: "\e547";
  --fa--fa: "\e547\e547"; }

.fa-award {
  --fa: "\f559";
  --fa--fa: "\f559\f559"; }

.fa-ticket-simple {
  --fa: "\f3ff";
  --fa--fa: "\f3ff\f3ff"; }

.fa-ticket-alt {
  --fa: "\f3ff";
  --fa--fa: "\f3ff\f3ff"; }

.fa-building {
  --fa: "\f1ad";
  --fa--fa: "\f1ad\f1ad"; }

.fa-angles-left {
  --fa: "\f100";
  --fa--fa: "\f100\f100"; }

.fa-angle-double-left {
  --fa: "\f100";
  --fa--fa: "\f100\f100"; }

.fa-qrcode {
  --fa: "\f029";
  --fa--fa: "\f029\f029"; }

.fa-clock-rotate-left {
  --fa: "\f1da";
  --fa--fa: "\f1da\f1da"; }

.fa-history {
  --fa: "\f1da";
  --fa--fa: "\f1da\f1da"; }

.fa-face-grin-beam-sweat {
  --fa: "\f583";
  --fa--fa: "\f583\f583"; }

.fa-grin-beam-sweat {
  --fa: "\f583";
  --fa--fa: "\f583\f583"; }

.fa-file-export {
  --fa: "\f56e";
  --fa--fa: "\f56e\f56e"; }

.fa-arrow-right-from-file {
  --fa: "\f56e";
  --fa--fa: "\f56e\f56e"; }

.fa-shield {
  --fa: "\f132";
  --fa--fa: "\f132\f132"; }

.fa-shield-blank {
  --fa: "\f132";
  --fa--fa: "\f132\f132"; }

.fa-arrow-up-short-wide {
  --fa: "\f885";
  --fa--fa: "\f885\f885"; }

.fa-sort-amount-up-alt {
  --fa: "\f885";
  --fa--fa: "\f885\f885"; }

.fa-comment-nodes {
  --fa: "\e696";
  --fa--fa: "\e696\e696"; }

.fa-house-medical {
  --fa: "\e3b2";
  --fa--fa: "\e3b2\e3b2"; }

.fa-golf-ball-tee {
  --fa: "\f450";
  --fa--fa: "\f450\f450"; }

.fa-golf-ball {
  --fa: "\f450";
  --fa--fa: "\f450\f450"; }

.fa-circle-chevron-left {
  --fa: "\f137";
  --fa--fa: "\f137\f137"; }

.fa-chevron-circle-left {
  --fa: "\f137";
  --fa--fa: "\f137\f137"; }

.fa-house-chimney-window {
  --fa: "\e00d";
  --fa--fa: "\e00d\e00d"; }

.fa-pen-nib {
  --fa: "\f5ad";
  --fa--fa: "\f5ad\f5ad"; }

.fa-tent-arrow-turn-left {
  --fa: "\e580";
  --fa--fa: "\e580\e580"; }

.fa-tents {
  --fa: "\e582";
  --fa--fa: "\e582\e582"; }

.fa-wand-magic {
  --fa: "\f0d0";
  --fa--fa: "\f0d0\f0d0"; }

.fa-magic {
  --fa: "\f0d0";
  --fa--fa: "\f0d0\f0d0"; }

.fa-dog {
  --fa: "\f6d3";
  --fa--fa: "\f6d3\f6d3"; }

.fa-carrot {
  --fa: "\f787";
  --fa--fa: "\f787\f787"; }

.fa-moon {
  --fa: "\f186";
  --fa--fa: "\f186\f186"; }

.fa-wine-glass-empty {
  --fa: "\f5ce";
  --fa--fa: "\f5ce\f5ce"; }

.fa-wine-glass-alt {
  --fa: "\f5ce";
  --fa--fa: "\f5ce\f5ce"; }

.fa-cheese {
  --fa: "\f7ef";
  --fa--fa: "\f7ef\f7ef"; }

.fa-yin-yang {
  --fa: "\f6ad";
  --fa--fa: "\f6ad\f6ad"; }

.fa-music {
  --fa: "\f001";
  --fa--fa: "\f001\f001"; }

.fa-code-commit {
  --fa: "\f386";
  --fa--fa: "\f386\f386"; }

.fa-temperature-low {
  --fa: "\f76b";
  --fa--fa: "\f76b\f76b"; }

.fa-person-biking {
  --fa: "\f84a";
  --fa--fa: "\f84a\f84a"; }

.fa-biking {
  --fa: "\f84a";
  --fa--fa: "\f84a\f84a"; }

.fa-broom {
  --fa: "\f51a";
  --fa--fa: "\f51a\f51a"; }

.fa-shield-heart {
  --fa: "\e574";
  --fa--fa: "\e574\e574"; }

.fa-gopuram {
  --fa: "\f664";
  --fa--fa: "\f664\f664"; }

.fa-earth-oceania {
  --fa: "\e47b";
  --fa--fa: "\e47b\e47b"; }

.fa-globe-oceania {
  --fa: "\e47b";
  --fa--fa: "\e47b\e47b"; }

.fa-square-xmark {
  --fa: "\f2d3";
  --fa--fa: "\f2d3\f2d3"; }

.fa-times-square {
  --fa: "\f2d3";
  --fa--fa: "\f2d3\f2d3"; }

.fa-xmark-square {
  --fa: "\f2d3";
  --fa--fa: "\f2d3\f2d3"; }

.fa-hashtag {
  --fa: "\23";
  --fa--fa: "\23\23"; }

.fa-up-right-and-down-left-from-center {
  --fa: "\f424";
  --fa--fa: "\f424\f424"; }

.fa-expand-alt {
  --fa: "\f424";
  --fa--fa: "\f424\f424"; }

.fa-oil-can {
  --fa: "\f613";
  --fa--fa: "\f613\f613"; }

.fa-t {
  --fa: "\54";
  --fa--fa: "\54\54"; }

.fa-hippo {
  --fa: "\f6ed";
  --fa--fa: "\f6ed\f6ed"; }

.fa-chart-column {
  --fa: "\e0e3";
  --fa--fa: "\e0e3\e0e3"; }

.fa-infinity {
  --fa: "\f534";
  --fa--fa: "\f534\f534"; }

.fa-vial-circle-check {
  --fa: "\e596";
  --fa--fa: "\e596\e596"; }

.fa-person-arrow-down-to-line {
  --fa: "\e538";
  --fa--fa: "\e538\e538"; }

.fa-voicemail {
  --fa: "\f897";
  --fa--fa: "\f897\f897"; }

.fa-fan {
  --fa: "\f863";
  --fa--fa: "\f863\f863"; }

.fa-person-walking-luggage {
  --fa: "\e554";
  --fa--fa: "\e554\e554"; }

.fa-up-down {
  --fa: "\f338";
  --fa--fa: "\f338\f338"; }

.fa-arrows-alt-v {
  --fa: "\f338";
  --fa--fa: "\f338\f338"; }

.fa-cloud-moon-rain {
  --fa: "\f73c";
  --fa--fa: "\f73c\f73c"; }

.fa-calendar {
  --fa: "\f133";
  --fa--fa: "\f133\f133"; }

.fa-trailer {
  --fa: "\e041";
  --fa--fa: "\e041\e041"; }

.fa-bahai {
  --fa: "\f666";
  --fa--fa: "\f666\f666"; }

.fa-haykal {
  --fa: "\f666";
  --fa--fa: "\f666\f666"; }

.fa-sd-card {
  --fa: "\f7c2";
  --fa--fa: "\f7c2\f7c2"; }

.fa-dragon {
  --fa: "\f6d5";
  --fa--fa: "\f6d5\f6d5"; }

.fa-shoe-prints {
  --fa: "\f54b";
  --fa--fa: "\f54b\f54b"; }

.fa-circle-plus {
  --fa: "\f055";
  --fa--fa: "\f055\f055"; }

.fa-plus-circle {
  --fa: "\f055";
  --fa--fa: "\f055\f055"; }

.fa-face-grin-tongue-wink {
  --fa: "\f58b";
  --fa--fa: "\f58b\f58b"; }

.fa-grin-tongue-wink {
  --fa: "\f58b";
  --fa--fa: "\f58b\f58b"; }

.fa-hand-holding {
  --fa: "\f4bd";
  --fa--fa: "\f4bd\f4bd"; }

.fa-plug-circle-exclamation {
  --fa: "\e55d";
  --fa--fa: "\e55d\e55d"; }

.fa-link-slash {
  --fa: "\f127";
  --fa--fa: "\f127\f127"; }

.fa-chain-broken {
  --fa: "\f127";
  --fa--fa: "\f127\f127"; }

.fa-chain-slash {
  --fa: "\f127";
  --fa--fa: "\f127\f127"; }

.fa-unlink {
  --fa: "\f127";
  --fa--fa: "\f127\f127"; }

.fa-clone {
  --fa: "\f24d";
  --fa--fa: "\f24d\f24d"; }

.fa-person-walking-arrow-loop-left {
  --fa: "\e551";
  --fa--fa: "\e551\e551"; }

.fa-arrow-up-z-a {
  --fa: "\f882";
  --fa--fa: "\f882\f882"; }

.fa-sort-alpha-up-alt {
  --fa: "\f882";
  --fa--fa: "\f882\f882"; }

.fa-fire-flame-curved {
  --fa: "\f7e4";
  --fa--fa: "\f7e4\f7e4"; }

.fa-fire-alt {
  --fa: "\f7e4";
  --fa--fa: "\f7e4\f7e4"; }

.fa-tornado {
  --fa: "\f76f";
  --fa--fa: "\f76f\f76f"; }

.fa-file-circle-plus {
  --fa: "\e494";
  --fa--fa: "\e494\e494"; }

.fa-book-quran {
  --fa: "\f687";
  --fa--fa: "\f687\f687"; }

.fa-quran {
  --fa: "\f687";
  --fa--fa: "\f687\f687"; }

.fa-anchor {
  --fa: "\f13d";
  --fa--fa: "\f13d\f13d"; }

.fa-border-all {
  --fa: "\f84c";
  --fa--fa: "\f84c\f84c"; }

.fa-face-angry {
  --fa: "\f556";
  --fa--fa: "\f556\f556"; }

.fa-angry {
  --fa: "\f556";
  --fa--fa: "\f556\f556"; }

.fa-cookie-bite {
  --fa: "\f564";
  --fa--fa: "\f564\f564"; }

.fa-arrow-trend-down {
  --fa: "\e097";
  --fa--fa: "\e097\e097"; }

.fa-rss {
  --fa: "\f09e";
  --fa--fa: "\f09e\f09e"; }

.fa-feed {
  --fa: "\f09e";
  --fa--fa: "\f09e\f09e"; }

.fa-draw-polygon {
  --fa: "\f5ee";
  --fa--fa: "\f5ee\f5ee"; }

.fa-scale-balanced {
  --fa: "\f24e";
  --fa--fa: "\f24e\f24e"; }

.fa-balance-scale {
  --fa: "\f24e";
  --fa--fa: "\f24e\f24e"; }

.fa-gauge-simple-high {
  --fa: "\f62a";
  --fa--fa: "\f62a\f62a"; }

.fa-tachometer {
  --fa: "\f62a";
  --fa--fa: "\f62a\f62a"; }

.fa-tachometer-fast {
  --fa: "\f62a";
  --fa--fa: "\f62a\f62a"; }

.fa-shower {
  --fa: "\f2cc";
  --fa--fa: "\f2cc\f2cc"; }

.fa-desktop {
  --fa: "\f390";
  --fa--fa: "\f390\f390"; }

.fa-desktop-alt {
  --fa: "\f390";
  --fa--fa: "\f390\f390"; }

.fa-m {
  --fa: "\4d";
  --fa--fa: "\4d\4d"; }

.fa-table-list {
  --fa: "\f00b";
  --fa--fa: "\f00b\f00b"; }

.fa-th-list {
  --fa: "\f00b";
  --fa--fa: "\f00b\f00b"; }

.fa-comment-sms {
  --fa: "\f7cd";
  --fa--fa: "\f7cd\f7cd"; }

.fa-sms {
  --fa: "\f7cd";
  --fa--fa: "\f7cd\f7cd"; }

.fa-book {
  --fa: "\f02d";
  --fa--fa: "\f02d\f02d"; }

.fa-user-plus {
  --fa: "\f234";
  --fa--fa: "\f234\f234"; }

.fa-check {
  --fa: "\f00c";
  --fa--fa: "\f00c\f00c"; }

.fa-battery-three-quarters {
  --fa: "\f241";
  --fa--fa: "\f241\f241"; }

.fa-battery-4 {
  --fa: "\f241";
  --fa--fa: "\f241\f241"; }

.fa-house-circle-check {
  --fa: "\e509";
  --fa--fa: "\e509\e509"; }

.fa-angle-left {
  --fa: "\f104";
  --fa--fa: "\f104\f104"; }

.fa-diagram-successor {
  --fa: "\e47a";
  --fa--fa: "\e47a\e47a"; }

.fa-truck-arrow-right {
  --fa: "\e58b";
  --fa--fa: "\e58b\e58b"; }

.fa-arrows-split-up-and-left {
  --fa: "\e4bc";
  --fa--fa: "\e4bc\e4bc"; }

.fa-hand-fist {
  --fa: "\f6de";
  --fa--fa: "\f6de\f6de"; }

.fa-fist-raised {
  --fa: "\f6de";
  --fa--fa: "\f6de\f6de"; }

.fa-cloud-moon {
  --fa: "\f6c3";
  --fa--fa: "\f6c3\f6c3"; }

.fa-briefcase {
  --fa: "\f0b1";
  --fa--fa: "\f0b1\f0b1"; }

.fa-person-falling {
  --fa: "\e546";
  --fa--fa: "\e546\e546"; }

.fa-image-portrait {
  --fa: "\f3e0";
  --fa--fa: "\f3e0\f3e0"; }

.fa-portrait {
  --fa: "\f3e0";
  --fa--fa: "\f3e0\f3e0"; }

.fa-user-tag {
  --fa: "\f507";
  --fa--fa: "\f507\f507"; }

.fa-rug {
  --fa: "\e569";
  --fa--fa: "\e569\e569"; }

.fa-earth-europe {
  --fa: "\f7a2";
  --fa--fa: "\f7a2\f7a2"; }

.fa-globe-europe {
  --fa: "\f7a2";
  --fa--fa: "\f7a2\f7a2"; }

.fa-cart-flatbed-suitcase {
  --fa: "\f59d";
  --fa--fa: "\f59d\f59d"; }

.fa-luggage-cart {
  --fa: "\f59d";
  --fa--fa: "\f59d\f59d"; }

.fa-rectangle-xmark {
  --fa: "\f410";
  --fa--fa: "\f410\f410"; }

.fa-rectangle-times {
  --fa: "\f410";
  --fa--fa: "\f410\f410"; }

.fa-times-rectangle {
  --fa: "\f410";
  --fa--fa: "\f410\f410"; }

.fa-window-close {
  --fa: "\f410";
  --fa--fa: "\f410\f410"; }

.fa-baht-sign {
  --fa: "\e0ac";
  --fa--fa: "\e0ac\e0ac"; }

.fa-book-open {
  --fa: "\f518";
  --fa--fa: "\f518\f518"; }

.fa-book-journal-whills {
  --fa: "\f66a";
  --fa--fa: "\f66a\f66a"; }

.fa-journal-whills {
  --fa: "\f66a";
  --fa--fa: "\f66a\f66a"; }

.fa-handcuffs {
  --fa: "\e4f8";
  --fa--fa: "\e4f8\e4f8"; }

.fa-triangle-exclamation {
  --fa: "\f071";
  --fa--fa: "\f071\f071"; }

.fa-exclamation-triangle {
  --fa: "\f071";
  --fa--fa: "\f071\f071"; }

.fa-warning {
  --fa: "\f071";
  --fa--fa: "\f071\f071"; }

.fa-database {
  --fa: "\f1c0";
  --fa--fa: "\f1c0\f1c0"; }

.fa-share {
  --fa: "\f064";
  --fa--fa: "\f064\f064"; }

.fa-mail-forward {
  --fa: "\f064";
  --fa--fa: "\f064\f064"; }

.fa-bottle-droplet {
  --fa: "\e4c4";
  --fa--fa: "\e4c4\e4c4"; }

.fa-mask-face {
  --fa: "\e1d7";
  --fa--fa: "\e1d7\e1d7"; }

.fa-hill-rockslide {
  --fa: "\e508";
  --fa--fa: "\e508\e508"; }

.fa-right-left {
  --fa: "\f362";
  --fa--fa: "\f362\f362"; }

.fa-exchange-alt {
  --fa: "\f362";
  --fa--fa: "\f362\f362"; }

.fa-paper-plane {
  --fa: "\f1d8";
  --fa--fa: "\f1d8\f1d8"; }

.fa-road-circle-exclamation {
  --fa: "\e565";
  --fa--fa: "\e565\e565"; }

.fa-dungeon {
  --fa: "\f6d9";
  --fa--fa: "\f6d9\f6d9"; }

.fa-align-right {
  --fa: "\f038";
  --fa--fa: "\f038\f038"; }

.fa-money-bill-1-wave {
  --fa: "\f53b";
  --fa--fa: "\f53b\f53b"; }

.fa-money-bill-wave-alt {
  --fa: "\f53b";
  --fa--fa: "\f53b\f53b"; }

.fa-life-ring {
  --fa: "\f1cd";
  --fa--fa: "\f1cd\f1cd"; }

.fa-hands {
  --fa: "\f2a7";
  --fa--fa: "\f2a7\f2a7"; }

.fa-sign-language {
  --fa: "\f2a7";
  --fa--fa: "\f2a7\f2a7"; }

.fa-signing {
  --fa: "\f2a7";
  --fa--fa: "\f2a7\f2a7"; }

.fa-calendar-day {
  --fa: "\f783";
  --fa--fa: "\f783\f783"; }

.fa-water-ladder {
  --fa: "\f5c5";
  --fa--fa: "\f5c5\f5c5"; }

.fa-ladder-water {
  --fa: "\f5c5";
  --fa--fa: "\f5c5\f5c5"; }

.fa-swimming-pool {
  --fa: "\f5c5";
  --fa--fa: "\f5c5\f5c5"; }

.fa-arrows-up-down {
  --fa: "\f07d";
  --fa--fa: "\f07d\f07d"; }

.fa-arrows-v {
  --fa: "\f07d";
  --fa--fa: "\f07d\f07d"; }

.fa-face-grimace {
  --fa: "\f57f";
  --fa--fa: "\f57f\f57f"; }

.fa-grimace {
  --fa: "\f57f";
  --fa--fa: "\f57f\f57f"; }

.fa-wheelchair-move {
  --fa: "\e2ce";
  --fa--fa: "\e2ce\e2ce"; }

.fa-wheelchair-alt {
  --fa: "\e2ce";
  --fa--fa: "\e2ce\e2ce"; }

.fa-turn-down {
  --fa: "\f3be";
  --fa--fa: "\f3be\f3be"; }

.fa-level-down-alt {
  --fa: "\f3be";
  --fa--fa: "\f3be\f3be"; }

.fa-person-walking-arrow-right {
  --fa: "\e552";
  --fa--fa: "\e552\e552"; }

.fa-square-envelope {
  --fa: "\f199";
  --fa--fa: "\f199\f199"; }

.fa-envelope-square {
  --fa: "\f199";
  --fa--fa: "\f199\f199"; }

.fa-dice {
  --fa: "\f522";
  --fa--fa: "\f522\f522"; }

.fa-bowling-ball {
  --fa: "\f436";
  --fa--fa: "\f436\f436"; }

.fa-brain {
  --fa: "\f5dc";
  --fa--fa: "\f5dc\f5dc"; }

.fa-bandage {
  --fa: "\f462";
  --fa--fa: "\f462\f462"; }

.fa-band-aid {
  --fa: "\f462";
  --fa--fa: "\f462\f462"; }

.fa-calendar-minus {
  --fa: "\f272";
  --fa--fa: "\f272\f272"; }

.fa-circle-xmark {
  --fa: "\f057";
  --fa--fa: "\f057\f057"; }

.fa-times-circle {
  --fa: "\f057";
  --fa--fa: "\f057\f057"; }

.fa-xmark-circle {
  --fa: "\f057";
  --fa--fa: "\f057\f057"; }

.fa-gifts {
  --fa: "\f79c";
  --fa--fa: "\f79c\f79c"; }

.fa-hotel {
  --fa: "\f594";
  --fa--fa: "\f594\f594"; }

.fa-earth-asia {
  --fa: "\f57e";
  --fa--fa: "\f57e\f57e"; }

.fa-globe-asia {
  --fa: "\f57e";
  --fa--fa: "\f57e\f57e"; }

.fa-id-card-clip {
  --fa: "\f47f";
  --fa--fa: "\f47f\f47f"; }

.fa-id-card-alt {
  --fa: "\f47f";
  --fa--fa: "\f47f\f47f"; }

.fa-magnifying-glass-plus {
  --fa: "\f00e";
  --fa--fa: "\f00e\f00e"; }

.fa-search-plus {
  --fa: "\f00e";
  --fa--fa: "\f00e\f00e"; }

.fa-thumbs-up {
  --fa: "\f164";
  --fa--fa: "\f164\f164"; }

.fa-user-clock {
  --fa: "\f4fd";
  --fa--fa: "\f4fd\f4fd"; }

.fa-hand-dots {
  --fa: "\f461";
  --fa--fa: "\f461\f461"; }

.fa-allergies {
  --fa: "\f461";
  --fa--fa: "\f461\f461"; }

.fa-file-invoice {
  --fa: "\f570";
  --fa--fa: "\f570\f570"; }

.fa-window-minimize {
  --fa: "\f2d1";
  --fa--fa: "\f2d1\f2d1"; }

.fa-mug-saucer {
  --fa: "\f0f4";
  --fa--fa: "\f0f4\f0f4"; }

.fa-coffee {
  --fa: "\f0f4";
  --fa--fa: "\f0f4\f0f4"; }

.fa-brush {
  --fa: "\f55d";
  --fa--fa: "\f55d\f55d"; }

.fa-file-half-dashed {
  --fa: "\e698";
  --fa--fa: "\e698\e698"; }

.fa-mask {
  --fa: "\f6fa";
  --fa--fa: "\f6fa\f6fa"; }

.fa-magnifying-glass-minus {
  --fa: "\f010";
  --fa--fa: "\f010\f010"; }

.fa-search-minus {
  --fa: "\f010";
  --fa--fa: "\f010\f010"; }

.fa-ruler-vertical {
  --fa: "\f548";
  --fa--fa: "\f548\f548"; }

.fa-user-large {
  --fa: "\f406";
  --fa--fa: "\f406\f406"; }

.fa-user-alt {
  --fa: "\f406";
  --fa--fa: "\f406\f406"; }

.fa-train-tram {
  --fa: "\e5b4";
  --fa--fa: "\e5b4\e5b4"; }

.fa-user-nurse {
  --fa: "\f82f";
  --fa--fa: "\f82f\f82f"; }

.fa-syringe {
  --fa: "\f48e";
  --fa--fa: "\f48e\f48e"; }

.fa-cloud-sun {
  --fa: "\f6c4";
  --fa--fa: "\f6c4\f6c4"; }

.fa-stopwatch-20 {
  --fa: "\e06f";
  --fa--fa: "\e06f\e06f"; }

.fa-square-full {
  --fa: "\f45c";
  --fa--fa: "\f45c\f45c"; }

.fa-magnet {
  --fa: "\f076";
  --fa--fa: "\f076\f076"; }

.fa-jar {
  --fa: "\e516";
  --fa--fa: "\e516\e516"; }

.fa-note-sticky {
  --fa: "\f249";
  --fa--fa: "\f249\f249"; }

.fa-sticky-note {
  --fa: "\f249";
  --fa--fa: "\f249\f249"; }

.fa-bug-slash {
  --fa: "\e490";
  --fa--fa: "\e490\e490"; }

.fa-arrow-up-from-water-pump {
  --fa: "\e4b6";
  --fa--fa: "\e4b6\e4b6"; }

.fa-bone {
  --fa: "\f5d7";
  --fa--fa: "\f5d7\f5d7"; }

.fa-table-cells-row-unlock {
  --fa: "\e691";
  --fa--fa: "\e691\e691"; }

.fa-user-injured {
  --fa: "\f728";
  --fa--fa: "\f728\f728"; }

.fa-face-sad-tear {
  --fa: "\f5b4";
  --fa--fa: "\f5b4\f5b4"; }

.fa-sad-tear {
  --fa: "\f5b4";
  --fa--fa: "\f5b4\f5b4"; }

.fa-plane {
  --fa: "\f072";
  --fa--fa: "\f072\f072"; }

.fa-tent-arrows-down {
  --fa: "\e581";
  --fa--fa: "\e581\e581"; }

.fa-exclamation {
  --fa: "\21";
  --fa--fa: "\21\21"; }

.fa-arrows-spin {
  --fa: "\e4bb";
  --fa--fa: "\e4bb\e4bb"; }

.fa-print {
  --fa: "\f02f";
  --fa--fa: "\f02f\f02f"; }

.fa-turkish-lira-sign {
  --fa: "\e2bb";
  --fa--fa: "\e2bb\e2bb"; }

.fa-try {
  --fa: "\e2bb";
  --fa--fa: "\e2bb\e2bb"; }

.fa-turkish-lira {
  --fa: "\e2bb";
  --fa--fa: "\e2bb\e2bb"; }

.fa-dollar-sign {
  --fa: "\24";
  --fa--fa: "\24\24"; }

.fa-dollar {
  --fa: "\24";
  --fa--fa: "\24\24"; }

.fa-usd {
  --fa: "\24";
  --fa--fa: "\24\24"; }

.fa-x {
  --fa: "\58";
  --fa--fa: "\58\58"; }

.fa-magnifying-glass-dollar {
  --fa: "\f688";
  --fa--fa: "\f688\f688"; }

.fa-search-dollar {
  --fa: "\f688";
  --fa--fa: "\f688\f688"; }

.fa-users-gear {
  --fa: "\f509";
  --fa--fa: "\f509\f509"; }

.fa-users-cog {
  --fa: "\f509";
  --fa--fa: "\f509\f509"; }

.fa-person-military-pointing {
  --fa: "\e54a";
  --fa--fa: "\e54a\e54a"; }

.fa-building-columns {
  --fa: "\f19c";
  --fa--fa: "\f19c\f19c"; }

.fa-bank {
  --fa: "\f19c";
  --fa--fa: "\f19c\f19c"; }

.fa-institution {
  --fa: "\f19c";
  --fa--fa: "\f19c\f19c"; }

.fa-museum {
  --fa: "\f19c";
  --fa--fa: "\f19c\f19c"; }

.fa-university {
  --fa: "\f19c";
  --fa--fa: "\f19c\f19c"; }

.fa-umbrella {
  --fa: "\f0e9";
  --fa--fa: "\f0e9\f0e9"; }

.fa-trowel {
  --fa: "\e589";
  --fa--fa: "\e589\e589"; }

.fa-d {
  --fa: "\44";
  --fa--fa: "\44\44"; }

.fa-stapler {
  --fa: "\e5af";
  --fa--fa: "\e5af\e5af"; }

.fa-masks-theater {
  --fa: "\f630";
  --fa--fa: "\f630\f630"; }

.fa-theater-masks {
  --fa: "\f630";
  --fa--fa: "\f630\f630"; }

.fa-kip-sign {
  --fa: "\e1c4";
  --fa--fa: "\e1c4\e1c4"; }

.fa-hand-point-left {
  --fa: "\f0a5";
  --fa--fa: "\f0a5\f0a5"; }

.fa-handshake-simple {
  --fa: "\f4c6";
  --fa--fa: "\f4c6\f4c6"; }

.fa-handshake-alt {
  --fa: "\f4c6";
  --fa--fa: "\f4c6\f4c6"; }

.fa-jet-fighter {
  --fa: "\f0fb";
  --fa--fa: "\f0fb\f0fb"; }

.fa-fighter-jet {
  --fa: "\f0fb";
  --fa--fa: "\f0fb\f0fb"; }

.fa-square-share-nodes {
  --fa: "\f1e1";
  --fa--fa: "\f1e1\f1e1"; }

.fa-share-alt-square {
  --fa: "\f1e1";
  --fa--fa: "\f1e1\f1e1"; }

.fa-barcode {
  --fa: "\f02a";
  --fa--fa: "\f02a\f02a"; }

.fa-plus-minus {
  --fa: "\e43c";
  --fa--fa: "\e43c\e43c"; }

.fa-video {
  --fa: "\f03d";
  --fa--fa: "\f03d\f03d"; }

.fa-video-camera {
  --fa: "\f03d";
  --fa--fa: "\f03d\f03d"; }

.fa-graduation-cap {
  --fa: "\f19d";
  --fa--fa: "\f19d\f19d"; }

.fa-mortar-board {
  --fa: "\f19d";
  --fa--fa: "\f19d\f19d"; }

.fa-hand-holding-medical {
  --fa: "\e05c";
  --fa--fa: "\e05c\e05c"; }

.fa-person-circle-check {
  --fa: "\e53e";
  --fa--fa: "\e53e\e53e"; }

.fa-turn-up {
  --fa: "\f3bf";
  --fa--fa: "\f3bf\f3bf"; }

.fa-level-up-alt {
  --fa: "\f3bf";
  --fa--fa: "\f3bf\f3bf"; }

.sr-only,
.fa-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0; }

.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0; }
:root, :host {
  --fa-style-family-brands: 'Font Awesome 6 Brands';
  --fa-font-brands: normal 400 1em/1 'Font Awesome 6 Brands'; }

@font-face {
  font-family: 'Font Awesome 6 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('fa-brands-400.woff2') format("woff2"), url('fa-brands-400.ttf') format("truetype"); }

.fab,
.fa-brands {
  font-weight: 400; }

.fa-monero {
  --fa: "\f3d0"; }

.fa-hooli {
  --fa: "\f427"; }

.fa-yelp {
  --fa: "\f1e9"; }

.fa-cc-visa {
  --fa: "\f1f0"; }

.fa-lastfm {
  --fa: "\f202"; }

.fa-shopware {
  --fa: "\f5b5"; }

.fa-creative-commons-nc {
  --fa: "\f4e8"; }

.fa-aws {
  --fa: "\f375"; }

.fa-redhat {
  --fa: "\f7bc"; }

.fa-yoast {
  --fa: "\f2b1"; }

.fa-cloudflare {
  --fa: "\e07d"; }

.fa-ups {
  --fa: "\f7e0"; }

.fa-pixiv {
  --fa: "\e640"; }

.fa-wpexplorer {
  --fa: "\f2de"; }

.fa-dyalog {
  --fa: "\f399"; }

.fa-bity {
  --fa: "\f37a"; }

.fa-stackpath {
  --fa: "\f842"; }

.fa-buysellads {
  --fa: "\f20d"; }

.fa-first-order {
  --fa: "\f2b0"; }

.fa-modx {
  --fa: "\f285"; }

.fa-guilded {
  --fa: "\e07e"; }

.fa-vnv {
  --fa: "\f40b"; }

.fa-square-js {
  --fa: "\f3b9"; }

.fa-js-square {
  --fa: "\f3b9"; }

.fa-microsoft {
  --fa: "\f3ca"; }

.fa-qq {
  --fa: "\f1d6"; }

.fa-orcid {
  --fa: "\f8d2"; }

.fa-java {
  --fa: "\f4e4"; }

.fa-invision {
  --fa: "\f7b0"; }

.fa-creative-commons-pd-alt {
  --fa: "\f4ed"; }

.fa-centercode {
  --fa: "\f380"; }

.fa-glide-g {
  --fa: "\f2a6"; }

.fa-drupal {
  --fa: "\f1a9"; }

.fa-jxl {
  --fa: "\e67b"; }

.fa-dart-lang {
  --fa: "\e693"; }

.fa-hire-a-helper {
  --fa: "\f3b0"; }

.fa-creative-commons-by {
  --fa: "\f4e7"; }

.fa-unity {
  --fa: "\e049"; }

.fa-whmcs {
  --fa: "\f40d"; }

.fa-rocketchat {
  --fa: "\f3e8"; }

.fa-vk {
  --fa: "\f189"; }

.fa-untappd {
  --fa: "\f405"; }

.fa-mailchimp {
  --fa: "\f59e"; }

.fa-css3-alt {
  --fa: "\f38b"; }

.fa-square-reddit {
  --fa: "\f1a2"; }

.fa-reddit-square {
  --fa: "\f1a2"; }

.fa-vimeo-v {
  --fa: "\f27d"; }

.fa-contao {
  --fa: "\f26d"; }

.fa-square-font-awesome {
  --fa: "\e5ad"; }

.fa-deskpro {
  --fa: "\f38f"; }

.fa-brave {
  --fa: "\e63c"; }

.fa-sistrix {
  --fa: "\f3ee"; }

.fa-square-instagram {
  --fa: "\e055"; }

.fa-instagram-square {
  --fa: "\e055"; }

.fa-battle-net {
  --fa: "\f835"; }

.fa-the-red-yeti {
  --fa: "\f69d"; }

.fa-square-hacker-news {
  --fa: "\f3af"; }

.fa-hacker-news-square {
  --fa: "\f3af"; }

.fa-edge {
  --fa: "\f282"; }

.fa-threads {
  --fa: "\e618"; }

.fa-napster {
  --fa: "\f3d2"; }

.fa-square-snapchat {
  --fa: "\f2ad"; }

.fa-snapchat-square {
  --fa: "\f2ad"; }

.fa-google-plus-g {
  --fa: "\f0d5"; }

.fa-artstation {
  --fa: "\f77a"; }

.fa-markdown {
  --fa: "\f60f"; }

.fa-sourcetree {
  --fa: "\f7d3"; }

.fa-google-plus {
  --fa: "\f2b3"; }

.fa-diaspora {
  --fa: "\f791"; }

.fa-foursquare {
  --fa: "\f180"; }

.fa-stack-overflow {
  --fa: "\f16c"; }

.fa-github-alt {
  --fa: "\f113"; }

.fa-phoenix-squadron {
  --fa: "\f511"; }

.fa-pagelines {
  --fa: "\f18c"; }

.fa-algolia {
  --fa: "\f36c"; }

.fa-red-river {
  --fa: "\f3e3"; }

.fa-creative-commons-sa {
  --fa: "\f4ef"; }

.fa-safari {
  --fa: "\f267"; }

.fa-google {
  --fa: "\f1a0"; }

.fa-square-font-awesome-stroke {
  --fa: "\f35c"; }

.fa-font-awesome-alt {
  --fa: "\f35c"; }

.fa-atlassian {
  --fa: "\f77b"; }

.fa-linkedin-in {
  --fa: "\f0e1"; }

.fa-digital-ocean {
  --fa: "\f391"; }

.fa-nimblr {
  --fa: "\f5a8"; }

.fa-chromecast {
  --fa: "\f838"; }

.fa-evernote {
  --fa: "\f839"; }

.fa-hacker-news {
  --fa: "\f1d4"; }

.fa-creative-commons-sampling {
  --fa: "\f4f0"; }

.fa-adversal {
  --fa: "\f36a"; }

.fa-creative-commons {
  --fa: "\f25e"; }

.fa-watchman-monitoring {
  --fa: "\e087"; }

.fa-fonticons {
  --fa: "\f280"; }

.fa-weixin {
  --fa: "\f1d7"; }

.fa-shirtsinbulk {
  --fa: "\f214"; }

.fa-codepen {
  --fa: "\f1cb"; }

.fa-git-alt {
  --fa: "\f841"; }

.fa-lyft {
  --fa: "\f3c3"; }

.fa-rev {
  --fa: "\f5b2"; }

.fa-windows {
  --fa: "\f17a"; }

.fa-wizards-of-the-coast {
  --fa: "\f730"; }

.fa-square-viadeo {
  --fa: "\f2aa"; }

.fa-viadeo-square {
  --fa: "\f2aa"; }

.fa-meetup {
  --fa: "\f2e0"; }

.fa-centos {
  --fa: "\f789"; }

.fa-adn {
  --fa: "\f170"; }

.fa-cloudsmith {
  --fa: "\f384"; }

.fa-opensuse {
  --fa: "\e62b"; }

.fa-pied-piper-alt {
  --fa: "\f1a8"; }

.fa-square-dribbble {
  --fa: "\f397"; }

.fa-dribbble-square {
  --fa: "\f397"; }

.fa-codiepie {
  --fa: "\f284"; }

.fa-node {
  --fa: "\f419"; }

.fa-mix {
  --fa: "\f3cb"; }

.fa-steam {
  --fa: "\f1b6"; }

.fa-cc-apple-pay {
  --fa: "\f416"; }

.fa-scribd {
  --fa: "\f28a"; }

.fa-debian {
  --fa: "\e60b"; }

.fa-openid {
  --fa: "\f19b"; }

.fa-instalod {
  --fa: "\e081"; }

.fa-files-pinwheel {
  --fa: "\e69f"; }

.fa-expeditedssl {
  --fa: "\f23e"; }

.fa-sellcast {
  --fa: "\f2da"; }

.fa-square-twitter {
  --fa: "\f081"; }

.fa-twitter-square {
  --fa: "\f081"; }

.fa-r-project {
  --fa: "\f4f7"; }

.fa-delicious {
  --fa: "\f1a5"; }

.fa-freebsd {
  --fa: "\f3a4"; }

.fa-vuejs {
  --fa: "\f41f"; }

.fa-accusoft {
  --fa: "\f369"; }

.fa-ioxhost {
  --fa: "\f208"; }

.fa-fonticons-fi {
  --fa: "\f3a2"; }

.fa-app-store {
  --fa: "\f36f"; }

.fa-cc-mastercard {
  --fa: "\f1f1"; }

.fa-itunes-note {
  --fa: "\f3b5"; }

.fa-golang {
  --fa: "\e40f"; }

.fa-kickstarter {
  --fa: "\f3bb"; }

.fa-square-kickstarter {
  --fa: "\f3bb"; }

.fa-grav {
  --fa: "\f2d6"; }

.fa-weibo {
  --fa: "\f18a"; }

.fa-uncharted {
  --fa: "\e084"; }

.fa-firstdraft {
  --fa: "\f3a1"; }

.fa-square-youtube {
  --fa: "\f431"; }

.fa-youtube-square {
  --fa: "\f431"; }

.fa-wikipedia-w {
  --fa: "\f266"; }

.fa-wpressr {
  --fa: "\f3e4"; }

.fa-rendact {
  --fa: "\f3e4"; }

.fa-angellist {
  --fa: "\f209"; }

.fa-galactic-republic {
  --fa: "\f50c"; }

.fa-nfc-directional {
  --fa: "\e530"; }

.fa-skype {
  --fa: "\f17e"; }

.fa-joget {
  --fa: "\f3b7"; }

.fa-fedora {
  --fa: "\f798"; }

.fa-stripe-s {
  --fa: "\f42a"; }

.fa-meta {
  --fa: "\e49b"; }

.fa-laravel {
  --fa: "\f3bd"; }

.fa-hotjar {
  --fa: "\f3b1"; }

.fa-bluetooth-b {
  --fa: "\f294"; }

.fa-square-letterboxd {
  --fa: "\e62e"; }

.fa-sticker-mule {
  --fa: "\f3f7"; }

.fa-creative-commons-zero {
  --fa: "\f4f3"; }

.fa-hips {
  --fa: "\f452"; }

.fa-css {
  --fa: "\e6a2"; }

.fa-behance {
  --fa: "\f1b4"; }

.fa-reddit {
  --fa: "\f1a1"; }

.fa-discord {
  --fa: "\f392"; }

.fa-chrome {
  --fa: "\f268"; }

.fa-app-store-ios {
  --fa: "\f370"; }

.fa-cc-discover {
  --fa: "\f1f2"; }

.fa-wpbeginner {
  --fa: "\f297"; }

.fa-confluence {
  --fa: "\f78d"; }

.fa-shoelace {
  --fa: "\e60c"; }

.fa-mdb {
  --fa: "\f8ca"; }

.fa-dochub {
  --fa: "\f394"; }

.fa-accessible-icon {
  --fa: "\f368"; }

.fa-ebay {
  --fa: "\f4f4"; }

.fa-amazon {
  --fa: "\f270"; }

.fa-unsplash {
  --fa: "\e07c"; }

.fa-yarn {
  --fa: "\f7e3"; }

.fa-square-steam {
  --fa: "\f1b7"; }

.fa-steam-square {
  --fa: "\f1b7"; }

.fa-500px {
  --fa: "\f26e"; }

.fa-square-vimeo {
  --fa: "\f194"; }

.fa-vimeo-square {
  --fa: "\f194"; }

.fa-asymmetrik {
  --fa: "\f372"; }

.fa-font-awesome {
  --fa: "\f2b4"; }

.fa-font-awesome-flag {
  --fa: "\f2b4"; }

.fa-font-awesome-logo-full {
  --fa: "\f2b4"; }

.fa-gratipay {
  --fa: "\f184"; }

.fa-apple {
  --fa: "\f179"; }

.fa-hive {
  --fa: "\e07f"; }

.fa-gitkraken {
  --fa: "\f3a6"; }

.fa-keybase {
  --fa: "\f4f5"; }

.fa-apple-pay {
  --fa: "\f415"; }

.fa-padlet {
  --fa: "\e4a0"; }

.fa-amazon-pay {
  --fa: "\f42c"; }

.fa-square-github {
  --fa: "\f092"; }

.fa-github-square {
  --fa: "\f092"; }

.fa-stumbleupon {
  --fa: "\f1a4"; }

.fa-fedex {
  --fa: "\f797"; }

.fa-phoenix-framework {
  --fa: "\f3dc"; }

.fa-shopify {
  --fa: "\e057"; }

.fa-neos {
  --fa: "\f612"; }

.fa-square-threads {
  --fa: "\e619"; }

.fa-hackerrank {
  --fa: "\f5f7"; }

.fa-researchgate {
  --fa: "\f4f8"; }

.fa-swift {
  --fa: "\f8e1"; }

.fa-angular {
  --fa: "\f420"; }

.fa-speakap {
  --fa: "\f3f3"; }

.fa-angrycreative {
  --fa: "\f36e"; }

.fa-y-combinator {
  --fa: "\f23b"; }

.fa-empire {
  --fa: "\f1d1"; }

.fa-envira {
  --fa: "\f299"; }

.fa-google-scholar {
  --fa: "\e63b"; }

.fa-square-gitlab {
  --fa: "\e5ae"; }

.fa-gitlab-square {
  --fa: "\e5ae"; }

.fa-studiovinari {
  --fa: "\f3f8"; }

.fa-pied-piper {
  --fa: "\f2ae"; }

.fa-wordpress {
  --fa: "\f19a"; }

.fa-product-hunt {
  --fa: "\f288"; }

.fa-firefox {
  --fa: "\f269"; }

.fa-linode {
  --fa: "\f2b8"; }

.fa-goodreads {
  --fa: "\f3a8"; }

.fa-square-odnoklassniki {
  --fa: "\f264"; }

.fa-odnoklassniki-square {
  --fa: "\f264"; }

.fa-jsfiddle {
  --fa: "\f1cc"; }

.fa-sith {
  --fa: "\f512"; }

.fa-themeisle {
  --fa: "\f2b2"; }

.fa-page4 {
  --fa: "\f3d7"; }

.fa-hashnode {
  --fa: "\e499"; }

.fa-react {
  --fa: "\f41b"; }

.fa-cc-paypal {
  --fa: "\f1f4"; }

.fa-squarespace {
  --fa: "\f5be"; }

.fa-cc-stripe {
  --fa: "\f1f5"; }

.fa-creative-commons-share {
  --fa: "\f4f2"; }

.fa-bitcoin {
  --fa: "\f379"; }

.fa-keycdn {
  --fa: "\f3ba"; }

.fa-opera {
  --fa: "\f26a"; }

.fa-itch-io {
  --fa: "\f83a"; }

.fa-umbraco {
  --fa: "\f8e8"; }

.fa-galactic-senate {
  --fa: "\f50d"; }

.fa-ubuntu {
  --fa: "\f7df"; }

.fa-draft2digital {
  --fa: "\f396"; }

.fa-stripe {
  --fa: "\f429"; }

.fa-houzz {
  --fa: "\f27c"; }

.fa-gg {
  --fa: "\f260"; }

.fa-dhl {
  --fa: "\f790"; }

.fa-square-pinterest {
  --fa: "\f0d3"; }

.fa-pinterest-square {
  --fa: "\f0d3"; }

.fa-xing {
  --fa: "\f168"; }

.fa-blackberry {
  --fa: "\f37b"; }

.fa-creative-commons-pd {
  --fa: "\f4ec"; }

.fa-playstation {
  --fa: "\f3df"; }

.fa-quinscape {
  --fa: "\f459"; }

.fa-less {
  --fa: "\f41d"; }

.fa-blogger-b {
  --fa: "\f37d"; }

.fa-opencart {
  --fa: "\f23d"; }

.fa-vine {
  --fa: "\f1ca"; }

.fa-signal-messenger {
  --fa: "\e663"; }

.fa-paypal {
  --fa: "\f1ed"; }

.fa-gitlab {
  --fa: "\f296"; }

.fa-typo3 {
  --fa: "\f42b"; }

.fa-reddit-alien {
  --fa: "\f281"; }

.fa-yahoo {
  --fa: "\f19e"; }

.fa-dailymotion {
  --fa: "\e052"; }

.fa-affiliatetheme {
  --fa: "\f36b"; }

.fa-pied-piper-pp {
  --fa: "\f1a7"; }

.fa-bootstrap {
  --fa: "\f836"; }

.fa-odnoklassniki {
  --fa: "\f263"; }

.fa-nfc-symbol {
  --fa: "\e531"; }

.fa-mintbit {
  --fa: "\e62f"; }

.fa-ethereum {
  --fa: "\f42e"; }

.fa-speaker-deck {
  --fa: "\f83c"; }

.fa-creative-commons-nc-eu {
  --fa: "\f4e9"; }

.fa-patreon {
  --fa: "\f3d9"; }

.fa-avianex {
  --fa: "\f374"; }

.fa-ello {
  --fa: "\f5f1"; }

.fa-gofore {
  --fa: "\f3a7"; }

.fa-bimobject {
  --fa: "\f378"; }

.fa-brave-reverse {
  --fa: "\e63d"; }

.fa-facebook-f {
  --fa: "\f39e"; }

.fa-square-google-plus {
  --fa: "\f0d4"; }

.fa-google-plus-square {
  --fa: "\f0d4"; }

.fa-web-awesome {
  --fa: "\e682"; }

.fa-mandalorian {
  --fa: "\f50f"; }

.fa-first-order-alt {
  --fa: "\f50a"; }

.fa-osi {
  --fa: "\f41a"; }

.fa-google-wallet {
  --fa: "\f1ee"; }

.fa-d-and-d-beyond {
  --fa: "\f6ca"; }

.fa-periscope {
  --fa: "\f3da"; }

.fa-fulcrum {
  --fa: "\f50b"; }

.fa-cloudscale {
  --fa: "\f383"; }

.fa-forumbee {
  --fa: "\f211"; }

.fa-mizuni {
  --fa: "\f3cc"; }

.fa-schlix {
  --fa: "\f3ea"; }

.fa-square-xing {
  --fa: "\f169"; }

.fa-xing-square {
  --fa: "\f169"; }

.fa-bandcamp {
  --fa: "\f2d5"; }

.fa-wpforms {
  --fa: "\f298"; }

.fa-cloudversify {
  --fa: "\f385"; }

.fa-usps {
  --fa: "\f7e1"; }

.fa-megaport {
  --fa: "\f5a3"; }

.fa-magento {
  --fa: "\f3c4"; }

.fa-spotify {
  --fa: "\f1bc"; }

.fa-optin-monster {
  --fa: "\f23c"; }

.fa-fly {
  --fa: "\f417"; }

.fa-square-bluesky {
  --fa: "\e6a3"; }

.fa-aviato {
  --fa: "\f421"; }

.fa-itunes {
  --fa: "\f3b4"; }

.fa-cuttlefish {
  --fa: "\f38c"; }

.fa-blogger {
  --fa: "\f37c"; }

.fa-flickr {
  --fa: "\f16e"; }

.fa-viber {
  --fa: "\f409"; }

.fa-soundcloud {
  --fa: "\f1be"; }

.fa-digg {
  --fa: "\f1a6"; }

.fa-tencent-weibo {
  --fa: "\f1d5"; }

.fa-letterboxd {
  --fa: "\e62d"; }

.fa-symfony {
  --fa: "\f83d"; }

.fa-maxcdn {
  --fa: "\f136"; }

.fa-etsy {
  --fa: "\f2d7"; }

.fa-facebook-messenger {
  --fa: "\f39f"; }

.fa-audible {
  --fa: "\f373"; }

.fa-think-peaks {
  --fa: "\f731"; }

.fa-bilibili {
  --fa: "\e3d9"; }

.fa-erlang {
  --fa: "\f39d"; }

.fa-x-twitter {
  --fa: "\e61b"; }

.fa-cotton-bureau {
  --fa: "\f89e"; }

.fa-dashcube {
  --fa: "\f210"; }

.fa-42-group {
  --fa: "\e080"; }

.fa-innosoft {
  --fa: "\e080"; }

.fa-stack-exchange {
  --fa: "\f18d"; }

.fa-elementor {
  --fa: "\f430"; }

.fa-square-pied-piper {
  --fa: "\e01e"; }

.fa-pied-piper-square {
  --fa: "\e01e"; }

.fa-creative-commons-nd {
  --fa: "\f4eb"; }

.fa-palfed {
  --fa: "\f3d8"; }

.fa-superpowers {
  --fa: "\f2dd"; }

.fa-resolving {
  --fa: "\f3e7"; }

.fa-xbox {
  --fa: "\f412"; }

.fa-square-web-awesome-stroke {
  --fa: "\e684"; }

.fa-searchengin {
  --fa: "\f3eb"; }

.fa-tiktok {
  --fa: "\e07b"; }

.fa-square-facebook {
  --fa: "\f082"; }

.fa-facebook-square {
  --fa: "\f082"; }

.fa-renren {
  --fa: "\f18b"; }

.fa-linux {
  --fa: "\f17c"; }

.fa-glide {
  --fa: "\f2a5"; }

.fa-linkedin {
  --fa: "\f08c"; }

.fa-hubspot {
  --fa: "\f3b2"; }

.fa-deploydog {
  --fa: "\f38e"; }

.fa-twitch {
  --fa: "\f1e8"; }

.fa-flutter {
  --fa: "\e694"; }

.fa-ravelry {
  --fa: "\f2d9"; }

.fa-mixer {
  --fa: "\e056"; }

.fa-square-lastfm {
  --fa: "\f203"; }

.fa-lastfm-square {
  --fa: "\f203"; }

.fa-vimeo {
  --fa: "\f40a"; }

.fa-mendeley {
  --fa: "\f7b3"; }

.fa-uniregistry {
  --fa: "\f404"; }

.fa-figma {
  --fa: "\f799"; }

.fa-creative-commons-remix {
  --fa: "\f4ee"; }

.fa-cc-amazon-pay {
  --fa: "\f42d"; }

.fa-dropbox {
  --fa: "\f16b"; }

.fa-instagram {
  --fa: "\f16d"; }

.fa-cmplid {
  --fa: "\e360"; }

.fa-upwork {
  --fa: "\e641"; }

.fa-facebook {
  --fa: "\f09a"; }

.fa-gripfire {
  --fa: "\f3ac"; }

.fa-jedi-order {
  --fa: "\f50e"; }

.fa-uikit {
  --fa: "\f403"; }

.fa-fort-awesome-alt {
  --fa: "\f3a3"; }

.fa-phabricator {
  --fa: "\f3db"; }

.fa-ussunnah {
  --fa: "\f407"; }

.fa-earlybirds {
  --fa: "\f39a"; }

.fa-trade-federation {
  --fa: "\f513"; }

.fa-autoprefixer {
  --fa: "\f41c"; }

.fa-whatsapp {
  --fa: "\f232"; }

.fa-square-upwork {
  --fa: "\e67c"; }

.fa-slideshare {
  --fa: "\f1e7"; }

.fa-google-play {
  --fa: "\f3ab"; }

.fa-viadeo {
  --fa: "\f2a9"; }

.fa-line {
  --fa: "\f3c0"; }

.fa-google-drive {
  --fa: "\f3aa"; }

.fa-servicestack {
  --fa: "\f3ec"; }

.fa-simplybuilt {
  --fa: "\f215"; }

.fa-bitbucket {
  --fa: "\f171"; }

.fa-imdb {
  --fa: "\f2d8"; }

.fa-deezer {
  --fa: "\e077"; }

.fa-raspberry-pi {
  --fa: "\f7bb"; }

.fa-jira {
  --fa: "\f7b1"; }

.fa-docker {
  --fa: "\f395"; }

.fa-screenpal {
  --fa: "\e570"; }

.fa-bluetooth {
  --fa: "\f293"; }

.fa-gitter {
  --fa: "\f426"; }

.fa-d-and-d {
  --fa: "\f38d"; }

.fa-microblog {
  --fa: "\e01a"; }

.fa-cc-diners-club {
  --fa: "\f24c"; }

.fa-gg-circle {
  --fa: "\f261"; }

.fa-pied-piper-hat {
  --fa: "\f4e5"; }

.fa-kickstarter-k {
  --fa: "\f3bc"; }

.fa-yandex {
  --fa: "\f413"; }

.fa-readme {
  --fa: "\f4d5"; }

.fa-html5 {
  --fa: "\f13b"; }

.fa-sellsy {
  --fa: "\f213"; }

.fa-square-web-awesome {
  --fa: "\e683"; }

.fa-sass {
  --fa: "\f41e"; }

.fa-wirsindhandwerk {
  --fa: "\e2d0"; }

.fa-wsh {
  --fa: "\e2d0"; }

.fa-buromobelexperte {
  --fa: "\f37f"; }

.fa-salesforce {
  --fa: "\f83b"; }

.fa-octopus-deploy {
  --fa: "\e082"; }

.fa-medapps {
  --fa: "\f3c6"; }

.fa-ns8 {
  --fa: "\f3d5"; }

.fa-pinterest-p {
  --fa: "\f231"; }

.fa-apper {
  --fa: "\f371"; }

.fa-fort-awesome {
  --fa: "\f286"; }

.fa-waze {
  --fa: "\f83f"; }

.fa-bluesky {
  --fa: "\e671"; }

.fa-cc-jcb {
  --fa: "\f24b"; }

.fa-snapchat {
  --fa: "\f2ab"; }

.fa-snapchat-ghost {
  --fa: "\f2ab"; }

.fa-fantasy-flight-games {
  --fa: "\f6dc"; }

.fa-rust {
  --fa: "\e07a"; }

.fa-wix {
  --fa: "\f5cf"; }

.fa-square-behance {
  --fa: "\f1b5"; }

.fa-behance-square {
  --fa: "\f1b5"; }

.fa-supple {
  --fa: "\f3f9"; }

.fa-webflow {
  --fa: "\e65c"; }

.fa-rebel {
  --fa: "\f1d0"; }

.fa-css3 {
  --fa: "\f13c"; }

.fa-staylinked {
  --fa: "\f3f5"; }

.fa-kaggle {
  --fa: "\f5fa"; }

.fa-space-awesome {
  --fa: "\e5ac"; }

.fa-deviantart {
  --fa: "\f1bd"; }

.fa-cpanel {
  --fa: "\f388"; }

.fa-goodreads-g {
  --fa: "\f3a9"; }

.fa-square-git {
  --fa: "\f1d2"; }

.fa-git-square {
  --fa: "\f1d2"; }

.fa-square-tumblr {
  --fa: "\f174"; }

.fa-tumblr-square {
  --fa: "\f174"; }

.fa-trello {
  --fa: "\f181"; }

.fa-creative-commons-nc-jp {
  --fa: "\f4ea"; }

.fa-get-pocket {
  --fa: "\f265"; }

.fa-perbyte {
  --fa: "\e083"; }

.fa-grunt {
  --fa: "\f3ad"; }

.fa-weebly {
  --fa: "\f5cc"; }

.fa-connectdevelop {
  --fa: "\f20e"; }

.fa-leanpub {
  --fa: "\f212"; }

.fa-black-tie {
  --fa: "\f27e"; }

.fa-themeco {
  --fa: "\f5c6"; }

.fa-python {
  --fa: "\f3e2"; }

.fa-android {
  --fa: "\f17b"; }

.fa-bots {
  --fa: "\e340"; }

.fa-free-code-camp {
  --fa: "\f2c5"; }

.fa-hornbill {
  --fa: "\f592"; }

.fa-js {
  --fa: "\f3b8"; }

.fa-ideal {
  --fa: "\e013"; }

.fa-git {
  --fa: "\f1d3"; }

.fa-dev {
  --fa: "\f6cc"; }

.fa-sketch {
  --fa: "\f7c6"; }

.fa-yandex-international {
  --fa: "\f414"; }

.fa-cc-amex {
  --fa: "\f1f3"; }

.fa-uber {
  --fa: "\f402"; }

.fa-github {
  --fa: "\f09b"; }

.fa-php {
  --fa: "\f457"; }

.fa-alipay {
  --fa: "\f642"; }

.fa-youtube {
  --fa: "\f167"; }

.fa-skyatlas {
  --fa: "\f216"; }

.fa-firefox-browser {
  --fa: "\e007"; }

.fa-replyd {
  --fa: "\f3e6"; }

.fa-suse {
  --fa: "\f7d6"; }

.fa-jenkins {
  --fa: "\f3b6"; }

.fa-twitter {
  --fa: "\f099"; }

.fa-rockrms {
  --fa: "\f3e9"; }

.fa-pinterest {
  --fa: "\f0d2"; }

.fa-buffer {
  --fa: "\f837"; }

.fa-npm {
  --fa: "\f3d4"; }

.fa-yammer {
  --fa: "\f840"; }

.fa-btc {
  --fa: "\f15a"; }

.fa-dribbble {
  --fa: "\f17d"; }

.fa-stumbleupon-circle {
  --fa: "\f1a3"; }

.fa-internet-explorer {
  --fa: "\f26b"; }

.fa-stubber {
  --fa: "\e5c7"; }

.fa-telegram {
  --fa: "\f2c6"; }

.fa-telegram-plane {
  --fa: "\f2c6"; }

.fa-old-republic {
  --fa: "\f510"; }

.fa-odysee {
  --fa: "\e5c6"; }

.fa-square-whatsapp {
  --fa: "\f40c"; }

.fa-whatsapp-square {
  --fa: "\f40c"; }

.fa-node-js {
  --fa: "\f3d3"; }

.fa-edge-legacy {
  --fa: "\e078"; }

.fa-slack {
  --fa: "\f198"; }

.fa-slack-hash {
  --fa: "\f198"; }

.fa-medrt {
  --fa: "\f3c8"; }

.fa-usb {
  --fa: "\f287"; }

.fa-tumblr {
  --fa: "\f173"; }

.fa-vaadin {
  --fa: "\f408"; }

.fa-quora {
  --fa: "\f2c4"; }

.fa-square-x-twitter {
  --fa: "\e61a"; }

.fa-reacteurope {
  --fa: "\f75d"; }

.fa-medium {
  --fa: "\f23a"; }

.fa-medium-m {
  --fa: "\f23a"; }

.fa-amilia {
  --fa: "\f36d"; }

.fa-mixcloud {
  --fa: "\f289"; }

.fa-flipboard {
  --fa: "\f44d"; }

.fa-viacoin {
  --fa: "\f237"; }

.fa-critical-role {
  --fa: "\f6c9"; }

.fa-sitrox {
  --fa: "\e44a"; }

.fa-discourse {
  --fa: "\f393"; }

.fa-joomla {
  --fa: "\f1aa"; }

.fa-mastodon {
  --fa: "\f4f6"; }

.fa-airbnb {
  --fa: "\f834"; }

.fa-wolf-pack-battalion {
  --fa: "\f514"; }

.fa-buy-n-large {
  --fa: "\f8a6"; }

.fa-gulp {
  --fa: "\f3ae"; }

.fa-creative-commons-sampling-plus {
  --fa: "\f4f1"; }

.fa-strava {
  --fa: "\f428"; }

.fa-ember {
  --fa: "\f423"; }

.fa-canadian-maple-leaf {
  --fa: "\f785"; }

.fa-teamspeak {
  --fa: "\f4f9"; }

.fa-pushed {
  --fa: "\f3e1"; }

.fa-wordpress-simple {
  --fa: "\f411"; }

.fa-nutritionix {
  --fa: "\f3d6"; }

.fa-wodu {
  --fa: "\e088"; }

.fa-google-pay {
  --fa: "\e079"; }

.fa-intercom {
  --fa: "\f7af"; }

.fa-zhihu {
  --fa: "\f63f"; }

.fa-korvue {
  --fa: "\f42f"; }

.fa-pix {
  --fa: "\e43a"; }

.fa-steam-symbol {
  --fa: "\f3f6"; }
:root, :host {
  --fa-style-family-classic: 'Font Awesome 6 Free';
  --fa-font-regular: normal 400 1em/1 'Font Awesome 6 Free'; }

@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('fa-regular-400.woff2') format("woff2"), url('fa-regular-400.ttf') format("truetype"); }

.far,
.fa-regular {
  font-weight: 400; }
:root, :host {
  --fa-style-family-classic: 'Font Awesome 6 Free';
  --fa-font-solid: normal 900 1em/1 'Font Awesome 6 Free'; }

@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url('fa-solid-900.woff2') format("woff2"), url('fa-solid-900.ttf') format("truetype"); }

.fas,
.fa-solid {
  font-weight: 900; }
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-display: block;
  font-weight: 400;
  src: url('fa-brands-400.woff2') format("woff2"), url('fa-brands-400.ttf') format("truetype"); }

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-display: block;
  font-weight: 900;
  src: url('fa-solid-900.woff2') format("woff2"), url('fa-solid-900.ttf') format("truetype"); }

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-display: block;
  font-weight: 400;
  src: url('fa-regular-400.woff2') format("woff2"), url('fa-regular-400.ttf') format("truetype"); }
@font-face {
  font-family: 'FontAwesome';
  font-display: block;
  src: url('fa-solid-900.woff2') format("woff2"), url('fa-solid-900.ttf') format("truetype"); }

@font-face {
  font-family: 'FontAwesome';
  font-display: block;
  src: url('fa-brands-400.woff2') format("woff2"), url('fa-brands-400.ttf') format("truetype"); }

@font-face {
  font-family: 'FontAwesome';
  font-display: block;
  src: url('fa-regular-400.woff2') format("woff2"), url('fa-regular-400.ttf') format("truetype");
  unicode-range: U+F003,U+F006,U+F014,U+F016-F017,U+F01A-F01B,U+F01D,U+F022,U+F03E,U+F044,U+F046,U+F05C-F05D,U+F06E,U+F070,U+F087-F088,U+F08A,U+F094,U+F096-F097,U+F09D,U+F0A0,U+F0A2,U+F0A4-F0A7,U+F0C5,U+F0C7,U+F0E5-F0E6,U+F0EB,U+F0F6-F0F8,U+F10C,U+F114-F115,U+F118-F11A,U+F11C-F11D,U+F133,U+F147,U+F14E,U+F150-F152,U+F185-F186,U+F18E,U+F190-F192,U+F196,U+F1C1-F1C9,U+F1D9,U+F1DB,U+F1E3,U+F1EA,U+F1F7,U+F1F9,U+F20A,U+F247-F248,U+F24A,U+F24D,U+F255-F25B,U+F25D,U+F271-F274,U+F278,U+F27B,U+F28C,U+F28E,U+F29C,U+F2B5,U+F2B7,U+F2BA,U+F2BC,U+F2BE,U+F2C0-F2C1,U+F2C3,U+F2D0,U+F2D2,U+F2D4,U+F2DC; }

@font-face {
  font-family: 'FontAwesome';
  font-display: block;
  src: url('fa-v4compatibility.woff2') format("woff2"), url('fa-v4compatibility.ttf') format("truetype");
  unicode-range: U+F041,U+F047,U+F065-F066,U+F07D-F07E,U+F080,U+F08B,U+F08E,U+F090,U+F09A,U+F0AC,U+F0AE,U+F0B2,U+F0D0,U+F0D6,U+F0E4,U+F0EC,U+F10A-F10B,U+F123,U+F13E,U+F148-F149,U+F14C,U+F156,U+F15E,U+F160-F161,U+F163,U+F175-F178,U+F195,U+F1F8,U+F219,U+F27A; }


/*# sourceMappingURL=styles.css.map*/