@charset "UTF-8";
/**
 * Colors from bootstrap
 */
/**
 * Border color
 */
/**
 * Colors
 */
/**
 * Grid
 */
/**
 * Spacers
 */
/**
 * Border radius
 */
/**
 * Focus
 */
/**
 * Input bg
 */
/***
 ** Define own variables in this file
 ***/
/**
 * Font sizes
 */
/**
 * to-do
 * @todo: add / use global box-shadow variable for setting box shadow on cards + teasers
 */
/**
 * Animations
 */
/**
 * Ratios
 */
/**
 * Gaps ( flexbox )
 */
/**
 * Blank for placeholders
 */
/**
 * Booking color set
 * ------------------------------
 * using bootstrap $success, $danger, $warning
 * to make sure to change those variables to
 * not have different colors in various elements.
 */
/**
 * Buttons
 */
/**
 * Rating color
 */
/**
 * Body
 */
/**
 * Text on image
 */
/**
 * Headlines
 */
/**
 * Responsive font sizhe
 */
/**
 * Spacings
 */
/**
 * Icon links
 */
/**
 * Responsive title sizes
 */
/**
 * Category Header
 */
/**
 * Content slider
 */
/**
 * Accordion
 */
/**
 * Slider elements
 */
/**
 * Share page
 */
/**
 * Footer
 * ---------------------------------------
 * some variables wich used for default footer settings
 */
/**
 * Beaverbuilder
 * ---------------------------------------
 * Some additional beaverbuilder settings
 */
/**
 * Header
 * ---------------------------------------
 * some variables wich used for default header settings
 */
/**
 * Navigation
 * ---------------------------------
 * add some variables to extend bootstrap navbar
 */
/**
 * Inputs
 */
/**
 * Custom form items
 * --------------------------------------------
 * defines various custom form items globally,
 * to change them without searching scss/overriding
 * it manually.
 */
/**
 * Booking Category dropdown behaviour
 * ------------------------------------
 * can set modal view for desktop + max width
 * of modal
 * defines UX for moible friendly views
 * and point to break
 */
/**
 * Person dropdown behaviour
 * ------------------------------------
 * can set modal view for desktop + max width
 * of modal
 * defines UX for moible friendly views
 * and point to break
 */
/**
 * Booking calendar dropdown
 */
/**
 * Calendar control
 */
/**
 * Search header
 */
/**
 * Searchbar
 * --------------------------------------------
 * searchbar uses some default tab variables
 * from bootstrap. can be overwritten in
 * theme varialbes file by bootstrap tabs
 * variables or by own variables.
 * You can either reset variables to make
 * own/custom style easier to fit/work
 */
/**
 * Fulltext
 */
/**
 * Popups/Popouts
 * --------------------------------------------
 * Defines basic Popup/Popout styles for
 * apple like popup and offcanvas popup style
 * most variables came from modals
 */
/**
 * Filter
 * --------------------------------------------
 * filter is using various bootstrap varialbes
 * for styling to make filter style change by
 * global bootstrap variables
 */
/**
 * Teasers
 * --------------------------------------------
 * useing bootstrap card variables by default,
 * you can change global card styles by overriting
 * card variables ( see defined values ) or
 * you can change the style of this values
 * to make travel cards different from default
 * cards.
 */
/**
 * Month teaser
 */
/**
 * Price settings
 */
/**
 * Category product teaser
 * --------------------------------------------
 * useing bootstrap card variables by default,
 * you can change global card styles by overriting
 * card variables ( see defined values ) or
 * you can change the style of this values
 * to make travel cards different from default
 * cards.
 */
/**
 * Discount
 */
/**
 * Badges
 */
/**
 * Travel cards
 * --------------------------------------------
 * useing bootstrap card variables by default,
 * you can change global card styles by overriting
 * card variables ( see defined values ) or
 * you can change the style of this values
 * to make travel cards different from default
 * cards.
 */
/**
 * Image teaser
 */
/**
 * WP teaser
 */
/**
 * Team teaser
 */
/**
 * Icon teaser
 */
/**
 * Add to wishlist
 * ----------------------------
 * set colors on image / default
 */
/*
 * Checklists
 */
/*
 * Detail page
 */
/**
 * Active filters
 */
/**
 * Notification
 */
/**
 * Scroll top
 */
/**
 * Range slider
 */
/**
 * Contrast mode
 */
/**
 * Copyright
 */
/**
 * Flyouts
 */
:root,
[data-bs-theme=light] {
  --bsblue: #0d6efd;
  --bsindigo: #6610f2;
  --bspurple: #6f42c1;
  --bspink: #d63384;
  --bsred: #dc3545;
  --bsorange: #fd7e14;
  --bsyellow: #ffc107;
  --bsgreen: #198754;
  --bsteal: #20c997;
  --bscyan: #0dcaf0;
  --bsblack: #000;
  --bswhite: #fff;
  --bsgray: #6c757d;
  --bsgray-dark: #343a40;
  --bsgray-100: #f8f9fa;
  --bsgray-200: #e9ecef;
  --bsgray-300: #dee2e6;
  --bsgray-400: #ced4da;
  --bsgray-500: #adb5bd;
  --bsgray-600: #6c757d;
  --bsgray-700: #495057;
  --bsgray-800: #343a40;
  --bsgray-900: #212529;
  --bsprimary: #003580;
  --bssecondary: #03071d;
  --bssuccess: #0e6322;
  --bsinfo: #17a2b8;
  --bswarning: #ffc107;
  --bsdanger: #dc3545;
  --bslight: #f8f9fa;
  --bsdark: #343a40;
  --bsprimary-rgb: 0, 53, 128;
  --bssecondary-rgb: 3, 7, 29;
  --bssuccess-rgb: 14, 99, 34;
  --bsinfo-rgb: 23, 162, 184;
  --bswarning-rgb: 255, 193, 7;
  --bsdanger-rgb: 220, 53, 69;
  --bslight-rgb: 248, 249, 250;
  --bsdark-rgb: 52, 58, 64;
  --bsprimary-text-emphasis: rgb(0, 21.2, 51.2);
  --bssecondary-text-emphasis: rgb(1.2, 2.8, 11.6);
  --bssuccess-text-emphasis: rgb(5.6, 39.6, 13.6);
  --bsinfo-text-emphasis: rgb(9.2, 64.8, 73.6);
  --bswarning-text-emphasis: rgb(102, 77.2, 2.8);
  --bsdanger-text-emphasis: rgb(88, 21.2, 27.6);
  --bslight-text-emphasis: #495057;
  --bsdark-text-emphasis: #495057;
  --bsprimary-bg-subtle: rgb(204, 214.6, 229.6);
  --bssecondary-bg-subtle: rgb(204.6, 205.4, 209.8);
  --bssuccess-bg-subtle: rgb(206.8, 223.8, 210.8);
  --bsinfo-bg-subtle: rgb(208.6, 236.4, 240.8);
  --bswarning-bg-subtle: rgb(255, 242.6, 205.4);
  --bsdanger-bg-subtle: rgb(248, 214.6, 217.8);
  --bslight-bg-subtle: rgb(251.5, 252, 252.5);
  --bsdark-bg-subtle: #ced4da;
  --bsprimary-border-subtle: rgb(153, 174.2, 204.2);
  --bssecondary-border-subtle: rgb(154.2, 155.8, 164.6);
  --bssuccess-border-subtle: rgb(158.6, 192.6, 166.6);
  --bsinfo-border-subtle: rgb(162.2, 217.8, 226.6);
  --bswarning-border-subtle: rgb(255, 230.2, 155.8);
  --bsdanger-border-subtle: rgb(241, 174.2, 180.6);
  --bslight-border-subtle: #e9ecef;
  --bsdark-border-subtle: #adb5bd;
  --bswhite-rgb: 255, 255, 255;
  --bsblack-rgb: 0, 0, 0;
  --bsfont-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bsfont-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bsgradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bsbody-font-family: var(--bsfont-sans-serif);
  --bsbody-font-size: 1rem;
  --bsbody-font-weight: 400;
  --bsbody-line-height: 1.5;
  --bsbody-color: #212529;
  --bsbody-color-rgb: 33, 37, 41;
  --bsbody-bg: #fff;
  --bsbody-bg-rgb: 255, 255, 255;
  --bsemphasis-color: #000;
  --bsemphasis-color-rgb: 0, 0, 0;
  --bssecondary-color: rgba(33, 37, 41, 0.75);
  --bssecondary-color-rgb: 33, 37, 41;
  --bssecondary-bg: #e9ecef;
  --bssecondary-bg-rgb: 233, 236, 239;
  --bstertiary-color: rgba(33, 37, 41, 0.5);
  --bstertiary-color-rgb: 33, 37, 41;
  --bstertiary-bg: #f8f9fa;
  --bstertiary-bg-rgb: 248, 249, 250;
  --bsheading-color: inherit;
  --bslink-color: #003580;
  --bslink-color-rgb: 0, 53, 128;
  --bslink-decoration: underline;
  --bslink-hover-color: rgb(0, 42.4, 102.4);
  --bslink-hover-color-rgb: 0, 42, 102;
  --bscode-color: #d63384;
  --bshighlight-color: #212529;
  --bshighlight-bg: rgb(255, 242.6, 205.4);
  --bsborder-width: 1px;
  --bsborder-style: solid;
  --bsborder-color: #dee2e6;
  --bsborder-color-translucent: rgba(0, 0, 0, 0.175);
  --bsborder-radius: 0.375rem;
  --bsborder-radius-sm: 0.25rem;
  --bsborder-radius-lg: 0.5rem;
  --bsborder-radius-xl: 1rem;
  --bsborder-radius-xxl: 2rem;
  --bsborder-radius-2xl: var(--bsborder-radius-xxl);
  --bsborder-radius-pill: 50rem;
  --bsbox-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bsbox-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bsbox-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bsbox-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bsfocus-ring-width: 0.125rem;
  --bsfocus-ring-opacity: 1;
  --bsfocus-ring-color: #003580;
  --bsform-valid-color: #0e6322;
  --bsform-valid-border-color: #0e6322;
  --bsform-invalid-color: #dc3545;
  --bsform-invalid-border-color: #dc3545;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bsbody-color: #dee2e6;
  --bsbody-color-rgb: 222, 226, 230;
  --bsbody-bg: #212529;
  --bsbody-bg-rgb: 33, 37, 41;
  --bsemphasis-color: #fff;
  --bsemphasis-color-rgb: 255, 255, 255;
  --bssecondary-color: rgba(222, 226, 230, 0.75);
  --bssecondary-color-rgb: 222, 226, 230;
  --bssecondary-bg: #343a40;
  --bssecondary-bg-rgb: 52, 58, 64;
  --bstertiary-color: rgba(222, 226, 230, 0.5);
  --bstertiary-color-rgb: 222, 226, 230;
  --bstertiary-bg: rgb(42.5, 47.5, 52.5);
  --bstertiary-bg-rgb: 43, 48, 53;
  --bsprimary-text-emphasis: rgb(102, 133.8, 178.8);
  --bssecondary-text-emphasis: rgb(103.8, 106.2, 119.4);
  --bssuccess-text-emphasis: rgb(110.4, 161.4, 122.4);
  --bsinfo-text-emphasis: rgb(115.8, 199.2, 212.4);
  --bswarning-text-emphasis: rgb(255, 217.8, 106.2);
  --bsdanger-text-emphasis: rgb(234, 133.8, 143.4);
  --bslight-text-emphasis: #f8f9fa;
  --bsdark-text-emphasis: #dee2e6;
  --bsprimary-bg-subtle: rgb(0, 10.6, 25.6);
  --bssecondary-bg-subtle: rgb(0.6, 1.4, 5.8);
  --bssuccess-bg-subtle: rgb(2.8, 19.8, 6.8);
  --bsinfo-bg-subtle: rgb(4.6, 32.4, 36.8);
  --bswarning-bg-subtle: rgb(51, 38.6, 1.4);
  --bsdanger-bg-subtle: rgb(44, 10.6, 13.8);
  --bslight-bg-subtle: #343a40;
  --bsdark-bg-subtle: #1a1d20;
  --bsprimary-border-subtle: rgb(0, 31.8, 76.8);
  --bssecondary-border-subtle: rgb(1.8, 4.2, 17.4);
  --bssuccess-border-subtle: rgb(8.4, 59.4, 20.4);
  --bsinfo-border-subtle: rgb(13.8, 97.2, 110.4);
  --bswarning-border-subtle: rgb(153, 115.8, 4.2);
  --bsdanger-border-subtle: rgb(132, 31.8, 41.4);
  --bslight-border-subtle: #495057;
  --bsdark-border-subtle: #343a40;
  --bsheading-color: inherit;
  --bslink-color: rgb(102, 133.8, 178.8);
  --bslink-hover-color: rgb(132.6, 158.04, 194.04);
  --bslink-color-rgb: 102, 134, 179;
  --bslink-hover-color-rgb: 133, 158, 194;
  --bscode-color: rgb(230.4, 132.6, 181.2);
  --bshighlight-color: #dee2e6;
  --bshighlight-bg: rgb(102, 77.2, 2.8);
  --bsborder-color: #495057;
  --bsborder-color-translucent: rgba(255, 255, 255, 0.15);
  --bsform-valid-color: rgb(117, 183, 152.4);
  --bsform-valid-border-color: rgb(117, 183, 152.4);
  --bsform-invalid-color: rgb(234, 133.8, 143.4);
  --bsform-invalid-border-color: rgb(234, 133.8, 143.4);
}

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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bsbody-font-family);
  font-size: var(--bsbody-font-size);
  font-weight: var(--bsbody-font-weight);
  line-height: var(--bsbody-line-height);
  color: var(--bsbody-color);
  text-align: var(--bsbody-text-align);
  background-color: var(--bsbody-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bsborder-width) solid #ced4da;
  opacity: 0.25;
}

h6, .h6, h5, .h5, .autocomplete-group, .page-share .share-object .share-object-body strong, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bsheading-color);
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

h5, .h5, .autocomplete-group, .page-share .share-object .share-object-body strong {
  font-size: 1.25rem;
}

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

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

abbr[title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}

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

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

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, .small {
  font-size: 0.875em;
}

mark, .mark {
  padding: 0.1875em;
  color: var(--bshighlight-color);
  background-color: var(--bshighlight-bg);
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgba(var(--bslink-color-rgb), var(--bslink-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bslink-color-rgb: var(--bslink-hover-color-rgb);
}

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

pre,
code,
kbd,
samp {
  font-family: var(--bsfont-monospace);
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--bscode-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bsbody-bg);
  background-color: var(--bsbody-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bssecondary-color);
  text-align: left;
}

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

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

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

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

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

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

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

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

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  line-height: inherit;
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

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

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

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

.display-1 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.625rem + 4.5vw);
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.575rem + 3.9vw);
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.525rem + 3.3vw);
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.475rem + 2.7vw);
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

.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: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: var(--bsbody-bg);
  border: var(--bsborder-width) solid var(--bsborder-color);
  border-radius: var(--bsborder-radius);
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

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

.figure-caption {
  font-size: 0.875em;
  color: var(--bssecondary-color);
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bsgutter-x: 1.5rem;
  --bsgutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bsgutter-x) * 0.5);
  padding-left: calc(var(--bsgutter-x) * 0.5);
  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: 1320px;
  }
}
:root {
  --bsbreakpoint-xs: 0;
  --bsbreakpoint-sm: 576px;
  --bsbreakpoint-md: 768px;
  --bsbreakpoint-lg: 992px;
  --bsbreakpoint-xl: 1200px;
  --bsbreakpoint-xxl: 1400px;
}

.row {
  --bsgutter-x: 1.5rem;
  --bsgutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bsgutter-y));
  margin-right: calc(-0.5 * var(--bsgutter-x));
  margin-left: calc(-0.5 * var(--bsgutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bsgutter-x) * 0.5);
  padding-left: calc(var(--bsgutter-x) * 0.5);
  margin-top: var(--bsgutter-y);
}

.col {
  flex: 1 0 0;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

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

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

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}

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

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

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-auto, .author-bio .author-bio-content {
  flex: 0 0 auto;
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.g-0,
.gx-0 {
  --bsgutter-x: 0;
}

.g-0,
.gy-0 {
  --bsgutter-y: 0;
}

.g-1,
.gx-1 {
  --bsgutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bsgutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bsgutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bsgutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bsgutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bsgutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bsgutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bsgutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bsgutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bsgutter-y: 3rem;
}

.g-gutter,
.gx-gutter {
  --bsgutter-x: 1.5rem;
}

.g-gutter,
.gy-gutter {
  --bsgutter-y: 1.5rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bsgutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bsgutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bsgutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bsgutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bsgutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bsgutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bsgutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bsgutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bsgutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bsgutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bsgutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bsgutter-y: 3rem;
  }
  .g-sm-gutter,
  .gx-sm-gutter {
    --bsgutter-x: 1.5rem;
  }
  .g-sm-gutter,
  .gy-sm-gutter {
    --bsgutter-y: 1.5rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bsgutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bsgutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bsgutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bsgutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bsgutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bsgutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bsgutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bsgutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bsgutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bsgutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bsgutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bsgutter-y: 3rem;
  }
  .g-md-gutter,
  .gx-md-gutter {
    --bsgutter-x: 1.5rem;
  }
  .g-md-gutter,
  .gy-md-gutter {
    --bsgutter-y: 1.5rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bsgutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bsgutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bsgutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bsgutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bsgutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bsgutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bsgutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bsgutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bsgutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bsgutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bsgutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bsgutter-y: 3rem;
  }
  .g-lg-gutter,
  .gx-lg-gutter {
    --bsgutter-x: 1.5rem;
  }
  .g-lg-gutter,
  .gy-lg-gutter {
    --bsgutter-y: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bsgutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bsgutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bsgutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bsgutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bsgutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bsgutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bsgutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bsgutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bsgutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bsgutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bsgutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bsgutter-y: 3rem;
  }
  .g-xl-gutter,
  .gx-xl-gutter {
    --bsgutter-x: 1.5rem;
  }
  .g-xl-gutter,
  .gy-xl-gutter {
    --bsgutter-y: 1.5rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bsgutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bsgutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bsgutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bsgutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bsgutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bsgutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bsgutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bsgutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bsgutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bsgutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bsgutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bsgutter-y: 3rem;
  }
  .g-xxl-gutter,
  .gx-xxl-gutter {
    --bsgutter-x: 1.5rem;
  }
  .g-xxl-gutter,
  .gy-xxl-gutter {
    --bsgutter-y: 1.5rem;
  }
}
.table {
  --bstable-color-type: initial;
  --bstable-bg-type: initial;
  --bstable-color-state: initial;
  --bstable-bg-state: initial;
  --bstable-color: var(--bsemphasis-color);
  --bstable-bg: var(--bsbody-bg);
  --bstable-border-color: var(--bsborder-color);
  --bstable-accent-bg: transparent;
  --bstable-striped-color: var(--bsemphasis-color);
  --bstable-striped-bg: rgba(var(--bsemphasis-color-rgb), 0.05);
  --bstable-active-color: var(--bsemphasis-color);
  --bstable-active-bg: rgba(var(--bsemphasis-color-rgb), 0.1);
  --bstable-hover-color: var(--bsemphasis-color);
  --bstable-hover-bg: rgba(var(--bsemphasis-color-rgb), 0.075);
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: var(--bstable-border-color);
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  color: var(--bstable-color-state, var(--bstable-color-type, var(--bstable-color)));
  background-color: var(--bstable-bg);
  border-bottom-width: var(--bsborder-width);
  box-shadow: inset 0 0 0 9999px var(--bstable-bg-state, var(--bstable-bg-type, var(--bstable-accent-bg)));
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}

.table-group-divider {
  border-top: calc(var(--bsborder-width) * 2) solid currentcolor;
}

.caption-top {
  caption-side: top;
}

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

.table-bordered > :not(caption) > * {
  border-width: var(--bsborder-width) 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 var(--bsborder-width);
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.table-borderless > :not(:first-child) {
  border-top-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bstable-color-type: var(--bstable-striped-color);
  --bstable-bg-type: var(--bstable-striped-bg);
}

.table-striped-columns > :not(caption) > tr > :nth-child(even) {
  --bstable-color-type: var(--bstable-striped-color);
  --bstable-bg-type: var(--bstable-striped-bg);
}

.table-active {
  --bstable-color-state: var(--bstable-active-color);
  --bstable-bg-state: var(--bstable-active-bg);
}

.table-hover > tbody > tr:hover > * {
  --bstable-color-state: var(--bstable-hover-color);
  --bstable-bg-state: var(--bstable-hover-bg);
}

.table-primary {
  --bstable-color: #000;
  --bstable-bg: rgb(204, 214.6, 229.6);
  --bstable-border-color: rgb(163.2, 171.68, 183.68);
  --bstable-striped-bg: rgb(193.8, 203.87, 218.12);
  --bstable-striped-color: #000;
  --bstable-active-bg: rgb(183.6, 193.14, 206.64);
  --bstable-active-color: #000;
  --bstable-hover-bg: rgb(188.7, 198.505, 212.38);
  --bstable-hover-color: #000;
  color: var(--bstable-color);
  border-color: var(--bstable-border-color);
}

.table-secondary {
  --bstable-color: #000;
  --bstable-bg: rgb(204.6, 205.4, 209.8);
  --bstable-border-color: rgb(163.68, 164.32, 167.84);
  --bstable-striped-bg: rgb(194.37, 195.13, 199.31);
  --bstable-striped-color: #000;
  --bstable-active-bg: rgb(184.14, 184.86, 188.82);
  --bstable-active-color: #000;
  --bstable-hover-bg: rgb(189.255, 189.995, 194.065);
  --bstable-hover-color: #000;
  color: var(--bstable-color);
  border-color: var(--bstable-border-color);
}

.table-success {
  --bstable-color: #000;
  --bstable-bg: rgb(206.8, 223.8, 210.8);
  --bstable-border-color: rgb(165.44, 179.04, 168.64);
  --bstable-striped-bg: rgb(196.46, 212.61, 200.26);
  --bstable-striped-color: #000;
  --bstable-active-bg: rgb(186.12, 201.42, 189.72);
  --bstable-active-color: #000;
  --bstable-hover-bg: rgb(191.29, 207.015, 194.99);
  --bstable-hover-color: #000;
  color: var(--bstable-color);
  border-color: var(--bstable-border-color);
}

.table-info {
  --bstable-color: #000;
  --bstable-bg: rgb(208.6, 236.4, 240.8);
  --bstable-border-color: rgb(166.88, 189.12, 192.64);
  --bstable-striped-bg: rgb(198.17, 224.58, 228.76);
  --bstable-striped-color: #000;
  --bstable-active-bg: rgb(187.74, 212.76, 216.72);
  --bstable-active-color: #000;
  --bstable-hover-bg: rgb(192.955, 218.67, 222.74);
  --bstable-hover-color: #000;
  color: var(--bstable-color);
  border-color: var(--bstable-border-color);
}

.table-warning {
  --bstable-color: #000;
  --bstable-bg: rgb(255, 242.6, 205.4);
  --bstable-border-color: rgb(204, 194.08, 164.32);
  --bstable-striped-bg: rgb(242.25, 230.47, 195.13);
  --bstable-striped-color: #000;
  --bstable-active-bg: rgb(229.5, 218.34, 184.86);
  --bstable-active-color: #000;
  --bstable-hover-bg: rgb(235.875, 224.405, 189.995);
  --bstable-hover-color: #000;
  color: var(--bstable-color);
  border-color: var(--bstable-border-color);
}

.table-danger {
  --bstable-color: #000;
  --bstable-bg: rgb(248, 214.6, 217.8);
  --bstable-border-color: rgb(198.4, 171.68, 174.24);
  --bstable-striped-bg: rgb(235.6, 203.87, 206.91);
  --bstable-striped-color: #000;
  --bstable-active-bg: rgb(223.2, 193.14, 196.02);
  --bstable-active-color: #000;
  --bstable-hover-bg: rgb(229.4, 198.505, 201.465);
  --bstable-hover-color: #000;
  color: var(--bstable-color);
  border-color: var(--bstable-border-color);
}

.table-light {
  --bstable-color: #000;
  --bstable-bg: #f8f9fa;
  --bstable-border-color: rgb(198.4, 199.2, 200);
  --bstable-striped-bg: rgb(235.6, 236.55, 237.5);
  --bstable-striped-color: #000;
  --bstable-active-bg: rgb(223.2, 224.1, 225);
  --bstable-active-color: #000;
  --bstable-hover-bg: rgb(229.4, 230.325, 231.25);
  --bstable-hover-color: #000;
  color: var(--bstable-color);
  border-color: var(--bstable-border-color);
}

.table-dark {
  --bstable-color: #fff;
  --bstable-bg: #343a40;
  --bstable-border-color: rgb(92.6, 97.4, 102.2);
  --bstable-striped-bg: rgb(62.15, 67.85, 73.55);
  --bstable-striped-color: #fff;
  --bstable-active-bg: rgb(72.3, 77.7, 83.1);
  --bstable-active-color: #fff;
  --bstable-hover-bg: rgb(67.225, 72.775, 78.325);
  --bstable-hover-color: #fff;
  color: var(--bstable-color);
  border-color: var(--bstable-border-color);
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}

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

.col-form-label-lg {
  padding-top: calc(0.5rem + var(--bsborder-width));
  padding-bottom: calc(0.5rem + var(--bsborder-width));
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + var(--bsborder-width));
  padding-bottom: calc(0.25rem + var(--bsborder-width));
  font-size: 0.875rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bssecondary-color);
}

.form-control, .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p input[type=text],
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p input[type=email],
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p textarea, .detail-booking-entrypoint:not(.in-detail-header) .booking-filter .booking-filter-item.booking-filter-item--date-range button.booking-filter-field--date-range, .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.list-filter-box-date-range-picker .search-field-input-field {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bsbody-color);
  appearance: none;
  background-color: #fff;
  background-clip: padding-box;
  border: var(--bsborder-width) solid var(--bsborder-color);
  border-radius: var(--bsborder-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control, .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p input[type=text],
  .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p input[type=email],
  .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p textarea, .detail-booking-entrypoint:not(.in-detail-header) .booking-filter .booking-filter-item.booking-filter-item--date-range button.booking-filter-field--date-range, .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.list-filter-box-date-range-picker .search-field-input-field {
    transition: none;
  }
}
.form-control[type=file], .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p input[type=file][type=text],
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p input[type=file][type=email],
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p textarea[type=file], .detail-booking-entrypoint:not(.in-detail-header) .booking-filter .booking-filter-item.booking-filter-item--date-range button[type=file].booking-filter-field--date-range, .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.list-filter-box-date-range-picker [type=file].search-field-input-field {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]), .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p input[type=file][type=text]:not(:disabled):not([readonly]),
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p input[type=file][type=email]:not(:disabled):not([readonly]),
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p textarea[type=file]:not(:disabled):not([readonly]), .detail-booking-entrypoint:not(.in-detail-header) .booking-filter .booking-filter-item.booking-filter-item--date-range button[type=file].booking-filter-field--date-range:not(:disabled):not([readonly]), .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.list-filter-box-date-range-picker [type=file].search-field-input-field:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus, .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p input[type=text]:focus,
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p input[type=email]:focus,
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p textarea:focus, .detail-booking-entrypoint:not(.in-detail-header) .booking-filter .booking-filter-item.booking-filter-item--date-range button.booking-filter-field--date-range:focus, .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.list-filter-box-date-range-picker .search-field-input-field:focus {
  color: var(--bsbody-color);
  background-color: #fff;
  border-color: rgb(127.5, 154, 191.5);
  outline: 0;
  box-shadow: 0 0 0 0.125rem #003580;
}
.form-control::-webkit-date-and-time-value, .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p input[type=text]::-webkit-date-and-time-value,
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p input[type=email]::-webkit-date-and-time-value,
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p textarea::-webkit-date-and-time-value, .detail-booking-entrypoint:not(.in-detail-header) .booking-filter .booking-filter-item.booking-filter-item--date-range button.booking-filter-field--date-range::-webkit-date-and-time-value, .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.list-filter-box-date-range-picker .search-field-input-field::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}
.form-control::-webkit-datetime-edit, .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p input[type=text]::-webkit-datetime-edit,
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p input[type=email]::-webkit-datetime-edit,
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p textarea::-webkit-datetime-edit, .detail-booking-entrypoint:not(.in-detail-header) .booking-filter .booking-filter-item.booking-filter-item--date-range button.booking-filter-field--date-range::-webkit-datetime-edit, .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.list-filter-box-date-range-picker .search-field-input-field::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
.form-control::placeholder, .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p input[type=text]::placeholder,
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p input[type=email]::placeholder,
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p textarea::placeholder, .detail-booking-entrypoint:not(.in-detail-header) .booking-filter .booking-filter-item.booking-filter-item--date-range button.booking-filter-field--date-range::placeholder, .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.list-filter-box-date-range-picker .search-field-input-field::placeholder {
  color: var(--bssecondary-color);
  opacity: 1;
}
.form-control:disabled, .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p input[type=text]:disabled,
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p input[type=email]:disabled,
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p textarea:disabled, .detail-booking-entrypoint:not(.in-detail-header) .booking-filter .booking-filter-item.booking-filter-item--date-range button.booking-filter-field--date-range:disabled, .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.list-filter-box-date-range-picker .search-field-input-field:disabled {
  background-color: var(--bssecondary-bg);
  opacity: 1;
}
.form-control::file-selector-button, .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p input[type=text]::file-selector-button,
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p input[type=email]::file-selector-button,
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p textarea::file-selector-button, .detail-booking-entrypoint:not(.in-detail-header) .booking-filter .booking-filter-item.booking-filter-item--date-range button.booking-filter-field--date-range::file-selector-button, .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.list-filter-box-date-range-picker .search-field-input-field::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--bsbody-color);
  background-color: var(--bstertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bsborder-width);
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button, .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p input[type=text]::file-selector-button,
  .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p input[type=email]::file-selector-button,
  .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p textarea::file-selector-button, .detail-booking-entrypoint:not(.in-detail-header) .booking-filter .booking-filter-item.booking-filter-item--date-range button.booking-filter-field--date-range::file-selector-button, .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.list-filter-box-date-range-picker .search-field-input-field::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button, .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p input[type=text]:hover:not(:disabled):not([readonly])::file-selector-button,
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p input[type=email]:hover:not(:disabled):not([readonly])::file-selector-button,
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p textarea:hover:not(:disabled):not([readonly])::file-selector-button, .detail-booking-entrypoint:not(.in-detail-header) .booking-filter .booking-filter-item.booking-filter-item--date-range button.booking-filter-field--date-range:hover:not(:disabled):not([readonly])::file-selector-button, .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.list-filter-box-date-range-picker .search-field-input-field:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bssecondary-bg);
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: var(--bsbody-color);
  background-color: transparent;
  border: solid transparent;
  border-width: var(--bsborder-width) 0;
}
.form-control-plaintext:focus {
  outline: 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg, .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.list-filter-box-date-range-picker .form-control-plaintext.search-field-input-field.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bsborder-width) * 2));
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bsborder-radius-sm);
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg, .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.list-filter-box-date-range-picker .search-field-input-field.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bsborder-width) * 2));
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bsborder-radius-lg);
}
.form-control-lg::file-selector-button, .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.list-filter-box-date-range-picker .search-field-input-field.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

textarea.form-control,
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p textarea, .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.list-filter-box-date-range-picker textarea.search-field-input-field {
  min-height: calc(1.5em + 0.75rem + calc(var(--bsborder-width) * 2));
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bsborder-width) * 2));
}
textarea.form-control-lg, .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.list-filter-box-date-range-picker textarea.search-field-input-field.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bsborder-width) * 2));
}

.form-control-color {
  width: 3rem;
  height: calc(1.5em + 0.75rem + calc(var(--bsborder-width) * 2));
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: var(--bsborder-radius);
}
.form-control-color::-webkit-color-swatch {
  border: 0 !important;
  border-radius: var(--bsborder-radius);
}
.form-control-color.form-control-sm {
  height: calc(1.5em + 0.5rem + calc(var(--bsborder-width) * 2));
}
.form-control-color.form-control-lg, .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.list-filter-box-date-range-picker .form-control-color.search-field-input-field.form-control-lg {
  height: calc(1.5em + 1rem + calc(var(--bsborder-width) * 2));
}

.form-select {
  --bsform-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bsbody-color);
  appearance: none;
  background-color: #fff;
  background-image: var(--bsform-select-bg-img), var(--bsform-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: var(--bsborder-width) solid var(--bsborder-color);
  border-radius: var(--bsborder-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: rgb(127.5, 154, 191.5);
  outline: 0;
  box-shadow: 0 0 0 0.125rem #003580;
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: var(--bssecondary-bg);
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--bsbody-color);
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bsborder-radius-sm);
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: var(--bsborder-radius-lg);
}

[data-bs-theme=dark] .form-select {
  --bsform-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}
.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}

.form-check-input {
  --bsform-check-bg: #fff;
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  appearance: none;
  background-color: var(--bsform-check-bg);
  background-image: var(--bsform-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--bsborder-width) solid var(--bsborder-color);
  print-color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: rgb(127.5, 154, 191.5);
  outline: 0;
  box-shadow: 0 0 0 0.125rem #003580;
}
.form-check-input:checked {
  background-color: #003580;
  border-color: #003580;
}
.form-check-input:checked[type=checkbox] {
  --bsform-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  --bsform-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #003580;
  border-color: #003580;
  --bsform-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  --bsform-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  width: 2em;
  margin-left: -2.5em;
  background-image: var(--bsform-switch-bg);
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  --bsform-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgb%28127.5, 154, 191.5%29'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  --bsform-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}
.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus) {
  --bsform-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e");
}

.form-range {
  width: 100%;
  height: 1.25rem;
  padding: 0;
  appearance: none;
  background-color: transparent;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.125rem #003580;
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.125rem #003580;
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  appearance: none;
  background-color: #003580;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: rgb(178.5, 194.4, 216.9);
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bssecondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  appearance: none;
  background-color: #003580;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: rgb(178.5, 194.4, 216.9);
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bssecondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: var(--bssecondary-color);
}
.form-range:disabled::-moz-range-thumb {
  background-color: var(--bssecondary-color);
}

.form-floating {
  position: relative;
}
.form-floating > .form-control, .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p .form-floating > input[type=text],
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p .form-floating > input[type=email],
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p .form-floating > textarea, .detail-booking-entrypoint:not(.in-detail-header) .booking-filter .booking-filter-item.booking-filter-item--date-range .form-floating > button.booking-filter-field--date-range, .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.list-filter-box-date-range-picker .form-floating > .search-field-input-field,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem + calc(var(--bsborder-width) * 2));
  min-height: calc(3.5rem + calc(var(--bsborder-width) * 2));
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  max-width: 100%;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  color: rgba(var(--bsbody-color-rgb), 0.65);
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: var(--bsborder-width) solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control, .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p .form-floating > input[type=text],
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p .form-floating > input[type=email],
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p .form-floating > textarea, .detail-booking-entrypoint:not(.in-detail-header) .booking-filter .booking-filter-item.booking-filter-item--date-range .form-floating > button.booking-filter-field--date-range, .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.list-filter-box-date-range-picker .form-floating > .search-field-input-field,
.form-floating > .form-control-plaintext {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::placeholder, .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p .form-floating > input[type=text]::placeholder,
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p .form-floating > input[type=email]::placeholder,
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p .form-floating > textarea::placeholder, .detail-booking-entrypoint:not(.in-detail-header) .booking-filter .booking-filter-item.booking-filter-item--date-range .form-floating > button.booking-filter-field--date-range::placeholder, .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.list-filter-box-date-range-picker .form-floating > .search-field-input-field::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}
.form-floating > .form-control:focus, .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p .form-floating > input[type=text]:focus,
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p .form-floating > input[type=email]:focus,
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p .form-floating > textarea:focus, .detail-booking-entrypoint:not(.in-detail-header) .booking-filter .booking-filter-item.booking-filter-item--date-range .form-floating > button.booking-filter-field--date-range:focus, .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.list-filter-box-date-range-picker .form-floating > .search-field-input-field:focus, .form-floating > .form-control:not(:placeholder-shown), .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p .form-floating > input[type=text]:not(:placeholder-shown),
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p .form-floating > input[type=email]:not(:placeholder-shown),
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p .form-floating > textarea:not(:placeholder-shown), .detail-booking-entrypoint:not(.in-detail-header) .booking-filter .booking-filter-item.booking-filter-item--date-range .form-floating > button.booking-filter-field--date-range:not(:placeholder-shown), .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.list-filter-box-date-range-picker .form-floating > .search-field-input-field:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill, .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p .form-floating > input[type=text]:-webkit-autofill,
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p .form-floating > input[type=email]:-webkit-autofill,
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p .form-floating > textarea:-webkit-autofill, .detail-booking-entrypoint:not(.in-detail-header) .booking-filter .booking-filter-item.booking-filter-item--date-range .form-floating > button.booking-filter-field--date-range:-webkit-autofill, .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.list-filter-box-date-range-picker .form-floating > .search-field-input-field:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
  padding-left: 0.75rem;
}
.form-floating > .form-control:focus ~ label, .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p .form-floating > input[type=text]:focus ~ label,
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p .form-floating > input[type=email]:focus ~ label,
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p .form-floating > textarea:focus ~ label, .detail-booking-entrypoint:not(.in-detail-header) .booking-filter .booking-filter-item.booking-filter-item--date-range .form-floating > button.booking-filter-field--date-range:focus ~ label, .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.list-filter-box-date-range-picker .form-floating > .search-field-input-field:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p .form-floating > input[type=text]:not(:placeholder-shown) ~ label,
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p .form-floating > input[type=email]:not(:placeholder-shown) ~ label,
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p .form-floating > textarea:not(:placeholder-shown) ~ label,
.detail-booking-entrypoint:not(.in-detail-header) .booking-filter .booking-filter-item.booking-filter-item--date-range .form-floating > button.booking-filter-field--date-range:not(:placeholder-shown) ~ label,
.content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.list-filter-box-date-range-picker .form-floating > .search-field-input-field:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label, .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p .form-floating > input[type=text]:-webkit-autofill ~ label,
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p .form-floating > input[type=email]:-webkit-autofill ~ label,
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p .form-floating > textarea:-webkit-autofill ~ label, .detail-booking-entrypoint:not(.in-detail-header) .booking-filter .booking-filter-item.booking-filter-item--date-range .form-floating > button.booking-filter-field--date-range:-webkit-autofill ~ label, .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.list-filter-box-date-range-picker .form-floating > .search-field-input-field:-webkit-autofill ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > textarea:focus ~ label::after,
.form-floating > textarea:not(:placeholder-shown) ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: #fff;
  border-radius: var(--bsborder-radius);
}
.form-floating > textarea:disabled ~ label::after {
  background-color: var(--bssecondary-bg);
}
.form-floating > .form-control-plaintext ~ label {
  border-width: var(--bsborder-width) 0;
}
.form-floating > :disabled ~ label,
.form-floating > .form-control:disabled ~ label,
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p .form-floating > input[type=text]:disabled ~ label,
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p .form-floating > input[type=email]:disabled ~ label,
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p .form-floating > textarea:disabled ~ label,
.detail-booking-entrypoint:not(.in-detail-header) .booking-filter .booking-filter-item.booking-filter-item--date-range .form-floating > button.booking-filter-field--date-range:disabled ~ label,
.content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.list-filter-box-date-range-picker .form-floating > .search-field-input-field:disabled ~ label {
  color: #6c757d;
}

.input-group, .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control, .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p .input-group > input[type=text],
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p .input-group > input[type=email],
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p .input-group > textarea, .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p > .form-control, .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p > input[type=text],
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p > input[type=email],
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p > textarea, .detail-booking-entrypoint:not(.in-detail-header) .booking-filter .booking-filter-item.booking-filter-item--date-range .input-group > button.booking-filter-field--date-range, .detail-booking-entrypoint:not(.in-detail-header) .booking-filter .booking-filter-item.booking-filter-item--date-range .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p > button.booking-filter-field--date-range, .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments .detail-booking-entrypoint:not(.in-detail-header) .booking-filter .booking-filter-item.booking-filter-item--date-range form.comment-form > p > button.booking-filter-field--date-range, .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.list-filter-box-date-range-picker .input-group > .search-field-input-field, .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.list-filter-box-date-range-picker .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p > .search-field-input-field, .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.list-filter-box-date-range-picker form.comment-form > p > .search-field-input-field,
.input-group > .form-select,
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p > .form-select,
.input-group > .form-floating,
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p > .form-floating {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus, .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p .input-group > input[type=text]:focus,
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p .input-group > input[type=email]:focus,
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p .input-group > textarea:focus, .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p > .form-control:focus, .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p > input[type=text]:focus,
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p > input[type=email]:focus,
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p > textarea:focus, .detail-booking-entrypoint:not(.in-detail-header) .booking-filter .booking-filter-item.booking-filter-item--date-range .input-group > button.booking-filter-field--date-range:focus, .detail-booking-entrypoint:not(.in-detail-header) .booking-filter .booking-filter-item.booking-filter-item--date-range .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p > button.booking-filter-field--date-range:focus, .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments .detail-booking-entrypoint:not(.in-detail-header) .booking-filter .booking-filter-item.booking-filter-item--date-range form.comment-form > p > button.booking-filter-field--date-range:focus, .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.list-filter-box-date-range-picker .input-group > .search-field-input-field:focus, .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.list-filter-box-date-range-picker .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p > .search-field-input-field:focus, .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.list-filter-box-date-range-picker form.comment-form > p > .search-field-input-field:focus,
.input-group > .form-select:focus,
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p > .form-select:focus,
.input-group > .form-floating:focus-within,
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p > .form-floating:focus-within {
  z-index: 5;
}
.input-group .btn, .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus, .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p .btn:focus {
  z-index: 5;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bsbody-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bstertiary-bg);
  border: var(--bsborder-width) solid var(--bsborder-color);
  border-radius: var(--bsborder-radius);
}

.input-group-lg > .form-control, .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p .input-group-lg > input[type=text],
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p .input-group-lg > input[type=email],
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p .input-group-lg > textarea, .detail-booking-entrypoint:not(.in-detail-header) .booking-filter .booking-filter-item.booking-filter-item--date-range .input-group-lg > button.booking-filter-field--date-range, .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.list-filter-box-date-range-picker .input-group-lg > .search-field-input-field,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bsborder-radius-lg);
}

.input-group-sm > .form-control, .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p .input-group-sm > input[type=text],
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p .input-group-sm > input[type=email],
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p .input-group-sm > textarea, .detail-booking-entrypoint:not(.in-detail-header) .booking-filter .booking-filter-item.booking-filter-item--date-range .input-group-sm > button.booking-filter-field--date-range, .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.list-filter-box-date-range-picker .input-group-sm > .search-field-input-field,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bsborder-radius-sm);
}

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

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating), .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p .input-group:not(.has-validation) > .form-floating:not(:last-child) > input[type=text],
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p .input-group:not(.has-validation) > .form-floating:not(:last-child) > input[type=email],
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p .input-group:not(.has-validation) > .form-floating:not(:last-child) > textarea,
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p:not(.has-validation) > .form-floating:not(:last-child) > input[type=text],
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p:not(.has-validation) > .form-floating:not(:last-child) > input[type=email],
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p:not(.has-validation) > .form-floating:not(:last-child) > textarea,
.detail-booking-entrypoint:not(.in-detail-header) .booking-filter .booking-filter-item.booking-filter-item--date-range .input-group:not(.has-validation) > .form-floating:not(:last-child) > button.booking-filter-field--date-range,
.detail-booking-entrypoint:not(.in-detail-header) .booking-filter .booking-filter-item.booking-filter-item--date-range .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p:not(.has-validation) > .form-floating:not(:last-child) > button.booking-filter-field--date-range,
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments .detail-booking-entrypoint:not(.in-detail-header) .booking-filter .booking-filter-item.booking-filter-item--date-range form.comment-form > p:not(.has-validation) > .form-floating:not(:last-child) > button.booking-filter-field--date-range,
.content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.list-filter-box-date-range-picker .input-group:not(.has-validation) > .form-floating:not(:last-child) > .search-field-input-field,
.content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.list-filter-box-date-range-picker .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p:not(.has-validation) > .form-floating:not(:last-child) > .search-field-input-field,
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.list-filter-box-date-range-picker form.comment-form > p:not(.has-validation) > .form-floating:not(:last-child) > .search-field-input-field,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select,
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating), .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4),
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p.has-validation > .dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control,
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p .input-group.has-validation > .form-floating:nth-last-child(n+3) > input[type=text],
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p .input-group.has-validation > .form-floating:nth-last-child(n+3) > input[type=email],
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p .input-group.has-validation > .form-floating:nth-last-child(n+3) > textarea,
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p.has-validation > .form-floating:nth-last-child(n+3) > .form-control,
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p.has-validation > .form-floating:nth-last-child(n+3) > input[type=text],
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p.has-validation > .form-floating:nth-last-child(n+3) > input[type=email],
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p.has-validation > .form-floating:nth-last-child(n+3) > textarea,
.detail-booking-entrypoint:not(.in-detail-header) .booking-filter .booking-filter-item.booking-filter-item--date-range .input-group.has-validation > .form-floating:nth-last-child(n+3) > button.booking-filter-field--date-range,
.detail-booking-entrypoint:not(.in-detail-header) .booking-filter .booking-filter-item.booking-filter-item--date-range .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p.has-validation > .form-floating:nth-last-child(n+3) > button.booking-filter-field--date-range,
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments .detail-booking-entrypoint:not(.in-detail-header) .booking-filter .booking-filter-item.booking-filter-item--date-range form.comment-form > p.has-validation > .form-floating:nth-last-child(n+3) > button.booking-filter-field--date-range,
.content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.list-filter-box-date-range-picker .input-group.has-validation > .form-floating:nth-last-child(n+3) > .search-field-input-field,
.content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.list-filter-box-date-range-picker .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p.has-validation > .form-floating:nth-last-child(n+3) > .search-field-input-field,
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.list-filter-box-date-range-picker form.comment-form > p.has-validation > .form-floating:nth-last-child(n+3) > .search-field-input-field,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select,
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p.has-validation > .form-floating:nth-last-child(n+3) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback), .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(-1 * var(--bsborder-width));
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .form-floating:not(:first-child) > .form-control, .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p .input-group > .form-floating:not(:first-child) > input[type=text],
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p .input-group > .form-floating:not(:first-child) > input[type=email],
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p .input-group > .form-floating:not(:first-child) > textarea, .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p > .form-floating:not(:first-child) > .form-control, .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p > .form-floating:not(:first-child) > input[type=text],
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p > .form-floating:not(:first-child) > input[type=email],
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p > .form-floating:not(:first-child) > textarea, .detail-booking-entrypoint:not(.in-detail-header) .booking-filter .booking-filter-item.booking-filter-item--date-range .input-group > .form-floating:not(:first-child) > button.booking-filter-field--date-range, .detail-booking-entrypoint:not(.in-detail-header) .booking-filter .booking-filter-item.booking-filter-item--date-range .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p > .form-floating:not(:first-child) > button.booking-filter-field--date-range, .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments .detail-booking-entrypoint:not(.in-detail-header) .booking-filter .booking-filter-item.booking-filter-item--date-range form.comment-form > p > .form-floating:not(:first-child) > button.booking-filter-field--date-range, .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.list-filter-box-date-range-picker .input-group > .form-floating:not(:first-child) > .search-field-input-field, .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.list-filter-box-date-range-picker .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p > .form-floating:not(:first-child) > .search-field-input-field, .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.list-filter-box-date-range-picker form.comment-form > p > .form-floating:not(:first-child) > .search-field-input-field,
.input-group > .form-floating:not(:first-child) > .form-select,
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bsform-valid-color);
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bssuccess);
  border-radius: var(--bsborder-radius);
}

.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 .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p input[type=text]:valid, .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p .was-validated input[type=text]:valid,
.was-validated .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p input[type=email]:valid,
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p .was-validated input[type=email]:valid,
.was-validated .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p textarea:valid,
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p .was-validated textarea:valid, .was-validated .detail-booking-entrypoint:not(.in-detail-header) .booking-filter .booking-filter-item.booking-filter-item--date-range button.booking-filter-field--date-range:valid, .detail-booking-entrypoint:not(.in-detail-header) .booking-filter .booking-filter-item.booking-filter-item--date-range .was-validated button.booking-filter-field--date-range:valid, .was-validated .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.list-filter-box-date-range-picker .search-field-input-field:valid, .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.list-filter-box-date-range-picker .was-validated .search-field-input-field:valid, .form-control.is-valid, .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p input.is-valid[type=text],
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p input.is-valid[type=email],
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p textarea.is-valid, .detail-booking-entrypoint:not(.in-detail-header) .booking-filter .booking-filter-item.booking-filter-item--date-range button.is-valid.booking-filter-field--date-range, .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.list-filter-box-date-range-picker .is-valid.search-field-input-field {
  border-color: var(--bsform-valid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%230e6322' d='M2.3 6.73.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.1'/%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 .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p input[type=text]:valid:focus, .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p .was-validated input[type=text]:valid:focus,
.was-validated .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p input[type=email]:valid:focus,
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p .was-validated input[type=email]:valid:focus,
.was-validated .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p textarea:valid:focus,
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p .was-validated textarea:valid:focus, .was-validated .detail-booking-entrypoint:not(.in-detail-header) .booking-filter .booking-filter-item.booking-filter-item--date-range button.booking-filter-field--date-range:valid:focus, .detail-booking-entrypoint:not(.in-detail-header) .booking-filter .booking-filter-item.booking-filter-item--date-range .was-validated button.booking-filter-field--date-range:valid:focus, .was-validated .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.list-filter-box-date-range-picker .search-field-input-field:valid:focus, .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.list-filter-box-date-range-picker .was-validated .search-field-input-field:valid:focus, .form-control.is-valid:focus, .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p input.is-valid[type=text]:focus,
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p input.is-valid[type=email]:focus,
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p textarea.is-valid:focus, .detail-booking-entrypoint:not(.in-detail-header) .booking-filter .booking-filter-item.booking-filter-item--date-range button.is-valid.booking-filter-field--date-range:focus, .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.list-filter-box-date-range-picker .is-valid.search-field-input-field:focus {
  border-color: var(--bsform-valid-border-color);
  box-shadow: 0 0 0 0.125rem rgba(var(--bssuccess-rgb), 1);
}

.was-validated textarea.form-control:valid,
.was-validated .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p textarea:valid,
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p .was-validated textarea:valid, .was-validated .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.list-filter-box-date-range-picker textarea.search-field-input-field:valid, .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.list-filter-box-date-range-picker .was-validated textarea.search-field-input-field:valid, textarea.form-control.is-valid,
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p textarea.is-valid, .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.list-filter-box-date-range-picker textarea.is-valid.search-field-input-field {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: var(--bsform-valid-border-color);
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  --bsform-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%230e6322' d='M2.3 6.73.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.1'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: var(--bsform-valid-border-color);
  box-shadow: 0 0 0 0.125rem rgba(var(--bssuccess-rgb), 1);
}

.was-validated .form-control-color:valid, .form-control-color.is-valid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: var(--bsform-valid-border-color);
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: var(--bsform-valid-color);
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.125rem rgba(var(--bssuccess-rgb), 1);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: var(--bsform-valid-color);
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):valid, .was-validated .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p .input-group > input[type=text]:not(:focus):valid, .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p .was-validated .input-group > input[type=text]:not(:focus):valid,
.was-validated .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p .input-group > input[type=email]:not(:focus):valid,
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p .was-validated .input-group > input[type=email]:not(:focus):valid,
.was-validated .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p .input-group > textarea:not(:focus):valid,
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p .was-validated .input-group > textarea:not(:focus):valid, .was-validated .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p > .form-control:not(:focus):valid, .was-validated .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p > input[type=text]:not(:focus):valid,
.was-validated .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p > input[type=email]:not(:focus):valid,
.was-validated .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p > textarea:not(:focus):valid, .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments .was-validated form.comment-form > p > .form-control:not(:focus):valid, .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments .was-validated form.comment-form > p > input[type=text]:not(:focus):valid,
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments .was-validated form.comment-form > p > input[type=email]:not(:focus):valid,
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments .was-validated form.comment-form > p > textarea:not(:focus):valid, .was-validated .detail-booking-entrypoint:not(.in-detail-header) .booking-filter .booking-filter-item.booking-filter-item--date-range .input-group > button.booking-filter-field--date-range:not(:focus):valid, .was-validated .detail-booking-entrypoint:not(.in-detail-header) .booking-filter .booking-filter-item.booking-filter-item--date-range .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p > button.booking-filter-field--date-range:not(:focus):valid, .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments .was-validated .detail-booking-entrypoint:not(.in-detail-header) .booking-filter .booking-filter-item.booking-filter-item--date-range form.comment-form > p > button.booking-filter-field--date-range:not(:focus):valid, .detail-booking-entrypoint:not(.in-detail-header) .booking-filter .booking-filter-item.booking-filter-item--date-range .was-validated .input-group > button.booking-filter-field--date-range:not(:focus):valid, .detail-booking-entrypoint:not(.in-detail-header) .booking-filter .booking-filter-item.booking-filter-item--date-range .was-validated .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p > button.booking-filter-field--date-range:not(:focus):valid, .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments .detail-booking-entrypoint:not(.in-detail-header) .booking-filter .booking-filter-item.booking-filter-item--date-range .was-validated form.comment-form > p > button.booking-filter-field--date-range:not(:focus):valid, .was-validated .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.list-filter-box-date-range-picker .input-group > .search-field-input-field:not(:focus):valid, .was-validated .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.list-filter-box-date-range-picker .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p > .search-field-input-field:not(:focus):valid, .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments .was-validated .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.list-filter-box-date-range-picker form.comment-form > p > .search-field-input-field:not(:focus):valid, .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.list-filter-box-date-range-picker .was-validated .input-group > .search-field-input-field:not(:focus):valid, .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.list-filter-box-date-range-picker .was-validated .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p > .search-field-input-field:not(:focus):valid, .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.list-filter-box-date-range-picker .was-validated form.comment-form > p > .search-field-input-field:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid, .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p .input-group > input[type=text]:not(:focus).is-valid,
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p .input-group > input[type=email]:not(:focus).is-valid,
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p .input-group > textarea:not(:focus).is-valid, .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p > .form-control:not(:focus).is-valid, .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p > input[type=text]:not(:focus).is-valid,
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p > input[type=email]:not(:focus).is-valid,
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p > textarea:not(:focus).is-valid, .detail-booking-entrypoint:not(.in-detail-header) .booking-filter .booking-filter-item.booking-filter-item--date-range .input-group > button.booking-filter-field--date-range:not(:focus).is-valid, .detail-booking-entrypoint:not(.in-detail-header) .booking-filter .booking-filter-item.booking-filter-item--date-range .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p > button.booking-filter-field--date-range:not(:focus).is-valid, .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments .detail-booking-entrypoint:not(.in-detail-header) .booking-filter .booking-filter-item.booking-filter-item--date-range form.comment-form > p > button.booking-filter-field--date-range:not(:focus).is-valid, .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.list-filter-box-date-range-picker .input-group > .search-field-input-field:not(:focus).is-valid, .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.list-filter-box-date-range-picker .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p > .search-field-input-field:not(:focus).is-valid, .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.list-filter-box-date-range-picker form.comment-form > p > .search-field-input-field:not(:focus).is-valid,
.was-validated .input-group > .form-select:not(:focus):valid,
.was-validated .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p > .form-select:not(:focus):valid,
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments .was-validated form.comment-form > p > .form-select:not(:focus):valid,
.input-group > .form-select:not(:focus).is-valid,
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p > .form-select:not(:focus).is-valid,
.was-validated .input-group > .form-floating:not(:focus-within):valid,
.was-validated .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p > .form-floating:not(:focus-within):valid,
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments .was-validated form.comment-form > p > .form-floating:not(:focus-within):valid,
.input-group > .form-floating:not(:focus-within).is-valid,
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p > .form-floating:not(:focus-within).is-valid {
  z-index: 3;
}

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bsdanger);
  border-radius: var(--bsborder-radius);
}

.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 .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p input[type=text]:invalid, .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p .was-validated input[type=text]:invalid,
.was-validated .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p input[type=email]:invalid,
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p .was-validated input[type=email]:invalid,
.was-validated .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p textarea:invalid,
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p .was-validated textarea:invalid, .was-validated .detail-booking-entrypoint:not(.in-detail-header) .booking-filter .booking-filter-item.booking-filter-item--date-range button.booking-filter-field--date-range:invalid, .detail-booking-entrypoint:not(.in-detail-header) .booking-filter .booking-filter-item.booking-filter-item--date-range .was-validated button.booking-filter-field--date-range:invalid, .was-validated .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.list-filter-box-date-range-picker .search-field-input-field:invalid, .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.list-filter-box-date-range-picker .was-validated .search-field-input-field:invalid, .form-control.is-invalid, .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p input.is-invalid[type=text],
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p input.is-invalid[type=email],
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p textarea.is-invalid, .detail-booking-entrypoint:not(.in-detail-header) .booking-filter .booking-filter-item.booking-filter-item--date-range button.is-invalid.booking-filter-field--date-range, .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.list-filter-box-date-range-picker .is-invalid.search-field-input-field {
  border-color: var(--bsform-invalid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%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 .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p input[type=text]:invalid:focus, .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p .was-validated input[type=text]:invalid:focus,
.was-validated .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p input[type=email]:invalid:focus,
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p .was-validated input[type=email]:invalid:focus,
.was-validated .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p textarea:invalid:focus,
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p .was-validated textarea:invalid:focus, .was-validated .detail-booking-entrypoint:not(.in-detail-header) .booking-filter .booking-filter-item.booking-filter-item--date-range button.booking-filter-field--date-range:invalid:focus, .detail-booking-entrypoint:not(.in-detail-header) .booking-filter .booking-filter-item.booking-filter-item--date-range .was-validated button.booking-filter-field--date-range:invalid:focus, .was-validated .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.list-filter-box-date-range-picker .search-field-input-field:invalid:focus, .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.list-filter-box-date-range-picker .was-validated .search-field-input-field:invalid:focus, .form-control.is-invalid:focus, .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p input.is-invalid[type=text]:focus,
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p input.is-invalid[type=email]:focus,
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p textarea.is-invalid:focus, .detail-booking-entrypoint:not(.in-detail-header) .booking-filter .booking-filter-item.booking-filter-item--date-range button.is-invalid.booking-filter-field--date-range:focus, .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.list-filter-box-date-range-picker .is-invalid.search-field-input-field:focus {
  border-color: var(--bsform-invalid-border-color);
  box-shadow: 0 0 0 0.125rem rgba(var(--bsdanger-rgb), 1);
}

.was-validated textarea.form-control:invalid,
.was-validated .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p textarea:invalid,
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p .was-validated textarea:invalid, .was-validated .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.list-filter-box-date-range-picker textarea.search-field-input-field:invalid, .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.list-filter-box-date-range-picker .was-validated textarea.search-field-input-field:invalid, textarea.form-control.is-invalid,
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p textarea.is-invalid, .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.list-filter-box-date-range-picker textarea.is-invalid.search-field-input-field {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: var(--bsform-invalid-border-color);
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  --bsform-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%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");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: var(--bsform-invalid-border-color);
  box-shadow: 0 0 0 0.125rem rgba(var(--bsdanger-rgb), 1);
}

.was-validated .form-control-color:invalid, .form-control-color.is-invalid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: var(--bsform-invalid-border-color);
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: var(--bsform-invalid-color);
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.125rem rgba(var(--bsdanger-rgb), 1);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: var(--bsform-invalid-color);
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):invalid, .was-validated .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p .input-group > input[type=text]:not(:focus):invalid, .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p .was-validated .input-group > input[type=text]:not(:focus):invalid,
.was-validated .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p .input-group > input[type=email]:not(:focus):invalid,
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p .was-validated .input-group > input[type=email]:not(:focus):invalid,
.was-validated .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p .input-group > textarea:not(:focus):invalid,
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p .was-validated .input-group > textarea:not(:focus):invalid, .was-validated .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p > .form-control:not(:focus):invalid, .was-validated .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p > input[type=text]:not(:focus):invalid,
.was-validated .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p > input[type=email]:not(:focus):invalid,
.was-validated .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p > textarea:not(:focus):invalid, .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments .was-validated form.comment-form > p > .form-control:not(:focus):invalid, .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments .was-validated form.comment-form > p > input[type=text]:not(:focus):invalid,
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments .was-validated form.comment-form > p > input[type=email]:not(:focus):invalid,
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments .was-validated form.comment-form > p > textarea:not(:focus):invalid, .was-validated .detail-booking-entrypoint:not(.in-detail-header) .booking-filter .booking-filter-item.booking-filter-item--date-range .input-group > button.booking-filter-field--date-range:not(:focus):invalid, .was-validated .detail-booking-entrypoint:not(.in-detail-header) .booking-filter .booking-filter-item.booking-filter-item--date-range .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p > button.booking-filter-field--date-range:not(:focus):invalid, .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments .was-validated .detail-booking-entrypoint:not(.in-detail-header) .booking-filter .booking-filter-item.booking-filter-item--date-range form.comment-form > p > button.booking-filter-field--date-range:not(:focus):invalid, .detail-booking-entrypoint:not(.in-detail-header) .booking-filter .booking-filter-item.booking-filter-item--date-range .was-validated .input-group > button.booking-filter-field--date-range:not(:focus):invalid, .detail-booking-entrypoint:not(.in-detail-header) .booking-filter .booking-filter-item.booking-filter-item--date-range .was-validated .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p > button.booking-filter-field--date-range:not(:focus):invalid, .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments .detail-booking-entrypoint:not(.in-detail-header) .booking-filter .booking-filter-item.booking-filter-item--date-range .was-validated form.comment-form > p > button.booking-filter-field--date-range:not(:focus):invalid, .was-validated .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.list-filter-box-date-range-picker .input-group > .search-field-input-field:not(:focus):invalid, .was-validated .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.list-filter-box-date-range-picker .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p > .search-field-input-field:not(:focus):invalid, .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments .was-validated .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.list-filter-box-date-range-picker form.comment-form > p > .search-field-input-field:not(:focus):invalid, .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.list-filter-box-date-range-picker .was-validated .input-group > .search-field-input-field:not(:focus):invalid, .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.list-filter-box-date-range-picker .was-validated .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p > .search-field-input-field:not(:focus):invalid, .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.list-filter-box-date-range-picker .was-validated form.comment-form > p > .search-field-input-field:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid, .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p .input-group > input[type=text]:not(:focus).is-invalid,
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p .input-group > input[type=email]:not(:focus).is-invalid,
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p .input-group > textarea:not(:focus).is-invalid, .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p > .form-control:not(:focus).is-invalid, .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p > input[type=text]:not(:focus).is-invalid,
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p > input[type=email]:not(:focus).is-invalid,
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p > textarea:not(:focus).is-invalid, .detail-booking-entrypoint:not(.in-detail-header) .booking-filter .booking-filter-item.booking-filter-item--date-range .input-group > button.booking-filter-field--date-range:not(:focus).is-invalid, .detail-booking-entrypoint:not(.in-detail-header) .booking-filter .booking-filter-item.booking-filter-item--date-range .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p > button.booking-filter-field--date-range:not(:focus).is-invalid, .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments .detail-booking-entrypoint:not(.in-detail-header) .booking-filter .booking-filter-item.booking-filter-item--date-range form.comment-form > p > button.booking-filter-field--date-range:not(:focus).is-invalid, .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.list-filter-box-date-range-picker .input-group > .search-field-input-field:not(:focus).is-invalid, .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.list-filter-box-date-range-picker .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p > .search-field-input-field:not(:focus).is-invalid, .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.list-filter-box-date-range-picker form.comment-form > p > .search-field-input-field:not(:focus).is-invalid,
.was-validated .input-group > .form-select:not(:focus):invalid,
.was-validated .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p > .form-select:not(:focus):invalid,
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments .was-validated form.comment-form > p > .form-select:not(:focus):invalid,
.input-group > .form-select:not(:focus).is-invalid,
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p > .form-select:not(:focus).is-invalid,
.was-validated .input-group > .form-floating:not(:focus-within):invalid,
.was-validated .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p > .form-floating:not(:focus-within):invalid,
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments .was-validated form.comment-form > p > .form-floating:not(:focus-within):invalid,
.input-group > .form-floating:not(:focus-within).is-invalid,
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p > .form-floating:not(:focus-within).is-invalid {
  z-index: 4;
}

.btn {
  --bsbtn-padding-x: 0.75rem;
  --bsbtn-padding-y: 0.375rem;
  --bsbtn-font-family: ;
  --bsbtn-font-size: 1rem;
  --bsbtn-font-weight: 400;
  --bsbtn-line-height: 1.5;
  --bsbtn-color: var(--bsbody-color);
  --bsbtn-bg: transparent;
  --bsbtn-border-width: var(--bsborder-width);
  --bsbtn-border-color: transparent;
  --bsbtn-border-radius: var(--bsborder-radius);
  --bsbtn-hover-border-color: transparent;
  --bsbtn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bsbtn-disabled-opacity: 0.65;
  --bsbtn-focus-box-shadow: 0 0 0 0.125rem rgba(var(--bsbtn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bsbtn-padding-y) var(--bsbtn-padding-x);
  font-family: var(--bsbtn-font-family);
  font-size: var(--bsbtn-font-size);
  font-weight: var(--bsbtn-font-weight);
  line-height: var(--bsbtn-line-height);
  color: var(--bsbtn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: var(--bsbtn-border-width) solid var(--bsbtn-border-color);
  border-radius: var(--bsbtn-border-radius);
  background-color: var(--bsbtn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: var(--bsbtn-hover-color);
  background-color: var(--bsbtn-hover-bg);
  border-color: var(--bsbtn-hover-border-color);
}
.btn-check + .btn:hover {
  color: var(--bsbtn-color);
  background-color: var(--bsbtn-bg);
  border-color: var(--bsbtn-border-color);
}
.btn:focus-visible {
  color: var(--bsbtn-hover-color);
  background-color: var(--bsbtn-hover-bg);
  border-color: var(--bsbtn-hover-border-color);
  outline: 0;
  box-shadow: var(--bsbtn-focus-box-shadow);
}
.btn-check:focus-visible + .btn {
  border-color: var(--bsbtn-hover-border-color);
  outline: 0;
  box-shadow: var(--bsbtn-focus-box-shadow);
}
.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  color: var(--bsbtn-active-color);
  background-color: var(--bsbtn-active-bg);
  border-color: var(--bsbtn-active-border-color);
}
.btn-check:checked + .btn:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
  box-shadow: var(--bsbtn-focus-box-shadow);
}
.btn-check:checked:focus-visible + .btn {
  box-shadow: var(--bsbtn-focus-box-shadow);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  color: var(--bsbtn-disabled-color);
  pointer-events: none;
  background-color: var(--bsbtn-disabled-bg);
  border-color: var(--bsbtn-disabled-border-color);
  opacity: var(--bsbtn-disabled-opacity);
}

.btn-primary {
  --bsbtn-color: #fff;
  --bsbtn-bg: #003580;
  --bsbtn-border-color: #003580;
  --bsbtn-hover-color: #fff;
  --bsbtn-hover-bg: rgb(0, 45.05, 108.8);
  --bsbtn-hover-border-color: rgb(0, 42.4, 102.4);
  --bsbtn-focus-shadow-rgb: 38, 83, 147;
  --bsbtn-active-color: #fff;
  --bsbtn-active-bg: rgb(0, 42.4, 102.4);
  --bsbtn-active-border-color: rgb(0, 39.75, 96);
  --bsbtn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bsbtn-disabled-color: #fff;
  --bsbtn-disabled-bg: #003580;
  --bsbtn-disabled-border-color: #003580;
}

.btn-secondary {
  --bsbtn-color: #fff;
  --bsbtn-bg: #03071d;
  --bsbtn-border-color: #03071d;
  --bsbtn-hover-color: #fff;
  --bsbtn-hover-bg: rgb(2.55, 5.95, 24.65);
  --bsbtn-hover-border-color: rgb(2.4, 5.6, 23.2);
  --bsbtn-focus-shadow-rgb: 41, 44, 63;
  --bsbtn-active-color: #fff;
  --bsbtn-active-bg: rgb(2.4, 5.6, 23.2);
  --bsbtn-active-border-color: rgb(2.25, 5.25, 21.75);
  --bsbtn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bsbtn-disabled-color: #fff;
  --bsbtn-disabled-bg: #03071d;
  --bsbtn-disabled-border-color: #03071d;
}

.btn-success {
  --bsbtn-color: #fff;
  --bsbtn-bg: #0e6322;
  --bsbtn-border-color: #0e6322;
  --bsbtn-hover-color: #fff;
  --bsbtn-hover-bg: rgb(11.9, 84.15, 28.9);
  --bsbtn-hover-border-color: rgb(11.2, 79.2, 27.2);
  --bsbtn-focus-shadow-rgb: 50, 122, 67;
  --bsbtn-active-color: #fff;
  --bsbtn-active-bg: rgb(11.2, 79.2, 27.2);
  --bsbtn-active-border-color: rgb(10.5, 74.25, 25.5);
  --bsbtn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bsbtn-disabled-color: #fff;
  --bsbtn-disabled-bg: #0e6322;
  --bsbtn-disabled-border-color: #0e6322;
}

.btn-info {
  --bsbtn-color: #000;
  --bsbtn-bg: #17a2b8;
  --bsbtn-border-color: #17a2b8;
  --bsbtn-hover-color: #000;
  --bsbtn-hover-bg: rgb(57.8, 175.95, 194.65);
  --bsbtn-hover-border-color: rgb(46.2, 171.3, 191.1);
  --bsbtn-focus-shadow-rgb: 20, 138, 156;
  --bsbtn-active-color: #000;
  --bsbtn-active-bg: rgb(69.4, 180.6, 198.2);
  --bsbtn-active-border-color: rgb(46.2, 171.3, 191.1);
  --bsbtn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bsbtn-disabled-color: #000;
  --bsbtn-disabled-bg: #17a2b8;
  --bsbtn-disabled-border-color: #17a2b8;
}

.btn-warning {
  --bsbtn-color: #000;
  --bsbtn-bg: #ffc107;
  --bsbtn-border-color: #ffc107;
  --bsbtn-hover-color: #000;
  --bsbtn-hover-bg: rgb(255, 202.3, 44.2);
  --bsbtn-hover-border-color: rgb(255, 199.2, 31.8);
  --bsbtn-focus-shadow-rgb: 217, 164, 6;
  --bsbtn-active-color: #000;
  --bsbtn-active-bg: rgb(255, 205.4, 56.6);
  --bsbtn-active-border-color: rgb(255, 199.2, 31.8);
  --bsbtn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bsbtn-disabled-color: #000;
  --bsbtn-disabled-bg: #ffc107;
  --bsbtn-disabled-border-color: #ffc107;
}

.btn-danger {
  --bsbtn-color: #fff;
  --bsbtn-bg: #dc3545;
  --bsbtn-border-color: #dc3545;
  --bsbtn-hover-color: #fff;
  --bsbtn-hover-bg: rgb(187, 45.05, 58.65);
  --bsbtn-hover-border-color: rgb(176, 42.4, 55.2);
  --bsbtn-focus-shadow-rgb: 225, 83, 97;
  --bsbtn-active-color: #fff;
  --bsbtn-active-bg: rgb(176, 42.4, 55.2);
  --bsbtn-active-border-color: rgb(165, 39.75, 51.75);
  --bsbtn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bsbtn-disabled-color: #fff;
  --bsbtn-disabled-bg: #dc3545;
  --bsbtn-disabled-border-color: #dc3545;
}

.btn-light {
  --bsbtn-color: #000;
  --bsbtn-bg: #f8f9fa;
  --bsbtn-border-color: #f8f9fa;
  --bsbtn-hover-color: #000;
  --bsbtn-hover-bg: rgb(210.8, 211.65, 212.5);
  --bsbtn-hover-border-color: rgb(198.4, 199.2, 200);
  --bsbtn-focus-shadow-rgb: 211, 212, 213;
  --bsbtn-active-color: #000;
  --bsbtn-active-bg: rgb(198.4, 199.2, 200);
  --bsbtn-active-border-color: rgb(186, 186.75, 187.5);
  --bsbtn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bsbtn-disabled-color: #000;
  --bsbtn-disabled-bg: #f8f9fa;
  --bsbtn-disabled-border-color: #f8f9fa;
}

.btn-dark {
  --bsbtn-color: #fff;
  --bsbtn-bg: #343a40;
  --bsbtn-border-color: #343a40;
  --bsbtn-hover-color: #fff;
  --bsbtn-hover-bg: rgb(82.45, 87.55, 92.65);
  --bsbtn-hover-border-color: rgb(72.3, 77.7, 83.1);
  --bsbtn-focus-shadow-rgb: 82, 88, 93;
  --bsbtn-active-color: #fff;
  --bsbtn-active-bg: rgb(92.6, 97.4, 102.2);
  --bsbtn-active-border-color: rgb(72.3, 77.7, 83.1);
  --bsbtn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bsbtn-disabled-color: #fff;
  --bsbtn-disabled-bg: #343a40;
  --bsbtn-disabled-border-color: #343a40;
}

.btn-outline-primary {
  --bsbtn-color: #003580;
  --bsbtn-border-color: #003580;
  --bsbtn-hover-color: #fff;
  --bsbtn-hover-bg: #003580;
  --bsbtn-hover-border-color: #003580;
  --bsbtn-focus-shadow-rgb: 0, 53, 128;
  --bsbtn-active-color: #fff;
  --bsbtn-active-bg: #003580;
  --bsbtn-active-border-color: #003580;
  --bsbtn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bsbtn-disabled-color: #003580;
  --bsbtn-disabled-bg: transparent;
  --bsbtn-disabled-border-color: #003580;
  --bsgradient: none;
}

.btn-outline-secondary {
  --bsbtn-color: #03071d;
  --bsbtn-border-color: #03071d;
  --bsbtn-hover-color: #fff;
  --bsbtn-hover-bg: #03071d;
  --bsbtn-hover-border-color: #03071d;
  --bsbtn-focus-shadow-rgb: 3, 7, 29;
  --bsbtn-active-color: #fff;
  --bsbtn-active-bg: #03071d;
  --bsbtn-active-border-color: #03071d;
  --bsbtn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bsbtn-disabled-color: #03071d;
  --bsbtn-disabled-bg: transparent;
  --bsbtn-disabled-border-color: #03071d;
  --bsgradient: none;
}

.btn-outline-success {
  --bsbtn-color: #0e6322;
  --bsbtn-border-color: #0e6322;
  --bsbtn-hover-color: #fff;
  --bsbtn-hover-bg: #0e6322;
  --bsbtn-hover-border-color: #0e6322;
  --bsbtn-focus-shadow-rgb: 14, 99, 34;
  --bsbtn-active-color: #fff;
  --bsbtn-active-bg: #0e6322;
  --bsbtn-active-border-color: #0e6322;
  --bsbtn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bsbtn-disabled-color: #0e6322;
  --bsbtn-disabled-bg: transparent;
  --bsbtn-disabled-border-color: #0e6322;
  --bsgradient: none;
}

.btn-outline-info {
  --bsbtn-color: #17a2b8;
  --bsbtn-border-color: #17a2b8;
  --bsbtn-hover-color: #000;
  --bsbtn-hover-bg: #17a2b8;
  --bsbtn-hover-border-color: #17a2b8;
  --bsbtn-focus-shadow-rgb: 23, 162, 184;
  --bsbtn-active-color: #000;
  --bsbtn-active-bg: #17a2b8;
  --bsbtn-active-border-color: #17a2b8;
  --bsbtn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bsbtn-disabled-color: #17a2b8;
  --bsbtn-disabled-bg: transparent;
  --bsbtn-disabled-border-color: #17a2b8;
  --bsgradient: none;
}

.btn-outline-warning {
  --bsbtn-color: #ffc107;
  --bsbtn-border-color: #ffc107;
  --bsbtn-hover-color: #000;
  --bsbtn-hover-bg: #ffc107;
  --bsbtn-hover-border-color: #ffc107;
  --bsbtn-focus-shadow-rgb: 255, 193, 7;
  --bsbtn-active-color: #000;
  --bsbtn-active-bg: #ffc107;
  --bsbtn-active-border-color: #ffc107;
  --bsbtn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bsbtn-disabled-color: #ffc107;
  --bsbtn-disabled-bg: transparent;
  --bsbtn-disabled-border-color: #ffc107;
  --bsgradient: none;
}

.btn-outline-danger {
  --bsbtn-color: #dc3545;
  --bsbtn-border-color: #dc3545;
  --bsbtn-hover-color: #fff;
  --bsbtn-hover-bg: #dc3545;
  --bsbtn-hover-border-color: #dc3545;
  --bsbtn-focus-shadow-rgb: 220, 53, 69;
  --bsbtn-active-color: #fff;
  --bsbtn-active-bg: #dc3545;
  --bsbtn-active-border-color: #dc3545;
  --bsbtn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bsbtn-disabled-color: #dc3545;
  --bsbtn-disabled-bg: transparent;
  --bsbtn-disabled-border-color: #dc3545;
  --bsgradient: none;
}

.btn-outline-light {
  --bsbtn-color: #f8f9fa;
  --bsbtn-border-color: #f8f9fa;
  --bsbtn-hover-color: #000;
  --bsbtn-hover-bg: #f8f9fa;
  --bsbtn-hover-border-color: #f8f9fa;
  --bsbtn-focus-shadow-rgb: 248, 249, 250;
  --bsbtn-active-color: #000;
  --bsbtn-active-bg: #f8f9fa;
  --bsbtn-active-border-color: #f8f9fa;
  --bsbtn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bsbtn-disabled-color: #f8f9fa;
  --bsbtn-disabled-bg: transparent;
  --bsbtn-disabled-border-color: #f8f9fa;
  --bsgradient: none;
}

.btn-outline-dark {
  --bsbtn-color: #343a40;
  --bsbtn-border-color: #343a40;
  --bsbtn-hover-color: #fff;
  --bsbtn-hover-bg: #343a40;
  --bsbtn-hover-border-color: #343a40;
  --bsbtn-focus-shadow-rgb: 52, 58, 64;
  --bsbtn-active-color: #fff;
  --bsbtn-active-bg: #343a40;
  --bsbtn-active-border-color: #343a40;
  --bsbtn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bsbtn-disabled-color: #343a40;
  --bsbtn-disabled-bg: transparent;
  --bsbtn-disabled-border-color: #343a40;
  --bsgradient: none;
}

.btn-link {
  --bsbtn-font-weight: 400;
  --bsbtn-color: var(--bslink-color);
  --bsbtn-bg: transparent;
  --bsbtn-border-color: transparent;
  --bsbtn-hover-color: var(--bslink-hover-color);
  --bsbtn-hover-border-color: transparent;
  --bsbtn-active-color: var(--bslink-hover-color);
  --bsbtn-active-border-color: transparent;
  --bsbtn-disabled-color: #6c757d;
  --bsbtn-disabled-border-color: transparent;
  --bsbtn-box-shadow: 0 0 0 #000;
  --bsbtn-focus-shadow-rgb: 38, 83, 147;
  text-decoration: underline;
}
.btn-link:focus-visible {
  color: var(--bsbtn-color);
}
.btn-link:hover {
  color: var(--bsbtn-hover-color);
}

.btn-lg, .btn-group-lg > .btn {
  --bsbtn-padding-y: 0.5rem;
  --bsbtn-padding-x: 1rem;
  --bsbtn-font-size: 1.25rem;
  --bsbtn-border-radius: var(--bsborder-radius-lg);
}

.btn-sm, .btn-group-sm > .btn {
  --bsbtn-padding-y: 0.25rem;
  --bsbtn-padding-x: 0.5rem;
  --bsbtn-font-size: 0.875rem;
  --bsbtn-border-radius: var(--bsborder-radius-sm);
}

.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 {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
  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 {
  --bsdropdown-zindex: 1000;
  --bsdropdown-min-width: 10rem;
  --bsdropdown-padding-x: 0;
  --bsdropdown-padding-y: 0.5rem;
  --bsdropdown-spacer: 0.125rem;
  --bsdropdown-font-size: 1rem;
  --bsdropdown-color: var(--bsbody-color);
  --bsdropdown-bg: var(--bsbody-bg);
  --bsdropdown-border-color: var(--bsborder-color-translucent);
  --bsdropdown-border-radius: var(--bsborder-radius);
  --bsdropdown-border-width: var(--bsborder-width);
  --bsdropdown-inner-border-radius: calc(var(--bsborder-radius) - var(--bsborder-width));
  --bsdropdown-divider-bg: var(--bsborder-color-translucent);
  --bsdropdown-divider-margin-y: 0.5rem;
  --bsdropdown-box-shadow: var(--bsbox-shadow);
  --bsdropdown-link-color: var(--bsbody-color);
  --bsdropdown-link-hover-color: var(--bsbody-color);
  --bsdropdown-link-hover-bg: var(--bstertiary-bg);
  --bsdropdown-link-active-color: #fff;
  --bsdropdown-link-active-bg: #003580;
  --bsdropdown-link-disabled-color: var(--bstertiary-color);
  --bsdropdown-item-padding-x: 1rem;
  --bsdropdown-item-padding-y: 0.25rem;
  --bsdropdown-header-color: #6c757d;
  --bsdropdown-header-padding-x: 1rem;
  --bsdropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bsdropdown-zindex);
  display: none;
  min-width: var(--bsdropdown-min-width);
  padding: var(--bsdropdown-padding-y) var(--bsdropdown-padding-x);
  margin: 0;
  font-size: var(--bsdropdown-font-size);
  color: var(--bsdropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bsdropdown-bg);
  background-clip: padding-box;
  border: var(--bsdropdown-border-width) solid var(--bsdropdown-border-color);
  border-radius: var(--bsdropdown-border-radius);
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bsdropdown-spacer);
}

.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bsdropdown-spacer);
}
.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;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--bsdropdown-spacer);
}
.dropend .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;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--bsdropdown-spacer);
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .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;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: var(--bsdropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--bsdropdown-divider-bg);
  opacity: 1;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bsdropdown-item-padding-y) var(--bsdropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bsdropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: var(--bsdropdown-item-border-radius, 0);
}
.dropdown-item:hover, .dropdown-item:focus {
  color: var(--bsdropdown-link-hover-color);
  background-color: var(--bsdropdown-link-hover-bg);
}
.dropdown-item.active, .dropdown-item:active {
  color: var(--bsdropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bsdropdown-link-active-bg);
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: var(--bsdropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}

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

.dropdown-header {
  display: block;
  padding: var(--bsdropdown-header-padding-y) var(--bsdropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 0.875rem;
  color: var(--bsdropdown-header-color);
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: var(--bsdropdown-item-padding-y) var(--bsdropdown-item-padding-x);
  color: var(--bsdropdown-link-color);
}

.dropdown-menu-dark {
  --bsdropdown-color: #dee2e6;
  --bsdropdown-bg: #343a40;
  --bsdropdown-border-color: var(--bsborder-color-translucent);
  --bsdropdown-box-shadow: ;
  --bsdropdown-link-color: #dee2e6;
  --bsdropdown-link-hover-color: #fff;
  --bsdropdown-divider-bg: var(--bsborder-color-translucent);
  --bsdropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bsdropdown-link-active-color: #fff;
  --bsdropdown-link-active-bg: #003580;
  --bsdropdown-link-disabled-color: #adb5bd;
  --bsdropdown-header-color: #adb5bd;
}

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

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group, .btn-toolbar .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p, .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments .btn-toolbar form.comment-form > p {
  width: auto;
}

.btn-group {
  border-radius: var(--bsborder-radius);
}
.btn-group > :not(.btn-check:first-child) + .btn,
.btn-group > .btn-group:not(:first-child) {
  margin-left: calc(-1 * var(--bsborder-width));
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn.dropdown-toggle-split:first-child,
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

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

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

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

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

.nav {
  --bsnav-link-padding-x: 1rem;
  --bsnav-link-padding-y: 0.5rem;
  --bsnav-link-font-weight: ;
  --bsnav-link-color: var(--bslink-color);
  --bsnav-link-hover-color: var(--bslink-hover-color);
  --bsnav-link-disabled-color: var(--bssecondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: var(--bsnav-link-padding-y) var(--bsnav-link-padding-x);
  font-size: var(--bsnav-link-font-size);
  font-weight: var(--bsnav-link-font-weight);
  color: var(--bsnav-link-color);
  text-decoration: none;
  background: none;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: var(--bsnav-link-hover-color);
}
.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.125rem #003580;
}
.nav-link.disabled, .nav-link:disabled {
  color: var(--bsnav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  --bsnav-tabs-border-width: var(--bsborder-width);
  --bsnav-tabs-border-color: var(--bsborder-color);
  --bsnav-tabs-border-radius: var(--bsborder-radius);
  --bsnav-tabs-link-hover-border-color: var(--bssecondary-bg) var(--bssecondary-bg) var(--bsborder-color);
  --bsnav-tabs-link-active-color: var(--bsemphasis-color);
  --bsnav-tabs-link-active-bg: var(--bsbody-bg);
  --bsnav-tabs-link-active-border-color: var(--bsborder-color) var(--bsborder-color) var(--bsbody-bg);
  border-bottom: var(--bsnav-tabs-border-width) solid var(--bsnav-tabs-border-color);
}
.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bsnav-tabs-border-width));
  border: var(--bsnav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bsnav-tabs-border-radius);
  border-top-right-radius: var(--bsnav-tabs-border-radius);
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bsnav-tabs-link-hover-border-color);
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--bsnav-tabs-link-active-color);
  background-color: var(--bsnav-tabs-link-active-bg);
  border-color: var(--bsnav-tabs-link-active-border-color);
}
.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bsnav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills {
  --bsnav-pills-border-radius: var(--bsborder-radius);
  --bsnav-pills-link-active-color: #fff;
  --bsnav-pills-link-active-bg: #003580;
}
.nav-pills .nav-link {
  border-radius: var(--bsnav-pills-border-radius);
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bsnav-pills-link-active-color);
  background-color: var(--bsnav-pills-link-active-bg);
}

.nav-underline {
  --bsnav-underline-gap: 1rem;
  --bsnav-underline-border-width: 0.125rem;
  --bsnav-underline-link-active-color: var(--bsemphasis-color);
  gap: var(--bsnav-underline-gap);
}
.nav-underline .nav-link {
  padding-right: 0;
  padding-left: 0;
  border-bottom: var(--bsnav-underline-border-width) solid transparent;
}
.nav-underline .nav-link:hover, .nav-underline .nav-link:focus {
  border-bottom-color: currentcolor;
}
.nav-underline .nav-link.active,
.nav-underline .show > .nav-link {
  font-weight: 700;
  color: var(--bsnav-underline-link-active-color);
  border-bottom-color: currentcolor;
}

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

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

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

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

.navbar {
  --bsnavbar-padding-x: 0;
  --bsnavbar-padding-y: 0.5rem;
  --bsnavbar-color: rgba(var(--bsemphasis-color-rgb), 0.65);
  --bsnavbar-hover-color: rgba(var(--bsemphasis-color-rgb), 0.8);
  --bsnavbar-disabled-color: rgba(var(--bsemphasis-color-rgb), 0.3);
  --bsnavbar-active-color: rgba(var(--bsemphasis-color-rgb), 1);
  --bsnavbar-brand-padding-y: 0.3125rem;
  --bsnavbar-brand-margin-end: 1rem;
  --bsnavbar-brand-font-size: 1.25rem;
  --bsnavbar-brand-color: rgba(var(--bsemphasis-color-rgb), 1);
  --bsnavbar-brand-hover-color: rgba(var(--bsemphasis-color-rgb), 1);
  --bsnavbar-nav-link-padding-x: 0.5rem;
  --bsnavbar-toggler-padding-y: 0.25rem;
  --bsnavbar-toggler-padding-x: 0.75rem;
  --bsnavbar-toggler-font-size: 1.25rem;
  --bsnavbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bsnavbar-toggler-border-color: rgba(var(--bsemphasis-color-rgb), 0.15);
  --bsnavbar-toggler-border-radius: var(--bsborder-radius);
  --bsnavbar-toggler-focus-width: 0.125rem;
  --bsnavbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bsnavbar-padding-y) var(--bsnavbar-padding-x);
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: var(--bsnavbar-brand-padding-y);
  padding-bottom: var(--bsnavbar-brand-padding-y);
  margin-right: var(--bsnavbar-brand-margin-end);
  font-size: var(--bsnavbar-brand-font-size);
  color: var(--bsnavbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--bsnavbar-brand-hover-color);
}

.navbar-nav {
  --bsnav-link-padding-x: 0;
  --bsnav-link-padding-y: 0.5rem;
  --bsnav-link-font-weight: ;
  --bsnav-link-color: var(--bsnavbar-color);
  --bsnav-link-hover-color: var(--bsnavbar-hover-color);
  --bsnav-link-disabled-color: var(--bsnavbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: var(--bsnavbar-active-color);
}
.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bsnavbar-color);
}
.navbar-text a,
.navbar-text a:hover,
.navbar-text a:focus {
  color: var(--bsnavbar-active-color);
}

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

.navbar-toggler {
  padding: var(--bsnavbar-toggler-padding-y) var(--bsnavbar-toggler-padding-x);
  font-size: var(--bsnavbar-toggler-font-size);
  line-height: 1;
  color: var(--bsnavbar-color);
  background-color: transparent;
  border: var(--bsborder-width) solid var(--bsnavbar-toggler-border-color);
  border-radius: var(--bsnavbar-toggler-border-radius);
  transition: var(--bsnavbar-toggler-transition);
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--bsnavbar-toggler-focus-width);
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bsnavbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.navbar-nav-scroll {
  max-height: var(--bsscroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: 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: var(--bsnavbar-nav-link-padding-x);
    padding-left: var(--bsnavbar-nav-link-padding-x);
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: 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: var(--bsnavbar-nav-link-padding-x);
    padding-left: var(--bsnavbar-nav-link-padding-x);
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: 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: var(--bsnavbar-nav-link-padding-x);
    padding-left: var(--bsnavbar-nav-link-padding-x);
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: 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: var(--bsnavbar-nav-link-padding-x);
    padding-left: var(--bsnavbar-nav-link-padding-x);
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: 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: var(--bsnavbar-nav-link-padding-x);
    padding-left: var(--bsnavbar-nav-link-padding-x);
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: var(--bsnavbar-nav-link-padding-x);
  padding-left: var(--bsnavbar-nav-link-padding-x);
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border: 0 !important;
  transform: none !important;
  transition: none;
}
.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

.navbar-dark,
.navbar[data-bs-theme=dark] {
  --bsnavbar-color: rgba(255, 255, 255, 0.55);
  --bsnavbar-hover-color: rgba(255, 255, 255, 0.75);
  --bsnavbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bsnavbar-active-color: #fff;
  --bsnavbar-brand-color: #fff;
  --bsnavbar-brand-hover-color: #fff;
  --bsnavbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --bsnavbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

[data-bs-theme=dark] .navbar-toggler-icon {
  --bsnavbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.card {
  --bscard-spacer-y: 1rem;
  --bscard-spacer-x: 1rem;
  --bscard-title-spacer-y: 0.5rem;
  --bscard-title-color: ;
  --bscard-subtitle-color: ;
  --bscard-border-width: var(--bsborder-width);
  --bscard-border-color: var(--bsborder-color-translucent);
  --bscard-border-radius: var(--bsborder-radius);
  --bscard-box-shadow: ;
  --bscard-inner-border-radius: calc(var(--bsborder-radius) - (var(--bsborder-width)));
  --bscard-cap-padding-y: 0.5rem;
  --bscard-cap-padding-x: 1rem;
  --bscard-cap-bg: rgba(var(--bsbody-color-rgb), 0.03);
  --bscard-cap-color: ;
  --bscard-height: ;
  --bscard-color: ;
  --bscard-bg: var(--bsbody-bg);
  --bscard-img-overlay-padding: 1rem;
  --bscard-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bscard-height);
  color: var(--bsbody-color);
  word-wrap: break-word;
  background-color: var(--bscard-bg);
  background-clip: border-box;
  border: var(--bscard-border-width) solid var(--bscard-border-color);
  border-radius: var(--bscard-border-radius);
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: var(--bscard-inner-border-radius);
  border-top-right-radius: var(--bscard-inner-border-radius);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: var(--bscard-inner-border-radius);
  border-bottom-left-radius: var(--bscard-inner-border-radius);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: var(--bscard-spacer-y) var(--bscard-spacer-x);
  color: var(--bscard-color);
}

.card-title {
  margin-bottom: var(--bscard-title-spacer-y);
  color: var(--bscard-title-color);
}

.card-subtitle {
  margin-top: calc(-0.5 * var(--bscard-title-spacer-y));
  margin-bottom: 0;
  color: var(--bscard-subtitle-color);
}

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

.card-link + .card-link {
  margin-left: var(--bscard-spacer-x);
}

.card-header {
  padding: var(--bscard-cap-padding-y) var(--bscard-cap-padding-x);
  margin-bottom: 0;
  color: var(--bscard-cap-color);
  background-color: var(--bscard-cap-bg);
  border-bottom: var(--bscard-border-width) solid var(--bscard-border-color);
}
.card-header:first-child {
  border-radius: var(--bscard-inner-border-radius) var(--bscard-inner-border-radius) 0 0;
}

.card-footer {
  padding: var(--bscard-cap-padding-y) var(--bscard-cap-padding-x);
  color: var(--bscard-cap-color);
  background-color: var(--bscard-cap-bg);
  border-top: var(--bscard-border-width) solid var(--bscard-border-color);
}
.card-footer:last-child {
  border-radius: 0 0 var(--bscard-inner-border-radius) var(--bscard-inner-border-radius);
}

.card-header-tabs {
  margin-right: calc(-0.5 * var(--bscard-cap-padding-x));
  margin-bottom: calc(-1 * var(--bscard-cap-padding-y));
  margin-left: calc(-0.5 * var(--bscard-cap-padding-x));
  border-bottom: 0;
}
.card-header-tabs .nav-link.active {
  background-color: var(--bscard-bg);
  border-bottom-color: var(--bscard-bg);
}

.card-header-pills {
  margin-right: calc(-0.5 * var(--bscard-cap-padding-x));
  margin-left: calc(-0.5 * var(--bscard-cap-padding-x));
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--bscard-img-overlay-padding);
  border-radius: var(--bscard-inner-border-radius);
}

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

.card-img,
.card-img-top {
  border-top-left-radius: var(--bscard-inner-border-radius);
  border-top-right-radius: var(--bscard-inner-border-radius);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: var(--bscard-inner-border-radius);
  border-bottom-left-radius: var(--bscard-inner-border-radius);
}

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

.accordion {
  --bsaccordion-color: var(--bsbody-color);
  --bsaccordion-bg: var(--bsbody-bg);
  --bsaccordion-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, border-radius 0.15s ease;
  --bsaccordion-border-color: var(--bsborder-color);
  --bsaccordion-border-width: var(--bsborder-width);
  --bsaccordion-border-radius: var(--bsborder-radius);
  --bsaccordion-inner-border-radius: calc(var(--bsborder-radius) - (var(--bsborder-width)));
  --bsaccordion-btn-padding-x: 1.25rem;
  --bsaccordion-btn-padding-y: 1rem;
  --bsaccordion-btn-color: var(--bsbody-color);
  --bsaccordion-btn-bg: var(--bsaccordion-bg);
  --bsaccordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  --bsaccordion-btn-icon-width: 1.25rem;
  --bsaccordion-btn-icon-transform: rotate(-180deg);
  --bsaccordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bsaccordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='rgb%280, 21.2, 51.2%29' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  --bsaccordion-btn-focus-box-shadow: 0 0 0 0.125rem #003580;
  --bsaccordion-body-padding-x: 1.25rem;
  --bsaccordion-body-padding-y: 1rem;
  --bsaccordion-active-color: var(--bsprimary-text-emphasis);
  --bsaccordion-active-bg: var(--bsprimary-bg-subtle);
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bsaccordion-btn-padding-y) var(--bsaccordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bsaccordion-btn-color);
  text-align: left;
  background-color: var(--bsaccordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bsaccordion-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: var(--bsaccordion-active-color);
  background-color: var(--bsaccordion-active-bg);
  box-shadow: inset 0 calc(-1 * var(--bsaccordion-border-width)) 0 var(--bsaccordion-border-color);
}
.accordion-button:not(.collapsed)::after {
  background-image: var(--bsaccordion-btn-active-icon);
  transform: var(--bsaccordion-btn-icon-transform);
}
.accordion-button::after {
  flex-shrink: 0;
  width: var(--bsaccordion-btn-icon-width);
  height: var(--bsaccordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bsaccordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bsaccordion-btn-icon-width);
  transition: var(--bsaccordion-btn-icon-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: var(--bsaccordion-btn-focus-box-shadow);
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  color: var(--bsaccordion-color);
  background-color: var(--bsaccordion-bg);
  border: var(--bsaccordion-border-width) solid var(--bsaccordion-border-color);
}
.accordion-item:first-of-type {
  border-top-left-radius: var(--bsaccordion-border-radius);
  border-top-right-radius: var(--bsaccordion-border-radius);
}
.accordion-item:first-of-type > .accordion-header .accordion-button {
  border-top-left-radius: var(--bsaccordion-inner-border-radius);
  border-top-right-radius: var(--bsaccordion-inner-border-radius);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: var(--bsaccordion-border-radius);
  border-bottom-left-radius: var(--bsaccordion-border-radius);
}
.accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
  border-bottom-right-radius: var(--bsaccordion-inner-border-radius);
  border-bottom-left-radius: var(--bsaccordion-inner-border-radius);
}
.accordion-item:last-of-type > .accordion-collapse {
  border-bottom-right-radius: var(--bsaccordion-border-radius);
  border-bottom-left-radius: var(--bsaccordion-border-radius);
}

.accordion-body {
  padding: var(--bsaccordion-body-padding-y) var(--bsaccordion-body-padding-x);
}

.accordion-flush > .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush > .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush > .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush > .accordion-item > .accordion-collapse,
.accordion-flush > .accordion-item > .accordion-header .accordion-button,
.accordion-flush > .accordion-item > .accordion-header .accordion-button.collapsed {
  border-radius: 0;
}

[data-bs-theme=dark] .accordion-button::after {
  --bsaccordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%28102, 133.8, 178.8%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
  --bsaccordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%28102, 133.8, 178.8%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
}

.breadcrumb {
  --bsbreadcrumb-padding-x: 0.375rem;
  --bsbreadcrumb-padding-y: 0;
  --bsbreadcrumb-margin-bottom: 1rem;
  --bsbreadcrumb-font-size: 1rem;
  --bsbreadcrumb-bg: ;
  --bsbreadcrumb-border-radius: ;
  --bsbreadcrumb-divider-color: var(--bssecondary-color);
  --bsbreadcrumb-item-padding-x: 0.5rem;
  --bsbreadcrumb-item-active-color: var(--bssecondary-color);
  display: flex;
  flex-wrap: wrap;
  padding: var(--bsbreadcrumb-padding-y) var(--bsbreadcrumb-padding-x);
  margin-bottom: var(--bsbreadcrumb-margin-bottom);
  font-size: var(--bsbreadcrumb-font-size);
  list-style: none;
  background-color: var(--bsbreadcrumb-bg);
  border-radius: var(--bsbreadcrumb-border-radius);
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: var(--bsbreadcrumb-item-padding-x);
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--bsbreadcrumb-item-padding-x);
  color: var(--bsbreadcrumb-divider-color);
  content: var(--bsbreadcrumb-divider, "/") /* rtl: var(--bsbreadcrumb-divider, "/") */;
}
.breadcrumb-item.active {
  color: var(--bsbreadcrumb-item-active-color);
}

.pagination {
  --bspagination-padding-x: 0.75rem;
  --bspagination-padding-y: 0.375rem;
  --bspagination-font-size: 1rem;
  --bspagination-color: var(--bslink-color);
  --bspagination-bg: var(--bsbody-bg);
  --bspagination-border-width: var(--bsborder-width);
  --bspagination-border-color: var(--bsborder-color);
  --bspagination-border-radius: var(--bsborder-radius);
  --bspagination-hover-color: var(--bslink-hover-color);
  --bspagination-hover-bg: var(--bstertiary-bg);
  --bspagination-hover-border-color: var(--bsborder-color);
  --bspagination-focus-color: var(--bslink-hover-color);
  --bspagination-focus-bg: var(--bssecondary-bg);
  --bspagination-focus-box-shadow: 0 0 0 0.125rem #003580;
  --bspagination-active-color: #fff;
  --bspagination-active-bg: #003580;
  --bspagination-active-border-color: #003580;
  --bspagination-disabled-color: var(--bssecondary-color);
  --bspagination-disabled-bg: var(--bssecondary-bg);
  --bspagination-disabled-border-color: var(--bsborder-color);
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  padding: var(--bspagination-padding-y) var(--bspagination-padding-x);
  font-size: var(--bspagination-font-size);
  color: var(--bspagination-color);
  text-decoration: none;
  background-color: var(--bspagination-bg);
  border: var(--bspagination-border-width) solid var(--bspagination-border-color);
  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) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: var(--bspagination-hover-color);
  background-color: var(--bspagination-hover-bg);
  border-color: var(--bspagination-hover-border-color);
}
.page-link:focus {
  z-index: 3;
  color: var(--bspagination-focus-color);
  background-color: var(--bspagination-focus-bg);
  outline: 0;
  box-shadow: var(--bspagination-focus-box-shadow);
}
.page-link.active, .active > .page-link {
  z-index: 3;
  color: var(--bspagination-active-color);
  background-color: var(--bspagination-active-bg);
  border-color: var(--bspagination-active-border-color);
}
.page-link.disabled, .disabled > .page-link {
  color: var(--bspagination-disabled-color);
  pointer-events: none;
  background-color: var(--bspagination-disabled-bg);
  border-color: var(--bspagination-disabled-border-color);
}

.page-item:not(:first-child) .page-link {
  margin-left: calc(-1 * var(--bsborder-width));
}
.page-item:first-child .page-link {
  border-top-left-radius: var(--bspagination-border-radius);
  border-bottom-left-radius: var(--bspagination-border-radius);
}
.page-item:last-child .page-link {
  border-top-right-radius: var(--bspagination-border-radius);
  border-bottom-right-radius: var(--bspagination-border-radius);
}

.pagination-lg {
  --bspagination-padding-x: 1.5rem;
  --bspagination-padding-y: 0.75rem;
  --bspagination-font-size: 1.25rem;
  --bspagination-border-radius: var(--bsborder-radius-lg);
}

.pagination-sm {
  --bspagination-padding-x: 0.5rem;
  --bspagination-padding-y: 0.25rem;
  --bspagination-font-size: 0.875rem;
  --bspagination-border-radius: var(--bsborder-radius-sm);
}

.badge {
  --bsbadge-padding-x: 0.65em;
  --bsbadge-padding-y: 0.35em;
  --bsbadge-font-size: 0.75em;
  --bsbadge-font-weight: 700;
  --bsbadge-color: #fff;
  --bsbadge-border-radius: var(--bsborder-radius);
  display: inline-block;
  padding: var(--bsbadge-padding-y) var(--bsbadge-padding-x);
  font-size: var(--bsbadge-font-size);
  font-weight: var(--bsbadge-font-weight);
  line-height: 1;
  color: var(--bsbadge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bsbadge-border-radius);
}
.badge:empty {
  display: none;
}

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

.alert {
  --bsalert-bg: transparent;
  --bsalert-padding-x: 1rem;
  --bsalert-padding-y: 1rem;
  --bsalert-margin-bottom: 1rem;
  --bsalert-color: inherit;
  --bsalert-border-color: transparent;
  --bsalert-border: var(--bsborder-width) solid var(--bsalert-border-color);
  --bsalert-border-radius: var(--bsborder-radius);
  --bsalert-link-color: inherit;
  position: relative;
  padding: var(--bsalert-padding-y) var(--bsalert-padding-x);
  margin-bottom: var(--bsalert-margin-bottom);
  color: var(--bsalert-color);
  background-color: var(--bsalert-bg);
  border: var(--bsalert-border);
  border-radius: var(--bsalert-border-radius);
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
  color: var(--bsalert-link-color);
}

.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

.alert-primary {
  --bsalert-color: var(--bsprimary-text-emphasis);
  --bsalert-bg: var(--bsprimary-bg-subtle);
  --bsalert-border-color: var(--bsprimary-border-subtle);
  --bsalert-link-color: var(--bsprimary-text-emphasis);
}

.alert-secondary {
  --bsalert-color: var(--bssecondary-text-emphasis);
  --bsalert-bg: var(--bssecondary-bg-subtle);
  --bsalert-border-color: var(--bssecondary-border-subtle);
  --bsalert-link-color: var(--bssecondary-text-emphasis);
}

.alert-success {
  --bsalert-color: var(--bssuccess-text-emphasis);
  --bsalert-bg: var(--bssuccess-bg-subtle);
  --bsalert-border-color: var(--bssuccess-border-subtle);
  --bsalert-link-color: var(--bssuccess-text-emphasis);
}

.alert-info {
  --bsalert-color: var(--bsinfo-text-emphasis);
  --bsalert-bg: var(--bsinfo-bg-subtle);
  --bsalert-border-color: var(--bsinfo-border-subtle);
  --bsalert-link-color: var(--bsinfo-text-emphasis);
}

.alert-warning {
  --bsalert-color: var(--bswarning-text-emphasis);
  --bsalert-bg: var(--bswarning-bg-subtle);
  --bsalert-border-color: var(--bswarning-border-subtle);
  --bsalert-link-color: var(--bswarning-text-emphasis);
}

.alert-danger {
  --bsalert-color: var(--bsdanger-text-emphasis);
  --bsalert-bg: var(--bsdanger-bg-subtle);
  --bsalert-border-color: var(--bsdanger-border-subtle);
  --bsalert-link-color: var(--bsdanger-text-emphasis);
}

.alert-light {
  --bsalert-color: var(--bslight-text-emphasis);
  --bsalert-bg: var(--bslight-bg-subtle);
  --bsalert-border-color: var(--bslight-border-subtle);
  --bsalert-link-color: var(--bslight-text-emphasis);
}

.alert-dark {
  --bsalert-color: var(--bsdark-text-emphasis);
  --bsalert-bg: var(--bsdark-bg-subtle);
  --bsalert-border-color: var(--bsdark-border-subtle);
  --bsalert-link-color: var(--bsdark-text-emphasis);
}

.list-group {
  --bslist-group-color: var(--bsbody-color);
  --bslist-group-bg: var(--bsbody-bg);
  --bslist-group-border-color: var(--bsborder-color);
  --bslist-group-border-width: var(--bsborder-width);
  --bslist-group-border-radius: var(--bsborder-radius);
  --bslist-group-item-padding-x: 1rem;
  --bslist-group-item-padding-y: 0.5rem;
  --bslist-group-action-color: var(--bssecondary-color);
  --bslist-group-action-hover-color: var(--bsemphasis-color);
  --bslist-group-action-hover-bg: var(--bstertiary-bg);
  --bslist-group-action-active-color: var(--bsbody-color);
  --bslist-group-action-active-bg: var(--bssecondary-bg);
  --bslist-group-disabled-color: var(--bssecondary-color);
  --bslist-group-disabled-bg: var(--bsbody-bg);
  --bslist-group-active-color: #fff;
  --bslist-group-active-bg: #003580;
  --bslist-group-active-border-color: #003580;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--bslist-group-border-radius);
}

.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered > .list-group-item::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

.list-group-item {
  position: relative;
  display: block;
  padding: var(--bslist-group-item-padding-y) var(--bslist-group-item-padding-x);
  color: var(--bslist-group-color);
  text-decoration: none;
  background-color: var(--bslist-group-bg);
  border: var(--bslist-group-border-width) solid var(--bslist-group-border-color);
}
.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: var(--bslist-group-disabled-color);
  pointer-events: none;
  background-color: var(--bslist-group-disabled-bg);
}
.list-group-item.active {
  z-index: 2;
  color: var(--bslist-group-active-color);
  background-color: var(--bslist-group-active-bg);
  border-color: var(--bslist-group-active-border-color);
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: calc(-1 * var(--bslist-group-border-width));
  border-top-width: var(--bslist-group-border-width);
}

.list-group-item-action {
  width: 100%;
  color: var(--bslist-group-action-color);
  text-align: inherit;
}
.list-group-item-action:not(.active):hover, .list-group-item-action:not(.active):focus {
  z-index: 1;
  color: var(--bslist-group-action-hover-color);
  text-decoration: none;
  background-color: var(--bslist-group-action-hover-bg);
}
.list-group-item-action:not(.active):active {
  color: var(--bslist-group-action-active-color);
  background-color: var(--bslist-group-action-active-bg);
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bslist-group-border-radius);
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--bslist-group-border-radius);
  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: var(--bslist-group-border-width);
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--bslist-group-border-width));
  border-left-width: var(--bslist-group-border-width);
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bslist-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bslist-group-border-radius);
    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: var(--bslist-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bslist-group-border-width));
    border-left-width: var(--bslist-group-border-width);
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bslist-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bslist-group-border-radius);
    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: var(--bslist-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bslist-group-border-width));
    border-left-width: var(--bslist-group-border-width);
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bslist-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bslist-group-border-radius);
    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: var(--bslist-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bslist-group-border-width));
    border-left-width: var(--bslist-group-border-width);
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bslist-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bslist-group-border-radius);
    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: var(--bslist-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bslist-group-border-width));
    border-left-width: var(--bslist-group-border-width);
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bslist-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bslist-group-border-radius);
    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: var(--bslist-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bslist-group-border-width));
    border-left-width: var(--bslist-group-border-width);
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 var(--bslist-group-border-width);
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  --bslist-group-color: var(--bsprimary-text-emphasis);
  --bslist-group-bg: var(--bsprimary-bg-subtle);
  --bslist-group-border-color: var(--bsprimary-border-subtle);
  --bslist-group-action-hover-color: var(--bsemphasis-color);
  --bslist-group-action-hover-bg: var(--bsprimary-border-subtle);
  --bslist-group-action-active-color: var(--bsemphasis-color);
  --bslist-group-action-active-bg: var(--bsprimary-border-subtle);
  --bslist-group-active-color: var(--bsprimary-bg-subtle);
  --bslist-group-active-bg: var(--bsprimary-text-emphasis);
  --bslist-group-active-border-color: var(--bsprimary-text-emphasis);
}

.list-group-item-secondary {
  --bslist-group-color: var(--bssecondary-text-emphasis);
  --bslist-group-bg: var(--bssecondary-bg-subtle);
  --bslist-group-border-color: var(--bssecondary-border-subtle);
  --bslist-group-action-hover-color: var(--bsemphasis-color);
  --bslist-group-action-hover-bg: var(--bssecondary-border-subtle);
  --bslist-group-action-active-color: var(--bsemphasis-color);
  --bslist-group-action-active-bg: var(--bssecondary-border-subtle);
  --bslist-group-active-color: var(--bssecondary-bg-subtle);
  --bslist-group-active-bg: var(--bssecondary-text-emphasis);
  --bslist-group-active-border-color: var(--bssecondary-text-emphasis);
}

.list-group-item-success {
  --bslist-group-color: var(--bssuccess-text-emphasis);
  --bslist-group-bg: var(--bssuccess-bg-subtle);
  --bslist-group-border-color: var(--bssuccess-border-subtle);
  --bslist-group-action-hover-color: var(--bsemphasis-color);
  --bslist-group-action-hover-bg: var(--bssuccess-border-subtle);
  --bslist-group-action-active-color: var(--bsemphasis-color);
  --bslist-group-action-active-bg: var(--bssuccess-border-subtle);
  --bslist-group-active-color: var(--bssuccess-bg-subtle);
  --bslist-group-active-bg: var(--bssuccess-text-emphasis);
  --bslist-group-active-border-color: var(--bssuccess-text-emphasis);
}

.list-group-item-info {
  --bslist-group-color: var(--bsinfo-text-emphasis);
  --bslist-group-bg: var(--bsinfo-bg-subtle);
  --bslist-group-border-color: var(--bsinfo-border-subtle);
  --bslist-group-action-hover-color: var(--bsemphasis-color);
  --bslist-group-action-hover-bg: var(--bsinfo-border-subtle);
  --bslist-group-action-active-color: var(--bsemphasis-color);
  --bslist-group-action-active-bg: var(--bsinfo-border-subtle);
  --bslist-group-active-color: var(--bsinfo-bg-subtle);
  --bslist-group-active-bg: var(--bsinfo-text-emphasis);
  --bslist-group-active-border-color: var(--bsinfo-text-emphasis);
}

.list-group-item-warning {
  --bslist-group-color: var(--bswarning-text-emphasis);
  --bslist-group-bg: var(--bswarning-bg-subtle);
  --bslist-group-border-color: var(--bswarning-border-subtle);
  --bslist-group-action-hover-color: var(--bsemphasis-color);
  --bslist-group-action-hover-bg: var(--bswarning-border-subtle);
  --bslist-group-action-active-color: var(--bsemphasis-color);
  --bslist-group-action-active-bg: var(--bswarning-border-subtle);
  --bslist-group-active-color: var(--bswarning-bg-subtle);
  --bslist-group-active-bg: var(--bswarning-text-emphasis);
  --bslist-group-active-border-color: var(--bswarning-text-emphasis);
}

.list-group-item-danger {
  --bslist-group-color: var(--bsdanger-text-emphasis);
  --bslist-group-bg: var(--bsdanger-bg-subtle);
  --bslist-group-border-color: var(--bsdanger-border-subtle);
  --bslist-group-action-hover-color: var(--bsemphasis-color);
  --bslist-group-action-hover-bg: var(--bsdanger-border-subtle);
  --bslist-group-action-active-color: var(--bsemphasis-color);
  --bslist-group-action-active-bg: var(--bsdanger-border-subtle);
  --bslist-group-active-color: var(--bsdanger-bg-subtle);
  --bslist-group-active-bg: var(--bsdanger-text-emphasis);
  --bslist-group-active-border-color: var(--bsdanger-text-emphasis);
}

.list-group-item-light {
  --bslist-group-color: var(--bslight-text-emphasis);
  --bslist-group-bg: var(--bslight-bg-subtle);
  --bslist-group-border-color: var(--bslight-border-subtle);
  --bslist-group-action-hover-color: var(--bsemphasis-color);
  --bslist-group-action-hover-bg: var(--bslight-border-subtle);
  --bslist-group-action-active-color: var(--bsemphasis-color);
  --bslist-group-action-active-bg: var(--bslight-border-subtle);
  --bslist-group-active-color: var(--bslight-bg-subtle);
  --bslist-group-active-bg: var(--bslight-text-emphasis);
  --bslist-group-active-border-color: var(--bslight-text-emphasis);
}

.list-group-item-dark {
  --bslist-group-color: var(--bsdark-text-emphasis);
  --bslist-group-bg: var(--bsdark-bg-subtle);
  --bslist-group-border-color: var(--bsdark-border-subtle);
  --bslist-group-action-hover-color: var(--bsemphasis-color);
  --bslist-group-action-hover-bg: var(--bsdark-border-subtle);
  --bslist-group-action-active-color: var(--bsemphasis-color);
  --bslist-group-action-active-bg: var(--bsdark-border-subtle);
  --bslist-group-active-color: var(--bsdark-bg-subtle);
  --bslist-group-active-bg: var(--bsdark-text-emphasis);
  --bslist-group-active-border-color: var(--bsdark-text-emphasis);
}

.btn-close {
  --bsbtn-close-color: #000;
  --bsbtn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e");
  --bsbtn-close-opacity: 0.5;
  --bsbtn-close-hover-opacity: 0.75;
  --bsbtn-close-focus-shadow: 0 0 0 0.125rem #003580;
  --bsbtn-close-focus-opacity: 1;
  --bsbtn-close-disabled-opacity: 0.25;
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: var(--bsbtn-close-color);
  background: transparent var(--bsbtn-close-bg) center/1em auto no-repeat;
  filter: var(--bsbtn-close-filter);
  border: 0;
  border-radius: 0.375rem;
  opacity: var(--bsbtn-close-opacity);
}
.btn-close:hover {
  color: var(--bsbtn-close-color);
  text-decoration: none;
  opacity: var(--bsbtn-close-hover-opacity);
}
.btn-close:focus {
  outline: 0;
  box-shadow: var(--bsbtn-close-focus-shadow);
  opacity: var(--bsbtn-close-focus-opacity);
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  user-select: none;
  opacity: var(--bsbtn-close-disabled-opacity);
}

.btn-close-white {
  --bsbtn-close-filter: invert(1) grayscale(100%) brightness(200%);
}

:root,
[data-bs-theme=light] {
  --bsbtn-close-filter: ;
}

[data-bs-theme=dark] {
  --bsbtn-close-filter: invert(1) grayscale(100%) brightness(200%);
}

.toast {
  --bstoast-zindex: 1090;
  --bstoast-padding-x: 0.75rem;
  --bstoast-padding-y: 0.5rem;
  --bstoast-spacing: 1.5rem;
  --bstoast-max-width: 350px;
  --bstoast-font-size: 0.875rem;
  --bstoast-color: ;
  --bstoast-bg: rgba(var(--bsbody-bg-rgb), 0.85);
  --bstoast-border-width: var(--bsborder-width);
  --bstoast-border-color: var(--bsborder-color-translucent);
  --bstoast-border-radius: var(--bsborder-radius);
  --bstoast-box-shadow: var(--bsbox-shadow);
  --bstoast-header-color: var(--bssecondary-color);
  --bstoast-header-bg: rgba(var(--bsbody-bg-rgb), 0.85);
  --bstoast-header-border-color: var(--bsborder-color-translucent);
  width: var(--bstoast-max-width);
  max-width: 100%;
  font-size: var(--bstoast-font-size);
  color: var(--bstoast-color);
  pointer-events: auto;
  background-color: var(--bstoast-bg);
  background-clip: padding-box;
  border: var(--bstoast-border-width) solid var(--bstoast-border-color);
  box-shadow: var(--bstoast-box-shadow);
  border-radius: var(--bstoast-border-radius);
}
.toast.showing {
  opacity: 0;
}
.toast:not(.show) {
  display: none;
}

.toast-container {
  --bstoast-zindex: 1090;
  position: absolute;
  z-index: var(--bstoast-zindex);
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: var(--bstoast-spacing);
}

.toast-header {
  display: flex;
  align-items: center;
  padding: var(--bstoast-padding-y) var(--bstoast-padding-x);
  color: var(--bstoast-header-color);
  background-color: var(--bstoast-header-bg);
  background-clip: padding-box;
  border-bottom: var(--bstoast-border-width) solid var(--bstoast-header-border-color);
  border-top-left-radius: calc(var(--bstoast-border-radius) - var(--bstoast-border-width));
  border-top-right-radius: calc(var(--bstoast-border-radius) - var(--bstoast-border-width));
}
.toast-header .btn-close {
  margin-right: calc(-0.5 * var(--bstoast-padding-x));
  margin-left: var(--bstoast-padding-x);
}

.toast-body {
  padding: var(--bstoast-padding-x);
  word-wrap: break-word;
}

.modal {
  --bsmodal-zindex: 1055;
  --bsmodal-width: 500px;
  --bsmodal-padding: 1rem;
  --bsmodal-margin: 0.5rem;
  --bsmodal-color: var(--bsbody-color);
  --bsmodal-bg: var(--bsbody-bg);
  --bsmodal-border-color: var(--bsborder-color-translucent);
  --bsmodal-border-width: var(--bsborder-width);
  --bsmodal-border-radius: var(--bsborder-radius-lg);
  --bsmodal-box-shadow: var(--bsbox-shadow-sm);
  --bsmodal-inner-border-radius: calc(var(--bsborder-radius-lg) - (var(--bsborder-width)));
  --bsmodal-header-padding-x: 1rem;
  --bsmodal-header-padding-y: 1rem;
  --bsmodal-header-padding: 1rem 1rem;
  --bsmodal-header-border-color: var(--bsborder-color);
  --bsmodal-header-border-width: var(--bsborder-width);
  --bsmodal-title-line-height: 1.5;
  --bsmodal-footer-gap: 0.5rem;
  --bsmodal-footer-bg: ;
  --bsmodal-footer-border-color: var(--bsborder-color);
  --bsmodal-footer-border-width: var(--bsborder-width);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bsmodal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bsmodal-margin);
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transform: translate(0, -50px);
  transition: transform 0.3s ease-out;
}
@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 {
  height: calc(100% - var(--bsmodal-margin) * 2);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bsmodal-margin) * 2);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bsmodal-color);
  pointer-events: auto;
  background-color: var(--bsmodal-bg);
  background-clip: padding-box;
  border: var(--bsmodal-border-width) solid var(--bsmodal-border-color);
  border-radius: var(--bsmodal-border-radius);
  outline: 0;
}

.modal-backdrop {
  --bsbackdrop-zindex: 1050;
  --bsbackdrop-bg: #000;
  --bsbackdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bsbackdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bsbackdrop-bg);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: var(--bsbackdrop-opacity);
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  padding: var(--bsmodal-header-padding);
  border-bottom: var(--bsmodal-header-border-width) solid var(--bsmodal-header-border-color);
  border-top-left-radius: var(--bsmodal-inner-border-radius);
  border-top-right-radius: var(--bsmodal-inner-border-radius);
}
.modal-header .btn-close {
  padding: calc(var(--bsmodal-header-padding-y) * 0.5) calc(var(--bsmodal-header-padding-x) * 0.5);
  margin-top: calc(-0.5 * var(--bsmodal-header-padding-y));
  margin-right: calc(-0.5 * var(--bsmodal-header-padding-x));
  margin-bottom: calc(-0.5 * var(--bsmodal-header-padding-y));
  margin-left: auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: var(--bsmodal-title-line-height);
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bsmodal-padding);
}

.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bsmodal-padding) - var(--bsmodal-footer-gap) * 0.5);
  background-color: var(--bsmodal-footer-bg);
  border-top: var(--bsmodal-footer-border-width) solid var(--bsmodal-footer-border-color);
  border-bottom-right-radius: var(--bsmodal-inner-border-radius);
  border-bottom-left-radius: var(--bsmodal-inner-border-radius);
}
.modal-footer > * {
  margin: calc(var(--bsmodal-footer-gap) * 0.5);
}

@media (min-width: 576px) {
  .modal {
    --bsmodal-margin: 1.75rem;
    --bsmodal-box-shadow: var(--bsbox-shadow);
  }
  .modal-dialog {
    max-width: var(--bsmodal-width);
    margin-right: auto;
    margin-left: auto;
  }
  .modal-sm {
    --bsmodal-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    --bsmodal-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    --bsmodal-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header,
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header,
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header,
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header,
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header,
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
.tooltip {
  --bstooltip-zindex: 1080;
  --bstooltip-max-width: 200px;
  --bstooltip-padding-x: 0.5rem;
  --bstooltip-padding-y: 0.25rem;
  --bstooltip-margin: ;
  --bstooltip-font-size: 0.875rem;
  --bstooltip-color: var(--bsbody-bg);
  --bstooltip-bg: var(--bsemphasis-color);
  --bstooltip-border-radius: var(--bsborder-radius);
  --bstooltip-opacity: 0.9;
  --bstooltip-arrow-width: 0.8rem;
  --bstooltip-arrow-height: 0.4rem;
  z-index: var(--bstooltip-zindex);
  display: block;
  margin: var(--bstooltip-margin);
  font-family: var(--bsfont-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bstooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: var(--bstooltip-opacity);
}
.tooltip .tooltip-arrow {
  display: block;
  width: var(--bstooltip-arrow-width);
  height: var(--bstooltip-arrow-height);
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: calc(-1 * var(--bstooltip-arrow-height));
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: var(--bstooltip-arrow-height) calc(var(--bstooltip-arrow-width) * 0.5) 0;
  border-top-color: var(--bstooltip-bg);
}

/* rtl:begin:ignore */
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: calc(-1 * var(--bstooltip-arrow-height));
  width: var(--bstooltip-arrow-height);
  height: var(--bstooltip-arrow-width);
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: calc(var(--bstooltip-arrow-width) * 0.5) var(--bstooltip-arrow-height) calc(var(--bstooltip-arrow-width) * 0.5) 0;
  border-right-color: var(--bstooltip-bg);
}

/* rtl:end:ignore */
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: calc(-1 * var(--bstooltip-arrow-height));
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 calc(var(--bstooltip-arrow-width) * 0.5) var(--bstooltip-arrow-height);
  border-bottom-color: var(--bstooltip-bg);
}

/* rtl:begin:ignore */
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: calc(-1 * var(--bstooltip-arrow-height));
  width: var(--bstooltip-arrow-height);
  height: var(--bstooltip-arrow-width);
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: calc(var(--bstooltip-arrow-width) * 0.5) 0 calc(var(--bstooltip-arrow-width) * 0.5) var(--bstooltip-arrow-height);
  border-left-color: var(--bstooltip-bg);
}

/* rtl:end:ignore */
.tooltip-inner {
  max-width: var(--bstooltip-max-width);
  padding: var(--bstooltip-padding-y) var(--bstooltip-padding-x);
  color: var(--bstooltip-color);
  text-align: center;
  background-color: var(--bstooltip-bg);
  border-radius: var(--bstooltip-border-radius);
}

.popover {
  --bspopover-zindex: 1070;
  --bspopover-max-width: 276px;
  --bspopover-font-size: 0.875rem;
  --bspopover-bg: var(--bsbody-bg);
  --bspopover-border-width: var(--bsborder-width);
  --bspopover-border-color: var(--bsborder-color-translucent);
  --bspopover-border-radius: var(--bsborder-radius-lg);
  --bspopover-inner-border-radius: calc(var(--bsborder-radius-lg) - var(--bsborder-width));
  --bspopover-box-shadow: var(--bsbox-shadow);
  --bspopover-header-padding-x: 1rem;
  --bspopover-header-padding-y: 0.5rem;
  --bspopover-header-font-size: 1rem;
  --bspopover-header-color: inherit;
  --bspopover-header-bg: var(--bssecondary-bg);
  --bspopover-body-padding-x: 1rem;
  --bspopover-body-padding-y: 1rem;
  --bspopover-body-color: var(--bsbody-color);
  --bspopover-arrow-width: 1rem;
  --bspopover-arrow-height: 0.5rem;
  --bspopover-arrow-border: var(--bspopover-border-color);
  z-index: var(--bspopover-zindex);
  display: block;
  max-width: var(--bspopover-max-width);
  font-family: var(--bsfont-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bspopover-font-size);
  word-wrap: break-word;
  background-color: var(--bspopover-bg);
  background-clip: padding-box;
  border: var(--bspopover-border-width) solid var(--bspopover-border-color);
  border-radius: var(--bspopover-border-radius);
}
.popover .popover-arrow {
  display: block;
  width: var(--bspopover-arrow-width);
  height: var(--bspopover-arrow-height);
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-1 * (var(--bspopover-arrow-height)) - var(--bspopover-border-width));
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before, .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  border-width: var(--bspopover-arrow-height) calc(var(--bspopover-arrow-width) * 0.5) 0;
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-top-color: var(--bspopover-arrow-border);
}
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: var(--bspopover-border-width);
  border-top-color: var(--bspopover-bg);
}

/* rtl:begin:ignore */
.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-1 * (var(--bspopover-arrow-height)) - var(--bspopover-border-width));
  width: var(--bspopover-arrow-height);
  height: var(--bspopover-arrow-width);
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before, .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  border-width: calc(var(--bspopover-arrow-width) * 0.5) var(--bspopover-arrow-height) calc(var(--bspopover-arrow-width) * 0.5) 0;
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-right-color: var(--bspopover-arrow-border);
}
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: var(--bspopover-border-width);
  border-right-color: var(--bspopover-bg);
}

/* rtl:end:ignore */
.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-1 * (var(--bspopover-arrow-height)) - var(--bspopover-border-width));
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  border-width: 0 calc(var(--bspopover-arrow-width) * 0.5) var(--bspopover-arrow-height);
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-bottom-color: var(--bspopover-arrow-border);
}
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: var(--bspopover-border-width);
  border-bottom-color: var(--bspopover-bg);
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: var(--bspopover-arrow-width);
  margin-left: calc(-0.5 * var(--bspopover-arrow-width));
  content: "";
  border-bottom: var(--bspopover-border-width) solid var(--bspopover-header-bg);
}

/* rtl:begin:ignore */
.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-1 * (var(--bspopover-arrow-height)) - var(--bspopover-border-width));
  width: var(--bspopover-arrow-height);
  height: var(--bspopover-arrow-width);
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before, .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  border-width: calc(var(--bspopover-arrow-width) * 0.5) 0 calc(var(--bspopover-arrow-width) * 0.5) var(--bspopover-arrow-height);
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-left-color: var(--bspopover-arrow-border);
}
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: var(--bspopover-border-width);
  border-left-color: var(--bspopover-bg);
}

/* rtl:end:ignore */
.popover-header {
  padding: var(--bspopover-header-padding-y) var(--bspopover-header-padding-x);
  margin-bottom: 0;
  font-size: var(--bspopover-header-font-size);
  color: var(--bspopover-header-color);
  background-color: var(--bspopover-header-bg);
  border-bottom: var(--bspopover-border-width) solid var(--bspopover-border-color);
  border-top-left-radius: var(--bspopover-inner-border-radius);
  border-top-right-radius: var(--bspopover-inner-border-radius);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: var(--bspopover-body-padding-y) var(--bspopover-body-padding-x);
  color: var(--bspopover-body-color);
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}
.placeholder.btn::before {
  display: inline-block;
  content: "";
}

.placeholder-xs {
  min-height: 0.6em;
}

.placeholder-sm {
  min-height: 0.8em;
}

.placeholder-lg {
  min-height: 1.2em;
}

.placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
.placeholder-wave {
  mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite;
}

@keyframes placeholder-wave {
  100% {
    mask-position: -200% 0%;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.text-bg-primary {
  color: #fff !important;
  background-color: RGBA(var(--bsprimary-rgb), var(--bsbg-opacity, 1)) !important;
}

.text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(var(--bssecondary-rgb), var(--bsbg-opacity, 1)) !important;
}

.text-bg-success {
  color: #fff !important;
  background-color: RGBA(var(--bssuccess-rgb), var(--bsbg-opacity, 1)) !important;
}

.text-bg-info {
  color: #000 !important;
  background-color: RGBA(var(--bsinfo-rgb), var(--bsbg-opacity, 1)) !important;
}

.text-bg-warning {
  color: #000 !important;
  background-color: RGBA(var(--bswarning-rgb), var(--bsbg-opacity, 1)) !important;
}

.text-bg-danger {
  color: #fff !important;
  background-color: RGBA(var(--bsdanger-rgb), var(--bsbg-opacity, 1)) !important;
}

.text-bg-light {
  color: #000 !important;
  background-color: RGBA(var(--bslight-rgb), var(--bsbg-opacity, 1)) !important;
}

.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(var(--bsdark-rgb), var(--bsbg-opacity, 1)) !important;
}

.link-primary {
  color: RGBA(var(--bsprimary-rgb), var(--bslink-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bsprimary-rgb), var(--bslink-underline-opacity, 1)) !important;
}
.link-primary:hover, .link-primary:focus {
  color: RGBA(0, 42, 102, var(--bslink-opacity, 1)) !important;
  text-decoration-color: RGBA(0, 42, 102, var(--bslink-underline-opacity, 1)) !important;
}

.link-secondary {
  color: RGBA(var(--bssecondary-rgb), var(--bslink-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bssecondary-rgb), var(--bslink-underline-opacity, 1)) !important;
}
.link-secondary:hover, .link-secondary:focus {
  color: RGBA(2, 6, 23, var(--bslink-opacity, 1)) !important;
  text-decoration-color: RGBA(2, 6, 23, var(--bslink-underline-opacity, 1)) !important;
}

.link-success {
  color: RGBA(var(--bssuccess-rgb), var(--bslink-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bssuccess-rgb), var(--bslink-underline-opacity, 1)) !important;
}
.link-success:hover, .link-success:focus {
  color: RGBA(11, 79, 27, var(--bslink-opacity, 1)) !important;
  text-decoration-color: RGBA(11, 79, 27, var(--bslink-underline-opacity, 1)) !important;
}

.link-info {
  color: RGBA(var(--bsinfo-rgb), var(--bslink-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bsinfo-rgb), var(--bslink-underline-opacity, 1)) !important;
}
.link-info:hover, .link-info:focus {
  color: RGBA(69, 181, 198, var(--bslink-opacity, 1)) !important;
  text-decoration-color: RGBA(69, 181, 198, var(--bslink-underline-opacity, 1)) !important;
}

.link-warning {
  color: RGBA(var(--bswarning-rgb), var(--bslink-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bswarning-rgb), var(--bslink-underline-opacity, 1)) !important;
}
.link-warning:hover, .link-warning:focus {
  color: RGBA(255, 205, 57, var(--bslink-opacity, 1)) !important;
  text-decoration-color: RGBA(255, 205, 57, var(--bslink-underline-opacity, 1)) !important;
}

.link-danger {
  color: RGBA(var(--bsdanger-rgb), var(--bslink-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bsdanger-rgb), var(--bslink-underline-opacity, 1)) !important;
}
.link-danger:hover, .link-danger:focus {
  color: RGBA(176, 42, 55, var(--bslink-opacity, 1)) !important;
  text-decoration-color: RGBA(176, 42, 55, var(--bslink-underline-opacity, 1)) !important;
}

.link-light {
  color: RGBA(var(--bslight-rgb), var(--bslink-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bslight-rgb), var(--bslink-underline-opacity, 1)) !important;
}
.link-light:hover, .link-light:focus {
  color: RGBA(249, 250, 251, var(--bslink-opacity, 1)) !important;
  text-decoration-color: RGBA(249, 250, 251, var(--bslink-underline-opacity, 1)) !important;
}

.link-dark {
  color: RGBA(var(--bsdark-rgb), var(--bslink-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bsdark-rgb), var(--bslink-underline-opacity, 1)) !important;
}
.link-dark:hover, .link-dark:focus {
  color: RGBA(42, 46, 51, var(--bslink-opacity, 1)) !important;
  text-decoration-color: RGBA(42, 46, 51, var(--bslink-underline-opacity, 1)) !important;
}

.link-body-emphasis {
  color: RGBA(var(--bsemphasis-color-rgb), var(--bslink-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bsemphasis-color-rgb), var(--bslink-underline-opacity, 1)) !important;
}
.link-body-emphasis:hover, .link-body-emphasis:focus {
  color: RGBA(var(--bsemphasis-color-rgb), var(--bslink-opacity, 0.75)) !important;
  text-decoration-color: RGBA(var(--bsemphasis-color-rgb), var(--bslink-underline-opacity, 0.75)) !important;
}

.focus-ring:focus {
  outline: 0;
  box-shadow: var(--bsfocus-ring-x, 0) var(--bsfocus-ring-y, 0) var(--bsfocus-ring-blur, 0) var(--bsfocus-ring-width) var(--bsfocus-ring-color);
}

.icon-link {
  display: inline-flex;
  gap: 0.25rem;
  align-items: center;
  text-decoration-color: rgba(var(--bslink-color-rgb), var(--bslink-opacity, 0.5));
  text-underline-offset: 0.25em;
  backface-visibility: hidden;
}
.icon-link > .bi {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  fill: currentcolor;
  transition: 0.2s ease-in-out transform;
}
@media (prefers-reduced-motion: reduce) {
  .icon-link > .bi {
    transition: none;
  }
}

.icon-link-hover:hover > .bi, .icon-link-hover:focus-visible > .bi {
  transform: var(--bsicon-link-transform, translate3d(0.25em, 0, 0));
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bsaspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1, .teaser.team-teaser .teaser-image .media {
  --bsaspect-ratio: 100%;
}

.ratio-4x3 {
  --bsaspect-ratio: 75%;
}

.ratio-16x9 {
  --bsaspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bsaspect-ratio: 42.8571428571%;
}

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

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

.sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.visually-hidden:not(caption),
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
  position: absolute !important;
}
.visually-hidden *,
.visually-hidden-focusable:not(:focus):not(:focus-within) * {
  overflow: hidden !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

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

.vr {
  display: inline-block;
  align-self: stretch;
  width: var(--bsborder-width);
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}

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

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

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

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

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

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

.float-start {
  float: left !important;
}

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

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

.object-fit-contain {
  object-fit: contain !important;
}

.object-fit-cover {
  object-fit: cover !important;
}

.object-fit-fill {
  object-fit: fill !important;
}

.object-fit-scale {
  object-fit: scale-down !important;
}

.object-fit-none {
  object-fit: none !important;
}

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

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

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

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

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

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

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

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

.overflow-x-visible {
  overflow-x: visible !important;
}

.overflow-x-scroll {
  overflow-x: scroll !important;
}

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

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

.overflow-y-visible {
  overflow-y: visible !important;
}

.overflow-y-scroll {
  overflow-y: scroll !important;
}

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

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

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

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

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

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

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

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

.d-flex, .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-postnav .post-navigation .nav-links > div > a > p.meta-nav, .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-postnav .post-navigation .nav-links > div > a, .social-links {
  display: flex !important;
}

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

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

.shadow {
  box-shadow: var(--bsbox-shadow) !important;
}

.shadow-sm {
  box-shadow: var(--bsbox-shadow-sm) !important;
}

.shadow-lg {
  box-shadow: var(--bsbox-shadow-lg) !important;
}

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

.focus-ring-primary {
  --bsfocus-ring-color: rgba(var(--bsprimary-rgb), var(--bsfocus-ring-opacity));
}

.focus-ring-secondary {
  --bsfocus-ring-color: rgba(var(--bssecondary-rgb), var(--bsfocus-ring-opacity));
}

.focus-ring-success {
  --bsfocus-ring-color: rgba(var(--bssuccess-rgb), var(--bsfocus-ring-opacity));
}

.focus-ring-info {
  --bsfocus-ring-color: rgba(var(--bsinfo-rgb), var(--bsfocus-ring-opacity));
}

.focus-ring-warning {
  --bsfocus-ring-color: rgba(var(--bswarning-rgb), var(--bsfocus-ring-opacity));
}

.focus-ring-danger {
  --bsfocus-ring-color: rgba(var(--bsdanger-rgb), var(--bsfocus-ring-opacity));
}

.focus-ring-light {
  --bsfocus-ring-color: rgba(var(--bslight-rgb), var(--bsfocus-ring-opacity));
}

.focus-ring-dark {
  --bsfocus-ring-color: rgba(var(--bsdark-rgb), var(--bsfocus-ring-opacity));
}

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

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

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

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

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

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

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

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

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

.border {
  border: var(--bsborder-width) var(--bsborder-style) var(--bsborder-color) !important;
}

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

.border-top {
  border-top: var(--bsborder-width) var(--bsborder-style) var(--bsborder-color) !important;
}

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

.border-end {
  border-right: var(--bsborder-width) var(--bsborder-style) var(--bsborder-color) !important;
}

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

.border-bottom {
  border-bottom: var(--bsborder-width) var(--bsborder-style) var(--bsborder-color) !important;
}

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

.border-start {
  border-left: var(--bsborder-width) var(--bsborder-style) var(--bsborder-color) !important;
}

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

.border-primary {
  --bsborder-opacity: 1;
  border-color: rgba(var(--bsprimary-rgb), var(--bsborder-opacity)) !important;
}

.border-secondary {
  --bsborder-opacity: 1;
  border-color: rgba(var(--bssecondary-rgb), var(--bsborder-opacity)) !important;
}

.border-success {
  --bsborder-opacity: 1;
  border-color: rgba(var(--bssuccess-rgb), var(--bsborder-opacity)) !important;
}

.border-info {
  --bsborder-opacity: 1;
  border-color: rgba(var(--bsinfo-rgb), var(--bsborder-opacity)) !important;
}

.border-warning {
  --bsborder-opacity: 1;
  border-color: rgba(var(--bswarning-rgb), var(--bsborder-opacity)) !important;
}

.border-danger {
  --bsborder-opacity: 1;
  border-color: rgba(var(--bsdanger-rgb), var(--bsborder-opacity)) !important;
}

.border-light {
  --bsborder-opacity: 1;
  border-color: rgba(var(--bslight-rgb), var(--bsborder-opacity)) !important;
}

.border-dark {
  --bsborder-opacity: 1;
  border-color: rgba(var(--bsdark-rgb), var(--bsborder-opacity)) !important;
}

.border-black {
  --bsborder-opacity: 1;
  border-color: rgba(var(--bsblack-rgb), var(--bsborder-opacity)) !important;
}

.border-white {
  --bsborder-opacity: 1;
  border-color: rgba(var(--bswhite-rgb), var(--bsborder-opacity)) !important;
}

.border-primary-subtle {
  border-color: var(--bsprimary-border-subtle) !important;
}

.border-secondary-subtle {
  border-color: var(--bssecondary-border-subtle) !important;
}

.border-success-subtle {
  border-color: var(--bssuccess-border-subtle) !important;
}

.border-info-subtle {
  border-color: var(--bsinfo-border-subtle) !important;
}

.border-warning-subtle {
  border-color: var(--bswarning-border-subtle) !important;
}

.border-danger-subtle {
  border-color: var(--bsdanger-border-subtle) !important;
}

.border-light-subtle {
  border-color: var(--bslight-border-subtle) !important;
}

.border-dark-subtle {
  border-color: var(--bsdark-border-subtle) !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

.border-opacity-10 {
  --bsborder-opacity: 0.1;
}

.border-opacity-25 {
  --bsborder-opacity: 0.25;
}

.border-opacity-50 {
  --bsborder-opacity: 0.5;
}

.border-opacity-75 {
  --bsborder-opacity: 0.75;
}

.border-opacity-100 {
  --bsborder-opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-row, .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-postnav .post-navigation .nav-links > div > a > p.meta-nav, .social-links {
  flex-direction: row !important;
}

.flex-column, .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-postnav .post-navigation .nav-links > div > a {
  flex-direction: column !important;
}

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

.flex-column-reverse {
  flex-direction: column-reverse !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;
}

.flex-wrap, .social-links {
  flex-wrap: wrap !important;
}

.flex-nowrap, .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-postnav .post-navigation .nav-links > div > a > p.meta-nav, .author-bio {
  flex-wrap: nowrap !important;
}

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

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

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

.justify-content-center, .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-postnav .post-navigation .nav-links > div > a > p.meta-nav {
  justify-content: center !important;
}

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

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

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

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

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

.align-items-center, .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-postnav .post-navigation .nav-links > div > a > p.meta-nav {
  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;
}

.order-first {
  order: -1 !important;
}

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

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mx-gutter {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

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

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

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

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

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

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

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

.my-gutter {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

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

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

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

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

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

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

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

.mt-gutter {
  margin-top: 1.5rem !important;
}

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

.me-0 {
  margin-right: 0 !important;
}

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

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

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

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

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

.me-gutter {
  margin-right: 1.5rem !important;
}

.me-auto {
  margin-right: auto !important;
}

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

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

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

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

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

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

.mb-gutter {
  margin-bottom: 1.5rem !important;
}

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

.ms-0 {
  margin-left: 0 !important;
}

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

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

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

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

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

.ms-gutter {
  margin-left: 1.5rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.px-gutter {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

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

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

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

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

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

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

.py-gutter {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

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

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

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

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

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

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

.pt-gutter {
  padding-top: 1.5rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

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

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

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

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

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

.pe-gutter {
  padding-right: 1.5rem !important;
}

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

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

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

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

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

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

.pb-gutter {
  padding-bottom: 1.5rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

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

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

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

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

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

.ps-gutter {
  padding-left: 1.5rem !important;
}

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

.gap-1, .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-postnav .post-navigation .nav-links > div > a > p.meta-nav, .social-links {
  gap: 0.25rem !important;
}

.gap-2, .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-postnav .post-navigation .nav-links > div > a, .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-postnav .post-navigation .nav-links {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

.gap-gutter {
  gap: 1.5rem !important;
}

.row-gap-0 {
  row-gap: 0 !important;
}

.row-gap-1 {
  row-gap: 0.25rem !important;
}

.row-gap-2 {
  row-gap: 0.5rem !important;
}

.row-gap-3 {
  row-gap: 1rem !important;
}

.row-gap-4 {
  row-gap: 1.5rem !important;
}

.row-gap-5 {
  row-gap: 3rem !important;
}

.row-gap-gutter {
  row-gap: 1.5rem !important;
}

.column-gap-0 {
  column-gap: 0 !important;
}

.column-gap-1 {
  column-gap: 0.25rem !important;
}

.column-gap-2 {
  column-gap: 0.5rem !important;
}

.column-gap-3 {
  column-gap: 1rem !important;
}

.column-gap-4 {
  column-gap: 1.5rem !important;
}

.column-gap-5 {
  column-gap: 3rem !important;
}

.column-gap-gutter {
  column-gap: 1.5rem !important;
}

.font-monospace {
  font-family: var(--bsfont-monospace) !important;
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

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

.fst-normal {
  font-style: normal !important;
}

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

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

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

.fw-medium {
  font-weight: 500 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

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

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

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

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

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

.text-center, .teaser.team-teaser {
  text-align: center !important;
}

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

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

.text-decoration-line-through {
  text-decoration: line-through !important;
}

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

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

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

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

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

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  --bstext-opacity: 1;
  color: rgba(var(--bsprimary-rgb), var(--bstext-opacity)) !important;
}

.text-secondary {
  --bstext-opacity: 1;
  color: rgba(var(--bssecondary-rgb), var(--bstext-opacity)) !important;
}

.text-success {
  --bstext-opacity: 1;
  color: rgba(var(--bssuccess-rgb), var(--bstext-opacity)) !important;
}

.text-info {
  --bstext-opacity: 1;
  color: rgba(var(--bsinfo-rgb), var(--bstext-opacity)) !important;
}

.text-warning {
  --bstext-opacity: 1;
  color: rgba(var(--bswarning-rgb), var(--bstext-opacity)) !important;
}

.text-danger {
  --bstext-opacity: 1;
  color: rgba(var(--bsdanger-rgb), var(--bstext-opacity)) !important;
}

.text-light {
  --bstext-opacity: 1;
  color: rgba(var(--bslight-rgb), var(--bstext-opacity)) !important;
}

.text-dark {
  --bstext-opacity: 1;
  color: rgba(var(--bsdark-rgb), var(--bstext-opacity)) !important;
}

.text-black {
  --bstext-opacity: 1;
  color: rgba(var(--bsblack-rgb), var(--bstext-opacity)) !important;
}

.text-white {
  --bstext-opacity: 1;
  color: rgba(var(--bswhite-rgb), var(--bstext-opacity)) !important;
}

.text-body {
  --bstext-opacity: 1;
  color: rgba(var(--bsbody-color-rgb), var(--bstext-opacity)) !important;
}

.text-muted {
  --bstext-opacity: 1;
  color: var(--bssecondary-color) !important;
}

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

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

.text-body-secondary {
  --bstext-opacity: 1;
  color: var(--bssecondary-color) !important;
}

.text-body-tertiary {
  --bstext-opacity: 1;
  color: var(--bstertiary-color) !important;
}

.text-body-emphasis {
  --bstext-opacity: 1;
  color: var(--bsemphasis-color) !important;
}

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

.text-opacity-25 {
  --bstext-opacity: 0.25;
}

.text-opacity-50 {
  --bstext-opacity: 0.5;
}

.text-opacity-75 {
  --bstext-opacity: 0.75;
}

.text-opacity-100 {
  --bstext-opacity: 1;
}

.text-primary-emphasis {
  color: var(--bsprimary-text-emphasis) !important;
}

.text-secondary-emphasis {
  color: var(--bssecondary-text-emphasis) !important;
}

.text-success-emphasis {
  color: var(--bssuccess-text-emphasis) !important;
}

.text-info-emphasis {
  color: var(--bsinfo-text-emphasis) !important;
}

.text-warning-emphasis {
  color: var(--bswarning-text-emphasis) !important;
}

.text-danger-emphasis {
  color: var(--bsdanger-text-emphasis) !important;
}

.text-light-emphasis {
  color: var(--bslight-text-emphasis) !important;
}

.text-dark-emphasis {
  color: var(--bsdark-text-emphasis) !important;
}

.link-opacity-10 {
  --bslink-opacity: 0.1;
}

.link-opacity-10-hover:hover {
  --bslink-opacity: 0.1;
}

.link-opacity-25 {
  --bslink-opacity: 0.25;
}

.link-opacity-25-hover:hover {
  --bslink-opacity: 0.25;
}

.link-opacity-50 {
  --bslink-opacity: 0.5;
}

.link-opacity-50-hover:hover {
  --bslink-opacity: 0.5;
}

.link-opacity-75 {
  --bslink-opacity: 0.75;
}

.link-opacity-75-hover:hover {
  --bslink-opacity: 0.75;
}

.link-opacity-100 {
  --bslink-opacity: 1;
}

.link-opacity-100-hover:hover {
  --bslink-opacity: 1;
}

.link-offset-1 {
  text-underline-offset: 0.125em !important;
}

.link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}

.link-offset-2 {
  text-underline-offset: 0.25em !important;
}

.link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}

.link-offset-3 {
  text-underline-offset: 0.375em !important;
}

.link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}

.link-underline-primary {
  --bslink-underline-opacity: 1;
  text-decoration-color: rgba(var(--bsprimary-rgb), var(--bslink-underline-opacity)) !important;
}

.link-underline-secondary {
  --bslink-underline-opacity: 1;
  text-decoration-color: rgba(var(--bssecondary-rgb), var(--bslink-underline-opacity)) !important;
}

.link-underline-success {
  --bslink-underline-opacity: 1;
  text-decoration-color: rgba(var(--bssuccess-rgb), var(--bslink-underline-opacity)) !important;
}

.link-underline-info {
  --bslink-underline-opacity: 1;
  text-decoration-color: rgba(var(--bsinfo-rgb), var(--bslink-underline-opacity)) !important;
}

.link-underline-warning {
  --bslink-underline-opacity: 1;
  text-decoration-color: rgba(var(--bswarning-rgb), var(--bslink-underline-opacity)) !important;
}

.link-underline-danger {
  --bslink-underline-opacity: 1;
  text-decoration-color: rgba(var(--bsdanger-rgb), var(--bslink-underline-opacity)) !important;
}

.link-underline-light {
  --bslink-underline-opacity: 1;
  text-decoration-color: rgba(var(--bslight-rgb), var(--bslink-underline-opacity)) !important;
}

.link-underline-dark {
  --bslink-underline-opacity: 1;
  text-decoration-color: rgba(var(--bsdark-rgb), var(--bslink-underline-opacity)) !important;
}

.link-underline {
  --bslink-underline-opacity: 1;
  text-decoration-color: rgba(var(--bslink-color-rgb), var(--bslink-underline-opacity, 1)) !important;
}

.link-underline-opacity-0 {
  --bslink-underline-opacity: 0;
}

.link-underline-opacity-0-hover:hover {
  --bslink-underline-opacity: 0;
}

.link-underline-opacity-10 {
  --bslink-underline-opacity: 0.1;
}

.link-underline-opacity-10-hover:hover {
  --bslink-underline-opacity: 0.1;
}

.link-underline-opacity-25 {
  --bslink-underline-opacity: 0.25;
}

.link-underline-opacity-25-hover:hover {
  --bslink-underline-opacity: 0.25;
}

.link-underline-opacity-50 {
  --bslink-underline-opacity: 0.5;
}

.link-underline-opacity-50-hover:hover {
  --bslink-underline-opacity: 0.5;
}

.link-underline-opacity-75 {
  --bslink-underline-opacity: 0.75;
}

.link-underline-opacity-75-hover:hover {
  --bslink-underline-opacity: 0.75;
}

.link-underline-opacity-100 {
  --bslink-underline-opacity: 1;
}

.link-underline-opacity-100-hover:hover {
  --bslink-underline-opacity: 1;
}

.bg-primary {
  --bsbg-opacity: 1;
  background-color: rgba(var(--bsprimary-rgb), var(--bsbg-opacity)) !important;
}

.bg-secondary {
  --bsbg-opacity: 1;
  background-color: rgba(var(--bssecondary-rgb), var(--bsbg-opacity)) !important;
}

.bg-success {
  --bsbg-opacity: 1;
  background-color: rgba(var(--bssuccess-rgb), var(--bsbg-opacity)) !important;
}

.bg-info {
  --bsbg-opacity: 1;
  background-color: rgba(var(--bsinfo-rgb), var(--bsbg-opacity)) !important;
}

.bg-warning {
  --bsbg-opacity: 1;
  background-color: rgba(var(--bswarning-rgb), var(--bsbg-opacity)) !important;
}

.bg-danger {
  --bsbg-opacity: 1;
  background-color: rgba(var(--bsdanger-rgb), var(--bsbg-opacity)) !important;
}

.bg-light {
  --bsbg-opacity: 1;
  background-color: rgba(var(--bslight-rgb), var(--bsbg-opacity)) !important;
}

.bg-dark {
  --bsbg-opacity: 1;
  background-color: rgba(var(--bsdark-rgb), var(--bsbg-opacity)) !important;
}

.bg-black {
  --bsbg-opacity: 1;
  background-color: rgba(var(--bsblack-rgb), var(--bsbg-opacity)) !important;
}

.bg-white {
  --bsbg-opacity: 1;
  background-color: rgba(var(--bswhite-rgb), var(--bsbg-opacity)) !important;
}

.bg-body {
  --bsbg-opacity: 1;
  background-color: rgba(var(--bsbody-bg-rgb), var(--bsbg-opacity)) !important;
}

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

.bg-body-secondary {
  --bsbg-opacity: 1;
  background-color: rgba(var(--bssecondary-bg-rgb), var(--bsbg-opacity)) !important;
}

.bg-body-tertiary {
  --bsbg-opacity: 1;
  background-color: rgba(var(--bstertiary-bg-rgb), var(--bsbg-opacity)) !important;
}

.bg-opacity-10 {
  --bsbg-opacity: 0.1;
}

.bg-opacity-25 {
  --bsbg-opacity: 0.25;
}

.bg-opacity-50 {
  --bsbg-opacity: 0.5;
}

.bg-opacity-75 {
  --bsbg-opacity: 0.75;
}

.bg-opacity-100 {
  --bsbg-opacity: 1;
}

.bg-primary-subtle {
  background-color: var(--bsprimary-bg-subtle) !important;
}

.bg-secondary-subtle {
  background-color: var(--bssecondary-bg-subtle) !important;
}

.bg-success-subtle {
  background-color: var(--bssuccess-bg-subtle) !important;
}

.bg-info-subtle {
  background-color: var(--bsinfo-bg-subtle) !important;
}

.bg-warning-subtle {
  background-color: var(--bswarning-bg-subtle) !important;
}

.bg-danger-subtle {
  background-color: var(--bsdanger-bg-subtle) !important;
}

.bg-light-subtle {
  background-color: var(--bslight-bg-subtle) !important;
}

.bg-dark-subtle {
  background-color: var(--bsdark-bg-subtle) !important;
}

.bg-gradient {
  background-image: var(--bsgradient) !important;
}

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

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

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

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: var(--bsborder-radius) !important;
}

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

.rounded-1 {
  border-radius: var(--bsborder-radius-sm) !important;
}

.rounded-2 {
  border-radius: var(--bsborder-radius) !important;
}

.rounded-3 {
  border-radius: var(--bsborder-radius-lg) !important;
}

.rounded-4 {
  border-radius: var(--bsborder-radius-xl) !important;
}

.rounded-5 {
  border-radius: var(--bsborder-radius-xxl) !important;
}

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

.rounded-pill {
  border-radius: var(--bsborder-radius-pill) !important;
}

.rounded-top {
  border-top-left-radius: var(--bsborder-radius) !important;
  border-top-right-radius: var(--bsborder-radius) !important;
}

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

.rounded-top-1 {
  border-top-left-radius: var(--bsborder-radius-sm) !important;
  border-top-right-radius: var(--bsborder-radius-sm) !important;
}

.rounded-top-2 {
  border-top-left-radius: var(--bsborder-radius) !important;
  border-top-right-radius: var(--bsborder-radius) !important;
}

.rounded-top-3 {
  border-top-left-radius: var(--bsborder-radius-lg) !important;
  border-top-right-radius: var(--bsborder-radius-lg) !important;
}

.rounded-top-4 {
  border-top-left-radius: var(--bsborder-radius-xl) !important;
  border-top-right-radius: var(--bsborder-radius-xl) !important;
}

.rounded-top-5 {
  border-top-left-radius: var(--bsborder-radius-xxl) !important;
  border-top-right-radius: var(--bsborder-radius-xxl) !important;
}

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

.rounded-top-pill {
  border-top-left-radius: var(--bsborder-radius-pill) !important;
  border-top-right-radius: var(--bsborder-radius-pill) !important;
}

.rounded-end {
  border-top-right-radius: var(--bsborder-radius) !important;
  border-bottom-right-radius: var(--bsborder-radius) !important;
}

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

.rounded-end-1 {
  border-top-right-radius: var(--bsborder-radius-sm) !important;
  border-bottom-right-radius: var(--bsborder-radius-sm) !important;
}

.rounded-end-2 {
  border-top-right-radius: var(--bsborder-radius) !important;
  border-bottom-right-radius: var(--bsborder-radius) !important;
}

.rounded-end-3 {
  border-top-right-radius: var(--bsborder-radius-lg) !important;
  border-bottom-right-radius: var(--bsborder-radius-lg) !important;
}

.rounded-end-4 {
  border-top-right-radius: var(--bsborder-radius-xl) !important;
  border-bottom-right-radius: var(--bsborder-radius-xl) !important;
}

.rounded-end-5 {
  border-top-right-radius: var(--bsborder-radius-xxl) !important;
  border-bottom-right-radius: var(--bsborder-radius-xxl) !important;
}

.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

.rounded-end-pill {
  border-top-right-radius: var(--bsborder-radius-pill) !important;
  border-bottom-right-radius: var(--bsborder-radius-pill) !important;
}

.rounded-bottom {
  border-bottom-right-radius: var(--bsborder-radius) !important;
  border-bottom-left-radius: var(--bsborder-radius) !important;
}

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

.rounded-bottom-1 {
  border-bottom-right-radius: var(--bsborder-radius-sm) !important;
  border-bottom-left-radius: var(--bsborder-radius-sm) !important;
}

.rounded-bottom-2 {
  border-bottom-right-radius: var(--bsborder-radius) !important;
  border-bottom-left-radius: var(--bsborder-radius) !important;
}

.rounded-bottom-3 {
  border-bottom-right-radius: var(--bsborder-radius-lg) !important;
  border-bottom-left-radius: var(--bsborder-radius-lg) !important;
}

.rounded-bottom-4 {
  border-bottom-right-radius: var(--bsborder-radius-xl) !important;
  border-bottom-left-radius: var(--bsborder-radius-xl) !important;
}

.rounded-bottom-5 {
  border-bottom-right-radius: var(--bsborder-radius-xxl) !important;
  border-bottom-left-radius: var(--bsborder-radius-xxl) !important;
}

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

.rounded-bottom-pill {
  border-bottom-right-radius: var(--bsborder-radius-pill) !important;
  border-bottom-left-radius: var(--bsborder-radius-pill) !important;
}

.rounded-start {
  border-bottom-left-radius: var(--bsborder-radius) !important;
  border-top-left-radius: var(--bsborder-radius) !important;
}

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

.rounded-start-1 {
  border-bottom-left-radius: var(--bsborder-radius-sm) !important;
  border-top-left-radius: var(--bsborder-radius-sm) !important;
}

.rounded-start-2 {
  border-bottom-left-radius: var(--bsborder-radius) !important;
  border-top-left-radius: var(--bsborder-radius) !important;
}

.rounded-start-3 {
  border-bottom-left-radius: var(--bsborder-radius-lg) !important;
  border-top-left-radius: var(--bsborder-radius-lg) !important;
}

.rounded-start-4 {
  border-bottom-left-radius: var(--bsborder-radius-xl) !important;
  border-top-left-radius: var(--bsborder-radius-xl) !important;
}

.rounded-start-5 {
  border-bottom-left-radius: var(--bsborder-radius-xxl) !important;
  border-top-left-radius: var(--bsborder-radius-xxl) !important;
}

.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}

.rounded-start-pill {
  border-bottom-left-radius: var(--bsborder-radius-pill) !important;
  border-top-left-radius: var(--bsborder-radius-pill) !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.z-n1 {
  z-index: -1 !important;
}

.z-0 {
  z-index: 0 !important;
}

.z-1 {
  z-index: 1 !important;
}

.z-2 {
  z-index: 2 !important;
}

.z-3 {
  z-index: 3 !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .object-fit-sm-contain {
    object-fit: contain !important;
  }
  .object-fit-sm-cover {
    object-fit: cover !important;
  }
  .object-fit-sm-fill {
    object-fit: fill !important;
  }
  .object-fit-sm-scale {
    object-fit: scale-down !important;
  }
  .object-fit-sm-none {
    object-fit: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !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;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .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-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;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !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;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !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;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-gutter {
    margin: 1.5rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-gutter {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-gutter {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-gutter {
    margin-top: 1.5rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-gutter {
    margin-right: 1.5rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-gutter {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-gutter {
    margin-left: 1.5rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .p-sm-gutter {
    padding: 1.5rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-sm-gutter {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-sm-gutter {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pt-sm-gutter {
    padding-top: 1.5rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pe-sm-gutter {
    padding-right: 1.5rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pb-sm-gutter {
    padding-bottom: 1.5rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .ps-sm-gutter {
    padding-left: 1.5rem !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .gap-sm-gutter {
    gap: 1.5rem !important;
  }
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  .row-gap-sm-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-sm-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-sm-3 {
    row-gap: 1rem !important;
  }
  .row-gap-sm-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-sm-5 {
    row-gap: 3rem !important;
  }
  .row-gap-sm-gutter {
    row-gap: 1.5rem !important;
  }
  .column-gap-sm-0 {
    column-gap: 0 !important;
  }
  .column-gap-sm-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-sm-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-sm-3 {
    column-gap: 1rem !important;
  }
  .column-gap-sm-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-sm-5 {
    column-gap: 3rem !important;
  }
  .column-gap-sm-gutter {
    column-gap: 1.5rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .object-fit-md-contain {
    object-fit: contain !important;
  }
  .object-fit-md-cover {
    object-fit: cover !important;
  }
  .object-fit-md-fill {
    object-fit: fill !important;
  }
  .object-fit-md-scale {
    object-fit: scale-down !important;
  }
  .object-fit-md-none {
    object-fit: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !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;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .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-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;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !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;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !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;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-gutter {
    margin: 1.5rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-gutter {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-gutter {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-gutter {
    margin-top: 1.5rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-gutter {
    margin-right: 1.5rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-gutter {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-gutter {
    margin-left: 1.5rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .p-md-gutter {
    padding: 1.5rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-md-gutter {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-md-gutter {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pt-md-gutter {
    padding-top: 1.5rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pe-md-gutter {
    padding-right: 1.5rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .pb-md-gutter {
    padding-bottom: 1.5rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .ps-md-gutter {
    padding-left: 1.5rem !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .gap-md-gutter {
    gap: 1.5rem !important;
  }
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  .row-gap-md-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-md-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-md-3 {
    row-gap: 1rem !important;
  }
  .row-gap-md-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-md-5 {
    row-gap: 3rem !important;
  }
  .row-gap-md-gutter {
    row-gap: 1.5rem !important;
  }
  .column-gap-md-0 {
    column-gap: 0 !important;
  }
  .column-gap-md-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-md-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-md-3 {
    column-gap: 1rem !important;
  }
  .column-gap-md-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-md-5 {
    column-gap: 3rem !important;
  }
  .column-gap-md-gutter {
    column-gap: 1.5rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .object-fit-lg-contain {
    object-fit: contain !important;
  }
  .object-fit-lg-cover {
    object-fit: cover !important;
  }
  .object-fit-lg-fill {
    object-fit: fill !important;
  }
  .object-fit-lg-scale {
    object-fit: scale-down !important;
  }
  .object-fit-lg-none {
    object-fit: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !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;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .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-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;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !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;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !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;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-gutter {
    margin: 1.5rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-gutter {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-gutter {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-gutter {
    margin-top: 1.5rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-gutter {
    margin-right: 1.5rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-gutter {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-gutter {
    margin-left: 1.5rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .p-lg-gutter {
    padding: 1.5rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-lg-gutter {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-lg-gutter {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pt-lg-gutter {
    padding-top: 1.5rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pe-lg-gutter {
    padding-right: 1.5rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pb-lg-gutter {
    padding-bottom: 1.5rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .ps-lg-gutter {
    padding-left: 1.5rem !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .gap-lg-gutter {
    gap: 1.5rem !important;
  }
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  .row-gap-lg-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-lg-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-lg-3 {
    row-gap: 1rem !important;
  }
  .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-lg-5 {
    row-gap: 3rem !important;
  }
  .row-gap-lg-gutter {
    row-gap: 1.5rem !important;
  }
  .column-gap-lg-0 {
    column-gap: 0 !important;
  }
  .column-gap-lg-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-lg-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-lg-3 {
    column-gap: 1rem !important;
  }
  .column-gap-lg-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-lg-5 {
    column-gap: 3rem !important;
  }
  .column-gap-lg-gutter {
    column-gap: 1.5rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .object-fit-xl-contain {
    object-fit: contain !important;
  }
  .object-fit-xl-cover {
    object-fit: cover !important;
  }
  .object-fit-xl-fill {
    object-fit: fill !important;
  }
  .object-fit-xl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xl-none {
    object-fit: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: inline-grid !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;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .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-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;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !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;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !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;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-gutter {
    margin: 1.5rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-gutter {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-gutter {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-gutter {
    margin-top: 1.5rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-gutter {
    margin-right: 1.5rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-gutter {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-gutter {
    margin-left: 1.5rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .p-xl-gutter {
    padding: 1.5rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-xl-gutter {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-xl-gutter {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pt-xl-gutter {
    padding-top: 1.5rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pe-xl-gutter {
    padding-right: 1.5rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pb-xl-gutter {
    padding-bottom: 1.5rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .ps-xl-gutter {
    padding-left: 1.5rem !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .gap-xl-gutter {
    gap: 1.5rem !important;
  }
  .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xl-5 {
    row-gap: 3rem !important;
  }
  .row-gap-xl-gutter {
    row-gap: 1.5rem !important;
  }
  .column-gap-xl-0 {
    column-gap: 0 !important;
  }
  .column-gap-xl-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-xl-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-xl-3 {
    column-gap: 1rem !important;
  }
  .column-gap-xl-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-xl-5 {
    column-gap: 3rem !important;
  }
  .column-gap-xl-gutter {
    column-gap: 1.5rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .object-fit-xxl-contain {
    object-fit: contain !important;
  }
  .object-fit-xxl-cover {
    object-fit: cover !important;
  }
  .object-fit-xxl-fill {
    object-fit: fill !important;
  }
  .object-fit-xxl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xxl-none {
    object-fit: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-inline-grid {
    display: inline-grid !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;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .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-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;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !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;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !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;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-gutter {
    margin: 1.5rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-gutter {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-gutter {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-gutter {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-gutter {
    margin-right: 1.5rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-gutter {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-gutter {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .p-xxl-gutter {
    padding: 1.5rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-xxl-gutter {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-xxl-gutter {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pt-xxl-gutter {
    padding-top: 1.5rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pe-xxl-gutter {
    padding-right: 1.5rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .pb-xxl-gutter {
    padding-bottom: 1.5rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .ps-xxl-gutter {
    padding-left: 1.5rem !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .gap-xxl-gutter {
    gap: 1.5rem !important;
  }
  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xxl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xxl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xxl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xxl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xxl-5 {
    row-gap: 3rem !important;
  }
  .row-gap-xxl-gutter {
    row-gap: 1.5rem !important;
  }
  .column-gap-xxl-0 {
    column-gap: 0 !important;
  }
  .column-gap-xxl-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-xxl-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-xxl-3 {
    column-gap: 1rem !important;
  }
  .column-gap-xxl-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-xxl-5 {
    column-gap: 3rem !important;
  }
  .column-gap-xxl-gutter {
    column-gap: 1.5rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-inline-grid {
    display: inline-grid !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;
  }
  .d-print-none {
    display: none !important;
  }
}
/**
 * This file contains all Elements/Components wich are custom made for travelshop. This is necessary to make file structure/import files more readable.
 */
/**
 * Vendor
 * Only travelshop related vendors
 */
/**
 * Swiper 11.2.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 19, 2025
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide {
  transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next svg, .swiper-button-prev svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-next svg, .swiper-rtl .swiper-button-prev svg {
  transform: rotate(180deg);
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

/**
 * Mixins / functions
 */
/**
 * Get max breakpoint
 */
/**
 * Get min breakpoint breakpoint
 */
/**
 * get unit
 */
/**
 * Strip unit
 */
/**
 * Convert rem to px
 */
/**
 * Convert px to rem
 */
/**
 * Get next breakpoint
 */
/**
 * Used for custom breakpoint / bootstrap breakpoint to use for various of elements to break them into another layout
 */
/**
 * Mixin to generate font sizes with scss maps
 * this can be used with px values + bootstrap breakpoints.
 * =============================================================
 * Given variables
 * -------------------------------------------------------------
 * $font-size-map: scss map with font sizes, key can be px value or bootstrap breakpoint ( see $grid-breakpoints for keys )
 * $breakpoints: $grid-breakpoints defined by bootstrap. Can be overwritten by custom breakpoint scss map
 * =============================================================
 * Usage
 * -------------------------------------------------------------
 * For example h1
 * h1, .h1 { @include font-size-generator($h1-font-sizes);
 * You can also use it for different views like travelboxes or something else.
 *
 * To use it you need to setup a scss map:
 * $travel-box-headlines: (
 *  null: 1rem, ( default value, from 0 - infinity )
 *  lg: 2rem ( 32px if screen > lg breakpoint )
 * );
 *
 * Use sizes on element:
 * .travel-box h1.travel-box--title { @include font-size-generator($travel-box-headlines); }
 *
 * Enjoy responsive font sizes! ;)
 */
/**
 * Simple mixin to generate paddings out if a scss map combined with breakpoints + custom breakpoints
 * you can use 'around' ( top, left, bottom, right ), 'y' ( top and bottom ), 'x' (left and right )
 * 'left', 'top', 'bottom' and 'right'
 */
/**
 * Mixins for discounts - we need this cuz we using it in varius breakpoints with different styles. + we need to reset bg-colors of discount inner from time to time for some elemnets
 */
/**
 * Additional gradient mixn for another direction ( to top )
 */
/**
 * Generates fadeout text based on font size, line-height and lines to show
 * last line is faded out!
 */
/**
 * Aspect ratio
 */
/**
 * Disable browser select
 */
/**
 * Button reset
 */
/**
 * Button input
 */
/** no select
 *
 */
/**
 * Scrollbar
 */
/**
 * Placeholder generator
 * ------------------------------
 * generate placeholders dynaimically by breakpoints
 * up and down to make sure not use mixins and generate
 * same quellcode everytime
 */
/**
 * get element shadow
 */
/**
 * Placeholder
 */
/**
 * Responsive value
 */
/**
 * Base
 */
body {
  font-display: swap !important;
  overflow-x: hidden !important;
}
body a:focus-visible {
  box-shadow: none;
  outline: 0.125rem solid #003580; /* Your custom focus style */
  outline-offset: 0.125rem;
  border-radius: 0.375rem;
}
body *[data-bs-toggle]:focus-visible {
  box-shadow: none;
  outline: 0.125rem solid #003580; /* Your custom focus style */
  outline-offset: 0.125rem;
  border-radius: 0.375rem;
}

.bg-light {
  background-color: #e9ecef;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, .autocomplete-group, .page-share .share-object .share-object-body strong, h6, .h6 {
  font-weight: 500;
  margin-bottom: 0.5rem;
  color: inherit;
  line-height: 1.2;
}

.teaser.category-product-teaser .teaser-category-image > a .teaser-body .teaser-title, .teaser.image-teaser .teaser-body *:not(.btn), .jumbotron > .container > *:not(.btn), .layout-block.layout-block-search-header .layout-block-search-header--search .h1 {
  color: #fff;
  text-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.5);
}

.accordion-wrapper.accordion-wrapper-boxed .accordion-item .accordion-content .accordion-content--inner ul, .accordion-wrapper .accordion-item .accordion-content .accordion-block-text ul, .content-block.content-block-hero-teaser .hero-teaser .hero-teaser-content .hero-teaser-content-body ul, .fl-rich-text ul, .row.row-introduction ul, .typography-fix ul, .accordion-wrapper.accordion-wrapper-boxed .accordion-item .accordion-content .accordion-content--inner ol, .accordion-wrapper .accordion-item .accordion-content .accordion-block-text ol, .content-block.content-block-hero-teaser .hero-teaser .hero-teaser-content .hero-teaser-content-body ol, .fl-rich-text ol, .row.row-introduction ol, .typography-fix ol, .accordion-wrapper.accordion-wrapper-boxed .accordion-item .accordion-content .accordion-content--inner p, .accordion-wrapper .accordion-item .accordion-content .accordion-block-text p, .content-block.content-block-hero-teaser .hero-teaser .hero-teaser-content .hero-teaser-content-body p, .fl-rich-text p, .row.row-introduction p, .typography-fix p {
  margin-bottom: 0;
}
.accordion-wrapper.accordion-wrapper-boxed .accordion-item .accordion-content .accordion-content--inner ul + ul, .accordion-wrapper .accordion-item .accordion-content .accordion-block-text ul + ul, .content-block.content-block-hero-teaser .hero-teaser .hero-teaser-content .hero-teaser-content-body ul + ul, .fl-rich-text ul + ul, .row.row-introduction ul + ul, .typography-fix ul + ul, .accordion-wrapper.accordion-wrapper-boxed .accordion-item .accordion-content .accordion-content--inner ul + ol, .accordion-wrapper .accordion-item .accordion-content .accordion-block-text ul + ol, .content-block.content-block-hero-teaser .hero-teaser .hero-teaser-content .hero-teaser-content-body ul + ol, .fl-rich-text ul + ol, .row.row-introduction ul + ol, .typography-fix ul + ol, .accordion-wrapper.accordion-wrapper-boxed .accordion-item .accordion-content .accordion-content--inner ul + p, .accordion-wrapper .accordion-item .accordion-content .accordion-block-text ul + p, .content-block.content-block-hero-teaser .hero-teaser .hero-teaser-content .hero-teaser-content-body ul + p, .fl-rich-text ul + p, .row.row-introduction ul + p, .typography-fix ul + p, .accordion-wrapper.accordion-wrapper-boxed .accordion-item .accordion-content .accordion-content--inner ol + ul, .accordion-wrapper .accordion-item .accordion-content .accordion-block-text ol + ul, .content-block.content-block-hero-teaser .hero-teaser .hero-teaser-content .hero-teaser-content-body ol + ul, .fl-rich-text ol + ul, .row.row-introduction ol + ul, .typography-fix ol + ul, .accordion-wrapper.accordion-wrapper-boxed .accordion-item .accordion-content .accordion-content--inner ol + ol, .accordion-wrapper .accordion-item .accordion-content .accordion-block-text ol + ol, .content-block.content-block-hero-teaser .hero-teaser .hero-teaser-content .hero-teaser-content-body ol + ol, .fl-rich-text ol + ol, .row.row-introduction ol + ol, .typography-fix ol + ol, .accordion-wrapper.accordion-wrapper-boxed .accordion-item .accordion-content .accordion-content--inner ol + p, .accordion-wrapper .accordion-item .accordion-content .accordion-block-text ol + p, .content-block.content-block-hero-teaser .hero-teaser .hero-teaser-content .hero-teaser-content-body ol + p, .fl-rich-text ol + p, .row.row-introduction ol + p, .typography-fix ol + p, .accordion-wrapper.accordion-wrapper-boxed .accordion-item .accordion-content .accordion-content--inner p + ul, .accordion-wrapper .accordion-item .accordion-content .accordion-block-text p + ul, .content-block.content-block-hero-teaser .hero-teaser .hero-teaser-content .hero-teaser-content-body p + ul, .fl-rich-text p + ul, .row.row-introduction p + ul, .typography-fix p + ul, .accordion-wrapper.accordion-wrapper-boxed .accordion-item .accordion-content .accordion-content--inner p + ol, .accordion-wrapper .accordion-item .accordion-content .accordion-block-text p + ol, .content-block.content-block-hero-teaser .hero-teaser .hero-teaser-content .hero-teaser-content-body p + ol, .fl-rich-text p + ol, .row.row-introduction p + ol, .typography-fix p + ol, .accordion-wrapper.accordion-wrapper-boxed .accordion-item .accordion-content .accordion-content--inner p + p, .accordion-wrapper .accordion-item .accordion-content .accordion-block-text p + p, .content-block.content-block-hero-teaser .hero-teaser .hero-teaser-content .hero-teaser-content-body p + p, .fl-rich-text p + p, .row.row-introduction p + p, .typography-fix p + p {
  margin: 1rem 0 0 0;
}
.accordion-wrapper.accordion-wrapper-boxed .accordion-item .accordion-content .accordion-content--inner ul + h1, .accordion-wrapper .accordion-item .accordion-content .accordion-block-text ul + h1, .content-block.content-block-hero-teaser .hero-teaser .hero-teaser-content .hero-teaser-content-body ul + h1, .fl-rich-text ul + h1, .row.row-introduction ul + h1, .typography-fix ul + h1, .accordion-wrapper.accordion-wrapper-boxed .accordion-item .accordion-content .accordion-content--inner ul + .h1, .accordion-wrapper .accordion-item .accordion-content .accordion-block-text ul + .h1, .content-block.content-block-hero-teaser .hero-teaser .hero-teaser-content .hero-teaser-content-body ul + .h1, .fl-rich-text ul + .h1, .row.row-introduction ul + .h1, .typography-fix ul + .h1, .accordion-wrapper.accordion-wrapper-boxed .accordion-item .accordion-content .accordion-content--inner ul + h2, .accordion-wrapper .accordion-item .accordion-content .accordion-block-text ul + h2, .content-block.content-block-hero-teaser .hero-teaser .hero-teaser-content .hero-teaser-content-body ul + h2, .fl-rich-text ul + h2, .row.row-introduction ul + h2, .typography-fix ul + h2, .accordion-wrapper.accordion-wrapper-boxed .accordion-item .accordion-content .accordion-content--inner ul + .h2, .accordion-wrapper .accordion-item .accordion-content .accordion-block-text ul + .h2, .content-block.content-block-hero-teaser .hero-teaser .hero-teaser-content .hero-teaser-content-body ul + .h2, .fl-rich-text ul + .h2, .row.row-introduction ul + .h2, .typography-fix ul + .h2, .accordion-wrapper.accordion-wrapper-boxed .accordion-item .accordion-content .accordion-content--inner ul + h3, .accordion-wrapper .accordion-item .accordion-content .accordion-block-text ul + h3, .content-block.content-block-hero-teaser .hero-teaser .hero-teaser-content .hero-teaser-content-body ul + h3, .fl-rich-text ul + h3, .row.row-introduction ul + h3, .typography-fix ul + h3, .accordion-wrapper.accordion-wrapper-boxed .accordion-item .accordion-content .accordion-content--inner ul + .h3, .accordion-wrapper .accordion-item .accordion-content .accordion-block-text ul + .h3, .content-block.content-block-hero-teaser .hero-teaser .hero-teaser-content .hero-teaser-content-body ul + .h3, .fl-rich-text ul + .h3, .row.row-introduction ul + .h3, .typography-fix ul + .h3, .accordion-wrapper.accordion-wrapper-boxed .accordion-item .accordion-content .accordion-content--inner ul + h4, .accordion-wrapper .accordion-item .accordion-content .accordion-block-text ul + h4, .content-block.content-block-hero-teaser .hero-teaser .hero-teaser-content .hero-teaser-content-body ul + h4, .fl-rich-text ul + h4, .row.row-introduction ul + h4, .typography-fix ul + h4, .accordion-wrapper.accordion-wrapper-boxed .accordion-item .accordion-content .accordion-content--inner ul + .h4, .accordion-wrapper .accordion-item .accordion-content .accordion-block-text ul + .h4, .content-block.content-block-hero-teaser .hero-teaser .hero-teaser-content .hero-teaser-content-body ul + .h4, .fl-rich-text ul + .h4, .row.row-introduction ul + .h4, .typography-fix ul + .h4, .accordion-wrapper.accordion-wrapper-boxed .accordion-item .accordion-content .accordion-content--inner ul + h5, .accordion-wrapper .accordion-item .accordion-content .accordion-block-text ul + h5, .content-block.content-block-hero-teaser .hero-teaser .hero-teaser-content .hero-teaser-content-body ul + h5, .fl-rich-text ul + h5, .row.row-introduction ul + h5, .typography-fix ul + h5, .accordion-wrapper.accordion-wrapper-boxed .accordion-item .accordion-content .accordion-content--inner ul + .h5, .accordion-wrapper.accordion-wrapper-boxed .accordion-item .accordion-content .accordion-content--inner ul + .autocomplete-group, .accordion-wrapper .accordion-item .accordion-content .accordion-block-text ul + .h5, .accordion-wrapper .accordion-item .accordion-content .accordion-block-text ul + .autocomplete-group, .content-block.content-block-hero-teaser .hero-teaser .hero-teaser-content .hero-teaser-content-body ul + .h5, .content-block.content-block-hero-teaser .hero-teaser .hero-teaser-content .hero-teaser-content-body ul + .autocomplete-group, .fl-rich-text ul + .h5, .fl-rich-text ul + .autocomplete-group, .accordion-wrapper.accordion-wrapper-boxed .accordion-item .accordion-content .accordion-content--inner .page-share .share-object .share-object-body ul + strong, .accordion-wrapper .accordion-item .accordion-content .accordion-block-text .page-share .share-object .share-object-body ul + strong, .content-block.content-block-hero-teaser .hero-teaser .hero-teaser-content .hero-teaser-content-body .page-share .share-object .share-object-body ul + strong, .fl-rich-text .page-share .share-object .share-object-body ul + strong, .page-share .share-object .share-object-body .accordion-wrapper.accordion-wrapper-boxed .accordion-item .accordion-content .accordion-content--inner ul + strong, .accordion-wrapper.accordion-wrapper-boxed .accordion-item .accordion-content .page-share .share-object .share-object-body .accordion-content--inner ul + strong, .page-share .share-object .share-object-body .accordion-wrapper .accordion-item .accordion-content .accordion-block-text ul + strong, .accordion-wrapper .accordion-item .accordion-content .page-share .share-object .share-object-body .accordion-block-text ul + strong, .page-share .share-object .share-object-body .content-block.content-block-hero-teaser .hero-teaser .hero-teaser-content .hero-teaser-content-body ul + strong, .content-block.content-block-hero-teaser .hero-teaser .hero-teaser-content .page-share .share-object .share-object-body .hero-teaser-content-body ul + strong, .page-share .share-object .share-object-body .fl-rich-text ul + strong, .row.row-introduction ul + .h5, .row.row-introduction ul + .autocomplete-group, .row.row-introduction .page-share .share-object .share-object-body ul + strong, .page-share .share-object .share-object-body .row.row-introduction ul + strong, .typography-fix ul + .h5, .typography-fix ul + .autocomplete-group, .typography-fix .page-share .share-object .share-object-body ul + strong, .page-share .share-object .share-object-body .typography-fix ul + strong, .accordion-wrapper.accordion-wrapper-boxed .accordion-item .accordion-content .accordion-content--inner ul + h6, .accordion-wrapper .accordion-item .accordion-content .accordion-block-text ul + h6, .content-block.content-block-hero-teaser .hero-teaser .hero-teaser-content .hero-teaser-content-body ul + h6, .fl-rich-text ul + h6, .row.row-introduction ul + h6, .typography-fix ul + h6, .accordion-wrapper.accordion-wrapper-boxed .accordion-item .accordion-content .accordion-content--inner ul + .h6, .accordion-wrapper .accordion-item .accordion-content .accordion-block-text ul + .h6, .content-block.content-block-hero-teaser .hero-teaser .hero-teaser-content .hero-teaser-content-body ul + .h6, .fl-rich-text ul + .h6, .row.row-introduction ul + .h6, .typography-fix ul + .h6, .accordion-wrapper.accordion-wrapper-boxed .accordion-item .accordion-content .accordion-content--inner ol + h1, .accordion-wrapper .accordion-item .accordion-content .accordion-block-text ol + h1, .content-block.content-block-hero-teaser .hero-teaser .hero-teaser-content .hero-teaser-content-body ol + h1, .fl-rich-text ol + h1, .row.row-introduction ol + h1, .typography-fix ol + h1, .accordion-wrapper.accordion-wrapper-boxed .accordion-item .accordion-content .accordion-content--inner ol + .h1, .accordion-wrapper .accordion-item .accordion-content .accordion-block-text ol + .h1, .content-block.content-block-hero-teaser .hero-teaser .hero-teaser-content .hero-teaser-content-body ol + .h1, .fl-rich-text ol + .h1, .row.row-introduction ol + .h1, .typography-fix ol + .h1, .accordion-wrapper.accordion-wrapper-boxed .accordion-item .accordion-content .accordion-content--inner ol + h2, .accordion-wrapper .accordion-item .accordion-content .accordion-block-text ol + h2, .content-block.content-block-hero-teaser .hero-teaser .hero-teaser-content .hero-teaser-content-body ol + h2, .fl-rich-text ol + h2, .row.row-introduction ol + h2, .typography-fix ol + h2, .accordion-wrapper.accordion-wrapper-boxed .accordion-item .accordion-content .accordion-content--inner ol + .h2, .accordion-wrapper .accordion-item .accordion-content .accordion-block-text ol + .h2, .content-block.content-block-hero-teaser .hero-teaser .hero-teaser-content .hero-teaser-content-body ol + .h2, .fl-rich-text ol + .h2, .row.row-introduction ol + .h2, .typography-fix ol + .h2, .accordion-wrapper.accordion-wrapper-boxed .accordion-item .accordion-content .accordion-content--inner ol + h3, .accordion-wrapper .accordion-item .accordion-content .accordion-block-text ol + h3, .content-block.content-block-hero-teaser .hero-teaser .hero-teaser-content .hero-teaser-content-body ol + h3, .fl-rich-text ol + h3, .row.row-introduction ol + h3, .typography-fix ol + h3, .accordion-wrapper.accordion-wrapper-boxed .accordion-item .accordion-content .accordion-content--inner ol + .h3, .accordion-wrapper .accordion-item .accordion-content .accordion-block-text ol + .h3, .content-block.content-block-hero-teaser .hero-teaser .hero-teaser-content .hero-teaser-content-body ol + .h3, .fl-rich-text ol + .h3, .row.row-introduction ol + .h3, .typography-fix ol + .h3, .accordion-wrapper.accordion-wrapper-boxed .accordion-item .accordion-content .accordion-content--inner ol + h4, .accordion-wrapper .accordion-item .accordion-content .accordion-block-text ol + h4, .content-block.content-block-hero-teaser .hero-teaser .hero-teaser-content .hero-teaser-content-body ol + h4, .fl-rich-text ol + h4, .row.row-introduction ol + h4, .typography-fix ol + h4, .accordion-wrapper.accordion-wrapper-boxed .accordion-item .accordion-content .accordion-content--inner ol + .h4, .accordion-wrapper .accordion-item .accordion-content .accordion-block-text ol + .h4, .content-block.content-block-hero-teaser .hero-teaser .hero-teaser-content .hero-teaser-content-body ol + .h4, .fl-rich-text ol + .h4, .row.row-introduction ol + .h4, .typography-fix ol + .h4, .accordion-wrapper.accordion-wrapper-boxed .accordion-item .accordion-content .accordion-content--inner ol + h5, .accordion-wrapper .accordion-item .accordion-content .accordion-block-text ol + h5, .content-block.content-block-hero-teaser .hero-teaser .hero-teaser-content .hero-teaser-content-body ol + h5, .fl-rich-text ol + h5, .row.row-introduction ol + h5, .typography-fix ol + h5, .accordion-wrapper.accordion-wrapper-boxed .accordion-item .accordion-content .accordion-content--inner ol + .h5, .accordion-wrapper.accordion-wrapper-boxed .accordion-item .accordion-content .accordion-content--inner ol + .autocomplete-group, .accordion-wrapper .accordion-item .accordion-content .accordion-block-text ol + .h5, .accordion-wrapper .accordion-item .accordion-content .accordion-block-text ol + .autocomplete-group, .content-block.content-block-hero-teaser .hero-teaser .hero-teaser-content .hero-teaser-content-body ol + .h5, .content-block.content-block-hero-teaser .hero-teaser .hero-teaser-content .hero-teaser-content-body ol + .autocomplete-group, .fl-rich-text ol + .h5, .fl-rich-text ol + .autocomplete-group, .accordion-wrapper.accordion-wrapper-boxed .accordion-item .accordion-content .accordion-content--inner .page-share .share-object .share-object-body ol + strong, .accordion-wrapper .accordion-item .accordion-content .accordion-block-text .page-share .share-object .share-object-body ol + strong, .content-block.content-block-hero-teaser .hero-teaser .hero-teaser-content .hero-teaser-content-body .page-share .share-object .share-object-body ol + strong, .fl-rich-text .page-share .share-object .share-object-body ol + strong, .page-share .share-object .share-object-body .accordion-wrapper.accordion-wrapper-boxed .accordion-item .accordion-content .accordion-content--inner ol + strong, .accordion-wrapper.accordion-wrapper-boxed .accordion-item .accordion-content .page-share .share-object .share-object-body .accordion-content--inner ol + strong, .page-share .share-object .share-object-body .accordion-wrapper .accordion-item .accordion-content .accordion-block-text ol + strong, .accordion-wrapper .accordion-item .accordion-content .page-share .share-object .share-object-body .accordion-block-text ol + strong, .page-share .share-object .share-object-body .content-block.content-block-hero-teaser .hero-teaser .hero-teaser-content .hero-teaser-content-body ol + strong, .content-block.content-block-hero-teaser .hero-teaser .hero-teaser-content .page-share .share-object .share-object-body .hero-teaser-content-body ol + strong, .page-share .share-object .share-object-body .fl-rich-text ol + strong, .row.row-introduction ol + .h5, .row.row-introduction ol + .autocomplete-group, .row.row-introduction .page-share .share-object .share-object-body ol + strong, .page-share .share-object .share-object-body .row.row-introduction ol + strong, .typography-fix ol + .h5, .typography-fix ol + .autocomplete-group, .typography-fix .page-share .share-object .share-object-body ol + strong, .page-share .share-object .share-object-body .typography-fix ol + strong, .accordion-wrapper.accordion-wrapper-boxed .accordion-item .accordion-content .accordion-content--inner ol + h6, .accordion-wrapper .accordion-item .accordion-content .accordion-block-text ol + h6, .content-block.content-block-hero-teaser .hero-teaser .hero-teaser-content .hero-teaser-content-body ol + h6, .fl-rich-text ol + h6, .row.row-introduction ol + h6, .typography-fix ol + h6, .accordion-wrapper.accordion-wrapper-boxed .accordion-item .accordion-content .accordion-content--inner ol + .h6, .accordion-wrapper .accordion-item .accordion-content .accordion-block-text ol + .h6, .content-block.content-block-hero-teaser .hero-teaser .hero-teaser-content .hero-teaser-content-body ol + .h6, .fl-rich-text ol + .h6, .row.row-introduction ol + .h6, .typography-fix ol + .h6, .accordion-wrapper.accordion-wrapper-boxed .accordion-item .accordion-content .accordion-content--inner p + h1, .accordion-wrapper .accordion-item .accordion-content .accordion-block-text p + h1, .content-block.content-block-hero-teaser .hero-teaser .hero-teaser-content .hero-teaser-content-body p + h1, .fl-rich-text p + h1, .row.row-introduction p + h1, .typography-fix p + h1, .accordion-wrapper.accordion-wrapper-boxed .accordion-item .accordion-content .accordion-content--inner p + .h1, .accordion-wrapper .accordion-item .accordion-content .accordion-block-text p + .h1, .content-block.content-block-hero-teaser .hero-teaser .hero-teaser-content .hero-teaser-content-body p + .h1, .fl-rich-text p + .h1, .row.row-introduction p + .h1, .typography-fix p + .h1, .accordion-wrapper.accordion-wrapper-boxed .accordion-item .accordion-content .accordion-content--inner p + h2, .accordion-wrapper .accordion-item .accordion-content .accordion-block-text p + h2, .content-block.content-block-hero-teaser .hero-teaser .hero-teaser-content .hero-teaser-content-body p + h2, .fl-rich-text p + h2, .row.row-introduction p + h2, .typography-fix p + h2, .accordion-wrapper.accordion-wrapper-boxed .accordion-item .accordion-content .accordion-content--inner p + .h2, .accordion-wrapper .accordion-item .accordion-content .accordion-block-text p + .h2, .content-block.content-block-hero-teaser .hero-teaser .hero-teaser-content .hero-teaser-content-body p + .h2, .fl-rich-text p + .h2, .row.row-introduction p + .h2, .typography-fix p + .h2, .accordion-wrapper.accordion-wrapper-boxed .accordion-item .accordion-content .accordion-content--inner p + h3, .accordion-wrapper .accordion-item .accordion-content .accordion-block-text p + h3, .content-block.content-block-hero-teaser .hero-teaser .hero-teaser-content .hero-teaser-content-body p + h3, .fl-rich-text p + h3, .row.row-introduction p + h3, .typography-fix p + h3, .accordion-wrapper.accordion-wrapper-boxed .accordion-item .accordion-content .accordion-content--inner p + .h3, .accordion-wrapper .accordion-item .accordion-content .accordion-block-text p + .h3, .content-block.content-block-hero-teaser .hero-teaser .hero-teaser-content .hero-teaser-content-body p + .h3, .fl-rich-text p + .h3, .row.row-introduction p + .h3, .typography-fix p + .h3, .accordion-wrapper.accordion-wrapper-boxed .accordion-item .accordion-content .accordion-content--inner p + h4, .accordion-wrapper .accordion-item .accordion-content .accordion-block-text p + h4, .content-block.content-block-hero-teaser .hero-teaser .hero-teaser-content .hero-teaser-content-body p + h4, .fl-rich-text p + h4, .row.row-introduction p + h4, .typography-fix p + h4, .accordion-wrapper.accordion-wrapper-boxed .accordion-item .accordion-content .accordion-content--inner p + .h4, .accordion-wrapper .accordion-item .accordion-content .accordion-block-text p + .h4, .content-block.content-block-hero-teaser .hero-teaser .hero-teaser-content .hero-teaser-content-body p + .h4, .fl-rich-text p + .h4, .row.row-introduction p + .h4, .typography-fix p + .h4, .accordion-wrapper.accordion-wrapper-boxed .accordion-item .accordion-content .accordion-content--inner p + h5, .accordion-wrapper .accordion-item .accordion-content .accordion-block-text p + h5, .content-block.content-block-hero-teaser .hero-teaser .hero-teaser-content .hero-teaser-content-body p + h5, .fl-rich-text p + h5, .row.row-introduction p + h5, .typography-fix p + h5, .accordion-wrapper.accordion-wrapper-boxed .accordion-item .accordion-content .accordion-content--inner p + .h5, .accordion-wrapper.accordion-wrapper-boxed .accordion-item .accordion-content .accordion-content--inner p + .autocomplete-group, .accordion-wrapper .accordion-item .accordion-content .accordion-block-text p + .h5, .accordion-wrapper .accordion-item .accordion-content .accordion-block-text p + .autocomplete-group, .content-block.content-block-hero-teaser .hero-teaser .hero-teaser-content .hero-teaser-content-body p + .h5, .content-block.content-block-hero-teaser .hero-teaser .hero-teaser-content .hero-teaser-content-body p + .autocomplete-group, .fl-rich-text p + .h5, .fl-rich-text p + .autocomplete-group, .accordion-wrapper.accordion-wrapper-boxed .accordion-item .accordion-content .accordion-content--inner .page-share .share-object .share-object-body p + strong, .accordion-wrapper .accordion-item .accordion-content .accordion-block-text .page-share .share-object .share-object-body p + strong, .content-block.content-block-hero-teaser .hero-teaser .hero-teaser-content .hero-teaser-content-body .page-share .share-object .share-object-body p + strong, .fl-rich-text .page-share .share-object .share-object-body p + strong, .page-share .share-object .share-object-body .accordion-wrapper.accordion-wrapper-boxed .accordion-item .accordion-content .accordion-content--inner p + strong, .accordion-wrapper.accordion-wrapper-boxed .accordion-item .accordion-content .page-share .share-object .share-object-body .accordion-content--inner p + strong, .page-share .share-object .share-object-body .accordion-wrapper .accordion-item .accordion-content .accordion-block-text p + strong, .accordion-wrapper .accordion-item .accordion-content .page-share .share-object .share-object-body .accordion-block-text p + strong, .page-share .share-object .share-object-body .content-block.content-block-hero-teaser .hero-teaser .hero-teaser-content .hero-teaser-content-body p + strong, .content-block.content-block-hero-teaser .hero-teaser .hero-teaser-content .page-share .share-object .share-object-body .hero-teaser-content-body p + strong, .page-share .share-object .share-object-body .fl-rich-text p + strong, .row.row-introduction p + .h5, .row.row-introduction p + .autocomplete-group, .row.row-introduction .page-share .share-object .share-object-body p + strong, .page-share .share-object .share-object-body .row.row-introduction p + strong, .typography-fix p + .h5, .typography-fix p + .autocomplete-group, .typography-fix .page-share .share-object .share-object-body p + strong, .page-share .share-object .share-object-body .typography-fix p + strong, .accordion-wrapper.accordion-wrapper-boxed .accordion-item .accordion-content .accordion-content--inner p + h6, .accordion-wrapper .accordion-item .accordion-content .accordion-block-text p + h6, .content-block.content-block-hero-teaser .hero-teaser .hero-teaser-content .hero-teaser-content-body p + h6, .fl-rich-text p + h6, .row.row-introduction p + h6, .typography-fix p + h6, .accordion-wrapper.accordion-wrapper-boxed .accordion-item .accordion-content .accordion-content--inner p + .h6, .accordion-wrapper .accordion-item .accordion-content .accordion-block-text p + .h6, .content-block.content-block-hero-teaser .hero-teaser .hero-teaser-content .hero-teaser-content-body p + .h6, .fl-rich-text p + .h6, .row.row-introduction p + .h6, .typography-fix p + .h6 {
  margin-top: 1.5rem;
}
.accordion-wrapper.accordion-wrapper-boxed .accordion-item .accordion-content .accordion-content--inner h1, .accordion-wrapper .accordion-item .accordion-content .accordion-block-text h1, .content-block.content-block-hero-teaser .hero-teaser .hero-teaser-content .hero-teaser-content-body h1, .fl-rich-text h1, .row.row-introduction h1, .typography-fix h1, .accordion-wrapper.accordion-wrapper-boxed .accordion-item .accordion-content .accordion-content--inner .h1, .accordion-wrapper .accordion-item .accordion-content .accordion-block-text .h1, .content-block.content-block-hero-teaser .hero-teaser .hero-teaser-content .hero-teaser-content-body .h1, .fl-rich-text .h1, .row.row-introduction .h1, .typography-fix .h1, .accordion-wrapper.accordion-wrapper-boxed .accordion-item .accordion-content .accordion-content--inner h2, .accordion-wrapper .accordion-item .accordion-content .accordion-block-text h2, .content-block.content-block-hero-teaser .hero-teaser .hero-teaser-content .hero-teaser-content-body h2, .fl-rich-text h2, .row.row-introduction h2, .typography-fix h2, .accordion-wrapper.accordion-wrapper-boxed .accordion-item .accordion-content .accordion-content--inner .h2, .accordion-wrapper .accordion-item .accordion-content .accordion-block-text .h2, .content-block.content-block-hero-teaser .hero-teaser .hero-teaser-content .hero-teaser-content-body .h2, .fl-rich-text .h2, .row.row-introduction .h2, .typography-fix .h2, .accordion-wrapper.accordion-wrapper-boxed .accordion-item .accordion-content .accordion-content--inner h3, .accordion-wrapper .accordion-item .accordion-content .accordion-block-text h3, .content-block.content-block-hero-teaser .hero-teaser .hero-teaser-content .hero-teaser-content-body h3, .fl-rich-text h3, .row.row-introduction h3, .typography-fix h3, .accordion-wrapper.accordion-wrapper-boxed .accordion-item .accordion-content .accordion-content--inner .h3, .accordion-wrapper .accordion-item .accordion-content .accordion-block-text .h3, .content-block.content-block-hero-teaser .hero-teaser .hero-teaser-content .hero-teaser-content-body .h3, .fl-rich-text .h3, .row.row-introduction .h3, .typography-fix .h3, .accordion-wrapper.accordion-wrapper-boxed .accordion-item .accordion-content .accordion-content--inner h4, .accordion-wrapper .accordion-item .accordion-content .accordion-block-text h4, .content-block.content-block-hero-teaser .hero-teaser .hero-teaser-content .hero-teaser-content-body h4, .fl-rich-text h4, .row.row-introduction h4, .typography-fix h4, .accordion-wrapper.accordion-wrapper-boxed .accordion-item .accordion-content .accordion-content--inner .h4, .accordion-wrapper .accordion-item .accordion-content .accordion-block-text .h4, .content-block.content-block-hero-teaser .hero-teaser .hero-teaser-content .hero-teaser-content-body .h4, .fl-rich-text .h4, .row.row-introduction .h4, .typography-fix .h4, .accordion-wrapper.accordion-wrapper-boxed .accordion-item .accordion-content .accordion-content--inner h5, .accordion-wrapper .accordion-item .accordion-content .accordion-block-text h5, .content-block.content-block-hero-teaser .hero-teaser .hero-teaser-content .hero-teaser-content-body h5, .fl-rich-text h5, .row.row-introduction h5, .typography-fix h5, .accordion-wrapper.accordion-wrapper-boxed .accordion-item .accordion-content .accordion-content--inner .h5, .accordion-wrapper.accordion-wrapper-boxed .accordion-item .accordion-content .accordion-content--inner .autocomplete-group, .accordion-wrapper .accordion-item .accordion-content .accordion-block-text .h5, .accordion-wrapper .accordion-item .accordion-content .accordion-block-text .autocomplete-group, .content-block.content-block-hero-teaser .hero-teaser .hero-teaser-content .hero-teaser-content-body .h5, .content-block.content-block-hero-teaser .hero-teaser .hero-teaser-content .hero-teaser-content-body .autocomplete-group, .fl-rich-text .h5, .fl-rich-text .autocomplete-group, .accordion-wrapper.accordion-wrapper-boxed .accordion-item .accordion-content .accordion-content--inner .page-share .share-object .share-object-body strong, .accordion-wrapper .accordion-item .accordion-content .accordion-block-text .page-share .share-object .share-object-body strong, .content-block.content-block-hero-teaser .hero-teaser .hero-teaser-content .hero-teaser-content-body .page-share .share-object .share-object-body strong, .fl-rich-text .page-share .share-object .share-object-body strong, .page-share .share-object .share-object-body .accordion-wrapper.accordion-wrapper-boxed .accordion-item .accordion-content .accordion-content--inner strong, .accordion-wrapper.accordion-wrapper-boxed .accordion-item .accordion-content .page-share .share-object .share-object-body .accordion-content--inner strong, .page-share .share-object .share-object-body .accordion-wrapper .accordion-item .accordion-content .accordion-block-text strong, .accordion-wrapper .accordion-item .accordion-content .page-share .share-object .share-object-body .accordion-block-text strong, .page-share .share-object .share-object-body .content-block.content-block-hero-teaser .hero-teaser .hero-teaser-content .hero-teaser-content-body strong, .content-block.content-block-hero-teaser .hero-teaser .hero-teaser-content .page-share .share-object .share-object-body .hero-teaser-content-body strong, .page-share .share-object .share-object-body .fl-rich-text strong, .row.row-introduction .h5, .row.row-introduction .autocomplete-group, .row.row-introduction .page-share .share-object .share-object-body strong, .page-share .share-object .share-object-body .row.row-introduction strong, .typography-fix .h5, .typography-fix .autocomplete-group, .typography-fix .page-share .share-object .share-object-body strong, .page-share .share-object .share-object-body .typography-fix strong, .accordion-wrapper.accordion-wrapper-boxed .accordion-item .accordion-content .accordion-content--inner h6, .accordion-wrapper .accordion-item .accordion-content .accordion-block-text h6, .content-block.content-block-hero-teaser .hero-teaser .hero-teaser-content .hero-teaser-content-body h6, .fl-rich-text h6, .row.row-introduction h6, .typography-fix h6, .accordion-wrapper.accordion-wrapper-boxed .accordion-item .accordion-content .accordion-content--inner .h6, .accordion-wrapper .accordion-item .accordion-content .accordion-block-text .h6, .content-block.content-block-hero-teaser .hero-teaser .hero-teaser-content .hero-teaser-content-body .h6, .fl-rich-text .h6, .row.row-introduction .h6, .typography-fix .h6 {
  margin-bottom: 0;
}
.accordion-wrapper.accordion-wrapper-boxed .accordion-item .accordion-content .accordion-content--inner h1 + ul, .accordion-wrapper .accordion-item .accordion-content .accordion-block-text h1 + ul, .content-block.content-block-hero-teaser .hero-teaser .hero-teaser-content .hero-teaser-content-body h1 + ul, .fl-rich-text h1 + ul, .row.row-introduction h1 + ul, .typography-fix h1 + ul, .accordion-wrapper.accordion-wrapper-boxed .accordion-item .accordion-content .accordion-content--inner .h1 + ul, .accordion-wrapper .accordion-item .accordion-content .accordion-block-text .h1 + ul, .content-block.content-block-hero-teaser .hero-teaser .hero-teaser-content .hero-teaser-content-body .h1 + ul, .fl-rich-text .h1 + ul, .row.row-introduction .h1 + ul, .typography-fix .h1 + ul, .accordion-wrapper.accordion-wrapper-boxed .accordion-item .accordion-content .accordion-content--inner h1 + ol, .accordion-wrapper .accordion-item .accordion-content .accordion-block-text h1 + ol, .content-block.content-block-hero-teaser .hero-teaser .hero-teaser-content .hero-teaser-content-body h1 + ol, .fl-rich-text h1 + ol, .row.row-introduction h1 + ol, .typography-fix h1 + ol, .accordion-wrapper.accordion-wrapper-boxed .accordion-item .accordion-content .accordion-content--inner .h1 + ol, .accordion-wrapper .accordion-item .accordion-content .accordion-block-text .h1 + ol, .content-block.content-block-hero-teaser .hero-teaser .hero-teaser-content .hero-teaser-content-body .h1 + ol, .fl-rich-text .h1 + ol, .row.row-introduction .h1 + ol, .typography-fix .h1 + ol, .accordion-wrapper.accordion-wrapper-boxed .accordion-item .accordion-content .accordion-content--inner h1 + p, .accordion-wrapper .accordion-item .accordion-content .accordion-block-text h1 + p, .content-block.content-block-hero-teaser .hero-teaser .hero-teaser-content .hero-teaser-content-body h1 + p, .fl-rich-text h1 + p, .row.row-introduction h1 + p, .typography-fix h1 + p, .accordion-wrapper.accordion-wrapper-boxed .accordion-item .accordion-content .accordion-content--inner .h1 + p, .accordion-wrapper .accordion-item .accordion-content .accordion-block-text .h1 + p, .content-block.content-block-hero-teaser .hero-teaser .hero-teaser-content .hero-teaser-content-body .h1 + p, .fl-rich-text .h1 + p, .row.row-introduction .h1 + p, .typography-fix .h1 + p, .accordion-wrapper.accordion-wrapper-boxed .accordion-item .accordion-content .accordion-content--inner h2 + ul, .accordion-wrapper .accordion-item .accordion-content .accordion-block-text h2 + ul, .content-block.content-block-hero-teaser .hero-teaser .hero-teaser-content .hero-teaser-content-body h2 + ul, .fl-rich-text h2 + ul, .row.row-introduction h2 + ul, .typography-fix h2 + ul, .accordion-wrapper.accordion-wrapper-boxed .accordion-item .accordion-content .accordion-content--inner .h2 + ul, .accordion-wrapper .accordion-item .accordion-content .accordion-block-text .h2 + ul, .content-block.content-block-hero-teaser .hero-teaser .hero-teaser-content .hero-teaser-content-body .h2 + ul, .fl-rich-text .h2 + ul, .row.row-introduction .h2 + ul, .typography-fix .h2 + ul, .accordion-wrapper.accordion-wrapper-boxed .accordion-item .accordion-content .accordion-content--inner h2 + ol, .accordion-wrapper .accordion-item .accordion-content .accordion-block-text h2 + ol, .content-block.content-block-hero-teaser .hero-teaser .hero-teaser-content .hero-teaser-content-body h2 + ol, .fl-rich-text h2 + ol, .row.row-introduction h2 + ol, .typography-fix h2 + ol, .accordion-wrapper.accordion-wrapper-boxed .accordion-item .accordion-content .accordion-content--inner .h2 + ol, .accordion-wrapper .accordion-item .accordion-content .accordion-block-text .h2 + ol, .content-block.content-block-hero-teaser .hero-teaser .hero-teaser-content .hero-teaser-content-body .h2 + ol, .fl-rich-text .h2 + ol, .row.row-introduction .h2 + ol, .typography-fix .h2 + ol, .accordion-wrapper.accordion-wrapper-boxed .accordion-item .accordion-content .accordion-content--inner h2 + p, .accordion-wrapper .accordion-item .accordion-content .accordion-block-text h2 + p, .content-block.content-block-hero-teaser .hero-teaser .hero-teaser-content .hero-teaser-content-body h2 + p, .fl-rich-text h2 + p, .row.row-introduction h2 + p, .typography-fix h2 + p, .accordion-wrapper.accordion-wrapper-boxed .accordion-item .accordion-content .accordion-content--inner .h2 + p, .accordion-wrapper .accordion-item .accordion-content .accordion-block-text .h2 + p, .content-block.content-block-hero-teaser .hero-teaser .hero-teaser-content .hero-teaser-content-body .h2 + p, .fl-rich-text .h2 + p, .row.row-introduction .h2 + p, .typography-fix .h2 + p, .accordion-wrapper.accordion-wrapper-boxed .accordion-item .accordion-content .accordion-content--inner h3 + ul, .accordion-wrapper .accordion-item .accordion-content .accordion-block-text h3 + ul, .content-block.content-block-hero-teaser .hero-teaser .hero-teaser-content .hero-teaser-content-body h3 + ul, .fl-rich-text h3 + ul, .row.row-introduction h3 + ul, .typography-fix h3 + ul, .accordion-wrapper.accordion-wrapper-boxed .accordion-item .accordion-content .accordion-content--inner .h3 + ul, .accordion-wrapper .accordion-item .accordion-content .accordion-block-text .h3 + ul, .content-block.content-block-hero-teaser .hero-teaser .hero-teaser-content .hero-teaser-content-body .h3 + ul, .fl-rich-text .h3 + ul, .row.row-introduction .h3 + ul, .typography-fix .h3 + ul, .accordion-wrapper.accordion-wrapper-boxed .accordion-item .accordion-content .accordion-content--inner h3 + ol, .accordion-wrapper .accordion-item .accordion-content .accordion-block-text h3 + ol, .content-block.content-block-hero-teaser .hero-teaser .hero-teaser-content .hero-teaser-content-body h3 + ol, .fl-rich-text h3 + ol, .row.row-introduction h3 + ol, .typography-fix h3 + ol, .accordion-wrapper.accordion-wrapper-boxed .accordion-item .accordion-content .accordion-content--inner .h3 + ol, .accordion-wrapper .accordion-item .accordion-content .accordion-block-text .h3 + ol, .content-block.content-block-hero-teaser .hero-teaser .hero-teaser-content .hero-teaser-content-body .h3 + ol, .fl-rich-text .h3 + ol, .row.row-introduction .h3 + ol, .typography-fix .h3 + ol, .accordion-wrapper.accordion-wrapper-boxed .accordion-item .accordion-content .accordion-content--inner h3 + p, .accordion-wrapper .accordion-item .accordion-content .accordion-block-text h3 + p, .content-block.content-block-hero-teaser .hero-teaser .hero-teaser-content .hero-teaser-content-body h3 + p, .fl-rich-text h3 + p, .row.row-introduction h3 + p, .typography-fix h3 + p, .accordion-wrapper.accordion-wrapper-boxed .accordion-item .accordion-content .accordion-content--inner .h3 + p, .accordion-wrapper .accordion-item .accordion-content .accordion-block-text .h3 + p, .content-block.content-block-hero-teaser .hero-teaser .hero-teaser-content .hero-teaser-content-body .h3 + p, .fl-rich-text .h3 + p, .row.row-introduction .h3 + p, .typography-fix .h3 + p, .accordion-wrapper.accordion-wrapper-boxed .accordion-item .accordion-content .accordion-content--inner h4 + ul, .accordion-wrapper .accordion-item .accordion-content .accordion-block-text h4 + ul, .content-block.content-block-hero-teaser .hero-teaser .hero-teaser-content .hero-teaser-content-body h4 + ul, .fl-rich-text h4 + ul, .row.row-introduction h4 + ul, .typography-fix h4 + ul, .accordion-wrapper.accordion-wrapper-boxed .accordion-item .accordion-content .accordion-content--inner .h4 + ul, .accordion-wrapper .accordion-item .accordion-content .accordion-block-text .h4 + ul, .content-block.content-block-hero-teaser .hero-teaser .hero-teaser-content .hero-teaser-content-body .h4 + ul, .fl-rich-text .h4 + ul, .row.row-introduction .h4 + ul, .typography-fix .h4 + ul, .accordion-wrapper.accordion-wrapper-boxed .accordion-item .accordion-content .accordion-content--inner h4 + ol, .accordion-wrapper .accordion-item .accordion-content .accordion-block-text h4 + ol, .content-block.content-block-hero-teaser .hero-teaser .hero-teaser-content .hero-teaser-content-body h4 + ol, .fl-rich-text h4 + ol, .row.row-introduction h4 + ol, .typography-fix h4 + ol, .accordion-wrapper.accordion-wrapper-boxed .accordion-item .accordion-content .accordion-content--inner .h4 + ol, .accordion-wrapper .accordion-item .accordion-content .accordion-block-text .h4 + ol, .content-block.content-block-hero-teaser .hero-teaser .hero-teaser-content .hero-teaser-content-body .h4 + ol, .fl-rich-text .h4 + ol, .row.row-introduction .h4 + ol, .typography-fix .h4 + ol, .accordion-wrapper.accordion-wrapper-boxed .accordion-item .accordion-content .accordion-content--inner h4 + p, .accordion-wrapper .accordion-item .accordion-content .accordion-block-text h4 + p, .content-block.content-block-hero-teaser .hero-teaser .hero-teaser-content .hero-teaser-content-body h4 + p, .fl-rich-text h4 + p, .row.row-introduction h4 + p, .typography-fix h4 + p, .accordion-wrapper.accordion-wrapper-boxed .accordion-item .accordion-content .accordion-content--inner .h4 + p, .accordion-wrapper .accordion-item .accordion-content .accordion-block-text .h4 + p, .content-block.content-block-hero-teaser .hero-teaser .hero-teaser-content .hero-teaser-content-body .h4 + p, .fl-rich-text .h4 + p, .row.row-introduction .h4 + p, .typography-fix .h4 + p, .accordion-wrapper.accordion-wrapper-boxed .accordion-item .accordion-content .accordion-content--inner h5 + ul, .accordion-wrapper .accordion-item .accordion-content .accordion-block-text h5 + ul, .content-block.content-block-hero-teaser .hero-teaser .hero-teaser-content .hero-teaser-content-body h5 + ul, .fl-rich-text h5 + ul, .row.row-introduction h5 + ul, .typography-fix h5 + ul, .accordion-wrapper.accordion-wrapper-boxed .accordion-item .accordion-content .accordion-content--inner .h5 + ul, .accordion-wrapper.accordion-wrapper-boxed .accordion-item .accordion-content .accordion-content--inner .autocomplete-group + ul, .accordion-wrapper .accordion-item .accordion-content .accordion-block-text .h5 + ul, .accordion-wrapper .accordion-item .accordion-content .accordion-block-text .autocomplete-group + ul, .content-block.content-block-hero-teaser .hero-teaser .hero-teaser-content .hero-teaser-content-body .h5 + ul, .content-block.content-block-hero-teaser .hero-teaser .hero-teaser-content .hero-teaser-content-body .autocomplete-group + ul, .fl-rich-text .h5 + ul, .fl-rich-text .autocomplete-group + ul, .accordion-wrapper.accordion-wrapper-boxed .accordion-item .accordion-content .accordion-content--inner .page-share .share-object .share-object-body strong + ul, .accordion-wrapper .accordion-item .accordion-content .accordion-block-text .page-share .share-object .share-object-body strong + ul, .content-block.content-block-hero-teaser .hero-teaser .hero-teaser-content .hero-teaser-content-body .page-share .share-object .share-object-body strong + ul, .fl-rich-text .page-share .share-object .share-object-body strong + ul, .page-share .share-object .share-object-body .accordion-wrapper.accordion-wrapper-boxed .accordion-item .accordion-content .accordion-content--inner strong + ul, .accordion-wrapper.accordion-wrapper-boxed .accordion-item .accordion-content .page-share .share-object .share-object-body .accordion-content--inner strong + ul, .page-share .share-object .share-object-body .accordion-wrapper .accordion-item .accordion-content .accordion-block-text strong + ul, .accordion-wrapper .accordion-item .accordion-content .page-share .share-object .share-object-body .accordion-block-text strong + ul, .page-share .share-object .share-object-body .content-block.content-block-hero-teaser .hero-teaser .hero-teaser-content .hero-teaser-content-body strong + ul, .content-block.content-block-hero-teaser .hero-teaser .hero-teaser-content .page-share .share-object .share-object-body .hero-teaser-content-body strong + ul, .page-share .share-object .share-object-body .fl-rich-text strong + ul, .row.row-introduction .h5 + ul, .row.row-introduction .autocomplete-group + ul, .row.row-introduction .page-share .share-object .share-object-body strong + ul, .page-share .share-object .share-object-body .row.row-introduction strong + ul, .typography-fix .h5 + ul, .typography-fix .autocomplete-group + ul, .typography-fix .page-share .share-object .share-object-body strong + ul, .page-share .share-object .share-object-body .typography-fix strong + ul, .accordion-wrapper.accordion-wrapper-boxed .accordion-item .accordion-content .accordion-content--inner h5 + ol, .accordion-wrapper .accordion-item .accordion-content .accordion-block-text h5 + ol, .content-block.content-block-hero-teaser .hero-teaser .hero-teaser-content .hero-teaser-content-body h5 + ol, .fl-rich-text h5 + ol, .row.row-introduction h5 + ol, .typography-fix h5 + ol, .accordion-wrapper.accordion-wrapper-boxed .accordion-item .accordion-content .accordion-content--inner .h5 + ol, .accordion-wrapper.accordion-wrapper-boxed .accordion-item .accordion-content .accordion-content--inner .autocomplete-group + ol, .accordion-wrapper .accordion-item .accordion-content .accordion-block-text .h5 + ol, .accordion-wrapper .accordion-item .accordion-content .accordion-block-text .autocomplete-group + ol, .content-block.content-block-hero-teaser .hero-teaser .hero-teaser-content .hero-teaser-content-body .h5 + ol, .content-block.content-block-hero-teaser .hero-teaser .hero-teaser-content .hero-teaser-content-body .autocomplete-group + ol, .fl-rich-text .h5 + ol, .fl-rich-text .autocomplete-group + ol, .accordion-wrapper.accordion-wrapper-boxed .accordion-item .accordion-content .accordion-content--inner .page-share .share-object .share-object-body strong + ol, .accordion-wrapper .accordion-item .accordion-content .accordion-block-text .page-share .share-object .share-object-body strong + ol, .content-block.content-block-hero-teaser .hero-teaser .hero-teaser-content .hero-teaser-content-body .page-share .share-object .share-object-body strong + ol, .fl-rich-text .page-share .share-object .share-object-body strong + ol, .page-share .share-object .share-object-body .accordion-wrapper.accordion-wrapper-boxed .accordion-item .accordion-content .accordion-content--inner strong + ol, .accordion-wrapper.accordion-wrapper-boxed .accordion-item .accordion-content .page-share .share-object .share-object-body .accordion-content--inner strong + ol, .page-share .share-object .share-object-body .accordion-wrapper .accordion-item .accordion-content .accordion-block-text strong + ol, .accordion-wrapper .accordion-item .accordion-content .page-share .share-object .share-object-body .accordion-block-text strong + ol, .page-share .share-object .share-object-body .content-block.content-block-hero-teaser .hero-teaser .hero-teaser-content .hero-teaser-content-body strong + ol, .content-block.content-block-hero-teaser .hero-teaser .hero-teaser-content .page-share .share-object .share-object-body .hero-teaser-content-body strong + ol, .page-share .share-object .share-object-body .fl-rich-text strong + ol, .row.row-introduction .h5 + ol, .row.row-introduction .autocomplete-group + ol, .row.row-introduction .page-share .share-object .share-object-body strong + ol, .page-share .share-object .share-object-body .row.row-introduction strong + ol, .typography-fix .h5 + ol, .typography-fix .autocomplete-group + ol, .typography-fix .page-share .share-object .share-object-body strong + ol, .page-share .share-object .share-object-body .typography-fix strong + ol, .accordion-wrapper.accordion-wrapper-boxed .accordion-item .accordion-content .accordion-content--inner h5 + p, .accordion-wrapper .accordion-item .accordion-content .accordion-block-text h5 + p, .content-block.content-block-hero-teaser .hero-teaser .hero-teaser-content .hero-teaser-content-body h5 + p, .fl-rich-text h5 + p, .row.row-introduction h5 + p, .typography-fix h5 + p, .accordion-wrapper.accordion-wrapper-boxed .accordion-item .accordion-content .accordion-content--inner .h5 + p, .accordion-wrapper.accordion-wrapper-boxed .accordion-item .accordion-content .accordion-content--inner .autocomplete-group + p, .accordion-wrapper .accordion-item .accordion-content .accordion-block-text .h5 + p, .accordion-wrapper .accordion-item .accordion-content .accordion-block-text .autocomplete-group + p, .content-block.content-block-hero-teaser .hero-teaser .hero-teaser-content .hero-teaser-content-body .h5 + p, .content-block.content-block-hero-teaser .hero-teaser .hero-teaser-content .hero-teaser-content-body .autocomplete-group + p, .fl-rich-text .h5 + p, .fl-rich-text .autocomplete-group + p, .accordion-wrapper.accordion-wrapper-boxed .accordion-item .accordion-content .accordion-content--inner .page-share .share-object .share-object-body strong + p, .accordion-wrapper .accordion-item .accordion-content .accordion-block-text .page-share .share-object .share-object-body strong + p, .content-block.content-block-hero-teaser .hero-teaser .hero-teaser-content .hero-teaser-content-body .page-share .share-object .share-object-body strong + p, .fl-rich-text .page-share .share-object .share-object-body strong + p, .page-share .share-object .share-object-body .accordion-wrapper.accordion-wrapper-boxed .accordion-item .accordion-content .accordion-content--inner strong + p, .accordion-wrapper.accordion-wrapper-boxed .accordion-item .accordion-content .page-share .share-object .share-object-body .accordion-content--inner strong + p, .page-share .share-object .share-object-body .accordion-wrapper .accordion-item .accordion-content .accordion-block-text strong + p, .accordion-wrapper .accordion-item .accordion-content .page-share .share-object .share-object-body .accordion-block-text strong + p, .page-share .share-object .share-object-body .content-block.content-block-hero-teaser .hero-teaser .hero-teaser-content .hero-teaser-content-body strong + p, .content-block.content-block-hero-teaser .hero-teaser .hero-teaser-content .page-share .share-object .share-object-body .hero-teaser-content-body strong + p, .page-share .share-object .share-object-body .fl-rich-text strong + p, .row.row-introduction .h5 + p, .row.row-introduction .autocomplete-group + p, .row.row-introduction .page-share .share-object .share-object-body strong + p, .page-share .share-object .share-object-body .row.row-introduction strong + p, .typography-fix .h5 + p, .typography-fix .autocomplete-group + p, .typography-fix .page-share .share-object .share-object-body strong + p, .page-share .share-object .share-object-body .typography-fix strong + p, .accordion-wrapper.accordion-wrapper-boxed .accordion-item .accordion-content .accordion-content--inner h6 + ul, .accordion-wrapper .accordion-item .accordion-content .accordion-block-text h6 + ul, .content-block.content-block-hero-teaser .hero-teaser .hero-teaser-content .hero-teaser-content-body h6 + ul, .fl-rich-text h6 + ul, .row.row-introduction h6 + ul, .typography-fix h6 + ul, .accordion-wrapper.accordion-wrapper-boxed .accordion-item .accordion-content .accordion-content--inner .h6 + ul, .accordion-wrapper .accordion-item .accordion-content .accordion-block-text .h6 + ul, .content-block.content-block-hero-teaser .hero-teaser .hero-teaser-content .hero-teaser-content-body .h6 + ul, .fl-rich-text .h6 + ul, .row.row-introduction .h6 + ul, .typography-fix .h6 + ul, .accordion-wrapper.accordion-wrapper-boxed .accordion-item .accordion-content .accordion-content--inner h6 + ol, .accordion-wrapper .accordion-item .accordion-content .accordion-block-text h6 + ol, .content-block.content-block-hero-teaser .hero-teaser .hero-teaser-content .hero-teaser-content-body h6 + ol, .fl-rich-text h6 + ol, .row.row-introduction h6 + ol, .typography-fix h6 + ol, .accordion-wrapper.accordion-wrapper-boxed .accordion-item .accordion-content .accordion-content--inner .h6 + ol, .accordion-wrapper .accordion-item .accordion-content .accordion-block-text .h6 + ol, .content-block.content-block-hero-teaser .hero-teaser .hero-teaser-content .hero-teaser-content-body .h6 + ol, .fl-rich-text .h6 + ol, .row.row-introduction .h6 + ol, .typography-fix .h6 + ol, .accordion-wrapper.accordion-wrapper-boxed .accordion-item .accordion-content .accordion-content--inner h6 + p, .accordion-wrapper .accordion-item .accordion-content .accordion-block-text h6 + p, .content-block.content-block-hero-teaser .hero-teaser .hero-teaser-content .hero-teaser-content-body h6 + p, .fl-rich-text h6 + p, .row.row-introduction h6 + p, .typography-fix h6 + p, .accordion-wrapper.accordion-wrapper-boxed .accordion-item .accordion-content .accordion-content--inner .h6 + p, .accordion-wrapper .accordion-item .accordion-content .accordion-block-text .h6 + p, .content-block.content-block-hero-teaser .hero-teaser .hero-teaser-content .hero-teaser-content-body .h6 + p, .fl-rich-text .h6 + p, .row.row-introduction .h6 + p, .typography-fix .h6 + p {
  margin-top: 1rem;
}

h1, .h1 {
  font-size: 1.25rem;
}
@media (min-width: 576px) {
  h1, .h1 {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) {
  h1, .h1 {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: 1.125rem;
}
@media (min-width: 576px) {
  h2, .h2 {
    font-size: 1.25rem;
  }
}
@media (min-width: 768px) {
  h2, .h2 {
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: 1.125rem;
}
@media (min-width: 576px) {
  h3, .h3 {
    font-size: 1.25rem;
  }
}
@media (min-width: 768px) {
  h3, .h3 {
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: 1rem;
}
@media (min-width: 576px) {
  h4, .h4 {
    font-size: 1.25rem;
  }
}
@media (min-width: 992px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

h5, .h5, .autocomplete-group, .page-share .share-object .share-object-body strong {
  font-size: 1rem;
}
@media (min-width: 992px) {
  h5, .h5, .autocomplete-group, .page-share .share-object .share-object-body strong {
    font-size: 1.25rem;
  }
}

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

.info-text {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.25rem;
  color: rgb(89.8581081081, 100.75, 111.6418918919);
  font-size: 0.75rem;
  line-height: 1.4;
  align-items: center;
}
.info-text svg {
  flex: 0 0 1.25rem;
  width: 1.25rem;
  height: 1.25rem;
  color: #212529;
}

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

.row.row-introduction {
  padding-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .row.row-introduction {
    padding-bottom: 2.25rem;
  }
}

.row.row-pagination,
.row.row-button {
  padding-top: 1.5rem;
}
@media (min-width: 992px) {
  .row.row-pagination,
  .row.row-button {
    padding-top: 2.25rem;
  }
}
.row.row-pagination .content-block,
.row.row-button .content-block {
  margin-top: 0;
}

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

.text-center, .teaser.team-teaser {
  text-align: center;
}

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

.text-xs-left {
  text-align: left;
}

.text-xs-center {
  text-align: center;
}

.text-xs-right {
  text-align: right;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left;
  }
  .text-sm-center {
    text-align: center;
  }
  .text-sm-right {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left;
  }
  .text-md-center {
    text-align: center;
  }
  .text-md-right {
    text-align: right;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left;
  }
  .text-lg-center {
    text-align: center;
  }
  .text-lg-right {
    text-align: right;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left;
  }
  .text-xl-center {
    text-align: center;
  }
  .text-xl-right {
    text-align: right;
  }
}
@media (min-width: 1400px) {
  .text-xxl-left {
    text-align: left;
  }
  .text-xxl-center {
    text-align: center;
  }
  .text-xxl-right {
    text-align: right;
  }
}
.divider-top, .content-main.content-main--posts .blog-entry-single .blog-list-entry + .blog-list-entry, .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments .blog-list-entry-comments-list .post-comments .comment-respond, .spacing-top-divider {
  border-top: var(--bsborder-width) solid #ced4da;
}

.divider-bottom, .spacing-bottom-divider {
  border-top: var(--bsborder-width) solid #ced4da;
}

.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments .blog-list-entry-body > h3, .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments .blog-list-entry-body > .h3, .content-main.content-main--posts .blog-entry-single .blog-list-entry .blog-list-entry-thumbnail, .content-main.content-main--posts .blog-entry-single .blog-list-entry .blog-list-entry-header, .content-main--calendar .content-block-month-teaser, .posts-list .blog-list-entry, .row.tstion, .spacing-bottom {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments .blog-list-entry-body > h3, .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments .blog-list-entry-body > .h3, .content-main.content-main--posts .blog-entry-single .blog-list-entry .blog-list-entry-thumbnail, .content-main.content-main--posts .blog-entry-single .blog-list-entry .blog-list-entry-header, .content-main--calendar .content-block-month-teaser, .posts-list .blog-list-entry, .row.tstion, .spacing-bottom {
    margin-bottom: 1.5rem;
  }
}

.content-main.content-main--posts .blog-entry-single .blog-list-entry + .blog-list-entry, .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments .blog-list-entry-comments-list .post-comments .comment-respond, .content-main.content-main--posts .blog-entry-single .blog-list-entry .blog-list-entry-crosslinks, .posts-list .blog-list-entry + .blog-list-entry .blog-list-entry-thumbnail, .spacing-top {
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .content-main.content-main--posts .blog-entry-single .blog-list-entry + .blog-list-entry, .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments .blog-list-entry-comments-list .post-comments .comment-respond, .content-main.content-main--posts .blog-entry-single .blog-list-entry .blog-list-entry-crosslinks, .posts-list .blog-list-entry + .blog-list-entry .blog-list-entry-thumbnail, .spacing-top {
    margin-top: 1.5rem;
  }
}

.content-main.content-main--posts .blog-entry-single .blog-list-entry + .blog-list-entry, .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments .blog-list-entry-comments-list .post-comments .comment-respond, .spacing-top-divider {
  padding-top: 1rem;
}
@media (min-width: 768px) {
  .content-main.content-main--posts .blog-entry-single .blog-list-entry + .blog-list-entry, .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments .blog-list-entry-comments-list .post-comments .comment-respond, .spacing-top-divider {
    padding-top: 1.5rem;
  }
}

.spacing-bottom-divider {
  padding-bottom: 1rem;
}
@media (min-width: 768px) {
  .spacing-bottom-divider {
    padding-bottom: 1.5rem;
  }
}

.gap-1, .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-postnav .post-navigation .nav-links > div > a > p.meta-nav, .social-links {
  gap: 0.25rem !important;
}

.row-gap-1 {
  row-gap: 0.25rem !important;
}

.column-gap-1 {
  column-gap: 0.25rem !important;
}

.gap-2, .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-postnav .post-navigation .nav-links > div > a, .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-postnav .post-navigation .nav-links {
  gap: 0.5rem !important;
}

.row-gap-2 {
  row-gap: 0.5rem !important;
}

.column-gap-2 {
  column-gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.row-gap-3 {
  row-gap: 1rem !important;
}

.column-gap-3 {
  column-gap: 1rem !important;
}

.gap-gutter {
  gap: 1.5rem !important;
}

.row-gap-gutter {
  row-gap: 1.5rem !important;
}

.column-gap-gutter {
  column-gap: 1.5rem !important;
}

.gap-xs-1 {
  gap: 0.25rem !important;
}

.row-gap-xs-1 {
  row-gap: 0.25rem !important;
}

.column-gap-xs-1 {
  column-gap: 0.25rem !important;
}

.gap-xs-2 {
  gap: 0.5rem !important;
}

.row-gap-xs-2 {
  row-gap: 0.5rem !important;
}

.column-gap-xs-2 {
  column-gap: 0.5rem !important;
}

.gap-xs-3 {
  gap: 1rem !important;
}

.row-gap-xs-3 {
  row-gap: 1rem !important;
}

.column-gap-xs-3 {
  column-gap: 1rem !important;
}

.gap-xs-gutter {
  gap: 1.5rem !important;
}

.row-gap-xs-gutter {
  row-gap: 1.5rem !important;
}

.column-gap-xs-gutter {
  column-gap: 1.5rem !important;
}

@media (min-width: 576px) {
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .row-gap-sm-1 {
    row-gap: 0.25rem !important;
  }
  .column-gap-sm-1 {
    column-gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .row-gap-sm-2 {
    row-gap: 0.5rem !important;
  }
  .column-gap-sm-2 {
    column-gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .row-gap-sm-3 {
    row-gap: 1rem !important;
  }
  .column-gap-sm-3 {
    column-gap: 1rem !important;
  }
  .gap-sm-gutter {
    gap: 1.5rem !important;
  }
  .row-gap-sm-gutter {
    row-gap: 1.5rem !important;
  }
  .column-gap-sm-gutter {
    column-gap: 1.5rem !important;
  }
}
@media (min-width: 768px) {
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .row-gap-md-1 {
    row-gap: 0.25rem !important;
  }
  .column-gap-md-1 {
    column-gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .row-gap-md-2 {
    row-gap: 0.5rem !important;
  }
  .column-gap-md-2 {
    column-gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .row-gap-md-3 {
    row-gap: 1rem !important;
  }
  .column-gap-md-3 {
    column-gap: 1rem !important;
  }
  .gap-md-gutter {
    gap: 1.5rem !important;
  }
  .row-gap-md-gutter {
    row-gap: 1.5rem !important;
  }
  .column-gap-md-gutter {
    column-gap: 1.5rem !important;
  }
}
@media (min-width: 992px) {
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .row-gap-lg-1 {
    row-gap: 0.25rem !important;
  }
  .column-gap-lg-1 {
    column-gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .row-gap-lg-2 {
    row-gap: 0.5rem !important;
  }
  .column-gap-lg-2 {
    column-gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .row-gap-lg-3 {
    row-gap: 1rem !important;
  }
  .column-gap-lg-3 {
    column-gap: 1rem !important;
  }
  .gap-lg-gutter {
    gap: 1.5rem !important;
  }
  .row-gap-lg-gutter {
    row-gap: 1.5rem !important;
  }
  .column-gap-lg-gutter {
    column-gap: 1.5rem !important;
  }
}
@media (min-width: 1200px) {
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .row-gap-xl-1 {
    row-gap: 0.25rem !important;
  }
  .column-gap-xl-1 {
    column-gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .row-gap-xl-2 {
    row-gap: 0.5rem !important;
  }
  .column-gap-xl-2 {
    column-gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .row-gap-xl-3 {
    row-gap: 1rem !important;
  }
  .column-gap-xl-3 {
    column-gap: 1rem !important;
  }
  .gap-xl-gutter {
    gap: 1.5rem !important;
  }
  .row-gap-xl-gutter {
    row-gap: 1.5rem !important;
  }
  .column-gap-xl-gutter {
    column-gap: 1.5rem !important;
  }
}
@media (min-width: 1400px) {
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .row-gap-xxl-1 {
    row-gap: 0.25rem !important;
  }
  .column-gap-xxl-1 {
    column-gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .row-gap-xxl-2 {
    row-gap: 0.5rem !important;
  }
  .column-gap-xxl-2 {
    column-gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .row-gap-xxl-3 {
    row-gap: 1rem !important;
  }
  .column-gap-xxl-3 {
    column-gap: 1rem !important;
  }
  .gap-xxl-gutter {
    gap: 1.5rem !important;
  }
  .row-gap-xxl-gutter {
    row-gap: 1.5rem !important;
  }
  .column-gap-xxl-gutter {
    column-gap: 1.5rem !important;
  }
}
/**
 * Element spacings
 */
.outer-element-spacing-y {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}
@media (min-width: 992px) {
  .outer-element-spacing-y {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

body.fl-builder .content-block.content-page > .container {
  width: 100% !important;
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.fl-builder-content .fl-row.fl-row-fixed-width {
  --bsgutter-x: 1.5rem;
  --bsgutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bsgutter-x) * 0.5);
  padding-left: calc(var(--bsgutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .fl-builder-content .fl-row.fl-row-fixed-width {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .fl-builder-content .fl-row.fl-row-fixed-width {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .fl-builder-content .fl-row.fl-row-fixed-width {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .fl-builder-content .fl-row.fl-row-fixed-width {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .fl-builder-content .fl-row.fl-row-fixed-width {
    max-width: 1320px;
  }
}
.fl-builder-content .fl-row.fl-row-fixed-width .fl-row-content-wrap {
  padding-left: 0;
  padding-right: 0;
}
.fl-builder-content .fl-row.fl-row-fixed-width .fl-row-content-wrap .fl-row-content.fl-row-fixed-width {
  max-width: 100%;
}
.fl-builder-content .fl-row.fl-row-fixed-width .fl-row-content-wrap .fl-module-content {
  margin-right: 0;
  margin-left: 0;
}
.fl-builder-content .fl-row.fl-row-full-width .fl-row-content-wrap {
  padding-left: 0;
  padding-right: 0;
}
.fl-builder-content .fl-row.fl-row-full-width .fl-row-content-wrap .fl-row-content.fl-row-fixed-width {
  --bsgutter-x: 1.5rem;
  --bsgutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bsgutter-x) * 0.5);
  padding-left: calc(var(--bsgutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .fl-builder-content .fl-row.fl-row-full-width .fl-row-content-wrap .fl-row-content.fl-row-fixed-width {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .fl-builder-content .fl-row.fl-row-full-width .fl-row-content-wrap .fl-row-content.fl-row-fixed-width {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .fl-builder-content .fl-row.fl-row-full-width .fl-row-content-wrap .fl-row-content.fl-row-fixed-width {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .fl-builder-content .fl-row.fl-row-full-width .fl-row-content-wrap .fl-row-content.fl-row-fixed-width {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .fl-builder-content .fl-row.fl-row-full-width .fl-row-content-wrap .fl-row-content.fl-row-fixed-width {
    max-width: 1320px;
  }
}
.fl-builder-content .fl-row.fl-row-full-width .fl-row-content-wrap .fl-row-content.fl-row-full-width {
  --bsgutter-x: 1.5rem;
  --bsgutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bsgutter-x) * 0.5);
  padding-left: calc(var(--bsgutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}
.fl-builder-content .fl-row.fl-row-full-width .fl-row-content-wrap .fl-module-content {
  margin-right: 0;
  margin-left: 0;
}

/**
 * Some defaults for beaverbuilder and block usage
 */
.fl-builder-content .content-block {
  margin-top: 0 !important;
}

#content-main {
  overflow-x: hidden;
}

/**
 * Cols beaver builder
 */
.fl-col-group {
  margin-left: -0.75rem !important;
  margin-right: -0.75rem !important;
}
.fl-col-group > .fl-col {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

body.fl-builder-edit header.header-main {
  z-index: 9 !important;
}

body.fl-builder .content-block.content-page {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.sr-only {
  font-size: 1rem !important;
}

html #wpadminbar {
  top: auto !important;
  bottom: 0 !important;
  position: fixed !important;
  z-index: 1049 !important;
}

html[lang=de], html, html#html {
  margin-top: 0 !important;
}

@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.w-unset {
  width: unset !important;
}

:focus-visible {
  box-shadow: none;
  outline: 0.125rem solid #003580; /* Your custom focus style */
  outline-offset: 0.125rem;
}

.navigation-legend {
  position: fixed;
  bottom: 80px;
  right: 20px;
  background: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 15px;
  border-radius: 8px;
  font-family: Arial, sans-serif;
  z-index: 9999999999;
  max-width: 400px;
}

.navigation-legend-section {
  margin-bottom: 10px;
}

.navigation-legend-section-title {
  font-weight: bold;
  margin-bottom: 5px;
  color: #add8e6;
  border-bottom: 1px solid #555;
  padding-bottom: 3px;
}

.navigation-legend-item {
  margin: 5px 0;
  display: flex;
  align-items: center;
}

.navigation-legend-key {
  background: #444;
  padding: 2px 8px;
  border-radius: 4px;
  margin-right: 10px;
  font-family: monospace;
  min-width: 60px;
  text-align: center;
}

.navigation-legend-description {
  flex: 1;
  font-size: 0.9em;
}

.legend-toggle-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #333;
  border: none;
  border-radius: 8px;
  padding: 10px;
  cursor: pointer;
  z-index: 9999999999;
  color: #fff;
  transition: background-color 0.3s;
}
.legend-toggle-button:hover {
  background-color: rgba(51, 51, 51, 0.5);
}

.legend-toggle-button svg {
  width: auto;
  height: 2rem;
}

button.btn.contrast-mode-button {
  position: fixed !important;
  z-index: 1030;
  line-height: 1;
  bottom: 1rem;
  left: 1rem;
  height: 3rem;
  padding-top: 0;
  padding-bottom: 0;
  column-gap: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
button.btn.contrast-mode-button svg {
  width: 1.5rem;
  height: 1.5rem;
}

body.contrast-mode-active .contrast-mode-target {
  background-color: #000 !important;
  color: #fff !important;
  border-radius: 0.25rem !important;
}
body.contrast-mode-active .contrast-mode-target:not(.add-to-wishlist) {
  padding: 0.25rem !important;
  text-shadow: none !important;
}

*[role=link] {
  cursor: pointer;
}

.row.gutter-3 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.row.gutter-3 > [class*=col-] {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

/**
 * Globals
 */
.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;
}

/**
 * Placeholder for slider controls
 * for usage on various elements
 */
.detail-gallery-overlay .detail-gallery-overlay-slider .slider-controls, .detail-header-gallery .detail-header-gallery-slider .slider-controls, .content-block-content-slider .slider-controls, .row.row-products .slider-controls, .booking-entrypoint-calendar .slider-controls, .daterange-calendar-items .slider-controls {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  pointer-events: none;
}
.detail-gallery-overlay .detail-gallery-overlay-slider .slider-controls > button, .detail-header-gallery .detail-header-gallery-slider .slider-controls > button, .content-block-content-slider .slider-controls > button, .row.row-products .slider-controls > button, .booking-entrypoint-calendar .slider-controls > button, .daterange-calendar-items .slider-controls > button {
  border: 0;
  outline: none;
  box-shadow: none;
  background: transparent;
  padding: 0;
  color: inherit;
}
.detail-gallery-overlay .detail-gallery-overlay-slider .slider-controls > button:active, .detail-header-gallery .detail-header-gallery-slider .slider-controls > button:active, .content-block-content-slider .slider-controls > button:active, .row.row-products .slider-controls > button:active, .booking-entrypoint-calendar .slider-controls > button:active, .daterange-calendar-items .slider-controls > button:active, .detail-gallery-overlay .detail-gallery-overlay-slider .slider-controls > button:focus, .detail-header-gallery .detail-header-gallery-slider .slider-controls > button:focus, .content-block-content-slider .slider-controls > button:focus, .row.row-products .slider-controls > button:focus, .booking-entrypoint-calendar .slider-controls > button:focus, .daterange-calendar-items .slider-controls > button:focus, .detail-gallery-overlay .detail-gallery-overlay-slider .slider-controls > button:hover, .detail-header-gallery .detail-header-gallery-slider .slider-controls > button:hover, .content-block-content-slider .slider-controls > button:hover, .row.row-products .slider-controls > button:hover, .booking-entrypoint-calendar .slider-controls > button:hover, .daterange-calendar-items .slider-controls > button:hover {
  outline: none;
}
.detail-gallery-overlay .detail-gallery-overlay-slider .slider-controls > button, .detail-header-gallery .detail-header-gallery-slider .slider-controls > button, .content-block-content-slider .slider-controls > button, .row.row-products .slider-controls > button, .booking-entrypoint-calendar .slider-controls > button, .daterange-calendar-items .slider-controls > button {
  display: flex;
  align-items: center;
  line-height: 0;
  justify-content: center;
  pointer-events: auto;
  transition: border-color 0.3s, color 0.3s, background-color 0.3s, opacity 0.3s;
  background-color: transparent;
  color: #212529;
  width: 2rem;
  height: 2rem;
  flex: 0 0 2rem;
  max-width: 100%;
  border-radius: 50%;
  border-width: 1px;
  border-style: solid;
  border-color: #ced4da;
}
.detail-gallery-overlay .detail-gallery-overlay-slider .slider-controls > button > svg, .detail-header-gallery .detail-header-gallery-slider .slider-controls > button > svg, .content-block-content-slider .slider-controls > button > svg, .row.row-products .slider-controls > button > svg, .booking-entrypoint-calendar .slider-controls > button > svg, .daterange-calendar-items .slider-controls > button > svg {
  width: 1.125rem;
  height: 1.125rem;
}
.detail-gallery-overlay .detail-gallery-overlay-slider .slider-controls > button:not([disabled]):hover, .detail-header-gallery .detail-header-gallery-slider .slider-controls > button:not([disabled]):hover, .content-block-content-slider .slider-controls > button:not([disabled]):hover, .row.row-products .slider-controls > button:not([disabled]):hover, .booking-entrypoint-calendar .slider-controls > button:not([disabled]):hover, .daterange-calendar-items .slider-controls > button:not([disabled]):hover {
  color: #fff;
  background-color: #003580;
  border-color: #003580;
}
.detail-gallery-overlay .detail-gallery-overlay-slider .slider-controls > button[disabled], .detail-header-gallery .detail-header-gallery-slider .slider-controls > button[disabled], .content-block-content-slider .slider-controls > button[disabled], .row.row-products .slider-controls > button[disabled], .booking-entrypoint-calendar .slider-controls > button[disabled], .daterange-calendar-items .slider-controls > button[disabled] {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.25;
}
.detail-gallery-overlay .detail-gallery-overlay-slider .slider-controls > button.swiper-button-lock, .detail-header-gallery .detail-header-gallery-slider .slider-controls > button.swiper-button-lock, .content-block-content-slider .slider-controls > button.swiper-button-lock, .row.row-products .slider-controls > button.swiper-button-lock, .booking-entrypoint-calendar .slider-controls > button.swiper-button-lock, .daterange-calendar-items .slider-controls > button.swiper-button-lock {
  opacity: 0;
  pointer-events: none;
}
.detail-gallery-overlay .detail-gallery-overlay-slider .slider-controls > button:focus-visible, .detail-header-gallery .detail-header-gallery-slider .slider-controls > button:focus-visible, .content-block-content-slider .slider-controls > button:focus-visible, .row.row-products .slider-controls > button:focus-visible, .booking-entrypoint-calendar .slider-controls > button:focus-visible, .daterange-calendar-items .slider-controls > button:focus-visible {
  box-shadow: none;
  outline: 0.125rem solid #003580; /* Your custom focus style */
  outline-offset: 0.125rem;
}

.detail-header-gallery .detail-header-gallery-slider .slider-controls, .booking-entrypoint-calendar .slider-controls, .content-block-content-slider .slider-controls, .row.row-products .slider-controls {
  transition: opacity 0.3s;
  opacity: 0;
  pointer-events: none;
}
.detail-header-gallery .detail-header-gallery-slider .slider-controls button, .booking-entrypoint-calendar .slider-controls button, .content-block-content-slider .slider-controls button, .row.row-products .slider-controls button {
  pointer-events: none;
}
.detail-header-gallery .detail-header-gallery-slider .swiper.swiper-initialized + .slider-controls, .booking-entrypoint-calendar .swiper.swiper-initialized + .slider-controls, .content-block-content-slider .swiper.swiper-initialized + .slider-controls, .row.row-products .swiper.swiper-initialized + .slider-controls {
  opacity: 1;
  pointer-events: none;
}
.detail-header-gallery .detail-header-gallery-slider .swiper.swiper-initialized + .slider-controls button, .booking-entrypoint-calendar .swiper.swiper-initialized + .slider-controls button, .content-block-content-slider .swiper.swiper-initialized + .slider-controls button, .row.row-products .swiper.swiper-initialized + .slider-controls button {
  pointer-events: auto;
}
.detail-header-gallery .detail-header-gallery-slider .swiper.swiper-initialized + .slider-controls button[disabled], .booking-entrypoint-calendar .swiper.swiper-initialized + .slider-controls button[disabled], .content-block-content-slider .swiper.swiper-initialized + .slider-controls button[disabled], .row.row-products .swiper.swiper-initialized + .slider-controls button[disabled] {
  pointer-events: none;
}
.detail-header-gallery .detail-header-gallery-slider .swiper.swiper-initialized + .slider-controls button.swiper-button-lock, .booking-entrypoint-calendar .swiper.swiper-initialized + .slider-controls button.swiper-button-lock, .content-block-content-slider .swiper.swiper-initialized + .slider-controls button.swiper-button-lock, .row.row-products .swiper.swiper-initialized + .slider-controls button.swiper-button-lock {
  pointer-events: none;
}

@media (min-width: 992px) {
  .detail-gallery-overlay .detail-gallery-overlay-slider .slider-controls > button, .detail-header-gallery .detail-header-gallery-slider .slider-controls > button, .content-block-content-slider .slider-controls > button {
    width: 2.5rem;
    height: 2.5rem;
    flex: 0 0 2.5rem;
  }
  .detail-gallery-overlay .detail-gallery-overlay-slider .slider-controls > button > svg, .detail-header-gallery .detail-header-gallery-slider .slider-controls > button > svg, .content-block-content-slider .slider-controls > button > svg {
    width: 1.25rem;
    height: 1.25rem;
  }
}
.detail-gallery-overlay .detail-gallery-overlay-slider .slider-controls, .detail-header-gallery .detail-header-gallery-slider .slider-controls, .content-block-content-slider .slider-controls, .booking-entrypoint-calendar .slider-controls, .daterange-calendar-items .slider-controls {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 1.5rem;
  right: 1.5rem;
  z-index: 2;
}

.row.row-products .slider-controls {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  justify-content: space-between;
  z-index: 2;
  max-width: calc(var(--vw, 1vw) * 100 - 0.5rem);
  width: calc(1320px - (1.5rem) + 3rem * 2);
}
.row.row-products .slider-controls > button {
  color: rgb(89.8581081081, 100.75, 111.6418918919);
  background-color: #fff;
  border-width: 1px;
}
.row.row-products .slider-controls > button:not([disabled]):hover {
  color: #fff;
  background-color: #003580;
  border-color: #003580;
}
.row.row-products .slider-controls > button[disabled] {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0;
}

.detail-gallery-overlay .detail-gallery-overlay-slider .slider-controls > button, .detail-header-gallery .detail-header-gallery-slider .slider-controls > button, .content-block-content-slider .slider-controls > button {
  color: #fff;
  background-color: rgba(33, 37, 41, 0.4);
  border-width: 0;
}
.detail-gallery-overlay .detail-gallery-overlay-slider .slider-controls > button:not([disabled]):hover, .detail-header-gallery .detail-header-gallery-slider .slider-controls > button:not([disabled]):hover, .content-block-content-slider .slider-controls > button:not([disabled]):hover {
  color: #212529;
  background-color: #fff;
}

/**
 * in this section essentials for form types are defined
 * as placeholders. These are defined by variables + extended
 * in every state/position wich needs this styling
 */
/**
 * Remove X action from chrome + firefox + ms styles
 */
/* clears the 'X' from Internet Explorer */
input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

/* clears the 'X' from Chrome */
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

/**
 * Define input clear button, by default / globally
 */
.content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.list-filter-box-date-range-picker .search-field-input.search-field-input--datepicker .input-clear, .search-wrapper .search-box-field .search-field-input.search-field-input--datepicker .input-clear, .select-form-control .input-clear {
  position: absolute;
  top: 50%;
  right: 0.75rem;
  display: none;
  margin-top: -0.625rem;
  width: 1.25rem;
  height: 1.25rem;
  background-color: #fff;
  cursor: pointer;
  color: #212529;
  transition: color 0.3s;
  line-height: 0;
}
.content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.list-filter-box-date-range-picker .search-field-input.search-field-input--datepicker .input-clear:hover, .search-wrapper .search-box-field .search-field-input.search-field-input--datepicker .input-clear:hover, .select-form-control .input-clear:hover {
  color: #003580;
}
.content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.list-filter-box-date-range-picker .search-field-input.search-field-input--datepicker .input-clear, .search-wrapper .search-box-field .search-field-input.search-field-input--datepicker .input-clear, .select-form-control .input-clear {
  z-index: 5;
}
.content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.list-filter-box-date-range-picker .search-field-input.search-field-input--datepicker .input-clear > svg, .search-wrapper .search-box-field .search-field-input.search-field-input--datepicker .input-clear > svg, .select-form-control .input-clear > svg {
  width: 1.25rem;
  height: 1.25rem;
}
.content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.list-filter-box-date-range-picker .search-field-input.search-field-input--datepicker .input-clear:focus-visible, .search-wrapper .search-box-field .search-field-input.search-field-input--datepicker .input-clear:focus-visible, .select-form-control .input-clear:focus-visible {
  box-shadow: none;
  outline: 0.125rem solid #003580; /* Your custom focus style */
  outline-offset: 0.125rem;
  border-radius: 0.375rem;
}

.detail-booking-entrypoint:not(.in-detail-header) .booking-filter .booking-filter-item.booking-filter-item--date-range button.booking-filter-field--date-range, .search-wrapper .search-box-field .search-field-input-field.has-icon, header.header-main .search-field-input.search-field-input--fulltext > input, .string-search-overlay-input .input-wrapper > input, .search-wrapper .search-box-field .search-field-input.search-field-input--fulltext > input,
header.header-main .search-field-input.search-field-input--fulltext > button,
.string-search-overlay-input .input-wrapper > button,
.search-wrapper .search-box-field .search-field-input.search-field-input--fulltext > button,
header.header-main .search-field-input.search-field-input--fulltext > .position-relative > input,
.string-search-overlay-input .input-wrapper > .position-relative > input,
.search-wrapper .search-box-field .search-field-input.search-field-input--fulltext > .position-relative > input, .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.list-filter-box-date-range-picker .search-field-input.search-field-input--datepicker .search-field-input-field, .search-wrapper .search-box-field .search-field-input.search-field-input--datepicker .search-field-input-field, .select-form-control.input-has-icon {
  position: relative;
  padding-left: 2.375rem !important;
}

.detail-booking-entrypoint:not(.in-detail-header) .booking-filter .booking-filter-item.booking-filter-item--date-range button.booking-filter-field--date-range .booking-filter-field--icon, .search-wrapper .search-box-field .search-field-input-field.has-icon .input-icon, header.header-main .search-field-input.search-field-input--fulltext .input-icon, .string-search-overlay-input .input-wrapper .input-icon, .search-wrapper .search-box-field .search-field-input.search-field-input--fulltext .input-icon, .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.list-filter-box-date-range-picker .search-field-input.search-field-input--datepicker .search-field-input-field .input-icon, .search-wrapper .search-box-field .search-field-input.search-field-input--datepicker .search-field-input-field .input-icon, .select-form-control .dropdown-icon {
  position: absolute;
  top: 50%;
  left: 0.75rem;
  color: #212529;
  line-height: 0;
  transform: translateY(-50%);
}
.detail-booking-entrypoint:not(.in-detail-header) .booking-filter .booking-filter-item.booking-filter-item--date-range button.booking-filter-field--date-range .booking-filter-field--icon svg, .search-wrapper .search-box-field .search-field-input-field.has-icon .input-icon svg, header.header-main .search-field-input.search-field-input--fulltext .input-icon svg, .string-search-overlay-input .input-wrapper .input-icon svg, .search-wrapper .search-box-field .search-field-input.search-field-input--fulltext .input-icon svg, .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.list-filter-box-date-range-picker .search-field-input.search-field-input--datepicker .search-field-input-field .input-icon svg, .search-wrapper .search-box-field .search-field-input.search-field-input--datepicker .search-field-input-field .input-icon svg, .select-form-control .dropdown-icon svg {
  width: 1.25rem;
  height: 1.25rem;
}

.detail-booking-entrypoint:not(.in-detail-header) .booking-filter .booking-filter-items-boxed .booking-filter-item button.booking-filter-field--date-range .dropdown-icon,
.detail-booking-entrypoint:not(.in-detail-header) .booking-filter .booking-filter-items-boxed .booking-filter-item button.booking-filter-field--date-range .booking-filter-field--icon,
.detail-booking-entrypoint:not(.in-detail-header) .booking-filter .booking-filter-items-boxed .booking-filter-item button.select-form-control .dropdown-icon,
.detail-booking-entrypoint:not(.in-detail-header) .booking-filter .booking-filter-items-boxed .booking-filter-item button.select-form-control .booking-filter-field--icon {
  top: 0.375rem;
  transform: none;
}

/**
 * Select
 */
select.form-control, .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.list-filter-box-date-range-picker select.search-field-input-field {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 2rem;
  cursor: pointer;
  height: calc(1.5em + 0.75rem + calc(var(--bsborder-width) * 2));
  line-height: calc(1.5em + 0.75rem + calc(var(--bsborder-width) * 2) - var(--bsborder-width));
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MCIgaGVpZ2h0PSI0MCIgZmlsbD0iIzAwMDAwMCIgdmlld0JveD0iMCAwIDI1NiAyNTYiPjxwYXRoIGQ9Ik0yMTMuNjYsMTAxLjY2bC04MCw4MGE4LDgsMCwwLDEtMTEuMzIsMGwtODAtODBBOCw4LDAsMCwxLDUzLjY2LDkwLjM0TDEyOCwxNjQuNjlsNzQuMzQtNzQuMzVhOCw4LDAsMCwxLDExLjMyLDExLjMyWiI+PC9wYXRoPjwvc3ZnPg==), #fff;
  background-size: 1rem;
  background-repeat: no-repeat;
  background-position: calc(100% - 0.75rem) calc(1.5 * 0.5rem + 0.375rem - (0.5rem - var(--bsborder-width)));
  -webkit-appearance: none;
  -moz-appearance: none;
}
select.form-control.form-control-lg, .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.list-filter-box-date-range-picker select.form-control-lg.search-field-input-field {
  height: calc(1.5em + 1rem + calc(var(--bsborder-width) * 2));
  line-height: calc(1.5em + 1rem + calc(var(--bsborder-width) * 2));
  background-position: calc(100% - 0.75rem) calc(1.5 * 0.5rem + 0.5rem - (0.5rem - var(--bsborder-width)));
}

/**
 * Define fadeout right, to make text longer than input fadeout into form bg-color
 */
.select-form-control .selected-options:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 4rem;
  pointer-events: none;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0, #fff 70%);
  z-index: 2;
}

/**
 * Custom input group, used ie. for string search
 * ----------------------------------------------
 * its using variables from inputs + input groups
 */
.content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box .list-filter-box-search .input-group, .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box .list-filter-box-search .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p, .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box .list-filter-box-search form.comment-form > p, form.form-string-search.input-group {
  position: relative;
}
.content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box .list-filter-box-search .input-group .form-control, .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box .list-filter-box-search .input-group input[type=text],
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box .list-filter-box-search .input-group input[type=email],
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box .list-filter-box-search .input-group textarea, .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box .list-filter-box-search .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p .form-control, .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box .list-filter-box-search .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p input[type=text],
.content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box .list-filter-box-search .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p input[type=email],
.content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box .list-filter-box-search .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p textarea, .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box .list-filter-box-search form.comment-form > p .form-control, .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box .list-filter-box-search form.comment-form > p input[type=text],
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box .list-filter-box-search form.comment-form > p input[type=email],
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box .list-filter-box-search form.comment-form > p textarea, .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box .list-filter-box-search .input-group .detail-booking-entrypoint:not(.in-detail-header) .booking-filter .booking-filter-item.booking-filter-item--date-range button.booking-filter-field--date-range, .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box .list-filter-box-search .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p .detail-booking-entrypoint:not(.in-detail-header) .booking-filter .booking-filter-item.booking-filter-item--date-range button.booking-filter-field--date-range, .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box .list-filter-box-search form.comment-form > p .detail-booking-entrypoint:not(.in-detail-header) .booking-filter .booking-filter-item.booking-filter-item--date-range button.booking-filter-field--date-range, .detail-booking-entrypoint:not(.in-detail-header) .booking-filter .booking-filter-item.booking-filter-item--date-range .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box .list-filter-box-search .input-group button.booking-filter-field--date-range, .detail-booking-entrypoint:not(.in-detail-header) .booking-filter .booking-filter-item.booking-filter-item--date-range .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box .list-filter-box-search .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p button.booking-filter-field--date-range, .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments .detail-booking-entrypoint:not(.in-detail-header) .booking-filter .booking-filter-item.booking-filter-item--date-range .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box .list-filter-box-search form.comment-form > p button.booking-filter-field--date-range, .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.list-filter-box-date-range-picker .list-filter-box-search .input-group .search-field-input-field, .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.list-filter-box-date-range-picker .list-filter-box-search .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p .search-field-input-field, .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.list-filter-box-date-range-picker .list-filter-box-search form.comment-form > p .search-field-input-field, form.form-string-search.input-group .form-control, form.form-string-search.input-group .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p input[type=text], .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p form.form-string-search.input-group input[type=text],
form.form-string-search.input-group .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p input[type=email],
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p form.form-string-search.input-group input[type=email],
form.form-string-search.input-group .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p textarea,
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p form.form-string-search.input-group textarea, form.form-string-search.input-group .detail-booking-entrypoint:not(.in-detail-header) .booking-filter .booking-filter-item.booking-filter-item--date-range button.booking-filter-field--date-range, .detail-booking-entrypoint:not(.in-detail-header) .booking-filter .booking-filter-item.booking-filter-item--date-range form.form-string-search.input-group button.booking-filter-field--date-range, form.form-string-search.input-group .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.list-filter-box-date-range-picker .search-field-input-field, .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.list-filter-box-date-range-picker form.form-string-search.input-group .search-field-input-field {
  border-radius: var(--bsborder-radius);
  padding-right: 2.25rem;
}
.content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box .list-filter-box-search .input-group .input-group-append, .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box .list-filter-box-search .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p .input-group-append, .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box .list-filter-box-search form.comment-form > p .input-group-append, form.form-string-search.input-group .input-group-append {
  line-height: 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 4;
}
.content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box .list-filter-box-search .input-group .input-group-append button.input-group-btn, .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box .list-filter-box-search .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p .input-group-append button.input-group-btn, .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box .list-filter-box-search form.comment-form > p .input-group-append button.input-group-btn, form.form-string-search.input-group .input-group-append button.input-group-btn {
  border: 0;
  outline: none;
  box-shadow: none;
  background: transparent;
  padding: 0;
  color: inherit;
}
.content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box .list-filter-box-search .input-group .input-group-append button.input-group-btn:active, .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box .list-filter-box-search .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p .input-group-append button.input-group-btn:active, .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box .list-filter-box-search form.comment-form > p .input-group-append button.input-group-btn:active, form.form-string-search.input-group .input-group-append button.input-group-btn:active, .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box .list-filter-box-search .input-group .input-group-append button.input-group-btn:focus, .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box .list-filter-box-search .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p .input-group-append button.input-group-btn:focus, .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box .list-filter-box-search form.comment-form > p .input-group-append button.input-group-btn:focus, form.form-string-search.input-group .input-group-append button.input-group-btn:focus, .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box .list-filter-box-search .input-group .input-group-append button.input-group-btn:hover, .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box .list-filter-box-search .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p .input-group-append button.input-group-btn:hover, .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box .list-filter-box-search form.comment-form > p .input-group-append button.input-group-btn:hover, form.form-string-search.input-group .input-group-append button.input-group-btn:hover {
  outline: none;
}
.content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box .list-filter-box-search .input-group .input-group-append button.input-group-btn, .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box .list-filter-box-search .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p .input-group-append button.input-group-btn, .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box .list-filter-box-search form.comment-form > p .input-group-append button.input-group-btn, form.form-string-search.input-group .input-group-append button.input-group-btn {
  line-height: 0;
  color: rgb(89.8581081081, 100.75, 111.6418918919);
  transition: color 0.3s;
  height: 2.25rem;
  width: 2.25rem;
}
.content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box .list-filter-box-search .input-group .input-group-append button.input-group-btn svg, .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box .list-filter-box-search .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p .input-group-append button.input-group-btn svg, .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box .list-filter-box-search form.comment-form > p .input-group-append button.input-group-btn svg, form.form-string-search.input-group .input-group-append button.input-group-btn svg {
  width: 1.25rem;
  height: 1.25rem;
}
.content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box .list-filter-box-search .input-group .input-group-append button.input-group-btn:hover, .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box .list-filter-box-search .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p .input-group-append button.input-group-btn:hover, .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box .list-filter-box-search form.comment-form > p .input-group-append button.input-group-btn:hover, form.form-string-search.input-group .input-group-append button.input-group-btn:hover, .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box .list-filter-box-search .input-group .input-group-append button.input-group-btn:focus, .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box .list-filter-box-search .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p .input-group-append button.input-group-btn:focus, .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box .list-filter-box-search form.comment-form > p .input-group-append button.input-group-btn:focus, form.form-string-search.input-group .input-group-append button.input-group-btn:focus, .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box .list-filter-box-search .input-group .input-group-append button.input-group-btn:active, .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box .list-filter-box-search .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p .input-group-append button.input-group-btn:active, .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box .list-filter-box-search form.comment-form > p .input-group-append button.input-group-btn:active, form.form-string-search.input-group .input-group-append button.input-group-btn:active {
  color: #003580;
}

/**
 * Custom checkbox , with second level
 */
.content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.category-tree .form-check, .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.board-type .form-check, .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.transport-type .form-check, .dropdown-menu.dropdown-menu-booking-person-select .category-tree-field-items .form-check, .dropdown-menu.dropdown-menu-booking-person-select .dropdown-menu-body .form-check, .search-field-input--category .category-tree-field-dropdown .category-tree-field-items .form-check {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-left: 0;
  gap: 0.5rem;
  font-size: 1rem;
  line-height: 1.5;
  cursor: pointer;
  position: relative;
}
.content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.category-tree .form-check input[type=checkbox], .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.board-type .form-check input[type=checkbox], .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.transport-type .form-check input[type=checkbox], .dropdown-menu.dropdown-menu-booking-person-select .category-tree-field-items .form-check input[type=checkbox], .dropdown-menu.dropdown-menu-booking-person-select .dropdown-menu-body .form-check input[type=checkbox], .search-field-input--category .category-tree-field-dropdown .category-tree-field-items .form-check input[type=checkbox] {
  display: block;
  z-index: 2;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 0;
  cursor: pointer;
  height: 1rem;
  width: 1rem;
}
.content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.category-tree .form-check > label, .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.board-type .form-check > label, .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.transport-type .form-check > label, .dropdown-menu.dropdown-menu-booking-person-select .category-tree-field-items .form-check > label, .dropdown-menu.dropdown-menu-booking-person-select .dropdown-menu-body .form-check > label, .search-field-input--category .category-tree-field-dropdown .category-tree-field-items .form-check > label, .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.category-tree .form-check > .form-check-label, .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.board-type .form-check > .form-check-label, .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.transport-type .form-check > .form-check-label, .dropdown-menu.dropdown-menu-booking-person-select .category-tree-field-items .form-check > .form-check-label, .dropdown-menu.dropdown-menu-booking-person-select .dropdown-menu-body .form-check > .form-check-label, .search-field-input--category .category-tree-field-dropdown .category-tree-field-items .form-check > .form-check-label {
  flex: 1;
  margin-bottom: 0;
  cursor: pointer;
}
.content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.category-tree .form-check > span:not(.form-check-label):not(.list-filter-second-level), .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.board-type .form-check > span:not(.form-check-label):not(.list-filter-second-level), .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.transport-type .form-check > span:not(.form-check-label):not(.list-filter-second-level), .dropdown-menu.dropdown-menu-booking-person-select .category-tree-field-items .form-check > span:not(.form-check-label):not(.list-filter-second-level), .dropdown-menu.dropdown-menu-booking-person-select .dropdown-menu-body .form-check > span:not(.form-check-label):not(.list-filter-second-level), .search-field-input--category .category-tree-field-dropdown .category-tree-field-items .form-check > span:not(.form-check-label):not(.list-filter-second-level),
.content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.category-tree .form-check > div:not(.form-check-label):not(.list-filter-second-level),
.content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.board-type .form-check > div:not(.form-check-label):not(.list-filter-second-level),
.content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.transport-type .form-check > div:not(.form-check-label):not(.list-filter-second-level),
.dropdown-menu.dropdown-menu-booking-person-select .category-tree-field-items .form-check > div:not(.form-check-label):not(.list-filter-second-level),
.dropdown-menu.dropdown-menu-booking-person-select .dropdown-menu-body .form-check > div:not(.form-check-label):not(.list-filter-second-level),
.search-field-input--category .category-tree-field-dropdown .category-tree-field-items .form-check > div:not(.form-check-label):not(.list-filter-second-level) {
  display: block;
  max-width: 100%;
  height: 1rem;
  width: 1rem;
  flex: 0 0 1rem;
  position: relative;
  line-height: 0;
  border-radius: 0.25em;
  background-color: #fff;
  top: 0.75rem;
  transform: translateY(-0.5rem);
  border: var(--bsborder-width) solid var(--bsborder-color);
  transition: background-color 0.3s, border-color 0.3s;
}
.content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.category-tree .form-check > span:not(.form-check-label):not(.list-filter-second-level) svg, .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.board-type .form-check > span:not(.form-check-label):not(.list-filter-second-level) svg, .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.transport-type .form-check > span:not(.form-check-label):not(.list-filter-second-level) svg, .dropdown-menu.dropdown-menu-booking-person-select .category-tree-field-items .form-check > span:not(.form-check-label):not(.list-filter-second-level) svg, .dropdown-menu.dropdown-menu-booking-person-select .dropdown-menu-body .form-check > span:not(.form-check-label):not(.list-filter-second-level) svg, .search-field-input--category .category-tree-field-dropdown .category-tree-field-items .form-check > span:not(.form-check-label):not(.list-filter-second-level) svg,
.content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.category-tree .form-check > div:not(.form-check-label):not(.list-filter-second-level) svg,
.content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.board-type .form-check > div:not(.form-check-label):not(.list-filter-second-level) svg,
.content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.transport-type .form-check > div:not(.form-check-label):not(.list-filter-second-level) svg,
.dropdown-menu.dropdown-menu-booking-person-select .category-tree-field-items .form-check > div:not(.form-check-label):not(.list-filter-second-level) svg,
.dropdown-menu.dropdown-menu-booking-person-select .dropdown-menu-body .form-check > div:not(.form-check-label):not(.list-filter-second-level) svg,
.search-field-input--category .category-tree-field-dropdown .category-tree-field-items .form-check > div:not(.form-check-label):not(.list-filter-second-level) svg {
  width: 0.875rem;
  height: 0.875rem;
  display: block;
  opacity: 0;
  transition: color 0.3s, opacity 0.3s;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-0.4375rem, -0.4375rem);
}
.content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.category-tree .form-check:hover > span:not(.form-check-label):not(.list-filter-second-level), .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.board-type .form-check:hover > span:not(.form-check-label):not(.list-filter-second-level), .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.transport-type .form-check:hover > span:not(.form-check-label):not(.list-filter-second-level), .dropdown-menu.dropdown-menu-booking-person-select .category-tree-field-items .form-check:hover > span:not(.form-check-label):not(.list-filter-second-level), .dropdown-menu.dropdown-menu-booking-person-select .dropdown-menu-body .form-check:hover > span:not(.form-check-label):not(.list-filter-second-level), .search-field-input--category .category-tree-field-dropdown .category-tree-field-items .form-check:hover > span:not(.form-check-label):not(.list-filter-second-level),
.content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.category-tree .form-check:hover > div:not(.form-check-label):not(.list-filter-second-level),
.content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.board-type .form-check:hover > div:not(.form-check-label):not(.list-filter-second-level),
.content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.transport-type .form-check:hover > div:not(.form-check-label):not(.list-filter-second-level),
.dropdown-menu.dropdown-menu-booking-person-select .category-tree-field-items .form-check:hover > div:not(.form-check-label):not(.list-filter-second-level),
.dropdown-menu.dropdown-menu-booking-person-select .dropdown-menu-body .form-check:hover > div:not(.form-check-label):not(.list-filter-second-level),
.search-field-input--category .category-tree-field-dropdown .category-tree-field-items .form-check:hover > div:not(.form-check-label):not(.list-filter-second-level) {
  background-color: #fff;
  border: var(--bsborder-width) solid #003580;
}
.content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.category-tree .form-check:hover > span:not(.form-check-label):not(.list-filter-second-level) svg, .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.board-type .form-check:hover > span:not(.form-check-label):not(.list-filter-second-level) svg, .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.transport-type .form-check:hover > span:not(.form-check-label):not(.list-filter-second-level) svg, .dropdown-menu.dropdown-menu-booking-person-select .category-tree-field-items .form-check:hover > span:not(.form-check-label):not(.list-filter-second-level) svg, .dropdown-menu.dropdown-menu-booking-person-select .dropdown-menu-body .form-check:hover > span:not(.form-check-label):not(.list-filter-second-level) svg, .search-field-input--category .category-tree-field-dropdown .category-tree-field-items .form-check:hover > span:not(.form-check-label):not(.list-filter-second-level) svg,
.content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.category-tree .form-check:hover > div:not(.form-check-label):not(.list-filter-second-level) svg,
.content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.board-type .form-check:hover > div:not(.form-check-label):not(.list-filter-second-level) svg,
.content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.transport-type .form-check:hover > div:not(.form-check-label):not(.list-filter-second-level) svg,
.dropdown-menu.dropdown-menu-booking-person-select .category-tree-field-items .form-check:hover > div:not(.form-check-label):not(.list-filter-second-level) svg,
.dropdown-menu.dropdown-menu-booking-person-select .dropdown-menu-body .form-check:hover > div:not(.form-check-label):not(.list-filter-second-level) svg,
.search-field-input--category .category-tree-field-dropdown .category-tree-field-items .form-check:hover > div:not(.form-check-label):not(.list-filter-second-level) svg {
  opacity: 1;
  color: #fff;
}
.content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.category-tree .form-check input:checked + span:not(.form-check-label):not(.list-filter-second-level), .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.board-type .form-check input:checked + span:not(.form-check-label):not(.list-filter-second-level), .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.transport-type .form-check input:checked + span:not(.form-check-label):not(.list-filter-second-level), .dropdown-menu.dropdown-menu-booking-person-select .category-tree-field-items .form-check input:checked + span:not(.form-check-label):not(.list-filter-second-level), .dropdown-menu.dropdown-menu-booking-person-select .dropdown-menu-body .form-check input:checked + span:not(.form-check-label):not(.list-filter-second-level), .search-field-input--category .category-tree-field-dropdown .category-tree-field-items .form-check input:checked + span:not(.form-check-label):not(.list-filter-second-level),
.content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.category-tree .form-check input:checked + div:not(.form-check-label):not(.list-filter-second-level),
.content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.board-type .form-check input:checked + div:not(.form-check-label):not(.list-filter-second-level),
.content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.transport-type .form-check input:checked + div:not(.form-check-label):not(.list-filter-second-level),
.dropdown-menu.dropdown-menu-booking-person-select .category-tree-field-items .form-check input:checked + div:not(.form-check-label):not(.list-filter-second-level),
.dropdown-menu.dropdown-menu-booking-person-select .dropdown-menu-body .form-check input:checked + div:not(.form-check-label):not(.list-filter-second-level),
.search-field-input--category .category-tree-field-dropdown .category-tree-field-items .form-check input:checked + div:not(.form-check-label):not(.list-filter-second-level) {
  background-color: #003580 !important;
  border: var(--bsborder-width) solid #003580;
}
.content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.category-tree .form-check input:checked + span:not(.form-check-label):not(.list-filter-second-level) svg, .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.board-type .form-check input:checked + span:not(.form-check-label):not(.list-filter-second-level) svg, .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.transport-type .form-check input:checked + span:not(.form-check-label):not(.list-filter-second-level) svg, .dropdown-menu.dropdown-menu-booking-person-select .category-tree-field-items .form-check input:checked + span:not(.form-check-label):not(.list-filter-second-level) svg, .dropdown-menu.dropdown-menu-booking-person-select .dropdown-menu-body .form-check input:checked + span:not(.form-check-label):not(.list-filter-second-level) svg, .search-field-input--category .category-tree-field-dropdown .category-tree-field-items .form-check input:checked + span:not(.form-check-label):not(.list-filter-second-level) svg,
.content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.category-tree .form-check input:checked + div:not(.form-check-label):not(.list-filter-second-level) svg,
.content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.board-type .form-check input:checked + div:not(.form-check-label):not(.list-filter-second-level) svg,
.content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.transport-type .form-check input:checked + div:not(.form-check-label):not(.list-filter-second-level) svg,
.dropdown-menu.dropdown-menu-booking-person-select .category-tree-field-items .form-check input:checked + div:not(.form-check-label):not(.list-filter-second-level) svg,
.dropdown-menu.dropdown-menu-booking-person-select .dropdown-menu-body .form-check input:checked + div:not(.form-check-label):not(.list-filter-second-level) svg,
.search-field-input--category .category-tree-field-dropdown .category-tree-field-items .form-check input:checked + div:not(.form-check-label):not(.list-filter-second-level) svg {
  opacity: 1;
  display: block !important;
  color: #fff;
}
.content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.category-tree .has-second-level.form-check button.toggle-second-level, .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.board-type .has-second-level.form-check button.toggle-second-level, .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.transport-type .has-second-level.form-check button.toggle-second-level, .dropdown-menu.dropdown-menu-booking-person-select .category-tree-field-items .has-second-level.form-check button.toggle-second-level, .dropdown-menu.dropdown-menu-booking-person-select .dropdown-menu-body .has-second-level.form-check button.toggle-second-level, .search-field-input--category .category-tree-field-dropdown .category-tree-field-items .has-second-level.form-check button.toggle-second-level {
  border: 0;
  outline: none;
  box-shadow: none;
  background: transparent;
  padding: 0;
  color: inherit;
}
.content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.category-tree .has-second-level.form-check button.toggle-second-level:active, .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.board-type .has-second-level.form-check button.toggle-second-level:active, .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.transport-type .has-second-level.form-check button.toggle-second-level:active, .dropdown-menu.dropdown-menu-booking-person-select .category-tree-field-items .has-second-level.form-check button.toggle-second-level:active, .dropdown-menu.dropdown-menu-booking-person-select .dropdown-menu-body .has-second-level.form-check button.toggle-second-level:active, .search-field-input--category .category-tree-field-dropdown .category-tree-field-items .has-second-level.form-check button.toggle-second-level:active, .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.category-tree .has-second-level.form-check button.toggle-second-level:focus, .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.board-type .has-second-level.form-check button.toggle-second-level:focus, .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.transport-type .has-second-level.form-check button.toggle-second-level:focus, .dropdown-menu.dropdown-menu-booking-person-select .category-tree-field-items .has-second-level.form-check button.toggle-second-level:focus, .dropdown-menu.dropdown-menu-booking-person-select .dropdown-menu-body .has-second-level.form-check button.toggle-second-level:focus, .search-field-input--category .category-tree-field-dropdown .category-tree-field-items .has-second-level.form-check button.toggle-second-level:focus, .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.category-tree .has-second-level.form-check button.toggle-second-level:hover, .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.board-type .has-second-level.form-check button.toggle-second-level:hover, .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.transport-type .has-second-level.form-check button.toggle-second-level:hover, .dropdown-menu.dropdown-menu-booking-person-select .category-tree-field-items .has-second-level.form-check button.toggle-second-level:hover, .dropdown-menu.dropdown-menu-booking-person-select .dropdown-menu-body .has-second-level.form-check button.toggle-second-level:hover, .search-field-input--category .category-tree-field-dropdown .category-tree-field-items .has-second-level.form-check button.toggle-second-level:hover {
  outline: none;
}
.content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.category-tree .has-second-level.form-check button.toggle-second-level, .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.board-type .has-second-level.form-check button.toggle-second-level, .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.transport-type .has-second-level.form-check button.toggle-second-level, .dropdown-menu.dropdown-menu-booking-person-select .category-tree-field-items .has-second-level.form-check button.toggle-second-level, .dropdown-menu.dropdown-menu-booking-person-select .dropdown-menu-body .has-second-level.form-check button.toggle-second-level, .search-field-input--category .category-tree-field-dropdown .category-tree-field-items .has-second-level.form-check button.toggle-second-level {
  width: 100%;
  height: 2rem;
  max-width: 2rem;
  flex: 0 0 2rem;
  margin: -0.5rem;
  position: relative;
  top: 0.75rem;
  transform: translateY(-0.5rem);
}
.content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.category-tree .has-second-level.form-check button.toggle-second-level svg, .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.board-type .has-second-level.form-check button.toggle-second-level svg, .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.transport-type .has-second-level.form-check button.toggle-second-level svg, .dropdown-menu.dropdown-menu-booking-person-select .category-tree-field-items .has-second-level.form-check button.toggle-second-level svg, .dropdown-menu.dropdown-menu-booking-person-select .dropdown-menu-body .has-second-level.form-check button.toggle-second-level svg, .search-field-input--category .category-tree-field-dropdown .category-tree-field-items .has-second-level.form-check button.toggle-second-level svg {
  width: 0.875rem;
  height: 0.875rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: transform 0.3s;
  transform: translate(-0.4375rem, -0.4375rem);
}
.content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.category-tree .has-second-level.form-check button.toggle-second-level:focus-visible, .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.board-type .has-second-level.form-check button.toggle-second-level:focus-visible, .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.transport-type .has-second-level.form-check button.toggle-second-level:focus-visible, .dropdown-menu.dropdown-menu-booking-person-select .category-tree-field-items .has-second-level.form-check button.toggle-second-level:focus-visible, .dropdown-menu.dropdown-menu-booking-person-select .dropdown-menu-body .has-second-level.form-check button.toggle-second-level:focus-visible, .search-field-input--category .category-tree-field-dropdown .category-tree-field-items .has-second-level.form-check button.toggle-second-level:focus-visible {
  box-shadow: none;
  outline: 0.125rem solid #003580; /* Your custom focus style */
  outline-offset: 0.125rem;
}
.content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.category-tree .has-second-level.form-check .list-filter-second-level, .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.board-type .has-second-level.form-check .list-filter-second-level, .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.transport-type .has-second-level.form-check .list-filter-second-level, .dropdown-menu.dropdown-menu-booking-person-select .category-tree-field-items .has-second-level.form-check .list-filter-second-level, .dropdown-menu.dropdown-menu-booking-person-select .dropdown-menu-body .has-second-level.form-check .list-filter-second-level, .search-field-input--category .category-tree-field-dropdown .category-tree-field-items .has-second-level.form-check .list-filter-second-level {
  display: none;
}
.content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.category-tree .has-second-level.is-open.form-check button.toggle-second-level svg, .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.board-type .has-second-level.is-open.form-check button.toggle-second-level svg, .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.transport-type .has-second-level.is-open.form-check button.toggle-second-level svg, .dropdown-menu.dropdown-menu-booking-person-select .category-tree-field-items .has-second-level.is-open.form-check button.toggle-second-level svg, .dropdown-menu.dropdown-menu-booking-person-select .dropdown-menu-body .has-second-level.is-open.form-check button.toggle-second-level svg, .search-field-input--category .category-tree-field-dropdown .category-tree-field-items .has-second-level.is-open.form-check button.toggle-second-level svg {
  transform: translate(-0.4375rem, -0.4375rem) scaleY(-1);
}
.content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.category-tree .has-second-level.is-open.form-check .list-filter-second-level, .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.board-type .has-second-level.is-open.form-check .list-filter-second-level, .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.transport-type .has-second-level.is-open.form-check .list-filter-second-level, .dropdown-menu.dropdown-menu-booking-person-select .category-tree-field-items .has-second-level.is-open.form-check .list-filter-second-level, .dropdown-menu.dropdown-menu-booking-person-select .dropdown-menu-body .has-second-level.is-open.form-check .list-filter-second-level, .search-field-input--category .category-tree-field-dropdown .category-tree-field-items .has-second-level.is-open.form-check .list-filter-second-level {
  display: block;
}
.content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.category-tree .form-check .list-filter-second-level, .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.board-type .form-check .list-filter-second-level, .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.transport-type .form-check .list-filter-second-level, .dropdown-menu.dropdown-menu-booking-person-select .category-tree-field-items .form-check .list-filter-second-level, .dropdown-menu.dropdown-menu-booking-person-select .dropdown-menu-body .form-check .list-filter-second-level, .search-field-input--category .category-tree-field-dropdown .category-tree-field-items .form-check .list-filter-second-level {
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
  margin-top: -0.25rem;
  padding-left: 1.5rem;
}

/**
 * Custom radio , with second level
 */
.detail-booking-entrypoint:not(.in-detail-header) .booking-filter .booking-filter-items .booking-filter-item--dates .booking-offer-items .booking-offer-item .booking-offer-item-label > input + span, .detail-booking-entrypoint:not(.in-detail-header) .booking-filter .booking-filter-item.booking-filter-item--transport-type .booking-filter-radio .form-radio > span, .dropdown-menu.dropdown-menu-booking-person-select .category-tree-field-items .form-radio > span, .dropdown-menu.dropdown-menu-booking-person-select .dropdown-menu-body .form-radio > span,
.detail-booking-entrypoint:not(.in-detail-header) .booking-filter .booking-filter-item.booking-filter-item--transport-type .booking-filter-radio .form-radio > div:not(.list-filter-second-level),
.dropdown-menu.dropdown-menu-booking-person-select .category-tree-field-items .form-radio > div:not(.list-filter-second-level),
.dropdown-menu.dropdown-menu-booking-person-select .dropdown-menu-body .form-radio > div:not(.list-filter-second-level) {
  display: block;
  height: 1rem;
  max-width: 100%;
  width: 1rem;
  flex: 0 0 1rem;
  position: relative;
  line-height: 0;
  border-radius: 50%;
  background-color: #fff;
  top: 0.75rem;
  transform: translateY(-0.5rem);
  border: var(--bsborder-width) solid var(--bsborder-color);
  transition: background-color 0.3s, border-color 0.3s;
}
.detail-booking-entrypoint:not(.in-detail-header) .booking-filter .booking-filter-items .booking-filter-item--dates .booking-offer-items .booking-offer-item .booking-offer-item-label > input + span svg, .detail-booking-entrypoint:not(.in-detail-header) .booking-filter .booking-filter-item.booking-filter-item--transport-type .booking-filter-radio .form-radio > span svg, .dropdown-menu.dropdown-menu-booking-person-select .category-tree-field-items .form-radio > span svg, .dropdown-menu.dropdown-menu-booking-person-select .dropdown-menu-body .form-radio > span svg,
.detail-booking-entrypoint:not(.in-detail-header) .booking-filter .booking-filter-item.booking-filter-item--transport-type .booking-filter-radio .form-radio > div:not(.list-filter-second-level) svg,
.dropdown-menu.dropdown-menu-booking-person-select .category-tree-field-items .form-radio > div:not(.list-filter-second-level) svg,
.dropdown-menu.dropdown-menu-booking-person-select .dropdown-menu-body .form-radio > div:not(.list-filter-second-level) svg {
  width: 0.5rem;
  height: 0.5rem;
  display: none;
  transition: color 0.3s;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-0.25rem, -0.25rem);
}

.detail-booking-entrypoint:not(.in-detail-header) .booking-filter .booking-filter-items .booking-filter-item--dates .booking-offer-items .booking-offer-item .booking-offer-item-label:hover > input + span, .detail-booking-entrypoint:not(.in-detail-header) .booking-filter .booking-filter-items .booking-filter-item--dates .booking-offer-items .booking-offer-item .booking-offer-item-label:focus > input + span, .detail-booking-entrypoint:not(.in-detail-header) .booking-filter .booking-filter-items .booking-filter-item--dates .booking-offer-items .booking-offer-item .booking-offer-item-label:active > input + span, .detail-booking-entrypoint:not(.in-detail-header) .booking-filter .booking-filter-item.booking-filter-item--transport-type .booking-filter-radio .form-radio:hover > span, .dropdown-menu.dropdown-menu-booking-person-select .category-tree-field-items .form-radio:hover > span, .dropdown-menu.dropdown-menu-booking-person-select .dropdown-menu-body .form-radio:hover > span,
.detail-booking-entrypoint:not(.in-detail-header) .booking-filter .booking-filter-item.booking-filter-item--transport-type .booking-filter-radio .form-radio:hover > div:not(.list-filter-second-level),
.dropdown-menu.dropdown-menu-booking-person-select .category-tree-field-items .form-radio:hover > div:not(.list-filter-second-level),
.dropdown-menu.dropdown-menu-booking-person-select .dropdown-menu-body .form-radio:hover > div:not(.list-filter-second-level) {
  background-color: #fff;
  border: var(--bsborder-width) solid #003580;
}
.detail-booking-entrypoint:not(.in-detail-header) .booking-filter .booking-filter-items .booking-filter-item--dates .booking-offer-items .booking-offer-item .booking-offer-item-label:hover > input + span svg, .detail-booking-entrypoint:not(.in-detail-header) .booking-filter .booking-filter-items .booking-filter-item--dates .booking-offer-items .booking-offer-item .booking-offer-item-label:focus > input + span svg, .detail-booking-entrypoint:not(.in-detail-header) .booking-filter .booking-filter-items .booking-filter-item--dates .booking-offer-items .booking-offer-item .booking-offer-item-label:active > input + span svg, .detail-booking-entrypoint:not(.in-detail-header) .booking-filter .booking-filter-item.booking-filter-item--transport-type .booking-filter-radio .form-radio:hover > span svg, .dropdown-menu.dropdown-menu-booking-person-select .category-tree-field-items .form-radio:hover > span svg, .dropdown-menu.dropdown-menu-booking-person-select .dropdown-menu-body .form-radio:hover > span svg,
.detail-booking-entrypoint:not(.in-detail-header) .booking-filter .booking-filter-item.booking-filter-item--transport-type .booking-filter-radio .form-radio:hover > div:not(.list-filter-second-level) svg,
.dropdown-menu.dropdown-menu-booking-person-select .category-tree-field-items .form-radio:hover > div:not(.list-filter-second-level) svg,
.dropdown-menu.dropdown-menu-booking-person-select .dropdown-menu-body .form-radio:hover > div:not(.list-filter-second-level) svg {
  display: none;
  color: #fff;
}

.detail-booking-entrypoint:not(.in-detail-header) .booking-filter .booking-filter-items .booking-filter-item--dates .booking-offer-items .booking-offer-item .booking-offer-item-label > input:checked + span, .detail-booking-entrypoint:not(.in-detail-header) .booking-filter .booking-filter-item.booking-filter-item--transport-type .booking-filter-radio .form-radio input:checked + span, .dropdown-menu.dropdown-menu-booking-person-select .category-tree-field-items .form-radio input:checked + span, .dropdown-menu.dropdown-menu-booking-person-select .dropdown-menu-body .form-radio input:checked + span,
.detail-booking-entrypoint:not(.in-detail-header) .booking-filter .booking-filter-item.booking-filter-item--transport-type .booking-filter-radio .form-radio input:checked + div:not(.list-filter-second-level),
.dropdown-menu.dropdown-menu-booking-person-select .category-tree-field-items .form-radio input:checked + div:not(.list-filter-second-level),
.dropdown-menu.dropdown-menu-booking-person-select .dropdown-menu-body .form-radio input:checked + div:not(.list-filter-second-level) {
  background-color: #003580 !important;
  border: var(--bsborder-width) solid #003580;
}
.detail-booking-entrypoint:not(.in-detail-header) .booking-filter .booking-filter-items .booking-filter-item--dates .booking-offer-items .booking-offer-item .booking-offer-item-label > input:checked + span svg, .detail-booking-entrypoint:not(.in-detail-header) .booking-filter .booking-filter-item.booking-filter-item--transport-type .booking-filter-radio .form-radio input:checked + span svg, .dropdown-menu.dropdown-menu-booking-person-select .category-tree-field-items .form-radio input:checked + span svg, .dropdown-menu.dropdown-menu-booking-person-select .dropdown-menu-body .form-radio input:checked + span svg,
.detail-booking-entrypoint:not(.in-detail-header) .booking-filter .booking-filter-item.booking-filter-item--transport-type .booking-filter-radio .form-radio input:checked + div:not(.list-filter-second-level) svg,
.dropdown-menu.dropdown-menu-booking-person-select .category-tree-field-items .form-radio input:checked + div:not(.list-filter-second-level) svg,
.dropdown-menu.dropdown-menu-booking-person-select .dropdown-menu-body .form-radio input:checked + div:not(.list-filter-second-level) svg {
  display: block !important;
  color: #fff;
}

.detail-booking-entrypoint:not(.in-detail-header) .booking-filter .booking-filter-item.booking-filter-item--transport-type .booking-filter-radio .form-radio, .dropdown-menu.dropdown-menu-booking-person-select .category-tree-field-items .form-radio, .dropdown-menu.dropdown-menu-booking-person-select .dropdown-menu-body .form-radio {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-left: 0;
  gap: 0.5rem;
  font-size: 1rem;
  line-height: 1.5;
  cursor: pointer;
}
.detail-booking-entrypoint:not(.in-detail-header) .booking-filter .booking-filter-item.booking-filter-item--transport-type .booking-filter-radio .form-radio input[type=radio], .dropdown-menu.dropdown-menu-booking-person-select .category-tree-field-items .form-radio input[type=radio], .dropdown-menu.dropdown-menu-booking-person-select .dropdown-menu-body .form-radio input[type=radio] {
  display: block;
  z-index: 2;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 0;
  cursor: pointer;
  height: 1rem;
  width: 1rem;
}
.detail-booking-entrypoint:not(.in-detail-header) .booking-filter .booking-filter-item.booking-filter-item--transport-type .booking-filter-radio .form-radio > label, .dropdown-menu.dropdown-menu-booking-person-select .category-tree-field-items .form-radio > label, .dropdown-menu.dropdown-menu-booking-person-select .dropdown-menu-body .form-radio > label {
  cursor: pointer;
  flex: 1;
  margin-bottom: 0;
}
.detail-booking-entrypoint:not(.in-detail-header) .booking-filter .booking-filter-item.booking-filter-item--transport-type .booking-filter-radio {
  display: flex;
  flex-direction: row;
  gap: 0.75rem;
  flex-wrap: nowrap;
}
.detail-booking-entrypoint:not(.in-detail-header) .booking-filter .booking-filter-item.booking-filter-item--transport-type .booking-filter-radio > .form-check,
.detail-booking-entrypoint:not(.in-detail-header) .booking-filter .booking-filter-item.booking-filter-item--transport-type .booking-filter-radio > .form-radio {
  flex-wrap: nowrap;
  gap: 0.25rem;
}
.detail-booking-entrypoint:not(.in-detail-header) .booking-filter .booking-filter-item.booking-filter-item--transport-type .booking-filter-radio > .form-check > label,
.detail-booking-entrypoint:not(.in-detail-header) .booking-filter .booking-filter-item.booking-filter-item--transport-type .booking-filter-radio > .form-radio > label {
  white-space: nowrap;
}

.form-check:focus-visible {
  box-shadow: none;
  outline: 0.125rem solid #003580; /* Your custom focus style */
  outline-offset: 0.125rem;
}

.form-control:focus-visible, .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p input[type=text]:focus-visible,
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p input[type=email]:focus-visible,
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p textarea:focus-visible, .detail-booking-entrypoint:not(.in-detail-header) .booking-filter .booking-filter-item.booking-filter-item--date-range button.booking-filter-field--date-range:focus-visible, .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.list-filter-box-date-range-picker .search-field-input-field:focus-visible {
  box-shadow: none;
  outline: 0.125rem solid #003580; /* Your custom focus style */
  outline-offset: 0.125rem;
}

/**
 * Booking button
 */
.btn .loader {
  display: none;
  width: auto;
}
.btn > .btn-loader > svg,
.btn > .btn-loader-placeholder > svg, .btn > svg {
  width: 1.25rem;
  height: 1.25rem;
}
.btn > .btn-loader > svg.icon-search,
.btn > .btn-loader-placeholder > svg.icon-search, .btn > svg.icon-search {
  width: 1.25rem;
  height: 1.25rem;
}
.btn > .btn-sm.btn-loader > svg,
.btn > .btn-sm.btn-loader-placeholder > svg, .btn-sm.btn > svg, .btn-group-sm > .btn > svg {
  width: 1.09375rem;
  height: 1.09375rem;
}
.btn > .btn-sm.btn-loader > svg.icon-search,
.btn > .btn-sm.btn-loader-placeholder > svg.icon-search, .btn-sm.btn > svg.icon-search, .btn-group-sm > .btn > svg.icon-search {
  width: 1.09375rem;
  height: 1.09375rem;
}
.btn > .btn-lg.btn-loader > svg,
.btn > .btn-lg.btn-loader-placeholder > svg, .btn-lg.btn > svg, .btn-group-lg > .btn > svg {
  width: 1.5625rem;
  height: 1.5625rem;
}
.btn > .btn-lg.btn-loader > svg.icon-search,
.btn > .btn-lg.btn-loader-placeholder > svg.icon-search, .btn-lg.btn > svg.icon-search, .btn-group-lg > .btn > svg.icon-search {
  width: 1.5625rem;
  height: 1.5625rem;
}

.btn > .btn-loader,
.btn > .btn-loader-placeholder, .btn {
  display: inline-flex;
  flex-direction: row;
  gap: 0.25rem;
  column-gap: 0.5rem;
  align-items: center;
}
.btn > .btn-sm.btn-loader,
.btn > .btn-sm.btn-loader-placeholder, .btn-sm.btn, .btn-group-sm > .btn {
  column-gap: 0.25rem;
}

.btn {
  position: relative;
}
.btn.btn-block {
  display: flex;
  justify-content: center;
  width: 100%;
}
.btn > .btn-loader-placeholder {
  opacity: 0;
  pointer-events: none;
}
.btn > .btn-loader-placeholder + .btn-loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  justify-content: center;
}
.btn.btn-link, .btn.btn-link-light {
  color: #212529;
  transition: color 0.3s;
  text-decoration: none;
  border: 0;
}
.btn.btn-link.btn-bold, .btn.btn-link-light.btn-bold {
  font-weight: 400;
}
.btn.btn-link:hover, .btn.btn-link:focus, .btn.btn-link:active, .btn.btn-link-light:hover, .btn.btn-link-light:focus, .btn.btn-link-light:active {
  color: #003580;
}
.btn.btn-link:hover, .btn.btn-link-light:hover {
  text-decoration: none;
}
.btn.btn-link:active, .btn.btn-link:focus, .btn.btn-link-light:active, .btn.btn-link-light:focus {
  text-decoration: underline;
}
.btn.btn-link-light {
  color: rgb(89.8581081081, 100.75, 111.6418918919);
}
.btn.btn-link-light:hover, .btn.btn-link-light:focus, .btn.btn-link-light:active {
  color: #003580;
}
@media (max-width: 575.98px) {
  .btn.btn-lg, .btn-group-lg > .btn {
    font-size: 1.125rem !important;
  }
}

.btn.booking-btn,
.booking-btn,
.btn-booking {
  transition: color 0.3s, border-color 0.3s, background-color 0.3s, opacity 0.3s;
}
.btn.booking-btn.green,
.booking-btn.green,
.btn-booking.green {
  --bsbtn-color: rgb(9.2610619469, 65.4889380531, 22.4911504425);
  --bsbtn-bg: #0e6322;
  --bsbtn-border-color: #0e6322;
  --bsbtn-hover-color: rgb(7.6814159292, 54.3185840708, 18.6548672566);
  --bsbtn-hover-bg: rgb(9.2610619469, 65.4889380531, 22.4911504425);
  --bsbtn-hover-border-color: rgb(7.6814159292, 54.3185840708, 18.6548672566);
  --bsbtn-focus-shadow-rgb: 13, 94, 32;
  --bsbtn-active-color: #fff;
  --bsbtn-active-bg: rgb(62.2, 130.2, 78.2);
  --bsbtn-active-border-color: rgb(38.1, 114.6, 56.1);
  --bsbtn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bsbtn-disabled-color: #fff;
  --bsbtn-disabled-bg: #0e6322;
  --bsbtn-disabled-border-color: #0e6322;
  color: #fff;
}
.btn.booking-btn.green:hover, .btn.booking-btn.green:focus, .btn.booking-btn.green:active,
.booking-btn.green:hover,
.booking-btn.green:focus,
.booking-btn.green:active,
.btn-booking.green:hover,
.btn-booking.green:focus,
.btn-booking.green:active {
  color: #fff;
}
.btn.booking-btn.green:focus-visible,
.booking-btn.green:focus-visible,
.btn-booking.green:focus-visible {
  box-shadow: none;
  outline: 0.125rem solid #0e6322; /* Your custom focus style */
  outline-offset: 0.125rem;
}
.btn.booking-btn.red,
.booking-btn.red,
.btn-booking.red {
  --bsbtn-color: rgb(200.082278481, 34.667721519, 50.5158227848);
  --bsbtn-bg: #dc3545;
  --bsbtn-border-color: #dc3545;
  --bsbtn-hover-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
  --bsbtn-hover-bg: rgb(200.082278481, 34.667721519, 50.5158227848);
  --bsbtn-hover-border-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
  --bsbtn-focus-shadow-rgb: 217, 50, 66;
  --bsbtn-active-color: #000;
  --bsbtn-active-bg: rgb(227, 93.4, 106.2);
  --bsbtn-active-border-color: rgb(223.5, 73.2, 87.6);
  --bsbtn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bsbtn-disabled-color: #fff;
  --bsbtn-disabled-bg: #dc3545;
  --bsbtn-disabled-border-color: #dc3545;
  color: #fff;
}
.btn.booking-btn.red:hover, .btn.booking-btn.red:focus, .btn.booking-btn.red:active,
.booking-btn.red:hover,
.booking-btn.red:focus,
.booking-btn.red:active,
.btn-booking.red:hover,
.btn-booking.red:focus,
.btn-booking.red:active {
  color: #fff;
}
.btn.booking-btn.red:focus-visible,
.booking-btn.red:focus-visible,
.btn-booking.red:focus-visible {
  box-shadow: none;
  outline: 0.125rem solid #dc3545; /* Your custom focus style */
  outline-offset: 0.125rem;
}
.btn.booking-btn.orange,
.booking-btn.orange,
.btn-booking.orange {
  --bsbtn-color: rgb(223.75, 167.8125, 0);
  --bsbtn-bg: #ffc107;
  --bsbtn-border-color: #ffc107;
  --bsbtn-hover-color: rgb(211, 158.25, 0);
  --bsbtn-hover-bg: rgb(223.75, 167.8125, 0);
  --bsbtn-hover-border-color: rgb(211, 158.25, 0);
  --bsbtn-focus-shadow-rgb: 250, 189, 6;
  --bsbtn-active-color: #000;
  --bsbtn-active-bg: rgb(255, 205.4, 56.6);
  --bsbtn-active-border-color: rgb(255, 199.2, 31.8);
  --bsbtn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bsbtn-disabled-color: #000;
  --bsbtn-disabled-bg: #ffc107;
  --bsbtn-disabled-border-color: #ffc107;
  color: #fff;
}
.btn.booking-btn.orange:hover, .btn.booking-btn.orange:focus, .btn.booking-btn.orange:active,
.booking-btn.orange:hover,
.booking-btn.orange:focus,
.booking-btn.orange:active,
.btn-booking.orange:hover,
.btn-booking.orange:focus,
.btn-booking.orange:active {
  color: #fff;
}
.btn.booking-btn.orange:focus-visible,
.booking-btn.orange:focus-visible,
.btn-booking.orange:focus-visible {
  box-shadow: none;
  outline: 0.125rem solid #ffc107; /* Your custom focus style */
  outline-offset: 0.125rem;
}
.btn.booking-btn.gray, .btn.booking-btn.btn-disabled,
.booking-btn.gray,
.booking-btn.btn-disabled,
.btn-booking.gray,
.btn-booking.btn-disabled {
  --bsbtn-color: rgb(90.2703862661, 97.7929184549, 104.4796137339);
  --bsbtn-bg: #6c757d;
  --bsbtn-border-color: #6c757d;
  --bsbtn-hover-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
  --bsbtn-hover-bg: rgb(90.2703862661, 97.7929184549, 104.4796137339);
  --bsbtn-hover-border-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
  --bsbtn-focus-shadow-rgb: 105, 114, 122;
  --bsbtn-active-color: #000;
  --bsbtn-active-bg: rgb(137.4, 144.6, 151);
  --bsbtn-active-border-color: rgb(122.7, 130.8, 138);
  --bsbtn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bsbtn-disabled-color: #fff;
  --bsbtn-disabled-bg: #6c757d;
  --bsbtn-disabled-border-color: #6c757d;
  color: #fff;
}
.btn.booking-btn.gray:hover, .btn.booking-btn.gray:focus, .btn.booking-btn.gray:active, .btn.booking-btn.btn-disabled:hover, .btn.booking-btn.btn-disabled:focus, .btn.booking-btn.btn-disabled:active,
.booking-btn.gray:hover,
.booking-btn.gray:focus,
.booking-btn.gray:active,
.booking-btn.btn-disabled:hover,
.booking-btn.btn-disabled:focus,
.booking-btn.btn-disabled:active,
.btn-booking.gray:hover,
.btn-booking.gray:focus,
.btn-booking.gray:active,
.btn-booking.btn-disabled:hover,
.btn-booking.btn-disabled:focus,
.btn-booking.btn-disabled:active {
  color: #fff;
}
.btn.booking-btn.gray:focus-visible, .btn.booking-btn.btn-disabled:focus-visible,
.booking-btn.gray:focus-visible,
.booking-btn.btn-disabled:focus-visible,
.btn-booking.gray:focus-visible,
.btn-booking.btn-disabled:focus-visible {
  box-shadow: none;
  outline: 0.125rem solid #6c757d; /* Your custom focus style */
  outline-offset: 0.125rem;
}
.btn.booking-btn *,
.booking-btn *,
.btn-booking * {
  pointer-events: none;
}
.btn.booking-btn.btn-disabled,
.booking-btn.btn-disabled,
.btn-booking.btn-disabled {
  pointer-events: none;
  opacity: 0.25;
  cursor: not-allowed;
}
.btn.booking-btn .loader,
.booking-btn .loader,
.btn-booking .loader {
  height: 0.75rem;
  width: auto;
  margin: 0.375rem auto;
}
.btn.booking-btn.btn-lg .loader, .btn-group-lg > .btn.booking-btn .loader,
.booking-btn.btn-lg .loader,
.btn-booking.btn-lg .loader,
.btn-group-lg > .btn-booking.btn .loader {
  margin: 0.5625rem auto;
}
@media (max-width: 575.98px) {
  .btn.booking-btn.btn-lg .loader, .btn-group-lg > .btn.booking-btn .loader,
  .booking-btn.btn-lg .loader,
  .btn-booking.btn-lg .loader,
  .btn-group-lg > .btn-booking.btn .loader {
    margin: 0.46875rem auto;
  }
}

.btn.btn-blue:focus-visible {
  box-shadow: none;
  box-shadow: none;
  outline: 0.125rem solid #0d6efd; /* Your custom focus style */
  outline-offset: 0.125rem;
}

.btn.btn-outline-blue:focus-visible {
  box-shadow: none;
  box-shadow: none;
  outline: 0.125rem solid #0d6efd; /* Your custom focus style */
  outline-offset: 0.125rem;
}

.btn.btn-indigo:focus-visible {
  box-shadow: none;
  box-shadow: none;
  outline: 0.125rem solid #6610f2; /* Your custom focus style */
  outline-offset: 0.125rem;
}

.btn.btn-outline-indigo:focus-visible {
  box-shadow: none;
  box-shadow: none;
  outline: 0.125rem solid #6610f2; /* Your custom focus style */
  outline-offset: 0.125rem;
}

.btn.btn-purple:focus-visible {
  box-shadow: none;
  box-shadow: none;
  outline: 0.125rem solid #6f42c1; /* Your custom focus style */
  outline-offset: 0.125rem;
}

.btn.btn-outline-purple:focus-visible {
  box-shadow: none;
  box-shadow: none;
  outline: 0.125rem solid #6f42c1; /* Your custom focus style */
  outline-offset: 0.125rem;
}

.btn.btn-pink:focus-visible {
  box-shadow: none;
  box-shadow: none;
  outline: 0.125rem solid #d63384; /* Your custom focus style */
  outline-offset: 0.125rem;
}

.btn.btn-outline-pink:focus-visible {
  box-shadow: none;
  box-shadow: none;
  outline: 0.125rem solid #d63384; /* Your custom focus style */
  outline-offset: 0.125rem;
}

.btn.btn-red:focus-visible {
  box-shadow: none;
  box-shadow: none;
  outline: 0.125rem solid #dc3545; /* Your custom focus style */
  outline-offset: 0.125rem;
}

.btn.btn-outline-red:focus-visible {
  box-shadow: none;
  box-shadow: none;
  outline: 0.125rem solid #dc3545; /* Your custom focus style */
  outline-offset: 0.125rem;
}

.btn.btn-orange:focus-visible {
  box-shadow: none;
  box-shadow: none;
  outline: 0.125rem solid #fd7e14; /* Your custom focus style */
  outline-offset: 0.125rem;
}

.btn.btn-outline-orange:focus-visible {
  box-shadow: none;
  box-shadow: none;
  outline: 0.125rem solid #fd7e14; /* Your custom focus style */
  outline-offset: 0.125rem;
}

.btn.btn-yellow:focus-visible {
  box-shadow: none;
  box-shadow: none;
  outline: 0.125rem solid #ffc107; /* Your custom focus style */
  outline-offset: 0.125rem;
}

.btn.btn-outline-yellow:focus-visible {
  box-shadow: none;
  box-shadow: none;
  outline: 0.125rem solid #ffc107; /* Your custom focus style */
  outline-offset: 0.125rem;
}

.btn.btn-green:focus-visible {
  box-shadow: none;
  box-shadow: none;
  outline: 0.125rem solid #198754; /* Your custom focus style */
  outline-offset: 0.125rem;
}

.btn.btn-outline-green:focus-visible {
  box-shadow: none;
  box-shadow: none;
  outline: 0.125rem solid #198754; /* Your custom focus style */
  outline-offset: 0.125rem;
}

.btn.btn-teal:focus-visible {
  box-shadow: none;
  box-shadow: none;
  outline: 0.125rem solid #20c997; /* Your custom focus style */
  outline-offset: 0.125rem;
}

.btn.btn-outline-teal:focus-visible {
  box-shadow: none;
  box-shadow: none;
  outline: 0.125rem solid #20c997; /* Your custom focus style */
  outline-offset: 0.125rem;
}

.btn.btn-cyan:focus-visible {
  box-shadow: none;
  box-shadow: none;
  outline: 0.125rem solid #0dcaf0; /* Your custom focus style */
  outline-offset: 0.125rem;
}

.btn.btn-outline-cyan:focus-visible {
  box-shadow: none;
  box-shadow: none;
  outline: 0.125rem solid #0dcaf0; /* Your custom focus style */
  outline-offset: 0.125rem;
}

.btn.btn-black:focus-visible {
  box-shadow: none;
  box-shadow: none;
  outline: 0.125rem solid black; /* Your custom focus style */
  outline-offset: 0.125rem;
}

.btn.btn-outline-black:focus-visible {
  box-shadow: none;
  box-shadow: none;
  outline: 0.125rem solid black; /* Your custom focus style */
  outline-offset: 0.125rem;
}

.btn.btn-white:focus-visible {
  box-shadow: none;
  box-shadow: none;
  outline: 0.125rem solid white; /* Your custom focus style */
  outline-offset: 0.125rem;
}

.btn.btn-outline-white:focus-visible {
  box-shadow: none;
  box-shadow: none;
  outline: 0.125rem solid white; /* Your custom focus style */
  outline-offset: 0.125rem;
}

.btn.btn-gray:focus-visible {
  box-shadow: none;
  box-shadow: none;
  outline: 0.125rem solid #6c757d; /* Your custom focus style */
  outline-offset: 0.125rem;
}

.btn.btn-outline-gray:focus-visible {
  box-shadow: none;
  box-shadow: none;
  outline: 0.125rem solid #6c757d; /* Your custom focus style */
  outline-offset: 0.125rem;
}

.btn.btn-gray-dark:focus-visible {
  box-shadow: none;
  box-shadow: none;
  outline: 0.125rem solid #343a40; /* Your custom focus style */
  outline-offset: 0.125rem;
}

.btn.btn-outline-gray-dark:focus-visible {
  box-shadow: none;
  box-shadow: none;
  outline: 0.125rem solid #343a40; /* Your custom focus style */
  outline-offset: 0.125rem;
}

.btn.btn-primary:focus-visible {
  box-shadow: none;
  box-shadow: none;
  outline: 0.125rem solid #003580; /* Your custom focus style */
  outline-offset: 0.125rem;
}

.btn.btn-outline-primary:focus-visible {
  box-shadow: none;
  box-shadow: none;
  outline: 0.125rem solid #003580; /* Your custom focus style */
  outline-offset: 0.125rem;
}

.btn.btn-secondary:focus-visible {
  box-shadow: none;
  box-shadow: none;
  outline: 0.125rem solid #03071d; /* Your custom focus style */
  outline-offset: 0.125rem;
}

.btn.btn-outline-secondary:focus-visible {
  box-shadow: none;
  box-shadow: none;
  outline: 0.125rem solid #03071d; /* Your custom focus style */
  outline-offset: 0.125rem;
}

.btn.btn-success:focus-visible {
  box-shadow: none;
  box-shadow: none;
  outline: 0.125rem solid #0e6322; /* Your custom focus style */
  outline-offset: 0.125rem;
}

.btn.btn-outline-success:focus-visible {
  box-shadow: none;
  box-shadow: none;
  outline: 0.125rem solid #0e6322; /* Your custom focus style */
  outline-offset: 0.125rem;
}

.btn.btn-info:focus-visible {
  box-shadow: none;
  box-shadow: none;
  outline: 0.125rem solid #17a2b8; /* Your custom focus style */
  outline-offset: 0.125rem;
}

.btn.btn-outline-info:focus-visible {
  box-shadow: none;
  box-shadow: none;
  outline: 0.125rem solid #17a2b8; /* Your custom focus style */
  outline-offset: 0.125rem;
}

.btn.btn-warning:focus-visible {
  box-shadow: none;
  box-shadow: none;
  outline: 0.125rem solid #ffc107; /* Your custom focus style */
  outline-offset: 0.125rem;
}

.btn.btn-outline-warning:focus-visible {
  box-shadow: none;
  box-shadow: none;
  outline: 0.125rem solid #ffc107; /* Your custom focus style */
  outline-offset: 0.125rem;
}

.btn.btn-danger:focus-visible {
  box-shadow: none;
  box-shadow: none;
  outline: 0.125rem solid #dc3545; /* Your custom focus style */
  outline-offset: 0.125rem;
}

.btn.btn-outline-danger:focus-visible {
  box-shadow: none;
  box-shadow: none;
  outline: 0.125rem solid #dc3545; /* Your custom focus style */
  outline-offset: 0.125rem;
}

.btn.btn-light:focus-visible {
  box-shadow: none;
  box-shadow: none;
  outline: 0.125rem solid #f8f9fa; /* Your custom focus style */
  outline-offset: 0.125rem;
}

.btn.btn-outline-light:focus-visible {
  box-shadow: none;
  box-shadow: none;
  outline: 0.125rem solid #f8f9fa; /* Your custom focus style */
  outline-offset: 0.125rem;
}

.btn.btn-dark:focus-visible {
  box-shadow: none;
  box-shadow: none;
  outline: 0.125rem solid #343a40; /* Your custom focus style */
  outline-offset: 0.125rem;
}

.btn.btn-outline-dark:focus-visible {
  box-shadow: none;
  box-shadow: none;
  outline: 0.125rem solid #343a40; /* Your custom focus style */
  outline-offset: 0.125rem;
}

.btn.btn-link:focus-visible {
  box-shadow: none;
  box-shadow: none;
  outline: 0.125rem solid #003580; /* Your custom focus style */
  outline-offset: 0.125rem;
}

.btn.btn-booking.booking-green,
.btn.booking-green {
  box-shadow: none;
  outline: 0.125rem solid #0e6322; /* Your custom focus style */
  outline-offset: 0.125rem;
}

.offcanvas-backdrop, .string-search-overlay-backdrop, .category-tree-field-backdrop, .daterange-overlay-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1050;
  background-color: rgba(0, 0, 0, 0.5);
  transition: opacity 0.3s;
  pointer-events: none !important;
  opacity: 0;
}
.open.offcanvas-backdrop, .open.string-search-overlay-backdrop, .open.category-tree-field-backdrop, .open.daterange-overlay-backdrop, .is-open.offcanvas-backdrop, .is-open.string-search-overlay-backdrop, .is-open.category-tree-field-backdrop, .is-open.daterange-overlay-backdrop {
  pointer-events: auto !important;
  opacity: 1;
}

.detail-header-info .detail-header-info-top .print-page, .add-to-wishlist, .remove-from-wishlist {
  color: #212529;
}
.detail-header-info .detail-header-info-top .print-page:hover, .add-to-wishlist:hover, .remove-from-wishlist:hover {
  color: #003580;
}
.detail-header-info .detail-header-info-top .print-page:active, .add-to-wishlist:active, .remove-from-wishlist:active, .detail-header-info .detail-header-info-top .print-page:focus, .add-to-wishlist:focus, .remove-from-wishlist:focus, .detail-header-info .detail-header-info-top .is-active.print-page, .is-active.add-to-wishlist, .is-active.remove-from-wishlist {
  color: #003580;
}

.card-image .add-to-wishlist, .card-image .remove-from-wishlist {
  color: #fff;
}
.card-image .add-to-wishlist:hover, .card-image .remove-from-wishlist:hover {
  color: rgba(255, 255, 255, 0.75);
}
.card-image .add-to-wishlist:active, .card-image .remove-from-wishlist:active, .card-image .add-to-wishlist:focus, .card-image .remove-from-wishlist:focus, .card-image .is-active.add-to-wishlist, .card-image .is-active.remove-from-wishlist {
  color: #fff;
}

.card-travel .card-body .card-title-wrapper .add-to-wishlist, .card-travel .card-body .card-title-wrapper .remove-from-wishlist {
  width: 1.5rem !important;
  height: 1.5rem !important;
}

.detail-header-info .detail-header-info-top .print-page, .add-to-wishlist, .remove-from-wishlist {
  position: relative;
  cursor: pointer;
  transition: color 0.3s;
}
.detail-header-info .detail-header-info-top .print-page svg, .add-to-wishlist svg, .remove-from-wishlist svg {
  pointer-events: none !important;
}
.detail-header-info .detail-header-info-top .print-page svg.heart-filled, .add-to-wishlist svg.heart-filled, .remove-from-wishlist svg.heart-filled {
  display: none;
}
.detail-header-info .detail-header-info-top .is-active.print-page svg.heart-filled, .is-active.add-to-wishlist svg.heart-filled, .is-active.remove-from-wishlist svg.heart-filled {
  display: block;
}
.detail-header-info .detail-header-info-top .is-active.print-page svg.heart-stroke, .is-active.add-to-wishlist svg.heart-stroke, .is-active.remove-from-wishlist svg.heart-stroke {
  display: none;
}
.detail-header-info .detail-header-info-top .print-page, .add-to-wishlist, .remove-from-wishlist {
  width: 2rem;
  height: 2rem;
}
.detail-header-info .detail-header-info-top .print-page svg, .add-to-wishlist svg, .remove-from-wishlist svg {
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.detail-header-info .detail-header-info-top .print-page svg.remove, .add-to-wishlist svg.remove, .remove-from-wishlist svg.remove {
  display: block !important;
}
.detail-header-info .detail-header-info-top .print-page:focus-visible, .add-to-wishlist:focus-visible, .remove-from-wishlist:focus-visible {
  box-shadow: none;
  outline: 0.125rem solid #003580; /* Your custom focus style */
  outline-offset: 0.125rem;
  border-radius: 0.375rem;
}

.booking-entrypoint-calendar .slider-controls, .daterange-calendar-items .slider-controls {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  width: 100%;
  max-width: 696px;
  top: 1.6rem;
}
@media (min-width: 992px) {
  .booking-entrypoint-calendar .slider-controls, .daterange-calendar-items .slider-controls {
    top: 1.75rem;
  }
}
.booking-entrypoint-calendar .slider-controls > button, .daterange-calendar-items .slider-controls > button {
  border-width: 1px;
  border-color: #ced4da;
  border-style: solid;
  color: rgb(89.8581081081, 100.75, 111.6418918919);
}
.booking-entrypoint-calendar .slider-controls > button > svg, .daterange-calendar-items .slider-controls > button > svg {
  width: 0.75rem;
  height: 0.75rem;
}
.booking-entrypoint-calendar .slider-controls > button, .daterange-calendar-items .slider-controls > button {
  pointer-events: auto;
  transition: background-color 0.3s, opacity 0.3s, color 0.3s, border-color 0.3s;
}
.booking-entrypoint-calendar .slider-controls > button:not([disabled]):hover, .daterange-calendar-items .slider-controls > button:not([disabled]):hover {
  border-color: #003580;
}

.booking-entrypoint-calendar .booking-entrypoint-calendar-outer .booking-entrypoint-calendar-inner .calendar-item .calendar-item-wrapper > div.calendar-item-weekday, .daterange-calendar-items .calendar-item .calendar-item-days.calendar-item-days-header .day-item {
  color: rgba(33, 37, 41, 0.5);
  text-transform: uppercase;
  font-size: 0.875rem;
}

.daterange-overlay {
  position: absolute !important;
  z-index: 1051;
  pointer-events: none !important;
  transition: opacity 0.3s;
  opacity: 0;
  display: none;
  width: 39.5rem;
  padding: 0.5rem;
  top: -0.5rem;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 0.375rem;
  background-color: #fff;
  box-shadow: var(--bsbox-shadow);
  overflow: hidden;
}
.daterange-overlay * {
  pointer-events: none !important;
}
.daterange-overlay.is-open {
  opacity: 1;
  pointer-events: auto !important;
  display: block;
}
.daterange-overlay.is-open * {
  pointer-events: auto !important;
}
.daterange-overlay .daterange-overlay-header {
  align-items: center;
  padding: 0 1.5rem 0.5rem 1.5rem;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  margin-bottom: 1.5rem;
  border-bottom: var(--bsborder-width) solid #ced4da;
}
.daterange-overlay .daterange-overlay-header .h5, .daterange-overlay .daterange-overlay-header .autocomplete-group, .daterange-overlay .daterange-overlay-header .page-share .share-object .share-object-body strong, .page-share .share-object .share-object-body .daterange-overlay .daterange-overlay-header strong {
  margin-bottom: 0;
  height: 3rem;
  line-height: 3rem;
}
.daterange-overlay .daterange-overlay-header button.daterange-overlay-close {
  border: 0;
  outline: none;
  box-shadow: none;
  background: transparent;
  padding: 0;
  color: inherit;
}
.daterange-overlay .daterange-overlay-header button.daterange-overlay-close:active, .daterange-overlay .daterange-overlay-header button.daterange-overlay-close:focus, .daterange-overlay .daterange-overlay-header button.daterange-overlay-close:hover {
  outline: none;
}
.daterange-overlay .daterange-overlay-header button.daterange-overlay-close {
  border-radius: var(--bsborder-radius);
  width: 3rem;
  height: 3rem;
  align-items: center;
  justify-content: center;
  color: rgb(89.8581081081, 100.75, 111.6418918919);
  transition: color 0.3s;
  margin-right: -1rem;
}
.daterange-overlay .daterange-overlay-header button.daterange-overlay-close > svg {
  width: 1.25rem;
  height: 1.25rem;
}
.daterange-overlay .daterange-overlay-header button.daterange-overlay-close:hover, .daterange-overlay .daterange-overlay-header button.daterange-overlay-close:focus, .daterange-overlay .daterange-overlay-header button.daterange-overlay-close:active {
  color: #003580;
}
.daterange-overlay .daterange-overlay-header button.daterange-overlay-close:focus-visible {
  box-shadow: 0 0 0 0.125rem #003580;
}
.daterange-overlay .duration-switch {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  justify-content: center;
  padding: 0 1rem 1.5rem 1rem;
  border-bottom: var(--bsborder-width) solid #ced4da;
  margin-bottom: 1.5rem;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
.daterange-overlay .duration-switch .form-check {
  padding-left: 0;
}
.daterange-overlay .duration-switch .form-check input.form-check-input {
  display: none;
}
.daterange-overlay .duration-switch .form-check label {
  margin: 0;
  display: block;
  white-space: nowrap;
  font-size: 0.875rem;
  font-weight: 700;
  cursor: pointer;
  border-radius: 0.375rem;
  color: #212529;
  border: 1px solid #ced4da;
  transition: color 0.3s, border 0.3s, background-color 0.3s;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 1rem;
}
.daterange-overlay .duration-switch .form-check label:hover, .daterange-overlay .duration-switch .form-check label:focus, .daterange-overlay .duration-switch .form-check label:active {
  border: 1px solid #003580;
  color: #003580;
  background-color: rgba(0, 53, 128, 0.1);
}
.daterange-overlay .duration-switch .form-check input.form-check-input:checked + label {
  border: 1px solid #003580;
  color: #fff;
  background-color: #003580;
  font-weight: bolder;
}
.daterange-overlay .daterange-overlay-content {
  padding: 0 1rem 1.5rem 1rem;
}
.daterange-overlay .daterange-overlay-content .daterange-calendar {
  margin: -0.25rem;
  padding: 0.25rem;
  overflow: hidden;
}
.daterange-overlay .daterange-overlay-content .daterange-calendar .swiper {
  overflow: visible;
}
.daterange-overlay .daterange-overlay-footer {
  padding: 0 1rem 1rem 1rem;
  text-align: center;
}
@media (max-width: 767.98px) {
  .daterange-overlay {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: translateX(0);
    width: 100%;
    height: 100%;
  }
  .daterange-overlay .daterange-calendar-items {
    width: 100%;
  }
  .daterange-overlay {
    border-radius: 0;
  }
  .daterange-overlay.is-open {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .daterange-overlay .daterange-overlay-header,
  .daterange-overlay .daterange-overlay-footer {
    flex: 0;
  }
  .daterange-overlay .daterange-overlay-footer {
    padding-top: 1.5rem;
  }
  .daterange-overlay .daterange-overlay-content {
    flex: 1;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 1.5rem;
    margin: -1.5rem -0.5rem 0 -0.5rem;
  }
}
.daterange-overlay button.daterange-overlay-reset.btn.btn-link {
  color: rgb(89.8581081081, 100.75, 111.6418918919);
  transition: color 0.3s;
}
.daterange-overlay button.daterange-overlay-reset.btn.btn-link:hover, .daterange-overlay button.daterange-overlay-reset.btn.btn-link:focus, .daterange-overlay button.daterange-overlay-reset.btn.btn-link:active {
  color: #003580;
  text-decoration: none;
}

.daterange-calendar-items {
  position: relative;
  width: 36.5rem;
}
.daterange-calendar-items {
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}
@media (max-width: 767.98px) {
  .daterange-calendar-items.swiper.swiper-initialized .swiper-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: center;
    transform: translate3d(0, 0, 0) !important;
  }
  .daterange-calendar-items.swiper.swiper-initialized .swiper-wrapper .calendar-item {
    flex: 0 0 17.5rem;
    width: 100%;
    max-width: 17.5rem;
  }
}
@media (min-width: 992px) {
  .daterange-calendar-items.swiper:not(.swiper-initialized) .calendar-item {
    min-width: 19rem;
  }
}
.daterange-calendar-items .calendar-item {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  flex: 0 0 17.5rem;
  width: 100%;
  max-width: 17.5rem;
}
.daterange-calendar-items .calendar-item .calendar-item-month {
  margin: 0;
  text-align: center;
  padding: 1rem 0;
}
.daterange-calendar-items .calendar-item .calendar-item-days {
  display: flex;
  flex-wrap: wrap;
}
.daterange-calendar-items .calendar-item .calendar-item-days .day-item {
  flex: 0 0 2.5rem;
  width: 100%;
  max-width: 2.5rem;
}
.daterange-calendar-items .calendar-item .calendar-item-days.calendar-item-days-header {
  padding-bottom: 0.5rem;
}
.daterange-calendar-items .calendar-item .calendar-item-days.calendar-item-days-header .day-item {
  text-align: center;
}
.daterange-calendar-items .calendar-item .calendar-item-days.calendar-item-days-dates {
  row-gap: 0.25rem;
}
.daterange-calendar-items .calendar-item .calendar-item-days.calendar-item-days-dates .day-item {
  height: 2.5rem;
  color: rgb(89.8581081081, 100.75, 111.6418918919);
  position: relative;
}
.daterange-calendar-items .calendar-item .calendar-item-days.calendar-item-days-dates .day-item * {
  pointer-events: none;
}
.daterange-calendar-items .calendar-item .calendar-item-days.calendar-item-days-dates .day-item .day-item-inner {
  width: 2.5rem;
  height: 2.5rem;
  position: relative;
  z-index: 2;
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  transition: border 0.3s;
  border-radius: 50%;
}
.daterange-calendar-items .calendar-item .calendar-item-days.calendar-item-days-dates .day-item.day-item-between:after {
  content: "";
  display: block;
  background-color: rgba(0, 53, 128, 0.15);
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.daterange-calendar-items .calendar-item .calendar-item-days.calendar-item-days-dates .day-item.day-item-between.day-item-start:after {
  left: 50%;
}
.daterange-calendar-items .calendar-item .calendar-item-days.calendar-item-days-dates .day-item.day-item-between.day-item-end:after {
  right: 50%;
}
.daterange-calendar-items .calendar-item .calendar-item-days.calendar-item-days-dates .day-item.day-item-interactive {
  color: #212529;
  font-weight: bolder;
  cursor: pointer;
}
.daterange-calendar-items .calendar-item .calendar-item-days.calendar-item-days-dates .day-item.day-item-interactive:hover .day-item-inner {
  border: 1px solid #003580;
}
.daterange-calendar-items .calendar-item .calendar-item-days.calendar-item-days-dates .day-item.day-item-interactive:focus-visible {
  box-shadow: none;
  outline: 0.125rem solid #003580; /* Your custom focus style */
  outline-offset: 0.125rem;
  border-radius: 0.375rem;
}
.daterange-calendar-items .calendar-item .calendar-item-days.calendar-item-days-dates .day-item.day-item-departure {
  color: #0e6322;
}
.daterange-calendar-items .calendar-item .calendar-item-days.calendar-item-days-dates .day-item.day-item-active {
  color: #fff;
}
.daterange-calendar-items .calendar-item .calendar-item-days.calendar-item-days-dates .day-item.day-item-active .day-item-inner {
  background-color: #003580;
  border: 1px solid #003580;
}
.daterange-calendar-items .calendar-item.calendar-item-placeholder {
  positioN: relative;
}
@keyframes loading-gradient {
  0% {
    width: 0;
    opacity: 1;
  }
  100% {
    width: 100%;
    opacity: 0.5;
  }
}
.daterange-calendar-items .calendar-item.calendar-item-placeholder:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  opacity: 1;
  width: 0;
  z-index: 10;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 100%);
  animation: loading-gradient 2s infinite;
}
.daterange-calendar-items .calendar-item.calendar-item-placeholder {
  pointer-events: none;
}
.daterange-calendar-items .calendar-item.calendar-item-placeholder * {
  pointer-events: none;
}
.daterange-calendar-items .calendar-item.calendar-item-placeholder .calendar-item-month {
  position: relative;
}
.daterange-calendar-items .calendar-item.calendar-item-placeholder .calendar-item-month:after {
  content: "";
  display: block;
  background-color: rgb(218.2368421053, 223.25, 228.2631578947);
  height: 1.25rem;
  border-radius: 0.375rem;
  width: 5rem;
  top: 50%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
}
.daterange-calendar-items .calendar-item.calendar-item-placeholder .calendar-item-days.calendar-item-days-dates .day-item.day-item-active .day-item-inner {
  background-color: transparent;
  border: 1px solid transparent;
}
.daterange-calendar-items .calendar-item.calendar-item-placeholder .calendar-item-days.calendar-item-days-dates .day-item .day-item-inner {
  background-color: rgb(218.2368421053, 223.25, 228.2631578947) !important;
  border: 1px solid rgb(218.2368421053, 223.25, 228.2631578947) !important;
  width: 2rem;
  height: 2rem;
  margin: 0.25rem;
}
.daterange-calendar-items .calendar-item.calendar-item-placeholder .calendar-item-days.calendar-item-days-header .day-item {
  position: relative;
}
.daterange-calendar-items .calendar-item.calendar-item-placeholder .calendar-item-days.calendar-item-days-header .day-item:after {
  content: "";
  display: block;
  background-color: rgb(218.2368421053, 223.25, 228.2631578947);
  height: 0.875rem;
  border-radius: 0.375rem;
  width: 1.5rem;
  top: 50%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
}

.dropdown-toggle::after {
  display: none;
}

.date-dropdown-button, .content-block-content-slider .content-slider-item .content-slider-content.content-slider-content-product .content-slider-box .content-slider-box-bottom .date-row .dropdown > button {
  border: 0;
  outline: none;
  box-shadow: none;
  background: transparent;
  padding: 0;
  color: inherit;
}
.date-dropdown-button:active, .content-block-content-slider .content-slider-item .content-slider-content.content-slider-content-product .content-slider-box .content-slider-box-bottom .date-row .dropdown > button:active, .date-dropdown-button:focus, .content-block-content-slider .content-slider-item .content-slider-content.content-slider-content-product .content-slider-box .content-slider-box-bottom .date-row .dropdown > button:focus, .date-dropdown-button:hover, .content-block-content-slider .content-slider-item .content-slider-content.content-slider-content-product .content-slider-box .content-slider-box-bottom .date-row .dropdown > button:hover {
  outline: none;
}
.date-dropdown-button, .content-block-content-slider .content-slider-item .content-slider-content.content-slider-content-product .content-slider-box .content-slider-box-bottom .date-row .dropdown > button {
  line-height: 1;
  font-size: 0.875rem;
  color: rgb(89.8581081081, 100.75, 111.6418918919);
  opacity: 1;
  transition: color 0.3s;
}
.date-dropdown-button:hover, .content-block-content-slider .content-slider-item .content-slider-content.content-slider-content-product .content-slider-box .content-slider-box-bottom .date-row .dropdown > button:hover, .date-dropdown-button:focus, .content-block-content-slider .content-slider-item .content-slider-content.content-slider-content-product .content-slider-box .content-slider-box-bottom .date-row .dropdown > button:focus, .date-dropdown-button:active, .content-block-content-slider .content-slider-item .content-slider-content.content-slider-content-product .content-slider-box .content-slider-box-bottom .date-row .dropdown > button:active {
  color: #212529;
}
.date-dropdown-button:focus-visible, .content-block-content-slider .content-slider-item .content-slider-content.content-slider-content-product .content-slider-box .content-slider-box-bottom .date-row .dropdown > button:focus-visible {
  box-shadow: none;
  outline: 0.125rem solid #003580; /* Your custom focus style */
  outline-offset: 0.125rem;
  border-radius: 0.375rem;
}

.content-block-content-slider .content-slider-item .content-slider-content.content-slider-content-product .content-slider-box .content-slider-box-bottom .date-row .dropdown {
  margin: 0;
}
.date-dropdown-element {
  pointer-events: none;
  opacity: 0;
  z-index: 5;
  transition: opacity 0.3s;
  max-width: 24rem;
  min-width: 20rem;
}
.date-dropdown-element .date-dropdown-element-inner {
  border-radius: var(--bsborder-radius);
  background-color: var(--bsbody-bg);
  box-shadow: var(--bsbox-shadow);
  padding: 1rem;
}
.date-dropdown-element[show-popper] {
  opacity: 1;
  pointer-events: auto;
}
.date-dropdown-element[data-popper-placement=bottom-start] .date-dropdown-element-inner {
  margin-top: 0.5rem;
}
.date-dropdown-element[data-popper-placement=top-start] .date-dropdown-element-inner {
  margin-bottom: 0.5rem;
}
.date-dropdown-element a.date-dropdown-element-date-link {
  color: #212529;
  transition: color 0.3s;
  text-decoration: none;
}
.date-dropdown-element a.date-dropdown-element-date-link:hover, .date-dropdown-element a.date-dropdown-element-date-link:focus, .date-dropdown-element a.date-dropdown-element-date-link:active {
  color: #003580;
  text-decoration: none;
}
.date-dropdown-element .date-dropdown-element-header {
  padding-bottom: 1rem;
}
.date-dropdown-element .date-dropdown-element-header button.date-dropdown-element-close {
  border: 0;
  outline: none;
  box-shadow: none;
  background: transparent;
  padding: 0;
  color: inherit;
}
.date-dropdown-element .date-dropdown-element-header button.date-dropdown-element-close:active, .date-dropdown-element .date-dropdown-element-header button.date-dropdown-element-close:focus, .date-dropdown-element .date-dropdown-element-header button.date-dropdown-element-close:hover {
  outline: none;
}
.date-dropdown-element .date-dropdown-element-header button.date-dropdown-element-close {
  border-radius: var(--bsborder-radius);
  line-height: 1;
  display: block;
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
  color: #212529;
  transition: color 0.3s;
}
.date-dropdown-element .date-dropdown-element-header button.date-dropdown-element-close svg {
  pointer-events: none;
  width: 1.25rem;
  height: 1.25rem;
}
.date-dropdown-element .date-dropdown-element-header button.date-dropdown-element-close:hover, .date-dropdown-element .date-dropdown-element-header button.date-dropdown-element-close:focus, .date-dropdown-element .date-dropdown-element-header button.date-dropdown-element-close:active {
  color: #003580;
}
.date-dropdown-element .date-dropdown-element-header button.date-dropdown-element-close:focus-visible {
  box-shadow: 0 0 0 0.125rem #003580;
}
.date-dropdown-element .date-dropdown-element-body {
  overflow-y: auto;
  margin-left: -1rem;
  margin-right: -1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  max-height: 12rem;
  margin-bottom: -0.25rem;
  padding-bottom: 0.25rem;
}
@media (max-width: 767.98px) {
  .date-dropdown-element {
    position: fixed !important;
    z-index: 9999;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    width: unset !important;
    padding: 0 !important;
    background-color: rgba(0, 0, 0, 0.5) !important;
    transition: opacity 0.3s !important;
    transform: none !important;
    pointer-events: none;
    min-width: unset;
    max-width: unset;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    justify-content: end;
  }
  .date-dropdown-element[data-popper-placement=bottom-start] .date-dropdown-element-inner, .date-dropdown-element[data-popper-placement=top-start] .date-dropdown-element-inner {
    margin-top: 0;
    margin-bottom: 0;
  }
  .date-dropdown-element .date-dropdown-element-body {
    max-height: 70dvh;
  }
  .date-dropdown-element .date-dropdown-element-inner {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
}

/**
 * Categry dropdown
 */
.search-field-input--category {
  position: relative;
}
.search-field-input--category .category-tree-field-dropdown {
  position: absolute;
  right: auto;
  top: -0.5rem;
  left: -0.5rem;
  z-index: 1051;
  padding: 0.5rem;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s;
  border-radius: 0.375rem;
  background-color: #fff;
  box-shadow: var(--bsbox-shadow);
  width: 26rem;
  display: none;
  flex-direction: column;
}
.search-field-input--category .category-tree-field-dropdown .category-tree-field-dropdown-header {
  align-items: center;
  padding: 0 1.5rem 0.5rem 1.5rem;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  margin-bottom: 1.5rem;
  border-bottom: var(--bsborder-width) solid #ced4da;
}
.search-field-input--category .category-tree-field-dropdown .category-tree-field-dropdown-header .h5, .search-field-input--category .category-tree-field-dropdown .category-tree-field-dropdown-header .autocomplete-group, .search-field-input--category .category-tree-field-dropdown .category-tree-field-dropdown-header .page-share .share-object .share-object-body strong, .page-share .share-object .share-object-body .search-field-input--category .category-tree-field-dropdown .category-tree-field-dropdown-header strong {
  margin-bottom: 0;
  height: 3rem;
  line-height: 3rem;
}
.search-field-input--category .category-tree-field-dropdown .category-tree-field-dropdown-header button.close-category-dropdown {
  border: 0;
  outline: none;
  box-shadow: none;
  background: transparent;
  padding: 0;
  color: inherit;
}
.search-field-input--category .category-tree-field-dropdown .category-tree-field-dropdown-header button.close-category-dropdown:active, .search-field-input--category .category-tree-field-dropdown .category-tree-field-dropdown-header button.close-category-dropdown:focus, .search-field-input--category .category-tree-field-dropdown .category-tree-field-dropdown-header button.close-category-dropdown:hover {
  outline: none;
}
.search-field-input--category .category-tree-field-dropdown .category-tree-field-dropdown-header button.close-category-dropdown {
  border-radius: var(--bsborder-radius);
  width: 3rem;
  height: 3rem;
  align-items: center;
  justify-content: center;
  color: rgb(89.8581081081, 100.75, 111.6418918919);
  transition: color 0.3s;
  margin-right: -1rem;
}
.search-field-input--category .category-tree-field-dropdown .category-tree-field-dropdown-header button.close-category-dropdown > svg {
  width: 1.25rem;
  height: 1.25rem;
}
.search-field-input--category .category-tree-field-dropdown .category-tree-field-dropdown-header button.close-category-dropdown:hover, .search-field-input--category .category-tree-field-dropdown .category-tree-field-dropdown-header button.close-category-dropdown:focus, .search-field-input--category .category-tree-field-dropdown .category-tree-field-dropdown-header button.close-category-dropdown:active {
  color: #003580;
}
.search-field-input--category .category-tree-field-dropdown .category-tree-field-dropdown-header button.close-category-dropdown:focus-visible {
  box-shadow: 0 0 0 0.125rem #003580;
}
.search-field-input--category .category-tree-field-dropdown .category-tree-field-items {
  padding: 1.5rem 1.5rem 0.5rem 1.5rem;
  max-height: 30rem;
  overflow-y: auto;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  margin-top: -1.5rem;
}
.search-field-input--category .category-tree-field-dropdown .category-tree-field-items .form-check + .form-check {
  margin-top: 0.75rem;
}
.search-field-input--category .category-tree-field-dropdown .category-tree-field-dropdown-footer {
  padding: 1rem 1rem 1rem 1rem;
  text-align: center;
}
.search-field-input--category.is-open .input-icon-chevron {
  transform: translateY(-50%) scaleY(-1);
}
.search-field-input--category.is-open .category-tree-field-dropdown {
  opacity: 1;
  pointer-events: auto;
  display: flex;
}
@media (max-width: 767.98px) {
  .search-field-input--category .category-tree-field-dropdown {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
  }
  .search-field-input--category .category-tree-field-dropdown.is-open {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .search-field-input--category .category-tree-field-dropdown .category-tree-field-dropdown-header,
  .search-field-input--category .category-tree-field-dropdown .category-tree-field-dropdown-footer {
    flex: 0;
  }
  .search-field-input--category .category-tree-field-dropdown .category-tree-field-dropdown-items {
    flex: 1;
    max-height: none;
    overflow-y: auto;
  }
}

.dropdown-menu.dropdown-menu-booking-person-select {
  padding: 1rem;
  width: 100%;
  min-width: 16rem;
}
.dropdown-menu.dropdown-menu-booking-person-select .category-tree-field-items, .dropdown-menu.dropdown-menu-booking-person-select .dropdown-menu-body {
  padding: 0 1rem;
  margin: 0 -1rem;
  overflow-y: auto;
  max-height: 21rem;
}
.dropdown-menu.dropdown-menu-booking-person-select .category-tree-field-items .form-radio + .form-radio, .dropdown-menu.dropdown-menu-booking-person-select .dropdown-menu-body .form-radio + .form-radio {
  margin-top: 0.25rem;
}
.dropdown-menu.dropdown-menu-booking-person-select .category-tree-field-items .form-check + .form-check, .dropdown-menu.dropdown-menu-booking-person-select .dropdown-menu-body .form-check + .form-check {
  margin-top: 0.25rem;
}
.dropdown-menu.dropdown-menu-booking-person-select .btn.filter-prompt {
  font-size: 0.875rem;
  white-space: nowrap;
}
.dropdown-menu.dropdown-menu-booking-person-select .dropdown-menu-footer {
  margin-top: 0;
}
.detail-header-gallery-grid .detail-header-gallery-grid-item .detail-header-gallery-slider-item--copyright, .detail-header-gallery .detail-header-gallery-slider .detail-header-gallery-slider-item .detail-header-gallery-slider-item--copyright, .accordion-block-gallery .text-block-gallery--inner .teaser-block-gallery-item .accordion-gallery-item--copyright,
.accordion-block-gallery .text-block-gallery--inner .teaser-block-gallery-item .text-block-gallery-item--copyright,
.accordion-block-gallery .text-block-gallery--inner .teaser-block-gallery-item .teaser-block-gallery-item--copyright,
.accordion-block-gallery .text-block-gallery--inner .text-block-gallery-item .accordion-gallery-item--copyright,
.accordion-block-gallery .text-block-gallery--inner .text-block-gallery-item .text-block-gallery-item--copyright,
.accordion-block-gallery .text-block-gallery--inner .text-block-gallery-item .teaser-block-gallery-item--copyright,
.accordion-block-gallery .text-block-gallery--inner .accordion-gallery-item .accordion-gallery-item--copyright,
.accordion-block-gallery .text-block-gallery--inner .accordion-gallery-item .text-block-gallery-item--copyright,
.accordion-block-gallery .text-block-gallery--inner .accordion-gallery-item .teaser-block-gallery-item--copyright,
.accordion-block-gallery .accordion-block-gallery--inner .teaser-block-gallery-item .accordion-gallery-item--copyright,
.accordion-block-gallery .accordion-block-gallery--inner .teaser-block-gallery-item .text-block-gallery-item--copyright,
.accordion-block-gallery .accordion-block-gallery--inner .teaser-block-gallery-item .teaser-block-gallery-item--copyright,
.accordion-block-gallery .accordion-block-gallery--inner .text-block-gallery-item .accordion-gallery-item--copyright,
.accordion-block-gallery .accordion-block-gallery--inner .text-block-gallery-item .text-block-gallery-item--copyright,
.accordion-block-gallery .accordion-block-gallery--inner .text-block-gallery-item .teaser-block-gallery-item--copyright,
.accordion-block-gallery .accordion-block-gallery--inner .accordion-gallery-item .accordion-gallery-item--copyright,
.accordion-block-gallery .accordion-block-gallery--inner .accordion-gallery-item .text-block-gallery-item--copyright,
.accordion-block-gallery .accordion-block-gallery--inner .accordion-gallery-item .teaser-block-gallery-item--copyright,
.accordion-block-gallery .teaser-block-gallery--inner .teaser-block-gallery-item .accordion-gallery-item--copyright,
.accordion-block-gallery .teaser-block-gallery--inner .teaser-block-gallery-item .text-block-gallery-item--copyright,
.accordion-block-gallery .teaser-block-gallery--inner .teaser-block-gallery-item .teaser-block-gallery-item--copyright,
.accordion-block-gallery .teaser-block-gallery--inner .text-block-gallery-item .accordion-gallery-item--copyright,
.accordion-block-gallery .teaser-block-gallery--inner .text-block-gallery-item .text-block-gallery-item--copyright,
.accordion-block-gallery .teaser-block-gallery--inner .text-block-gallery-item .teaser-block-gallery-item--copyright,
.accordion-block-gallery .teaser-block-gallery--inner .accordion-gallery-item .accordion-gallery-item--copyright,
.accordion-block-gallery .teaser-block-gallery--inner .accordion-gallery-item .text-block-gallery-item--copyright,
.accordion-block-gallery .teaser-block-gallery--inner .accordion-gallery-item .teaser-block-gallery-item--copyright,
.teaser-block-gallery .text-block-gallery--inner .teaser-block-gallery-item .accordion-gallery-item--copyright,
.teaser-block-gallery .text-block-gallery--inner .teaser-block-gallery-item .text-block-gallery-item--copyright,
.teaser-block-gallery .text-block-gallery--inner .teaser-block-gallery-item .teaser-block-gallery-item--copyright,
.teaser-block-gallery .text-block-gallery--inner .text-block-gallery-item .accordion-gallery-item--copyright,
.teaser-block-gallery .text-block-gallery--inner .text-block-gallery-item .text-block-gallery-item--copyright,
.teaser-block-gallery .text-block-gallery--inner .text-block-gallery-item .teaser-block-gallery-item--copyright,
.teaser-block-gallery .text-block-gallery--inner .accordion-gallery-item .accordion-gallery-item--copyright,
.teaser-block-gallery .text-block-gallery--inner .accordion-gallery-item .text-block-gallery-item--copyright,
.teaser-block-gallery .text-block-gallery--inner .accordion-gallery-item .teaser-block-gallery-item--copyright,
.teaser-block-gallery .accordion-block-gallery--inner .teaser-block-gallery-item .accordion-gallery-item--copyright,
.teaser-block-gallery .accordion-block-gallery--inner .teaser-block-gallery-item .text-block-gallery-item--copyright,
.teaser-block-gallery .accordion-block-gallery--inner .teaser-block-gallery-item .teaser-block-gallery-item--copyright,
.teaser-block-gallery .accordion-block-gallery--inner .text-block-gallery-item .accordion-gallery-item--copyright,
.teaser-block-gallery .accordion-block-gallery--inner .text-block-gallery-item .text-block-gallery-item--copyright,
.teaser-block-gallery .accordion-block-gallery--inner .text-block-gallery-item .teaser-block-gallery-item--copyright,
.teaser-block-gallery .accordion-block-gallery--inner .accordion-gallery-item .accordion-gallery-item--copyright,
.teaser-block-gallery .accordion-block-gallery--inner .accordion-gallery-item .text-block-gallery-item--copyright,
.teaser-block-gallery .accordion-block-gallery--inner .accordion-gallery-item .teaser-block-gallery-item--copyright,
.teaser-block-gallery .teaser-block-gallery--inner .teaser-block-gallery-item .accordion-gallery-item--copyright,
.teaser-block-gallery .teaser-block-gallery--inner .teaser-block-gallery-item .text-block-gallery-item--copyright,
.teaser-block-gallery .teaser-block-gallery--inner .teaser-block-gallery-item .teaser-block-gallery-item--copyright,
.teaser-block-gallery .teaser-block-gallery--inner .text-block-gallery-item .accordion-gallery-item--copyright,
.teaser-block-gallery .teaser-block-gallery--inner .text-block-gallery-item .text-block-gallery-item--copyright,
.teaser-block-gallery .teaser-block-gallery--inner .text-block-gallery-item .teaser-block-gallery-item--copyright,
.teaser-block-gallery .teaser-block-gallery--inner .accordion-gallery-item .accordion-gallery-item--copyright,
.teaser-block-gallery .teaser-block-gallery--inner .accordion-gallery-item .text-block-gallery-item--copyright,
.teaser-block-gallery .teaser-block-gallery--inner .accordion-gallery-item .teaser-block-gallery-item--copyright,
.text-block-gallery .text-block-gallery--inner .teaser-block-gallery-item .accordion-gallery-item--copyright,
.text-block-gallery .text-block-gallery--inner .teaser-block-gallery-item .text-block-gallery-item--copyright,
.text-block-gallery .text-block-gallery--inner .teaser-block-gallery-item .teaser-block-gallery-item--copyright,
.text-block-gallery .text-block-gallery--inner .text-block-gallery-item .accordion-gallery-item--copyright,
.text-block-gallery .text-block-gallery--inner .text-block-gallery-item .text-block-gallery-item--copyright,
.text-block-gallery .text-block-gallery--inner .text-block-gallery-item .teaser-block-gallery-item--copyright,
.text-block-gallery .text-block-gallery--inner .accordion-gallery-item .accordion-gallery-item--copyright,
.text-block-gallery .text-block-gallery--inner .accordion-gallery-item .text-block-gallery-item--copyright,
.text-block-gallery .text-block-gallery--inner .accordion-gallery-item .teaser-block-gallery-item--copyright,
.text-block-gallery .accordion-block-gallery--inner .teaser-block-gallery-item .accordion-gallery-item--copyright,
.text-block-gallery .accordion-block-gallery--inner .teaser-block-gallery-item .text-block-gallery-item--copyright,
.text-block-gallery .accordion-block-gallery--inner .teaser-block-gallery-item .teaser-block-gallery-item--copyright,
.text-block-gallery .accordion-block-gallery--inner .text-block-gallery-item .accordion-gallery-item--copyright,
.text-block-gallery .accordion-block-gallery--inner .text-block-gallery-item .text-block-gallery-item--copyright,
.text-block-gallery .accordion-block-gallery--inner .text-block-gallery-item .teaser-block-gallery-item--copyright,
.text-block-gallery .accordion-block-gallery--inner .accordion-gallery-item .accordion-gallery-item--copyright,
.text-block-gallery .accordion-block-gallery--inner .accordion-gallery-item .text-block-gallery-item--copyright,
.text-block-gallery .accordion-block-gallery--inner .accordion-gallery-item .teaser-block-gallery-item--copyright,
.text-block-gallery .teaser-block-gallery--inner .teaser-block-gallery-item .accordion-gallery-item--copyright,
.text-block-gallery .teaser-block-gallery--inner .teaser-block-gallery-item .text-block-gallery-item--copyright,
.text-block-gallery .teaser-block-gallery--inner .teaser-block-gallery-item .teaser-block-gallery-item--copyright,
.text-block-gallery .teaser-block-gallery--inner .text-block-gallery-item .accordion-gallery-item--copyright,
.text-block-gallery .teaser-block-gallery--inner .text-block-gallery-item .text-block-gallery-item--copyright,
.text-block-gallery .teaser-block-gallery--inner .text-block-gallery-item .teaser-block-gallery-item--copyright,
.text-block-gallery .teaser-block-gallery--inner .accordion-gallery-item .accordion-gallery-item--copyright,
.text-block-gallery .teaser-block-gallery--inner .accordion-gallery-item .text-block-gallery-item--copyright,
.text-block-gallery .teaser-block-gallery--inner .accordion-gallery-item .teaser-block-gallery-item--copyright, .card-image .image-copyright, .content-block-content-slider .content-slider-item .content-slider-image .media-copyright,
.content-block-content-slider .content-slider-item .content-slider-video .media-copyright, .teaser .teaser-image .media-copyright, .media .media-copyright {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 0.6875rem;
  color: #fff;
  text-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.25);
  line-height: 1;
}

.detail-header-gallery-grid .detail-header-gallery-grid-item .detail-header-gallery-slider-item--copyright {
  transform: rotate(-90deg) translateY(100%);
  transform-origin: bottom left;
}

.detail-header-gallery-grid .detail-header-gallery-grid-item .detail-header-gallery-slider-item--image > img, .detail-header-gallery .detail-header-gallery-slider .detail-header-gallery-slider-item .detail-header-gallery-slider-item--image > img, #wishlist-result .wishlist-item .wishlist-item-image > a > img, .accordion-block-gallery .text-block-gallery--inner .teaser-block-gallery-item .accordion-gallery-item--image > img,
.accordion-block-gallery .text-block-gallery--inner .teaser-block-gallery-item .text-block-gallery-item--image > img,
.accordion-block-gallery .text-block-gallery--inner .teaser-block-gallery-item .teaser-block-gallery-item--image > img,
.accordion-block-gallery .text-block-gallery--inner .text-block-gallery-item .accordion-gallery-item--image > img,
.accordion-block-gallery .text-block-gallery--inner .text-block-gallery-item .text-block-gallery-item--image > img,
.accordion-block-gallery .text-block-gallery--inner .text-block-gallery-item .teaser-block-gallery-item--image > img,
.accordion-block-gallery .text-block-gallery--inner .accordion-gallery-item .accordion-gallery-item--image > img,
.accordion-block-gallery .text-block-gallery--inner .accordion-gallery-item .text-block-gallery-item--image > img,
.accordion-block-gallery .text-block-gallery--inner .accordion-gallery-item .teaser-block-gallery-item--image > img,
.accordion-block-gallery .accordion-block-gallery--inner .teaser-block-gallery-item .accordion-gallery-item--image > img,
.accordion-block-gallery .accordion-block-gallery--inner .teaser-block-gallery-item .text-block-gallery-item--image > img,
.accordion-block-gallery .accordion-block-gallery--inner .teaser-block-gallery-item .teaser-block-gallery-item--image > img,
.accordion-block-gallery .accordion-block-gallery--inner .text-block-gallery-item .accordion-gallery-item--image > img,
.accordion-block-gallery .accordion-block-gallery--inner .text-block-gallery-item .text-block-gallery-item--image > img,
.accordion-block-gallery .accordion-block-gallery--inner .text-block-gallery-item .teaser-block-gallery-item--image > img,
.accordion-block-gallery .accordion-block-gallery--inner .accordion-gallery-item .accordion-gallery-item--image > img,
.accordion-block-gallery .accordion-block-gallery--inner .accordion-gallery-item .text-block-gallery-item--image > img,
.accordion-block-gallery .accordion-block-gallery--inner .accordion-gallery-item .teaser-block-gallery-item--image > img,
.accordion-block-gallery .teaser-block-gallery--inner .teaser-block-gallery-item .accordion-gallery-item--image > img,
.accordion-block-gallery .teaser-block-gallery--inner .teaser-block-gallery-item .text-block-gallery-item--image > img,
.accordion-block-gallery .teaser-block-gallery--inner .teaser-block-gallery-item .teaser-block-gallery-item--image > img,
.accordion-block-gallery .teaser-block-gallery--inner .text-block-gallery-item .accordion-gallery-item--image > img,
.accordion-block-gallery .teaser-block-gallery--inner .text-block-gallery-item .text-block-gallery-item--image > img,
.accordion-block-gallery .teaser-block-gallery--inner .text-block-gallery-item .teaser-block-gallery-item--image > img,
.accordion-block-gallery .teaser-block-gallery--inner .accordion-gallery-item .accordion-gallery-item--image > img,
.accordion-block-gallery .teaser-block-gallery--inner .accordion-gallery-item .text-block-gallery-item--image > img,
.accordion-block-gallery .teaser-block-gallery--inner .accordion-gallery-item .teaser-block-gallery-item--image > img,
.teaser-block-gallery .text-block-gallery--inner .teaser-block-gallery-item .accordion-gallery-item--image > img,
.teaser-block-gallery .text-block-gallery--inner .teaser-block-gallery-item .text-block-gallery-item--image > img,
.teaser-block-gallery .text-block-gallery--inner .teaser-block-gallery-item .teaser-block-gallery-item--image > img,
.teaser-block-gallery .text-block-gallery--inner .text-block-gallery-item .accordion-gallery-item--image > img,
.teaser-block-gallery .text-block-gallery--inner .text-block-gallery-item .text-block-gallery-item--image > img,
.teaser-block-gallery .text-block-gallery--inner .text-block-gallery-item .teaser-block-gallery-item--image > img,
.teaser-block-gallery .text-block-gallery--inner .accordion-gallery-item .accordion-gallery-item--image > img,
.teaser-block-gallery .text-block-gallery--inner .accordion-gallery-item .text-block-gallery-item--image > img,
.teaser-block-gallery .text-block-gallery--inner .accordion-gallery-item .teaser-block-gallery-item--image > img,
.teaser-block-gallery .accordion-block-gallery--inner .teaser-block-gallery-item .accordion-gallery-item--image > img,
.teaser-block-gallery .accordion-block-gallery--inner .teaser-block-gallery-item .text-block-gallery-item--image > img,
.teaser-block-gallery .accordion-block-gallery--inner .teaser-block-gallery-item .teaser-block-gallery-item--image > img,
.teaser-block-gallery .accordion-block-gallery--inner .text-block-gallery-item .accordion-gallery-item--image > img,
.teaser-block-gallery .accordion-block-gallery--inner .text-block-gallery-item .text-block-gallery-item--image > img,
.teaser-block-gallery .accordion-block-gallery--inner .text-block-gallery-item .teaser-block-gallery-item--image > img,
.teaser-block-gallery .accordion-block-gallery--inner .accordion-gallery-item .accordion-gallery-item--image > img,
.teaser-block-gallery .accordion-block-gallery--inner .accordion-gallery-item .text-block-gallery-item--image > img,
.teaser-block-gallery .accordion-block-gallery--inner .accordion-gallery-item .teaser-block-gallery-item--image > img,
.teaser-block-gallery .teaser-block-gallery--inner .teaser-block-gallery-item .accordion-gallery-item--image > img,
.teaser-block-gallery .teaser-block-gallery--inner .teaser-block-gallery-item .text-block-gallery-item--image > img,
.teaser-block-gallery .teaser-block-gallery--inner .teaser-block-gallery-item .teaser-block-gallery-item--image > img,
.teaser-block-gallery .teaser-block-gallery--inner .text-block-gallery-item .accordion-gallery-item--image > img,
.teaser-block-gallery .teaser-block-gallery--inner .text-block-gallery-item .text-block-gallery-item--image > img,
.teaser-block-gallery .teaser-block-gallery--inner .text-block-gallery-item .teaser-block-gallery-item--image > img,
.teaser-block-gallery .teaser-block-gallery--inner .accordion-gallery-item .accordion-gallery-item--image > img,
.teaser-block-gallery .teaser-block-gallery--inner .accordion-gallery-item .text-block-gallery-item--image > img,
.teaser-block-gallery .teaser-block-gallery--inner .accordion-gallery-item .teaser-block-gallery-item--image > img,
.text-block-gallery .text-block-gallery--inner .teaser-block-gallery-item .accordion-gallery-item--image > img,
.text-block-gallery .text-block-gallery--inner .teaser-block-gallery-item .text-block-gallery-item--image > img,
.text-block-gallery .text-block-gallery--inner .teaser-block-gallery-item .teaser-block-gallery-item--image > img,
.text-block-gallery .text-block-gallery--inner .text-block-gallery-item .accordion-gallery-item--image > img,
.text-block-gallery .text-block-gallery--inner .text-block-gallery-item .text-block-gallery-item--image > img,
.text-block-gallery .text-block-gallery--inner .text-block-gallery-item .teaser-block-gallery-item--image > img,
.text-block-gallery .text-block-gallery--inner .accordion-gallery-item .accordion-gallery-item--image > img,
.text-block-gallery .text-block-gallery--inner .accordion-gallery-item .text-block-gallery-item--image > img,
.text-block-gallery .text-block-gallery--inner .accordion-gallery-item .teaser-block-gallery-item--image > img,
.text-block-gallery .accordion-block-gallery--inner .teaser-block-gallery-item .accordion-gallery-item--image > img,
.text-block-gallery .accordion-block-gallery--inner .teaser-block-gallery-item .text-block-gallery-item--image > img,
.text-block-gallery .accordion-block-gallery--inner .teaser-block-gallery-item .teaser-block-gallery-item--image > img,
.text-block-gallery .accordion-block-gallery--inner .text-block-gallery-item .accordion-gallery-item--image > img,
.text-block-gallery .accordion-block-gallery--inner .text-block-gallery-item .text-block-gallery-item--image > img,
.text-block-gallery .accordion-block-gallery--inner .text-block-gallery-item .teaser-block-gallery-item--image > img,
.text-block-gallery .accordion-block-gallery--inner .accordion-gallery-item .accordion-gallery-item--image > img,
.text-block-gallery .accordion-block-gallery--inner .accordion-gallery-item .text-block-gallery-item--image > img,
.text-block-gallery .accordion-block-gallery--inner .accordion-gallery-item .teaser-block-gallery-item--image > img,
.text-block-gallery .teaser-block-gallery--inner .teaser-block-gallery-item .accordion-gallery-item--image > img,
.text-block-gallery .teaser-block-gallery--inner .teaser-block-gallery-item .text-block-gallery-item--image > img,
.text-block-gallery .teaser-block-gallery--inner .teaser-block-gallery-item .teaser-block-gallery-item--image > img,
.text-block-gallery .teaser-block-gallery--inner .text-block-gallery-item .accordion-gallery-item--image > img,
.text-block-gallery .teaser-block-gallery--inner .text-block-gallery-item .text-block-gallery-item--image > img,
.text-block-gallery .teaser-block-gallery--inner .text-block-gallery-item .teaser-block-gallery-item--image > img,
.text-block-gallery .teaser-block-gallery--inner .accordion-gallery-item .accordion-gallery-item--image > img,
.text-block-gallery .teaser-block-gallery--inner .accordion-gallery-item .text-block-gallery-item--image > img,
.text-block-gallery .teaser-block-gallery--inner .accordion-gallery-item .teaser-block-gallery-item--image > img, .jumbotron .jumbotron-background > img, .layout-block.layout-block-search-header .layout-block-search-header--media > img, .page-share .share-object .share-object-image > img, .autocomplete-suggestion .string-search-suggestion .suggestion-left .suggestion-featured-image > img, .teaser.month-teaser > a div.month-teaser-image > img, .teaser.category-product-teaser .teaser-category-image > a .teaser-image > img, .teaser.image-teaser .teaser-image > img, .teaser.wp-teaser .teaser-image > img, .string-search-overlay .string-search-overlay-results .string-search-placeholder-items .items-wrapper > .search-item > a .search-item-image > img, .media-cover > img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.autocomplete-suggestion .string-search-suggestion .suggestion-left .suggestion-featured-image, .teaser.month-teaser > a div.month-teaser-image, .teaser.category-product-teaser .teaser-category-image > a .teaser-image, .teaser.image-teaser .teaser-image, .teaser.wp-teaser .teaser-image, .string-search-overlay .string-search-overlay-results .string-search-placeholder-items .items-wrapper > .search-item > a .search-item-image, .media-cover {
  display: block;
  position: relative;
  overflow: hidden;
}
.media-border-radius {
  border-radius: 0.375rem;
  overflow: hidden;
}
.media-border-radius > img {
  border-radius: 0.375rem;
}

.teaser.team-teaser .teaser-image .media, .media-circle {
  border-radius: 100%;
  overflow: hidden;
}
.teaser.team-teaser .teaser-image .media > img, .media-circle > img {
  border-radius: 100%;
}

.media-hover-scale img {
  transition: transform 0.3s;
  transform: scale(1);
}
.media-hover-scale:hover img {
  transform: scale(1.1);
}

.media-video {
  position: relative;
  overflow: hidden;
}

.media-video.media-cover > video {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 100vw;
}

.content-main.content-main--posts .blog-entry-single .blog-list-entry .blog-list-entry-body .blog-list-entry-content .wp-block-image img, .responsive-image {
  width: 100% !important;
  height: auto !important;
}

.media .media-copyright {
  z-index: 2;
  pointer-events: none;
  bottom: 1rem !important;
  left: 1rem !important;
}
.media .media-copyright.media-copyright-top {
  bottom: auto !important;
  top: 1rem !important;
}

.teaser .teaser-image .media-copyright {
  z-index: 2;
  pointer-events: none;
  bottom: 1rem !important;
  left: 1rem !important;
}
.teaser .teaser-image .media-copyright.media-copyright-top {
  bottom: auto !important;
  top: 1rem !important;
}

.autocomplate-suggestions-overlay {
  display: none !important;
}

.string-search-overlay {
  position: absolute !important;
  z-index: 1051;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s;
  max-width: 26rem;
  min-width: 26rem;
  padding: 0.5rem;
  border-radius: 0.375rem;
  background-color: #fff;
  box-shadow: var(--bsbox-shadow);
  top: -0.5rem;
  left: -0.5rem;
  display: none;
}
.string-search-overlay.is-open {
  display: block;
  opacity: 1;
  pointer-events: auto;
}
.string-search-overlay .string-search-overlay-results {
  padding: 0 1rem;
  position: relative;
  max-height: 36.25rem;
  overflow-y: auto;
}
.string-search-overlay .string-search-overlay-results .string-search-placeholder-group:first-child {
  padding-top: 1rem;
}
.string-search-overlay .string-search-overlay-results .string-search-placeholder-group + .string-search-placeholder-group {
  margin-top: 1rem;
  border-top: var(--bsborder-width) solid #ced4da;
}
.string-search-overlay .string-search-overlay-results .string-search-placeholder-link {
  margin-top: 1rem;
}
.string-search-overlay .string-search-overlay-results .string-search-placeholder-link a {
  font-size: 0.875rem;
  color: rgb(89.8581081081, 100.75, 111.6418918919);
  font-weight: 400;
  transition: color 0.3s;
  text-decoration: none;
}
.string-search-overlay .string-search-overlay-results .string-search-placeholder-link a:hover, .string-search-overlay .string-search-overlay-results .string-search-placeholder-link a:focus, .string-search-overlay .string-search-overlay-results .string-search-placeholder-link a:active {
  color: #003580;
  text-decoration: none;
}
.string-search-overlay .string-search-overlay-results .string-search-placeholder-title {
  padding-top: 1rem;
  margin: 0 0 1rem 0;
  font-size: 0.875rem;
  color: #212529;
  font-weight: 700;
}
.string-search-overlay .string-search-overlay-results .string-search-placeholder-items .items-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: -0.375rem;
}
.string-search-overlay .string-search-overlay-results .string-search-placeholder-items .items-wrapper > .search-item {
  display: block;
  padding: 0.375rem;
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
  line-height: 1;
}
.string-search-overlay .string-search-overlay-results .string-search-placeholder-items .items-wrapper > .search-item > a {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  transition: color 0.3s;
  color: #212529;
  text-decoration: none;
  gap: 0.75rem;
  align-items: center;
  font-weight: 700;
}
@media (min-width: 768px) {
  .string-search-overlay .string-search-overlay-results .string-search-placeholder-items .items-wrapper > .search-item > a {
    font-size: 1.25rem;
  }
}
.string-search-overlay .string-search-overlay-results .string-search-placeholder-items .items-wrapper > .search-item > a .search-item-image {
  flex: 0 0 2.5rem;
  width: 100%;
  max-width: 2.5rem;
  height: 2.5rem;
  position: relative;
  overflow: hidden;
  border-radius: 0.25rem;
}
.string-search-overlay .string-search-overlay-results .string-search-placeholder-items .items-wrapper > .search-item > a .search-item-badge {
  height: 1.75rem;
  border: 1px solid rgb(89.8581081081, 100.75, 111.6418918919);
  color: rgb(89.8581081081, 100.75, 111.6418918919);
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 0.875rem;
  transition: color 0.3s, background-color 0.3s, border 0.3s;
  border-radius: 0.25rem;
}
.string-search-overlay .string-search-overlay-results .string-search-placeholder-items .items-wrapper > .search-item > a .search-item-body {
  flex: 1;
}
.string-search-overlay .string-search-overlay-results .string-search-placeholder-items .items-wrapper > .search-item > a .search-item-body .search-item-sub-title {
  color: rgb(89.8581081081, 100.75, 111.6418918919);
  font-size: 0.875rem;
  font-weight: 400;
  margin: 0.25rem 0 0 0;
}
.string-search-overlay .string-search-overlay-results .string-search-placeholder-items .items-wrapper > .search-item > a:hover, .string-search-overlay .string-search-overlay-results .string-search-placeholder-items .items-wrapper > .search-item > a:focus, .string-search-overlay .string-search-overlay-results .string-search-placeholder-items .items-wrapper > .search-item > a:active {
  color: #003580;
}
.string-search-overlay .string-search-overlay-results .string-search-placeholder-items .items-wrapper > .search-item > a:hover .search-item-badge, .string-search-overlay .string-search-overlay-results .string-search-placeholder-items .items-wrapper > .search-item > a:focus .search-item-badge, .string-search-overlay .string-search-overlay-results .string-search-placeholder-items .items-wrapper > .search-item > a:active .search-item-badge {
  color: #fff;
  background-color: #003580;
  border: 1px solid #003580;
}
.string-search-overlay .string-search-overlay-results .string-search-placeholder-footer {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-top: 1px solid #ced4da;
  margin-top: 1rem;
}
.string-search-overlay .string-search-overlay-results .string-search-placeholder-footer a {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  line-height: 1;
  text-decoration: none;
  transition: color 0.3s;
  color: #212529;
}
@media (min-width: 768px) {
  .string-search-overlay .string-search-overlay-results .string-search-placeholder-footer a {
    font-size: 1.25rem;
  }
}
.string-search-overlay .string-search-overlay-results .string-search-placeholder-footer a {
  gap: 0.5rem;
}
.string-search-overlay .string-search-overlay-results .string-search-placeholder-footer a svg {
  width: 1.5rem;
  height: 1.5rem;
  color: #212529;
  transition: color 0.3s;
}
.string-search-overlay .string-search-overlay-results .string-search-placeholder-footer a:hover, .string-search-overlay .string-search-overlay-results .string-search-placeholder-footer a:focus, .string-search-overlay .string-search-overlay-results .string-search-placeholder-footer a:active {
  color: #003580;
}
.string-search-overlay .string-search-overlay-results .string-search-placeholder-footer a:hover svg, .string-search-overlay .string-search-overlay-results .string-search-placeholder-footer a:focus svg, .string-search-overlay .string-search-overlay-results .string-search-placeholder-footer a:active svg {
  color: #003580;
}
.string-search-overlay .string-search-overlay-input {
  border-bottom: var(--bsborder-width) solid #ced4da;
  padding-bottom: 0.5rem;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 767.98px) {
  .string-search-overlay {
    position: fixed !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: unset !important;
    border-radius: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
  }
  .string-search-overlay .string-search-overlay-input {
    flex: 0;
    left: 0;
    top: 0;
    margin: -0.5rem -0.5rem 0.5rem -0.6rem;
    padding: 0.5rem;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    position: relative;
    z-index: 4;
  }
  .string-search-overlay .string-search-overlay-input > div {
    flex: 1;
  }
  .string-search-overlay .string-search-overlay-input button.string-search-overlay-close {
    border: 0;
    outline: none;
    box-shadow: none;
    background: transparent;
    padding: 0;
    color: inherit;
  }
  .string-search-overlay .string-search-overlay-input button.string-search-overlay-close:active, .string-search-overlay .string-search-overlay-input button.string-search-overlay-close:focus, .string-search-overlay .string-search-overlay-input button.string-search-overlay-close:hover {
    outline: none;
  }
  .string-search-overlay .string-search-overlay-input button.string-search-overlay-close {
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(89.8581081081, 100.75, 111.6418918919);
    transition: color 0.3s;
    margin-right: 0;
  }
  .string-search-overlay .string-search-overlay-input button.string-search-overlay-close > svg {
    width: 1.25rem;
    height: 1.25rem;
  }
  .string-search-overlay .string-search-overlay-input button.string-search-overlay-close:hover, .string-search-overlay .string-search-overlay-input button.string-search-overlay-close:focus, .string-search-overlay .string-search-overlay-input button.string-search-overlay-close:active {
    color: #003580;
  }
  .string-search-overlay .string-search-overlay-input button.string-search-overlay-close:focus-visible {
    box-shadow: none;
    outline: 0.125rem solid #003580; /* Your custom focus style */
    outline-offset: 0.125rem;
  }
  .string-search-overlay .string-search-overlay-results {
    overflow-x: auto;
    max-height: none !important;
  }
  .string-search-overlay .string-search-overlay-results:after {
    display: none;
  }
}

.search-field-input > input.search-field-input-field {
  border-radius: var(--bsborder-radius) !important;
}

/**
 * SCSS definition for discount elements
 */
.detail-section.detail-section-booking .detail-booking-wrapper .booking-row.booking-row-date .price-container .discount-price .price, .discount-wrapper .discount-wrapper--inner .discount-label .price {
  position: relative;
  font-weight: 400;
  color: #212529;
}
.detail-section.detail-section-booking .detail-booking-wrapper .booking-row.booking-row-date .price-container .discount-price .price:after, .discount-wrapper .discount-wrapper--inner .discount-label .price:after {
  content: "";
  position: absolute;
  display: block;
  width: 110%;
  border-top: 0.125rem solid #dc3545;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-20deg);
}

.detail-section.detail-section-booking .detail-booking-wrapper .booking-row.booking-row-date .price-container .discount-price, .discount-wrapper .discount-wrapper--inner .discount-label {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0.25rem;
  line-height: 1;
  padding: 0.35em 0.6rem;
  border-radius: 1rem;
  background-color: transparent;
  border: 1px solid #ced4da;
}
.detail-section.detail-section-booking .detail-booking-wrapper .booking-row.booking-row-date .price-container .discount-price .discount, .discount-wrapper .discount-wrapper--inner .discount-label .discount {
  font-weight: 700;
  color: #dc3545;
}

.discount-wrapper hr {
  display: none;
}
.discount-wrapper .discount-wrapper--inner {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.875rem;
}
.discount-wrapper.discount-wrapper--border {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.discount-wrapper.discount-wrapper--border hr {
  display: block;
  position: absolute;
  margin: 0;
  top: 50%;
  left: 0;
  right: 0;
}
.discount-wrapper.discount-wrapper--border .discount-wrapper--inner {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  position: relative;
  z-index: 2;
}
.discount-wrapper.discount-wrapper--border .discount-wrapper--inner {
  background-color: var(--bsbody-bg);
}

.select-form-control {
  border: 0;
  outline: none;
  box-shadow: none;
  background: transparent;
  padding: 0;
  color: inherit;
}
.select-form-control:active, .select-form-control:focus, .select-form-control:hover {
  outline: none;
}
.select-form-control {
  position: relative;
  display: block;
  width: 100%;
  border-width: var(--bsborder-width);
  border-style: solid;
  border-color: var(--bsborder-color);
  text-align: left;
  color: var(--bsbody-color);
  height: calc(1.5em + 0.75rem + calc(var(--bsborder-width) * 2));
  line-height: 1.5;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  background-clip: padding-box;
  background-color: #fff;
  border-radius: var(--bsborder-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .select-form-control {
    transition: none;
  }
}
.select-form-control::placeholder {
  color: var(--bssecondary-color);
  opacity: 1;
}
.select-form-control:disabled, .select-form-control[readonly] {
  background-color: var(--bssecondary-bg);
  opacity: 1;
}
.select-form-control .selected-options {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}
.row.row-products:not(.is-slider) {
  row-gap: 0.75rem;
}
@media (min-width: 576px) {
  .row.row-products:not(.is-slider) {
    row-gap: 1.5rem;
  }
}

.row.tstion p {
  margin-bottom: 0;
}
.row.tstion h1, .row.tstion .h1, .row.tstion h2, .row.tstion .h2, .row.tstion h3, .row.tstion .h3, .row.tstion h4, .row.tstion .h4, .row.tstion h5, .row.tstion .h5, .row.tstion .autocomplete-group, .row.tstion .page-share .share-object .share-object-body strong, .page-share .share-object .share-object-body .row.tstion strong, .row.tstion h6, .row.tstion .h6 {
  margin-bottom: 0;
}
.row.tstion h1 + p, .row.tstion .h1 + p, .row.tstion h2 + p, .row.tstion .h2 + p, .row.tstion h3 + p, .row.tstion .h3 + p, .row.tstion h4 + p, .row.tstion .h4 + p, .row.tstion h5 + p, .row.tstion .h5 + p, .row.tstion .autocomplete-group + p, .row.tstion .page-share .share-object .share-object-body strong + p, .page-share .share-object .share-object-body .row.tstion strong + p, .row.tstion h6 + p, .row.tstion .h6 + p {
  margin-top: 1rem;
}
.row.tstion p + p {
  margin-top: 1rem;
}

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

/**
 * File defines usable placeholders for apple-like elements + transitions
 * Used for various elements for mobile views / UI|UX
 */
@media (max-width: 575.98px) {
  .detail-section.detail-section-booking .detail-booking-wrapper .booking-row.booking-row-date .extras-column .extras-dropdown.is-open, .booking-filter-item.booking-filter-item--date-range.open > .booking-filter-calendar-overlay, .dropdown-menu.dropdown-menu-booking-person-select.show {
    opacity: 1;
    pointer-events: auto;
    display: block;
  }
  .detail-section.detail-section-booking .detail-booking-wrapper .booking-row.booking-row-date .extras-column .extras-dropdown.is-open *, .booking-filter-item.booking-filter-item--date-range.open > .booking-filter-calendar-overlay *, .dropdown-menu.dropdown-menu-booking-person-select.show * {
    pointer-events: auto;
  }
}
@media (max-width: 575.98px) {
  .detail-section.detail-section-booking .detail-booking-wrapper .booking-row.booking-row-date .extras-column .extras-dropdown .extras-dropdown-inner .extras-dropdown-header, .booking-filter-item.booking-filter-item--date-range .booking-filter-calendar-overlay .booking-filter-calendar-overlay-header, .dropdown-menu.dropdown-menu-booking-person-select .dropdown-menu-header {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: var(--bsborder-width) solid var(--bsborder-color);
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }
  .detail-section.detail-section-booking .detail-booking-wrapper .booking-row.booking-row-date .extras-column .extras-dropdown .extras-dropdown-inner .extras-dropdown-header > *:not(button), .booking-filter-item.booking-filter-item--date-range .booking-filter-calendar-overlay .booking-filter-calendar-overlay-header > *:not(button), .dropdown-menu.dropdown-menu-booking-person-select .dropdown-menu-header > *:not(button) {
    margin-bottom: 0;
  }
  .detail-section.detail-section-booking .detail-booking-wrapper .booking-row.booking-row-date .extras-column .extras-dropdown .extras-dropdown-inner .extras-dropdown-header > button, .booking-filter-item.booking-filter-item--date-range .booking-filter-calendar-overlay .booking-filter-calendar-overlay-header > button, .dropdown-menu.dropdown-menu-booking-person-select .dropdown-menu-header > button {
    border: 0;
    outline: none;
    box-shadow: none;
    background: transparent;
    padding: 0;
    color: inherit;
  }
  .detail-section.detail-section-booking .detail-booking-wrapper .booking-row.booking-row-date .extras-column .extras-dropdown .extras-dropdown-inner .extras-dropdown-header > button:active, .booking-filter-item.booking-filter-item--date-range .booking-filter-calendar-overlay .booking-filter-calendar-overlay-header > button:active, .dropdown-menu.dropdown-menu-booking-person-select .dropdown-menu-header > button:active, .detail-section.detail-section-booking .detail-booking-wrapper .booking-row.booking-row-date .extras-column .extras-dropdown .extras-dropdown-inner .extras-dropdown-header > button:focus, .booking-filter-item.booking-filter-item--date-range .booking-filter-calendar-overlay .booking-filter-calendar-overlay-header > button:focus, .dropdown-menu.dropdown-menu-booking-person-select .dropdown-menu-header > button:focus, .detail-section.detail-section-booking .detail-booking-wrapper .booking-row.booking-row-date .extras-column .extras-dropdown .extras-dropdown-inner .extras-dropdown-header > button:hover, .booking-filter-item.booking-filter-item--date-range .booking-filter-calendar-overlay .booking-filter-calendar-overlay-header > button:hover, .dropdown-menu.dropdown-menu-booking-person-select .dropdown-menu-header > button:hover {
    outline: none;
  }
  .detail-section.detail-section-booking .detail-booking-wrapper .booking-row.booking-row-date .extras-column .extras-dropdown .extras-dropdown-inner .extras-dropdown-header > button, .booking-filter-item.booking-filter-item--date-range .booking-filter-calendar-overlay .booking-filter-calendar-overlay-header > button, .dropdown-menu.dropdown-menu-booking-person-select .dropdown-menu-header > button {
    border-radius: var(--bsborder-radius);
    line-height: 1;
    display: block !important;
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
    color: #212529;
    transition: color 0.3s;
  }
  .detail-section.detail-section-booking .detail-booking-wrapper .booking-row.booking-row-date .extras-column .extras-dropdown .extras-dropdown-inner .extras-dropdown-header > button svg, .booking-filter-item.booking-filter-item--date-range .booking-filter-calendar-overlay .booking-filter-calendar-overlay-header > button svg, .dropdown-menu.dropdown-menu-booking-person-select .dropdown-menu-header > button svg {
    pointer-events: none;
    width: 1.25rem;
    height: 1.25rem;
  }
  .detail-section.detail-section-booking .detail-booking-wrapper .booking-row.booking-row-date .extras-column .extras-dropdown .extras-dropdown-inner .extras-dropdown-header > button:hover, .booking-filter-item.booking-filter-item--date-range .booking-filter-calendar-overlay .booking-filter-calendar-overlay-header > button:hover, .dropdown-menu.dropdown-menu-booking-person-select .dropdown-menu-header > button:hover, .detail-section.detail-section-booking .detail-booking-wrapper .booking-row.booking-row-date .extras-column .extras-dropdown .extras-dropdown-inner .extras-dropdown-header > button:focus, .booking-filter-item.booking-filter-item--date-range .booking-filter-calendar-overlay .booking-filter-calendar-overlay-header > button:focus, .dropdown-menu.dropdown-menu-booking-person-select .dropdown-menu-header > button:focus, .detail-section.detail-section-booking .detail-booking-wrapper .booking-row.booking-row-date .extras-column .extras-dropdown .extras-dropdown-inner .extras-dropdown-header > button:active, .booking-filter-item.booking-filter-item--date-range .booking-filter-calendar-overlay .booking-filter-calendar-overlay-header > button:active, .dropdown-menu.dropdown-menu-booking-person-select .dropdown-menu-header > button:active {
    color: #003580;
  }
  .detail-section.detail-section-booking .detail-booking-wrapper .booking-row.booking-row-date .extras-column .extras-dropdown .extras-dropdown-inner .extras-dropdown-header > button:focus-visible, .booking-filter-item.booking-filter-item--date-range .booking-filter-calendar-overlay .booking-filter-calendar-overlay-header > button:focus-visible, .dropdown-menu.dropdown-menu-booking-person-select .dropdown-menu-header > button:focus-visible {
    box-shadow: 0 0 0 0.125rem #003580;
  }
}
@media (max-width: 575.98px) {
  .detail-section.detail-section-booking .detail-booking-wrapper .booking-row.booking-row-date .extras-column .extras-dropdown, .booking-filter-item.booking-filter-item--date-range .booking-filter-calendar-overlay, .dropdown-menu.dropdown-menu-booking-person-select {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0;
    bottom: 0;
    width: 100%;
    min-width: unset !important;
    height: 100%;
    transform: none !important;
    will-change: unset !important;
    z-index: 1055;
    display: none;
    outline: 0;
    background-color: rgba(0, 0, 0, 0.5);
    container-name: backdrop;
    overflow: hidden;
    transition: opacity 0.3s;
    opacity: 0;
    padding: 0;
    pointer-events: none;
    border: 0;
    margin: 0;
    border-radius: 0;
  }
  .detail-section.detail-section-booking .detail-booking-wrapper .booking-row.booking-row-date .extras-column .extras-dropdown *, .booking-filter-item.booking-filter-item--date-range .booking-filter-calendar-overlay *, .dropdown-menu.dropdown-menu-booking-person-select * {
    pointer-events: none;
  }
}
@media (max-width: 575.98px) {
  .detail-section.detail-section-booking .detail-booking-wrapper .booking-row.booking-row-date .extras-column .extras-dropdown .extras-dropdown-inner, .booking-filter-item.booking-filter-item--date-range .booking-filter-calendar-overlay .booking-filter-calendar-overlay-content, .dropdown-menu.dropdown-menu-booking-person-select .dropdown-menu-content {
    display: flex;
    flex-direction: column;
    position: fixed;
    transition: opacity 0.3s, transform 0.3s;
    transform: translateY(2rem);
    opacity: 0;
    background-color: var(--bsbody-bg);
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    padding: 0;
    max-height: 75vh;
    height: auto;
    bottom: 0;
    left: 0;
    right: 0;
    top: auto;
  }
}
@media (max-width: 575.98px) {
  .detail-section.detail-section-booking .detail-booking-wrapper .booking-row.booking-row-date .extras-column .extras-dropdown.is-open .extras-dropdown-inner, .booking-filter-item.booking-filter-item--date-range.open > .booking-filter-calendar-overlay .booking-filter-calendar-overlay-content, .dropdown-menu.dropdown-menu-booking-person-select.show .dropdown-menu-content {
    transform: translateY(0);
    opacity: 1;
  }
}
@media (max-width: 575.98px) {
  .booking-filter-item.booking-filter-item--date-range .booking-filter-calendar-overlay .booking-filter-calendar-overlay-footer, .dropdown-menu.dropdown-menu-booking-person-select .dropdown-menu-footer {
    padding: 1rem;
    border-top: var(--bsborder-width) solid var(--bsborder-color);
  }
  .booking-filter-item.booking-filter-item--date-range .booking-filter-calendar-overlay .booking-filter-calendar-overlay-footer *, .dropdown-menu.dropdown-menu-booking-person-select .dropdown-menu-footer * {
    margin-top: 0 !important;
  }
}
@media (max-width: 575.98px) {
  .detail-section.detail-section-booking .detail-booking-wrapper .booking-row.booking-row-date .extras-column .extras-dropdown .extras-dropdown-inner .extras-dropdown-content, .booking-filter-item.booking-filter-item--date-range .booking-filter-calendar-overlay .booking-filter-calendar-overlay-body, .dropdown-menu.dropdown-menu-booking-person-select .category-tree-field-items, .dropdown-menu.dropdown-menu-booking-person-select .dropdown-menu-body {
    position: relative;
    padding: 1rem;
    margin: 0 !important;
    max-height: unset !important;
    overflow-y: auto;
    overflow-x: hidden;
  }
}
/**
 * File defines usable mixins for modal elements + transitions
 * Used for various elements for mobile views / UI|UX
 */
@media (min-width: 768px) {
  .booking-filter-item.booking-filter-item--date-range.open > .booking-filter-calendar-overlay {
    opacity: 1;
    display: flex;
    pointer-events: auto;
  }
  .booking-filter-item.booking-filter-item--date-range.open > .booking-filter-calendar-overlay * {
    pointer-events: auto;
  }
}
@media (max-width: 767.98px) {
  .content-block.content-block-list-filter.is-open {
    opacity: 1;
    display: flex;
    pointer-events: auto;
  }
  .content-block.content-block-list-filter.is-open * {
    pointer-events: auto;
  }
}
.modal-forms.modal-wrapper.is-open, .teaser-block .teaser-block-modal.show, .page-share.is-open .page-share-fallback {
  opacity: 1;
  display: flex;
  pointer-events: auto;
}
.modal-forms.modal-wrapper.is-open *, .teaser-block .teaser-block-modal.show *, .page-share.is-open .page-share-fallback * {
  pointer-events: auto;
}

@media (min-width: 768px) {
  .booking-filter-item.booking-filter-item--date-range .booking-filter-calendar-overlay .booking-filter-calendar-overlay-header {
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: var(--bsborder-width) solid var(--bsborder-color);
    border-top-left-radius: var(--bsborder-radius-lg);
    border-top-right-radius: var(--bsborder-radius-lg);
    display: flex !important;
  }
  .booking-filter-item.booking-filter-item--date-range .booking-filter-calendar-overlay .booking-filter-calendar-overlay-header > *:not(button) {
    margin-bottom: 0;
  }
  .booking-filter-item.booking-filter-item--date-range .booking-filter-calendar-overlay .booking-filter-calendar-overlay-header > button {
    border: 0;
    outline: none;
    box-shadow: none;
    background: transparent;
    padding: 0;
    color: inherit;
  }
  .booking-filter-item.booking-filter-item--date-range .booking-filter-calendar-overlay .booking-filter-calendar-overlay-header > button:active, .booking-filter-item.booking-filter-item--date-range .booking-filter-calendar-overlay .booking-filter-calendar-overlay-header > button:focus, .booking-filter-item.booking-filter-item--date-range .booking-filter-calendar-overlay .booking-filter-calendar-overlay-header > button:hover {
    outline: none;
  }
  .booking-filter-item.booking-filter-item--date-range .booking-filter-calendar-overlay .booking-filter-calendar-overlay-header > button {
    border-radius: var(--bsborder-radius);
    line-height: 1;
    display: block !important;
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
    color: #212529;
    transition: color 0.3s;
  }
  .booking-filter-item.booking-filter-item--date-range .booking-filter-calendar-overlay .booking-filter-calendar-overlay-header > button svg {
    pointer-events: none;
    width: 1.25rem;
    height: 1.25rem;
  }
  .booking-filter-item.booking-filter-item--date-range .booking-filter-calendar-overlay .booking-filter-calendar-overlay-header > button:hover, .booking-filter-item.booking-filter-item--date-range .booking-filter-calendar-overlay .booking-filter-calendar-overlay-header > button:focus, .booking-filter-item.booking-filter-item--date-range .booking-filter-calendar-overlay .booking-filter-calendar-overlay-header > button:active {
    color: #003580;
  }
  .booking-filter-item.booking-filter-item--date-range .booking-filter-calendar-overlay .booking-filter-calendar-overlay-header > button:focus-visible {
    box-shadow: 0 0 0 0.125rem #003580;
  }
}
@media (max-width: 767.98px) {
  .content-block.content-block-list-filter .list-filter-header {
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: var(--bsborder-width) solid var(--bsborder-color);
    border-top-left-radius: var(--bsborder-radius-lg);
    border-top-right-radius: var(--bsborder-radius-lg);
    display: flex !important;
  }
  .content-block.content-block-list-filter .list-filter-header > *:not(button) {
    margin-bottom: 0;
  }
  .content-block.content-block-list-filter .list-filter-header > button {
    border: 0;
    outline: none;
    box-shadow: none;
    background: transparent;
    padding: 0;
    color: inherit;
  }
  .content-block.content-block-list-filter .list-filter-header > button:active, .content-block.content-block-list-filter .list-filter-header > button:focus, .content-block.content-block-list-filter .list-filter-header > button:hover {
    outline: none;
  }
  .content-block.content-block-list-filter .list-filter-header > button {
    border-radius: var(--bsborder-radius);
    line-height: 1;
    display: block !important;
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
    color: #212529;
    transition: color 0.3s;
  }
  .content-block.content-block-list-filter .list-filter-header > button svg {
    pointer-events: none;
    width: 1.25rem;
    height: 1.25rem;
  }
  .content-block.content-block-list-filter .list-filter-header > button:hover, .content-block.content-block-list-filter .list-filter-header > button:focus, .content-block.content-block-list-filter .list-filter-header > button:active {
    color: #003580;
  }
  .content-block.content-block-list-filter .list-filter-header > button:focus-visible {
    box-shadow: 0 0 0 0.125rem #003580;
  }
}
.modal-forms.modal-wrapper .modal-header, .teaser-block .teaser-block-modal .teaser-block-modal-header, .page-share .page-share-fallback .page-share-fallback-header {
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: var(--bsborder-width) solid var(--bsborder-color);
  border-top-left-radius: var(--bsborder-radius-lg);
  border-top-right-radius: var(--bsborder-radius-lg);
  display: flex !important;
}
.modal-forms.modal-wrapper .modal-header > *:not(button), .teaser-block .teaser-block-modal .teaser-block-modal-header > *:not(button), .page-share .page-share-fallback .page-share-fallback-header > *:not(button) {
  margin-bottom: 0;
}
.modal-forms.modal-wrapper .modal-header > button, .teaser-block .teaser-block-modal .teaser-block-modal-header > button, .page-share .page-share-fallback .page-share-fallback-header > button {
  border: 0;
  outline: none;
  box-shadow: none;
  background: transparent;
  padding: 0;
  color: inherit;
}
.modal-forms.modal-wrapper .modal-header > button:active, .teaser-block .teaser-block-modal .teaser-block-modal-header > button:active, .page-share .page-share-fallback .page-share-fallback-header > button:active, .modal-forms.modal-wrapper .modal-header > button:focus, .teaser-block .teaser-block-modal .teaser-block-modal-header > button:focus, .page-share .page-share-fallback .page-share-fallback-header > button:focus, .modal-forms.modal-wrapper .modal-header > button:hover, .teaser-block .teaser-block-modal .teaser-block-modal-header > button:hover, .page-share .page-share-fallback .page-share-fallback-header > button:hover {
  outline: none;
}
.modal-forms.modal-wrapper .modal-header > button, .teaser-block .teaser-block-modal .teaser-block-modal-header > button, .page-share .page-share-fallback .page-share-fallback-header > button {
  border-radius: var(--bsborder-radius);
  line-height: 1;
  display: block !important;
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
  color: #212529;
  transition: color 0.3s;
}
.modal-forms.modal-wrapper .modal-header > button svg, .teaser-block .teaser-block-modal .teaser-block-modal-header > button svg, .page-share .page-share-fallback .page-share-fallback-header > button svg {
  pointer-events: none;
  width: 1.25rem;
  height: 1.25rem;
}
.modal-forms.modal-wrapper .modal-header > button:hover, .teaser-block .teaser-block-modal .teaser-block-modal-header > button:hover, .page-share .page-share-fallback .page-share-fallback-header > button:hover, .modal-forms.modal-wrapper .modal-header > button:focus, .teaser-block .teaser-block-modal .teaser-block-modal-header > button:focus, .page-share .page-share-fallback .page-share-fallback-header > button:focus, .modal-forms.modal-wrapper .modal-header > button:active, .teaser-block .teaser-block-modal .teaser-block-modal-header > button:active, .page-share .page-share-fallback .page-share-fallback-header > button:active {
  color: #003580;
}
.modal-forms.modal-wrapper .modal-header > button:focus-visible, .teaser-block .teaser-block-modal .teaser-block-modal-header > button:focus-visible, .page-share .page-share-fallback .page-share-fallback-header > button:focus-visible {
  box-shadow: 0 0 0 0.125rem #003580;
}

@media (min-width: 768px) {
  .booking-filter-item.booking-filter-item--date-range .booking-filter-calendar-overlay .booking-filter-calendar-overlay-body {
    position: relative;
    padding: 1rem;
    margin: 0 !important;
    max-height: unset !important;
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
  }
}
@media (max-width: 767.98px) {
  .content-block.content-block-list-filter .list-filter-boxes {
    position: relative;
    padding: 1rem;
    margin: 0 !important;
    max-height: unset !important;
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
  }
}
.modal-forms.modal-wrapper .modal-body, .teaser-block .teaser-block-modal .teaser-block-modal-body, .page-share .page-share-fallback .page-share-fallback-body {
  position: relative;
  padding: 1rem;
  margin: 0 !important;
  max-height: unset !important;
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
}

@media (min-width: 768px) {
  .booking-filter-item.booking-filter-item--date-range .booking-filter-calendar-overlay .booking-filter-calendar-overlay-inner .booking-filter-calendar-overlay-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    color: var(--bsbody-color);
    background-color: var(--bsbody-bg);
    background-clip: padding-box;
    padding: 0;
    border: var(--bsborder-width) solid var(--bsborder-color-translucent);
    border-radius: var(--bsborder-radius-lg);
    outline: 0;
  }
}
@media (max-width: 767.98px) {
  .content-block.content-block-list-filter > form .list-filter {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    color: var(--bsbody-color);
    background-color: var(--bsbody-bg);
    background-clip: padding-box;
    padding: 0;
    border: var(--bsborder-width) solid var(--bsborder-color-translucent);
    border-radius: var(--bsborder-radius-lg);
    outline: 0;
  }
}
.modal-forms.modal-wrapper .modal-inner .modal-ccontent, .teaser-block .teaser-block-modal .teaser-block-modal-content, .page-share .page-share-fallback .page-share-fallback-inner .page-share-fallback-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bsbody-color);
  background-color: var(--bsbody-bg);
  background-clip: padding-box;
  padding: 0;
  border: var(--bsborder-width) solid var(--bsborder-color-translucent);
  border-radius: var(--bsborder-radius-lg);
  outline: 0;
}

@media (max-width: 767.98px) {
  .content-block.content-block-list-filter > form .list-filter {
    border-radius: 0;
    border: 0;
    box-shadow: none;
  }
}
@media (min-width: 768px) {
  .booking-filter-item.booking-filter-item--date-range .booking-filter-calendar-overlay {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 1055;
    display: none;
    width: 100% !important;
    min-width: unset !important;
    height: 100% !important;
    transform: none !important;
    will-change: unset !important;
    align-items: center;
    justify-content: center;
    container-name: backdrop;
    outline: 0;
    background-color: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    transition: opacity 0.3s;
    opacity: 0;
    padding: 0.5rem;
    pointer-events: none;
    border: 0;
    margin: 0;
    border-radius: 0;
  }
  .booking-filter-item.booking-filter-item--date-range .booking-filter-calendar-overlay * {
    pointer-events: none;
  }
}
@media (max-width: 767.98px) {
  .content-block.content-block-list-filter {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 1055;
    display: none;
    width: 100% !important;
    min-width: unset !important;
    height: 100% !important;
    transform: none !important;
    will-change: unset !important;
    align-items: center;
    justify-content: center;
    container-name: backdrop;
    outline: 0;
    background-color: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    transition: opacity 0.3s;
    opacity: 0;
    padding: 0.5rem;
    pointer-events: none;
    border: 0;
    margin: 0;
    border-radius: 0;
  }
  .content-block.content-block-list-filter * {
    pointer-events: none;
  }
}
.modal-forms.modal-wrapper, .teaser-block .teaser-block-modal, .page-share .page-share-fallback {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  z-index: 1055;
  display: none;
  width: 100% !important;
  min-width: unset !important;
  height: 100% !important;
  transform: none !important;
  will-change: unset !important;
  align-items: center;
  justify-content: center;
  container-name: backdrop;
  outline: 0;
  background-color: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  transition: opacity 0.3s;
  opacity: 0;
  padding: 0.5rem;
  pointer-events: none;
  border: 0;
  margin: 0;
  border-radius: 0;
}
.modal-forms.modal-wrapper *, .teaser-block .teaser-block-modal *, .page-share .page-share-fallback * {
  pointer-events: none;
}

@media (min-width: 768px) {
  .teaser-block .teaser-block-modal .teaser-block-modal-inner, .page-share .page-share-fallback .page-share-fallback-inner {
    max-width: 768px;
  }
}
@media (min-width: 992px) {
  .modal-forms.modal-wrapper .modal-inner {
    max-width: 992px;
  }
}
@media (max-width: 767.98px) {
  .content-block.content-block-list-filter {
    padding: 0;
    align-items: unset;
    justify-content: unset;
  }
}
@media (min-width: 768px) {
  .booking-filter-item.booking-filter-item--date-range .booking-filter-calendar-overlay .booking-filter-calendar-overlay-inner {
    position: relative;
    margin: 0;
    pointer-events: none;
    display: flex;
    height: auto;
    max-height: 100%;
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .content-block.content-block-list-filter > form {
    position: relative;
    margin: 0;
    pointer-events: none;
    display: flex;
    height: auto;
    max-height: 100%;
    width: 100%;
  }
}
.modal-forms.modal-wrapper .modal-inner, .teaser-block .teaser-block-modal .teaser-block-modal-inner, .page-share .page-share-fallback .page-share-fallback-inner {
  position: relative;
  margin: 0;
  pointer-events: none;
  display: flex;
  height: auto;
  max-height: 100%;
  width: 100%;
}

@media (max-width: 767.98px) {
  .content-block.content-block-list-filter > form {
    height: 100%;
  }
}
@media (min-width: 768px) {
  .booking-filter-item.booking-filter-item--date-range .booking-filter-calendar-overlay .booking-filter-calendar-overlay-footer {
    padding: 1rem;
    border-top: var(--bsborder-width) solid var(--bsborder-color);
    border-bottom-right-radius: var(--bsborder-radius-lg);
    border-bottom-left-radius: var(--bsborder-radius-lg);
  }
  .booking-filter-item.booking-filter-item--date-range .booking-filter-calendar-overlay .booking-filter-calendar-overlay-footer * {
    margin-top: 0 !important;
  }
}
@media (max-width: 767.98px) {
  .content-block.content-block-list-filter .list-filter-footer {
    padding: 1rem;
    border-top: var(--bsborder-width) solid var(--bsborder-color);
    border-bottom-right-radius: var(--bsborder-radius-lg);
    border-bottom-left-radius: var(--bsborder-radius-lg);
  }
  .content-block.content-block-list-filter .list-filter-footer * {
    margin-top: 0 !important;
  }
}
/**
 * File defines usable placeholders for offcanvas elements + transitions
 * Used for various elements for mobile views / UI|UX
 */
.booking-action .price-box-discount .price-total, .detail-section.detail-section-booking .detail-booking-wrapper .booking-row.booking-row-date .price-container .price-total {
  color: #212529;
  font-size: 1rem;
}
.booking-action .price-box-discount .price-total small, .detail-section.detail-section-booking .detail-booking-wrapper .booking-row.booking-row-date .price-container .price-total small, .booking-action .price-box-discount .price-total .small, .detail-section.detail-section-booking .detail-booking-wrapper .booking-row.booking-row-date .price-container .price-total .small {
  color: #212529;
  font-size: 1rem;
}
.booking-action .price-box-discount .price-total strong, .detail-section.detail-section-booking .detail-booking-wrapper .booking-row.booking-row-date .price-container .price-total strong {
  font-weight: 700;
}
.booking-action .price-box-discount .price-total > strong, .detail-section.detail-section-booking .detail-booking-wrapper .booking-row.booking-row-date .price-container .price-total > strong {
  color: inherit;
  font-size: 1.25rem;
}
@media (min-width: 992px) {
  .booking-action .price-box-discount .price-total > strong, .detail-section.detail-section-booking .detail-booking-wrapper .booking-row.booking-row-date .price-container .price-total > strong {
    font-size: 1.5rem;
  }
}

/**
 * change breadcrumb in some aspects
 */
.detail-section.detail-section-topbar, main > .breadcrumb-wrapper,
main > .container > .row .breadcrumb-wrapper {
  padding: 0.5rem 0;
}
@media (min-width: 768px) {
  .detail-section.detail-section-topbar, main > .breadcrumb-wrapper,
  main > .container > .row .breadcrumb-wrapper {
    padding: 1rem 0;
  }
}
.detail-section.detail-section-topbar .breadcrumb,
main > .breadcrumb-wrapper .breadcrumb,
main > .container > .row .breadcrumb-wrapper .breadcrumb {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.breadcrumb-wrapper .breadcrumb {
  gap: 0.375rem;
}
.breadcrumb-wrapper .breadcrumb li {
  font-size: 1rem;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0.375rem;
}
.breadcrumb-wrapper .breadcrumb li.breadcrumb-item + .breadcrumb-item {
  padding-left: 0;
}
.breadcrumb-wrapper .breadcrumb li:before {
  display: none !important;
}
.breadcrumb-wrapper .breadcrumb li.bc-separator {
  display: none;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0.375rem;
}
.breadcrumb-wrapper .breadcrumb li.bc-separator > svg {
  color: var(--bssecondary-color);
  width: 1rem;
  height: 1rem;
}
.breadcrumb-wrapper .breadcrumb li a {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  color: #212529;
  text-decoration: none;
}
.breadcrumb-wrapper .breadcrumb li a:hover, .breadcrumb-wrapper .breadcrumb li a:focus, .breadcrumb-wrapper .breadcrumb li a:active {
  color: var(--bssecondary-color);
  text-decoration: underline;
}
.breadcrumb-wrapper .breadcrumb li a span.breadcrumb-name {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0.375rem;
}
.breadcrumb-wrapper .breadcrumb li a span.breadcrumb-sep {
  line-height: 0;
  color: var(--bssecondary-color);
}
.breadcrumb-wrapper .breadcrumb li a span.breadcrumb-sep > svg {
  width: 0.6125rem;
  height: 0.6125rem;
}
.breadcrumb-wrapper .breadcrumb li:last-child {
  color: var(--bssecondary-color);
}

.container .breadcrumb-wrapper .container {
  width: unset;
  max-width: unset;
  padding-left: unset;
  padding-right: unset;
}

ul.checklist {
  list-style-type: none;
  padding: 0;
  font-size: 1rem;
  line-height: 1.5;
}
ul.checklist li {
  padding-left: 1.5rem;
  position: relative;
}
ul.checklist li svg {
  position: absolute;
  left: 0;
  top: 0.75rem;
  transform: translateY(-50%);
  width: 1.25rem;
  height: 1.25rem;
  color: #0e6322;
}
ul.checklist li + li {
  margin-top: 0.5rem;
}

@media (max-width: 767.98px) {
  ul.checklist-responsive {
    font-size: 0.875rem;
  }
  ul.checklist-responsive li {
    padding-left: 1.5rem;
  }
  ul.checklist-responsive li svg {
    top: 0.65625rem;
    width: 1.25rem;
    height: 1.25rem;
  }
}

.page-share .share-buttons .share-button {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  border-radius: var(--bsborder-radius);
  text-decoration: none;
  font-weight: 700;
  color: #212529;
  border-width: 1px;
  border-style: solid;
  border-color: #ced4da;
  background-color: #fff;
  transition: border-color 0.3s, color 0.3s, background-color 0.3s;
  padding: 0.75rem 1rem;
  gap: 0.5rem;
}
@media (min-width: 768px) {
  .page-share .share-buttons .share-button {
    gap: 1rem;
  }
}
.page-share .share-buttons .share-button {
  font-size: 1rem;
}
.page-share .share-buttons .share-button:hover, .page-share .share-buttons .share-button:focus, .page-share .share-buttons .share-button:active {
  color: #212529;
  border-color: #212529;
  background-color: #e9ecef;
  text-decoration: none;
}

.page-share .share-object {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0.5rem;
  align-items: center;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: var(--bsborder-width) solid #ced4da;
}
@media (min-width: 768px) {
  .page-share .share-object {
    gap: 1rem;
  }
}
.page-share .share-object .share-object-image {
  border-radius: var(--bsborder-radius);
  position: relative;
}
.page-share .share-object .share-object-image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.page-share .share-object .share-object-image {
  overflow: hidden;
  position: relative;
  flex: 0 0 20%;
  width: 100%;
  max-width: 4rem;
}
.page-share .share-object .share-object-body {
  flex: 1;
}
.page-share .share-object .share-object-body strong {
  margin-bottom: 0;
}
.page-share .share-buttons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: -0.25rem;
}
@media (min-width: 768px) {
  .page-share .share-buttons {
    margin: -0.5rem;
  }
}
.page-share .share-buttons {
  position: relative;
}
.page-share .share-buttons .share-buttons-col {
  width: 100%;
  padding: 0.25rem;
}
@media (min-width: 768px) {
  .page-share .share-buttons .share-buttons-col {
    padding: 0.5rem;
  }
}
.page-share .share-buttons .share-buttons-col {
  flex: 0 0 100%;
}
@media (min-width: 768px) {
  .page-share .share-buttons .share-buttons-col {
    flex: 0 0 50%;
  }
}
.page-share .share-buttons .share-buttons-col {
  max-width: 100%;
}
@media (min-width: 768px) {
  .page-share .share-buttons .share-buttons-col {
    max-width: 100%;
  }
}
.page-share .share-buttons .share-button > svg {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: var(--bsborder-radius);
}
@media (min-width: 768px) {
  .page-share .share-buttons .share-button > svg {
    height: 2rem;
    width: 2rem;
  }
}
.page-share .share-buttons .share-copy-info {
  border-radius: 0.375rem;
  padding: 0.35em 0.65em;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  font-size: 0.875rem;
  line-height: 1;
  z-index: 10;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
  gap: 0.25rem;
  color: #fff;
}
.page-share .share-buttons .share-copy-info svg {
  width: 1rem;
  height: 1rem;
}
.page-share .share-buttons .share-copy-info--success {
  background-color: #0e6322;
}
.page-share .share-buttons .share-copy-info--error {
  background-color: #dc3545;
}
i.circle {
  width: 0.6125rem;
  height: 0.6125rem;
  display: block;
  border-radius: 0.875rem;
  background-color: #dee2e6;
}
i.circle.green {
  background-color: #0e6322;
}
i.circle.red {
  background-color: #dc3545;
}
i.circle.orange {
  background-color: #ffc107;
}

.state-spinner {
  position: absolute;
  z-index: 10;
  top: 50%;
  right: 0.5rem;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  background-color: #fff;
  color: #212529;
  display: none;
}
.state-spinner svg {
  position: absolute;
  top: 0.3125rem;
  left: 0.3125rem;
  width: 1.375rem;
  height: 1.375rem;
  animation: rotating 1s linear infinite;
}

.pagination .page-item .page-link.page-link-chevron {
  line-height: 1;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination .page-item .page-link.page-link-chevron svg {
  width: 1rem;
  height: 1rem;
}
.pagination .page-item .page-link:focus-visible {
  box-shadow: none;
  outline: 0.125rem solid #003580; /* Your custom focus style */
  outline-offset: 0.125rem;
}

/**
 * Spacing gor contentblock
 */
.content-block.content-block-pagination {
  padding-top: 1.5rem;
}
@media (min-width: 992px) {
  .content-block.content-block-pagination {
    padding-top: 2.25rem;
  }
}

.teaser-block + .teaser-block {
  padding-top: 1.5rem;
}
@media (min-width: 992px) {
  .teaser-block + .teaser-block {
    padding-top: 2.25rem;
  }
}
.teaser-block + .teaser-block {
  margin-top: 1.5rem;
}
@media (min-width: 992px) {
  .teaser-block + .teaser-block {
    margin-top: 2.25rem;
  }
}
.teaser-block + .teaser-block {
  border-top: var(--bsborder-width) solid #ced4da;
}
.teaser-block .teaser-block-preview {
  max-height: 20rem;
  overflow: hidden;
  position: relative;
  margin: -0.25rem;
  padding: 0.25rem;
}
.teaser-block .teaser-block-preview .teaser-block-toggle {
  pointer-events: none;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 75%);
  opacity: 1;
  padding: 5rem 0.25rem 0.25rem 0.25rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.teaser-block .teaser-block-preview .teaser-block-toggle > button.btn {
  padding: 0;
  pointer-events: auto;
}
.teaser-block .teaser-block-preview.not-toggleable .teaser-block-toggle {
  opacity: 0;
  pointer-events: none;
}
.teaser-block .teaser-block-preview.not-toggleable .teaser-block-toggle * {
  pointer-events: none !important;
}
.icon-link {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0.25rem;
  color: #212529;
  transition: color 0.3s;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
}
.icon-link .icon {
  width: 1.25rem;
  height: 1.25rem;
  line-height: 0;
  color: 1.25rem;
}
.icon-link .icon > svg {
  width: 1.25rem;
  height: 1.25rem;
}
.icon-link:hover {
  color: #003580;
}
.icon-link:hover .icon {
  color: #003580;
}
.icon-link:focus, .icon-link:active {
  color: #003580;
}
.icon-link:focus .icon, .icon-link:active .icon {
  color: #003580;
}
.icon-link:hover {
  text-decoration: none;
}
.icon-link:focus, .icon-link:active {
  text-decoration: underline;
}

.wpcf7 label {
  margin: 0;
  display: block;
  width: 100%;
}
@media (max-width: 575.98px) {
  .wpcf7 {
    font-size: 0.875rem;
  }
}
.wpcf7 input[aria-invalid=true],
.wpcf7 select[aria-invalid=true],
.wpcf7 textarea[aria-invalid=true] {
  border: 1px solid #dc3545;
}
.wpcf7 .form-group label > span {
  margin: 0.25rem 0 0 0;
  display: block;
  width: 100%;
}
.wpcf7 .form-group label > span input[type=text],
.wpcf7 .form-group label > span input[type=mail],
.wpcf7 .form-group label > span select,
.wpcf7 .form-group label > span textarea {
  width: 100%;
  display: block;
}
.wpcf7 .row {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.wpcf7 .row > div {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.wpcf7 .wpcf7-response-output {
  background-color: #dc3545;
  margin: 1rem 0 !important;
  border: 0 !important;
  color: #fff;
  padding: 1rem 2rem !important;
  border-radius: 0.375rem;
}
.wpcf7 form.sent .wpcf7-response-output {
  background-color: #0e6322;
}
.wpcf7 .wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0;
  padding-left: 1.25rem;
  position: relative;
  margin-bottom: 1rem;
}
.wpcf7 .wpcf7-acceptance .wpcf7-list-item input {
  position: absolute;
  top: 0.325rem;
  left: 0;
}
.wpcf7 .wpcf7-radio {
  margin-bottom: -0.5rem;
}
.wpcf7 .wpcf7-radio .wpcf7-list-item {
  margin-left: 0 !important;
  margin-right: 1rem !important;
}
.wpcf7 .wpcf7-radio .wpcf7-list-item label {
  padding-left: 1.25rem;
  margin-bottom: 0.5rem;
  position: relative;
}
.wpcf7 .wpcf7-radio .wpcf7-list-item label input {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.wpcf7 .imgbtn-error--msg {
  color: #dc3232;
  margin: 0 0 1rem 0;
}
.wpcf7 .imgbtn-wrapper {
  margin-bottom: 0;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  display: flex;
  flex-wrap: wrap;
}
.wpcf7 .imgbtn-wrapper .imgbtn-item {
  margin: 0 0 1rem 0;
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  width: 100%;
}
@media (min-width: 768px) {
  .wpcf7 .imgbtn-wrapper .imgbtn-item {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media (min-width: 992px) {
  .wpcf7 .imgbtn-wrapper .imgbtn-item {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (min-width: 1200px) {
  .wpcf7 .imgbtn-wrapper .imgbtn-item {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.wpcf7 .imgbtn-wrapper .imgbtn-item label {
  padding: 0.5rem 1rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  transition: box-shadow 0.3s;
  line-height: 1.25;
  border-radius: 0.375rem;
}
.wpcf7 .imgbtn-wrapper .imgbtn-item label:hover, .wpcf7 .imgbtn-wrapper .imgbtn-item label:focus, .wpcf7 .imgbtn-wrapper .imgbtn-item label:active {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.wpcf7 .imgbtn-wrapper .imgbtn-item label .wpcf7-list-item-label:before,
.wpcf7 .imgbtn-wrapper .imgbtn-item label .wpcf7-list-item-label:after {
  content: "";
}
.wpcf7 .imgbtn-wrapper .imgbtn-item label .wpcf7-list-item-label {
  padding-left: 1.5rem;
  position: relative;
  display: block;
}
.wpcf7 .imgbtn-wrapper .imgbtn-item label .wpcf7-list-item-label:before {
  width: 1rem;
  height: 1rem;
  border: var(--bsborder-width) solid var(--bsborder-color);
  background-color: #fff;
  transition: border 0.3s, background-color 0.3s;
  border-radius: 0.25em;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 0.125rem;
}
.wpcf7 .imgbtn-wrapper .imgbtn-item label .wpcf7-list-item-label:after {
  height: 0.5125rem;
  width: 0.315rem;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  display: block;
  transform: rotate(30deg) translate(-0.275rem, -32.5%);
  position: absolute;
  z-index: 2;
  top: 0.5rem;
  left: 0.5rem;
  margin-top: 0.125rem;
}
.wpcf7 .imgbtn-wrapper .imgbtn-item label:hover .wpcf7-list-item-label:before, .wpcf7 .imgbtn-wrapper .imgbtn-item label:focus .wpcf7-list-item-label:before, .wpcf7 .imgbtn-wrapper .imgbtn-item label:active .wpcf7-list-item-label:before {
  border: var(--bsborder-width) solid var(--bsborder-color);
}
.wpcf7 .imgbtn-wrapper .imgbtn-item label input[type=checkbox]:checked + .wpcf7-list-item-label:before,
.wpcf7 .imgbtn-wrapper .imgbtn-item label input[type=radio]:checked + .wpcf7-list-item-label:before {
  border: var(--bsborder-width) solid #003580;
  background-color: #003580;
}
.wpcf7 .imgbtn-wrapper .imgbtn-item input[type=checkbox],
.wpcf7 .imgbtn-wrapper .imgbtn-item input[type=radio] {
  display: none;
}
.wpcf7 .imgbtn-wrapper .imgbtn-item .imgbtn-item--image {
  line-height: 1;
  position: relative;
  margin: -0.5rem -1rem 0.5rem -1rem;
}
.wpcf7 .imgbtn-wrapper .imgbtn-item .imgbtn-item--image img {
  width: 100%;
  height: auto;
}
.wpcf7 .imgbtn-wrapper .imgbtn-item .imgbtn-item--image a.imgbtn-item--link {
  display: block;
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  padding: 0;
  text-decoration: none;
  border-radius: 1rem;
  background-color: #fff;
  transition: background-color 0.3s, color 0.3s;
  color: #212529;
}
.wpcf7 .imgbtn-wrapper .imgbtn-item .imgbtn-item--image a.imgbtn-item--link svg {
  width: 1rem;
  heighT: 1rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.wpcf7 .imgbtn-wrapper .imgbtn-item .imgbtn-item--image a.imgbtn-item--link:hover, .wpcf7 .imgbtn-wrapper .imgbtn-item .imgbtn-item--image a.imgbtn-item--link:focus, .wpcf7 .imgbtn-wrapper .imgbtn-item .imgbtn-item--image a.imgbtn-item--link:active {
  background-color: #003580;
  color: #fff;
}
.wpcf7 .form-check.form-check--single {
  margin: 0 0 1rem 0;
  position: relative;
  cursor: pointer;
}
.wpcf7 .form-check.form-check--single .wpcf7-list-item {
  margin-left: 0;
}
.wpcf7 .form-check.form-check--single .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-checkbox {
  position: absolute;
  top: 0;
  left: -1.15rem;
}
.wpcf7 .form-check.form-check--single .wpcf7-form-control-wrap .wpcf7-list-item-label {
  display: none;
}
.wpcf7 .col-acceptance p {
  margin: 0;
}

.spinner {
  margin: 20px auto 20px auto;
  display: none;
}
.spinner .msg {
  text-align: center;
  margin: 0 auto;
  width: 150px;
  color: silver;
}
.spinner .msg:before {
  content: attr(data-text);
  position: absolute;
  overflow: hidden;
  max-width: 150px;
  white-space: nowrap;
  color: gray;
  animation: loading 1.1s infinite linear;
}
@keyframes loading {
  0% {
    max-width: 0;
  }
}
.spinner .brand {
  opacity: 0.5;
  margin: 20px auto 0px auto;
  width: 150px;
  display: block;
}
.spinner .sk-folding-cube {
  margin: 20px auto;
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
.spinner .sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.spinner .sk-folding-cube .sk-cube:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: silver;
  -webkit-animation: sk-foldCubeAngle 1.4s infinite linear both;
  animation: sk-foldCubeAngle 1.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
.spinner .sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
  transform: scale(1.1) rotateZ(90deg);
}
.spinner .sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
  transform: scale(1.1) rotateZ(180deg);
}
.spinner .sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
  transform: scale(1.1) rotateZ(270deg);
}
.spinner .sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0 0.3s;
  animation-delay: 0 0.3s;
}
.spinner .sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.spinner .sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

.social-links > a, .social-links > a.social-link {
  width: 2.5rem;
  height: 2.5rem;
  display: grid;
  place-items: center;
  transition: color 0.3s, background-color 0.3s;
  color: #212529;
  background-color: #e9ecef;
  text-decoration: none;
  border-radius: 1.25rem;
}
.social-links > a > svg, .social-links > a.social-link > svg {
  width: 1.25rem;
  height: 1.25rem;
}
.social-links > a:active, .social-links > a:focus, .social-links > a:hover {
  color: #003580;
  background-color: rgb(203.4736842105, 210.5, 217.5263157895);
}
.social-links > a.social-link-whatsapp {
  color: #fff;
  background-color: hsl(102, 69%, 40%);
}
.social-links > a.social-link-whatsapp:active, .social-links > a.social-link-whatsapp:focus, .social-links > a.social-link-whatsapp:hover {
  color: #fff;
  background-color: hsl(102, 69%, 20%);
}
.social-links > a.social-link-youtube {
  color: #fff;
  background-color: hsl(0, 100%, 60%);
}
.social-links > a.social-link-youtube:active, .social-links > a.social-link-youtube:focus, .social-links > a.social-link-youtube:hover {
  color: #fff;
  background-color: hsl(0, 100%, 40%);
}
.social-links > a.social-link-twitter {
  color: #fff;
  background-color: hsl(198, 100%, 47%);
}
.social-links > a.social-link-twitter:active, .social-links > a.social-link-twitter:focus, .social-links > a.social-link-twitter:hover {
  color: #fff;
  background-color: hsl(198, 100%, 27%);
}
.social-links > a.social-link-pinterest {
  color: #fff;
  background-color: hsl(0, 78%, 45%);
}
.social-links > a.social-link-pinterest:active, .social-links > a.social-link-pinterest:focus, .social-links > a.social-link-pinterest:hover {
  color: #fff;
  background-color: hsl(0, 78%, 25%);
}
.social-links > a.social-link-instagram {
  color: #fff;
  background-color: #e1306c;
}
.social-links > a.social-link-instagram:active, .social-links > a.social-link-instagram:focus, .social-links > a.social-link-instagram:hover {
  color: #fff;
  background-color: rgb(149.3544303797, 21.6455696203, 64.9367088608);
}
.social-links > a.social-link-linkedin {
  color: #fff;
  background-color: hsl(203, 100%, 35%);
}
.social-links > a.social-link-linkedin:active, .social-links > a.social-link-linkedin:focus, .social-links > a.social-link-linkedin:hover {
  color: #fff;
  background-color: hsl(203, 100%, 15%);
}
.social-links > a.social-link-facebook {
  color: #fff;
  background-color: hsl(222, 47%, 40%);
}
.social-links > a.social-link-facebook:active, .social-links > a.social-link-facebook:focus, .social-links > a.social-link-facebook:hover {
  color: #fff;
  background-color: hsl(222, 47%, 20%);
}

.range-slider {
  width: 100%;
  padding-top: 1px;
}
.range-slider__track {
  width: 100%;
  height: 0.25rem;
  background: #dee2e6;
  border-radius: 0.125rem;
  position: relative;
  margin: 0.875rem 0 0 0;
  z-index: 0;
}
.range-slider__track::after {
  content: "";
  position: absolute;
  height: 100%;
  background: #003580;
  border-radius: 0.125rem;
  left: var(--range-left, 0%);
  width: var(--range-width, 50%);
  pointer-events: none;
}
.range-slider__inputs {
  position: relative;
  margin-top: 1rem;
  margin-bottom: -1rem;
}
.range-slider__input-min, .range-slider__input-max {
  width: 100%;
  pointer-events: none;
  appearance: none;
  height: 1rem;
  background: none;
  top: -1.125rem;
  display: block;
}
.range-slider__input-min::-webkit-slider-runnable-track, .range-slider__input-max::-webkit-slider-runnable-track {
  pointer-events: none;
}
.range-slider__input-min::-moz-range-track, .range-slider__input-max::-moz-range-track {
  pointer-events: none;
}
.range-slider__input-min:focus, .range-slider__input-max:focus {
  outline: none;
}
.range-slider__input-max {
  margin-top: -1rem;
}
.range-slider__input-min::-webkit-slider-thumb, .range-slider__input-max::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  pointer-events: auto;
  width: 2rem;
  height: 2rem;
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.1);
  cursor: pointer;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #dee2e6;
  transition: border-color 0.3s, background-color 0.3s, box-shadow 0.3s;
  margin-top: -2.675rem;
}
.range-slider__input-min::-webkit-slider-thumb:hover, .range-slider__input-max::-webkit-slider-thumb:hover {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25);
  background-color: #f8f9fa;
  border-color: #adb5bd;
}
.range-slider__input-min::-webkit-slider-thumb:active, .range-slider__input-max::-webkit-slider-thumb:active {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25);
  background-color: #f8f9fa;
  border-color: #adb5bd;
}
.range-slider__input-min::-moz-range-thumb, .range-slider__input-max::-moz-range-thumb {
  appearance: none;
  pointer-events: auto;
  width: 2rem;
  height: 2rem;
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.1);
  cursor: pointer;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #dee2e6;
  transition: border-color 0.3s, background-color 0.3s, box-shadow 0.3s;
  margin-top: -2.675rem;
}
.range-slider__input-min::-moz-range-thumb:hover, .range-slider__input-max::-moz-range-thumb:hover {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25);
  background-color: #f8f9fa;
  border-color: #adb5bd;
}
.range-slider__input-min::-moz-range-thumb:active, .range-slider__input-max::-moz-range-thumb:active {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25);
  background-color: #f8f9fa;
  border-color: #adb5bd;
}
.range-slider__input-min:focus-visible, .range-slider__input-max:focus-visible {
  outline: none;
}
.range-slider__input-min:focus-visible::-webkit-slider-thumb, .range-slider__input-max:focus-visible::-webkit-slider-thumb {
  box-shadow: none;
  outline: 0.125rem solid #003580; /* Your custom focus style */
  outline-offset: 0.125rem;
}
.range-slider__input-min:focus-visible::-moz-range-thumb, .range-slider__input-max:focus-visible::-moz-range-thumb {
  box-shadow: none;
  outline: 0.125rem solid #003580; /* Your custom focus style */
  outline-offset: 0.125rem;
}
.range-slider__number-inputs {
  display: flex;
  justify-content: space-between;
  margin-top: 0.5rem;
  align-items: center;
  position: relative;
  z-index: 5;
}
.range-slider__number-input label {
  font-size: 0.75rem;
  line-height: 1;
  width: 100%;
  text-align: center;
}
.range-slider__number-input .range-slider__number-currency {
  position: absolute;
  line-height: 1;
  font-size: 1rem;
  z-index: 5;
  pointer-events: none;
  top: 50%;
  transform: translateY(-50%);
}
.range-slider__number-input .range-slider__number-currency.currency-right {
  right: 0.75rem;
}
.range-slider__number-input .range-slider__number-currency.currency-left {
  left: 0.75rem;
}
.range-slider__number-input input {
  text-align: center;
}
.range-slider__number-input input.currency-right {
  padding-right: 1.75rem;
}
.range-slider__number-input input.currency-left {
  padding-left: 1.75rem;
}
.range-slider__number-min, .range-slider__number-max {
  width: 5rem;
}

/**
 * Components
 */
.author-bio {
  --bsgutter-x: 1.5rem;
  --bsgutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bsgutter-y));
  margin-right: calc(-0.5 * var(--bsgutter-x));
  margin-left: calc(-0.5 * var(--bsgutter-x));
}
.author-bio .author-bio-content,
.author-bio .author-bio-image {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bsgutter-x) * 0.5);
  padding-left: calc(var(--bsgutter-x) * 0.5);
  margin-top: var(--bsgutter-y);
}
.author-bio .author-bio-image {
  flex: 0 0 3.5rem;
  max-width: 3.5rem;
}
@media (min-width: 768px) {
  .author-bio .author-bio-image {
    flex: 0 0 7.75rem;
    max-width: 7.75rem;
  }
}
.author-bio .author-bio-content .author-description {
  margin: 1rem 0 0 0;
}

.row-introduction .author-bio {
  margin-top: 1rem;
}

.content-main.content-main--posts .blog-entry-single .blog-list-entry .blog-list-entry-header .blog-list-entry-details > div + div:before, .posts-list .blog-list-entry .blog-list-entry-header .blog-list-entry-details > div + div:before {
  content: "/";
  color: rgb(112.6013513514, 126.25, 139.8986486486);
  margin-right: 0.5rem;
}

.content-main.content-main--posts .blog-entry-single .blog-list-entry .blog-list-entry-header .blog-list-entry-details .blog-list-entry-details-item, .posts-list .blog-list-entry .blog-list-entry-header .blog-list-entry-details .blog-list-entry-details-item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
}

.content-main.content-main--posts .blog-entry-single .blog-list-entry .blog-list-entry-header, .posts-list .blog-list-entry .blog-list-entry-header {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.posts-list {
  display: flex;
  flex-direction: column;
}
.posts-list .blog-list-entry .blog-list-entry-header {
  margin-bottom: 1rem;
}
.posts-list .blog-list-entry .blog-list-entry-header .blog-list-entry-title {
  font-size: 1.125rem;
}
@media (min-width: 576px) {
  .posts-list .blog-list-entry .blog-list-entry-header .blog-list-entry-title {
    font-size: 1.25rem;
  }
}
@media (min-width: 768px) {
  .posts-list .blog-list-entry .blog-list-entry-header .blog-list-entry-title {
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  .posts-list .blog-list-entry .blog-list-entry-header .blog-list-entry-title {
    font-size: 1.75rem;
  }
}
.posts-list .blog-list-entry .blog-list-entry-header .blog-list-entry-title {
  margin: 0;
}
.posts-list .blog-list-entry .blog-list-entry-excerpt {
  font-size: 0.875rem;
}
@media (min-width: 992px) {
  .posts-list .blog-list-entry .blog-list-entry-excerpt {
    font-size: 1rem;
  }
}
.posts-list .blog-list-entry .blog-list-entry-excerpt {
  margin: 0 0 1rem 0;
}
.posts-list .blog-list-entry .blog-list-entry-more {
  font-size: 0.875rem;
}
@media (min-width: 992px) {
  .posts-list .blog-list-entry .blog-list-entry-more {
    font-size: 1rem;
  }
}
.posts-list .blog-list-entry .blog-list-entry-body {
  padding-top: 1rem;
}
.posts-list .blog-list-entry + .blog-list-entry {
  border-top: var(--bsborder-width) solid #ced4da;
}
@media (min-width: 768px) {
  .posts-list[data-columns="2"] {
    --bsgutter-x: 1.5rem;
    --bsgutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bsgutter-y));
    margin-right: calc(-0.5 * var(--bsgutter-x));
    margin-left: calc(-0.5 * var(--bsgutter-x));
    flex-direction: row;
  }
  .posts-list[data-columns="2"] > .blog-list-entry {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bsgutter-x) * 0.5);
    padding-left: calc(var(--bsgutter-x) * 0.5);
    margin-top: var(--bsgutter-y);
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 1.5rem !important;
  }
  .posts-list[data-columns="2"] > .blog-list-entry .blog-list-entry-body {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .posts-list[data-columns="2"] > .blog-list-entry .blog-list-entry-body .blog-list-entry-header h1.blog-list-entry-title, .posts-list[data-columns="2"] > .blog-list-entry .blog-list-entry-body .blog-list-entry-header .blog-list-entry-title.h1 {
    font-size: 1rem;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .posts-list[data-columns="2"] > .blog-list-entry .blog-list-entry-body .blog-list-entry-header h1.blog-list-entry-title, .posts-list[data-columns="2"] > .blog-list-entry .blog-list-entry-body .blog-list-entry-header .blog-list-entry-title.h1 {
    font-size: 1.25rem;
  }
}
@media (min-width: 768px) {
  .posts-list[data-columns="2"] > .blog-list-entry + .blog-list-entry .blog-list-entry-thumbnail {
    margin-top: 0 !important;
  }
  .posts-list[data-columns="2"] > .blog-list-entry + .blog-list-entry {
    border-top: 0 !important;
  }
}

.blog-sidebar a.category-link {
  color: #212529;
  transition: color 0.3s;
  text-decoration: none;
}
.blog-sidebar a.category-link:hover, .blog-sidebar a.category-link:focus, .blog-sidebar a.category-link:active {
  color: #003580;
}
.blog-sidebar a.category-link:active, .blog-sidebar a.category-link:focus {
  text-decoration: underline;
}

.content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.list-filter-box-date-range-picker .search-field-input.search-field-input--datepicker, .search-wrapper .search-box-field .search-field-input.search-field-input--datepicker {
  position: relative;
}
.content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.list-filter-box-date-range-picker .search-field-input.search-field-input--datepicker .search-field-input-field, .search-wrapper .search-box-field .search-field-input.search-field-input--datepicker .search-field-input-field {
  text-align: left;
}
header.header-main .search-field-input.search-field-input--fulltext > button, .string-search-overlay-input .input-wrapper > button, .search-wrapper .search-box-field .search-field-input.search-field-input--fulltext > button {
  border-radius: var(--bsborder-radius) !important;
}
header.header-main .search-field-input.search-field-input--fulltext > button .placeholder-text, .string-search-overlay-input .input-wrapper > button .placeholder-text, .search-wrapper .search-box-field .search-field-input.search-field-input--fulltext > button .placeholder-text {
  color: var(--bssecondary-color);
}
header.header-main .search-field-input.search-field-input--fulltext > button .placeholder-text.has-text, .string-search-overlay-input .input-wrapper > button .placeholder-text.has-text, .search-wrapper .search-box-field .search-field-input.search-field-input--fulltext > button .placeholder-text.has-text {
  color: var(--bsbody-color);
}
header.header-main .search-field-input-field,
header.header-main .auto-complete-overlay, .search-wrapper .search-box-field .search-field-input-field,
.search-wrapper .search-box-field .auto-complete-overlay {
  border: 0;
  outline: none;
  box-shadow: none;
  background: transparent;
  padding: 0;
  color: inherit;
}
header.header-main .search-field-input-field:active,
header.header-main .auto-complete-overlay:active, .search-wrapper .search-box-field .search-field-input-field:active,
.search-wrapper .search-box-field .auto-complete-overlay:active, header.header-main .search-field-input-field:focus,
header.header-main .auto-complete-overlay:focus, .search-wrapper .search-box-field .search-field-input-field:focus,
.search-wrapper .search-box-field .auto-complete-overlay:focus, header.header-main .search-field-input-field:hover,
header.header-main .auto-complete-overlay:hover, .search-wrapper .search-box-field .search-field-input-field:hover,
.search-wrapper .search-box-field .auto-complete-overlay:hover {
  outline: none;
}
header.header-main .search-field-input-field,
header.header-main .auto-complete-overlay, .search-wrapper .search-box-field .search-field-input-field,
.search-wrapper .search-box-field .auto-complete-overlay {
  border: 0.125rem solid transparent;
  border-radius: var(--bsborder-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  header.header-main .search-field-input-field,
  header.header-main .auto-complete-overlay, .search-wrapper .search-box-field .search-field-input-field,
  .search-wrapper .search-box-field .auto-complete-overlay {
    transition: none;
  }
}
header.header-main .search-field-input-field,
header.header-main .auto-complete-overlay, .search-wrapper .search-box-field .search-field-input-field,
.search-wrapper .search-box-field .auto-complete-overlay {
  width: 100%;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  height: 3rem;
  line-height: 2.75rem;
  text-align: left;
  position: relative;
  z-index: 2;
}
header.header-main .search-field-input-field:hover,
header.header-main .auto-complete-overlay:hover, .search-wrapper .search-box-field .search-field-input-field:hover,
.search-wrapper .search-box-field .auto-complete-overlay:hover, header.header-main .search-field-input-field:focus,
header.header-main .auto-complete-overlay:focus, .search-wrapper .search-box-field .search-field-input-field:focus,
.search-wrapper .search-box-field .auto-complete-overlay:focus, header.header-main .search-field-input-field:active,
header.header-main .auto-complete-overlay:active, .search-wrapper .search-box-field .search-field-input-field:active,
.search-wrapper .search-box-field .auto-complete-overlay:active {
  border: 0.125rem solid #212529;
}
header.header-main .search-field-input-field:focus-visible,
header.header-main .auto-complete-overlay:focus-visible, .search-wrapper .search-box-field .search-field-input-field:focus-visible,
.search-wrapper .search-box-field .auto-complete-overlay:focus-visible {
  box-shadow: none;
  outline: 0.125rem solid #003580; /* Your custom focus style */
  outline-offset: 0.125rem;
}

.search-wrapper .search-bar-fields-search,
.search-wrapper .search-bar-fields-pickers {
  background-color: #fff;
  border-radius: 0.375rem;
  border: var(--bsborder-width) solid var(--bsborder-color);
}
.search-wrapper .search-bar-fields-search {
  flex: 1;
}
.search-wrapper .search-bar-fields-search .search-box-field {
  margin: -var(--bsborder-width);
}
.search-wrapper .search-bar-fields-search .search-box-field .search-field-input.search-field-input--fulltext input.search-field-input-field::-webkit-input-placeholder {
  color: var(--bsbody-color);
}

.search-wrapper .search-bar-fields-search .search-box-field .search-field-input.search-field-input--fulltext input.search-field-input-field:-moz-placeholder {
  color: var(--bsbody-color);
}

.search-wrapper .search-bar-fields-search .search-box-field .search-field-input.search-field-input--fulltext input.search-field-input-field::-moz-placeholder {
  color: var(--bsbody-color);
}

.search-wrapper .search-bar-fields-search .search-box-field .search-field-input.search-field-input--fulltext input.search-field-input-field:-ms-input-placeholder {
  color: var(--bsbody-color);
}

@media (max-width: 575.98px) {
  .search-wrapper .search-bar-fields-search {
    min-width: unset;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .search-wrapper .search-bar-fields-search {
    min-width: 14rem;
    flex: 0;
  }
}
.search-wrapper .search-bar-fields-search {
  min-width: 18rem;
}
.search-wrapper .search-bar-fields-pickers {
  flex: 0 0 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 575.98px) {
  .search-wrapper .search-bar-fields-pickers {
    flex-direction: column;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .search-wrapper .search-bar-fields-pickers {
    flex: 1;
    width: auto;
  }
}
.search-wrapper .search-bar-fields-pickers .search-box-field {
  flex: 0 0 33.3333333333%;
  width: 100%;
  max-width: 33.3333333333%;
}
@media (max-width: 575.98px) {
  .search-wrapper .search-bar-fields-pickers .search-box-field {
    flex: 1;
    width: unset;
    max-width: unset;
  }
}
.search-wrapper .search-bar-fields-pickers .search-box-field .search-field-input {
  margin: -var(--bsborder-width);
}
.search-wrapper .search-bar-fields-pickers .search-box-field + .search-box-field {
  border-left: var(--bsborder-width) solid var(--bsborder-color);
}
@media (max-width: 575.98px) {
  .search-wrapper .search-bar-fields-pickers .search-box-field + .search-box-field {
    border-left: 0;
    border-top: var(--bsborder-width) solid var(--bsborder-color);
  }
}
.search-wrapper .search-bar-fields-pickers.search-bar-fields-pickers--gap {
  border-radius: 0;
  margin-left: -0.375rem;
  margin-right: -0.375rem;
  background-color: transparent;
  border: 0;
  row-gap: 0.75rem;
}
@media (max-width: 575.98px) {
  .search-wrapper .search-bar-fields-pickers.search-bar-fields-pickers--gap {
    width: calc(100% + 0.75rem) !important;
  }
}
.search-wrapper .search-bar-fields-pickers.search-bar-fields-pickers--gap .search-box-field {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
  border: 0 !important;
}
.search-wrapper .search-bar-fields-pickers.search-bar-fields-pickers--gap .search-box-field > .search-field-input {
  box-shadow: inset 0 0 0 var(--bsborder-width) var(--bsborder-color);
  border-radius: var(--bsborder-radius);
  background-color: #fff;
  margin: 0;
}
.search-wrapper .search-box-field {
  position: relative;
}
.search-wrapper .search-wrapper--inner {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 0.75rem;
}
@media (max-width: 575.98px) {
  .search-wrapper .search-wrapper--inner {
    flex-direction: column;
  }
}
.search-wrapper .search-wrapper--inner .search-box-fields {
  flex: 1;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: start;
}
.search-wrapper .search-wrapper--inner .search-box-fields.search-box-fields--gap {
  gap: 0.75rem;
}
@media (max-width: 575.98px) {
  .search-wrapper .search-wrapper--inner .search-box-fields {
    flex-direction: column;
  }
}
.search-wrapper .search-wrapper--inner .search-box-fields:not(.search-box-fields--gap) > .search-bar-fields-pickers:not(.search-bar-fields-pickers--gap) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left-width: 0;
}
@media (max-width: 991.98px) {
  .search-wrapper .search-wrapper--inner .search-box-fields:not(.search-box-fields--gap) > .search-bar-fields-pickers:not(.search-bar-fields-pickers--gap) {
    order: 2 !important;
    border-left-width: var(--bsborder-width);
    border-bottom-left-radius: var(--bsborder-radius);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top-width: 0;
  }
}
.search-wrapper .search-wrapper--inner .search-box-fields:not(.search-box-fields--gap) > .search-bar-fields-search {
  border-right-color: var(--bsborder-color);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
@media (max-width: 991.98px) {
  .search-wrapper .search-wrapper--inner .search-box-fields:not(.search-box-fields--gap) > .search-bar-fields-search {
    order: 1 !important;
    border-right-color: var(--bsborder-color);
    border-right-width: var(--bsborder-width);
    border-bottom-color: var(--bsborder-color);
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: var(--bsborder-radius);
  }
}
.search-wrapper .search-wrapper--inner .search-box-fields:not(.search-box-fields--gap) .search-box-submit {
  padding-left: 0.75rem;
}
@media (max-width: 991.98px) {
  .search-wrapper .search-wrapper--inner .search-box-fields:not(.search-box-fields--gap) .search-box-submit {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-top: 0.75rem;
  }
}
.search-wrapper .search-wrapper--inner .search-box-submit {
  flex: 0;
}
@media (max-width: 575.98px) {
  .search-wrapper .search-wrapper--inner .search-box-submit {
    flex: 1;
    width: 100%;
  }
}
.search-wrapper .search-wrapper--inner .search-box-submit button.btn, .search-wrapper .search-wrapper--inner .search-box-submit .btn, .search-wrapper .search-wrapper--inner .search-box-submit a.btn {
  padding-top: 0;
  padding-bottom: 0;
  white-space: nowrap;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  height: 3rem;
  line-height: 2.75rem;
  min-width: 14rem;
}
.search-wrapper .search-wrapper--inner .search-box-submit button.btn svg.always-show, .search-wrapper .search-wrapper--inner .search-box-submit .btn svg.always-show, .search-wrapper .search-wrapper--inner .search-box-submit a.btn svg.always-show {
  width: 1.25rem;
  height: 1.25rem;
}
.search-wrapper .search-wrapper--inner .search-box-submit button.btn > .btn-loader > svg.icon-search, .search-wrapper .search-wrapper--inner .search-box-submit button.btn > .btn-loader > svg, .search-wrapper .search-wrapper--inner .search-box-submit .btn > .btn-loader > svg.icon-search, .search-wrapper .search-wrapper--inner .search-box-submit .btn > .btn-loader > svg, .search-wrapper .search-wrapper--inner .search-box-submit a.btn > .btn-loader > svg.icon-search, .search-wrapper .search-wrapper--inner .search-box-submit a.btn > .btn-loader > svg {
  width: 1.25rem;
  height: 1.25rem;
}
.search-wrapper .search-box {
  padding: 1.5rem;
  background-color: var(--bsbody-bg);
  border-width: var(--bsborder-width);
  border-color: #dee2e6;
  border-style: solid;
  border-radius: var(--bsborder-radius);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.search-wrapper .search-wrapper--tabs + form .search-box {
  border-top-left-radius: 0;
}
.search-wrapper .string-search > div {
  position: relative;
}
.search-wrapper .string-search > div > svg {
  position: absolute;
  width: 1rem;
  height: 1rem;
  color: #212529;
  right: 0.75rem;
  top: 50%;
  z-index: 4;
  transform: translateY(-50%);
}
.search-wrapper .search-wrapper--tabs {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.125rem;
}
.search-wrapper .search-wrapper--tabs button.search-wrapper--tabs_btn {
  border: 0;
  outline: none;
  box-shadow: none;
  background: transparent;
  padding: 0;
  color: inherit;
}
.search-wrapper .search-wrapper--tabs button.search-wrapper--tabs_btn:active, .search-wrapper .search-wrapper--tabs button.search-wrapper--tabs_btn:focus, .search-wrapper .search-wrapper--tabs button.search-wrapper--tabs_btn:hover {
  outline: none;
}
.search-wrapper .search-wrapper--tabs button.search-wrapper--tabs_btn {
  border-top-left-radius: var(--bsborder-radius);
  border-top-right-radius: var(--bsborder-radius);
  padding: 0.75rem 1.5rem;
  background-color: #fff;
  border-color: #dee2e6;
  border-style: solid;
  color: #6c757d;
  font-weight: 400;
  transition: border-color 0.3s, color 0.3s, background-color 0.3s;
  border-top-width: var(--bsborder-width);
  border-right-width: var(--bsborder-width);
  border-left-width: var(--bsborder-width);
  border-bottom-width: 0;
}
.search-wrapper .search-wrapper--tabs button.search-wrapper--tabs_btn:hover {
  background-color: var(--bsbody-bg);
  border-color: #dee2e6;
  color: var(--bsemphasis-color);
  font-weight: 400;
}
.search-wrapper .search-wrapper--tabs button.search-wrapper--tabs_btn.is-active {
  background-color: var(--bsbody-bg);
  border-color: #dee2e6;
  color: var(--bsemphasis-color);
  font-weight: 700;
  padding-bottom: 0.75remvar(--bsborder-width);
  margin-bottom: -var(--bsborder-width);
}
.search-wrapper .search-bar-fields-search {
  order: 1;
}
@media (min-width: 768px) {
  .search-wrapper .search-bar-fields-search {
    order: 2;
  }
}
@media (min-width: 1200px) {
  .search-wrapper .search-bar-fields-search {
    order: 1;
  }
}
.search-wrapper .search-bar-fields-pickers {
  order: 2;
}
@media (min-width: 768px) {
  .search-wrapper .search-bar-fields-pickers {
    order: 1;
  }
}
@media (min-width: 1200px) {
  .search-wrapper .search-bar-fields-pickers {
    order: 2;
  }
}
.search-wrapper .search-box-submit {
  order: 3;
}

/**
 * color themes
 */
.transparent .search-wrapper .search-box {
  border-color: rgba(255, 255, 255, 0.7);
  background-color: rgba(255, 255, 255, 0.7);
}
.transparent .search-wrapper .search-wrapper--tabs button.search-wrapper--tabs_btn {
  background-color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.5);
}
.transparent .search-wrapper .search-wrapper--tabs button.search-wrapper--tabs_btn:hover {
  background-color: rgba(255, 255, 255, 0.7);
  border-color: rgba(255, 255, 255, 0.7);
}
.transparent .search-wrapper .search-wrapper--tabs button.search-wrapper--tabs_btn.is-active {
  background-color: rgba(255, 255, 255, 0.7);
  border-color: rgba(255, 255, 255, 0.7);
}

.main-color .search-wrapper .search-box {
  border-color: #003580;
  background-color: #003580;
}
.main-color .search-wrapper .search-wrapper--tabs button.search-wrapper--tabs_btn {
  background-color: rgba(0, 53, 128, 0.5);
  border-color: rgba(0, 53, 128, 0.5);
}
.main-color .search-wrapper .search-wrapper--tabs button.search-wrapper--tabs_btn:hover {
  background-color: rgba(0, 53, 128, 0.7);
  border-color: rgba(0, 53, 128, 0.7);
}
.main-color .search-wrapper .search-wrapper--tabs button.search-wrapper--tabs_btn.is-active {
  background-color: #003580;
  border-color: #003580;
}

.silver .search-wrapper .search-box {
  border-color: #adb5bd;
  background-color: #adb5bd;
}
.silver .search-wrapper .search-wrapper--tabs button.search-wrapper--tabs_btn {
  background-color: rgba(173, 181, 189, 0.5);
  border-color: rgba(173, 181, 189, 0.5);
}
.silver .search-wrapper .search-wrapper--tabs button.search-wrapper--tabs_btn:hover {
  background-color: rgba(173, 181, 189, 0.7);
  border-color: rgba(173, 181, 189, 0.7);
}
.silver .search-wrapper .search-wrapper--tabs button.search-wrapper--tabs_btn.is-active {
  background-color: #adb5bd;
  border-color: #adb5bd;
}

.sliver .search-wrapper .search-box, .main-color .search-wrapper .search-box, .transparent .search-wrapper .search-box {
  border-width: 0;
}
.sliver .search-wrapper .search-wrapper--tabs button.search-wrapper--tabs_btn, .main-color .search-wrapper .search-wrapper--tabs button.search-wrapper--tabs_btn, .transparent .search-wrapper .search-wrapper--tabs button.search-wrapper--tabs_btn {
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
}
.sliver .search-wrapper .search-wrapper--tabs button.search-wrapper--tabs_btn.is-active, .main-color .search-wrapper .search-wrapper--tabs button.search-wrapper--tabs_btn.is-active, .transparent .search-wrapper .search-wrapper--tabs button.search-wrapper--tabs_btn.is-active {
  padding-bottom: 0.75rem;
  margin-bottom: 0;
}

/**
 * Search input
 */
.search-wrapper .search-box-field .string-search-overlay-input .input-wrapper,
.string-search-overlay-input .input-wrapper {
  border-radius: var(--bsborder-radius);
  border: var(--bsborder-width) solid var(--bsborder-color);
}

.layout-block.layout-block-search-header {
  padding: 1.5rem 0;
  position: relative;
  min-height: 50vh;
}
.layout-block.layout-block-search-header .layout-block-search-header--media {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.layout-block.layout-block-search-header .layout-block-search-header--search {
  position: relative;
}
.swiper-item-slider {
  margin: -0.5rem;
  padding: 0.5rem;
}
.swiper-item-slider .swiper-slide {
  height: unset !important;
}
.swiper-item-slider:not(.swiper-initialized) .swiper-wrapper {
  --bsgutter-x: 1.5rem;
  --bsgutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bsgutter-y));
  margin-right: calc(-0.5 * var(--bsgutter-x));
  margin-left: calc(-0.5 * var(--bsgutter-x));
  flex-wrap: nowrap;
  width: unset !important;
}
.swiper-item-slider:not(.swiper-initialized) .swiper-wrapper > .swiper-slide {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bsgutter-x) * 0.5);
  padding-left: calc(var(--bsgutter-x) * 0.5);
  margin-top: var(--bsgutter-y);
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .swiper-item-slider:not(.swiper-initialized)[data-columns="2"] .swiper-wrapper > .swiper-slide, .swiper-item-slider:not(.swiper-initialized)[data-columns="3"] .swiper-wrapper > .swiper-slide, .swiper-item-slider:not(.swiper-initialized)[data-columns="4"] .swiper-wrapper > .swiper-slide {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  .swiper-item-slider:not(.swiper-initialized)[data-columns="3"] .swiper-wrapper > .swiper-slide, .swiper-item-slider:not(.swiper-initialized)[data-columns="4"] .swiper-wrapper > .swiper-slide {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media (min-width: 1200px) {
  .swiper-item-slider:not(.swiper-initialized)[data-columns="4"] .swiper-wrapper > .swiper-slide {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
.swiper-item-slider {
  /**
   * Only mobile
   */
}
@media (min-width: 768px) {
  .swiper-item-slider._only-mobile .swiper-wrapper {
    --bsgutter-x: 1.5rem;
    --bsgutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bsgutter-y));
    margin-right: calc(-0.5 * var(--bsgutter-x));
    margin-left: calc(-0.5 * var(--bsgutter-x));
    width: unset !important;
    row-gap: 1.5rem;
    transform: translate3d(0, 0, 0) !important;
  }
  .swiper-item-slider._only-mobile .swiper-wrapper > .swiper-slide {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bsgutter-x) * 0.5);
    padding-left: calc(var(--bsgutter-x) * 0.5);
    margin-top: var(--bsgutter-y);
    flex: 0 0 50%;
    max-width: 50%;
    margin-right: 0 !important;
  }
}
@media (min-width: 992px) {
  .swiper-item-slider._only-mobile[data-columns="3"] .swiper-wrapper > .swiper-slide, .swiper-item-slider._only-mobile[data-columns="4"] .swiper-wrapper > .swiper-slide {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media (min-width: 1200px) {
  .swiper-item-slider._only-mobile[data-columns="4"] .swiper-wrapper > .swiper-slide {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

.row.row-products .row-products-inner {
  row-gap: 0.75rem;
}
@media (min-width: 576px) {
  .row.row-products .row-products-inner {
    row-gap: 1.5rem;
  }
}

.jumbotron {
  position: relative;
}
.jumbotron .jumbotron-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.jumbotron > .container {
  position: relative;
  z-index: 4;
}
.content-block-content-slider {
  position: relative;
}
.content-block-content-slider .content-slider-item {
  position: relative;
}
@media (min-width: 768px) {
  .content-block-content-slider .content-slider-item .content-slider-image > div,
  .content-block-content-slider .content-slider-item .content-slider-video > div {
    min-height: 37.5rem;
  }
}
.content-block-content-slider .content-slider-item .content-slider-image .media-copyright,
.content-block-content-slider .content-slider-item .content-slider-video .media-copyright {
  z-index: 2;
  pointer-events: none;
  bottom: 1rem !important;
  left: 1rem !important;
}
@media (min-width: 768px) {
  .content-block-content-slider .content-slider-item .content-slider-content {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
  }
}
.content-block-content-slider .content-slider-item .content-slider-content > .content-slider-container {
  --bsgutter-x: 1.5rem;
  --bsgutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bsgutter-x) * 0.5);
  padding-left: calc(var(--bsgutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .content-block-content-slider .content-slider-item .content-slider-content > .content-slider-container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .content-block-content-slider .content-slider-item .content-slider-content > .content-slider-container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .content-block-content-slider .content-slider-item .content-slider-content > .content-slider-container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .content-block-content-slider .content-slider-item .content-slider-content > .content-slider-container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .content-block-content-slider .content-slider-item .content-slider-content > .content-slider-container {
    max-width: 1320px;
  }
}
@media (max-width: 575.98px) {
  .content-block-content-slider .content-slider-item .content-slider-content {
    background-color: #fff;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: var(--bsborder-color-translucent);
  }
}
.content-block-content-slider .content-slider-item .content-slider-content .content-slider-box {
  background-color: #fff;
  border-radius: 0.375rem;
  padding: 1.5rem;
}
@media (min-width: 768px) {
  .content-block-content-slider .content-slider-item .content-slider-content .content-slider-box {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) {
  .content-block-content-slider .content-slider-item .content-slider-content .content-slider-box {
    max-width: 30rem;
  }
}
@media (max-width: 575.98px) {
  .content-block-content-slider .content-slider-item .content-slider-content .content-slider-box {
    padding-left: 0;
    padding-right: 0;
    border-radius: 0;
  }
}
.content-block-content-slider .content-slider-item .content-slider-content .content-slider-box h1.content-slider-box-title, .content-block-content-slider .content-slider-item .content-slider-content .content-slider-box .content-slider-box-title.h1 {
  font-size: 1.125rem;
}
@media (min-width: 576px) {
  .content-block-content-slider .content-slider-item .content-slider-content .content-slider-box h1.content-slider-box-title, .content-block-content-slider .content-slider-item .content-slider-content .content-slider-box .content-slider-box-title.h1 {
    font-size: 1.25rem;
  }
}
@media (min-width: 768px) {
  .content-block-content-slider .content-slider-item .content-slider-content .content-slider-box h1.content-slider-box-title, .content-block-content-slider .content-slider-item .content-slider-content .content-slider-box .content-slider-box-title.h1 {
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  .content-block-content-slider .content-slider-item .content-slider-content .content-slider-box h1.content-slider-box-title, .content-block-content-slider .content-slider-item .content-slider-content .content-slider-box .content-slider-box-title.h1 {
    font-size: 1.75rem;
  }
}
.content-block-content-slider .content-slider-item .content-slider-content .content-slider-box .content-slider-box-text {
  font-size: 0.875rem;
}
@media (min-width: 992px) {
  .content-block-content-slider .content-slider-item .content-slider-content .content-slider-box .content-slider-box-text {
    font-size: 1rem;
  }
}
.content-block-content-slider .content-slider-item .content-slider-content.content-slider-content-product .content-slider-box h1.content-slider-box-title, .content-block-content-slider .content-slider-item .content-slider-content.content-slider-content-product .content-slider-box .content-slider-box-title.h1 {
  margin: 0 0 0.5rem 0 !important;
}
.content-block-content-slider .content-slider-item .content-slider-content.content-slider-content-product .content-slider-box .content-slider-box-text {
  margin-bottom: 0;
  position: relative;
  max-height: 3.9375rem;
  overflow: hidden;
}
.content-block-content-slider .content-slider-item .content-slider-content.content-slider-content-product .content-slider-box .content-slider-box-text:after {
  content: "";
  display: block;
  pointer-events: none;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 3.9375rem;
  background-image: linear-gradient(to top, #fff 0, rgba(255, 255, 255, 0) 33.3333333333%);
  background-repeat: repeat-x;
}
@media (min-width: 992px) {
  .content-block-content-slider .content-slider-item .content-slider-content.content-slider-content-product .content-slider-box .content-slider-box-text {
    position: relative;
    max-height: 4.5rem;
    overflow: hidden;
  }
  .content-block-content-slider .content-slider-item .content-slider-content.content-slider-content-product .content-slider-box .content-slider-box-text:after {
    content: "";
    display: block;
    pointer-events: none;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 4.5rem;
    background-image: linear-gradient(to top, #fff 0, rgba(255, 255, 255, 0) 33.3333333333%);
    background-repeat: repeat-x;
  }
}
.content-block-content-slider .content-slider-item .content-slider-content.content-slider-content-product .content-slider-box .content-slider-box-bottom {
  padding-top: 1rem;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-end;
}
.content-block-content-slider .content-slider-item .content-slider-content.content-slider-content-product .content-slider-box .content-slider-box-bottom .discount-wrapper {
  margin-bottom: 0.25rem;
}
.content-block-content-slider .content-slider-item .content-slider-content.content-slider-content-product .content-slider-box .content-slider-box-bottom .discount-wrapper .discount-wrapper--inner {
  justify-content: end;
}
.content-block-content-slider .content-slider-item .content-slider-content.content-slider-content-product .content-slider-box .content-slider-box-bottom .price-row {
  flex-direction: column;
  flex: 0;
}
.content-block-content-slider .content-slider-item .content-slider-content.content-slider-content-product .content-slider-box .content-slider-box-bottom .price-row .btn.btn-primary {
  white-space: nowrap;
}
.content-block-content-slider .content-slider-item .content-slider-content.content-slider-content-product .content-slider-box .content-slider-box-bottom .price-row .btn.btn-primary > small span, .content-block-content-slider .content-slider-item .content-slider-content.content-slider-content-product .content-slider-box .content-slider-box-bottom .price-row .btn.btn-primary > .small span {
  display: inline;
}
.content-block-content-slider .content-slider-item .content-slider-content.content-slider-content-product .content-slider-box .content-slider-box-bottom {
  /**
   * Date row
   */
}
.content-block-content-slider .content-slider-item .content-slider-content.content-slider-content-product .content-slider-box .content-slider-box-bottom .date-row {
  flex: 1;
}
.content-block-content-slider .slider-controls {
  left: 0;
  right: 0;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
@media (min-width: 992px) {
  .content-block-content-slider .slider-controls {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (max-width: 575.98px) {
  .content-block-content-slider .slider-controls {
    top: 0;
    transform: translateY(-1rem);
    padding-top: 28.125%;
  }
}

.fl-module-content .content-block.content-block-content-slider {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.swiper-content-gallery {
  margin: -0.5rem !important;
  padding: 0.5rem !important;
}

.content-block-category-header.content-block .category-header {
  position: relative;
}
.content-block-category-header.content-block .category-header .category-header-media {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.content-block-category-header.content-block .category-header .category-header-media > .category-header-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  pointer-events: none;
}
.content-block-category-header.content-block .category-header .category-header-media > div.media {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.content-block-category-header.content-block .category-header .category-header-content-wrapper {
  position: relative;
  z-index: 5;
  min-height: 24rem;
}
.content-block-category-header.content-block .category-header .category-header-content-wrapper .category-header-content-container {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .content-block-category-header.content-block .category-header .category-header-content-wrapper .category-header-content-container {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
.content-block-category-header.content-block .category-header .category-header-content-wrapper .category-header-content-container {
  height: 100%;
}
.content-block-category-header.content-block .category-header .category-header-content-wrapper .category-header-content-container.category-header-content-container-widths {
  --bsgutter-x: 1.5rem;
  --bsgutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bsgutter-x) * 0.5);
  padding-left: calc(var(--bsgutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .content-block-category-header.content-block .category-header .category-header-content-wrapper .category-header-content-container.category-header-content-container-widths {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .content-block-category-header.content-block .category-header .category-header-content-wrapper .category-header-content-container.category-header-content-container-widths {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .content-block-category-header.content-block .category-header .category-header-content-wrapper .category-header-content-container.category-header-content-container-widths {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .content-block-category-header.content-block .category-header .category-header-content-wrapper .category-header-content-container.category-header-content-container-widths {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .content-block-category-header.content-block .category-header .category-header-content-wrapper .category-header-content-container.category-header-content-container-widths {
    max-width: 1320px;
  }
}
.content-block-category-header.content-block .category-header .category-header-content-wrapper .category-header-content-container > .d-flex, .content-block-category-header.content-block .category-header .category-header-content-wrapper .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-postnav .post-navigation .nav-links > div > a.category-header-content-container > p.meta-nav, .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-postnav .post-navigation .content-block-category-header.content-block .category-header .category-header-content-wrapper .nav-links > div > a.category-header-content-container > p.meta-nav, .content-block-category-header.content-block .category-header .category-header-content-wrapper .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-postnav .post-navigation .nav-links > div.category-header-content-container > a, .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-postnav .post-navigation .content-block-category-header.content-block .category-header .category-header-content-wrapper .nav-links > div.category-header-content-container > a, .content-block-category-header.content-block .category-header .category-header-content-wrapper .category-header-content-container > .social-links {
  height: 100%;
}
.content-block-category-header.content-block .category-header .category-header-content-wrapper .category-header-content-container .category-header-content {
  font-size: 0.875rem;
}
@media (min-width: 992px) {
  .content-block-category-header.content-block .category-header .category-header-content-wrapper .category-header-content-container .category-header-content {
    font-size: 1rem;
  }
}
.content-block-category-header.content-block .category-header .category-header-content-wrapper .category-header-content-container .category-header-content p {
  margin: 0;
}
.content-block-category-header.content-block .category-header .category-header-content-wrapper .category-header-content-container .category-header-content p + p {
  margin-top: 0.5rem;
}
.content-block-category-header.content-block .category-header .category-header-content-wrapper .category-header-content-container .category-header-content .category-header-title {
  margin-bottom: 0;
}
.content-block-category-header.content-block .category-header .category-header-content-wrapper .category-header-content-container .category-header-content .category-header-title + .category-header-subline {
  margin-top: 0.5rem;
}
.content-block-category-header.content-block .category-header .category-header-content-wrapper .category-header-content-container .category-header-content .category-header-title + .category-header-text {
  margin-top: 1rem;
}
.content-block-category-header.content-block .category-header .category-header-content-wrapper .category-header-content-container .category-header-content .category-header-subline {
  margin-bottom: 0;
}
.content-block-category-header.content-block .category-header .category-header-content-wrapper .category-header-content-container .category-header-content .category-header-subline + .category-header-text {
  margin-top: 1rem;
}
.content-block-category-header.content-block .category-header .category-header-content-wrapper .category-header-content-container .category-header-content.category-header-content-transparent {
  background-color: transparent;
  color: #fff;
  text-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.5);
}
.content-block-category-header.content-block .category-header .category-header-content-wrapper .category-header-content-container .category-header-content.category-header-content-transparent .category-header-title {
  color: #fff;
}
.content-block-category-header.content-block .category-header .category-header-content-wrapper .category-header-content-container .category-header-content.category-header-content-transparent .category-header-subline {
  color: #fff;
}
.content-block-category-header.content-block .category-header .category-header-content-wrapper .category-header-content-container .category-header-content:not(.category-header-content-transparent) {
  border-radius: 0.375rem;
  padding: 1.5rem;
}
@media (min-width: 768px) {
  .content-block-category-header.content-block .category-header .category-header-content-wrapper .category-header-content-container .category-header-content:not(.category-header-content-transparent) {
    padding: 1.5rem;
  }
}
.content-block-category-header.content-block .category-header .category-header-content-wrapper .category-header-content-container .category-header-content:not(.category-header-content-transparent).category-header-content-white {
  background-color: #fff;
  color: #212529;
}
.content-block-category-header.content-block .category-header .category-header-content-wrapper .category-header-content-container .category-header-content:not(.category-header-content-transparent).category-header-content-white .category-header-title {
  color: #212529;
}
.content-block-category-header.content-block .category-header .category-header-content-wrapper .category-header-content-container .category-header-content:not(.category-header-content-transparent).category-header-content-white .category-header-subline {
  color: #212529;
}
.content-block-category-header.content-block .category-header .category-header-content-wrapper .category-header-content-container .category-header-content:not(.category-header-content-transparent).category-header-content-primary {
  background-color: #003580;
  color: #fff;
}
.content-block-category-header.content-block .category-header .category-header-content-wrapper .category-header-content-container .category-header-content:not(.category-header-content-transparent).category-header-content-primary .category-header-title {
  color: #fff;
}
.content-block-category-header.content-block .category-header .category-header-content-wrapper .category-header-content-container .category-header-content:not(.category-header-content-transparent).category-header-content-primary .category-header-subline {
  color: #fff;
}
@media (min-width: 768px) {
  .content-block-category-header.content-block .category-header .category-header-content-wrapper .category-header-content-container .category-header-content {
    max-width: 30rem;
  }
}
.content-block-category-header.content-block .category-header.category-header-docked .category-header-content-wrapper .category-header-content-container {
  padding-top: 0;
  padding-bottom: 0;
}
.content-block-category-header.content-block .category-header.category-header-docked .category-header-content-wrapper .category-header-content-container .category-header-content {
  border-radius: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.content-block-category-header.content-block .category-header.category-header-docked .category-header-content-wrapper .category-header-content-container,
.content-block-category-header.content-block .category-header.category-header-docked .category-header-content-wrapper .category-header-content-container > .d-flex,
.content-block-category-header.content-block .category-header.category-header-docked .category-header-content-wrapper .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-postnav .post-navigation .nav-links > div > a.category-header-content-container > p.meta-nav,
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-postnav .post-navigation .content-block-category-header.content-block .category-header.category-header-docked .category-header-content-wrapper .nav-links > div > a.category-header-content-container > p.meta-nav,
.content-block-category-header.content-block .category-header.category-header-docked .category-header-content-wrapper .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-postnav .post-navigation .nav-links > div.category-header-content-container > a,
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-postnav .post-navigation .content-block-category-header.content-block .category-header.category-header-docked .category-header-content-wrapper .nav-links > div.category-header-content-container > a,
.content-block-category-header.content-block .category-header.category-header-docked .category-header-content-wrapper .category-header-content-container > .social-links,
.content-block-category-header.content-block .category-header.category-header-docked .category-header-content-wrapper .category-header-content-container > .d-flex .category-header-content,
.content-block-category-header.content-block .category-header.category-header-docked .category-header-content-wrapper .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-postnav .post-navigation .nav-links > div > a.category-header-content-container > p.meta-nav .category-header-content,
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-postnav .post-navigation .content-block-category-header.content-block .category-header.category-header-docked .category-header-content-wrapper .nav-links > div > a.category-header-content-container > p.meta-nav .category-header-content,
.content-block-category-header.content-block .category-header.category-header-docked .category-header-content-wrapper .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-postnav .post-navigation .nav-links > div.category-header-content-container > a .category-header-content,
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-postnav .post-navigation .content-block-category-header.content-block .category-header.category-header-docked .category-header-content-wrapper .nav-links > div.category-header-content-container > a .category-header-content,
.content-block-category-header.content-block .category-header.category-header-docked .category-header-content-wrapper .category-header-content-container > .social-links .category-header-content {
  min-height: 24rem;
}
@media (max-width: 575.98px) {
  .content-block-category-header.content-block .category-header.category-header-docked .category-header-content-wrapper,
  .content-block-category-header.content-block .category-header.category-header-docked .category-header-content-wrapper .category-header-content-container,
  .content-block-category-header.content-block .category-header.category-header-docked .category-header-content-wrapper .category-header-content-container > .d-flex,
  .content-block-category-header.content-block .category-header.category-header-docked .category-header-content-wrapper .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-postnav .post-navigation .nav-links > div > a.category-header-content-container > p.meta-nav,
  .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-postnav .post-navigation .content-block-category-header.content-block .category-header.category-header-docked .category-header-content-wrapper .nav-links > div > a.category-header-content-container > p.meta-nav,
  .content-block-category-header.content-block .category-header.category-header-docked .category-header-content-wrapper .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-postnav .post-navigation .nav-links > div.category-header-content-container > a,
  .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-postnav .post-navigation .content-block-category-header.content-block .category-header.category-header-docked .category-header-content-wrapper .nav-links > div.category-header-content-container > a,
  .content-block-category-header.content-block .category-header.category-header-docked .category-header-content-wrapper .category-header-content-container > .social-links,
  .content-block-category-header.content-block .category-header.category-header-docked .category-header-content-wrapper .category-header-content-container > .d-flex .category-header-content,
  .content-block-category-header.content-block .category-header.category-header-docked .category-header-content-wrapper .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-postnav .post-navigation .nav-links > div > a.category-header-content-container > p.meta-nav .category-header-content,
  .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-postnav .post-navigation .content-block-category-header.content-block .category-header.category-header-docked .category-header-content-wrapper .nav-links > div > a.category-header-content-container > p.meta-nav .category-header-content,
  .content-block-category-header.content-block .category-header.category-header-docked .category-header-content-wrapper .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-postnav .post-navigation .nav-links > div.category-header-content-container > a .category-header-content,
  .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-postnav .post-navigation .content-block-category-header.content-block .category-header.category-header-docked .category-header-content-wrapper .nav-links > div.category-header-content-container > a .category-header-content,
  .content-block-category-header.content-block .category-header.category-header-docked .category-header-content-wrapper .category-header-content-container > .social-links .category-header-content, .content-block-category-header.content-block .category-header.category-header-break .category-header-content-wrapper,
  .content-block-category-header.content-block .category-header.category-header-break .category-header-content-wrapper .category-header-content-container,
  .content-block-category-header.content-block .category-header.category-header-break .category-header-content-wrapper .category-header-content-container > .d-flex,
  .content-block-category-header.content-block .category-header.category-header-break .category-header-content-wrapper .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-postnav .post-navigation .nav-links > div > a.category-header-content-container > p.meta-nav,
  .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-postnav .post-navigation .content-block-category-header.content-block .category-header.category-header-break .category-header-content-wrapper .nav-links > div > a.category-header-content-container > p.meta-nav,
  .content-block-category-header.content-block .category-header.category-header-break .category-header-content-wrapper .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-postnav .post-navigation .nav-links > div.category-header-content-container > a,
  .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-postnav .post-navigation .content-block-category-header.content-block .category-header.category-header-break .category-header-content-wrapper .nav-links > div.category-header-content-container > a,
  .content-block-category-header.content-block .category-header.category-header-break .category-header-content-wrapper .category-header-content-container > .social-links,
  .content-block-category-header.content-block .category-header.category-header-break .category-header-content-wrapper .category-header-content-container > .d-flex .category-header-content,
  .content-block-category-header.content-block .category-header.category-header-break .category-header-content-wrapper .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-postnav .post-navigation .nav-links > div > a.category-header-content-container > p.meta-nav .category-header-content,
  .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-postnav .post-navigation .content-block-category-header.content-block .category-header.category-header-break .category-header-content-wrapper .nav-links > div > a.category-header-content-container > p.meta-nav .category-header-content,
  .content-block-category-header.content-block .category-header.category-header-break .category-header-content-wrapper .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-postnav .post-navigation .nav-links > div.category-header-content-container > a .category-header-content,
  .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-postnav .post-navigation .content-block-category-header.content-block .category-header.category-header-break .category-header-content-wrapper .nav-links > div.category-header-content-container > a .category-header-content,
  .content-block-category-header.content-block .category-header.category-header-break .category-header-content-wrapper .category-header-content-container > .social-links .category-header-content {
    min-height: 0 !important;
  }
  .content-block-category-header.content-block .category-header.category-header-docked .category-header-content-wrapper .category-header-content-container, .content-block-category-header.content-block .category-header.category-header-break .category-header-content-wrapper .category-header-content-container {
    padding: 0 !important;
  }
  .content-block-category-header.content-block .category-header.category-header-docked .category-header-content-wrapper .category-header-content-container .category-header-content, .content-block-category-header.content-block .category-header.category-header-break .category-header-content-wrapper .category-header-content-container .category-header-content {
    border-radius: 0;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .content-block-category-header.content-block .category-header.category-header-docked .category-header-content-wrapper .category-header-content-container .category-header-content.category-header-content-white, .content-block-category-header.content-block .category-header.category-header-break .category-header-content-wrapper .category-header-content-container .category-header-content.category-header-content-white {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: var(--bsborder-color-translucent);
  }
  .content-block-category-header.content-block .category-header.category-header-docked .category-header-media, .content-block-category-header.content-block .category-header.category-header-break .category-header-media {
    position: static;
  }
  .content-block-category-header.content-block .category-header.category-header-docked .category-header-media > div.media, .content-block-category-header.content-block .category-header.category-header-break .category-header-media > div.media {
    position: relative;
    position: relative;
  }
  .content-block-category-header.content-block .category-header.category-header-docked .category-header-media > div.media:before, .content-block-category-header.content-block .category-header.category-header-break .category-header-media > div.media:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 62.5%;
  }
}

.fl-module-content .content-block.content-block-category-header {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.history-group .history-item {
  padding-left: 3rem;
  position: relative;
}
@media (min-width: 768px) {
  .history-group .history-item {
    padding-left: 0;
  }
}
.history-group .history-item .history-item--dot {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 1rem;
  z-index: 3;
  background-color: #003580;
  margin-top: -0.75rem;
}
@media (min-width: 768px) {
  .history-group .history-item .history-item--dot {
    left: 50%;
    margin-left: -0.75rem;
  }
}
.history-group .history-item .history-item--date {
  height: 2rem;
  line-height: 2rem;
  color: #003580;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .history-group .history-item .history-item--date {
    margin-bottom: 1.5rem;
  }
}
.history-group .history-item .history-item--date {
  font-size: 1.25rem;
}
.history-group .history-item .history-item--content figure {
  margin: 1.5rem 0 0 0;
}
.history-group .history-item .history-item--content figure img {
  height: auto;
  border-radius: 0.375rem;
}
@media (min-width: 768px) {
  .history-group .history-item .row:not(.flex-md-row-reverse) .col-md-6:first-child {
    padding-right: 2.25rem;
  }
  .history-group .history-item .row:not(.flex-md-row-reverse) .col-md-6:first-child + .col-md-6 {
    padding-left: 2.25rem;
  }
  .history-group .history-item .row.flex-md-row-reverse .col-md-6:first-child {
    padding-left: 2.25rem;
  }
  .history-group .history-item .row.flex-md-row-reverse .col-md-6:first-child + .col-md-6 {
    padding-right: 2.25rem;
  }
}
.history-group .history-item:before, .history-group .history-item:after {
  content: "";
  display: block;
  width: 0.125rem;
  position: absolute;
  top: 0;
  left: 0.6875rem;
  height: 1rem;
  background-color: #ccc;
}
@media (min-width: 768px) {
  .history-group .history-item:before, .history-group .history-item:after {
    left: 50%;
    margin-left: -0.0625rem;
  }
}
.history-group .history-item:after {
  top: 1rem;
  bottom: 0;
  height: unset;
}
.history-group .history-item:first-child:before {
  display: none;
}
.history-group .history-item:last-child:after {
  display: none;
}
@media (min-width: 768px) {
  .history-group .history-item .history-item--date {
    text-align: right;
  }
  .history-group .history-item .flex-md-row-reverse .history-item--date {
    text-align: left;
  }
}
.history-group .history-item + .history-item {
  padding-top: 2.25rem;
}
.history-group .history-item + .history-item:before {
  height: 3.25rem;
}
.history-group .history-item + .history-item:after {
  top: 3.25rem;
}
.history-group .history-item + .history-item .history-item--dot {
  top: 3.25rem;
}
@media (min-width: 768px) {
  .history-group .history-item + .history-item {
    padding-top: 3rem;
  }
  .history-group .history-item + .history-item .history-item--dot {
    top: 4rem;
  }
  .history-group .history-item + .history-item:before {
    height: 4rem;
  }
  .history-group .history-item + .history-item:after {
    top: 4rem;
  }
}

.fl-rich-text ul, .fl-rich-text ol {
  padding-left: 1.125rem;
}

/**
 * Elements
 */
.detail-header-gallery .detail-header-badge, .card-badge {
  line-height: 1;
  z-index: 4;
  padding: 0.35em 0.65em;
  border-radius: var(--bsborder-radius);
  font-size: 0.75em;
  font-weight: 700;
  background-color: #495057;
  color: #fff;
}

.detail-header-gallery .detail-header-badge, .card-badge--new {
  background-color: #dc3545;
}

.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-related .related-posts .post-item .blog-list-entry-title, .card-travel .card-body h1.card-title, .card-travel .card-body .card-title, .posts-list .blog-list-entry .blog-list-entry-header .blog-list-entry-title, .author-bio .author-bio-content h4.author-title, .author-bio .author-bio-content .author-title.h4, .content-block-content-slider .content-slider-item .content-slider-content.content-slider-content-product .content-slider-box h1.content-slider-box-title, .content-block-content-slider .content-slider-item .content-slider-content.content-slider-content-product .content-slider-box .content-slider-box-title.h1 {
  color: inherit;
  margin: 0 0 1rem 0;
}
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-related .related-posts .post-item .blog-list-entry-title > a, .card-travel .card-body .card-title > a, .posts-list .blog-list-entry .blog-list-entry-header .blog-list-entry-title > a, .author-bio .author-bio-content h4.author-title > a, .author-bio .author-bio-content .author-title.h4 > a, .content-block-content-slider .content-slider-item .content-slider-content.content-slider-content-product .content-slider-box h1.content-slider-box-title > a, .content-block-content-slider .content-slider-item .content-slider-content.content-slider-content-product .content-slider-box .content-slider-box-title.h1 > a, .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-related .related-posts .post-item .blog-list-entry-title > [role=link], .card-travel .card-body .card-title > [role=link], .posts-list .blog-list-entry .blog-list-entry-header .blog-list-entry-title > [role=link], .author-bio .author-bio-content h4.author-title > [role=link], .author-bio .author-bio-content .author-title.h4 > [role=link], .content-block-content-slider .content-slider-item .content-slider-content.content-slider-content-product .content-slider-box h1.content-slider-box-title > [role=link], .content-block-content-slider .content-slider-item .content-slider-content.content-slider-content-product .content-slider-box .content-slider-box-title.h1 > [role=link] {
  color: inherit;
  transition: color 0.3s;
  text-decoration: none;
}
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-related .related-posts .post-item .blog-list-entry-title > a:hover, .card-travel .card-body .card-title > a:hover, .posts-list .blog-list-entry .blog-list-entry-header .blog-list-entry-title > a:hover, .author-bio .author-bio-content h4.author-title > a:hover, .author-bio .author-bio-content .author-title.h4 > a:hover, .content-block-content-slider .content-slider-item .content-slider-content.content-slider-content-product .content-slider-box h1.content-slider-box-title > a:hover, .content-block-content-slider .content-slider-item .content-slider-content.content-slider-content-product .content-slider-box .content-slider-box-title.h1 > a:hover, .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-related .related-posts .post-item .blog-list-entry-title > [role=link]:hover, .card-travel .card-body .card-title > [role=link]:hover, .posts-list .blog-list-entry .blog-list-entry-header .blog-list-entry-title > [role=link]:hover, .author-bio .author-bio-content h4.author-title > [role=link]:hover, .author-bio .author-bio-content .author-title.h4 > [role=link]:hover, .content-block-content-slider .content-slider-item .content-slider-content.content-slider-content-product .content-slider-box h1.content-slider-box-title > [role=link]:hover, .content-block-content-slider .content-slider-item .content-slider-content.content-slider-content-product .content-slider-box .content-slider-box-title.h1 > [role=link]:hover {
  color: #003580;
}
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-related .related-posts .post-item .blog-list-entry-title > a:active, .card-travel .card-body .card-title > a:active, .posts-list .blog-list-entry .blog-list-entry-header .blog-list-entry-title > a:active, .author-bio .author-bio-content h4.author-title > a:active, .author-bio .author-bio-content .author-title.h4 > a:active, .content-block-content-slider .content-slider-item .content-slider-content.content-slider-content-product .content-slider-box h1.content-slider-box-title > a:active, .content-block-content-slider .content-slider-item .content-slider-content.content-slider-content-product .content-slider-box .content-slider-box-title.h1 > a:active, .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-related .related-posts .post-item .blog-list-entry-title > a:focus, .card-travel .card-body .card-title > a:focus, .posts-list .blog-list-entry .blog-list-entry-header .blog-list-entry-title > a:focus, .author-bio .author-bio-content h4.author-title > a:focus, .author-bio .author-bio-content .author-title.h4 > a:focus, .content-block-content-slider .content-slider-item .content-slider-content.content-slider-content-product .content-slider-box h1.content-slider-box-title > a:focus, .content-block-content-slider .content-slider-item .content-slider-content.content-slider-content-product .content-slider-box .content-slider-box-title.h1 > a:focus, .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-related .related-posts .post-item .blog-list-entry-title > [role=link]:active, .card-travel .card-body .card-title > [role=link]:active, .posts-list .blog-list-entry .blog-list-entry-header .blog-list-entry-title > [role=link]:active, .author-bio .author-bio-content h4.author-title > [role=link]:active, .author-bio .author-bio-content .author-title.h4 > [role=link]:active, .content-block-content-slider .content-slider-item .content-slider-content.content-slider-content-product .content-slider-box h1.content-slider-box-title > [role=link]:active, .content-block-content-slider .content-slider-item .content-slider-content.content-slider-content-product .content-slider-box .content-slider-box-title.h1 > [role=link]:active, .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-related .related-posts .post-item .blog-list-entry-title > [role=link]:focus, .card-travel .card-body .card-title > [role=link]:focus, .posts-list .blog-list-entry .blog-list-entry-header .blog-list-entry-title > [role=link]:focus, .author-bio .author-bio-content h4.author-title > [role=link]:focus, .author-bio .author-bio-content .author-title.h4 > [role=link]:focus, .content-block-content-slider .content-slider-item .content-slider-content.content-slider-content-product .content-slider-box h1.content-slider-box-title > [role=link]:focus, .content-block-content-slider .content-slider-item .content-slider-content.content-slider-content-product .content-slider-box .content-slider-box-title.h1 > [role=link]:focus {
  color: #003580;
}
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-related .related-posts .post-item .blog-list-entry-title > a:active, .card-travel .card-body .card-title > a:active, .posts-list .blog-list-entry .blog-list-entry-header .blog-list-entry-title > a:active, .author-bio .author-bio-content h4.author-title > a:active, .author-bio .author-bio-content .author-title.h4 > a:active, .content-block-content-slider .content-slider-item .content-slider-content.content-slider-content-product .content-slider-box h1.content-slider-box-title > a:active, .content-block-content-slider .content-slider-item .content-slider-content.content-slider-content-product .content-slider-box .content-slider-box-title.h1 > a:active, .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-related .related-posts .post-item .blog-list-entry-title > [role=link]:active, .card-travel .card-body .card-title > [role=link]:active, .posts-list .blog-list-entry .blog-list-entry-header .blog-list-entry-title > [role=link]:active, .author-bio .author-bio-content h4.author-title > [role=link]:active, .author-bio .author-bio-content .author-title.h4 > [role=link]:active, .content-block-content-slider .content-slider-item .content-slider-content.content-slider-content-product .content-slider-box h1.content-slider-box-title > [role=link]:active, .content-block-content-slider .content-slider-item .content-slider-content.content-slider-content-product .content-slider-box .content-slider-box-title.h1 > [role=link]:active {
  text-decoration: underline;
}

.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-related .related-posts .post-item .blog-list-entry-title, .card-travel .card-body h1.card-title, .card-travel .card-body .card-title, .posts-list .blog-list-entry .blog-list-entry-header .blog-list-entry-title {
  font-size: 1rem;
}
@media (min-width: 992px) {
  .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-related .related-posts .post-item .blog-list-entry-title, .card-travel .card-body h1.card-title, .card-travel .card-body .card-title, .posts-list .blog-list-entry .blog-list-entry-header .blog-list-entry-title {
    font-size: 1.25rem;
  }
}

/**
 * Travel teaser elements
 */
.card-image .card-badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
}
.card-image .add-to-wishlist, .card-image .remove-from-wishlist {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  z-index: 2;
}
.card-image .image-copyright {
  bottom: 1rem !important;
  left: 1rem !important;
}

.card-price .price-alt {
  font-size: 0.875rem;
  color: #212529;
  font-weight: 400;
  position: relative;
  line-height: 1;
}
.card-price .price-alt:after {
  content: "";
  position: absolute;
  display: block;
  width: 110%;
  border-top: 0.125rem solid #dc3545;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-20deg);
}
.card-price .price-total {
  font-size: 0.875rem;
}
@media (min-width: 992px) {
  .card-price .price-total {
    font-size: 1rem;
  }
}
.card-price .price-total {
  line-height: 1;
}
.card-price .price-total strong {
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  .card-price .price-total strong {
    font-size: 1.5rem;
  }
}
.card-price .price-total strong {
  color: #003580;
  font-weight: 700;
}

.card-text.text-fadeout p, .card-text.text-fadeout ul, .card-text.text-fadeout ol {
  margin-bottom: 0;
}
.card-text.text-fadeout[data-lines="1"] {
  position: relative;
  max-height: 1.3125rem;
  overflow: hidden;
}
.card-text.text-fadeout[data-lines="1"]:after {
  content: "";
  display: block;
  pointer-events: none;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 1.3125rem;
  background-image: linear-gradient(to top, #fff 0, rgba(255, 255, 255, 0) 100%);
  background-repeat: repeat-x;
}
@media (min-width: 992px) {
  .card-text.text-fadeout[data-lines="1"] {
    position: relative;
    max-height: 1.5rem;
    overflow: hidden;
  }
  .card-text.text-fadeout[data-lines="1"]:after {
    content: "";
    display: block;
    pointer-events: none;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 1.5rem;
    background-image: linear-gradient(to top, #fff 0, rgba(255, 255, 255, 0) 100%);
    background-repeat: repeat-x;
  }
}
.card-text.text-fadeout[data-lines="2"] {
  position: relative;
  max-height: 2.625rem;
  overflow: hidden;
}
.card-text.text-fadeout[data-lines="2"]:after {
  content: "";
  display: block;
  pointer-events: none;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 2.625rem;
  background-image: linear-gradient(to top, #fff 0, rgba(255, 255, 255, 0) 50%);
  background-repeat: repeat-x;
}
@media (min-width: 992px) {
  .card-text.text-fadeout[data-lines="2"] {
    position: relative;
    max-height: 3rem;
    overflow: hidden;
  }
  .card-text.text-fadeout[data-lines="2"]:after {
    content: "";
    display: block;
    pointer-events: none;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 3rem;
    background-image: linear-gradient(to top, #fff 0, rgba(255, 255, 255, 0) 50%);
    background-repeat: repeat-x;
  }
}
.card-text.text-fadeout[data-lines="3"] {
  position: relative;
  max-height: 3.9375rem;
  overflow: hidden;
}
.card-text.text-fadeout[data-lines="3"]:after {
  content: "";
  display: block;
  pointer-events: none;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 3.9375rem;
  background-image: linear-gradient(to top, #fff 0, rgba(255, 255, 255, 0) 33.3333333333%);
  background-repeat: repeat-x;
}
@media (min-width: 992px) {
  .card-text.text-fadeout[data-lines="3"] {
    position: relative;
    max-height: 4.5rem;
    overflow: hidden;
  }
  .card-text.text-fadeout[data-lines="3"]:after {
    content: "";
    display: block;
    pointer-events: none;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 4.5rem;
    background-image: linear-gradient(to top, #fff 0, rgba(255, 255, 255, 0) 33.3333333333%);
    background-repeat: repeat-x;
  }
}
.card-text.text-fadeout[data-lines="4"] {
  position: relative;
  max-height: 5.25rem;
  overflow: hidden;
}
.card-text.text-fadeout[data-lines="4"]:after {
  content: "";
  display: block;
  pointer-events: none;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 5.25rem;
  background-image: linear-gradient(to top, #fff 0, rgba(255, 255, 255, 0) 25%);
  background-repeat: repeat-x;
}
@media (min-width: 992px) {
  .card-text.text-fadeout[data-lines="4"] {
    position: relative;
    max-height: 6rem;
    overflow: hidden;
  }
  .card-text.text-fadeout[data-lines="4"]:after {
    content: "";
    display: block;
    pointer-events: none;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 6rem;
    background-image: linear-gradient(to top, #fff 0, rgba(255, 255, 255, 0) 25%);
    background-repeat: repeat-x;
  }
}
.card-text.text-fadeout[data-lines="5"] {
  position: relative;
  max-height: 6.5625rem;
  overflow: hidden;
}
.card-text.text-fadeout[data-lines="5"]:after {
  content: "";
  display: block;
  pointer-events: none;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 6.5625rem;
  background-image: linear-gradient(to top, #fff 0, rgba(255, 255, 255, 0) 20%);
  background-repeat: repeat-x;
}
@media (min-width: 992px) {
  .card-text.text-fadeout[data-lines="5"] {
    position: relative;
    max-height: 7.5rem;
    overflow: hidden;
  }
  .card-text.text-fadeout[data-lines="5"]:after {
    content: "";
    display: block;
    pointer-events: none;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 7.5rem;
    background-image: linear-gradient(to top, #fff 0, rgba(255, 255, 255, 0) 20%);
    background-repeat: repeat-x;
  }
}
.card-text.text-fadeout[data-lines="6"] {
  position: relative;
  max-height: 7.875rem;
  overflow: hidden;
}
.card-text.text-fadeout[data-lines="6"]:after {
  content: "";
  display: block;
  pointer-events: none;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 7.875rem;
  background-image: linear-gradient(to top, #fff 0, rgba(255, 255, 255, 0) 16.6666666667%);
  background-repeat: repeat-x;
}
@media (min-width: 992px) {
  .card-text.text-fadeout[data-lines="6"] {
    position: relative;
    max-height: 9rem;
    overflow: hidden;
  }
  .card-text.text-fadeout[data-lines="6"]:after {
    content: "";
    display: block;
    pointer-events: none;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 9rem;
    background-image: linear-gradient(to top, #fff 0, rgba(255, 255, 255, 0) 16.6666666667%);
    background-repeat: repeat-x;
  }
}
.card-text.text-fadeout[data-lines="7"] {
  position: relative;
  max-height: 9.1875rem;
  overflow: hidden;
}
.card-text.text-fadeout[data-lines="7"]:after {
  content: "";
  display: block;
  pointer-events: none;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 9.1875rem;
  background-image: linear-gradient(to top, #fff 0, rgba(255, 255, 255, 0) 14.2857142857%);
  background-repeat: repeat-x;
}
@media (min-width: 992px) {
  .card-text.text-fadeout[data-lines="7"] {
    position: relative;
    max-height: 10.5rem;
    overflow: hidden;
  }
  .card-text.text-fadeout[data-lines="7"]:after {
    content: "";
    display: block;
    pointer-events: none;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 10.5rem;
    background-image: linear-gradient(to top, #fff 0, rgba(255, 255, 255, 0) 14.2857142857%);
    background-repeat: repeat-x;
  }
}
.card-text.text-fadeout[data-lines="8"] {
  position: relative;
  max-height: 10.5rem;
  overflow: hidden;
}
.card-text.text-fadeout[data-lines="8"]:after {
  content: "";
  display: block;
  pointer-events: none;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 10.5rem;
  background-image: linear-gradient(to top, #fff 0, rgba(255, 255, 255, 0) 12.5%);
  background-repeat: repeat-x;
}
@media (min-width: 992px) {
  .card-text.text-fadeout[data-lines="8"] {
    position: relative;
    max-height: 12rem;
    overflow: hidden;
  }
  .card-text.text-fadeout[data-lines="8"]:after {
    content: "";
    display: block;
    pointer-events: none;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 12rem;
    background-image: linear-gradient(to top, #fff 0, rgba(255, 255, 255, 0) 12.5%);
    background-repeat: repeat-x;
  }
}
.card-text.text-fadeout[data-lines="9"] {
  position: relative;
  max-height: 11.8125rem;
  overflow: hidden;
}
.card-text.text-fadeout[data-lines="9"]:after {
  content: "";
  display: block;
  pointer-events: none;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 11.8125rem;
  background-image: linear-gradient(to top, #fff 0, rgba(255, 255, 255, 0) 11.1111111111%);
  background-repeat: repeat-x;
}
@media (min-width: 992px) {
  .card-text.text-fadeout[data-lines="9"] {
    position: relative;
    max-height: 13.5rem;
    overflow: hidden;
  }
  .card-text.text-fadeout[data-lines="9"]:after {
    content: "";
    display: block;
    pointer-events: none;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 13.5rem;
    background-image: linear-gradient(to top, #fff 0, rgba(255, 255, 255, 0) 11.1111111111%);
    background-repeat: repeat-x;
  }
}
.card-text.text-fadeout[data-lines="10"] {
  position: relative;
  max-height: 13.125rem;
  overflow: hidden;
}
.card-text.text-fadeout[data-lines="10"]:after {
  content: "";
  display: block;
  pointer-events: none;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 13.125rem;
  background-image: linear-gradient(to top, #fff 0, rgba(255, 255, 255, 0) 10%);
  background-repeat: repeat-x;
}
@media (min-width: 992px) {
  .card-text.text-fadeout[data-lines="10"] {
    position: relative;
    max-height: 15rem;
    overflow: hidden;
  }
  .card-text.text-fadeout[data-lines="10"]:after {
    content: "";
    display: block;
    pointer-events: none;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 15rem;
    background-image: linear-gradient(to top, #fff 0, rgba(255, 255, 255, 0) 10%);
    background-repeat: repeat-x;
  }
}
.card-text.text-fadeout[data-lines="11"] {
  position: relative;
  max-height: 14.4375rem;
  overflow: hidden;
}
.card-text.text-fadeout[data-lines="11"]:after {
  content: "";
  display: block;
  pointer-events: none;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 14.4375rem;
  background-image: linear-gradient(to top, #fff 0, rgba(255, 255, 255, 0) 9.0909090909%);
  background-repeat: repeat-x;
}
@media (min-width: 992px) {
  .card-text.text-fadeout[data-lines="11"] {
    position: relative;
    max-height: 16.5rem;
    overflow: hidden;
  }
  .card-text.text-fadeout[data-lines="11"]:after {
    content: "";
    display: block;
    pointer-events: none;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 16.5rem;
    background-image: linear-gradient(to top, #fff 0, rgba(255, 255, 255, 0) 9.0909090909%);
    background-repeat: repeat-x;
  }
}
.card-text.text-fadeout[data-lines="12"] {
  position: relative;
  max-height: 15.75rem;
  overflow: hidden;
}
.card-text.text-fadeout[data-lines="12"]:after {
  content: "";
  display: block;
  pointer-events: none;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 15.75rem;
  background-image: linear-gradient(to top, #fff 0, rgba(255, 255, 255, 0) 8.3333333333%);
  background-repeat: repeat-x;
}
@media (min-width: 992px) {
  .card-text.text-fadeout[data-lines="12"] {
    position: relative;
    max-height: 18rem;
    overflow: hidden;
  }
  .card-text.text-fadeout[data-lines="12"]:after {
    content: "";
    display: block;
    pointer-events: none;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 18rem;
    background-image: linear-gradient(to top, #fff 0, rgba(255, 255, 255, 0) 8.3333333333%);
    background-repeat: repeat-x;
  }
}
.card-text.text-fadeout[data-lines="13"] {
  position: relative;
  max-height: 17.0625rem;
  overflow: hidden;
}
.card-text.text-fadeout[data-lines="13"]:after {
  content: "";
  display: block;
  pointer-events: none;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 17.0625rem;
  background-image: linear-gradient(to top, #fff 0, rgba(255, 255, 255, 0) 7.6923076923%);
  background-repeat: repeat-x;
}
@media (min-width: 992px) {
  .card-text.text-fadeout[data-lines="13"] {
    position: relative;
    max-height: 19.5rem;
    overflow: hidden;
  }
  .card-text.text-fadeout[data-lines="13"]:after {
    content: "";
    display: block;
    pointer-events: none;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 19.5rem;
    background-image: linear-gradient(to top, #fff 0, rgba(255, 255, 255, 0) 7.6923076923%);
    background-repeat: repeat-x;
  }
}
.card-text.text-fadeout[data-lines="14"] {
  position: relative;
  max-height: 18.375rem;
  overflow: hidden;
}
.card-text.text-fadeout[data-lines="14"]:after {
  content: "";
  display: block;
  pointer-events: none;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 18.375rem;
  background-image: linear-gradient(to top, #fff 0, rgba(255, 255, 255, 0) 7.1428571429%);
  background-repeat: repeat-x;
}
@media (min-width: 992px) {
  .card-text.text-fadeout[data-lines="14"] {
    position: relative;
    max-height: 21rem;
    overflow: hidden;
  }
  .card-text.text-fadeout[data-lines="14"]:after {
    content: "";
    display: block;
    pointer-events: none;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 21rem;
    background-image: linear-gradient(to top, #fff 0, rgba(255, 255, 255, 0) 7.1428571429%);
    background-repeat: repeat-x;
  }
}
.card-text.text-fadeout[data-lines="15"] {
  position: relative;
  max-height: 19.6875rem;
  overflow: hidden;
}
.card-text.text-fadeout[data-lines="15"]:after {
  content: "";
  display: block;
  pointer-events: none;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 19.6875rem;
  background-image: linear-gradient(to top, #fff 0, rgba(255, 255, 255, 0) 6.6666666667%);
  background-repeat: repeat-x;
}
@media (min-width: 992px) {
  .card-text.text-fadeout[data-lines="15"] {
    position: relative;
    max-height: 22.5rem;
    overflow: hidden;
  }
  .card-text.text-fadeout[data-lines="15"]:after {
    content: "";
    display: block;
    pointer-events: none;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 22.5rem;
    background-image: linear-gradient(to top, #fff 0, rgba(255, 255, 255, 0) 6.6666666667%);
    background-repeat: repeat-x;
  }
}
.card-text.text-fadeout[data-lines="16"] {
  position: relative;
  max-height: 21rem;
  overflow: hidden;
}
.card-text.text-fadeout[data-lines="16"]:after {
  content: "";
  display: block;
  pointer-events: none;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 21rem;
  background-image: linear-gradient(to top, #fff 0, rgba(255, 255, 255, 0) 6.25%);
  background-repeat: repeat-x;
}
@media (min-width: 992px) {
  .card-text.text-fadeout[data-lines="16"] {
    position: relative;
    max-height: 24rem;
    overflow: hidden;
  }
  .card-text.text-fadeout[data-lines="16"]:after {
    content: "";
    display: block;
    pointer-events: none;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 24rem;
    background-image: linear-gradient(to top, #fff 0, rgba(255, 255, 255, 0) 6.25%);
    background-repeat: repeat-x;
  }
}
.card-text.text-fadeout[data-lines="17"] {
  position: relative;
  max-height: 22.3125rem;
  overflow: hidden;
}
.card-text.text-fadeout[data-lines="17"]:after {
  content: "";
  display: block;
  pointer-events: none;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 22.3125rem;
  background-image: linear-gradient(to top, #fff 0, rgba(255, 255, 255, 0) 5.8823529412%);
  background-repeat: repeat-x;
}
@media (min-width: 992px) {
  .card-text.text-fadeout[data-lines="17"] {
    position: relative;
    max-height: 25.5rem;
    overflow: hidden;
  }
  .card-text.text-fadeout[data-lines="17"]:after {
    content: "";
    display: block;
    pointer-events: none;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 25.5rem;
    background-image: linear-gradient(to top, #fff 0, rgba(255, 255, 255, 0) 5.8823529412%);
    background-repeat: repeat-x;
  }
}
.card-text.text-fadeout[data-lines="18"] {
  position: relative;
  max-height: 23.625rem;
  overflow: hidden;
}
.card-text.text-fadeout[data-lines="18"]:after {
  content: "";
  display: block;
  pointer-events: none;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 23.625rem;
  background-image: linear-gradient(to top, #fff 0, rgba(255, 255, 255, 0) 5.5555555556%);
  background-repeat: repeat-x;
}
@media (min-width: 992px) {
  .card-text.text-fadeout[data-lines="18"] {
    position: relative;
    max-height: 27rem;
    overflow: hidden;
  }
  .card-text.text-fadeout[data-lines="18"]:after {
    content: "";
    display: block;
    pointer-events: none;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 27rem;
    background-image: linear-gradient(to top, #fff 0, rgba(255, 255, 255, 0) 5.5555555556%);
    background-repeat: repeat-x;
  }
}
.card-text.text-fadeout[data-lines="19"] {
  position: relative;
  max-height: 24.9375rem;
  overflow: hidden;
}
.card-text.text-fadeout[data-lines="19"]:after {
  content: "";
  display: block;
  pointer-events: none;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 24.9375rem;
  background-image: linear-gradient(to top, #fff 0, rgba(255, 255, 255, 0) 5.2631578947%);
  background-repeat: repeat-x;
}
@media (min-width: 992px) {
  .card-text.text-fadeout[data-lines="19"] {
    position: relative;
    max-height: 28.5rem;
    overflow: hidden;
  }
  .card-text.text-fadeout[data-lines="19"]:after {
    content: "";
    display: block;
    pointer-events: none;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 28.5rem;
    background-image: linear-gradient(to top, #fff 0, rgba(255, 255, 255, 0) 5.2631578947%);
    background-repeat: repeat-x;
  }
}
.card-text.text-fadeout[data-lines="20"] {
  position: relative;
  max-height: 26.25rem;
  overflow: hidden;
}
.card-text.text-fadeout[data-lines="20"]:after {
  content: "";
  display: block;
  pointer-events: none;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 26.25rem;
  background-image: linear-gradient(to top, #fff 0, rgba(255, 255, 255, 0) 5%);
  background-repeat: repeat-x;
}
@media (min-width: 992px) {
  .card-text.text-fadeout[data-lines="20"] {
    position: relative;
    max-height: 30rem;
    overflow: hidden;
  }
  .card-text.text-fadeout[data-lines="20"]:after {
    content: "";
    display: block;
    pointer-events: none;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 30rem;
    background-image: linear-gradient(to top, #fff 0, rgba(255, 255, 255, 0) 5%);
    background-repeat: repeat-x;
  }
}

/**
 * Mixin for directions/flex
 */
/**
 * Travel teaser
 */
.card-travel {
  background-color: #fff;
  padding-bottom: 0;
  margin-bottom: 0;
  border-radius: var(--bsborder-radius);
  border-width: var(--bsborder-width);
  border-style: solid;
  border-color: var(--bsborder-color-translucent);
}
.card-travel .date-dropdown {
  line-height: 1;
}
.card-travel .card-image .card-image-link {
  display: block;
  position: relative;
}
.card-travel .card-body {
  padding: 1rem;
  row-gap: 1rem;
  font-size: 0.875rem;
}
@media (min-width: 992px) {
  .card-travel .card-body {
    font-size: 1rem;
  }
}
.card-travel .card-body h1.card-title, .card-travel .card-body .card-title {
  font-size: 1rem;
}
@media (min-width: 992px) {
  .card-travel .card-body h1.card-title, .card-travel .card-body .card-title {
    font-size: 1.25rem;
  }
}
.card-travel.flex-row .card-image, .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-postnav .post-navigation .nav-links > div > a > p.card-travel.meta-nav .card-image, .card-travel.social-links .card-image, .card-travel.flex-xs-row .card-image {
  width: 100%;
  max-width: 22rem;
  flex: 0 0 22rem;
  margin-left: -var(--bsborder-width);
  margin-bottom: -var(--bsborder-width);
  margin-top: -var(--bsborder-width);
}
.card-travel.flex-row .card-image a.card-image-link, .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-postnav .post-navigation .nav-links > div > a > p.card-travel.meta-nav .card-image a.card-image-link, .card-travel.social-links .card-image a.card-image-link, .card-travel.flex-xs-row .card-image a.card-image-link {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  height: 100%;
  position: relative;
}
.card-travel.flex-row .card-image a.card-image-link:before, .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-postnav .post-navigation .nav-links > div > a > p.card-travel.meta-nav .card-image a.card-image-link:before, .card-travel.social-links .card-image a.card-image-link:before, .card-travel.flex-xs-row .card-image a.card-image-link:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 62.5%;
}
.card-travel.flex-row .card-image a.card-image-link img, .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-postnav .post-navigation .nav-links > div > a > p.card-travel.meta-nav .card-image a.card-image-link img, .card-travel.social-links .card-image a.card-image-link img, .card-travel.flex-xs-row .card-image a.card-image-link img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.card-travel.flex-row .card-image img, .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-postnav .post-navigation .nav-links > div > a > p.card-travel.meta-nav .card-image img, .card-travel.social-links .card-image img, .card-travel.flex-xs-row .card-image img {
  border-top-left-radius: var(--bsborder-radius);
  border-bottom-left-radius: var(--bsborder-radius);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.card-travel.flex-row .card-body, .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-postnav .post-navigation .nav-links > div > a > p.card-travel.meta-nav .card-body, .card-travel.social-links .card-body, .card-travel.flex-xs-row .card-body {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.card-travel.flex-column, .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-postnav .post-navigation .nav-links > div > a.card-travel, .card-travel.flex-xs-column {
  height: 100%;
}
.card-travel.flex-column .card-image, .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-postnav .post-navigation .nav-links > div > a.card-travel .card-image, .card-travel.flex-xs-column .card-image {
  flex: 0;
  max-width: none;
  margin-left: unset;
  margin-top: unset;
  margin-bottom: unset;
}
.card-travel.flex-column .card-image a.card-image-link, .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-postnav .post-navigation .nav-links > div > a.card-travel .card-image a.card-image-link, .card-travel.flex-xs-column .card-image a.card-image-link {
  margin-left: -var(--bsborder-width);
  margin-top: -var(--bsborder-width);
  margin-bottom: 0;
  margin-right: -var(--bsborder-width);
  height: auto;
}
.card-travel.flex-column .card-image a.card-image-link:before, .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-postnav .post-navigation .nav-links > div > a.card-travel .card-image a.card-image-link:before, .card-travel.flex-xs-column .card-image a.card-image-link:before {
  display: none;
}
.card-travel.flex-column .card-image a.card-image-link img, .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-postnav .post-navigation .nav-links > div > a.card-travel .card-image a.card-image-link img, .card-travel.flex-xs-column .card-image a.card-image-link img {
  position: static;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  width: 100% !important;
  height: auto !important;
  object-fit: unset;
}
.card-travel.flex-column .card-image img, .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-postnav .post-navigation .nav-links > div > a.card-travel .card-image img, .card-travel.flex-xs-column .card-image img {
  border-top-left-radius: var(--bsborder-radius);
  border-top-right-radius: var(--bsborder-radius);
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.card-travel.flex-column .card-body, .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-postnav .post-navigation .nav-links > div > a.card-travel .card-body, .card-travel.flex-xs-column .card-body {
  flex: 1;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 576px) {
  .card-travel.flex-sm-row .card-image {
    width: 100%;
    max-width: 22rem;
    flex: 0 0 22rem;
    margin-left: -var(--bsborder-width);
    margin-bottom: -var(--bsborder-width);
    margin-top: -var(--bsborder-width);
  }
  .card-travel.flex-sm-row .card-image a.card-image-link {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    height: 100%;
    position: relative;
  }
  .card-travel.flex-sm-row .card-image a.card-image-link:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 62.5%;
  }
  .card-travel.flex-sm-row .card-image a.card-image-link img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
  }
  .card-travel.flex-sm-row .card-image img {
    border-top-left-radius: var(--bsborder-radius);
    border-bottom-left-radius: var(--bsborder-radius);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-travel.flex-sm-row .card-body {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .card-travel.flex-sm-column {
    height: 100%;
  }
  .card-travel.flex-sm-column .card-image {
    flex: 0;
    max-width: none;
    margin-left: unset;
    margin-top: unset;
    margin-bottom: unset;
  }
  .card-travel.flex-sm-column .card-image a.card-image-link {
    margin-left: -var(--bsborder-width);
    margin-top: -var(--bsborder-width);
    margin-bottom: 0;
    margin-right: -var(--bsborder-width);
    height: auto;
  }
  .card-travel.flex-sm-column .card-image a.card-image-link:before {
    display: none;
  }
  .card-travel.flex-sm-column .card-image a.card-image-link img {
    position: static;
    top: unset;
    left: unset;
    right: unset;
    bottom: unset;
    width: 100% !important;
    height: auto !important;
    object-fit: unset;
  }
  .card-travel.flex-sm-column .card-image img {
    border-top-left-radius: var(--bsborder-radius);
    border-top-right-radius: var(--bsborder-radius);
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-travel.flex-sm-column .card-body {
    flex: 1;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .card-travel.flex-md-row .card-image {
    width: 100%;
    max-width: 22rem;
    flex: 0 0 22rem;
    margin-left: -var(--bsborder-width);
    margin-bottom: -var(--bsborder-width);
    margin-top: -var(--bsborder-width);
  }
  .card-travel.flex-md-row .card-image a.card-image-link {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    height: 100%;
    position: relative;
  }
  .card-travel.flex-md-row .card-image a.card-image-link:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 62.5%;
  }
  .card-travel.flex-md-row .card-image a.card-image-link img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
  }
  .card-travel.flex-md-row .card-image img {
    border-top-left-radius: var(--bsborder-radius);
    border-bottom-left-radius: var(--bsborder-radius);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-travel.flex-md-row .card-body {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .card-travel.flex-md-column {
    height: 100%;
  }
  .card-travel.flex-md-column .card-image {
    flex: 0;
    max-width: none;
    margin-left: unset;
    margin-top: unset;
    margin-bottom: unset;
  }
  .card-travel.flex-md-column .card-image a.card-image-link {
    margin-left: -var(--bsborder-width);
    margin-top: -var(--bsborder-width);
    margin-bottom: 0;
    margin-right: -var(--bsborder-width);
    height: auto;
  }
  .card-travel.flex-md-column .card-image a.card-image-link:before {
    display: none;
  }
  .card-travel.flex-md-column .card-image a.card-image-link img {
    position: static;
    top: unset;
    left: unset;
    right: unset;
    bottom: unset;
    width: 100% !important;
    height: auto !important;
    object-fit: unset;
  }
  .card-travel.flex-md-column .card-image img {
    border-top-left-radius: var(--bsborder-radius);
    border-top-right-radius: var(--bsborder-radius);
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-travel.flex-md-column .card-body {
    flex: 1;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
@media (min-width: 992px) {
  .card-travel.flex-lg-row .card-image {
    width: 100%;
    max-width: 22rem;
    flex: 0 0 22rem;
    margin-left: -var(--bsborder-width);
    margin-bottom: -var(--bsborder-width);
    margin-top: -var(--bsborder-width);
  }
  .card-travel.flex-lg-row .card-image a.card-image-link {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    height: 100%;
    position: relative;
  }
  .card-travel.flex-lg-row .card-image a.card-image-link:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 62.5%;
  }
  .card-travel.flex-lg-row .card-image a.card-image-link img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
  }
  .card-travel.flex-lg-row .card-image img {
    border-top-left-radius: var(--bsborder-radius);
    border-bottom-left-radius: var(--bsborder-radius);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-travel.flex-lg-row .card-body {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .card-travel.flex-lg-column {
    height: 100%;
  }
  .card-travel.flex-lg-column .card-image {
    flex: 0;
    max-width: none;
    margin-left: unset;
    margin-top: unset;
    margin-bottom: unset;
  }
  .card-travel.flex-lg-column .card-image a.card-image-link {
    margin-left: -var(--bsborder-width);
    margin-top: -var(--bsborder-width);
    margin-bottom: 0;
    margin-right: -var(--bsborder-width);
    height: auto;
  }
  .card-travel.flex-lg-column .card-image a.card-image-link:before {
    display: none;
  }
  .card-travel.flex-lg-column .card-image a.card-image-link img {
    position: static;
    top: unset;
    left: unset;
    right: unset;
    bottom: unset;
    width: 100% !important;
    height: auto !important;
    object-fit: unset;
  }
  .card-travel.flex-lg-column .card-image img {
    border-top-left-radius: var(--bsborder-radius);
    border-top-right-radius: var(--bsborder-radius);
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-travel.flex-lg-column .card-body {
    flex: 1;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
@media (min-width: 1200px) {
  .card-travel.flex-xl-row .card-image {
    width: 100%;
    max-width: 22rem;
    flex: 0 0 22rem;
    margin-left: -var(--bsborder-width);
    margin-bottom: -var(--bsborder-width);
    margin-top: -var(--bsborder-width);
  }
  .card-travel.flex-xl-row .card-image a.card-image-link {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    height: 100%;
    position: relative;
  }
  .card-travel.flex-xl-row .card-image a.card-image-link:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 62.5%;
  }
  .card-travel.flex-xl-row .card-image a.card-image-link img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
  }
  .card-travel.flex-xl-row .card-image img {
    border-top-left-radius: var(--bsborder-radius);
    border-bottom-left-radius: var(--bsborder-radius);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-travel.flex-xl-row .card-body {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .card-travel.flex-xl-column {
    height: 100%;
  }
  .card-travel.flex-xl-column .card-image {
    flex: 0;
    max-width: none;
    margin-left: unset;
    margin-top: unset;
    margin-bottom: unset;
  }
  .card-travel.flex-xl-column .card-image a.card-image-link {
    margin-left: -var(--bsborder-width);
    margin-top: -var(--bsborder-width);
    margin-bottom: 0;
    margin-right: -var(--bsborder-width);
    height: auto;
  }
  .card-travel.flex-xl-column .card-image a.card-image-link:before {
    display: none;
  }
  .card-travel.flex-xl-column .card-image a.card-image-link img {
    position: static;
    top: unset;
    left: unset;
    right: unset;
    bottom: unset;
    width: 100% !important;
    height: auto !important;
    object-fit: unset;
  }
  .card-travel.flex-xl-column .card-image img {
    border-top-left-radius: var(--bsborder-radius);
    border-top-right-radius: var(--bsborder-radius);
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-travel.flex-xl-column .card-body {
    flex: 1;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
@media (min-width: 1400px) {
  .card-travel.flex-xxl-row .card-image {
    width: 100%;
    max-width: 22rem;
    flex: 0 0 22rem;
    margin-left: -var(--bsborder-width);
    margin-bottom: -var(--bsborder-width);
    margin-top: -var(--bsborder-width);
  }
  .card-travel.flex-xxl-row .card-image a.card-image-link {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    height: 100%;
    position: relative;
  }
  .card-travel.flex-xxl-row .card-image a.card-image-link:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 62.5%;
  }
  .card-travel.flex-xxl-row .card-image a.card-image-link img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
  }
  .card-travel.flex-xxl-row .card-image img {
    border-top-left-radius: var(--bsborder-radius);
    border-bottom-left-radius: var(--bsborder-radius);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-travel.flex-xxl-row .card-body {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .card-travel.flex-xxl-column {
    height: 100%;
  }
  .card-travel.flex-xxl-column .card-image {
    flex: 0;
    max-width: none;
    margin-left: unset;
    margin-top: unset;
    margin-bottom: unset;
  }
  .card-travel.flex-xxl-column .card-image a.card-image-link {
    margin-left: -var(--bsborder-width);
    margin-top: -var(--bsborder-width);
    margin-bottom: 0;
    margin-right: -var(--bsborder-width);
    height: auto;
  }
  .card-travel.flex-xxl-column .card-image a.card-image-link:before {
    display: none;
  }
  .card-travel.flex-xxl-column .card-image a.card-image-link img {
    position: static;
    top: unset;
    left: unset;
    right: unset;
    bottom: unset;
    width: 100% !important;
    height: auto !important;
    object-fit: unset;
  }
  .card-travel.flex-xxl-column .card-image img {
    border-top-left-radius: var(--bsborder-radius);
    border-top-right-radius: var(--bsborder-radius);
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-travel.flex-xxl-column .card-body {
    flex: 1;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.teaser.wp-teaser {
  border-radius: var(--bsborder-radius);
  border-color: var(--bsborder-color-translucent);
  border-style: solid;
  border-width: var(--bsborder-width);
  background-color: var(--bsbody-bg);
}
.teaser.wp-teaser .teaser-image {
  margin-top: -var(--bsborder-width);
  margin-right: -var(--bsborder-width);
  margin-bottom: -var(--bsborder-width);
  overflow: hidden;
  border-top-left-radius: var(--bsborder-radius);
  border-top-right-radius: var(--bsborder-radius);
  position: relative;
}
.teaser.wp-teaser .teaser-image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.teaser.wp-teaser .teaser-body {
  padding: 1rem;
}
.teaser.wp-teaser .teaser-body h1.teaser-title, .teaser.wp-teaser .teaser-body .teaser-title.h1 {
  margin: 0 0 1rem 0;
}

/**
 * Image teaser
 * ------------------------------
 * uses bootstrap card variables
 * for styling
 */
.teaser.image-teaser {
  position: relative;
}
.teaser.image-teaser .teaser-image {
  position: relative;
}
.teaser.image-teaser .teaser-image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.teaser.image-teaser .teaser-image {
  border-radius: var(--bsborder-radius);
  overflow: hidden;
}
.teaser.image-teaser .teaser-image:after {
  content: "";
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.15);
  z-index: 4;
}
.teaser.image-teaser .teaser-body {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1rem;
}
.teaser.image-teaser .teaser-body h1, .teaser.image-teaser .teaser-body .h1 {
  margin: 0 0 1rem 0;
}
.teaser.image-teaser > a {
  display: block;
  border-radius: var(--bsborder-radius);
}
.teaser.image-teaser > a:focus-visible {
  box-shadow: none;
  outline: 0.125rem solid #003580; /* Your custom focus style */
  outline-offset: 0.125rem;
}

.teaser.icon-teaser {
  flex-direction: row;
  text-align: left;
}
.teaser.icon-teaser .teaser-icon {
  padding: 1rem 0 1rem 1rem;
}
.teaser.icon-teaser .teaser-icon .icon-inner {
  width: 3rem;
  height: 3rem;
}
.teaser.icon-teaser .teaser-icon .icon-inner > svg {
  width: 1.75rem;
  height: 1.75rem;
}
.teaser.icon-teaser .teaser-body {
  position: relative;
  padding-right: 1rem48px;
  flex: 1;
}
.teaser.icon-teaser .teaser-body h1 + p, .teaser.icon-teaser .teaser-body .h1 + p,
.teaser.icon-teaser .teaser-body p + p {
  margin-top: 0.5rem;
}
.teaser.icon-teaser .teaser-body a.btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  position: absolute;
  width: 3rem;
  top: -var(--bsborder-width);
  right: -var(--bsborder-width);
  bottom: -var(--bsborder-width);
  align-items: center;
  justify-content: center;
  display: flex;
}
.teaser.icon-teaser .teaser-body a.btn .btn-text {
  display: none;
}
.teaser.icon-teaser .teaser-body a.btn .btn-icon {
  display: block;
}

@media (min-width: 576px) {
  .teaser.icon-teaser {
    flex-direction: column;
    text-align: center;
  }
  .teaser.icon-teaser .teaser-icon {
    padding: 1rem 1rem 0 1rem;
  }
  .teaser.icon-teaser .teaser-icon .icon-inner {
    width: 5rem;
    height: 5rem;
  }
  .teaser.icon-teaser .teaser-icon .icon-inner > svg {
    width: 3rem;
    height: 3rem;
  }
  .teaser.icon-teaser .teaser-body h1 + p, .teaser.icon-teaser .teaser-body .h1 + p,
  .teaser.icon-teaser .teaser-body p + p {
    margin-top: 1rem;
  }
  .teaser.icon-teaser .teaser-body a.btn .btn-text {
    display: block;
  }
  .teaser.icon-teaser .teaser-body a.btn .btn-icon {
    display: none;
  }
  .teaser.icon-teaser .teaser-body a.btn {
    position: static;
    width: auto;
    top: unset;
    right: unset;
    bottom: unset;
    border-top-left-radius: var(--bsborder-radius);
    border-bottom-left-radius: var(--bsborder-radius);
  }
  .teaser.icon-teaser .teaser-body h1 + a.btn, .teaser.icon-teaser .teaser-body .h1 + a.btn,
  .teaser.icon-teaser .teaser-body p + a.btn {
    margin-top: 1rem;
  }
}

.teaser.icon-teaser {
  border-radius: var(--bsborder-radius);
  border-width: var(--bsborder-width);
  border-style: solid;
  border-color: var(--bsborder-color-translucent);
  background-color: var(--bsbody-bg);
  display: flex;
}
.teaser.icon-teaser .teaser-icon {
  display: flex;
  justify-content: center;
}
.teaser.icon-teaser .teaser-icon .icon-inner {
  border-radius: 50%;
  background-color: #dee2e6;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}
.teaser.icon-teaser .teaser-icon .icon-inner-primary {
  background-color: #003580;
}
.teaser.icon-teaser .teaser-icon .icon-inner-secondary {
  background-color: #03071d;
}
.teaser.icon-teaser .teaser-body {
  padding: 1rem;
}
.teaser.icon-teaser .teaser-body h1, .teaser.icon-teaser .teaser-body .h1 {
  margin: 0;
}
.teaser.icon-teaser .teaser-body p {
  margin: 0;
}
.teaser.icon-teaser .teaser-body .btn .btn-icon {
  line-height: 1;
}
.teaser.icon-teaser .teaser-body .btn .btn-icon svg {
  width: 1.5rem;
  height: 1.5rem;
}

.content-block.content-block-hero-teaser .hero-teaser .hero-teaser-content .hero-teaser-image {
  border-radius: 0.375rem;
  overflow: hidden;
}
.content-block.content-block-hero-teaser .hero-teaser .hero-teaser-content .hero-teaser-image .media {
  height: 100%;
}
.content-block.content-block-hero-teaser .hero-teaser .hero-teaser-content .hero-teaser-content-body {
  font-size: 0.875rem;
}
@media (min-width: 992px) {
  .content-block.content-block-hero-teaser .hero-teaser .hero-teaser-content .hero-teaser-content-body {
    font-size: 1rem;
  }
}
.content-block.content-block-hero-teaser .hero-teaser .hero-teaser-content-inner {
  padding-top: 1rem;
}
@media (min-width: 768px) {
  .content-block.content-block-hero-teaser .hero-teaser .hero-teaser-content-inner {
    padding-bottom: 1rem;
  }
}
.content-block.content-block-hero-teaser .hero-teaser .row:not(.flex-md-row-reverse) .hero-teaser-content-inner {
  padding-left: 0;
}
@media (min-width: 768px) {
  .content-block.content-block-hero-teaser .hero-teaser .row:not(.flex-md-row-reverse) .hero-teaser-content-inner {
    padding-left: 1.5rem;
  }
}
@media (min-width: 992px) {
  .content-block.content-block-hero-teaser .hero-teaser .row:not(.flex-md-row-reverse) .hero-teaser-content-inner {
    padding-left: 3rem;
  }
}
.content-block.content-block-hero-teaser .hero-teaser .row.flex-md-row-reverse .hero-teaser-content-inner {
  padding-right: 0;
}
@media (min-width: 768px) {
  .content-block.content-block-hero-teaser .hero-teaser .row.flex-md-row-reverse .hero-teaser-content-inner {
    padding-right: 1.5rem;
  }
}
@media (min-width: 992px) {
  .content-block.content-block-hero-teaser .hero-teaser .row.flex-md-row-reverse .hero-teaser-content-inner {
    padding-right: 3rem;
  }
}

/**
 * Styling for category product teaser
 */
.teaser.category-product-teaser {
  border-radius: var(--bsborder-radius);
  background-color: var(--bsbody-bg);
  border: var(--bsborder-width) solid var(--bsborder-color-translucent);
}
.teaser.category-product-teaser .teaser-category-image > a {
  display: block;
  color: inherit;
  text-decoration: none;
  position: relative;
  margin-left: -var(--bsborder-width);
  margin-top: -var(--bsborder-width);
  margin-bottom: 0;
  margin-right: -var(--bsborder-width);
}
.teaser.category-product-teaser .teaser-category-image > a .teaser-image {
  border-top-left-radius: var(--bsborder-radius);
  border-top-right-radius: var(--bsborder-radius);
  position: relative;
}
.teaser.category-product-teaser .teaser-category-image > a .teaser-image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 62.5%;
}
.teaser.category-product-teaser .teaser-category-image > a .teaser-image {
  overflow: hidden;
}
.teaser.category-product-teaser .teaser-category-image > a .teaser-body {
  padding: 1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.teaser.category-product-teaser .teaser-category-image > a .teaser-body .teaser-title {
  margin: 0;
}
.teaser.category-product-teaser .teaser-category-image > a:hover, .teaser.category-product-teaser .teaser-category-image > a:focus, .teaser.category-product-teaser .teaser-category-image > a:active {
  text-decoration: none;
}
.teaser.category-product-teaser .teaser-products .card-travel {
  padding: 1rem;
}
.teaser.category-product-teaser .teaser-products .card-travel .card-body {
  font-size: 0.875rem;
}
@media (min-width: 992px) {
  .teaser.category-product-teaser .teaser-products .card-travel .card-body {
    font-size: 1rem;
  }
}
.teaser.category-product-teaser .teaser-products .card-travel .card-body h1.card-title, .teaser.category-product-teaser .teaser-products .card-travel .card-body .card-title {
  font-size: 1rem;
}
.teaser.category-product-teaser .teaser-products .card-travel-wrapper + .card-travel-wrapper {
  border-top: var(--bsborder-width) solid var(--bsborder-color-translucent);
}

/**
 * Defines look of month teaser
 */
.teaser.month-teaser {
  border-radius: var(--bsborder-radius);
  background-color: var(--bsbody-bg);
  border: var(--bsborder-width) solid var(--bsborder-color-translucent);
}
.teaser.month-teaser > a {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  color: inherit;
  text-decoration: none;
}
.teaser.month-teaser > a:hover, .teaser.month-teaser > a:focus, .teaser.month-teaser > a:active {
  text-decoration: none;
}
.teaser.month-teaser > a div.month-teaser-image {
  flex: 0 0 30%;
  width: 100%;
  max-width: 30%;
  border-top-left-radius: var(--bsborder-radius);
  border-bottom-left-radius: var(--bsborder-radius);
  margin-left: -var(--bsborder-width);
  margin-top: -var(--bsborder-width);
  margin-bottom: -var(--bsborder-width);
}
@media (max-width: 575.98px) {
  .teaser.month-teaser > a div.month-teaser-image {
    flex: 0 0 6rem;
    max-width: 6rem;
  }
}
.teaser.month-teaser > a div.month-teaser-title {
  flex: 1;
  padding: 1rem;
  display: flex;
  flex-direction: row;
  gap: 1rem;
  justify-content: space-between;
  align-items: center;
  transition: color 0.3s;
  font-size: 1rem;
}
@media (min-width: 992px) {
  .teaser.month-teaser > a div.month-teaser-title {
    font-size: 1.25rem;
  }
}
.teaser.month-teaser > a div.month-teaser-title {
  font-weight: 500;
}
.teaser.month-teaser > a div.month-teaser-title svg {
  width: 1.5rem;
  height: 1.5rem;
  opacity: 0.5;
  color: rgb(89.8581081081, 100.75, 111.6418918919);
  transition: transform 0.3s;
}
.teaser.month-teaser > a:hover div.month-teaser-title {
  color: #003580;
}
.teaser.month-teaser > a:hover div.month-teaser-title svg {
  transform: translateX(0.5rem);
}

.teaser.team-teaser {
  height: 100%;
}
.teaser.team-teaser .teaser-image {
  position: relative;
  z-index: 2;
  width: 10rem;
  margin: 0 auto -5rem auto;
}
.teaser.team-teaser .teaser-image .media {
  background-color: #cccccc;
  width: 10rem;
  height: 10rem;
}
.teaser.team-teaser .teaser-body {
  padding: 6rem 1rem 1rem 1rem;
  height: calc(100% - 10rem / 2);
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.teaser.team-teaser .teaser-body h1, .teaser.team-teaser .teaser-body .h1 {
  margin: 0;
}
.teaser.team-teaser .teaser-body h1 small, .teaser.team-teaser .teaser-body .h1 small, .teaser.team-teaser .teaser-body h1 .small, .teaser.team-teaser .teaser-body .h1 .small {
  display: block;
  clear: both;
}
.teaser.team-teaser .teaser-body {
  border-radius: var(--bsborder-radius);
  border-color: var(--bsborder-color-translucent);
  border-style: solid;
  border-width: var(--bsborder-width);
  background-color: var(--bsbody-bg);
}

.accordion-group .accordion-header {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: baseline;
  justify-content: space-between;
}
.accordion-group .accordion-header button.accordion-toggle-all[data-toggle=open] .txt-close {
  display: none;
}
.accordion-group .accordion-header button.accordion-toggle-all[data-toggle=close] .txt-open {
  display: none;
}

.accordion-wrapper .accordion-item {
  border-bottom: var(--bsborder-width) solid var(--bsborder-color);
  border-radius: var(--bsborder-radius);
}
.accordion-wrapper .accordion-item:first-child {
  border-top: var(--bsborder-width) solid var(--bsborder-color);
}
.accordion-wrapper .accordion-item .accordion-toggle {
  border: 0;
  outline: none;
  box-shadow: none;
  background: transparent;
  padding: 0;
  color: inherit;
}
.accordion-wrapper .accordion-item .accordion-toggle:active, .accordion-wrapper .accordion-item .accordion-toggle:focus, .accordion-wrapper .accordion-item .accordion-toggle:hover {
  outline: none;
}
.accordion-wrapper .accordion-item .accordion-toggle {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  background-color: var(--bsbody-bg);
  transition: background-color 0.3s;
  width: 100%;
  gap: 0.5rem;
  border-radius: var(--bsborder-radius);
}
.accordion-wrapper .accordion-item .accordion-toggle > svg {
  width: 1.25rem;
  height: 1.25rem;
  color: rgb(89.8581081081, 100.75, 111.6418918919);
  transition: color 0.3s, transform 0.3s;
}
.accordion-wrapper .accordion-item .accordion-toggle .accordion-toggle--title {
  margin-bottom: 0 !important;
  color: #212529;
  transition: color 0.3s;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.25rem;
}
@media (min-width: 992px) {
  .accordion-wrapper .accordion-item .accordion-toggle .accordion-toggle--title {
    gap: 0.5rem;
  }
}
.accordion-wrapper .accordion-item .accordion-toggle .accordion-toggle--title .accordion-toggle--rating {
  display: flex;
  flex-wrap: nowrap;
  color: #ffc107;
  line-height: 1;
}
.accordion-wrapper .accordion-item .accordion-toggle .accordion-toggle--title .accordion-toggle--rating svg {
  width: 1rem;
}
@media (min-width: 992px) {
  .accordion-wrapper .accordion-item .accordion-toggle .accordion-toggle--title .accordion-toggle--rating svg {
    width: 1.25rem;
  }
}
.accordion-wrapper .accordion-item .accordion-toggle .accordion-toggle--title .accordion-toggle--rating svg {
  height: 1rem;
}
@media (min-width: 992px) {
  .accordion-wrapper .accordion-item .accordion-toggle .accordion-toggle--title .accordion-toggle--rating svg {
    height: 1.25rem;
  }
}
.accordion-wrapper .accordion-item .accordion-toggle {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
@media (min-width: 992px) {
  .accordion-wrapper .accordion-item .accordion-toggle {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.accordion-wrapper .accordion-item .accordion-toggle:hover {
  background-color: var(--bsbody-bg);
}
.accordion-wrapper .accordion-item .accordion-toggle:hover .accordion-toggle--title {
  color: rgba(33, 37, 41, 0.75);
}
.accordion-wrapper .accordion-item .accordion-toggle:hover > svg {
  color: #212529;
}
.accordion-wrapper .accordion-item .accordion-toggle:focus-visible {
  box-shadow: none;
  outline: 0.125rem solid #003580; /* Your custom focus style */
  outline-offset: 0.125rem;
}
.accordion-wrapper .accordion-item .accordion-content {
  height: 0;
  overflow: hidden;
  will-change: height;
  transition: height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.accordion-wrapper .accordion-item .accordion-content.visibility-hidden {
  visibility: hidden;
}
.accordion-wrapper .accordion-item .accordion-content .accordion-content--inner {
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .accordion-wrapper .accordion-item .accordion-content .accordion-content--inner {
    padding-bottom: 1.5rem;
  }
}
.accordion-wrapper .accordion-item .accordion-content .accordion-block-text + .accordion-block-text,
.accordion-wrapper .accordion-item .accordion-content .accordion-block-text + .accordion-block-gallery-wrapper,
.accordion-wrapper .accordion-item .accordion-content .accordion-block-gallery-wrapper + .accordion-block-text,
.accordion-wrapper .accordion-item .accordion-content .accordion-block-gallery-wrapper + .accordion-block-gallery-wrapper {
  margin-top: 1rem;
}
.accordion-wrapper .accordion-item.is-open .accordion-toggle > svg {
  transform: scaleY(-1);
}
.accordion-wrapper .accordion-item.is-open .accordion-content {
  height: auto;
}
.accordion-wrapper.accordion-wrapper-boxed .accordion-item {
  border-radius: var(--bsborder-radius);
  border: var(--bsborder-width) solid var(--bsborder-color);
}
.accordion-wrapper.accordion-wrapper-boxed .accordion-item + .accordion-item {
  margin-top: 0.25rem;
}
@media (min-width: 992px) {
  .accordion-wrapper.accordion-wrapper-boxed .accordion-item + .accordion-item {
    margin-top: 0.5rem;
  }
}
.accordion-wrapper.accordion-wrapper-boxed .accordion-item .accordion-toggle {
  border-radius: var(--bsborder-radius);
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 992px) {
  .accordion-wrapper.accordion-wrapper-boxed .accordion-item .accordion-toggle {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.accordion-wrapper.accordion-wrapper-boxed .accordion-item .accordion-content .accordion-content--inner {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 992px) {
  .accordion-wrapper.accordion-wrapper-boxed .accordion-item .accordion-content .accordion-content--inner {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.accordion-wrapper.accordion-wrapper-boxed .accordion-item .accordion-content .accordion-content--inner {
  padding-top: 1rem;
}
@media (min-width: 992px) {
  .accordion-wrapper.accordion-wrapper-boxed .accordion-item .accordion-content .accordion-content--inner {
    padding-top: 1.5rem;
  }
}
.accordion-wrapper.accordion-wrapper-boxed .accordion-item .accordion-content .accordion-content--inner {
  border-top: var(--bsborder-width) solid var(--bsborder-color);
}
.accordion-wrapper.accordion-wrapper-light {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
.accordion-wrapper.accordion-wrapper-light .accordion-item {
  border-top: 0;
  border-bottom: 0;
  padding-bottom: 0.25rem;
}
.accordion-wrapper.accordion-wrapper-light .accordion-item button.accordion-toggle .h5, .accordion-wrapper.accordion-wrapper-light .accordion-item button.accordion-toggle .autocomplete-group, .accordion-wrapper.accordion-wrapper-light .accordion-item button.accordion-toggle .page-share .share-object .share-object-body strong, .page-share .share-object .share-object-body .accordion-wrapper.accordion-wrapper-light .accordion-item button.accordion-toggle strong {
  color: inherit;
}
.accordion-wrapper.accordion-wrapper-light .accordion-item button.accordion-toggle {
  color: #212529;
  background-color: transparent;
  padding: 0 0.25rem;
  margin-bottom: 0.5rem;
}
.accordion-wrapper.accordion-wrapper-light .accordion-item button.accordion-toggle:hover, .accordion-wrapper.accordion-wrapper-light .accordion-item button.accordion-toggle:focus, .accordion-wrapper.accordion-wrapper-light .accordion-item button.accordion-toggle:active {
  color: rgba(33, 37, 41, 0.75);
}
.accordion-wrapper.accordion-wrapper-light .accordion-item .accordion-content--inner {
  padding-top: 0.25rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-bottom: 0.75rem;
}
.accordion-wrapper.accordion-wrapper-light .accordion-item.accordion-item-disable-xs {
  padding-bottom: 0;
}
.accordion-wrapper.accordion-wrapper-light .accordion-item.accordion-item-disable-xs button.accordion-toggle {
  cursor: default;
  margin-top: 0;
  margin-bottom: 0.5rem;
  padding-bottom: 0;
  padding-top: 0;
  height: 3rem;
}
.accordion-wrapper.accordion-wrapper-light .accordion-item.accordion-item-disable-xs button.accordion-toggle:hover, .accordion-wrapper.accordion-wrapper-light .accordion-item.accordion-item-disable-xs button.accordion-toggle:focus, .accordion-wrapper.accordion-wrapper-light .accordion-item.accordion-item-disable-xs button.accordion-toggle:active {
  color: #212529;
}
.accordion-wrapper.accordion-wrapper-light .accordion-item.accordion-item-disable-xs button.accordion-toggle > svg {
  display: none;
}
.accordion-wrapper.accordion-wrapper-light .accordion-item.accordion-item-disable-xs .accordion-content {
  visibility: visible !important;
  height: unset !important;
  overflow: visible !important;
}
.accordion-wrapper.accordion-wrapper-light .accordion-item.accordion-item-disable-xs .accordion-content--inner {
  padding-top: 0;
  padding-bottom: 1rem;
}
@media (min-width: 576px) {
  .accordion-wrapper.accordion-wrapper-light .accordion-item.accordion-item-disable-sm {
    padding-bottom: 0;
  }
  .accordion-wrapper.accordion-wrapper-light .accordion-item.accordion-item-disable-sm button.accordion-toggle {
    cursor: default;
    margin-top: 0;
    margin-bottom: 0.5rem;
    padding-bottom: 0;
    padding-top: 0;
    height: 3rem;
  }
  .accordion-wrapper.accordion-wrapper-light .accordion-item.accordion-item-disable-sm button.accordion-toggle:hover, .accordion-wrapper.accordion-wrapper-light .accordion-item.accordion-item-disable-sm button.accordion-toggle:focus, .accordion-wrapper.accordion-wrapper-light .accordion-item.accordion-item-disable-sm button.accordion-toggle:active {
    color: #212529;
  }
  .accordion-wrapper.accordion-wrapper-light .accordion-item.accordion-item-disable-sm button.accordion-toggle > svg {
    display: none;
  }
  .accordion-wrapper.accordion-wrapper-light .accordion-item.accordion-item-disable-sm .accordion-content {
    visibility: visible !important;
    height: unset !important;
    overflow: visible !important;
  }
  .accordion-wrapper.accordion-wrapper-light .accordion-item.accordion-item-disable-sm .accordion-content--inner {
    padding-top: 0;
    padding-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .accordion-wrapper.accordion-wrapper-light .accordion-item.accordion-item-disable-md {
    padding-bottom: 0;
  }
  .accordion-wrapper.accordion-wrapper-light .accordion-item.accordion-item-disable-md button.accordion-toggle {
    cursor: default;
    margin-top: 0;
    margin-bottom: 0.5rem;
    padding-bottom: 0;
    padding-top: 0;
    height: 3rem;
  }
  .accordion-wrapper.accordion-wrapper-light .accordion-item.accordion-item-disable-md button.accordion-toggle:hover, .accordion-wrapper.accordion-wrapper-light .accordion-item.accordion-item-disable-md button.accordion-toggle:focus, .accordion-wrapper.accordion-wrapper-light .accordion-item.accordion-item-disable-md button.accordion-toggle:active {
    color: #212529;
  }
  .accordion-wrapper.accordion-wrapper-light .accordion-item.accordion-item-disable-md button.accordion-toggle > svg {
    display: none;
  }
  .accordion-wrapper.accordion-wrapper-light .accordion-item.accordion-item-disable-md .accordion-content {
    visibility: visible !important;
    height: unset !important;
    overflow: visible !important;
  }
  .accordion-wrapper.accordion-wrapper-light .accordion-item.accordion-item-disable-md .accordion-content--inner {
    padding-top: 0;
    padding-bottom: 1rem;
  }
}
@media (min-width: 992px) {
  .accordion-wrapper.accordion-wrapper-light .accordion-item.accordion-item-disable-lg {
    padding-bottom: 0;
  }
  .accordion-wrapper.accordion-wrapper-light .accordion-item.accordion-item-disable-lg button.accordion-toggle {
    cursor: default;
    margin-top: 0;
    margin-bottom: 0.5rem;
    padding-bottom: 0;
    padding-top: 0;
    height: 3rem;
  }
  .accordion-wrapper.accordion-wrapper-light .accordion-item.accordion-item-disable-lg button.accordion-toggle:hover, .accordion-wrapper.accordion-wrapper-light .accordion-item.accordion-item-disable-lg button.accordion-toggle:focus, .accordion-wrapper.accordion-wrapper-light .accordion-item.accordion-item-disable-lg button.accordion-toggle:active {
    color: #212529;
  }
  .accordion-wrapper.accordion-wrapper-light .accordion-item.accordion-item-disable-lg button.accordion-toggle > svg {
    display: none;
  }
  .accordion-wrapper.accordion-wrapper-light .accordion-item.accordion-item-disable-lg .accordion-content {
    visibility: visible !important;
    height: unset !important;
    overflow: visible !important;
  }
  .accordion-wrapper.accordion-wrapper-light .accordion-item.accordion-item-disable-lg .accordion-content--inner {
    padding-top: 0;
    padding-bottom: 1rem;
  }
}
@media (min-width: 1200px) {
  .accordion-wrapper.accordion-wrapper-light .accordion-item.accordion-item-disable-xl {
    padding-bottom: 0;
  }
  .accordion-wrapper.accordion-wrapper-light .accordion-item.accordion-item-disable-xl button.accordion-toggle {
    cursor: default;
    margin-top: 0;
    margin-bottom: 0.5rem;
    padding-bottom: 0;
    padding-top: 0;
    height: 3rem;
  }
  .accordion-wrapper.accordion-wrapper-light .accordion-item.accordion-item-disable-xl button.accordion-toggle:hover, .accordion-wrapper.accordion-wrapper-light .accordion-item.accordion-item-disable-xl button.accordion-toggle:focus, .accordion-wrapper.accordion-wrapper-light .accordion-item.accordion-item-disable-xl button.accordion-toggle:active {
    color: #212529;
  }
  .accordion-wrapper.accordion-wrapper-light .accordion-item.accordion-item-disable-xl button.accordion-toggle > svg {
    display: none;
  }
  .accordion-wrapper.accordion-wrapper-light .accordion-item.accordion-item-disable-xl .accordion-content {
    visibility: visible !important;
    height: unset !important;
    overflow: visible !important;
  }
  .accordion-wrapper.accordion-wrapper-light .accordion-item.accordion-item-disable-xl .accordion-content--inner {
    padding-top: 0;
    padding-bottom: 1rem;
  }
}
@media (min-width: 1400px) {
  .accordion-wrapper.accordion-wrapper-light .accordion-item.accordion-item-disable-xxl {
    padding-bottom: 0;
  }
  .accordion-wrapper.accordion-wrapper-light .accordion-item.accordion-item-disable-xxl button.accordion-toggle {
    cursor: default;
    margin-top: 0;
    margin-bottom: 0.5rem;
    padding-bottom: 0;
    padding-top: 0;
    height: 3rem;
  }
  .accordion-wrapper.accordion-wrapper-light .accordion-item.accordion-item-disable-xxl button.accordion-toggle:hover, .accordion-wrapper.accordion-wrapper-light .accordion-item.accordion-item-disable-xxl button.accordion-toggle:focus, .accordion-wrapper.accordion-wrapper-light .accordion-item.accordion-item-disable-xxl button.accordion-toggle:active {
    color: #212529;
  }
  .accordion-wrapper.accordion-wrapper-light .accordion-item.accordion-item-disable-xxl button.accordion-toggle > svg {
    display: none;
  }
  .accordion-wrapper.accordion-wrapper-light .accordion-item.accordion-item-disable-xxl .accordion-content {
    visibility: visible !important;
    height: unset !important;
    overflow: visible !important;
  }
  .accordion-wrapper.accordion-wrapper-light .accordion-item.accordion-item-disable-xxl .accordion-content--inner {
    padding-top: 0;
    padding-bottom: 1rem;
  }
}

.accordion-block-gallery,
.teaser-block-gallery,
.text-block-gallery {
  padding: 0;
}

.accordion-block-gallery .text-block-gallery--inner .teaser-block-gallery-item,
.accordion-block-gallery .text-block-gallery--inner .text-block-gallery-item,
.accordion-block-gallery .text-block-gallery--inner .accordion-gallery-item,
.accordion-block-gallery .accordion-block-gallery--inner .teaser-block-gallery-item,
.accordion-block-gallery .accordion-block-gallery--inner .text-block-gallery-item,
.accordion-block-gallery .accordion-block-gallery--inner .accordion-gallery-item,
.accordion-block-gallery .teaser-block-gallery--inner .teaser-block-gallery-item,
.accordion-block-gallery .teaser-block-gallery--inner .text-block-gallery-item,
.accordion-block-gallery .teaser-block-gallery--inner .accordion-gallery-item,
.teaser-block-gallery .text-block-gallery--inner .teaser-block-gallery-item,
.teaser-block-gallery .text-block-gallery--inner .text-block-gallery-item,
.teaser-block-gallery .text-block-gallery--inner .accordion-gallery-item,
.teaser-block-gallery .accordion-block-gallery--inner .teaser-block-gallery-item,
.teaser-block-gallery .accordion-block-gallery--inner .text-block-gallery-item,
.teaser-block-gallery .accordion-block-gallery--inner .accordion-gallery-item,
.teaser-block-gallery .teaser-block-gallery--inner .teaser-block-gallery-item,
.teaser-block-gallery .teaser-block-gallery--inner .text-block-gallery-item,
.teaser-block-gallery .teaser-block-gallery--inner .accordion-gallery-item,
.text-block-gallery .text-block-gallery--inner .teaser-block-gallery-item,
.text-block-gallery .text-block-gallery--inner .text-block-gallery-item,
.text-block-gallery .text-block-gallery--inner .accordion-gallery-item,
.text-block-gallery .accordion-block-gallery--inner .teaser-block-gallery-item,
.text-block-gallery .accordion-block-gallery--inner .text-block-gallery-item,
.text-block-gallery .accordion-block-gallery--inner .accordion-gallery-item,
.text-block-gallery .teaser-block-gallery--inner .teaser-block-gallery-item,
.text-block-gallery .teaser-block-gallery--inner .text-block-gallery-item,
.text-block-gallery .teaser-block-gallery--inner .accordion-gallery-item {
  position: relative;
}

.accordion-block-gallery .text-block-gallery--inner .teaser-block-gallery-item > a,
.accordion-block-gallery .text-block-gallery--inner .text-block-gallery-item > a,
.accordion-block-gallery .text-block-gallery--inner .accordion-gallery-item > a,
.accordion-block-gallery .accordion-block-gallery--inner .teaser-block-gallery-item > a,
.accordion-block-gallery .accordion-block-gallery--inner .text-block-gallery-item > a,
.accordion-block-gallery .accordion-block-gallery--inner .accordion-gallery-item > a,
.accordion-block-gallery .teaser-block-gallery--inner .teaser-block-gallery-item > a,
.accordion-block-gallery .teaser-block-gallery--inner .text-block-gallery-item > a,
.accordion-block-gallery .teaser-block-gallery--inner .accordion-gallery-item > a,
.teaser-block-gallery .text-block-gallery--inner .teaser-block-gallery-item > a,
.teaser-block-gallery .text-block-gallery--inner .text-block-gallery-item > a,
.teaser-block-gallery .text-block-gallery--inner .accordion-gallery-item > a,
.teaser-block-gallery .accordion-block-gallery--inner .teaser-block-gallery-item > a,
.teaser-block-gallery .accordion-block-gallery--inner .text-block-gallery-item > a,
.teaser-block-gallery .accordion-block-gallery--inner .accordion-gallery-item > a,
.teaser-block-gallery .teaser-block-gallery--inner .teaser-block-gallery-item > a,
.teaser-block-gallery .teaser-block-gallery--inner .text-block-gallery-item > a,
.teaser-block-gallery .teaser-block-gallery--inner .accordion-gallery-item > a,
.text-block-gallery .text-block-gallery--inner .teaser-block-gallery-item > a,
.text-block-gallery .text-block-gallery--inner .text-block-gallery-item > a,
.text-block-gallery .text-block-gallery--inner .accordion-gallery-item > a,
.text-block-gallery .accordion-block-gallery--inner .teaser-block-gallery-item > a,
.text-block-gallery .accordion-block-gallery--inner .text-block-gallery-item > a,
.text-block-gallery .accordion-block-gallery--inner .accordion-gallery-item > a,
.text-block-gallery .teaser-block-gallery--inner .teaser-block-gallery-item > a,
.text-block-gallery .teaser-block-gallery--inner .text-block-gallery-item > a,
.text-block-gallery .teaser-block-gallery--inner .accordion-gallery-item > a {
  display: block;
  clear: both;
  position: relative;
}
.accordion-block-gallery .text-block-gallery--inner .teaser-block-gallery-item > a > .zoom-indicator,
.accordion-block-gallery .text-block-gallery--inner .text-block-gallery-item > a > .zoom-indicator,
.accordion-block-gallery .text-block-gallery--inner .accordion-gallery-item > a > .zoom-indicator,
.accordion-block-gallery .accordion-block-gallery--inner .teaser-block-gallery-item > a > .zoom-indicator,
.accordion-block-gallery .accordion-block-gallery--inner .text-block-gallery-item > a > .zoom-indicator,
.accordion-block-gallery .accordion-block-gallery--inner .accordion-gallery-item > a > .zoom-indicator,
.accordion-block-gallery .teaser-block-gallery--inner .teaser-block-gallery-item > a > .zoom-indicator,
.accordion-block-gallery .teaser-block-gallery--inner .text-block-gallery-item > a > .zoom-indicator,
.accordion-block-gallery .teaser-block-gallery--inner .accordion-gallery-item > a > .zoom-indicator,
.teaser-block-gallery .text-block-gallery--inner .teaser-block-gallery-item > a > .zoom-indicator,
.teaser-block-gallery .text-block-gallery--inner .text-block-gallery-item > a > .zoom-indicator,
.teaser-block-gallery .text-block-gallery--inner .accordion-gallery-item > a > .zoom-indicator,
.teaser-block-gallery .accordion-block-gallery--inner .teaser-block-gallery-item > a > .zoom-indicator,
.teaser-block-gallery .accordion-block-gallery--inner .text-block-gallery-item > a > .zoom-indicator,
.teaser-block-gallery .accordion-block-gallery--inner .accordion-gallery-item > a > .zoom-indicator,
.teaser-block-gallery .teaser-block-gallery--inner .teaser-block-gallery-item > a > .zoom-indicator,
.teaser-block-gallery .teaser-block-gallery--inner .text-block-gallery-item > a > .zoom-indicator,
.teaser-block-gallery .teaser-block-gallery--inner .accordion-gallery-item > a > .zoom-indicator,
.text-block-gallery .text-block-gallery--inner .teaser-block-gallery-item > a > .zoom-indicator,
.text-block-gallery .text-block-gallery--inner .text-block-gallery-item > a > .zoom-indicator,
.text-block-gallery .text-block-gallery--inner .accordion-gallery-item > a > .zoom-indicator,
.text-block-gallery .accordion-block-gallery--inner .teaser-block-gallery-item > a > .zoom-indicator,
.text-block-gallery .accordion-block-gallery--inner .text-block-gallery-item > a > .zoom-indicator,
.text-block-gallery .accordion-block-gallery--inner .accordion-gallery-item > a > .zoom-indicator,
.text-block-gallery .teaser-block-gallery--inner .teaser-block-gallery-item > a > .zoom-indicator,
.text-block-gallery .teaser-block-gallery--inner .text-block-gallery-item > a > .zoom-indicator,
.text-block-gallery .teaser-block-gallery--inner .accordion-gallery-item > a > .zoom-indicator {
  transition: transform 0.15s, opacity 0.15s;
  z-index: 3;
  width: 2.5rem;
  height: 2.5rem;
  background-color: rgba(33, 37, 41, 0.75);
  display: flex;
  line-height: 1;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.1);
  opacity: 0;
  pointer-events: none;
}
.accordion-block-gallery .text-block-gallery--inner .teaser-block-gallery-item > a > .zoom-indicator > svg,
.accordion-block-gallery .text-block-gallery--inner .text-block-gallery-item > a > .zoom-indicator > svg,
.accordion-block-gallery .text-block-gallery--inner .accordion-gallery-item > a > .zoom-indicator > svg,
.accordion-block-gallery .accordion-block-gallery--inner .teaser-block-gallery-item > a > .zoom-indicator > svg,
.accordion-block-gallery .accordion-block-gallery--inner .text-block-gallery-item > a > .zoom-indicator > svg,
.accordion-block-gallery .accordion-block-gallery--inner .accordion-gallery-item > a > .zoom-indicator > svg,
.accordion-block-gallery .teaser-block-gallery--inner .teaser-block-gallery-item > a > .zoom-indicator > svg,
.accordion-block-gallery .teaser-block-gallery--inner .text-block-gallery-item > a > .zoom-indicator > svg,
.accordion-block-gallery .teaser-block-gallery--inner .accordion-gallery-item > a > .zoom-indicator > svg,
.teaser-block-gallery .text-block-gallery--inner .teaser-block-gallery-item > a > .zoom-indicator > svg,
.teaser-block-gallery .text-block-gallery--inner .text-block-gallery-item > a > .zoom-indicator > svg,
.teaser-block-gallery .text-block-gallery--inner .accordion-gallery-item > a > .zoom-indicator > svg,
.teaser-block-gallery .accordion-block-gallery--inner .teaser-block-gallery-item > a > .zoom-indicator > svg,
.teaser-block-gallery .accordion-block-gallery--inner .text-block-gallery-item > a > .zoom-indicator > svg,
.teaser-block-gallery .accordion-block-gallery--inner .accordion-gallery-item > a > .zoom-indicator > svg,
.teaser-block-gallery .teaser-block-gallery--inner .teaser-block-gallery-item > a > .zoom-indicator > svg,
.teaser-block-gallery .teaser-block-gallery--inner .text-block-gallery-item > a > .zoom-indicator > svg,
.teaser-block-gallery .teaser-block-gallery--inner .accordion-gallery-item > a > .zoom-indicator > svg,
.text-block-gallery .text-block-gallery--inner .teaser-block-gallery-item > a > .zoom-indicator > svg,
.text-block-gallery .text-block-gallery--inner .text-block-gallery-item > a > .zoom-indicator > svg,
.text-block-gallery .text-block-gallery--inner .accordion-gallery-item > a > .zoom-indicator > svg,
.text-block-gallery .accordion-block-gallery--inner .teaser-block-gallery-item > a > .zoom-indicator > svg,
.text-block-gallery .accordion-block-gallery--inner .text-block-gallery-item > a > .zoom-indicator > svg,
.text-block-gallery .accordion-block-gallery--inner .accordion-gallery-item > a > .zoom-indicator > svg,
.text-block-gallery .teaser-block-gallery--inner .teaser-block-gallery-item > a > .zoom-indicator > svg,
.text-block-gallery .teaser-block-gallery--inner .text-block-gallery-item > a > .zoom-indicator > svg,
.text-block-gallery .teaser-block-gallery--inner .accordion-gallery-item > a > .zoom-indicator > svg {
  color: #fff;
  width: 1.25rem;
  height: 1.25rem;
}
.accordion-block-gallery .text-block-gallery--inner .teaser-block-gallery-item > a > .zoom-indicator,
.accordion-block-gallery .text-block-gallery--inner .text-block-gallery-item > a > .zoom-indicator,
.accordion-block-gallery .text-block-gallery--inner .accordion-gallery-item > a > .zoom-indicator,
.accordion-block-gallery .accordion-block-gallery--inner .teaser-block-gallery-item > a > .zoom-indicator,
.accordion-block-gallery .accordion-block-gallery--inner .text-block-gallery-item > a > .zoom-indicator,
.accordion-block-gallery .accordion-block-gallery--inner .accordion-gallery-item > a > .zoom-indicator,
.accordion-block-gallery .teaser-block-gallery--inner .teaser-block-gallery-item > a > .zoom-indicator,
.accordion-block-gallery .teaser-block-gallery--inner .text-block-gallery-item > a > .zoom-indicator,
.accordion-block-gallery .teaser-block-gallery--inner .accordion-gallery-item > a > .zoom-indicator,
.teaser-block-gallery .text-block-gallery--inner .teaser-block-gallery-item > a > .zoom-indicator,
.teaser-block-gallery .text-block-gallery--inner .text-block-gallery-item > a > .zoom-indicator,
.teaser-block-gallery .text-block-gallery--inner .accordion-gallery-item > a > .zoom-indicator,
.teaser-block-gallery .accordion-block-gallery--inner .teaser-block-gallery-item > a > .zoom-indicator,
.teaser-block-gallery .accordion-block-gallery--inner .text-block-gallery-item > a > .zoom-indicator,
.teaser-block-gallery .accordion-block-gallery--inner .accordion-gallery-item > a > .zoom-indicator,
.teaser-block-gallery .teaser-block-gallery--inner .teaser-block-gallery-item > a > .zoom-indicator,
.teaser-block-gallery .teaser-block-gallery--inner .text-block-gallery-item > a > .zoom-indicator,
.teaser-block-gallery .teaser-block-gallery--inner .accordion-gallery-item > a > .zoom-indicator,
.text-block-gallery .text-block-gallery--inner .teaser-block-gallery-item > a > .zoom-indicator,
.text-block-gallery .text-block-gallery--inner .text-block-gallery-item > a > .zoom-indicator,
.text-block-gallery .text-block-gallery--inner .accordion-gallery-item > a > .zoom-indicator,
.text-block-gallery .accordion-block-gallery--inner .teaser-block-gallery-item > a > .zoom-indicator,
.text-block-gallery .accordion-block-gallery--inner .text-block-gallery-item > a > .zoom-indicator,
.text-block-gallery .accordion-block-gallery--inner .accordion-gallery-item > a > .zoom-indicator,
.text-block-gallery .teaser-block-gallery--inner .teaser-block-gallery-item > a > .zoom-indicator,
.text-block-gallery .teaser-block-gallery--inner .text-block-gallery-item > a > .zoom-indicator,
.text-block-gallery .teaser-block-gallery--inner .accordion-gallery-item > a > .zoom-indicator {
  border-radius: 50%;
}
.accordion-block-gallery .text-block-gallery--inner .teaser-block-gallery-item > a:hover .zoom-indicator,
.accordion-block-gallery .text-block-gallery--inner .text-block-gallery-item > a:hover .zoom-indicator,
.accordion-block-gallery .text-block-gallery--inner .accordion-gallery-item > a:hover .zoom-indicator,
.accordion-block-gallery .accordion-block-gallery--inner .teaser-block-gallery-item > a:hover .zoom-indicator,
.accordion-block-gallery .accordion-block-gallery--inner .text-block-gallery-item > a:hover .zoom-indicator,
.accordion-block-gallery .accordion-block-gallery--inner .accordion-gallery-item > a:hover .zoom-indicator,
.accordion-block-gallery .teaser-block-gallery--inner .teaser-block-gallery-item > a:hover .zoom-indicator,
.accordion-block-gallery .teaser-block-gallery--inner .text-block-gallery-item > a:hover .zoom-indicator,
.accordion-block-gallery .teaser-block-gallery--inner .accordion-gallery-item > a:hover .zoom-indicator,
.teaser-block-gallery .text-block-gallery--inner .teaser-block-gallery-item > a:hover .zoom-indicator,
.teaser-block-gallery .text-block-gallery--inner .text-block-gallery-item > a:hover .zoom-indicator,
.teaser-block-gallery .text-block-gallery--inner .accordion-gallery-item > a:hover .zoom-indicator,
.teaser-block-gallery .accordion-block-gallery--inner .teaser-block-gallery-item > a:hover .zoom-indicator,
.teaser-block-gallery .accordion-block-gallery--inner .text-block-gallery-item > a:hover .zoom-indicator,
.teaser-block-gallery .accordion-block-gallery--inner .accordion-gallery-item > a:hover .zoom-indicator,
.teaser-block-gallery .teaser-block-gallery--inner .teaser-block-gallery-item > a:hover .zoom-indicator,
.teaser-block-gallery .teaser-block-gallery--inner .text-block-gallery-item > a:hover .zoom-indicator,
.teaser-block-gallery .teaser-block-gallery--inner .accordion-gallery-item > a:hover .zoom-indicator,
.text-block-gallery .text-block-gallery--inner .teaser-block-gallery-item > a:hover .zoom-indicator,
.text-block-gallery .text-block-gallery--inner .text-block-gallery-item > a:hover .zoom-indicator,
.text-block-gallery .text-block-gallery--inner .accordion-gallery-item > a:hover .zoom-indicator,
.text-block-gallery .accordion-block-gallery--inner .teaser-block-gallery-item > a:hover .zoom-indicator,
.text-block-gallery .accordion-block-gallery--inner .text-block-gallery-item > a:hover .zoom-indicator,
.text-block-gallery .accordion-block-gallery--inner .accordion-gallery-item > a:hover .zoom-indicator,
.text-block-gallery .teaser-block-gallery--inner .teaser-block-gallery-item > a:hover .zoom-indicator,
.text-block-gallery .teaser-block-gallery--inner .text-block-gallery-item > a:hover .zoom-indicator,
.text-block-gallery .teaser-block-gallery--inner .accordion-gallery-item > a:hover .zoom-indicator {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

.accordion-block-gallery .text-block-gallery--inner .teaser-block-gallery-item .accordion-gallery-item--copyright,
.accordion-block-gallery .text-block-gallery--inner .teaser-block-gallery-item .text-block-gallery-item--copyright,
.accordion-block-gallery .text-block-gallery--inner .teaser-block-gallery-item .teaser-block-gallery-item--copyright,
.accordion-block-gallery .text-block-gallery--inner .text-block-gallery-item .accordion-gallery-item--copyright,
.accordion-block-gallery .text-block-gallery--inner .text-block-gallery-item .text-block-gallery-item--copyright,
.accordion-block-gallery .text-block-gallery--inner .text-block-gallery-item .teaser-block-gallery-item--copyright,
.accordion-block-gallery .text-block-gallery--inner .accordion-gallery-item .accordion-gallery-item--copyright,
.accordion-block-gallery .text-block-gallery--inner .accordion-gallery-item .text-block-gallery-item--copyright,
.accordion-block-gallery .text-block-gallery--inner .accordion-gallery-item .teaser-block-gallery-item--copyright,
.accordion-block-gallery .accordion-block-gallery--inner .teaser-block-gallery-item .accordion-gallery-item--copyright,
.accordion-block-gallery .accordion-block-gallery--inner .teaser-block-gallery-item .text-block-gallery-item--copyright,
.accordion-block-gallery .accordion-block-gallery--inner .teaser-block-gallery-item .teaser-block-gallery-item--copyright,
.accordion-block-gallery .accordion-block-gallery--inner .text-block-gallery-item .accordion-gallery-item--copyright,
.accordion-block-gallery .accordion-block-gallery--inner .text-block-gallery-item .text-block-gallery-item--copyright,
.accordion-block-gallery .accordion-block-gallery--inner .text-block-gallery-item .teaser-block-gallery-item--copyright,
.accordion-block-gallery .accordion-block-gallery--inner .accordion-gallery-item .accordion-gallery-item--copyright,
.accordion-block-gallery .accordion-block-gallery--inner .accordion-gallery-item .text-block-gallery-item--copyright,
.accordion-block-gallery .accordion-block-gallery--inner .accordion-gallery-item .teaser-block-gallery-item--copyright,
.accordion-block-gallery .teaser-block-gallery--inner .teaser-block-gallery-item .accordion-gallery-item--copyright,
.accordion-block-gallery .teaser-block-gallery--inner .teaser-block-gallery-item .text-block-gallery-item--copyright,
.accordion-block-gallery .teaser-block-gallery--inner .teaser-block-gallery-item .teaser-block-gallery-item--copyright,
.accordion-block-gallery .teaser-block-gallery--inner .text-block-gallery-item .accordion-gallery-item--copyright,
.accordion-block-gallery .teaser-block-gallery--inner .text-block-gallery-item .text-block-gallery-item--copyright,
.accordion-block-gallery .teaser-block-gallery--inner .text-block-gallery-item .teaser-block-gallery-item--copyright,
.accordion-block-gallery .teaser-block-gallery--inner .accordion-gallery-item .accordion-gallery-item--copyright,
.accordion-block-gallery .teaser-block-gallery--inner .accordion-gallery-item .text-block-gallery-item--copyright,
.accordion-block-gallery .teaser-block-gallery--inner .accordion-gallery-item .teaser-block-gallery-item--copyright,
.teaser-block-gallery .text-block-gallery--inner .teaser-block-gallery-item .accordion-gallery-item--copyright,
.teaser-block-gallery .text-block-gallery--inner .teaser-block-gallery-item .text-block-gallery-item--copyright,
.teaser-block-gallery .text-block-gallery--inner .teaser-block-gallery-item .teaser-block-gallery-item--copyright,
.teaser-block-gallery .text-block-gallery--inner .text-block-gallery-item .accordion-gallery-item--copyright,
.teaser-block-gallery .text-block-gallery--inner .text-block-gallery-item .text-block-gallery-item--copyright,
.teaser-block-gallery .text-block-gallery--inner .text-block-gallery-item .teaser-block-gallery-item--copyright,
.teaser-block-gallery .text-block-gallery--inner .accordion-gallery-item .accordion-gallery-item--copyright,
.teaser-block-gallery .text-block-gallery--inner .accordion-gallery-item .text-block-gallery-item--copyright,
.teaser-block-gallery .text-block-gallery--inner .accordion-gallery-item .teaser-block-gallery-item--copyright,
.teaser-block-gallery .accordion-block-gallery--inner .teaser-block-gallery-item .accordion-gallery-item--copyright,
.teaser-block-gallery .accordion-block-gallery--inner .teaser-block-gallery-item .text-block-gallery-item--copyright,
.teaser-block-gallery .accordion-block-gallery--inner .teaser-block-gallery-item .teaser-block-gallery-item--copyright,
.teaser-block-gallery .accordion-block-gallery--inner .text-block-gallery-item .accordion-gallery-item--copyright,
.teaser-block-gallery .accordion-block-gallery--inner .text-block-gallery-item .text-block-gallery-item--copyright,
.teaser-block-gallery .accordion-block-gallery--inner .text-block-gallery-item .teaser-block-gallery-item--copyright,
.teaser-block-gallery .accordion-block-gallery--inner .accordion-gallery-item .accordion-gallery-item--copyright,
.teaser-block-gallery .accordion-block-gallery--inner .accordion-gallery-item .text-block-gallery-item--copyright,
.teaser-block-gallery .accordion-block-gallery--inner .accordion-gallery-item .teaser-block-gallery-item--copyright,
.teaser-block-gallery .teaser-block-gallery--inner .teaser-block-gallery-item .accordion-gallery-item--copyright,
.teaser-block-gallery .teaser-block-gallery--inner .teaser-block-gallery-item .text-block-gallery-item--copyright,
.teaser-block-gallery .teaser-block-gallery--inner .teaser-block-gallery-item .teaser-block-gallery-item--copyright,
.teaser-block-gallery .teaser-block-gallery--inner .text-block-gallery-item .accordion-gallery-item--copyright,
.teaser-block-gallery .teaser-block-gallery--inner .text-block-gallery-item .text-block-gallery-item--copyright,
.teaser-block-gallery .teaser-block-gallery--inner .text-block-gallery-item .teaser-block-gallery-item--copyright,
.teaser-block-gallery .teaser-block-gallery--inner .accordion-gallery-item .accordion-gallery-item--copyright,
.teaser-block-gallery .teaser-block-gallery--inner .accordion-gallery-item .text-block-gallery-item--copyright,
.teaser-block-gallery .teaser-block-gallery--inner .accordion-gallery-item .teaser-block-gallery-item--copyright,
.text-block-gallery .text-block-gallery--inner .teaser-block-gallery-item .accordion-gallery-item--copyright,
.text-block-gallery .text-block-gallery--inner .teaser-block-gallery-item .text-block-gallery-item--copyright,
.text-block-gallery .text-block-gallery--inner .teaser-block-gallery-item .teaser-block-gallery-item--copyright,
.text-block-gallery .text-block-gallery--inner .text-block-gallery-item .accordion-gallery-item--copyright,
.text-block-gallery .text-block-gallery--inner .text-block-gallery-item .text-block-gallery-item--copyright,
.text-block-gallery .text-block-gallery--inner .text-block-gallery-item .teaser-block-gallery-item--copyright,
.text-block-gallery .text-block-gallery--inner .accordion-gallery-item .accordion-gallery-item--copyright,
.text-block-gallery .text-block-gallery--inner .accordion-gallery-item .text-block-gallery-item--copyright,
.text-block-gallery .text-block-gallery--inner .accordion-gallery-item .teaser-block-gallery-item--copyright,
.text-block-gallery .accordion-block-gallery--inner .teaser-block-gallery-item .accordion-gallery-item--copyright,
.text-block-gallery .accordion-block-gallery--inner .teaser-block-gallery-item .text-block-gallery-item--copyright,
.text-block-gallery .accordion-block-gallery--inner .teaser-block-gallery-item .teaser-block-gallery-item--copyright,
.text-block-gallery .accordion-block-gallery--inner .text-block-gallery-item .accordion-gallery-item--copyright,
.text-block-gallery .accordion-block-gallery--inner .text-block-gallery-item .text-block-gallery-item--copyright,
.text-block-gallery .accordion-block-gallery--inner .text-block-gallery-item .teaser-block-gallery-item--copyright,
.text-block-gallery .accordion-block-gallery--inner .accordion-gallery-item .accordion-gallery-item--copyright,
.text-block-gallery .accordion-block-gallery--inner .accordion-gallery-item .text-block-gallery-item--copyright,
.text-block-gallery .accordion-block-gallery--inner .accordion-gallery-item .teaser-block-gallery-item--copyright,
.text-block-gallery .teaser-block-gallery--inner .teaser-block-gallery-item .accordion-gallery-item--copyright,
.text-block-gallery .teaser-block-gallery--inner .teaser-block-gallery-item .text-block-gallery-item--copyright,
.text-block-gallery .teaser-block-gallery--inner .teaser-block-gallery-item .teaser-block-gallery-item--copyright,
.text-block-gallery .teaser-block-gallery--inner .text-block-gallery-item .accordion-gallery-item--copyright,
.text-block-gallery .teaser-block-gallery--inner .text-block-gallery-item .text-block-gallery-item--copyright,
.text-block-gallery .teaser-block-gallery--inner .text-block-gallery-item .teaser-block-gallery-item--copyright,
.text-block-gallery .teaser-block-gallery--inner .accordion-gallery-item .accordion-gallery-item--copyright,
.text-block-gallery .teaser-block-gallery--inner .accordion-gallery-item .text-block-gallery-item--copyright,
.text-block-gallery .teaser-block-gallery--inner .accordion-gallery-item .teaser-block-gallery-item--copyright {
  bottom: 1rem !important;
  left: 1rem !important;
}

.accordion-block-gallery .text-block-gallery--inner .teaser-block-gallery-item .accordion-gallery-item--image,
.accordion-block-gallery .text-block-gallery--inner .teaser-block-gallery-item .text-block-gallery-item--image,
.accordion-block-gallery .text-block-gallery--inner .teaser-block-gallery-item .teaser-block-gallery-item--image,
.accordion-block-gallery .text-block-gallery--inner .text-block-gallery-item .accordion-gallery-item--image,
.accordion-block-gallery .text-block-gallery--inner .text-block-gallery-item .text-block-gallery-item--image,
.accordion-block-gallery .text-block-gallery--inner .text-block-gallery-item .teaser-block-gallery-item--image,
.accordion-block-gallery .text-block-gallery--inner .accordion-gallery-item .accordion-gallery-item--image,
.accordion-block-gallery .text-block-gallery--inner .accordion-gallery-item .text-block-gallery-item--image,
.accordion-block-gallery .text-block-gallery--inner .accordion-gallery-item .teaser-block-gallery-item--image,
.accordion-block-gallery .accordion-block-gallery--inner .teaser-block-gallery-item .accordion-gallery-item--image,
.accordion-block-gallery .accordion-block-gallery--inner .teaser-block-gallery-item .text-block-gallery-item--image,
.accordion-block-gallery .accordion-block-gallery--inner .teaser-block-gallery-item .teaser-block-gallery-item--image,
.accordion-block-gallery .accordion-block-gallery--inner .text-block-gallery-item .accordion-gallery-item--image,
.accordion-block-gallery .accordion-block-gallery--inner .text-block-gallery-item .text-block-gallery-item--image,
.accordion-block-gallery .accordion-block-gallery--inner .text-block-gallery-item .teaser-block-gallery-item--image,
.accordion-block-gallery .accordion-block-gallery--inner .accordion-gallery-item .accordion-gallery-item--image,
.accordion-block-gallery .accordion-block-gallery--inner .accordion-gallery-item .text-block-gallery-item--image,
.accordion-block-gallery .accordion-block-gallery--inner .accordion-gallery-item .teaser-block-gallery-item--image,
.accordion-block-gallery .teaser-block-gallery--inner .teaser-block-gallery-item .accordion-gallery-item--image,
.accordion-block-gallery .teaser-block-gallery--inner .teaser-block-gallery-item .text-block-gallery-item--image,
.accordion-block-gallery .teaser-block-gallery--inner .teaser-block-gallery-item .teaser-block-gallery-item--image,
.accordion-block-gallery .teaser-block-gallery--inner .text-block-gallery-item .accordion-gallery-item--image,
.accordion-block-gallery .teaser-block-gallery--inner .text-block-gallery-item .text-block-gallery-item--image,
.accordion-block-gallery .teaser-block-gallery--inner .text-block-gallery-item .teaser-block-gallery-item--image,
.accordion-block-gallery .teaser-block-gallery--inner .accordion-gallery-item .accordion-gallery-item--image,
.accordion-block-gallery .teaser-block-gallery--inner .accordion-gallery-item .text-block-gallery-item--image,
.accordion-block-gallery .teaser-block-gallery--inner .accordion-gallery-item .teaser-block-gallery-item--image,
.teaser-block-gallery .text-block-gallery--inner .teaser-block-gallery-item .accordion-gallery-item--image,
.teaser-block-gallery .text-block-gallery--inner .teaser-block-gallery-item .text-block-gallery-item--image,
.teaser-block-gallery .text-block-gallery--inner .teaser-block-gallery-item .teaser-block-gallery-item--image,
.teaser-block-gallery .text-block-gallery--inner .text-block-gallery-item .accordion-gallery-item--image,
.teaser-block-gallery .text-block-gallery--inner .text-block-gallery-item .text-block-gallery-item--image,
.teaser-block-gallery .text-block-gallery--inner .text-block-gallery-item .teaser-block-gallery-item--image,
.teaser-block-gallery .text-block-gallery--inner .accordion-gallery-item .accordion-gallery-item--image,
.teaser-block-gallery .text-block-gallery--inner .accordion-gallery-item .text-block-gallery-item--image,
.teaser-block-gallery .text-block-gallery--inner .accordion-gallery-item .teaser-block-gallery-item--image,
.teaser-block-gallery .accordion-block-gallery--inner .teaser-block-gallery-item .accordion-gallery-item--image,
.teaser-block-gallery .accordion-block-gallery--inner .teaser-block-gallery-item .text-block-gallery-item--image,
.teaser-block-gallery .accordion-block-gallery--inner .teaser-block-gallery-item .teaser-block-gallery-item--image,
.teaser-block-gallery .accordion-block-gallery--inner .text-block-gallery-item .accordion-gallery-item--image,
.teaser-block-gallery .accordion-block-gallery--inner .text-block-gallery-item .text-block-gallery-item--image,
.teaser-block-gallery .accordion-block-gallery--inner .text-block-gallery-item .teaser-block-gallery-item--image,
.teaser-block-gallery .accordion-block-gallery--inner .accordion-gallery-item .accordion-gallery-item--image,
.teaser-block-gallery .accordion-block-gallery--inner .accordion-gallery-item .text-block-gallery-item--image,
.teaser-block-gallery .accordion-block-gallery--inner .accordion-gallery-item .teaser-block-gallery-item--image,
.teaser-block-gallery .teaser-block-gallery--inner .teaser-block-gallery-item .accordion-gallery-item--image,
.teaser-block-gallery .teaser-block-gallery--inner .teaser-block-gallery-item .text-block-gallery-item--image,
.teaser-block-gallery .teaser-block-gallery--inner .teaser-block-gallery-item .teaser-block-gallery-item--image,
.teaser-block-gallery .teaser-block-gallery--inner .text-block-gallery-item .accordion-gallery-item--image,
.teaser-block-gallery .teaser-block-gallery--inner .text-block-gallery-item .text-block-gallery-item--image,
.teaser-block-gallery .teaser-block-gallery--inner .text-block-gallery-item .teaser-block-gallery-item--image,
.teaser-block-gallery .teaser-block-gallery--inner .accordion-gallery-item .accordion-gallery-item--image,
.teaser-block-gallery .teaser-block-gallery--inner .accordion-gallery-item .text-block-gallery-item--image,
.teaser-block-gallery .teaser-block-gallery--inner .accordion-gallery-item .teaser-block-gallery-item--image,
.text-block-gallery .text-block-gallery--inner .teaser-block-gallery-item .accordion-gallery-item--image,
.text-block-gallery .text-block-gallery--inner .teaser-block-gallery-item .text-block-gallery-item--image,
.text-block-gallery .text-block-gallery--inner .teaser-block-gallery-item .teaser-block-gallery-item--image,
.text-block-gallery .text-block-gallery--inner .text-block-gallery-item .accordion-gallery-item--image,
.text-block-gallery .text-block-gallery--inner .text-block-gallery-item .text-block-gallery-item--image,
.text-block-gallery .text-block-gallery--inner .text-block-gallery-item .teaser-block-gallery-item--image,
.text-block-gallery .text-block-gallery--inner .accordion-gallery-item .accordion-gallery-item--image,
.text-block-gallery .text-block-gallery--inner .accordion-gallery-item .text-block-gallery-item--image,
.text-block-gallery .text-block-gallery--inner .accordion-gallery-item .teaser-block-gallery-item--image,
.text-block-gallery .accordion-block-gallery--inner .teaser-block-gallery-item .accordion-gallery-item--image,
.text-block-gallery .accordion-block-gallery--inner .teaser-block-gallery-item .text-block-gallery-item--image,
.text-block-gallery .accordion-block-gallery--inner .teaser-block-gallery-item .teaser-block-gallery-item--image,
.text-block-gallery .accordion-block-gallery--inner .text-block-gallery-item .accordion-gallery-item--image,
.text-block-gallery .accordion-block-gallery--inner .text-block-gallery-item .text-block-gallery-item--image,
.text-block-gallery .accordion-block-gallery--inner .text-block-gallery-item .teaser-block-gallery-item--image,
.text-block-gallery .accordion-block-gallery--inner .accordion-gallery-item .accordion-gallery-item--image,
.text-block-gallery .accordion-block-gallery--inner .accordion-gallery-item .text-block-gallery-item--image,
.text-block-gallery .accordion-block-gallery--inner .accordion-gallery-item .teaser-block-gallery-item--image,
.text-block-gallery .teaser-block-gallery--inner .teaser-block-gallery-item .accordion-gallery-item--image,
.text-block-gallery .teaser-block-gallery--inner .teaser-block-gallery-item .text-block-gallery-item--image,
.text-block-gallery .teaser-block-gallery--inner .teaser-block-gallery-item .teaser-block-gallery-item--image,
.text-block-gallery .teaser-block-gallery--inner .text-block-gallery-item .accordion-gallery-item--image,
.text-block-gallery .teaser-block-gallery--inner .text-block-gallery-item .text-block-gallery-item--image,
.text-block-gallery .teaser-block-gallery--inner .text-block-gallery-item .teaser-block-gallery-item--image,
.text-block-gallery .teaser-block-gallery--inner .accordion-gallery-item .accordion-gallery-item--image,
.text-block-gallery .teaser-block-gallery--inner .accordion-gallery-item .text-block-gallery-item--image,
.text-block-gallery .teaser-block-gallery--inner .accordion-gallery-item .teaser-block-gallery-item--image {
  position: relative;
}
.accordion-block-gallery .text-block-gallery--inner .teaser-block-gallery-item .accordion-gallery-item--image:before,
.accordion-block-gallery .text-block-gallery--inner .teaser-block-gallery-item .text-block-gallery-item--image:before,
.accordion-block-gallery .text-block-gallery--inner .teaser-block-gallery-item .teaser-block-gallery-item--image:before,
.accordion-block-gallery .text-block-gallery--inner .text-block-gallery-item .accordion-gallery-item--image:before,
.accordion-block-gallery .text-block-gallery--inner .text-block-gallery-item .text-block-gallery-item--image:before,
.accordion-block-gallery .text-block-gallery--inner .text-block-gallery-item .teaser-block-gallery-item--image:before,
.accordion-block-gallery .text-block-gallery--inner .accordion-gallery-item .accordion-gallery-item--image:before,
.accordion-block-gallery .text-block-gallery--inner .accordion-gallery-item .text-block-gallery-item--image:before,
.accordion-block-gallery .text-block-gallery--inner .accordion-gallery-item .teaser-block-gallery-item--image:before,
.accordion-block-gallery .accordion-block-gallery--inner .teaser-block-gallery-item .accordion-gallery-item--image:before,
.accordion-block-gallery .accordion-block-gallery--inner .teaser-block-gallery-item .text-block-gallery-item--image:before,
.accordion-block-gallery .accordion-block-gallery--inner .teaser-block-gallery-item .teaser-block-gallery-item--image:before,
.accordion-block-gallery .accordion-block-gallery--inner .text-block-gallery-item .accordion-gallery-item--image:before,
.accordion-block-gallery .accordion-block-gallery--inner .text-block-gallery-item .text-block-gallery-item--image:before,
.accordion-block-gallery .accordion-block-gallery--inner .text-block-gallery-item .teaser-block-gallery-item--image:before,
.accordion-block-gallery .accordion-block-gallery--inner .accordion-gallery-item .accordion-gallery-item--image:before,
.accordion-block-gallery .accordion-block-gallery--inner .accordion-gallery-item .text-block-gallery-item--image:before,
.accordion-block-gallery .accordion-block-gallery--inner .accordion-gallery-item .teaser-block-gallery-item--image:before,
.accordion-block-gallery .teaser-block-gallery--inner .teaser-block-gallery-item .accordion-gallery-item--image:before,
.accordion-block-gallery .teaser-block-gallery--inner .teaser-block-gallery-item .text-block-gallery-item--image:before,
.accordion-block-gallery .teaser-block-gallery--inner .teaser-block-gallery-item .teaser-block-gallery-item--image:before,
.accordion-block-gallery .teaser-block-gallery--inner .text-block-gallery-item .accordion-gallery-item--image:before,
.accordion-block-gallery .teaser-block-gallery--inner .text-block-gallery-item .text-block-gallery-item--image:before,
.accordion-block-gallery .teaser-block-gallery--inner .text-block-gallery-item .teaser-block-gallery-item--image:before,
.accordion-block-gallery .teaser-block-gallery--inner .accordion-gallery-item .accordion-gallery-item--image:before,
.accordion-block-gallery .teaser-block-gallery--inner .accordion-gallery-item .text-block-gallery-item--image:before,
.accordion-block-gallery .teaser-block-gallery--inner .accordion-gallery-item .teaser-block-gallery-item--image:before,
.teaser-block-gallery .text-block-gallery--inner .teaser-block-gallery-item .accordion-gallery-item--image:before,
.teaser-block-gallery .text-block-gallery--inner .teaser-block-gallery-item .text-block-gallery-item--image:before,
.teaser-block-gallery .text-block-gallery--inner .teaser-block-gallery-item .teaser-block-gallery-item--image:before,
.teaser-block-gallery .text-block-gallery--inner .text-block-gallery-item .accordion-gallery-item--image:before,
.teaser-block-gallery .text-block-gallery--inner .text-block-gallery-item .text-block-gallery-item--image:before,
.teaser-block-gallery .text-block-gallery--inner .text-block-gallery-item .teaser-block-gallery-item--image:before,
.teaser-block-gallery .text-block-gallery--inner .accordion-gallery-item .accordion-gallery-item--image:before,
.teaser-block-gallery .text-block-gallery--inner .accordion-gallery-item .text-block-gallery-item--image:before,
.teaser-block-gallery .text-block-gallery--inner .accordion-gallery-item .teaser-block-gallery-item--image:before,
.teaser-block-gallery .accordion-block-gallery--inner .teaser-block-gallery-item .accordion-gallery-item--image:before,
.teaser-block-gallery .accordion-block-gallery--inner .teaser-block-gallery-item .text-block-gallery-item--image:before,
.teaser-block-gallery .accordion-block-gallery--inner .teaser-block-gallery-item .teaser-block-gallery-item--image:before,
.teaser-block-gallery .accordion-block-gallery--inner .text-block-gallery-item .accordion-gallery-item--image:before,
.teaser-block-gallery .accordion-block-gallery--inner .text-block-gallery-item .text-block-gallery-item--image:before,
.teaser-block-gallery .accordion-block-gallery--inner .text-block-gallery-item .teaser-block-gallery-item--image:before,
.teaser-block-gallery .accordion-block-gallery--inner .accordion-gallery-item .accordion-gallery-item--image:before,
.teaser-block-gallery .accordion-block-gallery--inner .accordion-gallery-item .text-block-gallery-item--image:before,
.teaser-block-gallery .accordion-block-gallery--inner .accordion-gallery-item .teaser-block-gallery-item--image:before,
.teaser-block-gallery .teaser-block-gallery--inner .teaser-block-gallery-item .accordion-gallery-item--image:before,
.teaser-block-gallery .teaser-block-gallery--inner .teaser-block-gallery-item .text-block-gallery-item--image:before,
.teaser-block-gallery .teaser-block-gallery--inner .teaser-block-gallery-item .teaser-block-gallery-item--image:before,
.teaser-block-gallery .teaser-block-gallery--inner .text-block-gallery-item .accordion-gallery-item--image:before,
.teaser-block-gallery .teaser-block-gallery--inner .text-block-gallery-item .text-block-gallery-item--image:before,
.teaser-block-gallery .teaser-block-gallery--inner .text-block-gallery-item .teaser-block-gallery-item--image:before,
.teaser-block-gallery .teaser-block-gallery--inner .accordion-gallery-item .accordion-gallery-item--image:before,
.teaser-block-gallery .teaser-block-gallery--inner .accordion-gallery-item .text-block-gallery-item--image:before,
.teaser-block-gallery .teaser-block-gallery--inner .accordion-gallery-item .teaser-block-gallery-item--image:before,
.text-block-gallery .text-block-gallery--inner .teaser-block-gallery-item .accordion-gallery-item--image:before,
.text-block-gallery .text-block-gallery--inner .teaser-block-gallery-item .text-block-gallery-item--image:before,
.text-block-gallery .text-block-gallery--inner .teaser-block-gallery-item .teaser-block-gallery-item--image:before,
.text-block-gallery .text-block-gallery--inner .text-block-gallery-item .accordion-gallery-item--image:before,
.text-block-gallery .text-block-gallery--inner .text-block-gallery-item .text-block-gallery-item--image:before,
.text-block-gallery .text-block-gallery--inner .text-block-gallery-item .teaser-block-gallery-item--image:before,
.text-block-gallery .text-block-gallery--inner .accordion-gallery-item .accordion-gallery-item--image:before,
.text-block-gallery .text-block-gallery--inner .accordion-gallery-item .text-block-gallery-item--image:before,
.text-block-gallery .text-block-gallery--inner .accordion-gallery-item .teaser-block-gallery-item--image:before,
.text-block-gallery .accordion-block-gallery--inner .teaser-block-gallery-item .accordion-gallery-item--image:before,
.text-block-gallery .accordion-block-gallery--inner .teaser-block-gallery-item .text-block-gallery-item--image:before,
.text-block-gallery .accordion-block-gallery--inner .teaser-block-gallery-item .teaser-block-gallery-item--image:before,
.text-block-gallery .accordion-block-gallery--inner .text-block-gallery-item .accordion-gallery-item--image:before,
.text-block-gallery .accordion-block-gallery--inner .text-block-gallery-item .text-block-gallery-item--image:before,
.text-block-gallery .accordion-block-gallery--inner .text-block-gallery-item .teaser-block-gallery-item--image:before,
.text-block-gallery .accordion-block-gallery--inner .accordion-gallery-item .accordion-gallery-item--image:before,
.text-block-gallery .accordion-block-gallery--inner .accordion-gallery-item .text-block-gallery-item--image:before,
.text-block-gallery .accordion-block-gallery--inner .accordion-gallery-item .teaser-block-gallery-item--image:before,
.text-block-gallery .teaser-block-gallery--inner .teaser-block-gallery-item .accordion-gallery-item--image:before,
.text-block-gallery .teaser-block-gallery--inner .teaser-block-gallery-item .text-block-gallery-item--image:before,
.text-block-gallery .teaser-block-gallery--inner .teaser-block-gallery-item .teaser-block-gallery-item--image:before,
.text-block-gallery .teaser-block-gallery--inner .text-block-gallery-item .accordion-gallery-item--image:before,
.text-block-gallery .teaser-block-gallery--inner .text-block-gallery-item .text-block-gallery-item--image:before,
.text-block-gallery .teaser-block-gallery--inner .text-block-gallery-item .teaser-block-gallery-item--image:before,
.text-block-gallery .teaser-block-gallery--inner .accordion-gallery-item .accordion-gallery-item--image:before,
.text-block-gallery .teaser-block-gallery--inner .accordion-gallery-item .text-block-gallery-item--image:before,
.text-block-gallery .teaser-block-gallery--inner .accordion-gallery-item .teaser-block-gallery-item--image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 62.5%;
}
.accordion-block-gallery .text-block-gallery--inner .teaser-block-gallery-item .accordion-gallery-item--image,
.accordion-block-gallery .text-block-gallery--inner .teaser-block-gallery-item .text-block-gallery-item--image,
.accordion-block-gallery .text-block-gallery--inner .teaser-block-gallery-item .teaser-block-gallery-item--image,
.accordion-block-gallery .text-block-gallery--inner .text-block-gallery-item .accordion-gallery-item--image,
.accordion-block-gallery .text-block-gallery--inner .text-block-gallery-item .text-block-gallery-item--image,
.accordion-block-gallery .text-block-gallery--inner .text-block-gallery-item .teaser-block-gallery-item--image,
.accordion-block-gallery .text-block-gallery--inner .accordion-gallery-item .accordion-gallery-item--image,
.accordion-block-gallery .text-block-gallery--inner .accordion-gallery-item .text-block-gallery-item--image,
.accordion-block-gallery .text-block-gallery--inner .accordion-gallery-item .teaser-block-gallery-item--image,
.accordion-block-gallery .accordion-block-gallery--inner .teaser-block-gallery-item .accordion-gallery-item--image,
.accordion-block-gallery .accordion-block-gallery--inner .teaser-block-gallery-item .text-block-gallery-item--image,
.accordion-block-gallery .accordion-block-gallery--inner .teaser-block-gallery-item .teaser-block-gallery-item--image,
.accordion-block-gallery .accordion-block-gallery--inner .text-block-gallery-item .accordion-gallery-item--image,
.accordion-block-gallery .accordion-block-gallery--inner .text-block-gallery-item .text-block-gallery-item--image,
.accordion-block-gallery .accordion-block-gallery--inner .text-block-gallery-item .teaser-block-gallery-item--image,
.accordion-block-gallery .accordion-block-gallery--inner .accordion-gallery-item .accordion-gallery-item--image,
.accordion-block-gallery .accordion-block-gallery--inner .accordion-gallery-item .text-block-gallery-item--image,
.accordion-block-gallery .accordion-block-gallery--inner .accordion-gallery-item .teaser-block-gallery-item--image,
.accordion-block-gallery .teaser-block-gallery--inner .teaser-block-gallery-item .accordion-gallery-item--image,
.accordion-block-gallery .teaser-block-gallery--inner .teaser-block-gallery-item .text-block-gallery-item--image,
.accordion-block-gallery .teaser-block-gallery--inner .teaser-block-gallery-item .teaser-block-gallery-item--image,
.accordion-block-gallery .teaser-block-gallery--inner .text-block-gallery-item .accordion-gallery-item--image,
.accordion-block-gallery .teaser-block-gallery--inner .text-block-gallery-item .text-block-gallery-item--image,
.accordion-block-gallery .teaser-block-gallery--inner .text-block-gallery-item .teaser-block-gallery-item--image,
.accordion-block-gallery .teaser-block-gallery--inner .accordion-gallery-item .accordion-gallery-item--image,
.accordion-block-gallery .teaser-block-gallery--inner .accordion-gallery-item .text-block-gallery-item--image,
.accordion-block-gallery .teaser-block-gallery--inner .accordion-gallery-item .teaser-block-gallery-item--image,
.teaser-block-gallery .text-block-gallery--inner .teaser-block-gallery-item .accordion-gallery-item--image,
.teaser-block-gallery .text-block-gallery--inner .teaser-block-gallery-item .text-block-gallery-item--image,
.teaser-block-gallery .text-block-gallery--inner .teaser-block-gallery-item .teaser-block-gallery-item--image,
.teaser-block-gallery .text-block-gallery--inner .text-block-gallery-item .accordion-gallery-item--image,
.teaser-block-gallery .text-block-gallery--inner .text-block-gallery-item .text-block-gallery-item--image,
.teaser-block-gallery .text-block-gallery--inner .text-block-gallery-item .teaser-block-gallery-item--image,
.teaser-block-gallery .text-block-gallery--inner .accordion-gallery-item .accordion-gallery-item--image,
.teaser-block-gallery .text-block-gallery--inner .accordion-gallery-item .text-block-gallery-item--image,
.teaser-block-gallery .text-block-gallery--inner .accordion-gallery-item .teaser-block-gallery-item--image,
.teaser-block-gallery .accordion-block-gallery--inner .teaser-block-gallery-item .accordion-gallery-item--image,
.teaser-block-gallery .accordion-block-gallery--inner .teaser-block-gallery-item .text-block-gallery-item--image,
.teaser-block-gallery .accordion-block-gallery--inner .teaser-block-gallery-item .teaser-block-gallery-item--image,
.teaser-block-gallery .accordion-block-gallery--inner .text-block-gallery-item .accordion-gallery-item--image,
.teaser-block-gallery .accordion-block-gallery--inner .text-block-gallery-item .text-block-gallery-item--image,
.teaser-block-gallery .accordion-block-gallery--inner .text-block-gallery-item .teaser-block-gallery-item--image,
.teaser-block-gallery .accordion-block-gallery--inner .accordion-gallery-item .accordion-gallery-item--image,
.teaser-block-gallery .accordion-block-gallery--inner .accordion-gallery-item .text-block-gallery-item--image,
.teaser-block-gallery .accordion-block-gallery--inner .accordion-gallery-item .teaser-block-gallery-item--image,
.teaser-block-gallery .teaser-block-gallery--inner .teaser-block-gallery-item .accordion-gallery-item--image,
.teaser-block-gallery .teaser-block-gallery--inner .teaser-block-gallery-item .text-block-gallery-item--image,
.teaser-block-gallery .teaser-block-gallery--inner .teaser-block-gallery-item .teaser-block-gallery-item--image,
.teaser-block-gallery .teaser-block-gallery--inner .text-block-gallery-item .accordion-gallery-item--image,
.teaser-block-gallery .teaser-block-gallery--inner .text-block-gallery-item .text-block-gallery-item--image,
.teaser-block-gallery .teaser-block-gallery--inner .text-block-gallery-item .teaser-block-gallery-item--image,
.teaser-block-gallery .teaser-block-gallery--inner .accordion-gallery-item .accordion-gallery-item--image,
.teaser-block-gallery .teaser-block-gallery--inner .accordion-gallery-item .text-block-gallery-item--image,
.teaser-block-gallery .teaser-block-gallery--inner .accordion-gallery-item .teaser-block-gallery-item--image,
.text-block-gallery .text-block-gallery--inner .teaser-block-gallery-item .accordion-gallery-item--image,
.text-block-gallery .text-block-gallery--inner .teaser-block-gallery-item .text-block-gallery-item--image,
.text-block-gallery .text-block-gallery--inner .teaser-block-gallery-item .teaser-block-gallery-item--image,
.text-block-gallery .text-block-gallery--inner .text-block-gallery-item .accordion-gallery-item--image,
.text-block-gallery .text-block-gallery--inner .text-block-gallery-item .text-block-gallery-item--image,
.text-block-gallery .text-block-gallery--inner .text-block-gallery-item .teaser-block-gallery-item--image,
.text-block-gallery .text-block-gallery--inner .accordion-gallery-item .accordion-gallery-item--image,
.text-block-gallery .text-block-gallery--inner .accordion-gallery-item .text-block-gallery-item--image,
.text-block-gallery .text-block-gallery--inner .accordion-gallery-item .teaser-block-gallery-item--image,
.text-block-gallery .accordion-block-gallery--inner .teaser-block-gallery-item .accordion-gallery-item--image,
.text-block-gallery .accordion-block-gallery--inner .teaser-block-gallery-item .text-block-gallery-item--image,
.text-block-gallery .accordion-block-gallery--inner .teaser-block-gallery-item .teaser-block-gallery-item--image,
.text-block-gallery .accordion-block-gallery--inner .text-block-gallery-item .accordion-gallery-item--image,
.text-block-gallery .accordion-block-gallery--inner .text-block-gallery-item .text-block-gallery-item--image,
.text-block-gallery .accordion-block-gallery--inner .text-block-gallery-item .teaser-block-gallery-item--image,
.text-block-gallery .accordion-block-gallery--inner .accordion-gallery-item .accordion-gallery-item--image,
.text-block-gallery .accordion-block-gallery--inner .accordion-gallery-item .text-block-gallery-item--image,
.text-block-gallery .accordion-block-gallery--inner .accordion-gallery-item .teaser-block-gallery-item--image,
.text-block-gallery .teaser-block-gallery--inner .teaser-block-gallery-item .accordion-gallery-item--image,
.text-block-gallery .teaser-block-gallery--inner .teaser-block-gallery-item .text-block-gallery-item--image,
.text-block-gallery .teaser-block-gallery--inner .teaser-block-gallery-item .teaser-block-gallery-item--image,
.text-block-gallery .teaser-block-gallery--inner .text-block-gallery-item .accordion-gallery-item--image,
.text-block-gallery .teaser-block-gallery--inner .text-block-gallery-item .text-block-gallery-item--image,
.text-block-gallery .teaser-block-gallery--inner .text-block-gallery-item .teaser-block-gallery-item--image,
.text-block-gallery .teaser-block-gallery--inner .accordion-gallery-item .accordion-gallery-item--image,
.text-block-gallery .teaser-block-gallery--inner .accordion-gallery-item .text-block-gallery-item--image,
.text-block-gallery .teaser-block-gallery--inner .accordion-gallery-item .teaser-block-gallery-item--image {
  position: relative;
}
.accordion-block-gallery .text-block-gallery--inner .teaser-block-gallery-item .accordion-gallery-item--image > img,
.accordion-block-gallery .text-block-gallery--inner .teaser-block-gallery-item .text-block-gallery-item--image > img,
.accordion-block-gallery .text-block-gallery--inner .teaser-block-gallery-item .teaser-block-gallery-item--image > img,
.accordion-block-gallery .text-block-gallery--inner .text-block-gallery-item .accordion-gallery-item--image > img,
.accordion-block-gallery .text-block-gallery--inner .text-block-gallery-item .text-block-gallery-item--image > img,
.accordion-block-gallery .text-block-gallery--inner .text-block-gallery-item .teaser-block-gallery-item--image > img,
.accordion-block-gallery .text-block-gallery--inner .accordion-gallery-item .accordion-gallery-item--image > img,
.accordion-block-gallery .text-block-gallery--inner .accordion-gallery-item .text-block-gallery-item--image > img,
.accordion-block-gallery .text-block-gallery--inner .accordion-gallery-item .teaser-block-gallery-item--image > img,
.accordion-block-gallery .accordion-block-gallery--inner .teaser-block-gallery-item .accordion-gallery-item--image > img,
.accordion-block-gallery .accordion-block-gallery--inner .teaser-block-gallery-item .text-block-gallery-item--image > img,
.accordion-block-gallery .accordion-block-gallery--inner .teaser-block-gallery-item .teaser-block-gallery-item--image > img,
.accordion-block-gallery .accordion-block-gallery--inner .text-block-gallery-item .accordion-gallery-item--image > img,
.accordion-block-gallery .accordion-block-gallery--inner .text-block-gallery-item .text-block-gallery-item--image > img,
.accordion-block-gallery .accordion-block-gallery--inner .text-block-gallery-item .teaser-block-gallery-item--image > img,
.accordion-block-gallery .accordion-block-gallery--inner .accordion-gallery-item .accordion-gallery-item--image > img,
.accordion-block-gallery .accordion-block-gallery--inner .accordion-gallery-item .text-block-gallery-item--image > img,
.accordion-block-gallery .accordion-block-gallery--inner .accordion-gallery-item .teaser-block-gallery-item--image > img,
.accordion-block-gallery .teaser-block-gallery--inner .teaser-block-gallery-item .accordion-gallery-item--image > img,
.accordion-block-gallery .teaser-block-gallery--inner .teaser-block-gallery-item .text-block-gallery-item--image > img,
.accordion-block-gallery .teaser-block-gallery--inner .teaser-block-gallery-item .teaser-block-gallery-item--image > img,
.accordion-block-gallery .teaser-block-gallery--inner .text-block-gallery-item .accordion-gallery-item--image > img,
.accordion-block-gallery .teaser-block-gallery--inner .text-block-gallery-item .text-block-gallery-item--image > img,
.accordion-block-gallery .teaser-block-gallery--inner .text-block-gallery-item .teaser-block-gallery-item--image > img,
.accordion-block-gallery .teaser-block-gallery--inner .accordion-gallery-item .accordion-gallery-item--image > img,
.accordion-block-gallery .teaser-block-gallery--inner .accordion-gallery-item .text-block-gallery-item--image > img,
.accordion-block-gallery .teaser-block-gallery--inner .accordion-gallery-item .teaser-block-gallery-item--image > img,
.teaser-block-gallery .text-block-gallery--inner .teaser-block-gallery-item .accordion-gallery-item--image > img,
.teaser-block-gallery .text-block-gallery--inner .teaser-block-gallery-item .text-block-gallery-item--image > img,
.teaser-block-gallery .text-block-gallery--inner .teaser-block-gallery-item .teaser-block-gallery-item--image > img,
.teaser-block-gallery .text-block-gallery--inner .text-block-gallery-item .accordion-gallery-item--image > img,
.teaser-block-gallery .text-block-gallery--inner .text-block-gallery-item .text-block-gallery-item--image > img,
.teaser-block-gallery .text-block-gallery--inner .text-block-gallery-item .teaser-block-gallery-item--image > img,
.teaser-block-gallery .text-block-gallery--inner .accordion-gallery-item .accordion-gallery-item--image > img,
.teaser-block-gallery .text-block-gallery--inner .accordion-gallery-item .text-block-gallery-item--image > img,
.teaser-block-gallery .text-block-gallery--inner .accordion-gallery-item .teaser-block-gallery-item--image > img,
.teaser-block-gallery .accordion-block-gallery--inner .teaser-block-gallery-item .accordion-gallery-item--image > img,
.teaser-block-gallery .accordion-block-gallery--inner .teaser-block-gallery-item .text-block-gallery-item--image > img,
.teaser-block-gallery .accordion-block-gallery--inner .teaser-block-gallery-item .teaser-block-gallery-item--image > img,
.teaser-block-gallery .accordion-block-gallery--inner .text-block-gallery-item .accordion-gallery-item--image > img,
.teaser-block-gallery .accordion-block-gallery--inner .text-block-gallery-item .text-block-gallery-item--image > img,
.teaser-block-gallery .accordion-block-gallery--inner .text-block-gallery-item .teaser-block-gallery-item--image > img,
.teaser-block-gallery .accordion-block-gallery--inner .accordion-gallery-item .accordion-gallery-item--image > img,
.teaser-block-gallery .accordion-block-gallery--inner .accordion-gallery-item .text-block-gallery-item--image > img,
.teaser-block-gallery .accordion-block-gallery--inner .accordion-gallery-item .teaser-block-gallery-item--image > img,
.teaser-block-gallery .teaser-block-gallery--inner .teaser-block-gallery-item .accordion-gallery-item--image > img,
.teaser-block-gallery .teaser-block-gallery--inner .teaser-block-gallery-item .text-block-gallery-item--image > img,
.teaser-block-gallery .teaser-block-gallery--inner .teaser-block-gallery-item .teaser-block-gallery-item--image > img,
.teaser-block-gallery .teaser-block-gallery--inner .text-block-gallery-item .accordion-gallery-item--image > img,
.teaser-block-gallery .teaser-block-gallery--inner .text-block-gallery-item .text-block-gallery-item--image > img,
.teaser-block-gallery .teaser-block-gallery--inner .text-block-gallery-item .teaser-block-gallery-item--image > img,
.teaser-block-gallery .teaser-block-gallery--inner .accordion-gallery-item .accordion-gallery-item--image > img,
.teaser-block-gallery .teaser-block-gallery--inner .accordion-gallery-item .text-block-gallery-item--image > img,
.teaser-block-gallery .teaser-block-gallery--inner .accordion-gallery-item .teaser-block-gallery-item--image > img,
.text-block-gallery .text-block-gallery--inner .teaser-block-gallery-item .accordion-gallery-item--image > img,
.text-block-gallery .text-block-gallery--inner .teaser-block-gallery-item .text-block-gallery-item--image > img,
.text-block-gallery .text-block-gallery--inner .teaser-block-gallery-item .teaser-block-gallery-item--image > img,
.text-block-gallery .text-block-gallery--inner .text-block-gallery-item .accordion-gallery-item--image > img,
.text-block-gallery .text-block-gallery--inner .text-block-gallery-item .text-block-gallery-item--image > img,
.text-block-gallery .text-block-gallery--inner .text-block-gallery-item .teaser-block-gallery-item--image > img,
.text-block-gallery .text-block-gallery--inner .accordion-gallery-item .accordion-gallery-item--image > img,
.text-block-gallery .text-block-gallery--inner .accordion-gallery-item .text-block-gallery-item--image > img,
.text-block-gallery .text-block-gallery--inner .accordion-gallery-item .teaser-block-gallery-item--image > img,
.text-block-gallery .accordion-block-gallery--inner .teaser-block-gallery-item .accordion-gallery-item--image > img,
.text-block-gallery .accordion-block-gallery--inner .teaser-block-gallery-item .text-block-gallery-item--image > img,
.text-block-gallery .accordion-block-gallery--inner .teaser-block-gallery-item .teaser-block-gallery-item--image > img,
.text-block-gallery .accordion-block-gallery--inner .text-block-gallery-item .accordion-gallery-item--image > img,
.text-block-gallery .accordion-block-gallery--inner .text-block-gallery-item .text-block-gallery-item--image > img,
.text-block-gallery .accordion-block-gallery--inner .text-block-gallery-item .teaser-block-gallery-item--image > img,
.text-block-gallery .accordion-block-gallery--inner .accordion-gallery-item .accordion-gallery-item--image > img,
.text-block-gallery .accordion-block-gallery--inner .accordion-gallery-item .text-block-gallery-item--image > img,
.text-block-gallery .accordion-block-gallery--inner .accordion-gallery-item .teaser-block-gallery-item--image > img,
.text-block-gallery .teaser-block-gallery--inner .teaser-block-gallery-item .accordion-gallery-item--image > img,
.text-block-gallery .teaser-block-gallery--inner .teaser-block-gallery-item .text-block-gallery-item--image > img,
.text-block-gallery .teaser-block-gallery--inner .teaser-block-gallery-item .teaser-block-gallery-item--image > img,
.text-block-gallery .teaser-block-gallery--inner .text-block-gallery-item .accordion-gallery-item--image > img,
.text-block-gallery .teaser-block-gallery--inner .text-block-gallery-item .text-block-gallery-item--image > img,
.text-block-gallery .teaser-block-gallery--inner .text-block-gallery-item .teaser-block-gallery-item--image > img,
.text-block-gallery .teaser-block-gallery--inner .accordion-gallery-item .accordion-gallery-item--image > img,
.text-block-gallery .teaser-block-gallery--inner .accordion-gallery-item .text-block-gallery-item--image > img,
.text-block-gallery .teaser-block-gallery--inner .accordion-gallery-item .teaser-block-gallery-item--image > img {
  border-radius: 0.375rem;
}

.string-search-overlay-results > div:first-child.autocomplete-suggestion {
  padding-top: 1rem;
}
.string-search-overlay-results > div:first-child.autocomplete-suggestion + .autocomplete-group {
  margin-top: 0 !important;
  border-top: 0 !important;
}
.string-search-overlay-results > div:not(.string-search-placeholder):last-child {
  padding-bottom: 1rem;
}
.string-search-overlay-results a:focus-visible {
  box-shadow: none;
  outline: 0.125rem solid #003580; /* Your custom focus style */
  outline-offset: 0.125rem;
  border-radius: 0.375rem;
}

.autocomplete-group {
  padding-top: 1rem;
  margin: 0 0 1rem 0;
  font-size: 0.875rem;
  color: #212529;
  font-weight: 700;
}

.autocomplete-suggestion + .autocomplete-group {
  margin-top: 1rem;
  border-top: var(--bsborder-width) solid #ced4da;
}
.autocomplete-suggestion .string-search-suggestion {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 1rem;
  align-items: center;
}
.autocomplete-suggestion .string-search-suggestion .suggestion-left {
  flex: 1;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0.75rem;
  align-items: center;
}
.autocomplete-suggestion .string-search-suggestion .suggestion-left .suggestion-featured-image {
  flex: 0 0 2.5rem;
  width: 100%;
  max-width: 2.5rem;
  height: 2.5rem;
  position: relative;
  overflow: hidden;
  border-radius: 0.25rem;
}
.autocomplete-suggestion .string-search-suggestion .suggestion-left .suggestion-string {
  flex: 1;
  font-weight: 700;
  transition: color 0.3s;
}
@media (min-width: 768px) {
  .autocomplete-suggestion .string-search-suggestion .suggestion-left .suggestion-string {
    font-size: 1.25rem;
  }
}
.autocomplete-suggestion .string-search-suggestion .suggestion-right,
.autocomplete-suggestion .string-search-suggestion .suggestion-price,
.autocomplete-suggestion .string-search-suggestion > svg {
  flex: 0;
}
.autocomplete-suggestion .string-search-suggestion .suggestion-price {
  white-space: nowrap;
  text-align: right;
}
.autocomplete-suggestion .string-search-suggestion > svg,
.autocomplete-suggestion .string-search-suggestion a.string-search-suggestion-link > svg {
  width: 1.25rem;
  height: 1.25rem;
  color: inherit;
  transition: color 0.3s;
}
.autocomplete-suggestion .string-search-suggestion a.string-search-suggestion-link {
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 1rem;
  align-items: center;
  color: inherit;
  text-decoration: none;
}
.autocomplete-suggestion .string-search-suggestion a.string-search-suggestion-link:hover .suggestion-left .suggestion-string {
  color: #003580;
}
.autocomplete-suggestion .string-search-suggestion a.string-search-suggestion-link:hover > svg {
  color: #003580;
}
.autocomplete-suggestion + .autocomplete-suggestion {
  margin-top: 0.75rem;
}

/**
 * Layout
 */
.page-notification {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1015;
  pointer-events: none;
}
.page-notification .page-notification-block {
  color: #fff;
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .page-notification .page-notification-block {
    font-size: 1rem;
  }
}
.page-notification .page-notification-block {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
@media (min-width: 768px) {
  .page-notification .page-notification-block {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
@media (min-width: 992px) {
  .page-notification .page-notification-block {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
.page-notification .page-notification-block {
  pointer-events: auto;
}
.page-notification .page-notification-block:not(.is-open) {
  display: none;
}
.page-notification .page-notification-block .page-notification-close {
  border: 0;
  outline: none;
  box-shadow: none;
  background: transparent;
  padding: 0;
  color: inherit;
}
.page-notification .page-notification-block .page-notification-close:active, .page-notification .page-notification-block .page-notification-close:focus, .page-notification .page-notification-block .page-notification-close:hover {
  outline: none;
}
.page-notification .page-notification-block .page-notification-close {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
  cursor: pointer;
  color: #fff;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0rem;
}
.page-notification .page-notification-block .page-notification-close svg {
  width: 1.25rem;
  height: 1.25rem;
}
.page-notification .page-notification-block .page-notification-close:hover {
  opacity: 0.75;
  color: #fff;
}
.page-notification .page-notification-block .page-notification-close:focus-visible {
  box-shadow: none;
  outline: 0.125rem solid #003580; /* Your custom focus style */
  outline-offset: 0.125rem;
  border-radius: 0.375rem;
}
.page-notification .page-notification-block .page-notification-content-body a {
  color: #fff;
  text-decoration: underline;
  transition: opacity 0.3s;
}
.page-notification .page-notification-block .page-notification-content-body a:hover, .page-notification .page-notification-block .page-notification-content-body a:focus, .page-notification .page-notification-block .page-notification-content-body a:active {
  opacity: 0.7;
}
.page-notification .page-notification-block .page-notification-content-link {
  color: #fff;
  transition: opacity 0.3s;
  text-transform: none;
  font-weight: 700;
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .page-notification .page-notification-block .page-notification-content-link {
    font-size: 1rem;
  }
}
.page-notification .page-notification-block .page-notification-content-link:hover, .page-notification .page-notification-block .page-notification-content-link:focus, .page-notification .page-notification-block .page-notification-content-link:active {
  color: #fff;
}
.page-notification .page-notification-block .page-notification-content-link:hover {
  opacity: 0.75;
}
.page-notification .page-notification-block.page-notification-block-dark {
  color: #212529;
}
.page-notification .page-notification-block.page-notification-block-dark .page-notification-content-body a {
  color: #212529;
}
.page-notification .page-notification-block.page-notification-block-dark .page-notification-content-link {
  color: #212529;
}
.page-notification .page-notification-block.page-notification-block-dark .page-notification-content-link:hover, .page-notification .page-notification-block.page-notification-block-dark .page-notification-content-link:focus, .page-notification .page-notification-block.page-notification-block-dark .page-notification-content-link:active {
  color: #212529;
}
.page-notification .page-notification-block.page-notification-block-dark .page-notification-close {
  color: #212529;
}
.page-notification .page-notification-block.page-notification-block-dark .page-notification-close:hover {
  color: #212529;
}
.page-notification .page-notification-block.page-notification-block-light a:focus-visible, .page-notification .page-notification-block.page-notification-block-light button:focus-visible {
  box-shadow: none;
  outline: 0.125rem solid white; /* Your custom focus style */
  outline-offset: 0.125rem;
  border-radius: 0.375rem;
}
.page-notification + .header-main {
  transition: top 0.3s;
}

header.header-main {
  background-color: #fff;
  color: #212529;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media (min-width: 992px) {
  header.header-main {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
header.header-main .row.header-main-row {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
header.header-main .row.header-main-row > div {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
@media (min-width: 1200px) {
  header.header-main .row.header-main-row {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
  header.header-main .row.header-main-row > div {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
header.header-main {
  transition: padding-top 0.3s, padding-bottom 0.3s, box-shadow 0.3s;
}
header.header-main.affix {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media (min-width: 992px) {
  header.header-main.affix {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
header.header-main.affix {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.15);
}
header.header-main {
  position: sticky;
  right: 0;
  left: 0;
  top: 0;
  z-index: 1020;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.15);
}
header.header-main .navbar-brand img.navbar-brand-image {
  height: 1.5rem;
}
@media (min-width: 576px) {
  header.header-main .navbar-brand img.navbar-brand-image {
    height: 2rem;
  }
}
@media (min-width: 768px) {
  header.header-main .navbar-brand img.navbar-brand-image {
    height: 2.25rem;
  }
}
@media (min-width: 1400px) {
  header.header-main .navbar-brand img.navbar-brand-image {
    height: 2.5rem;
  }
}
header.header-main .navbar-brand img.navbar-brand-image {
  width: auto;
}
header.header-main .header-action {
  border: 0;
  outline: none;
  box-shadow: none;
  background: transparent;
  padding: 0;
  color: inherit;
}
header.header-main .header-action:active, header.header-main .header-action:focus, header.header-main .header-action:hover {
  outline: none;
}
header.header-main .header-action {
  height: 2rem;
  min-width: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
header.header-main .header-action .header-action--icon {
  height: 2rem;
  width: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
header.header-main .header-action .header-action--icon > svg {
  color: rgb(89.8581081081, 100.75, 111.6418918919);
  transition: color 0.3s;
  width: 1.75rem;
  height: 1.75rem;
}
header.header-main .header-action:hover .header-action--icon > svg, header.header-main .header-action:focus .header-action--icon > svg, header.header-main .header-action:active .header-action--icon > svg {
  color: #003580;
}
header.header-main .header-action:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.125rem #003580;
}
header.header-main .header-action--wishlist {
  padding-right: 0.75rem;
  position: relative;
}
header.header-main .header-action--wishlist .wishlist-count {
  min-width: 1rem;
  height: 1rem;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #003580;
  line-height: 1rem;
  text-align: center;
  font-size: 0.6875rem;
  color: #fff;
  padding-left: 0.125rem;
  padding-right: 0.125rem;
  border-radius: 0.5rem;
}
header.header-main .hotline-link {
  color: rgb(89.8581081081, 100.75, 111.6418918919);
  transition: color 0.3s;
  text-decoration: none;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0.5rem;
}
header.header-main .hotline-link .hotline-icon {
  width: 100%;
  max-width: 2rem;
  flex: 0 0 2rem;
  color: #003580;
  transition: color 0.3s;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
header.header-main .hotline-link .hotline-icon svg {
  width: 1.75rem;
  height: 1.75rem;
}
header.header-main .hotline-link .hotline-info {
  flex: 1;
  display: none;
  flex-direction: column;
  line-height: 1;
  gap: 0.25rem;
}
@media (min-width: 992px) {
  header.header-main .hotline-link .hotline-info {
    display: inline-flex;
  }
}
header.header-main .hotline-link .hotline-info .hotline-number,
header.header-main .hotline-link .hotline-info .hotline-info {
  white-space: nowrap;
}
header.header-main .hotline-link .hotline-info .hotline-number {
  color: #212529;
  transition: color 0.3s;
  font-size: 1.25rem;
}
header.header-main .hotline-link .hotline-info .hotline-title {
  font-size: 0.875rem;
}
header.header-main .hotline-link:hover, header.header-main .hotline-link:focus, header.header-main .hotline-link:active {
  text-decoration: none;
  color: rgb(89.8581081081, 100.75, 111.6418918919);
}
header.header-main .hotline-link:hover .hotline-info .hotline-number, header.header-main .hotline-link:focus .hotline-info .hotline-number, header.header-main .hotline-link:active .hotline-info .hotline-number {
  color: #003580;
}
header.header-main .hotline-link:hover .hotline-icon, header.header-main .hotline-link:focus .hotline-icon, header.header-main .hotline-link:active .hotline-icon {
  color: #003580;
}

header.header-main .search-field-input.search-field-input--fulltext > button {
  min-width: 14rem;
}
header.header-main .search-field-input.search-field-input--fulltext {
  border-radius: var(--bsborder-radius);
  border: var(--bsborder-width) solid var(--bsborder-color);
}
@media (max-width: 767.98px) {
  header.header-main .col-search form.search-box-field {
    position: absolute !important;
    pointer-events: none;
    z-index: 1051;
  }
  header.header-main .col-search form.search-box-field > .search-field-input {
    opacity: 0;
    pointer-events: none;
  }
  header.header-main .col-search form.search-box-field > .search-field-input .string-search-trigger {
    min-width: unset !important;
  }
}

/**
 * Navigation
 * -------------------------
 * based on navbar variables
 */
.page-navigation-offcanvas .nav-item > a.nav-link, .page-navigation-offcanvas .sub-layer-items > a.nav-link, nav#navbar ul.navbar-nav > li.nav-item > a.nav-link {
  color: rgba(var(--bsemphasis-color-rgb), 0.65);
  transition: color 0.3s;
  text-decoration: none;
  font-size: 1.25rem;
  font-weight: 400;
  font-family: var(--bsfont-sans-serif);
}

.page-navigation-offcanvas .nav-item > a.nav-link.active, .page-navigation-offcanvas .sub-layer-items > a.nav-link.active, nav#navbar ul.navbar-nav > li.nav-item.active > a.nav-link {
  color: rgba(var(--bsemphasis-color-rgb), 1);
  font-weight: 700;
}

nav#navbar ul.navbar-nav {
  align-items: baseline;
}
nav#navbar ul.navbar-nav > li.nav-item > a.nav-link {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0.25rem;
}
nav#navbar ul.navbar-nav > li.nav-item > a.nav-link.dropdown-toggle svg, nav#navbar ul.navbar-nav > li.nav-item > a.nav-link.megamenu-toggle svg {
  width: 0.875rem;
  height: 0.875rem;
  color: rgba(var(--bsemphasis-color-rgb), 0.65);
  transition: transform 0.3s;
}
nav#navbar ul.navbar-nav > li.nav-item > a.nav-link:hover, nav#navbar ul.navbar-nav > li.nav-item > a.nav-link:focus, nav#navbar ul.navbar-nav > li.nav-item > a.nav-link:active {
  text-decoration: none;
  color: rgba(var(--bsemphasis-color-rgb), 0.8);
}
nav#navbar ul.navbar-nav > li.nav-item > a.nav-link.dropdown-toggle.show svg,
nav#navbar ul.navbar-nav > li.nav-item > a.nav-link.megamenu-toggle.show svg {
  transform: scaleY(-1);
}
.menu-flyouts {
  position: absolute;
  z-index: 20;
  top: 100%;
  left: 0;
  right: 0;
  margin-top: -1.5rem;
}
@media (min-width: 992px) {
  .menu-flyouts {
    margin-top: -1rem;
  }
}
.menu-flyouts .menu-flyout-item {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}
.menu-flyouts .menu-flyout-item .menu-flyout-item-inner {
  background-color: var(--bsbody-bg);
  border-radius: var(--bsborder-radius);
  padding: 1.5rem;
  border-width: var(--bsborder-width);
  border-style: solid;
  border-color: var(--bsborder-color-translucent);
  pointer-events: auto;
}
.menu-flyouts .menu-flyout-item .menu-flyout-item-inner:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: -0.5rem;
  height: 0.5rem;
}
.menu-flyouts .menu-flyout-item .menu-flyout-item-inner > .row {
  row-gap: 1rem;
}
.menu-flyouts .menu-flyout-item .menu-flyout-item-inner > .row .menu-flyout-column {
  row-gap: 1rem;
}
.menu-flyouts .menu-flyout-item .menu-flyout-item-inner > .row .menu-flyout-column .menu-flyout-column-parent {
  line-height: 1.2;
}
.menu-flyouts .menu-flyout-item .menu-flyout-item-inner > .row .menu-flyout-column .menu-flyout-column-parent > a {
  font-size: 1rem;
}
@media (min-width: 992px) {
  .menu-flyouts .menu-flyout-item .menu-flyout-item-inner > .row .menu-flyout-column .menu-flyout-column-parent > a {
    font-size: 1.25rem;
  }
}
.menu-flyouts .menu-flyout-item .menu-flyout-item-inner > .row .menu-flyout-column .menu-flyout-column-parent > a {
  transition: color 0.3s;
  text-decoration: none;
  color: #212529;
  display: flex;
  font-weight: 500;
}
.menu-flyouts .menu-flyout-item .menu-flyout-item-inner > .row .menu-flyout-column .menu-flyout-column-parent > a:hover, .menu-flyouts .menu-flyout-item .menu-flyout-item-inner > .row .menu-flyout-column .menu-flyout-column-parent > a:focus {
  color: #003580;
  text-decoration: none;
}
.menu-flyouts .menu-flyout-item .menu-flyout-item-inner > .row .menu-flyout-column .menu-flyout-column-parent > a:active {
  color: #003580;
  text-decoration: underline;
}
.menu-flyouts .menu-flyout-item .menu-flyout-item-inner > .row .menu-flyout-column .menu-flyout-column-parent.active > a {
  color: #003580;
  font-weight: 500;
  text-decoration: none;
}
.menu-flyouts .menu-flyout-item .menu-flyout-item-inner > .row .menu-flyout-column .menu-flyout-column-parent.active > a:active {
  text-decoration: underline;
}
.menu-flyouts .menu-flyout-item .menu-flyout-item-inner > .row .menu-flyout-column .menu-flyout-column-children {
  padding-top: 0.75rem;
  row-gap: 0.375rem;
}
.menu-flyouts .menu-flyout-item .menu-flyout-item-inner > .row .menu-flyout-column .menu-flyout-column-children .menu-flyout-column-children-item > a {
  transition: color 0.3s;
  font-size: 1rem;
  font-weight: 400;
  color: var(--bsbody-color);
  text-decoration: none;
  display: flex;
}
.menu-flyouts .menu-flyout-item .menu-flyout-item-inner > .row .menu-flyout-column .menu-flyout-column-children .menu-flyout-column-children-item > a:hover, .menu-flyouts .menu-flyout-item .menu-flyout-item-inner > .row .menu-flyout-column .menu-flyout-column-children .menu-flyout-column-children-item > a:focus {
  color: #003580;
  text-decoration: none;
}
.menu-flyouts .menu-flyout-item .menu-flyout-item-inner > .row .menu-flyout-column .menu-flyout-column-children .menu-flyout-column-children-item > a:active {
  color: #003580;
  text-decoration: underline;
}
.menu-flyouts .menu-flyout-item .menu-flyout-item-inner > .row .menu-flyout-column .menu-flyout-column-children .menu-flyout-column-children-item.active > a {
  color: #003580;
  font-weight: 500;
  text-decoration: none;
}
.menu-flyouts .menu-flyout-item .menu-flyout-item-inner > .row .menu-flyout-column .menu-flyout-column-children .menu-flyout-column-children-item.active > a:active {
  text-decoration: underline;
}
.menu-flyouts .menu-flyout-item:not(.is-open) {
  opacity: 0;
  pointer-events: none;
  display: none !important;
}
.menu-flyouts .menu-flyout-item:not(.is-open) .menu-flyout-item-inner {
  pointer-events: none;
}
.menu-flyouts .menu-flyout-content-items {
  row-gap: 0.5rem;
  padding-top: 1rem;
}
.menu-flyouts .menu-flyout-content-items .menu-flyout-content-item {
  position: relative;
}
.menu-flyouts .menu-flyout-content-items .menu-flyout-content-item > a {
  display: block;
  border-radius: var(--bsborder-radius);
  overflow: hidden;
}
.menu-flyouts .menu-flyout-content-items .menu-flyout-content-item > a:hover, .menu-flyouts .menu-flyout-content-items .menu-flyout-content-item > a:focus, .menu-flyouts .menu-flyout-content-items .menu-flyout-content-item > a:active {
  text-decoration: none;
}
.menu-flyouts .menu-flyout-content-items .menu-flyout-content-item > a:focus-visible {
  box-shadow: none;
  outline: 0.125rem solid #003580; /* Your custom focus style */
  outline-offset: 0.125rem;
}
.menu-flyouts .menu-flyout-content-items .menu-flyout-content-item .menu-flyout-content-item-body {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  padding: 1rem;
}
.menu-flyouts .menu-flyout-content-items .menu-flyout-content-item .menu-flyout-content-item-body h4, .menu-flyouts .menu-flyout-content-items .menu-flyout-content-item .menu-flyout-content-item-body .h4, .menu-flyouts .menu-flyout-content-items .menu-flyout-content-item .menu-flyout-content-item-body p {
  color: #fff;
  text-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.5);
  margin: 0;
}
.menu-flyouts .menu-flyout-content-items .menu-flyout-content-item .menu-flyout-content-item-body h4 + p, .menu-flyouts .menu-flyout-content-items .menu-flyout-content-item .menu-flyout-content-item-body .h4 + p {
  margin-top: 0.5rem;
}
.menu-flyouts .menu-flyout-content-items .menu-flyout-content-item .menu-flyout-content-item-body .btn {
  margin-top: 1rem;
}
.menu-flyouts .menu-flyout-content-items .menu-flyout-content-item .menu-flyout-content-item-image {
  position: relative;
}
.menu-flyouts .menu-flyout-content-items .menu-flyout-content-item .menu-flyout-content-item-image:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 5;
  inset: 0;
}
.menu-flyouts .menu-flyout-content-items .menu-flyout-content-item .menu-flyout-content-item-image:after {
  top: 25%;
  background-image: linear-gradient(to bottom, rgba(33, 37, 41, 0), #212529);
  opacity: 0.5;
}
.menu-flyouts .menu-flyout-content-items .menu-flyout-content-item .menu-flyout-content-item-image .media {
  position: relative;
}
.menu-flyouts .menu-flyout-content-items .menu-flyout-content-item .menu-flyout-content-item-image .media:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}

.page-navigation-offcanvas {
  position: fixed;
  top: 0;
  right: -20rem;
  bottom: 0;
  width: 20rem;
  z-index: 1070;
  background-color: #fff;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  transition: right 0.3s, box-shadow 0.3s;
  overflow: hidden;
}
.page-navigation-offcanvas.is-open {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  right: 0;
}
.page-navigation-offcanvas .offcanvas-header {
  flex: 0;
  padding: 1rem 1.5rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.page-navigation-offcanvas .offcanvas-header > button.offcanvas-close {
  display: flex;
  border: 0;
  outline: none;
  box-shadow: none;
  background: transparent;
  padding: 0;
  color: inherit;
}
.page-navigation-offcanvas .offcanvas-header > button.offcanvas-close:active, .page-navigation-offcanvas .offcanvas-header > button.offcanvas-close:focus, .page-navigation-offcanvas .offcanvas-header > button.offcanvas-close:hover {
  outline: none;
}
.page-navigation-offcanvas .offcanvas-header > button.offcanvas-close {
  color: #212529;
  transition: color 0.3s;
}
.page-navigation-offcanvas .offcanvas-header > button.offcanvas-close:hover, .page-navigation-offcanvas .offcanvas-header > button.offcanvas-close:focus, .page-navigation-offcanvas .offcanvas-header > button.offcanvas-close:active {
  color: #003580;
}
.page-navigation-offcanvas .offcanvas-header > button.offcanvas-close {
  line-height: 1;
  width: 2.5rem;
  height: 2.5rem;
  align-items: center;
  justify-content: flex-end;
}
.page-navigation-offcanvas .offcanvas-header > button.offcanvas-close > svg {
  width: 1.5rem;
  height: 1.5rem;
}
.page-navigation-offcanvas .offcanvas-inner {
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0 1.5rem 1rem 1.5rem;
  position: relative;
}
.page-navigation-offcanvas .offcanvas-inner .sub-layer {
  width: 20rem;
  position: absolute;
  top: 0;
  left: auto;
  right: -20rem;
  bottom: 0;
  background-color: #fff;
  z-index: 2;
  transition: right 0.3s;
}
.page-navigation-offcanvas .offcanvas-inner .sub-layer.is-open {
  right: 0;
}
.page-navigation-offcanvas .sub-layer {
  padding: 0 1.5rem 1rem 1.5rem;
}
.page-navigation-offcanvas .sub-layer .sub-layer-header {
  margin: 0 0 1rem 0;
}
.page-navigation-offcanvas .sub-layer .sub-layer-header button.sub-layer-back {
  border: 0;
  outline: none;
  box-shadow: none;
  background: transparent;
  padding: 0;
  color: inherit;
}
.page-navigation-offcanvas .sub-layer .sub-layer-header button.sub-layer-back:active, .page-navigation-offcanvas .sub-layer .sub-layer-header button.sub-layer-back:focus, .page-navigation-offcanvas .sub-layer .sub-layer-header button.sub-layer-back:hover {
  outline: none;
}
.page-navigation-offcanvas .sub-layer .sub-layer-header button.sub-layer-back {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0.5rem;
  height: 2.5rem;
  color: rgb(89.8581081081, 100.75, 111.6418918919);
  transition: color 0.3s;
}
.page-navigation-offcanvas .sub-layer .sub-layer-header button.sub-layer-back > .icon {
  line-height: 1;
}
.page-navigation-offcanvas .sub-layer .sub-layer-header button.sub-layer-back > .icon > svg {
  width: 1.25rem;
  height: 1.25rem;
}
.page-navigation-offcanvas .sub-layer .sub-layer-header button.sub-layer-back:hover, .page-navigation-offcanvas .sub-layer .sub-layer-header button.sub-layer-back:focus, .page-navigation-offcanvas .sub-layer .sub-layer-header button.sub-layer-back:active {
  color: #212529;
}
.page-navigation-offcanvas .sub-layer .sub-layer-header .parent-link {
  font-size: 1.25rem;
  font-weight: 500;
  margin: 0.5rem 0 0 0;
  color: #212529;
  transition: color 0.3s;
  text-decoration: none;
}
.page-navigation-offcanvas .sub-layer .sub-layer-header .parent-link:hover, .page-navigation-offcanvas .sub-layer .sub-layer-header .parent-link:focus, .page-navigation-offcanvas .sub-layer .sub-layer-header .parent-link:active {
  color: #003580;
}
.page-navigation-offcanvas .nav-item > a.nav-link, .page-navigation-offcanvas .sub-layer-items > a.nav-link {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  height: 2rem;
  line-height: 2rem;
}
.page-navigation-offcanvas .nav-item > a.nav-link > span.icon, .page-navigation-offcanvas .sub-layer-items > a.nav-link > span.icon {
  line-height: 1;
}
.page-navigation-offcanvas .nav-item > a.nav-link > span.icon svg, .page-navigation-offcanvas .sub-layer-items > a.nav-link > span.icon svg {
  width: 1.25rem;
  height: 1.25rem;
}
@media (min-width: 992px) {
  .offcanvas-backdrop {
    display: none;
  }
}

footer.footer-main {
  background-color: #e9ecef;
  color: #212529;
  line-height: 1.5;
  font-size: 0.875rem;
}
@media (min-width: 992px) {
  footer.footer-main {
    font-size: 1rem;
  }
}
footer.footer-main p {
  margin-bottom: 0.5rem;
}
@media (min-width: 992px) {
  footer.footer-main p {
    margin-bottom: 1rem;
  }
}
footer.footer-main .footer-main--trust {
  padding-top: 1rem;
}
@media (min-width: 992px) {
  footer.footer-main .footer-main--trust {
    padding-top: 1.5rem;
  }
}
footer.footer-main .footer-main--trust {
  background-color: #fff;
}
footer.footer-main .footer-main--trust .trust-item {
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  footer.footer-main .footer-main--trust .trust-item {
    padding-bottom: 1.5rem;
  }
}
footer.footer-main .footer-main--trust .trust-item {
  font-size: 0.75rem;
}
@media (min-width: 992px) {
  footer.footer-main .footer-main--trust .trust-item {
    font-size: 1rem;
  }
}
footer.footer-main .footer-main--trust .trust-item {
  text-align: center;
  color: #212529;
}
footer.footer-main .footer-main--trust .trust-item .trust-item--icon {
  border-radius: 50%;
  padding: 0.25rem;
}
@media (min-width: 992px) {
  footer.footer-main .footer-main--trust .trust-item .trust-item--icon {
    padding: 1rem;
  }
}
footer.footer-main .footer-main--trust .trust-item .trust-item--icon {
  margin: 0 auto;
  color: rgb(89.8581081081, 100.75, 111.6418918919);
  max-width: 2.5rem;
}
@media (min-width: 992px) {
  footer.footer-main .footer-main--trust .trust-item .trust-item--icon {
    max-width: 6rem;
  }
}
footer.footer-main .footer-main--trust .trust-item .trust-item--icon {
  background-color: #e9ecef;
}
footer.footer-main .footer-main--trust .trust-item .trust-item--icon .icon-holder {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
}
footer.footer-main .footer-main--trust .trust-item .trust-item--icon .icon-holder > svg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
footer.footer-main .footer-main--trust .trust-item .trust-item--title {
  margin-top: 0.5rem;
}
@media (min-width: 992px) {
  footer.footer-main .footer-main--trust .trust-item .trust-item--title {
    margin-top: 1rem;
  }
}
footer.footer-main .footer-main--boxes {
  padding-top: 1rem;
}
@media (min-width: 992px) {
  footer.footer-main .footer-main--boxes {
    padding-top: 1.5rem;
  }
}
footer.footer-main .footer-main--boxes .col-footer-box {
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  footer.footer-main .footer-main--boxes .col-footer-box {
    padding-bottom: 1.5rem;
  }
}
footer.footer-main .footer-main--boxes .h5, footer.footer-main .footer-main--boxes .page-share .share-object .share-object-body strong, .page-share .share-object .share-object-body footer.footer-main .footer-main--boxes strong, footer.footer-main .footer-main--boxes .autocomplete-group {
  color: inherit;
  margin-bottom: 0.5rem;
  padding-bottom: 0;
  min-height: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
footer.footer-main .footer-main--boxes .nav.flex-column, footer.footer-main .footer-main--boxes .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-postnav .post-navigation .nav-links > div > a.nav, .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-postnav .post-navigation footer.footer-main .footer-main--boxes .nav-links > div > a.nav, footer.footer-main .footer-main--boxes .nav.flex-row, footer.footer-main .footer-main--boxes .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-postnav .post-navigation .nav-links > div > a > p.nav.meta-nav, .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-postnav .post-navigation footer.footer-main .footer-main--boxes .nav-links > div > a > p.nav.meta-nav, footer.footer-main .footer-main--boxes .nav.social-links {
  row-gap: 0.25rem;
}
@media (min-width: 992px) {
  footer.footer-main .footer-main--boxes .nav.flex-column, footer.footer-main .footer-main--boxes .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-postnav .post-navigation .nav-links > div > a.nav, .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-postnav .post-navigation footer.footer-main .footer-main--boxes .nav-links > div > a.nav, footer.footer-main .footer-main--boxes .nav.flex-row, footer.footer-main .footer-main--boxes .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-postnav .post-navigation .nav-links > div > a > p.nav.meta-nav, .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-postnav .post-navigation footer.footer-main .footer-main--boxes .nav-links > div > a > p.nav.meta-nav, footer.footer-main .footer-main--boxes .nav.social-links {
    row-gap: 0.5rem;
  }
}
footer.footer-main .footer-main--boxes .nav.flex-column a, footer.footer-main .footer-main--boxes .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-postnav .post-navigation .nav-links > div > a.nav a, .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-postnav .post-navigation footer.footer-main .footer-main--boxes .nav-links > div > a.nav a, footer.footer-main .footer-main--boxes .nav.flex-row a, footer.footer-main .footer-main--boxes .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-postnav .post-navigation .nav-links > div > a > p.nav.meta-nav a, .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-postnav .post-navigation footer.footer-main .footer-main--boxes .nav-links > div > a > p.nav.meta-nav a, footer.footer-main .footer-main--boxes .nav.social-links a {
  color: #212529;
  transition: color 0.3s;
  text-decoration: none;
  display: block;
}
footer.footer-main .footer-main--boxes .nav.flex-column a:hover, footer.footer-main .footer-main--boxes .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-postnav .post-navigation .nav-links > div > a.nav a:hover, .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-postnav .post-navigation footer.footer-main .footer-main--boxes .nav-links > div > a.nav a:hover, footer.footer-main .footer-main--boxes .nav.flex-row a:hover, footer.footer-main .footer-main--boxes .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-postnav .post-navigation .nav-links > div > a > p.nav.meta-nav a:hover, .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-postnav .post-navigation footer.footer-main .footer-main--boxes .nav-links > div > a > p.nav.meta-nav a:hover, footer.footer-main .footer-main--boxes .nav.social-links a:hover {
  color: #003580;
  text-decoration: none;
}
footer.footer-main .footer-main--boxes .nav.flex-column a:active, footer.footer-main .footer-main--boxes .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-postnav .post-navigation .nav-links > div > a.nav a:active, .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-postnav .post-navigation footer.footer-main .footer-main--boxes .nav-links > div > a.nav a:active, footer.footer-main .footer-main--boxes .nav.flex-column a:focus, footer.footer-main .footer-main--boxes .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-postnav .post-navigation .nav-links > div > a.nav a:focus, .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-postnav .post-navigation footer.footer-main .footer-main--boxes .nav-links > div > a.nav a:focus, footer.footer-main .footer-main--boxes .nav.flex-row a:active, footer.footer-main .footer-main--boxes .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-postnav .post-navigation .nav-links > div > a > p.nav.meta-nav a:active, .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-postnav .post-navigation footer.footer-main .footer-main--boxes .nav-links > div > a > p.nav.meta-nav a:active, footer.footer-main .footer-main--boxes .nav.social-links a:active, footer.footer-main .footer-main--boxes .nav.flex-row a:focus, footer.footer-main .footer-main--boxes .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-postnav .post-navigation .nav-links > div > a > p.nav.meta-nav a:focus, .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-postnav .post-navigation footer.footer-main .footer-main--boxes .nav-links > div > a > p.nav.meta-nav a:focus, footer.footer-main .footer-main--boxes .nav.social-links a:focus {
  color: #003580;
  text-decoration: underline;
}
footer.footer-main .footer-main--meta {
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  footer.footer-main .footer-main--meta {
    padding-bottom: 1.5rem;
  }
}
footer.footer-main .footer-main--meta .nav.flex-row, footer.footer-main .footer-main--meta .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-postnav .post-navigation .nav-links > div > a > p.nav.meta-nav, .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-postnav .post-navigation footer.footer-main .footer-main--meta .nav-links > div > a > p.nav.meta-nav, footer.footer-main .footer-main--meta .nav.social-links {
  column-gap: 0.75rem;
  row-gap: 0.375rem;
  font-size: 0.875rem;
}
footer.footer-main .footer-main--meta .nav.flex-row a, footer.footer-main .footer-main--meta .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-postnav .post-navigation .nav-links > div > a > p.nav.meta-nav a, .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-postnav .post-navigation footer.footer-main .footer-main--meta .nav-links > div > a > p.nav.meta-nav a, footer.footer-main .footer-main--meta .nav.social-links a {
  color: rgb(89.8581081081, 100.75, 111.6418918919);
  transition: color 0.3s;
  text-decoration: none;
}
footer.footer-main .footer-main--meta .nav.flex-row a:hover, footer.footer-main .footer-main--meta .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-postnav .post-navigation .nav-links > div > a > p.nav.meta-nav a:hover, .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-postnav .post-navigation footer.footer-main .footer-main--meta .nav-links > div > a > p.nav.meta-nav a:hover, footer.footer-main .footer-main--meta .nav.social-links a:hover {
  color: #212529;
  text-decoration: none;
}
footer.footer-main .footer-main--meta .nav.flex-row a:active, footer.footer-main .footer-main--meta .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-postnav .post-navigation .nav-links > div > a > p.nav.meta-nav a:active, .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-postnav .post-navigation footer.footer-main .footer-main--meta .nav-links > div > a > p.nav.meta-nav a:active, footer.footer-main .footer-main--meta .nav.social-links a:active, footer.footer-main .footer-main--meta .nav.flex-row a:focus, footer.footer-main .footer-main--meta .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-postnav .post-navigation .nav-links > div > a > p.nav.meta-nav a:focus, .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-postnav .post-navigation footer.footer-main .footer-main--meta .nav-links > div > a > p.nav.meta-nav a:focus, footer.footer-main .footer-main--meta .nav.social-links a:focus {
  color: #212529;
  text-decoration: underline;
}

.page-scroll-top {
  border: 0;
  outline: none;
  box-shadow: none;
  background: transparent;
  padding: 0;
  color: inherit;
}
.page-scroll-top:active, .page-scroll-top:focus, .page-scroll-top:hover {
  outline: none;
}
.page-scroll-top {
  position: fixed;
  z-index: 1030;
  bottom: 1.5rem;
  right: 1.5rem;
  transition: opacity 0.3s, color 0.3s, background-color 0.3s;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #003580;
  color: #fff;
  opacity: 0;
  pointer-events: none;
  border-radius: var(--bsborder-radius);
}
.page-scroll-top svg {
  width: 1.25rem;
  height: 1.25rem;
}
.page-scroll-top:hover {
  color: #fff;
  background-color: rgb(0, 31.8828125, 77);
}
.page-scroll-top.is-open {
  opacity: 1;
  pointer-events: auto;
}

/**
 * File deifnes style of wishlist dropdown and the items inside.
 * + handling of "view-type"
 */
#wishlist-result .wishlist-item {
  display: flex;
  flex-direction: row;
  gap: 0.75rem;
}
#wishlist-result .wishlist-item .wishlist-item-image {
  position: relative;
  flex: 0 0 20%;
  width: 100%;
  max-width: 4rem;
}
#wishlist-result .wishlist-item .wishlist-item-image > a {
  border-radius: var(--bsborder-radius);
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  position: relative;
}
#wishlist-result .wishlist-item .wishlist-item-image > a:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
#wishlist-result .wishlist-item .wishlist-item-data {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  flex: 1;
  position: relative;
}
#wishlist-result .wishlist-item .wishlist-item-data .remove-from-wishlist {
  color: rgb(89.8581081081, 100.75, 111.6418918919);
  position: absolute;
  bottom: 0;
  right: 0;
  line-height: 0;
  width: 1.25rem;
  height: 1.25rem;
  transition: color 0.3s;
  cursor: pointer;
}
#wishlist-result .wishlist-item .wishlist-item-data .remove-from-wishlist > svg {
  pointer-events: none;
  width: 1.25rem;
  height: 1.25rem;
}
#wishlist-result .wishlist-item .wishlist-item-data .remove-from-wishlist:hover {
  color: #dc3545;
}
#wishlist-result .wishlist-item .wishlist-item-data .name {
  font-size: 1rem;
  font-weight: 500;
  margin: 0 0 0.5rem 0;
  line-height: 1.25;
  display: block;
}
#wishlist-result .wishlist-item .wishlist-item-data .name > a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s;
}
#wishlist-result .wishlist-item .wishlist-item-data .name > a:active, #wishlist-result .wishlist-item .wishlist-item-data .name > a:hover, #wishlist-result .wishlist-item .wishlist-item-data .name > a:focus {
  text-decoration: none;
}
#wishlist-result .wishlist-item .wishlist-item-data .name > a:active, #wishlist-result .wishlist-item .wishlist-item-data .name > a:focus {
  color: #003580;
}
#wishlist-result .wishlist-item .wishlist-item-data .name > a:hover, #wishlist-result .wishlist-item .wishlist-item-data .name > a:active:hover, #wishlist-result .wishlist-item .wishlist-item-data .name > a:focus:hover {
  color: #003580;
}
#wishlist-result .wishlist-item .wishlist-item-data .name > a:active {
  text-decoration: underline;
}
#wishlist-result .wishlist-item .price {
  color: #212529;
  line-height: 1;
}
#wishlist-result .wishlist-item .price > a {
  color: inherit;
  text-decoration: none;
}
#wishlist-result .wishlist-item + .wishlist-item {
  margin-top: 0.75rem;
  padding-top: 0.75rem;
  border-top: var(--bsborder-width) solid var(--bsborder-color-translucent);
}

/**
 * Pages
 */
.content-block.content-block-list-active-filters {
  padding-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .content-block.content-block-list-active-filters {
    padding-bottom: 2.25rem;
  }
}
.content-block.content-block-list-active-filters .active-filter {
  border-radius: var(--bsborder-radius);
  padding: 0 0.75rem 0 1rem;
  min-height: 2rem;
  color: #212529;
  background-color: #e9ecef;
  font-size: 0.875rem;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0.6125rem;
  align-items: center;
  line-height: 1;
}
.content-block.content-block-list-active-filters .active-filter button.active-filter-remove {
  border: 0;
  outline: none;
  box-shadow: none;
  background: transparent;
  padding: 0;
  color: inherit;
}
.content-block.content-block-list-active-filters .active-filter button.active-filter-remove:active, .content-block.content-block-list-active-filters .active-filter button.active-filter-remove:focus, .content-block.content-block-list-active-filters .active-filter button.active-filter-remove:hover {
  outline: none;
}
.content-block.content-block-list-active-filters .active-filter button.active-filter-remove {
  line-height: 0;
  color: #212529;
  transition: color 0.3s;
  width: 2rem;
  height: 2rem;
  margin: -0.5625rem;
}
.content-block.content-block-list-active-filters .active-filter button.active-filter-remove svg {
  width: 0.875rem;
  height: 0.875rem;
}
.content-block.content-block-list-active-filters .active-filter button.active-filter-remove:hover {
  color: #003580;
}
.content-block.content-block-list-active-filters .active-filter button.active-filter-remove:focus-visible {
  box-shadow: none;
  outline: 0.125rem solid #003580; /* Your custom focus style */
  outline-offset: 0.125rem;
  border-radius: 0.375rem;
}

.list-filter-toggle {
  display: none;
}
.list-filter-toggle .btn {
  border-radius: 0;
  align-items: center;
}
@media (max-width: 767.98px) {
  .list-filter-toggle {
    display: block;
    position: sticky;
    left: 0;
    right: 0;
    z-index: 10;
    top: 5rem;
    transition: padding-top 0.3s;
  }
}
@media (max-width: 767.98px) and (min-width: 576px) {
  .list-filter-toggle {
    top: 5rem;
  }
}
@media (max-width: 767.98px) and (min-width: 768px) {
  .list-filter-toggle {
    top: 5.25rem;
  }
}
@media (max-width: 767.98px) and (min-width: 992px) {
  .list-filter-toggle {
    top: 4.25rem;
  }
}
@media (max-width: 767.98px) and (min-width: 1400px) {
  .list-filter-toggle {
    top: 5.125rem;
  }
}

.content-block-list-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .content-block-list-header {
    padding-bottom: 2.25rem;
  }
}

.pm-switch-result-view {
  display: flex;
  align-items: center;
}
@media (max-width: 767.98px) {
  .pm-switch-result-view {
    display: none;
  }
}
.pm-switch-result-view .pm-switch {
  position: relative;
  display: inline-block;
  width: 3.5rem;
  height: 2rem;
  margin: 0;
}
.pm-switch-result-view .pm-switch .pm-switch-checkbox {
  opacity: 0;
  width: 0;
  height: 0;
}
.pm-switch-result-view .pm-switch .pm-switch-checkbox:checked + .pm-switch-slider {
  background-color: #003580;
}
.pm-switch-result-view .pm-switch .pm-switch-checkbox:checked + .pm-switch-slider:before {
  -webkit-transform: translateX(1.5rem);
  -ms-transform: translateX(1.5rem);
  transform: translateX(1.5rem);
}
.pm-switch-result-view .pm-switch .pm-switch-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ced4da;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.45rem;
}
.pm-switch-result-view .pm-switch .pm-switch-slider > svg {
  color: #fff;
  width: 1.25rem;
  height: 1.25rem;
}
.pm-switch-result-view .pm-switch .pm-switch-slider:before {
  position: absolute;
  content: "";
  height: 1.5rem;
  width: 1.5rem;
  left: 0.25rem;
  bottom: 0.25rem;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50%;
}
.pm-switch-result-view .pm-switch:focus-visible {
  box-shadow: none;
  outline: 0.125rem solid #003580; /* Your custom focus style */
  outline-offset: 0.125rem;
  border-radius: 0.375rem;
}

.content-main.content-main--results > .container {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}
@media (min-width: 992px) {
  .content-main.content-main--results > .container {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.content-main.content-main--results .content-block-travel-cols .row.row-products .card-travel-wrapper--stripe:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .content-main.content-main--results .content-block-travel-cols .row.row-products .card-travel-wrapper--stripe:last-child {
    margin-bottom: 1.5rem;
  }
}

.content-block.content-block-list-filter .list-filter {
  border-radius: 0.375rem;
  background-color: #e9ecef;
  padding: 1rem;
}
.content-block.content-block-list-filter .list-filter .list-filter-header > button.list-filter-close {
  display: none;
}
.content-block.content-block-list-filter .list-filter .list-filter-header .h4 {
  margin: 0 0 1rem 0;
}
@media (max-width: 767.98px) {
  .content-block.content-block-list-filter .list-filter .list-filter-header .h4 {
    margin: 0;
  }
}
.content-block.content-block-list-filter .list-filter .list-filter-body:focus-visible {
  box-shadow: none;
  outline: 0.125rem solid #003580; /* Your custom focus style */
  outline-offset: 0.125rem;
  border-radius: 0.375rem;
}
.content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box .list-filter-box-title,
.content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box > label {
  display: block;
  font-weight: 700;
  font-size: 1rem;
  margin: 0 0 1rem 0;
}
.content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box .list-filter-box-title > strong,
.content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box > label > strong {
  font-weight: 700;
}
.content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box .list-filter-box-title {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box .list-filter-box-title:not(.no-toggle) {
  cursor: pointer;
}
.content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box .list-filter-box-title svg {
  width: 1rem;
  height: 1rem;
  color: rgb(89.8581081081, 100.75, 111.6418918919);
  transition: color 0.3s, transform 0.3s;
}
.content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box .list-filter-box-title:hover svg {
  color: #003580;
}
.content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box .list-filter-box-title:focus-visible {
  box-shadow: none;
  outline: 0.125rem solid #003580; /* Your custom focus style */
  outline-offset: 0.125rem;
  border-radius: 0.375rem;
}
.content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box .list-filter-box-search {
  margin: 0 0 1rem 0;
}
.content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box .list-filter-box-footer {
  margin: 1rem 0 0 0;
}
.content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box .list-filter-box-footer button {
  border: 0;
  outline: none;
  box-shadow: none;
  background: transparent;
  padding: 0;
  color: inherit;
}
.content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box .list-filter-box-footer button:active, .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box .list-filter-box-footer button:focus, .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box .list-filter-box-footer button:hover {
  outline: none;
}
.content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box .list-filter-box-footer button {
  font-size: 0.875rem;
  color: #212529;
  transition: color 0.3s;
  text-align: left;
  display: block;
  width: 100%;
  font-weight: 700;
}
.content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box .list-filter-box-footer button:focus, .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box .list-filter-box-footer button:active {
  color: #212529;
  text-decoration: underline;
}
.content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box .list-filter-box-footer button:hover {
  color: #003580;
}
.content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.list-filter-box-date-range-picker {
  position: relative;
}
@media (min-width: 992px) {
  .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.list-filter-box-date-range-picker .daterange-overlay {
    left: -0.5rem;
    transform: translateX(0);
  }
}
.content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.list-filter-box-date-range-picker .search-field-input-field {
  background-color: #fff !important;
}
.content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.category-tree .form-check + .form-check, .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.board-type .form-check + .form-check, .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.transport-type .form-check + .form-check {
  margin-top: 0.25rem;
}
.content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.category-tree .form-check:focus-visible, .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.board-type .form-check:focus-visible, .content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.transport-type .form-check:focus-visible {
  box-shadow: none;
  outline: 0.125rem solid #003580; /* Your custom focus style */
  outline-offset: 0.125rem;
  border-radius: 0.375rem;
}
.content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box + .list-filter-box {
  padding-top: 1rem;
  margin-top: 1rem;
  border-top: 1px solid #dee2e6;
}
.content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.is-hidden .list-filter-box-title svg {
  transform: scaleY(-1);
}
.content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.is-hidden .list-filter-box-body,
.content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.is-hidden .list-filter-box-footer,
.content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.is-hidden .list-filter-box-search {
  display: none;
}
.content-block.content-block-list-filter .list-filter .list-filter-boxes .list-filter-box.is-hidden.list-filter-box-price .list-filter-box-title {
  margin-bottom: 1rem;
}
.content-block.content-block-list-filter .list-filter-footer {
  padding-top: 1rem;
  margin-top: 1rem;
  border-top: 1px solid #dee2e6;
}
@media (max-width: 767.98px) {
  .content-block.content-block-list-filter .list-filter-footer {
    margin-top: 0;
  }
}

/**
 * Import Detail "components"
 */
.booking-entrypoint-calendar .booking-entrypoint-calendar-outer .booking-entrypoint-calendar-inner .calendar-item .calendar-item-wrapper > div.calendar-item-day.active-duration.active-duration-last:after {
  border-radius: 20rem;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  display: block;
  border: 2px solid #003580;
}

.booking-entrypoint-calendar {
  opacity: 1;
  transition: opacity 0.3s;
  pointer-events: auto;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}
.booking-entrypoint-calendar .slider-controls {
  margin-top: 1rem;
}
.booking-entrypoint-calendar .booking-entrypoint-calendar-outer {
  display: flex;
  justify-content: center;
  position: relative;
  flex-direction: row;
  flex-wrap: nowrap;
  margin: 0 -0.75rem;
  overflow: hidden;
  max-width: 720px;
}
@media (max-width: 575.98px) {
  .booking-entrypoint-calendar .booking-entrypoint-calendar-outer .swiper-wrapper {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    transform: translate3d(0, 0, 0) !important;
  }
  .booking-entrypoint-calendar .booking-entrypoint-calendar-outer .swiper-wrapper .swiper-slide {
    height: unset;
    margin-right: 0 !important;
    max-width: 21rem !important;
    width: 100% !important;
  }
}
.booking-entrypoint-calendar .booking-entrypoint-calendar-outer .booking-entrypoint-calendar-inner .calendar-item .calendar-item-month {
  margin: 0;
  text-align: center;
  padding: 1rem 0;
}
.booking-entrypoint-calendar .booking-entrypoint-calendar-outer .booking-entrypoint-calendar-inner .calendar-item .calendar-item-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  max-width: 21rem;
}
.booking-entrypoint-calendar .booking-entrypoint-calendar-outer .booking-entrypoint-calendar-inner .calendar-item .calendar-item-wrapper > div.calendar-item-day {
  flex: 0 0 3rem;
  width: 100%;
  max-width: 3rem;
  height: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  -webkit-box-direction: normal !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-pack: center !important;
  -webkit-box-align: center !important;
}
.booking-entrypoint-calendar .booking-entrypoint-calendar-outer .booking-entrypoint-calendar-inner .calendar-item .calendar-item-wrapper > div.calendar-item-day:not(.calendar-item-weekday) {
  line-height: 1;
  margin-top: 0.125rem;
}
.booking-entrypoint-calendar .booking-entrypoint-calendar-outer .booking-entrypoint-calendar-inner .calendar-item .calendar-item-wrapper > div.calendar-item-day.active-duration {
  background-color: rgba(0, 0, 0, 0.05);
}
.booking-entrypoint-calendar .booking-entrypoint-calendar-outer .booking-entrypoint-calendar-inner .calendar-item .calendar-item-wrapper > div.calendar-item-day.active-duration.active {
  border-top-left-radius: 20rem;
  border-bottom-left-radius: 20rem;
}
.booking-entrypoint-calendar .booking-entrypoint-calendar-outer .booking-entrypoint-calendar-inner .calendar-item .calendar-item-wrapper > div.calendar-item-day.active-duration.travel-date:not(.active) {
  border-top-left-radius: 20rem;
  border-bottom-left-radius: 20rem;
}
.booking-entrypoint-calendar .booking-entrypoint-calendar-outer .booking-entrypoint-calendar-inner .calendar-item .calendar-item-wrapper > div.calendar-item-day.active-duration.active-duration-first {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.booking-entrypoint-calendar .booking-entrypoint-calendar-outer .booking-entrypoint-calendar-inner .calendar-item .calendar-item-wrapper > div.calendar-item-day.active-duration.active-duration-last {
  border-top-right-radius: 20rem;
  border-bottom-right-radius: 20rem;
  position: relative;
}
.booking-entrypoint-calendar .booking-entrypoint-calendar-outer .booking-entrypoint-calendar-inner .calendar-item .calendar-item-wrapper > div.calendar-item-weekday {
  height: 1rem;
  padding: 0;
  margin: 0 0 0.75rem 0;
}
.booking-entrypoint-calendar .booking-entrypoint-calendar-outer .booking-entrypoint-calendar-inner .calendar-item .calendar-item-wrapper > div.calendar-item-day.travel-date > a {
  width: 3rem;
  height: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  -webkit-box-direction: normal !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-pack: center !important;
  -webkit-box-align: center !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  font-weight: 700;
  text-decoration: none;
  transition: background-color 0.3s;
}
.booking-entrypoint-calendar .booking-entrypoint-calendar-outer .booking-entrypoint-calendar-inner .calendar-item .calendar-item-wrapper > div.calendar-item-day.travel-date > a:hover, .booking-entrypoint-calendar .booking-entrypoint-calendar-outer .booking-entrypoint-calendar-inner .calendar-item .calendar-item-wrapper > div.calendar-item-day.travel-date > a:focus, .booking-entrypoint-calendar .booking-entrypoint-calendar-outer .booking-entrypoint-calendar-inner .calendar-item .calendar-item-wrapper > div.calendar-item-day.travel-date > a:active {
  text-decoration: none;
}
.booking-entrypoint-calendar .booking-entrypoint-calendar-outer .booking-entrypoint-calendar-inner .calendar-item .calendar-item-wrapper > div.calendar-item-day.travel-date > a > div {
  font-weight: 400;
  font-size: 0.6125rem;
}
.booking-entrypoint-calendar .booking-entrypoint-calendar-outer .booking-entrypoint-calendar-inner .calendar-item .calendar-item-wrapper > div.calendar-item-day.travel-date > a {
  border-radius: 20rem;
}
.booking-entrypoint-calendar .booking-entrypoint-calendar-outer .booking-entrypoint-calendar-inner .calendar-item .calendar-item-wrapper > div.calendar-item-day.travel-date.active > a {
  background-color: #003580 !important;
}
.booking-entrypoint-calendar .booking-entrypoint-calendar-outer .booking-entrypoint-calendar-inner .calendar-item .calendar-item-wrapper > div.calendar-item-day.travel-date.bookable > a {
  background-color: #0e6322;
  color: #fff;
}
.booking-entrypoint-calendar .booking-entrypoint-calendar-outer .booking-entrypoint-calendar-inner .calendar-item .calendar-item-wrapper > div.calendar-item-day.travel-date.bookable > a:hover {
  background-color: rgb(23.4778761062, 166.0221238938, 57.017699115);
}
.booking-entrypoint-calendar .booking-entrypoint-calendar-outer .booking-entrypoint-calendar-inner .calendar-item .calendar-item-wrapper > div.calendar-item-day.travel-date.request > a {
  background-color: #ffc107;
  color: #fff;
}
.booking-entrypoint-calendar .booking-entrypoint-calendar-outer .booking-entrypoint-calendar-inner .calendar-item .calendar-item-wrapper > div.calendar-item-day.travel-date.request > a:hover {
  background-color: rgb(255, 212.125, 83.5);
}
.booking-entrypoint-calendar .booking-entrypoint-calendar-outer .booking-entrypoint-calendar-inner .calendar-item .calendar-item-wrapper > div.calendar-item-day.travel-date.stop > a {
  background-color: rgba(108, 117, 125, 0.5);
  color: #fff;
}
.booking-entrypoint-calendar .booking-entrypoint-calendar-outer .booking-entrypoint-calendar-inner .calendar-item .calendar-item-wrapper > div.calendar-item-day.travel-date.stop > a:hover {
  background-color: rgba(108, 117, 125, 0.75);
}

.is-loading > .booking-entrypoint-calendar {
  opacity: 0;
  pointer-events: none;
}

.booking-filter-calendar-overlay {
  position: absolute;
  top: 100%;
  right: 0;
  background-color: var(--bsbody-bg);
  border: var(--bsborder-width) solid var(--bsborder-color-translucent);
  box-shadow: var(--bsbox-shadow);
  padding: 1rem;
  margin: 0.125rem 0 0;
  z-index: 1000;
  min-width: 752px;
  border-radius: var(--bsborder-radius);
}
.booking-filter-calendar-overlay .booking-filter-calendar-overlay-footer {
  margin-top: 1rem;
}
.booking-filter-calendar-overlay {
  display: none;
}

.open > .booking-filter-calendar-overlay {
  display: block;
}

@media (min-width: 768px) {
  .booking-filter-item.booking-filter-item--date-range .booking-filter-calendar-overlay .booking-filter-calendar-overlay-inner {
    max-width: 992px;
  }
}
@media (max-width: 575.98px) {
  .booking-filter-item.booking-filter-item--date-range .booking-filter-calendar-overlay .booking-filter-calendar-overlay-footer {
    margin-top: 0;
  }
  .booking-filter-item.booking-filter-item--date-range .booking-filter-calendar-overlay .booking-filter-calendar-overlay-footer .btn.btn-primary {
    width: 100%;
    justify-content: space-around;
  }
}
.detail-booking-entrypoint:not(.in-detail-header) .booking-filter .booking-filter-items .booking-filter-item--dates .booking-offer-items .booking-offer-item .booking-offer-item-label {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  border-radius: var(--bsborder-radius);
  text-decoration: none;
  font-weight: 700;
  color: #212529;
  border-width: 1px;
  border-style: solid;
  border-color: #ced4da;
  background-color: #fff;
  transition: border-color 0.3s, color 0.3s, background-color 0.3s;
  padding: 0.75rem 1rem;
  gap: 0.5rem;
}
@media (min-width: 768px) {
  .detail-booking-entrypoint:not(.in-detail-header) .booking-filter .booking-filter-items .booking-filter-item--dates .booking-offer-items .booking-offer-item .booking-offer-item-label {
    gap: 1rem;
  }
}
.detail-booking-entrypoint:not(.in-detail-header) .booking-filter .booking-filter-items .booking-filter-item--dates .booking-offer-items .booking-offer-item .booking-offer-item-label {
  font-size: 1rem;
}
.detail-booking-entrypoint:not(.in-detail-header) .booking-filter .booking-filter-items .booking-filter-item--dates .booking-offer-items .booking-offer-item .booking-offer-item-label:hover, .detail-booking-entrypoint:not(.in-detail-header) .booking-filter .booking-filter-items .booking-filter-item--dates .booking-offer-items .booking-offer-item .booking-offer-item-label:focus, .detail-booking-entrypoint:not(.in-detail-header) .booking-filter .booking-filter-items .booking-filter-item--dates .booking-offer-items .booking-offer-item .booking-offer-item-label:active {
  color: #212529;
  border-color: #003580;
  background-color: #fff;
  text-decoration: none;
}

.detail-booking-entrypoint:not(.in-detail-header) {
  background-color: var(--bsbody-bg);
  color: #212529;
  border: 1px solid var(--bsborder-color-translucent);
  border-radius: var(--bsborder-radius);
  font-size: 0.875rem;
}
@media (min-width: 992px) {
  .detail-booking-entrypoint:not(.in-detail-header) {
    font-size: 1rem;
  }
}
.detail-booking-entrypoint:not(.in-detail-header) {
  padding: 1rem;
}
@media (min-width: 992px) {
  .detail-booking-entrypoint:not(.in-detail-header) {
    padding: 1.5rem;
  }
}
.detail-booking-entrypoint:not(.in-detail-header) {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}
.detail-booking-entrypoint:not(.in-detail-header) .booking-filter {
  padding-bottom: 0.5rem;
}
@media (min-width: 992px) {
  .detail-booking-entrypoint:not(.in-detail-header) .booking-filter {
    padding-bottom: 1rem;
  }
}
.detail-booking-entrypoint:not(.in-detail-header) .booking-filter .booking-filter-item.booking-filter-item--date-range {
  position: relative;
}
.detail-booking-entrypoint:not(.in-detail-header) .booking-filter .booking-filter-item.booking-filter-item--date-range button.booking-filter-field--date-range {
  text-align: left;
}
.detail-booking-entrypoint:not(.in-detail-header) .booking-filter .booking-filter-item.booking-filter-item--date-range button.booking-filter-field--date-range .booking-filter-field--counter {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.75rem;
  color: rgba(var(--bsbody-color), 0.5);
}
.detail-booking-entrypoint:not(.in-detail-header) .booking-filter .booking-filter-items-boxed {
  border-radius: var(--bsborder-radius);
  border: var(--bsborder-width) solid var(--bsborder-color);
}
.detail-booking-entrypoint:not(.in-detail-header) .booking-filter .booking-filter-items-boxed .booking-filter-item + .booking-filter-item {
  border-top: var(--bsborder-width) solid var(--bsborder-color);
}
.detail-booking-entrypoint:not(.in-detail-header) .booking-filter .booking-filter-items-boxed .booking-filter-item {
  margin-top: -var(--bsborder-width);
  margin-left: -var(--bsborder-width);
  margin-right: -var(--bsborder-width);
}
.detail-booking-entrypoint:not(.in-detail-header) .booking-filter .booking-filter-items-boxed .booking-filter-item:last-child {
  margin-bottom: -var(--bsborder-width);
}
.detail-booking-entrypoint:not(.in-detail-header) .booking-filter .booking-filter-items-boxed .booking-filter-item button.booking-filter-field--date-range,
.detail-booking-entrypoint:not(.in-detail-header) .booking-filter .booking-filter-items-boxed .booking-filter-item button.select-form-control {
  padding: 0.75rem 1rem 0.75rem 2.75rem;
  border: 2px solid transparent;
  background-color: transparent;
  height: auto;
}
.detail-booking-entrypoint:not(.in-detail-header) .booking-filter .booking-filter-items-boxed .booking-filter-item button.booking-filter-field--date-range small, .detail-booking-entrypoint:not(.in-detail-header) .booking-filter .booking-filter-items-boxed .booking-filter-item button.booking-filter-field--date-range .small,
.detail-booking-entrypoint:not(.in-detail-header) .booking-filter .booking-filter-items-boxed .booking-filter-item button.select-form-control small,
.detail-booking-entrypoint:not(.in-detail-header) .booking-filter .booking-filter-items-boxed .booking-filter-item button.select-form-control .small {
  font-size: 0.875rem;
  color: var(--bsbody-color);
  line-height: 1;
}
.detail-booking-entrypoint:not(.in-detail-header) .booking-filter .booking-filter-items-boxed .booking-filter-item button.booking-filter-field--date-range .dropdown-icon,
.detail-booking-entrypoint:not(.in-detail-header) .booking-filter .booking-filter-items-boxed .booking-filter-item button.booking-filter-field--date-range .booking-filter-field--icon,
.detail-booking-entrypoint:not(.in-detail-header) .booking-filter .booking-filter-items-boxed .booking-filter-item button.select-form-control .dropdown-icon,
.detail-booking-entrypoint:not(.in-detail-header) .booking-filter .booking-filter-items-boxed .booking-filter-item button.select-form-control .booking-filter-field--icon {
  left: 0.75rem;
  top: 0.75rem;
}
.detail-booking-entrypoint:not(.in-detail-header) .booking-filter .booking-filter-items-boxed .booking-filter-item button.booking-filter-field--date-range .input-clear,
.detail-booking-entrypoint:not(.in-detail-header) .booking-filter .booking-filter-items-boxed .booking-filter-item button.select-form-control .input-clear {
  right: 1rem;
}
.detail-booking-entrypoint:not(.in-detail-header) .booking-filter .booking-filter-items-boxed .booking-filter-item button.booking-filter-field--date-range:hover, .detail-booking-entrypoint:not(.in-detail-header) .booking-filter .booking-filter-items-boxed .booking-filter-item button.booking-filter-field--date-range:focus, .detail-booking-entrypoint:not(.in-detail-header) .booking-filter .booking-filter-items-boxed .booking-filter-item button.booking-filter-field--date-range:active,
.detail-booking-entrypoint:not(.in-detail-header) .booking-filter .booking-filter-items-boxed .booking-filter-item button.select-form-control:hover,
.detail-booking-entrypoint:not(.in-detail-header) .booking-filter .booking-filter-items-boxed .booking-filter-item button.select-form-control:focus,
.detail-booking-entrypoint:not(.in-detail-header) .booking-filter .booking-filter-items-boxed .booking-filter-item button.select-form-control:active {
  background-color: transparent;
  border: 0.125rem solid #212529;
  box-shadow: none;
  outline: none;
}
.detail-booking-entrypoint:not(.in-detail-header) .booking-filter .booking-filter-items-boxed .booking-filter-item button.booking-filter-field--date-range.has-error, .detail-booking-entrypoint:not(.in-detail-header) .booking-filter .booking-filter-items-boxed .booking-filter-item button.booking-filter-field--date-range.has-error:hover, .detail-booking-entrypoint:not(.in-detail-header) .booking-filter .booking-filter-items-boxed .booking-filter-item button.booking-filter-field--date-range.has-error:focus, .detail-booking-entrypoint:not(.in-detail-header) .booking-filter .booking-filter-items-boxed .booking-filter-item button.booking-filter-field--date-range.has-error:active,
.detail-booking-entrypoint:not(.in-detail-header) .booking-filter .booking-filter-items-boxed .booking-filter-item button.select-form-control.has-error,
.detail-booking-entrypoint:not(.in-detail-header) .booking-filter .booking-filter-items-boxed .booking-filter-item button.select-form-control.has-error:hover,
.detail-booking-entrypoint:not(.in-detail-header) .booking-filter .booking-filter-items-boxed .booking-filter-item button.select-form-control.has-error:focus,
.detail-booking-entrypoint:not(.in-detail-header) .booking-filter .booking-filter-items-boxed .booking-filter-item button.select-form-control.has-error:active {
  border: 0.125rem solid #dc3545;
}
.detail-booking-entrypoint:not(.in-detail-header) .booking-filter .booking-filter-items-boxed .booking-filter-item.open > button.booking-filter-field--date-range, .detail-booking-entrypoint:not(.in-detail-header) .booking-filter .booking-filter-items-boxed .booking-filter-item.show > button.select-form-control {
  background-color: transparent;
  border: 0.125rem solid #212529;
  box-shadow: none;
  outline: none;
}
.detail-booking-entrypoint:not(.in-detail-header) .booking-filter .booking-filter-items {
  margin-top: 1rem;
}
.detail-booking-entrypoint:not(.in-detail-header) .booking-filter .booking-filter-items .booking-filter-item--dates .booking-offer-items .booking-offer-item .booking-offer-item-label {
  cursor: pointer;
  gap: 0.5rem !important;
}
.detail-booking-entrypoint:not(.in-detail-header) .booking-filter .booking-filter-items .booking-filter-item--dates .booking-offer-items .booking-offer-item .booking-offer-item-label > input {
  display: none;
}
.detail-booking-entrypoint:not(.in-detail-header) .booking-filter .booking-filter-items .booking-filter-item--dates .booking-offer-items .booking-offer-item .booking-offer-item-label > input + span {
  top: unset !important;
  transform: translateY(0) !important;
}
.detail-booking-entrypoint:not(.in-detail-header) .booking-filter .booking-filter-items .booking-filter-item--dates .booking-offer-items .booking-offer-item .booking-offer-item-label.is-active, .detail-booking-entrypoint:not(.in-detail-header) .booking-filter .booking-filter-items .booking-filter-item--dates .booking-offer-items .booking-offer-item .booking-offer-item-label.is-active:hover, .detail-booking-entrypoint:not(.in-detail-header) .booking-filter .booking-filter-items .booking-filter-item--dates .booking-offer-items .booking-offer-item .booking-offer-item-label.is-active:active, .detail-booking-entrypoint:not(.in-detail-header) .booking-filter .booking-filter-items .booking-filter-item--dates .booking-offer-items .booking-offer-item .booking-offer-item-label.is-active:focus {
  color: #212529;
  border-color: #003580;
  background-color: #fff;
  box-shadow: inset 0 0 0 0.0625rem #003580;
}

.detail-booking-entrypoint:not(.in-detail-header) .booking-filter-title button.close-booking-filter {
  display: none !important;
}

.detail-section.detail-section-booking .booking-offer-filter {
  padding-bottom: 1.5rem;
}
.detail-section.detail-section-booking .booking-offer-months {
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
}
.detail-section.detail-section-booking .booking-month-group .booking-row:last-child {
  padding-bottom: 0;
}
.detail-section.detail-section-booking .detail-block-header {
  margin-bottom: 1.5rem;
}
.detail-section.detail-section-booking .detail-booking-wrapper .booking-row {
  margin-bottom: 0.5rem;
}
.detail-section.detail-section-booking .detail-booking-wrapper .booking-row.booking-row-date + .booking-row-head {
  margin-top: calc(1.5rem - 0.5rem);
}
.detail-section.detail-section-booking .detail-booking-wrapper .booking-row.booking-row-head {
  margin-bottom: 1rem;
}
.detail-section.detail-section-booking .detail-booking-wrapper .booking-row.booking-row-head .booking-row-head-title {
  color: rgb(89.8581081081, 100.75, 111.6418918919);
}
.detail-section.detail-section-booking .detail-booking-wrapper .booking-row.booking-row-date {
  border-radius: var(--bsborder-radius);
  background-color: var(--bsbody-bg);
  padding: 0.5rem;
}
@media (min-width: 992px) {
  .detail-section.detail-section-booking .detail-booking-wrapper .booking-row.booking-row-date {
    padding: 1rem;
  }
}
.detail-section.detail-section-booking .detail-booking-wrapper .booking-row.booking-row-date .icon-column {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  column-gap: 0.5rem;
  align-items: flex-start;
}
.detail-section.detail-section-booking .detail-booking-wrapper .booking-row.booking-row-date .icon-column .icon-column--value {
  flex: 1;
  align-self: center;
}
.detail-section.detail-section-booking .detail-booking-wrapper .booking-row.booking-row-date .icon-column .icon-column--icon {
  width: 2rem;
  height: 2rem;
  background-color: #fff;
  border-radius: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.detail-section.detail-section-booking .detail-booking-wrapper .booking-row.booking-row-date .icon-column .icon-column--icon svg {
  width: 1.25rem;
  height: 1.25rem;
  color: #003580;
}
.detail-section.detail-section-booking .detail-booking-wrapper .booking-row.booking-row-date .extras-column .extras-dropdown-toggle:not(.is-open) .icon-minus {
  display: none !important;
}
.detail-section.detail-section-booking .detail-booking-wrapper .booking-row.booking-row-date .extras-column .extras-dropdown-toggle.is-open .icon-plus {
  display: none !important;
}
@media (min-width: 768px) {
  .detail-section.detail-section-booking .detail-booking-wrapper .booking-row.booking-row-date .extras-column {
    position: relative;
  }
  .detail-section.detail-section-booking .detail-booking-wrapper .booking-row.booking-row-date .extras-column .extras-dropdown {
    border-radius: var(--bsborder-radius);
    background-color: var(--bsbody-bg);
    box-shadow: var(--bsbox-shadow);
    padding: 0.5rem;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 1000;
    min-width: 10rem;
    transition: margin-top 0.3s, opacity 0.3s;
    opacity: 0;
    margin-top: 0.75rem;
    pointer-events: none;
  }
  .detail-section.detail-section-booking .detail-booking-wrapper .booking-row.booking-row-date .extras-column .extras-dropdown.is-open {
    margin-top: 0.5rem;
    pointer-events: auto;
    opacity: 1;
  }
}
.detail-section.detail-section-booking .detail-booking-wrapper .booking-row.booking-row-date .price-container .discount-price {
  background-color: #fff;
}
.detail-section.detail-section-booking .detail-booking-wrapper .booking-row.booking-row-date .price-container .price-total {
  line-height: 1;
}
.detail-section.detail-section-booking .detail-booking-wrapper .booking-row.booking-row-date .price-container .discount-price-msg {
  padding-top: 0.5rem;
  font-size: 0.875rem;
}
.detail-section.detail-section-booking .detail-booking-wrapper .booking-row.booking-row-date .bottom-bar {
  padding: 0.5rem;
}
@media (min-width: 992px) {
  .detail-section.detail-section-booking .detail-booking-wrapper .booking-row.booking-row-date .bottom-bar {
    padding: 1rem;
  }
}
.detail-section.detail-section-booking .detail-booking-wrapper .booking-row.booking-row-date .bottom-bar {
  margin-top: 0.5rem;
}
@media (min-width: 992px) {
  .detail-section.detail-section-booking .detail-booking-wrapper .booking-row.booking-row-date .bottom-bar {
    margin-top: 1rem;
  }
}
.detail-section.detail-section-booking .detail-booking-wrapper .booking-row.booking-row-date .bottom-bar {
  margin-left: -0.5rem;
}
@media (min-width: 992px) {
  .detail-section.detail-section-booking .detail-booking-wrapper .booking-row.booking-row-date .bottom-bar {
    margin-left: -1rem;
  }
}
.detail-section.detail-section-booking .detail-booking-wrapper .booking-row.booking-row-date .bottom-bar {
  margin-bottom: -0.5rem;
}
@media (min-width: 992px) {
  .detail-section.detail-section-booking .detail-booking-wrapper .booking-row.booking-row-date .bottom-bar {
    margin-bottom: -1rem;
  }
}
.detail-section.detail-section-booking .detail-booking-wrapper .booking-row.booking-row-date .bottom-bar {
  margin-right: -0.5rem;
}
@media (min-width: 992px) {
  .detail-section.detail-section-booking .detail-booking-wrapper .booking-row.booking-row-date .bottom-bar {
    margin-right: -1rem;
  }
}
.detail-section.detail-section-booking .detail-booking-wrapper .booking-row.booking-row-date .bottom-bar {
  border-top: 2px solid #fff;
  text-align: right;
}
.detail-section.detail-section-booking .detail-booking-wrapper .booking-row.booking-row-date .bottom-bar p {
  margin: 0;
}

.detail-booking-entrypoint + .detail-box {
  margin-top: 0.5rem;
}
@media (min-width: 992px) {
  .detail-booking-entrypoint + .detail-box {
    margin-top: 1rem;
  }
}

.detail-box {
  color: #212529;
  font-size: 0.875rem;
}
@media (min-width: 992px) {
  .detail-box {
    font-size: 1rem;
  }
}
.detail-box + .detail-box {
  margin-top: 0.5rem;
}
@media (min-width: 992px) {
  .detail-box + .detail-box {
    margin-top: 1rem;
  }
}
.detail-box + .detail-box.detail-box-transparent {
  padding-top: 0.5rem;
}
@media (min-width: 992px) {
  .detail-box + .detail-box.detail-box-transparent {
    padding-top: 1rem;
  }
}
.detail-box .detail-box-title {
  margin-bottom: 0.5rem;
}
@media (min-width: 992px) {
  .detail-box .detail-box-title {
    margin-bottom: 1rem;
  }
}
.detail-box .detail-box-body p, .detail-box .detail-box-body ul, .detail-box .detail-box-body ol {
  margin-bottom: 0;
}
.detail-box .detail-box-body p + p, .detail-box .detail-box-body p + ul, .detail-box .detail-box-body p + ol, .detail-box .detail-box-body ul + p, .detail-box .detail-box-body ul + ul, .detail-box .detail-box-body ul + ol, .detail-box .detail-box-body ol + p, .detail-box .detail-box-body ol + ul, .detail-box .detail-box-body ol + ol {
  margin-top: 1rem;
}
.detail-box:not(.detail-box-transparent) {
  border-radius: var(--bsborder-radius);
  padding: 1rem;
}
@media (min-width: 992px) {
  .detail-box:not(.detail-box-transparent) {
    padding: 1.5rem;
  }
}
.detail-box:not(.detail-box-transparent) {
  background-color: var(--bsbody-bg);
}
.detail-box:not(.detail-box-transparent) {
  border: 1px solid var(--bsborder-color-translucent);
}
.detail-box.detail-box-success:not(.detail-box-transparent) {
  background-color: #0e6322;
  border-color: #0e6322;
  color: #fff;
}
.detail-box.detail-box-success.detail-box-bordered:not(.detail-box-transparent) {
  background-color: var(--bsbody-bg);
  color: #212529;
  border-color: #0e6322;
}
.detail-box.detail-box-light:not(.detail-box-transparent) {
  background-color: #e9ecef;
  border-color: #e9ecef;
  color: #212529;
}
.detail-box.detail-box-trust .trust-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
.detail-box.detail-box-trust .trust-wrapper .trust-smiley {
  width: 3rem;
  height: 3rem;
  line-height: 0;
  color: #0e6322;
}
.detail-box.detail-box-trust .trust-wrapper .trust-smiley svg {
  width: 3rem;
  height: 3rem;
}
.detail-box.detail-box-trust .trust-wrapper .trust-content p {
  margin: 0;
}
.detail-box.detail-box-trust .trust-wrapper .trust-content p + p {
  margin: 0.5rem 0 0 0;
}
.detail-box.detail-box-trust .trust-wrapper .trust-footer {
  display: flex;
  flex-direction: row;
  align-items: center;
  line-height: 1;
  gap: 0.25rem;
  font-size: 0.875rem;
}
.detail-box.detail-box-trust .trust-wrapper .trust-footer svg {
  height: 1rem;
  width: 1rem;
}
.detail-box.detail-box-trust.detail-box-success.detail-box-bordered .trust-wrapper .trust-smiley {
  width: 4rem;
  height: 4rem;
  padding: 0.5rem;
  background-color: rgba(14, 99, 34, 0.25);
  border-radius: 50%;
}
.detail-box.detail-box-trust.detail-box-success:not(.detail-box-bordered) .trust-smiley {
  color: #fff;
}
.detail-box .detail-box-contact .detail-contact-wrapper,
.detail-box .detail-contact-wrapper {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  justify-content: space-between;
}
.detail-box .detail-box-contact .detail-contact-wrapper .detail-contact-hotline a.hotline-link,
.detail-box .detail-contact-wrapper .detail-contact-hotline a.hotline-link {
  display: block;
  position: relative;
  color: #003580;
  transition: color 0.3s;
  text-decoration: none;
  padding-left: 1.75rem;
}
.detail-box .detail-box-contact .detail-contact-wrapper .detail-contact-hotline a.hotline-link .hotline-info,
.detail-box .detail-contact-wrapper .detail-contact-hotline a.hotline-link .hotline-info {
  line-height: 1.2;
}
.detail-box .detail-box-contact .detail-contact-wrapper .detail-contact-hotline a.hotline-link .hotline-info .hotline-number,
.detail-box .detail-contact-wrapper .detail-contact-hotline a.hotline-link .hotline-info .hotline-number {
  color: inherit;
  line-height: 1;
  margin: 0 0 0.25rem 0;
}
.detail-box .detail-box-contact .detail-contact-wrapper .detail-contact-hotline a.hotline-link .hotline-info .hotline-openings,
.detail-box .detail-contact-wrapper .detail-contact-hotline a.hotline-link .hotline-info .hotline-openings {
  color: #212529;
  font-size: 0.875rem;
}
.detail-box .detail-box-contact .detail-contact-wrapper .detail-contact-hotline a.hotline-link .hotline-icon,
.detail-box .detail-contact-wrapper .detail-contact-hotline a.hotline-link .hotline-icon {
  width: 1.5rem;
  height: 1.5rem;
  left: 0;
  top: 0;
  position: absolute;
  line-height: 0;
  display: block;
}
.detail-box .detail-box-contact .detail-contact-wrapper .detail-contact-hotline a.hotline-link .hotline-icon svg,
.detail-box .detail-contact-wrapper .detail-contact-hotline a.hotline-link .hotline-icon svg {
  width: 1.5rem;
  height: 1.5rem;
}
.detail-box .detail-box-contact .detail-contact-wrapper .detail-contact-hotline a.hotline-link:hover, .detail-box .detail-box-contact .detail-contact-wrapper .detail-contact-hotline a.hotline-link:focus, .detail-box .detail-box-contact .detail-contact-wrapper .detail-contact-hotline a.hotline-link:active,
.detail-box .detail-contact-wrapper .detail-contact-hotline a.hotline-link:hover,
.detail-box .detail-contact-wrapper .detail-contact-hotline a.hotline-link:focus,
.detail-box .detail-contact-wrapper .detail-contact-hotline a.hotline-link:active {
  text-decoration: none;
  color: rgb(0, 42.4, 102.4);
}
.detail-box .detail-box-contact .detail-contact-wrapper .detail-contact-whatsapp a.whatsapp-link,
.detail-box .detail-contact-wrapper .detail-contact-whatsapp a.whatsapp-link {
  font-size: 0.875rem;
  color: #212529;
  text-align: center;
  line-height: 1;
  transition: color 0.3s;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  flex: 0;
}
.detail-box .detail-box-contact .detail-contact-wrapper .detail-contact-whatsapp a.whatsapp-link svg,
.detail-box .detail-contact-wrapper .detail-contact-whatsapp a.whatsapp-link svg {
  width: 2rem;
  height: 2rem;
  transition: color 0.3s;
  color: hsl(102, 69%, 40%);
  margin: 0 auto 0.25rem auto;
}
.detail-box .detail-box-contact .detail-contact-wrapper .detail-contact-whatsapp a.whatsapp-link:hover, .detail-box .detail-box-contact .detail-contact-wrapper .detail-contact-whatsapp a.whatsapp-link:focus, .detail-box .detail-box-contact .detail-contact-wrapper .detail-contact-whatsapp a.whatsapp-link:active,
.detail-box .detail-contact-wrapper .detail-contact-whatsapp a.whatsapp-link:hover,
.detail-box .detail-contact-wrapper .detail-contact-whatsapp a.whatsapp-link:focus,
.detail-box .detail-contact-wrapper .detail-contact-whatsapp a.whatsapp-link:active {
  color: #212529;
  text-decoration: none;
}
.detail-box .detail-box-contact .detail-contact-wrapper .detail-contact-whatsapp a.whatsapp-link:hover svg, .detail-box .detail-box-contact .detail-contact-wrapper .detail-contact-whatsapp a.whatsapp-link:focus svg, .detail-box .detail-box-contact .detail-contact-wrapper .detail-contact-whatsapp a.whatsapp-link:active svg,
.detail-box .detail-contact-wrapper .detail-contact-whatsapp a.whatsapp-link:hover svg,
.detail-box .detail-contact-wrapper .detail-contact-whatsapp a.whatsapp-link:focus svg,
.detail-box .detail-contact-wrapper .detail-contact-whatsapp a.whatsapp-link:active svg {
  color: hsl(102, 69%, 30%);
}

.detail-header-gallery {
  position: relative;
  overflow: hidden;
  border-radius: var(--bsborder-radius);
}
@media (max-width: 991.98px) {
  .detail-header-gallery {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
}
@media (max-width: 575.98px) {
  .detail-header-gallery {
    border-radius: 0;
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
}
.detail-header-gallery .detail-header-badge {
  position: absolute;
  z-index: 2;
  top: 1rem;
}
@media (min-width: 992px) {
  .detail-header-gallery .detail-header-badge {
    top: 1.5rem;
  }
}
.detail-header-gallery .detail-header-badge {
  left: 1rem;
}
@media (min-width: 992px) {
  .detail-header-gallery .detail-header-badge {
    left: 1.5rem;
  }
}
.detail-header-gallery .detail-header-gallery-slider {
  display: none;
}
@media (max-width: 767.98px) {
  .detail-header-gallery .detail-header-gallery-slider {
    display: block;
  }
  .detail-header-gallery .detail-header-gallery-grid {
    display: none;
  }
}

.detail-header-gallery .detail-header-gallery-slider {
  overflow: hidden;
}
.detail-header-gallery .detail-header-gallery-slider .slider-controls {
  right: 1rem;
}
@media (min-width: 992px) {
  .detail-header-gallery .detail-header-gallery-slider .slider-controls {
    right: 1.5rem;
  }
}
.detail-header-gallery .detail-header-gallery-slider .detail-header-gallery-slider--counter {
  position: absolute;
  z-index: 2;
  font-size: 0.875rem;
  padding: 0.35em 0.65em;
  line-height: 1;
  color: #fff;
  background-color: rgba(33, 37, 41, 0.75);
  border-radius: var(--bsborder-radius);
  bottom: 1rem;
}
@media (min-width: 992px) {
  .detail-header-gallery .detail-header-gallery-slider .detail-header-gallery-slider--counter {
    bottom: 1.5rem;
  }
}
.detail-header-gallery .detail-header-gallery-slider .detail-header-gallery-slider--counter {
  right: 1rem;
}
@media (min-width: 992px) {
  .detail-header-gallery .detail-header-gallery-slider .detail-header-gallery-slider--counter {
    right: 1.5rem;
  }
}
.detail-header-gallery .detail-header-gallery-slider .detail-header-gallery-slider-item {
  position: relative;
}
.detail-header-gallery .detail-header-gallery-slider .detail-header-gallery-slider-item .detail-header-gallery-slider-item--image {
  position: relative;
}
.detail-header-gallery .detail-header-gallery-slider .detail-header-gallery-slider-item .detail-header-gallery-slider-item--image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.detail-header-gallery .detail-header-gallery-slider .detail-header-gallery-slider-item .detail-header-gallery-slider-item--image {
  position: relative;
}
.detail-header-gallery .detail-header-gallery-slider .detail-header-gallery-slider-item .detail-header-gallery-slider-item--copyright {
  bottom: 1rem;
}
@media (min-width: 992px) {
  .detail-header-gallery .detail-header-gallery-slider .detail-header-gallery-slider-item .detail-header-gallery-slider-item--copyright {
    bottom: 1.5rem;
  }
}
.detail-header-gallery .detail-header-gallery-slider .detail-header-gallery-slider-item .detail-header-gallery-slider-item--copyright {
  left: 1rem;
}
@media (min-width: 992px) {
  .detail-header-gallery .detail-header-gallery-slider .detail-header-gallery-slider-item .detail-header-gallery-slider-item--copyright {
    left: 1.5rem;
  }
}

.detail-header-gallery-grid {
  padding-bottom: 50%;
  position: relative;
}
.detail-header-gallery-grid .detail-header-gallery-grid--modal {
  position: absolute;
  z-index: 2;
  bottom: 1rem;
}
@media (min-width: 992px) {
  .detail-header-gallery-grid .detail-header-gallery-grid--modal {
    bottom: 1.5rem;
  }
}
.detail-header-gallery-grid .detail-header-gallery-grid--modal {
  right: 1rem;
}
@media (min-width: 992px) {
  .detail-header-gallery-grid .detail-header-gallery-grid--modal {
    right: 1.5rem;
  }
}
.detail-header-gallery-grid .detail-header-gallery-grid--modal:focus-visible {
  box-shadow: none;
  outline: 0.125rem solid #003580; /* Your custom focus style */
  outline-offset: 0.125rem;
}
.detail-header-gallery-grid .detail-header-gallery-grid-item .detail-header-gallery-slider-item--image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.detail-header-gallery-grid .detail-header-gallery-grid-item .detail-header-gallery-slider-item--copyright {
  bottom: 1rem;
}
@media (min-width: 992px) {
  .detail-header-gallery-grid .detail-header-gallery-grid-item .detail-header-gallery-slider-item--copyright {
    bottom: 1.5rem;
  }
}
.detail-header-gallery-grid .detail-header-gallery-grid-item .detail-header-gallery-slider-item--copyright {
  left: 1rem;
}
@media (min-width: 992px) {
  .detail-header-gallery-grid .detail-header-gallery-grid-item .detail-header-gallery-slider-item--copyright {
    left: 1.5rem;
  }
}
.detail-header-gallery-grid:not(.is-grid) .detail-header-gallery-grid-item {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.detail-header-gallery-grid.is-grid .detail-header-gallery-grid-item {
  position: absolute;
}
.detail-header-gallery-grid.is-grid .detail-header-gallery-grid-item--1 {
  left: 0;
  right: 30%;
  bottom: 0;
  top: 0;
  border-right: 0.25rem solid #fff;
}
.detail-header-gallery-grid.is-grid .detail-header-gallery-grid-item--2 {
  right: 0;
  top: 0;
  bottom: 50%;
  left: 70%;
  border-left: 0.25rem solid #fff;
  border-bottom: 0.25rem solid #fff;
}
.detail-header-gallery-grid.is-grid .detail-header-gallery-grid-item--3 {
  right: 0;
  top: 50%;
  left: 70%;
  bottom: 0;
  border-top: 0.25rem solid #fff;
  border-left: 0.25rem solid #fff;
}

.detail-gallery-overlay {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1055;
  container-name: gallery-wrapper;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}
.detail-gallery-overlay.is-open {
  opacity: 1;
  pointer-events: auto;
  display: block;
}
.detail-gallery-overlay:not(.is-open) * {
  pointer-events: none !important;
}
.detail-gallery-overlay button.detail-gallery-overlay-close {
  border: 0;
  outline: none;
  box-shadow: none;
  background: transparent;
  padding: 0;
  color: inherit;
}
.detail-gallery-overlay button.detail-gallery-overlay-close:active, .detail-gallery-overlay button.detail-gallery-overlay-close:focus, .detail-gallery-overlay button.detail-gallery-overlay-close:hover {
  outline: none;
}
.detail-gallery-overlay button.detail-gallery-overlay-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 10;
}
@media (min-width: 992px) {
  .detail-gallery-overlay button.detail-gallery-overlay-close {
    top: 1.5rem;
    right: 1.5rem;
  }
}
.detail-gallery-overlay button.detail-gallery-overlay-close {
  display: flex;
  align-items: center;
  line-height: 0;
  justify-content: center;
  pointer-events: auto;
  transition: border-color 0.3s, color 0.3s, background-color 0.3s, opacity 0.3s;
  background-color: rgba(33, 37, 41, 0.4);
  color: #fff;
  width: 2rem;
  height: 2rem;
  flex: 0 0 2rem;
  max-width: 100%;
  border-radius: 50%;
}
.detail-gallery-overlay button.detail-gallery-overlay-close > svg {
  width: 1.125rem;
  height: 1.125rem;
}
.detail-gallery-overlay button.detail-gallery-overlay-close:not([disabled]):hover {
  color: #212529;
  background-color: #fff;
}
.detail-gallery-overlay button.detail-gallery-overlay-close[disabled] {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.25;
}
@media (min-width: 992px) {
  .detail-gallery-overlay button.detail-gallery-overlay-close {
    width: 2.5rem;
    height: 2.5rem;
    flex: 0 0 2.5rem;
  }
  .detail-gallery-overlay button.detail-gallery-overlay-close > svg {
    width: 1.25rem;
    height: 1.25rem;
  }
}
.detail-gallery-overlay button.detail-gallery-overlay-close:focus-visible {
  box-shadow: none;
  outline: 0.125rem solid #003580; /* Your custom focus style */
  outline-offset: 0.125rem;
}
.detail-gallery-overlay .detail-gallery-overlay-slider {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -40px;
  height: 70vh;
  left: 0;
  right: 0;
  bottom: auto;
}
.detail-gallery-overlay .detail-gallery-overlay-slider .slider-controls {
  left: 1rem;
  right: 1rem;
}
@media (min-width: 992px) {
  .detail-gallery-overlay .detail-gallery-overlay-slider .slider-controls {
    right: 1.5rem;
    left: 1.5rem;
  }
}
.detail-gallery-overlay .detail-gallery-overlay-slider .detail-gallery-overlay-item {
  position: relative;
}
.detail-gallery-overlay .detail-gallery-overlay-slider .detail-gallery-overlay-item .detail-gallery-overlay-item--image {
  height: 70vh;
  position: relative;
  width: 100%;
}
.detail-gallery-overlay .detail-gallery-overlay-slider .detail-gallery-overlay-item .detail-gallery-overlay-item--image > img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50px;
  top: 0;
  object-fit: contain;
  object-position: center;
}
.detail-gallery-overlay .detail-gallery-overlay-slider .detail-gallery-overlay-item .detail-gallery-overlay-item--caption {
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  color: #fff;
  text-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.5);
  text-align: center;
}
.detail-gallery-overlay .detail-gallery-overlay-slider .detail-gallery-overlay-item .detail-gallery-overlay-item--caption small, .detail-gallery-overlay .detail-gallery-overlay-slider .detail-gallery-overlay-item .detail-gallery-overlay-item--caption .small {
  display: block;
  clear: both;
}
.detail-gallery-overlay .detail-gallery-overlay-slider .detail-gallery-overlay-item .detail-gallery-overlay-item--caption {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.detail-gallery-overlay .detail-gallery-thumbnails:not(.swiper-initialized) .swiper-slide {
  margin-right: 0.5rem;
}
.detail-gallery-overlay #detail-gallery-thumbnails {
  position: absolute;
  bottom: 1rem;
  left: 0;
  right: 0;
}
@media (min-width: 992px) {
  .detail-gallery-overlay #detail-gallery-thumbnails {
    bottom: 1.5rem;
  }
}
.detail-gallery-overlay #detail-gallery-thumbnails {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  overflow-y: auto;
  text-align: center;
  white-space: nowrap;
}
.detail-gallery-overlay #detail-gallery-thumbnails .detail-gallery-thumbnail-item {
  display: inline-block;
  cursor: pointer;
  opacity: 0.5;
  width: 3rem;
  transition: opacity 0.3s;
}
.detail-gallery-overlay #detail-gallery-thumbnails .detail-gallery-thumbnail-item:hover, .detail-gallery-overlay #detail-gallery-thumbnails .detail-gallery-thumbnail-item.swiper-slide-thumb-active {
  opacity: 1;
}
.detail-gallery-overlay #detail-gallery-thumbnails .detail-gallery-thumbnail-item img {
  height: 3rem !important;
  width: 3rem !important;
  object-fit: cover;
  border-radius: 50%;
}

.detail-mobile-bar .detail-mobile-bar-info .detail-mobile-bar-info--attributes, .detail-header-info .detail-header-info-top .detail-header-info-top-attributes {
  font-size: 0.875rem;
  margin-bottom: 0.25rem;
}
@media (min-width: 992px) {
  .detail-mobile-bar .detail-mobile-bar-info .detail-mobile-bar-info--attributes, .detail-header-info .detail-header-info-top .detail-header-info-top-attributes {
    margin-bottom: 0.5rem;
  }
}
.detail-mobile-bar .detail-mobile-bar-info .detail-mobile-bar-info--attributes > a, .detail-header-info .detail-header-info-top .detail-header-info-top-attributes > a {
  color: #212529;
  transition: color 0.3s;
  text-decoration: none;
}
.detail-mobile-bar .detail-mobile-bar-info .detail-mobile-bar-info--attributes > a:hover, .detail-header-info .detail-header-info-top .detail-header-info-top-attributes > a:hover, .detail-mobile-bar .detail-mobile-bar-info .detail-mobile-bar-info--attributes > a:focus, .detail-header-info .detail-header-info-top .detail-header-info-top-attributes > a:focus, .detail-mobile-bar .detail-mobile-bar-info .detail-mobile-bar-info--attributes > a:active, .detail-header-info .detail-header-info-top .detail-header-info-top-attributes > a:active {
  color: #212529;
}
.detail-mobile-bar .detail-mobile-bar-info .detail-mobile-bar-info--attributes > a:hover, .detail-header-info .detail-header-info-top .detail-header-info-top-attributes > a:hover {
  text-decoration: none;
}
.detail-mobile-bar .detail-mobile-bar-info .detail-mobile-bar-info--attributes > a:active, .detail-header-info .detail-header-info-top .detail-header-info-top-attributes > a:active, .detail-mobile-bar .detail-mobile-bar-info .detail-mobile-bar-info--attributes > a:focus, .detail-header-info .detail-header-info-top .detail-header-info-top-attributes > a:focus {
  text-decoration: underline;
}

.detail-header-info {
  background-color: var(--bsbody-bg);
  color: #212529;
  overflow: hidden;
  height: 100%;
  border: 1px solid var(--bsborder-color-translucent);
  border-radius: var(--bsborder-radius);
  font-size: 0.875rem;
}
@media (min-width: 992px) {
  .detail-header-info {
    font-size: 1rem;
  }
}
@media (max-width: 991.98px) {
  .detail-header-info {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
.detail-header-info .detail-header-info-top {
  padding: 1rem;
}
@media (min-width: 992px) {
  .detail-header-info .detail-header-info-top {
    padding: 1.5rem;
  }
}
@media (max-width: 575.98px) {
  .detail-header-info {
    border-width: 0;
    background-color: transparent;
  }
  .detail-header-info .detail-header-info-top {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
}
.detail-header-info .detail-header-info-bottom {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 992px) {
  .detail-header-info .detail-header-info-bottom {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.detail-header-info .detail-header-info-bottom {
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .detail-header-info .detail-header-info-bottom {
    padding-bottom: 1.5rem;
  }
}
.detail-header-info .detail-header-info-bottom .date-current {
  line-height: 1;
}
.detail-header-info .detail-header-info-top {
  position: relative;
}
.detail-header-info .detail-header-info-top .print-page {
  border: 0;
  outline: none;
  box-shadow: none;
  background: transparent;
  padding: 0;
  color: inherit;
}
.detail-header-info .detail-header-info-top .print-page:active, .detail-header-info .detail-header-info-top .print-page:focus, .detail-header-info .detail-header-info-top .print-page:hover {
  outline: none;
}
.detail-header-info .detail-header-info-top .print-page {
  position: absolute;
  top: 0.75rem;
  right: 2.75rem;
}
@media (min-width: 992px) {
  .detail-header-info .detail-header-info-top .print-page {
    top: 1.25rem;
    right: 3.25rem;
  }
}
@media (max-width: 575.98px) {
  .detail-header-info .detail-header-info-top .print-page {
    right: 1.75rem;
  }
}
.detail-header-info .detail-header-info-top .print-page {
  z-index: 2;
}
.detail-header-info .detail-header-info-top .print-page:focus-visible {
  box-shadow: none;
  outline: 0.125rem solid #003580; /* Your custom focus style */
  outline-offset: 0.125rem;
}
.detail-header-info .detail-header-info-top .add-to-wishlist {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
}
@media (min-width: 992px) {
  .detail-header-info .detail-header-info-top .add-to-wishlist {
    top: 1.25rem;
    right: 1.25rem;
  }
}
@media (max-width: 575.98px) {
  .detail-header-info .detail-header-info-top .add-to-wishlist {
    right: -0.25rem;
  }
}
.detail-header-info .detail-header-info-top .add-to-wishlist {
  z-index: 2;
}
.detail-header-info .detail-header-info-top h1, .detail-header-info .detail-header-info-top .h1 {
  font-size: 1rem;
}
@media (min-width: 576px) {
  .detail-header-info .detail-header-info-top h1, .detail-header-info .detail-header-info-top .h1 {
    font-size: 1.25rem;
  }
}
@media (min-width: 992px) {
  .detail-header-info .detail-header-info-top h1, .detail-header-info .detail-header-info-top .h1 {
    font-size: 1.5rem;
  }
}
.detail-header-info .detail-header-info-top h1, .detail-header-info .detail-header-info-top .h1 {
  margin-bottom: 0.5rem;
}
@media (min-width: 992px) {
  .detail-header-info .detail-header-info-top h1, .detail-header-info .detail-header-info-top .h1 {
    margin-bottom: 1rem;
  }
}
.detail-header-info .detail-header-info-top ul, .detail-header-info .detail-header-info-top p {
  margin: 0;
}
.detail-header-info .detail-header-info-top ul + ul,
.detail-header-info .detail-header-info-top ul + p, .detail-header-info .detail-header-info-top p + ul,
.detail-header-info .detail-header-info-top p + p {
  margin-top: 0.5rem;
}
@media (min-width: 992px) {
  .detail-header-info .detail-header-info-top ul + ul,
  .detail-header-info .detail-header-info-top ul + p, .detail-header-info .detail-header-info-top p + ul,
  .detail-header-info .detail-header-info-top p + p {
    margin-top: 1rem;
  }
}

.booking-action .booking-action-row .status {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: #ffc107;
  background-color: rgba(255, 193, 7, 0.25);
  text-align: center;
}
.booking-action .booking-action-row .danger.status {
  color: #dc3545;
  background-color: rgba(220, 53, 69, 0.25);
}

.booking-action {
  position: relative;
  font-size: 0.875rem;
}
@media (min-width: 992px) {
  .booking-action {
    font-size: 1rem;
  }
}
.booking-action .state-check {
  width: 1.5rem;
  height: 1.5rem;
  background-color: #6c757d;
  color: #fff;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 1rem;
}
@media (min-width: 992px) {
  .booking-action .state-check {
    top: 1.5rem;
  }
}
.booking-action .state-check {
  line-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.booking-action .state-check-success {
  background-color: #0e6322;
  color: #fff;
}
.booking-action .state-check > svg {
  width: 1rem;
  height: 1rem;
}
.booking-action .booking-action-row .booking-action-icon-item {
  position: relative;
  padding-left: 1.75rem;
}
.booking-action .booking-action-row .booking-action-icon-item small, .booking-action .booking-action-row .booking-action-icon-item .small {
  display: block;
  color: rgb(89.8581081081, 100.75, 111.6418918919);
}
.booking-action .booking-action-row .booking-action-icon-item > svg {
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
  transform: translateY(-50%);
  left: 0;
  top: 0.65625rem;
}
@media (min-width: 992px) {
  .booking-action .booking-action-row .booking-action-icon-item > svg {
    top: 0.75rem;
  }
}
.booking-action .booking-action-row + .booking-action-row {
  margin-top: 0.25rem;
}
@media (min-width: 992px) {
  .booking-action .booking-action-row + .booking-action-row {
    margin-top: 0.5rem;
  }
}
.booking-action .booking-action-row .status {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 992px) {
  .booking-action .booking-action-row .status {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.booking-action .booking-action-row .status {
  margin-left: -1rem;
  margin-right: -1rem;
}
@media (min-width: 992px) {
  .booking-action .booking-action-row .status {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
}
.booking-action .price-box-discount {
  display: flex;
  width: 100%;
}
.booking-action .price-box-discount .discount-wrapper {
  display: flex;
  width: 100%;
}
.booking-action .price-box-discount .price-total {
  margin-left: auto;
}
.booking-action .price-box-discount .discount-wrapper--inner {
  align-items: baseline;
  flex-direction: row-reverse;
  width: 100%;
}
.booking-action .price-box-discount .discount-wrapper--inner .msg {
  order: 1;
}

.detail-mobile-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1020;
  background-color: #fff;
  border-top: var(--bsborder-width) solid #ced4da;
  padding: 0.75rem 0;
}
.detail-mobile-bar .detail-mobile-bar-row {
  gap: 0.5rem;
}
.detail-mobile-bar .detail-mobile-bar-info {
  flex: 1 1 auto;
  overflow: hidden;
}
.detail-mobile-bar .detail-mobile-bar-info .detail-mobile-bar-info--attributes {
  margin: 0;
}
.detail-mobile-bar .detail-mobile-bar-info .detail-mobile-bar-info--title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.detail-mobile-bar .detail-mobile-bar-booking {
  flex: 0;
}
.detail-mobile-bar .detail-mobile-bar-booking .btn {
  white-space: nowrap;
}
.detail-mobile-bar {
  display: none;
}
@media (max-width: 767.98px) {
  .detail-mobile-bar {
    display: block;
  }
}
.detail-mobile-bar {
  transition: transform 0.3s;
  transform: translateY(100%);
  opacity: 0;
}
.detail-mobile-bar.show {
  transform: translateY(0);
  opacity: 1;
}

/**
 * General styles for Detail-Page
 */
@media (min-width: 1400px) {
  .content-main.content-main--detail .container {
    max-width: 1320px !important;
  }
}

.detail-section.detail-section-content {
  padding-top: 1.5rem;
}
@media (min-width: 992px) {
  .detail-section.detail-section-content {
    padding-top: 2.25rem;
  }
}
.detail-section.detail-section-booking {
  padding-top: 1.5rem;
}
@media (min-width: 992px) {
  .detail-section.detail-section-booking {
    padding-top: 2.25rem;
  }
}
.detail-section.detail-section-booking {
  padding-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .detail-section.detail-section-booking {
    padding-bottom: 2.25rem;
  }
}
.detail-section.detail-section-booking {
  margin-top: 1.5rem;
}
@media (min-width: 992px) {
  .detail-section.detail-section-booking {
    margin-top: 2.25rem;
  }
}
.detail-section.detail-section-crossselling {
  background-color: #fff;
  border: 1px solid #ced4da;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .detail-section.detail-section-crossselling {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }
}
.detail-section .description-block-wrapper .description-block + .description-block {
  padding-top: 1.5rem;
}
@media (min-width: 992px) {
  .detail-section .description-block-wrapper .description-block + .description-block {
    padding-top: 2.25rem;
  }
}
.detail-section .detail-info-line {
  margin-top: 1.5rem;
}
@media (min-width: 992px) {
  .detail-section .detail-info-line {
    margin-top: 2.25rem;
  }
}
.detail-section .detail-info-line {
  color: rgb(89.8581081081, 100.75, 111.6418918919);
}
.detail-section .detail-info-section + .detail-info-section {
  padding-top: 1.5rem;
}
@media (min-width: 992px) {
  .detail-section .detail-info-section + .detail-info-section {
    padding-top: 2.25rem;
  }
}
.detail-section .detail-info-section.detail-info-section--intro p, .detail-section .detail-info-section.detail-info-section--intro ul, .detail-section .detail-info-section.detail-info-section--intro ol, .detail-section .detail-info-section.detail-info-section--intro h1, .detail-section .detail-info-section.detail-info-section--intro .h1, .detail-section .detail-info-section.detail-info-section--intro h2, .detail-section .detail-info-section.detail-info-section--intro .h2, .detail-section .detail-info-section.detail-info-section--intro h3, .detail-section .detail-info-section.detail-info-section--intro .h3, .detail-section .detail-info-section.detail-info-section--intro h4, .detail-section .detail-info-section.detail-info-section--intro .h4 {
  margin-bottom: 0;
}
.detail-section .detail-info-section.detail-info-section--intro p + p, .detail-section .detail-info-section.detail-info-section--intro p + ul, .detail-section .detail-info-section.detail-info-section--intro p + ol, .detail-section .detail-info-section.detail-info-section--intro p + h1, .detail-section .detail-info-section.detail-info-section--intro p + .h1, .detail-section .detail-info-section.detail-info-section--intro p + h2, .detail-section .detail-info-section.detail-info-section--intro p + .h2, .detail-section .detail-info-section.detail-info-section--intro p + h3, .detail-section .detail-info-section.detail-info-section--intro p + .h3, .detail-section .detail-info-section.detail-info-section--intro p + h4, .detail-section .detail-info-section.detail-info-section--intro p + .h4, .detail-section .detail-info-section.detail-info-section--intro ul + p, .detail-section .detail-info-section.detail-info-section--intro ul + ul, .detail-section .detail-info-section.detail-info-section--intro ul + ol, .detail-section .detail-info-section.detail-info-section--intro ul + h1, .detail-section .detail-info-section.detail-info-section--intro ul + .h1, .detail-section .detail-info-section.detail-info-section--intro ul + h2, .detail-section .detail-info-section.detail-info-section--intro ul + .h2, .detail-section .detail-info-section.detail-info-section--intro ul + h3, .detail-section .detail-info-section.detail-info-section--intro ul + .h3, .detail-section .detail-info-section.detail-info-section--intro ul + h4, .detail-section .detail-info-section.detail-info-section--intro ul + .h4, .detail-section .detail-info-section.detail-info-section--intro ol + p, .detail-section .detail-info-section.detail-info-section--intro ol + ul, .detail-section .detail-info-section.detail-info-section--intro ol + ol, .detail-section .detail-info-section.detail-info-section--intro ol + h1, .detail-section .detail-info-section.detail-info-section--intro ol + .h1, .detail-section .detail-info-section.detail-info-section--intro ol + h2, .detail-section .detail-info-section.detail-info-section--intro ol + .h2, .detail-section .detail-info-section.detail-info-section--intro ol + h3, .detail-section .detail-info-section.detail-info-section--intro ol + .h3, .detail-section .detail-info-section.detail-info-section--intro ol + h4, .detail-section .detail-info-section.detail-info-section--intro ol + .h4, .detail-section .detail-info-section.detail-info-section--intro h1 + p, .detail-section .detail-info-section.detail-info-section--intro .h1 + p, .detail-section .detail-info-section.detail-info-section--intro h1 + ul, .detail-section .detail-info-section.detail-info-section--intro .h1 + ul, .detail-section .detail-info-section.detail-info-section--intro h1 + ol, .detail-section .detail-info-section.detail-info-section--intro .h1 + ol, .detail-section .detail-info-section.detail-info-section--intro h1 + h1, .detail-section .detail-info-section.detail-info-section--intro .h1 + h1, .detail-section .detail-info-section.detail-info-section--intro h1 + .h1, .detail-section .detail-info-section.detail-info-section--intro .h1 + .h1, .detail-section .detail-info-section.detail-info-section--intro h1 + h2, .detail-section .detail-info-section.detail-info-section--intro .h1 + h2, .detail-section .detail-info-section.detail-info-section--intro h1 + .h2, .detail-section .detail-info-section.detail-info-section--intro .h1 + .h2, .detail-section .detail-info-section.detail-info-section--intro h1 + h3, .detail-section .detail-info-section.detail-info-section--intro .h1 + h3, .detail-section .detail-info-section.detail-info-section--intro h1 + .h3, .detail-section .detail-info-section.detail-info-section--intro .h1 + .h3, .detail-section .detail-info-section.detail-info-section--intro h1 + h4, .detail-section .detail-info-section.detail-info-section--intro .h1 + h4, .detail-section .detail-info-section.detail-info-section--intro h1 + .h4, .detail-section .detail-info-section.detail-info-section--intro .h1 + .h4, .detail-section .detail-info-section.detail-info-section--intro h2 + p, .detail-section .detail-info-section.detail-info-section--intro .h2 + p, .detail-section .detail-info-section.detail-info-section--intro h2 + ul, .detail-section .detail-info-section.detail-info-section--intro .h2 + ul, .detail-section .detail-info-section.detail-info-section--intro h2 + ol, .detail-section .detail-info-section.detail-info-section--intro .h2 + ol, .detail-section .detail-info-section.detail-info-section--intro h2 + h1, .detail-section .detail-info-section.detail-info-section--intro .h2 + h1, .detail-section .detail-info-section.detail-info-section--intro h2 + .h1, .detail-section .detail-info-section.detail-info-section--intro .h2 + .h1, .detail-section .detail-info-section.detail-info-section--intro h2 + h2, .detail-section .detail-info-section.detail-info-section--intro .h2 + h2, .detail-section .detail-info-section.detail-info-section--intro h2 + .h2, .detail-section .detail-info-section.detail-info-section--intro .h2 + .h2, .detail-section .detail-info-section.detail-info-section--intro h2 + h3, .detail-section .detail-info-section.detail-info-section--intro .h2 + h3, .detail-section .detail-info-section.detail-info-section--intro h2 + .h3, .detail-section .detail-info-section.detail-info-section--intro .h2 + .h3, .detail-section .detail-info-section.detail-info-section--intro h2 + h4, .detail-section .detail-info-section.detail-info-section--intro .h2 + h4, .detail-section .detail-info-section.detail-info-section--intro h2 + .h4, .detail-section .detail-info-section.detail-info-section--intro .h2 + .h4, .detail-section .detail-info-section.detail-info-section--intro h3 + p, .detail-section .detail-info-section.detail-info-section--intro .h3 + p, .detail-section .detail-info-section.detail-info-section--intro h3 + ul, .detail-section .detail-info-section.detail-info-section--intro .h3 + ul, .detail-section .detail-info-section.detail-info-section--intro h3 + ol, .detail-section .detail-info-section.detail-info-section--intro .h3 + ol, .detail-section .detail-info-section.detail-info-section--intro h3 + h1, .detail-section .detail-info-section.detail-info-section--intro .h3 + h1, .detail-section .detail-info-section.detail-info-section--intro h3 + .h1, .detail-section .detail-info-section.detail-info-section--intro .h3 + .h1, .detail-section .detail-info-section.detail-info-section--intro h3 + h2, .detail-section .detail-info-section.detail-info-section--intro .h3 + h2, .detail-section .detail-info-section.detail-info-section--intro h3 + .h2, .detail-section .detail-info-section.detail-info-section--intro .h3 + .h2, .detail-section .detail-info-section.detail-info-section--intro h3 + h3, .detail-section .detail-info-section.detail-info-section--intro .h3 + h3, .detail-section .detail-info-section.detail-info-section--intro h3 + .h3, .detail-section .detail-info-section.detail-info-section--intro .h3 + .h3, .detail-section .detail-info-section.detail-info-section--intro h3 + h4, .detail-section .detail-info-section.detail-info-section--intro .h3 + h4, .detail-section .detail-info-section.detail-info-section--intro h3 + .h4, .detail-section .detail-info-section.detail-info-section--intro .h3 + .h4, .detail-section .detail-info-section.detail-info-section--intro h4 + p, .detail-section .detail-info-section.detail-info-section--intro .h4 + p, .detail-section .detail-info-section.detail-info-section--intro h4 + ul, .detail-section .detail-info-section.detail-info-section--intro .h4 + ul, .detail-section .detail-info-section.detail-info-section--intro h4 + ol, .detail-section .detail-info-section.detail-info-section--intro .h4 + ol, .detail-section .detail-info-section.detail-info-section--intro h4 + h1, .detail-section .detail-info-section.detail-info-section--intro .h4 + h1, .detail-section .detail-info-section.detail-info-section--intro h4 + .h1, .detail-section .detail-info-section.detail-info-section--intro .h4 + .h1, .detail-section .detail-info-section.detail-info-section--intro h4 + h2, .detail-section .detail-info-section.detail-info-section--intro .h4 + h2, .detail-section .detail-info-section.detail-info-section--intro h4 + .h2, .detail-section .detail-info-section.detail-info-section--intro .h4 + .h2, .detail-section .detail-info-section.detail-info-section--intro h4 + h3, .detail-section .detail-info-section.detail-info-section--intro .h4 + h3, .detail-section .detail-info-section.detail-info-section--intro h4 + .h3, .detail-section .detail-info-section.detail-info-section--intro .h4 + .h3, .detail-section .detail-info-section.detail-info-section--intro h4 + h4, .detail-section .detail-info-section.detail-info-section--intro .h4 + h4, .detail-section .detail-info-section.detail-info-section--intro h4 + .h4, .detail-section .detail-info-section.detail-info-section--intro .h4 + .h4 {
  margin-top: 1rem;
}

.detail-sidebar {
  padding-top: 1.5rem;
}
@media (min-width: 992px) {
  .detail-sidebar {
    padding-top: 2.25rem;
  }
}
@media (min-width: 992px) {
  .detail-sidebar {
    padding-top: 0 !important;
  }
}

.content-main.content-main--calendar > .container {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}
@media (min-width: 992px) {
  .content-main.content-main--calendar > .container {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.product-calendar-wrap {
  padding: 0.5rem 0.5rem 1rem 0.5rem;
  border-radius: 0.375rem;
  background-color: #e9ecef;
}
.product-calendar-wrap .product-calendar-group-items {
  /**
   * some defaults
   */
}
.product-calendar-wrap .product-calendar-group-items .product-calendar-group-title,
.product-calendar-wrap .product-calendar-group-items .product-calendar-items-title,
.product-calendar-wrap .product-calendar-group-items .product-calendar-group-item {
  padding-left: 1rem;
  padding-right: 1rem;
}
.product-calendar-wrap .product-calendar-group-items {
  /**
   * Items header
   */
}
.product-calendar-wrap .product-calendar-group-items .product-calendar-items-title {
  padding-bottom: 0.5rem;
}
.product-calendar-wrap .product-calendar-group-items {
  /**
   *  Panel
   */
}
.product-calendar-wrap .product-calendar-group-items .product-calendar-group-panel + .product-calendar-group-panel {
  border-top: 1px solid #dee2e6;
  margin-top: 0.75rem;
  padding-top: 0.5rem;
}
.product-calendar-wrap .product-calendar-group-items .product-calendar-group-panel + .product-calendar-group-panel:not(.is-open) {
  margin-top: 0.75rem;
}
.product-calendar-wrap .product-calendar-group-items .product-calendar-group-panel .product-calendar-group-content {
  margin-top: 0.5rem;
}
.product-calendar-wrap .product-calendar-group-items .product-calendar-group-panel .product-calendar-group-content > .product-calendar-items-title + .product-calendar-group-item {
  margin-top: 0.5rem;
}
.product-calendar-wrap .product-calendar-group-items .product-calendar-group-panel:not(.is-open) .product-calendar-group-title svg {
  transform: scaleY(-1);
}
.product-calendar-wrap .product-calendar-group-items .product-calendar-group-panel:not(.is-open) .product-calendar-group-content {
  display: none;
}
.product-calendar-wrap .product-calendar-group-items {
  /**
   * Group title
   */
}
.product-calendar-wrap .product-calendar-group-items .product-calendar-group-title {
  border: 0;
  outline: none;
  box-shadow: none;
  background: transparent;
  padding: 0;
  color: inherit;
}
.product-calendar-wrap .product-calendar-group-items .product-calendar-group-title:active, .product-calendar-wrap .product-calendar-group-items .product-calendar-group-title:focus, .product-calendar-wrap .product-calendar-group-items .product-calendar-group-title:hover {
  outline: none;
}
.product-calendar-wrap .product-calendar-group-items .product-calendar-group-title {
  width: 100%;
  display: flex;
  align-items: center;
  column-gap: 1rem;
  flex-wrap: nowrap;
  justify-content: space-between;
  flex-direction: row;
  padding-left: 1rem;
  padding-right: 1rem;
}
.product-calendar-wrap .product-calendar-group-items .product-calendar-group-title h2, .product-calendar-wrap .product-calendar-group-items .product-calendar-group-title .h2 {
  padding: 0.5rem 0;
  margin-bottom: 0;
  transition: color 0.3s;
}
@media (max-width: 991.98px) {
  .product-calendar-wrap .product-calendar-group-items .product-calendar-group-title {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
.product-calendar-wrap .product-calendar-group-items .product-calendar-group-title svg {
  width: 1.25rem;
  height: 1.25rem;
  transform: scaleY(1);
  transition: transform 0.3s;
}
.product-calendar-wrap .product-calendar-group-items .product-calendar-group-title:hover h2, .product-calendar-wrap .product-calendar-group-items .product-calendar-group-title:hover .h2 {
  color: #003580;
}
.product-calendar-wrap .product-calendar-group-items .product-calendar-group-title:focus-visible {
  box-shadow: none;
  outline: 0.125rem solid #003580; /* Your custom focus style */
  outline-offset: 0.125rem;
  border-radius: 0.375rem;
}
.product-calendar-wrap .product-calendar-group-items .product-calendar-group-item-product + .product-calendar-group-title h3, .product-calendar-wrap .product-calendar-group-items .product-calendar-group-item-product + .product-calendar-group-title .h3 {
  padding-top: 1rem;
}
.product-calendar-wrap .product-calendar-group-items {
  /**
   * Group item
   */
}
.product-calendar-wrap .product-calendar-group-items .product-calendar-group-item {
  border-radius: var(--bsborder-radius);
  background-color: #fff;
  padding-top: 1rem;
  padding-bottom: 1rem;
  cursor: pointer;
  transition: background-color 0.3s;
}
@media (max-width: 991.98px) {
  .product-calendar-wrap .product-calendar-group-items .product-calendar-group-item {
    padding: 0.75rem;
  }
}
.product-calendar-wrap .product-calendar-group-items .product-calendar-group-item:not(.is-active):hover {
  background-color: rgba(255, 255, 255, 0.75);
}
.product-calendar-wrap .product-calendar-group-items .product-calendar-group-item .price {
  display: flex;
  justify-content: end;
  flex-direction: column;
  align-items: end;
}
.product-calendar-wrap .product-calendar-group-items .product-calendar-group-item .price .discount-wrapper--inner {
  display: flex;
  flex-direction: column-reverse;
  align-items: end;
}
.product-calendar-wrap .product-calendar-group-items .product-calendar-group-item .price .discount-wrapper--inner .msg {
  font-size: 0.75rem;
}
.product-calendar-wrap .product-calendar-group-items .product-calendar-group-item .price .discount-wrapper + small, .product-calendar-wrap .product-calendar-group-items .product-calendar-group-item .price .discount-wrapper + .small {
  padding-left: 0.75rem;
}
@media (max-width: 767.98px) {
  .product-calendar-wrap .product-calendar-group-items .product-calendar-group-item .price {
    flex-wrap: wrap;
  }
  .product-calendar-wrap .product-calendar-group-items .product-calendar-group-item .price .discount-wrapper {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 767.98px) {
  .product-calendar-wrap .product-calendar-group-items .product-calendar-group-item .col-date {
    margin-bottom: -1.125rem;
    position: relative;
    top: 0.25rem;
  }
  .product-calendar-wrap .product-calendar-group-items .product-calendar-group-item .col-title strong {
    padding-left: 1.375rem;
  }
}
.product-calendar-wrap .product-calendar-group-items .product-calendar-group-item .date-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
.product-calendar-wrap .product-calendar-group-items .product-calendar-group-item .date-wrapper .circle {
  margin-right: 0.25rem;
}
.product-calendar-wrap .product-calendar-group-items .product-calendar-group-item .arrow--wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
.product-calendar-wrap .product-calendar-group-items .product-calendar-group-item .arrow--wrapper svg {
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.5rem;
  transition: transform 0.3s;
  transform-origin: center;
}
.product-calendar-wrap .product-calendar-group-items .product-calendar-group-item.is-active {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.product-calendar-wrap .product-calendar-group-items .product-calendar-group-item.is-active .arrow--wrapper svg {
  transform: scaleY(-1);
}
.product-calendar-wrap .product-calendar-group-items .product-calendar-group-item:focus-visible {
  box-shadow: none;
  outline: 0.125rem solid #003580; /* Your custom focus style */
  outline-offset: 0.125rem;
}
.product-calendar-wrap .product-calendar-group-items .product-calendar-group-item-product + .product-calendar-group-item {
  margin-top: 0.3333333333rem;
}
.product-calendar-wrap .product-calendar-group-items {
  /**
   * Group Product item
   */
}
.product-calendar-wrap .product-calendar-group-items .product-calendar-group-item-product .product-calendar-group-item--product {
  display: none;
}
.product-calendar-wrap .product-calendar-group-items .product-calendar-group-item-product .product-calendar-group-item--product.is-open {
  display: block;
}
.product-calendar-wrap .product-calendar-group-items .product-calendar-group-item-product .product-calendar-group-item--product .card-travel {
  border-left-width: 0 !important;
  border-right-width: 0 !important;
  border-bottom-width: 0 !important;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.content-main--calendar .content-block-month-teaser .month-badges {
  gap: 0.5rem;
}
.content-main--calendar .content-block-month-teaser .month-badges .month-badge > a {
  text-decoration: none;
  color: #212529;
  display: block;
  height: 2rem;
  line-height: 2rem;
  border-radius: 2.5rem;
  padding: 0 1rem;
  background-color: #e9ecef;
  transition: background-color 0.3s, color 0.3s;
}
@media (min-width: 768px) {
  .content-main--calendar .content-block-month-teaser .month-badges .month-badge > a {
    height: 2.5rem;
    line-height: 2.5rem;
    padding: 0 1.25rem;
  }
}
.content-main--calendar .content-block-month-teaser .month-badges .month-badge > a:hover, .content-main--calendar .content-block-month-teaser .month-badges .month-badge > a:focus, .content-main--calendar .content-block-month-teaser .month-badges .month-badge > a:active, .content-main--calendar .content-block-month-teaser .month-badges .month-badge > a.is-active {
  background-color: #003580;
  color: #fff;
}
.content-main--calendar .content-block-month-teaser .month-badges .month-badge > a.is-active {
  font-weight: 700;
}

.content-main.content-main--posts .content-block.content-block-blog-header h1 + .content, .content-main.content-main--posts .content-block.content-block-blog-header .h1 + .content {
  margin-top: 1rem;
}
.content-main.content-main--posts .content-block + .content-block {
  margin-top: 0;
  padding-top: 0;
}

.content-main.content-main--posts .blog-entry-single .blog-list-entry .blog-list-entry-header h1.blog-list-entry-title, .content-main.content-main--posts .blog-entry-single .blog-list-entry .blog-list-entry-header .blog-list-entry-title.h1 {
  margin: 0;
}
.content-main.content-main--posts .blog-entry-single .blog-list-entry .blog-list-entry-body .blog-list-entry-content .wp-block-image figcaption {
  font-size: 0.875rem;
  font-style: italic;
}
.content-main.content-main--posts .blog-entry-single .blog-list-entry .blog-list-entry-body .blog-list-entry-content ul, .content-main.content-main--posts .blog-entry-single .blog-list-entry .blog-list-entry-body .blog-list-entry-content ol {
  padding-left: 1.5rem;
}
.content-main.content-main--posts .blog-entry-single .blog-list-entry .blog-list-entry-crosslinks {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.content-main.content-main--posts .blog-entry-single .blog-list-entry .blog-list-entry-crosslinks > div .badge {
  margin-left: 0.5rem;
  margin-right: 0.125rem;
}
.content-main.content-main--posts .blog-entry-single .blog-list-entry .blog-list-entry-crosslinks > div .badge + .badge {
  margin-left: 0;
}
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-related .related-posts .row > .col-12 + .col-12 {
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-related .related-posts .row > .col-12 + .col-12 {
    margin-top: 0;
  }
}
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-related .related-posts .post-item > .row {
  align-items: center;
}
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-related .related-posts .post-item > .row .col-4 {
  padding-right: 0;
}
@media (min-width: 768px) {
  .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-related .related-posts .post-item > .row {
    align-items: start;
  }
  .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-related .related-posts .post-item > .row .col-4 {
    padding-right: 0.75rem;
  }
}
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-related .related-posts .post-item .blog-list-entry-thumbnail {
  margin-bottom: 0;
}
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-related .related-posts .post-item .blog-list-entry-title {
  margin: 0 0 0.5rem 0;
}
@media (min-width: 768px) {
  .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-related .related-posts .post-item .blog-list-entry-title {
    margin: 1rem 0 0.5rem 0;
  }
}
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p input[type=text],
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p input[type=email],
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p textarea {
  width: 100%;
}
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p:not(.comment-form-cookies-consent):not(.form-submit) {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments form.comment-form > p:not(.comment-form-cookies-consent):not(.form-submit) > label {
  margin-bottom: 0;
}
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments .blog-list-entry-comments-list ol.comment-list {
  padding: 0;
  list-style-type: none;
  margin: 0;
}
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments .blog-list-entry-comments-list ol.comment-list ol.children {
  padding: 0;
  list-style-type: none;
  margin: 0;
}
@media (max-width: 575.98px) {
  .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments .blog-list-entry-comments-list ol.comment-list ol.children {
    margin-left: -52px;
  }
}
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments .blog-list-entry-comments-list ol.comment-list ol.children li.comment {
  margin-top: 1.5rem;
}
@media (max-width: 575.98px) {
  .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments .blog-list-entry-comments-list ol.comment-list ol.children li.comment {
    margin-top: 1rem;
  }
}
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments .blog-list-entry-comments-list ol.comment-list li.comment {
  position: relative;
  padding: 0 0 0 90px;
}
@media (max-width: 575.98px) {
  .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments .blog-list-entry-comments-list ol.comment-list li.comment {
    padding-left: 52px;
  }
}
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments .blog-list-entry-comments-list ol.comment-list li.comment .comment-author cite.fn {
  font-weight: bold;
  color: #212529;
}
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments .blog-list-entry-comments-list ol.comment-list li.comment .comment-author cite.fn > a {
  color: inherit;
  transition: color 0.3s;
}
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments .blog-list-entry-comments-list ol.comment-list li.comment .comment-author cite.fn > a:hover, .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments .blog-list-entry-comments-list ol.comment-list li.comment .comment-author cite.fn > a:focus, .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments .blog-list-entry-comments-list ol.comment-list li.comment .comment-author cite.fn > a:active {
  color: #003580;
  text-decoration: none;
}
@media (max-width: 575.98px) {
  .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments .blog-list-entry-comments-list ol.comment-list li.comment .comment-body {
    font-size: 0.875rem;
  }
  .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments .blog-list-entry-comments-list ol.comment-list li.comment .comment-body p {
    margin-bottom: 0.5rem;
  }
}
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments .blog-list-entry-comments-list ol.comment-list li.comment .comment-meta {
  margin: 0 0 1rem 0;
  font-size: 0.875rem;
  color: #6c757d;
}
@media (max-width: 575.98px) {
  .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments .blog-list-entry-comments-list ol.comment-list li.comment .comment-meta {
    margin-bottom: 0.5rem;
    font-size: 12px;
  }
}
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments .blog-list-entry-comments-list ol.comment-list li.comment .comment-meta a {
  color: inherit;
  transition: color 0.3s;
}
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments .blog-list-entry-comments-list ol.comment-list li.comment .comment-meta a:hover, .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments .blog-list-entry-comments-list ol.comment-list li.comment .comment-meta a:focus, .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments .blog-list-entry-comments-list ol.comment-list li.comment .comment-meta a:active {
  color: #212529;
  text-decoration: none;
}
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments .blog-list-entry-comments-list ol.comment-list li.comment .comment-meta a.comment-edit-link:hover, .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments .blog-list-entry-comments-list ol.comment-list li.comment .comment-meta a.comment-edit-link:focus, .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments .blog-list-entry-comments-list ol.comment-list li.comment .comment-meta a.comment-edit-link:active {
  color: #003580;
}
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments .blog-list-entry-comments-list ol.comment-list li.comment img.avatar {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
}
@media (max-width: 575.98px) {
  .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments .blog-list-entry-comments-list ol.comment-list li.comment img.avatar {
    width: 40px;
    height: 40px;
  }
}
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments .blog-list-entry-comments-list ol.comment-list > li.comment + li.comment {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 1.5rem !important;
  margin-top: 1.5rem;
}
@media (max-width: 575.98px) {
  .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments .blog-list-entry-comments-list ol.comment-list > li.comment + li.comment {
    margin-top: 1rem;
    padding-top: 1rem !important;
  }
}
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-comments .blog-list-entry-comments-list ol.comment-list > li.comment + li.comment img.avatar {
  top: 1.5rem;
}
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-postnav .post-navigation .nav-links {
  --bsgutter-x: 1.5rem;
  --bsgutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bsgutter-y));
  margin-right: calc(-0.5 * var(--bsgutter-x));
  margin-left: calc(-0.5 * var(--bsgutter-x));
}
@media (min-width: 768px) {
  .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-postnav .post-navigation .nav-links {
    gap: 0 !important;
  }
}
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-postnav .post-navigation .nav-links > div {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bsgutter-x) * 0.5);
  padding-left: calc(var(--bsgutter-x) * 0.5);
  margin-top: var(--bsgutter-y);
  flex: 0 0 100%;
  max-width: 100%;
  text-align: center;
}
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-postnav .post-navigation .nav-links > div.nav-next {
  margin-right: 0;
  margin-left: auto;
}
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-postnav .post-navigation .nav-links > div > a {
  text-decoration: none;
  border-radius: var(--bsborder-radius);
  background-color: #e9ecef;
  padding: 1rem;
}
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-postnav .post-navigation .nav-links > div > a > p {
  margin: 0;
  line-height: 1;
}
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-postnav .post-navigation .nav-links > div > a > p.meta-nav {
  font-size: 0.875rem;
  color: rgb(112.6013513514, 126.25, 139.8986486486);
  transition: color 0.3s;
}
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-postnav .post-navigation .nav-links > div > a > p.meta-nav > svg {
  width: 0.875rem;
  height: 0.875rem;
}
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-postnav .post-navigation .nav-links > div > a > p.post-title {
  font-weight: 700;
  color: #212529;
  transition: color 0.3s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-postnav .post-navigation .nav-links > div > a:hover > p.meta-nav, .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-postnav .post-navigation .nav-links > div > a:focus > p.meta-nav, .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-postnav .post-navigation .nav-links > div > a:active > p.meta-nav {
  color: #212529;
}
.content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-postnav .post-navigation .nav-links > div > a:hover > p.post-title, .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-postnav .post-navigation .nav-links > div > a:focus > p.post-title, .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-postnav .post-navigation .nav-links > div > a:active > p.post-title {
  color: #003580;
}
@media (min-width: 768px) {
  .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-postnav .post-navigation .nav-links > div {
    flex: 0 0 50%;
    max-width: 50%;
    text-align: left !important;
  }
  .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-postnav .post-navigation .nav-links > div > a {
    background-color: transparent;
    padding: 0;
  }
  .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-postnav .post-navigation .nav-links > div > a > p.meta-nav {
    justify-content: start !important;
  }
  .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-postnav .post-navigation .nav-links > div.nav-next {
    text-align: right !important;
  }
  .content-main.content-main--posts .blog-entry-single .blog-list-entry.blog-list-entry-postnav .post-navigation .nav-links > div.nav-next > a > p.meta-nav {
    justify-content: end !important;
  }
}
/**
 * Fonts
 */
/* open-sans-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/open-sans-v40-latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-300italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 300;
  src: url("../fonts/open-sans-v40-latin-300italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/open-sans-v40-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/open-sans-v40-latin-italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/open-sans-v40-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-500italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 500;
  src: url("../fonts/open-sans-v40-latin-500italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/open-sans-v40-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-600italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 600;
  src: url("../fonts/open-sans-v40-latin-600italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/open-sans-v40-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/open-sans-v40-latin-700italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/open-sans-v40-latin-800.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-800italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 800;
  src: url("../fonts/open-sans-v40-latin-800italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/**
 * Abstracts
 */
/**
 * Utils
 */
/**
 * Base
 */
/**
 * Components
 */
/**
 * Layout
 */
/**
 * Pages
 */
#cc-main {
  /* Reset only specific elements */
}

#cc-main div,
#cc-main span,
#cc-main a,
#cc-main h2,
#cc-main .h2,
#cc-main p,
#cc-main button,
#cc-main input,
#cc-main ::before,
#cc-main ::after {
  all: unset;
  box-sizing: border-box;
}

#cc-main button,
#cc-main .pm__badge {
  all: initial;
  box-sizing: border-box;
  color: unset;
  visibility: unset;
}

#cc-main {
  /* Restore outline and cursor*/
}

#cc-main a,
#cc-main button,
#cc-main input,
#cc-main .pm__badge {
  font-family: inherit;
  font-size: 100%;
  line-height: normal;
  margin: 0;
  outline: revert;
  outline-offset: 2px;
  cursor: pointer;
  overflow: hidden;
  -webkit-appearance: none;
  appearance: none;
}

#cc-main table,
#cc-main thead,
#cc-main tbody,
#cc-main tr,
#cc-main th,
#cc-main td {
  all: revert;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
}

#cc-main {
  background: transparent;
}

/**
 * Global styles/variables
 */
:root {
  --cc-font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  --cc-modal-border-radius: .5rem;
  --cc-btn-border-radius: .4rem;
  --cc-modal-transition-duration: .25s;
  --cc-link-color: var(--cc-btn-primary-bg);
  --cc-modal-margin: 1rem;
  --cc-z-index: 2147483647;
}

#cc-main {
  color: var(--cc-primary-color);
  font-family: var(--cc-font-family);
  font-size: 16px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  position: relative;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  z-index: var(--cc-z-index);
  position: fixed;
}

#cc-main.cc--rtl {
  direction: rtl;
}

#cc-main b,
#cc-main em,
#cc-main strong,
#cc-main a,
#cc-main .cm__title {
  font-weight: 600;
}

#cc-main button > span {
  pointer-events: none;
}

#cc-main a,
#cc-main .cc__link {
  font-weight: 600;
  position: relative;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.25s, color 0.25s ease;
}

#cc-main a:hover,
#cc-main .cc__link:hover {
  color: var(--cc-primary-color);
  background-size: 100% 1px;
}

#cc-main .cc__link {
  color: var(--cc-link-color);
}

#cc-main {
  /* Use Firefox's thin style scrollbar */
}

#cc-main .cm__desc,
#cc-main .pm__body {
  scrollbar-width: thin;
  overscroll-behavior: auto contain;
}

#cc-main {
  /* Show webkit's "cool" scrollbar only on non mobile screens */
}

@media screen and (min-width: 640px) {
  #cc-main ::-webkit-scrollbar,
  #cc-main ::-webkit-scrollbar-track,
  #cc-main ::-webkit-scrollbar-thumb {
    all: revert;
  }
  #cc-main ::-webkit-scrollbar-thumb {
    border: 0.25rem solid var(--cc-bg);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 1rem;
    background: var(--cc-toggle-readonly-bg);
  }
  #cc-main ::-webkit-scrollbar-thumb:hover {
    background: var(--cc-toggle-off-bg);
  }
  #cc-main ::-webkit-scrollbar {
    background: transparent;
    width: 12px;
  }
}
/** Disable page scroll **/
html.disable--interaction.show--consent, html.disable--interaction.show--consent body {
  height: auto !important;
  overflow: hidden !important;
}

@media (prefers-reduced-motion) {
  #cc-main {
    --cc-modal-transition-duration: 0s;
  }
}
/** Light color-scheme **/
:root {
  --cc-bg: #ffffff;
  --cc-primary-color: #2c2f31;
  --cc-secondary-color: #5e6266;
  --cc-btn-primary-bg: #30363c;
  --cc-btn-primary-color: #ffffff;
  --cc-btn-primary-border-color: var(--cc-btn-primary-bg);
  --cc-btn-primary-hover-bg: #000000;
  --cc-btn-primary-hover-color: #ffffff;
  --cc-btn-primary-hover-border-color: var(--cc-btn-primary-hover-bg);
  --cc-btn-secondary-bg: #eaeff2;
  --cc-btn-secondary-color: var(--cc-primary-color);
  --cc-btn-secondary-border-color: var(--cc-btn-secondary-bg);
  --cc-btn-secondary-hover-bg: #d4dae0;
  --cc-btn-secondary-hover-color: #000000;
  --cc-btn-secondary-hover-border-color: #d4dae0;
  --cc-separator-border-color: #f0f4f7;
  --cc-toggle-on-bg: var(--cc-btn-primary-bg);
  --cc-toggle-off-bg: #667481;
  --cc-toggle-on-knob-bg: #ffffff;
  --cc-toggle-off-knob-bg: var(--cc-toggle-on-knob-bg);
  --cc-toggle-enabled-icon-color: var(--cc-bg);
  --cc-toggle-disabled-icon-color: var(--cc-bg);
  --cc-toggle-readonly-bg: #d5dee2;
  --cc-toggle-readonly-knob-bg: #fff;
  --cc-toggle-readonly-knob-icon-color: var(--cc-toggle-readonly-bg);
  --cc-section-category-border: var(--cc-cookie-category-block-bg);
  --cc-cookie-category-block-bg: #f0f4f7;
  --cc-cookie-category-block-border: #f0f4f7;
  --cc-cookie-category-block-hover-bg: #e9eff4;
  --cc-cookie-category-block-hover-border: #e9eff4;
  --cc-cookie-category-expanded-block-bg: transparent;
  --cc-cookie-category-expanded-block-hover-bg: #dee4e9;
  --cc-overlay-bg: rgba(0, 0, 0, 0.65);
  --cc-webkit-scrollbar-bg: var(--cc-section-category-border);
  --cc-webkit-scrollbar-hover-bg: var(--cc-btn-primary-hover-bg);
  --cc-footer-bg: var(--cc-btn-secondary-bg);
  --cc-footer-color: var(--cc-secondary-color);
  --cc-footer-border-color: #e4eaed;
}

/** Light color-scheme **/
.cc--darkmode {
  --cc-bg: #161a1c;
  --cc-primary-color: #ebf3f6;
  --cc-secondary-color: #aebbc5;
  --cc-btn-primary-bg: #c2d0e0;
  --cc-btn-primary-color: var(--cc-bg);
  --cc-btn-primary-border-color: var(--cc-btn-primary-bg);
  --cc-btn-primary-hover-bg: #98a7b6;
  --cc-btn-primary-hover-color: #000000;
  --cc-btn-primary-hover-border-color: var(--cc-btn-primary-hover-bg);
  --cc-btn-secondary-bg: #242c31;
  --cc-btn-secondary-color: var(--cc-primary-color);
  --cc-btn-secondary-border-color: var(--cc-btn-secondary-bg);
  --cc-btn-secondary-hover-bg: #353d43;
  --cc-btn-secondary-hover-color: #ffffff;
  --cc-btn-secondary-hover-border-color: var(--cc-btn-secondary-hover-bg);
  --cc-separator-border-color: #222a30;
  --cc-toggle-on-bg: var(--cc-btn-primary-bg);
  --cc-toggle-off-bg: #525f6b;
  --cc-toggle-on-knob-bg: var(--cc-btn-primary-color);
  --cc-toggle-off-knob-bg: var(--cc-btn-primary-color);
  --cc-toggle-enabled-icon-color: var(--cc-btn-primary-color);
  --cc-toggle-disabled-icon-color: var(--cc-btn-primary-color);
  --cc-toggle-readonly-bg: #343e45;
  --cc-toggle-readonly-knob-bg: #5f6b72;
  --cc-toggle-readonly-knob-icon-color: var(--cc-toggle-readonly-bg);
  --cc-section-category-border: #1e2428;
  --cc-cookie-category-block-bg: #1e2428;
  --cc-cookie-category-block-border: var(--cc-section-category-border);
  --cc-cookie-category-block-hover-bg: #242c31;
  --cc-cookie-category-block-hover-border: #232a2f;
  --cc-cookie-category-expanded-block-bg: transparent;
  --cc-cookie-category-expanded-block-hover-bg: var(--cc-toggle-readonly-bg);
  --cc-overlay-bg: rgba(0, 0, 0, 0.65);
  --cc-webkit-scrollbar-bg: var(--cc-section-category-border);
  --cc-webkit-scrollbar-hover-bg: var(--cc-btn-primary-hover-bg);
  --cc-footer-bg: #0c0e0f;
  --cc-footer-color: var(--cc-secondary-color);
  --cc-footer-border-color: #060809;
}

.cc--darkmode #cc-main {
  color-scheme: dark;
}

#cc-main .cm {
  opacity: 0;
  position: fixed;
  max-width: 24rem;
  display: flex;
  flex-direction: column;
  background: var(--cc-bg);
  border-radius: var(--cc-modal-border-radius);
  z-index: 1;
  overflow: hidden;
  box-shadow: 0 0.625em 1.875em rgba(0, 0, 2, 0.3);
  visibility: hidden;
  opacity: 0;
  /* START: Vertical align modal */
}

#cc-main .cm--top {
  top: var(--cc-modal-margin);
}

#cc-main .cm--middle {
  top: 50%;
}

#cc-main .cm--bottom {
  bottom: var(--cc-modal-margin);
}

#cc-main .cm {
  /* END: Vertical align modal */
  /* START: Horizontal align modal */
}

#cc-main .cm--center {
  left: var(--cc-modal-margin);
  right: var(--cc-modal-margin);
  margin: 0 auto;
  width: unset;
}

#cc-main .cm--left {
  left: var(--cc-modal-margin);
  margin-right: var(--cc-modal-margin);
}

#cc-main .cm--right {
  right: var(--cc-modal-margin);
  margin-left: var(--cc-modal-margin);
}

#cc-main .cm {
  /* END: Horizontal align modal */
}

#cc-main .cm__body {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#cc-main .cm__btns,
#cc-main .cm__links {
  width: unset;
  padding: 1rem 1.3rem;
}

#cc-main .cm__texts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  padding: 1rem 0 0;
}

#cc-main .cm__title,
#cc-main .cm__desc {
  padding: 0 1.3rem;
}

#cc-main .cm__title {
  font-size: 1.05em;
}

#cc-main .cm__title + .cm__desc {
  margin-top: 1.1em;
}

#cc-main .cm__desc {
  color: var(--cc-secondary-color);
  line-height: 1.5;
  font-size: 0.9em;
  max-height: 40vh;
  overflow-x: visible;
  overflow-y: auto;
  padding-bottom: 1em;
}

#cc-main {
  /* START: Buttons section */
}

#cc-main .cm__btns {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-top: 1px solid var(--cc-separator-border-color);
}

#cc-main .cm__btn-group {
  display: grid;
  grid-auto-columns: minmax(0, 1fr);
}

#cc-main .cm__btn + .cm__btn,
#cc-main .cm__btn-group + .cm__btn-group {
  margin-top: 0.375rem;
}

#cc-main .cm--flip .cm__btn + .cm__btn,
#cc-main .cm--flip .cm__btn-group + .cm__btn-group {
  margin-top: 0;
  margin-bottom: 0.375rem;
}

#cc-main .cm--inline .cm__btn + .cm__btn {
  margin-top: 0;
  margin-left: 0.375rem;
}

#cc-main .cm--inline.cm--flip .cm__btn + .cm__btn {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0.375rem;
}

#cc-main .cm--inline.cm--flip .cm__btn-group + .cm__btn-group {
  margin-right: 0;
  margin-bottom: 0.375rem;
}

#cc-main .cm--wide .cm__btn + .cm__btn,
#cc-main .cm--wide .cm__btn-group + .cm__btn-group {
  margin-top: 0;
  margin-left: 0.375rem;
}

#cc-main .cm--wide.cm--flip .cm__btn + .cm__btn,
#cc-main .cm--wide.cm--flip .cm__btn-group + .cm__btn-group {
  margin-bottom: 0;
  margin-right: 0.375rem;
}

#cc-main {
  /** Start: Layout with 2 buttons, one of
  which is the show preferences btn **/
}

#cc-main .cm--wide .cm__btn-group--uneven,
#cc-main .cm--bar:not(.cm--inline) .cm__btn-group--uneven {
  display: flex;
  flex: 1;
  justify-content: space-between;
}

#cc-main .cm--wide.cm--flip .cm__btn-group--uneven,
#cc-main .cm--bar:not(.cm--inline).cm--flip .cm__btn-group--uneven {
  flex-direction: row-reverse;
}

#cc-main {
  /** End **/
}

#cc-main .cm__btn {
  color: var(--cc-btn-primary-color);
  background: var(--cc-btn-primary-bg);
  border: 1px solid var(--cc-btn-primary-border-color);
  text-align: center;
  font-weight: 600;
  font-size: 0.82em;
  min-height: 42px;
  padding: 0.5em 1em;
  border-radius: var(--cc-btn-border-radius);
}

#cc-main .cm__btn:hover {
  color: var(--cc-btn-primary-hover-color);
  background: var(--cc-btn-primary-hover-bg);
  border-color: var(--cc-btn-primary-hover-border-color);
}

#cc-main .cm__btn {
  /* Secondary btn colors */
}

#cc-main .cm__btn--secondary {
  color: var(--cc-btn-secondary-color);
  background: var(--cc-btn-secondary-bg);
  border-color: var(--cc-btn-secondary-border-color);
}

#cc-main .cm__btn--secondary:hover {
  color: var(--cc-btn-secondary-hover-color);
  background: var(--cc-btn-secondary-hover-bg);
  border-color: var(--cc-btn-secondary-hover-border-color);
}

#cc-main .cm__btn--close {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 42px;
  height: 42px;
  border-radius: 0;
  border-bottom-left-radius: var(--cc-btn-border-radius);
  border-top: none;
  border-right: none;
  padding: 0 !important;
  min-width: auto !important;
  font-size: 1em;
  overflow: hidden;
}

#cc-main .cm__btn--close svg {
  stroke: var(--cc-btn-primary-color);
  transform: scale(0.5);
  transition: stroke 0.15s ease;
}

#cc-main .cm__btn--close:hover svg {
  stroke: var(--cc-btn-primary-hover-color);
}

#cc-main .cm__btn--close.cm__btn--secondary svg {
  stroke: var(--cc-btn-secondary-color);
}

#cc-main .cm__btn--close.cm__btn--secondary:hover svg {
  stroke: var(--cc-btn-secondary-hover-color);
}

#cc-main .cm__btn--close + .cm__texts .cm__title {
  padding-right: 3rem;
}

#cc-main .cm--inline .cm__btn-group {
  grid-auto-flow: column;
}

#cc-main .cm__footer {
  color: var(--cc-footer-color);
  background: var(--cc-footer-bg);
  border-top: 1px solid var(--cc-footer-border-color);
  padding: 0.4em 0 0.5em 0;
}

#cc-main .cm__links {
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  flex-direction: row;
}

#cc-main .cm__link-group {
  font-size: 0.8em;
  display: flex;
  flex-direction: row;
  width: 100%;
}

#cc-main .cm__link-group > * + * {
  margin-left: 1.3rem;
}

#cc-main .cm--flip .cm__btn:last-child {
  grid-row: 1;
}

#cc-main .cm--inline .cm__btn-group {
  grid-auto-flow: column;
}

#cc-main .cm--inline.cm--flip .cm__btn:last-child {
  grid-column: 1;
}

#cc-main {
  /* START: Box layout */
}

#cc-main .cm--box .cm__btn--close {
  display: block;
}

#cc-main .cm--box.cm--flip .cm__btns {
  flex-direction: column-reverse;
}

#cc-main .cm--box.cm--wide {
  max-width: 36em;
}

#cc-main .cm--box.cm--wide .cm__btns {
  flex-direction: row;
  justify-content: space-between;
}

#cc-main .cm--box.cm--wide .cm__btn-group {
  grid-auto-flow: column;
}

#cc-main .cm--box.cm--wide .cm__btn {
  min-width: 120px;
  padding-right: 1.8em;
  padding-left: 1.8em;
}

#cc-main .cm--box.cm--wide.cm--flip .cm__btns {
  flex-direction: row-reverse;
}

#cc-main .cm--box.cm--wide.cm--flip .cm__btn:last-child {
  grid-column: 1;
}

#cc-main {
  /* END: Box layout */
  /** START: Cloud layout **/
}

#cc-main .cm--cloud {
  width: unset;
  max-width: 54em;
}

#cc-main .cm--cloud .cm__body {
  flex-direction: row;
}

#cc-main .cm--cloud .cm__texts {
  flex: 1;
}

#cc-main .cm--cloud .cm__desc {
  max-height: 9.4em;
}

#cc-main .cm--cloud .cm__btns {
  border-top: none;
  border-left: 1px solid var(--cc-separator-border-color);
}

#cc-main .cm--cloud .cm__btn-group {
  flex-direction: column;
}

#cc-main .cm--cloud .cm__btns {
  max-width: 23em;
}

#cc-main .cm--cloud .cm__btn {
  min-width: 19em;
}

#cc-main .cm--cloud.cm--flip .cm__btns,
#cc-main .cm--cloud.cm--flip .cm__btn-group {
  flex-direction: column-reverse;
}

#cc-main .cm--cloud.cm--inline .cm__btn-group {
  flex-direction: row;
}

#cc-main .cm--cloud.cm--inline .cm__btn {
  min-width: 10em;
}

#cc-main .cm--cloud.cm--inline.cm--flip .cm__btn-group {
  flex-direction: row-reverse;
}

#cc-main {
  /* END: Cloud layout */
  /* START: Bar layout */
}

#cc-main .cm--bar {
  max-width: unset;
  width: 100vw;
  left: 0;
  right: 0;
  margin: 0;
  transform: translateY(0);
  border-radius: 0;
  opacity: 1;
  --cc-modal-transition-duration: .35s;
}

#cc-main .cm--bar.cm--top {
  top: 0;
}

#cc-main .cm--bar.cm--bottom {
  bottom: 0;
}

#cc-main .cm--bar .cm__body,
#cc-main .cm--bar .cm__links {
  max-width: 55em;
  margin: 0 auto;
  width: 100%;
}

#cc-main .cm--bar .cm__body {
  padding: 0.5em 0 0.9em 0;
}

#cc-main .cm--bar .cm__btns {
  border-top: none;
  flex-direction: row;
  justify-content: space-between;
}

#cc-main .cm--bar .cm__btn-group {
  grid-auto-flow: column;
}

#cc-main .cm--bar:not(.cm--inline) .cm__btn + .cm__btn,
#cc-main .cm--bar:not(.cm--inline) .cm__btn-group + .cm__btn-group {
  margin-top: 0;
  margin-left: 0.375rem;
}

#cc-main .cm--bar .cm__btn {
  min-width: 120px;
  padding-right: 2em;
  padding-left: 2em;
}

#cc-main .cm--bar.cm--flip:not(.cm--inline) .cm__btn + .cm__btn,
#cc-main .cm--bar.cm--flip:not(.cm--inline) .cm__btn-group + .cm__btn-group {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0.375rem;
}

#cc-main .cm--bar.cm--flip .cm__btns {
  flex-direction: row-reverse;
}

#cc-main .cm--bar.cm--flip .cm__btn:last-child {
  grid-column: 1;
}

#cc-main .cm--bar.cm--inline .cm__body,
#cc-main .cm--bar.cm--inline .cm__links {
  max-width: 74em;
}

#cc-main .cm--bar.cm--inline .cm__body {
  padding: 0;
  flex-direction: row;
}

#cc-main .cm--bar.cm--inline .cm__btns {
  flex-direction: column;
  justify-content: center;
  max-width: 23em;
}

#cc-main .cm--bar.cm--inline.cm--flip .cm__btns {
  flex-direction: column-reverse;
}

#cc-main {
  /* END: Bar layout */
}

#cc-main .cc--anim .cm, #cc-main .cc--anim.cm-wrapper::before {
  transition: opacity var(--cc-modal-transition-duration) ease, visibility var(--cc-modal-transition-duration) ease, transform var(--cc-modal-transition-duration) ease;
}

#cc-main .cc--anim .cm__close,
#cc-main .cc--anim .cm__btn {
  transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

/* START: Dark overlay */
.disable--interaction #cc-main .cm-wrapper::before {
  content: "";
  opacity: 0;
  visibility: hidden;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  background: var(--cc-overlay-bg);
}

/* END: Dark overlay */
#cc-main .cm {
  transform: translateY(1.6em);
}

#cc-main .cm--middle {
  transform: translateY(calc(-50% + 1.6em));
}

#cc-main .cm--bar.cm--bottom {
  transform: translateY(100%);
}

#cc-main .cm--bar.cm--top {
  transform: translateY(-100%);
}

.show--consent #cc-main .cc--anim .cm {
  opacity: 1;
  visibility: visible !important;
  transform: translateY(0);
}

.show--consent #cc-main .cc--anim .cm--middle {
  transform: translateY(-50%);
}

.show--consent #cc-main .cc--anim .cm--bar {
  transform: translateY(0);
}

.show--consent #cc-main .cc--anim.cm-wrapper::before {
  opacity: 1;
  visibility: visible;
}

/* Start: fix RTL layout */
#cc-main.cc--rtl .cm__btn--close {
  right: unset;
  left: 0;
  border-bottom-left-radius: unset;
  border-bottom-right-radius: var(--cc-btn-border-radius);
}

#cc-main.cc--rtl .cm__btn--close + .cm__texts .cm__title {
  padding-right: 1.3rem;
  padding-left: 3rem !important;
}

#cc-main.cc--rtl .cm--inline .cm__btn + .cm__btn {
  margin-left: 0;
  margin-right: 0.375rem;
}

#cc-main.cc--rtl .cm--inline.cm--flip .cm__btn + .cm__btn {
  margin-left: 0.375rem;
  margin-right: 0;
}

#cc-main.cc--rtl .cm:not(.cm--inline).cm--bar .cm__btn + .cm__btn,
#cc-main.cc--rtl .cm:not(.cm--inline).cm--bar .cm__btn-group + .cm__btn-group, #cc-main.cc--rtl .cm:not(.cm--inline).cm--wide .cm__btn + .cm__btn,
#cc-main.cc--rtl .cm:not(.cm--inline).cm--wide .cm__btn-group + .cm__btn-group {
  margin-left: 0;
  margin-right: 0.375rem;
}

#cc-main.cc--rtl .cm:not(.cm--inline).cm--bar.cm--flip .cm__btn + .cm__btn, #cc-main.cc--rtl .cm:not(.cm--inline).cm--wide.cm--flip .cm__btn + .cm__btn {
  margin-left: 0.375rem;
  margin-right: 0;
}

#cc-main.cc--rtl .cm__link-group > * + * {
  margin-left: 0;
  margin-right: 1.3rem;
}

/* End: Fix RTL alyout */
@media screen and (max-width: 640px) {
  #cc-main {
    --cc-modal-margin: .5em;
  }
  #cc-main .cm {
    max-width: none !important;
    width: auto !important;
  }
  #cc-main .cm__body {
    flex-direction: column !important;
    padding: 0 !important;
  }
  #cc-main .cm__title,
  #cc-main .cm__desc,
  #cc-main .cm__btns,
  #cc-main .cm__links {
    padding-left: 1.1rem !important;
    padding-right: 1.1rem !important;
  }
  #cc-main .cm__btns {
    flex-direction: column !important;
    max-width: none !important;
    min-width: auto !important;
    border-left: none !important;
    border-top: 1px solid var(--cc-separator-border-color) !important;
  }
  #cc-main .cm__btn + .cm__btn,
  #cc-main .cm__btn-group + .cm__btn-group {
    margin: 0 !important;
    margin-top: 0.375rem !important;
  }
  #cc-main .cm--flip .cm__btn + .cm__btn,
  #cc-main .cm--flip .cm__btn-group + .cm__btn-group {
    margin-top: 0 !important;
    margin-bottom: 0.375rem !important;
  }
  #cc-main .cm__btn-group {
    display: flex !important;
    flex-direction: column !important;
    min-width: auto !important;
  }
  #cc-main .cm__btn {
    flex: auto !important;
  }
  #cc-main .cm__link-group {
    justify-content: center !important;
  }
  #cc-main .cm--flip .cm__btns,
  #cc-main .cm--flip .cm__btn-group {
    flex-direction: column-reverse !important;
  }
}
:root {
  --cc-pm-toggle-border-radius: 4em;
}

#cc-main {
  /* Make sure the preferences modal is always on top of the consent modal */
}

#cc-main .pm-wrapper {
  position: relative;
  z-index: 2;
}

#cc-main .pm {
  position: fixed;
  display: flex;
  width: 100%;
  width: unset;
  background: var(--cc-bg);
  flex-direction: column;
  border-radius: var(--cc-modal-border-radius);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  z-index: 1;
  box-shadow: 0 0.625em 1.875em rgba(0, 0, 2, 0.3);
}

#cc-main svg {
  fill: none;
  width: 100%;
}

#cc-main .pm__header,
#cc-main .pm__body,
#cc-main .pm__footer {
  padding: 1em 1.4em;
}

#cc-main .pm__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--cc-separator-border-color);
}

#cc-main .pm__title {
  display: flex;
  align-items: center;
  flex: 1;
  font-weight: 600;
  margin-right: 2em;
}

#cc-main .pm__close-btn {
  width: calc(42px - 2px);
  height: calc(42px - 2px);
  position: relative;
  background: var(--cc-btn-secondary-bg);
  border-radius: var(--cc-btn-border-radius);
  border: 1px solid var(--cc-btn-secondary-border-color);
  transition: all 0.15s ease;
}

#cc-main .pm__close-btn span {
  display: flex;
  height: 100%;
  width: 100%;
}

#cc-main .pm__close-btn svg {
  stroke: var(--cc-btn-secondary-color);
  transform: scale(0.5);
  transition: stroke 0.15s ease;
}

#cc-main .pm__close-btn:hover {
  border-color: var(--cc-btn-secondary-hover-border-color);
  background: var(--cc-btn-secondary-hover-bg);
}

#cc-main .pm__close-btn:hover svg {
  stroke: var(--cc-btn-secondary-hover-color);
}

#cc-main .pm__body {
  flex: 1;
  overflow-y: auto;
  overflow-y: overlay;
}

#cc-main .pm__section,
#cc-main .pm__section--toggle {
  display: flex;
  flex-direction: column;
  margin-bottom: 0.5em;
  border-radius: var(--cc-btn-border-radius);
}

#cc-main .pm__section--toggle .pm__section-desc-wrapper {
  overflow: hidden;
  margin-top: 0 !important;
}

#cc-main .pm__section {
  padding: 1em;
  border: 1px solid var(--cc-separator-border-color);
  transition: background-color 0.25s ease, border-color 0.25s ease;
}

#cc-main .pm__section:first-child {
  margin-bottom: 2em;
  transition: none;
  padding: 0;
  margin-top: 0;
  border: none;
  margin-bottom: 2em;
}

#cc-main .pm__section:not(:first-child):hover {
  background: var(--cc-cookie-category-block-bg);
  border-color: var(--cc-cookie-category-block-border);
}

#cc-main .pm__section-toggles {
  /* If after this section, there is a normal
   * "non-expandable" section => add more margin
   */
}

#cc-main .pm__section-toggles + .pm__section {
  margin-top: 2em;
}

#cc-main .pm__section--toggle {
  background: var(--cc-cookie-category-block-bg);
  border-top: none;
  margin-bottom: 0.375rem;
}

#cc-main .pm__section--toggle .pm__section-title {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: var(--cc-cookie-category-block-bg);
  position: relative;
  padding: 1.1em 5.4em 1.1em 1.2em;
  border: 1px solid var(--cc-cookie-category-block-border);
  transition: background-color 0.25s ease, border-color 0.25s ease;
  min-height: 58px;
}

#cc-main .pm__section--toggle .pm__section-title:hover {
  background: var(--cc-cookie-category-block-hover-bg);
  border-color: var(--cc-cookie-category-block-hover-border);
}

#cc-main .pm__section--toggle {
  /* Hide description by default */
}

#cc-main .pm__section--toggle .pm__section-desc-wrapper {
  display: none;
  border: 1px solid var(--cc-cookie-category-block-border);
  border-top: none;
  border-radius: var(--cc-btn-border-radius);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

#cc-main .pm__section--toggle .pm__section-desc {
  padding: 1em;
  margin-top: 0;
}

#cc-main .pm__section--toggle.is-expanded {
  --cc-cookie-category-block-bg: var(--cc-cookie-category-expanded-block-bg);
  --cc-cookie-category-block-border: var(--cc-cookie-category-expanded-block-hover-bg);
}

#cc-main .pm__section--toggle.is-expanded .pm__section-title {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

#cc-main .pm__section--toggle.is-expanded .pm__section-arrow svg {
  transform: scale(0.5) rotate(180deg);
}

#cc-main .pm__section--toggle.is-expanded .pm__section-desc-wrapper {
  display: flex;
}

#cc-main .pm__section--expandable .pm__section-title {
  padding-left: 3.4em;
  cursor: pointer;
}

#cc-main .pm__section--expandable .pm__section-arrow {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 18px;
  background: var(--cc-toggle-readonly-bg);
  display: flex;
  justify-content: center;
  border-radius: 100%;
  pointer-events: none;
}

#cc-main .pm__section--expandable .pm__section-arrow svg {
  stroke: var(--cc-btn-secondary-color);
  transform: scale(0.5);
}

#cc-main .pm__section-title-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

#cc-main .pm__section-title-wrapper + .pm__section-desc-wrapper {
  margin-top: 0.85em;
}

#cc-main .pm__section-title {
  font-weight: 600;
  border-radius: var(--cc-btn-border-radius);
  font-size: 0.95em;
}

#cc-main {
  /* START: Services counter badge */
}

#cc-main .pm__badge {
  display: flex;
  flex: none;
  margin-left: 1em;
  border-radius: 5em;
  font-weight: 600;
  font-size: 0.8em;
  background: var(--cc-btn-secondary-bg);
  color: var(--cc-secondary-color);
  position: relative;
  height: 23px;
  width: auto;
  min-width: 23px;
  align-items: center;
  text-align: center;
  justify-content: center;
  padding: 0 0.6em 1px 0.6em;
  white-space: nowrap;
  overflow: hidden;
}

#cc-main .pm__service-counter {
  padding: 0;
  width: 23px;
  background: var(--cc-btn-primary-bg);
  color: var(--cc-btn-primary-color);
}

#cc-main .pm__service-counter[data-counterlabel] {
  padding: 0 0.6em 1px 0.6em;
  width: auto;
}

#cc-main {
  /* END: Services counter badge */
  /* START: Section Toggle */
}

#cc-main .section__toggle-wrapper,
#cc-main .section__toggle,
#cc-main .toggle__label,
#cc-main .toggle__icon {
  width: 50px;
  height: 23px;
  border-radius: var(--cc-pm-toggle-border-radius);
  transform: translateZ(0); /* Fix safari weird glitch */
}

#cc-main .section__toggle-wrapper {
  position: absolute;
  right: 18px;
  cursor: pointer;
  z-index: 1;
}

#cc-main .toggle-service {
  position: relative;
  right: 0;
  width: 42px;
  height: 19px;
}

#cc-main .toggle-service .section__toggle,
#cc-main .toggle-service .toggle__icon,
#cc-main .toggle-service .toggle__label {
  width: 42px;
  height: 19px;
}

#cc-main .toggle-service .toggle__icon {
  position: relative;
}

#cc-main .toggle-service .toggle__icon-circle {
  height: 19px;
  width: 19px;
}

#cc-main .toggle-service .section__toggle:checked ~ .toggle__icon .toggle__icon-circle {
  transform: translateX(23px);
}

#cc-main .pm__section--toggle:nth-child(2) .section__toggle-wrapper::after {
  display: none !important;
}

#cc-main .section__toggle {
  position: absolute;
  cursor: pointer;
  display: block;
  top: 0;
  left: 0;
  margin: 0;
  border: 0;
}

#cc-main .section__toggle:disabled {
  cursor: not-allowed;
}

#cc-main .toggle__icon {
  position: absolute;
  background: var(--cc-toggle-off-bg);
  box-shadow: 0 0 0 1px var(--cc-toggle-off-bg);
  transition: all 0.25s ease;
  pointer-events: none;
  display: flex;
  flex-direction: row;
}

#cc-main .toggle__icon-circle {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 23px;
  height: 23px;
  border: none;
  background: var(--cc-toggle-off-knob-bg);
  box-shadow: 0 1px 2px rgba(24, 32, 3, 0.36);
  transition: transform 0.25s ease, background-color 0.25s ease;
  border-radius: var(--cc-pm-toggle-border-radius);
}

#cc-main .toggle__icon-on,
#cc-main .toggle__icon-off {
  height: 100%;
  position: absolute;
  width: 100%;
  transition: opacity 0.15s ease;
}

#cc-main .toggle__icon-on {
  opacity: 0;
  transform: rotate(45deg);
}

#cc-main .toggle__icon-on svg {
  stroke: var(--cc-toggle-on-bg);
  transform: scale(0.55) rotate(-45deg);
}

#cc-main .toggle__icon-off {
  opacity: 1;
}

#cc-main .toggle__icon-off svg {
  stroke: var(--cc-toggle-off-bg);
  transform: scale(0.55);
}

#cc-main .section__toggle:checked ~ .toggle__icon {
  background: var(--cc-toggle-on-bg);
  box-shadow: 0 0 0 1px var(--cc-toggle-on-bg);
}

#cc-main .section__toggle:checked ~ .toggle__icon .toggle__icon-circle {
  transform: translateX(27px);
  background-color: var(--cc-toggle-on-knob-bg);
}

#cc-main .section__toggle:checked ~ .toggle__icon .toggle__icon-on {
  opacity: 1;
}

#cc-main .section__toggle:checked ~ .toggle__icon .toggle__icon-off {
  opacity: 0;
}

#cc-main .section__toggle:checked:disabled ~ .toggle__icon {
  background: var(--cc-toggle-readonly-bg);
  box-shadow: 0 0 0 1px var(--cc-toggle-readonly-bg);
}

#cc-main .section__toggle:checked:disabled ~ .toggle__icon .toggle__icon-circle {
  background: var(--cc-toggle-readonly-knob-bg);
  box-shadow: none;
}

#cc-main .section__toggle:checked:disabled ~ .toggle__icon svg {
  stroke: var(--cc-toggle-readonly-knob-icon-color);
}

#cc-main .toggle__label {
  position: absolute;
  top: 0;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
}

#cc-main {
  /* END: Section Toggle */
}

#cc-main .pm__section-desc-wrapper {
  display: flex;
  flex-direction: column;
  font-size: 0.9em;
  color: var(--cc-secondary-color);
}

#cc-main .pm__section-desc-wrapper > *:not(:last-child) {
  border-bottom: 1px solid var(--cc-cookie-category-block-border);
}

#cc-main .pm__section-services {
  display: flex;
  flex-direction: column;
}

#cc-main .pm__service {
  padding: 0.4em 1.2em;
  position: relative;
  display: flex;
  justify-content: space-between;
  transition: background-color 0.15s ease;
  align-items: center;
}

#cc-main .pm__service:hover {
  background-color: var(--cc-cookie-category-block-hover-bg);
}

#cc-main .pm__service-header {
  display: flex;
  align-items: center;
  width: 100%;
  margin-right: 1em;
}

#cc-main .pm__service-icon {
  min-width: 8px;
  height: 8px;
  border: 2px solid currentColor;
  border-radius: 100%;
  margin-left: 6px;
  margin-right: 20px;
  margin-top: 1px;
}

#cc-main .pm__service-title {
  font-size: 0.95em;
  word-break: break-word;
  width: 100%;
}

#cc-main .pm__section-desc {
  line-height: 1.5em;
}

#cc-main {
  /* START: Table style */
}

#cc-main .pm__section-table {
  text-align: left;
  border-collapse: collapse;
  width: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
  font-size: 0.9em;
}

#cc-main .pm__table-caption {
  text-align: left;
}

#cc-main .pm__table-caption,
#cc-main .pm__table-head > tr {
  font-weight: 600;
  color: var(--cc-primary-color);
  border-bottom: 1px dashed var(--cc-separator-border-color);
}

#cc-main .pm__table-tr {
  transition: background-color 0.15s ease;
}

#cc-main .pm__table-tr:hover {
  background: var(--cc-cookie-category-block-hover-bg);
}

#cc-main .pm__table-caption,
#cc-main .pm__table-th,
#cc-main .pm__table-td {
  padding: 0.625em;
  vertical-align: top;
  padding-left: 1.2em;
}

#cc-main {
  /* END: Table style */
}

#cc-main .pm__footer {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid var(--cc-separator-border-color);
}

#cc-main .pm__btn-group {
  display: flex;
}

#cc-main .pm__btn + .pm__btn,
#cc-main .pm__btn-group + .pm__btn-group {
  margin-left: 0.375rem;
}

#cc-main .pm--flip .pm__btn + .pm__btn,
#cc-main .pm--flip .pm__btn-group + .pm__btn-group {
  margin-left: 0;
  margin-right: 0.375rem;
}

#cc-main .pm__btn {
  color: var(--cc-btn-primary-color);
  background: var(--cc-btn-primary-bg);
  border: 1px solid var(--cc-btn-primary-border-color);
  text-align: center;
  flex: auto;
  min-width: 110px;
  font-weight: 600;
  font-size: 0.82em;
  padding: 0.5em 1.5em;
  min-height: 42px;
  border-radius: var(--cc-btn-border-radius);
  transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

#cc-main .pm__btn:hover {
  background: var(--cc-btn-primary-hover-bg);
  border-color: var(--cc-btn-primary-hover-border-color);
  color: var(--cc-btn-primary-hover-color);
}

#cc-main .pm__btn {
  /* Secondary btn colors */
}

#cc-main .pm__btn--secondary {
  color: var(--cc-btn-secondary-color);
  background: var(--cc-btn-secondary-bg);
  border-color: var(--cc-btn-secondary-border-color);
}

#cc-main .pm__btn--secondary:hover {
  background: var(--cc-btn-secondary-hover-bg);
  border-color: var(--cc-btn-secondary-hover-border-color);
  color: var(--cc-btn-secondary-hover-color);
}

#cc-main {
  /* START: Box layout */
}

#cc-main .pm--box {
  left: var(--cc-modal-margin);
  right: var(--cc-modal-margin);
  margin: 0 auto;
  top: 50%;
  max-width: 43em;
  max-height: 37.5em;
  height: calc(100% - 2em);
}

#cc-main .pm--box.pm--flip .pm__footer,
#cc-main .pm--box.pm--flip .pm__btn-group {
  flex-direction: row-reverse;
}

#cc-main {
  /* END: Box layout */
  /* START: Bar layout */
}

#cc-main .pm--bar {
  top: 0;
  bottom: 0;
  border-radius: 0;
  height: 100%;
  max-height: none;
  max-width: 29em;
  width: 100%;
  margin: 0;
  opacity: 1;
  --cc-modal-transition-duration: .35s;
  /* Start: Table -> vertical table */
}

#cc-main .pm--bar .pm__section-table,
#cc-main .pm--bar .pm__table-body,
#cc-main .pm--bar .pm__table-tr,
#cc-main .pm--bar .pm__table-th,
#cc-main .pm--bar .pm__table-td {
  display: block;
}

#cc-main .pm--bar .pm__table-head {
  display: none;
}

#cc-main .pm--bar .pm__table-caption {
  display: block;
}

#cc-main .pm--bar .pm__table-tr:not(:last-child) {
  border-bottom: 1px solid var(--cc-separator-border-color);
}

#cc-main .pm--bar .pm__table-td {
  display: flex;
  justify-content: space-between;
}

#cc-main .pm--bar .pm__table-td::before {
  content: attr(data-column);
  padding-right: 2em;
  font-weight: 600;
  color: var(--cc-primary-color);
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1;
  min-width: 100px;
}

#cc-main .pm--bar .pm__table-td > div {
  flex: 3;
}

#cc-main .pm--bar {
  /* End: Table */
}

#cc-main .pm--bar:not(.pm--wide) .pm__header,
#cc-main .pm--bar:not(.pm--wide) .pm__body,
#cc-main .pm--bar:not(.pm--wide) .pm__footer {
  padding: 1em 1.3em;
}

#cc-main .pm--bar:not(.pm--wide) .pm__footer,
#cc-main .pm--bar:not(.pm--wide) .pm__btn-group {
  flex-direction: column;
}

#cc-main .pm--bar:not(.pm--wide) .pm__btn + .pm__btn,
#cc-main .pm--bar:not(.pm--wide) .pm__btn-group + .pm__btn-group {
  margin: 0;
  margin-top: 0.375rem;
}

#cc-main .pm--bar:not(.pm--wide).pm--flip .pm__footer,
#cc-main .pm--bar:not(.pm--wide).pm--flip .pm__btn-group {
  flex-direction: column-reverse;
}

#cc-main .pm--bar:not(.pm--wide).pm--flip .pm__btn + .pm__btn,
#cc-main .pm--bar:not(.pm--wide).pm--flip .pm__btn-group + .pm__btn-group {
  margin-bottom: 0.375rem;
  margin-top: 0;
}

#cc-main .pm--bar:not(.pm--wide) .pm__badge {
  /* Hide Service status/counter badge if not wide layout */
  display: none;
}

#cc-main .pm--bar.pm--left {
  left: 0;
}

#cc-main .pm--bar.pm--right {
  right: 0;
}

#cc-main .pm--bar.pm--wide {
  max-width: 35em;
}

#cc-main .pm--bar.pm--wide .pm__header,
#cc-main .pm--bar.pm--wide .pm__body,
#cc-main .pm--bar.pm--wide .pm__footer {
  padding: 1em 1.4em;
}

#cc-main .pm--bar.pm--wide.pm--flip .pm__footer,
#cc-main .pm--bar.pm--wide.pm--flip .pm__btn-group {
  flex-direction: row-reverse;
}

#cc-main {
  /* END: Bar layout */
  /* Dark overlay */
}

#cc-main .pm-overlay {
  content: "";
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  background: var(--cc-overlay-bg);
  opacity: 0;
  visibility: hidden;
}

#cc-main .cc--anim .pm,
#cc-main .cc--anim .pm-overlay {
  transition: opacity var(--cc-modal-transition-duration) ease, visibility var(--cc-modal-transition-duration) ease, transform var(--cc-modal-transition-duration) ease;
}

#cc-main .pm--box {
  transform: translateY(calc(-50% + 1.6em));
}

#cc-main .pm--bar.pm--left {
  transform: translateX(-100%);
}

#cc-main .pm--bar.pm--right {
  transform: translateX(100%);
}

.show--preferences #cc-main .cc--anim .pm {
  opacity: 1;
  visibility: visible !important;
}

.show--preferences #cc-main .cc--anim .pm--box {
  transform: translateY(-50%);
}

.show--preferences #cc-main .cc--anim .pm--bar {
  transform: translateX(0);
}

.show--preferences #cc-main .cc--anim .pm-overlay {
  opacity: 1;
  visibility: visible;
}

/* Start: fix RTL layout */
#cc-main.cc--rtl .pm__service-header {
  margin-right: 0;
  margin-left: 1em;
}

#cc-main.cc--rtl .pm__section-arrow {
  left: unset;
  right: 18px;
}

#cc-main.cc--rtl .section__toggle-wrapper {
  right: unset;
  left: 18px;
  transform-origin: left;
}

#cc-main.cc--rtl .toggle-service {
  left: 0;
}

#cc-main.cc--rtl .pm__service-icon {
  margin-right: 5px;
  margin-left: 20px;
}

#cc-main.cc--rtl .pm__section--toggle .pm__section-title {
  padding-left: 5.4em;
  padding-right: 1.2em;
}

#cc-main.cc--rtl .pm__section--expandable .pm__section-title {
  padding-right: 3.4em;
}

#cc-main.cc--rtl .pm__badge {
  margin-left: unset;
  margin-right: 1em;
}

#cc-main.cc--rtl .toggle__icon-circle {
  transform: translateX(27px);
}

#cc-main.cc--rtl .toggle-service .toggle__icon-circle {
  transform: translateX(23px);
}

#cc-main.cc--rtl .section__toggle:checked ~ .toggle__icon .toggle__icon-circle {
  transform: translateX(0);
}

#cc-main.cc--rtl .pm__table-th,
#cc-main.cc--rtl .pm__table-td {
  text-align: right;
  padding-left: unset;
  padding-right: 1.2em;
}

#cc-main.cc--rtl .pm__table-td {
  padding-left: unset;
  padding-right: 1.2em;
}

#cc-main.cc--rtl .pm__table-td::before {
  padding-right: unset;
  padding-left: 2em;
}

#cc-main.cc--rtl .pm__btn + .pm__btn,
#cc-main.cc--rtl .pm__btn-group + .pm__btn-group {
  margin-left: 0;
  margin-right: 0.375rem;
}

#cc-main.cc--rtl .pm--flip .pm__btn + .pm__btn,
#cc-main.cc--rtl .pm--flip .pm__btn-group + .pm__btn-group {
  margin-left: 0.375rem;
  margin-right: 0;
}

#cc-main.cc--rtl .pm--flip.pm--bar:not(.pm--wide) .pm__btn + .pm__btn,
#cc-main.cc--rtl .pm--flip.pm--bar:not(.pm--wide) .pm__btn-group + .pm__btn-group {
  margin-left: 0;
}

/* End: Fix RTL alyout */
@media screen and (max-width: 640px) {
  #cc-main .pm {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    max-height: 100%;
    height: auto;
    transform: translateY(1.6em);
    border-radius: 0;
    max-width: none !important;
  }
  #cc-main .pm__header,
  #cc-main .pm__body,
  #cc-main .pm__footer {
    padding: 0.9em !important;
  }
  #cc-main .pm__badge {
    display: none;
  }
  #cc-main {
    /* Start: Table -> vertical table */
  }
  #cc-main .pm__section-table,
  #cc-main .pm__table-caption,
  #cc-main .pm__table-body,
  #cc-main .pm__table-tr,
  #cc-main .pm__table-th,
  #cc-main .pm__table-td {
    display: block;
  }
  #cc-main .pm__table-head {
    display: none;
  }
  #cc-main .pm__table-tr:not(:last-child) {
    border-bottom: 1px solid var(--cc-separator-border-color);
  }
  #cc-main .pm__table-td {
    display: flex;
    justify-content: space-between;
  }
  #cc-main .pm__table-td::before {
    content: attr(data-column);
    padding-right: 2em;
    font-weight: 600;
    color: var(--cc-primary-color);
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1;
    min-width: 100px;
  }
  #cc-main .pm__table-td > div {
    flex: 3;
  }
  #cc-main {
    /* End: Table */
  }
  #cc-main .pm__footer {
    flex-direction: column !important;
  }
  #cc-main {
    /* Fill width */
  }
  #cc-main .pm__btn-group {
    display: flex !important;
    flex-direction: column !important;
  }
  #cc-main .pm__btn + .pm__btn,
  #cc-main .pm__btn-group + .pm__btn-group {
    margin: 0 !important;
    margin-top: 0.375rem !important;
  }
  #cc-main .pm--flip .pm__btn + .pm__btn,
  #cc-main .pm--flip .pm__btn-group + .pm__btn-group {
    margin-top: 0 !important;
    margin-bottom: 0.375rem !important;
  }
  #cc-main .pm--flip .pm__footer,
  #cc-main .pm--flip .pm__btn-group {
    flex-direction: column-reverse !important;
  }
  .show--preferences #cc-main .cc--anim .pm {
    transform: translateY(0) !important;
  }
}
:root {
  --f-button-width: 40px;
  --f-button-height: 40px;
  --f-button-border: 0;
  --f-button-border-radius: 0;
  --f-button-color: #374151;
  --f-button-bg: #f8f8f8;
  --f-button-shadow: none;
  --f-button-transition: all .15s ease;
  --f-button-transform: none;
  --f-button-outline-width: 1px;
  --f-button-outline-color: rgba(0, 0, 0, .7);
  --f-button-svg-width: 20px;
  --f-button-svg-height: 20px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: none;
  --f-button-svg-opacity: 1;
  --f-button-svg-disabled-opacity: .5;
  --f-button-svg-transition: opacity .15s ease;
  --f-button-svg-transform: none ;
}

.f-button {
  width: var(--f-button-width);
  height: var(--f-button-height);
  border: var(--f-button-border);
  border-radius: var(--f-button-border-radius);
  color: var(--f-button-color);
  background: var(--f-button-bg);
  box-shadow: var(--f-button-shadow);
  transform: var(--f-button-transform);
  transition: var(--f-button-transition);
  backdrop-filter: var(--f-button-backdrop-filter);
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: content-box;
  position: relative;
  margin: 0;
  padding: 0;
  pointer-events: all;
  cursor: pointer;
  overflow: hidden;
}

@media (hover: hover) {
  .f-button:hover:not([aria-disabled]) {
    color: var(--f-button-hover-color, var(--f-button-color));
    background-color: var(--f-button-hover-bg, var(--f-button-bg));
  }
}
.f-button:active:not([aria-disabled]) {
  color: var(--f-button-active-color, var(--f-button-hover-color, var(--f-button-color)));
  background-color: var(--f-button-active-bg, var(--f-button-hover-bg, var(--f-button-bg)));
}

.f-button:focus {
  outline: none;
}

.f-button:focus-visible {
  outline: var(--f-button-outline-width) solid var(--f-button-outline-color);
  outline-offset: var(--f-button-outline-offset);
  position: relative;
  z-index: 1;
}

.f-button svg {
  width: var(--f-button-svg-width);
  height: var(--f-button-svg-height);
  transform: var(--f-button-svg-transform);
  fill: var(--f-button-svg-fill);
  filter: var(--f-button-svg-filter);
  opacity: var(--f-button-svg-opacity, 1);
  transition: var(--f-button-svg-transition);
  stroke: currentColor;
  stroke-width: var(--f-button-svg-stroke-width);
  stroke-linecap: round;
  stroke-linejoin: round;
  pointer-events: none;
}

.f-button[aria-disabled] {
  cursor: default;
}

.f-button[aria-disabled] svg {
  opacity: var(--f-button-svg-disabled-opacity);
}

[data-panzoom-action=toggleFS] g:first-child {
  display: flex;
}

[data-panzoom-action=toggleFS] g:last-child {
  display: none;
}

.in-fullscreen [data-panzoom-action=toggleFS] g:first-child {
  display: none;
}

.in-fullscreen [data-panzoom-action=toggleFS] g:last-child {
  display: flex;
}

[data-autoplay-action=toggle] svg g:first-child {
  display: flex;
}

[data-autoplay-action=toggle] svg g:last-child {
  display: none;
}

.has-autoplay [data-autoplay-action=toggle] svg g:first-child {
  display: none;
}

.has-autoplay [data-autoplay-action=toggle] svg g:last-child {
  display: flex;
}

:fullscreen [data-fullscreen-action=toggle] svg [data-fullscreen-action=toggle] svg g:first-child {
  display: none;
}

:fullscreen [data-fullscreen-action=toggle] svg [data-fullscreen-action=toggle] svg g:last-child {
  display: flex;
}

:root {
  --f-spinner-color-1: rgba(0, 0, 0, .1);
  --f-spinner-color-2: rgba(17, 24, 28, .8);
  --f-spinner-width: 50px;
  --f-spinner-height: 50px;
  --f-spinner-border-radius: 50%;
  --f-spinner-border-width: 4px ;
}

.f-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: calc(var(--f-spinner-width) * -0.5) 0 0 calc(var(--f-spinner-height) * -0.5);
  padding: 0;
  width: var(--f-spinner-width);
  height: var(--f-spinner-height);
  border-radius: var(--f-spinner-border-radius);
  border: var(--f-spinner-border-width) solid var(--f-spinner-color-1);
  border-top-color: var(--f-spinner-color-2);
  animation: f-spinner 0.75s linear infinite, f-fadeIn 0.2s ease 0.2s both;
}

@keyframes f-spinner {
  to {
    transform: rotate(360deg);
  }
}
.f-panzoom,
.f-zoomable {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.f-panzoom:before,
.f-panzoom:after,
.f-zoomable:before,
.f-zoomable:after {
  display: block;
  content: "";
}

.f-panzoom:not(.has-controls):before,
.f-zoomable:not(.has-controls):before {
  margin-bottom: auto;
}

.f-panzoom:after,
.f-zoomable:after {
  margin-top: auto;
}

.f-panzoom.in-fullscreen,
.f-zoomable.in-fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  margin: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  aspect-ratio: unset !important;
  z-index: 9999;
}

.f-panzoom__wrapper {
  position: relative;
  min-width: 0;
  min-height: 0;
  max-width: 100%;
  max-height: 100%;
}

.f-panzoom__wrapper.will-zoom-out {
  cursor: zoom-out;
}

.f-panzoom__wrapper.can-drag {
  cursor: move;
  cursor: grab;
}

.f-panzoom__wrapper.will-zoom-in {
  cursor: zoom-in;
}

.f-panzoom__wrapper.is-dragging {
  cursor: move;
  cursor: grabbing;
}

.f-panzoom__wrapper.has-error {
  display: none;
}

.f-panzoom__content {
  display: block;
  min-width: 0;
  min-height: 0;
  max-width: 100%;
  max-height: 100%;
}

.f-panzoom__content.is-lazyloading,
.f-panzoom__content.has-lazyerror {
  visibility: hidden;
}

img.f-panzoom__content {
  width: auto;
  height: auto;
  vertical-align: top;
  object-fit: contain;
  transition: none;
  user-select: none;
}

.f-panzoom__wrapper > .f-panzoom__content {
  visibility: hidden;
}

.f-panzoom__viewport {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.f-panzoom__viewport > .f-panzoom__content {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

picture.f-panzoom__content img {
  vertical-align: top;
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
  transition: none;
  user-select: none;
}

.f-panzoom__protected {
  position: absolute;
  inset: 0;
  z-index: 1;
  user-select: none;
}

html.with-panzoom-in-fullscreen {
  overflow: hidden;
}

.f-fadeIn {
  animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeIn;
  z-index: 2;
}

.f-fadeOut {
  animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeOut;
  z-index: 1;
}

@keyframes f-fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes f-fadeOut {
  to {
    opacity: 0;
  }
}
.f-crossfadeIn {
  animation: var(--f-transition-duration, 0.2s) ease both f-crossfadeIn;
  z-index: 2;
}

.f-crossfadeOut {
  animation: calc(var(--f-transition-duration, 0.2s) * 0.2) ease calc(var(--f-transition-duration, 0.2s) * 0.8) both f-crossfadeOut;
  z-index: 1;
}

@keyframes f-crossfadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes f-crossfadeOut {
  to {
    opacity: 0;
  }
}
.is-horizontal .f-slideIn.from-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNextX;
}

.is-horizontal .f-slideIn.from-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrevX;
}

.is-horizontal .f-slideOut.to-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNextX;
}

.is-horizontal .f-slideOut.to-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrevX;
}

@keyframes f-slideInPrevX {
  0% {
    transform: translate(calc(100% + var(--f-carousel-gap, 0)));
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes f-slideInNextX {
  0% {
    transform: translate(calc(-100% - var(--f-carousel-gap, 0)));
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes f-slideOutNextX {
  to {
    transform: translate(calc(-100% - var(--f-carousel-gap, 0)));
  }
}
@keyframes f-slideOutPrevX {
  to {
    transform: translate(calc(100% + var(--f-carousel-gap, 0)));
  }
}
.is-vertical .f-slideIn.from-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNextY;
}

.is-vertical .f-slideIn.from-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrevY;
}

.is-vertical .f-slideOut.to-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNextY;
}

.is-vertical .f-slideOut.to-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrevY;
}

@keyframes f-slideInPrevY {
  0% {
    transform: translateY(calc(100% + var(--f-carousel-gap, 0)));
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes f-slideInNextY {
  0% {
    transform: translateY(calc(-100% - var(--f-carousel-gap, 0)));
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes f-slideOutNextY {
  to {
    transform: translateY(calc(-100% - var(--f-carousel-gap, 0)));
  }
}
@keyframes f-slideOutPrevY {
  to {
    transform: translateY(calc(100% + var(--f-carousel-gap, 0)));
  }
}
.f-zoomInUp {
  animation: var(--f-transition-duration, 0.3s) ease both f-zoomInUp;
}

.f-zoomOutDown {
  animation: var(--f-transition-duration, 0.3s) ease both f-zoomOutDown;
}

@keyframes f-zoomInUp {
  0% {
    transform: scale(var(--f-zoomInUp-scale, 0.975)) translate3d(var(--f-zoomInUp-x, 0), var(--f-zoomInUp-y, 16px), 0);
    opacity: var(--f-zoomInUp-opacity, 0);
  }
  to {
    transform: scale(1) translateZ(0);
    opacity: 1;
  }
}
@keyframes f-zoomOutDown {
  to {
    transform: scale(var(--f-zoomOutDown-scale, 0.975)) translate3d(var(--f-zoomOutDown-x, 0), var(--f-zoomOutDown-y, 16px), 0);
    opacity: 0;
  }
}
.f-throwOutUp {
  animation: var(--f-throwOutUp-duration, 0.2s) ease-out both f-throwOutUp;
}

.f-throwOutDown {
  animation: var(--f-throwOutDown-duration, 0.2s) ease-out both f-throwOutDown;
}

@keyframes f-throwOutUp {
  to {
    transform: translate3d(0, calc(var(--f-throwOutUp-y, 150px) * -1), 0);
    opacity: 0;
  }
}
@keyframes f-throwOutDown {
  to {
    transform: translate3d(0, var(--f-throwOutDown-y, 150px), 0);
    opacity: 0;
  }
}
.has-iframe .f-html,
.has-pdf .f-html,
.has-gmap .f-html {
  width: 100%;
  height: 100%;
  min-height: 1px;
  overflow: visible;
}

.has-pdf .f-html,
.has-gmap .f-html {
  padding: 0;
}

.f-html {
  position: relative;
  box-sizing: border-box;
  margin: var(--f-html-margin, 0);
  padding: var(--f-html-padding, 2rem);
  color: var(--f-html-color, currentColor);
  background: var(--f-html-bg);
}

.f-html.is-error {
  text-align: center;
}

.f-iframe {
  display: block;
  margin: 0;
  border: 0;
  height: 100%;
  width: 100%;
}

.f-caption {
  align-self: center;
  flex-shrink: 0;
  margin: var(--f-caption-margin);
  padding: var(--f-caption-padding, 16px 8px);
  max-width: 100%;
  max-height: calc(80vh - 100px);
  overflow: auto;
  overflow-wrap: anywhere;
  line-height: var(--f-caption-line-height);
  color: var(--f-caption-color);
  background: var(--f-caption-bg);
  font: var(--f-caption-font);
}

.has-html5video .f-html,
.has-youtube .f-html,
.has-vimeo .f-html {
  padding: 0;
  width: 100%;
  height: 100%;
  min-height: 1px;
  overflow: visible;
  max-width: var(--f-video-width, 960px);
  max-height: var(--f-video-height, 540px);
  aspect-ratio: var(--f-video-aspect-ratio);
  background: var(--f-video-bg, rgba(0, 0, 0, 0.9));
}

.f-html5video {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: transparent;
}

.f-button.is-arrow {
  --f-button-width: var(--f-arrow-width, 46px);
  --f-button-height: var(--f-arrow-height, 46px);
  --f-button-svg-width: var(--f-arrow-svg-width, 24px);
  --f-button-svg-height: var(--f-arrow-svg-height, 24px);
  --f-button-svg-stroke-width: var(--f-arrow-svg-stroke-width, 1.75);
  --f-button-border-radius: var(--f-arrow-border-radius, unset);
  --f-button-bg: var(--f-arrow-bg, transparent);
  --f-button-hover-bg: var(--f-arrow-hover-bg, var(--f-arrow-bg));
  --f-button-active-bg: var(--f-arrow-active-bg, var(--f-arrow-hover-bg));
  --f-button-shadow: var(--f-arrow-shadow);
  --f-button-color: var(--f-arrow-color);
  --f-button-hover-color: var(--f-arrow-hover-color, var(--f-arrow-color));
  --f-button-active-color: var( --f-arrow-active-color, var(--f-arrow-hover-color));
  overflow: visible;
}

.f-button.is-arrow.is-prev,
.f-button.is-arrow.is-next {
  position: absolute;
  transform: translate(0);
  z-index: 20;
}

.is-horizontal .f-button.is-arrow.is-prev,
.is-horizontal .f-button.is-arrow.is-next {
  inset: 50% auto auto;
  transform: translateY(-50%);
}

.is-horizontal.is-ltr .f-button.is-arrow.is-prev {
  left: var(--f-arrow-pos, 0);
}

.is-horizontal.is-ltr .f-button.is-arrow.is-next {
  right: var(--f-arrow-pos, 0);
}

.is-horizontal.is-rtl .f-button.is-arrow.is-prev {
  right: var(--f-arrow-pos, 0);
  transform: translateY(-50%) rotateY(180deg);
}

.is-horizontal.is-rtl .f-button.is-arrow.is-next {
  left: var(--f-arrow-pos, 0);
  transform: translateY(-50%) rotateY(180deg);
}

.is-vertical.is-ltr .f-button.is-arrow.is-prev,
.is-vertical.is-rtl .f-button.is-arrow.is-prev {
  top: var(--f-arrow-pos, 0);
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translate(-50%);
}

.is-vertical.is-ltr .f-button.is-arrow.is-next,
.is-vertical.is-rtl .f-button.is-arrow.is-next {
  top: auto;
  right: auto;
  bottom: var(--f-arrow-pos, 0);
  left: 50%;
  transform: translate(-50%);
}

.is-vertical .f-button.is-arrow.is-prev svg,
.is-vertical .f-button.is-arrow.is-next svg {
  transform: rotate(90deg);
}

.f-carousel__toolbar {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  margin: var(--f-toolbar-margin, 0);
  padding: var(--f-toolbar-padding, 8px);
  line-height: var(--f-toolbar-line-height);
  background: var(--f-toolbar-bg, none);
  box-shadow: var(--f-toolbar-shadow, none);
  backdrop-filter: var(--f-toolbar-backdrop-filter);
  position: relative;
  z-index: 20;
  color: var(--f-toolbar-color, currentColor);
  font-size: var(--f-toolbar-font-size, 17px);
  font-weight: var(--f-toolbar-font-weight, inherit);
  font-family: var(--f-toolbar-font, -apple-system, BlinkMacSystemFont, "Segoe UI Adjusted", "Segoe UI", "Liberation Sans", sans-serif);
  text-shadow: var(--f-toolbar-text-shadow);
  text-align: center;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
  white-space: nowrap;
  pointer-events: none;
}

.f-carousel__toolbar.is-absolute {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.f-carousel__toolbar__column {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  gap: var(--f-toolbar-gap, 0);
}

.f-carousel__toolbar__column.is-left {
  display: flex;
  justify-self: flex-start;
  justify-content: flex-start;
}

.f-carousel__toolbar__column.is-middle {
  display: flex;
  justify-content: center;
}

.f-carousel__toolbar__column.is-right {
  display: flex;
  justify-self: flex-end;
  justify-content: flex-end;
  flex-flow: nowrap;
}

.f-carousel__toolbar__column {
  pointer-events: none;
}

.f-carousel__toolbar__column > * {
  pointer-events: all;
}

.f-counter {
  position: relative;
  display: flex;
  flex-direction: row;
  cursor: default;
  user-select: none;
  margin: var(--f-counter-margin, 0);
  padding: var(--f-counter-padding, 4px);
  line-height: var(--f-counter-line-height);
  background: var(--f-counter-bg);
  border-radius: var(--f-counter-border-radius);
}

.f-counter span {
  padding: 0 var(--f-counter-gap, 4px);
}

:root {
  --f-thumbs-gap: 8px;
  --f-thumbs-margin: 0;
  --f-thumbs-padding-x: 8px;
  --f-thumbs-padding-y: 8px;
  --f-thumbs-z-index: 1;
  --f-thumb-width: 96px;
  --f-thumb-height: 72px;
  --f-thumb-clip-width: 46px;
  --f-thumb-extra-gap: 16px;
  --f-thumb-fit: cover;
  --f-thumb-opacity: 1;
  --f-thumb-transition: opacity .3s ease, transform .15s ease;
  --f-thumb-border: none;
  --f-thumb-border-radius: 4px;
  --f-thumb-transfors: none;
  --f-thumb-shadow: none;
  --f-thumb-bg: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .05));
  --f-thumb-focus-shadow: inset 0 0 0 .8px #222, inset 0 0 0 2.25px #fff;
  --f-thumb-selected-shadow: inset 0 0 0 .8px #222, inset 0 0 0 2.25px #fff ;
}

.f-thumbs {
  flex-shrink: 0;
  margin: var(--f-thumbs-margin);
  padding: 0;
  background: var(--f-thumbs-bg);
  -webkit-tap-highlight-color: transparent;
  user-select: none;
  transition: max-height 0.3s ease, max-width 0.3s ease;
  position: relative;
  overflow: hidden;
  z-index: var(--f-thumbs-z-index);
}

.f-thumbs.is-horizontal {
  max-height: calc(var(--f-carousel-slide-height) + var(--f-thumbs-padding-y) * 2 + var(--f-thumbs-gap) * 2);
}

.f-thumbs.is-vertical {
  max-width: calc(var(--f-carousel-slide-width) + var(--f-thumbs-padding-x) * 2 + var(--f-thumbs-gap) * 2);
}

.f-thumbs.is-ltr {
  direction: ltr;
}

.f-thumbs.is-rtl {
  direction: rtl;
}

.f-thumbs__viewport {
  margin: var(--f-thumbs-padding-y) var(--f-thumbs-padding-x);
  overflow: visible;
  display: grid;
}

.f-thumbs.is-vertical .f-thumbs__viewport {
  height: calc(100% - var(--f-thumbs-padding-y) * 2);
}

.f-thumbs__slide {
  position: relative;
  box-sizing: border-box;
  grid-area: 1/1;
  width: var(--f-carousel-slide-width);
  height: var(--f-carousel-slide-height);
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
  overflow: visible;
}

.f-thumbs__slide:hover button {
  opacity: var(--f-thumb-hover-opacity, 1);
  transform: var(--f-thumb-hover-transform, none);
}

.f-thumbs__slide:hover button:after {
  border: var(--f-thumb-hover-border, none);
  box-shadow: var(--f-thumb-hover-shadow, var(--f-thumb-shadow));
}

.f-thumbs__slide button {
  all: unset;
  margin: auto;
  padding: 0;
  position: relative;
  overflow: visible;
  width: 100%;
  height: 100%;
  outline: none;
  transition: var(--f-thumb-transition);
  border-radius: var(--f-thumb-border-radius);
  opacity: var(--f-thumb-opacity);
  transform: var(--f-thumb-transform);
  background: var(--f-thumb-bg);
}

.f-thumbs__slide button:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  transition: none;
  border-radius: inherit;
  border: var(--f-thumb-border);
  box-shadow: var(--f-thumb-shadow);
}

.f-thumbs__slide button:focus-within {
  opacity: var(--f-thumb-focus-opacity, 1);
  transform: var(--f-thumb-focus-transform, none);
}

.f-thumbs__slide button:focus-within:after {
  border: var(--f-thumb-focus-border, none);
  box-shadow: var(--f-thumb-focus-shadow, var(--f-thumb-shadow));
}

.f-thumbs__slide:active {
  opacity: var(--f-thumb-active-opacity, 1);
  transform: var(--f-thumb-active-transform, none);
}

.f-thumbs__slide:active:after {
  border: var(--f-thumb-active-border, none);
  box-shadow: var(--f-thumb-active-shadow, var(--f-thumb-shadow));
}

.f-thumbs__slide.is-selected {
  z-index: 2;
}

.f-thumbs__slide.is-selected button {
  opacity: var(--f-thumb-selected-opacity, 1);
  transform: var(--f-thumb-selected-transform, none);
}

.f-thumbs__slide.is-selected button:after {
  border: var(--f-thumb-selected-border, none);
  box-shadow: var(--f-thumb-selected-shadow, var(--f-thumb-shadow));
}

.f-thumbs__slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: var(--f-thumb-fit);
  border-radius: inherit;
  pointer-events: none;
}

.f-thumbs__slide img.has-lazyerror {
  display: none;
}

.f-thumbs.is-classic {
  --f-carousel-slide-width: var(--f-thumb-width);
  --f-carousel-slide-height: var(--f-thumb-height);
  --f-carousel-gap: var(--f-thumbs-gap) ;
}

.f-thumbs.is-modern {
  --f-carousel-slide-width: calc( var(--f-thumb-clip-width) + var(--f-thumbs-gap));
  --f-carousel-slide-height: var(--f-thumb-height);
  --f-carousel-gap: 0;
  --width-diff: calc((var(--f-thumb-width) - var(--f-thumb-clip-width))) ;
}

.f-thumbs.is-modern .f-thumbs__viewport {
  width: calc(100% + var(--f-carousel-slide-width) * 2);
  margin-inline: calc(var(--f-carousel-slide-width) * -1);
}

.f-thumbs.is-modern .f-thumbs__slide {
  --clip-shift: calc((var(--width-diff) * .5) * var(--progress));
  --clip-path: inset( 0 var(--clip-shift) round var(--f-thumb-border-radius, 0));
  padding: 0;
  overflow: visible;
  left: var(--shift, 0);
  will-change: left;
  transition: left var(--f-transition-duration) var(--f-transition-easing);
}

.f-thumbs.is-modern .f-thumbs__slide button {
  display: block;
  margin-inline: 50%;
  width: var(--f-thumb-width);
  clip-path: var(--clip-path);
  border: none;
  box-shadow: none;
  transition: clip-path var(--f-transition-duration) var(--f-transition-easing), opacity var(--f-thumb-transition-duration, 0.2s) var(--f-thumb-transition-easing, ease);
}

.f-thumbs.is-modern .f-thumbs__slide button:after {
  display: none;
}

.f-thumbs.is-modern .f-thumbs__slide:focus:not(:focus-visible) {
  outline: none;
}

.f-thumbs.is-modern .f-thumbs__slide:focus-within:not(.is-selected) button:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: var(--clip-shift);
  bottom: 0;
  right: var(--clip-shift);
  transition: border var(--f-transition-duration) var(--f-transition-easing), box-shadow var(--f-transition-duration) var(--f-transition-easing);
  border-radius: inherit;
  border: var(--f-thumb-focus-border, none);
  box-shadow: var(--f-thumb-focus-shadow, none);
}

.f-thumbs.is-modern {
  --f-transition-duration: .25s;
  --f-transition-easing: ease-out ;
}

.f-thumbs.is-modern.is-syncing {
  --f-transition-duration: 0s ;
}

:root {
  --f-progressbar-height: 3px;
  --f-progressbar-color: var(--f-carousel-theme-color, #575ad6);
  --f-progressbar-opacity: 1;
  --f-progressbar-z-index: 30 ;
}

.f-progressbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: var(--f-progressbar-z-index);
  height: var(--f-progressbar-height);
  transform: scaleX(0);
  transform-origin: 0;
  opacity: var(--f-progressbar-opacity);
  background: var(--f-progressbar-color);
  user-select: none;
  pointer-events: none;
  animation-name: f-progressbar;
  animation-play-state: running;
  animation-timing-function: linear;
}

.f-progressbar:empty {
  display: block;
}

button > .f-progressbar {
  --f-progressbar-height: 100%;
  --f-progressbar-opacity: .2 ;
}

@keyframes f-progressbar {
  0% {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}
[data-fullscreen-action=toggle] svg g:first-child {
  display: flex;
}

[data-fullscreen-action=toggle] svg g:last-child {
  display: none;
}

:fullscreen [data-fullscreen-action=toggle] svg g:first-child {
  display: none;
}

:fullscreen [data-fullscreen-action=toggle] svg g:last-child {
  display: flex;
}

.in-fullscreen-mode > .f-carousel {
  flex: 1;
  min-width: 0 !important;
  min-height: 0 !important;
}

html.with-fancybox {
  width: auto;
  overflow: visible;
  scroll-behavior: auto;
}

html.with-fancybox body.hide-scrollbar {
  width: auto;
  overflow: hidden !important;
  overscroll-behavior-y: none;
}

.fancybox__dialog {
  width: 100%;
  height: 100vh;
  max-height: unset;
  max-width: unset;
  padding: 0;
  margin: 0;
  border: 0;
  overflow: hidden;
  background: transparent;
  touch-action: none;
}

.fancybox__dialog:focus {
  outline: none;
}

.fancybox__dialog::backdrop {
  opacity: 0;
}

@supports (height: 100dvh) {
  .fancybox__dialog {
    height: 100dvh;
  }
}
.fancybox__dialog *:empty {
  display: block;
}

div.fancybox__dialog {
  position: fixed;
  inset: 0;
  z-index: 1050;
}

.fancybox__container {
  --fancybox-color: #dbdbdb;
  --fancybox-backdrop-bg: rgba(24, 24, 27, .95);
  --f-toolbar-margin: 0;
  --f-toolbar-padding: 8px;
  --f-toolbar-gap: 0;
  --f-toolbar-color: #ddd;
  --f-toolbar-font-size: 16px;
  --f-toolbar-font-weight: 500;
  --f-toolbar-font: -apple-system, BlinkMacSystemFont, "Segoe UI Adjusted", "Segoe UI", "Liberation Sans", sans-serif;
  --f-toolbar-line-height: var(--f-button-height);
  --f-toolbar-text-shadow: 1px 1px 1px rgba(0, 0, 0, .75);
  --f-toolbar-shadow: none;
  --f-toolbar-bg: none;
  --f-counter-margin: 0;
  --f-counter-padding: 0px 10px;
  --f-counter-gap: 4px;
  --f-counter-line-height: var(--f-button-height);
  --f-carousel-gap: 17px;
  --f-carousel-slide-width: 100%;
  --f-carousel-slide-height: 100%;
  --f-carousel-slide-padding: 0;
  --f-carousel-slide-bg: unset;
  --f-html-color: #222;
  --f-html-bg: #fff;
  --f-error-color: #fff;
  --f-error-bg: #333;
  --f-caption-margin: 0;
  --f-caption-padding: 16px 8px;
  --f-caption-color: var(--fancybox-color, #dbdbdb);
  --f-caption-bg: transparent;
  --f-caption-font: inherit;
  --f-caption-line-height: 1.375;
  --f-spinner-color-1: rgba(255, 255, 255, .2);
  --f-spinner-color-2: rgba(255, 255, 255, .8);
  --f-spinner-width: 50px;
  --f-spinner-height: 50px;
  --f-spinner-border-radius: 50%;
  --f-spinner-border-width: 4px;
  --f-progressbar-color: rgba(255, 255, 255);
  --f-button-width: 46px;
  --f-button-height: 46px;
  --f-button-color: #ddd;
  --f-button-hover-color: #fff;
  --f-button-outline-width: 1px;
  --f-button-outline-color: rgba(255, 255, 255, .75);
  --f-button-outline-offset: 0px;
  --f-button-bg: rgba(54, 54, 54, .75);
  --f-button-border: 0;
  --f-button-border-radius: 0;
  --f-button-shadow: none;
  --f-button-transition: all .2s ease;
  --f-button-transform: none;
  --f-button-svg-width: 24px;
  --f-button-svg-height: 24px;
  --f-button-svg-stroke-width: 1.75;
  --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, .01)), drop-shadow(1px 2px 1px rgba(24, 24, 27, .05));
  --f-button-svg-fill: none;
  --f-button-svg-disabled-opacity: .5;
  --f-arrow-pos: 32px;
  --f-arrow-width: 50px;
  --f-arrow-height: 50px;
  --f-arrow-svg-width: 24px;
  --f-arrow-svg-height: 24px;
  --f-arrow-svg-stroke-width: 2;
  --f-arrow-border-radius: 50%;
  --f-arrow-bg: rgba(54, 54, 54, .65);
  --f-arrow-color: #ddd;
  --f-arrow-hover-color: #fff;
  --f-close-button-width: 34px;
  --f-close-button-height: 34px;
  --f-close-border-radius: 4px;
  --f-close-button-color: #fff;
  --f-close-button-hover-color: #fff;
  --f-close-button-bg: transparent;
  --f-close-button-hover-bg: transparent;
  --f-close-button-active-bg: transparent;
  --f-close-button-svg-width: 22px;
  --f-close-button-svg-height: 22px;
  --f-thumbs-margin: 0px;
  --f-thumbs-padding-x: 8px;
  --f-thumbs-padding-y: 8px;
  --f-thumbs-bg: none;
  --f-thumb-transition: all .2s ease;
  --f-thumb-width: 94px;
  --f-thumb-height: 76px;
  --f-thumb-opacity: 1;
  --f-thumb-border: none;
  --f-thumb-shadow: none;
  --f-thumb-transform: none;
  --f-thumb-focus-opacity: 1;
  --f-thumb-focus-border: none;
  --f-thumb-focus-shadow: inset 0 0 0 2px rgba(255, 255, 255, .65);
  --f-thumb-focus-transform: none;
  --f-thumb-hover-opacity: 1;
  --f-thumb-hover-border: none;
  --f-thumb-hover-transform: none;
  --f-thumb-active-opacity: var(--f-thumb-hover-opacity);
  --f-thumb-active-border: var(--f-thumb-hover-border);
  --f-thumb-active-transform: var(--f-thumb-hover-transform);
  --f-thumb-selected-opacity: 1;
  --f-thumb-selected-border: none;
  --f-thumb-selected-shadow: inset 0 0 0 2px #fff;
  --f-thumb-selected-transform: none ;
}

.fancybox__container {
  position: absolute;
  inset: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.fancybox__container:focus {
  outline: none;
}

.fancybox__container.has-vertical-thumbs {
  flex-direction: row-reverse;
}

.fancybox__container.has-vertical-thumbs:not(.is-closing) .fancybox__viewport {
  overflow-x: clip;
  overflow-y: visible;
}

.fancybox__container > *:not(.fancybox__carousel),
.fancybox__container .fancybox__carousel > *:not(.fancybox__viewport),
.fancybox__container .fancybox__carousel > .fancybox__viewport > .fancybox__slide:not(.is-selected),
.fancybox__container .fancybox__carousel > .fancybox__viewport > .fancybox__slide.is-selected > *:not(.f-html, .f-panzoom__wrapper, .f-spinner) {
  opacity: var(--f-drag-opacity, 1);
}

.fancybox__container:not(.is-ready, .is-hiding) {
  visibility: hidden;
}

.fancybox__container.is-revealing > *:not(.fancybox__carousel),
.fancybox__container.is-revealing .fancybox__carousel > *:not(.fancybox__viewport),
.fancybox__container.is-revealing .fancybox__carousel > .fancybox__viewport > .fancybox__slide:not(.is-selected),
.fancybox__container.is-revealing .fancybox__carousel > .fancybox__viewport > .fancybox__slide.is-selected > *:not(.f-html, .f-panzoom__wrapper, .f-spinner) {
  animation: var(--f-interface-enter-duration, 0.35s) ease none f-fadeIn;
}

.fancybox__container.is-hiding > *:not(.fancybox__carousel),
.fancybox__container.is-hiding .fancybox__carousel > *:not(.fancybox__viewport),
.fancybox__container.is-hiding .fancybox__carousel > .fancybox__viewport > .fancybox__slide:not(.is-selected),
.fancybox__container.is-hiding .fancybox__carousel > .fancybox__viewport > .fancybox__slide.is-selected > *:not(.f-html, .f-panzoom__wrapper) {
  animation: var(--f-interface-exit-duration, 0.35s) ease forwards f-fadeOut;
}

.fancybox__container.is-idle .f-carousel__toolbar {
  pointer-events: none;
  opacity: 0;
}

.fancybox__container.is-idle .f-button.is-arrow {
  opacity: 0;
}

.fancybox__container.is-idle.is-ready .f-carousel__toolbar {
  pointer-events: none;
  animation: 0.15s ease-out both f-fadeOut;
}

.fancybox__container.is-idle.is-ready .f-button.is-arrow {
  animation: 0.15s ease-out both f-fadeOut;
}

.fancybox__backdrop {
  position: fixed;
  inset: 0;
  z-index: -1;
  background: var(--fancybox-backdrop-bg);
}

.fancybox__carousel {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
  min-width: 0;
  position: relative;
  z-index: 10;
  overflow-y: visible;
  overflow-x: clip;
}

.fancybox__carousel.is-vertical {
  --f-carousel-slide-height: 100% ;
}

.fancybox__carousel.is-ltr {
  direction: ltr;
}

.fancybox__carousel.is-rtl {
  direction: rtl;
}

.fancybox__carousel > .f-button.is-arrow:before {
  position: absolute;
  content: "";
  inset: -30px;
  z-index: 1;
}

.fancybox__viewport {
  display: grid;
  flex: 1;
  min-height: 0;
  min-width: 0;
  position: relative;
  overflow: visible;
  transform: translate3d(0, var(--f-drag-offset, 0), 0);
}

.fancybox__viewport.is-draggable {
  cursor: move;
  cursor: grab;
}

.fancybox__viewport.is-dragging {
  cursor: move;
  cursor: grabbing;
}

.fancybox__viewport [data-selectable],
.fancybox__viewport [contenteditable] {
  cursor: auto;
}

.fancybox__slide {
  box-sizing: border-box;
  position: relative;
  grid-area: 1/1;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: var(--f-carousel-slide-width);
  height: var(--f-carousel-slide-height);
  min-width: 0;
  min-height: 0;
  max-width: 100%;
  margin: 0;
  padding: var(--f-carousel-slide-padding);
  background: var(--f-carousel-slide-bg);
  backface-visibility: hidden;
  transform: translateZ(0);
  will-change: transform;
}

.fancybox__slide:before,
.fancybox__slide:after {
  display: block;
  content: "";
}

.fancybox__slide:before {
  margin-bottom: auto;
}

.fancybox__slide:after {
  margin-top: auto;
}

.fancybox__slide.is-selected {
  z-index: 1;
}

.fancybox__slide.f-zoomable {
  overflow: visible;
}

.fancybox__slide.has-error {
  --f-html-color: var(--f-error-color, --f-html-color);
  --f-html-bg: var(--f-error-bg, --f-html-bg) ;
}

.fancybox__slide.has-html {
  overflow: auto;
  padding: 8px;
}

.fancybox__slide.has-close-btn {
  padding-top: 34px;
}

.fancybox__slide.has-controls:before {
  margin: 0;
}

.fancybox__slide .f-spinner {
  cursor: pointer;
}

.fancybox__container.is-closing .f-caption,
.fancybox__slide.is-loading .f-caption {
  visibility: hidden;
}

.fancybox__container.is-closing .fancybox__carousel {
  overflow: visible;
}

.f-button.is-close-button {
  --f-button-width: var(--f-close-button-width);
  --f-button-height: var(--f-close-button-height);
  --f-button-border-radius: var(--f-close-border-radius);
  --f-button-color: var(--f-close-button-color);
  --f-button-hover-color: var(--f-close-button-hover-color);
  --f-button-bg: var(--f-close-button-bg);
  --f-button-hover-bg: var(--f-close-button-hover-bg);
  --f-button-active-bg: var(--f-close-button-active-bg);
  --f-button-svg-width: var(--f-close-button-svg-width);
  --f-button-svg-height: var(--f-close-button-svg-height);
  position: absolute;
  top: calc(var(--f-button-height) * -1);
  right: 0;
  z-index: 40;
}

/*# sourceMappingURL=app.css.map */
