@charset "UTF-8";
@font-face {
  font-display: swap;
  font-family: "PP Monument";
  font-style: normal;
  font-weight: 100 800;
  src: local("PP Monument"), url("../fonts/PPMonument/PPMonumentExtended-Black.0b1743cc7353.otf") format("opentype"), url("../fonts/PPMonument/PPMonumentExtended-Black.c177e47c32ff.woff") format("woff");
}
/* golos-text-regular - latin_latin-ext */
@font-face {
  font-display: swap;
  font-family: "Golos Text";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Golos/golos-text-v4-latin_latin-ext-regular.f2c7bf929d7b.eot"); /* IE9 Compat Modes */
  src: url("../fonts/Golos/golos-text-v4-latin_latin-ext-regular.f2c7bf929d7b.eot?#iefix") format("embedded-opentype"), url("../fonts/Golos/golos-text-v4-latin_latin-ext-regular.1bee93bf05fd.woff2") format("woff2"), url("../fonts/Golos/golos-text-v4-latin_latin-ext-regular.6c288eca9f83.woff") format("woff"), url("../fonts/Golos/golos-text-v4-latin_latin-ext-regular.107b505ebb09.ttf") format("truetype"), url("../fonts/Golos/golos-text-v4-latin_latin-ext-regular.61e45be1b12c.svg#GolosText") format("svg"); /* Legacy iOS */
}
/* golos-text-500 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Golos Text";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Golos/golos-text-v4-latin_latin-ext-500.77262008bb5a.eot"); /* IE9 Compat Modes */
  src: url("../fonts/Golos/golos-text-v4-latin_latin-ext-500.77262008bb5a.eot?#iefix") format("embedded-opentype"), url("../CACHE/") format("woff2"), url("../fonts/Golos/golos-text-v4-latin_latin-ext-500.ef7730e7613a.woff") format("woff"), url("../fonts/Golos/golos-text-v4-latin_latin-ext-500.d81866671f85.ttf") format("truetype"), url("../fonts/Golos/golos-text-v4-latin_latin-ext-500.66c9929848a3.svg#GolosText") format("svg"); /* Legacy iOS */
}

@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins Text";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Poppins/Poppins-Bold.7940efc40d8e.ttf") format("truetype"); 
}
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins Text";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Poppins/Poppins-Medium.a4e11dda4053.ttf") format("truetype"); 
}
:root {
  --bs-blue: rgb(48, 98, 212);
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: rgb(197, 52, 52);
  --bs-orange: rgb(255, 102, 1);
  --bs-yellow: rgb(245, 150, 56);
  --bs-green: rgb(29, 124, 77);
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: rgb(26, 25, 25);
  --bs-white: rgb(255, 255, 255);
  --bs-gray: rgb(135, 133, 132);
  --bs-gray-dark: rgb(46, 45, 45);
  --bs-gray-100: rgb(252, 249, 247);
  --bs-gray-200: rgb(249, 245, 243);
  --bs-gray-300: rgb(236, 232, 230);
  --bs-gray-400: rgb(212, 208, 206);
  --bs-gray-500: rgb(186, 183, 181);
  --bs-gray-600: rgb(135, 133, 132);
  --bs-gray-700: rgb(97, 95, 94);
  --bs-gray-800: rgb(46, 45, 45);
  --bs-gray-900: rgb(26, 25, 25);
  --bs-primary: rgb(255, 102, 1);
  --bs-secondary: rgb(135, 133, 132);
  --bs-success: rgb(29, 124, 77);
  --bs-info: rgb(48, 98, 212);
  --bs-warning: rgb(245, 150, 56);
  --bs-danger: rgb(197, 52, 52);
  --bs-light: rgb(252, 249, 247);
  --bs-dark: rgb(26, 25, 25);
  --bs-primary-rgb: 255, 102, 1;
  --bs-secondary-rgb: 135, 133, 132;
  --bs-success-rgb: 29, 124, 77;
  --bs-info-rgb: 48, 98, 212;
  --bs-warning-rgb: 245, 150, 56;
  --bs-danger-rgb: 197, 52, 52;
  --bs-light-rgb: 252, 249, 247;
  --bs-dark-rgb: 26, 25, 25;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 26, 25, 25;
  --bs-body-color-rgb: 26, 25, 25;
  --bs-body-bg-rgb: 249, 245, 243;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: Golos Text, sans-serif;
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: rgb(26, 25, 25);
  --bs-body-bg: rgb(249, 245, 243);
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: rgb(236, 232, 230);
  --bs-border-color-translucent: rgba(26, 25, 25, 0.175);
  --bs-border-radius: 0.5rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.75rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 200px;
  --bs-border-radius-pill: 12.5rem;
  --bs-link-color: rgb(255, 102, 1);
  --bs-link-hover-color: #cc5201;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fdead7;
}

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

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

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

hr {
  margin: 0.5rem 0;
  color: inherit;
  border: 0;
  border-top: 1px solid;
  opacity: 0.25;
}

h6, h5, h4, h3, h2, h1 {
  margin-top: 0;
  margin-bottom: 0.5em;
  font-family: "PP Monument", sans-serif;
  font-weight: 800;
  line-height: 1.25;
}

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

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

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

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

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: var(--bs-link-color);
  text-decoration: underline;
}
a:hover {
  color: var(--bs-link-hover-color);
}

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

pre,
code,
kbd,
samp {
  font-family: var(--bs-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(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

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

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

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

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: rgb(135, 133, 132);
  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] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

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

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 36rem) {
  .container-sm, .container {
    max-width: 35.375rem;
  }
}
@media (min-width: 48rem) {
  .container-md, .container-sm, .container {
    max-width: 49.5rem;
  }
}
@media (min-width: 65rem) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 65.25rem;
  }
}
@media (min-width: 75rem) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 75.25rem;
  }
}
@media (min-width: 90rem) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 76.5rem;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.grid {
  display: grid;
  grid-template-rows: repeat(var(--bs-rows, 1), 1fr);
  grid-template-columns: repeat(var(--bs-columns, 12), 1fr);
  gap: var(--bs-gap, 1.5rem);
}
.grid .g-col-1 {
  grid-column: auto/span 1;
}
.grid .g-col-2 {
  grid-column: auto/span 2;
}
.grid .g-col-3 {
  grid-column: auto/span 3;
}
.grid .g-col-4 {
  grid-column: auto/span 4;
}
.grid .g-col-5 {
  grid-column: auto/span 5;
}
.grid .g-col-6 {
  grid-column: auto/span 6;
}
.grid .g-col-7 {
  grid-column: auto/span 7;
}
.grid .g-col-8 {
  grid-column: auto/span 8;
}
.grid .g-col-9 {
  grid-column: auto/span 9;
}
.grid .g-col-10 {
  grid-column: auto/span 10;
}
.grid .g-col-11 {
  grid-column: auto/span 11;
}
.grid .g-col-12 {
  grid-column: auto/span 12;
}
.grid .g-start-1 {
  grid-column-start: 1;
}
.grid .g-start-2 {
  grid-column-start: 2;
}
.grid .g-start-3 {
  grid-column-start: 3;
}
.grid .g-start-4 {
  grid-column-start: 4;
}
.grid .g-start-5 {
  grid-column-start: 5;
}
.grid .g-start-6 {
  grid-column-start: 6;
}
.grid .g-start-7 {
  grid-column-start: 7;
}
.grid .g-start-8 {
  grid-column-start: 8;
}
.grid .g-start-9 {
  grid-column-start: 9;
}
.grid .g-start-10 {
  grid-column-start: 10;
}
.grid .g-start-11 {
  grid-column-start: 11;
}
@media (min-width: 36rem) {
  .grid .g-col-sm-1 {
    grid-column: auto/span 1;
  }
  .grid .g-col-sm-2 {
    grid-column: auto/span 2;
  }
  .grid .g-col-sm-3 {
    grid-column: auto/span 3;
  }
  .grid .g-col-sm-4 {
    grid-column: auto/span 4;
  }
  .grid .g-col-sm-5 {
    grid-column: auto/span 5;
  }
  .grid .g-col-sm-6 {
    grid-column: auto/span 6;
  }
  .grid .g-col-sm-7 {
    grid-column: auto/span 7;
  }
  .grid .g-col-sm-8 {
    grid-column: auto/span 8;
  }
  .grid .g-col-sm-9 {
    grid-column: auto/span 9;
  }
  .grid .g-col-sm-10 {
    grid-column: auto/span 10;
  }
  .grid .g-col-sm-11 {
    grid-column: auto/span 11;
  }
  .grid .g-col-sm-12 {
    grid-column: auto/span 12;
  }
  .grid .g-start-sm-1 {
    grid-column-start: 1;
  }
  .grid .g-start-sm-2 {
    grid-column-start: 2;
  }
  .grid .g-start-sm-3 {
    grid-column-start: 3;
  }
  .grid .g-start-sm-4 {
    grid-column-start: 4;
  }
  .grid .g-start-sm-5 {
    grid-column-start: 5;
  }
  .grid .g-start-sm-6 {
    grid-column-start: 6;
  }
  .grid .g-start-sm-7 {
    grid-column-start: 7;
  }
  .grid .g-start-sm-8 {
    grid-column-start: 8;
  }
  .grid .g-start-sm-9 {
    grid-column-start: 9;
  }
  .grid .g-start-sm-10 {
    grid-column-start: 10;
  }
  .grid .g-start-sm-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 48rem) {
  .grid .g-col-md-1 {
    grid-column: auto/span 1;
  }
  .grid .g-col-md-2 {
    grid-column: auto/span 2;
  }
  .grid .g-col-md-3 {
    grid-column: auto/span 3;
  }
  .grid .g-col-md-4 {
    grid-column: auto/span 4;
  }
  .grid .g-col-md-5 {
    grid-column: auto/span 5;
  }
  .grid .g-col-md-6 {
    grid-column: auto/span 6;
  }
  .grid .g-col-md-7 {
    grid-column: auto/span 7;
  }
  .grid .g-col-md-8 {
    grid-column: auto/span 8;
  }
  .grid .g-col-md-9 {
    grid-column: auto/span 9;
  }
  .grid .g-col-md-10 {
    grid-column: auto/span 10;
  }
  .grid .g-col-md-11 {
    grid-column: auto/span 11;
  }
  .grid .g-col-md-12 {
    grid-column: auto/span 12;
  }
  .grid .g-start-md-1 {
    grid-column-start: 1;
  }
  .grid .g-start-md-2 {
    grid-column-start: 2;
  }
  .grid .g-start-md-3 {
    grid-column-start: 3;
  }
  .grid .g-start-md-4 {
    grid-column-start: 4;
  }
  .grid .g-start-md-5 {
    grid-column-start: 5;
  }
  .grid .g-start-md-6 {
    grid-column-start: 6;
  }
  .grid .g-start-md-7 {
    grid-column-start: 7;
  }
  .grid .g-start-md-8 {
    grid-column-start: 8;
  }
  .grid .g-start-md-9 {
    grid-column-start: 9;
  }
  .grid .g-start-md-10 {
    grid-column-start: 10;
  }
  .grid .g-start-md-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 65rem) {
  .grid .g-col-lg-1 {
    grid-column: auto/span 1;
  }
  .grid .g-col-lg-2 {
    grid-column: auto/span 2;
  }
  .grid .g-col-lg-3 {
    grid-column: auto/span 3;
  }
  .grid .g-col-lg-4 {
    grid-column: auto/span 4;
  }
  .grid .g-col-lg-5 {
    grid-column: auto/span 5;
  }
  .grid .g-col-lg-6 {
    grid-column: auto/span 6;
  }
  .grid .g-col-lg-7 {
    grid-column: auto/span 7;
  }
  .grid .g-col-lg-8 {
    grid-column: auto/span 8;
  }
  .grid .g-col-lg-9 {
    grid-column: auto/span 9;
  }
  .grid .g-col-lg-10 {
    grid-column: auto/span 10;
  }
  .grid .g-col-lg-11 {
    grid-column: auto/span 11;
  }
  .grid .g-col-lg-12 {
    grid-column: auto/span 12;
  }
  .grid .g-start-lg-1 {
    grid-column-start: 1;
  }
  .grid .g-start-lg-2 {
    grid-column-start: 2;
  }
  .grid .g-start-lg-3 {
    grid-column-start: 3;
  }
  .grid .g-start-lg-4 {
    grid-column-start: 4;
  }
  .grid .g-start-lg-5 {
    grid-column-start: 5;
  }
  .grid .g-start-lg-6 {
    grid-column-start: 6;
  }
  .grid .g-start-lg-7 {
    grid-column-start: 7;
  }
  .grid .g-start-lg-8 {
    grid-column-start: 8;
  }
  .grid .g-start-lg-9 {
    grid-column-start: 9;
  }
  .grid .g-start-lg-10 {
    grid-column-start: 10;
  }
  .grid .g-start-lg-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 75rem) {
  .grid .g-col-xl-1 {
    grid-column: auto/span 1;
  }
  .grid .g-col-xl-2 {
    grid-column: auto/span 2;
  }
  .grid .g-col-xl-3 {
    grid-column: auto/span 3;
  }
  .grid .g-col-xl-4 {
    grid-column: auto/span 4;
  }
  .grid .g-col-xl-5 {
    grid-column: auto/span 5;
  }
  .grid .g-col-xl-6 {
    grid-column: auto/span 6;
  }
  .grid .g-col-xl-7 {
    grid-column: auto/span 7;
  }
  .grid .g-col-xl-8 {
    grid-column: auto/span 8;
  }
  .grid .g-col-xl-9 {
    grid-column: auto/span 9;
  }
  .grid .g-col-xl-10 {
    grid-column: auto/span 10;
  }
  .grid .g-col-xl-11 {
    grid-column: auto/span 11;
  }
  .grid .g-col-xl-12 {
    grid-column: auto/span 12;
  }
  .grid .g-start-xl-1 {
    grid-column-start: 1;
  }
  .grid .g-start-xl-2 {
    grid-column-start: 2;
  }
  .grid .g-start-xl-3 {
    grid-column-start: 3;
  }
  .grid .g-start-xl-4 {
    grid-column-start: 4;
  }
  .grid .g-start-xl-5 {
    grid-column-start: 5;
  }
  .grid .g-start-xl-6 {
    grid-column-start: 6;
  }
  .grid .g-start-xl-7 {
    grid-column-start: 7;
  }
  .grid .g-start-xl-8 {
    grid-column-start: 8;
  }
  .grid .g-start-xl-9 {
    grid-column-start: 9;
  }
  .grid .g-start-xl-10 {
    grid-column-start: 10;
  }
  .grid .g-start-xl-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 90rem) {
  .grid .g-col-xxl-1 {
    grid-column: auto/span 1;
  }
  .grid .g-col-xxl-2 {
    grid-column: auto/span 2;
  }
  .grid .g-col-xxl-3 {
    grid-column: auto/span 3;
  }
  .grid .g-col-xxl-4 {
    grid-column: auto/span 4;
  }
  .grid .g-col-xxl-5 {
    grid-column: auto/span 5;
  }
  .grid .g-col-xxl-6 {
    grid-column: auto/span 6;
  }
  .grid .g-col-xxl-7 {
    grid-column: auto/span 7;
  }
  .grid .g-col-xxl-8 {
    grid-column: auto/span 8;
  }
  .grid .g-col-xxl-9 {
    grid-column: auto/span 9;
  }
  .grid .g-col-xxl-10 {
    grid-column: auto/span 10;
  }
  .grid .g-col-xxl-11 {
    grid-column: auto/span 11;
  }
  .grid .g-col-xxl-12 {
    grid-column: auto/span 12;
  }
  .grid .g-start-xxl-1 {
    grid-column-start: 1;
  }
  .grid .g-start-xxl-2 {
    grid-column-start: 2;
  }
  .grid .g-start-xxl-3 {
    grid-column-start: 3;
  }
  .grid .g-start-xxl-4 {
    grid-column-start: 4;
  }
  .grid .g-start-xxl-5 {
    grid-column-start: 5;
  }
  .grid .g-start-xxl-6 {
    grid-column-start: 6;
  }
  .grid .g-start-xxl-7 {
    grid-column-start: 7;
  }
  .grid .g-start-xxl-8 {
    grid-column-start: 8;
  }
  .grid .g-start-xxl-9 {
    grid-column-start: 9;
  }
  .grid .g-start-xxl-10 {
    grid-column-start: 10;
  }
  .grid .g-start-xxl-11 {
    grid-column-start: 11;
  }
}

.col {
  flex: 1 0 0%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.g-1,
.gx-1 {
  --bs-gutter-x: 0.125rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.125rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.25rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.25rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 0.5rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 0.5rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 0.75rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 0.75rem;
}

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

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

@media (min-width: 36rem) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.125rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.125rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 0.75rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 0.75rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 1.5rem;
  }
}
@media (min-width: 48rem) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.125rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.125rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 0.75rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 0.75rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 1.5rem;
  }
}
@media (min-width: 65rem) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.125rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.125rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 0.75rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 0.75rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 1.5rem;
  }
}
@media (min-width: 75rem) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.125rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.125rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 0.75rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 0.75rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 1.5rem;
  }
}
@media (min-width: 90rem) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.125rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.125rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 0.75rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 0.75rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 1.5rem;
  }
}
@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress {
  --bs-progress-height: 1rem;
  --bs-progress-font-size: 0.75rem;
  --bs-progress-bg: rgb(249, 245, 243);
  --bs-progress-border-radius: 0.5rem;
  --bs-progress-box-shadow: inset 0 1px 2px rgba(26, 25, 25, 0.075);
  --bs-progress-bar-color: rgb(255, 255, 255);
  --bs-progress-bar-bg: rgb(255, 102, 1);
  --bs-progress-bar-transition: width 0.6s ease;
  display: flex;
  height: var(--bs-progress-height);
  overflow: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius);
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: var(--bs-progress-bar-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-progress-bar-bg);
  transition: var(--bs-progress-bar-transition);
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: var(--bs-progress-height) var(--bs-progress-height);
}

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.glide * {
  box-sizing: inherit;
}
.glide__track {
  overflow: hidden;
}
.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
}
.glide__slides--dragging {
  user-select: none;
}
.glide__slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  white-space: normal;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
.glide__slide a {
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.glide__arrows {
  -webkit-touch-callout: none;
  user-select: none;
}
.glide__bullets {
  -webkit-touch-callout: none;
  user-select: none;
}
.glide--rtl {
  direction: rtl;
}

:root {
  --mobile-navbar-height: 5rem;
  --navbar-height: 4.5rem;
}

button {
  background-color: transparent;
  color: currentColor;
  border-width: 0;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
  padding: 0;
}

a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  color: inherit;
}

ol,
ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

img {
  display: block;
  max-width: 100%;
}

dialog {
  position: absolute;
  left: 0;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  margin: auto;
  border: solid;
  padding: 1em;
  background: white;
  color: black;
  display: block;
}

dialog:not([open]) {
  display: none;
}

dialog + .backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
}

._dialog_overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

dialog.fixed {
  position: fixed;
  top: 50%;
  transform: translate(0, -50%);
}

.body-100 {
  font: 400 1rem/1.5 "Golos Text", sans-serif;
  letter-spacing: -0.0125em;
  margin: 0;
}
.body-200, .order-details__label {
  font: 400 0.875rem/1.4 "Golos Text", sans-serif;
  letter-spacing: 0;
  margin: 0;
}
.body-300, .form-field__error-message {
  font: 400 0.75rem/1.333 "Golos Text", sans-serif;
  letter-spacing: 0;
  margin: 0;
}

.bold {
  font-weight: 500;
}

.text-primary {
  color: rgb(26, 25, 25);
}

.text-secondary {
  color: rgb(97, 95, 94);
}

.text-inverted-secondary {
  color: rgb(212, 208, 206);
}

.text-placeholder {
  color: rgb(135, 133, 132);
}

.text-disabled {
  color: rgb(186, 183, 181);
}

.text-brand {
  color: rgb(255, 102, 1);
}

.headline-100 {
  font: 800 2rem/1.25 "PP Monument", sans-serif;
  letter-spacing: 0.0125em;
  margin: 0;
}
.headline-200 {
  font: 800 1.5rem/1.333 "PP Monument", sans-serif;
  letter-spacing: -0.015em;
  margin: 0;
}
.headline-300 {
  font: 800 1.25rem/1.4 "PP Monument", sans-serif;
  letter-spacing: -0.02em;
  margin: 0;
}
.headline-400 {
  font: 800 1rem/1.375 "PP Monument", sans-serif;
  letter-spacing: -0.0125em;
  margin: 0;
}
.headline-500 {
  font: 800 0.870rem/1.4 "PP Monument", sans-serif;
  letter-spacing: 0;
  margin: 0;
}

.icon {
  display: inline-block;
  aspect-ratio: 1/1;
  fill: none;
  stroke: currentColor;
}

.title-100 {
  font: 500 1.5rem/1.25 "Golos Text", sans-serif;
  letter-spacing: -0.01em;
  margin: 0;
}
.title-200 {
  font: 500 1.25rem/1.3 "Golos Text", sans-serif;
  letter-spacing: -0.01em;
  margin: 0;
}
.title-300 {
  font: 500 1.125rem/1.3 "Golos Text", sans-serif;
  letter-spacing: -0.01em;
  margin: 0;
}
.title-400 {
  font: 500 1rem/1.5 "Golos Text", sans-serif;
  letter-spacing: -0.0125em;
  margin: 0;
}

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

.accordion {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.accordion__item {
  width: 100%;
  padding: 0.5rem 1.25rem;
  border: 1px solid rgba(212, 208, 206, 0.64);
  border-radius: 0.75rem;
  background: rgb(255, 255, 255);
}
.accordion__item[open] .accordion__summary::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M4.16663 10H15.8333' stroke='%231A1919' stroke-width='1.5'/%3E%3C/svg%3E");
}
.accordion__summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 0;
  font-weight: 500;
}
.accordion__summary::marker {
  content: none;
}
.accordion__summary::-webkit-details-marker {
  display: none;
}
.accordion__summary:focus, .accordion__summary:active {
  outline: none;
}
.accordion__summary::after {
  content: "";
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M10 4.1665L10 15.8332' stroke='%231A1919' stroke-width='1.5'/%3E%3Cpath d='M4.16663 10H15.8333' stroke='%231A1919' stroke-width='1.5'/%3E%3C/svg%3E");
}
.accordion__description {
  padding-bottom: 1rem;
}

.avatar {
  --avatar-size: 2rem;
  --avatar-icon-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--avatar-size);
  height: var(--avatar-size);
  border-radius: 50%;
  background: linear-gradient(220.38deg, rgba(255, 102, 1, 0.2) 18.04%, rgba(255, 255, 255, 0) 94.88%), #f9f5f3;
  overflow: hidden;
}
.avatar--with-border {
  border: 2px solid rgb(255, 255, 255);
}
.avatar[data-size=xs], .avatar--xs {
  --avatar-size: 1.5rem;
  --avatar-icon-size: 1rem;
}
.avatar[data-size=sm], .avatar--sm {
  --avatar-size: 2rem;
  --avatar-icon-size: 1rem;
}
.avatar[data-size=md], .avatar--md {
  --avatar-size: 2.5rem;
  --avatar-icon-size: 1.5rem;
}
.avatar[data-size=lg], .avatar--lg {
  --avatar-size: 3rem;
  --avatar-icon-size: 2rem;
}
.avatar[data-size=xl], .avatar--xl {
  --avatar-size: 6.5rem;
  --avatar-icon-size: 5rem;
}
.avatar__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.avatar__icon {
  width: var(--avatar-icon-size);
}
.avatar__image-artist {
  display: block;
  width: 180px;
  height: 145px;
  object-fit: cover;
}
.badge {
  display: inline-flex;
  gap: 0.25rem;
  align-items: center;
  padding: 0 0.5rem;
  margin: 0;
  border-radius: 12.5rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  background: rgb(255, 255, 255);
  color: rgb(97, 95, 94);
  white-space: nowrap;
}
.badge--sm, .badge[data-is-small=true] {
  font-size: 0.875rem;
}
.badge--neutral, .badge[data-color=neutral] {
  background: rgb(249, 245, 243);
}
.badge--success, .badge[data-color=success] {
  background: rgb(29, 124, 77);
  color: rgb(255, 255, 255);
}
.badge--warning, .badge[data-color=warning] {
  background: rgb(245, 150, 56);
  color: rgb(255, 255, 255);
}
.badge--danger, .badge[data-color=danger] {
  background: rgb(197, 52, 52);
  color: rgb(255, 255, 255);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  border: 1px solid rgb(255, 102, 1);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  white-space: nowrap;
  background: rgb(255, 102, 1);
  color: rgb(255, 255, 255);
  transition: all 0.3s ease;
}
.button:hover, .button:focus, .button:active {
  border-color: rgb(229, 92, 1);
  background: rgb(229, 92, 1);
  color: rgb(255, 255, 255);
}
.button:hover .button__arrow, .button:focus .button__arrow, .button:active .button__arrow {
  transform: translateX(0.2em);
}
.button--secondary, .button[data-color=secondary] {
  border-color: rgba(212, 208, 206, 0.64);
  background: rgb(255, 255, 255);
  color: rgb(26, 25, 25);
}
.button--secondary .button__icon, .button[data-color=secondary] .button__icon {
  color: rgb(97, 95, 94);
}
.button--secondary:hover, .button--secondary:focus, .button--secondary:active, .button[data-color=secondary]:hover, .button[data-color=secondary]:focus, .button[data-color=secondary]:active {
  border-color: rgb(212, 208, 206);
  background: rgb(255, 255, 255);
  color: rgb(26, 25, 25);
}
.button--blue, .button[data-color=blue] {
  border-color: rgb(48, 98, 212);
  background: rgb(48, 98, 212);
}
.button--blue:hover, .button--blue:focus, .button--blue:active, .button[data-color=blue]:hover, .button[data-color=blue]:focus, .button[data-color=blue]:active {
  border-color: rgb(48, 98, 212);
  background: rgb(48, 98, 212);
}
.button--blue:hover, .button[data-color=blue]:hover {
  opacity: 0.9;
}
.button--black, .button[data-color=black] {
  border-color: rgb(26, 25, 25);
  background: rgb(26, 25, 25);
}
.button--black:hover, .button--black:focus, .button--black:active, .button[data-color=black]:hover, .button[data-color=black]:focus, .button[data-color=black]:active {
  border-color: rgb(26, 25, 25);
  background: rgb(26, 25, 25);
}
.button--black:hover, .button[data-color=black]:hover {
  opacity: 0.9;
}
.button--ghost, .button[data-color=ghost] {
  border-color: rgba(255, 255, 255, 0);
  background: rgba(255, 255, 255, 0);
  color: rgb(26, 25, 25);
}
.button--ghost .button__icon, .button[data-color=ghost] .button__icon {
  color: rgb(97, 95, 94);
}
.button--md, .button[data-size=md] {
  padding: 0.5rem 1rem;
}
.button--sm, .button[data-size=sm] {
  padding: 0.375rem 0.75rem;
  gap: 0.25rem;
  font-size: 0.875rem;
}
.button--rounded, .button[data-rounded=true] {
  border-radius: 12.5rem;
}
.button--block, .button[data-block=true] {
  width: 100%;
}
.button__arrow, .button__icon {
  width: 1.25rem;
}
.button__arrow {
  transition: all 0.3s ease;
}

.button-with-icon {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.button-with-icon:hover {
  text-decoration: underline;
}
.button-with-icon:hover .button-with-icon__icon {
  border-color: rgb(26, 25, 25);
}

.buttons-group {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.buttons-group--margin-top {
  margin-top: 2.5rem;
}

.breadcrumbs {
  margin-bottom: 1.5rem;
}
.breadcrumbs__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  color: rgb(26, 25, 25);
}
.breadcrumbs__item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  max-width: 100%;
}
.breadcrumbs__item:not(:first-of-type)::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%23878584' stroke-width='1.5' d='M15 10H5M11.25 6.25 15 10l-3.75 3.75'/%3E%3C/svg%3E");
  flex-shrink: 0;
  display: block;
  width: 1.5em;
  height: 1.5em;
}
.breadcrumbs__item.-is-active {
  color: rgba(26, 25, 25, 0.5);
}
@media (max-width: 47.98rem) {
  .breadcrumbs__item.-is-active:nth-child(3), .breadcrumbs__item.-is-active:nth-child(4), .breadcrumbs__item.-is-active:nth-child(5) {
    border: 0;
    clip: rect(0 0 0 0);
    height: auto;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
  }
}
.breadcrumbs__link {
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.breadcrumbs__link:hover {
  color: rgb(26, 25, 25);
  text-decoration: underline;
}

.categories-group {
  margin: 0 -0.75rem;
  overflow: hidden;
}
.categories-group__grid {
  scrollbar-width: none;
  display: grid;
  grid-gap: 0.5rem;
  grid-template-columns: repeat(6, 1fr);
  padding-inline-start: 0.75rem;
  padding-inline-end: 0.75rem;
  overflow: auto;
}
.categories-group__grid::-webkit-scrollbar {
  display: none;
}
.categories-group__item {
  column-span: 1;
  min-width: 8.5rem;
}
.categories-group__item:nth-of-type(1) {
  grid-column-start: 1;
  grid-row-start: 1;
  grid-row-end: 3;
}
.categories-group__item:nth-of-type(2) {
  grid-column-start: 2;
  grid-row-start: 1;
  grid-row-end: 2;
}
.categories-group__item:nth-of-type(3) {
  grid-column-start: 2;
  grid-row-start: 2;
  grid-row-end: 3;
}
.categories-group__item:nth-of-type(4) {
  grid-column-start: 3;
  grid-row-start: 1;
  grid-row-end: 2;
}
.categories-group__item:nth-of-type(5) {
  grid-column-start: 3;
  grid-row-start: 2;
  grid-row-end: 3;
}
.categories-group__item:nth-of-type(6) {
  grid-column-start: 4;
  grid-row-start: 1;
  grid-row-end: 2;
}
.categories-group__item:nth-of-type(7) {
  grid-column-start: 4;
  grid-row-start: 2;
  grid-row-end: 3;
}
.categories-group__item:nth-of-type(8) {
  grid-column-start: 5;
  grid-row-start: 1;
  grid-row-end: 3;
}

.cards-list {
  --number-of-columns: var(--number-of-columns-xs, 1);
  display: grid;
  grid-template-columns: repeat(var(--number-of-columns), 1fr);
  grid-gap: 1rem;
}
@media (min-width: 36rem) {
  .cards-list {
    --number-of-columns: var(--number-of-columns-sm, 2);
    grid-gap: 1.5rem;
  }
}
@media (min-width: 48rem) {
  .cards-list {
    --number-of-columns: var(--number-of-columns-md, 2);
    grid-gap: 1.5rem;
  }
}
@media (min-width: 65rem) {
  .cards-list {
    --number-of-columns: var(--number-of-columns-lg, 3);
  }
}
.cards-list > .event-teaser {
  max-width: 100%;
}

.cta-banner {
  position: relative;
  overflow: hidden;
  border-radius: 0.75rem;
  background: rgb(255, 255, 255);
  color: rgb(26, 25, 25);
}
.cta-banner__inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem;
}
.cta-banner a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.cta-banner a:hover {
  text-decoration: underline;
}
.cta-banner a:hover {
  text-decoration: none;
}
.cta-banner__bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top left;
}

@media (min-width: 48rem) {
  .description-block {
    padding: 2.5rem 0;
    border-top: 1px solid rgb(212, 208, 206);
    border-bottom: 1px solid rgb(212, 208, 206);
  }
}
.description-block__text {
  display: flex;
  flex-direction: column;
  margin-top: 1em;
  max-width: 49.5rem;
  color: rgb(97, 95, 94);
}
.description-block__text-block {
  overflow: hidden;
  transition: all 0.3s ease;
}
.description-block__text-block.-is-hidden {
  max-height: 0;
}
.description-block__text-block:not(:first-of-type):not(.-is-hidden) {
  margin-top: 1em;
}

@keyframes slide-up {
  from {
    transform: translateY(2rem);
  }
  to {
    transform: translateY(0);
  }
}
.dialog {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1000;
  width: 100vw;
  height: 100vh;
  max-width: 100vw;
  max-height: 100vh;
  padding: 0;
  margin: 0;
  border: none;
  display: none;
  align-items: flex-end;
  justify-content: center;
  background: rgba(255, 255, 255, 0);
}
.dialog.-is-active {
  display: flex;
}
.dialog.-is-active .dialog__overlay {
  opacity: 1;
}
.dialog.-is-active .dialog__body {
  animation: slide-up 0.3s ease forwards;
}
@media (min-width: 36rem) {
  .dialog {
    align-items: center;
  }
}
.dialog__overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(26, 25, 25, 0.56);
  opacity: 0;
  transition: 0.25s ease;
}
.dialog__body {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 1.5rem 1rem;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  background: rgb(255, 255, 255);
  color: rgb(26, 25, 25);
}
@media (min-width: 36rem) {
  .dialog__body {
    width: 90%;
    max-width: 33.75rem;
    padding: 1.5rem;
    border-radius: 1rem;
  }
}
.dialog__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.dialog__close-button {
  flex-shrink: 0;
}

.error-page {
  position: relative;
  overflow: hidden;
}
.error-page::before {
  content: "";
  position: absolute;
  top: 25%;
  right: 0;
  z-index: -1;
  width: 40vw;
  min-width: 300px;
  aspect-ratio: 4/5;
  border-radius: 50%;
  background: rgb(255, 102, 1);
  opacity: 0.15;
  -webkit-box-shadow: 60px 20px 170px 0px rgba(255, 255, 255, 0.6) inset;
  box-shadow: 60px 20px 170px 0px rgba(255, 255, 255, 0.6) inset;
  -webkit-filter: blur(100px);
  filter: blur(100px);
  -webkit-transform: translate(50%);
  transform: translate(50%);
}
.error-page__wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  width: 100%;
  overflow: hidden;
}
.error-page__bar {
  padding: 1.5rem 0;
}
.error-page__inner {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 0 2.5rem;
  text-align: center;
}
.error-page__img {
  display: block;
  width: 100%;
  max-width: 320px;
  max-height: 50vw;
  margin-bottom: 1rem;
  object-fit: contain;
  object-position: center bottom;
}
.error-page__description {
  margin-bottom: 2rem;
}
.error-page__description p {
  margin-bottom: 0.5em;
}
.error-page__description p:last-child {
  margin-bottom: 0;
}

.icon-button {
  --icon-button-size: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--icon-button-size);
  height: var(--icon-button-size);
  border-radius: 50%;
  border: 1px solid rgba(212, 208, 206, 0.64);
  background: rgb(255, 255, 255);
  color: rgb(26, 25, 25);
  transition: all 0.3s ease;
}
.icon-button:not[disabled]:hover {
  border-color: rgb(212, 208, 206);
}
.icon-button:not[disabled]:focus, .icon-button:not[disabled]:active {
  border-color: rgb(26, 25, 25);
  box-shadow: 0px 0px 0px 3px rgba(212, 208, 206, 0.64);
}
.icon-button[disabled] {
  opacity: 0.64;
  cursor: not-allowed;
}
.icon-button--sm {
  --icon-button-size: 2rem;
}
.icon-button__icon {
  width: 50%;
  aspect-ratio: 1/1;
}

.link-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
  height: 100%;
  padding: 1rem;
  border-radius: 0.75rem;
  background: rgba(255, 255, 255, 0.8);
  color: rgb(26, 25, 25);
  transition: all 0.3s ease;
}
.link-card:hover {
  background: rgb(255, 255, 255);
}
.link-card--large {
  padding: 1.5rem;
}
.link-card--large .link-card__icon {
  width: 2rem;
}
.link-card--vertical, .link-card--large {
  flex-direction: column-reverse;
  align-items: flex-start;
}
.link-card--dark {
  background: rgb(46, 45, 45);
  color: rgb(255, 255, 255);
}
.link-card--dark:hover {
  background: rgb(26, 25, 25);
  color: rgb(255, 255, 255);
}
.link-card__icon {
  width: 1.5rem;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1000;
  width: 100vw;
  max-width: 100vw;
  max-height: 100vh;
  padding: 0;
  margin: 0;
  border: none;
  background: rgb(255, 255, 255);
  color: rgb(26, 25, 25);
  -webkit-transform: translateY(100%);
  transform: translate3d(0, 135vh, 0);
  transition: 0.4s cubic-bezier(0.5, 1, 0.89, 1);
  will-change: transform;
}
.modal.-is-active {
  transform: translate3d(0, 0, 0);
}
.modal[data-alt-layout=true] {
  background: rgb(249, 245, 243);
  overflow-x: clip;
}
.modal[data-alt-layout=true]::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 40vw;
  min-width: 300px;
  aspect-ratio: 4/5;
  border-radius: 50%;
  background: rgb(255, 102, 1);
  opacity: 0.15;
  -webkit-box-shadow: 60px 20px 170px 0px rgba(255, 255, 255, 0.6) inset;
  box-shadow: 60px 20px 170px 0px rgba(255, 255, 255, 0.6) inset;
  -webkit-filter: blur(100px);
  filter: blur(100px);
  -webkit-transform: translate(50%);
  transform: translate(50%);
}
.modal__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100vh;
}
@supports (height: 100dvh) {
  .modal__inner {
    height: 100dvh;
  }
}
.modal__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1.5rem 0;
}
.modal__header a:first-of-type:focus, .modal__header a:first-of-type:focus-visible,
.modal__header button:first-of-type:focus,
.modal__header button:first-of-type:focus-visible {
  outline: none;
  box-shadow: none;
  border: 1px solid rgb(236, 232, 230);
}
.modal__body {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  overflow: auto;
  padding-bottom: 1.5rem;
}

.not-found-message {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 2.5rem;
  max-width: 588px;
  margin: 0 auto;
  padding-bottom: 2.5rem;
}

.pill {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.375rem 0.75rem;
  border-radius: 0.5rem;
  border: 1px solid rgba(212, 208, 206, 0.64);
  background: rgb(255, 255, 255);
  color: rgb(26, 25, 25);
  transition: all 0.3s ease;
  font-weight: 500;
}
.pill:is(button, label, a) {
  cursor: pointer;
}
.pill:is(button, label, a):hover {
  border-color: rgb(26, 25, 25);
}
.pill [data-is-rounded=true], .pill--rounded {
  border-radius: 12.5rem;
  font-weight: 400;
}
.pill [data-is-active=true], .pill--active {
  border-color: rgb(26, 25, 25);
}
.pill__icon {
  width: 1.25rem;
  height: 1.25rem;
  color: rgb(97, 95, 94);
}
.pill__close {
  width: 1.25rem;
  height: 1.25rem;
  margin-right: -0.25rem;
}
.pill:has(.pill__icon) {
  padding-left: 0.375rem;
}

.rich-text p,
.rich-text ul,
.rich-text ol,
.rich-text img {
  margin: 1em 0;
}
.rich-text p:first-child,
.rich-text ul:first-child,
.rich-text ol:first-child,
.rich-text img:first-child {
  margin-top: 0;
}
.rich-text p:last-child,
.rich-text ul:last-child,
.rich-text ol:last-child,
.rich-text img:last-child {
  margin-bottom: 0;
}
.rich-text a {
  text-decoration: underline;
}
.rich-text b,
.rich-text strong {
  font-weight: 500;
}
.rich-text ul {
  padding-left: 1em;
  list-style-type: disc;
}
.rich-text iframe {
  display: block;
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 16/9;
  margin: 2em 0;
}
.rich-text iframe:first-child {
  margin-top: 0;
}
.rich-text iframe:last-child {
  margin-bottom: 0;
}

.section {
  position: relative;
  overflow-x: clip;
  padding: 3rem 0;
}
.section--dark {
  background: rgb(26, 25, 25);
  color: rgb(255, 255, 255);
}
.section--small-padding-top {
  padding-top: 2rem;
}
.section--no-padding-top {
  padding-top: 0;
}
.section--no-vertical-padding {
  padding-top: 0;
  padding-bottom: 0;
}
.section--decor::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40vw;
  min-width: 300px;
  aspect-ratio: 4/5;
  border-radius: 50%;
  background: rgb(255, 102, 1);
  opacity: 0.15;
  box-shadow: 60px 20px 170px 0px rgba(255, 255, 255, 0.6) inset;
  filter: blur(100px);
  transform: translate(-50%, 20%);
}
.section__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom right;
  z-index: -1;
}
.section__title {
  margin-bottom: 1.5rem;
}
.section__row {
  display: grid;
  grid-gap: 1.5rem;
}
.section__rich-text h2,
.section__rich-text h3,
.section__rich-text p {
  margin: 0 0 0.75em;
}
.section__rich-text p {
  color: rgb(97, 95, 94);
}
.section__rich-text p:last-of-type {
  margin: 0;
}
.section__grid {
  display: grid;
  grid-gap: 1.5rem;
}
@media (min-width: 48rem) {
  .section {
    padding: 4rem 0;
  }
  .section--small-padding-top {
    padding-top: 3.5rem;
  }
  .section--no-padding-top {
    padding-top: 0;
  }
  .section--no-padding-bottom {
    padding-bottom: 0;
  }
  .section--no-vertical-padding {
    padding-top: 0;
    padding-bottom: 0;
  }
  .section--small-padding {
    padding: 3rem 0;
  }
  .section__title {
    margin-bottom: 2.5rem;
  }
  .section__row {
    grid-template-columns: 5fr 7fr;
  }
  .section__row--reversed {
    grid-template-columns: 7fr 5fr;
  }
  .section__row--reversed .section__image {
    order: 1;
  }
}
@media (min-width: 65rem) {
  .section__row {
    grid-template-columns: 1fr 1fr;
    grid-gap: 3.5rem;
    align-items: center;
  }
  .section__row--align-start {
    align-items: start;
  }
  .section__grid {
    grid-gap: 2rem;
  }
}

.services-group {
  margin: 0 -0.75rem;
  overflow: hidden;
}
.services-group__grid {
  scrollbar-width: none;
  display: grid;
  grid-gap: 0.5rem;
  grid-template-columns: repeat(2, 1fr);
  padding-inline-start: 0.75rem;
  padding-inline-end: 0.75rem;
  overflow: auto;
}
.services-group__grid::-webkit-scrollbar {
  display: none;
}
.services-group__item {
  column-span: 1;
}
.services-group__item:first-of-type, .services-group__item:last-of-type {
  grid-column-start: 1;
  grid-column-end: 3;
}
@media (min-width: 48rem) {
  .services-group__grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .services-group__item {
    column-span: 1;
  }
  .services-group__item:nth-of-type(1) {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 3;
  }
  .services-group__item:nth-of-type(2) {
    grid-column-start: 2;
    grid-row-start: 1;
    grid-row-end: 2;
  }
  .services-group__item:nth-of-type(3) {
    grid-column-start: 2;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .services-group__item:nth-of-type(4) {
    grid-column-start: 3;
    grid-row-start: 1;
    grid-row-end: 3;
  }
}

.spacer {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4rem;
  width: 100%;
  overflow: hidden;
  color: rgb(97, 95, 94);
}
.spacer__text {
  position: relative;
}
.spacer__text::before, .spacer__text::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 50vw;
  height: 1px;
  background: rgba(212, 208, 206, 0.64);
}
.spacer__text::before {
  left: calc(100% + 1.5rem);
}
.spacer__text::after {
  right: calc(100% + 1.5rem);
}

.slider {
  --slider-padding: 0.75rem;
  --slider-column-gap: 0.75rem;
  --slide-width: 25%;
  position: relative;
  overflow: hidden;
  margin: 0 calc(var(--slider-padding) * -1);
}
.slider__inner {
  scrollbar-width: none;
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-padding: var(--slider-padding);
  padding-inline-start: var(--slider-padding);
  margin: 0;
  scroll-behavior: smooth;
}
.slider__inner::-webkit-scrollbar {
  display: none;
}
.slider__inner > * {
  flex: 0 0 auto;
  padding-right: var(--slider-column-gap);
  scroll-snap-align: start;
  scroll-snap-stop: always;
}
@media (max-width: 74.98rem) {
  .slider__buttons {
    display: none;
  }
}
@media (min-width: 75rem) {
  .slider {
    --slider-padding: 0;
    --slider-column-gap: 1.5rem;
    overflow: visible;
  }
  .slider:hover .slider__buttons {
    opacity: 1;
  }
  .slider__inner {
    margin-right: calc(var(--slider-column-gap) * -1);
  }
  .slider__inner > * {
    flex: 0 0 var(--slide-width);
    padding-right: var(--slider-column-gap);
  }
  .slider__buttons {
    opacity: 0;
    transition: all 0.3s ease;
  }
  .slider__button {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
  }
  .slider__button--prev {
    left: 0;
  }
  .slider__button--next {
    left: 100%;
  }
}

.tab {
  display: inline-block;
  padding: 0.5rem 0.75rem;
  border: 1px solid rgba(212, 208, 206, 0.64);
  border-radius: 12.5rem;
  white-space: nowrap;
}
.tab:hover {
  border-color: rgb(212, 208, 206);
}
.tab.-is-active {
  border-color: rgb(26, 25, 25);
  background: rgb(26, 25, 25);
  color: rgb(255, 255, 255);
}

.tabs-list {
  margin: 0 -0.75rem;
  overflow: hidden;
}
.tabs-list__list {
  scrollbar-width: none;
  display: flex;
  gap: 0.25rem;
  padding: 0 0.75rem;
  overflow: auto;
}
.tabs-list__list::-webkit-scrollbar {
  display: none;
}
@media (hover: hover) {
  .tabs-list__list {
    flex-wrap: wrap;
  }
}

.toggle-button {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 0.25rem;
  white-space: nowrap;
  margin-top: 1rem;
}
.toggle-button:hover {
  text-decoration: underline;
}
.toggle-button [data-text-close] {
  display: none;
}
.toggle-button.-is-expanded [data-text-close] {
  display: block;
}
.toggle-button.-is-expanded [data-text-open] {
  display: none;
}
.toggle-button.-is-expanded .toggle-button__icon {
  transform: rotate(180deg);
}
.toggle-button__icon {
  width: 1rem;
  transition: transform 0.3s ease;
}

.app-layout {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow-x: clip;
}
.app-layout::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 40vw;
  min-width: 300px;
  aspect-ratio: 4/5;
  border-radius: 50%;
  background: rgb(255, 102, 1);
  opacity: 0.15;
  box-shadow: 60px 20px 170px 0px rgba(255, 255, 255, 0.6) inset;
  filter: blur(100px);
  transform: translate(50%);
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .app-layout::before {
      display: none;
    }
  }
}
@media (min-width: 65rem) {
  .app-layout--transparent-header .app-layout__header {
    background: rgba(255, 255, 255, 0);
  }
}
@media (min-width: 65rem) {
  .app-layout--static-header .app-layout__header {
    position: relative;
    background: rgba(255, 255, 255, 0) !important;
    transform: none !important;
  }
}
.app-layout__header {
  position: relative;
  z-index: 100;
  transition: background 0.2s ease, transform 0.5s ease-in-out;
  border-bottom: 1px solid transparent;
}
@media (min-width: 65rem) {
  .app-layout__header {
    position: sticky;
    top: 0;
    background: rgb(255, 255, 255);
    color: rgb(26, 25, 25);
  }
  .app-layout__header.-is-scrolled-down {
    transform: translateY(-100%);
    background: rgb(255, 255, 255, 0.7);
    border-color: rgb(236, 232, 230);
    backdrop-filter: blur(10px);
  }
  .app-layout__header.-is-scrolled-up {
    transform: translateY(0);
    background: rgb(255, 255, 255, 0.7);
    border-color: rgb(236, 232, 230);
    backdrop-filter: blur(10px);
  }
}
.app-layout__main {
  flex-grow: 1;
}
@media (min-width: 48rem) {
  .app-layout__main {
    padding-top: 2.5rem;
  }
}
@media (min-width: 65rem) {
  .app-layout__main {
    padding-top: 3rem;
  }
}
@media (max-width: 47.98rem) {
  .app-layout__main--account {
    padding-top: 1.5rem;
  }
}
@media (max-width: 47.98rem) {
  .app-layout__sidebar {
    display: none;
  }
}
.app-layout__mobile-nav {
  position: fixed;
  bottom: 1.25rem;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 1rem);
  max-width: 31.5em;
}
@media (min-width: 65rem) {
  .app-layout__mobile-nav {
    display: none !important;
  }
}
.app-layout__mobile-nav [data-navigation=minified-navigation] {
  width: 6.875rem;
  margin: 0 auto;
}
.app-layout__mobile-nav [data-navigation] {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transform: translateY(2rem);
  transition: transform 0.3s ease-in-out, opacity 0.2s ease;
}
.app-layout__mobile-nav [data-navigation].-is-active {
  max-height: 5rem;
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}
.app-layout__columns {
  display: grid;
  grid-gap: 1.5rem;
  grid-template-columns: 1fr;
}
@media (min-width: 48rem) {
  .app-layout__columns {
    grid-template-columns: 2fr 3fr;
  }
  .app-layout__columns > *:nth-child(2) {
    padding-left: 1.5rem;
  }
}
@media (min-width: 65rem) {
  .app-layout__columns {
    grid-template-columns: 1fr 2fr;
  }
  .app-layout__columns > *:nth-child(2) {
    padding-left: 12.5%;
  }
}
@media (max-width: 64.98rem) {
  .app-layout__desktop-only {
    display: none;
  }
}

@media (max-width: 47.98rem) {
  .home-layout .app-layout__main {
    padding-top: 0.75rem;
  }
}
.home-layout .app-layout__header:not(.-is-scrolled-down):not(.-is-scrolled-up) {
  background: rgba(255, 255, 255, 0);
}
.home-layout .app-layout__header:not(.-is-scrolled-up) .top-navigation__search {
  display: none;
}

.faq-layout__row {
  padding: 2rem 0 3.5rem;
}
@media (min-width: 48rem) {
  .faq-layout__row {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 1.5rem;
    padding: 2rem 0 5rem;
  }
}
@media (max-width: 47.98rem) {
  .faq-layout__sidebar {
    display: none;
  }
}
@media (min-width: 48rem) {
  .faq-layout__sidebar {
    grid-column: 1/5;
  }
}
.faq-layout__navigation {
  position: sticky;
  top: 1.5rem;
}
.faq-layout__link {
  display: block;
  padding: 1.5rem 0;
  border-bottom: 1px solid rgb(212, 208, 206);
}
.faq-layout__link:hover, .faq-layout__link.is-active {
  color: rgb(255, 102, 1);
}
.faq-layout__main {
  display: flex;
  flex-direction: column;
  gap: 3.5rem;
}
.faq-layout__main h2 {
  margin-bottom: 1.5rem;
}
@media (min-width: 48rem) {
  .faq-layout__main {
    grid-column: 6/13;
  }
}
.faq-layout__section {
  position: relative;
}
.faq-layout__anchor {
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 2rem;
}
.faq-layout__footer a {
  display: block;
  margin-bottom: 0.5rem;
}
.faq-layout__footer a:hover {
  color: rgb(255, 102, 1);
}

.layout-with-sidebar {
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 48rem) {
  .layout-with-sidebar {
    --sidebar-width: 17.5rem;
    display: grid;
    gap: 2rem;
    grid-template-columns: auto var(--sidebar-width);
  }
  .layout-with-sidebar__sidebar-inner {
    position: sticky;
    top: 1.5rem;
  }
}
@media (min-width: 65rem) {
  .layout-with-sidebar {
    --sidebar-width: 24rem;
  }
}
@media (min-width: 75rem) {
  .layout-with-sidebar__main {
    margin-right: 2.5rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid rgb(212, 208, 206);
  }
}
.layout-with-sidebar__sections {
  display: flex;
  flex-direction: column;
  gap: 3.5rem;
}
@media (min-width: 48rem) {
  .layout-with-sidebar__sections {
    gap: 3rem;
  }
}

.login-layout {
  max-width: 35rem;
  margin: 0 auto;
  padding: 0 0 3rem;
}
@media (min-width: 65rem) {
  .login-layout {
    padding: 0 0 5rem;
  }
}
.login-layout__icon {
  width: 3.5rem;
  height: 3.5rem;
  margin-bottom: 1.5rem;
}
.login-layout__heading {
  margin-bottom: 1.5rem;
}
.login-layout__body {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding-bottom: 2.5rem;
}
.login-layout__row {
  display: flex;
  gap: 0.5em;
}
.login-layout__row svg {
  width: 1.5em;
}
.login-layout__form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  font-size: 1rem;
}
.login-layout__footer {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-top: 1.5rem;
}
.login-layout a:not([class]) {
  border-bottom: 1px solid;
}

.product-layout [data-navigation=minified-navigation] {
  display: none !important;
}

.checkbox {
  display: grid;
  grid-template-columns: 1em auto;
  gap: 0.5em;
  line-height: 1.15;
}
.checkbox__label {
  cursor: pointer;
}
.checkbox__input {
  position: relative;
  appearance: none;
  background-color: rgb(255, 255, 255);
  color: currentColor;
  margin: 0;
  font: inherit;
  width: 1.15em;
  height: 1.15em;
  border: 0.15em solid rgba(212, 208, 206, 0.64);
  border-radius: 0.25rem;
  transform: translateY(-0.075em);
  overflow: hidden;
  cursor: pointer;
}
.checkbox input[type=checkbox]::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6.5 12.5L10 16L17.5 8.5' stroke='white' stroke-width='1.5'/%3E%3C/svg%3E");
  position: absolute;
  top: -30%;
  left: -30%;
  width: 160%;
  height: 160%;
}
.checkbox input[type=checkbox]:checked {
  background: rgb(26, 25, 25);
  border-color: rgb(26, 25, 25);
}

.checkboxes-group {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.datepicker {
  position: relative;
}
.datepicker__options {
  display: flex;
  gap: 0.25rem;
  margin: 1rem -1rem 0;
  padding: 0 1rem 0.5rem;
  white-space: nowrap;
  overflow: auto;
  font-weight: 400;
}
.datepicker__options .pill:hover {
  border-color: rgb(26, 25, 25);
}
@media screen and (min-width: 26.5625rem) {
  .datepicker__options {
    justify-content: center;
  }
}
.datepicker__calendar--dropdown {
  position: absolute;
  top: calc(100% + 1rem);
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  padding: 1.5rem 1rem 1rem;
  border-radius: 1rem;
  box-shadow: 0px 4px 10px rgba(38, 20, 8, 0.12);
  background: rgb(255, 255, 255);
  text-align: right;
}
.datepicker__submit {
  margin-top: 0.5rem;
}
.datepicker .rdp {
  margin: 0;
  --rdp-cell-size: 2.75rem;
  --rdp-caption-font-size: 1;
  --rdp-accent-color: rgb(249, 245, 243);
  --rdp-selected-color: rgb(26, 25, 25);
  --rdp-background-color: rgb(249, 245, 243);
}
.datepicker .rdp-nav_button {
  width: 2rem;
  height: 2rem;
  border: 1px solid rgba(212, 208, 206, 0.64);
}
.datepicker .rdp-nav_button:not(:last-of-type) {
  margin-right: 0.5rem;
}
.datepicker .rdp-nav_icon {
  width: 0.5rem;
  fill: rgb(97, 95, 94);
}
.datepicker .rdp-caption_label {
  font-weight: 400;
  text-transform: capitalize;
}
.datepicker .rdp-head_cell {
  color: rgb(97, 95, 94);
  font-size: 0.75rem;
  font-weight: 400;
  text-transform: capitalize;
}
.datepicker .rpd-day {
  font-size: 0.875rem;
  font-weight: 400;
}
.datepicker .rdp-day_range_end.rdp-day_selected,
.datepicker .rdp-day_range_start.rdp-day_selected {
  background: rgb(255, 102, 1);
  color: rgb(255, 255, 255);
  font-weight: 500;
}
.datepicker .rdp-day_today:not(.rdp-day_outside):not(.rdp-day_range_start):not(.rdp-day_range_end) {
  font-weight: 400;
  color: rgb(255, 102, 1);
}
.datepicker .rdp-months {
  width: 100%;
  justify-content: center;
}

.form-field {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.form-field:has(.-is-error) .form-field__label {
  color: rgb(197, 52, 52);
}
.form-field__label {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
}
.form-field__input-wrapper {
  position: relative;
}
.form-field__input {
  display: inline-block;
  width: 100%;
  padding: 0.75em 1em;
  border-radius: 0.5rem;
  background: rgb(255, 255, 255);
  border: 1px solid rgba(212, 208, 206, 0.64);
  box-shadow: 0px 1px 4px 0px rgba(38, 20, 8, 0.1);
  transition: all 0.3s ease;
}
.form-field__input:is(select) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 1.5em;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 32 32'%3E%3Cpath d='M7.333 12.667 16 21.333l8.667-8.666' stroke='%23000' stroke-width='1.5'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center right 0.5em;
  background-size: 1.5em;
}
.form-field__input:hover {
  border-color: rgb(212, 208, 206);
}
.form-field__input:focus {
  outline: none;
  /*
  border-color: rgb(26, 25, 25);
  box-shadow: 0px 0px 0px 4px #ece8e6;
  */
}
.form-field__input::placeholder {
  color: rgb(135, 133, 132);
}
.form-field__input.-is-error {
  border-color: #F49090;
}
.form-field__input.-is-error:focus {
  box-shadow: 0px 0px 0px 4px #ffebeb;
}
.form-field__with-icon {
  position: relative;
}
.form-field__with-icon select,
.form-field__with-icon input {
  padding-left: 3em;
}
.form-field__icon {
  position: absolute;
  left: 1em;
  top: 50%;
  transform: translateY(-50%);
  width: 1.5em;
}
.form-field__error-message {
  color: rgb(197, 52, 52);
}
.form-field__password-button {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 0.75em 1em;
}
.form-field__password-button svg {
  width: 1.5rem;
}
.form-field__password-button:hover {
  color: rgb(26, 25, 25);
}

.form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.form__row {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 48rem) {
  .form__row {
    flex-direction: row;
    align-items: flex-start;
    gap: 0.5rem;
  }
  .form__row > * {
    flex: 1 1 0;
  }
}
.form__disclaimer {
  padding-top: 0.5rem;
}
.form__disclaimer a {
  text-decoration: underline;
}
@media (min-width: 48rem) {
  .form .avatar-input {
    align-self: flex-start;
  }
}

.multiselect-label {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
}

.multiselect .multiselect__control {
  display: inline-block;
  width: 100%;
  padding: 0.5rem 0.5em;
  border-radius: 0.5rem;
  background: rgb(255, 255, 255);
  border: 1px solid rgba(212, 208, 206, 0.64);
  box-shadow: 0px 1px 4px 0px rgba(38, 20, 8, 0.1);
  transition: all 0.3s ease;
  font-size: 1rem;
}
.multiselect .multiselect__control--is-focused {
  outline: none;
  border-color: rgb(26, 25, 25);
  box-shadow: 0px 0px 0px 4px #ece8e6;
}
.multiselect .multiselect__control--is-focused .multiselect__placeholder {
  display: none;
}
.multiselect .multiselect__indicators {
  display: none;
}
.multiselect .multiselect__value-container {
  display: flex;
  flex-wrap: wrap;
  column-gap: 0.25rem;
  row-gap: 0.375rem;
  min-height: 2.375rem;
}
@media (min-width: 65rem) {
  .multiselect .multiselect__value-container {
    flex-wrap: nowrap;
    max-width: 320px;
    overflow: auto;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }
  .multiselect .multiselect__value-container::-webkit-scrollbar {
    display: none;
  }
}
.multiselect .multiselect__multi-value {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.375rem 0.75rem;
  border-radius: 0.5rem;
  border: 1px solid rgba(212, 208, 206, 0.64);
  background: rgb(255, 255, 255);
  color: rgb(26, 25, 25);
  transition: all 0.3s ease;
  border-color: rgb(26, 25, 25);
  border-radius: 12.5rem;
  font-size: 0.875rem;
}
.multiselect .multiselect__multi-value:is(button, label, a) {
  cursor: pointer;
}
.multiselect .multiselect__multi-value:is(button, label, a):hover {
  border-color: rgb(26, 25, 25);
}
@media (min-width: 65rem) {
  .multiselect .multiselect__multi-value {
    min-width: 5.5rem;
    justify-content: space-between;
  }
}
.multiselect .multiselect__input-container, .multiselect .multiselect__placeholder {
  padding-left: 0.5em;
}
.multiselect .multiselect__placeholder {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  color: rgb(135, 133, 132);
}
.multiselect .multiselect__placeholder-icon {
  width: 1.25rem;
  color: rgb(26, 25, 25);
}
.multiselect .multiselect__menu {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  padding: 1rem 0.75em 0;
  max-height: 15rem;
  overflow: auto;
  background: rgb(255, 255, 255);
  border: 1px solid rgba(212, 208, 206, 0.64);
  border-radius: 0.5rem;
  box-shadow: 0px 1px 4px 0px rgba(38, 20, 8, 0.1);
  top: calc(100% + 0.5em);
  font-size: 0.875rem;
}
.multiselect .multiselect__menu-list {
  display: flex;
  flex-direction: column;
  gap: 0.75em;
  padding-bottom: 1rem;
}
.multiselect .multiselect__menu-list > * {
  margin: 0;
}
.multiselect .multiselect__option {
  cursor: pointer;
}
.multiselect .multiselect__option:hover {
  text-decoration: underline;
}

.account-info-card {
  position: relative;
  height: 100%;
  width: 100%;
  border: 1px solid rgba(212, 208, 206, 0.64);
  border-radius: 1rem;
  overflow: hidden;
  background: rgb(255, 255, 255);
  color: rgb(26, 25, 25);
  transition: all 0.3s ease;
  display: grid;
  grid-template-columns: 2.5rem 1fr;
  grid-gap: 0.5rem;
  align-items: center;
  padding: 1rem;
}
.account-info-card:hover {
  border-color: rgb(212, 208, 206);
}
.account-info-card__text > * {
  max-width: 19.375rem;
  overflow: hidden;
  text-overflow: ellipsis;
}

.account-navigation-link {
  display: grid;
  grid-template-columns: 1.5rem auto 1.5rem;
  grid-gap: 0.25rem;
  width: 100%;
  padding: 1rem 0;
  text-align: left;
  transition: all 0.3s ease;
}
.account-navigation-link.-is-expanded .account-navigation-link__chevron {
  transform: rotate(180deg);
}
.account-navigation-link__icon {
  width: 1.5em;
  color: rgb(97, 95, 94);
}
.account-navigation-link__chevron {
  width: 1.5em;
  transition: transform 0.3s ease;
}
.account-navigation-link:hover, .account-navigation-link.-is-active {
  color: rgb(255, 102, 1);
}
.account-navigation-link:hover .account-navigation-link__icon, .account-navigation-link.-is-active .account-navigation-link__icon {
  color: inherit;
}

.account-navigation {
  position: sticky;
  top: 1.5rem;
}
@media (min-width: 48rem) {
  .account-navigation--mobile {
    display: none;
  }
}
.account-navigation__item {
  padding: 0.5rem 0;
  border-top: 1px solid rgb(212, 208, 206);
}
.account-navigation__item:first-of-type {
  border: none;
}
.account-navigation__children {
  padding-left: 1.5rem;
  overflow: hidden;
  transition: all 0.3s ease;
}
.account-navigation__children.-is-hidden {
  height: 0;
  opacity: 0;
  visibility: hidden;
}
.account-navigation .account-info-card {
  margin-bottom: 1.5rem;
}

.account-page {
  padding-bottom: 6rem;
}
.account-page__header, .account-page__description {
  margin-bottom: 1.5rem;
}
.account-page__body {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 48rem) {
  .account-page__mobile-only {
    display: none;
  }
}
@media (min-width: 48rem) {
  .account-page .breadcrumbs {
    display: none;
  }
}

@media (max-width: 47.98rem) {
  .account-settings__avatar {
    text-align: center;
  }
}

.avatar-input {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.avatar-input__form {
  margin-top: -1rem;
}
.avatar-input__label {
  cursor: pointer;
}
.avatar-input__label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.avatar-input__label .button__icon {
  aspect-ratio: 1/1;
}
.avatar-input__input {
  display: none;
}

.artist-teaser {
  position: relative;
  height: 100%;
  width: 180px;
  border: 1px solid rgba(212, 208, 206, 0.64);
  border-radius: 1rem;
  overflow: hidden;
  background: rgb(255, 255, 255);
  color: rgb(26, 25, 25);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  padding-bottom: 1rem;
  min-width: 10rem;
  max-width: 15rem;
  text-align: center;
}
.artist-teaser:hover {
  border-color: rgb(212, 208, 206);
}
.artist-teaser__link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.artist-teaser__link:hover {
  text-decoration: underline;
}
.artist-teaser__title {
  max-width: 100%;
  overflow: hidden;
}

.collection-header__image-wrapper {
  margin-bottom: 1.5rem;
}
.collection-header__image {
  aspect-ratio: 16/9;
  border-radius: 1rem;
  object-fit: cover;
  object-position: center;
}
@media (min-width: 36rem) {
  .collection-header__image {
    max-width: 20rem;
  }
}
.collection-header__actions {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-top: 1.5rem;
}

.collection-listing__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}
.collection-listing__subheader {
  margin-bottom: 1rem;
}
.collection-listing__section:not(:last-of-type) {
  margin-bottom: 2.5rem;
}

.collection-sections {
  padding: 3rem 0;
}
@media (min-width: 48rem) {
  .collection-sections {
    padding-bottom: 5rem;
  }
}
.collection-sections > *:not(:first-child) {
  margin-top: 3rem;
}

.glide-slide {
  position: relative;
  z-index: 2;
  height: 100%;
}
@media (hover: hover) {
  .glide-slide:is(a):hover h2,
  .glide-slide:is(a):hover h3 {
    text-decoration: underline;
  }
  .glide-slide:is(a):hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}
.glide-slide__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.5rem;
  width: 100% !important;
}
.glide-slide__image-wrapper {
  position: relative;
  z-index: 3;
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 1rem;
}
.glide-slide__image-wrapper-kicket {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 1rem;
}
.glide-slide__image-bg {
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: blur(40px);
}
.glide-slide__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.glide-slide__image-kicket {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: auto;
  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
}
.glide-slide__details {
  position: relative;
  height: 100%;
  width: 100%;
  border: 1px solid rgba(212, 208, 206, 0.64);
  border-radius: 1rem;
  overflow: hidden;
  background: rgb(255, 255, 255);
  color: rgb(26, 25, 25);
  transition: all 0.3s ease;
  top: calc(100% + 0.5rem);
  left: 0;
  z-index: 1;
  height: 8.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 1rem;
}
.glide-slide__details:hover {
  border-color: rgb(212, 208, 206);
}
.glide-slide__details h2,
.glide-slide__details h3 {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 47.98rem) {
  .glide-slide__details {
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    -webkit-transform: translateY(-110%) perspective(100px) scale(0.8) rotateX(30deg);
    transform: translateY(-110%) perspective(100px) scale(0.8) rotateX(30deg);
    will-change: transform, opacity;
  }
  .glide__slide--active .glide-slide__details {
    opacity: 1;
    -webkit-transform: translateY(0) perspective(100px) scale(1) rotateX(0deg);
    transform: translateY(0) perspective(100px) scale(1) rotateX(0deg);
  }
}

.glide {
  overflow: hidden;
  margin: 0 -1rem;
  width: calc(100% + 2rem);
  transition: opacity 0.3s ease-in-out;
}
.glide:not(.glide--carousel) {
  opacity: 0;
}
@media (min-width: 1600px) {
  .glide {
    width: 100%;
    max-width: 1536px;
    margin: 0 auto;
  }
}
.glide__track {
  width: 224%;
  margin-left: -62%;
}
@media (min-width: 48rem) {
  .glide__track {
    width: 120%;
    margin-left: -10%;
  }
}
@media (min-width: 1600px) {
  .glide__track {
    width: 100%;
    margin-left: 0;
  }
}
.glide:hover .glide__arrows {
  opacity: 1;
}
.glide__bullets {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 0.5rem;
}
.glide__bullet {
  margin-top: 1.5rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: rgb(212, 208, 206);
}
.glide__bullet--active {
  background: rgb(135, 133, 132);
}
.glide__arrows {
  opacity: 0;
  transition: all 0.3s ease;
}
.glide__arrow {
  position: absolute;
  top: 33%;
  z-index: 2;
}
.glide__arrow--left {
  left: 2rem;
}
.glide__arrow--right {
  right: 2rem;
}
@media (max-width: 64.98rem) {
  .glide__arrows {
    display: none;
  }
}

.event-teaser {
  position: relative;
  height: 100%;
  width: 100%;
  border: 1px solid rgba(212, 208, 206, 0.64);
  border-radius: 1rem;
  overflow: hidden;
  background: rgb(255, 255, 255);
  color: rgb(26, 25, 25);
  transition: all 0.3s ease;
  max-width: 17.625rem;
}
.event-teaser:hover {
  border-color: rgb(212, 208, 206);
}
.event-teaser__image {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.event-teaser__info {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 1rem;
}
.event-teaser__category {
  position: relative;
  z-index: 2;
  color: rgb(255, 102, 1);
}
.event-teaser__category:hover {
  color: rgb(255, 102, 1);
  text-decoration: underline;
}
.event-teaser__link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.event-teaser__link:hover {
  text-decoration: underline;
}
.event-teaser__details {
  color: rgb(97, 95, 94);
}
.event-teaser__ticket-link {
  display: inline-block;
  margin-top: 0.5rem;
  border-bottom: 1px solid;
  color: rgb(26, 25, 25);
}
.event-teaser__ticket-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.event-teaser__ticket-link:hover {
  text-decoration: underline;
}
@media (hover: hover) {
  .event-teaser__ticket-link:hover {
    color: rgb(255, 102, 1);
    text-decoration: none;
  }
}
.event-teaser--small {
  max-width: 11.25rem;
}
.event-teaser--small .event-teaser__image {
  aspect-ratio: 1/1;
}
.event-teaser--horizontal {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  gap: 1rem;
  max-width: 37.5rem;
}
.event-teaser .event-teaser__image-wrapper {
  height: 280px;
  position: relative;
  overflow: hidden;
}
.event-teaser--horizontal .event-teaser__image-wrapper {
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.event-teaser--horizontal .event-teaser__image-wrapper {
  height: auto;
  position: relative;
  overflow: hidden;
}
.event-teaser--small .event-teaser__image-wrapper {
  height: 180px;
  position: relative;
  overflow: hidden;
}
.event-teaser .event-teaser__image-wrapper .event-teaser__image-bg {
  width: 280px;
}
.event-teaser--horizontal .event-teaser__image-wrapper .event-teaser__image-bg {
  width: 7.5rem;
}
.event-teaser--small .event-teaser__image-wrapper .event-teaser__image-bg {
  width: 180px;
}
.event-teaser--horizontal .event-teaser__image {
  aspect-ratio: auto;
  width: 7.5rem;
}
.event-teaser--horizontal .event-teaser__image-bg {
  width: 7.5rem;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: blur(40px); 
}
.event-teaser .event-teaser__image-bg {
  width: 7.5rem;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: blur(40px); 
}
.event-teaser--horizontal .event-teaser__info {
  padding: 1.5rem;
  padding-right: 0;
}
.event-teaser--dark {
  background: rgba(255, 255, 255, 0.12);
  border: none;
  color: rgb(255, 255, 255);
}
.event-teaser--dark:hover {
  background: rgba(255, 255, 255, 0.08);
}
.event-teaser--dark .event-teaser__details {
  color: rgb(212, 208, 206);
}
.event-teaser--block {
  max-width: none;
  width: 100%;
}

.events-tabs__tabs {
  margin-bottom: 2rem;
}
.events-tabs__list {
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(18.5rem, 1fr));
}
@media (min-width: 48rem) {
  .events-tabs__tabs {
    margin-bottom: 2.5rem;
  }
  .events-tabs__list {
    grid-gap: 1.5rem;
  }
}

.footer-banner {
  position: relative;
  display: block;
  padding: 2rem;
  border-radius: 1rem;
  background-color: rgb(255, 102, 1);
  color: rgb(26, 25, 25);
  overflow: hidden;
}
@media (max-width: 360px) {
  .footer-banner {
    padding: 2rem 1rem;
  }
}
.footer-banner:hover {
  color: rgb(26, 25, 25);
  text-decoration: none !important;
}
.footer-banner__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.footer-banner__inner {
  position: relative;
  z-index: 1;
}
@media (min-width: 65rem) {
  .footer-banner__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
  }
}
.footer-banner__badges {
  display: flex;
  gap: 1rem;
  margin-top: 1rem;
}
@media (min-width: 65rem) {
  .footer-banner__badges {
    margin-top: 0;
  }
}
.footer-banner__badge {
  display: block;
  height: 2.5rem;
  width: auto;
}
@media only screen and (hover: none) and (pointer: coarse) {
  .footer-banner__link::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

.footer-bar {
  padding: 2rem 0;
  border-top: 1px solid rgb(97, 95, 94);
}
@media (min-width: 65rem) {
  .footer-bar {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.footer-bar__info {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 65rem) {
  .footer-bar__info {
    flex-direction: row-reverse;
    gap: 2.5rem;
  }
}
.footer-bar__links {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 65rem) {
  .footer-bar__links {
    flex-direction: row;
  }
}
.footer-bar__copyright {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgb(212, 208, 206);
}
.footer-bar__logo {
  width: 130px;
  aspect-ratio: 130/40;
}
@media (min-width: 65rem) {
  .footer-bar__logo {
    display: none;
  }
}
@media (max-width: 64.98rem) {
  .footer-bar__socials {
    display: none;
  }
}

.footer-contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
}
.footer-contact__details {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  color: rgb(212, 208, 206);
}
.footer-contact__about {
  max-width: 28ch;
  margin-bottom: 1.5rem;
  color: rgb(212, 208, 206);
}
@media (max-width: 64.98rem) {
  .footer-contact__about {
    display: none;
  }
}

@media (max-width: 64.98rem) {
  .footer-links__desktop {
    display: none;
  }
}
@media (min-width: 65rem) {
  .footer-links__desktop {
    display: grid;
    grid-template-columns: 4fr 3fr;
    grid-gap: 1.5rem;
  }
}
@media (min-width: 65rem) {
  .footer-links__mobile {
    display: none;
  }
}
.footer-links__category {
  border-bottom: 1px solid rgb(97, 95, 94);
}
.footer-links__category[open] .footer-links__chevron {
  transform: rotate(180deg);
}
@media (min-width: 65rem) {
  .footer-links__category {
    border-bottom: none;
  }
}
.footer-links__title {
  padding: 1rem 0;
  font-weight: 500;
}
.footer-links__title::marker {
  content: none;
}
.footer-links__title::-webkit-details-marker {
  display: none;
}
.footer-links__title:focus, .footer-links__title:active {
  outline: none;
}
@media (min-width: 65rem) {
  .footer-links__title {
    padding-top: 0;
  }
}
.footer-links__title-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-links__chevron {
  width: 1.5em;
  transform-origin: center;
  transition: transform 0.5s ease;
}
.footer-links__list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 0.5rem 0 1rem;
}
@media (min-width: 65rem) {
  .footer-links__list {
    padding: 0;
    gap: 0.5rem;
  }
}

.footer-partners {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media (min-width: 48rem) {
  .footer-partners {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }
}
@media (min-width: 65rem) {
  .footer-partners {
    grid-template-columns: 5fr 4fr 3fr;
  }
}
.footer-partners__title {
  margin-bottom: 1.5rem;
}
.footer-partners__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.footer-partners__list > * {
  width: 3rem;
}
@media (min-width: 48rem) {
  .footer-partners__list {
    max-width: 17.625rem;
  }
}

@media (min-width: 65rem) {
  .footer-socials {
    display: flex;
    gap: 2.5rem;
  }
}
.footer-socials__newsletter {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.footer-socials__newsletter-icon {
  width: 2em;
}
.footer-socials__links {
  display: flex;
  gap: 1rem;
  margin-top: 2.5rem;
}
@media (min-width: 65rem) {
  .footer-socials__links {
    margin: 0;
  }
}
.footer-socials__icon {
  width: 2em;
}

.footer {
  position: relative;
  z-index: 0;
  padding: 2rem 0 0;
  background: rgb(26, 25, 25);
  color: rgb(255, 255, 255);
}
@media (min-width: 65rem) {
  .footer {
    padding: 3.5rem 0 0;
  }
}
.footer__logo {
  width: 12rem;
  aspect-ratio: 125/40;
  margin-bottom: 2rem;
}
@media (max-width: 64.98rem) {
  .footer__logo {
    display: none;
  }
}
.footer__grid {
  display: grid;
  grid-template-columns: 1;
  grid-row-gap: 2.5rem;
}
@media (min-width: 65rem) {
  .footer__grid {
    grid-template-columns: repeat(5fr, 7fr);
    grid-column-gap: 1.5rem;
    grid-template-areas: "contact links" "partners partners" "banner banner" "bar bar";
  }
  .footer__links {
    grid-area: links;
  }
  .footer__contact {
    grid-area: contact;
  }
  .footer__banner {
    grid-area: banner;
  }
  .footer__partners {
    grid-area: partners;
  }
  .footer__bar {
    grid-area: bar;
  }
  .footer__socials {
    display: none;
  }
}
.footer a:hover {
  text-decoration: underline;
}

.location-select__label {
  border: 0;
  clip: rect(0 0 0 0);
  height: auto;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}
.location-select__select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-bottom: 1px solid rgb(97, 95, 94);
  padding: 0.5rem 0 0.75rem;
  width: 24.0625rem;
  max-width: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 32 32'%3E%3Cpath d='M7.333 12.667 16 21.333l8.667-8.666' stroke='%23fff' stroke-width='1.5'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 2rem;
  background-color: rgb(26, 25, 25);
  color: rgb(255, 255, 255);
  transition: all 0.3s ease;
}
.location-select__select:active, .location-select__select:hover, .location-select__select:focus {
  outline: none;
  border-color: rgba(212, 208, 206, 0.64);
}

.location-teaser {
  position: relative;
  max-width: 17.625rem;
}
.location-teaser__image {
  width: 100%;
  aspect-ratio: 282/164;
  border-radius: 1rem;
  margin-bottom: 1rem;
  object-fit: cover;
  object-position: center;
  background: rgb(255, 102, 1);
}
.location-teaser__link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.location-teaser__link:hover {
  text-decoration: underline;
}
.location-teaser__city {
  position: relative;
  z-index: 2;
  margin-top: 0.25rem;
  color: rgb(97, 95, 94);
}
.location-teaser__city:hover {
  text-decoration: underline;
}

.navigation-app-banner {
  width: 20rem;
  padding: 1.5rem;
  border-radius: 0.5rem;
  box-shadow: 0px 4px 10px rgba(38, 20, 8, 0.12);
  text-align: center;
  white-space: normal;
}
.navigation-app-banner__qr-code {
  width: 7.5rem;
  aspect-ratio: 1/1;
  margin: 1.5rem auto 2.5rem;
  object-fit: contain;
  object-position: center;
}
.navigation-app-banner__links {
  display: flex;
  gap: 0.5rem;
}

@keyframes crazy-hover-animation {
  0% {
    color: rgb(255, 255, 255);
    transform: scale(1);
  }
  50% {
    color: rgb(255, 102, 1);
    transform: scale(0.9);
  }
  100% {
    color: rgb(255, 255, 255);
    transform: scale(1);
  }
}
.navigation-bar {
  display: flex;
  width: 100%;
  gap: 0.5rem;
  padding: 0.75rem 1rem;
  border: 1px solid rgb(97, 95, 94);
  border-radius: 12.5rem;
  box-shadow: 0px 4px 10px rgba(38, 20, 8, 0.12);
  background: rgb(46, 45, 45, 0.75);
  color: rgb(255, 255, 255);
  backdrop-filter: blur(8px);
}
.navigation-bar--inline {
  width: auto;
}
.navigation-bar__link {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
  text-align: center;
  white-space: nowrap;
  transition: transform 0.3s ease-in-out;
}
.navigation-bar__link--horizontal {
  flex-direction: row;
}
.navigation-bar__link--horizontal:hover {
  color: inherit;
  transform: none;
}
.navigation-bar__link:hover {
  animation: crazy-hover-animation 0.6s;
}
.navigation-bar__icon {
  flex-shrink: 0;
  width: 2em;
}

.navigation-categories__links-group-title {
  margin: 2rem 0 0.5rem;
  color: rgb(97, 95, 94);
  font-size: 0.875rem;
  font-weight: 400;
}
@media (min-width: 65rem) {
  .navigation-categories__links-group-title {
    margin: 1.5rem 0.5rem 1rem;
  }
}
.navigation-categories__link {
  display: inline-block;
  width: auto;
  margin: 0.5rem 0;
  font-size: 1.125rem;
  font-weight: 500;
  white-space: nowrap;
}
@media (min-width: 65rem) {
  .navigation-categories__link {
    display: block;
    width: 100%;
    margin: 1rem 0.5rem;
    font-size: 0.875rem;
  }
}
.navigation-categories__link:hover {
  text-decoration: underline;
}

.navigation-link {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-size: inherit;
  font-weight: 500;
  white-space: nowrap;
}
.navigation-link--relaxed {
  gap: 0.5rem;
}
.navigation-link--relaxed, .navigation-link--ghost {
  padding: 0.375rem 0.75rem;
  border-radius: 0.5rem;
  transition: all 0.3s ease;
}
.navigation-link--relaxed:hover, .navigation-link--ghost:hover {
  background: rgb(236, 232, 230);
}
.navigation-link__icon {
  width: 1.5em;
  color: rgb(97, 95, 94);
}

.navigation-logo {
  width: 250px;
  aspect-ratio: 250/40;
  object-fit: contain;
  object-position: left center;
}

.navigation-menu {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.navigation-menu__body {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.navigation-menu__header {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 0 1rem;
  border-bottom: 1px solid rgb(236, 232, 230);
}
.navigation-menu__links {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.navigation-menu__socials {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.5rem 0;
  border-top: 1px solid rgb(236, 232, 230);
  border-bottom: 1px solid rgb(236, 232, 230);
}
.navigation-menu__social-links {
  display: flex;
  gap: 1.5rem;
}
.navigation-menu__social-link {
  width: 2rem;
  color: rgb(46, 45, 45);
}
.navigation-menu__footer {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 1.5rem 0 2rem;
}

.navigation-user {
  position: relative;
  display: inline-block;
}
.navigation-user::before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  height: 0.75rem;
}
.navigation-user:hover .navigation-user__links {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.navigation-user__toggle {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.25rem;
  padding-left: 0.75rem;
  border-radius: 200px;
  border: 1px solid rgb(236, 232, 230);
  box-shadow: 0px 1px 4px rgba(38, 20, 8, 0.1);
  background: rgb(255, 255, 255);
  color: rgb(26, 25, 25);
}
.navigation-user__toggle > * {
  flex-shrink: 0;
}
.navigation-user__toggle-icon {
  width: 1.25rem;
  height: 1.25rem;
}
.navigation-user__links {
  position: absolute;
  right: 0;
  top: calc(100% + 0.75rem);
  min-width: 13rem;
  padding: 0.75rem 0.5rem;
  border-radius: 0.75rem;
  box-shadow: 0px 4px 10px rgba(38, 20, 8, 0.12);
  background: rgb(255, 255, 255);
  color: rgb(26, 25, 25);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-0.5em);
  transition: transform 0.3s ease;
}
.navigation-user__spacer {
  margin: 0.5rem -0.5rem;
  border-top: 1px solid rgb(236, 232, 230);
  opacity: 1;
}
.navigation-user__app-link:hover .navigation-user__app-qr-code {
  opacity: 1;
  visibility: visible;
}
.navigation-user__app-qr-code {
  position: absolute;
  right: calc(100% + 0.5rem);
  top: 0;
  background: rgb(255, 255, 255);
  color: rgb(26, 25, 25);
  opacity: 0;
  visibility: hidden;
}
.navigation-user__app-qr-code::before {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 1rem;
  height: 100%;
}
.sub-navigation {
  padding: 0.25rem 1rem;
  border-radius: 0.75rem;
  box-shadow: 0px 4px 10px rgba(38, 20, 8, 0.12);
  background: rgb(255, 255, 255);
  color: rgb(26, 25, 25);
}
.top-bar-info {
  background-color: #000;
}
.ads-name {
  font-family: "Poppins Text", sans-serif;
  font-weight: 700;
  font-size: 34px;
}
.top-bar-ads {
  background: linear-gradient(90deg, rgba(246,147,82,1) 35%, rgba(217,76,45,1) 100%);
}
.top-bar__asd {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3.125rem;
  color: #fff;
}
.ads-counter {
  display: flex;
  justify-content:space-between;
  align-items: center;
  gap: 1.875rem;
}
.ads-link {
  font-family: "Poppins Text", sans-serif;
  font-weight: 500;
  font-size: 12px;
  background-color: #fff;
  color: rgba(224,99,53,1);
  padding: 7px 11px 7px 11px;
  border-radius: 12px;
}
.ads-link::after {
  content: url("../svg/arrow.a9df57ed1d57.svg");
  padding-left: 6px;
}
.ads-link:hover {
  color: rgba(224,99,53,1);
}
.ads-counter__item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ads-counter__item .number {
  font-family: "Poppins Text", sans-serif;
  font-weight: 700;
  font-size: 23px;
  line-height: 1;
}
.ads-counter__item .label {
  font-family: "Poppins Text", sans-serif;
  font-weight: 500;
  font-size: 11px;
  line-height: 1;
}
.top-bar__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
  padding: 1.5rem 0;
}

.top-bar__inner-info {
  color: #fff;
}
.top-bar__tel {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 42.67px;
}

.top-bar__infoline {
  padding-left: 7px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 42.67px;
  letter-spacing: 0.12px;
}

@media (min-width: 65rem) {
  .top-bar__inner {
    padding: 1rem 0;
  }
  .top-bar__inner-info {
    padding: 0 0;
  }
}
.top-bar__heading {
  margin: 0;
}
.top-bar__symbol {
  position: fixed;
  width: 3rem;
  height: 3rem;
  padding: 0.5rem;
  border-radius: 50%;
  background: rgb(255, 255, 255);
  box-shadow: 0px 8px 35px rgba(36, 17, 5, 0.16);
  transform: scale(0.5);
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.1s ease;
}
.top-bar__symbol img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 64.98rem) {
  .top-bar.-is-sticky .top-bar__symbol {
    transform: scale(1);
    opacity: 1;
  }
}

.top-navigation__links {
  display: flex;
  gap: 1rem;
}
.top-navigation__links-info {
  display: flex;
  gap: 1.25rem;  
}
@media (min-width: 65rem) {
  .top-navigation__links {
    position: relative;
    padding-right: 1rem;
    gap: 0;
  }
  .top-navigation__links::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 1.5rem;
    background: rgb(236, 232, 230);
  }
}
.top-navigation__link-wrapper {
  position: relative;
  padding: 0.25rem;
  cursor: pointer;
}
@media (min-width: 75rem) {
  .top-navigation__link-wrapper {
    padding: 0.25rem 0.5rem;
  }
}
.top-navigation__link-wrapper::before {
  content: "";
  position: absolute;
  top: 100%;
  left: -1rem;
  width: 17.5rem;
  height: 0.75rem;
}
.top-navigation__link-wrapper:hover .top-navigation__sub-navigation {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.top-navigation__sub-navigation {
  position: absolute;
  top: calc(100% + 0.75rem);
  left: -1rem;
  min-width: 17.5rem;
  max-height: 26.25rem;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-0.5em);
  transition: transform 0.3s ease;
  scrollbar-width: 0.25rem;
}
@media (min-width: 65rem) {
  .top-navigation__mobile {
    display: none;
  }
}
.top-navigation__desktop {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
@media (max-width: 64.98rem) {
  .top-navigation__desktop {
    display: none;
  }
}
@media (min-width: 75rem) {
  .top-navigation__desktop {
    gap: 1rem;
  }
}
.top-navigation__search {
  min-width: 35rem;
}
@media (max-width: 64.98rem) {
  .top-navigation__search {
    display: none;
  }
  .top-bar__asd {
    gap: 2.7rem;
    padding-top: 3px;
    padding-bottom: 3px;
  }
  .ads-name {
    font-size: 16px;
    line-height: 0.9;
  }
  .ads-counter {
    gap: 1rem;
  }
  .ads-counter__item .number {
    font-size: 16px;
  }
  .ads-counter__item .label {
    font-size: 9px;
  }
  .ads-link {
    content: url("../svg/arrow.a9df57ed1d57.svg");
    padding: 6px 7px 7px 7px;
    border-radius: 11px;
  }
}
@media (min-width: 75rem) {
  .top-navigation__search {
    margin-right: 1rem;
  }
}

.order-card {
  position: relative;
  height: 100%;
  width: 100%;
  border: 1px solid rgba(212, 208, 206, 0.64);
  border-radius: 1rem;
  overflow: hidden;
  background: rgb(255, 255, 255);
  color: rgb(26, 25, 25);
  transition: all 0.3s ease;
  padding: 1rem;
}
.order-card:hover {
  border-color: rgb(212, 208, 206);
}
@media (min-width: 65rem) {
  .order-card {
    display: flex;
    justify-content: space-between;
    gap: 1.5rem;
  }
}
.order-card__link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.order-card__link:hover {
  text-decoration: underline;
}
.order-card__image {
  flex-shrink: 0;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 0.5rem;
  object-fit: cover;
}
.order-card__title {
  margin-bottom: 0.25rem;
}
.order-card__event {
  display: flex;
  gap: 1rem;
}
@media (min-width: 65rem) {
  .order-card__event {
    align-items: center;
  }
}
.order-card__order {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1.5rem;
}
@media (min-width: 65rem) {
  .order-card__order {
    flex-direction: column-reverse;
    align-items: flex-end;
    justify-content: flex-end;
    margin: 0;
  }
}
.order-card__details {
  display: flex;
  column-gap: 0.5rem;
  white-space: nowrap;
}
.order-card__details--allow-wrap {
  flex-wrap: wrap;
}
.order-card p {
  margin: 0;
}

.order-details {
  margin: 0;
}
.order-details__label {
  margin-bottom: 0.75rem;
  color: rgb(97, 95, 94);
}
.order-details__value {
  margin-bottom: 1.5rem;
}
.order-details__value:last-of-type {
  margin-bottom: 0;
}
.order-details__card {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 500;
}
.order-details__icon {
  flex-shrink: 0;
}
.order-details__icon--ticket {
  width: 2.5rem;
}
.order-details__icon--payment {
  width: 4rem;
}

.order-header__info {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 65rem) {
  .order-header__info {
    flex-direction: row;
    align-items: center;
  }
}
@media (min-width: 65rem) {
  .order-header__image--mobile {
    display: none;
  }
}
.order-header__image--desktop {
  flex-shrink: 0;
  width: 11.75rem;
  aspect-ratio: 1/1;
  border-radius: 1rem;
  object-fit: cover;
}
@media (max-width: 64.98rem) {
  .order-header__image--desktop {
    display: none;
  }
}
.order-header__actions, .order-header__details {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.order-header__actions {
  margin-top: 1.5rem;
}
.order-header p {
  margin: 0;
}

.order-pricing__status {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.order-pricing__status-row, .order-pricing__list, .order-pricing__sum {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr auto;
  grid-gap: 1rem;
}
.order-pricing__status-row {
  margin-bottom: 1.5rem;
}
.order-pricing__list {
  margin-bottom: 1rem;
}
.order-pricing__name {
  display: flex;
  align-items: center;
  gap: 0.5em;
  font-weight: 400;
}
.order-pricing__price {
  margin: 0;
  text-align: right;
}
.order-pricing__icon {
  width: 1.5rem;
}
.order-pricing__sum {
  padding-top: 1.5rem;
  margin: 0;
  border-top: 1px solid rgb(236, 232, 230);
}
.order-pricing__sum > * {
  margin: 0;
}
.order-pricing__button {
  color: rgb(255, 102, 1);
}
.order-pricing__button:hover {
  color: rgb(255, 102, 1);
  text-decoration: underline;
}

.order-section {
  padding: 2rem 0.75rem;
  margin: 0 -0.75rem;
  background: rgb(255, 255, 255);
  color: rgb(26, 25, 25);
}
@media (min-width: 48rem) {
  .order-section {
    margin: 0;
    padding: 2rem;
    border-radius: 1rem;
  }
}
.order-section__header {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}

.orders-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.fslightbox-container .fslightbox-toolbar,
.fslightbox-container .fslightbox-slide-btn {
  background: transparent;
}
.fslightbox-container .fslightbox-slide-number-container {
  font-family: "Golos Text", sans-serif;
  font-size: 1rem;
}
.fslightbox-container .fslightbox-toolbar-button[title="Enter fullscreen"] {
  display: none;
}
.fslightbox-container .fslightbox-slide-btn-container {
  align-items: flex-end;
  top: auto;
  bottom: 0;
  height: auto;
  transform: none;
}

.gallery {
  position: relative;
  width: 100%;
}
.gallery__pagination {
  --swiper-pagination-bullet-inactive-color: rgb(97, 95, 94);
  --swiper-pagination-color: rgb(255, 102, 1);
  --swiper-pagination-bullet-horizontal-gap: 0.25rem;
  position: static !important;
  margin: 0.25rem 0 0;
}
@media (min-width: 48rem) {
  .gallery__pagination {
    display: none;
  }
}
.gallery__badge {
  position: absolute;
  z-index: 1;
  top: 0.5rem;
  right: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 0.5rem;
  background: rgb(255, 255, 255);
  color: rgb(26, 25, 25);
}
.gallery__badge svg {
  display: block;
  height: 1.25rem;
  width: 1.25rem;
}
@media (max-width: 47.98rem) {
  .gallery__badge {
    display: none;
  }
}

.gallery-thumbnail {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 1rem;
  overflow: hidden;
}
.gallery-thumbnail__bg {
  position: absolute;
  top: 0;
  left: -50%;
  width: 200%;
  max-width: none;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: blur(40px);
}
.gallery-thumbnail__image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: calc(100% - 1.5rem);
  width: auto;
  border-radius: 0.75rem;
}

.product-detail {
  display: grid;
  grid-template-columns: 1.5rem auto;
  grid-gap: 0.5rem;
}
.product-detail__description {
  display: block;
  margin-top: 0.25rem;
  color: rgb(97, 95, 94);
}
.product-detail__link {
  display: inline-block;
  margin-top: 0.5rem;
}
.product-detail__link:hover {
  text-decoration: underline;
}
.product-detail__icon {
  width: 1.5rem;
  color: rgb(97, 95, 94);
}

.product-header__categories {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 0.25rem;
  color: rgb(255, 102, 1);
}
.product-header__category {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.product-header__category:not(:first-of-type)::before {
  content: "•";
  opacity: 0.3;
  transform: scale(1.3);
}
.product-header__link:hover {
  text-decoration: underline;
}
@media (min-width: 65rem) {
  .product-header__title {
    font-size: 32px;
  }
}
.product-header__actions {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-top: 1.5rem;
}
.product-header__details {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 2rem;
}

.product-header__banner {
  display: none;
}
@media (max-width: 47.98rem) {
  .product-header__banner {
    margin-top: 3.5rem;
    display: block;
  }
  .product-header__banner img {
    border-radius: 1rem;
  }
}

.product-services-section {
  position: relative;
}
.product-services-section::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 100%;
  right: 0;
  width: 250px;
  aspect-ratio: 3/4;
  border-radius: 50%;
  background: rgb(255, 102, 1);
  opacity: 0.15;
  transform: translate(50%, -50%);
  box-shadow: 60px 20px 170px 0px rgba(255, 255, 255, 0.6) inset;
  filter: blur(73.5px);
}
@media (max-width: 47.98rem) {
  .product-services-section {
    position: relative;
    padding: 3rem 0.75rem;
    margin: 0 -0.75rem;
    background-color: rgb(255, 102, 1);
  }
  .product-services-section .services-group__item:last-child {
    display: none;
  }
  .product-services-section__bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right bottom;
  }
}
@media (min-width: 48rem) {
  .product-services-section__bg {
    display: none;
  }
}
.product-services-section__inner {
  position: relative;
  z-index: 1;
}

.product-sidebar__gallery {
  margin-bottom: 1rem;
}
@media (min-width: 48rem) {
  .product-sidebar__gallery {
    margin-bottom: 0;
    aspect-ratio: 16/9;
    overflow: hidden;
  }
}
.product-sidebar__info {
  margin-top: 1rem;
}
@media (max-width: 47.98rem) {
  .product-sidebar__info {
    display: none;
  }
}
.product-sidebar__cta {
  position: fixed;
  bottom: calc(var(--mobile-navbar-height) + 1rem);
  z-index: 100;
  left: 0;
  width: 100%;
  padding: 0 0.75rem;
}
@media (max-width: 47.98rem) {
  .product-sidebar__cta > .button {
    border-radius: 200px;
  }
}
@media (min-width: 48rem) {
  .product-sidebar__cta {
    position: relative;
    bottom: 0;
    padding: 0;
    margin-top: 2rem;
  }
}
.product-sidebar__banner {
  margin-top: 2rem;
}
.product-sidebar__banner img {
  border-radius: 1rem;
}

@media (max-width: 47.98rem) {
  .product-sidebar__banner {
    display: none;
  }
}
.promoter-section {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 48rem) {
  .promoter-section {
    padding: 2.5rem 0;
    border-bottom: 1px solid rgb(212, 208, 206);
  }
}

.ticket-card {
  --pricing-width: 8.5rem;
  --border-color: rgba(212, 208, 206, 0.64);
  position: relative;
  display: grid;
  grid-template-columns: auto var(--pricing-width);
  border-radius: 1rem;
  border: 1px solid var(--border-color);
  background: rgb(255, 255, 255);
  color: rgb(26, 25, 25);
  transition: all 0.3s ease;
}
.ticket-card[data-is-active=true] {
  --border-color: rgb(255, 218, 194);
}
.ticket-card:has(a):hover {
  --border-color: rgb(212, 208, 206);
}
.ticket-card:has(a):hover[data-is-active=true] {
  --border-color: rgb(255, 157, 92);
}
.ticket-card::before, .ticket-card::after {
  content: "";
  position: absolute;
  z-index: 1;
  right: var(--pricing-width);
  width: 1rem;
  height: 1rem;
  background: rgb(249, 245, 243);
  border-radius: 50%;
  border: 1px solid var(--border-color);
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.ticket-card::before {
  top: -1px;
  transform: translate(50%, -50%) rotate(135deg);
}
.ticket-card::after {
  bottom: -1px;
  transform: translate(50%, 50%) rotate(-45deg);
}
@media (min-width: 65rem) {
  .ticket-card {
    --pricing-width: 12.5rem;
  }
}
.ticket-card__link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.ticket-card__link:hover {
  text-decoration: underline;
}
.ticket-card__info {
  padding: 1rem 1.25rem;
}
.ticket-card__pricing {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.375rem;
  width: 100%;
  padding: 1rem 1.25rem;
  border-left: 1px dashed var(--border-color);
  text-align: center;
}
.ticket-card__details {
  border-top: 1px dashed var(--border-color);
  grid-column: span 2;
  overflow: hidden;
  transition: all 0.3s ease;
}
.ticket-card__details.-is-hidden {
  border-color: transparent;
  max-height: 0;
}
.ticket-card__details-inner {
  padding: 1rem 1.25rem;
}

.tickets-empty-state {
  position: relative;
  height: 100%;
  width: 100%;
  border: 1px solid rgba(212, 208, 206, 0.64);
  border-radius: 1rem;
  overflow: hidden;
  background: rgb(255, 255, 255);
  color: rgb(26, 25, 25);
  transition: all 0.3s ease;
  padding: 1.5rem 1rem;
  pointer-events: none;
  text-align: center;
}
.tickets-empty-state:hover {
  border-color: rgb(212, 208, 206);
}
.tickets-empty-state__icon {
  display: inline-block;
  width: 3.5rem;
  height: 3.5rem;
  margin-bottom: 1rem;
  object-fit: contain;
}
.tickets-empty-state__text {
  margin-top: 0.5rem;
  color: rgb(97, 95, 94);
  pointer-events: auto;
}
.tickets-empty-state__text a {
  color: rgb(255, 102, 1);
  text-decoration: underline;
}

.tickets-list {
  position: relative;
}
.tickets-list__title {
  margin-bottom: 0.5rem;
}
.tickets-list__section[open] .tickets-list__section-toggle {
  border-color: transparent;
}
.tickets-list__section[open] .tickets-list__toggle-icon {
  transform: rotate(180deg);
}
.tickets-list__section-toggle {
  display: block !important;
  border-bottom: 1px solid rgb(212, 208, 206);
}
.tickets-list__section-toggle::-webkit-details-marker {
  display: none;
}
.tickets-list__section-toggle::marker {
  content: none;
}
.tickets-list__section-toggle:focus, .tickets-list__section-toggle:active {
  outline: none;
}
.tickets-list__section-toggle-inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 1.5rem 0;
  list-style: none;
}
.tickets-list__section-title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.tickets-list__toggle-icon {
  width: 1.5em;
  color: rgb(97, 95, 94);
  transition: transform 0.3s ease;
}
.tickets-list__list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.tickets-list__disclaimer {
  margin-top: 1rem;
  display: flex;
  gap: 0.25rem;
  color: rgb(97, 95, 94);
}
.tickets-list__disclaimer svg {
  width: 1.333em;
}
.tickets-list__empty-state {
  margin-top: 1.5rem;
}
.tickets-list::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 300px;
  aspect-ratio: 3/4;
  border-radius: 50%;
  background: rgb(255, 102, 1);
  opacity: 0.15;
  transform: translate(-85%, 20%);
  box-shadow: 60px 20px 170px 0px rgba(255, 255, 255, 0.6) inset;
  filter: blur(73.5px);
}

.video-gallery-thumbnail {
  position: relative;
  display: block;
  border-radius: 1rem;
  aspect-ratio: 16/9;
  overflow: hidden;
  cursor: pointer;
}
.video-gallery-thumbnail:hover .video-gallery-thumbnail__button {
  transform: translate(-50%, -50%) scale(1.1);
}
.video-gallery-thumbnail__image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  object-fit: cover;
  object-position: center;
}
.video-gallery-thumbnail__button {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: rgb(255, 102, 1);
  color: rgb(255, 255, 255);
  transition: all 0.3s ease;
}
.video-gallery-thumbnail__icon {
  width: 1.5rem;
}

.video-gallery {
  width: 100%;
  margin: 0 -0.75rem;
  overflow: hidden;
}
.video-gallery__list {
  scrollbar-width: none;
  display: flex;
  gap: 1rem;
  padding: 0 0.75rem;
  overflow: auto;
}
.video-gallery__list::-webkit-scrollbar {
  display: none;
}
@media (hover: hover) {
  .video-gallery__list {
    flex-wrap: wrap;
  }
}
.video-gallery__list > * {
  flex-shrink: 0;
  max-width: 90%;
  width: 21.25rem;
}
@media (min-width: 48rem) {
  .video-gallery__list > * {
    width: calc(50% - 0.5rem);
    max-width: none;
  }
}

@keyframes rotate-star {
  50% {
    transform: rotate(180deg) scale(0.8);
  }
  100% {
    transform: rotate(360deg) scale(1);
  }
}
.queue-page {
  padding: 2rem 0;
  text-align: center;
}
@media (min-width: 48rem) {
  .queue-page {
    padding: 1rem 0 5rem;
  }
}
@media (max-width: 47.98rem) {
  .queue-page .headline-200 {
    font-size: 1rem;
  }
}
.queue-page__heading {
  max-width: 43ch;
  margin: 0 auto;
}
.queue-page__box {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  margin-top: 2rem;
  padding: 2rem 1rem;
  border-radius: 0.5rem;
  background: rgb(255, 255, 255);
}
@media (min-width: 48rem) {
  .queue-page__box {
    margin-top: 3rem;
    gap: 3.5rem;
    padding: 4rem;
  }
}
.queue-page__box p:last-child {
  margin-bottom: 0;
}
.queue-page .progress {
  width: 100%;
  max-width: 588px;
}

.desktop-filters {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  position: relative;
  z-index: 1;
  margin-bottom: 2rem;
}
.desktop-filters__form {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}
.desktop-filters__form > * {
  flex: 1 1 0;
}
.desktop-filters__form .form-field__input {
  min-height: 3.5rem;
  text-align: left;
}
.desktop-filters__clear {
  align-self: flex-end;
}
.desktop-filters__clear:hover {
  text-decoration: underline;
}

.filters-modal {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-bottom: 6rem;
}
.filters-modal__footer {
  position: fixed;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1rem;
  border-top: 1px solid rgb(236, 232, 230);
  background: rgb(255, 255, 255);
  color: rgb(26, 25, 25);
}

@keyframes expand {
  0% {
    max-height: 0;
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    max-height: 500px;
  }
}
.filters-section {
  padding: 0 1rem;
  border-radius: 12px;
  border: 1px solid var(--action-outline-normal, rgba(212, 208, 206, 0.64));
  background: var(--background-white, #fff);
}
.filters-section.-is-open .filters-section__chevron {
  transform: rotate(180deg);
}
.filters-section__heading {
  flex-grow: 1;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.filters-section__icon {
  width: 1.5rem;
}
.filters-section__summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
  padding: 1.25rem 0;
  font-weight: 500;
  text-align: left;
}
.filters-section__summary::marker {
  content: none;
}
.filters-section__summary::-webkit-details-marker {
  display: none;
}
.filters-section__summary:focus, .filters-section__summary:active {
  outline: none;
}
.filters-section__chevron {
  flex-shrink: 0;
  width: 1.5rem;
  color: rgb(97, 95, 94);
  transition: all 0.3s ease;
}
.filters-section__content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-bottom: 1.25rem;
  animation: expand 0.6s forwards;
}
.filters-section__results-string {
  max-width: calc(100vw - 11.5rem);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: rgb(97, 95, 94);
}

.popular-searches__heading {
  margin-bottom: 1rem;
}
.popular-searches__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.popular-searches input[type=checkbox],
.popular-searches label .pill__close {
  display: none;
}
.popular-searches input[type=checkbox]:checked + label.pill {
  border-color: rgb(26, 25, 25);
}
.popular-searches input[type=checkbox]:checked + label.pill .pill__close {
  display: block;
}

.quick-search-form {
  position: relative;
  width: 100%;
}
.quick-search-form__clear-button {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1;
  transition: all 0.3s ease;
}
.quick-search-form__clear-button:hover {
  color: rgb(97, 95, 94);
}

.quick-search-results {
  max-height: 27.5rem;
  padding: 1rem;
  box-shadow: 0px 4px 10px rgba(38, 20, 8, 0.12);
  border-radius: 0.75rem;
  border: 1px solid rgba(212, 208, 206, 0.64);
  overflow-y: auto;
  background: rgb(255, 255, 255);
  color: rgb(26, 25, 25);
}
.quick-search-results__list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.quick-search-results__group-title {
  margin-bottom: 0.75rem;
}
.quick-search-results__filters-link {
  margin-bottom: 1rem;
}
.quick-search-results__link {
  display: inline-block;
  margin-top: 1rem;
}
.quick-search-results__link:hover {
  text-decoration: underline;
}

.quick-search {
  position: relative;
  margin: 0 auto;
  max-width: 100%;
}
.quick-search__results {
  position: absolute;
  top: 3.5rem;
  left: 0;
  width: 100%;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-0.5rem);
  transition: transform 0.3s ease;
}
.quick-search__results.-is-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  z-index: 100;
}

.search-empty-state {
  padding: 1.5rem;
  border-radius: 1rem;
  background: rgb(255, 255, 255);
  color: rgb(26, 25, 25);
  text-align: center;
}
.search-empty-state__icon {
  width: 3.5rem;
  margin-bottom: 1rem;
  stroke: transparent;
}

.search-input {
  position: relative;
  width: 100%;
}
.search-input__clear-button {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1;
  transition: all 0.3s ease;
}
.search-input__clear-button:hover {
  color: rgb(97, 95, 94);
}

.search-result-card {
  position: relative;
  display: flex;
  gap: 1rem;
  font-size: 0.875rem;
}
.search-result-card__image-wrapper {
  flex-shrink: 0;
  height: 7.5rem;
  position: relative;
  overflow: hidden;
  border-radius: 0.5rem;
}
.search-result-card__image-bg {
  width: 7.5rem;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: blur(40px);
}
.search-result-card__image {
  width: 7.5rem;
  object-fit: cover;
  object-position: center;
  transition: all 0.3s ease;
  overflow: auto;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.search-result-card__link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.search-result-card__link:hover {
  text-decoration: underline;
}
.search-result-card__details {
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
  color: rgb(97, 95, 94);
}
.search-result-card__category {
  position: relative;
  z-index: 2;
}
.search-result-card__category:hover {
  text-decoration: underline;
  color: rgb(255, 102, 1);
}

.search-result {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 0.875rem;
}
.search-result__image-wrapper {
  flex-shrink: 0;
}
.search-result__image {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 0.5rem;
  object-fit: cover;
  object-position: center;
}
.search-result__link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.search-result__link:hover {
  text-decoration: underline;
}
.search-result__details {
  display: flex;
  gap: 0.5rem;
  color: rgb(97, 95, 94);
}

.search-with-filters {
  padding: 0 0 1.5rem;
}
.search-with-filters__buttons {
  display: flex;
  flex-wrap: wrap;
  column-gap: 0.5rem;
  row-gap: 0.75rem;
  margin: 1.25rem 0 2rem;
}
.search-with-filters__results {
  display: grid;
  grid-gap: 1rem;
  padding-bottom: 1.5rem;
}
@media (min-width: 65rem) {
  .search-with-filters__results {
    grid-gap: 1.5rem;
    grid-template-columns: repeat(5, 1fr);
    padding-bottom: 5rem;
  }
}

.ticket {
  --border-color: #ece8e6;
  margin: 1rem;
  background: rgb(255, 255, 255);
  color: rgb(26, 25, 25);
  font-family: "Golos Text", -apple-system, BlinkMacSystemFont, Roboto, sans-serif;
  font-size: 1rem;
  line-height: 1.4;
}
@media print {
  .ticket {
    margin: 0;
  }
  .ticket__inner {
    width: 100%;
  }
}
.ticket__inner {
  max-width: 60rem;
}
.ticket dt {
  margin-bottom: 0.25em;
  color: rgb(97, 95, 94);
  font-weight: inherit;
}
.ticket dd {
  margin: 0;
}
.ticket a {
  text-decoration: underline;
}
.ticket .header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 430px) {
  .ticket .header {
    flex-direction: column-reverse;
    gap: 1rem;
    align-items: center;
    text-align: center;
  }
}
.ticket .header__logo {
  display: block;
  width: 10rem;
}
@media screen and (max-width: 425px) {
  .ticket .header__logo {
    width: 10rem;
  }
}
.ticket .barcode {
  font-size: 0.75rem;
}
.ticket .barcode img {
  width: 8rem;
}
@media screen and (max-width: 425px) {
  .ticket .barcode img {
    width: 10rem;
  }
}
.ticket .barcode__details {
  display: flex;
  gap: 1rem;
  width: 100%;
  margin-top: 0.25rem;
}
.ticket .barcode__numbers {
  display: flex;
  gap: 1rem;
}
.ticket .info-bar {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 1.5rem;
  margin: 1.5rem 0;
  padding: 0.5rem 0 1.5rem;
  border-bottom: 1px solid var(--border-color);
  font-size: 0.875rem;
}
.ticket .info-bar dd {
  display: flex;
  gap: 1.5rem;
}
@media screen and (max-width: 1024px) {
  .ticket .info-bar {
    grid-template-columns: 1fr 1fr;
  }
  .ticket .info-bar div:first-child {
    grid-column: 1/3;
  }
}
.ticket .main-info__heading {
  margin: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.1;
}
@media screen and (max-width: 425px) {
  .ticket .main-info__heading {
    font-size: 1.5rem;
  }
}
.ticket .main-info__details {
  display: flex;
  gap: 1.5rem;
  margin: 0.5rem 0;
  font-size: 0.875rem;
}
@media screen and (max-width: 1024px) {
  .ticket .main-info__details {
    flex-direction: column;
    gap: 0.5rem;
    margin: 1rem 0;
  }
}
.ticket .main-info__detail {
  display: flex;
  gap: 0.25em;
  margin: 0;
}
.ticket .main-info__detail svg {
  width: 1.5em;
  height: 1.5em;
  color: rgb(97, 95, 94);
}
.ticket .main-info__image {
  width: 100%;
  border-radius: 1.6rem;
}
.ticket .main-info__footer {
  margin-top: 1.5rem;
  display: flex;
  justify-content: space-between;
}
.ticket .main-info__footer p:not(:last-child) {
  margin: 0 0 0.5rem;
}
@media screen and (max-width: 768px) {
  .ticket .main-info__footer {
    flex-direction: column;
    gap: 0.5rem;
  }
}
.ticket .main-info__description {
  max-width: 50ch;
}
@media screen and (max-width: 425px) {
  .ticket .main-info__description {
    font-size: 0.875rem;
  }
}
.ticket .organiser {
  display: flex;
  gap: 0.75rem;
}
.ticket .organiser span {
  display: block;
}
.ticket .organiser__logo {
  width: 3rem;
  height: 3rem;
  border-radius: 0.5rem;
}
.ticket .organiser__details {
  min-width: 10rem;
}
.ticket .details-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 0.75rem;
  margin: 1.5rem 0;
  padding: 1.25rem 0;
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
  font-size: 0.75rem;
}
@media screen and (max-width: 768px) {
  .ticket .details-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.ticket .terms-and-conditions {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 2.5rem;
  margin-bottom: 3rem;
  font-size: 0.66rem;
}
.ticket .terms-and-conditions ol {
  display: flex;
  flex-direction: column;
  gap: 0.75em;
  list-style-type: decimal;
  padding-left: 1em;
}
.ticket .terms-and-conditions h1,
.ticket .terms-and-conditions h2,
.ticket .terms-and-conditions h3 {
  margin-bottom: 1.25em;
  font: inherit;
}
.ticket .promo a {
  display: block;
  width: 100%;
}
.ticket .promo__banner {
  width: 100%;
  max-width: none;
}
.ticket .ticket-footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 2rem;
  padding: 1.5rem 0;
  margin-top: 1.5rem;
  border-top: 1px solid var(--border-color);
  font-size: 0.66rem;
}
@media screen and (max-width: 425px) {
  .ticket .ticket-footer {
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
  }
}
.ticket .ticket-footer__logo {
  width: 5rem;
  min-width: 100px;
}
@media screen and (max-width: 425px) {
  .ticket .ticket-footer__logo {
    display: none;
  }
}
.ticket .ticket-footer__barcode {
  width: 8rem;
}
@media screen and (max-width: 425px) {
  .ticket .ticket-footer__barcode {
    width: 10rem;
  }
}
.banner-image-top {
  border-radius: 1rem;
}
.banner-image {
  border-radius: 1rem;
}
.banner-category-image {
  border-radius: 1rem;
}
@media (max-width: 64.98rem) {
  .banner-image-top {
    content: url("../images/banners/blik_mobile.b069c59a58e0.png");
  }
  .banner-image {
    content: url("../images/banners/festivale_mobile.072314a3b37c.png");
  }
  .banner-category-image {
    content: url("../images/banners/vouchery_mobile.2c8fffab2b02.jpg");
  }
  .navigation-logo {
    width: 180px;
    aspect-ratio: 180/40;
  }
}
@media (max-width: 480px) {
  .ticket .promo__banner {
    content: url("../images/ticket/tickets-banner-mobile.cd0920f4a7d4.webp");
  }
}
/*# sourceMappingURL=main.css.map */