@import url(../css/glightbox.min.css);
:root {
  --dane-color--primary: #1d1d1b;
  --dane-color--primary-rgb: 29, 29, 27;
  --dane-color--secondary: #ffffff;
  --dane-color--secondary-rgb: 255, 255, 255;
  --dane-color--tertiary: #646464;
  --dane-color--tertiary-rgb: 100, 100, 100;
  --dane-color--accent: #f0f0f0;
  --dane-color--accent-rgb: 240, 240, 240;
  --dane-color--main: #9fbb3c;
  --dane-color--main-rgb: 159, 187, 60;
  --dane-color--surface: #ecf1d8;
  --dane-color--surface-rgb: 236, 241, 216;
  --dane-color--border-01: #cfdd9d;
  --dane-color--border-01-rgb: 207, 221, 157;
  --dane-color--border-02: #e0e0e0;
  --dane-color--border-02-rgb: 224, 224, 224;
  --dane-color--hover: #849c32;
  --dane-color--hover-rgb: 132, 156, 50;
  --dane-color--pressed: #4f5d1e;
  --dane-color--pressed-rgb: 79, 93, 30;
  --dane-color--primary-00: #f5f8eb;
  --dane-color--primary-10: #ecf1d8;
  --dane-color--primary-20: #d9e4b1;
  --dane-color--primary-30: #c5d68a;
  --dane-color--primary-40: #b2c963;
  --dane-color--primary-50: #9fbb3c;
  --dane-color--primary-60: #7f9630;
  --dane-color--primary-70: #5f7024;
  --dane-color--primary-80: #404b18;
  --dane-color--primary-90: #20250c;
  --dane-color--primary-100: #000000;
  --dane-color--neutral-00: #ffffff;
  --dane-color--neutral-10: #f5f5f5;
  --dane-color--neutral-20: #ededed;
  --dane-color--neutral-30: #e0e0e0;
  --dane-color--neutral-40: #c2c2c2;
  --dane-color--neutral-50: #9e9e9e;
  --dane-color--neutral-60: #757575;
  --dane-color--neutral-70: #616161;
  --dane-color--neutral-80: #404040;
  --dane-color--neutral-90: #0a0a0a;
  --dane-color--neutral-100: #000000;
}

:root {
  --dane-font-size--3-xl:    40px;
  --dane-font-size--2-xl:    36px;
  --dane-font-size--xl:      32px;
  --dane-font-size--l:       28px;
  --dane-font-size--m:       24px;
  --dane-font-size--s:       20px;
  --dane-font-display--x-x-l:64px;
  --dane-font-display--x-l:  58px;
  --dane-font-display--l:    52px;
  --dane-font-display--m:    48px;
  --dane-font-display--s:    44px;
  --dane-font-paragraph--x-x-l:20px;
  --dane-font-paragraph--x-l:  17px;
  --dane-font-paragraph--l:    16px;
  --dane-font-paragraph--m:    14px;
  --dane-font-paragraph--s:    12px;
  --dane-font-body--1:       16px;
  --dane-font-body--2:       14px;
  --dane-font-paragraph:     20px;
}

/*!
   * Bootstrap Reboot v5.3.2 (https://getbootstrap.com/)
   * Copyright 2011-2023 The Bootstrap Authors
   * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
   */
:root,
[data-bs-theme="light"] {
  --dane-blue: #0d6efd;
  --dane-indigo: #6610f2;
  --dane-purple: #6f42c1;
  --dane-pink: #d63384;
  --dane-red: #dc3545;
  --dane-orange: #fd7e14;
  --dane-yellow: #ffc107;
  --dane-green: #198754;
  --dane-teal: #20c997;
  --dane-cyan: #0dcaf0;
  --dane-black: #000;
  --dane-white: #fff;
  --dane-gray: #6c757d;
  --dane-gray-dark: #343a40;
  --dane-gray-100: #f8f9fa;
  --dane-gray-200: #e9ecef;
  --dane-gray-300: #dee2e6;
  --dane-gray-400: #ced4da;
  --dane-gray-500: #adb5bd;
  --dane-gray-600: #6c757d;
  --dane-gray-700: #495057;
  --dane-gray-800: #343a40;
  --dane-gray-900: #212529;
  --dane-primary: #9fbb3c;
  --dane-secondary: #6c757d;
  --dane-success: #198754;
  --dane-info: #0dcaf0;
  --dane-warning: #ffc107;
  --dane-danger: #dc3545;
  --dane-light: #f8f9fa;
  --dane-dark: #212529;
  --dane-primary-rgb: 159, 187, 60;
  --dane-secondary-rgb: 108, 117, 125;
  --dane-success-rgb: 25, 135, 84;
  --dane-info-rgb: 13, 202, 240;
  --dane-warning-rgb: 255, 193, 7;
  --dane-danger-rgb: 220, 53, 69;
  --dane-light-rgb: 248, 249, 250;
  --dane-dark-rgb: 33, 37, 41;
  --dane-primary-text-emphasis: #404b18;
  --dane-secondary-text-emphasis: #2b2f32;
  --dane-success-text-emphasis: #0a3622;
  --dane-info-text-emphasis: #055160;
  --dane-warning-text-emphasis: #664d03;
  --dane-danger-text-emphasis: #58151c;
  --dane-light-text-emphasis: #495057;
  --dane-dark-text-emphasis: #495057;
  --dane-primary-bg-subtle: #ecf1d8;
  --dane-secondary-bg-subtle: #e2e3e5;
  --dane-success-bg-subtle: #d1e7dd;
  --dane-info-bg-subtle: #cff4fc;
  --dane-warning-bg-subtle: #fff3cd;
  --dane-danger-bg-subtle: #f8d7da;
  --dane-light-bg-subtle: #fcfcfd;
  --dane-dark-bg-subtle: #ced4da;
  --dane-primary-border-subtle: #d9e4b1;
  --dane-secondary-border-subtle: #c4c8cb;
  --dane-success-border-subtle: #a3cfbb;
  --dane-info-border-subtle: #9eeaf9;
  --dane-warning-border-subtle: #ffe69c;
  --dane-danger-border-subtle: #f1aeb5;
  --dane-light-border-subtle: #e9ecef;
  --dane-dark-border-subtle: #adb5bd;
  --dane-white-rgb: 255, 255, 255;
  --dane-black-rgb: 0, 0, 0;
  --dane-font-sans-serif: Open Sans;
  --dane-font-monospace: Open Sans;
  --dane-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --dane-body-font-family: var(--dane-font-sans-serif);
  --dane-body-font-size: 1.063rem;
  --dane-body-font-weight: normal;
  --dane-body-line-height: 1.5;
  --dane-body-color: #646464;
  --dane-body-color-rgb: 100, 100, 100;
  --dane-body-bg: #fff;
  --dane-body-bg-rgb: 255, 255, 255;
  --dane-emphasis-color: #000;
  --dane-emphasis-color-rgb: 0, 0, 0;
  --dane-secondary-color: rgba(100, 100, 100, 0.75);
  --dane-secondary-color-rgb: 100, 100, 100;
  --dane-secondary-bg: #e9ecef;
  --dane-secondary-bg-rgb: 233, 236, 239;
  --dane-tertiary-color: rgba(100, 100, 100, 0.5);
  --dane-tertiary-color-rgb: 100, 100, 100;
  --dane-tertiary-bg: #f8f9fa;
  --dane-tertiary-bg-rgb: 248, 249, 250;
  --dane-heading-color: #0a0a0a;
  --dane-link-color: #9fbb3c;
  --dane-link-color-rgb: 159, 187, 60;
  --dane-link-decoration: underline;
  --dane-link-hover-color: #7f9630;
  --dane-link-hover-color-rgb: 127, 150, 48;
  --dane-code-color: #d63384;
  --dane-highlight-color: #646464;
  --dane-highlight-bg: #fff3cd;
  --dane-border-width: 1px;
  --dane-border-style: solid;
  --dane-border-color: #dee2e6;
  --dane-border-color-translucent: rgba(0, 0, 0, 0.175);
  --dane-border-radius: 4px;
  --dane-border-radius-sm: 4px;
  --dane-border-radius-lg: 8px;
  --dane-border-radius-xl: 1rem;
  --dane-border-radius-xxl: 28px;
  --dane-border-radius-2xl: var(--dane-border-radius-xxl);
  --dane-border-radius-pill: 50rem;
  --dane-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --dane-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --dane-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --dane-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --dane-focus-ring-width: 0.25rem;
  --dane-focus-ring-opacity: 0.25;
  --dane-focus-ring-color: rgba(159, 187, 60, 0.25);
  --dane-form-valid-color: #198754;
  --dane-form-valid-border-color: #198754;
  --dane-form-invalid-color: #dc3545;
  --dane-form-invalid-border-color: #dc3545;
}

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

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

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

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

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: "Open Sans";
  font-weight: 600;
  line-height: 1.5;
  color: var(--dane-heading-color);
}

h1, .h1 {
  font-size: var(--dane-font-size--3-xl);
}

h2, .h2 {
  font-size: var(--dane-font-size--2-xl);
}

h3, .h3 {
  font-size: var(--dane-font-size--xl);
}

h4, .h4 {
  font-size: var(--dane-font-size--l);
}

h5, .h5 {
  font-size: var(--dane-font-size--m);
}

h6, .h6 {
  font-size: var(--dane-font-size--s);
}

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

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

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

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

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

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

dt {
  font-weight: bold;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

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

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

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

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

a:hover {
  --dane-link-color-rgb: var(--dane-link-hover-color-rgb);
}

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

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

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--dane-code-color);
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--dane-body-bg);
  background-color: var(--dane-body-color);
  border-radius: 4px;
}

kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

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

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

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

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

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

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

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

button,
select {
  text-transform: none;
}

[role="button"] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

select:disabled {
  opacity: 1;
}

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

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

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

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

textarea {
  resize: vertical;
}

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

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}

@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}

legend + * {
  clear: left;
}

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

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

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

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

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

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.lead {
  font-size: calc(1.257875rem + 0.0945vw);
  font-weight: 300;
}

@media (min-width: 1200px) {
  .lead {
    font-size: 1.32875rem;
  }
}

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.5;
}

@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.5;
}

@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.5;
}

@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.5;
}

@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.5;
}

@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.5;
}

@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

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

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

.list-inline-item {
  display: inline-block;
}

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

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: calc(1.257875rem + 0.0945vw);
}

@media (min-width: 1200px) {
  .blockquote {
    font-size: 1.32875rem;
  }
}

.blockquote > :last-child {
  margin-bottom: 0;
}

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

.blockquote-footer::before {
  content: "\2014\00A0";
}

.container,
.container-fluid,
.container-xs,
.container-sm,
.container-md,
.container-lg {
  --dane-gutter-x: 30px;
  --dane-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--dane-gutter-x) * .5);
  padding-left: calc(var(--dane-gutter-x) * .5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 425px) {
  .container, .container-xs, .heroSimple__bg .container, .heroSimple__bg .container-xs {
    max-width: 425px;
  }
}

@media (min-width: 650px) {
  .container, .container-xs, .container-sm, .heroSimple__bg .container, .heroSimple__bg .container-xs, .heroSimple__bg .container-sm {
    max-width: 620px;
  }
}

@media (min-width: 1025px) {
  .container, .container-xs, .container-sm, .container-md, .heroSimple__bg .container, .heroSimple__bg .container-xs, .heroSimple__bg .container-sm, .heroSimple__bg .container-md {
    max-width: 840px;
  }
}

@media (min-width: 1320px) {
  .container, .container-xs, .container-sm, .container-md, .container-lg, .heroSimple__bg .container, .heroSimple__bg .container-xs, .heroSimple__bg .container-sm, .heroSimple__bg .container-md, .heroSimple__bg .container-lg {
    max-width: 1200px;
  }
}

/*!
   * Bootstrap Grid v5.3.2 (https://getbootstrap.com/)
   * Copyright 2011-2023 The Bootstrap Authors
   * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
   */
.container,
.container-fluid,
.container-xs,
.container-sm,
.container-md,
.container-lg {
  --dane-gutter-x: 30px;
  --dane-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--dane-gutter-x) * .5);
  padding-left: calc(var(--dane-gutter-x) * .5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 425px) {
  .container, .container-xs, .heroSimple__bg .container, .heroSimple__bg .container-xs {
    max-width: 425px;
  }
}

@media (min-width: 650px) {
  .container, .container-xs, .container-sm, .heroSimple__bg .container, .heroSimple__bg .container-xs, .heroSimple__bg .container-sm {
    max-width: 620px;
  }
}

@media (min-width: 1025px) {
  .container, .container-xs, .container-sm, .container-md, .heroSimple__bg .container, .heroSimple__bg .container-xs, .heroSimple__bg .container-sm, .heroSimple__bg .container-md {
    max-width: 840px;
  }
}

@media (min-width: 1320px) {
  .container, .container-xs, .container-sm, .container-md, .container-lg, .heroSimple__bg .container, .heroSimple__bg .container-xs, .heroSimple__bg .container-sm, .heroSimple__bg .container-md, .heroSimple__bg .container-lg {
    max-width: 1200px;
  }
}

:root {
  --dane-breakpoint-xxs: 0;
  --dane-breakpoint-xs: 425px;
  --dane-breakpoint-sm: 650px;
  --dane-breakpoint-md: 1025px;
  --dane-breakpoint-lg: 1320px;
}

.row {
  --dane-gutter-x: 30px;
  --dane-gutter-y: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: calc(-1 * var(--dane-gutter-y));
  margin-right: calc(-.5 * var(--dane-gutter-x));
  margin-left: calc(-.5 * var(--dane-gutter-x));
}

.row > * {
  box-sizing: border-box;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--dane-gutter-x) * .5);
  padding-left: calc(var(--dane-gutter-x) * .5);
  margin-top: var(--dane-gutter-y);
}

.col {
  -ms-flex: 1 0 0%;
      flex: 1 0 0%;
}

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

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

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

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

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

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

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

.col-auto {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.g-0,
.gx-0 {
  --dane-gutter-x: 0;
}

.g-0,
.gy-0 {
  --dane-gutter-y: 0;
}

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

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

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

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

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

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

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

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

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

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

@media (min-width: 425px) {
  .col-xs {
    -ms-flex: 1 0 0%;
        flex: 1 0 0%;
  }
  .row-cols-xs-auto > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xs-1 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xs-2 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xs-3 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xs-4 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xs-5 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xs-6 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xs-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
  }
  .col-xs-1 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xs-2 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xs-3 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 25%;
  }
  .col-xs-4 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xs-5 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xs-6 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 50%;
  }
  .col-xs-7 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xs-8 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xs-9 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 75%;
  }
  .col-xs-10 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xs-11 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xs-12 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 100%;
  }
  .offset-xs-0 {
    margin-left: 0;
  }
  .offset-xs-1 {
    margin-left: 8.33333333%;
  }
  .offset-xs-2 {
    margin-left: 16.66666667%;
  }
  .offset-xs-3 {
    margin-left: 25%;
  }
  .offset-xs-4 {
    margin-left: 33.33333333%;
  }
  .offset-xs-5 {
    margin-left: 41.66666667%;
  }
  .offset-xs-6 {
    margin-left: 50%;
  }
  .offset-xs-7 {
    margin-left: 58.33333333%;
  }
  .offset-xs-8 {
    margin-left: 66.66666667%;
  }
  .offset-xs-9 {
    margin-left: 75%;
  }
  .offset-xs-10 {
    margin-left: 83.33333333%;
  }
  .offset-xs-11 {
    margin-left: 91.66666667%;
  }
  .g-xs-0,
  .gx-xs-0 {
    --dane-gutter-x: 0;
  }
  .g-xs-0,
  .gy-xs-0 {
    --dane-gutter-y: 0;
  }
  .g-xs-1,
  .gx-xs-1 {
    --dane-gutter-x: 0.25rem;
  }
  .g-xs-1,
  .gy-xs-1 {
    --dane-gutter-y: 0.25rem;
  }
  .g-xs-2,
  .gx-xs-2 {
    --dane-gutter-x: 0.5rem;
  }
  .g-xs-2,
  .gy-xs-2 {
    --dane-gutter-y: 0.5rem;
  }
  .g-xs-3,
  .gx-xs-3 {
    --dane-gutter-x: 1rem;
  }
  .g-xs-3,
  .gy-xs-3 {
    --dane-gutter-y: 1rem;
  }
  .g-xs-4,
  .gx-xs-4 {
    --dane-gutter-x: 1.5rem;
  }
  .g-xs-4,
  .gy-xs-4 {
    --dane-gutter-y: 1.5rem;
  }
  .g-xs-5,
  .gx-xs-5 {
    --dane-gutter-x: 3rem;
  }
  .g-xs-5,
  .gy-xs-5 {
    --dane-gutter-y: 3rem;
  }
}

@media (min-width: 650px) {
  .col-sm {
    -ms-flex: 1 0 0%;
        flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --dane-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --dane-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --dane-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --dane-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --dane-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --dane-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --dane-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --dane-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --dane-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --dane-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --dane-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --dane-gutter-y: 3rem;
  }
}

@media (min-width: 1025px) {
  .col-md {
    -ms-flex: 1 0 0%;
        flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --dane-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --dane-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --dane-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --dane-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --dane-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --dane-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --dane-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --dane-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --dane-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --dane-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --dane-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --dane-gutter-y: 3rem;
  }
}

@media (min-width: 1320px) {
  .col-lg {
    -ms-flex: 1 0 0%;
        flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --dane-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --dane-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --dane-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --dane-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --dane-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --dane-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --dane-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --dane-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --dane-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --dane-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --dane-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --dane-gutter-y: 3rem;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.justify-content-center {
  -ms-flex-pack: center !important;
      justify-content: center !important;
}

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

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

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

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

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

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

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

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

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

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

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important;
}

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

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

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 425px) {
  .d-xs-inline {
    display: inline !important;
  }
  .d-xs-inline-block {
    display: inline-block !important;
  }
  .d-xs-block {
    display: block !important;
  }
  .d-xs-grid {
    display: grid !important;
  }
  .d-xs-inline-grid {
    display: inline-grid !important;
  }
  .d-xs-table {
    display: table !important;
  }
  .d-xs-table-row {
    display: table-row !important;
  }
  .d-xs-table-cell {
    display: table-cell !important;
  }
  .d-xs-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xs-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-xs-none {
    display: none !important;
  }
  .flex-xs-fill {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
  }
  .flex-xs-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important;
  }
  .flex-xs-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important;
  }
  .flex-xs-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
  }
  .flex-xs-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
  }
  .flex-xs-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
  }
  .flex-xs-grow-1 {
    -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
  }
  .flex-xs-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xs-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-xs-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xs-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xs-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-xs-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important;
  }
  .justify-content-xs-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important;
  }
  .justify-content-xs-center {
    -ms-flex-pack: center !important;
        justify-content: center !important;
  }
  .justify-content-xs-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important;
  }
  .justify-content-xs-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-xs-evenly {
    -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important;
  }
  .align-items-xs-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important;
  }
  .align-items-xs-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important;
  }
  .align-items-xs-center {
    -ms-flex-align: center !important;
        align-items: center !important;
  }
  .align-items-xs-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important;
  }
  .align-items-xs-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important;
  }
  .align-content-xs-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xs-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xs-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xs-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xs-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xs-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xs-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xs-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xs-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xs-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-xs-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xs-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
  .order-xs-first {
    -ms-flex-order: -1 !important;
        order: -1 !important;
  }
  .order-xs-0 {
    -ms-flex-order: 0 !important;
        order: 0 !important;
  }
  .order-xs-1 {
    -ms-flex-order: 1 !important;
        order: 1 !important;
  }
  .order-xs-2 {
    -ms-flex-order: 2 !important;
        order: 2 !important;
  }
  .order-xs-3 {
    -ms-flex-order: 3 !important;
        order: 3 !important;
  }
  .order-xs-4 {
    -ms-flex-order: 4 !important;
        order: 4 !important;
  }
  .order-xs-5 {
    -ms-flex-order: 5 !important;
        order: 5 !important;
  }
  .order-xs-last {
    -ms-flex-order: 6 !important;
        order: 6 !important;
  }
  .m-xs-0 {
    margin: 0 !important;
  }
  .m-xs-1 {
    margin: 0.25rem !important;
  }
  .m-xs-2 {
    margin: 0.5rem !important;
  }
  .m-xs-3 {
    margin: 1rem !important;
  }
  .m-xs-4 {
    margin: 1.5rem !important;
  }
  .m-xs-5 {
    margin: 3rem !important;
  }
  .m-xs-auto {
    margin: auto !important;
  }
  .mx-xs-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xs-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xs-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xs-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xs-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xs-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xs-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xs-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xs-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xs-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xs-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xs-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xs-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xs-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xs-0 {
    margin-top: 0 !important;
  }
  .mt-xs-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xs-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xs-3 {
    margin-top: 1rem !important;
  }
  .mt-xs-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xs-5 {
    margin-top: 3rem !important;
  }
  .mt-xs-auto {
    margin-top: auto !important;
  }
  .me-xs-0 {
    margin-right: 0 !important;
  }
  .me-xs-1 {
    margin-right: 0.25rem !important;
  }
  .me-xs-2 {
    margin-right: 0.5rem !important;
  }
  .me-xs-3 {
    margin-right: 1rem !important;
  }
  .me-xs-4 {
    margin-right: 1.5rem !important;
  }
  .me-xs-5 {
    margin-right: 3rem !important;
  }
  .me-xs-auto {
    margin-right: auto !important;
  }
  .mb-xs-0 {
    margin-bottom: 0 !important;
  }
  .mb-xs-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xs-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xs-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xs-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xs-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xs-auto {
    margin-bottom: auto !important;
  }
  .ms-xs-0 {
    margin-left: 0 !important;
  }
  .ms-xs-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xs-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xs-3 {
    margin-left: 1rem !important;
  }
  .ms-xs-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xs-5 {
    margin-left: 3rem !important;
  }
  .ms-xs-auto {
    margin-left: auto !important;
  }
  .p-xs-0 {
    padding: 0 !important;
  }
  .p-xs-1 {
    padding: 0.25rem !important;
  }
  .p-xs-2 {
    padding: 0.5rem !important;
  }
  .p-xs-3 {
    padding: 1rem !important;
  }
  .p-xs-4 {
    padding: 1.5rem !important;
  }
  .p-xs-5 {
    padding: 3rem !important;
  }
  .px-xs-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xs-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xs-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xs-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xs-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xs-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xs-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xs-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xs-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xs-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xs-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xs-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xs-0 {
    padding-top: 0 !important;
  }
  .pt-xs-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xs-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xs-3 {
    padding-top: 1rem !important;
  }
  .pt-xs-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xs-5 {
    padding-top: 3rem !important;
  }
  .pe-xs-0 {
    padding-right: 0 !important;
  }
  .pe-xs-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xs-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xs-3 {
    padding-right: 1rem !important;
  }
  .pe-xs-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xs-5 {
    padding-right: 3rem !important;
  }
  .pb-xs-0 {
    padding-bottom: 0 !important;
  }
  .pb-xs-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xs-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xs-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xs-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xs-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xs-0 {
    padding-left: 0 !important;
  }
  .ps-xs-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xs-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xs-3 {
    padding-left: 1rem !important;
  }
  .ps-xs-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xs-5 {
    padding-left: 3rem !important;
  }
}

@media (min-width: 650px) {
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
  }
  .flex-sm-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
        justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
        align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
  .order-sm-first {
    -ms-flex-order: -1 !important;
        order: -1 !important;
  }
  .order-sm-0 {
    -ms-flex-order: 0 !important;
        order: 0 !important;
  }
  .order-sm-1 {
    -ms-flex-order: 1 !important;
        order: 1 !important;
  }
  .order-sm-2 {
    -ms-flex-order: 2 !important;
        order: 2 !important;
  }
  .order-sm-3 {
    -ms-flex-order: 3 !important;
        order: 3 !important;
  }
  .order-sm-4 {
    -ms-flex-order: 4 !important;
        order: 4 !important;
  }
  .order-sm-5 {
    -ms-flex-order: 5 !important;
        order: 5 !important;
  }
  .order-sm-last {
    -ms-flex-order: 6 !important;
        order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
}

@media (min-width: 1025px) {
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
  }
  .flex-md-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
        justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
        align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
  .order-md-first {
    -ms-flex-order: -1 !important;
        order: -1 !important;
  }
  .order-md-0 {
    -ms-flex-order: 0 !important;
        order: 0 !important;
  }
  .order-md-1 {
    -ms-flex-order: 1 !important;
        order: 1 !important;
  }
  .order-md-2 {
    -ms-flex-order: 2 !important;
        order: 2 !important;
  }
  .order-md-3 {
    -ms-flex-order: 3 !important;
        order: 3 !important;
  }
  .order-md-4 {
    -ms-flex-order: 4 !important;
        order: 4 !important;
  }
  .order-md-5 {
    -ms-flex-order: 5 !important;
        order: 5 !important;
  }
  .order-md-last {
    -ms-flex-order: 6 !important;
        order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
}

@media (min-width: 1320px) {
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
  }
  .flex-lg-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
        justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
        align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
  .order-lg-first {
    -ms-flex-order: -1 !important;
        order: -1 !important;
  }
  .order-lg-0 {
    -ms-flex-order: 0 !important;
        order: 0 !important;
  }
  .order-lg-1 {
    -ms-flex-order: 1 !important;
        order: 1 !important;
  }
  .order-lg-2 {
    -ms-flex-order: 2 !important;
        order: 2 !important;
  }
  .order-lg-3 {
    -ms-flex-order: 3 !important;
        order: 3 !important;
  }
  .order-lg-4 {
    -ms-flex-order: 4 !important;
        order: 4 !important;
  }
  .order-lg-5 {
    -ms-flex-order: 5 !important;
        order: 5 !important;
  }
  .order-lg-last {
    -ms-flex-order: 6 !important;
        order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
}

@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-inline-grid {
    display: inline-grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}

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

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

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

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

ol,
ul,
dl {
  margin-block-start: 0;
  margin-block-end: 0;
}

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

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: 700;
}

small, .small {
  font-size: 0.75rem;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

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

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

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--dane-code-color);
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--dane-body-bg);
  background-color: var(--dane-body-color);
  border-radius: 4px;
}

kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

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

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

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

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

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

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

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

button,
select {
  text-transform: none;
}

[role="button"] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

select:disabled {
  opacity: 1;
}

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

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

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

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

textarea {
  resize: vertical;
}

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

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}

@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}

legend + * {
  clear: left;
}

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

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

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

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

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

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.form-label {
  margin-bottom: 0.5rem;
}

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

.col-form-label-lg {
  padding-top: calc(0.5rem + var(--dane-border-width));
  padding-bottom: calc(0.5rem + var(--dane-border-width));
  font-size: calc(1.257875rem + 0.0945vw);
}

@media (min-width: 1200px) {
  .col-form-label-lg {
    font-size: 1.32875rem;
  }
}

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

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

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1.063rem;
  font-weight: normal;
  line-height: 1.5;
  color: var(--dane-body-color);
  appearance: none;
  background-color: var(--dane-body-bg);
  background-clip: padding-box;
  border: var(--dane-border-width) solid var(--dane-border-color);
  border-radius: var(--dane-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control[type="file"] {
  overflow: hidden;
}

.form-control[type="file"]:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.form-control:focus {
  color: var(--dane-body-color);
  background-color: var(--dane-body-bg);
  border-color: #cfdd9e;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(159, 187, 60, 0.25);
}

.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}

.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}

.form-control:-ms-input-placeholder {
  color: var(--dane-secondary-color);
  opacity: 1;
}

.form-control::placeholder {
  color: var(--dane-secondary-color);
  opacity: 1;
}

.form-control:disabled {
  background-color: var(--dane-secondary-bg);
  opacity: 1;
}

.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--dane-body-color);
  background-color: var(--dane-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--dane-border-width);
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--dane-secondary-bg);
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: var(--dane-body-color);
  background-color: transparent;
  border: solid transparent;
  border-width: var(--dane-border-width) 0;
}

.form-control-plaintext:focus {
  outline: 0;
}

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--dane-border-width) * 2));
  padding: 0.25rem 0.5rem;
  font-size: 0.930125rem;
  border-radius: var(--dane-border-radius-sm);
}

.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--dane-border-width) * 2));
  padding: 0.5rem 1rem;
  font-size: calc(1.257875rem + 0.0945vw);
  border-radius: var(--dane-border-radius-lg);
}

@media (min-width: 1200px) {
  .form-control-lg {
    font-size: 1.32875rem;
  }
}

.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + calc(var(--dane-border-width) * 2));
}

textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--dane-border-width) * 2));
}

textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--dane-border-width) * 2));
}

.form-control-color {
  width: 3rem;
  height: calc(1.5em + 0.75rem + calc(var(--dane-border-width) * 2));
  padding: 0.375rem;
}

.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: var(--dane-border-radius);
}

.form-control-color::-webkit-color-swatch {
  border: 0 !important;
  border-radius: var(--dane-border-radius);
}

.form-control-color.form-control-sm {
  height: calc(1.5em + 0.5rem + calc(var(--dane-border-width) * 2));
}

.form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + calc(var(--dane-border-width) * 2));
}

.form-select {
  --dane-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1.063rem;
  font-weight: normal;
  line-height: 1.5;
  color: var(--dane-body-color);
  appearance: none;
  background-color: var(--dane-body-bg);
  background-image: var(--dane-form-select-bg-img), var(--dane-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: var(--dane-border-width) solid var(--dane-border-color);
  border-radius: var(--dane-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}

.form-select:focus {
  border-color: #cfdd9e;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(159, 187, 60, 0.25);
}

.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}

.form-select:disabled {
  background-color: var(--dane-secondary-bg);
}

.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--dane-body-color);
}

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

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: calc(1.257875rem + 0.0945vw);
  border-radius: var(--dane-border-radius-lg);
}

@media (min-width: 1200px) {
  .form-select-lg {
    font-size: 1.32875rem;
  }
}

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

.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

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

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

.form-check-input {
  --dane-form-check-bg: var(--dane-body-bg);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  appearance: none;
  background-color: var(--dane-form-check-bg);
  background-image: var(--dane-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--dane-border-width) solid var(--dane-border-color);
  print-color-adjust: exact;
}

.form-check-input[type="checkbox"] {
  border-radius: 0.25em;
}

.form-check-input[type="radio"] {
  border-radius: 50%;
}

.form-check-input:active {
  filter: brightness(90%);
}

.form-check-input:focus {
  border-color: #cfdd9e;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(159, 187, 60, 0.25);
}

.form-check-input:checked {
  background-color: #9fbb3c;
  border-color: #9fbb3c;
}

.form-check-input:checked[type="checkbox"] {
  --dane-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

.form-check-input:checked[type="radio"] {
  --dane-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-input[type="checkbox"]:indeterminate {
  background-color: #9fbb3c;
  border-color: #9fbb3c;
  --dane-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}

.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}

.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}

.form-switch .form-check-input {
  --dane-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  width: 2em;
  margin-left: -2.5em;
  background-image: var(--dane-form-switch-bg);
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}

.form-switch .form-check-input:focus {
  --dane-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23cfdd9e'/%3e%3c/svg%3e");
}

.form-switch .form-check-input:checked {
  background-position: right center;
  --dane-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}

.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}

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

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  appearance: none;
  background-color: transparent;
}

.form-range:focus {
  outline: 0;
}

.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(159, 187, 60, 0.25);
}

.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(159, 187, 60, 0.25);
}

.form-range::-moz-focus-outer {
  border: 0;
}

.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  appearance: none;
  background-color: #9fbb3c;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    transition: none;
  }
}

.form-range::-webkit-slider-thumb:active {
  background-color: #e2ebc5;
}

.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--dane-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}

.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  appearance: none;
  background-color: #9fbb3c;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    transition: none;
  }
}

.form-range::-moz-range-thumb:active {
  background-color: #e2ebc5;
}

.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--dane-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}

.form-range:disabled {
  pointer-events: none;
}

.form-range:disabled::-webkit-slider-thumb {
  background-color: var(--dane-secondary-color);
}

.form-range:disabled::-moz-range-thumb {
  background-color: var(--dane-secondary-color);
}

.form-floating {
  position: relative;
}

.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem + calc(var(--dane-border-width) * 2));
  min-height: calc(3.5rem + calc(var(--dane-border-width) * 2));
  line-height: 1.25;
}

.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: var(--dane-border-width) solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}

.form-floating > .form-control,
.form-floating > .form-control-plaintext {
  padding: 1rem 0.75rem;
}

.form-floating > .form-control:-ms-input-placeholder,
.form-floating > .form-control-plaintext:-ms-input-placeholder {
  color: transparent;
}

.form-floating > .form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}

.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating > .form-control:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
  color: rgba(var(--dane-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating > .form-control:focus ~ label::after,
.form-floating > .form-control:not(:placeholder-shown) ~ label::after,
.form-floating > .form-control-plaintext ~ label::after,
.form-floating > .form-select ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--dane-body-bg);
  border-radius: var(--dane-border-radius);
}

.form-floating > .form-control:-webkit-autofill ~ label {
  color: rgba(var(--dane-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating > .form-control-plaintext ~ label {
  border-width: var(--dane-border-width) 0;
}

.form-floating > :disabled ~ label,
.form-floating > .form-control:disabled ~ label {
  color: #6c757d;
}

.form-floating > :disabled ~ label::after,
.form-floating > .form-control:disabled ~ label::after {
  background-color: var(--dane-secondary-bg);
}

.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: stretch;
      align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .form-select,
.input-group > .form-floating {
  position: relative;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}

.input-group > .form-control:focus,
.input-group > .form-select:focus,
.input-group > .form-floating:focus-within {
  z-index: 5;
}

.input-group .btn {
  position: relative;
  z-index: 2;
}

.input-group .btn:focus {
  z-index: 5;
}

.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1.063rem;
  font-weight: normal;
  line-height: 1.5;
  color: var(--dane-body-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--dane-tertiary-bg);
  border: var(--dane-border-width) solid var(--dane-border-color);
  border-radius: var(--dane-border-radius);
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: calc(1.257875rem + 0.0945vw);
  border-radius: var(--dane-border-radius-lg);
}

@media (min-width: 1200px) {
  .input-group-lg > .form-control,
  .input-group-lg > .form-select,
  .input-group-lg > .input-group-text,
  .input-group-lg > .btn {
    font-size: 1.32875rem;
  }
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.930125rem;
  border-radius: var(--dane-border-radius-sm);
}

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

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group.has-validation > :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n + 4),
.input-group.has-validation > .form-floating:nth-last-child(n + 3) > .form-control,
.input-group.has-validation > .form-floating:nth-last-child(n + 3) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(var(--dane-border-width) * -1);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

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

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

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

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: var(--dane-form-valid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: var(--dane-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--dane-success-rgb), 0.25);
}

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

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: var(--dane-form-valid-border-color);
}

.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  --dane-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: var(--dane-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--dane-success-rgb), 0.25);
}

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

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: var(--dane-form-valid-border-color);
}

.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: var(--dane-form-valid-color);
}

.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--dane-success-rgb), 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: var(--dane-form-valid-color);
}

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

.was-validated .input-group > .form-control:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid, .was-validated
.input-group > .form-select:not(:focus):valid,
.input-group > .form-select:not(:focus).is-valid, .was-validated
.input-group > .form-floating:not(:focus-within):valid,
.input-group > .form-floating:not(:focus-within).is-valid {
  z-index: 3;
}

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

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

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

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

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: var(--dane-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--dane-danger-rgb), 0.25);
}

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

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: var(--dane-form-invalid-border-color);
}

.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  --dane-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: var(--dane-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--dane-danger-rgb), 0.25);
}

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

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: var(--dane-form-invalid-border-color);
}

.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: var(--dane-form-invalid-color);
}

.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--dane-danger-rgb), 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: var(--dane-form-invalid-color);
}

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

.was-validated .input-group > .form-control:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid, .was-validated
.input-group > .form-select:not(:focus):invalid,
.input-group > .form-select:not(:focus).is-invalid, .was-validated
.input-group > .form-floating:not(:focus-within):invalid,
.input-group > .form-floating:not(:focus-within).is-invalid {
  z-index: 4;
}

.btn {
  --dane-btn-padding-x: 20px;
  --dane-btn-padding-y: 8px;
  --dane-btn-font-family: ;
  --dane-btn-font-size: 1.25rem;
  --dane-btn-font-weight: 600;
  --dane-btn-line-height: 1.4;
  --dane-btn-color: var(--dane-body-color);
  --dane-btn-bg: transparent;
  --dane-btn-border-width: var(--dane-border-width);
  --dane-btn-border-color: transparent;
  --dane-btn-border-radius: 50rem;
  --dane-btn-hover-border-color: transparent;
  --dane-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --dane-btn-disabled-opacity: 0.65;
  --dane-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--dane-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--dane-btn-padding-y) var(--dane-btn-padding-x);
  font-family: var(--dane-btn-font-family);
  font-size: var(--dane-btn-font-size);
  font-weight: var(--dane-btn-font-weight);
  line-height: var(--dane-btn-line-height);
  color: var(--dane-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: var(--dane-btn-border-width) solid var(--dane-btn-border-color);
  border-radius: var(--dane-btn-border-radius);
  background-color: var(--dane-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn:hover {
  color: var(--dane-btn-hover-color);
  background-color: var(--dane-btn-hover-bg);
  border-color: var(--dane-btn-hover-border-color);
}

.btn-check + .btn:hover {
  color: var(--dane-btn-color);
  background-color: var(--dane-btn-bg);
  border-color: var(--dane-btn-border-color);
}

.btn:focus-visible {
  color: var(--dane-btn-hover-color);
  background-color: var(--dane-btn-hover-bg);
  border-color: var(--dane-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--dane-btn-focus-box-shadow);
}

.btn-check:focus-visible + .btn {
  border-color: var(--dane-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--dane-btn-focus-box-shadow);
}

.btn-check:checked + .btn,
:not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  color: var(--dane-btn-active-color);
  background-color: var(--dane-btn-active-bg);
  border-color: var(--dane-btn-active-border-color);
}

.btn-check:checked + .btn:focus-visible,
:not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
  box-shadow: var(--dane-btn-focus-box-shadow);
}

.btn:disabled, .btn.disabled,
fieldset:disabled .btn {
  color: var(--dane-btn-disabled-color);
  pointer-events: none;
  background-color: var(--dane-btn-disabled-bg);
  border-color: var(--dane-btn-disabled-border-color);
  opacity: var(--dane-btn-disabled-opacity);
}

.btn-primary {
  --dane-btn-color: #000;
  --dane-btn-bg: #9fbb3c;
  --dane-btn-border-color: #9fbb3c;
  --dane-btn-hover-color: #000;
  --dane-btn-hover-bg: #adc559;
  --dane-btn-hover-border-color: #a9c250;
  --dane-btn-focus-shadow-rgb: 135, 159, 51;
  --dane-btn-active-color: #000;
  --dane-btn-active-bg: #b2c963;
  --dane-btn-active-border-color: #a9c250;
  --dane-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --dane-btn-disabled-color: #000;
  --dane-btn-disabled-bg: #9fbb3c;
  --dane-btn-disabled-border-color: #9fbb3c;
}

.btn-secondary {
  --dane-btn-color: #fff;
  --dane-btn-bg: #6c757d;
  --dane-btn-border-color: #6c757d;
  --dane-btn-hover-color: #fff;
  --dane-btn-hover-bg: #5c636a;
  --dane-btn-hover-border-color: #565e64;
  --dane-btn-focus-shadow-rgb: 130, 138, 145;
  --dane-btn-active-color: #fff;
  --dane-btn-active-bg: #565e64;
  --dane-btn-active-border-color: #51585e;
  --dane-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --dane-btn-disabled-color: #fff;
  --dane-btn-disabled-bg: #6c757d;
  --dane-btn-disabled-border-color: #6c757d;
}

.btn-success {
  --dane-btn-color: #fff;
  --dane-btn-bg: #198754;
  --dane-btn-border-color: #198754;
  --dane-btn-hover-color: #fff;
  --dane-btn-hover-bg: #157347;
  --dane-btn-hover-border-color: #146c43;
  --dane-btn-focus-shadow-rgb: 60, 153, 110;
  --dane-btn-active-color: #fff;
  --dane-btn-active-bg: #146c43;
  --dane-btn-active-border-color: #13653f;
  --dane-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --dane-btn-disabled-color: #fff;
  --dane-btn-disabled-bg: #198754;
  --dane-btn-disabled-border-color: #198754;
}

.btn-info {
  --dane-btn-color: #000;
  --dane-btn-bg: #0dcaf0;
  --dane-btn-border-color: #0dcaf0;
  --dane-btn-hover-color: #000;
  --dane-btn-hover-bg: #31d2f2;
  --dane-btn-hover-border-color: #25cff2;
  --dane-btn-focus-shadow-rgb: 11, 172, 204;
  --dane-btn-active-color: #000;
  --dane-btn-active-bg: #3dd5f3;
  --dane-btn-active-border-color: #25cff2;
  --dane-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --dane-btn-disabled-color: #000;
  --dane-btn-disabled-bg: #0dcaf0;
  --dane-btn-disabled-border-color: #0dcaf0;
}

.btn-warning {
  --dane-btn-color: #000;
  --dane-btn-bg: #ffc107;
  --dane-btn-border-color: #ffc107;
  --dane-btn-hover-color: #000;
  --dane-btn-hover-bg: #ffca2c;
  --dane-btn-hover-border-color: #ffc720;
  --dane-btn-focus-shadow-rgb: 217, 164, 6;
  --dane-btn-active-color: #000;
  --dane-btn-active-bg: #ffcd39;
  --dane-btn-active-border-color: #ffc720;
  --dane-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --dane-btn-disabled-color: #000;
  --dane-btn-disabled-bg: #ffc107;
  --dane-btn-disabled-border-color: #ffc107;
}

.btn-danger {
  --dane-btn-color: #fff;
  --dane-btn-bg: #dc3545;
  --dane-btn-border-color: #dc3545;
  --dane-btn-hover-color: #fff;
  --dane-btn-hover-bg: #bb2d3b;
  --dane-btn-hover-border-color: #b02a37;
  --dane-btn-focus-shadow-rgb: 225, 83, 97;
  --dane-btn-active-color: #fff;
  --dane-btn-active-bg: #b02a37;
  --dane-btn-active-border-color: #a52834;
  --dane-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --dane-btn-disabled-color: #fff;
  --dane-btn-disabled-bg: #dc3545;
  --dane-btn-disabled-border-color: #dc3545;
}

.btn-light {
  --dane-btn-color: #000;
  --dane-btn-bg: #f8f9fa;
  --dane-btn-border-color: #f8f9fa;
  --dane-btn-hover-color: #000;
  --dane-btn-hover-bg: #d3d4d5;
  --dane-btn-hover-border-color: #c6c7c8;
  --dane-btn-focus-shadow-rgb: 211, 212, 213;
  --dane-btn-active-color: #000;
  --dane-btn-active-bg: #c6c7c8;
  --dane-btn-active-border-color: #babbbc;
  --dane-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --dane-btn-disabled-color: #000;
  --dane-btn-disabled-bg: #f8f9fa;
  --dane-btn-disabled-border-color: #f8f9fa;
}

.btn-dark {
  --dane-btn-color: #fff;
  --dane-btn-bg: #212529;
  --dane-btn-border-color: #212529;
  --dane-btn-hover-color: #fff;
  --dane-btn-hover-bg: #424649;
  --dane-btn-hover-border-color: #373b3e;
  --dane-btn-focus-shadow-rgb: 66, 70, 73;
  --dane-btn-active-color: #fff;
  --dane-btn-active-bg: #4d5154;
  --dane-btn-active-border-color: #373b3e;
  --dane-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --dane-btn-disabled-color: #fff;
  --dane-btn-disabled-bg: #212529;
  --dane-btn-disabled-border-color: #212529;
}

.btn-outline-primary {
  --dane-btn-color: #9fbb3c;
  --dane-btn-border-color: #9fbb3c;
  --dane-btn-hover-color: #000;
  --dane-btn-hover-bg: #9fbb3c;
  --dane-btn-hover-border-color: #9fbb3c;
  --dane-btn-focus-shadow-rgb: 159, 187, 60;
  --dane-btn-active-color: #000;
  --dane-btn-active-bg: #9fbb3c;
  --dane-btn-active-border-color: #9fbb3c;
  --dane-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --dane-btn-disabled-color: #9fbb3c;
  --dane-btn-disabled-bg: transparent;
  --dane-btn-disabled-border-color: #9fbb3c;
  --dane-gradient: none;
}

.btn-outline-secondary {
  --dane-btn-color: #6c757d;
  --dane-btn-border-color: #6c757d;
  --dane-btn-hover-color: #fff;
  --dane-btn-hover-bg: #6c757d;
  --dane-btn-hover-border-color: #6c757d;
  --dane-btn-focus-shadow-rgb: 108, 117, 125;
  --dane-btn-active-color: #fff;
  --dane-btn-active-bg: #6c757d;
  --dane-btn-active-border-color: #6c757d;
  --dane-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --dane-btn-disabled-color: #6c757d;
  --dane-btn-disabled-bg: transparent;
  --dane-btn-disabled-border-color: #6c757d;
  --dane-gradient: none;
}

.btn-outline-success {
  --dane-btn-color: #198754;
  --dane-btn-border-color: #198754;
  --dane-btn-hover-color: #fff;
  --dane-btn-hover-bg: #198754;
  --dane-btn-hover-border-color: #198754;
  --dane-btn-focus-shadow-rgb: 25, 135, 84;
  --dane-btn-active-color: #fff;
  --dane-btn-active-bg: #198754;
  --dane-btn-active-border-color: #198754;
  --dane-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --dane-btn-disabled-color: #198754;
  --dane-btn-disabled-bg: transparent;
  --dane-btn-disabled-border-color: #198754;
  --dane-gradient: none;
}

.btn-outline-info {
  --dane-btn-color: #0dcaf0;
  --dane-btn-border-color: #0dcaf0;
  --dane-btn-hover-color: #000;
  --dane-btn-hover-bg: #0dcaf0;
  --dane-btn-hover-border-color: #0dcaf0;
  --dane-btn-focus-shadow-rgb: 13, 202, 240;
  --dane-btn-active-color: #000;
  --dane-btn-active-bg: #0dcaf0;
  --dane-btn-active-border-color: #0dcaf0;
  --dane-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --dane-btn-disabled-color: #0dcaf0;
  --dane-btn-disabled-bg: transparent;
  --dane-btn-disabled-border-color: #0dcaf0;
  --dane-gradient: none;
}

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

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

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

.btn-outline-dark {
  --dane-btn-color: #212529;
  --dane-btn-border-color: #212529;
  --dane-btn-hover-color: #fff;
  --dane-btn-hover-bg: #212529;
  --dane-btn-hover-border-color: #212529;
  --dane-btn-focus-shadow-rgb: 33, 37, 41;
  --dane-btn-active-color: #fff;
  --dane-btn-active-bg: #212529;
  --dane-btn-active-border-color: #212529;
  --dane-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --dane-btn-disabled-color: #212529;
  --dane-btn-disabled-bg: transparent;
  --dane-btn-disabled-border-color: #212529;
  --dane-gradient: none;
}

.btn-link {
  --dane-btn-font-weight: normal;
  --dane-btn-color: var(--dane-link-color);
  --dane-btn-bg: transparent;
  --dane-btn-border-color: transparent;
  --dane-btn-hover-color: var(--dane-link-hover-color);
  --dane-btn-hover-border-color: transparent;
  --dane-btn-active-color: var(--dane-link-hover-color);
  --dane-btn-active-border-color: transparent;
  --dane-btn-disabled-color: #6c757d;
  --dane-btn-disabled-border-color: transparent;
  --dane-btn-box-shadow: 0 0 0 #000;
  --dane-btn-focus-shadow-rgb: 135, 159, 51;
  text-decoration: underline;
}

.btn-link:focus-visible {
  color: var(--dane-btn-color);
}

.btn-link:hover {
  color: var(--dane-btn-hover-color);
}

.btn-lg {
  --dane-btn-padding-y: 12px;
  --dane-btn-padding-x: 24px;
  --dane-btn-font-size: 1.0625rem;
  --dane-btn-border-radius: 50rem;
}

.btn-sm {
  --dane-btn-padding-y: 0.25rem;
  --dane-btn-padding-x: 0.5rem;
  --dane-btn-font-size: 0.930125rem;
  --dane-btn-border-radius: 50rem;
}

input {
  background-color: orange;
}

.site-header {
  position: absolute;
  z-index: 996;
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s ease-in-out;
}

.site-header.active-bg {
  background-color: #000000;
}

.site-header.scrolled {
  position: fixed;
  top: 0;
  background-color: #000000;
}

.header {
  /* Show search input when targeted */
}

.header a {
  text-decoration: none;
}

.header__wrapper {
  display: grid;
  grid-template-columns: auto auto auto;
  -ms-flex-align: center;
      align-items: center;
  gap: 24px;
}

@media (max-width: 768px) {
  .header__wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding: 24px;
    background-color: #000000;
  }
}

.header__wrapper.search-active {
  grid-template-columns: auto 1fr;
}

.header .search-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  padding: 24px 0 24px 12px;
  gap: 12px;
}

.header .search-container .search-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
}

.header .search-container .search-wrapper .search-input {
  border-radius: 4px;
}

.header .search-container .search-wrapper .btn-search {
  background-color: #b2c963;
  padding: 5px 12px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  margin-left: -4px;
  border: none;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
}

.header .search-container .search-close {
  cursor: pointer;
  margin-left: 8px;
}

.header .search-container .search-close svg {
  width: 20px;
  height: 20px;
}

@media (max-width: 768px) {
  .header .search-container {
    padding: 1px;
  }
}

.header__logo {
  height: auto;
  width: auto;
}

.header__logo img {
  height: 36px;
  width: auto;
}

@media (max-width: 768px) {
  .header__logo {
    -ms-flex-order: 2;
        order: 2;
    margin: 0 auto;
  }
  .header__logo.search-active {
    display: none;
  }
}

.header__menu.none {
  display: none;
}

.header__menu ul {
  padding: 0;
  margin: 0;
}

.header__menu ul li.active {
  position: relative;
}

.header__menu ul li.active::after {
  content: '';
  position: absolute;
  bottom: 20px;
  left: 0px;
  width: 100%;
  border-bottom: 2px solid #9fbb3c;
  padding-bottom: 4px;
}

@media (max-width: 649.98px) {
  .header__menu ul li.active {
    color: #9fbb3c;
    position: relative;
    font-weight: 700;
  }
  .header__menu ul li.active::after {
    content: none;
  }
  .header__menu ul li.active > a {
    color: #9fbb3c;
  }
}

.header__menu ul li:hover > a {
  color: #9fbb3c !important;
}

.header__menu ul li:hover > a::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='%239FBB3C' viewBox='0 0 256 256'%3E%3Cpath d='M213.66,101.66l-80,80a8,8,0,0,1-11.32,0l-80-80A8,8,0,0,1,53.66,90.34L128,164.69l74.34-74.35a8,8,0,0,1,11.32,11.32Z'%3E%3C/path%3E%3C/svg%3E") !important;
}

.header__menu .dropdown-menu {
  position: absolute;
  background-color: #ffffff;
  width: 272px;
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.5);
  white-space: wrap;
}

@media (max-width: 768px) {
  .header__menu .dropdown-menu {
    width: 100%;
    position: relative;
    padding-left: 12px;
  }
}

.header__menu a {
  font-size: 14px;
  padding: calc(6px + 24px) 12px;
  display: block;
}

.header__menu .menu-item-has-children.dropdown > a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.header__menu .menu-item-has-children.dropdown > a::after {
  content: '';
  width: 16px;
  height: 16px;
  margin-left: 8px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='%23FFFFFF' viewBox='0 0 256 256'%3E%3Cpath d='M213.66,101.66l-80,80a8,8,0,0,1-11.32,0l-80-80A8,8,0,0,1,53.66,90.34L128,164.69l74.34-74.35a8,8,0,0,1,11.32,11.32Z'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  margin-top: 3px;
}

.header__menu .menu-item-has-children.dropdown ul li.active::after {
  content: none;
}

.header__menu .menu-item-has-children.dropdown ul li.active > a {
  color: #9fbb3c;
}

.header__menu .menu-item-has-children.dropdown ul li:last-child {
  border-bottom: 4px solid #9fbb3c;
}

.header__menu .menu-item-has-children.dropdown:hover > ul {
  display: block;
}

.header__menu .menu-item-has-children.dropdown > ul a {
  padding: 15px 20px;
  color: #1d1d1b;
}

.header__menu .menu-item-has-children.dropdown > ul a::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='%23000000' viewBox='0 0 256 256'%3E%3Cpath d='M213.66,101.66l-80,80a8,8,0,0,1-11.32,0l-80-80A8,8,0,0,1,53.66,90.34L128,164.69l74.34-74.35a8,8,0,0,1,11.32,11.32Z'%3E%3C/path%3E%3C/svg%3E") !important;
  transform: rotate(-90deg);
}

.header__menu .menu-item-has-children.dropdown .menu-item-has-children ul li.active::after {
  content: none;
}

.header__menu .menu-item-has-children.dropdown .menu-item-has-children ul li.active > a {
  color: #9fbb3c;
}

.header__menu .menu-item-has-children.dropdown .menu-item-has-children.dropdown > ul {
  position: absolute;
  left: calc(100% + 1px);
  margin-top: -37px;
}

@media (max-width: 768px) {
  .header__menu .menu-item-has-children.dropdown .menu-item-has-children.dropdown > ul {
    width: 100%;
    box-shadow: none;
    margin-top: 0;
    position: relative;
    margin-left: 24px;
    left: 0;
  }
}

.header__menu > ul {
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.header__menu > ul > li {
  display: inline;
  white-space: nowrap;
}

.header__menu > ul > li:not(:last-child) {
  margin-right: 12px;
}

.header__menu > ul > li > a {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  white-space: nowrap;
  color: #ffffff;
}

.header__menu > ul li {
  display: block;
  width: 100%;
}

.header__menu > ul ul {
  display: none;
}

@media (max-width: 768px) {
  .header__menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #000000;
    transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out;
  }
  .header__menu.active {
    display: block;
  }
  .header__menu ul {
    display: block;
    padding: 0;
    margin: 0;
  }
  .header__menu ul li {
    display: block;
    width: 100%;
  }
  .header__menu ul li.active > a {
    color: #9fbb3c;
    position: relative;
    font-weight: 700;
  }
  .header__menu ul li.active > a::after {
    content: none;
  }
  .header__menu ul li:not(:last-child) {
    margin-right: 0;
  }
  .header__menu ul li > a {
    display: block;
    padding: 12px 24px;
    color: #ffffff;
  }
  .header__menu .header__action--mobile {
    display: block;
    text-align: center;
    padding: 12px 0;
  }
  .header__menu .dropdown-menu {
    display: none;
  }
}

.header__action {
  text-align: right;
}

.header__action-lang {
  font-size: 14px;
}

.header__action-lang a {
  color: #ffffff;
  padding: 0 12px;
}

.header__action-lang a:hover {
  color: #9fbb3c;
}

.header__action-lang > *:not(:last-child) {
  box-shadow: inset -1px 0px 0 0 #ffffff;
}

@media (max-width: 768px) {
  .header__action {
    -ms-flex-order: 3;
        order: 3;
  }
}

.header .hamburger__menu,
.header .hamburger__close {
  cursor: pointer;
  display: none;
}

@media (max-width: 768px) {
  .header .hamburger__menu,
  .header .hamburger__close {
    display: block;
    -ms-flex-order: 1;
        order: 1;
  }
}

.header .hamburger__close {
  display: none;
}

.header .header__menu.active + .hamburger__menu {
  display: none;
}

.header .header__menu.active + .hamburger__menu + .hamburger__close {
  display: block;
}

.header #searchInput:target {
  display: block;
  /* Show search input when targeted */
}

.header #searchInput:target + .header__menu {
  display: none;
  /* Hide the menu when search is open */
}

.footer {
  background-color: #ededed;
  padding-top: 80px;
  background-image: var(--bg-image);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: cover;
}

.footer ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.footer ul li {
  padding: 6px 0;
  font-size: 14px;
}

.footer ul li a {
  font-size: 14px;
  color: #1d1d1b;
}

.footer__head-wrapper, .footer__content-wrapper {
  padding-bottom: 48px;
  margin-bottom: 48px;
  border-bottom: 1px solid var(--dane-color--main);
}

.footer__logo {
  display: -ms-flexbox;
  display: flex;
}

.footer__logo > .inner {
  width: auto;
  height: 66px;
}

.footer__logo > .inner:not(:last-child) {
  padding-right: 60px;
  position: relative;
}

.footer__logo > .inner:not(:last-child)::after {
  position: absolute;
  content: '';
  top: 0;
  right: 28px;
  width: 4px;
  height: 100%;
  background-color: #e0e0e0;
}

.footer__logo > .inner img {
  width: 100%;
  height: 100%;
}

.footer__head img {
  height: 80px;
}

.footer__head-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.footer__certificates ul li {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
}

.footer__certificates ul li span {
  font-weight: 600;
  font-size: 16px;
  color: #1d1d1b;
  margin-right: 12px;
  white-space: nowrap;
}

.footer__certificates ul li a {
  width: 32px;
  height: 32px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  background-color: #ecf1d8;
  border-radius: 4px;
}

.footer__certificates ul li a svg {
  fill: #9fbb3c;
}

.footer__certificates ul li a:not(:last-child) {
  margin-right: 12px;
}

.footer__certificates ul li:not(:last-child) {
  margin-right: 16px;
}

.footer__menu {
  margin-bottom: 48px;
}

.footer__menu-items {
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 400;
}

.footer__infos {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 18px;
}

.footer__title {
  font-weight: 600;
  color: var(--dane-color--neutral-100);
  font-size: 16px;
  white-space: nowrap;
}

.footer__title a {
  color: #1d1d1b;
}

.footer__title a:hover {
  color: #b2c963;
}

.footer__copyright {
  background-color: var(--dane-color--main);
  padding: 12px;
  text-align: center;
  font-weight: 600;
  color: var(--dane-color--neutral-10);
  font-size: 16px;
}

@media (max-width: 1319.98px) {
  .footer__logo > .inner {
    height: 40px;
  }
  .footer__title {
    white-space: wrap;
  }
  .footer__menu {
    margin-bottom: 48px;
  }
  .footer__menu-items {
    gap: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer__menu-item {
    -ms-flex: 1 1 calc(20% - 10px);
        flex: 1 1 calc(20% - 10px);
    width: auto;
  }
}

@media (max-width: 991px) {
  .footer {
    padding-top: 40px;
  }
  .footer__head img {
    height: 80px;
  }
  .footer__head-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .footer__logo {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
  }
  .footer__head-wrapper, .footer__content-wrapper {
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
}

@media (max-width: 649.98px) {
  .footer {
    background-color: #f7f7f7;
    background-size: 1050px;
  }
  .footer ul {
    gap: 16px;
  }
  .footer ul li a {
    font-size: 16px;
  }
  .footer__infos {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .footer__title {
    margin-bottom: 10px;
  }
  .footer__menu-items {
    gap: 0;
  }
  .footer__menu-item {
    -ms-flex: 1 1 calc(50% - 10px);
        flex: 1 1 calc(50% - 10px);
  }
  .footer__copyright {
    font-size: 14px;
  }
}

.pagination {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

.pagination a {
  color: #646464;
}

.pagination .wp-block-query-pagination-previous,
.pagination .wp-block-query-pagination-next {
  width: 29px !important;
  min-width: 29px !important;
  height: 29px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border-radius: 4px;
  border: 1px solid #e0e0e0;
  margin: 0 12px;
}

.pagination .wp-block-query-pagination-numbers {
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}

.pagination a.page-numbers,
.pagination span.page-numbers {
  width: 29px !important;
  min-width: 29px !important;
  height: 29px;
  border-radius: 4px;
  border: 1px solid #e0e0e0;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center !important;
      align-items: center !important;
  -ms-flex-pack: center !important;
      justify-content: center !important;
  font-size: 14px !important;
}

.pagination a.page-numbers.current,
.pagination span.page-numbers.current {
  background: #9fbb3c;
  border: 1px solid #9fbb3c;
  color: #fff;
}

@media (max-width: 1024.98px) {
  .pagination {
    margin: 0px;
  }
  .pagination .wp-block-query-pagination-previous,
  .pagination .wp-block-query-pagination-next {
    display: none;
  }
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}

.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: .9;
}

.splide__arrow:disabled {
  opacity: .3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: .5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: .7;
  padding: 0;
  position: relative;
  transition: transform .2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: .9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}

@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}

@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}

@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}

.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: .5em;
  top: 0;
}

.btn-primary {
  color: #f0f0f0;
}

.btn-primary.btn-icon svg {
  fill: #f0f0f0;
}

.btn-primary.btn-icon:hover svg {
  fill: var(--dane-btn-hover-color);
  transition: all 0.15s ease-in-out;
}

.btn-secondary {
  color: #1d1d1b;
}

.btn-secondary.btn-icon svg {
  fill: #1d1d1b;
}

.btn-secondary {
  background-color: #f0f0f0;
}

.btn-secondary.btn-icon:hover svg {
  fill: var(--dane-btn-hover-color);
  transition: all 0.15s ease-in-out;
}

.btn {
  --icon: 16px;
  --icon-margin-top: -2px;
  font-size: 17px;
}

.btn.text-12 {
  font-size: 12px;
}

.btn-lg {
  --icon: 24px;
  --icon-margin-top: 0;
}

.btn-icon svg {
  margin-top: --icon-margin-top;
  width: var(--icon);
  height: var(--icon);
  transition: all 0.15s ease-in-out;
  margin-left: 16px;
}

.card__businessPlace {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.card__businessPlace-media {
  position: relative;
  overflow: hidden;
}

.card__businessPlace-media:before {
  display: block;
  content: '';
  width: 100%;
}

.card__businessPlace-media > .inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.card__businessPlace-media > .inner > img,
.card__businessPlace-media > .inner > video,
.card__businessPlace-media > .inner > svg,
.card__businessPlace-media > .inner > iframe {
  width: 100%;
  height: 100%;
}

.card__businessPlace-media:before {
  padding-top: 121.944444444%;
}

.card__businessPlace-media > .inner > img,
.card__businessPlace-media > .inner > video,
.card__businessPlace-media > .inner > iframe {
  object-fit: cover;
}

.card__businessPlace-media::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}

.card__businessPlace-content {
  position: absolute;
  left: 0;
  width: 100%;
  height: auto;
  max-width: 100%;
  padding: 24px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  bottom: calc(calc(130px + 38px + 35px) * -1);
}

.card__businessPlace-heading {
  display: grid;
  grid-template-columns: auto 24px;
  margin-bottom: 20px;
  -ms-flex-align: end;
      align-items: end;
}

.card__businessPlace-title {
  font-size: 24px;
  font-weight: 600;
  height: 72px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: end;
}

.card__businessPlace-icon svg {
  width: 24px;
  height: 24px;
  transform: rotate(0deg);
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  fill: #ffffff;
}

.card__businessPlace-description {
  font-size: 14px;
  height: 130px;
  max-height: 130px;
  overflow: hidden;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}

.card__businessPlace-action {
  margin-top: 20px;
}

.card__businessPlace-description, .card__businessPlace-action {
  overflow: hidden;
}

.card__businessPlace:hover .card__businessPlace-content {
  bottom: 0;
  transition: all 0.3s ease-in-out;
}

.card__businessPlace:hover .card__businessPlace-icon svg {
  transform: rotate(-135deg);
  transition: all 0.3s ease-in-out;
}

.card__funfactSimple {
  position: relative;
  text-align: center;
}

.card__funfactSimple-title {
  font-size: 40px;
  font-weight: bold;
}

.card__funfactSimple-description {
  font-size: 16px;
}

.card__newsBig {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.card__newsBig-media {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 20px;
}

.card__newsBig-media:before {
  display: block;
  content: '';
  width: 100%;
}

.card__newsBig-media > .inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.card__newsBig-media > .inner > img,
.card__newsBig-media > .inner > video,
.card__newsBig-media > .inner > svg,
.card__newsBig-media > .inner > iframe {
  width: 100%;
  height: 100%;
}

.card__newsBig-media:before {
  padding-top: 56.1736641221%;
}

.card__newsBig-media > .inner > img,
.card__newsBig-media > .inner > video,
.card__newsBig-media > .inner > iframe {
  object-fit: cover;
}

.card__newsBig-title {
  font-size: 20px;
  margin-bottom: 12px;
  font-weight: 600;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #1d1d1b;
}

.card__newsBig-info {
  font-size: 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.card__newsBig-info svg {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

.card__newsBig-description {
  margin-top: 12px;
  font-size: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.card__newsList {
  position: relative;
  display: grid;
  grid-template-columns: 270px auto;
  gap: 20px;
}

.card__newsList-media {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.card__newsList-media:before {
  display: block;
  content: '';
  width: 100%;
}

.card__newsList-media > .inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.card__newsList-media > .inner > img,
.card__newsList-media > .inner > video,
.card__newsList-media > .inner > svg,
.card__newsList-media > .inner > iframe {
  width: 100%;
  height: 100%;
}

.card__newsList-media:before {
  padding-top: 55.9259259259%;
}

.card__newsList-media > .inner > img,
.card__newsList-media > .inner > video,
.card__newsList-media > .inner > iframe {
  object-fit: cover;
}

.card__newsList-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.card__newsList-info svg {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

.card__newsList-title {
  font-size: 20px;
  margin-bottom: 12px;
  font-weight: 600;
  color: #1d1d1b;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

@media (max-width: 1024.98px) {
  .card__newsList {
    grid-template-columns: 120px auto;
  }
}

@media (max-width: 649.98px) {
  .card__newsList-title {
    font-size: 16px;
    margin-bottom: 6px;
  }
  .card__newsList-info {
    font-size: 14px;
  }
}

.card__people {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.card__people-media {
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
  -ms-flex: 0 1 385;
      flex: 0 1 385;
}

.card__people-media:before {
  display: block;
  content: '';
  width: 100%;
}

.card__people-media > .inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.card__people-media > .inner > img,
.card__people-media > .inner > video,
.card__people-media > .inner > svg,
.card__people-media > .inner > iframe {
  width: 100%;
  height: 100%;
}

.card__people-media:before {
  padding-top: 103.896103896%;
}

.card__people-media > .inner > img,
.card__people-media > .inner > video,
.card__people-media > .inner > iframe {
  object-fit: cover;
}

.card__people-media img {
  object-position: center top;
}

.card__people-name {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #1d1d1b;
}

.card__people-position {
  margin-bottom: 24px;
}

.card__people-info {
  display: none;
}

.card__people-action {
  margin-top: auto;
  margin-bottom: 0;
}

.card__people-heading {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  display: contents;
}

@media (max-width: 1024.98px) {
  .card__people-media {
    margin-bottom: 12px;
  }
  .card__people-name {
    font-size: 24px;
    margin-bottom: 4px;
  }
  .card__people-position {
    font-size: 16px;
  }
  .card__people-action .btn {
    width: 100%;
  }
}

@media (max-width: 649.98px) {
  .card__people-name {
    font-size: 17px;
  }
  .card__people-position {
    font-size: 14px;
    margin-bottom: 12px;
  }
  .card__people-action .btn {
    font-size: 14px;
  }
  .card__people-action .btn svg {
    display: none;
  }
}

.card__history {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  -ms-flex-align: center;
      align-items: center;
}

.card__history-title {
  font-size: 44px;
  font-weight: bold;
  margin-bottom: 12px;
  color: #9fbb3c;
  position: relative;
}

.card__history-title::after {
  content: '';
  position: absolute;
  display: block;
  width: 16px;
  height: 16px;
  top: 50%;
  transform: translateY(-50%);
  right: calc(-24px - 9px);
  background-color: #9fbb3c;
  border-radius: 50%;
  z-index: 9;
}

.card__history-mediaImage {
  position: relative;
  overflow: hidden;
}

.card__history-mediaImage:before {
  display: block;
  content: '';
  width: 100%;
}

.card__history-mediaImage > .inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.card__history-mediaImage > .inner > img,
.card__history-mediaImage > .inner > video,
.card__history-mediaImage > .inner > svg,
.card__history-mediaImage > .inner > iframe {
  width: 100%;
  height: 100%;
}

.card__history-mediaImage:before {
  padding-top: 60.3674540682%;
}

.card__history-mediaImage > .inner > img,
.card__history-mediaImage > .inner > video,
.card__history-mediaImage > .inner > iframe {
  object-fit: cover;
}

@media (min-width: 650px) {
  .card__history-swhitch .card__history-title::after {
    left: calc(-24px - 9px);
    right: auto;
  }
  .card__history-swhitch .card__history-media {
    grid-column-start: 1;
    grid-row-start: 1;
  }
}

@media (max-width: 649.98px) {
  .card__history {
    grid-template-columns: 1fr;
    padding-left: 25px;
    gap: 24px;
  }
  .card__history-title::after {
    left: calc(-24px - 9px);
  }
}

.card__heritage {
  color: #ffffff;
}

.card__heritage-media {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.card__heritage-image {
  position: relative;
  overflow: hidden;
  max-height: 540px;
}

.card__heritage-image:before {
  display: block;
  content: '';
  width: 100%;
}

.card__heritage-image > .inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.card__heritage-image > .inner > img,
.card__heritage-image > .inner > video,
.card__heritage-image > .inner > svg,
.card__heritage-image > .inner > iframe {
  width: 100%;
  height: 100%;
}

.card__heritage-image:before {
  padding-top: 83.0769230769%;
}

.card__heritage-image > .inner > img,
.card__heritage-image > .inner > video,
.card__heritage-image > .inner > iframe {
  object-fit: cover;
}

.card__heritage-image img {
  border-radius: 80px 0 0 80px;
}

.card__heritage-title {
  margin-bottom: 24px;
  font-size: 40px;
  font-weight: bold;
}

.card__heritage-description {
  margin-bottom: 24px;
}

.card__heritage-switch .card__heritage-image img {
  border-radius: 0 80px 80px 0;
}

@media (max-width: 1024.98px) {
  .card__heritage-title {
    margin-bottom: 12px;
    font-size: 24px;
    font-weight: bold;
  }
  .card__heritage-image img {
    border-radius: 40px 0 0 40px;
  }
  .card__heritage-description {
    margin-bottom: 24px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    font-size: 16px;
  }
  .card__heritage-switch .card__heritage-image img {
    border-radius: 0 40px 40px 0;
  }
}

@media (max-width: 649.98px) {
  .card__heritage-media {
    width: calc(100% + 15px);
  }
  .card__heritage-image {
    position: relative;
    overflow: hidden;
    max-height: 540px;
  }
  .card__heritage-image:before {
    display: block;
    content: '';
    width: 100%;
  }
  .card__heritage-image > .inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
  }
  .card__heritage-image > .inner > img,
  .card__heritage-image > .inner > video,
  .card__heritage-image > .inner > svg,
  .card__heritage-image > .inner > iframe {
    width: 100%;
    height: 100%;
  }
  .card__heritage-image:before {
    padding-top: 50%;
  }
  .card__heritage-image > .inner > img,
  .card__heritage-image > .inner > video,
  .card__heritage-image > .inner > iframe {
    object-fit: cover;
  }
}

.card__calendar {
  display: grid;
  grid-template-columns: 57px auto;
  gap: 12px;
}

.card__calendar-number span {
  width: 57px;
  height: 57px;
  border-radius: 8px;
  background-color: #9fbb3c;
  font-size: 28px;
  color: #ffffff;
  font-weight: 600;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.card__calendar-content {
  display: grid;
  grid-template-columns: 142px auto;
  background-color: #ffffff;
}

.card__calendar-image {
  position: relative;
  overflow: hidden;
}

.card__calendar-image:before {
  display: block;
  content: '';
  width: 100%;
}

.card__calendar-image > .inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.card__calendar-image > .inner > img,
.card__calendar-image > .inner > video,
.card__calendar-image > .inner > svg,
.card__calendar-image > .inner > iframe {
  width: 100%;
  height: 100%;
}

.card__calendar-image:before {
  padding-top: 80.2816901408%;
}

.card__calendar-image > .inner > img,
.card__calendar-image > .inner > video,
.card__calendar-image > .inner > iframe {
  object-fit: cover;
}

.card__calendar-heading {
  padding: 12px;
}

.card__calendar-title {
  margin-bottom: 12px;
  font-weight: 600;
  color: #1d1d1b;
}

.card__calendar-list ul {
  margin: 0;
  padding: 0;
}

.card__calendar-list ul li {
  list-style: none;
  display: grid;
  grid-template-columns: 20px auto;
  gap: 8px;
  -ms-flex-align: center;
      align-items: center;
  font-size: 12px;
}

.card__calendar-list ul li:not(:last-child) {
  margin-bottom: 8px;
}

.card__calendar-icon {
  width: 20px;
  height: 20px;
  background-color: #9fbb3c;
  border-radius: 4px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.card__calendar-icon svg {
  width: 12px;
  height: 12px;
  fill: #ffffff;
}

@media (max-width: 1319.98px) {
  .card__calendar-image {
    position: relative;
    overflow: hidden;
  }
  .card__calendar-image:before {
    display: block;
    content: '';
    width: 100%;
  }
  .card__calendar-image > .inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
  }
  .card__calendar-image > .inner > img,
  .card__calendar-image > .inner > video,
  .card__calendar-image > .inner > svg,
  .card__calendar-image > .inner > iframe {
    width: 100%;
    height: 100%;
  }
  .card__calendar-image:before {
    padding-top: 40%;
  }
  .card__calendar-image > .inner > img,
  .card__calendar-image > .inner > video,
  .card__calendar-image > .inner > iframe {
    object-fit: cover;
  }
  .card__calendar-content {
    display: grid;
    grid-template-columns: auto;
    background-color: #ffffff;
  }
}

.card__infoSimple {
  position: relative;
  display: grid;
  grid-template-columns: 28px auto;
  -ms-flex-align: center;
      align-items: center;
  gap: 12px;
  padding: 12px;
  border-radius: 8px;
  background-color: #ffffff;
}

.card__infoSimple-image {
  width: 28px;
  height: 28px;
  background-color: #9fbb3c;
  border-radius: 6px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.card__infoSimple-image svg {
  fill: #ffffff;
}

.card__infoSimple-image svg path {
  fill: #ffffff;
}

.card__infoSimple-title {
  font-size: 14px;
  color: #646464;
}

.card__infoSimple-description {
  font-size: 16px;
  font-weight: 600;
  color: #1d1d1b;
}

@media (min-width: 1200px) {
  .container {
    min-width: 1200px;
  }
}

@media (min-width: 1024px) and (max-width: 1319px) {
  .container {
    min-width: unset;
    max-width: 960px;
    min-width: unset;
    padding-left: 32px;
    padding-right: 32px;
  }
}

body {
  -webkit-font-smoothing: antialiased;
  /* Smoother text on Webkit browsers (Chrome, Safari) */
  -moz-osx-font-smoothing: grayscale;
  /* Smoother text on Firefox (OSX) */
  text-rendering: optimizeLegibility;
  /* Optimize legibility for better text rendering */
  -ms-overflow-style: -ms-autohiding-scrollbar;
  /* Improve scrollbar style for Internet Explorer (Optional) */
}

a {
  text-decoration: none !important;
}

.floating {
  position: fixed;
  background-color: #9fbb3c;
  bottom: 60px;
  right: 60px;
  border: 3px solid #fff;
  padding: 8px 8px 8px 18px;
  border-radius: 120px;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1024.98px) {
  .floating {
    bottom: 55px;
    right: 15px;
  }
}

.floating__title {
  margin-right: 12px;
  font-size: 18px;
  font-weight: 600;
  color: #fff !important;
}

.floating__icon {
  width: 27px;
  height: 27px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff !important;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px #9fbb3c;
  transition: all 0.3s ease-in-out;
  -ms-flex-pack: center;
      justify-content: center;
}

.floating__icon svg {
  width: 22px;
  height: 22px;
}

.glightbox {
  cursor: url("../../assets/svgs/magnifying-glass-plus-bold.svg") 16 16, auto;
}

.heroSimple__bg, .heroShort, .heroSingle {
  background-image: var(--bg);
  background-position: center;
  background-size: 1920px;
  background-repeat: no-repeat;
  position: relative;
  background-image: var(--bgMobile);
}

.heroSimple__bg::after, .heroShort::after, .heroSingle::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.heroSimple__bg::before, .heroShort::before, .heroSingle::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: var(--bg);
  background-image: var(--bgMobile);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 1;
  filter: brightness(50%);
  background: rgba(0, 0, 0, 0.25);
}

.heroSimple {
  position: relative;
}

.heroSimple__wrap {
  --dane-gutter-x: 30px;
  --dane-gutter-y: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: calc(-1 * var(--dane-gutter-y));
  margin-right: calc(-.5 * var(--dane-gutter-x));
  margin-left: calc(-.5 * var(--dane-gutter-x));
}

.heroSimple__heading {
  box-sizing: border-box;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--dane-gutter-x) * .5);
  padding-left: calc(var(--dane-gutter-x) * .5);
  margin-top: var(--dane-gutter-y);
  padding: 120px 0 120px 0;
  color: #ffffff;
}

@media (min-width: 1320px) {
  .heroSimple__heading {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
  }
}

.heroSimple__title {
  font-size: var(--dane-font-display--x-l);
  line-height: 130%;
  font-weight: 600;
  margin-bottom: 24px;
  color: #ffffff;
}

@media (min-width: 1024px) and (max-width: 1319px) {
  .heroSimple__title {
    font-size: 38px;
  }
}

.heroSimple__description {
  font-size: var(--dane-font-size--m);
}

.heroSimple__action {
  margin-top: 24px;
}

.heroSimple__bg {
  position: relative;
  overflow: hidden;
  background-image: var(--bg);
}

.heroSimple__bg > img.background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.heroSimple__bg > .container {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
  z-index: 2;
}

@media (min-width: 425px) {
  .heroSimple__bg .container, .heroSimple__bg .container-xs {
    min-height: 212.5px;
  }
}

@media (min-width: 650px) {
  .heroSimple__bg .container, .heroSimple__bg .container-xs, .heroSimple__bg .container-sm {
    min-height: 310px;
  }
}

@media (min-width: 1025px) {
  .heroSimple__bg .container, .heroSimple__bg .container-xs, .heroSimple__bg .container-sm, .heroSimple__bg .container-md {
    min-height: 420px;
  }
}

@media (min-width: 1320px) {
  .heroSimple__bg .container, .heroSimple__bg .container-xs, .heroSimple__bg .container-sm, .heroSimple__bg .container-md, .heroSimple__bg .container-lg {
    min-height: 600px;
  }
}

@media (max-width: 1024.98px) {
  .heroSimple__bg {
    background-image: var(--bgMobile);
  }
}

@media (min-width: 1024px) and (max-width: 1319px) {
  .heroSimple__bg .container {
    max-width: 900px !important;
    min-width: unset !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .heroSimple__bg .container .heroSimple__heading {
    padding-left: 0;
  }
  .heroSimple__bg .container .heroSimple__wrap {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 1024.98px) {
  .heroSimple {
    text-align: center;
  }
  .heroSimple__title {
    font-size: var(--dane-font-display--s);
    margin-bottom: 18px;
  }
  .heroSimple__description {
    font-size: var(--dane-font-size--s);
  }
}

@media (max-width: 649.98px) {
  .heroSimple__heading {
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 130px;
    padding-top: 210px;
  }
  .heroSimple__title {
    font-size: 28px;
    margin-bottom: 18px;
  }
  .heroSimple__description {
    font-size: 14px;
  }
}

.heroShort {
  position: relative;
  height: 395px;
  background-image: var(--bg);
}

.heroShort__heading {
  position: relative;
  z-index: 1;
  padding: 148px 0;
  color: #ffffff;
  box-sizing: border-box;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--dane-gutter-x) * .5);
  padding-left: calc(var(--dane-gutter-x) * .5);
  margin-top: var(--dane-gutter-y);
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: 100%;
}

.heroShort__title {
  font-size: 52px;
  line-height: 130%;
  font-weight: bold;
  color: #ffffff;
}

@media (min-width: 1024px) and (max-width: 1319px) {
  .heroShort__title {
    font-size: 44px;
  }
}

.heroShort .breadcrumbs {
  margin-bottom: 4px;
  white-space: nowrap;
  overflow: auto;
}

.heroShort .breadcrumbs a {
  font-weight: normal;
  color: #ffffff !important;
}

.heroShort .breadcrumbs a > *:first-child {
  font-weight: 600;
}

.heroShort .breadcrumbs .space {
  display: inline;
  margin: 0 12px;
}

@media (max-width: 649.98px) {
  .heroShort .breadcrumbs .space {
    margin: 0 6px;
  }
}

@media (max-width: 1024.98px) {
  .heroShort {
    height: auto;
  }
  .heroShort .heroSimple__heading {
    padding: 180px 0 120px 0;
  }
  .heroShort__heading {
    padding: 144px 0 60px 0;
  }
  .heroShort__title {
    font-size: var(--dane-font-display--l);
  }
}

@media (max-width: 649.98px) {
  .heroShort {
    height: auto;
  }
  .heroShort .heroSimple__heading {
    padding: 180px 0 120px 0;
  }
  .heroShort__heading {
    padding: 144px 0 60px 0;
  }
  .heroShort__title {
    font-size: 32px;
  }
  .heroShort .breadcrumbs {
    font-weight: 600;
    margin-bottom: 12px;
    white-space: nowrap;
    overflow: auto;
    font-size: 16px;
  }
  .heroShort .breadcrumbs a {
    font-weight: normal;
    color: #ffffff !important;
  }
  .heroShort .breadcrumbs .space {
    display: inline;
    margin: 0 6px;
  }
}

.heroSingle {
  position: relative;
  height: 214px;
  background-image: var(--bg);
}

.heroSingle__heading {
  position: relative;
  z-index: 1;
  padding: 100px 0 84px 0;
  color: #ffffff;
  box-sizing: border-box;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--dane-gutter-x) * .5);
  padding-left: calc(var(--dane-gutter-x) * .5);
  margin-top: var(--dane-gutter-y);
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: 100%;
}

@media (max-width: 649.98px) {
  .heroSingle__heading {
    padding: 130px 0 52px 0;
  }
}

.heroSingle__title {
  font-size: 52px;
  line-height: 130%;
  font-weight: bold;
  color: #ffffff;
}

.heroSingle .breadcrumbs {
  margin-bottom: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 1024.98px) {
  .heroSingle .breadcrumbs {
    overflow: auto;
    text-overflow: unset;
  }
}

.heroSingle .breadcrumbs a {
  font-weight: normal;
  color: #ffffff !important;
}

.heroSingle .breadcrumbs a > *:first-child {
  font-weight: 600;
}

.heroSingle .breadcrumbs .space {
  display: inline;
  margin: 0 12px;
}

@media (max-width: 649.98px) {
  .heroSingle .breadcrumbs .space {
    margin: 0 6px;
  }
}

@media (min-width: 1920px) {
  #btn-prev {
    margin-left: 240px;
  }
  #btn-prev svg {
    transform: rotate(360deg);
  }
  #btn-next {
    margin-right: 240px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .heroSimple__heading {
    padding: 120px 100px;
  }
}

@media (min-width: 1024px) and (max-width: 1319px) {
  .heroSimple__heading {
    padding-right: 30%;
  }
}

@media (min-width: 768px) and (max-width: 1919px) {
  #btn-prev {
    margin-left: 40px;
  }
  #btn-prev svg {
    transform: rotate(360deg);
  }
  #btn-next {
    margin-right: 40px;
  }
}

@media (max-width: 768px) {
  #btn-prev {
    display: none;
  }
  #btn-next {
    display: none;
  }
}

.destinationInfo {
  position: relative;
  padding: 80px 0;
}

@media (min-width: 1024px) and (max-width: 1319px) {
  .destinationInfo {
    padding: 40px 0;
  }
}

.destinationInfo__heading {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
  margin-bottom: 48px;
  -ms-flex-direction: column;
      flex-direction: column;
}

.destinationInfo__title {
  font-size: 48px;
  color: #1d1d1b;
  font-weight: 700;
  margin-bottom: 24px;
}

@media (min-width: 1024px) and (max-width: 1319px) {
  .destinationInfo__title {
    font-size: 32px;
  }
}

.destinationInfo__description {
  font-size: 17px;
  max-width: 836px;
}

.destinationInfo__items {
  border-radius: 20px;
  --dane-gutter-x: 30px;
  --dane-gutter-y: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: calc(-1 * var(--dane-gutter-y));
  margin-right: calc(-.5 * var(--dane-gutter-x));
  margin-left: calc(-.5 * var(--dane-gutter-x));
  --dane-gutter-x: 40px;
  --dane-gutter-y: 0;
}

.destinationInfo__items-item {
  box-sizing: border-box;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--dane-gutter-x) * .5);
  padding-left: calc(var(--dane-gutter-x) * .5);
  margin-top: var(--dane-gutter-y);
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: 33.33333333%;
}

.destinationInfo__items-item .card-content {
  background-color: #eeeeee;
  border-radius: 12px;
  padding: 40px;
  text-align: left;
  max-height: 375px;
  height: 100%;
}

.destinationInfo__items-item .card-content__title {
  font-size: 78px;
  color: #1d1d1b;
  font-weight: 700;
  margin-bottom: 4px;
}

.destinationInfo__items-item .card-content__title span {
  color: #9fbb3c;
}

.destinationInfo__items-item .card-content__content {
  font-size: 20px;
  color: #646464;
}

@media (min-width: 1017px) and (max-width: 1199px) {
  .destinationInfo__items-item .card-content__content {
    word-break: break-word;
  }
}

@media (max-width: 1024.98px) {
  .destinationInfo {
    padding: 32px 0;
  }
  .destinationInfo__title {
    font-size: 28px;
    margin-bottom: 18px;
  }
  .destinationInfo__description {
    font-size: 16px;
  }
  .destinationInfo__items {
    gap: 20px;
    --dane-gutter-x: 0;
  }
  .destinationInfo__items-item {
    box-sizing: border-box;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--dane-gutter-x) * .5);
    padding-left: calc(var(--dane-gutter-x) * .5);
    margin-top: var(--dane-gutter-y);
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 100%;
  }
  .destinationInfo__items-item .card-content {
    padding: 32px;
    height: 100%;
  }
  .destinationInfo__items-item .card-content__title {
    font-size: 40px;
  }
  .destinationInfo__items-item .card-content__description {
    font-size: 16px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .destinationInfo .card-content__title {
    font-size: 70px;
  }
}

@media (min-width: 1024px) and (max-width: 1319px) {
  .destinationInfo .card-content__title {
    font-size: 50px;
  }
}

.history {
  padding: 80px 0;
  position: relative;
}

.history .history__subTitle {
  margin-bottom: 12px;
  font-weight: 600;
  font-size: 16px;
  color: #9fbb3c;
}

.history .history__title {
  margin-bottom: 32px;
  font-size: 36px;
  font-weight: bold;
  color: #1d1d1b;
}

.history .history__title-image {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.history .history__title-image img {
  margin-right: 8px;
}

.history .history__description {
  font-size: 24px;
  font-size: 20px;
}

.history .history__description-small {
  font-size: 16px;
}

.history .history__description-big {
  font-size: 24px;
}

.history .history__action {
  margin-top: 32px;
}

@media (max-width: 1024.98px) {
  .history .history__title {
    margin-bottom: 24px;
    font-size: 28px;
  }
  .history .history__description {
    font-size: 20px;
  }
  .history .history__description-small {
    font-size: 16px;
  }
  .history .history__description-big {
    font-size: 16px;
  }
}

@media (min-width: 1024px) and (max-width: 1319px) {
  .history {
    padding: 40px 0;
  }
}

.history__wrap {
  --dane-gutter-x: 30px;
  --dane-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--dane-gutter-x) * .5);
  padding-left: calc(var(--dane-gutter-x) * .5);
  margin-right: auto;
  margin-left: auto;
  display: grid;
  grid-template-columns: 590px auto;
  gap: 64px;
  height: 100%;
  object-fit: cover;
  object-position: center;
  -ms-flex-align: center;
      align-items: center;
}

@media (min-width: 768px) and (max-width: 1440px) {
  .history__wrap {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
}

.history__media {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-image: var(--bg);
}

.history__media .image-stack {
  display: grid;
  position: relative;
  grid-template-columns: repeat(12, 1fr);
}

.history__media .image-stack__item--bottom {
  grid-column: 4 / -1;
  grid-row: 1;
}

.history__media .image-stack__item--bottom img {
  max-width: 366px;
  height: 435px;
  width: 100%;
  object-fit: cover;
  display: block;
  border-radius: 16px;
}

@media (min-width: 768px) and (max-width: 1439px) {
  .history__media .image-stack__item--bottom img {
    height: 360px;
  }
}

.history__media .image-stack__item--top {
  grid-row: 1;
  grid-column: 1 / span 8;
  padding-top: 75%;
  z-index: 1;
  position: relative;
  margin-top: auto;
  top: 0;
}

@media (min-width: 1320px) and (max-width: 1439px) {
  .history__media .image-stack__item--top {
    padding-top: 80%;
  }
}

.history__media .image-stack__item--top img {
  width: 281px;
  height: 312px;
  object-fit: cover;
  display: block;
  border-radius: 16px;
}

.history__content-heading {
  font-size: 40px;
  text-align: left;
  margin-bottom: 24px;
  font-weight: 700;
  color: #1d1d1b;
}

@media (min-width: 1024px) and (max-width: 1319px) {
  .history__content-heading {
    font-size: 32px;
  }
}

.history__content-description {
  font-size: 18px;
  text-align: left;
  color: #646464;
  margin-bottom: 0;
}

.history__action {
  margin-top: 24px !important;
}

@media (max-width: 649.98px) {
  .history {
    padding: 32px 0;
  }
  .history__content-heading {
    font-size: 28px;
    margin-bottom: 18px;
  }
  .history__content-description {
    font-size: 16px;
  }
  .history__wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    max-width: 100%;
    gap: 18px;
  }
  .history__media {
    -ms-flex-order: 1;
        order: 1;
    background-position: center;
    background-size: contain;
  }
  .history__media .image-stack {
    grid-template-columns: repeat(12, 1fr);
  }
  .history__media .image-stack .image-stack__item--top {
    grid-column: 1 / span 8;
    padding-top: 75%;
  }
  .history__media .image-stack .image-stack__item--top img {
    width: 100%;
    height: auto;
  }
  .history__media .image-stack .image-stack__item--bottom {
    grid-column: 4 / -1;
  }
  .history__media .image-stack .image-stack__item--bottom img {
    width: 100%;
    height: auto;
  }
  .history__content {
    -ms-flex-order: 2;
        order: 2;
    font-size: 16px;
  }
}

.attraction {
  position: relative;
  padding: 80px 0;
}

@media (min-width: 1024px) and (max-width: 1319px) {
  .attraction {
    padding: 40px 0;
  }
}

.attraction__heading {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
  margin-bottom: 64 px;
  -ms-flex-direction: column;
      flex-direction: column;
}

.attraction__title {
  font-size: 40px;
  margin-bottom: 12px;
  font-weight: 700;
  color: #1d1d1b;
}

@media (min-width: 1024px) and (max-width: 1319px) {
  .attraction__title {
    font-size: 32px;
  }
}

@media (max-width: 768px) {
  .attraction__title {
    font-size: 28px;
  }
}

.attraction__description {
  max-width: 716px;
}

@media (max-width: 768px) {
  .attraction__description {
    font-size: 16px;
  }
}

.attraction__action {
  margin-top: 24px;
  margin-bottom: 64px;
}

.attraction__items {
  border-radius: 20px;
  --dane-gutter-x: 30px;
  --dane-gutter-y: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: calc(-1 * var(--dane-gutter-y));
  margin-right: calc(-.5 * var(--dane-gutter-x));
  margin-left: calc(-.5 * var(--dane-gutter-x));
}

.attraction__items-item {
  box-sizing: border-box;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--dane-gutter-x) * .5);
  padding-left: calc(var(--dane-gutter-x) * .5);
  margin-top: var(--dane-gutter-y);
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: 33.33333333%;
  --dane-gutter-x: 24px;
  --dane-gutter-y: 0;
}

.attraction__items-item .cardAttraction {
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  margin-bottom: 32px;
}

.attraction__items-item .cardAttraction .cardAttraction__heading {
  background-color: #ecf1d8;
  border-radius: 16px;
  padding: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

.attraction__items-item .cardAttraction .cardAttraction__heading-img {
  width: 100%;
  aspect-ratio: 4 / 5;
  border-radius: 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  overflow: hidden;
  box-sizing: border-box;
}

.attraction__items-item .cardAttraction .cardAttraction__heading-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

.attraction__items-item .cardAttraction .cardAttraction-content {
  padding: 20px 0;
  height: 100%;
  max-height: 229px;
}

.attraction__items-item .cardAttraction .cardAttraction-content__info {
  font-size: 14px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  color: #646464;
  gap: 8px;
}

.attraction__items-item .cardAttraction .cardAttraction-content__info svg {
  color: #9fbb3c;
  width: 20px;
  height: 20px;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
}

.attraction__items-item .cardAttraction .cardAttraction-content__info .flex-date {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 8px;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-positive: 1;
      flex-grow: 1;
  width: 111px;
}

.attraction__items-item .cardAttraction .cardAttraction-content__info .flex-location {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 8px;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-positive: 1;
      flex-grow: 1;
  width: 179px;
}

.attraction__items-item .cardAttraction .cardAttraction-content__info .dot {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background-color: #9fbb3c;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
}

.attraction__items-item .cardAttraction .cardAttraction-content__title {
  margin-top: 8px;
  font-size: 24px;
  color: #1d1d1b;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.attraction__items-item .cardAttraction .cardAttraction-content__description {
  margin-top: 16px;
  font-size: 17px;
  color: #646464;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.attraction__items-item .cardAttraction .cardAttraction-content-pd {
  padding: 20px;
}

.attraction__items-item .cardAttraction:hover {
  transform: translateY(-10px);
}

@media (max-width: 649.98px) {
  .attraction__items-item {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 100%;
  }
}

.attraction .card__attraction {
  color: #ffffff;
}

@media (max-width: 1024.98px) {
  .attraction {
    padding: 32px 0;
  }
}

.venue {
  position: relative;
  padding: 80px 0;
}

.venue .venue__subTitle {
  margin-bottom: 12px;
  font-weight: 600;
  font-size: 16px;
  color: #9fbb3c;
}

.venue .venue__title {
  margin-bottom: 32px;
  font-size: 36px;
  font-weight: bold;
  color: #1d1d1b;
}

.venue .venue__title-image {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.venue .venue__title-image img {
  margin-right: 8px;
}

.venue .venue__description {
  font-size: 24px;
  font-size: 20px;
}

.venue .venue__description-small {
  font-size: 16px;
}

.venue .venue__description-big {
  font-size: 24px;
}

.venue .venue__action {
  margin-top: 32px;
}

@media (max-width: 1024.98px) {
  .venue .venue__title {
    margin-bottom: 24px;
    font-size: 28px;
  }
  .venue .venue__description {
    font-size: 20px;
  }
  .venue .venue__description-small {
    font-size: 16px;
  }
  .venue .venue__description-big {
    font-size: 16px;
  }
}

.venue__wrapper {
  padding: 0 15px;
}

.venue__heading {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: end;
  -ms-flex-pack: justify;
      justify-content: space-between;
  text-align: left;
  margin-bottom: 64px;
}

.venue__title {
  font-size: 40px !important;
  margin-bottom: 12px !important;
}

.venue__description {
  max-width: 746px;
  font-size: 17px !important;
}

.venue__content {
  padding: 0 15px;
}

.venue__action {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: end;
  -ms-flex-align: end;
      align-items: end;
  gap: 24px;
}

.venue__action .btn-prev,
.venue__action .btn-next {
  width: 50px;
  height: 50px;
  background-color: transparent;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  cursor: pointer;
  transition: transform 0.3s ease;
  border: 1px solid #9fbb3c;
}

.venue__action .btn-prev:hover,
.venue__action .btn-next:hover {
  transform: scale(1.1);
}

.venue__action .btn-prev.active,
.venue__action .btn-next.active {
  background-color: #9fbb3c;
  color: white;
}

.venue__items {
  border-radius: 20px;
}

.venue__items-item {
  width: 374px;
  max-height: 516px;
}

.venue__items-item .card__venue {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.venue__items-item .card__venue-media {
  position: relative;
  overflow: hidden;
}

.venue__items-item .card__venue-media:before {
  display: block;
  content: '';
  width: 100%;
}

.venue__items-item .card__venue-media > .inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.venue__items-item .card__venue-media > .inner > img,
.venue__items-item .card__venue-media > .inner > video,
.venue__items-item .card__venue-media > .inner > svg,
.venue__items-item .card__venue-media > .inner > iframe {
  width: 100%;
  height: 100%;
}

.venue__items-item .card__venue-media:before {
  padding-top: 137.967914439%;
}

.venue__items-item .card__venue-media > .inner > img,
.venue__items-item .card__venue-media > .inner > video,
.venue__items-item .card__venue-media > .inner > iframe {
  object-fit: cover;
}

.venue__items-item .card__venue-media::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}

.venue__items-item .card__venue-content {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  backdrop-filter: blur(20px);
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  bottom: calc(calc(360px + 35px + 35px) * -1);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.venue__items-item .card__venue-heading {
  -ms-flex-align: end;
      align-items: end;
}

.venue__items-item .card__venue-title {
  font-size: 24px;
  font-weight: 600;
  background-color: #1d1d1b;
  padding: 24px;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.venue__items-item .card__venue-icon svg {
  width: 24px;
  height: 24px;
  transform: rotate(0deg);
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  fill: #ffffff;
}

.venue__items-item .card__venue-description {
  font-size: 16px;
  overflow-y: auto;
  padding: 0 24px;
  max-height: 270px;
  height: auto;
  font-weight: 600;
}

.venue__items-item .card__venue-action {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: start;
  -ms-flex-pack: start;
      justify-content: start;
  padding: 24px;
}

.venue__items-item .card__venue:hover .card__venue-content {
  bottom: 0;
  transition: all 0.3s ease-in-out;
}

.venue__items-item .card__venue:hover .card__venue-title {
  font-weight: 700;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: wrap;
}

.venue__items-item .card__venue:hover .card__venue-icon svg {
  transform: rotate(-135deg);
  transition: all 0.3s ease-in-out;
}

@media (max-width: 1319.98px) {
  .venue {
    padding: 32px 0;
  }
  .venue__heading {
    margin-bottom: 32px;
    gap: 22px;
  }
  .venue__title {
    font-size: 28px !important;
  }
  .venue__description {
    font-size: 16px !important;
  }
  .venue .btn-prev,
  .venue .btn-next {
    width: 40px;
    height: 40px;
  }
  .venue__items-item {
    width: auto;
    max-height: 545px;
  }
  .venue .card__venue-content {
    bottom: calc(calc(375px + 35px + 35px) * -1);
  }
}

.venue__action {
  gap: 16px;
}

.venue .card__venue {
  color: #ffffff;
}

.secondVenue {
  position: relative;
  padding: 80px 0;
}

.secondVenue .secondVenue__subTitle {
  margin-bottom: 12px;
  font-weight: 600;
  font-size: 16px;
  color: #9fbb3c;
}

.secondVenue .secondVenue__title {
  margin-bottom: 32px;
  font-size: 36px;
  font-weight: bold;
  color: #1d1d1b;
}

.secondVenue .secondVenue__title-image {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.secondVenue .secondVenue__title-image img {
  margin-right: 8px;
}

.secondVenue .secondVenue__description {
  font-size: 24px;
  font-size: 20px;
}

.secondVenue .secondVenue__description-small {
  font-size: 16px;
}

.secondVenue .secondVenue__description-big {
  font-size: 24px;
}

.secondVenue .secondVenue__action {
  margin-top: 32px;
}

@media (max-width: 1024.98px) {
  .secondVenue .secondVenue__title {
    margin-bottom: 24px;
    font-size: 28px;
  }
  .secondVenue .secondVenue__description {
    font-size: 20px;
  }
  .secondVenue .secondVenue__description-small {
    font-size: 16px;
  }
  .secondVenue .secondVenue__description-big {
    font-size: 16px;
  }
}

.secondVenue__heading {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
  -ms-flex-direction: column;
      flex-direction: column;
}

.secondVenue__title {
  margin-bottom: 12px !important;
  font-size: 40px !important;
}

.secondVenue__description {
  max-width: 746px;
  font-size: 17px !important;
}

.secondVenue__items {
  width: 100%;
  max-width: 1170px;
}

.secondVenue__items-item {
  margin-top: 64px;
  padding: 0 15px;
}

.secondVenue__items-item .card__secondVenue {
  position: relative;
  overflow: hidden;
}

.secondVenue__items-item .card__secondVenue-media {
  height: 100%;
  max-height: 516px;
}

.secondVenue__items-item .card__secondVenue-media::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.secondVenue__items-item .card__secondVenue-content {
  position: absolute;
  left: 0;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  bottom: 0;
  max-width: 542px;
  width: 100%;
  text-align: left;
  backdrop-filter: blur(100px);
  border-radius: 12px;
  padding: 24px;
  margin: 40px;
  background: rgba(24, 28, 7, 0.5);
}

.secondVenue__items-item .card__secondVenue-heading {
  margin-bottom: 24px;
  -ms-flex-align: end;
      align-items: end;
}

.secondVenue__items-item .card__secondVenue-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 24px;
  transition: background-color 0.3s ease-in-out;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.secondVenue__items-item .card__secondVenue-icon svg {
  width: 24px;
  height: 24px;
  transform: rotate(0deg);
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  fill: #ffffff;
}

.secondVenue__items-item .card__secondVenue-description {
  font-size: 16px;
  max-height: fit-content;
  overflow: hidden;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}

.secondVenue__items-item .card__secondVenue-action {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: start;
  -ms-flex-pack: start;
      justify-content: start;
  margin-top: 24px;
}

.secondVenue__items-item .card__secondVenue-description, .secondVenue__items-item .card__secondVenue-action {
  overflow: hidden;
}

.secondVenue__items-item .card__action {
  position: relative;
  overflow: hidden;
  right: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: end;
  gap: 1px;
}

.secondVenue__items-item .card__action .btn-previous {
  z-index: 5;
  background-color: #1d1d1b;
  border-top-left-radius: 12px;
  padding: 16px;
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.secondVenue__items-item .card__action .btn-previous svg {
  width: 32px;
  height: 32px;
}

.secondVenue__items-item .card__action .btn-next {
  z-index: 5;
  background-color: #1d1d1b;
  border-top-right-radius: 12px;
  padding: 16px;
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.secondVenue__items-item .card__action .btn-next svg {
  width: 32px;
  height: 32px;
}

.secondVenue .card__secondVenue {
  color: #ffffff;
}

.secondVenue .splide__arrows {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: end;
  -ms-flex-pack: end;
      justify-content: end;
  position: absolute;
  width: 165px;
  bottom: 32px;
  right: 0;
}

.secondVenue .splide__arrow {
  -ms-flex-align: center;
      align-items: center;
  background: #1d1d1b;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  border-radius: 0;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
  height: 32px;
  width: 32px;
  opacity: 1;
}

.secondVenue .splide__arrow--prev {
  border-top-left-radius: 12px;
  width: 64px !important;
  height: 64px !important;
}

.secondVenue .splide__arrow--prev svg {
  transform: rotate(180deg);
  width: 32px;
  height: 32px;
}

.secondVenue .splide__arrow--next {
  border-top-right-radius: 12px;
  width: 64px !important;
  height: 64px !important;
}

.secondVenue .splide__arrow--next svg {
  transform: rotate(180deg);
  width: 32px;
  height: 32px;
}

@media (max-width: 1024.98px) {
  .secondVenue {
    padding: 32px 0;
  }
}

@media (max-width: 649.98px) {
  .secondVenue .card__secondVenue-content {
    max-width: fit-content;
    width: auto;
    margin: 10px;
  }
  .secondVenue .card__secondVenue-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 24px;
    transition: background-color 0.3s ease-in-out;
  }
  .secondVenue .card__secondVenue-description {
    font-size: 14px;
    max-height: fit-content;
    overflow: hidden;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .secondVenue .splide__arrows {
    width: 135px;
    bottom: 25px;
    right: 0;
  }
  .secondVenue .splide__arrow {
    height: 28px;
    width: 28px;
  }
  .secondVenue .splide__arrow--prev {
    width: 48px !important;
    height: 48px !important;
  }
  .secondVenue .splide__arrow--prev svg {
    transform: rotate(180deg);
    width: 28px;
    height: 28px;
  }
  .secondVenue .splide__arrow--next {
    width: 48px !important;
    height: 48px !important;
  }
  .secondVenue .splide__arrow--next svg {
    transform: rotate(180deg);
    width: 28px;
    height: 28px;
  }
}

@media (min-width: 376px) and (max-width: 424px) {
  .secondVenue section#splideSecondVenue {
    width: 390px;
  }
}

@media (max-width: 375px) {
  .secondVenue section#splideSecondVenue {
    width: 360px;
  }
}

@media (max-width: 320px) {
  .secondVenue section#splideSecondVenue {
    width: 310px;
  }
}

.gallery {
  padding: 80px 0;
}

.gallery__heading {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
  -ms-flex-direction: column;
      flex-direction: column;
}

.gallery__title {
  font-size: 40px;
  color: #1d1d1b;
  font-weight: 700;
}

@media (min-width: 1024px) and (max-width: 1319px) {
  .gallery__title {
    font-size: 32px;
  }
}

.gallery__content {
  margin-top: 48px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  max-height: 520px;
  padding: 0 15px;
  overflow: hidden;
}

.gallery__content-left {
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}

.gallery__content-left:before {
  display: block;
  content: '';
  width: 100%;
}

.gallery__content-left > .inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.gallery__content-left > .inner > img,
.gallery__content-left > .inner > video,
.gallery__content-left > .inner > svg,
.gallery__content-left > .inner > iframe {
  width: 100%;
  height: 100%;
}

.gallery__content-left:before {
  padding-top: 92.0353982301%;
}

.gallery__content-left > .inner > img,
.gallery__content-left > .inner > video,
.gallery__content-left > .inner > iframe {
  object-fit: cover;
}

.gallery__content-left img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.gallery__content-right {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.gallery__content-right-item {
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}

.gallery__content-right-item:before {
  display: block;
  content: '';
  width: 100%;
}

.gallery__content-right-item > .inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.gallery__content-right-item > .inner > img,
.gallery__content-right-item > .inner > video,
.gallery__content-right-item > .inner > svg,
.gallery__content-right-item > .inner > iframe {
  width: 100%;
  height: 100%;
}

.gallery__content-right-item:before {
  padding-top: 91.4285714286%;
}

.gallery__content-right-item > .inner > img,
.gallery__content-right-item > .inner > video,
.gallery__content-right-item > .inner > iframe {
  object-fit: cover;
}

.gallery__content-right-item img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .gallery {
    padding: 32px 0;
  }
}

.gallery__mobile {
  display: none;
  margin-top: 34px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.gallery__mobile-item img {
  border-radius: 12px;
  height: 187.5px;
  max-width: 187.5px;
  width: 100%;
  object-fit: cover;
}

.gallery__mobile__content {
  display: none;
}

.destinationContent {
  padding: 80px 0;
}

.destinationContent__heading {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
  -ms-flex-direction: column;
      flex-direction: column;
}

.destinationContent__title {
  margin-bottom: 0;
}

.destinationContent__content {
  display: grid;
  grid-template-columns: 561px 561px;
  gap: 48px;
  overflow: hidden;
}

@media (min-width: 1024px) and (max-width: 1319px) {
  .destinationContent__content {
    grid-template-columns: 384px 486px;
    gap: 24px;
  }
}

.destinationContent__content-right__title {
  font-size: 44px;
  line-height: 57px;
  margin-bottom: 24px;
  font-weight: bold;
  color: #1d1d1b;
}

@media (min-width: 1024px) and (max-width: 1319px) {
  .destinationContent__content-right__title {
    font-size: 32px;
    line-height: 1.5;
  }
}

.destinationContent__content-right__content {
  font-size: 17px;
  line-height: 33px;
  color: #646464;
  margin-bottom: 24px;
}

.destinationContent__content-left {
  display: grid;
  gap: 16px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr;
}

.destinationContent__content-left-item:nth-child(1) {
  grid-row-start: 1;
  grid-row-end: 2;
  grid-column-start: 1;
  grid-column-end: 3;
  border-radius: 12px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.destinationContent__content-left-item:nth-child(1):before {
  display: block;
  content: '';
  width: 100%;
}

.destinationContent__content-left-item:nth-child(1) > .inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.destinationContent__content-left-item:nth-child(1) > .inner > img,
.destinationContent__content-left-item:nth-child(1) > .inner > video,
.destinationContent__content-left-item:nth-child(1) > .inner > svg,
.destinationContent__content-left-item:nth-child(1) > .inner > iframe {
  width: 100%;
  height: 100%;
}

.destinationContent__content-left-item:nth-child(1):before {
  padding-top: 53.4759358289%;
}

.destinationContent__content-left-item:nth-child(1) > .inner > img,
.destinationContent__content-left-item:nth-child(1) > .inner > video,
.destinationContent__content-left-item:nth-child(1) > .inner > iframe {
  object-fit: cover;
}

.destinationContent__content-left-item:nth-child(2) {
  grid-row-start: 2;
  grid-row-end: 3;
  grid-column-start: 1;
  grid-column-end: 2;
  border-radius: 12px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.destinationContent__content-left-item:nth-child(2):before {
  display: block;
  content: '';
  width: 100%;
}

.destinationContent__content-left-item:nth-child(2) > .inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.destinationContent__content-left-item:nth-child(2) > .inner > img,
.destinationContent__content-left-item:nth-child(2) > .inner > video,
.destinationContent__content-left-item:nth-child(2) > .inner > svg,
.destinationContent__content-left-item:nth-child(2) > .inner > iframe {
  width: 100%;
  height: 100%;
}

.destinationContent__content-left-item:nth-child(2):before {
  padding-top: 79.2660550459%;
}

.destinationContent__content-left-item:nth-child(2) > .inner > img,
.destinationContent__content-left-item:nth-child(2) > .inner > video,
.destinationContent__content-left-item:nth-child(2) > .inner > iframe {
  object-fit: cover;
}

.destinationContent__content-left-item:nth-child(3) {
  grid-row-start: 2;
  grid-row-end: 3;
  grid-column-start: 2;
  grid-column-end: 3;
  border-radius: 12px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.destinationContent__content-left-item:nth-child(3):before {
  display: block;
  content: '';
  width: 100%;
}

.destinationContent__content-left-item:nth-child(3) > .inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.destinationContent__content-left-item:nth-child(3) > .inner > img,
.destinationContent__content-left-item:nth-child(3) > .inner > video,
.destinationContent__content-left-item:nth-child(3) > .inner > svg,
.destinationContent__content-left-item:nth-child(3) > .inner > iframe {
  width: 100%;
  height: 100%;
}

.destinationContent__content-left-item:nth-child(3):before {
  padding-top: 79.2660550459%;
}

.destinationContent__content-left-item:nth-child(3) > .inner > img,
.destinationContent__content-left-item:nth-child(3) > .inner > video,
.destinationContent__content-left-item:nth-child(3) > .inner > iframe {
  object-fit: cover;
}

@media (max-width: 1200px) {
  .destinationContent {
    padding: 32px 0;
  }
  .destinationContent__content {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .destinationContent__content-right {
    height: 100%;
  }
  .destinationContent__content-right__title {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 18px;
  }
  .destinationContent__content-right__content {
    font-size: 16px;
  }
  .destinationContent__content-right {
    -ms-flex-order: -1;
        order: -1;
    margin-bottom: 20px;
  }
}

.destinationEvent__bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: var(--bg);
}

.destinationEvent {
  position: relative;
  height: 443px;
}

.destinationEvent .destinationEvent__subTitle {
  margin-bottom: 12px;
  font-weight: 600;
  font-size: 16px;
  color: #9fbb3c;
}

.destinationEvent .destinationEvent__title {
  margin-bottom: 32px;
  font-size: 36px;
  font-weight: bold;
  color: #1d1d1b;
}

.destinationEvent .destinationEvent__title-image {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.destinationEvent .destinationEvent__title-image img {
  margin-right: 8px;
}

.destinationEvent .destinationEvent__description {
  font-size: 24px;
  font-size: 20px;
}

.destinationEvent .destinationEvent__description-small {
  font-size: 16px;
}

.destinationEvent .destinationEvent__description-big {
  font-size: 24px;
}

.destinationEvent .destinationEvent__action {
  margin-top: 32px;
}

@media (max-width: 1024.98px) {
  .destinationEvent .destinationEvent__title {
    margin-bottom: 24px;
    font-size: 28px;
  }
  .destinationEvent .destinationEvent__description {
    font-size: 20px;
  }
  .destinationEvent .destinationEvent__description-small {
    font-size: 16px;
  }
  .destinationEvent .destinationEvent__description-big {
    font-size: 16px;
  }
}

.destinationEvent__bg {
  width: 100%;
  height: 100%;
}

.destinationEvent__items {
  padding: 130px 0;
  --dane-gutter-x: 40px;
  --dane-gutter-y: 0;
  -ms-flex-pack: center;
      justify-content: center;
}

@media (min-width: 1024px) and (max-width: 1319px) {
  .destinationEvent__items {
    --dane-gutter-x: 20px;
  }
}

.destinationEvent__items-item {
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  padding: 24px;
  border-radius: 12px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  text-align: left;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  backdrop-filter: blur(10px);
}

.destinationEvent__items-item__title {
  font-size: 78px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 4px;
}

.destinationEvent__items-item__title span {
  color: #9fbb3c;
}

@media (min-width: 1024px) and (max-width: 1319px) {
  .destinationEvent__items-item__title {
    font-size: 50px;
  }
}

.destinationEvent__items-item__description {
  font-size: 20px;
  color: #ffffff;
}

@media (max-width: 1024.98px) {
  .destinationEvent {
    height: auto;
  }
  .destinationEvent__bg {
    height: auto;
  }
  .destinationEvent__items {
    padding: 60px 0;
    --dane-gutter-x: 15px;
    --dane-gutter-y: 15px;
  }
  .destinationEvent__items-item {
    padding: 8px;
  }
  .destinationEvent__items-item__title {
    font-size: 40px;
    color: #ffffff;
    font-weight: 700;
  }
  .destinationEvent__items-item__title span {
    color: #9fbb3c;
  }
  .destinationEvent__items-item__description {
    font-size: 16px;
    color: #ffffff;
  }
}

.destinationHistory {
  background-color: #1d1d1b;
  padding: 80px 0;
}

.destinationHistory .destinationHistory__subTitle {
  margin-bottom: 12px;
  font-weight: 600;
  font-size: 16px;
  color: #9fbb3c;
}

.destinationHistory .destinationHistory__title {
  margin-bottom: 32px;
  font-size: 36px;
  font-weight: bold;
  color: #1d1d1b;
}

.destinationHistory .destinationHistory__title-image {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.destinationHistory .destinationHistory__title-image img {
  margin-right: 8px;
}

.destinationHistory .destinationHistory__description {
  font-size: 24px;
  font-size: 20px;
}

.destinationHistory .destinationHistory__description-small {
  font-size: 16px;
}

.destinationHistory .destinationHistory__description-big {
  font-size: 24px;
}

.destinationHistory .destinationHistory__action {
  margin-top: 32px;
}

@media (max-width: 1024.98px) {
  .destinationHistory .destinationHistory__title {
    margin-bottom: 24px;
    font-size: 28px;
  }
  .destinationHistory .destinationHistory__description {
    font-size: 20px;
  }
  .destinationHistory .destinationHistory__description-small {
    font-size: 16px;
  }
  .destinationHistory .destinationHistory__description-big {
    font-size: 16px;
  }
}

.destinationHistory__flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: start;
  -ms-flex-pack: start;
      justify-content: flex-start;
  gap: 16px;
}

.destinationHistory__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  overflow: hidden;
}

.destinationHistory__content--right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: start;
  -ms-flex-pack: start;
      justify-content: start;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 40px;
  padding: 45.5px 0;
}

.destinationHistory__content--right__icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #9fbb3c;
  padding: 6px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  background: #9fbb3c;
}

.destinationHistory__content--right__icon svg {
  width: 16px;
  height: 16px;
}

.destinationHistory__content--right__title {
  font-size: 24px;
  margin-bottom: 12px;
  font-weight: bold;
  color: #ffffff;
  padding-right: 24px;
}

.destinationHistory__content--right .text {
  font-size: 17px;
  color: #ffffff !important;
  margin-bottom: 0;
}

.destinationHistory__content--left__title {
  font-size: 40px;
  margin-bottom: 24px;
  font-weight: 700;
  color: #ffffff;
}

@media (min-width: 1024px) and (max-width: 1319px) {
  .destinationHistory__content--left__title {
    font-size: 32px;
  }
}

.destinationHistory__content--left__description {
  font-size: 17px;
  line-height: 33px;
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 24px;
}

.destinationHistory__content--left-img {
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}

.destinationHistory__content--left-img:before {
  display: block;
  content: '';
  width: 100%;
}

.destinationHistory__content--left-img > .inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.destinationHistory__content--left-img > .inner > img,
.destinationHistory__content--left-img > .inner > video,
.destinationHistory__content--left-img > .inner > svg,
.destinationHistory__content--left-img > .inner > iframe {
  width: 100%;
  height: 100%;
}

.destinationHistory__content--left-img:before {
  padding-top: 54.5454545455%;
}

.destinationHistory__content--left-img > .inner > img,
.destinationHistory__content--left-img > .inner > video,
.destinationHistory__content--left-img > .inner > iframe {
  object-fit: cover;
}

.destinationHistory__content--left-action {
  margin-top: 24px;
}

@media (max-width: 768px) {
  .destinationHistory {
    padding: 32px 0;
  }
  .destinationHistory__content {
    gap: 18px;
  }
  .destinationHistory__content--right {
    gap: 20px;
    padding: 22px 0;
  }
  .destinationHistory__content--right__title {
    font-size: 20px;
  }
  .destinationHistory__content--right .text {
    font-size: 14px;
  }
  .destinationHistory__content--left__title {
    font-size: 28px;
    margin-bottom: 18px;
  }
  .destinationHistory__content--left__description {
    font-size: 16px;
  }
  .destinationHistory .text {
    font-size: 16px;
  }
  .destinationHistory .destinationHistory__content {
    grid-template-columns: 1fr;
  }
  .destinationHistory .destinationHistory__content-left {
    width: 100%;
  }
}

.destinationRoute {
  padding: 80px 0;
}

.destinationRoute__heading {
  display: grid;
  grid-template-columns: 565px 565px;
  margin-bottom: 40px;
  -ms-flex-align: center;
      align-items: center;
  gap: 40px;
}

@media (min-width: 1024px) and (max-width: 1319px) {
  .destinationRoute__heading {
    grid-template-columns: 384px 486px;
  }
}

.destinationRoute__title {
  font-size: 40px;
  text-align: left;
  color: #1d1d1b;
  font-weight: 700;
}

@media (min-width: 1024px) and (max-width: 1319px) {
  .destinationRoute__title {
    font-size: 32px;
  }
}

.destinationRoute__description {
  color: #646464;
  font-size: 17px;
  margin-bottom: 0;
}

.destinationRoute__flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: start;
  -ms-flex-pack: start;
      justify-content: flex-start;
  gap: 16px;
}

.destinationRoute__content {
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}

.destinationRoute__content-left, .destinationRoute__content-right {
  -ms-flex: 1;
      flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.destinationRoute__content-right {
  border-radius: 12px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.destinationRoute__content-right:before {
  display: block;
  content: '';
  width: 100%;
}

.destinationRoute__content-right > .inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.destinationRoute__content-right > .inner > img,
.destinationRoute__content-right > .inner > video,
.destinationRoute__content-right > .inner > svg,
.destinationRoute__content-right > .inner > iframe {
  width: 100%;
  height: 100%;
}

.destinationRoute__content-right:before {
  padding-top: 84.9557522124%;
}

.destinationRoute__content-right > .inner > img,
.destinationRoute__content-right > .inner > video,
.destinationRoute__content-right > .inner > iframe {
  object-fit: cover;
}

.destinationRoute__content-left__title {
  font-size: 32px;
  font-weight: 700;
  color: #1d1d1b;
  margin-bottom: 24px;
}

@media (min-width: 1024px) and (max-width: 1319px) {
  .destinationRoute__content-left__title {
    font-size: 24px;
  }
}

.destinationRoute__content-left .wrapperContent {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 24px;
}

.destinationRoute__content-left__icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #9fbb3c;
  padding: 6px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  background: #9fbb3c;
}

.destinationRoute__content-left__icon svg {
  width: 16px;
  height: 16px;
}

.destinationRoute__content-left__body {
  font-size: 17px;
  color: #646464;
  margin-bottom: 0;
}

@media (max-width: 1200px) {
  .destinationRoute {
    padding: 32px 0;
  }
  .destinationRoute__heading {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 24px;
    margin-bottom: 24px;
  }
  .destinationRoute__title {
    font-size: 28px;
    margin-bottom: 0;
  }
  .destinationRoute__description {
    color: #646464;
    font-size: 16px;
  }
  .destinationRoute__content {
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 18px;
    padding: 0 12px;
  }
  .destinationRoute__content-right {
    -ms-flex-order: -1;
        order: -1;
  }
  .destinationRoute__content-left__title {
    font-size: 24px;
    margin-bottom: 18px;
  }
  .destinationRoute__content-left__body {
    font-size: 14px;
    margin-bottom: 0;
  }
}

.tab {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  border-bottom: 1px solid #e0e0e0;
  gap: 24px;
  margin-bottom: 48px;
}

.tab button {
  background-color: inherit;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 12px 24px;
  transition: 0.3s;
  color: #646464;
  font-size: 18px;
  position: relative;
}

.tab button:hover {
  color: #9fbb3c;
}

.tab button.active {
  color: #9fbb3c;
  text-shadow: 0.5px 0 0 #9fbb3c;
}

.tab button.active::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #9fbb3c;
}

.tabcontent {
  display: none;
}

.tabcontent h3, .tabcontent .h3 {
  margin-top: 0;
}

@media (max-width: 768px) {
  .tab {
    -ms-flex-pack: start;
        justify-content: start;
    -ms-flex-align: center;
        align-items: center;
    gap: 12px;
    margin-bottom: 32px;
    max-width: 1170px;
    width: 100%;
    overflow: auto;
  }
  .tab button {
    padding: 8px 12px;
    font-size: 18px;
    text-wrap: nowrap;
  }
  .tabcontent {
    padding: 8px;
  }
}

.destinationTicket {
  position: relative;
  padding: 80px 0;
}

.destinationTicket .destinationTicket__subTitle {
  margin-bottom: 12px;
  font-weight: 600;
  font-size: 16px;
  color: #9fbb3c;
}

.destinationTicket .destinationTicket__title {
  margin-bottom: 32px;
  font-size: 36px;
  font-weight: bold;
  color: #1d1d1b;
}

.destinationTicket .destinationTicket__title-image {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.destinationTicket .destinationTicket__title-image img {
  margin-right: 8px;
}

.destinationTicket .destinationTicket__description {
  font-size: 24px;
  font-size: 20px;
}

.destinationTicket .destinationTicket__description-small {
  font-size: 16px;
}

.destinationTicket .destinationTicket__description-big {
  font-size: 24px;
}

.destinationTicket .destinationTicket__action {
  margin-top: 32px;
}

@media (max-width: 1024.98px) {
  .destinationTicket .destinationTicket__title {
    margin-bottom: 24px;
    font-size: 28px;
  }
  .destinationTicket .destinationTicket__description {
    font-size: 20px;
  }
  .destinationTicket .destinationTicket__description-small {
    font-size: 16px;
  }
  .destinationTicket .destinationTicket__description-big {
    font-size: 16px;
  }
}

.destinationTicket__heading {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
  margin-bottom: 64px;
  -ms-flex-direction: column;
      flex-direction: column;
}

.destinationTicket__title {
  font-size: 40px !important;
  margin-bottom: 12px !important;
}

@media (min-width: 1024px) and (max-width: 1319px) {
  .destinationTicket__title {
    font-size: 32px !important;
  }
}

.destinationTicket__description {
  max-width: 880px;
  font-size: 17px !important;
  margin-bottom: 0;
}

.destinationTicket__items {
  border-radius: 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

@media (max-width: 1200px) {
  .destinationTicket__items {
    grid-template-columns: 1fr;
  }
}

.destinationTicket__items-item .card-content {
  background-color: #ecf1d8;
  border-radius: 10px;
  padding: 24px;
  text-align: left;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.destinationTicket__items-item .card-content__flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: start;
  -ms-flex-pack: start;
      justify-content: flex-start;
  gap: 16px;
}

.destinationTicket__items-item .card-content__title {
  font-size: 26px;
  color: #1d1d1b;
  font-weight: 700;
}

@media (max-width: 768px) {
  .destinationTicket__items-item .card-content__title {
    font-size: 28px;
  }
}

@media (min-width: 1024px) and (max-width: 1319px) {
  .destinationTicket__items-item .card-content__title {
    font-size: 23px;
  }
}

.destinationTicket__items-item .card-content__info {
  font-size: 17px;
  color: #646464;
  margin-bottom: 24px !important;
}

.destinationTicket__items-item .card-content__heading {
  font-size: 20px;
  margin-bottom: 24px;
  color: #000000;
  font-weight: 600;
}

.destinationTicket__items-item .card-content__description {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: start;
  -ms-flex-pack: start;
      justify-content: start;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 24px;
  -ms-flex-positive: 1;
      flex-grow: 1;
}

@media (min-width: 1025px) {
  .destinationTicket__items-item .card-content__description {
    font-size: 16px;
  }
}

.destinationTicket__items-item .card-content__description > *:last-child {
  margin-bottom: 24px;
}

.destinationTicket__items-item .card-content__description-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #9fbb3c;
  padding: 6px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  background: #9fbb3c;
}

.destinationTicket__items-item .card-content__description-icon svg {
  width: 16px;
  height: 16px;
}

.destinationTicket__items-item .card-content__description-price {
  font-size: 20px;
  color: #1d1d1b;
  font-weight: 600;
}

.destinationTicket__items-item .card-content__action {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: end;
      align-items: end;
}

@media (max-width: 768px) {
  .destinationTicket {
    padding: 32px 0;
  }
  .destinationTicket__heading {
    margin-bottom: 24px;
  }
  .destinationTicket__title {
    font-size: 28px !important;
  }
  .destinationTicket__description {
    font-size: 16px !important;
  }
  .destinationTicket__items {
    border-radius: 20px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
}

@media (max-width: 768px) and (max-width: 768px) {
  .destinationTicket__items {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .destinationTicket__items-item .card-content__title {
    font-size: 24px;
  }
  .destinationTicket__items-item .card-content__info {
    font-size: 14px;
    margin-bottom: 18px !important;
  }
  .destinationTicket__items-item .card-content__heading {
    font-size: 20px;
  }
  .destinationTicket__items-item .card-content__description {
    gap: 18px;
  }
  .destinationTicket__items-item .card-content__description-icon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #9fbb3c;
    padding: 6px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    background: #9fbb3c;
  }
  .destinationTicket__items-item .card-content__description-icon svg {
    width: 16px;
    height: 16px;
  }
  .destinationTicket__items-item .card-content__description-price {
    font-size: 16px;
  }
  .destinationTicket__items-item .card-content__action {
    margin-top: 14px;
  }
}

.destinationHotel {
  position: relative;
  padding: 80px 0;
}

.destinationHotel .destinationHotel__subTitle {
  margin-bottom: 12px;
  font-weight: 600;
  font-size: 16px;
  color: #9fbb3c;
}

.destinationHotel .destinationHotel__title {
  margin-bottom: 32px;
  font-size: 36px;
  font-weight: bold;
  color: #1d1d1b;
}

.destinationHotel .destinationHotel__title-image {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.destinationHotel .destinationHotel__title-image img {
  margin-right: 8px;
}

.destinationHotel .destinationHotel__description {
  font-size: 24px;
  font-size: 20px;
}

.destinationHotel .destinationHotel__description-small {
  font-size: 16px;
}

.destinationHotel .destinationHotel__description-big {
  font-size: 24px;
}

.destinationHotel .destinationHotel__action {
  margin-top: 32px;
}

@media (max-width: 1024.98px) {
  .destinationHotel .destinationHotel__title {
    margin-bottom: 24px;
    font-size: 28px;
  }
  .destinationHotel .destinationHotel__description {
    font-size: 20px;
  }
  .destinationHotel .destinationHotel__description-small {
    font-size: 16px;
  }
  .destinationHotel .destinationHotel__description-big {
    font-size: 16px;
  }
}

.destinationHotel__heading {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
  margin-bottom: 64px;
  -ms-flex-direction: column;
      flex-direction: column;
}

.destinationHotel__title {
  margin-bottom: 12px !important;
  max-width: 860px;
  font-size: 40px !important;
}

@media (min-width: 1024px) and (max-width: 1319px) {
  .destinationHotel__title {
    font-size: 32px !important;
    max-width: 600px;
  }
}

.destinationHotel__description {
  margin-bottom: 12px !important;
  max-width: 880px;
  font-size: 16px !important;
  margin-bottom: 0;
}

.destinationHotel__flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: start;
  -ms-flex-pack: start;
      justify-content: flex-start;
  gap: 16px;
}

.destinationHotel__hotels {
  --dane-gutter-x: 16px;
  --dane-gutter-y: 36px;
}

.destinationHotel__items {
  border-radius: 20px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  margin-top: 48px;
}

.destinationHotel__items-item .card-content {
  max-height: 820px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.destinationHotel__items-item .card-content__img {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

.destinationHotel__items-item .card-content__img:before {
  display: block;
  content: '';
  width: 100%;
}

.destinationHotel__items-item .card-content__img > .inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.destinationHotel__items-item .card-content__img > .inner > img,
.destinationHotel__items-item .card-content__img > .inner > video,
.destinationHotel__items-item .card-content__img > .inner > svg,
.destinationHotel__items-item .card-content__img > .inner > iframe {
  width: 100%;
  height: 100%;
}

.destinationHotel__items-item .card-content__img:before {
  padding-top: 64.6473779385%;
}

.destinationHotel__items-item .card-content__img > .inner > img,
.destinationHotel__items-item .card-content__img > .inner > video,
.destinationHotel__items-item .card-content__img > .inner > iframe {
  object-fit: cover;
}

.destinationHotel__items-item .card-content__title {
  margin-top: 12px;
  font-size: 16px;
  color: #1d1d1b;
  font-weight: 600;
}

.destinationHotel__items-item .card-content__description {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: start;
  gap: 4px;
  margin-top: 4px;
  font-size: 12px;
}

.destinationHotel__items-item .card-content__description-icon {
  width: 14px;
  height: 14px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.destinationHotel__items-item .card-content__description-icon svg {
  width: 14px;
  height: 14px;
}

.destinationHotel__items-item .card-content__description-desc {
  font-size: 12px;
  color: #646464;
}

.destinationHotel__items-item .card-content__action {
  margin-top: 12px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: start;
}

.destinationHotel .card__destinationTicket {
  color: #ffffff;
}

@media (max-width: 1024.98px) {
  .destinationHotel {
    padding: 32px 0;
  }
  .destinationHotel__heading {
    margin-bottom: 32px;
  }
  .destinationHotel__title {
    font-size: 28px !important;
  }
  .destinationHotel__description {
    font-size: 16px !important;
  }
  .destinationHotel__items {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

.sejarahBanner {
  padding: 80px 0;
}

.sejarahBanner__heading {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
  -ms-flex-direction: column;
      flex-direction: column;
}

.sejarahBanner__title {
  margin-bottom: 0;
}

.sejarahBanner__content {
  overflow: hidden;
}

.sejarahBanner__content-img {
  border-radius: 12px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.sejarahBanner__content-img:before {
  display: block;
  content: '';
  width: 100%;
}

.sejarahBanner__content-img > .inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.sejarahBanner__content-img > .inner > img,
.sejarahBanner__content-img > .inner > video,
.sejarahBanner__content-img > .inner > svg,
.sejarahBanner__content-img > .inner > iframe {
  width: 100%;
  height: 100%;
}

.sejarahBanner__content-img:before {
  padding-top: 41.0256410256%;
}

.sejarahBanner__content-img > .inner > img,
.sejarahBanner__content-img > .inner > video,
.sejarahBanner__content-img > .inner > iframe {
  object-fit: cover;
}

.sejarahBanner__content-main {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 24px;
  max-width: 1020px;
  width: 100%;
  margin: 48px auto 0 auto;
}

.sejarahBanner__content-main .title {
  font-size: 36px;
  color: #1d1d1b;
  font-weight: 700;
  text-align: center;
}

.sejarahBanner__content-main .articleContent-heading {
  font-size: 28px;
  font-weight: 700;
  color: #1d1d1b;
  margin-bottom: 24px;
}

.sejarahBanner__content-main .articleContent p {
  margin-bottom: 24px;
  font-size: 17px;
  color: #646464;
  font-weight: 400;
}

.sejarahBanner__content-article {
  margin-top: 48px;
  display: grid;
  grid-template-columns: 410px 736px;
  gap: 24px;
}

.sejarahBanner__content-article .img {
  border-radius: 12px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sejarahBanner__content-article .title {
  font-size: 36px;
  color: #1d1d1b;
  font-weight: 700;
}

.sejarahBanner__content-article .articleContent-heading {
  font-size: 28px;
  font-weight: 700;
  color: #1d1d1b;
  margin-bottom: 24px;
}

.sejarahBanner__content-article .articleContent p {
  margin-bottom: 24px;
  font-size: 17px;
  color: #646464;
  font-weight: 400;
}

.sejarahBanner__gallery {
  --dane-gutter-x: 24px;
  --dane-gutter-y: 24px;
  margin-top: 24px;
}

.sejarahBanner__gallery-img {
  border-radius: 12px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.sejarahBanner__gallery-img:before {
  display: block;
  content: '';
  width: 100%;
}

.sejarahBanner__gallery-img > .inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.sejarahBanner__gallery-img > .inner > img,
.sejarahBanner__gallery-img > .inner > video,
.sejarahBanner__gallery-img > .inner > svg,
.sejarahBanner__gallery-img > .inner > iframe {
  width: 100%;
  height: 100%;
}

.sejarahBanner__gallery-img:before {
  padding-top: 100%;
}

.sejarahBanner__gallery-img > .inner > img,
.sejarahBanner__gallery-img > .inner > video,
.sejarahBanner__gallery-img > .inner > iframe {
  object-fit: cover;
}

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

@media (max-width: 1319.98px) {
  .sejarahBanner__content-article {
    grid-template-columns: 410px auto;
  }
}

@media (max-width: 1024.98px) {
  .sejarahBanner {
    padding: 32px 0;
  }
  .sejarahBanner__content-article {
    margin-top: 32px;
    gap: 12px;
    grid-template-columns: 1fr;
  }
  .sejarahBanner__content-article .title {
    font-size: 28px;
  }
  .sejarahBanner__content-article .articleContent-heading {
    font-size: 28px;
    margin-bottom: 4px;
  }
  .sejarahBanner__content-article .articleContent p {
    margin-bottom: 24px;
    font-size: 16px;
  }
}

.experiences {
  padding: 80px 0;
  position: relative;
}

.experiences__headingMain {
  font-size: 28px;
  font-weight: 600;
  color: #1d1d1b;
}

.experiences__heading {
  background-color: #9fbb3c;
  padding: 24px;
  font-size: 28px;
  font-weight: bold;
  color: #ffffff;
}

.experiences__lists {
  background-color: #f5f5f5;
  padding: 24px;
}

.experiences__lists > *:not(:last-child) {
  margin-bottom: 24px;
}

.experiences__form {
  margin-bottom: 48px;
}

.experiences__form-item {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.experiences__form-item .filter-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
}

.experiences__form-item .filter-wrapper-icon {
  width: 24px;
  height: 24px;
  position: absolute;
  left: 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.experiences__form-item .filter-wrapper-icon svg {
  width: 20px;
  height: 20px;
}

.experiences__form-item .filter-wrapper-dropdown {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  z-index: -1;
}

.experiences__form-item .filter-wrapper-dropdown svg {
  width: 20px;
  height: 20px;
}

.experiences__form-item .filter-wrapper select {
  border: none;
  outline: none;
  background-color: transparent;
  border: 1px solid #c2c2c2;
  border-radius: 8px;
  padding: 12px 0;
  height: 54px;
  padding-left: 56px;
  color: #1d1d1b;
}

.experiences__items {
  --dane-gutter-x: 24px;
  --dane-gutter-y: 24px;
  margin-bottom: 24px;
}

.experiences .cardExperiences {
  transition: all 0.3s ease-in-out;
}

.experiences .cardExperiences__media-image {
  border-radius: 16px;
  width: 100%;
  aspect-ratio: 4 / 5;
}

.experiences .cardExperiences__media-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

.experiences .cardExperiences .cardExperiences-content {
  padding: 20px 0;
  height: 100%;
  max-height: 229px;
}

.experiences .cardExperiences .cardExperiences-content__info {
  font-size: 14px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  color: #646464;
}

.experiences .cardExperiences .cardExperiences-content__info svg {
  color: #9fbb3c;
  width: 20px;
  height: 20px;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
}

.experiences .cardExperiences .cardExperiences-content__info .flex-date {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 8px;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-positive: 1;
      flex-grow: 1;
  width: 111px;
}

.experiences .cardExperiences .cardExperiences-content__info .flex-location {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 8px;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-positive: 1;
      flex-grow: 1;
  width: 179px;
}

.experiences .cardExperiences .cardExperiences-content__info .dot {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background-color: #9fbb3c;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
}

.experiences .cardExperiences .cardExperiences-content__title {
  margin-top: 8px;
  font-size: 24px;
  color: #1d1d1b;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.experiences .cardExperiences .cardExperiences-content__description {
  margin-top: 16px;
  font-size: 16px;
  color: #646464;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.experiences .cardExperiences:hover {
  transform: translateY(-10px);
}

@media (max-width: 1024.98px) {
  .experiences {
    padding: 60px 0;
  }
  .experiences__form-item {
    grid-template-columns: repeat(2, 1fr);
  }
  .experiences__items {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 649.98px) {
  .experiences__head {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    text-align: center;
  }
  .experiences__headingMain {
    font-size: 24px;
  }
  .experiences__heading {
    padding: 12px 24px;
    font-size: 20px;
  }
  .experiences .cardExperiences {
    transition: all 0.3s ease-in-out;
  }
  .experiences__form-item {
    grid-template-columns: repeat(1, 1fr);
    gap: 12px;
  }
  .experiences__items {
    grid-template-columns: 1fr;
  }
}

.news {
  padding: 80px 0;
  position: relative;
}

.news__headingMain {
  font-size: 28px;
  font-weight: 600;
  color: #1d1d1b;
}

.news__heading {
  background-color: #9fbb3c;
  padding: 24px;
  font-size: 28px;
  font-weight: bold;
  color: #ffffff;
}

.news__lists {
  background-color: #f5f5f5;
  padding: 24px;
}

.news__lists > *:not(:last-child) {
  margin-bottom: 24px;
}

.news__form {
  margin-bottom: 48px;
}

.news__form-item {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.news__form-item .filter-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
}

.news__form-item .filter-wrapper-icon {
  width: 24px;
  height: 24px;
  position: absolute;
  left: 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.news__form-item .filter-wrapper-icon svg {
  width: 20px;
  height: 20px;
}

.news__form-item .filter-wrapper-dropdown {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  z-index: -1;
}

.news__form-item .filter-wrapper-dropdown svg {
  width: 20px;
  height: 20px;
}

.news__form-item .filter-wrapper select {
  border: none;
  outline: none;
  background-color: transparent;
  border: 1px solid #c2c2c2;
  border-radius: 8px;
  padding: 12px 0;
  height: 54px;
  padding-left: 56px;
  color: #1d1d1b;
}

.news__items {
  --dane-gutter-x: 24px;
  --dane-gutter-y: 24px;
  margin-bottom: 24px;
}

.news .cardNews {
  transition: all 0.3s ease-in-out;
}

.news .cardNews__media-image {
  border-radius: 16px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.news .cardNews__media-image:before {
  display: block;
  content: '';
  width: 100%;
}

.news .cardNews__media-image > .inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.news .cardNews__media-image > .inner > img,
.news .cardNews__media-image > .inner > video,
.news .cardNews__media-image > .inner > svg,
.news .cardNews__media-image > .inner > iframe {
  width: 100%;
  height: 100%;
}

.news .cardNews__media-image:before {
  padding-top: 80.2139037433%;
}

.news .cardNews__media-image > .inner > img,
.news .cardNews__media-image > .inner > video,
.news .cardNews__media-image > .inner > iframe {
  object-fit: cover;
}

.news .cardNews .cardNews-content {
  padding: 20px 0;
  height: 100%;
  max-height: 229px;
}

.news .cardNews .cardNews-content__info {
  font-size: 14px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  color: #646464;
}

.news .cardNews .cardNews-content__info svg {
  color: #9fbb3c;
  width: 20px;
  height: 20px;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  margin-right: 8px;
}

.news .cardNews .cardNews-content__info .flex-date {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 8px;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-positive: 1;
      flex-grow: 1;
  width: 111px;
}

.news .cardNews .cardNews-content__info .flex-location {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 8px;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-positive: 1;
      flex-grow: 1;
  width: 179px;
}

.news .cardNews .cardNews-content__title {
  margin-top: 8px;
  font-size: 24px;
  color: #1d1d1b;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (min-width: 1024px) and (max-width: 1319px) {
  .news .cardNews .cardNews-content__title {
    font-size: 20px;
  }
}

.news .cardNews .cardNews-content__description {
  margin-top: 16px;
  font-size: 17px;
  color: #646464;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news .cardNews:hover {
  transform: translateY(-10px);
}

@media (max-width: 1024.98px) {
  .news {
    padding: 60px 0;
  }
  .news__form-item {
    grid-template-columns: repeat(2, 1fr);
  }
  .news__items {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 649.98px) {
  .news__head {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    text-align: center;
  }
  .news__headingMain {
    font-size: 24px;
  }
  .news__heading {
    padding: 12px 24px;
    font-size: 20px;
  }
  .news .cardNews {
    transition: all 0.3s ease-in-out;
  }
  .news__form-item {
    grid-template-columns: repeat(1, 1fr);
    gap: 12px;
  }
  .news__items {
    grid-template-columns: 1fr;
  }
}

.multipurpose {
  padding: 80px 0;
  max-width: 770px;
  margin: 0 auto;
  overflow: hidden;
}

@media (max-width: 1319.98px) {
  .multipurpose {
    padding: 40px 0;
  }
}

.multipurpose__heading-title {
  font-size: 40px;
  color: #1d1d1b;
  font-weight: 700;
  margin-bottom: 24px;
}

@media (max-width: 1319.98px) {
  .multipurpose__heading-title {
    font-size: 24px;
    margin-bottom: 18px;
  }
}

.venuePage {
  position: relative;
  padding: 80px 0;
}

.venuePage .venuePage__subTitle {
  margin-bottom: 12px;
  font-weight: 600;
  font-size: 16px;
  color: #9fbb3c;
}

.venuePage .venuePage__title {
  margin-bottom: 32px;
  font-size: 36px;
  font-weight: bold;
  color: #1d1d1b;
}

.venuePage .venuePage__title-image {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.venuePage .venuePage__title-image img {
  margin-right: 8px;
}

.venuePage .venuePage__description {
  font-size: 24px;
  font-size: 20px;
}

.venuePage .venuePage__description-small {
  font-size: 16px;
}

.venuePage .venuePage__description-big {
  font-size: 24px;
}

.venuePage .venuePage__action {
  margin-top: 32px;
}

@media (max-width: 1024.98px) {
  .venuePage .venuePage__title {
    margin-bottom: 24px;
    font-size: 28px;
  }
  .venuePage .venuePage__description {
    font-size: 20px;
  }
  .venuePage .venuePage__description-small {
    font-size: 16px;
  }
  .venuePage .venuePage__description-big {
    font-size: 16px;
  }
}

.venuePage__heading {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
  -ms-flex-direction: column;
      flex-direction: column;
}

.venuePage__title {
  margin-bottom: 12px !important;
  font-size: 40px !important;
}

.venuePage__description {
  max-width: 860px;
  font-size: 17px !important;
  margin-bottom: 0;
}

.venuePage__items {
  width: 100%;
  max-width: 1170px;
}

.venuePage__items-item {
  margin-top: 48px;
  height: 100%;
  grid-auto-rows: 448px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  gap: 40px;
}

.venuePage__items-item .left-image-row1 {
  grid-column: 1 / 2;
}

.venuePage__items-item .right-image-row1 {
  grid-column: 2 / 4;
}

.venuePage__items-item .grid-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.venuePage__items-item .left-image-row3 {
  grid-column: 1 / 3;
}

.venuePage__items-item .right-image-row3 {
  grid-column: 3 / 4;
}

.venuePage__items-item .card__venuePage {
  position: relative;
  overflow: hidden;
  max-height: 480px;
  height: 100%;
}

.venuePage__items-item .card__venuePage-media {
  height: 100%;
}

.venuePage__items-item .card__venuePage-media::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.venuePage__items-item .card__venuePage-content {
  position: absolute;
  left: 0;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease-in-out;
  bottom: 0;
  display: inline-block;
  width: calc(100% - 48px);
  text-align: left;
  backdrop-filter: blur(8px);
  border-radius: 12px;
  padding: 16px;
  margin: 24px;
  cursor: pointer;
}

.venuePage__items-item .card__venuePage-content:hover {
  background-color: rgba(255, 255, 255, 0.5);
  transform: translateY(-10px);
}

.venuePage__items-item .card__venuePage-content a {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}

.venuePage__items-item .card__venuePage-heading {
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 0;
}

.venuePage__cta {
  margin-top: 48px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  padding: 24px 27px;
  border: 1px solid #b2c963;
  border-radius: 20px;
}

.venuePage__cta-text {
  font-size: 32px;
  font-weight: 700;
  color: #1d1d1b;
}

.venuePage .card__venuePage {
  color: #ffffff;
}

@media (max-width: 1024.98px) {
  .venuePage {
    padding: 32px 0;
  }
  .venuePage__title {
    font-size: 28px !important;
  }
  .venuePage__description {
    font-size: 16px !important;
  }
  .venuePage__items-item {
    grid-template-columns: 1fr;
    gap: 24px;
    grid-auto-rows: 300px;
  }
  .venuePage__items-item .grid-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
    max-height: 300px;
  }
  .venuePage__items-item .left-image-row1 {
    height: 300px;
  }
  .venuePage__items-item .left-image-row1,
  .venuePage__items-item .right-image-row1,
  .venuePage__items-item .left-image-row3,
  .venuePage__items-item .right-image-row3 {
    grid-column: auto;
  }
  .venuePage__cta {
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 12px;
  }
  .venuePage__cta-text {
    font-size: 28px;
  }
  .venuePage__cta {
    text-align: center;
  }
}

.detailVenuePage {
  position: relative;
  padding: 80px 0;
}

.detailVenuePage h1, .detailVenuePage .h1,
.detailVenuePage h2,
.detailVenuePage .h2,
.detailVenuePage h3,
.detailVenuePage .h3,
.detailVenuePage h4,
.detailVenuePage .h4,
.detailVenuePage h5,
.detailVenuePage .h5,
.detailVenuePage h6,
.detailVenuePage .h6 {
  margin-bottom: 24px;
}

.detailVenuePage__heading {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: start;
  text-align: left;
  -ms-flex-direction: column;
      flex-direction: column;
}

.detailVenuePage__title {
  font-size: 52px;
  font-weight: 700;
  color: #1d1d1b;
  margin-bottom: 8px;
}

@media (min-width: 1024px) and (max-width: 1319px) {
  .detailVenuePage__title {
    font-size: 40px;
  }
}

.detailVenuePage__description {
  color: #1d1d1b;
  font-size: 20px;
  margin-bottom: 0;
  margin-left: 8px;
}

.detailVenuePage__gallery {
  margin-top: 48px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  max-height: 448px;
  overflow: hidden;
}

.detailVenuePage__gallery-left {
  height: 448px;
}

.detailVenuePage__gallery-left img {
  width: 100%;
  width: 600px;
  height: 100%;
  max-height: 520px;
  border-radius: 12px;
  object-fit: cover;
}

.detailVenuePage__gallery-right {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.detailVenuePage__gallery-right-item img {
  max-height: 240px;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  max-width: 262.5px;
  object-fit: cover;
}

.detailVenuePage__items {
  width: 100%;
  max-width: 1170px;
}

.detailVenuePage__items-item {
  margin-top: 64px;
  height: 100%;
  grid-auto-rows: 448px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  gap: 40px;
}

.detailVenuePage__items-item .left-image-row1 {
  grid-column: 1 / 2;
}

.detailVenuePage__items-item .right-image-row1 {
  grid-column: 2 / 4;
}

.detailVenuePage__items-item .grid-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.detailVenuePage__items-item .left-image-row3 {
  grid-column: 1 / 3;
}

.detailVenuePage__items-item .right-image-row3 {
  grid-column: 3 / 4;
}

.detailVenuePage__cta {
  margin-top: 48px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  padding: 24px 27px;
  border: 1px solid #b2c963;
  border-radius: 20px;
}

.detailVenuePage__cta-text {
  font-size: 32px;
  font-weight: 700;
  color: #1d1d1b;
}

.detailVenuePage .card__venuePage {
  color: #ffffff;
}

@media (max-width: 1024.98px) {
  .detailVenuePage {
    padding: 32px 0;
  }
  .detailVenuePage__title {
    font-size: 28px !important;
    margin-bottom: 0 !important;
  }
  .detailVenuePage__description {
    font-size: 16px !important;
  }
  .detailVenuePage__gallery {
    margin-top: 32px;
    grid-template-columns: 1fr;
    gap: 16px;
    height: auto;
    max-height: 100%;
  }
  .detailVenuePage__gallery-left {
    height: auto;
  }
  .detailVenuePage__gallery-left img {
    max-height: none;
    width: 100%;
  }
  .detailVenuePage__gallery-right {
    gap: 16px;
  }
  .detailVenuePage__gallery-right-item img {
    max-height: 100%;
    max-width: none;
  }
  .detailVenuePage__items-item {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .detailVenuePage__items-item .left-image-row1,
  .detailVenuePage__items-item .right-image-row1,
  .detailVenuePage__items-item .left-image-row3,
  .detailVenuePage__items-item .right-image-row3 {
    grid-column: auto;
  }
  .detailVenuePage__cta {
    text-align: center;
  }
}

.galleryPage {
  position: relative;
  padding: 80px 0;
}

.galleryPage__heading {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: start;
  text-align: left;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 8px;
  margin-bottom: 48px;
}

.galleryPage__title {
  font-size: 52px;
  color: #1d1d1b;
  font-weight: 700;
  margin-bottom: 0;
}

@media (min-width: 1024px) and (max-width: 1319px) {
  .galleryPage__title {
    font-size: 36px;
  }
}

.galleryPage__description {
  font-size: 17px;
  color: #1d1d1b;
  margin-left: 8px;
  margin-bottom: 0;
}

.galleryPage__media img {
  max-width: 1170px;
  border-radius: 12px;
  object-fit: cover;
  max-width: 1170;
  width: 100%;
  max-height: 568px;
}

@media (max-width: 1024.98px) {
  .galleryPage {
    padding: 32px 0;
  }
  .galleryPage__title {
    font-size: 28px !important;
  }
}

.masonry-container {
  margin-top: 24px;
  column-count: 3;
  gap: 24px;
}

.masonry-container .masonry-item {
  width: 100%;
  margin-bottom: 24px;
}

.masonry-container .masonry-item img {
  display: block;
  width: 100%;
  border-radius: 12px;
}

@media (max-width: 1024.98px) {
  .masonry-container {
    gap: 12px;
    column-count: 2;
  }
}

.calendarSimple {
  padding: 80px 0;
}

.calendarSimple__headingMain {
  font-size: 28px;
  font-weight: 600;
  color: #1d1d1b;
  margin-bottom: 12px;
}

.calendarSimple__heading {
  background-color: #9fbb3c;
  padding: 24px;
  font-size: 28px;
  font-weight: bold;
  color: #ffffff;
}

.calendarSimple__lists {
  background-color: #f5f5f5;
  padding: 24px;
}

.calendarSimple__lists > *:not(:last-child) {
  margin-bottom: 24px;
}

.heroShortSpecial {
  min-height: 413px !important;
  border-bottom: 0px !important;
  margin-bottom: 80px !important;
}

.heroShortSpecial__title {
  font-size: var(--dane-font-display--x-l);
  line-height: 130%;
  font-weight: bold;
  margin-bottom: 24px;
}

article .article__title {
  font-weight: 700;
  color: #1d1d1b;
  margin-bottom: 24px;
  font-size: 32px;
}

article .article__title-spaces {
  font-weight: 700;
  color: #1d1d1b;
  margin-bottom: 24px;
  font-size: 32px;
  margin-top: 40px;
}

@media (min-width: 1024px) and (max-width: 1319px) {
  article .article__title {
    font-size: 24px;
  }
}

article .article__subtitle {
  font-size: 20px;
  font-weight: 600;
  color: #1d1d1b;
  margin-bottom: 12px;
}

article .article__subtitle-content {
  font-size: 17px;
  font-weight: 600;
  color: #1d1d1b;
  margin-bottom: 0;
}

article .article__subtitle-spaces {
  font-size: 20px;
  font-weight: 600;
  color: #1d1d1b;
  margin-bottom: 12px;
  margin-top: 24px;
}

article img {
  max-width: 100%;
}

article .article__people {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

article .article__history {
  margin-top: 24px;
  margin-bottom: 40px;
}

article .article__history-lists {
  position: relative;
}

article .article__history-lists::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  background-color: #c2c2c2;
  width: 1px;
  height: 100%;
}

article .article__history-lists .list:not(:last-child) {
  margin-bottom: 40px;
}

article .article__visiMisi {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  color: #1d1d1b;
  margin-bottom: 40px;
}

article .article__visiMisi-media {
  margin-bottom: 24px;
}

@media (max-width: 1024.98px) {
  article .article__people {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
  }
  article .article__title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 12px;
  }
}

@media (max-width: 649.98px) {
  article .article__people {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 15px;
  }
  article .article__visiMisi {
    grid-template-columns: 1fr;
  }
  article .article__history-lists::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0%;
    background-color: #c2c2c2;
    width: 1px;
    height: 100%;
  }
  article .article__history-lists .list:not(:last-child) {
    margin-bottom: 40px;
  }
}

.tabcontent {
  display: none;
}

aside > *:not(:last-child) {
  margin-bottom: 30px;
}

aside > *:not(.aside__item-transparent) {
  border-radius: 8px;
  background-color: #eeeeee;
  padding: 24px 20px;
}

@media (max-width: 649.98px) {
  aside > * {
    margin-bottom: 48px;
  }
}

aside .bg-50 {
  background-color: #f5f8eb;
}

aside .article__detail {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: start;
  -ms-flex-pack: start;
      justify-content: start;
  gap: 12px;
  -ms-flex-direction: column;
      flex-direction: column;
}

aside .article__detail-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: start;
  -ms-flex-pack: start;
      justify-content: start;
  gap: 8px;
  -ms-flex-direction: column;
      flex-direction: column;
}

aside .article__detail-text {
  font-size: 14px;
  color: #646464;
}

aside .article__detail-subText {
  font-size: 16px;
  color: #1d1d1b;
  font-weight: 600;
}

aside .article__detail-price {
  font-size: 24px;
  font-weight: 700;
  color: #9fbb3c;
}

aside .article__action {
  margin-top: 24px;
}

aside .aside__heading {
  margin-bottom: 24px;
}

aside .aside__title {
  font-size: 24px;
  font-weight: 600;
  color: #1d1d1b;
}

aside .aside__title-bold {
  font-size: 28px;
  font-weight: bold;
  color: #1d1d1b;
}

@media (min-width: 1024px) and (max-width: 1319px) {
  aside .aside__title {
    font-size: 20px;
  }
  aside .aside__title-bold {
    font-size: 20px;
  }
}

aside .aside__list ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}

aside .aside__list ul li {
  display: block;
}

aside .aside__list ul li.active a {
  background-color: #9fbb3c;
  color: #ffffff;
}

aside .aside__list ul li:hover a {
  background-color: #849c32;
  color: #ffffff;
}

aside .aside__list ul li a {
  text-decoration: none;
  color: #1d1d1b;
  width: 100%;
  padding: 16px 24px;
  display: block;
  border-radius: 4px;
  font-size: 16px;
}

aside .aside__list-withBG {
  padding: 20px;
  background-color: #eeeeee;
  border-radius: 8px;
}

aside .aside__list-withBG ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}

aside .aside__list-withBG ul li:not(:last-child) {
  margin-bottom: 20px;
}

aside .aside__list-withBG ul li.active a {
  background-color: transparent;
  color: #9fbb3c;
}

aside .aside__list-withBG ul li:hover a {
  background-color: transparent;
  color: #849c32;
}

aside .aside__list-withBG ul li a {
  color: #1d1d1b;
  width: 100%;
  padding: 0px !important;
  font-size: 17px;
}

aside .aside__info > .card__infoSimple:not(:last-child),
aside .aside__info .card__newsSimpleList:not(:last-child) {
  margin-bottom: 12px;
}

aside .aside__sosmed {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
}

aside .aside__sosmed-item {
  width: 36px;
  height: 36px;
}

aside .aside__sosmed-item svg {
  border-radius: 12px;
  width: 36px;
  height: 36px;
}

aside .asideNews {
  padding: 12px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: start;
  -ms-flex-align: center;
      align-items: center;
  gap: 12px;
  margin-bottom: 12px !important;
}

aside .asideNews__media {
  width: 80px;
}

aside .asideNews__media img {
  width: 80px;
  height: 80px;
  border-radius: 8px;
  object-fit: cover;
}

aside .asideNews__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

aside .asideNews__content-date {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 8px;
  font-size: 10px;
}

aside .asideNews__content-date svg {
  color: #9fbb3c;
  width: 20px;
  height: 20px;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
}

aside .asideNews__content-text a {
  font-size: 14px;
  color: #1d1d1b;
  font-weight: 600;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

aside .asideNews__content-text a::hover {
  cursor: pointer;
}

@media (max-width: 1024.98px) {
  aside {
    grid-row-start: 1;
    grid-row-end: 1;
  }
}

.aside-title {
  background-color: none;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 12px;
}

@media (max-width: 1024.98px) {
  .aside-title {
    font-size: 17px;
  }
}

@media (min-width: 1024px) and (max-width: 1319px) {
  .aside-title {
    font-size: 20px;
  }
}

.articleContent {
  padding-bottom: 80;
}

.articleContent__content {
  display: grid;
  grid-template-columns: 100%;
  padding: 40px 0 0 0;
}

.articleContent__content-sidebar {
  grid-template-columns: auto 320px;
  gap: 40px;
}

.articleContent__content-event {
  grid-template-columns: calc(100% - 360px - 40px) 360px;
  gap: 40px;
  font-size: 20px;
}

.articleContent__content-event ul.checked li {
  font-size: 17px;
}

.articleContent__content-event ul.checked li:before {
  top: 15px;
}

@media (max-width: 1024.98px) {
  .articleContent__content-event ul.checked li {
    font-size: 16px;
  }
}

.articleContent__content .article__featuredImage,
.articleContent__content .article__bannerNews {
  grid-row-start: 1;
  grid-row-end: 1;
  grid-column-start: 1;
  grid-column-end: 3;
}

@media (max-width: 1024.98px) {
  .articleContent__content {
    display: grid;
    grid-template-columns: 100%;
    padding: 0;
  }
  .articleContent__content-sidebar {
    grid-template-columns: 100%;
    gap: 32px;
  }
  .articleContent__content-sidebarBottom .article__featuredImage {
    grid-row-start: 1 !important;
  }
  .articleContent__content-sidebarBottom article {
    grid-row-start: 2 !important;
  }
  .articleContent__content-sidebarBottom aside {
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 3;
    grid-row-end: 4;
  }
  .articleContent .article__featuredImage,
  .articleContent .article__bannerNews {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: 2;
  }
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal.active {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

.modal .modal-heading {
  height: 100px;
}

.modal .modal-content {
  background-color: #fff;
  padding: 20px;
  border-radius: 16px;
  max-width: 867px;
  width: 100%;
  margin: 0 15px;
}

.modal .modal-heading-close:hover {
  cursor: pointer;
}

@media (max-width: 649.98px) {
  .modal {
    -ms-flex-align: start !important;
        align-items: start !important;
    padding-top: 15px;
    padding-bottom: 15px;
    max-height: 100vh;
    overflow: auto;
  }
  .modal .modal-content {
    top: 0;
  }
  .modal .modal-content-info {
    grid-template-columns: auto !important;
  }
}

.modal-profile .modal-content-heading {
  display: grid;
  grid-template-columns: 1fr auto;
  font-size: 28px;
  padding-bottom: 24px;
  margin-bottom: 24px;
  -ms-flex-align: center;
      align-items: center;
  box-shadow: inset 0 -1px 0 0 #e0e0e0;
  color: #1d1d1b;
  font-weight: 600;
}

.modal-profile .modal-content-image {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

.modal-profile .modal-content-image:before {
  display: block;
  content: '';
  width: 100%;
}

.modal-profile .modal-content-image > .inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.modal-profile .modal-content-image > .inner > img,
.modal-profile .modal-content-image > .inner > video,
.modal-profile .modal-content-image > .inner > svg,
.modal-profile .modal-content-image > .inner > iframe {
  width: 100%;
  height: 100%;
}

.modal-profile .modal-content-image:before {
  padding-top: 114.968152866%;
}

.modal-profile .modal-content-image > .inner > img,
.modal-profile .modal-content-image > .inner > video,
.modal-profile .modal-content-image > .inner > iframe {
  object-fit: cover;
}

.modal-profile .modal-content-info {
  display: grid;
  grid-template-columns: 314px auto;
  gap: 24px;
}

.modal-profile .modal-content-items .item__title {
  font-size: 14px;
  margin-bottom: 4px;
}

.modal-profile .modal-content-items .item__description {
  color: #1d1d1b;
  font-weight: 600;
  padding-bottom: 12px;
}

.modal-profile .modal-content-items .item:not(:last-child) {
  margin-bottom: 12px;
  box-shadow: inset 0 -1px 0 0 #e0e0e0;
}

.modal-profile .modal-content-karir {
  box-shadow: inset 0 0 0 1px #e0e0e0;
  border-radius: 12px;
  overflow: hidden;
  margin-top: 24px;
}

.modal-profile .modal-content-karir-heading {
  background-color: #9fbb3c;
  color: #ffffff;
  font-size: 17px;
  font-weight: 600;
  padding: 12px 16px;
}

.modal-profile .modal-content-karir-description {
  padding: 12px 16px;
  font-size: 14px;
}

@media (max-width: 649.98px) {
  .modal-profile .modal-content-heading {
    font-size: 20px;
    padding-bottom: 12px;
    margin-bottom: 12px;
  }
}

.ppid-single-page__content--2024 {
  position: relative;
}

.ppid-single-page__content--2024 .accent-left,
.ppid-single-page__content--2024 .accent-right {
  z-index: -3;
}

.ppid-single-page__content--2024 .accent-left img,
.ppid-single-page__content--2024 .accent-right img {
  width: 420px;
  height: auto;
}

.ppid-single-page__content--2024 .accent-left {
  position: absolute;
  top: 60%;
  left: 0;
}

.ppid-single-page__content--2024 .accent-right {
  position: absolute;
  top: -10px;
  right: 0;
}

article {
  /*!
Theme Name: _s
Theme URI: https://underscores.me/
Author: Automattic
Author URI: https://automattic.com/
Description: Hi. I'm a starter theme called <code>_s</code>, or <em>underscores</em>, if you like. I'm a theme meant for hacking so don't use me as a <em>Parent Theme</em>. Instead try turning me into the next, most awesome, WordPress theme out there. That's what I'm here for.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: _s
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

_s is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
  /*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
  /*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
  /* Normalize
--------------------------------------------- */
  /*! 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.
 */
  /* Sections
	 ========================================================================== */
  /**
 * Remove the margin in all browsers.
 */
  /**
 * Render the `main` element consistently in IE.
 */
  /**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
  /* Grouping content
	 ========================================================================== */
  /**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
  /**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
  /* Text-level semantics
	 ========================================================================== */
  /**
 * Remove the gray background on active links in IE 10.
 */
  /**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
  /**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
  /**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
  /**
 * Add the correct font size in all browsers.
 */
  /**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
  /* Embedded content
	 ========================================================================== */
  /**
 * Remove the border on images inside links in IE 10.
 */
  /* Forms
	 ========================================================================== */
  /**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
  /**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
  /**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
  /**
 * Correct the inability to style clickable types in iOS and Safari.
 */
  /**
 * Remove the inner border and padding in Firefox.
 */
  /**
 * Restore the focus styles unset by the previous rule.
 */
  /**
 * Correct the padding in Firefox.
 */
  /**
 * 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.
 */
  /**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
  /**
 * Remove the default vertical scrollbar in IE 10+.
 */
  /**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
  /**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
  /**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
  /**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
  /**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
  /* Interactive
	 ========================================================================== */
  /*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
  /*
 * Add the correct display in all browsers.
 */
  /* Misc
	 ========================================================================== */
  /**
 * Add the correct display in IE 10+.
 */
  /**
 * Add the correct display in IE 10.
 */
  /* Box sizing
--------------------------------------------- */
  /* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  /*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
  /* Typography
--------------------------------------------- */
  /* Elements
--------------------------------------------- */
  /* Make sure embeds and iframes fit their containers. */
  /* Links
--------------------------------------------- */
  /* Forms
--------------------------------------------- */
  /*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
  /*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
  /* Navigation
--------------------------------------------- */
  /* Small menu. */
  /* Posts and pages
--------------------------------------------- */
  /* Comments
--------------------------------------------- */
  /* Widgets
--------------------------------------------- */
  /* Media
--------------------------------------------- */
  /* Make sure logo link wraps around logo image. */
  /* Captions
--------------------------------------------- */
  /* Galleries
--------------------------------------------- */
  /*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
  /* Jetpack infinite scroll
--------------------------------------------- */
  /* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
  /* Re-display the Theme Footer when Infinite Scroll has reached its end. */
  /*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
  /* Accessibility
--------------------------------------------- */
  /* Text meant only for screen readers. */
  /* Do not show the outline on the skip link target. */
  /* Alignments
--------------------------------------------- */
  font-size: 20px;
}

article html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

article body {
  margin: 0;
}

article main {
  display: block;
}

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

article pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

article a {
  background-color: transparent;
}

article abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

article b,
article strong {
  font-weight: bolder;
}

article code,
article kbd,
article samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

article small, article .small {
  font-size: 80%;
}

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

article sub {
  bottom: -0.25em;
}

article sup {
  top: -0.5em;
}

article img {
  border-style: none;
}

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

article button,
article input {
  overflow: visible;
}

article button,
article select {
  text-transform: none;
}

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

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

article button:-moz-focusring,
article [type="button"]:-moz-focusring,
article [type="reset"]:-moz-focusring,
article [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

article fieldset {
  padding: 0.35em 0.75em 0.625em;
}

article legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

article progress {
  vertical-align: baseline;
}

article textarea {
  overflow: auto;
}

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

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

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

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

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

article details {
  display: block;
}

article summary {
  display: list-item;
}

article template {
  display: none;
}

article [hidden] {
  display: none;
}

article *,
article *::before,
article *::after {
  box-sizing: inherit;
}

article html {
  box-sizing: border-box;
}

article body,
article button,
article input,
article select,
article optgroup,
article textarea {
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

article h1, article .h1,
article h2,
article .h2,
article h3,
article .h3,
article h4,
article .h4,
article h5,
article .h5,
article h6,
article .h6 {
  clear: both;
}

article p {
  margin-bottom: 1.5em;
}

article dfn,
article cite,
article em,
article i {
  font-style: italic;
}

article blockquote {
  margin: 0 1.5em;
}

article address {
  margin: 0 0 1.5em;
}

article pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

article code,
article kbd,
article tt,
article var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

article abbr,
article acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

article mark, article .mark,
article ins {
  background: #fff9c0;
  text-decoration: none;
}

article big {
  font-size: 125%;
}

article body {
  background: #fff;
}

article hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

article ul,
article ol {
  margin: 0 0 1.5em 3em;
}

article ul {
  list-style: disc;
}

article ol {
  list-style: decimal;
}

article li > ul,
article li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

article dt {
  font-weight: 700;
}

article dd {
  margin: 0 1.5em 1.5em;
}

article embed,
article iframe,
article object {
  max-width: 100%;
}

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

article figure {
  margin: 1em 0;
}

article table {
  margin: 0 0 1.5em;
  width: 100%;
}

article a {
  color: #4169e1;
}

article a:visited {
  color: #800080;
}

article a:hover,
article a:focus,
article a:active {
  color: #191970;
}

article a:focus {
  outline: thin dotted;
}

article a:hover,
article a:active {
  outline: 0;
}

article .main-navigation {
  display: block;
  width: 100%;
}

article .main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

article .main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

article .main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

article .main-navigation ul ul li:hover > ul,
article .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}

article .main-navigation ul ul a {
  width: 200px;
}

article .main-navigation ul li:hover > ul,
article .main-navigation ul li.focus > ul {
  left: auto;
}

article .main-navigation li {
  position: relative;
}

article .main-navigation a {
  display: block;
  text-decoration: none;
}

article .menu-toggle,
article .main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  article .menu-toggle {
    display: none;
  }
  article .main-navigation ul {
    display: -ms-flexbox;
    display: flex;
  }
}

article .site-main .comment-navigation,
article .site-main .posts-navigation,
article .site-main .post-navigation {
  margin: 0 0 1.5em;
}

article .comment-navigation .nav-links,
article .posts-navigation .nav-links,
article .post-navigation .nav-links {
  display: -ms-flexbox;
  display: flex;
}

article .comment-navigation .nav-previous,
article .posts-navigation .nav-previous,
article .post-navigation .nav-previous {
  -ms-flex: 1 0 50%;
      flex: 1 0 50%;
}

article .comment-navigation .nav-next,
article .posts-navigation .nav-next,
article .post-navigation .nav-next {
  text-align: end;
  -ms-flex: 1 0 50%;
      flex: 1 0 50%;
}

article .sticky {
  display: block;
}

article .updated:not(.published) {
  display: none;
}

article .page-content,
article .entry-content,
article .entry-summary {
  margin: 1.5em 0 0;
}

article .page-links {
  clear: both;
  margin: 0 0 1.5em;
}

article .comment-content a {
  word-wrap: break-word;
}

article .bypostauthor {
  display: block;
}

article .widget {
  margin: 0 0 1.5em;
}

article .widget select {
  max-width: 100%;
}

article .page-content .wp-smiley,
article .entry-content .wp-smiley,
article .comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

article .custom-logo-link {
  display: inline-block;
}

article .wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

article .wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

article .wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

article .wp-caption-text {
  text-align: center;
}

article .gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

article .gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

article .gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

article .gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

article .gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

article .gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

article .gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

article .gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

article .gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

article .gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

article .gallery-caption {
  display: block;
}

article .infinite-scroll .posts-navigation,
article .infinite-scroll.neverending .site-footer {
  display: none;
}

article .infinity-end.neverending .site-footer {
  display: block;
}

article .screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

article .screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

article #primary[tabindex="-1"]:focus {
  outline: 0;
}

article .alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

article .alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

article .aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

article h1, article .h1,
article h2,
article .h2,
article h3,
article .h3,
article h4,
article .h4,
article h5,
article .h5,
article h6,
article .h6 {
  letter-spacing: normal;
  text-transform: none;
  color: #1d1d1b;
  font-weight: 600;
}

article p {
  font-size: 17px;
}

article p.text_medium {
  font-size: 17px;
}

@media (max-width: 1024.98px) {
  article p.text_medium {
    font-size: 16px;
  }
}

article strong {
  color: #1d1d1b;
  font-weight: bold;
}

article strong.bold {
  font-weight: bold;
}

article .blockquote {
  background-color: #f5f5f5;
  padding: 24px;
  border-radius: 20px;
  padding-left: calc(20px + 44px);
  position: relative;
  line-height: 1.6;
  font-size: 17px;
  font-weight: 600;
}

article .blockquote::before {
  position: absolute;
  content: '';
  width: 32px;
  height: 32px;
  top: 24px;
  left: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.5 9V20C14.4983 21.5908 13.8657 23.116 12.7408 24.2408C11.616 25.3657 10.0908 25.9983 8.5 26C8.23478 26 7.98043 25.8946 7.79289 25.7071C7.60536 25.5196 7.5 25.2652 7.5 25C7.5 24.7348 7.60536 24.4804 7.79289 24.2929C7.98043 24.1054 8.23478 24 8.5 24C9.56087 24 10.5783 23.5786 11.3284 22.8284C12.0786 22.0783 12.5 21.0609 12.5 20V19H5C4.46957 19 3.96086 18.7893 3.58579 18.4142C3.21071 18.0391 3 17.5304 3 17V9C3 8.46957 3.21071 7.96086 3.58579 7.58579C3.96086 7.21071 4.46957 7 5 7H12.5C13.0304 7 13.5391 7.21071 13.9142 7.58579C14.2893 7.96086 14.5 8.46957 14.5 9ZM27 7H19.5C18.9696 7 18.4609 7.21071 18.0858 7.58579C17.7107 7.96086 17.5 8.46957 17.5 9V17C17.5 17.5304 17.7107 18.0391 18.0858 18.4142C18.4609 18.7893 18.9696 19 19.5 19H27V20C27 21.0609 26.5786 22.0783 25.8284 22.8284C25.0783 23.5786 24.0609 24 23 24C22.7348 24 22.4804 24.1054 22.2929 24.2929C22.1054 24.4804 22 24.7348 22 25C22 25.2652 22.1054 25.5196 22.2929 25.7071C22.4804 25.8946 22.7348 26 23 26C24.5908 25.9983 26.116 25.3657 27.2408 24.2408C28.3657 23.116 28.9983 21.5908 29 20V9C29 8.46957 28.7893 7.96086 28.4142 7.58579C28.0391 7.21071 27.5304 7 27 7Z' fill='%239FBB3C'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
}

article .blockquote p {
  color: #1d1d1b;
  margin-bottom: 12px;
}

article .blockquote-footer {
  margin-top: 12px;
  font-size: 16px;
  color: #1d1d1b;
}

article .blockquote-footer::before {
  display: none;
}

article .article__heading {
  margin-bottom: 40px;
}

article .article__heading-title > h1, article .article__heading-title > .h1,
article .article__heading-title h2,
article .article__heading-title .h2,
article .article__heading-title h3,
article .article__heading-title .h3,
article .article__heading-title h4,
article .article__heading-title .h4,
article .article__heading-title h5,
article .article__heading-title .h5,
article .article__heading-title h6,
article .article__heading-title .h6 {
  font-weight: bold;
}

article .article__heading-info ul {
  padding: 0;
  margin: 0;
  font-size: 17px !important;
}

article .article__heading-info ul li {
  list-style: none;
  display: inline-block;
  margin-bottom: 4px;
  position: relative;
  font-size: 17px !important;
}

article .article__heading-info ul li::before {
  display: none;
}

article .article__heading-info ul li:not(:last-child) {
  margin-right: 32px;
}

article .article__heading-info ul li:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 5%;
  right: -20px;
  width: 1px;
  height: 90%;
  background-color: #000000;
}

article .article__heading-info ul li a {
  font-size: 17px;
  font-weight: 600;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  color: #646464;
}

article .article__heading-info ul li a svg {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  fill: #9fbb3c;
}

article .article__map {
  position: relative;
  overflow: hidden;
}

article .article__map:before {
  display: block;
  content: '';
  width: 100%;
}

article .article__map > .inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

article .article__map > .inner > img,
article .article__map > .inner > video,
article .article__map > .inner > svg,
article .article__map > .inner > iframe {
  width: 100%;
  height: 100%;
}

article .article__map:before {
  padding-top: 54.5454545455%;
}

article .article__map > .inner {
  background-image: none !important;
}

article .article__map > .inner > iframe,
article .article__map > .inner > video,
article .article__map > .inner > #my-video {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

article .article__video {
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}

article .article__video:before {
  display: block;
  content: '';
  width: 100%;
}

article .article__video > .inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

article .article__video > .inner > img,
article .article__video > .inner > video,
article .article__video > .inner > svg,
article .article__video > .inner > iframe {
  width: 100%;
  height: 100%;
}

article .article__video:before {
  padding-top: 54.5454545455%;
}

article .article__video > .inner {
  background-image: none !important;
}

article .article__video > .inner > iframe,
article .article__video > .inner > video,
article .article__video > .inner > #my-video {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

article .article__img {
  position: relative;
  overflow: hidden;
}

article .article__img:before {
  display: block;
  content: '';
  width: 100%;
}

article .article__img > .inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

article .article__img > .inner > img,
article .article__img > .inner > video,
article .article__img > .inner > svg,
article .article__img > .inner > iframe {
  width: 100%;
  height: 100%;
}

article .article__img:before {
  padding-top: 126.677852349%;
}

article .article__img > .inner > img,
article .article__img > .inner > video,
article .article__img > .inner > iframe {
  object-fit: cover;
}

article .article__location {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

article .article__location svg {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
}

article .article__location-address {
  font-size: 20px;
  color: #1d1d1b;
  font-weight: 400;
  margin-left: 12px;
}

article .article__location a {
  text-decoration: none;
  color: #3272ee;
  font-size: 20px;
  font-weight: 600;
}

article .article__access {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: start;
      justify-content: start;
  gap: 25px;
}

article .article__access-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: start;
  -ms-flex-align: start;
      align-items: start;
  gap: 16px;
}

article .article__access svg {
  display: inline-block;
  width: 28px;
  height: 28px;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
}

article .article__access-content {
  font-size: 17px;
  color: #646464;
  font-weight: 400;
}

@media (max-width: 1024.98px) {
  article .article__access svg {
    display: inline-block;
    width: 22px;
    height: 22px;
  }
}

article img {
  height: 100%;
  object-fit: cover;
}

article ul.checked {
  margin: 0 !important;
}

article ul.checked li {
  position: relative;
  list-style: none;
  font-size: 17px;
}

article ul.checked li:not(:last-child) {
  margin-bottom: 12px;
}

article ul.checked li:before {
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  left: -28px;
  top: 13px;
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.2806 7.21937C14.3504 7.28903 14.4057 7.37175 14.4434 7.46279C14.4812 7.55384 14.5006 7.65144 14.5006 7.75C14.5006 7.84856 14.4812 7.94616 14.4434 8.03721C14.4057 8.12825 14.3504 8.21097 14.2806 8.28063L9.03063 13.5306C8.96097 13.6004 8.87826 13.6557 8.78721 13.6934C8.69616 13.7312 8.59857 13.7506 8.5 13.7506C8.40144 13.7506 8.30385 13.7312 8.2128 13.6934C8.12175 13.6557 8.03903 13.6004 7.96938 13.5306L5.71938 11.2806C5.57865 11.1399 5.49959 10.949 5.49959 10.75C5.49959 10.551 5.57865 10.3601 5.71938 10.2194C5.86011 10.0786 6.05098 9.99958 6.25 9.99958C6.44903 9.99958 6.6399 10.0786 6.78063 10.2194L8.5 11.9397L13.2194 7.21937C13.289 7.14964 13.3718 7.09432 13.4628 7.05658C13.5538 7.01884 13.6514 6.99941 13.75 6.99941C13.8486 6.99941 13.9462 7.01884 14.0372 7.05658C14.1283 7.09432 14.211 7.14964 14.2806 7.21937ZM19.75 10C19.75 11.9284 19.1782 13.8134 18.1068 15.4168C17.0355 17.0202 15.5127 18.2699 13.7312 19.0078C11.9496 19.7458 9.98919 19.9389 8.09787 19.5627C6.20656 19.1865 4.46928 18.2579 3.10571 16.8943C1.74215 15.5307 0.813554 13.7934 0.437348 11.9021C0.061142 10.0108 0.254225 8.05042 0.992179 6.26884C1.73013 4.48726 2.97982 2.96451 4.58319 1.89317C6.18657 0.821828 8.07164 0.25 10 0.25C12.585 0.25273 15.0634 1.28084 16.8913 3.10872C18.7192 4.93661 19.7473 7.41498 19.75 10ZM18.25 10C18.25 8.3683 17.7661 6.77325 16.8596 5.41655C15.9531 4.05984 14.6646 3.00242 13.1571 2.37799C11.6497 1.75357 9.99085 1.59019 8.39051 1.90852C6.79017 2.22685 5.32016 3.01259 4.16637 4.16637C3.01259 5.32015 2.22685 6.79016 1.90853 8.3905C1.5902 9.99085 1.75358 11.6496 2.378 13.1571C3.00242 14.6646 4.05984 15.9531 5.41655 16.8596C6.77326 17.7661 8.36831 18.25 10 18.25C12.1873 18.2475 14.2843 17.3775 15.8309 15.8309C17.3775 14.2843 18.2475 12.1873 18.25 10Z' fill='%239FBB3C'/%3E%3C/svg%3E%0A");
}

article ul.article__info {
  padding: 0;
  margin: 0;
}

article ul.article__info li {
  list-style: none;
  display: inline-block;
  margin-bottom: 4px;
  position: relative;
  font-size: 17px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
}

article ul.article__info li::before {
  display: none;
}

article ul.article__info li:not(:last-child) {
  margin-right: 32px;
}

article ul.article__info li:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 5%;
  right: -20px;
  width: 1px;
  height: 90%;
  background-color: #000000;
}

article ul.article__info li svg {
  width: 16px;
  height: 16px;
  margin-right: 8px;
  fill: #9fbb3c;
}

article .article__people,
article .article__laporan {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

article .article__people:not(:last-child),
article .article__laporan:not(:last-child) {
  box-shadow: inset 0 -1px 0 0 #9fbb3c;
  margin-bottom: 64px;
  padding-bottom: 64px;
}

article .article__history {
  margin-top: 24px;
  margin-bottom: 40px;
}

article .article__history-lists {
  position: relative;
}

article .article__history-lists::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  background-color: #c2c2c2;
  width: 1px;
  height: 100%;
}

article .article__history-lists .list:not(:last-child) {
  margin-bottom: 40px;
}

article .article__visiMisi {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  color: #1d1d1b;
  margin-bottom: 40px;
}

article .article__visiMisi-media {
  margin-bottom: 24px;
}

article .article__categoryShare {
  margin-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 40px;
  box-shadow: inset 0 -1px 0 0 #c2c2c2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: normal;
      align-items: normal;
  gap: 32px;
}

article .article__categoryShare-category ul {
  padding: 0;
  margin: 0;
}

article .article__categoryShare-category ul li {
  list-style: none;
  display: inline-block;
  margin-bottom: 4px;
  font-size: 17px;
}

article .article__categoryShare-category ul li::before {
  display: none;
}

article .article__categoryShare-category ul li:not(:last-child) {
  margin-right: 16px;
}

article .article__categoryShare-category ul li a {
  background-color: #9fbb3c;
  padding: 6px 16px;
  border-radius: 50rem;
  color: #ffffff;
  min-height: 33px;
  font-size: 12px;
  font-weight: 600;
}

article .article__categoryShare-share {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

article .article__categoryShare-share span {
  font-weight: 600;
  font-size: 16px;
  color: #1d1d1b;
  margin-right: 12px;
  white-space: nowrap;
}

article .article__categoryShare-share a {
  width: 32px;
  height: 32px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  background-color: #ecf1d8;
  border-radius: 4px;
}

article .article__categoryShare-share a:not(:last-child) {
  margin-right: 12px;
}

article table {
  border: none;
  font-size: 17px;
}

@media (max-width: 649.98px) {
  article table {
    font-size: 16px;
  }
}

article table thead tr th {
  border-bottom: 1px solid #9fbb3c;
  background-color: #9fbb3c;
  color: #ffffff;
  padding: 24px 20px;
  font-size: 17px;
}

article table tr {
  border-bottom: 2px solid #e0e0e0;
}

article table tr td {
  padding: 18px 14px;
  color: #1d1d1b;
  background-color: #eeeeee;
  vertical-align: middle;
}

article table .title {
  font-size: 17px;
}

article table .action {
  text-align: center;
}

article table .action svg {
  width: 24px;
  height: 24px;
}

article .article__other-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 24px;
  color: #1d1d1b;
}

article .article__other-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

article .article__other-list > * li::before {
  display: none;
}

@media (max-width: 1024.98px) {
  article .article__title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 12px;
  }
  article table thead tr th {
    padding: 16px 14px;
  }
  article table tr td {
    padding: 16px 14px;
  }
  article table .title {
    font-size: 16px;
  }
  article .article__heading {
    margin-bottom: 20px;
  }
  article .article__heading-title > h1, article .article__heading-title > .h1 {
    font-size: 28px;
  }
  article .article__heading-info ul {
    padding: 0;
    margin: 0;
  }
  article .article__heading-info ul li {
    font-size: 16px;
  }
  article .article__heading-info ul li:not(:last-child)::after {
    display: none;
  }
  article .article__heading-info ul li a {
    font-size: 16px;
    font-weight: 600;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    color: #646464;
  }
  article .article__heading-info ul li a svg {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    fill: #9fbb3c;
  }
  article .article__other-title {
    font-size: 24px;
  }
  article .article__other-list {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 1024px) and (max-width: 1319px) {
  article h1, article .h1 {
    font-size: 32px;
  }
  
  article h2,
  article .h2 {
    font-size: 28px;
  }
  
  article h3,
  article .h3 {
    font-size: 24px;
  }
  
  article h4,
  article .h4 {
    font-size: 20px;
  }
  
  article h5,
  article .h5 {
    font-size: 20px;
  }
  
  article h6,
  article .h6 {
    font-size: 17px;
  }
  article p {
    font-size: 16px;
  }
}

@media (max-width: 649.98px) {
  article .article__title {
    margin-bottom: 15px;
  }
  article .article__title:not(h3):not(.h3) {
    font-size: 20px;
  }
  article .article__title-direksi {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 15px;
  }
  article .article__subtitle {
    font-size: 20px;
    font-weight: 600;
    color: #1d1d1b;
  }
  article .article__subtitle-content {
    font-size: 16px;
  }
  article h1, article .h1 {
    font-size: 32px;
  }
  
  article h2,
  article .h2 {
    font-size: 28px;
  }
  
  article h3,
  article .h3 {
    font-size: 24px;
  }
  
  article h4,
  article .h4 {
    font-size: 20px;
  }
  
  article h5,
  article .h5 {
    font-size: 20px;
  }
  
  article h6,
  article .h6 {
    font-size: 17px;
  }
  article p {
    font-size: 16px;
  }
  article .article__visiMisi {
    grid-template-columns: 1fr;
  }
  article .article__history-lists::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0%;
    background-color: #c2c2c2;
    width: 1px;
    height: 100%;
  }
  article .article__history-lists .list:not(:last-child) {
    margin-bottom: 40px;
  }
  article .article__categoryShare {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    gap: 24px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  article .blockquote p {
    font-size: 17px;
  }
  article .blockquote-footer {
    font-size: 12px;
  }
  article .article__location-address {
    font-size: 17px;
  }
}

article .article-news {
  margin-bottom: 56px;
}

article .article-news__heading {
  margin-bottom: 24px;
}

article .article-news__title {
  font-size: 40px;
  font-weight: 700;
  color: #1d1d1b;
  margin-bottom: 12px;
}

@media (max-width: 649.98px) {
  article .article-news__title {
    font-size: 24px;
  }
}

@media (min-width: 1024px) and (max-width: 1319px) {
  article .article-news__title {
    font-size: 32px;
  }
}

article .article-news__info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 649.98px) {
  article .article-news__info {
    gap: 8px;
  }
}

article .article-news__info-author {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 10px;
  color: #646464;
  font-size: 16px;
  padding-right: 16px;
}

@media (max-width: 649.98px) {
  article .article-news__info-author {
    padding-right: 8px;
  }
}

article .article-news__info-author::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 60%;
  background-color: #1d1d1b;
}

article .article-news__info-author svg {
  width: 20px;
  height: 20px;
}

article .article-news__info-date {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 10px;
  color: #646464;
  font-size: 16px;
  padding-right: 16px;
}

@media (max-width: 649.98px) {
  article .article-news__info-date {
    padding-right: 8px;
  }
}

article .article-news__info-date::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 60%;
  background-color: #1d1d1b;
}

article .article-news__info-date svg {
  width: 20px;
  height: 20px;
}

article .article-news__info-time {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 10px;
  color: #646464;
  font-size: 16px;
}

article .articleNews__items {
  --dane-gutter-x: 24px;
  --dane-gutter-y: 24px;
  margin-bottom: 80px;
}

article .cardNews {
  transition: all 0.3s ease-in-out;
}

article .cardNews__media-image {
  border-radius: 16px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

article .cardNews__media-image:before {
  display: block;
  content: '';
  width: 100%;
}

article .cardNews__media-image > .inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

article .cardNews__media-image > .inner > img,
article .cardNews__media-image > .inner > video,
article .cardNews__media-image > .inner > svg,
article .cardNews__media-image > .inner > iframe {
  width: 100%;
  height: 100%;
}

article .cardNews__media-image:before {
  padding-top: 80.2139037433%;
}

article .cardNews__media-image > .inner > img,
article .cardNews__media-image > .inner > video,
article .cardNews__media-image > .inner > iframe {
  object-fit: cover;
}

article .cardNews .cardNews-content {
  padding: 20px 0;
  height: 100%;
  max-height: 229px;
}

article .cardNews .cardNews-content__info {
  font-size: 14px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  color: #646464;
}

article .cardNews .cardNews-content__info svg {
  color: #9fbb3c;
  width: 20px;
  height: 20px;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
}

article .cardNews .cardNews-content__info .flex-date {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 8px;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-positive: 1;
      flex-grow: 1;
  width: 111px;
}

article .cardNews .cardNews-content__info .flex-location {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 8px;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-positive: 1;
      flex-grow: 1;
  width: 179px;
}

article .cardNews .cardNews-content__title {
  margin-top: 8px;
  font-size: 20px;
  color: #1d1d1b;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

article .cardNews .cardNews-content__description {
  margin-top: 16px;
  font-size: 14px;
  color: #646464;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

article .cardNews:hover {
  transform: translateY(-10px);
}

article blockquote {
  padding: 12.5px 25px;
  margin: 0 0 15px;
  border-left: 5px solid #9fbb3c;
  font-family: "Open Sans";
  line-height: 1.2;
  font-style: italic;
  background-color: #f5f5f5;
}

article blockquote p {
  font-size: 25px;
  margin-bottom: 0;
}

article dl {
  padding-left: 50px;
  font-size: 17px;
}

@media (max-width: 649.98px) {
  article dl {
    font-size: 16px;
  }
}

article dt {
  font-weight: bold;
  font-size: 17px;
}

@media (max-width: 649.98px) {
  article dt {
    font-size: 16px;
  }
}

article dd {
  margin: 0;
  font-size: 17px;
}

@media (max-width: 649.98px) {
  article dd {
    font-size: 16px;
  }
}

article code {
  padding: 2px 4px;
  font-size: 90%;
  color: #9a9a9a;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 1px;
}

article figure {
  border: 1px solid #e6e6e6;
  padding: 15px 15px 8px 15px;
  margin-bottom: 15px;
}

article figcaption {
  font-style: italic;
  color: #7a8a99;
  font-size: 17px;
}

@media (max-width: 649.98px) {
  article figcaption {
    font-size: 16px;
  }
}

article ul,
article ol {
  margin: 0 0 0 15px !important;
}

article ul li,
article ol li {
  font-size: 17px;
}

@media (max-width: 649.98px) {
  article ul li,
  article ol li {
    font-size: 16px;
  }
}

article address {
  font-size: 17px;
}

@media (max-width: 649.98px) {
  article address {
    font-size: 16px;
  }
}

article pre {
  font-size: 17px;
}

@media (max-width: 649.98px) {
  article pre {
    font-size: 16px;
  }
}

.article__gallery {
  --dane-gutter-x: 40px;
  --dane-gutter-y: 40px;
  margin-bottom: 80px;
}

.article__gallery-img {
  width: 100%;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}

.article__gallery-img:before {
  display: block;
  content: '';
  width: 100%;
}

.article__gallery-img > .inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.article__gallery-img > .inner > img,
.article__gallery-img > .inner > video,
.article__gallery-img > .inner > svg,
.article__gallery-img > .inner > iframe {
  width: 100%;
  height: 100%;
}

.article__gallery-img:before {
  padding-top: 100%;
}

.article__gallery-img > .inner > img,
.article__gallery-img > .inner > video,
.article__gallery-img > .inner > iframe {
  object-fit: cover;
}

@media (max-width: 649.98px) {
  .article__gallery {
    --dane-gutter-x: 20px;
    --dane-gutter-y: 20px;
  }
}

.rounded-12 {
  border-radius: 12px;
}

.w-full {
  width: 100%;
}

.mb-40 {
  margin-bottom: 40px;
}

.articleHero {
  margin-top: 80px;
  height: 545px;
  width: 100%;
  max-width: 1170px;
  overflow: hidden;
  position: relative;
}

.articleHero .image-background,
.articleHero .image-foreground {
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.articleHero .image-background {
  width: 140%;
  height: 140%;
  filter: blur(50px);
}

.articleHero .image-foreground {
  height: 500px;
  width: auto;
  z-index: 1;
}

@media (max-width: 768px) {
  .articleHero .articleHero {
    margin-top: 32px;
    width: 380px;
    height: 480px;
  }
  .articleHero .articleHero .image-foreground {
    max-width: 330px;
    height: 420px;
  }
}

.newsHero {
  margin-top: 80px;
}

.newsHero__media-image {
  position: relative;
  overflow: hidden;
}

.newsHero__media-image:before {
  display: block;
  content: '';
  width: 100%;
}

.newsHero__media-image > .inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.newsHero__media-image > .inner > img,
.newsHero__media-image > .inner > video,
.newsHero__media-image > .inner > svg,
.newsHero__media-image > .inner > iframe {
  width: 100%;
  height: 100%;
}

.newsHero__media-image:before {
  padding-top: 46.5811965812%;
}

.newsHero__media-image > .inner > img,
.newsHero__media-image > .inner > video,
.newsHero__media-image > .inner > iframe {
  object-fit: cover;
}

@media (max-width: 649.98px) {
  .newsHero {
    margin-top: 40px;
  }
}
