@charset "UTF-8";
@import "https://fonts.googleapis.com/css?family=Fira+Sans:300,400";
@import "https://fonts.googleapis.com/icon?family=Material+Icons";
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Unbounded:wght@200..900&display=swap");
/* line 19, _mobilemenu.scss */
* {
  box-sizing: border-box; }

/* line 21, _mobilemenu.scss */
a {
  text-decoration: none; }

/* line 25, _mobilemenu.scss */
.nav-drill {
  margin-top: 40px;
  transform: translateX(-100%); }

/* line 29, _mobilemenu.scss */
.nav-is-toggled {
  overflow: hidden; }
  /* line 31, _mobilemenu.scss */
  .nav-is-toggled .nav-drill {
    transform: translateX(0); }
  /* line 34, _mobilemenu.scss */
  .nav-is-toggled .nav-item.nav-expand.active {
    overflow: hidden; }
    /* line 36, _mobilemenu.scss */
    .nav-is-toggled .nav-item.nav-expand.active .nav-expand-content {
      padding-bottom: 200px; }

/* line 60, _mobilemenu.scss */
.nav-drill {
  display: flex;
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  width: 100%;
  height: calc(100vh - 40px);
  background-color: #fff;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  transition: 0.45s; }
  /* line 76, _mobilemenu.scss */
  .nav-drill .nav-items {
    flex: 0 0 100%;
    margin: 0;
    padding: 0; }
  /* line 83, _mobilemenu.scss */
  .nav-drill .nav-item:not(:last-child) {
    border-bottom: solid 1px #9ba5ae; }
  /* line 88, _mobilemenu.scss */
  .nav-drill .nav-link {
    display: block;
    padding: 0.875em 1em;
    background-color: #fff;
    color: #212529;
    line-height: 1.5em;
    font-weight: 300;
    font-size: 18px; }
  /* line 99, _mobilemenu.scss */
  .nav-drill .nav-expand-content {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    background-color: #fff;
    display: none;
    list-style: none; }
    /* line 114, _mobilemenu.scss */
    .nav-drill .nav-expand-content .nav-item:not(:last-child) {
      border-bottom: solid 1px #212529; }
    /* line 119, _mobilemenu.scss */
    .nav-drill .nav-expand-content .nav-back-link {
      display: flex;
      align-items: center;
      background-color: #f6d258 !important;
      color: #fff; }
      /* line 125, _mobilemenu.scss */
      .nav-drill .nav-expand-content .nav-back-link::before {
        content: "chevron_left";
        margin-right: 0.5em;
        font-family: "Material Icons"; }
  /* line 133, _mobilemenu.scss */
  .nav-drill .nav-expand-link {
    display: flex !important;
    justify-content: space-between; }
    /* line 137, _mobilemenu.scss */
    .nav-drill .nav-expand-link::after {
      content: "chevron_right";
      flex: 0 1 auto;
      font-family: "Material Icons"; }
  /* line 145, _mobilemenu.scss */
  .nav-drill .nav-expand.active > .nav-expand-content {
    display: block; }

/* ========================
Bootstrap with custom variables
=================== */
/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/* line 11, _bootstrap.scss */
:root {
  --blue: #f6d258;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #fa3434;
  --orange: #ff9017;
  --yellow: #ffc107;
  --green: #00b517;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #545454;
  --gray-dark: #343a40;
  --gray-light: #969696;
  --primary: #f6d258;
  --secondary: #545454;
  --success: #00b517;
  --info: #17a2b8;
  --warning: #ff9017;
  --danger: #fa3434;
  --light: #e4e4e4;
  --dark: #212529;
  --primary-light: #5f89f0;
  --gray: #545454;
  --gray-light: #969696;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Open Sans", sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

/* line 45, _bootstrap.scss */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* line 51, _bootstrap.scss */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent; }

/* line 57, _bootstrap.scss */
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

/* line 60, _bootstrap.scss */
body {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #343a40;
  text-align: left;
  background-color: #fff; }

/* line 70, _bootstrap.scss */
[tabindex="-1"]:focus {
  outline: 0 !important; }

/* line 73, _bootstrap.scss */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

/* line 79, _bootstrap.scss */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

/* line 83, _bootstrap.scss */
p {
  margin-top: 0;
  margin-bottom: 1rem; }

/* line 87, _bootstrap.scss */
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none; }

/* line 96, _bootstrap.scss */
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

/* line 101, _bootstrap.scss */
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

/* line 107, _bootstrap.scss */
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

/* line 113, _bootstrap.scss */
dt {
  font-weight: 600; }

/* line 116, _bootstrap.scss */
dd {
  margin-bottom: .5rem;
  margin-left: 0; }

/* line 120, _bootstrap.scss */
blockquote {
  margin: 0 0 1rem; }

/* line 123, _bootstrap.scss */
b,
strong {
  font-weight: 700; }

/* line 127, _bootstrap.scss */
small {
  font-size: 80%; }

/* line 130, _bootstrap.scss */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

/* line 137, _bootstrap.scss */
sub {
  bottom: -.25em; }

/* line 140, _bootstrap.scss */
sup {
  top: -.5em; }

/* line 143, _bootstrap.scss */
a {
  color: #f6d258;
  text-decoration: none;
  background-color: transparent; }

/* line 147, _bootstrap.scss */
a:hover {
  color: #f0bb07;
  text-decoration: underline; }

/* line 151, _bootstrap.scss */
a:not([href]):not([tabindex]) {
  /*color: inherit;*/
  text-decoration: none; }

/* line 154, _bootstrap.scss */
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  /*color: inherit;*/
  text-decoration: none; }

/* line 157, _bootstrap.scss */
a:not([href]):not([tabindex]):focus {
  outline: 0; }

/* line 160, _bootstrap.scss */
pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

/* line 167, _bootstrap.scss */
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto; }

/* line 172, _bootstrap.scss */
figure {
  margin: 0 0 1rem; }

/* line 175, _bootstrap.scss */
img {
  vertical-align: middle;
  border-style: none; }

/* line 179, _bootstrap.scss */
svg {
  overflow: hidden;
  vertical-align: middle; }

/* line 183, _bootstrap.scss */
table {
  border-collapse: collapse; }

/* line 186, _bootstrap.scss */
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #969696;
  text-align: left;
  caption-side: bottom; }

/* line 193, _bootstrap.scss */
th {
  text-align: inherit; }

/* line 196, _bootstrap.scss */
label {
  display: inline-block;
  margin-bottom: 0.5rem; }

/* line 200, _bootstrap.scss */
button {
  border-radius: 0; }

/* line 203, _bootstrap.scss */
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

/* line 207, _bootstrap.scss */
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

/* line 217, _bootstrap.scss */
button,
input {
  overflow: visible; }

/* line 221, _bootstrap.scss */
button,
select {
  text-transform: none; }

/* line 225, _bootstrap.scss */
select {
  word-wrap: normal; }

/* line 228, _bootstrap.scss */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/* line 234, _bootstrap.scss */
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

/* line 240, _bootstrap.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 247, _bootstrap.scss */
input[type="radio"],
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

/* line 253, _bootstrap.scss */
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

/* line 259, _bootstrap.scss */
textarea {
  overflow: auto;
  resize: vertical; }

/* line 263, _bootstrap.scss */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

/* line 269, _bootstrap.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 280, _bootstrap.scss */
progress {
  vertical-align: baseline; }

/* line 283, _bootstrap.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/* line 287, _bootstrap.scss */
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

/* line 291, _bootstrap.scss */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/* line 294, _bootstrap.scss */
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

/* line 298, _bootstrap.scss */
output {
  display: inline-block; }

/* line 301, _bootstrap.scss */
summary {
  display: list-item;
  cursor: pointer; }

/* line 305, _bootstrap.scss */
template {
  display: none; }

/* line 308, _bootstrap.scss */
[hidden] {
  display: none !important; }

/* line 311, _bootstrap.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: bold;
  line-height: 1.3; }

/* line 317, _bootstrap.scss */
h1, .h1 {
  font-size: 2.5rem; }

/* line 320, _bootstrap.scss */
h2, .h2 {
  font-size: 2rem; }

/* line 323, _bootstrap.scss */
h3, .h3 {
  font-size: 1.75rem; }

/* line 326, _bootstrap.scss */
h4, .h4 {
  font-size: 1.5rem; }

/* line 329, _bootstrap.scss */
h5, .h5 {
  font-size: 1.25rem; }

/* line 332, _bootstrap.scss */
h6, .h6 {
  font-size: 1rem; }

/* line 335, _bootstrap.scss */
.lead {
  font-size: 1.25rem;
  font-weight: 300; }

/* line 339, _bootstrap.scss */
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.3; }

/* line 344, _bootstrap.scss */
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.3; }

/* line 349, _bootstrap.scss */
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.3; }

/* line 354, _bootstrap.scss */
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.3; }

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

/* line 365, _bootstrap.scss */
small,
.small {
  font-size: 80%;
  font-weight: 400; }

/* line 370, _bootstrap.scss */
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

/* line 375, _bootstrap.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none; }

/* line 379, _bootstrap.scss */
.list-inline {
  padding-left: 0;
  list-style: none; }

/* line 383, _bootstrap.scss */
.list-inline-item {
  display: inline-block; }

/* line 385, _bootstrap.scss */
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem; }

/* line 388, _bootstrap.scss */
.initialism {
  font-size: 90%;
  text-transform: uppercase; }

/* line 392, _bootstrap.scss */
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }

/* line 396, _bootstrap.scss */
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #545454; }

/* line 400, _bootstrap.scss */
.blockquote-footer::before {
  content: "\2014\00A0"; }

/* line 403, _bootstrap.scss */
.img-fluid {
  max-width: 100%;
  height: auto; }

/* line 407, _bootstrap.scss */
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.37rem;
  max-width: 100%;
  height: auto; }

/* line 415, _bootstrap.scss */
.figure {
  display: inline-block; }

/* line 418, _bootstrap.scss */
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

/* line 422, _bootstrap.scss */
.figure-caption {
  font-size: 90%;
  color: #545454; }

/* line 426, _bootstrap.scss */
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word; }

/* line 430, _bootstrap.scss */
a > code {
  color: inherit; }

/* line 433, _bootstrap.scss */
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem; }

/* line 439, _bootstrap.scss */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 600; }

/* line 444, _bootstrap.scss */
pre {
  display: block;
  font-size: 87.5%;
  color: #212529; }

/* line 448, _bootstrap.scss */
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal; }

/* line 453, _bootstrap.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

/* line 457, _bootstrap.scss */
.container {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  /* line 464, _bootstrap.scss */
  .container {
    max-width: 540px; } }
@media (min-width: 768px) {
  /* line 467, _bootstrap.scss */
  .container {
    max-width: 754px; } }
@media (min-width: 992px) {
  /* line 470, _bootstrap.scss */
  .container {
    max-width: 960px; } }
@media (min-width: 1200px) {
  /* line 473, _bootstrap.scss */
  .container {
    max-width: 1200px; } }
/* line 476, _bootstrap.scss */
.container-fluid {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto; }

/* line 483, _bootstrap.scss */
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px; }

/* line 492, _bootstrap.scss */
.no-gutters {
  margin-right: 0;
  margin-left: 0; }

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

/* line 500, _bootstrap.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%;
  padding-right: 10px;
  padding-left: 10px; }

/* line 511, _bootstrap.scss */
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%; }

/* line 519, _bootstrap.scss */
.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

/* line 526, _bootstrap.scss */
.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.3333333333%;
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%; }

/* line 532, _bootstrap.scss */
.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.6666666667%;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%; }

/* line 538, _bootstrap.scss */
.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

/* line 544, _bootstrap.scss */
.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%; }

/* line 550, _bootstrap.scss */
.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.6666666667%;
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%; }

/* line 556, _bootstrap.scss */
.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

/* line 562, _bootstrap.scss */
.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.3333333333%;
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%; }

/* line 568, _bootstrap.scss */
.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.6666666667%;
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%; }

/* line 574, _bootstrap.scss */
.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

/* line 580, _bootstrap.scss */
.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.3333333333%;
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%; }

/* line 586, _bootstrap.scss */
.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.6666666667%;
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%; }

/* line 592, _bootstrap.scss */
.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

/* line 598, _bootstrap.scss */
.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1; }

/* line 603, _bootstrap.scss */
.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13; }

/* line 608, _bootstrap.scss */
.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0; }

/* line 613, _bootstrap.scss */
.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

/* line 618, _bootstrap.scss */
.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }

/* line 623, _bootstrap.scss */
.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3; }

/* line 628, _bootstrap.scss */
.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4; }

/* line 633, _bootstrap.scss */
.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5; }

/* line 638, _bootstrap.scss */
.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6; }

/* line 643, _bootstrap.scss */
.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7; }

/* line 648, _bootstrap.scss */
.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8; }

/* line 653, _bootstrap.scss */
.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9; }

/* line 658, _bootstrap.scss */
.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10; }

/* line 663, _bootstrap.scss */
.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11; }

/* line 668, _bootstrap.scss */
.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12; }

/* line 673, _bootstrap.scss */
.offset-1 {
  margin-left: 8.3333333333%; }

/* line 676, _bootstrap.scss */
.offset-2 {
  margin-left: 16.6666666667%; }

/* line 679, _bootstrap.scss */
.offset-3 {
  margin-left: 25%; }

/* line 682, _bootstrap.scss */
.offset-4 {
  margin-left: 33.3333333333%; }

/* line 685, _bootstrap.scss */
.offset-5 {
  margin-left: 41.6666666667%; }

/* line 688, _bootstrap.scss */
.offset-6 {
  margin-left: 50%; }

/* line 691, _bootstrap.scss */
.offset-7 {
  margin-left: 58.3333333333%; }

/* line 694, _bootstrap.scss */
.offset-8 {
  margin-left: 66.6666666667%; }

/* line 697, _bootstrap.scss */
.offset-9 {
  margin-left: 75%; }

/* line 700, _bootstrap.scss */
.offset-10 {
  margin-left: 83.3333333333%; }

/* line 703, _bootstrap.scss */
.offset-11 {
  margin-left: 91.6666666667%; }

@media (min-width: 576px) {
  /* line 707, _bootstrap.scss */
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  /* line 715, _bootstrap.scss */
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  /* line 722, _bootstrap.scss */
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  /* line 728, _bootstrap.scss */
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  /* line 734, _bootstrap.scss */
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  /* line 740, _bootstrap.scss */
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  /* line 746, _bootstrap.scss */
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  /* line 752, _bootstrap.scss */
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  /* line 758, _bootstrap.scss */
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  /* line 764, _bootstrap.scss */
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  /* line 770, _bootstrap.scss */
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  /* line 776, _bootstrap.scss */
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  /* line 782, _bootstrap.scss */
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  /* line 788, _bootstrap.scss */
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  /* line 794, _bootstrap.scss */
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }

  /* line 799, _bootstrap.scss */
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }

  /* line 804, _bootstrap.scss */
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }

  /* line 809, _bootstrap.scss */
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }

  /* line 814, _bootstrap.scss */
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }

  /* line 819, _bootstrap.scss */
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }

  /* line 824, _bootstrap.scss */
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }

  /* line 829, _bootstrap.scss */
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }

  /* line 834, _bootstrap.scss */
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }

  /* line 839, _bootstrap.scss */
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }

  /* line 844, _bootstrap.scss */
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }

  /* line 849, _bootstrap.scss */
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }

  /* line 854, _bootstrap.scss */
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }

  /* line 859, _bootstrap.scss */
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }

  /* line 864, _bootstrap.scss */
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }

  /* line 869, _bootstrap.scss */
  .offset-sm-0 {
    margin-left: 0; }

  /* line 872, _bootstrap.scss */
  .offset-sm-1 {
    margin-left: 8.3333333333%; }

  /* line 875, _bootstrap.scss */
  .offset-sm-2 {
    margin-left: 16.6666666667%; }

  /* line 878, _bootstrap.scss */
  .offset-sm-3 {
    margin-left: 25%; }

  /* line 881, _bootstrap.scss */
  .offset-sm-4 {
    margin-left: 33.3333333333%; }

  /* line 884, _bootstrap.scss */
  .offset-sm-5 {
    margin-left: 41.6666666667%; }

  /* line 887, _bootstrap.scss */
  .offset-sm-6 {
    margin-left: 50%; }

  /* line 890, _bootstrap.scss */
  .offset-sm-7 {
    margin-left: 58.3333333333%; }

  /* line 893, _bootstrap.scss */
  .offset-sm-8 {
    margin-left: 66.6666666667%; }

  /* line 896, _bootstrap.scss */
  .offset-sm-9 {
    margin-left: 75%; }

  /* line 899, _bootstrap.scss */
  .offset-sm-10 {
    margin-left: 83.3333333333%; }

  /* line 902, _bootstrap.scss */
  .offset-sm-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 768px) {
  /* line 905, _bootstrap.scss */
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  /* line 913, _bootstrap.scss */
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  /* line 920, _bootstrap.scss */
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  /* line 926, _bootstrap.scss */
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  /* line 932, _bootstrap.scss */
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  /* line 938, _bootstrap.scss */
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  /* line 944, _bootstrap.scss */
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  /* line 950, _bootstrap.scss */
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  /* line 956, _bootstrap.scss */
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  /* line 962, _bootstrap.scss */
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  /* line 968, _bootstrap.scss */
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  /* line 974, _bootstrap.scss */
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  /* line 980, _bootstrap.scss */
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  /* line 986, _bootstrap.scss */
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  /* line 992, _bootstrap.scss */
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }

  /* line 997, _bootstrap.scss */
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }

  /* line 1002, _bootstrap.scss */
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }

  /* line 1007, _bootstrap.scss */
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }

  /* line 1012, _bootstrap.scss */
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }

  /* line 1017, _bootstrap.scss */
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }

  /* line 1022, _bootstrap.scss */
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }

  /* line 1027, _bootstrap.scss */
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }

  /* line 1032, _bootstrap.scss */
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }

  /* line 1037, _bootstrap.scss */
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }

  /* line 1042, _bootstrap.scss */
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }

  /* line 1047, _bootstrap.scss */
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }

  /* line 1052, _bootstrap.scss */
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }

  /* line 1057, _bootstrap.scss */
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }

  /* line 1062, _bootstrap.scss */
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }

  /* line 1067, _bootstrap.scss */
  .offset-md-0 {
    margin-left: 0; }

  /* line 1070, _bootstrap.scss */
  .offset-md-1 {
    margin-left: 8.3333333333%; }

  /* line 1073, _bootstrap.scss */
  .offset-md-2 {
    margin-left: 16.6666666667%; }

  /* line 1076, _bootstrap.scss */
  .offset-md-3 {
    margin-left: 25%; }

  /* line 1079, _bootstrap.scss */
  .offset-md-4 {
    margin-left: 33.3333333333%; }

  /* line 1082, _bootstrap.scss */
  .offset-md-5 {
    margin-left: 41.6666666667%; }

  /* line 1085, _bootstrap.scss */
  .offset-md-6 {
    margin-left: 50%; }

  /* line 1088, _bootstrap.scss */
  .offset-md-7 {
    margin-left: 58.3333333333%; }

  /* line 1091, _bootstrap.scss */
  .offset-md-8 {
    margin-left: 66.6666666667%; }

  /* line 1094, _bootstrap.scss */
  .offset-md-9 {
    margin-left: 75%; }

  /* line 1097, _bootstrap.scss */
  .offset-md-10 {
    margin-left: 83.3333333333%; }

  /* line 1100, _bootstrap.scss */
  .offset-md-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 992px) {
  /* line 1103, _bootstrap.scss */
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  /* line 1111, _bootstrap.scss */
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  /* line 1118, _bootstrap.scss */
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  /* line 1124, _bootstrap.scss */
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  /* line 1130, _bootstrap.scss */
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  /* line 1136, _bootstrap.scss */
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  /* line 1142, _bootstrap.scss */
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  /* line 1148, _bootstrap.scss */
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  /* line 1154, _bootstrap.scss */
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  /* line 1160, _bootstrap.scss */
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  /* line 1166, _bootstrap.scss */
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  /* line 1172, _bootstrap.scss */
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  /* line 1178, _bootstrap.scss */
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  /* line 1184, _bootstrap.scss */
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  /* line 1190, _bootstrap.scss */
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }

  /* line 1195, _bootstrap.scss */
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }

  /* line 1200, _bootstrap.scss */
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }

  /* line 1205, _bootstrap.scss */
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }

  /* line 1210, _bootstrap.scss */
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }

  /* line 1215, _bootstrap.scss */
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }

  /* line 1220, _bootstrap.scss */
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }

  /* line 1225, _bootstrap.scss */
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }

  /* line 1230, _bootstrap.scss */
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }

  /* line 1235, _bootstrap.scss */
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }

  /* line 1240, _bootstrap.scss */
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }

  /* line 1245, _bootstrap.scss */
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }

  /* line 1250, _bootstrap.scss */
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }

  /* line 1255, _bootstrap.scss */
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }

  /* line 1260, _bootstrap.scss */
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }

  /* line 1265, _bootstrap.scss */
  .offset-lg-0 {
    margin-left: 0; }

  /* line 1268, _bootstrap.scss */
  .offset-lg-1 {
    margin-left: 8.3333333333%; }

  /* line 1271, _bootstrap.scss */
  .offset-lg-2 {
    margin-left: 16.6666666667%; }

  /* line 1274, _bootstrap.scss */
  .offset-lg-3 {
    margin-left: 25%; }

  /* line 1277, _bootstrap.scss */
  .offset-lg-4 {
    margin-left: 33.3333333333%; }

  /* line 1280, _bootstrap.scss */
  .offset-lg-5 {
    margin-left: 41.6666666667%; }

  /* line 1283, _bootstrap.scss */
  .offset-lg-6 {
    margin-left: 50%; }

  /* line 1286, _bootstrap.scss */
  .offset-lg-7 {
    margin-left: 58.3333333333%; }

  /* line 1289, _bootstrap.scss */
  .offset-lg-8 {
    margin-left: 66.6666666667%; }

  /* line 1292, _bootstrap.scss */
  .offset-lg-9 {
    margin-left: 75%; }

  /* line 1295, _bootstrap.scss */
  .offset-lg-10 {
    margin-left: 83.3333333333%; }

  /* line 1298, _bootstrap.scss */
  .offset-lg-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 1200px) {
  /* line 1301, _bootstrap.scss */
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  /* line 1309, _bootstrap.scss */
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  /* line 1316, _bootstrap.scss */
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  /* line 1322, _bootstrap.scss */
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  /* line 1328, _bootstrap.scss */
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  /* line 1334, _bootstrap.scss */
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  /* line 1340, _bootstrap.scss */
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  /* line 1346, _bootstrap.scss */
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  /* line 1352, _bootstrap.scss */
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  /* line 1358, _bootstrap.scss */
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  /* line 1364, _bootstrap.scss */
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  /* line 1370, _bootstrap.scss */
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  /* line 1376, _bootstrap.scss */
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  /* line 1382, _bootstrap.scss */
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  /* line 1388, _bootstrap.scss */
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }

  /* line 1393, _bootstrap.scss */
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }

  /* line 1398, _bootstrap.scss */
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }

  /* line 1403, _bootstrap.scss */
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }

  /* line 1408, _bootstrap.scss */
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }

  /* line 1413, _bootstrap.scss */
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }

  /* line 1418, _bootstrap.scss */
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }

  /* line 1423, _bootstrap.scss */
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }

  /* line 1428, _bootstrap.scss */
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }

  /* line 1433, _bootstrap.scss */
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }

  /* line 1438, _bootstrap.scss */
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }

  /* line 1443, _bootstrap.scss */
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }

  /* line 1448, _bootstrap.scss */
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }

  /* line 1453, _bootstrap.scss */
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }

  /* line 1458, _bootstrap.scss */
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }

  /* line 1463, _bootstrap.scss */
  .offset-xl-0 {
    margin-left: 0; }

  /* line 1466, _bootstrap.scss */
  .offset-xl-1 {
    margin-left: 8.3333333333%; }

  /* line 1469, _bootstrap.scss */
  .offset-xl-2 {
    margin-left: 16.6666666667%; }

  /* line 1472, _bootstrap.scss */
  .offset-xl-3 {
    margin-left: 25%; }

  /* line 1475, _bootstrap.scss */
  .offset-xl-4 {
    margin-left: 33.3333333333%; }

  /* line 1478, _bootstrap.scss */
  .offset-xl-5 {
    margin-left: 41.6666666667%; }

  /* line 1481, _bootstrap.scss */
  .offset-xl-6 {
    margin-left: 50%; }

  /* line 1484, _bootstrap.scss */
  .offset-xl-7 {
    margin-left: 58.3333333333%; }

  /* line 1487, _bootstrap.scss */
  .offset-xl-8 {
    margin-left: 66.6666666667%; }

  /* line 1490, _bootstrap.scss */
  .offset-xl-9 {
    margin-left: 75%; }

  /* line 1493, _bootstrap.scss */
  .offset-xl-10 {
    margin-left: 83.3333333333%; }

  /* line 1496, _bootstrap.scss */
  .offset-xl-11 {
    margin-left: 91.6666666667%; } }
/* line 1498, _bootstrap.scss */
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #343a40;
  background-color: transparent; }

/* line 1503, _bootstrap.scss */
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6; }

/* line 1508, _bootstrap.scss */
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6; }

/* line 1511, _bootstrap.scss */
.table tbody + tbody {
  border-top: 2px solid #dee2e6; }

/* line 1514, _bootstrap.scss */
.table-sm th,
.table-sm td {
  padding: 0.3rem; }

/* line 1518, _bootstrap.scss */
.table-bordered {
  border: 1px solid #dee2e6; }

/* line 1520, _bootstrap.scss */
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6; }

/* line 1523, _bootstrap.scss */
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px; }

/* line 1527, _bootstrap.scss */
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0; }

/* line 1533, _bootstrap.scss */
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

/* line 1536, _bootstrap.scss */
.table-hover tbody tr:hover {
  color: #343a40;
  background-color: rgba(0, 0, 0, 0.075); }

/* line 1540, _bootstrap.scss */
.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #c5d4f9; }

/* line 1544, _bootstrap.scss */
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #94b0f5; }

/* line 1550, _bootstrap.scss */
.table-hover .table-primary:hover {
  background-color: #aec3f7; }

/* line 1552, _bootstrap.scss */
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #aec3f7; }

/* line 1556, _bootstrap.scss */
.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #cfcfcf; }

/* line 1560, _bootstrap.scss */
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #a6a6a6; }

/* line 1566, _bootstrap.scss */
.table-hover .table-secondary:hover {
  background-color: #c2c2c2; }

/* line 1568, _bootstrap.scss */
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c2c2c2; }

/* line 1572, _bootstrap.scss */
.table-success,
.table-success > th,
.table-success > td {
  background-color: #b8eabe; }

/* line 1576, _bootstrap.scss */
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #7ad986; }

/* line 1582, _bootstrap.scss */
.table-hover .table-success:hover {
  background-color: #a4e4ac; }

/* line 1584, _bootstrap.scss */
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #a4e4ac; }

/* line 1588, _bootstrap.scss */
.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb; }

/* line 1592, _bootstrap.scss */
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda; }

/* line 1598, _bootstrap.scss */
.table-hover .table-info:hover {
  background-color: #abdde5; }

/* line 1600, _bootstrap.scss */
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5; }

/* line 1604, _bootstrap.scss */
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffe0be; }

/* line 1608, _bootstrap.scss */
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffc586; }

/* line 1614, _bootstrap.scss */
.table-hover .table-warning:hover {
  background-color: #ffd4a5; }

/* line 1616, _bootstrap.scss */
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffd4a5; }

/* line 1620, _bootstrap.scss */
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #fec6c6; }

/* line 1624, _bootstrap.scss */
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #fc9595; }

/* line 1630, _bootstrap.scss */
.table-hover .table-danger:hover {
  background-color: #feadad; }

/* line 1632, _bootstrap.scss */
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #feadad; }

/* line 1636, _bootstrap.scss */
.table-light,
.table-light > th,
.table-light > td {
  background-color: #f7f7f7; }

/* line 1640, _bootstrap.scss */
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #f1f1f1; }

/* line 1646, _bootstrap.scss */
.table-hover .table-light:hover {
  background-color: #eaeaea; }

/* line 1648, _bootstrap.scss */
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #eaeaea; }

/* line 1652, _bootstrap.scss */
.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c1c2c3; }

/* line 1656, _bootstrap.scss */
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #8c8e90; }

/* line 1662, _bootstrap.scss */
.table-hover .table-dark:hover {
  background-color: #b4b5b6; }

/* line 1664, _bootstrap.scss */
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b4b5b6; }

/* line 1668, _bootstrap.scss */
.table-primary-light,
.table-primary-light > th,
.table-primary-light > td {
  background-color: #d2defb; }

/* line 1672, _bootstrap.scss */
.table-primary-light th,
.table-primary-light td,
.table-primary-light thead th,
.table-primary-light tbody + tbody {
  border-color: #acc2f7; }

/* line 1678, _bootstrap.scss */
.table-hover .table-primary-light:hover {
  background-color: #bbcdf9; }

/* line 1680, _bootstrap.scss */
.table-hover .table-primary-light:hover > td,
.table-hover .table-primary-light:hover > th {
  background-color: #bbcdf9; }

/* line 1684, _bootstrap.scss */
.table-gray,
.table-gray > th,
.table-gray > td {
  background-color: #cfcfcf; }

/* line 1688, _bootstrap.scss */
.table-gray th,
.table-gray td,
.table-gray thead th,
.table-gray tbody + tbody {
  border-color: #a6a6a6; }

/* line 1694, _bootstrap.scss */
.table-hover .table-gray:hover {
  background-color: #c2c2c2; }

/* line 1696, _bootstrap.scss */
.table-hover .table-gray:hover > td,
.table-hover .table-gray:hover > th {
  background-color: #c2c2c2; }

/* line 1700, _bootstrap.scss */
.table-gray-light,
.table-gray-light > th,
.table-gray-light > td {
  background-color: #e2e2e2; }

/* line 1704, _bootstrap.scss */
.table-gray-light th,
.table-gray-light td,
.table-gray-light thead th,
.table-gray-light tbody + tbody {
  border-color: #c8c8c8; }

/* line 1710, _bootstrap.scss */
.table-hover .table-gray-light:hover {
  background-color: #d5d5d5; }

/* line 1712, _bootstrap.scss */
.table-hover .table-gray-light:hover > td,
.table-hover .table-gray-light:hover > th {
  background-color: #d5d5d5; }

/* line 1716, _bootstrap.scss */
.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

/* line 1721, _bootstrap.scss */
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }

/* line 1723, _bootstrap.scss */
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075); }

/* line 1727, _bootstrap.scss */
.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e; }

/* line 1731, _bootstrap.scss */
.table .thead-light th {
  color: #495057;
  background-color: #e4e4e4;
  border-color: #dee2e6; }

/* line 1736, _bootstrap.scss */
.table-dark {
  color: #fff;
  background-color: #212529; }

/* line 1739, _bootstrap.scss */
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #32383e; }

/* line 1743, _bootstrap.scss */
.table-dark.table-bordered {
  border: 0; }

/* line 1745, _bootstrap.scss */
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05); }

/* line 1747, _bootstrap.scss */
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) {
  /* line 1752, _bootstrap.scss */
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }

  /* line 1757, _bootstrap.scss */
  .table-responsive-sm > .table-bordered {
    border: 0; } }
@media (max-width: 767.98px) {
  /* line 1760, _bootstrap.scss */
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }

  /* line 1765, _bootstrap.scss */
  .table-responsive-md > .table-bordered {
    border: 0; } }
@media (max-width: 991.98px) {
  /* line 1768, _bootstrap.scss */
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }

  /* line 1773, _bootstrap.scss */
  .table-responsive-lg > .table-bordered {
    border: 0; } }
@media (max-width: 1199.98px) {
  /* line 1776, _bootstrap.scss */
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }

  /* line 1781, _bootstrap.scss */
  .table-responsive-xl > .table-bordered {
    border: 0; } }
/* line 1783, _bootstrap.scss */
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }

/* line 1788, _bootstrap.scss */
.table-responsive > .table-bordered {
  border: 0; }

/* line 1791, _bootstrap.scss */
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.9rem + 2px);
  padding: 0.45rem 0.85rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.37rem; }

@media (prefers-reduced-motion: reduce) {
  /* line 1810, _bootstrap.scss */
  .form-control {
    -webkit-transition: none;
    transition: none; } }
/* line 1813, _bootstrap.scss */
.form-control::-ms-expand {
  background-color: transparent;
  border: 0; }

/* line 1816, _bootstrap.scss */
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #a5bdf6;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(49, 103, 235, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(49, 103, 235, 0.25); }

/* line 1823, _bootstrap.scss */
.form-control::-webkit-input-placeholder {
  color: #545454;
  opacity: 1; }

/* line 1826, _bootstrap.scss */
.form-control:-ms-input-placeholder {
  color: #545454;
  opacity: 1; }

/* line 1829, _bootstrap.scss */
.form-control::-ms-input-placeholder {
  color: #545454;
  opacity: 1; }

/* line 1832, _bootstrap.scss */
.form-control::placeholder {
  color: #545454;
  opacity: 1; }

/* line 1835, _bootstrap.scss */
.form-control:disabled, .form-control[readonly] {
  background-color: #e4e4e4;
  opacity: 1; }

/* line 1839, _bootstrap.scss */
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

/* line 1843, _bootstrap.scss */
.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

/* line 1848, _bootstrap.scss */
.col-form-label {
  padding-top: calc(0.45rem + 1px);
  padding-bottom: calc(0.45rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

/* line 1855, _bootstrap.scss */
.col-form-label-lg {
  padding-top: calc(0.6rem + 1px);
  padding-bottom: calc(0.6rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5; }

/* line 1861, _bootstrap.scss */
.col-form-label-sm {
  padding-top: calc(0.35rem + 1px);
  padding-bottom: calc(0.35rem + 1px);
  font-size: 0.82rem;
  line-height: 1.2; }

/* line 1867, _bootstrap.scss */
.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.45rem;
  padding-bottom: 0.45rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #343a40;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }

/* line 1878, _bootstrap.scss */
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0; }

/* line 1882, _bootstrap.scss */
.form-control-sm {
  height: calc(1.2em + 0.7rem + 2px);
  padding: 0.35rem 0.5rem;
  font-size: 0.82rem;
  line-height: 1.2;
  border-radius: 0.2rem; }

/* line 1889, _bootstrap.scss */
.form-control-lg {
  height: calc(1.5em + 1.2rem + 2px);
  padding: 0.6rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.45rem; }

/* line 1896, _bootstrap.scss */
select.form-control[size], select.form-control[multiple] {
  height: auto; }

/* line 1899, _bootstrap.scss */
textarea.form-control {
  height: auto; }

/* line 1902, _bootstrap.scss */
.form-group {
  margin-bottom: 1rem; }

/* line 1905, _bootstrap.scss */
.form-text {
  display: block;
  margin-top: 0.25rem; }

/* line 1909, _bootstrap.scss */
.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }

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

/* line 1922, _bootstrap.scss */
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

/* line 1927, _bootstrap.scss */
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }

/* line 1931, _bootstrap.scss */
.form-check-input:disabled ~ .form-check-label {
  color: #969696; }

/* line 1934, _bootstrap.scss */
.form-check-label {
  margin-bottom: 0; }

/* line 1937, _bootstrap.scss */
.form-check-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }

/* line 1946, _bootstrap.scss */
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0; }

/* line 1952, _bootstrap.scss */
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #00b517; }

/* line 1959, _bootstrap.scss */
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.82rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(0, 181, 23, 0.9);
  border-radius: 0.37rem; }

/* line 1973, _bootstrap.scss */
.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #00b517;
  padding-right: calc(1.5em + 0.9rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2300b517' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.225rem);
  background-size: calc(0.75em + 0.45rem) calc(0.75em + 0.45rem); }

/* line 1980, _bootstrap.scss */
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #00b517;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 181, 23, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 181, 23, 0.25); }

/* line 1984, _bootstrap.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 {
  display: block; }

/* line 1989, _bootstrap.scss */
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.9rem);
  background-position: top calc(0.375em + 0.225rem) right calc(0.375em + 0.225rem); }

/* line 1993, _bootstrap.scss */
.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #00b517;
  padding-right: calc((1em + 0.9rem) * 3 / 4 + 1.85rem);
  background: url("data:image/svg+xml,%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.85rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2300b517' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.85rem/calc(0.75em + 0.45rem) calc(0.75em + 0.45rem); }

/* line 1997, _bootstrap.scss */
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #00b517;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 181, 23, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 181, 23, 0.25); }

/* line 2001, _bootstrap.scss */
.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 2006, _bootstrap.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 2011, _bootstrap.scss */
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #00b517; }

/* line 2013, _bootstrap.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 2018, _bootstrap.scss */
.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #00b517; }

/* line 2020, _bootstrap.scss */
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #00b517; }

/* line 2022, _bootstrap.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 2026, _bootstrap.scss */
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #00e81d;
  background-color: #00e81d; }

/* line 2029, _bootstrap.scss */
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 181, 23, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 181, 23, 0.25); }

/* line 2032, _bootstrap.scss */
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #00b517; }

/* line 2035, _bootstrap.scss */
.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #00b517; }

/* line 2037, _bootstrap.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 2041, _bootstrap.scss */
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #00b517;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 181, 23, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 181, 23, 0.25); }

/* line 2046, _bootstrap.scss */
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #fa3434; }

/* line 2053, _bootstrap.scss */
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.82rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(250, 52, 52, 0.9);
  border-radius: 0.37rem; }

/* line 2067, _bootstrap.scss */
.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #fa3434;
  padding-right: calc(1.5em + 0.9rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fa3434' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23fa3434' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.225rem);
  background-size: calc(0.75em + 0.45rem) calc(0.75em + 0.45rem); }

/* line 2074, _bootstrap.scss */
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #fa3434;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(250, 52, 52, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(250, 52, 52, 0.25); }

/* line 2078, _bootstrap.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 {
  display: block; }

/* line 2083, _bootstrap.scss */
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.9rem);
  background-position: top calc(0.375em + 0.225rem) right calc(0.375em + 0.225rem); }

/* line 2087, _bootstrap.scss */
.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #fa3434;
  padding-right: calc((1em + 0.9rem) * 3 / 4 + 1.85rem);
  background: url("data:image/svg+xml,%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.85rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fa3434' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23fa3434' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.85rem/calc(0.75em + 0.45rem) calc(0.75em + 0.45rem); }

/* line 2091, _bootstrap.scss */
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #fa3434;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(250, 52, 52, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(250, 52, 52, 0.25); }

/* line 2095, _bootstrap.scss */
.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 2100, _bootstrap.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 2105, _bootstrap.scss */
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #fa3434; }

/* line 2107, _bootstrap.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 2112, _bootstrap.scss */
.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #fa3434; }

/* line 2114, _bootstrap.scss */
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #fa3434; }

/* line 2116, _bootstrap.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 2120, _bootstrap.scss */
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #fb6666;
  background-color: #fb6666; }

/* line 2123, _bootstrap.scss */
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(250, 52, 52, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(250, 52, 52, 0.25); }

/* line 2126, _bootstrap.scss */
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #fa3434; }

/* line 2129, _bootstrap.scss */
.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #fa3434; }

/* line 2131, _bootstrap.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 2135, _bootstrap.scss */
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #fa3434;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(250, 52, 52, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(250, 52, 52, 0.25); }

/* line 2140, _bootstrap.scss */
.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

/* line 2151, _bootstrap.scss */
.form-inline .form-check {
  width: 100%; }

@media (min-width: 576px) {
  /* line 2154, _bootstrap.scss */
  .form-inline label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0; }

  /* line 2165, _bootstrap.scss */
  .form-inline .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0; }

  /* line 2180, _bootstrap.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }

  /* line 2184, _bootstrap.scss */
  .form-inline .form-control-plaintext {
    display: inline-block; }

  /* line 2186, _bootstrap.scss */
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto; }

  /* line 2189, _bootstrap.scss */
  .form-inline .form-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0; }

  /* line 2201, _bootstrap.scss */
  .form-inline .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0; }

  /* line 2208, _bootstrap.scss */
  .form-inline .custom-control {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

  /* line 2215, _bootstrap.scss */
  .form-inline .custom-control-label {
    margin-bottom: 0; } }
/* line 2218, _bootstrap.scss */
.btn, .co-button {
  display: inline-block;
  font-weight: 600;
  color: #343a40;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.45rem 0.85rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.37rem; }

/* line 2243, _bootstrap.scss */
.btn:hover {
  color: #343a40;
  text-decoration: none; }

/* line 2246, _bootstrap.scss */
.btn:focus, .btn.focus {
  outline: 0; }

/* line 2248, _bootstrap.scss */
.btn.disabled, .btn:disabled {
  opacity: 0.65; }

/* line 2251, _bootstrap.scss */
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none; }

/* line 2255, _bootstrap.scss */
.btn-primary, .co-button {
  color: #000000;
  background-color: #f6d258;
  border-color: #f6d258; }

/* line 2259, _bootstrap.scss */
.btn-primary:hover, .co-button:hover {
  color: #342e2e;
  background-color: #f0bb07;
  border-color: #f0bb07; }

/* line 2264, _bootstrap.scss */
.btn-primary.disabled, .btn-primary:disabled {
  color: #000000;
  background-color: #f6d258;
  border-color: #f6d258; }

/* line 2268, _bootstrap.scss */
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #342e2e;
  background-color: #f0bb07;
  border-color: #f0bb07; }

/* line 2274, _bootstrap.scss */
.btn-secondary {
  color: #fff;
  background-color: #545454;
  border-color: #545454; }

/* line 2278, _bootstrap.scss */
.btn-secondary:hover {
  color: #fff;
  background-color: #414141;
  border-color: #3b3b3b; }

/* line 2282, _bootstrap.scss */
.btn-secondary:focus, .btn-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(110, 110, 110, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(110, 110, 110, 0.5); }

/* line 2285, _bootstrap.scss */
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #545454;
  border-color: #545454; }

/* line 2289, _bootstrap.scss */
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #3b3b3b;
  border-color: #343434; }

/* line 2293, _bootstrap.scss */
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(110, 110, 110, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(110, 110, 110, 0.5); }

/* line 2297, _bootstrap.scss */
.btn-success {
  color: #fff;
  background-color: #00b517;
  border-color: #00b517; }

/* line 2301, _bootstrap.scss */
.btn-success:hover {
  color: #fff;
  background-color: #008f12;
  border-color: #008211; }

/* line 2305, _bootstrap.scss */
.btn-success:focus, .btn-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 192, 58, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(38, 192, 58, 0.5); }

/* line 2308, _bootstrap.scss */
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #00b517;
  border-color: #00b517; }

/* line 2312, _bootstrap.scss */
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #008211;
  border-color: #00750f; }

/* line 2316, _bootstrap.scss */
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 192, 58, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(38, 192, 58, 0.5); }

/* line 2320, _bootstrap.scss */
.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }

/* line 2324, _bootstrap.scss */
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b; }

/* line 2328, _bootstrap.scss */
.btn-info:focus, .btn-info.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }

/* line 2331, _bootstrap.scss */
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }

/* line 2335, _bootstrap.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 2339, _bootstrap.scss */
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }

/* line 2343, _bootstrap.scss */
.btn-warning {
  color: #fff;
  background-color: #ff9017;
  border-color: #ff9017; }

/* line 2347, _bootstrap.scss */
.btn-warning:hover {
  color: #fff;
  background-color: #f07d00;
  border-color: #e37600; }

/* line 2351, _bootstrap.scss */
.btn-warning:focus, .btn-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 161, 58, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 161, 58, 0.5); }

/* line 2354, _bootstrap.scss */
.btn-warning.disabled, .btn-warning:disabled {
  color: #fff;
  background-color: #ff9017;
  border-color: #ff9017; }

/* line 2358, _bootstrap.scss */
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #e37600;
  border-color: #d67000; }

/* line 2362, _bootstrap.scss */
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 161, 58, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 161, 58, 0.5); }

/* line 2366, _bootstrap.scss */
.btn-danger {
  color: #fff;
  background-color: #fa3434;
  border-color: #fa3434; }

/* line 2370, _bootstrap.scss */
.btn-danger:hover {
  color: #fff;
  background-color: #f90f0f;
  border-color: #f50606; }

/* line 2374, _bootstrap.scss */
.btn-danger:focus, .btn-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(251, 82, 82, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(251, 82, 82, 0.5); }

/* line 2377, _bootstrap.scss */
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #fa3434;
  border-color: #fa3434; }

/* line 2381, _bootstrap.scss */
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #f50606;
  border-color: #e90606; }

/* line 2385, _bootstrap.scss */
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(251, 82, 82, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(251, 82, 82, 0.5); }

/* line 2389, _bootstrap.scss */
.btn-light {
  color: #212529;
  background-color: #e4e4e4;
  border-color: #e4e4e4; }

/* line 2393, _bootstrap.scss */
.btn-light:hover {
  color: #212529;
  background-color: #d1d1d1;
  border-color: #cbcbcb; }

/* line 2398, _bootstrap.scss */
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #e4e4e4;
  border-color: #e4e4e4; }

/* line 2402, _bootstrap.scss */
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #cbcbcb;
  border-color: #c4c4c4; }

/* line 2409, _bootstrap.scss */
.btn-dark {
  color: #fff;
  background-color: #212529;
  border-color: #212529; }

/* line 2413, _bootstrap.scss */
.btn-dark:hover {
  color: #fff;
  background-color: #101214;
  border-color: #0a0c0d; }

/* line 2417, _bootstrap.scss */
.btn-dark:focus, .btn-dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(66, 70, 73, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(66, 70, 73, 0.5); }

/* line 2420, _bootstrap.scss */
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #212529;
  border-color: #212529; }

/* line 2424, _bootstrap.scss */
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #0a0c0d;
  border-color: #050506; }

/* line 2428, _bootstrap.scss */
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(66, 70, 73, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(66, 70, 73, 0.5); }

/* line 2432, _bootstrap.scss */
.btn-primary-light {
  color: #fff;
  background-color: #5f89f0;
  border-color: #5f89f0; }

/* line 2436, _bootstrap.scss */
.btn-primary-light:hover {
  color: #fff;
  background-color: #3d70ec;
  border-color: #f6d258; }

/* line 2440, _bootstrap.scss */
.btn-primary-light:focus, .btn-primary-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(119, 155, 242, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(119, 155, 242, 0.5); }

/* line 2443, _bootstrap.scss */
.btn-primary-light.disabled, .btn-primary-light:disabled {
  color: #fff;
  background-color: #5f89f0;
  border-color: #5f89f0; }

/* line 2447, _bootstrap.scss */
.btn-primary-light:not(:disabled):not(.disabled):active, .btn-primary-light:not(:disabled):not(.disabled).active, .show > .btn-primary-light.dropdown-toggle {
  color: #fff;
  background-color: #f6d258;
  border-color: #255eea; }

/* line 2451, _bootstrap.scss */
.btn-primary-light:not(:disabled):not(.disabled):active:focus, .btn-primary-light:not(:disabled):not(.disabled).active:focus, .show > .btn-primary-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(119, 155, 242, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(119, 155, 242, 0.5); }

/* line 2455, _bootstrap.scss */
.btn-gray {
  color: #fff;
  background-color: #545454;
  border-color: #545454; }

/* line 2459, _bootstrap.scss */
.btn-gray:hover {
  color: #fff;
  background-color: #414141;
  border-color: #3b3b3b; }

/* line 2463, _bootstrap.scss */
.btn-gray:focus, .btn-gray.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(110, 110, 110, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(110, 110, 110, 0.5); }

/* line 2466, _bootstrap.scss */
.btn-gray.disabled, .btn-gray:disabled {
  color: #fff;
  background-color: #545454;
  border-color: #545454; }

/* line 2470, _bootstrap.scss */
.btn-gray:not(:disabled):not(.disabled):active, .btn-gray:not(:disabled):not(.disabled).active, .show > .btn-gray.dropdown-toggle {
  color: #fff;
  background-color: #3b3b3b;
  border-color: #343434; }

/* line 2474, _bootstrap.scss */
.btn-gray:not(:disabled):not(.disabled):active:focus, .btn-gray:not(:disabled):not(.disabled).active:focus, .show > .btn-gray.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(110, 110, 110, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(110, 110, 110, 0.5); }

/* line 2478, _bootstrap.scss */
.btn-gray-light {
  color: #fff;
  background-color: #969696;
  border-color: #969696; }

/* line 2482, _bootstrap.scss */
.btn-gray-light:hover {
  color: #fff;
  background-color: #838383;
  border-color: #7d7d7d; }

/* line 2486, _bootstrap.scss */
.btn-gray-light:focus, .btn-gray-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(166, 166, 166, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(166, 166, 166, 0.5); }

/* line 2489, _bootstrap.scss */
.btn-gray-light.disabled, .btn-gray-light:disabled {
  color: #fff;
  background-color: #969696;
  border-color: #969696; }

/* line 2493, _bootstrap.scss */
.btn-gray-light:not(:disabled):not(.disabled):active, .btn-gray-light:not(:disabled):not(.disabled).active, .show > .btn-gray-light.dropdown-toggle {
  color: #fff;
  background-color: #7d7d7d;
  border-color: #767676; }

/* line 2497, _bootstrap.scss */
.btn-gray-light:not(:disabled):not(.disabled):active:focus, .btn-gray-light:not(:disabled):not(.disabled).active:focus, .show > .btn-gray-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(166, 166, 166, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(166, 166, 166, 0.5); }

/* line 2501, _bootstrap.scss */
.btn-outline-primary {
  color: #f6d258;
  border-color: #f6d258; }

/* line 2504, _bootstrap.scss */
.btn-outline-primary:hover {
  color: #342e2e;
  background-color: #f0bb07;
  border-color: #f0bb07; }

/* line 2509, _bootstrap.scss */
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #f6d258;
  background-color: transparent; }

/* line 2512, _bootstrap.scss */
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #342e2e;
  background-color: #f0bb07;
  border-color: #f0bb07; }

/* line 2518, _bootstrap.scss */
.btn-outline-secondary {
  color: #545454;
  border-color: #545454; }

/* line 2521, _bootstrap.scss */
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #545454;
  border-color: #545454; }

/* line 2525, _bootstrap.scss */
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(84, 84, 84, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(84, 84, 84, 0.5); }

/* line 2528, _bootstrap.scss */
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #545454;
  background-color: transparent; }

/* line 2531, _bootstrap.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: #545454;
  border-color: #545454; }

/* line 2535, _bootstrap.scss */
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(84, 84, 84, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(84, 84, 84, 0.5); }

/* line 2539, _bootstrap.scss */
.btn-outline-success {
  color: #00b517;
  border-color: #00b517; }

/* line 2542, _bootstrap.scss */
.btn-outline-success:hover {
  color: #fff;
  background-color: #00b517;
  border-color: #00b517; }

/* line 2546, _bootstrap.scss */
.btn-outline-success:focus, .btn-outline-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 181, 23, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 181, 23, 0.5); }

/* line 2549, _bootstrap.scss */
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #00b517;
  background-color: transparent; }

/* line 2552, _bootstrap.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: #00b517;
  border-color: #00b517; }

/* line 2556, _bootstrap.scss */
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 181, 23, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 181, 23, 0.5); }

/* line 2560, _bootstrap.scss */
.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8; }

/* line 2563, _bootstrap.scss */
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }

/* line 2567, _bootstrap.scss */
.btn-outline-info:focus, .btn-outline-info.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

/* line 2570, _bootstrap.scss */
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent; }

/* line 2573, _bootstrap.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 2577, _bootstrap.scss */
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

/* line 2581, _bootstrap.scss */
.btn-outline-warning {
  color: #ff9017;
  border-color: #ff9017; }

/* line 2584, _bootstrap.scss */
.btn-outline-warning:hover {
  color: #fff;
  background-color: #ff9017;
  border-color: #ff9017; }

/* line 2588, _bootstrap.scss */
.btn-outline-warning:focus, .btn-outline-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 144, 23, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 144, 23, 0.5); }

/* line 2591, _bootstrap.scss */
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ff9017;
  background-color: transparent; }

/* line 2594, _bootstrap.scss */
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #fff;
  background-color: #ff9017;
  border-color: #ff9017; }

/* line 2598, _bootstrap.scss */
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 144, 23, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 144, 23, 0.5); }

/* line 2602, _bootstrap.scss */
.btn-outline-danger {
  color: #fa3434;
  border-color: #fa3434; }

/* line 2605, _bootstrap.scss */
.btn-outline-danger:hover {
  color: #fff;
  background-color: #fa3434;
  border-color: #fa3434; }

/* line 2609, _bootstrap.scss */
.btn-outline-danger:focus, .btn-outline-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(250, 52, 52, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(250, 52, 52, 0.5); }

/* line 2612, _bootstrap.scss */
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #fa3434;
  background-color: transparent; }

/* line 2615, _bootstrap.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: #fa3434;
  border-color: #fa3434; }

/* line 2619, _bootstrap.scss */
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(250, 52, 52, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(250, 52, 52, 0.5); }

/* line 2623, _bootstrap.scss */
.btn-outline-light {
  color: #e4e4e4;
  border-color: #e4e4e4; }

/* line 2626, _bootstrap.scss */
.btn-outline-light:hover {
  color: #212529;
  background-color: #e4e4e4;
  border-color: #e4e4e4; }

/* line 2630, _bootstrap.scss */
.btn-outline-light:focus, .btn-outline-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(228, 228, 228, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(228, 228, 228, 0.5); }

/* line 2633, _bootstrap.scss */
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #e4e4e4;
  background-color: transparent; }

/* line 2636, _bootstrap.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: #e4e4e4;
  border-color: #e4e4e4; }

/* line 2640, _bootstrap.scss */
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(228, 228, 228, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(228, 228, 228, 0.5); }

/* line 2644, _bootstrap.scss */
.btn-outline-dark {
  color: #212529;
  border-color: #212529; }

/* line 2647, _bootstrap.scss */
.btn-outline-dark:hover {
  color: #fff;
  background-color: #212529;
  border-color: #212529; }

/* line 2651, _bootstrap.scss */
.btn-outline-dark:focus, .btn-outline-dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5); }

/* line 2654, _bootstrap.scss */
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #212529;
  background-color: transparent; }

/* line 2657, _bootstrap.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: #212529;
  border-color: #212529; }

/* line 2661, _bootstrap.scss */
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5); }

/* line 2665, _bootstrap.scss */
.btn-outline-primary-light {
  color: #5f89f0;
  border-color: #5f89f0; }

/* line 2668, _bootstrap.scss */
.btn-outline-primary-light:hover {
  color: #fff;
  background-color: #5f89f0;
  border-color: #5f89f0; }

/* line 2672, _bootstrap.scss */
.btn-outline-primary-light:focus, .btn-outline-primary-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(95, 137, 240, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(95, 137, 240, 0.5); }

/* line 2675, _bootstrap.scss */
.btn-outline-primary-light.disabled, .btn-outline-primary-light:disabled {
  color: #5f89f0;
  background-color: transparent; }

/* line 2678, _bootstrap.scss */
.btn-outline-primary-light:not(:disabled):not(.disabled):active, .btn-outline-primary-light:not(:disabled):not(.disabled).active, .show > .btn-outline-primary-light.dropdown-toggle {
  color: #fff;
  background-color: #5f89f0;
  border-color: #5f89f0; }

/* line 2682, _bootstrap.scss */
.btn-outline-primary-light:not(:disabled):not(.disabled):active:focus, .btn-outline-primary-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(95, 137, 240, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(95, 137, 240, 0.5); }

/* line 2686, _bootstrap.scss */
.btn-outline-gray {
  color: #545454;
  border-color: #545454; }

/* line 2689, _bootstrap.scss */
.btn-outline-gray:hover {
  color: #fff;
  background-color: #545454;
  border-color: #545454; }

/* line 2693, _bootstrap.scss */
.btn-outline-gray:focus, .btn-outline-gray.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(84, 84, 84, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(84, 84, 84, 0.5); }

/* line 2696, _bootstrap.scss */
.btn-outline-gray.disabled, .btn-outline-gray:disabled {
  color: #545454;
  background-color: transparent; }

/* line 2699, _bootstrap.scss */
.btn-outline-gray:not(:disabled):not(.disabled):active, .btn-outline-gray:not(:disabled):not(.disabled).active, .show > .btn-outline-gray.dropdown-toggle {
  color: #fff;
  background-color: #545454;
  border-color: #545454; }

/* line 2703, _bootstrap.scss */
.btn-outline-gray:not(:disabled):not(.disabled):active:focus, .btn-outline-gray:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-gray.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(84, 84, 84, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(84, 84, 84, 0.5); }

/* line 2707, _bootstrap.scss */
.btn-outline-gray-light {
  color: #969696;
  border-color: #969696; }

/* line 2710, _bootstrap.scss */
.btn-outline-gray-light:hover {
  color: #fff;
  background-color: #969696;
  border-color: #969696; }

/* line 2714, _bootstrap.scss */
.btn-outline-gray-light:focus, .btn-outline-gray-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(150, 150, 150, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(150, 150, 150, 0.5); }

/* line 2717, _bootstrap.scss */
.btn-outline-gray-light.disabled, .btn-outline-gray-light:disabled {
  color: #969696;
  background-color: transparent; }

/* line 2720, _bootstrap.scss */
.btn-outline-gray-light:not(:disabled):not(.disabled):active, .btn-outline-gray-light:not(:disabled):not(.disabled).active, .show > .btn-outline-gray-light.dropdown-toggle {
  color: #fff;
  background-color: #969696;
  border-color: #969696; }

/* line 2724, _bootstrap.scss */
.btn-outline-gray-light:not(:disabled):not(.disabled):active:focus, .btn-outline-gray-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-gray-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(150, 150, 150, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(150, 150, 150, 0.5); }

/* line 2728, _bootstrap.scss */
.btn-link {
  font-weight: 400;
  color: #f6d258;
  text-decoration: none; }

/* line 2732, _bootstrap.scss */
.btn-link:hover {
  color: #f0bb07;
  text-decoration: underline; }

/* line 2735, _bootstrap.scss */
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  -webkit-box-shadow: none;
  box-shadow: none; }

/* line 2739, _bootstrap.scss */
.btn-link:disabled, .btn-link.disabled {
  color: #545454;
  pointer-events: none; }

/* line 2743, _bootstrap.scss */
.btn-lg, .btn-group-lg > .btn {
  padding: 0.6rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.45rem; }

/* line 2749, _bootstrap.scss */
.btn-sm, .btn-group-sm > .btn {
  padding: 0.35rem 0.5rem;
  font-size: 0.82rem;
  line-height: 1.2;
  border-radius: 0.37rem; }

/* line 2755, _bootstrap.scss */
.btn-block {
  display: block;
  width: 100%; }

/* line 2758, _bootstrap.scss */
.btn-block + .btn-block {
  margin-top: 0.5rem; }

/* line 2761, _bootstrap.scss */
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

/* line 2766, _bootstrap.scss */
.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }

@media (prefers-reduced-motion: reduce) {
  /* line 2770, _bootstrap.scss */
  .fade {
    -webkit-transition: none;
    transition: none; } }
/* line 2773, _bootstrap.scss */
.fade:not(.show) {
  opacity: 0; }

/* line 2776, _bootstrap.scss */
.collapse:not(.show) {
  display: none; }

/* line 2779, _bootstrap.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease; }

@media (prefers-reduced-motion: reduce) {
  /* line 2786, _bootstrap.scss */
  .collapsing {
    -webkit-transition: none;
    transition: none; } }
/* line 2790, _bootstrap.scss */
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative; }

/* line 2796, _bootstrap.scss */
.dropdown-toggle {
  white-space: nowrap; }

/* line 2798, _bootstrap.scss */
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent; }

/* line 2807, _bootstrap.scss */
.dropdown-toggle:empty::after {
  margin-left: 0; }

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

/* line 2829, _bootstrap.scss */
.dropdown-menu-left {
  right: auto;
  left: 0; }

/* line 2833, _bootstrap.scss */
.dropdown-menu-right {
  right: 0;
  left: auto; }

@media (min-width: 576px) {
  /* line 2838, _bootstrap.scss */
  .dropdown-menu-sm-left {
    right: auto;
    left: 0; }

  /* line 2842, _bootstrap.scss */
  .dropdown-menu-sm-right {
    right: 0;
    left: auto; } }
@media (min-width: 768px) {
  /* line 2846, _bootstrap.scss */
  .dropdown-menu-md-left {
    right: auto;
    left: 0; }

  /* line 2850, _bootstrap.scss */
  .dropdown-menu-md-right {
    right: 0;
    left: auto; } }
@media (min-width: 992px) {
  /* line 2854, _bootstrap.scss */
  .dropdown-menu-lg-left {
    right: auto;
    left: 0; }

  /* line 2858, _bootstrap.scss */
  .dropdown-menu-lg-right {
    right: 0;
    left: auto; } }
@media (min-width: 1200px) {
  /* line 2862, _bootstrap.scss */
  .dropdown-menu-xl-left {
    right: auto;
    left: 0; }

  /* line 2866, _bootstrap.scss */
  .dropdown-menu-xl-right {
    right: 0;
    left: auto; } }
/* line 2869, _bootstrap.scss */
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }

/* line 2874, _bootstrap.scss */
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }

/* line 2883, _bootstrap.scss */
.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

/* line 2886, _bootstrap.scss */
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }

/* line 2892, _bootstrap.scss */
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }

/* line 2901, _bootstrap.scss */
.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }

/* line 2903, _bootstrap.scss */
.dropright .dropdown-toggle::after {
  vertical-align: 0; }

/* line 2906, _bootstrap.scss */
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }

/* line 2912, _bootstrap.scss */
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

/* line 2917, _bootstrap.scss */
.dropleft .dropdown-toggle::after {
  display: none; }

/* line 2919, _bootstrap.scss */
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

/* line 2927, _bootstrap.scss */
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }

/* line 2929, _bootstrap.scss */
.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

/* line 2932, _bootstrap.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 2936, _bootstrap.scss */
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e4e4e4; }

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

/* line 2953, _bootstrap.scss */
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa; }

/* line 2957, _bootstrap.scss */
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #f6d258; }

/* line 2961, _bootstrap.scss */
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #545454;
  pointer-events: none;
  background-color: transparent; }

/* line 2966, _bootstrap.scss */
.dropdown-menu.show {
  display: block; }

/* line 2969, _bootstrap.scss */
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.82rem;
  color: #545454;
  white-space: nowrap; }

/* line 2977, _bootstrap.scss */
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529; }

/* line 2982, _bootstrap.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle; }

/* line 2989, _bootstrap.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }

/* line 2995, _bootstrap.scss */
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1; }

/* line 2998, _bootstrap.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 3004, _bootstrap.scss */
.btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

/* line 3013, _bootstrap.scss */
.btn-toolbar .input-group {
  width: auto; }

/* line 3016, _bootstrap.scss */
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px; }

/* line 3019, _bootstrap.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 3023, _bootstrap.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 3028, _bootstrap.scss */
.dropdown-toggle-split {
  padding-right: 0.6375rem;
  padding-left: 0.6375rem; }

/* line 3031, _bootstrap.scss */
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0; }

/* line 3033, _bootstrap.scss */
.dropleft .dropdown-toggle-split::before {
  margin-right: 0; }

/* line 3036, _bootstrap.scss */
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

/* line 3040, _bootstrap.scss */
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

/* line 3044, _bootstrap.scss */
.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

/* line 3055, _bootstrap.scss */
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%; }

/* line 3058, _bootstrap.scss */
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px; }

/* line 3061, _bootstrap.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 3065, _bootstrap.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 3070, _bootstrap.scss */
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0; }

/* line 3073, _bootstrap.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 3081, _bootstrap.scss */
.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%; }

/* line 3092, _bootstrap.scss */
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0; }

/* line 3102, _bootstrap.scss */
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px; }

/* line 3115, _bootstrap.scss */
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3; }

/* line 3119, _bootstrap.scss */
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4; }

/* line 3121, _bootstrap.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 3125, _bootstrap.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 3129, _bootstrap.scss */
.input-group > .custom-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

/* line 3136, _bootstrap.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 3139, _bootstrap.scss */
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

/* line 3143, _bootstrap.scss */
.input-group-prepend,
.input-group-append {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

/* line 3148, _bootstrap.scss */
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2; }

/* line 3152, _bootstrap.scss */
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3; }

/* line 3155, _bootstrap.scss */
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px; }

/* line 3165, _bootstrap.scss */
.input-group-prepend {
  margin-right: -1px; }

/* line 3168, _bootstrap.scss */
.input-group-append {
  margin-left: -1px; }

/* line 3171, _bootstrap.scss */
.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.45rem 0.85rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e4e4e4;
  border: 1px solid #ced4da;
  border-radius: 0.37rem; }

/* line 3189, _bootstrap.scss */
.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0; }

/* line 3193, _bootstrap.scss */
.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1.2rem + 2px); }

/* line 3197, _bootstrap.scss */
.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.6rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.45rem; }

/* line 3208, _bootstrap.scss */
.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.2em + 0.7rem + 2px); }

/* line 3212, _bootstrap.scss */
.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.35rem 0.5rem;
  font-size: 0.82rem;
  line-height: 1.2;
  border-radius: 0.2rem; }

/* line 3223, _bootstrap.scss */
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.85rem; }

/* line 3227, _bootstrap.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 3236, _bootstrap.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 3245, _bootstrap.scss */
.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem; }

/* line 3251, _bootstrap.scss */
.custom-control-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem; }

/* line 3257, _bootstrap.scss */
.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }

/* line 3261, _bootstrap.scss */
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #f6d258;
  background-color: #f6d258; }

/* line 3265, _bootstrap.scss */
.custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(49, 103, 235, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(49, 103, 235, 0.25); }

/* line 3268, _bootstrap.scss */
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #a5bdf6; }

/* line 3270, _bootstrap.scss */
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #d4dffb;
  border-color: #d4dffb; }

/* line 3274, _bootstrap.scss */
.custom-control-input:disabled ~ .custom-control-label {
  color: #545454; }

/* line 3276, _bootstrap.scss */
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e4e4e4; }

/* line 3279, _bootstrap.scss */
.custom-control-label {
  position: relative;
  margin-bottom: 0;
  padding-right: 32px;
  vertical-align: top; }

/* line 3284, _bootstrap.scss */
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #969696 solid 1px; }

/* line 3295, _bootstrap.scss */
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50% / 50% 50%; }

/* line 3305, _bootstrap.scss */
.custom-checkbox .custom-control-label::before {
  border-radius: 0.2rem; }

/* line 3307, _bootstrap.scss */
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' 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 3309, _bootstrap.scss */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #f6d258;
  background-color: #f6d258; }

/* line 3312, _bootstrap.scss */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

/* line 3314, _bootstrap.scss */
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(49, 103, 235, 0.5); }

/* line 3316, _bootstrap.scss */
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(49, 103, 235, 0.5); }

/* line 3319, _bootstrap.scss */
.custom-radio .custom-control-label::before {
  border-radius: 50%; }

/* line 3321, _bootstrap.scss */
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

/* line 3323, _bootstrap.scss */
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(49, 103, 235, 0.5); }

/* line 3326, _bootstrap.scss */
.custom-switch {
  padding-left: 2.25rem; }

/* line 3328, _bootstrap.scss */
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem; }

/* line 3333, _bootstrap.scss */
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #969696;
  border-radius: 0.5rem; }

@media (prefers-reduced-motion: reduce) {
  /* line 3346, _bootstrap.scss */
  .custom-switch .custom-control-label::after {
    -webkit-transition: none;
    transition: none; } }
/* line 3349, _bootstrap.scss */
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(0.75rem);
  transform: translateX(0.75rem); }

/* line 3353, _bootstrap.scss */
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(49, 103, 235, 0.5); }

/* line 3356, _bootstrap.scss */
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.9rem + 2px);
  padding: 0.45rem 1.85rem 0.45rem 0.85rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml,%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.85rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.37rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

/* line 3373, _bootstrap.scss */
.custom-select:focus {
  border-color: #a5bdf6;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(49, 103, 235, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(49, 103, 235, 0.25); }

/* line 3378, _bootstrap.scss */
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

/* line 3381, _bootstrap.scss */
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.85rem;
  background-image: none; }

/* line 3385, _bootstrap.scss */
.custom-select:disabled {
  color: #545454;
  background-color: #e4e4e4; }

/* line 3388, _bootstrap.scss */
.custom-select::-ms-expand {
  display: none; }

/* line 3391, _bootstrap.scss */
.custom-select-sm {
  height: calc(1.2em + 0.7rem + 2px);
  padding-top: 0.35rem;
  padding-bottom: 0.35rem;
  padding-left: 0.5rem;
  font-size: 0.82rem; }

/* line 3398, _bootstrap.scss */
.custom-select-lg {
  height: calc(1.5em + 1.2rem + 2px);
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

/* line 3405, _bootstrap.scss */
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.9rem + 2px);
  margin-bottom: 0; }

/* line 3412, _bootstrap.scss */
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.9rem + 2px);
  margin: 0;
  opacity: 0; }

/* line 3419, _bootstrap.scss */
.custom-file-input:focus ~ .custom-file-label {
  border-color: #a5bdf6;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(49, 103, 235, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(49, 103, 235, 0.25); }

/* line 3423, _bootstrap.scss */
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e4e4e4; }

/* line 3425, _bootstrap.scss */
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Выбрать"; }

/* line 3427, _bootstrap.scss */
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse); }

/* line 3430, _bootstrap.scss */
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.9rem + 2px);
  padding: 0.45rem 0.85rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.37rem; }

/* line 3444, _bootstrap.scss */
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.9rem);
  padding: 0.45rem 0.85rem;
  line-height: 1.5;
  color: #495057;
  content: "Выбрать";
  background-color: #e4e4e4;
  border-left: inherit;
  border-radius: 0 0.37rem 0.37rem 0; }

/* line 3460, _bootstrap.scss */
.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

/* line 3468, _bootstrap.scss */
.custom-range:focus {
  outline: none; }

/* line 3470, _bootstrap.scss */
.custom-range:focus::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(49, 103, 235, 0.25);
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(49, 103, 235, 0.25); }

/* line 3473, _bootstrap.scss */
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(49, 103, 235, 0.25); }

/* line 3475, _bootstrap.scss */
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(49, 103, 235, 0.25); }

/* line 3477, _bootstrap.scss */
.custom-range::-moz-focus-outer {
  border: 0; }

/* line 3479, _bootstrap.scss */
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #f6d258;
  border: 0;
  border-radius: 1rem;
  -webkit-appearance: none;
  appearance: none; }

@media (prefers-reduced-motion: reduce) {
  /* line 3493, _bootstrap.scss */
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none; } }
/* line 3496, _bootstrap.scss */
.custom-range::-webkit-slider-thumb:active {
  background-color: #d4dffb; }

/* line 3498, _bootstrap.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 3506, _bootstrap.scss */
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #f6d258;
  border: 0;
  border-radius: 1rem;
  -moz-appearance: none;
  appearance: none; }

@media (prefers-reduced-motion: reduce) {
  /* line 3519, _bootstrap.scss */
  .custom-range::-moz-range-thumb {
    -webkit-transition: none;
    transition: none; } }
/* line 3522, _bootstrap.scss */
.custom-range::-moz-range-thumb:active {
  background-color: #d4dffb; }

/* line 3524, _bootstrap.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 3532, _bootstrap.scss */
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #f6d258;
  border: 0;
  border-radius: 1rem;
  appearance: none; }

@media (prefers-reduced-motion: reduce) {
  /* line 3547, _bootstrap.scss */
  .custom-range::-ms-thumb {
    -webkit-transition: none;
    transition: none; } }
/* line 3550, _bootstrap.scss */
.custom-range::-ms-thumb:active {
  background-color: #d4dffb; }

/* line 3552, _bootstrap.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 3560, _bootstrap.scss */
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem; }

/* line 3563, _bootstrap.scss */
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem; }

/* line 3567, _bootstrap.scss */
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #969696; }

/* line 3569, _bootstrap.scss */
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default; }

/* line 3571, _bootstrap.scss */
.custom-range:disabled::-moz-range-thumb {
  background-color: #969696; }

/* line 3573, _bootstrap.scss */
.custom-range:disabled::-moz-range-track {
  cursor: default; }

/* line 3575, _bootstrap.scss */
.custom-range:disabled::-ms-thumb {
  background-color: #969696; }

@media (prefers-reduced-motion: reduce) {
  /* line 3587, _bootstrap.scss */
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    -webkit-transition: none;
    transition: none; } }
/* line 3593, _bootstrap.scss */
.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

/* line 3603, _bootstrap.scss */
.nav-link {
  display: block;
  padding: 0.5rem 1rem; }

/* line 3606, _bootstrap.scss */
.nav-link:hover, .nav-link:focus {
  text-decoration: none; }

/* line 3608, _bootstrap.scss */
.nav-link.disabled {
  color: #545454;
  pointer-events: none;
  cursor: default; }

/* line 3613, _bootstrap.scss */
.nav-tabs {
  border-bottom: 1px solid #dee2e6; }

/* line 3615, _bootstrap.scss */
.nav-tabs .nav-item {
  margin-bottom: -1px; }

/* line 3617, _bootstrap.scss */
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.37rem;
  border-top-right-radius: 0.37rem; }

/* line 3621, _bootstrap.scss */
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e4e4e4 #e4e4e4 #dee2e6; }

/* line 3623, _bootstrap.scss */
.nav-tabs .nav-link.disabled {
  color: #545454;
  background-color: transparent;
  border-color: transparent; }

/* line 3627, _bootstrap.scss */
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff; }

/* line 3632, _bootstrap.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

/* line 3637, _bootstrap.scss */
.nav-pills .nav-link {
  border-radius: 0.37rem; }

/* line 3639, _bootstrap.scss */
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #f6d258; }

/* line 3644, _bootstrap.scss */
.nav-fill .nav-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center; }

/* line 3650, _bootstrap.scss */
.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center; }

/* line 3658, _bootstrap.scss */
.tab-content > .tab-pane {
  display: none; }

/* line 3660, _bootstrap.scss */
.tab-content > .active {
  display: block; }

/* line 3663, _bootstrap.scss */
.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem; }

/* line 3677, _bootstrap.scss */
.navbar > .container,
.navbar > .container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

/* line 3691, _bootstrap.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 3699, _bootstrap.scss */
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none; }

/* line 3702, _bootstrap.scss */
.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

/* line 3713, _bootstrap.scss */
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0; }

/* line 3716, _bootstrap.scss */
.navbar-nav .dropdown-menu {
  position: static;
  float: none; }

/* line 3720, _bootstrap.scss */
.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

/* line 3725, _bootstrap.scss */
.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

/* line 3735, _bootstrap.scss */
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.37rem; }

/* line 3742, _bootstrap.scss */
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none; }

/* line 3745, _bootstrap.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 3755, _bootstrap.scss */
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 576px) {
  /* line 3760, _bootstrap.scss */
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }

  /* line 3768, _bootstrap.scss */
  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }

  /* line 3773, _bootstrap.scss */
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute; }

  /* line 3775, _bootstrap.scss */
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.7rem;
    padding-left: 0.7rem; }

  /* line 3778, _bootstrap.scss */
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }

  /* line 3782, _bootstrap.scss */
  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }

  /* line 3788, _bootstrap.scss */
  .navbar-expand-sm .navbar-toggler {
    display: none; } }
@media (max-width: 767.98px) {
  /* line 3791, _bootstrap.scss */
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 768px) {
  /* line 3796, _bootstrap.scss */
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }

  /* line 3804, _bootstrap.scss */
  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }

  /* line 3809, _bootstrap.scss */
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute; }

  /* line 3811, _bootstrap.scss */
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.7rem;
    padding-left: 0.7rem; }

  /* line 3814, _bootstrap.scss */
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }

  /* line 3819, _bootstrap.scss */
  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }

  /* line 3825, _bootstrap.scss */
  .navbar-expand-md .navbar-toggler {
    display: none; } }
@media (max-width: 991.98px) {
  /* line 3828, _bootstrap.scss */
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 992px) {
  /* line 3833, _bootstrap.scss */
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }

  /* line 3841, _bootstrap.scss */
  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }

  /* line 3846, _bootstrap.scss */
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute; }

  /* line 3848, _bootstrap.scss */
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.7rem;
    padding-left: 0.7rem; }

  /* line 3851, _bootstrap.scss */
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }

  /* line 3855, _bootstrap.scss */
  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }

  /* line 3861, _bootstrap.scss */
  .navbar-expand-lg .navbar-toggler {
    display: none; } }
@media (max-width: 1199.98px) {
  /* line 3864, _bootstrap.scss */
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 1200px) {
  /* line 3869, _bootstrap.scss */
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }

  /* line 3877, _bootstrap.scss */
  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }

  /* line 3882, _bootstrap.scss */
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute; }

  /* line 3884, _bootstrap.scss */
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.7rem;
    padding-left: 0.7rem; }

  /* line 3887, _bootstrap.scss */
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }

  /* line 3891, _bootstrap.scss */
  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }

  /* line 3897, _bootstrap.scss */
  .navbar-expand-xl .navbar-toggler {
    display: none; } }
/* line 3899, _bootstrap.scss */
.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

/* line 3907, _bootstrap.scss */
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0; }

/* line 3911, _bootstrap.scss */
.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }

/* line 3916, _bootstrap.scss */
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute; }

/* line 3918, _bootstrap.scss */
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.7rem;
  padding-left: 0.7rem; }

/* line 3921, _bootstrap.scss */
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

/* line 3925, _bootstrap.scss */
.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto; }

/* line 3931, _bootstrap.scss */
.navbar-expand .navbar-toggler {
  display: none; }

/* line 3934, _bootstrap.scss */
.navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1); }

/* line 3938, _bootstrap.scss */
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%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 3941, _bootstrap.scss */
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }

/* line 3943, _bootstrap.scss */
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9); }

/* line 3945, _bootstrap.scss */
.navbar-light .nav-link {
  color: rgba(0, 0, 0, 0.5); }

/* line 3947, _bootstrap.scss */
.navbar-light .nav-link:hover, .navbar-light .nav-link:focus {
  color: black; }

/* line 3949, _bootstrap.scss */
.navbar-light .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3); }

/* line 3951, _bootstrap.scss */
.navbar-light .show > .nav-link,
.navbar-light .active > .nav-link,
.navbar-light .nav-link.show,
.navbar-light .nav-link.active {
  color: rgba(0, 0, 0, 0.9); }

/* line 3956, _bootstrap.scss */
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5); }

/* line 3958, _bootstrap.scss */
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9); }

/* line 3960, _bootstrap.scss */
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9); }

/* line 3963, _bootstrap.scss */
.navbar-dark .navbar-brand {
  color: #fff; }

/* line 3965, _bootstrap.scss */
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff; }

/* line 3967, _bootstrap.scss */
.navbar-dark .nav-link {
  color: rgba(255, 255, 255, 0.7); }

/* line 3969, _bootstrap.scss */
.navbar-dark .nav-link:hover, .navbar-dark .nav-link:focus {
  color: white; }

/* line 3971, _bootstrap.scss */
.navbar-dark .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25); }

/* line 3973, _bootstrap.scss */
.navbar-dark .show > .nav-link,
.navbar-dark .active > .nav-link,
.navbar-dark .nav-link.show,
.navbar-dark .nav-link.active {
  color: #fff; }

/* line 3978, _bootstrap.scss */
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.7);
  border-color: rgba(255, 255, 255, 0.1); }

/* line 3981, _bootstrap.scss */
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

/* line 3983, _bootstrap.scss */
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.7); }

/* line 3985, _bootstrap.scss */
.navbar-dark .navbar-text a {
  color: #fff; }

/* line 3987, _bootstrap.scss */
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff; }

/* line 3990, _bootstrap.scss */
.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.37rem; }

/* line 4005, _bootstrap.scss */
.card > hr {
  margin-right: 0;
  margin-left: 0; }

/* line 4008, _bootstrap.scss */
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.37rem;
  border-top-right-radius: 0.37rem; }

/* line 4011, _bootstrap.scss */
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.37rem;
  border-bottom-left-radius: 0.37rem; }

/* line 4015, _bootstrap.scss */
.card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem; }

/* line 4021, _bootstrap.scss */
.card-title {
  margin-bottom: 0.75rem; }

/* line 4024, _bootstrap.scss */
.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }

/* line 4028, _bootstrap.scss */
.card-text:last-child {
  margin-bottom: 0; }

/* line 4031, _bootstrap.scss */
.card-link:hover {
  text-decoration: none; }

/* line 4033, _bootstrap.scss */
.card-link + .card-link {
  margin-left: 1.25rem; }

/* line 4036, _bootstrap.scss */
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

/* line 4041, _bootstrap.scss */
.card-header:first-child {
  border-radius: calc(0.37rem - 1px) calc(0.37rem - 1px) 0 0; }

/* line 4043, _bootstrap.scss */
.card-header + .list-group .list-group-item:first-child {
  border-top: 0; }

/* line 4046, _bootstrap.scss */
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

/* line 4050, _bootstrap.scss */
.card-footer:last-child {
  border-radius: 0 0 calc(0.37rem - 1px) calc(0.37rem - 1px); }

/* line 4053, _bootstrap.scss */
.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

/* line 4059, _bootstrap.scss */
.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

/* line 4063, _bootstrap.scss */
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

/* line 4071, _bootstrap.scss */
.card-img {
  width: 100%;
  border-radius: calc(0.37rem - 1px); }

/* line 4075, _bootstrap.scss */
.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.37rem - 1px);
  border-top-right-radius: calc(0.37rem - 1px); }

/* line 4080, _bootstrap.scss */
.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.37rem - 1px);
  border-bottom-left-radius: calc(0.37rem - 1px); }

/* line 4085, _bootstrap.scss */
.card-deck {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

/* line 4093, _bootstrap.scss */
.card-deck .card {
  margin-bottom: 10px; }

@media (min-width: 576px) {
  /* line 4096, _bootstrap.scss */
  .card-deck {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -10px;
    margin-left: -10px; }

  /* line 4103, _bootstrap.scss */
  .card-deck .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 10px;
    margin-bottom: 0;
    margin-left: 10px; } }
/* line 4118, _bootstrap.scss */
.card-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

/* line 4126, _bootstrap.scss */
.card-group > .card {
  margin-bottom: 10px; }

@media (min-width: 576px) {
  /* line 4129, _bootstrap.scss */
  .card-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; }

  /* line 4134, _bootstrap.scss */
  .card-group > .card {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0; }

  /* line 4139, _bootstrap.scss */
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0; }

  /* line 4142, _bootstrap.scss */
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }

  /* line 4145, _bootstrap.scss */
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0; }

  /* line 4148, _bootstrap.scss */
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0; }

  /* line 4151, _bootstrap.scss */
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }

  /* line 4154, _bootstrap.scss */
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0; }

  /* line 4157, _bootstrap.scss */
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0; } }
/* line 4161, _bootstrap.scss */
.card-columns .card {
  margin-bottom: 0.75rem; }

@media (min-width: 576px) {
  /* line 4164, _bootstrap.scss */
  .card-columns {
    -webkit-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }

  /* line 4171, _bootstrap.scss */
  .card-columns .card {
    display: inline-block;
    width: 100%; } }
/* line 4175, _bootstrap.scss */
.accordion > .card {
  overflow: hidden; }

/* line 4177, _bootstrap.scss */
.accordion > .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0; }

/* line 4179, _bootstrap.scss */
.accordion > .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0; }

/* line 4182, _bootstrap.scss */
.accordion > .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

/* line 4186, _bootstrap.scss */
.accordion > .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

/* line 4189, _bootstrap.scss */
.accordion > .card .card-header {
  margin-bottom: -1px; }

/* line 4192, _bootstrap.scss */
.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 0;
  list-style: none;
  background-color: transparent;
  border-radius: 0.37rem; }

/* line 4204, _bootstrap.scss */
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem; }

/* line 4206, _bootstrap.scss */
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #545454;
  content: "/"; }

/* line 4211, _bootstrap.scss */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline; }

/* line 4213, _bootstrap.scss */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none; }

/* line 4215, _bootstrap.scss */
.breadcrumb-item.active {
  color: #545454; }

/* line 4218, _bootstrap.scss */
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.37rem; }

/* line 4226, _bootstrap.scss */
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #f6d258;
  background-color: #fff;
  border: 1px solid #dee2e6; }

/* line 4235, _bootstrap.scss */
.page-link:hover {
  z-index: 2;
  color: #000000;
  text-decoration: none;
  background-color: #f6d258;
  border-color: #f6d258; }

/* line 4241, _bootstrap.scss */
.page-link:focus {
  z-index: 2;
  outline: 0; }

/* line 4245, _bootstrap.scss */
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.37rem;
  border-bottom-left-radius: 0.37rem; }

/* line 4249, _bootstrap.scss */
.page-item:last-child .page-link {
  border-top-right-radius: 0.37rem;
  border-bottom-right-radius: 0.37rem; }

/* line 4252, _bootstrap.scss */
.page-item.active .page-link {
  z-index: 1;
  color: #000000;
  background-color: #f6d258;
  border-color: #f6d258; }

/* line 4257, _bootstrap.scss */
.page-item.disabled .page-link {
  color: #545454;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6; }

/* line 4264, _bootstrap.scss */
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5; }

/* line 4268, _bootstrap.scss */
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.45rem;
  border-bottom-left-radius: 0.45rem; }

/* line 4271, _bootstrap.scss */
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.45rem;
  border-bottom-right-radius: 0.45rem; }

/* line 4275, _bootstrap.scss */
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.82rem;
  line-height: 1.2; }

/* line 4279, _bootstrap.scss */
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem; }

/* line 4282, _bootstrap.scss */
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem; }

/* line 4286, _bootstrap.scss */
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.37rem; }

@media (prefers-reduced-motion: reduce) {
  /* line 4302, _bootstrap.scss */
  .badge {
    -webkit-transition: none;
    transition: none; } }
/* line 4305, _bootstrap.scss */
a.badge:hover, a.badge:focus {
  text-decoration: none; }

/* line 4307, _bootstrap.scss */
.badge:empty {
  display: none; }

/* line 4310, _bootstrap.scss */
.btn .badge {
  position: relative;
  top: -1px; }

/* line 4314, _bootstrap.scss */
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem; }

/* line 4319, _bootstrap.scss */
.badge-primary {
  color: #fff;
  background-color: #f6d258; }

/* line 4322, _bootstrap.scss */
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #f0bb07; }

/* line 4325, _bootstrap.scss */
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(49, 103, 235, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(49, 103, 235, 0.5); }

/* line 4330, _bootstrap.scss */
.badge-secondary {
  color: #fff;
  background-color: #545454; }

/* line 4333, _bootstrap.scss */
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #3b3b3b; }

/* line 4336, _bootstrap.scss */
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(84, 84, 84, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(84, 84, 84, 0.5); }

/* line 4341, _bootstrap.scss */
.badge-success {
  color: #fff;
  background-color: #00b517; }

/* line 4344, _bootstrap.scss */
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #008211; }

/* line 4347, _bootstrap.scss */
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 181, 23, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 181, 23, 0.5); }

/* line 4352, _bootstrap.scss */
.badge-info {
  color: #fff;
  background-color: #17a2b8; }

/* line 4355, _bootstrap.scss */
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #117a8b; }

/* line 4358, _bootstrap.scss */
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

/* line 4363, _bootstrap.scss */
.badge-warning {
  color: #fff;
  background-color: #ff9017; }

/* line 4366, _bootstrap.scss */
a.badge-warning:hover, a.badge-warning:focus {
  color: #fff;
  background-color: #e37600; }

/* line 4369, _bootstrap.scss */
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 144, 23, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 144, 23, 0.5); }

/* line 4374, _bootstrap.scss */
.badge-danger {
  color: #fff;
  background-color: #fa3434; }

/* line 4377, _bootstrap.scss */
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #f50606; }

/* line 4380, _bootstrap.scss */
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(250, 52, 52, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(250, 52, 52, 0.5); }

/* line 4385, _bootstrap.scss */
.badge-light {
  color: #212529;
  background-color: #e4e4e4; }

/* line 4388, _bootstrap.scss */
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #cbcbcb; }

/* line 4391, _bootstrap.scss */
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(228, 228, 228, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(228, 228, 228, 0.5); }

/* line 4396, _bootstrap.scss */
.badge-dark {
  color: #fff;
  background-color: #212529; }

/* line 4399, _bootstrap.scss */
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #0a0c0d; }

/* line 4402, _bootstrap.scss */
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5); }

/* line 4407, _bootstrap.scss */
.badge-primary-light {
  color: #fff;
  background-color: #5f89f0; }

/* line 4410, _bootstrap.scss */
a.badge-primary-light:hover, a.badge-primary-light:focus {
  color: #fff;
  background-color: #f6d258; }

/* line 4413, _bootstrap.scss */
a.badge-primary-light:focus, a.badge-primary-light.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(95, 137, 240, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(95, 137, 240, 0.5); }

/* line 4418, _bootstrap.scss */
.badge-gray {
  color: #fff;
  background-color: #545454; }

/* line 4421, _bootstrap.scss */
a.badge-gray:hover, a.badge-gray:focus {
  color: #fff;
  background-color: #3b3b3b; }

/* line 4424, _bootstrap.scss */
a.badge-gray:focus, a.badge-gray.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(84, 84, 84, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(84, 84, 84, 0.5); }

/* line 4429, _bootstrap.scss */
.badge-gray-light {
  color: #fff;
  background-color: #969696; }

/* line 4432, _bootstrap.scss */
a.badge-gray-light:hover, a.badge-gray-light:focus {
  color: #fff;
  background-color: #7d7d7d; }

/* line 4435, _bootstrap.scss */
a.badge-gray-light:focus, a.badge-gray-light.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(150, 150, 150, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(150, 150, 150, 0.5); }

/* line 4440, _bootstrap.scss */
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e4e4e4;
  border-radius: 0.45rem; }

@media (min-width: 576px) {
  /* line 4446, _bootstrap.scss */
  .jumbotron {
    padding: 4rem 2rem; } }
/* line 4449, _bootstrap.scss */
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

/* line 4454, _bootstrap.scss */
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.37rem; }

/* line 4461, _bootstrap.scss */
.alert-heading {
  color: inherit; }

/* line 4464, _bootstrap.scss */
.alert-link {
  font-weight: 600; }

/* line 4467, _bootstrap.scss */
.alert-dismissible {
  padding-right: 4rem; }

/* line 4469, _bootstrap.scss */
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit; }

/* line 4476, _bootstrap.scss */
.alert-primary {
  color: #19367a;
  background-color: #d6e1fb;
  border-color: #c5d4f9; }

/* line 4480, _bootstrap.scss */
.alert-primary hr {
  border-top-color: #aec3f7; }

/* line 4482, _bootstrap.scss */
.alert-primary .alert-link {
  color: #102350; }

/* line 4485, _bootstrap.scss */
.alert-secondary {
  color: #2c2c2c;
  background-color: #dddddd;
  border-color: #cfcfcf; }

/* line 4489, _bootstrap.scss */
.alert-secondary hr {
  border-top-color: #c2c2c2; }

/* line 4491, _bootstrap.scss */
.alert-secondary .alert-link {
  color: #131313; }

/* line 4494, _bootstrap.scss */
.alert-success {
  color: #005e0c;
  background-color: #ccf0d1;
  border-color: #b8eabe; }

/* line 4498, _bootstrap.scss */
.alert-success hr {
  border-top-color: #a4e4ac; }

/* line 4500, _bootstrap.scss */
.alert-success .alert-link {
  color: #002b05; }

/* line 4503, _bootstrap.scss */
.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb; }

/* line 4507, _bootstrap.scss */
.alert-info hr {
  border-top-color: #abdde5; }

/* line 4509, _bootstrap.scss */
.alert-info .alert-link {
  color: #062c33; }

/* line 4512, _bootstrap.scss */
.alert-warning {
  color: #854b0c;
  background-color: #ffe9d1;
  border-color: #ffe0be; }

/* line 4516, _bootstrap.scss */
.alert-warning hr {
  border-top-color: #ffd4a5; }

/* line 4518, _bootstrap.scss */
.alert-warning .alert-link {
  color: #563108; }

/* line 4521, _bootstrap.scss */
.alert-danger {
  color: #821b1b;
  background-color: #fed6d6;
  border-color: #fec6c6; }

/* line 4525, _bootstrap.scss */
.alert-danger hr {
  border-top-color: #feadad; }

/* line 4527, _bootstrap.scss */
.alert-danger .alert-link {
  color: #581212; }

/* line 4530, _bootstrap.scss */
.alert-light {
  color: #777777;
  background-color: #fafafa;
  border-color: #f7f7f7; }

/* line 4534, _bootstrap.scss */
.alert-light hr {
  border-top-color: #eaeaea; }

/* line 4536, _bootstrap.scss */
.alert-light .alert-link {
  color: #5e5e5e; }

/* line 4539, _bootstrap.scss */
.alert-dark {
  color: #111315;
  background-color: #d3d3d4;
  border-color: #c1c2c3; }

/* line 4543, _bootstrap.scss */
.alert-dark hr {
  border-top-color: #b4b5b6; }

/* line 4545, _bootstrap.scss */
.alert-dark .alert-link {
  color: black; }

/* line 4548, _bootstrap.scss */
.alert-primary-light {
  color: #31477d;
  background-color: #dfe7fc;
  border-color: #d2defb; }

/* line 4552, _bootstrap.scss */
.alert-primary-light hr {
  border-top-color: #bbcdf9; }

/* line 4554, _bootstrap.scss */
.alert-primary-light .alert-link {
  color: #233258; }

/* line 4557, _bootstrap.scss */
.alert-gray {
  color: #2c2c2c;
  background-color: #dddddd;
  border-color: #cfcfcf; }

/* line 4561, _bootstrap.scss */
.alert-gray hr {
  border-top-color: #c2c2c2; }

/* line 4563, _bootstrap.scss */
.alert-gray .alert-link {
  color: #131313; }

/* line 4566, _bootstrap.scss */
.alert-gray-light {
  color: #4e4e4e;
  background-color: #eaeaea;
  border-color: #e2e2e2; }

/* line 4570, _bootstrap.scss */
.alert-gray-light hr {
  border-top-color: #d5d5d5; }

/* line 4572, _bootstrap.scss */
.alert-gray-light .alert-link {
  color: #353535; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }
/* line 4586, _bootstrap.scss */
.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e4e4e4;
  border-radius: 0.37rem; }

/* line 4596, _bootstrap.scss */
.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #f6d258;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease; }

@media (prefers-reduced-motion: reduce) {
  /* line 4614, _bootstrap.scss */
  .progress-bar {
    -webkit-transition: none;
    transition: none; } }
/* line 4618, _bootstrap.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 4622, _bootstrap.scss */
.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite; }

@media (prefers-reduced-motion: reduce) {
  /* line 4626, _bootstrap.scss */
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none; } }
/* line 4630, _bootstrap.scss */
.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

/* line 4638, _bootstrap.scss */
.media-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

/* line 4643, _bootstrap.scss */
.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0; }

/* line 4654, _bootstrap.scss */
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }

/* line 4658, _bootstrap.scss */
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa; }

/* line 4663, _bootstrap.scss */
.list-group-item-action:active {
  color: #343a40;
  background-color: #e4e4e4; }

/* line 4667, _bootstrap.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 4674, _bootstrap.scss */
.list-group-item:first-child {
  border-top-left-radius: 0.37rem;
  border-top-right-radius: 0.37rem; }

/* line 4677, _bootstrap.scss */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.37rem;
  border-bottom-left-radius: 0.37rem; }

/* line 4681, _bootstrap.scss */
.list-group-item.disabled, .list-group-item:disabled {
  color: #545454;
  pointer-events: none;
  background-color: #fff; }

/* line 4685, _bootstrap.scss */
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #f6d258;
  border-color: #f6d258; }

/* line 4691, _bootstrap.scss */
.list-group-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }

/* line 4696, _bootstrap.scss */
.list-group-horizontal .list-group-item {
  margin-right: -1px;
  margin-bottom: 0; }

/* line 4699, _bootstrap.scss */
.list-group-horizontal .list-group-item:first-child {
  border-top-left-radius: 0.37rem;
  border-bottom-left-radius: 0.37rem;
  border-top-right-radius: 0; }

/* line 4703, _bootstrap.scss */
.list-group-horizontal .list-group-item:last-child {
  margin-right: 0;
  border-top-right-radius: 0.37rem;
  border-bottom-right-radius: 0.37rem;
  border-bottom-left-radius: 0; }

@media (min-width: 576px) {
  /* line 4710, _bootstrap.scss */
  .list-group-horizontal-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }

  /* line 4715, _bootstrap.scss */
  .list-group-horizontal-sm .list-group-item {
    margin-right: -1px;
    margin-bottom: 0; }

  /* line 4718, _bootstrap.scss */
  .list-group-horizontal-sm .list-group-item:first-child {
    border-top-left-radius: 0.37rem;
    border-bottom-left-radius: 0.37rem;
    border-top-right-radius: 0; }

  /* line 4722, _bootstrap.scss */
  .list-group-horizontal-sm .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.37rem;
    border-bottom-right-radius: 0.37rem;
    border-bottom-left-radius: 0; } }
@media (min-width: 768px) {
  /* line 4728, _bootstrap.scss */
  .list-group-horizontal-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }

  /* line 4733, _bootstrap.scss */
  .list-group-horizontal-md .list-group-item {
    margin-right: -1px;
    margin-bottom: 0; }

  /* line 4736, _bootstrap.scss */
  .list-group-horizontal-md .list-group-item:first-child {
    border-top-left-radius: 0.37rem;
    border-bottom-left-radius: 0.37rem;
    border-top-right-radius: 0; }

  /* line 4740, _bootstrap.scss */
  .list-group-horizontal-md .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.37rem;
    border-bottom-right-radius: 0.37rem;
    border-bottom-left-radius: 0; } }
@media (min-width: 992px) {
  /* line 4746, _bootstrap.scss */
  .list-group-horizontal-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }

  /* line 4751, _bootstrap.scss */
  .list-group-horizontal-lg .list-group-item {
    margin-right: -1px;
    margin-bottom: 0; }

  /* line 4754, _bootstrap.scss */
  .list-group-horizontal-lg .list-group-item:first-child {
    border-top-left-radius: 0.37rem;
    border-bottom-left-radius: 0.37rem;
    border-top-right-radius: 0; }

  /* line 4758, _bootstrap.scss */
  .list-group-horizontal-lg .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.37rem;
    border-bottom-right-radius: 0.37rem;
    border-bottom-left-radius: 0; } }
@media (min-width: 1200px) {
  /* line 4764, _bootstrap.scss */
  .list-group-horizontal-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }

  /* line 4769, _bootstrap.scss */
  .list-group-horizontal-xl .list-group-item {
    margin-right: -1px;
    margin-bottom: 0; }

  /* line 4772, _bootstrap.scss */
  .list-group-horizontal-xl .list-group-item:first-child {
    border-top-left-radius: 0.37rem;
    border-bottom-left-radius: 0.37rem;
    border-top-right-radius: 0; }

  /* line 4776, _bootstrap.scss */
  .list-group-horizontal-xl .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.37rem;
    border-bottom-right-radius: 0.37rem;
    border-bottom-left-radius: 0; } }
/* line 4781, _bootstrap.scss */
.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }

/* line 4785, _bootstrap.scss */
.list-group-flush .list-group-item:last-child {
  margin-bottom: -1px; }

/* line 4787, _bootstrap.scss */
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0; }

/* line 4789, _bootstrap.scss */
.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0; }

/* line 4793, _bootstrap.scss */
.list-group-item-primary {
  color: #19367a;
  background-color: #c5d4f9; }

/* line 4796, _bootstrap.scss */
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #19367a;
  background-color: #aec3f7; }

/* line 4799, _bootstrap.scss */
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #19367a;
  border-color: #19367a; }

/* line 4804, _bootstrap.scss */
.list-group-item-secondary {
  color: #2c2c2c;
  background-color: #cfcfcf; }

/* line 4807, _bootstrap.scss */
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #2c2c2c;
  background-color: #c2c2c2; }

/* line 4810, _bootstrap.scss */
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #2c2c2c;
  border-color: #2c2c2c; }

/* line 4815, _bootstrap.scss */
.list-group-item-success {
  color: #005e0c;
  background-color: #b8eabe; }

/* line 4818, _bootstrap.scss */
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #005e0c;
  background-color: #a4e4ac; }

/* line 4821, _bootstrap.scss */
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #005e0c;
  border-color: #005e0c; }

/* line 4826, _bootstrap.scss */
.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb; }

/* line 4829, _bootstrap.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 4832, _bootstrap.scss */
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460; }

/* line 4837, _bootstrap.scss */
.list-group-item-warning {
  color: #854b0c;
  background-color: #ffe0be; }

/* line 4840, _bootstrap.scss */
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #854b0c;
  background-color: #ffd4a5; }

/* line 4843, _bootstrap.scss */
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #854b0c;
  border-color: #854b0c; }

/* line 4848, _bootstrap.scss */
.list-group-item-danger {
  color: #821b1b;
  background-color: #fec6c6; }

/* line 4851, _bootstrap.scss */
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #821b1b;
  background-color: #feadad; }

/* line 4854, _bootstrap.scss */
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #821b1b;
  border-color: #821b1b; }

/* line 4859, _bootstrap.scss */
.list-group-item-light {
  color: #777777;
  background-color: #f7f7f7; }

/* line 4862, _bootstrap.scss */
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #777777;
  background-color: #eaeaea; }

/* line 4865, _bootstrap.scss */
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #777777;
  border-color: #777777; }

/* line 4870, _bootstrap.scss */
.list-group-item-dark {
  color: #111315;
  background-color: #c1c2c3; }

/* line 4873, _bootstrap.scss */
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #111315;
  background-color: #b4b5b6; }

/* line 4876, _bootstrap.scss */
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #111315;
  border-color: #111315; }

/* line 4881, _bootstrap.scss */
.list-group-item-primary-light {
  color: #31477d;
  background-color: #d2defb; }

/* line 4884, _bootstrap.scss */
.list-group-item-primary-light.list-group-item-action:hover, .list-group-item-primary-light.list-group-item-action:focus {
  color: #31477d;
  background-color: #bbcdf9; }

/* line 4887, _bootstrap.scss */
.list-group-item-primary-light.list-group-item-action.active {
  color: #fff;
  background-color: #31477d;
  border-color: #31477d; }

/* line 4892, _bootstrap.scss */
.list-group-item-gray {
  color: #2c2c2c;
  background-color: #cfcfcf; }

/* line 4895, _bootstrap.scss */
.list-group-item-gray.list-group-item-action:hover, .list-group-item-gray.list-group-item-action:focus {
  color: #2c2c2c;
  background-color: #c2c2c2; }

/* line 4898, _bootstrap.scss */
.list-group-item-gray.list-group-item-action.active {
  color: #fff;
  background-color: #2c2c2c;
  border-color: #2c2c2c; }

/* line 4903, _bootstrap.scss */
.list-group-item-gray-light {
  color: #4e4e4e;
  background-color: #e2e2e2; }

/* line 4906, _bootstrap.scss */
.list-group-item-gray-light.list-group-item-action:hover, .list-group-item-gray-light.list-group-item-action:focus {
  color: #4e4e4e;
  background-color: #d5d5d5; }

/* line 4909, _bootstrap.scss */
.list-group-item-gray-light.list-group-item-action.active {
  color: #fff;
  background-color: #4e4e4e;
  border-color: #4e4e4e; }

/* line 4914, _bootstrap.scss */
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }

/* line 4922, _bootstrap.scss */
.close:hover {
  color: #000;
  text-decoration: none; }

/* line 4925, _bootstrap.scss */
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: .75; }

/* line 4928, _bootstrap.scss */
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

/* line 4936, _bootstrap.scss */
a.close.disabled {
  pointer-events: none; }

/* line 4939, _bootstrap.scss */
.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem; }

/* line 4952, _bootstrap.scss */
.toast:not(:last-child) {
  margin-bottom: 0.75rem; }

/* line 4954, _bootstrap.scss */
.toast.showing {
  opacity: 1; }

/* line 4956, _bootstrap.scss */
.toast.show {
  display: block;
  opacity: 1; }

/* line 4959, _bootstrap.scss */
.toast.hide {
  display: none; }

/* line 4962, _bootstrap.scss */
.toast-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #545454;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }

/* line 4975, _bootstrap.scss */
.toast-body {
  padding: 0.75rem; }

/* line 4978, _bootstrap.scss */
.modal-open {
  overflow: hidden; }

/* line 4980, _bootstrap.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

/* line 4984, _bootstrap.scss */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0; }

/* line 4995, _bootstrap.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }

/* line 5000, _bootstrap.scss */
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px); }

@media (prefers-reduced-motion: reduce) {
  /* line 5008, _bootstrap.scss */
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    transition: none; } }
/* line 5011, _bootstrap.scss */
.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none; }

/* line 5015, _bootstrap.scss */
.modal-dialog-scrollable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem); }

/* line 5020, _bootstrap.scss */
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden; }

/* line 5023, _bootstrap.scss */
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  -ms-flex-negative: 0;
  flex-shrink: 0; }

/* line 5027, _bootstrap.scss */
.modal-dialog-scrollable .modal-body {
  overflow-y: auto; }

/* line 5030, _bootstrap.scss */
.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem); }

/* line 5038, _bootstrap.scss */
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: ""; }

/* line 5042, _bootstrap.scss */
.modal-dialog-centered.modal-dialog-scrollable {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%; }

/* line 5051, _bootstrap.scss */
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none; }

/* line 5053, _bootstrap.scss */
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none; }

/* line 5056, _bootstrap.scss */
.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.45rem;
  outline: 0; }

/* line 5073, _bootstrap.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000; }

/* line 5081, _bootstrap.scss */
.modal-backdrop.fade {
  opacity: 0; }

/* line 5083, _bootstrap.scss */
.modal-backdrop.show {
  opacity: 0.5; }

/* line 5086, _bootstrap.scss */
.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e4e4e4;
  border-top-left-radius: 0.45rem;
  border-top-right-radius: 0.45rem; }

/* line 5100, _bootstrap.scss */
.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto; }

/* line 5104, _bootstrap.scss */
.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

/* line 5108, _bootstrap.scss */
.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem; }

/* line 5115, _bootstrap.scss */
.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e4e4e4;
  border-bottom-right-radius: 0.45rem;
  border-bottom-left-radius: 0.45rem; }

/* line 5129, _bootstrap.scss */
.modal-footer > :not(:first-child) {
  margin-left: .25rem; }

/* line 5131, _bootstrap.scss */
.modal-footer > :not(:last-child) {
  margin-right: .25rem; }

/* line 5134, _bootstrap.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  /* line 5142, _bootstrap.scss */
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }

  /* line 5146, _bootstrap.scss */
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem); }

  /* line 5148, _bootstrap.scss */
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem); }

  /* line 5151, _bootstrap.scss */
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }

  /* line 5153, _bootstrap.scss */
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem); }

  /* line 5156, _bootstrap.scss */
  .modal-sm {
    max-width: 300px; } }
@media (min-width: 992px) {
  /* line 5159, _bootstrap.scss */
  .modal-lg,
  .modal-xl {
    max-width: 800px; } }
@media (min-width: 1200px) {
  /* line 5163, _bootstrap.scss */
  .modal-xl {
    max-width: 1140px; } }
/* line 5165, _bootstrap.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Open Sans", 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.82rem;
  word-wrap: break-word;
  opacity: 0; }

/* line 5187, _bootstrap.scss */
.tooltip.show {
  opacity: 0.9; }

/* line 5189, _bootstrap.scss */
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem; }

/* line 5194, _bootstrap.scss */
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid; }

/* line 5200, _bootstrap.scss */
.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0; }

/* line 5202, _bootstrap.scss */
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0; }

/* line 5204, _bootstrap.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 5209, _bootstrap.scss */
.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem; }

/* line 5211, _bootstrap.scss */
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem; }

/* line 5215, _bootstrap.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 5220, _bootstrap.scss */
.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0; }

/* line 5222, _bootstrap.scss */
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0; }

/* line 5224, _bootstrap.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 5229, _bootstrap.scss */
.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem; }

/* line 5231, _bootstrap.scss */
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem; }

/* line 5235, _bootstrap.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 5240, _bootstrap.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.37rem; }

/* line 5248, _bootstrap.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Open Sans", 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.82rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.45rem; }

/* line 5275, _bootstrap.scss */
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.45rem; }

/* line 5281, _bootstrap.scss */
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid; }

/* line 5288, _bootstrap.scss */
.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem; }

/* line 5290, _bootstrap.scss */
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
  bottom: calc((0.5rem + 1px) * -1); }

/* line 5292, _bootstrap.scss */
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25); }

/* line 5296, _bootstrap.scss */
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff; }

/* line 5301, _bootstrap.scss */
.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem; }

/* line 5303, _bootstrap.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.45rem 0; }

/* line 5308, _bootstrap.scss */
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25); }

/* line 5312, _bootstrap.scss */
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff; }

/* line 5317, _bootstrap.scss */
.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem; }

/* line 5319, _bootstrap.scss */
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
  top: calc((0.5rem + 1px) * -1); }

/* line 5321, _bootstrap.scss */
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25); }

/* line 5325, _bootstrap.scss */
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff; }

/* line 5329, _bootstrap.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 5339, _bootstrap.scss */
.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem; }

/* line 5341, _bootstrap.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.45rem 0; }

/* line 5346, _bootstrap.scss */
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25); }

/* line 5350, _bootstrap.scss */
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff; }

/* line 5355, _bootstrap.scss */
.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.45rem - 1px);
  border-top-right-radius: calc(0.45rem - 1px); }

/* line 5363, _bootstrap.scss */
.popover-header:empty {
  display: none; }

/* line 5366, _bootstrap.scss */
.popover-body {
  padding: 0.5rem 0.75rem;
  color: #343a40; }

/* line 5370, _bootstrap.scss */
.carousel {
  position: relative; }

/* line 5373, _bootstrap.scss */
.carousel.pointer-event {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

/* line 5377, _bootstrap.scss */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }

/* line 5381, _bootstrap.scss */
.carousel-inner::after {
  display: block;
  clear: both;
  content: ""; }

/* line 5386, _bootstrap.scss */
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

@media (prefers-reduced-motion: reduce) {
  /* line 5400, _bootstrap.scss */
  .carousel-item {
    -webkit-transition: none;
    transition: none; } }
/* line 5404, _bootstrap.scss */
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block; }

/* line 5409, _bootstrap.scss */
.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%); }

/* line 5414, _bootstrap.scss */
.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%); }

/* line 5419, _bootstrap.scss */
.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transform: none;
  transform: none; }

/* line 5425, _bootstrap.scss */
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1; }

/* line 5430, _bootstrap.scss */
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  -webkit-transition: 0s 0.6s opacity;
  transition: 0s 0.6s opacity; }

@media (prefers-reduced-motion: reduce) {
  /* line 5437, _bootstrap.scss */
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    -webkit-transition: none;
    transition: none; } }
/* line 5442, _bootstrap.scss */
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease; }

@media (prefers-reduced-motion: reduce) {
  /* line 5464, _bootstrap.scss */
  .carousel-control-prev,
  .carousel-control-next {
    -webkit-transition: none;
    transition: none; } }
/* line 5468, _bootstrap.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: 0.9; }

/* line 5476, _bootstrap.scss */
.carousel-control-prev {
  left: 0; }

/* line 5479, _bootstrap.scss */
.carousel-control-next {
  right: 0; }

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

/* line 5489, _bootstrap.scss */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%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 5492, _bootstrap.scss */
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%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 5495, _bootstrap.scss */
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }

/* line 5511, _bootstrap.scss */
.carousel-indicators li {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease; }

@media (prefers-reduced-motion: reduce) {
  /* line 5531, _bootstrap.scss */
  .carousel-indicators li {
    -webkit-transition: none;
    transition: none; } }
/* line 5534, _bootstrap.scss */
.carousel-indicators .active {
  opacity: 1; }

/* line 5537, _bootstrap.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; }

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
/* line 5557, _bootstrap.scss */
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border .75s linear infinite;
  animation: spinner-border .75s linear infinite; }

/* line 5568, _bootstrap.scss */
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em; }

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    opacity: 1; } }
@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    opacity: 1; } }
/* line 5586, _bootstrap.scss */
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow .75s linear infinite;
  animation: spinner-grow .75s linear infinite; }

/* line 5597, _bootstrap.scss */
.spinner-grow-sm {
  width: 1rem;
  height: 1rem; }

/* line 5601, _bootstrap.scss */
.align-baseline {
  vertical-align: baseline !important; }

/* line 5604, _bootstrap.scss */
.align-top {
  vertical-align: top !important; }

/* line 5607, _bootstrap.scss */
.align-middle {
  vertical-align: middle !important; }

/* line 5610, _bootstrap.scss */
.align-bottom {
  vertical-align: bottom !important; }

/* line 5613, _bootstrap.scss */
.align-text-bottom {
  vertical-align: text-bottom !important; }

/* line 5616, _bootstrap.scss */
.align-text-top {
  vertical-align: text-top !important; }

/* line 5619, _bootstrap.scss */
.bg-primary {
  background-color: #f6d258 !important; }

/* line 5622, _bootstrap.scss */
a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #f0bb07 !important; }

/* line 5627, _bootstrap.scss */
.bg-secondary {
  background-color: #545454 !important; }

/* line 5630, _bootstrap.scss */
a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #3b3b3b !important; }

/* line 5635, _bootstrap.scss */
.bg-success {
  background-color: #00b517 !important; }

/* line 5638, _bootstrap.scss */
a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #008211 !important; }

/* line 5643, _bootstrap.scss */
.bg-info {
  background-color: #17a2b8 !important; }

/* line 5646, _bootstrap.scss */
a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important; }

/* line 5651, _bootstrap.scss */
.bg-warning {
  background-color: #ff9017 !important; }

/* line 5654, _bootstrap.scss */
a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #e37600 !important; }

/* line 5659, _bootstrap.scss */
.bg-danger {
  background-color: #fa3434 !important; }

/* line 5662, _bootstrap.scss */
a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #f50606 !important; }

/* line 5667, _bootstrap.scss */
.bg-light {
  background-color: #e4e4e4 !important; }

/* line 5670, _bootstrap.scss */
a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #cbcbcb !important; }

/* line 5675, _bootstrap.scss */
.bg-dark {
  background-color: #212529 !important; }

/* line 5678, _bootstrap.scss */
a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #0a0c0d !important; }

/* line 5683, _bootstrap.scss */
.bg-primary-light {
  background-color: #5f89f0 !important; }

/* line 5686, _bootstrap.scss */
a.bg-primary-light:hover, a.bg-primary-light:focus,
button.bg-primary-light:hover,
button.bg-primary-light:focus {
  background-color: #f6d258 !important; }

/* line 5691, _bootstrap.scss */
.bg-gray {
  background-color: #545454 !important; }

/* line 5694, _bootstrap.scss */
a.bg-gray:hover, a.bg-gray:focus,
button.bg-gray:hover,
button.bg-gray:focus {
  background-color: #3b3b3b !important; }

/* line 5699, _bootstrap.scss */
.bg-gray-light {
  background-color: #969696 !important; }

/* line 5702, _bootstrap.scss */
a.bg-gray-light:hover, a.bg-gray-light:focus,
button.bg-gray-light:hover,
button.bg-gray-light:focus {
  background-color: #7d7d7d !important; }

/* line 5707, _bootstrap.scss */
.bg-white {
  background-color: #fff !important; }

/* line 5710, _bootstrap.scss */
.bg-transparent {
  background-color: transparent !important; }

/* line 5713, _bootstrap.scss */
.border {
  border: 1px solid #e4e4e4 !important; }

/* line 5716, _bootstrap.scss */
.border-top {
  border-top: 1px solid #e4e4e4 !important; }

/* line 5719, _bootstrap.scss */
.border-right {
  border-right: 1px solid #e4e4e4 !important; }

/* line 5722, _bootstrap.scss */
.border-bottom {
  border-bottom: 1px solid #e4e4e4 !important; }

/* line 5725, _bootstrap.scss */
.border-left {
  border-left: 1px solid #e4e4e4 !important; }

/* line 5728, _bootstrap.scss */
.border-0 {
  border: 0 !important; }

/* line 5731, _bootstrap.scss */
.border-top-0 {
  border-top: 0 !important; }

/* line 5734, _bootstrap.scss */
.border-right-0 {
  border-right: 0 !important; }

/* line 5737, _bootstrap.scss */
.border-bottom-0 {
  border-bottom: 0 !important; }

/* line 5740, _bootstrap.scss */
.border-left-0 {
  border-left: 0 !important; }

/* line 5743, _bootstrap.scss */
.border-primary {
  border-color: #f6d258 !important; }

/* line 5746, _bootstrap.scss */
.border-secondary {
  border-color: #545454 !important; }

/* line 5749, _bootstrap.scss */
.border-success {
  border-color: #00b517 !important; }

/* line 5752, _bootstrap.scss */
.border-info {
  border-color: #17a2b8 !important; }

/* line 5755, _bootstrap.scss */
.border-warning {
  border-color: #ff9017 !important; }

/* line 5758, _bootstrap.scss */
.border-danger {
  border-color: #fa3434 !important; }

/* line 5761, _bootstrap.scss */
.border-light {
  border-color: #e4e4e4 !important; }

/* line 5764, _bootstrap.scss */
.border-dark {
  border-color: #212529 !important; }

/* line 5767, _bootstrap.scss */
.border-primary-light {
  border-color: #5f89f0 !important; }

/* line 5770, _bootstrap.scss */
.border-gray {
  border-color: #545454 !important; }

/* line 5773, _bootstrap.scss */
.border-gray-light {
  border-color: #969696 !important; }

/* line 5776, _bootstrap.scss */
.border-white {
  border-color: #fff !important; }

/* line 5779, _bootstrap.scss */
.rounded-sm {
  border-radius: 0.2rem !important; }

/* line 5782, _bootstrap.scss */
.rounded {
  border-radius: 0.37rem !important; }

/* line 5785, _bootstrap.scss */
.rounded-top {
  border-top-left-radius: 0.37rem !important;
  border-top-right-radius: 0.37rem !important; }

/* line 5789, _bootstrap.scss */
.rounded-right {
  border-top-right-radius: 0.37rem !important;
  border-bottom-right-radius: 0.37rem !important; }

/* line 5793, _bootstrap.scss */
.rounded-bottom {
  border-bottom-right-radius: 0.37rem !important;
  border-bottom-left-radius: 0.37rem !important; }

/* line 5797, _bootstrap.scss */
.rounded-left {
  border-top-left-radius: 0.37rem !important;
  border-bottom-left-radius: 0.37rem !important; }

/* line 5801, _bootstrap.scss */
.rounded-lg {
  border-radius: 0.45rem !important; }

/* line 5804, _bootstrap.scss */
.rounded-circle {
  border-radius: 50% !important; }

/* line 5807, _bootstrap.scss */
.rounded-pill {
  border-radius: 50rem !important; }

/* line 5810, _bootstrap.scss */
.rounded-0 {
  border-radius: 0 !important; }

/* line 5813, _bootstrap.scss */
.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

/* line 5818, _bootstrap.scss */
.d-none {
  display: none !important; }

/* line 5821, _bootstrap.scss */
.d-inline {
  display: inline !important; }

/* line 5824, _bootstrap.scss */
.d-inline-block {
  display: inline-block !important; }

/* line 5827, _bootstrap.scss */
.d-block {
  display: block !important; }

/* line 5830, _bootstrap.scss */
.d-table {
  display: table !important; }

/* line 5833, _bootstrap.scss */
.d-table-row {
  display: table-row !important; }

/* line 5836, _bootstrap.scss */
.d-table-cell {
  display: table-cell !important; }

/* line 5839, _bootstrap.scss */
.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

/* line 5844, _bootstrap.scss */
.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

@media (min-width: 576px) {
  /* line 5850, _bootstrap.scss */
  .d-sm-none {
    display: none !important; }

  /* line 5853, _bootstrap.scss */
  .d-sm-inline {
    display: inline !important; }

  /* line 5856, _bootstrap.scss */
  .d-sm-inline-block {
    display: inline-block !important; }

  /* line 5859, _bootstrap.scss */
  .d-sm-block {
    display: block !important; }

  /* line 5862, _bootstrap.scss */
  .d-sm-table {
    display: table !important; }

  /* line 5865, _bootstrap.scss */
  .d-sm-table-row {
    display: table-row !important; }

  /* line 5868, _bootstrap.scss */
  .d-sm-table-cell {
    display: table-cell !important; }

  /* line 5871, _bootstrap.scss */
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }

  /* line 5876, _bootstrap.scss */
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
@media (min-width: 768px) {
  /* line 5881, _bootstrap.scss */
  .d-md-none {
    display: none !important; }

  /* line 5884, _bootstrap.scss */
  .d-md-inline {
    display: inline !important; }

  /* line 5887, _bootstrap.scss */
  .d-md-inline-block {
    display: inline-block !important; }

  /* line 5890, _bootstrap.scss */
  .d-md-block {
    display: block !important; }

  /* line 5893, _bootstrap.scss */
  .d-md-table {
    display: table !important; }

  /* line 5896, _bootstrap.scss */
  .d-md-table-row {
    display: table-row !important; }

  /* line 5899, _bootstrap.scss */
  .d-md-table-cell {
    display: table-cell !important; }

  /* line 5902, _bootstrap.scss */
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }

  /* line 5907, _bootstrap.scss */
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
@media (min-width: 992px) {
  /* line 5912, _bootstrap.scss */
  .d-lg-none {
    display: none !important; }

  /* line 5915, _bootstrap.scss */
  .d-lg-inline {
    display: inline !important; }

  /* line 5918, _bootstrap.scss */
  .d-lg-inline-block {
    display: inline-block !important; }

  /* line 5921, _bootstrap.scss */
  .d-lg-block {
    display: block !important; }

  /* line 5924, _bootstrap.scss */
  .d-lg-table {
    display: table !important; }

  /* line 5927, _bootstrap.scss */
  .d-lg-table-row {
    display: table-row !important; }

  /* line 5930, _bootstrap.scss */
  .d-lg-table-cell {
    display: table-cell !important; }

  /* line 5933, _bootstrap.scss */
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }

  /* line 5938, _bootstrap.scss */
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
@media (min-width: 1200px) {
  /* line 5943, _bootstrap.scss */
  .d-xl-none {
    display: none !important; }

  /* line 5946, _bootstrap.scss */
  .d-xl-inline {
    display: inline !important; }

  /* line 5949, _bootstrap.scss */
  .d-xl-inline-block {
    display: inline-block !important; }

  /* line 5952, _bootstrap.scss */
  .d-xl-block {
    display: block !important; }

  /* line 5955, _bootstrap.scss */
  .d-xl-table {
    display: table !important; }

  /* line 5958, _bootstrap.scss */
  .d-xl-table-row {
    display: table-row !important; }

  /* line 5961, _bootstrap.scss */
  .d-xl-table-cell {
    display: table-cell !important; }

  /* line 5964, _bootstrap.scss */
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }

  /* line 5969, _bootstrap.scss */
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
@media print {
  /* line 5974, _bootstrap.scss */
  .d-print-none {
    display: none !important; }

  /* line 5977, _bootstrap.scss */
  .d-print-inline {
    display: inline !important; }

  /* line 5980, _bootstrap.scss */
  .d-print-inline-block {
    display: inline-block !important; }

  /* line 5983, _bootstrap.scss */
  .d-print-block {
    display: block !important; }

  /* line 5986, _bootstrap.scss */
  .d-print-table {
    display: table !important; }

  /* line 5989, _bootstrap.scss */
  .d-print-table-row {
    display: table-row !important; }

  /* line 5992, _bootstrap.scss */
  .d-print-table-cell {
    display: table-cell !important; }

  /* line 5995, _bootstrap.scss */
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }

  /* line 6000, _bootstrap.scss */
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
/* line 6004, _bootstrap.scss */
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }

/* line 6010, _bootstrap.scss */
.embed-responsive::before {
  display: block;
  content: ""; }

/* line 6013, _bootstrap.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 6026, _bootstrap.scss */
.embed-responsive-21by9::before {
  padding-top: 42.8571428571%; }

/* line 6029, _bootstrap.scss */
.embed-responsive-16by9::before {
  padding-top: 56.25%; }

/* line 6032, _bootstrap.scss */
.embed-responsive-4by3::before {
  padding-top: 75%; }

/* line 6035, _bootstrap.scss */
.embed-responsive-1by1::before {
  padding-top: 100%; }

/* line 6038, _bootstrap.scss */
.embed-responsive-21by9::before {
  padding-top: 42.8571428571%; }

/* line 6041, _bootstrap.scss */
.embed-responsive-16by9::before {
  padding-top: 56.25%; }

/* line 6044, _bootstrap.scss */
.embed-responsive-4by3::before {
  padding-top: 75%; }

/* line 6047, _bootstrap.scss */
.embed-responsive-1by1::before {
  padding-top: 100%; }

/* line 6050, _bootstrap.scss */
.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important; }

/* line 6056, _bootstrap.scss */
.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important; }

/* line 6062, _bootstrap.scss */
.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important; }

/* line 6068, _bootstrap.scss */
.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important; }

/* line 6074, _bootstrap.scss */
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important; }

/* line 6078, _bootstrap.scss */
.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important; }

/* line 6082, _bootstrap.scss */
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important; }

/* line 6086, _bootstrap.scss */
.flex-fill {
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important; }

/* line 6091, _bootstrap.scss */
.flex-grow-0 {
  -webkit-box-flex: 0 !important;
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important; }

/* line 6096, _bootstrap.scss */
.flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important; }

/* line 6101, _bootstrap.scss */
.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important; }

/* line 6105, _bootstrap.scss */
.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important; }

/* line 6109, _bootstrap.scss */
.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important; }

/* line 6114, _bootstrap.scss */
.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important; }

/* line 6119, _bootstrap.scss */
.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important; }

/* line 6124, _bootstrap.scss */
.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important; }

/* line 6129, _bootstrap.scss */
.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important; }

/* line 6133, _bootstrap.scss */
.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important; }

/* line 6138, _bootstrap.scss */
.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important; }

/* line 6143, _bootstrap.scss */
.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important; }

/* line 6148, _bootstrap.scss */
.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important; }

/* line 6153, _bootstrap.scss */
.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important; }

/* line 6158, _bootstrap.scss */
.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important; }

/* line 6162, _bootstrap.scss */
.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important; }

/* line 6166, _bootstrap.scss */
.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important; }

/* line 6170, _bootstrap.scss */
.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important; }

/* line 6174, _bootstrap.scss */
.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important; }

/* line 6178, _bootstrap.scss */
.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important; }

/* line 6182, _bootstrap.scss */
.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important; }

/* line 6186, _bootstrap.scss */
.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important; }

/* line 6190, _bootstrap.scss */
.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important; }

/* line 6194, _bootstrap.scss */
.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important; }

/* line 6198, _bootstrap.scss */
.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important; }

/* line 6202, _bootstrap.scss */
.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important; }

@media (min-width: 576px) {
  /* line 6207, _bootstrap.scss */
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }

  /* line 6213, _bootstrap.scss */
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }

  /* line 6219, _bootstrap.scss */
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }

  /* line 6225, _bootstrap.scss */
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }

  /* line 6231, _bootstrap.scss */
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }

  /* line 6235, _bootstrap.scss */
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }

  /* line 6239, _bootstrap.scss */
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }

  /* line 6243, _bootstrap.scss */
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }

  /* line 6248, _bootstrap.scss */
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }

  /* line 6253, _bootstrap.scss */
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }

  /* line 6258, _bootstrap.scss */
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }

  /* line 6262, _bootstrap.scss */
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }

  /* line 6266, _bootstrap.scss */
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }

  /* line 6271, _bootstrap.scss */
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }

  /* line 6276, _bootstrap.scss */
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }

  /* line 6281, _bootstrap.scss */
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }

  /* line 6286, _bootstrap.scss */
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }

  /* line 6290, _bootstrap.scss */
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }

  /* line 6295, _bootstrap.scss */
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }

  /* line 6300, _bootstrap.scss */
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }

  /* line 6305, _bootstrap.scss */
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }

  /* line 6310, _bootstrap.scss */
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }

  /* line 6315, _bootstrap.scss */
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }

  /* line 6319, _bootstrap.scss */
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }

  /* line 6323, _bootstrap.scss */
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }

  /* line 6327, _bootstrap.scss */
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }

  /* line 6331, _bootstrap.scss */
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }

  /* line 6335, _bootstrap.scss */
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }

  /* line 6339, _bootstrap.scss */
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }

  /* line 6343, _bootstrap.scss */
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }

  /* line 6347, _bootstrap.scss */
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }

  /* line 6351, _bootstrap.scss */
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }

  /* line 6355, _bootstrap.scss */
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }

  /* line 6359, _bootstrap.scss */
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }
@media (min-width: 768px) {
  /* line 6363, _bootstrap.scss */
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }

  /* line 6369, _bootstrap.scss */
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }

  /* line 6375, _bootstrap.scss */
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }

  /* line 6381, _bootstrap.scss */
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }

  /* line 6387, _bootstrap.scss */
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }

  /* line 6391, _bootstrap.scss */
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }

  /* line 6395, _bootstrap.scss */
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }

  /* line 6399, _bootstrap.scss */
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }

  /* line 6404, _bootstrap.scss */
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }

  /* line 6409, _bootstrap.scss */
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }

  /* line 6414, _bootstrap.scss */
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }

  /* line 6418, _bootstrap.scss */
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }

  /* line 6422, _bootstrap.scss */
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }

  /* line 6427, _bootstrap.scss */
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }

  /* line 6432, _bootstrap.scss */
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }

  /* line 6437, _bootstrap.scss */
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }

  /* line 6442, _bootstrap.scss */
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }

  /* line 6446, _bootstrap.scss */
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }

  /* line 6451, _bootstrap.scss */
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }

  /* line 6456, _bootstrap.scss */
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }

  /* line 6461, _bootstrap.scss */
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }

  /* line 6466, _bootstrap.scss */
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }

  /* line 6471, _bootstrap.scss */
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }

  /* line 6475, _bootstrap.scss */
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }

  /* line 6479, _bootstrap.scss */
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }

  /* line 6483, _bootstrap.scss */
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }

  /* line 6487, _bootstrap.scss */
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }

  /* line 6491, _bootstrap.scss */
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }

  /* line 6495, _bootstrap.scss */
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }

  /* line 6499, _bootstrap.scss */
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }

  /* line 6503, _bootstrap.scss */
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }

  /* line 6507, _bootstrap.scss */
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }

  /* line 6511, _bootstrap.scss */
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }

  /* line 6515, _bootstrap.scss */
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }
@media (min-width: 992px) {
  /* line 6519, _bootstrap.scss */
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }

  /* line 6525, _bootstrap.scss */
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }

  /* line 6531, _bootstrap.scss */
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }

  /* line 6537, _bootstrap.scss */
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }

  /* line 6543, _bootstrap.scss */
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }

  /* line 6547, _bootstrap.scss */
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }

  /* line 6551, _bootstrap.scss */
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }

  /* line 6555, _bootstrap.scss */
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }

  /* line 6560, _bootstrap.scss */
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }

  /* line 6565, _bootstrap.scss */
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }

  /* line 6570, _bootstrap.scss */
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }

  /* line 6574, _bootstrap.scss */
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }

  /* line 6578, _bootstrap.scss */
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }

  /* line 6583, _bootstrap.scss */
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }

  /* line 6588, _bootstrap.scss */
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }

  /* line 6593, _bootstrap.scss */
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }

  /* line 6598, _bootstrap.scss */
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }

  /* line 6602, _bootstrap.scss */
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }

  /* line 6607, _bootstrap.scss */
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }

  /* line 6612, _bootstrap.scss */
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }

  /* line 6617, _bootstrap.scss */
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }

  /* line 6622, _bootstrap.scss */
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }

  /* line 6627, _bootstrap.scss */
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }

  /* line 6631, _bootstrap.scss */
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }

  /* line 6635, _bootstrap.scss */
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }

  /* line 6639, _bootstrap.scss */
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }

  /* line 6643, _bootstrap.scss */
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }

  /* line 6647, _bootstrap.scss */
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }

  /* line 6651, _bootstrap.scss */
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }

  /* line 6655, _bootstrap.scss */
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }

  /* line 6659, _bootstrap.scss */
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }

  /* line 6663, _bootstrap.scss */
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }

  /* line 6667, _bootstrap.scss */
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }

  /* line 6671, _bootstrap.scss */
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }
@media (min-width: 1200px) {
  /* line 6675, _bootstrap.scss */
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }

  /* line 6681, _bootstrap.scss */
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }

  /* line 6687, _bootstrap.scss */
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }

  /* line 6693, _bootstrap.scss */
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }

  /* line 6699, _bootstrap.scss */
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }

  /* line 6703, _bootstrap.scss */
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }

  /* line 6707, _bootstrap.scss */
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }

  /* line 6711, _bootstrap.scss */
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }

  /* line 6716, _bootstrap.scss */
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }

  /* line 6721, _bootstrap.scss */
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }

  /* line 6726, _bootstrap.scss */
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }

  /* line 6730, _bootstrap.scss */
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }

  /* line 6734, _bootstrap.scss */
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }

  /* line 6739, _bootstrap.scss */
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }

  /* line 6744, _bootstrap.scss */
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }

  /* line 6749, _bootstrap.scss */
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }

  /* line 6754, _bootstrap.scss */
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }

  /* line 6758, _bootstrap.scss */
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }

  /* line 6763, _bootstrap.scss */
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }

  /* line 6768, _bootstrap.scss */
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }

  /* line 6773, _bootstrap.scss */
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }

  /* line 6778, _bootstrap.scss */
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }

  /* line 6783, _bootstrap.scss */
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }

  /* line 6787, _bootstrap.scss */
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }

  /* line 6791, _bootstrap.scss */
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }

  /* line 6795, _bootstrap.scss */
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }

  /* line 6799, _bootstrap.scss */
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }

  /* line 6803, _bootstrap.scss */
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }

  /* line 6807, _bootstrap.scss */
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }

  /* line 6811, _bootstrap.scss */
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }

  /* line 6815, _bootstrap.scss */
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }

  /* line 6819, _bootstrap.scss */
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }

  /* line 6823, _bootstrap.scss */
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }

  /* line 6827, _bootstrap.scss */
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }
/* line 6830, _bootstrap.scss */
.float-left {
  float: left !important; }

/* line 6833, _bootstrap.scss */
.float-right {
  float: right !important; }

/* line 6836, _bootstrap.scss */
.float-none {
  float: none !important; }

@media (min-width: 576px) {
  /* line 6840, _bootstrap.scss */
  .float-sm-left {
    float: left !important; }

  /* line 6843, _bootstrap.scss */
  .float-sm-right {
    float: right !important; }

  /* line 6846, _bootstrap.scss */
  .float-sm-none {
    float: none !important; } }
@media (min-width: 768px) {
  /* line 6849, _bootstrap.scss */
  .float-md-left {
    float: left !important; }

  /* line 6852, _bootstrap.scss */
  .float-md-right {
    float: right !important; }

  /* line 6855, _bootstrap.scss */
  .float-md-none {
    float: none !important; } }
@media (min-width: 992px) {
  /* line 6858, _bootstrap.scss */
  .float-lg-left {
    float: left !important; }

  /* line 6861, _bootstrap.scss */
  .float-lg-right {
    float: right !important; }

  /* line 6864, _bootstrap.scss */
  .float-lg-none {
    float: none !important; } }
@media (min-width: 1200px) {
  /* line 6867, _bootstrap.scss */
  .float-xl-left {
    float: left !important; }

  /* line 6870, _bootstrap.scss */
  .float-xl-right {
    float: right !important; }

  /* line 6873, _bootstrap.scss */
  .float-xl-none {
    float: none !important; } }
/* line 6875, _bootstrap.scss */
.overflow-auto {
  overflow: auto !important; }

/* line 6878, _bootstrap.scss */
.overflow-hidden {
  overflow: hidden !important; }

/* line 6881, _bootstrap.scss */
.position-static {
  position: static !important; }

/* line 6884, _bootstrap.scss */
.position-relative {
  position: relative !important; }

/* line 6887, _bootstrap.scss */
.position-absolute {
  position: absolute !important; }

/* line 6890, _bootstrap.scss */
.position-fixed {
  position: fixed !important; }

/* line 6893, _bootstrap.scss */
.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important; }

/* line 6897, _bootstrap.scss */
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

/* line 6904, _bootstrap.scss */
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports (position: -webkit-sticky) or (position: sticky) {
  /* line 6912, _bootstrap.scss */
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; } }
/* line 6918, _bootstrap.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 6928, _bootstrap.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

/* line 6936, _bootstrap.scss */
.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

/* line 6940, _bootstrap.scss */
.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

/* line 6944, _bootstrap.scss */
.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

/* line 6948, _bootstrap.scss */
.shadow-none {
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

/* line 6952, _bootstrap.scss */
.w-25 {
  width: 25% !important; }

/* line 6955, _bootstrap.scss */
.w-50 {
  width: 50% !important; }

/* line 6958, _bootstrap.scss */
.w-75 {
  width: 75% !important; }

/* line 6961, _bootstrap.scss */
.w-100 {
  width: 100% !important; }

/* line 6964, _bootstrap.scss */
.w-auto {
  width: auto !important; }

/* line 6967, _bootstrap.scss */
.h-25 {
  height: 25% !important; }

/* line 6970, _bootstrap.scss */
.h-50 {
  height: 50% !important; }

/* line 6973, _bootstrap.scss */
.h-75 {
  height: 75% !important; }

/* line 6976, _bootstrap.scss */
.h-100 {
  height: 100% !important; }

/* line 6979, _bootstrap.scss */
.h-auto {
  height: auto !important; }

/* line 6982, _bootstrap.scss */
.mw-100 {
  max-width: 100% !important; }

/* line 6985, _bootstrap.scss */
.mh-100 {
  max-height: 100% !important; }

/* line 6988, _bootstrap.scss */
.min-vw-100 {
  min-width: 100vw !important; }

/* line 6991, _bootstrap.scss */
.min-vh-100 {
  min-height: 100vh !important; }

/* line 6994, _bootstrap.scss */
.vw-100 {
  width: 100vw !important; }

/* line 6997, _bootstrap.scss */
.vh-100 {
  height: 100vh !important; }

/* line 7000, _bootstrap.scss */
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: transparent; }

/* line 7011, _bootstrap.scss */
.m-0 {
  margin: 0 !important; }

/* line 7014, _bootstrap.scss */
.mt-0,
.my-0 {
  margin-top: 0 !important; }

/* line 7018, _bootstrap.scss */
.mr-0,
.mx-0 {
  margin-right: 0 !important; }

/* line 7022, _bootstrap.scss */
.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

/* line 7026, _bootstrap.scss */
.ml-0,
.mx-0 {
  margin-left: 0 !important; }

/* line 7030, _bootstrap.scss */
.m-1 {
  margin: 0.25rem !important; }

/* line 7033, _bootstrap.scss */
.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

/* line 7037, _bootstrap.scss */
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

/* line 7041, _bootstrap.scss */
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

/* line 7045, _bootstrap.scss */
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

/* line 7049, _bootstrap.scss */
.m-2 {
  margin: 0.5rem !important; }

/* line 7052, _bootstrap.scss */
.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

/* line 7056, _bootstrap.scss */
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

/* line 7060, _bootstrap.scss */
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

/* line 7064, _bootstrap.scss */
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

/* line 7068, _bootstrap.scss */
.m-3 {
  margin: 1rem !important; }

/* line 7071, _bootstrap.scss */
.mt-3,
.my-3 {
  margin-top: 1rem !important; }

/* line 7075, _bootstrap.scss */
.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

/* line 7079, _bootstrap.scss */
.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

/* line 7083, _bootstrap.scss */
.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

/* line 7087, _bootstrap.scss */
.m-4 {
  margin: 1.5rem !important; }

/* line 7090, _bootstrap.scss */
.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

/* line 7094, _bootstrap.scss */
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

/* line 7098, _bootstrap.scss */
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

/* line 7102, _bootstrap.scss */
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

/* line 7106, _bootstrap.scss */
.m-5 {
  margin: 3rem !important; }

/* line 7109, _bootstrap.scss */
.mt-5,
.my-5 {
  margin-top: 3rem !important; }

/* line 7113, _bootstrap.scss */
.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

/* line 7117, _bootstrap.scss */
.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

/* line 7121, _bootstrap.scss */
.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

/* line 7125, _bootstrap.scss */
.p-0 {
  padding: 0 !important; }

/* line 7128, _bootstrap.scss */
.pt-0,
.py-0 {
  padding-top: 0 !important; }

/* line 7132, _bootstrap.scss */
.pr-0,
.px-0 {
  padding-right: 0 !important; }

/* line 7136, _bootstrap.scss */
.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

/* line 7140, _bootstrap.scss */
.pl-0,
.px-0 {
  padding-left: 0 !important; }

/* line 7144, _bootstrap.scss */
.p-1 {
  padding: 0.25rem !important; }

/* line 7147, _bootstrap.scss */
.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

/* line 7151, _bootstrap.scss */
.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

/* line 7155, _bootstrap.scss */
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

/* line 7159, _bootstrap.scss */
.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

/* line 7163, _bootstrap.scss */
.p-2 {
  padding: 0.5rem !important; }

/* line 7166, _bootstrap.scss */
.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

/* line 7170, _bootstrap.scss */
.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

/* line 7174, _bootstrap.scss */
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

/* line 7178, _bootstrap.scss */
.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

/* line 7182, _bootstrap.scss */
.p-3 {
  padding: 1rem !important; }

/* line 7185, _bootstrap.scss */
.pt-3,
.py-3 {
  padding-top: 1rem !important; }

/* line 7189, _bootstrap.scss */
.pr-3,
.px-3 {
  padding-right: 1rem !important; }

/* line 7193, _bootstrap.scss */
.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

/* line 7197, _bootstrap.scss */
.pl-3,
.px-3 {
  padding-left: 1rem !important; }

/* line 7201, _bootstrap.scss */
.p-4 {
  padding: 1.5rem !important; }

/* line 7204, _bootstrap.scss */
.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

/* line 7208, _bootstrap.scss */
.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

/* line 7212, _bootstrap.scss */
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

/* line 7216, _bootstrap.scss */
.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

/* line 7220, _bootstrap.scss */
.p-5 {
  padding: 3rem !important; }

/* line 7223, _bootstrap.scss */
.pt-5,
.py-5 {
  padding-top: 3rem !important; }

/* line 7227, _bootstrap.scss */
.pr-5,
.px-5 {
  padding-right: 3rem !important; }

/* line 7231, _bootstrap.scss */
.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

/* line 7235, _bootstrap.scss */
.pl-5,
.px-5 {
  padding-left: 3rem !important; }

/* line 7239, _bootstrap.scss */
.m-n1 {
  margin: -0.25rem !important; }

/* line 7242, _bootstrap.scss */
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }

/* line 7246, _bootstrap.scss */
.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

/* line 7250, _bootstrap.scss */
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

/* line 7254, _bootstrap.scss */
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

/* line 7258, _bootstrap.scss */
.m-n2 {
  margin: -0.5rem !important; }

/* line 7261, _bootstrap.scss */
.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }

/* line 7265, _bootstrap.scss */
.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }

/* line 7269, _bootstrap.scss */
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }

/* line 7273, _bootstrap.scss */
.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important; }

/* line 7277, _bootstrap.scss */
.m-n3 {
  margin: -1rem !important; }

/* line 7280, _bootstrap.scss */
.mt-n3,
.my-n3 {
  margin-top: -1rem !important; }

/* line 7284, _bootstrap.scss */
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important; }

/* line 7288, _bootstrap.scss */
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important; }

/* line 7292, _bootstrap.scss */
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important; }

/* line 7296, _bootstrap.scss */
.m-n4 {
  margin: -1.5rem !important; }

/* line 7299, _bootstrap.scss */
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important; }

/* line 7303, _bootstrap.scss */
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }

/* line 7307, _bootstrap.scss */
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }

/* line 7311, _bootstrap.scss */
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }

/* line 7315, _bootstrap.scss */
.m-n5 {
  margin: -3rem !important; }

/* line 7318, _bootstrap.scss */
.mt-n5,
.my-n5 {
  margin-top: -3rem !important; }

/* line 7322, _bootstrap.scss */
.mr-n5,
.mx-n5 {
  margin-right: -3rem !important; }

/* line 7326, _bootstrap.scss */
.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important; }

/* line 7330, _bootstrap.scss */
.ml-n5,
.mx-n5 {
  margin-left: -3rem !important; }

/* line 7334, _bootstrap.scss */
.m-auto {
  margin: auto !important; }

/* line 7337, _bootstrap.scss */
.mt-auto,
.my-auto {
  margin-top: auto !important; }

/* line 7341, _bootstrap.scss */
.mr-auto,
.mx-auto {
  margin-right: auto !important; }

/* line 7345, _bootstrap.scss */
.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

/* line 7349, _bootstrap.scss */
.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  /* line 7354, _bootstrap.scss */
  .m-sm-0 {
    margin: 0 !important; }

  /* line 7357, _bootstrap.scss */
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }

  /* line 7361, _bootstrap.scss */
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }

  /* line 7365, _bootstrap.scss */
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }

  /* line 7369, _bootstrap.scss */
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }

  /* line 7373, _bootstrap.scss */
  .m-sm-1 {
    margin: 0.25rem !important; }

  /* line 7376, _bootstrap.scss */
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }

  /* line 7380, _bootstrap.scss */
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }

  /* line 7384, _bootstrap.scss */
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }

  /* line 7388, _bootstrap.scss */
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }

  /* line 7392, _bootstrap.scss */
  .m-sm-2 {
    margin: 0.5rem !important; }

  /* line 7395, _bootstrap.scss */
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }

  /* line 7399, _bootstrap.scss */
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }

  /* line 7403, _bootstrap.scss */
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }

  /* line 7407, _bootstrap.scss */
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }

  /* line 7411, _bootstrap.scss */
  .m-sm-3 {
    margin: 1rem !important; }

  /* line 7414, _bootstrap.scss */
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }

  /* line 7418, _bootstrap.scss */
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }

  /* line 7422, _bootstrap.scss */
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }

  /* line 7426, _bootstrap.scss */
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }

  /* line 7430, _bootstrap.scss */
  .m-sm-4 {
    margin: 1.5rem !important; }

  /* line 7433, _bootstrap.scss */
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }

  /* line 7437, _bootstrap.scss */
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }

  /* line 7441, _bootstrap.scss */
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }

  /* line 7445, _bootstrap.scss */
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }

  /* line 7449, _bootstrap.scss */
  .m-sm-5 {
    margin: 3rem !important; }

  /* line 7452, _bootstrap.scss */
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }

  /* line 7456, _bootstrap.scss */
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }

  /* line 7460, _bootstrap.scss */
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }

  /* line 7464, _bootstrap.scss */
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }

  /* line 7468, _bootstrap.scss */
  .p-sm-0 {
    padding: 0 !important; }

  /* line 7471, _bootstrap.scss */
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }

  /* line 7475, _bootstrap.scss */
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }

  /* line 7479, _bootstrap.scss */
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }

  /* line 7483, _bootstrap.scss */
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }

  /* line 7487, _bootstrap.scss */
  .p-sm-1 {
    padding: 0.25rem !important; }

  /* line 7490, _bootstrap.scss */
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }

  /* line 7494, _bootstrap.scss */
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }

  /* line 7498, _bootstrap.scss */
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }

  /* line 7502, _bootstrap.scss */
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }

  /* line 7506, _bootstrap.scss */
  .p-sm-2 {
    padding: 0.5rem !important; }

  /* line 7509, _bootstrap.scss */
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }

  /* line 7513, _bootstrap.scss */
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }

  /* line 7517, _bootstrap.scss */
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }

  /* line 7521, _bootstrap.scss */
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }

  /* line 7525, _bootstrap.scss */
  .p-sm-3 {
    padding: 1rem !important; }

  /* line 7528, _bootstrap.scss */
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }

  /* line 7532, _bootstrap.scss */
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }

  /* line 7536, _bootstrap.scss */
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }

  /* line 7540, _bootstrap.scss */
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }

  /* line 7544, _bootstrap.scss */
  .p-sm-4 {
    padding: 1.5rem !important; }

  /* line 7547, _bootstrap.scss */
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }

  /* line 7551, _bootstrap.scss */
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }

  /* line 7555, _bootstrap.scss */
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }

  /* line 7559, _bootstrap.scss */
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }

  /* line 7563, _bootstrap.scss */
  .p-sm-5 {
    padding: 3rem !important; }

  /* line 7566, _bootstrap.scss */
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }

  /* line 7570, _bootstrap.scss */
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }

  /* line 7574, _bootstrap.scss */
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }

  /* line 7578, _bootstrap.scss */
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }

  /* line 7582, _bootstrap.scss */
  .m-sm-n1 {
    margin: -0.25rem !important; }

  /* line 7585, _bootstrap.scss */
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }

  /* line 7589, _bootstrap.scss */
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }

  /* line 7593, _bootstrap.scss */
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }

  /* line 7597, _bootstrap.scss */
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }

  /* line 7601, _bootstrap.scss */
  .m-sm-n2 {
    margin: -0.5rem !important; }

  /* line 7604, _bootstrap.scss */
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }

  /* line 7608, _bootstrap.scss */
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }

  /* line 7612, _bootstrap.scss */
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }

  /* line 7616, _bootstrap.scss */
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }

  /* line 7620, _bootstrap.scss */
  .m-sm-n3 {
    margin: -1rem !important; }

  /* line 7623, _bootstrap.scss */
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }

  /* line 7627, _bootstrap.scss */
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }

  /* line 7631, _bootstrap.scss */
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }

  /* line 7635, _bootstrap.scss */
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }

  /* line 7639, _bootstrap.scss */
  .m-sm-n4 {
    margin: -1.5rem !important; }

  /* line 7642, _bootstrap.scss */
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }

  /* line 7646, _bootstrap.scss */
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }

  /* line 7650, _bootstrap.scss */
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }

  /* line 7654, _bootstrap.scss */
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }

  /* line 7658, _bootstrap.scss */
  .m-sm-n5 {
    margin: -3rem !important; }

  /* line 7661, _bootstrap.scss */
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }

  /* line 7665, _bootstrap.scss */
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }

  /* line 7669, _bootstrap.scss */
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }

  /* line 7673, _bootstrap.scss */
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important; }

  /* line 7677, _bootstrap.scss */
  .m-sm-auto {
    margin: auto !important; }

  /* line 7680, _bootstrap.scss */
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }

  /* line 7684, _bootstrap.scss */
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }

  /* line 7688, _bootstrap.scss */
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }

  /* line 7692, _bootstrap.scss */
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }
@media (min-width: 768px) {
  /* line 7696, _bootstrap.scss */
  .m-md-0 {
    margin: 0 !important; }

  /* line 7699, _bootstrap.scss */
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }

  /* line 7703, _bootstrap.scss */
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }

  /* line 7707, _bootstrap.scss */
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }

  /* line 7711, _bootstrap.scss */
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }

  /* line 7715, _bootstrap.scss */
  .m-md-1 {
    margin: 0.25rem !important; }

  /* line 7718, _bootstrap.scss */
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }

  /* line 7722, _bootstrap.scss */
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }

  /* line 7726, _bootstrap.scss */
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }

  /* line 7730, _bootstrap.scss */
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }

  /* line 7734, _bootstrap.scss */
  .m-md-2 {
    margin: 0.5rem !important; }

  /* line 7737, _bootstrap.scss */
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }

  /* line 7741, _bootstrap.scss */
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }

  /* line 7745, _bootstrap.scss */
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }

  /* line 7749, _bootstrap.scss */
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }

  /* line 7753, _bootstrap.scss */
  .m-md-3 {
    margin: 1rem !important; }

  /* line 7756, _bootstrap.scss */
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }

  /* line 7760, _bootstrap.scss */
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }

  /* line 7764, _bootstrap.scss */
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }

  /* line 7768, _bootstrap.scss */
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }

  /* line 7772, _bootstrap.scss */
  .m-md-4 {
    margin: 1.5rem !important; }

  /* line 7775, _bootstrap.scss */
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }

  /* line 7779, _bootstrap.scss */
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }

  /* line 7783, _bootstrap.scss */
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }

  /* line 7787, _bootstrap.scss */
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }

  /* line 7791, _bootstrap.scss */
  .m-md-5 {
    margin: 3rem !important; }

  /* line 7794, _bootstrap.scss */
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }

  /* line 7798, _bootstrap.scss */
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }

  /* line 7802, _bootstrap.scss */
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }

  /* line 7806, _bootstrap.scss */
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }

  /* line 7810, _bootstrap.scss */
  .p-md-0 {
    padding: 0 !important; }

  /* line 7813, _bootstrap.scss */
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }

  /* line 7817, _bootstrap.scss */
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }

  /* line 7821, _bootstrap.scss */
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }

  /* line 7825, _bootstrap.scss */
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }

  /* line 7829, _bootstrap.scss */
  .p-md-1 {
    padding: 0.25rem !important; }

  /* line 7832, _bootstrap.scss */
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }

  /* line 7836, _bootstrap.scss */
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }

  /* line 7840, _bootstrap.scss */
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }

  /* line 7844, _bootstrap.scss */
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }

  /* line 7848, _bootstrap.scss */
  .p-md-2 {
    padding: 0.5rem !important; }

  /* line 7851, _bootstrap.scss */
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }

  /* line 7855, _bootstrap.scss */
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }

  /* line 7859, _bootstrap.scss */
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }

  /* line 7863, _bootstrap.scss */
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }

  /* line 7867, _bootstrap.scss */
  .p-md-3 {
    padding: 1rem !important; }

  /* line 7870, _bootstrap.scss */
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }

  /* line 7874, _bootstrap.scss */
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }

  /* line 7878, _bootstrap.scss */
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }

  /* line 7882, _bootstrap.scss */
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }

  /* line 7886, _bootstrap.scss */
  .p-md-4 {
    padding: 1.5rem !important; }

  /* line 7889, _bootstrap.scss */
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }

  /* line 7893, _bootstrap.scss */
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }

  /* line 7897, _bootstrap.scss */
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }

  /* line 7901, _bootstrap.scss */
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }

  /* line 7905, _bootstrap.scss */
  .p-md-5 {
    padding: 3rem !important; }

  /* line 7908, _bootstrap.scss */
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }

  /* line 7912, _bootstrap.scss */
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }

  /* line 7916, _bootstrap.scss */
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }

  /* line 7920, _bootstrap.scss */
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }

  /* line 7924, _bootstrap.scss */
  .m-md-n1 {
    margin: -0.25rem !important; }

  /* line 7927, _bootstrap.scss */
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }

  /* line 7931, _bootstrap.scss */
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }

  /* line 7935, _bootstrap.scss */
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }

  /* line 7939, _bootstrap.scss */
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }

  /* line 7943, _bootstrap.scss */
  .m-md-n2 {
    margin: -0.5rem !important; }

  /* line 7946, _bootstrap.scss */
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }

  /* line 7950, _bootstrap.scss */
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }

  /* line 7954, _bootstrap.scss */
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }

  /* line 7958, _bootstrap.scss */
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }

  /* line 7962, _bootstrap.scss */
  .m-md-n3 {
    margin: -1rem !important; }

  /* line 7965, _bootstrap.scss */
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }

  /* line 7969, _bootstrap.scss */
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }

  /* line 7973, _bootstrap.scss */
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }

  /* line 7977, _bootstrap.scss */
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }

  /* line 7981, _bootstrap.scss */
  .m-md-n4 {
    margin: -1.5rem !important; }

  /* line 7984, _bootstrap.scss */
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }

  /* line 7988, _bootstrap.scss */
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }

  /* line 7992, _bootstrap.scss */
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }

  /* line 7996, _bootstrap.scss */
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }

  /* line 8000, _bootstrap.scss */
  .m-md-n5 {
    margin: -3rem !important; }

  /* line 8003, _bootstrap.scss */
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }

  /* line 8007, _bootstrap.scss */
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }

  /* line 8011, _bootstrap.scss */
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }

  /* line 8015, _bootstrap.scss */
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important; }

  /* line 8019, _bootstrap.scss */
  .m-md-auto {
    margin: auto !important; }

  /* line 8022, _bootstrap.scss */
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }

  /* line 8026, _bootstrap.scss */
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }

  /* line 8030, _bootstrap.scss */
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }

  /* line 8034, _bootstrap.scss */
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }
@media (min-width: 992px) {
  /* line 8038, _bootstrap.scss */
  .m-lg-0 {
    margin: 0 !important; }

  /* line 8041, _bootstrap.scss */
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }

  /* line 8045, _bootstrap.scss */
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }

  /* line 8049, _bootstrap.scss */
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }

  /* line 8053, _bootstrap.scss */
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }

  /* line 8057, _bootstrap.scss */
  .m-lg-1 {
    margin: 0.25rem !important; }

  /* line 8060, _bootstrap.scss */
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }

  /* line 8064, _bootstrap.scss */
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }

  /* line 8068, _bootstrap.scss */
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }

  /* line 8072, _bootstrap.scss */
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }

  /* line 8076, _bootstrap.scss */
  .m-lg-2 {
    margin: 0.5rem !important; }

  /* line 8079, _bootstrap.scss */
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }

  /* line 8083, _bootstrap.scss */
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }

  /* line 8087, _bootstrap.scss */
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }

  /* line 8091, _bootstrap.scss */
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }

  /* line 8095, _bootstrap.scss */
  .m-lg-3 {
    margin: 1rem !important; }

  /* line 8098, _bootstrap.scss */
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }

  /* line 8102, _bootstrap.scss */
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }

  /* line 8106, _bootstrap.scss */
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }

  /* line 8110, _bootstrap.scss */
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }

  /* line 8114, _bootstrap.scss */
  .m-lg-4 {
    margin: 1.5rem !important; }

  /* line 8117, _bootstrap.scss */
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }

  /* line 8121, _bootstrap.scss */
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }

  /* line 8125, _bootstrap.scss */
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }

  /* line 8129, _bootstrap.scss */
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }

  /* line 8133, _bootstrap.scss */
  .m-lg-5 {
    margin: 3rem !important; }

  /* line 8136, _bootstrap.scss */
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }

  /* line 8140, _bootstrap.scss */
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }

  /* line 8144, _bootstrap.scss */
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }

  /* line 8148, _bootstrap.scss */
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }

  /* line 8152, _bootstrap.scss */
  .p-lg-0 {
    padding: 0 !important; }

  /* line 8155, _bootstrap.scss */
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }

  /* line 8159, _bootstrap.scss */
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }

  /* line 8163, _bootstrap.scss */
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }

  /* line 8167, _bootstrap.scss */
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }

  /* line 8171, _bootstrap.scss */
  .p-lg-1 {
    padding: 0.25rem !important; }

  /* line 8174, _bootstrap.scss */
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }

  /* line 8178, _bootstrap.scss */
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }

  /* line 8182, _bootstrap.scss */
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }

  /* line 8186, _bootstrap.scss */
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }

  /* line 8190, _bootstrap.scss */
  .p-lg-2 {
    padding: 0.5rem !important; }

  /* line 8193, _bootstrap.scss */
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }

  /* line 8197, _bootstrap.scss */
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }

  /* line 8201, _bootstrap.scss */
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }

  /* line 8205, _bootstrap.scss */
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }

  /* line 8209, _bootstrap.scss */
  .p-lg-3 {
    padding: 1rem !important; }

  /* line 8212, _bootstrap.scss */
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }

  /* line 8216, _bootstrap.scss */
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }

  /* line 8220, _bootstrap.scss */
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }

  /* line 8224, _bootstrap.scss */
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }

  /* line 8228, _bootstrap.scss */
  .p-lg-4 {
    padding: 1.5rem !important; }

  /* line 8231, _bootstrap.scss */
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }

  /* line 8235, _bootstrap.scss */
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }

  /* line 8239, _bootstrap.scss */
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }

  /* line 8243, _bootstrap.scss */
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }

  /* line 8247, _bootstrap.scss */
  .p-lg-5 {
    padding: 3rem !important; }

  /* line 8250, _bootstrap.scss */
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }

  /* line 8254, _bootstrap.scss */
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }

  /* line 8258, _bootstrap.scss */
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }

  /* line 8262, _bootstrap.scss */
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }

  /* line 8266, _bootstrap.scss */
  .m-lg-n1 {
    margin: -0.25rem !important; }

  /* line 8269, _bootstrap.scss */
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }

  /* line 8273, _bootstrap.scss */
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }

  /* line 8277, _bootstrap.scss */
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }

  /* line 8281, _bootstrap.scss */
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }

  /* line 8285, _bootstrap.scss */
  .m-lg-n2 {
    margin: -0.5rem !important; }

  /* line 8288, _bootstrap.scss */
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }

  /* line 8292, _bootstrap.scss */
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }

  /* line 8296, _bootstrap.scss */
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }

  /* line 8300, _bootstrap.scss */
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }

  /* line 8304, _bootstrap.scss */
  .m-lg-n3 {
    margin: -1rem !important; }

  /* line 8307, _bootstrap.scss */
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }

  /* line 8311, _bootstrap.scss */
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }

  /* line 8315, _bootstrap.scss */
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }

  /* line 8319, _bootstrap.scss */
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }

  /* line 8323, _bootstrap.scss */
  .m-lg-n4 {
    margin: -1.5rem !important; }

  /* line 8326, _bootstrap.scss */
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }

  /* line 8330, _bootstrap.scss */
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }

  /* line 8334, _bootstrap.scss */
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }

  /* line 8338, _bootstrap.scss */
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }

  /* line 8342, _bootstrap.scss */
  .m-lg-n5 {
    margin: -3rem !important; }

  /* line 8345, _bootstrap.scss */
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }

  /* line 8349, _bootstrap.scss */
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }

  /* line 8353, _bootstrap.scss */
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }

  /* line 8357, _bootstrap.scss */
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important; }

  /* line 8361, _bootstrap.scss */
  .m-lg-auto {
    margin: auto !important; }

  /* line 8364, _bootstrap.scss */
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }

  /* line 8368, _bootstrap.scss */
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }

  /* line 8372, _bootstrap.scss */
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }

  /* line 8376, _bootstrap.scss */
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }
@media (min-width: 1200px) {
  /* line 8380, _bootstrap.scss */
  .m-xl-0 {
    margin: 0 !important; }

  /* line 8383, _bootstrap.scss */
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }

  /* line 8387, _bootstrap.scss */
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }

  /* line 8391, _bootstrap.scss */
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }

  /* line 8395, _bootstrap.scss */
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }

  /* line 8399, _bootstrap.scss */
  .m-xl-1 {
    margin: 0.25rem !important; }

  /* line 8402, _bootstrap.scss */
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }

  /* line 8406, _bootstrap.scss */
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }

  /* line 8410, _bootstrap.scss */
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }

  /* line 8414, _bootstrap.scss */
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }

  /* line 8418, _bootstrap.scss */
  .m-xl-2 {
    margin: 0.5rem !important; }

  /* line 8421, _bootstrap.scss */
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }

  /* line 8425, _bootstrap.scss */
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }

  /* line 8429, _bootstrap.scss */
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }

  /* line 8433, _bootstrap.scss */
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }

  /* line 8437, _bootstrap.scss */
  .m-xl-3 {
    margin: 1rem !important; }

  /* line 8440, _bootstrap.scss */
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }

  /* line 8444, _bootstrap.scss */
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }

  /* line 8448, _bootstrap.scss */
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }

  /* line 8452, _bootstrap.scss */
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }

  /* line 8456, _bootstrap.scss */
  .m-xl-4 {
    margin: 1.5rem !important; }

  /* line 8459, _bootstrap.scss */
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }

  /* line 8463, _bootstrap.scss */
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }

  /* line 8467, _bootstrap.scss */
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }

  /* line 8471, _bootstrap.scss */
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }

  /* line 8475, _bootstrap.scss */
  .m-xl-5 {
    margin: 3rem !important; }

  /* line 8478, _bootstrap.scss */
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }

  /* line 8482, _bootstrap.scss */
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }

  /* line 8486, _bootstrap.scss */
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }

  /* line 8490, _bootstrap.scss */
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }

  /* line 8494, _bootstrap.scss */
  .p-xl-0 {
    padding: 0 !important; }

  /* line 8497, _bootstrap.scss */
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }

  /* line 8501, _bootstrap.scss */
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }

  /* line 8505, _bootstrap.scss */
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }

  /* line 8509, _bootstrap.scss */
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }

  /* line 8513, _bootstrap.scss */
  .p-xl-1 {
    padding: 0.25rem !important; }

  /* line 8516, _bootstrap.scss */
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }

  /* line 8520, _bootstrap.scss */
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }

  /* line 8524, _bootstrap.scss */
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }

  /* line 8528, _bootstrap.scss */
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }

  /* line 8532, _bootstrap.scss */
  .p-xl-2 {
    padding: 0.5rem !important; }

  /* line 8535, _bootstrap.scss */
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }

  /* line 8539, _bootstrap.scss */
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }

  /* line 8543, _bootstrap.scss */
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }

  /* line 8547, _bootstrap.scss */
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }

  /* line 8551, _bootstrap.scss */
  .p-xl-3 {
    padding: 1rem !important; }

  /* line 8554, _bootstrap.scss */
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }

  /* line 8558, _bootstrap.scss */
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }

  /* line 8562, _bootstrap.scss */
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }

  /* line 8566, _bootstrap.scss */
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }

  /* line 8570, _bootstrap.scss */
  .p-xl-4 {
    padding: 1.5rem !important; }

  /* line 8573, _bootstrap.scss */
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }

  /* line 8577, _bootstrap.scss */
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }

  /* line 8581, _bootstrap.scss */
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }

  /* line 8585, _bootstrap.scss */
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }

  /* line 8589, _bootstrap.scss */
  .p-xl-5 {
    padding: 3rem !important; }

  /* line 8592, _bootstrap.scss */
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }

  /* line 8596, _bootstrap.scss */
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }

  /* line 8600, _bootstrap.scss */
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }

  /* line 8604, _bootstrap.scss */
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }

  /* line 8608, _bootstrap.scss */
  .m-xl-n1 {
    margin: -0.25rem !important; }

  /* line 8611, _bootstrap.scss */
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }

  /* line 8615, _bootstrap.scss */
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }

  /* line 8619, _bootstrap.scss */
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }

  /* line 8623, _bootstrap.scss */
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }

  /* line 8627, _bootstrap.scss */
  .m-xl-n2 {
    margin: -0.5rem !important; }

  /* line 8630, _bootstrap.scss */
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }

  /* line 8634, _bootstrap.scss */
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }

  /* line 8638, _bootstrap.scss */
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }

  /* line 8642, _bootstrap.scss */
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }

  /* line 8646, _bootstrap.scss */
  .m-xl-n3 {
    margin: -1rem !important; }

  /* line 8649, _bootstrap.scss */
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }

  /* line 8653, _bootstrap.scss */
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }

  /* line 8657, _bootstrap.scss */
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }

  /* line 8661, _bootstrap.scss */
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }

  /* line 8665, _bootstrap.scss */
  .m-xl-n4 {
    margin: -1.5rem !important; }

  /* line 8668, _bootstrap.scss */
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }

  /* line 8672, _bootstrap.scss */
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }

  /* line 8676, _bootstrap.scss */
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }

  /* line 8680, _bootstrap.scss */
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }

  /* line 8684, _bootstrap.scss */
  .m-xl-n5 {
    margin: -3rem !important; }

  /* line 8687, _bootstrap.scss */
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }

  /* line 8691, _bootstrap.scss */
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }

  /* line 8695, _bootstrap.scss */
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }

  /* line 8699, _bootstrap.scss */
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important; }

  /* line 8703, _bootstrap.scss */
  .m-xl-auto {
    margin: auto !important; }

  /* line 8706, _bootstrap.scss */
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }

  /* line 8710, _bootstrap.scss */
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }

  /* line 8714, _bootstrap.scss */
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }

  /* line 8718, _bootstrap.scss */
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }
/* line 8721, _bootstrap.scss */
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }

/* line 8724, _bootstrap.scss */
.text-justify {
  text-align: justify !important; }

/* line 8727, _bootstrap.scss */
.text-wrap {
  white-space: normal !important; }

/* line 8730, _bootstrap.scss */
.text-nowrap {
  white-space: nowrap !important; }

/* line 8733, _bootstrap.scss */
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

/* line 8738, _bootstrap.scss */
.text-left {
  text-align: left !important; }

/* line 8741, _bootstrap.scss */
.text-right {
  text-align: right !important; }

/* line 8744, _bootstrap.scss */
.text-center {
  text-align: center !important; }

@media (min-width: 576px) {
  /* line 8748, _bootstrap.scss */
  .text-sm-left {
    text-align: left !important; }

  /* line 8751, _bootstrap.scss */
  .text-sm-right {
    text-align: right !important; }

  /* line 8754, _bootstrap.scss */
  .text-sm-center {
    text-align: center !important; } }
@media (min-width: 768px) {
  /* line 8757, _bootstrap.scss */
  .text-md-left {
    text-align: left !important; }

  /* line 8760, _bootstrap.scss */
  .text-md-right {
    text-align: right !important; }

  /* line 8763, _bootstrap.scss */
  .text-md-center {
    text-align: center !important; } }
@media (min-width: 992px) {
  /* line 8766, _bootstrap.scss */
  .text-lg-left {
    text-align: left !important; }

  /* line 8769, _bootstrap.scss */
  .text-lg-right {
    text-align: right !important; }

  /* line 8772, _bootstrap.scss */
  .text-lg-center {
    text-align: center !important; } }
@media (min-width: 1200px) {
  /* line 8775, _bootstrap.scss */
  .text-xl-left {
    text-align: left !important; }

  /* line 8778, _bootstrap.scss */
  .text-xl-right {
    text-align: right !important; }

  /* line 8781, _bootstrap.scss */
  .text-xl-center {
    text-align: center !important; } }
/* line 8783, _bootstrap.scss */
.text-lowercase {
  text-transform: lowercase !important; }

/* line 8786, _bootstrap.scss */
.text-uppercase {
  text-transform: uppercase !important; }

/* line 8789, _bootstrap.scss */
.text-capitalize {
  text-transform: capitalize !important; }

/* line 8792, _bootstrap.scss */
.font-weight-light {
  font-weight: 300 !important; }

/* line 8795, _bootstrap.scss */
.font-weight-lighter {
  font-weight: lighter !important; }

/* line 8798, _bootstrap.scss */
.font-weight-normal {
  font-weight: 400 !important; }

/* line 8801, _bootstrap.scss */
.font-weight-bold {
  font-weight: 600 !important; }

/* line 8804, _bootstrap.scss */
.font-weight-bolder {
  font-weight: 700 !important; }

/* line 8807, _bootstrap.scss */
.font-italic {
  font-style: italic !important; }

/* line 8810, _bootstrap.scss */
.text-white {
  color: #fff !important; }

/* line 8813, _bootstrap.scss */
.text-primary {
  color: #f6d258 !important; }

/* line 8816, _bootstrap.scss */
a.text-primary:hover, a.text-primary:focus {
  color: #f0bb07 !important; }

/* line 8819, _bootstrap.scss */
.text-secondary {
  color: #545454 !important; }

/* line 8822, _bootstrap.scss */
a.text-secondary:hover, a.text-secondary:focus {
  color: #2e2e2e !important; }

/* line 8825, _bootstrap.scss */
.text-success {
  color: #00b517 !important; }

/* line 8828, _bootstrap.scss */
a.text-success:hover, a.text-success:focus {
  color: #00690d !important; }

/* line 8831, _bootstrap.scss */
.text-info {
  color: #17a2b8 !important; }

/* line 8834, _bootstrap.scss */
a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important; }

/* line 8837, _bootstrap.scss */
.text-warning {
  color: #ff9017 !important; }

/* line 8840, _bootstrap.scss */
a.text-warning:hover, a.text-warning:focus {
  color: #ca6900 !important; }

/* line 8843, _bootstrap.scss */
.text-danger {
  color: #fa3434 !important; }

/* line 8846, _bootstrap.scss */
a.text-danger:hover, a.text-danger:focus {
  color: #dc0505 !important; }

/* line 8849, _bootstrap.scss */
.text-light {
  color: #e4e4e4 !important; }

/* line 8852, _bootstrap.scss */
a.text-light:hover, a.text-light:focus {
  color: #bebebe !important; }

/* line 8855, _bootstrap.scss */
.text-dark {
  color: #212529 !important; }

/* line 8858, _bootstrap.scss */
a.text-dark:hover, a.text-dark:focus {
  color: black !important; }

/* line 8861, _bootstrap.scss */
.text-primary-light {
  color: #5f89f0 !important; }

/* line 8864, _bootstrap.scss */
a.text-primary-light:hover, a.text-primary-light:focus {
  color: #1a56e9 !important; }

/* line 8867, _bootstrap.scss */
.text-gray {
  color: #545454 !important; }

/* line 8870, _bootstrap.scss */
a.text-gray:hover, a.text-gray:focus {
  color: #2e2e2e !important; }

/* line 8873, _bootstrap.scss */
.text-gray-light {
  color: #969696 !important; }

/* line 8876, _bootstrap.scss */
a.text-gray-light:hover, a.text-gray-light:focus {
  color: #707070 !important; }

/* line 8879, _bootstrap.scss */
.text-body {
  color: #343a40 !important; }

/* line 8882, _bootstrap.scss */
.text-muted {
  color: #969696 !important; }

/* line 8885, _bootstrap.scss */
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

/* line 8888, _bootstrap.scss */
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

/* line 8891, _bootstrap.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

/* line 8898, _bootstrap.scss */
.text-decoration-none {
  text-decoration: none !important; }

/* line 8901, _bootstrap.scss */
.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important; }

/* line 8905, _bootstrap.scss */
.text-reset {
  color: inherit !important; }

/* line 8908, _bootstrap.scss */
.visible {
  visibility: visible !important; }

/* line 8911, _bootstrap.scss */
.invisible {
  visibility: hidden !important; }

@media print {
  /* line 8915, _bootstrap.scss */
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }

  /* line 8922, _bootstrap.scss */
  a:not(.btn) {
    text-decoration: underline; }

  /* line 8925, _bootstrap.scss */
  abbr[title]::after {
    content: " (" attr(title) ")"; }

  /* line 8928, _bootstrap.scss */
  pre {
    white-space: pre-wrap !important; }

  /* line 8931, _bootstrap.scss */
  pre,
  blockquote {
    border: 1px solid #969696;
    page-break-inside: avoid; }

  /* line 8936, _bootstrap.scss */
  thead {
    display: table-header-group; }

  /* line 8939, _bootstrap.scss */
  tr,
  img {
    page-break-inside: avoid; }

  /* line 8943, _bootstrap.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  /* line 8949, _bootstrap.scss */
  h2,
  h3 {
    page-break-after: avoid; }

  @page {
    size: a3; }
  /* line 8955, _bootstrap.scss */
  body {
    min-width: 992px !important; }

  /* line 8958, _bootstrap.scss */
  .container {
    min-width: 992px !important; }

  /* line 8961, _bootstrap.scss */
  .navbar {
    display: none; }

  /* line 8964, _bootstrap.scss */
  .badge {
    border: 1px solid #000; }

  /* line 8967, _bootstrap.scss */
  .table {
    border-collapse: collapse !important; }

  /* line 8969, _bootstrap.scss */
  .table td,
  .table th {
    background-color: #fff !important; }

  /* line 8973, _bootstrap.scss */
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important; }

  /* line 8977, _bootstrap.scss */
  .table-dark {
    color: inherit; }

  /* line 8979, _bootstrap.scss */
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6; }

  /* line 8985, _bootstrap.scss */
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6; } }
/**
 * Swiper 11.0.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 27, 2024
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal; }
/* line 13, swiper.css */
:root {
  --swiper-theme-color: #007aff; }

/* line 13, swiper.css */
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1; }

/* line 13, swiper.css */
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block; }

/* line 13, swiper.css */
.swiper-vertical > .swiper-wrapper {
  flex-direction: column; }

/* line 13, swiper.css */
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box; }

/* line 13, swiper.css */
.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0); }

/* line 13, swiper.css */
.swiper-horizontal {
  touch-action: pan-y; }

/* line 13, swiper.css */
.swiper-vertical {
  touch-action: pan-x; }

/* line 13, swiper.css */
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block; }

/* line 13, swiper.css */
.swiper-slide-invisible-blank {
  visibility: hidden; }

/* line 13, swiper.css */
.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto; }

/* line 13, swiper.css */
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform,height; }

/* line 13, swiper.css */
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* line 13, swiper.css */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px; }

/* line 13, swiper.css */
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d; }

/* line 13, swiper.css */
.swiper-3d {
  perspective: 1200px; }

/* line 13, swiper.css */
.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide {
  transform-style: preserve-3d; }

/* line 13, swiper.css */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none; }

/* line 13, swiper.css */
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none; }

/* line 13, swiper.css */
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

/* line 13, swiper.css */
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory; }

/* line 13, swiper.css */
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory; }

/* line 13, swiper.css */
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none; }

/* line 13, swiper.css */
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none; }

/* line 13, swiper.css */
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999; }

/* line 13, swiper.css */
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always; }

/* line 13, swiper.css */
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before); }

/* line 13, swiper.css */
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after); }

/* line 13, swiper.css */
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before); }

/* line 13, swiper.css */
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after); }

/* line 13, swiper.css */
.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

/* line 13, swiper.css */
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15); }

/* line 13, swiper.css */
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent); }

/* line 13, swiper.css */
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent); }

/* line 13, swiper.css */
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent); }

/* line 13, swiper.css */
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent); }

/* line 13, swiper.css */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent; }

/* line 13, swiper.css */
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear; }

/* line 13, swiper.css */
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff; }

/* line 13, swiper.css */
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000; }

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
/* line 13, swiper.css */
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0); }

/* line 13, swiper.css */
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none; }

/* line 13, swiper.css */
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size); }

/* line 13, swiper.css */
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size); }

/* line 13, swiper.css */
:root {
  --swiper-navigation-size: 44px; }

/* line 13, swiper.css */
.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color)); }

/* line 13, swiper.css */
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none; }

/* line 13, swiper.css */
.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none; }

/* line 13, swiper.css */
.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important; }

/* line 13, swiper.css */
.swiper-button-next svg, .swiper-button-prev svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center; }

/* line 13, swiper.css */
.swiper-rtl .swiper-button-next svg, .swiper-rtl .swiper-button-prev svg {
  transform: rotate(180deg); }

/* line 13, swiper.css */
.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto; }

/* line 13, swiper.css */
.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto; }

/* line 13, swiper.css */
.swiper-button-lock {
  display: none; }

/* line 13, swiper.css */
.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1; }

/* line 13, swiper.css */
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: 'prev'; }

/* line 13, swiper.css */
.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto; }

/* line 13, swiper.css */
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: 'next'; }

/* line 13, swiper.css */
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10; }

/* line 13, swiper.css */
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

/* line 13, swiper.css */
.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important; }

/* line 13, swiper.css */
.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%; }

/* line 13, swiper.css */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

/* line 13, swiper.css */
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative; }

/* line 13, swiper.css */
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1); }

/* line 13, swiper.css */
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1); }

/* line 13, swiper.css */
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66); }

/* line 13, swiper.css */
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33); }

/* line 13, swiper.css */
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66); }

/* line 13, swiper.css */
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33); }

/* line 13, swiper.css */
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2); }

/* line 13, swiper.css */
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none; }

/* line 13, swiper.css */
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

/* line 13, swiper.css */
.swiper-pagination-bullet:only-child {
  display: none !important; }

/* line 13, swiper.css */
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color)); }

/* line 13, swiper.css */
.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0); }

/* line 13, swiper.css */
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block; }

/* line 13, swiper.css */
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px; }

/* line 13, swiper.css */
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: .2s transform,.2s top; }

/* line 13, swiper.css */
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px); }

/* line 13, swiper.css */
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap; }

/* line 13, swiper.css */
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform,.2s left; }

/* line 13, swiper.css */
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform,.2s right; }

/* line 13, swiper.css */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit); }

/* line 13, swiper.css */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute; }

/* line 13, swiper.css */
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top; }

/* line 13, swiper.css */
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top; }

/* line 13, swiper.css */
.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0; }

/* line 13, swiper.css */
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0; }

/* line 13, swiper.css */
.swiper-pagination-lock {
  display: none; }

/* line 13, swiper.css */
.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1)); }

/* line 13, swiper.css */
.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important; }

/* line 13, swiper.css */
.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%)); }

/* line 13, swiper.css */
.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%)); }

/* line 13, swiper.css */
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0; }

/* line 13, swiper.css */
.swiper-scrollbar-cursor-drag {
  cursor: move; }

/* line 13, swiper.css */
.swiper-scrollbar-lock {
  display: none; }

/* line 13, swiper.css */
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center; }

/* line 13, swiper.css */
.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; }

/* line 13, swiper.css */
.swiper-slide-zoomed {
  cursor: move;
  touch-action: none; }

/* line 13, swiper.css */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

/* line 13, swiper.css */
.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto; }

/* line 13, swiper.css */
.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap; }

/* line 13, swiper.css */
.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column; }

/* line 13, swiper.css */
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out; }

/* line 13, swiper.css */
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity; }

/* line 13, swiper.css */
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

/* line 13, swiper.css */
.swiper-fade .swiper-slide-active {
  pointer-events: auto; }

/* line 13, swiper.css */
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

/* line 13, swiper.css */
.swiper-cube {
  overflow: visible; }

/* line 13, swiper.css */
.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

/* line 13, swiper.css */
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

/* line 13, swiper.css */
.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0; }

/* line 13, swiper.css */
.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

/* line 13, swiper.css */
.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible; }

/* line 13, swiper.css */
.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: .6;
  z-index: 0; }

/* line 13, swiper.css */
.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px); }

/* line 13, swiper.css */
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

/* line 13, swiper.css */
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* line 13, swiper.css */
.swiper-flip {
  overflow: visible; }

/* line 13, swiper.css */
.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

/* line 13, swiper.css */
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

/* line 13, swiper.css */
.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

/* line 13, swiper.css */
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* line 13, swiper.css */
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform,opacity,height; }

/* line 13, swiper.css */
.swiper-cards {
  overflow: visible; }

/* line 13, swiper.css */
.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden; }

/* line 1, responsive.css */
.mobile-block {
  display: none; }

@media (max-width: 1200px) {
  /* tablet devices */ }
@media (max-width: 992px) {
  /* small tablet devices */
  /* line 8, responsive.css */
  .slider-main .item-slide {
    height: auto; }

  /* line 11, responsive.css */
  .table-shopping-cart tr td:first-child {
    width: 250px; }

  /* line 13, responsive.css */
  .table-shopping-cart .itemside .info {
    padding: 0; }

  /* line 15, responsive.css */
  .table-shopping-cart .itemside .aside {
    display: none; } }
@media all and (max-width: 768px) {
  /* mobile devices */
  /* line 19, responsive.css */
  .section-header .search {
    margin-top: 1rem;
    margin-bottom: 1rem; }

  /* line 23, responsive.css */
  .item-feature {
    margin-bottom: 20px; }

  /* line 26, responsive.css */
  .mobile-order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }

  /* line 31, responsive.css */
  .mobile-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }

  /* line 36, responsive.css */
  .mobile-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }

  /* line 41, responsive.css */
  .mobile-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }

  /* line 46, responsive.css */
  .mobile-block {
    display: block; }

  /* line 49, responsive.css */
  .section-header .logo {
    max-height: 40px;
    width: auto; }

  /* line 52, responsive.css */
  .section-header .search {
    margin-top: 1rem; }

  /* line 55, responsive.css */
  .navbar-expand .navbar-collapse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; } }
/* line 1, offcanvas.css */
.c-offcanvas {
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* line 7, offcanvas.css */
.c-offcanvas-bg.c-offcanvas-bg--push, .c-offcanvas-bg.c-offcanvas-bg--reveal, .c-offcanvas-content-wrap, .c-offcanvas {
  transition: transform 300ms cubic-bezier(0.4, 0, 0.6, 1); }

/* line 11, offcanvas.css */
.c-offcanvas.is-open {
  transform: translate3d(0, 0, 0);
  visibility: visible; }

/**
 * Offcanvas-content-wrap
*/
/* line 19, offcanvas.css */
.c-offcanvas-content-wrap {
  z-index: 3; }

/**
 * Offcanvas Panel
*/
/* line 26, offcanvas.css */
.c-offcanvas {
  position: fixed;
  min-height: 100%;
  max-height: none;
  top: 0;
  display: block;
  background: #fff;
  overflow-x: hidden;
  overflow-y: auto; }

/* line 36, offcanvas.css */
.c-offcanvas--opening {
  transition-timing-function: cubic-bezier(0.4, 0, 0.6, 1); }

/* line 39, offcanvas.css */
.c-offcanvas.is-closed {
  max-height: 100%;
  overflow: hidden;
  visibility: hidden;
  box-shadow: none; }

/* line 46, offcanvas.css */
.c-offcanvas--overlay {
  z-index: 1080; }

/* line 50, offcanvas.css */
.c-offcanvas--reveal {
  z-index: 2; }

/**
 * Offcanvas BG-Overlay
*/
/* line 57, offcanvas.css */
.c-offcanvas-bg {
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1079;
  left: -100%;
  background-color: transparent;
  transition: background-color 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; }

/* line 67, offcanvas.css */
.c-offcanvas-bg.is-animating, .c-offcanvas-bg.is-open {
  left: 0;
  background-color: rgba(0, 0, 0, 0.68);
  visibility: visible; }

/* line 72, offcanvas.css */
.c-offcanvas-bg.is-closed {
  visibility: hidden; }

/* line 75, offcanvas.css */
.c-offcanvas-bg--closing.is-animating {
  background: transparent; }

/**
 * Position Left
 *
*/
/* line 83, offcanvas.css */
.c-offcanvas--left {
  height: 100%;
  width: 17em;
  transform: translate3d(-17em, 0, 0); }

/**
 *  Position Right
 *
*/
/* line 93, offcanvas.css */
.c-offcanvas--right {
  height: 100%;
  width: 17em;
  right: 0;
  transform: translate3d(17em, 0, 0); }

/**
 * Position Top
 *
*/
/* line 104, offcanvas.css */
.c-offcanvas--top {
  left: 0;
  right: 0;
  top: 0;
  height: 12.5em;
  min-height: auto;
  width: 100%;
  transform: translate3d(0, -12.5em, 0); }

/**
 * Position Bottom
 *
*/
/* line 118, offcanvas.css */
.c-offcanvas--bottom {
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  height: 12.5em;
  min-height: auto;
  width: 100%;
  transform: translate3d(0, 12.5em, 0); }

/**
 * Reveal
 *
*/
/* line 133, offcanvas.css */
.c-offcanvas-content-wrap {
  z-index: 3; }

/* line 137, offcanvas.css */
.c-offcanvas-content-wrap--reveal.c-offcanvas-content-wrap--left.is-open {
  transform: translate3d(17em, 0, 0); }

/* line 140, offcanvas.css */
.c-offcanvas-content-wrap--reveal.c-offcanvas-content-wrap--right.is-open {
  transform: translate3d(-17em, 0, 0); }

/* line 144, offcanvas.css */
.c-offcanvas--reveal {
  z-index: 0;
  transform: translate3d(0, 0, 0); }

/* line 149, offcanvas.css */
.c-offcanvas-bg.c-offcanvas-bg--reveal.c-offcanvas-bg--left.is-open {
  transform: translate3d(17em, 0, 0); }

/* line 152, offcanvas.css */
.c-offcanvas-bg.c-offcanvas-bg--reveal.c-offcanvas-bg--right.is-open {
  transform: translate3d(-17em, 0, 0); }

/**
 * Push
 *
*/
/* line 160, offcanvas.css */
.c-offcanvas--push {
  z-index: 6; }

/* line 163, offcanvas.css */
.c-offcanvas--push--opening {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1); }

/* line 167, offcanvas.css */
.c-offcanvas-content-wrap {
  z-index: 3; }

/* line 171, offcanvas.css */
.c-offcanvas-content-wrap--push.c-offcanvas-content-wrap--left.is-open {
  transform: translate3d(17em, 0, 0); }

/* line 174, offcanvas.css */
.c-offcanvas-content-wrap--push.c-offcanvas-content-wrap--right.is-open {
  transform: translate3d(-17em, 0, 0); }

/* line 178, offcanvas.css */
.c-offcanvas-bg.c-offcanvas-bg--push.c-offcanvas-bg--left.is-open {
  transform: translate3d(17em, 0, 0); }

/* line 181, offcanvas.css */
.c-offcanvas-bg.c-offcanvas-bg--push.c-offcanvas-bg--right.is-open {
  transform: translate3d(-17em, 0, 0); }

/*# sourceMappingURL=js-offcanvas.css.map */
/* line 1, fancybox.css */
body.compensate-for-scrollbar {
  overflow: hidden; }

/* line 1, fancybox.css */
.fancybox-active {
  height: auto; }

/* line 1, fancybox.css */
.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

/* line 1, fancybox.css */
.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

/* line 1, fancybox.css */
.fancybox-container * {
  box-sizing: border-box; }

/* line 1, fancybox.css */
.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

/* line 1, fancybox.css */
.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

/* line 1, fancybox.css */
.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

/* line 1, fancybox.css */
.fancybox-is-open .fancybox-bg {
  opacity: .9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

/* line 1, fancybox.css */
.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease,visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997; }

/* line 1, fancybox.css */
.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity .25s ease 0s,visibility 0s ease 0s;
  visibility: visible; }

/* line 1, fancybox.css */
.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* line 1, fancybox.css */
.fancybox-toolbar {
  right: 0;
  top: 0; }

/* line 1, fancybox.css */
.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994; }

/* line 1, fancybox.css */
.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

/* line 1, fancybox.css */
.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform,opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

/* line 1, fancybox.css */
.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0; }

/* line 1, fancybox.css */
.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block; }

/* line 1, fancybox.css */
.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0; }

/* line 1, fancybox.css */
.fancybox-slide--image:before {
  display: none; }

/* line 1, fancybox.css */
.fancybox-slide--html {
  padding: 6px; }

/* line 1, fancybox.css */
.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

/* line 1, fancybox.css */
.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform,opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

/* line 1, fancybox.css */
.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out; }

/* line 1, fancybox.css */
.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in; }

/* line 1, fancybox.css */
.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
  cursor: grab; }

/* line 1, fancybox.css */
.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing; }

/* line 1, fancybox.css */
.fancybox-container [data-selectable=true] {
  cursor: text; }

/* line 1, fancybox.css */
.fancybox-image, .fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

/* line 1, fancybox.css */
.fancybox-spaceball {
  z-index: 1; }

/* line 1, fancybox.css */
.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%; }

/* line 1, fancybox.css */
.fancybox-slide--video .fancybox-content {
  background: #000; }

/* line 1, fancybox.css */
.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

/* line 1, fancybox.css */
.fancybox-slide--iframe .fancybox-content {
  background: #fff; }

/* line 1, fancybox.css */
.fancybox-iframe, .fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

/* line 1, fancybox.css */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0; }

/* line 1, fancybox.css */
.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

/* line 1, fancybox.css */
.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

/* line 1, fancybox.css */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px; }

/* line 1, fancybox.css */
.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
  color: #ccc; }

/* line 1, fancybox.css */
.fancybox-button:hover {
  color: #fff; }

/* line 1, fancybox.css */
.fancybox-button:focus {
  outline: none; }

/* line 1, fancybox.css */
.fancybox-button.fancybox-focus {
  outline: 1px dotted; }

/* line 1, fancybox.css */
.fancybox-button[disabled], .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none; }

/* line 1, fancybox.css */
.fancybox-button div {
  height: 100%; }

/* line 1, fancybox.css */
.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%; }

/* line 1, fancybox.css */
.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0; }

/* line 1, fancybox.css */
.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:first-child, .fancybox-button--pause svg:first-child, .fancybox-button--play svg:nth-child(2) {
  display: none; }

/* line 1, fancybox.css */
.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998; }

/* line 1, fancybox.css */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401; }

/* line 1, fancybox.css */
.fancybox-close-small:hover {
  color: #fff;
  opacity: 1; }

/* line 1, fancybox.css */
.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0; }

/* line 1, fancybox.css */
.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden; }

/* line 1, fancybox.css */
.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none; }

/* line 1, fancybox.css */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px; }

/* line 1, fancybox.css */
.fancybox-navigation .fancybox-button div {
  padding: 7px; }

/* line 1, fancybox.css */
.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px; }

/* line 1, fancybox.css */
.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right); }

/* line 1, fancybox.css */
.fancybox-caption {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996; }

@supports (padding: 0px) {
  /* line 1, fancybox.css */
  .fancybox-caption {
    padding: 75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left)); } }
/* line 1, fancybox.css */
.fancybox-caption--separate {
  margin-top: -50px; }

/* line 1, fancybox.css */
.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all; }

/* line 1, fancybox.css */
.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

/* line 1, fancybox.css */
.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

/* line 1, fancybox.css */
.fancybox-loading {
  animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999; }

@keyframes a {
  to {
    transform: rotate(1turn); } }
/* line 1, fancybox.css */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* line 1, fancybox.css */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0); }

/* line 1, fancybox.css */
.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0); }

/* line 1, fancybox.css */
.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translateZ(0); }

/* line 1, fancybox.css */
.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

/* line 1, fancybox.css */
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* line 1, fancybox.css */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5); }

/* line 1, fancybox.css */
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5); }

/* line 1, fancybox.css */
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1); }

/* line 1, fancybox.css */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-1turn); }

/* line 1, fancybox.css */
.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(1turn); }

/* line 1, fancybox.css */
.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg); }

/* line 1, fancybox.css */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

/* line 1, fancybox.css */
.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

/* line 1, fancybox.css */
.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1) translateZ(0); }

/* line 1, fancybox.css */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

/* line 1, fancybox.css */
.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

/* line 1, fancybox.css */
.fancybox-fx-tube.fancybox-slide--current {
  transform: translateZ(0) scale(1); }

@media (max-height: 576px) {
  /* line 1, fancybox.css */
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px; }

  /* line 1, fancybox.css */
  .fancybox-slide--image {
    padding: 6px 0; }

  /* line 1, fancybox.css */
  .fancybox-close-small {
    right: -6px; }

  /* line 1, fancybox.css */
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px; }

  /* line 1, fancybox.css */
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px; }

  @supports (padding: 0px) {
    /* line 1, fancybox.css */
    .fancybox-caption {
      padding-left: max(12px,env(safe-area-inset-left));
      padding-right: max(12px,env(safe-area-inset-right)); } } }
/* line 1, fancybox.css */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

/* line 1, fancybox.css */
.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px; }

/* line 1, fancybox.css */
.fancybox-share p {
  margin: 0;
  padding: 0; }

/* line 1, fancybox.css */
.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

/* line 1, fancybox.css */
.fancybox-share__button:link, .fancybox-share__button:visited {
  color: #fff; }

/* line 1, fancybox.css */
.fancybox-share__button:hover {
  text-decoration: none; }

/* line 1, fancybox.css */
.fancybox-share__button--fb {
  background: #3b5998; }

/* line 1, fancybox.css */
.fancybox-share__button--fb:hover {
  background: #344e86; }

/* line 1, fancybox.css */
.fancybox-share__button--pt {
  background: #bd081d; }

/* line 1, fancybox.css */
.fancybox-share__button--pt:hover {
  background: #aa0719; }

/* line 1, fancybox.css */
.fancybox-share__button--tw {
  background: #1da1f2; }

/* line 1, fancybox.css */
.fancybox-share__button--tw:hover {
  background: #0d95e8; }

/* line 1, fancybox.css */
.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

/* line 1, fancybox.css */
.fancybox-share__button svg path {
  fill: #fff; }

/* line 1, fancybox.css */
.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

/* line 1, fancybox.css */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995; }

/* line 1, fancybox.css */
.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

/* line 1, fancybox.css */
.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

/* line 1, fancybox.css */
.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

/* line 1, fancybox.css */
.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

/* line 1, fancybox.css */
.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden; }

/* line 1, fancybox.css */
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px; }

/* line 1, fancybox.css */
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

/* line 1, fancybox.css */
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

/* line 1, fancybox.css */
.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

/* line 1, fancybox.css */
.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

/* line 1, fancybox.css */
.fancybox-thumbs__list a:focus:before {
  opacity: .5; }

/* line 1, fancybox.css */
.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1; }

@media (max-width: 576px) {
  /* line 1, fancybox.css */
  .fancybox-thumbs {
    width: 110px; }

  /* line 1, fancybox.css */
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }

  /* line 1, fancybox.css */
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px); } }
/*!Ion.RangeSlider, 2.3.1, © Denis Ineshin, 2010 - 2019, IonDen.com, Build date: 2019-12-19 16:51:02*/
/* line 1, _range.scss */
.irs {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 12px;
  font-family: Arial,sans-serif; }

/* line 1, _range.scss */
.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none !important; }

/* line 1, _range.scss */
.irs-bar {
  position: absolute;
  display: block;
  left: 0;
  width: 0; }

/* line 1, _range.scss */
.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0; }

/* line 1, _range.scss */
.irs-handle {
  position: absolute;
  display: block;
  box-sizing: border-box;
  cursor: default;
  z-index: 1; }

/* line 1, _range.scss */
.irs-handle.type_last {
  z-index: 2; }

/* line 1, _range.scss */
.irs-min, .irs-max {
  position: absolute;
  display: block;
  cursor: default; }

/* line 1, _range.scss */
.irs-min {
  left: 0; }

/* line 1, _range.scss */
.irs-max {
  right: 0; }

/* line 1, _range.scss */
.irs-from, .irs-to, .irs-single {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap; }

/* line 1, _range.scss */
.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px; }

/* line 1, _range.scss */
.irs-with-grid .irs-grid {
  display: block; }

/* line 1, _range.scss */
.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #444; }

/* line 1, _range.scss */
.irs-grid-pol.small {
  height: 4px; }

/* line 1, _range.scss */
.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 3px;
  color: #444; }

/* line 1, _range.scss */
.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: transparent;
  z-index: 2; }

/* line 1, _range.scss */
.lt-ie9 .irs-disable-mask {
  background: #444;
  filter: alpha(opacity=0);
  cursor: not-allowed; }

/* line 1, _range.scss */
.irs-disabled {
  opacity: .4; }

/* line 1, _range.scss */
.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden;
  outline: none !important;
  z-index: -9999 !important;
  background: none !important;
  border-style: solid !important;
  border-color: transparent !important; }

/* line 1, _range.scss */
.irs--flat {
  height: 40px; }

/* line 1, _range.scss */
.irs--flat.irs-with-grid {
  height: 60px; }

/* line 1, _range.scss */
.irs--flat .irs-line {
  top: 25px;
  height: 12px;
  background-color: #e1e4e9;
  border-radius: 4px; }

/* line 1, _range.scss */
.irs--flat .irs-bar {
  top: 25px;
  height: 12px;
  background-color: #ed5565; }

/* line 1, _range.scss */
.irs--flat .irs-bar--single {
  border-radius: 4px 0 0 4px; }

/* line 1, _range.scss */
.irs--flat .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: #e1e4e9; }

/* line 1, _range.scss */
.irs--flat .irs-handle {
  top: 22px;
  width: 16px;
  height: 18px;
  background-color: transparent; }

/* line 1, _range.scss */
.irs--flat .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
  background-color: #da4453; }

/* line 1, _range.scss */
.irs--flat .irs-handle.state_hover > i:first-child, .irs--flat .irs-handle:hover > i:first-child {
  background-color: #a43540; }

/* line 1, _range.scss */
.irs--flat .irs-min, .irs--flat .irs-max {
  top: 0;
  padding: 1px 3px;
  color: #999;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  background-color: #e1e4e9;
  border-radius: 4px; }

/* line 1, _range.scss */
.irs--flat .irs-from, .irs--flat .irs-to, .irs--flat .irs-single {
  color: white;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #ed5565;
  border-radius: 4px; }

/* line 1, _range.scss */
.irs--flat .irs-from:before, .irs--flat .irs-to:before, .irs--flat .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #ed5565; }

/* line 1, _range.scss */
.irs--flat .irs-grid-pol {
  background-color: #e1e4e9; }

/* line 1, _range.scss */
.irs--flat .irs-grid-text {
  color: #999; }

/* line 1, _range.scss */
.irs--big {
  height: 55px; }

/* line 1, _range.scss */
.irs--big.irs-with-grid {
  height: 70px; }

/* line 1, _range.scss */
.irs--big .irs-line {
  top: 33px;
  height: 12px;
  background-color: white;
  background: linear-gradient(to bottom, #ddd -50%, white 150%);
  border: 1px solid #ccc;
  border-radius: 12px; }

/* line 1, _range.scss */
.irs--big .irs-bar {
  top: 33px;
  height: 12px;
  background-color: #92bce0;
  border: 1px solid #428bca;
  background: linear-gradient(to bottom, #ffffff 0%, #428bca 30%, #b9d4ec 100%);
  box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.5); }

/* line 1, _range.scss */
.irs--big .irs-bar--single {
  border-radius: 12px 0 0 12px; }

/* line 1, _range.scss */
.irs--big .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: rgba(66, 139, 202, 0.5); }

/* line 1, _range.scss */
.irs--big .irs-handle {
  top: 25px;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: #cbcfd5;
  background: linear-gradient(to bottom, white 0%, #B4B9BE 30%, white 100%);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), inset 0 0 3px 1px white;
  border-radius: 30px; }

/* line 1, _range.scss */
.irs--big .irs-handle.state_hover, .irs--big .irs-handle:hover {
  border-color: rgba(0, 0, 0, 0.45);
  background-color: #939ba7;
  background: linear-gradient(to bottom, white 0%, #919BA5 30%, white 100%); }

/* line 1, _range.scss */
.irs--big .irs-min, .irs--big .irs-max {
  top: 0;
  padding: 1px 5px;
  color: white;
  text-shadow: none;
  background-color: #9f9f9f;
  border-radius: 3px; }

/* line 1, _range.scss */
.irs--big .irs-from, .irs--big .irs-to, .irs--big .irs-single {
  color: white;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #428bca;
  background: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
  border-radius: 3px; }

/* line 1, _range.scss */
.irs--big .irs-grid-pol {
  background-color: #428bca; }

/* line 1, _range.scss */
.irs--big .irs-grid-text {
  color: #428bca; }

/* line 1, _range.scss */
.irs--modern {
  height: 55px; }

/* line 1, _range.scss */
.irs--modern.irs-with-grid {
  height: 55px; }

/* line 1, _range.scss */
.irs--modern .irs-line {
  top: 25px;
  height: 5px;
  background-color: #d1d6e0;
  background: linear-gradient(to bottom, #e0e4ea 0%, #d1d6e0 100%);
  border: 1px solid #a3adc1;
  border-bottom-width: 0;
  border-radius: 5px; }

/* line 1, _range.scss */
.irs--modern .irs-bar {
  top: 25px;
  height: 5px;
  background: #20b426;
  background: linear-gradient(to bottom, #20b426 0%, #18891d 100%); }

/* line 1, _range.scss */
.irs--modern .irs-bar--single {
  border-radius: 5px 0 0 5px; }

/* line 1, _range.scss */
.irs--modern .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(209, 214, 224, 0.5); }

/* line 1, _range.scss */
.irs--modern .irs-handle {
  top: 37px;
  width: 12px;
  height: 13px;
  border: 1px solid #a3adc1;
  border-top-width: 0;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px; }

/* line 1, _range.scss */
.irs--modern .irs-handle > i:nth-child(1) {
  position: absolute;
  display: block;
  top: -4px;
  left: 1px;
  width: 6px;
  height: 6px;
  border: 1px solid #a3adc1;
  background: white;
  transform: rotate(45deg); }

/* line 1, _range.scss */
.irs--modern .irs-handle > i:nth-child(2) {
  position: absolute;
  display: block;
  box-sizing: border-box;
  top: 0;
  left: 0;
  width: 10px;
  height: 12px;
  background: #e9e6e6;
  background: linear-gradient(to bottom, white 0%, #e9e6e6 100%);
  border-radius: 0 0 3px 3px; }

/* line 1, _range.scss */
.irs--modern .irs-handle > i:nth-child(3) {
  position: absolute;
  display: block;
  box-sizing: border-box;
  top: 3px;
  left: 3px;
  width: 4px;
  height: 5px;
  border-left: 1px solid #a3adc1;
  border-right: 1px solid #a3adc1; }

/* line 1, _range.scss */
.irs--modern .irs-handle.state_hover, .irs--modern .irs-handle:hover {
  border-color: #7685a2;
  background: #c3c7cd;
  background: linear-gradient(to bottom, #ffffff 0%, #919ba5 30%, #ffffff 100%); }

/* line 1, _range.scss */
.irs--modern .irs-handle.state_hover > i:nth-child(1), .irs--modern .irs-handle:hover > i:nth-child(1) {
  border-color: #7685a2; }

/* line 1, _range.scss */
.irs--modern .irs-handle.state_hover > i:nth-child(3), .irs--modern .irs-handle:hover > i:nth-child(3) {
  border-color: #48536a; }

/* line 1, _range.scss */
.irs--modern .irs-min, .irs--modern .irs-max {
  top: 0;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  color: white;
  background-color: #d1d6e0;
  border-radius: 5px; }

/* line 1, _range.scss */
.irs--modern .irs-from, .irs--modern .irs-to, .irs--modern .irs-single {
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #20b426;
  color: white;
  border-radius: 5px; }

/* line 1, _range.scss */
.irs--modern .irs-from:before, .irs--modern .irs-to:before, .irs--modern .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #20b426; }

/* line 1, _range.scss */
.irs--modern .irs-grid {
  height: 25px; }

/* line 1, _range.scss */
.irs--modern .irs-grid-pol {
  background-color: #dedede; }

/* line 1, _range.scss */
.irs--modern .irs-grid-text {
  color: silver;
  font-size: 13px; }

/* line 1, _range.scss */
.irs--sharp {
  height: 50px;
  font-size: 12px;
  line-height: 1; }

/* line 1, _range.scss */
.irs--sharp.irs-with-grid {
  height: 57px; }

/* line 1, _range.scss */
.irs--sharp .irs-line {
  top: 30px;
  height: 2px;
  background-color: #444;
  border-radius: 2px; }

/* line 1, _range.scss */
.irs--sharp .irs-bar {
  top: 30px;
  height: 2px;
  background-color: #ee22fa; }

/* line 1, _range.scss */
.irs--sharp .irs-bar--single {
  border-radius: 2px 0 0 2px; }

/* line 1, _range.scss */
.irs--sharp .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(0, 0, 0, 0.5); }

/* line 1, _range.scss */
.irs--sharp .irs-handle {
  top: 25px;
  width: 10px;
  height: 10px;
  background-color: #a804b2; }

/* line 1, _range.scss */
.irs--sharp .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #a804b2; }

/* line 1, _range.scss */
.irs--sharp .irs-handle.state_hover, .irs--sharp .irs-handle:hover {
  background-color: #444; }

/* line 1, _range.scss */
.irs--sharp .irs-handle.state_hover > i:first-child, .irs--sharp .irs-handle:hover > i:first-child {
  border-top-color: #444; }

/* line 1, _range.scss */
.irs--sharp .irs-min, .irs--sharp .irs-max {
  color: white;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 4px;
  opacity: .4;
  background-color: #a804b2;
  border-radius: 2px; }

/* line 1, _range.scss */
.irs--sharp .irs-from, .irs--sharp .irs-to, .irs--sharp .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 4px;
  background-color: #a804b2;
  color: white;
  border-radius: 2px; }

/* line 1, _range.scss */
.irs--sharp .irs-from:before, .irs--sharp .irs-to:before, .irs--sharp .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #a804b2; }

/* line 1, _range.scss */
.irs--sharp .irs-grid {
  height: 25px; }

/* line 1, _range.scss */
.irs--sharp .irs-grid-pol {
  background-color: #dedede; }

/* line 1, _range.scss */
.irs--sharp .irs-grid-text {
  color: silver;
  font-size: 13px; }

/* line 1, _range.scss */
.irs--round {
  height: 50px; }

/* line 1, _range.scss */
.irs--round.irs-with-grid {
  height: 65px; }

/* line 1, _range.scss */
.irs--round .irs-line {
  top: 36px;
  height: 4px;
  background-color: #dee4ec;
  border-radius: 4px; }

/* line 1, _range.scss */
.irs--round .irs-bar {
  top: 36px;
  height: 4px;
  background-color: #f6d258; }

/* line 1, _range.scss */
.irs--round .irs-bar--single {
  border-radius: 4px 0 0 4px; }

/* line 1, _range.scss */
.irs--round .irs-shadow {
  height: 4px;
  bottom: 21px;
  background-color: rgba(222, 228, 236, 0.5); }

/* line 1, _range.scss */
.irs--round .irs-handle {
  top: 26px;
  width: 24px;
  height: 24px;
  border: 4px solid #f6d258;
  background-color: white;
  border-radius: 24px; }

/* line 1, _range.scss */
.irs--round .irs-handle.state_hover, .irs--round .irs-handle:hover {
  background-color: #f0f6ff; }

/* line 1, _range.scss */
.irs--round .irs-min, .irs--round .irs-max {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 4px; }

/* line 1, _range.scss */
.irs--round .irs-from, .irs--round .irs-to, .irs--round .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: #f6d258;
  color: white;
  border-radius: 4px; }

/* line 1, _range.scss */
.irs--round .irs-from:before, .irs--round .irs-to:before, .irs--round .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #f6d258; }

/* line 1, _range.scss */
.irs--round .irs-grid {
  height: 25px; }

/* line 1, _range.scss */
.irs--round .irs-grid-pol {
  background-color: #dedede; }

/* line 1, _range.scss */
.irs--round .irs-grid-text {
  color: silver;
  font-size: 13px; }

/* line 1, _range.scss */
.irs--square {
  height: 50px; }

/* line 1, _range.scss */
.irs--square.irs-with-grid {
  height: 60px; }

/* line 1, _range.scss */
.irs--square .irs-line {
  top: 31px;
  height: 4px;
  background-color: #dedede; }

/* line 1, _range.scss */
.irs--square .irs-bar {
  top: 31px;
  height: 4px;
  background-color: #444; }

/* line 1, _range.scss */
.irs--square .irs-shadow {
  height: 2px;
  bottom: 21px;
  background-color: #dedede; }

/* line 1, _range.scss */
.irs--square .irs-handle {
  top: 25px;
  width: 16px;
  height: 16px;
  border: 3px solid #444;
  background-color: white;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

/* line 1, _range.scss */
.irs--square .irs-handle.state_hover, .irs--square .irs-handle:hover {
  background-color: #f0f6ff; }

/* line 1, _range.scss */
.irs--square .irs-min, .irs--square .irs-max {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1); }

/* line 1, _range.scss */
.irs--square .irs-from, .irs--square .irs-to, .irs--square .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: #444;
  color: white; }

/* line 1, _range.scss */
.irs--square .irs-grid {
  height: 25px; }

/* line 1, _range.scss */
.irs--square .irs-grid-pol {
  background-color: #dedede; }

/* line 1, _range.scss */
.irs--square .irs-grid-text {
  color: silver;
  font-size: 11px; }

/*!
 * Mmenu Light
 * mmenujs.com/mmenu-light
 *
 * Copyright (c) Fred Heusschen
 * www.frebsite.nl
 *
 * License: CC-BY-4.0
 * http://creativecommons.org/licenses/by/4.0/
 */
/* line 10, lightmenu.css */
:root {
  --mm-ocd-width: 80%;
  --mm-ocd-min-width: 200px;
  --mm-ocd-max-width: 440px; }

/* line 10, lightmenu.css */
body.mm-ocd-opened {
  overflow-y: hidden;
  -ms-scroll-chaining: none;
  overscroll-behavior: none; }

/* line 10, lightmenu.css */
.mm-ocd {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 100%;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
  background: transparent;
  -webkit-transition-property: bottom,background-color;
  -o-transition-property: bottom,background-color;
  transition-property: bottom,background-color;
  -webkit-transition-duration: 0s,.3s;
  -o-transition-duration: 0s,.3s;
  transition-duration: 0s,.3s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-delay: .45s,.15s;
  -o-transition-delay: .45s,.15s;
  transition-delay: .45s,.15s; }

/* line 10, lightmenu.css */
.mm-ocd--open {
  bottom: 0;
  background: rgba(0, 0, 0, 0.25);
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s; }

/* line 10, lightmenu.css */
.mm-ocd__content {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: 80%;
  width: var(--mm-ocd-width);
  min-width: 200px;
  min-width: var(--mm-ocd-min-width);
  max-width: 440px;
  max-width: var(--mm-ocd-max-width);
  background: #fff;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform;
  -webkit-transition-duration: .3s;
  -o-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease; }

/* line 10, lightmenu.css */
.mm-ocd--left .mm-ocd__content {
  left: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

/* line 10, lightmenu.css */
.mm-ocd--right .mm-ocd__content {
  right: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

/* line 10, lightmenu.css */
.mm-ocd--open .mm-ocd__content {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* line 10, lightmenu.css */
.mm-ocd__backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 3;
  width: calc(100% - 80%);
  width: calc(100% - var(--mm-ocd-width));
  min-width: calc(100% - 440px);
  min-width: calc(100% - var(--mm-ocd-max-width));
  max-width: calc(100% - 200px);
  max-width: calc(100% - var(--mm-ocd-min-width));
  background: rgba(3, 2, 1, 0); }

/* line 10, lightmenu.css */
.mm-ocd--left .mm-ocd__backdrop {
  right: 0; }

/* line 10, lightmenu.css */
.mm-ocd--right .mm-ocd__backdrop {
  left: 0; }

/* line 10, lightmenu.css */
.mm-spn, .mm-spn a, .mm-spn li, .mm-spn span, .mm-spn ul {
  display: block;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* line 10, lightmenu.css */
:root {
  --mm-spn-item-height: 50px;
  --mm-spn-item-indent: 20px;
  --mm-spn-line-height: 24px; }

/* line 10, lightmenu.css */
.mm-spn {
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }

/* line 10, lightmenu.css */
.mm-spn ul {
  -webkit-overflow-scrolling: touch;
  position: fixed;
  top: 0;
  left: 100%;
  bottom: 0;
  z-index: 2;
  width: 130%;
  padding-right: 30%;
  line-height: 24px;
  line-height: var(--mm-spn-line-height);
  overflow: visible;
  overflow-y: auto;
  background: inherit;
  -webkit-transition: left .3s ease 0s;
  -o-transition: left .3s ease 0s;
  transition: left .3s ease 0s;
  cursor: default; }

/* line 10, lightmenu.css */
.mm-spn ul:after {
  content: '';
  display: block;
  height: 50px;
  height: var(--mm-spn-item-height); }

/* line 10, lightmenu.css */
.mm-spn > ul {
  left: 0; }

/* line 10, lightmenu.css */
.mm-spn ul.mm-spn--open {
  left: 0; }

/* line 10, lightmenu.css */
.mm-spn ul.mm-spn--parent {
  left: -30%;
  overflow-y: hidden; }

/* line 10, lightmenu.css */
.mm-spn li {
  font-weight: normal;
  position: relative;
  background: inherit;
  cursor: pointer; }

/* line 10, lightmenu.css */
.mm-spn li:before {
  content: '';
  display: block;
  position: absolute;
  top: 25px;
  top: calc(var(--mm-spn-item-height)/ 2.5);
  right: 25px;
  right: calc(var(--mm-spn-item-height)/ 2);
  z-index: 0;
  width: 10px;
  height: 10px;
  border-top: 2px solid;
  border-right: 2px solid;
  -webkit-transform: rotate(45deg) translate(0, -50%);
  -ms-transform: rotate(45deg) translate(0, -50%);
  transform: rotate(45deg) translate(0, -50%);
  opacity: .4; }

/* line 10, lightmenu.css */
.mm-spn li:after {
  content: '';
  display: block;
  margin-left: 20px;
  margin-left: 0;
  border-top: 1px solid;
  opacity: .15; }

/* line 10, lightmenu.css */
.mm-spn a, .mm-spn span {
  position: relative;
  z-index: 1;
  padding: 13px 20px;
  padding: calc((var(--mm-spn-item-height) - var(--mm-spn-line-height))/ 3) var(--mm-spn-item-indent);
  font-size: 18px; }

/* line 10, lightmenu.css */
.mm-spn a {
  background: inherit;
  color: inherit;
  text-decoration: none; }

/* line 10, lightmenu.css */
.mm-spn a:not(:last-child) {
  width: calc(100% - 50px);
  width: calc(100% - var(--mm-spn-item-height)); }

/* line 10, lightmenu.css */
.mm-spn a:not(:last-child):after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border-right: 1px solid;
  opacity: .15; }

/* line 10, lightmenu.css */
.mm-spn span {
  background: 0 0; }

/* line 10, lightmenu.css */
.mm-spn.mm-spn--navbar {
  cursor: pointer; }

/* line 10, lightmenu.css */
.mm-spn.mm-spn--navbar:before {
  content: '';
  display: block;
  position: absolute;
  top: 25px;
  top: calc(var(--mm-spn-item-height)/ 2);
  left: 20px;
  left: var(--mm-spn-item-indent);
  width: 10px;
  height: 10px;
  margin-top: 2px;
  border-top: 2px solid;
  border-left: 2px solid;
  -webkit-transform: rotate(-45deg) translate(50%, -50%);
  -ms-transform: rotate(-45deg) translate(50%, -50%);
  transform: rotate(-45deg) translate(50%, -50%);
  opacity: .4;
  z-index: 1; }

/* line 10, lightmenu.css */
.mm-spn.mm-spn--navbar.mm-spn--main {
  cursor: default; }

/* line 10, lightmenu.css */
.mm-spn.mm-spn--navbar.mm-spn--main:before {
  content: none;
  display: none; }

/* line 10, lightmenu.css */
.mm-spn.mm-spn--navbar:after {
  content: attr(data-mm-spn-title);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
  height: var(--mm-spn-item-height);
  padding: 0 40px;
  padding: 0 calc(var(--mm-spn-item-indent) * 2);
  line-height: 50px;
  line-height: var(--mm-spn-item-height);
  font-weight: bold;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-size: 18px; }

/* line 10, lightmenu.css */
.mm-spn.mm-spn--navbar.mm-spn--main:after {
  padding-left: 20px;
  padding-left: var(--mm-spn-item-indent); }

/* line 10, lightmenu.css */
.mm-spn.mm-spn--navbar ul {
  top: 51px;
  top: calc(var(--mm-spn-item-height) + 1px); }

/* line 10, lightmenu.css */
.mm-spn.mm-spn--navbar ul:before {
  content: '';
  display: block;
  position: fixed;
  top: inherit;
  z-index: 2;
  width: 100%;
  border-top: 1px solid currentColor;
  opacity: .15; }

/* line 10, lightmenu.css */
.mm-spn.mm-spn--light {
  color: #444;
  background: #f3f3f3; }

/* line 10, lightmenu.css */
.mm-spn.mm-spn--dark {
  color: #ddd;
  background: #333; }

/* line 10, lightmenu.css */
.mm-spn.mm-spn--vertical {
  overflow-y: auto; }

/* line 10, lightmenu.css */
.mm-spn.mm-spn--vertical ul {
  width: 100%;
  padding-right: 0;
  position: static; }

/* line 10, lightmenu.css */
.mm-spn.mm-spn--vertical ul ul {
  display: none;
  padding-left: 20px;
  padding-left: var(--mm-spn-item-indent); }

/* line 10, lightmenu.css */
.mm-spn.mm-spn--vertical ul ul:after {
  height: 25px;
  height: calc(var(--mm-spn-item-height)/ 2); }

/* line 10, lightmenu.css */
.mm-spn.mm-spn--vertical ul.mm-spn--open {
  display: block; }

/* line 10, lightmenu.css */
.mm-spn.mm-spn--vertical li.mm-spn--open:before {
  -webkit-transform: rotate(135deg) translate(-50%, 0);
  -ms-transform: rotate(135deg) translate(-50%, 0);
  transform: rotate(135deg) translate(-50%, 0); }

/* line 10, lightmenu.css */
.mm-spn.mm-spn--vertical ul ul li:last-child:after {
  content: none;
  display: none; }

/*!
 * Font Awesome Free 5.8.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
/* line 5, fa.css */
.fa,
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

/* line 18, fa.css */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em; }

/* line 23, fa.css */
.fa-xs {
  font-size: .75em; }

/* line 26, fa.css */
.fa-sm {
  font-size: .875em; }

/* line 29, fa.css */
.fa-1x {
  font-size: 1em; }

/* line 32, fa.css */
.fa-2x {
  font-size: 1.8em; }

/* line 35, fa.css */
.fa-3x {
  font-size: 3em; }

/* line 38, fa.css */
.fa-4x {
  font-size: 4em; }

/* line 41, fa.css */
.fa-5x {
  font-size: 5em; }

/* line 44, fa.css */
.fa-6x {
  font-size: 6em; }

/* line 47, fa.css */
.fa-7x {
  font-size: 7em; }

/* line 50, fa.css */
.fa-8x {
  font-size: 8em; }

/* line 53, fa.css */
.fa-9x {
  font-size: 9em; }

/* line 56, fa.css */
.fa-10x {
  font-size: 10em; }

/* line 59, fa.css */
.fa-fw {
  text-align: center;
  width: 1.25em; }

/* line 63, fa.css */
.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0; }

/* line 67, fa.css */
.fa-ul > li {
  position: relative; }

/* line 70, fa.css */
.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit; }

/* line 77, fa.css */
.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em; }

/* line 82, fa.css */
.fa-pull-left {
  float: left; }

/* line 85, fa.css */
.fa-pull-right {
  float: right; }

/* line 88, fa.css */
.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em; }

/* line 95, fa.css */
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em; }

/* line 102, fa.css */
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

/* line 106, fa.css */
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
/* line 126, fa.css */
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

/* line 131, fa.css */
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

/* line 136, fa.css */
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg); }

/* line 141, fa.css */
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1); }

/* line 146, fa.css */
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1); }

/* line 151, fa.css */
.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1); }

/* line 156, fa.css */
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  -webkit-filter: none;
  filter: none; }

/* line 165, fa.css */
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em; }

/* line 173, fa.css */
.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%; }

/* line 180, fa.css */
.fa-stack-1x {
  line-height: inherit; }

/* line 183, fa.css */
.fa-stack-2x {
  font-size: 2em; }

/* line 186, fa.css */
.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
/* line 191, fa.css */
.fa-500px:before {
  content: "\f26e"; }

/* line 194, fa.css */
.fa-accessible-icon:before {
  content: "\f368"; }

/* line 197, fa.css */
.fa-accusoft:before {
  content: "\f369"; }

/* line 200, fa.css */
.fa-acquisitions-incorporated:before {
  content: "\f6af"; }

/* line 203, fa.css */
.fa-ad:before {
  content: "\f641"; }

/* line 206, fa.css */
.fa-address-book:before {
  content: "\f2b9"; }

/* line 209, fa.css */
.fa-address-card:before {
  content: "\f2bb"; }

/* line 212, fa.css */
.fa-adjust:before {
  content: "\f042"; }

/* line 215, fa.css */
.fa-adn:before {
  content: "\f170"; }

/* line 218, fa.css */
.fa-adobe:before {
  content: "\f778"; }

/* line 221, fa.css */
.fa-adversal:before {
  content: "\f36a"; }

/* line 224, fa.css */
.fa-affiliatetheme:before {
  content: "\f36b"; }

/* line 227, fa.css */
.fa-air-freshener:before {
  content: "\f5d0"; }

/* line 230, fa.css */
.fa-airbnb:before {
  content: "\f834"; }

/* line 233, fa.css */
.fa-algolia:before {
  content: "\f36c"; }

/* line 236, fa.css */
.fa-align-center:before {
  content: "\f037"; }

/* line 239, fa.css */
.fa-align-justify:before {
  content: "\f039"; }

/* line 242, fa.css */
.fa-align-left:before {
  content: "\f036"; }

/* line 245, fa.css */
.fa-align-right:before {
  content: "\f038"; }

/* line 248, fa.css */
.fa-alipay:before {
  content: "\f642"; }

/* line 251, fa.css */
.fa-allergies:before {
  content: "\f461"; }

/* line 254, fa.css */
.fa-amazon:before {
  content: "\f270"; }

/* line 257, fa.css */
.fa-amazon-pay:before {
  content: "\f42c"; }

/* line 260, fa.css */
.fa-ambulance:before {
  content: "\f0f9"; }

/* line 263, fa.css */
.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

/* line 266, fa.css */
.fa-amilia:before {
  content: "\f36d"; }

/* line 269, fa.css */
.fa-anchor:before {
  content: "\f13d"; }

/* line 272, fa.css */
.fa-android:before {
  content: "\f17b"; }

/* line 275, fa.css */
.fa-angellist:before {
  content: "\f209"; }

/* line 278, fa.css */
.fa-angle-double-down:before {
  content: "\f103"; }

/* line 281, fa.css */
.fa-angle-double-left:before {
  content: "\f100"; }

/* line 284, fa.css */
.fa-angle-double-right:before {
  content: "\f101"; }

/* line 287, fa.css */
.fa-angle-double-up:before {
  content: "\f102"; }

/* line 290, fa.css */
.fa-angle-down:before {
  content: "\f107"; }

/* line 293, fa.css */
.fa-angle-left:before {
  content: "\f104"; }

/* line 296, fa.css */
.fa-angle-right:before {
  content: "\f105"; }

/* line 299, fa.css */
.fa-angle-up:before {
  content: "\f106"; }

/* line 302, fa.css */
.fa-angry:before {
  content: "\f556"; }

/* line 305, fa.css */
.fa-angrycreative:before {
  content: "\f36e"; }

/* line 308, fa.css */
.fa-angular:before {
  content: "\f420"; }

/* line 311, fa.css */
.fa-ankh:before {
  content: "\f644"; }

/* line 314, fa.css */
.fa-app-store:before {
  content: "\f36f"; }

/* line 317, fa.css */
.fa-app-store-ios:before {
  content: "\f370"; }

/* line 320, fa.css */
.fa-apper:before {
  content: "\f371"; }

/* line 323, fa.css */
.fa-apple:before {
  content: "\f179"; }

/* line 326, fa.css */
.fa-apple-alt:before {
  content: "\f5d1"; }

/* line 329, fa.css */
.fa-apple-pay:before {
  content: "\f415"; }

/* line 332, fa.css */
.fa-archive:before {
  content: "\f187"; }

/* line 335, fa.css */
.fa-archway:before {
  content: "\f557"; }

/* line 338, fa.css */
.fa-arrow-alt-circle-down:before {
  content: "\f358"; }

/* line 341, fa.css */
.fa-arrow-alt-circle-left:before {
  content: "\f359"; }

/* line 344, fa.css */
.fa-arrow-alt-circle-right:before {
  content: "\f35a"; }

/* line 347, fa.css */
.fa-arrow-alt-circle-up:before {
  content: "\f35b"; }

/* line 350, fa.css */
.fa-arrow-circle-down:before {
  content: "\f0ab"; }

/* line 353, fa.css */
.fa-arrow-circle-left:before {
  content: "\f0a8"; }

/* line 356, fa.css */
.fa-arrow-circle-right:before {
  content: "\f0a9"; }

/* line 359, fa.css */
.fa-arrow-circle-up:before {
  content: "\f0aa"; }

/* line 362, fa.css */
.fa-arrow-down:before {
  content: "\f063"; }

/* line 365, fa.css */
.fa-arrow-left:before {
  content: "\f060"; }

/* line 368, fa.css */
.fa-arrow-right:before {
  content: "\f061"; }

/* line 371, fa.css */
.fa-arrow-up:before {
  content: "\f062"; }

/* line 374, fa.css */
.fa-arrows-alt:before {
  content: "\f0b2"; }

/* line 377, fa.css */
.fa-arrows-alt-h:before {
  content: "\f337"; }

/* line 380, fa.css */
.fa-arrows-alt-v:before {
  content: "\f338"; }

/* line 383, fa.css */
.fa-artstation:before {
  content: "\f77a"; }

/* line 386, fa.css */
.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

/* line 389, fa.css */
.fa-asterisk:before {
  content: "\f069"; }

/* line 392, fa.css */
.fa-asymmetrik:before {
  content: "\f372"; }

/* line 395, fa.css */
.fa-at:before {
  content: "\f1fa"; }

/* line 398, fa.css */
.fa-atlas:before {
  content: "\f558"; }

/* line 401, fa.css */
.fa-atlassian:before {
  content: "\f77b"; }

/* line 404, fa.css */
.fa-atom:before {
  content: "\f5d2"; }

/* line 407, fa.css */
.fa-audible:before {
  content: "\f373"; }

/* line 410, fa.css */
.fa-audio-description:before {
  content: "\f29e"; }

/* line 413, fa.css */
.fa-autoprefixer:before {
  content: "\f41c"; }

/* line 416, fa.css */
.fa-avianex:before {
  content: "\f374"; }

/* line 419, fa.css */
.fa-aviato:before {
  content: "\f421"; }

/* line 422, fa.css */
.fa-award:before {
  content: "\f559"; }

/* line 425, fa.css */
.fa-aws:before {
  content: "\f375"; }

/* line 428, fa.css */
.fa-baby:before {
  content: "\f77c"; }

/* line 431, fa.css */
.fa-baby-carriage:before {
  content: "\f77d"; }

/* line 434, fa.css */
.fa-backspace:before {
  content: "\f55a"; }

/* line 437, fa.css */
.fa-backward:before {
  content: "\f04a"; }

/* line 440, fa.css */
.fa-bacon:before {
  content: "\f7e5"; }

/* line 443, fa.css */
.fa-balance-scale:before {
  content: "\f24e"; }

/* line 446, fa.css */
.fa-ban:before {
  content: "\f05e"; }

/* line 449, fa.css */
.fa-band-aid:before {
  content: "\f462"; }

/* line 452, fa.css */
.fa-bandcamp:before {
  content: "\f2d5"; }

/* line 455, fa.css */
.fa-barcode:before {
  content: "\f02a"; }

/* line 458, fa.css */
.fa-bars:before {
  content: "\f0c9"; }

/* line 461, fa.css */
.fa-baseball-ball:before {
  content: "\f433"; }

/* line 464, fa.css */
.fa-basketball-ball:before {
  content: "\f434"; }

/* line 467, fa.css */
.fa-bath:before {
  content: "\f2cd"; }

/* line 470, fa.css */
.fa-battery-empty:before {
  content: "\f244"; }

/* line 473, fa.css */
.fa-battery-full:before {
  content: "\f240"; }

/* line 476, fa.css */
.fa-battery-half:before {
  content: "\f242"; }

/* line 479, fa.css */
.fa-battery-quarter:before {
  content: "\f243"; }

/* line 482, fa.css */
.fa-battery-three-quarters:before {
  content: "\f241"; }

/* line 485, fa.css */
.fa-battle-net:before {
  content: "\f835"; }

/* line 488, fa.css */
.fa-bed:before {
  content: "\f236"; }

/* line 491, fa.css */
.fa-beer:before {
  content: "\f0fc"; }

/* line 494, fa.css */
.fa-behance:before {
  content: "\f1b4"; }

/* line 497, fa.css */
.fa-behance-square:before {
  content: "\f1b5"; }

/* line 500, fa.css */
.fa-bell:before {
  content: "\f0f3"; }

/* line 503, fa.css */
.fa-bell-slash:before {
  content: "\f1f6"; }

/* line 506, fa.css */
.fa-bezier-curve:before {
  content: "\f55b"; }

/* line 509, fa.css */
.fa-bible:before {
  content: "\f647"; }

/* line 512, fa.css */
.fa-bicycle:before {
  content: "\f206"; }

/* line 515, fa.css */
.fa-bimobject:before {
  content: "\f378"; }

/* line 518, fa.css */
.fa-binoculars:before {
  content: "\f1e5"; }

/* line 521, fa.css */
.fa-biohazard:before {
  content: "\f780"; }

/* line 524, fa.css */
.fa-birthday-cake:before {
  content: "\f1fd"; }

/* line 527, fa.css */
.fa-bitbucket:before {
  content: "\f171"; }

/* line 530, fa.css */
.fa-bitcoin:before {
  content: "\f379"; }

/* line 533, fa.css */
.fa-bity:before {
  content: "\f37a"; }

/* line 536, fa.css */
.fa-black-tie:before {
  content: "\f27e"; }

/* line 539, fa.css */
.fa-blackberry:before {
  content: "\f37b"; }

/* line 542, fa.css */
.fa-blender:before {
  content: "\f517"; }

/* line 545, fa.css */
.fa-blender-phone:before {
  content: "\f6b6"; }

/* line 548, fa.css */
.fa-blind:before {
  content: "\f29d"; }

/* line 551, fa.css */
.fa-blog:before {
  content: "\f781"; }

/* line 554, fa.css */
.fa-blogger:before {
  content: "\f37c"; }

/* line 557, fa.css */
.fa-blogger-b:before {
  content: "\f37d"; }

/* line 560, fa.css */
.fa-bluetooth:before {
  content: "\f293"; }

/* line 563, fa.css */
.fa-bluetooth-b:before {
  content: "\f294"; }

/* line 566, fa.css */
.fa-bold:before {
  content: "\f032"; }

/* line 569, fa.css */
.fa-bolt:before {
  content: "\f0e7"; }

/* line 572, fa.css */
.fa-bomb:before {
  content: "\f1e2"; }

/* line 575, fa.css */
.fa-bone:before {
  content: "\f5d7"; }

/* line 578, fa.css */
.fa-bong:before {
  content: "\f55c"; }

/* line 581, fa.css */
.fa-book:before {
  content: "\f02d"; }

/* line 584, fa.css */
.fa-book-dead:before {
  content: "\f6b7"; }

/* line 587, fa.css */
.fa-book-medical:before {
  content: "\f7e6"; }

/* line 590, fa.css */
.fa-book-open:before {
  content: "\f518"; }

/* line 593, fa.css */
.fa-book-reader:before {
  content: "\f5da"; }

/* line 596, fa.css */
.fa-bookmark:before {
  content: "\f02e"; }

/* line 599, fa.css */
.fa-bootstrap:before {
  content: "\f836"; }

/* line 602, fa.css */
.fa-bowling-ball:before {
  content: "\f436"; }

/* line 605, fa.css */
.fa-box:before {
  content: "\f466"; }

/* line 608, fa.css */
.fa-box-open:before {
  content: "\f49e"; }

/* line 611, fa.css */
.fa-boxes:before {
  content: "\f468"; }

/* line 614, fa.css */
.fa-braille:before {
  content: "\f2a1"; }

/* line 617, fa.css */
.fa-brain:before {
  content: "\f5dc"; }

/* line 620, fa.css */
.fa-bread-slice:before {
  content: "\f7ec"; }

/* line 623, fa.css */
.fa-briefcase:before {
  content: "\f0b1"; }

/* line 626, fa.css */
.fa-briefcase-medical:before {
  content: "\f469"; }

/* line 629, fa.css */
.fa-broadcast-tower:before {
  content: "\f519"; }

/* line 632, fa.css */
.fa-broom:before {
  content: "\f51a"; }

/* line 635, fa.css */
.fa-brush:before {
  content: "\f55d"; }

/* line 638, fa.css */
.fa-btc:before {
  content: "\f15a"; }

/* line 641, fa.css */
.fa-buffer:before {
  content: "\f837"; }

/* line 644, fa.css */
.fa-bug:before {
  content: "\f188"; }

/* line 647, fa.css */
.fa-building:before {
  content: "\f1ad"; }

/* line 650, fa.css */
.fa-bullhorn:before {
  content: "\f0a1"; }

/* line 653, fa.css */
.fa-bullseye:before {
  content: "\f140"; }

/* line 656, fa.css */
.fa-burn:before {
  content: "\f46a"; }

/* line 659, fa.css */
.fa-buromobelexperte:before {
  content: "\f37f"; }

/* line 662, fa.css */
.fa-bus:before {
  content: "\f207"; }

/* line 665, fa.css */
.fa-bus-alt:before {
  content: "\f55e"; }

/* line 668, fa.css */
.fa-business-time:before {
  content: "\f64a"; }

/* line 671, fa.css */
.fa-buysellads:before {
  content: "\f20d"; }

/* line 674, fa.css */
.fa-calculator:before {
  content: "\f1ec"; }

/* line 677, fa.css */
.fa-calendar:before {
  content: "\f133"; }

/* line 680, fa.css */
.fa-calendar-alt:before {
  content: "\f073"; }

/* line 683, fa.css */
.fa-calendar-check:before {
  content: "\f274"; }

/* line 686, fa.css */
.fa-calendar-day:before {
  content: "\f783"; }

/* line 689, fa.css */
.fa-calendar-minus:before {
  content: "\f272"; }

/* line 692, fa.css */
.fa-calendar-plus:before {
  content: "\f271"; }

/* line 695, fa.css */
.fa-calendar-times:before {
  content: "\f273"; }

/* line 698, fa.css */
.fa-calendar-week:before {
  content: "\f784"; }

/* line 701, fa.css */
.fa-camera:before {
  content: "\f030"; }

/* line 704, fa.css */
.fa-camera-retro:before {
  content: "\f083"; }

/* line 707, fa.css */
.fa-campground:before {
  content: "\f6bb"; }

/* line 710, fa.css */
.fa-canadian-maple-leaf:before {
  content: "\f785"; }

/* line 713, fa.css */
.fa-candy-cane:before {
  content: "\f786"; }

/* line 716, fa.css */
.fa-cannabis:before {
  content: "\f55f"; }

/* line 719, fa.css */
.fa-capsules:before {
  content: "\f46b"; }

/* line 722, fa.css */
.fa-car:before {
  content: "\f1b9"; }

/* line 725, fa.css */
.fa-car-alt:before {
  content: "\f5de"; }

/* line 728, fa.css */
.fa-car-battery:before {
  content: "\f5df"; }

/* line 731, fa.css */
.fa-car-crash:before {
  content: "\f5e1"; }

/* line 734, fa.css */
.fa-car-side:before {
  content: "\f5e4"; }

/* line 737, fa.css */
.fa-caret-down:before {
  content: "\f0d7"; }

/* line 740, fa.css */
.fa-caret-left:before {
  content: "\f0d9"; }

/* line 743, fa.css */
.fa-caret-right:before {
  content: "\f0da"; }

/* line 746, fa.css */
.fa-caret-square-down:before {
  content: "\f150"; }

/* line 749, fa.css */
.fa-caret-square-left:before {
  content: "\f191"; }

/* line 752, fa.css */
.fa-caret-square-right:before {
  content: "\f152"; }

/* line 755, fa.css */
.fa-caret-square-up:before {
  content: "\f151"; }

/* line 758, fa.css */
.fa-caret-up:before {
  content: "\f0d8"; }

/* line 761, fa.css */
.fa-carrot:before {
  content: "\f787"; }

/* line 764, fa.css */
.fa-cart-arrow-down:before {
  content: "\f218"; }

/* line 767, fa.css */
.fa-cart-plus:before {
  content: "\f217"; }

/* line 770, fa.css */
.fa-cash-register:before {
  content: "\f788"; }

/* line 773, fa.css */
.fa-cat:before {
  content: "\f6be"; }

/* line 776, fa.css */
.fa-cc-amazon-pay:before {
  content: "\f42d"; }

/* line 779, fa.css */
.fa-cc-amex:before {
  content: "\f1f3"; }

/* line 782, fa.css */
.fa-cc-apple-pay:before {
  content: "\f416"; }

/* line 785, fa.css */
.fa-cc-diners-club:before {
  content: "\f24c"; }

/* line 788, fa.css */
.fa-cc-discover:before {
  content: "\f1f2"; }

/* line 791, fa.css */
.fa-cc-jcb:before {
  content: "\f24b"; }

/* line 794, fa.css */
.fa-cc-mastercard:before {
  content: "\f1f1"; }

/* line 797, fa.css */
.fa-cc-paypal:before {
  content: "\f1f4"; }

/* line 800, fa.css */
.fa-cc-stripe:before {
  content: "\f1f5"; }

/* line 803, fa.css */
.fa-cc-visa:before {
  content: "\f1f0"; }

/* line 806, fa.css */
.fa-centercode:before {
  content: "\f380"; }

/* line 809, fa.css */
.fa-centos:before {
  content: "\f789"; }

/* line 812, fa.css */
.fa-certificate:before {
  content: "\f0a3"; }

/* line 815, fa.css */
.fa-chair:before {
  content: "\f6c0"; }

/* line 818, fa.css */
.fa-chalkboard:before {
  content: "\f51b"; }

/* line 821, fa.css */
.fa-chalkboard-teacher:before {
  content: "\f51c"; }

/* line 824, fa.css */
.fa-charging-station:before {
  content: "\f5e7"; }

/* line 827, fa.css */
.fa-chart-area:before {
  content: "\f1fe"; }

/* line 830, fa.css */
.fa-chart-bar:before {
  content: "\f080"; }

/* line 833, fa.css */
.fa-chart-line:before {
  content: "\f201"; }

/* line 836, fa.css */
.fa-chart-pie:before {
  content: "\f200"; }

/* line 839, fa.css */
.fa-check:before {
  content: "\f00c"; }

/* line 842, fa.css */
.fa-check-circle:before {
  content: "\f058"; }

/* line 845, fa.css */
.fa-check-double:before {
  content: "\f560"; }

/* line 848, fa.css */
.fa-check-square:before {
  content: "\f14a"; }

/* line 851, fa.css */
.fa-cheese:before {
  content: "\f7ef"; }

/* line 854, fa.css */
.fa-chess:before {
  content: "\f439"; }

/* line 857, fa.css */
.fa-chess-bishop:before {
  content: "\f43a"; }

/* line 860, fa.css */
.fa-chess-board:before {
  content: "\f43c"; }

/* line 863, fa.css */
.fa-chess-king:before {
  content: "\f43f"; }

/* line 866, fa.css */
.fa-chess-knight:before {
  content: "\f441"; }

/* line 869, fa.css */
.fa-chess-pawn:before {
  content: "\f443"; }

/* line 872, fa.css */
.fa-chess-queen:before {
  content: "\f445"; }

/* line 875, fa.css */
.fa-chess-rook:before {
  content: "\f447"; }

/* line 878, fa.css */
.fa-chevron-circle-down:before {
  content: "\f13a"; }

/* line 881, fa.css */
.fa-chevron-circle-left:before {
  content: "\f137"; }

/* line 884, fa.css */
.fa-chevron-circle-right:before {
  content: "\f138"; }

/* line 887, fa.css */
.fa-chevron-circle-up:before {
  content: "\f139"; }

/* line 890, fa.css */
.fa-chevron-down:before {
  content: "\f078"; }

/* line 893, fa.css */
.fa-chevron-left:before {
  content: "\f053"; }

/* line 896, fa.css */
.fa-chevron-right:before {
  content: "\f054"; }

/* line 899, fa.css */
.fa-chevron-up:before {
  content: "\f077"; }

/* line 902, fa.css */
.fa-child:before {
  content: "\f1ae"; }

/* line 905, fa.css */
.fa-chrome:before {
  content: "\f268"; }

/* line 908, fa.css */
.fa-chromecast:before {
  content: "\f838"; }

/* line 911, fa.css */
.fa-church:before {
  content: "\f51d"; }

/* line 914, fa.css */
.fa-circle:before {
  content: "\f111"; }

/* line 917, fa.css */
.fa-circle-notch:before {
  content: "\f1ce"; }

/* line 920, fa.css */
.fa-city:before {
  content: "\f64f"; }

/* line 923, fa.css */
.fa-clinic-medical:before {
  content: "\f7f2"; }

/* line 926, fa.css */
.fa-clipboard:before {
  content: "\f328"; }

/* line 929, fa.css */
.fa-clipboard-check:before {
  content: "\f46c"; }

/* line 932, fa.css */
.fa-clipboard-list:before {
  content: "\f46d"; }

/* line 935, fa.css */
.fa-clock:before {
  content: "\f017"; }

/* line 938, fa.css */
.fa-clone:before {
  content: "\f24d"; }

/* line 941, fa.css */
.fa-closed-captioning:before {
  content: "\f20a"; }

/* line 944, fa.css */
.fa-cloud:before {
  content: "\f0c2"; }

/* line 947, fa.css */
.fa-cloud-download-alt:before {
  content: "\f381"; }

/* line 950, fa.css */
.fa-cloud-meatball:before {
  content: "\f73b"; }

/* line 953, fa.css */
.fa-cloud-moon:before {
  content: "\f6c3"; }

/* line 956, fa.css */
.fa-cloud-moon-rain:before {
  content: "\f73c"; }

/* line 959, fa.css */
.fa-cloud-rain:before {
  content: "\f73d"; }

/* line 962, fa.css */
.fa-cloud-showers-heavy:before {
  content: "\f740"; }

/* line 965, fa.css */
.fa-cloud-sun:before {
  content: "\f6c4"; }

/* line 968, fa.css */
.fa-cloud-sun-rain:before {
  content: "\f743"; }

/* line 971, fa.css */
.fa-cloud-upload-alt:before {
  content: "\f382"; }

/* line 974, fa.css */
.fa-cloudscale:before {
  content: "\f383"; }

/* line 977, fa.css */
.fa-cloudsmith:before {
  content: "\f384"; }

/* line 980, fa.css */
.fa-cloudversify:before {
  content: "\f385"; }

/* line 983, fa.css */
.fa-cocktail:before {
  content: "\f561"; }

/* line 986, fa.css */
.fa-code:before {
  content: "\f121"; }

/* line 989, fa.css */
.fa-code-branch:before {
  content: "\f126"; }

/* line 992, fa.css */
.fa-codepen:before {
  content: "\f1cb"; }

/* line 995, fa.css */
.fa-codiepie:before {
  content: "\f284"; }

/* line 998, fa.css */
.fa-coffee:before {
  content: "\f0f4"; }

/* line 1001, fa.css */
.fa-cog:before {
  content: "\f013"; }

/* line 1004, fa.css */
.fa-cogs:before {
  content: "\f085"; }

/* line 1007, fa.css */
.fa-coins:before {
  content: "\f51e"; }

/* line 1010, fa.css */
.fa-columns:before {
  content: "\f0db"; }

/* line 1013, fa.css */
.fa-comment:before {
  content: "\f075"; }

/* line 1016, fa.css */
.fa-comment-alt:before {
  content: "\f27a"; }

/* line 1019, fa.css */
.fa-comment-dollar:before {
  content: "\f651"; }

/* line 1022, fa.css */
.fa-comment-dots:before {
  content: "\f4ad"; }

/* line 1025, fa.css */
.fa-comment-medical:before {
  content: "\f7f5"; }

/* line 1028, fa.css */
.fa-comment-slash:before {
  content: "\f4b3"; }

/* line 1031, fa.css */
.fa-comments:before {
  content: "\f086"; }

/* line 1034, fa.css */
.fa-comments-dollar:before {
  content: "\f653"; }

/* line 1037, fa.css */
.fa-compact-disc:before {
  content: "\f51f"; }

/* line 1040, fa.css */
.fa-compass:before {
  content: "\f14e"; }

/* line 1043, fa.css */
.fa-compress:before {
  content: "\f066"; }

/* line 1046, fa.css */
.fa-compress-arrows-alt:before {
  content: "\f78c"; }

/* line 1049, fa.css */
.fa-concierge-bell:before {
  content: "\f562"; }

/* line 1052, fa.css */
.fa-confluence:before {
  content: "\f78d"; }

/* line 1055, fa.css */
.fa-connectdevelop:before {
  content: "\f20e"; }

/* line 1058, fa.css */
.fa-contao:before {
  content: "\f26d"; }

/* line 1061, fa.css */
.fa-cookie:before {
  content: "\f563"; }

/* line 1064, fa.css */
.fa-cookie-bite:before {
  content: "\f564"; }

/* line 1067, fa.css */
.fa-copy:before {
  content: "\f0c5"; }

/* line 1070, fa.css */
.fa-copyright:before {
  content: "\f1f9"; }

/* line 1073, fa.css */
.fa-couch:before {
  content: "\f4b8"; }

/* line 1076, fa.css */
.fa-cpanel:before {
  content: "\f388"; }

/* line 1079, fa.css */
.fa-creative-commons:before {
  content: "\f25e"; }

/* line 1082, fa.css */
.fa-creative-commons-by:before {
  content: "\f4e7"; }

/* line 1085, fa.css */
.fa-creative-commons-nc:before {
  content: "\f4e8"; }

/* line 1088, fa.css */
.fa-creative-commons-nc-eu:before {
  content: "\f4e9"; }

/* line 1091, fa.css */
.fa-creative-commons-nc-jp:before {
  content: "\f4ea"; }

/* line 1094, fa.css */
.fa-creative-commons-nd:before {
  content: "\f4eb"; }

/* line 1097, fa.css */
.fa-creative-commons-pd:before {
  content: "\f4ec"; }

/* line 1100, fa.css */
.fa-creative-commons-pd-alt:before {
  content: "\f4ed"; }

/* line 1103, fa.css */
.fa-creative-commons-remix:before {
  content: "\f4ee"; }

/* line 1106, fa.css */
.fa-creative-commons-sa:before {
  content: "\f4ef"; }

/* line 1109, fa.css */
.fa-creative-commons-sampling:before {
  content: "\f4f0"; }

/* line 1112, fa.css */
.fa-creative-commons-sampling-plus:before {
  content: "\f4f1"; }

/* line 1115, fa.css */
.fa-creative-commons-share:before {
  content: "\f4f2"; }

/* line 1118, fa.css */
.fa-creative-commons-zero:before {
  content: "\f4f3"; }

/* line 1121, fa.css */
.fa-credit-card:before {
  content: "\f09d"; }

/* line 1124, fa.css */
.fa-critical-role:before {
  content: "\f6c9"; }

/* line 1127, fa.css */
.fa-crop:before {
  content: "\f125"; }

/* line 1130, fa.css */
.fa-crop-alt:before {
  content: "\f565"; }

/* line 1133, fa.css */
.fa-cross:before {
  content: "\f654"; }

/* line 1136, fa.css */
.fa-crosshairs:before {
  content: "\f05b"; }

/* line 1139, fa.css */
.fa-crow:before {
  content: "\f520"; }

/* line 1142, fa.css */
.fa-crown:before {
  content: "\f521"; }

/* line 1145, fa.css */
.fa-crutch:before {
  content: "\f7f7"; }

/* line 1148, fa.css */
.fa-css3:before {
  content: "\f13c"; }

/* line 1151, fa.css */
.fa-css3-alt:before {
  content: "\f38b"; }

/* line 1154, fa.css */
.fa-cube:before {
  content: "\f1b2"; }

/* line 1157, fa.css */
.fa-cubes:before {
  content: "\f1b3"; }

/* line 1160, fa.css */
.fa-cut:before {
  content: "\f0c4"; }

/* line 1163, fa.css */
.fa-cuttlefish:before {
  content: "\f38c"; }

/* line 1166, fa.css */
.fa-d-and-d:before {
  content: "\f38d"; }

/* line 1169, fa.css */
.fa-d-and-d-beyond:before {
  content: "\f6ca"; }

/* line 1172, fa.css */
.fa-dashcube:before {
  content: "\f210"; }

/* line 1175, fa.css */
.fa-database:before {
  content: "\f1c0"; }

/* line 1178, fa.css */
.fa-deaf:before {
  content: "\f2a4"; }

/* line 1181, fa.css */
.fa-delicious:before {
  content: "\f1a5"; }

/* line 1184, fa.css */
.fa-democrat:before {
  content: "\f747"; }

/* line 1187, fa.css */
.fa-deploydog:before {
  content: "\f38e"; }

/* line 1190, fa.css */
.fa-deskpro:before {
  content: "\f38f"; }

/* line 1193, fa.css */
.fa-desktop:before {
  content: "\f108"; }

/* line 1196, fa.css */
.fa-dev:before {
  content: "\f6cc"; }

/* line 1199, fa.css */
.fa-deviantart:before {
  content: "\f1bd"; }

/* line 1202, fa.css */
.fa-dharmachakra:before {
  content: "\f655"; }

/* line 1205, fa.css */
.fa-dhl:before {
  content: "\f790"; }

/* line 1208, fa.css */
.fa-diagnoses:before {
  content: "\f470"; }

/* line 1211, fa.css */
.fa-diaspora:before {
  content: "\f791"; }

/* line 1214, fa.css */
.fa-dice:before {
  content: "\f522"; }

/* line 1217, fa.css */
.fa-dice-d20:before {
  content: "\f6cf"; }

/* line 1220, fa.css */
.fa-dice-d6:before {
  content: "\f6d1"; }

/* line 1223, fa.css */
.fa-dice-five:before {
  content: "\f523"; }

/* line 1226, fa.css */
.fa-dice-four:before {
  content: "\f524"; }

/* line 1229, fa.css */
.fa-dice-one:before {
  content: "\f525"; }

/* line 1232, fa.css */
.fa-dice-six:before {
  content: "\f526"; }

/* line 1235, fa.css */
.fa-dice-three:before {
  content: "\f527"; }

/* line 1238, fa.css */
.fa-dice-two:before {
  content: "\f528"; }

/* line 1241, fa.css */
.fa-digg:before {
  content: "\f1a6"; }

/* line 1244, fa.css */
.fa-digital-ocean:before {
  content: "\f391"; }

/* line 1247, fa.css */
.fa-digital-tachograph:before {
  content: "\f566"; }

/* line 1250, fa.css */
.fa-directions:before {
  content: "\f5eb"; }

/* line 1253, fa.css */
.fa-discord:before {
  content: "\f392"; }

/* line 1256, fa.css */
.fa-discourse:before {
  content: "\f393"; }

/* line 1259, fa.css */
.fa-divide:before {
  content: "\f529"; }

/* line 1262, fa.css */
.fa-dizzy:before {
  content: "\f567"; }

/* line 1265, fa.css */
.fa-dna:before {
  content: "\f471"; }

/* line 1268, fa.css */
.fa-dochub:before {
  content: "\f394"; }

/* line 1271, fa.css */
.fa-docker:before {
  content: "\f395"; }

/* line 1274, fa.css */
.fa-dog:before {
  content: "\f6d3"; }

/* line 1277, fa.css */
.fa-dollar-sign:before {
  content: "\f155"; }

/* line 1280, fa.css */
.fa-dolly:before {
  content: "\f472"; }

/* line 1283, fa.css */
.fa-dolly-flatbed:before {
  content: "\f474"; }

/* line 1286, fa.css */
.fa-donate:before {
  content: "\f4b9"; }

/* line 1289, fa.css */
.fa-door-closed:before {
  content: "\f52a"; }

/* line 1292, fa.css */
.fa-door-open:before {
  content: "\f52b"; }

/* line 1295, fa.css */
.fa-dot-circle:before {
  content: "\f192"; }

/* line 1298, fa.css */
.fa-dove:before {
  content: "\f4ba"; }

/* line 1301, fa.css */
.fa-download:before {
  content: "\f019"; }

/* line 1304, fa.css */
.fa-draft2digital:before {
  content: "\f396"; }

/* line 1307, fa.css */
.fa-drafting-compass:before {
  content: "\f568"; }

/* line 1310, fa.css */
.fa-dragon:before {
  content: "\f6d5"; }

/* line 1313, fa.css */
.fa-draw-polygon:before {
  content: "\f5ee"; }

/* line 1316, fa.css */
.fa-dribbble:before {
  content: "\f17d"; }

/* line 1319, fa.css */
.fa-dribbble-square:before {
  content: "\f397"; }

/* line 1322, fa.css */
.fa-dropbox:before {
  content: "\f16b"; }

/* line 1325, fa.css */
.fa-drum:before {
  content: "\f569"; }

/* line 1328, fa.css */
.fa-drum-steelpan:before {
  content: "\f56a"; }

/* line 1331, fa.css */
.fa-drumstick-bite:before {
  content: "\f6d7"; }

/* line 1334, fa.css */
.fa-drupal:before {
  content: "\f1a9"; }

/* line 1337, fa.css */
.fa-dumbbell:before {
  content: "\f44b"; }

/* line 1340, fa.css */
.fa-dumpster:before {
  content: "\f793"; }

/* line 1343, fa.css */
.fa-dumpster-fire:before {
  content: "\f794"; }

/* line 1346, fa.css */
.fa-dungeon:before {
  content: "\f6d9"; }

/* line 1349, fa.css */
.fa-dyalog:before {
  content: "\f399"; }

/* line 1352, fa.css */
.fa-earlybirds:before {
  content: "\f39a"; }

/* line 1355, fa.css */
.fa-ebay:before {
  content: "\f4f4"; }

/* line 1358, fa.css */
.fa-edge:before {
  content: "\f282"; }

/* line 1361, fa.css */
.fa-edit:before {
  content: "\f044"; }

/* line 1364, fa.css */
.fa-egg:before {
  content: "\f7fb"; }

/* line 1367, fa.css */
.fa-eject:before {
  content: "\f052"; }

/* line 1370, fa.css */
.fa-elementor:before {
  content: "\f430"; }

/* line 1373, fa.css */
.fa-ellipsis-h:before {
  content: "\f141"; }

/* line 1376, fa.css */
.fa-ellipsis-v:before {
  content: "\f142"; }

/* line 1379, fa.css */
.fa-ello:before {
  content: "\f5f1"; }

/* line 1382, fa.css */
.fa-ember:before {
  content: "\f423"; }

/* line 1385, fa.css */
.fa-empire:before {
  content: "\f1d1"; }

/* line 1388, fa.css */
.fa-envelope:before {
  content: "\f0e0"; }

/* line 1391, fa.css */
.fa-envelope-open:before {
  content: "\f2b6"; }

/* line 1394, fa.css */
.fa-envelope-open-text:before {
  content: "\f658"; }

/* line 1397, fa.css */
.fa-envelope-square:before {
  content: "\f199"; }

/* line 1400, fa.css */
.fa-envira:before {
  content: "\f299"; }

/* line 1403, fa.css */
.fa-equals:before {
  content: "\f52c"; }

/* line 1406, fa.css */
.fa-eraser:before {
  content: "\f12d"; }

/* line 1409, fa.css */
.fa-erlang:before {
  content: "\f39d"; }

/* line 1412, fa.css */
.fa-ethereum:before {
  content: "\f42e"; }

/* line 1415, fa.css */
.fa-ethernet:before {
  content: "\f796"; }

/* line 1418, fa.css */
.fa-etsy:before {
  content: "\f2d7"; }

/* line 1421, fa.css */
.fa-euro-sign:before {
  content: "\f153"; }

/* line 1424, fa.css */
.fa-evernote:before {
  content: "\f839"; }

/* line 1427, fa.css */
.fa-exchange-alt:before {
  content: "\f362"; }

/* line 1430, fa.css */
.fa-exclamation:before {
  content: "\f12a"; }

/* line 1433, fa.css */
.fa-exclamation-circle:before {
  content: "\f06a"; }

/* line 1436, fa.css */
.fa-exclamation-triangle:before {
  content: "\f071"; }

/* line 1439, fa.css */
.fa-expand:before {
  content: "\f065"; }

/* line 1442, fa.css */
.fa-expand-arrows-alt:before {
  content: "\f31e"; }

/* line 1445, fa.css */
.fa-expeditedssl:before {
  content: "\f23e"; }

/* line 1448, fa.css */
.fa-external-link-alt:before {
  content: "\f35d"; }

/* line 1451, fa.css */
.fa-external-link-square-alt:before {
  content: "\f360"; }

/* line 1454, fa.css */
.fa-eye:before {
  content: "\f06e"; }

/* line 1457, fa.css */
.fa-eye-dropper:before {
  content: "\f1fb"; }

/* line 1460, fa.css */
.fa-eye-slash:before {
  content: "\f070"; }

/* line 1463, fa.css */
.fa-facebook:before {
  content: "\f09a"; }

/* line 1466, fa.css */
.fa-facebook-f:before {
  content: "\f39e"; }

/* line 1469, fa.css */
.fa-facebook-messenger:before {
  content: "\f39f"; }

/* line 1472, fa.css */
.fa-facebook-square:before {
  content: "\f082"; }

/* line 1475, fa.css */
.fa-fantasy-flight-games:before {
  content: "\f6dc"; }

/* line 1478, fa.css */
.fa-fast-backward:before {
  content: "\f049"; }

/* line 1481, fa.css */
.fa-fast-forward:before {
  content: "\f050"; }

/* line 1484, fa.css */
.fa-fax:before {
  content: "\f1ac"; }

/* line 1487, fa.css */
.fa-feather:before {
  content: "\f52d"; }

/* line 1490, fa.css */
.fa-feather-alt:before {
  content: "\f56b"; }

/* line 1493, fa.css */
.fa-fedex:before {
  content: "\f797"; }

/* line 1496, fa.css */
.fa-fedora:before {
  content: "\f798"; }

/* line 1499, fa.css */
.fa-female:before {
  content: "\f182"; }

/* line 1502, fa.css */
.fa-fighter-jet:before {
  content: "\f0fb"; }

/* line 1505, fa.css */
.fa-figma:before {
  content: "\f799"; }

/* line 1508, fa.css */
.fa-file:before {
  content: "\f15b"; }

/* line 1511, fa.css */
.fa-file-alt:before {
  content: "\f15c"; }

/* line 1514, fa.css */
.fa-file-archive:before {
  content: "\f1c6"; }

/* line 1517, fa.css */
.fa-file-audio:before {
  content: "\f1c7"; }

/* line 1520, fa.css */
.fa-file-code:before {
  content: "\f1c9"; }

/* line 1523, fa.css */
.fa-file-contract:before {
  content: "\f56c"; }

/* line 1526, fa.css */
.fa-file-csv:before {
  content: "\f6dd"; }

/* line 1529, fa.css */
.fa-file-download:before {
  content: "\f56d"; }

/* line 1532, fa.css */
.fa-file-excel:before {
  content: "\f1c3"; }

/* line 1535, fa.css */
.fa-file-export:before {
  content: "\f56e"; }

/* line 1538, fa.css */
.fa-file-image:before {
  content: "\f1c5"; }

/* line 1541, fa.css */
.fa-file-import:before {
  content: "\f56f"; }

/* line 1544, fa.css */
.fa-file-invoice:before {
  content: "\f570"; }

/* line 1547, fa.css */
.fa-file-invoice-dollar:before {
  content: "\f571"; }

/* line 1550, fa.css */
.fa-file-medical:before {
  content: "\f477"; }

/* line 1553, fa.css */
.fa-file-medical-alt:before {
  content: "\f478"; }

/* line 1556, fa.css */
.fa-file-pdf:before {
  content: "\f1c1"; }

/* line 1559, fa.css */
.fa-file-powerpoint:before {
  content: "\f1c4"; }

/* line 1562, fa.css */
.fa-file-prescription:before {
  content: "\f572"; }

/* line 1565, fa.css */
.fa-file-signature:before {
  content: "\f573"; }

/* line 1568, fa.css */
.fa-file-upload:before {
  content: "\f574"; }

/* line 1571, fa.css */
.fa-file-video:before {
  content: "\f1c8"; }

/* line 1574, fa.css */
.fa-file-word:before {
  content: "\f1c2"; }

/* line 1577, fa.css */
.fa-fill:before {
  content: "\f575"; }

/* line 1580, fa.css */
.fa-fill-drip:before {
  content: "\f576"; }

/* line 1583, fa.css */
.fa-film:before {
  content: "\f008"; }

/* line 1586, fa.css */
.fa-filter:before {
  content: "\f0b0"; }

/* line 1589, fa.css */
.fa-fingerprint:before {
  content: "\f577"; }

/* line 1592, fa.css */
.fa-fire:before {
  content: "\f06d"; }

/* line 1595, fa.css */
.fa-fire-alt:before {
  content: "\f7e4"; }

/* line 1598, fa.css */
.fa-fire-extinguisher:before {
  content: "\f134"; }

/* line 1601, fa.css */
.fa-firefox:before {
  content: "\f269"; }

/* line 1604, fa.css */
.fa-first-aid:before {
  content: "\f479"; }

/* line 1607, fa.css */
.fa-first-order:before {
  content: "\f2b0"; }

/* line 1610, fa.css */
.fa-first-order-alt:before {
  content: "\f50a"; }

/* line 1613, fa.css */
.fa-firstdraft:before {
  content: "\f3a1"; }

/* line 1616, fa.css */
.fa-fish:before {
  content: "\f578"; }

/* line 1619, fa.css */
.fa-fist-raised:before {
  content: "\f6de"; }

/* line 1622, fa.css */
.fa-flag:before {
  content: "\f024"; }

/* line 1625, fa.css */
.fa-flag-checkered:before {
  content: "\f11e"; }

/* line 1628, fa.css */
.fa-flag-usa:before {
  content: "\f74d"; }

/* line 1631, fa.css */
.fa-flask:before {
  content: "\f0c3"; }

/* line 1634, fa.css */
.fa-flickr:before {
  content: "\f16e"; }

/* line 1637, fa.css */
.fa-flipboard:before {
  content: "\f44d"; }

/* line 1640, fa.css */
.fa-flushed:before {
  content: "\f579"; }

/* line 1643, fa.css */
.fa-fly:before {
  content: "\f417"; }

/* line 1646, fa.css */
.fa-folder:before {
  content: "\f07b"; }

/* line 1649, fa.css */
.fa-folder-minus:before {
  content: "\f65d"; }

/* line 1652, fa.css */
.fa-folder-open:before {
  content: "\f07c"; }

/* line 1655, fa.css */
.fa-folder-plus:before {
  content: "\f65e"; }

/* line 1658, fa.css */
.fa-font:before {
  content: "\f031"; }

/* line 1661, fa.css */
.fa-font-awesome:before {
  content: "\f2b4"; }

/* line 1664, fa.css */
.fa-font-awesome-alt:before {
  content: "\f35c"; }

/* line 1667, fa.css */
.fa-font-awesome-flag:before {
  content: "\f425"; }

/* line 1670, fa.css */
.fa-font-awesome-logo-full:before {
  content: "\f4e6"; }

/* line 1673, fa.css */
.fa-fonticons:before {
  content: "\f280"; }

/* line 1676, fa.css */
.fa-fonticons-fi:before {
  content: "\f3a2"; }

/* line 1679, fa.css */
.fa-football-ball:before {
  content: "\f44e"; }

/* line 1682, fa.css */
.fa-fort-awesome:before {
  content: "\f286"; }

/* line 1685, fa.css */
.fa-fort-awesome-alt:before {
  content: "\f3a3"; }

/* line 1688, fa.css */
.fa-forumbee:before {
  content: "\f211"; }

/* line 1691, fa.css */
.fa-forward:before {
  content: "\f04e"; }

/* line 1694, fa.css */
.fa-foursquare:before {
  content: "\f180"; }

/* line 1697, fa.css */
.fa-free-code-camp:before {
  content: "\f2c5"; }

/* line 1700, fa.css */
.fa-freebsd:before {
  content: "\f3a4"; }

/* line 1703, fa.css */
.fa-frog:before {
  content: "\f52e"; }

/* line 1706, fa.css */
.fa-frown:before {
  content: "\f119"; }

/* line 1709, fa.css */
.fa-frown-open:before {
  content: "\f57a"; }

/* line 1712, fa.css */
.fa-fulcrum:before {
  content: "\f50b"; }

/* line 1715, fa.css */
.fa-funnel-dollar:before {
  content: "\f662"; }

/* line 1718, fa.css */
.fa-futbol:before {
  content: "\f1e3"; }

/* line 1721, fa.css */
.fa-galactic-republic:before {
  content: "\f50c"; }

/* line 1724, fa.css */
.fa-galactic-senate:before {
  content: "\f50d"; }

/* line 1727, fa.css */
.fa-gamepad:before {
  content: "\f11b"; }

/* line 1730, fa.css */
.fa-gas-pump:before {
  content: "\f52f"; }

/* line 1733, fa.css */
.fa-gavel:before {
  content: "\f0e3"; }

/* line 1736, fa.css */
.fa-gem:before {
  content: "\f3a5"; }

/* line 1739, fa.css */
.fa-genderless:before {
  content: "\f22d"; }

/* line 1742, fa.css */
.fa-get-pocket:before {
  content: "\f265"; }

/* line 1745, fa.css */
.fa-gg:before {
  content: "\f260"; }

/* line 1748, fa.css */
.fa-gg-circle:before {
  content: "\f261"; }

/* line 1751, fa.css */
.fa-ghost:before {
  content: "\f6e2"; }

/* line 1754, fa.css */
.fa-gift:before {
  content: "\f06b"; }

/* line 1757, fa.css */
.fa-gifts:before {
  content: "\f79c"; }

/* line 1760, fa.css */
.fa-git:before {
  content: "\f1d3"; }

/* line 1763, fa.css */
.fa-git-alt:before {
  content: "\f841"; }

/* line 1766, fa.css */
.fa-git-square:before {
  content: "\f1d2"; }

/* line 1769, fa.css */
.fa-github:before {
  content: "\f09b"; }

/* line 1772, fa.css */
.fa-github-alt:before {
  content: "\f113"; }

/* line 1775, fa.css */
.fa-github-square:before {
  content: "\f092"; }

/* line 1778, fa.css */
.fa-gitkraken:before {
  content: "\f3a6"; }

/* line 1781, fa.css */
.fa-gitlab:before {
  content: "\f296"; }

/* line 1784, fa.css */
.fa-gitter:before {
  content: "\f426"; }

/* line 1787, fa.css */
.fa-glass-cheers:before {
  content: "\f79f"; }

/* line 1790, fa.css */
.fa-glass-martini:before {
  content: "\f000"; }

/* line 1793, fa.css */
.fa-glass-martini-alt:before {
  content: "\f57b"; }

/* line 1796, fa.css */
.fa-glass-whiskey:before {
  content: "\f7a0"; }

/* line 1799, fa.css */
.fa-glasses:before {
  content: "\f530"; }

/* line 1802, fa.css */
.fa-glide:before {
  content: "\f2a5"; }

/* line 1805, fa.css */
.fa-glide-g:before {
  content: "\f2a6"; }

/* line 1808, fa.css */
.fa-globe:before {
  content: "\f0ac"; }

/* line 1811, fa.css */
.fa-globe-africa:before {
  content: "\f57c"; }

/* line 1814, fa.css */
.fa-globe-americas:before {
  content: "\f57d"; }

/* line 1817, fa.css */
.fa-globe-asia:before {
  content: "\f57e"; }

/* line 1820, fa.css */
.fa-globe-europe:before {
  content: "\f7a2"; }

/* line 1823, fa.css */
.fa-gofore:before {
  content: "\f3a7"; }

/* line 1826, fa.css */
.fa-golf-ball:before {
  content: "\f450"; }

/* line 1829, fa.css */
.fa-goodreads:before {
  content: "\f3a8"; }

/* line 1832, fa.css */
.fa-goodreads-g:before {
  content: "\f3a9"; }

/* line 1835, fa.css */
.fa-google:before {
  content: "\f1a0"; }

/* line 1838, fa.css */
.fa-google-drive:before {
  content: "\f3aa"; }

/* line 1841, fa.css */
.fa-google-play:before {
  content: "\f3ab"; }

/* line 1844, fa.css */
.fa-google-plus:before {
  content: "\f2b3"; }

/* line 1847, fa.css */
.fa-google-plus-g:before {
  content: "\f0d5"; }

/* line 1850, fa.css */
.fa-google-plus-square:before {
  content: "\f0d4"; }

/* line 1853, fa.css */
.fa-google-wallet:before {
  content: "\f1ee"; }

/* line 1856, fa.css */
.fa-gopuram:before {
  content: "\f664"; }

/* line 1859, fa.css */
.fa-graduation-cap:before {
  content: "\f19d"; }

/* line 1862, fa.css */
.fa-gratipay:before {
  content: "\f184"; }

/* line 1865, fa.css */
.fa-grav:before {
  content: "\f2d6"; }

/* line 1868, fa.css */
.fa-greater-than:before {
  content: "\f531"; }

/* line 1871, fa.css */
.fa-greater-than-equal:before {
  content: "\f532"; }

/* line 1874, fa.css */
.fa-grimace:before {
  content: "\f57f"; }

/* line 1877, fa.css */
.fa-grin:before {
  content: "\f580"; }

/* line 1880, fa.css */
.fa-grin-alt:before {
  content: "\f581"; }

/* line 1883, fa.css */
.fa-grin-beam:before {
  content: "\f582"; }

/* line 1886, fa.css */
.fa-grin-beam-sweat:before {
  content: "\f583"; }

/* line 1889, fa.css */
.fa-grin-hearts:before {
  content: "\f584"; }

/* line 1892, fa.css */
.fa-grin-squint:before {
  content: "\f585"; }

/* line 1895, fa.css */
.fa-grin-squint-tears:before {
  content: "\f586"; }

/* line 1898, fa.css */
.fa-grin-stars:before {
  content: "\f587"; }

/* line 1901, fa.css */
.fa-grin-tears:before {
  content: "\f588"; }

/* line 1904, fa.css */
.fa-grin-tongue:before {
  content: "\f589"; }

/* line 1907, fa.css */
.fa-grin-tongue-squint:before {
  content: "\f58a"; }

/* line 1910, fa.css */
.fa-grin-tongue-wink:before {
  content: "\f58b"; }

/* line 1913, fa.css */
.fa-grin-wink:before {
  content: "\f58c"; }

/* line 1916, fa.css */
.fa-grip-horizontal:before {
  content: "\f58d"; }

/* line 1919, fa.css */
.fa-grip-lines:before {
  content: "\f7a4"; }

/* line 1922, fa.css */
.fa-grip-lines-vertical:before {
  content: "\f7a5"; }

/* line 1925, fa.css */
.fa-grip-vertical:before {
  content: "\f58e"; }

/* line 1928, fa.css */
.fa-gripfire:before {
  content: "\f3ac"; }

/* line 1931, fa.css */
.fa-grunt:before {
  content: "\f3ad"; }

/* line 1934, fa.css */
.fa-guitar:before {
  content: "\f7a6"; }

/* line 1937, fa.css */
.fa-gulp:before {
  content: "\f3ae"; }

/* line 1940, fa.css */
.fa-h-square:before {
  content: "\f0fd"; }

/* line 1943, fa.css */
.fa-hacker-news:before {
  content: "\f1d4"; }

/* line 1946, fa.css */
.fa-hacker-news-square:before {
  content: "\f3af"; }

/* line 1949, fa.css */
.fa-hackerrank:before {
  content: "\f5f7"; }

/* line 1952, fa.css */
.fa-hamburger:before {
  content: "\f805"; }

/* line 1955, fa.css */
.fa-hammer:before {
  content: "\f6e3"; }

/* line 1958, fa.css */
.fa-hamsa:before {
  content: "\f665"; }

/* line 1961, fa.css */
.fa-hand-holding:before {
  content: "\f4bd"; }

/* line 1964, fa.css */
.fa-hand-holding-heart:before {
  content: "\f4be"; }

/* line 1967, fa.css */
.fa-hand-holding-usd:before {
  content: "\f4c0"; }

/* line 1970, fa.css */
.fa-hand-lizard:before {
  content: "\f258"; }

/* line 1973, fa.css */
.fa-hand-middle-finger:before {
  content: "\f806"; }

/* line 1976, fa.css */
.fa-hand-paper:before {
  content: "\f256"; }

/* line 1979, fa.css */
.fa-hand-peace:before {
  content: "\f25b"; }

/* line 1982, fa.css */
.fa-hand-point-down:before {
  content: "\f0a7"; }

/* line 1985, fa.css */
.fa-hand-point-left:before {
  content: "\f0a5"; }

/* line 1988, fa.css */
.fa-hand-point-right:before {
  content: "\f0a4"; }

/* line 1991, fa.css */
.fa-hand-point-up:before {
  content: "\f0a6"; }

/* line 1994, fa.css */
.fa-hand-pointer:before {
  content: "\f25a"; }

/* line 1997, fa.css */
.fa-hand-rock:before {
  content: "\f255"; }

/* line 2000, fa.css */
.fa-hand-scissors:before {
  content: "\f257"; }

/* line 2003, fa.css */
.fa-hand-spock:before {
  content: "\f259"; }

/* line 2006, fa.css */
.fa-hands:before {
  content: "\f4c2"; }

/* line 2009, fa.css */
.fa-hands-helping:before {
  content: "\f4c4"; }

/* line 2012, fa.css */
.fa-handshake:before {
  content: "\f2b5"; }

/* line 2015, fa.css */
.fa-hanukiah:before {
  content: "\f6e6"; }

/* line 2018, fa.css */
.fa-hard-hat:before {
  content: "\f807"; }

/* line 2021, fa.css */
.fa-hashtag:before {
  content: "\f292"; }

/* line 2024, fa.css */
.fa-hat-wizard:before {
  content: "\f6e8"; }

/* line 2027, fa.css */
.fa-haykal:before {
  content: "\f666"; }

/* line 2030, fa.css */
.fa-hdd:before {
  content: "\f0a0"; }

/* line 2033, fa.css */
.fa-heading:before {
  content: "\f1dc"; }

/* line 2036, fa.css */
.fa-headphones:before {
  content: "\f025"; }

/* line 2039, fa.css */
.fa-headphones-alt:before {
  content: "\f58f"; }

/* line 2042, fa.css */
.fa-headset:before {
  content: "\f590"; }

/* line 2045, fa.css */
.fa-heart:before {
  content: "\f004"; }

/* line 2048, fa.css */
.fa-heart-broken:before {
  content: "\f7a9"; }

/* line 2051, fa.css */
.fa-heartbeat:before {
  content: "\f21e"; }

/* line 2054, fa.css */
.fa-helicopter:before {
  content: "\f533"; }

/* line 2057, fa.css */
.fa-highlighter:before {
  content: "\f591"; }

/* line 2060, fa.css */
.fa-hiking:before {
  content: "\f6ec"; }

/* line 2063, fa.css */
.fa-hippo:before {
  content: "\f6ed"; }

/* line 2066, fa.css */
.fa-hips:before {
  content: "\f452"; }

/* line 2069, fa.css */
.fa-hire-a-helper:before {
  content: "\f3b0"; }

/* line 2072, fa.css */
.fa-history:before {
  content: "\f1da"; }

/* line 2075, fa.css */
.fa-hockey-puck:before {
  content: "\f453"; }

/* line 2078, fa.css */
.fa-holly-berry:before {
  content: "\f7aa"; }

/* line 2081, fa.css */
.fa-home:before {
  content: "\f015"; }

/* line 2084, fa.css */
.fa-hooli:before {
  content: "\f427"; }

/* line 2087, fa.css */
.fa-hornbill:before {
  content: "\f592"; }

/* line 2090, fa.css */
.fa-horse:before {
  content: "\f6f0"; }

/* line 2093, fa.css */
.fa-horse-head:before {
  content: "\f7ab"; }

/* line 2096, fa.css */
.fa-hospital:before {
  content: "\f0f8"; }

/* line 2099, fa.css */
.fa-hospital-alt:before {
  content: "\f47d"; }

/* line 2102, fa.css */
.fa-hospital-symbol:before {
  content: "\f47e"; }

/* line 2105, fa.css */
.fa-hot-tub:before {
  content: "\f593"; }

/* line 2108, fa.css */
.fa-hotdog:before {
  content: "\f80f"; }

/* line 2111, fa.css */
.fa-hotel:before {
  content: "\f594"; }

/* line 2114, fa.css */
.fa-hotjar:before {
  content: "\f3b1"; }

/* line 2117, fa.css */
.fa-hourglass:before {
  content: "\f254"; }

/* line 2120, fa.css */
.fa-hourglass-end:before {
  content: "\f253"; }

/* line 2123, fa.css */
.fa-hourglass-half:before {
  content: "\f252"; }

/* line 2126, fa.css */
.fa-hourglass-start:before {
  content: "\f251"; }

/* line 2129, fa.css */
.fa-house-damage:before {
  content: "\f6f1"; }

/* line 2132, fa.css */
.fa-houzz:before {
  content: "\f27c"; }

/* line 2135, fa.css */
.fa-hryvnia:before {
  content: "\f6f2"; }

/* line 2138, fa.css */
.fa-html5:before {
  content: "\f13b"; }

/* line 2141, fa.css */
.fa-hubspot:before {
  content: "\f3b2"; }

/* line 2144, fa.css */
.fa-i-cursor:before {
  content: "\f246"; }

/* line 2147, fa.css */
.fa-ice-cream:before {
  content: "\f810"; }

/* line 2150, fa.css */
.fa-icicles:before {
  content: "\f7ad"; }

/* line 2153, fa.css */
.fa-id-badge:before {
  content: "\f2c1"; }

/* line 2156, fa.css */
.fa-id-card:before {
  content: "\f2c2"; }

/* line 2159, fa.css */
.fa-id-card-alt:before {
  content: "\f47f"; }

/* line 2162, fa.css */
.fa-igloo:before {
  content: "\f7ae"; }

/* line 2165, fa.css */
.fa-image:before {
  content: "\f03e"; }

/* line 2168, fa.css */
.fa-images:before {
  content: "\f302"; }

/* line 2171, fa.css */
.fa-imdb:before {
  content: "\f2d8"; }

/* line 2174, fa.css */
.fa-inbox:before {
  content: "\f01c"; }

/* line 2177, fa.css */
.fa-indent:before {
  content: "\f03c"; }

/* line 2180, fa.css */
.fa-industry:before {
  content: "\f275"; }

/* line 2183, fa.css */
.fa-infinity:before {
  content: "\f534"; }

/* line 2186, fa.css */
.fa-info:before {
  content: "\f129"; }

/* line 2189, fa.css */
.fa-info-circle:before {
  content: "\f05a"; }

/* line 2192, fa.css */
.fa-instagram:before {
  content: "\f16d"; }

/* line 2195, fa.css */
.fa-intercom:before {
  content: "\f7af"; }

/* line 2198, fa.css */
.fa-internet-explorer:before {
  content: "\f26b"; }

/* line 2201, fa.css */
.fa-invision:before {
  content: "\f7b0"; }

/* line 2204, fa.css */
.fa-ioxhost:before {
  content: "\f208"; }

/* line 2207, fa.css */
.fa-italic:before {
  content: "\f033"; }

/* line 2210, fa.css */
.fa-itch-io:before {
  content: "\f83a"; }

/* line 2213, fa.css */
.fa-itunes:before {
  content: "\f3b4"; }

/* line 2216, fa.css */
.fa-itunes-note:before {
  content: "\f3b5"; }

/* line 2219, fa.css */
.fa-java:before {
  content: "\f4e4"; }

/* line 2222, fa.css */
.fa-jedi:before {
  content: "\f669"; }

/* line 2225, fa.css */
.fa-jedi-order:before {
  content: "\f50e"; }

/* line 2228, fa.css */
.fa-jenkins:before {
  content: "\f3b6"; }

/* line 2231, fa.css */
.fa-jira:before {
  content: "\f7b1"; }

/* line 2234, fa.css */
.fa-joget:before {
  content: "\f3b7"; }

/* line 2237, fa.css */
.fa-joint:before {
  content: "\f595"; }

/* line 2240, fa.css */
.fa-joomla:before {
  content: "\f1aa"; }

/* line 2243, fa.css */
.fa-journal-whills:before {
  content: "\f66a"; }

/* line 2246, fa.css */
.fa-js:before {
  content: "\f3b8"; }

/* line 2249, fa.css */
.fa-js-square:before {
  content: "\f3b9"; }

/* line 2252, fa.css */
.fa-jsfiddle:before {
  content: "\f1cc"; }

/* line 2255, fa.css */
.fa-kaaba:before {
  content: "\f66b"; }

/* line 2258, fa.css */
.fa-kaggle:before {
  content: "\f5fa"; }

/* line 2261, fa.css */
.fa-key:before {
  content: "\f084"; }

/* line 2264, fa.css */
.fa-keybase:before {
  content: "\f4f5"; }

/* line 2267, fa.css */
.fa-keyboard:before {
  content: "\f11c"; }

/* line 2270, fa.css */
.fa-keycdn:before {
  content: "\f3ba"; }

/* line 2273, fa.css */
.fa-khanda:before {
  content: "\f66d"; }

/* line 2276, fa.css */
.fa-kickstarter:before {
  content: "\f3bb"; }

/* line 2279, fa.css */
.fa-kickstarter-k:before {
  content: "\f3bc"; }

/* line 2282, fa.css */
.fa-kiss:before {
  content: "\f596"; }

/* line 2285, fa.css */
.fa-kiss-beam:before {
  content: "\f597"; }

/* line 2288, fa.css */
.fa-kiss-wink-heart:before {
  content: "\f598"; }

/* line 2291, fa.css */
.fa-kiwi-bird:before {
  content: "\f535"; }

/* line 2294, fa.css */
.fa-korvue:before {
  content: "\f42f"; }

/* line 2297, fa.css */
.fa-landmark:before {
  content: "\f66f"; }

/* line 2300, fa.css */
.fa-language:before {
  content: "\f1ab"; }

/* line 2303, fa.css */
.fa-laptop:before {
  content: "\f109"; }

/* line 2306, fa.css */
.fa-laptop-code:before {
  content: "\f5fc"; }

/* line 2309, fa.css */
.fa-laptop-medical:before {
  content: "\f812"; }

/* line 2312, fa.css */
.fa-laravel:before {
  content: "\f3bd"; }

/* line 2315, fa.css */
.fa-lastfm:before {
  content: "\f202"; }

/* line 2318, fa.css */
.fa-lastfm-square:before {
  content: "\f203"; }

/* line 2321, fa.css */
.fa-laugh:before {
  content: "\f599"; }

/* line 2324, fa.css */
.fa-laugh-beam:before {
  content: "\f59a"; }

/* line 2327, fa.css */
.fa-laugh-squint:before {
  content: "\f59b"; }

/* line 2330, fa.css */
.fa-laugh-wink:before {
  content: "\f59c"; }

/* line 2333, fa.css */
.fa-layer-group:before {
  content: "\f5fd"; }

/* line 2336, fa.css */
.fa-leaf:before {
  content: "\f06c"; }

/* line 2339, fa.css */
.fa-leanpub:before {
  content: "\f212"; }

/* line 2342, fa.css */
.fa-lemon:before {
  content: "\f094"; }

/* line 2345, fa.css */
.fa-less:before {
  content: "\f41d"; }

/* line 2348, fa.css */
.fa-less-than:before {
  content: "\f536"; }

/* line 2351, fa.css */
.fa-less-than-equal:before {
  content: "\f537"; }

/* line 2354, fa.css */
.fa-level-down-alt:before {
  content: "\f3be"; }

/* line 2357, fa.css */
.fa-level-up-alt:before {
  content: "\f3bf"; }

/* line 2360, fa.css */
.fa-life-ring:before {
  content: "\f1cd"; }

/* line 2363, fa.css */
.fa-lightbulb:before {
  content: "\f0eb"; }

/* line 2366, fa.css */
.fa-line:before {
  content: "\f3c0"; }

/* line 2369, fa.css */
.fa-link:before {
  content: "\f0c1"; }

/* line 2372, fa.css */
.fa-linkedin:before {
  content: "\f08c"; }

/* line 2375, fa.css */
.fa-linkedin-in:before {
  content: "\f0e1"; }

/* line 2378, fa.css */
.fa-linode:before {
  content: "\f2b8"; }

/* line 2381, fa.css */
.fa-linux:before {
  content: "\f17c"; }

/* line 2384, fa.css */
.fa-lira-sign:before {
  content: "\f195"; }

/* line 2387, fa.css */
.fa-list:before {
  content: "\f03a"; }

/* line 2390, fa.css */
.fa-list-alt:before {
  content: "\f022"; }

/* line 2393, fa.css */
.fa-list-ol:before {
  content: "\f0cb"; }

/* line 2396, fa.css */
.fa-list-ul:before {
  content: "\f0ca"; }

/* line 2399, fa.css */
.fa-location-arrow:before {
  content: "\f124"; }

/* line 2402, fa.css */
.fa-lock:before {
  content: "\f023"; }

/* line 2405, fa.css */
.fa-lock-open:before {
  content: "\f3c1"; }

/* line 2408, fa.css */
.fa-long-arrow-alt-down:before {
  content: "\f309"; }

/* line 2411, fa.css */
.fa-long-arrow-alt-left:before {
  content: "\f30a"; }

/* line 2414, fa.css */
.fa-long-arrow-alt-right:before {
  content: "\f30b"; }

/* line 2417, fa.css */
.fa-long-arrow-alt-up:before {
  content: "\f30c"; }

/* line 2420, fa.css */
.fa-low-vision:before {
  content: "\f2a8"; }

/* line 2423, fa.css */
.fa-luggage-cart:before {
  content: "\f59d"; }

/* line 2426, fa.css */
.fa-lyft:before {
  content: "\f3c3"; }

/* line 2429, fa.css */
.fa-magento:before {
  content: "\f3c4"; }

/* line 2432, fa.css */
.fa-magic:before {
  content: "\f0d0"; }

/* line 2435, fa.css */
.fa-magnet:before {
  content: "\f076"; }

/* line 2438, fa.css */
.fa-mail-bulk:before {
  content: "\f674"; }

/* line 2441, fa.css */
.fa-mailchimp:before {
  content: "\f59e"; }

/* line 2444, fa.css */
.fa-male:before {
  content: "\f183"; }

/* line 2447, fa.css */
.fa-mandalorian:before {
  content: "\f50f"; }

/* line 2450, fa.css */
.fa-map:before {
  content: "\f279"; }

/* line 2453, fa.css */
.fa-map-marked:before {
  content: "\f59f"; }

/* line 2456, fa.css */
.fa-map-marked-alt:before {
  content: "\f5a0"; }

/* line 2459, fa.css */
.fa-map-marker:before {
  content: "\f041"; }

/* line 2462, fa.css */
.fa-map-marker-alt:before {
  content: "\f3c5"; }

/* line 2465, fa.css */
.fa-map-pin:before {
  content: "\f276"; }

/* line 2468, fa.css */
.fa-map-signs:before {
  content: "\f277"; }

/* line 2471, fa.css */
.fa-markdown:before {
  content: "\f60f"; }

/* line 2474, fa.css */
.fa-marker:before {
  content: "\f5a1"; }

/* line 2477, fa.css */
.fa-mars:before {
  content: "\f222"; }

/* line 2480, fa.css */
.fa-mars-double:before {
  content: "\f227"; }

/* line 2483, fa.css */
.fa-mars-stroke:before {
  content: "\f229"; }

/* line 2486, fa.css */
.fa-mars-stroke-h:before {
  content: "\f22b"; }

/* line 2489, fa.css */
.fa-mars-stroke-v:before {
  content: "\f22a"; }

/* line 2492, fa.css */
.fa-mask:before {
  content: "\f6fa"; }

/* line 2495, fa.css */
.fa-mastodon:before {
  content: "\f4f6"; }

/* line 2498, fa.css */
.fa-maxcdn:before {
  content: "\f136"; }

/* line 2501, fa.css */
.fa-medal:before {
  content: "\f5a2"; }

/* line 2504, fa.css */
.fa-medapps:before {
  content: "\f3c6"; }

/* line 2507, fa.css */
.fa-medium:before {
  content: "\f23a"; }

/* line 2510, fa.css */
.fa-medium-m:before {
  content: "\f3c7"; }

/* line 2513, fa.css */
.fa-medkit:before {
  content: "\f0fa"; }

/* line 2516, fa.css */
.fa-medrt:before {
  content: "\f3c8"; }

/* line 2519, fa.css */
.fa-meetup:before {
  content: "\f2e0"; }

/* line 2522, fa.css */
.fa-megaport:before {
  content: "\f5a3"; }

/* line 2525, fa.css */
.fa-meh:before {
  content: "\f11a"; }

/* line 2528, fa.css */
.fa-meh-blank:before {
  content: "\f5a4"; }

/* line 2531, fa.css */
.fa-meh-rolling-eyes:before {
  content: "\f5a5"; }

/* line 2534, fa.css */
.fa-memory:before {
  content: "\f538"; }

/* line 2537, fa.css */
.fa-mendeley:before {
  content: "\f7b3"; }

/* line 2540, fa.css */
.fa-menorah:before {
  content: "\f676"; }

/* line 2543, fa.css */
.fa-mercury:before {
  content: "\f223"; }

/* line 2546, fa.css */
.fa-meteor:before {
  content: "\f753"; }

/* line 2549, fa.css */
.fa-microchip:before {
  content: "\f2db"; }

/* line 2552, fa.css */
.fa-microphone:before {
  content: "\f130"; }

/* line 2555, fa.css */
.fa-microphone-alt:before {
  content: "\f3c9"; }

/* line 2558, fa.css */
.fa-microphone-alt-slash:before {
  content: "\f539"; }

/* line 2561, fa.css */
.fa-microphone-slash:before {
  content: "\f131"; }

/* line 2564, fa.css */
.fa-microscope:before {
  content: "\f610"; }

/* line 2567, fa.css */
.fa-microsoft:before {
  content: "\f3ca"; }

/* line 2570, fa.css */
.fa-minus:before {
  content: "\f068"; }

/* line 2573, fa.css */
.fa-minus-circle:before {
  content: "\f056"; }

/* line 2576, fa.css */
.fa-minus-square:before {
  content: "\f146"; }

/* line 2579, fa.css */
.fa-mitten:before {
  content: "\f7b5"; }

/* line 2582, fa.css */
.fa-mix:before {
  content: "\f3cb"; }

/* line 2585, fa.css */
.fa-mixcloud:before {
  content: "\f289"; }

/* line 2588, fa.css */
.fa-mizuni:before {
  content: "\f3cc"; }

/* line 2591, fa.css */
.fa-mobile:before {
  content: "\f10b"; }

/* line 2594, fa.css */
.fa-mobile-alt:before {
  content: "\f3cd"; }

/* line 2597, fa.css */
.fa-modx:before {
  content: "\f285"; }

/* line 2600, fa.css */
.fa-monero:before {
  content: "\f3d0"; }

/* line 2603, fa.css */
.fa-money-bill:before {
  content: "\f0d6"; }

/* line 2606, fa.css */
.fa-money-bill-alt:before {
  content: "\f3d1"; }

/* line 2609, fa.css */
.fa-money-bill-wave:before {
  content: "\f53a"; }

/* line 2612, fa.css */
.fa-money-bill-wave-alt:before {
  content: "\f53b"; }

/* line 2615, fa.css */
.fa-money-check:before {
  content: "\f53c"; }

/* line 2618, fa.css */
.fa-money-check-alt:before {
  content: "\f53d"; }

/* line 2621, fa.css */
.fa-monument:before {
  content: "\f5a6"; }

/* line 2624, fa.css */
.fa-moon:before {
  content: "\f186"; }

/* line 2627, fa.css */
.fa-mortar-pestle:before {
  content: "\f5a7"; }

/* line 2630, fa.css */
.fa-mosque:before {
  content: "\f678"; }

/* line 2633, fa.css */
.fa-motorcycle:before {
  content: "\f21c"; }

/* line 2636, fa.css */
.fa-mountain:before {
  content: "\f6fc"; }

/* line 2639, fa.css */
.fa-mouse-pointer:before {
  content: "\f245"; }

/* line 2642, fa.css */
.fa-mug-hot:before {
  content: "\f7b6"; }

/* line 2645, fa.css */
.fa-music:before {
  content: "\f001"; }

/* line 2648, fa.css */
.fa-napster:before {
  content: "\f3d2"; }

/* line 2651, fa.css */
.fa-neos:before {
  content: "\f612"; }

/* line 2654, fa.css */
.fa-network-wired:before {
  content: "\f6ff"; }

/* line 2657, fa.css */
.fa-neuter:before {
  content: "\f22c"; }

/* line 2660, fa.css */
.fa-newspaper:before {
  content: "\f1ea"; }

/* line 2663, fa.css */
.fa-nimblr:before {
  content: "\f5a8"; }

/* line 2666, fa.css */
.fa-nintendo-switch:before {
  content: "\f418"; }

/* line 2669, fa.css */
.fa-node:before {
  content: "\f419"; }

/* line 2672, fa.css */
.fa-node-js:before {
  content: "\f3d3"; }

/* line 2675, fa.css */
.fa-not-equal:before {
  content: "\f53e"; }

/* line 2678, fa.css */
.fa-notes-medical:before {
  content: "\f481"; }

/* line 2681, fa.css */
.fa-npm:before {
  content: "\f3d4"; }

/* line 2684, fa.css */
.fa-ns8:before {
  content: "\f3d5"; }

/* line 2687, fa.css */
.fa-nutritionix:before {
  content: "\f3d6"; }

/* line 2690, fa.css */
.fa-object-group:before {
  content: "\f247"; }

/* line 2693, fa.css */
.fa-object-ungroup:before {
  content: "\f248"; }

/* line 2696, fa.css */
.fa-odnoklassniki:before {
  content: "\f263"; }

/* line 2699, fa.css */
.fa-odnoklassniki-square:before {
  content: "\f264"; }

/* line 2702, fa.css */
.fa-oil-can:before {
  content: "\f613"; }

/* line 2705, fa.css */
.fa-old-republic:before {
  content: "\f510"; }

/* line 2708, fa.css */
.fa-om:before {
  content: "\f679"; }

/* line 2711, fa.css */
.fa-opencart:before {
  content: "\f23d"; }

/* line 2714, fa.css */
.fa-openid:before {
  content: "\f19b"; }

/* line 2717, fa.css */
.fa-opera:before {
  content: "\f26a"; }

/* line 2720, fa.css */
.fa-optin-monster:before {
  content: "\f23c"; }

/* line 2723, fa.css */
.fa-osi:before {
  content: "\f41a"; }

/* line 2726, fa.css */
.fa-otter:before {
  content: "\f700"; }

/* line 2729, fa.css */
.fa-outdent:before {
  content: "\f03b"; }

/* line 2732, fa.css */
.fa-page4:before {
  content: "\f3d7"; }

/* line 2735, fa.css */
.fa-pagelines:before {
  content: "\f18c"; }

/* line 2738, fa.css */
.fa-pager:before {
  content: "\f815"; }

/* line 2741, fa.css */
.fa-paint-brush:before {
  content: "\f1fc"; }

/* line 2744, fa.css */
.fa-paint-roller:before {
  content: "\f5aa"; }

/* line 2747, fa.css */
.fa-palette:before {
  content: "\f53f"; }

/* line 2750, fa.css */
.fa-palfed:before {
  content: "\f3d8"; }

/* line 2753, fa.css */
.fa-pallet:before {
  content: "\f482"; }

/* line 2756, fa.css */
.fa-paper-plane:before {
  content: "\f1d8"; }

/* line 2759, fa.css */
.fa-paperclip:before {
  content: "\f0c6"; }

/* line 2762, fa.css */
.fa-parachute-box:before {
  content: "\f4cd"; }

/* line 2765, fa.css */
.fa-paragraph:before {
  content: "\f1dd"; }

/* line 2768, fa.css */
.fa-parking:before {
  content: "\f540"; }

/* line 2771, fa.css */
.fa-passport:before {
  content: "\f5ab"; }

/* line 2774, fa.css */
.fa-pastafarianism:before {
  content: "\f67b"; }

/* line 2777, fa.css */
.fa-paste:before {
  content: "\f0ea"; }

/* line 2780, fa.css */
.fa-patreon:before {
  content: "\f3d9"; }

/* line 2783, fa.css */
.fa-pause:before {
  content: "\f04c"; }

/* line 2786, fa.css */
.fa-pause-circle:before {
  content: "\f28b"; }

/* line 2789, fa.css */
.fa-paw:before {
  content: "\f1b0"; }

/* line 2792, fa.css */
.fa-paypal:before {
  content: "\f1ed"; }

/* line 2795, fa.css */
.fa-peace:before {
  content: "\f67c"; }

/* line 2798, fa.css */
.fa-pen:before {
  content: "\f304"; }

/* line 2801, fa.css */
.fa-pen-alt:before {
  content: "\f305"; }

/* line 2804, fa.css */
.fa-pen-fancy:before {
  content: "\f5ac"; }

/* line 2807, fa.css */
.fa-pen-nib:before {
  content: "\f5ad"; }

/* line 2810, fa.css */
.fa-pen-square:before {
  content: "\f14b"; }

/* line 2813, fa.css */
.fa-pencil-alt:before {
  content: "\f303"; }

/* line 2816, fa.css */
.fa-pencil-ruler:before {
  content: "\f5ae"; }

/* line 2819, fa.css */
.fa-penny-arcade:before {
  content: "\f704"; }

/* line 2822, fa.css */
.fa-people-carry:before {
  content: "\f4ce"; }

/* line 2825, fa.css */
.fa-pepper-hot:before {
  content: "\f816"; }

/* line 2828, fa.css */
.fa-percent:before {
  content: "\f295"; }

/* line 2831, fa.css */
.fa-percentage:before {
  content: "\f541"; }

/* line 2834, fa.css */
.fa-periscope:before {
  content: "\f3da"; }

/* line 2837, fa.css */
.fa-person-booth:before {
  content: "\f756"; }

/* line 2840, fa.css */
.fa-phabricator:before {
  content: "\f3db"; }

/* line 2843, fa.css */
.fa-phoenix-framework:before {
  content: "\f3dc"; }

/* line 2846, fa.css */
.fa-phoenix-squadron:before {
  content: "\f511"; }

/* line 2849, fa.css */
.fa-phone:before {
  content: "\f095"; }

/* line 2852, fa.css */
.fa-phone-slash:before {
  content: "\f3dd"; }

/* line 2855, fa.css */
.fa-phone-square:before {
  content: "\f098"; }

/* line 2858, fa.css */
.fa-phone-volume:before {
  content: "\f2a0"; }

/* line 2861, fa.css */
.fa-php:before {
  content: "\f457"; }

/* line 2864, fa.css */
.fa-pied-piper:before {
  content: "\f2ae"; }

/* line 2867, fa.css */
.fa-pied-piper-alt:before {
  content: "\f1a8"; }

/* line 2870, fa.css */
.fa-pied-piper-hat:before {
  content: "\f4e5"; }

/* line 2873, fa.css */
.fa-pied-piper-pp:before {
  content: "\f1a7"; }

/* line 2876, fa.css */
.fa-piggy-bank:before {
  content: "\f4d3"; }

/* line 2879, fa.css */
.fa-pills:before {
  content: "\f484"; }

/* line 2882, fa.css */
.fa-pinterest:before {
  content: "\f0d2"; }

/* line 2885, fa.css */
.fa-pinterest-p:before {
  content: "\f231"; }

/* line 2888, fa.css */
.fa-pinterest-square:before {
  content: "\f0d3"; }

/* line 2891, fa.css */
.fa-pizza-slice:before {
  content: "\f818"; }

/* line 2894, fa.css */
.fa-place-of-worship:before {
  content: "\f67f"; }

/* line 2897, fa.css */
.fa-plane:before {
  content: "\f072"; }

/* line 2900, fa.css */
.fa-plane-arrival:before {
  content: "\f5af"; }

/* line 2903, fa.css */
.fa-plane-departure:before {
  content: "\f5b0"; }

/* line 2906, fa.css */
.fa-play:before {
  content: "\f04b"; }

/* line 2909, fa.css */
.fa-play-circle:before {
  content: "\f144"; }

/* line 2912, fa.css */
.fa-playstation:before {
  content: "\f3df"; }

/* line 2915, fa.css */
.fa-plug:before {
  content: "\f1e6"; }

/* line 2918, fa.css */
.fa-plus:before {
  content: "\f067"; }

/* line 2921, fa.css */
.fa-plus-circle:before {
  content: "\f055"; }

/* line 2924, fa.css */
.fa-plus-square:before {
  content: "\f0fe"; }

/* line 2927, fa.css */
.fa-podcast:before {
  content: "\f2ce"; }

/* line 2930, fa.css */
.fa-poll:before {
  content: "\f681"; }

/* line 2933, fa.css */
.fa-poll-h:before {
  content: "\f682"; }

/* line 2936, fa.css */
.fa-poo:before {
  content: "\f2fe"; }

/* line 2939, fa.css */
.fa-poo-storm:before {
  content: "\f75a"; }

/* line 2942, fa.css */
.fa-poop:before {
  content: "\f619"; }

/* line 2945, fa.css */
.fa-portrait:before {
  content: "\f3e0"; }

/* line 2948, fa.css */
.fa-pound-sign:before {
  content: "\f154"; }

/* line 2951, fa.css */
.fa-power-off:before {
  content: "\f011"; }

/* line 2954, fa.css */
.fa-pray:before {
  content: "\f683"; }

/* line 2957, fa.css */
.fa-praying-hands:before {
  content: "\f684"; }

/* line 2960, fa.css */
.fa-prescription:before {
  content: "\f5b1"; }

/* line 2963, fa.css */
.fa-prescription-bottle:before {
  content: "\f485"; }

/* line 2966, fa.css */
.fa-prescription-bottle-alt:before {
  content: "\f486"; }

/* line 2969, fa.css */
.fa-print:before {
  content: "\f02f"; }

/* line 2972, fa.css */
.fa-procedures:before {
  content: "\f487"; }

/* line 2975, fa.css */
.fa-product-hunt:before {
  content: "\f288"; }

/* line 2978, fa.css */
.fa-project-diagram:before {
  content: "\f542"; }

/* line 2981, fa.css */
.fa-pushed:before {
  content: "\f3e1"; }

/* line 2984, fa.css */
.fa-puzzle-piece:before {
  content: "\f12e"; }

/* line 2987, fa.css */
.fa-python:before {
  content: "\f3e2"; }

/* line 2990, fa.css */
.fa-qq:before {
  content: "\f1d6"; }

/* line 2993, fa.css */
.fa-qrcode:before {
  content: "\f029"; }

/* line 2996, fa.css */
.fa-question:before {
  content: "\f128"; }

/* line 2999, fa.css */
.fa-question-circle:before {
  content: "\f059"; }

/* line 3002, fa.css */
.fa-quidditch:before {
  content: "\f458"; }

/* line 3005, fa.css */
.fa-quinscape:before {
  content: "\f459"; }

/* line 3008, fa.css */
.fa-quora:before {
  content: "\f2c4"; }

/* line 3011, fa.css */
.fa-quote-left:before {
  content: "\f10d"; }

/* line 3014, fa.css */
.fa-quote-right:before {
  content: "\f10e"; }

/* line 3017, fa.css */
.fa-quran:before {
  content: "\f687"; }

/* line 3020, fa.css */
.fa-r-project:before {
  content: "\f4f7"; }

/* line 3023, fa.css */
.fa-radiation:before {
  content: "\f7b9"; }

/* line 3026, fa.css */
.fa-radiation-alt:before {
  content: "\f7ba"; }

/* line 3029, fa.css */
.fa-rainbow:before {
  content: "\f75b"; }

/* line 3032, fa.css */
.fa-random:before {
  content: "\f074"; }

/* line 3035, fa.css */
.fa-raspberry-pi:before {
  content: "\f7bb"; }

/* line 3038, fa.css */
.fa-ravelry:before {
  content: "\f2d9"; }

/* line 3041, fa.css */
.fa-react:before {
  content: "\f41b"; }

/* line 3044, fa.css */
.fa-reacteurope:before {
  content: "\f75d"; }

/* line 3047, fa.css */
.fa-readme:before {
  content: "\f4d5"; }

/* line 3050, fa.css */
.fa-rebel:before {
  content: "\f1d0"; }

/* line 3053, fa.css */
.fa-receipt:before {
  content: "\f543"; }

/* line 3056, fa.css */
.fa-recycle:before {
  content: "\f1b8"; }

/* line 3059, fa.css */
.fa-red-river:before {
  content: "\f3e3"; }

/* line 3062, fa.css */
.fa-reddit:before {
  content: "\f1a1"; }

/* line 3065, fa.css */
.fa-reddit-alien:before {
  content: "\f281"; }

/* line 3068, fa.css */
.fa-reddit-square:before {
  content: "\f1a2"; }

/* line 3071, fa.css */
.fa-redhat:before {
  content: "\f7bc"; }

/* line 3074, fa.css */
.fa-redo:before {
  content: "\f01e"; }

/* line 3077, fa.css */
.fa-redo-alt:before {
  content: "\f2f9"; }

/* line 3080, fa.css */
.fa-registered:before {
  content: "\f25d"; }

/* line 3083, fa.css */
.fa-renren:before {
  content: "\f18b"; }

/* line 3086, fa.css */
.fa-reply:before {
  content: "\f3e5"; }

/* line 3089, fa.css */
.fa-reply-all:before {
  content: "\f122"; }

/* line 3092, fa.css */
.fa-replyd:before {
  content: "\f3e6"; }

/* line 3095, fa.css */
.fa-republican:before {
  content: "\f75e"; }

/* line 3098, fa.css */
.fa-researchgate:before {
  content: "\f4f8"; }

/* line 3101, fa.css */
.fa-resolving:before {
  content: "\f3e7"; }

/* line 3104, fa.css */
.fa-restroom:before {
  content: "\f7bd"; }

/* line 3107, fa.css */
.fa-retweet:before {
  content: "\f079"; }

/* line 3110, fa.css */
.fa-rev:before {
  content: "\f5b2"; }

/* line 3113, fa.css */
.fa-ribbon:before {
  content: "\f4d6"; }

/* line 3116, fa.css */
.fa-ring:before {
  content: "\f70b"; }

/* line 3119, fa.css */
.fa-road:before {
  content: "\f018"; }

/* line 3122, fa.css */
.fa-robot:before {
  content: "\f544"; }

/* line 3125, fa.css */
.fa-rocket:before {
  content: "\f135"; }

/* line 3128, fa.css */
.fa-rocketchat:before {
  content: "\f3e8"; }

/* line 3131, fa.css */
.fa-rockrms:before {
  content: "\f3e9"; }

/* line 3134, fa.css */
.fa-route:before {
  content: "\f4d7"; }

/* line 3137, fa.css */
.fa-rss:before {
  content: "\f09e"; }

/* line 3140, fa.css */
.fa-rss-square:before {
  content: "\f143"; }

/* line 3143, fa.css */
.fa-ruble-sign:before {
  content: "\f158"; }

/* line 3146, fa.css */
.fa-ruler:before {
  content: "\f545"; }

/* line 3149, fa.css */
.fa-ruler-combined:before {
  content: "\f546"; }

/* line 3152, fa.css */
.fa-ruler-horizontal:before {
  content: "\f547"; }

/* line 3155, fa.css */
.fa-ruler-vertical:before {
  content: "\f548"; }

/* line 3158, fa.css */
.fa-running:before {
  content: "\f70c"; }

/* line 3161, fa.css */
.fa-rupee-sign:before {
  content: "\f156"; }

/* line 3164, fa.css */
.fa-sad-cry:before {
  content: "\f5b3"; }

/* line 3167, fa.css */
.fa-sad-tear:before {
  content: "\f5b4"; }

/* line 3170, fa.css */
.fa-safari:before {
  content: "\f267"; }

/* line 3173, fa.css */
.fa-salesforce:before {
  content: "\f83b"; }

/* line 3176, fa.css */
.fa-sass:before {
  content: "\f41e"; }

/* line 3179, fa.css */
.fa-satellite:before {
  content: "\f7bf"; }

/* line 3182, fa.css */
.fa-satellite-dish:before {
  content: "\f7c0"; }

/* line 3185, fa.css */
.fa-save:before {
  content: "\f0c7"; }

/* line 3188, fa.css */
.fa-schlix:before {
  content: "\f3ea"; }

/* line 3191, fa.css */
.fa-school:before {
  content: "\f549"; }

/* line 3194, fa.css */
.fa-screwdriver:before {
  content: "\f54a"; }

/* line 3197, fa.css */
.fa-scribd:before {
  content: "\f28a"; }

/* line 3200, fa.css */
.fa-scroll:before {
  content: "\f70e"; }

/* line 3203, fa.css */
.fa-sd-card:before {
  content: "\f7c2"; }

/* line 3206, fa.css */
.fa-search:before {
  content: "\f002"; }

/* line 3209, fa.css */
.fa-search-dollar:before {
  content: "\f688"; }

/* line 3212, fa.css */
.fa-search-location:before {
  content: "\f689"; }

/* line 3215, fa.css */
.fa-search-minus:before {
  content: "\f010"; }

/* line 3218, fa.css */
.fa-search-plus:before {
  content: "\f00e"; }

/* line 3221, fa.css */
.fa-searchengin:before {
  content: "\f3eb"; }

/* line 3224, fa.css */
.fa-seedling:before {
  content: "\f4d8"; }

/* line 3227, fa.css */
.fa-sellcast:before {
  content: "\f2da"; }

/* line 3230, fa.css */
.fa-sellsy:before {
  content: "\f213"; }

/* line 3233, fa.css */
.fa-server:before {
  content: "\f233"; }

/* line 3236, fa.css */
.fa-servicestack:before {
  content: "\f3ec"; }

/* line 3239, fa.css */
.fa-shapes:before {
  content: "\f61f"; }

/* line 3242, fa.css */
.fa-share:before {
  content: "\f064"; }

/* line 3245, fa.css */
.fa-share-alt:before {
  content: "\f1e0"; }

/* line 3248, fa.css */
.fa-share-alt-square:before {
  content: "\f1e1"; }

/* line 3251, fa.css */
.fa-share-square:before {
  content: "\f14d"; }

/* line 3254, fa.css */
.fa-shekel-sign:before {
  content: "\f20b"; }

/* line 3257, fa.css */
.fa-shield-alt:before {
  content: "\f3ed"; }

/* line 3260, fa.css */
.fa-ship:before {
  content: "\f21a"; }

/* line 3263, fa.css */
.fa-shipping-fast:before {
  content: "\f48b"; }

/* line 3266, fa.css */
.fa-shirtsinbulk:before {
  content: "\f214"; }

/* line 3269, fa.css */
.fa-shoe-prints:before {
  content: "\f54b"; }

/* line 3272, fa.css */
.fa-shopping-bag:before {
  content: "\f290"; }

/* line 3275, fa.css */
.fa-shopping-basket:before {
  content: "\f291"; }

/* line 3278, fa.css */
.fa-shopping-cart:before {
  content: "\f07a"; }

/* line 3281, fa.css */
.fa-shopware:before {
  content: "\f5b5"; }

/* line 3284, fa.css */
.fa-shower:before {
  content: "\f2cc"; }

/* line 3287, fa.css */
.fa-shuttle-van:before {
  content: "\f5b6"; }

/* line 3290, fa.css */
.fa-sign:before {
  content: "\f4d9"; }

/* line 3293, fa.css */
.fa-sign-in-alt:before {
  content: "\f2f6"; }

/* line 3296, fa.css */
.fa-sign-language:before {
  content: "\f2a7"; }

/* line 3299, fa.css */
.fa-sign-out-alt:before {
  content: "\f2f5"; }

/* line 3302, fa.css */
.fa-signal:before {
  content: "\f012"; }

/* line 3305, fa.css */
.fa-signature:before {
  content: "\f5b7"; }

/* line 3308, fa.css */
.fa-sim-card:before {
  content: "\f7c4"; }

/* line 3311, fa.css */
.fa-simplybuilt:before {
  content: "\f215"; }

/* line 3314, fa.css */
.fa-sistrix:before {
  content: "\f3ee"; }

/* line 3317, fa.css */
.fa-sitemap:before {
  content: "\f0e8"; }

/* line 3320, fa.css */
.fa-sith:before {
  content: "\f512"; }

/* line 3323, fa.css */
.fa-skating:before {
  content: "\f7c5"; }

/* line 3326, fa.css */
.fa-sketch:before {
  content: "\f7c6"; }

/* line 3329, fa.css */
.fa-skiing:before {
  content: "\f7c9"; }

/* line 3332, fa.css */
.fa-skiing-nordic:before {
  content: "\f7ca"; }

/* line 3335, fa.css */
.fa-skull:before {
  content: "\f54c"; }

/* line 3338, fa.css */
.fa-skull-crossbones:before {
  content: "\f714"; }

/* line 3341, fa.css */
.fa-skyatlas:before {
  content: "\f216"; }

/* line 3344, fa.css */
.fa-skype:before {
  content: "\f17e"; }

/* line 3347, fa.css */
.fa-slack:before {
  content: "\f198"; }

/* line 3350, fa.css */
.fa-slack-hash:before {
  content: "\f3ef"; }

/* line 3353, fa.css */
.fa-slash:before {
  content: "\f715"; }

/* line 3356, fa.css */
.fa-sleigh:before {
  content: "\f7cc"; }

/* line 3359, fa.css */
.fa-sliders-h:before {
  content: "\f1de"; }

/* line 3362, fa.css */
.fa-slideshare:before {
  content: "\f1e7"; }

/* line 3365, fa.css */
.fa-smile:before {
  content: "\f118"; }

/* line 3368, fa.css */
.fa-smile-beam:before {
  content: "\f5b8"; }

/* line 3371, fa.css */
.fa-smile-wink:before {
  content: "\f4da"; }

/* line 3374, fa.css */
.fa-smog:before {
  content: "\f75f"; }

/* line 3377, fa.css */
.fa-smoking:before {
  content: "\f48d"; }

/* line 3380, fa.css */
.fa-smoking-ban:before {
  content: "\f54d"; }

/* line 3383, fa.css */
.fa-sms:before {
  content: "\f7cd"; }

/* line 3386, fa.css */
.fa-snapchat:before {
  content: "\f2ab"; }

/* line 3389, fa.css */
.fa-snapchat-ghost:before {
  content: "\f2ac"; }

/* line 3392, fa.css */
.fa-snapchat-square:before {
  content: "\f2ad"; }

/* line 3395, fa.css */
.fa-snowboarding:before {
  content: "\f7ce"; }

/* line 3398, fa.css */
.fa-snowflake:before {
  content: "\f2dc"; }

/* line 3401, fa.css */
.fa-snowman:before {
  content: "\f7d0"; }

/* line 3404, fa.css */
.fa-snowplow:before {
  content: "\f7d2"; }

/* line 3407, fa.css */
.fa-socks:before {
  content: "\f696"; }

/* line 3410, fa.css */
.fa-solar-panel:before {
  content: "\f5ba"; }

/* line 3413, fa.css */
.fa-sort:before {
  content: "\f0dc"; }

/* line 3416, fa.css */
.fa-sort-alpha-down:before {
  content: "\f15d"; }

/* line 3419, fa.css */
.fa-sort-alpha-up:before {
  content: "\f15e"; }

/* line 3422, fa.css */
.fa-sort-amount-down:before {
  content: "\f160"; }

/* line 3425, fa.css */
.fa-sort-amount-up:before {
  content: "\f161"; }

/* line 3428, fa.css */
.fa-sort-down:before {
  content: "\f0dd"; }

/* line 3431, fa.css */
.fa-sort-numeric-down:before {
  content: "\f162"; }

/* line 3434, fa.css */
.fa-sort-numeric-up:before {
  content: "\f163"; }

/* line 3437, fa.css */
.fa-sort-up:before {
  content: "\f0de"; }

/* line 3440, fa.css */
.fa-soundcloud:before {
  content: "\f1be"; }

/* line 3443, fa.css */
.fa-sourcetree:before {
  content: "\f7d3"; }

/* line 3446, fa.css */
.fa-spa:before {
  content: "\f5bb"; }

/* line 3449, fa.css */
.fa-space-shuttle:before {
  content: "\f197"; }

/* line 3452, fa.css */
.fa-speakap:before {
  content: "\f3f3"; }

/* line 3455, fa.css */
.fa-speaker-deck:before {
  content: "\f83c"; }

/* line 3458, fa.css */
.fa-spider:before {
  content: "\f717"; }

/* line 3461, fa.css */
.fa-spinner:before {
  content: "\f110"; }

/* line 3464, fa.css */
.fa-splotch:before {
  content: "\f5bc"; }

/* line 3467, fa.css */
.fa-spotify:before {
  content: "\f1bc"; }

/* line 3470, fa.css */
.fa-spray-can:before {
  content: "\f5bd"; }

/* line 3473, fa.css */
.fa-square:before {
  content: "\f0c8"; }

/* line 3476, fa.css */
.fa-square-full:before {
  content: "\f45c"; }

/* line 3479, fa.css */
.fa-square-root-alt:before {
  content: "\f698"; }

/* line 3482, fa.css */
.fa-squarespace:before {
  content: "\f5be"; }

/* line 3485, fa.css */
.fa-stack-exchange:before {
  content: "\f18d"; }

/* line 3488, fa.css */
.fa-stack-overflow:before {
  content: "\f16c"; }

/* line 3491, fa.css */
.fa-stackpath:before {
  content: "\f842"; }

/* line 3494, fa.css */
.fa-stamp:before {
  content: "\f5bf"; }

/* line 3497, fa.css */
.fa-star:before {
  content: "\f005"; }

/* line 3500, fa.css */
.fa-star-and-crescent:before {
  content: "\f699"; }

/* line 3503, fa.css */
.fa-star-half:before {
  content: "\f089"; }

/* line 3506, fa.css */
.fa-star-half-alt:before {
  content: "\f5c0"; }

/* line 3509, fa.css */
.fa-star-of-david:before {
  content: "\f69a"; }

/* line 3512, fa.css */
.fa-star-of-life:before {
  content: "\f621"; }

/* line 3515, fa.css */
.fa-staylinked:before {
  content: "\f3f5"; }

/* line 3518, fa.css */
.fa-steam:before {
  content: "\f1b6"; }

/* line 3521, fa.css */
.fa-steam-square:before {
  content: "\f1b7"; }

/* line 3524, fa.css */
.fa-steam-symbol:before {
  content: "\f3f6"; }

/* line 3527, fa.css */
.fa-step-backward:before {
  content: "\f048"; }

/* line 3530, fa.css */
.fa-step-forward:before {
  content: "\f051"; }

/* line 3533, fa.css */
.fa-stethoscope:before {
  content: "\f0f1"; }

/* line 3536, fa.css */
.fa-sticker-mule:before {
  content: "\f3f7"; }

/* line 3539, fa.css */
.fa-sticky-note:before {
  content: "\f249"; }

/* line 3542, fa.css */
.fa-stop:before {
  content: "\f04d"; }

/* line 3545, fa.css */
.fa-stop-circle:before {
  content: "\f28d"; }

/* line 3548, fa.css */
.fa-stopwatch:before {
  content: "\f2f2"; }

/* line 3551, fa.css */
.fa-store:before {
  content: "\f54e"; }

/* line 3554, fa.css */
.fa-store-alt:before {
  content: "\f54f"; }

/* line 3557, fa.css */
.fa-strava:before {
  content: "\f428"; }

/* line 3560, fa.css */
.fa-stream:before {
  content: "\f550"; }

/* line 3563, fa.css */
.fa-street-view:before {
  content: "\f21d"; }

/* line 3566, fa.css */
.fa-strikethrough:before {
  content: "\f0cc"; }

/* line 3569, fa.css */
.fa-stripe:before {
  content: "\f429"; }

/* line 3572, fa.css */
.fa-stripe-s:before {
  content: "\f42a"; }

/* line 3575, fa.css */
.fa-stroopwafel:before {
  content: "\f551"; }

/* line 3578, fa.css */
.fa-studiovinari:before {
  content: "\f3f8"; }

/* line 3581, fa.css */
.fa-stumbleupon:before {
  content: "\f1a4"; }

/* line 3584, fa.css */
.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

/* line 3587, fa.css */
.fa-subscript:before {
  content: "\f12c"; }

/* line 3590, fa.css */
.fa-subway:before {
  content: "\f239"; }

/* line 3593, fa.css */
.fa-suitcase:before {
  content: "\f0f2"; }

/* line 3596, fa.css */
.fa-suitcase-rolling:before {
  content: "\f5c1"; }

/* line 3599, fa.css */
.fa-sun:before {
  content: "\f185"; }

/* line 3602, fa.css */
.fa-superpowers:before {
  content: "\f2dd"; }

/* line 3605, fa.css */
.fa-superscript:before {
  content: "\f12b"; }

/* line 3608, fa.css */
.fa-supple:before {
  content: "\f3f9"; }

/* line 3611, fa.css */
.fa-surprise:before {
  content: "\f5c2"; }

/* line 3614, fa.css */
.fa-suse:before {
  content: "\f7d6"; }

/* line 3617, fa.css */
.fa-swatchbook:before {
  content: "\f5c3"; }

/* line 3620, fa.css */
.fa-swimmer:before {
  content: "\f5c4"; }

/* line 3623, fa.css */
.fa-swimming-pool:before {
  content: "\f5c5"; }

/* line 3626, fa.css */
.fa-symfony:before {
  content: "\f83d"; }

/* line 3629, fa.css */
.fa-synagogue:before {
  content: "\f69b"; }

/* line 3632, fa.css */
.fa-sync:before {
  content: "\f021"; }

/* line 3635, fa.css */
.fa-sync-alt:before {
  content: "\f2f1"; }

/* line 3638, fa.css */
.fa-syringe:before {
  content: "\f48e"; }

/* line 3641, fa.css */
.fa-table:before {
  content: "\f0ce"; }

/* line 3644, fa.css */
.fa-table-tennis:before {
  content: "\f45d"; }

/* line 3647, fa.css */
.fa-tablet:before {
  content: "\f10a"; }

/* line 3650, fa.css */
.fa-tablet-alt:before {
  content: "\f3fa"; }

/* line 3653, fa.css */
.fa-tablets:before {
  content: "\f490"; }

/* line 3656, fa.css */
.fa-tachometer-alt:before {
  content: "\f3fd"; }

/* line 3659, fa.css */
.fa-tag:before {
  content: "\f02b"; }

/* line 3662, fa.css */
.fa-tags:before {
  content: "\f02c"; }

/* line 3665, fa.css */
.fa-tape:before {
  content: "\f4db"; }

/* line 3668, fa.css */
.fa-tasks:before {
  content: "\f0ae"; }

/* line 3671, fa.css */
.fa-taxi:before {
  content: "\f1ba"; }

/* line 3674, fa.css */
.fa-teamspeak:before {
  content: "\f4f9"; }

/* line 3677, fa.css */
.fa-teeth:before {
  content: "\f62e"; }

/* line 3680, fa.css */
.fa-teeth-open:before {
  content: "\f62f"; }

/* line 3683, fa.css */
.fa-telegram:before {
  content: "\f2c6"; }

/* line 3686, fa.css */
.fa-telegram-plane:before {
  content: "\f3fe"; }

/* line 3689, fa.css */
.fa-temperature-high:before {
  content: "\f769"; }

/* line 3692, fa.css */
.fa-temperature-low:before {
  content: "\f76b"; }

/* line 3695, fa.css */
.fa-tencent-weibo:before {
  content: "\f1d5"; }

/* line 3698, fa.css */
.fa-tenge:before {
  content: "\f7d7"; }

/* line 3701, fa.css */
.fa-terminal:before {
  content: "\f120"; }

/* line 3704, fa.css */
.fa-text-height:before {
  content: "\f034"; }

/* line 3707, fa.css */
.fa-text-width:before {
  content: "\f035"; }

/* line 3710, fa.css */
.fa-th:before {
  content: "\f00a"; }

/* line 3713, fa.css */
.fa-th-large:before {
  content: "\f009"; }

/* line 3716, fa.css */
.fa-th-list:before {
  content: "\f00b"; }

/* line 3719, fa.css */
.fa-the-red-yeti:before {
  content: "\f69d"; }

/* line 3722, fa.css */
.fa-theater-masks:before {
  content: "\f630"; }

/* line 3725, fa.css */
.fa-themeco:before {
  content: "\f5c6"; }

/* line 3728, fa.css */
.fa-themeisle:before {
  content: "\f2b2"; }

/* line 3731, fa.css */
.fa-thermometer:before {
  content: "\f491"; }

/* line 3734, fa.css */
.fa-thermometer-empty:before {
  content: "\f2cb"; }

/* line 3737, fa.css */
.fa-thermometer-full:before {
  content: "\f2c7"; }

/* line 3740, fa.css */
.fa-thermometer-half:before {
  content: "\f2c9"; }

/* line 3743, fa.css */
.fa-thermometer-quarter:before {
  content: "\f2ca"; }

/* line 3746, fa.css */
.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

/* line 3749, fa.css */
.fa-think-peaks:before {
  content: "\f731"; }

/* line 3752, fa.css */
.fa-thumbs-down:before {
  content: "\f165"; }

/* line 3755, fa.css */
.fa-thumbs-up:before {
  content: "\f164"; }

/* line 3758, fa.css */
.fa-thumbtack:before {
  content: "\f08d"; }

/* line 3761, fa.css */
.fa-ticket-alt:before {
  content: "\f3ff"; }

/* line 3764, fa.css */
.fa-times:before {
  content: "\f00d"; }

/* line 3767, fa.css */
.fa-times-circle:before {
  content: "\f057"; }

/* line 3770, fa.css */
.fa-tint:before {
  content: "\f043"; }

/* line 3773, fa.css */
.fa-tint-slash:before {
  content: "\f5c7"; }

/* line 3776, fa.css */
.fa-tired:before {
  content: "\f5c8"; }

/* line 3779, fa.css */
.fa-toggle-off:before {
  content: "\f204"; }

/* line 3782, fa.css */
.fa-toggle-on:before {
  content: "\f205"; }

/* line 3785, fa.css */
.fa-toilet:before {
  content: "\f7d8"; }

/* line 3788, fa.css */
.fa-toilet-paper:before {
  content: "\f71e"; }

/* line 3791, fa.css */
.fa-toolbox:before {
  content: "\f552"; }

/* line 3794, fa.css */
.fa-tools:before {
  content: "\f7d9"; }

/* line 3797, fa.css */
.fa-tooth:before {
  content: "\f5c9"; }

/* line 3800, fa.css */
.fa-torah:before {
  content: "\f6a0"; }

/* line 3803, fa.css */
.fa-torii-gate:before {
  content: "\f6a1"; }

/* line 3806, fa.css */
.fa-tractor:before {
  content: "\f722"; }

/* line 3809, fa.css */
.fa-trade-federation:before {
  content: "\f513"; }

/* line 3812, fa.css */
.fa-trademark:before {
  content: "\f25c"; }

/* line 3815, fa.css */
.fa-traffic-light:before {
  content: "\f637"; }

/* line 3818, fa.css */
.fa-train:before {
  content: "\f238"; }

/* line 3821, fa.css */
.fa-tram:before {
  content: "\f7da"; }

/* line 3824, fa.css */
.fa-transgender:before {
  content: "\f224"; }

/* line 3827, fa.css */
.fa-transgender-alt:before {
  content: "\f225"; }

/* line 3830, fa.css */
.fa-trash:before {
  content: "\f1f8"; }

/* line 3833, fa.css */
.fa-trash-alt:before {
  content: "\f2ed"; }

/* line 3836, fa.css */
.fa-trash-restore:before {
  content: "\f829"; }

/* line 3839, fa.css */
.fa-trash-restore-alt:before {
  content: "\f82a"; }

/* line 3842, fa.css */
.fa-tree:before {
  content: "\f1bb"; }

/* line 3845, fa.css */
.fa-trello:before {
  content: "\f181"; }

/* line 3848, fa.css */
.fa-tripadvisor:before {
  content: "\f262"; }

/* line 3851, fa.css */
.fa-trophy:before {
  content: "\f091"; }

/* line 3854, fa.css */
.fa-truck:before {
  content: "\f0d1"; }

/* line 3857, fa.css */
.fa-truck-loading:before {
  content: "\f4de"; }

/* line 3860, fa.css */
.fa-truck-monster:before {
  content: "\f63b"; }

/* line 3863, fa.css */
.fa-truck-moving:before {
  content: "\f4df"; }

/* line 3866, fa.css */
.fa-truck-pickup:before {
  content: "\f63c"; }

/* line 3869, fa.css */
.fa-tshirt:before {
  content: "\f553"; }

/* line 3872, fa.css */
.fa-tty:before {
  content: "\f1e4"; }

/* line 3875, fa.css */
.fa-tumblr:before {
  content: "\f173"; }

/* line 3878, fa.css */
.fa-tumblr-square:before {
  content: "\f174"; }

/* line 3881, fa.css */
.fa-tv:before {
  content: "\f26c"; }

/* line 3884, fa.css */
.fa-twitch:before {
  content: "\f1e8"; }

/* line 3887, fa.css */
.fa-twitter:before {
  content: "\f099"; }

/* line 3890, fa.css */
.fa-twitter-square:before {
  content: "\f081"; }

/* line 3893, fa.css */
.fa-typo3:before {
  content: "\f42b"; }

/* line 3896, fa.css */
.fa-uber:before {
  content: "\f402"; }

/* line 3899, fa.css */
.fa-ubuntu:before {
  content: "\f7df"; }

/* line 3902, fa.css */
.fa-uikit:before {
  content: "\f403"; }

/* line 3905, fa.css */
.fa-umbrella:before {
  content: "\f0e9"; }

/* line 3908, fa.css */
.fa-umbrella-beach:before {
  content: "\f5ca"; }

/* line 3911, fa.css */
.fa-underline:before {
  content: "\f0cd"; }

/* line 3914, fa.css */
.fa-undo:before {
  content: "\f0e2"; }

/* line 3917, fa.css */
.fa-undo-alt:before {
  content: "\f2ea"; }

/* line 3920, fa.css */
.fa-uniregistry:before {
  content: "\f404"; }

/* line 3923, fa.css */
.fa-universal-access:before {
  content: "\f29a"; }

/* line 3926, fa.css */
.fa-university:before {
  content: "\f19c"; }

/* line 3929, fa.css */
.fa-unlink:before {
  content: "\f127"; }

/* line 3932, fa.css */
.fa-unlock:before {
  content: "\f09c"; }

/* line 3935, fa.css */
.fa-unlock-alt:before {
  content: "\f13e"; }

/* line 3938, fa.css */
.fa-untappd:before {
  content: "\f405"; }

/* line 3941, fa.css */
.fa-upload:before {
  content: "\f093"; }

/* line 3944, fa.css */
.fa-ups:before {
  content: "\f7e0"; }

/* line 3947, fa.css */
.fa-usb:before {
  content: "\f287"; }

/* line 3950, fa.css */
.fa-user:before {
  content: "\f007"; }

/* line 3953, fa.css */
.fa-user-alt:before {
  content: "\f406"; }

/* line 3956, fa.css */
.fa-user-alt-slash:before {
  content: "\f4fa"; }

/* line 3959, fa.css */
.fa-user-astronaut:before {
  content: "\f4fb"; }

/* line 3962, fa.css */
.fa-user-check:before {
  content: "\f4fc"; }

/* line 3965, fa.css */
.fa-user-circle:before {
  content: "\f2bd"; }

/* line 3968, fa.css */
.fa-user-clock:before {
  content: "\f4fd"; }

/* line 3971, fa.css */
.fa-user-cog:before {
  content: "\f4fe"; }

/* line 3974, fa.css */
.fa-user-edit:before {
  content: "\f4ff"; }

/* line 3977, fa.css */
.fa-user-friends:before {
  content: "\f500"; }

/* line 3980, fa.css */
.fa-user-graduate:before {
  content: "\f501"; }

/* line 3983, fa.css */
.fa-user-injured:before {
  content: "\f728"; }

/* line 3986, fa.css */
.fa-user-lock:before {
  content: "\f502"; }

/* line 3989, fa.css */
.fa-user-md:before {
  content: "\f0f0"; }

/* line 3992, fa.css */
.fa-user-minus:before {
  content: "\f503"; }

/* line 3995, fa.css */
.fa-user-ninja:before {
  content: "\f504"; }

/* line 3998, fa.css */
.fa-user-nurse:before {
  content: "\f82f"; }

/* line 4001, fa.css */
.fa-user-plus:before {
  content: "\f234"; }

/* line 4004, fa.css */
.fa-user-secret:before {
  content: "\f21b"; }

/* line 4007, fa.css */
.fa-user-shield:before {
  content: "\f505"; }

/* line 4010, fa.css */
.fa-user-slash:before {
  content: "\f506"; }

/* line 4013, fa.css */
.fa-user-tag:before {
  content: "\f507"; }

/* line 4016, fa.css */
.fa-user-tie:before {
  content: "\f508"; }

/* line 4019, fa.css */
.fa-user-times:before {
  content: "\f235"; }

/* line 4022, fa.css */
.fa-users:before {
  content: "\f0c0"; }

/* line 4025, fa.css */
.fa-users-cog:before {
  content: "\f509"; }

/* line 4028, fa.css */
.fa-usps:before {
  content: "\f7e1"; }

/* line 4031, fa.css */
.fa-ussunnah:before {
  content: "\f407"; }

/* line 4034, fa.css */
.fa-utensil-spoon:before {
  content: "\f2e5"; }

/* line 4037, fa.css */
.fa-utensils:before {
  content: "\f2e7"; }

/* line 4040, fa.css */
.fa-vaadin:before {
  content: "\f408"; }

/* line 4043, fa.css */
.fa-vector-square:before {
  content: "\f5cb"; }

/* line 4046, fa.css */
.fa-venus:before {
  content: "\f221"; }

/* line 4049, fa.css */
.fa-venus-double:before {
  content: "\f226"; }

/* line 4052, fa.css */
.fa-venus-mars:before {
  content: "\f228"; }

/* line 4055, fa.css */
.fa-viacoin:before {
  content: "\f237"; }

/* line 4058, fa.css */
.fa-viadeo:before {
  content: "\f2a9"; }

/* line 4061, fa.css */
.fa-viadeo-square:before {
  content: "\f2aa"; }

/* line 4064, fa.css */
.fa-vial:before {
  content: "\f492"; }

/* line 4067, fa.css */
.fa-vials:before {
  content: "\f493"; }

/* line 4070, fa.css */
.fa-viber:before {
  content: "\f409"; }

/* line 4073, fa.css */
.fa-video:before {
  content: "\f03d"; }

/* line 4076, fa.css */
.fa-video-slash:before {
  content: "\f4e2"; }

/* line 4079, fa.css */
.fa-vihara:before {
  content: "\f6a7"; }

/* line 4082, fa.css */
.fa-vimeo:before {
  content: "\f40a"; }

/* line 4085, fa.css */
.fa-vimeo-square:before {
  content: "\f194"; }

/* line 4088, fa.css */
.fa-vimeo-v:before {
  content: "\f27d"; }

/* line 4091, fa.css */
.fa-vine:before {
  content: "\f1ca"; }

/* line 4094, fa.css */
.fa-vk:before {
  content: "\f189"; }

/* line 4097, fa.css */
.fa-vnv:before {
  content: "\f40b"; }

/* line 4100, fa.css */
.fa-volleyball-ball:before {
  content: "\f45f"; }

/* line 4103, fa.css */
.fa-volume-down:before {
  content: "\f027"; }

/* line 4106, fa.css */
.fa-volume-mute:before {
  content: "\f6a9"; }

/* line 4109, fa.css */
.fa-volume-off:before {
  content: "\f026"; }

/* line 4112, fa.css */
.fa-volume-up:before {
  content: "\f028"; }

/* line 4115, fa.css */
.fa-vote-yea:before {
  content: "\f772"; }

/* line 4118, fa.css */
.fa-vr-cardboard:before {
  content: "\f729"; }

/* line 4121, fa.css */
.fa-vuejs:before {
  content: "\f41f"; }

/* line 4124, fa.css */
.fa-walking:before {
  content: "\f554"; }

/* line 4127, fa.css */
.fa-wallet:before {
  content: "\f555"; }

/* line 4130, fa.css */
.fa-warehouse:before {
  content: "\f494"; }

/* line 4133, fa.css */
.fa-water:before {
  content: "\f773"; }

/* line 4136, fa.css */
.fa-wave-square:before {
  content: "\f83e"; }

/* line 4139, fa.css */
.fa-waze:before {
  content: "\f83f"; }

/* line 4142, fa.css */
.fa-weebly:before {
  content: "\f5cc"; }

/* line 4145, fa.css */
.fa-weibo:before {
  content: "\f18a"; }

/* line 4148, fa.css */
.fa-weight:before {
  content: "\f496"; }

/* line 4151, fa.css */
.fa-weight-hanging:before {
  content: "\f5cd"; }

/* line 4154, fa.css */
.fa-weixin:before {
  content: "\f1d7"; }

/* line 4157, fa.css */
.fa-whatsapp:before {
  content: "\f232"; }

/* line 4160, fa.css */
.fa-whatsapp-square:before {
  content: "\f40c"; }

/* line 4163, fa.css */
.fa-wheelchair:before {
  content: "\f193"; }

/* line 4166, fa.css */
.fa-whmcs:before {
  content: "\f40d"; }

/* line 4169, fa.css */
.fa-wifi:before {
  content: "\f1eb"; }

/* line 4172, fa.css */
.fa-wikipedia-w:before {
  content: "\f266"; }

/* line 4175, fa.css */
.fa-wind:before {
  content: "\f72e"; }

/* line 4178, fa.css */
.fa-window-close:before {
  content: "\f410"; }

/* line 4181, fa.css */
.fa-window-maximize:before {
  content: "\f2d0"; }

/* line 4184, fa.css */
.fa-window-minimize:before {
  content: "\f2d1"; }

/* line 4187, fa.css */
.fa-window-restore:before {
  content: "\f2d2"; }

/* line 4190, fa.css */
.fa-windows:before {
  content: "\f17a"; }

/* line 4193, fa.css */
.fa-wine-bottle:before {
  content: "\f72f"; }

/* line 4196, fa.css */
.fa-wine-glass:before {
  content: "\f4e3"; }

/* line 4199, fa.css */
.fa-wine-glass-alt:before {
  content: "\f5ce"; }

/* line 4202, fa.css */
.fa-wix:before {
  content: "\f5cf"; }

/* line 4205, fa.css */
.fa-wizards-of-the-coast:before {
  content: "\f730"; }

/* line 4208, fa.css */
.fa-wolf-pack-battalion:before {
  content: "\f514"; }

/* line 4211, fa.css */
.fa-won-sign:before {
  content: "\f159"; }

/* line 4214, fa.css */
.fa-wordpress:before {
  content: "\f19a"; }

/* line 4217, fa.css */
.fa-wordpress-simple:before {
  content: "\f411"; }

/* line 4220, fa.css */
.fa-wpbeginner:before {
  content: "\f297"; }

/* line 4223, fa.css */
.fa-wpexplorer:before {
  content: "\f2de"; }

/* line 4226, fa.css */
.fa-wpforms:before {
  content: "\f298"; }

/* line 4229, fa.css */
.fa-wpressr:before {
  content: "\f3e4"; }

/* line 4232, fa.css */
.fa-wrench:before {
  content: "\f0ad"; }

/* line 4235, fa.css */
.fa-x-ray:before {
  content: "\f497"; }

/* line 4238, fa.css */
.fa-xbox:before {
  content: "\f412"; }

/* line 4241, fa.css */
.fa-xing:before {
  content: "\f168"; }

/* line 4244, fa.css */
.fa-xing-square:before {
  content: "\f169"; }

/* line 4247, fa.css */
.fa-y-combinator:before {
  content: "\f23b"; }

/* line 4250, fa.css */
.fa-yahoo:before {
  content: "\f19e"; }

/* line 4253, fa.css */
.fa-yammer:before {
  content: "\f840"; }

/* line 4256, fa.css */
.fa-yandex:before {
  content: "\f413"; }

/* line 4259, fa.css */
.fa-yandex-international:before {
  content: "\f414"; }

/* line 4262, fa.css */
.fa-yarn:before {
  content: "\f7e3"; }

/* line 4265, fa.css */
.fa-yelp:before {
  content: "\f1e9"; }

/* line 4268, fa.css */
.fa-yen-sign:before {
  content: "\f157"; }

/* line 4271, fa.css */
.fa-yin-yang:before {
  content: "\f6ad"; }

/* line 4274, fa.css */
.fa-yoast:before {
  content: "\f2b1"; }

/* line 4277, fa.css */
.fa-youtube:before {
  content: "\f167"; }

/* line 4280, fa.css */
.fa-youtube-square:before {
  content: "\f431"; }

/* line 4283, fa.css */
.fa-zhihu:before {
  content: "\f63f"; }

/* line 4286, fa.css */
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/* line 4296, fa.css */
.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url("fa-brands-400.eot");
  src: url("fa-brands-400.eot?#iefix") format("embedded-opentype"), url("fa-brands-400.woff2") format("woff2"), url("fa-brands-400.woff") format("woff"), url("fa-brands-400.ttf") format("truetype"), url("fa-brands-400.svg#fontawesome") format("svg"); }
/* line 4311, fa.css */
.fab {
  font-family: 'Font Awesome 5 Brands'; }

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url("fa-regular-400.eot");
  src: url("fa-regular-400.eot?#iefix") format("embedded-opentype"), url("fa-regular-400.woff2") format("woff2"), url("fa-regular-400.woff") format("woff"), url("fa-regular-400.ttf") format("truetype"), url("fa-regular-400.svg#fontawesome") format("svg"); }
/* line 4321, fa.css */
.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url("fa-solid-900.eot");
  src: url("fa-solid-900.eot?#iefix") format("embedded-opentype"), url("fa-solid-900.woff2") format("woff2"), url("fa-solid-900.woff") format("woff"), url("fa-solid-900.ttf") format("truetype"), url("fa-solid-900.svg#fontawesome") format("svg"); }
/* line 4332, fa.css */
.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; }

/* ==== BASE STYLES ====*/
/* ==================== GLOBAL STYLES ======================= */
/* line 3, _ui.scss */
html {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px; }

/* ========================
INCLUDE STYLES AND COMPONENTS
===================== */
/* ================== HELPERS  =================== */
/* line 11, _ui.scss */
a:hover {
  text-decoration: none; }

/* line 14, _ui.scss */
.img-wrap {
  text-align: center;
  display: block; }

/* line 17, _ui.scss */
.img-wrap img {
  max-width: 100%;
  object-fit: contain; }

/* line 22, _ui.scss */
.icon-wrap {
  text-align: center;
  display: inline-block; }

/* line 26, _ui.scss */
.price-wrap {
  letter-spacing: -0.7px; }

/* line 29, _ui.scss */
.content-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 2rem 2.3rem; }
  @media (max-width: 480px) {
    /* line 29, _ui.scss */
    .content-body {
      padding-left: 0px;
      padding-right: 0px; } }

/* =================  DEFINED VARIABLES =================== */
/* line 41, _ui.scss */
.icon-xs, .icon-sm, .icon-md, .icon-lg {
  display: inline-block;
  text-align: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0; }

/* line 50, _ui.scss */
.icon-xs {
  width: 32px;
  height: 32px;
  line-height: 32px !important;
  font-size: 16px; }

/* line 56, _ui.scss */
.icon-sm {
  width: 48px;
  height: 48px;
  line-height: 48px !important;
  font-size: 20px; }

/* line 62, _ui.scss */
.icon-md {
  width: 60px;
  height: 60px;
  line-height: 60px !important;
  font-size: 28px; }

/* line 68, _ui.scss */
.icon-lg {
  width: 96px;
  height: 96px;
  line-height: 96px !important;
  font-size: 42px; }

/* line 74, _ui.scss */
.img-xs, .img-sm, .img-md, .img-lg {
  -o-object-fit: cover;
  object-fit: cover;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0; }

/* line 83, _ui.scss */
.img-xs {
  width: 40px;
  height: 40px; }

/* line 87, _ui.scss */
.img-sm {
  width: 80px;
  height: 80px; }

/* line 91, _ui.scss */
.img-md {
  width: 140px;
  height: 140px; }

/* line 95, _ui.scss */
.img-lg {
  width: 250px;
  height: 250px; }

/* line 99, _ui.scss */
.center-xy {
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

/* line 106, _ui.scss */
.center-y {
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

/* line 112, _ui.scss */
.center-x {
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

/* line 118, _ui.scss */
.vh-100 {
  height: 100vh; }

/* line 121, _ui.scss */
.overflow-h {
  overflow: hidden; }

/* line 124, _ui.scss */
.flip-h {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1); }

/* line 128, _ui.scss */
.opacity {
  opacity: .5; }

/* line 131, _ui.scss */
[class*="hover-"] {
  -webkit-transition: .5s;
  transition: .5s; }

/* line 135, _ui.scss */
.hover-bg:hover {
  background: #f6d258;
  /* For browsers that do not support gradients */
  /* For Safari 5.1 to 6.0 */
  /* For Opera 11.1 to 12.0 */
  /* For Firefox 3.6 to 15 */
  background: -webkit-gradient(linear, left top, right bottom, from(#f6d258), to(#f6d258));
  background: linear-gradient(to bottom right, #f6d258, #f6d258);
  /* Standard syntax */
  -webkit-transition: .5s;
  transition: .5s; }

/* line 147, _ui.scss */
.hover-zoom:hover {
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-transform: scaleX(1);
  transform: scaleX(1); }

/* ============== spacing ============== */
/* line 154, _ui.scss */
.padding-y {
  padding-top: 40px;
  padding-bottom: 40px; }

/* line 158, _ui.scss */
.padding-top {
  padding-top: 40px; }

/* line 161, _ui.scss */
.padding-bottom {
  padding-bottom: 40px; }

/* line 164, _ui.scss */
.padding-y-lg {
  padding-top: 80px;
  padding-bottom: 80px; }

/* line 168, _ui.scss */
.padding-top-lg {
  padding-top: 80px; }

/* line 171, _ui.scss */
.padding-bottom-lg {
  padding-bottom: 80px; }

/* line 174, _ui.scss */
.padding-y-sm {
  padding-top: 20px;
  padding-bottom: 20px; }

/* line 178, _ui.scss */
.padding-top-sm {
  padding-top: 20px; }

/* line 181, _ui.scss */
.padding-bottom-sm {
  padding-bottom: 20px; }

/* line 184, _ui.scss */
.relative {
  position: relative; }

/* line 187, _ui.scss */
.absolute {
  position: absolute; }

/* line 190, _ui.scss */
var {
  font-style: normal; }

/* line 193, _ui.scss */
figure {
  margin-bottom: 0; }

/* line 196, _ui.scss */
.form-noborder input, .form-noborder select, .form-noborder .btn {
  border: 0; }

/* line 198, _ui.scss */
.form-noborder select.form-control-lg:not([size]):not([multiple]) {
  height: 2.875rem; }

/* all clearfix */
/* line 202, _ui.scss */
article:after,
.form-group:after {
  display: block;
  clear: both;
  content: ""; }

/* -------------------- small grid gutter --------------------- */
/* line 209, _ui.scss */
.row-sm {
  margin-right: -7px;
  margin-left: -7px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

/* line 218, _ui.scss */
.row-sm > [class^="col"] {
  padding-left: 7px;
  padding-right: 7px; }

/* line 222, _ui.scss */
.bg {
  background-color: #ffffff; }

/* line 225, _ui.scss */
.bg-white {
  background-color: #fff; }

/* line 228, _ui.scss */
.bg-orange {
  background-color: #ff9017; }

/* line 231, _ui.scss */
.bg-green {
  background-color: #00b517; }

/* line 234, _ui.scss */
.bg-blue {
  background-color: #f6d258; }

/* line 237, _ui.scss */
.bg-red {
  background-color: #fa3434; }

/* line 240, _ui.scss */
.bg-gradient-blue {
  background: rgba(33, 37, 41, 0.4);
  /* For browsers that do not support gradients */
  /* For Safari 5.1 to 6.0 */
  /* For Opera 11.1 to 12.0 */
  /* For Firefox 3.6 to 15 */
  background: -webkit-gradient(linear, left top, right bottom, from(rgba(49, 103, 235, 0.9)), to(rgba(33, 37, 41, 0.4)));
  background: linear-gradient(to bottom right, rgba(49, 103, 235, 0.9), rgba(33, 37, 41, 0.4));
  /* Standard syntax */
  -webkit-transition: .5s;
  transition: .5s; }

/* line 252, _ui.scss */
.bg-gradient-green {
  background: rgba(33, 37, 41, 0.4);
  /* For browsers that do not support gradients */
  /* For Safari 5.1 to 6.0 */
  /* For Opera 11.1 to 12.0 */
  /* For Firefox 3.6 to 15 */
  background: -webkit-gradient(linear, left top, right bottom, from(rgba(0, 181, 23, 0.9)), to(rgba(33, 37, 41, 0.4)));
  background: linear-gradient(to bottom right, rgba(0, 181, 23, 0.9), rgba(33, 37, 41, 0.4));
  /* Standard syntax */
  -webkit-transition: .5s;
  transition: .5s; }

/* line 264, _ui.scss */
.bg-gradient-orange {
  background: rgba(33, 37, 41, 0.4);
  /* For browsers that do not support gradients */
  /* For Safari 5.1 to 6.0 */
  /* For Opera 11.1 to 12.0 */
  /* For Firefox 3.6 to 15 */
  background: -webkit-gradient(linear, left top, right bottom, from(rgba(255, 144, 23, 0.9)), to(rgba(33, 37, 41, 0.4)));
  background: linear-gradient(to bottom right, rgba(255, 144, 23, 0.9), rgba(33, 37, 41, 0.4));
  /* Standard syntax */
  -webkit-transition: .5s;
  transition: .5s; }

/* line 276, _ui.scss */
.bg-gradient-red {
  background: rgba(33, 37, 41, 0.4);
  /* For browsers that do not support gradients */
  /* For Safari 5.1 to 6.0 */
  /* For Opera 11.1 to 12.0 */
  /* For Firefox 3.6 to 15 */
  background: -webkit-gradient(linear, left top, right bottom, from(rgba(250, 52, 52, 0.9)), to(rgba(33, 37, 41, 0.4)));
  background: linear-gradient(to bottom right, rgba(250, 52, 52, 0.9), rgba(33, 37, 41, 0.4));
  /* Standard syntax */
  -webkit-transition: .5s;
  transition: .5s; }

/* line 288, _ui.scss */
.bg-gradient-pink {
  background: rgba(33, 37, 41, 0.4);
  /* For browsers that do not support gradients */
  /* For Safari 5.1 to 6.0 */
  /* For Opera 11.1 to 12.0 */
  /* For Firefox 3.6 to 15 */
  background: -webkit-gradient(linear, left top, right bottom, from(rgba(232, 62, 140, 0.9)), to(rgba(33, 37, 41, 0.4)));
  background: linear-gradient(to bottom right, rgba(232, 62, 140, 0.9), rgba(33, 37, 41, 0.4));
  /* Standard syntax */
  -webkit-transition: .5s;
  transition: .5s; }

/* line 300, _ui.scss */
.bg-pattern {
  background-image: url(../images/banners/bg-pattern.svg), linear-gradient(135deg, #f6d258, #545454);
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
  background-position: 0px 0px, 50% 50%; }

/* line 306, _ui.scss */
.bg-img {
  overflow: hidden;
  background-color: #ddd;
  background-image: linear-gradient(135deg, rgba(49, 103, 235, 0.8), rgba(84, 84, 84, 0.9)), url("../images/banners/bg-cpu.jpg");
  background-position: 0px 0px, 50% 50%;
  background-size: auto  cover; }

/* line 313, _ui.scss */
.overlay-gradient {
  position: relative; }

/* line 315, _ui.scss */
.overlay-gradient:before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: .6;
  -webkit-transition: .5s;
  transition: .5s;
  background: aqua;
  /* For browsers that do not support gradients */
  /* For Safari 5.1 to 6.0 */
  /* For Opera 11.1 to 12.0 */
  /* For Firefox 3.6 to 15 */
  background: -webkit-gradient(linear, left top, right bottom, from(#f6d258), to(aqua));
  background: linear-gradient(to bottom right, #f6d258, aqua);
  /* Standard syntax */ }

/* line 334, _ui.scss */
.overlay-gradient:hover:before {
  opacity: .9; }

/* --------------------- titles ---------------------- */
/* line 338, _ui.scss */
.section-heading {
  margin-bottom: 20px;
  margin-top: 15px; }

/* line 342, _ui.scss */
.section-title {
  color: #212529; }

/* line 345, _ui.scss */
.title-text {
  margin-top: 30px;
  margin-bottom: 10px;
  font-weight: bold;
  color: #212529; }

/* line 351, _ui.scss */
.title-page {
  color: #212529; }

/* line 354, _ui.scss */
.b {
  font-weight: 600; }

/* line 357, _ui.scss */
.white {
  color: #fff; }

/* line 360, _ui.scss */
.dark {
  color: #212529; }

/* line 363, _ui.scss */
.black {
  color: #000; }

/* line 366, _ui.scss */
p:last-child {
  margin-bottom: 0; }

/* ==================  title helpers ================ */
/* line 370, _ui.scss */
.rtl {
  direction: rtl; }

/* line 373, _ui.scss */
.ltr {
  direction: ltr; }

/* ================== SECTIONS =================== */
/* ================== header main ==================  */
/* line 378, _ui.scss */
.header-top-light .nav-link {
  color: #969696; }

/* line 380, _ui.scss */
.header-top-light .nav-link:hover {
  color: #212529; }

/* line 383, _ui.scss */
.header-main {
  position: relative;
  padding-top: 2rem;
  padding-bottom: 2rem; }
  @media (max-width: 576px) {
    /* line 383, _ui.scss */
    .header-main {
      padding-top: 1rem;
      padding-bottom: 1rem; } }

/* line 393, _ui.scss */
.brand-wrap .logo, .navbar-brand .logo {
  margin-right: 7px;
  max-width: 90%;
  max-height: 100px;
  display: inline-block; }
  @media (max-width: 576px) {
    /* line 393, _ui.scss */
    .brand-wrap .logo, .navbar-brand .logo {
      margin-right: 0; } }

/* line 403, _ui.scss */
.navbar-main .nav-link {
  font-weight: 600;
  color: #fff; }

/* line 406, _ui.scss */
.navbar-main .nav-link:hover {
  color: #fff; }

/* line 409, _ui.scss */
.widget-header {
  display: inline-block;
  vertical-align: middle;
  position: relative; }
  /* line 413, _ui.scss */
  .widget-header .header_card {
    position: relative;
    width: 70px; }
    /* line 416, _ui.scss */
    .widget-header .header_card .header_card_text {
      position: absolute;
      bottom: -20px;
      width: 170%;
      right: 0; }

/* line 424, _ui.scss */
.widget-header a {
  color: #343a40; }

/* line 426, _ui.scss */
.widget-header a:hover {
  color: #f6d258; }

/* line 428, _ui.scss */
.widget-header i {
  color: #969696; }

/* line 430, _ui.scss */
.widget-header form {
  min-width: 280px; }

/* line 432, _ui.scss */
.widget-header .title {
  display: block; }

/* line 434, _ui.scss */
.widget-header .notify {
  position: absolute;
  top: -3px;
  right: -10px; }

/* line 438, _ui.scss */
.widget-header:hover i {
  color: #f6d258; }

/* desktop only */
/* desktop only .end */
/* ================ SECTION-FOOTER ==================  */
/* line 444, _ui.scss */
.section-footer ul li {
  margin-bottom: 5px; }

/* line 446, _ui.scss */
.section-footer ul a {
  color: inherit; }

/* line 448, _ui.scss */
.section-footer ul a:hover {
  color: #f6d258; }

/* line 450, _ui.scss */
.section-footer .logo-footer {
  height: 40px; }

/* line 452, _ui.scss */
.section-footer .title {
  font-weight: 600;
  margin-bottom: 16px;
  color: #212529; }

/* line 457, _ui.scss */
.footer-bottom {
  display: none;
  padding-top: 20px;
  padding-bottom: 20px; }

/* line 462, _ui.scss */
.footer-copyright {
  padding-top: 20px;
  padding-bottom: 20px; }

/* ================== COMPONENTS =================== */
/* ================ OWL SLIDER BANNER ================ */
/* line 468, _ui.scss */
.slider-banner-owl .owl-nav .owl-prev, .slider-banner-owl .owl-nav .owl-next {
  padding: 16px 7px;
  color: #FFF;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  z-index: 9;
  position: absolute; }

/* line 476, _ui.scss */
.slider-banner-owl .owl-nav .owl-prev {
  left: 0; }

/* line 478, _ui.scss */
.slider-banner-owl .owl-nav .owl-next {
  right: 0; }

/* line 480, _ui.scss */
.slider-banner-owl .item-slide img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

/* line 485, _ui.scss */
.slider-banner-slick .slick-prev, .slider-banner-slick .slick-next {
  padding: 18px 7px;
  color: #FFF;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  z-index: 9;
  position: absolute; }

/* line 493, _ui.scss */
.slider-banner-slick .slick-prev:before, .slider-banner-slick .slick-next:before {
  display: none; }

/* line 495, _ui.scss */
.slider-banner-slick .slick-prev {
  left: 0; }

/* line 497, _ui.scss */
.slider-banner-slick .slick-next {
  right: 0; }

/* line 499, _ui.scss */
.slider-banner-slick .item-slide img {
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

/* line 505, _ui.scss */
.btn-facebook {
  background-color: #405D9D;
  color: #fff; }

/* line 508, _ui.scss */
.btn-facebook:hover {
  color: #fff; }

/* line 511, _ui.scss */
.btn-instagram {
  background-color: #E52D27;
  color: #fff; }

/* line 514, _ui.scss */
.btn-instagram:hover {
  color: #fff; }

/* line 517, _ui.scss */
.btn-youtube {
  background-color: #C8046C;
  color: #fff; }

/* line 520, _ui.scss */
.btn-youtube:hover {
  color: #fff; }

/* line 523, _ui.scss */
.btn-twitter {
  background-color: #42AEEC;
  color: #fff; }

/* line 526, _ui.scss */
.btn-twitter:hover {
  color: #fff; }

/* line 529, _ui.scss */
.btn-google {
  background-color: #ff7575;
  color: #fff; }

/* line 532, _ui.scss */
.btn-google:hover {
  color: #fff; }

/* line 535, _ui.scss */
.btn-icon {
  width: calc(1.5em + 0.9rem + 2px);
  text-align: center;
  padding-left: 0;
  padding-right: 0; }

/* line 540, _ui.scss */
.btn-icon i {
  line-height: 1; }

/* line 543, _ui.scss */
.btn-light {
  background-color: #fff;
  border-color: #e4e4e4; }

/* line 546, _ui.scss */
.btn-light i {
  color: #969696; }

/* line 548, _ui.scss */
.btn-light:hover {
  background-color: #fff;
  border-color: #989898; }

/* line 552, _ui.scss */
.btn .text + i {
  margin-left: 10px; }

/* line 554, _ui.scss */
.btn i + .text {
  margin-left: 10px; }

/* line 557, _ui.scss */
.itemside {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }

/* line 563, _ui.scss */
.itemside .aside {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0; }

/* line 567, _ui.scss */
.itemside .info {
  padding-left: 15px;
  padding-right: 7px; }

/* line 570, _ui.scss */
.itemside p {
  margin-bottom: 0; }

/* line 572, _ui.scss */
.itemside .title {
  display: block;
  margin-bottom: 5px;
  color: #212529; }

/* line 576, _ui.scss */
.itemside a.title:hover {
  color: #f6d258; }

/* line 579, _ui.scss */
a.itemside {
  color: initial; }

/* line 582, _ui.scss */
.items-bordered-wrap .itemside:not(:last-child) {
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 10px;
  margin-bottom: 10px; }

/* line 587, _ui.scss */
.itemlist {
  padding: 20px;
  border-bottom: 1px solid #eee; }

/* line 591, _ui.scss */
.list-inline {
  margin-bottom: 0; }

/* line 594, _ui.scss */
.list-inline-item {
  vertical-align: middle; }

/* --------- description list --------*/
/* line 598, _ui.scss */
dl[class="row"] {
  margin-bottom: 0; }

/* line 601, _ui.scss */
[class*="dlist-"] {
  margin-bottom: 5px; }

/* line 603, _ui.scss */
[class*="dlist-"] dd {
  margin-bottom: 0; }

/* line 606, _ui.scss */
.dlist-inline dt, .dlist-inline dd {
  display: inline-block; }

/* line 609, _ui.scss */
.dlist-align {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

/* line 613, _ui.scss */
.dlist-align dt {
  width: 120px;
  word-wrap: break-word;
  font-weight: normal; }

/* line 617, _ui.scss */
.dlist-align dd {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

/* -------------------- list.row--------------------- */
/* line 623, _ui.scss */
ul.row, ul.row-sm {
  list-style: none;
  padding: 0; }

/* ================= lists ================= */
/* line 628, _ui.scss */
[class*="list-"] li:after {
  visibility: hidden;
  display: block;
  content: "";
  overflow: hidden;
  height: 0;
  clear: both; }

/* line 636, _ui.scss */
.list-icon {
  list-style: none;
  padding-left: 0; }

/* line 639, _ui.scss */
.list-icon li {
  margin-bottom: 7px;
  position: relative; }

/* line 642, _ui.scss */
.list-icon .icon {
  margin-right: 15px;
  vertical-align: middle;
  text-align: center;
  color: #545454;
  position: static;
  top: 3px;
  left: 0; }

/* line 650, _ui.scss */
.list-icon span {
  vertical-align: middle; }

/* line 653, _ui.scss */
.list-bullet {
  list-style: none;
  padding-left: 0; }

/* line 657, _ui.scss */
.list-bullet li {
  margin-bottom: 5px;
  position: relative;
  padding-left: 15px; }

/* line 662, _ui.scss */
.list-bullet li::before {
  content: " ";
  position: absolute;
  top: 8px;
  left: 0;
  width: 7px;
  border-radius: 100%;
  height: 7px;
  background: #ced4da; }

/* line 672, _ui.scss */
.list-check {
  padding-left: 0;
  list-style: none; }

/* line 675, _ui.scss */
.list-check > li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 7px; }

/* line 679, _ui.scss */
.list-check > li::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 12px;
  color: #00b517;
  position: absolute;
  top: 2px;
  left: 0;
  content: "\f00c"; }

/* line 689, _ui.scss */
.list-normal {
  list-style: none;
  padding-left: 0; }

/* line 692, _ui.scss */
.list-normal li {
  padding-left: 1em;
  margin-bottom: 7px; }

/* line 695, _ui.scss */
.list-normal li:before {
  content: "\2022";
  color: #f6d258;
  display: inline-block;
  width: 1em;
  margin-left: -1em; }

/* line 702, _ui.scss */
.list-menu {
  list-style: none;
  margin: 0;
  padding-left: 0; }

/* line 706, _ui.scss */
.list-menu li {
  margin-bottom: 5px; }

/* line 708, _ui.scss */
.list-menu a {
  color: #343a40; }

/* line 710, _ui.scss */
.list-menu a:hover {
  color: #f6d258; }

/* line 713, _ui.scss */
.cols-two {
  -webkit-column-count: 2;
  column-count: 2; }

/* line 717, _ui.scss */
.cols-three {
  -webkit-column-count: 3;
  column-count: 3; }

/* line 721, _ui.scss */
.cols-four {
  -webkit-column-count: 4;
  column-count: 4; }

/* IF CARD IS LINKED */
/* line 726, _ui.scss */
a[class*='card'] {
  color: initial; }

/* line 728, _ui.scss */
a[class*='card']:hover .title {
  color: #f6d258; }

/* BASE STYLE FOR PRODUCT ITEM */
/* line 732, _ui.scss */
[class*='card-product'] a.title {
  height: 70px;
  overflow: hidden;
  color: #212529;
  display: block; }
  @media screen and (max-width: 1200px) {
    /* line 732, _ui.scss */
    [class*='card-product'] a.title {
      height: 90px; } }
  @media (max-width: 768px) {
    /* line 732, _ui.scss */
    [class*='card-product'] a.title {
      height: 60px;
      overflow: visible; } }

/* line 744, _ui.scss */
[class*='card-product'] a.title:hover {
  color: #f6d258; }

/* line 746, _ui.scss */
[class*='card-product'] .badge {
  white-space: unset;
  text-align: left;
  top: 10px;
  left: 10px;
  position: absolute; }

/* line 752, _ui.scss */
[class*='card-product'] p {
  margin-bottom: 0; }

/* line 754, _ui.scss */
[class*='card-product'] .img-wrap {
  overflow: hidden;
  position: relative; }

/* line 757, _ui.scss */
[class*='card-product'] .img-wrap img {
  height: 100%;
  max-width: 100%;
  width: auto;
  display: inline-block;
  -o-object-fit: cover;
  object-fit: cover; }

/* GRID STYLE PRODUCT ITEM */
/* line 766, _ui.scss */
.card-product-grid {
  height: 100%;
  border: none;
  justify-content: space-between; }

/* line 770, _ui.scss */
.card-product-grid .img-wrap {
  border-radius: 0.2rem 0.2rem 0 0; }

/* line 772, _ui.scss */
.card-product-grid .info-wrap {
  /*margin-top: -10px;*/
  overflow: hidden;
  background: #fff;
  padding: 0px 20px 18px 20px; }

/* line 777, _ui.scss */
.card-product-grid .bottom-wrap {
  padding: 18px;
  border-top: 1px solid #e4e4e4; }

/* line 780, _ui.scss */
.card-product-grid .topbar {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
  left: 0;
  text-align: initial;
  padding: 10px 15px; }

/* line 788, _ui.scss */
.card-product-grid .topbar a {
  color: #ccc; }
  @media (max-width: 768px) {
    /* line 788, _ui.scss */
    .card-product-grid .topbar a {
      font-size: 20px; } }

/* line 794, _ui.scss */
.card-product-grid .topbar a:hover {
  color: #f6d258; }

/* line 796, _ui.scss */
.card-product-grid .fix-height {
  height: 80px;
  overflow: hidden; }

/* line 799, _ui.scss */
.card-product-grid .btn-overlay {
  -webkit-transition: .5s;
  transition: .5s;
  opacity: 0;
  left: 0;
  bottom: 0;
  color: #fff;
  width: 100%;
  padding: 5px 0;
  text-align: center;
  position: absolute;
  background: rgba(0, 0, 0, 0.5); }

/* line 811, _ui.scss */
.card-product-grid:hover .btn-overlay {
  opacity: 1; }

/* line 813, _ui.scss */
.card-product-grid:hover {
  -webkit-transition: .3s;
  transition: .3s; }

/* line 819, _ui.scss */
.item-slide .card-product-grid {
  margin-bottom: 0; }

/* LARGE LIST STYLE PRODUCT ITEM */
/* line 823, _ui.scss */
.card-product-list {
  margin-bottom: 20px; }

/* line 825, _ui.scss */
.card-product-list .img-wrap {
  height: 220px;
  border-radius: 0.37rem 0 0 0.37rem; }

/* line 828, _ui.scss */
.card-product-list .info-main {
  padding: 1.5rem 1rem; }

/* line 830, _ui.scss */
.card-product-list .info-aside {
  padding: 1.5rem 1rem;
  border-left: 1px solid #e4e4e4;
  height: 100%; }

/* line 835, _ui.scss */
.card-sm .img-wrap {
  height: 160px; }

/* line 838, _ui.scss */
.card-lg .img-wrap {
  height: 280px; }

/* line 841, _ui.scss */
.card-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  background-size: cover;
  background-position: center center;
  border-radius: 0.37rem; }

/* line 851, _ui.scss */
.card-banner .card-body {
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 10; }

/* line 856, _ui.scss */
.card-banner .caption {
  background-color: rgba(0, 0, 0, 0.65);
  z-index: 10;
  padding: 1.25rem;
  color: #fff; }

/* line 861, _ui.scss */
.card-banner .caption.bottom {
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%; }

/* line 866, _ui.scss */
.card-banner .caption.top {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%; }

/* line 871, _ui.scss */
.card-banner .caption.left {
  top: 0;
  left: 0;
  bottom: 0;
  position: absolute; }

/* line 876, _ui.scss */
.card-banner .text-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  padding: 7px 20px;
  padding-top: 30px;
  border-radius: 0 0 0.37rem 0.37rem;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.5)));
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
  color: #fff; }

/* line 889, _ui.scss */
.card-banner .img-bg {
  position: absolute;
  right: 0;
  bottom: 0;
  mix-blend-mode: multiply;
  max-width: 100%; }

/* line 896, _ui.scss */
.card .img-wrap {
  overflow: hidden; }

/* line 900, _ui.scss */
.icontext {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: middle; }

/* line 908, _ui.scss */
.icontext p {
  margin-bottom: 0; }

/* line 910, _ui.scss */
.icontext .text {
  width: 100%;
  line-height: 1.2;
  color: #212529; }

/* line 914, _ui.scss */
.icontext .icon {
  position: relative;
  margin-right: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0; }

/* line 922, _ui.scss */
.icontext .title {
  display: block;
  margin-bottom: 0; }

/* line 926, _ui.scss */
.tag {
  display: inline-block;
  padding: 3px 7px;
  background: #f2f2f2;
  border: 1px solid #eee;
  border-radius: 3px;
  margin-top: 4px;
  margin-right: 2px;
  font-size: 85%; }

/* line 936, _ui.scss */
.item-logo {
  margin-bottom: 20px;
  text-align: center; }

/* line 939, _ui.scss */
.item-logo img {
  max-height: 65px; }

/* line 942, _ui.scss */
.notify {
  position: absolute;
  top: -4px;
  right: -10px;
  display: inline-block;
  padding: .25em .6em;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  border-radius: 3rem;
  color: #fff;
  background-color: #fa3434; }

/* line 955, _ui.scss */
.price {
  font-size: 1.5em;
  font-weight: 600;
  color: #212529;
  display: inline-block;
  text-align: right; }

/* line 963, _ui.scss */
.price-old {
  color: #969696;
  margin-left: 3px;
  font-size: 85%; }

/* line 968, _ui.scss */
.icon-control {
  margin-top: 5px;
  float: right;
  font-size: 80%; }

/* line 973, _ui.scss */
.card-header .title {
  margin-bottom: 0;
  line-height: 1.5; }

/* line 977, _ui.scss */
.filter-group {
  border-bottom: 1px solid #e4e4e4; }

/* line 979, _ui.scss */
.filter-group .card-header {
  border-bottom: 0; }

/* line 981, _ui.scss */
.filter-group:last-child {
  border-bottom: 0; }

/* ====================== block ==================== */
/* line 985, _ui.scss */
.box {
  padding: 20px;
  background: #fff;
  border-radius: 0.37rem;
  border: 1px solid #e4e4e4; }

/* line 990, _ui.scss */
.box img {
  max-width: 100%; }

/* ================= RATINGS ============== */
/* line 994, _ui.scss */
.label-rating {
  margin-left: 7px;
  display: inline-block;
  vertical-align: middle; }

/* rating-list */
/* line 1000, _ui.scss */
.rating-stars {
  display: inline-block;
  vertical-align: middle;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  white-space: nowrap;
  clear: both; }

/* line 1009, _ui.scss */
.rating-stars i {
  font-size: 14px;
  color: #ccc;
  display: inline; }

/* line 1013, _ui.scss */
.rating-stars li {
  display: block;
  text-overflow: clip;
  white-space: nowrap;
  z-index: 1; }

/* line 1018, _ui.scss */
.rating-stars li.stars-active {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden; }

/* line 1024, _ui.scss */
.rating-stars li.stars-active i {
  color: orange; }

/* ================= TRACKING ============== */
/* line 1028, _ui.scss */
.tracking-wrap {
  position: relative;
  background-color: #ddd;
  height: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  margin-top: 50px; }

/* line 1037, _ui.scss */
.tracking-wrap .step {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 25%;
  margin-top: -18px;
  text-align: center;
  position: relative; }

/* line 1045, _ui.scss */
.tracking-wrap .step::before {
  height: 7px;
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  top: 18px; }

/* line 1052, _ui.scss */
.tracking-wrap .icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  position: relative;
  border-radius: 100%;
  background: #ddd; }

/* line 1060, _ui.scss */
.tracking-wrap .text {
  display: block;
  margin-top: 7px; }

/* line 1063, _ui.scss */
.tracking-wrap .step.active .icon {
  background: #f6d258;
  color: #fff; }

/* line 1066, _ui.scss */
.tracking-wrap .step.active .text {
  font-weight: 400;
  color: #000; }

/* line 1069, _ui.scss */
.tracking-wrap .step.active:before {
  background: #f6d258; }

/* line 1072, _ui.scss */
.menu-category {
  margin: 0;
  padding: 0; }

/* line 1075, _ui.scss */
.menu-category li {
  position: relative;
  display: block;
  border-bottom: 1px solid #e4e4e4; }

/* line 1079, _ui.scss */
.menu-category li:last-child {
  border-bottom: 0; }

/* line 1081, _ui.scss */
.menu-category a {
  color: #212529; }

/* line 1083, _ui.scss */
.menu-category > li > a {
  display: block;
  padding: 10px 18px; }

/* line 1086, _ui.scss */
.menu-category .submenu {
  display: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
  z-index: 20;
  position: absolute;
  left: 100%;
  top: 0;
  width: 250px;
  background: #fff; }

/* line 1098, _ui.scss */
.menu-category .submenu li {
  list-style: none; }

/* line 1100, _ui.scss */
.menu-category .submenu li a {
  padding: 10px 16px;
  display: block; }

/* line 1103, _ui.scss */
.menu-category li:hover {
  background: #f8f9fa;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

/* line 1107, _ui.scss */
.menu-category li:hover .submenu {
  display: block;
  margin-left: 0px; }

/* line 1110, _ui.scss */
.menu-category .has-submenu > a:after {
  content: "\203A";
  font-size: 24px;
  color: #999;
  line-height: 18px;
  font-weight: bold;
  float: right; }

/* line 1118, _ui.scss */
.form-inline input[type='number'] {
  max-width: 100px; }

/* line 1121, _ui.scss */
.input-spinner {
  width: 148px;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle; }
  @media (max-width: 340px) {
    /* line 1121, _ui.scss */
    .input-spinner {
      width: 130px; } }

/* line 1132, _ui.scss */
.input-spinner input.form-control {
  text-align: center;
  max-width: 76px;
  -ms-flex-preferred-size: 76px;
  flex-basis: 76px;
  border-color: #e4e4e4;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0; }
  @media (max-width: 340px) {
    /* line 1132, _ui.scss */
    .input-spinner input.form-control {
      padding: 0; } }

/* line 1144, _ui.scss */
.input-spinner .btn {
  width: 36px;
  text-align: center; }
  @media (max-width: 340px) {
    /* line 1144, _ui.scss */
    .input-spinner .btn {
      width: 32px;
      padding: 0 !important; } }

/* line 1152, _ui.scss */
.checkbox-btn {
  position: relative; }

/* line 1154, _ui.scss */
.checkbox-btn input {
  position: absolute;
  z-index: -1;
  opacity: 0; }

/* line 1158, _ui.scss */
.checkbox-btn input:checked ~ .btn {
  border-color: #f6d258;
  background-color: #f6d258;
  color: #fff; }

/* ================== PAGES =================== */
/* ================ PAGES HEADER ================== */
/* line 1165, _ui.scss */
.section-pagetop {
  padding: 45px 0; }

/* ================== PAGE DETAILS ==================  */
/* line 1169, _ui.scss */
.gallery-wrap .img-big-wrap {
  margin-bottom: 10px;
  border-radius: 0.37rem;
  overflow: hidden;
  background-color: #fff; }

/* line 1174, _ui.scss */
.gallery-wrap .img-big-wrap a {
  text-align: center;
  display: block; }

/* line 1177, _ui.scss */
.gallery-wrap .img-big-wrap img {
  height: 450px;
  width: auto;
  display: inline-block;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  object-fit: contain;
  object-position: center; }
  @media (max-width: 480px) {
    /* line 1177, _ui.scss */
    .gallery-wrap .img-big-wrap img {
      width: 100%;
      height: auto; } }

/* line 1190, _ui.scss */
.gallery-wrap .thumbs-wrap {
  text-align: center;
  margin-bottom: 20px; }

/* line 1193, _ui.scss */
.gallery-wrap .thumbs-wrap .item-thumb {
  width: 60px;
  height: 60px;
  border: 1px solid #ddd;
  border-radius: 6px;
  margin: 3px;
  display: inline-block;
  overflow: hidden; }

/* line 1201, _ui.scss */
.gallery-wrap .thumbs-wrap img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  object-position: center;
  height: 100%;
  border-radius: 4px;
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

/* line 1211, _ui.scss */
.gallery-wrap .thumbs-wrap img:hover {
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

/* line 1217, _ui.scss */
.item-option-select {
  margin-bottom: 0.5rem;
  margin-right: 15px; }

/* line 1220, _ui.scss */
.item-option-select .btn {
  min-width: 80px;
  margin-bottom: 4px; }

/* ================ PAGES HEADER ================== */
/* ====================== shopping-cart ==================== */
/* line 1225, _ui.scss */
.table-shopping-cart.table td, .table-shopping-cart.table th {
  padding-left: 1.25rem;
  padding-right: 1.25rem; }

/* line 1228, _ui.scss */
.table-shopping-cart .price-wrap {
  line-height: 1.2; }

/* line 1230, _ui.scss */
.table-shopping-cart .price {
  font-weight: bold;
  margin-right: 5px;
  display: block; }

/* line 1237, _ui.scss */
.div1 {
  grid-area: 1 / 1 / 2 / 3;
  width: 100%;
  height: 315px; }

/* line 1239, _ui.scss */
.div1 .card-front {
  background-image: url("https://static.insales-cdn.com/files/1/6817/37681825/original/card-1734706373513.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%; }

/* line 1245, _ui.scss */
.div2 .card-front {
  background-image: url("https://static.insales-cdn.com/files/1/6775/37681783/original/21-1734706239938.png"); }

/* line 1248, _ui.scss */
.div3 .card-front {
  background-image: url("https://static.insales-cdn.com/files/1/6778/37681786/original/22-1734706249738.png"); }

/* line 1251, _ui.scss */
.div4 .card-front {
  background-image: url("https://static.insales-cdn.com/files/1/6780/37681788/original/23-1734706258029.png"); }

/* line 1254, _ui.scss */
.div5 .card-front {
  background-image: url("https://static.insales-cdn.com/files/1/6792/37681800/original/24-1734706271394.png"); }

/* line 1257, _ui.scss */
.div6 .card-front {
  background-image: url("https://static.insales-cdn.com/files/1/6793/37681801/original/25-1734706282552.png"); }

/* line 1260, _ui.scss */
.div7 .card-front {
  background-image: url("https://static.insales-cdn.com/files/1/6795/37681803/original/26-1734706292337.png"); }

/* line 1263, _ui.scss */
.div8 .card-front {
  background-image: url("https://static.insales-cdn.com/files/1/6798/37681806/original/27-1734706302866.png"); }

/* line 1266, _ui.scss */
.div9 .card-front {
  background-image: url("https://static.insales-cdn.com/files/1/6800/37681808/original/28-1734706314366.png"); }

/* line 1269, _ui.scss */
.div10 .card-front {
  background-image: url("https://static.insales-cdn.com/files/1/6805/37681813/original/29-1734706328529.png"); }

/* line 1272, _ui.scss */
.div11 .card-front {
  background-image: url("https://static.insales-cdn.com/files/1/6808/37681816/original/30-1734706340571.png"); }

/* line 1275, _ui.scss */
.div12 .card-front {
  background-image: url("https://static.insales-cdn.com/files/1/6812/37681820/original/31-1734706352685.png"); }

/* line 1280, _ui.scss */
.advent-2024 .advent-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: end;
  font-family: "Gilroy", sans-serif;
  max-width: 1100px;
  margin: auto; }
/* line 1291, _ui.scss */
.advent-2024 .advent-card {
  width: 274px;
  height: 274px;
  perspective: 1000px;
  cursor: pointer; }
/* line 1298, _ui.scss */
.advent-2024 .card-inner {
  width: 100%;
  height: 100%;
  position: relative;
  transform-style: preserve-3d;
  transition: transform 0.6s; }
/* line 1306, _ui.scss */
.advent-2024 .card-front, .advent-2024 .card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background-size: contain; }
/* line 1319, _ui.scss */
.advent-2024 .card-back {
  transform: rotateY(180deg);
  background-image: url("https://static.insales-cdn.com/files/1/6814/37681822/original/back-1734706362138.png");
  background-size: contain;
  background-repeat: no-repeat;
  color: #000000;
  position: relative; }
/* line 1328, _ui.scss */
.advent-2024 .card-back-bg {
  position: absolute;
  background-color: #fff;
  content: "";
  width: calc(100% - 34px);
  height: calc(100% - 34px);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
/* line 1340, _ui.scss */
.advent-2024 .card-back p {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 600; }
/* line 1346, _ui.scss */
.advent-2024 .advent-card-header {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  padding: 0.75rem; }
/* line 1354, _ui.scss */
.advent-2024 .advent-card-header img {
  width: 120px; }
/* line 1358, _ui.scss */
.advent-2024 .card-body {
  flex-shrink: 0;
  flex-grow: 0;
  padding-top: 0 !important;
  padding-bottom: 0 !important; }
/* line 1365, _ui.scss */
.advent-2024 .card-body p {
  line-height: 1.25rem; }
/* line 1369, _ui.scss */
.advent-2024 .advent-card-footer {
  flex-shrink: 0;
  padding-bottom: 1rem; }
/* line 1374, _ui.scss */
.advent-2024 .fz-12 {
  font-size: .75rem; }
/* line 1378, _ui.scss */
.advent-2024 .fz-14 {
  font-size: .875rem; }
/* line 1382, _ui.scss */
.advent-2024 .fz-20 {
  font-size: 1.25rem; }
/* line 1386, _ui.scss */
.advent-2024 .fw-600 {
  font-weight: 600; }
/* line 1390, _ui.scss */
.advent-2024 .text-center {
  text-align: center; }
/* line 1394, _ui.scss */
.advent-2024 .promocode {
  background-color: #FBE9AC;
  border-radius: 5px;
  padding: 4px 10px;
  width: 143px;
  margin: auto;
  font-weight: 600; }
/* line 1403, _ui.scss */
.advent-2024 .card-start {
  flex-direction: column;
  text-align: center;
  justify-content: center;
  padding-top: 90px;
  width: 80%; }
/* line 1411, _ui.scss */
.advent-2024 .card-start p {
  margin: 0.5rem;
  line-height: 1.5rem; }
@media (max-width: 1200px) {
  /* line 1418, _ui.scss */
  .advent-2024 .advent-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    align-items: end; }
  /* line 1426, _ui.scss */
  .advent-2024 .advent-card {
    width: 306px;
    height: 306px; }
  /* line 1431, _ui.scss */
  .advent-2024 .div1 {
    grid-area: 1 / 1 / 2 / 3;
    width: 100%;
    height: 352px; } }
@media (max-width: 992px) {
  /* line 1437, _ui.scss */
  .advent-2024 .advent-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    align-items: end; }
  /* line 1445, _ui.scss */
  .advent-2024 .advent-card {
    width: 239px;
    height: 239px; }
  /* line 1450, _ui.scss */
  .advent-2024 .div1 {
    grid-area: 1 / 1 / 2 / 3;
    width: 100%;
    height: 275px; }
  /* line 1451, _ui.scss */
  .advent-2024 .card-start {
    width: 90%; }
  /* line 1455, _ui.scss */
  .advent-2024 .card-body p {
    margin-bottom: 0rem; }
  /* line 1459, _ui.scss */
  .advent-2024 .card-start p.fz-20 {
    line-height: 1.25rem; }
  /* line 1463, _ui.scss */
  .advent-2024 .card-start p.fz-16 {
    line-height: 1.25rem; }
  /* line 1467, _ui.scss */
  .advent-2024 .advent-card-header {
    padding: .25rem; }
  /* line 1472, _ui.scss */
  .advent-2024 .fz-12 {
    font-size: .75rem;
    line-height: 1rem; }
  /* line 1477, _ui.scss */
  .advent-2024 .fz-14 {
    font-size: .875rem;
    line-height: 1rem; }
  /* line 1482, _ui.scss */
  .advent-2024 .fz-20 {
    font-size: 1.125rem;
    line-height: 1rem; }
  /* line 1487, _ui.scss */
  .advent-2024 .advent-card-footer p {
    margin-bottom: 0; } }
@media (max-width: 768px) {
  /* line 1495, _ui.scss */
  .advent-2024 .advent-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    align-items: end;
    max-width: 420px; }
  /* line 1504, _ui.scss */
  .advent-2024 .advent-card {
    width: 239px;
    height: 239px; }
  /* line 1509, _ui.scss */
  .advent-2024 .div1 {
    grid-area: 1 / 1 / 2 / 3;
    width: 100%;
    height: 275px; }
  /* line 1510, _ui.scss */
  .advent-2024 .card-start {
    width: 90%; } }
@media (max-width: 576px) {
  /* line 1516, _ui.scss */
  .advent-2024 .div1 {
    height: 396px;
    width: 300px;
    margin: auto; }
  /* line 1522, _ui.scss */
  .advent-2024 .div1 .card-front {
    background-image: url("https://static.insales-cdn.com/files/1/6820/37681828/original/card-mobile-1734706382084.png"); }
  /* line 1526, _ui.scss */
  .advent-2024 .advent-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    align-items: end; }
  /* line 1533, _ui.scss */
  .advent-2024 .advent-card {
    width: 45vw;
    height: 45vw;
    perspective: 1000px;
    cursor: pointer; }
  /* line 1539, _ui.scss */
  .advent-2024 .card-back p {
    margin-bottom: .25rem;
    line-height: .5rem; }
  /* line 1544, _ui.scss */
  .advent-2024 .fz-12 {
    font-size: .5rem; }
  /* line 1548, _ui.scss */
  .advent-2024 .fz-14 {
    font-size: .5rem; }
  /* line 1552, _ui.scss */
  .advent-2024 .fz-16 {
    font-size: .75rem; }
  /* line 1556, _ui.scss */
  .advent-2024 .fz-20 {
    font-size: 1rem; }
  /* line 1560, _ui.scss */
  .advent-2024 .card-body {
    padding: 0; }
  /* line 1564, _ui.scss */
  .advent-2024 .card-back-bg {
    width: calc(100% - 26px);
    height: calc(100% - 26px); }
  /* line 1569, _ui.scss */
  .advent-2024 .advent-card-header {
    padding: 0.2rem; }
  /* line 1573, _ui.scss */
  .advent-2024 .card-back p.fz-20 {
    line-height: 1rem; }
  /* line 1577, _ui.scss */
  .advent-2024 .advent-card-header img {
    max-width: 64px;
    margin-left: 8px; }
  /* line 1582, _ui.scss */
  .advent-2024 .card-header-text.fz-14 {
    font-size: .54rem;
    font-weight: 600;
    line-height: .60rem;
    position: relative;
    left: -2px;
    top: 2px; }
  /* line 1591, _ui.scss */
  .advent-2024 .promocode {
    background-color: #FBE9AC;
    border-radius: 5px;
    font-size: 0.625rem;
    padding: 4px 10px;
    width: 75%;
    margin: auto;
    font-weight: 600; } }

@font-face {
  font-family: 'haas';
  src: url("https://www.cdn-tinkoff.ru/frontend-libraries/npm/react-kit-font/1.0.0/NeueHaasUnicaW1G-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'haas';
  src: url("https://www.cdn-tinkoff.ru/frontend-libraries/npm/react-kit-font/1.0.0/NeueHaasUnicaW1G-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'haas';
  src: url("https://www.cdn-tinkoff.ru/frontend-libraries/npm/react-kit-font/1.0.0/NeueHaasUnicaW1G-Bold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'TinkoffSans';
  src: url("https://www.cdn-tinkoff.ru/frontend-libraries/npm/react-kit-font/1.0.0/TinkoffSans.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-display: swap; }
@font-face {
  font-family: 'TinkoffSans';
  src: url("https://www.cdn-tinkoff.ru/frontend-libraries/npm/react-kit-font/1.0.0/TinkoffSans_Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-display: swap; }
@font-face {
  font-family: 'TinkoffSans';
  src: url("https://www.cdn-tinkoff.ru/frontend-libraries/npm/react-kit-font/1.0.0/TinkoffSans_Bold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-display: swap; }
/* line 1657, _ui.scss */
.tbank-top-banner {
  font-family: 'TinkoffSans', sans-serif;
  font-size: 1.25rem; }

@media (max-width: 576px) {
  /* line 1663, _ui.scss */
  .tbank-top-banner {
    font-size: 0.75rem; }
    /* line 1665, _ui.scss */
    .tbank-top-banner .tbank-logo {
      margin-right: 1rem; }

  /* line 1669, _ui.scss */
  .tbank-top-banner.bg-tbank {
    padding: 10px; } }
/* line 1674, _ui.scss */
.tbank-w1g-regular {
  font-family: 'TinkoffSans', sans-serif;
  font-weight: 400; }

/* line 1679, _ui.scss */
.tbank-logo {
  margin-right: 3rem; }

/* line 1683, _ui.scss */
.tbank-product-banner {
  width: 260px;
  font-size: 15px;
  gap: 16px; }

/* line 1689, _ui.scss */
.tbank-btn {
  border-radius: 35px;
  font-size: 12px;
  outline: none;
  background-color: #333;
  border: none;
  padding: 8px 20px;
  color: #ffff;
  font-family: 'haas', sans-serif; }

/* line 1700, _ui.scss */
.bg-tbank {
  background-color: #FFDD2D;
  padding: 15px; }

/* line 1706, _ui.scss */
div#tbank-modal .modal-dialog {
  width: 600px;
  max-width: 600px; }
  @media (max-width: 576px) {
    /* line 1706, _ui.scss */
    div#tbank-modal .modal-dialog {
      width: calc(100% - 15px); } }
  /* line 1712, _ui.scss */
  div#tbank-modal .modal-dialog .modal-content {
    background-color: #F6F7F8;
    padding: 40px; }
  /* line 1717, _ui.scss */
  div#tbank-modal .modal-dialog .modal-header {
    border-bottom: none;
    padding: 0;
    margin-bottom: 40px; }
  /* line 1723, _ui.scss */
  div#tbank-modal .modal-dialog .tbank-modal-title {
    font-size: 36px;
    font-family: "TinkoffSans";
    font-weight: 600;
    color: #333333;
    line-height: 44px;
    margin-bottom: 16px; }
  /* line 1732, _ui.scss */
  div#tbank-modal .modal-dialog .modal-body {
    padding: 0; }
  /* line 1736, _ui.scss */
  div#tbank-modal .modal-dialog .tbank-modal-description {
    font-size: 18px;
    font-family: "TinkoffSans";
    font-weight: 400;
    margin-bottom: 40px; }
  /* line 1743, _ui.scss */
  div#tbank-modal .modal-dialog .tbank-modal-advantages {
    display: flex;
    justify-content: space-between; }
  /* line 1748, _ui.scss */
  div#tbank-modal .modal-dialog .tbank-modal-advantages-item {
    width: 160px;
    font-size: 18px;
    color: #333333;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: 22px; }
    /* line 1758, _ui.scss */
    div#tbank-modal .modal-dialog .tbank-modal-advantages-item .image {
      width: 64px;
      height: 64px;
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: #fff;
      border-radius: 20px;
      margin-bottom: 16px; }

@font-face {
  font-family: Gilroy;
  src: url("Gilroy-Light.otf") format("opentype"); }
@font-face {
  font-family: Gilroy;
  font-weight: bold;
  src: url("Gilroy-ExtraBold.otf") format("opentype"); }
/* line 14, _core.scss.liquid */
:root {
  --swiper-pagination-color: #f6d258;
  --swiper-theme-color: #f6d258; }

@media (min-width: 1320px) {
  /* line 23, _core.scss.liquid */
  .container {
    max-width: 1320px; } }
/* line 28, _core.scss.liquid */
.m-a {
  margin: auto; }

/* line 32, _core.scss.liquid */
.btn {
  appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -khtml-appearance: none;
  -webkit-appearance: none; }

/* line 41, _core.scss.liquid */
.underlined {
  text-decoration: underline; }

/* line 46, _core.scss.liquid */
[data-sku] {
  display: none; }

/* line 50, _core.scss.liquid */
.btn {
  font-weight: 400; }

/* line 54, _core.scss.liquid */
.bg-select {
  background-color: #f7f7f7;
  border-color: #eee; }

/* line 59, _core.scss.liquid */
.fs14 {
  font-size: 14px; }

/* line 63, _core.scss.liquid */
[data-fancybox], .js-toggle-comment {
  cursor: pointer; }

/* line 67, _core.scss.liquid */
.minw200 {
  min-width: 200px; }
  @media (max-width: 420px) {
    /* line 70, _core.scss.liquid */
    .minw200.btn-primary {
      min-width: 0; } }

/* line 75, _core.scss.liquid */
.megamenu-item-part[data-bg] {
  min-height: 220px;
  background-size: 45%;
  background-position: bottom right;
  background-repeat: no-repeat;
  border-right: 1px dotted #aaa;
  padding-left: 24px; }
  /* line 82, _core.scss.liquid */
  .megamenu-item-part[data-bg] + .megamenu-item-part {
    padding-left: 24px; }
  /* line 85, _core.scss.liquid */
  .megamenu-item-part[data-bg]:first-of-type {
    padding-left: 10px; }
  /* line 88, _core.scss.liquid */
  .megamenu-item-part[data-bg]:nth-of-type(4n) {
    border-right: none; }
  @media (max-width: 991px) {
    /* line 92, _core.scss.liquid */
    .megamenu-item-part[data-bg]:nth-of-type(4n) {
      border-right: 1px dotted #aaa;
      padding-left: 10px; }
    /* line 96, _core.scss.liquid */
    .megamenu-item-part[data-bg]:nth-of-type(3n) {
      border-right: none; } }
  /* line 100, _core.scss.liquid */
  .megamenu-item-part[data-bg]:last-of-type {
    border-right: none; }

/* line 105, _core.scss.liquid */
.container-small {
  max-width: 600px;
  margin: auto; }

/* line 111, _core.scss.liquid */
.tab-content img, .tab-content iframe, article img, article iframe {
  max-width: 100%; }

/* line 116, _core.scss.liquid */
.btn-outline-primary:not(:disabled):not(.disabled).is-active {
  color: #000000;
  background-color: #f6d258;
  border-color: #f6d258; }

/* line 123, _core.scss.liquid */
article img, article iframe {
  max-width: 100%; }

/* line 128, _core.scss.liquid */
.btn.btn-icon {
  font-weight: 400; }

/* line 154, _core.scss.liquid */
.lh-0 {
  line-height: 0; }

/* line 158, _core.scss.liquid */
.slider-video {
  width: 100%; }

/* line 162, _core.scss.liquid */
.inner-badge {
  background: #eee;
  display: inline-block;
  padding: 0.25em 0.4em;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.37rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  cursor: default; }

/* line 179, _core.scss.liquid */
.badge-sale {
  background: #FC0;
  color: #fff; }

/* line 184, _core.scss.liquid */
body [data-ui-favorites-trigger] {
  cursor: pointer; }
  /* line 186, _core.scss.liquid */
  body [data-ui-favorites-trigger].favorites-added {
    color: #f6d258 !important; }

/* line 191, _core.scss.liquid */
.option-label {
  font-size: 13px; }

/* line 197, _core.scss.liquid */
.instafeed-gallery a {
  display: block;
  position: relative;
  color: #fff !important;
  background: center no-repeat;
  background-size: cover;
  height: 0px;
  padding-top: 100%; }
  /* line 205, _core.scss.liquid */
  .instafeed-gallery a img {
    position: absolute;
    z-index: 1;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  /* line 214, _core.scss.liquid */
  .instafeed-gallery a span {
    position: absolute;
    z-index: 2;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    font-size: 30px;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s; }
    /* line 226, _core.scss.liquid */
    .instafeed-gallery a span .fa-instagram:before {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); }
  /* line 234, _core.scss.liquid */
  .instafeed-gallery a:hover span {
    opacity: 1;
    visibility: visible; }

/* line 243, _core.scss.liquid */
.navbar-main {
  position: sticky;
  top: -1px;
  z-index: 11;
  padding-bottom: 0;
  padding-top: 0; }
  @media (max-width: 576px) {
    /* line 243, _core.scss.liquid */
    .navbar-main {
      padding-left: 0;
      padding-right: 0; } }
  /* line 253, _core.scss.liquid */
  .navbar-main .nav-link {
    padding-top: 1rem;
    padding-bottom: 1rem; }
    /* line 256, _core.scss.liquid */
    .navbar-main .nav-link + .dropdown-menu {
      padding: 0;
      background: #fff; }
      /* line 259, _core.scss.liquid */
      .navbar-main .nav-link + .dropdown-menu .dropdown-item {
        padding: 0.7rem 1.5rem; }
      /* line 262, _core.scss.liquid */
      .navbar-main .nav-link + .dropdown-menu .dropdown-divider {
        margin: 0; }

@media (max-width: 576px) {
  /* line 270, _core.scss.liquid */
  .nav-tabs .nav-link {
    font-size: 11px;
    padding: 4px 6px; } }
/* line 276, _core.scss.liquid */
.header-top-light {
  border-bottom: 1px solid #969696; }

/* line 286, _core.scss.liquid */
.breadcrumb-item:last-of-type a {
  color: #969696; }

/* line 292, _core.scss.liquid */
.swiper-button-next, .swiper-button-prev {
  color: #f6d258; }

/* line 296, _core.scss.liquid */
body .btn.sticky-cart {
  position: absolute;
  right: 10px;
  top: 100%;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  display: none;
  background: #f6d258;
  border-color: #f6d258; }
  /* line 307, _core.scss.liquid */
  body .btn.sticky-cart:hover {
    background: #f0bb07;
    border-color: #f0bb07; }
  /* line 311, _core.scss.liquid */
  body .btn.sticky-cart span {
    background: #fff;
    display: inline-block;
    height: 22px;
    width: 22px;
    border-radius: 11px;
    color: #000;
    font-size: 12px;
    line-height: 22px;
    vertical-align: top; }

/* line 325, _core.scss.liquid */
.card-product-grid .img-wrap img {
  opacity: 0;
  -webkit-transition: 0.2s opacity;
  -moz-transition: 0.2s opacity;
  -ms-transition: 0.2s opacity;
  -o-transition: 0.2s opacity;
  transition: 0.2s opacity; }
  /* line 332, _core.scss.liquid */
  .card-product-grid .img-wrap img.img-cover {
    -o-object-fit: cover;
    object-fit: cover; }
  /* line 336, _core.scss.liquid */
  .card-product-grid .img-wrap img.img-contain {
    -o-object-fit: contain;
    object-fit: contain; }
  /* line 340, _core.scss.liquid */
  .card-product-grid .img-wrap img[src*="://"] {
    opacity: 1; }

/* line 346, _core.scss.liquid */
.swiper-lazy {
  opacity: 0;
  -webkit-transition: 0.3s opacity;
  -moz-transition: 0.3s opacity;
  -ms-transition: 0.3s opacity;
  -o-transition: 0.3s opacity;
  transition: 0.3s opacity; }
  /* line 353, _core.scss.liquid */
  .swiper-lazy[src] {
    opacity: 1; }
  /* line 356, _core.scss.liquid */
  .swiper-lazy[srcset] {
    opacity: 1; }

/* line 362, _core.scss.liquid */
.col-lg-3 .card-product-grid .img-wrap {
  height: 260px; }
  /* line 364, _core.scss.liquid */
  .col-lg-3 .card-product-grid .img-wrap img {
    width: 100%; }

/* line 371, _core.scss.liquid */
.col-lg-4 .card-product-grid .img-wrap {
  height: 370px; }
  /* line 373, _core.scss.liquid */
  .col-lg-4 .card-product-grid .img-wrap img {
    width: 100%; }

/* line 381, _core.scss.liquid */
[data-products] .col-lg-3 .card-product-grid .img-wrap {
  height: 220px; }
/* line 387, _core.scss.liquid */
[data-products] .col-lg-4 .card-product-grid .img-wrap {
  height: 310px; }
  @media (max-width: 1200px) {
    /* line 387, _core.scss.liquid */
    [data-products] .col-lg-4 .card-product-grid .img-wrap {
      height: 200px; } }

/* line 398, _core.scss.liquid */
.card-product-grid .btn {
  margin-top: -2px; }
  @media screen and (max-width: 1200px) {
    /* line 398, _core.scss.liquid */
    .card-product-grid .btn {
      width: 100%; } }

@media (max-width: 576px) {
  /* line 407, _core.scss.liquid */
  [data-products] .col-sm-6 .card-product-grid .img-wrap, .col-sm-6 .card-product-grid .img-wrap {
    height: 210px; }
    /* line 409, _core.scss.liquid */
    [data-products] .col-sm-6 .card-product-grid .img-wrap img, .col-sm-6 .card-product-grid .img-wrap img {
      width: 100%; }

  /* line 414, _core.scss.liquid */
  .product_card-cell {
    padding: 0px 4px; }

  /* line 418, _core.scss.liquid */
  .card-product-grid .info-wrap {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between; } }
@media (max-width: 480px) {
  /* line 428, _core.scss.liquid */
  .card-product-grid .btn {
    display: block;
    float: none !important;
    margin-top: 4px; } }
@media (max-width: 420px) {
  /* line 437, _core.scss.liquid */
  [data-products] .col-sm-6 .card-product-grid .img-wrap, .col-sm-6 .card-product-grid .img-wrap {
    height: 170px; }

  /* line 442, _core.scss.liquid */
  .card-product-grid .title {
    font-size: 13px;
    line-height: normal; }
  /* line 446, _core.scss.liquid */
  .card-product-grid .info-wrap {
    padding: 0px 12px 14px 12px; }
    /* line 448, _core.scss.liquid */
    .card-product-grid .info-wrap small {
      display: block;
      font-size: 71%; }

  /* line 455, _core.scss.liquid */
  .incart-popup .btn {
    padding: 4px 10px;
    font-size: 11px; } }
@media (max-width: 350px) {
  /* line 463, _core.scss.liquid */
  [data-products] .col-sm-6 .card-product-grid .img-wrap, .col-sm-6 .card-product-grid .img-wrap {
    height: 138px; } }
/* line 469, _core.scss.liquid */
form.card {
  border-bottom: none;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0; }
  /* line 475, _core.scss.liquid */
  form.card:last-of-type {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0.37rem;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0; }

/* line 487, _core.scss.liquid */
.card-product-grid .option-selector {
  margin-bottom: 1rem; }
  /* line 489, _core.scss.liquid */
  .card-product-grid .option-selector > .option {
    margin-bottom: 0.5rem; }
    /* line 491, _core.scss.liquid */
    .card-product-grid .option-selector > .option .option-label {
      display: block;
      margin-bottom: 0px;
      font-size: 13px; }
    /* line 497, _core.scss.liquid */
    .card-product-grid .option-selector > .option .option-values .option-value.is-span {
      border: 0px;
      background: #ddd;
      border-radius: 4px;
      font-size: 13px;
      display: inline-block;
      vertical-align: middle;
      margin-bottom: 2px; }
      /* line 505, _core.scss.liquid */
      .card-product-grid .option-selector > .option .option-values .option-value.is-span.is-active {
        background: #f6d258;
        color: #000000; }

/* line 515, _core.scss.liquid */
.js-gallery-video {
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center; }
  /* line 520, _core.scss.liquid */
  .js-gallery-video .text-white {
    line-height: 60px;
    font-size: 25px; }

/* line 526, _core.scss.liquid */
#review-captcha-solution {
  height: 70px; }

/* line 529, _core.scss.liquid */
#captcha_challenge {
  display: flex;
  align-items: center; }

/* line 535, _core.scss.liquid */
.media.rev {
  -webkit-align-items: center;
  align-items: center; }
  @media (max-width: 480px) {
    /* line 535, _core.scss.liquid */
    .media.rev {
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-align-items: flex-start;
      align-items: flex-start; }
      /* line 544, _core.scss.liquid */
      .media.rev img.ml-3 {
        margin-left: 0 !important;
        margin-top: 1rem !important; } }

/* line 552, _core.scss.liquid */
.review-manager_reply {
  font-size: 13px;
  background-color: #dad7d7; }

/* line 558, _core.scss.liquid */
.price.old_price {
  text-decoration: line-through;
  font-size: 18px; }
/* line 562, _core.scss.liquid */
.price.old_price_card {
  font-weight: normal;
  text-decoration: line-through;
  font-size: 90%;
  margin-left: 3px; }
  @media screen and (max-width: 540px) {
    /* line 562, _core.scss.liquid */
    .price.old_price_card {
      display: block; } }

/* line 573, _core.scss.liquid */
.modal [data-dismiss="modal"] {
  position: absolute;
  right: 10px;
  top: 6px;
  z-index: 1; }

/* line 580, _core.scss.liquid */
#insales-quick-checkout-dialog {
  -webkit-box-shadow: none;
  box-shadow: none; }
  /* line 583, _core.scss.liquid */
  #insales-quick-checkout-dialog .m-modal-wrapper {
    padding: 1rem 1.5rem; }
  /* line 587, _core.scss.liquid */
  #insales-quick-checkout-dialog .m-modal-errors .m-modal-error {
    padding: 0.2rem 1rem;
    color: #c46262;
    font-size: 13px; }
  /* line 593, _core.scss.liquid */
  #insales-quick-checkout-dialog .m-modal-heading {
    margin: 0.5rem 0 2rem;
    font-size: 1.5em;
    text-align: center;
    font-weight: 700; }
  /* line 599, _core.scss.liquid */
  #insales-quick-checkout-dialog .m-input-field {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.9rem + 2px);
    padding: 0.45rem 0.85rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.37rem;
    outline-style: none; }
  /* line 614, _core.scss.liquid */
  #insales-quick-checkout-dialog .m-modal-button {
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    width: 100%;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    color: #fff;
    background-color: #f6d258;
    border-color: #f6d258;
    padding: 6px; }

/* line 631, _core.scss.liquid */
.search-results {
  position: relative;
  opacity: 0;
  visibility: hidden;
  transform: translate(0px, 28px);
  transition: all 0.2s linear;
  z-index: 100; }
  /* line 638, _core.scss.liquid */
  .search-results.is-show {
    opacity: 1;
    visibility: visible;
    transform: translate(0px, 8px); }
  /* line 643, _core.scss.liquid */
  .search-results:before, .search-results:after {
    content: '';
    position: absolute;
    z-index: 3;
    top: -19px;
    left: 10px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #fff transparent; }
  /* line 653, _core.scss.liquid */
  .search-results:after {
    z-index: 2;
    border-bottom-color: #eee;
    top: -20px; }

/* line 661, _core.scss.liquid */
.autocomplete-suggestions {
  display: block !important;
  position: absolute;
  z-index: 1 !important;
  top: -2px;
  left: 0px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 8px 0px;
  max-height: 400px;
  overflow: auto;
  -webkit-border-radius: 0.37rem;
  border-radius: 0.37rem; }
/* line 677, _core.scss.liquid */
.autocomplete-suggestion-link {
  position: relative;
  display: block;
  padding: 7px 20px 7px 86px;
  color: #000;
  min-height: 72px; }
  /* line 683, _core.scss.liquid */
  .autocomplete-suggestion-link:hover {
    color: #f6d258; }
/* line 687, _core.scss.liquid */
.autocomplete-suggestion-thumb {
  position: absolute;
  top: 7px;
  left: 14px;
  width: 58px;
  height: 58px;
  background: #fff center center no-repeat;
  background-size: contain; }
/* line 696, _core.scss.liquid */
.autocomplete-suggestion-title {
  display: block;
  font-size: 12px;
  line-height: 18px; }
/* line 701, _core.scss.liquid */
.autocomplete-suggestion-price {
  display: block;
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
  color: #f6d258; }
/* line 709, _core.scss.liquid */
.autocomplete-no-suggestion {
  padding: 12px 20px; }

/* line 714, _core.scss.liquid */
.cursor-pointer {
  cursor: pointer; }

/* line 718, _core.scss.liquid */
.sub-number {
  background: #dbdbdb;
  color: #000;
  width: 18px;
  height: 18px;
  display: inline-block;
  position: absolute;
  text-align: center;
  line-height: 18px;
  border-radius: 50%;
  font-size: 11px;
  font-weight: bold;
  bottom: 5px;
  left: 69%;
  opacity: 0.88; }

/* line 736, _core.scss.liquid */
.btn-primary.icon-vk {
  background: #4D7198; }
/* line 737, _core.scss.liquid */
.btn-primary.icon-instagram {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%); }
/* line 738, _core.scss.liquid */
.btn-primary.icon-facebook {
  background: #3B5998; }
/* line 739, _core.scss.liquid */
.btn-primary.icon-odnoklassniki {
  background: #EE8108; }
/* line 740, _core.scss.liquid */
.btn-primary.icon-youtube {
  background: #F00; }

/* line 743, _core.scss.liquid */
.mm-spn.mm-spn--light {
  background: #ffffff; }

/* line 747, _core.scss.liquid */
#menu .white-li {
  background: #FFF; }

/* line 751, _core.scss.liquid */
.mm-spn--open > li.Selected {
  font-weight: bold; }
  /* line 753, _core.scss.liquid */
  .mm-spn--open > li.Selected.alls {
    font-weight: normal; }

/* line 757, _core.scss.liquid */
.mm-spn a.Selected {
  font-weight: bold; }

@media (max-width: 768px) {
  /* line 769, _core.scss.liquid */
  h3, .h3 {
    font-size: 1.3rem; }

  /* line 772, _core.scss.liquid */
  .cart-aside {
    border-left: none !important; }

  /* line 775, _core.scss.liquid */
  #coll-filter {
    position: fixed;
    visibility: hidden; }
    /* line 778, _core.scss.liquid */
    #coll-filter.is-open {
      visibility: visible; }

  /* line 782, _core.scss.liquid */
  .padding-y {
    padding-top: 20px;
    padding-bottom: 20px; }

  /* line 786, _core.scss.liquid */
  .search-wrapper.on-collection {
    display: none; } }
/* line 791, _core.scss.liquid */
.fancybox-slide--html .fancybox-close-small {
  padding: 4px;
  background: #f6d258;
  height: 36px;
  width: 36px; }
  /* line 796, _core.scss.liquid */
  .fancybox-slide--html .fancybox-close-small svg {
    color: #FFF; }

/* line 801, _core.scss.liquid */
.m-overlay {
  background-color: rgba(0, 0, 0, 0.8); }

/* line 804, _core.scss.liquid */
.m-modal-close {
  top: 0;
  right: 0;
  height: 36px;
  width: 36px;
  background-size: 27px;
  background-position: center; }

/* line 814, _core.scss.liquid */
#insales-quick-checkout-dialog, .fancybox-content {
  -webkit-border-radius: 0;
  border-radius: 0; }

@media (min-width: 768px) {
  /* line 820, _core.scss.liquid */
  .show_hover {
    display: none; }
    /* line 822, _core.scss.liquid */
    .show_hover_class {
      position: absolute;
      top: 100%;
      z-index: 100;
      background: #fff;
      width: 100%;
      box-shadow: 0 4px 15px rgba(153, 153, 153, 0.3); } }
@media (max-width: 768px) {
  /* line 834, _core.scss.liquid */
  .show_hover {
    -webkit-flex-grow: 1;
    flex-grow: 1; } }
@media (max-width: 1024px) {
  /* line 841, _core.scss.liquid */
  .slider-block {
    padding-top: 1rem !important; }

  /* line 844, _core.scss.liquid */
  .slider-image {
    max-width: 100%; }

  /* line 848, _core.scss.liquid */
  .swiper-slide-active .slider-image {
    width: 100% !important;
    margin-left: 0 !important; } }
/* line 859, _core.scss.liquid */
.c-offcanvas {
  left: 0;
  padding: 0; }
  /* line 862, _core.scss.liquid */
  .c-offcanvas .card {
    border: none; }

/* line 867, _core.scss.liquid */
.c-offcanvas--overlay.is-closed #collapse_price {
  opacity: 0; }

/* line 872, _core.scss.liquid */
.toasts-wrapper {
  top: 20px;
  right: 20px;
  z-index: 12; }
  @media (max-width: 768px) {
    /* line 872, _core.scss.liquid */
    .toasts-wrapper {
      top: 46px; } }

/* line 880, _core.scss.liquid */
.navbar-expand-md .navbar-nav {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

/* line 886, _core.scss.liquid */
.add-spinner {
  width: 100%;
  left: 0; }
  /* line 889, _core.scss.liquid */
  .add-spinner ~ * {
    opacity: 0;
    visibility: hidden; }

/* line 895, _core.scss.liquid */
.card-body.widget-collection {
  height: 250px; }
  /* line 897, _core.scss.liquid */
  .card-body.widget-collection .inside-collection-image {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all; }

/* line 915, _core.scss.liquid */
.special-col:hover .inside-collection-image {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1); }

/* line 927, _core.scss.liquid */
.megamenu-nav .navbar-nav {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }
  /* line 931, _core.scss.liquid */
  .megamenu-nav .navbar-nav .nav-link {
    white-space: nowrap; }

/* line 938, _core.scss.liquid */
.dropdown-menu > .nav-item .nav-link {
  padding: 0.7rem 1.5rem;
  display: block;
  width: 100%;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  /* line 949, _core.scss.liquid */
  .dropdown-menu > .nav-item .nav-link:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa; }

@media (max-width: 576px) {
  /* line 959, _core.scss.liquid */
  .card-body.widget-collection {
    height: 136px; }

  /* line 962, _core.scss.liquid */
  .special-col {
    margin-bottom: 10px !important; }
    /* line 965, _core.scss.liquid */
    .special-col.col-6:nth-of-type(odd) {
      padding-right: 5px; }
    /* line 968, _core.scss.liquid */
    .special-col.col-6:nth-of-type(even) {
      padding-left: 5px; }
    /* line 972, _core.scss.liquid */
    .special-col .card-banner {
      -webkit-border-radius: 5px;
      border-radius: 5px; }
      /* line 975, _core.scss.liquid */
      .special-col .card-banner .text-bottom {
        -webkit-border-radius: 5px;
        border-radius: 5px;
        padding: 4px 7px; }
        /* line 979, _core.scss.liquid */
        .special-col .card-banner .text-bottom .title {
          font-size: 90%;
          margin: 0.2rem;
          font-weight: 500;
          line-height: normal; } }
/* line 990, _core.scss.liquid */
.special-col a[class*="card"]:hover .title {
  color: #fff; }

/* line 994, _core.scss.liquid */
.navbar-expand-md .dropdown.megamenu-item {
  position: static;
  margin-right: 1.4rem; }
  /* line 997, _core.scss.liquid */
  .navbar-expand-md .dropdown.megamenu-item .dropdown-menu a {
    color: #343a40; }
  /* line 1001, _core.scss.liquid */
  .navbar-expand-md .dropdown.megamenu-item .dropdown-toggle:after {
    content: none; }
  /* line 1006, _core.scss.liquid */
  .navbar-expand-md .dropdown.megamenu-item .megamenu-subcolls:hover {
    text-decoration: underline; }
  /* line 1010, _core.scss.liquid */
  .navbar-expand-md .dropdown.megamenu-item > a {
    background: rgba(255, 255, 255, 0.3);
    padding-left: 2rem;
    padding-right: 2rem;
    color: #000; }
  /* line 1016, _core.scss.liquid */
  .navbar-expand-md .dropdown.megamenu-item .fa-lg, .navbar-expand-md .dropdown.megamenu-item .mega_burgertext {
    vertical-align: middle;
    display: inline-block; }
  /* line 1020, _core.scss.liquid */
  .navbar-expand-md .dropdown.megamenu-item .mega_burgertext {
    text-transform: uppercase;
    line-height: 1rem;
    margin-bottom: 2px;
    margin-left: 6px; }
  /* line 1027, _core.scss.liquid */
  .navbar-expand-md .dropdown.megamenu-item ~ .nav-item a {
    text-transform: uppercase;
    color: #000; }

/* line 1034, _core.scss.liquid */
sup.text-muted {
  margin-left: 1px; }

/* line 1038, _core.scss.liquid */
button#feedback_commit {
  display: inline-block;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.45rem 0.85rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.37rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  color: #000000;
  background-color: #f6d258;
  border-color: #f6d258; }

/* line 1062, _core.scss.liquid */
.bonus_system-info {
  font-size: 14px;
  color: #777; }
  /* line 1065, _core.scss.liquid */
  .bonus_system-info .js-bonus-points {
    font-weight: 600;
    color: #f6d258;
    text-decoration: underline;
    cursor: pointer; }

@media (max-width: 420px) {
  /* line 1073, _core.scss.liquid */
  [class*="list-"] li.justify-content-between {
    font-size: 12px; } }
/* line 1077, _core.scss.liquid */
[class*="list-"] li.justify-content-between:after {
  content: none; }

/* line 1082, _core.scss.liquid */
.m-input--checkbox {
  opacity: 1; }

/* line 1087, _core.scss.liquid */
form .btn[disabled] {
  pointer-events: none;
  opacity: 0.4; }

/* line 1093, _core.scss.liquid */
.header-top-light .nav-link.active {
  color: #fff;
  text-decoration: none;
  background-color: #f6d258; }
  /* line 1094, _core.scss.liquid */
  .header-top-light .nav-link.active.pl-0 {
    padding-left: 1rem !important; }

/* line 1102, _core.scss.liquid */
.card-product-grid .topbar .inner-badge {
  margin-bottom: 4px; }
  @media (max-width: 480px) {
    /* line 1102, _core.scss.liquid */
    .card-product-grid .topbar .inner-badge {
      white-space: normal; } }

/* line 1110, _core.scss.liquid */
.scrollable-content table {
  display: block;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
  overflow-x: auto; }
  @media (max-width: 1200px) {
    /* line 1110, _core.scss.liquid */
    .scrollable-content table {
      width: 100% !important; } }
/* line 1120, _core.scss.liquid */
.scrollable-content iframe {
  max-width: 100%; }
/* line 1123, _core.scss.liquid */
.scrollable-content img {
  max-width: 100%; }
/* line 1126, _core.scss.liquid */
.scrollable-content video {
  max-width: 100%; }

@media (max-width: 768px) {
  /* line 1132, _core.scss.liquid */
  .review-form {
    margin-bottom: 24px; }
    /* line 1134, _core.scss.liquid */
    .review-form .card-body {
      padding: 0;
      overflow: hidden; } }
/* line 1143, _core.scss.liquid */
.sticky-button-wrapper.filtering .filter-group {
  pointer-events: none;
  opacity: 0.4; }

/* line 1150, _core.scss.liquid */
.sticky-filter-button {
  position: sticky;
  bottom: 0;
  font-size: 90%; }
  /* line 1154, _core.scss.liquid */
  .sticky-filter-button [data-filter-finded] {
    color: #f6d258;
    background: #000000;
    font-weight: bold;
    padding: 0px 8px;
    border-radius: 10px; }

/* line 1163, _core.scss.liquid */
.r-0-t-3 {
  right: 0;
  top: 3px; }

/* line 1168, _core.scss.liquid */
.main-dropdown {
  max-height: calc(100vh - 250px);
  min-height: 300px;
  overflow: auto; }

@-webkit-keyframes pulsate {
  0% {
    background: rgba(0, 0, 0, 0.1); }
  50% {
    background: rgba(0, 0, 0, 0.02); }
  100% {
    background: rgba(0, 0, 0, 0.1); } }
@-moz-keyframes pulsate {
  0% {
    background: rgba(0, 0, 0, 0.1); }
  50% {
    background: rgba(0, 0, 0, 0.02); }
  100% {
    background: rgba(0, 0, 0, 0.1); } }
@-ms-keyframes pulsate {
  0% {
    background: rgba(0, 0, 0, 0.1); }
  50% {
    background: rgba(0, 0, 0, 0.02); }
  100% {
    background: rgba(0, 0, 0, 0.1); } }
@-o-keyframes pulsate {
  0% {
    background: rgba(0, 0, 0, 0.1); }
  50% {
    background: rgba(0, 0, 0, 0.02); }
  100% {
    background: rgba(0, 0, 0, 0.1); } }
@keyframes pulsate {
  0% {
    background: rgba(0, 0, 0, 0.1); }
  50% {
    background: rgba(0, 0, 0, 0.02); }
  100% {
    background: rgba(0, 0, 0, 0.1); } }
/* line 1230, _core.scss.liquid */
.price-placeholder {
  height: 31px;
  width: 146px;
  display: inline-block;
  vertical-align: middle;
  background: rgba(0, 0, 0, 0.04);
  border-radius: 16px;
  margin-bottom: 8px;
  margin-top: 4px;
  -webkit-animation: pulsate 2s infinite ease;
  -moz-animation: pulsate 2s infinite ease;
  -o-animation: pulsate 2s infinite ease;
  animation: pulsate 2s infinite ease; }

/* line 1245, _core.scss.liquid */
figcaption.flexed {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

/* line 1252, _core.scss.liquid */
.list-menu-wrapper {
  width: 260px;
  border: none; }
  /* line 1255, _core.scss.liquid */
  .list-menu-wrapper .list-item-subs-wrapper {
    position: absolute;
    left: 100%;
    top: 0px;
    width: 100%;
    min-height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
    background: #FFF;
    box-shadow: 0 0.125rem 1rem rgba(0, 0, 0, 0.075) !important; }
    /* line 1266, _core.scss.liquid */
    .list-menu-wrapper .list-item-subs-wrapper.first-level {
      visibility: visible;
      opacity: 1;
      left: 0; }
    /* line 1271, _core.scss.liquid */
    .list-menu-wrapper .list-item-subs-wrapper.third-level {
      left: 100%; }
  /* line 1276, _core.scss.liquid */
  .list-menu-wrapper .list-item-part:hover {
    background-color: #fafafa; }
    /* line 1278, _core.scss.liquid */
    .list-menu-wrapper .list-item-part:hover > .list-item-subs-wrapper {
      opacity: 1;
      visibility: visible; }
  /* line 1283, _core.scss.liquid */
  .list-menu-wrapper .list-item-part a {
    padding: 5px 20px; }
    /* line 1285, _core.scss.liquid */
    .list-menu-wrapper .list-item-part a.has_babies {
      padding-right: 40px; }
    /* line 1288, _core.scss.liquid */
    .list-menu-wrapper .list-item-part a .fas {
      right: 7px;
      position: absolute;
      text-align: center;
      opacity: 0.7;
      top: 50%;
      transform: translate(0px, -50%);
      padding: 8px 0px;
      width: 30px; }
  /* line 1300, _core.scss.liquid */
  .list-menu-wrapper .list-item-part:last-of-type a {
    padding-bottom: 11px; }

/* line 1307, _core.scss.liquid */
.subcollections-row {
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  -ms-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s;
  margin-bottom: 10px; }
  /* line 1314, _core.scss.liquid */
  .subcollections-row.overflowed {
    height: 150px !important;
    overflow: hidden; }
  /* line 1318, _core.scss.liquid */
  .subcollections-row a {
    font-size: 1.25em; }
    /* line 1320, _core.scss.liquid */
    .subcollections-row a:hover {
      text-decoration: underline; }

/* line 1326, _core.scss.liquid */
.photo-dots {
  position: absolute;
  bottom: 4px;
  display: flex;
  left: 0;
  right: 0;
  width: 100%;
  justify-content: center;
  font-size: 32px;
  line-height: 15px;
  color: #aaa; }
  /* line 1338, _core.scss.liquid */
  .photo-dots .photo-dot.active {
    color: #f6d258; }

/* line 1344, _core.scss.liquid */
.photo-areas {
  display: flex;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  height: 100%; }
  /* line 1351, _core.scss.liquid */
  .photo-areas .photo-area {
    display: block;
    flex-grow: 1; }

/* line 1357, _core.scss.liquid */
.discount-badge {
  bottom: 0;
  position: absolute;
  left: 0;
  background: #f6d258;
  color: #000;
  padding: 2px 12px 1px;
  border-radius: 20px;
  letter-spacing: 1px;
  font-size: 1.25rem;
  font-family: sans-serif;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

/* line 1373, _core.scss.liquid */
.old_price[data-percent]:after {
  content: "-" attr(data-percent) "%";
  display: inline-block;
  vertical-align: middle;
  background: #f6d258;
  color: #fff;
  padding: 2px 12px 0px;
  border-radius: 20px;
  font-size: 16px;
  letter-spacing: 1px;
  font-family: sans-serif;
  margin-left: 10px; }

/* line 1388, _core.scss.liquid */
.prop-hr {
  width: 100%;
  margin: 0;
  border-top: 1px dashed;
  margin-bottom: 10px; }

/* line 1395, _core.scss.liquid */
#profile dd {
  margin-bottom: 0; }

/* line 1400, _core.scss.liquid */
.border-bottom-dashed {
  border-bottom: 1px dashed; }

/* line 1404, _core.scss.liquid */
[data-choose-var] {
  pointer-events: none;
  color: black;
  border-color: #aaa; }
  /* line 1408, _core.scss.liquid */
  [data-choose-var] * {
    display: none; }
  /* line 1409, _core.scss.liquid */
  [data-choose-var]:after {
    display: block;
    content: "Выберите вариант"; }

/* line 1419, _core.scss.liquid */
.swiper-slide .promo-slide__item-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  color: white; }

@media screen and (max-width: 480px) {
  /* line 1433, _core.scss.liquid */
  .feedback {
    justify-content: left;
    padding-left: 90px; } }

/* line 1440, _core.scss.liquid */
.feedback_icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: var(--blue);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px; }

/* line 1451, _core.scss.liquid */
.feedback_info {
  display: flex;
  flex-direction: column;
  justify-content: center; }

/* line 1457, _core.scss.liquid */
.feedback_info p {
  margin-bottom: 0; }

/* line 1461, _core.scss.liquid */
.option-product-wrap-btn {
  position: relative; }

/* line 1465, _core.scss.liquid */
.item-option-select .option-values .option-value {
  padding-right: 30px; }

/* line 1469, _core.scss.liquid */
.item-option-select .option-values .option-value + span {
  font-size: 1.15em;
  color: var(--blue);
  position: absolute;
  right: 9px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer; }

/* line 1479, _core.scss.liquid */
.item-option-select .option-values .option-value.is-active + span,
.item-option-select .option-values .option-value:hover + span {
  color: var(--white); }

/* line 1485, _core.scss.liquid */
#specifications_html table, #profile table {
  border: none;
  margin: 20px 0;
  width: 100%;
  display: table;
  max-width: 100%;
  position: relative;
  overflow: hidden; }
  /* line 1493, _core.scss.liquid */
  #specifications_html table td, #profile table td {
    padding: 5px 10px;
    border: 0; }
    /* line 1496, _core.scss.liquid */
    #specifications_html table td:nth-child(1), #profile table td:nth-child(1) {
      width: 30%;
      position: relative;
      color: #4d4d4d; }
      /* line 1500, _core.scss.liquid */
      #specifications_html table td:nth-child(1):after, #profile table td:nth-child(1):after {
        content: "";
        display: inline-block;
        border-bottom: 1px dashed #f6d258;
        position: absolute;
        min-width: 100%;
        bottom: 10px;
        margin-left: 5px;
        z-index: -1; }
    /* line 1511, _core.scss.liquid */
    #specifications_html table td:nth-child(2), #profile table td:nth-child(2) {
      width: 70%;
      background-color: white; }

/* line 1520, _core.scss.liquid */
body .btn.sticky-cart {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  top: 200%; }

/* line 1530, _core.scss.liquid */
body .btn.sticky-cart span {
  position: absolute;
  top: 10px;
  right: 11px; }

/* line 1536, _core.scss.liquid */
.mySwiper .swiper-slide {
  height: 440px;
  display: flex;
  justify-content: center; }

/* line 1542, _core.scss.liquid */
.relatedSwiper, .similarSwiper {
  overflow: hidden;
  position: relative; }
  /* line 1545, _core.scss.liquid */
  .relatedSwiper .swiper-pagination-bullets, .similarSwiper .swiper-pagination-bullets {
    bottom: 0; }
  /* line 1548, _core.scss.liquid */
  .relatedSwiper .card-product-grid .img-wrap, .similarSwiper .card-product-grid .img-wrap {
    height: 150px; }

/* line 1554, _core.scss.liquid */
.fancybox-content {
  border-radius: 10px; }
  /* line 1556, _core.scss.liquid */
  .fancybox-content .card-body {
    border-radius: 10px;
    height: 190px;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }

/* line 1565, _core.scss.liquid */
body {
  font-family: "Gilroy", sans-serif; }

/* line 1570, _core.scss.liquid */
.filter-group a {
  color: #000; }

/* line 1576, _core.scss.liquid */
.shortsSwiper .swiper-slide {
  position: relative;
  cursor: pointer; }
  /* line 1579, _core.scss.liquid */
  .shortsSwiper .swiper-slide iframe {
    position: relative;
    z-index: 150; }
  /* line 1583, _core.scss.liquid */
  .shortsSwiper .swiper-slide::after {
    content: "\f04b";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 2.5rem;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    color: white;
    z-index: 100; }

/* line 1604, _core.scss.liquid */
.product-tabs .nav-tabs .nav-link {
  color: black;
  border: 1px solid #969696;
  border-radius: 10px;
  font-size: 1.25em;
  margin-right: 10px; }
  /* line 1610, _core.scss.liquid */
  .product-tabs .nav-tabs .nav-link.active {
    border-color: #969696; }

/* line 1618, _core.scss.liquid */
.shorts-block-order-page {
  border-top: 1px solid #969696;
  padding-top: 30px; }

/* line 1623, _core.scss.liquid */
.is-show {
  display: block !important; }

/* line 1627, _core.scss.liquid */
[data-feedback-form-field-area=true].is-error [data-feedback-form-field-error] {
  width: 100%;
  margin-top: .25rem;
  font-size: .875em;
  color: #dc3545; }

/* line 1634, _core.scss.liquid */
input.is-error {
  border-color: #dc3545;
  padding-right: calc(1.5em + .75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem); }
