@charset "UTF-8";
/*!
 * Vali Admin
 * Author: Pratik Borsadiya
 * ================================*/
/*!
 * Bootstrap v4.1.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)
 */
/* line 1, src/sass/web/1-tools/bootstrap-source/_root.scss */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #4CAF50;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #FFF;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #2964ca;
  --secondary: #6c757d;
  --success: #4CAF50;
  --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: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

/* line 21, src/sass/web/1-tools/bootstrap-source/_reboot.scss */
*,
*::before,
*::after {
  box-sizing: border-box; }

/* line 27, src/sass/web/1-tools/bootstrap-source/_reboot.scss */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

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

/* line 45, src/sass/web/1-tools/bootstrap-source/_reboot.scss */
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

/* line 57, src/sass/web/1-tools/bootstrap-source/_reboot.scss */
body {
  margin: 0;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #FFF; }

/* line 73, src/sass/web/1-tools/bootstrap-source/_reboot.scss */
[tabindex="-1"]:focus {
  outline: 0 !important; }

/* line 83, src/sass/web/1-tools/bootstrap-source/_reboot.scss */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

/* line 99, src/sass/web/1-tools/bootstrap-source/_reboot.scss */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

/* line 109, src/sass/web/1-tools/bootstrap-source/_reboot.scss */
p {
  margin-top: 0;
  margin-bottom: 1rem; }

/* line 121, src/sass/web/1-tools/bootstrap-source/_reboot.scss */
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

/* line 129, src/sass/web/1-tools/bootstrap-source/_reboot.scss */
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

/* line 135, src/sass/web/1-tools/bootstrap-source/_reboot.scss */
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

/* line 142, src/sass/web/1-tools/bootstrap-source/_reboot.scss */
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

/* line 149, src/sass/web/1-tools/bootstrap-source/_reboot.scss */
dt {
  font-weight: 700; }

/* line 153, src/sass/web/1-tools/bootstrap-source/_reboot.scss */
dd {
  margin-bottom: .5rem;
  margin-left: 0; }

/* line 158, src/sass/web/1-tools/bootstrap-source/_reboot.scss */
blockquote {
  margin: 0 0 1rem; }

/* line 162, src/sass/web/1-tools/bootstrap-source/_reboot.scss */
dfn {
  font-style: italic; }

/* line 167, src/sass/web/1-tools/bootstrap-source/_reboot.scss */
b,
strong {
  font-weight: bolder; }

/* line 173, src/sass/web/1-tools/bootstrap-source/_reboot.scss */
small {
  font-size: 80%; }

/* line 182, src/sass/web/1-tools/bootstrap-source/_reboot.scss */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

/* line 190, src/sass/web/1-tools/bootstrap-source/_reboot.scss */
sub {
  bottom: -.25em; }

/* line 191, src/sass/web/1-tools/bootstrap-source/_reboot.scss */
sup {
  top: -.5em; }

/* line 198, src/sass/web/1-tools/bootstrap-source/_reboot.scss */
a {
  color: #2964ca;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  /* line 13, src/sass/web/1-tools/bootstrap-source/mixins/_hover.scss */
  a:hover {
    color: #1c458a;
    text-decoration: underline; }

/* line 216, src/sass/web/1-tools/bootstrap-source/_reboot.scss */
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  /* line 17, src/sass/web/1-tools/bootstrap-source/mixins/_hover.scss */
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  /* line 225, src/sass/web/1-tools/bootstrap-source/_reboot.scss */
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

/* line 235, src/sass/web/1-tools/bootstrap-source/_reboot.scss */
pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

/* line 243, src/sass/web/1-tools/bootstrap-source/_reboot.scss */
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

/* line 260, src/sass/web/1-tools/bootstrap-source/_reboot.scss */
figure {
  margin: 0 0 1rem; }

/* line 270, src/sass/web/1-tools/bootstrap-source/_reboot.scss */
img {
  vertical-align: middle;
  border-style: none; }

/* line 275, src/sass/web/1-tools/bootstrap-source/_reboot.scss */
svg:not(:root) {
  overflow: hidden; }

/* line 284, src/sass/web/1-tools/bootstrap-source/_reboot.scss */
table {
  border-collapse: collapse; }

/* line 288, src/sass/web/1-tools/bootstrap-source/_reboot.scss */
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

/* line 296, src/sass/web/1-tools/bootstrap-source/_reboot.scss */
th {
  text-align: inherit; }

/* line 307, src/sass/web/1-tools/bootstrap-source/_reboot.scss */
label {
  display: inline-block;
  margin-bottom: 0.5rem; }

/* line 316, src/sass/web/1-tools/bootstrap-source/_reboot.scss */
button {
  border-radius: 0; }

/* line 324, src/sass/web/1-tools/bootstrap-source/_reboot.scss */
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

/* line 329, src/sass/web/1-tools/bootstrap-source/_reboot.scss */
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

/* line 340, src/sass/web/1-tools/bootstrap-source/_reboot.scss */
button,
input {
  overflow: visible; }

/* line 345, src/sass/web/1-tools/bootstrap-source/_reboot.scss */
button,
select {
  text-transform: none; }

/* line 353, src/sass/web/1-tools/bootstrap-source/_reboot.scss */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/* line 361, src/sass/web/1-tools/bootstrap-source/_reboot.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

/* line 369, src/sass/web/1-tools/bootstrap-source/_reboot.scss */
input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

/* line 376, src/sass/web/1-tools/bootstrap-source/_reboot.scss */
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

/* line 388, src/sass/web/1-tools/bootstrap-source/_reboot.scss */
textarea {
  overflow: auto;
  resize: vertical; }

/* line 394, src/sass/web/1-tools/bootstrap-source/_reboot.scss */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

/* line 409, src/sass/web/1-tools/bootstrap-source/_reboot.scss */
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

/* line 421, src/sass/web/1-tools/bootstrap-source/_reboot.scss */
progress {
  vertical-align: baseline; }

/* line 426, src/sass/web/1-tools/bootstrap-source/_reboot.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/* line 431, src/sass/web/1-tools/bootstrap-source/_reboot.scss */
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

/* line 444, src/sass/web/1-tools/bootstrap-source/_reboot.scss */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/* line 454, src/sass/web/1-tools/bootstrap-source/_reboot.scss */
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

/* line 463, src/sass/web/1-tools/bootstrap-source/_reboot.scss */
output {
  display: inline-block; }

/* line 467, src/sass/web/1-tools/bootstrap-source/_reboot.scss */
summary {
  display: list-item;
  cursor: pointer; }

/* line 472, src/sass/web/1-tools/bootstrap-source/_reboot.scss */
template {
  display: none; }

/* line 478, src/sass/web/1-tools/bootstrap-source/_reboot.scss */
[hidden] {
  display: none !important; }

/* line 7, src/sass/web/1-tools/bootstrap-source/_type.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: bold;
  line-height: 1.2;
  color: inherit; }

/* line 16, src/sass/web/1-tools/bootstrap-source/_type.scss */
h1, .h1 {
  font-size: 2.5rem; }

/* line 17, src/sass/web/1-tools/bootstrap-source/_type.scss */
h2, .h2 {
  font-size: 2rem; }

/* line 18, src/sass/web/1-tools/bootstrap-source/_type.scss */
h3, .h3 {
  font-size: 1.75rem; }

/* line 19, src/sass/web/1-tools/bootstrap-source/_type.scss */
h4, .h4 {
  font-size: 1.5rem; }

/* line 20, src/sass/web/1-tools/bootstrap-source/_type.scss */
h5, .h5 {
  font-size: 1.25rem; }

/* line 21, src/sass/web/1-tools/bootstrap-source/_type.scss */
h6, .h6 {
  font-size: 1rem; }

/* line 23, src/sass/web/1-tools/bootstrap-source/_type.scss */
.lead {
  font-size: 1.25rem;
  font-weight: 300; }

/* line 29, src/sass/web/1-tools/bootstrap-source/_type.scss */
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2; }

/* line 34, src/sass/web/1-tools/bootstrap-source/_type.scss */
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }

/* line 39, src/sass/web/1-tools/bootstrap-source/_type.scss */
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }

/* line 44, src/sass/web/1-tools/bootstrap-source/_type.scss */
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }

/* line 55, src/sass/web/1-tools/bootstrap-source/_type.scss */
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

/* line 67, src/sass/web/1-tools/bootstrap-source/_type.scss */
small,
.small {
  font-size: 80%;
  font-weight: 400; }

/* line 73, src/sass/web/1-tools/bootstrap-source/_type.scss */
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

/* line 84, src/sass/web/1-tools/bootstrap-source/_type.scss */
.list-unstyled, .app-nav, .app-menu, .treeview-menu {
  padding-left: 0;
  list-style: none; }

/* line 89, src/sass/web/1-tools/bootstrap-source/_type.scss */
.list-inline {
  padding-left: 0;
  list-style: none; }

/* line 92, src/sass/web/1-tools/bootstrap-source/_type.scss */
.list-inline-item {
  display: inline-block; }
  /* line 95, src/sass/web/1-tools/bootstrap-source/_type.scss */
  .list-inline-item:not(:last-child) {
    margin-right: 0.5rem; }

/* line 106, src/sass/web/1-tools/bootstrap-source/_type.scss */
.initialism {
  font-size: 90%;
  text-transform: uppercase; }

/* line 112, src/sass/web/1-tools/bootstrap-source/_type.scss */
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }

/* line 117, src/sass/web/1-tools/bootstrap-source/_type.scss */
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d; }
  /* line 122, src/sass/web/1-tools/bootstrap-source/_type.scss */
  .blockquote-footer::before {
    content: "\2014 \00A0"; }

/* line 8, src/sass/web/1-tools/bootstrap-source/_images.scss */
.img-fluid {
  max-width: 100%;
  height: auto; }

/* line 14, src/sass/web/1-tools/bootstrap-source/_images.scss */
.img-thumbnail {
  padding: 0.25rem;
  background-color: #FFF;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto; }

/* line 29, src/sass/web/1-tools/bootstrap-source/_images.scss */
.figure {
  display: inline-block; }

/* line 34, src/sass/web/1-tools/bootstrap-source/_images.scss */
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

/* line 39, src/sass/web/1-tools/bootstrap-source/_images.scss */
.figure-caption {
  font-size: 90%;
  color: #6c757d; }

/* line 2, src/sass/web/1-tools/bootstrap-source/_code.scss */
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word; }
  /* line 8, src/sass/web/1-tools/bootstrap-source/_code.scss */
  a > code {
    color: inherit; }

/* line 14, src/sass/web/1-tools/bootstrap-source/_code.scss */
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #FFF;
  background-color: #212529;
  border-radius: 0.2rem; }
  /* line 22, src/sass/web/1-tools/bootstrap-source/_code.scss */
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700; }

/* line 31, src/sass/web/1-tools/bootstrap-source/_code.scss */
pre {
  display: block;
  font-size: 87.5%;
  color: #212529; }
  /* line 37, src/sass/web/1-tools/bootstrap-source/_code.scss */
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

/* line 45, src/sass/web/1-tools/bootstrap-source/_code.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

/* line 6, src/sass/web/1-tools/bootstrap-source/_grid.scss */
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    /* line 6, src/sass/web/1-tools/bootstrap-source/_grid.scss */
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    /* line 6, src/sass/web/1-tools/bootstrap-source/_grid.scss */
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    /* line 6, src/sass/web/1-tools/bootstrap-source/_grid.scss */
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    /* line 6, src/sass/web/1-tools/bootstrap-source/_grid.scss */
    .container {
      max-width: 1140px; } }

/* line 18, src/sass/web/1-tools/bootstrap-source/_grid.scss */
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

/* line 28, src/sass/web/1-tools/bootstrap-source/_grid.scss */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

/* line 34, src/sass/web/1-tools/bootstrap-source/_grid.scss */
.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  /* line 38, src/sass/web/1-tools/bootstrap-source/_grid.scss */
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

/* line 8, src/sass/web/1-tools/bootstrap-source/mixins/_grid-framework.scss */
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

/* line 32, src/sass/web/1-tools/bootstrap-source/mixins/_grid-framework.scss */
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

/* line 37, src/sass/web/1-tools/bootstrap-source/mixins/_grid-framework.scss */
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

/* line 44, src/sass/web/1-tools/bootstrap-source/mixins/_grid-framework.scss */
.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

/* line 44, src/sass/web/1-tools/bootstrap-source/mixins/_grid-framework.scss */
.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

/* line 44, src/sass/web/1-tools/bootstrap-source/mixins/_grid-framework.scss */
.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

/* line 44, src/sass/web/1-tools/bootstrap-source/mixins/_grid-framework.scss */
.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

/* line 44, src/sass/web/1-tools/bootstrap-source/mixins/_grid-framework.scss */
.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

/* line 44, src/sass/web/1-tools/bootstrap-source/mixins/_grid-framework.scss */
.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

/* line 44, src/sass/web/1-tools/bootstrap-source/mixins/_grid-framework.scss */
.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

/* line 44, src/sass/web/1-tools/bootstrap-source/mixins/_grid-framework.scss */
.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

/* line 44, src/sass/web/1-tools/bootstrap-source/mixins/_grid-framework.scss */
.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

/* line 44, src/sass/web/1-tools/bootstrap-source/mixins/_grid-framework.scss */
.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

/* line 44, src/sass/web/1-tools/bootstrap-source/mixins/_grid-framework.scss */
.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

/* line 44, src/sass/web/1-tools/bootstrap-source/mixins/_grid-framework.scss */
.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

/* line 49, src/sass/web/1-tools/bootstrap-source/mixins/_grid-framework.scss */
.order-first {
  order: -1; }

/* line 51, src/sass/web/1-tools/bootstrap-source/mixins/_grid-framework.scss */
.order-last {
  order: 13; }

/* line 54, src/sass/web/1-tools/bootstrap-source/mixins/_grid-framework.scss */
.order-0 {
  order: 0; }

/* line 54, src/sass/web/1-tools/bootstrap-source/mixins/_grid-framework.scss */
.order-1 {
  order: 1; }

/* line 54, src/sass/web/1-tools/bootstrap-source/mixins/_grid-framework.scss */
.order-2 {
  order: 2; }

/* line 54, src/sass/web/1-tools/bootstrap-source/mixins/_grid-framework.scss */
.order-3 {
  order: 3; }

/* line 54, src/sass/web/1-tools/bootstrap-source/mixins/_grid-framework.scss */
.order-4 {
  order: 4; }

/* line 54, src/sass/web/1-tools/bootstrap-source/mixins/_grid-framework.scss */
.order-5 {
  order: 5; }

/* line 54, src/sass/web/1-tools/bootstrap-source/mixins/_grid-framework.scss */
.order-6 {
  order: 6; }

/* line 54, src/sass/web/1-tools/bootstrap-source/mixins/_grid-framework.scss */
.order-7 {
  order: 7; }

/* line 54, src/sass/web/1-tools/bootstrap-source/mixins/_grid-framework.scss */
.order-8 {
  order: 8; }

/* line 54, src/sass/web/1-tools/bootstrap-source/mixins/_grid-framework.scss */
.order-9 {
  order: 9; }

/* line 54, src/sass/web/1-tools/bootstrap-source/mixins/_grid-framework.scss */
.order-10 {
  order: 10; }

/* line 54, src/sass/web/1-tools/bootstrap-source/mixins/_grid-framework.scss */
.order-11 {
  order: 11; }

/* line 54, src/sass/web/1-tools/bootstrap-source/mixins/_grid-framework.scss */
.order-12 {
  order: 12; }

/* line 60, src/sass/web/1-tools/bootstrap-source/mixins/_grid-framework.scss */
.offset-1 {
  margin-left: 8.33333%; }

/* line 60, src/sass/web/1-tools/bootstrap-source/mixins/_grid-framework.scss */
.offset-2 {
  margin-left: 16.66667%; }

/* line 60, src/sass/web/1-tools/bootstrap-source/mixins/_grid-framework.scss */
.offset-3 {
  margin-left: 25%; }

/* line 60, src/sass/web/1-tools/bootstrap-source/mixins/_grid-framework.scss */
.offset-4 {
  margin-left: 33.33333%; }

/* line 60, src/sass/web/1-tools/bootstrap-source/mixins/_grid-framework.scss */
.offset-5 {
  margin-left: 41.66667%; }

/* line 60, src/sass/web/1-tools/bootstrap-source/mixins/_grid-framework.scss */
.offset-6 {
  margin-left: 50%; }

/* line 60, src/sass/web/1-tools/bootstrap-source/mixins/_grid-framework.scss */
.offset-7 {
  margin-left: 58.33333%; }

/* line 60, src/sass/web/1-tools/bootstrap-source/mixins/_grid-framework.scss */
.offset-8 {
  margin-left: 66.66667%; }

/* line 60, src/sass/web/1-tools/bootstrap-source/mixins/_grid-framework.scss */
.offset-9 {
  margin-left: 75%; }

/* line 60, src/sass/web/1-tools/bootstrap-source/mixins/_grid-framework.scss */
.offset-10 {
  margin-left: 83.33333%; }

/* line 60, src/sass/web/1-tools/bootstrap-source/mixins/_grid-framework.scss */
.offset-11 {
  margin-left: 91.66667%; }

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

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

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

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

/* line 5, src/sass/web/1-tools/bootstrap-source/_tables.scss */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent; }
  /* line 11, src/sass/web/1-tools/bootstrap-source/_tables.scss */
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6; }
  /* line 18, src/sass/web/1-tools/bootstrap-source/_tables.scss */
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6; }
  /* line 23, src/sass/web/1-tools/bootstrap-source/_tables.scss */
  .table tbody + tbody {
    border-top: 2px solid #dee2e6; }
  /* line 27, src/sass/web/1-tools/bootstrap-source/_tables.scss */
  .table .table {
    background-color: #FFF; }

/* line 38, src/sass/web/1-tools/bootstrap-source/_tables.scss */
.table-sm th,
.table-sm td {
  padding: 0.3rem; }

/* line 49, src/sass/web/1-tools/bootstrap-source/_tables.scss */
.table-bordered {
  border: 1px solid #dee2e6; }
  /* line 52, src/sass/web/1-tools/bootstrap-source/_tables.scss */
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6; }
  /* line 58, src/sass/web/1-tools/bootstrap-source/_tables.scss */
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

/* line 66, src/sass/web/1-tools/bootstrap-source/_tables.scss */
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0; }

/* line 79, src/sass/web/1-tools/bootstrap-source/_tables.scss */
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

/* line 13, src/sass/web/1-tools/bootstrap-source/mixins/_hover.scss */
.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075); }

/* line 7, src/sass/web/1-tools/bootstrap-source/mixins/_table-row.scss */
.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #c3d4f0; }

/* line 13, src/sass/web/1-tools/bootstrap-source/mixins/_hover.scss */
.table-hover .table-primary:hover {
  background-color: #afc5eb; }
  /* line 23, src/sass/web/1-tools/bootstrap-source/mixins/_table-row.scss */
  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #afc5eb; }

/* line 7, src/sass/web/1-tools/bootstrap-source/mixins/_table-row.scss */
.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db; }

/* line 13, src/sass/web/1-tools/bootstrap-source/mixins/_hover.scss */
.table-hover .table-secondary:hover {
  background-color: #c8cbcf; }
  /* line 23, src/sass/web/1-tools/bootstrap-source/mixins/_table-row.scss */
  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #c8cbcf; }

/* line 7, src/sass/web/1-tools/bootstrap-source/mixins/_table-row.scss */
.table-success,
.table-success > th,
.table-success > td {
  background-color: #cde9ce; }

/* line 13, src/sass/web/1-tools/bootstrap-source/mixins/_hover.scss */
.table-hover .table-success:hover {
  background-color: #bbe1bd; }
  /* line 23, src/sass/web/1-tools/bootstrap-source/mixins/_table-row.scss */
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #bbe1bd; }

/* line 7, src/sass/web/1-tools/bootstrap-source/mixins/_table-row.scss */
.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb; }

/* line 13, src/sass/web/1-tools/bootstrap-source/mixins/_hover.scss */
.table-hover .table-info:hover {
  background-color: #abdde5; }
  /* line 23, src/sass/web/1-tools/bootstrap-source/mixins/_table-row.scss */
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #abdde5; }

/* line 7, src/sass/web/1-tools/bootstrap-source/mixins/_table-row.scss */
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba; }

/* line 13, src/sass/web/1-tools/bootstrap-source/mixins/_hover.scss */
.table-hover .table-warning:hover {
  background-color: #ffe8a1; }
  /* line 23, src/sass/web/1-tools/bootstrap-source/mixins/_table-row.scss */
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #ffe8a1; }

/* line 7, src/sass/web/1-tools/bootstrap-source/mixins/_table-row.scss */
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb; }

/* line 13, src/sass/web/1-tools/bootstrap-source/mixins/_hover.scss */
.table-hover .table-danger:hover {
  background-color: #f1b0b7; }
  /* line 23, src/sass/web/1-tools/bootstrap-source/mixins/_table-row.scss */
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #f1b0b7; }

/* line 7, src/sass/web/1-tools/bootstrap-source/mixins/_table-row.scss */
.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe; }

/* line 13, src/sass/web/1-tools/bootstrap-source/mixins/_hover.scss */
.table-hover .table-light:hover {
  background-color: #ececf6; }
  /* line 23, src/sass/web/1-tools/bootstrap-source/mixins/_table-row.scss */
  .table-hover .table-light:hover > td,
  .table-hover .table-light:hover > th {
    background-color: #ececf6; }

/* line 7, src/sass/web/1-tools/bootstrap-source/mixins/_table-row.scss */
.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca; }

/* line 13, src/sass/web/1-tools/bootstrap-source/mixins/_hover.scss */
.table-hover .table-dark:hover {
  background-color: #b9bbbe; }
  /* line 23, src/sass/web/1-tools/bootstrap-source/mixins/_table-row.scss */
  .table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: #b9bbbe; }

/* line 7, src/sass/web/1-tools/bootstrap-source/mixins/_table-row.scss */
.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

/* line 13, src/sass/web/1-tools/bootstrap-source/mixins/_hover.scss */
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }
  /* line 23, src/sass/web/1-tools/bootstrap-source/mixins/_table-row.scss */
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); }

/* line 117, src/sass/web/1-tools/bootstrap-source/_tables.scss */
.table .thead-dark th {
  color: #FFF;
  background-color: #212529;
  border-color: #32383e; }

/* line 125, src/sass/web/1-tools/bootstrap-source/_tables.scss */
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6; }

/* line 133, src/sass/web/1-tools/bootstrap-source/_tables.scss */
.table-dark {
  color: #FFF;
  background-color: #212529; }
  /* line 137, src/sass/web/1-tools/bootstrap-source/_tables.scss */
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #32383e; }
  /* line 143, src/sass/web/1-tools/bootstrap-source/_tables.scss */
  .table-dark.table-bordered {
    border: 0; }
  /* line 148, src/sass/web/1-tools/bootstrap-source/_tables.scss */
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  /* line 13, src/sass/web/1-tools/bootstrap-source/mixins/_hover.scss */
  .table-dark.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.075); }

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

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

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

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

/* line 173, src/sass/web/1-tools/bootstrap-source/_tables.scss */
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }
  /* line 182, src/sass/web/1-tools/bootstrap-source/_tables.scss */
  .table-responsive > .table-bordered {
    border: 0; }

/* line 7, src/sass/web/1-tools/bootstrap-source/_forms.scss */
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #FFF;
  background-clip: padding-box;
  border: 2px solid #ced4da;
  border-radius: 4px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    /* line 7, src/sass/web/1-tools/bootstrap-source/_forms.scss */
    .form-control {
      transition: none; } }
  /* line 31, src/sass/web/1-tools/bootstrap-source/_forms.scss */
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  /* line 14, src/sass/web/1-tools/bootstrap-source/mixins/_forms.scss */
  .form-control:focus {
    color: #495057;
    background-color: #FFF;
    border-color: #2964ca;
    outline: 0;
    box-shadow: none; }
  /* line 40, src/sass/web/1-tools/bootstrap-source/_forms.scss */
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  /* line 51, src/sass/web/1-tools/bootstrap-source/_forms.scss */
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

/* line 60, src/sass/web/1-tools/bootstrap-source/_forms.scss */
select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 4px); }

/* line 64, src/sass/web/1-tools/bootstrap-source/_forms.scss */
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #FFF; }

/* line 76, src/sass/web/1-tools/bootstrap-source/_forms.scss */
.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

/* line 89, src/sass/web/1-tools/bootstrap-source/_forms.scss */
.col-form-label {
  padding-top: calc(0.375rem + 2px);
  padding-bottom: calc(0.375rem + 2px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

/* line 97, src/sass/web/1-tools/bootstrap-source/_forms.scss */
.col-form-label-lg {
  padding-top: calc(0.5rem + 2px);
  padding-bottom: calc(0.5rem + 2px);
  font-size: 1.25rem;
  line-height: 1.5; }

/* line 104, src/sass/web/1-tools/bootstrap-source/_forms.scss */
.col-form-label-sm {
  padding-top: calc(0.25rem + 2px);
  padding-bottom: calc(0.25rem + 2px);
  font-size: 0.875rem;
  line-height: 1.5; }

/* line 117, src/sass/web/1-tools/bootstrap-source/_forms.scss */
.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 2px 0; }
  /* line 129, src/sass/web/1-tools/bootstrap-source/_forms.scss */
  .form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control,
  .input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
  .input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
  .input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
  .input-group-sm > .input-group-append > .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control,
  .input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
  .input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
  .input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
  .input-group-lg > .input-group-append > .form-control-plaintext.btn {
    padding-right: 0;
    padding-left: 0; }

/* line 145, src/sass/web/1-tools/bootstrap-source/_forms.scss */
.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 4px; }

/* line 153, src/sass/web/1-tools/bootstrap-source/_forms.scss */
select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(1.8125rem + 4px); }

/* line 158, src/sass/web/1-tools/bootstrap-source/_forms.scss */
.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 4px; }

/* line 166, src/sass/web/1-tools/bootstrap-source/_forms.scss */
select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(2.875rem + 4px); }

/* line 177, src/sass/web/1-tools/bootstrap-source/_forms.scss */
.form-group {
  margin-bottom: 1rem; }

/* line 181, src/sass/web/1-tools/bootstrap-source/_forms.scss */
.form-text {
  display: block;
  margin-top: 0.25rem; }

/* line 191, src/sass/web/1-tools/bootstrap-source/_forms.scss */
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  /* line 197, src/sass/web/1-tools/bootstrap-source/_forms.scss */
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

/* line 209, src/sass/web/1-tools/bootstrap-source/_forms.scss */
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

/* line 215, src/sass/web/1-tools/bootstrap-source/_forms.scss */
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  /* line 220, src/sass/web/1-tools/bootstrap-source/_forms.scss */
  .form-check-input:disabled ~ .form-check-label {
    color: #6c757d; }

/* line 225, src/sass/web/1-tools/bootstrap-source/_forms.scss */
.form-check-label {
  margin-bottom: 0; }

/* line 229, src/sass/web/1-tools/bootstrap-source/_forms.scss */
.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  /* line 236, src/sass/web/1-tools/bootstrap-source/_forms.scss */
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

/* line 30, src/sass/web/1-tools/bootstrap-source/mixins/_forms.scss */
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #4CAF50; }

/* line 38, src/sass/web/1-tools/bootstrap-source/mixins/_forms.scss */
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #FFF;
  background-color: rgba(76, 175, 80, 0.8);
  border-radius: .2rem; }

/* line 55, src/sass/web/1-tools/bootstrap-source/mixins/_forms.scss */
.was-validated .form-control:valid, .form-control.is-valid, .was-validated
.custom-select:valid,
.custom-select.is-valid {
  border-color: #4CAF50; }
  /* line 59, src/sass/web/1-tools/bootstrap-source/mixins/_forms.scss */
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated
  .custom-select:valid:focus,
  .custom-select.is-valid:focus {
    border-color: #4CAF50;
    box-shadow: 0 0 0 0 rgba(76, 175, 80, 0.25); }
  /* line 64, src/sass/web/1-tools/bootstrap-source/mixins/_forms.scss */
  .was-validated .form-control:valid ~ .valid-feedback,
  .was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
  .form-control.is-valid ~ .valid-tooltip, .was-validated
  .custom-select:valid ~ .valid-feedback,
  .was-validated
  .custom-select:valid ~ .valid-tooltip,
  .custom-select.is-valid ~ .valid-feedback,
  .custom-select.is-valid ~ .valid-tooltip {
    display: block; }

/* line 74, src/sass/web/1-tools/bootstrap-source/mixins/_forms.scss */
.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block; }

/* line 84, src/sass/web/1-tools/bootstrap-source/mixins/_forms.scss */
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #4CAF50; }

/* line 88, src/sass/web/1-tools/bootstrap-source/mixins/_forms.scss */
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block; }

/* line 98, src/sass/web/1-tools/bootstrap-source/mixins/_forms.scss */
.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #4CAF50; }
  /* line 101, src/sass/web/1-tools/bootstrap-source/mixins/_forms.scss */
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    background-color: #a3d7a5; }

/* line 106, src/sass/web/1-tools/bootstrap-source/mixins/_forms.scss */
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block; }

/* line 112, src/sass/web/1-tools/bootstrap-source/mixins/_forms.scss */
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #6ec071; }

/* line 118, src/sass/web/1-tools/bootstrap-source/mixins/_forms.scss */
.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 1px #FFF, 0 0 0 0 rgba(76, 175, 80, 0.25); }

/* line 129, src/sass/web/1-tools/bootstrap-source/mixins/_forms.scss */
.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #4CAF50; }
  /* line 132, src/sass/web/1-tools/bootstrap-source/mixins/_forms.scss */
  .was-validated .custom-file-input:valid ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before {
    border-color: inherit; }

/* line 135, src/sass/web/1-tools/bootstrap-source/mixins/_forms.scss */
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block; }

/* line 141, src/sass/web/1-tools/bootstrap-source/mixins/_forms.scss */
.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 rgba(76, 175, 80, 0.25); }

/* line 30, src/sass/web/1-tools/bootstrap-source/mixins/_forms.scss */
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545; }

/* line 38, src/sass/web/1-tools/bootstrap-source/mixins/_forms.scss */
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #FFF;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: .2rem; }

/* line 55, src/sass/web/1-tools/bootstrap-source/mixins/_forms.scss */
.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545; }
  /* line 59, src/sass/web/1-tools/bootstrap-source/mixins/_forms.scss */
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated
  .custom-select:invalid:focus,
  .custom-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.25); }
  /* line 64, src/sass/web/1-tools/bootstrap-source/mixins/_forms.scss */
  .was-validated .form-control:invalid ~ .invalid-feedback,
  .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
  .form-control.is-invalid ~ .invalid-tooltip, .was-validated
  .custom-select:invalid ~ .invalid-feedback,
  .was-validated
  .custom-select:invalid ~ .invalid-tooltip,
  .custom-select.is-invalid ~ .invalid-feedback,
  .custom-select.is-invalid ~ .invalid-tooltip {
    display: block; }

/* line 74, src/sass/web/1-tools/bootstrap-source/mixins/_forms.scss */
.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block; }

/* line 84, src/sass/web/1-tools/bootstrap-source/mixins/_forms.scss */
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545; }

/* line 88, src/sass/web/1-tools/bootstrap-source/mixins/_forms.scss */
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block; }

/* line 98, src/sass/web/1-tools/bootstrap-source/mixins/_forms.scss */
.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545; }
  /* line 101, src/sass/web/1-tools/bootstrap-source/mixins/_forms.scss */
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    background-color: #efa2a9; }

/* line 106, src/sass/web/1-tools/bootstrap-source/mixins/_forms.scss */
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block; }

/* line 112, src/sass/web/1-tools/bootstrap-source/mixins/_forms.scss */
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #e4606d; }

/* line 118, src/sass/web/1-tools/bootstrap-source/mixins/_forms.scss */
.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 1px #FFF, 0 0 0 0 rgba(220, 53, 69, 0.25); }

/* line 129, src/sass/web/1-tools/bootstrap-source/mixins/_forms.scss */
.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545; }
  /* line 132, src/sass/web/1-tools/bootstrap-source/mixins/_forms.scss */
  .was-validated .custom-file-input:invalid ~ .custom-file-label::before, .custom-file-input.is-invalid ~ .custom-file-label::before {
    border-color: inherit; }

/* line 135, src/sass/web/1-tools/bootstrap-source/mixins/_forms.scss */
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block; }

/* line 141, src/sass/web/1-tools/bootstrap-source/mixins/_forms.scss */
.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 rgba(220, 53, 69, 0.25); }

/* line 264, src/sass/web/1-tools/bootstrap-source/_forms.scss */
.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  /* line 272, src/sass/web/1-tools/bootstrap-source/_forms.scss */
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    /* line 278, src/sass/web/1-tools/bootstrap-source/_forms.scss */
    .form-inline label {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0; }
    /* line 286, src/sass/web/1-tools/bootstrap-source/_forms.scss */
    .form-inline .form-group {
      display: flex;
      flex: 0 0 auto;
      flex-flow: row wrap;
      align-items: center;
      margin-bottom: 0; }
    /* line 295, src/sass/web/1-tools/bootstrap-source/_forms.scss */
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    /* line 302, src/sass/web/1-tools/bootstrap-source/_forms.scss */
    .form-inline .form-control-plaintext {
      display: inline-block; }
    /* line 306, src/sass/web/1-tools/bootstrap-source/_forms.scss */
    .form-inline .input-group,
    .form-inline .custom-select {
      width: auto; }
    /* line 313, src/sass/web/1-tools/bootstrap-source/_forms.scss */
    .form-inline .form-check {
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      padding-left: 0; }
    /* line 320, src/sass/web/1-tools/bootstrap-source/_forms.scss */
    .form-inline .form-check-input {
      position: relative;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    /* line 327, src/sass/web/1-tools/bootstrap-source/_forms.scss */
    .form-inline .custom-control {
      align-items: center;
      justify-content: center; }
    /* line 331, src/sass/web/1-tools/bootstrap-source/_forms.scss */
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

/* line 7, src/sass/web/1-tools/bootstrap-source/_buttons.scss */
.btn {
  display: inline-block;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 2px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 3px;
  transition: box-shadow 0.3s cubic-bezier(0.35, 0, 0.25, 1), transform 0.2s cubic-bezier(0.35, 0, 0.25, 1), background-color 0.3s ease-in-out, border-color 0.3s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    /* line 7, src/sass/web/1-tools/bootstrap-source/_buttons.scss */
    .btn {
      transition: none; } }
  /* line 17, src/sass/web/1-tools/bootstrap-source/mixins/_hover.scss */
  .btn:hover, .btn:focus {
    text-decoration: none; }
  /* line 23, src/sass/web/1-tools/bootstrap-source/_buttons.scss */
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: none; }
  /* line 30, src/sass/web/1-tools/bootstrap-source/_buttons.scss */
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }
  /* line 37, src/sass/web/1-tools/bootstrap-source/_buttons.scss */
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer; }
  /* line 41, src/sass/web/1-tools/bootstrap-source/_buttons.scss */
  .btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
    background-image: none; }

/* line 53, src/sass/web/1-tools/bootstrap-source/_buttons.scss */
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none; }

/* line 64, src/sass/web/1-tools/bootstrap-source/_buttons.scss */
.btn-primary {
  color: #FFF;
  background-color: #2964ca;
  border-color: #2964ca; }
  /* line 13, src/sass/web/1-tools/bootstrap-source/mixins/_hover.scss */
  .btn-primary:hover {
    color: #FFF;
    background-color: #2354aa;
    border-color: #204fa0; }
  /* line 18, src/sass/web/1-tools/bootstrap-source/mixins/_buttons.scss */
  .btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0 rgba(41, 100, 202, 0.5); }
  /* line 29, src/sass/web/1-tools/bootstrap-source/mixins/_buttons.scss */
  .btn-primary.disabled, .btn-primary:disabled {
    color: #FFF;
    background-color: #2964ca;
    border-color: #2964ca; }
  /* line 36, src/sass/web/1-tools/bootstrap-source/mixins/_buttons.scss */
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #FFF;
    background-color: #204fa0;
    border-color: #1e4a95; }
    /* line 46, src/sass/web/1-tools/bootstrap-source/mixins/_buttons.scss */
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0 rgba(41, 100, 202, 0.5); }

/* line 64, src/sass/web/1-tools/bootstrap-source/_buttons.scss */
.btn-secondary {
  color: #FFF;
  background-color: #6c757d;
  border-color: #6c757d; }
  /* line 13, src/sass/web/1-tools/bootstrap-source/mixins/_hover.scss */
  .btn-secondary:hover {
    color: #FFF;
    background-color: #5a6268;
    border-color: #545b62; }
  /* line 18, src/sass/web/1-tools/bootstrap-source/mixins/_buttons.scss */
  .btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 0 rgba(108, 117, 125, 0.5); }
  /* line 29, src/sass/web/1-tools/bootstrap-source/mixins/_buttons.scss */
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #FFF;
    background-color: #6c757d;
    border-color: #6c757d; }
  /* line 36, src/sass/web/1-tools/bootstrap-source/mixins/_buttons.scss */
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #FFF;
    background-color: #545b62;
    border-color: #4e555b; }
    /* line 46, src/sass/web/1-tools/bootstrap-source/mixins/_buttons.scss */
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0 rgba(108, 117, 125, 0.5); }

/* line 64, src/sass/web/1-tools/bootstrap-source/_buttons.scss */
.btn-success {
  color: #FFF;
  background-color: #4CAF50;
  border-color: #4CAF50; }
  /* line 13, src/sass/web/1-tools/bootstrap-source/mixins/_hover.scss */
  .btn-success:hover {
    color: #FFF;
    background-color: #409444;
    border-color: #3d8b40; }
  /* line 18, src/sass/web/1-tools/bootstrap-source/mixins/_buttons.scss */
  .btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 0 rgba(76, 175, 80, 0.5); }
  /* line 29, src/sass/web/1-tools/bootstrap-source/mixins/_buttons.scss */
  .btn-success.disabled, .btn-success:disabled {
    color: #FFF;
    background-color: #4CAF50;
    border-color: #4CAF50; }
  /* line 36, src/sass/web/1-tools/bootstrap-source/mixins/_buttons.scss */
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #FFF;
    background-color: #3d8b40;
    border-color: #39833c; }
    /* line 46, src/sass/web/1-tools/bootstrap-source/mixins/_buttons.scss */
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0 rgba(76, 175, 80, 0.5); }

/* line 64, src/sass/web/1-tools/bootstrap-source/_buttons.scss */
.btn-info {
  color: #FFF;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  /* line 13, src/sass/web/1-tools/bootstrap-source/mixins/_hover.scss */
  .btn-info:hover {
    color: #FFF;
    background-color: #138496;
    border-color: #117a8b; }
  /* line 18, src/sass/web/1-tools/bootstrap-source/mixins/_buttons.scss */
  .btn-info:focus, .btn-info.focus {
    box-shadow: 0 0 0 0 rgba(23, 162, 184, 0.5); }
  /* line 29, src/sass/web/1-tools/bootstrap-source/mixins/_buttons.scss */
  .btn-info.disabled, .btn-info:disabled {
    color: #FFF;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  /* line 36, src/sass/web/1-tools/bootstrap-source/mixins/_buttons.scss */
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #FFF;
    background-color: #117a8b;
    border-color: #10707f; }
    /* line 46, src/sass/web/1-tools/bootstrap-source/mixins/_buttons.scss */
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0 rgba(23, 162, 184, 0.5); }

/* line 64, src/sass/web/1-tools/bootstrap-source/_buttons.scss */
.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }
  /* line 13, src/sass/web/1-tools/bootstrap-source/mixins/_hover.scss */
  .btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00; }
  /* line 18, src/sass/web/1-tools/bootstrap-source/mixins/_buttons.scss */
  .btn-warning:focus, .btn-warning.focus {
    box-shadow: 0 0 0 0 rgba(255, 193, 7, 0.5); }
  /* line 29, src/sass/web/1-tools/bootstrap-source/mixins/_buttons.scss */
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  /* line 36, src/sass/web/1-tools/bootstrap-source/mixins/_buttons.scss */
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500; }
    /* line 46, src/sass/web/1-tools/bootstrap-source/mixins/_buttons.scss */
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0 rgba(255, 193, 7, 0.5); }

/* line 64, src/sass/web/1-tools/bootstrap-source/_buttons.scss */
.btn-danger {
  color: #FFF;
  background-color: #dc3545;
  border-color: #dc3545; }
  /* line 13, src/sass/web/1-tools/bootstrap-source/mixins/_hover.scss */
  .btn-danger:hover {
    color: #FFF;
    background-color: #c82333;
    border-color: #bd2130; }
  /* line 18, src/sass/web/1-tools/bootstrap-source/mixins/_buttons.scss */
  .btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.5); }
  /* line 29, src/sass/web/1-tools/bootstrap-source/mixins/_buttons.scss */
  .btn-danger.disabled, .btn-danger:disabled {
    color: #FFF;
    background-color: #dc3545;
    border-color: #dc3545; }
  /* line 36, src/sass/web/1-tools/bootstrap-source/mixins/_buttons.scss */
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #FFF;
    background-color: #bd2130;
    border-color: #b21f2d; }
    /* line 46, src/sass/web/1-tools/bootstrap-source/mixins/_buttons.scss */
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.5); }

/* line 64, src/sass/web/1-tools/bootstrap-source/_buttons.scss */
.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  /* line 13, src/sass/web/1-tools/bootstrap-source/mixins/_hover.scss */
  .btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  /* line 18, src/sass/web/1-tools/bootstrap-source/mixins/_buttons.scss */
  .btn-light:focus, .btn-light.focus {
    box-shadow: 0 0 0 0 rgba(248, 249, 250, 0.5); }
  /* line 29, src/sass/web/1-tools/bootstrap-source/mixins/_buttons.scss */
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  /* line 36, src/sass/web/1-tools/bootstrap-source/mixins/_buttons.scss */
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df; }
    /* line 46, src/sass/web/1-tools/bootstrap-source/mixins/_buttons.scss */
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0 rgba(248, 249, 250, 0.5); }

/* line 64, src/sass/web/1-tools/bootstrap-source/_buttons.scss */
.btn-dark {
  color: #FFF;
  background-color: #343a40;
  border-color: #343a40; }
  /* line 13, src/sass/web/1-tools/bootstrap-source/mixins/_hover.scss */
  .btn-dark:hover {
    color: #FFF;
    background-color: #23272b;
    border-color: #1d2124; }
  /* line 18, src/sass/web/1-tools/bootstrap-source/mixins/_buttons.scss */
  .btn-dark:focus, .btn-dark.focus {
    box-shadow: 0 0 0 0 rgba(52, 58, 64, 0.5); }
  /* line 29, src/sass/web/1-tools/bootstrap-source/mixins/_buttons.scss */
  .btn-dark.disabled, .btn-dark:disabled {
    color: #FFF;
    background-color: #343a40;
    border-color: #343a40; }
  /* line 36, src/sass/web/1-tools/bootstrap-source/mixins/_buttons.scss */
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #FFF;
    background-color: #1d2124;
    border-color: #171a1d; }
    /* line 46, src/sass/web/1-tools/bootstrap-source/mixins/_buttons.scss */
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0 rgba(52, 58, 64, 0.5); }

/* line 70, src/sass/web/1-tools/bootstrap-source/_buttons.scss */
.btn-outline-primary {
  color: #2964ca;
  background-color: transparent;
  background-image: none;
  border-color: #2964ca; }
  /* line 63, src/sass/web/1-tools/bootstrap-source/mixins/_buttons.scss */
  .btn-outline-primary:hover {
    color: #FFF;
    background-color: #2964ca;
    border-color: #2964ca; }
  /* line 69, src/sass/web/1-tools/bootstrap-source/mixins/_buttons.scss */
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0 rgba(41, 100, 202, 0.5); }
  /* line 74, src/sass/web/1-tools/bootstrap-source/mixins/_buttons.scss */
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #2964ca;
    background-color: transparent; }
  /* line 80, src/sass/web/1-tools/bootstrap-source/mixins/_buttons.scss */
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #FFF;
    background-color: #2964ca;
    border-color: #2964ca; }
    /* line 87, src/sass/web/1-tools/bootstrap-source/mixins/_buttons.scss */
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0 rgba(41, 100, 202, 0.5); }

/* line 70, src/sass/web/1-tools/bootstrap-source/_buttons.scss */
.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d; }
  /* line 63, src/sass/web/1-tools/bootstrap-source/mixins/_buttons.scss */
  .btn-outline-secondary:hover {
    color: #FFF;
    background-color: #6c757d;
    border-color: #6c757d; }
  /* line 69, src/sass/web/1-tools/bootstrap-source/mixins/_buttons.scss */
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0 rgba(108, 117, 125, 0.5); }
  /* line 74, src/sass/web/1-tools/bootstrap-source/mixins/_buttons.scss */
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent; }
  /* line 80, src/sass/web/1-tools/bootstrap-source/mixins/_buttons.scss */
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #FFF;
    background-color: #6c757d;
    border-color: #6c757d; }
    /* line 87, src/sass/web/1-tools/bootstrap-source/mixins/_buttons.scss */
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0 rgba(108, 117, 125, 0.5); }

/* line 70, src/sass/web/1-tools/bootstrap-source/_buttons.scss */
.btn-outline-success {
  color: #4CAF50;
  background-color: transparent;
  background-image: none;
  border-color: #4CAF50; }
  /* line 63, src/sass/web/1-tools/bootstrap-source/mixins/_buttons.scss */
  .btn-outline-success:hover {
    color: #FFF;
    background-color: #4CAF50;
    border-color: #4CAF50; }
  /* line 69, src/sass/web/1-tools/bootstrap-source/mixins/_buttons.scss */
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0 rgba(76, 175, 80, 0.5); }
  /* line 74, src/sass/web/1-tools/bootstrap-source/mixins/_buttons.scss */
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #4CAF50;
    background-color: transparent; }
  /* line 80, src/sass/web/1-tools/bootstrap-source/mixins/_buttons.scss */
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #FFF;
    background-color: #4CAF50;
    border-color: #4CAF50; }
    /* line 87, src/sass/web/1-tools/bootstrap-source/mixins/_buttons.scss */
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0 rgba(76, 175, 80, 0.5); }

/* line 70, src/sass/web/1-tools/bootstrap-source/_buttons.scss */
.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8; }
  /* line 63, src/sass/web/1-tools/bootstrap-source/mixins/_buttons.scss */
  .btn-outline-info:hover {
    color: #FFF;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  /* line 69, src/sass/web/1-tools/bootstrap-source/mixins/_buttons.scss */
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0 rgba(23, 162, 184, 0.5); }
  /* line 74, src/sass/web/1-tools/bootstrap-source/mixins/_buttons.scss */
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent; }
  /* line 80, src/sass/web/1-tools/bootstrap-source/mixins/_buttons.scss */
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #FFF;
    background-color: #17a2b8;
    border-color: #17a2b8; }
    /* line 87, src/sass/web/1-tools/bootstrap-source/mixins/_buttons.scss */
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0 rgba(23, 162, 184, 0.5); }

/* line 70, src/sass/web/1-tools/bootstrap-source/_buttons.scss */
.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107; }
  /* line 63, src/sass/web/1-tools/bootstrap-source/mixins/_buttons.scss */
  .btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  /* line 69, src/sass/web/1-tools/bootstrap-source/mixins/_buttons.scss */
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0 rgba(255, 193, 7, 0.5); }
  /* line 74, src/sass/web/1-tools/bootstrap-source/mixins/_buttons.scss */
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent; }
  /* line 80, src/sass/web/1-tools/bootstrap-source/mixins/_buttons.scss */
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
    /* line 87, src/sass/web/1-tools/bootstrap-source/mixins/_buttons.scss */
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0 rgba(255, 193, 7, 0.5); }

/* line 70, src/sass/web/1-tools/bootstrap-source/_buttons.scss */
.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545; }
  /* line 63, src/sass/web/1-tools/bootstrap-source/mixins/_buttons.scss */
  .btn-outline-danger:hover {
    color: #FFF;
    background-color: #dc3545;
    border-color: #dc3545; }
  /* line 69, src/sass/web/1-tools/bootstrap-source/mixins/_buttons.scss */
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.5); }
  /* line 74, src/sass/web/1-tools/bootstrap-source/mixins/_buttons.scss */
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent; }
  /* line 80, src/sass/web/1-tools/bootstrap-source/mixins/_buttons.scss */
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #FFF;
    background-color: #dc3545;
    border-color: #dc3545; }
    /* line 87, src/sass/web/1-tools/bootstrap-source/mixins/_buttons.scss */
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.5); }

/* line 70, src/sass/web/1-tools/bootstrap-source/_buttons.scss */
.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa; }
  /* line 63, src/sass/web/1-tools/bootstrap-source/mixins/_buttons.scss */
  .btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  /* line 69, src/sass/web/1-tools/bootstrap-source/mixins/_buttons.scss */
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0 rgba(248, 249, 250, 0.5); }
  /* line 74, src/sass/web/1-tools/bootstrap-source/mixins/_buttons.scss */
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent; }
  /* line 80, src/sass/web/1-tools/bootstrap-source/mixins/_buttons.scss */
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
    /* line 87, src/sass/web/1-tools/bootstrap-source/mixins/_buttons.scss */
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0 rgba(248, 249, 250, 0.5); }

/* line 70, src/sass/web/1-tools/bootstrap-source/_buttons.scss */
.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40; }
  /* line 63, src/sass/web/1-tools/bootstrap-source/mixins/_buttons.scss */
  .btn-outline-dark:hover {
    color: #FFF;
    background-color: #343a40;
    border-color: #343a40; }
  /* line 69, src/sass/web/1-tools/bootstrap-source/mixins/_buttons.scss */
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0 rgba(52, 58, 64, 0.5); }
  /* line 74, src/sass/web/1-tools/bootstrap-source/mixins/_buttons.scss */
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent; }
  /* line 80, src/sass/web/1-tools/bootstrap-source/mixins/_buttons.scss */
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-dark.dropdown-toggle {
    color: #FFF;
    background-color: #343a40;
    border-color: #343a40; }
    /* line 87, src/sass/web/1-tools/bootstrap-source/mixins/_buttons.scss */
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0 rgba(52, 58, 64, 0.5); }

/* line 81, src/sass/web/1-tools/bootstrap-source/_buttons.scss */
.btn-link {
  font-weight: 400;
  color: #2964ca;
  background-color: transparent; }
  /* line 13, src/sass/web/1-tools/bootstrap-source/mixins/_hover.scss */
  .btn-link:hover {
    color: #1c458a;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent; }
  /* line 93, src/sass/web/1-tools/bootstrap-source/_buttons.scss */
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    border-color: transparent;
    box-shadow: none; }
  /* line 100, src/sass/web/1-tools/bootstrap-source/_buttons.scss */
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

/* line 114, src/sass/web/1-tools/bootstrap-source/_buttons.scss */
.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 3px; }

/* line 118, src/sass/web/1-tools/bootstrap-source/_buttons.scss */
.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 3px; }

/* line 127, src/sass/web/1-tools/bootstrap-source/_buttons.scss */
.btn-block {
  display: block;
  width: 100%; }
  /* line 132, src/sass/web/1-tools/bootstrap-source/_buttons.scss */
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

/* line 141, src/sass/web/1-tools/bootstrap-source/_buttons.scss */
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

/* line 3, src/sass/web/1-tools/bootstrap-source/_transitions.scss */
.fade {
  transition: opacity 0.15s linear; }
  @media screen and (prefers-reduced-motion: reduce) {
    /* line 3, src/sass/web/1-tools/bootstrap-source/_transitions.scss */
    .fade {
      transition: none; } }
  /* line 6, src/sass/web/1-tools/bootstrap-source/_transitions.scss */
  .fade:not(.show) {
    opacity: 0; }

/* line 12, src/sass/web/1-tools/bootstrap-source/_transitions.scss */
.collapse:not(.show) {
  display: none; }

/* line 17, src/sass/web/1-tools/bootstrap-source/_transitions.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
    /* line 17, src/sass/web/1-tools/bootstrap-source/_transitions.scss */
    .collapsing {
      transition: none; } }

/* line 2, src/sass/web/1-tools/bootstrap-source/_dropdown.scss */
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative; }

/* line 30, src/sass/web/1-tools/bootstrap-source/mixins/_caret.scss */
.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent; }

/* line 62, src/sass/web/1-tools/bootstrap-source/mixins/_caret.scss */
.dropdown-toggle:empty::after {
  margin-left: 0; }

/* line 15, src/sass/web/1-tools/bootstrap-source/_dropdown.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0 0;
  margin: 0 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #FFF;
  background-clip: padding-box;
  border: 0 solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }

/* line 36, src/sass/web/1-tools/bootstrap-source/_dropdown.scss */
.dropdown-menu-right {
  right: 0;
  left: auto; }

/* line 44, src/sass/web/1-tools/bootstrap-source/_dropdown.scss */
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0; }

/* line 30, src/sass/web/1-tools/bootstrap-source/mixins/_caret.scss */
.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }

/* line 62, src/sass/web/1-tools/bootstrap-source/mixins/_caret.scss */
.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

/* line 57, src/sass/web/1-tools/bootstrap-source/_dropdown.scss */
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0; }

/* line 30, src/sass/web/1-tools/bootstrap-source/mixins/_caret.scss */
.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }

/* line 62, src/sass/web/1-tools/bootstrap-source/mixins/_caret.scss */
.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }

/* line 67, src/sass/web/1-tools/bootstrap-source/_dropdown.scss */
.dropright .dropdown-toggle::after {
  vertical-align: 0; }

/* line 74, src/sass/web/1-tools/bootstrap-source/_dropdown.scss */
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0; }

/* line 30, src/sass/web/1-tools/bootstrap-source/mixins/_caret.scss */
.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

/* line 47, src/sass/web/1-tools/bootstrap-source/mixins/_caret.scss */
.dropleft .dropdown-toggle::after {
  display: none; }

/* line 51, src/sass/web/1-tools/bootstrap-source/mixins/_caret.scss */
.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

/* line 62, src/sass/web/1-tools/bootstrap-source/mixins/_caret.scss */
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }

/* line 84, src/sass/web/1-tools/bootstrap-source/_dropdown.scss */
.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

/* line 93, src/sass/web/1-tools/bootstrap-source/_dropdown.scss */
.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto; }

/* line 104, src/sass/web/1-tools/bootstrap-source/_dropdown.scss */
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef; }

/* line 111, src/sass/web/1-tools/bootstrap-source/_dropdown.scss */
.dropdown-item {
  display: block;
  width: 100%;
  padding: 8px 20px;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  /* line 17, src/sass/web/1-tools/bootstrap-source/mixins/_hover.scss */
  .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa; }
  /* line 129, src/sass/web/1-tools/bootstrap-source/_dropdown.scss */
  .dropdown-item.active, .dropdown-item:active {
    color: #FFF;
    text-decoration: none;
    background-color: #2964ca; }
  /* line 136, src/sass/web/1-tools/bootstrap-source/_dropdown.scss */
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    background-color: transparent; }

/* line 147, src/sass/web/1-tools/bootstrap-source/_dropdown.scss */
.dropdown-menu.show {
  display: block; }

/* line 152, src/sass/web/1-tools/bootstrap-source/_dropdown.scss */
.dropdown-header {
  display: block;
  padding: 0 20px;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap; }

/* line 162, src/sass/web/1-tools/bootstrap-source/_dropdown.scss */
.dropdown-item-text {
  display: block;
  padding: 8px 20px;
  color: #212529; }

/* line 4, src/sass/web/1-tools/bootstrap-source/_button-group.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }
  /* line 10, src/sass/web/1-tools/bootstrap-source/_button-group.scss */
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    flex: 0 1 auto; }
    /* line 13, src/sass/web/1-tools/bootstrap-source/mixins/_hover.scss */
    .btn-group > .btn:hover,
    .btn-group-vertical > .btn:hover {
      z-index: 1; }
    /* line 19, src/sass/web/1-tools/bootstrap-source/_button-group.scss */
    .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 1; }
  /* line 27, src/sass/web/1-tools/bootstrap-source/_button-group.scss */
  .btn-group .btn + .btn,
  .btn-group .btn + .btn-group,
  .btn-group .btn-group + .btn,
  .btn-group .btn-group + .btn-group,
  .btn-group-vertical .btn + .btn,
  .btn-group-vertical .btn + .btn-group,
  .btn-group-vertical .btn-group + .btn,
  .btn-group-vertical .btn-group + .btn-group {
    margin-left: -2px; }

/* line 36, src/sass/web/1-tools/bootstrap-source/_button-group.scss */
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  /* line 41, src/sass/web/1-tools/bootstrap-source/_button-group.scss */
  .btn-toolbar .input-group {
    width: auto; }

/* line 47, src/sass/web/1-tools/bootstrap-source/_button-group.scss */
.btn-group > .btn:first-child {
  margin-left: 0; }

/* line 52, src/sass/web/1-tools/bootstrap-source/_button-group.scss */
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

/* line 57, src/sass/web/1-tools/bootstrap-source/_button-group.scss */
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

/* line 75, src/sass/web/1-tools/bootstrap-source/_button-group.scss */
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem; }
  /* line 79, src/sass/web/1-tools/bootstrap-source/_button-group.scss */
  .dropdown-toggle-split::after,
  .dropup .dropdown-toggle-split::after,
  .dropright .dropdown-toggle-split::after {
    margin-left: 0; }
  /* line 85, src/sass/web/1-tools/bootstrap-source/_button-group.scss */
  .dropleft .dropdown-toggle-split::before {
    margin-right: 0; }

/* line 90, src/sass/web/1-tools/bootstrap-source/_button-group.scss */
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

/* line 95, src/sass/web/1-tools/bootstrap-source/_button-group.scss */
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

/* line 117, src/sass/web/1-tools/bootstrap-source/_button-group.scss */
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }
  /* line 122, src/sass/web/1-tools/bootstrap-source/_button-group.scss */
  .btn-group-vertical .btn,
  .btn-group-vertical .btn-group {
    width: 100%; }
  /* line 127, src/sass/web/1-tools/bootstrap-source/_button-group.scss */
  .btn-group-vertical > .btn + .btn,
  .btn-group-vertical > .btn + .btn-group,
  .btn-group-vertical > .btn-group + .btn,
  .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -2px;
    margin-left: 0; }
  /* line 136, src/sass/web/1-tools/bootstrap-source/_button-group.scss */
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  /* line 141, src/sass/web/1-tools/bootstrap-source/_button-group.scss */
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

/* line 161, src/sass/web/1-tools/bootstrap-source/_button-group.scss */
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0; }
  /* line 165, src/sass/web/1-tools/bootstrap-source/_button-group.scss */
  .btn-group-toggle > .btn input[type="radio"],
  .btn-group-toggle > .btn input[type="checkbox"],
  .btn-group-toggle > .btn-group > .btn input[type="radio"],
  .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; }

/* line 7, src/sass/web/1-tools/bootstrap-source/_input-group.scss */
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }
  /* line 14, src/sass/web/1-tools/bootstrap-source/_input-group.scss */
  .input-group > .form-control,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0; }
    /* line 25, src/sass/web/1-tools/bootstrap-source/_input-group.scss */
    .input-group > .form-control:focus,
    .input-group > .custom-select:focus,
    .input-group > .custom-file:focus {
      z-index: 3; }
    /* line 29, src/sass/web/1-tools/bootstrap-source/_input-group.scss */
    .input-group > .form-control + .form-control,
    .input-group > .form-control + .custom-select,
    .input-group > .form-control + .custom-file,
    .input-group > .custom-select + .form-control,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
      margin-left: -2px; }
  /* line 38, src/sass/web/1-tools/bootstrap-source/_input-group.scss */
  .input-group > .form-control:not(:last-child),
  .input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  /* line 39, src/sass/web/1-tools/bootstrap-source/_input-group.scss */
  .input-group > .form-control:not(:first-child),
  .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  /* line 44, src/sass/web/1-tools/bootstrap-source/_input-group.scss */
  .input-group > .custom-file {
    display: flex;
    align-items: center; }
    /* line 48, src/sass/web/1-tools/bootstrap-source/_input-group.scss */
    .input-group > .custom-file:not(:last-child) .custom-file-label,
    .input-group > .custom-file:not(:last-child) .custom-file-label::after {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    /* line 50, src/sass/web/1-tools/bootstrap-source/_input-group.scss */
    .input-group > .custom-file:not(:first-child) .custom-file-label {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }

/* line 61, src/sass/web/1-tools/bootstrap-source/_input-group.scss */
.input-group-prepend,
.input-group-append {
  display: flex; }
  /* line 68, src/sass/web/1-tools/bootstrap-source/_input-group.scss */
  .input-group-prepend .btn,
  .input-group-append .btn {
    position: relative;
    z-index: 2; }
  /* line 73, src/sass/web/1-tools/bootstrap-source/_input-group.scss */
  .input-group-prepend .btn + .btn,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-append .btn + .btn,
  .input-group-append .btn + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn {
    margin-left: -2px; }

/* line 81, src/sass/web/1-tools/bootstrap-source/_input-group.scss */
.input-group-prepend {
  margin-right: -2px; }

/* line 82, src/sass/web/1-tools/bootstrap-source/_input-group.scss */
.input-group-append {
  margin-left: -2px; }

/* line 90, src/sass/web/1-tools/bootstrap-source/_input-group.scss */
.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: 2px solid #ced4da;
  border-radius: 4px; }
  /* line 106, src/sass/web/1-tools/bootstrap-source/_input-group.scss */
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

/* line 142, src/sass/web/1-tools/bootstrap-source/_input-group.scss */
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

/* line 151, src/sass/web/1-tools/bootstrap-source/_input-group.scss */
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

/* line 10, src/sass/web/1-tools/bootstrap-source/_custom-forms.scss */
.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem; }

/* line 17, src/sass/web/1-tools/bootstrap-source/_custom-forms.scss */
.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

/* line 22, src/sass/web/1-tools/bootstrap-source/_custom-forms.scss */
.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  /* line 27, src/sass/web/1-tools/bootstrap-source/_custom-forms.scss */
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #FFF;
    background-color: #2964ca; }
  /* line 33, src/sass/web/1-tools/bootstrap-source/_custom-forms.scss */
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #FFF, none; }
  /* line 38, src/sass/web/1-tools/bootstrap-source/_custom-forms.scss */
  .custom-control-input:active ~ .custom-control-label::before {
    color: #FFF;
    background-color: #b5cbf0; }
  /* line 45, src/sass/web/1-tools/bootstrap-source/_custom-forms.scss */
  .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    /* line 48, src/sass/web/1-tools/bootstrap-source/_custom-forms.scss */
    .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

/* line 59, src/sass/web/1-tools/bootstrap-source/_custom-forms.scss */
.custom-control-label {
  position: relative;
  margin-bottom: 0; }
  /* line 64, src/sass/web/1-tools/bootstrap-source/_custom-forms.scss */
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    user-select: none;
    background-color: #dee2e6; }
  /* line 79, src/sass/web/1-tools/bootstrap-source/_custom-forms.scss */
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%; }

/* line 99, src/sass/web/1-tools/bootstrap-source/_custom-forms.scss */
.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

/* line 104, src/sass/web/1-tools/bootstrap-source/_custom-forms.scss */
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #2964ca; }

/* line 107, src/sass/web/1-tools/bootstrap-source/_custom-forms.scss */
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23FFF' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E"); }

/* line 113, src/sass/web/1-tools/bootstrap-source/_custom-forms.scss */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #2964ca; }

/* line 117, src/sass/web/1-tools/bootstrap-source/_custom-forms.scss */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23FFF' d='M0 2h4'/%3E%3C/svg%3E"); }

/* line 123, src/sass/web/1-tools/bootstrap-source/_custom-forms.scss */
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(41, 100, 202, 0.5); }

/* line 126, src/sass/web/1-tools/bootstrap-source/_custom-forms.scss */
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(41, 100, 202, 0.5); }

/* line 137, src/sass/web/1-tools/bootstrap-source/_custom-forms.scss */
.custom-radio .custom-control-label::before {
  border-radius: 50%; }

/* line 142, src/sass/web/1-tools/bootstrap-source/_custom-forms.scss */
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #2964ca; }

/* line 145, src/sass/web/1-tools/bootstrap-source/_custom-forms.scss */
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23FFF'/%3E%3C/svg%3E"); }

/* line 151, src/sass/web/1-tools/bootstrap-source/_custom-forms.scss */
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(41, 100, 202, 0.5); }

/* line 164, src/sass/web/1-tools/bootstrap-source/_custom-forms.scss */
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 4px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #FFF url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 2px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  /* line 182, src/sass/web/1-tools/bootstrap-source/_custom-forms.scss */
  .custom-select:focus {
    border-color: #2964ca;
    outline: 0;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(41, 100, 202, 0.5); }
    /* line 187, src/sass/web/1-tools/bootstrap-source/_custom-forms.scss */
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #FFF; }
  /* line 198, src/sass/web/1-tools/bootstrap-source/_custom-forms.scss */
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  /* line 205, src/sass/web/1-tools/bootstrap-source/_custom-forms.scss */
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  /* line 211, src/sass/web/1-tools/bootstrap-source/_custom-forms.scss */
  .custom-select::-ms-expand {
    opacity: 0; }

/* line 216, src/sass/web/1-tools/bootstrap-source/_custom-forms.scss */
.custom-select-sm {
  height: calc(1.8125rem + 4px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%; }

/* line 223, src/sass/web/1-tools/bootstrap-source/_custom-forms.scss */
.custom-select-lg {
  height: calc(2.875rem + 4px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%; }

/* line 235, src/sass/web/1-tools/bootstrap-source/_custom-forms.scss */
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 4px);
  margin-bottom: 0; }

/* line 243, src/sass/web/1-tools/bootstrap-source/_custom-forms.scss */
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 4px);
  margin: 0;
  opacity: 0; }
  /* line 251, src/sass/web/1-tools/bootstrap-source/_custom-forms.scss */
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #2964ca;
    box-shadow: none; }
    /* line 255, src/sass/web/1-tools/bootstrap-source/_custom-forms.scss */
    .custom-file-input:focus ~ .custom-file-label::after {
      border-color: #2964ca; }
  /* line 261, src/sass/web/1-tools/bootstrap-source/_custom-forms.scss */
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }

/* line 267, src/sass/web/1-tools/bootstrap-source/_custom-forms.scss */
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 4px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #FFF;
  border: 2px solid #ced4da;
  border-radius: 4px; }
  /* line 282, src/sass/web/1-tools/bootstrap-source/_custom-forms.scss */
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 2.25rem;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: 2px solid #ced4da;
    border-radius: 0 4px 4px 0; }

/* line 306, src/sass/web/1-tools/bootstrap-source/_custom-forms.scss */
.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  appearance: none; }
  /* line 312, src/sass/web/1-tools/bootstrap-source/_custom-forms.scss */
  .custom-range:focus {
    outline: none; }
  /* line 316, src/sass/web/1-tools/bootstrap-source/_custom-forms.scss */
  .custom-range::-moz-focus-outer {
    border: 0; }
  /* line 320, src/sass/web/1-tools/bootstrap-source/_custom-forms.scss */
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #2964ca;
    border: 0;
    border-radius: 1rem;
    appearance: none; }
    /* line 330, src/sass/web/1-tools/bootstrap-source/_custom-forms.scss */
    .custom-range::-webkit-slider-thumb:focus {
      outline: none;
      box-shadow: 0 0 0 1px #FFF, none; }
    /* line 335, src/sass/web/1-tools/bootstrap-source/_custom-forms.scss */
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b5cbf0; }
  /* line 340, src/sass/web/1-tools/bootstrap-source/_custom-forms.scss */
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  /* line 351, src/sass/web/1-tools/bootstrap-source/_custom-forms.scss */
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #2964ca;
    border: 0;
    border-radius: 1rem;
    appearance: none; }
    /* line 360, src/sass/web/1-tools/bootstrap-source/_custom-forms.scss */
    .custom-range::-moz-range-thumb:focus {
      outline: none;
      box-shadow: 0 0 0 1px #FFF, none; }
    /* line 365, src/sass/web/1-tools/bootstrap-source/_custom-forms.scss */
    .custom-range::-moz-range-thumb:active {
      background-color: #b5cbf0; }
  /* line 370, src/sass/web/1-tools/bootstrap-source/_custom-forms.scss */
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  /* line 381, src/sass/web/1-tools/bootstrap-source/_custom-forms.scss */
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #2964ca;
    border: 0;
    border-radius: 1rem;
    appearance: none; }
    /* line 390, src/sass/web/1-tools/bootstrap-source/_custom-forms.scss */
    .custom-range::-ms-thumb:focus {
      outline: none;
      box-shadow: 0 0 0 1px #FFF, none; }
    /* line 395, src/sass/web/1-tools/bootstrap-source/_custom-forms.scss */
    .custom-range::-ms-thumb:active {
      background-color: #b5cbf0; }
  /* line 400, src/sass/web/1-tools/bootstrap-source/_custom-forms.scss */
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  /* line 411, src/sass/web/1-tools/bootstrap-source/_custom-forms.scss */
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  /* line 416, src/sass/web/1-tools/bootstrap-source/_custom-forms.scss */
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }

/* line 6, src/sass/web/1-tools/bootstrap-source/_nav.scss */
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

/* line 14, src/sass/web/1-tools/bootstrap-source/_nav.scss */
.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  /* line 17, src/sass/web/1-tools/bootstrap-source/mixins/_hover.scss */
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  /* line 23, src/sass/web/1-tools/bootstrap-source/_nav.scss */
  .nav-link.disabled {
    color: #6c757d; }

/* line 32, src/sass/web/1-tools/bootstrap-source/_nav.scss */
.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  /* line 35, src/sass/web/1-tools/bootstrap-source/_nav.scss */
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  /* line 39, src/sass/web/1-tools/bootstrap-source/_nav.scss */
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
    /* line 17, src/sass/web/1-tools/bootstrap-source/mixins/_hover.scss */
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #dee2e6; }
    /* line 47, src/sass/web/1-tools/bootstrap-source/_nav.scss */
    .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  /* line 54, src/sass/web/1-tools/bootstrap-source/_nav.scss */
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #FFF;
    border-color: #dee2e6 #dee2e6 #FFF; }
  /* line 61, src/sass/web/1-tools/bootstrap-source/_nav.scss */
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

/* line 75, src/sass/web/1-tools/bootstrap-source/_nav.scss */
.nav-pills .nav-link {
  border-radius: 0.25rem; }

/* line 79, src/sass/web/1-tools/bootstrap-source/_nav.scss */
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #FFF;
  background-color: #2964ca; }

/* line 92, src/sass/web/1-tools/bootstrap-source/_nav.scss */
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center; }

/* line 99, src/sass/web/1-tools/bootstrap-source/_nav.scss */
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center; }

/* line 112, src/sass/web/1-tools/bootstrap-source/_nav.scss */
.tab-content > .tab-pane {
  display: none; }

/* line 115, src/sass/web/1-tools/bootstrap-source/_nav.scss */
.tab-content > .active {
  display: block; }

/* line 18, src/sass/web/1-tools/bootstrap-source/_navbar.scss */
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem; }
  /* line 28, src/sass/web/1-tools/bootstrap-source/_navbar.scss */
  .navbar > .container,
  .navbar > .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }

/* line 42, src/sass/web/1-tools/bootstrap-source/_navbar.scss */
.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; }
  /* line 17, src/sass/web/1-tools/bootstrap-source/mixins/_hover.scss */
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }

/* line 61, src/sass/web/1-tools/bootstrap-source/_navbar.scss */
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  /* line 68, src/sass/web/1-tools/bootstrap-source/_navbar.scss */
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  /* line 73, src/sass/web/1-tools/bootstrap-source/_navbar.scss */
  .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

/* line 84, src/sass/web/1-tools/bootstrap-source/_navbar.scss */
.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

/* line 99, src/sass/web/1-tools/bootstrap-source/_navbar.scss */
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center; }

/* line 108, src/sass/web/1-tools/bootstrap-source/_navbar.scss */
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 3px; }
  /* line 17, src/sass/web/1-tools/bootstrap-source/mixins/_hover.scss */
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }
  /* line 121, src/sass/web/1-tools/bootstrap-source/_navbar.scss */
  .navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer; }

/* line 128, src/sass/web/1-tools/bootstrap-source/_navbar.scss */
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%; }

@media (max-width: 575.98px) {
  /* line 147, src/sass/web/1-tools/bootstrap-source/_navbar.scss */
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 576px) {
  /* line 145, src/sass/web/1-tools/bootstrap-source/_navbar.scss */
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    /* line 158, src/sass/web/1-tools/bootstrap-source/_navbar.scss */
    .navbar-expand-sm .navbar-nav {
      flex-direction: row; }
      /* line 161, src/sass/web/1-tools/bootstrap-source/_navbar.scss */
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      /* line 165, src/sass/web/1-tools/bootstrap-source/_navbar.scss */
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    /* line 172, src/sass/web/1-tools/bootstrap-source/_navbar.scss */
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
      flex-wrap: nowrap; }
    /* line 177, src/sass/web/1-tools/bootstrap-source/_navbar.scss */
    .navbar-expand-sm .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    /* line 184, src/sass/web/1-tools/bootstrap-source/_navbar.scss */
    .navbar-expand-sm .navbar-toggler {
      display: none; } }

@media (max-width: 767.98px) {
  /* line 147, src/sass/web/1-tools/bootstrap-source/_navbar.scss */
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 768px) {
  /* line 145, src/sass/web/1-tools/bootstrap-source/_navbar.scss */
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    /* line 158, src/sass/web/1-tools/bootstrap-source/_navbar.scss */
    .navbar-expand-md .navbar-nav {
      flex-direction: row; }
      /* line 161, src/sass/web/1-tools/bootstrap-source/_navbar.scss */
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      /* line 165, src/sass/web/1-tools/bootstrap-source/_navbar.scss */
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    /* line 172, src/sass/web/1-tools/bootstrap-source/_navbar.scss */
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
      flex-wrap: nowrap; }
    /* line 177, src/sass/web/1-tools/bootstrap-source/_navbar.scss */
    .navbar-expand-md .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    /* line 184, src/sass/web/1-tools/bootstrap-source/_navbar.scss */
    .navbar-expand-md .navbar-toggler {
      display: none; } }

@media (max-width: 991.98px) {
  /* line 147, src/sass/web/1-tools/bootstrap-source/_navbar.scss */
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 992px) {
  /* line 145, src/sass/web/1-tools/bootstrap-source/_navbar.scss */
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    /* line 158, src/sass/web/1-tools/bootstrap-source/_navbar.scss */
    .navbar-expand-lg .navbar-nav {
      flex-direction: row; }
      /* line 161, src/sass/web/1-tools/bootstrap-source/_navbar.scss */
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      /* line 165, src/sass/web/1-tools/bootstrap-source/_navbar.scss */
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    /* line 172, src/sass/web/1-tools/bootstrap-source/_navbar.scss */
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
      flex-wrap: nowrap; }
    /* line 177, src/sass/web/1-tools/bootstrap-source/_navbar.scss */
    .navbar-expand-lg .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    /* line 184, src/sass/web/1-tools/bootstrap-source/_navbar.scss */
    .navbar-expand-lg .navbar-toggler {
      display: none; } }

@media (max-width: 1199.98px) {
  /* line 147, src/sass/web/1-tools/bootstrap-source/_navbar.scss */
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1200px) {
  /* line 145, src/sass/web/1-tools/bootstrap-source/_navbar.scss */
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    /* line 158, src/sass/web/1-tools/bootstrap-source/_navbar.scss */
    .navbar-expand-xl .navbar-nav {
      flex-direction: row; }
      /* line 161, src/sass/web/1-tools/bootstrap-source/_navbar.scss */
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      /* line 165, src/sass/web/1-tools/bootstrap-source/_navbar.scss */
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    /* line 172, src/sass/web/1-tools/bootstrap-source/_navbar.scss */
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
      flex-wrap: nowrap; }
    /* line 177, src/sass/web/1-tools/bootstrap-source/_navbar.scss */
    .navbar-expand-xl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    /* line 184, src/sass/web/1-tools/bootstrap-source/_navbar.scss */
    .navbar-expand-xl .navbar-toggler {
      display: none; } }

/* line 145, src/sass/web/1-tools/bootstrap-source/_navbar.scss */
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start; }
  /* line 147, src/sass/web/1-tools/bootstrap-source/_navbar.scss */
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0; }
  /* line 158, src/sass/web/1-tools/bootstrap-source/_navbar.scss */
  .navbar-expand .navbar-nav {
    flex-direction: row; }
    /* line 161, src/sass/web/1-tools/bootstrap-source/_navbar.scss */
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    /* line 165, src/sass/web/1-tools/bootstrap-source/_navbar.scss */
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  /* line 172, src/sass/web/1-tools/bootstrap-source/_navbar.scss */
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    flex-wrap: nowrap; }
  /* line 177, src/sass/web/1-tools/bootstrap-source/_navbar.scss */
  .navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  /* line 184, src/sass/web/1-tools/bootstrap-source/_navbar.scss */
  .navbar-expand .navbar-toggler {
    display: none; }

/* line 199, src/sass/web/1-tools/bootstrap-source/_navbar.scss */
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }
  /* line 17, src/sass/web/1-tools/bootstrap-source/mixins/_hover.scss */
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9); }

/* line 208, src/sass/web/1-tools/bootstrap-source/_navbar.scss */
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5); }
  /* line 17, src/sass/web/1-tools/bootstrap-source/mixins/_hover.scss */
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7); }
  /* line 215, src/sass/web/1-tools/bootstrap-source/_navbar.scss */
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3); }

/* line 220, src/sass/web/1-tools/bootstrap-source/_navbar.scss */
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9); }

/* line 228, src/sass/web/1-tools/bootstrap-source/_navbar.scss */
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1); }

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

/* line 237, src/sass/web/1-tools/bootstrap-source/_navbar.scss */
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5); }
  /* line 239, src/sass/web/1-tools/bootstrap-source/_navbar.scss */
  .navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9); }
    /* line 17, src/sass/web/1-tools/bootstrap-source/mixins/_hover.scss */
    .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
      color: rgba(0, 0, 0, 0.9); }

/* line 251, src/sass/web/1-tools/bootstrap-source/_navbar.scss */
.navbar-dark .navbar-brand {
  color: #FFF; }
  /* line 17, src/sass/web/1-tools/bootstrap-source/mixins/_hover.scss */
  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #FFF; }

/* line 260, src/sass/web/1-tools/bootstrap-source/_navbar.scss */
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  /* line 17, src/sass/web/1-tools/bootstrap-source/mixins/_hover.scss */
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75); }
  /* line 267, src/sass/web/1-tools/bootstrap-source/_navbar.scss */
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }

/* line 272, src/sass/web/1-tools/bootstrap-source/_navbar.scss */
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #FFF; }

/* line 280, src/sass/web/1-tools/bootstrap-source/_navbar.scss */
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }

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

/* line 289, src/sass/web/1-tools/bootstrap-source/_navbar.scss */
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }
  /* line 291, src/sass/web/1-tools/bootstrap-source/_navbar.scss */
  .navbar-dark .navbar-text a {
    color: #FFF; }
    /* line 17, src/sass/web/1-tools/bootstrap-source/mixins/_hover.scss */
    .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: #FFF; }

/* line 5, src/sass/web/1-tools/bootstrap-source/_card.scss */
.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; }
  /* line 16, src/sass/web/1-tools/bootstrap-source/_card.scss */
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  /* line 22, src/sass/web/1-tools/bootstrap-source/_card.scss */
  .card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  /* line 28, src/sass/web/1-tools/bootstrap-source/_card.scss */
  .card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }

/* line 34, src/sass/web/1-tools/bootstrap-source/_card.scss */
.card-body {
  flex: 1 1 auto;
  padding: 1.25rem; }

/* line 41, src/sass/web/1-tools/bootstrap-source/_card.scss */
.card-title {
  margin-bottom: 0.75rem; }

/* line 45, src/sass/web/1-tools/bootstrap-source/_card.scss */
.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }

/* line 50, src/sass/web/1-tools/bootstrap-source/_card.scss */
.card-text:last-child {
  margin-bottom: 0; }

/* line 13, src/sass/web/1-tools/bootstrap-source/mixins/_hover.scss */
.card-link:hover {
  text-decoration: none; }

/* line 59, src/sass/web/1-tools/bootstrap-source/_card.scss */
.card-link + .card-link {
  margin-left: 1.25rem; }

/* line 68, src/sass/web/1-tools/bootstrap-source/_card.scss */
.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); }
  /* line 74, src/sass/web/1-tools/bootstrap-source/_card.scss */
  .card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }
  /* line 79, src/sass/web/1-tools/bootstrap-source/_card.scss */
  .card-header + .list-group .list-group-item:first-child {
    border-top: 0; }

/* line 85, src/sass/web/1-tools/bootstrap-source/_card.scss */
.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); }
  /* line 90, src/sass/web/1-tools/bootstrap-source/_card.scss */
  .card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); }

/* line 100, src/sass/web/1-tools/bootstrap-source/_card.scss */
.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

/* line 107, src/sass/web/1-tools/bootstrap-source/_card.scss */
.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

/* line 113, src/sass/web/1-tools/bootstrap-source/_card.scss */
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

/* line 122, src/sass/web/1-tools/bootstrap-source/_card.scss */
.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px); }

/* line 128, src/sass/web/1-tools/bootstrap-source/_card.scss */
.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }

/* line 133, src/sass/web/1-tools/bootstrap-source/_card.scss */
.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px); }

/* line 141, src/sass/web/1-tools/bootstrap-source/_card.scss */
.card-deck {
  display: flex;
  flex-direction: column; }
  /* line 145, src/sass/web/1-tools/bootstrap-source/_card.scss */
  .card-deck .card {
    margin-bottom: 15px; }
  @media (min-width: 576px) {
    /* line 141, src/sass/web/1-tools/bootstrap-source/_card.scss */
    .card-deck {
      flex-flow: row wrap;
      margin-right: -15px;
      margin-left: -15px; }
      /* line 154, src/sass/web/1-tools/bootstrap-source/_card.scss */
      .card-deck .card {
        display: flex;
        flex: 1 0 0%;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px; } }

/* line 171, src/sass/web/1-tools/bootstrap-source/_card.scss */
.card-group {
  display: flex;
  flex-direction: column; }
  /* line 177, src/sass/web/1-tools/bootstrap-source/_card.scss */
  .card-group > .card {
    margin-bottom: 15px; }
  @media (min-width: 576px) {
    /* line 171, src/sass/web/1-tools/bootstrap-source/_card.scss */
    .card-group {
      flex-flow: row wrap; }
      /* line 185, src/sass/web/1-tools/bootstrap-source/_card.scss */
      .card-group > .card {
        flex: 1 0 0%;
        margin-bottom: 0; }
        /* line 190, src/sass/web/1-tools/bootstrap-source/_card.scss */
        .card-group > .card + .card {
          margin-left: 0;
          border-left: 0; }
        /* line 197, src/sass/web/1-tools/bootstrap-source/_card.scss */
        .card-group > .card:first-child {
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
          /* line 200, src/sass/web/1-tools/bootstrap-source/_card.scss */
          .card-group > .card:first-child .card-img-top,
          .card-group > .card:first-child .card-header {
            border-top-right-radius: 0; }
          /* line 204, src/sass/web/1-tools/bootstrap-source/_card.scss */
          .card-group > .card:first-child .card-img-bottom,
          .card-group > .card:first-child .card-footer {
            border-bottom-right-radius: 0; }
        /* line 210, src/sass/web/1-tools/bootstrap-source/_card.scss */
        .card-group > .card:last-child {
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
          /* line 213, src/sass/web/1-tools/bootstrap-source/_card.scss */
          .card-group > .card:last-child .card-img-top,
          .card-group > .card:last-child .card-header {
            border-top-left-radius: 0; }
          /* line 217, src/sass/web/1-tools/bootstrap-source/_card.scss */
          .card-group > .card:last-child .card-img-bottom,
          .card-group > .card:last-child .card-footer {
            border-bottom-left-radius: 0; }
        /* line 223, src/sass/web/1-tools/bootstrap-source/_card.scss */
        .card-group > .card:only-child {
          border-radius: 0.25rem; }
          /* line 226, src/sass/web/1-tools/bootstrap-source/_card.scss */
          .card-group > .card:only-child .card-img-top,
          .card-group > .card:only-child .card-header {
            border-top-left-radius: 0.25rem;
            border-top-right-radius: 0.25rem; }
          /* line 230, src/sass/web/1-tools/bootstrap-source/_card.scss */
          .card-group > .card:only-child .card-img-bottom,
          .card-group > .card:only-child .card-footer {
            border-bottom-right-radius: 0.25rem;
            border-bottom-left-radius: 0.25rem; }
        /* line 236, src/sass/web/1-tools/bootstrap-source/_card.scss */
        .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
          border-radius: 0; }
          /* line 239, src/sass/web/1-tools/bootstrap-source/_card.scss */
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
            border-radius: 0; } }

/* line 257, src/sass/web/1-tools/bootstrap-source/_card.scss */
.card-columns .card {
  margin-bottom: 0.75rem; }

@media (min-width: 576px) {
  /* line 256, src/sass/web/1-tools/bootstrap-source/_card.scss */
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }
    /* line 267, src/sass/web/1-tools/bootstrap-source/_card.scss */
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

/* line 280, src/sass/web/1-tools/bootstrap-source/_card.scss */
.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0; }

/* line 286, src/sass/web/1-tools/bootstrap-source/_card.scss */
.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0; }

/* line 291, src/sass/web/1-tools/bootstrap-source/_card.scss */
.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

/* line 297, src/sass/web/1-tools/bootstrap-source/_card.scss */
.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

/* line 1, src/sass/web/1-tools/bootstrap-source/_breadcrumb.scss */
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

/* line 13, src/sass/web/1-tools/bootstrap-source/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem; }
  /* line 16, src/sass/web/1-tools/bootstrap-source/_breadcrumb.scss */
  .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "/"; }

/* line 30, src/sass/web/1-tools/bootstrap-source/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline; }

/* line 34, src/sass/web/1-tools/bootstrap-source/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none; }

/* line 38, src/sass/web/1-tools/bootstrap-source/_breadcrumb.scss */
.breadcrumb-item.active {
  color: #6c757d; }

/* line 1, src/sass/web/1-tools/bootstrap-source/_pagination.scss */
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem; }

/* line 7, src/sass/web/1-tools/bootstrap-source/_pagination.scss */
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #2964ca;
  background-color: #FFF;
  border: 1px solid #dee2e6; }
  /* line 17, src/sass/web/1-tools/bootstrap-source/_pagination.scss */
  .page-link:hover {
    z-index: 2;
    color: #1c458a;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  /* line 25, src/sass/web/1-tools/bootstrap-source/_pagination.scss */
  .page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: none; }
  /* line 32, src/sass/web/1-tools/bootstrap-source/_pagination.scss */
  .page-link:not(:disabled):not(.disabled) {
    cursor: pointer; }

/* line 39, src/sass/web/1-tools/bootstrap-source/_pagination.scss */
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

/* line 45, src/sass/web/1-tools/bootstrap-source/_pagination.scss */
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }

/* line 50, src/sass/web/1-tools/bootstrap-source/_pagination.scss */
.page-item.active .page-link {
  z-index: 1;
  color: #FFF;
  background-color: #2964ca;
  border-color: #2964ca; }

/* line 57, src/sass/web/1-tools/bootstrap-source/_pagination.scss */
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #FFF;
  border-color: #dee2e6; }

/* line 4, src/sass/web/1-tools/bootstrap-source/mixins/_pagination.scss */
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5; }

/* line 12, src/sass/web/1-tools/bootstrap-source/mixins/_pagination.scss */
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }

/* line 17, src/sass/web/1-tools/bootstrap-source/mixins/_pagination.scss */
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem; }

/* line 4, src/sass/web/1-tools/bootstrap-source/mixins/_pagination.scss */
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5; }

/* line 12, src/sass/web/1-tools/bootstrap-source/mixins/_pagination.scss */
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem; }

/* line 17, src/sass/web/1-tools/bootstrap-source/mixins/_pagination.scss */
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem; }

/* line 6, src/sass/web/1-tools/bootstrap-source/_badge.scss */
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem; }
  /* line 18, src/sass/web/1-tools/bootstrap-source/_badge.scss */
  .badge:empty {
    display: none; }

/* line 24, src/sass/web/1-tools/bootstrap-source/_badge.scss */
.btn .badge {
  position: relative;
  top: -1px; }

/* line 33, src/sass/web/1-tools/bootstrap-source/_badge.scss */
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem; }

/* line 44, src/sass/web/1-tools/bootstrap-source/_badge.scss */
.badge-primary {
  color: #FFF;
  background-color: #2964ca; }
  /* line 17, src/sass/web/1-tools/bootstrap-source/mixins/_hover.scss */
  .badge-primary[href]:hover, .badge-primary[href]:focus {
    color: #FFF;
    text-decoration: none;
    background-color: #204fa0; }

/* line 44, src/sass/web/1-tools/bootstrap-source/_badge.scss */
.badge-secondary {
  color: #FFF;
  background-color: #6c757d; }
  /* line 17, src/sass/web/1-tools/bootstrap-source/mixins/_hover.scss */
  .badge-secondary[href]:hover, .badge-secondary[href]:focus {
    color: #FFF;
    text-decoration: none;
    background-color: #545b62; }

/* line 44, src/sass/web/1-tools/bootstrap-source/_badge.scss */
.badge-success {
  color: #FFF;
  background-color: #4CAF50; }
  /* line 17, src/sass/web/1-tools/bootstrap-source/mixins/_hover.scss */
  .badge-success[href]:hover, .badge-success[href]:focus {
    color: #FFF;
    text-decoration: none;
    background-color: #3d8b40; }

/* line 44, src/sass/web/1-tools/bootstrap-source/_badge.scss */
.badge-info {
  color: #FFF;
  background-color: #17a2b8; }
  /* line 17, src/sass/web/1-tools/bootstrap-source/mixins/_hover.scss */
  .badge-info[href]:hover, .badge-info[href]:focus {
    color: #FFF;
    text-decoration: none;
    background-color: #117a8b; }

/* line 44, src/sass/web/1-tools/bootstrap-source/_badge.scss */
.badge-warning {
  color: #212529;
  background-color: #ffc107; }
  /* line 17, src/sass/web/1-tools/bootstrap-source/mixins/_hover.scss */
  .badge-warning[href]:hover, .badge-warning[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #d39e00; }

/* line 44, src/sass/web/1-tools/bootstrap-source/_badge.scss */
.badge-danger {
  color: #FFF;
  background-color: #dc3545; }
  /* line 17, src/sass/web/1-tools/bootstrap-source/mixins/_hover.scss */
  .badge-danger[href]:hover, .badge-danger[href]:focus {
    color: #FFF;
    text-decoration: none;
    background-color: #bd2130; }

/* line 44, src/sass/web/1-tools/bootstrap-source/_badge.scss */
.badge-light {
  color: #212529;
  background-color: #f8f9fa; }
  /* line 17, src/sass/web/1-tools/bootstrap-source/mixins/_hover.scss */
  .badge-light[href]:hover, .badge-light[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #dae0e5; }

/* line 44, src/sass/web/1-tools/bootstrap-source/_badge.scss */
.badge-dark {
  color: #FFF;
  background-color: #343a40; }
  /* line 17, src/sass/web/1-tools/bootstrap-source/mixins/_hover.scss */
  .badge-dark[href]:hover, .badge-dark[href]:focus {
    color: #FFF;
    text-decoration: none;
    background-color: #1d2124; }

/* line 1, src/sass/web/1-tools/bootstrap-source/_jumbotron.scss */
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem; }
  @media (min-width: 576px) {
    /* line 1, src/sass/web/1-tools/bootstrap-source/_jumbotron.scss */
    .jumbotron {
      padding: 4rem 2rem; } }

/* line 12, src/sass/web/1-tools/bootstrap-source/_jumbotron.scss */
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

/* line 5, src/sass/web/1-tools/bootstrap-source/_alert.scss */
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

/* line 14, src/sass/web/1-tools/bootstrap-source/_alert.scss */
.alert-heading {
  color: inherit; }

/* line 20, src/sass/web/1-tools/bootstrap-source/_alert.scss */
.alert-link {
  font-weight: 700; }

/* line 29, src/sass/web/1-tools/bootstrap-source/_alert.scss */
.alert-dismissible {
  padding-right: 4rem; }
  /* line 33, src/sass/web/1-tools/bootstrap-source/_alert.scss */
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit; }

/* line 48, src/sass/web/1-tools/bootstrap-source/_alert.scss */
.alert-primary {
  color: #153469;
  background-color: #d4e0f4;
  border-color: #c3d4f0; }
  /* line 6, src/sass/web/1-tools/bootstrap-source/mixins/_alert.scss */
  .alert-primary hr {
    border-top-color: #afc5eb; }
  /* line 10, src/sass/web/1-tools/bootstrap-source/mixins/_alert.scss */
  .alert-primary .alert-link {
    color: #0d1f3f; }

/* line 48, src/sass/web/1-tools/bootstrap-source/_alert.scss */
.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db; }
  /* line 6, src/sass/web/1-tools/bootstrap-source/mixins/_alert.scss */
  .alert-secondary hr {
    border-top-color: #c8cbcf; }
  /* line 10, src/sass/web/1-tools/bootstrap-source/mixins/_alert.scss */
  .alert-secondary .alert-link {
    color: #202326; }

/* line 48, src/sass/web/1-tools/bootstrap-source/_alert.scss */
.alert-success {
  color: #285b2a;
  background-color: #dbefdc;
  border-color: #cde9ce; }
  /* line 6, src/sass/web/1-tools/bootstrap-source/mixins/_alert.scss */
  .alert-success hr {
    border-top-color: #bbe1bd; }
  /* line 10, src/sass/web/1-tools/bootstrap-source/mixins/_alert.scss */
  .alert-success .alert-link {
    color: #18381a; }

/* line 48, src/sass/web/1-tools/bootstrap-source/_alert.scss */
.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb; }
  /* line 6, src/sass/web/1-tools/bootstrap-source/mixins/_alert.scss */
  .alert-info hr {
    border-top-color: #abdde5; }
  /* line 10, src/sass/web/1-tools/bootstrap-source/mixins/_alert.scss */
  .alert-info .alert-link {
    color: #062c33; }

/* line 48, src/sass/web/1-tools/bootstrap-source/_alert.scss */
.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba; }
  /* line 6, src/sass/web/1-tools/bootstrap-source/mixins/_alert.scss */
  .alert-warning hr {
    border-top-color: #ffe8a1; }
  /* line 10, src/sass/web/1-tools/bootstrap-source/mixins/_alert.scss */
  .alert-warning .alert-link {
    color: #533f03; }

/* line 48, src/sass/web/1-tools/bootstrap-source/_alert.scss */
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb; }
  /* line 6, src/sass/web/1-tools/bootstrap-source/mixins/_alert.scss */
  .alert-danger hr {
    border-top-color: #f1b0b7; }
  /* line 10, src/sass/web/1-tools/bootstrap-source/mixins/_alert.scss */
  .alert-danger .alert-link {
    color: #491217; }

/* line 48, src/sass/web/1-tools/bootstrap-source/_alert.scss */
.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe; }
  /* line 6, src/sass/web/1-tools/bootstrap-source/mixins/_alert.scss */
  .alert-light hr {
    border-top-color: #ececf6; }
  /* line 10, src/sass/web/1-tools/bootstrap-source/mixins/_alert.scss */
  .alert-light .alert-link {
    color: #686868; }

/* line 48, src/sass/web/1-tools/bootstrap-source/_alert.scss */
.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca; }
  /* line 6, src/sass/web/1-tools/bootstrap-source/mixins/_alert.scss */
  .alert-dark hr {
    border-top-color: #b9bbbe; }
  /* line 10, src/sass/web/1-tools/bootstrap-source/mixins/_alert.scss */
  .alert-dark .alert-link {
    color: #040505; }

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

/* line 6, src/sass/web/1-tools/bootstrap-source/_progress.scss */
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

/* line 16, src/sass/web/1-tools/bootstrap-source/_progress.scss */
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #FFF;
  text-align: center;
  white-space: nowrap;
  background-color: #2964ca;
  transition: width 0.6s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
    /* line 16, src/sass/web/1-tools/bootstrap-source/_progress.scss */
    .progress-bar {
      transition: none; } }

/* line 27, src/sass/web/1-tools/bootstrap-source/_progress.scss */
.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; }

/* line 32, src/sass/web/1-tools/bootstrap-source/_progress.scss */
.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite; }

/* line 1, src/sass/web/1-tools/bootstrap-source/_media.scss */
.media {
  display: flex;
  align-items: flex-start; }

/* line 6, src/sass/web/1-tools/bootstrap-source/_media.scss */
.media-body {
  flex: 1; }

/* line 5, src/sass/web/1-tools/bootstrap-source/_list-group.scss */
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0; }

/* line 20, src/sass/web/1-tools/bootstrap-source/_list-group.scss */
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }
  /* line 17, src/sass/web/1-tools/bootstrap-source/mixins/_hover.scss */
  .list-group-item-action:hover, .list-group-item-action:focus {
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa; }
  /* line 32, src/sass/web/1-tools/bootstrap-source/_list-group.scss */
  .list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef; }

/* line 43, src/sass/web/1-tools/bootstrap-source/_list-group.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #FFF;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  /* line 52, src/sass/web/1-tools/bootstrap-source/_list-group.scss */
  .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  /* line 56, src/sass/web/1-tools/bootstrap-source/_list-group.scss */
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
  /* line 17, src/sass/web/1-tools/bootstrap-source/mixins/_hover.scss */
  .list-group-item:hover, .list-group-item:focus {
    z-index: 1;
    text-decoration: none; }
  /* line 66, src/sass/web/1-tools/bootstrap-source/_list-group.scss */
  .list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    background-color: #FFF; }
  /* line 73, src/sass/web/1-tools/bootstrap-source/_list-group.scss */
  .list-group-item.active {
    z-index: 2;
    color: #FFF;
    background-color: #2964ca;
    border-color: #2964ca; }

/* line 88, src/sass/web/1-tools/bootstrap-source/_list-group.scss */
.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }

/* line 95, src/sass/web/1-tools/bootstrap-source/_list-group.scss */
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0; }

/* line 101, src/sass/web/1-tools/bootstrap-source/_list-group.scss */
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0; }

/* line 4, src/sass/web/1-tools/bootstrap-source/mixins/_list-group.scss */
.list-group-item-primary {
  color: #153469;
  background-color: #c3d4f0; }
  /* line 17, src/sass/web/1-tools/bootstrap-source/mixins/_hover.scss */
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #153469;
    background-color: #afc5eb; }
  /* line 14, src/sass/web/1-tools/bootstrap-source/mixins/_list-group.scss */
  .list-group-item-primary.list-group-item-action.active {
    color: #FFF;
    background-color: #153469;
    border-color: #153469; }

/* line 4, src/sass/web/1-tools/bootstrap-source/mixins/_list-group.scss */
.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db; }
  /* line 17, src/sass/web/1-tools/bootstrap-source/mixins/_hover.scss */
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #383d41;
    background-color: #c8cbcf; }
  /* line 14, src/sass/web/1-tools/bootstrap-source/mixins/_list-group.scss */
  .list-group-item-secondary.list-group-item-action.active {
    color: #FFF;
    background-color: #383d41;
    border-color: #383d41; }

/* line 4, src/sass/web/1-tools/bootstrap-source/mixins/_list-group.scss */
.list-group-item-success {
  color: #285b2a;
  background-color: #cde9ce; }
  /* line 17, src/sass/web/1-tools/bootstrap-source/mixins/_hover.scss */
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #285b2a;
    background-color: #bbe1bd; }
  /* line 14, src/sass/web/1-tools/bootstrap-source/mixins/_list-group.scss */
  .list-group-item-success.list-group-item-action.active {
    color: #FFF;
    background-color: #285b2a;
    border-color: #285b2a; }

/* line 4, src/sass/web/1-tools/bootstrap-source/mixins/_list-group.scss */
.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb; }
  /* line 17, src/sass/web/1-tools/bootstrap-source/mixins/_hover.scss */
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #0c5460;
    background-color: #abdde5; }
  /* line 14, src/sass/web/1-tools/bootstrap-source/mixins/_list-group.scss */
  .list-group-item-info.list-group-item-action.active {
    color: #FFF;
    background-color: #0c5460;
    border-color: #0c5460; }

/* line 4, src/sass/web/1-tools/bootstrap-source/mixins/_list-group.scss */
.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba; }
  /* line 17, src/sass/web/1-tools/bootstrap-source/mixins/_hover.scss */
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #856404;
    background-color: #ffe8a1; }
  /* line 14, src/sass/web/1-tools/bootstrap-source/mixins/_list-group.scss */
  .list-group-item-warning.list-group-item-action.active {
    color: #FFF;
    background-color: #856404;
    border-color: #856404; }

/* line 4, src/sass/web/1-tools/bootstrap-source/mixins/_list-group.scss */
.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb; }
  /* line 17, src/sass/web/1-tools/bootstrap-source/mixins/_hover.scss */
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #721c24;
    background-color: #f1b0b7; }
  /* line 14, src/sass/web/1-tools/bootstrap-source/mixins/_list-group.scss */
  .list-group-item-danger.list-group-item-action.active {
    color: #FFF;
    background-color: #721c24;
    border-color: #721c24; }

/* line 4, src/sass/web/1-tools/bootstrap-source/mixins/_list-group.scss */
.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe; }
  /* line 17, src/sass/web/1-tools/bootstrap-source/mixins/_hover.scss */
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #818182;
    background-color: #ececf6; }
  /* line 14, src/sass/web/1-tools/bootstrap-source/mixins/_list-group.scss */
  .list-group-item-light.list-group-item-action.active {
    color: #FFF;
    background-color: #818182;
    border-color: #818182; }

/* line 4, src/sass/web/1-tools/bootstrap-source/mixins/_list-group.scss */
.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca; }
  /* line 17, src/sass/web/1-tools/bootstrap-source/mixins/_hover.scss */
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #1b1e21;
    background-color: #b9bbbe; }
  /* line 14, src/sass/web/1-tools/bootstrap-source/mixins/_list-group.scss */
  .list-group-item-dark.list-group-item-action.active {
    color: #FFF;
    background-color: #1b1e21;
    border-color: #1b1e21; }

/* line 1, src/sass/web/1-tools/bootstrap-source/_close.scss */
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #FFF;
  opacity: .5; }
  /* line 17, src/sass/web/1-tools/bootstrap-source/mixins/_hover.scss */
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    opacity: .75; }
  /* line 17, src/sass/web/1-tools/bootstrap-source/_close.scss */
  .close:not(:disabled):not(.disabled) {
    cursor: pointer; }

/* line 28, src/sass/web/1-tools/bootstrap-source/_close.scss */
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none; }

/* line 8, src/sass/web/1-tools/bootstrap-source/_modal.scss */
.modal-open {
  overflow: hidden; }

/* line 13, src/sass/web/1-tools/bootstrap-source/_modal.scss */
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0; }
  /* line 29, src/sass/web/1-tools/bootstrap-source/_modal.scss */
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

/* line 36, src/sass/web/1-tools/bootstrap-source/_modal.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  /* line 44, src/sass/web/1-tools/bootstrap-source/_modal.scss */
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -25%); }
    @media screen and (prefers-reduced-motion: reduce) {
      /* line 44, src/sass/web/1-tools/bootstrap-source/_modal.scss */
      .modal.fade .modal-dialog {
        transition: none; } }
  /* line 48, src/sass/web/1-tools/bootstrap-source/_modal.scss */
  .modal.show .modal-dialog {
    transform: translate(0, 0); }

/* line 53, src/sass/web/1-tools/bootstrap-source/_modal.scss */
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2)); }

/* line 60, src/sass/web/1-tools/bootstrap-source/_modal.scss */
.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; }

/* line 77, src/sass/web/1-tools/bootstrap-source/_modal.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  /* line 87, src/sass/web/1-tools/bootstrap-source/_modal.scss */
  .modal-backdrop.fade {
    opacity: 0; }
  /* line 88, src/sass/web/1-tools/bootstrap-source/_modal.scss */
  .modal-backdrop.show {
    opacity: 0.5; }

/* line 93, src/sass/web/1-tools/bootstrap-source/_modal.scss */
.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem; }
  /* line 101, src/sass/web/1-tools/bootstrap-source/_modal.scss */
  .modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto; }

/* line 109, src/sass/web/1-tools/bootstrap-source/_modal.scss */
.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

/* line 116, src/sass/web/1-tools/bootstrap-source/_modal.scss */
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem; }

/* line 125, src/sass/web/1-tools/bootstrap-source/_modal.scss */
.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef; }
  /* line 133, src/sass/web/1-tools/bootstrap-source/_modal.scss */
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  /* line 134, src/sass/web/1-tools/bootstrap-source/_modal.scss */
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

/* line 138, src/sass/web/1-tools/bootstrap-source/_modal.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  /* line 149, src/sass/web/1-tools/bootstrap-source/_modal.scss */
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  /* line 154, src/sass/web/1-tools/bootstrap-source/_modal.scss */
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2)); }
  /* line 162, src/sass/web/1-tools/bootstrap-source/_modal.scss */
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  /* line 167, src/sass/web/1-tools/bootstrap-source/_modal.scss */
  .modal-lg {
    max-width: 800px; } }

/* line 2, src/sass/web/1-tools/bootstrap-source/_tooltip.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", 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;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
  /* line 15, src/sass/web/1-tools/bootstrap-source/_tooltip.scss */
  .tooltip.show {
    opacity: 0.9; }
  /* line 17, src/sass/web/1-tools/bootstrap-source/_tooltip.scss */
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    /* line 23, src/sass/web/1-tools/bootstrap-source/_tooltip.scss */
    .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

/* line 32, src/sass/web/1-tools/bootstrap-source/_tooltip.scss */
.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0; }
  /* line 35, src/sass/web/1-tools/bootstrap-source/_tooltip.scss */
  .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0; }
    /* line 38, src/sass/web/1-tools/bootstrap-source/_tooltip.scss */
    .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; }

/* line 46, src/sass/web/1-tools/bootstrap-source/_tooltip.scss */
.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem; }
  /* line 49, src/sass/web/1-tools/bootstrap-source/_tooltip.scss */
  .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem; }
    /* line 54, src/sass/web/1-tools/bootstrap-source/_tooltip.scss */
    .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; }

/* line 62, src/sass/web/1-tools/bootstrap-source/_tooltip.scss */
.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0; }
  /* line 65, src/sass/web/1-tools/bootstrap-source/_tooltip.scss */
  .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0; }
    /* line 68, src/sass/web/1-tools/bootstrap-source/_tooltip.scss */
    .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; }

/* line 76, src/sass/web/1-tools/bootstrap-source/_tooltip.scss */
.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem; }
  /* line 79, src/sass/web/1-tools/bootstrap-source/_tooltip.scss */
  .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem; }
    /* line 84, src/sass/web/1-tools/bootstrap-source/_tooltip.scss */
    .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; }

/* line 108, src/sass/web/1-tools/bootstrap-source/_tooltip.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #FFF;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem; }

/* line 1, src/sass/web/1-tools/bootstrap-source/_popover.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", 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;
  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; }
  /* line 20, src/sass/web/1-tools/bootstrap-source/_popover.scss */
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem; }
    /* line 27, src/sass/web/1-tools/bootstrap-source/_popover.scss */
    .popover .arrow::before, .popover .arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

/* line 38, src/sass/web/1-tools/bootstrap-source/_popover.scss */
.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem; }
  /* line 41, src/sass/web/1-tools/bootstrap-source/_popover.scss */
  .bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow {
    bottom: calc((0.5rem + 1px) * -1); }
  /* line 45, src/sass/web/1-tools/bootstrap-source/_popover.scss */
  .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before,
  .bs-popover-top .arrow::after,
  .bs-popover-auto[x-placement^="top"] .arrow::after {
    border-width: 0.5rem 0.5rem 0; }
  /* line 50, src/sass/web/1-tools/bootstrap-source/_popover.scss */
  .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
    bottom: 0;
    border-top-color: rgba(0, 0, 0, 0.25); }
  /* line 55, src/sass/web/1-tools/bootstrap-source/_popover.scss */
  
  .bs-popover-top .arrow::after,
  .bs-popover-auto[x-placement^="top"] .arrow::after {
    bottom: 1px;
    border-top-color: #FFF; }

/* line 61, src/sass/web/1-tools/bootstrap-source/_popover.scss */
.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem; }
  /* line 64, src/sass/web/1-tools/bootstrap-source/_popover.scss */
  .bs-popover-right .arrow, .bs-popover-auto[x-placement^="right"] .arrow {
    left: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
  /* line 71, src/sass/web/1-tools/bootstrap-source/_popover.scss */
  .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before,
  .bs-popover-right .arrow::after,
  .bs-popover-auto[x-placement^="right"] .arrow::after {
    border-width: 0.5rem 0.5rem 0.5rem 0; }
  /* line 76, src/sass/web/1-tools/bootstrap-source/_popover.scss */
  .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
    left: 0;
    border-right-color: rgba(0, 0, 0, 0.25); }
  /* line 81, src/sass/web/1-tools/bootstrap-source/_popover.scss */
  
  .bs-popover-right .arrow::after,
  .bs-popover-auto[x-placement^="right"] .arrow::after {
    left: 1px;
    border-right-color: #FFF; }

/* line 87, src/sass/web/1-tools/bootstrap-source/_popover.scss */
.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem; }
  /* line 90, src/sass/web/1-tools/bootstrap-source/_popover.scss */
  .bs-popover-bottom .arrow, .bs-popover-auto[x-placement^="bottom"] .arrow {
    top: calc((0.5rem + 1px) * -1); }
  /* line 94, src/sass/web/1-tools/bootstrap-source/_popover.scss */
  .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before,
  .bs-popover-bottom .arrow::after,
  .bs-popover-auto[x-placement^="bottom"] .arrow::after {
    border-width: 0 0.5rem 0.5rem 0.5rem; }
  /* line 99, src/sass/web/1-tools/bootstrap-source/_popover.scss */
  .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
    top: 0;
    border-bottom-color: rgba(0, 0, 0, 0.25); }
  /* line 104, src/sass/web/1-tools/bootstrap-source/_popover.scss */
  
  .bs-popover-bottom .arrow::after,
  .bs-popover-auto[x-placement^="bottom"] .arrow::after {
    top: 1px;
    border-bottom-color: #FFF; }
  /* line 110, src/sass/web/1-tools/bootstrap-source/_popover.scss */
  .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7; }

/* line 122, src/sass/web/1-tools/bootstrap-source/_popover.scss */
.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem; }
  /* line 125, src/sass/web/1-tools/bootstrap-source/_popover.scss */
  .bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow {
    right: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
  /* line 132, src/sass/web/1-tools/bootstrap-source/_popover.scss */
  .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before,
  .bs-popover-left .arrow::after,
  .bs-popover-auto[x-placement^="left"] .arrow::after {
    border-width: 0.5rem 0 0.5rem 0.5rem; }
  /* line 137, src/sass/web/1-tools/bootstrap-source/_popover.scss */
  .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
    right: 0;
    border-left-color: rgba(0, 0, 0, 0.25); }
  /* line 142, src/sass/web/1-tools/bootstrap-source/_popover.scss */
  
  .bs-popover-left .arrow::after,
  .bs-popover-auto[x-placement^="left"] .arrow::after {
    right: 1px;
    border-left-color: #FFF; }

/* line 165, src/sass/web/1-tools/bootstrap-source/_popover.scss */
.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  /* line 175, src/sass/web/1-tools/bootstrap-source/_popover.scss */
  .popover-header:empty {
    display: none; }

/* line 180, src/sass/web/1-tools/bootstrap-source/_popover.scss */
.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529; }

/* line 11, src/sass/web/1-tools/bootstrap-source/_carousel.scss */
.carousel {
  position: relative; }

/* line 15, src/sass/web/1-tools/bootstrap-source/_carousel.scss */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }

/* line 21, src/sass/web/1-tools/bootstrap-source/_carousel.scss */
.carousel-item {
  position: relative;
  display: none;
  align-items: center;
  width: 100%;
  transition: transform 0.6s ease;
  backface-visibility: hidden;
  perspective: 1000px; }
  @media screen and (prefers-reduced-motion: reduce) {
    /* line 21, src/sass/web/1-tools/bootstrap-source/_carousel.scss */
    .carousel-item {
      transition: none; } }

/* line 31, src/sass/web/1-tools/bootstrap-source/_carousel.scss */
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block; }

/* line 37, src/sass/web/1-tools/bootstrap-source/_carousel.scss */
.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0; }

/* line 43, src/sass/web/1-tools/bootstrap-source/_carousel.scss */
.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  transform: translateX(0); }
  @supports (transform-style: preserve-3d) {
    /* line 43, src/sass/web/1-tools/bootstrap-source/_carousel.scss */
    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
      transform: translate3d(0, 0, 0); } }

/* line 52, src/sass/web/1-tools/bootstrap-source/_carousel.scss */
.carousel-item-next,
.active.carousel-item-right {
  transform: translateX(100%); }
  @supports (transform-style: preserve-3d) {
    /* line 52, src/sass/web/1-tools/bootstrap-source/_carousel.scss */
    .carousel-item-next,
    .active.carousel-item-right {
      transform: translate3d(100%, 0, 0); } }

/* line 61, src/sass/web/1-tools/bootstrap-source/_carousel.scss */
.carousel-item-prev,
.active.carousel-item-left {
  transform: translateX(-100%); }
  @supports (transform-style: preserve-3d) {
    /* line 61, src/sass/web/1-tools/bootstrap-source/_carousel.scss */
    .carousel-item-prev,
    .active.carousel-item-left {
      transform: translate3d(-100%, 0, 0); } }

/* line 76, src/sass/web/1-tools/bootstrap-source/_carousel.scss */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: .6s;
  transition-property: opacity; }

/* line 82, src/sass/web/1-tools/bootstrap-source/_carousel.scss */
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1; }

/* line 88, src/sass/web/1-tools/bootstrap-source/_carousel.scss */
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0; }

/* line 93, src/sass/web/1-tools/bootstrap-source/_carousel.scss */
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  transform: translateX(0); }
  @supports (transform-style: preserve-3d) {
    /* line 93, src/sass/web/1-tools/bootstrap-source/_carousel.scss */
    .carousel-fade .carousel-item-next,
    .carousel-fade .carousel-item-prev,
    .carousel-fade .carousel-item.active,
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-prev {
      transform: translate3d(0, 0, 0); } }

/* line 111, src/sass/web/1-tools/bootstrap-source/_carousel.scss */
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #FFF;
  text-align: center;
  opacity: 0.5; }
  /* line 17, src/sass/web/1-tools/bootstrap-source/mixins/_hover.scss */
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #FFF;
    text-decoration: none;
    outline: 0;
    opacity: .9; }

/* line 135, src/sass/web/1-tools/bootstrap-source/_carousel.scss */
.carousel-control-prev {
  left: 0; }

/* line 141, src/sass/web/1-tools/bootstrap-source/_carousel.scss */
.carousel-control-next {
  right: 0; }

/* line 149, src/sass/web/1-tools/bootstrap-source/_carousel.scss */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%; }

/* line 157, src/sass/web/1-tools/bootstrap-source/_carousel.scss */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFF' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E"); }

/* line 160, src/sass/web/1-tools/bootstrap-source/_carousel.scss */
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFF' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E"); }

/* line 170, src/sass/web/1-tools/bootstrap-source/_carousel.scss */
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  /* line 184, src/sass/web/1-tools/bootstrap-source/_carousel.scss */
  .carousel-indicators li {
    position: relative;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.5); }
    /* line 196, src/sass/web/1-tools/bootstrap-source/_carousel.scss */
    .carousel-indicators li::before {
      position: absolute;
      top: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: ""; }
    /* line 205, src/sass/web/1-tools/bootstrap-source/_carousel.scss */
    .carousel-indicators li::after {
      position: absolute;
      bottom: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: ""; }
  /* line 216, src/sass/web/1-tools/bootstrap-source/_carousel.scss */
  .carousel-indicators .active {
    background-color: #FFF; }

/* line 226, src/sass/web/1-tools/bootstrap-source/_carousel.scss */
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #FFF;
  text-align: center; }

/* line 3, src/sass/web/1-tools/bootstrap-source/utilities/_align.scss */
.align-baseline {
  vertical-align: baseline !important; }

/* line 4, src/sass/web/1-tools/bootstrap-source/utilities/_align.scss */
.align-top {
  vertical-align: top !important; }

/* line 5, src/sass/web/1-tools/bootstrap-source/utilities/_align.scss */
.align-middle {
  vertical-align: middle !important; }

/* line 6, src/sass/web/1-tools/bootstrap-source/utilities/_align.scss */
.align-bottom {
  vertical-align: bottom !important; }

/* line 7, src/sass/web/1-tools/bootstrap-source/utilities/_align.scss */
.align-text-bottom {
  vertical-align: text-bottom !important; }

/* line 8, src/sass/web/1-tools/bootstrap-source/utilities/_align.scss */
.align-text-top {
  vertical-align: text-top !important; }

/* line 6, src/sass/web/1-tools/bootstrap-source/mixins/_background-variant.scss */
.bg-primary {
  background-color: #2964ca !important; }

/* line 17, src/sass/web/1-tools/bootstrap-source/mixins/_hover.scss */
a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #204fa0 !important; }

/* line 6, src/sass/web/1-tools/bootstrap-source/mixins/_background-variant.scss */
.bg-secondary {
  background-color: #6c757d !important; }

/* line 17, src/sass/web/1-tools/bootstrap-source/mixins/_hover.scss */
a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important; }

/* line 6, src/sass/web/1-tools/bootstrap-source/mixins/_background-variant.scss */
.bg-success {
  background-color: #4CAF50 !important; }

/* line 17, src/sass/web/1-tools/bootstrap-source/mixins/_hover.scss */
a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #3d8b40 !important; }

/* line 6, src/sass/web/1-tools/bootstrap-source/mixins/_background-variant.scss */
.bg-info {
  background-color: #17a2b8 !important; }

/* line 17, src/sass/web/1-tools/bootstrap-source/mixins/_hover.scss */
a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important; }

/* line 6, src/sass/web/1-tools/bootstrap-source/mixins/_background-variant.scss */
.bg-warning {
  background-color: #ffc107 !important; }

/* line 17, src/sass/web/1-tools/bootstrap-source/mixins/_hover.scss */
a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important; }

/* line 6, src/sass/web/1-tools/bootstrap-source/mixins/_background-variant.scss */
.bg-danger {
  background-color: #dc3545 !important; }

/* line 17, src/sass/web/1-tools/bootstrap-source/mixins/_hover.scss */
a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important; }

/* line 6, src/sass/web/1-tools/bootstrap-source/mixins/_background-variant.scss */
.bg-light {
  background-color: #f8f9fa !important; }

/* line 17, src/sass/web/1-tools/bootstrap-source/mixins/_hover.scss */
a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important; }

/* line 6, src/sass/web/1-tools/bootstrap-source/mixins/_background-variant.scss */
.bg-dark {
  background-color: #343a40 !important; }

/* line 17, src/sass/web/1-tools/bootstrap-source/mixins/_hover.scss */
a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important; }

/* line 13, src/sass/web/1-tools/bootstrap-source/utilities/_background.scss */
.bg-white {
  background-color: #FFF !important; }

/* line 17, src/sass/web/1-tools/bootstrap-source/utilities/_background.scss */
.bg-transparent {
  background-color: transparent !important; }

/* line 7, src/sass/web/1-tools/bootstrap-source/utilities/_borders.scss */
.border {
  border: 1px solid #dee2e6 !important; }

/* line 8, src/sass/web/1-tools/bootstrap-source/utilities/_borders.scss */
.border-top {
  border-top: 1px solid #dee2e6 !important; }

/* line 9, src/sass/web/1-tools/bootstrap-source/utilities/_borders.scss */
.border-right {
  border-right: 1px solid #dee2e6 !important; }

/* line 10, src/sass/web/1-tools/bootstrap-source/utilities/_borders.scss */
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important; }

/* line 11, src/sass/web/1-tools/bootstrap-source/utilities/_borders.scss */
.border-left {
  border-left: 1px solid #dee2e6 !important; }

/* line 13, src/sass/web/1-tools/bootstrap-source/utilities/_borders.scss */
.border-0 {
  border: 0 !important; }

/* line 14, src/sass/web/1-tools/bootstrap-source/utilities/_borders.scss */
.border-top-0 {
  border-top: 0 !important; }

/* line 15, src/sass/web/1-tools/bootstrap-source/utilities/_borders.scss */
.border-right-0 {
  border-right: 0 !important; }

/* line 16, src/sass/web/1-tools/bootstrap-source/utilities/_borders.scss */
.border-bottom-0 {
  border-bottom: 0 !important; }

/* line 17, src/sass/web/1-tools/bootstrap-source/utilities/_borders.scss */
.border-left-0 {
  border-left: 0 !important; }

/* line 20, src/sass/web/1-tools/bootstrap-source/utilities/_borders.scss */
.border-primary {
  border-color: #2964ca !important; }

/* line 20, src/sass/web/1-tools/bootstrap-source/utilities/_borders.scss */
.border-secondary {
  border-color: #6c757d !important; }

/* line 20, src/sass/web/1-tools/bootstrap-source/utilities/_borders.scss */
.border-success {
  border-color: #4CAF50 !important; }

/* line 20, src/sass/web/1-tools/bootstrap-source/utilities/_borders.scss */
.border-info {
  border-color: #17a2b8 !important; }

/* line 20, src/sass/web/1-tools/bootstrap-source/utilities/_borders.scss */
.border-warning {
  border-color: #ffc107 !important; }

/* line 20, src/sass/web/1-tools/bootstrap-source/utilities/_borders.scss */
.border-danger {
  border-color: #dc3545 !important; }

/* line 20, src/sass/web/1-tools/bootstrap-source/utilities/_borders.scss */
.border-light {
  border-color: #f8f9fa !important; }

/* line 20, src/sass/web/1-tools/bootstrap-source/utilities/_borders.scss */
.border-dark {
  border-color: #343a40 !important; }

/* line 25, src/sass/web/1-tools/bootstrap-source/utilities/_borders.scss */
.border-white {
  border-color: #FFF !important; }

/* line 33, src/sass/web/1-tools/bootstrap-source/utilities/_borders.scss */
.rounded {
  border-radius: 0.25rem !important; }

/* line 36, src/sass/web/1-tools/bootstrap-source/utilities/_borders.scss */
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

/* line 40, src/sass/web/1-tools/bootstrap-source/utilities/_borders.scss */
.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

/* line 44, src/sass/web/1-tools/bootstrap-source/utilities/_borders.scss */
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

/* line 48, src/sass/web/1-tools/bootstrap-source/utilities/_borders.scss */
.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

/* line 53, src/sass/web/1-tools/bootstrap-source/utilities/_borders.scss */
.rounded-circle, .app-sidebar__user-avatar {
  border-radius: 50% !important; }

/* line 57, src/sass/web/1-tools/bootstrap-source/utilities/_borders.scss */
.rounded-0 {
  border-radius: 0 !important; }

/* line 2, src/sass/web/1-tools/bootstrap-source/mixins/_clearfix.scss */
.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

/* line 11, src/sass/web/1-tools/bootstrap-source/utilities/_display.scss */
.d-none {
  display: none !important; }

/* line 12, src/sass/web/1-tools/bootstrap-source/utilities/_display.scss */
.d-inline {
  display: inline !important; }

/* line 13, src/sass/web/1-tools/bootstrap-source/utilities/_display.scss */
.d-inline-block {
  display: inline-block !important; }

/* line 14, src/sass/web/1-tools/bootstrap-source/utilities/_display.scss */
.d-block {
  display: block !important; }

/* line 15, src/sass/web/1-tools/bootstrap-source/utilities/_display.scss */
.d-table {
  display: table !important; }

/* line 16, src/sass/web/1-tools/bootstrap-source/utilities/_display.scss */
.d-table-row {
  display: table-row !important; }

/* line 17, src/sass/web/1-tools/bootstrap-source/utilities/_display.scss */
.d-table-cell {
  display: table-cell !important; }

/* line 18, src/sass/web/1-tools/bootstrap-source/utilities/_display.scss */
.d-flex {
  display: flex !important; }

/* line 19, src/sass/web/1-tools/bootstrap-source/utilities/_display.scss */
.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  /* line 11, src/sass/web/1-tools/bootstrap-source/utilities/_display.scss */
  .d-sm-none {
    display: none !important; }
  /* line 12, src/sass/web/1-tools/bootstrap-source/utilities/_display.scss */
  .d-sm-inline {
    display: inline !important; }
  /* line 13, src/sass/web/1-tools/bootstrap-source/utilities/_display.scss */
  .d-sm-inline-block {
    display: inline-block !important; }
  /* line 14, src/sass/web/1-tools/bootstrap-source/utilities/_display.scss */
  .d-sm-block {
    display: block !important; }
  /* line 15, src/sass/web/1-tools/bootstrap-source/utilities/_display.scss */
  .d-sm-table {
    display: table !important; }
  /* line 16, src/sass/web/1-tools/bootstrap-source/utilities/_display.scss */
  .d-sm-table-row {
    display: table-row !important; }
  /* line 17, src/sass/web/1-tools/bootstrap-source/utilities/_display.scss */
  .d-sm-table-cell {
    display: table-cell !important; }
  /* line 18, src/sass/web/1-tools/bootstrap-source/utilities/_display.scss */
  .d-sm-flex {
    display: flex !important; }
  /* line 19, src/sass/web/1-tools/bootstrap-source/utilities/_display.scss */
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 768px) {
  /* line 11, src/sass/web/1-tools/bootstrap-source/utilities/_display.scss */
  .d-md-none {
    display: none !important; }
  /* line 12, src/sass/web/1-tools/bootstrap-source/utilities/_display.scss */
  .d-md-inline {
    display: inline !important; }
  /* line 13, src/sass/web/1-tools/bootstrap-source/utilities/_display.scss */
  .d-md-inline-block {
    display: inline-block !important; }
  /* line 14, src/sass/web/1-tools/bootstrap-source/utilities/_display.scss */
  .d-md-block {
    display: block !important; }
  /* line 15, src/sass/web/1-tools/bootstrap-source/utilities/_display.scss */
  .d-md-table {
    display: table !important; }
  /* line 16, src/sass/web/1-tools/bootstrap-source/utilities/_display.scss */
  .d-md-table-row {
    display: table-row !important; }
  /* line 17, src/sass/web/1-tools/bootstrap-source/utilities/_display.scss */
  .d-md-table-cell {
    display: table-cell !important; }
  /* line 18, src/sass/web/1-tools/bootstrap-source/utilities/_display.scss */
  .d-md-flex {
    display: flex !important; }
  /* line 19, src/sass/web/1-tools/bootstrap-source/utilities/_display.scss */
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 992px) {
  /* line 11, src/sass/web/1-tools/bootstrap-source/utilities/_display.scss */
  .d-lg-none {
    display: none !important; }
  /* line 12, src/sass/web/1-tools/bootstrap-source/utilities/_display.scss */
  .d-lg-inline {
    display: inline !important; }
  /* line 13, src/sass/web/1-tools/bootstrap-source/utilities/_display.scss */
  .d-lg-inline-block {
    display: inline-block !important; }
  /* line 14, src/sass/web/1-tools/bootstrap-source/utilities/_display.scss */
  .d-lg-block {
    display: block !important; }
  /* line 15, src/sass/web/1-tools/bootstrap-source/utilities/_display.scss */
  .d-lg-table {
    display: table !important; }
  /* line 16, src/sass/web/1-tools/bootstrap-source/utilities/_display.scss */
  .d-lg-table-row {
    display: table-row !important; }
  /* line 17, src/sass/web/1-tools/bootstrap-source/utilities/_display.scss */
  .d-lg-table-cell {
    display: table-cell !important; }
  /* line 18, src/sass/web/1-tools/bootstrap-source/utilities/_display.scss */
  .d-lg-flex {
    display: flex !important; }
  /* line 19, src/sass/web/1-tools/bootstrap-source/utilities/_display.scss */
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  /* line 11, src/sass/web/1-tools/bootstrap-source/utilities/_display.scss */
  .d-xl-none {
    display: none !important; }
  /* line 12, src/sass/web/1-tools/bootstrap-source/utilities/_display.scss */
  .d-xl-inline {
    display: inline !important; }
  /* line 13, src/sass/web/1-tools/bootstrap-source/utilities/_display.scss */
  .d-xl-inline-block {
    display: inline-block !important; }
  /* line 14, src/sass/web/1-tools/bootstrap-source/utilities/_display.scss */
  .d-xl-block {
    display: block !important; }
  /* line 15, src/sass/web/1-tools/bootstrap-source/utilities/_display.scss */
  .d-xl-table {
    display: table !important; }
  /* line 16, src/sass/web/1-tools/bootstrap-source/utilities/_display.scss */
  .d-xl-table-row {
    display: table-row !important; }
  /* line 17, src/sass/web/1-tools/bootstrap-source/utilities/_display.scss */
  .d-xl-table-cell {
    display: table-cell !important; }
  /* line 18, src/sass/web/1-tools/bootstrap-source/utilities/_display.scss */
  .d-xl-flex {
    display: flex !important; }
  /* line 19, src/sass/web/1-tools/bootstrap-source/utilities/_display.scss */
  .d-xl-inline-flex {
    display: inline-flex !important; } }

@media print {
  /* line 29, src/sass/web/1-tools/bootstrap-source/utilities/_display.scss */
  .d-print-none {
    display: none !important; }
  /* line 30, src/sass/web/1-tools/bootstrap-source/utilities/_display.scss */
  .d-print-inline {
    display: inline !important; }
  /* line 31, src/sass/web/1-tools/bootstrap-source/utilities/_display.scss */
  .d-print-inline-block {
    display: inline-block !important; }
  /* line 32, src/sass/web/1-tools/bootstrap-source/utilities/_display.scss */
  .d-print-block {
    display: block !important; }
  /* line 33, src/sass/web/1-tools/bootstrap-source/utilities/_display.scss */
  .d-print-table {
    display: table !important; }
  /* line 34, src/sass/web/1-tools/bootstrap-source/utilities/_display.scss */
  .d-print-table-row {
    display: table-row !important; }
  /* line 35, src/sass/web/1-tools/bootstrap-source/utilities/_display.scss */
  .d-print-table-cell {
    display: table-cell !important; }
  /* line 36, src/sass/web/1-tools/bootstrap-source/utilities/_display.scss */
  .d-print-flex {
    display: flex !important; }
  /* line 37, src/sass/web/1-tools/bootstrap-source/utilities/_display.scss */
  .d-print-inline-flex {
    display: inline-flex !important; } }

/* line 3, src/sass/web/1-tools/bootstrap-source/utilities/_embed.scss */
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  /* line 10, src/sass/web/1-tools/bootstrap-source/utilities/_embed.scss */
  .embed-responsive::before {
    display: block;
    content: ""; }
  /* line 15, src/sass/web/1-tools/bootstrap-source/utilities/_embed.scss */
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

/* line 31, src/sass/web/1-tools/bootstrap-source/utilities/_embed.scss */
.embed-responsive-21by9::before {
  padding-top: 42.85714%; }

/* line 37, src/sass/web/1-tools/bootstrap-source/utilities/_embed.scss */
.embed-responsive-16by9::before {
  padding-top: 56.25%; }

/* line 43, src/sass/web/1-tools/bootstrap-source/utilities/_embed.scss */
.embed-responsive-4by3::before {
  padding-top: 75%; }

/* line 49, src/sass/web/1-tools/bootstrap-source/utilities/_embed.scss */
.embed-responsive-1by1::before {
  padding-top: 100%; }

/* line 11, src/sass/web/1-tools/bootstrap-source/utilities/_flex.scss */
.flex-row {
  flex-direction: row !important; }

/* line 12, src/sass/web/1-tools/bootstrap-source/utilities/_flex.scss */
.flex-column {
  flex-direction: column !important; }

/* line 13, src/sass/web/1-tools/bootstrap-source/utilities/_flex.scss */
.flex-row-reverse {
  flex-direction: row-reverse !important; }

/* line 14, src/sass/web/1-tools/bootstrap-source/utilities/_flex.scss */
.flex-column-reverse {
  flex-direction: column-reverse !important; }

/* line 16, src/sass/web/1-tools/bootstrap-source/utilities/_flex.scss */
.flex-wrap {
  flex-wrap: wrap !important; }

/* line 17, src/sass/web/1-tools/bootstrap-source/utilities/_flex.scss */
.flex-nowrap {
  flex-wrap: nowrap !important; }

/* line 18, src/sass/web/1-tools/bootstrap-source/utilities/_flex.scss */
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

/* line 19, src/sass/web/1-tools/bootstrap-source/utilities/_flex.scss */
.flex-fill {
  flex: 1 1 auto !important; }

/* line 20, src/sass/web/1-tools/bootstrap-source/utilities/_flex.scss */
.flex-grow-0 {
  flex-grow: 0 !important; }

/* line 21, src/sass/web/1-tools/bootstrap-source/utilities/_flex.scss */
.flex-grow-1 {
  flex-grow: 1 !important; }

/* line 22, src/sass/web/1-tools/bootstrap-source/utilities/_flex.scss */
.flex-shrink-0 {
  flex-shrink: 0 !important; }

/* line 23, src/sass/web/1-tools/bootstrap-source/utilities/_flex.scss */
.flex-shrink-1 {
  flex-shrink: 1 !important; }

/* line 25, src/sass/web/1-tools/bootstrap-source/utilities/_flex.scss */
.justify-content-start {
  justify-content: flex-start !important; }

/* line 26, src/sass/web/1-tools/bootstrap-source/utilities/_flex.scss */
.justify-content-end {
  justify-content: flex-end !important; }

/* line 27, src/sass/web/1-tools/bootstrap-source/utilities/_flex.scss */
.justify-content-center {
  justify-content: center !important; }

/* line 28, src/sass/web/1-tools/bootstrap-source/utilities/_flex.scss */
.justify-content-between {
  justify-content: space-between !important; }

/* line 29, src/sass/web/1-tools/bootstrap-source/utilities/_flex.scss */
.justify-content-around {
  justify-content: space-around !important; }

/* line 31, src/sass/web/1-tools/bootstrap-source/utilities/_flex.scss */
.align-items-start {
  align-items: flex-start !important; }

/* line 32, src/sass/web/1-tools/bootstrap-source/utilities/_flex.scss */
.align-items-end {
  align-items: flex-end !important; }

/* line 33, src/sass/web/1-tools/bootstrap-source/utilities/_flex.scss */
.align-items-center {
  align-items: center !important; }

/* line 34, src/sass/web/1-tools/bootstrap-source/utilities/_flex.scss */
.align-items-baseline {
  align-items: baseline !important; }

/* line 35, src/sass/web/1-tools/bootstrap-source/utilities/_flex.scss */
.align-items-stretch {
  align-items: stretch !important; }

/* line 37, src/sass/web/1-tools/bootstrap-source/utilities/_flex.scss */
.align-content-start {
  align-content: flex-start !important; }

/* line 38, src/sass/web/1-tools/bootstrap-source/utilities/_flex.scss */
.align-content-end {
  align-content: flex-end !important; }

/* line 39, src/sass/web/1-tools/bootstrap-source/utilities/_flex.scss */
.align-content-center {
  align-content: center !important; }

/* line 40, src/sass/web/1-tools/bootstrap-source/utilities/_flex.scss */
.align-content-between {
  align-content: space-between !important; }

/* line 41, src/sass/web/1-tools/bootstrap-source/utilities/_flex.scss */
.align-content-around {
  align-content: space-around !important; }

/* line 42, src/sass/web/1-tools/bootstrap-source/utilities/_flex.scss */
.align-content-stretch {
  align-content: stretch !important; }

/* line 44, src/sass/web/1-tools/bootstrap-source/utilities/_flex.scss */
.align-self-auto {
  align-self: auto !important; }

/* line 45, src/sass/web/1-tools/bootstrap-source/utilities/_flex.scss */
.align-self-start {
  align-self: flex-start !important; }

/* line 46, src/sass/web/1-tools/bootstrap-source/utilities/_flex.scss */
.align-self-end {
  align-self: flex-end !important; }

/* line 47, src/sass/web/1-tools/bootstrap-source/utilities/_flex.scss */
.align-self-center {
  align-self: center !important; }

/* line 48, src/sass/web/1-tools/bootstrap-source/utilities/_flex.scss */
.align-self-baseline {
  align-self: baseline !important; }

/* line 49, src/sass/web/1-tools/bootstrap-source/utilities/_flex.scss */
.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  /* line 11, src/sass/web/1-tools/bootstrap-source/utilities/_flex.scss */
  .flex-sm-row {
    flex-direction: row !important; }
  /* line 12, src/sass/web/1-tools/bootstrap-source/utilities/_flex.scss */
  .flex-sm-column {
    flex-direction: column !important; }
  /* line 13, src/sass/web/1-tools/bootstrap-source/utilities/_flex.scss */
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  /* line 14, src/sass/web/1-tools/bootstrap-source/utilities/_flex.scss */
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  /* line 16, src/sass/web/1-tools/bootstrap-source/utilities/_flex.scss */
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  /* line 17, src/sass/web/1-tools/bootstrap-source/utilities/_flex.scss */
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  /* line 18, src/sass/web/1-tools/bootstrap-source/utilities/_flex.scss */
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  /* line 19, src/sass/web/1-tools/bootstrap-source/utilities/_flex.scss */
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  /* line 20, src/sass/web/1-tools/bootstrap-source/utilities/_flex.scss */
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  /* line 21, src/sass/web/1-tools/bootstrap-source/utilities/_flex.scss */
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  /* line 22, src/sass/web/1-tools/bootstrap-source/utilities/_flex.scss */
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  /* line 23, src/sass/web/1-tools/bootstrap-source/utilities/_flex.scss */
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  /* line 25, src/sass/web/1-tools/bootstrap-source/utilities/_flex.scss */
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  /* line 26, src/sass/web/1-tools/bootstrap-source/utilities/_flex.scss */
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  /* line 27, src/sass/web/1-tools/bootstrap-source/utilities/_flex.scss */
  .justify-content-sm-center {
    justify-content: center !important; }
  /* line 28, src/sass/web/1-tools/bootstrap-source/utilities/_flex.scss */
  .justify-content-sm-between {
    justify-content: space-between !important; }
  /* line 29, src/sass/web/1-tools/bootstrap-source/utilities/_flex.scss */
  .justify-content-sm-around {
    justify-content: space-around !important; }
  /* line 31, src/sass/web/1-tools/bootstrap-source/utilities/_flex.scss */
  .align-items-sm-start {
    align-items: flex-start !important; }
  /* line 32, src/sass/web/1-tools/bootstrap-source/utilities/_flex.scss */
  .align-items-sm-end {
    align-items: flex-end !important; }
  /* line 33, src/sass/web/1-tools/bootstrap-source/utilities/_flex.scss */
  .align-items-sm-center {
    align-items: center !important; }
  /* line 34, src/sass/web/1-tools/bootstrap-source/utilities/_flex.scss */
  .align-items-sm-baseline {
    align-items: baseline !important; }
  /* line 35, src/sass/web/1-tools/bootstrap-source/utilities/_flex.scss */
  .align-items-sm-stretch {
    align-items: stretch !important; }
  /* line 37, src/sass/web/1-tools/bootstrap-source/utilities/_flex.scss */
  .align-content-sm-start {
    align-content: flex-start !important; }
  /* line 38, src/sass/web/1-tools/bootstrap-source/utilities/_flex.scss */
  .align-content-sm-end {
    align-content: flex-end !important; }
  /* line 39, src/sass/web/1-tools/bootstrap-source/utilities/_flex.scss */
  .align-content-sm-center {
    align-content: center !important; }
  /* line 40, src/sass/web/1-tools/bootstrap-source/utilities/_flex.scss */
  .align-content-sm-between {
    align-content: space-between !important; }
  /* line 41, src/sass/web/1-tools/bootstrap-source/utilities/_flex.scss */
  .align-content-sm-around {
    align-content: space-around !important; }
  /* line 42, src/sass/web/1-tools/bootstrap-source/utilities/_flex.scss */
  .align-content-sm-stretch {
    align-content: stretch !important; }
  /* line 44, src/sass/web/1-tools/bootstrap-source/utilities/_flex.scss */
  .align-self-sm-auto {
    align-self: auto !important; }
  /* line 45, src/sass/web/1-tools/bootstrap-source/utilities/_flex.scss */
  .align-self-sm-start {
    align-self: flex-start !important; }
  /* line 46, src/sass/web/1-tools/bootstrap-source/utilities/_flex.scss */
  .align-self-sm-end {
    align-self: flex-end !important; }
  /* line 47, src/sass/web/1-tools/bootstrap-source/utilities/_flex.scss */
  .align-self-sm-center {
    align-self: center !important; }
  /* line 48, src/sass/web/1-tools/bootstrap-source/utilities/_flex.scss */
  .align-self-sm-baseline {
    align-self: baseline !important; }
  /* line 49, src/sass/web/1-tools/bootstrap-source/utilities/_flex.scss */
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  /* line 11, src/sass/web/1-tools/bootstrap-source/utilities/_flex.scss */
  .flex-md-row {
    flex-direction: row !important; }
  /* line 12, src/sass/web/1-tools/bootstrap-source/utilities/_flex.scss */
  .flex-md-column {
    flex-direction: column !important; }
  /* line 13, src/sass/web/1-tools/bootstrap-source/utilities/_flex.scss */
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  /* line 14, src/sass/web/1-tools/bootstrap-source/utilities/_flex.scss */
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  /* line 16, src/sass/web/1-tools/bootstrap-source/utilities/_flex.scss */
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  /* line 17, src/sass/web/1-tools/bootstrap-source/utilities/_flex.scss */
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  /* line 18, src/sass/web/1-tools/bootstrap-source/utilities/_flex.scss */
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  /* line 19, src/sass/web/1-tools/bootstrap-source/utilities/_flex.scss */
  .flex-md-fill {
    flex: 1 1 auto !important; }
  /* line 20, src/sass/web/1-tools/bootstrap-source/utilities/_flex.scss */
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  /* line 21, src/sass/web/1-tools/bootstrap-source/utilities/_flex.scss */
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  /* line 22, src/sass/web/1-tools/bootstrap-source/utilities/_flex.scss */
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  /* line 23, src/sass/web/1-tools/bootstrap-source/utilities/_flex.scss */
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  /* line 25, src/sass/web/1-tools/bootstrap-source/utilities/_flex.scss */
  .justify-content-md-start {
    justify-content: flex-start !important; }
  /* line 26, src/sass/web/1-tools/bootstrap-source/utilities/_flex.scss */
  .justify-content-md-end {
    justify-content: flex-end !important; }
  /* line 27, src/sass/web/1-tools/bootstrap-source/utilities/_flex.scss */
  .justify-content-md-center {
    justify-content: center !important; }
  /* line 28, src/sass/web/1-tools/bootstrap-source/utilities/_flex.scss */
  .justify-content-md-between {
    justify-content: space-between !important; }
  /* line 29, src/sass/web/1-tools/bootstrap-source/utilities/_flex.scss */
  .justify-content-md-around {
    justify-content: space-around !important; }
  /* line 31, src/sass/web/1-tools/bootstrap-source/utilities/_flex.scss */
  .align-items-md-start {
    align-items: flex-start !important; }
  /* line 32, src/sass/web/1-tools/bootstrap-source/utilities/_flex.scss */
  .align-items-md-end {
    align-items: flex-end !important; }
  /* line 33, src/sass/web/1-tools/bootstrap-source/utilities/_flex.scss */
  .align-items-md-center {
    align-items: center !important; }
  /* line 34, src/sass/web/1-tools/bootstrap-source/utilities/_flex.scss */
  .align-items-md-baseline {
    align-items: baseline !important; }
  /* line 35, src/sass/web/1-tools/bootstrap-source/utilities/_flex.scss */
  .align-items-md-stretch {
    align-items: stretch !important; }
  /* line 37, src/sass/web/1-tools/bootstrap-source/utilities/_flex.scss */
  .align-content-md-start {
    align-content: flex-start !important; }
  /* line 38, src/sass/web/1-tools/bootstrap-source/utilities/_flex.scss */
  .align-content-md-end {
    align-content: flex-end !important; }
  /* line 39, src/sass/web/1-tools/bootstrap-source/utilities/_flex.scss */
  .align-content-md-center {
    align-content: center !important; }
  /* line 40, src/sass/web/1-tools/bootstrap-source/utilities/_flex.scss */
  .align-content-md-between {
    align-content: space-between !important; }
  /* line 41, src/sass/web/1-tools/bootstrap-source/utilities/_flex.scss */
  .align-content-md-around {
    align-content: space-around !important; }
  /* line 42, src/sass/web/1-tools/bootstrap-source/utilities/_flex.scss */
  .align-content-md-stretch {
    align-content: stretch !important; }
  /* line 44, src/sass/web/1-tools/bootstrap-source/utilities/_flex.scss */
  .align-self-md-auto {
    align-self: auto !important; }
  /* line 45, src/sass/web/1-tools/bootstrap-source/utilities/_flex.scss */
  .align-self-md-start {
    align-self: flex-start !important; }
  /* line 46, src/sass/web/1-tools/bootstrap-source/utilities/_flex.scss */
  .align-self-md-end {
    align-self: flex-end !important; }
  /* line 47, src/sass/web/1-tools/bootstrap-source/utilities/_flex.scss */
  .align-self-md-center {
    align-self: center !important; }
  /* line 48, src/sass/web/1-tools/bootstrap-source/utilities/_flex.scss */
  .align-self-md-baseline {
    align-self: baseline !important; }
  /* line 49, src/sass/web/1-tools/bootstrap-source/utilities/_flex.scss */
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  /* line 11, src/sass/web/1-tools/bootstrap-source/utilities/_flex.scss */
  .flex-lg-row {
    flex-direction: row !important; }
  /* line 12, src/sass/web/1-tools/bootstrap-source/utilities/_flex.scss */
  .flex-lg-column {
    flex-direction: column !important; }
  /* line 13, src/sass/web/1-tools/bootstrap-source/utilities/_flex.scss */
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  /* line 14, src/sass/web/1-tools/bootstrap-source/utilities/_flex.scss */
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  /* line 16, src/sass/web/1-tools/bootstrap-source/utilities/_flex.scss */
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  /* line 17, src/sass/web/1-tools/bootstrap-source/utilities/_flex.scss */
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  /* line 18, src/sass/web/1-tools/bootstrap-source/utilities/_flex.scss */
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  /* line 19, src/sass/web/1-tools/bootstrap-source/utilities/_flex.scss */
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  /* line 20, src/sass/web/1-tools/bootstrap-source/utilities/_flex.scss */
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  /* line 21, src/sass/web/1-tools/bootstrap-source/utilities/_flex.scss */
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  /* line 22, src/sass/web/1-tools/bootstrap-source/utilities/_flex.scss */
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  /* line 23, src/sass/web/1-tools/bootstrap-source/utilities/_flex.scss */
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  /* line 25, src/sass/web/1-tools/bootstrap-source/utilities/_flex.scss */
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  /* line 26, src/sass/web/1-tools/bootstrap-source/utilities/_flex.scss */
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  /* line 27, src/sass/web/1-tools/bootstrap-source/utilities/_flex.scss */
  .justify-content-lg-center {
    justify-content: center !important; }
  /* line 28, src/sass/web/1-tools/bootstrap-source/utilities/_flex.scss */
  .justify-content-lg-between {
    justify-content: space-between !important; }
  /* line 29, src/sass/web/1-tools/bootstrap-source/utilities/_flex.scss */
  .justify-content-lg-around {
    justify-content: space-around !important; }
  /* line 31, src/sass/web/1-tools/bootstrap-source/utilities/_flex.scss */
  .align-items-lg-start {
    align-items: flex-start !important; }
  /* line 32, src/sass/web/1-tools/bootstrap-source/utilities/_flex.scss */
  .align-items-lg-end {
    align-items: flex-end !important; }
  /* line 33, src/sass/web/1-tools/bootstrap-source/utilities/_flex.scss */
  .align-items-lg-center {
    align-items: center !important; }
  /* line 34, src/sass/web/1-tools/bootstrap-source/utilities/_flex.scss */
  .align-items-lg-baseline {
    align-items: baseline !important; }
  /* line 35, src/sass/web/1-tools/bootstrap-source/utilities/_flex.scss */
  .align-items-lg-stretch {
    align-items: stretch !important; }
  /* line 37, src/sass/web/1-tools/bootstrap-source/utilities/_flex.scss */
  .align-content-lg-start {
    align-content: flex-start !important; }
  /* line 38, src/sass/web/1-tools/bootstrap-source/utilities/_flex.scss */
  .align-content-lg-end {
    align-content: flex-end !important; }
  /* line 39, src/sass/web/1-tools/bootstrap-source/utilities/_flex.scss */
  .align-content-lg-center {
    align-content: center !important; }
  /* line 40, src/sass/web/1-tools/bootstrap-source/utilities/_flex.scss */
  .align-content-lg-between {
    align-content: space-between !important; }
  /* line 41, src/sass/web/1-tools/bootstrap-source/utilities/_flex.scss */
  .align-content-lg-around {
    align-content: space-around !important; }
  /* line 42, src/sass/web/1-tools/bootstrap-source/utilities/_flex.scss */
  .align-content-lg-stretch {
    align-content: stretch !important; }
  /* line 44, src/sass/web/1-tools/bootstrap-source/utilities/_flex.scss */
  .align-self-lg-auto {
    align-self: auto !important; }
  /* line 45, src/sass/web/1-tools/bootstrap-source/utilities/_flex.scss */
  .align-self-lg-start {
    align-self: flex-start !important; }
  /* line 46, src/sass/web/1-tools/bootstrap-source/utilities/_flex.scss */
  .align-self-lg-end {
    align-self: flex-end !important; }
  /* line 47, src/sass/web/1-tools/bootstrap-source/utilities/_flex.scss */
  .align-self-lg-center {
    align-self: center !important; }
  /* line 48, src/sass/web/1-tools/bootstrap-source/utilities/_flex.scss */
  .align-self-lg-baseline {
    align-self: baseline !important; }
  /* line 49, src/sass/web/1-tools/bootstrap-source/utilities/_flex.scss */
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  /* line 11, src/sass/web/1-tools/bootstrap-source/utilities/_flex.scss */
  .flex-xl-row {
    flex-direction: row !important; }
  /* line 12, src/sass/web/1-tools/bootstrap-source/utilities/_flex.scss */
  .flex-xl-column {
    flex-direction: column !important; }
  /* line 13, src/sass/web/1-tools/bootstrap-source/utilities/_flex.scss */
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  /* line 14, src/sass/web/1-tools/bootstrap-source/utilities/_flex.scss */
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  /* line 16, src/sass/web/1-tools/bootstrap-source/utilities/_flex.scss */
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  /* line 17, src/sass/web/1-tools/bootstrap-source/utilities/_flex.scss */
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  /* line 18, src/sass/web/1-tools/bootstrap-source/utilities/_flex.scss */
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  /* line 19, src/sass/web/1-tools/bootstrap-source/utilities/_flex.scss */
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  /* line 20, src/sass/web/1-tools/bootstrap-source/utilities/_flex.scss */
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  /* line 21, src/sass/web/1-tools/bootstrap-source/utilities/_flex.scss */
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  /* line 22, src/sass/web/1-tools/bootstrap-source/utilities/_flex.scss */
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  /* line 23, src/sass/web/1-tools/bootstrap-source/utilities/_flex.scss */
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  /* line 25, src/sass/web/1-tools/bootstrap-source/utilities/_flex.scss */
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  /* line 26, src/sass/web/1-tools/bootstrap-source/utilities/_flex.scss */
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  /* line 27, src/sass/web/1-tools/bootstrap-source/utilities/_flex.scss */
  .justify-content-xl-center {
    justify-content: center !important; }
  /* line 28, src/sass/web/1-tools/bootstrap-source/utilities/_flex.scss */
  .justify-content-xl-between {
    justify-content: space-between !important; }
  /* line 29, src/sass/web/1-tools/bootstrap-source/utilities/_flex.scss */
  .justify-content-xl-around {
    justify-content: space-around !important; }
  /* line 31, src/sass/web/1-tools/bootstrap-source/utilities/_flex.scss */
  .align-items-xl-start {
    align-items: flex-start !important; }
  /* line 32, src/sass/web/1-tools/bootstrap-source/utilities/_flex.scss */
  .align-items-xl-end {
    align-items: flex-end !important; }
  /* line 33, src/sass/web/1-tools/bootstrap-source/utilities/_flex.scss */
  .align-items-xl-center {
    align-items: center !important; }
  /* line 34, src/sass/web/1-tools/bootstrap-source/utilities/_flex.scss */
  .align-items-xl-baseline {
    align-items: baseline !important; }
  /* line 35, src/sass/web/1-tools/bootstrap-source/utilities/_flex.scss */
  .align-items-xl-stretch {
    align-items: stretch !important; }
  /* line 37, src/sass/web/1-tools/bootstrap-source/utilities/_flex.scss */
  .align-content-xl-start {
    align-content: flex-start !important; }
  /* line 38, src/sass/web/1-tools/bootstrap-source/utilities/_flex.scss */
  .align-content-xl-end {
    align-content: flex-end !important; }
  /* line 39, src/sass/web/1-tools/bootstrap-source/utilities/_flex.scss */
  .align-content-xl-center {
    align-content: center !important; }
  /* line 40, src/sass/web/1-tools/bootstrap-source/utilities/_flex.scss */
  .align-content-xl-between {
    align-content: space-between !important; }
  /* line 41, src/sass/web/1-tools/bootstrap-source/utilities/_flex.scss */
  .align-content-xl-around {
    align-content: space-around !important; }
  /* line 42, src/sass/web/1-tools/bootstrap-source/utilities/_flex.scss */
  .align-content-xl-stretch {
    align-content: stretch !important; }
  /* line 44, src/sass/web/1-tools/bootstrap-source/utilities/_flex.scss */
  .align-self-xl-auto {
    align-self: auto !important; }
  /* line 45, src/sass/web/1-tools/bootstrap-source/utilities/_flex.scss */
  .align-self-xl-start {
    align-self: flex-start !important; }
  /* line 46, src/sass/web/1-tools/bootstrap-source/utilities/_flex.scss */
  .align-self-xl-end {
    align-self: flex-end !important; }
  /* line 47, src/sass/web/1-tools/bootstrap-source/utilities/_flex.scss */
  .align-self-xl-center {
    align-self: center !important; }
  /* line 48, src/sass/web/1-tools/bootstrap-source/utilities/_flex.scss */
  .align-self-xl-baseline {
    align-self: baseline !important; }
  /* line 49, src/sass/web/1-tools/bootstrap-source/utilities/_flex.scss */
  .align-self-xl-stretch {
    align-self: stretch !important; } }

/* line 5, src/sass/web/1-tools/bootstrap-source/utilities/_float.scss */
.float-left {
  float: left !important; }

/* line 6, src/sass/web/1-tools/bootstrap-source/utilities/_float.scss */
.float-right {
  float: right !important; }

/* line 7, src/sass/web/1-tools/bootstrap-source/utilities/_float.scss */
.float-none {
  float: none !important; }

@media (min-width: 576px) {
  /* line 5, src/sass/web/1-tools/bootstrap-source/utilities/_float.scss */
  .float-sm-left {
    float: left !important; }
  /* line 6, src/sass/web/1-tools/bootstrap-source/utilities/_float.scss */
  .float-sm-right {
    float: right !important; }
  /* line 7, src/sass/web/1-tools/bootstrap-source/utilities/_float.scss */
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  /* line 5, src/sass/web/1-tools/bootstrap-source/utilities/_float.scss */
  .float-md-left {
    float: left !important; }
  /* line 6, src/sass/web/1-tools/bootstrap-source/utilities/_float.scss */
  .float-md-right {
    float: right !important; }
  /* line 7, src/sass/web/1-tools/bootstrap-source/utilities/_float.scss */
  .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  /* line 5, src/sass/web/1-tools/bootstrap-source/utilities/_float.scss */
  .float-lg-left {
    float: left !important; }
  /* line 6, src/sass/web/1-tools/bootstrap-source/utilities/_float.scss */
  .float-lg-right {
    float: right !important; }
  /* line 7, src/sass/web/1-tools/bootstrap-source/utilities/_float.scss */
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  /* line 5, src/sass/web/1-tools/bootstrap-source/utilities/_float.scss */
  .float-xl-left {
    float: left !important; }
  /* line 6, src/sass/web/1-tools/bootstrap-source/utilities/_float.scss */
  .float-xl-right {
    float: right !important; }
  /* line 7, src/sass/web/1-tools/bootstrap-source/utilities/_float.scss */
  .float-xl-none {
    float: none !important; } }

/* line 10, src/sass/web/1-tools/bootstrap-source/utilities/_position.scss */
.position-static {
  position: static !important; }

/* line 10, src/sass/web/1-tools/bootstrap-source/utilities/_position.scss */
.position-relative {
  position: relative !important; }

/* line 10, src/sass/web/1-tools/bootstrap-source/utilities/_position.scss */
.position-absolute {
  position: absolute !important; }

/* line 10, src/sass/web/1-tools/bootstrap-source/utilities/_position.scss */
.position-fixed {
  position: fixed !important; }

/* line 10, src/sass/web/1-tools/bootstrap-source/utilities/_position.scss */
.position-sticky {
  position: sticky !important; }

/* line 15, src/sass/web/1-tools/bootstrap-source/utilities/_position.scss */
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

/* line 23, src/sass/web/1-tools/bootstrap-source/utilities/_position.scss */
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports (position: sticky) {
  /* line 31, src/sass/web/1-tools/bootstrap-source/utilities/_position.scss */
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

/* line 5, src/sass/web/1-tools/bootstrap-source/utilities/_screenreaders.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

/* line 24, src/sass/web/1-tools/bootstrap-source/mixins/_screen-reader.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

/* line 3, src/sass/web/1-tools/bootstrap-source/utilities/_shadows.scss */
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

/* line 4, src/sass/web/1-tools/bootstrap-source/utilities/_shadows.scss */
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

/* line 5, src/sass/web/1-tools/bootstrap-source/utilities/_shadows.scss */
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

/* line 6, src/sass/web/1-tools/bootstrap-source/utilities/_shadows.scss */
.shadow-none {
  box-shadow: none !important; }

/* line 7, src/sass/web/1-tools/bootstrap-source/utilities/_sizing.scss */
.w-25 {
  width: 25% !important; }

/* line 7, src/sass/web/1-tools/bootstrap-source/utilities/_sizing.scss */
.w-50 {
  width: 50% !important; }

/* line 7, src/sass/web/1-tools/bootstrap-source/utilities/_sizing.scss */
.w-75 {
  width: 75% !important; }

/* line 7, src/sass/web/1-tools/bootstrap-source/utilities/_sizing.scss */
.w-100 {
  width: 100% !important; }

/* line 7, src/sass/web/1-tools/bootstrap-source/utilities/_sizing.scss */
.w-auto {
  width: auto !important; }

/* line 7, src/sass/web/1-tools/bootstrap-source/utilities/_sizing.scss */
.h-25 {
  height: 25% !important; }

/* line 7, src/sass/web/1-tools/bootstrap-source/utilities/_sizing.scss */
.h-50 {
  height: 50% !important; }

/* line 7, src/sass/web/1-tools/bootstrap-source/utilities/_sizing.scss */
.h-75 {
  height: 75% !important; }

/* line 7, src/sass/web/1-tools/bootstrap-source/utilities/_sizing.scss */
.h-100 {
  height: 100% !important; }

/* line 7, src/sass/web/1-tools/bootstrap-source/utilities/_sizing.scss */
.h-auto {
  height: auto !important; }

/* line 11, src/sass/web/1-tools/bootstrap-source/utilities/_sizing.scss */
.mw-100 {
  max-width: 100% !important; }

/* line 12, src/sass/web/1-tools/bootstrap-source/utilities/_sizing.scss */
.mh-100 {
  max-height: 100% !important; }

/* line 12, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
.m-0 {
  margin: 0 !important; }

/* line 13, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
.mt-0,
.my-0 {
  margin-top: 0 !important; }

/* line 17, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
.mr-0,
.mx-0 {
  margin-right: 0 !important; }

/* line 21, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

/* line 25, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
.ml-0,
.mx-0 {
  margin-left: 0 !important; }

/* line 12, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
.m-1 {
  margin: 0.25rem !important; }

/* line 13, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

/* line 17, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

/* line 21, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

/* line 25, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

/* line 12, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
.m-2 {
  margin: 0.5rem !important; }

/* line 13, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

/* line 17, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

/* line 21, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

/* line 25, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

/* line 12, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
.m-3 {
  margin: 1rem !important; }

/* line 13, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
.mt-3,
.my-3 {
  margin-top: 1rem !important; }

/* line 17, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

/* line 21, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

/* line 25, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

/* line 12, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
.m-4 {
  margin: 1.5rem !important; }

/* line 13, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

/* line 17, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

/* line 21, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

/* line 25, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

/* line 12, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
.m-5 {
  margin: 3rem !important; }

/* line 13, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
.mt-5,
.my-5 {
  margin-top: 3rem !important; }

/* line 17, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

/* line 21, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

/* line 25, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

/* line 12, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
.p-0 {
  padding: 0 !important; }

/* line 13, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
.pt-0,
.py-0 {
  padding-top: 0 !important; }

/* line 17, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
.pr-0,
.px-0 {
  padding-right: 0 !important; }

/* line 21, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

/* line 25, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
.pl-0,
.px-0 {
  padding-left: 0 !important; }

/* line 12, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
.p-1 {
  padding: 0.25rem !important; }

/* line 13, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

/* line 17, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

/* line 21, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

/* line 25, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

/* line 12, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
.p-2 {
  padding: 0.5rem !important; }

/* line 13, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

/* line 17, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

/* line 21, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

/* line 25, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

/* line 12, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
.p-3 {
  padding: 1rem !important; }

/* line 13, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
.pt-3,
.py-3 {
  padding-top: 1rem !important; }

/* line 17, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
.pr-3,
.px-3 {
  padding-right: 1rem !important; }

/* line 21, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

/* line 25, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
.pl-3,
.px-3 {
  padding-left: 1rem !important; }

/* line 12, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
.p-4 {
  padding: 1.5rem !important; }

/* line 13, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

/* line 17, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

/* line 21, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

/* line 25, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

/* line 12, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
.p-5 {
  padding: 3rem !important; }

/* line 13, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
.pt-5,
.py-5 {
  padding-top: 3rem !important; }

/* line 17, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
.pr-5,
.px-5 {
  padding-right: 3rem !important; }

/* line 21, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

/* line 25, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
.pl-5,
.px-5 {
  padding-left: 3rem !important; }

/* line 33, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
.m-auto {
  margin: auto !important; }

/* line 34, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
.mt-auto,
.my-auto {
  margin-top: auto !important; }

/* line 38, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
.mr-auto,
.mx-auto {
  margin-right: auto !important; }

/* line 42, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

/* line 46, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  /* line 12, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .m-sm-0 {
    margin: 0 !important; }
  /* line 13, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  /* line 17, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  /* line 21, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  /* line 25, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  /* line 12, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .m-sm-1 {
    margin: 0.25rem !important; }
  /* line 13, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  /* line 17, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  /* line 21, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  /* line 25, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  /* line 12, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .m-sm-2 {
    margin: 0.5rem !important; }
  /* line 13, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  /* line 17, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  /* line 21, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  /* line 25, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  /* line 12, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .m-sm-3 {
    margin: 1rem !important; }
  /* line 13, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  /* line 17, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  /* line 21, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  /* line 25, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  /* line 12, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .m-sm-4 {
    margin: 1.5rem !important; }
  /* line 13, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  /* line 17, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  /* line 21, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  /* line 25, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  /* line 12, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .m-sm-5 {
    margin: 3rem !important; }
  /* line 13, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  /* line 17, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  /* line 21, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  /* line 25, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  /* line 12, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .p-sm-0 {
    padding: 0 !important; }
  /* line 13, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  /* line 17, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  /* line 21, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  /* line 25, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  /* line 12, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .p-sm-1 {
    padding: 0.25rem !important; }
  /* line 13, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  /* line 17, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  /* line 21, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  /* line 25, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  /* line 12, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .p-sm-2 {
    padding: 0.5rem !important; }
  /* line 13, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  /* line 17, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  /* line 21, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  /* line 25, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  /* line 12, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .p-sm-3 {
    padding: 1rem !important; }
  /* line 13, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  /* line 17, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  /* line 21, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  /* line 25, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  /* line 12, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .p-sm-4 {
    padding: 1.5rem !important; }
  /* line 13, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  /* line 17, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  /* line 21, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  /* line 25, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  /* line 12, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .p-sm-5 {
    padding: 3rem !important; }
  /* line 13, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  /* line 17, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  /* line 21, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  /* line 25, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  /* line 33, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .m-sm-auto {
    margin: auto !important; }
  /* line 34, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  /* line 38, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  /* line 42, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  /* line 46, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  /* line 12, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .m-md-0 {
    margin: 0 !important; }
  /* line 13, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  /* line 17, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  /* line 21, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  /* line 25, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  /* line 12, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .m-md-1 {
    margin: 0.25rem !important; }
  /* line 13, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  /* line 17, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  /* line 21, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  /* line 25, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  /* line 12, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .m-md-2 {
    margin: 0.5rem !important; }
  /* line 13, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  /* line 17, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  /* line 21, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  /* line 25, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  /* line 12, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .m-md-3 {
    margin: 1rem !important; }
  /* line 13, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  /* line 17, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  /* line 21, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  /* line 25, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  /* line 12, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .m-md-4 {
    margin: 1.5rem !important; }
  /* line 13, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  /* line 17, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  /* line 21, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  /* line 25, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  /* line 12, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .m-md-5 {
    margin: 3rem !important; }
  /* line 13, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  /* line 17, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  /* line 21, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  /* line 25, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  /* line 12, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .p-md-0 {
    padding: 0 !important; }
  /* line 13, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  /* line 17, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  /* line 21, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  /* line 25, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  /* line 12, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .p-md-1 {
    padding: 0.25rem !important; }
  /* line 13, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  /* line 17, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  /* line 21, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  /* line 25, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  /* line 12, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .p-md-2 {
    padding: 0.5rem !important; }
  /* line 13, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  /* line 17, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  /* line 21, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  /* line 25, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  /* line 12, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .p-md-3 {
    padding: 1rem !important; }
  /* line 13, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  /* line 17, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  /* line 21, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  /* line 25, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  /* line 12, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .p-md-4 {
    padding: 1.5rem !important; }
  /* line 13, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  /* line 17, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  /* line 21, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  /* line 25, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  /* line 12, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .p-md-5 {
    padding: 3rem !important; }
  /* line 13, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  /* line 17, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  /* line 21, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  /* line 25, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  /* line 33, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .m-md-auto {
    margin: auto !important; }
  /* line 34, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  /* line 38, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  /* line 42, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  /* line 46, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  /* line 12, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .m-lg-0 {
    margin: 0 !important; }
  /* line 13, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  /* line 17, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  /* line 21, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  /* line 25, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  /* line 12, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .m-lg-1 {
    margin: 0.25rem !important; }
  /* line 13, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  /* line 17, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  /* line 21, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  /* line 25, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  /* line 12, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .m-lg-2 {
    margin: 0.5rem !important; }
  /* line 13, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  /* line 17, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  /* line 21, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  /* line 25, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  /* line 12, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .m-lg-3 {
    margin: 1rem !important; }
  /* line 13, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  /* line 17, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  /* line 21, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  /* line 25, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  /* line 12, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .m-lg-4 {
    margin: 1.5rem !important; }
  /* line 13, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  /* line 17, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  /* line 21, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  /* line 25, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  /* line 12, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .m-lg-5 {
    margin: 3rem !important; }
  /* line 13, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  /* line 17, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  /* line 21, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  /* line 25, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  /* line 12, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .p-lg-0 {
    padding: 0 !important; }
  /* line 13, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  /* line 17, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  /* line 21, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  /* line 25, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  /* line 12, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .p-lg-1 {
    padding: 0.25rem !important; }
  /* line 13, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  /* line 17, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  /* line 21, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  /* line 25, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  /* line 12, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .p-lg-2 {
    padding: 0.5rem !important; }
  /* line 13, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  /* line 17, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  /* line 21, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  /* line 25, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  /* line 12, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .p-lg-3 {
    padding: 1rem !important; }
  /* line 13, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  /* line 17, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  /* line 21, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  /* line 25, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  /* line 12, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .p-lg-4 {
    padding: 1.5rem !important; }
  /* line 13, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  /* line 17, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  /* line 21, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  /* line 25, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  /* line 12, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .p-lg-5 {
    padding: 3rem !important; }
  /* line 13, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  /* line 17, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  /* line 21, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  /* line 25, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  /* line 33, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .m-lg-auto {
    margin: auto !important; }
  /* line 34, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  /* line 38, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  /* line 42, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  /* line 46, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  /* line 12, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .m-xl-0 {
    margin: 0 !important; }
  /* line 13, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  /* line 17, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  /* line 21, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  /* line 25, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  /* line 12, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .m-xl-1 {
    margin: 0.25rem !important; }
  /* line 13, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  /* line 17, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  /* line 21, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  /* line 25, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  /* line 12, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .m-xl-2 {
    margin: 0.5rem !important; }
  /* line 13, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  /* line 17, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  /* line 21, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  /* line 25, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  /* line 12, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .m-xl-3 {
    margin: 1rem !important; }
  /* line 13, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  /* line 17, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  /* line 21, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  /* line 25, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  /* line 12, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .m-xl-4 {
    margin: 1.5rem !important; }
  /* line 13, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  /* line 17, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  /* line 21, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  /* line 25, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  /* line 12, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .m-xl-5 {
    margin: 3rem !important; }
  /* line 13, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  /* line 17, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  /* line 21, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  /* line 25, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  /* line 12, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .p-xl-0 {
    padding: 0 !important; }
  /* line 13, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  /* line 17, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  /* line 21, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  /* line 25, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  /* line 12, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .p-xl-1 {
    padding: 0.25rem !important; }
  /* line 13, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  /* line 17, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  /* line 21, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  /* line 25, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  /* line 12, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .p-xl-2 {
    padding: 0.5rem !important; }
  /* line 13, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  /* line 17, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  /* line 21, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  /* line 25, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  /* line 12, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .p-xl-3 {
    padding: 1rem !important; }
  /* line 13, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  /* line 17, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  /* line 21, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  /* line 25, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  /* line 12, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .p-xl-4 {
    padding: 1.5rem !important; }
  /* line 13, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  /* line 17, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  /* line 21, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  /* line 25, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  /* line 12, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .p-xl-5 {
    padding: 3rem !important; }
  /* line 13, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  /* line 17, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  /* line 21, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  /* line 25, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  /* line 33, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .m-xl-auto {
    margin: auto !important; }
  /* line 34, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  /* line 38, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  /* line 42, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  /* line 46, src/sass/web/1-tools/bootstrap-source/utilities/_spacing.scss */
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

/* line 7, src/sass/web/1-tools/bootstrap-source/utilities/_text.scss */
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

/* line 11, src/sass/web/1-tools/bootstrap-source/utilities/_text.scss */
.text-justify {
  text-align: justify !important; }

/* line 12, src/sass/web/1-tools/bootstrap-source/utilities/_text.scss */
.text-nowrap {
  white-space: nowrap !important; }

/* line 13, src/sass/web/1-tools/bootstrap-source/utilities/_text.scss */
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

/* line 21, src/sass/web/1-tools/bootstrap-source/utilities/_text.scss */
.text-left {
  text-align: left !important; }

/* line 22, src/sass/web/1-tools/bootstrap-source/utilities/_text.scss */
.text-right {
  text-align: right !important; }

/* line 23, src/sass/web/1-tools/bootstrap-source/utilities/_text.scss */
.text-center {
  text-align: center !important; }

@media (min-width: 576px) {
  /* line 21, src/sass/web/1-tools/bootstrap-source/utilities/_text.scss */
  .text-sm-left {
    text-align: left !important; }
  /* line 22, src/sass/web/1-tools/bootstrap-source/utilities/_text.scss */
  .text-sm-right {
    text-align: right !important; }
  /* line 23, src/sass/web/1-tools/bootstrap-source/utilities/_text.scss */
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  /* line 21, src/sass/web/1-tools/bootstrap-source/utilities/_text.scss */
  .text-md-left {
    text-align: left !important; }
  /* line 22, src/sass/web/1-tools/bootstrap-source/utilities/_text.scss */
  .text-md-right {
    text-align: right !important; }
  /* line 23, src/sass/web/1-tools/bootstrap-source/utilities/_text.scss */
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  /* line 21, src/sass/web/1-tools/bootstrap-source/utilities/_text.scss */
  .text-lg-left {
    text-align: left !important; }
  /* line 22, src/sass/web/1-tools/bootstrap-source/utilities/_text.scss */
  .text-lg-right {
    text-align: right !important; }
  /* line 23, src/sass/web/1-tools/bootstrap-source/utilities/_text.scss */
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  /* line 21, src/sass/web/1-tools/bootstrap-source/utilities/_text.scss */
  .text-xl-left {
    text-align: left !important; }
  /* line 22, src/sass/web/1-tools/bootstrap-source/utilities/_text.scss */
  .text-xl-right {
    text-align: right !important; }
  /* line 23, src/sass/web/1-tools/bootstrap-source/utilities/_text.scss */
  .text-xl-center {
    text-align: center !important; } }

/* line 29, src/sass/web/1-tools/bootstrap-source/utilities/_text.scss */
.text-lowercase {
  text-transform: lowercase !important; }

/* line 30, src/sass/web/1-tools/bootstrap-source/utilities/_text.scss */
.text-uppercase {
  text-transform: uppercase !important; }

/* line 31, src/sass/web/1-tools/bootstrap-source/utilities/_text.scss */
.text-capitalize {
  text-transform: capitalize !important; }

/* line 35, src/sass/web/1-tools/bootstrap-source/utilities/_text.scss */
.font-weight-light {
  font-weight: 300 !important; }

/* line 36, src/sass/web/1-tools/bootstrap-source/utilities/_text.scss */
.font-weight-normal {
  font-weight: 400 !important; }

/* line 37, src/sass/web/1-tools/bootstrap-source/utilities/_text.scss */
.font-weight-bold {
  font-weight: 700 !important; }

/* line 38, src/sass/web/1-tools/bootstrap-source/utilities/_text.scss */
.font-italic {
  font-style: italic !important; }

/* line 42, src/sass/web/1-tools/bootstrap-source/utilities/_text.scss */
.text-white {
  color: #FFF !important; }

/* line 6, src/sass/web/1-tools/bootstrap-source/mixins/_text-emphasis.scss */
.text-primary {
  color: #2964ca !important; }

/* line 17, src/sass/web/1-tools/bootstrap-source/mixins/_hover.scss */
a.text-primary:hover, a.text-primary:focus {
  color: #204fa0 !important; }

/* line 6, src/sass/web/1-tools/bootstrap-source/mixins/_text-emphasis.scss */
.text-secondary {
  color: #6c757d !important; }

/* line 17, src/sass/web/1-tools/bootstrap-source/mixins/_hover.scss */
a.text-secondary:hover, a.text-secondary:focus {
  color: #545b62 !important; }

/* line 6, src/sass/web/1-tools/bootstrap-source/mixins/_text-emphasis.scss */
.text-success {
  color: #4CAF50 !important; }

/* line 17, src/sass/web/1-tools/bootstrap-source/mixins/_hover.scss */
a.text-success:hover, a.text-success:focus {
  color: #3d8b40 !important; }

/* line 6, src/sass/web/1-tools/bootstrap-source/mixins/_text-emphasis.scss */
.text-info {
  color: #17a2b8 !important; }

/* line 17, src/sass/web/1-tools/bootstrap-source/mixins/_hover.scss */
a.text-info:hover, a.text-info:focus {
  color: #117a8b !important; }

/* line 6, src/sass/web/1-tools/bootstrap-source/mixins/_text-emphasis.scss */
.text-warning {
  color: #ffc107 !important; }

/* line 17, src/sass/web/1-tools/bootstrap-source/mixins/_hover.scss */
a.text-warning:hover, a.text-warning:focus {
  color: #d39e00 !important; }

/* line 6, src/sass/web/1-tools/bootstrap-source/mixins/_text-emphasis.scss */
.text-danger {
  color: #dc3545 !important; }

/* line 17, src/sass/web/1-tools/bootstrap-source/mixins/_hover.scss */
a.text-danger:hover, a.text-danger:focus {
  color: #bd2130 !important; }

/* line 6, src/sass/web/1-tools/bootstrap-source/mixins/_text-emphasis.scss */
.text-light {
  color: #f8f9fa !important; }

/* line 17, src/sass/web/1-tools/bootstrap-source/mixins/_hover.scss */
a.text-light:hover, a.text-light:focus {
  color: #dae0e5 !important; }

/* line 6, src/sass/web/1-tools/bootstrap-source/mixins/_text-emphasis.scss */
.text-dark {
  color: #343a40 !important; }

/* line 17, src/sass/web/1-tools/bootstrap-source/mixins/_hover.scss */
a.text-dark:hover, a.text-dark:focus {
  color: #1d2124 !important; }

/* line 48, src/sass/web/1-tools/bootstrap-source/utilities/_text.scss */
.text-body {
  color: #212529 !important; }

/* line 49, src/sass/web/1-tools/bootstrap-source/utilities/_text.scss */
.text-muted, .app-notification__meta {
  color: #6c757d !important; }

/* line 51, src/sass/web/1-tools/bootstrap-source/utilities/_text.scss */
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

/* line 52, src/sass/web/1-tools/bootstrap-source/utilities/_text.scss */
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

/* line 56, src/sass/web/1-tools/bootstrap-source/utilities/_text.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

/* line 5, src/sass/web/1-tools/bootstrap-source/utilities/_visibility.scss */
.visible {
  visibility: visible !important; }

/* line 9, src/sass/web/1-tools/bootstrap-source/utilities/_visibility.scss */
.invisible {
  visibility: hidden !important; }

@media print {
  /* line 13, src/sass/web/1-tools/bootstrap-source/_print.scss */
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }
  /* line 24, src/sass/web/1-tools/bootstrap-source/_print.scss */
  a:not(.btn) {
    text-decoration: underline; }
  /* line 34, src/sass/web/1-tools/bootstrap-source/_print.scss */
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  /* line 49, src/sass/web/1-tools/bootstrap-source/_print.scss */
  pre {
    white-space: pre-wrap !important; }
  /* line 52, src/sass/web/1-tools/bootstrap-source/_print.scss */
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid; }
  /* line 63, src/sass/web/1-tools/bootstrap-source/_print.scss */
  thead {
    display: table-header-group; }
  /* line 67, src/sass/web/1-tools/bootstrap-source/_print.scss */
  tr,
  img {
    page-break-inside: avoid; }
  /* line 72, src/sass/web/1-tools/bootstrap-source/_print.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  /* line 79, src/sass/web/1-tools/bootstrap-source/_print.scss */
  h2,
  h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  /* line 92, src/sass/web/1-tools/bootstrap-source/_print.scss */
  body {
    min-width: 992px !important; }
  /* line 95, src/sass/web/1-tools/bootstrap-source/_print.scss */
  .container {
    min-width: 992px !important; }
  /* line 100, src/sass/web/1-tools/bootstrap-source/_print.scss */
  .navbar {
    display: none; }
  /* line 103, src/sass/web/1-tools/bootstrap-source/_print.scss */
  .badge {
    border: 1px solid #000; }
  /* line 107, src/sass/web/1-tools/bootstrap-source/_print.scss */
  .table {
    border-collapse: collapse !important; }
    /* line 110, src/sass/web/1-tools/bootstrap-source/_print.scss */
    .table td,
    .table th {
      background-color: #FFF !important; }
  /* line 117, src/sass/web/1-tools/bootstrap-source/_print.scss */
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important; }
  /* line 123, src/sass/web/1-tools/bootstrap-source/_print.scss */
  .table-dark {
    color: inherit; }
    /* line 126, src/sass/web/1-tools/bootstrap-source/_print.scss */
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
      border-color: #dee2e6; }
  /* line 134, src/sass/web/1-tools/bootstrap-source/_print.scss */
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6; } }

/* line 1, src/sass/web/1-tools/_dataTables.bootstrap.scss */
table.dataTable {
  clear: both;
  margin-top: 6px !important;
  margin-bottom: 6px !important;
  max-width: none !important;
  border-collapse: separate !important;
  border-spacing: 0; }

/* line 1, src/sass/web/1-tools/_dataTables.bootstrap.scss */
table.dataTable td, table.dataTable th {
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

/* line 1, src/sass/web/1-tools/_dataTables.bootstrap.scss */
table.dataTable td.dataTables_empty, table.dataTable th.dataTables_empty {
  text-align: center; }

/* line 1, src/sass/web/1-tools/_dataTables.bootstrap.scss */
table.dataTable.nowrap th, table.dataTable.nowrap td {
  white-space: nowrap; }

/* line 1, src/sass/web/1-tools/_dataTables.bootstrap.scss */
div.dataTables_wrapper div.dataTables_length label {
  font-weight: normal;
  text-align: left;
  white-space: nowrap; }

/* line 1, src/sass/web/1-tools/_dataTables.bootstrap.scss */
div.dataTables_wrapper div.dataTables_length select {
  width: auto;
  display: inline-block; }

/* line 1, src/sass/web/1-tools/_dataTables.bootstrap.scss */
div.dataTables_wrapper div.dataTables_filter {
  text-align: right; }

/* line 1, src/sass/web/1-tools/_dataTables.bootstrap.scss */
div.dataTables_wrapper div.dataTables_filter label {
  font-weight: normal;
  white-space: nowrap;
  text-align: left; }

/* line 1, src/sass/web/1-tools/_dataTables.bootstrap.scss */
div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 0.5em;
  display: inline-block;
  width: auto; }

/* line 1, src/sass/web/1-tools/_dataTables.bootstrap.scss */
div.dataTables_wrapper div.dataTables_info {
  padding-top: 0.85em;
  white-space: nowrap; }

/* line 1, src/sass/web/1-tools/_dataTables.bootstrap.scss */
div.dataTables_wrapper div.dataTables_paginate {
  margin: 0;
  white-space: nowrap;
  text-align: right; }

/* line 1, src/sass/web/1-tools/_dataTables.bootstrap.scss */
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  margin: 2px 0;
  white-space: nowrap;
  justify-content: flex-end; }

/* line 1, src/sass/web/1-tools/_dataTables.bootstrap.scss */
div.dataTables_wrapper div.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -26px;
  text-align: center;
  padding: 1em 0; }

/* line 1, src/sass/web/1-tools/_dataTables.bootstrap.scss */
table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > td.sorting_asc, table.dataTable thead > tr > td.sorting_desc, table.dataTable thead > tr > td.sorting {
  padding-right: 30px; }

/* line 1, src/sass/web/1-tools/_dataTables.bootstrap.scss */
table.dataTable thead > tr > th:active, table.dataTable thead > tr > td:active {
  outline: none; }

/* line 1, src/sass/web/1-tools/_dataTables.bootstrap.scss */
table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  position: relative; }

/* line 1, src/sass/web/1-tools/_dataTables.bootstrap.scss */
table.dataTable thead .sorting:before, table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:before, table.dataTable thead .sorting_desc_disabled:after {
  position: absolute;
  bottom: 0.9em;
  display: block;
  opacity: 0.3; }

/* line 1, src/sass/web/1-tools/_dataTables.bootstrap.scss */
table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc_disabled:before {
  right: 1em;
  content: "\2191"; }

/* line 1, src/sass/web/1-tools/_dataTables.bootstrap.scss */
table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
  right: 0.5em;
  content: "\2193"; }

/* line 1, src/sass/web/1-tools/_dataTables.bootstrap.scss */
table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:after {
  opacity: 1; }

/* line 1, src/sass/web/1-tools/_dataTables.bootstrap.scss */
table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc_disabled:after {
  opacity: 0; }

/* line 1, src/sass/web/1-tools/_dataTables.bootstrap.scss */
div.dataTables_scrollHead table.dataTable {
  margin-bottom: 0 !important; }

/* line 1, src/sass/web/1-tools/_dataTables.bootstrap.scss */
div.dataTables_scrollBody table {
  border-top: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

/* line 1, src/sass/web/1-tools/_dataTables.bootstrap.scss */
div.dataTables_scrollBody table thead .sorting:before, div.dataTables_scrollBody table thead .sorting_asc:before, div.dataTables_scrollBody table thead .sorting_desc:before, div.dataTables_scrollBody table thead .sorting:after, div.dataTables_scrollBody table thead .sorting_asc:after, div.dataTables_scrollBody table thead .sorting_desc:after {
  display: none; }

/* line 1, src/sass/web/1-tools/_dataTables.bootstrap.scss */
div.dataTables_scrollBody table tbody tr:first-child th, div.dataTables_scrollBody table tbody tr:first-child td {
  border-top: none; }

/* line 1, src/sass/web/1-tools/_dataTables.bootstrap.scss */
div.dataTables_scrollFoot > .dataTables_scrollFootInner {
  box-sizing: content-box; }

/* line 1, src/sass/web/1-tools/_dataTables.bootstrap.scss */
div.dataTables_scrollFoot > .dataTables_scrollFootInner > table {
  margin-top: 0 !important;
  border-top: none; }

@media screen and (max-width: 767px) {
  /* line 1, src/sass/web/1-tools/_dataTables.bootstrap.scss */
  div.dataTables_wrapper div.dataTables_length, div.dataTables_wrapper div.dataTables_filter, div.dataTables_wrapper div.dataTables_info, div.dataTables_wrapper div.dataTables_paginate {
    text-align: center; } }

/* line 1, src/sass/web/1-tools/_dataTables.bootstrap.scss */
table.dataTable.table-sm > thead > tr > th {
  padding-right: 20px; }

/* line 1, src/sass/web/1-tools/_dataTables.bootstrap.scss */
table.dataTable.table-sm .sorting:before, table.dataTable.table-sm .sorting_asc:before, table.dataTable.table-sm .sorting_desc:before {
  top: 5px;
  right: 0.85em; }

/* line 1, src/sass/web/1-tools/_dataTables.bootstrap.scss */
table.dataTable.table-sm .sorting:after, table.dataTable.table-sm .sorting_asc:after, table.dataTable.table-sm .sorting_desc:after {
  top: 5px; }

/* line 1, src/sass/web/1-tools/_dataTables.bootstrap.scss */
table.table-bordered.dataTable th, table.table-bordered.dataTable td {
  border-left-width: 0; }

/* line 1, src/sass/web/1-tools/_dataTables.bootstrap.scss */
table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable td:last-child, table.table-bordered.dataTable td:last-child {
  border-right-width: 0; }

/* line 1, src/sass/web/1-tools/_dataTables.bootstrap.scss */
table.table-bordered.dataTable tbody th, table.table-bordered.dataTable tbody td {
  border-bottom-width: 0; }

/* line 1, src/sass/web/1-tools/_dataTables.bootstrap.scss */
div.dataTables_scrollHead table.table-bordered {
  border-bottom-width: 0; }

/* line 1, src/sass/web/1-tools/_dataTables.bootstrap.scss */
div.table-responsive > div.dataTables_wrapper > div.row {
  margin: 0; }

/* line 1, src/sass/web/1-tools/_dataTables.bootstrap.scss */
div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:first-child {
  padding-left: 0; }

/* line 1, src/sass/web/1-tools/_dataTables.bootstrap.scss */
div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:last-child {
  padding-right: 0; }

/*!
 * Datepicker for Bootstrap v1.5.0 (https://github.com/eternicode/bootstrap-datepicker)
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */
/* line 8, src/sass/web/1-tools/_bootstrap-datepicker.scss */
.datepicker {
  border-radius: 4px;
  direction: ltr; }

/* line 12, src/sass/web/1-tools/_bootstrap-datepicker.scss */
.datepicker-inline {
  width: 220px; }

/* line 15, src/sass/web/1-tools/_bootstrap-datepicker.scss */
.datepicker.datepicker-rtl {
  direction: rtl; }

/* line 18, src/sass/web/1-tools/_bootstrap-datepicker.scss */
.datepicker.datepicker-rtl table tr td span {
  float: right; }

/* line 21, src/sass/web/1-tools/_bootstrap-datepicker.scss */
.datepicker-dropdown {
  top: 0;
  left: 0;
  padding: 4px; }

/* line 26, src/sass/web/1-tools/_bootstrap-datepicker.scss */
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(0, 0, 0, 0.15);
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute; }

/* line 36, src/sass/web/1-tools/_bootstrap-datepicker.scss */
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-top: 0;
  position: absolute; }

/* line 45, src/sass/web/1-tools/_bootstrap-datepicker.scss */
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px; }

/* line 48, src/sass/web/1-tools/_bootstrap-datepicker.scss */
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px; }

/* line 51, src/sass/web/1-tools/_bootstrap-datepicker.scss */
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px; }

/* line 54, src/sass/web/1-tools/_bootstrap-datepicker.scss */
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px; }

/* line 57, src/sass/web/1-tools/_bootstrap-datepicker.scss */
.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px; }

/* line 60, src/sass/web/1-tools/_bootstrap-datepicker.scss */
.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px; }

/* line 63, src/sass/web/1-tools/_bootstrap-datepicker.scss */
.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid rgba(0, 0, 0, 0.15); }

/* line 68, src/sass/web/1-tools/_bootstrap-datepicker.scss */
.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #ffffff; }

/* line 73, src/sass/web/1-tools/_bootstrap-datepicker.scss */
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* line 82, src/sass/web/1-tools/_bootstrap-datepicker.scss */
.datepicker table tr td,
.datepicker table tr th {
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border: none; }

/* line 90, src/sass/web/1-tools/_bootstrap-datepicker.scss */
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent; }

/* line 94, src/sass/web/1-tools/_bootstrap-datepicker.scss */
.datepicker-days tbody tr td {
  border-radius: 50%;
  font-weight: 500; }

/* line 98, src/sass/web/1-tools/_bootstrap-datepicker.scss */
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999999; }

/* line 102, src/sass/web/1-tools/_bootstrap-datepicker.scss */
.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
  background: #eeeeee;
  cursor: pointer; }

/* line 107, src/sass/web/1-tools/_bootstrap-datepicker.scss */
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default; }

/* line 113, src/sass/web/1-tools/_bootstrap-datepicker.scss */
.datepicker table tr td.highlighted {
  color: #000000;
  background-color: #d9edf7;
  border-color: #85c5e5;
  border-radius: 0; }

/* line 119, src/sass/web/1-tools/_bootstrap-datepicker.scss */
.datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.focus {
  color: #000000;
  background-color: #afd9ee;
  border-color: #298fc2; }

/* line 125, src/sass/web/1-tools/_bootstrap-datepicker.scss */
.datepicker table tr td.highlighted:hover {
  color: #000000;
  background-color: #afd9ee;
  border-color: #52addb; }

/* line 130, src/sass/web/1-tools/_bootstrap-datepicker.scss */
.datepicker table tr td.highlighted:active,
.datepicker table tr td.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.highlighted {
  color: #000000;
  background-color: #afd9ee;
  border-color: #52addb; }

/* line 137, src/sass/web/1-tools/_bootstrap-datepicker.scss */
.datepicker table tr td.highlighted:active:hover,
.datepicker table tr td.highlighted.active:hover,
.open > .dropdown-toggle.datepicker table tr td.highlighted:hover,
.datepicker table tr td.highlighted:active:focus,
.datepicker table tr td.highlighted.active:focus,
.open > .dropdown-toggle.datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted:active.focus,
.datepicker table tr td.highlighted.active.focus,
.open > .dropdown-toggle.datepicker table tr td.highlighted.focus {
  color: #000000;
  background-color: #91cbe8;
  border-color: #298fc2; }

/* line 150, src/sass/web/1-tools/_bootstrap-datepicker.scss */
.datepicker table tr td.highlighted:active,
.datepicker table tr td.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.highlighted {
  background-image: none; }

/* line 155, src/sass/web/1-tools/_bootstrap-datepicker.scss */
.datepicker table tr td.highlighted.disabled:hover,
.datepicker table tr td.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.highlighted:hover,
.datepicker table tr td.highlighted.disabled:focus,
.datepicker table tr td.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.disabled.focus,
.datepicker table tr td.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.highlighted.focus {
  background-color: #d9edf7;
  border-color: #85c5e5; }

/* line 167, src/sass/web/1-tools/_bootstrap-datepicker.scss */
.datepicker table tr td.highlighted.focused {
  background: #afd9ee; }

/* line 170, src/sass/web/1-tools/_bootstrap-datepicker.scss */
.datepicker table tr td.highlighted.disabled,
.datepicker table tr td.highlighted.disabled:active {
  background: #d9edf7;
  color: #999999; }

/* line 175, src/sass/web/1-tools/_bootstrap-datepicker.scss */
.datepicker table tr td.today {
  color: #000000;
  background-color: #ffdb99;
  border-color: #ffb733; }

/* line 180, src/sass/web/1-tools/_bootstrap-datepicker.scss */
.datepicker table tr td.today:focus,
.datepicker table tr td.today.focus {
  color: #000000;
  background-color: #ffc966;
  border-color: #b37400; }

/* line 186, src/sass/web/1-tools/_bootstrap-datepicker.scss */
.datepicker table tr td.today:hover {
  color: #000000;
  background-color: #ffc966;
  border-color: #f59e00; }

/* line 191, src/sass/web/1-tools/_bootstrap-datepicker.scss */
.datepicker table tr td.today:active,
.datepicker table tr td.today.active,
.open > .dropdown-toggle.datepicker table tr td.today {
  color: #000000;
  background-color: #ffc966;
  border-color: #f59e00; }

/* line 198, src/sass/web/1-tools/_bootstrap-datepicker.scss */
.datepicker table tr td.today:active:hover,
.datepicker table tr td.today.active:hover,
.open > .dropdown-toggle.datepicker table tr td.today:hover,
.datepicker table tr td.today:active:focus,
.datepicker table tr td.today.active:focus,
.open > .dropdown-toggle.datepicker table tr td.today:focus,
.datepicker table tr td.today:active.focus,
.datepicker table tr td.today.active.focus,
.open > .dropdown-toggle.datepicker table tr td.today.focus {
  color: #000000;
  background-color: #ffbc42;
  border-color: #b37400; }

/* line 211, src/sass/web/1-tools/_bootstrap-datepicker.scss */
.datepicker table tr td.today:active,
.datepicker table tr td.today.active,
.open > .dropdown-toggle.datepicker table tr td.today {
  background-image: none; }

/* line 216, src/sass/web/1-tools/_bootstrap-datepicker.scss */
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.today:focus,
.datepicker table tr td.today.disabled.focus,
.datepicker table tr td.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.today.focus {
  background-color: #ffdb99;
  border-color: #ffb733; }

/* line 228, src/sass/web/1-tools/_bootstrap-datepicker.scss */
.datepicker table tr td.today.focused {
  background: #ffc966; }

/* line 231, src/sass/web/1-tools/_bootstrap-datepicker.scss */
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:active {
  background: #ffdb99;
  color: #999999; }

/* line 236, src/sass/web/1-tools/_bootstrap-datepicker.scss */
.datepicker table tr td.range {
  color: #000000;
  background-color: #eeeeee;
  border-color: #bbbbbb;
  border-radius: 0; }

/* line 242, src/sass/web/1-tools/_bootstrap-datepicker.scss */
.datepicker table tr td.range:focus,
.datepicker table tr td.range.focus {
  color: #000000;
  background-color: #d5d5d5;
  border-color: #7c7c7c; }

/* line 248, src/sass/web/1-tools/_bootstrap-datepicker.scss */
.datepicker table tr td.range:hover {
  color: #000000;
  background-color: #d5d5d5;
  border-color: #9d9d9d; }

/* line 253, src/sass/web/1-tools/_bootstrap-datepicker.scss */
.datepicker table tr td.range:active,
.datepicker table tr td.range.active,
.open > .dropdown-toggle.datepicker table tr td.range {
  color: #000000;
  background-color: #d5d5d5;
  border-color: #9d9d9d; }

/* line 260, src/sass/web/1-tools/_bootstrap-datepicker.scss */
.datepicker table tr td.range:active:hover,
.datepicker table tr td.range.active:hover,
.open > .dropdown-toggle.datepicker table tr td.range:hover,
.datepicker table tr td.range:active:focus,
.datepicker table tr td.range.active:focus,
.open > .dropdown-toggle.datepicker table tr td.range:focus,
.datepicker table tr td.range:active.focus,
.datepicker table tr td.range.active.focus,
.open > .dropdown-toggle.datepicker table tr td.range.focus {
  color: #000000;
  background-color: #c3c3c3;
  border-color: #7c7c7c; }

/* line 273, src/sass/web/1-tools/_bootstrap-datepicker.scss */
.datepicker table tr td.range:active,
.datepicker table tr td.range.active,
.open > .dropdown-toggle.datepicker table tr td.range {
  background-image: none; }

/* line 278, src/sass/web/1-tools/_bootstrap-datepicker.scss */
.datepicker table tr td.range.disabled:hover,
.datepicker table tr td.range[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled:focus,
.datepicker table tr td.range[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range:focus,
.datepicker table tr td.range.disabled.focus,
.datepicker table tr td.range[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.focus {
  background-color: #eeeeee;
  border-color: #bbbbbb; }

/* line 290, src/sass/web/1-tools/_bootstrap-datepicker.scss */
.datepicker table tr td.range.focused {
  background: #d5d5d5; }

/* line 293, src/sass/web/1-tools/_bootstrap-datepicker.scss */
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:active {
  background: #eeeeee;
  color: #999999; }

/* line 298, src/sass/web/1-tools/_bootstrap-datepicker.scss */
.datepicker table tr td.range.highlighted {
  color: #000000;
  background-color: #e4eef3;
  border-color: #9dc1d3; }

/* line 303, src/sass/web/1-tools/_bootstrap-datepicker.scss */
.datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.focus {
  color: #000000;
  background-color: #c1d7e3;
  border-color: #4b88a6; }

/* line 309, src/sass/web/1-tools/_bootstrap-datepicker.scss */
.datepicker table tr td.range.highlighted:hover {
  color: #000000;
  background-color: #c1d7e3;
  border-color: #73a6c0; }

/* line 314, src/sass/web/1-tools/_bootstrap-datepicker.scss */
.datepicker table tr td.range.highlighted:active,
.datepicker table tr td.range.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.range.highlighted {
  color: #000000;
  background-color: #c1d7e3;
  border-color: #73a6c0; }

/* line 321, src/sass/web/1-tools/_bootstrap-datepicker.scss */
.datepicker table tr td.range.highlighted:active:hover,
.datepicker table tr td.range.highlighted.active:hover,
.open > .dropdown-toggle.datepicker table tr td.range.highlighted:hover,
.datepicker table tr td.range.highlighted:active:focus,
.datepicker table tr td.range.highlighted.active:focus,
.open > .dropdown-toggle.datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted:active.focus,
.datepicker table tr td.range.highlighted.active.focus,
.open > .dropdown-toggle.datepicker table tr td.range.highlighted.focus {
  color: #000000;
  background-color: #a8c8d8;
  border-color: #4b88a6; }

/* line 334, src/sass/web/1-tools/_bootstrap-datepicker.scss */
.datepicker table tr td.range.highlighted:active,
.datepicker table tr td.range.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.range.highlighted {
  background-image: none; }

/* line 339, src/sass/web/1-tools/_bootstrap-datepicker.scss */
.datepicker table tr td.range.highlighted.disabled:hover,
.datepicker table tr td.range.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.highlighted:hover,
.datepicker table tr td.range.highlighted.disabled:focus,
.datepicker table tr td.range.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.disabled.focus,
.datepicker table tr td.range.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.highlighted.focus {
  background-color: #e4eef3;
  border-color: #9dc1d3; }

/* line 351, src/sass/web/1-tools/_bootstrap-datepicker.scss */
.datepicker table tr td.range.highlighted.focused {
  background: #c1d7e3; }

/* line 354, src/sass/web/1-tools/_bootstrap-datepicker.scss */
.datepicker table tr td.range.highlighted.disabled,
.datepicker table tr td.range.highlighted.disabled:active {
  background: #e4eef3;
  color: #999999; }

/* line 359, src/sass/web/1-tools/_bootstrap-datepicker.scss */
.datepicker table tr td.range.today {
  color: #000000;
  background-color: #f7ca77;
  border-color: #f1a417; }

/* line 364, src/sass/web/1-tools/_bootstrap-datepicker.scss */
.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.focus {
  color: #000000;
  background-color: #f4b747;
  border-color: #815608; }

/* line 370, src/sass/web/1-tools/_bootstrap-datepicker.scss */
.datepicker table tr td.range.today:hover {
  color: #000000;
  background-color: #f4b747;
  border-color: #bf800c; }

/* line 375, src/sass/web/1-tools/_bootstrap-datepicker.scss */
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today.active,
.open > .dropdown-toggle.datepicker table tr td.range.today {
  color: #000000;
  background-color: #f4b747;
  border-color: #bf800c; }

/* line 382, src/sass/web/1-tools/_bootstrap-datepicker.scss */
.datepicker table tr td.range.today:active:hover,
.datepicker table tr td.range.today.active:hover,
.open > .dropdown-toggle.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:active:focus,
.datepicker table tr td.range.today.active:focus,
.open > .dropdown-toggle.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today:active.focus,
.datepicker table tr td.range.today.active.focus,
.open > .dropdown-toggle.datepicker table tr td.range.today.focus {
  color: #000000;
  background-color: #f2aa25;
  border-color: #815608; }

/* line 395, src/sass/web/1-tools/_bootstrap-datepicker.scss */
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today.active,
.open > .dropdown-toggle.datepicker table tr td.range.today {
  background-image: none; }

/* line 400, src/sass/web/1-tools/_bootstrap-datepicker.scss */
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.disabled.focus,
.datepicker table tr td.range.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.today.focus {
  background-color: #f7ca77;
  border-color: #f1a417; }

/* line 412, src/sass/web/1-tools/_bootstrap-datepicker.scss */
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:active {
  background: #f7ca77;
  color: #999999; }

/* line 417, src/sass/web/1-tools/_bootstrap-datepicker.scss */
.datepicker table tr td.selected,
.datepicker table tr td.selected.highlighted {
  color: #ffffff;
  background-color: #999999;
  border-color: #555555;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

/* line 424, src/sass/web/1-tools/_bootstrap-datepicker.scss */
.datepicker table tr td.selected:focus,
.datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.focus,
.datepicker table tr td.selected.highlighted.focus {
  color: #ffffff;
  background-color: #808080;
  border-color: #161616; }

/* line 432, src/sass/web/1-tools/_bootstrap-datepicker.scss */
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.highlighted:hover {
  color: #ffffff;
  background-color: #808080;
  border-color: #373737; }

/* line 438, src/sass/web/1-tools/_bootstrap-datepicker.scss */
.datepicker table tr td.selected:active,
.datepicker table tr td.selected.highlighted:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.selected,
.open > .dropdown-toggle.datepicker table tr td.selected.highlighted {
  color: #ffffff;
  background-color: #808080;
  border-color: #373737; }

/* line 448, src/sass/web/1-tools/_bootstrap-datepicker.scss */
.datepicker table tr td.selected:active:hover,
.datepicker table tr td.selected.highlighted:active:hover,
.datepicker table tr td.selected.active:hover,
.datepicker table tr td.selected.highlighted.active:hover,
.open > .dropdown-toggle.datepicker table tr td.selected:hover,
.open > .dropdown-toggle.datepicker table tr td.selected.highlighted:hover,
.datepicker table tr td.selected:active:focus,
.datepicker table tr td.selected.highlighted:active:focus,
.datepicker table tr td.selected.active:focus,
.datepicker table tr td.selected.highlighted.active:focus,
.open > .dropdown-toggle.datepicker table tr td.selected:focus,
.open > .dropdown-toggle.datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected:active.focus,
.datepicker table tr td.selected.highlighted:active.focus,
.datepicker table tr td.selected.active.focus,
.datepicker table tr td.selected.highlighted.active.focus,
.open > .dropdown-toggle.datepicker table tr td.selected.focus,
.open > .dropdown-toggle.datepicker table tr td.selected.highlighted.focus {
  color: #ffffff;
  background-color: #6e6e6e;
  border-color: #161616; }

/* line 470, src/sass/web/1-tools/_bootstrap-datepicker.scss */
.datepicker table tr td.selected:active,
.datepicker table tr td.selected.highlighted:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.selected,
.open > .dropdown-toggle.datepicker table tr td.selected.highlighted {
  background-image: none; }

/* line 478, src/sass/web/1-tools/_bootstrap-datepicker.scss */
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.highlighted.disabled:hover,
.datepicker table tr td.selected[disabled]:hover,
.datepicker table tr td.selected.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected.highlighted:hover,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.highlighted.disabled:focus,
.datepicker table tr td.selected[disabled]:focus,
.datepicker table tr td.selected.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.selected:focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.disabled.focus,
.datepicker table tr td.selected.highlighted.disabled.focus,
.datepicker table tr td.selected[disabled].focus,
.datepicker table tr td.selected.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.selected.focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted.focus {
  background-color: #999999;
  border-color: #555555; }

/* line 499, src/sass/web/1-tools/_bootstrap-datepicker.scss */
.datepicker table tr td.active,
.datepicker table tr td.active.highlighted {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

/* line 506, src/sass/web/1-tools/_bootstrap-datepicker.scss */
.datepicker table tr td.active:focus,
.datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.focus,
.datepicker table tr td.active.highlighted.focus {
  color: #ffffff;
  background-color: #2964ca;
  border-color: #193c5a; }

/* line 514, src/sass/web/1-tools/_bootstrap-datepicker.scss */
.datepicker table tr td.active:hover,
.datepicker table tr td.active.highlighted:hover {
  color: #ffffff;
  background-color: #2964ca;
  border-color: #255ab5; }

/* line 520, src/sass/web/1-tools/_bootstrap-datepicker.scss */
.datepicker table tr td.active:active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.active,
.open > .dropdown-toggle.datepicker table tr td.active.highlighted {
  color: #ffffff;
  background-color: #2964ca;
  border-color: #255ab5; }

/* line 530, src/sass/web/1-tools/_bootstrap-datepicker.scss */
.datepicker table tr td.active:active:hover,
.datepicker table tr td.active.highlighted:active:hover,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.highlighted.active:hover,
.open > .dropdown-toggle.datepicker table tr td.active:hover,
.open > .dropdown-toggle.datepicker table tr td.active.highlighted:hover,
.datepicker table tr td.active:active:focus,
.datepicker table tr td.active.highlighted:active:focus,
.datepicker table tr td.active.active:focus,
.datepicker table tr td.active.highlighted.active:focus,
.open > .dropdown-toggle.datepicker table tr td.active:focus,
.open > .dropdown-toggle.datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active:active.focus,
.datepicker table tr td.active.highlighted:active.focus,
.datepicker table tr td.active.active.focus,
.datepicker table tr td.active.highlighted.active.focus,
.open > .dropdown-toggle.datepicker table tr td.active.focus,
.open > .dropdown-toggle.datepicker table tr td.active.highlighted.focus {
  color: #ffffff;
  background-color: #255ab5;
  border-color: #193c5a; }

/* line 552, src/sass/web/1-tools/_bootstrap-datepicker.scss */
.datepicker table tr td.active:active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.active,
.open > .dropdown-toggle.datepicker table tr td.active.highlighted {
  background-image: none; }

/* line 560, src/sass/web/1-tools/_bootstrap-datepicker.scss */
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.highlighted.disabled:hover,
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active.highlighted:hover,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.highlighted.disabled:focus,
.datepicker table tr td.active[disabled]:focus,
.datepicker table tr td.active.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.active:focus,
fieldset[disabled] .datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.disabled.focus,
.datepicker table tr td.active.highlighted.disabled.focus,
.datepicker table tr td.active[disabled].focus,
.datepicker table tr td.active.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.active.focus,
fieldset[disabled] .datepicker table tr td.active.highlighted.focus {
  background-color: #428bca;
  border-color: #357ebd; }

/* line 581, src/sass/web/1-tools/_bootstrap-datepicker.scss */
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px; }

/* line 591, src/sass/web/1-tools/_bootstrap-datepicker.scss */
.datepicker table tr td span:hover {
  background: #eeeeee; }

/* line 594, src/sass/web/1-tools/_bootstrap-datepicker.scss */
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default; }

/* line 600, src/sass/web/1-tools/_bootstrap-datepicker.scss */
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

/* line 609, src/sass/web/1-tools/_bootstrap-datepicker.scss */
.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.focus,
.datepicker table tr td span.active:hover.focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active.disabled:hover.focus {
  color: #ffffff;
  background-color: #2964ca;
  border-color: #193c5a; }

/* line 621, src/sass/web/1-tools/_bootstrap-datepicker.scss */
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover {
  color: #ffffff;
  background-color: #2964ca;
  border-color: #255ab5; }

/* line 629, src/sass/web/1-tools/_bootstrap-datepicker.scss */
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.open > .dropdown-toggle.datepicker table tr td span.active,
.open > .dropdown-toggle.datepicker table tr td span.active:hover,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
  color: #ffffff;
  background-color: #2964ca;
  border-color: #255ab5; }

/* line 645, src/sass/web/1-tools/_bootstrap-datepicker.scss */
.datepicker table tr td span.active:active:hover,
.datepicker table tr td span.active:hover:active:hover,
.datepicker table tr td span.active.disabled:active:hover,
.datepicker table tr td span.active.disabled:hover:active:hover,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active:hover.active:hover,
.datepicker table tr td span.active.disabled.active:hover,
.datepicker table tr td span.active.disabled:hover.active:hover,
.open > .dropdown-toggle.datepicker table tr td span.active:hover,
.open > .dropdown-toggle.datepicker table tr td span.active:hover:hover,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active:focus,
.datepicker table tr td span.active:hover:active:focus,
.datepicker table tr td span.active.disabled:active:focus,
.datepicker table tr td span.active.disabled:hover:active:focus,
.datepicker table tr td span.active.active:focus,
.datepicker table tr td span.active:hover.active:focus,
.datepicker table tr td span.active.disabled.active:focus,
.datepicker table tr td span.active.disabled:hover.active:focus,
.open > .dropdown-toggle.datepicker table tr td span.active:focus,
.open > .dropdown-toggle.datepicker table tr td span.active:hover:focus,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:focus,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active:active.focus,
.datepicker table tr td span.active:hover:active.focus,
.datepicker table tr td span.active.disabled:active.focus,
.datepicker table tr td span.active.disabled:hover:active.focus,
.datepicker table tr td span.active.active.focus,
.datepicker table tr td span.active:hover.active.focus,
.datepicker table tr td span.active.disabled.active.focus,
.datepicker table tr td span.active.disabled:hover.active.focus,
.open > .dropdown-toggle.datepicker table tr td span.active.focus,
.open > .dropdown-toggle.datepicker table tr td span.active:hover.focus,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled.focus,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover.focus {
  color: #ffffff;
  background-color: #255ab5;
  border-color: #193c5a; }

/* line 685, src/sass/web/1-tools/_bootstrap-datepicker.scss */
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.open > .dropdown-toggle.datepicker table tr td span.active,
.open > .dropdown-toggle.datepicker table tr td span.active:hover,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
  background-image: none; }

/* line 699, src/sass/web/1-tools/_bootstrap-datepicker.scss */
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover.disabled:hover,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active.disabled:hover.disabled:hover,
.datepicker table tr td span.active[disabled]:hover,
.datepicker table tr td span.active:hover[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td span.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active:hover:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active:hover.disabled:focus,
.datepicker table tr td span.active.disabled.disabled:focus,
.datepicker table tr td span.active.disabled:hover.disabled:focus,
.datepicker table tr td span.active[disabled]:focus,
.datepicker table tr td span.active:hover[disabled]:focus,
.datepicker table tr td span.active.disabled[disabled]:focus,
.datepicker table tr td span.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td span.active:focus,
fieldset[disabled] .datepicker table tr td span.active:hover:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active:hover.disabled.focus,
.datepicker table tr td span.active.disabled.disabled.focus,
.datepicker table tr td span.active.disabled:hover.disabled.focus,
.datepicker table tr td span.active[disabled].focus,
.datepicker table tr td span.active:hover[disabled].focus,
.datepicker table tr td span.active.disabled[disabled].focus,
.datepicker table tr td span.active.disabled:hover[disabled].focus,
fieldset[disabled] .datepicker table tr td span.active.focus,
fieldset[disabled] .datepicker table tr td span.active:hover.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus {
  background-color: #428bca;
  border-color: #357ebd; }

/* line 738, src/sass/web/1-tools/_bootstrap-datepicker.scss */
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999999; }

/* line 742, src/sass/web/1-tools/_bootstrap-datepicker.scss */
.datepicker .datepicker-switch {
  width: 145px; }

/* line 745, src/sass/web/1-tools/_bootstrap-datepicker.scss */
.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer; }

/* line 751, src/sass/web/1-tools/_bootstrap-datepicker.scss */
.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee; }

/* line 757, src/sass/web/1-tools/_bootstrap-datepicker.scss */
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle; }

/* line 763, src/sass/web/1-tools/_bootstrap-datepicker.scss */
.input-group.date .input-group-addon {
  cursor: pointer; }

/* line 766, src/sass/web/1-tools/_bootstrap-datepicker.scss */
.input-daterange {
  width: 100%; }

/* line 769, src/sass/web/1-tools/_bootstrap-datepicker.scss */
.input-daterange input {
  text-align: center; }

/* line 772, src/sass/web/1-tools/_bootstrap-datepicker.scss */
.input-daterange input:first-child {
  border-radius: 3px 0 0 3px; }

/* line 775, src/sass/web/1-tools/_bootstrap-datepicker.scss */
.input-daterange input:last-child {
  border-radius: 0 3px 3px 0; }

/* line 778, src/sass/web/1-tools/_bootstrap-datepicker.scss */
.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  background-color: #eeeeee;
  border: solid #cccccc;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px; }

/* line 793, src/sass/web/1-tools/_bootstrap-datepicker.scss */
.datepicker.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: auto;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  color: #333333;
  font-size: 13px;
  line-height: 1.42857143; }

/* line 819, src/sass/web/1-tools/_bootstrap-datepicker.scss */
.datepicker.dropdown-menu th,
.datepicker.datepicker-inline th,
.datepicker.dropdown-menu td,
.datepicker.datepicker-inline td {
  padding: 0px 5px; }

/* line 6, src/sass/web/1-tools/_sweetalert.scss */
body.stop-scrolling {
  height: 100%;
  overflow: hidden; }

/* line 11, src/sass/web/1-tools/_sweetalert.scss */
.sweet-overlay {
  background-color: rgba(255, 255, 255, 0.9);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  outline: none !important;
  z-index: 10000; }

/* line 25, src/sass/web/1-tools/_sweetalert.scss */
.sweet-alert {
  background-color: white;
  width: 478px;
  padding: 20px;
  border-radius: 3px;
  text-align: center;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -259px;
  margin-top: -200px;
  box-shadow: 0 4px 23px 5px rgba(0, 0, 0, 0.2), 0 2px 6px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  display: none;
  z-index: 99999; }
  @media all and (max-width: 540px) {
    /* line 25, src/sass/web/1-tools/_sweetalert.scss */
    .sweet-alert {
      width: auto;
      margin-left: 0;
      margin-right: 0;
      left: 15px;
      right: 15px; } }
  /* line 56, src/sass/web/1-tools/_sweetalert.scss */
  .sweet-alert h2 {
    color: #575757;
    font-size: 30px;
    text-align: center;
    font-weight: 500;
    text-transform: none;
    position: relative;
    margin: 15px 0 0 0;
    padding: 0;
    line-height: 40px;
    display: block; }
  /* line 69, src/sass/web/1-tools/_sweetalert.scss */
  .sweet-alert p {
    color: #797979;
    font-size: 16px;
    text-align: center;
    font-weight: 400;
    position: relative;
    text-align: inherit;
    float: none;
    margin: 0;
    padding: 0;
    line-height: normal; }
  /* line 82, src/sass/web/1-tools/_sweetalert.scss */
  .sweet-alert fieldset {
    border: none;
    position: relative; }
  /* line 87, src/sass/web/1-tools/_sweetalert.scss */
  .sweet-alert .sa-error-container {
    background-color: #f1f1f1;
    margin-left: -17px;
    margin-right: -17px;
    overflow: hidden;
    padding: 0 10px;
    max-height: 0;
    webkit-transition: padding 0.15s, max-height 0.15s;
    transition: padding 0.15s, max-height 0.15s; }
    /* line 96, src/sass/web/1-tools/_sweetalert.scss */
    .sweet-alert .sa-error-container.show {
      padding: 10px 0;
      max-height: 100px;
      webkit-transition: padding 0.2s, max-height 0.2s;
      transition: padding 0.25s, max-height 0.25s; }
    /* line 103, src/sass/web/1-tools/_sweetalert.scss */
    .sweet-alert .sa-error-container .icon {
      display: inline-block;
      width: 24px;
      height: 24px;
      border-radius: 50%;
      background-color: #ea7d7d;
      color: white;
      line-height: 24px;
      text-align: center;
      margin-right: 3px; }
    /* line 114, src/sass/web/1-tools/_sweetalert.scss */
    .sweet-alert .sa-error-container p {
      display: inline-block; }
  /* line 119, src/sass/web/1-tools/_sweetalert.scss */
  .sweet-alert .sa-input-error {
    position: absolute;
    top: 22px;
    right: 10px;
    width: 20px;
    height: 20px;
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all 0.1s;
    transition: all 0.1s; }
    /* line 132, src/sass/web/1-tools/_sweetalert.scss */
    .sweet-alert .sa-input-error::before, .sweet-alert .sa-input-error::after {
      content: "";
      width: 20px;
      height: 6px;
      background-color: #f06e57;
      border-radius: 3px;
      position: absolute;
      top: 50%;
      margin-top: -4px;
      left: 50%;
      margin-left: -9px; }
    /* line 144, src/sass/web/1-tools/_sweetalert.scss */
    .sweet-alert .sa-input-error::before {
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    /* line 148, src/sass/web/1-tools/_sweetalert.scss */
    .sweet-alert .sa-input-error::after {
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    /* line 152, src/sass/web/1-tools/_sweetalert.scss */
    .sweet-alert .sa-input-error.show {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1); }
  /* line 159, src/sass/web/1-tools/_sweetalert.scss */
  .sweet-alert input {
    display: none;
    width: 100%;
    height: 40px;
    padding: 8px 12px 4px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.44;
    color: #555;
    margin-top: 10px;
    margin-bottom: 17px;
    background-color: #fff;
    background-image: none;
    border: 2px solid #ccc;
    border-radius: 3px;
    -webkit-transition: border-color ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s; }
    /* line 176, src/sass/web/1-tools/_sweetalert.scss */
    .sweet-alert input:focus {
      border-color: #2964ca;
      outline: none; }
  /* line 181, src/sass/web/1-tools/_sweetalert.scss */
  .sweet-alert.show-input input {
    display: block; }
  /* line 185, src/sass/web/1-tools/_sweetalert.scss */
  .sweet-alert .sa-confirm-button-container {
    display: inline-block;
    position: relative; }
  /* line 190, src/sass/web/1-tools/_sweetalert.scss */
  .sweet-alert .la-ball-fall {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -27px;
    margin-top: 4px;
    opacity: 0;
    visibility: hidden; }
  /* line 200, src/sass/web/1-tools/_sweetalert.scss */
  .sweet-alert button {
    background-color: #2964ca !important;
    color: white;
    border: none;
    box-shadow: none;
    font-size: 17px;
    font-weight: 500;
    -webkit-border-radius: 4px;
    border-radius: 3px;
    padding: 8px 20px;
    margin: 26px 5px 0 5px;
    cursor: pointer; }
    /* line 214, src/sass/web/1-tools/_sweetalert.scss */
    .sweet-alert button:focus {
      outline: none;
      box-shadow: 0 0 2px rgba(128, 179, 235, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.05); }
    /* line 218, src/sass/web/1-tools/_sweetalert.scss */
    .sweet-alert button:hover {
      background-color: #265ebd; }
    /* line 221, src/sass/web/1-tools/_sweetalert.scss */
    .sweet-alert button:active {
      background-color: #204fa0; }
    /* line 224, src/sass/web/1-tools/_sweetalert.scss */
    .sweet-alert button.cancel {
      background-color: #C1C1C1 !important; }
      /* line 226, src/sass/web/1-tools/_sweetalert.scss */
      .sweet-alert button.cancel:hover {
        background-color: #b9b9b9; }
      /* line 229, src/sass/web/1-tools/_sweetalert.scss */
      .sweet-alert button.cancel:active {
        background-color: #a8a8a8; }
      /* line 233, src/sass/web/1-tools/_sweetalert.scss */
      .sweet-alert button.cancel:focus {
        box-shadow: rgba(197, 205, 211, 0.8) 0px 0px 2px, rgba(0, 0, 0, 0.0470588) 0px 0px 0px 1px inset !important; }
    /* line 238, src/sass/web/1-tools/_sweetalert.scss */
    .sweet-alert button[disabled] {
      opacity: .6;
      cursor: default; }
    /* line 243, src/sass/web/1-tools/_sweetalert.scss */
    .sweet-alert button.confirm[disabled] {
      color: transparent; }
      /* line 245, src/sass/web/1-tools/_sweetalert.scss */
      .sweet-alert button.confirm[disabled] ~ .la-ball-fall {
        opacity: 1;
        visibility: visible;
        transition-delay: 0s; }
    /* line 253, src/sass/web/1-tools/_sweetalert.scss */
    .sweet-alert button::-moz-focus-inner {
      border: 0; }
  /* line 259, src/sass/web/1-tools/_sweetalert.scss */
  .sweet-alert[data-has-cancel-button=false] button {
    box-shadow: none !important; }
  /* line 263, src/sass/web/1-tools/_sweetalert.scss */
  .sweet-alert[data-has-confirm-button=false][data-has-cancel-button=false] {
    padding-bottom: 40px; }
  /* line 267, src/sass/web/1-tools/_sweetalert.scss */
  .sweet-alert .sa-icon {
    width: 80px;
    height: 80px;
    border: 4px solid gray;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    border-radius: 50%;
    margin: 20px auto;
    padding: 0;
    position: relative;
    box-sizing: content-box; }
    /* line 284, src/sass/web/1-tools/_sweetalert.scss */
    .sweet-alert .sa-icon.sa-error {
      border-color: #F27474; }
      /* line 287, src/sass/web/1-tools/_sweetalert.scss */
      .sweet-alert .sa-icon.sa-error .sa-x-mark {
        position: relative;
        display: block; }
      /* line 292, src/sass/web/1-tools/_sweetalert.scss */
      .sweet-alert .sa-icon.sa-error .sa-line {
        position: absolute;
        height: 5px;
        width: 47px;
        background-color: #F27474;
        display: block;
        top: 37px;
        border-radius: 2px; }
        /* line 301, src/sass/web/1-tools/_sweetalert.scss */
        .sweet-alert .sa-icon.sa-error .sa-line.sa-left {
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
          left: 17px; }
        /* line 306, src/sass/web/1-tools/_sweetalert.scss */
        .sweet-alert .sa-icon.sa-error .sa-line.sa-right {
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
          right: 16px; }
    /* line 313, src/sass/web/1-tools/_sweetalert.scss */
    .sweet-alert .sa-icon.sa-warning {
      border-color: #F8BB86; }
      /* line 316, src/sass/web/1-tools/_sweetalert.scss */
      .sweet-alert .sa-icon.sa-warning .sa-body {
        position: absolute;
        width: 5px;
        height: 47px;
        left: 50%;
        top: 10px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        margin-left: -2px;
        background-color: #F8BB86; }
      /* line 327, src/sass/web/1-tools/_sweetalert.scss */
      .sweet-alert .sa-icon.sa-warning .sa-dot {
        position: absolute;
        width: 7px;
        height: 7px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        margin-left: -3px;
        left: 50%;
        bottom: 10px;
        background-color: #F8BB86; }
    /* line 339, src/sass/web/1-tools/_sweetalert.scss */
    .sweet-alert .sa-icon.sa-info {
      border-color: #C9DAE1; }
      /* line 342, src/sass/web/1-tools/_sweetalert.scss */
      .sweet-alert .sa-icon.sa-info::before {
        content: "";
        position: absolute;
        width: 5px;
        height: 29px;
        left: 50%;
        bottom: 17px;
        border-radius: 2px;
        margin-left: -2px;
        background-color: #C9DAE1; }
      /* line 353, src/sass/web/1-tools/_sweetalert.scss */
      .sweet-alert .sa-icon.sa-info::after {
        content: "";
        position: absolute;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        margin-left: -3px;
        top: 19px;
        background-color: #C9DAE1; }
    /* line 364, src/sass/web/1-tools/_sweetalert.scss */
    .sweet-alert .sa-icon.sa-success {
      border-color: #A5DC86; }
      /* line 367, src/sass/web/1-tools/_sweetalert.scss */
      .sweet-alert .sa-icon.sa-success::before, .sweet-alert .sa-icon.sa-success::after {
        content: '';
        -webkit-border-radius: 40px;
        border-radius: 40px;
        border-radius: 50%;
        position: absolute;
        width: 60px;
        height: 120px;
        background: white;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
      /* line 379, src/sass/web/1-tools/_sweetalert.scss */
      .sweet-alert .sa-icon.sa-success::before {
        -webkit-border-radius: 120px 0 0 120px;
        border-radius: 120px 0 0 120px;
        top: -7px;
        left: -33px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: 60px 60px;
        transform-origin: 60px 60px; }
      /* line 390, src/sass/web/1-tools/_sweetalert.scss */
      .sweet-alert .sa-icon.sa-success::after {
        -webkit-border-radius: 0 120px 120px 0;
        border-radius: 0 120px 120px 0;
        top: -11px;
        left: 30px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: 0px 60px;
        transform-origin: 0px 60px; }
      /* line 402, src/sass/web/1-tools/_sweetalert.scss */
      .sweet-alert .sa-icon.sa-success .sa-placeholder {
        width: 80px;
        height: 80px;
        border: 4px solid rgba(165, 220, 134, 0.2);
        -webkit-border-radius: 40px;
        border-radius: 40px;
        border-radius: 50%;
        box-sizing: content-box;
        position: absolute;
        left: -4px;
        top: -4px;
        z-index: 2; }
      /* line 417, src/sass/web/1-tools/_sweetalert.scss */
      .sweet-alert .sa-icon.sa-success .sa-fix {
        width: 5px;
        height: 90px;
        background-color: white;
        position: absolute;
        left: 28px;
        top: 8px;
        z-index: 1;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      /* line 431, src/sass/web/1-tools/_sweetalert.scss */
      .sweet-alert .sa-icon.sa-success .sa-line {
        height: 5px;
        background-color: #A5DC86;
        display: block;
        border-radius: 2px;
        position: absolute;
        z-index: 2; }
        /* line 440, src/sass/web/1-tools/_sweetalert.scss */
        .sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
          width: 25px;
          left: 14px;
          top: 46px;
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }
        /* line 449, src/sass/web/1-tools/_sweetalert.scss */
        .sweet-alert .sa-icon.sa-success .sa-line.sa-long {
          width: 47px;
          right: 8px;
          top: 38px;
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }
    /* line 460, src/sass/web/1-tools/_sweetalert.scss */
    .sweet-alert .sa-icon.sa-custom {
      background-size: contain;
      border-radius: 0;
      border: none;
      background-position: center center;
      background-repeat: no-repeat; }

/*
 * Animations
 */
@-webkit-keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7); }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05); }
  80% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95); }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

@keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7); }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05); }
  80% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95); }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

@-webkit-keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1); }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5); } }

@keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1); }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5); } }

@-webkit-keyframes slideFromTop {
  0% {
    top: 0%; }
  100% {
    top: 50%; } }

@keyframes slideFromTop {
  0% {
    top: 0%; }
  100% {
    top: 50%; } }

@-webkit-keyframes slideToTop {
  0% {
    top: 50%; }
  100% {
    top: 0%; } }

@keyframes slideToTop {
  0% {
    top: 50%; }
  100% {
    top: 0%; } }

@-webkit-keyframes slideFromBottom {
  0% {
    top: 70%; }
  100% {
    top: 50%; } }

@keyframes slideFromBottom {
  0% {
    top: 70%; }
  100% {
    top: 50%; } }

@-webkit-keyframes slideToBottom {
  0% {
    top: 50%; }
  100% {
    top: 70%; } }

@keyframes slideToBottom {
  0% {
    top: 50%; }
  100% {
    top: 70%; } }

/* line 521, src/sass/web/1-tools/_sweetalert.scss */
.showSweetAlert[data-animation=pop] {
  -webkit-animation: showSweetAlert 0.3s;
  animation: showSweetAlert 0.3s; }

/* line 524, src/sass/web/1-tools/_sweetalert.scss */
.showSweetAlert[data-animation=none] {
  -webkit-animation: none;
  animation: none; }

/* line 527, src/sass/web/1-tools/_sweetalert.scss */
.showSweetAlert[data-animation=slide-from-top] {
  -webkit-animation: slideFromTop 0.3s;
  animation: slideFromTop 0.3s; }

/* line 530, src/sass/web/1-tools/_sweetalert.scss */
.showSweetAlert[data-animation=slide-from-bottom] {
  -webkit-animation: slideFromBottom 0.3s;
  animation: slideFromBottom 0.3s; }

/* line 536, src/sass/web/1-tools/_sweetalert.scss */
.hideSweetAlert[data-animation=pop] {
  -webkit-animation: hideSweetAlert 0.2s;
  animation: hideSweetAlert 0.2s; }

/* line 539, src/sass/web/1-tools/_sweetalert.scss */
.hideSweetAlert[data-animation=none] {
  -webkit-animation: none;
  animation: none; }

/* line 542, src/sass/web/1-tools/_sweetalert.scss */
.hideSweetAlert[data-animation=slide-from-top] {
  -webkit-animation: slideToTop 0.4s;
  animation: slideToTop 0.4s; }

/* line 545, src/sass/web/1-tools/_sweetalert.scss */
.hideSweetAlert[data-animation=slide-from-bottom] {
  -webkit-animation: slideToBottom 0.3s;
  animation: slideToBottom 0.3s; }

@-webkit-keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px; }
  54% {
    width: 0;
    left: 1px;
    top: 19px; }
  70% {
    width: 50px;
    left: -8px;
    top: 37px; }
  84% {
    width: 17px;
    left: 21px;
    top: 48px; }
  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }

@keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px; }
  54% {
    width: 0;
    left: 1px;
    top: 19px; }
  70% {
    width: 50px;
    left: -8px;
    top: 37px; }
  84% {
    width: 17px;
    left: 21px;
    top: 48px; }
  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }

@-webkit-keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }
  65% {
    width: 0;
    right: 46px;
    top: 54px; }
  84% {
    width: 55px;
    right: 0px;
    top: 35px; }
  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }

@keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }
  65% {
    width: 0;
    right: 46px;
    top: 54px; }
  84% {
    width: 55px;
    right: 0px;
    top: 35px; }
  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }

@-webkit-keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); } }

@keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); } }

/* line 574, src/sass/web/1-tools/_sweetalert.scss */
.animateSuccessTip {
  -webkit-animation: animateSuccessTip 0.75s;
  animation: animateSuccessTip 0.75s; }

/* line 577, src/sass/web/1-tools/_sweetalert.scss */
.animateSuccessLong {
  -webkit-animation: animateSuccessLong 0.75s;
  animation: animateSuccessLong 0.75s; }

/* line 580, src/sass/web/1-tools/_sweetalert.scss */
.sa-icon.sa-success.animate::after {
  -webkit-animation: rotatePlaceholder 4.25s ease-in;
  animation: rotatePlaceholder 4.25s ease-in; }

@-webkit-keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0; }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1; } }

@keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0; }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1; } }

/* line 591, src/sass/web/1-tools/_sweetalert.scss */
.animateErrorIcon {
  -webkit-animation: animateErrorIcon 0.5s;
  animation: animateErrorIcon 0.5s; }

@-webkit-keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px; }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1; } }

@keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px; }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1; } }

/* line 600, src/sass/web/1-tools/_sweetalert.scss */
.animateXMark {
  -webkit-animation: animateXMark 0.5s;
  animation: animateXMark 0.5s; }

@-webkit-keyframes pulseWarning {
  0% {
    border-color: #F8D486; }
  100% {
    border-color: #F8BB86; } }

@keyframes pulseWarning {
  0% {
    border-color: #F8D486; }
  100% {
    border-color: #F8BB86; } }

/* line 608, src/sass/web/1-tools/_sweetalert.scss */
.pulseWarning {
  -webkit-animation: pulseWarning 0.75s infinite alternate;
  animation: pulseWarning 0.75s infinite alternate; }

@-webkit-keyframes pulseWarningIns {
  0% {
    background-color: #F8D486; }
  100% {
    background-color: #F8BB86; } }

@keyframes pulseWarningIns {
  0% {
    background-color: #F8D486; }
  100% {
    background-color: #F8BB86; } }

/* line 616, src/sass/web/1-tools/_sweetalert.scss */
.pulseWarningIns {
  -webkit-animation: pulseWarningIns 0.75s infinite alternate;
  animation: pulseWarningIns 0.75s infinite alternate; }

@-webkit-keyframes rotate-loading {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes rotate-loading {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

/* line 1, src/sass/web/1-tools/_notify.sass */
.notify-alert {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.23), 0 3px 10px rgba(0, 0, 0, 0.16);
  border: 0 !important;
  max-width: 400px;
  color: #FFF; }
  /* line 7, src/sass/web/1-tools/_notify.sass */
  .notify-alert.alert-success {
    background-color: #4CAF50; }
  /* line 10, src/sass/web/1-tools/_notify.sass */
  .notify-alert.alert-info {
    background-color: #17a2b8; }
  /* line 13, src/sass/web/1-tools/_notify.sass */
  .notify-alert.alert-warning {
    background-color: #ffce3a; }
  /* line 16, src/sass/web/1-tools/_notify.sass */
  .notify-alert.alert-danger {
    background-color: #e04b59; }
  /* line 19, src/sass/web/1-tools/_notify.sass */
  .notify-alert button[data-notify="dismiss"] {
    margin-left: 5px;
    outline: none !important; }

/* line 1, src/sass/web/1-tools/_select2.scss */
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }

/* line 8, src/sass/web/1-tools/_select2.scss */
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 40px;
  user-select: none;
  -webkit-user-select: none;
  transition: all 0.15s ease-in-out; }

/* line 17, src/sass/web/1-tools/_select2.scss */
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

/* line 25, src/sass/web/1-tools/_select2.scss */
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative; }

/* line 28, src/sass/web/1-tools/_select2.scss */
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px; }

/* line 32, src/sass/web/1-tools/_select2.scss */
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none; }

/* line 40, src/sass/web/1-tools/_select2.scss */
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap; }

/* line 47, src/sass/web/1-tools/_select2.scss */
.select2-container .select2-search--inline {
  float: left; }

/* line 50, src/sass/web/1-tools/_select2.scss */
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 7px;
  padding: 0; }

/* line 57, src/sass/web/1-tools/_select2.scss */
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

/* line 60, src/sass/web/1-tools/_select2.scss */
.select2-dropdown {
  background-color: white;
  border: 2px solid #2964ca;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

/* line 71, src/sass/web/1-tools/_select2.scss */
.select2-results {
  display: block; }

/* line 74, src/sass/web/1-tools/_select2.scss */
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

/* line 79, src/sass/web/1-tools/_select2.scss */
.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }

/* line 84, src/sass/web/1-tools/_select2.scss */
.select2-results__option[aria-selected] {
  cursor: pointer; }

/* line 87, src/sass/web/1-tools/_select2.scss */
.select2-container--open .select2-dropdown {
  left: 0; }

/* line 90, src/sass/web/1-tools/_select2.scss */
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

/* line 95, src/sass/web/1-tools/_select2.scss */
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

/* line 100, src/sass/web/1-tools/_select2.scss */
.select2-search--dropdown {
  display: block;
  padding: 4px; }

/* line 104, src/sass/web/1-tools/_select2.scss */
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
  outline: none; }

/* line 110, src/sass/web/1-tools/_select2.scss */
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

/* line 113, src/sass/web/1-tools/_select2.scss */
.select2-search--dropdown.select2-search--hide {
  display: none; }

/* line 116, src/sass/web/1-tools/_select2.scss */
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

/* line 133, src/sass/web/1-tools/_select2.scss */
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

/* line 143, src/sass/web/1-tools/_select2.scss */
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 2px solid #ccc;
  border-radius: 3px;
  outline: none; }

/* line 149, src/sass/web/1-tools/_select2.scss */
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 37px; }

/* line 153, src/sass/web/1-tools/_select2.scss */
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold; }

/* line 158, src/sass/web/1-tools/_select2.scss */
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999; }

/* line 161, src/sass/web/1-tools/_select2.scss */
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px;
  position: absolute;
  top: 1px;
  right: 5px;
  width: 20px; }

/* line 168, src/sass/web/1-tools/_select2.scss */
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

/* line 180, src/sass/web/1-tools/_select2.scss */
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

/* line 183, src/sass/web/1-tools/_select2.scss */
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

/* line 187, src/sass/web/1-tools/_select2.scss */
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }

/* line 191, src/sass/web/1-tools/_select2.scss */
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none; }

/* line 194, src/sass/web/1-tools/_select2.scss */
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

/* line 198, src/sass/web/1-tools/_select2.scss */
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 2px solid #ccc;
  border-radius: 4px;
  cursor: text; }

/* line 204, src/sass/web/1-tools/_select2.scss */
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 8px;
  width: 100%; }

/* line 211, src/sass/web/1-tools/_select2.scss */
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left; }

/* line 216, src/sass/web/1-tools/_select2.scss */
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px; }

/* line 223, src/sass/web/1-tools/_select2.scss */
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #2964ca;
  color: #FFF;
  border-radius: 3px;
  cursor: default;
  float: left;
  margin-right: 6px;
  margin-top: 6px;
  padding: 1px 6px; }

/* line 233, src/sass/web/1-tools/_select2.scss */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 4px; }

/* line 240, src/sass/web/1-tools/_select2.scss */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #eee; }

/* line 243, src/sass/web/1-tools/_select2.scss */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

/* line 248, src/sass/web/1-tools/_select2.scss */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

/* line 252, src/sass/web/1-tools/_select2.scss */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

/* line 256, src/sass/web/1-tools/_select2.scss */
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #2964ca;
  outline: 0; }

/* line 260, src/sass/web/1-tools/_select2.scss */
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

/* line 264, src/sass/web/1-tools/_select2.scss */
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

/* line 267, src/sass/web/1-tools/_select2.scss */
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-color: #2964ca; }

/* line 273, src/sass/web/1-tools/_select2.scss */
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-color: #2964ca; }

/* line 279, src/sass/web/1-tools/_select2.scss */
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #2964ca;
  border-radius: 3px; }

/* line 283, src/sass/web/1-tools/_select2.scss */
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

/* line 290, src/sass/web/1-tools/_select2.scss */
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

/* line 294, src/sass/web/1-tools/_select2.scss */
.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

/* line 297, src/sass/web/1-tools/_select2.scss */
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

/* line 300, src/sass/web/1-tools/_select2.scss */
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

/* line 303, src/sass/web/1-tools/_select2.scss */
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }

/* line 306, src/sass/web/1-tools/_select2.scss */
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0; }

/* line 309, src/sass/web/1-tools/_select2.scss */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em; }

/* line 313, src/sass/web/1-tools/_select2.scss */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em; }

/* line 317, src/sass/web/1-tools/_select2.scss */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em; }

/* line 321, src/sass/web/1-tools/_select2.scss */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em; }

/* line 325, src/sass/web/1-tools/_select2.scss */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em; }

/* line 329, src/sass/web/1-tools/_select2.scss */
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #2964ca;
  color: white; }

/* line 333, src/sass/web/1-tools/_select2.scss */
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

/* line 338, src/sass/web/1-tools/_select2.scss */
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 2px solid #2964ca;
  border-radius: 3px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x; }

/* line 348, src/sass/web/1-tools/_select2.scss */
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #2964ca; }

/* line 351, src/sass/web/1-tools/_select2.scss */
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

/* line 355, src/sass/web/1-tools/_select2.scss */
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px; }

/* line 361, src/sass/web/1-tools/_select2.scss */
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999; }

/* line 364, src/sass/web/1-tools/_select2.scss */
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x; }

/* line 380, src/sass/web/1-tools/_select2.scss */
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

/* line 392, src/sass/web/1-tools/_select2.scss */
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

/* line 395, src/sass/web/1-tools/_select2.scss */
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

/* line 404, src/sass/web/1-tools/_select2.scss */
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #2964ca; }

/* line 407, src/sass/web/1-tools/_select2.scss */
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none; }

/* line 411, src/sass/web/1-tools/_select2.scss */
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

/* line 415, src/sass/web/1-tools/_select2.scss */
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x; }

/* line 424, src/sass/web/1-tools/_select2.scss */
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x; }

/* line 433, src/sass/web/1-tools/_select2.scss */
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }

/* line 440, src/sass/web/1-tools/_select2.scss */
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #2964ca; }

/* line 443, src/sass/web/1-tools/_select2.scss */
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px; }

/* line 448, src/sass/web/1-tools/_select2.scss */
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none; }

/* line 451, src/sass/web/1-tools/_select2.scss */
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

/* line 461, src/sass/web/1-tools/_select2.scss */
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

/* line 468, src/sass/web/1-tools/_select2.scss */
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555; }

/* line 471, src/sass/web/1-tools/_select2.scss */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right; }

/* line 474, src/sass/web/1-tools/_select2.scss */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

/* line 478, src/sass/web/1-tools/_select2.scss */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

/* line 482, src/sass/web/1-tools/_select2.scss */
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #2964ca; }

/* line 485, src/sass/web/1-tools/_select2.scss */
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

/* line 490, src/sass/web/1-tools/_select2.scss */
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

/* line 495, src/sass/web/1-tools/_select2.scss */
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

/* line 499, src/sass/web/1-tools/_select2.scss */
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

/* line 503, src/sass/web/1-tools/_select2.scss */
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

/* line 507, src/sass/web/1-tools/_select2.scss */
.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

/* line 510, src/sass/web/1-tools/_select2.scss */
.select2-container--classic .select2-dropdown--below {
  border-top: none; }

/* line 513, src/sass/web/1-tools/_select2.scss */
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

/* line 517, src/sass/web/1-tools/_select2.scss */
.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

/* line 520, src/sass/web/1-tools/_select2.scss */
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

/* line 523, src/sass/web/1-tools/_select2.scss */
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

/* line 527, src/sass/web/1-tools/_select2.scss */
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

/* line 532, src/sass/web/1-tools/_select2.scss */
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #2964ca; }

/* line 1, src/sass/web/1-tools/_select.bootstrap4.scss */
table.dataTable tbody > tr.selected,
table.dataTable tbody > tr > .selected {
  background-color: #0275d8; }

/* line 5, src/sass/web/1-tools/_select.bootstrap4.scss */
table.dataTable.stripe tbody > tr.odd.selected,
table.dataTable.stripe tbody > tr.odd > .selected, table.dataTable.display tbody > tr.odd.selected,
table.dataTable.display tbody > tr.odd > .selected {
  background-color: #0272d3; }

/* line 10, src/sass/web/1-tools/_select.bootstrap4.scss */
table.dataTable.hover tbody > tr.selected:hover,
table.dataTable.hover tbody > tr > .selected:hover, table.dataTable.display tbody > tr.selected:hover,
table.dataTable.display tbody > tr > .selected:hover {
  background-color: #0271d0; }

/* line 15, src/sass/web/1-tools/_select.bootstrap4.scss */
table.dataTable.order-column tbody > tr.selected > .sorting_1,
table.dataTable.order-column tbody > tr.selected > .sorting_2,
table.dataTable.order-column tbody > tr.selected > .sorting_3,
table.dataTable.order-column tbody > tr > .selected, table.dataTable.display tbody > tr.selected > .sorting_1,
table.dataTable.display tbody > tr.selected > .sorting_2,
table.dataTable.display tbody > tr.selected > .sorting_3,
table.dataTable.display tbody > tr > .selected {
  background-color: #0273d4; }

/* line 24, src/sass/web/1-tools/_select.bootstrap4.scss */
table.dataTable.display tbody > tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody > tr.odd.selected > .sorting_1 {
  background-color: #026fcc; }

/* line 27, src/sass/web/1-tools/_select.bootstrap4.scss */
table.dataTable.display tbody > tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody > tr.odd.selected > .sorting_2 {
  background-color: #0270ce; }

/* line 30, src/sass/web/1-tools/_select.bootstrap4.scss */
table.dataTable.display tbody > tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody > tr.odd.selected > .sorting_3 {
  background-color: #0270d0; }

/* line 33, src/sass/web/1-tools/_select.bootstrap4.scss */
table.dataTable.display tbody > tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody > tr.even.selected > .sorting_1 {
  background-color: #0273d4; }

/* line 36, src/sass/web/1-tools/_select.bootstrap4.scss */
table.dataTable.display tbody > tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody > tr.even.selected > .sorting_2 {
  background-color: #0274d5; }

/* line 39, src/sass/web/1-tools/_select.bootstrap4.scss */
table.dataTable.display tbody > tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody > tr.even.selected > .sorting_3 {
  background-color: #0275d7; }

/* line 42, src/sass/web/1-tools/_select.bootstrap4.scss */
table.dataTable.display tbody > tr.odd > .selected, table.dataTable.order-column.stripe tbody > tr.odd > .selected {
  background-color: #026fcc; }

/* line 45, src/sass/web/1-tools/_select.bootstrap4.scss */
table.dataTable.display tbody > tr.even > .selected, table.dataTable.order-column.stripe tbody > tr.even > .selected {
  background-color: #0273d4; }

/* line 48, src/sass/web/1-tools/_select.bootstrap4.scss */
table.dataTable.display tbody > tr.selected:hover > .sorting_1, table.dataTable.order-column.hover tbody > tr.selected:hover > .sorting_1 {
  background-color: #026bc6; }

/* line 51, src/sass/web/1-tools/_select.bootstrap4.scss */
table.dataTable.display tbody > tr.selected:hover > .sorting_2, table.dataTable.order-column.hover tbody > tr.selected:hover > .sorting_2 {
  background-color: #026cc8; }

/* line 54, src/sass/web/1-tools/_select.bootstrap4.scss */
table.dataTable.display tbody > tr.selected:hover > .sorting_3, table.dataTable.order-column.hover tbody > tr.selected:hover > .sorting_3 {
  background-color: #026eca; }

/* line 57, src/sass/web/1-tools/_select.bootstrap4.scss */
table.dataTable.display tbody > tr:hover > .selected,
table.dataTable.display tbody > tr > .selected:hover, table.dataTable.order-column.hover tbody > tr:hover > .selected,
table.dataTable.order-column.hover tbody > tr > .selected:hover {
  background-color: #026bc6; }

/* line 62, src/sass/web/1-tools/_select.bootstrap4.scss */
table.dataTable tbody td.select-checkbox,
table.dataTable tbody th.select-checkbox {
  position: relative; }

/* line 66, src/sass/web/1-tools/_select.bootstrap4.scss */
table.dataTable tbody td.select-checkbox:before, table.dataTable tbody td.select-checkbox:after,
table.dataTable tbody th.select-checkbox:before,
table.dataTable tbody th.select-checkbox:after {
  display: block;
  position: absolute;
  top: 1.2em;
  left: 50%;
  width: 12px;
  height: 12px;
  box-sizing: border-box; }

/* line 77, src/sass/web/1-tools/_select.bootstrap4.scss */
table.dataTable tbody td.select-checkbox:before,
table.dataTable tbody th.select-checkbox:before {
  content: ' ';
  margin-top: -6px;
  margin-left: -6px;
  border: 1px solid black;
  border-radius: 3px; }

/* line 85, src/sass/web/1-tools/_select.bootstrap4.scss */
table.dataTable tr.selected td.select-checkbox:after,
table.dataTable tr.selected th.select-checkbox:after {
  content: '\2714';
  margin-top: -11px;
  margin-left: -4px;
  text-align: center;
  text-shadow: 1px 1px #B0BED9, -1px -1px #B0BED9, 1px -1px #B0BED9, -1px 1px #B0BED9; }

/* line 94, src/sass/web/1-tools/_select.bootstrap4.scss */
div.dataTables_wrapper span.select-info,
div.dataTables_wrapper span.select-item {
  margin-left: 0.5em; }

@media screen and (max-width: 640px) {
  /* line 100, src/sass/web/1-tools/_select.bootstrap4.scss */
  div.dataTables_wrapper span.select-info,
  div.dataTables_wrapper span.select-item {
    margin-left: 0;
    display: block; } }

/* line 106, src/sass/web/1-tools/_select.bootstrap4.scss */
table.dataTable tbody tr.selected,
table.dataTable tbody th.selected,
table.dataTable tbody td.selected {
  color: white; }

/* line 111, src/sass/web/1-tools/_select.bootstrap4.scss */
table.dataTable tbody tr.selected a,
table.dataTable tbody th.selected a,
table.dataTable tbody td.selected a {
  color: #a2d4ed; }

/* line 1, src/sass/web/1-tools/_pace.scss */
.pace {
  pointer-events: none;
  user-select: none; }
  /* line 4, src/sass/web/1-tools/_pace.scss */
  .pace .pace-progress {
    background: #ca8f29;
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 100%;
    width: 100%;
    height: 2px; }
  /* line 13, src/sass/web/1-tools/_pace.scss */
  .pace .pace-progress-inner {
    display: block;
    position: absolute;
    right: 0;
    width: 100px;
    height: 100%;
    box-shadow: 0 0 10px #ca8f29, 0 0 5px #ca8f29;
    opacity: 1;
    transform: rotate(3deg) translate(0px, -4px); }

/* line 24, src/sass/web/1-tools/_pace.scss */
.pace-inactive {
  display: none; }

/* line 1, src/sass/web/1-tools/_jqvmap.scss */
.jqvmap-label {
  position: absolute;
  display: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #292929;
  color: white;
  font-family: sans-serif, Verdana;
  font-size: smaller;
  padding: 3px; }

/* line 14, src/sass/web/1-tools/_jqvmap.scss */
.jqvmap-zoomin, .jqvmap-zoomout {
  position: absolute;
  left: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #000000;
  padding: 3px;
  color: white;
  width: 18px;
  height: 18px;
  cursor: pointer;
  line-height: 13px;
  text-align: center;
  font-size: 20px; }

/* line 31, src/sass/web/1-tools/_jqvmap.scss */
.jqvmap-zoomin {
  top: 10px; }

/* line 35, src/sass/web/1-tools/_jqvmap.scss */
.jqvmap-zoomout {
  top: 30px; }

/* line 39, src/sass/web/1-tools/_jqvmap.scss */
.jqvmap-region {
  cursor: pointer; }

/* line 43, src/sass/web/1-tools/_jqvmap.scss */
.jqvmap-ajax_response {
  width: 100%;
  height: 500px; }

/*!
 * FullCalendar v2.5.0 Stylesheet
 * Docs & License: http://fullcalendar.io/
 * (c) 2015 Adam Shaw
 */
/* line 8, src/sass/web/1-tools/_fullcalendar.scss */
.fc {
  direction: ltr;
  text-align: left; }

/* line 13, src/sass/web/1-tools/_fullcalendar.scss */
.fc-rtl {
  text-align: right; }

/* line 17, src/sass/web/1-tools/_fullcalendar.scss */
body .fc {
  /* extra precedence to overcome jqui */
  font-size: 1em; }

/* Colors
--------------------------------------------------------------------------------------------------*/
/* line 25, src/sass/web/1-tools/_fullcalendar.scss */
.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-popover {
  border-color: #ddd; }

/* line 35, src/sass/web/1-tools/_fullcalendar.scss */
.fc-unthemed .fc-popover {
  background-color: #fff; }

/* line 39, src/sass/web/1-tools/_fullcalendar.scss */
.fc-unthemed .fc-divider,
.fc-unthemed .fc-popover .fc-header {
  background: #eee; }

/* line 44, src/sass/web/1-tools/_fullcalendar.scss */
.fc-unthemed .fc-popover .fc-header .fc-close {
  color: #666; }

/* line 48, src/sass/web/1-tools/_fullcalendar.scss */
.fc-unthemed .fc-today {
  background: rgba(41, 100, 202, 0.2); }

/* line 52, src/sass/web/1-tools/_fullcalendar.scss */
.fc-highlight {
  /* when user is selecting cells */
  background: #bce8f1;
  opacity: .3;
  filter: alpha(opacity=30);
  /* for IE */ }

/* line 58, src/sass/web/1-tools/_fullcalendar.scss */
.fc-bgevent {
  /* default look for background events */
  background: #8fdf82;
  opacity: .3;
  filter: alpha(opacity=30);
  /* for IE */ }

/* line 64, src/sass/web/1-tools/_fullcalendar.scss */
.fc-nonbusiness {
  /* default look for non-business-hours areas */
  /* will inherit .fc-bgevent's styles */
  background: #d7d7d7; }

/* Icons (inline elements with styled text that mock arrow icons)
--------------------------------------------------------------------------------------------------*/
/* line 73, src/sass/web/1-tools/_fullcalendar.scss */
.fc-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1em;
  font-size: 1em;
  text-align: center;
  overflow: hidden;
  font-family: "Courier New", Courier, monospace;
  /* don't allow browser text-selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/*
Acceptable font-family overrides for individual icons:
	"Arial", sans-serif
	"Times New Roman", serif

NOTE: use percentage font sizes or else old IE chokes
*/
/* line 100, src/sass/web/1-tools/_fullcalendar.scss */
.fc-icon:after {
  position: relative;
  margin: 0 -1em;
  /* ensures character will be centered, regardless of width */ }

/* line 105, src/sass/web/1-tools/_fullcalendar.scss */
.fc-icon-left-single-arrow:after {
  content: "\02039";
  font-weight: bold;
  font-size: 200%;
  top: -7%;
  left: 3%; }

/* line 113, src/sass/web/1-tools/_fullcalendar.scss */
.fc-icon-right-single-arrow:after {
  content: "\0203A";
  font-weight: bold;
  font-size: 200%;
  top: -7%;
  left: -3%; }

/* line 121, src/sass/web/1-tools/_fullcalendar.scss */
.fc-icon-left-double-arrow:after {
  content: "\000AB";
  font-size: 160%;
  top: -7%; }

/* line 127, src/sass/web/1-tools/_fullcalendar.scss */
.fc-icon-right-double-arrow:after {
  content: "\000BB";
  font-size: 160%;
  top: -7%; }

/* line 133, src/sass/web/1-tools/_fullcalendar.scss */
.fc-icon-left-triangle:after {
  content: "\25C4";
  font-size: 125%;
  top: 3%;
  left: -2%; }

/* line 140, src/sass/web/1-tools/_fullcalendar.scss */
.fc-icon-right-triangle:after {
  content: "\25BA";
  font-size: 125%;
  top: 3%;
  left: 2%; }

/* line 147, src/sass/web/1-tools/_fullcalendar.scss */
.fc-icon-down-triangle:after {
  content: "\25BC";
  font-size: 125%;
  top: 2%; }

/* line 153, src/sass/web/1-tools/_fullcalendar.scss */
.fc-icon-x:after {
  content: "\000D7";
  font-size: 200%;
  top: 6%; }

/* Buttons (styled <button> tags, normalized to work cross-browser)
--------------------------------------------------------------------------------------------------*/
/* line 163, src/sass/web/1-tools/_fullcalendar.scss */
.fc button {
  /* force height to include the border and padding */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* dimensions */
  margin: 0;
  height: 2.1em;
  padding: 0 .6em;
  /* text & cursor */
  font-size: 13px;
  /* normalize */
  font-weight: 500;
  white-space: nowrap;
  cursor: pointer;
  text-transform: uppercase; }

/* Firefox has an annoying inner border */
/* line 183, src/sass/web/1-tools/_fullcalendar.scss */
.fc button::-moz-focus-inner {
  margin: 0;
  padding: 0; }

/* line 185, src/sass/web/1-tools/_fullcalendar.scss */
.fc-state-default {
  /* non-theme */
  border: 1px solid; }

/* line 189, src/sass/web/1-tools/_fullcalendar.scss */
.fc-state-default.fc-corner-left {
  /* non-theme */
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

/* line 194, src/sass/web/1-tools/_fullcalendar.scss */
.fc-state-default.fc-corner-right {
  /* non-theme */
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

/* icons in buttons */
/* line 201, src/sass/web/1-tools/_fullcalendar.scss */
.fc button .fc-icon {
  /* non-theme */
  position: relative;
  top: -0.05em;
  /* seems to be a good adjustment across browsers */
  margin: 0 .2em;
  vertical-align: middle; }

/*
  button states
  borrowed from twitter bootstrap (http://twitter.github.com/bootstrap/)
*/
/* line 213, src/sass/web/1-tools/_fullcalendar.scss */
.fc-state-default {
  background-color: #f5f5f5;
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #333;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  outline: none; }

/* line 224, src/sass/web/1-tools/_fullcalendar.scss */
.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
  color: #333333;
  background-color: #e6e6e6; }

/* line 232, src/sass/web/1-tools/_fullcalendar.scss */
.fc-state-hover {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear; }

/* line 242, src/sass/web/1-tools/_fullcalendar.scss */
.fc-state-down,
.fc-state-active {
  background-color: #2964ca;
  color: #FFF;
  background-image: none;
  box-shadow: none; }

/* line 250, src/sass/web/1-tools/_fullcalendar.scss */
.fc-state-disabled {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none; }

/* Buttons Groups
--------------------------------------------------------------------------------------------------*/
/* line 262, src/sass/web/1-tools/_fullcalendar.scss */
.fc-button-group {
  display: inline-block; }

/*
every button that is not first in a button group should scootch over one pixel and cover the
previous button's border...
*/
/* line 271, src/sass/web/1-tools/_fullcalendar.scss */
.fc .fc-button-group > * {
  /* extra precedence b/c buttons have margin set to zero */
  float: left;
  margin: 0 0 0 -1px; }

/* line 276, src/sass/web/1-tools/_fullcalendar.scss */
.fc .fc-button-group > :first-child {
  /* same */
  margin-left: 0; }

/* Popover
--------------------------------------------------------------------------------------------------*/
/* line 284, src/sass/web/1-tools/_fullcalendar.scss */
.fc-popover {
  position: absolute;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15); }

/* line 289, src/sass/web/1-tools/_fullcalendar.scss */
.fc-popover .fc-header {
  /* TODO: be more consistent with fc-head/fc-body */
  padding: 2px 4px; }

/* line 293, src/sass/web/1-tools/_fullcalendar.scss */
.fc-popover .fc-header .fc-title {
  margin: 0 2px; }

/* line 297, src/sass/web/1-tools/_fullcalendar.scss */
.fc-popover .fc-header .fc-close {
  cursor: pointer; }

/* line 301, src/sass/web/1-tools/_fullcalendar.scss */
.fc-ltr .fc-popover .fc-header .fc-title,
.fc-rtl .fc-popover .fc-header .fc-close {
  float: left; }

/* line 306, src/sass/web/1-tools/_fullcalendar.scss */
.fc-rtl .fc-popover .fc-header .fc-title,
.fc-ltr .fc-popover .fc-header .fc-close {
  float: right; }

/* unthemed */
/* line 313, src/sass/web/1-tools/_fullcalendar.scss */
.fc-unthemed .fc-popover {
  border-width: 1px;
  border-style: solid; }

/* line 318, src/sass/web/1-tools/_fullcalendar.scss */
.fc-unthemed .fc-popover .fc-header .fc-close {
  font-size: .9em;
  margin-top: 2px; }

/* jqui themed */
/* line 325, src/sass/web/1-tools/_fullcalendar.scss */
.fc-popover > .ui-widget-header + .ui-widget-content {
  border-top: 0;
  /* where they meet, let the header have the border */ }

/* Misc Reusable Components
--------------------------------------------------------------------------------------------------*/
/* line 333, src/sass/web/1-tools/_fullcalendar.scss */
.fc-divider {
  border-style: solid;
  border-width: 1px; }

/* line 338, src/sass/web/1-tools/_fullcalendar.scss */
hr.fc-divider {
  height: 0;
  margin: 0;
  padding: 0 0 2px;
  /* height is unreliable across browsers, so use padding */
  border-width: 1px 0; }

/* line 345, src/sass/web/1-tools/_fullcalendar.scss */
.fc-clear {
  clear: both; }

/* line 349, src/sass/web/1-tools/_fullcalendar.scss */
.fc-bg,
.fc-bgevent-skeleton,
.fc-highlight-skeleton,
.fc-helper-skeleton {
  /* these element should always cling to top-left/right corners */
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

/* line 360, src/sass/web/1-tools/_fullcalendar.scss */
.fc-bg {
  bottom: 0;
  /* strech bg to bottom edge */ }

/* line 364, src/sass/web/1-tools/_fullcalendar.scss */
.fc-bg table {
  height: 100%;
  /* strech bg to bottom edge */ }

/* Tables
--------------------------------------------------------------------------------------------------*/
/* line 372, src/sass/web/1-tools/_fullcalendar.scss */
.fc table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1em;
  /* normalize cross-browser */
  font-weight: 500; }

/* line 381, src/sass/web/1-tools/_fullcalendar.scss */
.fc th {
  text-align: center; }

/* line 385, src/sass/web/1-tools/_fullcalendar.scss */
.fc th,
.fc td {
  border-style: solid;
  border-width: 1px;
  padding: 0;
  vertical-align: top; }

/* line 393, src/sass/web/1-tools/_fullcalendar.scss */
.fc td.fc-today {
  border-style: double;
  /* overcome neighboring borders */ }

/* Fake Table Rows
--------------------------------------------------------------------------------------------------*/
/* line 401, src/sass/web/1-tools/_fullcalendar.scss */
.fc .fc-row {
  /* extra precedence to overcome themes w/ .ui-widget-content forcing a 1px border */
  /* no visible border by default. but make available if need be (scrollbar width compensation) */
  border-style: solid;
  border-width: 0; }

/* line 407, src/sass/web/1-tools/_fullcalendar.scss */
.fc-row table {
  /* don't put left/right border on anything within a fake row.
	   the outer tbody will worry about this */
  border-left: 0 hidden transparent;
  border-right: 0 hidden transparent;
  /* no bottom borders on rows */
  border-bottom: 0 hidden transparent; }

/* line 417, src/sass/web/1-tools/_fullcalendar.scss */
.fc-row:first-child table {
  border-top: 0 hidden transparent;
  /* no top border on first row */ }

/* Day Row (used within the header and the DayGrid)
--------------------------------------------------------------------------------------------------*/
/* line 425, src/sass/web/1-tools/_fullcalendar.scss */
.fc-row {
  position: relative; }

/* line 429, src/sass/web/1-tools/_fullcalendar.scss */
.fc-row .fc-bg {
  z-index: 1; }

/* highlighting cells & background event skeleton */
/* line 435, src/sass/web/1-tools/_fullcalendar.scss */
.fc-row .fc-bgevent-skeleton,
.fc-row .fc-highlight-skeleton {
  bottom: 0;
  /* stretch skeleton to bottom of row */ }

/* line 440, src/sass/web/1-tools/_fullcalendar.scss */
.fc-row .fc-bgevent-skeleton table,
.fc-row .fc-highlight-skeleton table {
  height: 100%;
  /* stretch skeleton to bottom of row */ }

/* line 445, src/sass/web/1-tools/_fullcalendar.scss */
.fc-row .fc-highlight-skeleton td,
.fc-row .fc-bgevent-skeleton td {
  border-color: transparent; }

/* line 450, src/sass/web/1-tools/_fullcalendar.scss */
.fc-row .fc-bgevent-skeleton {
  z-index: 2; }

/* line 455, src/sass/web/1-tools/_fullcalendar.scss */
.fc-row .fc-highlight-skeleton {
  z-index: 3; }

/*
row content (which contains day/week numbers and events) as well as "helper" (which contains
temporary rendered events).
*/
/* line 464, src/sass/web/1-tools/_fullcalendar.scss */
.fc-row .fc-content-skeleton {
  position: relative;
  z-index: 4;
  padding-bottom: 2px;
  /* matches the space above the events */ }

/* line 470, src/sass/web/1-tools/_fullcalendar.scss */
.fc-row .fc-helper-skeleton {
  z-index: 5; }

/* line 474, src/sass/web/1-tools/_fullcalendar.scss */
.fc-row .fc-content-skeleton td,
.fc-row .fc-helper-skeleton td {
  /* see-through to the background below */
  background: none;
  /* in case <td>s are globally styled */
  border-color: transparent;
  /* don't put a border between events and/or the day number */
  border-bottom: 0; }

/* line 484, src/sass/web/1-tools/_fullcalendar.scss */
.fc-row .fc-content-skeleton tbody td,
.fc-row .fc-helper-skeleton tbody td {
  /* don't put a border between event cells */
  border-top: 0; }

/* Scrolling Container
--------------------------------------------------------------------------------------------------*/
/* line 494, src/sass/web/1-tools/_fullcalendar.scss */
.fc-scroller {
  /* this class goes on elements for guaranteed vertical scrollbars */
  overflow-y: scroll;
  overflow-x: hidden; }

/* line 499, src/sass/web/1-tools/_fullcalendar.scss */
.fc-scroller > * {
  /* we expect an immediate inner element */
  position: relative;
  /* re-scope all positions */
  width: 100%;
  /* hack to force re-sizing this inner element when scrollbars appear/disappear */
  overflow: hidden;
  /* don't let negative margins or absolute positioning create further scroll */ }

/* Global Event Styles
--------------------------------------------------------------------------------------------------*/
/* line 509, src/sass/web/1-tools/_fullcalendar.scss */
.fc-event {
  position: relative;
  /* for resize handle and other inner positioning */
  display: block;
  /* make the <a> tag block */
  font-size: 14px;
  padding: 5px;
  line-height: 1.3;
  border-radius: 3px;
  border: 1px solid #2964ca;
  background-color: #2964ca;
  font-weight: normal;
  /* undo jqui's ui-widget-header bold */
  margin-bottom: 5px;
  cursor: all-scroll; }

/* overpower some of bootstrap's and jqui's styles on <a> tags */
/* line 524, src/sass/web/1-tools/_fullcalendar.scss */
.fc-event,
.fc-event:hover,
.ui-widget .fc-event {
  color: #fff;
  /* default TEXT color */
  text-decoration: none;
  /* if <a> has an href */ }

/* line 531, src/sass/web/1-tools/_fullcalendar.scss */
.fc-event[href],
.fc-event.fc-draggable {
  cursor: pointer;
  /* give events with links and draggable events a hand mouse pointer */ }

/* line 536, src/sass/web/1-tools/_fullcalendar.scss */
.fc-not-allowed,
.fc-not-allowed .fc-event {
  /* to override an event's custom cursor */
  cursor: not-allowed; }

/* line 541, src/sass/web/1-tools/_fullcalendar.scss */
.fc-event .fc-bg {
  /* the generic .fc-bg already does position */
  z-index: 1;
  background: #fff;
  opacity: .25;
  filter: alpha(opacity=25);
  /* for IE */ }

/* line 548, src/sass/web/1-tools/_fullcalendar.scss */
.fc-event .fc-content {
  position: relative;
  z-index: 2; }

/* line 553, src/sass/web/1-tools/_fullcalendar.scss */
.fc-event .fc-resizer {
  position: absolute;
  z-index: 3; }

/* Horizontal Events
--------------------------------------------------------------------------------------------------*/
/* events that are continuing to/from another week. kill rounded corners and butt up against edge */
/* line 564, src/sass/web/1-tools/_fullcalendar.scss */
.fc-ltr .fc-h-event.fc-not-start,
.fc-rtl .fc-h-event.fc-not-end {
  margin-left: 0;
  border-left-width: 0;
  padding-left: 1px;
  /* replace the border with padding */
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

/* line 573, src/sass/web/1-tools/_fullcalendar.scss */
.fc-ltr .fc-h-event.fc-not-end,
.fc-rtl .fc-h-event.fc-not-start {
  margin-right: 0;
  border-right-width: 0;
  padding-right: 1px;
  /* replace the border with padding */
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

/* resizer */
/* line 584, src/sass/web/1-tools/_fullcalendar.scss */
.fc-h-event .fc-resizer {
  /* positioned it to overcome the event's borders */
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  width: 5px; }

/* left resizer  */
/* line 593, src/sass/web/1-tools/_fullcalendar.scss */
.fc-ltr .fc-h-event .fc-start-resizer,
.fc-ltr .fc-h-event .fc-start-resizer:before,
.fc-ltr .fc-h-event .fc-start-resizer:after,
.fc-rtl .fc-h-event .fc-end-resizer,
.fc-rtl .fc-h-event .fc-end-resizer:before,
.fc-rtl .fc-h-event .fc-end-resizer:after {
  right: auto;
  /* ignore the right and only use the left */
  cursor: w-resize; }

/* right resizer */
/* line 604, src/sass/web/1-tools/_fullcalendar.scss */
.fc-ltr .fc-h-event .fc-end-resizer,
.fc-ltr .fc-h-event .fc-end-resizer:before,
.fc-ltr .fc-h-event .fc-end-resizer:after,
.fc-rtl .fc-h-event .fc-start-resizer,
.fc-rtl .fc-h-event .fc-start-resizer:before,
.fc-rtl .fc-h-event .fc-start-resizer:after {
  left: auto;
  /* ignore the left and only use the right */
  cursor: e-resize; }

/* DayGrid events
----------------------------------------------------------------------------------------------------
We use the full "fc-day-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
/* line 621, src/sass/web/1-tools/_fullcalendar.scss */
.fc-day-grid-event {
  margin: 1px 2px 0;
  /* spacing between events and edges */
  padding: 0 1px; }

/* line 627, src/sass/web/1-tools/_fullcalendar.scss */
.fc-day-grid-event .fc-content {
  /* force events to be one-line tall */
  white-space: nowrap;
  overflow: hidden; }

/* line 632, src/sass/web/1-tools/_fullcalendar.scss */
.fc-day-grid-event .fc-time {
  font-weight: bold; }

/* line 636, src/sass/web/1-tools/_fullcalendar.scss */
.fc-day-grid-event .fc-resizer {
  /* enlarge the default hit area */
  left: -3px;
  right: -3px;
  width: 7px; }

/* Event Limiting
--------------------------------------------------------------------------------------------------*/
/* "more" link that represents hidden events */
/* line 648, src/sass/web/1-tools/_fullcalendar.scss */
a.fc-more {
  margin: 1px 3px;
  font-size: .85em;
  cursor: pointer;
  text-decoration: none; }

/* line 655, src/sass/web/1-tools/_fullcalendar.scss */
a.fc-more:hover {
  text-decoration: underline; }

/* line 659, src/sass/web/1-tools/_fullcalendar.scss */
.fc-limited {
  /* rows and cells that are hidden because of a "more" link */
  display: none; }

/* popover that appears when "more" link is clicked */
/* line 665, src/sass/web/1-tools/_fullcalendar.scss */
.fc-day-grid .fc-row {
  z-index: 1;
  /* make the "more" popover one higher than this */ }

/* line 669, src/sass/web/1-tools/_fullcalendar.scss */
.fc-more-popover {
  z-index: 2;
  width: 220px; }

/* line 674, src/sass/web/1-tools/_fullcalendar.scss */
.fc-more-popover .fc-event-container {
  padding: 10px; }

/* Toolbar
--------------------------------------------------------------------------------------------------*/
/* line 681, src/sass/web/1-tools/_fullcalendar.scss */
.fc-toolbar {
  text-align: center;
  margin-bottom: 1em; }

/* line 686, src/sass/web/1-tools/_fullcalendar.scss */
.fc-toolbar .fc-left {
  float: left; }

/* line 690, src/sass/web/1-tools/_fullcalendar.scss */
.fc-toolbar .fc-right {
  float: right; }

/* line 694, src/sass/web/1-tools/_fullcalendar.scss */
.fc-toolbar .fc-center {
  display: inline-block; }

/* the things within each left/right/center section */
/* line 699, src/sass/web/1-tools/_fullcalendar.scss */
.fc .fc-toolbar > * > * {
  /* extra precedence to override button border margins */
  float: left;
  margin-left: .75em; }

/* the first thing within each left/center/right section */
/* line 705, src/sass/web/1-tools/_fullcalendar.scss */
.fc .fc-toolbar > * > :first-child {
  /* extra precedence to override button border margins */
  margin-left: 0; }

/* title text */
/* line 711, src/sass/web/1-tools/_fullcalendar.scss */
.fc-toolbar h2 {
  margin: 0;
  text-transform: uppercase;
  font-size: 26px;
  color: #555; }

/* button layering (for border precedence) */
/* line 720, src/sass/web/1-tools/_fullcalendar.scss */
.fc-toolbar button {
  position: relative; }

/* line 724, src/sass/web/1-tools/_fullcalendar.scss */
.fc-toolbar .fc-state-hover,
.fc-toolbar .ui-state-hover {
  z-index: 2; }

/* line 729, src/sass/web/1-tools/_fullcalendar.scss */
.fc-toolbar .fc-state-down {
  z-index: 3; }

/* line 733, src/sass/web/1-tools/_fullcalendar.scss */
.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active {
  z-index: 4; }

/* line 738, src/sass/web/1-tools/_fullcalendar.scss */
.fc-toolbar button:focus {
  z-index: 5; }

/* View Structure
--------------------------------------------------------------------------------------------------*/
/* undo twitter bootstrap's box-sizing rules. normalizes positioning techniques */
/* don't do this for the toolbar because we'll want bootstrap to style those buttons as some pt */
/* line 748, src/sass/web/1-tools/_fullcalendar.scss */
.fc-view-container *,
.fc-view-container *:before,
.fc-view-container *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

/* line 756, src/sass/web/1-tools/_fullcalendar.scss */
.fc-view,
.fc-view > table {
  /* so dragged elements can be above the view's main element */
  position: relative;
  z-index: 1; }

/* BasicView
--------------------------------------------------------------------------------------------------*/
/* day row structure */
/* line 767, src/sass/web/1-tools/_fullcalendar.scss */
.fc-basicWeek-view .fc-content-skeleton,
.fc-basicDay-view .fc-content-skeleton {
  /* we are sure there are no day numbers in these views, so... */
  padding-top: 1px;
  /* add a pixel to make sure there are 2px padding above events */
  padding-bottom: 1em;
  /* ensure a space at bottom of cell for user selecting/clicking */ }

/* line 774, src/sass/web/1-tools/_fullcalendar.scss */
.fc-basic-view .fc-body .fc-row {
  min-height: 4em;
  /* ensure that all rows are at least this tall */ }

/* a "rigid" row will take up a constant amount of height because content-skeleton is absolute */
/* line 780, src/sass/web/1-tools/_fullcalendar.scss */
.fc-row.fc-rigid {
  overflow: hidden; }

/* line 784, src/sass/web/1-tools/_fullcalendar.scss */
.fc-row.fc-rigid .fc-content-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

/* week and day number styling */
/* line 793, src/sass/web/1-tools/_fullcalendar.scss */
.fc-basic-view .fc-week-number,
.fc-basic-view .fc-day-number {
  padding: 0 2px; }

/* line 798, src/sass/web/1-tools/_fullcalendar.scss */
.fc-basic-view td.fc-week-number span,
.fc-basic-view td.fc-day-number {
  padding-top: 2px;
  padding-bottom: 2px; }

/* line 804, src/sass/web/1-tools/_fullcalendar.scss */
.fc-basic-view .fc-week-number {
  text-align: center; }

/* line 808, src/sass/web/1-tools/_fullcalendar.scss */
.fc-basic-view .fc-week-number span {
  /* work around the way we do column resizing and ensure a minimum width */
  display: inline-block;
  min-width: 1.25em; }

/* line 814, src/sass/web/1-tools/_fullcalendar.scss */
.fc-ltr .fc-basic-view .fc-day-number {
  text-align: right; }

/* line 818, src/sass/web/1-tools/_fullcalendar.scss */
.fc-rtl .fc-basic-view .fc-day-number {
  text-align: left; }

/* line 822, src/sass/web/1-tools/_fullcalendar.scss */
.fc-day-number.fc-other-month {
  opacity: 0.3;
  filter: alpha(opacity=30);
  /* for IE */
  /* opacity with small font can sometimes look too faded
	   might want to set the 'color' property instead
	   making day-numbers bold also fixes the problem */ }

/* AgendaView all-day area
--------------------------------------------------------------------------------------------------*/
/* line 833, src/sass/web/1-tools/_fullcalendar.scss */
.fc-agenda-view .fc-day-grid {
  position: relative;
  z-index: 2;
  /* so the "more.." popover will be over the time grid */ }

/* line 838, src/sass/web/1-tools/_fullcalendar.scss */
.fc-agenda-view .fc-day-grid .fc-row {
  min-height: 3em;
  /* all-day section will never get shorter than this */ }

/* line 842, src/sass/web/1-tools/_fullcalendar.scss */
.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
  padding-top: 1px;
  /* add a pixel to make sure there are 2px padding above events */
  padding-bottom: 1em;
  /* give space underneath events for clicking/selecting days */ }

/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/
/* line 851, src/sass/web/1-tools/_fullcalendar.scss */
.fc .fc-axis {
  /* .fc to overcome default cell styles */
  vertical-align: middle;
  padding: 0 4px;
  white-space: nowrap; }

/* line 857, src/sass/web/1-tools/_fullcalendar.scss */
.fc-ltr .fc-axis {
  text-align: right; }

/* line 861, src/sass/web/1-tools/_fullcalendar.scss */
.fc-rtl .fc-axis {
  text-align: left; }

/* line 865, src/sass/web/1-tools/_fullcalendar.scss */
.ui-widget td.fc-axis {
  font-weight: normal;
  /* overcome jqui theme making it bold */ }

/* TimeGrid Structure
--------------------------------------------------------------------------------------------------*/
/* line 873, src/sass/web/1-tools/_fullcalendar.scss */
.fc-time-grid-container,
.fc-time-grid {
  /* so slats/bg/content/etc positions get scoped within here */
  position: relative;
  z-index: 1; }

/* line 879, src/sass/web/1-tools/_fullcalendar.scss */
.fc-time-grid {
  min-height: 100%;
  /* so if height setting is 'auto', .fc-bg stretches to fill height */ }

/* line 883, src/sass/web/1-tools/_fullcalendar.scss */
.fc-time-grid table {
  /* don't put outer borders on slats/bg/content/etc */
  border: 0 hidden transparent; }

/* line 887, src/sass/web/1-tools/_fullcalendar.scss */
.fc-time-grid > .fc-bg {
  z-index: 1; }

/* line 891, src/sass/web/1-tools/_fullcalendar.scss */
.fc-time-grid .fc-slats,
.fc-time-grid > hr {
  /* the <hr> AgendaView injects when grid is shorter than scroller */
  position: relative;
  z-index: 2; }

/* line 897, src/sass/web/1-tools/_fullcalendar.scss */
.fc-time-grid .fc-bgevent-skeleton,
.fc-time-grid .fc-content-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

/* line 905, src/sass/web/1-tools/_fullcalendar.scss */
.fc-time-grid .fc-bgevent-skeleton {
  z-index: 3; }

/* line 909, src/sass/web/1-tools/_fullcalendar.scss */
.fc-time-grid .fc-highlight-skeleton {
  z-index: 4; }

/* line 913, src/sass/web/1-tools/_fullcalendar.scss */
.fc-time-grid .fc-content-skeleton {
  z-index: 5; }

/* line 917, src/sass/web/1-tools/_fullcalendar.scss */
.fc-time-grid .fc-helper-skeleton {
  z-index: 6; }

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
/* line 925, src/sass/web/1-tools/_fullcalendar.scss */
.fc-time-grid .fc-slats td {
  height: 1.5em;
  border-bottom: 0;
  /* each cell is responsible for its top border */ }

/* line 930, src/sass/web/1-tools/_fullcalendar.scss */
.fc-time-grid .fc-slats .fc-minor td {
  border-top-style: dotted; }

/* line 934, src/sass/web/1-tools/_fullcalendar.scss */
.fc-time-grid .fc-slats .ui-widget-content {
  /* for jqui theme */
  background: none;
  /* see through to fc-bg */ }

/* TimeGrid Highlighting Slots
--------------------------------------------------------------------------------------------------*/
/* line 942, src/sass/web/1-tools/_fullcalendar.scss */
.fc-time-grid .fc-highlight-container {
  /* a div within a cell within the fc-highlight-skeleton */
  position: relative;
  /* scopes the left/right of the fc-highlight to be in the column */ }

/* line 946, src/sass/web/1-tools/_fullcalendar.scss */
.fc-time-grid .fc-highlight {
  position: absolute;
  left: 0;
  right: 0;
  /* top and bottom will be in by JS */ }

/* TimeGrid Event Containment
--------------------------------------------------------------------------------------------------*/
/* line 957, src/sass/web/1-tools/_fullcalendar.scss */
.fc-time-grid .fc-event-container,
.fc-time-grid .fc-bgevent-container {
  /* a div within a cell within the fc-bgevent-skeleton */
  position: relative; }

/* line 962, src/sass/web/1-tools/_fullcalendar.scss */
.fc-ltr .fc-time-grid .fc-event-container {
  /* space on the sides of events for LTR (default) */
  margin: 0 2.5% 0 2px; }

/* line 966, src/sass/web/1-tools/_fullcalendar.scss */
.fc-rtl .fc-time-grid .fc-event-container {
  /* space on the sides of events for RTL */
  margin: 0 2px 0 2.5%; }

/* line 970, src/sass/web/1-tools/_fullcalendar.scss */
.fc-time-grid .fc-event,
.fc-time-grid .fc-bgevent {
  position: absolute;
  z-index: 1;
  /* scope inner z-index's */ }

/* line 976, src/sass/web/1-tools/_fullcalendar.scss */
.fc-time-grid .fc-bgevent {
  /* background events always span full width */
  left: 0;
  right: 0; }

/* Generic Vertical Event
--------------------------------------------------------------------------------------------------*/
/* line 986, src/sass/web/1-tools/_fullcalendar.scss */
.fc-v-event.fc-not-start {
  /* events that are continuing from another day */
  /* replace space made by the top border with padding */
  border-top-width: 0;
  padding-top: 1px;
  /* remove top rounded corners */
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

/* line 996, src/sass/web/1-tools/_fullcalendar.scss */
.fc-v-event.fc-not-end {
  /* replace space made by the top border with padding */
  border-bottom-width: 0;
  padding-bottom: 1px;
  /* remove bottom rounded corners */
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

/* TimeGrid Event Styling
----------------------------------------------------------------------------------------------------
We use the full "fc-time-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
/* line 1013, src/sass/web/1-tools/_fullcalendar.scss */
.fc-time-grid-event {
  overflow: hidden;
  /* don't let the bg flow over rounded corners */ }

/* line 1017, src/sass/web/1-tools/_fullcalendar.scss */
.fc-time-grid-event .fc-time,
.fc-time-grid-event .fc-title {
  padding: 0 1px; }

/* line 1022, src/sass/web/1-tools/_fullcalendar.scss */
.fc-time-grid-event .fc-time {
  font-size: .85em;
  white-space: nowrap; }

/* short mode, where time and title are on the same line */
/* line 1029, src/sass/web/1-tools/_fullcalendar.scss */
.fc-time-grid-event.fc-short .fc-content {
  /* don't wrap to second line (now that contents will be inline) */
  white-space: nowrap; }

/* line 1034, src/sass/web/1-tools/_fullcalendar.scss */
.fc-time-grid-event.fc-short .fc-time,
.fc-time-grid-event.fc-short .fc-title {
  /* put the time and title on the same line */
  display: inline-block;
  vertical-align: top; }

/* line 1041, src/sass/web/1-tools/_fullcalendar.scss */
.fc-time-grid-event.fc-short .fc-time span {
  display: none;
  /* don't display the full time text... */ }

/* line 1045, src/sass/web/1-tools/_fullcalendar.scss */
.fc-time-grid-event.fc-short .fc-time:before {
  content: attr(data-start);
  /* ...instead, display only the start time */ }

/* line 1049, src/sass/web/1-tools/_fullcalendar.scss */
.fc-time-grid-event.fc-short .fc-time:after {
  content: "\000A0-\000A0";
  /* seperate with a dash, wrapped in nbsp's */ }

/* line 1053, src/sass/web/1-tools/_fullcalendar.scss */
.fc-time-grid-event.fc-short .fc-title {
  font-size: .85em;
  /* make the title text the same size as the time */
  padding: 0;
  /* undo padding from above */ }

/* resizer */
/* line 1060, src/sass/web/1-tools/_fullcalendar.scss */
.fc-time-grid-event .fc-resizer {
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  overflow: hidden;
  line-height: 8px;
  font-size: 11px;
  font-family: monospace;
  text-align: center;
  cursor: s-resize; }

/* line 1073, src/sass/web/1-tools/_fullcalendar.scss */
.fc-time-grid-event .fc-resizer:after {
  content: "="; }

/* line 3, src/sass/web/2-basics/_app.scss */
::selection {
  color: #FFF;
  background-color: #204fa0; }

@media (min-width: 768px) {
  /* line 13, src/sass/web/2-basics/_app.scss */
  .app.sidenav-toggled .app-content {
    margin-left: 0; }
  /* line 14, src/sass/web/2-basics/_app.scss */
  .app.sidenav-toggled .app-sidebar {
    left: -230px; }
  /* line 15, src/sass/web/2-basics/_app.scss */
  .app.sidenav-toggled .app-sidebar__overlay {
    visibility: hidden; } }

@media (max-width: 767px) {
  /* line 8, src/sass/web/2-basics/_app.scss */
  .app {
    overflow-x: hidden; }
    /* line 22, src/sass/web/2-basics/_app.scss */
    .app .app-sidebar {
      left: -230px; }
    /* line 23, src/sass/web/2-basics/_app.scss */
    .app .app-sidebar__overlay {
      visibility: hidden; }
    /* line 25, src/sass/web/2-basics/_app.scss */
    .app.sidenav-toggled .app-content {
      margin-left: 0; }
    /* line 26, src/sass/web/2-basics/_app.scss */
    .app.sidenav-toggled .app-sidebar {
      left: 0; }
    /* line 27, src/sass/web/2-basics/_app.scss */
    .app.sidenav-toggled .app-sidebar__overlay {
      visibility: visible; } }

/* line 32, src/sass/web/2-basics/_app.scss */
.app-content {
  min-height: calc(100vh - 50px);
  margin-top: 50px;
  padding: 30px;
  background-color: #E5E5E5;
  transition: margin-left 0.3s ease; }
  @media (min-width: 768px) {
    /* line 32, src/sass/web/2-basics/_app.scss */
    .app-content {
      margin-left: 230px; } }
  @media (max-width: 767px) {
    /* line 32, src/sass/web/2-basics/_app.scss */
    .app-content {
      margin-top: 50px;
      min-width: 100%; } }
  @media (max-width: 480px) {
    /* line 32, src/sass/web/2-basics/_app.scss */
    .app-content {
      padding: 15px; } }
  @media print {
    /* line 32, src/sass/web/2-basics/_app.scss */
    .app-content {
      margin: 0;
      padding: 0;
      background-color: #fff; } }

/* line 3, src/sass/web/2-basics/_helpers.scss */
.light-text {
  font-weight: 300 !important; }

/* line 4, src/sass/web/2-basics/_helpers.scss */
.semibold-text {
  font-weight: 600 !important; }

/* line 5, src/sass/web/2-basics/_helpers.scss */
.line-head {
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd; }

/* line 11, src/sass/web/2-basics/_helpers.scss */
.bd-callout {
  padding: 1.25rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  border: 1px solid #eee;
  border-left-color: #eeeeee;
  border-left-width: 1px;
  border-left-width: .25rem;
  border-radius: .25rem;
  background: #ffffff; }

/* line 23, src/sass/web/2-basics/_helpers.scss */
.bd-callout-warning {
  border-left-color: #f0ad4e; }

/*----- Component: Top Navigation Bar ----- */
/* line 3, src/sass/web/3-component/_header.scss */
.app-header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  display: flex;
  background-color: #2964ca;
  z-index: 1030;
  padding-right: 15px; }
  @media (min-width: 768px) {
    /* line 3, src/sass/web/3-component/_header.scss */
    .app-header {
      padding-right: 30px; } }
  @media print {
    /* line 3, src/sass/web/3-component/_header.scss */
    .app-header {
      display: none; } }

/* line 17, src/sass/web/3-component/_header.scss */
.app-header__logo {
  flex: 1 0 auto;
  color: #fff;
  text-align: center;
  padding: 0 15px;
  font-size: 26px;
  font-weight: 400;
  line-height: 50px; }
  /* line 26, src/sass/web/3-component/_header.scss */
  .app-header__logo img {
    height: 50px; }
  @media (min-width: 768px) {
    /* line 17, src/sass/web/3-component/_header.scss */
    .app-header__logo {
      flex: 0 0 auto;
      display: block;
      width: 230px;
      background-color: #255ab5; } }
  /* line 40, src/sass/web/3-component/_header.scss */
  .app-header__logo:focus, .app-header__logo:hover {
    text-decoration: none;
    color: #fff; }

/* line 47, src/sass/web/3-component/_header.scss */
.app-sidebar__toggle {
  padding: 0 15px;
  font-family: "Font Awesome 5 Free";
  color: #fff;
  line-height: 2.4;
  transition: background-color 0.3s ease; }
  @media (max-width: 767px) {
    /* line 47, src/sass/web/3-component/_header.scss */
    .app-sidebar__toggle {
      order: -1; } }
  /* line 55, src/sass/web/3-component/_header.scss */
  .app-sidebar__toggle:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0c9";
    font-size: 21px; }
  /* line 61, src/sass/web/3-component/_header.scss */
  .app-sidebar__toggle:focus, .app-sidebar__toggle:hover {
    color: #fff;
    background-color: #204fa0;
    text-decoration: none; }

/* line 69, src/sass/web/3-component/_header.scss */
.app-nav {
  display: flex;
  margin-bottom: 0;
  justify-content: flex-end; }
  @media (min-width: 768px) {
    /* line 69, src/sass/web/3-component/_header.scss */
    .app-nav {
      flex: 1 0 auto; } }

/* line 77, src/sass/web/3-component/_header.scss */
.app-nav__item {
  display: block;
  padding: 15px;
  line-height: 20px;
  color: #fff;
  transition: background-color 0.3s ease; }
  /* line 83, src/sass/web/3-component/_header.scss */
  .app-nav__item:hover, .app-nav__item:focus {
    background: rgba(0, 0, 0, 0.1);
    color: #f6f6f6; }

/* line 90, src/sass/web/3-component/_header.scss */
.app-search {
  position: relative;
  display: flex;
  align-self: center;
  margin-right: 15px;
  padding: 10px 0; }
  @media (max-width: 480px) {
    /* line 90, src/sass/web/3-component/_header.scss */
    .app-search {
      display: none; } }

/* line 99, src/sass/web/3-component/_header.scss */
.app-search__input {
  border: 0;
  padding: 5px 10px;
  padding-right: 30px;
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 0.8);
  transition: background-color 0.3s ease; }
  /* line 106, src/sass/web/3-component/_header.scss */
  .app-search__input::placeholder {
    color: rgba(0, 0, 0, 0.4); }

/* line 108, src/sass/web/3-component/_header.scss */
.app-search__button {
  position: absolute;
  right: 0;
  top: 10px;
  bottom: 10px;
  padding: 0 10px;
  border: 0;
  color: rgba(0, 0, 0, 0.8);
  background: none;
  cursor: pointer; }

/* line 120, src/sass/web/3-component/_header.scss */
.app-notification {
  min-width: 340px; }

/* line 121, src/sass/web/3-component/_header.scss */
.app-notification__title {
  padding: 8px 20px;
  text-align: center;
  background-color: rgba(41, 100, 202, 0.4);
  color: #333; }

/* line 127, src/sass/web/3-component/_header.scss */
.app-notification__footer {
  padding: 8px 20px;
  text-align: center;
  background-color: #eee; }

/* line 132, src/sass/web/3-component/_header.scss */
.app-notification__content {
  max-height: 220px;
  overflow-y: auto; }
  /* line 135, src/sass/web/3-component/_header.scss */
  .app-notification__content::-webkit-scrollbar {
    width: 6px; }
  /* line 136, src/sass/web/3-component/_header.scss */
  .app-notification__content::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2); }

/* line 138, src/sass/web/3-component/_header.scss */
.app-notification__item {
  display: flex;
  padding: 8px 10px;
  color: inherit;
  border-bottom: 1px solid #ddd;
  transition: background-color 0.3s ease; }
  /* line 144, src/sass/web/3-component/_header.scss */
  .app-notification__item:focus, .app-notification__item:hover {
    color: inherit;
    text-decoration: none;
    background-color: #e0e0e0; }

/* line 152, src/sass/web/3-component/_header.scss */
.app-notification__message,
.app-notification__meta {
  margin-bottom: 0; }

/* line 157, src/sass/web/3-component/_header.scss */
.app-notification__icon {
  padding-right: 10px; }

/* line 158, src/sass/web/3-component/_header.scss */
.app-notification__message {
  line-height: 1.2; }

/* line 3, src/sass/web/3-component/_sidebar.scss */
.app-sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  padding-top: 70px;
  width: 230px;
  overflow: auto;
  z-index: 10;
  background-color: #222d32;
  box-shadow: 0px 8px 17px rgba(0, 0, 0, 0.2);
  transition: left 0.3s ease, width 0.3s ease; }
  /* line 16, src/sass/web/3-component/_sidebar.scss */
  .app-sidebar::-webkit-scrollbar {
    width: 6px; }
  /* line 17, src/sass/web/3-component/_sidebar.scss */
  .app-sidebar::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2); }
  @media print {
    /* line 3, src/sass/web/3-component/_sidebar.scss */
    .app-sidebar {
      display: none; } }

@media (max-width: 767px) {
  /* line 21, src/sass/web/3-component/_sidebar.scss */
  .app-sidebar__overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9; } }

/* line 32, src/sass/web/3-component/_sidebar.scss */
.app-sidebar__user {
  display: flex;
  align-items: center;
  padding: 10px;
  margin-bottom: 20px;
  color: #fff; }

/* line 42, src/sass/web/3-component/_sidebar.scss */
.app-sidebar__user-avatar {
  flex: 0 0 auto;
  margin-right: 15px;
  max-width: 48px; }

/* line 49, src/sass/web/3-component/_sidebar.scss */
.app-sidebar__user-name {
  font-size: 17px;
  line-height: 1.3; }

/* line 54, src/sass/web/3-component/_sidebar.scss */
.app-sidebar__user-name,
.app-sidebar__user-designation {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0; }

/* line 62, src/sass/web/3-component/_sidebar.scss */
.app-menu {
  margin-bottom: 0;
  padding-bottom: 40px; }

/* line 68, src/sass/web/3-component/_sidebar.scss */
.app-menu__item {
  position: relative;
  display: flex;
  align-items: center;
  padding: 12px 15px;
  font-size: 1.08em;
  border-left: 3px solid transparent;
  transition: border-left-color 0.3s ease, background-color 0.3s ease;
  color: #fff; }
  /* line 79, src/sass/web/3-component/_sidebar.scss */
  .app-menu__item.active, .app-menu__item:hover, .app-menu__item:focus {
    background: #0d1214;
    border-left-color: #2964ca;
    text-decoration: none;
    color: #fff; }

/* line 90, src/sass/web/3-component/_sidebar.scss */
.app-menu__icon {
  flex: 0 0 auto;
  width: 25px; }

/* line 95, src/sass/web/3-component/_sidebar.scss */
.app-menu__label {
  white-space: nowrap;
  flex: 1 1 auto; }

/* line 102, src/sass/web/3-component/_sidebar.scss */
.treeview.is-expanded [data-toggle='treeview'] {
  border-left-color: #2964ca;
  background: #0d1214; }

/* line 106, src/sass/web/3-component/_sidebar.scss */
.treeview.is-expanded .treeview-menu {
  max-height: 100vh; }

/* line 107, src/sass/web/3-component/_sidebar.scss */
.treeview.is-expanded .treeview-indicator {
  transform: rotate(90deg); }

/* line 111, src/sass/web/3-component/_sidebar.scss */
.treeview-menu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  background: #2a383e; }

/* line 124, src/sass/web/3-component/_sidebar.scss */
.treeview-item {
  display: flex;
  align-items: center;
  padding: 5px 5px 5px 20px;
  font-size: 1em;
  color: #fff; }
  /* line 131, src/sass/web/3-component/_sidebar.scss */
  .treeview-item.active, .treeview-item:hover, .treeview-item:focus {
    background: #0d1214;
    text-decoration: none;
    color: #fff; }
  /* line 139, src/sass/web/3-component/_sidebar.scss */
  .treeview-item .icon {
    margin-right: 5px; }

/* line 142, src/sass/web/3-component/_sidebar.scss */
.treeview-indicator {
  transform-origin: center;
  transition: transform 0.3s ease; }

@media (min-width: 768px) {
  /* line 5, src/sass/web/3-component/_sidebar-mini.scss */
  .sidebar-mini.sidenav-toggled .app-sidebar__user-name,
  .sidebar-mini.sidenav-toggled .app-sidebar__user-designation,
  .sidebar-mini.sidenav-toggled .treeview-indicator {
    display: none; }
  /* line 10, src/sass/web/3-component/_sidebar-mini.scss */
  .sidebar-mini.sidenav-toggled .app-sidebar__user-avatar {
    width: 30px;
    height: 30px; }
  /* line 14, src/sass/web/3-component/_sidebar-mini.scss */
  .sidebar-mini.sidenav-toggled .app-content {
    margin-left: 50px; }
  /* line 15, src/sass/web/3-component/_sidebar-mini.scss */
  .sidebar-mini.sidenav-toggled .app-sidebar {
    left: 0;
    width: 50px;
    overflow: hidden; }
    /* line 19, src/sass/web/3-component/_sidebar-mini.scss */
    .sidebar-mini.sidenav-toggled .app-sidebar:hover {
      overflow: visible; }
  /* line 21, src/sass/web/3-component/_sidebar-mini.scss */
  .sidebar-mini.sidenav-toggled .app-menu__item {
    overflow: hidden; }
    /* line 23, src/sass/web/3-component/_sidebar-mini.scss */
    .sidebar-mini.sidenav-toggled .app-menu__item:hover {
      overflow: visible; }
      /* line 25, src/sass/web/3-component/_sidebar-mini.scss */
      .sidebar-mini.sidenav-toggled .app-menu__item:hover .app-menu__label {
        opacity: 1; }
      /* line 26, src/sass/web/3-component/_sidebar-mini.scss */
      .sidebar-mini.sidenav-toggled .app-menu__item:hover + .treeview-menu {
        visibility: visible; }
  /* line 29, src/sass/web/3-component/_sidebar-mini.scss */
  .sidebar-mini.sidenav-toggled .app-menu__label {
    display: block;
    position: absolute;
    top: 0;
    left: 50px;
    min-width: 180px;
    padding: 12px 5px 12px 20px;
    margin-left: -3px;
    line-height: 1;
    opacity: 0;
    background: #0d1214;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px; }
  /* line 45, src/sass/web/3-component/_sidebar-mini.scss */
  .sidebar-mini.sidenav-toggled .treeview:hover .app-menu__item {
    overflow: visible;
    background: #0d1214;
    border-left-color: #2964ca;
    color: #fff; }
  /* line 52, src/sass/web/3-component/_sidebar-mini.scss */
  .sidebar-mini.sidenav-toggled .treeview:hover .app-menu__label {
    opacity: 1; }
  /* line 53, src/sass/web/3-component/_sidebar-mini.scss */
  .sidebar-mini.sidenav-toggled .treeview:hover .treeview-menu {
    max-height: 100vh;
    opacity: 1;
    visibility: visible;
    z-index: 10; }
  /* line 60, src/sass/web/3-component/_sidebar-mini.scss */
  .sidebar-mini.sidenav-toggled .treeview .app-menu__label {
    border-bottom-right-radius: 0; }
  /* line 62, src/sass/web/3-component/_sidebar-mini.scss */
  .sidebar-mini.sidenav-toggled .treeview-menu {
    position: absolute;
    left: 50px;
    min-width: 180px;
    padding: 12px 0;
    opacity: 0;
    border-bottom-right-radius: 4px;
    z-index: 9;
    visibility: hidden;
    transition: visibility 0.3s ease; } }

/* line 4, src/sass/web/3-component/_dropdown.scss */
.dropdown-menu {
  border-radius: 0;
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }
  /* line 7, src/sass/web/3-component/_dropdown.scss */
  .dropdown-menu.dropdown-menu-right {
    left: auto;
    right: 0; }

/* line 14, src/sass/web/3-component/_dropdown.scss */
.dropdown-item .fa,
.dropdown-item .icon {
  margin-right: 5px;
  vertical-align: middle; }

/* line 4, src/sass/web/3-component/_button.scss */
.btn {
  cursor: pointer; }
  /* line 6, src/sass/web/3-component/_button.scss */
  .btn:not([disabled]):not(.disabled):not(.btn-link):hover, .btn:not([disabled]):not(.disabled):not(.btn-link):focus {
    text-decoration: none;
    transform: translate3d(0, -1px, 0);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4); }
  /* line 12, src/sass/web/3-component/_button.scss */
  .btn[disabled] {
    cursor: not-allowed; }
  /* line 13, src/sass/web/3-component/_button.scss */
  .btn .icon,
  .btn .fa {
    font-size: 14px;
    margin-right: 5px;
    vertical-align: middle; }

/* line 3, src/sass/web/3-component/_app-title.scss */
.app-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  background-color: #FFF;
  margin: -30px -30px 30px;
  padding: 20px 30px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); }
  @media print {
    /* line 3, src/sass/web/3-component/_app-title.scss */
    .app-title {
      display: none; } }
  @media (max-width: 480px) {
    /* line 3, src/sass/web/3-component/_app-title.scss */
    .app-title {
      margin: -15px -15px 15px;
      padding: 20px;
      flex-direction: column;
      align-items: flex-start; } }
  /* line 21, src/sass/web/3-component/_app-title.scss */
  .app-title h1 {
    margin: 0;
    font-size: 24px;
    font-weight: 400; }
  /* line 27, src/sass/web/3-component/_app-title.scss */
  .app-title p {
    margin-bottom: 0;
    font-style: italic; }
    @media (max-width: 480px) {
      /* line 27, src/sass/web/3-component/_app-title.scss */
      .app-title p {
        display: none; } }

/* line 34, src/sass/web/3-component/_app-title.scss */
.app-breadcrumb {
  margin-bottom: 0;
  text-align: right;
  font-weight: 500;
  font-size: 13px;
  text-transform: capitalize;
  padding: 0;
  text-align: left;
  padding: 0;
  background-color: transparent; }
  @media (max-width: 480px) {
    /* line 34, src/sass/web/3-component/_app-title.scss */
    .app-breadcrumb {
      margin-top: 10px; } }

/* line 3, src/sass/web/3-component/_tile.scss */
.tile.height-100p {
  height: calc(100% - 30px); }

/* line 7, src/sass/web/3-component/_tile.scss */
.tile {
  position: relative;
  background: #ffffff;
  border-radius: 3px;
  padding: 20px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
  transition: all 0.3s ease-in-out; }
  @media print {
    /* line 7, src/sass/web/3-component/_tile.scss */
    .tile {
      border: 1px solid #ddd; } }
  /* line 20, src/sass/web/3-component/_tile.scss */
  .tile.small {
    padding: 0; }
  /* line 22, src/sass/web/3-component/_tile.scss */
  .tile .overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    color: #555;
    border-radius: 3px; }
    /* line 36, src/sass/web/3-component/_tile.scss */
    .tile .overlay .l-text {
      font-size: 24px;
      margin-top: 15px; }
  /* line 42, src/sass/web/3-component/_tile.scss */
  .tile .tile-title {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 1.5rem; }
  /* line 48, src/sass/web/3-component/_tile.scss */
  .tile .tile-title-w-btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px; }
    /* line 55, src/sass/web/3-component/_tile.scss */
    .tile .tile-title-w-btn p {
      margin: 0; }
    /* line 57, src/sass/web/3-component/_tile.scss */
    .tile .tile-title-w-btn .title {
      margin: 0; }
    /* line 59, src/sass/web/3-component/_tile.scss */
    .tile .tile-title-w-btn .side {
      margin-bottom: 0;
      padding-left: 0; }
    /* line 64, src/sass/web/3-component/_tile.scss */
    .tile .tile-title-w-btn .btn-group {
      flex: 0 0 auto; }
  /* line 67, src/sass/web/3-component/_tile.scss */
  .tile .tile-footer {
    border-top: 1px solid #ddd;
    padding: 20px 0 0 0;
    margin-top: 10px; }

/* Custom Checkbox and Radio Buttons */
/* line 4, src/sass/web/3-component/_custom-radio-n-checkbox.scss */
.animated-checkbox input[type="checkbox"] {
  display: none; }
  /* line 7, src/sass/web/3-component/_custom-radio-n-checkbox.scss */
  .animated-checkbox input[type="checkbox"] + .label-text {
    cursor: pointer !important;
    user-select: none; }
    /* line 11, src/sass/web/3-component/_custom-radio-n-checkbox.scss */
    .animated-checkbox input[type="checkbox"] + .label-text:before {
      content: "\f096";
      font-family: 'Font Awesome 5 Free';
      speak: none;
      font-style: normal;
      font-weight: 900;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      font-size: 18px;
      -webkit-font-smoothing: antialiased;
      width: 1em;
      display: inline-block;
      margin-right: 2px;
      vertical-align: -2px; }
  /* line 30, src/sass/web/3-component/_custom-radio-n-checkbox.scss */
  .animated-checkbox input[type="checkbox"]:checked + .label-text:before {
    content: "\f14a";
    color: #2964ca;
    animation: tick 180ms ease-in; }
  /* line 36, src/sass/web/3-component/_custom-radio-n-checkbox.scss */
  .animated-checkbox input[type="checkbox"]:disabled + .label-text {
    cursor: not-allowed !important; }
    /* line 39, src/sass/web/3-component/_custom-radio-n-checkbox.scss */
    .animated-checkbox input[type="checkbox"]:disabled + .label-text:before {
      content: "";
      color: #ccc; }

/* line 48, src/sass/web/3-component/_custom-radio-n-checkbox.scss */
.animated-radio-button input[type="radio"] {
  display: none; }
  /* line 51, src/sass/web/3-component/_custom-radio-n-checkbox.scss */
  .animated-radio-button input[type="radio"] + .label-text {
    cursor: pointer !important;
    user-select: none; }
    /* line 55, src/sass/web/3-component/_custom-radio-n-checkbox.scss */
    .animated-radio-button input[type="radio"] + .label-text:before {
      content: "";
      font-family: 'Font Awesome 5 Free';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      font-size: 18px;
      -webkit-font-smoothing: antialiased;
      width: 1em;
      display: inline-block;
      margin-right: 2px;
      vertical-align: -2px; }
  /* line 74, src/sass/web/3-component/_custom-radio-n-checkbox.scss */
  .animated-radio-button input[type="radio"]:checked + .label-text:before {
    content: "";
    font-family: 'Font Awesome 5 Free';
    color: #2964ca;
    animation: tick 180ms ease-in; }
  /* line 81, src/sass/web/3-component/_custom-radio-n-checkbox.scss */
  .animated-radio-button input[type="radio"]:disabled + .label-text {
    cursor: not-allowed !important; }
    /* line 84, src/sass/web/3-component/_custom-radio-n-checkbox.scss */
    .animated-radio-button input[type="radio"]:disabled + .label-text:before {
      content: "";
      font-family: 'Font Awesome 5 Free';
      color: #ccc; }

@keyframes tick {
  0% {
    transform: scale(0); }
  90% {
    transform: scale(1.4); }
  100% {
    transform: scale(1); } }

/* line 5, src/sass/web/3-component/_toggle-button.scss */
.toggle.lg input[type="checkbox"] + .button-indecator:before {
  font-size: 30px; }

/* line 10, src/sass/web/3-component/_toggle-button.scss */
.toggle input[type="checkbox"] {
  display: none; }
  /* line 13, src/sass/web/3-component/_toggle-button.scss */
  .toggle input[type="checkbox"] + .button-indecator {
    cursor: pointer;
    display: block;
    user-select: none; }
    /* line 18, src/sass/web/3-component/_toggle-button.scss */
    .toggle input[type="checkbox"] + .button-indecator:before {
      content: "";
      font-family: "FontAwesome";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      font-size: 25px;
      -webkit-font-smoothing: antialiased;
      display: inline-block;
      margin-right: 5px;
      vertical-align: -2px; }
  /* line 35, src/sass/web/3-component/_toggle-button.scss */
  .toggle input[type="checkbox"]:checked + .button-indecator:before {
    content: "";
    color: #2964ca;
    animation: toggleBtn 0.3s ease-in-out; }
  /* line 41, src/sass/web/3-component/_toggle-button.scss */
  .toggle input[type="checkbox"]:disabled + .button-indecator {
    cursor: not-allowed !important; }
    /* line 44, src/sass/web/3-component/_toggle-button.scss */
    .toggle input[type="checkbox"]:disabled + .button-indecator:before {
      color: #ccc; }

/* line 52, src/sass/web/3-component/_toggle-button.scss */
.toggle-flip input[type="checkbox"] {
  display: none; }
  /* line 55, src/sass/web/3-component/_toggle-button.scss */
  .toggle-flip input[type="checkbox"] + .flip-indecator {
    position: relative;
    width: 60px;
    height: 30px;
    display: block;
    cursor: pointer;
    user-select: none;
    perspective: 90px; }
    /* line 64, src/sass/web/3-component/_toggle-button.scss */
    .toggle-flip input[type="checkbox"] + .flip-indecator:before, .toggle-flip input[type="checkbox"] + .flip-indecator:after {
      position: absolute;
      top: 0;
      left: 0;
      display: inline-block;
      width: 100%;
      line-height: 30px;
      backface-visibility: hidden;
      text-align: center;
      border-radius: 3px;
      transition: all 0.5s ease; }
    /* line 77, src/sass/web/3-component/_toggle-button.scss */
    .toggle-flip input[type="checkbox"] + .flip-indecator:before {
      content: attr(data-toggle-off);
      background-color: #ddd; }
    /* line 82, src/sass/web/3-component/_toggle-button.scss */
    .toggle-flip input[type="checkbox"] + .flip-indecator:after {
      content: attr(data-toggle-on);
      background-color: #2964ca;
      color: #fff;
      transform: rotateY(-180deg); }
  /* line 92, src/sass/web/3-component/_toggle-button.scss */
  .toggle-flip input[type="checkbox"]:checked + .flip-indecator:before {
    transform: rotateY(180deg); }
  /* line 96, src/sass/web/3-component/_toggle-button.scss */
  .toggle-flip input[type="checkbox"]:checked + .flip-indecator:after {
    transform: rotateY(0deg); }
  /* line 102, src/sass/web/3-component/_toggle-button.scss */
  .toggle-flip input[type="checkbox"]:disabled + .flip-indecator {
    cursor: not-allowed !important;
    color: #ccc; }

@keyframes toggleBtn {
  0% {
    opacity: 0;
    transform: translateX(-1px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

/* line 4, src/sass/web/3-component/_material-half-bg.scss */
.material-half-bg, .cart-cover {
  height: 100vh;
  background-color: #e7e7e7;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1; }
  /* line 13, src/sass/web/3-component/_material-half-bg.scss */
  .material-half-bg .cover, .cart-cover .cover {
    background-color: #2964ca;
    height: 50vh; }

/* line 3, src/sass/web/3-component/_material-loader.scss */
.m-loader {
  position: relative;
  width: 40px; }
  /* line 6, src/sass/web/3-component/_material-loader.scss */
  .m-loader:before {
    content: '';
    display: block;
    padding-top: 100%; }

/* line 13, src/sass/web/3-component/_material-loader.scss */
.m-circular {
  animation: rotate 1.5s linear infinite;
  height: 100%;
  transform-origin: center center;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }

/* line 25, src/sass/web/3-component/_material-loader.scss */
.path {
  stroke-dasharray: 1,200;
  stroke-dashoffset: 0;
  stroke: #2964ca;
  animation: dash 1.5s ease-in-out infinite;
  stroke-linecap: round; }

@keyframes rotate {
  100% {
    transform: rotate(360deg); } }

@keyframes dash {
  0% {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -35px; }
  100% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -124px; } }

/* line 3, src/sass/web/3-component/_button-spinner.scss */
.btn-spinner {
  display: inline-block;
  z-index: 2000;
  width: 15px;
  height: 15px;
  position: relative;
  top: 2px;
  margin-right: 5px;
  border: solid 2px transparent;
  border-top-color: #fff;
  border-left-color: #fff;
  border-radius: 10px;
  animation: bSpinner 0.8s linear infinite; }

@keyframes bSpinner {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

/* line 3, src/sass/web/3-component/_widgets.scss */
.widget-small {
  display: flex;
  border-radius: 4px;
  color: #FFF;
  margin-bottom: 30px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); }
  /* line 10, src/sass/web/3-component/_widgets.scss */
  .widget-small .icon {
    display: flex;
    min-width: 85px;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 4px 0 0 4px;
    font-size: 2.5rem; }
  /* line 21, src/sass/web/3-component/_widgets.scss */
  .widget-small .info {
    flex: 1;
    padding: 0 20px;
    align-self: center; }
    /* line 26, src/sass/web/3-component/_widgets.scss */
    .widget-small .info h4 {
      text-transform: uppercase;
      margin: 0;
      margin-bottom: 5px;
      font-weight: 400;
      font-size: 1.1rem; }
    /* line 34, src/sass/web/3-component/_widgets.scss */
    .widget-small .info p {
      margin: 0;
      font-size: 16px; }
  /* line 40, src/sass/web/3-component/_widgets.scss */
  .widget-small.primary {
    background-color: #2964ca; }
    /* line 43, src/sass/web/3-component/_widgets.scss */
    .widget-small.primary.coloured-icon {
      background-color: #fff;
      color: #2a2a2a; }
      /* line 47, src/sass/web/3-component/_widgets.scss */
      .widget-small.primary.coloured-icon .icon {
        background-color: #2964ca;
        color: #fff; }
  /* line 54, src/sass/web/3-component/_widgets.scss */
  .widget-small.info {
    background-color: #17a2b8; }
    /* line 57, src/sass/web/3-component/_widgets.scss */
    .widget-small.info.coloured-icon {
      background-color: #fff;
      color: #2a2a2a; }
      /* line 61, src/sass/web/3-component/_widgets.scss */
      .widget-small.info.coloured-icon .icon {
        background-color: #17a2b8;
        color: #fff; }
  /* line 68, src/sass/web/3-component/_widgets.scss */
  .widget-small.warning {
    background-color: #ffc107; }
    /* line 71, src/sass/web/3-component/_widgets.scss */
    .widget-small.warning.coloured-icon {
      background-color: #fff;
      color: #2a2a2a; }
      /* line 75, src/sass/web/3-component/_widgets.scss */
      .widget-small.warning.coloured-icon .icon {
        background-color: #ffc107;
        color: #fff; }
  /* line 82, src/sass/web/3-component/_widgets.scss */
  .widget-small.danger {
    background-color: #dc3545; }
    /* line 85, src/sass/web/3-component/_widgets.scss */
    .widget-small.danger.coloured-icon {
      background-color: #fff;
      color: #2a2a2a; }
      /* line 89, src/sass/web/3-component/_widgets.scss */
      .widget-small.danger.coloured-icon .icon {
        background-color: #dc3545;
        color: #fff; }

/* line 3, src/sass/web/3-component/_chat.scss */
.messanger {
  display: flex;
  flex-direction: column; }
  /* line 7, src/sass/web/3-component/_chat.scss */
  .messanger .messages {
    flex: 1;
    margin: 10px 0;
    padding: 0 10px;
    max-height: 260px;
    overflow-y: auto;
    overflow-x: hidden; }
    /* line 15, src/sass/web/3-component/_chat.scss */
    .messanger .messages .message {
      display: flex;
      margin-bottom: 15px;
      align-items: flex-start; }
      /* line 20, src/sass/web/3-component/_chat.scss */
      .messanger .messages .message.me {
        flex-direction: row-reverse; }
        /* line 23, src/sass/web/3-component/_chat.scss */
        .messanger .messages .message.me img {
          margin-right: 0;
          margin-left: 15px; }
        /* line 28, src/sass/web/3-component/_chat.scss */
        .messanger .messages .message.me .info {
          background-color: #2964ca;
          color: #FFF; }
          /* line 32, src/sass/web/3-component/_chat.scss */
          .messanger .messages .message.me .info:before {
            display: none; }
          /* line 36, src/sass/web/3-component/_chat.scss */
          .messanger .messages .message.me .info:after {
            position: absolute;
            right: -13px;
            top: 0;
            content: "";
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 0 16px 16px 0;
            border-color: transparent #2964ca transparent transparent;
            transform: rotate(270deg); }
      /* line 51, src/sass/web/3-component/_chat.scss */
      .messanger .messages .message img {
        border-radius: 50%;
        margin-right: 15px; }
      /* line 56, src/sass/web/3-component/_chat.scss */
      .messanger .messages .message .info {
        margin: 0;
        background-color: #ddd;
        padding: 5px 10px;
        border-radius: 3px;
        position: relative;
        align-self: flex-start; }
        /* line 64, src/sass/web/3-component/_chat.scss */
        .messanger .messages .message .info:before {
          position: absolute;
          left: -14px;
          top: 0;
          content: "";
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 0 16px 16px 0;
          border-color: transparent #ddd transparent transparent; }
  /* line 79, src/sass/web/3-component/_chat.scss */
  .messanger .sender {
    display: flex; }
    /* line 82, src/sass/web/3-component/_chat.scss */
    .messanger .sender input[type="text"] {
      flex: 1;
      border: 1px solid #2964ca;
      outline: none;
      padding: 5px 10px; }
    /* line 89, src/sass/web/3-component/_chat.scss */
    .messanger .sender button {
      border-radius: 0; }

/* line 3, src/sass/web/4-pages/_login-material.scss */
.login-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh; }
  /* line 10, src/sass/web/4-pages/_login-material.scss */
  .login-content .logo {
    margin-bottom: 40px;
    font-family: "Niconne";
    color: #fff; }
    /* line 15, src/sass/web/4-pages/_login-material.scss */
    .login-content .logo h1 {
      font-size: 52px;
      font-weight: 400; }
  /* line 21, src/sass/web/4-pages/_login-material.scss */
  .login-content .login-box {
    position: relative;
    min-width: 350px;
    min-height: 500px;
    background-color: #fff;
    box-shadow: 0px 29px 147.5px 102.5px rgba(0, 0, 0, 0.05), 0px 29px 95px 0px rgba(0, 0, 0, 0.16);
    perspective: 800px;
    transition: all 0.5s ease-in-out; }
    /* line 30, src/sass/web/4-pages/_login-material.scss */
    .login-content .login-box .login-head {
      margin-top: 0;
      margin-bottom: 20px;
      padding-bottom: 20px;
      border-bottom: 1px solid #ddd;
      text-align: center; }
    /* line 38, src/sass/web/4-pages/_login-material.scss */
    .login-content .login-box label {
      color: #666;
      font-weight: 700; }
    /* line 43, src/sass/web/4-pages/_login-material.scss */
    .login-content .login-box .utility {
      display: flex;
      padding: 1px;
      justify-content: space-between;
      align-items: center; }
    /* line 50, src/sass/web/4-pages/_login-material.scss */
    .login-content .login-box .btn-container {
      margin-bottom: 0; }
    /* line 52, src/sass/web/4-pages/_login-material.scss */
    .login-content .login-box .login-form, .login-content .login-box .forget-form {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      padding: 40px;
      backface-visibility: hidden;
      -webkit-backface-visibility: hidden;
      transition: all 0.5s ease-in-out; }
    /* line 64, src/sass/web/4-pages/_login-material.scss */
    .login-content .login-box .forget-form {
      opacity: 0;
      transform: rotateY(180deg); }
    /* line 69, src/sass/web/4-pages/_login-material.scss */
    .login-content .login-box.flipped {
      min-height: 300px; }
      /* line 72, src/sass/web/4-pages/_login-material.scss */
      .login-content .login-box.flipped .login-form {
        opacity: 0;
        transform: rotateY(-180deg); }
      /* line 77, src/sass/web/4-pages/_login-material.scss */
      .login-content .login-box.flipped .forget-form {
        opacity: 1;
        transform: rotateY(0deg); }

@media (max-width: 351px) {
  /* line 87, src/sass/web/4-pages/_login-material.scss */
  .login-content .login-box {
    min-width: 100%; }
    /* line 90, src/sass/web/4-pages/_login-material.scss */
    .login-content .login-box .login-form, .login-content .login-box .forget-form {
      width: 100%; } }

/* line 3, src/sass/web/4-pages/_lockscreen-material.scss */
.lockscreen-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh; }
  /* line 10, src/sass/web/4-pages/_lockscreen-material.scss */
  .lockscreen-content .logo {
    font-family: "Niconne";
    margin-bottom: 40px;
    color: #fff; }
    /* line 15, src/sass/web/4-pages/_lockscreen-material.scss */
    .lockscreen-content .logo h1 {
      font-size: 52px;
      font-weight: 400; }
  /* line 21, src/sass/web/4-pages/_lockscreen-material.scss */
  .lockscreen-content .lock-box {
    position: relative;
    min-width: 320px;
    padding: 20px 40px;
    background-color: #fff;
    box-shadow: 0px 29px 147.5px 102.5px rgba(0, 0, 0, 0.05), 0px 29px 95px 0px rgba(0, 0, 0, 0.16);
    perspective: 800px;
    transition: all 0.5s ease-in-out; }
    /* line 30, src/sass/web/4-pages/_lockscreen-material.scss */
    .lockscreen-content .lock-box .user-image {
      border: 3px solid #fff;
      max-width: 100px;
      display: block;
      margin: 0 auto; }
    /* line 37, src/sass/web/4-pages/_lockscreen-material.scss */
    .lockscreen-content .lock-box .user-name {
      margin-bottom: 2px; }
    /* line 39, src/sass/web/4-pages/_lockscreen-material.scss */
    .lockscreen-content .lock-box label {
      color: #666;
      font-weight: 700; }

/* line 3, src/sass/web/4-pages/_error-page.scss */
.page-error {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: calc(100vh - 110px);
  margin-bottom: 0; }
  /* line 10, src/sass/web/4-pages/_error-page.scss */
  .page-error h1 {
    margin: 10px;
    color: #dc3545;
    font-size: 42px; }

/* line 3, src/sass/web/4-pages/_mailbox.scss */
.folder-head {
  padding: 10px;
  margin-bottom: 0 !important;
  border-bottom: 1px solid #ddd; }

/* line 9, src/sass/web/4-pages/_mailbox.scss */
.mailbox-controls {
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
  padding: 0 0 10px 5px;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  /* line 18, src/sass/web/4-pages/_mailbox.scss */
  .mailbox-controls .animated-checkbox .label-text:before {
    vertical-align: -7px !important; }

/* line 22, src/sass/web/4-pages/_mailbox.scss */
.mail-nav > li > a {
  display: block;
  background-color: #fff;
  color: #2a2a2a;
  border-radius: 0;
  font-weight: 500; }

/* line 31, src/sass/web/4-pages/_mailbox.scss */
.mailbox-messages table tr td {
  border: 0;
  padding: 5px; }

/* line 36, src/sass/web/4-pages/_mailbox.scss */
.mailbox-messages .mail-subject {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 500px; }

/* line 4, src/sass/web/4-pages/_user-profile.scss */
.user .profile {
  margin: -30px -30px 0 -30px;
  display: flex; }
  /* line 8, src/sass/web/4-pages/_user-profile.scss */
  .user .profile .info {
    padding: 30px 60px;
    text-align: center;
    background-color: #fff;
    white-space: nowrap;
    background-color: #404040;
    color: #fff; }
    /* line 16, src/sass/web/4-pages/_user-profile.scss */
    .user .profile .info img {
      border-radius: 50%;
      max-width: 110px;
      margin-bottom: 20px;
      margin-top: 10px; }
  /* line 24, src/sass/web/4-pages/_user-profile.scss */
  .user .profile .cover-image {
    flex: 1;
    background-image: url(http://placeimg.com/1200/300/nature);
    background-size: cover;
    background-position: center;
    min-height: 300px; }

/* line 33, src/sass/web/4-pages/_user-profile.scss */
.user .user-tabs {
  margin-top: 20px; }
  /* line 36, src/sass/web/4-pages/_user-profile.scss */
  .user .user-tabs .nav-link {
    border-left: 3px solid transparent;
    padding: 12px 15px;
    border-bottom: 0;
    font-size: 15px;
    border-radius: 0; }
    /* line 43, src/sass/web/4-pages/_user-profile.scss */
    .user .user-tabs .nav-link.active {
      border-left-color: #2964ca;
      border-bottom: 0; }
    /* line 48, src/sass/web/4-pages/_user-profile.scss */
    .user .user-tabs .nav-link:hover, .user .user-tabs .nav-link:active {
      background-color: #eee !important;
      border-bottom: 0; }

/* line 56, src/sass/web/4-pages/_user-profile.scss */
.user .tab-content {
  margin: 20px -10px -10px; }

/* line 58, src/sass/web/4-pages/_user-profile.scss */
.user .timeline-post {
  background-color: #fff;
  padding: 20px;
  margin-bottom: 20px;
  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); }
  /* line 64, src/sass/web/4-pages/_user-profile.scss */
  .user .timeline-post .post-media {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px; }
    /* line 69, src/sass/web/4-pages/_user-profile.scss */
    .user .timeline-post .post-media img {
      margin-right: 10px; }
    /* line 71, src/sass/web/4-pages/_user-profile.scss */
    .user .timeline-post .post-media h5 {
      margin-top: 0;
      margin-bottom: 3px;
      font-size: 15px; }
  /* line 78, src/sass/web/4-pages/_user-profile.scss */
  .user .timeline-post .post-content {
    margin-bottom: 20px; }
  /* line 80, src/sass/web/4-pages/_user-profile.scss */
  .user .timeline-post .post-utility {
    display: flex;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0; }
    /* line 86, src/sass/web/4-pages/_user-profile.scss */
    .user .timeline-post .post-utility .likes,
    .user .timeline-post .post-utility .shares {
      margin-right: 10px; }
      /* line 90, src/sass/web/4-pages/_user-profile.scss */
      .user .timeline-post .post-utility .likes a,
      .user .timeline-post .post-utility .shares a {
        color: #555; }
    /* line 93, src/sass/web/4-pages/_user-profile.scss */
    .user .timeline-post .post-utility .comments {
      color: #555;
      flex: 1;
      text-align: right; }

/* line 102, src/sass/web/4-pages/_user-profile.scss */
.user .user-settings .line-head {
  font-size: 18px;
  margin-bottom: 30px;
  color: #2a2a2a; }

/* line 108, src/sass/web/4-pages/_user-profile.scss */
.user .user-settings label {
  color: #666; }

/* line 1, src/sass/web/4-pages/_app-styles.scss */
.card-left-col {
  font-size: 1.2em;
  font-weight: 900; }

/* line 3, src/sass/web/5-tp/_validation.scss */
.with-validation input, .with-validation select, .with-validation textarea {
  border: 2px solid #eee;
  border-radius: 5px;
  transition: border-color .5s ease-out; }
  /* line 7, src/sass/web/5-tp/_validation.scss */
  .with-validation input.valid, .with-validation select.valid, .with-validation textarea.valid {
    border-color: #4CAF50; }
  /* line 10, src/sass/web/5-tp/_validation.scss */
  .with-validation input.error, .with-validation select.error, .with-validation textarea.error {
    border-color: salmon; }

/* line 14, src/sass/web/5-tp/_validation.scss */
.with-validation label.error {
  color: salmon; }

/* line 3, src/sass/web/5-tp/_member.scss */
.member-details img.profile-photo {
  width: 100%; }

/* line 3, src/sass/web/5-tp/_payment.scss */
.payment-view .paypal-container, .payment-view .square-container, .payment-square-view .paypal-container, .payment-square-view .square-container {
  max-width: 750px;
  margin: auto; }

/* line 8, src/sass/web/5-tp/_payment.scss */
.payment-view .controls, .payment-square-view .controls {
  margin-top: 1em;
  display: flex;
  justify-content: space-between; }
  /* line 14, src/sass/web/5-tp/_payment.scss */
  .payment-view .controls button, .payment-square-view .controls button {
    visibility: hidden; }
    /* line 18, src/sass/web/5-tp/_payment.scss */
    .payment-view .controls button.ready, .payment-square-view .controls button.ready {
      visibility: visible; }

/* line 27, src/sass/web/5-tp/_payment.scss */
.payment-square-view button {
  margin-right: 1em; }

/* line 5, src/sass/web/5-tp/_receipts.scss */
.receipt .invoice-box, .payment-view .invoice-box, .payment-square-view .invoice-box {
  background-color: white;
  max-width: 750px;
  margin: auto;
  padding: 30px;
  border: 1px solid #eee;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  font-size: 16px;
  line-height: 24px;
  font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif;
  color: #555;
  margin-bottom: 1em; }

/* line 20, src/sass/web/5-tp/_receipts.scss */
.receipt .invoice-box table, .payment-view .invoice-box table, .payment-square-view .invoice-box table {
  width: 100%;
  line-height: inherit;
  text-align: left; }

/* line 26, src/sass/web/5-tp/_receipts.scss */
.receipt .invoice-box table td, .payment-view .invoice-box table td, .payment-square-view .invoice-box table td {
  padding: 5px;
  vertical-align: top; }

/* line 31, src/sass/web/5-tp/_receipts.scss */
.receipt .invoice-box table tr td:nth-child(2), .payment-view .invoice-box table tr td:nth-child(2), .payment-square-view .invoice-box table tr td:nth-child(2) {
  text-align: right; }

/* line 35, src/sass/web/5-tp/_receipts.scss */
.receipt .invoice-box table tr.top table td, .payment-view .invoice-box table tr.top table td, .payment-square-view .invoice-box table tr.top table td {
  padding-bottom: 20px; }

/* line 39, src/sass/web/5-tp/_receipts.scss */
.receipt .invoice-box table tr.top table td.title, .payment-view .invoice-box table tr.top table td.title, .payment-square-view .invoice-box table tr.top table td.title {
  font-size: 45px;
  line-height: 45px;
  color: #333; }

/* line 45, src/sass/web/5-tp/_receipts.scss */
.receipt .invoice-box table tr.information table td, .payment-view .invoice-box table tr.information table td, .payment-square-view .invoice-box table tr.information table td {
  padding-bottom: 40px; }

/* line 49, src/sass/web/5-tp/_receipts.scss */
.receipt .invoice-box table tr.heading td, .payment-view .invoice-box table tr.heading td, .payment-square-view .invoice-box table tr.heading td {
  background: #eee;
  border-bottom: 1px solid #ddd;
  font-weight: bold; }

/* line 55, src/sass/web/5-tp/_receipts.scss */
.receipt .invoice-box table tr.details td, .payment-view .invoice-box table tr.details td, .payment-square-view .invoice-box table tr.details td {
  padding-bottom: 20px; }

/* line 59, src/sass/web/5-tp/_receipts.scss */
.receipt .invoice-box table tr.item td, .payment-view .invoice-box table tr.item td, .payment-square-view .invoice-box table tr.item td {
  border-bottom: 1px solid #eee; }

/* line 63, src/sass/web/5-tp/_receipts.scss */
.receipt .invoice-box table tr.item.last td, .payment-view .invoice-box table tr.item.last td, .payment-square-view .invoice-box table tr.item.last td {
  border-bottom: none; }

/* line 67, src/sass/web/5-tp/_receipts.scss */
.receipt .invoice-box table tr.total td:nth-child(2), .payment-view .invoice-box table tr.total td:nth-child(2), .payment-square-view .invoice-box table tr.total td:nth-child(2) {
  border-top: 2px solid #eee;
  font-weight: bold; }

@media only screen and (max-width: 600px) {
  /* line 73, src/sass/web/5-tp/_receipts.scss */
  .receipt .invoice-box table tr.top table td, .payment-view .invoice-box table tr.top table td, .payment-square-view .invoice-box table tr.top table td {
    width: 100%;
    display: block;
    text-align: center; }
  /* line 79, src/sass/web/5-tp/_receipts.scss */
  .receipt .invoice-box table tr.information table td, .payment-view .invoice-box table tr.information table td, .payment-square-view .invoice-box table tr.information table td {
    width: 100%;
    display: block;
    text-align: center; } }

/* line 3, src/sass/web/5-tp/_import_members.scss */
.import-members-view .summary {
  background-color: white;
  border-radius: 4px; }

/* line 10, src/sass/web/5-tp/_import_members.scss */
.import-members-view .record .tile-title.processed {
  color: #4CAF50; }

/* line 14, src/sass/web/5-tp/_import_members.scss */
.import-members-view .record .lineNo {
  float: left;
  margin-right: 1em; }
  /* line 18, src/sass/web/5-tp/_import_members.scss */
  .import-members-view .record .lineNo::before {
    content: "Row #"; }

/* line 23, src/sass/web/5-tp/_import_members.scss */
.import-members-view .record .matches {
  display: grid;
  float: left;
  grid-template-columns: 8em auto auto 8em;
  padding-bottom: 1em; }
  /* line 30, src/sass/web/5-tp/_import_members.scss */
  .import-members-view .record .matches * {
    padding-right: 1em; }

/* line 36, src/sass/web/5-tp/_import_members.scss */
.import-members-view .record .actions {
  clear: both;
  padding-top: 1em; }
  /* line 40, src/sass/web/5-tp/_import_members.scss */
  .import-members-view .record .actions button {
    margin-right: 1em; }

/* line 1, src/sass/web/5-tp/_bare.scss */
.cart-cover {
  background-image: url("images/karts.jpg");
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */ }

/* line 9, src/sass/web/5-tp/_bare.scss */
.mt--4 {
  margin-top: -1.5rem !important; }

/* line 13, src/sass/web/5-tp/_bare.scss */
.bare-content {
  min-height: calc(100vh - 50px);
  padding: 30px;
  background-color: #E5E5E5;
  transition: margin-left 0.3s ease; }
  @media (min-width: 768px) {
    /* line 13, src/sass/web/5-tp/_bare.scss */
    .bare-content {
      margin-left: auto;
      margin-right: auto;
      max-width: 767px; } }
  @media (max-width: 767px) {
    /* line 13, src/sass/web/5-tp/_bare.scss */
    .bare-content {
      margin-top: 50px;
      min-width: 100%; } }
  @media (max-width: 480px) {
    /* line 13, src/sass/web/5-tp/_bare.scss */
    .bare-content {
      padding: 15px; } }
  @media print {
    /* line 13, src/sass/web/5-tp/_bare.scss */
    .bare-content {
      margin: 0;
      padding: 0;
      background-color: #fff; } }

/* line 4, src/sass/web/5-tp/_licencecard.scss */
.licence-card {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  margin-bottom: 10px;
  background-color: white;
  position: relative; }
  /* line 17, src/sass/web/5-tp/_licencecard.scss */
  .licence-card.under18 {
    background-color: #ffff80; }
  /* line 21, src/sass/web/5-tp/_licencecard.scss */
  .licence-card .watermark {
    display: block;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    text-align: center;
    white-space: nowrap;
    /* The ghost, nudged to maintain perfect centering  - https://css-tricks.com/centering-in-the-unknown/ */
    /* The element to be centered, can also be of any width and height */ }
    /* line 33, src/sass/web/5-tp/_licencecard.scss */
    .licence-card .watermark:before {
      content: '';
      display: inline-block;
      height: 100%;
      vertical-align: middle;
      margin-right: -0.25em;
      /* Adjusts for spacing */ }
    /* line 43, src/sass/web/5-tp/_licencecard.scss */
    .licence-card .watermark .text {
      display: inline-block;
      vertical-align: middle;
      z-index: 1000;
      opacity: 0.3;
      color: #dc3545;
      font-size: 3rem;
      transform: rotate(-45deg); }
  /* line 57, src/sass/web/5-tp/_licencecard.scss */
  .licence-card .header {
    height: 50px;
    line-height: 50px; }
    /* line 61, src/sass/web/5-tp/_licencecard.scss */
    .licence-card .header img.logo {
      height: 50px;
      float: left; }
    /* line 66, src/sass/web/5-tp/_licencecard.scss */
    .licence-card .header .year {
      float: right;
      padding-right: 1em;
      font-size: 2rem;
      font-weight: bold; }
  /* line 74, src/sass/web/5-tp/_licencecard.scss */
  .licence-card .status {
    margin-top: 0.5em; }
    /* line 76, src/sass/web/5-tp/_licencecard.scss */
    .licence-card .status .licence-status {
      text-align: center;
      text-transform: uppercase;
      font-size: 2em;
      font-weight: bold;
      color: white;
      background-color: red; }
      /* line 84, src/sass/web/5-tp/_licencecard.scss */
      .licence-card .status .licence-status.current {
        background-color: #4CAF50; }
    /* line 88, src/sass/web/5-tp/_licencecard.scss */
    .licence-card .status .expiry {
      text-align: right; }
  /* line 93, src/sass/web/5-tp/_licencecard.scss */
  .licence-card .member-name {
    margin: 0px 10px;
    font-size: 1.5rem;
    font-weight: bold; }
  /* line 98, src/sass/web/5-tp/_licencecard.scss */
  .licence-card .club-membership {
    margin: 0px 10px;
    font-size: 1.2rem;
    font-weight: bold; }
    /* line 102, src/sass/web/5-tp/_licencecard.scss */
    .licence-card .club-membership p {
      margin-bottom: 0px; }
  /* line 106, src/sass/web/5-tp/_licencecard.scss */
  .licence-card .roles-etc {
    margin-top: 16px; }
    /* line 108, src/sass/web/5-tp/_licencecard.scss */
    .licence-card .roles-etc p {
      margin-left: 10px;
      margin-right: 10px;
      margin-bottom: 0px;
      margin-top: 0px; }
  /* line 116, src/sass/web/5-tp/_licencecard.scss */
  .licence-card .licence-card-photo-container {
    float: right;
    max-width: 150px;
    max-height: 170px;
    width: auto; }
    /* line 121, src/sass/web/5-tp/_licencecard.scss */
    .licence-card .licence-card-photo-container .licence-card-photo {
      max-height: 170px; }
  /* line 126, src/sass/web/5-tp/_licencecard.scss */
  .licence-card .grade-header {
    margin-top: 10px; }
  /* line 130, src/sass/web/5-tp/_licencecard.scss */
  .licence-card .grade-title {
    margin-left: 10px;
    font-weight: bold;
    font-size: 1.2em; }
  /* line 135, src/sass/web/5-tp/_licencecard.scss */
  .licence-card .grade-value {
    margin-left: 10px;
    font-weight: bold;
    font-size: 1.5em;
    text-transform: uppercase; }
  /* line 142, src/sass/web/5-tp/_licencecard.scss */
  .licence-card .licence-number {
    font-weight: bold;
    font-size: 2em;
    margin-left: 10px;
    margin-top: 16px;
    margin-bottom: 16px;
    text-align: center; }
  /* line 151, src/sass/web/5-tp/_licencecard.scss */
  .licence-card .dob {
    margin-left: 10px; }
  /* line 155, src/sass/web/5-tp/_licencecard.scss */
  .licence-card .bottom {
    clear: both; }

@media print {
  /* line 162, src/sass/web/5-tp/_licencecard.scss */
  .licence-card {
    border: 1px solid black; } }

/* line 168, src/sass/web/5-tp/_licencecard.scss */
.licence-cards .licence-footer {
  width: 300px;
  margin-left: auto;
  margin-right: auto; }

/* line 3, src/sass/web/5-tp/_licence_history.scss */
.licence-history-view ol.applications {
  list-style: none; }

/* line 1, src/sass/web/5-tp/_attachments.scss */
.attachments {
  list-style: none;
  margin-bottom: 1em; }
  /* line 5, src/sass/web/5-tp/_attachments.scss */
  .attachments .title {
    font-weight: bold; }
  /* line 9, src/sass/web/5-tp/_attachments.scss */
  .attachments .uploaded-attachment .name {
    font-style: italic; }
  /* line 13, src/sass/web/5-tp/_attachments.scss */
  .attachments .remove-attachment {
    cursor: pointer;
    font-size: smaller; }
  /* line 18, src/sass/web/5-tp/_attachments.scss */
  .attachments .js-add-extra {
    margin-top: 1em; }

/* line 1, src/sass/web/5-tp/_apply.scss */
.apply-for-licence {
  /* Clearfix for the floating continue button */ }
  /* line 3, src/sass/web/5-tp/_apply.scss */
  .apply-for-licence .hidden {
    display: none; }
  /* line 7, src/sass/web/5-tp/_apply.scss */
  .apply-for-licence button.continue, .apply-for-licence button.apply {
    float: right;
    margin-bottom: 1em; }
  /* line 13, src/sass/web/5-tp/_apply.scss */
  .apply-for-licence .step:after {
    content: "";
    display: table;
    clear: both; }
  /* line 19, src/sass/web/5-tp/_apply.scss */
  .apply-for-licence .licence-card-photo {
    max-width: 300px; }
  /* line 23, src/sass/web/5-tp/_apply.scss */
  .apply-for-licence .medical-declaration-view {
    margin-top: 1em; }
    /* line 26, src/sass/web/5-tp/_apply.scss */
    .apply-for-licence .medical-declaration-view .questions .question {
      margin-top: 0.5em;
      margin-bottom: 0.5em; }
      /* line 27, src/sass/web/5-tp/_apply.scss */
      .apply-for-licence .medical-declaration-view .questions .question .number {
        float: left;
        margin-right: 1em; }
  /* line 38, src/sass/web/5-tp/_apply.scss */
  .apply-for-licence .process-licence .matches {
    margin-bottom: 1em; }
  /* line 42, src/sass/web/5-tp/_apply.scss */
  .apply-for-licence .process-licence .other-member {
    margin-top: 1em; }
    /* line 44, src/sass/web/5-tp/_apply.scss */
    .apply-for-licence .process-licence .other-member input, .apply-for-licence .process-licence .other-member button {
      margin-right: 1em; }
  /* line 50, src/sass/web/5-tp/_apply.scss */
  .apply-for-licence .process-licence .actions button {
    margin-right: 1em; }

/* line 2, src/sass/web/5-tp/_notifications.scss */
.header-notifications .unread-notifications-alert {
  position: relative; }
  /* line 4, src/sass/web/5-tp/_notifications.scss */
  .header-notifications .unread-notifications-alert .unread-count {
    background-color: #dc3545;
    border: 4px;
    border-radius: 50px;
    font-size: 12px;
    color: white;
    position: absolute;
    top: 8px;
    right: 0px;
    height: 20px;
    width: 20px;
    text-align: center; }

/* line 21, src/sass/web/5-tp/_notifications.scss */
.send-notifications .recipients-container {
  max-height: 150px;
  overflow-y: auto; }

/* https://loading.io/css/ */
/* line 5, src/sass/web/5-tp/_spinner.scss */
.lds-ring {
  width: 64px;
  height: 64px;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000000; }

/* line 15, src/sass/web/5-tp/_spinner.scss */
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 51px;
  height: 51px;
  margin: 6px;
  border: 6px solid #888;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #888 transparent transparent transparent; }

/* line 27, src/sass/web/5-tp/_spinner.scss */
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s; }

/* line 30, src/sass/web/5-tp/_spinner.scss */
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s; }

/* line 33, src/sass/web/5-tp/_spinner.scss */
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s; }

@keyframes lds-ring {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@media print {
  /* line 2, src/sass/web/5-tp/_print.scss */
  .print {
    display: none; }
  @page {
    size: auto;
    margin: 0; }
  /* line 11, src/sass/web/5-tp/_print.scss */
  .app-content {
    margin: 1in;
    margin-top: 0in;
    margin-bottom: 0in; } }

/* line 1, src/sass/web/5-tp/_misc.scss */
body {
  background-color: #2964ca; }

/* line 5, src/sass/web/5-tp/_misc.scss */
.modal-header {
  background-color: #2964ca;
  color: #fff;
  font-weight: bold; }

/* line 11, src/sass/web/5-tp/_misc.scss */
.btn.btn-link.bold {
  font-weight: 700; }

/* line 15, src/sass/web/5-tp/_misc.scss */
.btn.disabled {
  cursor: not-allowed; }

/* Bootstrap datepicker component gets offsets wrong (?) unless we give it a specific positioned "container"
   So we use the .app-content div.
 */
/* line 22, src/sass/web/5-tp/_misc.scss */
.app-content {
  position: relative; }

/* line 26, src/sass/web/5-tp/_misc.scss */
.app-sidebar .sidebar-footer {
  position: absolute;
  bottom: 0px;
  font-size: 6px; }
  /* line 30, src/sass/web/5-tp/_misc.scss */
  .app-sidebar .sidebar-footer img.playstore {
    width: 100%;
    padding: 0.3em; }

/* line 36, src/sass/web/5-tp/_misc.scss */
.tile.about {
  font-size: 9px; }

/* Dropdowns look weird on iOS without this. However it's not clear if this is what we should be doing or not.
  https://trentwalton.com/2010/07/14/css-webkit-appearance/
 */
/* line 44, src/sass/web/5-tp/_misc.scss */
select.form-control {
  -webkit-appearance: none; }

/* line 48, src/sass/web/5-tp/_misc.scss */
.dropdown-menu.settings-menu {
  /* Bootstrap's default is 10em, too narrow for us */
  min-width: 15em; }

/* line 53, src/sass/web/5-tp/_misc.scss */
.clickable {
  cursor: pointer; }

/* line 57, src/sass/web/5-tp/_misc.scss */
.hidden {
  display: none; }

/* line 61, src/sass/web/5-tp/_misc.scss */
ol.server-error-list, ul.server-error-list {
  list-style: none; }
  /* line 63, src/sass/web/5-tp/_misc.scss */
  ol.server-error-list li, ul.server-error-list li {
    color: red; }

/* line 70, src/sass/web/5-tp/_misc.scss */
.test-mode.admin-theme, .test-mode .app-header {
  background-color: palevioletred; }

/* line 74, src/sass/web/5-tp/_misc.scss */
.test-mode .app-content {
  background-color: #f0c1d1; }

/* line 81, src/sass/web/5-tp/_misc.scss */
.refdata-view .actions {
  padding-left: 4em; }
  /* line 83, src/sass/web/5-tp/_misc.scss */
  .refdata-view .actions .action {
    margin-right: 2em; }

/* line 3, src/sass/web/5-tp/_race_meetings.scss */
.race-meetings-list .meeting {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  margin-bottom: 1em; }
  /* line 14, src/sass/web/5-tp/_race_meetings.scss */
  .race-meetings-list .meeting.header {
    font-weight: bold; }
  @media (min-width: 768px) {
    /* line 19, src/sass/web/5-tp/_race_meetings.scss */
    .race-meetings-list .meeting .item.date {
      flex-basis: 20%; }
    /* line 22, src/sass/web/5-tp/_race_meetings.scss */
    .race-meetings-list .meeting .item.name {
      flex-basis: 20%; }
    /* line 25, src/sass/web/5-tp/_race_meetings.scss */
    .race-meetings-list .meeting .item.nom {
      flex-basis: 25%; }
    /* line 28, src/sass/web/5-tp/_race_meetings.scss */
    .race-meetings-list .meeting .item.open {
      flex-basis: 10%; }
    /* line 31, src/sass/web/5-tp/_race_meetings.scss */
    .race-meetings-list .meeting .item.club {
      flex-basis: 15%; }
    /* line 34, src/sass/web/5-tp/_race_meetings.scss */
    .race-meetings-list .meeting .item.state {
      flex-basis: 10%; } }
  @media (max-width: 767px) {
    /* line 40, src/sass/web/5-tp/_race_meetings.scss */
    .race-meetings-list .meeting .item.date {
      font-weight: bold;
      flex-basis: 30%;
      order: 1; }
    /* line 45, src/sass/web/5-tp/_race_meetings.scss */
    .race-meetings-list .meeting .item.name {
      flex-basis: 70%;
      font-weight: bold;
      order: 2; }
    /* line 50, src/sass/web/5-tp/_race_meetings.scss */
    .race-meetings-list .meeting .item.club {
      flex-basis: 70%;
      order: 3; }
    /* line 54, src/sass/web/5-tp/_race_meetings.scss */
    .race-meetings-list .meeting .item.state {
      flex-basis: 30%;
      order: 4; }
    /* line 58, src/sass/web/5-tp/_race_meetings.scss */
    .race-meetings-list .meeting .item.nom {
      font-size: smaller;
      flex-basis: 70%;
      order: 5; }
    /* line 63, src/sass/web/5-tp/_race_meetings.scss */
    .race-meetings-list .meeting .item.open {
      font-size: smaller;
      flex-basis: 30%;
      order: 6; } }

@media (max-width: 767px) {
  /* line 74, src/sass/web/5-tp/_race_meetings.scss */
  .race-meetings-list .mobile-none {
    display: none; } }

@media (min-width: 768px) {
  /* line 79, src/sass/web/5-tp/_race_meetings.scss */
  .race-meetings-list .mobile-only {
    display: none; } }

/* line 108, src/sass/web/5-tp/_race_meetings.scss */
.nomination-view button.add-nomination, .nomination-view button.add-class, .nomination-view button.add-entry, .nomination-view button.add-merch, .edit-race-meeting-view button.add-nomination, .edit-race-meeting-view button.add-class, .edit-race-meeting-view button.add-entry, .edit-race-meeting-view button.add-merch, .edit-class-entries button.add-nomination, .edit-class-entries button.add-class, .edit-class-entries button.add-entry, .edit-class-entries button.add-merch {
  color: white;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid transparent;
  font-weight: bold;
  float: right;
  display: block;
  background-color: #4CAF50; }

/* line 114, src/sass/web/5-tp/_race_meetings.scss */
.nomination-view .classRecord, .edit-race-meeting-view .classRecord, .edit-class-entries .classRecord {
  border: solid 1px #aaaaaa;
  background-color: #f0f0f0;
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 16px; }
  /* line 102, src/sass/web/5-tp/_race_meetings.scss */
  .nomination-view .classRecord .classEntryCheck, .edit-race-meeting-view .classRecord .classEntryCheck, .edit-class-entries .classRecord .classEntryCheck {
    color: salmon; }

/* line 118, src/sass/web/5-tp/_race_meetings.scss */
.nomination-view div.terms-and-conditions, .edit-race-meeting-view div.terms-and-conditions, .edit-class-entries div.terms-and-conditions {
  white-space: pre-line; }

/* line 122, src/sass/web/5-tp/_race_meetings.scss */
.nomination-view .delete-merch, .edit-race-meeting-view .delete-merch, .edit-class-entries .delete-merch {
  color: red; }

/* line 128, src/sass/web/5-tp/_race_meetings.scss */
.race-meetings-view select.filterClub {
  height: calc(2.25rem + 4px); }

/* line 133, src/sass/web/5-tp/_race_meetings.scss */
.non-driver-signin-sheets-view {
  width: 90%;
  text-align: justify;
  background-color: white;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 2em;
  padding-bottom: 2em; }
  /* line 141, src/sass/web/5-tp/_race_meetings.scss */
  .non-driver-signin-sheets-view img.logo {
    float: left;
    width: 200px;
    padding-right: 50px; }
  /* line 146, src/sass/web/5-tp/_race_meetings.scss */
  .non-driver-signin-sheets-view h1 {
    text-align: center;
    font-size: 30px; }
  /* line 151, src/sass/web/5-tp/_race_meetings.scss */
  .non-driver-signin-sheets-view .signature-container {
    page-break-inside: auto;
    width: 100%; }
    /* line 156, src/sass/web/5-tp/_race_meetings.scss */
    .non-driver-signin-sheets-view .signature-container tr {
      page-break-inside: avoid;
      page-break-after: auto; }
    /* line 161, src/sass/web/5-tp/_race_meetings.scss */
    .non-driver-signin-sheets-view .signature-container .name {
      width: 27%; }
    /* line 164, src/sass/web/5-tp/_race_meetings.scss */
    .non-driver-signin-sheets-view .signature-container .signature {
      width: 27%; }
    /* line 167, src/sass/web/5-tp/_race_meetings.scss */
    .non-driver-signin-sheets-view .signature-container .guardian {
      width: 27%; }
    /* line 170, src/sass/web/5-tp/_race_meetings.scss */
    .non-driver-signin-sheets-view .signature-container .duty {
      width: 16%; }
    /* line 174, src/sass/web/5-tp/_race_meetings.scss */
    .non-driver-signin-sheets-view .signature-container .name, .non-driver-signin-sheets-view .signature-container .signature, .non-driver-signin-sheets-view .signature-container .guardian, .non-driver-signin-sheets-view .signature-container .duty {
      border-left: solid black 1px;
      padding-left: 1em;
      border-top: solid black 1px;
      padding-top: 0.5em; }
      /* line 179, src/sass/web/5-tp/_race_meetings.scss */
      .non-driver-signin-sheets-view .signature-container .name.last-row, .non-driver-signin-sheets-view .signature-container .signature.last-row, .non-driver-signin-sheets-view .signature-container .guardian.last-row, .non-driver-signin-sheets-view .signature-container .duty.last-row {
        border-bottom: solid black 1px;
        padding-bottom: 0.5em; }
    /* line 184, src/sass/web/5-tp/_race_meetings.scss */
    .non-driver-signin-sheets-view .signature-container .guardian {
      border-right: solid black 1px;
      padding-right: 0.5em; }
  /* line 190, src/sass/web/5-tp/_race_meetings.scss */
  .non-driver-signin-sheets-view .signature {
    opacity: 50%;
    height: 3em; }
  /* line 197, src/sass/web/5-tp/_race_meetings.scss */
  .non-driver-signin-sheets-view .page-footer {
    text-align: center; }
  @media print {
    /* line 202, src/sass/web/5-tp/_race_meetings.scss */
    .non-driver-signin-sheets-view .noprint {
      display: none; }
    /* line 205, src/sass/web/5-tp/_race_meetings.scss */
    .non-driver-signin-sheets-view .page-footer, .non-driver-signin-sheets-view .page-footer-space {
      height: 50px; }
    /* line 208, src/sass/web/5-tp/_race_meetings.scss */
    .non-driver-signin-sheets-view .page-footer {
      position: fixed;
      bottom: 0;
      width: 100%; } }

/* line 217, src/sass/web/5-tp/_race_meetings.scss */
.signin-sheets-view {
  width: 90%;
  text-align: justify;
  background-color: white;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 2em;
  padding-bottom: 2em; }
  @media print {
    /* line 217, src/sass/web/5-tp/_race_meetings.scss */
    .signin-sheets-view {
      padding-left: 0em;
      padding-right: 0em;
      padding-top: 0em;
      padding-bottom: 0em; } }
  /* line 233, src/sass/web/5-tp/_race_meetings.scss */
  .signin-sheets-view img.logo {
    float: left;
    width: 200px;
    padding-right: 50px; }
  /* line 239, src/sass/web/5-tp/_race_meetings.scss */
  .signin-sheets-view h1 {
    text-align: center;
    font-size: 30px; }
  /* line 244, src/sass/web/5-tp/_race_meetings.scss */
  .signin-sheets-view .blurb {
    font-size: 18px; }
  /* line 248, src/sass/web/5-tp/_race_meetings.scss */
  .signin-sheets-view .info {
    font-weight: bold;
    font-size: larger; }
  /* line 253, src/sass/web/5-tp/_race_meetings.scss */
  .signin-sheets-view .signature-container {
    page-break-inside: auto;
    width: 100%; }
    /* line 258, src/sass/web/5-tp/_race_meetings.scss */
    .signin-sheets-view .signature-container td, .signin-sheets-view .signature-container th {
      border: solid black 1px;
      padding: 1em; }
      /* line 262, src/sass/web/5-tp/_race_meetings.scss */
      .signin-sheets-view .signature-container td.signature, .signin-sheets-view .signature-container td.guardian, .signin-sheets-view .signature-container th.signature, .signin-sheets-view .signature-container th.guardian {
        width: 300px; }
    /* line 268, src/sass/web/5-tp/_race_meetings.scss */
    .signin-sheets-view .signature-container tr {
      page-break-inside: avoid;
      page-break-after: auto; }
  @media print {
    /* line 276, src/sass/web/5-tp/_race_meetings.scss */
    .signin-sheets-view .noprint {
      display: none; }
    /* line 279, src/sass/web/5-tp/_race_meetings.scss */
    .signin-sheets-view article.signin-sheets-content.page-break-per-class {
      page-break-after: always; }
    /* line 282, src/sass/web/5-tp/_race_meetings.scss */
    .signin-sheets-view article.signin-sheets-content.no-page-break-per-class {
      padding-bottom: 100px; }
    /* line 286, src/sass/web/5-tp/_race_meetings.scss */
    .signin-sheets-view body {
      margin: 0mm 0mm 0mm 0mm; } }
  @media screen {
    /* line 292, src/sass/web/5-tp/_race_meetings.scss */
    .signin-sheets-view article.signin-sheets-content {
      padding-bottom: 200px; } }

@page {
  size: A4;
  margin: 11mm 17mm 17mm 0mm; }

/* line 2, src/sass/web/5-tp/_work_queue.scss */
.work-queue-view .rejected {
  background-color: yellow; }

/* line 2, src/sass/web/5-tp/_club.scss */
.club-qr-view h1 {
  text-align: center; }

/* line 5, src/sass/web/5-tp/_club.scss */
.club-qr-view .centre {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: blue; }

/* line 11, src/sass/web/5-tp/_club.scss */
.club-qr-view canvas.qrcode {
  width: 75%; }

/* line 5, src/sass/web/5-tp/_gate.scss */
.gate-shell .passes .checked-in-icon {
  float: right;
  color: #4CAF50; }

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