@charset "UTF-8";
@import 'fonts/daxce/stylesheet.css';
@import 'fonts/segoepr/stylesheet.css';
@import 'fonts/fonts/fonts.css';
:root {
  --sSize: 1;
  --sCalc: 1;
  --fsSize: 1;
  --fsCalc: 1;
}

@media (max-width: 1920px) {
  :root {
    --sSize: 1;
    --sCalc: 1;
    --fsSize: 1;
    --fsCalc: 1;
  }
}
@media (min-width: 1920px) {
  :root {
    --sSize: 0;
    --sCalc: 1.90476;
    --fsSize: 0;
    --fsCalc: 1.145038;
  }
}
/* - - - - - - - - - - boostrap variables - - - - - - - - - - */
/*
$grid-breakpoints: (
  xxs: 0,
  xs: 450px,
  sm: 576px,
  md: 768px,
  lg: 992px,
  xl: 1200px,
  xxl: 1500px
) !default;

$container-max-widths: (
  sm: 540px,
  md: 720px,
  lg: 960px,
  xl: 1140px,
  xxl: 1440px
) !default;

*/
/*
return container widht: map-get($container-max-widths, "md");
*/
/* - - - - - - - - - - xart variables - - - - - - - - - - */
:root {
  --blue: blue;
  --indigo: indigo;
  --purple: purple;
  --pink: pink;
  --red: red;
  --orange: orange;
  --yellow: yellow;
  --green: #b1d407;
  --teal: teal;
  --cyan: cyan;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #000;
  --secondary: #495057;
  --success: #b1d407;
  --info: cyan;
  --warning: yellow;
  --danger: red;
  --light: #ededed;
  --dark: #6c757d;
  --breakpoint-xxs: 0;
  --breakpoint-xs: 450px;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1250px;
  --breakpoint-xxl: 1500px;
  --font-family-sans-serif: "Roboto", 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: "Roboto", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: left;
  background-color: #fff;
}

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

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

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

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: #000;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #262a2d;
  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, .table {
  border-collapse: collapse;
}

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

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

label, .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: 1rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 1.2;
}

h1, .h1 {
  font-size: calc(3.144rem * var(--fsCalc) + (0.24vw * var(--fsSize)));
}

h2, .h2 {
  font-size: calc(2.1833333333rem * var(--fsCalc) + (0.1666666667vw * var(--fsSize)));
}

h3, .h3 {
  font-size: calc(1.834rem * var(--fsCalc) + (0.14vw * var(--fsSize)));
}

h4, .h4 {
  font-size: calc(1.6593333333rem * var(--fsCalc) + (0.1266666667vw * var(--fsSize)));
}

h5, .h5 {
  font-size: calc(1.3973333333rem * var(--fsCalc) + (0.1066666667vw * var(--fsSize)));
}

h6, .h6 {
  font-size: calc(1.3973333333rem * var(--fsCalc) + (0.1066666667vw * var(--fsSize)));
}

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

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

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

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

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

hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
  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, .drop-down ul, .drop-down .ul {
  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: 2rem;
  font-size: 2rem;
}

.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: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

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

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

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

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0rem;
}
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-xxl,
.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-xs, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container-xs, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container-xs, .container {
    max-width: 960px;
  }
}
@media (min-width: 1250px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container-xs, .container {
    max-width: 1190px;
  }
}
@media (min-width: 1500px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container-xs, .container {
    max-width: 1440px;
  }
}
.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-xxl,
.col-xxl-auto, .col-xxl-12, .col-xxl-11, .col-xxl-10, .col-xxl-9, .col-xxl-8, .col-xxl-7, .col-xxl-6, .col-xxl-5, .col-xxl-4, .col-xxl-3, .col-xxl-2, .col-xxl-1, .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-xs,
.col-xs-auto, .col-xs-12, .col-xs-11, .col-xs-10, .col-xs-9, .col-xs-8, .col-xs-7, .col-xs-6, .col-xs-5, .col-xs-4, .col-xs-3, .col-xs-2, .col-xs-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: 450px) {
  .col-xs {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xs-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xs-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xs-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xs-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xs-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xs-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xs-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xs-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xs-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xs-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xs-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xs-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xs-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xs-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xs-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xs-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xs-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xs-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xs-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xs-first {
    order: -1;
  }
  .order-xs-last {
    order: 13;
  }
  .order-xs-0 {
    order: 0;
  }
  .order-xs-1 {
    order: 1;
  }
  .order-xs-2 {
    order: 2;
  }
  .order-xs-3 {
    order: 3;
  }
  .order-xs-4 {
    order: 4;
  }
  .order-xs-5 {
    order: 5;
  }
  .order-xs-6 {
    order: 6;
  }
  .order-xs-7 {
    order: 7;
  }
  .order-xs-8 {
    order: 8;
  }
  .order-xs-9 {
    order: 9;
  }
  .order-xs-10 {
    order: 10;
  }
  .order-xs-11 {
    order: 11;
  }
  .order-xs-12 {
    order: 12;
  }
  .offset-xs-0 {
    margin-left: 0;
  }
  .offset-xs-1 {
    margin-left: 8.33333333%;
  }
  .offset-xs-2 {
    margin-left: 16.66666667%;
  }
  .offset-xs-3 {
    margin-left: 25%;
  }
  .offset-xs-4 {
    margin-left: 33.33333333%;
  }
  .offset-xs-5 {
    margin-left: 41.66666667%;
  }
  .offset-xs-6 {
    margin-left: 50%;
  }
  .offset-xs-7 {
    margin-left: 58.33333333%;
  }
  .offset-xs-8 {
    margin-left: 66.66666667%;
  }
  .offset-xs-9 {
    margin-left: 75%;
  }
  .offset-xs-10 {
    margin-left: 83.33333333%;
  }
  .offset-xs-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: 1250px) {
  .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%;
  }
}
@media (min-width: 1500px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    order: -1;
  }
  .order-xxl-last {
    order: 13;
  }
  .order-xxl-0 {
    order: 0;
  }
  .order-xxl-1 {
    order: 1;
  }
  .order-xxl-2 {
    order: 2;
  }
  .order-xxl-3 {
    order: 3;
  }
  .order-xxl-4 {
    order: 4;
  }
  .order-xxl-5 {
    order: 5;
  }
  .order-xxl-6 {
    order: 6;
  }
  .order-xxl-7 {
    order: 7;
  }
  .order-xxl-8 {
    order: 8;
  }
  .order-xxl-9 {
    order: 9;
  }
  .order-xxl-10 {
    order: 10;
  }
  .order-xxl-11 {
    order: 11;
  }
  .order-xxl-12 {
    order: 12;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 2rem;
  color: #495057;
}
.table th, .table .th,
.table td,
.table .td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.table thead th, .table thead .th, .table .thead th, .table .thead .th {
  vertical-align: bottom;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}
.table tbody + tbody, .table .tbody + tbody, .table tbody + .tbody, .table .tbody + .tbody {
  border-top: 2px solid rgba(0, 0, 0, 0.1);
}

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

.table-bordered {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.table-bordered th, .table-bordered .th,
.table-bordered td,
.table-bordered .td {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.table-bordered thead th, .table-bordered thead .th, .table-bordered .thead th, .table-bordered .thead .th,
.table-bordered thead td,
.table-bordered thead .td,
.table-bordered .thead td,
.table-bordered .thead .td {
  border-bottom-width: 2px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-active,
.table-active > th,
.table-active > .th,
.table-active > td,
.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 > .td,
.table-hover .table-active:hover > th,
.table-hover .table-active:hover > .th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th, .table thead th, .table .thead th, .table .thead-dark .th, .table thead .th, .table .thead .th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}
.table .thead-light th, .table.thead-light thead th, .table.thead-light .thead th, .table .thead-light .th, .table.thead-light thead .th, .table.thead-light .thead .th {
  color: #495057;
  background-color: #ededed;
  border-color: rgba(0, 0, 0, 0.1);
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark th, .table-dark .th,
.table-dark td,
.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), .table-dark.table-striped tbody .tr:nth-of-type(odd), .table-dark.table-striped .tbody tr:nth-of-type(odd), .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, .table-dark.table-hover tbody .tr:hover, .table-dark.table-hover .tbody tr:hover, .table-dark.table-hover .tbody .tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 449.98px) {
  .table-responsive-xs {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xs > .table-bordered {
    border: 0;
  }
}
@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: 1249.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1499.98px) {
  .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xxl > .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: 4rem;
  padding: 0.75rem 1.25rem;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #404040;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #ededed;
  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: #fff;
}

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

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

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

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.75rem 0;
  margin-bottom: 0;
  font-size: 1.3rem;
  line-height: 1.5;
  color: #495057;
  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: 3rem;
  padding: 0.25rem 0.5rem;
  font-size: 1.3rem;
  line-height: 1.5;
  border-radius: 0rem;
}

.form-control-lg {
  height: 6rem;
  padding: 0.5rem 1.75rem;
  font-size: 1.4rem;
  line-height: 1.5;
  border-radius: 0rem;
}

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: #b1d407;
}

.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: 1.4rem;
  line-height: 1.5;
  color: #212529;
  background-color: rgba(177, 212, 7, 0.9);
  border-radius: 0rem;
}
.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: #b1d407;
  padding-right: calc(1.5em + 1.5rem) !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='%23b1d407' 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.375rem) center;
  background-size: calc(0.75em + 0.75rem) calc(0.75em + 0.75rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #b1d407;
  box-shadow: 0 0 0 0.2rem rgba(177, 212, 7, 0.25);
}

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

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

.was-validated .custom-select:valid, .was-validated .select select:valid, .select .was-validated select:valid, .custom-select.is-valid, .select select.is-valid {
  border-color: #b1d407;
  padding-right: calc(0.75em + 3.375rem) !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 1.25rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23b1d407' 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 2.25rem/calc(0.75em + 0.75rem) calc(0.75em + 0.75rem) no-repeat;
}
.was-validated .custom-select:valid:focus, .was-validated .select select:valid:focus, .select .was-validated select:valid:focus, .custom-select.is-valid:focus, .select select.is-valid:focus {
  border-color: #b1d407;
  box-shadow: 0 0 0 0.2rem rgba(177, 212, 7, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #b1d407;
}
.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: #b1d407;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #b1d407;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #d1f717;
  background-color: #d1f717;
}
.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(177, 212, 7, 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: #b1d407;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #b1d407;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #b1d407;
  box-shadow: 0 0 0 0.2rem rgba(177, 212, 7, 0.25);
}

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

.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: 1.4rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(255, 0, 0, 0.9);
  border-radius: 0rem;
}
.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: red;
  padding-right: calc(1.5em + 1.5rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='red' 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='red' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.375rem) center;
  background-size: calc(0.75em + 0.75rem) calc(0.75em + 0.75rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: red;
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.25);
}

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

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

.was-validated .custom-select:invalid, .was-validated .select select:invalid, .select .was-validated select:invalid, .custom-select.is-invalid, .select select.is-invalid {
  border-color: red;
  padding-right: calc(0.75em + 3.375rem) !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 1.25rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='red' 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='red' stroke='none'/%3e%3c/svg%3e") center right 2.25rem/calc(0.75em + 0.75rem) calc(0.75em + 0.75rem) no-repeat;
}
.was-validated .custom-select:invalid:focus, .was-validated .select select:invalid:focus, .select .was-validated select:invalid:focus, .custom-select.is-invalid:focus, .select select.is-invalid:focus {
  border-color: red;
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: red;
}
.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: red;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: red;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #ff3333;
  background-color: #ff3333;
}
.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(255, 0, 0, 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: red;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: red;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: red;
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 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, .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,
  .form-inline .select select,
  .select .form-inline 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-family: "Dax CE", sans-serif;
  font-weight: 700;
  color: #495057;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 2px solid transparent;
  padding: 0.75rem 3rem;
  font-size: 1.3rem;
  line-height: 1.5;
  border-radius: 0;
  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: #495057;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 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, button[type=submit], button.gotop {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-primary:hover, button[type=submit]:hover, button.gotop:hover {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-primary:focus, button[type=submit]:focus, button.gotop:focus, .btn-primary.focus, button.focus[type=submit], button.focus.gotop {
  color: #fff;
  background-color: black;
  border-color: black;
  box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
}
.btn-primary.disabled, button.disabled[type=submit], button.disabled.gotop, .btn-primary:disabled, button[type=submit]:disabled, button.gotop:disabled {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-primary:not(:disabled):not(.disabled):active, button[type=submit]:not(:disabled):not(.disabled):active, button.gotop:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, button[type=submit]:not(:disabled):not(.disabled).active, button.gotop:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle, .show > button.dropdown-toggle[type=submit], .show > button.dropdown-toggle.gotop {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, button[type=submit]:not(:disabled):not(.disabled):active:focus, button.gotop:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, button[type=submit]:not(:disabled):not(.disabled).active:focus, button.gotop:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus, .show > button.dropdown-toggle[type=submit]:focus, .show > button.dropdown-toggle.gotop:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
}

.btn-secondary, .hamburger .wrapper-button .btn {
  color: #fff;
  background-color: #495057;
  border-color: #495057;
}
.btn-secondary:hover, .hamburger .wrapper-button .btn:hover {
  color: #fff;
  background-color: #383d42;
  border-color: #32373b;
}
.btn-secondary:focus, .hamburger .wrapper-button .btn:focus, .btn-secondary.focus, .hamburger .wrapper-button .focus.btn {
  color: #fff;
  background-color: #383d42;
  border-color: #32373b;
  box-shadow: 0 0 0 0.2rem rgba(100, 106, 112, 0.5);
}
.btn-secondary.disabled, .hamburger .wrapper-button .disabled.btn, .btn-secondary:disabled, .hamburger .wrapper-button .btn:disabled {
  color: #fff;
  background-color: #495057;
  border-color: #495057;
}
.btn-secondary:not(:disabled):not(.disabled):active, .hamburger .wrapper-button .btn:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .hamburger .wrapper-button .btn:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle, .hamburger .wrapper-button .show > .dropdown-toggle.btn {
  color: #fff;
  background-color: #32373b;
  border-color: #2c3034;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .hamburger .wrapper-button .btn:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .hamburger .wrapper-button .btn:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus, .hamburger .wrapper-button .show > .dropdown-toggle.btn:focus {
  box-shadow: 0 0 0 0.2rem rgba(100, 106, 112, 0.5);
}

.btn-success {
  color: #212529;
  background-color: #b1d407;
  border-color: #b1d407;
}
.btn-success:hover {
  color: #fff;
  background-color: #92af06;
  border-color: #88a305;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #92af06;
  border-color: #88a305;
  box-shadow: 0 0 0 0.2rem rgba(155, 186, 12, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #212529;
  background-color: #b1d407;
  border-color: #b1d407;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #88a305;
  border-color: #7d9605;
}
.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(155, 186, 12, 0.5);
}

.btn-info {
  color: #212529;
  background-color: cyan;
  border-color: cyan;
}
.btn-info:hover {
  color: #212529;
  background-color: #00d9d9;
  border-color: #00cccc;
}
.btn-info:focus, .btn-info.focus {
  color: #212529;
  background-color: #00d9d9;
  border-color: #00cccc;
  box-shadow: 0 0 0 0.2rem rgba(5, 222, 223, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #212529;
  background-color: cyan;
  border-color: cyan;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #00cccc;
  border-color: #00bfbf;
}
.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, 222, 223, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: yellow;
  border-color: yellow;
}
.btn-warning:hover {
  color: #212529;
  background-color: #d9d900;
  border-color: #cccc00;
}
.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: #d9d900;
  border-color: #cccc00;
  box-shadow: 0 0 0 0.2rem rgba(222, 222, 6, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: yellow;
  border-color: yellow;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #cccc00;
  border-color: #bfbf00;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 222, 6, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: red;
  border-color: red;
}
.btn-danger:hover {
  color: #fff;
  background-color: #d90000;
  border-color: #cc0000;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #d90000;
  border-color: #cc0000;
  box-shadow: 0 0 0 0.2rem rgba(255, 38, 38, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: red;
  border-color: red;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #cc0000;
  border-color: #bf0000;
}
.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(255, 38, 38, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #ededed;
  border-color: #ededed;
}
.btn-light:hover {
  color: #212529;
  background-color: #dadada;
  border-color: #d4d4d4;
}
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #dadada;
  border-color: #d4d4d4;
  box-shadow: 0 0 0 0.2rem rgba(206, 207, 208, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #ededed;
  border-color: #ededed;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #d4d4d4;
  border-color: #cdcdcd;
}
.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(206, 207, 208, 0.5);
}

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

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

.btn-outline-secondary {
  color: #495057;
  border-color: #495057;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #495057;
  border-color: #495057;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(73, 80, 87, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #495057;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #495057;
  border-color: #495057;
}
.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(73, 80, 87, 0.5);
}

.btn-outline-success {
  color: #b1d407;
  border-color: #b1d407;
}
.btn-outline-success:hover {
  color: #212529;
  background-color: #b1d407;
  border-color: #b1d407;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(177, 212, 7, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #b1d407;
  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: #b1d407;
  border-color: #b1d407;
}
.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(177, 212, 7, 0.5);
}

.btn-outline-info {
  color: cyan;
  border-color: cyan;
}
.btn-outline-info:hover {
  color: #212529;
  background-color: cyan;
  border-color: cyan;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 255, 255, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: cyan;
  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: cyan;
  border-color: cyan;
}
.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, 255, 255, 0.5);
}

.btn-outline-warning {
  color: yellow;
  border-color: yellow;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: yellow;
  border-color: yellow;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 0, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: yellow;
  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: yellow;
  border-color: yellow;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 0, 0.5);
}

.btn-outline-danger {
  color: red;
  border-color: red;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: red;
  border-color: red;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: red;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: red;
  border-color: red;
}
.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(255, 0, 0, 0.5);
}

.btn-outline-light {
  color: #ededed;
  border-color: #ededed;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #ededed;
  border-color: #ededed;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(237, 237, 237, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #ededed;
  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: #ededed;
  border-color: #ededed;
}
.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(237, 237, 237, 0.5);
}

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

.btn-link {
  font-weight: 400;
  color: #000;
  text-decoration: none;
}
.btn-link:hover {
  color: #262a2d;
  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 {
  padding: 1rem 4rem;
  font-size: 1.4rem;
  line-height: 1.5;
  border-radius: 0;
}

.btn-sm {
  padding: 0.5rem 1.5rem;
  font-size: 1.3rem;
  line-height: 1.5;
  border-radius: 0;
}

.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;
  }
}

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

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

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1.6rem;
  height: 2rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #000;
  background-color: #000;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #404040;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #595959;
  border-color: #595959;
}
.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: #ededed;
}

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

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

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

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

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

.custom-select-sm {
  height: 3rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 1.3rem;
}

.custom-select-lg {
  height: 6rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.75rem;
  font-size: 1.4rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 4rem;
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 4rem;
  margin: 0;
  overflow: hidden;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #404040;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
}
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #ededed;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input:lang(cs) ~ .custom-file-label::after {
  content: "Procházet";
}
.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: 4rem;
  padding: 0.75rem 1.25rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 1.5rem);
  padding: 0.75rem 1.25rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #ededed;
  border-left: inherit;
  border-radius: 0 0rem 0rem 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 #fff, 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #000;
  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: #595959;
}
.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: #000;
  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: #595959;
}
.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: #000;
  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: #595959;
}
.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,
.select 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,
  .select select {
    transition: none;
  }
}

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

.alert-heading {
  color: inherit;
}

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

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

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

.alert-secondary {
  color: #262a2d;
  background-color: #dbdcdd;
  border-color: #ccced0;
}
.alert-secondary hr {
  border-top-color: #bfc1c4;
}
.alert-secondary .alert-link {
  color: #0f1011;
}

.alert-success {
  color: #5c6e04;
  background-color: #eff6cd;
  border-color: #e9f3ba;
}
.alert-success hr {
  border-top-color: #e2efa4;
}
.alert-success .alert-link {
  color: #333d02;
}

.alert-info {
  color: #008585;
  background-color: #ccffff;
  border-color: #b8ffff;
}
.alert-info hr {
  border-top-color: #9fffff;
}
.alert-info .alert-link {
  color: #005252;
}

.alert-warning {
  color: #858500;
  background-color: #ffffcc;
  border-color: #ffffb8;
}
.alert-warning hr {
  border-top-color: #ffff9f;
}
.alert-warning .alert-link {
  color: #525200;
}

.alert-danger {
  color: #850000;
  background-color: #ffcccc;
  border-color: #ffb8b8;
}
.alert-danger hr {
  border-top-color: #ff9f9f;
}
.alert-danger .alert-link {
  color: #520000;
}

.alert-light {
  color: #7b7b7b;
  background-color: #fbfbfb;
  border-color: #fafafa;
}
.alert-light hr {
  border-top-color: #ededed;
}
.alert-light .alert-link {
  color: #626262;
}

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

.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;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Roboto", 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: 1.4rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

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

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

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

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

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

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

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

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

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

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

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

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

.carousel {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: #000 !important;
}

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

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

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

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

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

.bg-info {
  background-color: cyan !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-left {
  border-left: 1px solid #ced4da !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: #000 !important;
}

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

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

.border-info {
  border-color: cyan !important;
}

.border-warning {
  border-color: yellow !important;
}

.border-danger {
  border-color: red !important;
}

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

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

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

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

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

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

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

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

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

.rounded-lg {
  border-radius: 0rem !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: 450px) {
  .d-xs-none {
    display: none !important;
  }
  .d-xs-inline {
    display: inline !important;
  }
  .d-xs-inline-block {
    display: inline-block !important;
  }
  .d-xs-block {
    display: block !important;
  }
  .d-xs-table {
    display: table !important;
  }
  .d-xs-table-row {
    display: table-row !important;
  }
  .d-xs-table-cell {
    display: table-cell !important;
  }
  .d-xs-flex {
    display: flex !important;
  }
  .d-xs-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: 1250px) {
  .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 (min-width: 1500px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-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: 450px) {
  .flex-xs-row {
    flex-direction: row !important;
  }
  .flex-xs-column {
    flex-direction: column !important;
  }
  .flex-xs-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xs-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xs-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xs-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xs-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xs-fill {
    flex: 1 1 auto !important;
  }
  .flex-xs-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xs-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xs-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xs-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xs-start {
    justify-content: flex-start !important;
  }
  .justify-content-xs-end {
    justify-content: flex-end !important;
  }
  .justify-content-xs-center {
    justify-content: center !important;
  }
  .justify-content-xs-between {
    justify-content: space-between !important;
  }
  .justify-content-xs-around {
    justify-content: space-around !important;
  }
  .align-items-xs-start {
    align-items: flex-start !important;
  }
  .align-items-xs-end {
    align-items: flex-end !important;
  }
  .align-items-xs-center {
    align-items: center !important;
  }
  .align-items-xs-baseline {
    align-items: baseline !important;
  }
  .align-items-xs-stretch {
    align-items: stretch !important;
  }
  .align-content-xs-start {
    align-content: flex-start !important;
  }
  .align-content-xs-end {
    align-content: flex-end !important;
  }
  .align-content-xs-center {
    align-content: center !important;
  }
  .align-content-xs-between {
    align-content: space-between !important;
  }
  .align-content-xs-around {
    align-content: space-around !important;
  }
  .align-content-xs-stretch {
    align-content: stretch !important;
  }
  .align-self-xs-auto {
    align-self: auto !important;
  }
  .align-self-xs-start {
    align-self: flex-start !important;
  }
  .align-self-xs-end {
    align-self: flex-end !important;
  }
  .align-self-xs-center {
    align-self: center !important;
  }
  .align-self-xs-baseline {
    align-self: baseline !important;
  }
  .align-self-xs-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: 1250px) {
  .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;
  }
}
@media (min-width: 1500px) {
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

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

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

@media (min-width: 450px) {
  .float-xs-left {
    float: left !important;
  }
  .float-xs-right {
    float: right !important;
  }
  .float-xs-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: 1250px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
@media (min-width: 1500px) {
  .float-xxl-left {
    float: left !important;
  }
  .float-xxl-right {
    float: right !important;
  }
  .float-xxl-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.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-5,
.mx-5 {
  margin-left: 6rem !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.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-n5,
.mx-n5 {
  margin-left: -6rem !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: 450px) {
  .m-xs-0 {
    margin: 0 !important;
  }
  .mt-xs-0,
  .my-xs-0 {
    margin-top: 0 !important;
  }
  .mr-xs-0,
  .mx-xs-0 {
    margin-right: 0 !important;
  }
  .mb-xs-0,
  .my-xs-0 {
    margin-bottom: 0 !important;
  }
  .ml-xs-0,
  .mx-xs-0 {
    margin-left: 0 !important;
  }
  .m-xs-1 {
    margin: 0.5rem !important;
  }
  .mt-xs-1,
  .my-xs-1 {
    margin-top: 0.5rem !important;
  }
  .mr-xs-1,
  .mx-xs-1 {
    margin-right: 0.5rem !important;
  }
  .mb-xs-1,
  .my-xs-1 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xs-1,
  .mx-xs-1 {
    margin-left: 0.5rem !important;
  }
  .m-xs-2 {
    margin: 1rem !important;
  }
  .mt-xs-2,
  .my-xs-2 {
    margin-top: 1rem !important;
  }
  .mr-xs-2,
  .mx-xs-2 {
    margin-right: 1rem !important;
  }
  .mb-xs-2,
  .my-xs-2 {
    margin-bottom: 1rem !important;
  }
  .ml-xs-2,
  .mx-xs-2 {
    margin-left: 1rem !important;
  }
  .m-xs-3 {
    margin: 2rem !important;
  }
  .mt-xs-3,
  .my-xs-3 {
    margin-top: 2rem !important;
  }
  .mr-xs-3,
  .mx-xs-3 {
    margin-right: 2rem !important;
  }
  .mb-xs-3,
  .my-xs-3 {
    margin-bottom: 2rem !important;
  }
  .ml-xs-3,
  .mx-xs-3 {
    margin-left: 2rem !important;
  }
  .m-xs-4 {
    margin: 3rem !important;
  }
  .mt-xs-4,
  .my-xs-4 {
    margin-top: 3rem !important;
  }
  .mr-xs-4,
  .mx-xs-4 {
    margin-right: 3rem !important;
  }
  .mb-xs-4,
  .my-xs-4 {
    margin-bottom: 3rem !important;
  }
  .ml-xs-4,
  .mx-xs-4 {
    margin-left: 3rem !important;
  }
  .m-xs-5 {
    margin: 6rem !important;
  }
  .mt-xs-5,
  .my-xs-5 {
    margin-top: 6rem !important;
  }
  .mr-xs-5,
  .mx-xs-5 {
    margin-right: 6rem !important;
  }
  .mb-xs-5,
  .my-xs-5 {
    margin-bottom: 6rem !important;
  }
  .ml-xs-5,
  .mx-xs-5 {
    margin-left: 6rem !important;
  }
  .p-xs-0 {
    padding: 0 !important;
  }
  .pt-xs-0,
  .py-xs-0 {
    padding-top: 0 !important;
  }
  .pr-xs-0,
  .px-xs-0 {
    padding-right: 0 !important;
  }
  .pb-xs-0,
  .py-xs-0 {
    padding-bottom: 0 !important;
  }
  .pl-xs-0,
  .px-xs-0 {
    padding-left: 0 !important;
  }
  .p-xs-1 {
    padding: 0.5rem !important;
  }
  .pt-xs-1,
  .py-xs-1 {
    padding-top: 0.5rem !important;
  }
  .pr-xs-1,
  .px-xs-1 {
    padding-right: 0.5rem !important;
  }
  .pb-xs-1,
  .py-xs-1 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xs-1,
  .px-xs-1 {
    padding-left: 0.5rem !important;
  }
  .p-xs-2 {
    padding: 1rem !important;
  }
  .pt-xs-2,
  .py-xs-2 {
    padding-top: 1rem !important;
  }
  .pr-xs-2,
  .px-xs-2 {
    padding-right: 1rem !important;
  }
  .pb-xs-2,
  .py-xs-2 {
    padding-bottom: 1rem !important;
  }
  .pl-xs-2,
  .px-xs-2 {
    padding-left: 1rem !important;
  }
  .p-xs-3 {
    padding: 2rem !important;
  }
  .pt-xs-3,
  .py-xs-3 {
    padding-top: 2rem !important;
  }
  .pr-xs-3,
  .px-xs-3 {
    padding-right: 2rem !important;
  }
  .pb-xs-3,
  .py-xs-3 {
    padding-bottom: 2rem !important;
  }
  .pl-xs-3,
  .px-xs-3 {
    padding-left: 2rem !important;
  }
  .p-xs-4 {
    padding: 3rem !important;
  }
  .pt-xs-4,
  .py-xs-4 {
    padding-top: 3rem !important;
  }
  .pr-xs-4,
  .px-xs-4 {
    padding-right: 3rem !important;
  }
  .pb-xs-4,
  .py-xs-4 {
    padding-bottom: 3rem !important;
  }
  .pl-xs-4,
  .px-xs-4 {
    padding-left: 3rem !important;
  }
  .p-xs-5 {
    padding: 6rem !important;
  }
  .pt-xs-5,
  .py-xs-5 {
    padding-top: 6rem !important;
  }
  .pr-xs-5,
  .px-xs-5 {
    padding-right: 6rem !important;
  }
  .pb-xs-5,
  .py-xs-5 {
    padding-bottom: 6rem !important;
  }
  .pl-xs-5,
  .px-xs-5 {
    padding-left: 6rem !important;
  }
  .m-xs-n1 {
    margin: -0.5rem !important;
  }
  .mt-xs-n1,
  .my-xs-n1 {
    margin-top: -0.5rem !important;
  }
  .mr-xs-n1,
  .mx-xs-n1 {
    margin-right: -0.5rem !important;
  }
  .mb-xs-n1,
  .my-xs-n1 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xs-n1,
  .mx-xs-n1 {
    margin-left: -0.5rem !important;
  }
  .m-xs-n2 {
    margin: -1rem !important;
  }
  .mt-xs-n2,
  .my-xs-n2 {
    margin-top: -1rem !important;
  }
  .mr-xs-n2,
  .mx-xs-n2 {
    margin-right: -1rem !important;
  }
  .mb-xs-n2,
  .my-xs-n2 {
    margin-bottom: -1rem !important;
  }
  .ml-xs-n2,
  .mx-xs-n2 {
    margin-left: -1rem !important;
  }
  .m-xs-n3 {
    margin: -2rem !important;
  }
  .mt-xs-n3,
  .my-xs-n3 {
    margin-top: -2rem !important;
  }
  .mr-xs-n3,
  .mx-xs-n3 {
    margin-right: -2rem !important;
  }
  .mb-xs-n3,
  .my-xs-n3 {
    margin-bottom: -2rem !important;
  }
  .ml-xs-n3,
  .mx-xs-n3 {
    margin-left: -2rem !important;
  }
  .m-xs-n4 {
    margin: -3rem !important;
  }
  .mt-xs-n4,
  .my-xs-n4 {
    margin-top: -3rem !important;
  }
  .mr-xs-n4,
  .mx-xs-n4 {
    margin-right: -3rem !important;
  }
  .mb-xs-n4,
  .my-xs-n4 {
    margin-bottom: -3rem !important;
  }
  .ml-xs-n4,
  .mx-xs-n4 {
    margin-left: -3rem !important;
  }
  .m-xs-n5 {
    margin: -6rem !important;
  }
  .mt-xs-n5,
  .my-xs-n5 {
    margin-top: -6rem !important;
  }
  .mr-xs-n5,
  .mx-xs-n5 {
    margin-right: -6rem !important;
  }
  .mb-xs-n5,
  .my-xs-n5 {
    margin-bottom: -6rem !important;
  }
  .ml-xs-n5,
  .mx-xs-n5 {
    margin-left: -6rem !important;
  }
  .m-xs-auto {
    margin: auto !important;
  }
  .mt-xs-auto,
  .my-xs-auto {
    margin-top: auto !important;
  }
  .mr-xs-auto,
  .mx-xs-auto {
    margin-right: auto !important;
  }
  .mb-xs-auto,
  .my-xs-auto {
    margin-bottom: auto !important;
  }
  .ml-xs-auto,
  .mx-xs-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.5rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.5rem !important;
  }
  .m-sm-2 {
    margin: 1rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 1rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 1rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 1rem !important;
  }
  .m-sm-3 {
    margin: 2rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 2rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 2rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 2rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 2rem !important;
  }
  .m-sm-4 {
    margin: 3rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 3rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 3rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 3rem !important;
  }
  .m-sm-5 {
    margin: 6rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 6rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 6rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 6rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 6rem !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.5rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.5rem !important;
  }
  .p-sm-2 {
    padding: 1rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 1rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 1rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 1rem !important;
  }
  .p-sm-3 {
    padding: 2rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 2rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 2rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 2rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 2rem !important;
  }
  .p-sm-4 {
    padding: 3rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 3rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 3rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 3rem !important;
  }
  .p-sm-5 {
    padding: 6rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 6rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 6rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 6rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 6rem !important;
  }
  .m-sm-n1 {
    margin: -0.5rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n2 {
    margin: -1rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -1rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -1rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -1rem !important;
  }
  .m-sm-n3 {
    margin: -2rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -2rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -2rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -2rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -2rem !important;
  }
  .m-sm-n4 {
    margin: -3rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -3rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -3rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -3rem !important;
  }
  .m-sm-n5 {
    margin: -6rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -6rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -6rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -6rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -6rem !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.5rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.5rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.5rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.5rem !important;
  }
  .m-md-2 {
    margin: 1rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 1rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 1rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 1rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 1rem !important;
  }
  .m-md-3 {
    margin: 2rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 2rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 2rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 2rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 2rem !important;
  }
  .m-md-4 {
    margin: 3rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 3rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 3rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 3rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 3rem !important;
  }
  .m-md-5 {
    margin: 6rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 6rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 6rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 6rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 6rem !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.5rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.5rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.5rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.5rem !important;
  }
  .p-md-2 {
    padding: 1rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 1rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 1rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 1rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 1rem !important;
  }
  .p-md-3 {
    padding: 2rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 2rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 2rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 2rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 2rem !important;
  }
  .p-md-4 {
    padding: 3rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 3rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 3rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 3rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 3rem !important;
  }
  .p-md-5 {
    padding: 6rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 6rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 6rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 6rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 6rem !important;
  }
  .m-md-n1 {
    margin: -0.5rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.5rem !important;
  }
  .m-md-n2 {
    margin: -1rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -1rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -1rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -1rem !important;
  }
  .m-md-n3 {
    margin: -2rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -2rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -2rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -2rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -2rem !important;
  }
  .m-md-n4 {
    margin: -3rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -3rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -3rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -3rem !important;
  }
  .m-md-n5 {
    margin: -6rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -6rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -6rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -6rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -6rem !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.5rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.5rem !important;
  }
  .m-lg-2 {
    margin: 1rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 1rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 1rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 1rem !important;
  }
  .m-lg-3 {
    margin: 2rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 2rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 2rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 2rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 2rem !important;
  }
  .m-lg-4 {
    margin: 3rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 3rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 3rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 3rem !important;
  }
  .m-lg-5 {
    margin: 6rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 6rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 6rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 6rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 6rem !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.5rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.5rem !important;
  }
  .p-lg-2 {
    padding: 1rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 1rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 1rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 1rem !important;
  }
  .p-lg-3 {
    padding: 2rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 2rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 2rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 2rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 2rem !important;
  }
  .p-lg-4 {
    padding: 3rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 3rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 3rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 3rem !important;
  }
  .p-lg-5 {
    padding: 6rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 6rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 6rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 6rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 6rem !important;
  }
  .m-lg-n1 {
    margin: -0.5rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n2 {
    margin: -1rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -1rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -1rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -1rem !important;
  }
  .m-lg-n3 {
    margin: -2rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -2rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -2rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -2rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -2rem !important;
  }
  .m-lg-n4 {
    margin: -3rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -3rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -3rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -3rem !important;
  }
  .m-lg-n5 {
    margin: -6rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -6rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -6rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -6rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -6rem !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: 1250px) {
  .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.5rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.5rem !important;
  }
  .m-xl-2 {
    margin: 1rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 1rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 1rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 1rem !important;
  }
  .m-xl-3 {
    margin: 2rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 2rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 2rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 2rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 2rem !important;
  }
  .m-xl-4 {
    margin: 3rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 3rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 3rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 3rem !important;
  }
  .m-xl-5 {
    margin: 6rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 6rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 6rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 6rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 6rem !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.5rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.5rem !important;
  }
  .p-xl-2 {
    padding: 1rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 1rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 1rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 1rem !important;
  }
  .p-xl-3 {
    padding: 2rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 2rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 2rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 2rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 2rem !important;
  }
  .p-xl-4 {
    padding: 3rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 3rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 3rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 3rem !important;
  }
  .p-xl-5 {
    padding: 6rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 6rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 6rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 6rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 6rem !important;
  }
  .m-xl-n1 {
    margin: -0.5rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n2 {
    margin: -1rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -1rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -1rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -1rem !important;
  }
  .m-xl-n3 {
    margin: -2rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -2rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -2rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -2rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -2rem !important;
  }
  .m-xl-n4 {
    margin: -3rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -3rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -3rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -3rem !important;
  }
  .m-xl-n5 {
    margin: -6rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -6rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -6rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -6rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -6rem !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;
  }
}
@media (min-width: 1500px) {
  .m-xxl-0 {
    margin: 0 !important;
  }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important;
  }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important;
  }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.5rem !important;
  }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.5rem !important;
  }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.5rem !important;
  }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.5rem !important;
  }
  .m-xxl-2 {
    margin: 1rem !important;
  }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 1rem !important;
  }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 1rem !important;
  }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 1rem !important;
  }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 1rem !important;
  }
  .m-xxl-3 {
    margin: 2rem !important;
  }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 2rem !important;
  }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 2rem !important;
  }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 2rem !important;
  }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 2rem !important;
  }
  .m-xxl-4 {
    margin: 3rem !important;
  }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 3rem !important;
  }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 3rem !important;
  }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 3rem !important;
  }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 3rem !important;
  }
  .m-xxl-5 {
    margin: 6rem !important;
  }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 6rem !important;
  }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 6rem !important;
  }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 6rem !important;
  }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 6rem !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important;
  }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important;
  }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.5rem !important;
  }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.5rem !important;
  }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.5rem !important;
  }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.5rem !important;
  }
  .p-xxl-2 {
    padding: 1rem !important;
  }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 1rem !important;
  }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 1rem !important;
  }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 1rem !important;
  }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 1rem !important;
  }
  .p-xxl-3 {
    padding: 2rem !important;
  }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 2rem !important;
  }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 2rem !important;
  }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 2rem !important;
  }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 2rem !important;
  }
  .p-xxl-4 {
    padding: 3rem !important;
  }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 3rem !important;
  }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 3rem !important;
  }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 3rem !important;
  }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 3rem !important;
  }
  .p-xxl-5 {
    padding: 6rem !important;
  }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 6rem !important;
  }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 6rem !important;
  }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 6rem !important;
  }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 6rem !important;
  }
  .m-xxl-n1 {
    margin: -0.5rem !important;
  }
  .mt-xxl-n1,
  .my-xxl-n1 {
    margin-top: -0.5rem !important;
  }
  .mr-xxl-n1,
  .mx-xxl-n1 {
    margin-right: -0.5rem !important;
  }
  .mb-xxl-n1,
  .my-xxl-n1 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xxl-n1,
  .mx-xxl-n1 {
    margin-left: -0.5rem !important;
  }
  .m-xxl-n2 {
    margin: -1rem !important;
  }
  .mt-xxl-n2,
  .my-xxl-n2 {
    margin-top: -1rem !important;
  }
  .mr-xxl-n2,
  .mx-xxl-n2 {
    margin-right: -1rem !important;
  }
  .mb-xxl-n2,
  .my-xxl-n2 {
    margin-bottom: -1rem !important;
  }
  .ml-xxl-n2,
  .mx-xxl-n2 {
    margin-left: -1rem !important;
  }
  .m-xxl-n3 {
    margin: -2rem !important;
  }
  .mt-xxl-n3,
  .my-xxl-n3 {
    margin-top: -2rem !important;
  }
  .mr-xxl-n3,
  .mx-xxl-n3 {
    margin-right: -2rem !important;
  }
  .mb-xxl-n3,
  .my-xxl-n3 {
    margin-bottom: -2rem !important;
  }
  .ml-xxl-n3,
  .mx-xxl-n3 {
    margin-left: -2rem !important;
  }
  .m-xxl-n4 {
    margin: -3rem !important;
  }
  .mt-xxl-n4,
  .my-xxl-n4 {
    margin-top: -3rem !important;
  }
  .mr-xxl-n4,
  .mx-xxl-n4 {
    margin-right: -3rem !important;
  }
  .mb-xxl-n4,
  .my-xxl-n4 {
    margin-bottom: -3rem !important;
  }
  .ml-xxl-n4,
  .mx-xxl-n4 {
    margin-left: -3rem !important;
  }
  .m-xxl-n5 {
    margin: -6rem !important;
  }
  .mt-xxl-n5,
  .my-xxl-n5 {
    margin-top: -6rem !important;
  }
  .mr-xxl-n5,
  .mx-xxl-n5 {
    margin-right: -6rem !important;
  }
  .mb-xxl-n5,
  .my-xxl-n5 {
    margin-bottom: -6rem !important;
  }
  .ml-xxl-n5,
  .mx-xxl-n5 {
    margin-left: -6rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important;
  }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxl-auto,
  .mx-xxl-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: 450px) {
  .text-xs-left {
    text-align: left !important;
  }
  .text-xs-right {
    text-align: right !important;
  }
  .text-xs-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: 1250px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1500px) {
  .text-xxl-left {
    text-align: left !important;
  }
  .text-xxl-right {
    text-align: right !important;
  }
  .text-xxl-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: 400 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.text-info {
  color: cyan !important;
}

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

.text-warning {
  color: yellow !important;
}

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

.text-danger {
  color: red !important;
}

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

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

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

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

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

.text-body {
  color: #495057 !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;
}

.carousel-indicators {
  position: relative;
  margin: 0;
}

.custom-file-label {
  white-space: nowrap;
  overflow: hidden;
}

.btn {
  color: #fff;
  background-color: #000;
  border-color: #000;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
}
.btn:hover {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn:focus, .btn.focus {
  color: #fff;
  background-color: black;
  border-color: black;
  box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
}
.btn.disabled, .btn:disabled {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active, .show > .btn.dropdown-toggle {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn:not(:disabled):not(.disabled):active:focus, .btn:not(:disabled):not(.disabled).active:focus, .show > .btn.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
}

.btn-secondary, .hamburger .wrapper-button .btn {
  color: #fff;
  background-color: #495057;
  border-color: #495057;
}
.btn-secondary:hover, .hamburger .wrapper-button .btn:hover {
  color: #fff;
  background-color: #383d42;
  border-color: #32373b;
}
.btn-secondary:focus, .hamburger .wrapper-button .btn:focus, .btn-secondary.focus, .hamburger .wrapper-button .focus.btn {
  color: #fff;
  background-color: #383d42;
  border-color: #32373b;
  box-shadow: 0 0 0 0.2rem rgba(100, 106, 112, 0.5);
}
.btn-secondary.disabled, .hamburger .wrapper-button .disabled.btn, .btn-secondary:disabled, .hamburger .wrapper-button .btn:disabled {
  color: #fff;
  background-color: #495057;
  border-color: #495057;
}
.btn-secondary:not(:disabled):not(.disabled):active, .hamburger .wrapper-button .btn:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .hamburger .wrapper-button .btn:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle, .hamburger .wrapper-button .show > .dropdown-toggle.btn {
  color: #fff;
  background-color: #32373b;
  border-color: #2c3034;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .hamburger .wrapper-button .btn:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .hamburger .wrapper-button .btn:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus, .hamburger .wrapper-button .show > .dropdown-toggle.btn:focus {
  box-shadow: 0 0 0 0.2rem rgba(100, 106, 112, 0.5);
}

.table {
  font-size: 1.6rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.table tbody th, .table tbody .th, .table .tbody th, .table .tbody .th {
  color: #000;
}
.table thead th, .table thead .th, .table .thead th, .table .thead .th {
  background-color: rgba(0, 0, 0, 0.15);
  color: #000;
  border-color: rgba(0, 0, 0, 0.2);
  border-width: 1px;
  border-right-width: 1px;
  border-right-style: solid;
}
.table thead th:last-child, .table thead .th:last-child, .table .thead th:last-child, .table .thead .th:last-child {
  border-right: none;
}
.table.thead-light thead th, .table.thead-light thead .th, .table.thead-light .thead th, .table.thead-light .thead .th {
  color: #000;
  background: rgba(0, 0, 0, 0.1);
  border-color: rgba(0, 0, 0, 0.15);
}
.table tbody th, .table tbody .th, .table tbody td, .table tbody .td, .table .tbody th, .table .tbody .th, .table .tbody td, .table .tbody .td {
  border-color: rgba(0, 0, 0, 0.1);
  border-right-width: 1px;
  border-right-style: solid;
}
.table tbody th:last-child, .table tbody .th:last-child, .table tbody td:last-child, .table tbody .td:last-child, .table .tbody th:last-child, .table .tbody .th:last-child, .table .tbody td:last-child, .table .tbody .td:last-child {
  border-right: none;
}
.table.table-striped tbody tr:nth-of-type(2n-1), .table.table-striped tbody .tr:nth-of-type(2n-1), .table.table-striped .tbody tr:nth-of-type(2n-1), .table.table-striped .tbody .tr:nth-of-type(2n-1) {
  background: #fff;
}
.table.table-striped tbody tr:nth-of-type(2n), .table.table-striped tbody .tr:nth-of-type(2n), .table.table-striped .tbody tr:nth-of-type(2n), .table.table-striped .tbody .tr:nth-of-type(2n) {
  background: rgba(0, 0, 0, 0.04);
}

.fr-breadcrumbs li:after {
  width: 0.616969697em;
  height: 1em;
}

.toast:after {
  width: 1em;
  height: 1em;
}

.file-doc:before, .file-docx:before {
  width: 0.75em;
  height: 1em;
}

.file-pdf:before {
  width: 0.75em;
  height: 1em;
}

.file-ppt:before, .file-pptx:before {
  width: 0.75em;
  height: 1em;
}

.file-xls:before, .file-xlsx:before {
  width: 0.75em;
  height: 1em;
}

.file-zip:before {
  width: 0.75em;
  height: 1em;
}

.fr-breadcrumbs li:first-child a:before {
  width: 1em;
  height: 1em;
}

.template-1 > .template-wrapper > .template-items > .template-item {
  flex: 0 0;
  flex-basis: 50%;
  max-width: 50%;
  width: 50%;
}

@media (max-width: 767.98px) {
  .template-html > .template-wrapper > .template-items > .template-item .template-html.template-1 > .template-wrapper > .template-items, .template-html > .template-wrapper > .template-items > .template-item:first-child .template-html.template-1 > .template-wrapper > .template-items, .template-html > .template-wrapper > .template-items > .template-item:last-child .template-html.template-1 > .template-wrapper > .template-items {
    margin-left: calc(-0.7875rem * var(--sCalc) + (-0.375vw * var(--sSize)));
    margin-right: calc(-0.7875rem * var(--sCalc) + (-0.375vw * var(--sSize)));
  }
  .template-html > .template-wrapper > .template-items > .template-item .template-html.template-1 > .template-wrapper > .template-items > .template-item, .template-html > .template-wrapper > .template-items > .template-item .template-html.template-1 > .template-wrapper > .template-items > .template-item:first-child, .template-html > .template-wrapper > .template-items > .template-item .template-html.template-1 > .template-wrapper > .template-items > .template-item:last-child, .template-html > .template-wrapper > .template-items > .template-item:first-child .template-html.template-1 > .template-wrapper > .template-items > .template-item, .template-html > .template-wrapper > .template-items > .template-item:first-child .template-html.template-1 > .template-wrapper > .template-items > .template-item:first-child, .template-html > .template-wrapper > .template-items > .template-item:first-child .template-html.template-1 > .template-wrapper > .template-items > .template-item:last-child, .template-html > .template-wrapper > .template-items > .template-item:last-child .template-html.template-1 > .template-wrapper > .template-items > .template-item, .template-html > .template-wrapper > .template-items > .template-item:last-child .template-html.template-1 > .template-wrapper > .template-items > .template-item:first-child, .template-html > .template-wrapper > .template-items > .template-item:last-child .template-html.template-1 > .template-wrapper > .template-items > .template-item:last-child {
    flex: 0 0;
    flex-basis: 50%;
    max-width: 50%;
    width: 50%;
    padding-right: calc(0.7875rem * var(--sCalc) + (0.375vw * var(--sSize)));
    padding-left: calc(0.7875rem * var(--sCalc) + (0.375vw * var(--sSize)));
    padding-bottom: 0;
  }
}

.design-block.template-13 .template-items {
  display: flex;
  justify-content: flex-end;
  position: relative;
  align-items: center;
  min-height: 50vw;
  margin-left: 0;
  margin-right: 0;
}
.design-block.template-13 .template-items .template-item {
  padding: 0;
}
.design-block.template-13 .template-items .template-item:first-child {
  flex: 0 0 50vw;
  min-width: 50vw;
  max-width: none;
  position: absolute;
  left: 50%;
  padding: 0;
  transform: translateX(-50vw);
}
.design-block.template-13 .template-items .template-item:first-child img {
  width: 50vw;
}
.design-block.template-13 .template-items .template-item:last-child {
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
  padding: calc(4.2rem * var(--sCalc) + (2vw * var(--sSize))) calc(2.625rem * var(--sCalc) + (1.25vw * var(--sSize))) calc(4.2rem * var(--sCalc) + (2vw * var(--sSize))) calc(4.2rem * var(--sCalc) + (2vw * var(--sSize)));
  z-index: 1;
}
.design-block.template-13 .template-items .template-item:last-child:before {
  content: "";
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: 115%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  background: rgba(0, 0, 0, 0.05);
}
@media (max-width: 767.98px) {
  .design-block.template-13 .template-items .template-item:first-child {
    flex: 0 0 100vw;
    min-width: 100vw;
    max-width: 100vw;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50vw);
  }
  .design-block.template-13 .template-items .template-item:first-child img {
    width: 100% !important;
    height: 50vw !important;
    object-fit: cover;
  }
  .design-block.template-13 .template-items .template-item:last-child {
    margin-top: 50vw;
    padding: calc(2.625rem * var(--sCalc) + (1.25vw * var(--sSize))) !important;
  }
  .design-block.template-13 .template-items .template-item:last-child:before {
    width: 100%;
    height: 130%;
    bottom: 0;
    top: auto;
    transform: none;
  }
  .design-block.template-13 .template-items .template-photo-items:last-child {
    display: none;
  }
}

.design-block.template-14 .template-items {
  display: flex;
  justify-content: flex-start;
  position: relative;
  align-items: center;
  min-height: 50vw;
  margin-left: 0;
  margin-right: 0;
}
.design-block.template-14 .template-items .template-item {
  padding: 0;
}
.design-block.template-14 .template-items .template-item:last-child {
  flex: 0 0 50vw;
  min-width: 50vw;
  max-width: none;
  position: absolute;
  left: 50%;
  padding: 0;
}
.design-block.template-14 .template-items .template-item:last-child img {
  width: 50vw;
}
.design-block.template-14 .template-items .template-item:first-child {
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
  padding: calc(4.2rem * var(--sCalc) + (2vw * var(--sSize))) calc(2.625rem * var(--sCalc) + (1.25vw * var(--sSize))) calc(4.2rem * var(--sCalc) + (2vw * var(--sSize))) calc(4.2rem * var(--sCalc) + (2vw * var(--sSize)));
  z-index: 2;
}
.design-block.template-14 .template-items .template-item:first-child:before {
  content: "";
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: 115%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  background: rgba(0, 0, 0, 0.05);
  z-index: -1;
}
@media (max-width: 767.98px) {
  .design-block.template-14 .template-items .template-item:last-child {
    flex: 0 0 100vw;
    min-width: 100vw;
    max-width: 100vw;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50vw);
  }
  .design-block.template-14 .template-items .template-item:last-child img {
    width: 100% !important;
    height: 50vw !important;
    object-fit: cover;
  }
  .design-block.template-14 .template-items .template-item:first-child {
    margin-top: 50vw;
    padding: calc(2.625rem * var(--sCalc) + (1.25vw * var(--sSize))) !important;
  }
  .design-block.template-14 .template-items .template-item:first-child:before {
    width: 100%;
    height: 130%;
    bottom: 0;
    top: auto;
    transform: none;
  }
  .design-block.template-14 .template-items .template-photo-items:last-child {
    display: none;
  }
}

.design-block.template-13 .design-block.template-2-2, .design-block.template-14 .design-block.template-2-2 {
  margin: -0.2rem;
}
.design-block.template-13 .template-photo-items, .design-block.template-14 .template-photo-items {
  margin: 0;
}
.design-block.template-13 .template-photo-items .template-photo-item, .design-block.template-14 .template-photo-items .template-photo-item {
  padding: 0.2rem;
}

/*
.body-home, .body-subpage{
	.design-block.template-14{
		.template-item{
			&:first-child{
				@extend %designBlockImg;
				img{
					left: 100%;
					transform: translate(-50vw, -50%);
				}

			}
			&:last-child{
				@extend %designBlockText;
				z-index: 1;
				&:before{
					left: auto;
					right: 0;
				}
			}
		}

	}

	.design-block.template-13{	
		.template-item{
			&:last-child{
				@extend %designBlockImg;
				img{
					left: 0;
					transform: translate(0, -50%);
				}			
			}
			&:first-child{
				@extend %designBlockText;
				z-index: 2;
				&:before{
					left: 0;
				}
			}
		}
	}

	.design-block.template-13, .design-block.template-14{
		@extend %ls;
		padding: 0;
		.template-items{
			display: flex;
			align-items: center;
			padding: 0;
		}
		.btn{
			@extend %btn-line;
		}
		@include media-breakpoint-down(md){
			padding-top: s(5);
			padding-bottom: s(5);
			.template-items{
				flex-wrap: wrap !important;				
				.template-item:first-child, .template-item:last-child {
					@include flex(1 1, 100vw);			
					min-height: 40vw !important;
					&:before{
						width: 100% !important;
						height: calc(100% + calc(4.2rem * var(--sCalc) + (2vw * var(--sSize)))) !important;
					}
					img{
						width: 100vw !important;
						height: 100% !important;
						left: 50%;
						object-fit: cover;
					}
				}
			}
		}
	}

	.design-block.template-14{
		@include media-breakpoint-down(md){
			.template-items{
				.template-item:last-child{
					&:before{
						top: s(-8);
					}
				}
			}
		}
	}

	.design-block.template-13{
		@include media-breakpoint-down(md){
			.template-items{
				.template-item{
					&:first-child{
						&:before{
							height: calc(100% + calc(4.2rem * var(--sCalc) + (2vw * var(--sSize)))); 
							bottom: s(-8);
							top: auto;
						}
					}
					&:last-child{
						img{
							transform: translateX(-50vw) !important;
							top: 0 !important;
						}
					}
				}
			}
		}
	}
}
*/
.template-2-2 .template-photo-item {
  flex: 0 0;
  flex-basis: 25%;
  max-width: 25%;
  width: 25%;
  padding: 0 calc(0.7875rem * var(--sCalc) + (0.375vw * var(--sSize))) calc(1.575rem * var(--sCalc) + (0.75vw * var(--sSize))) calc(0.7875rem * var(--sCalc) + (0.375vw * var(--sSize)));
}

.template-2-2.alternative .template-photo-item {
  padding: calc(0.7875rem * var(--sCalc) + (0.375vw * var(--sSize))) calc(0.7875rem * var(--sCalc) + (0.375vw * var(--sSize))) calc(0.7875rem * var(--sCalc) + (0.375vw * var(--sSize))) calc(0.7875rem * var(--sCalc) + (0.375vw * var(--sSize)));
}

.template-2-2 .template-photo-item {
  flex: 0 0;
  flex-basis: 50%;
  max-width: 50%;
  width: 50%;
}

.template-2 > .template-wrapper > .template-items > .template-item:first-child {
  flex: 0 0;
  flex-basis: 33.33333%;
  max-width: 33.33333%;
  width: 33.33333%;
}
.template-2 > .template-wrapper > .template-items > .template-item:last-child {
  flex: 0 0;
  flex-basis: 66.66666%;
  max-width: 66.66666%;
  width: 66.66666%;
}

.template-3 > .template-wrapper > .template-items > .template-item:first-child {
  flex: 0 0;
  flex-basis: 66.66666%;
  max-width: 66.66666%;
  width: 66.66666%;
}
.template-3 > .template-wrapper > .template-items > .template-item:last-child {
  flex: 0 0;
  flex-basis: 33.33333%;
  max-width: 33.33333%;
  width: 33.33333%;
}

.template-4-2 .template-photo-item {
  flex: 0 0;
  flex-basis: 25%;
  max-width: 25%;
  width: 25%;
  padding: 0 calc(0.7875rem * var(--sCalc) + (0.375vw * var(--sSize))) calc(1.575rem * var(--sCalc) + (0.75vw * var(--sSize))) calc(0.7875rem * var(--sCalc) + (0.375vw * var(--sSize)));
}

.template-4-2.alternative .template-photo-item {
  padding: calc(0.7875rem * var(--sCalc) + (0.375vw * var(--sSize))) calc(0.7875rem * var(--sCalc) + (0.375vw * var(--sSize))) calc(0.7875rem * var(--sCalc) + (0.375vw * var(--sSize))) calc(0.7875rem * var(--sCalc) + (0.375vw * var(--sSize)));
}

@media (max-width: 575.98px) {
  .template-4-2 .template-photo-item {
    flex: 0 0;
    flex-basis: 50%;
    max-width: 50%;
    width: 50%;
  }
}

.template-html.template-4 > .template-wrapper > .template-items > .template-item {
  flex: 0 0;
  flex-basis: 50%;
  max-width: 50%;
  width: 50%;
}

.template-html.template-4 .template-items {
  padding: 4rem 0 0 0;
  margin-right: 0;
  margin-left: 0;
}
.template-html.template-4 iframe {
  border: none;
}
@media (max-width: 767.98px) {
  .template-html.template-4 .template-items {
    padding: 0;
  }
}

.template-html.template-4 .template-item:first-child {
  position: relative;
  z-index: 2;
  top: -4rem;
  padding: 0;
}
.template-html.template-4 .template-item:last-child {
  padding: calc(1.575rem * var(--sCalc) + (0.75vw * var(--sSize))) calc(2.625rem * var(--sCalc) + (1.25vw * var(--sSize)));
  position: relative;
  z-index: 1;
}
.template-html.template-4 .template-item:last-child:before {
  transition: 0.5s;
  content: "";
  display: block;
  position: absolute;
  width: calc(100% + 6rem);
  height: 100%;
  background: rgba(0, 0, 0, 0.05);
  left: 0;
  top: 0;
  bottom: auto;
  background: rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.1);
  top: 0rem;
  left: auto;
  right: 0;
  z-index: -1;
  pointer-events: none;
}
@media (prefers-reduced-motion: reduce) {
  .template-html.template-4 .template-item:last-child:before {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .template-html.template-4 .template-item:first-child {
    top: auto;
  }
  .template-html.template-4 .template-item:last-child {
    margin-top: 0.5rem;
  }
  .template-html.template-4 .template-item:last-child:before {
    width: 100%;
    height: 100%;
    top: auto;
    top: 0;
  }
}

@media (max-width: 767.98px) {
  .template-html.template-4 > .template-wrapper > .template-items > .template-item:first-child {
    padding: 0;
  }
  .template-html.template-4 > .template-wrapper > .template-items > .template-item:last-child {
    padding: 2rem;
  }
}

.template-html.template-5 > .template-wrapper > .template-items > .template-item {
  flex: 0 0;
  flex-basis: 50%;
  max-width: 50%;
  width: 50%;
}

.template-html.template-5 .template-items {
  padding: 4rem 0 0 0;
  margin-right: 0;
  margin-left: 0;
}
.template-html.template-5 iframe {
  border: none;
}
@media (max-width: 767.98px) {
  .template-html.template-5 .template-items {
    padding: 0;
  }
}

.template-html.template-5 .template-item:first-child {
  padding: 3rem calc(0.7875rem * var(--sCalc) + (0.375vw * var(--sSize))) 3rem 5rem;
  position: relative;
  top: -4rem;
}
.template-html.template-5 .template-item:first-child:before {
  transition: 0.5s;
  content: "";
  display: block;
  position: absolute;
  width: calc(100% + 6rem);
  height: 100%;
  background: rgba(0, 0, 0, 0.05);
  left: 0;
  top: 0;
  bottom: auto;
  background: rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.1);
  top: 0rem;
  right: auto;
  left: 0;
  z-index: -1;
  pointer-events: none;
}
@media (prefers-reduced-motion: reduce) {
  .template-html.template-5 .template-item:first-child:before {
    transition: none;
  }
}
.template-html.template-5 .template-item:last-child {
  padding: 0;
}
.template-html.template-5 .template-item:last-child {
  position: relative;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .template-html.template-5 .template-item:first-child {
    top: auto;
    margin-bottom: 0.5rem;
  }
  .template-html.template-5 .template-item:first-child:before {
    width: 100%;
    height: 100%;
    top: auto;
    bottom: 0;
  }
}

@media (max-width: 767.98px) {
  .template-html.template-5 > .template-wrapper > .template-items > .template-item:first-child {
    padding: 2rem;
  }
  .template-html.template-5 > .template-wrapper > .template-items > .template-item:last-child {
    padding: 0;
  }
}

.template-6 > .template-wrapper > .template-items > .template-item {
  flex: 0 0;
  flex-basis: 33.33334%;
  max-width: 33.33334%;
  width: 33.33334%;
}

.template-7 > .template-wrapper > .template-items > .template-item {
  flex: 0 0;
  flex-basis: 25%;
  max-width: 25%;
  width: 25%;
}

@media (max-width: 767.98px) {
  .template-html > .template-wrapper > .template-items > .template-item .template-html.template-7 > .template-wrapper > .template-items, .template-html > .template-wrapper > .template-items > .template-item:first-child .template-html.template-7 > .template-wrapper > .template-items, .template-html > .template-wrapper > .template-items > .template-item:last-child .template-html.template-7 > .template-wrapper > .template-items {
    margin-left: calc(-0.7875rem * var(--sCalc) + (-0.375vw * var(--sSize)));
    margin-right: calc(-0.7875rem * var(--sCalc) + (-0.375vw * var(--sSize)));
  }
  .template-html > .template-wrapper > .template-items > .template-item .template-html.template-7 > .template-wrapper > .template-items > .template-item, .template-html > .template-wrapper > .template-items > .template-item .template-html.template-7 > .template-wrapper > .template-items > .template-item:first-child, .template-html > .template-wrapper > .template-items > .template-item .template-html.template-7 > .template-wrapper > .template-items > .template-item:last-child, .template-html > .template-wrapper > .template-items > .template-item:first-child .template-html.template-7 > .template-wrapper > .template-items > .template-item, .template-html > .template-wrapper > .template-items > .template-item:first-child .template-html.template-7 > .template-wrapper > .template-items > .template-item:first-child, .template-html > .template-wrapper > .template-items > .template-item:first-child .template-html.template-7 > .template-wrapper > .template-items > .template-item:last-child, .template-html > .template-wrapper > .template-items > .template-item:last-child .template-html.template-7 > .template-wrapper > .template-items > .template-item, .template-html > .template-wrapper > .template-items > .template-item:last-child .template-html.template-7 > .template-wrapper > .template-items > .template-item:first-child, .template-html > .template-wrapper > .template-items > .template-item:last-child .template-html.template-7 > .template-wrapper > .template-items > .template-item:last-child {
    flex: 0 0;
    flex-basis: 50%;
    max-width: 50%;
    width: 50%;
    padding-right: calc(0.7875rem * var(--sCalc) + (0.375vw * var(--sSize)));
    padding-left: calc(0.7875rem * var(--sCalc) + (0.375vw * var(--sSize)));
    padding-bottom: 0;
  }
}

.template-8 > .template-wrapper > .template-items {
  margin-left: calc(-0.525rem * var(--sCalc) + (-0.25vw * var(--sSize)));
  margin-right: calc(-0.525rem * var(--sCalc) + (-0.25vw * var(--sSize)));
}
.template-8 > .template-wrapper > .template-items > .template-item {
  padding-left: calc(0.525rem * var(--sCalc) + (0.25vw * var(--sSize)));
  padding-right: calc(0.525rem * var(--sCalc) + (0.25vw * var(--sSize)));
  flex: 0 0;
  flex-basis: 16.66667%;
  max-width: 16.66667%;
  width: 16.66667%;
}
@media (max-width: 991.98px) {
  .template-8 > .template-wrapper > .template-items > .template-item {
    flex: 0 0;
    flex-basis: 33.33334%;
    max-width: 33.33334%;
    width: 33.33334%;
    padding-bottom: calc(0.525rem * var(--sCalc) + (0.25vw * var(--sSize)));
  }
}
@media (max-width: 575.98px) {
  .template-8 > .template-wrapper > .template-items > .template-item {
    flex: 0 0;
    flex-basis: 50%;
    max-width: 50%;
    width: 50%;
  }
}

@media (max-width: 767.98px) {
  .template-html.template-8 > .template-wrapper > .template-items {
    margin-left: calc(-0.525rem * var(--sCalc) + (-0.25vw * var(--sSize)));
    margin-right: calc(-0.525rem * var(--sCalc) + (-0.25vw * var(--sSize)));
  }
  .template-html.template-8 > .template-wrapper > .template-items > .template-item, .template-html.template-8 > .template-wrapper > .template-items > .template-item:first-child, .template-html.template-8 > .template-wrapper > .template-items > .template-item:last-child {
    padding-left: calc(0.525rem * var(--sCalc) + (0.25vw * var(--sSize)));
    padding-right: calc(0.525rem * var(--sCalc) + (0.25vw * var(--sSize)));
    padding-bottom: calc(0.525rem * var(--sCalc) + (0.25vw * var(--sSize)));
    flex: 0 0;
    flex-basis: 50%;
    max-width: 50%;
    width: 50%;
  }
}

.template-html {
  margin: 0;
  padding: 5rem 0;
  position: relative;
}
.template-html .template-html {
  margin: 0 0 calc((0.7875rem * var(--sCalc) + (0.375vw * var(--sSize))) * 2) 0;
  padding: 0;
}
.template-html .template-html:before, .template-html .template-html:after {
  display: none;
}
.template-html .template-html .template-items {
  margin-top: 0;
}
.template-html h2 {
  margin: 1rem 0 5rem;
}
.template-html .template-items {
  display: flex;
  text-align: left;
  flex-wrap: wrap;
  margin-left: calc(-0.7875rem * var(--sCalc) + (-0.375vw * var(--sSize)));
  margin-right: calc(-0.7875rem * var(--sCalc) + (-0.375vw * var(--sSize)));
}
.template-html .template-item {
  padding: 0 calc(0.7875rem * var(--sCalc) + (0.375vw * var(--sSize)));
}

.template-html .template-wrapper, .template-photo .template-wrapper, .template-container .template-wrapper {
  position: relative;
  z-index: 1;
}
.template-html p, .template-photo p, .template-container p {
  margin: 0;
}
.template-html img, .template-photo img, .template-container img {
  width: 100% !important;
  height: auto !important;
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
  max-height: none !important;
  float: none !important;
}

.template-html.alternative, .template-photo.alternative, .template-container.alternative {
  position: relative;
}
.template-html.alternative > *, .template-photo.alternative > *, .template-container.alternative > * {
  position: relative;
  z-index: 1;
}
.template-html.alternative:after, .template-photo.alternative:after, .template-container.alternative:after {
  transition: 0.5s;
  content: "";
  display: block;
  position: absolute;
  width: 200vw;
  height: 100%;
  background: transparent;
  left: 0;
  top: 0;
  bottom: auto;
  background: rgba(73, 80, 87, 0.05);
  left: -50vw;
  top: 0;
}
@media (prefers-reduced-motion: reduce) {
  .template-html.alternative:after, .template-photo.alternative:after, .template-container.alternative:after {
    transition: none;
  }
}

.template-html.py-min {
  padding: 1rem 0;
}

@media (max-width: 767.98px) {
  .template-html > .template-wrapper > .template-items {
    margin: 0;
  }
  .template-html > .template-wrapper > .template-items > .template-item, .template-html > .template-wrapper > .template-items > .template-item:first-child, .template-html > .template-wrapper > .template-items > .template-item:last-child {
    flex: 0 0;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: calc(1.05rem * var(--sCalc) + (0.5vw * var(--sSize)));
  }
  .template-html > .template-wrapper > .template-items > .template-item .template-html.template-1 > .template-wrapper > .template-items, .template-html > .template-wrapper > .template-items > .template-item .template-html.template-7 > .template-wrapper > .template-items, .template-html > .template-wrapper > .template-items > .template-item:first-child .template-html.template-1 > .template-wrapper > .template-items, .template-html > .template-wrapper > .template-items > .template-item:first-child .template-html.template-7 > .template-wrapper > .template-items, .template-html > .template-wrapper > .template-items > .template-item:last-child .template-html.template-1 > .template-wrapper > .template-items, .template-html > .template-wrapper > .template-items > .template-item:last-child .template-html.template-7 > .template-wrapper > .template-items {
    margin-left: calc(-0.7875rem * var(--sCalc) + (-0.375vw * var(--sSize)));
    margin-right: calc(-0.7875rem * var(--sCalc) + (-0.375vw * var(--sSize)));
  }
  .template-html > .template-wrapper > .template-items > .template-item .template-html.template-1 > .template-wrapper > .template-items > .template-item, .template-html > .template-wrapper > .template-items > .template-item .template-html.template-1 > .template-wrapper > .template-items > .template-item:first-child, .template-html > .template-wrapper > .template-items > .template-item .template-html.template-1 > .template-wrapper > .template-items > .template-item:last-child, .template-html > .template-wrapper > .template-items > .template-item .template-html.template-7 > .template-wrapper > .template-items > .template-item, .template-html > .template-wrapper > .template-items > .template-item .template-html.template-7 > .template-wrapper > .template-items > .template-item:first-child, .template-html > .template-wrapper > .template-items > .template-item .template-html.template-7 > .template-wrapper > .template-items > .template-item:last-child, .template-html > .template-wrapper > .template-items > .template-item:first-child .template-html.template-1 > .template-wrapper > .template-items > .template-item, .template-html > .template-wrapper > .template-items > .template-item:first-child .template-html.template-1 > .template-wrapper > .template-items > .template-item:first-child, .template-html > .template-wrapper > .template-items > .template-item:first-child .template-html.template-1 > .template-wrapper > .template-items > .template-item:last-child, .template-html > .template-wrapper > .template-items > .template-item:first-child .template-html.template-7 > .template-wrapper > .template-items > .template-item, .template-html > .template-wrapper > .template-items > .template-item:first-child .template-html.template-7 > .template-wrapper > .template-items > .template-item:first-child, .template-html > .template-wrapper > .template-items > .template-item:first-child .template-html.template-7 > .template-wrapper > .template-items > .template-item:last-child, .template-html > .template-wrapper > .template-items > .template-item:last-child .template-html.template-1 > .template-wrapper > .template-items > .template-item, .template-html > .template-wrapper > .template-items > .template-item:last-child .template-html.template-1 > .template-wrapper > .template-items > .template-item:first-child, .template-html > .template-wrapper > .template-items > .template-item:last-child .template-html.template-1 > .template-wrapper > .template-items > .template-item:last-child, .template-html > .template-wrapper > .template-items > .template-item:last-child .template-html.template-7 > .template-wrapper > .template-items > .template-item, .template-html > .template-wrapper > .template-items > .template-item:last-child .template-html.template-7 > .template-wrapper > .template-items > .template-item:first-child, .template-html > .template-wrapper > .template-items > .template-item:last-child .template-html.template-7 > .template-wrapper > .template-items > .template-item:last-child {
    flex: 0 0;
    flex-basis: 50%;
    max-width: 50%;
    width: 50%;
    padding-right: calc(0.7875rem * var(--sCalc) + (0.375vw * var(--sSize)));
    padding-left: calc(0.7875rem * var(--sCalc) + (0.375vw * var(--sSize)));
    padding-bottom: 0;
  }
}

.template-container {
  padding: calc(0.7875rem * var(--sCalc) + (0.375vw * var(--sSize)));
}

.template-photo-items {
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(-0.7875rem * var(--sCalc) + (-0.375vw * var(--sSize)));
  margin-right: calc(-0.7875rem * var(--sCalc) + (-0.375vw * var(--sSize)));
}

.design-block, .info-block {
  /*
  není jako dobré řešení. Bylo by vhodné udělat jako nový styl. Takto se to plete.
  .font-color-primary{
  	@extend %ls;
  	text-transform: uppercase;
  	font-weight: 700;
  	font-size: $font-size-sm;
  }
  */
}
.design-block h2, .info-block h2 {
  color: inherit;
}
.design-block h3, .info-block h3 {
  color: inherit;
}
.design-block h2 + .font-color-primary, .info-block h2 + .font-color-primary {
  margin-bottom: calc(1.05rem * var(--sCalc) + (0.5vw * var(--sSize)));
  margin-top: calc(-1.05rem * var(--sCalc) + (-0.5vw * var(--sSize)));
}
.design-block .font-color-primary + h2, .info-block .font-color-primary + h2 {
  margin-bottom: calc(1.05rem * var(--sCalc) + (0.5vw * var(--sSize)));
  margin-top: calc(0.525rem * var(--sCalc) + (0.25vw * var(--sSize)));
}
.design-block .btn, .info-block .btn {
  height: auto;
  min-height: 6rem;
  padding: 1rem 4rem;
  border-radius: 0;
  font-size: 1.4rem;
  /*
  position: absolute;
  bottom: 0;
  transform: translateY(50%);
  @include media-breakpoint-down(sm){
  	position: relative;
  	bottom: auto;
  	transform: none;
  }
  */
}

*, ::after, ::before {
  box-sizing: border-box;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

*:focus, button:focus {
  outline: none;
}

html {
  font-size: 62.5%;
}

img {
  max-width: 100%;
  padding: 0 !important;
  height: auto;
}

ul, ol {
  padding-left: 4rem;
}

ul > li {
  list-style-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10.18 16.5' data-width='10.18px' data-height='16.5px' fill='rgb%280%2C0%2C0%29'%3E%3Ctitle%3Earrow-right%3C/title%3E%3Cg data-name='Vrstva 2'%3E%3Cg%3E%3Cpath class='cls-1' d='M6.32%2C8.25%2C0%2C1.93%2C1.93%2C0l8.25%2C8.25L1.93%2C16.5%2C0%2C14.57Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

ol > li {
  list-style-image: none;
}

li {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  -webkit-column-break-inside: avoid;
  column-break-inside: avoid;
  page-break-inside: avoid;
}

label, .label {
  display: block;
}
label span, .label span {
  display: inline-block;
  padding: 0 0 0.7rem 0;
}

hr {
  margin: 0;
}

table, .table {
  overflow-wrap: normal;
  word-wrap: normal;
  height: 100%;
}

a:hover, a:focus, a:active {
  text-decoration: underline;
}

a, button {
  text-decoration: none;
}
a:hover, a:focus, a:active, button:hover, button:focus, button:active {
  color: #262a2d;
}

head p, footer p {
  margin: 0;
}

footer {
  clear: both;
}

.wrapper-header p {
  margin: 0;
}

.th {
  font-weight: 700;
}

blockquote {
  position: relative;
  padding-left: 9rem;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
blockquote:before {
  content: '"';
  position: absolute;
  font-size: calc(17.4666666667rem * var(--fsCalc) + (1.3333333333vw * var(--fsSize)));
  line-height: 0.8;
  pointer-events: none;
  display: block;
  color: rgba(0, 0, 0, 0.5);
}
blockquote:before {
  left: 0;
}
blockquote:after {
  transform: translate(0, -30%);
  right: 0;
  display: none;
}
@media (max-width: 575.98px) {
  blockquote {
    padding-left: 0;
    padding-top: 6rem;
  }
  blockquote:before {
    transform: translate(-1rem, -40%);
  }
}

.table {
  overflow-wrap: normal;
  word-wrap: normal;
}
.table .th-empty:before {
  text-indent: -200vw;
}

.bf, .fr-breadcrumbs li:first-child span, .form-label-sensitive .input-line .custom-file-label .caption {
  position: absolute;
  font-size: 2rem;
  color: #fff;
  background: #000;
  left: -500vw;
  max-width: 100vw;
}

.toggle-icon:not(.active) > *.act {
  display: none;
}
.toggle-icon.active > * {
  display: none;
}
.toggle-icon.active > *.act {
  display: block;
}

.gray-box {
  transition: 0.5s;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /*
  width: 100%;
  height: 100%;
  */
  z-index: -10;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
}
@media (prefers-reduced-motion: reduce) {
  .gray-box {
    transition: none;
  }
}
body[class*=show-] .gray-box, body[class*=ajax-animation] .gray-box {
  z-index: 500;
  opacity: 1;
}

[class*=icon-] {
  fill: currentColor;
}

symbol[id*=icon-], svg {
  overflow: visible;
}

.file-pdf:before {
  content: "";
  background: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 24' width='18px' height='24px' fill='rgb%2873%2C80%2C87%29'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23a52416%3B%7D%3C/style%3E%3C/defs%3E%3Cg data-name='Vrstva 2'%3E%3Cg data-name='Vrstva 1'%3E%3Cpath class='cls-1' d='M18%2C6.19V21.75A2.25%2C2.25%2C0%2C0%2C1%2C15.75%2C24H2.25A2.25%2C2.25%2C0%2C0%2C1%2C0%2C21.75V2.25A2.25%2C2.25%2C0%2C0%2C1%2C2.25%2C0h9.57a2.28%2C2.28%2C0%2C0%2C1%2C1.59.66l3.93%2C3.93A2.29%2C2.29%2C0%2C0%2C1%2C18%2C6.19ZM15.75%2C21.75V8.25H10.88A1.12%2C1.12%2C0%2C0%2C1%2C9.75%2C7.13V2.25H2.25v19.5Zm-2.59-4.92A6.34%2C6.34%2C0%2C0%2C1%2C10.54%2C16a23%2C23%2C0%2C0%2C0-3.2.94C5%2C21%2C3.61%2C19.18%2C3.77%2C18.44c.19-.94%2C1.45-1.68%2C2.39-2.16.49-.87%2C1.19-2.37%2C1.66-3.49a6.68%2C6.68%2C0%2C0%2C1-.33-3.15%2C1%2C1%2C0%2C0%2C1%2C2%2C.28%2C5.78%2C5.78%2C0%2C0%2C1-.26%2C2.62A4%2C4%2C0%2C0%2C0%2C11%2C14.71c.82-.1%2C2.45-.25%2C3%2C.31A1.08%2C1.08%2C0%2C0%2C1%2C13.16%2C16.83Zm-7%2C.2a5.39%2C5.39%2C0%2C0%2C0-1.43%2C1.64S5.23%2C18.45%2C6.12%2C17Zm3.82-1.8a5.1%2C5.1%2C0%2C0%2C1-1.41-1.66%2C17.22%2C17.22%2C0%2C0%2C1-1.16%2C2.56A17.79%2C17.79%2C0%2C0%2C1%2C9.94%2C15.23ZM8.6%2C11.64c.23-.4.26-1.91-.08-1.91A4%2C4%2C0%2C0%2C0%2C8.6%2C11.64Zm3.19%2C3.89c1.52.65%2C1.75.37%2C1.75.37C13.71%2C15.79%2C13.44%2C15.41%2C11.79%2C15.53ZM12%2C2.44V6h3.57Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat center;
  font-size: 1.9rem;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  top: -2px;
}

.file-doc:before, .file-docx:before {
  content: "";
  background: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 24' width='18px' height='24px' fill='rgb%2873%2C80%2C87%29'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%234c6db2%3B%7D%3C/style%3E%3C/defs%3E%3Cg data-name='Vrstva 2'%3E%3Cg data-name='Vrstva 1'%3E%3Cpath class='cls-1' d='M18%2C6.19V21.75A2.25%2C2.25%2C0%2C0%2C1%2C15.75%2C24H2.25A2.25%2C2.25%2C0%2C0%2C1%2C0%2C21.75V2.25A2.25%2C2.25%2C0%2C0%2C1%2C2.25%2C0h9.57a2.28%2C2.28%2C0%2C0%2C1%2C1.59.66l3.93%2C3.93A2.29%2C2.29%2C0%2C0%2C1%2C18%2C6.19ZM15.75%2C21.75V8.25H10.88A1.12%2C1.12%2C0%2C0%2C1%2C9.75%2C7.13V2.25H2.25v19.5ZM12.57%2C12h.74a.56.56%2C0%2C0%2C1%2C.54.69c-.2.8-.64%2C2.54-1.62%2C6.38a.56.56%2C0%2C0%2C1-.54.43H10.53a.56.56%2C0%2C0%2C1-.54-.43c-.25-1-.84-3.33-.84-3.35L9%2C14.91a5.3%2C5.3%2C0%2C0%2C1-.14.81L8%2C19.07a.56.56%2C0%2C0%2C1-.54.43H6.31a.57.57%2C0%2C0%2C1-.55-.43c-.3-1.24-1.18-4.85-1.56-6.38A.57.57%2C0%2C0%2C1%2C4.75%2C12h.79a.56.56%2C0%2C0%2C1%2C.55.46c.24%2C1.2.87%2C4.39.9%2C4.64a1.76%2C1.76%2C0%2C0%2C1%2C0%2C.19c0-.35%2C0-.22%2C1.16-4.86A.59.59%2C0%2C0%2C1%2C8.72%2C12h.63a.57.57%2C0%2C0%2C1%2C.55.44C11%2C17.11%2C11%2C16.86%2C11%2C17.1c0%2C.08%2C0%2C.15%2C0%2C.2%2C0-.38%2C0-.27%2C1-4.85a.56.56%2C0%2C0%2C1%2C.55-.45ZM12%2C2.44V6h3.57Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat center;
  font-size: 1.9rem;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  top: -2px;
}

.file-xls:before, .file-xlsx:before {
  content: "";
  background: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 24' width='18px' height='24px' fill='rgb%2873%2C80%2C87%29'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%2354914f%3B%7D%3C/style%3E%3C/defs%3E%3Cg data-name='Vrstva 2'%3E%3Cg data-name='Vrstva 1'%3E%3Cpath class='cls-1' d='M18%2C6.19V21.75A2.25%2C2.25%2C0%2C0%2C1%2C15.75%2C24H2.25A2.25%2C2.25%2C0%2C0%2C1%2C0%2C21.75V2.25A2.25%2C2.25%2C0%2C0%2C1%2C2.25%2C0h9.57a2.28%2C2.28%2C0%2C0%2C1%2C1.59.66l3.93%2C3.93A2.29%2C2.29%2C0%2C0%2C1%2C18%2C6.19ZM15.75%2C21.75V8.25H10.88A1.12%2C1.12%2C0%2C0%2C1%2C9.75%2C7.13V2.25H2.25v19.5Zm-3.08-10.4C11.92%2C12.64%2C10.53%2C15%2C10.5%2C15l2.17%2C3.66a.56.56%2C0%2C0%2C1-.48.84H10.84a.57.57%2C0%2C0%2C1-.5-.29c-1.06-2-.64-1.29-1.34-2.71a23.15%2C23.15%2C0%2C0%2C1-1.34%2C2.71.56.56%2C0%2C0%2C1-.49.29H5.81a.55.55%2C0%2C0%2C1-.48-.84L7.5%2C15%2C5.33%2C11.35a.56.56%2C0%2C0%2C1%2C.48-.85H7.17a.56.56%2C0%2C0%2C1%2C.49.3c1%2C1.89.69%2C1.34%2C1.34%2C2.7a24.54%2C24.54%2C0%2C0%2C1%2C1.35-2.7.55.55%2C0%2C0%2C1%2C.49-.3h1.35A.56.56%2C0%2C0%2C1%2C12.67%2C11.35ZM12%2C2.44V6h3.57Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat center;
  font-size: 1.9rem;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  top: -2px;
}

.file-ppt:before, .file-pptx:before {
  content: "";
  background: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 24' width='18px' height='24px' fill='rgb%2873%2C80%2C87%29'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23f04e05%3B%7D%3C/style%3E%3C/defs%3E%3Cg data-name='Vrstva 2'%3E%3Cg data-name='Vrstva 1'%3E%3Cpath class='cls-1' d='M18%2C6.19V21.75A2.25%2C2.25%2C0%2C0%2C1%2C15.75%2C24H2.25A2.25%2C2.25%2C0%2C0%2C1%2C0%2C21.75V2.25A2.25%2C2.25%2C0%2C0%2C1%2C2.25%2C0h9.57a2.28%2C2.28%2C0%2C0%2C1%2C1.59.66l3.93%2C3.93A2.29%2C2.29%2C0%2C0%2C1%2C18%2C6.19ZM15.75%2C21.75V8.25H10.88A1.12%2C1.12%2C0%2C0%2C1%2C9.75%2C7.13V2.25H2.25v19.5ZM5.62%2C11.07a.58.58%2C0%2C0%2C1%2C.57-.57H9.43a2.91%2C2.91%2C0%2C0%2C1%2C3%2C3.11c0%2C3.49-3.23%2C3.12-4.48%2C3.12v2.21a.56.56%2C0%2C0%2C1-.56.56H6.19a.57.57%2C0%2C0%2C1-.57-.56ZM9%2C14.85a1.09%2C1.09%2C0%2C0%2C0%2C.85-.34%2C1.48%2C1.48%2C0%2C0%2C0%2C0-1.77A1%2C1%2C0%2C0%2C0%2C9%2C12.41H7.89v2.44H9ZM12%2C2.44V6h3.57Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat center;
  font-size: 1.9rem;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  top: -2px;
}

.file-zip:before {
  content: "";
  background: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 24' width='18px' height='24px' fill='rgb%2873%2C80%2C87%29'%3E%3Cg data-name='Vrstva 2'%3E%3Cg data-name='Vrstva 1'%3E%3Cpath d='M18%2C6.19V21.75A2.25%2C2.25%2C0%2C0%2C1%2C15.75%2C24H2.25A2.25%2C2.25%2C0%2C0%2C1%2C0%2C21.75V2.25A2.25%2C2.25%2C0%2C0%2C1%2C2.25%2C0h9.57a2.28%2C2.28%2C0%2C0%2C1%2C1.59.66l3.93%2C3.93A2.29%2C2.29%2C0%2C0%2C1%2C18%2C6.19ZM15.75%2C8.25H10.88A1.12%2C1.12%2C0%2C0%2C1%2C9.75%2C7.13V2.25H7.49V3H6V2.25H2.25v19.5h13.5ZM9.91%2C16.57a2.46%2C2.46%2C0%2C1%2C1-4.82%2C0L6%2C12V10.5h1.5V12h1a.57.57%2C0%2C0%2C1%2C.55.46ZM9%2C17a1.41%2C1.41%2C0%2C0%2C0-1.52-1.27A1.4%2C1.4%2C0%2C0%2C0%2C6%2C17a1.4%2C1.4%2C0%2C0%2C0%2C1.51%2C1.26A1.41%2C1.41%2C0%2C0%2C0%2C9%2C17ZM7.51%2C4.5V6H6V4.5Zm0%2C3V9H6V7.5ZM9%2C4.5H7.51V3H9Zm0%2C3H7.51V6H9Zm0%2C3H7.51V9H9ZM12%2C6h3.57L12%2C2.44Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat center;
  font-size: 1.9rem;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  top: -2px;
}

button.gotop {
  transition: 0.5s;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  border-radius: 50%;
  border: none;
  width: 5rem;
  height: 5rem;
  position: fixed;
  bottom: -10rem;
  right: 2rem;
  font-size: 1rem;
  z-index: 50;
  background: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6.17' width='10px' height='6.17px' fill='rgb%28255%2C255%2C255%29'%3E%3Ctitle%3Earrow-top%3C/title%3E%3Cg data-name='Vrstva 2'%3E%3Cg%3E%3Cpath class='cls-1' d='M0%2C5%2C5%2C0l5%2C5L8.83%2C6.17%2C5%2C2.34%2C1.17%2C6.17Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") center no-repeat;
  background-color: #000;
  background-size: auto 1rem;
}
@media (prefers-reduced-motion: reduce) {
  button.gotop {
    transition: none;
  }
}
.scroll button.gotop {
  bottom: 2rem;
}

@media (min-width: 1290px) {
  .fancybox-slide--iframe .fancybox-content {
    max-width: 1160px;
  }
}
@media (max-width: 767.98px) {
  .fancybox-slide--iframe {
    padding: calc(1.05rem * var(--sCalc) + (0.5vw * var(--sSize)));
  }
}

.popup-content {
  max-width: 75rem;
}
.popup-content a .icon-text-wrapper {
  pointer-events: none;
}
@media (max-width: 575.98px) {
  .popup-content {
    max-width: none;
    width: 100%;
  }
}

.popup-d-none {
  display: none;
}

form.form-label-sensitive .input-line .label, form.form-label-sensitive .input-line label {
  top: 2rem;
  transform: translateY(-50%);
}
form.form-label-sensitive .input-line.act .label, form.form-label-sensitive .input-line.act label {
  top: 0;
  transform: translateY(-80%);
}
form.form-label-sensitive .input-line.act .custom-file-label {
  transform: translateY(0);
}
form .form-control, form .btn, form .custom-select, form .select select, .select form select, form .custom-file, form .custom-file-label, form .custom-file-label:after {
  min-height: 4rem;
  padding: 0.5rem 1.3333333333rem;
}
form .custom-file-label:after {
  display: flex;
  align-items: center;
}
form textarea.form-control {
  padding: 1rem 1.3333333333rem;
  height: 15rem;
}
form .btn {
  min-height: 4rem;
  height: auto;
  padding: 0.5rem 2.5rem;
}

.btn {
  min-height: 4rem;
  height: auto;
  padding: 0.5rem 2.5rem;
}

form.form-size-lg.form-label-sensitive .input-line .label, form.form-size-lg.form-label-sensitive .input-line label {
  top: 3rem;
  transform: translateY(-50%);
}
form.form-size-lg.form-label-sensitive .input-line.act .label, form.form-size-lg.form-label-sensitive .input-line.act label {
  top: 0;
  transform: translateY(-80%);
}
form.form-size-lg.form-label-sensitive .input-line.act .custom-file-label {
  transform: translateY(0);
}
form.form-size-lg .form-control, form.form-size-lg .btn, form.form-size-lg .custom-select, form.form-size-lg .select select, .select form.form-size-lg select, form.form-size-lg .custom-file, form.form-size-lg .custom-file-label, form.form-size-lg .custom-file-label:after {
  min-height: 6rem;
  padding: 0.5rem 2rem;
}
form.form-size-lg .custom-file-label:after {
  display: flex;
  align-items: center;
}
form.form-size-lg textarea.form-control {
  padding: 1.5rem 2rem;
  height: 15rem;
}
form.form-size-lg .btn {
  min-height: 6rem;
  height: auto;
  padding: 0.5rem 3.75rem;
}

.btn-lg {
  min-height: 6rem;
  height: auto;
  padding: 0.5rem 3.75rem;
}

form.form-size-sm.form-label-sensitive .input-line .label, form.form-size-sm.form-label-sensitive .input-line label {
  top: 1.5rem;
  transform: translateY(-50%);
}
form.form-size-sm.form-label-sensitive .input-line.act .label, form.form-size-sm.form-label-sensitive .input-line.act label {
  top: 0;
  transform: translateY(-80%);
}
form.form-size-sm.form-label-sensitive .input-line.act .custom-file-label {
  transform: translateY(0);
}
form.form-size-sm .form-control, form.form-size-sm .btn, form.form-size-sm .custom-select, form.form-size-sm .select select, .select form.form-size-sm select, form.form-size-sm .custom-file, form.form-size-sm .custom-file-label, form.form-size-sm .custom-file-label:after {
  min-height: 3rem;
  padding: 0.5rem 1rem;
}
form.form-size-sm .custom-file-label:after {
  display: flex;
  align-items: center;
}
form.form-size-sm textarea.form-control {
  padding: 0.75rem 1rem;
  height: 15rem;
}
form.form-size-sm .btn {
  min-height: 3rem;
  height: auto;
  padding: 0.5rem 1.875rem;
}

.btn-sm {
  min-height: 3rem;
  height: auto;
  padding: 0.5rem 1.875rem;
}

form.form-size-lg .btn {
  border-radius: 0;
}
form.form-size-lg .form-control, form.form-size-lg select, form.form-size-lg .custom-file-label, form.form-size-lg .custom-file-label:after, form.form-size-lg .custom-file, form.form-size-lg .custom-file-input {
  border-radius: 0rem;
  height: 6rem;
}
form.form-size-lg .custom-file-label:after {
  border-radius: 0 0rem 0rem 0;
}
form.form-size-lg .step-down {
  border-bottom-right-radius: 0rem;
}
form.form-size-lg .step-up {
  border-top-right-radius: 0rem;
}

form.form-size-sm .btn {
  border-radius: 0;
}
form.form-size-sm .form-control, form.form-size-sm select, form.form-size-sm .custom-file-label, form.form-size-sm .custom-file, form.form-size-sm .custom-file-input {
  border-radius: 0rem;
  height: 3rem;
}
form.form-size-sm .custom-file-label:after {
  border-radius: 0 0rem 0rem 0;
}
form.form-size-sm .step-down {
  border-bottom-right-radius: 0rem;
}
form.form-size-sm .step-up {
  border-top-right-radius: 0rem;
}

form {
  padding-left: 2px;
  padding-right: 2px;
  /*
  iphone focus zoom
  input[type="color"],
  input[type="date"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="email"],
  input[type="month"],
  input[type="number"],
  input[type="password"],
  input[type="search"],
  input[type="tel"],
  input[type="text"],
  input[type="time"],
  input[type="url"],
  input[type="week"],
  select,
  textarea {
  	&:focus, &:active{
  		font-size: 16px;
  	}
  }
  */
}
form .wf-content {
  text-align: left;
}
form .input-line {
  padding-bottom: 1.5rem;
}

.label {
  font-weight: 700;
}

.form-size-sm input, .form-size-sm button, .form-size-sm select, .form-size-sm optgroup, .form-size-sm textarea, .form-size-sm .custom-file, .form-size-sm .form-control {
  font-size: 1.3rem;
}

.form-size-lg input, .form-size-lg button, .form-size-lg select, .form-size-lg optgroup, .form-size-lg textarea, .form-size-lg .custom-file, .form-size-lg .form-control {
  font-size: 1.4rem;
}

textarea {
  min-height: 5rem;
}

.custom-file {
  display: block;
}

.custom-file-label {
  display: flex;
  align-items: center;
  background: #fff;
}
.custom-file-label span {
  padding: 0;
}
.custom-file-label:after {
  height: auto;
}

.custom-control.custom-checkbox .custom-control-label::before {
  border-radius: 0;
}

.custom-file-input[type=file] ~ .custom-file-label::after {
  content: attr(data-lang-browse);
  font-family: "Roboto", sans-serif;
}

.grecaptcha-badge {
  z-index: 450;
}

.label {
  margin-bottom: 1rem;
}

.g-recaptcha .grecaptcha-badge {
  bottom: 90px !important;
}

.recaptcha-info {
  font-size: 1.2rem;
  margin-top: 1.4rem;
}
.recaptcha-info p {
  margin: 0;
}

.wrapper-input-line-phone {
  display: flex;
}
.wrapper-input-line-phone .line-phone {
  flex: 1 1;
  flex-basis: auto;
  max-width: none;
  width: auto;
}
.wrapper-input-line-phone .line-phone label, .wrapper-input-line-phone .line-phone .label {
  min-width: 10rem;
}
.wrapper-input-line-phone .line-phone-prefix {
  flex: 0 0;
  flex-basis: 7.5rem;
  max-width: 7.5rem;
  width: 7.5rem;
  margin-right: 1.5rem;
}
.wrapper-input-line-phone .line-phone-prefix label.label, .wrapper-input-line-phone .line-phone-prefix .label {
  text-indent: -150vw;
  box-shadow: none;
  padding: 0;
  background: transparent;
}

.line-half {
  width: 50%;
}
@media (max-width: 575.98px) {
  .line-half {
    width: 100%;
  }
}

.filepond--root {
  font-size: 1.6rem;
  margin-top: 2rem;
}
.filepond--root .filepond--image-preview {
  background: #495057;
}
.filepond--root .filepond--file {
  background: #000 url(../images/img/file-white.png) no-repeat center bottom 2.5rem;
  background-size: 5rem auto;
}
.filepond--root .filepond--drop-label {
  min-height: 10rem;
}
.filepond--root .filepond--image-preview {
  align-items: flex-end;
  padding-bottom: 1rem;
}
.filepond--root .filepond--file-info .filepond--file-info-main {
  font-size: 1.6rem;
}
.filepond--root .filepond--item {
  width: 200px;
  min-height: 165px;
}
.filepond--root .filepond--list li {
  list-style-image: none;
}
.filepond--root .filepond--credits {
  display: none;
  visibility: hidden;
}
.filepond--root input[type=file] {
  pointer-events: none;
  visibility: hidden;
}
.filepond--root .filepond--label-action:hover, .filepond--root .filepond--label-action:focus, .filepond--root .filepond--label-action:active {
  color: #000;
}
.filepond--root .filepond--file-action-button {
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .filepond--root .filepond--file-action-button {
    transition: none;
  }
}
.filepond--root .filepond--file-action-button:hover, .filepond--root .filepond--file-action-button:focus, .filepond--root .filepond--file-action-button:active {
  color: #000;
  background: #fff;
  border: none;
  box-shadow: none;
}

/* uprava multi selectboxu na bootstrap */
.custom-select.ts-control, .select select.ts-control {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.custom-select.ts-control ::placeholder, .select select.ts-control ::placeholder {
  opacity: 0.8;
}
.custom-select.ts-control .ts-caption, .select select.ts-control .ts-caption {
  font-size: 1.3rem;
}
.custom-select:focus-within, .select select:focus-within {
  border-color: #404040;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
}
.custom-select:focus-within::-ms-value, .select select:focus-within::-ms-value {
  color: #495057;
  background-color: #fff;
}

.ts-control.custom-select, .select select.ts-control, .ts-control input[type=select-multiple] {
  min-height: 4rem;
  height: auto !important;
}

.ts-dropdown .active {
  background: rgba(0, 0, 0, 0.05);
}

.ts-wrapper.multi.has-items .ts-control.custom-select, .ts-wrapper.multi.has-items .select select.ts-control, .select .ts-wrapper.multi.has-items select.ts-control {
  padding-right: 3rem;
}
.ts-wrapper.multi .ts-control > div {
  margin: 0.3rem 0.6rem 0.3rem 0;
  background: rgba(0, 0, 0, 0.05);
}
.ts-wrapper.plugin-remove_button:not(.rtl) .item .remove {
  border-left: 1px solid rgba(0, 0, 0, 0.06);
}
.ts-wrapper .ts-control.custom-select input, .ts-wrapper .select select.ts-control input, .select .ts-wrapper select.ts-control input, .ts-wrapper .ts-dropdown .ts-caption {
  font-size: 1.3rem;
}
.ts-wrapper .ts-image {
  max-width: 4rem;
  margin-right: 1rem;
}

.has-tooltip {
  position: relative;
  padding-bottom: 0 !important;
  margin-bottom: 1.5rem;
}
.has-tooltip .wrapper-input-tooltip {
  position: relative !important;
}
.has-tooltip input {
  padding-right: 4rem;
}
.has-tooltip .input-tooltip {
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
  border-radius: none;
  letter-spacing: normal;
  word-spacing: normal;
  text-align: left;
  text-transform: none;
  position: absolute;
  height: 4rem;
  width: 4rem;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.has-tooltip svg {
  display: block;
}

.hemail {
  transform: translateX(-200vw) !important;
  position: absolute !important;
}

.input-number-wrapper {
  position: relative;
  display: block;
  min-width: 7rem;
  text-align: center;
  /*
  zatim nefunguje, nutno dodelat
  &.button-right-wrapper{
  	input[type="number"]{
  		padding-right: 4.2rem;
  		text-align: center;
  	}
  	.step-up{
  		background-image: svg-url("arrow-up", $black);
  	}
  	.step-down{
  		background-image: svg-url("arrow-down", $black);
  	}

  }

  &.button-between-wrapper{
  	.step-down, .step-up{
  		position: absolute;
  		top: 1px;
  		right: 1px;
  		z-index: 5;
  		height: calc(100% - 2px);
  		width: 3.5rem;
  		border-radius: 0;
  		border-top-right-radius: $border-radius;
  		border-bottom-right-radius: $border-radius;
  	}
  	.step-down{
  		right: auto;
  		left: 1px;
  		border-radius: 0;
  		border-top-left-radius: $border-radius;
  		border-bottom-left-radius: $border-radius;
  	}
  	input[type="number"]{
  		padding-left: 4.2rem;
  		padding-right: 4.2rem;
  		text-align: center;
  	}
  }
  */
}
.input-number-wrapper input[type=number]::-webkit-inner-spin-button, .input-number-wrapper input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.input-number-wrapper input[type=number] {
  appearance: textfield;
}
.input-number-wrapper .step-down, .input-number-wrapper .step-up {
  position: absolute;
  top: 1px;
  right: 1px;
  z-index: 5;
  height: calc(50% - 1px);
  line-height: 1;
  padding: 0;
  width: 3rem;
  text-align: center;
  border: none;
  border-radius: 0;
  border-top-right-radius: 0rem;
  background: transparent url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6.17' width='10px' height='6.17px' fill='rgb%280%2C0%2C0%29'%3E%3Ctitle%3Earrow-top%3C/title%3E%3Cg data-name='Vrstva 2'%3E%3Cg%3E%3Cpath class='cls-1' d='M0%2C5%2C5%2C0l5%2C5L8.83%2C6.17%2C5%2C2.34%2C1.17%2C6.17Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat;
  background-size: 1rem auto;
  background-position: center;
}
.input-number-wrapper .step-down:hover, .input-number-wrapper .step-down:focus, .input-number-wrapper .step-down:active, .input-number-wrapper .step-up:hover, .input-number-wrapper .step-up:focus, .input-number-wrapper .step-up:active {
  background-color: #ededed;
}
.input-number-wrapper .step-down {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6.17' width='10px' height='6.17px' fill='rgb%280%2C0%2C0%29'%3E%3Ctitle%3Earrow-down%3C/title%3E%3Cg data-name='Vrstva 2'%3E%3Cg%3E%3Cpath class='cls-1' d='M1.17%2C0%2C5%2C3.83%2C8.83%2C0%2C10%2C1.17l-5%2C5-5-5Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  top: auto;
  bottom: 1px;
  border-radius: 0;
  border-bottom-right-radius: 0rem;
}

.form-label-sensitive .input-line {
  position: relative;
  margin-top: 2.5rem;
}
.form-label-sensitive .input-line .label, .form-label-sensitive .input-line label {
  transition: 0.2s;
  left: 1rem;
  position: absolute;
  z-index: 3;
  line-height: 1.2;
  padding: 0.5rem 1rem;
  pointer-events: none;
  font-size: 1.4rem;
  font-weight: bolder;
  margin: 0;
  background: linear-gradient(90deg, #fff 70%, transparent 30%);
  box-shadow: 0 0 0 white;
  min-width: 20rem;
  color: #495057;
}
@media (prefers-reduced-motion: reduce) {
  .form-label-sensitive .input-line .label, .form-label-sensitive .input-line label {
    transition: none;
  }
}
.form-label-sensitive .input-line .custom-file-label {
  width: auto;
  background: #fff;
}
.form-label-sensitive .input-line.act .label, .form-label-sensitive .input-line.act label {
  background: #fff;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.15);
  min-width: 0;
}
.form-label-sensitive .input-line .custom-file {
  display: block;
  z-index: 2;
}
.form-label-sensitive .input-line .custom-file-label {
  left: 0;
  top: 50%;
  z-index: 10;
  font-weight: normal;
}
.form-label-sensitive .wrapper-input-line-phone {
  display: flex;
}
.form-label-sensitive .wrapper-input-line-phone .input-line {
  flex: 1 1;
  flex-basis: auto;
  max-width: none;
  width: auto;
}
.form-label-sensitive .wrapper-input-line-phone .input-line label, .form-label-sensitive .wrapper-input-line-phone .input-line .label {
  min-width: 10rem;
}
.form-label-sensitive .wrapper-input-line-phone .line-phone-prefix .label {
  left: -150vw;
}
.form-label-sensitive .wrapper-input-line-phone .input-line-phone {
  flex: 0 0;
  flex-basis: 7.5rem;
  max-width: 7.5rem;
  width: 7.5rem;
  margin-right: 1.5rem;
}
.form-label-sensitive .wrapper-input-line-phone .input-line-phone .label {
  left: -150vw;
}
.form-label-sensitive.form-size-lg .label, .form-label-sensitive.form-size-lg label, .form-label-sensitive.form-size-lg .label {
  font-size: 1.5rem;
}

.table {
  display: table;
}

.tr {
  display: table-row;
  width: auto;
}

.td, .th {
  display: table-cell;
}

.thead {
  display: table-header-group;
}

.tbody {
  display: table-row-group;
}

table.bt, .table.bt {
  width: 100%;
  border-top: none !important;
}
table.bt p, .table.bt p {
  margin: 0;
}

table.bt thead, .bt.table thead, table.bt .thead,
table.bt tbody th,
.bt.table tbody th,
table.bt .tbody th,
.bt.table .tbody th,
table.bt tbody .th,
.bt.table tbody .th,
table.bt .tbody .th,
.table.bt .thead,
.table.bt .tbody .th {
  display: none;
}

table.bt tfoot th, .bt.table tfoot th, table.bt tfoot .th, .bt.table tfoot .th,
table.bt tfoot td,
.bt.table tfoot td,
table.bt tfoot .td,
.bt.table tfoot .td,
table.bt tbody td,
.bt.table tbody td,
table.bt .tbody td,
.bt.table .tbody td,
table.bt tbody .td,
.bt.table tbody .td,
table.bt .tbody .td,
.table.bt .tfoot .th,
.table.bt .tfoot .td,
.table.bt .tbody .td {
  border: none;
  display: flex;
  justify-content: space-between;
  padding: 0;
  border: none;
  white-space: normal;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}
table.bt tfoot th .bt-content, .bt.table tfoot th .bt-content, table.bt tfoot .th .bt-content, .bt.table tfoot .th .bt-content,
table.bt tfoot td .bt-content,
.bt.table tfoot td .bt-content,
table.bt tfoot .td .bt-content,
.bt.table tfoot .td .bt-content,
table.bt tbody td .bt-content,
.bt.table tbody td .bt-content,
table.bt .tbody td .bt-content,
.bt.table .tbody td .bt-content,
table.bt tbody .td .bt-content,
.bt.table tbody .td .bt-content,
table.bt .tbody .td .bt-content,
.table.bt .tfoot .th .bt-content,
.table.bt .tfoot .td .bt-content,
.table.bt .tbody .td .bt-content {
  flex: 1 1;
  flex-basis: auto;
  max-width: none;
  width: auto;
}

table.bt tfoot tr, .bt.table tfoot tr, table.bt tfoot .tr, .bt.table tfoot .tr,
table.bt tbody tr,
.bt.table tbody tr,
table.bt .tbody tr,
.bt.table .tbody tr,
table.bt tbody .tr,
.bt.table tbody .tr,
table.bt .tbody .tr,
.table.bt .tfoot .tr,
.table.bt .tbody .tr {
  position: relative;
}
table.bt tfoot tr:before, .bt.table tfoot tr:before, table.bt tfoot .tr:before, .bt.table tfoot .tr:before,
table.bt tbody tr:before,
.bt.table tbody tr:before,
table.bt .tbody tr:before,
.bt.table .tbody tr:before,
table.bt tbody .tr:before,
.bt.table tbody .tr:before,
table.bt .tbody .tr:before,
.table.bt .tfoot .tr:before,
.table.bt .tbody .tr:before {
  transition: 0.5s;
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  bottom: auto;
  top: auto;
  bottom: 0;
}
@media (prefers-reduced-motion: reduce) {
  table.bt tfoot tr:before, .bt.table tfoot tr:before, table.bt tfoot .tr:before, .bt.table tfoot .tr:before,
  table.bt tbody tr:before,
  .bt.table tbody tr:before,
  table.bt .tbody tr:before,
  .bt.table .tbody tr:before,
  table.bt tbody .tr:before,
  .bt.table tbody .tr:before,
  table.bt .tbody .tr:before,
  .table.bt .tfoot .tr:before,
  .table.bt .tbody .tr:before {
    transition: none;
  }
}

table.bt tbody td:before, .bt.table tbody td:before, table.bt .tbody td:before, .bt.table .tbody td:before, table.bt tbody .td:before, table.bt .tbody .td:before, .bt.table .tbody .td:before, .table.bt tbody .td:before {
  white-space: normal;
  background: rgba(0, 0, 0, 0.05);
  color: #000;
  font-weight: 700;
  display: flex;
  align-items: center;
  align-self: stretch;
}

table.bt tfoot th::before, .bt.table tfoot th::before, table.bt tfoot .th::before, .bt.table tfoot .th::before,
table.bt tfoot td::before,
.bt.table tfoot td::before,
table.bt tfoot .td::before,
.bt.table tfoot .td::before,
table.bt tbody td::before,
.bt.table tbody td::before,
table.bt .tbody td::before,
.bt.table .tbody td::before,
table.bt tbody .td::before,
.bt.table tbody .td::before,
table.bt .tbody .td::before,
.table.bt .tfoot .th::before,
.table.bt .tfoot .td::before,
.table.bt .tbody .td::before {
  flex: 0 0;
  flex-basis: 40%;
  max-width: 40%;
  width: 40%;
  content: attr(data-th) ": ";
  padding: 5px 10px;
  /*
  @include media-breakpoint-down(xxs){
  	@include flex(0 0, 100%);
  	background: transparent;
  	font-weight: bold;

  }
  */
}

table.bt tbody td, .bt.table tbody td, table.bt .tbody td, .bt.table .tbody td, table.bt tbody .td, .bt.table tbody .td, table.bt .tbody .td, .table.bt .tbody .td {
  width: 100% !important;
  text-align: left !important;
}

table.bt tr, .bt.table tr, table.bt .tr, .table.bt .tr {
  display: block;
  /*
  td:first-child {
  	margin-top: 15px;
  	border-top: 5px solid $gray-200 !important;
  	padding-top: 10px;
  }
  td:first-child:before {
  	background: transparent;
  }
  td:last-child {
  	border: none !important; 
  }
  */
}

table.bt tfoot th.bt-hide, .bt.table tfoot th.bt-hide, table.bt tfoot .bt-hide.th, .bt.table tfoot .bt-hide.th,
table.bt tfoot td.bt-hide,
.bt.table tfoot td.bt-hide,
table.bt tfoot .bt-hide.td,
.bt.table tfoot .bt-hide.td,
table.bt tbody td.bt-hide,
.bt.table tbody td.bt-hide,
table.bt .tbody td.bt-hide,
.bt.table .tbody td.bt-hide,
table.bt tbody .bt-hide.td,
.bt.table tbody .bt-hide.td,
table.bt .tbody .bt-hide.td,
.table.bt .tfoot .th.bt-hide,
.table.bt .tfoot .td.bt-hide,
.table.bt .tbody .td.bt-hide {
  display: none;
}

table.bt tfoot th .bt-content, .bt.table tfoot th .bt-content, table.bt tfoot .th .bt-content, .bt.table tfoot .th .bt-content,
table.bt tfoot td .bt-content,
.bt.table tfoot td .bt-content,
table.bt tfoot .td .bt-content,
.bt.table tfoot .td .bt-content,
table.bt tbody td .bt-content,
.bt.table tbody td .bt-content,
table.bt .tbody td .bt-content,
.bt.table .tbody td .bt-content,
table.bt tbody .td .bt-content,
.bt.table tbody .td .bt-content,
table.bt .tbody .td .bt-content,
.table.bt .tfoot .th .bt-content,
.table.bt .tfoot .td .bt-content,
.table.bt .tbody .td .bt-content {
  flex: 1 1;
  flex-basis: auto;
  max-width: none;
  width: auto;
  vertical-align: top;
  padding: 5px 10px;
  background: #fbfbfb;
  display: flex;
  align-items: center;
  /*
  @include media-breakpoint-down(xxs){
  	@include flex(0 0, 100%);
  	//padding-top: 0;
  }
  */
}

@media (max-width: 767.98px) {
  table.compact.compact-sm, .table.compact.compact-sm {
    display: block;
    width: 100%;
  }
  table.compact.compact-sm tbody, table.compact.compact-sm .tbody, .table.compact.compact-sm tbody, .table.compact.compact-sm .tbody {
    display: block;
    width: 100%;
  }
  table.compact.compact-sm th, table.compact.compact-sm .th, .table.compact.compact-sm th, .table.compact.compact-sm .th {
    color: #000;
  }
  table.compact.compact-sm tr, table.compact.compact-sm .tr, .table.compact.compact-sm tr, .table.compact.compact-sm .tr {
    display: block;
  }
  table.compact.compact-sm tr .th,
  table.compact.compact-sm tr .td,
  table.compact.compact-sm tr th,
  table.compact.compact-sm tr td, table.compact.compact-sm .tr .th,
  table.compact.compact-sm .tr .td,
  table.compact.compact-sm .tr th,
  table.compact.compact-sm .tr td, .table.compact.compact-sm tr .th,
  .table.compact.compact-sm tr .td,
  .table.compact.compact-sm tr th,
  .table.compact.compact-sm tr td, .table.compact.compact-sm .tr .th,
  .table.compact.compact-sm .tr .td,
  .table.compact.compact-sm .tr th,
  .table.compact.compact-sm .tr td {
    display: block;
    text-align: center !important;
    width: 100% !important;
  }
  table.compact.compact-sm tr .th,
  table.compact.compact-sm tr .td,
  table.compact.compact-sm tr th,
  table.compact.compact-sm tr td, table.compact.compact-sm .tr .th,
  table.compact.compact-sm .tr .td,
  table.compact.compact-sm .tr th,
  table.compact.compact-sm .tr td, .table.compact.compact-sm tr .th,
  .table.compact.compact-sm tr .td,
  .table.compact.compact-sm tr th,
  .table.compact.compact-sm tr td, .table.compact.compact-sm .tr .th,
  .table.compact.compact-sm .tr .td,
  .table.compact.compact-sm .tr th,
  .table.compact.compact-sm .tr td {
    border: none;
  }
}
@media (max-width: 991.98px) {
  table.compact.compact-md, .table.compact.compact-md {
    display: block;
    width: 100%;
  }
  table.compact.compact-md tbody, table.compact.compact-md .tbody, .table.compact.compact-md tbody, .table.compact.compact-md .tbody {
    display: block;
    width: 100%;
  }
  table.compact.compact-md th, table.compact.compact-md .th, .table.compact.compact-md th, .table.compact.compact-md .th {
    color: #000;
  }
  table.compact.compact-md tr, table.compact.compact-md .tr, .table.compact.compact-md tr, .table.compact.compact-md .tr {
    display: block;
  }
  table.compact.compact-md tr .th,
  table.compact.compact-md tr .td,
  table.compact.compact-md tr th,
  table.compact.compact-md tr td, table.compact.compact-md .tr .th,
  table.compact.compact-md .tr .td,
  table.compact.compact-md .tr th,
  table.compact.compact-md .tr td, .table.compact.compact-md tr .th,
  .table.compact.compact-md tr .td,
  .table.compact.compact-md tr th,
  .table.compact.compact-md tr td, .table.compact.compact-md .tr .th,
  .table.compact.compact-md .tr .td,
  .table.compact.compact-md .tr th,
  .table.compact.compact-md .tr td {
    display: block;
    text-align: center !important;
    width: 100% !important;
  }
  table.compact.compact-md tr .th,
  table.compact.compact-md tr .td,
  table.compact.compact-md tr th,
  table.compact.compact-md tr td, table.compact.compact-md .tr .th,
  table.compact.compact-md .tr .td,
  table.compact.compact-md .tr th,
  table.compact.compact-md .tr td, .table.compact.compact-md tr .th,
  .table.compact.compact-md tr .td,
  .table.compact.compact-md tr th,
  .table.compact.compact-md tr td, .table.compact.compact-md .tr .th,
  .table.compact.compact-md .tr .td,
  .table.compact.compact-md .tr th,
  .table.compact.compact-md .tr td {
    border: none;
  }
}
@media (max-width: 1249.98px) {
  table.compact.compact-lg, .table.compact.compact-lg {
    display: block;
    width: 100%;
  }
  table.compact.compact-lg tbody, table.compact.compact-lg .tbody, .table.compact.compact-lg tbody, .table.compact.compact-lg .tbody {
    display: block;
    width: 100%;
  }
  table.compact.compact-lg th, table.compact.compact-lg .th, .table.compact.compact-lg th, .table.compact.compact-lg .th {
    color: #000;
  }
  table.compact.compact-lg tr, table.compact.compact-lg .tr, .table.compact.compact-lg tr, .table.compact.compact-lg .tr {
    display: block;
  }
  table.compact.compact-lg tr .th,
  table.compact.compact-lg tr .td,
  table.compact.compact-lg tr th,
  table.compact.compact-lg tr td, table.compact.compact-lg .tr .th,
  table.compact.compact-lg .tr .td,
  table.compact.compact-lg .tr th,
  table.compact.compact-lg .tr td, .table.compact.compact-lg tr .th,
  .table.compact.compact-lg tr .td,
  .table.compact.compact-lg tr th,
  .table.compact.compact-lg tr td, .table.compact.compact-lg .tr .th,
  .table.compact.compact-lg .tr .td,
  .table.compact.compact-lg .tr th,
  .table.compact.compact-lg .tr td {
    display: block;
    text-align: center !important;
    width: 100% !important;
  }
  table.compact.compact-lg tr .th,
  table.compact.compact-lg tr .td,
  table.compact.compact-lg tr th,
  table.compact.compact-lg tr td, table.compact.compact-lg .tr .th,
  table.compact.compact-lg .tr .td,
  table.compact.compact-lg .tr th,
  table.compact.compact-lg .tr td, .table.compact.compact-lg tr .th,
  .table.compact.compact-lg tr .td,
  .table.compact.compact-lg tr th,
  .table.compact.compact-lg tr td, .table.compact.compact-lg .tr .th,
  .table.compact.compact-lg .tr .td,
  .table.compact.compact-lg .tr th,
  .table.compact.compact-lg .tr td {
    border: none;
  }
}
@media (max-width: 575.98px) {
  table.compact, .table.compact {
    display: block;
    width: 100%;
  }
  table.compact tbody, table.compact .tbody, .table.compact tbody, .table.compact .tbody {
    display: block;
    width: 100%;
  }
  table.compact th, table.compact .th, .table.compact th, .table.compact .th {
    color: #000;
  }
  table.compact tr, table.compact .tr, .table.compact tr, .table.compact .tr {
    display: block;
  }
  table.compact tr .th,
  table.compact tr .td,
  table.compact tr th,
  table.compact tr td, table.compact .tr .th,
  table.compact .tr .td,
  table.compact .tr th,
  table.compact .tr td, .table.compact tr .th,
  .table.compact tr .td,
  .table.compact tr th,
  .table.compact tr td, .table.compact .tr .th,
  .table.compact .tr .td,
  .table.compact .tr th,
  .table.compact .tr td {
    display: block;
    text-align: center !important;
    width: 100% !important;
  }
  table.compact tr .th,
  table.compact tr .td,
  table.compact tr th,
  table.compact tr td, table.compact .tr .th,
  table.compact .tr .td,
  table.compact .tr th,
  table.compact .tr td, .table.compact tr .th,
  .table.compact tr .td,
  .table.compact tr th,
  .table.compact tr td, .table.compact .tr .th,
  .table.compact .tr .td,
  .table.compact .tr th,
  .table.compact .tr td {
    border: none;
  }
}

.table-wrapper {
  width: 100%;
  overflow: auto;
}

@media (max-width: 991.98px) {
  body {
    padding-top: 5rem;
  }
}
body.preloader {
  overflow: hidden;
}

body[class*=show-], body[class*=ajax-animation] {
  overflow: hidden;
  position: relative;
}

@media (max-width: 991.98px) {
  body.filter-on {
    overflow: hidden;
    position: relative;
  }
  body.filter-on .gray-box {
    z-index: 500;
    opacity: 1;
  }
}

body .container .container {
  max-width: none;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-left: 0;
}

.body-crop {
  overflow: hidden;
  position: relative;
}
@supports (overflow: clip) {
  .body-crop {
    overflow: clip;
  }
}

.body-main-content {
  padding: calc(2.625rem * var(--sCalc) + (1.25vw * var(--sSize)));
}
@media (max-width: 767.98px) {
  .body-main-content {
    padding: calc(1.05rem * var(--sCalc) + (0.5vw * var(--sSize))) 0;
  }
}

.smap img {
  max-width: none;
}
.smap .card a {
  color: #000;
  display: block;
  margin-top: 0.3rem;
  /*
  &:after{
  	@include icon(location-smap, $primary, 1.8);
  	@include transition();
  	margin: 0 0 0 0.7rem;
  	position: relative;
  	left: 0;
  	vertical-align: middle;
  }
  &:hover, &:focus, &:active{
  	&:after{
  		left: 0.3rem;
  	};
  }
  */
}

.smap.leaflet-container {
  font-size: unset;
}
.smap.leaflet-container .leaflet-popup-content {
  font-size: unset;
}
.smap.leaflet-container .card {
  padding: 1rem !important;
}
.smap.leaflet-container .leaflet-control-container a {
  color: #000 !important;
}
.smap.leaflet-container .leaflet-control-container a:hover, .smap.leaflet-container .leaflet-control-container a:focus, .smap.leaflet-container .leaflet-control-container a:active {
  text-decoration: none;
}
.smap.leaflet-container .leaflet-control-attribution {
  font-size: 1.4rem !important;
}
.smap.leaflet-container .marker-cluster {
  border-radius: 30px;
  background-color: rgba(0, 0, 0, 0.2);
}
.smap.leaflet-container .marker-cluster div {
  margin-top: 1rem;
  margin-left: 1rem;
  border-radius: 20px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.7rem;
}
.smap.leaflet-container .marker-cluster-small div {
  background-color: rgba(255, 255, 255, 0.9);
}

@media (max-width: 575.98px) {
  .img-float {
    width: 100% !important;
    margin: 1rem 0 1rem 0 !important;
  }
}

.icon-text {
  display: inline-block;
}
.icon-text div, .icon-text span {
  display: inline;
}
.icon-text.btn {
  display: inline-flex;
}
.icon-text.custom-svg-button svg {
  height: 1.3em;
}
.icon-text.icon-left .icon-svg {
  order: -1;
}
.icon-text .icon-text-wrapper {
  display: flex;
  align-items: center;
  height: auto;
  gap: 0.5em;
}
table .icon-text .icon-text-wrapper, .table .icon-text .icon-text-wrapper {
  display: flex;
}
.icon-text .icon-svg {
  transition: all 0.2s ease-in-out;
  display: flex;
  align-items: center;
  position: relative;
}
@media (prefers-reduced-motion: reduce) {
  .icon-text .icon-svg {
    transition: none;
  }
}
.icon-text:hover .icon-svg, .icon-text:focus .icon-svg, .icon-text:active .icon-svg {
  transform: translateX(0.5rem);
}

.svg-icon-wrapper {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
}
table .svg-icon-wrapper, .table .svg-icon-wrapper {
  display: flex;
}
.svg-icon-wrapper.icon-left .svg-icon {
  order: -1;
}
.svg-icon-wrapper .svg-icon {
  transition: all 0.2s ease-in-out;
  display: flex;
  align-items: center;
  position: relative;
}
@media (prefers-reduced-motion: reduce) {
  .svg-icon-wrapper .svg-icon {
    transition: none;
  }
}

.control-icon {
  padding: 0 0.5rem;
}
.header-small .control-icon {
  padding: 0 0.8rem;
  display: flex;
  align-items: center;
  height: 100%;
}
.header-small .group-icons .drop-down {
  padding-left: 0.3rem;
  padding-right: 0.3rem;
}

.control-icon-link {
  transition: all 0.2s ease-in-out;
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
  border-radius: none;
  letter-spacing: normal;
  word-spacing: normal;
  text-align: left;
  text-transform: none;
  display: block;
  position: relative;
  line-height: 1;
  color: #000;
  font-size: 2rem;
}
@media (prefers-reduced-motion: reduce) {
  .control-icon-link {
    transition: none;
  }
}
.control-icon-link:hover, .control-icon-link:focus, .control-icon-link:active {
  color: #262a2d;
}
.control-icon-link.caption-show {
  padding-right: 0.8rem;
}

.control-icon-caption {
  transition: all 0.2s ease-in-out;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -0.5rem;
  right: -0.2rem;
  font-size: 1rem;
  min-width: 1.8rem;
  height: 1.8rem;
  background: #3d4349;
  text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.5);
  font-weight: 700;
  color: #fff;
  border-radius: 1rem;
  line-height: 1.8rem;
  padding: 1px 2px 0 2px;
  text-transform: uppercase;
}
@media (prefers-reduced-motion: reduce) {
  .control-icon-caption {
    transition: none;
  }
}

[class*=wf-fragment-], [class*=wf-custom-] {
  clear: both;
}
[class*=wf-fragment-] .subtitle, [class*=wf-custom-] .subtitle {
  margin: 0 0 calc(1.575rem * var(--sCalc) + (0.75vw * var(--sSize))) 0;
}
[class*=wf-fragment-] .subtitle p, [class*=wf-custom-] .subtitle p {
  margin: 0;
}
[class*=wf-fragment-] .wrapper-title + .subtitle, [class*=wf-custom-] .wrapper-title + .subtitle {
  margin-top: calc(-0.7875rem * var(--sCalc) + (-0.375vw * var(--sSize)));
}
main div[class*=fr-], main section[class*=fr-] {
  clear: both;
}
main .wf-content::after {
  display: block;
  clear: both;
  content: "";
}

.template-html .items {
  margin-top: 0rem;
}
.wf-box-default, [class*=wf-fragment-], [class*=wf-custom-], .template-html {
  padding: calc(3.15rem * var(--sCalc) + (1.5vw * var(--sSize))) 0 calc(3.15rem * var(--sCalc) + (1.5vw * var(--sSize))) 0;
}

.wf-title-default, .wrapper-title > *, [class*=wf-fragment-] .wrapper-title > *, [class*=wf-custom-] .wrapper-title > *, .template-html h2 {
  padding: 0;
  margin: 0 0 calc(2.1rem * var(--sCalc) + (1vw * var(--sSize))) 0;
}

.fr-customHtml-down {
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
  border-radius: none;
  letter-spacing: normal;
  word-spacing: normal;
  text-align: left;
  text-transform: none;
  transition: all 0.2s ease-in-out;
  position: relative;
  top: 0;
  z-index: 5;
  margin: 0;
  color: #fff;
  font-size: calc(2rem + 0.5vw);
  padding: 1rem;
}
@media (prefers-reduced-motion: reduce) {
  .fr-customHtml-down {
    transition: none;
  }
}
.fr-customHtml-down:hover, .fr-customHtml-down:focus, .fr-customHtml-down:active {
  top: 1rem;
}

.wrapper-page {
  padding: calc(3.675rem * var(--sCalc) + (1.75vw * var(--sSize))) 0 calc(2.1rem * var(--sCalc) + (1vw * var(--sSize))) 0;
  text-align: left;
}
.wrapper-page::after {
  display: block;
  clear: both;
  content: "";
}

.wrapper-page .container > .template-html:first-child, .wrapper-page .container > [class*=wf-fragment-]:first-child, .wrapper-page .container > [class*=wf-custom-]:first-child, .wrapper-page > .template-html:first-child, .wrapper-page > [class*=wf-fragment-]:first-child, .wrapper-page > [class*=wf-custom-]:first-child {
  padding-top: 0;
}
.wrapper-page .container > .template-html:last-child, .wrapper-page .container > [class*=wf-fragment-]:last-child, .wrapper-page .container > [class*=wf-custom-]:last-child, .wrapper-page > .template-html:last-child, .wrapper-page > [class*=wf-fragment-]:last-child, .wrapper-page > [class*=wf-custom-]:last-child {
  padding-bottom: 0;
}

.double-layout .wrapper-main .design-block {
  overflow: hidden;
}

.design-block {
  clear: both;
}

.full-wide-inpage, .h1-full-wide-inpage .wrapper-h1 {
  width: 100vw;
  position: relative;
  background-size: cover;
  background-position: center;
  left: 50%;
  transform: translateX(-50%);
}

.h1-full-wide-inpage .wrapper-h1 > * {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 1440px;
}
@media (max-width: 1499.98px) {
  .h1-full-wide-inpage .wrapper-h1 > * {
    width: 1190px;
  }
}
@media (max-width: 1249.98px) {
  .h1-full-wide-inpage .wrapper-h1 > * {
    width: 960px;
  }
}
@media (max-width: 991.98px) {
  .h1-full-wide-inpage .wrapper-h1 > * {
    width: 720px;
  }
}
@media (max-width: 767.98px) {
  .h1-full-wide-inpage .wrapper-h1 > * {
    width: 540px;
  }
}
@media (max-width: 575.98px) {
  .h1-full-wide-inpage .wrapper-h1 > * {
    width: 100%;
  }
}

.shortcode {
  margin: 0;
  padding: 0;
}
.shortcode [class*=wf-fragment-] {
  margin: 0;
  padding: 0;
}

.font-color-secondary {
  color: #495057;
}

.font-color-primary {
  color: #000;
}

.font-size-sm {
  font-size: 1.2rem;
}

.font-size-lg {
  font-size: 2.56rem;
}

.font-size-normal {
  font-size: 1.6rem;
}

h1 .font-size-sm, h1 .font-size-lg, h1 .font-size-normal, h2 .font-size-sm, h2 .font-size-lg, h2 .font-size-normal, h3 .font-size-sm, h3 .font-size-lg, h3 .font-size-normal, h4 .font-size-sm, h4 .font-size-lg, h4 .font-size-normal, h5 .font-size-sm, h5 .font-size-lg, h5 .font-size-normal, h6 .font-size-sm, h6 .font-size-lg, h6 .font-size-normal,
.h1 .font-size-sm,
.h1 .font-size-lg,
.h1 .font-size-normal, .h2 .font-size-sm, .h2 .font-size-lg, .h2 .font-size-normal, .h3 .font-size-sm, .h3 .font-size-lg, .h3 .font-size-normal, .h4 .font-size-sm, .h4 .font-size-lg, .h4 .font-size-normal, .h5 .font-size-sm, .h5 .font-size-lg, .h5 .font-size-normal, .h6 .font-size-sm, .h6 .font-size-lg, .h6 .font-size-normal {
  font-size: inherit;
}

.alternative > [class*=wf-fragment-] {
  position: relative;
}
.alternative > [class*=wf-fragment-]:before {
  transition: 0.5s;
  content: "";
  display: block;
  position: absolute;
  width: 200vw;
  height: 100%;
  background: transparent;
  left: 0;
  top: 0;
  bottom: auto;
  background: rgba(73, 80, 87, 0.05);
  left: -50vw;
  top: 0;
}
@media (prefers-reduced-motion: reduce) {
  .alternative > [class*=wf-fragment-]:before {
    transition: none;
  }
}
.alternative > [class*=wf-fragment-] > * {
  position: relative;
}

/*
[class*="fr-"]{
	&.alternative{
		>[class*="wf-fragment-"]{
			position: relative;
			&:before{
				@include line(200vw, 100%, transparent);
				background: $alternative-bg;
				left: -50vw;
				top: 0;
			}
		}
	}
}
*/
.fbt, .fbb {
  position: relative;
}
.fbt:before, .fbt:after, .fbb:before, .fbb:after {
  position: absolute;
  height: 1px;
  background: #ced4da;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1410px;
}
.fbt:before, .fbt:after, .fbb:before, .fbb:after {
  width: 1410px;
}
@media (max-width: 1499.98px) {
  .fbt:before, .fbt:after, .fbb:before, .fbb:after {
    width: 1160px;
  }
}
@media (max-width: 1249.98px) {
  .fbt:before, .fbt:after, .fbb:before, .fbb:after {
    width: 930px;
  }
}
@media (max-width: 991.98px) {
  .fbt:before, .fbt:after, .fbb:before, .fbb:after {
    width: 690px;
  }
}
@media (max-width: 767.98px) {
  .fbt:before, .fbt:after, .fbb:before, .fbb:after {
    width: 510px;
  }
}
@media (max-width: 575.98px) {
  .fbt:before, .fbt:after, .fbb:before, .fbb:after {
    width: calc(100% - 30px);
  }
}

.fbt:before {
  content: "";
}

.fbb:after {
  content: "";
  top: auto;
  bottom: 0;
}

.fp-0 [class*=wf-fragment-] {
  padding: 0 !important;
}

.fp-sm [class*=wf-fragment-] {
  padding: calc(1.575rem * var(--sCalc) + (0.75vw * var(--sSize))) 0 calc(1.05rem * var(--sCalc) + (0.5vw * var(--sSize))) 0 !important;
}

.fp-lg [class*=wf-fragment-] {
  padding: calc(3.675rem * var(--sCalc) + (1.75vw * var(--sSize))) 0 calc(2.625rem * var(--sCalc) + (1.25vw * var(--sSize))) 0 !important;
}

.fp-xl [class*=wf-fragment-] {
  padding: calc(6.3rem * var(--sCalc) + (3vw * var(--sSize))) 0 calc(4.725rem * var(--sCalc) + (2.25vw * var(--sSize))) 0 !important;
}

.fptr-xl [class*=wf-fragment-] {
  margin-top: calc(-6.3rem * var(--sCalc) + (-3vw * var(--sSize))) !important;
  padding-top: 0 !important;
}

.fptr-lg [class*=wf-fragment-] {
  margin-top: calc(-3.675rem * var(--sCalc) + (-1.75vw * var(--sSize))) !important;
  padding-top: 0 !important;
}

.fptr-sm [class*=wf-fragment-] {
  margin-top: calc(-1.575rem * var(--sCalc) + (-0.75vw * var(--sSize))) !important;
  padding-top: 0 !important;
}

.fpt-0 [class*=wf-fragment-] {
  padding-top: 0 !important;
}

.fpt-sm [class*=wf-fragment-] {
  padding-top: calc(1.575rem * var(--sCalc) + (0.75vw * var(--sSize))) !important;
}

.fpt-lg [class*=wf-fragment-] {
  padding-top: calc(3.675rem * var(--sCalc) + (1.75vw * var(--sSize))) !important;
}

.fpt-xl [class*=wf-fragment-] {
  padding-top: calc(6.3rem * var(--sCalc) + (3vw * var(--sSize))) !important;
}

.fpb-0 [class*=wf-fragment-] {
  padding-bottom: 0 !important;
}

.fpb-sm [class*=wf-fragment-] {
  padding-bottom: calc(1.05rem * var(--sCalc) + (0.5vw * var(--sSize))) !important;
}

.fpb-lg [class*=wf-fragment-] {
  padding-bottom: calc(2.625rem * var(--sCalc) + (1.25vw * var(--sSize))) !important;
}

.fpb-xl [class*=wf-fragment-] {
  padding-bottom: calc(4.2rem * var(--sCalc) + (2vw * var(--sSize))) !important;
}

.ul-2, .ul-3 {
  column-count: 2;
  column-gap: 3rem;
}
@media (max-width: 991.98px) {
  .design-block .ul-2, .design-block .ul-3 {
    column-count: 1;
  }
}
@media (max-width: 767.98px) {
  .ul-2, .ul-3 {
    column-count: 1;
  }
}

.ul-3 {
  column-count: 2;
}

#loading {
  display: none;
}

/*
#loading {
	@include transition(0.5s);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: fixed;
	opacity: 0;
	background-color: #fff;
	z-index: -9999999;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	.loading-wrapper {
		overflow: hidden;
		font-size: 2rem;
		color: $primary !important;
		circle{
			fill: $primary !important;
		}
	}
	.preloader &{
		opacity: 1;
		z-index: 9999999;
	}
}
*/
.pagehub {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}
.pagehub li {
  margin: 0;
  padding: 0;
  list-style-image: none;
  list-style-type: none;
  background: none;
  margin: 0.5rem;
}
.pagehub li:before {
  content: "";
  width: auto;
  height: auto;
  position: static;
  top: auto;
  left: auto;
  bottom: auto;
  right: auto;
  margin: 0;
  padding: 0;
  display: none;
}
.pagehub a, .pagehub .page-dot span, .pagehub .wrapper {
  display: flex;
  align-items: center;
  text-align: center;
  height: 4rem;
}
.pagehub .wrapper {
  cursor: default;
  justify-content: center;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  opacity: 0.65;
}
.pagehub a {
  transition: all 0.2s ease-in-out;
  justify-content: center;
  border: 1px solid #ededed;
  min-width: 4rem;
  padding: 0 1rem;
}
@media (prefers-reduced-motion: reduce) {
  .pagehub a {
    transition: none;
  }
}
.pagehub a:hover, .pagehub a:focus, .pagehub a:active {
  background: #495057;
  color: #fff;
  text-decoration: none;
}
.pagehub .active a {
  background: #495057;
  color: #fff;
}
.pagehub .page-dot span {
  border: none;
}
.pagehub .page-dot span:after {
  content: "...";
}
.pagehub .page-prev a, .pagehub .page-next a {
  border: none;
  background: #ededed;
  color: #000;
}
.pagehub .page-prev a:hover, .pagehub .page-prev a:focus, .pagehub .page-prev a:active, .pagehub .page-next a:hover, .pagehub .page-next a:focus, .pagehub .page-next a:active {
  background: #495057;
}
.pagehub .page-prev span, .pagehub .page-next span {
  display: block;
}
.pagehub .page-prev svg, .pagehub .page-next svg {
  font-size: 1.1rem;
  margin-right: 0.8rem;
}
.pagehub .page-next svg {
  margin-right: 0;
  margin-left: 0.8rem;
}
@media (max-width: 767.98px) {
  .pagehub {
    flex-wrap: wrap;
    justify-content: center;
  }
  .pagehub .page-prev, .pagehub .page-next {
    flex: 0 0;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
  .pagehub .page-prev {
    margin-bottom: 2rem;
  }
  .pagehub .page-next {
    margin-top: 2rem;
  }
  .pagehub .wrapper {
    display: none;
  }
}

.tabs .tabs-header {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.3rem;
  position: relative;
  text-align: center;
  padding-left: 1px;
}
.tabs .tabs-header:after {
  transition: 0.5s;
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 0.5rem;
  background: #000;
  left: 0;
  top: auto;
  bottom: 0;
  z-index: 3;
  bottom: -0.5rem;
}
@media (prefers-reduced-motion: reduce) {
  .tabs .tabs-header:after {
    transition: none;
  }
}
.tabs .tabs-header > li {
  margin: 0;
  padding: 0;
  list-style-image: none;
  list-style-type: none;
  background: none;
  flex: 1 1;
  flex-basis: auto;
  max-width: none;
  width: auto;
  border-bottom: none;
  text-transform: uppercase;
  position: relative;
  margin-left: -1px;
}
.tabs .tabs-header > li:before {
  content: "";
  width: auto;
  height: auto;
  position: static;
  top: auto;
  left: auto;
  bottom: auto;
  right: auto;
  margin: 0;
  padding: 0;
  display: none;
}
.tabs .tabs-header > li a {
  color: #000;
  text-decoration: none;
  display: block;
  padding: 1.5rem;
  position: relative;
  z-index: 2;
  border: 1px solid #000;
  border-bottom: none;
}
.tabs .tabs-header > li a:hover, .tabs .tabs-header > li a:focus, .tabs .tabs-header > li a:active {
  background: rgba(0, 0, 0, 0.1);
}
.tabs .tabs-header > li span {
  position: relative;
  z-index: 5;
}
.tabs .tabs-header > li.act {
  position: relative;
  z-index: 8;
}
.tabs .tabs-header > li.act a {
  font-weight: 700;
  color: #fff;
  background: #000;
}
.tabs .tabs-panel {
  padding: calc(1.575rem * var(--sCalc) + (0.75vw * var(--sSize))) 0 0 0;
}

.wrapper-toast {
  position: fixed;
  top: calc(5rem + 2rem);
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1500;
  overflow: auto;
  width: 45rem;
  max-height: calc(100vh - 5rem - 2rem);
  max-width: 95vw;
  padding: 0;
}
@media (min-width: 992px) {
  .wrapper-toast {
    top: calc(7rem + 2rem);
    max-height: calc(100vh - 7rem - 2rem);
  }
}

body.show-toast .gray-box {
  z-index: 700;
}

.toast {
  padding: 1.5rem 4rem 1.5rem 5rem;
  position: relative;
  font-size: calc(1.572rem * var(--fsCalc) + (0.12vw * var(--fsSize)));
  overflow: auto;
  width: 100%;
  max-width: none;
  color: #000;
  background: #fff;
  box-shadow: 0 0 3rem rgba(0, 0, 0, 0.2);
  border: none;
}
.toast:after {
  content: "";
  background: url("data:image/svg+xml, %3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 28' width='28px' height='28px' fill='rgb%280%2C0%2C0%29'%3E %3Ctitle%3Echeck%3C/title%3E %3Cpath d='M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z'/%3E %3C/svg%3E") no-repeat center;
  font-size: 2.5rem;
  background-size: contain;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 1.5rem;
  width: 3rem;
}
.toast:before {
  transition: 0.5s;
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  left: 0;
  top: 0;
  bottom: auto;
  background: rgba(177, 212, 7, 0.75);
}
@media (prefers-reduced-motion: reduce) {
  .toast:before {
    transition: none;
  }
}
.toast.error:after {
  background-image: url("data:image/svg+xml, %3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' width='32px' height='32px' fill='rgb%280%2C0%2C0%29'%3E %3Ctitle%3Eerror%3C/title%3E %3Cpath d='M22.674 0h-13.242l-9.432 9.432v13.242l9.432 9.326h13.242l9.326-9.326v-13.242zM18.545 24.549c0 0.004 0 0.008 0 0.013 0 0.161-0.064 0.307-0.168 0.414l0-0c-0.095 0.103-0.231 0.168-0.382 0.168-0.005 0-0.010-0-0.015-0l0.001 0h-3.413c-0.325-0.008-0.586-0.269-0.594-0.593l-0-0.001v-3.383c0.008-0.325 0.269-0.586 0.594-0.594l0.001-0h3.429c0.004-0 0.009-0 0.014-0 0.151 0 0.287 0.064 0.381 0.167l0 0c0.104 0.107 0.168 0.253 0.168 0.414 0 0.005-0 0.009-0 0.014v-0.001zM18.545 17.737c-0.014 0.132-0.082 0.245-0.182 0.319l-0.001 0.001c-0.11 0.086-0.25 0.138-0.402 0.138-0.009 0-0.017-0-0.026-0l0.001 0h-3.337c-0.003 0-0.007 0-0.010 0-0.157 0-0.302-0.052-0.418-0.139l0.002 0.001c-0.109-0.067-0.181-0.185-0.183-0.32v-0l-0.274-10.423c-0-0.004-0-0.008-0-0.012 0-0.132 0.073-0.247 0.181-0.307l0.002-0.001c0.111-0.086 0.253-0.137 0.407-0.137 0.007 0 0.014 0 0.021 0l-0.001-0h3.962c0.006-0 0.013-0 0.020-0 0.154 0 0.295 0.052 0.408 0.139l-0.002-0.001c0.11 0.061 0.183 0.176 0.183 0.308 0 0.004-0 0.008-0 0.013l0-0.001z'/%3E %3C/svg%3E");
}
.toast.error:before {
  background: rgba(255, 0, 0, 0.65);
}
.toast.info:after {
  background-image: url("data:image/svg+xml, %3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 28' width='10px' height='28px' fill='rgb%280%2C0%2C0%29'%3E %3Ctitle%3Eexclamation%3C/title%3E %3Cpath d='M8 19.5v3.5c0 0.547-0.453 1-1 1h-4c-0.547 0-1-0.453-1-1v-3.5c0-0.547 0.453-1 1-1h4c0.547 0 1 0.453 1 1zM8.469 3l-0.438 12c-0.016 0.547-0.484 1-1.031 1h-4c-0.547 0-1.016-0.453-1.031-1l-0.438-12c-0.016-0.547 0.422-1 0.969-1h5c0.547 0 0.984 0.453 0.969 1z'/%3E %3C/svg%3E");
}
.toast.info:before {
  background: rgba(0, 255, 255, 0.75);
}
.toast > * {
  position: relative;
  z-index: 1;
}
.toast .close {
  transition: all 0.2s ease-in-out;
  background: transparent;
  border: none;
  font-size: 3.4rem;
  line-height: 1;
  padding: 0;
  position: absolute;
  top: 0.5rem;
  left: auto;
  right: 1rem;
  color: #000;
  font-weight: 700;
}
@media (prefers-reduced-motion: reduce) {
  .toast .close {
    transition: none;
  }
}

body .netteFormsModal-custom {
  text-align: center;
  font-family: inherit;
  line-height: 1.3;
  font-size: 1.8rem;
  margin: auto;
  background: #fff;
  border: none;
  color: #000;
  padding: calc(2.625rem * var(--sCalc) + (1.25vw * var(--sSize))) calc(1.05rem * var(--sCalc) + (0.5vw * var(--sSize)));
  line-height: 1.3;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.3);
  z-index: 400;
  max-width: 57rem;
  border-radius: 0;
}
body .netteFormsModal-custom p {
  margin-bottom: 1.2rem;
}
body .netteFormsModal-custom .wrapper-button {
  margin-top: calc(1.575rem * var(--sCalc) + (0.75vw * var(--sSize)));
}
body .netteFormsModal-custom .bt {
  margin-top: 1rem;
  padding: 0.75rem 2.5rem;
}
@media (max-width: 575.98px) {
  body .netteFormsModal-custom {
    padding: calc(1.575rem * var(--sCalc) + (0.75vw * var(--sSize))) calc(0.525rem * var(--sCalc) + (0.25vw * var(--sSize)));
    width: calc(100% - 4rem);
  }
}

.fr-breadcrumbs {
  font-size: 1.4rem;
}
.fr-breadcrumbs ol {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
}
.fr-breadcrumbs li {
  margin: 0;
  padding: 0;
  list-style-image: none;
  list-style-type: none;
  background: none;
  display: flex;
  align-items: baseline;
  position: relative;
}
.fr-breadcrumbs li:before {
  content: "";
  width: auto;
  height: auto;
  position: static;
  top: auto;
  left: auto;
  bottom: auto;
  right: auto;
  margin: 0;
  padding: 0;
  display: none;
}
.fr-breadcrumbs li:after {
  content: "";
  background: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10.18 16.5' width='10.18px' height='16.5px' fill='rgb%280%2C0%2C0%29'%3E%3Ctitle%3Earrow-right%3C/title%3E%3Cg data-name='Vrstva 2'%3E%3Cg%3E%3Cpath class='cls-1' d='M6.32%2C8.25%2C0%2C1.93%2C1.93%2C0l8.25%2C8.25L1.93%2C16.5%2C0%2C14.57Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat center;
  font-size: 1rem;
  background-size: contain;
  display: inline-block;
}
.fr-breadcrumbs li a {
  display: flex;
  align-items: baseline;
  padding-right: 0.7rem;
  padding-left: 0.7rem;
  color: #495057;
}
.fr-breadcrumbs li:first-child a {
  padding-left: 0;
}
.fr-breadcrumbs li:first-child a:before {
  content: "";
  background: url("data:image/svg+xml, %3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' width='16px' height='16px' fill='rgb%280%2C0%2C0%29'%3E %3Ctitle%3Ehome%3C/title%3E %3Cpath d='M16 9.226l-8-6.21-8 6.21v-2.532l8-6.21 8 6.21zM14 9v6h-4v-4h-4v4h-4v-6l6-4.5z'/%3E %3C/svg%3E") no-repeat center;
  font-size: 1.6rem;
  background-size: contain;
  display: inline-block;
  position: relative;
  top: 0.2rem;
  margin-right: 0.3rem;
}
.fr-breadcrumbs li:last-child:after {
  display: none;
}
.fr-breadcrumbs li:last-child a {
  color: #000;
  font-weight: 700;
}

.fr-languageSelect {
  text-transform: uppercase;
}
.fr-languageSelect nav > .li > .wr {
  font-size: 1.6rem;
  margin: 0;
  font-weight: 400;
  cursor: pointer;
}

.form-user-profile {
  text-align: left;
}
.form-user-profile .wrapper-line {
  position: relative;
  padding-bottom: 1.5rem;
}
.form-user-profile .wrapper-note {
  text-align: right;
  font-size: 1.4rem;
}
.form-user-profile .form-group {
  margin-bottom: 0;
}
.form-user-profile .wrapper-col {
  display: flex;
  flex-wrap: wrap;
  margin: 0 calc(-0.525rem * var(--sCalc) + (-0.25vw * var(--sSize)));
}
.form-user-profile .col-full {
  flex: 0 0;
  flex-basis: 100%;
  max-width: 100%;
  width: 100%;
  padding: 0 calc(0.525rem * var(--sCalc) + (0.25vw * var(--sSize)));
}
.form-user-profile .col-right, .form-user-profile .col-left {
  flex: 0 0;
  flex-basis: 50%;
  max-width: 50%;
  width: 50%;
  padding: 0 calc(0.525rem * var(--sCalc) + (0.25vw * var(--sSize)));
}
.form-user-profile .wrapper-footer {
  margin-top: calc(1.05rem * var(--sCalc) + (0.5vw * var(--sSize)));
  display: flex;
  justify-content: space-between;
  padding-bottom: 0;
}
.form-user-profile .wrapper-footer a {
  /*
  &:after{
  	@include icon(arrow-right, $link-color, 1.2);
  	margin: 0.2rem 0 0 1rem;
  }
  */
}
@media (max-width: 575.98px) {
  .form-user-profile .items {
    flex-wrap: wrap;
  }
  .form-user-profile .item {
    flex: 0 0;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
  .form-user-profile .wrapper-footer {
    flex-wrap: wrap;
  }
  .form-user-profile .wrapper-note {
    flex: 0 0;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
    text-align: left;
    margin-bottom: 2rem;
  }
  .form-user-profile .wrapper-button {
    order: 2;
  }
  .form-user-profile .col-right, .form-user-profile .col-left {
    flex: 0 0;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
}

.wf-userforms {
  /*
  .single-layout &{
  	.wf-wrapper{
  		margin: 0 auto;
  	}
  }
  */
}
.wf-userforms .wf-wrapper {
  max-width: 60rem;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  padding: calc(3.15rem * var(--sCalc) + (1.5vw * var(--sSize)));
  padding-top: calc(2.625rem * var(--sCalc) + (1.25vw * var(--sSize)));
  background: #fff;
  margin-left: auto;
  margin-right: auto;
}
.wf-userforms ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.wf-userforms li {
  margin: 0;
  padding: 0;
  list-style-image: none;
  list-style-type: none;
  background: none;
}
.wf-userforms li:before {
  content: "";
  width: auto;
  height: auto;
  position: static;
  top: auto;
  left: auto;
  bottom: auto;
  right: auto;
  margin: 0;
  padding: 0;
  display: none;
}
.wf-userforms label, .wf-userforms .label {
  text-align: left;
}
.wf-userforms .wf-header {
  margin-bottom: calc(1.575rem * var(--sCalc) + (0.75vw * var(--sSize)));
}

.fr-user-profile {
  text-align: left;
}
.fr-user-profile .wf-profile-layout {
  display: flex;
  text-align: left;
}
.fr-user-profile .profile-layout-left {
  flex: 0 0;
  flex-basis: 30%;
  max-width: 30%;
  width: 30%;
}
.fr-user-profile .profile-layout-right {
  flex: 1 1;
  flex-basis: auto;
  max-width: none;
  width: auto;
}
.fr-user-profile .order-navigation {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4rem;
  margin-left: -1rem;
  margin-right: -1rem;
}
.fr-user-profile .order-navigation > div {
  padding: 0 1rem;
}
.fr-user-profile .order-navigation .wrapper-left a:hover .icon-svg, .fr-user-profile .order-navigation .wrapper-left a:focus .icon-svg, .fr-user-profile .order-navigation .wrapper-left a:active .icon-svg {
  left: -0.5rem;
}
.fr-user-profile .order-navigation a {
  color: #fff;
  background-color: transparent;
  border-color: #000;
  padding: 0.75rem 3rem;
  font-size: 1.3rem;
  line-height: 1.2;
  border-radius: 0;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  text-transform: uppercase;
  min-height: 4rem;
  height: auto;
  padding: 0.75rem 3rem;
  border-radius: 0;
  font-size: 1.3rem;
  border-width: 2px;
  border-style: solid;
  line-height: 1.15;
  color: #000;
  border-color: #000;
}
.fr-user-profile .order-navigation a:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: black;
}
.fr-user-profile .order-navigation a:focus, .fr-user-profile .order-navigation a.focus {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: black;
  box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
}
.fr-user-profile .order-navigation a.disabled, .fr-user-profile .order-navigation a:disabled {
  color: #fff;
  background-color: transparent;
  border-color: #000;
}
.fr-user-profile .order-navigation a:not(:disabled):not(.disabled):active, .fr-user-profile .order-navigation a:not(:disabled):not(.disabled).active, .show > .fr-user-profile .order-navigation a.dropdown-toggle {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: black;
}
.fr-user-profile .order-navigation a:not(:disabled):not(.disabled):active:focus, .fr-user-profile .order-navigation a:not(:disabled):not(.disabled).active:focus, .show > .fr-user-profile .order-navigation a.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
}
@media (prefers-reduced-motion: reduce) {
  .fr-user-profile .order-navigation a {
    transition: none;
  }
}
.fr-user-profile .order-navigation a:hover, .fr-user-profile .order-navigation a:focus, .fr-user-profile .order-navigation a:active {
  text-decoration: none;
}
.fr-user-profile .order-navigation a:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.fr-user-profile .order-navigation a:focus, .fr-user-profile .order-navigation a.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}
.fr-user-profile .order-navigation a.disabled, .fr-user-profile .order-navigation a:disabled {
  color: #000;
  background-color: transparent;
}
.fr-user-profile .order-navigation a:not(:disabled):not(.disabled):active, .fr-user-profile .order-navigation a:not(:disabled):not(.disabled).active, .show > .fr-user-profile .order-navigation a.dropdown-toggle {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.fr-user-profile .order-navigation a:not(:disabled):not(.disabled):active:focus, .fr-user-profile .order-navigation a:not(:disabled):not(.disabled).active:focus, .show > .fr-user-profile .order-navigation a.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}
.fr-user-profile .order-navigation a:hover, .fr-user-profile .order-navigation a:focus, .fr-user-profile .order-navigation a:active {
  text-decoration: none;
}
.fr-user-profile .wf-fragment-e-10-1 .wrapper-title > * {
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .fr-user-profile .wf-profile-layout {
    flex-wrap: wrap;
  }
  .fr-user-profile .profile-layout-left {
    flex: 0 0;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
  .fr-user-profile .profile-layout-right {
    flex: 0 0;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .fr-user-profile .order-navigation {
    flex-wrap: wrap;
  }
  .fr-user-profile .order-navigation > div {
    flex: 0 0;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
    margin-top: 0.3rem;
    margin-top: 0.3rem;
  }
}

.ajax-animation .animation {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  width: 10rem;
  height: 10rem;
  margin: -5rem 0 0 -5rem;
  border-top: 1.1rem solid rgba(255, 255, 255, 0.3);
  border-right: 1.1rem solid rgba(255, 255, 255, 0.3);
  border-bottom: 1.1rem solid rgba(255, 255, 255, 0.3);
  border-left: 1.1rem solid #fff;
  transform: translateZ(0);
  animation: loadAjaxAnimation 1.1s infinite linear;
}
@keyframes loadAjaxAnimation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*

presunout do scss common base
nesouvisi primo s eshopem
*/
.wf-more {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.overflow-toggle, .more-move {
  padding: 0;
  margin: 0;
}
.overflow-toggle .icon-text, .more-move .icon-text {
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
  border-radius: none;
  letter-spacing: normal;
  word-spacing: normal;
  text-align: left;
  text-transform: none;
  transition: all 0.2s ease-in-out;
  color: #000;
}
@media (prefers-reduced-motion: reduce) {
  .overflow-toggle .icon-text, .more-move .icon-text {
    transition: none;
  }
}
.overflow-toggle .icon-text:hover, .overflow-toggle .icon-text:focus, .overflow-toggle .icon-text:active, .more-move .icon-text:hover, .more-move .icon-text:focus, .more-move .icon-text:active {
  color: #000;
  text-decoration: underline;
}
.overflow-toggle .icon-text:hover .icon-svg, .overflow-toggle .icon-text:focus .icon-svg, .overflow-toggle .icon-text:active .icon-svg, .more-move .icon-text:hover .icon-svg, .more-move .icon-text:focus .icon-svg, .more-move .icon-text:active .icon-svg {
  right: auto;
  left: auto;
}
.overflow-toggle .icon-text .icon-caption, .more-move .icon-text .icon-caption {
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
}
.overflow-toggle .icon-text .icon-svg, .more-move .icon-text .icon-svg {
  font-size: 0.7rem;
  top: 0.1rem;
  margin-left: 0.5rem;
}

.more-move a.icon-text .icon-svg {
  font-size: 1.1rem;
  top: 0.15rem;
  margin-left: 0.7rem;
}

.wrapper-overflow .overflow-box-text {
  transition: all 0.2s ease-in-out;
  overflow: hidden;
  position: relative;
}
@media (prefers-reduced-motion: reduce) {
  .wrapper-overflow .overflow-box-text {
    transition: none;
  }
}
.wrapper-overflow .overflow-box-text:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.2s ease-in-out;
  position: absolute;
  width: 100%;
  height: 0;
  top: auto;
  left: 0;
  bottom: 0;
  opacity: 0;
  background: linear-gradient(rgba(255, 255, 255, 0), #fff);
}
@media (prefers-reduced-motion: reduce) {
  .wrapper-overflow .overflow-box-text:before {
    transition: none;
  }
}
.wrapper-overflow.on:not(.overflow-all) .overflow-box-text:before {
  height: 4rem;
  opacity: 1;
}
.wrapper-overflow.on.overflow-all .overflow-box-text {
  max-height: 700rem !important;
  overflow: visible !important;
  position: relative;
}
.wrapper-overflow.on.overflow-all .overflow-box-text:before {
  height: 0;
  bottom: -50rem;
}

.item.overflow-hidden {
  transition: all 0.2s ease-in-out;
  opacity: 0 !important;
  max-height: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  visibility: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
}
@media (prefers-reduced-motion: reduce) {
  .item.overflow-hidden {
    transition: none;
  }
}
.item.overflow-visible {
  transition: all 0.2s ease-in-out;
  max-height: 200rem;
  height: auto;
  overflow: visible;
  opacity: 1;
  visibility: visible;
}
@media (prefers-reduced-motion: reduce) {
  .item.overflow-visible {
    transition: none;
  }
}

.overflow-toggle {
  visibility: hidden;
}
.off .overflow-toggle {
  visibility: hidden;
}
.on .overflow-toggle {
  visibility: visible;
}
.overflow-all .overflow-toggle .overflow-less {
  opacity: 1;
  height: auto;
}
.overflow-all .overflow-toggle .overflow-more {
  opacity: 0;
  height: 0;
}
.overflow-toggle .overflow-more, .overflow-toggle .overflow-less {
  transition: 0.4s;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;
}
@media (prefers-reduced-motion: reduce) {
  .overflow-toggle .overflow-more, .overflow-toggle .overflow-less {
    transition: none;
  }
}
.overflow-toggle .overflow-less {
  opacity: 0;
  height: 0;
}

.alternative-padding .template-html.alternative .template-wrapper, .double-layout .layout-right .template-html.alternative .template-wrapper, .double-layout .wrapper-main .template-html.alternative .template-wrapper {
  padding: 0 calc(2.1rem * var(--sCalc) + (1vw * var(--sSize)));
}
.alternative-padding .template-photo.alternative .template-wrapper, .double-layout .layout-right .template-photo.alternative .template-wrapper, .double-layout .wrapper-main .template-photo.alternative .template-wrapper {
  padding: 0 calc(0.7875rem * var(--sCalc) + (0.375vw * var(--sSize)));
}
.alternative-padding .template-container.alternative, .double-layout .layout-right .template-container.alternative, .double-layout .wrapper-main .template-container.alternative {
  padding-left: calc(0.7875rem * var(--sCalc) + (0.375vw * var(--sSize)));
  padding-right: calc(0.7875rem * var(--sCalc) + (0.375vw * var(--sSize)));
}
.alternative-padding .alternative [class*=wf-fragment-], .double-layout .layout-right .alternative [class*=wf-fragment-], .double-layout .wrapper-main .alternative [class*=wf-fragment-] {
  padding-right: calc(2.1rem * var(--sCalc) + (1vw * var(--sSize)));
  padding-left: calc(2.1rem * var(--sCalc) + (1vw * var(--sSize)));
}

/*




%count-1{
	.items{
		display: flex;
		flex-wrap: wrap;
	}
	.item{
		@include flex(0 0, 100%);
	}
}
%count-2{
	.items{
		display: flex;
		flex-wrap: wrap;
	}
	.item{
		@include flex(0 0, 50%);
	}
}
%count-3{
	.items{
		display: flex;
		flex-wrap: wrap;
	}
	.item{
		@include flex(0 0, 100% / 3);
	}
}
%count-4{
	.items{
		display: flex;
		flex-wrap: wrap;
	}
	.item{
		@include flex(0 0, 25%);
	}
}
%count-5{
	.items{
		display: flex;
		flex-wrap: wrap;
	}
	.item{
		@include flex(0 0, 100% / 5);
	}
}
%count-6{
	.items{
		display: flex;
		flex-wrap: wrap;
	}
	.item{
		@include flex(0 0, 100% / 6);
	}
}

%count-lg-1{
	@include media-breakpoint-down('lg'){
		.item{
			@include flex(0 0, 100%);
		}
	}	
}
%count-lg-2{
	@include media-breakpoint-down('lg'){
		.item{
			@include flex(0 0, 50%);
		}
	}	
}
%count-lg-3{
	@include media-breakpoint-down('lg'){
		.item{
			@include flex(0 0, 100%/3);
		}
	}	
}
%count-lg-4{
	@include media-breakpoint-down('lg'){
		.item{
			@include flex(0 0, 25%);
		}
	}
}
%count-lg-5{
	@include media-breakpoint-down('lg'){
		.item{
			@include flex(0 0, 100% / 5);
		}
	}
}


%count-md-1{
	@include media-breakpoint-down('md'){
		.item{
			@include flex(0 0, 100%);
		}
	}	
}
%count-md-2{
	@include media-breakpoint-down('md'){
		.item{
			@include flex(0 0, 50%);
		}
	}	
}
%count-md-3{
	@include media-breakpoint-down('md'){
		.item{
			@include flex(0 0, 100%/3);
		}
	}	
}
%count-md-4{
	@include media-breakpoint-down('md'){
		.item{
			@include flex(0 0, 25%);
		}
	}
}

%count-sm-1{
	@include media-breakpoint-down('sm'){
		.item{
			@include flex(0 0, 100%);
		}
	}	
}
%count-sm-2{
	@include media-breakpoint-down('sm'){
		.item{
			@include flex(0 0, 50%);
		}
	}	
}
%count-sm-3{
	@include media-breakpoint-down('sm'){
		.item{
			@include flex(0 0, 33.33334%);
		}
	}	
}
%count-sm-4{
	@include media-breakpoint-down('sm'){
		.item{
			@include flex(0 0, 25%);
		}
	}	
}

%count-xs-1{
	@include media-breakpoint-down('xs'){
		.item{
			@include flex(0 0, 100%);
		}
	}	
}
%count-xs-2{
	@include media-breakpoint-down('xs'){
		.item{
			@include flex(0 0, 50%);
		}
	}	
}
%count-xs-3{
	@include media-breakpoint-down('xs'){
		.item{
			@include flex(0 0, 33.33333%);
		}
	}	
}


%count-xxs-1{
	@include media-breakpoint-down('xxs'){
		.item{
			@include flex(0 0, 100%);
		}
	}
}
%count-xxs-2{
	@include media-breakpoint-down('xxs'){
		.item{
			@include flex(0 0, 50%);
		}
	}
}


*/
.hamburger .wrapper-contact .icon-text .icon-text-wrapper, .fr-user-profile .order-navigation .wrapper-left .icon-text .icon-text-wrapper, .hamburger .icon-text.wrapper-contact .icon-text-wrapper, .fr-user-profile .order-navigation .icon-text.wrapper-left .icon-text-wrapper {
  flex-wrap: nowrap;
}
.hamburger .wrapper-contact .icon-text .icon-caption, .fr-user-profile .order-navigation .wrapper-left .icon-text .icon-caption, .hamburger .icon-text.wrapper-contact .icon-caption, .fr-user-profile .order-navigation .icon-text.wrapper-left .icon-caption {
  order: 2;
  width: auto;
}
.hamburger .wrapper-contact .icon-text .icon-svg, .fr-user-profile .order-navigation .wrapper-left .icon-text .icon-svg, .hamburger .icon-text.wrapper-contact .icon-svg, .fr-user-profile .order-navigation .icon-text.wrapper-left .icon-svg {
  flex: 1 1;
  flex-basis: auto;
  max-width: none;
  width: auto;
  margin: 0 1rem 0 0;
  right: auto;
  left: 0;
  top: auto;
  bottom: auto;
}
.hamburger .wrapper-contact a.icon-text:hover .icon-svg, .fr-user-profile .order-navigation .wrapper-left a.icon-text:hover .icon-svg, .hamburger .wrapper-contact a.icon-text:focus .icon-svg, .fr-user-profile .order-navigation .wrapper-left a.icon-text:focus .icon-svg, .hamburger .wrapper-contact a.icon-text:active .icon-svg, .fr-user-profile .order-navigation .wrapper-left a.icon-text:active .icon-svg, .hamburger .wrapper-contact .icon-text.icon-hover:hover .icon-svg, .fr-user-profile .order-navigation .wrapper-left .icon-text.icon-hover:hover .icon-svg, .hamburger .wrapper-contact .icon-text.icon-hover:focus .icon-svg, .fr-user-profile .order-navigation .wrapper-left .icon-text.icon-hover:focus .icon-svg, .hamburger .wrapper-contact .icon-text.icon-hover:active .icon-svg, .fr-user-profile .order-navigation .wrapper-left .icon-text.icon-hover:active .icon-svg, .hamburger .icon-text.icon-hover.wrapper-contact:hover .icon-svg, .fr-user-profile .order-navigation .icon-text.icon-hover.wrapper-left:hover .icon-svg, .hamburger .icon-text.icon-hover.wrapper-contact:focus .icon-svg, .fr-user-profile .order-navigation .icon-text.icon-hover.wrapper-left:focus .icon-svg, .hamburger .icon-text.icon-hover.wrapper-contact:active .icon-svg, .fr-user-profile .order-navigation .icon-text.icon-hover.wrapper-left:active .icon-svg {
  top: auto;
  right: auto;
  bottom: auto;
  left: 0.5rem;
}

.overflow-toggle .icon-text .icon-text-wrapper, .more-move .icon-text .icon-text-wrapper, .icon-text.overflow-toggle .icon-text-wrapper, .icon-text.more-move .icon-text-wrapper {
  flex-wrap: nowrap;
}
.overflow-toggle .icon-text .icon-caption, .more-move .icon-text .icon-caption, .icon-text.overflow-toggle .icon-caption, .icon-text.more-move .icon-caption {
  order: -1;
  width: auto;
}
.overflow-toggle .icon-text .icon-svg, .more-move .icon-text .icon-svg, .icon-text.overflow-toggle .icon-svg, .icon-text.more-move .icon-svg {
  flex: 1 1;
  flex-basis: auto;
  max-width: none;
  width: auto;
  margin: 0 0 0 1rem;
  left: auto;
  right: 0;
  top: auto;
  bottom: auto;
}
.overflow-toggle a.icon-text:hover .icon-svg, .more-move a.icon-text:hover .icon-svg, .overflow-toggle a.icon-text:focus .icon-svg, .more-move a.icon-text:focus .icon-svg, .overflow-toggle a.icon-text:active .icon-svg, .more-move a.icon-text:active .icon-svg, .overflow-toggle .icon-text.icon-hover:hover .icon-svg, .more-move .icon-text.icon-hover:hover .icon-svg, .overflow-toggle .icon-text.icon-hover:focus .icon-svg, .more-move .icon-text.icon-hover:focus .icon-svg, .overflow-toggle .icon-text.icon-hover:active .icon-svg, .more-move .icon-text.icon-hover:active .icon-svg, .icon-text.icon-hover.overflow-toggle:hover .icon-svg, .icon-text.icon-hover.more-move:hover .icon-svg, .icon-text.icon-hover.overflow-toggle:focus .icon-svg, .icon-text.icon-hover.more-move:focus .icon-svg, .icon-text.icon-hover.overflow-toggle:active .icon-svg, .icon-text.icon-hover.more-move:active .icon-svg {
  top: auto;
  left: auto;
  bottom: auto;
  right: -0.5rem;
}

/*





%icon-text-show-md{
	@include media-breakpoint-down('md'){
		.icon-svg{
			display: block;
		}
	}
}
%icon-text-hidden-xxl{
	@include media-breakpoint-down('md'){
		.icon-svg{
			display: none;
		}
	}
}
%icon-text-hidden-{
	@include media-breakpoint-down('md'){
		.icon-svg{
			display: none;
		}
	}
}
%icon-text-hidden-md{
	@include media-breakpoint-down('md'){
		.icon-svg{
			display: none;
		}
	}
}
*/
.count-1 .items {
  display: flex;
  flex-wrap: wrap;
}
.count-1 .item {
  flex: 0 0;
  flex-basis: calc(100% / 1);
  max-width: calc(100% / 1);
  width: calc(100% / 1);
}

.count-2 .items {
  display: flex;
  flex-wrap: wrap;
}
.count-2 .item {
  flex: 0 0;
  flex-basis: calc(100% / 2);
  max-width: calc(100% / 2);
  width: calc(100% / 2);
}

.count-3 .items {
  display: flex;
  flex-wrap: wrap;
}
.count-3 .item {
  flex: 0 0;
  flex-basis: calc(100% / 3);
  max-width: calc(100% / 3);
  width: calc(100% / 3);
}

.count-4 .items {
  display: flex;
  flex-wrap: wrap;
}
.count-4 .item {
  flex: 0 0;
  flex-basis: calc(100% / 4);
  max-width: calc(100% / 4);
  width: calc(100% / 4);
}

.count-5 .items {
  display: flex;
  flex-wrap: wrap;
}
.count-5 .item {
  flex: 0 0;
  flex-basis: calc(100% / 5);
  max-width: calc(100% / 5);
  width: calc(100% / 5);
}

.count-6 .items {
  display: flex;
  flex-wrap: wrap;
}
.count-6 .item {
  flex: 0 0;
  flex-basis: calc(100% / 6);
  max-width: calc(100% / 6);
  width: calc(100% / 6);
}

.count-7 .items {
  display: flex;
  flex-wrap: wrap;
}
.count-7 .item {
  flex: 0 0;
  flex-basis: calc(100% / 7);
  max-width: calc(100% / 7);
  width: calc(100% / 7);
}

.count-8 .items {
  display: flex;
  flex-wrap: wrap;
}
.count-8 .item {
  flex: 0 0;
  flex-basis: calc(100% / 8);
  max-width: calc(100% / 8);
  width: calc(100% / 8);
}

.count-9 .items {
  display: flex;
  flex-wrap: wrap;
}
.count-9 .item {
  flex: 0 0;
  flex-basis: calc(100% / 9);
  max-width: calc(100% / 9);
  width: calc(100% / 9);
}

.count-10 .items {
  display: flex;
  flex-wrap: wrap;
}
.count-10 .item {
  flex: 0 0;
  flex-basis: calc(100% / 10);
  max-width: calc(100% / 10);
  width: calc(100% / 10);
}

.count-11 .items {
  display: flex;
  flex-wrap: wrap;
}
.count-11 .item {
  flex: 0 0;
  flex-basis: calc(100% / 11);
  max-width: calc(100% / 11);
  width: calc(100% / 11);
}

.count-12 .items {
  display: flex;
  flex-wrap: wrap;
}
.count-12 .item {
  flex: 0 0;
  flex-basis: calc(100% / 12);
  max-width: calc(100% / 12);
  width: calc(100% / 12);
}

.count-xxl-1 .items {
  display: flex;
  flex-wrap: wrap;
}
.count-xxl-1 .item {
  flex: 0 0;
  flex-basis: calc(100% / 1);
  max-width: calc(100% / 1);
  width: calc(100% / 1);
}

.count-xxl-2 .items {
  display: flex;
  flex-wrap: wrap;
}
.count-xxl-2 .item {
  flex: 0 0;
  flex-basis: calc(100% / 2);
  max-width: calc(100% / 2);
  width: calc(100% / 2);
}

.count-xxl-3 .items {
  display: flex;
  flex-wrap: wrap;
}
.count-xxl-3 .item {
  flex: 0 0;
  flex-basis: calc(100% / 3);
  max-width: calc(100% / 3);
  width: calc(100% / 3);
}

.count-xxl-4 .items {
  display: flex;
  flex-wrap: wrap;
}
.count-xxl-4 .item {
  flex: 0 0;
  flex-basis: calc(100% / 4);
  max-width: calc(100% / 4);
  width: calc(100% / 4);
}

.count-xxl-5 .items {
  display: flex;
  flex-wrap: wrap;
}
.count-xxl-5 .item {
  flex: 0 0;
  flex-basis: calc(100% / 5);
  max-width: calc(100% / 5);
  width: calc(100% / 5);
}

.count-xxl-6 .items {
  display: flex;
  flex-wrap: wrap;
}
.count-xxl-6 .item {
  flex: 0 0;
  flex-basis: calc(100% / 6);
  max-width: calc(100% / 6);
  width: calc(100% / 6);
}

.count-xxl-7 .items {
  display: flex;
  flex-wrap: wrap;
}
.count-xxl-7 .item {
  flex: 0 0;
  flex-basis: calc(100% / 7);
  max-width: calc(100% / 7);
  width: calc(100% / 7);
}

.count-xxl-8 .items {
  display: flex;
  flex-wrap: wrap;
}
.count-xxl-8 .item {
  flex: 0 0;
  flex-basis: calc(100% / 8);
  max-width: calc(100% / 8);
  width: calc(100% / 8);
}

.count-xxl-9 .items {
  display: flex;
  flex-wrap: wrap;
}
.count-xxl-9 .item {
  flex: 0 0;
  flex-basis: calc(100% / 9);
  max-width: calc(100% / 9);
  width: calc(100% / 9);
}

.count-xxl-10 .items {
  display: flex;
  flex-wrap: wrap;
}
.count-xxl-10 .item {
  flex: 0 0;
  flex-basis: calc(100% / 10);
  max-width: calc(100% / 10);
  width: calc(100% / 10);
}

.count-xxl-11 .items {
  display: flex;
  flex-wrap: wrap;
}
.count-xxl-11 .item {
  flex: 0 0;
  flex-basis: calc(100% / 11);
  max-width: calc(100% / 11);
  width: calc(100% / 11);
}

.count-xxl-12 .items {
  display: flex;
  flex-wrap: wrap;
}
.count-xxl-12 .item {
  flex: 0 0;
  flex-basis: calc(100% / 12);
  max-width: calc(100% / 12);
  width: calc(100% / 12);
}

@media (max-width: 1499.98px) {
  .count-xl-1 .items {
    display: flex;
    flex-wrap: wrap;
  }
  .count-xl-1 .item {
    flex: 0 0;
    flex-basis: calc(100% / 1);
    max-width: calc(100% / 1);
    width: calc(100% / 1);
  }
}

@media (max-width: 1499.98px) {
  .count-xl-2 .items {
    display: flex;
    flex-wrap: wrap;
  }
  .count-xl-2 .item {
    flex: 0 0;
    flex-basis: calc(100% / 2);
    max-width: calc(100% / 2);
    width: calc(100% / 2);
  }
}

@media (max-width: 1499.98px) {
  .count-xl-3 .items {
    display: flex;
    flex-wrap: wrap;
  }
  .count-xl-3 .item {
    flex: 0 0;
    flex-basis: calc(100% / 3);
    max-width: calc(100% / 3);
    width: calc(100% / 3);
  }
}

@media (max-width: 1499.98px) {
  .count-xl-4 .items {
    display: flex;
    flex-wrap: wrap;
  }
  .count-xl-4 .item {
    flex: 0 0;
    flex-basis: calc(100% / 4);
    max-width: calc(100% / 4);
    width: calc(100% / 4);
  }
}

@media (max-width: 1499.98px) {
  .count-xl-5 .items {
    display: flex;
    flex-wrap: wrap;
  }
  .count-xl-5 .item {
    flex: 0 0;
    flex-basis: calc(100% / 5);
    max-width: calc(100% / 5);
    width: calc(100% / 5);
  }
}

@media (max-width: 1499.98px) {
  .count-xl-6 .items {
    display: flex;
    flex-wrap: wrap;
  }
  .count-xl-6 .item {
    flex: 0 0;
    flex-basis: calc(100% / 6);
    max-width: calc(100% / 6);
    width: calc(100% / 6);
  }
}

@media (max-width: 1499.98px) {
  .count-xl-7 .items {
    display: flex;
    flex-wrap: wrap;
  }
  .count-xl-7 .item {
    flex: 0 0;
    flex-basis: calc(100% / 7);
    max-width: calc(100% / 7);
    width: calc(100% / 7);
  }
}

@media (max-width: 1499.98px) {
  .count-xl-8 .items {
    display: flex;
    flex-wrap: wrap;
  }
  .count-xl-8 .item {
    flex: 0 0;
    flex-basis: calc(100% / 8);
    max-width: calc(100% / 8);
    width: calc(100% / 8);
  }
}

@media (max-width: 1499.98px) {
  .count-xl-9 .items {
    display: flex;
    flex-wrap: wrap;
  }
  .count-xl-9 .item {
    flex: 0 0;
    flex-basis: calc(100% / 9);
    max-width: calc(100% / 9);
    width: calc(100% / 9);
  }
}

@media (max-width: 1499.98px) {
  .count-xl-10 .items {
    display: flex;
    flex-wrap: wrap;
  }
  .count-xl-10 .item {
    flex: 0 0;
    flex-basis: calc(100% / 10);
    max-width: calc(100% / 10);
    width: calc(100% / 10);
  }
}

@media (max-width: 1499.98px) {
  .count-xl-11 .items {
    display: flex;
    flex-wrap: wrap;
  }
  .count-xl-11 .item {
    flex: 0 0;
    flex-basis: calc(100% / 11);
    max-width: calc(100% / 11);
    width: calc(100% / 11);
  }
}

@media (max-width: 1499.98px) {
  .count-xl-12 .items {
    display: flex;
    flex-wrap: wrap;
  }
  .count-xl-12 .item {
    flex: 0 0;
    flex-basis: calc(100% / 12);
    max-width: calc(100% / 12);
    width: calc(100% / 12);
  }
}

@media (max-width: 1249.98px) {
  .count-lg-1 .items {
    display: flex;
    flex-wrap: wrap;
  }
  .count-lg-1 .item {
    flex: 0 0;
    flex-basis: calc(100% / 1);
    max-width: calc(100% / 1);
    width: calc(100% / 1);
  }
}

@media (max-width: 1249.98px) {
  .count-lg-2 .items {
    display: flex;
    flex-wrap: wrap;
  }
  .count-lg-2 .item {
    flex: 0 0;
    flex-basis: calc(100% / 2);
    max-width: calc(100% / 2);
    width: calc(100% / 2);
  }
}

@media (max-width: 1249.98px) {
  .count-lg-3 .items {
    display: flex;
    flex-wrap: wrap;
  }
  .count-lg-3 .item {
    flex: 0 0;
    flex-basis: calc(100% / 3);
    max-width: calc(100% / 3);
    width: calc(100% / 3);
  }
}

@media (max-width: 1249.98px) {
  .count-lg-4 .items {
    display: flex;
    flex-wrap: wrap;
  }
  .count-lg-4 .item {
    flex: 0 0;
    flex-basis: calc(100% / 4);
    max-width: calc(100% / 4);
    width: calc(100% / 4);
  }
}

@media (max-width: 1249.98px) {
  .count-lg-5 .items {
    display: flex;
    flex-wrap: wrap;
  }
  .count-lg-5 .item {
    flex: 0 0;
    flex-basis: calc(100% / 5);
    max-width: calc(100% / 5);
    width: calc(100% / 5);
  }
}

@media (max-width: 1249.98px) {
  .count-lg-6 .items {
    display: flex;
    flex-wrap: wrap;
  }
  .count-lg-6 .item {
    flex: 0 0;
    flex-basis: calc(100% / 6);
    max-width: calc(100% / 6);
    width: calc(100% / 6);
  }
}

@media (max-width: 1249.98px) {
  .count-lg-7 .items {
    display: flex;
    flex-wrap: wrap;
  }
  .count-lg-7 .item {
    flex: 0 0;
    flex-basis: calc(100% / 7);
    max-width: calc(100% / 7);
    width: calc(100% / 7);
  }
}

@media (max-width: 1249.98px) {
  .count-lg-8 .items {
    display: flex;
    flex-wrap: wrap;
  }
  .count-lg-8 .item {
    flex: 0 0;
    flex-basis: calc(100% / 8);
    max-width: calc(100% / 8);
    width: calc(100% / 8);
  }
}

@media (max-width: 1249.98px) {
  .count-lg-9 .items {
    display: flex;
    flex-wrap: wrap;
  }
  .count-lg-9 .item {
    flex: 0 0;
    flex-basis: calc(100% / 9);
    max-width: calc(100% / 9);
    width: calc(100% / 9);
  }
}

@media (max-width: 1249.98px) {
  .count-lg-10 .items {
    display: flex;
    flex-wrap: wrap;
  }
  .count-lg-10 .item {
    flex: 0 0;
    flex-basis: calc(100% / 10);
    max-width: calc(100% / 10);
    width: calc(100% / 10);
  }
}

@media (max-width: 1249.98px) {
  .count-lg-11 .items {
    display: flex;
    flex-wrap: wrap;
  }
  .count-lg-11 .item {
    flex: 0 0;
    flex-basis: calc(100% / 11);
    max-width: calc(100% / 11);
    width: calc(100% / 11);
  }
}

@media (max-width: 1249.98px) {
  .count-lg-12 .items {
    display: flex;
    flex-wrap: wrap;
  }
  .count-lg-12 .item {
    flex: 0 0;
    flex-basis: calc(100% / 12);
    max-width: calc(100% / 12);
    width: calc(100% / 12);
  }
}

@media (max-width: 991.98px) {
  .count-md-1 .items {
    display: flex;
    flex-wrap: wrap;
  }
  .count-md-1 .item {
    flex: 0 0;
    flex-basis: calc(100% / 1);
    max-width: calc(100% / 1);
    width: calc(100% / 1);
  }
}

@media (max-width: 991.98px) {
  .count-md-2 .items {
    display: flex;
    flex-wrap: wrap;
  }
  .count-md-2 .item {
    flex: 0 0;
    flex-basis: calc(100% / 2);
    max-width: calc(100% / 2);
    width: calc(100% / 2);
  }
}

@media (max-width: 991.98px) {
  .count-md-3 .items {
    display: flex;
    flex-wrap: wrap;
  }
  .count-md-3 .item {
    flex: 0 0;
    flex-basis: calc(100% / 3);
    max-width: calc(100% / 3);
    width: calc(100% / 3);
  }
}

@media (max-width: 991.98px) {
  .count-md-4 .items {
    display: flex;
    flex-wrap: wrap;
  }
  .count-md-4 .item {
    flex: 0 0;
    flex-basis: calc(100% / 4);
    max-width: calc(100% / 4);
    width: calc(100% / 4);
  }
}

@media (max-width: 991.98px) {
  .count-md-5 .items {
    display: flex;
    flex-wrap: wrap;
  }
  .count-md-5 .item {
    flex: 0 0;
    flex-basis: calc(100% / 5);
    max-width: calc(100% / 5);
    width: calc(100% / 5);
  }
}

@media (max-width: 991.98px) {
  .count-md-6 .items {
    display: flex;
    flex-wrap: wrap;
  }
  .count-md-6 .item {
    flex: 0 0;
    flex-basis: calc(100% / 6);
    max-width: calc(100% / 6);
    width: calc(100% / 6);
  }
}

@media (max-width: 991.98px) {
  .count-md-7 .items {
    display: flex;
    flex-wrap: wrap;
  }
  .count-md-7 .item {
    flex: 0 0;
    flex-basis: calc(100% / 7);
    max-width: calc(100% / 7);
    width: calc(100% / 7);
  }
}

@media (max-width: 991.98px) {
  .count-md-8 .items {
    display: flex;
    flex-wrap: wrap;
  }
  .count-md-8 .item {
    flex: 0 0;
    flex-basis: calc(100% / 8);
    max-width: calc(100% / 8);
    width: calc(100% / 8);
  }
}

@media (max-width: 991.98px) {
  .count-md-9 .items {
    display: flex;
    flex-wrap: wrap;
  }
  .count-md-9 .item {
    flex: 0 0;
    flex-basis: calc(100% / 9);
    max-width: calc(100% / 9);
    width: calc(100% / 9);
  }
}

@media (max-width: 991.98px) {
  .count-md-10 .items {
    display: flex;
    flex-wrap: wrap;
  }
  .count-md-10 .item {
    flex: 0 0;
    flex-basis: calc(100% / 10);
    max-width: calc(100% / 10);
    width: calc(100% / 10);
  }
}

@media (max-width: 991.98px) {
  .count-md-11 .items {
    display: flex;
    flex-wrap: wrap;
  }
  .count-md-11 .item {
    flex: 0 0;
    flex-basis: calc(100% / 11);
    max-width: calc(100% / 11);
    width: calc(100% / 11);
  }
}

@media (max-width: 991.98px) {
  .count-md-12 .items {
    display: flex;
    flex-wrap: wrap;
  }
  .count-md-12 .item {
    flex: 0 0;
    flex-basis: calc(100% / 12);
    max-width: calc(100% / 12);
    width: calc(100% / 12);
  }
}

@media (max-width: 767.98px) {
  .count-sm-1 .items {
    display: flex;
    flex-wrap: wrap;
  }
  .count-sm-1 .item {
    flex: 0 0;
    flex-basis: calc(100% / 1);
    max-width: calc(100% / 1);
    width: calc(100% / 1);
  }
}

@media (max-width: 767.98px) {
  .count-sm-2 .items {
    display: flex;
    flex-wrap: wrap;
  }
  .count-sm-2 .item {
    flex: 0 0;
    flex-basis: calc(100% / 2);
    max-width: calc(100% / 2);
    width: calc(100% / 2);
  }
}

@media (max-width: 767.98px) {
  .count-sm-3 .items {
    display: flex;
    flex-wrap: wrap;
  }
  .count-sm-3 .item {
    flex: 0 0;
    flex-basis: calc(100% / 3);
    max-width: calc(100% / 3);
    width: calc(100% / 3);
  }
}

@media (max-width: 767.98px) {
  .count-sm-4 .items {
    display: flex;
    flex-wrap: wrap;
  }
  .count-sm-4 .item {
    flex: 0 0;
    flex-basis: calc(100% / 4);
    max-width: calc(100% / 4);
    width: calc(100% / 4);
  }
}

@media (max-width: 767.98px) {
  .count-sm-5 .items {
    display: flex;
    flex-wrap: wrap;
  }
  .count-sm-5 .item {
    flex: 0 0;
    flex-basis: calc(100% / 5);
    max-width: calc(100% / 5);
    width: calc(100% / 5);
  }
}

@media (max-width: 767.98px) {
  .count-sm-6 .items {
    display: flex;
    flex-wrap: wrap;
  }
  .count-sm-6 .item {
    flex: 0 0;
    flex-basis: calc(100% / 6);
    max-width: calc(100% / 6);
    width: calc(100% / 6);
  }
}

@media (max-width: 767.98px) {
  .count-sm-7 .items {
    display: flex;
    flex-wrap: wrap;
  }
  .count-sm-7 .item {
    flex: 0 0;
    flex-basis: calc(100% / 7);
    max-width: calc(100% / 7);
    width: calc(100% / 7);
  }
}

@media (max-width: 767.98px) {
  .count-sm-8 .items {
    display: flex;
    flex-wrap: wrap;
  }
  .count-sm-8 .item {
    flex: 0 0;
    flex-basis: calc(100% / 8);
    max-width: calc(100% / 8);
    width: calc(100% / 8);
  }
}

@media (max-width: 767.98px) {
  .count-sm-9 .items {
    display: flex;
    flex-wrap: wrap;
  }
  .count-sm-9 .item {
    flex: 0 0;
    flex-basis: calc(100% / 9);
    max-width: calc(100% / 9);
    width: calc(100% / 9);
  }
}

@media (max-width: 767.98px) {
  .count-sm-10 .items {
    display: flex;
    flex-wrap: wrap;
  }
  .count-sm-10 .item {
    flex: 0 0;
    flex-basis: calc(100% / 10);
    max-width: calc(100% / 10);
    width: calc(100% / 10);
  }
}

@media (max-width: 767.98px) {
  .count-sm-11 .items {
    display: flex;
    flex-wrap: wrap;
  }
  .count-sm-11 .item {
    flex: 0 0;
    flex-basis: calc(100% / 11);
    max-width: calc(100% / 11);
    width: calc(100% / 11);
  }
}

@media (max-width: 767.98px) {
  .count-sm-12 .items {
    display: flex;
    flex-wrap: wrap;
  }
  .count-sm-12 .item {
    flex: 0 0;
    flex-basis: calc(100% / 12);
    max-width: calc(100% / 12);
    width: calc(100% / 12);
  }
}

@media (max-width: 575.98px) {
  .count-xs-1 .items {
    display: flex;
    flex-wrap: wrap;
  }
  .count-xs-1 .item {
    flex: 0 0;
    flex-basis: calc(100% / 1);
    max-width: calc(100% / 1);
    width: calc(100% / 1);
  }
}

@media (max-width: 575.98px) {
  .count-xs-2 .items {
    display: flex;
    flex-wrap: wrap;
  }
  .count-xs-2 .item {
    flex: 0 0;
    flex-basis: calc(100% / 2);
    max-width: calc(100% / 2);
    width: calc(100% / 2);
  }
}

@media (max-width: 575.98px) {
  .count-xs-3 .items {
    display: flex;
    flex-wrap: wrap;
  }
  .count-xs-3 .item {
    flex: 0 0;
    flex-basis: calc(100% / 3);
    max-width: calc(100% / 3);
    width: calc(100% / 3);
  }
}

@media (max-width: 575.98px) {
  .count-xs-4 .items {
    display: flex;
    flex-wrap: wrap;
  }
  .count-xs-4 .item {
    flex: 0 0;
    flex-basis: calc(100% / 4);
    max-width: calc(100% / 4);
    width: calc(100% / 4);
  }
}

@media (max-width: 575.98px) {
  .count-xs-5 .items {
    display: flex;
    flex-wrap: wrap;
  }
  .count-xs-5 .item {
    flex: 0 0;
    flex-basis: calc(100% / 5);
    max-width: calc(100% / 5);
    width: calc(100% / 5);
  }
}

@media (max-width: 575.98px) {
  .count-xs-6 .items {
    display: flex;
    flex-wrap: wrap;
  }
  .count-xs-6 .item {
    flex: 0 0;
    flex-basis: calc(100% / 6);
    max-width: calc(100% / 6);
    width: calc(100% / 6);
  }
}

@media (max-width: 575.98px) {
  .count-xs-7 .items {
    display: flex;
    flex-wrap: wrap;
  }
  .count-xs-7 .item {
    flex: 0 0;
    flex-basis: calc(100% / 7);
    max-width: calc(100% / 7);
    width: calc(100% / 7);
  }
}

@media (max-width: 575.98px) {
  .count-xs-8 .items {
    display: flex;
    flex-wrap: wrap;
  }
  .count-xs-8 .item {
    flex: 0 0;
    flex-basis: calc(100% / 8);
    max-width: calc(100% / 8);
    width: calc(100% / 8);
  }
}

@media (max-width: 575.98px) {
  .count-xs-9 .items {
    display: flex;
    flex-wrap: wrap;
  }
  .count-xs-9 .item {
    flex: 0 0;
    flex-basis: calc(100% / 9);
    max-width: calc(100% / 9);
    width: calc(100% / 9);
  }
}

@media (max-width: 575.98px) {
  .count-xs-10 .items {
    display: flex;
    flex-wrap: wrap;
  }
  .count-xs-10 .item {
    flex: 0 0;
    flex-basis: calc(100% / 10);
    max-width: calc(100% / 10);
    width: calc(100% / 10);
  }
}

@media (max-width: 575.98px) {
  .count-xs-11 .items {
    display: flex;
    flex-wrap: wrap;
  }
  .count-xs-11 .item {
    flex: 0 0;
    flex-basis: calc(100% / 11);
    max-width: calc(100% / 11);
    width: calc(100% / 11);
  }
}

@media (max-width: 575.98px) {
  .count-xs-12 .items {
    display: flex;
    flex-wrap: wrap;
  }
  .count-xs-12 .item {
    flex: 0 0;
    flex-basis: calc(100% / 12);
    max-width: calc(100% / 12);
    width: calc(100% / 12);
  }
}

@media (max-width: 449.98px) {
  .count-xxs-1 .items {
    display: flex;
    flex-wrap: wrap;
  }
  .count-xxs-1 .item {
    flex: 0 0;
    flex-basis: calc(100% / 1);
    max-width: calc(100% / 1);
    width: calc(100% / 1);
  }
}

@media (max-width: 449.98px) {
  .count-xxs-2 .items {
    display: flex;
    flex-wrap: wrap;
  }
  .count-xxs-2 .item {
    flex: 0 0;
    flex-basis: calc(100% / 2);
    max-width: calc(100% / 2);
    width: calc(100% / 2);
  }
}

@media (max-width: 449.98px) {
  .count-xxs-3 .items {
    display: flex;
    flex-wrap: wrap;
  }
  .count-xxs-3 .item {
    flex: 0 0;
    flex-basis: calc(100% / 3);
    max-width: calc(100% / 3);
    width: calc(100% / 3);
  }
}

@media (max-width: 449.98px) {
  .count-xxs-4 .items {
    display: flex;
    flex-wrap: wrap;
  }
  .count-xxs-4 .item {
    flex: 0 0;
    flex-basis: calc(100% / 4);
    max-width: calc(100% / 4);
    width: calc(100% / 4);
  }
}

@media (max-width: 449.98px) {
  .count-xxs-5 .items {
    display: flex;
    flex-wrap: wrap;
  }
  .count-xxs-5 .item {
    flex: 0 0;
    flex-basis: calc(100% / 5);
    max-width: calc(100% / 5);
    width: calc(100% / 5);
  }
}

@media (max-width: 449.98px) {
  .count-xxs-6 .items {
    display: flex;
    flex-wrap: wrap;
  }
  .count-xxs-6 .item {
    flex: 0 0;
    flex-basis: calc(100% / 6);
    max-width: calc(100% / 6);
    width: calc(100% / 6);
  }
}

@media (max-width: 449.98px) {
  .count-xxs-7 .items {
    display: flex;
    flex-wrap: wrap;
  }
  .count-xxs-7 .item {
    flex: 0 0;
    flex-basis: calc(100% / 7);
    max-width: calc(100% / 7);
    width: calc(100% / 7);
  }
}

@media (max-width: 449.98px) {
  .count-xxs-8 .items {
    display: flex;
    flex-wrap: wrap;
  }
  .count-xxs-8 .item {
    flex: 0 0;
    flex-basis: calc(100% / 8);
    max-width: calc(100% / 8);
    width: calc(100% / 8);
  }
}

@media (max-width: 449.98px) {
  .count-xxs-9 .items {
    display: flex;
    flex-wrap: wrap;
  }
  .count-xxs-9 .item {
    flex: 0 0;
    flex-basis: calc(100% / 9);
    max-width: calc(100% / 9);
    width: calc(100% / 9);
  }
}

@media (max-width: 449.98px) {
  .count-xxs-10 .items {
    display: flex;
    flex-wrap: wrap;
  }
  .count-xxs-10 .item {
    flex: 0 0;
    flex-basis: calc(100% / 10);
    max-width: calc(100% / 10);
    width: calc(100% / 10);
  }
}

@media (max-width: 449.98px) {
  .count-xxs-11 .items {
    display: flex;
    flex-wrap: wrap;
  }
  .count-xxs-11 .item {
    flex: 0 0;
    flex-basis: calc(100% / 11);
    max-width: calc(100% / 11);
    width: calc(100% / 11);
  }
}

@media (max-width: 449.98px) {
  .count-xxs-12 .items {
    display: flex;
    flex-wrap: wrap;
  }
  .count-xxs-12 .item {
    flex: 0 0;
    flex-basis: calc(100% / 12);
    max-width: calc(100% / 12);
    width: calc(100% / 12);
  }
}

/*




%count-1{
	.items{
		display: flex;
		flex-wrap: wrap;
	}
	.item{
		@include flex(0 0, 100%);
	}
}
%count-2{
	.items{
		display: flex;
		flex-wrap: wrap;
	}
	.item{
		@include flex(0 0, 50%);
	}
}
%count-3{
	.items{
		display: flex;
		flex-wrap: wrap;
	}
	.item{
		@include flex(0 0, 100% / 3);
	}
}
%count-4{
	.items{
		display: flex;
		flex-wrap: wrap;
	}
	.item{
		@include flex(0 0, 25%);
	}
}
%count-5{
	.items{
		display: flex;
		flex-wrap: wrap;
	}
	.item{
		@include flex(0 0, 100% / 5);
	}
}
%count-6{
	.items{
		display: flex;
		flex-wrap: wrap;
	}
	.item{
		@include flex(0 0, 100% / 6);
	}
}

%count-lg-1{
	@include media-breakpoint-down('lg'){
		.item{
			@include flex(0 0, 100%);
		}
	}	
}
%count-lg-2{
	@include media-breakpoint-down('lg'){
		.item{
			@include flex(0 0, 50%);
		}
	}	
}
%count-lg-3{
	@include media-breakpoint-down('lg'){
		.item{
			@include flex(0 0, 100%/3);
		}
	}	
}
%count-lg-4{
	@include media-breakpoint-down('lg'){
		.item{
			@include flex(0 0, 25%);
		}
	}
}
%count-lg-5{
	@include media-breakpoint-down('lg'){
		.item{
			@include flex(0 0, 100% / 5);
		}
	}
}


%count-md-1{
	@include media-breakpoint-down('md'){
		.item{
			@include flex(0 0, 100%);
		}
	}	
}
%count-md-2{
	@include media-breakpoint-down('md'){
		.item{
			@include flex(0 0, 50%);
		}
	}	
}
%count-md-3{
	@include media-breakpoint-down('md'){
		.item{
			@include flex(0 0, 100%/3);
		}
	}	
}
%count-md-4{
	@include media-breakpoint-down('md'){
		.item{
			@include flex(0 0, 25%);
		}
	}
}

%count-sm-1{
	@include media-breakpoint-down('sm'){
		.item{
			@include flex(0 0, 100%);
		}
	}	
}
%count-sm-2{
	@include media-breakpoint-down('sm'){
		.item{
			@include flex(0 0, 50%);
		}
	}	
}
%count-sm-3{
	@include media-breakpoint-down('sm'){
		.item{
			@include flex(0 0, 33.33334%);
		}
	}	
}
%count-sm-4{
	@include media-breakpoint-down('sm'){
		.item{
			@include flex(0 0, 25%);
		}
	}	
}

%count-xs-1{
	@include media-breakpoint-down('xs'){
		.item{
			@include flex(0 0, 100%);
		}
	}	
}
%count-xs-2{
	@include media-breakpoint-down('xs'){
		.item{
			@include flex(0 0, 50%);
		}
	}	
}
%count-xs-3{
	@include media-breakpoint-down('xs'){
		.item{
			@include flex(0 0, 33.33333%);
		}
	}	
}


%count-xxs-1{
	@include media-breakpoint-down('xxs'){
		.item{
			@include flex(0 0, 100%);
		}
	}
}
%count-xxs-2{
	@include media-breakpoint-down('xxs'){
		.item{
			@include flex(0 0, 50%);
		}
	}
}


*/
@media (min-width: 576px) {
  .container-w-sm {
    max-width: 540px;
    margin: 0 auto;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .container-w-sm {
    width: 100%;
    margin: 0 auto;
  }
}
.container-w-sm .container {
  width: auto;
  max-width: none;
}

@media (min-width: 768px) {
  .container-w-md {
    max-width: 720px;
    margin: 0 auto;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .container-w-md {
    width: 100%;
    margin: 0 auto;
  }
}
.container-w-md .container {
  width: auto;
  max-width: none;
}

@media (min-width: 992px) {
  .container-w-lg {
    max-width: 960px;
    margin: 0 auto;
  }
}
@media (min-width: 992px) and (max-width: 1249.98px) {
  .container-w-lg {
    width: 100%;
    margin: 0 auto;
  }
}
.container-w-lg .container {
  width: auto;
  max-width: none;
}

@media (min-width: 1250px) {
  .container-w-xl {
    max-width: 1190px;
    margin: 0 auto;
  }
}
@media (min-width: 1250px) and (max-width: 1499.98px) {
  .container-w-xl {
    width: 100%;
    margin: 0 auto;
  }
}
.container-w-xl .container {
  width: auto;
  max-width: none;
}

@media (min-width: 1500px) {
  .container-w-xxl {
    max-width: 1440px;
    margin: 0 auto;
  }
}
@media (min-width: 1500px) {
  .container-w-xxl {
    width: 100%;
    margin: 0 auto;
  }
}
.container-w-xxl .container {
  width: auto;
  max-width: none;
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .container {
    max-width: 540px;
    width: 540px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .container {
    max-width: 720px;
    width: 720px;
  }
}

@media (min-width: 992px) and (max-width: 1249.98px) {
  .container {
    max-width: 960px;
    width: 960px;
  }
}

@media (min-width: 1250px) and (max-width: 1499.98px) {
  .container {
    max-width: 1190px;
    width: 1190px;
  }
}

@media (min-width: 1500px) {
  .container {
    max-width: 1440px;
    width: 1440px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .container-inner, .page-separator-container:after {
    max-width: 510px;
    width: 510px;
    margin: 0 auto;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .container-inner, .page-separator-container:after {
    max-width: 690px;
    width: 690px;
    margin: 0 auto;
  }
}

@media (min-width: 992px) and (max-width: 1249.98px) {
  .container-inner, .page-separator-container:after {
    max-width: 930px;
    width: 930px;
    margin: 0 auto;
  }
}

@media (min-width: 1250px) and (max-width: 1499.98px) {
  .container-inner, .page-separator-container:after {
    max-width: 1160px;
    width: 1160px;
    margin: 0 auto;
  }
}

@media (min-width: 1500px) {
  .container-inner, .page-separator-container:after {
    max-width: 1410px;
    width: 1410px;
    margin: 0 auto;
  }
}

.icon-top .icon-text .icon-text-wrapper, .icon-top.icon-text .icon-text-wrapper {
  flex-wrap: wrap;
}
.icon-top .icon-text .icon-caption, .icon-top.icon-text .icon-caption {
  width: 100%;
  text-align: center;
  order: 2;
}
.icon-top .icon-text .icon-svg, .icon-top.icon-text .icon-svg {
  flex: 0 0;
  flex-basis: 100%;
  max-width: 100%;
  width: 100%;
  margin: 0 0 0.8rem 0;
  right: auto;
  top: 0;
  justify-content: center;
}
.icon-top a.icon-text:hover .icon-svg, .icon-top a.icon-text:focus .icon-svg, .icon-top a.icon-text:active .icon-svg, .icon-top .icon-text.icon-hover:hover .icon-svg, .icon-top .icon-text.icon-hover:focus .icon-svg, .icon-top .icon-text.icon-hover:active .icon-svg, .icon-top.icon-text.icon-hover:hover .icon-svg, .icon-top.icon-text.icon-hover:focus .icon-svg, .icon-top.icon-text.icon-hover:active .icon-svg {
  top: 0.5rem;
}

.icon-first .icon-text .icon-text-wrapper, .icon-first.icon-text .icon-text-wrapper {
  flex-wrap: nowrap;
}
.icon-first .icon-text .icon-caption, .icon-first.icon-text .icon-caption {
  order: 2;
  width: auto;
}
.icon-first .icon-text .icon-svg, .icon-first.icon-text .icon-svg {
  flex: 1 1;
  flex-basis: auto;
  max-width: none;
  width: auto;
  margin: 0 1rem 0 0;
  right: auto;
  left: 0;
  top: auto;
  bottom: auto;
}
.icon-first a.icon-text:hover .icon-svg, .icon-first a.icon-text:focus .icon-svg, .icon-first a.icon-text:active .icon-svg, .icon-first .icon-text.icon-hover:hover .icon-svg, .icon-first .icon-text.icon-hover:focus .icon-svg, .icon-first .icon-text.icon-hover:active .icon-svg, .icon-first.icon-text.icon-hover:hover .icon-svg, .icon-first.icon-text.icon-hover:focus .icon-svg, .icon-first.icon-text.icon-hover:active .icon-svg {
  top: auto;
  right: auto;
  bottom: auto;
  left: 0.5rem;
}

.icon-last .icon-text .icon-text-wrapper, .icon-last.icon-text .icon-text-wrapper {
  flex-wrap: nowrap;
}
.icon-last .icon-text .icon-caption, .icon-last.icon-text .icon-caption {
  order: -1;
  width: auto;
}
.icon-last .icon-text .icon-svg, .icon-last.icon-text .icon-svg {
  flex: 1 1;
  flex-basis: auto;
  max-width: none;
  width: auto;
  margin: 0 0 0 1rem;
  left: auto;
  right: 0;
  top: auto;
  bottom: auto;
}
.icon-last a.icon-text:hover .icon-svg, .icon-last a.icon-text:focus .icon-svg, .icon-last a.icon-text:active .icon-svg, .icon-last .icon-text.icon-hover:hover .icon-svg, .icon-last .icon-text.icon-hover:focus .icon-svg, .icon-last .icon-text.icon-hover:active .icon-svg, .icon-last.icon-text.icon-hover:hover .icon-svg, .icon-last.icon-text.icon-hover:focus .icon-svg, .icon-last.icon-text.icon-hover:active .icon-svg {
  top: auto;
  left: auto;
  bottom: auto;
  right: -0.5rem;
}

.header-small {
  transition: all 0.3s, padding 0s;
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  font-size: 1.6rem;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.2);
  top: -7rem;
  opacity: 0;
  z-index: -1;
}
body.scroll .header-small {
  top: 0px;
  opacity: 1;
  z-index: 610;
}
.header-small.logo-disable .wrapper-left {
  display: none;
}
.header-small .wrapper {
  display: flex;
  justify-content: space-between;
}
.header-small .wrapper-left {
  flex: 0 0;
  flex-basis: 20rem;
  max-width: 20rem;
  width: 20rem;
  display: flex;
  align-items: center;
}
.header-small .wrapper-right {
  flex: 1 1;
  flex-basis: auto;
  max-width: none;
  width: auto;
  display: flex;
  align-items: center !important;
  justify-content: flex-end;
}
.header-small nav {
  height: 100%;
}
.header-small .menu {
  flex: 1 1;
  height: 100%;
  margin-right: 1rem;
}
.header-small .header-claim {
  font-size: 1.4rem;
  margin-left: 1rem;
  flex: 1 1 auto;
}
.header-small .buttons {
  display: flex;
}
.header-small .buttons > * {
  margin-left: 1.5rem;
}
.header-small p {
  margin: 0;
}
.header-small .logo .logo-text, .header-small .logo .logo-note {
  color: #000;
}
.header-small .wrapper-left, .header-small .wrapper-right {
  height: 7rem;
}
@media (max-width: 991.98px) {
  .header-small {
    top: 0px;
    opacity: 1;
    z-index: 610;
  }
  body.scroll .header-small {
    top: 0px;
    opacity: 1;
    z-index: 610;
  }
  .header-small .buttons {
    display: none;
  }
  .header-small .wrapper-left, .header-small .wrapper-right {
    height: 5rem;
  }
  .header-small.logo-disable .wrapper-left {
    display: flex;
  }
}
@media (max-width: 991.98px) {
  .header-small .container {
    width: 100%;
    max-width: 100%;
  }
  .header-small .menu {
    display: none;
  }
  .header-small .wrapper-left {
    flex: 1 1;
    flex-basis: auto;
    max-width: none;
    width: auto;
    width: auto;
    max-width: none;
  }
}
.header-small .fr-customHtml.logo {
  font-family: "Dax CE", sans-serif;
}
.header-small .fr-customHtml.logo a {
  display: block;
}
.header-small .fr-customHtml.logo .wrapper-logo-inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto auto auto;
  -ms-grid-rows: 100%;
  grid-template-columns: auto auto auto auto;
  grid-template-rows: 100%;
  align-items: center;
  line-height: 1.2;
}
.header-small .fr-customHtml.logo .wrapper-logo-inner > * {
  margin-right: 1rem;
}
.header-small .fr-customHtml.logo .wrapper-logo-img {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/span 1;
  grid-column: 1/span 1;
}
.header-small .fr-customHtml.logo img {
  display: block;
  height: 5rem;
}
.header-small .fr-customHtml.logo .logo-text {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/span 1;
  grid-column: 2/span 1;
}
.header-small .fr-customHtml.logo .logo-note {
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/span 1;
  grid-column: 3/span 1;
}
.header-small .fr-customHtml.logo .claim {
  -ms-grid-column: 4;
  -ms-grid-column-span: 1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/span 1;
  grid-column: 4/span 1;
}
@media (max-width: 991.98px) {
  .header-small .fr-customHtml.logo {
    height: 4rem;
    display: flex;
    align-items: center;
  }
  .header-small .fr-customHtml.logo img {
    max-height: 4rem;
  }
}

.header-small .fr-customHtml.logo.hs-line-2 .wrapper-logo-inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto auto;
  -ms-grid-rows: 50% 50%;
  grid-template-columns: auto auto auto;
  grid-template-rows: 50% 50%;
}
.header-small .fr-customHtml.logo.hs-line-2 .wrapper-logo-img {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/span 2;
  grid-column: 1/span 1;
}
.header-small .fr-customHtml.logo.hs-line-2 img {
  display: block;
}
.header-small .fr-customHtml.logo.hs-line-2 .logo-text {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/span 1;
  grid-column: 2/span 1;
}
.header-small .fr-customHtml.logo.hs-line-2 .logo-note {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/span 1;
  grid-column: 2/span 1;
}
.header-small .fr-customHtml.logo.hs-line-2 .claim {
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/span 2;
  grid-column: 3/span 1;
}

/*
.header-small{
	&.logo-w-5{
		.wrapper-left{
			@include flex(0 0, 5rem);
		}
		.wrapper-right{
			@include flex(1 1, auto);
		}
	}
	&.logo-w-10{
		.wrapper-left{
			@include flex(0 0, 10rem);
		}
		.wrapper-right{
			@include flex(1 1, auto);
		}
	}
	&.logo-w-15{
		.wrapper-left{
			@include flex(0 0, 15rem);
		}
		.wrapper-right{
			@include flex(1 1, auto);
		}
	}
	&.logo-w-20{
		.wrapper-left{
			@include flex(0 0, 20rem);
		}
		.wrapper-right{
			@include flex(1 1, auto);
		}
	}
}
*/
.group-icons {
  margin-left: 1rem;
  display: flex;
  justify-content: flex-end;
  height: 5rem;
  /*
  >*, h2{
  	line-height: 1;
  	font-size: $header-icon-font-size;
  	font-family: $fp;
  }
  */
  /*
  @include media-breakpoint-up("lg"){
  	>*, .fr-languageSelect h2{
  		font-size: $header-icon-font-size-maxi;
  	}
  }
  */
}
.group-icons svg {
  display: block;
  line-height: 1;
}
.group-icons button, .group-icons a, .group-icons .fr-languageSelect .drop-down h2 {
  transition: all 0.2s ease-in-out;
  color: #000;
}
@media (prefers-reduced-motion: reduce) {
  .group-icons button, .group-icons a, .group-icons .fr-languageSelect .drop-down h2 {
    transition: none;
  }
}
.group-icons button:hover, .group-icons button:focus, .group-icons button:active, .group-icons a:hover, .group-icons a:focus, .group-icons a:active, .group-icons .fr-languageSelect .drop-down h2:hover, .group-icons .fr-languageSelect .drop-down h2:focus, .group-icons .fr-languageSelect .drop-down h2:active {
  color: #262a2d;
}
.group-icons .fr-languageSelect {
  position: relative;
}
.group-icons .fr-languageSelect h2 {
  margin: 0 0 0 0.5rem;
  font-family: "Roboto", sans-serif;
  padding: 0.5rem 0;
  font-weight: 400;
  font-size: 1.8rem;
  letter-spacing: 0;
}
@media (max-width: 449.98px) {
  .group-icons > * {
    margin-left: 0;
  }
}

.toggle-menu {
  display: flex;
  align-items: center;
  border: none;
  background: transparent;
  color: #000;
  text-transform: uppercase;
  padding: 0;
  margin-left: 0.5rem;
  line-height: normal;
  border: none;
  font-size: 1.8rem;
  font-family: "Roboto", sans-serif;
  height: 100%;
  margin: 0;
  padding: 0 0 0 1rem;
  display: none;
}
.show-hamburger .toggle-menu .icon-close {
  display: block;
}
.show-hamburger .toggle-menu .icon-menu {
  display: none;
}
.toggle-menu svg {
  display: none;
  width: 1.6rem;
}
.toggle-menu svg.icon-menu {
  display: block;
}
.toggle-menu span {
  display: inline-block;
  margin-left: 0.75rem;
}
@media (max-width: 991.98px) {
  .toggle-menu {
    display: flex;
  }
}
@media (max-width: 449.98px) {
  .toggle-menu {
    font-size: 1.2rem;
  }
  .toggle-menu span {
    font-size: 1.6rem;
  }
}

.hamburger {
  transition: 0.5s;
  position: fixed;
  max-height: calc(100% - 5rem);
  overflow: auto;
  top: 5rem;
  right: -100vw;
  width: 450px;
  background: rgba(255, 255, 255, 0.9);
  z-index: 510;
  padding-bottom: 1.6rem;
  visibility: hidden;
  display: none;
}
body.show-hamburger .hamburger {
  right: 0;
  visibility: visible;
  display: block;
}
@media (prefers-reduced-motion: reduce) {
  .hamburger {
    transition: none;
  }
}
.hamburger .container {
  width: 100%;
  max-width: none;
  padding: 0;
  margin: 0;
}
.hamburger .wrapper {
  margin: 0 1.6rem 1.6rem 1.6rem;
  padding-top: 1.5rem;
  position: relative;
}
.hamburger .wrapper:before {
  transition: 0.5s;
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 7px;
  background: #000;
  left: 0;
  top: 0;
  bottom: auto;
  top: 0;
  left: 0;
}
@media (prefers-reduced-motion: reduce) {
  .hamburger .wrapper:before {
    transition: none;
  }
}
.hamburger .wrapper-button {
  text-align: center;
  border-bottom: 1px solid #adb5bd;
  padding-bottom: 1.8rem;
  margin-top: 1.8rem;
}
.hamburger .wrapper-button.middle {
  margin-bottom: 1.8rem;
  margin-top: 0;
}
.hamburger .wrapper-button .btn {
  min-width: 50%;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-top: 0.1rem;
  margin-bottom: 0.1rem;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.3rem;
  justify-content: center;
}
.hamburger .wrapper-button .icon-text-wrapper {
  justify-content: center;
}
.hamburger .wrapper-contact ul, .hamburger .wrapper-social ul {
  padding: 0;
}
.hamburger .wrapper-contact a, .hamburger .wrapper-social a {
  transition: all 0.2s ease-in-out;
  display: inline-block;
  color: rgba(0, 0, 0, 0.8);
}
@media (prefers-reduced-motion: reduce) {
  .hamburger .wrapper-contact a, .hamburger .wrapper-social a {
    transition: none;
  }
}
.hamburger .wrapper-contact a:hover, .hamburger .wrapper-contact a:focus, .hamburger .wrapper-contact a:active, .hamburger .wrapper-social a:hover, .hamburger .wrapper-social a:focus, .hamburger .wrapper-social a:active {
  color: #000;
  text-decoration: none;
}
.hamburger .wrapper-contact {
  font-size: 1.4rem;
}
.hamburger .wrapper-contact ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.hamburger .wrapper-contact li {
  margin: 0;
  padding: 0;
  list-style-image: none;
  list-style-type: none;
  background: none;
  display: block;
  text-align: center;
  margin: 0.4rem 0.4rem 0.4rem 0;
}
.hamburger .wrapper-contact li:before {
  content: "";
  width: auto;
  height: auto;
  position: static;
  top: auto;
  left: auto;
  bottom: auto;
  right: auto;
  margin: 0;
  padding: 0;
  display: none;
}
.hamburger .wrapper-contact a:hover, .hamburger .wrapper-contact a:focus, .hamburger .wrapper-contact a:active {
  text-decoration: underline;
}
.hamburger .wrapper-contact .icon-svg {
  font-size: 1.5rem;
}
.hamburger .wrapper-contact .items-social {
  display: flex;
  align-items: center;
  justify-content: center;
}
.hamburger .wrapper-contact .items-social .icon-svg {
  font-size: 3rem;
}
.hamburger .wrapper-contact .items-social .icon-text:hover, .hamburger .wrapper-contact .items-social .icon-text:focus, .hamburger .wrapper-contact .items-social .icon-text:active {
  left: 0;
}
.hamburger .wrapper-contact .items-social .icon-caption {
  display: none;
}
.hamburger .wrapper-social {
  margin: 1.5rem 0 0 0;
  padding: 0;
  border: none;
}
.hamburger .wrapper-social ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hamburger .wrapper-social li {
  margin: 0;
  padding: 0;
  list-style-image: none;
  list-style-type: none;
  background: none;
  margin: 0 0.5rem;
}
.hamburger .wrapper-social li:before {
  content: "";
  width: auto;
  height: auto;
  position: static;
  top: auto;
  left: auto;
  bottom: auto;
  right: auto;
  margin: 0;
  padding: 0;
  display: none;
}
.hamburger .wrapper-social span {
  display: none;
}
.hamburger .wrapper-social svg {
  font-size: 3rem;
}
@media (max-width: 991.98px) {
  .hamburger {
    visibility: hidden;
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .hamburger .wrapper {
    margin-left: 2.6rem;
    margin-right: 2.6rem;
  }
}
@media (max-width: 767.98px) {
  .hamburger {
    width: 400px;
  }
}
@media (max-width: 575.98px) {
  .hamburger {
    width: 80vw;
    max-width: 400px;
  }
  .hamburger .wrapper-button .btn {
    width: 100%;
    display: flex;
    max-width: 250px;
    margin: 0 auto;
  }
}
@media (max-width: 449.98px) {
  .hamburger {
    width: 90vw;
  }
}

.hamburger .menu {
  padding-bottom: 1.8rem;
}
.hamburger .menu .item-toggle {
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
  border-radius: none;
  letter-spacing: normal;
  word-spacing: normal;
  text-align: left;
  text-transform: none;
}
.hamburger .menu .wr {
  display: flex;
  justify-content: space-between;
}
.hamburger .menu .toggle-sub {
  flex: 0 0;
  flex-basis: 4rem;
  max-width: 4rem;
  width: 4rem;
  background: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9.89 9.89' width='9.89px' height='9.89px' fill='rgb%280%2C0%2C0%29'%3E%3Ctitle%3Eplus%3C/title%3E%3Cg data-name='Vrstva 2'%3E%3Cg%3E%3Cpath d='M9.89%2C5.64H5.64V9.89H4.25V5.64H0V4.25H4.25V0H5.64V4.25H9.89Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") center no-repeat;
  background-color: transparent;
  background-position: center;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
}
.hamburger .menu .toggle-sub:hover, .hamburger .menu .toggle-sub:focus, .hamburger .menu .toggle-sub:active {
  background-color: rgba(0, 0, 0, 0.05);
}
.hamburger .menu .wr-toogle-list, .hamburger .menu img {
  display: none;
}
.hamburger .menu a, .hamburger .menu .item-toggle {
  flex: 1 1 auto;
  color: #000;
  padding: 0.3rem 1.3rem;
  min-height: 4rem;
  display: flex;
  align-items: center;
  padding-right: 1.5rem;
}
.hamburger .menu a:hover, .hamburger .menu a:focus, .hamburger .menu a:active, .hamburger .menu .item-toggle:hover, .hamburger .menu .item-toggle:focus, .hamburger .menu .item-toggle:active {
  text-decoration: underline;
}
.hamburger .menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 0;
}
.hamburger .menu li {
  margin: 0;
  padding: 0;
  list-style-image: none;
  list-style-type: none;
  background: none;
  border-top: 1px solid #dee2e6;
}
.hamburger .menu li:before {
  content: "";
  width: auto;
  height: auto;
  position: static;
  top: auto;
  left: auto;
  bottom: auto;
  right: auto;
  margin: 0;
  padding: 0;
  display: none;
}
.hamburger .menu li.show-sub > .wr > .toggle-sub {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9.89 1.39' width='9.89px' height='1.39px' fill='rgb%280%2C0%2C0%29'%3E%3Ctitle%3Eminus%3C/title%3E%3Cg data-name='Vrstva 2'%3E%3Cg%3E%3Cpath d='M9.89%2C1.39H0V0H9.89Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.hamburger .menu li.show-sub > .wr-ul {
  height: 100%;
  max-height: 150rem;
  visibility: visible;
}
.hamburger .menu li.act > .wr a, .hamburger .menu li.act > .wr .item-toggle {
  color: #495057;
  font-weight: 700;
}
.hamburger .menu li li a, .hamburger .menu li li .item-toggle {
  color: rgba(0, 0, 0, 0.8);
  padding-left: 3rem !important;
}
.hamburger .menu li li li a, .hamburger .menu li li li .item-toggle {
  padding-left: 5rem !important;
}
.hamburger .menu nav > ul {
  border-bottom: 1px solid #adb5bd;
  border-right: none;
  border-left: none;
}
.hamburger .menu nav > ul > li:first-child {
  border: none;
}
.hamburger .menu nav > ul > li > .wr a, .hamburger .menu nav > ul > li > .wr .item-toggle {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.05rem;
}
.hamburger .menu nav > ul .wr-ul {
  transition: 0.5s;
  position: relative;
  font-size: 1.6rem;
  max-height: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
@media (prefers-reduced-motion: reduce) {
  .hamburger .menu nav > ul .wr-ul {
    transition: none;
  }
}
.hamburger .menu .item-link .item-img, .hamburger .menu .item-toggle .item-img {
  margin-right: 0.7rem;
}
.hamburger .menu .item-link .item-img .img-icon, .hamburger .menu .item-toggle .item-img .img-icon {
  display: block;
}

.click-down .item-toggle, .drop-down .item-toggle {
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
  border-radius: none;
  letter-spacing: normal;
  word-spacing: normal;
  text-align: left;
  text-transform: none;
  text-transform: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
}
.click-down .item-toggle:hover, .click-down .item-toggle:focus, .click-down .item-toggle:active, .drop-down .item-toggle:hover, .drop-down .item-toggle:focus, .drop-down .item-toggle:active {
  text-decoration: none;
}

.click-down {
  list-style: none;
  margin: 0;
  padding: 0;
}
.click-down .wr {
  display: flex;
  justify-content: space-between;
}
.click-down .toggle-sub {
  flex: 0 0;
  flex-basis: 4rem;
  max-width: 4rem;
  width: 4rem;
  background: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9.89 9.89' width='9.89px' height='9.89px' fill='rgb%280%2C0%2C0%29'%3E%3Ctitle%3Eplus%3C/title%3E%3Cg data-name='Vrstva 2'%3E%3Cg%3E%3Cpath d='M9.89%2C5.64H5.64V9.89H4.25V5.64H0V4.25H4.25V0H5.64V4.25H9.89Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") center no-repeat;
  background-color: transparent;
  background-position: center;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  background-size: auto;
}
.click-down .toggle-sub:hover, .click-down .toggle-sub:focus, .click-down .toggle-sub:active {
  background-color: rgba(0, 0, 0, 0.1);
}
.click-down ul {
  list-style: none;
  margin: 0;
  padding: 0;
  padding: 1rem 0;
}
.click-down ul ul {
  padding: 0.5rem 0 1rem;
}
.click-down li {
  margin: 0;
  padding: 0;
  list-style-image: none;
  list-style-type: none;
  background: none;
}
.click-down li:before {
  content: "";
  width: auto;
  height: auto;
  position: static;
  top: auto;
  left: auto;
  bottom: auto;
  right: auto;
  margin: 0;
  padding: 0;
  display: none;
}
.click-down li.show-sub > .wr > .toggle-sub {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9.89 1.39' width='9.89px' height='1.39px' fill='rgb%280%2C0%2C0%29'%3E%3Ctitle%3Eminus%3C/title%3E%3Cg data-name='Vrstva 2'%3E%3Cg%3E%3Cpath d='M9.89%2C1.39H0V0H9.89Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.click-down li.show-sub > .wr-ul {
  height: 100%;
  max-height: 100rem;
  visibility: visible;
}
.click-down li li a, .click-down li li .item-toggle {
  padding: 0.2rem 1rem 0.2rem 4.5rem;
  font-size: 1.5rem;
  color: #000;
}
.click-down li li li a, .click-down li li li .item-toggle {
  padding-left: 6rem;
}
.click-down li li li li a, .click-down li li li li .item-toggle {
  padding-left: 7.5rem;
}
.click-down a, .click-down .item-toggle {
  flex: 1 1 auto;
  padding: 1rem 0 1rem 3rem;
  display: flex;
  align-items: center;
  padding-right: 1.5rem;
}
.click-down a:hover, .click-down a:focus, .click-down a:active, .click-down .item-toggle:hover, .click-down .item-toggle:focus, .click-down .item-toggle:active {
  text-decoration: underline;
}
.click-down > li {
  border-top: 1px solid #dee2e6;
}
.click-down > li:first-child {
  border: none;
}
.click-down > li.act > .wr {
  font-weight: 700;
}
.click-down > li > .wr {
  font-size: 1.6rem;
  text-transform: uppercase;
}
.click-down > li > .wr > a {
  color: #000;
}
.click-down .wr-ul {
  transition: 0.5s;
  position: relative;
  max-height: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
@media (prefers-reduced-motion: reduce) {
  .click-down .wr-ul {
    transition: none;
  }
}

.drop-down {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
  height: 100%;
  align-items: center;
  position: relative;
}
.drop-down.drow-small .wr-ul {
  width: 100%;
}
.drop-down.drow-small ul a, .drop-down.drow-small ul .item-toggle, .drop-down.drow-small .ul a, .drop-down.drow-small .ul .item-toggle {
  display: block;
  text-align: center;
  padding: 0.5rem;
}
.drop-down .wr {
  display: flex;
  justify-content: space-between;
}
.drop-down a, .drop-down .item-toggle {
  display: block;
  color: #495057;
}
.header-small .drop-down a, .header-small .drop-down .item-toggle {
  color: #495057;
}
.drop-down .toggle-sub {
  flex: 0 0;
  flex-basis: 3rem;
  max-width: 3rem;
  width: 3rem;
  background: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6.17' width='10px' height='6.17px' fill='rgb%28255%2C255%2C255%29'%3E%3Ctitle%3Earrow-down%3C/title%3E%3Cg data-name='Vrstva 2'%3E%3Cg%3E%3Cpath class='cls-1' d='M1.17%2C0%2C5%2C3.83%2C8.83%2C0%2C10%2C1.17l-5%2C5-5-5Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat;
  background-size: auto 0.8rem;
  background-color: transparent;
  background-position: center;
  margin: 0;
  padding: 0;
  border: none;
  overflow: hidden;
}
.header-small .drop-down .toggle-sub {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6.17' width='10px' height='6.17px' fill='rgb%280%2C0%2C0%29'%3E%3Ctitle%3Earrow-down%3C/title%3E%3Cg data-name='Vrstva 2'%3E%3Cg%3E%3Cpath class='cls-1' d='M1.17%2C0%2C5%2C3.83%2C8.83%2C0%2C10%2C1.17l-5%2C5-5-5Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.drop-down .toggle-sub:hover, .drop-down .toggle-sub:focus, .drop-down .toggle-sub:active {
  background-color: rgba(173, 181, 189, 0.3);
}
.drop-down li, .drop-down .li {
  margin: 0;
  padding: 0;
  list-style-image: none;
  list-style-type: none;
  background: none;
  position: relative;
}
.drop-down li:before, .drop-down .li:before {
  content: "";
  width: auto;
  height: auto;
  position: static;
  top: auto;
  left: auto;
  bottom: auto;
  right: auto;
  margin: 0;
  padding: 0;
  display: none;
}
.drop-down li.show-sub > .wr-ul, .drop-down .li.show-sub > .wr-ul {
  visibility: visible;
  padding: 0;
  opacity: 1;
  left: 0;
}
.drop-down li.show-sub > .wr > .toggle-sub, .drop-down .li.show-sub > .wr > .toggle-sub {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6.17' width='10px' height='6.17px' fill='rgb%28255%2C255%2C255%29'%3E%3Ctitle%3Earrow-top%3C/title%3E%3Cg data-name='Vrstva 2'%3E%3Cg%3E%3Cpath class='cls-1' d='M0%2C5%2C5%2C0l5%2C5L8.83%2C6.17%2C5%2C2.34%2C1.17%2C6.17Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.header-small .drop-down li.show-sub > .wr > .toggle-sub, .header-small .drop-down .li.show-sub > .wr > .toggle-sub {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6.17' width='10px' height='6.17px' fill='rgb%280%2C0%2C0%29'%3E%3Ctitle%3Earrow-top%3C/title%3E%3Cg data-name='Vrstva 2'%3E%3Cg%3E%3Cpath class='cls-1' d='M0%2C5%2C5%2C0l5%2C5L8.83%2C6.17%2C5%2C2.34%2C1.17%2C6.17Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.drop-down li.act > .wr > a, .drop-down li.act > .wr > .item-toggle, .drop-down .li.act > .wr > a, .drop-down .li.act > .wr > .item-toggle {
  color: #000;
}
.header-small .drop-down li.act > .wr > a, .header-small .drop-down li.act > .wr > .item-toggle, .header-small .drop-down .li.act > .wr > a, .header-small .drop-down .li.act > .wr > .item-toggle {
  color: #000;
}
.drop-down > li > .wr-ul .wr-ul, .drop-down > .li > .wr-ul .wr-ul {
  margin-top: -1rem !important;
}
.drop-down .wr-ul {
  transition: padding 0.3s ease, opacity 0.5s ease, paing 0.3s ease;
  font-size: 1.4rem;
  width: 265px;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  padding-top: 4rem;
  left: -100vw;
  z-index: 150;
}
.drop-down .wr-ul:hover, .drop-down .wr-ul:focus, .drop-down .wr-ul:active {
  overflow: visible;
}
.drop-down ul, .drop-down .ul {
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
  background: rgba(255, 255, 255, 0.97);
  padding: 1rem 0;
  margin: 0;
  position: relative;
}
.drop-down ul a, .drop-down ul .item-toggle, .drop-down .ul a, .drop-down .ul .item-toggle {
  flex: 1 1 auto;
  width: 100%;
  padding: 0.5rem 2.5rem;
}
.drop-down ul a:hover, .drop-down ul .item-toggle:hover, .drop-down .ul a:hover, .drop-down .ul .item-toggle:hover {
  text-decoration: none;
}
.drop-down ul a:focus, .drop-down ul a:active, .drop-down ul .item-toggle:focus, .drop-down ul .item-toggle:active, .drop-down .ul a:focus, .drop-down .ul a:active, .drop-down .ul .item-toggle:focus, .drop-down .ul .item-toggle:active {
  text-decoration: underline;
}
.drop-down ul li:hover, .drop-down ul li:focus, .drop-down ul li:active, .drop-down ul .li:hover, .drop-down ul .li:focus, .drop-down ul .li:active, .drop-down .ul li:hover, .drop-down .ul li:focus, .drop-down .ul li:active, .drop-down .ul .li:hover, .drop-down .ul .li:focus, .drop-down .ul .li:active {
  background: #ededed;
}
.drop-down ul li .toggle-sub, .drop-down ul .li .toggle-sub, .drop-down .ul li .toggle-sub, .drop-down .ul .li .toggle-sub {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10.18 16.5' width='10.18px' height='16.5px' fill='rgb%2873%2C80%2C87%29'%3E%3Ctitle%3Earrow-right%3C/title%3E%3Cg data-name='Vrstva 2'%3E%3Cg%3E%3Cpath class='cls-1' d='M6.32%2C8.25%2C0%2C1.93%2C1.93%2C0l8.25%2C8.25L1.93%2C16.5%2C0%2C14.57Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-size: auto 1rem;
  background-position: center;
}
.header-small .drop-down ul li .toggle-sub, .header-small .drop-down ul .li .toggle-sub, .header-small .drop-down .ul li .toggle-sub, .header-small .drop-down .ul .li .toggle-sub {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10.18 16.5' width='10.18px' height='16.5px' fill='rgb%2873%2C80%2C87%29'%3E%3Ctitle%3Earrow-right%3C/title%3E%3Cg data-name='Vrstva 2'%3E%3Cg%3E%3Cpath class='cls-1' d='M6.32%2C8.25%2C0%2C1.93%2C1.93%2C0l8.25%2C8.25L1.93%2C16.5%2C0%2C14.57Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.drop-down ul li.show-sub > .wr-ul, .drop-down ul .li.show-sub > .wr-ul, .drop-down .ul li.show-sub > .wr-ul, .drop-down .ul .li.show-sub > .wr-ul {
  visibility: visible;
  padding: 0;
  opacity: 1;
  left: 0;
}
.drop-down ul li.show-sub > .wr > .toggle-sub, .drop-down ul .li.show-sub > .wr > .toggle-sub, .drop-down .ul li.show-sub > .wr > .toggle-sub, .drop-down .ul .li.show-sub > .wr > .toggle-sub {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10.18 16.5' width='10.18px' height='16.5px' fill='rgb%2873%2C80%2C87%29'%3E%3Ctitle%3Earrow-left%3C/title%3E%3Cg data-name='Vrstva 2'%3E%3Cg%3E%3Cpath class='cls-1' d='M10.18%2C14.57%2C8.25%2C16.5%2C0%2C8.25%2C8.25%2C0l1.93%2C1.93L3.87%2C8.25Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-size: auto 1rem;
  background-position: center;
}
.header-small .drop-down ul li.show-sub > .wr > .toggle-sub, .header-small .drop-down ul .li.show-sub > .wr > .toggle-sub, .header-small .drop-down .ul li.show-sub > .wr > .toggle-sub, .header-small .drop-down .ul .li.show-sub > .wr > .toggle-sub {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10.18 16.5' width='10.18px' height='16.5px' fill='rgb%2873%2C80%2C87%29'%3E%3Ctitle%3Earrow-left%3C/title%3E%3Cg data-name='Vrstva 2'%3E%3Cg%3E%3Cpath class='cls-1' d='M10.18%2C14.57%2C8.25%2C16.5%2C0%2C8.25%2C8.25%2C0l1.93%2C1.93L3.87%2C8.25Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.drop-down ul .wr-ul, .drop-down .ul .wr-ul {
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 100%;
  z-index: 160;
}
.drop-down ul .wr-ul ul, .drop-down .ul .wr-ul ul {
  z-index: 170;
}
.drop-down > li {
  margin-left: 3rem;
}
.drop-down > li > .wr > a, .drop-down > li > .wr > .item-toggle {
  white-space: nowrap;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  font-family: "Dax CE", sans-serif;
}
.drop-down > li > .wr > a:hover, .drop-down > li > .wr > .item-toggle:hover {
  text-decoration: none;
}
.drop-down > li > .wr > a:focus, .drop-down > li > .wr > a:active, .drop-down > li > .wr > .item-toggle:focus, .drop-down > li > .wr > .item-toggle:active {
  text-decoration: none;
}
.drop-down > li.menu-3 > .wr-ul > ul > li > .wr-ul > ul > li > .wr-ul {
  right: 0;
  left: auto;
  transform: translateX(-100%);
}
.drop-down > li.menu-2 > .wr-ul > ul > li > .wr-ul {
  right: 0;
  left: auto;
  transform: translateX(-100%);
}
.drop-down > li.menu-1 > .wr-ul {
  right: 0;
  left: auto;
}
.drop-down li.wrapper-li > .wr-ul > ul > li > .wr > a span, .drop-down li.wrapper-li > .wr-ul > ul > li > .wr > .item-toggle span {
  white-space: normal;
  color: #000;
}
.header-small .drop-down li.wrapper-li > .wr-ul > ul > li > .wr > a span, .header-small .drop-down li.wrapper-li > .wr-ul > ul > li > .wr > .item-toggle span {
  color: #000;
}
.drop-down li.wrapper-li > .wr-ul > ul > li.act > .wr > a span, .drop-down li.wrapper-li > .wr-ul > ul > li.act > .wr > .item-toggle span {
  color: #000;
}
.header-small .drop-down li.wrapper-li > .wr-ul > ul > li.act > .wr > a span, .header-small .drop-down li.wrapper-li > .wr-ul > ul > li.act > .wr > .item-toggle span {
  color: #000;
}
.drop-down li.wrapper-li > .wr {
  cursor: pointer;
}

.drop-down:not(.menu-button) > li > .wr > a:before, .drop-down:not(.menu-button) > li > .wr > .item-toggle:before {
  transition: 0.5s;
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 3px;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  bottom: auto;
  top: auto;
  bottom: 0;
}
@media (prefers-reduced-motion: reduce) {
  .drop-down:not(.menu-button) > li > .wr > a:before, .drop-down:not(.menu-button) > li > .wr > .item-toggle:before {
    transition: none;
  }
}
.drop-down:not(.menu-button) > li > .wr > a:hover:before, .drop-down:not(.menu-button) > li > .wr > a:focus:before, .drop-down:not(.menu-button) > li > .wr > a:active:before, .drop-down:not(.menu-button) > li > .wr > .item-toggle:hover:before, .drop-down:not(.menu-button) > li > .wr > .item-toggle:focus:before, .drop-down:not(.menu-button) > li > .wr > .item-toggle:active:before {
  width: 100%;
}
.drop-down:not(.menu-button) > li:hover > .wr > a:before, .drop-down:not(.menu-button) > li:hover > .wr > .item-toggle:before, .drop-down:not(.menu-button) > li:focus > .wr > a:before, .drop-down:not(.menu-button) > li:focus > .wr > .item-toggle:before, .drop-down:not(.menu-button) > li:active > .wr > a:before, .drop-down:not(.menu-button) > li:active > .wr > .item-toggle:before {
  width: 100%;
}

.menu-web-sail > li > .wr {
  position: relative;
}
.menu-web-sail > li > .wr > a:before, .menu-web-sail > li > .wr > .item-toggle:before {
  transition: 0.5s;
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 3px;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  bottom: auto;
  top: auto;
  bottom: 0;
}
@media (prefers-reduced-motion: reduce) {
  .menu-web-sail > li > .wr > a:before, .menu-web-sail > li > .wr > .item-toggle:before {
    transition: none;
  }
}
.menu-web-sail > li > .wr > a:hover:before, .menu-web-sail > li > .wr > a:focus:before, .menu-web-sail > li > .wr > a:active:before, .menu-web-sail > li > .wr > .item-toggle:hover:before, .menu-web-sail > li > .wr > .item-toggle:focus:before, .menu-web-sail > li > .wr > .item-toggle:active:before {
  width: 100%;
}
.menu-web-sail > li:hover > .wr > a:before, .menu-web-sail > li:hover > .wr > .item-toggle:before, .menu-web-sail > li:focus > .wr > a:before, .menu-web-sail > li:focus > .wr > .item-toggle:before, .menu-web-sail > li:active > .wr > a:before, .menu-web-sail > li:active > .wr > .item-toggle:before {
  width: 100%;
}

.drop-down.menu-button {
  flex-wrap: nowrap;
  width: auto;
}
.drop-down.menu-button > li {
  margin: 0;
  flex: 1 1 auto;
  /*
  &:hover, &:focus, &:active{
  	>.wr{
  		background: $gray-500;
  	}
  }
  */
}
.drop-down.menu-button > li > .wr {
  height: 100%;
}
.drop-down.menu-button > li > .wr > a, .drop-down.menu-button > li > .wr > .item-toggle {
  flex: 1 1;
  flex-basis: auto;
  max-width: none;
  width: auto;
  width: calc(100% - 2rem);
  white-space: normal;
  overflow-wrap: break-word;
  word-wrap: break-word;
  display: flex;
  height: 100%;
  align-items: center;
  text-align: center;
  justify-content: center;
  padding: 1.5rem 0.5rem;
  position: relative;
}

.drop-down > li > .wr > a, .drop-down li.wrapper-li > .wr-ul > ul > li > .wr > a, .menu-web-sail > li > .wr > a, .drop-down > li > .wr > .item-toggle, .drop-down li.wrapper-li > .wr-ul > ul > li > .wr > .item-toggle, .menu-web-sail > li > .wr > .item-toggle {
  color: #fff;
  font-size: 1.4rem;
  font-family: "Dax CE", sans-serif;
}
.header-small .drop-down > li > .wr > a, .header-small .drop-down li.wrapper-li > .wr-ul > ul > li > .wr > a, .drop-down .header-small li.wrapper-li > .wr-ul > ul > li > .wr > a, .header-small .menu-web-sail > li > .wr > a, .header-small .drop-down > li > .wr > .item-toggle, .header-small .drop-down li.wrapper-li > .wr-ul > ul > li > .wr > .item-toggle, .drop-down .header-small li.wrapper-li > .wr-ul > ul > li > .wr > .item-toggle, .header-small .menu-web-sail > li > .wr > .item-toggle {
  color: #000;
  font-size: 1.4rem;
}
.drop-down > li.act > .wr > a, .drop-down li.wrapper-li > .wr-ul > ul > li.act > .wr > a, .menu-web-sail > li.act > .wr > a, .drop-down > li.act > .wr > .item-toggle, .drop-down li.wrapper-li > .wr-ul > ul > li.act > .wr > .item-toggle, .menu-web-sail > li.act > .wr > .item-toggle {
  color: #fff;
}
.header-small .drop-down > li.act > .wr > a, .header-small .drop-down li.wrapper-li > .wr-ul > ul > li.act > .wr > a, .drop-down .header-small li.wrapper-li > .wr-ul > ul > li.act > .wr > a, .header-small .menu-web-sail > li.act > .wr > a, .header-small .drop-down > li.act > .wr > .item-toggle, .header-small .drop-down li.wrapper-li > .wr-ul > ul > li.act > .wr > .item-toggle, .drop-down .header-small li.wrapper-li > .wr-ul > ul > li.act > .wr > .item-toggle, .header-small .menu-web-sail > li.act > .wr > .item-toggle {
  color: #000;
}

.separator-line-thick:before, .separator-line-thick-bottom:before {
  /*
  @include line(22rem, 0.8rem, $primary);
  top: auto;
  top: -0.5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  */
}

.separator-line-thick-bottom:before {
  top: auto;
  bottom: -3px;
}

.separator-line, .page-separator, .page-separator-container {
  position: relative;
}
.separator-line:after, .page-separator:after, .page-separator-container:after {
  transition: 0.5s;
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background: #ededed;
  left: 0;
  top: 0;
  bottom: auto;
  top: -2px;
  left: 50%;
  transform: translateX(-50%);
}
@media (prefers-reduced-motion: reduce) {
  .separator-line:after, .page-separator:after, .page-separator-container:after {
    transition: none;
  }
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Roboto", sans-serif;
  color: #000;
  font-weight: 400;
}

h1, .h1 {
  font-family: "Dax CE", sans-serif;
  font-size: calc(3.144rem * var(--fsCalc) + (0.24vw * var(--fsSize)));
  color: #000;
}

h2, .h2 {
  font-size: calc(2.1833333333rem * var(--fsCalc) + (0.1666666667vw * var(--fsSize)));
  color: #495057;
}

h3, .h3 {
  font-size: calc(1.834rem * var(--fsCalc) + (0.14vw * var(--fsSize)));
  color: #000;
}

h4, .h4 {
  font-size: calc(1.6593333333rem * var(--fsCalc) + (0.1266666667vw * var(--fsSize)));
  color: #000;
}

h5, .h5 {
  font-size: calc(1.3973333333rem * var(--fsCalc) + (0.1066666667vw * var(--fsSize)));
  color: #000;
}

h6, .h6 {
  font-size: calc(1.3973333333rem * var(--fsCalc) + (0.1066666667vw * var(--fsSize)));
  color: #000;
}

.ls {
  letter-spacing: 0.1em;
}

.subtitle {
  margin: 0 0 calc(1.575rem * var(--sCalc) + (0.75vw * var(--sSize))) 0;
}
.subtitle p {
  margin: 0;
}

.wrapper-title + .subtitle {
  margin-top: calc(-0.7875rem * var(--sCalc) + (-0.375vw * var(--sSize)));
}

.more {
  margin-top: calc(1.575rem * var(--sCalc) + (0.75vw * var(--sSize)));
}

.items + .more {
  margin-top: calc(0.525rem * var(--sCalc) + (0.25vw * var(--sSize)));
}

.template-html .items {
  margin-top: 0rem;
}
.wf-box-default, [class*=wf-fragment-], [class*=wf-custom-], .template-html {
  padding: calc(2.625rem * var(--sCalc) + (1.25vw * var(--sSize))) 0 calc(2.1rem * var(--sCalc) + (1vw * var(--sSize))) 0;
}

.wf-title-default, [class*=wf-fragment-] .wrapper-title > *, [class*=wf-custom-] .wrapper-title > *, .template-html h2, .wrapper-title > * {
  padding: 0;
  margin: 0 0 calc(2.1rem * var(--sCalc) + (1vw * var(--sSize))) 0;
}

.layout {
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 !important;
  height: 100%;
  min-height: 800px;
}

body {
  height: 100vh;
}

main, .wrapper-main {
  height: 100%;
}

.wrapper-layout {
  width: 100%;
  max-width: 1870px;
  padding-top: 7rem;
  padding-bottom: 3rem;
  box-shadow: 0px 0px 10px 0px rgba(65, 63, 63, 0.3);
  overflow: clip !important;
}

.wrapper-header {
  font-family: "Dax CE", sans-serif;
  display: flex;
  align-items: center;
  color: #29a6df;
  text-transform: uppercase;
  font-size: calc(5.0653333333rem * var(--fsCalc) + (0.3866666667vw * var(--fsSize)));
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 6rem;
  margin-top: 20px;
}

.wrapper-text {
  padding: 0 1.5rem 8rem 1.5rem;
}
.wrapper-text .note {
  color: #696965;
  font-size: calc(3.144rem * var(--fsCalc) + (0.24vw * var(--fsSize)));
  font-weight: 400;
  font-family: "segoe_printregular", sans-serif;
}
.wrapper-text .note b {
  color: #29a6df;
  font-weight: 700;
}

.wrapper-content {
  max-width: 1500px;
  margin-left: calc(18.375rem * var(--sCalc) + (8.75vw * var(--sSize))) !important;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-areas: "a b" "c b";
}

.wrapper-wheel {
  grid-area: b;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.wrapper-wheelie {
  position: absolute;
}

.wrapper-vytoc {
  grid-area: c;
  text-align: right;
  padding-right: 7rem;
  position: relative;
}

.vytoc {
  color: #696965;
  font-size: calc(2.62rem * var(--fsCalc) + (0.2vw * var(--fsSize)));
  font-weight: 400;
  font-family: "segoe_printregular", sans-serif;
  position: relative;
}
.vytoc:before {
  display: block;
  content: "";
  position: absolute;
  bottom: -4rem;
  right: -5rem;
  background-image: url(../../images/img/sipka.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 11rem;
  height: 2.5rem;
}

.wrapper-bublina {
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  position: absolute;
  top: -4.5rem;
  right: -15rem;
  z-index: 2;
}

.bublina-text {
  position: relative;
}

.bublina {
  position: absolute;
  z-index: 3;
  top: 8rem;
  left: 50%;
  transform: translateX(-50%);
  font-family: "segoe_printregular", sans-serif;
  font-size: calc(2.62rem * var(--fsCalc) + (0.2vw * var(--fsSize)));
  font-weight: 400;
  text-align: center;
  color: #193165;
}

.start {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: all 0.2s;
  font-family: "Dax CE", sans-serif;
  color: #193165;
  position: relative;
  cursor: pointer;
  background: #29a6df;
  border: none;
  border-radius: 50%;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
  z-index: 50;
  text-transform: uppercase;
  font-size: 3.2rem;
  padding: 0;
}
.start:hover, .start:active, .start:focus {
  transition: all 0.2s;
  background: #193165;
}
.start .blue {
  transition: all 0.5s;
  display: block;
  border-radius: 50%;
  padding: 8px;
}
.start .border {
  border-radius: 50%;
  display: flex;
  width: 170px;
  height: 170px;
  align-items: center;
  justify-content: center;
  background: #fff linear-gradient(150deg, rgba(0, 0, 0, 0.15), transparent);
  position: relative;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}
.start .border:before {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: none;
  background: 0 0;
  height: auto;
  width: auto;
  font-weight: 400;
  left: -2px;
  top: -2px;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.start .border:after {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: none;
  background: 0 0;
  height: auto;
  width: auto;
  font-weight: 400;
  left: -2px;
  top: -2px;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.start .reload {
  display: none;
}

.wrapper-pf {
  margin-top: -5rem;
}

.prani {
  max-width: 133px;
  transition: all 0.3s;
  line-height: normal;
}

figure {
  margin: 0;
}

.gotop {
  display: none !important;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#ponozky-toc {
  transition: transform 3.5s ease-in-out;
}

@media (max-width: 1780px) {
  .layout {
    min-height: 700px;
  }
  .wrapper-layout {
    padding-top: 3rem;
    padding-bottom: 0;
  }
  .start {
    font-size: 25px;
  }
  .start .border {
    max-width: 150px;
    max-height: 150px;
  }
  .wrapper-text .note {
    font-size: calc(2.62rem * var(--fsCalc) + (0.2vw * var(--fsSize)));
  }
  .vytoc {
    font-size: calc(2.1833333333rem * var(--fsCalc) + (0.1666666667vw * var(--fsSize)));
  }
  .bublina-text .img {
    max-width: 527px;
  }
  .bublina {
    width: 320px;
  }
  .wrapper-bublina {
    right: calc(-4.725rem * var(--sCalc) + (-2.25vw * var(--sSize)));
  }
  .wrapper-pf img {
    max-width: 350px;
  }
  #ponozky-toc {
    max-width: 520px;
    max-height: 520px;
  }
}
@media (max-width: 1600px) {
  .bublina-text .img {
    max-width: 500px;
  }
  .bublina {
    top: 6rem;
  }
  .wrapper-bublina {
    right: calc(-1.575rem * var(--sCalc) + (-0.75vw * var(--sSize)));
  }
  .wrapper-pf img {
    max-width: 330px;
  }
  #ponozky-toc {
    max-width: 480px;
    max-height: 480px;
  }
}
@media (max-width: 1455px) {
  .wrapper-bublina {
    right: calc(-1.575rem * var(--sCalc) + (-0.75vw * var(--sSize)));
  }
  .bublina {
    font-size: calc(2.358rem * var(--fsCalc) + (0.18vw * var(--fsSize)));
  }
  #ponozky-toc {
    max-width: 460px;
    max-height: 460px;
  }
}
@media (max-width: 1280px) {
  .layout {
    height: 100vh;
    min-height: 660px;
  }
  .start {
    font-size: 20px;
  }
  .start .border {
    max-width: 120px;
    max-height: 120px;
  }
  .wrapper-text .note {
    font-size: calc(2.1833333333rem * var(--fsCalc) + (0.1666666667vw * var(--fsSize)));
  }
  .vytoc {
    font-size: calc(1.572rem * var(--fsCalc) + (0.12vw * var(--fsSize)));
  }
  .wrapper-pf img {
    max-width: 130px;
  }
  .wrapper-content {
    margin-left: calc(7.875rem * var(--sCalc) + (3.75vw * var(--sSize))) !important;
  }
  .wrapper-layout {
    padding-bottom: 14rem;
  }
  .bublina {
    top: 7rem;
  }
  .prani {
    padding: 0 0.5rem;
  }
}
@media (max-width: 1045px) {
  #ponozky-toc {
    max-width: 405px;
    max-height: 405px;
  }
}
@media (max-width: 950px) {
  .wrapper-layout {
    max-width: 375px;
  }
  .wrapper-header {
    margin-bottom: 3.5rem;
  }
  .wrapper-header img {
    max-width: 175px;
  }
  .wrapper-header .note {
    font-size: calc(3.4933333333rem * var(--fsCalc) + (0.2666666667vw * var(--fsSize)));
  }
  .layout {
    height: 920px;
  }
  #ponozky-toc {
    max-width: 330px;
    max-height: 330px;
  }
  .wrapper-layout {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .wrapper-content {
    padding: 0 1.5rem;
    grid-template-columns: 1fr;
    grid-template-areas: "a" "b" "c";
    margin: 0 !important;
    position: relative;
  }
  .wrapper-content:before {
    display: block;
    content: "";
    position: absolute;
    top: -12rem;
    background-image: url(../../images/img/bubli-half.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 31rem;
    z-index: -1;
  }
  .start {
    font-size: 18px;
  }
  .start .blue {
    padding: 6px;
  }
  .start .border {
    max-width: 110px;
    max-height: 110px;
  }
  .wrapper-text {
    padding: 0;
    text-align: center;
    max-width: 262px;
    margin: 0 auto;
    line-height: 1.5;
  }
  .wrapper-vytoc {
    display: none;
  }
  .wrapper-pf {
    margin-top: 0;
    margin-top: 13rem;
    text-align: right;
  }
  .wrapper-pf img {
    max-width: 250px;
    transform: scaleX(-1);
  }
  .wrapper-wheel {
    padding-top: 20rem;
  }
  .wrapper-vytoc {
    padding-right: 0;
    min-height: 115px;
  }
  .wrapper-bublina {
    position: static;
    text-align: center;
    min-height: 115px;
  }
  .prani {
    padding: 0 0.8rem;
  }
}
@media (max-width: 375px) {
  .wrapper-layout {
    box-shadow: none;
    padding: 0 0 2rem 0;
  }
  .layout {
    padding-top: 0;
    height: auto;
  }
}
@media (max-width: 330px) {
  #ponozky-toc {
    max-width: 300px;
    max-height: 300px;
  }
}
/*
pripraveno na doladěni drobnosi pri spouštěni webu

.a{
	@extend .btn;
	@extend .btn-lg;
	@include button-variant($primary, $primary);
	@include button-outline-variant($secondary, $primary);
}

background: repeating-linear-gradient(90deg, $black, transparent);

.fr-gallery .wf-fragment-64-31{
	@extend %count-4;
	@extend %count-sm-2;
}
.fr-gallery .wf-fragment-64-30{
	@extend %count-4;
	@extend %count-sm-2;
}

.wrapper-page{
	@extend .alternative-padding;
}

*/
/*
pridano do zakladu
// pokud je dvojitý sloupec zkracuj alternative bg
.double-layout .wrapper-main{

}
*/
.double-layout .layout-right {
  overflow: hidden;
}
.double-layout .layout-right .design-block {
  overflow: hidden;
}

.double-layout .last-section-on-page {
  padding-bottom: calc(2.625rem * var(--sCalc) + (1.25vw * var(--sSize)));
}
.single-layout .last-section-on-page > div:last-child {
  padding-bottom: calc(2.625rem * var(--sCalc) + (1.25vw * var(--sSize)));
}

/*

*/
.wrapper-content {
  margin: 0 2rem;
}

.container {
  padding: 0;
}

.layout {
  display: flex;
  flex-wrap: nowrap;
  margin-top: calc(2.1rem * var(--sCalc) + (1vw * var(--sSize)));
}
.layout .layout-left {
  flex: 0 0;
  flex-basis: 29rem;
  max-width: 29rem;
  width: 29rem;
  margin-right: 5%;
}
.layout .main {
  flex: 1 1;
  flex-basis: auto;
  max-width: none;
  width: auto;
  order: 2;
}
@media (max-width: 991.98px) {
  .layout {
    flex-wrap: wrap;
  }
  .layout .layout-left, .layout .layout-right {
    flex: 0 0;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
  .layout .main {
    order: 0;
  }
  .layout .layout-left {
    order: 2;
  }
}

.wrapper-page {
  padding-top: calc(1.05rem * var(--sCalc) + (0.5vw * var(--sSize)));
}

@media (max-width: 991.98px) {
  body {
    padding-top: 0;
  }
}

/*
.font-color-secondary{
	//color: $black;
}
.pagehub{
	li.active a{
		//color: $white;
	}
}
*/
.smap > div:first-child > div:first-child > div:first-child > div:first-child img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}