@import url("https://fonts.googleapis.com/css?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
/**
 * Calculate the luminance for a color.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Calculate the contrast ratio between two colors.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Determine whether to use dark or light text on top of given color.
 * Returns black for dark text and white for light text.
 */
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
}

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

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

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

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #064779;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #004466;
  text-decoration: underline;
}

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

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

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

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

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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

.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 {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .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,
.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.3333333333%;
  max-width: 8.3333333333%;
}

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .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.3333333333%;
    max-width: 8.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .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.3333333333%;
    max-width: 8.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .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.3333333333%;
    max-width: 8.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .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.3333333333%;
    max-width: 8.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1400px) {
  .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.3333333333%;
    max-width: 8.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
}
.d-none {
  display: none !important;
}

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

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

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

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

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

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

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

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

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

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

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

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

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

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

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

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

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

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

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

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

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

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

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

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

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

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

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

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

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

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

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

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

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1400px) {
  .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;
  }
}
.flex-row {
  flex-direction: row !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1400px) {
  .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;
  }
}
.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;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

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

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

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

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

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

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

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

  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .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: 300 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1400px) {
  .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.25rem !important;
  }

  .mt-xxl-1,
.my-xxl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xxl-1,
.mx-xxl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xxl-1,
.my-xxl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xxl-1,
.mx-xxl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xxl-2 {
    margin: 0.5rem !important;
  }

  .mt-xxl-2,
.my-xxl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xxl-2,
.mx-xxl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xxl-2,
.my-xxl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xxl-2,
.mx-xxl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xxl-3 {
    margin: 1rem !important;
  }

  .mt-xxl-3,
.my-xxl-3 {
    margin-top: 1rem !important;
  }

  .mr-xxl-3,
.mx-xxl-3 {
    margin-right: 1rem !important;
  }

  .mb-xxl-3,
.my-xxl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xxl-3,
.mx-xxl-3 {
    margin-left: 1rem !important;
  }

  .m-xxl-4 {
    margin: 1.5rem !important;
  }

  .mt-xxl-4,
.my-xxl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xxl-4,
.mx-xxl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xxl-4,
.my-xxl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xxl-4,
.mx-xxl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xxl-5 {
    margin: 3rem !important;
  }

  .mt-xxl-5,
.my-xxl-5 {
    margin-top: 3rem !important;
  }

  .mr-xxl-5,
.mx-xxl-5 {
    margin-right: 3rem !important;
  }

  .mb-xxl-5,
.my-xxl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xxl-5,
.mx-xxl-5 {
    margin-left: 3rem !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.25rem !important;
  }

  .pt-xxl-1,
.py-xxl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xxl-1,
.px-xxl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xxl-1,
.py-xxl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xxl-1,
.px-xxl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xxl-2 {
    padding: 0.5rem !important;
  }

  .pt-xxl-2,
.py-xxl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xxl-2,
.px-xxl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xxl-2,
.py-xxl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xxl-2,
.px-xxl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xxl-3 {
    padding: 1rem !important;
  }

  .pt-xxl-3,
.py-xxl-3 {
    padding-top: 1rem !important;
  }

  .pr-xxl-3,
.px-xxl-3 {
    padding-right: 1rem !important;
  }

  .pb-xxl-3,
.py-xxl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xxl-3,
.px-xxl-3 {
    padding-left: 1rem !important;
  }

  .p-xxl-4 {
    padding: 1.5rem !important;
  }

  .pt-xxl-4,
.py-xxl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xxl-4,
.px-xxl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xxl-4,
.py-xxl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xxl-4,
.px-xxl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xxl-5 {
    padding: 3rem !important;
  }

  .pt-xxl-5,
.py-xxl-5 {
    padding-top: 3rem !important;
  }

  .pr-xxl-5,
.px-xxl-5 {
    padding-right: 3rem !important;
  }

  .pb-xxl-5,
.py-xxl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xxl-5,
.px-xxl-5 {
    padding-left: 3rem !important;
  }

  .m-xxl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xxl-n1,
.my-xxl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xxl-n1,
.mx-xxl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xxl-n1,
.my-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xxl-n1,
.mx-xxl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xxl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xxl-n2,
.my-xxl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xxl-n2,
.mx-xxl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xxl-n2,
.my-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xxl-n2,
.mx-xxl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xxl-n3 {
    margin: -1rem !important;
  }

  .mt-xxl-n3,
.my-xxl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xxl-n3,
.mx-xxl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xxl-n3,
.my-xxl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xxl-n3,
.mx-xxl-n3 {
    margin-left: -1rem !important;
  }

  .m-xxl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xxl-n4,
.my-xxl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xxl-n4,
.mx-xxl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xxl-n4,
.my-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xxl-n4,
.mx-xxl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xxl-n5 {
    margin: -3rem !important;
  }

  .mt-xxl-n5,
.my-xxl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xxl-n5,
.mx-xxl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xxl-n5,
.my-xxl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xxl-n5,
.mx-xxl-n5 {
    margin-left: -3rem !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;
  }
}
.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #f5d142 !important;
}

.border-secondary {
  border-color: #0796b3 !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #d9edf7 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #f6fdfe;
  border-color: #dee2e6 #dee2e6 #f6fdfe;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #f5d142;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl,
.navbar .container-xxl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-xl,
.navbar-expand-sm > .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-xl,
.navbar-expand-sm > .container-xxl {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-xl,
.navbar-expand-md > .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-xl,
.navbar-expand-md > .container-xxl {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xl,
.navbar-expand-lg > .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xl,
.navbar-expand-lg > .container-xxl {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-xl,
.navbar-expand-xl > .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-xl,
.navbar-expand-xl > .container-xxl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1399.98px) {
  .navbar-expand-xxl > .container,
.navbar-expand-xxl > .container-fluid,
.navbar-expand-xxl > .container-sm,
.navbar-expand-xxl > .container-md,
.navbar-expand-xxl > .container-lg,
.navbar-expand-xxl > .container-xl,
.navbar-expand-xxl > .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl > .container,
.navbar-expand-xxl > .container-fluid,
.navbar-expand-xxl > .container-sm,
.navbar-expand-xxl > .container-md,
.navbar-expand-xxl > .container-lg,
.navbar-expand-xxl > .container-xl,
.navbar-expand-xxl > .container-xxl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl,
.navbar-expand > .container-xxl {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl,
.navbar-expand > .container-xxl {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #262626;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xxl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #f5d142;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: min-content;
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.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;
  }
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge, .comp-tour-search .search-button-holder .search-button .badge, .comp-global-nextresults .ArtSearch-btn.search-button .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #212529;
  background-color: #f5d142;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #212529;
  background-color: #f2c512;
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(245, 209, 66, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #0796b3;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #056d82;
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(7, 150, 179, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
  color: #212529;
  background-color: #d9edf7;
}
a.badge-info:hover, a.badge-info:focus {
  color: #212529;
  background-color: #afd9ee;
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(217, 237, 247, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #7f6d22;
  background-color: #fdf6d9;
  border-color: #fcf2ca;
}
.alert-primary hr {
  border-top-color: #fbecb2;
}
.alert-primary .alert-link {
  color: #574a17;
}

.alert-secondary {
  color: #044e5d;
  background-color: #cdeaf0;
  border-color: #bae2ea;
}
.alert-secondary hr {
  border-top-color: #a6dae4;
}
.alert-secondary .alert-link {
  color: #02252c;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-success hr {
  border-top-color: #b1dfbb;
}
.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #717b80;
  background-color: #f7fbfd;
  border-color: #f4fafd;
}
.alert-info hr {
  border-top-color: #def0f9;
}
.alert-info .alert-link {
  color: #596165;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-warning hr {
  border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-danger hr {
  border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light hr {
  border-top-color: #ececf6;
}
.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: #040505;
}

.btn, .comp-tour-search .search-button-holder .search-button, .comp-global-nextresults .ArtSearch-btn.search-button {
  display: inline-block;
  font-weight: 400;
  color: #262626;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn, .comp-tour-search .search-button-holder .search-button, .comp-global-nextresults .ArtSearch-btn.search-button {
    transition: none;
  }
}
.btn:hover, .comp-tour-search .search-button-holder .search-button:hover, .comp-global-nextresults .ArtSearch-btn.search-button:hover {
  color: #262626;
  text-decoration: none;
}
.btn:focus, .comp-tour-search .search-button-holder .search-button:focus, .comp-global-nextresults .ArtSearch-btn.search-button:focus, .btn.focus, .comp-tour-search .search-button-holder .focus.search-button, .comp-global-nextresults .focus.ArtSearch-btn.search-button {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(245, 209, 66, 0.25);
}
.btn.disabled, .comp-tour-search .search-button-holder .disabled.search-button, .comp-global-nextresults .disabled.ArtSearch-btn.search-button, .btn:disabled, .comp-tour-search .search-button-holder .search-button:disabled, .comp-global-nextresults .ArtSearch-btn.search-button:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled), .comp-tour-search .search-button-holder .search-button:not(:disabled):not(.disabled), .comp-global-nextresults .ArtSearch-btn.search-button:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled, .comp-tour-search .search-button-holder a.disabled.search-button, .comp-global-nextresults a.disabled.ArtSearch-btn.search-button,
fieldset:disabled a.btn,
fieldset:disabled .comp-tour-search .search-button-holder a.search-button,
.comp-tour-search .search-button-holder fieldset:disabled a.search-button,
fieldset:disabled .comp-global-nextresults a.ArtSearch-btn.search-button,
.comp-global-nextresults fieldset:disabled a.ArtSearch-btn.search-button {
  pointer-events: none;
}

.btn-primary {
  color: #212529;
  background-color: #f5d142;
  border-color: #f5d142;
}
.btn-primary:hover {
  color: #212529;
  background-color: #f3c81e;
  border-color: #f2c512;
}
.btn-primary:focus, .btn-primary.focus {
  color: #212529;
  background-color: #f3c81e;
  border-color: #f2c512;
  box-shadow: 0 0 0 0.2rem rgba(213, 183, 62, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #212529;
  background-color: #f5d142;
  border-color: #f5d142;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #212529;
  background-color: #f2c512;
  border-color: #ebbe0c;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(213, 183, 62, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #0796b3;
  border-color: #0796b3;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #06778e;
  border-color: #056d82;
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #06778e;
  border-color: #056d82;
  box-shadow: 0 0 0 0.2rem rgba(44, 166, 190, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #0796b3;
  border-color: #0796b3;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #056d82;
  border-color: #056376;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(44, 166, 190, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info {
  color: #212529;
  background-color: #d9edf7;
  border-color: #d9edf7;
}
.btn-info:hover {
  color: #212529;
  background-color: #b9def0;
  border-color: #afd9ee;
}
.btn-info:focus, .btn-info.focus {
  color: #212529;
  background-color: #b9def0;
  border-color: #afd9ee;
  box-shadow: 0 0 0 0.2rem rgba(189, 207, 216, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #212529;
  background-color: #d9edf7;
  border-color: #d9edf7;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #212529;
  background-color: #afd9ee;
  border-color: #a4d4ec;
}
.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(189, 207, 216, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #f5d142;
  border-color: #f5d142;
}
.btn-outline-primary:hover {
  color: #212529;
  background-color: #f5d142;
  border-color: #f5d142;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(245, 209, 66, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #f5d142;
  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: #212529;
  background-color: #f5d142;
  border-color: #f5d142;
}
.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(245, 209, 66, 0.5);
}

.btn-outline-secondary {
  color: #0796b3;
  border-color: #0796b3;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #0796b3;
  border-color: #0796b3;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(7, 150, 179, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #0796b3;
  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: #0796b3;
  border-color: #0796b3;
}
.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(7, 150, 179, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #d9edf7;
  border-color: #d9edf7;
}
.btn-outline-info:hover {
  color: #212529;
  background-color: #d9edf7;
  border-color: #d9edf7;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(217, 237, 247, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #d9edf7;
  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: #d9edf7;
  border-color: #d9edf7;
}
.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(217, 237, 247, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #064779;
  text-decoration: none;
}
.btn-link:hover {
  color: #004466;
  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: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.form-control, .comp-tourreservation-otherterms select, .comp-tourreservation-couponfields input.input-data, .comp-tourreservation-couponfields select.reservationCount, .comp-global-autocomplete .typeahead__container .typeahead__field .typeahead__query input {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control, .comp-tourreservation-otherterms select, .comp-tourreservation-couponfields input.input-data, .comp-tourreservation-couponfields select.reservationCount, .comp-global-autocomplete .typeahead__container .typeahead__field .typeahead__query input {
    transition: none;
  }
}
.form-control::-ms-expand, .comp-tourreservation-otherterms select::-ms-expand, .comp-tourreservation-couponfields input.input-data::-ms-expand, .comp-tourreservation-couponfields select.reservationCount::-ms-expand, .comp-global-autocomplete .typeahead__container .typeahead__field .typeahead__query input::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:-moz-focusring, .comp-tourreservation-otherterms select:-moz-focusring, .comp-tourreservation-couponfields input.input-data:-moz-focusring, .comp-tourreservation-couponfields select.reservationCount:-moz-focusring, .comp-global-autocomplete .typeahead__container .typeahead__field .typeahead__query input:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
.form-control:focus, .comp-tourreservation-otherterms select:focus, .comp-tourreservation-couponfields input.input-data:focus, .comp-tourreservation-couponfields select.reservationCount:focus, .comp-global-autocomplete .typeahead__container .typeahead__field .typeahead__query input:focus {
  color: #495057;
  background-color: #fff;
  border-color: #fbeebb;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(245, 209, 66, 0.25);
}
.form-control::placeholder, .comp-tourreservation-otherterms select::placeholder, .comp-tourreservation-couponfields input.input-data::placeholder, .comp-tourreservation-couponfields select.reservationCount::placeholder, .comp-global-autocomplete .typeahead__container .typeahead__field .typeahead__query input::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .comp-tourreservation-otherterms select:disabled, .comp-tourreservation-couponfields input.input-data:disabled, .comp-tourreservation-couponfields select.reservationCount:disabled, .comp-global-autocomplete .typeahead__container .typeahead__field .typeahead__query input:disabled, .form-control[readonly], .comp-tourreservation-otherterms select[readonly], .comp-tourreservation-couponfields input[readonly].input-data, .comp-tourreservation-couponfields select[readonly].reservationCount, .comp-global-autocomplete .typeahead__container .typeahead__field .typeahead__query input[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

input[type=date].form-control, .comp-tourreservation-couponfields input[type=date].input-data, .comp-global-autocomplete .typeahead__container .typeahead__field .typeahead__query input[type=date],
input[type=time].form-control,
.comp-tourreservation-couponfields input[type=time].input-data,
.comp-global-autocomplete .typeahead__container .typeahead__field .typeahead__query input[type=time],
input[type=datetime-local].form-control,
.comp-tourreservation-couponfields input[type=datetime-local].input-data,
.comp-global-autocomplete .typeahead__container .typeahead__field .typeahead__query input[type=datetime-local],
input[type=month].form-control,
.comp-tourreservation-couponfields input[type=month].input-data,
.comp-global-autocomplete .typeahead__container .typeahead__field .typeahead__query input[type=month] {
  appearance: none;
}

select.form-control:focus::-ms-value, .comp-tourreservation-otherterms select:focus::-ms-value, .comp-tourreservation-couponfields select.reservationCount:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #262626;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size], .comp-tourreservation-otherterms select[size], .comp-tourreservation-couponfields select[size].reservationCount, select.form-control[multiple], .comp-tourreservation-otherterms select[multiple], .comp-tourreservation-couponfields select[multiple].reservationCount {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

.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, .was-validated .comp-tourreservation-otherterms select:valid, .comp-tourreservation-otherterms .was-validated select:valid, .was-validated .comp-tourreservation-couponfields input.input-data:valid, .comp-tourreservation-couponfields .was-validated input.input-data:valid, .was-validated .comp-tourreservation-couponfields select.reservationCount:valid, .comp-tourreservation-couponfields .was-validated select.reservationCount:valid, .was-validated .comp-global-autocomplete .typeahead__container .typeahead__field .typeahead__query input:valid, .comp-global-autocomplete .typeahead__container .typeahead__field .typeahead__query .was-validated input:valid, .form-control.is-valid, .comp-tourreservation-otherterms select.is-valid, .comp-tourreservation-couponfields input.is-valid.input-data, .comp-tourreservation-couponfields select.is-valid.reservationCount, .comp-global-autocomplete .typeahead__container .typeahead__field .typeahead__query input.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .was-validated .comp-tourreservation-otherterms select:valid:focus, .comp-tourreservation-otherterms .was-validated select:valid:focus, .was-validated .comp-tourreservation-couponfields input.input-data:valid:focus, .comp-tourreservation-couponfields .was-validated input.input-data:valid:focus, .was-validated .comp-tourreservation-couponfields select.reservationCount:valid:focus, .comp-tourreservation-couponfields .was-validated select.reservationCount:valid:focus, .was-validated .comp-global-autocomplete .typeahead__container .typeahead__field .typeahead__query input:valid:focus, .comp-global-autocomplete .typeahead__container .typeahead__field .typeahead__query .was-validated input:valid:focus, .form-control.is-valid:focus, .comp-tourreservation-otherterms select.is-valid:focus, .comp-tourreservation-couponfields input.is-valid.input-data:focus, .comp-tourreservation-couponfields select.is-valid.reservationCount:focus, .comp-global-autocomplete .typeahead__container .typeahead__field .typeahead__query input.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem);
  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") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.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, .was-validated .comp-tourreservation-otherterms select:invalid, .comp-tourreservation-otherterms .was-validated select:invalid, .was-validated .comp-tourreservation-couponfields input.input-data:invalid, .comp-tourreservation-couponfields .was-validated input.input-data:invalid, .was-validated .comp-tourreservation-couponfields select.reservationCount:invalid, .comp-tourreservation-couponfields .was-validated select.reservationCount:invalid, .was-validated .comp-global-autocomplete .typeahead__container .typeahead__field .typeahead__query input:invalid, .comp-global-autocomplete .typeahead__container .typeahead__field .typeahead__query .was-validated input:invalid, .form-control.is-invalid, .comp-tourreservation-otherterms select.is-invalid, .comp-tourreservation-couponfields input.is-invalid.input-data, .comp-tourreservation-couponfields select.is-invalid.reservationCount, .comp-global-autocomplete .typeahead__container .typeahead__field .typeahead__query input.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .was-validated .comp-tourreservation-otherterms select:invalid:focus, .comp-tourreservation-otherterms .was-validated select:invalid:focus, .was-validated .comp-tourreservation-couponfields input.input-data:invalid:focus, .comp-tourreservation-couponfields .was-validated input.input-data:invalid:focus, .was-validated .comp-tourreservation-couponfields select.reservationCount:invalid:focus, .comp-tourreservation-couponfields .was-validated select.reservationCount:invalid:focus, .was-validated .comp-global-autocomplete .typeahead__container .typeahead__field .typeahead__query input:invalid:focus, .comp-global-autocomplete .typeahead__container .typeahead__field .typeahead__query .was-validated input:invalid:focus, .form-control.is-invalid:focus, .comp-tourreservation-otherterms select.is-invalid:focus, .comp-tourreservation-couponfields input.is-invalid.input-data:focus, .comp-tourreservation-couponfields select.is-invalid.reservationCount:focus, .comp-global-autocomplete .typeahead__container .typeahead__field .typeahead__query input.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem);
  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") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control, .form-inline .comp-tourreservation-otherterms select, .comp-tourreservation-otherterms .form-inline select, .form-inline .comp-tourreservation-couponfields input.input-data, .comp-tourreservation-couponfields .form-inline input.input-data, .form-inline .comp-tourreservation-couponfields select.reservationCount, .comp-tourreservation-couponfields .form-inline select.reservationCount, .form-inline .comp-global-autocomplete .typeahead__container .typeahead__field .typeahead__query input, .comp-global-autocomplete .typeahead__container .typeahead__field .typeahead__query .form-inline input {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
.form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: #06426f;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

.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%;
  color: #fff;
  text-align: center;
  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: no-repeat 50%/100% 100%;
}

.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;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #262626;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #f5d142;
  border-color: #f5d142;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #7f6d22;
  background-color: #fcf2ca;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #7f6d22;
  background-color: #fbecb2;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #7f6d22;
  border-color: #7f6d22;
}

.list-group-item-secondary {
  color: #044e5d;
  background-color: #bae2ea;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #044e5d;
  background-color: #a6dae4;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #044e5d;
  border-color: #044e5d;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #717b80;
  background-color: #f4fafd;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #717b80;
  background-color: #def0f9;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #717b80;
  border-color: #717b80;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Pro");
  font-weight: var(--fa-style, 900);
}

.fa,
.fa-classic,
.fa-sharp,
.fas,
.fa-solid,
.far,
.fa-regular,
.fasr,
.fal,
.fa-light,
.fasl,
.fat,
.fa-thin,
.fad,
.fa-duotone,
.fass,
.fa-sharp-solid,
.fab,
.fa-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.fas,
.fa-classic,
.fa-solid,
.far,
.fa-regular,
.fal,
.fa-light,
.fat,
.fa-thin {
  font-family: "Font Awesome 6 Pro";
}

.fab,
.fa-brands {
  font-family: "Font Awesome 6 Brands";
}

.fad,
.fa-classic.fa-duotone,
.fa-duotone {
  font-family: "Font Awesome 6 Duotone";
}

.fass,
.fasr,
.fasl,
.fa-sharp {
  font-family: "Font Awesome 6 Sharp";
}

.fass,
.fa-sharp {
  font-weight: 900;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-beat {
  animation-name: fa-beat;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-bounce {
  animation-name: fa-bounce;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
}

.fa-fade {
  animation-name: fa-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-beat-fade {
  animation-name: fa-beat-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-flip {
  animation-name: fa-flip;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-shake {
  animation-name: fa-shake;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin, .comp-tour-search .total-tours .loading:before {
  animation-name: fa-spin;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 2s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin-reverse {
  --fa-animation-direction: reverse;
}

.fa-pulse,
.fa-spin-pulse {
  animation-name: fa-spin;
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, steps(8));
}

@media (prefers-reduced-motion: reduce) {
  .fa-beat,
.fa-bounce,
.fa-fade,
.fa-beat-fade,
.fa-flip,
.fa-pulse,
.fa-shake,
.fa-spin,
.comp-tour-search .total-tours .loading:before,
.fa-spin-pulse {
    animation-delay: -1ms;
    animation-duration: 1ms;
    animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s;
  }
}
@keyframes fa-beat {
  0%, 90% {
    transform: scale(1);
  }
  45% {
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}
@keyframes fa-bounce {
  0% {
    transform: scale(1, 1) translateY(0);
  }
  10% {
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    transform: scale(1, 1) translateY(0);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}
@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}
@keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}
@keyframes fa-flip {
  50% {
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}
@keyframes fa-shake {
  0% {
    transform: rotate(-15deg);
  }
  4% {
    transform: rotate(15deg);
  }
  8%, 24% {
    transform: rotate(-18deg);
  }
  12%, 28% {
    transform: rotate(18deg);
  }
  16% {
    transform: rotate(-22deg);
  }
  20% {
    transform: rotate(22deg);
  }
  32% {
    transform: rotate(-12deg);
  }
  36% {
    transform: rotate(12deg);
  }
  40%, 100% {
    transform: rotate(0deg);
  }
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*!
 * Font Awesome Pro 6.4.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: "Font Awesome 6 Pro";
  --fa-font-light: normal 300 1em/1 "Font Awesome 6 Pro";
}

@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url("https://i.ck.cz/libs/font-awesome/6.4.2/webfonts/fa-light-300.woff2") format("woff2"), url("https://i.ck.cz/libs/font-awesome/6.4.2/webfonts/fa-light-300.ttf") format("truetype");
}
.fal,
.fa-light {
  font-weight: 300;
}

/*!
 * Font Awesome Pro 6.4.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: "Font Awesome 6 Pro";
  --fa-font-thin: normal 100 1em/1 "Font Awesome 6 Pro";
}

@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 100;
  font-display: block;
  src: url("https://i.ck.cz/libs/font-awesome/6.4.2/webfonts/fa-thin-100.woff2") format("woff2"), url("https://i.ck.cz/libs/font-awesome/6.4.2/webfonts/fa-thin-100.ttf") format("truetype");
}
.fat,
.fa-thin {
  font-weight: 100;
}

/*!
 * Font Awesome Pro 6.4.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: "Font Awesome 6 Pro";
  --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Pro";
}

@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("https://i.ck.cz/libs/font-awesome/6.4.2/webfonts/fa-solid-900.woff2") format("woff2"), url("https://i.ck.cz/libs/font-awesome/6.4.2/webfonts/fa-solid-900.ttf") format("truetype");
}
.fas,
.fa-solid {
  font-weight: 900;
}

.fa-xs {
  font-size: 70%;
}

.fa-lg {
  font-size: 130%;
}

.fa-angle-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-aperture:before {
  content: "";
}

.fa-arrow-right-long:before {
  content: "";
}

.fa-ballot-check:before {
  content: "";
}

.fa-bars:before {
  content: "";
}

.fa-bars-sort:before {
  content: "";
}

.fa-ditto:before {
  content: "\"";
}

.fa-clock:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-caret-circle-down:before {
  content: "";
}

.fa-caret-circle-left:before {
  content: "";
}

.fa-caret-circle-right:before {
  content: "";
}

.fa-caret-circle-up:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-caret-square-down:before {
  content: "";
}

.fa-caret-square-left:before {
  content: "";
}

.fa-caret-square-right:before {
  content: "";
}

.fa-caret-square-up:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-circle-info:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-exclamation-triangle:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-dropper:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-horizontal-rule:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-double-down:before {
  content: "";
}

.fa-chevron-double-left:before {
  content: "";
}

.fa-chevron-double-right:before {
  content: "";
}

.fa-chevron-double-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-chevron-square-down:before {
  content: "";
}

.fa-chevron-square-left:before {
  content: "";
}

.fa-chevron-square-right:before {
  content: "";
}

.fa-chevron-square-up:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-image:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-location-crosshairs:before {
  content: "";
}

.fa-location-dot:before {
  content: "";
}

.fa-location-plus:before {
  content: "";
}

.fa-palette:before {
  content: "";
}

.fa-paper-plane:before {
  content: "";
}

.fa-pen-paintbrush:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-plus:before {
  content: "\+";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-rectangle-landscape:before {
  content: "";
}

.fa-rectangle-portrait:before {
  content: "";
}

.fa-rectangle-wide:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-shapes:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-sliders-h:before {
  content: "";
}

.fa-spin:before, .comp-tour-search .total-tours .loading:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-square-info:before {
  content: "";
}

.fa-times:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-gears:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-half-alt:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-map-marker-alt:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-house:before {
  content: "";
}

.fa-earth-europe:before {
  content: "";
}

.fa-xmark:before {
  content: "";
}

.fa-mobile:before {
  content: "";
}

.fa-file:before {
  content: "";
}

/*!
 * Font Awesome Pro 6.4.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-brands: "Font Awesome 6 Brands";
  --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
}

@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("https://i.ck.cz/libs/font-awesome/6.4.2/webfonts/fa-brands-400.woff2") format("woff2"), url("https://i.ck.cz/libs/font-awesome/6.4.2/webfonts/fa-brands-400.ttf") format("truetype");
}
.fab,
.fa-brands {
  font-weight: 400;
}

.fa-monero:before {
  content: "";
}

.fa-hooli:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-shopware:before {
  content: "";
}

.fa-creative-commons-nc:before {
  content: "";
}

.fa-aws:before {
  content: "";
}

.fa-redhat:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-cloudflare:before {
  content: "";
}

.fa-ups:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-dyalog:before {
  content: "";
}

.fa-bity:before {
  content: "";
}

.fa-stackpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-guilded:before {
  content: "";
}

.fa-vnv:before {
  content: "";
}

.fa-square-js:before {
  content: "";
}

.fa-js-square:before {
  content: "";
}

.fa-microsoft:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-orcid:before {
  content: "";
}

.fa-java:before {
  content: "";
}

.fa-invision:before {
  content: "";
}

.fa-creative-commons-pd-alt:before {
  content: "";
}

.fa-centercode:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-hire-a-helper:before {
  content: "";
}

.fa-creative-commons-by:before {
  content: "";
}

.fa-unity:before {
  content: "";
}

.fa-whmcs:before {
  content: "";
}

.fa-rocketchat:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-untappd:before {
  content: "";
}

.fa-mailchimp:before {
  content: "";
}

.fa-css3-alt:before {
  content: "";
}

.fa-square-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-vimeo-v:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-square-font-awesome:before {
  content: "";
}

.fa-deskpro:before {
  content: "";
}

.fa-sistrix:before {
  content: "";
}

.fa-square-instagram:before {
  content: "";
}

.fa-instagram-square:before {
  content: "";
}

.fa-battle-net:before {
  content: "";
}

.fa-the-red-yeti:before {
  content: "";
}

.fa-square-hacker-news:before {
  content: "";
}

.fa-hacker-news-square:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-threads:before {
  content: "";
}

.fa-napster:before {
  content: "";
}

.fa-square-snapchat:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-google-plus-g:before {
  content: "";
}

.fa-artstation:before {
  content: "";
}

.fa-markdown:before {
  content: "";
}

.fa-sourcetree:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-diaspora:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-phoenix-squadron:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-algolia:before {
  content: "";
}

.fa-red-river:before {
  content: "";
}

.fa-creative-commons-sa:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-square-font-awesome-stroke:before {
  content: "";
}

.fa-font-awesome-alt:before {
  content: "";
}

.fa-atlassian:before {
  content: "";
}

.fa-linkedin-in:before {
  content: "";
}

.fa-digital-ocean:before {
  content: "";
}

.fa-nimblr:before {
  content: "";
}

.fa-chromecast:before {
  content: "";
}

.fa-evernote:before {
  content: "";
}

.fa-hacker-news:before {
  content: "";
}

.fa-creative-commons-sampling:before {
  content: "";
}

.fa-adversal:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-watchman-monitoring:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-weixin:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-git-alt:before {
  content: "";
}

.fa-lyft:before {
  content: "";
}

.fa-rev:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-wizards-of-the-coast:before {
  content: "";
}

.fa-square-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.fa-centos:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-cloudsmith:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-square-dribbble:before {
  content: "";
}

.fa-dribbble-square:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-node:before {
  content: "";
}

.fa-mix:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-cc-apple-pay:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-debian:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-instalod:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-sellcast:before {
  content: "";
}

.fa-square-twitter:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-r-project:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-freebsd:before {
  content: "";
}

.fa-vuejs:before {
  content: "";
}

.fa-accusoft:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-fonticons-fi:before {
  content: "";
}

.fa-app-store:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-itunes-note:before {
  content: "";
}

.fa-golang:before {
  content: "";
}

.fa-kickstarter:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-uncharted:before {
  content: "";
}

.fa-firstdraft:before {
  content: "";
}

.fa-square-youtube:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-wpressr:before {
  content: "";
}

.fa-rendact:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-galactic-republic:before {
  content: "";
}

.fa-nfc-directional:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-joget:before {
  content: "";
}

.fa-fedora:before {
  content: "";
}

.fa-stripe-s:before {
  content: "";
}

.fa-meta:before {
  content: "";
}

.fa-laravel:before {
  content: "";
}

.fa-hotjar:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-sticker-mule:before {
  content: "";
}

.fa-creative-commons-zero:before {
  content: "";
}

.fa-hips:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-discord:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-app-store-ios:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-confluence:before {
  content: "";
}

.fa-shoelace:before {
  content: "";
}

.fa-mdb:before {
  content: "";
}

.fa-dochub:before {
  content: "";
}

.fa-accessible-icon:before {
  content: "";
}

.fa-ebay:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-unsplash:before {
  content: "";
}

.fa-yarn:before {
  content: "";
}

.fa-square-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-square-vimeo:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-asymmetrik:before {
  content: "";
}

.fa-font-awesome:before {
  content: "";
}

.fa-font-awesome-flag:before {
  content: "";
}

.fa-font-awesome-logo-full:before {
  content: "";
}

.fa-gratipay:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-hive:before {
  content: "";
}

.fa-gitkraken:before {
  content: "";
}

.fa-keybase:before {
  content: "";
}

.fa-apple-pay:before {
  content: "";
}

.fa-padlet:before {
  content: "";
}

.fa-amazon-pay:before {
  content: "";
}

.fa-square-github:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-fedex:before {
  content: "";
}

.fa-phoenix-framework:before {
  content: "";
}

.fa-shopify:before {
  content: "";
}

.fa-neos:before {
  content: "";
}

.fa-square-threads:before {
  content: "";
}

.fa-hackerrank:before {
  content: "";
}

.fa-researchgate:before {
  content: "";
}

.fa-swift:before {
  content: "";
}

.fa-angular:before {
  content: "";
}

.fa-speakap:before {
  content: "";
}

.fa-angrycreative:before {
  content: "";
}

.fa-y-combinator:before {
  content: "";
}

.fa-empire:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-square-gitlab:before {
  content: "";
}

.fa-gitlab-square:before {
  content: "";
}

.fa-studiovinari:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-goodreads:before {
  content: "";
}

.fa-square-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-sith:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-page4:before {
  content: "";
}

.fa-hashnode:before {
  content: "";
}

.fa-react:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-squarespace:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-creative-commons-share:before {
  content: "";
}

.fa-bitcoin:before {
  content: "";
}

.fa-keycdn:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-itch-io:before {
  content: "";
}

.fa-umbraco:before {
  content: "";
}

.fa-galactic-senate:before {
  content: "";
}

.fa-ubuntu:before {
  content: "";
}

.fa-draft2digital:before {
  content: "";
}

.fa-stripe:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-dhl:before {
  content: "";
}

.fa-square-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-blackberry:before {
  content: "";
}

.fa-creative-commons-pd:before {
  content: "";
}

.fa-playstation:before {
  content: "";
}

.fa-quinscape:before {
  content: "";
}

.fa-less:before {
  content: "";
}

.fa-blogger-b:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-typo3:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-dailymotion:before {
  content: "";
}

.fa-affiliatetheme:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-bootstrap:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-nfc-symbol:before {
  content: "";
}

.fa-ethereum:before {
  content: "";
}

.fa-speaker-deck:before {
  content: "";
}

.fa-creative-commons-nc-eu:before {
  content: "";
}

.fa-patreon:before {
  content: "";
}

.fa-avianex:before {
  content: "";
}

.fa-ello:before {
  content: "";
}

.fa-gofore:before {
  content: "";
}

.fa-bimobject:before {
  content: "";
}

.fa-facebook-f:before {
  content: "";
}

.fa-square-google-plus:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-mandalorian:before {
  content: "";
}

.fa-first-order-alt:before {
  content: "";
}

.fa-osi:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-d-and-d-beyond:before {
  content: "";
}

.fa-periscope:before {
  content: "";
}

.fa-fulcrum:before {
  content: "";
}

.fa-cloudscale:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-mizuni:before {
  content: "";
}

.fa-schlix:before {
  content: "";
}

.fa-square-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-cloudversify:before {
  content: "";
}

.fa-usps:before {
  content: "";
}

.fa-megaport:before {
  content: "";
}

.fa-magento:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-fly:before {
  content: "";
}

.fa-aviato:before {
  content: "";
}

.fa-itunes:before {
  content: "";
}

.fa-cuttlefish:before {
  content: "";
}

.fa-blogger:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-viber:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-symfony:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-facebook-messenger:before {
  content: "";
}

.fa-audible:before {
  content: "";
}

.fa-think-peaks:before {
  content: "";
}

.fa-bilibili:before {
  content: "";
}

.fa-erlang:before {
  content: "";
}

.fa-x-twitter:before {
  content: "";
}

.fa-cotton-bureau:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-42-group:before {
  content: "";
}

.fa-innosoft:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-elementor:before {
  content: "";
}

.fa-square-pied-piper:before {
  content: "";
}

.fa-pied-piper-square:before {
  content: "";
}

.fa-creative-commons-nd:before {
  content: "";
}

.fa-palfed:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-resolving:before {
  content: "";
}

.fa-xbox:before {
  content: "";
}

.fa-searchengin:before {
  content: "";
}

.fa-tiktok:before {
  content: "";
}

.fa-square-facebook:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-hubspot:before {
  content: "";
}

.fa-deploydog:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-mixer:before {
  content: "";
}

.fa-square-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-mendeley:before {
  content: "";
}

.fa-uniregistry:before {
  content: "";
}

.fa-figma:before {
  content: "";
}

.fa-creative-commons-remix:before {
  content: "";
}

.fa-cc-amazon-pay:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-cmplid:before {
  content: "";
}

.fa-facebook:before {
  content: "";
}

.fa-gripfire:before {
  content: "";
}

.fa-jedi-order:before {
  content: "";
}

.fa-uikit:before {
  content: "";
}

.fa-fort-awesome-alt:before {
  content: "";
}

.fa-phabricator:before {
  content: "";
}

.fa-ussunnah:before {
  content: "";
}

.fa-earlybirds:before {
  content: "";
}

.fa-trade-federation:before {
  content: "";
}

.fa-autoprefixer:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-google-play:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-line:before {
  content: "";
}

.fa-google-drive:before {
  content: "";
}

.fa-servicestack:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-deezer:before {
  content: "";
}

.fa-raspberry-pi:before {
  content: "";
}

.fa-jira:before {
  content: "";
}

.fa-docker:before {
  content: "";
}

.fa-screenpal:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-gitter:before {
  content: "";
}

.fa-d-and-d:before {
  content: "";
}

.fa-microblog:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-pied-piper-hat:before {
  content: "";
}

.fa-kickstarter-k:before {
  content: "";
}

.fa-yandex:before {
  content: "";
}

.fa-readme:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-sass:before {
  content: "";
}

.fa-wirsindhandwerk:before {
  content: "";
}

.fa-wsh:before {
  content: "";
}

.fa-buromobelexperte:before {
  content: "";
}

.fa-salesforce:before {
  content: "";
}

.fa-octopus-deploy:before {
  content: "";
}

.fa-medapps:before {
  content: "";
}

.fa-ns8:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-apper:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-waze:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-fantasy-flight-games:before {
  content: "";
}

.fa-rust:before {
  content: "";
}

.fa-wix:before {
  content: "";
}

.fa-square-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-supple:before {
  content: "";
}

.fa-rebel:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-staylinked:before {
  content: "";
}

.fa-kaggle:before {
  content: "";
}

.fa-space-awesome:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-cpanel:before {
  content: "";
}

.fa-goodreads-g:before {
  content: "";
}

.fa-square-git:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-square-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-creative-commons-nc-jp:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-perbyte:before {
  content: "";
}

.fa-grunt:before {
  content: "";
}

.fa-weebly:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-themeco:before {
  content: "";
}

.fa-python:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-bots:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-hornbill:before {
  content: "";
}

.fa-js:before {
  content: "";
}

.fa-ideal:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-dev:before {
  content: "";
}

.fa-sketch:before {
  content: "";
}

.fa-yandex-international:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-uber:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-php:before {
  content: "";
}

.fa-alipay:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-firefox-browser:before {
  content: "";
}

.fa-replyd:before {
  content: "";
}

.fa-suse:before {
  content: "";
}

.fa-jenkins:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-rockrms:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-buffer:before {
  content: "";
}

.fa-npm:before {
  content: "";
}

.fa-yammer:before {
  content: "";
}

.fa-btc:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-stubber:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-telegram-plane:before {
  content: "";
}

.fa-old-republic:before {
  content: "";
}

.fa-odysee:before {
  content: "";
}

.fa-square-whatsapp:before {
  content: "";
}

.fa-whatsapp-square:before {
  content: "";
}

.fa-node-js:before {
  content: "";
}

.fa-edge-legacy:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-slack-hash:before {
  content: "";
}

.fa-medrt:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-vaadin:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-square-x-twitter:before {
  content: "";
}

.fa-reacteurope:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-medium-m:before {
  content: "";
}

.fa-amilia:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-flipboard:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-critical-role:before {
  content: "";
}

.fa-sitrox:before {
  content: "";
}

.fa-discourse:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-mastodon:before {
  content: "";
}

.fa-airbnb:before {
  content: "";
}

.fa-wolf-pack-battalion:before {
  content: "";
}

.fa-buy-n-large:before {
  content: "";
}

.fa-gulp:before {
  content: "";
}

.fa-creative-commons-sampling-plus:before {
  content: "";
}

.fa-strava:before {
  content: "";
}

.fa-ember:before {
  content: "";
}

.fa-canadian-maple-leaf:before {
  content: "";
}

.fa-teamspeak:before {
  content: "";
}

.fa-pushed:before {
  content: "";
}

.fa-wordpress-simple:before {
  content: "";
}

.fa-nutritionix:before {
  content: "";
}

.fa-wodu:before {
  content: "";
}

.fa-google-pay:before {
  content: "";
}

.fa-intercom:before {
  content: "";
}

.fa-zhihu:before {
  content: "";
}

.fa-korvue:before {
  content: "";
}

.fa-pix:before {
  content: "";
}

.fa-steam-symbol:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-instagram-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-pinterest-square,
.fa-instagram,
.fa-instagram-square,
.fa-facebook-square,
.fa-youtube,
.fa-twitter-square {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa-d0:before {
  content: "";
}

.fa-d1:before {
  content: "";
}

.fa-d2:before {
  content: "";
}

.fa-d3:before {
  content: "";
}

.fa-d4:before {
  content: "";
}

.fa-d5:before {
  content: "";
}

.fa-d6:before {
  content: "";
}

.fa-d7:before {
  content: "";
}

.fa-s0:before {
  content: "";
}

.fa-s1:before {
  content: "";
}

.fa-s2:before {
  content: "";
}

.fa-s3:before {
  content: "";
}

.fa-s4:before {
  content: "";
}

.fa-s5:before {
  content: "";
}

.fa-s6:before {
  content: "";
}

.fa-s7:before {
  content: "";
}

.fa-s8:before {
  content: "";
}

.fa-s9:before {
  content: "";
}

.fa-u0:before {
  content: "";
}

.fa-u1:before {
  content: "";
}

.fa-u2:before {
  content: "";
}

.fa-u3:before {
  content: "";
}

.fa-u4:before {
  content: "";
}

.fa-u5:before {
  content: "";
}

.fa-u6:before {
  content: "";
}

.fa-u7:before {
  content: "";
}

.fa-u8:before {
  content: "";
}

.fa-u9:before {
  content: "";
}

.fa-u10:before {
  content: "";
}

.fa-u11:before {
  content: "";
}

.fa-u13:before {
  content: "";
}

.fa-u14:before {
  content: "";
}

.fa-u15:before {
  content: "";
}

.fa-u16:before {
  content: "";
}

.fa-u17:before {
  content: "";
}

.fa-u18:before {
  content: "";
}

.fa-u19:before {
  content: "";
}

.fa-u20:before {
  content: "";
}

.fa-u23:before {
  content: "";
}

.fa-u24:before {
  content: "";
}

.fa-u25:before {
  content: "";
}

.fa-u26:before {
  content: "";
}

.fa-u27:before {
  content: "";
}

.fa-u28:before {
  content: "";
}

.fa-u29:before {
  content: "";
}

.fa-u33:before {
  content: "";
}

.fa-u34:before {
  content: "";
}

.fa-u36:before {
  content: "";
}

.fa-u35:before {
  content: "";
}

.fa-u37:before {
  content: "";
}

.fa-u38:before {
  content: "";
}

.fa-u39:before {
  content: "";
}

.fa-tema-19:before {
  content: "";
}

.fa-tema-33:before {
  content: "";
}

.fa-tema-35:before {
  content: "";
}

.fa-tema-36:before {
  content: "";
}

.fa-tema-20:before {
  content: "";
}

.fa-tema-24:before {
  content: "";
}

.fa-tema-48:before {
  content: "";
}

.fa-tema-28:before {
  content: "";
}

.fa-tema-30:before {
  content: "";
}

.fa-tema-31:before {
  content: "";
}

.fa-tema-32:before {
  content: "";
}

.fa-tema-58:before {
  content: "";
}

.fa-tema-59:before {
  content: "";
}

.fa-tema-23:before {
  content: "";
}

.fa-tema-22:before {
  content: "";
}

.fa-tema-39:before {
  content: "";
}

.fa-tema-38:before {
  content: "";
}

.fa-tema-40:before {
  content: "";
}

.fa-tema-56:before {
  content: "";
}

.fa-tema-53:before {
  content: "";
}

.fa-tema-42:before {
  content: "";
}

.fa-tema-25:before {
  content: "";
}

.fa-tema-45:before {
  content: "";
}

.fa-tema-322:before {
  content: "";
}

.fa-tema-21:before {
  content: "";
}

.fa-tema-412:before {
  content: "";
}

.fa-tema-2147:before {
  content: "";
}

.fa-tema-44:before {
  content: "";
}

.fa-tema-2308:before {
  content: "";
}

.fa-tema-29:before {
  content: "";
}

.fa-tema-413:before {
  content: "";
}

.fa-tema-34:before {
  content: "";
}

.fa-tema-416:before {
  content: "";
}

.fa-tema-50:before {
  content: "";
}

.fa-tema-51:before {
  content: "";
}

.fa-tema-2307:before {
  content: "";
}

@keyframes bs-notify-fadeOut {
  0% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
select.bs-select-hidden,
.bootstrap-select > select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}

.bootstrap-select {
  width: 220px \0 ;
  /*IE9 and below*/
  vertical-align: middle;
}
.bootstrap-select > .dropdown-toggle {
  position: relative;
  width: 100%;
  text-align: right;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}
.bootstrap-select > .dropdown-toggle:after {
  margin-top: -1px;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #999;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:active {
  color: rgba(255, 255, 255, 0.5);
}
.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
  z-index: 0 !important;
}
.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2 !important;
}
.has-error .bootstrap-select .dropdown-toggle, .error .bootstrap-select .dropdown-toggle, .bootstrap-select.is-invalid .dropdown-toggle, .was-validated .bootstrap-select select:invalid + .dropdown-toggle {
  border-color: #b94a48;
}
.bootstrap-select.is-valid .dropdown-toggle, .was-validated .bootstrap-select select:valid + .dropdown-toggle {
  border-color: #28a745;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
}
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle,
.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}

.bootstrap-select.form-control, .comp-tourreservation-otherterms select.bootstrap-select, .comp-tourreservation-couponfields input.bootstrap-select.input-data, .comp-tourreservation-couponfields select.bootstrap-select.reservationCount, .comp-global-autocomplete .typeahead__container .typeahead__field .typeahead__query input.bootstrap-select {
  margin-bottom: 0;
  padding: 0;
  border: none;
  height: auto;
}
:not(.input-group) > .bootstrap-select.form-control:not([class*=col-]), .comp-tourreservation-otherterms :not(.input-group) > select.bootstrap-select:not([class*=col-]), .comp-tourreservation-couponfields :not(.input-group) > input.bootstrap-select.input-data:not([class*=col-]), .comp-tourreservation-couponfields :not(.input-group) > select.bootstrap-select.reservationCount:not([class*=col-]), .comp-global-autocomplete .typeahead__container .typeahead__field .typeahead__query :not(.input-group) > input.bootstrap-select:not([class*=col-]) {
  width: 100%;
}
.bootstrap-select.form-control.input-group-btn, .comp-tourreservation-otherterms select.bootstrap-select.input-group-btn, .comp-tourreservation-couponfields input.bootstrap-select.input-group-btn.input-data, .comp-tourreservation-couponfields select.bootstrap-select.input-group-btn.reservationCount, .comp-global-autocomplete .typeahead__container .typeahead__field .typeahead__query input.bootstrap-select.input-group-btn {
  float: none;
  z-index: auto;
}
.form-inline .bootstrap-select, .form-inline .bootstrap-select.form-control:not([class*=col-]), .form-inline .comp-tourreservation-couponfields input.bootstrap-select.input-data:not([class*=col-]), .comp-tourreservation-couponfields .form-inline input.bootstrap-select.input-data:not([class*=col-]), .form-inline .comp-tourreservation-couponfields select.bootstrap-select.reservationCount:not([class*=col-]), .comp-tourreservation-couponfields .form-inline select.bootstrap-select.reservationCount:not([class*=col-]), .form-inline .comp-global-autocomplete .typeahead__container .typeahead__field .typeahead__query input.bootstrap-select:not([class*=col-]), .comp-global-autocomplete .typeahead__container .typeahead__field .typeahead__query .form-inline input.bootstrap-select:not([class*=col-]) {
  width: auto;
}
.bootstrap-select:not(.input-group-btn), .bootstrap-select[class*=col-] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
.bootstrap-select.dropdown-menu-right, .bootstrap-select[class*=col-].dropdown-menu-right, .row .bootstrap-select[class*=col-].dropdown-menu-right {
  float: right;
}
.form-inline .bootstrap-select, .form-horizontal .bootstrap-select, .form-group .bootstrap-select {
  margin-bottom: 0;
}
.form-group-lg .bootstrap-select.form-control, .form-group-lg .comp-tourreservation-otherterms select.bootstrap-select, .comp-tourreservation-otherterms .form-group-lg select.bootstrap-select, .form-group-lg .comp-tourreservation-couponfields input.bootstrap-select.input-data, .comp-tourreservation-couponfields .form-group-lg input.bootstrap-select.input-data, .form-group-lg .comp-tourreservation-couponfields select.bootstrap-select.reservationCount, .comp-tourreservation-couponfields .form-group-lg select.bootstrap-select.reservationCount, .form-group-lg .comp-global-autocomplete .typeahead__container .typeahead__field .typeahead__query input.bootstrap-select, .comp-global-autocomplete .typeahead__container .typeahead__field .typeahead__query .form-group-lg input.bootstrap-select, .form-group-sm .bootstrap-select.form-control, .form-group-sm .comp-tourreservation-otherterms select.bootstrap-select, .comp-tourreservation-otherterms .form-group-sm select.bootstrap-select, .form-group-sm .comp-tourreservation-couponfields input.bootstrap-select.input-data, .comp-tourreservation-couponfields .form-group-sm input.bootstrap-select.input-data, .form-group-sm .comp-tourreservation-couponfields select.bootstrap-select.reservationCount, .comp-tourreservation-couponfields .form-group-sm select.bootstrap-select.reservationCount, .form-group-sm .comp-global-autocomplete .typeahead__container .typeahead__field .typeahead__query input.bootstrap-select, .comp-global-autocomplete .typeahead__container .typeahead__field .typeahead__query .form-group-sm input.bootstrap-select {
  padding: 0;
}
.form-group-lg .bootstrap-select.form-control .dropdown-toggle, .form-group-lg .comp-tourreservation-otherterms select.bootstrap-select .dropdown-toggle, .comp-tourreservation-otherterms .form-group-lg select.bootstrap-select .dropdown-toggle, .form-group-lg .comp-tourreservation-couponfields input.bootstrap-select.input-data .dropdown-toggle, .comp-tourreservation-couponfields .form-group-lg input.bootstrap-select.input-data .dropdown-toggle, .form-group-lg .comp-tourreservation-couponfields select.bootstrap-select.reservationCount .dropdown-toggle, .comp-tourreservation-couponfields .form-group-lg select.bootstrap-select.reservationCount .dropdown-toggle, .form-group-lg .comp-global-autocomplete .typeahead__container .typeahead__field .typeahead__query input.bootstrap-select .dropdown-toggle, .comp-global-autocomplete .typeahead__container .typeahead__field .typeahead__query .form-group-lg input.bootstrap-select .dropdown-toggle, .form-group-sm .bootstrap-select.form-control .dropdown-toggle, .form-group-sm .comp-tourreservation-otherterms select.bootstrap-select .dropdown-toggle, .comp-tourreservation-otherterms .form-group-sm select.bootstrap-select .dropdown-toggle, .form-group-sm .comp-tourreservation-couponfields input.bootstrap-select.input-data .dropdown-toggle, .comp-tourreservation-couponfields .form-group-sm input.bootstrap-select.input-data .dropdown-toggle, .form-group-sm .comp-tourreservation-couponfields select.bootstrap-select.reservationCount .dropdown-toggle, .comp-tourreservation-couponfields .form-group-sm select.bootstrap-select.reservationCount .dropdown-toggle, .form-group-sm .comp-global-autocomplete .typeahead__container .typeahead__field .typeahead__query input.bootstrap-select .dropdown-toggle, .comp-global-autocomplete .typeahead__container .typeahead__field .typeahead__query .form-group-sm input.bootstrap-select .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}
.bootstrap-select.form-control-sm .dropdown-toggle, .bootstrap-select.form-control-lg .dropdown-toggle {
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}
.bootstrap-select.form-control-sm .dropdown-toggle {
  padding: 0.25rem 0.5rem;
}
.bootstrap-select.form-control-lg .dropdown-toggle {
  padding: 0.5rem 1rem;
}
.form-inline .bootstrap-select .form-control, .form-inline .bootstrap-select .comp-tourreservation-otherterms select, .comp-tourreservation-otherterms .form-inline .bootstrap-select select, .form-inline .bootstrap-select .comp-tourreservation-couponfields input.input-data, .comp-tourreservation-couponfields .form-inline .bootstrap-select input.input-data, .form-inline .bootstrap-select .comp-tourreservation-couponfields select.reservationCount, .comp-tourreservation-couponfields .form-inline .bootstrap-select select.reservationCount, .form-inline .bootstrap-select .comp-global-autocomplete .typeahead__container .typeahead__field .typeahead__query input, .comp-global-autocomplete .typeahead__container .typeahead__field .typeahead__query .form-inline .bootstrap-select input {
  width: 100%;
}
.bootstrap-select.disabled,
.bootstrap-select > .disabled {
  cursor: not-allowed;
}
.bootstrap-select.disabled:focus,
.bootstrap-select > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.bs-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 0 !important;
  padding: 0 !important;
}
.bootstrap-select.bs-container .dropdown-menu {
  z-index: 1060;
}
.bootstrap-select .dropdown-toggle .filter-option {
  position: static;
  top: 0;
  left: 0;
  float: left;
  height: 100%;
  width: 100%;
  text-align: left;
  overflow: hidden;
  flex: 0 1 auto;
}
.bs3.bootstrap-select .dropdown-toggle .filter-option {
  padding-right: inherit;
}

.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option {
  position: absolute;
  padding-top: inherit;
  padding-bottom: inherit;
  padding-left: inherit;
  float: none;
}
.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner {
  padding-right: inherit;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  overflow: hidden;
}
.bootstrap-select .dropdown-toggle .filter-expand {
  width: 0 !important;
  float: left;
  opacity: 0 !important;
  overflow: hidden;
}
.bootstrap-select .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.input-group .bootstrap-select.form-control .dropdown-toggle, .input-group .comp-tourreservation-otherterms select.bootstrap-select .dropdown-toggle, .comp-tourreservation-otherterms .input-group select.bootstrap-select .dropdown-toggle, .input-group .comp-tourreservation-couponfields input.bootstrap-select.input-data .dropdown-toggle, .comp-tourreservation-couponfields .input-group input.bootstrap-select.input-data .dropdown-toggle, .input-group .comp-tourreservation-couponfields select.bootstrap-select.reservationCount .dropdown-toggle, .comp-tourreservation-couponfields .input-group select.bootstrap-select.reservationCount .dropdown-toggle, .input-group .comp-global-autocomplete .typeahead__container .typeahead__field .typeahead__query input.bootstrap-select .dropdown-toggle, .comp-global-autocomplete .typeahead__container .typeahead__field .typeahead__query .input-group input.bootstrap-select .dropdown-toggle {
  border-radius: inherit;
}
.bootstrap-select[class*=col-] .dropdown-toggle {
  width: 100%;
}
.bootstrap-select .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-select .dropdown-menu > .inner:focus {
  outline: none !important;
}
.bootstrap-select .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}
.bootstrap-select .dropdown-menu li {
  position: relative;
}
.bootstrap-select .dropdown-menu li.active small {
  color: rgba(255, 255, 255, 0.5) !important;
}
.bootstrap-select .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
.bootstrap-select .dropdown-menu li a {
  cursor: pointer;
  user-select: none;
}
.bootstrap-select .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
.bootstrap-select .dropdown-menu li a span.check-mark {
  display: none;
}
.bootstrap-select .dropdown-menu li a span.text {
  display: inline-block;
}
.bootstrap-select .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: whitesmoke;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-select .dropdown-menu .notify.fadeOut {
  animation: 300ms linear 750ms forwards bs-notify-fadeOut;
}
.bootstrap-select .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}
.bootstrap-select.fit-width .dropdown-toggle .filter-option {
  position: static;
  display: inline;
  padding: 0;
}
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
  display: inline;
}
.bootstrap-select.fit-width .dropdown-toggle .bs-caret:before {
  content: " ";
}
.bootstrap-select.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  top: 5px;
}
.bootstrap-select.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select .bs-ok-default:after {
  content: "";
  display: block;
  width: 0.5em;
  height: 1em;
  border-style: solid;
  border-width: 0 0.26em 0.26em 0;
  transform-style: preserve-3d;
  transform: rotate(45deg);
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle, .bootstrap-select.show-menu-arrow.show > .dropdown-toggle {
  z-index: 1061;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
  content: "";
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
  bottom: auto;
  top: -4px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
  bottom: auto;
  top: -4px;
  border-top: 6px solid white;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:before, .bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:after, .bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:before, .bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:after {
  display: block;
}

.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}

.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
  width: 50%;
}

.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bs-donebutton .btn-group button {
  width: 100%;
}

.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bs-searchbox .form-control, .bs-searchbox .comp-tourreservation-otherterms select, .comp-tourreservation-otherterms .bs-searchbox select, .bs-searchbox .comp-tourreservation-couponfields input.input-data, .comp-tourreservation-couponfields .bs-searchbox input.input-data, .bs-searchbox .comp-tourreservation-couponfields select.reservationCount, .comp-tourreservation-couponfields .bs-searchbox select.reservationCount, .bs-searchbox .comp-global-autocomplete .typeahead__container .typeahead__field .typeahead__query input, .comp-global-autocomplete .typeahead__container .typeahead__field .typeahead__query .bs-searchbox input {
  margin-bottom: 0;
  width: 100%;
  float: none;
}

.bootstrap-select label.for-bootstrap-select {
  left: 0.75rem;
  z-index: 9;
}
.bootstrap-select.form-floating label.for-bootstrap-select {
  left: 0;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.bootstrap-select .btn.btn-light, .bootstrap-select .comp-tour-search .search-button-holder .btn-light.search-button, .comp-tour-search .search-button-holder .bootstrap-select .btn-light.search-button, .bootstrap-select .comp-global-nextresults .btn-light.ArtSearch-btn.search-button, .comp-global-nextresults .bootstrap-select .btn-light.ArtSearch-btn.search-button {
  border: solid 1px transparent;
  border-radius: 0.25rem;
  min-height: 3.6rem;
  height: 3.6rem;
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  line-height: 1.25;
  background: #f8f9fa;
  border-color: #404040;
  color: #404040;
}
.bootstrap-select .btn.btn-light:not(:disabled):not(.disabled):active, .bootstrap-select .comp-tour-search .search-button-holder .btn-light.search-button:not(:disabled):not(.disabled):active, .comp-tour-search .search-button-holder .bootstrap-select .btn-light.search-button:not(:disabled):not(.disabled):active, .bootstrap-select .comp-global-nextresults .btn-light.ArtSearch-btn.search-button:not(:disabled):not(.disabled):active, .comp-global-nextresults .bootstrap-select .btn-light.ArtSearch-btn.search-button:not(:disabled):not(.disabled):active {
  background: #f8f9fa;
  border-color: #404040;
  color: #404040;
}
.bootstrap-select .btn.btn-light.bs-placeholder, .bootstrap-select .comp-tour-search .search-button-holder .btn-light.bs-placeholder.search-button, .comp-tour-search .search-button-holder .bootstrap-select .btn-light.bs-placeholder.search-button, .bootstrap-select .comp-global-nextresults .btn-light.bs-placeholder.ArtSearch-btn.search-button, .comp-global-nextresults .bootstrap-select .btn-light.bs-placeholder.ArtSearch-btn.search-button {
  border-color: #ced4da;
  color: #404040;
  background: #f8f9fa;
}
.bootstrap-select .btn.btn-light:focus, .bootstrap-select .comp-tour-search .search-button-holder .btn-light.search-button:focus, .comp-tour-search .search-button-holder .bootstrap-select .btn-light.search-button:focus, .bootstrap-select .comp-global-nextresults .btn-light.ArtSearch-btn.search-button:focus, .comp-global-nextresults .bootstrap-select .btn-light.ArtSearch-btn.search-button:focus {
  outline: none !important;
  box-shadow: none !important;
}
.bootstrap-select.show .btn.btn-light, .bootstrap-select.show .comp-tour-search .search-button-holder .btn-light.search-button, .comp-tour-search .search-button-holder .bootstrap-select.show .btn-light.search-button, .bootstrap-select.show .comp-global-nextresults .btn-light.ArtSearch-btn.search-button, .comp-global-nextresults .bootstrap-select.show .btn-light.ArtSearch-btn.search-button, .bootstrap-select.show .btn.btn-light.bs-placeholder,
.bootstrap-select.show .btn-light:not(:disabled):not(.disabled):active {
  background: #f8f9fa;
  border-color: #404040;
  color: #404040;
}
.bootstrap-select .dropdown-menu .popover-header {
  font-size: 80%;
  padding: 0.5rem 0.75rem;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-end;
}
.bootstrap-select .dropdown-menu .popover-header button.close {
  border-color: #262626;
  border-width: 1px;
  color: #262626;
}
.bootstrap-select .dropdown-menu .popover-header button.close:hover {
  background: #262626;
  color: #d9d9d9;
}

label.for-bootstrap-select {
  padding-top: 0.375rem;
  color: #222;
  mix-blend-mode: normal;
}

.btn-bootstrap-select {
  min-height: 3.6rem;
  height: 3.6rem;
}

.line-slider {
  position: relative;
  top: -0.5rem;
  line-height: 1;
  height: auto;
  min-height: 2rem;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.line-slider .slider {
  flex: 1 1 100%;
  order: 0;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.line-slider .slider.slider-horizontal {
  display: flex;
  vertical-align: middle;
  height: 1rem;
  position: relative;
  align-items: center;
}
.line-slider .slider.slider-horizontal .slider-track {
  height: 2px;
  width: 100%;
  margin-top: 0;
  left: 0;
  display: flex;
  align-items: center;
}
.line-slider .slider.slider-horizontal .slider-selection, .line-slider .slider.slider-horizontal .slider-track-low, .line-slider .slider.slider-horizontal .slider-track-high {
  height: 100%;
  top: 0;
  bottom: 0;
}
.line-slider .slider.slider-horizontal .slider-tick, .line-slider .slider.slider-horizontal .slider-handle {
  margin-left: -0.5rem;
}
.line-slider .slider .slider-track {
  position: absolute;
  cursor: pointer;
  background: #bfeef8;
}
.line-slider .slider .slider-selection {
  position: absolute;
  background: #0796b3;
}
.line-slider .slider .slider-selection[style*="width: 100%"], .line-slider .slider .slider-selection[style^="width: 100%"] {
  display: block;
}
.line-slider .slider .slider-track-low, .line-slider .slider .slider-track-high {
  position: absolute;
  background: transparent;
}
.line-slider .slider .slider-handle {
  position: absolute;
  width: 1rem;
  height: 1rem;
  line-height: 1;
  font-size: 1rem;
  background: #f5d142;
  filter: none;
  border: 1px solid #f5d142;
  border-radius: 50%;
  font-family: "Font Awesome 6 Pro";
}
.line-slider .slider .slider-handle:before {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  line-height: 1;
  font-size: 1rem;
  color: #fff;
  font-weight: 400;
  text-align: center;
  position: absolute;
}
.line-slider .slider .hide {
  display: none;
}
.line-slider span.slider-from-amount, .line-slider span.slider-to-amount, .line-slider span.measure {
  display: inline-block;
  position: relative;
  font-size: 12px;
  order: 0;
}
.line-slider span.slider-from-amount {
  padding-right: 5px;
}
.line-slider span.measure {
  padding-left: 5px;
}
.line-slider input[type=text].input-data {
  display: none;
}
.line-slider span.slider-to-amount:before {
  content: "-";
  display: inline-block;
  padding-right: 5px;
}
.line-slider span.slider-to-amount#cenato:before {
  content: "-";
}
.line-slider div.hist {
  height: 40px;
  text-align: center;
  margin: 0px;
  flex: 1 1 100%;
}
.line-slider canvas.hist {
  height: 40px;
  width: 100%;
}

.form-control.daterange[readonly], .comp-tourreservation-otherterms select.daterange[readonly], .comp-tourreservation-couponfields input.daterange[readonly].input-data, .comp-tourreservation-couponfields select.daterange[readonly].reservationCount, .comp-global-autocomplete .typeahead__container .typeahead__field .typeahead__query input.daterange[readonly] {
  background-color: #fff;
}

.daterangepicker {
  position: absolute;
  border-radius: 0.25rem;
  border: 1px solid #ced4da;
  margin-top: 8px;
  display: none;
  z-index: 99;
  -webkit-box-shadow: 0 6px 8px #ccc;
  -moz-box-shadow: 0 6px 8px #ccc;
  box-shadow: 0 6px 8px #ccc;
}
@media (max-width: 767.98px) {
  .daterangepicker {
    position: sticky;
    width: 100%;
    bottom: 0;
    top: auto !important;
    left: 0 !important;
    min-height: 100vh;
    -webkit-box-shadow: 0 0 0 #ccc;
    -moz-box-shadow: 0 0 0 #ccc;
    box-shadow: 0 0 0 #ccc;
  }
}
.daterangepicker .drp-calendar {
  background-color: #fff;
  width: 50%;
  float: left;
}
@media (max-width: 767.98px) {
  .daterangepicker .drp-calendar {
    width: 100%;
    float: none;
  }
}
.daterangepicker .drp-buttons {
  background-color: #fff;
  color: initial;
  clear: both;
  text-align: right;
  padding: 8px;
  border-top: 1px solid #ced4da;
  line-height: 12px;
  vertical-align: middle;
}
@media (max-width: 767.98px) {
  .daterangepicker .drp-buttons {
    -webkit-box-shadow: 0 6px 8px #ccc;
    -moz-box-shadow: 0 6px 8px #ccc;
    box-shadow: 0 6px 8px #ccc;
  }
}
.daterangepicker .drp-buttons .drp-selected {
  display: inline-block;
  font-size: 12px;
  padding-right: 8px;
}
.daterangepicker .drp-buttons .btn, .daterangepicker .drp-buttons .comp-tour-search .search-button-holder .search-button, .comp-tour-search .search-button-holder .daterangepicker .drp-buttons .search-button, .daterangepicker .drp-buttons .comp-global-nextresults .ArtSearch-btn.search-button, .comp-global-nextresults .daterangepicker .drp-buttons .ArtSearch-btn.search-button {
  margin-left: 8px;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 8px;
}

.datepicker {
  -webkit-box-shadow: 0 6px 8px #ccc;
  -moz-box-shadow: 0 6px 8px #ccc;
  box-shadow: 0 6px 8px #ccc;
}
@media (max-width: 767.98px) {
  .datepicker {
    position: sticky;
    width: 100%;
    bottom: 0;
    top: auto !important;
    left: 0 !important;
    min-height: 100vh;
    -webkit-box-shadow: 0 0 0 #ccc;
    -moz-box-shadow: 0 0 0 #ccc;
    box-shadow: 0 0 0 #ccc;
  }
}

.datepicker .datepicker-days, .datepicker .calendar-table, .daterangepicker .datepicker-days, .daterangepicker .calendar-table {
  padding: 8px;
}
.datepicker .datepicker-days table, .datepicker .calendar-table table, .daterangepicker .datepicker-days table, .daterangepicker .calendar-table table {
  width: 100%;
  margin: 0;
  border-spacing: 2px;
  border-collapse: separate;
  border: none;
}
.datepicker .datepicker-days table th, .datepicker .datepicker-days table td, .datepicker .calendar-table table th, .datepicker .calendar-table table td, .daterangepicker .datepicker-days table th, .daterangepicker .datepicker-days table td, .daterangepicker .calendar-table table th, .daterangepicker .calendar-table table td {
  color: initial;
  text-align: center;
  vertical-align: middle;
  min-width: 32px;
  width: 32px;
  line-height: 24px;
  border-radius: 0.25rem;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer;
  padding: 4px 6px;
}
@media (max-width: 767.98px) {
  .datepicker .datepicker-days table th, .datepicker .datepicker-days table td, .datepicker .calendar-table table th, .datepicker .calendar-table table td, .daterangepicker .datepicker-days table th, .daterangepicker .datepicker-days table td, .daterangepicker .calendar-table table th, .daterangepicker .calendar-table table td {
    padding: 8px;
  }
}
.datepicker .datepicker-days table th.next span, .datepicker .datepicker-days table th.prev span, .datepicker .calendar-table table th.next span, .datepicker .calendar-table table th.prev span, .daterangepicker .datepicker-days table th.next span, .daterangepicker .datepicker-days table th.prev span, .daterangepicker .calendar-table table th.next span, .daterangepicker .calendar-table table th.prev span {
  color: #fff;
  border: solid black;
  border-width: 0 2px 2px 0;
  border-radius: 0;
  display: inline-block;
  padding: 3px;
}
.datepicker .datepicker-days table th.next span, .datepicker .calendar-table table th.next span, .daterangepicker .datepicker-days table th.next span, .daterangepicker .calendar-table table th.next span {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.datepicker .datepicker-days table th.prev span, .datepicker .calendar-table table th.prev span, .daterangepicker .datepicker-days table th.prev span, .daterangepicker .calendar-table table th.prev span {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.datepicker .datepicker-days table td.off, .datepicker .calendar-table table td.off, .daterangepicker .datepicker-days table td.off, .daterangepicker .calendar-table table td.off {
  background-color: #fff;
  border-color: transparent;
  color: #bcbcbc;
}
.datepicker .datepicker-days table td.off.disabled, .datepicker .calendar-table table td.off.disabled, .daterangepicker .datepicker-days table td.off.disabled, .daterangepicker .calendar-table table td.off.disabled {
  text-decoration: none;
}
.datepicker .datepicker-days table td.off.in-range, .datepicker .datepicker-days table td.off.start-date, .datepicker .datepicker-days table td.off.end-date, .datepicker .calendar-table table td.off.in-range, .datepicker .calendar-table table td.off.start-date, .datepicker .calendar-table table td.off.end-date, .daterangepicker .datepicker-days table td.off.in-range, .daterangepicker .datepicker-days table td.off.start-date, .daterangepicker .datepicker-days table td.off.end-date, .daterangepicker .calendar-table table td.off.in-range, .daterangepicker .calendar-table table td.off.start-date, .daterangepicker .calendar-table table td.off.end-date {
  background-color: #fff;
  border-color: transparent;
  color: #bcbcbc;
}
.datepicker .datepicker-days table td.weekend, .datepicker .calendar-table table td.weekend, .daterangepicker .datepicker-days table td.weekend, .daterangepicker .calendar-table table td.weekend {
  background: rgba(245, 209, 66, 0.1);
}
.datepicker .datepicker-days table td.weekend.off, .datepicker .calendar-table table td.weekend.off, .daterangepicker .datepicker-days table td.weekend.off, .daterangepicker .calendar-table table td.weekend.off {
  background-color: #fff;
}
.datepicker .datepicker-days table td.today, .datepicker .calendar-table table td.today, .daterangepicker .datepicker-days table td.today, .daterangepicker .calendar-table table td.today {
  outline: 1px solid #0796b3;
  outline-offset: -4px;
}
.datepicker .datepicker-days table td.ends, .datepicker .calendar-table table td.ends, .daterangepicker .datepicker-days table td.ends, .daterangepicker .calendar-table table td.ends {
  pointer-events: none;
}
.datepicker .datepicker-days table td.ends.off, .datepicker .calendar-table table td.ends.off, .daterangepicker .datepicker-days table td.ends.off, .daterangepicker .calendar-table table td.ends.off {
  color: transparent;
  cursor: default;
}
.datepicker .datepicker-days table td.ends.disabled, .datepicker .calendar-table table td.ends.disabled, .daterangepicker .datepicker-days table td.ends.disabled, .daterangepicker .calendar-table table td.ends.disabled {
  color: transparent;
}
.datepicker .datepicker-days table td.ends.in-range, .datepicker .datepicker-days table td.ends.start-date, .datepicker .datepicker-days table td.ends.end-date, .datepicker .calendar-table table td.ends.in-range, .datepicker .calendar-table table td.ends.start-date, .datepicker .calendar-table table td.ends.end-date, .daterangepicker .datepicker-days table td.ends.in-range, .daterangepicker .datepicker-days table td.ends.start-date, .daterangepicker .datepicker-days table td.ends.end-date, .daterangepicker .calendar-table table td.ends.in-range, .daterangepicker .calendar-table table td.ends.start-date, .daterangepicker .calendar-table table td.ends.end-date {
  background-color: #fff;
  color: transparent;
  cursor: default;
}
.datepicker .datepicker-days table td.ends.in-range:hover, .datepicker .datepicker-days table td.ends.start-date:hover, .datepicker .datepicker-days table td.ends.end-date:hover, .datepicker .calendar-table table td.ends.in-range:hover, .datepicker .calendar-table table td.ends.start-date:hover, .datepicker .calendar-table table td.ends.end-date:hover, .daterangepicker .datepicker-days table td.ends.in-range:hover, .daterangepicker .datepicker-days table td.ends.start-date:hover, .daterangepicker .datepicker-days table td.ends.end-date:hover, .daterangepicker .calendar-table table td.ends.in-range:hover, .daterangepicker .calendar-table table td.ends.start-date:hover, .daterangepicker .calendar-table table td.ends.end-date:hover {
  background-color: #fff;
  color: transparent;
}
.datepicker .datepicker-days table td.ends.available:hover, .datepicker .calendar-table table td.ends.available:hover, .daterangepicker .datepicker-days table td.ends.available:hover, .daterangepicker .calendar-table table td.ends.available:hover {
  background-color: #fff;
  color: transparent;
}
.datepicker .datepicker-days table td.off.in-range-min-span, .datepicker .calendar-table table td.off.in-range-min-span, .daterangepicker .datepicker-days table td.off.in-range-min-span, .daterangepicker .calendar-table table td.off.in-range-min-span {
  pointer-events: none;
}
.datepicker .datepicker-days table td.in-range, .datepicker .datepicker-days table td.off.in-range-min-span, .datepicker .calendar-table table td.in-range, .datepicker .calendar-table table td.off.in-range-min-span, .daterangepicker .datepicker-days table td.in-range, .daterangepicker .datepicker-days table td.off.in-range-min-span, .daterangepicker .calendar-table table td.in-range, .daterangepicker .calendar-table table td.off.in-range-min-span {
  background-color: rgba(7, 150, 179, 0.2);
  border-color: transparent;
  color: #000;
  border-radius: 0;
}
.datepicker .datepicker-days table td.start-date, .datepicker .calendar-table table td.start-date, .daterangepicker .datepicker-days table td.start-date, .daterangepicker .calendar-table table td.start-date {
  border-radius: 0.25rem 0 0 0.25rem;
}
.datepicker .datepicker-days table td.end-date, .datepicker .calendar-table table td.end-date, .daterangepicker .datepicker-days table td.end-date, .daterangepicker .calendar-table table td.end-date {
  border-radius: 0 0.25rem 0.25rem 0;
}
.datepicker .datepicker-days table td.start-date.end-date, .datepicker .calendar-table table td.start-date.end-date, .daterangepicker .datepicker-days table td.start-date.end-date, .daterangepicker .calendar-table table td.start-date.end-date {
  border-radius: 0.25rem;
}
.datepicker .datepicker-days table td.disabled, .datepicker .datepicker-days table option.disabled, .datepicker .calendar-table table td.disabled, .datepicker .calendar-table table option.disabled, .daterangepicker .datepicker-days table td.disabled, .daterangepicker .datepicker-days table option.disabled, .daterangepicker .calendar-table table td.disabled, .daterangepicker .calendar-table table option.disabled {
  color: #bcbcbc;
  cursor: not-allowed;
  text-decoration: line-through;
}
.datepicker .datepicker-days table td.active, .datepicker .datepicker-days table td.active:hover, .datepicker .calendar-table table td.active, .datepicker .calendar-table table td.active:hover, .daterangepicker .datepicker-days table td.active, .daterangepicker .datepicker-days table td.active:hover, .daterangepicker .calendar-table table td.active, .daterangepicker .calendar-table table td.active:hover {
  background-color: #0796b3;
  border-color: transparent;
  color: #262626;
}
.datepicker .datepicker-days table td.available:hover, .datepicker .calendar-table table td.available:hover, .daterangepicker .datepicker-days table td.available:hover, .daterangepicker .calendar-table table td.available:hover {
  background-color: #0796b3;
  color: #262626;
  border-color: transparent;
}
.datepicker .datepicker-days table.single td.weekend.ends.available, .datepicker .calendar-table table.single td.weekend.ends.available, .daterangepicker .datepicker-days table.single td.weekend.ends.available, .daterangepicker .calendar-table table.single td.weekend.ends.available {
  color: transparent;
  cursor: default;
}
.datepicker .datepicker-days table.single td.weekend.ends.available:hover, .datepicker .calendar-table table.single td.weekend.ends.available:hover, .daterangepicker .datepicker-days table.single td.weekend.ends.available:hover, .daterangepicker .calendar-table table.single td.weekend.ends.available:hover {
  background: none;
}

.checklistitem {
  line-height: 20px;
}
.checklistitem.disabled {
  color: #b4b4b4;
}
.checklistitem label {
  margin-bottom: 0px;
  line-height: 20px;
  display: flex;
  font-size: 0.875rem;
  justify-content: space-between;
  grid-gap: 10px;
}
.checklistitem label .fa {
  display: none;
}
.checklistitem label span {
  display: flex;
  flex: 1 1 auto;
  justify-content: space-between;
  align-items: center;
}
.checklistitem label span img {
  float: left;
  padding: 4px 4px 0 0;
  opacity: 0.8;
}
.checklistitem label span section {
  white-space: nowrap;
  overflow: hidden;
  flex: 1 1 auto;
  text-overflow: ellipsis;
}
.checklistitem label span small {
  display: inline-block;
}
.checklistitem label:hover {
  cursor: pointer;
}
.checklistitem label:hover span {
  cursor: pointer;
}

.limi10 .checklistitem:nth-child(n+11) {
  display: none;
}

.fa-folder-image:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-memo-circle-info:before {
  content: "";
}

.fa-layer-plus:before {
  content: "";
}

.fa-route:before {
  content: "";
}

.mapa, .kolekce-expmap {
  overflow: hidden;
}
.mapa .comp-global-googlemap, .kolekce-expmap .comp-global-googlemap {
  position: absolute;
  top: 0px;
  bottom: 0;
  left: 0;
  right: 0;
  border: 0;
  margin: 0;
  border-top: 1px solid #999;
}
.mapa .comp-global-googlemap :focus-visible, .kolekce-expmap .comp-global-googlemap :focus-visible {
  outline: 0;
}
.mapa .leaflet-sidebar, .kolekce-expmap .leaflet-sidebar {
  text-align: center;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .mapa .leaflet-sidebar, .kolekce-expmap .leaflet-sidebar {
    width: 100%;
    padding: 0;
  }
  .mapa .leaflet-sidebar.left.visible ~ .leaflet-left, .kolekce-expmap .leaflet-sidebar.left.visible ~ .leaflet-left {
    left: 100%;
  }
  .mapa .leaflet-sidebar.right.visible ~ .leaflet-right, .kolekce-expmap .leaflet-sidebar.right.visible ~ .leaflet-right {
    right: 100%;
  }
  .mapa .leaflet-sidebar.left, .kolekce-expmap .leaflet-sidebar.left {
    left: -100%;
  }
  .mapa .leaflet-sidebar.left.visible, .kolekce-expmap .leaflet-sidebar.left.visible {
    left: 0;
  }
  .mapa .leaflet-sidebar.right, .kolekce-expmap .leaflet-sidebar.right {
    right: -100%;
  }
  .mapa .leaflet-sidebar.right.visible, .kolekce-expmap .leaflet-sidebar.right.visible {
    right: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mapa .leaflet-sidebar, .kolekce-expmap .leaflet-sidebar {
    width: 305px;
  }
  .mapa .leaflet-sidebar.left.visible ~ .leaflet-left, .kolekce-expmap .leaflet-sidebar.left.visible ~ .leaflet-left {
    left: 305px;
  }
  .mapa .leaflet-sidebar.right.visible ~ .leaflet-right, .kolekce-expmap .leaflet-sidebar.right.visible ~ .leaflet-right {
    right: 305px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .mapa .leaflet-sidebar, .kolekce-expmap .leaflet-sidebar {
    width: 340px;
  }
  .mapa .leaflet-sidebar.left.visible ~ .leaflet-left, .kolekce-expmap .leaflet-sidebar.left.visible ~ .leaflet-left {
    left: 340px;
  }
  .mapa .leaflet-sidebar.right.visible ~ .leaflet-right, .kolekce-expmap .leaflet-sidebar.right.visible ~ .leaflet-right {
    right: 340px;
  }
}
@media (min-width: 1200px) {
  .mapa .leaflet-sidebar, .kolekce-expmap .leaflet-sidebar {
    width: 400px;
  }
  .mapa .leaflet-sidebar.left.visible ~ .leaflet-left, .kolekce-expmap .leaflet-sidebar.left.visible ~ .leaflet-left {
    left: 400px;
  }
  .mapa .leaflet-sidebar.right.visible ~ .leaflet-right, .kolekce-expmap .leaflet-sidebar.right.visible ~ .leaflet-right {
    right: 400px;
  }
}
.mapa .leaflet-touch .leaflet-sidebar > .leaflet-control, .kolekce-expmap .leaflet-touch .leaflet-sidebar > .leaflet-control {
  border: 0;
  padding: 0px;
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.65);
  -webkit-border-radius: 0;
  border-radius: 0;
  font-size: 1rem;
}
.mapa .leaflet-touch .leaflet-sidebar > .leaflet-control::-webkit-scrollbar, .kolekce-expmap .leaflet-touch .leaflet-sidebar > .leaflet-control::-webkit-scrollbar {
  width: 4px;
}
.mapa .leaflet-touch .leaflet-sidebar > .leaflet-control::-webkit-scrollbar-track, .kolekce-expmap .leaflet-touch .leaflet-sidebar > .leaflet-control::-webkit-scrollbar-track {
  background: #eee;
}
.mapa .leaflet-touch .leaflet-sidebar > .leaflet-control::-webkit-scrollbar-thumb, .kolekce-expmap .leaflet-touch .leaflet-sidebar > .leaflet-control::-webkit-scrollbar-thumb {
  background: #666;
}
.mapa .leaflet-sidebar h1, .kolekce-expmap .leaflet-sidebar h1 {
  font-size: 1.5rem;
  background: #f0f0f0;
  padding: 10px 15px;
  color: #000;
  font-weight: 400;
  margin: 0 0 20px;
}
.mapa .leaflet-sidebar h1 small, .kolekce-expmap .leaflet-sidebar h1 small {
  font-size: 1.1rem;
}
.mapa .leaflet-sidebar h2, .kolekce-expmap .leaflet-sidebar h2 {
  font-size: 1.25rem;
  font-weight: 400;
}
.mapa .leaflet-sidebar h3, .kolekce-expmap .leaflet-sidebar h3 {
  font-size: 1.25rem;
  font-weight: 400;
}
.mapa .leaflet-sidebar h4, .kolekce-expmap .leaflet-sidebar h4 {
  font-size: 1rem;
  margin: 10px 0;
  font-weight: 700;
}
.mapa .leaflet-sidebar .comp-global-image img, .kolekce-expmap .leaflet-sidebar .comp-global-image img {
  display: block;
  width: 100%;
  height: auto !important;
}
.mapa .leaflet-sidebar .cena, .kolekce-expmap .leaflet-sidebar .cena {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 2px;
  margin: 4px;
}
.mapa .leaflet-sidebar .parametry, .kolekce-expmap .leaflet-sidebar .parametry {
  text-align: center;
  padding: 20px 15px;
}
.mapa .leaflet-sidebar .parametry h4, .kolekce-expmap .leaflet-sidebar .parametry h4 {
  margin-bottom: 0;
}
.mapa .leaflet-sidebar .parametry h3, .kolekce-expmap .leaflet-sidebar .parametry h3 {
  font-size: 14px;
  font-weight: 600;
  margin: 0;
}
.mapa .leaflet-sidebar .parametry .itemgroup, .kolekce-expmap .leaflet-sidebar .parametry .itemgroup {
  font-size: 14px;
  font-weight: 600;
  margin-left: 5px;
  margin-top: 13px;
}
.mapa .leaflet-sidebar .parametry .info, .kolekce-expmap .leaflet-sidebar .parametry .info {
  margin-bottom: 15px;
  text-align: left;
}
.mapa .leaflet-sidebar .parametry .info i.fa, .kolekce-expmap .leaflet-sidebar .parametry .info i.fa {
  font-weight: 400;
  font-size: 16px;
}
.mapa .leaflet-sidebar .parametry .checklistitem, .kolekce-expmap .leaflet-sidebar .parametry .checklistitem {
  text-align: left;
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 10px;
}
.mapa .leaflet-sidebar .parametry .checklistitem .oko, .kolekce-expmap .leaflet-sidebar .parametry .checklistitem .oko {
  display: none;
}
.mapa .leaflet-sidebar .parametry .checklistitem .oko.selected, .kolekce-expmap .leaflet-sidebar .parametry .checklistitem .oko.selected {
  display: block;
}
.mapa .leaflet-sidebar .parametry .checklistitem:hover, .kolekce-expmap .leaflet-sidebar .parametry .checklistitem:hover {
  border-color: #ccc;
  background: rgba(7, 150, 179, 0.05);
}
.mapa .leaflet-sidebar .parametry .checklistitem:hover .oko, .kolekce-expmap .leaflet-sidebar .parametry .checklistitem:hover .oko {
  display: block;
}
.mapa .leaflet-sidebar .parametry .checklistitem label, .kolekce-expmap .leaflet-sidebar .parametry .checklistitem label {
  margin: 0;
  padding: 2px 0;
}
.mapa .leaflet-sidebar .parametry .checklistitem input, .kolekce-expmap .leaflet-sidebar .parametry .checklistitem input {
  display: inline-block;
  vertical-align: bottom;
}
.mapa .leaflet-sidebar .parametry .checklistitem section, .kolekce-expmap .leaflet-sidebar .parametry .checklistitem section {
  display: inline-block;
  max-width: 250px;
  white-space: nowrap;
  vertical-align: bottom;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 10px;
}
.mapa .leaflet-sidebar .parametry .checklistitem small, .kolekce-expmap .leaflet-sidebar .parametry .checklistitem small {
  opacity: 0.8;
}
.mapa .leaflet-sidebar a.close, .mapa .leaflet-sidebar a.back, .kolekce-expmap .leaflet-sidebar a.close, .kolekce-expmap .leaflet-sidebar a.back {
  background: #ccc;
  position: absolute;
  border-radius: 16px;
  cursor: pointer;
  z-index: 1000;
  color: #333;
  width: 31px;
  height: 31px;
  line-height: 31px;
  top: 9px;
  opacity: 0.7;
  text-decoration: none;
}
.mapa .leaflet-sidebar a.close:hover, .mapa .leaflet-sidebar a.back:hover, .kolekce-expmap .leaflet-sidebar a.close:hover, .kolekce-expmap .leaflet-sidebar a.back:hover {
  text-decoration: none;
  color: #262626;
  opacity: 1;
}
.mapa .leaflet-sidebar a.close, .kolekce-expmap .leaflet-sidebar a.close {
  right: 10px;
}
.mapa .leaflet-sidebar a.back, .kolekce-expmap .leaflet-sidebar a.back {
  left: 10px;
  padding-top: 3px;
}
.mapa .leaflet-sidebar .comp-cms-text, .kolekce-expmap .leaflet-sidebar .comp-cms-text {
  text-align: left;
  padding: 0 15px;
}
.mapa .leaflet-sidebar .comp-cms-text h1, .kolekce-expmap .leaflet-sidebar .comp-cms-text h1 {
  margin-left: -15px;
  margin-right: -15px;
}
.mapa .leaflet-sidebar .form-control, .mapa .leaflet-sidebar .comp-tourreservation-otherterms select, .comp-tourreservation-otherterms .mapa .leaflet-sidebar select, .mapa .leaflet-sidebar .comp-tourreservation-couponfields input.input-data, .comp-tourreservation-couponfields .mapa .leaflet-sidebar input.input-data, .mapa .leaflet-sidebar .comp-tourreservation-couponfields select.reservationCount, .comp-tourreservation-couponfields .mapa .leaflet-sidebar select.reservationCount, .mapa .leaflet-sidebar .comp-global-autocomplete .typeahead__container .typeahead__field .typeahead__query input, .comp-global-autocomplete .typeahead__container .typeahead__field .typeahead__query .mapa .leaflet-sidebar input, .kolekce-expmap .leaflet-sidebar .form-control, .kolekce-expmap .leaflet-sidebar .comp-tourreservation-otherterms select, .comp-tourreservation-otherterms .kolekce-expmap .leaflet-sidebar select, .kolekce-expmap .leaflet-sidebar .comp-tourreservation-couponfields input.input-data, .comp-tourreservation-couponfields .kolekce-expmap .leaflet-sidebar input.input-data, .kolekce-expmap .leaflet-sidebar .comp-tourreservation-couponfields select.reservationCount, .comp-tourreservation-couponfields .kolekce-expmap .leaflet-sidebar select.reservationCount, .kolekce-expmap .leaflet-sidebar .comp-global-autocomplete .typeahead__container .typeahead__field .typeahead__query input, .comp-global-autocomplete .typeahead__container .typeahead__field .typeahead__query .kolekce-expmap .leaflet-sidebar input {
  margin: 6px 0;
}
.mapa .leaflet-sidebar .button, .kolekce-expmap .leaflet-sidebar .button {
  padding: 5px 20px;
  margin-bottom: 20px;
}
.mapa .leaflet-control-container .fa, .mapa .leaflet-control-container .fa-thin, .mapa .leaflet-control-container .fa-light, .mapa .leaflet-control-container .fa-solid, .kolekce-expmap .leaflet-control-container .fa, .kolekce-expmap .leaflet-control-container .fa-thin, .kolekce-expmap .leaflet-control-container .fa-light, .kolekce-expmap .leaflet-control-container .fa-solid {
  font-size: 20px;
}
.mapa .leaflet-container, .kolekce-expmap .leaflet-container {
  font-family: "Roboto", system-ui;
  height: 100% !important;
}
.mapa .filter-info, .kolekce-expmap .filter-info {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  z-index: 1000;
  text-align: center;
  font-size: 14px;
  margin: 0 auto;
  width: 30em;
  max-width: 60%;
}
.mapa .filter-info span, .kolekce-expmap .filter-info span {
  display: inline-block;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 10px;
  padding: 6px 20px;
  text-align: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
.mapa .filter-info a, .kolekce-expmap .filter-info a {
  text-decoration: underline;
}
.mapa #tabswitcher, .kolekce-expmap #tabswitcher {
  font-size: 1rem;
  text-align: left;
  background: #cdeaf0;
  margin-bottom: 0 0 1rem;
  border-bottom: 0;
  display: flex;
  align-items: center;
}
.mapa #tabswitcher a, .kolekce-expmap #tabswitcher a {
  display: block;
  padding: 8px 14px 8px 10px;
  cursor: pointer;
  margin: 0;
  border-bottom: 3px solid #cdeaf0;
  color: rgba(0, 0, 0, 0.8);
  position: relative;
}
.mapa #tabswitcher a:before, .kolekce-expmap #tabswitcher a:before {
  content: "";
  padding: 1px 20px;
  background: transparent;
  position: absolute;
  bottom: 0;
  left: calc(50% - 20px);
}
.mapa #tabswitcher a:hover, .kolekce-expmap #tabswitcher a:hover {
  border-color: #f5d142;
  text-decoration: none;
}
.mapa #tabswitcher a:hover:before, .kolekce-expmap #tabswitcher a:hover:before {
  background: #f5d142;
}
.mapa #tabswitcher a.active, .kolekce-expmap #tabswitcher a.active {
  color: #000;
  background: #f3fafb;
  border-color: #f3fafb;
}
.mapa #tabswitcher a.active:before, .kolekce-expmap #tabswitcher a.active:before {
  background: #f5d142;
}
.mapa #tabswitcher a.active i, .kolekce-expmap #tabswitcher a.active i {
  color: #000;
}
.mapa #tabswitcher a i, .kolekce-expmap #tabswitcher a i {
  font-size: 22px;
  color: rgba(0, 0, 0, 0.5);
  vertical-align: top;
  margin-right: 5px;
}

/*
img.leaflet-tile, img.leaflet-marker-icon, img.leaflet-marker-shadow {
    outline: 1px solid transparent;
    mix-blend-mode: plus-lighter;
}
*/
.mapa {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  justify-content: space-between;
}
.mapa .page-middle {
  flex: 1 1 100%;
  position: relative;
}
.mapa .page-bottom {
  display: none !important;
}
.mapa .d-mapa-none {
  display: none !important;
}
@media (min-width: 992px) {
  .mapa .d-lg-mapa-block {
    display: block;
  }
}

.mapa .modal {
  z-index: 2050;
}

.pozadi-stranky {
  background-repeat: no-repeat;
  background-image: url("https://i.ck.cz/f/108598/92.jpg?width=576&height=530");
}
@media (min-width: 576px) {
  .pozadi-stranky {
    background-image: url("https://i.ck.cz/f/108598/92.jpg?width=768&height=530");
  }
}
@media (min-width: 768px) {
  .pozadi-stranky {
    background-image: url("https://i.ck.cz/f/108598/92.jpg?width=992&height=530");
  }
}
@media (min-width: 992px) {
  .pozadi-stranky {
    background-image: url("https://i.ck.cz/f/108598/92.jpg?width=1200&height=530");
  }
}
@media (min-width: 1200px) {
  .pozadi-stranky {
    background-image: url("https://i.ck.cz/f/108598/92.jpg?width=1400&height=530");
  }
}
@media (min-width: 1400px) {
  .pozadi-stranky {
    background-image: url("https://i.ck.cz/f/108598/92.jpg?width=2400&height=530");
  }
}

.pageImage {
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

div.pozadi-stranky {
  background-size: cover;
  background-position: 50% 50%;
  height: 530px;
  min-height: 530px;
}
@media (min-width: 992px) {
  div.pozadi-stranky {
    height: 530px;
    min-height: 530px;
  }
}
div.pozadi-stranky h1 {
  font-size: calc(1.525rem + 3.3vw);
  margin-bottom: 2.5rem;
}
@media (min-width: 992px) {
  div.pozadi-stranky h1 {
    font-size: calc(1.525rem + 3.3vw);
    margin-bottom: 2.5rem;
  }
}
div.pozadi-stranky.home-page {
  height: 400;
  min-height: 400;
  background-image: url("https://i.ck.cz/f/108598/92.jpg?width=576&height=400");
}
@media (min-width: 992px) {
  div.pozadi-stranky.home-page {
    height: 400;
    min-height: 400;
  }
}
@media (min-width: 576px) {
  div.pozadi-stranky.home-page {
    background-image: url("https://i.ck.cz/f/108598/92.jpg?width=768&height=400");
  }
}
@media (min-width: 768px) {
  div.pozadi-stranky.home-page {
    background-image: url("https://i.ck.cz/f/108598/92.jpg?width=992&height=400");
  }
}
@media (min-width: 992px) {
  div.pozadi-stranky.home-page {
    background-image: url("https://i.ck.cz/f/108598/92.jpg?width=1200&height=400");
  }
}
@media (min-width: 1200px) {
  div.pozadi-stranky.home-page {
    background-image: url("https://i.ck.cz/f/108598/92.jpg?width=1400&height=400");
  }
}
@media (min-width: 1400px) {
  div.pozadi-stranky.home-page {
    background-image: url("https://i.ck.cz/f/108598/92.jpg?width=2400&height=400");
  }
}

.custom-bg-gradiend {
  background: linear-gradient(-90deg, rgba(1, 15, 18, 0) 0%, rgba(1, 15, 18, 0.6) 100%);
  background: -moz-linear-gradient(-90deg, rgba(1, 15, 18, 0) 0%, rgba(1, 15, 18, 0.6) 100%);
  background: -webkit-linear-gradient(-90deg, rgba(1, 15, 18, 0) 0%, rgba(1, 15, 18, 0.6) 100%);
}
.custom-bg-gradiend .gradiend-text {
  color: #fff;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.6), 0px 0px 20px rgba(0, 0, 0, 0.6);
}

.body-bg-gradiend {
  height: 530;
  background: linear-gradient(-90deg, rgba(246, 253, 254, 0) 30%, #f6fdfe 100%);
  background: -moz-linear-gradient(-90deg, rgba(246, 253, 254, 0) 30%, #f6fdfe 100%);
  background: -webkit-linear-gradient(-90deg, rgba(246, 253, 254, 0) 30%, #f6fdfe 100%);
}
.body-bg-gradiend .gradiend-text {
  color: #000;
  text-shadow: 0px 1px 0px rgba(246, 253, 254, 0.6), 0px 0px 20px rgba(246, 253, 254, 0.6);
}

.foto-galery {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  grid-template-rows: 1fr;
  gap: 0.5em;
  grid-auto-flow: row;
  grid-template-areas: "foto-data foto-data-in";
  max-width: 1340px;
}
.foto-galery .foto-data {
  grid-area: foto-data;
}
.foto-galery .comp-global-imagelist.foto-data-in {
  grid-area: foto-data-in;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 0.5em;
  grid-auto-flow: row;
  grid-template-areas: ". ." ". .";
}
.foto-galery .comp-global-imagelist.foto-data-in a:nth-child(n+7) {
  display: none;
}
.foto-galery .comp-global-imagelist.foto-data-in a {
  margin-left: 0;
  margin-right: 0 !important;
}
.foto-galery .comp-global-imagelist.foto-data-in a .full {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.foto-galery .comp-global-imagelist.foto-data-in a .foto-pocet {
  display: none;
  width: 100%;
  color: #fff;
}
.foto-galery .comp-global-imagelist.foto-data-in a:nth-child(6) .full {
  background: rgba(34, 34, 34, 0.7);
}
.foto-galery .comp-global-imagelist.foto-data-in a:nth-child(6) .foto-pocet {
  display: block;
}
.foto-galery img {
  max-width: 100%;
  height: auto;
}

@page {
  size: auto;
  /* auto is the initial value */
  margin: 5mm 0;
}
@media print {
  .pozadi-stranky, .pageImage, .body-bg-gradiend {
    padding: 0 !important;
    margin: 0 !important;
    background: none !important;
    height: auto !important;
    min-height: initial !important;
  }

  .comp-template-cookieusage {
    display: none;
  }
}
.printet .pozadi-stranky, .printet .pageImage, .printet .body-bg-gradiend {
  padding: 0 !important;
  margin: 0 !important;
  background: none !important;
  height: auto !important;
  min-height: initial !important;
}
.printet .comp-template-cookieusage {
  display: none;
}
.printet .d-print-none {
  display: none !important;
}

.h-100 {
  min-height: 100% !important;
  height: 100% !important;
}

.w-100 {
  width: 100% !important;
  min-width: 100% !important;
}

.w-auto {
  max-width: initial !important;
  width: auto !important;
}

.vh-100 {
  min-height: 100vh !important;
}

@media (min-width: 1200px) {
  .vh-xl-100 {
    min-height: 100vh !important;
  }
}

.top-0 {
  top: 0 !important;
}

.top-100 {
  top: 100px;
}

.top-20 {
  top: 20px;
}

.top-auto {
  top: auto !important;
}

.start-100 {
  left: 100% !important;
}

.start-auto {
  left: auto !important;
}

.start-0 {
  left: 0 !important;
}

.end-auto {
  right: auto !important;
}

.end-0 {
  right: 0 !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.full {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.float-left, .float-start {
  float: left;
}

.float-right, .float-end {
  float: right;
}

.z-index-1 {
  z-index: 1;
}

.z-index-9 {
  z-index: 9;
}

.translate-none {
  transform: none !important;
}

.text-secondary-price {
  color: #d0b238;
}

.overflow-hidden {
  overflow: hidden;
}

.img-fluid, .img-responsive {
  max-width: 100%;
  height: auto;
}
.img-fluid img, .img-responsive img {
  max-width: 100%;
  height: auto;
}

.img-auto {
  width: auto;
  height: auto;
}

.img-full {
  width: 100%;
  height: auto;
}

.__hide-image img {
  display: none;
}

.lh-1 {
  line-height: 1;
}

.btn-outline {
  border-color: #262626;
  color: #262626;
}
.btn-outline:hover {
  background: #262626;
  color: #d9d9d9;
}
.btn-outline.__btn-outline-link-kolekce {
  border-color: #cccccc;
}

.bg-dark {
  color: #fff;
}
.bg-dark a {
  color: #fff;
}

.relative-tooltip {
  position: relative;
}
.relative-tooltip .tooltip {
  display: none;
  position: absolute;
}
.relative-tooltip:hover .tooltip {
  display: inline-flex;
}

.object-fit-cover {
  object-fit: cover;
}

.__list-unstyled ul {
  list-style: none;
  padding: 0;
}

.__list-flex ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  grid-gap: 0.5rem;
}

.d-grid {
  display: grid;
}

.grid-template-columns-1 {
  grid-template-columns: 1fr;
}

.grid-template-rows-auto-1 {
  grid-template-rows: auto 1fr;
}

.grid-template-rows-repeat-1-3-1 {
  grid-template-rows: 1fr repeat(3, auto) 1fr;
}

.grid-template-rows-repeat-1-4 {
  grid-template-rows: 1fr repeat(4, auto);
}

.__bg-filter {
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
  background: rgba(33, 37, 41, 0.3);
  color: #fff !important;
}
.__bg-filter a {
  color: #fff !important;
  padding: 0.4rem;
  display: block;
}

.__bg-alt-filter {
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  background: rgba(255, 255, 255, 0.5);
  color: #222 !important;
}
.__bg-alt-filter a {
  color: #222 !important;
  padding: 0.4rem;
  display: block;
}

.scale-image img {
  transition: all 0.4s ease;
}
@media (prefers-reduced-motion: reduce) {
  .scale-image img {
    transition: none;
  }
}
.scale-image:hover img {
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.bg-primary {
  Color: #212529;
}
.bg-primary .clanek {
  Color: #212529;
}
.bg-primary a, .bg-primary .clanek a:not(.btn, .badge, .fa, .fal, .faq) {
  Color: #212529;
}
.bg-primary a:hover, .bg-primary .clanek a:not(.btn, .badge, .fa, .fal, .faq):hover {
  Color: #212529;
}

.bg-secondary {
  Color: #fff;
}
.bg-secondary .clanek {
  Color: #fff;
}
.bg-secondary a, .bg-secondary .clanek a:not(.btn, .badge, .fa, .fal, .faq) {
  Color: #fff;
}
.bg-secondary a:hover, .bg-secondary .clanek a:not(.btn, .badge, .fa, .fal, .faq):hover {
  Color: #fff;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #262626;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.accordion .accordion-item .accordion-button {
  border: solid 1px #ddd;
  border-bottom-color: #fff;
  margin-bottom: -1px;
}
.accordion .accordion-item .accordion-button .fa-angle-down:before {
  content: "";
}
.accordion .accordion-item .accordion-button:focus {
  box-shadow: none;
}
.accordion .accordion-item .accordion-button.collapsed {
  border-color: transparent;
  pointer-events: initial;
}
.accordion .accordion-item .accordion-button.collapsed .fa-angle-down:before {
  content: "";
}

.__container-fluid .container-xxl.__content-page {
  max-width: 100%;
  padding-left: 0;
  padding: 0;
}

.__line-clamp-2, .__line-clamp-3, .__line-clamp-4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.__line-clamp-2 {
  -webkit-line-clamp: 2;
}

.__line-clamp-3 {
  -webkit-line-clamp: 3;
}

.__line-clamp-4 {
  -webkit-line-clamp: 4;
}

.__last-margin-0 div:nth-last-child(1), .__last-margin-0 a:nth-last-child(1) {
  margin-bottom: 0 !important;
}

.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;
}

.comp-agent-emailus div {
  margin-bottom: 1rem;
}
.comp-agent-emailus .submit {
  text-align: center;
}
.comp-agent-emailus .submit .button {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  color: #212529;
  background-color: #f5d142;
  border-color: #f5d142;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
@media (prefers-reduced-motion: reduce) {
  .comp-agent-emailus .submit .button {
    transition: none;
  }
}
.comp-agent-emailus .submit .button:hover {
  color: #212529;
  background-color: #f3c81e;
  border-color: #f2c512;
}
.comp-agent-emailus .submit .button:focus, .comp-agent-emailus .submit .button.focus {
  color: #212529;
  background-color: #f3c81e;
  border-color: #f2c512;
  box-shadow: 0 0 0 0.2rem rgba(213, 183, 62, 0.5);
}
.comp-agent-emailus .submit .button.disabled, .comp-agent-emailus .submit .button:disabled {
  color: #212529;
  background-color: #f5d142;
  border-color: #f5d142;
}
.comp-agent-emailus .submit .button:not(:disabled):not(.disabled):active, .comp-agent-emailus .submit .button:not(:disabled):not(.disabled).active, .show > .comp-agent-emailus .submit .button.dropdown-toggle {
  color: #212529;
  background-color: #f2c512;
  border-color: #ebbe0c;
}
.comp-agent-emailus .submit .button:not(:disabled):not(.disabled):active:focus, .comp-agent-emailus .submit .button:not(:disabled):not(.disabled).active:focus, .show > .comp-agent-emailus .submit .button.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(213, 183, 62, 0.5);
}

.comp-agent-contact ul.contact-us {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.comp-agent-contact ul.contact-us li .fa {
  display: none;
}

.comp-cms-text, .clanek {
  color: #262626;
}
.comp-cms-text a:not(.btn, .badge, .fa, .fal, .faq), .clanek a:not(.btn, .badge, .fa, .fal, .faq) {
  color: #069;
  text-decoration: underline;
}
.comp-cms-text a:not(.btn, .badge, .fa, .fal, .faq):hover, .clanek a:not(.btn, .badge, .fa, .fal, .faq):hover {
  color: #004466;
}
.comp-cms-text a.fa, .comp-cms-text a.fal, .clanek a.fa, .clanek a.fal {
  text-decoration: none;
  font-size: 0rem;
  pointer-events: none;
}
.comp-cms-text a.fa:before, .comp-cms-text a.fal:before, .clanek a.fa:before, .clanek a.fal:before {
  font-size: 1rem;
  color: #222;
}
.comp-cms-text a.fa.h1:before, .comp-cms-text a.fal.h1:before, .clanek a.fa.h1:before, .clanek a.fal.h1:before {
  font-size: 2.5rem;
}
.comp-cms-text a.fa.h2:before, .comp-cms-text a.fal.h2:before, .clanek a.fa.h2:before, .clanek a.fal.h2:before {
  font-size: 2rem;
}
.comp-cms-text a.fa.h3:before, .comp-cms-text a.fal.h3:before, .clanek a.fa.h3:before, .clanek a.fal.h3:before {
  font-size: 1.75rem;
}
.comp-cms-text a.fa.h4:before, .comp-cms-text a.fal.h4:before, .clanek a.fa.h4:before, .clanek a.fal.h4:before {
  font-size: 1.5rem;
}
.comp-cms-text hr, .clanek hr {
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin: 2em;
}
.comp-cms-text img, .clanek img {
  max-width: 100%;
  height: auto !important;
}
.comp-cms-text a.btn:not(.btn-primary, .btn-secondary, .btn-outline-primary, .btn-outline-secondary, .btn-style, .btn-style-sec), .comp-cms-text .comp-tour-search .search-button-holder a.search-button:not(.btn-primary, .btn-secondary, .btn-outline-primary, .btn-outline-secondary, .btn-style, .btn-style-sec), .comp-tour-search .search-button-holder .comp-cms-text a.search-button:not(.btn-primary, .btn-secondary, .btn-outline-primary, .btn-outline-secondary, .btn-style, .btn-style-sec), .comp-cms-text .comp-global-nextresults a.ArtSearch-btn.search-button:not(.btn-primary, .btn-secondary, .btn-outline-primary, .btn-outline-secondary, .btn-style, .btn-style-sec), .comp-global-nextresults .comp-cms-text a.ArtSearch-btn.search-button:not(.btn-primary, .btn-secondary, .btn-outline-primary, .btn-outline-secondary, .btn-style, .btn-style-sec), .clanek a.btn:not(.btn-primary, .btn-secondary, .btn-outline-primary, .btn-outline-secondary, .btn-style, .btn-style-sec), .clanek .comp-tour-search .search-button-holder a.search-button:not(.btn-primary, .btn-secondary, .btn-outline-primary, .btn-outline-secondary, .btn-style, .btn-style-sec), .comp-tour-search .search-button-holder .clanek a.search-button:not(.btn-primary, .btn-secondary, .btn-outline-primary, .btn-outline-secondary, .btn-style, .btn-style-sec), .clanek .comp-global-nextresults a.ArtSearch-btn.search-button:not(.btn-primary, .btn-secondary, .btn-outline-primary, .btn-outline-secondary, .btn-style, .btn-style-sec), .comp-global-nextresults .clanek a.ArtSearch-btn.search-button:not(.btn-primary, .btn-secondary, .btn-outline-primary, .btn-outline-secondary, .btn-style, .btn-style-sec) {
  border-color: #f5d142;
  color: #dcbc3e;
}
.comp-cms-text a.btn:not(.btn-primary, .btn-secondary, .btn-outline-primary, .btn-outline-secondary, .btn-style, .btn-style-sec):hover, .comp-cms-text .comp-tour-search .search-button-holder a.search-button:not(.btn-primary, .btn-secondary, .btn-outline-primary, .btn-outline-secondary, .btn-style, .btn-style-sec):hover, .comp-tour-search .search-button-holder .comp-cms-text a.search-button:not(.btn-primary, .btn-secondary, .btn-outline-primary, .btn-outline-secondary, .btn-style, .btn-style-sec):hover, .comp-cms-text .comp-global-nextresults a.ArtSearch-btn.search-button:not(.btn-primary, .btn-secondary, .btn-outline-primary, .btn-outline-secondary, .btn-style, .btn-style-sec):hover, .comp-global-nextresults .comp-cms-text a.ArtSearch-btn.search-button:not(.btn-primary, .btn-secondary, .btn-outline-primary, .btn-outline-secondary, .btn-style, .btn-style-sec):hover, .clanek a.btn:not(.btn-primary, .btn-secondary, .btn-outline-primary, .btn-outline-secondary, .btn-style, .btn-style-sec):hover, .clanek .comp-tour-search .search-button-holder a.search-button:not(.btn-primary, .btn-secondary, .btn-outline-primary, .btn-outline-secondary, .btn-style, .btn-style-sec):hover, .comp-tour-search .search-button-holder .clanek a.search-button:not(.btn-primary, .btn-secondary, .btn-outline-primary, .btn-outline-secondary, .btn-style, .btn-style-sec):hover, .clanek .comp-global-nextresults a.ArtSearch-btn.search-button:not(.btn-primary, .btn-secondary, .btn-outline-primary, .btn-outline-secondary, .btn-style, .btn-style-sec):hover, .comp-global-nextresults .clanek a.ArtSearch-btn.search-button:not(.btn-primary, .btn-secondary, .btn-outline-primary, .btn-outline-secondary, .btn-style, .btn-style-sec):hover {
  background-color: #f5d142;
  color: #212529;
}
.comp-cms-text a.btn.pdf, .comp-cms-text .comp-tour-search .search-button-holder a.pdf.search-button, .comp-tour-search .search-button-holder .comp-cms-text a.pdf.search-button, .comp-cms-text .comp-global-nextresults a.pdf.ArtSearch-btn.search-button, .comp-global-nextresults .comp-cms-text a.pdf.ArtSearch-btn.search-button, .clanek a.btn.pdf, .clanek .comp-tour-search .search-button-holder a.pdf.search-button, .comp-tour-search .search-button-holder .clanek a.pdf.search-button, .clanek .comp-global-nextresults a.pdf.ArtSearch-btn.search-button, .comp-global-nextresults .clanek a.pdf.ArtSearch-btn.search-button {
  position: relative;
  height: 40px;
  margin-top: 80px;
  margin-bottom: 20px;
}
.comp-cms-text a.btn.pdf:before, .comp-cms-text .comp-tour-search .search-button-holder a.pdf.search-button:before, .comp-tour-search .search-button-holder .comp-cms-text a.pdf.search-button:before, .comp-cms-text .comp-global-nextresults a.pdf.ArtSearch-btn.search-button:before, .comp-global-nextresults .comp-cms-text a.pdf.ArtSearch-btn.search-button:before, .comp-cms-text a.btn.pdf:after, .comp-cms-text .comp-tour-search .search-button-holder a.pdf.search-button:after, .comp-tour-search .search-button-holder .comp-cms-text a.pdf.search-button:after, .comp-cms-text .comp-global-nextresults a.pdf.ArtSearch-btn.search-button:after, .comp-global-nextresults .comp-cms-text a.pdf.ArtSearch-btn.search-button:after, .clanek a.btn.pdf:before, .clanek .comp-tour-search .search-button-holder a.pdf.search-button:before, .comp-tour-search .search-button-holder .clanek a.pdf.search-button:before, .clanek .comp-global-nextresults a.pdf.ArtSearch-btn.search-button:before, .comp-global-nextresults .clanek a.pdf.ArtSearch-btn.search-button:before, .clanek a.btn.pdf:after, .clanek .comp-tour-search .search-button-holder a.pdf.search-button:after, .comp-tour-search .search-button-holder .clanek a.pdf.search-button:after, .clanek .comp-global-nextresults a.pdf.ArtSearch-btn.search-button:after, .comp-global-nextresults .clanek a.pdf.ArtSearch-btn.search-button:after {
  content: "";
  padding: 5px;
  display: block;
  width: 70px;
  left: 50%;
  margin-left: -35px;
  position: absolute;
  background: #0796b3;
}
.comp-cms-text a.btn.pdf:before, .comp-cms-text .comp-tour-search .search-button-holder a.pdf.search-button:before, .comp-tour-search .search-button-holder .comp-cms-text a.pdf.search-button:before, .comp-cms-text .comp-global-nextresults a.pdf.ArtSearch-btn.search-button:before, .comp-global-nextresults .comp-cms-text a.pdf.ArtSearch-btn.search-button:before, .clanek a.btn.pdf:before, .clanek .comp-tour-search .search-button-holder a.pdf.search-button:before, .comp-tour-search .search-button-holder .clanek a.pdf.search-button:before, .clanek .comp-global-nextresults a.pdf.ArtSearch-btn.search-button:before, .comp-global-nextresults .clanek a.pdf.ArtSearch-btn.search-button:before {
  font-family: "Font Awesome 6 Pro";
  content: "";
  font-size: 32px;
  padding: 10px;
  bottom: 40px;
  height: 70px;
  color: #262626;
  text-align: center;
}
.comp-cms-text a.btn.pdf:after, .comp-cms-text .comp-tour-search .search-button-holder a.pdf.search-button:after, .comp-tour-search .search-button-holder .comp-cms-text a.pdf.search-button:after, .comp-cms-text .comp-global-nextresults a.pdf.ArtSearch-btn.search-button:after, .comp-global-nextresults .comp-cms-text a.pdf.ArtSearch-btn.search-button:after, .clanek a.btn.pdf:after, .clanek .comp-tour-search .search-button-holder a.pdf.search-button:after, .comp-tour-search .search-button-holder .clanek a.pdf.search-button:after, .clanek .comp-global-nextresults a.pdf.ArtSearch-btn.search-button:after, .comp-global-nextresults .clanek a.pdf.ArtSearch-btn.search-button:after {
  top: 40px;
}
.comp-cms-text div.blok, .comp-cms-text div.box, .clanek div.blok, .clanek div.box {
  margin-bottom: 3rem;
  margin-top: 3rem;
  align-items: center;
}
@media (min-width: 768px) {
  .comp-cms-text div.blok, .comp-cms-text div.box, .clanek div.blok, .clanek div.box {
    display: flex;
    justify-content: space-between;
  }
}
.comp-cms-text div.blok > div:nth-child(1), .comp-cms-text div.box > div:nth-child(1), .clanek div.blok > div:nth-child(1), .clanek div.box > div:nth-child(1) {
  overflow: hidden;
  width: 100%;
  flex-shrink: 1;
}
@media (min-width: 768px) {
  .comp-cms-text div.blok > div:nth-child(1), .comp-cms-text div.box > div:nth-child(1), .clanek div.blok > div:nth-child(1), .clanek div.box > div:nth-child(1) {
    min-width: calc(100% - 240px);
  }
}
@media (min-width: 992px) {
  .comp-cms-text div.blok > div:nth-child(1), .comp-cms-text div.box > div:nth-child(1), .clanek div.blok > div:nth-child(1), .clanek div.box > div:nth-child(1) {
    min-width: calc(100% - 340px);
  }
}
@media (min-width: 1200px) {
  .comp-cms-text div.blok > div:nth-child(1), .comp-cms-text div.box > div:nth-child(1), .clanek div.blok > div:nth-child(1), .clanek div.box > div:nth-child(1) {
    min-width: calc(100% - 540px);
  }
}
@media (min-width: 1400px) {
  .comp-cms-text div.blok > div:nth-child(1), .comp-cms-text div.box > div:nth-child(1), .clanek div.blok > div:nth-child(1), .clanek div.box > div:nth-child(1) {
    min-width: calc(100% - 740px);
  }
}
.comp-cms-text div.blok > div:nth-child(2), .comp-cms-text div.box > div:nth-child(2), .clanek div.blok > div:nth-child(2), .clanek div.box > div:nth-child(2) {
  position: relative;
  min-width: 100%;
  max-width: 100%;
  overflow: hidden;
}
@media (min-width: 768px) {
  .comp-cms-text div.blok > div:nth-child(2), .comp-cms-text div.box > div:nth-child(2), .clanek div.blok > div:nth-child(2), .clanek div.box > div:nth-child(2) {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .comp-cms-text div.blok > div:nth-child(2), .comp-cms-text div.box > div:nth-child(2), .clanek div.blok > div:nth-child(2), .clanek div.box > div:nth-child(2) {
    min-width: 240px;
    max-width: 240px;
  }
}
@media (min-width: 992px) {
  .comp-cms-text div.blok > div:nth-child(2), .comp-cms-text div.box > div:nth-child(2), .clanek div.blok > div:nth-child(2), .clanek div.box > div:nth-child(2) {
    min-width: 340px;
    max-width: 340px;
  }
}
@media (min-width: 1200px) {
  .comp-cms-text div.blok > div:nth-child(2), .comp-cms-text div.box > div:nth-child(2), .clanek div.blok > div:nth-child(2), .clanek div.box > div:nth-child(2) {
    min-width: 540px;
    max-width: 540px;
  }
}
@media (min-width: 1400px) {
  .comp-cms-text div.blok > div:nth-child(2), .comp-cms-text div.box > div:nth-child(2), .clanek div.blok > div:nth-child(2), .clanek div.box > div:nth-child(2) {
    min-width: 740px;
    max-width: 740px;
  }
}
@media (min-width: 768px) {
  .comp-cms-text div.blok:nth-child(2n+2) > div:nth-child(1), .comp-cms-text div.box:nth-child(2n+2) > div:nth-child(1), .clanek div.blok:nth-child(2n+2) > div:nth-child(1), .clanek div.box:nth-child(2n+2) > div:nth-child(1) {
    order: 2;
  }
}
@media (min-width: 768px) {
  .comp-cms-text div.blok:nth-child(2n+2) > div:nth-child(2), .comp-cms-text div.box:nth-child(2n+2) > div:nth-child(2), .clanek div.blok:nth-child(2n+2) > div:nth-child(2), .clanek div.box:nth-child(2n+2) > div:nth-child(2) {
    order: 1;
  }
}
.comp-cms-text div.blok a:not(.btn), .comp-cms-text div.box a:not(.btn), .clanek div.blok a:not(.btn), .clanek div.box a:not(.btn) {
  text-decoration: underline;
  color: #2e3131;
}
.comp-cms-text div.blok a:not(.btn):hover, .comp-cms-text div.box a:not(.btn):hover, .clanek div.blok a:not(.btn):hover, .clanek div.box a:not(.btn):hover {
  color: #2e3131;
}
.comp-cms-text div.blok img, .comp-cms-text div.box img, .clanek div.blok img, .clanek div.box img {
  max-width: 100%;
  height: auto !important;
}
@media (min-width: 768px) {
  .comp-cms-text div.blok img, .comp-cms-text div.box img, .clanek div.blok img, .clanek div.box img {
    max-width: none;
  }
}
@media (min-width: 768px) {
  .comp-cms-text div.blok img.img-fluid, .comp-cms-text div.box img.img-fluid, .clanek div.blok img.img-fluid, .clanek div.box img.img-fluid {
    max-width: 100%;
  }
}
.comp-cms-text div.blok iframe, .comp-cms-text div.box iframe, .clanek div.blok iframe, .clanek div.box iframe {
  max-width: 100% !important;
}
.comp-cms-text div.blok, .clanek div.blok {
  background-color: #e6f5f7;
  color: #2e3131;
}
.comp-cms-text div.blok > div:nth-child(1), .clanek div.blok > div:nth-child(1) {
  padding: 2rem;
}
@media (min-width: 768px) {
  .comp-cms-text div.blok > div:nth-child(1), .clanek div.blok > div:nth-child(1) {
    padding: 15px 30px;
  }
}
@media (min-width: 768px) {
  .comp-cms-text div.blok:nth-child(2n+2) > div:nth-child(1), .clanek div.blok:nth-child(2n+2) > div:nth-child(1) {
    padding: 15px 30px;
  }
}
.comp-cms-text div.box > div:nth-child(1), .clanek div.box > div:nth-child(1) {
  padding: 2rem 0;
}
@media (min-width: 768px) {
  .comp-cms-text div.box > div:nth-child(1), .clanek div.box > div:nth-child(1) {
    padding: 0 2rem 0 0;
  }
}
@media (min-width: 768px) {
  .comp-cms-text div.box:nth-child(2n+2) > div:nth-child(1), .clanek div.box:nth-child(2n+2) > div:nth-child(1) {
    padding: 0 0 0 2rem;
  }
}
.comp-cms-text.editor p[style^=justify], .comp-cms-text.editor p[style*=justify], .clanek.editor p[style^=justify], .clanek.editor p[style*=justify] {
  text-align: initial !important;
}
@media (min-width: 768px) {
  .comp-cms-text.editor p[style^=justify], .comp-cms-text.editor p[style*=justify], .clanek.editor p[style^=justify], .clanek.editor p[style*=justify] {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    orphans: 1;
    widows: 1;
  }
}
.comp-cms-text address, .clanek address {
  text-align: center;
  outline: 2px solid #b5e0e8;
  padding: 15px;
  background: rgba(230, 245, 247, 0.2);
  font-size: 1.25rem;
  font-weight: 300;
}
.comp-cms-text .reference-blok, .clanek .reference-blok {
  position: relative;
  padding-bottom: 15px;
  text-align: center;
}
@media (min-width: 576px) {
  .comp-cms-text .reference-blok, .clanek .reference-blok {
    text-align: justify;
  }
}
@media (min-width: 768px) {
  .comp-cms-text .reference-blok, .clanek .reference-blok {
    padding-left: 60px;
  }
}
@media (min-width: 768px) {
  .comp-cms-text .reference-blok:before, .clanek .reference-blok:before {
    content: "";
    font-family: "Font Awesome 6 Pro";
    font-size: 3em;
    line-height: 1;
    font-weight: 600;
    color: #cdeaf0;
    position: absolute;
    top: 0px;
    left: 0px;
  }
}
.comp-cms-text .reference-blok hr, .clanek .reference-blok hr {
  clear: both;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 768px) {
  .comp-cms-text .reference-blok hr, .clanek .reference-blok hr {
    margin-left: -60px;
  }
}
.comp-cms-text h4.faq-title a.faq:before, .clanek h4.faq-title a.faq:before {
  content: "";
  font-family: "Font Awesome 6 Pro";
  display: inline-block;
  padding-right: 8px;
  font-size: 1rem;
}
.comp-cms-text h4.faq-title a.faq[aria-expanded=true]:before, .clanek h4.faq-title a.faq[aria-expanded=true]:before {
  content: "";
}

.comp-global-amenities ul.amenities {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.comp-global-amenities ul.amenities li {
  flex: 1 1 300px;
  max-width: 300px;
  display: flex;
  align-items: center;
  font-size: 0.9rem;
  line-height: 1.1;
  min-height: 2.2rem;
}
.comp-global-amenities ul.amenities li span {
  flex: calc(100% - 30px);
  max-width: calc(100% - 30px);
}
.comp-global-amenities ul.amenities li span.fa {
  flex: 1 1 30px;
  max-width: 30px;
  font-weight: 400;
}

.comp-global-autocomplete .typeahead__container {
  position: relative;
}
.comp-global-autocomplete .typeahead__container .typeahead__field {
  position: relative;
  display: flex;
  width: 100%;
  background-color: #fff;
  border-radius: 0.25rem;
}
.comp-global-autocomplete .typeahead__container .typeahead__field .typeahead__query {
  position: relative;
  z-index: 2;
  flex-grow: 2;
}
.comp-global-autocomplete .typeahead__container .typeahead__field .typeahead__query input {
  border-color: transparent;
}
.comp-global-autocomplete .typeahead__container .typeahead__field .typeahead__button button {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  background-color: #fff;
}
@media (prefers-reduced-motion: reduce) {
  .comp-global-autocomplete .typeahead__container .typeahead__field .typeahead__button button {
    transition: none;
  }
}
.comp-global-autocomplete .typeahead__container .typeahead__field .typeahead__button button span.typeahead__search-icon {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}
.comp-global-autocomplete .typeahead__container .typeahead__field .typeahead__button button span.typeahead__search-icon:before {
  content: "";
}
.comp-global-autocomplete .typeahead__container .typeahead__list {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  width: 100%;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  text-align: left;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.comp-global-autocomplete .typeahead__container .typeahead__list > li {
  position: relative;
  border-top: solid 1px rgba(0, 0, 0, 0.15);
}
.comp-global-autocomplete .typeahead__container .typeahead__list > li:first-child {
  border-top: none;
}
.comp-global-autocomplete .typeahead__container .typeahead__list > li > a {
  display: block;
  padding: 6px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  text-decoration: none;
}
.comp-global-autocomplete .typeahead__container .typeahead__list > li > a:hover,
.comp-global-autocomplete .typeahead__container .typeahead__list > li > a:focus, .comp-global-autocomplete .typeahead__container .typeahead__list > li.active > a {
  background-color: #ebebeb;
  color: #333;
}
.comp-global-autocomplete .typeahead__container .typeahead__list > li .media {
  display: flex;
  justify-content: space-between;
  align-items: center;
  grid-gap: 15px;
}
.comp-global-autocomplete .typeahead__container .typeahead__list > li .media .media-body {
  flex-grow: 1;
  line-height: 1.2;
  font-size: 0.9rem;
}
.comp-global-autocomplete .typeahead__container .typeahead__list > li .media .media-body .media-info {
  display: none;
}
@media (min-width: 768px) {
  .comp-global-autocomplete .typeahead__container .typeahead__list > li .media .media-body .media-info {
    display: block;
  }
}
.comp-global-autocomplete .typeahead__container .typeahead__list > li .media .media-middle .text-info p {
  margin-bottom: 0;
}
.comp-global-autocomplete .typeahead__container .typeahead__list > li.typeahead-group > a,
.comp-global-autocomplete .typeahead__container .typeahead__list > li.typeahead-group > a:hover,
.comp-global-autocomplete .typeahead__container .typeahead__list > li.typeahead-group > a:focus, .comp-global-autocomplete .typeahead__container .typeahead__list > li.typeahead-group.active > a {
  border-color: #9cb4c5;
  color: #305d8c;
  background-color: #d6dde7;
  cursor: default;
}
.comp-global-autocomplete .typeahead__container.result .typeahead__list {
  display: block;
}

.comp-global-googlemap .google-map {
  max-width: 100%;
  height: auto;
}

.foto-galery-col {
  grid-template-columns: 1fr;
  grid-template-rows: 1fr auto auto;
  gap: 0;
  grid-gap: 0;
  grid-auto-flow: row;
  grid-template-areas: "foto-data foto-data-col1 foto-data-col2";
  max-width: 1920px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .foto-galery-col {
    display: grid;
    grid-template-columns: 1.5fr 0.5fr 0.5fr;
    grid-template-rows: 1fr;
  }
}
@media (min-width: 992px) {
  .foto-galery-col {
    grid-template-columns: 3.02fr 1fr 1fr;
  }
}
@media (min-width: 1400px) {
  .foto-galery-col {
    grid-template-columns: 3fr 0.667fr 1fr;
  }
}
.foto-galery-col a {
  display: block;
  margin: 0 1px 1px 0;
  overflow: hidden;
}
.foto-galery-col a img {
  transition: all 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .foto-galery-col a img {
    transition: none;
  }
}
.foto-galery-col a:hover img {
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.foto-galery-col .comp-global-imagelist.foto-data {
  grid-area: foto-data;
}
.foto-galery-col .comp-global-imagelist.foto-data a {
  border: none;
  outline: none;
}
.foto-galery-col .comp-global-imagelist.foto-data a:hover img {
  -moz-transform: scale(1.04);
  -o-transform: scale(1.04);
  -ms-transform: scale(1.04);
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}
.foto-galery-col .comp-global-imagelist.foto-data-col1 {
  grid-area: foto-data-col1;
}
.foto-galery-col .comp-global-imagelist.foto-data-col1 .__image-count-more-fotocount:nth-last-child(1) .__foto-text, .foto-galery-col .comp-global-imagelist.foto-data-col1 .__image-count-more-fotocount:nth-last-of-type(1) .__foto-text {
  display: none;
}
.foto-galery-col .comp-global-imagelist.foto-data-col1 .__image-count-more-fotocount.count-3 {
  display: none;
}
@media (min-width: 1400px) {
  .foto-galery-col .comp-global-imagelist.foto-data-col1 .__image-count-more-fotocount.count-3 {
    display: block;
  }
}
.foto-galery-col .comp-global-imagelist.foto-data-col2 {
  grid-area: foto-data-col2;
}
.foto-galery-col .comp-global-imagelist.foto-data-col2 .__foto-pocet-text {
  display: block;
}
.foto-galery-col img {
  max-width: 100%;
  height: auto;
}
.foto-galery-col .__foto-text {
  display: none;
}

.comp-global-imagelist.foto-data-col3 {
  text-align: right;
  height: 1px;
}
@media (min-width: 768px) {
  .comp-global-imagelist.foto-data-col3 {
    padding-right: 4rem;
  }
}
.comp-global-imagelist.foto-data-col3 a {
  display: none;
}
.comp-global-imagelist.foto-data-col3 a img {
  display: none;
}
.comp-global-imagelist.foto-data-col3 a .__foto-text {
  display: none !important;
}

.comp-global-imagelist.foto-data-col33 {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  height: 1px;
}
.comp-global-imagelist.foto-data-col33 a {
  display: none;
}
.comp-global-imagelist.foto-data-col33 a:hover {
  text-decoration: none;
  Color: #212529;
}
.comp-global-imagelist.foto-data-col33 a:nth-child(1) {
  display: flex;
}
.comp-global-imagelist.foto-data-col33 a .__image-count-pocet {
  display: block;
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  text-align: center;
  background: #d8b83a;
  Color: #212529;
  border-radius: 100%;
  position: relative;
  z-index: 1;
  font-weight: 700;
}
.comp-global-imagelist.foto-data-col33 a .__image-count-pocet-text {
  display: block;
  position: relative;
  left: -1.5rem;
  line-height: 1.2rem;
  text-align: center;
  background: #f5d142;
  Color: #212529;
  border-radius: 0.2rem;
  padding: 0.5rem 1rem 0.5rem 2rem;
}

.comp-global-nextresults .ArtSearch-btn.search-button {
  border-color: #262626;
  color: #262626;
}
.comp-global-nextresults .ArtSearch-btn.search-button:hover {
  background: #262626;
  color: #d9d9d9;
}

@media (min-width: 768px) {
  .comp-global-sorting {
    display: flex;
    justify-content: space-between;
    -ms-flex-pack: justify;
  }
}
.comp-global-sorting .trideni {
  order: 1;
}
.comp-global-sorting .trideni a {
  display: inline-block;
  padding: 7.5px 10px;
  border-bottom: solid 2px transparent;
  cursor: pointer;
}
.comp-global-sorting .trideni a.selected {
  border-color: #f5d142;
}
.comp-global-sorting .trideni a:hover {
  text-decoration: none;
  border-color: #f5d142;
}
.comp-global-sorting .total {
  display: inline-block;
  padding: 7.5px 10px;
}

.comp-other-errors ul.errors {
  margin-top: 1rem;
}

#ErrorRes.position-fixed {
  top: 50%;
  left: 10%;
  right: 10%;
  z-index: 10001;
}

.comp-reservation-customerform .form-control::placeholder, .comp-reservation-customerform .comp-tourreservation-otherterms select::placeholder, .comp-tourreservation-otherterms .comp-reservation-customerform select::placeholder, .comp-reservation-customerform .comp-tourreservation-couponfields input.input-data::placeholder, .comp-tourreservation-couponfields .comp-reservation-customerform input.input-data::placeholder, .comp-reservation-customerform .comp-tourreservation-couponfields select.reservationCount::placeholder, .comp-tourreservation-couponfields .comp-reservation-customerform select.reservationCount::placeholder, .comp-reservation-customerform .comp-global-autocomplete .typeahead__container .typeahead__field .typeahead__query input::placeholder, .comp-global-autocomplete .typeahead__container .typeahead__field .typeahead__query .comp-reservation-customerform input::placeholder, .comp-reservation-customerform .form-control::-webkit-input-placeholder, .comp-reservation-customerform .comp-tourreservation-otherterms select::-webkit-input-placeholder, .comp-tourreservation-otherterms .comp-reservation-customerform select::-webkit-input-placeholder, .comp-reservation-customerform .comp-tourreservation-couponfields input.input-data::-webkit-input-placeholder, .comp-tourreservation-couponfields .comp-reservation-customerform input.input-data::-webkit-input-placeholder, .comp-reservation-customerform .comp-tourreservation-couponfields select.reservationCount::-webkit-input-placeholder, .comp-tourreservation-couponfields .comp-reservation-customerform select.reservationCount::-webkit-input-placeholder, .comp-reservation-customerform .comp-global-autocomplete .typeahead__container .typeahead__field .typeahead__query input::-webkit-input-placeholder, .comp-global-autocomplete .typeahead__container .typeahead__field .typeahead__query .comp-reservation-customerform input::-webkit-input-placeholder {
  color: red;
}
.comp-reservation-customerform label span.form-required {
  color: orangered;
}
.comp-reservation-customerform .form-item-basic > div {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 0 20px;
}
.comp-reservation-customerform .form-item-basic > div > div {
  flex: 1 1 calc(50% - 20px);
  min-width: 240px;
}
.comp-reservation-customerform .other .gdpr a {
  text-decoration: underline;
}
.comp-reservation-customerform .gdpr {
  font-size: 80%;
  margin: 1rem 0;
}

.comp-template-breadcrumb span.zde {
  display: none;
  padding-right: 10px;
  color: #262626;
}
@media (min-width: 768px) {
  .comp-template-breadcrumb span.zde {
    display: block;
  }
}
.comp-template-breadcrumb > div {
  display: none;
}
@media (min-width: 768px) {
  .comp-template-breadcrumb > div {
    display: block;
  }
}
.comp-template-breadcrumb > div:nth-last-of-type(1) {
  display: block;
}
.comp-template-breadcrumb > div:nth-of-type(1):before {
  content: "";
}
.comp-template-breadcrumb > div:before {
  content: "";
  font-family: "Font Awesome 6 Pro";
  color: #262626;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .comp-template-breadcrumb > div:before {
    content: "";
  }
}
.comp-template-breadcrumb > div a {
  color: #262626;
}
.comp-template-breadcrumb > div a:hover {
  text-decoration: underline;
}
.comp-template-breadcrumb > div a span {
  padding-right: 10px;
}

.comp-template-cookieusage.custom-popup {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.5);
}
.comp-template-cookieusage.custom-popup .modal.show {
  display: block;
}
.comp-template-cookieusage.custom-popup .collapse.in {
  display: block;
}
.comp-template-cookieusage .cookie-outer {
  background: #222;
  color: #cccccc;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10001;
}
.comp-template-cookieusage .cookie-outer a:not(.btn) {
  color: #cccccc;
  text-decoration: underline;
}
.comp-template-cookieusage .cookie-outer .cookie-inner {
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  grid-gap: 0px;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .comp-template-cookieusage .cookie-outer .cookie-inner {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.comp-template-cookieusage .cookie-outer .cookie-inner a {
  white-space: nowrap;
}
.comp-template-cookieusage .modal.show {
  display: block;
}

.switch input[type=checkbox] {
  position: absolute;
  width: 1px;
  height: 1px;
  left: 0;
  opacity: 0;
}
.switch input[type=checkbox] + span {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 72px;
  color: #222;
  cursor: pointer;
}
.switch input[type=checkbox] + span strong, .switch input[type=checkbox] + span small {
  display: inline-block;
}
.switch input[type=checkbox] + span:before {
  content: "";
  position: absolute;
  left: 0;
  border-radius: 18px;
  height: 32px;
  width: 64px;
  border: 1px solid #ccc;
  background-color: #fff;
  transition: all 0.3s;
  user-select: none;
}
.switch input[type=checkbox] + span:after {
  content: "";
  position: absolute;
  left: 4px;
  display: block;
  border: 1px solid #a9d27a;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  background: #a9d27a;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.16);
  transition: all 0.3s;
}
.switch input[type=checkbox]:checked + span {
  color: #61a90f;
}
.switch input[type=checkbox]:checked + span:before {
  border-color: #a9d27a;
  background-color: #8bc34a;
}
.switch input[type=checkbox]:checked + span:after {
  left: 36px;
  background: #fff;
}
.switch input[type=checkbox]:disabled:checked + span {
  cursor: not-allowed;
}
.switch input[type=checkbox]:disabled:checked + span:before {
  border-color: #a9d27a;
  background-color: #a9d27a;
}
.switch input[type=checkbox][disabled] {
  cursor: not-allowed;
}
.switch input[type=checkbox][disabled] + span {
  cursor: not-allowed;
  color: #666;
}
.switch input[type=checkbox][disabled] + span:before {
  border-color: #ccc;
  background-color: #ddd;
}
.switch input[type=checkbox][disabled] + span:after {
  border-color: #ccc;
  background-color: #ddd;
}

.comp-template-logo {
  display: block;
  padding: 0;
}
.comp-template-logo > img.weblogo {
  background: #fff;
}
.comp-template-logo > img.weblogo.nobg {
  background: transparent;
}

.comp-template-logo .textlogo {
  height: 3rem;
  line-height: 3rem;
  white-space: nowrap;
  font-size: 1.4rem;
}
a.__web-logo:hover {
  text-decoration: none;
}

.def-nav-link, .comp-template-menu .navbar-nav .nav-item .nav-link {
  padding: 0.5rem;
  background: #0796b3;
  border-width: 0px 0px 1px 0px;
  border-style: solid;
  border-color: #045869;
  color: #fff;
}
.def-nav-link:hover, .comp-template-menu .navbar-nav .nav-item .nav-link:hover {
  color: #fff;
  background: #06869f;
  border-color: #045869;
}
@media (min-width: 768px) {
  .def-nav-link, .comp-template-menu .navbar-nav .nav-item .nav-link {
    border-color: #045869;
    border-width: 0px 0px 1px 0px;
    border-style: solid;
  }
  .def-nav-link:hover, .comp-template-menu .navbar-nav .nav-item .nav-link:hover {
    border-color: #045869;
    backdrop-filter: initial;
  }
}
@media (min-width: 992px) {
  .def-nav-link, .comp-template-menu .navbar-nav .nav-item .nav-link {
    font-size: 1.125rem;
    border-color: #2ca6be;
    border-width: 0px 1px 0px 0px;
    border-style: solid;
    padding: 0.72rem 0;
  }
  .def-nav-link:hover, .comp-template-menu .navbar-nav .nav-item .nav-link:hover {
    border-color: #2ca6be;
    backdrop-filter: initial;
  }
}

.def-nav-sub-link, .comp-template-menu .navbar-nav .dropdown-menu li a, .comp-template-menu .navbar-nav .dropdown-menu .nav-item .nav-link {
  display: block;
  padding: 8px 10px;
  text-decoration: none;
  background: #0796b3;
  border-bottom: solid 1px #045869;
  color: #fff;
}
@media (min-width: 992px) {
  .def-nav-sub-link, .comp-template-menu .navbar-nav .dropdown-menu li a, .comp-template-menu .navbar-nav .dropdown-menu .nav-item .nav-link {
    padding: 10px 15px;
  }
}
.def-nav-sub-link:hover, .comp-template-menu .navbar-nav .dropdown-menu li a:hover, .comp-template-menu .navbar-nav .dropdown-menu .nav-item .nav-link:hover {
  color: #fff;
  background: #06869f;
}
@media (min-width: 768px) {
  .comp-template-menu .navbar-nav .nav-item:nth-of-type(1) .nav-link {
    border-left: none;
  }
}
.comp-template-menu .navbar-nav .nav-item.active .nav-link, .comp-template-menu .navbar-nav .nav-item.open .nav-link {
  color: #fff;
  background: #06869f;
  border-color: #045869;
}
@media (min-width: 768px) {
  .comp-template-menu .navbar-nav .nav-item.active .nav-link, .comp-template-menu .navbar-nav .nav-item.open .nav-link {
    border-color: #045869;
    backdrop-filter: initial;
  }
}
@media (min-width: 992px) {
  .comp-template-menu .navbar-nav .nav-item.active .nav-link, .comp-template-menu .navbar-nav .nav-item.open .nav-link {
    border-color: #2ca6be;
    backdrop-filter: initial;
  }
}
.comp-template-menu .navbar-nav .dropdown-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  background: #0796b3;
  border: none;
}
.comp-template-menu .navbar-nav .dropdown-menu ul, .comp-template-menu .navbar-nav .dropdown-menu li ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.comp-template-menu .navbar-nav .dropdown-menu li {
  position: relative;
}
.comp-template-menu .navbar-nav .dropdown-menu li > s {
  text-decoration: none;
  position: absolute;
  top: 0;
  right: 0;
}
.comp-template-menu .navbar-nav .dropdown-menu li > s > a {
  padding: 0 5px;
  background: red;
  color: #fff;
  font-size: 0.8rem;
}
.comp-template-menu .navbar-nav .dropdown-menu li > s > a:hover {
  background: #b30000;
}

.navbar-collapse.collapse.in {
  display: block;
}

.__second-menu .__top-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 992px) {
  .__second-menu .__top-menu ul {
    display: flex;
  }
}
.__second-menu .__top-menu ul li a {
  white-space: nowrap;
  display: block;
  padding: 0.5rem;
}
@media (min-width: 992px) {
  .__second-menu .__top-menu ul li a {
    font-size: 0.89rem;
  }
}
.comp-template-stripe {
  margin: 0;
  padding: 0;
}
.comp-template-stripe .stripe-message {
  padding: 15px;
  position: relative;
  z-index: 99;
  background: #fffbd8;
  border-bottom: solid 1px #fff59d;
}
.comp-template-stripe a.stripe-close {
  float: right;
  padding: 0 10px;
}
.comp-template-stripe a.stripe-close .fa:before {
  content: "";
  font-family: "Font Awesome 6 Pro";
}

.item-collections-typ-blog .__d-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr auto;
  grid-gap: 0px 0px;
}
.item-collections-typ-blog .__d-grid .items-collections {
  align-self: end;
}
.item-collections-typ-blog .comp-tour-search .col {
  flex: 0 1 290px;
  min-width: 290px;
  max-width: 290px;
}
.item-collections-typ-blog .comp-tour-search .col .__hide-kolekce-prehled {
  display: none;
}

.row.__col-360 > .col {
  flex: 0 1 330px;
  max-width: 360px;
}

@media (min-width: 1400px) {
  .row.__col-400 > .col {
    max-width: 400px;
  }
}

.__img-1 {
  position: relative;
  z-index: 1;
}
.__img-1[alt="(Bez obrázku)"] {
  opacity: 0;
}

.__img-2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  max-height: 100%;
  width: auto;
}

.__max-width-image {
  max-width: 700px;
}

.comp-tour-countrylist.__list-unstyled ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.comp-tour-countrylist.__column-count-4 ul {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
  -webkit-column-width: 200px;
  -moz-column-width: 200px;
  column-width: 200px;
}
.comp-tour-countrylist.__column-count-4 ul li a {
  display: block;
  padding: 0.2rem 0.2rem;
}
.comp-tour-countrylist.rowitem-simple {
  display: inline-flex;
  flex-wrap: wrap;
}
.comp-tour-countrylist.rowitem-simple a {
  display: flex;
  align-items: center;
  grid-column-gap: 5px;
}
.comp-tour-countrylist.rowitem-simple span {
  margin-right: 0.5rem;
}
.comp-tour-countrylist.rowitem-simple span:after {
  content: ",";
}
.comp-tour-countrylist.rowitem-simple span:nth-last-child(1) {
  margin-right: 0;
}
.comp-tour-countrylist.rowitem-simple span:nth-last-child(1):after {
  content: "";
}

.comp-tour-favouritebox .schrankaMain {
  text-decoration: none;
  position: relative;
}
.comp-tour-favouritebox .schrankaMain a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row-reverse;
  color: #212529;
}
.comp-tour-favouritebox .schrankaMain a:after {
  font-family: "Font Awesome 6 Pro";
  content: "";
  text-align: center;
  display: inline-block;
  font-weight: 300;
  font-size: 2rem;
  line-height: 2rem;
  color: #064779;
}
.comp-tour-favouritebox .schrankaMain a:hover:after {
  color: #f5d142;
}
.comp-tour-favouritebox .schrankaMain a span.schrankaText {
  font-size: 0.75rem;
  line-height: 1;
  flex: 1 1 4rem;
  max-width: 4rem;
  padding-left: 0.25rem;
  color: #4c575f;
  display: none;
}
@media (min-width: 1200px) {
  .comp-tour-favouritebox .schrankaMain a span.schrankaText {
    display: block;
  }
}
.comp-tour-favouritebox .schrankaMain a span.schrankaPocet {
  padding: 0 0.2rem;
  font-size: 0.8rem;
  font-weight: 400;
  background: #0796b3;
  Color: #fff;
  text-align: center;
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 50%;
  margin-left: -0.75rem;
  align-self: flex-end;
}
.comp-tour-favouritebox .schrankaMain a:hover {
  text-decoration: none;
  cursor: pointer;
}
.comp-tour-favouritebox .schrankaMain > span.schrankaText {
  display: none;
}
.comp-tour-favouritebox .schrankaMain.empty a:before {
  font-weight: 300;
}
.comp-tour-favouritebutton:not(.__span-static) .schrankaBtn:before, .comp-tour-favouritebutton:not(.__span-static) .schrankaSavedBtn:before {
  font-size: 0.875rem;
  height: 1rem;
  line-height: 1.313rem;
  text-align: center;
  margin-right: 0;
  display: block;
}
.comp-tour-favouritebutton:not(.__span-static) .schrankaBtn span, .comp-tour-favouritebutton:not(.__span-static) .schrankaSavedBtn span {
  position: absolute;
  white-space: nowrap;
  display: none;
  background: #222;
  color: #fff;
  font-size: 0.85rem;
  right: 0;
  bottom: 2rem;
  padding: 0.5rem;
  font-weight: 500;
  line-height: 1;
  transition: all 300ms ease;
}
.comp-tour-favouritebutton:not(.__span-static) .schrankaBtn:hover, .comp-tour-favouritebutton:not(.__span-static) .schrankaSavedBtn:hover {
  text-decoration: none;
  cursor: pointer;
}
.comp-tour-favouritebutton:not(.__span-static) .schrankaBtn:hover span, .comp-tour-favouritebutton:not(.__span-static) .schrankaSavedBtn:hover span {
  display: block;
}

.schrankaBtn, .schrankaSavedBtn {
  text-decoration: none;
  position: relative;
  color: #262626;
}
.schrankaBtn:before, .schrankaSavedBtn:before {
  font-family: "Font Awesome 6 Pro";
  content: "";
  display: inline-block;
  margin-right: 0.25rem;
}
.schrankaBtn:hover, .schrankaSavedBtn:hover {
  text-decoration: none;
  cursor: pointer;
}

.schrankaBtn:before {
  content: "";
  font-weight: 400;
}

.schrankaSavedBtn:before {
  content: "";
  font-weight: 800;
}

.__zajezdy-make-row .zajezdy {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  justify-content: center;
}
.__zajezdy-make-row .zajezdy > h2, .__zajezdy-make-row .zajezdy > h3 {
  flex: 1 1 100%;
  max-width: 100%;
  padding: 0 15px;
}
.__zajezdy-make-row .zajezdy .total-tours {
  flex: 1 1 100%;
  min-width: 100%;
  padding: 15px;
  justify-content: center;
}
@media (min-width: 992px) {
  .__zajezdy-make-row .zajezdy .total-tours {
    justify-content: space-between;
  }
}
.__zajezdy-make-row .zajezdy > .col {
  flex: 1 1 325px;
  max-width: 430px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .__zajezdy-make-row .zajezdy > .col {
    flex: 0 1 325px;
  }
}

.comp-tour-search .total-tours {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.comp-tour-search .total-tours .loading {
  order: 1;
  display: flex;
  align-items: center;
  grid-gap: 5px;
  gap: 5px;
}
.comp-tour-search .total-tours .loading:before {
  font-family: "Font Awesome 6 Pro";
  content: "";
}
.comp-tour-search .rowitem-list {
  width: 100%;
}
.comp-tour-search .rowitem-list .col.__zajezd-foto {
  flex: 1 1 450px;
  max-width: 450px;
}
@media (min-width: 576px) {
  .comp-tour-search .rowitem-list .col.__zajezd-foto {
    flex: 0 0 450px;
    max-width: 450px;
  }
}
@media (min-width: 768px) {
  .comp-tour-search .rowitem-list .col.__zajezd-foto {
    flex: 0 0 270px;
    max-width: 270px;
  }
}
@media (min-width: 992px) {
  .comp-tour-search .rowitem-list .col.__zajezd-foto {
    flex: 0 0 330px;
    max-width: 330px;
  }
}
@media (min-width: 1200px) {
  .comp-tour-search .rowitem-list .col.__zajezd-foto {
    flex: 0 0 330px;
    max-width: 330px;
  }
}
@media (min-width: 1400px) {
  .comp-tour-search .rowitem-list .col.__zajezd-foto {
    flex: 0 0 330px;
    max-width: 330px;
  }
}
.comp-tour-search .rowitem-list .col.__col-list-detail {
  flex: 1 1 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .comp-tour-search .rowitem-list .col.__col-list-detail {
    flex: 1 1;
    max-width: 100%;
  }
}
.comp-tour-search .rowitem-list .col.__col-list-detail .col.__col-list-detail-desc {
  flex: 1 1;
  max-width: 100%;
}
.comp-tour-search .rowitem-list .col.__col-list-detail .col.__col-list-detail-desc p.__text-descriopion {
  line-height: 1.3;
  font-size: 0.875rem;
}
.comp-tour-search .rowitem-list .col.__col-list-detail .col.__col-list-detail-price {
  flex: 1 1 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .comp-tour-search .rowitem-list .col.__col-list-detail .col.__col-list-detail-price {
    flex: 0 0 180px;
    max-width: 180px;
  }
}
.comp-tour-search .__btn {
  color: #212529;
  background-color: #fff;
  border-color: #0796b3;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.comp-tour-search .__btn:hover {
  color: #212529;
  background-color: #ececec;
  border-color: #056d82;
}
.comp-tour-search .__btn:focus, .comp-tour-search .__btn.focus {
  color: #212529;
  background-color: #ececec;
  border-color: #056d82;
  box-shadow: 0 0 0 0.2rem rgba(11, 133, 158, 0.5);
}
.comp-tour-search .__btn.disabled, .comp-tour-search .__btn:disabled {
  color: #212529;
  background-color: #fff;
  border-color: #0796b3;
}
.comp-tour-search .__btn:not(:disabled):not(.disabled):active, .comp-tour-search .__btn:not(:disabled):not(.disabled).active, .show > .comp-tour-search .__btn.dropdown-toggle {
  color: #212529;
  background-color: #e6e6e6;
  border-color: #056376;
}
.comp-tour-search .__btn:not(:disabled):not(.disabled):active:focus, .comp-tour-search .__btn:not(:disabled):not(.disabled).active:focus, .show > .comp-tour-search .__btn.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(11, 133, 158, 0.5);
}
.comp-tour-search .search-button-holder {
  text-align: center;
  padding: 30px;
}
.comp-tour-search .search-button-holder .search-button-subholder {
  text-align: center;
}
.comp-tour-search .search-button-holder .search-button {
  color: #212529;
  background-color: #f5d142;
  border-color: #f5d142;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  display: inline-flex;
  align-items: center;
  grid-gap: 8px;
}
.comp-tour-search .search-button-holder .search-button:hover {
  color: #212529;
  background-color: #f3c81e;
  border-color: #f2c512;
}
.comp-tour-search .search-button-holder .search-button:focus, .comp-tour-search .search-button-holder .search-button.focus {
  color: #212529;
  background-color: #f3c81e;
  border-color: #f2c512;
  box-shadow: 0 0 0 0.2rem rgba(213, 183, 62, 0.5);
}
.comp-tour-search .search-button-holder .search-button.disabled, .comp-tour-search .search-button-holder .search-button:disabled {
  color: #212529;
  background-color: #f5d142;
  border-color: #f5d142;
}
.comp-tour-search .search-button-holder .search-button:not(:disabled):not(.disabled):active, .comp-tour-search .search-button-holder .search-button:not(:disabled):not(.disabled).active, .show > .comp-tour-search .search-button-holder .search-button.dropdown-toggle {
  color: #212529;
  background-color: #f2c512;
  border-color: #ebbe0c;
}
.comp-tour-search .search-button-holder .search-button:not(:disabled):not(.disabled):active:focus, .comp-tour-search .search-button-holder .search-button:not(:disabled):not(.disabled).active:focus, .show > .comp-tour-search .search-button-holder .search-button.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(213, 183, 62, 0.5);
}

.strankovani-holder .strankovani {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.strankovani-holder .strankovani a {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #ffffff;
  border: 1px solid #dee2e6;
}
.strankovani-holder .strankovani a:first-child {
  margin-left: 1rem;
}
.strankovani-holder .strankovani a:hover {
  z-index: 2;
  color: #212529;
  text-decoration: none;
  background-color: #cdeaf0;
  border-color: #dee2e6;
}
.strankovani-holder .strankovani a.selected {
  z-index: 3;
  Color: #fff;
  background-color: #0796b3;
  border-color: #06849e;
}

.terms-1x {
  display: none;
}

.terms-only {
  display: none;
}
.terms-only.terms-1y {
  display: inline-block;
}

.collapse-tour {
  padding: 1rem 0 0 0;
}
.collapse-tour ul {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #ddd;
}
.collapse-tour ul li a {
  color: #222;
  font-size: 0.89rem;
  border-width: 0 0 2px 0;
  border-style: solid;
  border-color: transparent;
}
.collapse-tour ul li a.nav-link {
  padding: 0.3rem 0.5rem;
}
.collapse-tour ul li a:hover {
  border-color: rgba(6, 77, 91, 0.5);
}
.collapse-tour ul li a.active {
  border-color: #064d5b;
}

.tourrequestlink .input-data {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .tourrequestlink .input-data {
    transition: none;
  }
}
.tourrequestlink .input-data input.input-data {
  height: calc(1.5em + 0.75rem + 2px);
}

.comp-tourreservation-couponfields .coupon-holder {
  padding: 1rem;
  background: #eff5f6;
  border: solid 1px #e2e9ea;
}
.comp-tourreservation-couponfields select.reservationCount {
  max-width: 250px;
}
.comp-tourreservation-otherterms {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  grid-gap: 30px;
}
.comp-tourreservation-otherterms h2, .comp-tourreservation-otherterms h3, .comp-tourreservation-otherterms h4 {
  margin: 0;
}
.comp-tourreservation-otherterms select {
  flex: 1 1 auto;
  width: auto;
  max-width: 100%;
}

.comp-tourreservation-reservationitems .reservation-items .form-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  grid-gap: 0 15px;
  margin-bottom: 0;
  font-size: 14px;
  border-style: dashed;
  border-width: 0 0 1px 0;
  border-color: #e6e6e6;
}
.comp-tourreservation-reservationitems .reservation-items .form-group > div {
  padding: 7px 0;
}
.comp-tourreservation-reservationitems .reservation-items .form-group.reservation-header {
  font-weight: 600;
  font-size: 18px;
  background: #f1f3f5;
}
.comp-tourreservation-reservationitems .reservation-items .form-group.reservation-header > div {
  padding: 6px 0;
}
.comp-tourreservation-reservationitems .reservation-items .form-group.reservation-footer {
  font-weight: 600;
  font-size: 16px;
  background: #f1f1f1;
}
.comp-tourreservation-reservationitems .reservation-items .form-group.reservation-footer > div {
  padding: 24px 16px;
}
.comp-tourreservation-reservationitems .reservation-items .form-group.reservation-footer-total {
  border-width: 0;
  border-color: transparent;
}
.comp-tourreservation-reservationitems .reservation-items .form-group.reservation-footer-total > div {
  padding: 8px 0;
}
.comp-tourreservation-reservationitems .reservation-items .form-group .priceType {
  flex: 1 1 auto;
}
.comp-tourreservation-reservationitems .reservation-items .form-group .reservation-name {
  order: 1;
  flex: 1 1 100%;
}
@media (min-width: 576px) {
  .comp-tourreservation-reservationitems .reservation-items .form-group .reservation-name {
    flex: 1 1 calc(100% - 80px - 90px - 30px );
  }
}
@media (min-width: 992px) {
  .comp-tourreservation-reservationitems .reservation-items .form-group .reservation-name {
    flex: 1 1 calc(100% - 80px - 120px - 30px );
  }
}
.comp-tourreservation-reservationitems .reservation-items .form-group .reservation-quantity {
  order: 2;
  flex: 0 0 80px;
  min-width: 80px;
}
.comp-tourreservation-reservationitems .reservation-items .form-group .reservation-price {
  flex: 0 0 90px;
  min-width: 90px;
  order: 2;
  font-weight: 700;
  text-align: right;
}
@media (min-width: 992px) {
  .comp-tourreservation-reservationitems .reservation-items .form-group .reservation-price {
    flex: 0 0 120px;
    min-width: 120px;
  }
}
.comp-tourreservation-reservationitems .reservation-items .form-group .reservation-totalname {
  flex: 1 1 auto;
}
.comp-tourreservation-reservationitems .reservation-items .form-group .reservation-totaltext {
  flex: 1 1 auto;
}
.comp-tourreservation-reservationitems .reservation-items .form-group .reservation-totalprice {
  font-size: 20px;
  font-weight: 600;
  flex: 0 0 auto;
  min-width: auto;
  text-align: right;
}

.comp-tourreservation-submitform .subholder {
  text-align: center;
}
.comp-tourreservation-submitform .button {
  color: #212529;
  background-color: #f5d142;
  border-color: #f5d142;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.comp-tourreservation-submitform .button:hover {
  color: #212529;
  background-color: #f3c81e;
  border-color: #f2c512;
}
.comp-tourreservation-submitform .button:focus, .comp-tourreservation-submitform .button.focus {
  color: #212529;
  background-color: #f3c81e;
  border-color: #f2c512;
  box-shadow: 0 0 0 0.2rem rgba(213, 183, 62, 0.5);
}
.comp-tourreservation-submitform .button.disabled, .comp-tourreservation-submitform .button:disabled {
  color: #212529;
  background-color: #f5d142;
  border-color: #f5d142;
}
.comp-tourreservation-submitform .button:not(:disabled):not(.disabled):active, .comp-tourreservation-submitform .button:not(:disabled):not(.disabled).active, .show > .comp-tourreservation-submitform .button.dropdown-toggle {
  color: #212529;
  background-color: #f2c512;
  border-color: #ebbe0c;
}
.comp-tourreservation-submitform .button:not(:disabled):not(.disabled):active:focus, .comp-tourreservation-submitform .button:not(:disabled):not(.disabled).active:focus, .show > .comp-tourreservation-submitform .button.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(213, 183, 62, 0.5);
}

@media (min-width: 100%) {
  .rezervace-status h1 {
    text-align: center;
  }
}

.comp-tourreservation-successful {
  margin-bottom: 30px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.comp-tourreservation-successful h2 {
  display: block;
  margin-top: 30px;
}
.comp-tourreservation-successful .successfull-data {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px dashed #ccc;
}
@media (min-width: 768px) {
  .comp-tourreservation-successful .successfull-data {
    grid-gap: 15px;
    margin-bottom: 0;
  }
}
.comp-tourreservation-successful .successfull-data > div {
  padding-top: 5px;
  padding-bottom: 5px;
}
.comp-tourreservation-successful .successfull-data .successfull-item {
  flex: 1 1 160px;
  max-width: 160px;
}
@media (min-width: 768px) {
  .comp-tourreservation-successful .successfull-data .successfull-item {
    flex: 1 1 200px;
    max-width: 200px;
  }
}
.comp-tourreservation-successful .successfull-data:nth-child(1) {
  margin-top: 30px;
}
.comp-tourreservation-successful .successful-totalprice {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  grid-gap: 15px;
  margin-bottom: 30px;
  margin-top: 30px;
  justify-content: space-between;
  border-top: 1px dashed #ccc;
  padding-top: 5px;
  padding-bottom: 5px;
}
.comp-tourreservation-successful .successful-services .items .form-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  grid-gap: 0 15px;
  margin-bottom: 0;
  border-bottom: 1px dashed #ccc;
  justify-content: space-between;
}
.comp-tourreservation-successful .successful-services .items .form-group.reservation-header {
  margin-top: 15px;
}
.comp-tourreservation-successful .successful-services .items .form-group > div {
  padding-top: 7.5px;
  padding-bottom: 7.5px;
}
.comp-tourreservation-successful .successful-services .items .form-group .quantity {
  flex: 0 1 40px;
}
.comp-tourreservation-successful .successful-services .items .form-group .name {
  flex: 1 1 calc(100% - 55px);
}
@media (min-width: 768px) {
  .comp-tourreservation-successful .successful-services .items .form-group .name {
    flex: 1 1 400px;
  }
}
.comp-tourreservation-successful .successful-services .items .form-group .item-price, .comp-tourreservation-successful .successful-services .items .form-group .item-total, .comp-tourreservation-successful .successful-services .items .form-group .compute {
  font-weight: 800;
  text-wrap: nowrap;
  padding-top: 0;
}
@media (min-width: 768px) {
  .comp-tourreservation-successful .successful-services .items .form-group .item-price, .comp-tourreservation-successful .successful-services .items .form-group .item-total, .comp-tourreservation-successful .successful-services .items .form-group .compute {
    padding-top: 7.5px;
  }
}
.comp-tourreservation-successful .successful-services .items .form-group .item-price {
  flex: 1 1;
  text-align: right;
}
.comp-tourreservation-successful .successful-services .items .form-group .priceType {
  flex: 1 1 100%;
  font-weight: 800;
}

.__btn-zobrazit-vse {
  color: #212529;
  background-color: #f6fdfe;
  border-color: #222;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.__btn-zobrazit-vse:hover {
  color: #212529;
  background-color: #f5d142;
  border-color: #f2c512;
}
.__btn-zobrazit-vse:focus, .__btn-zobrazit-vse.focus {
  color: #212529;
  background-color: #f5d142;
  border-color: #f2c512;
  box-shadow: 0 0 0 0.2rem rgba(34, 34, 35, 0.5);
}
.__btn-zobrazit-vse.disabled, .__btn-zobrazit-vse:disabled {
  color: #212529;
  background-color: #f6fdfe;
  border-color: #222;
}
.__btn-zobrazit-vse:not(:disabled):not(.disabled):active, .__btn-zobrazit-vse:not(:disabled):not(.disabled).active, .show > .__btn-zobrazit-vse.dropdown-toggle {
  color: #212529;
  background-color: #f5d142;
  border-color: #f2c512;
}
.__btn-zobrazit-vse:not(:disabled):not(.disabled):active:focus, .__btn-zobrazit-vse:not(:disabled):not(.disabled).active:focus, .show > .__btn-zobrazit-vse.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(34, 34, 35, 0.5);
}

a.btn.panel-default, .comp-global-nextresults a.panel-default.ArtSearch-btn.search-button, .comp-tour-search .search-button-holder a.panel-default.search-button {
  color: #212529;
  background-color: #f6fdfe;
  border-color: #999;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
a.btn.panel-default:hover, .comp-global-nextresults a.panel-default.ArtSearch-btn.search-button:hover, .comp-tour-search .search-button-holder a.panel-default.search-button:hover {
  color: #212529;
  background-color: #f5d142;
  border-color: #f2c512;
}
a.btn.panel-default:focus, .comp-global-nextresults a.panel-default.ArtSearch-btn.search-button:focus, .comp-tour-search .search-button-holder a.panel-default.search-button:focus, a.btn.panel-default.focus, .comp-global-nextresults a.panel-default.focus.ArtSearch-btn.search-button, .comp-tour-search .search-button-holder a.panel-default.focus.search-button {
  color: #212529;
  background-color: #f5d142;
  border-color: #f2c512;
  box-shadow: 0 0 0 0.2rem rgba(135, 136, 136, 0.5);
}
a.btn.panel-default.disabled, .comp-global-nextresults a.panel-default.disabled.ArtSearch-btn.search-button, .comp-tour-search .search-button-holder a.panel-default.disabled.search-button, a.btn.panel-default:disabled, .comp-global-nextresults a.panel-default.ArtSearch-btn.search-button:disabled, .comp-tour-search .search-button-holder a.panel-default.search-button:disabled {
  color: #212529;
  background-color: #f6fdfe;
  border-color: #999;
}
a.btn.panel-default:not(:disabled):not(.disabled):active, .comp-global-nextresults a.panel-default.ArtSearch-btn.search-button:not(:disabled):not(.disabled):active, .comp-tour-search .search-button-holder a.panel-default.search-button:not(:disabled):not(.disabled):active, a.btn.panel-default:not(:disabled):not(.disabled).active, .comp-global-nextresults a.panel-default.ArtSearch-btn.search-button:not(:disabled):not(.disabled).active, .comp-tour-search .search-button-holder a.panel-default.search-button:not(:disabled):not(.disabled).active, .show > a.btn.panel-default.dropdown-toggle, .comp-global-nextresults .show > a.panel-default.dropdown-toggle.ArtSearch-btn.search-button, .comp-tour-search .search-button-holder .show > a.panel-default.dropdown-toggle.search-button {
  color: #212529;
  background-color: #f5d142;
  border-color: #f2c512;
}
a.btn.panel-default:not(:disabled):not(.disabled):active:focus, .comp-global-nextresults a.panel-default.ArtSearch-btn.search-button:not(:disabled):not(.disabled):active:focus, .comp-tour-search .search-button-holder a.panel-default.search-button:not(:disabled):not(.disabled):active:focus, a.btn.panel-default:not(:disabled):not(.disabled).active:focus, .comp-global-nextresults a.panel-default.ArtSearch-btn.search-button:not(:disabled):not(.disabled).active:focus, .comp-tour-search .search-button-holder a.panel-default.search-button:not(:disabled):not(.disabled).active:focus, .show > a.btn.panel-default.dropdown-toggle:focus, .comp-global-nextresults .show > a.panel-default.dropdown-toggle.ArtSearch-btn.search-button:focus, .comp-tour-search .search-button-holder .show > a.panel-default.dropdown-toggle.search-button:focus {
  box-shadow: 0 0 0 0.2rem rgba(135, 136, 136, 0.5);
}

.__wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.__wrapper .__sidebar {
  flex: 0 0 100%;
  max-width: 100%;
}
.__wrapper .__main {
  flex: 1 0 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  .__wrapper.navbar-expand-lg .__sidebar {
    flex: 1 0 280px;
    max-width: 280px;
  }
}
@media (min-width: 992px) {
  .__wrapper.navbar-expand-lg .__main {
    flex: 1 0 calc(100% - 280px);
    max-width: 100%;
    padding-left: 30px;
  }
}
@media (min-width: 1200px) {
  .__wrapper.navbar-expand-xl .__sidebar {
    flex: 1 0 280px;
    max-width: 280px;
  }
}
@media (min-width: 1200px) {
  .__wrapper.navbar-expand-xl .__main {
    flex: 1 0 calc(100% - 280px);
    max-width: 100%;
    padding-left: 30px;
  }
}

.__vyhledavac-big-sticky {
  position: fixed;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 99;
  bottom: 0;
  left: 0;
  max-height: 100vh;
}
@media (min-width: 1200px) {
  .__vyhledavac-big-sticky {
    position: sticky;
    top: 0;
    z-index: 0;
    align-items: flex-start;
    max-height: calc(100vh - 30px);
  }
}

.position-rel .__vyhledavac-big-sticky {
  max-height: calc(100vh - 100px);
  height: calc(100vh - 100px);
}
@media (min-width: 992px) {
  .position-rel .__vyhledavac-big-sticky {
    max-height: calc(100vh - 140px);
    height: calc(100vh - 140px);
  }
}
@media (min-width: 1200px) {
  .position-rel .__vyhledavac-big-sticky {
    max-height: calc(100vh - 190px);
  }
}

.position-fix .pagebar-collapse {
  position: fixed;
  z-index: 9;
  left: -4px;
}
.position-fix .filtr-toggle .__filtr-toggle-text {
  display: none;
}

.filtr-toggle {
  display: none;
}
.filtr-toggle.collapsed {
  display: initial;
}

.navbar-toggler.dropdown-toggle {
  display: none;
}
.navbar-toggler.dropdown-toggle.collapsed {
  display: block;
}

.__bg-button-gradiend {
  background: rgba(246, 253, 254, 0.1);
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(180deg, rgba(246, 253, 254, 0.1), rgba(246, 253, 254, 0.7), #f6fdfe);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(180deg, rgba(246, 253, 254, 0.1), rgba(246, 253, 254, 0.7), #f6fdfe);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(180deg, rgba(246, 253, 254, 0.1), rgba(246, 253, 254, 0.7), #f6fdfe);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(180deg, rgba(246, 253, 254, 0.1), rgba(246, 253, 254, 0.7), #f6fdfe);
  /* Standard syntax */
}

.__vlastni-scrollbar {
  /* Handle on hover */
}
.__vlastni-scrollbar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #fcfcfc;
}
.__vlastni-scrollbar::-webkit-scrollbar {
  width: 6px;
  background-color: #fcfcfc;
}
.__vlastni-scrollbar::-webkit-scrollbar-thumb {
  background-color: #222;
}
.__vlastni-scrollbar::-webkit-scrollbar-thumb:hover {
  background: #614B79;
}
.primary-description {
  margin-bottom: 60px;
  margin-top: 30px;
}
.primary-description .comp-global-imagelist {
  margin-left: 30px;
  flex: 0 1 360px;
  min-width: 360px;
}
.primary-description .comp-global-imagelist img {
  outline: 2px solid #b5e0e8;
  outline-offset: 15px;
  width: auto;
  height: auto;
}
.primary-description .comp-text-tourcollection {
  background-color: #e6f5f7;
  color: #2e3131;
  padding: 30px;
  padding-left: 60px;
}
.primary-description .comp-text-tourcollection:before {
  content: "";
  display: block;
  position: absolute;
  background-color: #b5e0e8;
  padding: 15px;
  top: 0;
  bottom: 0;
  left: 0;
}
.primary-description .comp-text-tourcollection.comp-text-otevreno {
  background-color: #06788f;
  color: #fff;
  padding: 20px;
}
.primary-description .comp-text-tourcollection.comp-text-otevreno:before {
  display: none;
}
.primary-description .comp-text-tourcollection.comp-text-otevreno address, .primary-description .comp-text-tourcollection.comp-text-otevreno p, .primary-description .comp-text-tourcollection.comp-text-otevreno h2, .primary-description .comp-text-tourcollection.comp-text-otevreno h3, .primary-description .comp-text-tourcollection.comp-text-otevreno h4, .primary-description .comp-text-tourcollection.comp-text-otevreno h5 {
  margin-bottom: 0;
  color: #fff;
}
@media (min-width: 768px) {
  .primary-description .d-md-block + .ponor .comp-text-tourcollection:before,
.primary-description .d-md-block + .comp-text-tourcollection:before {
    left: -390px;
  }
}
@media (min-width: 992px) {
  .primary-description .d-lg-block + .ponor .comp-text-tourcollection:before,
.primary-description .d-lg-block + .comp-text-tourcollection:before {
    left: -390px;
  }
}
@media (min-width: 1200px) {
  .primary-description .d-xl-block + .ponor .comp-text-tourcollection:before,
.primary-description .d-xl-block + .comp-text-tourcollection:before {
    left: -390px;
  }
}

.artist-container {
  overflow: hidden;
  height: 230px;
}
.artist-container.h-280 {
  height: 280px;
}

.gallery-hover {
  background: #222;
  color: #fff;
  transition: all 0.4s ease;
}
@media (prefers-reduced-motion: reduce) {
  .gallery-hover {
    transition: none;
  }
}
.gallery-hover:hover {
  color: #fff;
}
.gallery-hover:hover img {
  opacity: 0.4;
}
.gallery-hover:hover .fade {
  opacity: 1;
}

a.odkaz-zoom {
  position: relative;
}
a.odkaz-zoom:after {
  position: absolute;
  z-index: 0;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: rgba(7, 150, 179, 0.7);
  left: calc(50% - 60px / 2);
  top: calc(50% - 60px / 2);
  font-size: 22px;
  color: #262626;
  border-radius: 50%;
  display: block;
  text-align: center;
}
a.odkaz-zoom:hover:after {
  content: "";
  font-family: "Font Awesome 6 Pro";
}

@-webkit-keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.__dostupnost-stav {
  z-index: 1;
}
.__dostupnost-stav .__dostupnost {
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
  display: block;
  background: transparent;
  text-indent: -200px;
  overflow: hidden;
  font-size: 0.1rem;
}
.__dostupnost-stav .__dostupnost.Sold {
  background: #f44336;
}
.__dostupnost-stav .__dostupnost.Valid {
  background: #8BC34A;
}
.__dostupnost-stav .__dostupnost.Unavailable {
  background: #9c27b0;
}
.__dostupnost-stav .__dostupnost.OnView {
  background: #2196f3;
}
.__dostupnost-stav .__dostupnost.Loan {
  background: #222222;
}
.__dostupnost-stav.small .__dostupnost {
  width: 0.7rem;
  height: 0.7rem;
}

.__art-status-stav .__dostupnost-stav {
  padding-left: 0;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("//i.ck.cz/o/4/designs/ckmayer/dajax-loader.gif") center center no-repeat;
}

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 1;
}
.slick-prev:before,
.slick-next:before {
  font-family: "Font Awesome 6 Pro";
  font-size: 20px;
  line-height: 1;
  color: #262626;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "";
}
[dir=rtl] .slick-prev:before {
  content: "";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "";
}
[dir=rtl] .slick-next:before {
  content: "";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 20px;
  height: 20px;
  font-family: "Font Awesome 6 Pro";
  font-size: 8px;
  line-height: 20px;
  text-align: center;
  color: #262626;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #f5d142;
  opacity: 0.75;
}

.slick-dots li button:before {
  font-weight: 800;
}

.slick-prev:before, .slick-next:before {
  font-size: 15px;
  font-weight: 800;
}

.slick-slider {
  z-index: 0;
}
.slick-slider:hover {
  z-index: 1;
}

.slick-list {
  z-index: -1;
}

.__rezervace-step .__rezervace-step-num {
  width: 2rem;
  height: 2rem;
  line-height: 2;
  border: solid 1px #ddd;
  background: #fff;
  color: #212529;
}
.__rezervace-step .active .__rezervace-step-num {
  border-color: #0796b3;
  background: #fff;
  color: #212529;
}
.__rezervace-step .done .__rezervace-step-num {
  border-color: #0796b3;
  background: #0796b3;
  color: #fff;
}
.__rezervace-step a.done:hover .__rezervace-step-num {
  background: #057186;
  color: #fff;
}
.__rezervace-step a:hover .__rezervace-step-num {
  background: rgba(7, 150, 179, 0.2);
  border-color: #0796b3;
}

.platba-info .flag {
  display: none;
}
.platba-info .item {
  border: solid 1px #f5d142;
}

.__person-data {
  background: rgba(5, 105, 125, 0.2);
  line-height: 3;
}
.__person-data .__person-cislo {
  width: 3rem;
  height: 3rem;
  background: #05697d;
  color: #fff;
}

.form-group.reservation-header {
  margin-bottom: 0;
}

.pozadi-stranky {
  background-repeat: no-repeat;
  background-size: auto;
}

.slide-container {
  width: 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .slide-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr auto auto;
    gap: 0px 0px;
    grid-template-areas: "sekce-slide sekce-slide" "sekce-1 sekce-2" "sekce-3 sekce-4";
  }
}
@media (min-width: 992px) {
  .slide-container {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    gap: 0px 0px;
    grid-template-areas: "sekce-slide sekce-1" "sekce-slide sekce-2" "sekce-3 sekce-4";
  }
}
.slide-container .sekce-slide {
  grid-area: sekce-slide;
  width: 100%;
  overflow: hidden;
  max-height: 320px;
}
.slide-container .sekce-1 {
  grid-area: sekce-1;
}
.slide-container .sekce-2 {
  grid-area: sekce-2;
}
.slide-container .sekce-3 {
  grid-area: sekce-3;
}
.slide-container .sekce-4 {
  grid-area: sekce-4;
}

.sekce-slide .slick-dots {
  bottom: 25px;
}
.sekce-slide .slick-dots li button {
  background: #fff;
  border-radius: 50%;
}

.__h-image {
  max-height: 160px;
}

.__placelist-min .__h-image {
  max-height: initial;
  max-width: 100%;
  height: auto;
}

.__wrapper.navbar-expand-xl .__main .__inner {
  background: #f6fdfe;
  min-height: 50vh;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 576px) {
  .__wrapper.navbar-expand-xl .__main .__inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1200px) {
  .__wrapper.navbar-expand-xl .__main .__inner {
    margin-left: -30px;
  }
}

.clanek h2, .clanek .h2, .clanek h3, .clanek .h3 {
  font-family: "Playfair Display", serif;
}

h2.__h2, .__h2 h2 {
  font-size: calc(1.3rem + 1.2vw);
}
@media (min-width: 768px) {
  h2.__h2, .__h2 h2 {
    font-size: 2rem;
  }
}

.__h1 h1 {
  font-size: calc(1.7rem + 1.2vw);
}
@media (min-width: 768px) {
  .__h1 h1 {
    font-size: 2.5rem;
  }
}

.data-slide-bga {
  height: 50px;
  width: 80px;
  transition: all 0.4s ease;
  margin-right: 1px;
  margin-bottom: 1px;
}
@media (prefers-reduced-motion: reduce) {
  .data-slide-bga {
    transition: none;
  }
}
.data-slide-bga:before, .data-slide-bga:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  height: 50px;
  width: 80px;
}
.data-slide-bga:before {
  background: #045a6b;
  -webkit-clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
  clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
}
.data-slide-bga:after {
  transition: all 0.8s ease;
  -webkit-clip-path: polygon(13% 50%, 100% 0, 0 100%, 13% 50%);
  clip-path: polygon(13% 50%, 100% 0, 0 100%, 13% 50%);
  background: white;
  background: -moz-linear-gradient(144deg, white 0%, #595959 14%, white 26%, #b8b8b8 38%, #ececec 49%, black 69%, white 100%);
  background: -webkit-linear-gradient(144deg, white 0%, #595959 14%, white 26%, #b8b8b8 38%, #ececec 49%, black 69%, white 100%);
  background: linear-gradient(144deg, white 0%, #595959 14%, white 26%, #b8b8b8 38%, #ececec 49%, black 69%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}
@media (prefers-reduced-motion: reduce) {
  .data-slide-bga:after {
    transition: none;
  }
}
.data-slide-bga:hover:after {
  -webkit-clip-path: polygon(13% 10%, 100% 0, 0 100%, 13% 50%);
  clip-path: polygon(13% 10%, 100% 0, 0 100%, 13% 50%);
}
.data-slide-bga i.fa {
  height: 50px;
  width: 80px;
}

.__image-count-more-fotocount {
  outline: 1px solid #fff;
}

.foto-data .__foto-pocet {
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  padding: 0.5rem 1rem;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  font-weight: 500;
}
@media (min-width: 768px) {
  .foto-data .__foto-pocet {
    display: none;
  }
}

.__propozice-link .filepdf a {
  border: 1px solid transparent;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  background: #520872;
  color: #fff;
  text-decoration: none;
  display: inline-block;
}
.__propozice-link .filepdf a:before {
  content: "";
  font-family: "Font Awesome 6 Pro";
  margin-right: 0.5rem;
}
.__propozice-link .filepdf a:hover {
  text-decoration: none;
  background: #4a0767;
}

.__image-count-text.__bg-filter {
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

.comp-global-imagelist.foto-data-col33 a:nth-child(1) {
  right: 0;
  bottom: 2px;
}

span.old {
  text-decoration: line-through;
}

.__temin-flex .table-responsive {
  border: none;
}
.__temin-flex table tr {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 30px;
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .__temin-flex table tr {
    display: table-row;
    border: none;
    margin-bottom: 0;
  }
}
.__temin-flex table tr.__table-header {
  display: none;
}
@media (min-width: 768px) {
  .__temin-flex table tr.__table-header {
    display: table-row;
  }
}
.__temin-flex table tr td, .__temin-flex table tr th {
  flex: 1 0 0%;
  width: 100%;
  max-width: 100%;
  border: 1px solid #dee2e6;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .__temin-flex table tr td, .__temin-flex table tr th {
    width: auto;
  }
}
.__temin-flex table tr td .__mobil-table-header, .__temin-flex table tr th .__mobil-table-header {
  display: block !important;
}
@media (min-width: 768px) {
  .__temin-flex table tr td .__mobil-table-header, .__temin-flex table tr th .__mobil-table-header {
    display: none !important;
  }
}
.__temin-flex table tr td.__td-spacer, .__temin-flex table tr th.__td-spacer {
  flex: 0 0 auto;
  padding: 0;
  border: none;
}
@media (min-width: 768px) {
  .__temin-flex table tr td.__td-spacer, .__temin-flex table tr th.__td-spacer {
    display: none;
  }
}
.__temin-flex table tr td.__td-code, .__temin-flex table tr th.__td-code {
  flex: 0 0 80px;
  order: 1;
}
.__temin-flex table tr td.__td-date, .__temin-flex table tr th.__td-date {
  flex: 0 0 120px;
  white-space: nowrap;
}
.__temin-flex table tr td.r, .__temin-flex table tr td[title*=Do], .__temin-flex table tr td[title*=Za], .__temin-flex table tr th.r, .__temin-flex table tr th[title*=Do], .__temin-flex table tr th[title*=Za] {
  flex: 1 0 100px;
}
.__temin-flex table tr td.r b, .__temin-flex table tr td[title*=Do] b, .__temin-flex table tr td[title*=Za] b, .__temin-flex table tr th.r b, .__temin-flex table tr th[title*=Do] b, .__temin-flex table tr th[title*=Za] b {
  display: block;
}
.__temin-flex table tr td.__td-desc, .__temin-flex table tr th.__td-desc {
  order: 2;
  flex: 1 0 calc(~"100% - 90px");
  width: calc(~"100% - 90px");
  white-space: normal;
}
.__temin-flex table tr td.__td-button, .__temin-flex table tr th.__td-button {
  flex: 0 0 auto;
  order: 3;
}
.__temin-flex table tr th {
  display: none;
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .__temin-flex table tr th {
    display: table-cell;
  }
}
@media (min-width: 768px) {
  .__temin-flex table tr th.__td-spacer {
    display: none;
  }
}

ul.vysvetlivky-seznam {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}

ul.priplatky {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}
ul.priplatky li {
  display: flex;
  grid-gap: 0.5rem;
}
ul.priplatky li:before {
  content: "";
  font-family: "Font Awesome 6 Pro";
  color: #036;
  font-size: 0.75rem;
  display: inline-block;
  padding-top: 3px;
}

.ico-plus ul.priplatky li:before {
  content: "";
  color: green;
}

.detail-zajezdu h1, .rezervace h1 {
  font-size: 2.25rem;
}
.detail-zajezdu h2, .rezervace h2 {
  font-size: 1.5rem;
}
.detail-zajezdu h3, .rezervace h3 {
  font-size: 1.5rem;
}
.detail-zajezdu h4, .rezervace h4 {
  font-size: 1.188rem;
}

.rezervace .comp-tourreservation-otherterms h2 {
  font-size: 1.125rem;
}

.comp-tourreservation-reservationitems .reservation-items .reservation-totalname {
  font-weight: 600;
  font-size: 18px;
  background: #f1f3f5;
  margin-top: 1rem;
  background: -webkit-linear-gradient(left, rgba(241, 243, 245, 0) 0%, rgba(241, 243, 245, 0.8) 10%, #f1f3f5 100%);
  background: -moz-linear-gradient(left, rgba(241, 243, 245, 0) 0%, rgba(241, 243, 245, 0.8) 10%, #f1f3f5 100%);
  background: -o-linear-gradient(left, rgba(241, 243, 245, 0) 0%, rgba(241, 243, 245, 0.8) 10%, #f1f3f5 100%);
  background: linear-gradient(left, rgba(241, 243, 245, 0) 0%, rgba(241, 243, 245, 0.8) 10%, #f1f3f5 100%);
}
.comp-tourreservation-reservationitems .reservation-items .form-group.reservation-header {
  background: -webkit-linear-gradient(left, rgba(241, 243, 245, 0) 0%, rgba(241, 243, 245, 0.8) 10%, #f1f3f5 100%);
  background: -moz-linear-gradient(left, rgba(241, 243, 245, 0) 0%, rgba(241, 243, 245, 0.8) 10%, #f1f3f5 100%);
  background: -o-linear-gradient(left, rgba(241, 243, 245, 0) 0%, rgba(241, 243, 245, 0.8) 10%, #f1f3f5 100%);
  background: linear-gradient(left, rgba(241, 243, 245, 0) 0%, rgba(241, 243, 245, 0.8) 10%, #f1f3f5 100%);
}
.comp-tourreservation-reservationitems .lm {
  color: #900;
}
.comp-tourreservation-reservationitems .fm {
  color: #f60;
}

@media (min-width: 768px) {
  .comp-reservation-customerform .form-item-basic > div > .street {
    flex: 1 1 calc(100%);
    min-width: 100%;
  }
}
@media (min-width: 768px) {
  .comp-reservation-customerform .form-item-basic > div > .zip {
    flex: 1 1 calc(20% - 20px);
    min-width: 120px;
  }
}
@media (min-width: 768px) {
  .comp-reservation-customerform .form-item-basic > div > .city {
    flex: 1 1 calc(50% - 20px);
    min-width: 120px;
  }
}
@media (min-width: 768px) {
  .comp-reservation-customerform .form-item-basic > div > .country {
    flex: 1 1 calc(30% - 20px);
    min-width: 120px;
  }
}

#ErrorRes {
  top: 50%;
}

.__zena {
  color: #ff1493;
}
.__zena .fal, .__zena .fa {
  background: #ff1493;
  color: #fff;
  width: 33px;
}

.__muz {
  color: #00008b;
}
.__muz .fal, .__muz .fa {
  background: #00008b;
  color: #fff;
  width: 33px;
}

.__vse {
  color: #673ab7;
}
.__vse .fal, .__vse .fa {
  background: #673ab7;
  color: #fff;
  width: 33px;
}

.terminy-polozka {
  display: flex;
  flex-wrap: wrap;
}
.terminy-polozka:hover {
  text-decoration: none;
  background: #e7fafe;
}
@media (min-width: 768px) {
  .terminy-polozka .terminy-stav {
    flex: 0 1 140px;
  }
}
.terminy-polozka .terminy-odkaz {
  flex: 1 1 100%;
}
@media (min-width: 768px) {
  .terminy-polozka .terminy-odkaz {
    flex: 1 0;
  }
}

.form-check-label:hover {
  cursor: pointer;
}

.comp-tour-search .rowitem-list .col.__zajezd-foto {
  min-height: 220px;
}
@media (min-width: 768px) {
  .comp-tour-search .rowitem-list .col.__zajezd-foto .img-height {
    position: absolute;
    min-height: 100%;
    width: auto;
  }
}
@media (min-width: 992px) {
  .comp-tour-search .rowitem-list .col.__zajezd-foto .img-height {
    position: relative;
    min-height: initial;
    height: auto;
    width: 100%;
  }
}
.comp-tour-search .rowitem-list h4.__zajezd-title, .comp-tour-search .rowitem-list span.__zajezd-title {
  font-size: 1.125rem;
  line-height: 1.1;
  display: block;
  margin-bottom: 0.5rem;
}
.comp-tour-search .rowitem-list b.fm {
  color: #f60;
}
.comp-tour-search .rowitem-list .h4.__color-cena {
  color: #06426f;
  font-weight: 500;
}
.comp-tour-search .rowitem-list .col.__col-list-detail .col.__col-list-detail-price {
  flex: 1 1 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .comp-tour-search .rowitem-list .col.__col-list-detail .col.__col-list-detail-price {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .comp-tour-search .rowitem-list .col.__col-list-detail .col.__col-list-detail-price {
    flex: 0 0 180px;
    max-width: 180px;
  }
}
.comp-tour-search .rowitem-list .col.__col-list-detail .__col-list-detail-price-bottom {
  /*flex: 0 0 $tour-search-item-col-list-detail-price-width;
  max-width: $tour-search-item-col-list-detail-price-width;*/
  /*@include media-breakpoint-up(md) {
      flex: 0 0 140px;
      max-width: 140px;
  }*/
}
@media (min-width: 768px) {
  .comp-tour-search .rowitem-list .col.__col-list-detail .__col-list-detail-price-bottom {
    flex: 0 0 180px;
    max-width: 180px;
  }
}
.comp-tour-search .rowitem-list .col.__col-list-detail .doprava1 {
  color: #0a72c2;
}
.comp-tour-search .rowitem-list .col.__col-list-detail .doprava1 .fad-d1:before {
  content: "";
}
@media (min-width: 768px) {
  .comp-tour-search .rowitem-list .col.__col-list-detail .__text-descriopion {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
@media (min-width: 576px) {
  .comp-tour-search .rowitem-list .col.__col-list-detail .__text-descriopion {
    -webkit-line-clamp: 4;
  }
}
@media (min-width: 992px) {
  .comp-tour-search .rowitem-list .col.__col-list-detail .__text-descriopion {
    -webkit-line-clamp: 6;
  }
}
.comp-tour-search .rowitem-list .col.__col-list-detail .__text-tour {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.comp-tour-search .rowitem-list .comp-tour-favouritebutton.__btn {
  margin-right: -1px;
}

.comp-tour-search .total-tours {
  justify-content: flex-end;
}

.__vice-info-cenik-termin {
  line-height: normal;
}
.__vice-info-cenik-termin:hover {
  text-decoration: none;
}

.comp-tour-itinerarylist {
  border-left: solid 1px #dac571;
  margin-left: 35px;
  padding-left: 35px;
}
.comp-tour-itinerarylist h2 {
  position: relative;
  margin-left: -70px;
  background: #f6fdfe;
  margin-bottom: 20px;
}
.comp-tour-itinerarylist h2 + b, .comp-tour-itinerarylist br + b, .comp-tour-itinerarylist.list-vice-program b:nth-of-type(1) {
  display: inline-block;
  margin-top: 15px;
  position: relative;
  min-width: 60px;
  text-align: center;
  margin-left: -70px;
  margin-right: 5px;
  padding: 5px;
  border: solid 1px #dac571;
  background: #fff;
}
.comp-tour-itinerarylist h2 + b {
  margin-top: 0;
}
.comp-tour-itinerarylist a {
  text-decoration: underline;
}

.list-vice-galery {
  grid-gap: 4px;
}

b.lm {
  color: #900;
}

b.fm {
  color: #f60;
}

span.kategory_akce_369, .cat-termalni-lazne {
  color: #990000;
}
span.kategory_akce_369:hover, .cat-termalni-lazne:hover {
  color: #960000;
}

span.kategory_akce_368, .cat-pobyty-s-vylety {
  color: #906c00;
}
span.kategory_akce_368:hover, .cat-pobyty-s-vylety:hover {
  color: #c89600;
}

span.kategory_akce_370, .cat-poznavaci-okruhy {
  color: #0075c4;
}
span.kategory_akce_370:hover, .cat-poznavaci-okruhy:hover {
  color: #0096fa;
}

span.kategory_akce_371, .cat-cechy {
  color: #CC6600;
}
span.kategory_akce_371:hover, .cat-cechy:hover {
  color: #c86400;
}

span.kategory_akce_372, .cat-pesi-turistika {
  color: #009900;
}
span.kategory_akce_372:hover, .cat-pesi-turistika:hover {
  color: #009600;
}

span.kategory_akce_373, .cat-kratkodobe {
  color: #CC3366;
}
span.kategory_akce_373:hover, .cat-kratkodobe:hover {
  color: #c83264;
}

span.kategory_akce_374, .cat-vzdalene-zeme {
  color: #993366;
}
span.kategory_akce_374:hover, .cat-vzdalene-zeme:hover {
  color: #963264;
}

span.kategory_akce_2082, .cat-doporucujeme {
  color: #424242;
  background: #f4c969;
}

span.kategory_akce_929, .cat-Novinka {
  color: #FF0;
  background: #FF0000;
}

span.kategory_akce_930 {
  color: #fff;
  background: #0a72c2;
}

.__button-modal-collapse {
  left: 100%;
  top: 15%;
}
.__button-modal-collapse button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.modal.__sidebar .modal-dialog {
  margin-left: 0;
}
.modal.__sidebar .modal-dialog .modal-content {
  border: none;
}
.modal.__sidebar .modal-dialog.modal-dialog-scrollable {
  max-height: 100vh;
  height: 100vh;
  margin: 0;
}
@media (min-width: 1200px) {
  .modal.__sidebar .modal-dialog.modal-dialog-scrollable {
    max-height: initial;
    height: auto;
  }
}
.modal.__sidebar .modal-dialog.modal-dialog-scrollable .modal-content {
  max-height: 100vh;
  height: 100vh;
}
@media (min-width: 1200px) {
  .modal.__sidebar .modal-dialog.modal-dialog-scrollable .modal-content {
    max-height: initial;
    height: auto;
  }
}

@media (min-width: 1200px) {
  body:not(.mapa) .navbar-expand-xl .modal.__sidebar {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .__wrapper.navbar-expand-xl .modal.__sidebar:not(.show) {
    position: relative;
  }
}
@media (min-width: 1200px) {
  .__wrapper.navbar-expand-xl .modal.__sidebar.fade {
    opacity: 1;
    margin-top: 1.5rem;
    margin-left: -15px;
  }
}
@media (min-width: 1200px) and (min-width: 992px) {
  .__wrapper.navbar-expand-xl .modal.__sidebar.fade.show {
    max-width: 100%;
    margin-top: 0rem;
  }
}
.__wrapper.navbar-expand-xl .modal.__sidebar.fade .modal-dialog {
  transform: translate(0px, 0px);
  max-width: calc(100% - 60px);
  width: 300px;
}
@media (min-width: 576px) {
  .__wrapper.navbar-expand-xl .modal.__sidebar.fade .modal-dialog {
    max-width: 300px;
    width: auto;
  }
}
@media (min-width: 1200px) {
  .__wrapper.navbar-expand-xl .modal.__sidebar.fade .modal-dialog {
    transform: translate(0, 0);
  }
}
@media (min-width: 1200px) {
  .__wrapper.navbar-expand-xl .modal-dialog {
    margin: 0;
  }
}

.modal.__sidebar.fade {
  overflow: initial;
}
@media (min-width: 1200px) {
  .modal.__sidebar.fade:not(.show):before {
    content: "";
    display: inline-block;
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    height: 500px;
    background: -webkit-linear-gradient(top, rgba(245, 209, 66, 0.9) 0%, rgba(245, 209, 66, 0.5) 25%, rgba(245, 209, 66, 0) 100%);
    background: -moz-linear-gradient(top, rgba(245, 209, 66, 0.9) 0%, rgba(245, 209, 66, 0.5) 25%, rgba(245, 209, 66, 0) 100%);
    background: -o-linear-gradient(top, rgba(245, 209, 66, 0.9) 0%, rgba(245, 209, 66, 0.5) 25%, rgba(245, 209, 66, 0) 100%);
    background: linear-gradient(top, rgba(245, 209, 66, 0.9) 0%, rgba(245, 209, 66, 0.5) 25%, rgba(245, 209, 66, 0) 100%);
  }
}

.list-group .list-group-item {
  color: #065e6f;
  padding: 0.438rem 1.25rem;
}
.list-group .list-group-item:hover {
  text-decoration: none;
}
.list-group .list-group-item.dle-zemi {
  background-color: #e7fafe;
  border-color: #bae9f2;
  font-size: 0.938rem;
}
.list-group .list-group-item.dle-zemi:hover {
  background-color: #d5f2f8;
}
.list-group .list-group-item .badge-secondary {
  background-color: #064d5b;
  Color: #fff;
}
.list-group .list-group-item img {
  display: inline-block;
  margin-right: 6px;
}
.list-group.alternativ {
  margin-bottom: 0;
}
.list-group.alternativ .list-group-item {
  padding: 0.625rem 1.25rem;
  font-weight: 600;
  background-color: #fff5cc;
  border-color: #dac571;
}
.list-group.alternativ .list-group-item:hover {
  background-color: #fef2c1;
}
.list-group.alternativ .list-group-item.active {
  background: #0796b3;
  color: #fff;
  border-color: #067d96;
}
.list-group.alternativ .list-group-item.active:hover, .list-group.alternativ .list-group-item.active:focus {
  background: #067d96;
  color: #fff;
  border-color: #05758c;
}
.list-group.alternativ .list-group-item.dle-zemi {
  background-color: #e7fafe;
  border-color: #bae9f2;
}
.list-group.alternativ .list-group-item.destinace-menu {
  background-color: #f5d142;
  border-color: #edc00d #ffffff #ffffff #ffffff;
}
.list-group.alternativ .list-group-item.hlavni-menu {
  background: #067d96;
  color: #fff;
  border-color: #05758c;
  font-weight: normal;
}
.list-group.alternativ .list-group-item.hlavni-menu:hover, .list-group.alternativ .list-group-item.hlavni-menu:focus {
  background: #056d82;
  color: #fff;
  border-color: #056578;
}

.seznam-inline ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.seznam-inline ul li {
  display: inline-block;
  padding: 4px 2px 0 0;
}
.seznam-inline ul li a {
  display: block;
  padding: 6px 12px;
  background-color: rgba(231, 250, 254, 0.6);
  border: solid 1px #c0f2fc;
}

.dlazdicky-hp {
  position: relative;
  overflow: hidden;
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 1200px) {
  .dlazdicky-hp {
    padding-left: 15px;
    padding-right: 30px;
  }
}

.destinace-flex {
  grid-gap: 4px;
}
.destinace-flex .btn-destinace {
  color: #212529;
  background-color: #fff5cc;
  border-color: #dac571;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.destinace-flex .btn-destinace:hover {
  color: #212529;
  background-color: #ffeda6;
  border-color: #d0b549;
}
.destinace-flex .btn-destinace:focus, .destinace-flex .btn-destinace.focus {
  color: #212529;
  background-color: #ffeda6;
  border-color: #d0b549;
  box-shadow: 0 0 0 0.2rem rgba(190, 173, 102, 0.5);
}
.destinace-flex .btn-destinace.disabled, .destinace-flex .btn-destinace:disabled {
  color: #212529;
  background-color: #fff5cc;
  border-color: #dac571;
}
.destinace-flex .btn-destinace:not(:disabled):not(.disabled):active, .destinace-flex .btn-destinace:not(:disabled):not(.disabled).active, .show > .destinace-flex .btn-destinace.dropdown-toggle {
  color: #212529;
  background-color: #ffea99;
  border-color: #cdb13e;
}
.destinace-flex .btn-destinace:not(:disabled):not(.disabled):active:focus, .destinace-flex .btn-destinace:not(:disabled):not(.disabled).active:focus, .show > .destinace-flex .btn-destinace.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(190, 173, 102, 0.5);
}
@media (min-width: 768px) {
  .destinace-flex .btn-destinace {
    max-width: 25%;
  }
}
@media (min-width: 1200px) {
  .destinace-flex .btn-destinace {
    min-width: 15%;
    max-width: 20%;
  }
}

.__destinace-flex .__place-detail {
  outline: 1px solid #ffffff;
}
.__destinace-flex .__place-detail:before, .__destinace-flex .__place-detail:after, .__destinace-flex .__place-detail:nth-of-type(1) .__punta:before, .__destinace-flex .__place-detail:nth-of-type(1) .__punta:after {
  content: " ";
  display: inline-block;
  position: absolute;
  top: -15px;
  right: -15px;
  border-radius: 50%;
  z-index: 1;
  background: rgba(186, 233, 242, 0);
  padding: 6px;
  border: solid 9px rgba(186, 233, 242, 0.3);
  box-shadow: inset 0px 0px 6px 6px rgba(186, 233, 242, 0.8);
}
.__destinace-flex .__place-detail:after, .__destinace-flex .__place-detail:nth-of-type(1) .__punta:after {
  bottom: -15px;
  top: auto;
}
.__destinace-flex .__punta:before {
  left: -15px;
  right: auto;
}
.__destinace-flex .__punta:after {
  left: -15px;
  right: auto;
}

.dlazdicky-hp .__destinace-flex:after {
  content: " ";
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 100%;
  z-index: 1;
  width: 100px;
  border: 1px solid rgba(186, 233, 242, 0);
}

.__placelist .__place-detail .__place-detail-title {
  background: rgba(7, 150, 179, 0.8);
  Color: #fff;
  left: 0;
  right: 0;
  margin: 0;
  font-size: 1.125rem;
  padding: 0.7rem;
}
.__placelist .__place-detail:hover .__place-detail-title {
  top: 0;
  -webkit-animation: scale-up-ver-bottom 0.1s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: scale-up-ver-bottom 0.1s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
.__placelist.__placelist-min .__place-detail {
  max-width: 150px;
}
.__placelist.__placelist-min .__place-detail .__place-detail-title {
  padding: 0.3rem;
}
.__placelist.__placelist-min .destinace-filtr-flex {
  grid-gap: 30px;
}
.__placelist.__placelist-min .destinace-filtr-flex .__punta {
  width: 100%;
  left: 0;
  right: 0;
}
.__placelist.__placelist-min .destinace-filtr-flex .__punta:after {
  content: " ";
  display: inline-block;
  position: absolute;
  top: -18px;
  left: calc(50% - 8px);
  border-radius: 50%;
  z-index: 1;
  background: rgba(186, 233, 242, 0);
  padding: 4px;
  border: solid 6px rgba(186, 233, 242, 0.3);
  box-shadow: inset 0px 0px 4px 4px rgba(186, 233, 242, 0.8);
}
.__placelist.__placelist-min .destinace-filtr-flex.sekce-1 {
  border-bottom: solid 1px #bae9f2;
  padding-right: calc(100% / 12.5);
}
.__placelist.__placelist-min .destinace-filtr-flex.sekce-1 .__punta {
  bottom: 0;
}
.__placelist.__placelist-min .destinace-filtr-flex.sekce-1 .__punta:after {
  top: auto;
  bottom: -18px;
}
.__placelist.__placelist-min .destinace-filtr-flex.sekce-2 {
  padding-left: calc(100% / 12.5);
}

@-webkit-keyframes scale-up-ver-bottom {
  0% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
  }
}
@keyframes scale-up-ver-bottom {
  0% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
  }
}
.__nav-decorations .comp-template-menu .navbar-nav .nav-item:before {
  content: " ";
  display: inline-block;
  position: absolute;
  top: -15px;
  right: -15px;
  border-radius: 50%;
  z-index: 1;
  background: rgba(186, 233, 242, 0);
  padding: 6px;
  border: solid 9px rgba(186, 233, 242, 0.3);
  box-shadow: inset 0px 0px 6px 6px rgba(186, 233, 242, 0.8);
}

.comp-template-menu .navbar-nav .nav-item {
  flex: 1 0 auto;
  max-width: 100%;
  position: relative;
}
.comp-template-menu .navbar-nav .nav-item a {
  text-align: center;
}

.modal.__fulltext {
  overflow: inherit;
  padding-right: 0 !important;
}
.modal.__fulltext.fade .modal-dialog {
  margin: 0;
}
@media (min-width: 576px) {
  .modal.__fulltext.fade .modal-dialog {
    margin: 0;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .modal.__fulltext.fade .modal-dialog {
    transform: translate(0, 0);
  }
}
.modal.__fulltext.fade .modal-dialog .modal-content {
  background: #0796b3;
  border-color: #0796b3;
}
@media (min-width: 992px) {
  .modal.__fulltext.fade .modal-dialog .modal-content {
    background: transparent;
  }
}
@media (min-width: 992px) {
  .modal.__fulltext:not(.show) {
    display: block !important;
    position: relative;
    opacity: 1;
    z-index: 9;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .modal.__fulltext.show.fade .modal-dialog .modal-content {
    background: #0796b3;
    padding: 1.5rem;
  }
}

.__top-motto {
  max-width: 40%;
}
.__top-motto h3, .__top-motto h4 {
  margin: 0;
  font-size: 1.25rem;
  color: #0796b3;
  font-family: "Playfair Display", serif;
}
.__top-motto h3 strong, .__top-motto h3 b, .__top-motto h4 strong, .__top-motto h4 b {
  color: #520872;
}
@media (min-width: 1400px) {
  .__top-motto h3, .__top-motto h4 {
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  .__top-motto h4 strong {
    display: block;
  }
}
.__mini-navi-panel {
  grid-gap: 0.3rem;
}
@media (min-width: 992px) {
  .__mini-navi-panel {
    grid-gap: 0.5rem;
  }
}

.__fs-18 {
  font-size: 1.125rem;
}

.text-toparea {
  color: #4c575f;
}

.__hover-ico-color:hover .fal {
  color: #f5d142;
}

.comp-cms-text.btn-katalog {
  background: #fff5cc;
}
.comp-cms-text.btn-katalog a {
  text-decoration: none;
  color: #444e56;
  display: flex;
  align-items: center;
  line-height: 1.6;
}
.comp-cms-text.btn-katalog a:before {
  font-family: "Font Awesome 6 Pro";
  content: "";
  display: block;
  padding-right: 0.25rem;
  color: #064779;
  font-size: 1.25rem;
}
.comp-cms-text.btn-katalog:hover {
  text-decoration: none;
  cursor: pointer;
  background-color: #fef2c1;
}
.comp-cms-text.btn-katalog:hover a:before {
  color: #f5d142;
}

.comp-template-logo > img {
  max-width: 100%;
  height: auto;
}

body:not(.modal-open) #myTop {
  position: sticky;
  z-index: 9;
  background: #f6fdfe;
  border-bottom: 2px solid #0796b3;
}
@media (min-width: 1200px) {
  body:not(.modal-open) #myTop {
    position: relative;
  }
}
body:not(.modal-open) #myTop.__position-fixi {
  top: 0;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
}

@media (max-width: 1399.98px) {
  #myTop.__position-fixi {
    -webkit-animation: slide-in-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    animation: slide-in-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  }
}

.comp-template-menu.__nav-white .navbar-nav .nav-item .nav-link {
  background: #fff;
  color: #222;
  border-color: #ddd;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .comp-template-menu.__nav-white .navbar-nav .nav-item .nav-link {
    font-size: 0.85rem;
  }
}
.comp-template-menu.__nav-white .navbar-nav .nav-item .nav-link:hover {
  background: rgba(186, 233, 242, 0.3);
}

@-webkit-keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.comp-cms-text.__footer-column {
  color: #fff;
}
.comp-cms-text.__footer-column h4, .comp-cms-text.__footer-column h5 {
  font-size: 1.125rem;
  margin: 0.625rem 0;
  text-transform: uppercase;
  font-weight: 600;
  display: flex;
  align-items: center;
  grid-gap: 0.25rem;
}
.comp-cms-text.__footer-column ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.comp-cms-text.__footer-column ul li a:before {
  font-family: "Font Awesome 6 Pro";
  content: "";
  font-size: 0.688rem;
  display: inline-block;
  padding-right: 0.375rem;
}
@media (min-width: 768px) {
  .comp-cms-text.__footer-column .faq-title a.faq {
    pointer-events: none;
  }
}
.comp-cms-text.__footer-column .faq-title a.faq:before {
  content: none;
}
.comp-cms-text.__footer-column .faq-title a.faq:after {
  font-family: "Font Awesome 6 Pro";
  content: "";
  font-size: 0.7rem;
}
@media (min-width: 768px) {
  .comp-cms-text.__footer-column .faq-title a.faq:after {
    content: none;
  }
}
.comp-cms-text.__footer-column .faq-title a.faq[aria-expanded=true]:before {
  content: none;
}
.comp-cms-text.__footer-column .faq-title a.faq[aria-expanded=true]:after {
  content: "";
}
@media (min-width: 768px) {
  .comp-cms-text.__footer-column .faq-title + ul {
    display: block !important;
  }
}
.comp-cms-text.__footer-column ul li a {
  text-decoration: none;
  display: block;
  padding: 4px 0;
  font-size: 0.875rem;
}
.comp-cms-text.__footer-column ul li a:hover {
  text-decoration: underline;
}

.newslettersignup-mayer h4 {
  font-size: 1.125rem;
  color: #064d5b;
  margin-bottom: 15px;
  font-weight: 500;
}
.newslettersignup-mayer .radio {
  display: flex;
  align-items: center;
  grid-gap: 30px;
  font-size: 0.875rem;
}
.newslettersignup-mayer .radio label {
  margin: 0;
}
.newslettersignup-mayer .otnnl {
  margin: 10px 0;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(4, auto);
  gap: 10px;
  grid-gap: 10px;
  grid-template-areas: "Label" "input" "button" "error";
}
@media (min-width: 768px) {
  .newslettersignup-mayer .otnnl {
    gap: 0px;
    grid-gap: 0px;
    grid-template-columns: auto 90px;
    grid-template-rows: repeat(3, auto);
    grid-template-areas: "Label Label" "input button" "error error";
  }
}
.newslettersignup-mayer .otnnl label {
  margin: 0;
  padding: 0;
  font-size: 1px;
  color: transparent;
  grid-area: Label;
}
.newslettersignup-mayer .otnnl .nlerror, .newslettersignup-mayer .otnnl .nlsuccess, .newslettersignup-mayer .otnnl #otnnlresulterr226, .newslettersignup-mayer .otnnl #otnnlresultok226 {
  grid-area: error;
}
.newslettersignup-mayer .otnnl input {
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.newslettersignup-mayer .otnnl input[type=text] {
  grid-area: input;
  width: 100%;
  color: #0d0d0d;
  background-color: #fff;
  border: solid #ced4da;
  border-width: 1px;
  background-clip: padding-box;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .newslettersignup-mayer .otnnl input[type=text] {
    transition: none;
  }
}
.newslettersignup-mayer .otnnl input[type=text]::placeholder {
  color: #404040;
  opacity: 1;
}
.newslettersignup-mayer .otnnl input[type=text]:focus-visible, .newslettersignup-mayer .otnnl input[type=text]:focus {
  outline: none;
}
.newslettersignup-mayer .otnnl input.otnnlbutton {
  grid-area: button;
  border: none;
  color: #fff;
  background-color: #0796b3;
  border-color: #0796b3;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.newslettersignup-mayer .otnnl input.otnnlbutton:hover {
  color: #fff;
  background-color: #06778e;
  border-color: #056d82;
}
.newslettersignup-mayer .otnnl input.otnnlbutton:focus, .newslettersignup-mayer .otnnl input.otnnlbutton.focus {
  color: #fff;
  background-color: #06778e;
  border-color: #056d82;
  box-shadow: 0 0 0 0.2rem rgba(44, 166, 190, 0.5);
}
.newslettersignup-mayer .otnnl input.otnnlbutton.disabled, .newslettersignup-mayer .otnnl input.otnnlbutton:disabled {
  color: #fff;
  background-color: #0796b3;
  border-color: #0796b3;
}
.newslettersignup-mayer .otnnl input.otnnlbutton:not(:disabled):not(.disabled):active, .newslettersignup-mayer .otnnl input.otnnlbutton:not(:disabled):not(.disabled).active, .show > .newslettersignup-mayer .otnnl input.otnnlbutton.dropdown-toggle {
  color: #fff;
  background-color: #056d82;
  border-color: #056376;
}
.newslettersignup-mayer .otnnl input.otnnlbutton:not(:disabled):not(.disabled):active:focus, .newslettersignup-mayer .otnnl input.otnnlbutton:not(:disabled):not(.disabled).active:focus, .show > .newslettersignup-mayer .otnnl input.otnnlbutton.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(44, 166, 190, 0.5);
}

.bottom-link a.btn, .bottom-link .comp-global-nextresults a.ArtSearch-btn.search-button, .comp-global-nextresults .bottom-link a.ArtSearch-btn.search-button, .bottom-link .comp-tour-search .search-button-holder a.search-button, .comp-tour-search .search-button-holder .bottom-link a.search-button {
  font-size: 15px;
  padding: 6px 15px;
  border-radius: 0;
  background: #feea9a;
  border: solid 1px #e2cb6f;
  outline: 1px dashed #e2cb6f;
  outline-offset: -6px;
  margin: 0px 10px 10px 0;
  position: relative;
}
@media (min-width: 992px) {
  .bottom-link a.btn, .bottom-link .comp-global-nextresults a.ArtSearch-btn.search-button, .comp-global-nextresults .bottom-link a.ArtSearch-btn.search-button, .bottom-link .comp-tour-search .search-button-holder a.search-button, .comp-tour-search .search-button-holder .bottom-link a.search-button {
    padding: 15px 30px;
    margin-top: 35px;
  }
}
.bottom-link a.btn:hover, .bottom-link .comp-global-nextresults a.ArtSearch-btn.search-button:hover, .comp-global-nextresults .bottom-link a.ArtSearch-btn.search-button:hover, .bottom-link .comp-tour-search .search-button-holder a.search-button:hover, .comp-tour-search .search-button-holder .bottom-link a.search-button:hover {
  background: #ffe580;
  border: solid 1px #bfa640;
  outline: #bfa640;
}
@media (min-width: 992px) {
  .bottom-link a.btn:before, .bottom-link .comp-global-nextresults a.ArtSearch-btn.search-button:before, .comp-global-nextresults .bottom-link a.ArtSearch-btn.search-button:before, .bottom-link .comp-tour-search .search-button-holder a.search-button:before, .comp-tour-search .search-button-holder .bottom-link a.search-button:before {
    content: "";
    padding: 6px;
    background: #e2cb6f;
    border-radius: 100%;
    position: absolute;
    top: -30px;
    left: 50%;
    margin-left: -7px;
    border: solid 1px #d9bb45;
    -webkit-box-shadow: 0 0 0 8px #feea9a;
    box-shadow: 0 0 0 8px #feea9a;
  }
}
@media (min-width: 992px) {
  .bottom-link a.btn:after, .bottom-link .comp-global-nextresults a.ArtSearch-btn.search-button:after, .comp-global-nextresults .bottom-link a.ArtSearch-btn.search-button:after, .bottom-link .comp-tour-search .search-button-holder a.search-button:after, .comp-tour-search .search-button-holder .bottom-link a.search-button:after {
    content: "";
    background: #e2cb6f;
    position: absolute;
    top: -30px;
    left: 20%;
    height: 30px;
    width: 60%;
    -webkit-clip-path: polygon(98% 100%, 50% 2%, 2% 100%, 0 98%, 50% 0, 100% 100%);
    clip-path: polygon(98% 100%, 50% 2%, 2% 100%, 0 98%, 50% 0, 100% 100%);
  }
}

.bottom-navigace ul {
  list-style: none;
  padding: 0;
  margin-right: 2rem;
  margin-bottom: 2rem;
}
.bottom-navigace ul li a {
  color: #555;
  display: block;
  padding: 3px 0;
  font-size: 0.875rem;
}
.bottom-navigace ul li a:before {
  content: "";
  font-family: "Font Awesome 6 Pro";
  font-size: 0.688rem;
  display: inline-block;
  padding-right: 6px;
}
.bottom-navigace ul li h4 {
  text-transform: uppercase;
  font-size: 1.125rem;
}

.upoutavka {
  border-top: solid 6px #f5d142;
}
.upoutavka .comp-cms-text {
  Color: #fff;
}
.upoutavka .comp-cms-text h2 {
  font-weight: 600;
  Color: #fff;
}
.upoutavka .comp-cms-text h4 {
  margin-top: 1rem;
  Color: #fff;
}
.upoutavka .comp-cms-text a {
  display: block;
  margin-top: 1rem;
  margin-right: 1rem;
}
@media (min-width: 992px) {
  .upoutavka .comp-cms-text a {
    float: none;
    margin: 0;
  }
}
.upoutavka .comp-cms-text span.fa, .upoutavka .comp-cms-text span.fal {
  font-weight: 200;
  font-size: 30px;
  color: #212529;
  width: 84px;
  line-height: 84px;
  height: 84px;
  background: #feea9a;
  text-align: center;
  border-radius: 100%;
}
.upoutavka .comp-cms-text span i {
  display: none;
}
.upoutavka > .bg {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 0%;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  .upoutavka > .bg {
    display: block;
  }
}
.upoutavka .upoutavka-prechod {
  background: -webkit-linear-gradient(left, #0796b3 0%, rgba(7, 150, 179, 0.3) 30%, rgba(7, 150, 179, 0.3) 70%, #0796b3 100%);
  background: -moz-linear-gradient(left, #0796b3 0%, rgba(7, 150, 179, 0.3) 30%, rgba(7, 150, 179, 0.3) 70%, #0796b3 100%);
  background: -o-linear-gradient(left, #0796b3 0%, rgba(7, 150, 179, 0.3) 30%, rgba(7, 150, 179, 0.3) 70%, #0796b3 100%);
  background: linear-gradient(left, #0796b3 0%, rgba(7, 150, 179, 0.3) 30%, rgba(7, 150, 179, 0.3) 70%, #0796b3 100%);
  margin: 0 auto;
}

.KatalogButton {
  min-width: 200px;
  background-color: #107cb1;
  color: #fff;
  padding: 15px 30px;
  outline: 1px dashed #fff;
  outline-offset: -6px;
  grid-gap: 15px;
}
.KatalogButton:before {
  font-family: "Font Awesome 6 Pro";
  content: "";
  display: block;
  font-size: 5rem;
  color: #fff;
}
.KatalogButton h4 {
  color: #fff;
  font-family: "Playfair Display", serif;
  font-size: 1.125rem;
  margin-bottom: 15px;
}
.KatalogButton p {
  margin-bottom: 0;
}
.KatalogButton a.btn, .KatalogButton .comp-global-nextresults a.ArtSearch-btn.search-button, .comp-global-nextresults .KatalogButton a.ArtSearch-btn.search-button, .KatalogButton .comp-tour-search .search-button-holder a.search-button, .comp-tour-search .search-button-holder .KatalogButton a.search-button {
  font-size: 15px;
  padding: 6px 15px;
  border-radius: 0;
  background: #feea9a;
  border: solid 1px #dece8c;
  outline: 1px dashed #dece8c;
}

.fa-scale-unbalanced:before {
  content: "";
}

.fa-computer:before {
  content: "";
}

.fa-sailboat:before {
  content: "";
}

.fa-hands-holding-child:before {
  content: "";
}

.fa-phone-flip:before {
  content: "";
}

.fa-book-open-cover:before {
  content: "";
}

.fa-trophy-alt:before {
  content: "";
}

.fa-handshake-alt:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-person-sign:before {
  content: "";
}

.fa-share-nodes:before {
  content: "";
}

.z-index-999 {
  z-index: 999;
}

.font-script {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  color: #065e6f;
}

b, strong {
  font-weight: 600;
}

.bg-light-vedlejsi {
  background: #fff5cc;
}

.text-blue {
  color: #075088 !important;
}

.pozadi-stranky {
  background-position: 50% 0;
}

#myTop .top-area a.__link-kontatk:hover {
  text-decoration: none;
  color: #06768D;
}
#myTop.__position-fixi .top-area {
  padding: 5px;
}
#myTop.__position-fixi .comp-template-logo > img.weblogo {
  height: 50px;
}

/*.comp-template-menu .navbar-nav .nav-item:nth-child(1) .nav-link {
    &:before {
        content: fa-content($fa-var-house-chimney );
        font-family: $fa-font-family;
        display: inline-block;
        padding-right: .5rem;
        font-weight: 600;
    }
}*/
.comp.comp-template-logo {
  max-width: 100px;
}
.comp.comp-template-logo img {
  max-width: 100%;
  height: auto;
}
@media (min-width: 1200px) {
  .comp.comp-template-logo {
    max-width: initial;
  }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .comp-template-menu .navbar-nav .nav-item .nav-link {
    font-size: 13px;
  }
}

.__my-footer.__bg-dark {
  background: #000;
  color: #939393;
  font-size: 90%;
}
.__my-footer.__bg-dark a {
  color: #939393;
}
.__my-footer.__bg-dark a:hover {
  color: #fff;
}
.__my-footer.__bg-dark .__my-footer-border-bottom {
  border-bottom: 1px solid #232323;
  border-top: 1px solid #232323;
}
