@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.calendar {
  border: 0.0625rem solid var(--color-neutral-4);
  border-radius: 0.5rem;
}
.calendar.calendar--mode-month .day .day__event {
  background-color: var(--color-main-light);
}
.calendar.calendar--mode-month .day:not(:has(~ .day)) .day__event,
.calendar.calendar--mode-month .day--first .day__event,
.calendar.calendar--mode-month .day_empty + .day .day__event,
.calendar.calendar--mode-month .day:first-child .day__event {
  background-color: var(--color-main) !important;
  color: var(--color-invert);
  font-weight: 700;
}
.calendar.calendar--mode-month .day--first .day__line-bg {
  left: 50%;
}
.calendar.calendar--mode-month .day:not(:has(~ .day)) .day__line-bg {
  right: 50%;
}
.calendar.calendar--mode-week .day--week-event .day__event {
  background-color: var(--color-main-light);
}
.calendar.calendar--mode-week :not(.day--week-event ~ .day--week-event).day--week-event .day__event,
.calendar.calendar--mode-week .day--week-event:not(:has(~ .day--week-event)) .day__event {
  background-color: var(--color-main) !important;
  color: var(--color-invert);
  font-weight: 700;
}
.calendar.calendar--mode-week :not(.day--week-event ~ .day--week-event).day--week-event .day__line-bg {
  left: 50%;
}
.calendar.calendar--mode-week .day--week-event:not(:has(~ .day--week-event)) .day__line-bg {
  right: 50%;
}
.calendar.calendar--mode-today .day--today .day__event {
  background-color: var(--color-main) !important;
  color: var(--color-invert);
  font-weight: 700;
}
.calendar.calendar--mode-tomorrow .day--today .day__event {
  background-color: var(--color-main) !important;
  color: var(--color-invert);
  font-weight: 700;
}
.calendar.calendar--mode-day .day--active .day__event {
  background-color: var(--color-main) !important;
  color: var(--color-invert);
  font-weight: 700;
}
.calendar.calendar--mode-inactive .day--inactive {
  opacity: 0.5;
}
.calendar.calendar--mode-inactive .day--inactive .day__event {
  background-color: var(--color-main-light);
}
.calendar.calendar--mode-inactive :not(.day--inactive ~ .day--inactive).day--inactive .day__line-bg {
  left: 50%;
}
.calendar.calendar--mode-inactive .day--inactive:not(:has(~ .day--inactive)) .day__line-bg {
  right: 50%;
}

.calendar__weekdays {
  display: flex;
}
.calendar__weekdays .weekday {
  width: 14.2857%;
  display: flex;
  justify-content: center;
  margin-bottom: 1.6875rem;
  margin-top: 1.6875rem;
  font-weight: bold;
}

.calendar__days {
  display: flex;
  flex-wrap: wrap;
}
.calendar__days .day {
  width: 14.2857%;
  width: 14.2857%;
  display: flex;
  justify-content: center;
  position: relative;
}
.calendar__days .day .day__event {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  border-radius: 50%;
}
@media (min-width: 64rem) {
  .calendar__days .day .day__event {
    width: 3.5rem;
    height: 3.5rem;
  }
}
.calendar__days .day .day__event.day--single-day-event {
  border: 0.0625rem solid var(--color-main);
  cursor: pointer;
}

.calendar__top {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1rem;
}
@media (min-width: 48rem) {
  .calendar__top {
    margin-bottom: 1.5rem;
  }
}
.calendar__top .title {
  margin: 0;
}

.calendar__nav {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}

.calendar__nav-btn {
  all: unset;
  padding: 0.625rem;
  margin: -0.625rem;
  cursor: pointer;
  transition: var(--transition);
}
.calendar__nav-btn .icon {
  width: 1.25rem;
}
.calendar__nav-btn:hover, .calendar__nav-btn:focus-visible {
  color: var(--color-main);
}

/** Light color-scheme **/
:root {
  --cc-bg: var(--color-invert);
  --cc-text: var(--color-neutral);
  --cc-btn-primary-bg: var(--color-main);
  --cc-btn-primary-text: var(--cc-bg);
  --cc-btn-primary-hover-bg: var(--color-main);
  --cc-btn-secondary-bg: #eaeff2;
  --cc-btn-secondary-text: var(--cc-text);
  --cc-btn-secondary-hover-bg: #d8e0e6;
  --cc-toggle-bg-off: #919ea6;
  --cc-toggle-bg-on: var(--cc-btn-primary-bg);
  --cc-toggle-bg-readonly: #d5dee2;
  --cc-toggle-knob-bg: var(--color-invert);
  --cc-toggle-knob-icon-color: #ecf2fa;
  --cc-block-text: var(--cc-text);
  --cc-cookie-category-block-bg: #f0f4f7;
  --cc-cookie-category-block-bg-hover: #e9eff4;
  --cc-section-border: #f1f3f5;
  --cc-cookie-table-border: #e9edf2;
  --cc-overlay-bg: rgba(4, 6, 8, 0.85);
  --cc-webkit-scrollbar-bg: #cfd5db;
  --cc-webkit-scrollbar-bg-hover: #9199a0;
}

/** Dark color-scheme **/
.c_darkmode {
  --cc-bg: #181b1d;
  --cc-text: #d8e5ea;
  --cc-btn-primary-bg: #a6c4dd;
  --cc-btn-primary-text: var(--color-neural-1);
  --cc-btn-primary-hover-bg: #c2dff7;
  --cc-btn-secondary-bg: #33383c;
  --cc-btn-secondary-text: var(--cc-text);
  --cc-btn-secondary-hover-bg: #3e454a;
  --cc-toggle-bg-off: #667481;
  --cc-toggle-bg-on: var(--cc-btn-primary-bg);
  --cc-toggle-bg-readonly: #454c54;
  --cc-toggle-knob-bg: var(--cc-cookie-category-block-bg);
  --cc-toggle-knob-icon-color: var(--cc-bg);
  --cc-block-text: #b3bfc5;
  --cc-cookie-category-block-bg: #23272a;
  --cc-cookie-category-block-bg-hover: #2b3035;
  --cc-section-border: #292d31;
  --cc-cookie-table-border: #2b3035;
  --cc-webkit-scrollbar-bg: #667481;
  --cc-webkit-scrollbar-bg-hover: #9199a0;
}

.cc_div *,
.cc_div :before,
.cc_div :after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: none;
  font-style: inherit;
  font-variant: normal;
  font-weight: inherit;
  font-family: inherit;
  line-height: 1.2;
  font-size: 1em;
  transition: none;
  animation: none;
  margin: 0;
  padding: 0;
  text-transform: none;
  letter-spacing: unset;
  color: inherit;
  background: none;
  border: none;
  box-shadow: none;
  text-decoration: none;
  text-align: left;
  visibility: unset;
}

.cc_div {
  font-size: 16px;
  font-weight: 400;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  color: #2d4156;
  color: var(--cc-text);
}
.cc_div .title {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
  display: initial;
  font-weight: initial;
}
.cc_div .title span {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}

.cc_div .c-bn,
.cc_div .b-tl,
#s-ttl,
#c-ttl,
#s-bl td:before {
  font-weight: 600;
}

#cm,
#s-inr,
.cc_div .c-bl,
.cc_div .b-tl,
#s-bl .act .b-acc {
  border-radius: 0.3em;
}

#s-bl .act .b-acc {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.cc_div input,
.cc_div button,
.cc_div a {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.cc_div a {
  border-bottom: 1px solid;
}

.cc_div a:hover {
  text-decoration: none;
  border-color: transparent;
}

/* Make elements "animatable" */
.c--anim #cm,
.c--anim #s-cnt,
.c--anim #s-inr,
#cs-ov,
#cm-ov {
  transition: visibility 0.25s linear, opacity 0.25s ease, transform 0.25s ease !important;
}

.c--anim .c-bn {
  transition: background-color 0.25s ease !important;
}

/* start transitions */
.c--anim #cm.bar.slide,
.c--anim .bar.slide #s-inr {
  transition: visibility 0.4s ease, opacity 0.4s ease, transform 0.4s ease !important;
}

.c--anim #cm.bar.slide + #cm-ov,
.c--anim .bar.slide + #cs-ov {
  transition: visibility 0.4s ease, opacity 0.4s ease, transform 0.4s ease !important;
}

#cm.bar.slide,
.cc_div .bar.slide #s-inr {
  transform: translateX(100%);
  opacity: 1;
}

#cm.bar.top.slide,
.cc_div .bar.left.slide #s-inr {
  transform: translateX(-100%);
  opacity: 1;
}

#cm.slide,
.cc_div .slide #s-inr {
  transform: translateY(1.6em);
}

#cm.top.slide {
  transform: translateY(-1.6em);
}

#cm.bar.slide {
  transform: translateY(100%);
}

#cm.bar.top.slide {
  transform: translateY(-100%);
}

/* end transitions */
/* Show modals */
.show--consent .c--anim #cm,
.show--consent .c--anim #cm.bar,
.show--settings .c--anim #s-inr,
.show--settings .c--anim .bar.slide #s-inr {
  opacity: 1;
  transform: scale(1);
  visibility: visible !important;
}

.show--consent .c--anim #cm.box.middle,
.show--consent .c--anim #cm.cloud.middle {
  transform: scale(1) translateY(-50%);
}

.show--settings .c--anim #s-cnt {
  visibility: visible !important;
}

/* Show overlays */
.force--consent.show--consent .c--anim #cm-ov,
.show--settings .c--anim #cs-ov {
  visibility: visible !important;
  opacity: 1 !important;
}

#cm {
  font-family: inherit;
  padding: 1.1em 1.8em 1.4em 1.8em;
  position: fixed;
  z-index: 1;
  background: var(--color-invert);
  background: var(--cc-bg);
  max-width: 24.2em;
  width: 100%;
  bottom: 1.25em;
  right: 1.25em;
  box-shadow: 0 0.625em 1.875em var(--color-neural-1) 0;
  box-shadow: 0 0.625em 1.875em rgba(2, 2, 3, 0.28);
  opacity: 0;
  visibility: hidden;
  transform: scale(0.95);
  line-height: initial;
}

/** fix https://github.com/orestbida/cookieconsent/issues/94 **/
#cc_div #cm {
  display: block !important;
}

#c-ttl {
  margin-bottom: 0.7em;
  font-size: 1.05em;
}

.cloud #c-ttl {
  margin-top: -0.15em;
}

#c-txt {
  font-size: 0.9em;
  line-height: 1.5em;
}

.cc_div #c-bns {
  display: flex;
  justify-content: space-between;
  margin-top: 1.4em;
}

.cc_div .c-bn {
  color: #40505a;
  color: var(--cc-btn-secondary-text);
  background: #e5ebef;
  background: var(--cc-btn-secondary-bg);
  padding: 1em 1.7em;
  display: inline-block;
  cursor: pointer;
  font-size: 0.82em;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  text-align: center;
  border-radius: 4px;
  flex: 1;
}

#c-bns button + button,
#s-cnt button + button,
#s-c-bn {
  float: right;
  margin-left: 1em;
}

#s-cnt #s-rall-bn {
  float: none;
}

#cm .c_link:hover,
#cm .c_link:active,
#s-cnt button + button:hover,
#s-cnt button + button:active,
#s-c-bn:active,
#s-c-bn:hover {
  background: #d8e0e6;
  background: var(--cc-btn-secondary-hover-bg);
}

/**
CookieConsent settings modal
**/
#s-cnt {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 101;
  display: table;
  height: 100%;
  visibility: hidden;
}

#s-bl {
  outline: none;
}

#s-bl .title {
  margin-top: 1.4em;
}

#s-bl .title:first-child {
  margin-top: 0;
}

#s-bl .b-bn {
  margin-top: 0;
}

#s-bl .b-acc .p {
  margin-top: 0;
  padding: 1em;
}

#s-cnt .b-bn .b-tl {
  display: block;
  font-family: inherit;
  font-size: 0.95em;
  width: 100%;
  position: relative;
  padding: 1.3em 6.4em 1.3em 2.7em;
  background: none;
  transition: background-color 0.25s ease;
}

#s-cnt .b-bn .b-tl.exp {
  cursor: pointer;
}

#s-cnt .act .b-bn .b-tl {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

#s-cnt .b-bn .b-tl:active,
#s-cnt .b-bn .b-tl:hover {
  background: #e9eff4;
  background: var(--cc-cookie-category-block-bg-hover);
}

#s-bl .b-bn {
  position: relative;
}

#s-bl .c-bl {
  padding: 1em;
  margin-bottom: 0.5em;
  border: 1px solid #f1f3f5;
  border-color: var(--cc-section-border);
  transition: background-color 0.25s ease;
}

#s-bl .c-bl:hover {
  background: #f0f4f7;
  background: var(--cc-cookie-category-block-bg);
}

#s-bl .c-bl:last-child {
  margin-bottom: 0.5em;
}

#s-bl .c-bl:first-child {
  transition: none;
  padding: 0;
  margin-top: 0;
  border: none;
  margin-bottom: 2em;
}

#s-bl .c-bl:not(.b-ex):first-child:hover {
  background: transparent;
  background: unset;
}

#s-bl .c-bl.b-ex {
  padding: 0;
  border: none;
  background: #f0f4f7;
  background: var(--cc-cookie-category-block-bg);
  transition: none;
}

#s-bl .c-bl.b-ex + .c-bl {
  margin-top: 2em;
}

#s-bl .c-bl.b-ex + .c-bl.b-ex {
  margin-top: 0;
}

#s-bl .c-bl.b-ex:first-child {
  margin-bottom: 1em;
}

#s-bl .c-bl.b-ex:first-child {
  margin-bottom: 0.5em;
}

#s-bl .b-acc {
  max-height: 0;
  overflow: hidden;
  padding-top: 0;
  margin-bottom: 0;
  display: none;
}

#s-bl .act .b-acc {
  max-height: 100%;
  display: block;
  overflow: hidden;
}

#s-cnt .p {
  font-size: 0.9em;
  line-height: 1.5em;
  margin-top: 0.85em;
  color: #2d4156;
  color: var(--cc-block-text);
}

.cc_div .b-tg .c-tgl:disabled {
  cursor: not-allowed;
}

#c-vln {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}

#cs {
  padding: 0 1.7em;
  width: 100%;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
}

#s-inr {
  height: 100%;
  position: relative;
  max-width: 45em;
  margin: 0 auto;
  transform: scale(0.96);
  opacity: 0;
  padding-top: 4.75em;
  padding-bottom: 4.75em;
  position: relative;
  height: 100%;
  overflow: hidden;
  visibility: hidden;
  box-shadow: rgba(3, 6, 9, 0.26) 0px 13px 27px -5px;
}

#s-inr,
#s-hdr,
#s-bns {
  background: var(--color-invert);
  background: var(--cc-bg);
}

#s-bl {
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
  height: 100%;
  padding: 1.3em 2.1em;
  display: block;
  width: 100%;
}

#s-bns {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1em 2.1em;
  border-top: 1px solid #f1f3f5;
  border-color: var(--cc-section-border);
  height: 4.75em;
}

.cc_div .cc-link {
  color: #253b48;
  color: var(--cc-btn-primary-bg);
  border-bottom: 1px solid #253b48;
  border-color: var(--cc-btn-primary-bg);
  display: inline;
  padding-bottom: 0;
  text-decoration: none;
  cursor: pointer;
  font-weight: 600;
}

.cc_div .cc-link:hover,
.cc_div .cc-link:active {
  border-color: transparent;
}

#c-bns button:first-child,
#s-bns button:first-child {
  color: var(--color-invert);
  color: var(--cc-btn-primary-text);
  background: #253b48;
  background: var(--cc-btn-primary-bg);
}

#c-bns.swap button:first-child {
  color: #40505a;
  color: var(--cc-btn-secondary-text);
  background: #e5ebef;
  background: var(--cc-btn-secondary-bg);
}

#c-bns.swap button:last-child {
  color: var(--color-invert);
  color: var(--cc-btn-primary-text);
  background: #253b48;
  background: var(--cc-btn-primary-bg);
}

.cc_div .b-tg .c-tgl:checked ~ .c-tg {
  background: #253b48;
  background: var(--cc-toggle-bg-on);
}

#c-bns button:first-child:active,
#c-bns button:first-child:hover,
#s-bns button:first-child:active,
#s-bns button:first-child:hover,
#c-bns.swap button:last-child:active,
#c-bns.swap button:last-child:hover {
  background: #1d2e38;
  background: var(--cc-btn-primary-hover-bg);
}

#c-bns.swap button:first-child:active,
#c-bns.swap button:first-child:hover {
  background: #d8e0e6;
  background: var(--cc-btn-secondary-hover-bg);
}

#s-hdr {
  position: absolute;
  top: 0;
  width: 100%;
  display: table;
  padding: 0 2.1em;
  height: 4.75em;
  vertical-align: middle;
  z-index: 2;
  border-bottom: 1px solid #f1f3f5;
  border-color: var(--cc-section-border);
}

#s-ttl {
  display: table-cell;
  vertical-align: middle;
  font-size: 1em;
}

#s-c-bn {
  padding: 0;
  width: 1.7em;
  height: 1.7em;
  font-size: 1.45em;
  margin: 0;
  font-weight: initial;
  position: relative;
}

#s-c-bnc {
  display: table-cell;
  vertical-align: middle;
}

.cc_div span.t-lb {
  position: absolute;
  top: 0;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
}

#c_policy__text {
  height: 31.25em;
  overflow-y: auto;
  margin-top: 1.25em;
}

#c-s-in {
  position: relative;
  transform: translateY(-50%);
  top: 50%;
  height: 100%;
  height: calc(100% - 2.5em);
  max-height: 37.5em;
}

@media screen and (min-width: 688px) {
  /** works only on webkit-based browsers **/
  #s-bl::-webkit-scrollbar {
    width: 0.9em;
    height: 100%;
    background: transparent;
    border-radius: 0 0.25em 0.25em 0;
  }
  #s-bl::-webkit-scrollbar-thumb {
    border: 0.25em solid var(--cc-bg);
    background: #cfd5db;
    background: var(--cc-webkit-scrollbar-bg);
    border-radius: 100em;
  }
  #s-bl::-webkit-scrollbar-thumb:hover {
    background: #9199a0;
    background: var(--cc-webkit-scrollbar-bg-hover);
  }
  #s-bl::-webkit-scrollbar-button {
    width: 10px;
    height: 5px;
  }
}
/** custom checkbox **/
/* The container */
.cc_div .b-tg {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: inline-block;
  margin: auto;
  right: 1.2em;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
}

/* Hide the browser's default checkbox */
.cc_div .b-tg .c-tgl {
  position: absolute;
  cursor: pointer;
  display: block;
  top: 0;
  left: 0;
  margin: 0;
  border: 0;
}

/* Create a custom checkbox */
.cc_div .b-tg .c-tg {
  position: absolute;
  background: #919ea6;
  background: var(--cc-toggle-bg-off);
  transition: background-color 0.25s ease, box-shadow 0.25s ease;
  pointer-events: none;
}

.cc_div span.t-lb,
.cc_div .b-tg,
.cc_div .b-tg .c-tg,
.cc_div .b-tg .c-tgl {
  width: 3.4em;
  height: 1.5em;
  border-radius: 4em;
}

.cc_div .b-tg .c-tg.c-ro {
  cursor: not-allowed;
}

.cc_div .b-tg .c-tgl ~ .c-tg.c-ro {
  background: #d5dee2;
  background: var(--cc-toggle-bg-readonly);
}

.cc_div .b-tg .c-tgl ~ .c-tg.c-ro:after {
  box-shadow: none;
}

/* Style the checkmark/indicator */
.cc_div .b-tg .c-tg:after {
  content: "";
  position: relative;
  display: block;
  left: 0.125em;
  top: 0.125em;
  width: 1.25em;
  height: 1.25em;
  border: none;
  box-sizing: content-box;
  background: var(--color-invert);
  background: var(--cc-toggle-knob-bg);
  box-shadow: 0 1px 2px rgba(24, 32, 35, 0.36);
  transition: transform 0.25s ease;
  border-radius: 100%;
}

/* Show the checkmark when checked */
.cc_div .b-tg .c-tgl:checked ~ .c-tg:after {
  transform: translateX(1.9em);
}

#s-bl table,
#s-bl th,
#s-bl td {
  border: none;
}

#s-bl tbody tr {
  transition: background-color 0.25s ease;
}

#s-bl tbody tr:hover {
  background: #e9eff4;
  background: var(--cc-cookie-category-block-bg-hover);
}

#s-bl table {
  text-align: left;
  border-collapse: collapse;
  width: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

#s-bl td,
#s-bl th {
  padding: 0.8em 0.625em;
  text-align: left;
  vertical-align: top;
  font-size: 0.8em;
  padding-left: 1.2em;
}

#s-bl th {
  font-family: inherit;
  padding: 1.2em 1.2em;
}

#s-bl thead tr:first-child {
  border-bottom: 1px solid #e9edf2;
  border-color: var(--cc-cookie-table-border);
}

.force--consent #s-cnt,
.force--consent #cs {
  width: 100vw;
}

#cm-ov,
#cs-ov {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  visibility: hidden;
  opacity: 0;
  background: #070707;
  background: rgba(4, 6, 8, 0.85);
  background: var(--cc-overlay-bg);
  display: none;
  transition: none;
}

.show--settings #cs-ov,
.c--anim #cs-ov,
.force--consent .c--anim #cm-ov,
.force--consent.show--consent #cm-ov {
  display: block;
}

#cs-ov {
  z-index: 2;
}

.force--consent .cc_div {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  width: 100vw;
  visibility: hidden;
  transition: visibility 0.25s linear;
}

.force--consent.show--consent .c--anim .cc_div,
.force--consent.show--settings .c--anim .cc_div {
  visibility: visible;
}

.force--consent #cm {
  position: absolute;
}

.force--consent #cm.bar {
  width: 100vw;
  max-width: 100vw;
}

html.force--consent.show--consent {
  overflow-y: hidden !important;
}

html.force--consent.show--consent,
html.force--consent.show--consent body {
  height: auto !important;
  overflow-x: hidden !important;
}

/** END BLOCK PAGE SCROLL */
/** BEGIN ICONS **/
.cc_div .b-bn .exp::before,
.cc_div .act .b-bn .exp::before {
  border: solid #2d4156;
  border-color: var(--cc-btn-secondary-text);
  border-width: 0 2px 2px 0;
  padding: 0.2em;
  display: inline-block;
  position: absolute;
  content: "";
  margin-right: 15px;
  position: absolute;
  transform: translateY(-50%) rotate(45deg);
  left: 1.2em;
  top: 50%;
}

.cc_div .act .b-bn .b-tl::before {
  transform: translateY(-20%) rotate(225deg);
}

.cc_div .on-i::before {
  border: solid var(--color-invert);
  border-color: var(--cc-toggle-knob-icon-color);
  border-width: 0 2px 2px 0;
  padding: 0.1em;
  display: inline-block;
  padding-bottom: 0.45em;
  content: "";
  margin: 0 auto;
  transform: rotate(45deg);
  top: 0.37em;
  left: 0.75em;
  position: absolute;
}

#s-c-bn::before,
#s-c-bn::after {
  content: "";
  position: absolute;
  left: 0.82em;
  top: 0.58em;
  height: 0.6em;
  width: 1.5px;
  background: #444d53;
  background: var(--cc-btn-secondary-text);
  transform: rotate(45deg);
  border-radius: 1em;
  margin: 0 auto;
}

#s-c-bn::after {
  transform: rotate(-45deg);
}

.cc_div .off-i,
.cc_div .on-i {
  height: 100%;
  width: 50%;
  position: absolute;
  right: 0;
  display: block;
  text-align: center;
  transition: opacity 0.15s ease;
}

.cc_div .on-i {
  left: 0;
  opacity: 0;
}

.cc_div .off-i::before,
.cc_div .off-i::after {
  right: 0.8em;
  top: 0.42em;
  content: " ";
  height: 0.7em;
  width: 0.09375em;
  display: block;
  background: #cdd6dc;
  background: var(--cc-toggle-knob-icon-color);
  margin: 0 auto;
  position: absolute;
  transform-origin: center;
}

.cc_div .off-i::before {
  transform: rotate(45deg);
}

.cc_div .off-i::after {
  transform: rotate(-45deg);
}

.cc_div .b-tg .c-tgl:checked ~ .c-tg .on-i {
  opacity: 1;
}

.cc_div .b-tg .c-tgl:checked ~ .c-tg .off-i {
  opacity: 0;
}

/** END ICONS **/
#cm.box.middle,
#cm.cloud.middle {
  top: 50%;
  transform: translateY(-37%);
  bottom: auto;
}

#cm.box.middle.zoom,
#cm.cloud.middle.zoom {
  transform: scale(0.95) translateY(-50%);
}

#cm.box.center {
  left: 1em;
  right: 1em;
  margin: 0 auto;
}

/* Start cloud layout */
#cm.cloud {
  max-width: 50em;
  margin: 0 auto;
  text-align: center;
  left: 1em;
  right: 1em;
  overflow: hidden;
  padding: 1.3em 2em;
  width: unset;
}

.cc_div .cloud #c-inr {
  display: table;
  width: 100%;
}

.cc_div .cloud #c-inr-i {
  width: 70%;
  display: table-cell;
  vertical-align: top;
  padding-right: 2.4em;
}

.cc_div .cloud #c-txt {
  font-size: 0.85em;
}

.cc_div .cloud #c-bns {
  min-width: 170px;
  display: table-cell;
  vertical-align: middle;
}

#cm.cloud .c-bn {
  margin: 0.625em 0 0 0;
  width: 100%;
}

#cm.cloud .c-bn:first-child {
  margin: 0;
}

#cm.cloud.left {
  margin-right: 1.25em;
}

#cm.cloud.right {
  margin-left: 1.25em;
}

/* End cloud layout */
/* Start bar layout */
#cm.bar {
  width: 100%;
  max-width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 0;
  position: fixed;
  padding: 2em;
}

#cm.bar #c-inr {
  max-width: 32em;
  margin: 0 auto;
}

#cm.bar #c-bns {
  max-width: 33.75em;
}

#cm.bar #cs {
  padding: 0;
}

.cc_div .bar #c-s-in {
  top: 0;
  transform: none;
  height: 100%;
  max-height: 100%;
}

.cc_div .bar #s-hdr,
.cc_div .bar #s-bl,
.cc_div .bar #s-bns {
  padding-left: 1.6em;
  padding-right: 1.6em;
}

.cc_div .bar #cs {
  padding: 0;
}

/* align bar to right by default */
.cc_div .bar #s-inr {
  margin: 0;
  margin-left: auto;
  margin-right: 0;
  border-radius: 0;
  max-width: 32em;
}

.cc_div .bar.left #s-inr {
  margin-left: 0;
  margin-right: auto;
}

/* Force table to not be like tables anymore */
.cc_div .bar #s-bl table,
.cc_div .bar #s-bl thead,
.cc_div .bar #s-bl tbody,
.cc_div .bar #s-bl th,
.cc_div .bar #s-bl td,
.cc_div .bar #s-bl tr,
.cc_div .bar #s-cnt {
  display: block;
}

/* Hide table headers (but not display: none;, for accessibility) */
.cc_div .bar #s-bl thead tr {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.cc_div .bar #s-bl tr {
  border-top: 1px solid #e3e7ed;
  border-color: var(--cc-cookie-table-border);
}

.cc_div .bar #s-bl td {
  /* Behave  like a "row" */
  border: none;
  position: relative;
  padding-left: 35%;
}

.cc_div .bar #s-bl td:before {
  position: absolute;
  left: 1em;
  padding-right: 0.625em;
  white-space: nowrap;
  content: attr(data-column);
  color: var(--color-neural-1);
  color: var(--cc-text);
  overflow: hidden;
  text-overflow: ellipsis;
}

/* End bar layout */
/* Positions */
#cm.top {
  bottom: auto;
  top: 1.25em;
}

#cm.left {
  right: auto;
  left: 1.25em;
}

#cm.right {
  left: auto;
  right: 1.25em;
}

#cm.bar.left,
#cm.bar.right {
  left: 0;
  right: 0;
}

#cm.bar.top {
  top: 0;
}

/* end positions */
@media screen and (max-width: 688px) {
  #cm,
  #cm.cloud,
  #cm.left,
  #cm.right {
    width: auto;
    max-width: 100%;
    margin: 0;
    padding: 1.4em !important;
    right: 1em;
    left: 1em;
    bottom: 1em;
    display: block;
  }
  .force--consent #cm,
  .force--consent #cm.cloud {
    width: auto;
    max-width: 100vw;
  }
  #cm.top {
    top: 1em;
    bottom: auto;
  }
  #cm.bottom {
    bottom: 1em;
    top: auto;
  }
  #cm.bar.bottom {
    bottom: 0;
  }
  #cm.cloud .c-bn {
    font-size: 0.85em;
  }
  #s-bns,
  .cc_div .bar #s-bns {
    padding: 1em 1.3em;
  }
  .cc_div .bar #s-inr {
    max-width: 100%;
    width: 100%;
  }
  .cc_div .cloud #c-inr-i {
    padding-right: 0;
  }
  #cs {
    border-radius: 0;
    padding: 0;
  }
  #c-s-in {
    max-height: 100%;
    height: 100%;
    top: 0;
    transform: none;
  }
  .cc_div .b-tg {
    transform: scale(1.1);
    right: 1.1em;
  }
  #s-inr {
    margin: 0;
    padding-bottom: 7.9em;
    border-radius: 0;
  }
  #s-bns {
    height: 7.9em;
  }
  #s-bl,
  .cc_div .bar #s-bl {
    padding: 1.3em;
  }
  #s-hdr,
  .cc_div .bar #s-hdr {
    padding: 0 1.3em;
  }
  /** dynamic table layout **/
  #s-bl table {
    width: 100%;
  }
  #s-inr.bns-t {
    padding-bottom: 10.5em;
  }
  .bns-t #s-bns {
    height: 10.5em;
  }
  .cc_div .bns-t .c-bn {
    font-size: 0.83em;
    padding: 0.9em 1.6em;
  }
  #s-cnt .b-bn .b-tl {
    padding-top: 1.2em;
    padding-bottom: 1.2em;
  }
  /* Force table to not be like tables anymore */
  #s-bl table,
  #s-bl thead,
  #s-bl tbody,
  #s-bl th,
  #s-bl td,
  #s-bl tr,
  #s-cnt {
    display: block;
  }
  /* Hide table headers (but not display: none;, for accessibility) */
  #s-bl thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  #s-bl tr {
    border-top: 1px solid #e3e7ed;
    border-color: var(--cc-cookie-table-border);
  }
  #s-bl td {
    /* Behave  like a "row" */
    border: none;
    position: relative;
    padding-left: 35%;
  }
  #s-bl td:before {
    position: absolute;
    left: 1em;
    padding-right: 0.625em;
    white-space: nowrap;
    content: attr(data-column);
    color: var(--color-neural-1);
    color: var(--cc-text);
    overflow: hidden;
    text-overflow: ellipsis;
  }
  #cm .c-bn,
  .cc_div .c-bn {
    width: 100%;
    margin-right: 0;
  }
  #s-cnt #s-rall-bn {
    margin-left: 0;
  }
  .cc_div #c-bns {
    flex-direction: column;
  }
  #c-bns button + button,
  #s-cnt button + button {
    margin-top: 0.625em;
    margin-left: 0;
    float: unset;
  }
  #cm.cloud,
  #cm.box {
    left: 1em;
    right: 1em;
    width: auto;
  }
  #cm.cloud.right,
  #cm.cloud.left {
    margin: 0;
  }
  .cc_div .cloud #c-bns,
  .cc_div .cloud #c-inr,
  .cc_div .cloud #c-inr-i {
    display: block;
    width: auto;
    min-width: unset;
  }
  .cc_div .cloud #c-txt {
    font-size: 0.9em;
  }
  .cc_div .cloud #c-bns {
    margin-top: 1.625em;
  }
}
/* Begin IE fixes */
.cc_div.ie #c-vln {
  height: 100%;
  padding-top: 5.62em;
}

.cc_div.ie .bar #c-vln {
  padding-top: 0;
}

.cc_div.ie #cs {
  max-height: 37.5em;
  position: relative;
  top: 0;
  margin-top: -5.625em;
}

.cc_div.ie .bar #cs {
  margin-top: 0;
  max-height: 100%;
}

.cc_div.ie #cm {
  border: 1px solid #dee6e9;
}

.cc_div.ie #c-s-in {
  top: 0;
}

.cc_div.ie .b-tg {
  padding-left: 1em;
  margin-bottom: 0.7em;
}

.cc_div.ie .b-tg .c-tgl:checked ~ .c-tg:after {
  left: 1.95em;
}

.cc_div.ie #s-bl table {
  overflow: auto;
}

.cc_div.ie .b-tg .c-tg {
  display: none;
}

.cc_div.ie .b-tg .c-tgl {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0.2em;
  height: auto;
}

.cc_div.ie #s-cnt .b-bn .b-tl {
  padding: 1.3em 6.4em 1.3em 1.4em;
}

.cc_div.ie .bar #s-bl td:before {
  display: none;
}

.cc_div.ie .bar #s-bl td {
  padding: 0.8em 0.625em 0.8em 1.2em;
}

.cc_div.ie .bar #s-bl thead tr {
  position: relative;
}

.cc_div.ie .b-tg .t-lb {
  filter: alpha(opacity=0);
}

.cc_div.ie #cm-ov,
.cc_div.ie #cs-ov {
  filter: alpha(opacity=80);
}

/** END IE FIXES **/
.custom-select {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  font-size: 0.875rem;
  line-height: normal;
}
@media (min-width: 48rem) {
  .custom-select {
    font-size: 1rem;
  }
}
.custom-select select {
  display: none;
}
.custom-select.select-arrow-active {
  z-index: calc(var(--index-select) + 2);
}
.custom-select.select-arrow-active .select-dropdown {
  transform: translate(0, -50%) scale(-1, -1);
}

.custom-select--default .select-selected {
  height: 100%;
  border: 0.0625rem solid var(--color-neutral-4);
  border-radius: 0.5rem;
  background: var(--color-neutral-5);
  padding: 0.75rem 3rem 0.75rem 0.75rem;
  margin: 0;
  min-height: 3rem;
  display: inline-flex;
  align-items: center;
  font-weight: 400;
  color: var(--color-neutral-2);
}
@media (min-width: 48rem) {
  .custom-select--default .select-selected {
    min-height: 3.5rem;
    padding: 1rem 3rem 1rem 1rem;
  }
}
.custom-select--default .select-selected.select-arrow-active {
  border-color: var(--color-main);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.custom-select--default .select-dropdown {
  right: 1rem;
  color: var(--color-neutral-2);
}
.custom-select--default .select-items {
  margin: 0;
  padding: 1rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: 0;
  background: var(--color-neutral-5);
  width: 100%;
  min-width: 0;
  inset: 100% 0 auto 0;
}
.custom-select--default .select-items .select-item:first-child {
  margin-top: -1rem;
}

.custom-select--auto .select-selected {
  margin: 0;
}
.custom-select--auto .select-items {
  margin: 0;
  padding: 1rem;
  width: 100%;
  min-width: 7.125rem;
}
.custom-select--auto .select-items .select-item:first-child {
  margin-top: -1rem;
}

.select-dropdown {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%) scale(1, 1);
  transition: var(--transition);
  pointer-events: none;
  width: 1.25rem;
  height: 1.25rem;
  z-index: calc(var(--index-select) + 1);
  transition: var(--transition);
  color: var(--color-main);
}
@media (min-width: 48rem) {
  .select-dropdown {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.select-dropdown .icon {
  width: 100%;
}

.select-selected {
  position: relative;
  color: var(--color-main);
  font-weight: 700;
  padding: 0.625rem 1.5rem 0.625rem 0;
  margin-block: -0.625rem;
  width: 100%;
  cursor: pointer;
  user-select: none;
  transition: var(--transition);
  z-index: var(--index-select);
  user-select: none;
}
@media (min-width: 48rem) {
  .select-selected {
    padding: 0.625rem 2rem 0.625rem 0;
  }
}

.select-items {
  background: var(--color-main-light);
  position: absolute;
  inset: 100% 0 auto auto;
  margin-top: 0.625rem;
  border: 0.0625rem solid var(--color-neutral-4);
  border-radius: 0.5rem;
  width: min-content;
  min-width: 12.75rem;
  padding: 1rem;
  z-index: calc(var(--index-select) - 1);
  animation: showDown 100ms;
  max-height: 18rem;
}
@media (min-width: 48rem) {
  .select-items {
    padding: 1.5rem;
  }
}
.select-items .select-item {
  position: relative;
  color: var(--color-neutral);
  padding: 1rem 0;
  transition: var(--transition);
  cursor: pointer;
}
.select-items .select-item:after {
  height: 0.0625rem;
  position: absolute;
  content: "";
  pointer-events: none;
  inset: auto 0 0 0;
  background: rgba(var(--color-neutral-rgb), 0.1);
}
.select-items .select-item:last-child {
  margin-bottom: -1rem;
}
.select-items .select-item:last-child:after {
  display: none;
}
.select-items .select-item:hover {
  color: var(--color-main);
}
.select-items .select-item.same-as-selected {
  font-weight: 700;
  color: var(--color-main);
  display: grid;
  grid-template-columns: 1fr 1.25rem;
  align-items: flex-start;
  gap: 0.5rem;
}
@media (min-width: 48rem) {
  .select-items .select-item.same-as-selected {
    grid-template-columns: 1fr 1.5rem;
  }
}
.select-items .select-item.same-as-selected .icon {
  width: 1.25rem;
}
@media (min-width: 48rem) {
  .select-items .select-item.same-as-selected .icon {
    width: 1.5rem;
  }
}
.select-items[data-simplebar] {
  position: absolute;
}

.select-hide {
  display: none;
}

.select-text {
  font-size: 0.75rem;
  line-height: none;
  margin-bottom: 0.125rem;
  color: var(--color-neutral);
}
@media (min-width: 48rem) {
  .select-text {
    font-size: 0.875rem;
  }
}

.custom-select__text {
  display: none;
}

.custom-select__wrap {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.glider-contain {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.glider {
  margin: 0 auto;
  position: relative;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  transform: translateZ(0);
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.glider::-webkit-scrollbar {
  display: none;
}

.glider-track {
  transform: translateZ(0);
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  z-index: 1;
}

.glider.draggable {
  user-select: none;
  cursor: -webkit-grab;
  cursor: grab;
}

.glider.draggable .glider-slide img {
  user-select: none;
  pointer-events: none;
}

.glider.drag {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.glider-slide {
  user-select: none;
  justify-content: center;
  align-content: center;
  width: 100%;
}

.glider-slide img {
  max-width: 100%;
}

.glider::-webkit-scrollbar {
  opacity: 0;
  height: 0;
}

.glider-prev, .glider-next {
  user-select: none;
  position: absolute;
  outline: none;
  background: none;
  padding: 0;
  z-index: 2;
  font-size: 40px;
  text-decoration: none;
  left: -23px;
  border: 0;
  top: 30%;
  cursor: pointer;
  color: #666;
  opacity: 1;
  line-height: 1;
  transition: opacity 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67), color 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67);
}

.glider-prev:hover,
.glider-next:hover,
.glider-prev:focus,
.glider-next:focus {
  color: #a89cc8;
}

.glider-next {
  right: -23px;
  left: auto;
}

.glider-next.disabled,
.glider-prev.disabled {
  opacity: 0.25;
  color: #666;
  cursor: default;
}

.glider-slide {
  min-width: 150px;
}

.glider-hide {
  opacity: 0;
}

.glider-dots {
  user-select: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  padding: 0;
}

.glider-dot {
  border: 0;
  padding: 0;
  user-select: none;
  outline: none;
  display: block;
  cursor: pointer;
  color: #ccc;
  border-radius: 999px;
  background: #ccc;
  width: 12px;
  height: 12px;
  margin: 7px;
}

.glider-dot:hover,
.glider-dot:focus,
.glider-dot.active {
  background: #a89cc8;
}

html.lb-disable-scrolling {
  overflow: hidden;
  /* Position fixed required for iOS. Just putting overflow: hidden; on the body is not enough. */
  position: fixed;
  height: 100vh;
  width: 100vw;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: resolve("lightbox-loading.gif") no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: resolve("lightbox-prev.png") left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: resolve("lightbox-next.png") right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: resolve("lightbox-close.png") top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%; /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  max-width: 100%; /* Not required for horizontal scroll to trigger */
  max-height: 100%; /* Needed for vertical scroll to trigger */
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.simplebar-content:before,
.simplebar-content:after {
  content: " ";
  display: table;
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0;
}

.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 6px;
  bottom: 0;
  pointer-events: none;
  border-radius: 10px;
  background: none;
}

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px;
  border: solid 1px #fff;
  border-radius: 100px;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: "";
  left: 2px;
  right: 2px;
  border-radius: 10px;
  background: var(--color-main);
  opacity: 0;
  transition: opacity 0.2s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
  /* When hovered, remove all transitions from drag handle */
  opacity: 1;
  transition: opacity 0s linear;
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 6px;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
  left: 0;
  right: 0;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

/* Rtl support */
[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
}

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

/*!
	By André Rinas, www.andrerinas.de
	Documentation, www.simplelightbox.com
	Available for use under the MIT License
	Version 2.14.2
*/
body.hidden-scroll {
  overflow: hidden;
}

.sl-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: var(--sl-overlay-background);
  display: none;
  z-index: 1035;
}

.sl-wrapper {
  z-index: 1040;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: fixed;
}

.sl-wrapper * {
  box-sizing: border-box;
}

.sl-wrapper button {
  border: 0 none;
  background: rgba(var(--color-neutral-1-rgb), 0);
  font-size: 28px;
  padding: 0;
  cursor: pointer;
}

.sl-wrapper .sl-close {
  display: none;
  position: fixed;
  right: 30px;
  top: 30px;
  z-index: 10060;
  margin-top: -14px;
  margin-right: -14px;
  height: 44px;
  width: 44px;
  line-height: 44px;
  font-family: inherit;
  color: var(--sl-navigation);
  font-size: 3rem;
}
.sl-wrapper .sl-close .icon {
  width: 32px;
}

.sl-wrapper .sl-counter {
  display: none;
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 10060;
  color: var(--sl-counter);
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 44px;
}
@media (max-width: 74.9375rem) and (orientation: landscape) {
  .sl-wrapper .sl-counter {
    bottom: 10px;
  }
}
@media (min-width: 48rem) {
  .sl-wrapper .sl-counter {
    font-size: 1rem;
  }
}
@media (min-width: 64rem) {
  .sl-wrapper .sl-counter {
    font-size: 1.125rem;
  }
}
.sl-wrapper .sl-counter .sl-current {
  color: var(--color-invert);
}

.sl-wrapper .sl-download {
  display: none;
  position: fixed;
  bottom: 5px;
  width: 100%;
  text-align: center;
  z-index: 10060;
  color: #fff;
  font-size: 1rem;
}

.sl-wrapper .sl-download a {
  color: #fff;
}

.sl-wrapper .sl-navigation {
  width: 100%;
  display: none;
}

.sl-wrapper .sl-navigation button {
  position: fixed;
  bottom: 30px;
  height: 44px;
  width: 44px;
  line-height: 44px;
  text-align: center;
  display: block;
  z-index: 10060;
  font-family: inherit;
  color: var(--color-invert);
}
@media (min-width: 36rem) {
  .sl-wrapper .sl-navigation button {
    top: 50%;
    bottom: auto;
    margin-top: -22px;
  }
}
.sl-wrapper .sl-navigation button.is-disabled {
  opacity: 0.5;
}

.sl-wrapper .sl-navigation button.sl-next {
  left: calc(50% + 68px);
  font-size: 2rem;
}

.sl-wrapper .sl-navigation button.sl-prev {
  right: calc(50% + 68px);
  font-size: 2rem;
}

@media (min-width: 35.5em) {
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }
  .sl-wrapper .sl-navigation button.sl-next {
    left: auto;
    right: 10px;
    font-size: 3rem;
  }
  .sl-wrapper .sl-navigation button.sl-prev {
    right: auto;
    left: 10px;
    font-size: 3rem;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }
  .sl-wrapper .sl-navigation button.sl-next {
    right: 20px;
    font-size: 3rem;
  }
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 20px;
    font-size: 3rem;
  }
}
.sl-wrapper.sl-dir-rtl .sl-navigation {
  direction: ltr;
}

.sl-wrapper .sl-image {
  position: fixed;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 10000;
}

.sl-wrapper .sl-image img {
  margin: 0;
  padding: 0;
  display: block;
  border: 0 none;
  width: 100%;
  height: auto;
}

@media (min-width: 35.5em) {
  .sl-wrapper .sl-image img {
    border: 0 none;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-image img {
    border: 0 none;
  }
}
.sl-wrapper .sl-image iframe {
  background: #000;
  border: 0 none;
}

@media (min-width: 35.5em) {
  .sl-wrapper .sl-image iframe {
    border: 0 none;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-image iframe {
    border: 0 none;
  }
}
.sl-wrapper .sl-image .sl-caption {
  display: none;
  padding: 10px;
  color: var(--color-invert);
  background: rgba(var(--color-neutral-1-rgb), 0.8);
  font-size: 1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.sl-wrapper .sl-image .sl-caption.pos-top {
  bottom: auto;
  top: 0;
}

.sl-wrapper .sl-image .sl-caption.pos-outside {
  bottom: auto;
}

.sl-spinner {
  display: none;
  border: 5px solid var(--sl-spiner);
  border-radius: 40px;
  height: 40px;
  left: 50%;
  margin: -20px 0 0 -20px;
  opacity: 0;
  position: fixed;
  top: 50%;
  width: 40px;
  z-index: 1007;
  -webkit-animation: pulsate 1s ease-out infinite;
  -moz-animation: pulsate 1s ease-out infinite;
  -ms-animation: pulsate 1s ease-out infinite;
  -o-animation: pulsate 1s ease-out infinite;
  animation: pulsate 1s ease-out infinite;
}

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

.sl-transition {
  transition: -moz-transform ease 200ms;
  transition: -ms-transform ease 200ms;
  transition: -o-transform ease 200ms;
  transition: -webkit-transform ease 200ms;
  transition: transform ease 200ms;
}

@-webkit-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@-moz-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@-o-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@-ms-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
.sl-zoom-controls {
  position: fixed;
  top: 1rem;
  left: 50%;
  translate: -50% 0;
  z-index: 10000;
  display: flex;
  gap: 10px;
}
.sl-zoom-controls .icon {
  width: 1rem;
  aspect-ratio: 1;
}
.sl-zoom-controls .icon__svg {
  fill: currentColor;
}
.sl-zoom-controls .sl-zoom {
  background: #fff;
  color: var(--color-main);
  border: none;
  width: 40px;
  height: 40px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 50%;
  transition: background 0.3s;
}
.sl-zoom-controls .sl-zoom:hover {
  background: rgba(0, 0, 0, 0.8);
  color: white;
}

@-ms-viewport {
  width: device-width;
}
:root {
  font-size: 100%;
  --color-scheme: light;
  --font-family: system-ui, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen, ubuntu, cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  --font-family-inter: inter, var(--font-family);
  --color-neutral: #0e0d0d;
  --color-neutral-rgb: 14, 13, 13;
  --color-neutral-1: #000;
  --color-neutral-1-rgb: 0, 0, 0;
  --color-neutral-2: #3e3d3d;
  --color-neutral-3: #868686;
  --color-neutral-4: #eaeaea;
  --color-neutral-5: #fafafb;
  --color-neutral-6: #d9d9d9;
  --color-neutral-7: #f8f8f8;
  --color-neutral-8: #f9f9f9;
  --color-neutral-9: #e6e6e6;
  --color-neutral-10: #858c94;
  --color-neutral-11: #d7d7d7;
  --color-neutral-12: #1e1e1e;
  --color-neutral-13: #e3e3e3;
  --color-neutral-semitransparent: rgba(33, 33, 33, 0.76);
  --color-invert: #fff;
  --color-invert-rgb: 255, 255, 255;
  --color-main: #ac1719;
  --color-main-rgb: 172, 23, 45;
  --color-main-light: #fef6f6;
  --color-main-light-2: #f3f3fa;
  --color-text: var(--color-neutral);
  --color-income: #027a48;
  --color-expense: #ac1719;
  --sl-overlay-background: rgba(var(--color-neutral-1-rgb), 0.75);
  --sl-navigation: var(--color-invert);
  --sl-counter: #858585;
  --sl-spiner: var(--color-main);
  --color-gallery-bg-rgb: 62, 61, 61;
  --radius: 0.5rem;
  --radius-btn: 0.5rem;
  --color-info: #0d4da0;
  --color-success: #40b840;
  --color-danger: #c81917;
  --color-nature: #def2d6;
  --color-sight: #f5e6cb;
  --color-food: #e2d5f6;
  --color-landmarks: #cbf5e5;
  --color-culture: #f1f6d5;
  --color-experiences: #f6d5db;
  --color-animals: #f6ead5;
  --color-sports: #d5f2f6;
  --color-others: #e8e8e8;
  --header-height: 4rem;
  --header-topbar-height: 2.5rem;
  --color-main-h: 359;
  --color-main-s: 76%;
  --color-main-l: 38%;
  --color-chart-1: hsl(var(--color-main-h), var(--color-main-s), calc(var(--color-main-l) - 20%));
  --color-chart-2: hsl(var(--color-main-h), var(--color-main-s), calc(var(--color-main-l) - 10%));
  --color-chart-3: hsl(var(--color-main-h), var(--color-main-s), var(--color-main-l));
  --color-chart-4: hsl(calc(var(--color-main-h) - 10), calc(var(--color-main-s) - 10%), calc(var(--color-main-l) - 10%));
  --color-chart-5: hsl(var(--color-main-h), calc(var(--color-main-s) - 30%), var(--color-main-l));
  --color-chart-6: hsl(var(--color-main-h), calc(var(--color-main-s) - 50%), var(--color-main-l));
  --color-chart-7: hsl(var(--color-main-h), var(--color-main-s), calc(var(--color-main-l) + 10%));
  --color-chart-8: hsl(var(--color-main-h), var(--color-main-s), calc(var(--color-main-l) + 20%));
  --color-chart-9: hsl(var(--color-main-h), var(--color-main-s), calc(var(--color-main-l) + 30%));
  --color-chart-10: hsl(var(--color-main-h), var(--color-main-s), calc(var(--color-main-l) + 40%));
  --color-chart-legend-1: hsl(calc(var(--color-main-h) + 23), calc(var(--color-main-s) - 11%), calc(var(--color-main-l) + 55%));
  --color-chart-legend-2: hsl(calc(var(--color-main-h) + 7), calc(var(--color-main-s) + 17%), calc(var(--color-main-l) + 57%));
  --transition: all 300ms ease;
  --transition-fast: all 200ms ease;
  --nav-switcher-size: 3rem;
  --nav-line-width: 3rem;
  --nav-line-height: 0.0625rem;
  --padding-inline: 1rem;
  --title-size: 1.5rem;
  --section-margin: 2.5rem;
  --content-max-width: 60rem;
  --content-padding-max-width: calc(var(--content-max-width) + var(--padding-inline) * 2);
  --breakout-max-width: 75rem;
  --breakout-padding-max-width: calc(var(--breakout-max-width) + var(--padding-inline) * 2);
  --intro-max-width: 132rem;
  --index-base: 1;
  --index-page: 10;
  --index-select: 20;
  --index-search: 30;
  --index-loading: 50;
  --index-menu: 100;
  --index-modal: 1000;
}
@media (min-width: 48rem) {
  :root {
    --header-height: 6rem;
  }
}
@media (min-width: 48rem) {
  :root {
    --padding-inline: 2.5rem;
  }
}
@media (min-width: 48rem) {
  :root {
    --title-size: 2rem;
  }
}
@media (min-width: 48rem) {
  :root {
    --section-margin: 5rem;
  }
}

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

html {
  height: 100%;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  hanging-punctuation: first last;
  color-scheme: var(--color-scheme);
}

body {
  position: relative;
  height: 100%;
  min-height: 100%;
  margin: 0;
  color: var(--color-text);
  font-family: var(--font-family-inter);
  font-size: 1rem;
  line-height: 1;
  background: var(--color-invert);
  -webkit-overflow-scrolling: touch;
  /* stylelint-disable-next-line selector-max-specificity */
}
body > .clip {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
}

main {
  margin-bottom: auto;
}

img {
  box-sizing: content-box;
}

img,
picture {
  -ms-interpolation-mode: nearest-neighbor;
  backface-visibility: hidden;
  image-rendering: auto;
}

img,
svg {
  display: inline-block;
  max-width: 100%;
  height: auto;
  border: none;
}

iframe {
  max-width: 100%;
}

label {
  user-select: none;
}

textarea {
  max-width: 100%;
}

@media (prefers-reduced-motion: no-preference) {
  :has(:target) {
    scroll-behavior: smooth;
    scroll-padding-top: 3rem;
  }
}
@media (prefers-reduced-motion: no-preference) and (width > 48rem) {
  :has(:target) {
    scroll-padding-top: 5rem;
  }
}
.back-to-top {
  position: fixed;
  bottom: 4.25rem;
  left: 50%;
  translate: -50%;
  background-color: var(--color-main);
  color: white;
  border: none;
  border-radius: 50%;
  width: 3.125rem;
  height: 3.125rem;
  text-align: center;
  font-size: 1.25rem;
  cursor: pointer;
  display: none;
  z-index: 1000;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  transition: var(--transition);
}
.back-to-top:hover {
  scale: 1.1;
}

.ml-editor ol:has([class*=ql-indent-]) > li,
.ml-editor ul:has([class*=ql-indent-]) > li {
  list-style-type: none;
}

.ml-editor ul:has([class*=ql-indent-]) > li::before {
  content: "• ";
}

.ml-editor {
  counter-reset: list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}

.ml-editor ol:has([class*=ql-indent-]) li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}

.ml-editor ol:has([class*=ql-indent-]) li:before {
  content: counter(list-0, decimal) ". ";
}

.ml-editor ol:has([class*=ql-indent-]) li.ql-indent-1 {
  counter-increment: list-1;
}

.ml-editor ol:has([class*=ql-indent-]) li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) ". ";
}

.ml-editor ol:has([class*=ql-indent-]) li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}

.ml-editor ol:has([class*=ql-indent-]) li.ql-indent-2 {
  counter-increment: list-2;
}

.ml-editor ol:has([class*=ql-indent-]) li.ql-indent-2:before {
  content: counter(list-2, lower-roman) ". ";
}

.ml-editor ol:has([class*=ql-indent-]) li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}

.ml-editor ol:has([class*=ql-indent-]) li.ql-indent-3 {
  counter-increment: list-3;
}

.ml-editor ol:has([class*=ql-indent-]) li.ql-indent-3:before {
  content: counter(list-3, decimal) ". ";
}

.ml-editor ol:has([class*=ql-indent-]) li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}

.ml-editor ol:has([class*=ql-indent-]) li.ql-indent-4 {
  counter-increment: list-4;
}

.ml-editor ol:has([class*=ql-indent-]) li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) ". ";
}

.ml-editor ol:has([class*=ql-indent-]) li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}

.ml-editor ol:has([class*=ql-indent-]) li.ql-indent-5 {
  counter-increment: list-5;
}

.ml-editor ol:has([class*=ql-indent-]) li.ql-indent-5:before {
  content: counter(list-5, lower-roman) ". ";
}

.ml-editor ol:has([class*=ql-indent-]) li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}

.ml-editor ol:has([class*=ql-indent-]) li.ql-indent-6 {
  counter-increment: list-6;
}

.ml-editor ol:has([class*=ql-indent-]) li.ql-indent-6:before {
  content: counter(list-6, decimal) ". ";
}

.ml-editor ol:has([class*=ql-indent-]) li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}

.ml-editor ol:has([class*=ql-indent-]) li.ql-indent-7 {
  counter-increment: list-7;
}

.ml-editor ol:has([class*=ql-indent-]) li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) ". ";
}

.ml-editor ol:has([class*=ql-indent-]) li.ql-indent-7 {
  counter-reset: list-8 list-9;
}

.ml-editor ol:has([class*=ql-indent-]) li.ql-indent-8 {
  counter-increment: list-8;
}

.ml-editor ol:has([class*=ql-indent-]) li.ql-indent-8:before {
  content: counter(list-8, lower-roman) ". ";
}

.ml-editor ol:has([class*=ql-indent-]) li.ql-indent-8 {
  counter-reset: list-9;
}

.ml-editor ol:has([class*=ql-indent-]) li.ql-indent-9 {
  counter-increment: list-9;
}

.ml-editor ol:has([class*=ql-indent-]) li.ql-indent-9:before {
  content: counter(list-9, decimal) ". ";
}

.ml-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}

.ml-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}

.ml-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}

.ml-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}

.ml-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}

.ml-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}

.ml-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}

.ml-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}

.ml-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}

.ml-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}

.ml-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}

.ml-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}

.ml-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}

.ml-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}

.ml-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}

.ml-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}

.ml-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}

.ml-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}

.ml-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}

.ml-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}

.ml-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}

.ml-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}

.ml-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}

.ml-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}

.ml-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}

.ml-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}

.ml-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}

.ml-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}

.ml-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}

.ml-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}

.ml-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}

.ml-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}

.ml-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}

.ml-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}

.ml-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}

.ml-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}

.content-grid {
  --breakout-size: calc((var(--breakout-max-width) - var(--content-max-width)) / 2);
  display: grid;
  grid-template-columns: [full-width-start] minmax(var(--padding-inline), 1fr) [breakout-start] minmax(0, var(--breakout-size)) [content-start] min(100% - var(--padding-inline) * 2, var(--content-max-width)) [content-end] minmax(0, var(--breakout-size)) [breakout-end] minmax(var(--padding-inline), 1fr) [full-width-end];
}

.content-grid > :not(.breakout, .full-width),
.full-width > :not(.breakout, .full-width) {
  grid-column: content;
}

.content-grid > .breakout {
  grid-column: breakout;
}

.content-grid > .full-width {
  grid-column: full-width;
}

img.full-width {
  width: 100%;
  object-fit: cover;
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  src: url("/build/fonts/Inter-Regular.woff2") format("woff2"), url("/build/fonts/Inter-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  src: url("/build/fonts/Inter-500.woff2") format("woff2"), url("/build/fonts/Inter-500.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  src: url("/build/fonts/Inter-600.woff2") format("woff2"), url("/build/fonts/Inter-600.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  src: url("/build/fonts/Inter-700.woff2") format("woff2"), url("/build/fonts/Inter-700.woff") format("woff");
}
h1,
h2,
h3,
h4 {
  margin-top: 0;
  line-height: normal;
  text-wrap: balance;
  overflow-wrap: break-word;
  hyphens: auto;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child {
  margin-bottom: 0;
}

h1 {
  font-size: 2rem;
}
@media (min-width: 48rem) {
  h1 {
    font-size: 3.5rem;
  }
}

h2 {
  font-size: var(--title-size);
}

h3 {
  font-size: 1.25rem;
  line-height: 1.2;
}
@media (min-width: 48rem) {
  h3 {
    font-size: 1.5rem;
    line-height: 1.25;
  }
}

h4 {
  font-size: 1.125rem;
  line-height: 1.3333333333;
}
@media (min-width: 48rem) {
  h4 {
    font-size: 1.25rem;
    line-height: 1.2;
  }
}

a {
  color: inherit;
  text-wrap: pretty;
  transition: var(--transition);
}
a:hover, a:focus-visible {
  color: var(--color-main);
}
a:hover:not(.recent), a:focus-visible:not(.recent) {
  text-decoration: none;
}

p {
  margin-top: 0;
  line-height: 1.5;
  text-wrap: pretty;
  font-size: 0.875rem;
}
@media (min-width: 48rem) {
  p {
    font-size: 1rem;
  }
}
p:where([class]) {
  margin: 0;
}
p:last-child {
  margin-bottom: 0;
}
p:has(+ h1, + h2, + h3, + h4, + h5, + h6, + .gallery) {
  margin-bottom: 1.5rem;
}

ul,
ol {
  margin: 0 0 1em 0;
  padding: 0 0 0 1.5rem;
  line-height: 1.5;
}
ul li,
ol li {
  padding: 0;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin: 0;
  padding: 0 0 0 1.5rem;
}
ul ul li:last-child,
ul ol li:last-child,
ol ul li:last-child,
ol ol li:last-child {
  padding-bottom: 0;
}

hr {
  clear: both;
  width: 100%;
  height: 0;
  margin: 2.5rem auto;
  text-align: center;
  border: 0 none;
  border-top: 0.0625rem solid rgba(var(--color-neutral-rgb), 0.1);
}

input,
textarea,
select {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0.75rem;
  min-height: 3rem;
  color: var(--color-neutral);
  line-height: 1rem;
  border: 0.0625rem solid var(--color-neutral-4);
  border-radius: var(--radius);
  background-color: var(--color-neutral-5);
  transition: var(--transition);
  -webkit-appearance: none;
  font-size: 1rem;
}
@media (min-width: 48rem) {
  input,
  textarea,
  select {
    font-size: 1rem;
    padding: 1rem;
    min-height: 3.5rem;
  }
}
input::placeholder,
textarea::placeholder,
select::placeholder {
  color: var(--color-neutral-2);
  opacity: 1;
}
input:focus,
textarea:focus,
select:focus {
  border-color: var(--color-main);
  outline: 0;
}
input.is-success,
textarea.is-success,
select.is-success {
  border-color: var(--color-success);
}
input.is-danger,
textarea.is-danger,
select.is-danger {
  border-color: var(--color-danger);
}

textarea {
  line-height: 1.4;
}

label {
  display: block;
  margin-bottom: 0.3125rem;
  font-size: 0.875rem;
}

button,
input[type=submit] {
  width: auto;
  cursor: pointer;
}

input[type=checkbox],
input[type=radio] {
  width: auto;
}

.icon {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.icon:before {
  content: "";
  display: block;
}
.icon--rotate--90 {
  transform: rotate(90deg);
}
.icon--rotate--180 {
  transform: rotate(180deg);
}
.icon--rotate--270 {
  transform: rotate(279deg);
}

.icon__svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.icon--icon-arrow-down {
  width: 16px;
}
.icon--icon-arrow-down:before {
  padding-top: 100%;
}

.icon--icon-arrow-left {
  width: 20px;
}
.icon--icon-arrow-left:before {
  padding-top: 100%;
}

.icon--icon-arrow-left-long {
  width: 65px;
}
.icon--icon-arrow-left-long:before {
  padding-top: 24.6153846154%;
}

.icon--icon-arrow-right {
  width: 20px;
}
.icon--icon-arrow-right:before {
  padding-top: 100%;
}

.icon--icon-arrow-right-long {
  width: 65px;
}
.icon--icon-arrow-right-long:before {
  padding-top: 24.6153846154%;
}

.icon--icon-back {
  width: 24px;
}
.icon--icon-back:before {
  padding-top: 100%;
}

.icon--icon-bank-note {
  width: 16px;
}
.icon--icon-bank-note:before {
  padding-top: 100%;
}

.icon--icon-box {
  width: 24px;
}
.icon--icon-box:before {
  padding-top: 100%;
}

.icon--icon-box-2 {
  width: 24px;
}
.icon--icon-box-2:before {
  padding-top: 100%;
}

.icon--icon-calendar {
  width: 16px;
}
.icon--icon-calendar:before {
  padding-top: 100%;
}

.icon--icon-calendar-2 {
  width: 16px;
}
.icon--icon-calendar-2:before {
  padding-top: 106.25%;
}

.icon--icon-calendar-plus {
  width: 24px;
}
.icon--icon-calendar-plus:before {
  padding-top: 100%;
}

.icon--icon-checkmark {
  width: 24px;
}
.icon--icon-checkmark:before {
  padding-top: 100%;
}

.icon--icon-chevron-left {
  width: 24px;
}
.icon--icon-chevron-left:before {
  padding-top: 100%;
}

.icon--icon-chevron-left-circle {
  width: 32px;
}
.icon--icon-chevron-left-circle:before {
  padding-top: 100%;
}

.icon--icon-chevron-right {
  width: 24px;
}
.icon--icon-chevron-right:before {
  padding-top: 100%;
}

.icon--icon-chevron-right-circle {
  width: 32px;
}
.icon--icon-chevron-right-circle:before {
  padding-top: 100%;
}

.icon--icon-chevron-right-thin {
  width: 40px;
}
.icon--icon-chevron-right-thin:before {
  padding-top: 100%;
}

.icon--icon-clock-fast-forward {
  width: 20px;
}
.icon--icon-clock-fast-forward:before {
  padding-top: 105%;
}

.icon--icon-copy {
  width: 24px;
}
.icon--icon-copy:before {
  padding-top: 100%;
}

.icon--icon-discuss {
  width: 20px;
}
.icon--icon-discuss:before {
  padding-top: 100%;
}

.icon--icon-download {
  width: 24px;
}
.icon--icon-download:before {
  padding-top: 100%;
}

.icon--icon-dropdown {
  width: 24px;
}
.icon--icon-dropdown:before {
  padding-top: 100%;
}

.icon--icon-envelope {
  width: 24px;
}
.icon--icon-envelope:before {
  padding-top: 100%;
}

.icon--icon-envelope-2 {
  width: 24px;
}
.icon--icon-envelope-2:before {
  padding-top: 100%;
}

.icon--icon-file {
  width: 40px;
}
.icon--icon-file:before {
  padding-top: 100%;
}

.icon--icon-file-blank {
  width: 40px;
}
.icon--icon-file-blank:before {
  padding-top: 100%;
}

.icon--icon-hamburger {
  width: 20px;
}
.icon--icon-hamburger:before {
  padding-top: 105%;
}

.icon--icon-home {
  width: 20px;
}
.icon--icon-home:before {
  padding-top: 100%;
}

.icon--icon-location {
  width: 24px;
}
.icon--icon-location:before {
  padding-top: 100%;
}

.icon--icon-location-2 {
  width: 24px;
}
.icon--icon-location-2:before {
  padding-top: 100%;
}

.icon--icon-location-3 {
  width: 16px;
}
.icon--icon-location-3:before {
  padding-top: 106.25%;
}

.icon--icon-messanger {
  width: 24px;
}
.icon--icon-messanger:before {
  padding-top: 100%;
}

.icon--icon-phone {
  width: 24px;
}
.icon--icon-phone:before {
  padding-top: 100%;
}

.icon--icon-phone-2 {
  width: 24px;
}
.icon--icon-phone-2:before {
  padding-top: 100%;
}

.icon--icon-search {
  width: 24px;
}
.icon--icon-search:before {
  padding-top: 100%;
}

.icon--icon-search-thin {
  width: 41px;
}
.icon--icon-search-thin:before {
  padding-top: 97.5609756098%;
}

.icon--icon-share {
  width: 20px;
}
.icon--icon-share:before {
  padding-top: 100%;
}

.icon--icon-share-thick {
  width: 20px;
}
.icon--icon-share-thick:before {
  padding-top: 100%;
}

.icon--icon-social-facebook {
  width: 26px;
}
.icon--icon-social-facebook:before {
  padding-top: 103.8461538462%;
}

.icon--icon-social-instagram {
  width: 26px;
}
.icon--icon-social-instagram:before {
  padding-top: 103.8461538462%;
}

.icon--icon-social-x {
  width: 26px;
}
.icon--icon-social-x:before {
  padding-top: 103.8461538462%;
}

.icon--icon-social-youtube {
  width: 26px;
}
.icon--icon-social-youtube:before {
  padding-top: 103.8461538462%;
}

.icon--icon-speaker {
  width: 20px;
}
.icon--icon-speaker:before {
  padding-top: 100%;
}

.icon--icon-star {
  width: 14px;
}
.icon--icon-star:before {
  padding-top: 107.1428571429%;
}

.icon--icon-tag {
  width: 16px;
}
.icon--icon-tag:before {
  padding-top: 106.25%;
}

.icon--icon-times {
  width: 40px;
}
.icon--icon-times:before {
  padding-top: 100%;
}

.icon--icon-times-thick {
  width: 24px;
}
.icon--icon-times-thick:before {
  padding-top: 104.1666666667%;
}

.icon--icon-translate {
  width: 16px;
}
.icon--icon-translate:before {
  padding-top: 100%;
}

.icon--icon-user {
  width: 24px;
}
.icon--icon-user:before {
  padding-top: 100%;
}

.qaro-template-5 {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  color: var(--t5-text);
}
.qaro-template-5:root, .qaro-template-5 {
  --t5-primary: var(--color-main, #155dfc);
  --t5-primary-dark: color-mix(in srgb, var(--color-main, #155dfc) 88%, #000);
  --t5-primary-gradient: linear-gradient(90deg, var(--t5-primary) 0%, var(--t5-primary-dark) 100%);
  --t5-secondary: var(--color-main-light, #dbeafe);
  --t5-secondary-strong: color-mix(in srgb, var(--color-main-light, #dbeafe) 80%, #000);
  --t5-secondary-soft: color-mix(in srgb, var(--color-main-light, #dbeafe) 40%, #fff);
  --t5-text: var(--color-text, #101828);
  --t5-body: var(--color-text, #4a5565);
  --t5-nav: var(--color-menu-text, #364153);
  --t5-border: rgba(0, 0, 0, 0.06);
  --t5-border-strong: rgba(0, 0, 0, 0.1);
  --t5-bg-card: #ffffff;
  --t5-bg-section: #f8fafc;
  --t5-radius-sm: 0.5rem;
  --t5-radius: 0.75rem;
  --t5-radius-lg: 1rem;
  --t5-radius-full: 9999px;
  --t5-content-max-w: 1280px;
  --t5-content-pad-inline: 32px;
}
.qaro-template-5 .content-grid {
  --content-max-width: 1280px;
  --breakout-max-width: 100vw;
  --padding-inline: 32px;
}
.qaro-template-5 .t5-container {
  max-width: var(--t5-content-max-w);
  margin-inline: auto;
  padding-inline: var(--t5-content-pad-inline);
}
.qaro-template-5 .t5-header {
  background: #ffffff;
  box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.1), 0px 2px 2px rgba(0, 0, 0, 0.1);
  position: sticky;
  top: 0;
  z-index: 50;
  isolation: isolate;
}
.qaro-template-5 .t5-header__topbar {
  background: var(--t5-primary-gradient);
  color: #ffffff;
  height: 40px;
}
.qaro-template-5 .t5-header__topbar-inside {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 40px;
  padding-block: 8px;
}
.qaro-template-5 .t5-header__contacts {
  display: flex;
  gap: 24px;
  align-items: center;
  flex-wrap: wrap;
}
.qaro-template-5 .t5-header__contacts a {
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-decoration: none;
  transition: opacity 0.15s;
}
.qaro-template-5 .t5-header__contacts a:hover {
  opacity: 0.85;
}
.qaro-template-5 .t5-header__contacts a .t5-icon {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  color: currentColor;
}
.qaro-template-5 .t5-header__search-btn {
  background: transparent;
  border: 0;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-family: inherit;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  transition: opacity 0.15s;
}
.qaro-template-5 .t5-header__search-btn:hover {
  opacity: 0.85;
}
.qaro-template-5 .t5-header__search-btn .t5-icon {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
}
.qaro-template-5 .t5-header__main {
  height: 80px;
}
.qaro-template-5 .t5-header__main-inside {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
  padding-block: 16px;
}
.qaro-template-5 .t5-header__logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: inherit;
}
.qaro-template-5 .t5-header__logo-mark {
  width: 48px;
  height: 48px;
  /*background: var(--t5-primary-gradient);*/
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: #ffffff;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  flex: 0 0 auto;
}
.qaro-template-5 .t5-header__logo-mark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.qaro-template-5 .t5-header__logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1;
}
.qaro-template-5 .t5-header__logo-text .t5-header__logo-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: var(--t5-text);
  margin: 0;
}
.qaro-template-5 .t5-header__logo-text .t5-header__logo-sub {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--t5-body);
  margin: 0;
}
.qaro-template-5 .t5-nav {
  display: flex;
  align-items: center;
  gap: 4px;
}
.qaro-template-5 .t5-nav__item {
  position: relative;
}
.qaro-template-5 .t5-nav__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  color: var(--color-menu-text, var(--t5-nav));
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  background: transparent;
  border: 0;
  cursor: pointer;
  font-family: inherit;
  transition: color 0.15s;
}
.qaro-template-5 .t5-nav__link .t5-icon {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
}
.qaro-template-5 .t5-nav__link:hover, .qaro-template-5 .t5-nav__link:focus-visible, .qaro-template-5 .t5-nav__link[aria-expanded=true] {
  color: var(--t5-primary);
}
.qaro-template-5 .t5-nav__submenu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 220px;
  background: #ffffff;
  border: 1px solid var(--t5-border);
  border-radius: var(--t5-radius);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.08), 0 4px 6px -4px rgba(0, 0, 0, 0.05);
  padding: 8px;
  display: none;
  z-index: 60;
}
.qaro-template-5 .t5-nav__submenu a {
  display: block;
  padding: 8px 12px;
  color: var(--color-menu-text, var(--t5-nav));
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  border-radius: var(--t5-radius-sm);
  transition: background 0.15s, color 0.15s;
}
.qaro-template-5 .t5-nav__submenu a:hover {
  background: var(--t5-bg-section);
  color: var(--t5-primary);
}
.qaro-template-5 .t5-nav__item:hover .t5-nav__submenu,
.qaro-template-5 .t5-nav__item:focus-within .t5-nav__submenu {
  display: block;
}
.qaro-template-5 .search-widget {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #ffffff;
  border-top: 1px solid var(--t5-border);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.08);
  padding: 24px 0;
  z-index: 40;
}
.qaro-template-5 .search-widget.is-open {
  display: block;
}
.qaro-template-5 .search-widget .search-widget__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  font-weight: 700;
  color: var(--t5-text);
  margin: 0 0 16px 0;
}
.qaro-template-5 .search-widget .search-widget__close {
  cursor: pointer;
  font-size: 24px;
  line-height: 1;
  color: var(--t5-body);
}
.qaro-template-5 .search-widget .search-widget__close:hover {
  color: var(--t5-primary);
}
.qaro-template-5 .t5-header__mobile {
  display: none;
}
@media (max-width: 1023.98px) {
  .qaro-template-5 .t5-nav {
    display: none;
  }
  .qaro-template-5 .t5-header__mobile {
    display: inline-flex;
    align-items: center;
    gap: 12px;
  }
}
.qaro-template-5 .t5-hero {
  background: #ffffff;
}
.qaro-template-5 .t5-hero__inner {
  padding-top: 32px;
  padding-bottom: 64px;
}
.qaro-template-5 .t5-hero__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  height: auto;
}
@media (min-width: 1024px) {
  .qaro-template-5 .t5-hero__grid {
    grid-template-columns: 800fr 384fr;
    column-gap: 32px;
    height: 400px;
  }
}
.qaro-template-5 .t5-hero__slider {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  background: #eef2f7;
  height: 240px;
  box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.1), 0px 8px 10px -6px rgba(0, 0, 0, 0.1);
}
@media (min-width: 640px) {
  .qaro-template-5 .t5-hero__slider {
    height: 360px;
  }
}
@media (min-width: 1024px) {
  .qaro-template-5 .t5-hero__slider {
    height: 400px;
  }
}
.qaro-template-5 .t5-hero__slider-track {
  display: flex;
  width: 100%;
  height: 100%;
  transition: transform 0.4s ease;
}
.qaro-template-5 .t5-hero__slide {
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
}
.qaro-template-5 .t5-hero__slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.qaro-template-5 .t5-hero__slide--placeholder {
  background: linear-gradient(135deg, var(--t5-secondary), #ffffff);
}
.qaro-template-5 .t5-hero__dots {
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 2;
}
.qaro-template-5 .t5-hero__dot {
  width: 8px;
  height: 8px;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.6);
  border: 0;
  padding: 0;
  cursor: pointer;
  transition: width 0.25s ease, background 0.2s;
}
.qaro-template-5 .t5-hero__dot.is-active {
  background: #ffffff;
  width: 32px;
}
.qaro-template-5 .t5-hero__aside {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 0;
}
.qaro-template-5 .t5-hero__aside-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 32px;
}
.qaro-template-5 .t5-hero__aside-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: var(--t5-text);
  margin: 0;
}
.qaro-template-5 .t5-hero__aside-more {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: var(--t5-primary);
  text-decoration: none;
  transition: opacity 0.15s;
}
.qaro-template-5 .t5-hero__aside-more:hover {
  opacity: 0.85;
}
.qaro-template-5 .t5-hero__aside-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.qaro-template-5 .t5-hero__aside-list li {
  list-style: none;
}
.qaro-template-5 .t5-hero__news-item {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 17px;
  display: flex;
  gap: 12px;
  text-decoration: none;
  transition: border-color 0.15s, box-shadow 0.15s;
  min-height: 129px;
}
.qaro-template-5 .t5-hero__news-item:hover {
  border-color: var(--t5-primary);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.06);
}
.qaro-template-5 .t5-hero__news-item:hover .t5-hero__news-title {
  color: var(--t5-primary);
}
.qaro-template-5 .t5-hero__news-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: var(--t5-secondary);
  color: var(--t5-primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}
.qaro-template-5 .t5-hero__news-icon svg {
  width: 20px;
  height: 20px;
}
.qaro-template-5 .t5-hero__news-body {
  min-width: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.qaro-template-5 .t5-hero__news-date {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--t5-body);
  margin: 0;
}
.qaro-template-5 .t5-hero__news-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  color: var(--t5-text);
  margin: 0;
  transition: color 0.15s;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.qaro-template-5 .t5-hero__news-excerpt {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--t5-body);
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.qaro-template-5 .t5-quicklinks {
  background: var(--t5-bg-section);
  padding-top: 48px;
  padding-bottom: 48px;
}
.qaro-template-5 .t5-quicklinks__inner {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.qaro-template-5 .t5-quicklinks__title {
  text-align: center;
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  color: var(--t5-text);
  margin: 0;
}
.qaro-template-5 .t5-quicklinks__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
@media (min-width: 640px) {
  .qaro-template-5 .t5-quicklinks__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1024px) {
  .qaro-template-5 .t5-quicklinks__grid {
    grid-template-columns: repeat(6, 1fr);
  }
}
.qaro-template-5 .t5-quicklinks__item {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 24px 24px;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  height: 130px;
  transition: border-color 0.15s, transform 0.15s, box-shadow 0.15s;
}
.qaro-template-5 .t5-quicklinks__item:hover, .qaro-template-5 .t5-quicklinks__item:focus-visible {
  border-color: var(--t5-primary);
  transform: translateY(-2px);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.08), 0 4px 6px -4px rgba(0, 0, 0, 0.05);
}
.qaro-template-5 .t5-quicklinks__item:hover .t5-quicklinks__icon, .qaro-template-5 .t5-quicklinks__item:focus-visible .t5-quicklinks__icon {
  background-image: linear-gradient(135deg, var(--t5-primary), var(--t5-primary-dark));
  color: #ffffff;
}
.qaro-template-5 .t5-quicklinks__item:hover .t5-quicklinks__name, .qaro-template-5 .t5-quicklinks__item:focus-visible .t5-quicklinks__name {
  color: var(--t5-primary);
}
.qaro-template-5 .t5-quicklinks__icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: var(--t5-secondary);
  color: var(--t5-primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  transition: background 0.15s, color 0.15s;
}
.qaro-template-5 .t5-quicklinks__icon svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}
.qaro-template-5 .t5-quicklinks__name {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: var(--t5-text);
  margin: 0;
  text-align: center;
  transition: color 0.15s;
}
.qaro-template-5 .t5-news {
  background: #ffffff;
  padding: 64px;
}
.qaro-template-5 .t5-news__inner {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.qaro-template-5 .t5-news__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
.qaro-template-5 .t5-news__title {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  color: var(--t5-text);
  margin: 0;
}
.qaro-template-5 .t5-news__more {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: var(--t5-primary);
  text-decoration: none;
  transition: opacity 0.15s;
}
.qaro-template-5 .t5-news__more:hover {
  opacity: 0.85;
}
.qaro-template-5 .t5-news__more svg {
  width: 20px;
  height: 20px;
}
.qaro-template-5 .t5-news__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media (min-width: 640px) {
  .qaro-template-5 .t5-news__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .qaro-template-5 .t5-news__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.qaro-template-5 .t5-news__card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  overflow: hidden;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  transition: border-color 0.15s, transform 0.15s, box-shadow 0.15s;
}
.qaro-template-5 .t5-news__card:hover, .qaro-template-5 .t5-news__card:focus-visible {
  border-color: var(--t5-primary);
  transform: translateY(-2px);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.08), 0 4px 6px -4px rgba(0, 0, 0, 0.05);
}
.qaro-template-5 .t5-news__card:hover .t5-news__name, .qaro-template-5 .t5-news__card:focus-visible .t5-news__name {
  color: var(--t5-primary);
}
.qaro-template-5 .t5-news__card:hover .t5-news__image img, .qaro-template-5 .t5-news__card:focus-visible .t5-news__image img {
  transform: scale(1.05);
}
.qaro-template-5 .t5-news__image {
  position: relative;
  aspect-ratio: 286/192;
  background: linear-gradient(135deg, var(--t5-secondary), #ffffff);
  overflow: hidden;
}
.qaro-template-5 .t5-news__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.qaro-template-5 .t5-news__image .t5-news__image-fallback {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--t5-secondary), #ffffff);
}
.qaro-template-5 .t5-news__date {
  position: absolute;
  top: 12px;
  right: 12px;
  background: rgba(255, 255, 255, 0.95);
  color: var(--t5-nav);
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  padding: 4px 12px;
  border-radius: 9999px;
}
.qaro-template-5 .t5-news__body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1;
}
.qaro-template-5 .t5-news__name {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: var(--t5-text);
  margin: 0;
  transition: color 0.15s;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.qaro-template-5 .t5-news__excerpt {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--t5-body);
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.qaro-template-5 .t5-news__cta {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: var(--t5-primary);
}
.qaro-template-5 .t5-news__cta svg {
  width: 16px;
  height: 16px;
}
.qaro-template-5 .t5-calendar {
  background: linear-gradient(170.7deg, var(--t5-secondary-soft) 0%, var(--t5-secondary-soft) 100%);
  padding-top: 64px;
  padding-bottom: 64px;
}
.qaro-template-5 .t5-calendar__inner {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.qaro-template-5 .t5-calendar__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
.qaro-template-5 .t5-calendar__title {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  color: var(--t5-text);
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.qaro-template-5 .t5-calendar__title .t5-calendar__title-icon {
  width: 32px;
  height: 32px;
  color: var(--t5-text);
  flex: 0 0 auto;
}
.qaro-template-5 .t5-calendar__more {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: var(--t5-primary);
  text-decoration: none;
  transition: opacity 0.15s;
}
.qaro-template-5 .t5-calendar__more:hover {
  opacity: 0.85;
}
.qaro-template-5 .t5-calendar__viewport {
  position: relative;
  overflow: hidden;
}
.qaro-template-5 .t5-calendar__track {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.qaro-template-5 .t5-calendar__track::-webkit-scrollbar {
  display: none;
}
.qaro-template-5 .t5-calendar__card {
  flex: 0 0 286px;
  width: 286px;
  height: 160px;
  background: #ffffff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -4px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: transform 0.15s, box-shadow 0.15s;
}
.qaro-template-5 .t5-calendar__card:hover {
  transform: translateY(-2px);
  box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.1), 0px 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.qaro-template-5 .t5-calendar__card:hover .t5-calendar__name {
  color: var(--t5-primary);
}
.qaro-template-5 .t5-calendar__stripe {
  height: 8px;
  background: var(--t5-primary);
  display: block;
  flex: 0 0 8px;
}
.qaro-template-5 .t5-calendar__card--holiday {
  cursor: default;
}
.qaro-template-5 .t5-calendar__card--holiday .t5-calendar__stripe {
  background: #fb2c36;
}
.qaro-template-5 .t5-calendar__card--holiday:hover {
  transform: none;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -4px rgba(0, 0, 0, 0.1);
}
.qaro-template-5 .t5-calendar__card--holiday:hover .t5-calendar__name {
  color: var(--t5-text);
}
.qaro-template-5 .t5-calendar__card-inner {
  display: flex;
  gap: 16px;
  padding: 24px;
  align-items: flex-start;
  flex: 1;
}
.qaro-template-5 .t5-calendar__date {
  flex: 0 0 43px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.qaro-template-5 .t5-calendar__day {
  font-weight: 700;
  font-size: 36px;
  line-height: 40px;
  color: var(--t5-text);
}
.qaro-template-5 .t5-calendar__month {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: var(--t5-body);
  text-transform: capitalize;
}
.qaro-template-5 .t5-calendar__content {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.qaro-template-5 .t5-calendar__name {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: var(--t5-text);
  margin: 0;
  transition: color 0.15s;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.qaro-template-5 .t5-calendar__desc {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--t5-body);
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.qaro-template-5 .t5-calendar__next {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  background: #ffffff;
  border: 0;
  border-radius: 9999px;
  box-shadow: 0px 10px 7.5px rgba(0, 0, 0, 0.1), 0px 4px 3px rgba(0, 0, 0, 0.1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: var(--t5-text);
  transition: background 0.15s, color 0.15s, transform 0.15s;
  z-index: 2;
}
.qaro-template-5 .t5-calendar__next svg {
  width: 24px;
  height: 24px;
}
.qaro-template-5 .t5-calendar__next:hover {
  background: var(--t5-primary);
  color: #ffffff;
}
.qaro-template-5 .t5-calendar__next:active {
  transform: translateY(-50%) scale(0.95);
}
.qaro-template-5 .t5-director {
  background: #ffffff;
  padding: 64px;
}
.qaro-template-5 .t5-director__inner {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.qaro-template-5 .t5-director__title {
  text-align: center;
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  color: var(--t5-text);
  margin: 0;
}
.qaro-template-5 .t5-director__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
@media (min-width: 1024px) {
  .qaro-template-5 .t5-director__grid {
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
  }
}
.qaro-template-5 .t5-director__text {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 0;
}
.qaro-template-5 .t5-director__body {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--t5-nav);
}
.qaro-template-5 .t5-director__body p {
  margin: 0 0 16px 0;
}
.qaro-template-5 .t5-director__body p:last-child {
  margin-bottom: 0;
}
.qaro-template-5 .t5-director__body h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: var(--t5-text);
  margin: 0 0 8px 0;
}
.qaro-template-5 .t5-director__body strong {
  font-weight: 600;
  color: var(--t5-text);
}
.qaro-template-5 .t5-director__cta {
  align-self: flex-start;
  background: var(--t5-primary);
  color: #ffffff;
  border-radius: 10px;
  padding: 12px 24px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  transition: background 0.15s;
}
.qaro-template-5 .t5-director__cta:hover {
  background: var(--t5-primary-dark);
  color: #ffffff;
}
.qaro-template-5 .t5-director__image {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.1), 0px 8px 10px -6px rgba(0, 0, 0, 0.1);
  background-image: linear-gradient(126.87deg, var(--t5-secondary) 0%, var(--t5-secondary-strong) 100%);
  aspect-ratio: 584/778;
}
@media (max-width: 1023.98px) {
  .qaro-template-5 .t5-director__image {
    max-height: 32rem;
    aspect-ratio: auto;
  }
}
.qaro-template-5 .t5-director__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
  display: block;
}
.qaro-template-5 .t5-contact {
  background: var(--t5-bg-section);
  padding-top: 64px;
  padding-bottom: 64px;
}
.qaro-template-5 .t5-contact__inner {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.qaro-template-5 .t5-contact__title {
  text-align: center;
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  color: var(--t5-text);
  margin: 0;
}
.qaro-template-5 .t5-contact__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media (min-width: 1024px) {
  .qaro-template-5 .t5-contact__grid {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    align-items: start;
  }
}
.qaro-template-5 .t5-contact__cards {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.qaro-template-5 .t5-contact__card {
  background: #ffffff;
  border-radius: 14px;
  padding: 24px;
  display: flex;
  gap: 16px;
  align-items: flex-start;
  filter: drop-shadow(0px 10px 7.5px rgba(0, 0, 0, 0.1)) drop-shadow(0px 4px 3px rgba(0, 0, 0, 0.1));
}
.qaro-template-5 .t5-contact__icon {
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  background: var(--t5-secondary);
  color: var(--t5-primary);
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.qaro-template-5 .t5-contact__icon svg {
  width: 24px;
  height: 24px;
}
.qaro-template-5 .t5-contact__card-body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.qaro-template-5 .t5-contact__card-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  color: var(--t5-text);
  margin: 0;
}
.qaro-template-5 .t5-contact__card-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--t5-body);
}
.qaro-template-5 .t5-contact__card-link {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--t5-primary);
  text-decoration: none;
}
.qaro-template-5 .t5-contact__card-link:hover {
  text-decoration: underline;
}
.qaro-template-5 .t5-contact__hours {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.qaro-template-5 .t5-contact__hours div {
  display: flex;
  gap: 12px;
}
.qaro-template-5 .t5-contact__hours dt {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--t5-body);
}
.qaro-template-5 .t5-contact__hours dd {
  margin: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: var(--t5-text);
}
.qaro-template-5 .t5-contact__map-cta {
  background: var(--t5-primary);
  color: #ffffff;
  border-radius: 10px;
  padding: 12px 24px;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  transition: background 0.15s;
}
.qaro-template-5 .t5-contact__map-cta:hover {
  background: var(--t5-primary-dark);
  color: #ffffff;
}
.qaro-template-5 .t5-contact__map {
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.1), 0px 8px 10px -6px rgba(0, 0, 0, 0.1);
  background: #eee;
  height: 500px;
}
@media (min-width: 1024px) {
  .qaro-template-5 .t5-contact__map {
    position: sticky;
    top: 144px;
  }
}
.qaro-template-5 .t5-contact__map iframe {
  border: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.qaro-template-5 .t5-newsletter {
  background: linear-gradient(163deg, var(--t5-primary) 0%, var(--t5-primary-dark) 100%);
  color: #ffffff;
  padding-top: 64px;
  padding-bottom: 64px;
}
.qaro-template-5 .t5-newsletter__inner {
  max-width: 832px;
  margin-inline: auto;
  padding-inline: 32px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.qaro-template-5 .t5-newsletter__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
}
.qaro-template-5 .t5-newsletter__icon-circle {
  width: 64px;
  height: 64px;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.qaro-template-5 .t5-newsletter__icon-circle svg {
  width: 32px;
  height: 32px;
}
.qaro-template-5 .t5-newsletter__title {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  color: #ffffff;
  margin: 0;
}
.qaro-template-5 .t5-newsletter__sub {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: var(--t5-secondary);
  margin: 0;
}
.qaro-template-5 .t5-newsletter__box {
  background: #ffffff;
  border-radius: 16px;
  padding: 32px;
  filter: drop-shadow(0px 25px 25px rgba(0, 0, 0, 0.25));
  color: var(--t5-nav);
}
.qaro-template-5 .t5-newsletter__form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.qaro-template-5 .t5-newsletter__row {
  margin: 0;
}
.qaro-template-5 .t5-newsletter__row--checkbox .t5-newsletter__checkbox {
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
}
.qaro-template-5 .t5-newsletter__row--checkbox .t5-newsletter__checkbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 20px;
  height: 20px;
  margin: 0;
  cursor: pointer;
  z-index: 1;
}
.qaro-template-5 .t5-newsletter__row--checkbox .t5-newsletter__checkbox .t5-newsletter__checkbox-box {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  border: 2px solid #d1d5dc;
  border-radius: 4px;
  background: #ffffff;
  position: relative;
  transition: background 0.15s, border-color 0.15s;
}
.qaro-template-5 .t5-newsletter__row--checkbox .t5-newsletter__checkbox .t5-newsletter__checkbox-box::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 5px;
  width: 6px;
  height: 10px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
  transition: opacity 0.15s;
}
.qaro-template-5 .t5-newsletter__row--checkbox .t5-newsletter__checkbox input[type=checkbox]:checked + .t5-newsletter__checkbox-box {
  background: var(--t5-primary);
  border-color: var(--t5-primary);
}
.qaro-template-5 .t5-newsletter__row--checkbox .t5-newsletter__checkbox input[type=checkbox]:checked + .t5-newsletter__checkbox-box::after {
  opacity: 1;
}
.qaro-template-5 .t5-newsletter__row--checkbox .t5-newsletter__checkbox label {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: var(--t5-nav);
  margin: 0;
  cursor: pointer;
}
.qaro-template-5 .t5-newsletter__row--checkbox .t5-newsletter__checkbox label a {
  color: var(--t5-primary);
  text-decoration: none;
}
.qaro-template-5 .t5-newsletter__row--checkbox .t5-newsletter__checkbox label a:hover {
  text-decoration: underline;
}
.qaro-template-5 .t5-newsletter__row--checkbox .t5-newsletter__checkbox--small label {
  font-size: 14px;
  line-height: 20px;
}
.qaro-template-5 .t5-newsletter__input,
.qaro-template-5 .t5-newsletter__form input[type=email],
.qaro-template-5 .t5-newsletter__form input[type=tel] {
  width: 100%;
  height: 50px;
  border: 1px solid #d1d5dc;
  border-radius: 10px;
  padding: 12px 16px;
  font-family: inherit;
  font-size: 16px;
  line-height: 24px;
  color: var(--t5-text);
  background: #ffffff;
  box-sizing: border-box;
}
.qaro-template-5 .t5-newsletter__input::placeholder,
.qaro-template-5 .t5-newsletter__form input[type=email]::placeholder,
.qaro-template-5 .t5-newsletter__form input[type=tel]::placeholder {
  color: rgba(10, 10, 10, 0.5);
}
.qaro-template-5 .t5-newsletter__input:focus,
.qaro-template-5 .t5-newsletter__form input[type=email]:focus,
.qaro-template-5 .t5-newsletter__form input[type=tel]:focus {
  outline: none;
  border-color: var(--t5-primary);
  box-shadow: 0 0 0 3px rgba(21, 93, 252, 0.15);
}
.qaro-template-5 .t5-newsletter__submit,
.qaro-template-5 .t5-newsletter__form button[type=submit] {
  width: 100%;
  height: 60px;
  background: var(--t5-primary);
  color: #ffffff;
  border: 0;
  border-radius: 10px;
  font-family: inherit;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  cursor: pointer;
  filter: drop-shadow(0px 10px 7.5px rgba(0, 0, 0, 0.1)) drop-shadow(0px 4px 3px rgba(0, 0, 0, 0.1));
  transition: background 0.15s, transform 0.15s;
}
.qaro-template-5 .t5-newsletter__submit:hover,
.qaro-template-5 .t5-newsletter__form button[type=submit]:hover {
  background: var(--t5-primary-dark);
}
.qaro-template-5 .t5-newsletter__submit:active,
.qaro-template-5 .t5-newsletter__form button[type=submit]:active {
  transform: translateY(1px);
}
.qaro-template-5 .t5-footer {
  background: #101828;
  color: var(--color-footer-text, #d1d5dc);
}
.qaro-template-5 .t5-footer__inner {
  padding-top: 48px;
  padding-bottom: 48px;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.qaro-template-5 .t5-footer__cols {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
@media (min-width: 640px) {
  .qaro-template-5 .t5-footer__cols {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .qaro-template-5 .t5-footer__cols {
    grid-template-columns: repeat(4, 1fr);
  }
}
.qaro-template-5 .t5-footer__col {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 0;
}
.qaro-template-5 .t5-footer__brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: inherit;
}
.qaro-template-5 .t5-footer__brand-mark {
  width: 48px;
  height: 48px;
  background: var(--t5-primary-gradient);
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: #ffffff;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  flex: 0 0 auto;
}
.qaro-template-5 .t5-footer__brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.qaro-template-5 .t5-footer__brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1;
}
.qaro-template-5 .t5-footer__brand-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  color: #ffffff;
}
.qaro-template-5 .t5-footer__brand-sub {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #99a1af;
}
.qaro-template-5 .t5-footer__desc {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #99a1af;
  margin: 0;
}
.qaro-template-5 .t5-footer__social {
  display: flex;
  gap: 12px;
}
.qaro-template-5 .t5-footer__social a {
  width: 40px;
  height: 40px;
  background: #1e2939;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  transition: background 0.15s;
}
.qaro-template-5 .t5-footer__social a:hover {
  background: var(--t5-primary);
}
.qaro-template-5 .t5-footer__social a .icon {
  color: currentColor;
  width: 20px;
  height: 20px;
}
.qaro-template-5 .t5-footer__social a .icon__svg {
  width: 20px;
  height: 20px;
}
.qaro-template-5 .t5-footer__heading {
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  color: #ffffff;
  margin: 0;
}
.qaro-template-5 .t5-footer__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.qaro-template-5 .t5-footer__list li {
  list-style: none;
}
.qaro-template-5 .t5-footer__list a {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--color-footer-text, #d1d5dc);
  text-decoration: none;
  transition: color 0.15s;
}
.qaro-template-5 .t5-footer__list a:hover {
  color: #ffffff;
}
.qaro-template-5 .t5-footer__list--contact {
  gap: 12px;
}
.qaro-template-5 .t5-footer__contact-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  font-size: 14px;
  line-height: 20px;
  color: var(--color-footer-text, #d1d5dc);
}
.qaro-template-5 .t5-footer__contact-item a {
  color: var(--color-footer-text, #d1d5dc);
  text-decoration: none;
}
.qaro-template-5 .t5-footer__contact-item a:hover {
  color: #ffffff;
}
.qaro-template-5 .t5-footer__contact-item strong {
  display: block;
  color: #ffffff;
  font-weight: 700;
}
.qaro-template-5 .t5-footer__contact-icon {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  color: var(--color-footer-text, #d1d5dc);
  margin-top: 2px;
}
.qaro-template-5 .t5-footer__contact-body {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.qaro-template-5 .t5-footer__bottom {
  border-top: 1px solid #1e2939;
  padding-top: 33px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
.qaro-template-5 .t5-footer__copy {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--color-footer-text, #d1d5dc);
  margin: 0;
}
.qaro-template-5 .t5-footer__bottom-links {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}
.qaro-template-5 .t5-footer__bottom-links a {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--color-footer-text, #d1d5dc);
  text-decoration: none;
  transition: color 0.15s;
}
.qaro-template-5 .t5-footer__bottom-links a:hover {
  color: #ffffff;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.is-visible {
  display: block;
}

.is-open {
  display: block;
}

.is-hidden {
  display: none !important;
}

.is-unscrollable {
  overflow: hidden;
}

.clip {
  overflow: clip;
}

.d-block {
  display: block;
}

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

.p-relative {
  position: relative;
}

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

.m-0 {
  margin: 0;
}

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

.fw-normal {
  font-weight: normal;
}

.fw-500 {
  font-weight: 500;
}

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

.grecaptcha-badge {
  visibility: hidden;
}

.flex {
  display: flex;
}

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

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

.gap-2 {
  gap: 0.5rem;
}

@media print {
  * {
    font-family: sans-serif !important;
    color: #000 !important;
    background: #fff !important;
    text-shadow: none !important;
    box-shadow: none !important;
    position: relative !important;
    top: inherit !important;
    bottom: inherit !important;
    left: inherit !important;
    right: inherit !important;
    transform: none !important;
  }
  *:before, *:after {
    display: none !important;
  }
  body {
    width: 100% !important;
    margin: 0 !important;
    height: auto !important;
    min-height: unset !important;
    padding: 0 !important;
    line-height: 1.4 !important;
    word-spacing: 1.1pt !important;
    letter-spacing: 0.2pt !important;
    font-family: sans-serif !important;
    color: #000 !important;
    background: none !important;
    font-size: 12pt !important;
  }
  h1,
  h2,
  h3,
  h4 {
    clear: both !important;
  }
  h1 {
    font-size: 15pt !important;
  }
  h2 {
    font-size: 13pt !important;
  }
  h3 {
    font-size: 11pt !important;
  }
  h4 {
    font-size: 10pt !important;
  }
  p {
    font-size: 10pt !important;
  }
  img {
    margin-block: 1em !important;
    max-width: 100%;
    height: auto;
    display: block;
  }
  img:first-child {
    margin-top: 0 !important;
  }
  img:last-child {
    margin-bottom: 0 !important;
  }
  ul,
  ol {
    padding-left: 20px !important;
    list-style-type: inherit !important;
  }
  li {
    padding: inherit !important;
    padding-left: 10px !important;
  }
  a img {
    border: none !important;
  }
  a,
  a:link,
  a:visited,
  a:hover,
  a:active,
  a:focus {
    text-decoration: none !important;
    color: #000 !important;
  }
  table {
    margin: 1px !important;
    text-align: left !important;
  }
  th {
    border-bottom: 1px solid #000 !important;
    font-weight: bold !important;
  }
  td {
    border-bottom: 1px solid #000 !important;
  }
  th,
  td {
    padding: 4px 10px 4px 0 !important;
  }
  tr {
    page-break-inside: avoid !important;
  }
  .no,
  object,
  .noprint,
  nav,
  .nav,
  .nav-switcher,
  iframe,
  button,
  .btn,
  .icon,
  .cc_div,
  .svg-sprite-icons,
  .oada-toolbar-translated-text,
  .grecaptcha-badge,
  .cc--main,
  .print-none,
  .pagination,
  #oada-accessibility-toolbar {
    display: none !important;
  }
  .row {
    display: block !important;
    margin: 0 !important;
  }
  .header,
  .header * {
    height: auto !important;
    padding: 0;
    margin: 0;
  }
  .header__topbar {
    display: block !important;
  }
  .header__topbar .btn {
    display: inline-flex !important;
  }
  .header__topbar * {
    margin: 0 !important;
  }
  .header__wrap {
    display: block;
  }
  .header--2 .header__wrap {
    text-align: center;
  }
  .intro {
    padding: 0 !important;
    font-size: 8pt !important;
  }
  .intro .glider,
  .intro .glider-track {
    all: unset;
    display: block !important;
  }
  .intro .glider-track {
    max-width: 100% !important;
  }
  .intro .glider-slide {
    display: none !important;
    width: 100% !important;
  }
  .intro .glider-slide.active, .intro .glider-slide.visible {
    display: block !important;
  }
  .intro,
  .intro * {
    color: #000 !important;
    background: transparent !important;
    min-height: unset !important;
    row-gap: 4px !important;
  }
  .intro form,
  .intro .form,
  .intro * form,
  .intro * .form {
    display: none !important;
  }
  .intro__top {
    text-align: left;
    margin: 0;
  }
  .intro__bottom {
    gap: 0 !important;
  }
  .intro__update-overflow {
    overflow: visible !important;
    padding: 0;
    margin: 0;
  }
  .intro__update-overflow * {
    padding-inline: 0;
    margin-inline: 0;
  }
  .intro__bg,
  .intro__pano,
  .intro__carousel-wrap {
    width: auto !important;
  }
  .intro__bg img,
  .intro__pano img,
  .intro__carousel-wrap img {
    margin: 0 !important;
    max-height: 300px !important;
  }
  .intro__update-grid {
    display: block;
  }
  .intro__update-grid > div {
    width: 100%;
    max-width: 100%;
  }
  .footer,
  .footer * {
    margin: 0 !important;
    padding: 0 !important;
  }
  .footer__block *,
  .footer__copy * {
    font-size: 10pt !important;
  }
  .footer--2 .footer__logo {
    margin: auto !important;
  }
  .footer,
  .footer__content {
    padding: 0 !important;
    margin: 0 !important;
  }
  .footer__content {
    display: flex !important;
    gap: 10px;
  }
  .footer__end {
    border: 0 !important;
    margin: 0;
    display: block;
  }
  .footer__hero h2 {
    text-align: left;
  }
  .footer__icon-text-item {
    display: block;
  }
  .content-grid {
    display: block;
  }
  .fw-500,
  .fw-600,
  .semibold,
  .update-item__top-text .title--xs {
    font-weight: bold;
  }
  .form-checkbox input {
    display: none !important;
  }
  .form-checkbox .form-label {
    padding-left: 0;
  }
  .form-checkbox__box {
    display: none !important;
  }
  .section {
    margin-block: 24px !important;
  }
  .section__inside {
    padding: 0 !important;
  }
  .update-item {
    padding: 0 !important;
    min-height: unset !important;
    gap: 0;
  }
  .update-item__top {
    gap: 8px;
  }
  .update-item__content {
    gap: 0;
  }
  .update-item__image-wrap .icon {
    display: block !important;
    aspect-ratio: 1;
  }
  main {
    margin-top: 10px;
  }
  .qaro-template-2 .header__logo svg,
  .qaro-template-2 .header__logo img,
  .qaro-template-2 .footer__logo svg,
  .qaro-template-2 .footer__logo img {
    max-width: 64px !important;
    width: 64px !important;
    height: auto !important;
    max-height: unset !important;
  }
  .bullet {
    font-size: 8pt !important;
    padding: 8px !important;
    min-width: 0 !important;
  }
  .bullet * {
    font-size: 8pt !important;
  }
  .recent {
    margin-block: 8px !important;
    min-height: 1px !important;
  }
  .recent__top {
    gap: 0 !important;
    margin: 0 !important;
  }
  .recent__content {
    gap: 0;
    padding-block: 8px !important;
  }
  .recent__image-wrap {
    aspect-ratio: unset !important;
    max-height: 150px !important;
  }
  .recent__image-wrap .icon {
    display: block !important;
    aspect-ratio: 1;
  }
  .slider {
    padding: 0 !important;
  }
  .slider .glider-track {
    margin: 0;
    gap: 8px;
  }
  .slider .slider-item {
    max-width: 250px !important;
    display: flex;
    flex-direction: column;
    overflow: visible;
    padding: 0;
    margin: 0;
  }
  .slider .slider-item__image {
    width: 100%;
    padding: 0 !important;
  }
  .slider .slider-item__content {
    padding: 0 !important;
  }
  .slider .slider-item__content .title {
    font-size: 10pt !important;
    margin-block: 2px 0 !important;
  }
  .slider .slider-item__top {
    margin: 0 !important;
  }
  .slider .slider-item__top .tag {
    font-size: 8pt !important;
    line-height: 1 !important;
  }
  .slider .slider-item__top .tag:first-child {
    padding-left: 0;
  }
  .slider .slider-item__bottom h3 {
    line-height: normal !important;
  }
  .slider .slider-item__bg {
    z-index: initial !important;
    order: -1;
    position: relative !important;
    inset: auto !important;
    border-radius: inherit;
    overflow: hidden;
    flex-grow: 1;
    aspect-ratio: 375/283;
  }
  .center:has(> .slider__nav) {
    display: none !important;
  }
  .slider__nav {
    display: none !important;
  }
  .tips,
  .tab-content,
  .tab-content__cta {
    margin: 0 !important;
  }
  .content {
    margin: 0 !important;
  }
  .content * {
    font-size: 10pt !important;
  }
  .content__content {
    gap: 4px !important;
  }
  .quick-overview {
    margin: 0 !important;
  }
  .file__icon .icon,
  .file__download .icon {
    display: block !important;
    aspect-ratio: 1;
  }
  .title--xs {
    font-size: 11pt !important;
  }
  .weather {
    margin: 0;
    padding: 0;
  }
  .weather * {
    font-size: 10pt !important;
  }
  .weather__wrap {
    grid-template-columns: repeat(6, auto);
    padding: 0;
    border-radius: 0;
    overflow: visible;
  }
  .weather__item {
    padding-inline: 4px !important;
    gap: 4px;
    grid-template-columns: 20px 1fr;
  }
  .weather__content {
    gap: 2px;
  }
  .tab-nav {
    gap: 10px;
  }
  .tab-nav a {
    padding: 0 !important;
    margin: 0 !important;
    font-size: 9pt !important;
  }
  .event-item {
    grid-template-columns: 140px auto;
  }
  .event-item__image-wrap {
    width: 140px !important;
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: 1;
  }
  .event-item__content {
    padding: 0 8px;
    gap: 8px;
  }
  .event-item__entry {
    grid-template-columns: auto;
    margin-bottom: 4px;
  }
  .event-item__title {
    font-size: 11pt !important;
  }
}
.easy-read__button {
  all: unset;
  cursor: pointer;
  color: currentColor;
  font-weight: bold;
}
.easy-read__button .easy-read__button--not-active {
  display: block;
  white-space: nowrap;
}
.easy-read__button .easy-read__button--active {
  display: none;
}
.easy-read__button:has(.icon) .easy-read__button--not-active {
  border: solid 1px black;
  background-color: black;
  color: #fff;
  padding: 0.25rem 0.5rem;
  margin: -0.5rem 0;
  display: flex;
  align-items: center;
  gap: 0.25rem;
  opacity: 0.9;
  transition: all 0.3s ease;
}
.easy-read__button:has(.icon):hover .easy-read__button--not-active {
  opacity: 1;
}
.easy-read__button:has(.icon) .icon {
  width: 1.5rem;
}
.easy-read__button.easy-read--2 .easy-read__button--not-active {
  border: solid 1px var(--color-main);
  background-color: var(--color-main);
  color: var(--color-invert);
}

.easy-read {
  /* stylelint-disable selector-max-specificity */
}
.easy-read .back-to-top {
  bottom: 10rem;
}
.easy-read .easy-read__button {
  min-width: 8.375rem;
  position: fixed;
  text-decoration: none;
  bottom: 4.25rem;
  right: 1.25rem;
  background: #d00707;
  border-radius: 0.375rem;
  padding: 0.875rem 0.5rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.4285714286;
  text-align: center;
  color: #fff;
  z-index: 90;
  transition: all 0.3s ease;
}
.easy-read .easy-read__button .easy-read__button--not-active {
  display: none;
}
.easy-read .easy-read__button .easy-read__button--active {
  display: block;
}
.easy-read section,
.easy-read .footer,
.easy-read .breadcrumb {
  width: min(82.5rem, 100%) !important;
  margin-inline: auto;
  padding-inline: 1.25rem;
  padding-block: 0;
  min-height: 0;
  margin-block: 7.5rem 0;
  grid-column: full-width !important;
  background: #fff !important;
}
.easy-read .header {
  position: static !important;
  background: none !important;
}
.easy-read .header--3.header--intro {
  margin-bottom: 0;
}
.easy-read .header__blur {
  background: none !important;
}
.easy-read .intro__top {
  margin-block: 0 5rem;
}
.easy-read *:not(.easy-read__button,
.easy-read__button *,
.nav__radio-box,
#oada-accessibility-toolbar,
#oada-accessibility-toolbar *,
.glider-dots,
.glider-dots *,
.nav__link,
.bullet,
.bullet *,
.back-to-top) {
  text-align: left !important;
}
.easy-read *:not(.btn,
section,
input,
select,
header,
header *,
svg,
.icon,
use,
path,
label,
.bullet,
.bullet *,
.footer,
.easy-read__button,
.easy-read__button *,
.svg-sprite-icons,
.svg-sprite-icons *,
.breadcrumb,
.custom-select,
.custom-select *,
.form-checkbox,
.form-checkbox *,
.calendar,
.calendar *,
.events__nav-wrapper,
.events__nav-wrapper *,
.btn > span,
textarea,
.form__row,
.simple-lightbox,
.simple-lightbox *,
.oadatb-button,
.sl-close,
.sl-overlay,
#oada-accessibility-toolbar,
#oada-accessibility-toolbar *,
.glider-dots,
.glider-dots *,
.glider,
.glider *,
.event-item__image-wrap,
.recent__image-wrap,
.search__wrap,
.tab-nav,
.tab-nav *,
.weather__item,
.weather__item *,
.weather__wrap,
body,
.back-to-top) {
  color: #000 !important;
  background: #fff !important;
  box-shadow: none !important;
  margin-left: 0 !important;
  padding-inline: 0 !important;
  border: none !important;
  min-height: 0 !important;
  gap: 1.75rem !important;
}
.easy-read div.contact {
  margin-left: auto !important;
}
.easy-read .breadcrumb {
  margin-block: 0 2rem !important;
}
.easy-read input,
.easy-read textarea {
  border: none !important;
  box-shadow: none !important;
  background: #f1f3f4 !important;
  color: #000 !important;
  border-radius: var(--radius-btn) !important;
  font-size: 1.5rem !important;
  min-height: 5rem !important;
  font-weight: 600 !important;
  padding: 0.625rem 2rem !important;
}
.easy-read input::placeholder,
.easy-read textarea::placeholder {
  color: #000 !important;
  font-size: inherit !important;
}
.easy-read select {
  border: none !important;
  box-shadow: none !important;
  background-color: #f1f3f4 !important;
  color: #000 !important;
}
.easy-read textarea {
  width: 100%;
}
.easy-read .btn:not(.btn--simple, .search__btn, .btn--icon-only, .btn--compact, .btn--forward-income, .btn--circle, .btn--close),
.easy-read .bullet {
  border: 1px solid var(--color-main) !important;
  background: var(--color-main) !important;
  color: #fff !important;
  text-align: center !important;
  margin: 0 !important;
  padding: 0.625rem 1.75rem !important;
  min-height: 5rem !important;
  min-width: 12.5rem !important;
  font-size: 1.5rem !important;
  font-weight: 600 !important;
  line-height: normal !important;
  letter-spacing: -1.2px !important;
  border-radius: var(--radius-btn) !important;
}
.easy-read .btn:not(.btn--simple, .search__btn, .btn--icon-only, .btn--compact, .btn--forward-income, .btn--circle, .btn--close) .icon,
.easy-read .bullet .icon {
  display: none !important;
}
.easy-read .intro__update-overflow,
.easy-read .intro__update-grid {
  padding: 0;
}
.easy-read .content-grid:not(.header) {
  display: block !important;
}
.easy-read .intro__bg,
.easy-read .intro__carousel-wrap,
.easy-read .header__topbar {
  display: none;
}
.easy-read .recent--board {
  min-height: 0 !important;
  margin-block: 0.5rem;
  padding-block: 0.5rem;
}
.easy-read .recent {
  display: flex;
}
.easy-read .weather {
  padding: 0;
}
.easy-read .newsletter {
  border-radius: 0;
}
.easy-read .newsletter img {
  display: none !important;
}
.easy-read .newsletter .content {
  width: 100%;
  display: block;
}
.easy-read .newsletter .content > div:first-child {
  display: none !important;
}
.easy-read .newsletter .form {
  max-width: 100% !important;
}
.easy-read .footer {
  padding-block-end: 5rem !important;
}
.easy-read .footer__hero h2 {
  font-size: 3rem !important;
}
.easy-read .footer__content {
  padding-block: 0 !important;
}
.easy-read a.bullet {
  background: none !important;
  color: var(--color-main) !important;
  border-color: var(--color-main) !important;
  font-weight: 600 !important;
  min-height: 4rem;
  min-width: min(18.6875rem, 100%) !important;
}
.easy-read a.bullet > span {
  font-size: 1.5rem !important;
  font-weight: 600 !important;
  line-height: normal !important;
  letter-spacing: -0.075rem !important;
}
.easy-read .intro__update-grid {
  flex-direction: column !important;
}
.easy-read .intro__update-grid > div {
  width: 100%;
}
.easy-read .glider {
  padding-inline: 0 !important;
}
.easy-read .glider-track {
  width: 100% !important;
  display: grid !important;
  gap: 2rem;
  justify-content: normal !important;
}
.easy-read .glider-track .slider-item {
  width: 100% !important;
  gap: 2rem;
  align-items: center;
  flex-direction: row;
  aspect-ratio: auto;
  min-height: 12.5rem;
  margin: 0;
}
.easy-read .glider-track .slider-item__image {
  flex: 0 1 20rem;
}
.easy-read .glider-track .slider-item__content {
  flex: 1;
  display: flex;
  background: none;
}
.easy-read .glider-track .slider-item__content::before {
  display: none;
}
.easy-read h2.ll-at-background {
  font-size: 2.5rem !important;
}
.easy-read p.ll-at-background:not(.easy-ready__button--active),
.easy-read a.ll-at-background:not(.easy-ready__button--active),
.easy-read span.ll-at-background:not(.easy-ready__button--active) {
  font-size: 1.375rem !important;
  line-height: 1.1 !important;
}
.easy-read .header__logo {
  display: none !important;
}
.easy-read .header__wrap {
  margin-top: 2rem !important;
  height: auto;
}
.easy-read .nav {
  overflow: visible;
}
.easy-read .nav__submenu-wrap {
  position: absolute !important;
  top: 100% !important;
}
.easy-read .nav__submenu-wrap::after {
  display: none !important;
}
.easy-read .nav__end {
  display: none !important;
}
.easy-read .nav__menu {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 1rem;
}
.easy-read .nav__menu .nav__link {
  min-width: 11.875rem !important;
  padding: 0.625rem !important;
  text-align: center !important;
  align-items: center !important;
  justify-content: center !important;
  border: solid 1px var(--color-main) !important;
  color: var(--color-main) !important;
  font-weight: 600 !important;
  font-size: 1.5rem !important;
  line-height: normal !important;
  border-radius: var(--radius-btn) !important;
  height: auto !important;
  min-height: 5rem !important;
  margin: 0;
}
.easy-read .nav__menu .nav__link > * {
  color: var(--color-main) !important;
  font-weight: 600 !important;
  font-size: 1.5rem !important;
  line-height: normal !important;
}
.easy-read .nav--3 {
  max-width: 100%;
}
.easy-read .nav--3 .nav__wrap {
  padding: 0;
  background: transparent !important;
}
.easy-read section.intro {
  margin-top: 2.5rem !important;
}
.easy-read .intro--3 .intro__bg {
  display: block;
}
.easy-read .intro__bottom .update-item {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
}
.easy-read .intro__bottom .update-item__top {
  flex-direction: column !important;
  flex: 0 1 16.25rem !important;
}
.easy-read .intro__bottom .update-item__image {
  width: 100% !important;
  height: 12.5rem !important;
  border-radius: var(--radius-btn) !important;
}
.easy-read .intro__bottom .update-item__cta {
  margin-top: 2rem !important;
}
.easy-read .events__grid {
  grid-template-columns: 1fr !important;
}
.easy-read .event-item__image-wrap {
  align-items: center;
  justify-content: center !important;
}
.easy-read .recent__image-wrap {
  width: auto !important;
  height: auto !important;
  flex: 0 1 16.25rem !important;
  aspect-ratio: 1 !important;
}
.easy-read .recent__content {
  flex: 1 !important;
}
.easy-read .update-item__title,
.easy-read .event-item__title {
  order: -1 !important;
  font-size: 1.75rem !important;
  font-weight: 600 !important;
}
.easy-read .btn.search__btn {
  height: 5rem !important;
}
.easy-read .search--2 {
  max-width: 100% !important;
}
.easy-read .update-item__top-text {
  align-self: star;
}
.easy-read .update-item__top-text > * {
  font-size: 2rem !important;
  font-weight: 700 !important;
}
.easy-read .update-item__image-wrap--no-image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 12.5rem;
  background: var(--color-neutral-5) !important;
  width: 100% !important;
  border-radius: var(--radius-btn) !important;
}
.easy-read .quick-overview {
  justify-content: start !important;
}
.easy-read .footer__social {
  justify-content: start !important;
}
@media (min-width: 64rem) {
  .easy-read .nav--2 .nav__menu {
    height: 5rem;
    overflow: hidden;
  }
}
.easy-read .tab-nav a {
  margin: 0;
}
.easy-read .section__inside {
  padding-block: 0;
}
.easy-read .slider--3 .slider-item {
  flex-direction: column;
  align-items: flex-start;
}
.easy-read .slider--3 .slider-item__top,
.easy-read .slider--3 .slider-item__bottom {
  opacity: 1;
}
.easy-read .slider--3 .slider-item__top h3 {
  font-size: 2rem;
}
.easy-read .slider--3 .slider-item__bg:after {
  opacity: 1;
}
.easy-read .form__input-submit {
  flex-direction: column;
}
.easy-read .calendar-item {
  width: 100% !important;
  aspect-ratio: auto;
  min-height: 12.5rem;
}
.easy-read .calendar-item__inside h3 {
  font-size: 2rem !important;
}
.easy-read .quick-overview__item h3 {
  font-size: 1.5rem !important;
  line-height: normal !important;
}
.easy-read .news-item__title {
  font-size: 2rem !important;
  line-height: normal !important;
}
@media (min-width: 64rem) {
  .easy-read .nav__menu {
    height: auto;
  }
}
@media (max-width: 47.9375rem) {
  .easy-read section,
  .easy-read .footer,
  .easy-read .breadcrumb {
    margin-block: 3rem;
  }
  .easy-read .filtering {
    display: block;
  }
  .easy-read section.intro {
    margin-top: 0 !important;
  }
  .easy-read .header {
    display: block;
    min-height: 0;
    padding-block: 2.5rem;
  }
  .easy-read .header::before,
  .easy-read .header::after {
    display: none;
  }
  .easy-read .header__wrap {
    margin-top: 0 !important;
  }
  .easy-read .nav,
  .easy-read .nav:before {
    background: #fff;
  }
  .easy-read .intro__bottom .update-item {
    display: grid !important;
  }
  .easy-read .glider-track .slider-item {
    display: block;
  }
  .easy-read .recent {
    display: grid;
  }
  .easy-read .footer--2 .footer__logo,
  .easy-read .footer--2 a.footer__logo {
    position: static;
    transform: none;
  }
  .easy-read .btn[aria-label]:has(> .icon:first-child:last-child):not(.search__btn,
  .content__cta-mobile,
  .article__btn-mobile,
  .js-share-open)::before {
    content: attr(aria-label);
  }
  .easy-read body > .clip {
    display: block;
  }
  .easy-read .news-page section:first-of-type {
    margin-top: 0 !important;
  }
  .easy-read .news-page input {
    font-size: 1.3rem !important;
  }
  .easy-read .search__wrap input {
    font-size: 1.3rem !important;
  }
  .easy-read .article-news .title {
    font-size: 2rem !important;
  }
  .easy-read h1.ll-at-background {
    font-size: 2.5rem !important;
  }
  .easy-read h2.ll-at-background {
    font-size: 2rem !important;
  }
}
@media (min-width: 36rem) {
  .easy-read .weather__wrap {
    grid-template-columns: repeat(6, 1fr);
  }
}
/*# sourceMappingURL=styles.css.map */
