@charset "UTF-8";
/*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --blue: #265d48;
  --indigo: #533be2;
  --purple: #4c2c92;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #fad776;
  --green: #6dbb30;
  --teal: #20c997;
  --cyan: #00dffc;
  --white: #ffffff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #265d48;
  --secondary: #318e2f;
  --success: #b5d56a;
  --info: #00dffc;
  --warning: #fad776;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #000000;
  --indigo: #533be2;
  --purple: #4c2c92;
  --pink: #e83e8c;
  --upice: #318e2f;
  --upice-yellow: #fbc534;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1400px;
  --font-family-sans-serif: "open sans", sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

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

body {
  margin: 0;
  font-family: "open sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #ffffff;
}

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #265d48;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #10271e;
  text-decoration: underline;
}

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

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

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

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

small,
.small {
  font-size: 0.875em;
  font-weight: 400;
}

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

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

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

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

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

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

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

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

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

.figure {
  display: inline-block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #c2d2cc;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #8eaba0;
}

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

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #c5dfc5;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #94c493;
}

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

.table-success,
.table-success > th,
.table-success > td {
  background-color: #eaf3d5;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #d9e9b2;
}

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

.table-info,
.table-info > th,
.table-info > td {
  background-color: #b8f6fe;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #7aeefd;
}

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

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

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

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

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

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

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

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #b8b8b8;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #7a7a7a;
}

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

.table-indigo,
.table-indigo > th,
.table-indigo > td {
  background-color: #cfc8f7;
}
.table-indigo th,
.table-indigo td,
.table-indigo thead th,
.table-indigo tbody + tbody {
  border-color: #a699f0;
}

.table-hover .table-indigo:hover {
  background-color: #bcb2f4;
}
.table-hover .table-indigo:hover > td,
.table-hover .table-indigo:hover > th {
  background-color: #bcb2f4;
}

.table-purple,
.table-purple > th,
.table-purple > td {
  background-color: #cdc4e0;
}
.table-purple th,
.table-purple td,
.table-purple thead th,
.table-purple tbody + tbody {
  border-color: #a291c6;
}

.table-hover .table-purple:hover {
  background-color: #bfb3d7;
}
.table-hover .table-purple:hover > td,
.table-hover .table-purple:hover > th {
  background-color: #bfb3d7;
}

.table-pink,
.table-pink > th,
.table-pink > td {
  background-color: #f9c9df;
}
.table-pink th,
.table-pink td,
.table-pink thead th,
.table-pink tbody + tbody {
  border-color: #f39bc3;
}

.table-hover .table-pink:hover {
  background-color: #f6b2d1;
}
.table-hover .table-pink:hover > td,
.table-hover .table-pink:hover > th {
  background-color: #f6b2d1;
}

.table-upice,
.table-upice > th,
.table-upice > td {
  background-color: #c5dfc5;
}
.table-upice th,
.table-upice td,
.table-upice thead th,
.table-upice tbody + tbody {
  border-color: #94c493;
}

.table-hover .table-upice:hover {
  background-color: #b5d6b5;
}
.table-hover .table-upice:hover > td,
.table-hover .table-upice:hover > th {
  background-color: #b5d6b5;
}

.table-upice-yellow,
.table-upice-yellow > th,
.table-upice-yellow > td {
  background-color: #feefc6;
}
.table-upice-yellow th,
.table-upice-yellow td,
.table-upice-yellow thead th,
.table-upice-yellow tbody + tbody {
  border-color: #fde195;
}

.table-hover .table-upice-yellow:hover {
  background-color: #fee8ad;
}
.table-hover .table-upice-yellow:hover > td,
.table-hover .table-upice-yellow:hover > th {
  background-color: #fee8ad;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

textarea.form-control {
  height: auto;
}

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

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

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

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

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

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

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

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #b5d56a;
}

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

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

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

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

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

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

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

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #b5d56a;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #b5d56a;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #c9e092;
  background-color: #c9e092;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(181, 213, 106, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #b5d56a;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #b5d56a;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #b5d56a;
  box-shadow: 0 0 0 0.2rem rgba(181, 213, 106, 0.25);
}

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

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

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

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

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

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

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

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

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

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

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

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

.btn-primary {
  color: #ffffff;
  background-color: #265d48;
  border-color: #265d48;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #1b4233;
  border-color: #17392c;
}
.btn-primary:focus, .btn-primary.focus {
  color: #ffffff;
  background-color: #1b4233;
  border-color: #17392c;
  box-shadow: 0 0 0 0.2rem rgba(71, 117, 99, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #ffffff;
  background-color: #265d48;
  border-color: #265d48;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #ffffff;
  background-color: #17392c;
  border-color: #143025;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(71, 117, 99, 0.5);
}

.btn-secondary {
  color: #ffffff;
  background-color: #318e2f;
  border-color: #318e2f;
}
.btn-secondary:hover {
  color: #ffffff;
  background-color: #277125;
  border-color: #246822;
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #ffffff;
  background-color: #277125;
  border-color: #246822;
  box-shadow: 0 0 0 0.2rem rgba(80, 159, 78, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #ffffff;
  background-color: #318e2f;
  border-color: #318e2f;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #ffffff;
  background-color: #246822;
  border-color: #205e1f;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(80, 159, 78, 0.5);
}

.btn-success {
  color: #212529;
  background-color: #b5d56a;
  border-color: #b5d56a;
}
.btn-success:hover {
  color: #212529;
  background-color: #a6cd4c;
  border-color: #a1ca42;
}
.btn-success:focus, .btn-success.focus {
  color: #212529;
  background-color: #a6cd4c;
  border-color: #a1ca42;
  box-shadow: 0 0 0 0.2rem rgba(159, 187, 96, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #212529;
  background-color: #b5d56a;
  border-color: #b5d56a;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #212529;
  background-color: #a1ca42;
  border-color: #9cc738;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(159, 187, 96, 0.5);
}

.btn-info {
  color: #212529;
  background-color: #00dffc;
  border-color: #00dffc;
}
.btn-info:hover {
  color: #ffffff;
  background-color: #00bdd6;
  border-color: #00b2c9;
}
.btn-info:focus, .btn-info.focus {
  color: #ffffff;
  background-color: #00bdd6;
  border-color: #00b2c9;
  box-shadow: 0 0 0 0.2rem rgba(5, 195, 220, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #212529;
  background-color: #00dffc;
  border-color: #00dffc;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #ffffff;
  background-color: #00b2c9;
  border-color: #00a7bc;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(5, 195, 220, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #fad776;
  border-color: #fad776;
}
.btn-warning:hover {
  color: #212529;
  background-color: #f9cc51;
  border-color: #f8c945;
}
.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: #f9cc51;
  border-color: #f8c945;
  box-shadow: 0 0 0 0.2rem rgba(217, 188, 106, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #fad776;
  border-color: #fad776;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #f8c945;
  border-color: #f8c538;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(217, 188, 106, 0.5);
}

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

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

.btn-dark {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-dark:hover {
  color: #ffffff;
  background-color: black;
  border-color: black;
}
.btn-dark:focus, .btn-dark.focus {
  color: #ffffff;
  background-color: black;
  border-color: black;
  box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #ffffff;
  background-color: black;
  border-color: black;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
}

.btn-indigo {
  color: #ffffff;
  background-color: #533be2;
  border-color: #533be2;
}
.btn-indigo:hover {
  color: #ffffff;
  background-color: #3a20d7;
  border-color: #371ecc;
}
.btn-indigo:focus, .btn-indigo.focus {
  color: #ffffff;
  background-color: #3a20d7;
  border-color: #371ecc;
  box-shadow: 0 0 0 0.2rem rgba(109, 88, 230, 0.5);
}
.btn-indigo.disabled, .btn-indigo:disabled {
  color: #ffffff;
  background-color: #533be2;
  border-color: #533be2;
}
.btn-indigo:not(:disabled):not(.disabled):active, .btn-indigo:not(:disabled):not(.disabled).active, .show > .btn-indigo.dropdown-toggle {
  color: #ffffff;
  background-color: #371ecc;
  border-color: #341dc1;
}
.btn-indigo:not(:disabled):not(.disabled):active:focus, .btn-indigo:not(:disabled):not(.disabled).active:focus, .show > .btn-indigo.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(109, 88, 230, 0.5);
}

.btn-purple {
  color: #ffffff;
  background-color: #4c2c92;
  border-color: #4c2c92;
}
.btn-purple:hover {
  color: #ffffff;
  background-color: #3d2375;
  border-color: #38206b;
}
.btn-purple:focus, .btn-purple.focus {
  color: #ffffff;
  background-color: #3d2375;
  border-color: #38206b;
  box-shadow: 0 0 0 0.2rem rgba(103, 76, 162, 0.5);
}
.btn-purple.disabled, .btn-purple:disabled {
  color: #ffffff;
  background-color: #4c2c92;
  border-color: #4c2c92;
}
.btn-purple:not(:disabled):not(.disabled):active, .btn-purple:not(:disabled):not(.disabled).active, .show > .btn-purple.dropdown-toggle {
  color: #ffffff;
  background-color: #38206b;
  border-color: #331d61;
}
.btn-purple:not(:disabled):not(.disabled):active:focus, .btn-purple:not(:disabled):not(.disabled).active:focus, .show > .btn-purple.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(103, 76, 162, 0.5);
}

.btn-pink {
  color: #ffffff;
  background-color: #e83e8c;
  border-color: #e83e8c;
}
.btn-pink:hover {
  color: #ffffff;
  background-color: #e41c78;
  border-color: #d91a72;
}
.btn-pink:focus, .btn-pink.focus {
  color: #ffffff;
  background-color: #e41c78;
  border-color: #d91a72;
  box-shadow: 0 0 0 0.2rem rgba(235, 91, 157, 0.5);
}
.btn-pink.disabled, .btn-pink:disabled {
  color: #ffffff;
  background-color: #e83e8c;
  border-color: #e83e8c;
}
.btn-pink:not(:disabled):not(.disabled):active, .btn-pink:not(:disabled):not(.disabled).active, .show > .btn-pink.dropdown-toggle {
  color: #ffffff;
  background-color: #d91a72;
  border-color: #ce196c;
}
.btn-pink:not(:disabled):not(.disabled):active:focus, .btn-pink:not(:disabled):not(.disabled).active:focus, .show > .btn-pink.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(235, 91, 157, 0.5);
}

.btn-upice {
  color: #ffffff;
  background-color: #318e2f;
  border-color: #318e2f;
}
.btn-upice:hover {
  color: #ffffff;
  background-color: #277125;
  border-color: #246822;
}
.btn-upice:focus, .btn-upice.focus {
  color: #ffffff;
  background-color: #277125;
  border-color: #246822;
  box-shadow: 0 0 0 0.2rem rgba(80, 159, 78, 0.5);
}
.btn-upice.disabled, .btn-upice:disabled {
  color: #ffffff;
  background-color: #318e2f;
  border-color: #318e2f;
}
.btn-upice:not(:disabled):not(.disabled):active, .btn-upice:not(:disabled):not(.disabled).active, .show > .btn-upice.dropdown-toggle {
  color: #ffffff;
  background-color: #246822;
  border-color: #205e1f;
}
.btn-upice:not(:disabled):not(.disabled):active:focus, .btn-upice:not(:disabled):not(.disabled).active:focus, .show > .btn-upice.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(80, 159, 78, 0.5);
}

.btn-upice-yellow {
  color: #212529;
  background-color: #fbc534;
  border-color: #fbc534;
}
.btn-upice-yellow:hover {
  color: #212529;
  background-color: #faba0e;
  border-color: #f7b505;
}
.btn-upice-yellow:focus, .btn-upice-yellow.focus {
  color: #212529;
  background-color: #faba0e;
  border-color: #f7b505;
  box-shadow: 0 0 0 0.2rem rgba(218, 173, 50, 0.5);
}
.btn-upice-yellow.disabled, .btn-upice-yellow:disabled {
  color: #212529;
  background-color: #fbc534;
  border-color: #fbc534;
}
.btn-upice-yellow:not(:disabled):not(.disabled):active, .btn-upice-yellow:not(:disabled):not(.disabled).active, .show > .btn-upice-yellow.dropdown-toggle {
  color: #212529;
  background-color: #f7b505;
  border-color: #ebac05;
}
.btn-upice-yellow:not(:disabled):not(.disabled):active:focus, .btn-upice-yellow:not(:disabled):not(.disabled).active:focus, .show > .btn-upice-yellow.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(218, 173, 50, 0.5);
}

.btn-outline-primary {
  color: #265d48;
  border-color: #265d48;
}
.btn-outline-primary:hover {
  color: #ffffff;
  background-color: #265d48;
  border-color: #265d48;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 93, 72, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #265d48;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #ffffff;
  background-color: #265d48;
  border-color: #265d48;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 93, 72, 0.5);
}

.btn-outline-secondary {
  color: #318e2f;
  border-color: #318e2f;
}
.btn-outline-secondary:hover {
  color: #ffffff;
  background-color: #318e2f;
  border-color: #318e2f;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(49, 142, 47, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #318e2f;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #ffffff;
  background-color: #318e2f;
  border-color: #318e2f;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(49, 142, 47, 0.5);
}

.btn-outline-success {
  color: #b5d56a;
  border-color: #b5d56a;
}
.btn-outline-success:hover {
  color: #212529;
  background-color: #b5d56a;
  border-color: #b5d56a;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(181, 213, 106, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #b5d56a;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #212529;
  background-color: #b5d56a;
  border-color: #b5d56a;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(181, 213, 106, 0.5);
}

.btn-outline-info {
  color: #00dffc;
  border-color: #00dffc;
}
.btn-outline-info:hover {
  color: #212529;
  background-color: #00dffc;
  border-color: #00dffc;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 223, 252, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #00dffc;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #212529;
  background-color: #00dffc;
  border-color: #00dffc;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 223, 252, 0.5);
}

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

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

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

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

.btn-outline-indigo {
  color: #533be2;
  border-color: #533be2;
}
.btn-outline-indigo:hover {
  color: #ffffff;
  background-color: #533be2;
  border-color: #533be2;
}
.btn-outline-indigo:focus, .btn-outline-indigo.focus {
  box-shadow: 0 0 0 0.2rem rgba(83, 59, 226, 0.5);
}
.btn-outline-indigo.disabled, .btn-outline-indigo:disabled {
  color: #533be2;
  background-color: transparent;
}
.btn-outline-indigo:not(:disabled):not(.disabled):active, .btn-outline-indigo:not(:disabled):not(.disabled).active, .show > .btn-outline-indigo.dropdown-toggle {
  color: #ffffff;
  background-color: #533be2;
  border-color: #533be2;
}
.btn-outline-indigo:not(:disabled):not(.disabled):active:focus, .btn-outline-indigo:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-indigo.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(83, 59, 226, 0.5);
}

.btn-outline-purple {
  color: #4c2c92;
  border-color: #4c2c92;
}
.btn-outline-purple:hover {
  color: #ffffff;
  background-color: #4c2c92;
  border-color: #4c2c92;
}
.btn-outline-purple:focus, .btn-outline-purple.focus {
  box-shadow: 0 0 0 0.2rem rgba(76, 44, 146, 0.5);
}
.btn-outline-purple.disabled, .btn-outline-purple:disabled {
  color: #4c2c92;
  background-color: transparent;
}
.btn-outline-purple:not(:disabled):not(.disabled):active, .btn-outline-purple:not(:disabled):not(.disabled).active, .show > .btn-outline-purple.dropdown-toggle {
  color: #ffffff;
  background-color: #4c2c92;
  border-color: #4c2c92;
}
.btn-outline-purple:not(:disabled):not(.disabled):active:focus, .btn-outline-purple:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-purple.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(76, 44, 146, 0.5);
}

.btn-outline-pink {
  color: #e83e8c;
  border-color: #e83e8c;
}
.btn-outline-pink:hover {
  color: #ffffff;
  background-color: #e83e8c;
  border-color: #e83e8c;
}
.btn-outline-pink:focus, .btn-outline-pink.focus {
  box-shadow: 0 0 0 0.2rem rgba(232, 62, 140, 0.5);
}
.btn-outline-pink.disabled, .btn-outline-pink:disabled {
  color: #e83e8c;
  background-color: transparent;
}
.btn-outline-pink:not(:disabled):not(.disabled):active, .btn-outline-pink:not(:disabled):not(.disabled).active, .show > .btn-outline-pink.dropdown-toggle {
  color: #ffffff;
  background-color: #e83e8c;
  border-color: #e83e8c;
}
.btn-outline-pink:not(:disabled):not(.disabled):active:focus, .btn-outline-pink:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-pink.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(232, 62, 140, 0.5);
}

.btn-outline-upice {
  color: #318e2f;
  border-color: #318e2f;
}
.btn-outline-upice:hover {
  color: #ffffff;
  background-color: #318e2f;
  border-color: #318e2f;
}
.btn-outline-upice:focus, .btn-outline-upice.focus {
  box-shadow: 0 0 0 0.2rem rgba(49, 142, 47, 0.5);
}
.btn-outline-upice.disabled, .btn-outline-upice:disabled {
  color: #318e2f;
  background-color: transparent;
}
.btn-outline-upice:not(:disabled):not(.disabled):active, .btn-outline-upice:not(:disabled):not(.disabled).active, .show > .btn-outline-upice.dropdown-toggle {
  color: #ffffff;
  background-color: #318e2f;
  border-color: #318e2f;
}
.btn-outline-upice:not(:disabled):not(.disabled):active:focus, .btn-outline-upice:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-upice.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(49, 142, 47, 0.5);
}

.btn-outline-upice-yellow {
  color: #fbc534;
  border-color: #fbc534;
}
.btn-outline-upice-yellow:hover {
  color: #212529;
  background-color: #fbc534;
  border-color: #fbc534;
}
.btn-outline-upice-yellow:focus, .btn-outline-upice-yellow.focus {
  box-shadow: 0 0 0 0.2rem rgba(251, 197, 52, 0.5);
}
.btn-outline-upice-yellow.disabled, .btn-outline-upice-yellow:disabled {
  color: #fbc534;
  background-color: transparent;
}
.btn-outline-upice-yellow:not(:disabled):not(.disabled):active, .btn-outline-upice-yellow:not(:disabled):not(.disabled).active, .show > .btn-outline-upice-yellow.dropdown-toggle {
  color: #212529;
  background-color: #fbc534;
  border-color: #fbc534;
}
.btn-outline-upice-yellow:not(:disabled):not(.disabled):active:focus, .btn-outline-upice-yellow:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-upice-yellow.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(251, 197, 52, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #265d48;
  text-decoration: none;
}
.btn-link:hover {
  color: #10271e;
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

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

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

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

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

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

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

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

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

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

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #ffffff;
  border-color: #265d48;
  background-color: #265d48;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(38, 93, 72, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #4cb68e;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #ffffff;
  background-color: #71c5a5;
  border-color: #71c5a5;
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #ffffff;
  background-color: #265d48;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 0;
  list-style: none;
  background-color: transparent;
  border-radius: 0.25rem;
}

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

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

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #265d48;
  background-color: #ffffff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #10271e;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(38, 93, 72, 0.25);
}

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

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

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

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

.badge:empty {
  display: none;
}

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

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

.badge-primary {
  color: #ffffff;
  background-color: #265d48;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #ffffff;
  background-color: #17392c;
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(38, 93, 72, 0.5);
}

.badge-secondary {
  color: #ffffff;
  background-color: #318e2f;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #ffffff;
  background-color: #246822;
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(49, 142, 47, 0.5);
}

.badge-success {
  color: #212529;
  background-color: #b5d56a;
}
a.badge-success:hover, a.badge-success:focus {
  color: #212529;
  background-color: #a1ca42;
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(181, 213, 106, 0.5);
}

.badge-info {
  color: #212529;
  background-color: #00dffc;
}
a.badge-info:hover, a.badge-info:focus {
  color: #212529;
  background-color: #00b2c9;
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 223, 252, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #fad776;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #f8c945;
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(250, 215, 118, 0.5);
}

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

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

.badge-dark {
  color: #ffffff;
  background-color: #000000;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #ffffff;
  background-color: black;
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

.badge-indigo {
  color: #ffffff;
  background-color: #533be2;
}
a.badge-indigo:hover, a.badge-indigo:focus {
  color: #ffffff;
  background-color: #371ecc;
}
a.badge-indigo:focus, a.badge-indigo.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(83, 59, 226, 0.5);
}

.badge-purple {
  color: #ffffff;
  background-color: #4c2c92;
}
a.badge-purple:hover, a.badge-purple:focus {
  color: #ffffff;
  background-color: #38206b;
}
a.badge-purple:focus, a.badge-purple.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(76, 44, 146, 0.5);
}

.badge-pink {
  color: #ffffff;
  background-color: #e83e8c;
}
a.badge-pink:hover, a.badge-pink:focus {
  color: #ffffff;
  background-color: #d91a72;
}
a.badge-pink:focus, a.badge-pink.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(232, 62, 140, 0.5);
}

.badge-upice {
  color: #ffffff;
  background-color: #318e2f;
}
a.badge-upice:hover, a.badge-upice:focus {
  color: #ffffff;
  background-color: #246822;
}
a.badge-upice:focus, a.badge-upice.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(49, 142, 47, 0.5);
}

.badge-upice-yellow {
  color: #212529;
  background-color: #fbc534;
}
a.badge-upice-yellow:hover, a.badge-upice-yellow:focus {
  color: #212529;
  background-color: #f7b505;
}
a.badge-upice-yellow:focus, a.badge-upice-yellow.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(251, 197, 52, 0.5);
}

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

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

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

.alert-heading {
  color: inherit;
}

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

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

.alert-primary {
  color: #143025;
  background-color: #d4dfda;
  border-color: #c2d2cc;
}
.alert-primary hr {
  border-top-color: #b3c7c0;
}
.alert-primary .alert-link {
  color: #050c09;
}

.alert-secondary {
  color: #194a18;
  background-color: #d6e8d5;
  border-color: #c5dfc5;
}
.alert-secondary hr {
  border-top-color: #b5d6b5;
}
.alert-secondary .alert-link {
  color: #0c230c;
}

.alert-success {
  color: #5e6f37;
  background-color: #f0f7e1;
  border-color: #eaf3d5;
}
.alert-success hr {
  border-top-color: #e0edc1;
}
.alert-success .alert-link {
  color: #414d26;
}

.alert-info {
  color: #007483;
  background-color: #ccf9fe;
  border-color: #b8f6fe;
}
.alert-info hr {
  border-top-color: #9ff3fe;
}
.alert-info .alert-link {
  color: #004750;
}

.alert-warning {
  color: #82703d;
  background-color: #fef7e4;
  border-color: #fef4d9;
}
.alert-warning hr {
  border-top-color: #fdedc0;
}
.alert-warning .alert-link {
  color: #5f522d;
}

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

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

.alert-dark {
  color: black;
  background-color: #cccccc;
  border-color: #b8b8b8;
}
.alert-dark hr {
  border-top-color: #ababab;
}
.alert-dark .alert-link {
  color: black;
}

.alert-indigo {
  color: #2b1f76;
  background-color: #ddd8f9;
  border-color: #cfc8f7;
}
.alert-indigo hr {
  border-top-color: #bcb2f4;
}
.alert-indigo .alert-link {
  color: #1c144e;
}

.alert-purple {
  color: #28174c;
  background-color: #dbd5e9;
  border-color: #cdc4e0;
}
.alert-purple hr {
  border-top-color: #bfb3d7;
}
.alert-purple .alert-link {
  color: #130b25;
}

.alert-pink {
  color: #792049;
  background-color: #fad8e8;
  border-color: #f9c9df;
}
.alert-pink hr {
  border-top-color: #f6b2d1;
}
.alert-pink .alert-link {
  color: #511531;
}

.alert-upice {
  color: #194a18;
  background-color: #d6e8d5;
  border-color: #c5dfc5;
}
.alert-upice hr {
  border-top-color: #b5d6b5;
}
.alert-upice .alert-link {
  color: #0c230c;
}

.alert-upice-yellow {
  color: #83661b;
  background-color: #fef3d6;
  border-color: #feefc6;
}
.alert-upice-yellow hr {
  border-top-color: #fee8ad;
}
.alert-upice-yellow .alert-link {
  color: #594512;
}

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

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

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

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

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

.media-body {
  flex: 1;
}

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

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

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

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

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

.list-group-item-primary {
  color: #143025;
  background-color: #c2d2cc;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #143025;
  background-color: #b3c7c0;
}
.list-group-item-primary.list-group-item-action.active {
  color: #ffffff;
  background-color: #143025;
  border-color: #143025;
}

.list-group-item-secondary {
  color: #194a18;
  background-color: #c5dfc5;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #194a18;
  background-color: #b5d6b5;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #ffffff;
  background-color: #194a18;
  border-color: #194a18;
}

.list-group-item-success {
  color: #5e6f37;
  background-color: #eaf3d5;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #5e6f37;
  background-color: #e0edc1;
}
.list-group-item-success.list-group-item-action.active {
  color: #ffffff;
  background-color: #5e6f37;
  border-color: #5e6f37;
}

.list-group-item-info {
  color: #007483;
  background-color: #b8f6fe;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #007483;
  background-color: #9ff3fe;
}
.list-group-item-info.list-group-item-action.active {
  color: #ffffff;
  background-color: #007483;
  border-color: #007483;
}

.list-group-item-warning {
  color: #82703d;
  background-color: #fef4d9;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #82703d;
  background-color: #fdedc0;
}
.list-group-item-warning.list-group-item-action.active {
  color: #ffffff;
  background-color: #82703d;
  border-color: #82703d;
}

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

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

.list-group-item-dark {
  color: black;
  background-color: #b8b8b8;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: black;
  background-color: #ababab;
}
.list-group-item-dark.list-group-item-action.active {
  color: #ffffff;
  background-color: black;
  border-color: black;
}

.list-group-item-indigo {
  color: #2b1f76;
  background-color: #cfc8f7;
}
.list-group-item-indigo.list-group-item-action:hover, .list-group-item-indigo.list-group-item-action:focus {
  color: #2b1f76;
  background-color: #bcb2f4;
}
.list-group-item-indigo.list-group-item-action.active {
  color: #ffffff;
  background-color: #2b1f76;
  border-color: #2b1f76;
}

.list-group-item-purple {
  color: #28174c;
  background-color: #cdc4e0;
}
.list-group-item-purple.list-group-item-action:hover, .list-group-item-purple.list-group-item-action:focus {
  color: #28174c;
  background-color: #bfb3d7;
}
.list-group-item-purple.list-group-item-action.active {
  color: #ffffff;
  background-color: #28174c;
  border-color: #28174c;
}

.list-group-item-pink {
  color: #792049;
  background-color: #f9c9df;
}
.list-group-item-pink.list-group-item-action:hover, .list-group-item-pink.list-group-item-action:focus {
  color: #792049;
  background-color: #f6b2d1;
}
.list-group-item-pink.list-group-item-action.active {
  color: #ffffff;
  background-color: #792049;
  border-color: #792049;
}

.list-group-item-upice {
  color: #194a18;
  background-color: #c5dfc5;
}
.list-group-item-upice.list-group-item-action:hover, .list-group-item-upice.list-group-item-action:focus {
  color: #194a18;
  background-color: #b5d6b5;
}
.list-group-item-upice.list-group-item-action.active {
  color: #ffffff;
  background-color: #194a18;
  border-color: #194a18;
}

.list-group-item-upice-yellow {
  color: #83661b;
  background-color: #feefc6;
}
.list-group-item-upice-yellow.list-group-item-action:hover, .list-group-item-upice-yellow.list-group-item-action:focus {
  color: #83661b;
  background-color: #fee8ad;
}
.list-group-item-upice-yellow.list-group-item-action.active {
  color: #ffffff;
  background-color: #83661b;
  border-color: #83661b;
}

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

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

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

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

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

.toast-body {
  padding: 0.75rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1400px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.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;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

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

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

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

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

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "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;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

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

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

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

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

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

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

.carousel {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-primary {
  background-color: #265d48 !important;
}

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

.bg-secondary {
  background-color: #318e2f !important;
}

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

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

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

.bg-info {
  background-color: #00dffc !important;
}

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

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

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

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

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

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

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

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

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

.bg-indigo {
  background-color: #533be2 !important;
}

a.bg-indigo:hover, a.bg-indigo:focus,
button.bg-indigo:hover,
button.bg-indigo:focus {
  background-color: #371ecc !important;
}

.bg-purple {
  background-color: #4c2c92 !important;
}

a.bg-purple:hover, a.bg-purple:focus,
button.bg-purple:hover,
button.bg-purple:focus {
  background-color: #38206b !important;
}

.bg-pink {
  background-color: #e83e8c !important;
}

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

.bg-upice {
  background-color: #318e2f !important;
}

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

.bg-upice-yellow {
  background-color: #fbc534 !important;
}

a.bg-upice-yellow:hover, a.bg-upice-yellow:focus,
button.bg-upice-yellow:hover,
button.bg-upice-yellow:focus {
  background-color: #f7b505 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.border-primary {
  border-color: #265d48 !important;
}

.border-secondary {
  border-color: #318e2f !important;
}

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

.border-info {
  border-color: #00dffc !important;
}

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

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

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

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

.border-indigo {
  border-color: #533be2 !important;
}

.border-purple {
  border-color: #4c2c92 !important;
}

.border-pink {
  border-color: #e83e8c !important;
}

.border-upice {
  border-color: #318e2f !important;
}

.border-upice-yellow {
  border-color: #fbc534 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shadow-sm {
  box-shadow: 0 0 35px rgba(140, 152, 164, 0.125) !important;
}

.shadow {
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1) !important;
}

.shadow-lg {
  box-shadow: 0 10px 40px 10px rgba(140, 152, 164, 0.175) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-primary {
  color: #265d48 !important;
}

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

.text-secondary {
  color: #318e2f !important;
}

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

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

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

.text-info {
  color: #00dffc !important;
}

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

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

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

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

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

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

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

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

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

.text-indigo {
  color: #533be2 !important;
}

a.text-indigo:hover, a.text-indigo:focus {
  color: #311bb6 !important;
}

.text-purple {
  color: #4c2c92 !important;
}

a.text-purple:hover, a.text-purple:focus {
  color: #2d1a57 !important;
}

.text-pink {
  color: #e83e8c !important;
}

a.text-pink:hover, a.text-pink:focus {
  color: #c21766 !important;
}

.text-upice {
  color: #318e2f !important;
}

a.text-upice:hover, a.text-upice:focus {
  color: #1d551c !important;
}

.text-upice-yellow {
  color: #fbc534 !important;
}

a.text-upice-yellow:hover, a.text-upice-yellow:focus {
  color: #dea304 !important;
}

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #ffffff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
html {
  font-size: 15px;
}

section {
  position: relative;
}

.navbar-nav.navbar-s1 .nav-item .nav-link {
  font-size: 17px;
  font-weight: 400;
  padding: 28px 15px;
  color: rgb(33, 37, 41);
}
.navbar-nav.navbar-s1 .nav-item .nav-link:hover, .navbar-nav.navbar-s1 .nav-item .nav-link:focus, .navbar-nav.navbar-s1 .nav-item .nav-link.active {
  color: #265d48;
}
.navbar-nav.navbar-s1 .nav-item .nav-link.nav-link--withicon .nav-icon {
  text-align: center;
}
.navbar-nav.navbar-s1 .nav-item .nav-link.nav-link--withicon .nav-icon img {
  max-height: 40px;
  max-width: 40px;
}

.btn-facebook {
  color: #ffffff;
  background-color: #3b5998;
  border-color: #3b5998;
  color: #ffffff;
}
.btn-facebook:hover {
  color: #ffffff;
  background-color: #3b5ca0;
  border-color: #3b5ca0;
}
.btn-facebook:focus, .btn-facebook.focus {
  color: #ffffff;
  background-color: #3b5ca0;
  border-color: #3b5ca0;
  box-shadow: 0 0 0 0.2rem rgba(88, 114, 167, 0.5);
}
.btn-facebook.disabled, .btn-facebook:disabled {
  color: #ffffff;
  background-color: #3b5998;
  border-color: #3b5998;
}
.btn-facebook:not(:disabled):not(.disabled):active, .btn-facebook:not(:disabled):not(.disabled).active, .show > .btn-facebook.dropdown-toggle {
  color: #ffffff;
  background-color: #3b5ca0;
  border-color: #3b5ca0;
}
.btn-facebook:not(:disabled):not(.disabled):active:focus, .btn-facebook:not(:disabled):not(.disabled).active:focus, .show > .btn-facebook.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(88, 114, 167, 0.5);
}
.btn-facebook:hover {
  color: #ffffff;
}
.btn-facebook.disabled, .btn-facebook:disabled {
  border-color: #dee2e6;
  background-color: #dee2e6;
  color: #fff;
}
.btn-facebook:not(:disabled):not(.disabled):active, .btn-facebook:not(:disabled):not(.disabled).active, .show > .btn-facebook.dropdown-toggle {
  color: #ffffff;
}

.btn-soft-static.btn-primary:not([aria-expanded=true]):not(.active),
.btn-soft.btn-primary:not(:hover):not([aria-expanded=true]):not(.active) {
  color: #10271e;
  border-color: #71c5a5;
  background-color: #71c5a5;
}

.btn-soft-static.btn-secondary:not([aria-expanded=true]):not(.active),
.btn-soft.btn-secondary:not(:hover):not([aria-expanded=true]):not(.active) {
  color: #1d551c;
  border-color: #caedca;
  background-color: #caedca;
}

.btn-soft-static.btn-success:not([aria-expanded=true]):not(.active),
.btn-soft.btn-success:not(:hover):not([aria-expanded=true]):not(.active) {
  color: #95bd35;
  border-color: white;
  background-color: white;
}

.btn-soft-static.btn-info:not([aria-expanded=true]):not(.active),
.btn-soft.btn-info:not(:hover):not([aria-expanded=true]):not(.active) {
  color: #009bb0;
  border-color: #ddfbff;
  background-color: #ddfbff;
}

.btn-soft-static.btn-warning:not([aria-expanded=true]):not(.active),
.btn-soft.btn-warning:not(:hover):not([aria-expanded=true]):not(.active) {
  color: #f7c12c;
  border-color: #fef4d8;
  background-color: #fef4d8;
}

.btn-soft-static.btn-danger:not([aria-expanded=true]):not(.active),
.btn-soft.btn-danger:not(:hover):not([aria-expanded=true]):not(.active) {
  color: #a71d2a;
  border-color: #fbe7e9;
  background-color: #fbe7e9;
}

.btn-soft-static.btn-light:not([aria-expanded=true]):not(.active),
.btn-soft.btn-light:not(:hover):not([aria-expanded=true]):not(.active) {
  color: #cbd3da;
  border-color: white;
  background-color: white;
}

.btn-soft-static.btn-dark:not([aria-expanded=true]):not(.active),
.btn-soft.btn-dark:not(:hover):not([aria-expanded=true]):not(.active) {
  color: black;
  border-color: #d6d6d6;
  background-color: #d6d6d6;
}

.btn-soft-static.btn-indigo:not([aria-expanded=true]):not(.active),
.btn-soft.btn-indigo:not(:hover):not([aria-expanded=true]):not(.active) {
  color: #311bb6;
  border-color: #efedfc;
  background-color: #efedfc;
}

.btn-soft-static.btn-purple:not([aria-expanded=true]):not(.active),
.btn-soft.btn-purple:not(:hover):not([aria-expanded=true]):not(.active) {
  color: #2d1a57;
  border-color: #b6a2e3;
  background-color: #b6a2e3;
}

.btn-soft-static.btn-pink:not([aria-expanded=true]):not(.active),
.btn-soft.btn-pink:not(:hover):not([aria-expanded=true]):not(.active) {
  color: #c21766;
  border-color: #f7bed8;
  background-color: #f7bed8;
}

.btn-primary:not(.btn-noshadow):hover,
.btn-primary:not(.btn-noshadow):focus,
.btn-primary:not(.btn-noshadow):active {
  box-shadow: 0 4px 11px rgba(38, 93, 72, 0.35);
}

.btn-secondary:not(.btn-noshadow):hover,
.btn-secondary:not(.btn-noshadow):focus,
.btn-secondary:not(.btn-noshadow):active {
  box-shadow: 0 4px 11px rgba(49, 142, 47, 0.35);
}

.btn-success:not(.btn-noshadow):hover,
.btn-success:not(.btn-noshadow):focus,
.btn-success:not(.btn-noshadow):active {
  box-shadow: 0 4px 11px rgba(181, 213, 106, 0.35);
}

.btn-info:not(.btn-noshadow):hover,
.btn-info:not(.btn-noshadow):focus,
.btn-info:not(.btn-noshadow):active {
  box-shadow: 0 4px 11px rgba(0, 223, 252, 0.35);
}

.btn-warning:not(.btn-noshadow):hover,
.btn-warning:not(.btn-noshadow):focus,
.btn-warning:not(.btn-noshadow):active {
  box-shadow: 0 4px 11px rgba(250, 215, 118, 0.35);
}

.btn-danger:not(.btn-noshadow):hover,
.btn-danger:not(.btn-noshadow):focus,
.btn-danger:not(.btn-noshadow):active {
  box-shadow: 0 4px 11px rgba(220, 53, 69, 0.35);
}

.btn-light:not(.btn-noshadow):hover,
.btn-light:not(.btn-noshadow):focus,
.btn-light:not(.btn-noshadow):active {
  box-shadow: 0 4px 11px rgba(248, 249, 250, 0.35);
}

.btn-dark:not(.btn-noshadow):hover,
.btn-dark:not(.btn-noshadow):focus,
.btn-dark:not(.btn-noshadow):active {
  box-shadow: 0 4px 11px rgba(0, 0, 0, 0.35);
}

.btn-indigo:not(.btn-noshadow):hover,
.btn-indigo:not(.btn-noshadow):focus,
.btn-indigo:not(.btn-noshadow):active {
  box-shadow: 0 4px 11px rgba(83, 59, 226, 0.35);
}

.btn-purple:not(.btn-noshadow):hover,
.btn-purple:not(.btn-noshadow):focus,
.btn-purple:not(.btn-noshadow):active {
  box-shadow: 0 4px 11px rgba(76, 44, 146, 0.35);
}

.btn-pink:not(.btn-noshadow):hover,
.btn-pink:not(.btn-noshadow):focus,
.btn-pink:not(.btn-noshadow):active {
  box-shadow: 0 4px 11px rgba(232, 62, 140, 0.35);
}

.btn-upice:not(.btn-noshadow):hover,
.btn-upice:not(.btn-noshadow):focus,
.btn-upice:not(.btn-noshadow):active {
  box-shadow: 0 4px 11px rgba(49, 142, 47, 0.35);
}

.btn-upice-yellow:not(.btn-noshadow):hover,
.btn-upice-yellow:not(.btn-noshadow):focus,
.btn-upice-yellow:not(.btn-noshadow):active {
  box-shadow: 0 4px 11px rgba(251, 197, 52, 0.35);
}

.overlay {
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1; /* required for IE */
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

a.overlay:hover {
  background: rgba(255, 255, 255, 0.2);
}

/* dark overlay */
.overlay.dark-0 {
  background-color: rgba(0, 0, 0, 0);
}

.overlay.dark-1 {
  background-color: rgba(0, 0, 0, 0.1);
}

.overlay.dark-2 {
  background-color: rgba(0, 0, 0, 0.2);
}

.overlay.dark-3 {
  background-color: rgba(0, 0, 0, 0.3);
}

.overlay.dark-4 {
  background-color: rgba(0, 0, 0, 0.4);
}

.overlay.dark-5 {
  background-color: rgba(0, 0, 0, 0.5);
}

.overlay.dark-6 {
  background-color: rgba(0, 0, 0, 0.6);
}

.overlay.dark-7 {
  background-color: rgba(0, 0, 0, 0.7);
}

.overlay.dark-8 {
  background-color: rgba(0, 0, 0, 0.8);
}

.overlay.dark-9 {
  background-color: rgba(0, 0, 0, 0.9);
}

.overlay.dark-10 {
  background-color: rgb(0, 0, 0);
}

/* light overlay */
.overlay.light-0 {
  background-color: rgba(255, 255, 255, 0);
}

.overlay.light-1 {
  background-color: rgba(255, 255, 255, 0.1);
}

.overlay.light-2 {
  background-color: rgba(255, 255, 255, 0.2);
}

.overlay.light-3 {
  background-color: rgba(255, 255, 255, 0.3);
}

.overlay.light-4 {
  background-color: rgba(255, 255, 255, 0.4);
}

.overlay.light-5 {
  background-color: rgba(255, 255, 255, 0.5);
}

.overlay.light-6 {
  background-color: rgba(255, 255, 255, 0.6);
}

.overlay.light-7 {
  background-color: rgba(255, 255, 255, 0.7);
}

.overlay.light-8 {
  background-color: rgba(255, 255, 255, 0.8);
}

.overlay.light-9 {
  background-color: rgba(255, 255, 255, 0.9);
}

.overlay.light-10 {
  background-color: rgb(255, 255, 255);
}

.labeled {
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 5px 10px;
}

.labeled-primary {
  background-color: rgba(38, 93, 72, 0.6);
}

.labeled-secondary {
  background-color: rgba(49, 142, 47, 0.6);
}

.labeled-success {
  background-color: rgba(181, 213, 106, 0.6);
}

.error-404 {
  font-size: 200px;
  line-height: 200px;
  font-weight: bold;
  color: #ddd;
  text-align: center;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 100px 0 30px 0;
}

.error-404-text {
  font-size: 40px;
  line-height: 80px;
  color: #ddd;
  text-align: center;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 30px 0 100px 0;
}

/* cyrillic-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: local("Roboto Thin"), local("Roboto-Thin"), url(../fonts/roboto-ext/KFOkCnqEu92Fr1MmgVxFIzIFKw.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: local("Roboto Thin"), local("Roboto-Thin"), url(../fonts/roboto-ext/KFOkCnqEu92Fr1MmgVxMIzIFKw.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: local("Roboto Thin"), local("Roboto-Thin"), url(../fonts/roboto-ext/KFOkCnqEu92Fr1MmgVxEIzIFKw.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: local("Roboto Thin"), local("Roboto-Thin"), url(../fonts/roboto-ext/KFOkCnqEu92Fr1MmgVxLIzIFKw.woff2) format("woff2");
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: local("Roboto Thin"), local("Roboto-Thin"), url(../fonts/roboto-ext/KFOkCnqEu92Fr1MmgVxHIzIFKw.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: local("Roboto Thin"), local("Roboto-Thin"), url(../fonts/roboto-ext/KFOkCnqEu92Fr1MmgVxGIzIFKw.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: local("Roboto Thin"), local("Roboto-Thin"), url(../fonts/roboto-ext/KFOkCnqEu92Fr1MmgVxIIzI.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local("Roboto Light"), local("Roboto-Light"), url(../fonts/roboto-ext/KFOlCnqEu92Fr1MmSU5fCRc4EsA.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local("Roboto Light"), local("Roboto-Light"), url(../fonts/roboto-ext/KFOlCnqEu92Fr1MmSU5fABc4EsA.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local("Roboto Light"), local("Roboto-Light"), url(../fonts/roboto-ext/KFOlCnqEu92Fr1MmSU5fCBc4EsA.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local("Roboto Light"), local("Roboto-Light"), url(../fonts/roboto-ext/KFOlCnqEu92Fr1MmSU5fBxc4EsA.woff2) format("woff2");
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local("Roboto Light"), local("Roboto-Light"), url(../fonts/roboto-ext/KFOlCnqEu92Fr1MmSU5fCxc4EsA.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local("Roboto Light"), local("Roboto-Light"), url(../fonts/roboto-ext/KFOlCnqEu92Fr1MmSU5fChc4EsA.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local("Roboto Light"), local("Roboto-Light"), url(../fonts/roboto-ext/KFOlCnqEu92Fr1MmSU5fBBc4.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Roboto"), local("Roboto-Regular"), url(../fonts/roboto-ext/KFOmCnqEu92Fr1Mu72xKOzY.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Roboto"), local("Roboto-Regular"), url(../fonts/roboto-ext/KFOmCnqEu92Fr1Mu5mxKOzY.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Roboto"), local("Roboto-Regular"), url(../fonts/roboto-ext/KFOmCnqEu92Fr1Mu7mxKOzY.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Roboto"), local("Roboto-Regular"), url(../fonts/roboto-ext/KFOmCnqEu92Fr1Mu4WxKOzY.woff2) format("woff2");
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Roboto"), local("Roboto-Regular"), url(../fonts/roboto-ext/KFOmCnqEu92Fr1Mu7WxKOzY.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Roboto"), local("Roboto-Regular"), url(../fonts/roboto-ext/KFOmCnqEu92Fr1Mu7GxKOzY.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Roboto"), local("Roboto-Regular"), url(../fonts/roboto-ext/KFOmCnqEu92Fr1Mu4mxK.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Roboto Bold"), local("Roboto-Bold"), url(../fonts/roboto-ext/KFOlCnqEu92Fr1MmWUlfCRc4EsA.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Roboto Bold"), local("Roboto-Bold"), url(../fonts/roboto-ext/KFOlCnqEu92Fr1MmWUlfABc4EsA.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Roboto Bold"), local("Roboto-Bold"), url(../fonts/roboto-ext/KFOlCnqEu92Fr1MmWUlfCBc4EsA.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Roboto Bold"), local("Roboto-Bold"), url(../fonts/roboto-ext/KFOlCnqEu92Fr1MmWUlfBxc4EsA.woff2) format("woff2");
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Roboto Bold"), local("Roboto-Bold"), url(../fonts/roboto-ext/KFOlCnqEu92Fr1MmWUlfCxc4EsA.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Roboto Bold"), local("Roboto-Bold"), url(../fonts/roboto-ext/KFOlCnqEu92Fr1MmWUlfChc4EsA.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Roboto Bold"), local("Roboto-Bold"), url(../fonts/roboto-ext/KFOlCnqEu92Fr1MmWUlfBBc4.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu72xKOzY.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu5mxKOzY.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu7mxKOzY.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu4WxKOzY.woff2) format("woff2");
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu7WxKOzY.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu7GxKOzY.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu4mxK.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fCRc4EsA.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fABc4EsA.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fCBc4EsA.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fBxc4EsA.woff2) format("woff2");
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fCxc4EsA.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fChc4EsA.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fBBc4.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfCRc4EsA.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfABc4EsA.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfCBc4EsA.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfBxc4EsA.woff2) format("woff2");
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfCxc4EsA.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfChc4EsA.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfBBc4.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*!
 * Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../webfonts/fa-solid-900.eot");
  src: url("../webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.woff") format("woff"), url("../webfonts/fa-solid-900.ttf") format("truetype"), url("../webfonts/fa-solid-900.svg#fontawesome") format("svg");
}
.fa,
.fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

/*!
 * Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../webfonts/fa-brands-400.eot");
  src: url("../webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.woff") format("woff"), url("../webfonts/fa-brands-400.ttf") format("truetype"), url("../webfonts/fa-brands-400.svg#fontawesome") format("svg");
}
.fab {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

/*!
 * Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fad,
.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;
}

.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.fa-xs {
  font-size: 0.75em;
}

.fa-sm {
  font-size: 0.875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.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 */
.fa-500px:before {
  content: "\f26e";
}

.fa-accessible-icon:before {
  content: "\f368";
}

.fa-accusoft:before {
  content: "\f369";
}

.fa-acquisitions-incorporated:before {
  content: "\f6af";
}

.fa-ad:before {
  content: "\f641";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-card:before {
  content: "\f2bb";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-adn:before {
  content: "\f170";
}

.fa-adversal:before {
  content: "\f36a";
}

.fa-affiliatetheme:before {
  content: "\f36b";
}

.fa-air-freshener:before {
  content: "\f5d0";
}

.fa-airbnb:before {
  content: "\f834";
}

.fa-algolia:before {
  content: "\f36c";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-alipay:before {
  content: "\f642";
}

.fa-allergies:before {
  content: "\f461";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-amazon-pay:before {
  content: "\f42c";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-amilia:before {
  content: "\f36d";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-android:before {
  content: "\f17b";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angry:before {
  content: "\f556";
}

.fa-angrycreative:before {
  content: "\f36e";
}

.fa-angular:before {
  content: "\f420";
}

.fa-ankh:before {
  content: "\f644";
}

.fa-app-store:before {
  content: "\f36f";
}

.fa-app-store-ios:before {
  content: "\f370";
}

.fa-apper:before {
  content: "\f371";
}

.fa-apple:before {
  content: "\f179";
}

.fa-apple-alt:before {
  content: "\f5d1";
}

.fa-apple-pay:before {
  content: "\f415";
}

.fa-archive:before {
  content: "\f187";
}

.fa-archway:before {
  content: "\f557";
}

.fa-arrow-alt-circle-down:before {
  content: "\f358";
}

.fa-arrow-alt-circle-left:before {
  content: "\f359";
}

.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}

.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-arrows-alt-h:before {
  content: "\f337";
}

.fa-arrows-alt-v:before {
  content: "\f338";
}

.fa-artstation:before {
  content: "\f77a";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-asymmetrik:before {
  content: "\f372";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-atlas:before {
  content: "\f558";
}

.fa-atlassian:before {
  content: "\f77b";
}

.fa-atom:before {
  content: "\f5d2";
}

.fa-audible:before {
  content: "\f373";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-autoprefixer:before {
  content: "\f41c";
}

.fa-avianex:before {
  content: "\f374";
}

.fa-aviato:before {
  content: "\f421";
}

.fa-award:before {
  content: "\f559";
}

.fa-aws:before {
  content: "\f375";
}

.fa-baby:before {
  content: "\f77c";
}

.fa-baby-carriage:before {
  content: "\f77d";
}

.fa-backspace:before {
  content: "\f55a";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-bacon:before {
  content: "\f7e5";
}

.fa-bacteria:before {
  content: "\e059";
}

.fa-bacterium:before {
  content: "\e05a";
}

.fa-bahai:before {
  content: "\f666";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-balance-scale-left:before {
  content: "\f515";
}

.fa-balance-scale-right:before {
  content: "\f516";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-band-aid:before {
  content: "\f462";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-baseball-ball:before {
  content: "\f433";
}

.fa-basketball-ball:before {
  content: "\f434";
}

.fa-bath:before {
  content: "\f2cd";
}

.fa-battery-empty:before {
  content: "\f244";
}

.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battle-net:before {
  content: "\f835";
}

.fa-bed:before {
  content: "\f236";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bezier-curve:before {
  content: "\f55b";
}

.fa-bible:before {
  content: "\f647";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-biking:before {
  content: "\f84a";
}

.fa-bimobject:before {
  content: "\f378";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-biohazard:before {
  content: "\f780";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitcoin:before {
  content: "\f379";
}

.fa-bity:before {
  content: "\f37a";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-blackberry:before {
  content: "\f37b";
}

.fa-blender:before {
  content: "\f517";
}

.fa-blender-phone:before {
  content: "\f6b6";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-blog:before {
  content: "\f781";
}

.fa-blogger:before {
  content: "\f37c";
}

.fa-blogger-b:before {
  content: "\f37d";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-bold:before {
  content: "\f032";
}

.fa-bolt:before {
  content: "\f0e7";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-bone:before {
  content: "\f5d7";
}

.fa-bong:before {
  content: "\f55c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-book-dead:before {
  content: "\f6b7";
}

.fa-book-medical:before {
  content: "\f7e6";
}

.fa-book-open:before {
  content: "\f518";
}

.fa-book-reader:before {
  content: "\f5da";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-bootstrap:before {
  content: "\f836";
}

.fa-border-all:before {
  content: "\f84c";
}

.fa-border-none:before {
  content: "\f850";
}

.fa-border-style:before {
  content: "\f853";
}

.fa-bowling-ball:before {
  content: "\f436";
}

.fa-box:before {
  content: "\f466";
}

.fa-box-open:before {
  content: "\f49e";
}

.fa-box-tissue:before {
  content: "\e05b";
}

.fa-boxes:before {
  content: "\f468";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-brain:before {
  content: "\f5dc";
}

.fa-bread-slice:before {
  content: "\f7ec";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-briefcase-medical:before {
  content: "\f469";
}

.fa-broadcast-tower:before {
  content: "\f519";
}

.fa-broom:before {
  content: "\f51a";
}

.fa-brush:before {
  content: "\f55d";
}

.fa-btc:before {
  content: "\f15a";
}

.fa-buffer:before {
  content: "\f837";
}

.fa-bug:before {
  content: "\f188";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-burn:before {
  content: "\f46a";
}

.fa-buromobelexperte:before {
  content: "\f37f";
}

.fa-bus:before {
  content: "\f207";
}

.fa-bus-alt:before {
  content: "\f55e";
}

.fa-business-time:before {
  content: "\f64a";
}

.fa-buy-n-large:before {
  content: "\f8a6";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-calendar:before {
  content: "\f133";
}

.fa-calendar-alt:before {
  content: "\f073";
}

.fa-calendar-check:before {
  content: "\f274";
}

.fa-calendar-day:before {
  content: "\f783";
}

.fa-calendar-minus:before {
  content: "\f272";
}

.fa-calendar-plus:before {
  content: "\f271";
}

.fa-calendar-times:before {
  content: "\f273";
}

.fa-calendar-week:before {
  content: "\f784";
}

.fa-camera:before {
  content: "\f030";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-campground:before {
  content: "\f6bb";
}

.fa-canadian-maple-leaf:before {
  content: "\f785";
}

.fa-candy-cane:before {
  content: "\f786";
}

.fa-cannabis:before {
  content: "\f55f";
}

.fa-capsules:before {
  content: "\f46b";
}

.fa-car:before {
  content: "\f1b9";
}

.fa-car-alt:before {
  content: "\f5de";
}

.fa-car-battery:before {
  content: "\f5df";
}

.fa-car-crash:before {
  content: "\f5e1";
}

.fa-car-side:before {
  content: "\f5e4";
}

.fa-caravan:before {
  content: "\f8ff";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-caret-square-down:before {
  content: "\f150";
}

.fa-caret-square-left:before {
  content: "\f191";
}

.fa-caret-square-right:before {
  content: "\f152";
}

.fa-caret-square-up:before {
  content: "\f151";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-carrot:before {
  content: "\f787";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cash-register:before {
  content: "\f788";
}

.fa-cat:before {
  content: "\f6be";
}

.fa-cc-amazon-pay:before {
  content: "\f42d";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-apple-pay:before {
  content: "\f416";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-centercode:before {
  content: "\f380";
}

.fa-centos:before {
  content: "\f789";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-chair:before {
  content: "\f6c0";
}

.fa-chalkboard:before {
  content: "\f51b";
}

.fa-chalkboard-teacher:before {
  content: "\f51c";
}

.fa-charging-station:before {
  content: "\f5e7";
}

.fa-chart-area:before {
  content: "\f1fe";
}

.fa-chart-bar:before {
  content: "\f080";
}

.fa-chart-line:before {
  content: "\f201";
}

.fa-chart-pie:before {
  content: "\f200";
}

.fa-check:before {
  content: "\f00c";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-check-double:before {
  content: "\f560";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-cheese:before {
  content: "\f7ef";
}

.fa-chess:before {
  content: "\f439";
}

.fa-chess-bishop:before {
  content: "\f43a";
}

.fa-chess-board:before {
  content: "\f43c";
}

.fa-chess-king:before {
  content: "\f43f";
}

.fa-chess-knight:before {
  content: "\f441";
}

.fa-chess-pawn:before {
  content: "\f443";
}

.fa-chess-queen:before {
  content: "\f445";
}

.fa-chess-rook:before {
  content: "\f447";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-chromecast:before {
  content: "\f838";
}

.fa-church:before {
  content: "\f51d";
}

.fa-circle:before {
  content: "\f111";
}

.fa-circle-notch:before {
  content: "\f1ce";
}

.fa-city:before {
  content: "\f64f";
}

.fa-clinic-medical:before {
  content: "\f7f2";
}

.fa-clipboard:before {
  content: "\f328";
}

.fa-clipboard-check:before {
  content: "\f46c";
}

.fa-clipboard-list:before {
  content: "\f46d";
}

.fa-clock:before {
  content: "\f017";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-closed-captioning:before {
  content: "\f20a";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-cloud-download-alt:before {
  content: "\f381";
}

.fa-cloud-meatball:before {
  content: "\f73b";
}

.fa-cloud-moon:before {
  content: "\f6c3";
}

.fa-cloud-moon-rain:before {
  content: "\f73c";
}

.fa-cloud-rain:before {
  content: "\f73d";
}

.fa-cloud-showers-heavy:before {
  content: "\f740";
}

.fa-cloud-sun:before {
  content: "\f6c4";
}

.fa-cloud-sun-rain:before {
  content: "\f743";
}

.fa-cloud-upload-alt:before {
  content: "\f382";
}

.fa-cloudflare:before {
  content: "\e07d";
}

.fa-cloudscale:before {
  content: "\f383";
}

.fa-cloudsmith:before {
  content: "\f384";
}

.fa-cloudversify:before {
  content: "\f385";
}

.fa-cocktail:before {
  content: "\f561";
}

.fa-code:before {
  content: "\f121";
}

.fa-code-branch:before {
  content: "\f126";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cog:before {
  content: "\f013";
}

.fa-cogs:before {
  content: "\f085";
}

.fa-coins:before {
  content: "\f51e";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-comment:before {
  content: "\f075";
}

.fa-comment-alt:before {
  content: "\f27a";
}

.fa-comment-dollar:before {
  content: "\f651";
}

.fa-comment-dots:before {
  content: "\f4ad";
}

.fa-comment-medical:before {
  content: "\f7f5";
}

.fa-comment-slash:before {
  content: "\f4b3";
}

.fa-comments:before {
  content: "\f086";
}

.fa-comments-dollar:before {
  content: "\f653";
}

.fa-compact-disc:before {
  content: "\f51f";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-compress:before {
  content: "\f066";
}

.fa-compress-alt:before {
  content: "\f422";
}

.fa-compress-arrows-alt:before {
  content: "\f78c";
}

.fa-concierge-bell:before {
  content: "\f562";
}

.fa-confluence:before {
  content: "\f78d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-cookie:before {
  content: "\f563";
}

.fa-cookie-bite:before {
  content: "\f564";
}

.fa-copy:before {
  content: "\f0c5";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-cotton-bureau:before {
  content: "\f89e";
}

.fa-couch:before {
  content: "\f4b8";
}

.fa-cpanel:before {
  content: "\f388";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-creative-commons-by:before {
  content: "\f4e7";
}

.fa-creative-commons-nc:before {
  content: "\f4e8";
}

.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

.fa-creative-commons-nd:before {
  content: "\f4eb";
}

.fa-creative-commons-pd:before {
  content: "\f4ec";
}

.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

.fa-creative-commons-remix:before {
  content: "\f4ee";
}

.fa-creative-commons-sa:before {
  content: "\f4ef";
}

.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

.fa-creative-commons-share:before {
  content: "\f4f2";
}

.fa-creative-commons-zero:before {
  content: "\f4f3";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-critical-role:before {
  content: "\f6c9";
}

.fa-crop:before {
  content: "\f125";
}

.fa-crop-alt:before {
  content: "\f565";
}

.fa-cross:before {
  content: "\f654";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-crow:before {
  content: "\f520";
}

.fa-crown:before {
  content: "\f521";
}

.fa-crutch:before {
  content: "\f7f7";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-css3-alt:before {
  content: "\f38b";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-cut:before {
  content: "\f0c4";
}

.fa-cuttlefish:before {
  content: "\f38c";
}

.fa-d-and-d:before {
  content: "\f38d";
}

.fa-d-and-d-beyond:before {
  content: "\f6ca";
}

.fa-dailymotion:before {
  content: "\e052";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-deaf:before {
  content: "\f2a4";
}

.fa-deezer:before {
  content: "\e077";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-democrat:before {
  content: "\f747";
}

.fa-deploydog:before {
  content: "\f38e";
}

.fa-deskpro:before {
  content: "\f38f";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-dev:before {
  content: "\f6cc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-dharmachakra:before {
  content: "\f655";
}

.fa-dhl:before {
  content: "\f790";
}

.fa-diagnoses:before {
  content: "\f470";
}

.fa-diaspora:before {
  content: "\f791";
}

.fa-dice:before {
  content: "\f522";
}

.fa-dice-d20:before {
  content: "\f6cf";
}

.fa-dice-d6:before {
  content: "\f6d1";
}

.fa-dice-five:before {
  content: "\f523";
}

.fa-dice-four:before {
  content: "\f524";
}

.fa-dice-one:before {
  content: "\f525";
}

.fa-dice-six:before {
  content: "\f526";
}

.fa-dice-three:before {
  content: "\f527";
}

.fa-dice-two:before {
  content: "\f528";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-digital-ocean:before {
  content: "\f391";
}

.fa-digital-tachograph:before {
  content: "\f566";
}

.fa-directions:before {
  content: "\f5eb";
}

.fa-discord:before {
  content: "\f392";
}

.fa-discourse:before {
  content: "\f393";
}

.fa-disease:before {
  content: "\f7fa";
}

.fa-divide:before {
  content: "\f529";
}

.fa-dizzy:before {
  content: "\f567";
}

.fa-dna:before {
  content: "\f471";
}

.fa-dochub:before {
  content: "\f394";
}

.fa-docker:before {
  content: "\f395";
}

.fa-dog:before {
  content: "\f6d3";
}

.fa-dollar-sign:before {
  content: "\f155";
}

.fa-dolly:before {
  content: "\f472";
}

.fa-dolly-flatbed:before {
  content: "\f474";
}

.fa-donate:before {
  content: "\f4b9";
}

.fa-door-closed:before {
  content: "\f52a";
}

.fa-door-open:before {
  content: "\f52b";
}

.fa-dot-circle:before {
  content: "\f192";
}

.fa-dove:before {
  content: "\f4ba";
}

.fa-download:before {
  content: "\f019";
}

.fa-draft2digital:before {
  content: "\f396";
}

.fa-drafting-compass:before {
  content: "\f568";
}

.fa-dragon:before {
  content: "\f6d5";
}

.fa-draw-polygon:before {
  content: "\f5ee";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-dribbble-square:before {
  content: "\f397";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-drum:before {
  content: "\f569";
}

.fa-drum-steelpan:before {
  content: "\f56a";
}

.fa-drumstick-bite:before {
  content: "\f6d7";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-dumbbell:before {
  content: "\f44b";
}

.fa-dumpster:before {
  content: "\f793";
}

.fa-dumpster-fire:before {
  content: "\f794";
}

.fa-dungeon:before {
  content: "\f6d9";
}

.fa-dyalog:before {
  content: "\f399";
}

.fa-earlybirds:before {
  content: "\f39a";
}

.fa-ebay:before {
  content: "\f4f4";
}

.fa-edge:before {
  content: "\f282";
}

.fa-edge-legacy:before {
  content: "\e078";
}

.fa-edit:before {
  content: "\f044";
}

.fa-egg:before {
  content: "\f7fb";
}

.fa-eject:before {
  content: "\f052";
}

.fa-elementor:before {
  content: "\f430";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-ello:before {
  content: "\f5f1";
}

.fa-ember:before {
  content: "\f423";
}

.fa-empire:before {
  content: "\f1d1";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-text:before {
  content: "\f658";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-envira:before {
  content: "\f299";
}

.fa-equals:before {
  content: "\f52c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-erlang:before {
  content: "\f39d";
}

.fa-ethereum:before {
  content: "\f42e";
}

.fa-ethernet:before {
  content: "\f796";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-euro-sign:before {
  content: "\f153";
}

.fa-evernote:before {
  content: "\f839";
}

.fa-exchange-alt:before {
  content: "\f362";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-expand:before {
  content: "\f065";
}

.fa-expand-alt:before {
  content: "\f424";
}

.fa-expand-arrows-alt:before {
  content: "\f31e";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-external-link-alt:before {
  content: "\f35d";
}

.fa-external-link-square-alt:before {
  content: "\f360";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-dropper:before {
  content: "\f1fb";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-facebook-messenger:before {
  content: "\f39f";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-fan:before {
  content: "\f863";
}

.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-faucet:before {
  content: "\e005";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-feather:before {
  content: "\f52d";
}

.fa-feather-alt:before {
  content: "\f56b";
}

.fa-fedex:before {
  content: "\f797";
}

.fa-fedora:before {
  content: "\f798";
}

.fa-female:before {
  content: "\f182";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-figma:before {
  content: "\f799";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-alt:before {
  content: "\f15c";
}

.fa-file-archive:before {
  content: "\f1c6";
}

.fa-file-audio:before {
  content: "\f1c7";
}

.fa-file-code:before {
  content: "\f1c9";
}

.fa-file-contract:before {
  content: "\f56c";
}

.fa-file-csv:before {
  content: "\f6dd";
}

.fa-file-download:before {
  content: "\f56d";
}

.fa-file-excel:before {
  content: "\f1c3";
}

.fa-file-export:before {
  content: "\f56e";
}

.fa-file-image:before {
  content: "\f1c5";
}

.fa-file-import:before {
  content: "\f56f";
}

.fa-file-invoice:before {
  content: "\f570";
}

.fa-file-invoice-dollar:before {
  content: "\f571";
}

.fa-file-medical:before {
  content: "\f477";
}

.fa-file-medical-alt:before {
  content: "\f478";
}

.fa-file-pdf:before {
  content: "\f1c1";
}

.fa-file-powerpoint:before {
  content: "\f1c4";
}

.fa-file-prescription:before {
  content: "\f572";
}

.fa-file-signature:before {
  content: "\f573";
}

.fa-file-upload:before {
  content: "\f574";
}

.fa-file-video:before {
  content: "\f1c8";
}

.fa-file-word:before {
  content: "\f1c2";
}

.fa-fill:before {
  content: "\f575";
}

.fa-fill-drip:before {
  content: "\f576";
}

.fa-film:before {
  content: "\f008";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-fingerprint:before {
  content: "\f577";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-fire-alt:before {
  content: "\f7e4";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-firefox-browser:before {
  content: "\e007";
}

.fa-first-aid:before {
  content: "\f479";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-first-order-alt:before {
  content: "\f50a";
}

.fa-firstdraft:before {
  content: "\f3a1";
}

.fa-fish:before {
  content: "\f578";
}

.fa-fist-raised:before {
  content: "\f6de";
}

.fa-flag:before {
  content: "\f024";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-flag-usa:before {
  content: "\f74d";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-flipboard:before {
  content: "\f44d";
}

.fa-flushed:before {
  content: "\f579";
}

.fa-fly:before {
  content: "\f417";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-minus:before {
  content: "\f65d";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-folder-plus:before {
  content: "\f65e";
}

.fa-font:before {
  content: "\f031";
}

.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-font-awesome-alt:before {
  content: "\f35c";
}

.fa-font-awesome-flag:before {
  content: "\f425";
}

.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-fonticons-fi:before {
  content: "\f3a2";
}

.fa-football-ball:before {
  content: "\f44e";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-freebsd:before {
  content: "\f3a4";
}

.fa-frog:before {
  content: "\f52e";
}

.fa-frown:before {
  content: "\f119";
}

.fa-frown-open:before {
  content: "\f57a";
}

.fa-fulcrum:before {
  content: "\f50b";
}

.fa-funnel-dollar:before {
  content: "\f662";
}

.fa-futbol:before {
  content: "\f1e3";
}

.fa-galactic-republic:before {
  content: "\f50c";
}

.fa-galactic-senate:before {
  content: "\f50d";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-gas-pump:before {
  content: "\f52f";
}

.fa-gavel:before {
  content: "\f0e3";
}

.fa-gem:before {
  content: "\f3a5";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-ghost:before {
  content: "\f6e2";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-gifts:before {
  content: "\f79c";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-git-alt:before {
  content: "\f841";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-github:before {
  content: "\f09b";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-gitkraken:before {
  content: "\f3a6";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-gitter:before {
  content: "\f426";
}

.fa-glass-cheers:before {
  content: "\f79f";
}

.fa-glass-martini:before {
  content: "\f000";
}

.fa-glass-martini-alt:before {
  content: "\f57b";
}

.fa-glass-whiskey:before {
  content: "\f7a0";
}

.fa-glasses:before {
  content: "\f530";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-globe-africa:before {
  content: "\f57c";
}

.fa-globe-americas:before {
  content: "\f57d";
}

.fa-globe-asia:before {
  content: "\f57e";
}

.fa-globe-europe:before {
  content: "\f7a2";
}

.fa-gofore:before {
  content: "\f3a7";
}

.fa-golf-ball:before {
  content: "\f450";
}

.fa-goodreads:before {
  content: "\f3a8";
}

.fa-goodreads-g:before {
  content: "\f3a9";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-google-drive:before {
  content: "\f3aa";
}

.fa-google-pay:before {
  content: "\e079";
}

.fa-google-play:before {
  content: "\f3ab";
}

.fa-google-plus:before {
  content: "\f2b3";
}

.fa-google-plus-g:before {
  content: "\f0d5";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-gopuram:before {
  content: "\f664";
}

.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-gratipay:before {
  content: "\f184";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-greater-than:before {
  content: "\f531";
}

.fa-greater-than-equal:before {
  content: "\f532";
}

.fa-grimace:before {
  content: "\f57f";
}

.fa-grin:before {
  content: "\f580";
}

.fa-grin-alt:before {
  content: "\f581";
}

.fa-grin-beam:before {
  content: "\f582";
}

.fa-grin-beam-sweat:before {
  content: "\f583";
}

.fa-grin-hearts:before {
  content: "\f584";
}

.fa-grin-squint:before {
  content: "\f585";
}

.fa-grin-squint-tears:before {
  content: "\f586";
}

.fa-grin-stars:before {
  content: "\f587";
}

.fa-grin-tears:before {
  content: "\f588";
}

.fa-grin-tongue:before {
  content: "\f589";
}

.fa-grin-tongue-squint:before {
  content: "\f58a";
}

.fa-grin-tongue-wink:before {
  content: "\f58b";
}

.fa-grin-wink:before {
  content: "\f58c";
}

.fa-grip-horizontal:before {
  content: "\f58d";
}

.fa-grip-lines:before {
  content: "\f7a4";
}

.fa-grip-lines-vertical:before {
  content: "\f7a5";
}

.fa-grip-vertical:before {
  content: "\f58e";
}

.fa-gripfire:before {
  content: "\f3ac";
}

.fa-grunt:before {
  content: "\f3ad";
}

.fa-guilded:before {
  content: "\e07e";
}

.fa-guitar:before {
  content: "\f7a6";
}

.fa-gulp:before {
  content: "\f3ae";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-hacker-news-square:before {
  content: "\f3af";
}

.fa-hackerrank:before {
  content: "\f5f7";
}

.fa-hamburger:before {
  content: "\f805";
}

.fa-hammer:before {
  content: "\f6e3";
}

.fa-hamsa:before {
  content: "\f665";
}

.fa-hand-holding:before {
  content: "\f4bd";
}

.fa-hand-holding-heart:before {
  content: "\f4be";
}

.fa-hand-holding-medical:before {
  content: "\e05c";
}

.fa-hand-holding-usd:before {
  content: "\f4c0";
}

.fa-hand-holding-water:before {
  content: "\f4c1";
}

.fa-hand-lizard:before {
  content: "\f258";
}

.fa-hand-middle-finger:before {
  content: "\f806";
}

.fa-hand-paper:before {
  content: "\f256";
}

.fa-hand-peace:before {
  content: "\f25b";
}

.fa-hand-point-down:before {
  content: "\f0a7";
}

.fa-hand-point-left:before {
  content: "\f0a5";
}

.fa-hand-point-right:before {
  content: "\f0a4";
}

.fa-hand-point-up:before {
  content: "\f0a6";
}

.fa-hand-pointer:before {
  content: "\f25a";
}

.fa-hand-rock:before {
  content: "\f255";
}

.fa-hand-scissors:before {
  content: "\f257";
}

.fa-hand-sparkles:before {
  content: "\e05d";
}

.fa-hand-spock:before {
  content: "\f259";
}

.fa-hands:before {
  content: "\f4c2";
}

.fa-hands-helping:before {
  content: "\f4c4";
}

.fa-hands-wash:before {
  content: "\e05e";
}

.fa-handshake:before {
  content: "\f2b5";
}

.fa-handshake-alt-slash:before {
  content: "\e05f";
}

.fa-handshake-slash:before {
  content: "\e060";
}

.fa-hanukiah:before {
  content: "\f6e6";
}

.fa-hard-hat:before {
  content: "\f807";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-hat-cowboy:before {
  content: "\f8c0";
}

.fa-hat-cowboy-side:before {
  content: "\f8c1";
}

.fa-hat-wizard:before {
  content: "\f6e8";
}

.fa-hdd:before {
  content: "\f0a0";
}

.fa-head-side-cough:before {
  content: "\e061";
}

.fa-head-side-cough-slash:before {
  content: "\e062";
}

.fa-head-side-mask:before {
  content: "\e063";
}

.fa-head-side-virus:before {
  content: "\e064";
}

.fa-heading:before {
  content: "\f1dc";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-headphones-alt:before {
  content: "\f58f";
}

.fa-headset:before {
  content: "\f590";
}

.fa-heart:before {
  content: "\f004";
}

.fa-heart-broken:before {
  content: "\f7a9";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-helicopter:before {
  content: "\f533";
}

.fa-highlighter:before {
  content: "\f591";
}

.fa-hiking:before {
  content: "\f6ec";
}

.fa-hippo:before {
  content: "\f6ed";
}

.fa-hips:before {
  content: "\f452";
}

.fa-hire-a-helper:before {
  content: "\f3b0";
}

.fa-history:before {
  content: "\f1da";
}

.fa-hive:before {
  content: "\e07f";
}

.fa-hockey-puck:before {
  content: "\f453";
}

.fa-holly-berry:before {
  content: "\f7aa";
}

.fa-home:before {
  content: "\f015";
}

.fa-hooli:before {
  content: "\f427";
}

.fa-hornbill:before {
  content: "\f592";
}

.fa-horse:before {
  content: "\f6f0";
}

.fa-horse-head:before {
  content: "\f7ab";
}

.fa-hospital:before {
  content: "\f0f8";
}

.fa-hospital-alt:before {
  content: "\f47d";
}

.fa-hospital-symbol:before {
  content: "\f47e";
}

.fa-hospital-user:before {
  content: "\f80d";
}

.fa-hot-tub:before {
  content: "\f593";
}

.fa-hotdog:before {
  content: "\f80f";
}

.fa-hotel:before {
  content: "\f594";
}

.fa-hotjar:before {
  content: "\f3b1";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-start:before {
  content: "\f251";
}

.fa-house-damage:before {
  content: "\f6f1";
}

.fa-house-user:before {
  content: "\e065";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-hryvnia:before {
  content: "\f6f2";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-hubspot:before {
  content: "\f3b2";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-ice-cream:before {
  content: "\f810";
}

.fa-icicles:before {
  content: "\f7ad";
}

.fa-icons:before {
  content: "\f86d";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-id-card:before {
  content: "\f2c2";
}

.fa-id-card-alt:before {
  content: "\f47f";
}

.fa-ideal:before {
  content: "\e013";
}

.fa-igloo:before {
  content: "\f7ae";
}

.fa-image:before {
  content: "\f03e";
}

.fa-images:before {
  content: "\f302";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-industry:before {
  content: "\f275";
}

.fa-infinity:before {
  content: "\f534";
}

.fa-info:before {
  content: "\f129";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-innosoft:before {
  content: "\e080";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-instagram-square:before {
  content: "\e055";
}

.fa-instalod:before {
  content: "\e081";
}

.fa-intercom:before {
  content: "\f7af";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-invision:before {
  content: "\f7b0";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-italic:before {
  content: "\f033";
}

.fa-itch-io:before {
  content: "\f83a";
}

.fa-itunes:before {
  content: "\f3b4";
}

.fa-itunes-note:before {
  content: "\f3b5";
}

.fa-java:before {
  content: "\f4e4";
}

.fa-jedi:before {
  content: "\f669";
}

.fa-jedi-order:before {
  content: "\f50e";
}

.fa-jenkins:before {
  content: "\f3b6";
}

.fa-jira:before {
  content: "\f7b1";
}

.fa-joget:before {
  content: "\f3b7";
}

.fa-joint:before {
  content: "\f595";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-journal-whills:before {
  content: "\f66a";
}

.fa-js:before {
  content: "\f3b8";
}

.fa-js-square:before {
  content: "\f3b9";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-kaaba:before {
  content: "\f66b";
}

.fa-kaggle:before {
  content: "\f5fa";
}

.fa-key:before {
  content: "\f084";
}

.fa-keybase:before {
  content: "\f4f5";
}

.fa-keyboard:before {
  content: "\f11c";
}

.fa-keycdn:before {
  content: "\f3ba";
}

.fa-khanda:before {
  content: "\f66d";
}

.fa-kickstarter:before {
  content: "\f3bb";
}

.fa-kickstarter-k:before {
  content: "\f3bc";
}

.fa-kiss:before {
  content: "\f596";
}

.fa-kiss-beam:before {
  content: "\f597";
}

.fa-kiss-wink-heart:before {
  content: "\f598";
}

.fa-kiwi-bird:before {
  content: "\f535";
}

.fa-korvue:before {
  content: "\f42f";
}

.fa-landmark:before {
  content: "\f66f";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-laptop-code:before {
  content: "\f5fc";
}

.fa-laptop-house:before {
  content: "\e066";
}

.fa-laptop-medical:before {
  content: "\f812";
}

.fa-laravel:before {
  content: "\f3bd";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-laugh:before {
  content: "\f599";
}

.fa-laugh-beam:before {
  content: "\f59a";
}

.fa-laugh-squint:before {
  content: "\f59b";
}

.fa-laugh-wink:before {
  content: "\f59c";
}

.fa-layer-group:before {
  content: "\f5fd";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-lemon:before {
  content: "\f094";
}

.fa-less:before {
  content: "\f41d";
}

.fa-less-than:before {
  content: "\f536";
}

.fa-less-than-equal:before {
  content: "\f537";
}

.fa-level-down-alt:before {
  content: "\f3be";
}

.fa-level-up-alt:before {
  content: "\f3bf";
}

.fa-life-ring:before {
  content: "\f1cd";
}

.fa-lightbulb:before {
  content: "\f0eb";
}

.fa-line:before {
  content: "\f3c0";
}

.fa-link:before {
  content: "\f0c1";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-lira-sign:before {
  content: "\f195";
}

.fa-list:before {
  content: "\f03a";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-lock:before {
  content: "\f023";
}

.fa-lock-open:before {
  content: "\f3c1";
}

.fa-long-arrow-alt-down:before {
  content: "\f309";
}

.fa-long-arrow-alt-left:before {
  content: "\f30a";
}

.fa-long-arrow-alt-right:before {
  content: "\f30b";
}

.fa-long-arrow-alt-up:before {
  content: "\f30c";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-luggage-cart:before {
  content: "\f59d";
}

.fa-lungs:before {
  content: "\f604";
}

.fa-lungs-virus:before {
  content: "\e067";
}

.fa-lyft:before {
  content: "\f3c3";
}

.fa-magento:before {
  content: "\f3c4";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-mail-bulk:before {
  content: "\f674";
}

.fa-mailchimp:before {
  content: "\f59e";
}

.fa-male:before {
  content: "\f183";
}

.fa-mandalorian:before {
  content: "\f50f";
}

.fa-map:before {
  content: "\f279";
}

.fa-map-marked:before {
  content: "\f59f";
}

.fa-map-marked-alt:before {
  content: "\f5a0";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-map-marker-alt:before {
  content: "\f3c5";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-markdown:before {
  content: "\f60f";
}

.fa-marker:before {
  content: "\f5a1";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mask:before {
  content: "\f6fa";
}

.fa-mastodon:before {
  content: "\f4f6";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-mdb:before {
  content: "\f8ca";
}

.fa-medal:before {
  content: "\f5a2";
}

.fa-medapps:before {
  content: "\f3c6";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-medium-m:before {
  content: "\f3c7";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-medrt:before {
  content: "\f3c8";
}

.fa-meetup:before {
  content: "\f2e0";
}

.fa-megaport:before {
  content: "\f5a3";
}

.fa-meh:before {
  content: "\f11a";
}

.fa-meh-blank:before {
  content: "\f5a4";
}

.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}

.fa-memory:before {
  content: "\f538";
}

.fa-mendeley:before {
  content: "\f7b3";
}

.fa-menorah:before {
  content: "\f676";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-meteor:before {
  content: "\f753";
}

.fa-microblog:before {
  content: "\e01a";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-alt:before {
  content: "\f3c9";
}

.fa-microphone-alt-slash:before {
  content: "\f539";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-microscope:before {
  content: "\f610";
}

.fa-microsoft:before {
  content: "\f3ca";
}

.fa-minus:before {
  content: "\f068";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-mitten:before {
  content: "\f7b5";
}

.fa-mix:before {
  content: "\f3cb";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-mixer:before {
  content: "\e056";
}

.fa-mizuni:before {
  content: "\f3cc";
}

.fa-mobile:before {
  content: "\f10b";
}

.fa-mobile-alt:before {
  content: "\f3cd";
}

.fa-modx:before {
  content: "\f285";
}

.fa-monero:before {
  content: "\f3d0";
}

.fa-money-bill:before {
  content: "\f0d6";
}

.fa-money-bill-alt:before {
  content: "\f3d1";
}

.fa-money-bill-wave:before {
  content: "\f53a";
}

.fa-money-bill-wave-alt:before {
  content: "\f53b";
}

.fa-money-check:before {
  content: "\f53c";
}

.fa-money-check-alt:before {
  content: "\f53d";
}

.fa-monument:before {
  content: "\f5a6";
}

.fa-moon:before {
  content: "\f186";
}

.fa-mortar-pestle:before {
  content: "\f5a7";
}

.fa-mosque:before {
  content: "\f678";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-mountain:before {
  content: "\f6fc";
}

.fa-mouse:before {
  content: "\f8cc";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-mug-hot:before {
  content: "\f7b6";
}

.fa-music:before {
  content: "\f001";
}

.fa-napster:before {
  content: "\f3d2";
}

.fa-neos:before {
  content: "\f612";
}

.fa-network-wired:before {
  content: "\f6ff";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-newspaper:before {
  content: "\f1ea";
}

.fa-nimblr:before {
  content: "\f5a8";
}

.fa-node:before {
  content: "\f419";
}

.fa-node-js:before {
  content: "\f3d3";
}

.fa-not-equal:before {
  content: "\f53e";
}

.fa-notes-medical:before {
  content: "\f481";
}

.fa-npm:before {
  content: "\f3d4";
}

.fa-ns8:before {
  content: "\f3d5";
}

.fa-nutritionix:before {
  content: "\f3d6";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-octopus-deploy:before {
  content: "\e082";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-oil-can:before {
  content: "\f613";
}

.fa-old-republic:before {
  content: "\f510";
}

.fa-om:before {
  content: "\f679";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-orcid:before {
  content: "\f8d2";
}

.fa-osi:before {
  content: "\f41a";
}

.fa-otter:before {
  content: "\f700";
}

.fa-outdent:before {
  content: "\f03b";
}

.fa-page4:before {
  content: "\f3d7";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-pager:before {
  content: "\f815";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-paint-roller:before {
  content: "\f5aa";
}

.fa-palette:before {
  content: "\f53f";
}

.fa-palfed:before {
  content: "\f3d8";
}

.fa-pallet:before {
  content: "\f482";
}

.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-parachute-box:before {
  content: "\f4cd";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-parking:before {
  content: "\f540";
}

.fa-passport:before {
  content: "\f5ab";
}

.fa-pastafarianism:before {
  content: "\f67b";
}

.fa-paste:before {
  content: "\f0ea";
}

.fa-patreon:before {
  content: "\f3d9";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-peace:before {
  content: "\f67c";
}

.fa-pen:before {
  content: "\f304";
}

.fa-pen-alt:before {
  content: "\f305";
}

.fa-pen-fancy:before {
  content: "\f5ac";
}

.fa-pen-nib:before {
  content: "\f5ad";
}

.fa-pen-square:before {
  content: "\f14b";
}

.fa-pencil-alt:before {
  content: "\f303";
}

.fa-pencil-ruler:before {
  content: "\f5ae";
}

.fa-penny-arcade:before {
  content: "\f704";
}

.fa-people-arrows:before {
  content: "\e068";
}

.fa-people-carry:before {
  content: "\f4ce";
}

.fa-pepper-hot:before {
  content: "\f816";
}

.fa-perbyte:before {
  content: "\e083";
}

.fa-percent:before {
  content: "\f295";
}

.fa-percentage:before {
  content: "\f541";
}

.fa-periscope:before {
  content: "\f3da";
}

.fa-person-booth:before {
  content: "\f756";
}

.fa-phabricator:before {
  content: "\f3db";
}

.fa-phoenix-framework:before {
  content: "\f3dc";
}

.fa-phoenix-squadron:before {
  content: "\f511";
}

.fa-phone:before {
  content: "\f095";
}

.fa-phone-alt:before {
  content: "\f879";
}

.fa-phone-slash:before {
  content: "\f3dd";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-phone-square-alt:before {
  content: "\f87b";
}

.fa-phone-volume:before {
  content: "\f2a0";
}

.fa-photo-video:before {
  content: "\f87c";
}

.fa-php:before {
  content: "\f457";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-pied-piper-hat:before {
  content: "\f4e5";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-square:before {
  content: "\e01e";
}

.fa-piggy-bank:before {
  content: "\f4d3";
}

.fa-pills:before {
  content: "\f484";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-pizza-slice:before {
  content: "\f818";
}

.fa-place-of-worship:before {
  content: "\f67f";
}

.fa-plane:before {
  content: "\f072";
}

.fa-plane-arrival:before {
  content: "\f5af";
}

.fa-plane-departure:before {
  content: "\f5b0";
}

.fa-plane-slash:before {
  content: "\e069";
}

.fa-play:before {
  content: "\f04b";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-playstation:before {
  content: "\f3df";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-plus:before {
  content: "\f067";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-poll:before {
  content: "\f681";
}

.fa-poll-h:before {
  content: "\f682";
}

.fa-poo:before {
  content: "\f2fe";
}

.fa-poo-storm:before {
  content: "\f75a";
}

.fa-poop:before {
  content: "\f619";
}

.fa-portrait:before {
  content: "\f3e0";
}

.fa-pound-sign:before {
  content: "\f154";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-pray:before {
  content: "\f683";
}

.fa-praying-hands:before {
  content: "\f684";
}

.fa-prescription:before {
  content: "\f5b1";
}

.fa-prescription-bottle:before {
  content: "\f485";
}

.fa-prescription-bottle-alt:before {
  content: "\f486";
}

.fa-print:before {
  content: "\f02f";
}

.fa-procedures:before {
  content: "\f487";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-project-diagram:before {
  content: "\f542";
}

.fa-pump-medical:before {
  content: "\e06a";
}

.fa-pump-soap:before {
  content: "\e06b";
}

.fa-pushed:before {
  content: "\f3e1";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-python:before {
  content: "\f3e2";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-question:before {
  content: "\f128";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-quidditch:before {
  content: "\f458";
}

.fa-quinscape:before {
  content: "\f459";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-quran:before {
  content: "\f687";
}

.fa-r-project:before {
  content: "\f4f7";
}

.fa-radiation:before {
  content: "\f7b9";
}

.fa-radiation-alt:before {
  content: "\f7ba";
}

.fa-rainbow:before {
  content: "\f75b";
}

.fa-random:before {
  content: "\f074";
}

.fa-raspberry-pi:before {
  content: "\f7bb";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-react:before {
  content: "\f41b";
}

.fa-reacteurope:before {
  content: "\f75d";
}

.fa-readme:before {
  content: "\f4d5";
}

.fa-rebel:before {
  content: "\f1d0";
}

.fa-receipt:before {
  content: "\f543";
}

.fa-record-vinyl:before {
  content: "\f8d9";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-red-river:before {
  content: "\f3e3";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-redhat:before {
  content: "\f7bc";
}

.fa-redo:before {
  content: "\f01e";
}

.fa-redo-alt:before {
  content: "\f2f9";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-remove-format:before {
  content: "\f87d";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-reply:before {
  content: "\f3e5";
}

.fa-reply-all:before {
  content: "\f122";
}

.fa-replyd:before {
  content: "\f3e6";
}

.fa-republican:before {
  content: "\f75e";
}

.fa-researchgate:before {
  content: "\f4f8";
}

.fa-resolving:before {
  content: "\f3e7";
}

.fa-restroom:before {
  content: "\f7bd";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-rev:before {
  content: "\f5b2";
}

.fa-ribbon:before {
  content: "\f4d6";
}

.fa-ring:before {
  content: "\f70b";
}

.fa-road:before {
  content: "\f018";
}

.fa-robot:before {
  content: "\f544";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-rocketchat:before {
  content: "\f3e8";
}

.fa-rockrms:before {
  content: "\f3e9";
}

.fa-route:before {
  content: "\f4d7";
}

.fa-rss:before {
  content: "\f09e";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-ruble-sign:before {
  content: "\f158";
}

.fa-ruler:before {
  content: "\f545";
}

.fa-ruler-combined:before {
  content: "\f546";
}

.fa-ruler-horizontal:before {
  content: "\f547";
}

.fa-ruler-vertical:before {
  content: "\f548";
}

.fa-running:before {
  content: "\f70c";
}

.fa-rupee-sign:before {
  content: "\f156";
}

.fa-rust:before {
  content: "\e07a";
}

.fa-sad-cry:before {
  content: "\f5b3";
}

.fa-sad-tear:before {
  content: "\f5b4";
}

.fa-safari:before {
  content: "\f267";
}

.fa-salesforce:before {
  content: "\f83b";
}

.fa-sass:before {
  content: "\f41e";
}

.fa-satellite:before {
  content: "\f7bf";
}

.fa-satellite-dish:before {
  content: "\f7c0";
}

.fa-save:before {
  content: "\f0c7";
}

.fa-schlix:before {
  content: "\f3ea";
}

.fa-school:before {
  content: "\f549";
}

.fa-screwdriver:before {
  content: "\f54a";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-scroll:before {
  content: "\f70e";
}

.fa-sd-card:before {
  content: "\f7c2";
}

.fa-search:before {
  content: "\f002";
}

.fa-search-dollar:before {
  content: "\f688";
}

.fa-search-location:before {
  content: "\f689";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-searchengin:before {
  content: "\f3eb";
}

.fa-seedling:before {
  content: "\f4d8";
}

.fa-sellcast:before {
  content: "\f2da";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-server:before {
  content: "\f233";
}

.fa-servicestack:before {
  content: "\f3ec";
}

.fa-shapes:before {
  content: "\f61f";
}

.fa-share:before {
  content: "\f064";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-shekel-sign:before {
  content: "\f20b";
}

.fa-shield-alt:before {
  content: "\f3ed";
}

.fa-shield-virus:before {
  content: "\e06c";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-shipping-fast:before {
  content: "\f48b";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-shoe-prints:before {
  content: "\f54b";
}

.fa-shopify:before {
  content: "\e057";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-shopware:before {
  content: "\f5b5";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-shuttle-van:before {
  content: "\f5b6";
}

.fa-sign:before {
  content: "\f4d9";
}

.fa-sign-in-alt:before {
  content: "\f2f6";
}

.fa-sign-language:before {
  content: "\f2a7";
}

.fa-sign-out-alt:before {
  content: "\f2f5";
}

.fa-signal:before {
  content: "\f012";
}

.fa-signature:before {
  content: "\f5b7";
}

.fa-sim-card:before {
  content: "\f7c4";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-sink:before {
  content: "\e06d";
}

.fa-sistrix:before {
  content: "\f3ee";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-sith:before {
  content: "\f512";
}

.fa-skating:before {
  content: "\f7c5";
}

.fa-sketch:before {
  content: "\f7c6";
}

.fa-skiing:before {
  content: "\f7c9";
}

.fa-skiing-nordic:before {
  content: "\f7ca";
}

.fa-skull:before {
  content: "\f54c";
}

.fa-skull-crossbones:before {
  content: "\f714";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-slack:before {
  content: "\f198";
}

.fa-slack-hash:before {
  content: "\f3ef";
}

.fa-slash:before {
  content: "\f715";
}

.fa-sleigh:before {
  content: "\f7cc";
}

.fa-sliders-h:before {
  content: "\f1de";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-smile:before {
  content: "\f118";
}

.fa-smile-beam:before {
  content: "\f5b8";
}

.fa-smile-wink:before {
  content: "\f4da";
}

.fa-smog:before {
  content: "\f75f";
}

.fa-smoking:before {
  content: "\f48d";
}

.fa-smoking-ban:before {
  content: "\f54d";
}

.fa-sms:before {
  content: "\f7cd";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-snowboarding:before {
  content: "\f7ce";
}

.fa-snowflake:before {
  content: "\f2dc";
}

.fa-snowman:before {
  content: "\f7d0";
}

.fa-snowplow:before {
  content: "\f7d2";
}

.fa-soap:before {
  content: "\e06e";
}

.fa-socks:before {
  content: "\f696";
}

.fa-solar-panel:before {
  content: "\f5ba";
}

.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-alpha-down:before {
  content: "\f15d";
}

.fa-sort-alpha-down-alt:before {
  content: "\f881";
}

.fa-sort-alpha-up:before {
  content: "\f15e";
}

.fa-sort-alpha-up-alt:before {
  content: "\f882";
}

.fa-sort-amount-down:before {
  content: "\f160";
}

.fa-sort-amount-down-alt:before {
  content: "\f884";
}

.fa-sort-amount-up:before {
  content: "\f161";
}

.fa-sort-amount-up-alt:before {
  content: "\f885";
}

.fa-sort-down:before {
  content: "\f0dd";
}

.fa-sort-numeric-down:before {
  content: "\f162";
}

.fa-sort-numeric-down-alt:before {
  content: "\f886";
}

.fa-sort-numeric-up:before {
  content: "\f163";
}

.fa-sort-numeric-up-alt:before {
  content: "\f887";
}

.fa-sort-up:before {
  content: "\f0de";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-sourcetree:before {
  content: "\f7d3";
}

.fa-spa:before {
  content: "\f5bb";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-speakap:before {
  content: "\f3f3";
}

.fa-speaker-deck:before {
  content: "\f83c";
}

.fa-spell-check:before {
  content: "\f891";
}

.fa-spider:before {
  content: "\f717";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-splotch:before {
  content: "\f5bc";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-spray-can:before {
  content: "\f5bd";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-square-full:before {
  content: "\f45c";
}

.fa-square-root-alt:before {
  content: "\f698";
}

.fa-squarespace:before {
  content: "\f5be";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-stackpath:before {
  content: "\f842";
}

.fa-stamp:before {
  content: "\f5bf";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-and-crescent:before {
  content: "\f699";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-star-half-alt:before {
  content: "\f5c0";
}

.fa-star-of-david:before {
  content: "\f69a";
}

.fa-star-of-life:before {
  content: "\f621";
}

.fa-staylinked:before {
  content: "\f3f5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-steam-symbol:before {
  content: "\f3f6";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-sticker-mule:before {
  content: "\f3f7";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stopwatch:before {
  content: "\f2f2";
}

.fa-stopwatch-20:before {
  content: "\e06f";
}

.fa-store:before {
  content: "\f54e";
}

.fa-store-alt:before {
  content: "\f54f";
}

.fa-store-alt-slash:before {
  content: "\e070";
}

.fa-store-slash:before {
  content: "\e071";
}

.fa-strava:before {
  content: "\f428";
}

.fa-stream:before {
  content: "\f550";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-stripe:before {
  content: "\f429";
}

.fa-stripe-s:before {
  content: "\f42a";
}

.fa-stroopwafel:before {
  content: "\f551";
}

.fa-studiovinari:before {
  content: "\f3f8";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-subway:before {
  content: "\f239";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-suitcase-rolling:before {
  content: "\f5c1";
}

.fa-sun:before {
  content: "\f185";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-supple:before {
  content: "\f3f9";
}

.fa-surprise:before {
  content: "\f5c2";
}

.fa-suse:before {
  content: "\f7d6";
}

.fa-swatchbook:before {
  content: "\f5c3";
}

.fa-swift:before {
  content: "\f8e1";
}

.fa-swimmer:before {
  content: "\f5c4";
}

.fa-swimming-pool:before {
  content: "\f5c5";
}

.fa-symfony:before {
  content: "\f83d";
}

.fa-synagogue:before {
  content: "\f69b";
}

.fa-sync:before {
  content: "\f021";
}

.fa-sync-alt:before {
  content: "\f2f1";
}

.fa-syringe:before {
  content: "\f48e";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-table-tennis:before {
  content: "\f45d";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-tablet-alt:before {
  content: "\f3fa";
}

.fa-tablets:before {
  content: "\f490";
}

.fa-tachometer-alt:before {
  content: "\f3fd";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-tape:before {
  content: "\f4db";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-taxi:before {
  content: "\f1ba";
}

.fa-teamspeak:before {
  content: "\f4f9";
}

.fa-teeth:before {
  content: "\f62e";
}

.fa-teeth-open:before {
  content: "\f62f";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-telegram-plane:before {
  content: "\f3fe";
}

.fa-temperature-high:before {
  content: "\f769";
}

.fa-temperature-low:before {
  content: "\f76b";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-tenge:before {
  content: "\f7d7";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-the-red-yeti:before {
  content: "\f69d";
}

.fa-theater-masks:before {
  content: "\f630";
}

.fa-themeco:before {
  content: "\f5c6";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-thermometer:before {
  content: "\f491";
}

.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-think-peaks:before {
  content: "\f731";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbtack:before {
  content: "\f08d";
}

.fa-ticket-alt:before {
  content: "\f3ff";
}

.fa-tiktok:before {
  content: "\e07b";
}

.fa-times:before {
  content: "\f00d";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-tint:before {
  content: "\f043";
}

.fa-tint-slash:before {
  content: "\f5c7";
}

.fa-tired:before {
  content: "\f5c8";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-toilet:before {
  content: "\f7d8";
}

.fa-toilet-paper:before {
  content: "\f71e";
}

.fa-toilet-paper-slash:before {
  content: "\e072";
}

.fa-toolbox:before {
  content: "\f552";
}

.fa-tools:before {
  content: "\f7d9";
}

.fa-tooth:before {
  content: "\f5c9";
}

.fa-torah:before {
  content: "\f6a0";
}

.fa-torii-gate:before {
  content: "\f6a1";
}

.fa-tractor:before {
  content: "\f722";
}

.fa-trade-federation:before {
  content: "\f513";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-traffic-light:before {
  content: "\f637";
}

.fa-trailer:before {
  content: "\e041";
}

.fa-train:before {
  content: "\f238";
}

.fa-tram:before {
  content: "\f7da";
}

.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-trash-alt:before {
  content: "\f2ed";
}

.fa-trash-restore:before {
  content: "\f829";
}

.fa-trash-restore-alt:before {
  content: "\f82a";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-trello:before {
  content: "\f181";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-truck-loading:before {
  content: "\f4de";
}

.fa-truck-monster:before {
  content: "\f63b";
}

.fa-truck-moving:before {
  content: "\f4df";
}

.fa-truck-pickup:before {
  content: "\f63c";
}

.fa-tshirt:before {
  content: "\f553";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-tv:before {
  content: "\f26c";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-typo3:before {
  content: "\f42b";
}

.fa-uber:before {
  content: "\f402";
}

.fa-ubuntu:before {
  content: "\f7df";
}

.fa-uikit:before {
  content: "\f403";
}

.fa-umbraco:before {
  content: "\f8e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-umbrella-beach:before {
  content: "\f5ca";
}

.fa-uncharted:before {
  content: "\e084";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-undo:before {
  content: "\f0e2";
}

.fa-undo-alt:before {
  content: "\f2ea";
}

.fa-uniregistry:before {
  content: "\f404";
}

.fa-unity:before {
  content: "\e049";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-university:before {
  content: "\f19c";
}

.fa-unlink:before {
  content: "\f127";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-unsplash:before {
  content: "\e07c";
}

.fa-untappd:before {
  content: "\f405";
}

.fa-upload:before {
  content: "\f093";
}

.fa-ups:before {
  content: "\f7e0";
}

.fa-usb:before {
  content: "\f287";
}

.fa-user:before {
  content: "\f007";
}

.fa-user-alt:before {
  content: "\f406";
}

.fa-user-alt-slash:before {
  content: "\f4fa";
}

.fa-user-astronaut:before {
  content: "\f4fb";
}

.fa-user-check:before {
  content: "\f4fc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-clock:before {
  content: "\f4fd";
}

.fa-user-cog:before {
  content: "\f4fe";
}

.fa-user-edit:before {
  content: "\f4ff";
}

.fa-user-friends:before {
  content: "\f500";
}

.fa-user-graduate:before {
  content: "\f501";
}

.fa-user-injured:before {
  content: "\f728";
}

.fa-user-lock:before {
  content: "\f502";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-user-minus:before {
  content: "\f503";
}

.fa-user-ninja:before {
  content: "\f504";
}

.fa-user-nurse:before {
  content: "\f82f";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-user-shield:before {
  content: "\f505";
}

.fa-user-slash:before {
  content: "\f506";
}

.fa-user-tag:before {
  content: "\f507";
}

.fa-user-tie:before {
  content: "\f508";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-users:before {
  content: "\f0c0";
}

.fa-users-cog:before {
  content: "\f509";
}

.fa-users-slash:before {
  content: "\e073";
}

.fa-usps:before {
  content: "\f7e1";
}

.fa-ussunnah:before {
  content: "\f407";
}

.fa-utensil-spoon:before {
  content: "\f2e5";
}

.fa-utensils:before {
  content: "\f2e7";
}

.fa-vaadin:before {
  content: "\f408";
}

.fa-vector-square:before {
  content: "\f5cb";
}

.fa-venus:before {
  content: "\f221";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-vest:before {
  content: "\e085";
}

.fa-vest-patches:before {
  content: "\e086";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-vial:before {
  content: "\f492";
}

.fa-vials:before {
  content: "\f493";
}

.fa-viber:before {
  content: "\f409";
}

.fa-video:before {
  content: "\f03d";
}

.fa-video-slash:before {
  content: "\f4e2";
}

.fa-vihara:before {
  content: "\f6a7";
}

.fa-vimeo:before {
  content: "\f40a";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-vimeo-v:before {
  content: "\f27d";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-virus:before {
  content: "\e074";
}

.fa-virus-slash:before {
  content: "\e075";
}

.fa-viruses:before {
  content: "\e076";
}

.fa-vk:before {
  content: "\f189";
}

.fa-vnv:before {
  content: "\f40b";
}

.fa-voicemail:before {
  content: "\f897";
}

.fa-volleyball-ball:before {
  content: "\f45f";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-mute:before {
  content: "\f6a9";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-vote-yea:before {
  content: "\f772";
}

.fa-vr-cardboard:before {
  content: "\f729";
}

.fa-vuejs:before {
  content: "\f41f";
}

.fa-walking:before {
  content: "\f554";
}

.fa-wallet:before {
  content: "\f555";
}

.fa-warehouse:before {
  content: "\f494";
}

.fa-watchman-monitoring:before {
  content: "\e087";
}

.fa-water:before {
  content: "\f773";
}

.fa-wave-square:before {
  content: "\f83e";
}

.fa-waze:before {
  content: "\f83f";
}

.fa-weebly:before {
  content: "\f5cc";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-weight:before {
  content: "\f496";
}

.fa-weight-hanging:before {
  content: "\f5cd";
}

.fa-weixin:before {
  content: "\f1d7";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-whatsapp-square:before {
  content: "\f40c";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-whmcs:before {
  content: "\f40d";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-wind:before {
  content: "\f72e";
}

.fa-window-close:before {
  content: "\f410";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-wine-bottle:before {
  content: "\f72f";
}

.fa-wine-glass:before {
  content: "\f4e3";
}

.fa-wine-glass-alt:before {
  content: "\f5ce";
}

.fa-wix:before {
  content: "\f5cf";
}

.fa-wizards-of-the-coast:before {
  content: "\f730";
}

.fa-wodu:before {
  content: "\e088";
}

.fa-wolf-pack-battalion:before {
  content: "\f514";
}

.fa-won-sign:before {
  content: "\f159";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-wordpress-simple:before {
  content: "\f411";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-wpressr:before {
  content: "\f3e4";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-x-ray:before {
  content: "\f497";
}

.fa-xbox:before {
  content: "\f412";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-y-combinator:before {
  content: "\f23b";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-yammer:before {
  content: "\f840";
}

.fa-yandex:before {
  content: "\f413";
}

.fa-yandex-international:before {
  content: "\f414";
}

.fa-yarn:before {
  content: "\f7e3";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-yen-sign:before {
  content: "\f157";
}

.fa-yin-yang:before {
  content: "\f6ad";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-youtube-square:before {
  content: "\f431";
}

.fa-zhihu:before {
  content: "\f63f";
}

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

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

.table-smaller th,
.table-smaller td {
  padding: 0.2rem;
}

body {
  background-color: #f1eccf;
}

.footer-praskacka table {
  color: #ffffff;
}

.navbar-brand img {
  max-height: 90px;
  -webkit-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
}
.navbar-brand .navbar-title {
  -webkit-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
  font-size: 50px;
  color: #000;
  line-height: 30px;
  font-weight: 500;
  margin-left: 20px;
  display: flex;
  flex-direction: column;
}
.navbar-brand .navbar-title strong {
  font-weight: 800;
  color: #265d48;
}

.navbar-brand-hp img {
  max-height: 450px;
}

.HeaderMain-subText {
  -webkit-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
}

.Header--smaller .HeaderMain-subText {
  font-size: 80%;
}

.navbar-nav.navbar-s1 .nav-item .nav-link {
  font-size: 17px;
  font-weight: 400;
  padding: 18px 15px;
  color: #ffffff;
  -webkit-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
}
.navbar-nav.navbar-s1 .nav-item .nav-link:hover, .navbar-nav.navbar-s1 .nav-item .nav-link:focus, .navbar-nav.navbar-s1 .nav-item .nav-link.active {
  color: #b5d56a;
}
.navbar-nav.navbar-s1 .nav-item .nav-link.nav-link--withicon .nav-icon {
  text-align: center;
}
.navbar-nav.navbar-s1 .nav-item .nav-link.nav-link--withicon .nav-icon img {
  max-height: 40px;
  max-width: 40px;
}

.navbar-toggler {
  border: none;
  padding: 14px;
  color: #ffffff;
  background-color: #265d48;
}

@media (max-width: 768px) {
  .navbar-nav {
    margin-bottom: 30px;
    margin-top: 15px;
  }
  .navbar-nav .nav-item .nav-link {
    text-align: left;
    padding: 10px;
    margin-bottom: 2px;
    background-color: #b5d56a;
    color: #ffffff !important;
  }
  .navbar-nav .nav-item .nav-link:hover, .navbar-nav .nav-item .nav-link:focus, .navbar-nav .nav-item .nav-link.active {
    background-color: #265d48;
    color: #ffffff !important;
  }
}
@media (max-width: 992px) {
  .navbar-brand img {
    max-height: 70px;
  }
  .navbar-brand .navbar-title {
    font-size: 40px;
    line-height: 40px;
  }
}
@media (min-width: 769px) {
  .Header--smaller .navbar-brand img {
    max-height: 55px !important;
  }
  .Header--smaller .navbar-brand .navbar-title {
    font-size: 35px !important;
    line-height: 35px !important;
    font-weight: 300;
  }
  .Header--smaller .navbar-nav.navbar-s1 .nav-item .nav-link {
    padding: 8px 8px;
  }
}
@media (max-width: 768px) {
  .Header--smaller .navbar-brand img {
    max-height: 55px !important;
  }
  .Header--smaller .navbar-brand .navbar-title {
    font-size: 35px !important;
    line-height: 35px !important;
    font-weight: 300;
  }
}
.Header {
  -webkit-transition: margin-top 400ms linear;
  -ms-transition: margin-top 400ms linear;
  transition: margin-top 400ms linear;
}
.Header.Header--fixed {
  z-index: 20;
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
}
.Header-main {
  background: #ffffff;
  -webkit-transition: background-color 100ms linear;
  -ms-transition: background-color 100ms linear;
  transition: background-color 100ms linear;
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1);
}

.Header-menu {
  background: #265d48;
  -webkit-transition: background-color 100ms linear;
  -ms-transition: background-color 100ms linear;
  transition: background-color 100ms linear;
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1);
}

.TopHeader {
  padding: 14px 0;
  background-color: #ffffff;
}

.TopHeader--transparent {
  background-color: transparent;
  color: #ffffff;
}

.Header-backdrop {
  display: none;
}
.Header-backdrop.show {
  display: block;
}

.BoxLink .col {
  padding-bottom: 10px;
}

.BoxLink-item {
  flex: 0 0 100%;
  height: 100%;
  background-color: #f0f0f0;
  color: #000000;
  text-align: left;
  font-size: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 15px;
  display: flex;
  flex-direction: row;
  position: relative;
  justify-content: space-between;
  align-items: inherit;
  -webkit-transition: background-color 100ms linear;
  -ms-transition: background-color 100ms linear;
  transition: background-color 100ms linear;
}
.BoxLink-item i {
  font-size: 40px;
}
.BoxLink-item:hover, .BoxLink-item:focus {
  background-color: #265d48;
  color: #ffffff;
  text-decoration: none;
}

.BoxLink--primary .BoxLink-item:hover, .BoxLink--primary .BoxLink-item:focus {
  background-color: #265d48;
  color: #ffffff;
}
.BoxLink--primary .BoxLink-item.BoxLink-item--inverse {
  background-color: #265d48;
  color: #ffffff;
}
.BoxLink--primary .BoxLink-item.BoxLink-item--inverse:hover, .BoxLink--primary .BoxLink-item.BoxLink-item--inverse:focus {
  background-color: #1f4b3a;
  color: #ffffff;
}

.BoxLink--secondary .BoxLink-item:hover, .BoxLink--secondary .BoxLink-item:focus {
  background-color: #318e2f;
  color: #ffffff;
}
.BoxLink--secondary .BoxLink-item.BoxLink-item--inverse {
  background-color: #318e2f;
  color: #ffffff;
}
.BoxLink--secondary .BoxLink-item.BoxLink-item--inverse:hover, .BoxLink--secondary .BoxLink-item.BoxLink-item--inverse:focus {
  background-color: #2a7b29;
  color: #ffffff;
}

.BoxLink--success .BoxLink-item:hover, .BoxLink--success .BoxLink-item:focus {
  background-color: #b5d56a;
  color: #ffffff;
}
.BoxLink--success .BoxLink-item.BoxLink-item--inverse {
  background-color: #b5d56a;
  color: #ffffff;
}
.BoxLink--success .BoxLink-item.BoxLink-item--inverse:hover, .BoxLink--success .BoxLink-item.BoxLink-item--inverse:focus {
  background-color: #abcf56;
  color: #ffffff;
}

.BoxLink--info .BoxLink-item:hover, .BoxLink--info .BoxLink-item:focus {
  background-color: #00dffc;
  color: #ffffff;
}
.BoxLink--info .BoxLink-item.BoxLink-item--inverse {
  background-color: #00dffc;
  color: #ffffff;
}
.BoxLink--info .BoxLink-item.BoxLink-item--inverse:hover, .BoxLink--info .BoxLink-item.BoxLink-item--inverse:focus {
  background-color: #00c8e3;
  color: #ffffff;
}

.BoxLink--warning .BoxLink-item:hover, .BoxLink--warning .BoxLink-item:focus {
  background-color: #fad776;
  color: #ffffff;
}
.BoxLink--warning .BoxLink-item.BoxLink-item--inverse {
  background-color: #fad776;
  color: #ffffff;
}
.BoxLink--warning .BoxLink-item.BoxLink-item--inverse:hover, .BoxLink--warning .BoxLink-item.BoxLink-item--inverse:focus {
  background-color: #f9d05d;
  color: #ffffff;
}

.BoxLink--danger .BoxLink-item:hover, .BoxLink--danger .BoxLink-item:focus {
  background-color: #dc3545;
  color: #ffffff;
}
.BoxLink--danger .BoxLink-item.BoxLink-item--inverse {
  background-color: #dc3545;
  color: #ffffff;
}
.BoxLink--danger .BoxLink-item.BoxLink-item--inverse:hover, .BoxLink--danger .BoxLink-item.BoxLink-item--inverse:focus {
  background-color: #d32535;
  color: #ffffff;
}

.BoxLink--light .BoxLink-item:hover, .BoxLink--light .BoxLink-item:focus {
  background-color: #f8f9fa;
  color: #ffffff;
}
.BoxLink--light .BoxLink-item.BoxLink-item--inverse {
  background-color: #f8f9fa;
  color: #ffffff;
}
.BoxLink--light .BoxLink-item.BoxLink-item--inverse:hover, .BoxLink--light .BoxLink-item.BoxLink-item--inverse:focus {
  background-color: #e9ecef;
  color: #ffffff;
}

.BoxLink--dark .BoxLink-item:hover, .BoxLink--dark .BoxLink-item:focus {
  background-color: #000000;
  color: #ffffff;
}
.BoxLink--dark .BoxLink-item.BoxLink-item--inverse {
  background-color: #000000;
  color: #ffffff;
}
.BoxLink--dark .BoxLink-item.BoxLink-item--inverse:hover, .BoxLink--dark .BoxLink-item.BoxLink-item--inverse:focus {
  background-color: black;
  color: #ffffff;
}

.BoxLink--indigo .BoxLink-item:hover, .BoxLink--indigo .BoxLink-item:focus {
  background-color: #533be2;
  color: #ffffff;
}
.BoxLink--indigo .BoxLink-item.BoxLink-item--inverse {
  background-color: #533be2;
  color: #ffffff;
}
.BoxLink--indigo .BoxLink-item.BoxLink-item--inverse:hover, .BoxLink--indigo .BoxLink-item.BoxLink-item--inverse:focus {
  background-color: #4025df;
  color: #ffffff;
}

.BoxLink--purple .BoxLink-item:hover, .BoxLink--purple .BoxLink-item:focus {
  background-color: #4c2c92;
  color: #ffffff;
}
.BoxLink--purple .BoxLink-item.BoxLink-item--inverse {
  background-color: #4c2c92;
  color: #ffffff;
}
.BoxLink--purple .BoxLink-item.BoxLink-item--inverse:hover, .BoxLink--purple .BoxLink-item.BoxLink-item--inverse:focus {
  background-color: #42267e;
  color: #ffffff;
}

.BoxLink--pink .BoxLink-item:hover, .BoxLink--pink .BoxLink-item:focus {
  background-color: #e83e8c;
  color: #ffffff;
}
.BoxLink--pink .BoxLink-item.BoxLink-item--inverse {
  background-color: #e83e8c;
  color: #ffffff;
}
.BoxLink--pink .BoxLink-item.BoxLink-item--inverse:hover, .BoxLink--pink .BoxLink-item.BoxLink-item--inverse:focus {
  background-color: #e5277e;
  color: #ffffff;
}

.BoxLink--upice .BoxLink-item:hover, .BoxLink--upice .BoxLink-item:focus {
  background-color: #318e2f;
  color: #ffffff;
}
.BoxLink--upice .BoxLink-item.BoxLink-item--inverse {
  background-color: #318e2f;
  color: #ffffff;
}
.BoxLink--upice .BoxLink-item.BoxLink-item--inverse:hover, .BoxLink--upice .BoxLink-item.BoxLink-item--inverse:focus {
  background-color: #2a7b29;
  color: #ffffff;
}

.BoxLink--upice-yellow .BoxLink-item:hover, .BoxLink--upice-yellow .BoxLink-item:focus {
  background-color: #fbc534;
  color: #ffffff;
}
.BoxLink--upice-yellow .BoxLink-item.BoxLink-item--inverse {
  background-color: #fbc534;
  color: #ffffff;
}
.BoxLink--upice-yellow .BoxLink-item.BoxLink-item--inverse:hover, .BoxLink--upice-yellow .BoxLink-item.BoxLink-item--inverse:focus {
  background-color: #fbbe1b;
  color: #ffffff;
}

/*

.BoxLink--success {
  .BoxLink-item {
    &:hover,
    &:focus,
    &.BoxLink-item--inverse {
      background-color: $success;
      color: #ffffff;
    }
  }
}

.BoxLink--info {
  .BoxLink-item {
    &:hover,
    &:focus,
    &.BoxLink-item--inverse {
      background-color: $info;
      color: #ffffff;
    }
  }
}
*/
.BoxLink-body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 10px 0 20px;
}

.BoxLink-item--inverse {
  background-color: #265d48;
  color: #ffffff;
}
.BoxLink-item--inverse:hover, .BoxLink-item--inverse:focus {
  background-color: #17392c;
}

.BoxLink-item--menu .BoxLink-body {
  align-items: flex-start;
  padding: 0px;
}
.BoxLink-item--menu .BoxLink-title {
  margin: 0;
}

.BoxLink-type {
  position: absolute;
  left: 0;
  top: 70px;
  display: block;
  padding: 5px;
  background-color: #1f4b3a;
  color: #ffffff;
  font-size: 14px;
}

.BoxLink-datefromto {
  position: absolute;
  left: 0;
  top: 20px;
  display: block;
  padding: 5px;
  background-color: #2d6f56;
  color: #ffffff;
  font-size: 14px;
}

.BoxLink-image {
  max-width: 25%;
  text-align: center;
}
.BoxLink-image img {
  max-width: 100%;
  max-height: 150px;
}

.BoxLink-image--fullwidth img {
  width: 100%;
  max-height: initial;
}

.BoxLink--withdescription {
  justify-content: center;
}
.BoxLink--withdescription .BoxLink-item {
  justify-content: space-around;
  text-align: left;
  align-items: start;
  flex-direction: column;
}
.BoxLink--withdescription .BoxLink-item .BoxLink-title {
  margin-left: 0px;
}
.BoxLink--withdescription .BoxLink-item > span {
  width: 100%;
}

.BoxLink-description {
  font-weight: 300;
  font-size: 75%;
}

.BoxLink-title {
  font-weight: 500;
}

.BoxLink--noicon {
  justify-content: center;
}
.BoxLink--noicon .BoxLink-item {
  min-height: 70px;
  justify-content: center;
}
.BoxLink--noicon .BoxLink-title {
  margin-bottom: 0;
}

@media (min-width: 576px) {
  .BoxLink-image {
    max-width: 100%;
  }
  .BoxLink-body {
    align-items: center;
    padding: 10px;
  }
  .BoxLink-type {
    left: initial;
    right: 0;
    top: 20px;
  }
  .BoxLink-item {
    flex-direction: column;
    justify-content: space-between;
  }
  .BoxLink-item i {
    font-size: 70px;
    padding: 15px 0 0 0;
  }
  .BoxLink-item--menu .BoxLink-body {
    align-items: flex-start;
    padding: 0px;
  }
  .BoxLink-title {
    margin: 0 0 15px 0;
  }
}
/*
// Medium devices (tablets, 768px and up)
@media (min-width: 768px) {
  .BoxLink-item {
    flex: 0 0 46%;
  }
}

// Large devices (desktops, 992px and up)
@media (min-width: 992px) {
  .BoxLink-item {
    flex: 0 0 16.6%;

    i {
      font-size: 90px;
      padding: 20px 0 0 0;
    }
  }
}

// Extra large devices (large desktops, 1200px and up)
@media (min-width: 1200px) {
  .BoxLink-item {
    flex: 0 0 16.6%;
  }
}
*/
.Banner {
  position: relative;
  overflow: hidden;
}

.Banner-content {
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  height: 50%;
  display: flex;
  align-items: center;
  color: #ffffff;
}
.Banner-content .Banner-content-body {
  padding: 15px 3%;
}
.Banner-content .Banner-content-body .Banner-content-body-carousel {
  display: inline-block;
  border: 5px solid #ffffff;
  width: 350px;
  -ms-transform: rotate(-5deg); /* IE 9 */
  -webkit-transform: rotate(-5deg); /* Safari prior 9.0 */
  transform: rotate(-5deg); /* Standard syntax */
}

.Banner-background {
  width: 100%;
  text-align: center;
  display: flex;
  align-content: center;
  justify-content: center;
}

@media (min-width: 768px) {
  .Banner-content {
    height: 60%;
  }
  .Banner-content .Banner-content-body {
    padding: 15px 4%;
  }
  .Banner-content .Banner-content-body .Banner-content-body-carousel {
    width: 400px;
  }
}
@media (min-width: 1100px) {
  .Banner-content {
    height: 75%;
  }
  .Banner-content .Banner-content-body {
    padding: 15px 5%;
  }
  .Banner-content .Banner-content-body .Banner-content-body-carousel {
    width: 550px;
  }
}
@media (min-width: 2000px) {
  .Banner-content .Banner-content-body {
    padding: 15px 9%;
  }
}
.MBanner {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}

.MBanner-image {
  position: relative;
}
.MBanner-image img {
  width: 100%;
}
.MBanner-image .MBanner-changer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(49, 142, 47, 0.7);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: all 0.5s ease-out;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.MBanner-image .MBanner-changer.active {
  opacity: 1;
  transition: all 0.5s ease-in;
}
.MBanner-image .MBanner-changer:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(38, 93, 72, 0.6);
  z-index: 1;
}

.MBanner-title {
  margin-top: 30px;
  min-width: 50%;
}

.MBanner-sports {
  transform: translate(0, -150px);
  position: relative;
  z-index: 5;
}

section {
  padding: 50px 0;
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1);
}

.Section--sport {
  padding: 150px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.Section--sport:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(38, 93, 72, 0.6);
  z-index: 1;
}

.Section-inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  background-color: rgba(241, 236, 207, 0.9);
  border-radius: 0.25rem !important;
}

.Section-body {
  padding: 20px 10px 10px 10px;
  flex-grow: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.Section-body h1 {
  font-size: 3.5rem;
  font-weight: bold;
  color: #265d48;
  line-height: 2.3rem;
  margin-bottom: 3rem;
}
.Section-body h1 span {
  font-weight: normal;
  font-size: 2rem;
  line-height: 1rem;
}

.Section-icon {
  padding: 10px;
  justify-content: center;
  display: flex;
}
.Section-icon span {
  display: flex;
  padding: 10px;
  align-items: center;
  background-color: white;
  color: #318e2f;
  border-radius: 0.25rem !important;
}
.Section-icon span i {
  font-size: 125px;
}

@media (min-width: 768px) {
  .Section-inner {
    flex-direction: row;
  }
}
.Heading {
  margin-bottom: 20px;
}

.Heading--upper {
  text-transform: uppercase;
}

.Heading-title:after {
  margin-top: 1.07143rem;
  color: #265d48;
  width: 5rem;
  border-top-width: 1px;
  content: "";
  display: block;
  border-top-style: solid;
  border-color: inherit;
}

.Heading-title--centered {
  text-align: center;
}
.Heading-title--centered:after {
  margin: 1.07143rem auto 0 auto;
}

.Heading--main .Heading-title {
  color: #318e2f;
}

.Heading-title--noborder:after {
  display: none;
}

.Heading--side .Heading-title {
  font-size: 16px;
  padding: 20px 5px 5px 5px;
  color: #318e2f;
}
.Heading--side .Heading-title:after {
  margin-top: 10px;
}

.Heading--footer .Heading-title {
  font-size: 16px;
  padding: 20px 5px 5px 5px;
  color: #adb5bd;
}
.Heading--footer .Heading-title:after {
  margin-top: 10px;
}

.Heading--intab {
  margin: 5px 0 0 0;
}
.Heading--intab .Heading-title {
  font-size: 10px;
  text-transform: uppercase;
  padding: 5px 5px 5px 5px;
  color: #265d48;
}
.Heading--intab .Heading-title:after {
  display: none;
}

.card-news {
  background-color: #f0f0f0;
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1);
  border-bottom-right-radius: 0.5rem !important;
  border-bottom-left-radius: 0.5rem !important;
}
.card-news .card-footer {
  background-color: transparent;
  border: none;
}

.card--notextdecoration a:hover, .card--notextdecoration a:focus {
  text-decoration: none;
}

.card-shadow {
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1);
}

.card-icon-border-large {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  text-align: center;
  line-height: 50px;
  background-color: #fff;
  border: 6px solid;
  border-radius: 50%;
  font-size: 1.88rem;
  line-height: 90px;
  color: #666;
  margin-top: -3.06rem;
}

.btn-scroll-down {
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.btn-scroll-down i {
  font-size: 1.13rem;
  color: #fff;
}

.card-hover:hover .btn-scroll-down {
  visibility: visible;
  opacity: 1;
}

.ic-calendar {
  position: relative;
  padding: 0 50px;
}
.ic-calendar .ic-calendar-of {
  overflow: hidden;
}
.ic-calendar .ic-btn-left {
  position: absolute;
  top: 66px;
  left: 0;
}
.ic-calendar .ic-btn-right {
  position: absolute;
  top: 66px;
  right: 0;
}
.ic-calendar .ic-month {
  display: inline-block;
  border-left: solid 1px #e3e3e5;
}
.ic-calendar .ic-month .ic-month-name {
  padding: 5px;
}
.ic-calendar .ic-month .ic-month-days {
  height: 80px;
}
.ic-calendar .ic-month .ic-month-days .ic-day {
  text-align: center;
  width: 40px;
  display: inline-block;
  height: 100%;
  text-decoration: none;
  -webkit-transition: background-color 300ms linear;
  -ms-transition: background-color 300ms linear;
  transition: background-color 300ms linear;
}
.ic-calendar .ic-month .ic-month-days .ic-day:hover {
  background-color: #72c02c;
  color: #fff;
}
.ic-calendar .ic-month .ic-month-days .ic-day .ic-day-num {
  display: block;
  font-weight: bold;
  font-size: 130%;
}
.ic-calendar .ic-month .ic-month-days .ic-day .ic-day-tit {
  display: block;
  color: #72c02c;
  font-size: 80%;
  min-height: 22px;
  background-color: white;
  padding-top: 4px;
  margin-bottom: 3px;
}
.ic-calendar .ic-month .ic-month-days .ic-day.so {
  background-color: #f3f3f3;
}
.ic-calendar .ic-month .ic-month-days .ic-day.ne {
  background-color: #eee;
}
.ic-calendar .ic-month .ic-month-days .ic-day.today {
  background-color: #72c02c;
  color: #fff;
}
.ic-calendar .ic-month .ic-month-days .ic-day.today .ic-day-tit {
  color: white;
  background-color: #72c02c;
}
.ic-calendar .ic-month .ic-month-days .ic-day.selected {
  background-color: #596070;
  color: #fff;
}

.ic-calendar-slider {
  width: 15000px;
  position: relative;
  left: 0;
}

.Sponzors .item {
  padding: 20px;
}
.Sponzors .item img {
  max-height: 150px;
  width: auto !important;
  max-width: 100%;
}
.Sponzors .owl-stage {
  display: flex;
}
.Sponzors .owl-stage .owl-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.Sports {
  margin: 10px 0;
  padding: 10px;
  background-color: #fbc534;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border-radius: 0.4rem;
  -moz-border-radius: 0.4rem;
  -webkit-border-radius: 0.4rem;
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1);
  max-width: 1920px;
  position: relative;
  z-index: 10;
}

.SportItemWrapper {
  flex: 0 0 100%;
  padding: 4px;
  overflow: hidden;
}

.SportItem {
  display: flex;
  flex-direction: row;
  height: 100%;
  background-color: #ffffff;
  padding: 10px;
  border-radius: 0.4rem;
  -moz-border-radius: 0.4rem;
  -webkit-border-radius: 0.4rem;
  font-size: 1rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  -moz-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
}
.SportItem:hover, .SportItem:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: #318e2f;
}
.SportItem:hover .SportItem-icon, .SportItem:focus .SportItem-icon {
  color: #ffffff;
}
.SportItem:hover .SportItem-desc, .SportItem:focus .SportItem-desc {
  color: #f1eccf;
}

.SportItem-name {
  font-weight: bold;
  font-size: 1.2rem;
}

.SportItem-icon {
  font-size: 2rem;
  padding: 0 15px 0 5px;
  color: #318e2f;
}

.SportItem-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
}

@media (min-width: 576px) {
  .SportItemWrapper {
    flex: 0 0 50%;
  }
}
@media (min-width: 769px) {
  .Sports {
    flex-direction: row;
  }
  .SportItemWrapper {
    flex: 0 0 33.3%;
  }
  .SportItem-icon {
    font-size: 3rem;
    text-align: center;
  }
  .SportItem-desc {
    font-size: 0.8rem;
    color: #318e2f;
  }
}
@media (min-width: 992px) {
  .SportItemWrapper {
    flex: 0 0 25%;
  }
}
@media (min-width: 1399px) {
  .SportItemWrapper {
    flex: 0 0 16.6%;
  }
}
.News {
  padding: 10px 0;
}

.NewsItem {
  padding-bottom: 20px;
  margin: 10px 0;
  display: flex;
  flex-direction: column;
  /*
    &:after {
      margin-top: 25px;
      content: '';
      width: 100%;
      display: block;
      border: 0;
      height: 1px;
      background-image: -webkit-linear-gradient(left, transparent, rgba(0, 0, 0, 0.2), transparent);
      background-image: -moz-linear-gradient(left, transparent, rgba(0, 0, 0, 0.2), transparent);
      background-image: -ms-linear-gradient(left, transparent, rgba(0, 0, 0, 0.2), transparent);
      background-image: -o-linear-gradient(left, transparent, rgba(0, 0, 0, 0.2), transparent);
      background-image: linear-gradient(left, transparent, rgba(0, 0, 0, 0.2), transparent);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6d6d6', endColorstr='#d6d6d6',GradientType=0 );
    }

    &:last-child {
      &:after {
        display: none;
      }
    }
  */
}
.NewsItem h3 {
  font-weight: bold;
}

.NewsItem-header {
  flex: 0 0 35%;
}

.NewsItem-body {
  flex-grow: 1;
  padding: 10px;
}

.NewsItem-img {
  display: flex;
  width: 100%;
  height: 100%;
  max-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e4e4e4;
  overflow: hidden;
}
.NewsItem-img i {
  font-size: 70px;
  color: #318e2f;
}
.NewsItem-img img {
  width: 100%;
}

.NewsItemImg--4img {
  align-items: flex-start;
}

.NewsItem-footer {
  font-size: 80%;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #e4e4e4;
  padding-top: 15px;
}
.NewsItem-footer span {
  display: inline-block;
  padding: 3px 7px;
  border-right: 1px solid #318e2f;
  color: #318e2f;
}
.NewsItem-footer span:last-child {
  border-right: none;
}

@media (min-width: 992px) {
  .NewsItem {
    flex-direction: row;
  }
}
.EventCalendarItem-desc {
  display: block;
}

.EventCalendar-item .fc-title {
  font-weight: bold;
}
.EventCalendar-item .fc-time {
  display: none;
}
.EventCalendar-item .EventCalendarItem-time {
  display: block;
}
.EventCalendar-item .EventCalendarItem-time i {
  margin-right: 5px;
}

.fc-day-past .EventCalendar-item {
  opacity: 0.5;
}

.EventItem {
  padding: 5px 5px 5px 10px;
  margin-bottom: 5px;
  display: flex;
  justify-content: space-between;
  border-radius: 5px;
  background-color: #ffffff;
  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;
}
.EventItem:hover, .EventItem:focus {
  text-decoration: none;
  background-color: #f1eccf;
  color: #265d48;
}
.EventItem .EventItem-body {
  flex: 1;
}
.EventItem .EventItem-icon {
  display: flex;
  max-width: 75px;
  font-size: 2em;
  color: #318e2f;
  margin-right: 10px;
  justify-content: center;
  align-items: center;
}

.EventItem--old {
  opacity: 0.7;
}

.EventItem-name {
  display: block;
  font-weight: bold;
  color: #318e2f;
}

.EventItem-img {
  display: block;
  text-align: center;
  margin-bottom: 10px;
}
.EventItem-img img {
  max-height: 250px;
  width: 100%;
}

.EventItem-badge {
  color: #ffffff;
  background-color: #318e2f;
  display: inline-block;
  padding: 0.25em 0.4em;
  line-height: 1;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.EventItem-attrs {
  font-size: 80%;
  flex: 0 0 40%;
  display: flex;
  flex-direction: column;
}
.EventItem-attrs .EventItem-attr {
  display: block;
  padding: 1px 7px 1px 15px;
  color: #318e2f;
  position: relative;
}
.EventItem-attrs .EventItem-attr > i {
  position: absolute;
  left: 0px;
  top: 4px;
}

.Events--full {
  display: flex;
  flex-wrap: wrap;
}
.Events--full .EventWrapper {
  flex: 0 0 100%;
  padding: 5px;
}
.Events--full .EventItem {
  flex-direction: column;
  height: 100%;
}
.Events--full .EventItem .EventItem-name {
  font-size: 120%;
}
.Events--full .EventItem .EventItem-attrs {
  margin-top: 10px;
  border-top: 1px solid #318e2f;
  border-left: none;
  padding-top: 10px;
}
.Events--full .EventItem:hover, .Events--full .EventItem:focus {
  background-color: #318e2f;
  color: #ffffff;
}
.Events--full .EventItem:hover .EventItem-name, .Events--full .EventItem:focus .EventItem-name {
  color: #ffffff;
}
.Events--full .EventItem:hover .EventItem-badge, .Events--full .EventItem:focus .EventItem-badge {
  background-color: #265d48;
}
.Events--full .EventItem:hover .EventItem-attrs, .Events--full .EventItem:focus .EventItem-attrs {
  border-top-color: #265d48;
}
.Events--full .EventItem:hover .EventItem-attr, .Events--full .EventItem:focus .EventItem-attr {
  color: #ffffff;
}

@media (min-width: 768px) {
  .Events--full .EventWrapper {
    flex: 0 0 50%;
  }
}
@media (min-width: 992px) {
  .Events--full .EventWrapper {
    flex: 0 0 33.3%;
  }
}
@media (min-width: 1100px) {
  .Events--full .EventWrapper {
    flex: 0 0 25%;
  }
}
/**

		- Box Shadows 				.shadow (default) , .shadow-*, .shadow-*-hover,
									[[.shadow-*-hover can be used in combination with .transition-all-ease-*]]

**/
.shadow-none {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
}

.shadow-hover:hover {
  -moz-box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1) !important;
  -webkit-box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1) !important;
  -ms-box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1) !important;
  -o-box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1) !important;
}

.shadow-xs,
.shadow-xs-hover:hover {
  -moz-box-shadow: 0 0 25px rgba(140, 152, 164, 0.1) !important;
  -webkit-box-shadow: 0 0 25px rgba(140, 152, 164, 0.1) !important;
  -ms-box-shadow: 0 0 25px rgba(140, 152, 164, 0.1) !important;
  -o-box-shadow: 0 0 25px rgba(140, 152, 164, 0.1) !important;
  box-shadow: 0 0 25px rgba(140, 152, 164, 0.1) !important;
}

.shadow-sm-hover:hover {
  -moz-box-shadow: 0 0 35px rgba(140, 152, 164, 0.125) !important;
  -webkit-box-shadow: 0 0 35px rgba(140, 152, 164, 0.125) !important;
  -ms-box-shadow: 0 0 35px rgba(140, 152, 164, 0.125) !important;
  -o-box-shadow: 0 0 35px rgba(140, 152, 164, 0.125) !important;
  box-shadow: 0 0 35px rgba(140, 152, 164, 0.125) !important;
}

.shadow-md,
.shadow-md-hover:hover {
  -moz-box-shadow: 0 0 35px rgba(140, 152, 164, 0.15) !important;
  -webkit-box-shadow: 0 0 35px rgba(140, 152, 164, 0.15) !important;
  -ms-box-shadow: 0 0 35px rgba(140, 152, 164, 0.15) !important;
  -o-box-shadow: 0 0 35px rgba(140, 152, 164, 0.15) !important;
  box-shadow: 0 0 35px rgba(140, 152, 164, 0.15) !important;
}

.shadow-lg-hover:hover {
  -moz-box-shadow: 0 10px 40px 10px rgba(140, 152, 164, 0.175) !important;
  -webkit-box-shadow: 0 10px 40px 10px rgba(140, 152, 164, 0.175) !important;
  -ms-box-shadow: 0 10px 40px 10px rgba(140, 152, 164, 0.175) !important;
  -o-box-shadow: 0 10px 40px 10px rgba(140, 152, 164, 0.175) !important;
  box-shadow: 0 10px 40px 10px rgba(140, 152, 164, 0.175) !important;
}

.shadow-xlg,
.shadow-xlg-hover:hover {
  -moz-box-shadow: 0 10px 40px 10px rgba(140, 152, 164, 0.3) !important;
  -webkit-box-shadow: 0 10px 40px 10px rgba(140, 152, 164, 0.3) !important;
  -ms-box-shadow: 0 10px 40px 10px rgba(140, 152, 164, 0.3) !important;
  -o-box-shadow: 0 10px 40px 10px rgba(140, 152, 164, 0.3) !important;
  box-shadow: 0 10px 40px 10px rgba(140, 152, 164, 0.3) !important;
}

.shadow-3d-up,
.shadow-3d-up-hover:hover {
  -moz-box-shadow: 0rem -2rem 3.5rem rgba(22, 28, 45, 0.1) !important;
  -webkit-box-shadow: 0rem -2rem 3.5rem rgba(22, 28, 45, 0.1) !important;
  -ms-box-shadow: 0rem -2rem 3.5rem rgba(22, 28, 45, 0.1) !important;
  -o-box-shadow: 0rem -2rem 3.5rem rgba(22, 28, 45, 0.1) !important;
  box-shadow: 0rem -2rem 3.5rem rgba(22, 28, 45, 0.1) !important;
}

.shadow-3d-down,
.shadow-3d-down-hover:hover,
.shadow-3d,
.shadow-3d-hover:hover {
  -moz-box-shadow: 0 2.5rem 4rem rgba(22, 28, 45, 0.1) !important;
  -webkit-box-shadow: 0 2.5rem 4rem rgba(22, 28, 45, 0.1) !important;
  -ms-box-shadow: 0 2.5rem 4rem rgba(22, 28, 45, 0.1) !important;
  -o-box-shadow: 0 2.5rem 4rem rgba(22, 28, 45, 0.1) !important;
  box-shadow: 0 2.5rem 4rem rgba(22, 28, 45, 0.1) !important;
}

/*

	.shadow-primary-*
	.shadow-secondary-*
	.....
	.shadow-*-*

*/
.shadow-primary-xs,
.shadow-primary-xs-hover:hover {
  box-shadow: 0 0 25px rgba(38, 93, 72, 0.1) !important;
}

.shadow-primary-sm,
.shadow-primary-sm-hover:hover {
  box-shadow: 0 0 35px rgba(38, 93, 72, 0.125) !important;
}

.shadow-primary-md,
.shadow-primary-md-hover:hover {
  box-shadow: 0 0 35px rgba(38, 93, 72, 0.15) !important;
}

.shadow-primary-lg,
.shadow-primary-lg-hover:hover {
  box-shadow: 0 10px 40px 10px rgba(38, 93, 72, 0.175) !important;
}

.shadow-primary-xlg,
.shadow-primary-xlg-hover:hover {
  box-shadow: 0 10px 40px 10px rgba(38, 93, 72, 0.3) !important;
}

.shadow-secondary-xs,
.shadow-secondary-xs-hover:hover {
  box-shadow: 0 0 25px rgba(49, 142, 47, 0.1) !important;
}

.shadow-secondary-sm,
.shadow-secondary-sm-hover:hover {
  box-shadow: 0 0 35px rgba(49, 142, 47, 0.125) !important;
}

.shadow-secondary-md,
.shadow-secondary-md-hover:hover {
  box-shadow: 0 0 35px rgba(49, 142, 47, 0.15) !important;
}

.shadow-secondary-lg,
.shadow-secondary-lg-hover:hover {
  box-shadow: 0 10px 40px 10px rgba(49, 142, 47, 0.175) !important;
}

.shadow-secondary-xlg,
.shadow-secondary-xlg-hover:hover {
  box-shadow: 0 10px 40px 10px rgba(49, 142, 47, 0.3) !important;
}

.shadow-success-xs,
.shadow-success-xs-hover:hover {
  box-shadow: 0 0 25px rgba(181, 213, 106, 0.1) !important;
}

.shadow-success-sm,
.shadow-success-sm-hover:hover {
  box-shadow: 0 0 35px rgba(181, 213, 106, 0.125) !important;
}

.shadow-success-md,
.shadow-success-md-hover:hover {
  box-shadow: 0 0 35px rgba(181, 213, 106, 0.15) !important;
}

.shadow-success-lg,
.shadow-success-lg-hover:hover {
  box-shadow: 0 10px 40px 10px rgba(181, 213, 106, 0.175) !important;
}

.shadow-success-xlg,
.shadow-success-xlg-hover:hover {
  box-shadow: 0 10px 40px 10px rgba(181, 213, 106, 0.3) !important;
}

.shadow-info-xs,
.shadow-info-xs-hover:hover {
  box-shadow: 0 0 25px rgba(0, 223, 252, 0.1) !important;
}

.shadow-info-sm,
.shadow-info-sm-hover:hover {
  box-shadow: 0 0 35px rgba(0, 223, 252, 0.125) !important;
}

.shadow-info-md,
.shadow-info-md-hover:hover {
  box-shadow: 0 0 35px rgba(0, 223, 252, 0.15) !important;
}

.shadow-info-lg,
.shadow-info-lg-hover:hover {
  box-shadow: 0 10px 40px 10px rgba(0, 223, 252, 0.175) !important;
}

.shadow-info-xlg,
.shadow-info-xlg-hover:hover {
  box-shadow: 0 10px 40px 10px rgba(0, 223, 252, 0.3) !important;
}

.shadow-warning-xs,
.shadow-warning-xs-hover:hover {
  box-shadow: 0 0 25px rgba(250, 215, 118, 0.1) !important;
}

.shadow-warning-sm,
.shadow-warning-sm-hover:hover {
  box-shadow: 0 0 35px rgba(250, 215, 118, 0.125) !important;
}

.shadow-warning-md,
.shadow-warning-md-hover:hover {
  box-shadow: 0 0 35px rgba(250, 215, 118, 0.15) !important;
}

.shadow-warning-lg,
.shadow-warning-lg-hover:hover {
  box-shadow: 0 10px 40px 10px rgba(250, 215, 118, 0.175) !important;
}

.shadow-warning-xlg,
.shadow-warning-xlg-hover:hover {
  box-shadow: 0 10px 40px 10px rgba(250, 215, 118, 0.3) !important;
}

.shadow-danger-xs,
.shadow-danger-xs-hover:hover {
  box-shadow: 0 0 25px rgba(220, 53, 69, 0.1) !important;
}

.shadow-danger-sm,
.shadow-danger-sm-hover:hover {
  box-shadow: 0 0 35px rgba(220, 53, 69, 0.125) !important;
}

.shadow-danger-md,
.shadow-danger-md-hover:hover {
  box-shadow: 0 0 35px rgba(220, 53, 69, 0.15) !important;
}

.shadow-danger-lg,
.shadow-danger-lg-hover:hover {
  box-shadow: 0 10px 40px 10px rgba(220, 53, 69, 0.175) !important;
}

.shadow-danger-xlg,
.shadow-danger-xlg-hover:hover {
  box-shadow: 0 10px 40px 10px rgba(220, 53, 69, 0.3) !important;
}

.shadow-light-xs,
.shadow-light-xs-hover:hover {
  box-shadow: 0 0 25px rgba(248, 249, 250, 0.1) !important;
}

.shadow-light-sm,
.shadow-light-sm-hover:hover {
  box-shadow: 0 0 35px rgba(248, 249, 250, 0.125) !important;
}

.shadow-light-md,
.shadow-light-md-hover:hover {
  box-shadow: 0 0 35px rgba(248, 249, 250, 0.15) !important;
}

.shadow-light-lg,
.shadow-light-lg-hover:hover {
  box-shadow: 0 10px 40px 10px rgba(248, 249, 250, 0.175) !important;
}

.shadow-light-xlg,
.shadow-light-xlg-hover:hover {
  box-shadow: 0 10px 40px 10px rgba(248, 249, 250, 0.3) !important;
}

.shadow-dark-xs,
.shadow-dark-xs-hover:hover {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1) !important;
}

.shadow-dark-sm,
.shadow-dark-sm-hover:hover {
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.125) !important;
}

.shadow-dark-md,
.shadow-dark-md-hover:hover {
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.15) !important;
}

.shadow-dark-lg,
.shadow-dark-lg-hover:hover {
  box-shadow: 0 10px 40px 10px rgba(0, 0, 0, 0.175) !important;
}

.shadow-dark-xlg,
.shadow-dark-xlg-hover:hover {
  box-shadow: 0 10px 40px 10px rgba(0, 0, 0, 0.3) !important;
}

.shadow-indigo-xs,
.shadow-indigo-xs-hover:hover {
  box-shadow: 0 0 25px rgba(83, 59, 226, 0.1) !important;
}

.shadow-indigo-sm,
.shadow-indigo-sm-hover:hover {
  box-shadow: 0 0 35px rgba(83, 59, 226, 0.125) !important;
}

.shadow-indigo-md,
.shadow-indigo-md-hover:hover {
  box-shadow: 0 0 35px rgba(83, 59, 226, 0.15) !important;
}

.shadow-indigo-lg,
.shadow-indigo-lg-hover:hover {
  box-shadow: 0 10px 40px 10px rgba(83, 59, 226, 0.175) !important;
}

.shadow-indigo-xlg,
.shadow-indigo-xlg-hover:hover {
  box-shadow: 0 10px 40px 10px rgba(83, 59, 226, 0.3) !important;
}

.shadow-purple-xs,
.shadow-purple-xs-hover:hover {
  box-shadow: 0 0 25px rgba(76, 44, 146, 0.1) !important;
}

.shadow-purple-sm,
.shadow-purple-sm-hover:hover {
  box-shadow: 0 0 35px rgba(76, 44, 146, 0.125) !important;
}

.shadow-purple-md,
.shadow-purple-md-hover:hover {
  box-shadow: 0 0 35px rgba(76, 44, 146, 0.15) !important;
}

.shadow-purple-lg,
.shadow-purple-lg-hover:hover {
  box-shadow: 0 10px 40px 10px rgba(76, 44, 146, 0.175) !important;
}

.shadow-purple-xlg,
.shadow-purple-xlg-hover:hover {
  box-shadow: 0 10px 40px 10px rgba(76, 44, 146, 0.3) !important;
}

.shadow-pink-xs,
.shadow-pink-xs-hover:hover {
  box-shadow: 0 0 25px rgba(232, 62, 140, 0.1) !important;
}

.shadow-pink-sm,
.shadow-pink-sm-hover:hover {
  box-shadow: 0 0 35px rgba(232, 62, 140, 0.125) !important;
}

.shadow-pink-md,
.shadow-pink-md-hover:hover {
  box-shadow: 0 0 35px rgba(232, 62, 140, 0.15) !important;
}

.shadow-pink-lg,
.shadow-pink-lg-hover:hover {
  box-shadow: 0 10px 40px 10px rgba(232, 62, 140, 0.175) !important;
}

.shadow-pink-xlg,
.shadow-pink-xlg-hover:hover {
  box-shadow: 0 10px 40px 10px rgba(232, 62, 140, 0.3) !important;
}

.shadow-upice-xs,
.shadow-upice-xs-hover:hover {
  box-shadow: 0 0 25px rgba(49, 142, 47, 0.1) !important;
}

.shadow-upice-sm,
.shadow-upice-sm-hover:hover {
  box-shadow: 0 0 35px rgba(49, 142, 47, 0.125) !important;
}

.shadow-upice-md,
.shadow-upice-md-hover:hover {
  box-shadow: 0 0 35px rgba(49, 142, 47, 0.15) !important;
}

.shadow-upice-lg,
.shadow-upice-lg-hover:hover {
  box-shadow: 0 10px 40px 10px rgba(49, 142, 47, 0.175) !important;
}

.shadow-upice-xlg,
.shadow-upice-xlg-hover:hover {
  box-shadow: 0 10px 40px 10px rgba(49, 142, 47, 0.3) !important;
}

.shadow-upice-yellow-xs,
.shadow-upice-yellow-xs-hover:hover {
  box-shadow: 0 0 25px rgba(251, 197, 52, 0.1) !important;
}

.shadow-upice-yellow-sm,
.shadow-upice-yellow-sm-hover:hover {
  box-shadow: 0 0 35px rgba(251, 197, 52, 0.125) !important;
}

.shadow-upice-yellow-md,
.shadow-upice-yellow-md-hover:hover {
  box-shadow: 0 0 35px rgba(251, 197, 52, 0.15) !important;
}

.shadow-upice-yellow-lg,
.shadow-upice-yellow-lg-hover:hover {
  box-shadow: 0 10px 40px 10px rgba(251, 197, 52, 0.175) !important;
}

.shadow-upice-yellow-xlg,
.shadow-upice-yellow-xlg-hover:hover {
  box-shadow: 0 10px 40px 10px rgba(251, 197, 52, 0.3) !important;
}

/**

		- Borders 					.bw--* 
									.border--solid, .bborder--dashed, .bborder--dotted, .border-transparent

**/
.bw--0 {
  border-width: 0px !important;
}

.bw--1 {
  border-width: 1px !important;
}

.bw--2 {
  border-width: 2px !important;
}

.bw--3 {
  border-width: 3px !important;
}

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

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

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

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

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

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

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

.border-solid {
  border-style: solid !important;
  border-width: 1px;
}

.border-dashed {
  border-style: dashed !important;
  border-width: 1px;
}

.border-dotted {
  border-style: dotted !important;
  border-width: 1px;
}

.border-transparent {
  border-color: transparent !important;
}

.border-theme-color-light {
  border-color: rgba(38, 93, 72, 0.04) !important;
}

.border-gray-400 {
  -moz-border: #ced4da 1px solid;
  -webkit-border: #ced4da 1px solid;
  -ms-border: #ced4da 1px solid;
  -o-border: #ced4da 1px solid;
  border: #ced4da 1px solid;
}

/* 

	Soft borders
		.border-*-soft

*/
.border-primary-soft {
  border-color: #71c5a5 !important;
}

.border-secondary-soft {
  border-color: #caedca !important;
}

.border-success-soft {
  border-color: white !important;
}

.border-info-soft {
  border-color: #ddfbff !important;
}

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

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

.border-light-soft {
  border-color: white !important;
}

.border-dark-soft {
  border-color: #d6d6d6 !important;
}

.border-indigo-soft {
  border-color: #efedfc !important;
}

.border-purple-soft {
  border-color: #b6a2e3 !important;
}

.border-pink-soft {
  border-color: #f7bed8 !important;
}

/**

		- Transitions 				.transition-all-ease-*, .transition-bg-ease-*

		- Hover Transitions 		.transition-hover-top, .transition-hover-right, .transition-hover-bottom, .transition-hover-left
									.transition-hover-zoom
									.transition-none

**/
/**

	Transitions
		.transition-all-ease-*
		.transition-bg-ease-*


	Bug Fixes
		Chrome known bug: will fire transitons on page load if <script> tag does not exist!
		Fix: Add a script tag with a simple space like this:
			<script> </script>

**/
.transition-all-ease-150 {
  transition: all 150ms ease, transform 150ms ease;
}

.transition-all-ease-200 {
  transition: all 200ms ease, transform 250ms ease;
}

.transition-all-ease-250 {
  transition: all 250ms ease, transform 250ms ease;
}

.transition-all-ease-500 {
  transition: all 500ms ease, transform 500ms ease;
}

.transition-bg-ease-150 {
  transition: background-color 150ms linear;
}

.transition-bg-ease-200 {
  transition: background-color 200ms linear;
}

.transition-bg-ease-250 {
  transition: background-color 250ms linear;
}

.transition-bg-ease-500 {
  transition: background-color 500ms linear;
}

/**

	Hover Transitions
		.transition-hover-top, .transition-hover-right, .transition-hover-bottom, .transition-hover-left

**/
.transition-hover-top,
.transition-hover-right,
.transition-hover-bottom,
.transition-hover-left {
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -moz-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}

.transition-hover-top:hover,
.transition-hover-top:focus {
  -moz-transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  transform: translateY(-3px);
}

.transition-hover-right:hover,
.transition-hover-right:focus {
  -moz-transform: translateX(3px);
  -webkit-transform: translateX(3px);
  -ms-transform: translateX(3px);
  -o-transform: translateX(3px);
  transform: translateX(3px);
}

.transition-hover-bottom:hover,
.transition-hover-bottom:focus {
  -moz-transform: translateY(3px);
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  -o-transform: translateY(3px);
  transform: translateY(3px);
}

.transition-hover-left:hover,
.transition-hover-left:focus {
  -moz-transform: translateX(-3px);
  -webkit-transform: translateX(-3px);
  -ms-transform: translateX(-3px);
  -o-transform: translateX(-3px);
  transform: translateX(-3px);
}

.transition-hover-start:hover,
.transition-hover-start:focus {
  -moz-transform: translateX(-3px);
  -webkit-transform: translateX(-3px);
  -ms-transform: translateX(-3px);
  -o-transform: translateX(-3px);
  transform: translateX(-3px);
}

.transition-hover-end:hover,
.transition-hover-end:focus {
  -moz-transform: translateX(3px);
  -webkit-transform: translateX(3px);
  -ms-transform: translateX(3px);
  -o-transform: translateX(3px);
  transform: translateX(3px);
}

.transition-none {
  -moz-transition: none !important;
  -webkit-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

/* transition hover zoom */
.transition-hover-zoom-img img,
.transition-hover-zoom {
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.transition-hover-zoom-img:hover img,
.transition-hover-zoom:hover {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.bg-primary {
  background-color: #265d48;
}

.bg-primary-opacity-0_1 {
  background-color: #265d48; /* The Fallback */
  background-color: rgba(38, 93, 72, 0.1);
}

.bg-primary-opacity-0_2 {
  background-color: #265d48; /* The Fallback */
  background-color: rgba(38, 93, 72, 0.2);
}

.bg-primary-opacity-0_3 {
  background-color: #265d48; /* The Fallback */
  background-color: rgba(38, 93, 72, 0.3);
}

.bg-primary-opacity-0_4 {
  background-color: #265d48; /* The Fallback */
  background-color: rgba(38, 93, 72, 0.4);
}

.bg-primary-opacity-0_5 {
  background-color: #265d48; /* The Fallback */
  background-color: rgba(38, 93, 72, 0.5);
}

.bg-primary-opacity-0_6 {
  background-color: #265d48; /* The Fallback */
  background-color: rgba(38, 93, 72, 0.6);
}

.bg-primary-opacity-0_7 {
  background-color: #265d48; /* The Fallback */
  background-color: rgba(38, 93, 72, 0.7);
}

.bg-primary-opacity-0_8 {
  background-color: #265d48; /* The Fallback */
  background-color: rgba(38, 93, 72, 0.8);
}

.bg-primary-opacity-0_9 {
  background-color: #265d48; /* The Fallback */
  background-color: rgba(38, 93, 72, 0.9);
}

.bg-secondary {
  background-color: #318e2f;
}

.bg-secondary-opacity-0_1 {
  background-color: #318e2f; /* The Fallback */
  background-color: rgba(49, 142, 47, 0.1);
}

.bg-secondary-opacity-0_2 {
  background-color: #318e2f; /* The Fallback */
  background-color: rgba(49, 142, 47, 0.2);
}

.bg-secondary-opacity-0_3 {
  background-color: #318e2f; /* The Fallback */
  background-color: rgba(49, 142, 47, 0.3);
}

.bg-secondary-opacity-0_4 {
  background-color: #318e2f; /* The Fallback */
  background-color: rgba(49, 142, 47, 0.4);
}

.bg-secondary-opacity-0_5 {
  background-color: #318e2f; /* The Fallback */
  background-color: rgba(49, 142, 47, 0.5);
}

.bg-secondary-opacity-0_6 {
  background-color: #318e2f; /* The Fallback */
  background-color: rgba(49, 142, 47, 0.6);
}

.bg-secondary-opacity-0_7 {
  background-color: #318e2f; /* The Fallback */
  background-color: rgba(49, 142, 47, 0.7);
}

.bg-secondary-opacity-0_8 {
  background-color: #318e2f; /* The Fallback */
  background-color: rgba(49, 142, 47, 0.8);
}

.bg-secondary-opacity-0_9 {
  background-color: #318e2f; /* The Fallback */
  background-color: rgba(49, 142, 47, 0.9);
}

.bg-success {
  background-color: #b5d56a;
}

.bg-success-opacity-0_1 {
  background-color: #b5d56a; /* The Fallback */
  background-color: rgba(181, 213, 106, 0.1);
}

.bg-success-opacity-0_2 {
  background-color: #b5d56a; /* The Fallback */
  background-color: rgba(181, 213, 106, 0.2);
}

.bg-success-opacity-0_3 {
  background-color: #b5d56a; /* The Fallback */
  background-color: rgba(181, 213, 106, 0.3);
}

.bg-success-opacity-0_4 {
  background-color: #b5d56a; /* The Fallback */
  background-color: rgba(181, 213, 106, 0.4);
}

.bg-success-opacity-0_5 {
  background-color: #b5d56a; /* The Fallback */
  background-color: rgba(181, 213, 106, 0.5);
}

.bg-success-opacity-0_6 {
  background-color: #b5d56a; /* The Fallback */
  background-color: rgba(181, 213, 106, 0.6);
}

.bg-success-opacity-0_7 {
  background-color: #b5d56a; /* The Fallback */
  background-color: rgba(181, 213, 106, 0.7);
}

.bg-success-opacity-0_8 {
  background-color: #b5d56a; /* The Fallback */
  background-color: rgba(181, 213, 106, 0.8);
}

.bg-success-opacity-0_9 {
  background-color: #b5d56a; /* The Fallback */
  background-color: rgba(181, 213, 106, 0.9);
}

.bg-info {
  background-color: #00dffc;
}

.bg-info-opacity-0_1 {
  background-color: #00dffc; /* The Fallback */
  background-color: rgba(0, 223, 252, 0.1);
}

.bg-info-opacity-0_2 {
  background-color: #00dffc; /* The Fallback */
  background-color: rgba(0, 223, 252, 0.2);
}

.bg-info-opacity-0_3 {
  background-color: #00dffc; /* The Fallback */
  background-color: rgba(0, 223, 252, 0.3);
}

.bg-info-opacity-0_4 {
  background-color: #00dffc; /* The Fallback */
  background-color: rgba(0, 223, 252, 0.4);
}

.bg-info-opacity-0_5 {
  background-color: #00dffc; /* The Fallback */
  background-color: rgba(0, 223, 252, 0.5);
}

.bg-info-opacity-0_6 {
  background-color: #00dffc; /* The Fallback */
  background-color: rgba(0, 223, 252, 0.6);
}

.bg-info-opacity-0_7 {
  background-color: #00dffc; /* The Fallback */
  background-color: rgba(0, 223, 252, 0.7);
}

.bg-info-opacity-0_8 {
  background-color: #00dffc; /* The Fallback */
  background-color: rgba(0, 223, 252, 0.8);
}

.bg-info-opacity-0_9 {
  background-color: #00dffc; /* The Fallback */
  background-color: rgba(0, 223, 252, 0.9);
}

.bg-warning {
  background-color: #fad776;
}

.bg-warning-opacity-0_1 {
  background-color: #fad776; /* The Fallback */
  background-color: rgba(250, 215, 118, 0.1);
}

.bg-warning-opacity-0_2 {
  background-color: #fad776; /* The Fallback */
  background-color: rgba(250, 215, 118, 0.2);
}

.bg-warning-opacity-0_3 {
  background-color: #fad776; /* The Fallback */
  background-color: rgba(250, 215, 118, 0.3);
}

.bg-warning-opacity-0_4 {
  background-color: #fad776; /* The Fallback */
  background-color: rgba(250, 215, 118, 0.4);
}

.bg-warning-opacity-0_5 {
  background-color: #fad776; /* The Fallback */
  background-color: rgba(250, 215, 118, 0.5);
}

.bg-warning-opacity-0_6 {
  background-color: #fad776; /* The Fallback */
  background-color: rgba(250, 215, 118, 0.6);
}

.bg-warning-opacity-0_7 {
  background-color: #fad776; /* The Fallback */
  background-color: rgba(250, 215, 118, 0.7);
}

.bg-warning-opacity-0_8 {
  background-color: #fad776; /* The Fallback */
  background-color: rgba(250, 215, 118, 0.8);
}

.bg-warning-opacity-0_9 {
  background-color: #fad776; /* The Fallback */
  background-color: rgba(250, 215, 118, 0.9);
}

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

.bg-danger-opacity-0_1 {
  background-color: #dc3545; /* The Fallback */
  background-color: rgba(220, 53, 69, 0.1);
}

.bg-danger-opacity-0_2 {
  background-color: #dc3545; /* The Fallback */
  background-color: rgba(220, 53, 69, 0.2);
}

.bg-danger-opacity-0_3 {
  background-color: #dc3545; /* The Fallback */
  background-color: rgba(220, 53, 69, 0.3);
}

.bg-danger-opacity-0_4 {
  background-color: #dc3545; /* The Fallback */
  background-color: rgba(220, 53, 69, 0.4);
}

.bg-danger-opacity-0_5 {
  background-color: #dc3545; /* The Fallback */
  background-color: rgba(220, 53, 69, 0.5);
}

.bg-danger-opacity-0_6 {
  background-color: #dc3545; /* The Fallback */
  background-color: rgba(220, 53, 69, 0.6);
}

.bg-danger-opacity-0_7 {
  background-color: #dc3545; /* The Fallback */
  background-color: rgba(220, 53, 69, 0.7);
}

.bg-danger-opacity-0_8 {
  background-color: #dc3545; /* The Fallback */
  background-color: rgba(220, 53, 69, 0.8);
}

.bg-danger-opacity-0_9 {
  background-color: #dc3545; /* The Fallback */
  background-color: rgba(220, 53, 69, 0.9);
}

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

.bg-light-opacity-0_1 {
  background-color: #f8f9fa; /* The Fallback */
  background-color: rgba(248, 249, 250, 0.1);
}

.bg-light-opacity-0_2 {
  background-color: #f8f9fa; /* The Fallback */
  background-color: rgba(248, 249, 250, 0.2);
}

.bg-light-opacity-0_3 {
  background-color: #f8f9fa; /* The Fallback */
  background-color: rgba(248, 249, 250, 0.3);
}

.bg-light-opacity-0_4 {
  background-color: #f8f9fa; /* The Fallback */
  background-color: rgba(248, 249, 250, 0.4);
}

.bg-light-opacity-0_5 {
  background-color: #f8f9fa; /* The Fallback */
  background-color: rgba(248, 249, 250, 0.5);
}

.bg-light-opacity-0_6 {
  background-color: #f8f9fa; /* The Fallback */
  background-color: rgba(248, 249, 250, 0.6);
}

.bg-light-opacity-0_7 {
  background-color: #f8f9fa; /* The Fallback */
  background-color: rgba(248, 249, 250, 0.7);
}

.bg-light-opacity-0_8 {
  background-color: #f8f9fa; /* The Fallback */
  background-color: rgba(248, 249, 250, 0.8);
}

.bg-light-opacity-0_9 {
  background-color: #f8f9fa; /* The Fallback */
  background-color: rgba(248, 249, 250, 0.9);
}

.bg-dark {
  background-color: #000000;
}

.bg-dark-opacity-0_1 {
  background-color: #000000; /* The Fallback */
  background-color: rgba(0, 0, 0, 0.1);
}

.bg-dark-opacity-0_2 {
  background-color: #000000; /* The Fallback */
  background-color: rgba(0, 0, 0, 0.2);
}

.bg-dark-opacity-0_3 {
  background-color: #000000; /* The Fallback */
  background-color: rgba(0, 0, 0, 0.3);
}

.bg-dark-opacity-0_4 {
  background-color: #000000; /* The Fallback */
  background-color: rgba(0, 0, 0, 0.4);
}

.bg-dark-opacity-0_5 {
  background-color: #000000; /* The Fallback */
  background-color: rgba(0, 0, 0, 0.5);
}

.bg-dark-opacity-0_6 {
  background-color: #000000; /* The Fallback */
  background-color: rgba(0, 0, 0, 0.6);
}

.bg-dark-opacity-0_7 {
  background-color: #000000; /* The Fallback */
  background-color: rgba(0, 0, 0, 0.7);
}

.bg-dark-opacity-0_8 {
  background-color: #000000; /* The Fallback */
  background-color: rgba(0, 0, 0, 0.8);
}

.bg-dark-opacity-0_9 {
  background-color: #000000; /* The Fallback */
  background-color: rgba(0, 0, 0, 0.9);
}

.bg-indigo {
  background-color: #533be2;
}

.bg-indigo-opacity-0_1 {
  background-color: #533be2; /* The Fallback */
  background-color: rgba(83, 59, 226, 0.1);
}

.bg-indigo-opacity-0_2 {
  background-color: #533be2; /* The Fallback */
  background-color: rgba(83, 59, 226, 0.2);
}

.bg-indigo-opacity-0_3 {
  background-color: #533be2; /* The Fallback */
  background-color: rgba(83, 59, 226, 0.3);
}

.bg-indigo-opacity-0_4 {
  background-color: #533be2; /* The Fallback */
  background-color: rgba(83, 59, 226, 0.4);
}

.bg-indigo-opacity-0_5 {
  background-color: #533be2; /* The Fallback */
  background-color: rgba(83, 59, 226, 0.5);
}

.bg-indigo-opacity-0_6 {
  background-color: #533be2; /* The Fallback */
  background-color: rgba(83, 59, 226, 0.6);
}

.bg-indigo-opacity-0_7 {
  background-color: #533be2; /* The Fallback */
  background-color: rgba(83, 59, 226, 0.7);
}

.bg-indigo-opacity-0_8 {
  background-color: #533be2; /* The Fallback */
  background-color: rgba(83, 59, 226, 0.8);
}

.bg-indigo-opacity-0_9 {
  background-color: #533be2; /* The Fallback */
  background-color: rgba(83, 59, 226, 0.9);
}

.bg-purple {
  background-color: #4c2c92;
}

.bg-purple-opacity-0_1 {
  background-color: #4c2c92; /* The Fallback */
  background-color: rgba(76, 44, 146, 0.1);
}

.bg-purple-opacity-0_2 {
  background-color: #4c2c92; /* The Fallback */
  background-color: rgba(76, 44, 146, 0.2);
}

.bg-purple-opacity-0_3 {
  background-color: #4c2c92; /* The Fallback */
  background-color: rgba(76, 44, 146, 0.3);
}

.bg-purple-opacity-0_4 {
  background-color: #4c2c92; /* The Fallback */
  background-color: rgba(76, 44, 146, 0.4);
}

.bg-purple-opacity-0_5 {
  background-color: #4c2c92; /* The Fallback */
  background-color: rgba(76, 44, 146, 0.5);
}

.bg-purple-opacity-0_6 {
  background-color: #4c2c92; /* The Fallback */
  background-color: rgba(76, 44, 146, 0.6);
}

.bg-purple-opacity-0_7 {
  background-color: #4c2c92; /* The Fallback */
  background-color: rgba(76, 44, 146, 0.7);
}

.bg-purple-opacity-0_8 {
  background-color: #4c2c92; /* The Fallback */
  background-color: rgba(76, 44, 146, 0.8);
}

.bg-purple-opacity-0_9 {
  background-color: #4c2c92; /* The Fallback */
  background-color: rgba(76, 44, 146, 0.9);
}

.bg-pink {
  background-color: #e83e8c;
}

.bg-pink-opacity-0_1 {
  background-color: #e83e8c; /* The Fallback */
  background-color: rgba(232, 62, 140, 0.1);
}

.bg-pink-opacity-0_2 {
  background-color: #e83e8c; /* The Fallback */
  background-color: rgba(232, 62, 140, 0.2);
}

.bg-pink-opacity-0_3 {
  background-color: #e83e8c; /* The Fallback */
  background-color: rgba(232, 62, 140, 0.3);
}

.bg-pink-opacity-0_4 {
  background-color: #e83e8c; /* The Fallback */
  background-color: rgba(232, 62, 140, 0.4);
}

.bg-pink-opacity-0_5 {
  background-color: #e83e8c; /* The Fallback */
  background-color: rgba(232, 62, 140, 0.5);
}

.bg-pink-opacity-0_6 {
  background-color: #e83e8c; /* The Fallback */
  background-color: rgba(232, 62, 140, 0.6);
}

.bg-pink-opacity-0_7 {
  background-color: #e83e8c; /* The Fallback */
  background-color: rgba(232, 62, 140, 0.7);
}

.bg-pink-opacity-0_8 {
  background-color: #e83e8c; /* The Fallback */
  background-color: rgba(232, 62, 140, 0.8);
}

.bg-pink-opacity-0_9 {
  background-color: #e83e8c; /* The Fallback */
  background-color: rgba(232, 62, 140, 0.9);
}

.bg-upice {
  background-color: #318e2f;
}

.bg-upice-opacity-0_1 {
  background-color: #318e2f; /* The Fallback */
  background-color: rgba(49, 142, 47, 0.1);
}

.bg-upice-opacity-0_2 {
  background-color: #318e2f; /* The Fallback */
  background-color: rgba(49, 142, 47, 0.2);
}

.bg-upice-opacity-0_3 {
  background-color: #318e2f; /* The Fallback */
  background-color: rgba(49, 142, 47, 0.3);
}

.bg-upice-opacity-0_4 {
  background-color: #318e2f; /* The Fallback */
  background-color: rgba(49, 142, 47, 0.4);
}

.bg-upice-opacity-0_5 {
  background-color: #318e2f; /* The Fallback */
  background-color: rgba(49, 142, 47, 0.5);
}

.bg-upice-opacity-0_6 {
  background-color: #318e2f; /* The Fallback */
  background-color: rgba(49, 142, 47, 0.6);
}

.bg-upice-opacity-0_7 {
  background-color: #318e2f; /* The Fallback */
  background-color: rgba(49, 142, 47, 0.7);
}

.bg-upice-opacity-0_8 {
  background-color: #318e2f; /* The Fallback */
  background-color: rgba(49, 142, 47, 0.8);
}

.bg-upice-opacity-0_9 {
  background-color: #318e2f; /* The Fallback */
  background-color: rgba(49, 142, 47, 0.9);
}

.bg-upice-yellow {
  background-color: #fbc534;
}

.bg-upice-yellow-opacity-0_1 {
  background-color: #fbc534; /* The Fallback */
  background-color: rgba(251, 197, 52, 0.1);
}

.bg-upice-yellow-opacity-0_2 {
  background-color: #fbc534; /* The Fallback */
  background-color: rgba(251, 197, 52, 0.2);
}

.bg-upice-yellow-opacity-0_3 {
  background-color: #fbc534; /* The Fallback */
  background-color: rgba(251, 197, 52, 0.3);
}

.bg-upice-yellow-opacity-0_4 {
  background-color: #fbc534; /* The Fallback */
  background-color: rgba(251, 197, 52, 0.4);
}

.bg-upice-yellow-opacity-0_5 {
  background-color: #fbc534; /* The Fallback */
  background-color: rgba(251, 197, 52, 0.5);
}

.bg-upice-yellow-opacity-0_6 {
  background-color: #fbc534; /* The Fallback */
  background-color: rgba(251, 197, 52, 0.6);
}

.bg-upice-yellow-opacity-0_7 {
  background-color: #fbc534; /* The Fallback */
  background-color: rgba(251, 197, 52, 0.7);
}

.bg-upice-yellow-opacity-0_8 {
  background-color: #fbc534; /* The Fallback */
  background-color: rgba(251, 197, 52, 0.8);
}

.bg-upice-yellow-opacity-0_9 {
  background-color: #fbc534; /* The Fallback */
  background-color: rgba(251, 197, 52, 0.9);
}

.bg-gradient-primary {
  background: #265d48;
  background: -moz-linear-gradient(top, #327a5e 0%, #265d48 100%) !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #327a5e), color-stop(100%, #265d48)) !important;
  background: -webkit-linear-gradient(top, #327a5e 0%, #265d48 100%) !important;
  background: -o-linear-gradient(top, #327a5e 0%, #265d48 100%) !important;
  background: -ms-linear-gradient(top, #327a5e 0%, #265d48 100%) !important;
  background: linear-gradient(to bottom, #327a5e 0%, #265d48 100%) !important;
}

.bg-gradient-secondary {
  background: #318e2f;
  background: -moz-linear-gradient(top, #3cad39 0%, #318e2f 100%) !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3cad39), color-stop(100%, #318e2f)) !important;
  background: -webkit-linear-gradient(top, #3cad39 0%, #318e2f 100%) !important;
  background: -o-linear-gradient(top, #3cad39 0%, #318e2f 100%) !important;
  background: -ms-linear-gradient(top, #3cad39 0%, #318e2f 100%) !important;
  background: linear-gradient(to bottom, #3cad39 0%, #318e2f 100%) !important;
}

.bg-gradient-success {
  background: #b5d56a;
  background: -moz-linear-gradient(top, #c5de8a 0%, #b5d56a 100%) !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c5de8a), color-stop(100%, #b5d56a)) !important;
  background: -webkit-linear-gradient(top, #c5de8a 0%, #b5d56a 100%) !important;
  background: -o-linear-gradient(top, #c5de8a 0%, #b5d56a 100%) !important;
  background: -ms-linear-gradient(top, #c5de8a 0%, #b5d56a 100%) !important;
  background: linear-gradient(to bottom, #c5de8a 0%, #b5d56a 100%) !important;
}

.bg-gradient-info {
  background: #00dffc;
  background: -moz-linear-gradient(top, #26e6ff 0%, #00dffc 100%) !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #26e6ff), color-stop(100%, #00dffc)) !important;
  background: -webkit-linear-gradient(top, #26e6ff 0%, #00dffc 100%) !important;
  background: -o-linear-gradient(top, #26e6ff 0%, #00dffc 100%) !important;
  background: -ms-linear-gradient(top, #26e6ff 0%, #00dffc 100%) !important;
  background: linear-gradient(to bottom, #26e6ff 0%, #00dffc 100%) !important;
}

.bg-gradient-warning {
  background: #fad776;
  background: -moz-linear-gradient(top, #fbe29d 0%, #fad776 100%) !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fbe29d), color-stop(100%, #fad776)) !important;
  background: -webkit-linear-gradient(top, #fbe29d 0%, #fad776 100%) !important;
  background: -o-linear-gradient(top, #fbe29d 0%, #fad776 100%) !important;
  background: -ms-linear-gradient(top, #fbe29d 0%, #fad776 100%) !important;
  background: linear-gradient(to bottom, #fbe29d 0%, #fad776 100%) !important;
}

.bg-gradient-danger {
  background: #dc3545;
  background: -moz-linear-gradient(top, #e25865 0%, #dc3545 100%) !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e25865), color-stop(100%, #dc3545)) !important;
  background: -webkit-linear-gradient(top, #e25865 0%, #dc3545 100%) !important;
  background: -o-linear-gradient(top, #e25865 0%, #dc3545 100%) !important;
  background: -ms-linear-gradient(top, #e25865 0%, #dc3545 100%) !important;
  background: linear-gradient(to bottom, #e25865 0%, #dc3545 100%) !important;
}

.bg-gradient-light {
  background: #f8f9fa;
  background: -moz-linear-gradient(top, white 0%, #f8f9fa 100%) !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #f8f9fa)) !important;
  background: -webkit-linear-gradient(top, white 0%, #f8f9fa 100%) !important;
  background: -o-linear-gradient(top, white 0%, #f8f9fa 100%) !important;
  background: -ms-linear-gradient(top, white 0%, #f8f9fa 100%) !important;
  background: linear-gradient(to bottom, white 0%, #f8f9fa 100%) !important;
}

.bg-gradient-indigo {
  background: #533be2;
  background: -moz-linear-gradient(top, #725fe7 0%, #533be2 100%) !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #725fe7), color-stop(100%, #533be2)) !important;
  background: -webkit-linear-gradient(top, #725fe7 0%, #533be2 100%) !important;
  background: -o-linear-gradient(top, #725fe7 0%, #533be2 100%) !important;
  background: -ms-linear-gradient(top, #725fe7 0%, #533be2 100%) !important;
  background: linear-gradient(to bottom, #725fe7 0%, #533be2 100%) !important;
}

.bg-gradient-purple {
  background: #4c2c92;
  background: -moz-linear-gradient(top, #5c35b1 0%, #4c2c92 100%) !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5c35b1), color-stop(100%, #4c2c92)) !important;
  background: -webkit-linear-gradient(top, #5c35b1 0%, #4c2c92 100%) !important;
  background: -o-linear-gradient(top, #5c35b1 0%, #4c2c92 100%) !important;
  background: -ms-linear-gradient(top, #5c35b1 0%, #4c2c92 100%) !important;
  background: linear-gradient(to bottom, #5c35b1 0%, #4c2c92 100%) !important;
}

.bg-gradient-pink {
  background: #e83e8c;
  background: -moz-linear-gradient(top, #ec62a2 0%, #e83e8c 100%) !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ec62a2), color-stop(100%, #e83e8c)) !important;
  background: -webkit-linear-gradient(top, #ec62a2 0%, #e83e8c 100%) !important;
  background: -o-linear-gradient(top, #ec62a2 0%, #e83e8c 100%) !important;
  background: -ms-linear-gradient(top, #ec62a2 0%, #e83e8c 100%) !important;
  background: linear-gradient(to bottom, #ec62a2 0%, #e83e8c 100%) !important;
}

.bg-gradient-upice {
  background: #318e2f;
  background: -moz-linear-gradient(top, #3cad39 0%, #318e2f 100%) !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3cad39), color-stop(100%, #318e2f)) !important;
  background: -webkit-linear-gradient(top, #3cad39 0%, #318e2f 100%) !important;
  background: -o-linear-gradient(top, #3cad39 0%, #318e2f 100%) !important;
  background: -ms-linear-gradient(top, #3cad39 0%, #318e2f 100%) !important;
  background: linear-gradient(to bottom, #3cad39 0%, #318e2f 100%) !important;
}

.bg-gradient-upice-yellow {
  background: #fbc534;
  background: -moz-linear-gradient(top, #fcd05c 0%, #fbc534 100%) !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcd05c), color-stop(100%, #fbc534)) !important;
  background: -webkit-linear-gradient(top, #fcd05c 0%, #fbc534 100%) !important;
  background: -o-linear-gradient(top, #fcd05c 0%, #fbc534 100%) !important;
  background: -ms-linear-gradient(top, #fcd05c 0%, #fbc534 100%) !important;
  background: linear-gradient(to bottom, #fcd05c 0%, #fbc534 100%) !important;
}

.active.bg-primary-active-soft,
.bg-primary-soft {
  color: black !important;
  background-color: #71c5a5 !important;
}

.bg-primary-soft-hover:hover {
  background-color: #71c5a5 !important;
}

.active.bg-secondary-active-soft,
.bg-secondary-soft {
  color: #091b09 !important;
  background-color: #caedca !important;
}

.bg-secondary-soft-hover:hover {
  background-color: #caedca !important;
}

.active.bg-success-active-soft,
.bg-success-soft {
  color: #668125 !important;
  background-color: white !important;
}

.bg-success-soft-hover:hover {
  background-color: white !important;
}

.active.bg-info-active-soft,
.bg-info-soft {
  color: #005863 !important;
  background-color: #ddfbff !important;
}

.bg-info-soft-hover:hover {
  background-color: #ddfbff !important;
}

.active.bg-warning-active-soft,
.bg-warning-soft {
  color: #cf9a08 !important;
  background-color: #fef4d8 !important;
}

.bg-warning-soft-hover:hover {
  background-color: #fef4d8 !important;
}

.active.bg-danger-active-soft,
.bg-danger-soft {
  color: #66121a !important;
  background-color: #fbe7e9 !important;
}

.bg-danger-soft-hover:hover {
  background-color: #fbe7e9 !important;
}

.active.bg-light-active-soft,
.bg-light-soft {
  color: #9fadba !important;
  background-color: white !important;
}

.bg-light-soft-hover:hover {
  background-color: white !important;
}

.active.bg-dark-active-soft,
.bg-dark-soft {
  color: black !important;
  background-color: #d6d6d6 !important;
}

.bg-dark-soft-hover:hover {
  background-color: #d6d6d6 !important;
}

.active.bg-indigo-active-soft,
.bg-indigo-soft {
  color: #1f1173 !important;
  background-color: #efedfc !important;
}

.bg-indigo-soft-hover:hover {
  background-color: #efedfc !important;
}

.active.bg-purple-active-soft,
.bg-purple-soft {
  color: #0f091c !important;
  background-color: #b6a2e3 !important;
}

.bg-purple-soft-hover:hover {
  background-color: #b6a2e3 !important;
}

.active.bg-pink-active-soft,
.bg-pink-soft {
  color: #7e0f42 !important;
  background-color: #f7bed8 !important;
}

.bg-pink-soft-hover:hover {
  background-color: #f7bed8 !important;
}

.badge-ico-sm {
  width: 25px;
  height: 25px;
}

.badge-ico, .badge-ico-md, .badge-ico-sm {
  display: flex;
  align-items: center;
  justify-content: center;
}

.float-start {
  float: left !important;
  margin-right: 10px;
}

.h-absolute-full {
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute !important;
}

.z-index-0 {
  z-index: 0;
}

section {
  position: relative;
}

.g-lh-1 {
  line-height: 1rem;
}

.g-lh-1_2 {
  line-height: 1.2rem;
}

.g-lh-1_5 {
  line-height: 1.5rem;
}

.g-lh-1_7 {
  line-height: 1.7rem;
}

.g-lh-1_9 {
  line-height: 1.9rem;
}

.g-lh-2 {
  line-height: 2rem;
}

.underline {
  text-decoration: underline;
}

.g-middle {
  display: flex;
  justify-content: center;
  align-items: center;
}

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

/**

		- Positions 				.absolute-full, .fixed-full
									.top-0, .right-0, .bottom-0, .left-0

**/
.p-relative {
  position: relative;
}

.absolute-full {
  position: absolute !important;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.fixed-full {
  position: fixed !important;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

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

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

.left-0 {
  left: 0 !important;
  right: auto;
}

.right-0 {
  right: 0 !important;
  left: auto;
}

.start-0 {
  left: 0 !important;
  right: auto !important;
}

.end-0 {
  right: 0 !important;
  left: auto !important;
}

/* out of viewport */
.viewport-out {
  position: fixed !important;
  left: -9999px !important;
  top: -9999px !important;
}

/* vertical align to middle */
.valign-middle {
  position: relative;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* better than .valign-middle */
.d-middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.u-min-height-10px {
  min-height: 10px !important;
}

.u-min-height-20px {
  min-height: 20px !important;
}

.u-min-height-30px {
  min-height: 30px !important;
}

.u-min-height-40px {
  min-height: 40px !important;
}

.u-min-height-50px {
  min-height: 50px !important;
}

.u-min-height-60px {
  min-height: 60px !important;
}

.u-min-height-70px {
  min-height: 70px !important;
}

.u-min-height-80px {
  min-height: 80px !important;
}

.u-min-height-90px {
  min-height: 90px !important;
}

.u-min-height-100px {
  min-height: 100px !important;
}

.u-min-height-120px {
  min-height: 120px !important;
}

.u-min-height-140px {
  min-height: 140px !important;
}

.u-min-height-150px {
  min-height: 150px !important;
}

.u-min-height-160px {
  min-height: 160px !important;
}

.u-min-height-180px {
  min-height: 180px !important;
}

.u-min-height-200px {
  min-height: 200px !important;
}

.u-min-height-220px {
  min-height: 220px !important;
}

.u-min-height-250px {
  min-height: 250px !important;
}

.u-min-height-270px {
  min-height: 270px !important;
}

.u-min-height-300px {
  min-height: 300px !important;
}

.u-min-height-320px {
  min-height: 320px !important;
}

.u-min-height-350px {
  min-height: 350px !important;
}

.u-min-height-370px {
  min-height: 370px !important;
}

.u-min-height-400px {
  min-height: 400px !important;
}

.u-min-height-420px {
  min-height: 420px !important;
}

.u-min-height-450px {
  min-height: 450px !important;
}

.u-min-height-470px {
  min-height: 470px !important;
}

.u-min-height-500px {
  min-height: 500px !important;
}

.u-min-height-520px {
  min-height: 520px !important;
}

.u-min-height-550px {
  min-height: 550px !important;
}

.u-min-height-570px {
  min-height: 570px !important;
}

.u-min-height-600px {
  min-height: 600px !important;
}

.u-max-height-10px {
  max-height: 10px !important;
}

.u-max-height-20px {
  max-height: 20px !important;
}

.u-max-height-30px {
  max-height: 30px !important;
}

.u-max-height-40px {
  max-height: 40px !important;
}

.u-max-height-50px {
  max-height: 50px !important;
}

.u-max-height-60px {
  max-height: 60px !important;
}

.u-max-height-70px {
  max-height: 70px !important;
}

.u-max-height-80px {
  max-height: 80px !important;
}

.u-max-height-90px {
  max-height: 90px !important;
}

.u-max-height-100px {
  max-height: 100px !important;
}

.u-max-height-120px {
  max-height: 120px !important;
}

.u-max-height-140px {
  max-height: 140px !important;
}

.u-max-height-150px {
  max-height: 150px !important;
}

.u-max-height-160px {
  max-height: 160px !important;
}

.u-max-height-180px {
  max-height: 180px !important;
}

.u-max-height-200px {
  max-height: 200px !important;
}

.u-max-height-220px {
  max-height: 220px !important;
}

.u-max-height-250px {
  max-height: 250px !important;
}

.u-max-height-270px {
  max-height: 270px !important;
}

.u-max-height-300px {
  max-height: 300px !important;
}

.u-max-height-320px {
  max-height: 320px !important;
}

.u-max-height-350px {
  max-height: 350px !important;
}

.u-max-height-370px {
  max-height: 370px !important;
}

.u-max-height-400px {
  max-height: 400px !important;
}

.u-max-height-420px {
  max-height: 420px !important;
}

.u-max-height-450px {
  max-height: 450px !important;
}

.u-max-height-470px {
  max-height: 470px !important;
}

.u-max-height-500px {
  max-height: 500px !important;
}

.u-max-height-520px {
  max-height: 520px !important;
}

.u-max-height-550px {
  max-height: 550px !important;
}

.u-max-height-570px {
  max-height: 570px !important;
}

.u-max-height-600px {
  max-height: 600px !important;
}

.u-font-size-10px {
  font-size: 10px !important;
}

.u-font-size-11px {
  font-size: 11px !important;
}

.u-font-size-12px {
  font-size: 12px !important;
}

.u-font-size-13px {
  font-size: 13px !important;
}

.u-font-size-14px {
  font-size: 14px !important;
}

.u-font-size-15px {
  font-size: 15px !important;
}

.u-font-size-16px {
  font-size: 16px !important;
}

.u-font-size-17px {
  font-size: 17px !important;
}

.u-font-size-18px {
  font-size: 18px !important;
}

.u-font-size-19px {
  font-size: 19px !important;
}

.u-font-size-20px {
  font-size: 20px !important;
}

.u-font-size-22px {
  font-size: 22px !important;
}

.u-font-size-24px {
  font-size: 24px !important;
}

.u-font-size-26px {
  font-size: 26px !important;
}

.u-font-size-28px {
  font-size: 28px !important;
}

.u-font-size-30px {
  font-size: 30px !important;
}

.u-font-size-32px {
  font-size: 32px !important;
}

.u-font-size-34px {
  font-size: 34px !important;
}

.u-font-size-36px {
  font-size: 36px !important;
}

.u-font-size-38px {
  font-size: 38px !important;
}

.u-font-size-40px {
  font-size: 40px !important;
}

.u-font-size-200px {
  font-size: 200px !important;
}

.u-font-weight-100 {
  font-weight: 100 !important;
}

.u-font-weight-200 {
  font-weight: 200 !important;
}

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

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

.u-font-weight-500 {
  font-weight: 500 !important;
}

.u-font-weight-600 {
  font-weight: 600 !important;
}

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

.u-font-weight-800 {
  font-weight: 800 !important;
}

.u-font-weight-900 {
  font-weight: 900 !important;
}

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

.u-max-width-10px {
  max-width: 10px !important;
}

.u-max-width-20px {
  max-width: 20px !important;
}

.u-max-width-30px {
  max-width: 30px !important;
}

.u-max-width-40px {
  max-width: 40px !important;
}

.u-max-width-50px {
  max-width: 50px !important;
}

.u-max-width-80px {
  max-width: 80px !important;
}

.u-max-width-100px {
  max-width: 100px !important;
}

.u-max-width-200px {
  max-width: 200px !important;
}

@media (min-width: 576px) {
  .u-min-height-10px--sm {
    min-height: 10px !important;
  }
  .u-min-height-20px--sm {
    min-height: 20px !important;
  }
  .u-min-height-30px--sm {
    min-height: 30px !important;
  }
  .u-min-height-40px--sm {
    min-height: 40px !important;
  }
  .u-min-height-50px--sm {
    min-height: 50px !important;
  }
  .u-min-height-60px--sm {
    min-height: 60px !important;
  }
  .u-min-height-70px--sm {
    min-height: 70px !important;
  }
  .u-min-height-80px--sm {
    min-height: 80px !important;
  }
  .u-min-height-90px--sm {
    min-height: 90px !important;
  }
  .u-min-height-100px--sm {
    min-height: 100px !important;
  }
  .u-min-height-120px--sm {
    min-height: 120px !important;
  }
  .u-min-height-140px--sm {
    min-height: 140px !important;
  }
  .u-min-height-150px--sm {
    min-height: 150px !important;
  }
  .u-min-height-160px--sm {
    min-height: 160px !important;
  }
  .u-min-height-180px--sm {
    min-height: 180px !important;
  }
  .u-min-height-200px--sm {
    min-height: 200px !important;
  }
  .u-min-height-220px--sm {
    min-height: 220px !important;
  }
  .u-min-height-250px--sm {
    min-height: 250px !important;
  }
  .u-min-height-270px--sm {
    min-height: 270px !important;
  }
  .u-min-height-300px--sm {
    min-height: 300px !important;
  }
  .u-min-height-320px--sm {
    min-height: 320px !important;
  }
  .u-min-height-350px--sm {
    min-height: 350px !important;
  }
  .u-min-height-370px--sm {
    min-height: 370px !important;
  }
  .u-min-height-400px--sm {
    min-height: 400px !important;
  }
  .u-min-height-420px--sm {
    min-height: 420px !important;
  }
  .u-min-height-450px--sm {
    min-height: 450px !important;
  }
  .u-min-height-470px--sm {
    min-height: 470px !important;
  }
  .u-min-height-500px--sm {
    min-height: 500px !important;
  }
  .u-min-height-520px--sm {
    min-height: 520px !important;
  }
  .u-min-height-550px--sm {
    min-height: 550px !important;
  }
  .u-min-height-570px--sm {
    min-height: 570px !important;
  }
  .u-min-height-600px--sm {
    min-height: 600px !important;
  }
  .u-max-height-10px--sm {
    max-height: 10px !important;
  }
  .u-max-height-20px--sm {
    max-height: 20px !important;
  }
  .u-max-height-30px--sm {
    max-height: 30px !important;
  }
  .u-max-height-40px--sm {
    max-height: 40px !important;
  }
  .u-max-height-50px--sm {
    max-height: 50px !important;
  }
  .u-max-height-60px--sm {
    max-height: 60px !important;
  }
  .u-max-height-70px--sm {
    max-height: 70px !important;
  }
  .u-max-height-80px--sm {
    max-height: 80px !important;
  }
  .u-max-height-90px--sm {
    max-height: 90px !important;
  }
  .u-max-height-100px--sm {
    max-height: 100px !important;
  }
  .u-max-height-120px--sm {
    max-height: 120px !important;
  }
  .u-max-height-140px--sm {
    max-height: 140px !important;
  }
  .u-max-height-150px--sm {
    max-height: 150px !important;
  }
  .u-max-height-160px--sm {
    max-height: 160px !important;
  }
  .u-max-height-180px--sm {
    max-height: 180px !important;
  }
  .u-max-height-200px--sm {
    max-height: 200px !important;
  }
  .u-max-height-220px--sm {
    max-height: 220px !important;
  }
  .u-max-height-250px--sm {
    max-height: 250px !important;
  }
  .u-max-height-270px--sm {
    max-height: 270px !important;
  }
  .u-max-height-300px--sm {
    max-height: 300px !important;
  }
  .u-max-height-320px--sm {
    max-height: 320px !important;
  }
  .u-max-height-350px--sm {
    max-height: 350px !important;
  }
  .u-max-height-370px--sm {
    max-height: 370px !important;
  }
  .u-max-height-400px--sm {
    max-height: 400px !important;
  }
  .u-max-height-420px--sm {
    max-height: 420px !important;
  }
  .u-max-height-450px--sm {
    max-height: 450px !important;
  }
  .u-max-height-470px--sm {
    max-height: 470px !important;
  }
  .u-max-height-500px--sm {
    max-height: 500px !important;
  }
  .u-max-height-520px--sm {
    max-height: 520px !important;
  }
  .u-max-height-550px--sm {
    max-height: 550px !important;
  }
  .u-max-height-570px--sm {
    max-height: 570px !important;
  }
  .u-max-height-600px--sm {
    max-height: 600px !important;
  }
  .u-font-size-10px--sm {
    font-size: 10px !important;
  }
  .u-font-size-11px--sm {
    font-size: 11px !important;
  }
  .u-font-size-12px--sm {
    font-size: 12px !important;
  }
  .u-font-size-13px--sm {
    font-size: 13px !important;
  }
  .u-font-size-14px--sm {
    font-size: 14px !important;
  }
  .u-font-size-15px--sm {
    font-size: 15px !important;
  }
  .u-font-size-16px--sm {
    font-size: 16px !important;
  }
  .u-font-size-17px--sm {
    font-size: 17px !important;
  }
  .u-font-size-18px--sm {
    font-size: 18px !important;
  }
  .u-font-size-19px--sm {
    font-size: 19px !important;
  }
  .u-font-size-20px--sm {
    font-size: 20px !important;
  }
  .u-font-size-22px--sm {
    font-size: 22px !important;
  }
  .u-font-size-24px--sm {
    font-size: 24px !important;
  }
  .u-font-size-26px--sm {
    font-size: 26px !important;
  }
  .u-font-size-28px--sm {
    font-size: 28px !important;
  }
  .u-font-size-30px--sm {
    font-size: 30px !important;
  }
  .u-font-size-32px--sm {
    font-size: 32px !important;
  }
  .u-font-size-34px--sm {
    font-size: 34px !important;
  }
  .u-font-size-36px--sm {
    font-size: 36px !important;
  }
  .u-font-size-38px--sm {
    font-size: 38px !important;
  }
  .u-font-size-40px--sm {
    font-size: 40px !important;
  }
  .u-font-size-200px--sm {
    font-size: 200px !important;
  }
  .u-font-weight-100--sm {
    font-weight: 100 !important;
  }
  .u-font-weight-200--sm {
    font-weight: 200 !important;
  }
  .u-font-weight-300--sm {
    font-weight: 300 !important;
  }
  .u-font-weight-400--sm {
    font-weight: 400 !important;
  }
  .u-font-weight-500--sm {
    font-weight: 500 !important;
  }
  .u-font-weight-600--sm {
    font-weight: 600 !important;
  }
  .u-font-weight-700--sm {
    font-weight: 700 !important;
  }
  .u-font-weight-800--sm {
    font-weight: 800 !important;
  }
  .u-font-weight-900--sm {
    font-weight: 900 !important;
  }
  .u-font-weight-bold--sm {
    font-weight: bold !important;
  }
  .u-max-width-10px--sm {
    max-width: 10px !important;
  }
  .u-max-width-20px--sm {
    max-width: 20px !important;
  }
  .u-max-width-30px--sm {
    max-width: 30px !important;
  }
  .u-max-width-40px--sm {
    max-width: 40px !important;
  }
  .u-max-width-50px--sm {
    max-width: 50px !important;
  }
  .u-max-width-80px--sm {
    max-width: 80px !important;
  }
  .u-max-width-100px--sm {
    max-width: 100px !important;
  }
  .u-max-width-200px--sm {
    max-width: 200px !important;
  }
}
@media (min-width: 768px) {
  .u-min-height-10px--md {
    min-height: 10px !important;
  }
  .u-min-height-20px--md {
    min-height: 20px !important;
  }
  .u-min-height-30px--md {
    min-height: 30px !important;
  }
  .u-min-height-40px--md {
    min-height: 40px !important;
  }
  .u-min-height-50px--md {
    min-height: 50px !important;
  }
  .u-min-height-60px--md {
    min-height: 60px !important;
  }
  .u-min-height-70px--md {
    min-height: 70px !important;
  }
  .u-min-height-80px--md {
    min-height: 80px !important;
  }
  .u-min-height-90px--md {
    min-height: 90px !important;
  }
  .u-min-height-100px--md {
    min-height: 100px !important;
  }
  .u-min-height-120px--md {
    min-height: 120px !important;
  }
  .u-min-height-140px--md {
    min-height: 140px !important;
  }
  .u-min-height-150px--md {
    min-height: 150px !important;
  }
  .u-min-height-160px--md {
    min-height: 160px !important;
  }
  .u-min-height-180px--md {
    min-height: 180px !important;
  }
  .u-min-height-200px--md {
    min-height: 200px !important;
  }
  .u-min-height-220px--md {
    min-height: 220px !important;
  }
  .u-min-height-250px--md {
    min-height: 250px !important;
  }
  .u-min-height-270px--md {
    min-height: 270px !important;
  }
  .u-min-height-300px--md {
    min-height: 300px !important;
  }
  .u-min-height-320px--md {
    min-height: 320px !important;
  }
  .u-min-height-350px--md {
    min-height: 350px !important;
  }
  .u-min-height-370px--md {
    min-height: 370px !important;
  }
  .u-min-height-400px--md {
    min-height: 400px !important;
  }
  .u-min-height-420px--md {
    min-height: 420px !important;
  }
  .u-min-height-450px--md {
    min-height: 450px !important;
  }
  .u-min-height-470px--md {
    min-height: 470px !important;
  }
  .u-min-height-500px--md {
    min-height: 500px !important;
  }
  .u-min-height-520px--md {
    min-height: 520px !important;
  }
  .u-min-height-550px--md {
    min-height: 550px !important;
  }
  .u-min-height-570px--md {
    min-height: 570px !important;
  }
  .u-min-height-600px--md {
    min-height: 600px !important;
  }
  .u-max-height-10px--md {
    max-height: 10px !important;
  }
  .u-max-height-20px--md {
    max-height: 20px !important;
  }
  .u-max-height-30px--md {
    max-height: 30px !important;
  }
  .u-max-height-40px--md {
    max-height: 40px !important;
  }
  .u-max-height-50px--md {
    max-height: 50px !important;
  }
  .u-max-height-60px--md {
    max-height: 60px !important;
  }
  .u-max-height-70px--md {
    max-height: 70px !important;
  }
  .u-max-height-80px--md {
    max-height: 80px !important;
  }
  .u-max-height-90px--md {
    max-height: 90px !important;
  }
  .u-max-height-100px--md {
    max-height: 100px !important;
  }
  .u-max-height-120px--md {
    max-height: 120px !important;
  }
  .u-max-height-140px--md {
    max-height: 140px !important;
  }
  .u-max-height-150px--md {
    max-height: 150px !important;
  }
  .u-max-height-160px--md {
    max-height: 160px !important;
  }
  .u-max-height-180px--md {
    max-height: 180px !important;
  }
  .u-max-height-200px--md {
    max-height: 200px !important;
  }
  .u-max-height-220px--md {
    max-height: 220px !important;
  }
  .u-max-height-250px--md {
    max-height: 250px !important;
  }
  .u-max-height-270px--md {
    max-height: 270px !important;
  }
  .u-max-height-300px--md {
    max-height: 300px !important;
  }
  .u-max-height-320px--md {
    max-height: 320px !important;
  }
  .u-max-height-350px--md {
    max-height: 350px !important;
  }
  .u-max-height-370px--md {
    max-height: 370px !important;
  }
  .u-max-height-400px--md {
    max-height: 400px !important;
  }
  .u-max-height-420px--md {
    max-height: 420px !important;
  }
  .u-max-height-450px--md {
    max-height: 450px !important;
  }
  .u-max-height-470px--md {
    max-height: 470px !important;
  }
  .u-max-height-500px--md {
    max-height: 500px !important;
  }
  .u-max-height-520px--md {
    max-height: 520px !important;
  }
  .u-max-height-550px--md {
    max-height: 550px !important;
  }
  .u-max-height-570px--md {
    max-height: 570px !important;
  }
  .u-max-height-600px--md {
    max-height: 600px !important;
  }
  .u-font-size-10px--md {
    font-size: 10px !important;
  }
  .u-font-size-11px--md {
    font-size: 11px !important;
  }
  .u-font-size-12px--md {
    font-size: 12px !important;
  }
  .u-font-size-13px--md {
    font-size: 13px !important;
  }
  .u-font-size-14px--md {
    font-size: 14px !important;
  }
  .u-font-size-15px--md {
    font-size: 15px !important;
  }
  .u-font-size-16px--md {
    font-size: 16px !important;
  }
  .u-font-size-17px--md {
    font-size: 17px !important;
  }
  .u-font-size-18px--md {
    font-size: 18px !important;
  }
  .u-font-size-19px--md {
    font-size: 19px !important;
  }
  .u-font-size-20px--md {
    font-size: 20px !important;
  }
  .u-font-size-22px--md {
    font-size: 22px !important;
  }
  .u-font-size-24px--md {
    font-size: 24px !important;
  }
  .u-font-size-26px--md {
    font-size: 26px !important;
  }
  .u-font-size-28px--md {
    font-size: 28px !important;
  }
  .u-font-size-30px--md {
    font-size: 30px !important;
  }
  .u-font-size-32px--md {
    font-size: 32px !important;
  }
  .u-font-size-34px--md {
    font-size: 34px !important;
  }
  .u-font-size-36px--md {
    font-size: 36px !important;
  }
  .u-font-size-38px--md {
    font-size: 38px !important;
  }
  .u-font-size-40px--md {
    font-size: 40px !important;
  }
  .u-font-size-200px--md {
    font-size: 200px !important;
  }
  .u-font-weight-100--md {
    font-weight: 100 !important;
  }
  .u-font-weight-200--md {
    font-weight: 200 !important;
  }
  .u-font-weight-300--md {
    font-weight: 300 !important;
  }
  .u-font-weight-400--md {
    font-weight: 400 !important;
  }
  .u-font-weight-500--md {
    font-weight: 500 !important;
  }
  .u-font-weight-600--md {
    font-weight: 600 !important;
  }
  .u-font-weight-700--md {
    font-weight: 700 !important;
  }
  .u-font-weight-800--md {
    font-weight: 800 !important;
  }
  .u-font-weight-900--md {
    font-weight: 900 !important;
  }
  .u-font-weight-bold--md {
    font-weight: bold !important;
  }
  .u-max-width-10px--md {
    max-width: 10px !important;
  }
  .u-max-width-20px--md {
    max-width: 20px !important;
  }
  .u-max-width-30px--md {
    max-width: 30px !important;
  }
  .u-max-width-40px--md {
    max-width: 40px !important;
  }
  .u-max-width-50px--md {
    max-width: 50px !important;
  }
  .u-max-width-80px--md {
    max-width: 80px !important;
  }
  .u-max-width-100px--md {
    max-width: 100px !important;
  }
  .u-max-width-200px--md {
    max-width: 200px !important;
  }
}
@media (min-width: 992px) {
  .u-min-height-10px--lg {
    min-height: 10px !important;
  }
  .u-min-height-20px--lg {
    min-height: 20px !important;
  }
  .u-min-height-30px--lg {
    min-height: 30px !important;
  }
  .u-min-height-40px--lg {
    min-height: 40px !important;
  }
  .u-min-height-50px--lg {
    min-height: 50px !important;
  }
  .u-min-height-60px--lg {
    min-height: 60px !important;
  }
  .u-min-height-70px--lg {
    min-height: 70px !important;
  }
  .u-min-height-80px--lg {
    min-height: 80px !important;
  }
  .u-min-height-90px--lg {
    min-height: 90px !important;
  }
  .u-min-height-100px--lg {
    min-height: 100px !important;
  }
  .u-min-height-120px--lg {
    min-height: 120px !important;
  }
  .u-min-height-140px--lg {
    min-height: 140px !important;
  }
  .u-min-height-150px--lg {
    min-height: 150px !important;
  }
  .u-min-height-160px--lg {
    min-height: 160px !important;
  }
  .u-min-height-180px--lg {
    min-height: 180px !important;
  }
  .u-min-height-200px--lg {
    min-height: 200px !important;
  }
  .u-min-height-220px--lg {
    min-height: 220px !important;
  }
  .u-min-height-250px--lg {
    min-height: 250px !important;
  }
  .u-min-height-270px--lg {
    min-height: 270px !important;
  }
  .u-min-height-300px--lg {
    min-height: 300px !important;
  }
  .u-min-height-320px--lg {
    min-height: 320px !important;
  }
  .u-min-height-350px--lg {
    min-height: 350px !important;
  }
  .u-min-height-370px--lg {
    min-height: 370px !important;
  }
  .u-min-height-400px--lg {
    min-height: 400px !important;
  }
  .u-min-height-420px--lg {
    min-height: 420px !important;
  }
  .u-min-height-450px--lg {
    min-height: 450px !important;
  }
  .u-min-height-470px--lg {
    min-height: 470px !important;
  }
  .u-min-height-500px--lg {
    min-height: 500px !important;
  }
  .u-min-height-520px--lg {
    min-height: 520px !important;
  }
  .u-min-height-550px--lg {
    min-height: 550px !important;
  }
  .u-min-height-570px--lg {
    min-height: 570px !important;
  }
  .u-min-height-600px--lg {
    min-height: 600px !important;
  }
  .u-max-height-10px--lg {
    max-height: 10px !important;
  }
  .u-max-height-20px--lg {
    max-height: 20px !important;
  }
  .u-max-height-30px--lg {
    max-height: 30px !important;
  }
  .u-max-height-40px--lg {
    max-height: 40px !important;
  }
  .u-max-height-50px--lg {
    max-height: 50px !important;
  }
  .u-max-height-60px--lg {
    max-height: 60px !important;
  }
  .u-max-height-70px--lg {
    max-height: 70px !important;
  }
  .u-max-height-80px--lg {
    max-height: 80px !important;
  }
  .u-max-height-90px--lg {
    max-height: 90px !important;
  }
  .u-max-height-100px--lg {
    max-height: 100px !important;
  }
  .u-max-height-120px--lg {
    max-height: 120px !important;
  }
  .u-max-height-140px--lg {
    max-height: 140px !important;
  }
  .u-max-height-150px--lg {
    max-height: 150px !important;
  }
  .u-max-height-160px--lg {
    max-height: 160px !important;
  }
  .u-max-height-180px--lg {
    max-height: 180px !important;
  }
  .u-max-height-200px--lg {
    max-height: 200px !important;
  }
  .u-max-height-220px--lg {
    max-height: 220px !important;
  }
  .u-max-height-250px--lg {
    max-height: 250px !important;
  }
  .u-max-height-270px--lg {
    max-height: 270px !important;
  }
  .u-max-height-300px--lg {
    max-height: 300px !important;
  }
  .u-max-height-320px--lg {
    max-height: 320px !important;
  }
  .u-max-height-350px--lg {
    max-height: 350px !important;
  }
  .u-max-height-370px--lg {
    max-height: 370px !important;
  }
  .u-max-height-400px--lg {
    max-height: 400px !important;
  }
  .u-max-height-420px--lg {
    max-height: 420px !important;
  }
  .u-max-height-450px--lg {
    max-height: 450px !important;
  }
  .u-max-height-470px--lg {
    max-height: 470px !important;
  }
  .u-max-height-500px--lg {
    max-height: 500px !important;
  }
  .u-max-height-520px--lg {
    max-height: 520px !important;
  }
  .u-max-height-550px--lg {
    max-height: 550px !important;
  }
  .u-max-height-570px--lg {
    max-height: 570px !important;
  }
  .u-max-height-600px--lg {
    max-height: 600px !important;
  }
  .u-font-size-10px--lg {
    font-size: 10px !important;
  }
  .u-font-size-11px--lg {
    font-size: 11px !important;
  }
  .u-font-size-12px--lg {
    font-size: 12px !important;
  }
  .u-font-size-13px--lg {
    font-size: 13px !important;
  }
  .u-font-size-14px--lg {
    font-size: 14px !important;
  }
  .u-font-size-15px--lg {
    font-size: 15px !important;
  }
  .u-font-size-16px--lg {
    font-size: 16px !important;
  }
  .u-font-size-17px--lg {
    font-size: 17px !important;
  }
  .u-font-size-18px--lg {
    font-size: 18px !important;
  }
  .u-font-size-19px--lg {
    font-size: 19px !important;
  }
  .u-font-size-20px--lg {
    font-size: 20px !important;
  }
  .u-font-size-22px--lg {
    font-size: 22px !important;
  }
  .u-font-size-24px--lg {
    font-size: 24px !important;
  }
  .u-font-size-26px--lg {
    font-size: 26px !important;
  }
  .u-font-size-28px--lg {
    font-size: 28px !important;
  }
  .u-font-size-30px--lg {
    font-size: 30px !important;
  }
  .u-font-size-32px--lg {
    font-size: 32px !important;
  }
  .u-font-size-34px--lg {
    font-size: 34px !important;
  }
  .u-font-size-36px--lg {
    font-size: 36px !important;
  }
  .u-font-size-38px--lg {
    font-size: 38px !important;
  }
  .u-font-size-40px--lg {
    font-size: 40px !important;
  }
  .u-font-size-200px--lg {
    font-size: 200px !important;
  }
  .u-font-weight-100--lg {
    font-weight: 100 !important;
  }
  .u-font-weight-200--lg {
    font-weight: 200 !important;
  }
  .u-font-weight-300--lg {
    font-weight: 300 !important;
  }
  .u-font-weight-400--lg {
    font-weight: 400 !important;
  }
  .u-font-weight-500--lg {
    font-weight: 500 !important;
  }
  .u-font-weight-600--lg {
    font-weight: 600 !important;
  }
  .u-font-weight-700--lg {
    font-weight: 700 !important;
  }
  .u-font-weight-800--lg {
    font-weight: 800 !important;
  }
  .u-font-weight-900--lg {
    font-weight: 900 !important;
  }
  .u-font-weight-bold--lg {
    font-weight: bold !important;
  }
  .u-max-width-10px--lg {
    max-width: 10px !important;
  }
  .u-max-width-20px--lg {
    max-width: 20px !important;
  }
  .u-max-width-30px--lg {
    max-width: 30px !important;
  }
  .u-max-width-40px--lg {
    max-width: 40px !important;
  }
  .u-max-width-50px--lg {
    max-width: 50px !important;
  }
  .u-max-width-80px--lg {
    max-width: 80px !important;
  }
  .u-max-width-100px--lg {
    max-width: 100px !important;
  }
  .u-max-width-200px--lg {
    max-width: 200px !important;
  }
}
@media (min-width: 1200px) {
  .u-min-height-10px--xl {
    min-height: 10px !important;
  }
  .u-min-height-20px--xl {
    min-height: 20px !important;
  }
  .u-min-height-30px--xl {
    min-height: 30px !important;
  }
  .u-min-height-40px--xl {
    min-height: 40px !important;
  }
  .u-min-height-50px--xl {
    min-height: 50px !important;
  }
  .u-min-height-60px--xl {
    min-height: 60px !important;
  }
  .u-min-height-70px--xl {
    min-height: 70px !important;
  }
  .u-min-height-80px--xl {
    min-height: 80px !important;
  }
  .u-min-height-90px--xl {
    min-height: 90px !important;
  }
  .u-min-height-100px--xl {
    min-height: 100px !important;
  }
  .u-min-height-120px--xl {
    min-height: 120px !important;
  }
  .u-min-height-140px--xl {
    min-height: 140px !important;
  }
  .u-min-height-150px--xl {
    min-height: 150px !important;
  }
  .u-min-height-160px--xl {
    min-height: 160px !important;
  }
  .u-min-height-180px--xl {
    min-height: 180px !important;
  }
  .u-min-height-200px--xl {
    min-height: 200px !important;
  }
  .u-min-height-220px--xl {
    min-height: 220px !important;
  }
  .u-min-height-250px--xl {
    min-height: 250px !important;
  }
  .u-min-height-270px--xl {
    min-height: 270px !important;
  }
  .u-min-height-300px--xl {
    min-height: 300px !important;
  }
  .u-min-height-320px--xl {
    min-height: 320px !important;
  }
  .u-min-height-350px--xl {
    min-height: 350px !important;
  }
  .u-min-height-370px--xl {
    min-height: 370px !important;
  }
  .u-min-height-400px--xl {
    min-height: 400px !important;
  }
  .u-min-height-420px--xl {
    min-height: 420px !important;
  }
  .u-min-height-450px--xl {
    min-height: 450px !important;
  }
  .u-min-height-470px--xl {
    min-height: 470px !important;
  }
  .u-min-height-500px--xl {
    min-height: 500px !important;
  }
  .u-min-height-520px--xl {
    min-height: 520px !important;
  }
  .u-min-height-550px--xl {
    min-height: 550px !important;
  }
  .u-min-height-570px--xl {
    min-height: 570px !important;
  }
  .u-min-height-600px--xl {
    min-height: 600px !important;
  }
  .u-max-height-10px--xl {
    max-height: 10px !important;
  }
  .u-max-height-20px--xl {
    max-height: 20px !important;
  }
  .u-max-height-30px--xl {
    max-height: 30px !important;
  }
  .u-max-height-40px--xl {
    max-height: 40px !important;
  }
  .u-max-height-50px--xl {
    max-height: 50px !important;
  }
  .u-max-height-60px--xl {
    max-height: 60px !important;
  }
  .u-max-height-70px--xl {
    max-height: 70px !important;
  }
  .u-max-height-80px--xl {
    max-height: 80px !important;
  }
  .u-max-height-90px--xl {
    max-height: 90px !important;
  }
  .u-max-height-100px--xl {
    max-height: 100px !important;
  }
  .u-max-height-120px--xl {
    max-height: 120px !important;
  }
  .u-max-height-140px--xl {
    max-height: 140px !important;
  }
  .u-max-height-150px--xl {
    max-height: 150px !important;
  }
  .u-max-height-160px--xl {
    max-height: 160px !important;
  }
  .u-max-height-180px--xl {
    max-height: 180px !important;
  }
  .u-max-height-200px--xl {
    max-height: 200px !important;
  }
  .u-max-height-220px--xl {
    max-height: 220px !important;
  }
  .u-max-height-250px--xl {
    max-height: 250px !important;
  }
  .u-max-height-270px--xl {
    max-height: 270px !important;
  }
  .u-max-height-300px--xl {
    max-height: 300px !important;
  }
  .u-max-height-320px--xl {
    max-height: 320px !important;
  }
  .u-max-height-350px--xl {
    max-height: 350px !important;
  }
  .u-max-height-370px--xl {
    max-height: 370px !important;
  }
  .u-max-height-400px--xl {
    max-height: 400px !important;
  }
  .u-max-height-420px--xl {
    max-height: 420px !important;
  }
  .u-max-height-450px--xl {
    max-height: 450px !important;
  }
  .u-max-height-470px--xl {
    max-height: 470px !important;
  }
  .u-max-height-500px--xl {
    max-height: 500px !important;
  }
  .u-max-height-520px--xl {
    max-height: 520px !important;
  }
  .u-max-height-550px--xl {
    max-height: 550px !important;
  }
  .u-max-height-570px--xl {
    max-height: 570px !important;
  }
  .u-max-height-600px--xl {
    max-height: 600px !important;
  }
  .u-font-size-10px--xl {
    font-size: 10px !important;
  }
  .u-font-size-11px--xl {
    font-size: 11px !important;
  }
  .u-font-size-12px--xl {
    font-size: 12px !important;
  }
  .u-font-size-13px--xl {
    font-size: 13px !important;
  }
  .u-font-size-14px--xl {
    font-size: 14px !important;
  }
  .u-font-size-15px--xl {
    font-size: 15px !important;
  }
  .u-font-size-16px--xl {
    font-size: 16px !important;
  }
  .u-font-size-17px--xl {
    font-size: 17px !important;
  }
  .u-font-size-18px--xl {
    font-size: 18px !important;
  }
  .u-font-size-19px--xl {
    font-size: 19px !important;
  }
  .u-font-size-20px--xl {
    font-size: 20px !important;
  }
  .u-font-size-22px--xl {
    font-size: 22px !important;
  }
  .u-font-size-24px--xl {
    font-size: 24px !important;
  }
  .u-font-size-26px--xl {
    font-size: 26px !important;
  }
  .u-font-size-28px--xl {
    font-size: 28px !important;
  }
  .u-font-size-30px--xl {
    font-size: 30px !important;
  }
  .u-font-size-32px--xl {
    font-size: 32px !important;
  }
  .u-font-size-34px--xl {
    font-size: 34px !important;
  }
  .u-font-size-36px--xl {
    font-size: 36px !important;
  }
  .u-font-size-38px--xl {
    font-size: 38px !important;
  }
  .u-font-size-40px--xl {
    font-size: 40px !important;
  }
  .u-font-size-200px--xl {
    font-size: 200px !important;
  }
  .u-font-weight-100--xl {
    font-weight: 100 !important;
  }
  .u-font-weight-200--xl {
    font-weight: 200 !important;
  }
  .u-font-weight-300--xl {
    font-weight: 300 !important;
  }
  .u-font-weight-400--xl {
    font-weight: 400 !important;
  }
  .u-font-weight-500--xl {
    font-weight: 500 !important;
  }
  .u-font-weight-600--xl {
    font-weight: 600 !important;
  }
  .u-font-weight-700--xl {
    font-weight: 700 !important;
  }
  .u-font-weight-800--xl {
    font-weight: 800 !important;
  }
  .u-font-weight-900--xl {
    font-weight: 900 !important;
  }
  .u-font-weight-bold--xl {
    font-weight: bold !important;
  }
  .u-max-width-10px--xl {
    max-width: 10px !important;
  }
  .u-max-width-20px--xl {
    max-width: 20px !important;
  }
  .u-max-width-30px--xl {
    max-width: 30px !important;
  }
  .u-max-width-40px--xl {
    max-width: 40px !important;
  }
  .u-max-width-50px--xl {
    max-width: 50px !important;
  }
  .u-max-width-80px--xl {
    max-width: 80px !important;
  }
  .u-max-width-100px--xl {
    max-width: 100px !important;
  }
  .u-max-width-200px--xl {
    max-width: 200px !important;
  }
}
/**

		- Z Index

**/
/* z-index */
.z-index-n1 {
  z-index: -1 !important;
}

.z-index-0 {
  z-index: 0 !important;
}

.z-index-1 {
  z-index: 1 !important;
}

.z-index-2 {
  z-index: 2 !important;
}

.z-index-3 {
  z-index: 3 !important;
}

.z-index-4 {
  z-index: 4 !important;
}

.z-index-5 {
  z-index: 5 !important;
}

.z-index-10 {
  z-index: 10 !important;
}

.z-index-99 {
  z-index: 99 !important;
}

.z-index-100 {
  z-index: 100 !important;
}

.z-index-1000 {
  z-index: 1000 !important;
}

.z-index-9999 {
  z-index: 9999 !important;
}

/**

		- Rtl Utils 				.text-align-start, .text-align-end, .float-start, .float-end
									.p--0-start, .p--0-end, .m--0-start, .m--0-end
									.b--0-start, .b--0-end, .b--0-start, .b--0-end
									.m-auto-start, .m-auto-end

**/
.text-align-start {
  text-align: left !important;
}

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

.float-start {
  float: left !important;
  margin-right: 10px;
}

.float-end {
  float: right !important;
  margin-left: 10px;
}

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

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

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

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

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

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

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

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

.hide-ltr {
  display: none !important;
}

/**

		- Responsive (mobile) 		.text-center-xs, .float-none-xs, .d-block-xs
									.m--0-xs, .m*--0-xs, 
									.p--0-xs, .p*--0-xs, 
									.b--0-xs, .b*--0-xs, 

**/
@media only screen and (min-width: 991px) {
  .float-none-lg {
    float: none !important;
  }
  .b-0-lg,
  .b--0-lg {
    border: 0 !important;
  }
  .border-bottom-lg {
    border-bottom: #dee2e6 1px solid;
  }
  .border-top-lg {
    border-top: #dee2e6 1px solid;
  }
  .m-0-lg,
  .m--0-lg {
    border: 0 !important;
  }
  .p-0-lg,
  .p--0-lg {
    border: 0 !important;
  }
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  .text-center-md {
    text-align: center !important;
  }
  .text-start-md {
    text-align: left !important;
  }
  .float-none-md {
    float: none !important;
  }
  .d-block-md {
    display: block !important;
  }
  /* button fix */
  .btn.d-block-md {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .position-absolute-md {
    position: absolute !important;
  }
  .position-relative-md {
    position: relative !important;
  }
  .position-fixed-md {
    position: fixed !important;
  }
  .shadow-none-md {
    box-shadow: none !important;
  }
  .m-0-md,
  .m--0-md {
    margin: 0 !important;
  }
  .mt-0-md,
  .mt--0-md {
    margin-top: 0 !important;
  }
  .ml-0-md,
  .ml--0-md {
    margin-left: 0 !important;
  }
  .mr-0-md,
  .mr--0-md {
    margin-right: 0 !important;
  }
  .mb-0-md,
  .mb--0-md {
    margin-bottom: 0 !important;
  }
  .m-15-md,
  .m--15-md {
    margin: 15px !important;
  }
  .p-0-md,
  .p--0-md {
    padding: 0 !important;
  }
  .pt-0-md,
  .pt--0-md {
    padding-top: 0 !important;
  }
  .pl-0-md,
  .pl--0-md {
    padding-left: 0 !important;
  }
  .pr-0-md,
  .pr--0-md {
    padding-right: 0 !important;
  }
  .pb-0-md,
  .pb--0-md {
    padding-bottom: 0 !important;
  }
  .p-15-md,
  .p--15-md {
    padding: 15px !important;
  }
  .b-0-md,
  .b--0-md {
    border: 0 !important;
  }
  .bt-0-md,
  .bt--0-md {
    border-top: 0 !important;
  }
  .bl-0-md,
  .bl--0-md {
    border-left: 0 !important;
  }
  .br-0-md,
  .br--0-md {
    border-right: 0 !important;
  }
  .bb-0-md,
  .bb--0-md {
    border-bottom: 0 !important;
  }
  .border-bottom-md {
    border-bottom: #dee2e6 1px solid;
  }
  .border-top-md {
    border-top: #dee2e6 1px solid;
  }
  .rounded-0-md,
  .round-0-md,
  .r-0-md,
  .r--0-md {
    border-radius: 0 !important;
  }
  .w-100-md {
    max-width: 100% !important;
    min-width: 0% !important;
    width: 100% !important;
  }
  .w-100vh-md {
    max-width: 100% !important;
    width: 100vh !important;
  }
  .w-auto-md {
    width: auto !important;
  }
  .h-100-md {
    height: auto;
    min-height: 100% !important;
  }
  .h-100vh-md {
    height: auto;
    min-height: 100vh !important;
  }
  .h-auto-md {
    height: auto !important;
    min-height: auto !important;
    max-height: auto !important;
  }
  .rounded-circle-md {
    border-radius: 50% !important;
  }
  .overlay-none-md:after {
    display: none !important;
  }
  .h1-md {
    font-size: 2.5rem !important;
  }
  .h2-md {
    font-size: 2rem !important;
  }
  .h3-md {
    font-size: 1.75rem !important;
  }
  .h4-md {
    font-size: 1.5rem !important;
  }
  .h5-md {
    font-size: 1.25rem !important;
  }
  .h6-md {
    font-size: 1rem !important;
  }
}
@media only screen and (max-width: 768px) {
  .text-center-xs {
    text-align: center !important;
  }
  .text-start-xs {
    text-align: left !important;
  }
  .float-none-xs {
    float: none !important;
  }
  .d-block-xs {
    display: block !important;
  }
  /* button fix */
  .btn.d-block-xs {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .position-absolute-xs {
    position: absolute !important;
  }
  .position-relative-xs {
    position: relative !important;
  }
  .position-fixed-xs {
    position: fixed !important;
  }
  .shadow-none-xs {
    box-shadow: none !important;
  }
  .m-0-xs,
  .m--0-xs {
    margin: 0 !important;
  }
  .mt-0-xs,
  .mt--0-xs {
    margin-top: 0 !important;
  }
  .ml-0-xs,
  .ml--0-xs {
    margin-left: 0 !important;
  }
  .mr-0-xs,
  .mr--0-xs {
    margin-right: 0 !important;
  }
  .mb-0-xs,
  .mb--0-xs {
    margin-bottom: 0 !important;
  }
  .m-15-xs,
  .m--15-xs {
    margin: 15px !important;
  }
  .p-0-xs,
  .p--0-xs {
    padding: 0 !important;
  }
  .pt-0-xs,
  .pt--0-xs {
    padding-top: 0 !important;
  }
  .pl-0-xs,
  .pl--0-xs {
    padding-left: 0 !important;
  }
  .pr-0-xs,
  .pr--0-xs {
    padding-right: 0 !important;
  }
  .pb-0-xs,
  .pb--0-xs {
    padding-bottom: 0 !important;
  }
  .p-15-xs,
  .p--15-xs {
    padding: 15px !important;
  }
  .b-0-xs,
  .b--0-xs {
    border: 0 !important;
  }
  .bt-0-xs,
  .bt--0-xs {
    border-top: 0 !important;
  }
  .bl-0-xs,
  .bl--0-xs {
    border-left: 0 !important;
  }
  .br-0-xs,
  .br--0-xs {
    border-right: 0 !important;
  }
  .bb-0-xs,
  .bb--0-xs {
    border-bottom: 0 !important;
  }
  .border-bottom-xs {
    border-bottom: #dee2e6 1px solid;
  }
  .border-top-xs {
    border-top: #dee2e6 1px solid;
  }
  .rounded-0-xs,
  .round-0-xs,
  .r-0-xs,
  .r--0-xs {
    border-radius: 0 !important;
  }
  .w-100-xs {
    max-width: 100% !important;
    min-width: 0% !important;
    width: 100% !important;
  }
  .w-100vh-xs {
    max-width: 100% !important;
    width: 100vh !important;
  }
  .w-auto-xs {
    width: auto !important;
  }
  .h-100-xs {
    height: auto;
    min-height: 100% !important;
  }
  .h-100vh-xs {
    height: auto;
    min-height: 100vh !important;
  }
  .h-auto-xs {
    height: auto !important;
    min-height: auto !important;
    max-height: auto !important;
  }
  .rounded-circle-xs {
    border-radius: 50% !important;
  }
  .overlay-none-xs:after {
    display: none !important;
  }
  .h1-xs {
    font-size: 2.5rem !important;
  }
  .h2-xs {
    font-size: 2rem !important;
  }
  .h3-xs {
    font-size: 1.75rem !important;
  }
  .h4-xs {
    font-size: 1.5rem !important;
  }
  .h5-xs {
    font-size: 1.25rem !important;
  }
  .h6-xs {
    font-size: 1rem !important;
  }
  /* 
    Grid Gutters
  */
  .gutters-xxs--xs {
    margin-right: -0.125rem !important;
    margin-left: -0.125rem !important;
  }
  .gutters-xxs--xs > [class*=col-] {
    padding-right: 0.125rem !important;
    padding-left: 0.125rem !important;
  }
  .gutters-xs--xs {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .gutters-xs--xs > [class*=col-] {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .gutters-sm--xs {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .gutters-sm--xs > [class*=col-] {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .gutters-md--xs {
    margin-right: -0.75rem !important;
    margin-left: -0.75rem !important;
  }
  .gutters-md--xs > [class*=col-] {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .m-1-xs {
    margin: 0.25rem !important;
  }
  .m-2-xs {
    margin: 0.5rem !important;
  }
  .m-3-xs {
    margin: 1rem !important;
  }
  .m-4-xs {
    margin: 1.5rem !important;
  }
  .m-5-xs {
    margin: 3rem !important;
  }
  .mt-1-xs {
    margin-top: 0.25rem !important;
  }
  .mt-2-xs {
    margin-top: 0.5rem !important;
  }
  .mt-3-xs {
    margin-top: 1rem !important;
  }
  .mt-4-xs {
    margin-top: 1.5rem !important;
  }
  .mt-5-xs {
    margin-top: 3rem !important;
  }
  .mb-1-xs {
    margin-bottom: 0.25rem !important;
  }
  .mb-2-xs {
    margin-bottom: 0.5rem !important;
  }
  .mb-3-xs {
    margin-bottom: 1rem !important;
  }
  .mb-4-xs {
    margin-bottom: 1.5rem !important;
  }
  .mb-5-xs {
    margin-bottom: 3rem !important;
  }
  .p-1-xs {
    padding: 0.25rem !important;
  }
  .p-2-xs {
    padding: 0.5rem !important;
  }
  .p-3-xs {
    padding: 1rem !important;
  }
  .p-4-xs {
    padding: 1.5rem !important;
  }
  .p-5-xs {
    padding: 3rem !important;
  }
}
.g-opacity-5 {
  opacity: 0.5;
}

.g-opacity-hover-5 {
  opacity: 0.5;
  -webkit-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
}
.g-opacity-hover-5:hover, .g-opacity-hover-5:focus {
  opacity: 1;
}

.g-opacity-hover-6 {
  opacity: 0.6;
  -webkit-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
}
.g-opacity-hover-6:hover, .g-opacity-hover-6:focus {
  opacity: 1;
}

.g-opacity-hover-7 {
  opacity: 0.7;
  -webkit-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
}
.g-opacity-hover-7:hover, .g-opacity-hover-7:focus {
  opacity: 1;
}

.g-opacity-hover-8 {
  opacity: 0.8;
  -webkit-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
}
.g-opacity-hover-8:hover, .g-opacity-hover-8:focus {
  opacity: 1;
}

.g-opacity-hover-9 {
  opacity: 0.9;
  -webkit-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
}
.g-opacity-hover-9:hover, .g-opacity-hover-9:focus {
  opacity: 1;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

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

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: rgb(30, 30, 30);
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

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

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  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;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

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

.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;
  -ms-transform-origin: top left;
  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;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

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

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.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 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, 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%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 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: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
}
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

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

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

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

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  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;
}

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

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
@font-face {
  font-family: "icomoon";
  src: url("../webfonts/icomoon.eot?pye379");
  src: url("../webfonts/icomoon.eot?pye379#iefix") format("embedded-opentype"), url("../webfonts/icomoon.ttf?pye379") format("truetype"), url("../webfonts/icomoon.woff?pye379") format("woff"), url("../webfonts/icomoon.svg?pye379#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-motorismus-enduro:before {
  content: "\e90d";
}

.icon-run:before {
  content: "\e900";
}

.icon-turistika:before {
  content: "\e901";
}

.icon-kono:before {
  content: "\e902";
}

.icon-aerobic:before {
  content: "\e903";
}

.icon-kynologie:before {
  content: "\e904";
}

.icon-vsestrannost:before {
  content: "\e905";
}

.icon-parkour:before {
  content: "\e906";
}

.icon-atletika:before {
  content: "\e907";
}

.icon-basketbal:before {
  content: "\e908";
}

.icon-cyklistika:before {
  content: "\e909";
}

.icon-fotbal:before {
  content: "\e90a";
}

.icon-hokej:before {
  content: "\e90b";
}

.icon-kanoistika:before {
  content: "\e90c";
}

.icon-motorismus:before {
  content: "\e90e";
}

.icon-motorismus2:before {
  content: "\e90f";
}

.icon-sipky:before {
  content: "\e910";
}

.icon-stolni-tenis:before {
  content: "\e911";
}

.icon-tenis:before {
  content: "\e912";
}

.swal2-popup.swal2-toast {
  flex-direction: row;
  align-items: center;
  width: auto;
  padding: 0.625em;
  overflow-y: hidden;
  background: #fff;
  box-shadow: 0 0 0.625em #d9d9d9;
}
.swal2-popup.swal2-toast .swal2-header {
  flex-direction: row;
  padding: 0;
}
.swal2-popup.swal2-toast .swal2-title {
  flex-grow: 1;
  justify-content: flex-start;
  margin: 0 0.6em;
  font-size: 1em;
}
.swal2-popup.swal2-toast .swal2-footer {
  margin: 0.5em 0 0;
  padding: 0.5em 0 0;
  font-size: 0.8em;
}
.swal2-popup.swal2-toast .swal2-close {
  position: static;
  width: 0.8em;
  height: 0.8em;
  line-height: 0.8;
}
.swal2-popup.swal2-toast .swal2-content {
  justify-content: flex-start;
  padding: 0;
  font-size: 1em;
}
.swal2-popup.swal2-toast .swal2-icon {
  width: 2em;
  min-width: 2em;
  height: 2em;
  margin: 0;
}
.swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
  display: flex;
  align-items: center;
  font-size: 1.8em;
  font-weight: bold;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
    font-size: 0.25em;
  }
}
.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  top: 0.875em;
  width: 1.375em;
}
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
  left: 0.3125em;
}
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
  right: 0.3125em;
}
.swal2-popup.swal2-toast .swal2-actions {
  flex-basis: auto !important;
  width: auto;
  height: auto;
  margin: 0 0.3125em;
  padding: 0;
}
.swal2-popup.swal2-toast .swal2-styled {
  margin: 0.125em 0.3125em;
  padding: 0.3125em 0.625em;
  font-size: 1em;
}
.swal2-popup.swal2-toast .swal2-styled:focus {
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(100, 150, 200, 0.5);
}
.swal2-popup.swal2-toast .swal2-success {
  border-color: #a5dc86;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line] {
  position: absolute;
  width: 1.6em;
  height: 3em;
  transform: rotate(45deg);
  border-radius: 50%;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left] {
  top: -0.8em;
  left: -0.5em;
  transform: rotate(-45deg);
  transform-origin: 2em 2em;
  border-radius: 4em 0 0 4em;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right] {
  top: -0.25em;
  left: 0.9375em;
  transform-origin: 0 1.5em;
  border-radius: 0 4em 4em 0;
}
.swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}
.swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
  top: 0;
  left: 0.4375em;
  width: 0.4375em;
  height: 2.6875em;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line] {
  height: 0.3125em;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip] {
  top: 1.125em;
  left: 0.1875em;
  width: 0.75em;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long] {
  top: 0.9375em;
  right: 0.1875em;
  width: 1.375em;
}
.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip {
  animation: swal2-toast-animate-success-line-tip 0.75s;
}
.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long {
  animation: swal2-toast-animate-success-line-long 0.75s;
}
.swal2-popup.swal2-toast.swal2-show {
  animation: swal2-toast-show 0.5s;
}
.swal2-popup.swal2-toast.swal2-hide {
  animation: swal2-toast-hide 0.1s forwards;
}

.swal2-container {
  display: flex;
  position: fixed;
  z-index: 1060;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0.625em;
  overflow-x: hidden;
  transition: background-color 0.1s;
  -webkit-overflow-scrolling: touch;
}
.swal2-container.swal2-backdrop-show, .swal2-container.swal2-noanimation {
  background: rgba(0, 0, 0, 0.4);
}
.swal2-container.swal2-backdrop-hide {
  background: transparent !important;
}
.swal2-container.swal2-top {
  align-items: flex-start;
}
.swal2-container.swal2-top-start, .swal2-container.swal2-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}
.swal2-container.swal2-top-end, .swal2-container.swal2-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}
.swal2-container.swal2-center {
  align-items: center;
}
.swal2-container.swal2-center-start, .swal2-container.swal2-center-left {
  align-items: center;
  justify-content: flex-start;
}
.swal2-container.swal2-center-end, .swal2-container.swal2-center-right {
  align-items: center;
  justify-content: flex-end;
}
.swal2-container.swal2-bottom {
  align-items: flex-end;
}
.swal2-container.swal2-bottom-start, .swal2-container.swal2-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}
.swal2-container.swal2-bottom-end, .swal2-container.swal2-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}
.swal2-container.swal2-bottom > :first-child, .swal2-container.swal2-bottom-start > :first-child, .swal2-container.swal2-bottom-left > :first-child, .swal2-container.swal2-bottom-end > :first-child, .swal2-container.swal2-bottom-right > :first-child {
  margin-top: auto;
}
.swal2-container.swal2-grow-fullscreen > .swal2-modal {
  display: flex !important;
  flex: 1;
  align-self: stretch;
  justify-content: center;
}
.swal2-container.swal2-grow-row > .swal2-modal {
  display: flex !important;
  flex: 1;
  align-content: center;
  justify-content: center;
}
.swal2-container.swal2-grow-column {
  flex: 1;
  flex-direction: column;
}
.swal2-container.swal2-grow-column.swal2-top, .swal2-container.swal2-grow-column.swal2-center, .swal2-container.swal2-grow-column.swal2-bottom {
  align-items: center;
}
.swal2-container.swal2-grow-column.swal2-top-start, .swal2-container.swal2-grow-column.swal2-center-start, .swal2-container.swal2-grow-column.swal2-bottom-start, .swal2-container.swal2-grow-column.swal2-top-left, .swal2-container.swal2-grow-column.swal2-center-left, .swal2-container.swal2-grow-column.swal2-bottom-left {
  align-items: flex-start;
}
.swal2-container.swal2-grow-column.swal2-top-end, .swal2-container.swal2-grow-column.swal2-center-end, .swal2-container.swal2-grow-column.swal2-bottom-end, .swal2-container.swal2-grow-column.swal2-top-right, .swal2-container.swal2-grow-column.swal2-center-right, .swal2-container.swal2-grow-column.swal2-bottom-right {
  align-items: flex-end;
}
.swal2-container.swal2-grow-column > .swal2-modal {
  display: flex !important;
  flex: 1;
  align-content: center;
  justify-content: center;
}
.swal2-container.swal2-no-transition {
  transition: none !important;
}
.swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen) > .swal2-modal {
  margin: auto;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-container .swal2-modal {
    margin: 0 !important;
  }
}

.swal2-popup {
  display: none;
  position: relative;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  width: 32em;
  max-width: 100%;
  padding: 1.25em;
  border: none;
  border-radius: 5px;
  background: #fff;
  font-family: inherit;
  font-size: 1rem;
}
.swal2-popup:focus {
  outline: none;
}
.swal2-popup.swal2-loading {
  overflow-y: hidden;
}

.swal2-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 1.8em;
}

.swal2-title {
  position: relative;
  max-width: 100%;
  margin: 0 0 0.4em;
  padding: 0;
  color: #595959;
  font-size: 1.875em;
  font-weight: 600;
  text-align: center;
  text-transform: none;
  word-wrap: break-word;
}

.swal2-actions {
  display: flex;
  z-index: 1;
  box-sizing: border-box;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 1.25em auto 0;
  padding: 0 1.6em;
}
.swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
  opacity: 0.4;
}
.swal2-actions:not(.swal2-loading) .swal2-styled:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}
.swal2-actions:not(.swal2-loading) .swal2-styled:active {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

.swal2-loader {
  display: none;
  align-items: center;
  justify-content: center;
  width: 2.2em;
  height: 2.2em;
  margin: 0 1.875em;
  animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  border-width: 0.25em;
  border-style: solid;
  border-radius: 100%;
  border-color: #2778c4 transparent #2778c4 transparent;
}

.swal2-styled {
  margin: 0.3125em;
  padding: 0.625em 1.1em;
  box-shadow: none;
  font-weight: 500;
}
.swal2-styled:not([disabled]) {
  cursor: pointer;
}
.swal2-styled.swal2-confirm {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #2778c4;
  color: #fff;
  font-size: 1.0625em;
}
.swal2-styled.swal2-deny {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #d14529;
  color: #fff;
  font-size: 1.0625em;
}
.swal2-styled.swal2-cancel {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #757575;
  color: #fff;
  font-size: 1.0625em;
}
.swal2-styled:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(100, 150, 200, 0.5);
}
.swal2-styled::-moz-focus-inner {
  border: 0;
}

.swal2-footer {
  justify-content: center;
  margin: 1.25em 0 0;
  padding: 1em 0 0;
  border-top: 1px solid #eee;
  color: #545454;
  font-size: 1em;
}

.swal2-timer-progress-bar-container {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 0.25em;
  overflow: hidden;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.swal2-timer-progress-bar {
  width: 100%;
  height: 0.25em;
  background: rgba(0, 0, 0, 0.2);
}

.swal2-image {
  max-width: 100%;
  margin: 1.25em auto;
}

.swal2-close {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  align-items: center;
  justify-content: center;
  width: 1.2em;
  height: 1.2em;
  padding: 0;
  overflow: hidden;
  transition: color 0.1s ease-out;
  border: none;
  border-radius: 5px;
  background: transparent;
  color: #cccccc;
  font-family: serif;
  font-size: 2.5em;
  line-height: 1.2;
  cursor: pointer;
}
.swal2-close:hover {
  transform: none;
  background: transparent;
  color: #f27474;
}
.swal2-close:focus {
  outline: none;
  box-shadow: inset 0 0 0 3px rgba(100, 150, 200, 0.5);
}
.swal2-close::-moz-focus-inner {
  border: 0;
}

.swal2-content {
  z-index: 1;
  justify-content: center;
  margin: 0;
  padding: 0 1.6em;
  color: #545454;
  font-size: 1.125em;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  word-wrap: break-word;
}

.swal2-input,
.swal2-file,
.swal2-textarea,
.swal2-select,
.swal2-radio,
.swal2-checkbox {
  margin: 1em auto;
}

.swal2-input,
.swal2-file,
.swal2-textarea {
  box-sizing: border-box;
  width: 100%;
  transition: border-color 0.3s, box-shadow 0.3s;
  border: 1px solid #d9d9d9;
  border-radius: 0.1875em;
  background: inherit;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
  color: inherit;
  font-size: 1.125em;
}
.swal2-input.swal2-inputerror,
.swal2-file.swal2-inputerror,
.swal2-textarea.swal2-inputerror {
  border-color: #f27474 !important;
  box-shadow: 0 0 2px #f27474 !important;
}
.swal2-input:focus,
.swal2-file:focus,
.swal2-textarea:focus {
  border: 1px solid #b4dbed;
  outline: none;
  box-shadow: 0 0 0 3px rgba(100, 150, 200, 0.5);
}
.swal2-input::placeholder,
.swal2-file::placeholder,
.swal2-textarea::placeholder {
  color: #cccccc;
}

.swal2-range {
  margin: 1em auto;
  background: #fff;
}
.swal2-range input {
  width: 80%;
}
.swal2-range output {
  width: 20%;
  color: inherit;
  font-weight: 600;
  text-align: center;
}
.swal2-range input,
.swal2-range output {
  height: 2.625em;
  padding: 0;
  font-size: 1.125em;
  line-height: 2.625em;
}

.swal2-input {
  height: 2.625em;
  padding: 0 0.75em;
}
.swal2-input[type=number] {
  max-width: 10em;
}

.swal2-file {
  background: inherit;
  font-size: 1.125em;
}

.swal2-textarea {
  height: 6.75em;
  padding: 0.75em;
}

.swal2-select {
  min-width: 50%;
  max-width: 100%;
  padding: 0.375em 0.625em;
  background: inherit;
  color: inherit;
  font-size: 1.125em;
}

.swal2-radio,
.swal2-checkbox {
  align-items: center;
  justify-content: center;
  background: #fff;
  color: inherit;
}
.swal2-radio label,
.swal2-checkbox label {
  margin: 0 0.6em;
  font-size: 1.125em;
}
.swal2-radio input,
.swal2-checkbox input {
  margin: 0 0.4em;
}

.swal2-input-label {
  display: flex;
  justify-content: center;
  margin: 1em auto;
}

.swal2-validation-message {
  display: none;
  align-items: center;
  justify-content: center;
  margin: 0 -2.7em;
  padding: 0.625em;
  overflow: hidden;
  background: #f0f0f0;
  color: #666666;
  font-size: 1em;
  font-weight: 300;
}
.swal2-validation-message::before {
  content: "!";
  display: inline-block;
  width: 1.5em;
  min-width: 1.5em;
  height: 1.5em;
  margin: 0 0.625em;
  border-radius: 50%;
  background-color: #f27474;
  color: #fff;
  font-weight: 600;
  line-height: 1.5em;
  text-align: center;
}

.swal2-icon {
  position: relative;
  box-sizing: content-box;
  justify-content: center;
  width: 5em;
  height: 5em;
  margin: 1.25em auto 1.875em;
  border: 0.25em solid transparent;
  border-radius: 50%;
  font-family: inherit;
  line-height: 5em;
  cursor: default;
  user-select: none;
}
.swal2-icon .swal2-icon-content {
  display: flex;
  align-items: center;
  font-size: 3.75em;
}
.swal2-icon.swal2-error {
  border-color: #f27474;
  color: #f27474;
}
.swal2-icon.swal2-error .swal2-x-mark {
  position: relative;
  flex-grow: 1;
}
.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  display: block;
  position: absolute;
  top: 2.3125em;
  width: 2.9375em;
  height: 0.3125em;
  border-radius: 0.125em;
  background-color: #f27474;
}
.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
  left: 1.0625em;
  transform: rotate(45deg);
}
.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
  right: 1em;
  transform: rotate(-45deg);
}
.swal2-icon.swal2-error.swal2-icon-show {
  animation: swal2-animate-error-icon 0.5s;
}
.swal2-icon.swal2-error.swal2-icon-show .swal2-x-mark {
  animation: swal2-animate-error-x-mark 0.5s;
}
.swal2-icon.swal2-warning {
  border-color: #facea8;
  color: #f8bb86;
}
.swal2-icon.swal2-info {
  border-color: #9de0f6;
  color: #3fc3ee;
}
.swal2-icon.swal2-question {
  border-color: #c9dae1;
  color: #87adbd;
}
.swal2-icon.swal2-success {
  border-color: #a5dc86;
  color: #a5dc86;
}
.swal2-icon.swal2-success [class^=swal2-success-circular-line] {
  position: absolute;
  width: 3.75em;
  height: 7.5em;
  transform: rotate(45deg);
  border-radius: 50%;
}
.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left] {
  top: -0.4375em;
  left: -2.0635em;
  transform: rotate(-45deg);
  transform-origin: 3.75em 3.75em;
  border-radius: 7.5em 0 0 7.5em;
}
.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right] {
  top: -0.6875em;
  left: 1.875em;
  transform: rotate(-45deg);
  transform-origin: 0 3.75em;
  border-radius: 0 7.5em 7.5em 0;
}
.swal2-icon.swal2-success .swal2-success-ring {
  position: absolute;
  z-index: 2;
  top: -0.25em;
  left: -0.25em;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  border: 0.25em solid rgba(165, 220, 134, 0.3);
  border-radius: 50%;
}
.swal2-icon.swal2-success .swal2-success-fix {
  position: absolute;
  z-index: 1;
  top: 0.5em;
  left: 1.625em;
  width: 0.4375em;
  height: 5.625em;
  transform: rotate(-45deg);
}
.swal2-icon.swal2-success [class^=swal2-success-line] {
  display: block;
  position: absolute;
  z-index: 2;
  height: 0.3125em;
  border-radius: 0.125em;
  background-color: #a5dc86;
}
.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip] {
  top: 2.875em;
  left: 0.8125em;
  width: 1.5625em;
  transform: rotate(45deg);
}
.swal2-icon.swal2-success [class^=swal2-success-line][class$=long] {
  top: 2.375em;
  right: 0.5em;
  width: 2.9375em;
  transform: rotate(-45deg);
}
.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-tip {
  animation: swal2-animate-success-line-tip 0.75s;
}
.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-long {
  animation: swal2-animate-success-line-long 0.75s;
}
.swal2-icon.swal2-success.swal2-icon-show .swal2-success-circular-line-right {
  animation: swal2-rotate-success-circular-line 4.25s ease-in;
}

.swal2-progress-steps {
  flex-wrap: wrap;
  align-items: center;
  max-width: 100%;
  margin: 0 0 1.25em;
  padding: 0;
  background: inherit;
  font-weight: 600;
}
.swal2-progress-steps li {
  display: inline-block;
  position: relative;
}
.swal2-progress-steps .swal2-progress-step {
  z-index: 20;
  flex-shrink: 0;
  width: 2em;
  height: 2em;
  border-radius: 2em;
  background: #2778c4;
  color: #fff;
  line-height: 2em;
  text-align: center;
}
.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
  background: #2778c4;
}
.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step {
  background: #add8e6;
  color: #fff;
}
.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step-line {
  background: #add8e6;
}
.swal2-progress-steps .swal2-progress-step-line {
  z-index: 10;
  flex-shrink: 0;
  width: 2.5em;
  height: 0.4em;
  margin: 0 -1px;
  background: #2778c4;
}

[class^=swal2] {
  -webkit-tap-highlight-color: transparent;
}

.swal2-show {
  animation: swal2-show 0.3s;
}

.swal2-hide {
  animation: swal2-hide 0.15s forwards;
}

.swal2-noanimation {
  transition: none;
}

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

.swal2-rtl .swal2-close {
  right: auto;
  left: 0;
}
.swal2-rtl .swal2-timer-progress-bar {
  right: 0;
  left: auto;
}

@supports (-ms-accelerator: true) {
  .swal2-range input {
    width: 100% !important;
  }
  .swal2-range output {
    display: none;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-range input {
    width: 100% !important;
  }
  .swal2-range output {
    display: none;
  }
}
@keyframes swal2-toast-show {
  0% {
    transform: translateY(-0.625em) rotateZ(2deg);
  }
  33% {
    transform: translateY(0) rotateZ(-2deg);
  }
  66% {
    transform: translateY(0.3125em) rotateZ(2deg);
  }
  100% {
    transform: translateY(0) rotateZ(0deg);
  }
}
@keyframes swal2-toast-hide {
  100% {
    transform: rotateZ(1deg);
    opacity: 0;
  }
}
@keyframes swal2-toast-animate-success-line-tip {
  0% {
    top: 0.5625em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 0.125em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 0.625em;
    left: -0.25em;
    width: 1.625em;
  }
  84% {
    top: 1.0625em;
    left: 0.75em;
    width: 0.5em;
  }
  100% {
    top: 1.125em;
    left: 0.1875em;
    width: 0.75em;
  }
}
@keyframes swal2-toast-animate-success-line-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0;
  }
  65% {
    top: 1.25em;
    right: 0.9375em;
    width: 0;
  }
  84% {
    top: 0.9375em;
    right: 0;
    width: 1.125em;
  }
  100% {
    top: 0.9375em;
    right: 0.1875em;
    width: 1.375em;
  }
}
@keyframes swal2-show {
  0% {
    transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes swal2-hide {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.5);
    opacity: 0;
  }
}
@keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 1.0625em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 2.1875em;
    left: -0.375em;
    width: 3.125em;
  }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em;
  }
  100% {
    top: 2.8125em;
    left: 0.8125em;
    width: 1.5625em;
  }
}
@keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em;
  }
  100% {
    top: 2.375em;
    right: 0.5em;
    width: 2.9375em;
  }
}
@keyframes swal2-rotate-success-circular-line {
  0% {
    transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
  }
}
@keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  50% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  80% {
    margin-top: -0.375em;
    transform: scale(1.15);
  }
  100% {
    margin-top: 0;
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes swal2-animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    opacity: 1;
  }
}
@keyframes swal2-rotate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
  overflow: hidden;
}
body.swal2-height-auto {
  height: auto !important;
}
body.swal2-no-backdrop .swal2-container {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  max-width: calc(100% - 0.625em * 2);
  background-color: transparent !important;
}
body.swal2-no-backdrop .swal2-container > .swal2-modal {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
body.swal2-no-backdrop .swal2-container.swal2-top {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
body.swal2-no-backdrop .swal2-container.swal2-top-start, body.swal2-no-backdrop .swal2-container.swal2-top-left {
  top: 0;
  left: 0;
}
body.swal2-no-backdrop .swal2-container.swal2-top-end, body.swal2-no-backdrop .swal2-container.swal2-top-right {
  top: 0;
  right: 0;
}
body.swal2-no-backdrop .swal2-container.swal2-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.swal2-no-backdrop .swal2-container.swal2-center-start, body.swal2-no-backdrop .swal2-container.swal2-center-left {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
body.swal2-no-backdrop .swal2-container.swal2-center-end, body.swal2-no-backdrop .swal2-container.swal2-center-right {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
body.swal2-no-backdrop .swal2-container.swal2-bottom {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
body.swal2-no-backdrop .swal2-container.swal2-bottom-start, body.swal2-no-backdrop .swal2-container.swal2-bottom-left {
  bottom: 0;
  left: 0;
}
body.swal2-no-backdrop .swal2-container.swal2-bottom-end, body.swal2-no-backdrop .swal2-container.swal2-bottom-right {
  right: 0;
  bottom: 0;
}
@media print {
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow-y: scroll !important;
  }
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) > [aria-hidden=true] {
    display: none;
  }
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container {
    position: static !important;
  }
}
body.swal2-toast-shown .swal2-container {
  background-color: transparent;
}
body.swal2-toast-shown .swal2-container.swal2-top {
  top: 0;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translateX(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-top-end, body.swal2-toast-shown .swal2-container.swal2-top-right {
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
}
body.swal2-toast-shown .swal2-container.swal2-top-start, body.swal2-toast-shown .swal2-container.swal2-top-left {
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}
body.swal2-toast-shown .swal2-container.swal2-center-start, body.swal2-toast-shown .swal2-container.swal2-center-left {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  transform: translateY(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-center {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.swal2-toast-shown .swal2-container.swal2-center-end, body.swal2-toast-shown .swal2-container.swal2-center-right {
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  transform: translateY(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-bottom-start, body.swal2-toast-shown .swal2-container.swal2-bottom-left {
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
}
body.swal2-toast-shown .swal2-container.swal2-bottom {
  top: auto;
  right: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-bottom-end, body.swal2-toast-shown .swal2-container.swal2-bottom-right {
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
}
body.swal2-toast-column .swal2-toast {
  flex-direction: column;
  align-items: stretch;
}
body.swal2-toast-column .swal2-toast .swal2-actions {
  flex: 1;
  align-self: stretch;
  height: 2.2em;
  margin-top: 0.3125em;
}
body.swal2-toast-column .swal2-toast .swal2-loading {
  justify-content: center;
}
body.swal2-toast-column .swal2-toast .swal2-input {
  height: 2em;
  margin: 0.3125em auto;
  font-size: 1em;
}
body.swal2-toast-column .swal2-toast .swal2-validation-message {
  font-size: 1em;
}

:root {
  --cpp-color: #265d48;
  --cpp-color-dark: #17392c;
  --cpp-color-red: #dc3545;
  --cpp-color-gray: #414141;
  --cpp-color-gray-light: #f0f0f0;
  --cpp-color-gray-dark: #0e0e0e;
  --cpp-color-white: #ffffff;
}

.CookiePolicyBtn {
  flex: 1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  display: block;
  padding: 20px;
  font-size: 14px;
  line-height: 1em;
  white-space: nowrap;
  border: 1px solid var(--cpp-color-gray);
  background: var(--cpp-color-white);
  color: var(--cpp-color-gray);
}
.CookiePolicyBtn:hover, .CookiePolicyBtn:focus {
  color: var(--cpp-color-gray-dark);
  border-color: var(--cpp-color-gray-dark);
}

.CookiePolicyBtn--granted, .CookiePolicyBtn--rejected {
  border: 1px solid var(--cpp-color);
  background: var(--cpp-color);
  color: var(--cpp-color-white);
  text-transform: uppercase;
  font-weight: bold;
}
.CookiePolicyBtn--granted:hover, .CookiePolicyBtn--granted:focus, .CookiePolicyBtn--rejected:hover, .CookiePolicyBtn--rejected:focus {
  color: var(--cpp-color-white);
  border-color: var(--cpp-color-dark);
  background-color: var(--cpp-color-dark);
}

.CookiePolicyModal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1999;
  background: rgba(0, 0, 0, 0.5);
  font-family: Roboto, "Noto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  display: flex;
  align-items: center;
  justify-content: center;
  animation-name: cpp-show;
  animation-duration: 0.5s;
}
.CookiePolicyModal * {
  box-sizing: border-box;
}

.CookiePolicyModal-modal {
  background-color: var(--cpp-color-white);
  font-size: 14px;
  max-width: 650px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  -webkit-box-shadow: 0px 0px 15px 1px #000000;
  box-shadow: 0px 0px 15px 1px #000000;
}

.CookiePolicyModal-header {
  border-bottom: 1px solid var(--cpp-color-gray-light);
  padding: 20px;
  position: relative;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
}

.CookiePolicyModal-body {
  padding: 20px;
}

.CookiePolicyModal-footer {
  border-top: 1px solid var(--cpp-color-gray-light);
  padding: 20px;
}

.CookiePolicyModal-btns {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.CookiePolicyModal-btns button {
  /*  margin-top: $CookiePolicyBar-margin;*/
}
.CookiePolicyModal-btns button:last-child {
  margin-top: 20px;
}

.CookiePolicyModal-setting {
  background-color: var(--cpp-color-gray-light);
  margin-bottom: 20px;
  border-radius: 0.25rem;
}
.CookiePolicyModal-setting:last-child {
  border-bottom: none;
}
.CookiePolicyModal-setting.active .CookiePolicyModalSetting-description {
  display: block;
}

.CookiePolicyModalSetting-line {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  cursor: pointer;
  font-size: 17px;
}
.CookiePolicyModalSetting-line small {
  margin-left: 10px;
}

.CookiePolicyModalSetting-description {
  padding: 20px;
  padding-top: 0;
  color: var(--cpp-color-gray);
  display: none;
}

.CookiePolicy-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 10px;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
  cursor: pointer;
}

.CookiePolicy-title {
  line-height: 1.5;
  font-weight: 500;
  font-size: 19px;
  display: flex;
}
.CookiePolicy-title:before {
  content: "";
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgaGVpZ2h0PSI1MTJweCIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgd2lkdGg9IjUxMnB4IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48dGl0bGUvPjxkZXNjLz48ZGVmcy8+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBpZD0iU1ZHIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSI+PGcgaWQ9IkNvb2tpZSI+PGc+PHBhdGggZD0iTTQ4Ni4zMDExNjMsMjczLjQ1OTIgQzQ1Ni44ODkzOSwyNzMuNDU5MiA0MzMuMDQ1MTA4LDI0OS40NDQ3NDggNDMzLjA0NTEwOCwyMTkuODIzMDcxIEM0MzMuMDQ1MTA4LDIxMC40OTE0NTggNDM1LjQxNDc3NywyMDEuNzEzMTM1IDQzOS41ODAxNDcsMTk0LjA3NDQyNiBDNDMzLjMwNzQ5NCwxOTYuMDM5ODQ1IDQyNi42NDEyNjMsMTk3LjEwNTEzNSA0MTkuNzI5MDQ1LDE5Ny4xMDUxMzUgQzM4Mi45NzA0NzgsMTk3LjEwNTEzNSAzNTMuMTY1MTI3LDE2Ny4wODcwNzEgMzUzLjE2NTEyNywxMzAuMDY2MTY4IEMzNTMuMTY1MTI3LDEyOC42OTUzMjkgMzUzLjI4ODEyLDEyNy4zNTc1MjMgMzUzLjM3MDExNSwxMjYuMDExNDU4IEMzNDYuMjkzOTA3LDEyOC41ODc5NzQgMzM4LjcwMTEyNywxMzAuMDY2MTY4IDMzMC43NDc1NjYsMTMwLjA2NjE2OCBDMjkzLjk4OSwxMzAuMDY2MTY4IDI2NC4xODM2NDgsMTAwLjA0ODEwMyAyNjQuMTgzNjQ4LDYzLjAxODk0MTkgQzI2NC4xODM2NDgsNTUuMzk2NzQ4NCAyNjUuNTIwMTc0LDQ4LjExMzEzNTUgMjY3Ljg1NzA0NSw0MS4zMDAyMzIzIEMyNjMuOTA0ODYzLDQyLjE1OTA3MSAyNTkuODEzMjksNDIuNjQ2Mjk2OCAyNTUuNTk4NzIzLDQyLjY0NjI5NjggQzIzMy44MDQzMjgsNDIuNjQ2Mjk2OCAyMTQuODM4Nzc3LDMwLjQwNzg0NTIgMjA1LjEyMjMxNSwxMi4zODg3NDg0IEM5NC45NjE0MDc3LDM1Ljk1NzI2NDUgMTIuMjkzNTgsMTM0LjQ2NzcxNiAxMi4yOTM1OCwyNTIuNDQyNDI2IEMxMi4yOTM1OCwzODguMDA2ODEzIDEyMS40MTMxNDUsNDk3LjkwNTEzNSAyNTYuMDE2OSw0OTcuOTA1MTM1IEMzODQuMTEwMjE1LDQ5Ny45MDUxMzUgNDg5LjA0ODAxMSwzOTguMzQ1OTEgNDk4LjkwMzg2NiwyNzEuODkwMTY4IEM0OTQuODUzMjksMjcyLjg3Mjg3NyA0OTAuNjQ2OTIyLDI3My40NTkyIDQ4Ni4zMDExNjMsMjczLjQ1OTIiIGZpbGw9IiNCNDgxNEEiIGlkPSJGaWxsLTEiLz48cGF0aCBkPSJNMjY3Ljg2Njg4NCwzMDEuNjIwODUyIEMyNjcuODY2ODg0LDMzMy4zNDAwNzcgMjQyLjM0MTY5NiwzNTkuMDQ3NDMyIDIxMC44NDcyMzgsMzU5LjA0NzQzMiBDMTc5LjM1Mjc4LDM1OS4wNDc0MzIgMTUzLjgyNzU5MiwzMzMuMzQwMDc3IDE1My44Mjc1OTIsMzAxLjYyMDg1MiBDMTUzLjgyNzU5MiwyNjkuOTAxNjI2IDE3OS4zNTI3OCwyNDQuMTk0MjcxIDIxMC44NDcyMzgsMjQ0LjE5NDI3MSBDMjQyLjM0MTY5NiwyNDQuMTk0MjcxIDI2Ny44NjY4ODQsMjY5LjkwMTYyNiAyNjcuODY2ODg0LDMwMS42MjA4NTIiIGZpbGw9IiM1MTNBMkIiIGlkPSJGaWxsLTUiLz48cGF0aCBkPSJNMjEwLjg0OTY5OCwyNTYuNTc5NzE2IEMxODYuMTg1NDYyLDI1Ni41Nzk3MTYgMTY2LjEyOTM3MSwyNzYuNzg3MiAxNjYuMTI5MzcxLDMwMS42MTkyIEMxNjYuMTI5MzcxLDMyNi40NTEyIDE4Ni4xODU0NjIsMzQ2LjY1ODY4NCAyMTAuODQ5Njk4LDM0Ni42NTg2ODQgQzIzNS41MTM5MzQsMzQ2LjY1ODY4NCAyNTUuNTcwMDI0LDMyNi40NTEyIDI1NS41NzAwMjQsMzAxLjYxOTIgQzI1NS41NzAwMjQsMjc2Ljc4NzIgMjM1LjUxMzkzNCwyNTYuNTc5NzE2IDIxMC44NDk2OTgsMjU2LjU3OTcxNiBNMjEwLjg0OTY5OCwzNzEuNDMyODc3IEMxNzIuNjMxNjEyLDM3MS40MzI4NzcgMTQxLjUzMDczMiwzNDAuMTE4Mjk3IDE0MS41MzA3MzIsMzAxLjYxOTIgQzE0MS41MzA3MzIsMjYzLjEyMDEwMyAxNzIuNjMxNjEyLDIzMS44MDU1MjMgMjEwLjg0OTY5OCwyMzEuODA1NTIzIEMyNDkuMDY3Nzg0LDIzMS44MDU1MjMgMjgwLjE2ODY2NCwyNjMuMTIwMTAzIDI4MC4xNjg2NjQsMzAxLjYxOTIgQzI4MC4xNjg2NjQsMzQwLjExODI5NyAyNDkuMDY3Nzg0LDM3MS40MzI4NzcgMjEwLjg0OTY5OCwzNzEuNDMyODc3IiBmaWxsPSIjMkUyRTMwIiBpZD0iRmlsbC03Ii8+PHBhdGggZD0iTTEyLjMyMjI3ODUsMjUzLjQ1MzIxMyBDMTkuMTkzNDk4NCwyNTguOTg2MTE2IDI3Ljc4NjYyMzEsMjYyLjQyOTcyOSAzNy4yNjUyOTg5LDI2Mi40Mjk3MjkgQzU5LjQ1MzI3MTcsMjYyLjQyOTcyOSA3Ny40MzQ4NzcxLDI0NC4zMTE1MzUgNzcuNDM0ODc3MSwyMjEuOTY1MjEzIEM3Ny40MzQ4NzcxLDE5OS42MTg4OSA1OS40NTMyNzE3LDE4MS41MDg5NTUgMzcuMjY1Mjk4OSwxODEuNTA4OTU1IEMzMS43Nzk4MDIzLDE4MS41MDg5NTUgMjYuNTU2NjkxMiwxODIuNjMyMDUyIDIxLjc5Mjc1NDYsMTg0LjYzODc2MSBDMTUuNjUxMjk0MywyMDYuMTg0MDUyIDEyLjI5NzY3OTgsMjI4LjkxMDI0NSAxMi4yOTc2Nzk4LDI1Mi40NDU3MjkgQzEyLjI5NzY3OTgsMjUyLjc4NDMxIDEyLjMyMjI3ODUsMjUzLjExNDYzMiAxMi4zMjIyNzg1LDI1My40NTMyMTMiIGZpbGw9IiM1MTNBMkIiIGlkPSJGaWxsLTkiLz48cGF0aCBkPSJNMjE0LjcxMDg2NCwxMjEuNjIwNjQ1IEMyMTQuNzEwODY0LDEzOS4wMTIxMjkgMjAwLjcxNDIzOSwxNTMuMTA4NjQ1IDE4My40NDU5OTQsMTUzLjEwODY0NSBDMTY2LjE3Nzc0OSwxNTMuMTA4NjQ1IDE1Mi4xODExMjMsMTM5LjAxMjEyOSAxNTIuMTgxMTIzLDEyMS42MjA2NDUgQzE1Mi4xODExMjMsMTA0LjIyOTE2MSAxNjYuMTc3NzQ5LDkwLjEzMjY0NTIgMTgzLjQ0NTk5NCw5MC4xMzI2NDUyIEMyMDAuNzE0MjM5LDkwLjEzMjY0NTIgMjE0LjcxMDg2NCwxMDQuMjI5MTYxIDIxNC43MTA4NjQsMTIxLjYyMDY0NSIgZmlsbD0iIzUxM0EyQiIgaWQ9IkZpbGwtMTEiLz48cGF0aCBkPSJNMTgzLjQ0ODQ1NCwxMDIuNTE5NzQyIEMxNzIuOTk0MDMyLDEwMi41MTk3NDIgMTY0LjQ4MjkwMiwxMTEuMDkxNjEzIDE2NC40ODI5MDIsMTIxLjYyMDY0NSBDMTY0LjQ4MjkwMiwxMzIuMTQ5Njc3IDE3Mi45OTQwMzIsMTQwLjcyMTU0OCAxODMuNDQ4NDU0LDE0MC43MjE1NDggQzE5My45MDI4NzUsMTQwLjcyMTU0OCAyMDIuNDE0MDA1LDEzMi4xNDk2NzcgMjAyLjQxNDAwNSwxMjEuNjIwNjQ1IEMyMDIuNDE0MDA1LDExMS4wOTE2MTMgMTkzLjkwMjg3NSwxMDIuNTE5NzQyIDE4My40NDg0NTQsMTAyLjUxOTc0MiBNMTgzLjQ0ODQ1NCwxNjUuNDk1NzQyIEMxNTkuNDIzNzgyLDE2NS40OTU3NDIgMTM5Ljg4NDI2MywxNDUuODE2Nzc0IDEzOS44ODQyNjMsMTIxLjYyMDY0NSBDMTM5Ljg4NDI2Myw5Ny40MjQ1MTYxIDE1OS40MjM3ODIsNzcuNzQ1NTQ4NCAxODMuNDQ4NDU0LDc3Ljc0NTU0ODQgQzIwNy40NzMxMjUsNzcuNzQ1NTQ4NCAyMjcuMDA0NDQ0LDk3LjQyNDUxNjEgMjI3LjAwNDQ0NCwxMjEuNjIwNjQ1IEMyMjcuMDA0NDQ0LDE0NS44MTY3NzQgMjA3LjQ3MzEyNSwxNjUuNDk1NzQyIDE4My40NDg0NTQsMTY1LjQ5NTc0MiIgZmlsbD0iIzJFMkUzMCIgaWQ9IkZpbGwtMTMiLz48cGF0aCBkPSJNNDEyLjA4NjI0OCwzMzUuNTU1NzE2IEM0MTIuMDg2MjQ4LDM1Mi45NDcyIDM5OC4wODk2MjIsMzY3LjA0MzcxNiAzODAuODIxMzc3LDM2Ny4wNDM3MTYgQzM2My41NTMxMzIsMzY3LjA0MzcxNiAzNDkuNTU2NTA2LDM1Mi45NDcyIDM0OS41NTY1MDYsMzM1LjU1NTcxNiBDMzQ5LjU1NjUwNiwzMTguMTY0MjMyIDM2My41NTMxMzIsMzA0LjA2NzcxNiAzODAuODIxMzc3LDMwNC4wNjc3MTYgQzM5OC4wODk2MjIsMzA0LjA2NzcxNiA0MTIuMDg2MjQ4LDMxOC4xNjQyMzIgNDEyLjA4NjI0OCwzMzUuNTU1NzE2IiBmaWxsPSIjNTEzQTJCIiBpZD0iRmlsbC0xNSIvPjxwYXRoIGQ9Ik0zODAuODIyMTk3LDMxNi40NTQ4MTMgQzM3MC4zNjc3NzUsMzE2LjQ1NDgxMyAzNjEuODU2NjQ2LDMyNS4wMjY2ODQgMzYxLjg1NjY0NiwzMzUuNTU1NzE2IEMzNjEuODU2NjQ2LDM0Ni4wODQ3NDggMzcwLjM2Nzc3NSwzNTQuNjU2NjE5IDM4MC44MjIxOTcsMzU0LjY1NjYxOSBDMzkxLjI3NjYxOSwzNTQuNjU2NjE5IDM5OS43ODc3NDgsMzQ2LjA4NDc0OCAzOTkuNzg3NzQ4LDMzNS41NTU3MTYgQzM5OS43ODc3NDgsMzI1LjAyNjY4NCAzOTEuMjc2NjE5LDMxNi40NTQ4MTMgMzgwLjgyMjE5NywzMTYuNDU0ODEzIE0zODAuODIyMTk3LDM3OS40MzA4MTMgQzM1Ni43OTc1MjYsMzc5LjQzMDgxMyAzMzcuMjU4MDA2LDM1OS43NTE4NDUgMzM3LjI1ODAwNiwzMzUuNTU1NzE2IEMzMzcuMjU4MDA2LDMxMS4zNTk1ODcgMzU2Ljc5NzUyNiwyOTEuNjgwNjE5IDM4MC44MjIxOTcsMjkxLjY4MDYxOSBDNDA0Ljg0Njg2OCwyOTEuNjgwNjE5IDQyNC4zNzgxODgsMzExLjM1OTU4NyA0MjQuMzc4MTg4LDMzNS41NTU3MTYgQzQyNC4zNzgxODgsMzU5Ljc1MTg0NSA0MDQuODQ2ODY4LDM3OS40MzA4MTMgMzgwLjgyMjE5NywzNzkuNDMwODEzIiBmaWxsPSIjMkUyRTMwIiBpZD0iRmlsbC0xNyIvPjxwYXRoIGQ9Ik0yNTYuMDE1MjYsNDk3LjkwMjY1OCBDMjYzLjA5MTQ2OCw0OTcuOTAyNjU4IDI3MC4wODU2ODIsNDk3LjU0NzU2MSAyNzcuMDE0Mjk4LDQ5Ni45NTI5ODEgQzI3Ny40MDc4NzcsNDk0LjQ3NTU2MSAyNzcuNjc4NDYyLDQ5MS45NDg1OTQgMjc3LjY3ODQ2Miw0ODkuMzU1NTYxIEMyNzcuNjc4NDYyLDQ2My4zOTIyMDYgMjU2Ljc3NzgxOCw0NDIuMzUwNjU4IDIzMC45OTg0NDQsNDQyLjM1MDY1OCBDMjA1Ljk3MzQyOCw0NDIuMzUwNjU4IDE4NS42MDU3NTQsNDYyLjIwMzA0NSAxODQuNDQxNDE5LDQ4Ny4xMjU4ODQgQzIwNy4wNzIxNjcsNDk0LjEyMDQ2NSAyMzEuMTA1MDM4LDQ5Ny45MDI2NTggMjU2LjAxNTI2LDQ5Ny45MDI2NTgiIGZpbGw9IiM1MTNBMkIiIGlkPSJGaWxsLTE5Ii8+PHBhdGggZD0iTTQ4Ni4zMDExNjMsMjczLjQ1OTIgQzQ4My4zMDgzMjgsMjczLjQ1OTIgNDgwLjM5NzQ4OSwyNzMuMTUzNjUyIDQ3Ny41NDQwNDcsMjcyLjY3NDY4NCBDNDM3LjczNTI0OSwzNzAuODYzMDcxIDM0Mi4wNzkzNCw0NDAuMDk4Njg0IDIzMC4yNjIxMjQsNDQwLjA5ODY4NCBDMTUyLjU5NjAyLDQ0MC4wOTg2ODQgODIuNjg2Njg2Niw0MDYuNjg2NTU1IDMzLjg3NDc4NjQsMzUzLjM4OTAwNiBDNzIuMTAxMDcyMSw0MzguNTg3NDU4IDE1Ny4xNTQ5NjgsNDk3LjkwNTEzNSAyNTYuMDE2OSw0OTcuOTA1MTM1IEMzODQuMTEwMjE1LDQ5Ny45MDUxMzUgNDg5LjA0ODAxMSwzOTguMzQ1OTEgNDk4LjkwMzg2NiwyNzEuODkwMTY4IEM0OTQuODUzMjksMjcyLjg3Mjg3NyA0OTAuNjQ2OTIyLDI3My40NTkyIDQ4Ni4zMDExNjMsMjczLjQ1OTIiIGZpbGw9IiMwMTAyMDIiIGlkPSJGaWxsLTMiIG9wYWNpdHk9IjAuMiIvPjxwYXRoIGQ9Ik0yODkuNjE5NDYxLDQ4Mi45ODg1OTQgQzI4Ni40NTQ0MzYsNDUzLjIyNjUyOSAyNjEuMzg4NDIzLDQyOS45NjM1NjEgMjMxLjAwMDkwMyw0MjkuOTYzNTYxIEMyMDQuOTUwOTQ0LDQyOS45NjM1NjEgMTgyLjgxMjE2OSw0NDYuOTY2OTE2IDE3NS4wNzE3OTcsNDcwLjc3NDkxNiBDOTMuNDUzNTExMSw0MzkuOTgwNTk0IDMzLjU5NjgyMTgsMzY0LjAzOTQzMiAyNS41Njk0NjU4LDI3My4yOTE1NjEgQzI5LjM5MDQ1NDQsMjc0LjE5MTY5IDMzLjI3NzAzOTUsMjc0LjgxMTA0NSAzNy4yNzAyMTg2LDI3NC44MTEwNDUgQzY2LjE5ODIxODYsMjc0LjgxMTA0NSA4OS43MzkxMTY2LDI1MS4xMTA0IDg5LjczOTExNjYsMjIxLjk2NzY5IEM4OS43MzkxMTY2LDE5My44MTU5NDggNjcuNzU2MTMyNCwxNzAuODA4OTgxIDQwLjE4OTI1NzEsMTY5LjI3Mjk4MSBDNjYuNzgwMzg2NCw5OS44OTY5ODA2IDEyNS40MjM1NDMsNDUuMTcwNzg3MSAxOTkuNDQwODQ5LDI2LjQyNDk4MDYgQzIxMS44Mzg1NjMsNDMuMzk1MzAzMiAyMzEuMjA1ODkyLDUzLjk1NzM2NzcgMjUyLjI5NTEyNiw1NC45NTY1OTM1IEMyNTIuMDI0NTQxLDU3LjY0MDQ2NDUgMjUxLjg3Njk0OSw2MC4zMzI1OTM1IDI1MS44NzY5NDksNjMuMDE2NDY0NSBDMjUxLjg3Njk0OSwxMDYuODE3MjM5IDI4Ny4yNjYxOTEsMTQyLjQ1MDc4NyAzMzAuNzQ4Mzg2LDE0Mi40NTA3ODcgQzMzNC40MTM1ODQsMTQyLjQ1MDc4NyAzMzguMDcwNTgxLDE0Mi4xODY1MjkgMzQxLjcwMjk4LDE0MS42NTgwMTMgQzM0Ny4zODUyNjYsMTgwLjU3MDAxMyAzODEuMTQyNzk5LDIxMC4xNzUxNzQgNDIxLjU1ODM2NCwyMDkuNDczMjM5IEM0MjEuMDA4OTk0LDIxMi44OTIwNzcgNDIwLjczODQwOSwyMTYuMzUyMjA2IDQyMC43Mzg0MDksMjE5LjgyMDU5NCBDNDIwLjczODQwOSwyNTUuNzg0NDY1IDQ0OS40NDUwMjEsMjg1LjEyNTM2OCA0ODQuOTkwMDU1LDI4NS44MzU1NjEgQzQ3MC4zODY2NjMsMzg3Ljc0MDA3NyAzODkuNTQ3MzM0LDQ2OC4wNTgwMTMgMjg5LjYxOTQ2MSw0ODIuOTg4NTk0IE0yNTYuMDA5NTIsNDg1LjUxNTU2MSBDMjUxLjUyNDM2OCw0ODUuNTE1NTYxIDI0Ny4wNTU2MTUsNDg1LjM1MDQgMjQyLjYwMzI2Miw0ODUuMDk0NCBDMjQxLjIxNzUzOCw0ODUuMDExODE5IDIzOS44NTY0MTQsNDg0Ljg3OTY5IDIzOC40Nzg4OSw0ODQuNzgwNTk0IEMyMzUuMzcxMjYyLDQ4NC41NDExMSAyMzIuMjYzNjM0LDQ4NC4yNjAzMzUgMjI5LjE3MjQwNSw0ODMuODk2OTgxIEMyMjcuNjIyNjksNDgzLjcxNTMwMyAyMjYuMDcyOTc2LDQ4My41MTcxMSAyMjQuNTM5NjYxLDQ4My4zMDI0IEMyMjEuNTMwNDI3LDQ4Mi44ODk0OTcgMjE4LjU0NTc5Miw0ODIuNDEwNTI5IDIxNS41NjExNTcsNDgxLjg3Mzc1NSBDMjE0LjEwOTgzOCw0ODEuNjE3NzU1IDIxMi42NTg1MTgsNDgxLjM3ODI3MSAyMTEuMjE1Mzk4LDQ4MS4wOTc0OTcgQzIwNy41NTg0LDQ4MC4zNzA3ODcgMjAzLjkyNjAwMSw0NzkuNTQ0OTgxIDIwMC4zMTAwMDEsNDc4LjY0NDg1MiBDMTk5LjcxMTQzNCw0NzguNDk2MjA2IDE5OS4wOTY0NjgsNDc4LjM4MDU5NCAxOTguNDg5NzAyLDQ3OC4yMjM2OSBDMjAzLjA4MTQ0OCw0NjQuNDk4Nzg3IDIxNS45MzAxMzcsNDU0LjczNzc1NSAyMzEuMDAwOTAzLDQ1NC43Mzc3NTUgQzI0OC41ODg5MzEsNDU0LjczNzc1NSAyNjMuMTM0OTI2LDQ2OC4xMTU4MTkgMjY1LjEzNTYxNSw0ODUuMzAwODUyIEMyNjIuMTAxNzgzLDQ4NS40MjQ3MjMgMjU5LjA2Nzk1MSw0ODUuNTE1NTYxIDI1Ni4wMDk1Miw0ODUuNTE1NTYxIE0zNy4yNzAyMTg2LDE5My44OTAyNzEgQzUyLjYzNjE2ODcsMTkzLjg5MDI3MSA2NS4xNDA0NzcxLDIwNi40ODM4MTkgNjUuMTQwNDc3MSwyMjEuOTY3NjkgQzY1LjE0MDQ3NzEsMjM3LjQ0MzMwMyA1Mi42MzYxNjg3LDI1MC4wMzY4NTIgMzcuMjcwMjE4NiwyNTAuMDM2ODUyIEMzMi4zMDEyOTM0LDI1MC4wMzY4NTIgMjguMTI3NzI0MywyNDguNjY2MDEzIDI0LjgzMTUwNjYsMjQ2Ljk0MDA3NyBDMjQuOTQ2MzAwMiwyNDIuMjU3NzU1IDI1LjA0NDY5NDgsMjM3LjU2NzE3NCAyNS40MzAwNzM1LDIzMi45NDI2NTggQzI1LjQ3MTA3MTIsMjMyLjQ3MTk0OCAyNS41NDQ4NjcxLDIzMi4wMDEyMzkgMjUuNTg1ODY0OSwyMzEuNTMwNTI5IEMyNi4wODYwMzcyLDIyNS45ODExMSAyNi44MDc1OTczLDIyMC40ODEyMzkgMjcuNzAxMzQ3OCwyMTUuMDMwOTE2IEMyNy44ODE3Mzc5LDIxMy45MzI1OTQgMjguMDYyMTI3OSwyMTIuODI2MDEzIDI4LjI1MDcxNzUsMjExLjcyNzY5IEMyOS4yOTIwNTk5LDIwNS44ODkyMzkgMzAuNTA1NTkyNywyMDAuMTA4NTk0IDMxLjk3MzMxMTYsMTk0LjQxMDUyOSBDMzMuNzExNjE1NCwxOTQuMDcxOTQ4IDM1LjQ4MjcxNzUsMTkzLjg5MDI3MSAzNy4yNzAyMTg2LDE5My44OTAyNzEgTTUxMS4xNTQ4MDgsMjcyLjg1Mzg4NCBDNTExLjQ3NDU5LDI2OC44OTgyNzEgNTA5Ljg3NTY3OSwyNjUuMDI1MjM5IDUwNi44NjY0NDUsMjYyLjQ0ODcyMyBDNTAzLjg4MTgxLDI1OS44ODg3MjMgNDk5LjgzMTIzNCwyNTguOTIyNTI5IDQ5NS45OTM4NDcsMjU5Ljg0NzQzMiBDNDkyLjY4OTQyOSwyNjAuNjU2NzIzIDQ4OS40MjYwMSwyNjEuMDY5NjI2IDQ4Ni4zMDE5ODMsMjYxLjA2OTYyNiBDNDYzLjcxMjIzMiwyNjEuMDY5NjI2IDQ0NS4zMzcwNDksMjQyLjU3MTU2MSA0NDUuMzM3MDQ5LDIxOS44MjA1OTQgQzQ0NS4zMzcwNDksMjEyLjkwODU5NCA0NDcuMDc1MzUyLDIwNi4wNzA5MTYgNDUwLjM2MzM3MSwyMDAuMDM0MjcxIEM0NTIuNzc0MDM3LDE5NS42MDc5NDggNDUyLjI4MjA2NCwxOTAuMTQxMTEgNDQ5LjEwMDY0LDE4Ni4yMzUwNDUgQzQ0NS45MTkyMTYsMTgyLjMyMDcyMyA0NDAuNzIwNzA0LDE4MC43NTE2OSA0MzUuOTIzOTY5LDE4Mi4yNDY0IEM0MzAuNjkyNjU5LDE4My44ODk3NTUgNDI1LjI0ODE2LDE4NC43MjM4MTkgNDE5LjcyOTg2NSwxODQuNzIzODE5IEMzODkuODA5NzIsMTg0LjcyMzgxOSAzNjUuNDY1MjY2LDE2MC4xOTczNjggMzY1LjQ2NTI2NiwxMzAuMDYzNjkgQzM2NS40NjUyNjYsMTI5LjMyMDQ2NSAzNjUuNTIyNjYzLDEyOC41ODU0OTcgMzY1LjU3MTg2LDEyNy44NTg3ODcgTDM2NS42Mzc0NTcsMTI2Ljc0Mzk0OCBDMzY1Ljg5MTY0MywxMjIuNTgxODg0IDM2NC4wMzg1NDUsMTE4LjU3NjcyMyAzNjAuNzI1OTI4LDExNi4wODI3ODcgQzM1Ny40MDUxMTIsMTEzLjU4ODg1MiAzNTMuMDY3NTUyLDExMi45NDQ3MjMgMzQ5LjE4MDk2NywxMTQuMzU2ODUyIEMzNDMuMTM3OTAxLDExNi41NjE3NTUgMzM2LjkzOTA0NCwxMTcuNjc2NTk0IDMzMC43NDgzODYsMTE3LjY3NjU5NCBDMzAwLjgyODI0MSwxMTcuNjc2NTk0IDI3Ni40NzU1ODgsOTMuMTU4NCAyNzYuNDc1NTg4LDYzLjAxNjQ2NDUgQzI3Ni40NzU1ODgsNTcuMDk1NDMyMyAyNzcuNDg0MTMyLDUxLjE0OTYyNTggMjc5LjQ4NDgyMiw0NS4zNDQyMDY1IEMyODAuOTI3OTQyLDQxLjExNjA3NzQgMjgwLjAwMTM5MywzNi40MTcyMzg3IDI3Ny4wNTc3NTYsMzMuMDcyNzIyNiBDMjc0LjA5NzcyLDI5LjcxOTk0ODQgMjY5LjU4Nzk2OSwyOC4yNDE3NTQ4IDI2NS4yMzQwMSwyOS4xOTE0MzIzIEMyNDUuMTIwNTIyLDMzLjYyNjAxMjkgMjI1LjM1OTYxNSwyMy45NDc1NjEzIDIxNS45MzgzMzcsNi40NzM0OTY3NyBDMjEzLjMzOTA4LDEuNjU5MDQ1MTYgMjA3LjkyNzM4LC0wLjg2NzkyMjU4MSAyMDIuNTczMDc2LDAuMjcxNjkwMzIzIEMxMDkuNDQyNjI3LDIwLjE5ODQgMzYuNjMwNjU0LDkxLjA4NTYyNTggMTAuNDk4Njk5MywxNzkuOTUwNjU4IEMxMC4zMjY1MDg4LDE4MC4zNzE4MTkgMTAuMTA1MTIxMSwxODAuNzc2NDY1IDkuOTczOTI4MzQsMTgxLjIxNDE0MiBDOS42MjEzNDc4NSwxODIuNDUyODUyIDkuMzgzNTYxLDE4My43MTYzMzUgOS4wNDczNzk1OSwxODQuOTYzMzAzIEM3Ljk0ODY0MDM2LDE4OS4wMDk3NTUgNi45MTU0OTc1MSwxOTMuMDg5MjM5IDYuMDEzNTQ3MzksMTk3LjIwMTc1NSBDNS42NTI3NjczNSwxOTguODUzMzY4IDUuMzU3NTgzNjcsMjAwLjUwNDk4MSA1LjAyOTYwMTgxLDIwMi4xNjQ4NTIgQzQuMjUwNjQ0OSwyMDYuMDQ2MTQyIDMuNTYxODgyOTksMjA5Ljk1MjIwNiAyLjk2MzMxNjEsMjEzLjg5MTMwMyBDMi43NzQ3MjY1MywyMTUuMTU0Nzg3IDIuNTUzMzM4NzgsMjE2LjQxODI3MSAyLjM4MTE0ODMsMjE3LjY4MTc1NSBDMS43MDA1ODU5NCwyMjIuNjk0NCAxLjE4NDAxNDUxLDIyNy43NTY1OTQgMC43OTg2MzU4MjgsMjMyLjg0MzU2MSBDMC43MDAyNDEyNywyMzQuMDQwOTgxIDAuNjM0NjQ0ODk4LDIzNS4yMzg0IDAuNTYwODQ4OTgsMjM2LjQzNTgxOSBDMC4yMjQ2Njc1NzQsMjQxLjc0NTc1NSAwLjAwMzI3OTgxODU5LDI0Ny4wNzIyMDYgMC4wMDMyNzk4MTg1OSwyNTIuNDM5OTQ4IEMwLjAwMzI3OTgxODU5LDI1Mi41MzkwNDUgMC4wMTk2Nzg5MTE2LDI1My4zMjM1NjEgMC4wMjc4Nzg0NTgsMjUzLjUwNTIzOSBMMC4wMjc4Nzg0NTgsMjUzLjUzODI3MSBDMC41MTE2NTE3MDEsMzY4LjgyMDg1MiA3Ni40ODA0NDk5LDQ2Ni40ODg5ODEgMTgwLjYzOTI4OSw0OTguODY4ODUyIEMxODAuNzA0ODg1LDQ5OC44OTM2MjYgMTgwLjc2MjI4Miw0OTguOTQzMTc0IDE4MC44Mjc4NzgsNDk4Ljk2Nzk0OCBDMTgxLjU3NDAzNyw0OTkuMTk5MTc0IDE4Mi4zNDQ3OTUsNDk5LjM0NzgxOSAxODMuMDkwOTUzLDQ5OS41NzA3ODcgQzE4Ny42MTcxMDMsNTAwLjkzMzM2OCAxOTIuMjAwNjQ5LDUwMi4xNDczMDMgMTk2LjgyNTE5NCw1MDMuMjUzODg0IEMxOTguMjc2NTEzLDUwMy42MDA3MjMgMTk5LjcyNzgzMyw1MDMuOTU1ODE5IDIwMS4xNzkxNTMsNTA0LjI2OTYyNiBDMjA2LjYwNzI1Myw1MDUuNDY3MDQ1IDIxMi4wODQ1NSw1MDYuNTQwNTk0IDIxNy42Mjc0NDMsNTA3LjM4MjkxNiBDMjE4LjE1MjIxNCw1MDcuNDY1NDk3IDIxOC42Njg3ODUsNTA3LjUwNjc4NyAyMTkuMTkzNTU2LDUwNy41ODExMSBDMjI0LjI4NTQ3NSw1MDguMzI0MzM1IDIyOS40MzQ3OSw1MDguODg1ODg0IDIzNC42MTY5MDMsNTA5LjMyMzU2MSBDMjM2LjA2ODIyMyw1MDkuNDM5MTc0IDIzNy41MDMxNDQsNTA5LjU1NDc4NyAyMzguOTU0NDYzLDUwOS42NTM4ODQgQzI0NC41OTU3NTEsNTEwLjAyNTQ5NyAyNTAuMjc4MDM3LDUxMC4yODk3NTUgMjU2LjAwOTUyLDUxMC4yODk3NTUgQzI1OS42NjY1MTgsNTEwLjI4OTc1NSAyNjMuMzY0NTEzLDUxMC4xOTA2NTggMjY3LjE2MDkwMyw1MTAuMDE3MjM5IEMyNjkuOTQ4NzQ5LDUwOS44OTMzNjggMjcyLjcwMzc5Nyw1MDkuNjc4NjU4IDI3NS40NjcwNDQsNTA5LjQ2Mzk0OCBDMjc2LjM0NDM5NSw1MDkuMzk3ODg0IDI3Ny4xNzI1NSw1MDkuMzczMTEgMjc4LjA2NjMsNTA5LjI5MDUyOSBDMjc4LjA5OTA5OCw1MDkuMjkwNTI5IDI3OC4xMzE4OTcsNTA5LjI3NDAxMyAyNzguMTY0Njk1LDUwOS4yNjU3NTUgQzQwMC45Nzc1MDIsNDk4LjQzMTE3NCA1MDEuMzcyNzQ5LDM5OC41MDg1OTQgNTExLjE1NDgwOCwyNzIuODUzODg0IiBmaWxsPSIjMkUyRTMwIiBpZD0iRmlsbC0yMSIvPjwvZz48L2c+PC9nPjwvc3ZnPg==") center/1em auto no-repeat;
  width: 25px;
  height: 25px;
  display: block;
  margin-right: 10px;
}

@media (min-width: 600px) {
  .CookiePolicyModal-btns {
    flex-direction: row-reverse;
    justify-content: flex-start;
  }
  .CookiePolicyModal-btns button:last-child {
    margin-top: 0;
    margin-right: 20px;
  }
}
.CookiePolicyBar {
  color: #333;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  font-family: Roboto, "Noto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.CookiePolicyBar * {
  box-sizing: border-box;
}

.CookiePolicyBar--bar {
  background: #fff;
  border-top: 1px solid #b4b4b4;
  bottom: 0;
  left: 0;
  position: fixed;
  text-align: left;
  width: 100%;
  z-index: 1999;
  -webkit-box-shadow: 0px 0px 15px 1px #000000;
  box-shadow: 0px 0px 15px 1px #000000;
  animation-name: cpp-show;
  animation-duration: 0.5s;
}
.CookiePolicyBar--bar .CookiePolicyBar-dialog {
  max-width: 650px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.CookiePolicyBar--bar .CookiePolicyBar-dialog .CookiePolicyBar-header {
  flex: 0 0 100%;
}

.CookiePolicyBar--modal {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1999;
  animation-name: cpp-show;
  animation-duration: 0.5s;
}
.CookiePolicyBar--modal .CookiePolicyBar-dialog {
  background-color: var(--cpp-color-white);
  font-size: 14px;
  max-width: 650px;
  width: 90%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  -webkit-box-shadow: 0px 0px 15px 1px #000000;
  box-shadow: 0px 0px 15px 1px #000000;
}

.CookiePolicyBar-header {
  border-bottom: 1px solid var(--cpp-color-gray-light);
  padding: 20px;
  position: relative;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
}

.CookiePolicyBar-dialog {
  margin: 20px;
  display: flex;
  flex-direction: column;
}

.CookiePolicyBar-body {
  flex: 1 1 auto;
  font-size: 14px;
  padding: 20px;
}

.CookiePolicyBar-controls {
  display: flex;
  flex-direction: column;
  padding: 0 20px 20px 20px;
}

.CookiePolicyBar-controls {
  display: flex;
}

.CookiePolicyBar-btns {
  display: flex;
  margin-bottom: 20px;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 20px;
}
.CookiePolicyBar-btns > div {
  display: flex;
  align-items: center;
}

.CookiePolicyBar-links {
  text-align: center;
}
.CookiePolicyBar-links a {
  font-size: 14px;
  color: var(--cpp-link-text-color);
}

@keyframes cpp-show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.CookiePolicy--show {
  overflow: hidden;
}
.CookiePolicy--show:before {
  content: "";
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1990;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  animation-name: cpp-show;
  animation-duration: 0.5s;
}

@media (min-width: 600px) {
  .CookiePolicyBar-btns {
    flex-direction: row-reverse;
    justify-content: center;
  }
}
@media (min-width: 992px) {
  .CookiePolicyBar-dialog {
    flex-direction: row;
  }
  .CookiePolicyBar-btns {
    flex-wrap: nowrap;
  }
}
.CookiePolicyModal-control label {
  display: block;
  width: 45px;
  height: 25px;
  background-color: #f2f1f1;
  border: 1px solid #ddd;
  -webkit-transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -ms-transition: all 0.2s ease-in 0s;
  -o-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  position: relative;
  cursor: pointer;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  -webkit-transition: all 500ms ease-out;
  -ms-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}
.CookiePolicyModal-control label:before {
  content: "";
  display: block;
  position: absolute;
  width: 21px;
  height: 21px;
  background-color: #7d7d7d;
  bottom: 1px;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  -webkit-transition: all 500ms ease-out;
  -ms-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.CookiePolicyModal-control input {
  position: absolute;
  left: -99999px;
}
.CookiePolicyModal-control input[type=checkbox]:disabled ~ label {
  opacity: 0.5;
}
.CookiePolicyModal-control input[type=checkbox]:checked ~ label {
  background-color: var(--cpp-color);
  border: 1px solid var(--cpp-color);
}
.CookiePolicyModal-control input[type=checkbox]:checked ~ label:before {
  transform: translateX(20px);
  background-color: #fff;
}
.CookiePolicyModal-control span {
  display: none;
}

.CookiePolicyText--red {
  color: var(--cpp-color-red);
}

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