.tippy-box[data-animation="fade"][data-state="hidden"] {
  opacity: 0;
}

[data-tippy-root] {
  max-width: calc(100vw - 10px);
}

.tippy-box {
  color: #fff;
  white-space: normal;
  background-color: #333;
  border-radius: 4px;
  outline: 0;
  font-size: 14px;
  line-height: 1.4;
  transition-property: transform, visibility, opacity;
  position: relative;
}

.tippy-box[data-placement^="top"] > .tippy-arrow {
  bottom: 0;
}

.tippy-box[data-placement^="top"] > .tippy-arrow:before {
  border-width: 8px 8px 0;
  border-top-color: initial;
  transform-origin: top;
  bottom: -7px;
  left: 0;
}

.tippy-box[data-placement^="bottom"] > .tippy-arrow {
  top: 0;
}

.tippy-box[data-placement^="bottom"] > .tippy-arrow:before {
  border-width: 0 8px 8px;
  border-bottom-color: initial;
  transform-origin: bottom;
  top: -7px;
  left: 0;
}

.tippy-box[data-placement^="left"] > .tippy-arrow {
  right: 0;
}

.tippy-box[data-placement^="left"] > .tippy-arrow:before {
  border-width: 8px 0 8px 8px;
  border-left-color: initial;
  transform-origin: 0;
  right: -7px;
}

.tippy-box[data-placement^="right"] > .tippy-arrow {
  left: 0;
}

.tippy-box[data-placement^="right"] > .tippy-arrow:before {
  border-width: 8px 8px 8px 0;
  border-right-color: initial;
  transform-origin: 100%;
  left: -7px;
}

.tippy-box[data-inertia][data-state="visible"] {
  transition-timing-function: cubic-bezier(.54, 1.5, .38, 1.11);
}

.tippy-arrow {
  color: #333;
  width: 16px;
  height: 16px;
}

.tippy-arrow:before {
  content: "";
  border-style: solid;
  border-color: #0000;
  position: absolute;
}

.tippy-content {
  z-index: 1;
  padding: 5px 9px;
  position: relative;
}

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

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

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

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

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

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

.splide__progress__bar {
  width: 0;
}

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

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

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

.splide__slide img {
  vertical-align: bottom;
}

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

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

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

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

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

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

  to {
    transform: rotate(1turn);
  }
}

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

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

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

.splide--rtl {
  direction: rtl;
}

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

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

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

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

.splide__arrow:disabled {
  opacity: .3;
}

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

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

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

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

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

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

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

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

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

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

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

.splide__slide {
  -webkit-tap-highlight-color: #0000;
}

.splide__slide:focus {
  outline: 0;
}

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

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

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

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

  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}

.splide__toggle {
  cursor: pointer;
}

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

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

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

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

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

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

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

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

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

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

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

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

.splide__pagination--ttb {
  flex-direction: column;
  padding: 1em 0;
  display: flex;
  inset: 0 .5em 0 auto;
}

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

html {
  -webkit-text-size-adjust: 100%;
  tab-size: 4;
  font-family: system-ui, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji;
  line-height: 1.15;
}

body {
  margin: 0;
}

hr {
  height: 0;
  color: inherit;
}

abbr[title] {
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

table {
  text-indent: 0;
  border-color: inherit;
}

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

button, select {
  text-transform: none;
}

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

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

:-moz-focusring {
  outline: 1px dotted buttontext;
}

:-moz-ui-invalid {
  box-shadow: none;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

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

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

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

::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

summary {
  display: list-item;
}

:root {
  --clr-primary: #ffed00;
  --clr-secondary: #383d40;
  --clr-transparent: transparent;
  --clr-black: #1f2326;
  --clr-grey60: #686e73;
  --clr-grey70: #b4babf;
  --clr-grey85: #d0d5d9;
  --clr-grey90: #ebeef0;
  --clr-grey95: #f6f8f9;
  --clr-white: #fff;
  --clr-black-rgb: 31, 35, 38;
  --clr-white-rgb: 255, 255, 255;
  --clr-success: #008857;
  --clr-error: #b21d1d;
  --clr-warning: #ffc32b;
  --clr-information: #6cb41e;
}

@font-face {
  font-family: BrandonText;
  src: url("BrandonTextWeb-Thin.be864fe9.woff2") format("woff2"), url("BrandonTextWeb-Thin.d35ab400.woff") format("woff");
  font-display: auto;
  font-style: normal;
  font-weight: 100;
  font-stretch: normal;
}

@font-face {
  font-family: BrandonText;
  src: url("BrandonTextWeb-Light.cbfe0374.woff2") format("woff2"), url("BrandonTextWeb-Light.1df6e0b0.woff") format("woff");
  font-display: auto;
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
}

@font-face {
  font-family: BrandonText;
  src: url("BrandonTextWeb-Regular.36f7fc3e.woff2") format("woff2"), url("BrandonTextWeb-Regular.422d0ae7.woff") format("woff");
  font-display: auto;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
}

@font-face {
  font-family: BrandonText;
  src: url("BrandonTextWeb-Medium.a0ef795b.woff2") format("woff2"), url("BrandonTextWeb-Medium.25242a80.woff") format("woff");
  font-display: auto;
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
}

@font-face {
  font-family: BrandonText;
  src: url("BrandonTextWeb-Bold.1d7b191e.woff2") format("woff2"), url("BrandonTextWeb-Bold.dc839388.woff") format("woff");
  font-display: auto;
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
}

@font-face {
  font-family: BrandonText;
  src: url("BrandonTextWeb-Black.893e2a29.woff2") format("woff2"), url("BrandonTextWeb-Black.31257ea6.woff") format("woff");
  font-display: auto;
  font-style: normal;
  font-weight: 900;
  font-stretch: normal;
}

:root {
  --typ-h1-family: BrandonText, sans-serif;
  --typ-h1-weight: 700;
  --typ-h1-size: 2rem;
  --typ-h1-line-height: normal;
  --typ-h2-family: BrandonText, sans-serif;
  --typ-h2-weight: 400;
  --typ-h2-size: 2rem;
  --typ-h2-line-height: normal;
  --typ-h3-family: BrandonText, sans-serif;
  --typ-h3-weight: 700;
  --typ-h3-size: 1.75rem;
  --typ-h3-line-height: normal;
  --typ-h4-family: BrandonText, sans-serif;
  --typ-h4-weight: 400;
  --typ-h4-size: 1.75rem;
  --typ-h4-line-height: normal;
  --typ-h5-family: BrandonText, sans-serif;
  --typ-h5-weight: 700;
  --typ-h5-size: 1.25rem;
  --typ-h5-line-height: normal;
  --typ-h6-family: BrandonText, sans-serif;
  --typ-h6-weight: 400;
  --typ-h6-size: 1.25rem;
  --typ-h6-line-height: normal;
  --typ-bodybold-family: BrandonText, sans-serif;
  --typ-bodybold-weight: 700;
  --typ-bodybold-size: 1rem;
  --typ-bodybold-line-height: normal;
  --typ-body-family: BrandonText, sans-serif;
  --typ-body-weight: 400;
  --typ-body-size: 1rem;
  --typ-body-line-height: normal;
  --typ-bodysmallbold-family: BrandonText, sans-serif;
  --typ-bodysmallbold-weight: 700;
  --typ-bodysmallbold-size: .875rem;
  --typ-bodysmallbold-line-height: normal;
  --typ-bodysmall-family: BrandonText, sans-serif;
  --typ-bodysmall-weight: 400;
  --typ-bodysmall-size: .875rem;
  --typ-bodysmall-line-height: normal;
  --typ-bodyextrasmallbold-family: BrandonText, sans-serif;
  --typ-bodyextrasmallbold-weight: 700;
  --typ-bodyextrasmallbold-size: .75rem;
  --typ-bodyextrasmallbold-line-height: normal;
  --typ-bodyextrasmall-family: BrandonText, sans-serif;
  --typ-bodyextrasmall-weight: 400;
  --typ-bodyextrasmall-size: .75rem;
  --typ-bodyextrasmall-line-height: normal;
}

@media screen and (width >= 320px) {
  :root {
    --typ-h1-size: 2.25rem;
    --typ-h2-size: 2.25rem;
  }
}

@media screen and (width >= 768px) {
  :root {
    --typ-h1-size: 2.5rem;
    --typ-h2-size: 2.5rem;
    --typ-h3-size: 2rem;
    --typ-h4-size: 2rem;
    --typ-h5-size: 1.5rem;
    --typ-h6-size: 1.5rem;
  }
}

html {
  -webkit-font-smoothing: antialiased;
  font-size: 100%;
}

body {
  color: var(--clr-black);
  font-family: BrandonText, sans-serif;
}

p {
  font-size: var(--typ-body-size);
  font-family: var(--typ-body-family);
  font-weight: var(--typ-body-weight);
  line-height: var(--typ-body-line-height);
  margin: 0;
}

.typ {
  font-family: BrandonText, sans-serif;
}

.typ__body {
  font-size: var(--typ-body-size);
  font-family: var(--typ-body-family);
  font-weight: var(--typ-body-weight);
  line-height: var(--typ-body-line-height);
}

.typ__body--bold {
  font-weight: var(--typ-bodybold-weight);
}

.typ__body--small {
  font-size: var(--typ-bodysmall-size);
  line-height: var(--typ-bodysmall-line-height);
}

.typ__body--extra-small {
  font-size: var(--typ-bodyextrasmall-size);
  line-height: var(--typ-bodyextrasmall-line-height);
}

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

.typ--h1 {
  font-family: var(--typ-h1-family);
  font-weight: var(--typ-h1-weight);
  line-height: var(--typ-h1-line-height);
  font-size: var(--typ-h1-size);
  margin: 0;
}

.typ--h2 {
  font-family: var(--typ-h2-family);
  font-weight: var(--typ-h2-weight);
  line-height: var(--typ-h2-line-height);
  font-size: var(--typ-h2-size);
  margin: 0;
}

.typ--h3, .tk-hero__title > * {
  font-family: var(--typ-h3-family);
  font-weight: var(--typ-h3-weight);
  line-height: var(--typ-h3-line-height);
  font-size: var(--typ-h3-size);
  margin: 0;
}

.typ--h4 {
  font-family: var(--typ-h4-family);
  font-weight: var(--typ-h4-weight);
  line-height: var(--typ-h4-line-height);
  font-size: var(--typ-h4-size);
  margin: 0;
}

.typ--h5 {
  font-family: var(--typ-h5-family);
  font-weight: var(--typ-h5-weight);
  line-height: var(--typ-h5-line-height);
  font-size: var(--typ-h5-size);
  margin: 0;
}

.typ--h6 {
  font-family: var(--typ-h6-family);
  font-weight: var(--typ-h6-weight);
  line-height: var(--typ-h6-line-height);
  font-size: var(--typ-h6-size);
  margin: 0;
}

h1 {
  font-family: var(--typ-h1-family);
  font-weight: var(--typ-h1-weight);
  line-height: var(--typ-h1-line-height);
  font-size: var(--typ-h1-size);
  margin: 0;
}

h2 {
  font-family: var(--typ-h2-family);
  font-weight: var(--typ-h2-weight);
  line-height: var(--typ-h2-line-height);
  font-size: var(--typ-h2-size);
  margin: 0;
}

h3 {
  font-family: var(--typ-h3-family);
  font-weight: var(--typ-h3-weight);
  line-height: var(--typ-h3-line-height);
  font-size: var(--typ-h3-size);
  margin: 0;
}

h4 {
  font-family: var(--typ-h4-family);
  font-weight: var(--typ-h4-weight);
  line-height: var(--typ-h4-line-height);
  font-size: var(--typ-h4-size);
  margin: 0;
}

h5 {
  font-family: var(--typ-h5-family);
  font-weight: var(--typ-h5-weight);
  line-height: var(--typ-h5-line-height);
  font-size: var(--typ-h5-size);
  margin: 0;
}

h6 {
  font-family: var(--typ-h6-family);
  font-weight: var(--typ-h6-weight);
  line-height: var(--typ-h6-line-height);
  font-size: var(--typ-h6-size);
  margin: 0;
}

:root {
  --bor-transp: 1px solid var(--clr-transparent);
  --bor-001: 1px solid var(--clr-grey85);
  --bor-002: 1px solid var(--clr-grey70);
  --rad-001: 4px;
  --rad-002: 8px;
  --rad-003: 16px;
  --rad-004: 24px;
  --rad-circle: 50%;
}

.bor--transp {
  border: var(--bor-transp);
}

.bor--001 {
  border: var(--bor-001);
  border-radius: var(--rad-001);
}

.bor--002 {
  border: var(--bor-002);
  border-radius: var(--rad-002);
}

.bor--003 {
  border: var(--bor-003);
  border-radius: var(--rad-003);
}

.bor--004 {
  border: var(--bor-004);
  border-radius: var(--rad-004);
}

.bor--divider {
  border-top: 1px solid var(--clr-grey70);
  grid-column: 1 / -1;
  width: 100%;
}

:root {
  --sdw-001: 0px 0px 16px 0px rgba(var(--clr-black-rgb), .25);
  --sdw-002: 0px 0px 8px 0px rgba(var(--clr-black-rgb), .25);
  --blr-001: blur(6px);
}

.spinner {
  border: 4px solid #ccc;
  border-top: 4px solid var(--clr-primary);
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-block: 32px;
  animation: 1s linear infinite spin;
}

@keyframes spin {
  0% {
    transform: translate(-50%, -120%)rotate(0);
  }

  100% {
    transform: translate(-50%, -120%)rotate(360deg);
  }
}

@font-face {
  font-family: tk-icons;
  src: url("tk-icons.1488dcca.eot");
  src: url("tk-icons.1488dcca.eot#iefix") format("embedded-opentype"), url("tk-icons.b0f43b96.woff2") format("woff2"), url("tk-icons.5b038db8.woff") format("woff"), url("tk-icons.bdd0b013.ttf") format("truetype"), url("tk-icons.560c7e5d.svg#tk-icons") format("svg");
}

[class^="tk-icon-"], [class*=" tk-icon-"] {
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
  direction: ltr;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  display: inline-flex;
  font-family: tk-icons !important;
}

:root {
  --tk-icon-abwassertechnik: "";
  --tk-icon-access-time: "";
  --tk-icon-add-shopping-cart: "";
  --tk-icon-add: "";
  --tk-icon-arrow-back: "";
  --tk-icon-arrow-downward: "";
  --tk-icon-arrow-forward: "";
  --tk-icon-arrow-upward: "";
  --tk-icon-bahnbau: "";
  --tk-icon-basket: "";
  --tk-icon-betonmanufactur: "";
  --tk-icon-bolt: "";
  --tk-icon-box: "";
  --tk-icon-business: "";
  --tk-icon-calendar: "";
  --tk-icon-call: "";
  --tk-icon-check: "";
  --tk-icon-chevron-down: "";
  --tk-icon-chevron-left: "";
  --tk-icon-chevron-right: "";
  --tk-icon-compare: "";
  --tk-icon-construction: "";
  --tk-icon-content-paste: "";
  --tk-icon-cross: "";
  --tk-icon-dashboard_customize: "";
  --tk-icon-document-cash: "";
  --tk-icon-document-pdf: "";
  --tk-icon-edit-note: "";
  --tk-icon-edit: "";
  --tk-icon-email: "";
  --tk-icon-error: "";
  --tk-icon-expand-less: "";
  --tk-icon-expand-more: "";
  --tk-icon-file-download: "";
  --tk-icon-file-upload: "";
  --tk-icon-file: "";
  --tk-icon-filter: "";
  --tk-icon-first-page: "";
  --tk-icon-garten-und-landschaftsbau: "";
  --tk-icon-grid: "";
  --tk-icon-group-add: "";
  --tk-icon-headset: "";
  --tk-icon-highlight: "";
  --tk-icon-history: "";
  --tk-icon-hochbau: "";
  --tk-icon-info: "";
  --tk-icon-inspiration: "";
  --tk-icon-instagram: "";
  --tk-icon-kanalisation: "";
  --tk-icon-keyboard-backspace: "";
  --tk-icon-keyboard-escape: "";
  --tk-icon-keyboard-return: "";
  --tk-icon-keyboard-tab: "";
  --tk-icon-last-page: "";
  --tk-icon-leitungsbau: "";
  --tk-icon-linkedin: "";
  --tk-icon-list: "";
  --tk-icon-local-offer: "";
  --tk-icon-login: "";
  --tk-icon-logout: "";
  --tk-icon-magazin: "";
  --tk-icon-map-view-satellite: "";
  --tk-icon-map-view-street: "";
  --tk-icon-menu: "";
  --tk-icon-minimize: "";
  --tk-icon-more: "";
  --tk-icon-neuheiten: "";
  --tk-icon-not-disturb: "";
  --tk-icon-payment: "";
  --tk-icon-percent: "";
  --tk-icon-person: "";
  --tk-icon-pin-drop: "";
  --tk-icon-play: "";
  --tk-icon-remove: "";
  --tk-icon-save: "";
  --tk-icon-search: "";
  --tk-icon-shopping-bag: "";
  --tk-icon-shopping-cart: "";
  --tk-icon-short-text: "";
  --tk-icon-sidebar: "";
  --tk-icon-sort: "";
  --tk-icon-star: "";
  --tk-icon-strassenbau: "";
  --tk-icon-success: "";
  --tk-icon-sync: "";
  --tk-icon-target: "";
  --tk-icon-technische-dokumentation: "";
  --tk-icon-tile: "";
  --tk-icon-today: "";
  --tk-icon-topseller: "";
  --tk-icon-trash: "";
  --tk-icon-truck: "";
  --tk-icon-undo: "";
  --tk-icon-update: "";
  --tk-icon-user-circle: "";
  --tk-icon-view-carousel: "";
  --tk-icon-visibility-off: "";
  --tk-icon-visibility: "";
  --tk-icon-warning: "";
  --tk-icon-wasserbau: "";
  --tk-icon-zubehoer: "";
}

.tk-icon-abwassertechnik:before {
  content: var(--tk-icon-abwassertechnik);
}

.tk-icon-access-time:before {
  content: var(--tk-icon-access-time);
}

.tk-icon-add-shopping-cart:before {
  content: var(--tk-icon-add-shopping-cart);
}

.tk-icon-add:before {
  content: var(--tk-icon-add);
}

.tk-icon-arrow-back:before {
  content: var(--tk-icon-arrow-back);
}

.tk-icon-arrow-downward:before {
  content: var(--tk-icon-arrow-downward);
}

.tk-icon-arrow-forward:before {
  content: var(--tk-icon-arrow-forward);
}

.tk-icon-arrow-upward:before {
  content: var(--tk-icon-arrow-upward);
}

.tk-icon-bahnbau:before {
  content: var(--tk-icon-bahnbau);
}

.tk-icon-basket:before {
  content: var(--tk-icon-basket);
}

.tk-icon-betonmanufactur:before {
  content: var(--tk-icon-betonmanufactur);
}

.tk-icon-bolt:before {
  content: var(--tk-icon-bolt);
}

.tk-icon-box:before {
  content: var(--tk-icon-box);
}

.tk-icon-business:before {
  content: var(--tk-icon-business);
}

.tk-icon-calendar:before {
  content: var(--tk-icon-calendar);
}

.tk-icon-call:before {
  content: var(--tk-icon-call);
}

.tk-icon-check:before {
  content: var(--tk-icon-check);
}

.tk-icon-chevron-down:before {
  content: var(--tk-icon-chevron-down);
}

.tk-icon-chevron-left:before {
  content: var(--tk-icon-chevron-left);
}

.tk-icon-chevron-right:before {
  content: var(--tk-icon-chevron-right);
}

.tk-icon-compare:before {
  content: var(--tk-icon-compare);
}

.tk-icon-construction:before {
  content: var(--tk-icon-construction);
}

.tk-icon-content-paste:before {
  content: var(--tk-icon-content-paste);
}

.tk-icon-cross:before {
  content: var(--tk-icon-cross);
}

.tk-icon-dashboard_customize:before {
  content: var(--tk-icon-dashboard_customize);
}

.tk-icon-document-cash:before {
  content: var(--tk-icon-document-cash);
}

.tk-icon-document-pdf:before {
  content: var(--tk-icon-document-pdf);
}

.tk-icon-edit-note:before {
  content: var(--tk-icon-edit-note);
}

.tk-icon-edit:before {
  content: var(--tk-icon-edit);
}

.tk-icon-email:before {
  content: var(--tk-icon-email);
}

.tk-icon-error:before {
  content: var(--tk-icon-error);
}

.tk-icon-expand-less:before {
  content: var(--tk-icon-expand-less);
}

.tk-icon-expand-more:before {
  content: var(--tk-icon-expand-more);
}

.tk-icon-file-download:before {
  content: var(--tk-icon-file-download);
}

.tk-icon-file-upload:before {
  content: var(--tk-icon-file-upload);
}

.tk-icon-file:before {
  content: var(--tk-icon-file);
}

.tk-icon-filter:before {
  content: var(--tk-icon-filter);
}

.tk-icon-first-page:before {
  content: var(--tk-icon-first-page);
}

.tk-icon-garten-und-landschaftsbau:before {
  content: var(--tk-icon-garten-und-landschaftsbau);
}

.tk-icon-grid:before {
  content: var(--tk-icon-grid);
}

.tk-icon-group-add:before {
  content: var(--tk-icon-group-add);
}

.tk-icon-headset:before {
  content: var(--tk-icon-headset);
}

.tk-icon-highlight:before {
  content: var(--tk-icon-highlight);
}

.tk-icon-history:before {
  content: var(--tk-icon-history);
}

.tk-icon-hochbau:before {
  content: var(--tk-icon-hochbau);
}

.tk-icon-info:before {
  content: var(--tk-icon-info);
}

.tk-icon-inspiration:before {
  content: var(--tk-icon-inspiration);
}

.tk-icon-instagram:before {
  content: var(--tk-icon-instagram);
}

.tk-icon-kanalisation:before {
  content: var(--tk-icon-kanalisation);
}

.tk-icon-keyboard-backspace:before {
  content: var(--tk-icon-keyboard-backspace);
}

.tk-icon-keyboard-escape:before {
  content: var(--tk-icon-keyboard-escape);
}

.tk-icon-keyboard-return:before {
  content: var(--tk-icon-keyboard-return);
}

.tk-icon-keyboard-tab:before {
  content: var(--tk-icon-keyboard-tab);
}

.tk-icon-last-page:before {
  content: var(--tk-icon-last-page);
}

.tk-icon-leitungsbau:before {
  content: var(--tk-icon-leitungsbau);
}

.tk-icon-linkedin:before {
  content: var(--tk-icon-linkedin);
}

.tk-icon-list:before {
  content: var(--tk-icon-list);
}

.tk-icon-local-offer:before {
  content: var(--tk-icon-local-offer);
}

.tk-icon-login:before {
  content: var(--tk-icon-login);
}

.tk-icon-logout:before {
  content: var(--tk-icon-logout);
}

.tk-icon-magazin:before {
  content: var(--tk-icon-magazin);
}

.tk-icon-map-view-satellite:before {
  content: var(--tk-icon-map-view-satellite);
}

.tk-icon-map-view-street:before {
  content: var(--tk-icon-map-view-street);
}

.tk-icon-menu:before {
  content: var(--tk-icon-menu);
}

.tk-icon-minimize:before {
  content: var(--tk-icon-minimize);
}

.tk-icon-more:before {
  content: var(--tk-icon-more);
}

.tk-icon-neuheiten:before {
  content: var(--tk-icon-neuheiten);
}

.tk-icon-not-disturb:before {
  content: var(--tk-icon-not-disturb);
}

.tk-icon-payment:before {
  content: var(--tk-icon-payment);
}

.tk-icon-percent:before {
  content: var(--tk-icon-percent);
}

.tk-icon-person:before {
  content: var(--tk-icon-person);
}

.tk-icon-pin-drop:before {
  content: var(--tk-icon-pin-drop);
}

.tk-icon-play:before {
  content: var(--tk-icon-play);
}

.tk-icon-remove:before {
  content: var(--tk-icon-remove);
}

.tk-icon-save:before {
  content: var(--tk-icon-save);
}

.tk-icon-search:before {
  content: var(--tk-icon-search);
}

.tk-icon-shopping-bag:before {
  content: var(--tk-icon-shopping-bag);
}

.tk-icon-shopping-cart:before {
  content: var(--tk-icon-shopping-cart);
}

.tk-icon-short-text:before {
  content: var(--tk-icon-short-text);
}

.tk-icon-sidebar:before {
  content: var(--tk-icon-sidebar);
}

.tk-icon-sort:before {
  content: var(--tk-icon-sort);
}

.tk-icon-star:before {
  content: var(--tk-icon-star);
}

.tk-icon-strassenbau:before {
  content: var(--tk-icon-strassenbau);
}

.tk-icon-success:before {
  content: var(--tk-icon-success);
}

.tk-icon-sync:before {
  content: var(--tk-icon-sync);
}

.tk-icon-target:before {
  content: var(--tk-icon-target);
}

.tk-icon-technische-dokumentation:before {
  content: var(--tk-icon-technische-dokumentation);
}

.tk-icon-tile:before {
  content: var(--tk-icon-tile);
}

.tk-icon-today:before {
  content: var(--tk-icon-today);
}

.tk-icon-topseller:before {
  content: var(--tk-icon-topseller);
}

.tk-icon-trash:before {
  content: var(--tk-icon-trash);
}

.tk-icon-truck:before {
  content: var(--tk-icon-truck);
}

.tk-icon-undo:before {
  content: var(--tk-icon-undo);
}

.tk-icon-update:before {
  content: var(--tk-icon-update);
}

.tk-icon-user-circle:before {
  content: var(--tk-icon-user-circle);
}

.tk-icon-view-carousel:before {
  content: var(--tk-icon-view-carousel);
}

.tk-icon-visibility-off:before {
  content: var(--tk-icon-visibility-off);
}

.tk-icon-visibility:before {
  content: var(--tk-icon-visibility);
}

.tk-icon-warning:before {
  content: var(--tk-icon-warning);
}

.tk-icon-wasserbau:before {
  content: var(--tk-icon-wasserbau);
}

.tk-icon-zubehoer:before {
  content: var(--tk-icon-zubehoer);
}

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

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

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

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

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

.spacer-pv-0 {
  padding-block: 0 !important;
}

.spacer-ph-0 {
  padding-inline: 0 !important;
}

.spacer-pt-1 {
  padding-top: 4px !important;
}

.spacer-pr-1 {
  padding-right: 4px !important;
}

.spacer-pb-1 {
  padding-bottom: 4px !important;
}

.spacer-pl-1 {
  padding-left: 4px !important;
}

.spacer-p-1 {
  padding: 4px !important;
}

.spacer-pv-1 {
  padding-block: 4px !important;
}

.spacer-ph-1 {
  padding-inline: 4px !important;
}

.spacer-pt-2 {
  padding-top: 8px !important;
}

.spacer-pr-2 {
  padding-right: 8px !important;
}

.spacer-pb-2 {
  padding-bottom: 8px !important;
}

.spacer-pl-2 {
  padding-left: 8px !important;
}

.spacer-p-2 {
  padding: 8px !important;
}

.spacer-pv-2 {
  padding-block: 8px !important;
}

.spacer-ph-2 {
  padding-inline: 8px !important;
}

.spacer-pt-3 {
  padding-top: 12px !important;
}

.spacer-pr-3 {
  padding-right: 12px !important;
}

.spacer-pb-3 {
  padding-bottom: 12px !important;
}

.spacer-pl-3 {
  padding-left: 12px !important;
}

.spacer-p-3 {
  padding: 12px !important;
}

.spacer-pv-3 {
  padding-block: 12px !important;
}

.spacer-ph-3 {
  padding-inline: 12px !important;
}

.spacer-pt-4 {
  padding-top: 16px !important;
}

.spacer-pr-4 {
  padding-right: 16px !important;
}

.spacer-pb-4 {
  padding-bottom: 16px !important;
}

.spacer-pl-4 {
  padding-left: 16px !important;
}

.spacer-p-4 {
  padding: 16px !important;
}

.spacer-pv-4 {
  padding-block: 16px !important;
}

.spacer-ph-4 {
  padding-inline: 16px !important;
}

.spacer-pt-5 {
  padding-top: 20px !important;
}

.spacer-pr-5 {
  padding-right: 20px !important;
}

.spacer-pb-5 {
  padding-bottom: 20px !important;
}

.spacer-pl-5 {
  padding-left: 20px !important;
}

.spacer-p-5 {
  padding: 20px !important;
}

.spacer-pv-5 {
  padding-block: 20px !important;
}

.spacer-ph-5 {
  padding-inline: 20px !important;
}

.spacer-pt-6 {
  padding-top: 24px !important;
}

.spacer-pr-6 {
  padding-right: 24px !important;
}

.spacer-pb-6 {
  padding-bottom: 24px !important;
}

.spacer-pl-6 {
  padding-left: 24px !important;
}

.spacer-p-6 {
  padding: 24px !important;
}

.spacer-pv-6 {
  padding-block: 24px !important;
}

.spacer-ph-6 {
  padding-inline: 24px !important;
}

.spacer-pt-7 {
  padding-top: 28px !important;
}

.spacer-pr-7 {
  padding-right: 28px !important;
}

.spacer-pb-7 {
  padding-bottom: 28px !important;
}

.spacer-pl-7 {
  padding-left: 28px !important;
}

.spacer-p-7 {
  padding: 28px !important;
}

.spacer-pv-7 {
  padding-block: 28px !important;
}

.spacer-ph-7 {
  padding-inline: 28px !important;
}

.spacer-pt-8 {
  padding-top: 32px !important;
}

.spacer-pr-8 {
  padding-right: 32px !important;
}

.spacer-pb-8 {
  padding-bottom: 32px !important;
}

.spacer-pl-8 {
  padding-left: 32px !important;
}

.spacer-p-8 {
  padding: 32px !important;
}

.spacer-pv-8 {
  padding-block: 32px !important;
}

.spacer-ph-8 {
  padding-inline: 32px !important;
}

.spacer-pt-9 {
  padding-top: 36px !important;
}

.spacer-pr-9 {
  padding-right: 36px !important;
}

.spacer-pb-9 {
  padding-bottom: 36px !important;
}

.spacer-pl-9 {
  padding-left: 36px !important;
}

.spacer-p-9 {
  padding: 36px !important;
}

.spacer-pv-9 {
  padding-block: 36px !important;
}

.spacer-ph-9 {
  padding-inline: 36px !important;
}

.spacer-pt-10 {
  padding-top: 40px !important;
}

.spacer-pr-10 {
  padding-right: 40px !important;
}

.spacer-pb-10 {
  padding-bottom: 40px !important;
}

.spacer-pl-10 {
  padding-left: 40px !important;
}

.spacer-p-10 {
  padding: 40px !important;
}

.spacer-pv-10 {
  padding-block: 40px !important;
}

.spacer-ph-10 {
  padding-inline: 40px !important;
}

.spacer-pt-11 {
  padding-top: 44px !important;
}

.spacer-pr-11 {
  padding-right: 44px !important;
}

.spacer-pb-11 {
  padding-bottom: 44px !important;
}

.spacer-pl-11 {
  padding-left: 44px !important;
}

.spacer-p-11 {
  padding: 44px !important;
}

.spacer-pv-11 {
  padding-block: 44px !important;
}

.spacer-ph-11 {
  padding-inline: 44px !important;
}

.spacer-pt-12 {
  padding-top: 48px !important;
}

.spacer-pr-12 {
  padding-right: 48px !important;
}

.spacer-pb-12 {
  padding-bottom: 48px !important;
}

.spacer-pl-12 {
  padding-left: 48px !important;
}

.spacer-p-12 {
  padding: 48px !important;
}

.spacer-pv-12 {
  padding-block: 48px !important;
}

.spacer-ph-12 {
  padding-inline: 48px !important;
}

.spacer-pt-13 {
  padding-top: 52px !important;
}

.spacer-pr-13 {
  padding-right: 52px !important;
}

.spacer-pb-13 {
  padding-bottom: 52px !important;
}

.spacer-pl-13 {
  padding-left: 52px !important;
}

.spacer-p-13 {
  padding: 52px !important;
}

.spacer-pv-13 {
  padding-block: 52px !important;
}

.spacer-ph-13 {
  padding-inline: 52px !important;
}

.spacer-pt-14 {
  padding-top: 56px !important;
}

.spacer-pr-14 {
  padding-right: 56px !important;
}

.spacer-pb-14 {
  padding-bottom: 56px !important;
}

.spacer-pl-14 {
  padding-left: 56px !important;
}

.spacer-p-14 {
  padding: 56px !important;
}

.spacer-pv-14 {
  padding-block: 56px !important;
}

.spacer-ph-14 {
  padding-inline: 56px !important;
}

.spacer-pt-15 {
  padding-top: 60px !important;
}

.spacer-pr-15 {
  padding-right: 60px !important;
}

.spacer-pb-15 {
  padding-bottom: 60px !important;
}

.spacer-pl-15 {
  padding-left: 60px !important;
}

.spacer-p-15 {
  padding: 60px !important;
}

.spacer-pv-15 {
  padding-block: 60px !important;
}

.spacer-ph-15 {
  padding-inline: 60px !important;
}

.spacer-pt-16 {
  padding-top: 64px !important;
}

.spacer-pr-16 {
  padding-right: 64px !important;
}

.spacer-pb-16 {
  padding-bottom: 64px !important;
}

.spacer-pl-16 {
  padding-left: 64px !important;
}

.spacer-p-16 {
  padding: 64px !important;
}

.spacer-pv-16 {
  padding-block: 64px !important;
}

.spacer-ph-16 {
  padding-inline: 64px !important;
}

.spacer-pt-17 {
  padding-top: 68px !important;
}

.spacer-pr-17 {
  padding-right: 68px !important;
}

.spacer-pb-17 {
  padding-bottom: 68px !important;
}

.spacer-pl-17 {
  padding-left: 68px !important;
}

.spacer-p-17 {
  padding: 68px !important;
}

.spacer-pv-17 {
  padding-block: 68px !important;
}

.spacer-ph-17 {
  padding-inline: 68px !important;
}

.spacer-pt-18 {
  padding-top: 72px !important;
}

.spacer-pr-18 {
  padding-right: 72px !important;
}

.spacer-pb-18 {
  padding-bottom: 72px !important;
}

.spacer-pl-18 {
  padding-left: 72px !important;
}

.spacer-p-18 {
  padding: 72px !important;
}

.spacer-pv-18 {
  padding-block: 72px !important;
}

.spacer-ph-18 {
  padding-inline: 72px !important;
}

.spacer-pt-19 {
  padding-top: 76px !important;
}

.spacer-pr-19 {
  padding-right: 76px !important;
}

.spacer-pb-19 {
  padding-bottom: 76px !important;
}

.spacer-pl-19 {
  padding-left: 76px !important;
}

.spacer-p-19 {
  padding: 76px !important;
}

.spacer-pv-19 {
  padding-block: 76px !important;
}

.spacer-ph-19 {
  padding-inline: 76px !important;
}

.spacer-pt-20 {
  padding-top: 80px !important;
}

.spacer-pr-20 {
  padding-right: 80px !important;
}

.spacer-pb-20 {
  padding-bottom: 80px !important;
}

.spacer-pl-20 {
  padding-left: 80px !important;
}

.spacer-p-20 {
  padding: 80px !important;
}

.spacer-pv-20 {
  padding-block: 80px !important;
}

.spacer-ph-20 {
  padding-inline: 80px !important;
}

.spacer-pt-21 {
  padding-top: 84px !important;
}

.spacer-pr-21 {
  padding-right: 84px !important;
}

.spacer-pb-21 {
  padding-bottom: 84px !important;
}

.spacer-pl-21 {
  padding-left: 84px !important;
}

.spacer-p-21 {
  padding: 84px !important;
}

.spacer-pv-21 {
  padding-block: 84px !important;
}

.spacer-ph-21 {
  padding-inline: 84px !important;
}

.spacer-pt-22 {
  padding-top: 88px !important;
}

.spacer-pr-22 {
  padding-right: 88px !important;
}

.spacer-pb-22 {
  padding-bottom: 88px !important;
}

.spacer-pl-22 {
  padding-left: 88px !important;
}

.spacer-p-22 {
  padding: 88px !important;
}

.spacer-pv-22 {
  padding-block: 88px !important;
}

.spacer-ph-22 {
  padding-inline: 88px !important;
}

.spacer-pt-23 {
  padding-top: 92px !important;
}

.spacer-pr-23 {
  padding-right: 92px !important;
}

.spacer-pb-23 {
  padding-bottom: 92px !important;
}

.spacer-pl-23 {
  padding-left: 92px !important;
}

.spacer-p-23 {
  padding: 92px !important;
}

.spacer-pv-23 {
  padding-block: 92px !important;
}

.spacer-ph-23 {
  padding-inline: 92px !important;
}

.spacer-pt-24 {
  padding-top: 96px !important;
}

.spacer-pr-24 {
  padding-right: 96px !important;
}

.spacer-pb-24 {
  padding-bottom: 96px !important;
}

.spacer-pl-24 {
  padding-left: 96px !important;
}

.spacer-p-24 {
  padding: 96px !important;
}

.spacer-pv-24 {
  padding-block: 96px !important;
}

.spacer-ph-24 {
  padding-inline: 96px !important;
}

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

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

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

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

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

.spacer-mv-0 {
  margin-block: 0 !important;
}

.spacer-mh-0 {
  margin-inline: 0 !important;
}

.spacer-mt-1 {
  margin-top: 4px !important;
}

.spacer-mr-1 {
  margin-right: 4px !important;
}

.spacer-mb-1 {
  margin-bottom: 4px !important;
}

.spacer-ml-1 {
  margin-left: 4px !important;
}

.spacer-m-1 {
  margin: 4px !important;
}

.spacer-mv-1 {
  margin-block: 4px !important;
}

.spacer-mh-1 {
  margin-inline: 4px !important;
}

.spacer-mt-2 {
  margin-top: 8px !important;
}

.spacer-mr-2 {
  margin-right: 8px !important;
}

.spacer-mb-2 {
  margin-bottom: 8px !important;
}

.spacer-ml-2 {
  margin-left: 8px !important;
}

.spacer-m-2 {
  margin: 8px !important;
}

.spacer-mv-2 {
  margin-block: 8px !important;
}

.spacer-mh-2 {
  margin-inline: 8px !important;
}

.spacer-mt-3 {
  margin-top: 12px !important;
}

.spacer-mr-3 {
  margin-right: 12px !important;
}

.spacer-mb-3 {
  margin-bottom: 12px !important;
}

.spacer-ml-3 {
  margin-left: 12px !important;
}

.spacer-m-3 {
  margin: 12px !important;
}

.spacer-mv-3 {
  margin-block: 12px !important;
}

.spacer-mh-3 {
  margin-inline: 12px !important;
}

.spacer-mt-4 {
  margin-top: 16px !important;
}

.spacer-mr-4 {
  margin-right: 16px !important;
}

.spacer-mb-4 {
  margin-bottom: 16px !important;
}

.spacer-ml-4 {
  margin-left: 16px !important;
}

.spacer-m-4 {
  margin: 16px !important;
}

.spacer-mv-4 {
  margin-block: 16px !important;
}

.spacer-mh-4 {
  margin-inline: 16px !important;
}

.spacer-mt-5 {
  margin-top: 20px !important;
}

.spacer-mr-5 {
  margin-right: 20px !important;
}

.spacer-mb-5 {
  margin-bottom: 20px !important;
}

.spacer-ml-5 {
  margin-left: 20px !important;
}

.spacer-m-5 {
  margin: 20px !important;
}

.spacer-mv-5 {
  margin-block: 20px !important;
}

.spacer-mh-5 {
  margin-inline: 20px !important;
}

.spacer-mt-6 {
  margin-top: 24px !important;
}

.spacer-mr-6 {
  margin-right: 24px !important;
}

.spacer-mb-6 {
  margin-bottom: 24px !important;
}

.spacer-ml-6 {
  margin-left: 24px !important;
}

.spacer-m-6 {
  margin: 24px !important;
}

.spacer-mv-6 {
  margin-block: 24px !important;
}

.spacer-mh-6 {
  margin-inline: 24px !important;
}

.spacer-mt-7 {
  margin-top: 28px !important;
}

.spacer-mr-7 {
  margin-right: 28px !important;
}

.spacer-mb-7 {
  margin-bottom: 28px !important;
}

.spacer-ml-7 {
  margin-left: 28px !important;
}

.spacer-m-7 {
  margin: 28px !important;
}

.spacer-mv-7 {
  margin-block: 28px !important;
}

.spacer-mh-7 {
  margin-inline: 28px !important;
}

.spacer-mt-8 {
  margin-top: 32px !important;
}

.spacer-mr-8 {
  margin-right: 32px !important;
}

.spacer-mb-8 {
  margin-bottom: 32px !important;
}

.spacer-ml-8 {
  margin-left: 32px !important;
}

.spacer-m-8 {
  margin: 32px !important;
}

.spacer-mv-8 {
  margin-block: 32px !important;
}

.spacer-mh-8 {
  margin-inline: 32px !important;
}

.spacer-mt-9 {
  margin-top: 36px !important;
}

.spacer-mr-9 {
  margin-right: 36px !important;
}

.spacer-mb-9 {
  margin-bottom: 36px !important;
}

.spacer-ml-9 {
  margin-left: 36px !important;
}

.spacer-m-9 {
  margin: 36px !important;
}

.spacer-mv-9 {
  margin-block: 36px !important;
}

.spacer-mh-9 {
  margin-inline: 36px !important;
}

.spacer-mt-10 {
  margin-top: 40px !important;
}

.spacer-mr-10 {
  margin-right: 40px !important;
}

.spacer-mb-10 {
  margin-bottom: 40px !important;
}

.spacer-ml-10 {
  margin-left: 40px !important;
}

.spacer-m-10 {
  margin: 40px !important;
}

.spacer-mv-10 {
  margin-block: 40px !important;
}

.spacer-mh-10 {
  margin-inline: 40px !important;
}

.spacer-mt-11 {
  margin-top: 44px !important;
}

.spacer-mr-11 {
  margin-right: 44px !important;
}

.spacer-mb-11 {
  margin-bottom: 44px !important;
}

.spacer-ml-11 {
  margin-left: 44px !important;
}

.spacer-m-11 {
  margin: 44px !important;
}

.spacer-mv-11 {
  margin-block: 44px !important;
}

.spacer-mh-11 {
  margin-inline: 44px !important;
}

.spacer-mt-12 {
  margin-top: 48px !important;
}

.spacer-mr-12 {
  margin-right: 48px !important;
}

.spacer-mb-12 {
  margin-bottom: 48px !important;
}

.spacer-ml-12 {
  margin-left: 48px !important;
}

.spacer-m-12 {
  margin: 48px !important;
}

.spacer-mv-12 {
  margin-block: 48px !important;
}

.spacer-mh-12 {
  margin-inline: 48px !important;
}

.spacer-mt-13 {
  margin-top: 52px !important;
}

.spacer-mr-13 {
  margin-right: 52px !important;
}

.spacer-mb-13 {
  margin-bottom: 52px !important;
}

.spacer-ml-13 {
  margin-left: 52px !important;
}

.spacer-m-13 {
  margin: 52px !important;
}

.spacer-mv-13 {
  margin-block: 52px !important;
}

.spacer-mh-13 {
  margin-inline: 52px !important;
}

.spacer-mt-14 {
  margin-top: 56px !important;
}

.spacer-mr-14 {
  margin-right: 56px !important;
}

.spacer-mb-14 {
  margin-bottom: 56px !important;
}

.spacer-ml-14 {
  margin-left: 56px !important;
}

.spacer-m-14 {
  margin: 56px !important;
}

.spacer-mv-14 {
  margin-block: 56px !important;
}

.spacer-mh-14 {
  margin-inline: 56px !important;
}

.spacer-mt-15 {
  margin-top: 60px !important;
}

.spacer-mr-15 {
  margin-right: 60px !important;
}

.spacer-mb-15 {
  margin-bottom: 60px !important;
}

.spacer-ml-15 {
  margin-left: 60px !important;
}

.spacer-m-15 {
  margin: 60px !important;
}

.spacer-mv-15 {
  margin-block: 60px !important;
}

.spacer-mh-15 {
  margin-inline: 60px !important;
}

.spacer-mt-16 {
  margin-top: 64px !important;
}

.spacer-mr-16 {
  margin-right: 64px !important;
}

.spacer-mb-16 {
  margin-bottom: 64px !important;
}

.spacer-ml-16 {
  margin-left: 64px !important;
}

.spacer-m-16 {
  margin: 64px !important;
}

.spacer-mv-16 {
  margin-block: 64px !important;
}

.spacer-mh-16 {
  margin-inline: 64px !important;
}

.spacer-mt-17 {
  margin-top: 68px !important;
}

.spacer-mr-17 {
  margin-right: 68px !important;
}

.spacer-mb-17 {
  margin-bottom: 68px !important;
}

.spacer-ml-17 {
  margin-left: 68px !important;
}

.spacer-m-17 {
  margin: 68px !important;
}

.spacer-mv-17 {
  margin-block: 68px !important;
}

.spacer-mh-17 {
  margin-inline: 68px !important;
}

.spacer-mt-18 {
  margin-top: 72px !important;
}

.spacer-mr-18 {
  margin-right: 72px !important;
}

.spacer-mb-18 {
  margin-bottom: 72px !important;
}

.spacer-ml-18 {
  margin-left: 72px !important;
}

.spacer-m-18 {
  margin: 72px !important;
}

.spacer-mv-18 {
  margin-block: 72px !important;
}

.spacer-mh-18 {
  margin-inline: 72px !important;
}

.spacer-mt-19 {
  margin-top: 76px !important;
}

.spacer-mr-19 {
  margin-right: 76px !important;
}

.spacer-mb-19 {
  margin-bottom: 76px !important;
}

.spacer-ml-19 {
  margin-left: 76px !important;
}

.spacer-m-19 {
  margin: 76px !important;
}

.spacer-mv-19 {
  margin-block: 76px !important;
}

.spacer-mh-19 {
  margin-inline: 76px !important;
}

.spacer-mt-20 {
  margin-top: 80px !important;
}

.spacer-mr-20 {
  margin-right: 80px !important;
}

.spacer-mb-20 {
  margin-bottom: 80px !important;
}

.spacer-ml-20 {
  margin-left: 80px !important;
}

.spacer-m-20 {
  margin: 80px !important;
}

.spacer-mv-20 {
  margin-block: 80px !important;
}

.spacer-mh-20 {
  margin-inline: 80px !important;
}

.spacer-mt-21 {
  margin-top: 84px !important;
}

.spacer-mr-21 {
  margin-right: 84px !important;
}

.spacer-mb-21 {
  margin-bottom: 84px !important;
}

.spacer-ml-21 {
  margin-left: 84px !important;
}

.spacer-m-21 {
  margin: 84px !important;
}

.spacer-mv-21 {
  margin-block: 84px !important;
}

.spacer-mh-21 {
  margin-inline: 84px !important;
}

.spacer-mt-22 {
  margin-top: 88px !important;
}

.spacer-mr-22 {
  margin-right: 88px !important;
}

.spacer-mb-22 {
  margin-bottom: 88px !important;
}

.spacer-ml-22 {
  margin-left: 88px !important;
}

.spacer-m-22 {
  margin: 88px !important;
}

.spacer-mv-22 {
  margin-block: 88px !important;
}

.spacer-mh-22 {
  margin-inline: 88px !important;
}

.spacer-mt-23 {
  margin-top: 92px !important;
}

.spacer-mr-23 {
  margin-right: 92px !important;
}

.spacer-mb-23 {
  margin-bottom: 92px !important;
}

.spacer-ml-23 {
  margin-left: 92px !important;
}

.spacer-m-23 {
  margin: 92px !important;
}

.spacer-mv-23 {
  margin-block: 92px !important;
}

.spacer-mh-23 {
  margin-inline: 92px !important;
}

.spacer-mt-24 {
  margin-top: 96px !important;
}

.spacer-mr-24 {
  margin-right: 96px !important;
}

.spacer-mb-24 {
  margin-bottom: 96px !important;
}

.spacer-ml-24 {
  margin-left: 96px !important;
}

.spacer-m-24 {
  margin: 96px !important;
}

.spacer-mv-24 {
  margin-block: 96px !important;
}

.spacer-mh-24 {
  margin-inline: 96px !important;
}

:root {
  --viewport-width: 1440px;
}

.viewport {
  width: 100%;
  max-width: var(--viewport-width);
  grid-template-rows: auto auto 1fr auto;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 16px;
  min-height: 100vh;
  margin: 0 auto;
  padding-inline: 16px;
  display: grid;
}

@media (width >= 320px) {
  .viewport {
    grid-template-columns: repeat(4, 1fr);
    column-gap: 16px;
    padding-inline: 16px;
  }
}

@media (width >= 576px) {
  .viewport {
    grid-template-columns: repeat(8, 1fr);
    column-gap: 16px;
    padding-inline: 32px;
  }
}

@media (width >= 768px) {
  .viewport {
    grid-template-columns: repeat(8, 1fr);
    column-gap: 16px;
    padding-inline: 32px;
  }
}

@media (width >= 992px) {
  .viewport {
    grid-template-columns: repeat(12, 1fr);
    column-gap: 24px;
    padding-inline: 36px;
  }
}

@media (width >= 1200px) {
  .viewport {
    grid-template-columns: repeat(12, 1fr);
    column-gap: 24px;
    padding-inline: 36px;
  }
}

.viewport__header {
  grid-column: 1 / -1;
  margin-inline: -16px;
}

@media (width >= 576px) {
  .viewport__header {
    margin-inline: -32px;
  }
}

.viewport__navigation {
  background-color: var(--clr-white);
  z-index: 100;
  width: calc(100% - 48px);
  height: 100vh;
  box-shadow: var(--sdw-003);
  margin-bottom: 80px;
  transition: transform .2s ease-in-out;
  position: fixed;
  right: 100%;
  overflow: auto;
}

@media (width >= 576px) {
  .viewport__navigation {
    width: 100%;
    max-width: 600px;
  }
}

@media (width >= 992px) {
  .viewport__navigation {
    background-color: var(--clr-transparent);
    z-index: 12;
    width: auto;
    height: auto;
    box-shadow: none;
    grid-column: 1 / 3;
    margin-top: 56px;
    position: static;
    overflow: visible;
  }
}

.viewport__navigation--open {
  transform: translateX(100%);
}

@media (width >= 992px) {
  .viewport__navigation--open {
    transform: none;
  }
}

.viewport__content {
  flex-direction: column;
  grid-column: 1 / -1;
  padding-block: 24px;
  display: flex;
}

@media (width >= 992px) {
  .viewport__content {
    grid-column: 3 / -1;
  }
}

.viewport__content--fullwidth {
  grid-column: 1 / -1;
}

.viewport__content--fullwidth-v {
  grid-row: 1 / -1;
}

.viewport__content--center {
  grid-column: 1 / -1;
}

@media (width >= 576px) {
  .viewport__content--center {
    grid-column: 3 / 7;
  }
}

@media (width >= 992px) {
  .viewport__content--center {
    grid-column: 5 / 9;
  }

  .viewport__content--register {
    display: contents;
  }
}

.viewport__content--register-page {
  grid-column: 1 / -1;
}

@media (width >= 992px) {
  .viewport__content--register-page {
    grid-column: 3 / -3;
  }
}

@media (width >= 1200px) {
  .viewport__content--register-page {
    grid-column: 4 / 11;
    display: grid;
  }
}

.viewport__content--no-padding {
  padding-block: 0;
  padding-inline: 0;
}

.viewport__footer {
  grid-column: 1 / -1;
  align-self: end;
  margin-inline: -16px;
}

@media (width >= 576px) {
  .viewport__footer {
    margin-inline: -32px;
  }
}

.viewport__footer--floating {
  margin-inline: 0;
}

.viewport__nav-meta {
  grid-column: 1 / -1;
  display: none;
}

@media (width >= 992px) {
  .viewport__nav-meta {
    display: block;
  }
}

.viewport__overlay {
  z-index: 99;
  backdrop-filter: blur(6px);
  background-color: #ffffff4d;
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0;
}

.viewport__title {
  margin-top: 32px;
}

@media (width >= 992px) {
  .viewport__title {
    margin-top: 36px;
  }
}

.viewport--simple, .viewport--compact {
  grid-template-rows: auto 1fr auto;
}

@media (width >= 992px) {
  .viewport--compact {
    grid-template-rows: auto auto 1fr auto;
  }
}

.viewport--compact .viewport__content {
  grid-column: 1 / -1;
}

@media (width >= 576px) {
  .viewport--compact .viewport__content {
    grid-column: 3 / -3;
  }
}

@media (width >= 992px) {
  .viewport--compact .viewport__content {
    grid-column: 5 / -5;
  }
}

.viewport--v-center {
  grid-template-rows: 1fr;
}

.viewport--v-center .viewport__content {
  grid-column: 1 / -1;
  justify-content: center;
}

@media (width >= 992px) {
  .viewport--account .viewport__navigation {
    grid-column: 1 / 4;
  }

  .viewport--account .viewport__content {
    grid-column: 4 / -1;
  }
}

.viewport--dark {
  background: linear-gradient(247deg, var(--clr-black) 0.02%, var(--clr-secondary) 50.02%, var(--clr-black) 100.02%);
  color: var(--clr-white);
  max-width: 100%;
  margin: 0;
}

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

body {
  overflow-x: hidden;
}

body.dark {
  --filter-result-bg: #f0f0f01a;
  --filter-chip-bg: var(--clr-primary);
  --filter-chip-color: var(--clr-black);
  --filter-dropdown-bg: var(--clr-secondary);
  --filter-chip-hover-bg: #f0f0f01a;
  --table-head-col-bg: #3a3e41;
  --table-head-col-border: #363b3e;
  --table-head-row-hover-bg: #4e5254;
  --table-col-bg: #393e41;
  --table-row-col-border: #363b3e;
  --table-border: #383c3f;
  --table-row-col-hover: #4b4f52;
  --table-row-col-active: #e1e2e54d;
  --table-shadow-end: #666a6c;
  --input-form-bg: #f0f0f01a;
  --input-form-bg-hover: #f2f2f233;
  --input-form-bg-active: #e1e2e54d;
  --input-form-font: var(--clr-white);
  --select-form-bg: #f0f0f01a;
  --search-input-bg: rgba(var(--clr-white-rgb), .1);
  --search-selection-bg: var(--clr-transparent);
  --search-selection-color: var(--clr-grey85);
  --search-option-bg: var(--clr-white);
  --search-option-color: var(--clr-black);
  --checkbox-label-color: var(--clr-white);
}

@supports ((-moz-appearance: none)) {
  * {
    scrollbar-width: thin;
    scrollbar-color: #999 transparent;
  }
}

::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}

::-webkit-scrollbar-track {
  background-color: #0000;
  border-radius: 6px;
}

::-webkit-scrollbar-track:hover {
  background-color: #0000;
}

::-webkit-scrollbar-track:active {
  background-color: #0000;
}

::-webkit-scrollbar-thumb {
  background-color: #999;
  border: 4px solid #fff;
  border-radius: 6px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #005fa3;
}

::-webkit-scrollbar-thumb:active {
  background-color: #005fa3;
}

[hidden] {
  display: none !important;
}

.width--full {
  width: 100%;
}

.tk-button {
  border: 1px solid var(--clr-transparent);
  background-color: var(--clr-transparent);
  border-radius: var(--rad-001);
  cursor: pointer;
  outline: 0;
  justify-content: center;
  align-items: center;
  column-gap: 4px;
  min-height: 36px;
  padding-inline: 12px;
  font-size: 1rem;
  line-height: 1.2rem;
  text-decoration: none;
  transition: background-color .2s ease-in-out, border-color .2s ease-in-out, color .2s ease-in-out;
  display: flex;
}

.tk-button__label {
  white-space: nowrap;
  pointer-events: none;
}

.tk-button__label--ellipsis {
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow-wrap: anywhere;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.tk-button__icon {
  pointer-events: none;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.tk-button__icon > i[class^="tk-icon"] {
  width: 20px;
  height: 20px;
}

.tk-button__icon > i[class^="tk-icon"]:before {
  font-size: 20px;
}

.tk-button__icon svg {
  width: 20px;
  height: 20px;
}

.tk-button__batch {
  font-family: var(--typ-bodyextrasmallbold-family);
  font-size: var(--typ-bodyextrasmallbold-size);
  font-weight: var(--typ-bodyextrasmallbold-weight);
  line-height: var(--typ-bodyextrasmallbold-line-height);
  background-color: var(--clr-primary);
  min-width: 16px;
  min-height: 16px;
  color: var(--clr-black);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding-inline: 4px;
  display: flex;
}

.tk-button__group {
  flex-direction: row;
  align-items: center;
  gap: 0;
  display: flex;
}

.tk-button__group .tk-button--active {
  background-color: var(--clr-secondary);
  color: var(--clr-white);
}

.tk-button__group .tk-button--active:hover {
  background-color: var(--clr-grey95);
  border-color: var(--clr-grey90);
  color: var(--clr-black);
}

.tk-button:disabled, .tk-button--disabled {
  cursor: not-allowed;
}

.tk-button--cms {
  z-index: 9999;
  width: 50px;
  position: absolute;
  top: 10px;
  right: 0;
}

.tk-button--primary {
  background-color: var(--clr-primary);
  border-color: var(--clr-primary);
  color: var(--clr-black);
}

.tk-button--primary:link, .tk-button--primary:visited {
  color: var(--clr-black);
}

.tk-button--primary:hover {
  background-color: var(--clr-secondary);
  border-color: var(--clr-secondary);
  color: var(--clr-white);
}

.tk-button--primary:active {
  background-color: var(--clr-black);
  border-color: var(--clr-black);
  color: var(--clr-white);
}

.tk-button--primary:disabled {
  background-color: var(--clr-grey90);
  border-color: var(--clr-grey90);
  color: var(--clr-grey70);
}

.tk-button--secondary {
  background-color: var(--clr-grey90);
  border-color: var(--clr-grey90);
  color: var(--clr-black);
}

.tk-button--secondary:link, .tk-button--secondary:visited {
  color: var(--clr-black);
}

.tk-button--secondary:hover {
  background-color: var(--clr-secondary);
  border-color: var(--clr-secondary);
  color: var(--clr-white);
}

.tk-button--secondary:active {
  background-color: var(--clr-black);
  border-color: var(--clr-black);
  color: var(--clr-white);
}

.tk-button--secondary:disabled {
  background-color: var(--clr-grey90);
  border-color: var(--clr-grey90);
  color: var(--clr-grey70);
}

.tk-button--secondary-black {
  background-color: rgba(var(--clr-white-rgb), .1);
  border-color: var(--clr-transparent);
  color: var(--clr-grey85);
}

.tk-button--secondary-black:link, .tk-button--secondary-black:visited {
  color: var(--clr-grey85);
}

.tk-button--secondary-black:hover {
  border-color: var(--clr-white);
  color: var(--clr-white);
}

.tk-button--secondary-black:active {
  border-color: var(--clr-grey60);
  color: var(--clr-white);
}

.tk-button--secondary-black:disabled {
  border-color: var(--clr-grey90);
  color: var(--clr-grey70);
}

.tk-button--secondary-yellow {
  background-color: var(--clr-black);
  border-color: var(--clr-black);
  color: var(--clr-white);
}

.tk-button--secondary-yellow:link, .tk-button--secondary-yellow:visited {
  color: var(--clr-white);
}

.tk-button--secondary-yellow:hover {
  background-color: var(--clr-secondary);
  border-color: var(--clr-secondary);
  color: var(--clr-white);
}

.tk-button--secondary-yellow:active {
  background-color: var(--clr-grey60);
  border-color: var(--clr-grey60);
  color: var(--clr-white);
}

.tk-button--secondary-yellow:disabled {
  background-color: var(--clr-grey70);
  border-color: var(--clr-grey70);
  color: var(--clr-grey60);
}

.tk-button--tertiary {
  background-color: var(--clr-transparent);
  color: var(--clr-black);
  position: relative;
}

.tk-button--tertiary.tk-button--has-counter:before {
  content: attr(data-count);
  vertical-align: middle;
  box-sizing: content-box;
  text-align: center;
  background-color: var(--clr-primary);
  color: var(--clr-black);
  min-width: 8px;
  min-height: 8px;
  text-rendering: geometricprecision;
  border-radius: 99px;
  padding: 4px;
  font-size: .75rem;
  font-weight: 700;
  line-height: 8px;
  display: inline-block;
  position: absolute;
  top: -4px;
  left: 11px;
}

.tk-button--tertiary:link, .tk-button--tertiary:visited {
  color: var(--clr-black);
}

.tk-button--tertiary:hover {
  background-color: var(--clr-secondary);
  border-color: var(--clr-secondary);
  color: var(--clr-white);
}

.tk-button--tertiary:active {
  background-color: var(--clr-black);
  border-color: var(--clr-black);
  color: var(--clr-white);
}

.tk-button--tertiary:disabled {
  background-color: var(--clr-grey90);
  border-color: var(--clr-grey90);
  color: var(--clr-grey70);
}

.tk-button--tertiary--black {
  color: var(--clr-white);
}

.tk-button--tertiary--black:link, .tk-button--tertiary--black:visited {
  color: var(--clr-grey85);
}

.tk-button--tertiary--black:hover {
  color: var(--clr-white);
  background-color: #f0f0f01a;
}

.tk-button--tertiary--black:active {
  color: var(--clr-var--clr-90);
  background-color: #f0f0f01a;
}

.tk-button--tertiary--black:disabled {
  border-color: var(--clr-grey90);
  color: var(--clr-grey70);
}

.tk-button--link, .tk-button--link-dark {
  justify-content: start;
  height: 32px;
  padding: 0 !important;
}

.tk-button--link, .tk-button--link:link, .tk-button--link:visited {
  color: var(--clr-information);
}

.tk-button--link:hover {
  color: var(--clr-grey60);
}

.tk-button--link:active {
  color: var(--clr-black);
}

.tk-button--link:disabled, .tk-button--link.tk-button--disabled {
  color: var(--clr-grey85);
}

.tk-button--link-dark, .tk-button--link-dark:link, .tk-button--link-dark:visited {
  color: var(--clr-white);
}

.tk-button--link-dark:hover {
  color: var(--clr-grey85);
}

.tk-button--link-dark:active {
  color: var(--clr-grey70);
}

.tk-button--link-dark:disabled, .tk-button--link-dark.tk-button--disabled {
  color: var(--clr-grey60);
}

.tk-button--has-icon {
  padding-left: 8px;
}

.tk-button--responsive-s {
  min-width: 36px;
  max-width: 36px;
}

@media (width >= 576px) {
  .tk-button--responsive-s {
    max-width: unset;
    min-width: unset;
    padding-left: 8px;
  }
}

.tk-button--responsive-m {
  min-width: 36px;
  max-width: 36px;
}

@media (width >= 768px) {
  .tk-button--responsive-m {
    max-width: unset;
    min-width: unset;
    padding-left: 8px;
  }
}

.tk-button--responsive-l {
  min-width: 36px;
  max-width: 36px;
}

@media (width >= 992px) {
  .tk-button--responsive-l {
    max-width: unset;
    min-width: unset;
    padding-left: 8px;
  }
}

.tk-button--only-icon {
  min-width: 36px;
  max-width: 36px;
  padding-inline: 0;
}

.tk-button--only-icon .tk-button__label {
  display: none;
}

.tk-button--return {
  color: var(--clr-black);
  border: 0;
  grid-template-columns: min-content auto;
  column-gap: 4px;
  width: fit-content;
  padding: 0;
  display: grid;
}

.tk-button--return .tk-button__icon {
  border: 1px solid var(--clr-grey90);
  justify-self: center;
  width: 36px;
  height: 36px;
}

.tk-button--return:link, .tk-button--return:visited {
  color: var(--clr-black);
}

.tk-button--return:hover .tk-button__icon {
  background-color: var(--clr-grey95);
}

.tk-button--return:active .tk-button__icon {
  background-color: var(--clr-grey90);
}

.tk-button--return:disabled .tk-button__icon {
  background-color: var(--clr-grey90);
  border-color: var(--clr-grey85);
  color: var(--clr-grey60);
}

.tk-button--should-wrap .tk-button__label {
  white-space: wrap;
}

.tk-button--size-s {
  height: 28px;
  padding-inline: 8px;
  font-size: .875rem;
  line-height: .875rem;
}

.tk-button--size-s .tk-button__icon, .tk-button--size-s .tk-button__icon > i[class^="tk-icon"] {
  width: 16px;
  height: 16px;
}

.tk-button--size-s .tk-button__icon > i[class^="tk-icon"]:before {
  font-size: 16px;
}

.tk-button--size-s .tk-button__icon svg {
  width: 16px;
  height: 16px;
}

.tk-button--size-s.tk-button--only-icon {
  min-width: 28px;
  max-width: 28px;
  min-height: 28px;
  max-height: 28px;
}

.tk-button--size-s.tk-button--has-icon {
  padding-left: 6px;
}

.tk-button--size-l {
  height: 40px;
  padding-inline: 16px;
  font-size: 1rem;
  line-height: 1rem;
}

.tk-button--size-l .tk-button__icon, .tk-button--size-l .tk-button__icon > i[class^="tk-icon"] {
  width: 20px;
  height: 20px;
}

.tk-button--size-l .tk-button__icon > i[class^="tk-icon"]:before {
  font-size: 20px;
}

.tk-button--size-l .tk-button__icon svg {
  width: 20px;
  height: 20px;
}

.tk-button--size-l.tk-button--only-icon {
  min-width: 40px;
  max-width: 40px;
  min-height: 40px;
  max-height: 40px;
}

.tk-button--size-l.tk-button--has-icon {
  padding-left: 12px;
}

.tk-button--list {
  background-color: var(--clr-white);
  color: var(--clr-black);
}

.tk-button--list:hover {
  background-color: var(--clr-grey95);
}

.tk-button--list:active {
  background-color: var(--clr-grey90);
}

.tk-button--selected {
  color: var(--clr-secondary);
}

.tk-button--selected.tk-button--link-dark {
  color: var(--clr-white);
}

.tk-button--fullwidth {
  width: 100%;
}

.tk-button__header {
  width: 24px;
  max-width: 24px;
  height: 24px;
  color: var(--clr-grey85);
  position: relative;
  padding: 0 !important;
}

.tk-button__header .tk-button__icon {
  min-width: 24px;
  max-width: 100%;
  height: 24px;
}

.tk-button__header .tk-button__icon > i[class^="tk-icon"] {
  font-size: 24px;
}

.tk-button__header:visited, .tk-button__header:link {
  color: var(--clr-grey85);
}

.tk-button__header:hover {
  color: var(--clr-grey95);
}

.tk-button__header:active {
  background-color: var(--clr-grey90);
}

.tk-button__header:disabled {
  background-color: var(--clr-grey85);
  color: var(--clr-grey60);
}

.tk-button__header--selected {
  color: var(--clr-secondary);
}

.tk-button__header--right {
  inset-inline-start: unset;
}

.tk-button__header--disabled {
  cursor: not-allowed;
  background-color: var(--clr-grey85) !important;
  color: var(--clr-grey60) !important;
}

.tk-button__header:before {
  content: attr(data-count);
  vertical-align: middle;
  box-sizing: content-box;
  text-align: center;
  background-color: var(--clr-information);
  color: var(--clr-white);
  min-width: 8px;
  min-height: 8px;
  text-rendering: geometricprecision;
  border-radius: 99px;
  padding: 4px;
  font-size: .75rem;
  font-weight: 700;
  line-height: 8px;
  display: inline-block;
  position: absolute;
  top: -4px;
  left: 11px;
}

.tk-button__header--secondary-black:after {
  content: attr(data-count);
  font-family: var(--typ-bodyextrasmallbold-family);
  font-size: var(--typ-bodyextrasmallbold-size);
  font-weight: var(--typ-bodyextrasmallbold-weight);
  line-height: var(--typ-bodyextrasmallbold-line-height);
  background-color: var(--clr-primary);
  min-width: 16px;
  min-height: 16px;
  color: var(--clr-black);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding-inline: 4px;
  display: flex;
}

.tk-button__header--empty:before, .tk-button__header--empty:after {
  content: none;
}

.tk-button__account {
  font-family: var(--typ-bodyextrasmallbold-family);
  font-size: var(--typ-bodyextrasmallbold-size);
  font-weight: var(--typ-bodyextrasmallbold-weight);
  line-height: var(--typ-bodyextrasmallbold-line-height);
  width: 28px;
  height: 28px;
  min-height: unset;
  border-radius: var(--rad-circle);
  background-color: var(--clr-information);
  color: var(--clr-white);
  justify-content: center;
  align-items: center;
  padding-inline: 4px;
  display: flex;
}

.tk-button__account--large {
  font-family: var(--typ-bodybold-family);
  font-size: var(--typ-bodybold-size);
  font-weight: var(--typ-bodybold-weight);
  line-height: var(--typ-bodybold-line-height);
  width: 32px;
  height: 32px;
}

.tk-button__account:visited, .tk-button__account:link {
  color: var(--clr-white);
}

.tk-button__account:hover {
  background-color: var(--clr-grey60);
}

.tk-button__account:active {
  background-color: var(--clr-black);
}

.tk-button__account:disabled {
  background-color: var(--clr-grey90);
  color: var(--clr-grey70);
}

.tk-button__dropdown {
  position: relative;
}

.tk-button__dropdown-dialog {
  z-index: 20;
  box-shadow: var(--sdw-001);
  border-radius: var(--rad-003);
  border: 0;
  flex-direction: column;
  min-width: 240px;
  padding-block: 24px;
  padding-inline: 16px;
  top: 40px;
  overflow: hidden;
}

.tk-button__dropdown-dialog[open] {
  display: flex;
}

.tk-button__dropdown-dialog--right {
  inset-inline-start: unset;
}

.tk-button__dropdown-item {
  background-color: var(--clr-white);
  height: 36px;
  color: var(--clr-black);
  align-items: center;
  column-gap: 8px;
  padding-inline: 12px;
  text-decoration: none;
  display: flex;
}

.tk-button__dropdown-item:focus-visible {
  outline: none;
}

.tk-button__dropdown-item .tk-button__icon, .tk-button__dropdown-item .tk-button__label {
  color: var(--clr-black);
}

.tk-button__dropdown-item:hover {
  background-color: var(--clr-grey95);
}

.tk-button__dropdown-item:active {
  background-color: var(--clr-grey90);
}

.tk-button__dropdown-content {
  flex-direction: column;
  align-items: flex-start;
  padding-inline: 12px;
  display: flex;
}

.tk-button__dropdown-separator {
  border: var(--bor-transp);
  border-top-color: var(--clr-grey90);
  width: 100%;
  margin-block: 16px;
}

a {
  color: var(--clr-information);
  text-decoration: none;
}

a:link, a:visited {
  color: var(--clr-information);
}

a:hover {
  color: var(--clr-grey60);
}

a:active {
  color: var(--clr-black);
}

.tk-form__hint {
  font-family: var(--typ-bodyextrasmall-family);
  font-size: var(--typ-bodyextrasmall-size);
  font-weight: var(--typ-bodyextrasmall-weight);
  line-height: var(--typ-bodyextrasmall-line-height);
  color: var(--clr-grey60);
  margin-inline: 8px 4px;
  grid-area: hint;
  margin-top: 4px;
  display: flex;
}

.tk-form__hint.tk-form-input, .tk-form__hint.tk-form-select, .tk-form__hint.tk-form-textarea {
  grid-template-areas: "label input"
                       ". hint";
}

.tk-form__addon {
  font-family: var(--typ-bodysmall-family);
  font-size: var(--typ-bodysmall-size);
  font-weight: var(--typ-bodysmall-weight);
  line-height: var(--typ-bodysmall-line-height);
  pointer-events: none;
  border-block: var(--bor-001);
  background-color: var(--clr-white);
  pointer-events: visible;
  flex-shrink: 0;
  align-items: center;
  height: 36px;
  padding-inline: 4px;
  display: flex;
}

.tk-form__addon i[class^="tk-icon"]:before {
  font-size: 16px;
}

.tk-form__wrapper {
  display: flex;
  position: relative;
}

.tk-form__wrapper > [class^="tk-icon"] {
  align-items: center;
  height: 36px;
  padding-inline: 8px 4px;
  display: flex;
  position: absolute;
}

.tk-form--addon-has-text .tk-form__addon {
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 48px;
  overflow: hidden;
}

.tk-form--addon-hover input, .tk-form--addon-hover textarea, .tk-form--addon-hover input ~ .tk-form__addon, .tk-form--addon-hover textarea ~ .tk-form__addon {
  background-color: var(--clr-grey85) !important;
}

.tk-form--error.tk-form-checkbox label:before, .tk-form--error.tk-form-radio label:before {
  border-color: var(--clr-error);
}

.tk-form--error.tk-form-radio label:before {
  color: var(--clr-error);
}

.tk-form--error.tk-form-input input, .tk-form--error.tk-form-textarea textarea, .tk-form--error.tk-form-select select {
  border-color: var(--clr-error);
}

.tk-form--error.tk-form-input, .tk-form--error.tk-form-select, .tk-form--error.tk-form-textarea {
  grid-template-areas: "label input"
                       ". hint";
}

.tk-form--error .tk-form__hint {
  color: var(--clr-error);
  column-gap: 4px;
  display: flex;
}

.tk-form--error .tk-form__hint:before {
  content: var(--tk-icon-error);
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
  direction: ltr;
  font-size: .75rem;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  display: inline-block;
  font-family: tk-icons !important;
}

.tk-form--error .tk-form__addon {
  border-color: var(--clr-error) !important;
}

:root {
  --checkbox-label-content-bg: var(--clr-grey90);
  --checkbox-label-content-color: var(--clr-white);
  --checkbox-label-color: var(--clr-black);
}

.tk-form-checkbox {
  flex-direction: column;
  gap: 4px;
  display: flex;
}

.tk-form-checkbox label {
  cursor: pointer;
  color: var(--checkbox-label-color);
  align-items: center;
  column-gap: 8px;
  line-height: 24px;
  display: flex;
}

.tk-form-checkbox label:before {
  content: "";
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
  box-sizing: border-box;
  border: var(--bor-transp);
  border-radius: var(--rad-001);
  min-width: 20px;
  max-width: 20px;
  height: 20px;
  color: var(--checkbox-label-ccontent-olor);
  background-color: var(--checkbox-label-content-bg);
  direction: ltr;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  display: flex;
  font-family: tk-icons !important;
}

.tk-form-checkbox label:hover:before {
  content: var(--tk-icon-check);
  color: var(--clr-grey70);
}

.tk-form-checkbox input {
  display: none;
}

.tk-form-checkbox input:checked + label:before {
  color: var(--clr-white);
  background-color: var(--clr-secondary);
  border-color: var(--clr-secondary);
  content: var(--tk-icon-check) !important;
}

.tk-form-checkbox input:disabled + label {
  color: var(--clr-grey60);
  cursor: not-allowed;
}

.tk-form-checkbox input:disabled + label:before {
  color: var(--clr-grey60);
  background-color: var(--clr-grey90);
  border-color: var(--clr-transparent);
}

.tk-form-checkbox input:disabled + label:hover:before {
  content: "";
}

.tk-form-checkbox--size-s label:before {
  min-width: 16px;
  max-width: 16px;
  height: 16px;
  font-size: .75rem;
}

:root {
  --input-form-bg: var(--clr-grey90);
  --input-form-bg-hover: var(--clr-grey85);
  --input-form-bg-active: var(--clr-grey70);
  --input-form-font: var(--clr-black);
}

.tk-form-input {
  flex-direction: column;
  row-gap: 4px;
  width: 100%;
  display: flex;
}

.tk-form-input label {
  font-family: var(--typ-bodysmall-family);
  font-size: var(--typ-bodysmall-size);
  font-weight: var(--typ-bodysmall-weight);
  line-height: var(--typ-bodysmall-line-height);
  color: var(--clr-black);
  padding-inline: 12px 8px;
}

.tk-form-input input {
  font-family: var(--typ-body-family);
  font-size: var(--typ-body-size);
  font-weight: var(--typ-body-weight);
  line-height: var(--typ-body-line-height);
  border: var(--bor-transp);
  border-radius: var(--rad-001);
  background-color: var(--input-form-bg);
  width: 100%;
  height: 36px;
  color: var(--input-form-font);
  padding-inline: 12px 8px;
}

.tk-form-input input::placeholder {
  color: var(--clr-grey70);
}

.tk-form-input input ~ .tk-form__addon {
  background-color: var(--input-form-bg);
}

.tk-form-input input:hover, .tk-form-input input:hover ~ .tk-form__addon {
  background-color: var(--input-form-bg-hover);
}

.tk-form-input input:active, .tk-form-input input:active ~ .tk-form__addon {
  background-color: var(--input-form-bg-active);
}

.tk-form-input input:focus {
  border-color: var(--clr-secondary);
  outline: none;
}

.tk-form-input input:focus ~ .tk-form__addon {
  border-color: var(--clr-secondary);
}

.tk-form-input input:disabled {
  color: var(--clr-grey70);
  border-color: var(--clr-transparent);
  background-color: var(--clr-grey90);
  cursor: not-allowed;
}

.tk-form-input input:disabled + label {
  color: var(--clr-grey60);
  cursor: not-allowed;
}

.tk-form-input input:disabled ~ .tk-form__addon {
  border-color: var(--clr-transparent);
  background-color: var(--clr-grey90);
  color: var(--clr-grey70);
}

.tk-form-input input:read-only:not(:disabled) {
  background-color: var(--clr-white);
  border-color: var(--clr-white);
}

.tk-form-input input:read-only:not(:disabled):hover {
  background-color: var(--clr-white);
}

.tk-form-input input[type="number"]::-webkit-inner-spin-button {
  display: none;
}

.tk-form-input input[type="number"] {
  text-align: right;
  appearance: textfield;
}

.tk-form-input .tk-form__wrapper > .tk-form__addon {
  justify-content: center;
}

.tk-form-input--size-s input {
  height: 28px;
  padding-inline: 8px 4px;
}

.tk-form-input--size-s label {
  font-family: var(--typ-bodyextrasmall-family);
  font-size: var(--typ-bodyextrasmall-size);
  font-weight: var(--typ-bodyextrasmall-weight);
  line-height: var(--typ-bodyextrasmall-line-height);
  padding-inline: 8px 4px;
}

.tk-form-input--size-s .tk-form__wrapper > [class^="tk-icon"] {
  height: 28px;
}

.tk-form-input--size-s .tk-form__wrapper > .tk-form__addon {
  height: 28px;
  line-height: 26px;
}

.tk-form-input--disabled input, .tk-form-input--disabled select, .tk-form-input--disabled textarea {
  color: var(--clr-grey70);
  border-color: var(--clr-transparent);
  background-color: var(--clr-grey90);
  cursor: not-allowed;
}

.tk-form-input--disabled input + .tk-form__addon, .tk-form-input--disabled select + .tk-form__addon, .tk-form-input--disabled textarea + .tk-form__addon {
  background-color: var(--clr-grey90);
  cursor: not-allowed;
}

.tk-form-input--disabled input:hover, .tk-form-input--disabled select:hover, .tk-form-input--disabled textarea:hover {
  background-color: var(--clr-grey90);
}

.tk-form-input--disabled label {
  color: var(--clr-grey60) !important;
  cursor: not-allowed !important;
}

.tk-form-input--readonly {
  gap: 0;
}

.tk-form-input--readonly input {
  color: var(--clr-grey70);
  border-color: var(--clr-transparent);
  background-color: var(--clr-grey90);
  pointer-events: none;
  height: inherit;
  padding-left: 0;
}

.tk-form-input--readonly input + .tk-form__addon, .tk-form-input--readonly input:hover {
  background-color: var(--clr-grey90);
}

.tk-form-input--readonly label {
  color: var(--clr-grey60);
  pointer-events: none;
  padding-left: 0;
}

.tk-form-input--label-left {
  grid-template-columns: auto 1fr;
  grid-template-areas: "label input";
  display: grid;
}

.tk-form-input--label-left:has(.tk-form__hint) {
  grid-template-areas: "label input"
                       ". hint";
}

.tk-form-input--label-left label {
  grid-area: label;
  align-self: center;
  padding-inline: 8px 4px;
}

.tk-form-input--label-left input, .tk-form-input--label-left .tk-form__wrapper {
  grid-area: input;
}

.tk-form-input--label-none label {
  display: none;
}

.tk-form-input--selected input {
  border-color: var(--clr-secondary);
  outline: none;
}

.tk-form-input--has-value .tk-form__wrapper label, .tk-form-input--focus .tk-form__wrapper label, .tk-form-input--disabled .tk-form__wrapper label {
  font-family: var(--typ-bodyextrasmall-family);
  font-size: var(--typ-bodyextrasmall-size);
  font-weight: var(--typ-bodyextrasmall-weight);
  line-height: var(--typ-bodyextrasmall-line-height);
  height: auto;
  transform: translate(0);
  padding-left: 8px !important;
}

.tk-form-input--hint-suffix .tk-form__hint {
  justify-content: flex-end;
}

.tk-form-input--icon-prefix .tk-form__wrapper input {
  border-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  order: 2;
  padding-left: 4px;
}

.tk-form-input--icon-prefix .tk-form__wrapper > [class^="tk-icon"] {
  pointer-events: none;
  left: 0;
}

.tk-form-input--icon-prefix .tk-form__wrapper > .tk-form__addon {
  border: var(--bor-transp);
  border-top-left-radius: var(--rad-001);
  border-bottom-left-radius: var(--rad-001);
  background-color: var(--input-form-bg);
  border-right: none;
  order: 1;
}

.tk-form-input--icon-suffix .tk-form__wrapper input {
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  order: 2;
  padding-right: 4px;
}

.tk-form-input--icon-suffix .tk-form__wrapper > [class^="tk-icon"] {
  pointer-events: none;
  right: 0;
}

.tk-form-input--icon-suffix .tk-form__wrapper > .tk-form__addon {
  border: var(--bor-transp);
  border-top-right-radius: var(--rad-001);
  border-bottom-right-radius: var(--rad-001);
  background-color: var(--input-form-bg);
  border-left: none;
  order: 3;
}

.tk-form-input--light input {
  background-color: var(--clr-grey90);
  color: var(--clr-black);
}

.tk-form-input--light input:hover, .tk-form-input--light input:hover ~ .tk-form__addon {
  background-color: var(--clr-grey85);
}

.tk-form-input--light input:active, .tk-form-input--light input:active ~ .tk-form__addon {
  background-color: var(--clr-grey70);
}

.tk-form-input--light input:focus {
  border-color: var(--clr-secondary);
  outline: none;
}

.tk-form-input--light input:focus ~ .tk-form__addon {
  border-color: var(--clr-secondary);
}

.tk-form-list-item {
  height: 36px;
  font-family: var(--typ-bodysmall-family);
  font-size: var(--typ-bodysmall-size);
  font-weight: var(--typ-bodysmall-weight);
  line-height: var(--typ-bodysmall-line-height);
  cursor: pointer;
  background: none;
  border: 0;
  outline: none;
  flex-direction: column;
  justify-content: center;
  row-gap: 2px;
  padding-inline: 12px;
  transition: background-color .2s ease-in-out, color .2s ease-in-out;
  display: flex;
}

.tk-form-list-item:hover {
  background-color: var(--clr-grey95);
  color: var(--clr-black);
}

.tk-form-list-item:active {
  background-color: var(--clr-grey90);
}

.tk-form-list-item:disabled, .tk-form-list-item--disabled {
  background-color: var(--clr-grey90);
  color: var(--clr-grey60);
  cursor: not-allowed;
}

.tk-form-list-item__icon {
  display: flex;
}

.tk-form-list-item__icon i[class^="tk-icon"]:before {
  font-size: 16px;
}

.tk-form-list-item__sub-label {
  font-family: var(--typ-bodyextrasmall-family);
  font-size: var(--typ-bodyextrasmall-size);
  font-weight: var(--typ-bodyextrasmall-weight);
  line-height: var(--typ-bodyextrasmall-line-height);
  color: var(--clr-grey60);
}

.tk-form-list-item--selected {
  background-color: var(--clr-secondary);
  color: var(--clr-white);
}

.tk-form-list-item--selected .tk-form-list-item__sub-label {
  color: var(--clr-grey85);
}

.tk-form-list-item--has-icon {
  flex-direction: row;
  align-items: center;
  column-gap: 8px;
}

.tk-form-list-item--has-sub-label {
  height: 48px;
}

.tk-form-list-item--size-s {
  height: 28px;
  padding-inline: 8px;
}

.tk-form-radio {
  flex-direction: column;
  gap: 4px;
  display: flex;
}

.tk-form-radio label {
  cursor: pointer;
  color: var(--clr-black);
  column-gap: 8px;
  display: flex;
  position: relative;
}

.tk-form-radio label:before {
  content: "";
  box-sizing: border-box;
  border: var(--bor-transp);
  background-color: var(--clr-grey90);
  border-radius: 50%;
  min-width: 20px;
  max-width: 20px;
  height: 20px;
}

.tk-form-radio label:after {
  content: "";
  background-color: var(--clr-transparent);
  border-radius: 50%;
  min-width: 14px;
  max-width: 14px;
  height: 14px;
  position: absolute;
  top: 3px;
  left: 3px;
}

.tk-form-radio label:hover:after {
  background-color: var(--clr-grey70);
}

.tk-form-radio input {
  display: none;
}

.tk-form-radio input:checked + label:after {
  background-color: var(--clr-secondary);
}

.tk-form-radio input:disabled + label {
  color: var(--clr-grey70);
  cursor: not-allowed;
}

.tk-form-radio input:disabled + label:before {
  background-color: var(--clr-grey90);
}

.tk-form-radio input:disabled + label:after {
  background-color: var(--clr-transparent);
}

.tk-form-radio input:checked:disabled + label:after {
  background-color: var(--clr-grey70) !important;
}

.tk-form-radio--size-s label:before {
  min-width: 16px;
  max-width: 16px;
  height: 16px;
}

.tk-form-radio--size-s label:after {
  min-width: 10px;
  max-width: 10px;
  height: 10px;
  top: 3px;
  left: 3px;
}

.tk-form-range-slider {
  grid-template-areas: "from to"
                       "slider slider";
  gap: 8px;
  display: grid;
}

.tk-form-range-slider .tk-form-input {
  text-align: right;
}

.tk-form-range-slider__from {
  grid-area: from;
}

.tk-form-range-slider__to {
  grid-area: to;
}

.tk-form-range-slider__slider {
  grid-area: slider;
  margin-inline: 8px;
}

.tk-form-range-slider__slider .tk-rangeslider-handle {
  transition: background-color .2s ease-in-out;
}

.tk-form-range-slider__slider .tk-rangeslider-handle:hover {
  background-color: var(--clr-information);
}

:root {
  --select-form-bg: var(--clr-grey90);
}

.tk-form-select {
  flex-direction: column;
  row-gap: 4px;
  display: flex;
  position: relative;
}

.tk-form-select label {
  font-family: var(--typ-bodysmall-family);
  font-size: var(--typ-bodysmall-size);
  font-weight: var(--typ-bodysmall-weight);
  line-height: var(--typ-bodysmall-line-height);
  color: var(--clr-black);
  padding-inline: 12px 8px;
}

.tk-form-select select {
  font-family: var(--typ-body-family);
  font-size: var(--typ-body-size);
  font-weight: var(--typ-body-weight);
  line-height: var(--typ-body-line-height);
  border: var(--bor-transp);
  border-radius: var(--rad-001);
  height: 36px;
  color: var(--clr-black);
  appearance: none;
  background: url("chevron-down.1180bbde.svg") right 4px center / 16px no-repeat;
  background-color: var(--select-form-bg);
  flex-grow: 1;
  min-width: 0;
  padding-inline: 12px 24px;
}

.tk-form-select select option {
  background-color: var(--clr-white);
  color: var(--clr-black);
  font-family: var(--typ-body-family);
  font-size: var(--typ-body-size);
  font-weight: var(--typ-body-weight);
  line-height: var(--typ-body-line-height);
}

.tk-form-select select option:disabled {
  color: var(--clr-grey70);
}

.tk-form-select select:hover {
  background-color: var(--clr-grey85);
}

.tk-form-select select:focus {
  color: var(--clr-white);
  outline: none;
  background-color: var(--clr-secondary) !important;
}

.tk-form-select select:active {
  background-color: var(--clr-grey70);
  color: var(--clr-black);
  outline: none;
}

.tk-form-select select:disabled {
  color: var(--clr-grey70);
  background-color: var(--clr-grey90);
  cursor: not-allowed;
}

.tk-form-select select:disabled:hover {
  background-color: var(--clr-grey90);
}

.tk-form-select--responsive select {
  max-width: 36px;
}

.tk-form-select--responsive .tk-form__wrapper:after {
  content: var(--tk-icon-sort);
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
  border: var(--bor-001);
  background-color: var(--clr-white);
  pointer-events: none;
  direction: ltr;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  font-family: tk-icons !important;
}

.tk-form-select--label-left {
  grid-template-columns: auto 1fr;
  grid-template-areas: "label input";
  display: grid;
}

.tk-form-select--label-left label {
  grid-area: label;
  align-items: center;
  padding-inline: 8px 4px;
  display: flex;
}

.tk-form-select--label-left select, .tk-form-select--label-left .tk-form__wrapper {
  grid-area: input;
}

.tk-form-select--label-none label {
  display: none;
}

.tk-form-select--hint-suffix .tk-form__hint {
  justify-content: flex-end;
}

.tk-form-select--icon-prefix .tk-form__wrapper select {
  border-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  order: 2;
}

.tk-form-select--icon-prefix .tk-form__wrapper label {
  padding-left: 28px;
}

.tk-form-select--icon-prefix .tk-form__wrapper > [class^="tk-icon"] {
  left: 0;
}

.tk-form-select--icon-prefix .tk-form__wrapper > .tk-form__addon {
  border-left: var(--bor-001);
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  order: 1;
}

.tk-form-select--icon-suffix .tk-form__wrapper select {
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  order: 2;
}

.tk-form-select--icon-suffix .tk-form__wrapper > [class^="tk-icon"] {
  right: 0;
}

.tk-form-select--icon-suffix .tk-form__wrapper > .tk-form__addon {
  border-right: var(--bor-001);
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  order: 3;
}

.tk-form-select--size-s select {
  height: 28px;
  padding-inline: 8px 4px;
}

.tk-form-select--size-s label {
  font-family: var(--typ-bodyextrasmall-family);
  font-size: var(--typ-bodyextrasmall-size);
  font-weight: var(--typ-bodyextrasmall-weight);
  line-height: var(--typ-bodyextrasmall-line-height);
  padding-inline: 8px 4px;
}

.tk-selection {
  visibility: hidden;
  height: 38px;
  display: none;
}

.tk-selection__toggles {
  background-color: var(--clr-grey90);
  border: var(--bor-001);
  border-radius: var(--rad-001);
  grid-column: 1 / -1;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  gap: 1px;
  height: 38px;
  display: grid;
  overflow: hidden;
}

.tk-selection--loaded {
  visibility: visible;
  display: block;
}

.tk-form-switch {
  align-items: center;
  padding-bottom: 4px;
  display: flex;
}

.tk-form-switch label {
  cursor: pointer;
  font-family: var(--typ-bodysmall-family);
  font-size: var(--typ-bodysmall-size);
  font-weight: var(--typ-bodysmall-weight);
  line-height: var(--typ-bodysmall-line-height);
  color: var(--clr-black);
  grid-template-rows: auto 24px;
  grid-template-columns: repeat(2, auto);
  grid-template-areas: "label"
                       "bar";
  row-gap: 8px;
  margin-inline: 8px 4px;
  display: grid;
  position: relative;
}

.tk-form-switch label:before {
  content: "";
  background-color: var(--clr-grey90);
  border-radius: 8px;
  order: 2;
  grid-area: bar;
  align-self: center;
  width: 40px;
  height: 14px;
  transition: background-color .2s ease-in-out;
}

.tk-form-switch label:after {
  content: "";
  background-color: var(--clr-grey60);
  border-radius: 50%;
  width: 24px;
  height: 24px;
  transition: transform .2s ease-in-out;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateX(0);
}

.tk-form-switch input {
  display: none;
}

.tk-form-switch input:checked + label:before {
  background-color: var(--clr-grey90);
}

.tk-form-switch input:checked + label:after {
  background-color: var(--clr-information);
  transform: translateX(16px);
}

.tk-form-switch input:disabled + label {
  cursor: not-allowed;
}

.tk-form-switch input:disabled + label:before {
  background-color: var(--clr-grey90);
}

.tk-form-switch input:disabled + label:after {
  background-color: var(--clr-grey70);
}

.tk-form-switch--label-left {
  padding-top: 4px;
}

.tk-form-switch--label-left label {
  align-items: center;
  gap: 0 8px;
  height: 24px;
  display: flex;
}

.tk-form-switch--label-left label:after {
  right: 0;
  left: unset;
  transform: translateX(-16px);
}

.tk-form-switch--label-left input:checked + label:after {
  transform: translateX(0);
}

.tk-form-switch--label-none {
  padding-top: 4px;
}

.tk-form-switch--label-none label {
  color: #0000;
  grid-template-rows: 24px;
  grid-template-areas: "bar";
  gap: 0;
  font-size: 0;
}

.tk-form-switch--size-s label {
  font-family: var(--typ-bodyextrasmall-family);
  font-size: var(--typ-bodyextrasmall-size);
  font-weight: var(--typ-bodyextrasmall-weight);
  line-height: var(--typ-bodyextrasmall-line-height);
  grid-template-rows: auto 20px;
}

.tk-form-switch--size-s label:before {
  width: 36px;
}

.tk-form-switch--size-s label:after {
  width: 20px;
  height: 20px;
}

.tk-form-switch--size-s.tk-form-switch--label-left label {
  height: 20px;
}

.tk-form-switch--size-s.tk-form-switch--label-none label {
  grid-template-rows: 20px;
}

.tk-form-textarea {
  flex-direction: column;
  row-gap: 4px;
  display: flex;
  position: relative;
}

.tk-form-textarea label {
  font-family: var(--typ-bodysmall-family);
  font-size: var(--typ-bodysmall-size);
  font-weight: var(--typ-bodysmall-weight);
  line-height: var(--typ-bodysmall-line-height);
  color: var(--clr-black);
  padding-inline: 12px 8px;
}

.tk-form-textarea textarea {
  font-family: var(--typ-body-family);
  font-size: var(--typ-body-size);
  font-weight: var(--typ-body-weight);
  line-height: var(--typ-body-line-height);
  border: var(--bor-transp);
  border-radius: var(--rad-001);
  background-color: var(--clr-grey90);
  flex-grow: 1;
  height: auto;
  min-height: 36px;
  padding: 4px 8px 4px 12px;
}

.tk-form-textarea textarea::placeholder {
  color: var(--clr-grey70);
}

.tk-form-textarea textarea ~ .tk-form__addon {
  background-color: var(--clr-grey90);
}

.tk-form-textarea textarea:hover, .tk-form-textarea textarea:hover ~ .tk-form__addon {
  background-color: var(--clr-grey85);
}

.tk-form-textarea textarea:active, .tk-form-textarea textarea:active ~ .tk-form__addon {
  background-color: var(--clr-grey70);
}

.tk-form-textarea textarea:focus {
  border-color: var(--clr-secondary);
  outline: none;
}

.tk-form-textarea textarea:focus ~ .tk-form__addon {
  border-color: var(--clr-secondary);
}

.tk-form-textarea textarea:disabled {
  color: var(--clr-grey70);
  border-color: var(--clr-transparent);
  background-color: var(--clr-grey90);
  cursor: not-allowed;
}

.tk-form-textarea textarea:disabled + label {
  color: var(--clr-grey60);
  cursor: not-allowed;
}

.tk-form-textarea textarea:disabled ~ .tk-form__addon {
  border-color: var(--clr-transparent);
  background-color: var(--clr-grey90);
  color: var(--clr-grey70);
}

.tk-form-textarea--disabled textarea {
  color: var(--clr-grey70);
  border-color: var(--clr-transparent);
  background-color: var(--clr-grey90);
  cursor: not-allowed;
}

.tk-form-textarea--disabled textarea + .tk-form__addon {
  background-color: var(--clr-grey90);
  cursor: not-allowed;
}

.tk-form-textarea--disabled textarea:hover {
  background-color: var(--clr-grey90);
}

.tk-form-textarea--disabled label {
  color: var(--clr-grey60) !important;
  cursor: not-allowed !important;
}

.tk-form-textarea--readonly {
  gap: 0;
}

.tk-form-textarea--readonly textarea {
  color: var(--clr-grey70);
  border-color: var(--clr-transparent);
  background-color: var(--clr-grey90);
  pointer-events: none;
  resize: none;
  padding-left: 0;
  overflow: hidden;
}

.tk-form-textarea--readonly textarea + .tk-form__addon, .tk-form-textarea--readonly textarea:hover {
  background-color: var(--clr-grey90);
}

.tk-form-textarea--readonly label {
  color: var(--clr-grey60);
  pointer-events: none;
  padding-left: 0;
}

.tk-form-textarea--label-left {
  grid-template-columns: auto 1fr;
  grid-template-areas: "label input";
  display: grid;
}

.tk-form-textarea--label-left label {
  grid-area: label;
  align-self: start;
  align-items: center;
  min-height: 36px;
  padding: 4px 8px 4px 12px;
  display: flex;
}

.tk-form-textarea--label-left textarea, .tk-form-textarea--label-left .tk-form__wrapper {
  grid-area: input;
}

.tk-form-textarea--label-none {
  grid-template-columns: auto;
  grid-template-areas: "input";
  display: grid;
}

.tk-form-textarea--label-none label {
  display: none;
}

.tk-form-textarea--label-none textarea, .tk-form-textarea--label-none .tk-form__wrapper {
  grid-area: input;
}

.tk-form-textarea--hint-suffix .tk-form__hint {
  justify-content: flex-end;
}

.tk-form-textarea--icon-suffix .tk-form__wrapper textarea {
  padding-right: 28px;
}

.tk-form-textarea--icon-suffix .tk-form__wrapper > [class^="tk-icon"] {
  pointer-events: none;
  bottom: 0;
  right: 0;
}

.tk-form-textarea--icon-suffix .tk-form__wrapper > [class^="tk-icon"]:before {
  font-size: 16px;
}

.tk-form-textarea--icon-suffix .tk-form__wrapper > .tk-form__addon {
  border: 0;
  position: absolute;
  bottom: 0;
  right: 0;
}

.tk-form-textarea--size-s textarea {
  min-height: 28px;
  padding: 2px 4px 2px 8px;
}

.tk-form-textarea--size-s label {
  font-family: var(--typ-bodyextrasmall-family);
  font-size: var(--typ-bodyextrasmall-size);
  font-weight: var(--typ-bodyextrasmall-weight);
  line-height: var(--typ-bodyextrasmall-line-height);
  padding-inline: 8px 4px;
}

.tk-form-textarea--size-s.tk-form-textarea--label-left label {
  min-height: 28px;
  padding: 2px 4px 2px 8px;
}

.tk-form-toggle {
  display: flex;
}

.tk-form-toggle label {
  background-color: var(--clr-white);
  cursor: pointer;
  border-radius: var(--rad-001);
  justify-content: center;
  align-items: center;
  column-gap: 4px;
  width: 100%;
  height: 36px;
  padding-inline: 12px;
  display: flex;
}

.tk-form-toggle label > i[class^="tk-icon"] {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  font-size: 1.25rem;
  display: flex;
}

.tk-form-toggle label:hover {
  background-color: var(--clr-secondary);
  color: var(--clr-white);
}

.tk-form-toggle label:active {
  background-color: var(--clr-black);
  color: var(--clr-white);
}

.tk-form-toggle label .active, .tk-form-toggle input {
  display: none;
}

.tk-form-toggle input:checked + label {
  background-color: var(--clr-secondary) !important;
  color: var(--clr-white) !important;
}

.tk-form-toggle input:checked + label .active {
  display: flex;
}

.tk-form-toggle input:checked + label .inactive {
  display: none;
}

.tk-form-toggle input:disabled + label {
  cursor: not-allowed;
  background-color: var(--clr-grey90) !important;
  color: var(--clr-grey70) !important;
}

.tk-form-toggle--only-icon label {
  width: 36px;
  max-width: 36px;
  padding: 0 !important;
}

.tk-form-toggle--size-s label {
  height: 28px;
  padding-inline: 8px;
}

.tk-form-toggle--size-s label > i[class^="tk-icon"] {
  width: 16px;
  height: 16px;
  font-size: 1rem;
}

.tk-form-toggle--size-s.tk-form-toggle--only-icon label {
  width: 28px;
  max-width: 28px;
}

.tk-form-toggle--extended .tk-form-toggle__label {
  flex-direction: row;
  justify-content: start;
  column-gap: 12px;
  height: auto;
  min-height: 36px;
  padding: 16px 24px;
  display: flex;
}

.tk-form-toggle--extended .tk-form-toggle__label p {
  white-space: normal;
}

.tk-form-toggle-group {
  background-color: var(--clr-white);
  border: 1px solid var(--clr-grey90);
  border-radius: 2px;
  gap: 1px;
  display: flex;
}

.tk-form-toggle-group .tk-form-toggle label {
  border-radius: 0;
}

.tk-form-toggle-group .tk-form-toggle:first-child label {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

.tk-form-toggle-group .tk-form-toggle:last-child label {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

.tk-form-zipcity {
  width: 100%;
  display: inline-block;
  position: relative;
}

.tk-form-zipcity__list {
  background: var(--clr-white);
  border: var(--bor-001);
  z-index: 9;
  flex-direction: column;
  width: 100%;
  height: fit-content;
  max-height: 126px;
  margin-top: 68px;
  display: flex;
  position: absolute;
  left: 0;
  overflow: auto;
}

.tk-form-zipcity__list .tk-form-list-item {
  flex: none;
}

.tk-form-zipcity__list .tk-form-list-item:focus {
  background-color: var(--clr-grey95);
}

.tk-form-zipcity__list .tk-form-list-item .tk-form__label {
  display: flex;
}

.tk-form-material {
  z-index: 1;
}

.tk-form-material label {
  z-index: 2;
  transition: transform .25s ease-in-out, margin .25s ease-in-out, color .25s ease-in-out, align .25s ease-in-out, padding .25s ease-in-out;
  transform: translateX(0)translateY(0);
}

.tk-form-material select {
  transition: font-size 0s ease-in-out .25s;
}

.tk-form-material--label-inside label {
  pointer-events: none;
  transform: translateX(0)translateY(calc(50% + 22px));
}

.tk-form-material--label-inside.tk-form-material.tk-form-select select {
  font-size: 0;
  transition: font-size ease-in-out;
}

.tk-form-material--label-inside.tk-form-material.tk-form-select--focussed label {
  color: var(--clr-white);
}

.tk-form-material--number label {
  width: fit-content;
}

.tk-form-material--loaded {
  visibility: visible !important;
}

.tk-form-material.tk-form-input--size-s.tk-form-material--label-inside label, .tk-form-material.tk-form-select--size-s.tk-form-material--label-inside label, .tk-form-material.tk-form-textarea--size-s.tk-form-material--label-inside label {
  transform: translateX(0)translateY(calc(50% + 18px));
}

tk-form-element[data-tk-is-material] {
  visibility: hidden;
}

:root {
  --search-input-bg: var(--clr-grey90);
  --search-selection-bg: var(--clr-transparent);
  --search-selection-color: var(--clr-black);
  --search-option-bg: var(--clr-white);
  --search-option-color: var(--clr-black);
}

.tk-search input[type="search"]::-webkit-search-cancel-button {
  display: none;
}

.tk-search__input {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  display: flex;
  position: relative;
}

@media (width >= 992px) {
  .tk-search__input {
    width: 420px;
  }
}

.tk-search__input select, .tk-search__input button {
  cursor: pointer;
  appearance: none;
  background-color: var(--search-selection-bg);
  color: var(--search-selection-color);
}

.tk-search__input select:hover, .tk-search__input button:hover {
  background-color: var(--clr-grey85);
}

.tk-search__input select:active, .tk-search__input button:active {
  background-color: var(--clr-grey70);
}

.tk-search__input select:active.tk-search__button--submit, .tk-search__input button:active.tk-search__button--submit {
  border-left: none;
  border-right: none;
}

.tk-search__input select:focus, .tk-search__input button:focus {
  outline: none;
}

.tk-search__input select option, .tk-search__input button option {
  background-color: var(--search-option-bg);
  color: var(--search-option-color);
}

.tk-search__input input {
  font-family: var(--typ-body-family);
  font-size: var(--typ-body-size);
  font-weight: var(--typ-body-weight);
  line-height: var(--typ-body-line-height);
  border: var(--bor-transp);
  border-radius: var(--rad-001);
  background-color: var(--search-input-bg);
  flex-grow: 1;
  height: 36px;
  padding-inline: 12px 32px;
}

.tk-search__input input .tk-search--active {
  padding-inline-start: 32px;
}

@media (width >= 992px) {
  .tk-search__input input .tk-search--active {
    padding-inline: 12px 60px;
  }
}

.tk-search__input input:hover {
  background-color: var(--clr-grey85);
}

.tk-search__input input:hover::placeholder {
  color: var(--clr-black);
}

.tk-search__input input:hover > * {
  background-color: var(--clr-grey85);
}

.tk-search__input input:active {
  background-color: var(--clr-grey70);
}

.tk-search__input input:active::placeholder {
  color: var(--clr-black);
}

.tk-search__input input:focus {
  outline: none;
}

.tk-search__input input:not(:placeholder-shown) + .tk-search__actions--suffix .tk-search__button--reset {
  display: block;
}

.tk-search--dark .tk-search__input select, .tk-search--dark .tk-search__input button {
  color: var(--clr-grey85);
  background-color: var(--clr-transparent);
}

.tk-search--dark .tk-search__input select option, .tk-search--dark .tk-search__input button option {
  background-color: var(--clr-white);
  color: var(--clr-black);
}

.tk-search--dark .tk-search__input input {
  color: var(--clr-grey85);
  background-color: rgba(var(--clr-white-rgb), .1);
}

.tk-search--dark .tk-search__input input:hover {
  border-color: var(--clr-white);
}

.tk-search--dark .tk-search__input input:hover::placeholder {
  color: var(--clr-grey85);
}

.tk-search--dark .tk-search__input input:hover > * {
  background-color: var(--clr-grey85);
}

.tk-search--dark .tk-search__input input:active {
  border-color: var(--clr-grey60);
}

.tk-search--dark .tk-search__input input:active::placeholder, .tk-search--dark .tk-search__button-dropdown-wrapper:after {
  color: var(--clr-grey85);
}

.tk-search__actions--prefix {
  z-index: 1;
  padding-left: 4px;
  display: flex;
  position: absolute;
  left: 0;
}

.tk-search__actions--suffix {
  gap: 8px;
  padding-right: 4px;
  display: flex;
  position: absolute;
  right: 0;
}

.tk-search__button {
  background-color: var(--clr-transparent);
  color: var(--clr-black);
  cursor: pointer;
  border: none;
  flex: auto;
  justify-content: space-between;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
}

.tk-search__button--back, .tk-search__button--reset {
  display: none;
}

.tk-search__button--submit {
  margin-left: -5px;
  display: block;
}

.tk-search__button > [class^="tk-icon"] {
  align-items: center;
  display: flex;
  font-size: 16px !important;
}

.tk-search__button-dropdown {
  text-overflow: ellipsis;
  border: none;
  width: 110px;
  padding-inline: 12px 28px;
  display: flex;
}

.tk-search__button-dropdown-wrapper {
  border-left: var(--bor-001);
  border-right: var(--bor-001);
  display: flex;
  position: relative;
}

.tk-search__button-dropdown-wrapper:after {
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
  content: var(--tk-icon-expand-more);
  pointer-events: none;
  direction: ltr;
  align-items: center;
  height: 100%;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  display: flex;
  position: absolute;
  right: 7px;
  font-family: tk-icons !important;
}

.tk-search__result-conatiner {
  display: contents;
}

.tk-search__result {
  font-family: var(--typ-body-family);
  font-size: var(--typ-body-size);
  font-weight: var(--typ-body-weight);
  line-height: var(--typ-body-line-height);
  border-radius: var(--rad-003);
  max-height: calc(var(--fullheight, 100vh)  - 36px);
  grid-template-rows: 0fr;
  grid-template-areas: "section3"
                       "section1"
                       "section2";
  padding: 12px;
  padding-block: 16px 24px;
  transition: grid-template-rows .2s ease-out, border-block .5s ease-out;
  display: none;
  position: absolute;
  overflow: auto;
}

@media (width >= 992px) {
  .tk-search__result {
    width: 1000px;
    max-height: calc(var(--fullheight, 100vh)  - 56px);
    grid-template-areas: "title title"
                         "section3 section1"
                         "section3 section2";
    column-gap: 12px;
    padding: 64px;
  }
}

.tk-search__result h6 {
  grid-area: title;
  display: none;
}

@media (width >= 992px) {
  .tk-search__result h6 {
    display: block;
  }
}

.tk-search__result-title {
  font-family: var(--typ-bodybold-family);
  font-size: var(--typ-bodybold-size);
  font-weight: var(--typ-bodybold-weight);
  line-height: var(--typ-bodybold-line-height);
  padding-inline: 8px;
}

.tk-search__result-list {
  margin-block-start: 8px;
}

.tk-search__result-list--categories {
  padding: 0 8px;
  list-style-type: none;
}

.tk-search__result-list--categories ul {
  margin: 0;
  padding-inline-start: 0;
}

.tk-search__result-list--categories li {
  font-family: var(--typ-bodysmall-family);
  font-size: var(--typ-bodysmall-size);
  font-weight: var(--typ-bodysmall-weight);
  line-height: var(--typ-bodysmall-line-height);
  align-items: center;
  min-height: 28px;
  padding-block: 8px;
  display: flex;
}

.tk-search__result-list--categories li a {
  width: 100%;
  display: block;
}

.tk-search__result--section1 {
  grid-area: section1;
}

.tk-search__result--section1 .tk-search-item-link--more-results {
  margin-inline: 8px;
}

.tk-search__result--section2 {
  grid-area: section2;
}

.tk-search__result--section3 {
  flex-direction: column;
  grid-area: section3;
  display: flex;
}

@media (width >= 576px) {
  .tk-search__result--section3 {
    border-right: var(--bor-001);
    row-gap: 24px;
  }
}

.tk-search__result--section4 {
  grid-area: section4;
}

.tk-search__result--section5 {
  grid-area: section5;
}

.tk-search__result--section6 {
  grid-area: section6;
}

.tk-search__keybinds {
  grid-area: keybinds;
  align-items: center;
  column-gap: 12px;
  padding-inline: 8px;
  display: none;
}

.tk-search__grid {
  grid-area: grid;
  grid-template-columns: 1fr;
  display: none;
}

.tk-search__loading-bar {
  grid-area: loadingBar;
  display: none;
}

.tk-search--has-data .tk-search__result {
  z-index: 9;
  background-color: var(--clr-white);
  grid-template-rows: 1fr;
  position: relative;
  top: 0;
}

@media (width >= 992px) {
  .tk-search--has-data .tk-search__result {
    box-shadow: var(--sdw-001);
    grid-template-columns: 1fr 2fr;
  }
}

.tk-search--has-data .tk-search__keybinds {
  height: 16px;
  display: flex;
}

.tk-search--has-data .tk-search__grid {
  display: grid;
}

.tk-search--has-data .tk-search--active .tk-search__result {
  display: grid !important;
}

.tk-search--active {
  background-color: var(--clr-white);
  z-index: 1000;
  width: 100%;
  min-height: var(--fullheight, 100vh);
  flex-direction: column;
  align-items: stretch;
  padding-inline: 4px;
  display: flex;
  position: absolute;
  top: 4px;
  left: 0;
}

.tk-search--active .tk-search__input {
  width: 100%;
}

.tk-search--active .tk-search__input input {
  padding-inline: 32px;
}

@media (width >= 992px) {
  .tk-search--active .tk-search__input {
    width: 420px;
  }

  .tk-search--active .tk-search__input input {
    padding-inline: 12px 32px;
  }
}

.tk-search--active .tk-search__button--back {
  display: block;
}

.tk-search--active .tk-search__button--submit {
  display: none;
}

.tk-search--active .tk-search__button-dropdown-wrapper {
  border-right: none;
}

@media (width >= 992px) {
  .tk-search--active {
    min-height: auto;
    padding-inline: 0;
    position: relative;
    top: 0;
  }

  .tk-search--active .tk-search__button--back {
    display: none;
  }

  .tk-search--active .tk-search__button--submit {
    display: block;
  }

  .tk-search--active .tk-search__button-dropdown-wrapper {
    border-right: var(--bor-001);
  }
}

.tk-search--active .tk-search__result {
  gap: 48px;
  min-height: 32px;
  display: grid;
}

@media (width >= 992px) {
  .tk-search--active .tk-search__result {
    position: absolute;
    top: 44px;
  }
}

.tk-search--quick-order {
  z-index: 10;
  width: 100%;
}

@media (width >= 320px) {
  .tk-search--quick-order {
    width: auto;
  }
}

.tk-search--quick-order .tk-search__result {
  grid-template-columns: 1fr;
  grid-template-areas: "grid"
                       "keybinds";
  row-gap: 8px;
  width: 100%;
  position: static;
}

@media (width >= 576px) {
  .tk-search--quick-order .tk-search__result {
    position: absolute;
  }
}

.tk-search--quick-order .tk-search__actions--prefix {
  display: block;
}

@media (width >= 576px) {
  .tk-search--quick-order .tk-search__actions--prefix {
    display: none;
  }
}

.tk-search--quick-order .tk-search__input {
  width: 36px;
}

.tk-search--quick-order .tk-search__input input {
  border-radius: var(--rad-001);
  padding: 0;
  font-size: 0;
}

@media (width >= 576px) {
  .tk-search--quick-order .tk-search__input input {
    font-size: var(--typ-body-size);
    border-radius: var(--rad-002);
    padding-inline: 12px 32px;
  }

  .tk-search--quick-order .tk-search__input {
    min-width: 400px;
  }
}

.tk-search--quick-order .tk-search__input input:placeholder-shown {
  text-overflow: ellipsis;
}

.tk-search--quick-order .tk-search__input input::placeholder {
  color: var(--clr-grey60);
}

.tk-search--quick-order .tk-search__actions--suffix {
  pointer-events: none;
}

@media (width >= 576px) {
  .tk-search--quick-order .tk-search__actions--suffix {
    pointer-events: unset;
  }
}

.tk-search--quick-order.tk-search--active {
  width: 100%;
  height: var(--fullheight, 100vh);
  background-color: var(--clr-white);
  min-height: auto;
  padding-block: 12px;
  padding-inline: 16px;
  position: fixed;
  top: 0;
}

@media (width >= 576px) {
  .tk-search--quick-order.tk-search--active {
    background-color: #0000;
    width: auto;
    height: auto;
    padding: 0;
    position: relative;
  }
}

.tk-search--quick-order.tk-search--active .tk-search__input {
  width: 100%;
}

.tk-search--quick-order.tk-search--active .tk-search__input input {
  font-size: var(--typ-body-size);
  border-radius: var(--rad-002);
  padding-inline: 32px;
}

@media (width >= 576px) {
  .tk-search--quick-order.tk-search--active .tk-search__input input {
    padding-inline: 12px 32px;
  }
}

.tk-search--quick-order.tk-search--active .tk-search__result {
  padding-inline: 0;
  top: 4px;
}

@media (width >= 576px) {
  .tk-search--quick-order.tk-search--active .tk-search__result {
    padding-inline: 12px;
    top: 44px;
  }
}

.tk-search--quick-order.tk-search--active .tk-search__button--submit {
  display: flex;
}

@media (width >= 576px) {
  .tk-search--quick-order.tk-search--has-data .tk-search__result {
    background-color: var(--clr-white);
    box-shadow: var(--sdw-001);
  }
}

.tk-search--loading .tk-search__result {
  background-color: var(--clr-white);
  box-shadow: none;
  grid-template-areas: "loadingBar"
                       "keybinds";
}

@media (width >= 576px) {
  .tk-search--loading .tk-search__result {
    box-shadow: var(--sdw-001);
  }
}

.tk-search--loading .tk-search__grid {
  display: none;
}

.tk-search--loading .tk-search__loading-bar {
  display: block;
}

.tk-search--loading .tk-search__keybinds {
  display: flex;
}

.tk-search-item-link {
  text-decoration: none;
  display: block;
  color: var(--clr-black) !important;
}

.tk-search-item-link--more-results {
  height: auto;
  min-height: unset;
  margin-top: 8px;
  color: var(--clr-information) !important;
}

.tk-search-item-link--more-results .tk-search__result-list--categories {
  margin-left: 0;
}

@media (width >= 576px) {
  .tk-search [data-tk-quick-order-submit] {
    display: none !important;
  }
}

.tk-keybind {
  align-items: center;
  column-gap: 4px;
  display: flex;
}

.tk-keybind__icon {
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 12px;
  display: flex;
}

.tk-keybind__icon > svg {
  width: 12px;
  height: 12px;
  fill: var(--clr-grey70);
}

.tk-keybind__label {
  color: var(--clr-grey70);
  font-family: var(--typ-bodyextrasmall-family);
  font-size: var(--typ-bodyextrasmall-size);
  font-weight: var(--typ-bodyextrasmall-weight);
  line-height: var(--typ-bodyextrasmall-line-height);
}

.searchTerm {
  font-family: var(--typ-bodybold-family);
  font-size: var(--typ-bodybold-size);
  font-weight: var(--typ-bodybold-weight);
  line-height: var(--typ-bodybold-line-height);
  display: inline !important;
}

dialog {
  box-shadow: var(--sdw-003);
  border: 0;
  border-radius: 8px;
  padding: 32px;
}

dialog::backdrop {
  backdrop-filter: blur(10px);
}

dialog:focus-visible {
  outline: none;
}

tk-dialog {
  display: contents;
}

.tk-dialog {
  z-index: 1000;
  max-height: 90vh;
}

.tk-dialog:not(dialog) {
  display: none;
}

.tk-dialog__close {
  position: absolute;
  top: 8px;
  right: 8px;
}

.tk-dialog__close:hover {
  background-color: #0000;
  border-color: #0000;
}

.tk-dialog__close:hover:before {
  background-color: var(--clr-secondary);
  color: var(--clr-white);
}

.tk-dialog__close:before {
  content: var(--tk-icon-cross);
  top: unset;
  left: unset;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
  direction: ltr;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  transition: background-color .2s ease-in-out, border-color .2s ease-in-out, color .2s ease-in-out;
  display: inline-block;
  font-family: tk-icons !important;
}

.tk-dialog__inner {
  max-width: 420px;
  min-height: 400px;
}

.tk-dialog__inner--no-max-width {
  max-width: 100%;
}

.tk-dialog__inner--min-content {
  width: min-content;
  max-width: 100%;
}

.tk-dialog__description {
  margin: 0;
}

.tk-dialog__footer {
  justify-content: flex-start;
  gap: 8px;
  margin-top: 16px;
  display: flex;
}

.tk-dialog__footer--no-margin {
  margin-top: unset;
}

.tk-dialog--popup {
  margin: 0;
}

.tk-dialog--open {
  background-color: var(--clr-white);
  width: 100%;
  height: 100%;
  box-shadow: var(--sdw-003);
  z-index: 100;
  border-radius: 8px;
  padding: 32px;
  position: fixed;
  inset: 0;
  overflow: auto;
  display: block !important;
}

.tk-dialog--open .tk-dialog__inner {
  background-color: var(--clr-white);
}

.tk-dialog--open:before {
  content: "";
  backdrop-filter: blur(4px);
  z-index: -1;
  background: #0000001a;
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0;
}

.tk-dialog--fullscreen {
  border-radius: 0;
  width: 100%;
  height: 100%;
}

.tk-dialog--fullscreen .tk-dialog__inner {
  max-width: unset;
  min-width: 100%;
  height: 100%;
}

.tk-dialog--fullwidth {
  border-radius: 0;
  width: 100%;
  max-height: 100%;
}

.tk-dialog--fullwidth .tk-dialog__inner {
  max-width: unset;
  min-width: 100%;
  height: 100%;
}

.tk-dialog--max-width .tk-dialog__footer {
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  display: grid;
}

@media (width >= 576px) {
  .tk-dialog--max-width .tk-dialog__inner {
    min-width: 420px;
  }

  .tk-dialog--max-width .tk-dialog__footer {
    display: flex;
  }
}

.tk-dialog--responsive, .tk-dialog--responsive .tk-dialog__inner {
  width: fit-content;
  max-width: 100%;
}

.tk-dialog--div {
  width: fit-content;
  height: fit-content;
  margin: auto;
  padding: 0;
}

.tk-dialog--div .tk-dialog__inner {
  background-color: var(--clr-white);
  padding: 24px;
}

@media (width >= 576px) {
  .tk-dialog--div .tk-dialog__inner {
    padding: 32px;
  }
}

.tk-dialog--autoheight .tk-dialog__inner {
  min-height: auto !important;
}

.tk-dialog--contact {
  border-radius: 36px;
  width: fit-content;
  height: fit-content;
  margin: auto;
  padding: 0;
}

.tk-dialog--contact .tk-dialog__inner {
  width: 100%;
  max-width: 700px;
  height: 100%;
  box-shadow: var(--sdw-003);
  border-radius: 36px;
  grid-template: "header"
                 "body" 1fr
                 "footer"
                 / 1fr;
  padding: 72px 48px;
  display: grid;
}

@media (width >= 576px) {
  .tk-dialog--contact .tk-dialog__inner {
    width: 500px;
  }
}

.tk-dialog--contact .tk-dialog__header {
  grid-area: header;
}

.tk-dialog--contact .tk-dialog__body {
  grid-area: body;
  padding-top: 0;
  overflow: auto;
}

.tk-dialog--contact .tk-dialog__footer {
  grid-area: footer;
  justify-content: flex-end;
  align-items: center;
  padding-block: 36px;
  padding-inline: 36px;
}

.tk-tabs-tab {
  --bor-003: $ tab-border-width solid var(--clr-grey90);
  flex-direction: column;
  gap: 16px;
  display: flex;
}

.tk-tabs-tab__head {
  display: flex;
}

.tk-tabs-tab__content {
  animation: 1s fadeEffect;
  display: none;
}

.tk-tabs-tab__item {
  background-color: var(--clr-transparent);
  height: 36px;
  font-size: var(--typ-body-size);
  line-height: var(--typ-body-size);
  cursor: pointer;
  color: var(--clr-grey60);
  border: none;
  outline: 0;
  justify-content: center;
  align-items: center;
  column-gap: 4px;
  padding-inline: 16px;
  text-decoration: none;
  transition: background-color .2s ease-in-out, border-color .2s ease-in-out, color .2s ease-in-out;
  display: flex;
  position: relative;
  overflow: hidden;
}

.tk-tabs-tab__item:before {
  content: "";
  background-color: var(--clr-transparent);
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.tk-tabs-tab__item:hover {
  color: var(--clr-grey60);
}

.tk-tabs-tab__item:hover:before {
  background-color: var(--clr-grey90);
}

.tk-tabs-tab__item:active {
  color: var(--clr-grey60);
}

.tk-tabs-tab__item:active:before {
  background-color: var(--clr-grey70);
}

.tk-tabs-tab--active.tk-tabs-tab__content {
  display: block;
}

.tk-tabs-tab--active.tk-tabs-tab__item {
  color: var(--clr-black);
}

.tk-tabs-tab--active.tk-tabs-tab__item:before {
  background-color: var(--clr-secondary);
}

.tk-tabs-tab--animation-off .tk-tabs-tab__content {
  animation: none;
}

.tk-tabs-tab--toggle .tk-tabs-tab__head {
  gap: 8px;
  overflow: scroll;
}

.tk-tabs-tab--toggle .tk-tabs-tab__head .tk-button {
  white-space: nowrap;
}

.tk-tabs-tab--toggle .tk-tabs-tab--active.tk-button {
  background-color: var(--clr-black);
  border-color: var(--clr-black);
  color: var(--clr-white);
}

.tk-tabs-tab__item--size-s {
  height: 28px;
  font-size: var(--typ-bodysmall-size);
  line-height: var(--typ-bodysmall-size);
  padding-inline: 16px;
}

.tk-tabs-tab__item--size-l {
  height: 36px;
  font-size: var(--typ-body-size);
  line-height: var(--typ-body-size);
  padding-inline: 16px;
}

.tk-tabs-accordion {
  min-width: 240px;
  display: block;
}

.tk-tabs-accordion__head {
  cursor: pointer;
  border-top: var(--bor-001);
  justify-content: space-between;
  align-items: center;
  height: 48px;
  padding-left: 16px;
  padding-right: 8px;
  display: flex;
}

.tk-tabs-accordion__head--no-border {
  border-top: none;
}

.tk-tabs-accordion__head:hover {
  background: var(--clr-grey95);
}

.tk-tabs-accordion__head:active {
  background: var(--clr-grey90);
}

.tk-tabs-accordion__head i[class^="tk-icon-"] {
  align-items: center;
  height: 48px;
  font-size: 24px;
  display: flex;
}

.tk-tabs-accordion__head--link {
  color: var(--clr-white);
  border: unset;
  background-color: #0000;
  border-top: 1px solid;
  width: 100%;
  text-decoration: none;
  pointer-events: all !important;
  font-weight: 400 !important;
}

.tk-tabs-accordion__head--link:visited, .tk-tabs-accordion__head--link:link {
  color: var(--clr-white);
}

.tk-tabs-accordion__body {
  will-change: auto;
  grid-template-rows: 0fr;
  transition: grid-template-rows .2s ease-out;
  display: grid;
}

.tk-tabs-accordion__content {
  white-space: normal;
  overflow: hidden;
}

.tk-tabs-accordion--active .tk-tabs-accordion__body {
  grid-template-rows: 1fr;
}

.tk-tabs-accordion--dark {
  color: var(--clr-white);
}

.tk-tabs-accordion--dark .tk-tabs-accordion__head {
  border-color: var(--clr-grey85);
}

.tk-tabs-accordion--dark .tk-tabs-accordion__head:hover {
  color: var(--clr-grey85);
  background: var(--clr-transparent);
}

.tk-tabs-accordion--dark .tk-tabs-accordion__head:active {
  color: var(--clr-grey60);
  background: var(--clr-transparent);
}

.tk-tabs-accordion--icon-scroll-with {
  position: relative;
}

.tk-tabs-accordion--icon-scroll-with .tk-tabs-accordion__head {
  padding-inline: 0;
}

.tk-tabs-accordion--icon-scroll-with .tk-tabs-accordion__head i[class^="tk-icon-"] {
  padding-right: 8px;
  position: sticky;
  right: 0;
}

.tk-tabs-accordion--icon-scroll-with .tk-tabs-accordion__label {
  padding-left: 16px;
  position: sticky;
  left: 0;
}

.tk-tabs-accordion--search .tk-tabs-accordion__head {
  border-top: none;
  padding-left: 8px;
  padding-right: 0;
}

@keyframes fadeEffect {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.tk-static-content {
  hyphens: auto;
  display: block;
  position: relative;
}

.tk-static-content__button {
  z-index: 10;
  width: 36px;
  padding: 0;
  position: absolute;
  top: 4px;
  right: 4px;
}

.tk-static-content__button .tk-button__label {
  display: none;
}

.tk-static-content-editor {
  grid-template: "head"
                 "body" 1fr
                 "footer"
                 / 1fr;
  row-gap: 16px;
  height: 100%;
  display: grid;
}

.tk-static-content-editor__head {
  grid-area: head;
}

.tk-static-content-editor__body {
  grid-area: body;
}

.tk-static-content-editor__body .tox-tinymce {
  height: 100% !important;
}

.tk-static-content-editor__body .tox-edit-area__iframe {
  padding: 16px;
}

.tk-static-content-editor__footer {
  grid-area: footer;
  justify-content: flex-end;
  gap: 16px;
  display: flex;
}

.tk-flag {
  height: 24px;
  color: var(--clr-black);
  font-family: var(--typ-bodyextrasmall-family);
  font-size: var(--typ-bodyextrasmall-size);
  font-weight: var(--typ-bodyextrasmall-weight);
  line-height: var(--typ-bodyextrasmall-line-height);
  justify-content: flex-end;
  align-items: stretch;
  gap: 4px;
  display: flex;
}

.tk-flag__item {
  border-radius: var(--rad-001);
  background: var(--clr-primary);
  align-items: center;
  gap: 4px;
  padding-inline: 8px;
  display: flex;
}

.tk-flag__item .tk-flag__icon {
  height: 12px;
  display: flex;
}

.tk-flag__item .tk-flag__icon svg {
  width: 12px;
  height: 12px;
  fill: var(--clr-black);
}

.tk-flag__item--summarized {
  justify-content: center;
  width: 24px;
  padding-inline: 0;
}

.tk-flag__item--has-link {
  position: relative;
}

.tk-flag__link {
  position: absolute;
  inset: 0;
}

.tk-flag--only-icon .tk-flag__label {
  display: none;
}

.tk-flag--only-icon .tk-flag__label--overwrite {
  display: block;
}

.tk-flag--only-icon .tk-flag__item {
  justify-content: center;
  width: 24px;
  padding-inline: 0;
}

.tk-flag--only-label .tk-flag__icon {
  display: none;
}

.tk-stock {
  align-items: center;
  gap: 8px;
  display: flex;
  position: relative;
}

.tk-stock__icon {
  border-radius: var(--rad-circle);
  justify-content: center;
  align-items: center;
  min-width: 20px;
  max-width: 20px;
  min-height: 20px;
  max-height: 20px;
  display: flex;
}

.tk-stock__icon svg {
  width: 12px;
  height: 12px;
  fill: var(--clr-white);
}

.tk-stock__label {
  font-family: var(--typ-body-family);
  font-size: var(--typ-body-size);
  font-weight: var(--typ-body-weight);
  line-height: var(--typ-body-line-height);
  white-space: nowrap;
  width: 100%;
}

.tk-stock__label span:last-of-type {
  margin-left: 1rem;
}

.tk-stock__tooltip {
  width: 110%;
  height: 100%;
  display: flex;
  position: absolute;
  border-bottom: 0 !important;
}

.tk-stock__location {
  grid-template-columns: auto 1fr;
  grid-template-areas: "name name"
                       "value unit";
  gap: 4px;
  display: grid;
}

.tk-stock__name {
  grid-area: name;
}

.tk-stock__value {
  grid-area: value;
}

.tk-stock__unit {
  grid-area: unit;
}

.tk-stock--order svg {
  width: 20px;
  height: 20px;
  fill: var(--clr-grey70);
}

.tk-stock--on-stock .tk-stock__icon {
  background: var(--clr-success);
}

.tk-stock--less-stock .tk-stock__icon {
  background: var(--clr-warning);
}

.tk-stock--less-stock .tk-stock__icon svg {
  fill: var(--clr-black);
}

.tk-stock--out-stock .tk-stock__icon {
  background: var(--clr-white);
  border: 1px solid var(--clr-black);
}

.tk-stock--out-stock .tk-stock__icon svg {
  fill: var(--clr-black);
}

.tk-stock--na-stock .tk-stock__icon {
  background: var(--clr-error);
}

.tk-stock--call-stock .tk-stock__icon {
  background: var(--clr-grey70);
}

.tk-stock--disable-name.tk-stock__location {
  grid-template-areas: "value unit";
}

.tk-stock--disable-name .tk-stock__name {
  display: none;
}

.tk-stock--small .tk-stock__label {
  font-family: var(--typ-bodysmall-family);
  font-size: var(--typ-bodysmall-size);
  font-weight: var(--typ-bodysmall-weight);
  line-height: var(--typ-bodysmall-line-height);
}

.tk-stock-control {
  min-width: 192px;
}

.tk-carousel {
  grid-template-columns: 1fr auto 1fr;
  grid-template-areas: "track track track";
  justify-items: center;
  display: grid;
}

@media (width >= 992px) {
  .tk-carousel {
    grid-template-areas: "track track track"
                         "prev pagination next";
  }
}

.tk-carousel:not(.is-overflow) {
  grid-template-areas: "track track track";
}

.tk-carousel:not(.is-overflow) .tk-carousel__arrows {
  display: none !important;
}

.tk-carousel__track {
  text-align: center;
  grid-area: track;
  width: 100%;
  padding-block: 32px;
}

.tk-carousel__item img {
  object-fit: cover;
  max-width: 100%;
  display: block;
}

.tk-carousel__item span {
  background-color: var(--clr-black);
  opacity: .8;
  color: #fff;
  text-align: left;
  justify-content: center;
  align-items: center;
  height: 4rem;
  min-height: 4rem;
  padding: 1rem;
  font-size: small;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.tk-carousel__arrows {
  width: 100%;
  display: none;
}

@media (width >= 992px) {
  .tk-carousel__arrows {
    display: contents;
  }
}

.tk-carousel__arrow {
  width: 0;
  height: 36px;
  position: inherit;
  visibility: hidden;
  color: var(--clr-black);
  opacity: 1;
  background: none;
  border: 1px solid #0000;
  border-radius: 2px;
  transform: none;
}

@media (width >= 576px) {
  .tk-carousel__arrow {
    visibility: visible;
    width: 36px;
  }
}

.tk-carousel__arrow svg {
  display: none;
}

.tk-carousel__arrow:hover {
  border: 1px solid var(--clr-grey90);
}

.tk-carousel__arrow:active {
  border: 1px solid var(--clr-grey90);
  background-color: var(--clr-grey90);
}

.tk-carousel__arrow:disabled {
  border: 1px solid var(--clr-grey85);
  background-color: var(--clr-grey90);
  color: var(--clr-grey60);
  cursor: not-allowed;
}

.tk-carousel__arrow--prev, .tk-carousel__arrow--next {
  position: static;
}

.tk-carousel__arrow--prev:after, .tk-carousel__arrow--next:after {
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
  direction: ltr;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  display: inline-block;
  font-family: tk-icons !important;
}

.tk-carousel__arrow--prev {
  grid-area: prev;
  justify-self: end;
}

.tk-carousel__arrow--prev:after {
  content: var(--tk-icon-chevron-left);
}

.tk-carousel__arrow--next {
  grid-area: next;
  justify-self: start;
}

.tk-carousel__arrow--next:after {
  content: var(--tk-icon-chevron-right);
}

.tk-carousel__pagination {
  grid-area: pagination;
  column-gap: 8px;
  margin: 0;
  list-style: none;
  position: absolute;
  bottom: 0;
}

.tk-carousel__pagination li {
  height: 100%;
  margin-inline: 4px;
  display: inline-flex;
}

.tk-carousel__pagination-page {
  cursor: pointer;
  opacity: 1;
  background: none;
  outline: none;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin: 0;
  display: flex;
}

.tk-carousel__pagination-page:before {
  content: "";
  box-sizing: border-box;
  background-color: var(--clr-transparent);
  border: 1px solid var(--clr-black);
  border-radius: 4px;
  flex: 0 0 8px;
  width: 8px;
  height: 8px;
  padding: 0;
  transition: background-color .2s ease-in-out;
  display: block;
}

.tk-carousel__pagination-page:hover:before {
  background-color: var(--clr-black);
}

.tk-carousel .splide__pagination__page.is-active {
  background: none;
  transform: none;
}

.tk-carousel .splide__pagination__page.is-active:before {
  background: var(--clr-black);
}

.tk-carousel--media-slider {
  min-height: 246px;
  position: relative;
}

.tk-carousel--media-slider .tk-carousel__track {
  padding-block: 0;
}

.tk-carousel--media-slider .tk-carousel__item img {
  width: 100%;
  height: 246px;
}

.tk-carousel--media-slider .tk-carousel__arrows {
  background-color: rgba(var(--clr-white-rgb), .5);
  backdrop-filter: blur(2px);
  border-radius: var(--rad-002);
  z-index: 1;
  grid-template-columns: repeat(3, auto);
  grid-template-areas: "prev pagination next";
  width: auto;
  display: grid;
  position: absolute;
  bottom: -40px;
}

.tk-carousel--media-slider .tk-carousel__arrow:hover {
  border: unset;
}

.tk-carousel--media-slider .tk-carousel__arrow:active {
  border: unset;
  background-color: unset;
}

.tk-carousel--media-slider .tk-carousel__arrow:disabled {
  border: unset;
  background-color: unset;
  color: unset;
  cursor: unset;
}

.tk-carousel--loaded .tk-carousel__pagination {
  position: relative;
}

.tk-brand {
  background-color: var(--clr-transparent);
  border-radius: var(--rad-002);
  width: 100%;
  min-width: 240px;
  height: 108px;
  box-shadow: var(--sdw-001);
  padding: 4px;
}

.tk-brand__link {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  min-height: 100%;
  display: flex;
}

.tk-brand__logo {
  border: none;
  max-height: 100px;
  display: flex;
}

.tk-brand__logo img {
  object-fit: contain;
  max-width: 100%;
  display: block;
}

.tk-brand__label {
  display: contents;
}

.tk-brand:hover {
  box-shadow: var(--sdw-003);
}

.tk-brand:active {
  box-shadow: var(--sdw-002);
}

.tk-brand--only-logo .tk-brand__label {
  display: none;
}

.tk-brand--link-disabled .tk-brand__link {
  pointer-events: none;
}

.tk-brand--link-disabled:hover, .tk-brand--link-disabled:active {
  box-shadow: var(--sdw-001);
}

.tk-brand__slider-titles {
  align-items: center;
  gap: 16px;
  display: flex;
}

.tk-header {
  background-color: var(--clr-white);
  border-bottom: 1px solid var(--clr-grey85);
  grid-template-rows: repeat(2, auto);
  grid-template-columns: 1fr;
  grid-template-areas: "top"
                       "bottom";
  place-content: center space-between;
  width: 100%;
  padding-block: 12px;
  display: grid;
}

.tk-header--basket {
  height: 60px !important;
  padding-block: 8px !important;
}

@media (width >= 576px) {
  .tk-header--basket {
    height: auto !important;
  }
}

@media (width >= 992px) {
  .tk-header--basket {
    height: 80px !important;
  }
}

@media (width >= 576px) {
  .tk-header {
    grid-template-columns: auto auto 1fr auto;
    grid-template-areas: "navigation brand search account";
    align-items: center;
    column-gap: 32px;
    height: auto;
    margin-bottom: 0;
    padding-inline: 32px;
  }
}

@media (width >= 992px) {
  .tk-header {
    grid-template-columns: auto 1fr 1fr auto;
    grid-template-areas: "brand search . account";
    height: 80px;
  }
}

.tk-header__brand {
  grid-area: brand;
  display: flex;
}

.tk-header__brand img {
  object-fit: contain;
  width: 100%;
  height: 32px;
  padding-block: 8px;
  display: block;
}

@media (width >= 992px) {
  .tk-header__brand img {
    height: 48px;
    padding-block: 12px;
  }
}

.tk-header__search {
  grid-area: search;
  width: 100%;
}

.tk-header__navigation {
  grid-area: navigation;
}

@media (width >= 992px) {
  .tk-header__navigation {
    display: none;
  }
}

.tk-header__account {
  grid-area: account;
  align-items: center;
  column-gap: 8px;
  display: flex;
}

.tk-header__title {
  font-family: var(--typ-bodybold-family);
  font-size: var(--typ-bodybold-size);
  font-weight: var(--typ-bodybold-weight);
  line-height: var(--typ-bodybold-line-height);
}

@media (width >= 576px) {
  .tk-header__title {
    font-family: var(--typ-body-family);
    font-size: var(--typ-body-size);
    font-weight: var(--typ-body-weight);
    line-height: var(--typ-body-line-height);
  }
}

.tk-header__top {
  background-color: var(--clr-white);
  z-index: 16;
  grid-area: top;
  grid-template-columns: minmax(32px, 64px) 1fr;
  grid-template-areas: "brand search";
  column-gap: 32px;
  padding-inline: 16px;
  display: grid;
}

@media (width >= 576px) {
  .tk-header__top {
    display: contents;
  }
}

.tk-header__bottom {
  transform-origin: top;
  z-index: 15;
  background-color: var(--clr-white);
  grid-area: bottom;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-block: 12px;
  padding-inline: 16px;
  transition: all .2s ease-in-out;
  display: flex;
}

@media (width >= 576px) {
  .tk-header__bottom {
    display: contents;
  }
}

.tk-header__inner {
  width: 100%;
  max-width: var(--viewport-width);
  grid-template-rows: repeat(2, auto);
  grid-template-columns: 1fr;
  grid-template-areas: "top"
                       "bottom";
  place-content: center space-between;
  column-gap: 8px;
  padding-top: 16px;
  display: grid;
}

@media (width >= 576px) {
  .tk-header__inner {
    padding-inline: 32px;
    grid-template-columns: auto auto 1fr auto;
    grid-template-areas: "navigation brand search account";
    align-items: center;
    column-gap: 32px;
    min-height: 80px;
    margin-bottom: 0;
    padding-top: 0;
  }
}

@media (width >= 992px) {
  .tk-header__inner {
    grid-template-columns: auto 1fr 1fr auto;
    grid-template-areas: "brand search . account";
    padding-inline: 36px;
  }
}

.tk-header--sticky {
  z-index: 15;
  position: sticky;
  top: 0;
}

.tk-header--back, .tk-header--close {
  justify-content: space-between;
  align-items: center;
  column-gap: 8px;
  height: 48px;
  margin-bottom: 0;
  display: flex;
}

@media (width >= 320px) {
  .tk-header--back, .tk-header--close {
    height: 68px;
  }
}

@media (width >= 768px) {
  .tk-header--back, .tk-header--close {
    height: 80px;
  }
}

.tk-header--back .tk-header__inner, .tk-header--close .tk-header__inner {
  justify-content: space-between;
  align-items: center;
  column-gap: 16px;
  height: 48px;
  padding: 0;
  padding-inline: 16px;
  display: flex;
}

@media (width >= 320px) {
  .tk-header--back .tk-header__inner, .tk-header--close .tk-header__inner {
    column-gap: 32px;
    height: 68px;
    padding-inline: 32px;
  }
}

@media (width >= 768px) {
  .tk-header--back .tk-header__inner, .tk-header--close .tk-header__inner {
    column-gap: 36px;
    height: 80px;
    padding-inline: 36px;
  }
}

.tk-header--back .tk-header__inner:nth-child(3), .tk-header--close .tk-header__inner:nth-child(3) {
  justify-self: end;
}

.tk-header--fullwidth {
  justify-content: center;
  width: 100vw;
  max-width: 100vw;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 0;
  display: flex;
  position: relative;
  left: 50%;
  right: 50%;
}

.tk-header--context, .tk-header--steps {
  background: linear-gradient(90deg, var(--clr-black) 0%, var(--clr-secondary) 50%, var(--clr-black) 100%);
  color: var(--clr-white);
  border: none;
  min-height: 72px;
  padding-inline: 16px;
  transition: all .2s ease-in-out;
}

@media (width >= 576px) {
  .tk-header--context, .tk-header--steps {
    padding-inline: 0;
  }
}

.tk-header--context .tk-header__inner, .tk-header--steps .tk-header__inner {
  padding-bottom: 16px;
}

@media (width >= 576px) {
  .tk-header--context .tk-header__inner, .tk-header--steps .tk-header__inner {
    padding-top: 16px;
  }
}

.tk-header--context .tk-header__inner {
  grid-gap: 8px;
  grid-template-columns: 1fr;
  grid-template-areas: "location"
                       "actions";
}

@media (width >= 768px) {
  .tk-header--context .tk-header__inner {
    grid-gap: 0;
    grid-template-columns: 1fr max-content;
    grid-template-areas: "location actions";
  }
}

.tk-header--steps .tk-header__inner {
  gap: 16px;
  justify-content: unset;
  display: flex;
}

@media (width >= 576px) {
  .tk-header--steps .tk-header__inner {
    gap: 32px;
  }
}

.tk-header__step {
  align-items: center;
  gap: 12px;
  display: flex;
}

.tk-header__step:link, .tk-header__step:visited, .tk-header__step:hover {
  color: var(--clr-white);
}

.tk-header__step:hover .tk-header__indicator {
  border-color: var(--clr-grey70);
  background-color: var(--clr-grey70);
  color: var(--clr-white);
}

.tk-header__step:active {
  color: var(--clr-white);
}

.tk-header__step:active .tk-header__indicator {
  border-color: var(--clr-grey60);
  background-color: var(--clr-grey60);
  color: var(--clr-white);
}

.tk-header__step .tk-header__indicator {
  border-color: var(--clr-success);
  background-color: var(--clr-success);
  color: var(--clr-white);
}

.tk-header__step--active {
  font-family: var(--typ-bodybold-family);
  font-size: var(--typ-bodybold-size);
  font-weight: var(--typ-bodybold-weight);
  line-height: var(--typ-bodybold-line-height);
  color: var(--clr-white) !important;
}

.tk-header__step--active .tk-header__indicator {
  border-color: var(--clr-primary);
  background-color: var(--clr-primary);
  color: var(--clr-black);
}

.tk-header__step--active .tk-header__label {
  display: block;
}

.tk-header__step--disabled {
  color: var(--clr-grey70);
}

.tk-header__step--disabled .tk-header__indicator {
  border-color: var(--clr-grey60);
  background-color: rgba(var(--clr-white), .1);
  color: var(--clr-grey85);
}

.tk-header__step--disabled:hover, .tk-header__step--disabled:active {
  color: var(--clr-grey70);
}

.tk-header__step--disabled:hover .tk-header__indicator, .tk-header__step--disabled:active .tk-header__indicator {
  border-color: var(--clr-grey60);
  background-color: rgba(var(--clr-white), .1);
  color: var(--clr-grey85);
}

.tk-header__indicator {
  font-family: var(--typ-bodysmallbold-family);
  font-size: var(--typ-bodysmallbold-size);
  font-weight: var(--typ-bodysmallbold-weight);
  line-height: var(--typ-bodysmallbold-line-height);
  min-width: 24px;
  height: 24px;
  color: var(--clr-grey85);
  border: 1px solid var(--clr-grey60);
  background-color: rgba(var(--clr-white-rgb), .1);
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tk-header__label {
  display: none;
}

@media (width >= 576px) {
  .tk-header__label {
    display: block;
  }
}

.tk-header__location {
  grid-area: location;
  grid-template-columns: 1fr;
  gap: 8px 16px;
  width: 100%;
  display: grid;
  overflow: hidden;
}

@media (width >= 768px) {
  .tk-header__location {
    grid-template-columns: auto auto;
    width: max-content;
  }
}

.tk-header__location .tk-button {
  justify-content: start;
  max-width: 100%;
  overflow: hidden;
}

.tk-header__actions {
  grid-area: actions;
  align-items: center;
  gap: 8px;
  display: flex;
}

@media (width >= 768px) {
  .tk-header__actions {
    gap: 16px;
  }
}

.tk-header__actions > * {
  flex-grow: 1;
}

.tk-header__actions button {
  width: 100%;
}

.tk-footer {
  background: var(--clr-black);
  width: 100%;
  color: var(--clr-white);
  grid-template: "first"
                 "second"
                 "third"
                 "fourth"
                 "bottom"
                 / 1fr;
  padding: 24px;
  display: grid;
}

@media (width >= 576px) {
  .tk-footer {
    grid-template-rows: auto auto 1fr auto;
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: "first fourth"
                         "second fourth"
                         "third fourth"
                         "bottom bottom";
    column-gap: 16px;
    padding: 32px;
  }
}

@media (width >= 992px) {
  .tk-footer {
    grid-template-columns: repeat(4, 1fr);
    grid-template-areas: "first second third fourth"
                         "bottom bottom bottom bottom";
    column-gap: 16px;
    padding: 36px;
  }

  .tk-footer .tk-tabs-accordion__head {
    pointer-events: none;
    font-family: var(--typ-bodybold-family);
    font-size: var(--typ-bodybold-size);
    font-weight: var(--typ-bodybold-weight);
    line-height: var(--typ-bodybold-line-height);
    border-top: 0;
  }

  .tk-footer .tk-tabs-accordion__head i {
    display: none;
  }

  .tk-footer .tk-tabs-accordion__body {
    grid-template-rows: 1fr;
  }
}

.tk-footer ul {
  flex-direction: column;
  align-items: flex-start;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.tk-footer address {
  color: var(--clr-white);
  font-style: normal;
}

.tk-footer a[href^="tel:"], .tk-footer a[href^="mail"] {
  color: var(--clr-white);
  text-decoration: none;
}

.tk-footer__first-column {
  grid-area: first;
  margin-top: 24px;
}

@media (width >= 576px) {
  .tk-footer__first-column {
    margin-top: 0;
  }
}

.tk-footer__second-column {
  grid-area: second;
}

.tk-footer__third-column {
  grid-area: third;
}

.tk-footer__fourth-column {
  grid-area: fourth;
}

.tk-footer__bottom {
  border-top: 1px solid var(--clr-grey60);
  flex-wrap: wrap;
  grid-area: bottom;
  grid-template-columns: auto 1fr;
  grid-template-areas: "socials legals"
                       "brand brand";
  justify-content: space-between;
  align-items: center;
  margin-top: 24px;
  padding-top: 24px;
  display: grid;
}

@media (width >= 768px) {
  .tk-footer__bottom {
    grid-template-columns: 1fr auto 1fr;
    grid-template-areas: "socials brand legals";
    margin-top: 32px;
    padding-top: 32px;
  }
}

@media (width >= 992px) {
  .tk-footer__bottom {
    margin-top: 36px;
    padding-top: 36px;
  }
}

.tk-footer__socials {
  order: 1;
  display: flex;
}

.tk-footer__socials .tk-button__icon {
  width: 24px;
  height: 24px;
  color: var(--clr-primary);
}

.tk-footer__socials .tk-button__icon > i[class^="tk-icon"] {
  width: 24px;
  height: 24px;
}

.tk-footer__legals {
  grid-area: legals;
  justify-content: end;
  display: flex;
}

.tk-footer__legals ul {
  flex-direction: row;
  gap: 8px;
}

@media (width >= 768px) {
  .tk-footer__legals ul {
    gap: 24px;
  }
}

.tk-footer__brand {
  order: 3;
  grid-area: brand;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 16px;
  display: flex;
}

@media (width >= 576px) {
  .tk-footer__brand {
    order: 2;
    width: auto;
    margin-top: 0;
  }
}

.tk-footer__brand-link {
  flex-direction: column;
  row-gap: 1px;
  text-decoration: none;
  display: flex;
}

.tk-footer__brand-link:link, .tk-footer__brand-link:visited {
  text-decoration: none;
}

.tk-footer__brand-label {
  color: var(--clr-white);
  font-size: .5rem;
  font-weight: 600;
  line-height: 10px;
}

.tk-footer__brand-logo {
  width: 100%;
  display: block;
}

.tk-footer__content {
  font-family: var(--typ-body-family);
  font-size: var(--typ-body-size);
  font-weight: var(--typ-body-weight);
  line-height: var(--typ-body-line-height);
  padding: 16px;
}

@media (width >= 992px) {
  .tk-footer__content {
    padding-top: 0;
  }

  .tk-footer__content > :not(ul) {
    padding-top: 4px;
  }
}

.tk-footer__staticcontent > .tk-static-content {
  margin-top: 0;
  padding-top: 0;
}

.tk-footer__inner {
  max-width: var(--viewport-width);
  grid-template: "second"
                 "third"
                 "fourth"
                 "first"
                 "bottom"
                 / 1fr;
  width: 100%;
  padding: 16px;
  display: grid;
}

@media (width >= 576px) {
  .tk-footer__inner {
    grid-template-rows: auto auto 1fr auto;
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: "first second"
                         "first third"
                         "first fourth"
                         "bottom bottom";
    column-gap: 16px;
    padding: 32px;
  }
}

@media (width >= 992px) {
  .tk-footer__inner {
    grid-template-columns: repeat(4, 1fr);
    grid-template-areas: "first second third fourth"
                         "bottom bottom bottom bottom";
    column-gap: 16px;
  }
}

.tk-footer__description {
  column-gap: 24px;
  display: flex;
}

.tk-footer__item {
  border-right: 1px solid var(--clr-grey60);
  flex-direction: column;
  align-items: flex-end;
  padding-right: 24px;
  display: none;
}

.tk-footer__item:last-child {
  border-right: none;
  padding-right: 0;
}

@media (width >= 992px) {
  .tk-footer__item {
    display: flex;
  }
}

.tk-footer__item--dimension {
  grid-template-columns: 1fr auto;
  grid-template-areas: "value selection"
                       "label selection";
  column-gap: 8px;
  padding-right: 12px;
  display: grid;
}

.tk-footer__item--dimension .tk-footer__value {
  text-align: right;
  grid-area: value;
}

.tk-footer__item--dimension .tk-footer__label {
  text-align: right;
  grid-area: label;
}

.tk-footer__item--dimension .tk-footer__context-menu {
  grid-area: selection;
  align-self: center;
}

.tk-footer__label {
  font-family: var(--typ-bodysmall-family);
  font-size: var(--typ-bodysmall-size);
  font-weight: var(--typ-bodysmall-weight);
  line-height: var(--typ-bodysmall-line-height);
  color: var(--clr-grey70);
}

.tk-footer__value {
  font-family: var(--typ-bodybold-family);
  font-size: var(--typ-bodybold-size);
  font-weight: var(--typ-bodybold-weight);
  line-height: var(--typ-bodybold-line-height);
}

.tk-footer__actions {
  align-items: center;
  column-gap: 16px;
  display: flex;
}

.tk-footer__summary {
  align-items: center;
  column-gap: 24px;
  display: flex;
}

.tk-footer__languages {
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row !important;
}

.tk-footer__languages li {
  align-items: center;
  column-gap: 4px;
  display: flex;
}

.tk-footer__languages li:after {
  content: "";
  background-color: var(--clr-grey50);
  width: 1px;
  height: 16px;
  margin-right: 4px;
}

.tk-footer__languages li:last-child:after {
  content: none;
}

.tk-footer--floating {
  background: linear-gradient(90deg, var(--clr-black) 0%, var(--clr-secondary) 50%, var(--clr-black) 100%);
  color: var(--clr-white);
  box-shadow: var(--sdw-001);
  border-radius: var(--rad-002);
  border: 1px solid var(--clr-primary);
  padding: 0;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  padding-block: 16px;
  display: flex;
}

.tk-footer--floating .tk-footer__inner {
  width: 100%;
  max-width: var(--viewport-width);
  justify-content: space-between;
  align-items: center;
  column-gap: 24px;
  padding: 0;
  padding-inline: 16px;
  display: flex;
}

.tk-footer--basket {
  z-index: 10;
  margin-inline: 0;
  border-radius: 0;
  width: auto;
  margin-bottom: 0;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

@media (width >= 576px) {
  .tk-footer--basket {
    border-radius: var(--rad-002);
    left: unset;
    right: unset;
    margin-bottom: 16px;
    position: sticky;
  }
}

@media (width >= 768px) {
  .tk-footer--basket {
    margin-inline: -8px;
  }
}

.tk-footer--fixed {
  z-index: 10;
  white-space: nowrap;
  width: auto;
  position: fixed;
  bottom: 0;
  left: 50%;
  translate: -50%;
}

.tk-footer--sticky {
  z-index: 10;
  position: sticky;
  bottom: 0;
}

.tk-footer--fullwidth {
  justify-content: center;
  width: 100vw;
  max-width: 100vw;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 0;
  display: flex;
  position: relative;
  left: 50%;
  right: 50%;
}

.tk-footer--checkout {
  z-index: 10;
  position: sticky;
}

@media (width <= 576px) {
  .tk-footer--checkout {
    margin-inline: -16px;
    border-radius: 0;
    width: calc(100% + 32px);
    margin-bottom: 0;
  }

  .tk-footer--checkout .tk-footer__inner {
    flex-direction: column-reverse;
    row-gap: 8px;
  }

  .tk-footer--checkout .tk-footer__inner .tk-button {
    width: 100%;
  }

  .tk-footer--checkout .tk-footer__actions {
    flex-direction: column-reverse;
    row-gap: 8px;
    width: 100%;
  }
}

@media (width >= 576px) {
  .tk-footer--checkout {
    bottom: 16px;
  }
}

@media (width >= 992px) {
  .tk-footer--checkout {
    bottom: unset;
  }
}

.tk-breadcrumb nav {
  display: flex;
}

.tk-breadcrumb ul {
  column-gap: 4px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  overflow: auto visible;
}

.tk-breadcrumb {
  width: 100%;
}

.tk-breadcrumb-item {
  white-space: nowrap;
  align-items: center;
  column-gap: 4px;
  height: 32px;
  transition: color .2s ease-in-out;
  display: flex;
}

.tk-breadcrumb-item a {
  color: var(--clr-grey60);
  text-decoration: none;
  transition: color .2s ease-in-out;
}

.tk-breadcrumb-item:after {
  content: var(--tk-icon-chevron-right);
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
  width: 20px;
  height: 20px;
  color: var(--clr-grey60);
  direction: ltr;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  display: flex;
  font-family: tk-icons !important;
}

.tk-breadcrumb-item:hover, .tk-breadcrumb-item:hover a {
  color: var(--clr-black);
}

.tk-breadcrumb-item--active {
  font-family: var(--typ-bodybold-family);
  font-size: var(--typ-bodybold-size);
  font-weight: var(--typ-bodybold-weight);
  line-height: var(--typ-bodybold-line-height);
  color: var(--clr-black);
}

.tk-breadcrumb-item--active:after {
  content: none;
}

.tk-nav-burger-header {
  cursor: pointer;
  background: none;
  background-color: inherit;
  z-index: 999;
  width: 24px;
  height: 24px;
  color: var(--clr-black);
  border: 0;
  border-radius: 99px;
  outline: none;
  justify-content: center;
  align-items: center;
  padding: 4px;
  display: flex;
  position: sticky;
  top: 0;
}

@media (width >= 992px) {
  .tk-nav-burger-header {
    display: none;
  }
}

.tk-nav-burger-header:before {
  content: var(--tk-icon-menu);
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
  width: 20px;
  height: 20px;
  color: var(--clr-black);
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  font-size: inherit;
  direction: ltr;
  justify-content: center;
  align-items: center;
  display: flex;
  font-family: tk-icons !important;
}

.tk-nav-burger-header__label {
  font-family: var(--typ-h5-family);
  font-weight: var(--typ-h5-weight);
  line-height: var(--typ-h5-line-height);
  font-size: var(--typ-h5-size);
  margin: 0;
  font-size: 20px;
  display: none;
}

.tk-nav-burger-header:hover {
  background-color: var(--clr-grey90);
}

.tk-nav-burger-header:active {
  background-color: var(--clr-grey85);
}

.tk-nav-burger-header--selected {
  border-radius: 0;
  justify-content: flex-start;
  column-gap: 16px;
  width: 100%;
  height: 48px;
  padding-inline: 16px;
}

.tk-nav-burger-header--selected:before {
  content: var(--tk-icon-cross);
}

.tk-nav-burger-header--selected:hover, .tk-nav-burger-header--selected:active {
  background: var(--clr-transparent);
}

.tk-nav-burger-header--selected .tk-nav-burger-header__label {
  display: block;
}

.tk-nav-burger-item {
  border-top: 1px solid var(--clr-grey70);
  align-items: center;
  column-gap: 8px;
  width: 100%;
  height: 48px;
  padding-left: 36px;
  padding-right: 8px;
  text-decoration: none;
  display: flex;
}

.tk-nav-burger-item:before, .tk-nav-burger-item:after {
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
  width: 20px;
  height: 20px;
  color: var(--clr-black);
  direction: ltr;
  justify-content: center;
  align-items: center;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  display: flex;
  font-family: tk-icons !important;
}

.tk-nav-burger-item:after {
  content: var(--tk-icon-chevron-right);
}

.tk-nav-burger-item:hover {
  border-color: var(--clr-grey95);
  background-color: var(--clr-grey95);
}

.tk-nav-burger-item:active {
  border-color: var(--clr-grey90);
  background-color: var(--clr-grey90);
}

.tk-nav-burger-item:active:before, .tk-nav-burger-item:active:after {
  color: var(--clr-black);
}

.tk-nav-burger-item__label {
  color: var(--clr-black);
  white-space: nowrap;
  font-family: var(--typ-body-family);
  font-size: var(--typ-body-size);
  font-weight: var(--typ-body-weight);
  line-height: var(--typ-body-line-height);
  flex-grow: 1;
}

.tk-nav-burger-item__icon {
  color: var(--clr-black);
  margin-left: -24px;
}

.tk-nav-burger-item--current {
  padding-left: 16px;
}

.tk-nav-burger-item--current .tk-nav-burger-item__label {
  font-family: var(--typ-bodybold-family);
  font-size: var(--typ-bodybold-size);
  font-weight: var(--typ-bodybold-weight);
  line-height: var(--typ-bodybold-line-height);
}

.tk-nav-burger-item--current .tk-nav-burger-item__icon {
  margin-left: -8px;
}

.tk-nav-burger-item--selected {
  border-color: var(--clr-transparent);
  column-gap: 8px;
  padding-left: 16px;
}

.tk-nav-burger-item--selected:before {
  content: var(--tk-icon-keyboard-backspace);
  color: var(--clr-black);
}

.tk-nav-burger-item--selected:after {
  content: none;
}

.tk-nav-burgerlist {
  overflow: hidden;
}

.tk-nav-burgerlist__tab-content #catalogmenu {
  border-bottom: 1px solid var(--clr-grey70, #b4babf);
  padding-bottom: 24px;
}

.tk-nav-burgerlist ul {
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.tk-nav-burgerlist__pages {
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  display: flex;
  position: relative;
  overflow: hidden;
}

.tk-nav-burgerlist__page {
  transform-origin: center;
  scroll-snap-align: center;
  flex-direction: column;
  flex-shrink: 0;
  width: 100%;
  margin-right: 0;
  display: flex;
  transform: scale(1);
}

.tk-nav-burgerlist__page li:not(.tk-nav-burger-item--has-children) .tk-nav-burger-item:after {
  content: none;
}

.tk-nav-burgerlist__title {
  border-top: 1px solid var(--clr-grey90);
  width: 100%;
  font-family: var(--typ-bodybold-family);
  font-size: var(--typ-bodybold-size);
  font-weight: var(--typ-bodybold-weight);
  line-height: var(--typ-bodybold-line-height);
  font-family: var(--typ-bodybold-family);
  font-size: var(--typ-bodybold-size);
  font-weight: var(--typ-bodybold-weight);
  line-height: var(--typ-bodybold-line-height);
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  display: flex;
}

.tk-nav-burgerlist__title:not(:first-of-type) {
  margin-top: 16px;
}

@media (width >= 992px) {
  .tk-nav-burgerlist__title {
    border-top: 0;
  }
}

.tk-nav-burgerlist__tabgroup {
  gap: 0;
}

@media (width >= 992px) {
  .tk-nav-burgerlist__tabgroup {
    display: contents;
  }
}

.tk-nav-burgerlist__tabs {
  overflow: auto hidden;
}

@media (width >= 992px) {
  .tk-nav-burgerlist__tabs {
    display: none;
  }
}

.tk-nav-burgerlist__tabs button {
  border-bottom: 0;
  flex-shrink: 0;
}

@media (width >= 992px) {
  .tk-nav-burgerlist__tab-content {
    animation: none;
  }
}

.tk-nav-burgerlist__main {
  display: block;
}

.tk-nav-burgerlist nav {
  flex-grow: 1;
}

.tk-nav-sidebar-compact__title {
  grid-template-columns: 20px auto;
  align-items: center;
  column-gap: 8px;
  height: 48px;
  margin-inline: 8px;
  display: grid;
}

.tk-nav-sidebar-compact__item-list--level-1:not(:last-of-type) {
  border-bottom: var(--bor-001);
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.tk-nav-sidebar-compact__item {
  justify-content: space-between;
  align-items: center;
  column-gap: 8px;
  height: 48px;
  margin-right: 8px;
  text-decoration: none;
  display: flex;
  padding-left: 36px !important;
}

.tk-nav-sidebar-compact__label {
  color: var(--clr-secondary);
  white-space: nowrap;
  text-overflow: ellipsis;
  font-family: var(--typ-bodybold-family);
  font-size: var(--typ-bodybold-size);
  font-weight: var(--typ-bodybold-weight);
  line-height: var(--typ-bodybold-line-height);
  font-family: var(--typ-bodybold-family);
  font-size: var(--typ-bodybold-size);
  font-weight: var(--typ-bodybold-weight);
  line-height: var(--typ-bodybold-line-height);
  flex-grow: 1;
  overflow: hidden;
}

.tk-nav-sidebar-compact__icon {
  color: var(--clr-secondary);
}

.tk-nav-sidebar-compact__icon i {
  font-size: 20px;
}

.tk-nav-meta {
  background: var(--clr-g002);
  padding-inline: 32px;
}

.tk-nav-meta ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.tk-nav-meta__inner {
  width: 100%;
  max-width: var(--viewport-width);
  display: contents;
}

@media (width >= 576px) {
  .tk-nav-meta__inner {
    padding-inline: 32px;
  }
}

.tk-nav-meta--fullwidth {
  justify-content: center;
  width: 100vw;
  max-width: 100vw;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 0;
  display: flex;
  position: relative;
  left: 50%;
  right: 50%;
}

.tk-nav-meta--fullwidth .tk-nav-meta__inner {
  display: flex;
}

.tk-nav-meta-item {
  align-items: center;
  height: 36px;
  padding-inline: 12px;
  text-decoration: none;
  display: flex;
}

.tk-nav-meta-item:hover {
  background-color: var(--clr-grey50);
}

.tk-nav-meta-item:active {
  background-color: var(--clr-grey30);
}

.tk-nav-meta-item__label {
  color: var(--clr-white);
  font-family: var(--typ-bodysmall-family);
  font-size: var(--typ-bodysmall-size);
  font-weight: var(--typ-bodysmall-weight);
  line-height: var(--typ-bodysmall-line-height);
  font-family: var(--typ-bodysmall-family);
  font-size: var(--typ-bodysmall-size);
  font-weight: var(--typ-bodysmall-weight);
  line-height: var(--typ-bodysmall-line-height);
}

.tk-nav-meta-item--selected {
  background-color: var(--clr-white);
}

.tk-nav-meta-item--selected .tk-nav-meta-item__label {
  color: var(--clr-black);
}

.tk-nav-meta-item--selected:hover, .tk-nav-meta-item--selected:active {
  background-color: var(--clr-white);
}

.tk-nav-meta-item--selected:hover .tk-nav-meta-item__label, .tk-nav-meta-item--selected:active .tk-nav-meta-item__label {
  color: var(--clr-black);
}

.tk-nav-segmented {
  align-items: center;
  column-gap: 16px;
  display: flex;
}

.tk-nav-segmented__label {
  font-family: var(--typ-body-family);
  font-size: var(--typ-body-size);
  font-weight: var(--typ-body-weight);
  line-height: var(--typ-body-line-height);
  font-family: var(--typ-body-family);
  font-size: var(--typ-body-size);
  font-weight: var(--typ-body-weight);
  line-height: var(--typ-body-line-height);
}

.tk-nav-segmented--arrows {
  justify-content: center;
}

.tk-nav-infinity-scroll ul {
  column-gap: 4px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.tk-nav-infinity-scroll-item {
  background-color: var(--clr-transparent);
  border: 1px solid var(--clr-grey70);
  cursor: pointer;
  border-radius: 4px;
  outline: none;
  width: 8px;
  height: 8px;
  padding: 0;
  transition: background-color .2s ease-in-out;
  display: block;
}

.tk-nav-infinity-scroll-item:hover {
  border-color: var(--clr-black);
  background-color: var(--clr-black);
}

.tk-nav-infinity-scroll-item--active {
  border-color: var(--clr-information);
  background-color: var(--clr-information);
  pointer-events: none;
}

.tk-nav-sidebar {
  width: 100%;
  display: block;
}

.tk-nav-sidebar ul {
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.tk-nav-sidebar ul li a.tk-nav-sidebar-item--selected {
  border-radius: var(--rad-002);
  border-color: var(--clr-transparent);
  background: linear-gradient(90deg, #6cb41e33 0%, #6cb41e00 100%);
}

.tk-nav-sidebar ul li[cbschildren] > a:after, .tk-nav-sidebar ul li.tk-nav-sidebar-item--has-children > a:after {
  content: var(--tk-icon-chevron-right);
}

.tk-nav-sidebar__overview {
  cursor: pointer;
  position: relative;
}

.tk-nav-sidebar__overview ul {
  z-index: 12;
  min-width: 200px;
  box-shadow: var(--sdw-002);
  background-color: #fff;
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
}

.tk-nav-sidebar__overview ul .tk-nav-sidebar-item {
  border-inline: var(--bor-001);
}

.tk-nav-sidebar__overview ul li:first-child .tk-nav-sidebar-item {
  border-top: var(--bor-001);
}

.tk-nav-sidebar__overview:hover ul {
  display: flex;
}

.tk-nav-sidebar__overview > a > .tk-nav-sidebar-item__label {
  font-family: var(--typ-bodybold-family);
  font-size: var(--typ-bodybold-size);
  font-weight: var(--typ-bodybold-weight);
  line-height: var(--typ-bodybold-line-height);
}

.tk-nav-sidebar__wrapper {
  display: contents;
}

.tk-nav-sidebar__wrapper > .tk-nav-sidebar-item:first-child {
  border-top: 0;
}

.tk-nav-sidebar-item {
  justify-content: space-between;
  align-items: center;
  column-gap: 8px;
  width: 100%;
  min-height: 48px;
  padding-left: 8px;
  padding-right: 8px;
  text-decoration: none;
  display: flex;
}

.tk-nav-sidebar-item a {
  text-decoration: none;
}

.tk-nav-sidebar-item:before, .tk-nav-sidebar-item:after {
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
  width: 20px;
  height: 20px;
  color: var(--clr-black);
  direction: ltr;
  justify-content: center;
  align-items: center;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  display: flex;
  font-family: tk-icons !important;
}

.tk-nav-sidebar-item i {
  font-size: 32px;
}

.tk-nav-sidebar-item:hover {
  border-color: var(--clr-grey95);
  background-color: var(--clr-grey95);
}

.tk-nav-sidebar-item:active {
  border-color: var(--clr-grey90);
  background-color: var(--clr-grey90);
}

.tk-nav-sidebar-item:active:before, .tk-nav-sidebar-item:active:after {
  color: var(--clr-black);
}

.tk-nav-sidebar-item__label {
  color: var(--clr-secondary);
  white-space: wrap;
  font-family: var(--typ-body-family);
  font-size: var(--typ-body-size);
  font-weight: var(--typ-body-weight);
  line-height: var(--typ-body-line-height);
  flex-grow: 1;
  padding-block: 4px;
  overflow: hidden;
}

.tk-nav-sidebar-item__icon {
  color: var(--clr-secondary);
}

.tk-nav-sidebar-item--level-4:after, .tk-nav-sidebar-item--list:after {
  content: none !important;
}

.tk-nav-sidebar-item--level-4:hover {
  background-color: var(--clr-grey90);
  border-color: var(--clr-grey90);
}

.tk-nav-sidebar-item--level-4:active {
  background-color: var(--clr-grey85);
  border-color: var(--clr-grey85);
}

.tk-nav-sidebar-item--level-2.tk-nav-sidebar-item--has-children .tk-nav-sidebar-item__label {
  font-family: var(--typ-bodybold-family);
  font-size: var(--typ-bodybold-size);
  font-weight: var(--typ-bodybold-weight);
  line-height: var(--typ-bodybold-line-height);
}

.tk-nav-sidebar-item--list {
  background-color: var(--clr-white);
  border-bottom: var(--bor-001);
}

.tk-nav-sidebar-item--list .tk-nav-sidebar-item__label {
  color: var(--clr-secondary);
}

.tk-nav-sidebar-item--list:hover {
  background-color: var(--clr-grey95);
  border-color: var(--clr-grey95);
}

.tk-nav-sidebar-item--list:active {
  background-color: var(--clr-grey90);
  border-color: var(--clr-grey90);
}

.tk-nav-sidebar-item--selected {
  background-color: var(--clr-white);
  border-bottom: var(--bor-001);
}

.tk-nav-sidebar-item--selected:before {
  content: none;
}

.tk-nav-sidebar-item--selected.tk-nav-sidebar-item--level-4 {
  border-radius: var(--rad-002);
  border-color: var(--clr-transparent);
  background: linear-gradient(90deg, #6cb41e33 0%, #6cb41e00 100%);
}

.tk-nav-sidebar-item--selected.tk-nav-sidebar-item--level-4:hover, .tk-nav-sidebar-item--selected.tk-nav-sidebar-item--level-4:active {
  background: var(--clr-secondary);
}

.tk-nav-sidebar-item--selected.tk-nav-sidebar-item--level-4:hover span, .tk-nav-sidebar-item--selected.tk-nav-sidebar-item--level-4:active span {
  color: var(--clr-black);
}

.tk-nav-sidebar-item--selected.tk-nav-sidebar-item--level-4:hover:after, .tk-nav-sidebar-item--selected.tk-nav-sidebar-item--level-4:active:after, .tk-nav-sidebar-item--selected.tk-nav-sidebar-item--level-4:hover .tk-nav-sidebar-item__label, .tk-nav-sidebar-item--selected.tk-nav-sidebar-item--level-4:active .tk-nav-sidebar-item__label {
  color: var(--clr-white);
}

.tk-nav-sidebar-item--selected:hover {
  border-color: var(--clr-grey90);
  background-color: var(--clr-grey90);
}

.tk-nav-sidebar-item--selected:hover:after {
  color: var(--clr-secondary);
}

.tk-nav-sidebar-item--selected:hover .tk-nav-sidebar-item__label {
  color: var(--clr-secondary);
  font-family: var(--typ-body-family);
  font-size: var(--typ-body-size);
  font-weight: var(--typ-body-weight);
  line-height: var(--typ-body-line-height);
}

.tk-nav-sidebar-item--current:after {
  content: none;
}

@media (width >= 992px) {
  [data-tk-mobile-only] {
    display: none;
  }
}

.tk-price {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.tk-price__basic, .tk-price__promotion, .tk-price__service {
  color: var(--clr-grey60);
  text-align: end;
}

.tk-price__basic {
  order: 3;
}

.tk-price__service, .tk-price__promotion {
  column-gap: 4px;
}

.tk-price__service {
  order: 2;
  display: none;
}

.tk-price__promotion {
  order: 1;
  display: none;
}

.tk-price__label, .tk-price__pre-info, .tk-price__post-info, .tk-price__info {
  display: none;
}

.tk-price__row {
  justify-content: flex-end;
  column-gap: 16px;
  width: 100%;
  display: flex;
}

.tk-price__currency, .tk-price__label {
  display: none;
}

.tk-price--size-l .tk-price__basic, .tk-price--size-l .tk-price__promotion, .tk-price--size-l .tk-price__service {
  font-family: var(--typ-h5-family);
  font-weight: var(--typ-h5-weight);
  line-height: var(--typ-h5-line-height);
  font-size: var(--typ-h5-size);
  margin: 0;
}

.tk-price--has-service .tk-price__basic, .tk-price:has([data-tk-price-service]:not([data-tk-price-service=""])) .tk-price__basic {
  font-family: var(--typ-bodysmall-family);
  font-size: var(--typ-bodysmall-size);
  font-weight: var(--typ-bodysmall-weight);
  line-height: var(--typ-bodysmall-line-height);
  text-decoration: line-through;
}

.tk-price--has-service .tk-price__service, .tk-price:has([data-tk-price-service]:not([data-tk-price-service=""])) .tk-price__service {
  display: flex;
}

.tk-price--hide-unit .tk-price__unit {
  display: none;
}

.tk-price--has-promotion .tk-price__basic {
  color: var(--clr-black);
  font-family: var(--typ-bodysmall-family);
  font-size: var(--typ-bodysmall-size);
  font-weight: var(--typ-bodysmall-weight);
  line-height: var(--typ-bodysmall-line-height);
  text-decoration: line-through;
}

.tk-price--has-promotion .tk-price__promotion {
  display: flex;
}

.tk-price--has-promotion.tk-price--has-service .tk-price__basic {
  display: none;
}

.tk-price--has-promotion.tk-price--has-service .tk-price__service {
  color: var(--clr-black);
  font-family: var(--typ-bodysmall-family);
  font-size: var(--typ-bodysmall-size);
  font-weight: var(--typ-bodysmall-weight);
  line-height: var(--typ-bodysmall-line-height);
  text-decoration: line-through;
}

.tk-price--show-label .tk-price__row {
  justify-content: space-between;
}

.tk-price--show-label .tk-price__label {
  display: block;
}

.tk-price--only-excl .tk-price__row {
  display: none;
}

.tk-price--only-excl .tk-price__row:first-of-type {
  display: flex;
}

.tk-price--only-excl .tk-price__currency {
  display: block;
}

.tk-tooltip {
  border-bottom: 1px dotted;
}

.tk-tooltip--hide-marker {
  border-bottom: none;
}

.tk-tooltip:hover {
  cursor: help;
}

.tk-tooltip__loader {
  color: var(--clr-black);
  width: 40px;
  height: 40px;
  display: inline-block;
  position: relative;
}

.tk-tooltip__loader div {
  box-sizing: border-box;
  background: currentColor;
  border-radius: 50%;
  width: 6.66667px;
  height: 6.66667px;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
  position: absolute;
  top: 16.6667px;
}

.tk-tooltip__loader div:first-child {
  animation: .6s infinite lds-ellipsis1;
  left: 4px;
}

.tk-tooltip__loader div:nth-child(2) {
  animation: .6s infinite lds-ellipsis2;
  left: 4px;
}

.tk-tooltip__loader div:nth-child(3) {
  animation: .6s infinite lds-ellipsis2;
  left: 16px;
}

.tk-tooltip__loader div:nth-child(4) {
  animation: .6s infinite lds-ellipsis3;
  left: 28px;
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(0);
  }
}

@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0);
  }

  100% {
    transform: translate(12px);
  }
}

.tippy-box[data-theme~="tk-tooltip"] {
  font-family: var(--typ-body-family);
  font-size: var(--typ-body-size);
  font-weight: var(--typ-body-weight);
  line-height: var(--typ-body-line-height);
  color: var(--clr-black);
  background-color: var(--clr-white);
  border-radius: var(--rad-001);
  box-shadow: var(--sdw-001);
}

.tippy-box[data-theme~="tk-tooltip"][data-placement^="top"] > .tippy-arrow:before {
  border-top-color: var(--clr-white);
}

.tippy-box[data-theme~="tk-tooltip"][data-placement^="bottom"] > .tippy-arrow:before {
  border-bottom-color: var(--clr-white);
}

.tippy-box[data-theme~="tk-tooltip"][data-placement^="left"] > .tippy-arrow:before {
  border-left-color: var(--clr-white);
}

.tippy-box[data-theme~="tk-tooltip"][data-placement^="right"] > .tippy-arrow:before {
  border-right-color: var(--clr-white);
}

.tippy-box[data-theme~="tk-tooltip"] > .tippy-backdrop {
  background-color: var(--clr-white);
}

.tippy-box[data-theme~="tk-tooltip"] > .tippy-svg-arrow {
  fill: var(--clr-white);
}

.tippy-content {
  padding: 8px 12px;
}

.tk-message {
  border-radius: var(--rad-002);
  width: 100%;
  max-width: 280px;
  box-shadow: var(--sdw-001);
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  display: flex;
}

.tk-message--padding-block-unset {
  padding-block: unset;
}

.tk-message__icon {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  font-size: 24px;
  display: flex;
}

.tk-message__label {
  font-family: var(--typ-body-family);
  font-size: var(--typ-body-size);
  font-weight: var(--typ-body-weight);
  line-height: var(--typ-body-line-height);
  white-space: initial;
}

.tk-message__label--fullwidth {
  min-width: 100%;
}

.tk-message__label--text-center {
  text-align: center;
}

.tk-message__container {
  z-index: 1000;
  position: fixed;
  bottom: 16px;
  right: 16px;
}

.tk-message--toast {
  opacity: 0;
  margin-bottom: 16px;
  position: relative;
  transform: translateX(100%);
}

.tk-message--show {
  opacity: 1;
  transform: translateX(0);
}

.tk-message--success {
  color: var(--clr-white);
  background-color: var(--clr-success);
}

.tk-message--success .tk-message__icon {
  background: var(--clr-tranparent);
  color: var(--clr-white);
}

.tk-message--error {
  color: var(--clr-white);
  background-color: var(--clr-error);
}

.tk-message--error .tk-message__icon {
  background: var(--clr-tranparent);
  color: var(--clr-white);
}

.tk-message--info {
  color: var(--clr-white);
  background-color: var(--clr-information);
}

.tk-message--info .tk-message__icon {
  background: var(--clr-tranparent);
  color: var(--clr-white);
}

.tk-message--warning {
  color: var(--clr-black);
  background-color: var(--clr-warning);
}

.tk-message--warning .tk-message__icon {
  background: var(--clr-tranparent);
  color: var(--clr-black);
}

.tk-message--fullwidth {
  max-width: 100%;
}

.tk-message--breakout {
  grid-column: 1 / -1;
  max-width: 100%;
}

@keyframes fadein {
  from {
    opacity: 0;
    transform: translateX(100%);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeout {
  from {
    opacity: 1;
    transform: translateX(0);
  }

  to {
    opacity: 0;
    transform: translateX(100%);
  }
}

.tk-article {
  border-radius: var(--rad-002);
  background-color: var(--clr-white);
  border: 1px solid var(--clr-grey70);
  text-align: left;
  grid-template-rows: subgrid;
  grid-row: span 2;
  grid-template-areas: "media"
                       "title";
  gap: 8px;
  width: 100%;
  display: grid;
  position: relative;
  overflow: hidden;
}

.tk-article:hover {
  border-color: var(--clr-grey60);
}

.tk-article:active, .tk-article:focus, .tk-article:focus-within, .tk-article:focus-visible {
  border-color: var(--clr-grey85);
}

.tk-article:focus, .tk-article:focus-within, .tk-article:focus-visible {
  outline: none;
}

.tk-article__flags {
  z-index: 3;
  position: absolute;
  top: 8px;
  right: 8px;
}

.tk-article__media {
  grid-area: media;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 0;
  display: flex;
  overflow: hidden;
}

.tk-article__media img {
  aspect-ratio: 1;
  object-fit: contain;
  mix-blend-mode: darken;
  width: 100%;
  height: 100%;
  display: block;
}

.tk-article__media--with-padding {
  padding: 16px;
}

.tk-article__title {
  grid-area: title;
  grid-template-rows: min-content auto;
  margin-bottom: 8px;
  padding-inline: 24px;
  display: grid;
}

.tk-article__sub-title {
  color: var(--clr-grey60);
}

.tk-article__stock {
  z-index: 3;
  grid-area: stock;
  padding-inline: 24px;
  display: flex;
}

.tk-article__product-special {
  z-index: 3;
  grid-area: product-special;
  align-self: flex-end;
  align-items: center;
  gap: 8px;
  height: fit-content;
  padding-inline: 16px;
  display: flex;
  overflow: hidden;
}

.tk-article__product-special select, .tk-article__product-special option {
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow-wrap: anywhere;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}

.tk-article__product-special > i[class^="tk-icon-"], .tk-article__product-special i[class*=" tk-icon-"] {
  font-family: var(--typ-body-family);
  font-size: var(--typ-body-size);
  font-weight: var(--typ-body-weight);
  line-height: var(--typ-body-line-height);
}

.tk-article__actions {
  padding-inline: 16px;
  grid-template: "prices prices prices" 36px
                 "more basket basket" 36px
                 / min-content auto auto;
  grid-area: actions;
  align-self: end;
  align-items: end;
  gap: 16px;
  padding-bottom: 16px;
  display: grid;
}

.tk-article__additional {
  grid-area: additional;
  padding-right: 4px;
}

.tk-article__additional input {
  text-align: right;
}

.tk-article__prices {
  z-index: 3;
  grid-area: prices;
  align-items: flex-end;
  display: flex;
}

.tk-article__more {
  z-index: 3;
  grid-area: more;
  justify-content: flex-end;
  gap: 8px;
  display: flex;
}

.tk-article__basket {
  z-index: 3;
  grid-area: basket;
}

.tk-article__basket button {
  width: 100%;
}

.tk-article__basket button .tk-button__label {
  display: none;
}

.tk-article__basket-button {
  grid-template-columns: repeat(2, auto);
  grid-template-areas: "amount button";
  column-gap: 8px;
  width: min-content;
  display: grid;
}

.tk-article__basket-button .tk-article__variants {
  grid-area: dimension;
}

.tk-article__basket-button .tk-article__basket {
  grid-area: button;
}

.tk-article__basket-button .tk-article__additional {
  grid-area: amount;
}

.tk-article__basket-button .tk-article__counter {
  grid-area: quantity;
}

.tk-article__basket-button--floating {
  display: block;
}

.tk-article__basket-button--floating .tk-article__additional {
  grid-template-areas: "quantity dimension";
  column-gap: 8px;
  display: grid !important;
}

.tk-article__basket-button--quickorder {
  width: 100%;
}

.tk-article__remove {
  z-index: 3;
  grid-area: remove;
}

.tk-article__counter {
  gap: 4px;
  display: flex;
}

.tk-article__counter input {
  min-width: 56px;
}

.tk-article__subtitle {
  color: var(--clr-grey60);
}

.tk-article__decreaser, .tk-article__increaser {
  z-index: 3;
  display: none;
}

.tk-article__dim-unit {
  display: none;
}

.tk-article__quantity {
  grid-area: quantity;
  padding-left: 8px;
}

.tk-article__dimension {
  z-index: 3;
}

.tk-article__link {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
}

.tk-article__inner, .tk-article__product-special-wrapper {
  display: contents;
}

.tk-article__information {
  color: var(--clr-information);
  align-items: center;
  column-gap: 4px;
  display: flex;
}

.tk-article__product-infos {
  grid-area: prodinfo;
  display: contents;
}

.tk-article--product {
  grid-row: span 2;
  grid-template-areas: "media"
                       "title";
}

.tk-article--product .tk-article__prices {
  padding-inline: 16px;
}

.tk-article--product .tk-article__basket {
  align-items: flex-end;
  padding: 16px;
  display: flex;
}

.tk-article--product .tk-article__basket button {
  flex-grow: 1;
}

.tk-article--product .tk-article__product-special {
  grid-area: unset;
  font-family: var(--typ-bodysmall-family);
  font-size: var(--typ-bodysmall-size);
  font-weight: var(--typ-bodysmall-weight);
  line-height: var(--typ-bodysmall-line-height);
  color: var(--clr-black);
  background-color: var(--clr-information);
  border-radius: var(--rad-001);
  align-items: center;
  gap: 8px;
  height: 24px;
  padding-inline: 8px;
  display: flex;
  position: absolute;
  top: 8px;
  left: 8px;
}

.tk-article--product-art {
  grid-template-columns: 56px 1fr 1fr;
  grid-template-areas: "media title title"
                       "media product-special product-special"
                       "stock stock stock"
                       "actions actions actions";
  grid-template-rows: unset;
  border-radius: 0;
  gap: 0;
  padding: 0;
}

.tk-article--product-art:hover {
  background-color: #0000;
}

.tk-article--product-art .tk-article__actions {
  grid-template-rows: 36px auto auto;
  grid-template-areas: "additional additional additional"
                       ". . prices"
                       ". more basket";
  gap: 16px 8px;
  padding: 0;
}

.tk-article--product-art .tk-article__decreaser, .tk-article--product-art .tk-article__increaser {
  display: flex;
}

.tk-article--product-art .tk-article__title {
  padding-bottom: 8px;
}

.tk-article--product-art .tk-article__stock {
  padding: 24px 0;
}

.tk-article--product-art .tk-article__media {
  align-items: flex-start;
}

.tk-article--product-art .tk-article__additional {
  padding-bottom: 20px;
}

.tk-article--product-art-single-dim {
  grid-template-areas: "media"
                       "title"
                       "product-special"
                       "stock"
                       "actions";
}

.tk-article--product-art-single-dim .tk-article__product-special {
  display: block;
}

.tk-article--product-art-multi-dim {
  grid-template-areas: "media"
                       "title"
                       "."
                       "."
                       "actions";
}

.tk-article--product-variant {
  box-shadow: none;
  grid-template-rows: unset;
  grid-row: unset;
  grid-template-columns: 56px 1fr;
  grid-template-areas: "media title"
                       "media product-special";
  column-gap: 0;
  padding: 24px;
}

.tk-article--product-variant .tk-article__media {
  align-items: center;
  max-width: 56px;
}

.tk-article--product-variant .tk-article__basket {
  z-index: 3;
  position: absolute;
  bottom: 24px;
  right: 24px;
}

.tk-article--product-variant-without-media {
  grid-template-columns: 1fr;
  grid-template-areas: "title"
                       "product-special";
}

.tk-article--multi-dim .tk-article__actions {
  grid-template-rows: 36px auto;
  grid-template-areas: "prices prices prices"
                       "more basket basket";
}

.tk-article--multi-dim .tk-article__additional {
  display: none;
}

.tk-article--modal {
  box-shadow: none;
  grid-template-rows: unset;
  grid-row: unset;
  grid-template-columns: 56px 1fr;
  grid-template-areas: "media title"
                       "stock stock"
                       "actions actions";
  gap: 36px 12px;
  max-width: 460px;
  padding: 36px 0 0;
}

.tk-article--modal:hover, .tk-article--modal:active, .tk-article--modal:focus, .tk-article--modal:focus-within, .tk-article--modal:focus-visible {
  background-color: var(--clr-transparent);
}

.tk-article--modal .tk-article__title {
  flex-direction: column;
  align-self: center;
  padding-inline: 0;
  display: flex;
}

.tk-article--modal .tk-article__stock {
  flex-direction: column;
  align-items: flex-start;
  row-gap: 8px;
  padding-inline: 0;
  display: flex;
}

.tk-article--modal .tk-article__prices {
  margin-top: 20px;
}

.tk-article--modal .tk-article__actions {
  grid-template-rows: repeat(3, auto);
  grid-template-columns: repeat(3, 1fr);
  grid-template-areas: "additional additional additional"
                       "prices prices prices"
                       "more more basket";
  gap: 16px 8px;
  padding: 0;
}

.tk-article--modal .tk-article__additional {
  grid-template-columns: 1fr;
  gap: 24px 8px;
  width: 100%;
  display: grid;
}

.tk-article--modal .tk-article__variants {
  grid-column: 1 / -1;
}

.tk-article--modal .tk-article__decreaser, .tk-article--modal .tk-article__increaser {
  display: flex;
}

.tk-article--modal .tk-article__dimension label {
  display: none;
}

.tk-article--modal .tk-article--multi-dim .tk-article__additional {
  grid-template-columns: repeat(3, 1fr);
}

.tk-article--modal .tk-article--multi-dim .tk-article__decreaser, .tk-article--modal .tk-article--multi-dim .tk-article__increaser {
  display: none;
}

.tk-article--modal .tk-article--multi-dim .tk-article__dimension label {
  display: block;
}

.tk-article--basket-tile {
  grid-row: unset;
  grid-template-columns: 72px auto auto 36px;
  grid-template-rows: unset;
  grid-template-areas: "title title title remove"
                       "media actions actions actions";
  gap: 16px 12px;
  padding: 16px;
}

@media (width >= 320px) {
  .tk-article--basket-tile {
    grid-template-columns: 120px auto auto 36px;
    grid-template-areas: "media title title remove"
                         "media stock stock stock"
                         "media actions actions actions";
    row-gap: 12px;
    padding-block: 24px;
  }
}

.tk-article--basket-tile .tk-article__decreaser, .tk-article--basket-tile .tk-article__increaser {
  display: flex;
}

.tk-article--basket-tile .tk-article__title, .tk-article--basket-tile .tk-article__prices {
  padding-inline: 0;
}

.tk-article--basket-tile .tk-article__media {
  border-radius: 2px;
}

@media (width >= 320px) {
  .tk-article--basket-tile .tk-article__media {
    border-radius: var(--rad-001);
  }
}

.tk-article--basket-tile .tk-article__stock {
  padding-inline: 0;
  display: none;
}

@media (width >= 320px) {
  .tk-article--basket-tile .tk-article__stock {
    display: flex;
  }
}

.tk-article--basket-tile .tk-article__actions {
  grid-template-columns: 1fr;
  grid-template-areas: "additional"
                       "prices";
  grid-template-rows: unset;
  gap: 8px 0;
  padding: 0;
  display: grid;
}

@media (width >= 320px) {
  .tk-article--basket-tile .tk-article__actions {
    grid-template-areas: "additional prices";
    grid-template-rows: unset;
    column-gap: 16px;
  }
}

.tk-article--basket-tile .tk-article--multi-dim .tk-article__additional {
  grid-template-columns: repeat(3, 1fr);
  grid-template-areas: "label label label"
                       "input input input";
  max-width: fit-content;
}

.tk-article--basket-tile .tk-article--multi-dim .tk-article__decreaser, .tk-article--basket-tile .tk-article--multi-dim .tk-article__increaser {
  display: none;
}

.tk-article--basket-tile .tk-article--multi-dim label {
  grid-area: label;
  display: flex;
}

.tk-article--basket-tile .tk-article--multi-dim .tk-form__wrapper {
  grid-area: input;
  max-width: 95px;
}

.tk-article--basket-tile .tk-article--multi-dim .tk-form__wrapper input {
  min-width: unset;
  padding: 0;
}

.tk-article--basket-tile.tk-article--multi-dim .tk-article__decreaser, .tk-article--basket-tile.tk-article--multi-dim .tk-article__increaser, .tk-article--basket-tile .tk-article__basket {
  display: none;
}

.tk-article--minibasket-tile {
  grid-template-rows: unset;
  grid-row: unset;
  grid-template-columns: 30% auto auto auto;
  grid-template-areas: "media title title remove"
                       "media actions actions actions";
  gap: 8px;
  padding: 8px;
}

.tk-article--minibasket-tile .tk-article__media {
  aspect-ratio: 1;
  width: 100%;
  height: auto;
}

.tk-article--minibasket-tile .tk-article__title {
  padding-inline: 0;
  padding-left: 8px;
}

.tk-article--minibasket-tile .tk-article__title div {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.tk-article--minibasket-tile .tk-article__quantity {
  font-family: var(--typ-bodysmall-family);
  font-size: var(--typ-bodysmall-size);
  font-weight: var(--typ-bodysmall-weight);
  line-height: var(--typ-bodysmall-line-height);
}

.tk-article--minibasket-tile .tk-article__remove {
  justify-self: end;
}

.tk-article--minibasket-tile .tk-article__prices {
  justify-content: flex-end;
}

.tk-article--minibasket-tile .tk-article__prices .tk-price__basic {
  color: var(--clr-grey60);
  font-family: var(--typ-bodysmall-family);
  font-size: var(--typ-bodysmall-size);
  font-weight: var(--typ-bodysmall-weight);
  line-height: var(--typ-bodysmall-line-height);
}

.tk-article--minibasket-tile .tk-article__media {
  border-radius: 2px;
}

.tk-article--minibasket-tile .tk-article__media img {
  object-fit: cover;
}

@media (width >= 320px) {
  .tk-article--minibasket-tile .tk-article__media {
    border-radius: var(--rad-001);
  }
}

.tk-article--minibasket-tile .tk-article__actions {
  grid-template-columns: repeat(2, auto);
  grid-template-rows: unset;
  grid-template-areas: "quantity prices";
  align-items: start;
  column-gap: 16px;
  padding: 0;
  display: grid;
}

.tk-article--search-tile {
  cursor: pointer;
  grid-template-rows: unset;
  border-color: var(--clr-transparent);
  grid-template-columns: 80px auto auto;
  grid-template-areas: "media title flag"
                       "media details details"
                       "media actions actions";
  gap: 0;
  min-height: 98px;
  padding: 8px;
}

.tk-article--search-tile .tk-article__flags {
  position: unset;
  grid-area: flag;
}

.tk-article--search-tile .tk-article__title {
  flex-direction: column;
  align-items: flex-start;
  padding-inline: 0;
  display: flex;
}

.tk-article--search-tile .tk-article__title span:nth-child(2) {
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow-wrap: anywhere;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}

.tk-article--search-tile .tk-article__media {
  border-radius: 2px;
  grid-area: media;
  justify-content: center;
  align-items: center;
  width: 80px;
  min-width: 0;
  max-height: 80px;
  padding-right: 12px;
  display: flex;
  overflow: hidden;
}

@media (width >= 320px) {
  .tk-article--search-tile .tk-article__media {
    border-radius: var(--rad-001);
  }
}

.tk-article--search-tile .tk-article__media img {
  aspect-ratio: 1;
  object-fit: contain;
  border-radius: var(--rad-001);
  width: 100%;
  height: auto;
  display: block;
}

.tk-article--search-tile .tk-article__details {
  grid-area: details;
  align-items: center;
}

.tk-article--search-tile .tk-article__details span {
  text-overflow: ellipsis;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  overflow-wrap: anywhere;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}

.tk-article--search-tile .tk-article__actions {
  padding: 0;
  display: flex;
}

.tk-article--search-tile .tk-article__prices {
  flex-direction: row;
  align-items: center;
  gap: 8px;
  padding-inline: 0;
}

.tk-article--search-tile .tk-article__prices > * {
  display: contents;
}

.tk-article--search-tile--no-img {
  grid-template: "title"
                 "details"
                 "actions"
                 / 1fr;
}

.tk-article--quick-order-tile {
  grid-template-columns: 72px auto;
  grid-template-areas: "title title"
                       "media actions";
  height: auto;
  padding-inline: 0;
}

@media (width >= 576px) {
  .tk-article--quick-order-tile {
    padding-inline: 8px;
  }
}

.tk-article--quick-order-tile .tk-article__title {
  text-wrap: nowrap;
  text-overflow: ellipsis;
  padding-top: 0;
  display: inline;
  overflow: hidden;
}

.tk-article--quick-order-tile .tk-article__basket > button {
  min-width: 36px;
  max-width: 36px;
  padding-inline: 0;
}

.tk-article--quick-order-tile .tk-article__basket > button .tk-button__label {
  display: none;
}

.tk-article--quick-order-tile .tk-article__prices {
  text-wrap: nowrap;
}

.tk-article--quick-order-tile .tk-article__actions {
  grid-template-columns: 1fr;
  grid-template-rows: unset;
  grid-template-areas: "additional basket"
                       "prices prices";
  align-items: end;
  gap: 8px;
  display: grid;
}

.tk-article--quick-order-tile .tk-article__variants {
  display: none;
}

.tk-article--quick-order-tile .tk-article--multi-dim .tk-article__additional {
  grid-template-columns: repeat(3, 1fr);
  column-gap: 8px;
  display: grid;
}

.tk-article-list {
  flex-direction: column;
  row-gap: 32px;
  display: flex;
}

.tk-article-list__grid {
  grid-auto-flow: dense;
  grid-template-columns: 1fr;
  gap: 32px 16px;
  display: grid;
}

@media (width >= 576px) {
  .tk-article-list__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (width >= 768px) {
  .tk-article-list__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (width >= 1200px) {
  .tk-article-list__grid {
    grid-template-columns: repeat(4, 1fr);
    column-gap: 16px;
  }
}

.tk-article-list__grid--two-cols {
  grid-auto-flow: dense;
  grid-template-columns: 1fr;
  gap: 32px 16px;
  display: grid;
}

@media (width >= 576px) {
  .tk-article-list__grid--two-cols {
    grid-template-columns: repeat(2, 1fr);
  }
}

.tk-article-list__header {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  gap: 16px 32px;
  display: flex;
}

.tk-article-list__actions {
  justify-content: space-between;
  column-gap: 16px;
  display: flex;
}

@media (width >= 320px) {
  .tk-article-list__actions {
    justify-content: flex-end;
  }
}

.tk-article-list__counter {
  font-family: var(--typ-body-family);
  font-size: var(--typ-body-size);
  font-weight: var(--typ-body-weight);
  line-height: var(--typ-body-line-height);
}

.tk-article-list__pagination {
  justify-content: center;
  margin-top: 24px;
  display: flex;
}

.tk-article-list__sort {
  padding-right: 8px;
}

@media (width >= 320px) {
  .tk-article-list__basket button .tk-button__label {
    display: block;
  }
}

.tk-article-list--row .tk-article-list__grid {
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
  row-gap: 8px;
}

.tk-article-list--row .tk-article {
  grid-template-columns: 96px 1fr;
  grid-template-rows: unset;
  grid-row: unset;
  grid-template-areas: "title title"
                       "media stock"
                       "media actions";
  column-gap: 12px;
  padding: 8px;
}

@media (width >= 576px) {
  .tk-article-list--row .tk-article {
    grid-template-columns: 146px auto 1fr;
    grid-template-areas: "media title title"
                         "media stock actions"
                         "media stock actions";
  }
}

.tk-article-list--row .tk-article__media {
  border-radius: 2px;
  width: 60px;
  height: 60px;
}

@media (width >= 576px) {
  .tk-article-list--row .tk-article__media {
    border-radius: var(--rad-001);
    width: 80px;
    height: 80px;
  }
}

.tk-article-list--row .tk-article__flags {
  top: 16px;
  right: 16px;
}

@media (width >= 576px) {
  .tk-article-list--row .tk-article__flags {
    top: 20px;
    left: 20px;
    right: auto;
  }
}

.tk-article-list--row .tk-article__actions {
  grid-template: "prices prices prices" 36px
                 "more additional basket"
                 / min-content auto auto;
  justify-content: end;
  padding: 0;
}

.tk-article-list--row .tk-article__title {
  gap: 4px;
  margin: 0;
  padding: 0;
}

.tk-article-list--row .tk-article__stock {
  padding: 0;
}

.tk-article-list--row .tk-article__product-special-wrapper {
  z-index: 3;
  grid-area: product-special;
  width: 100%;
  height: 100%;
  display: grid;
  container-type: inline-size;
}

.tk-article-list--row .tk-article__product-special {
  max-width: 300px;
  left: auto;
  right: 16px;
}

.tk-article-list--row .tk-article__basket button {
  max-width: 36px;
}

.tk-article-list--row .tk-article--product {
  grid-template-columns: auto 1fr;
  grid-template-rows: unset;
  grid-row: unset;
  grid-template-areas: "media title";
  align-items: center;
}

.tk-article-list--row .tk-article--product .tk-article__additional {
  display: none;
}

.tk-article-list--row .tk-article--product .tk-article__actions {
  display: contents;
}

.tk-article-list--row .tk-article--product .tk-article__basket {
  padding: 0;
}

.tk-article-list--row .tk-article--product .tk-article__basket button {
  max-width: unset;
}

.tk-article-list--row .tk-article--product .tk-article__prices {
  justify-self: end;
  padding: 0;
}

.tk-article-list--row .tk-article--product-art-single-dim {
  grid-template-columns: repeat(4, auto);
  grid-row: unset;
  grid-template-rows: auto auto 1fr auto;
  grid-template-areas: "title title title title"
                       "media stock stock stock"
                       "media product-special product-special prices"
                       "media more basket basket";
}

@media (width >= 576px) {
  .tk-article-list--row .tk-article--product-art-single-dim {
    grid-template-columns: auto 1fr max-content;
    grid-template-areas: "media title title"
                         "media stock stock"
                         "media product-special prices"
                         "media more basket";
  }
}

.tk-article-list--row .tk-article--product-art-single-dim .tk-article__additional {
  display: none;
}

.tk-article-list--row .tk-article--product-art-single-dim .tk-article__actions {
  display: contents;
}

.tk-article-list--row .tk-article--product-art-single-dim .tk-article__basket button {
  max-width: unset;
}

.tk-article-list--row .tk-article--product-art-multi-dim {
  grid-template-rows: unset;
  grid-row: unset;
  grid-template-columns: 96px 1fr;
  grid-template-areas: "title title"
                       "media ."
                       "media actions";
}

@media (width >= 576px) {
  .tk-article-list--row .tk-article--product-art-multi-dim {
    grid-template-columns: 146px 1fr;
    grid-template-areas: "media title"
                         "media ."
                         "media actions";
  }

  .tk-article-list--row .tk-article--product-art-multi-dim .tk-article__basket button {
    max-width: unset;
  }
}

.tk-article-list--row .tk-article--product-art-multi-dim .tk-article__flags, .tk-article-list--row .tk-article--product-art-multi-dim .tk-article__product-special {
  inset: unset;
  position: relative;
}

.tk-article-list--row .tk-article--product-art-multi-dim .tk-article__product-infos {
  gap: 4px;
  display: flex;
  position: absolute;
  top: 8px;
  right: 8px;
}

.tk-article-list--row .tk-article--multi-dim .tk-article__actions {
  grid-template-rows: 36px auto;
  grid-template-columns: repeat(2, auto);
  grid-template-areas: "additional prices"
                       "more basket";
  justify-content: end;
}

.tk-article-list--row .tk-article--multi-dim .tk-article__basket button {
  max-width: unset;
}

.tk-article-list--basket .tk-article-list__grid {
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
  row-gap: 16px;
}

.tk-article-list--favorite {
  row-gap: 16px;
}

.tk-article-list--favorite .tk-article {
  grid-template-columns: 96px 1fr;
  grid-template-rows: unset;
  grid-row: unset;
  grid-template-areas: "title title"
                       "media stock"
                       "media price"
                       "media actions";
}

@media (width >= 576px) {
  .tk-article-list--favorite .tk-article {
    grid-template-columns: 146px auto 1fr;
    grid-template-areas: "media title title"
                         "media stock price"
                         "media actions actions";
  }

  .tk-article-list--favorite .tk-article .tk-article__basket button {
    max-width: 100%;
  }

  .tk-article-list--favorite .tk-article .tk-article__basket .tk-button__label {
    display: block;
  }
}

.tk-article-list--favorite .tk-article__stock {
  justify-content: flex-end;
  align-items: flex-end;
}

@media (width >= 576px) {
  .tk-article-list--favorite .tk-article__stock {
    justify-content: flex-start;
  }
}

.tk-article-list--favorite .tk-article__prices {
  grid-area: price;
  justify-content: flex-end;
}

.tk-article-list--favorite .tk-article__actions {
  grid-template: "more basket"
  / min-content auto;
}

.tk-article-slider__inner {
  text-align: left;
  margin-inline: 12px;
  padding-inline: 4px;
}

.tk-article-slider__grid {
  grid-auto-columns: 300px;
  grid-auto-flow: column;
  gap: 24px;
  display: grid;
}

@media (width >= 992px) {
  .tk-article-slider__grid {
    grid-auto-columns: calc(25% - 18px);
  }
}

.tk-article-slider__grid .tk-article {
  width: 100% !important;
}

.tk-article-slider--overflow-x {
  margin-right: -16px;
}

@media (width >= 576px) {
  .tk-article-slider--overflow-x {
    margin-right: -32px;
  }
}

@media (width >= 992px) {
  .tk-article-slider--overflow-x {
    margin-right: 0;
  }
}

.tk-minibasket {
  display: flex;
  position: relative;
}

.tk-minibasket__overlay {
  background-color: var(--clr-white);
  border-radius: var(--rad-001);
  box-shadow: var(--sdw-001);
  z-index: 9999;
  flex-direction: column;
  width: 100vw;
  max-width: 500px;
  display: none;
  position: fixed;
}

.tk-minibasket__title {
  font-family: var(--typ-bodybold-family);
  font-size: var(--typ-bodybold-size);
  font-weight: var(--typ-bodybold-weight);
  line-height: var(--typ-bodybold-line-height);
  padding-top: 24px;
  padding-inline: 16px;
}

.tk-minibasket__items {
  margin: 0;
  width: 100%;
  max-height: 300px;
  margin-block: 12px;
  padding-inline: 8px;
  list-style: none;
  overflow-y: auto;
}

.tk-minibasket__items li:not(:last-of-type) {
  margin-bottom: 8px;
}

.tk-minibasket__summary {
  padding: 16px;
  padding-bottom: 0;
}

.tk-minibasket__summary-line {
  justify-content: space-between;
  display: flex;
}

.tk-minibasket__summary-label, .tk-minibasket__amount {
  font-family: var(--typ-bodysmallbold-family);
  font-size: var(--typ-bodysmallbold-size);
  font-weight: var(--typ-bodysmallbold-weight);
  line-height: var(--typ-bodysmallbold-line-height);
}

.tk-minibasket__footer {
  padding: 16px 16px 24px;
}

.tk-minibasket__divider {
  background-color: var(--clr-grey90);
  width: 100%;
  height: 1px;
}

.tk-minibasket__content {
  flex-direction: column;
  justify-content: flex-end;
  min-height: 80px;
  display: flex;
}

.tk-minibasket--open.tk-minibasket__overlay {
  display: flex;
}

.cust-prod-tile {
  border: 1px solid var(--clr-grey70);
  border-radius: 8px;
  align-self: stretch;
  align-items: center;
  column-gap: 24px;
  padding-block: 16px;
  padding-inline: 24px;
  display: flex;
}

@media (width >= 576px) {
  .cust-prod-tile__title {
    white-space: nowrap;
  }
}

.cust-prod-tile__asset {
  width: 48px;
  height: 48px;
  display: flex;
}

.cust-prod-tile__delete-btn {
  height: min-content;
}

.cust-prod-tile__upload-btn {
  width: min-content;
}

.cust-prod-tile__upload-btn__text {
  white-space: nowrap;
}

.tk-product-variants {
  gap: 36px;
  width: 100%;
  display: grid;
  position: relative;
}

.tk-product-variants__filter {
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  display: grid;
}

.tk-product-variants__list {
  gap: 8px;
  max-height: 380px;
  display: grid;
  overflow: auto;
}

.tk-product-variants__actions {
  gap: 8px;
}

.tk-product-variants__reset {
  align-items: flex-end;
  display: flex;
}

.tk-product-variants__reset button {
  flex-grow: 1;
}

.tk-product-variants__variant {
  display: grid;
}

.tk-product-variants__variant input[type="radio"] {
  appearance: none;
  background-color: var(--clr-white);
  margin: 0;
}

.tk-product-variants__variant input[type="radio"]:checked + label {
  border: var(--bor-transp);
}

.tk-product-variants__variant input[type="radio"]:checked + label:before {
  border: 2px solid var(--clr-secondary);
}

.tk-product-variants__variant label {
  border: var(--bor-001);
  cursor: pointer;
  border-radius: 4px;
  display: grid;
  position: relative;
}

.tk-product-variants__variant label:hover > .tk-article {
  background-color: var(--clr-grey95);
}

.tk-product-variants__variant label:active > .tk-article {
  background-color: var(--clr-grey90);
}

.tk-product-variants__variant label:before {
  content: "";
  box-sizing: border-box;
  border: 2px solid var(--clr-transparent);
  z-index: 1;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  position: absolute;
}

.tk-product-variants--grid .tk-product-variants__list, .tk-product-variants--grid .tk-product-variants__filter {
  grid-template-columns: 1fr;
}

@media (width >= 768px) {
  .tk-product-variants--grid .tk-product-variants__list, .tk-product-variants--grid .tk-product-variants__filter {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (width >= 992px) {
  .tk-product-variants--grid .tk-product-variants__list, .tk-product-variants--grid .tk-product-variants__filter {
    grid-template-columns: repeat(3, 1fr);
  }
}

.tk-product-variants--grid .tk-product-variants__list {
  max-height: 100%;
  overflow: visible;
}

.tk-product-attribute {
  gap: 4px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
}

.tk-product-attribute__item {
  gap: 8px;
  display: flex;
}

.tk-product-attribute__label {
  color: var(--clr-grey50);
}

.tk-context-menu__items {
  z-index: 12;
  box-shadow: var(--sdw-001);
  border-radius: var(--rad-001);
  background-color: var(--clr-white);
  border: 0;
  flex-direction: column;
  min-width: 150px;
  padding: 0;
  display: contents;
  position: absolute;
  overflow: hidden;
}

.tk-context-menu__items .tk-button--tertiary:hover {
  color: var(--clr-black);
  background-color: var(--clr-grey95);
}

.tk-context-menu__items .tk-button--tertiary:active {
  color: var(--clr-black);
  background-color: var(--clr-grey90);
}

.tk-context-menu__items .tk-article__remove {
  display: contents;
}

.tk-context-menu__dropdown {
  display: none;
}

.tk-context-menu__dropdown .tk-button {
  padding-inline: 12px;
  max-width: unset !important;
  border: 0 !important;
  justify-content: flex-start !important;
}

.tk-context-menu__dropdown .tk-button .tk-button__icon {
  display: none !important;
}

.tk-context-menu__dropdown .tk-button .tk-button__label {
  display: block !important;
}

.tk-context-menu__favorite-button {
  display: contents;
}

.tk-context-menu--responsive .tk-context-menu__items {
  display: none;
}

.tk-context-menu--open.tk-context-menu__dropdown {
  display: flex;
}

@media (width >= 576px) {
  .tk-context-menu--mobile {
    display: none;
  }
}

.tk-context-menu--desktop {
  display: none;
}

@media (width >= 576px) {
  .tk-context-menu--desktop {
    display: flex;
  }
}

.tk-asset-gallery-item {
  border: 1px solid var(--clr-transparent);
  aspect-ratio: 1;
  cursor: pointer;
  border-radius: 6px;
  width: 100%;
  min-width: 52px;
  max-width: 64px;
  height: 100%;
  min-height: 52px;
  max-height: 64px;
  padding: 2px;
  transition: border-color .2s ease-in-out, box-shadow .2s ease-in-out;
  display: flex;
  overflow: hidden;
}

.tk-asset-gallery-item--video {
  display: grid !important;
}

.tk-asset-gallery-item--video > img, .tk-asset-gallery-item--video i {
  grid-area: 1 / 1;
}

.tk-asset-gallery-item--video > i {
  z-index: 10;
}

.tk-asset-gallery-item img {
  object-fit: cover;
  border-radius: var(--rad-001);
  width: 100%;
  height: 100%;
  display: block;
}

.tk-asset-gallery-item:hover {
  border-color: var(--clr-grey70);
}

.tk-asset-gallery-item:active {
  border-color: var(--clr-black);
}

.tk-asset-gallery-item--selected, .tk-asset-gallery-item--selected:hover {
  border-color: var(--clr-information);
}

.tk-asset-gallery-item--more {
  justify-content: center;
  align-items: center;
  padding: 2px;
  position: relative;
}

.tk-asset-gallery-item--more:before {
  content: "";
  background-color: var(--clr-grey95);
  box-sizing: border-box;
  border-radius: 2px;
  width: 100%;
  height: 100%;
  transition: border-color .2s ease-in-out;
}

.tk-asset-gallery-item--more:after {
  content: attr(data-count);
  color: var(--clr-grey60);
  width: 100%;
  height: 100%;
  font-family: var(--typ-body-family);
  font-size: var(--typ-body-size);
  font-weight: var(--typ-body-weight);
  line-height: var(--typ-body-line-height);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.tk-asset-gallery-item--disabled {
  cursor: not-allowed;
  border-color: var(--clr-transparent) !important;
}

.tk-asset-gallery-item--disabled img, .tk-asset-gallery-item--disabled.tk-asset-gallery-item--more {
  opacity: .5;
}

.tk-asset-gallery-item--disabled.tk-asset-gallery-item--more:before {
  background-color: var(--clr-transparent);
}

.tk-asset-gallery {
  grid-template-columns: 1fr;
  grid-template-areas: "preview"
                       "thumbnails";
  gap: 24px;
  display: grid;
}

@media (width >= 576px) {
  .tk-asset-gallery {
    gap: 32px;
  }
}

.tk-asset-gallery__preview {
  border-radius: var(--rad-002);
  scroll-snap-type: x mandatory;
  aspect-ratio: 1;
  cursor: pointer;
  grid-area: preview;
  display: flex;
  overflow: hidden;
}

.tk-asset-gallery__image, .tk-asset-gallery__video {
  scroll-snap-align: start;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.tk-asset-gallery__image img, .tk-asset-gallery__video img {
  object-fit: contain;
  max-width: 100%;
  display: block;
}

.tk-asset-gallery__container {
  display: contents;
}

.tk-asset-gallery__video iframe {
  width: 100%;
  height: 100%;
}

.tk-asset-gallery__thumbnails {
  grid-area: thumbnails;
  justify-content: flex-start;
  gap: 16px;
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  overflow: hidden;
}

.tk-asset-gallery__close {
  position: absolute;
  top: 16px;
  right: 16px;
}

.tk-asset-gallery--fullscreen {
  background-color: var(--clr-white);
  z-index: 110;
  padding: 32px;
  grid-template-rows: 1fr auto;
  align-content: center;
  justify-items: center;
  width: 100%;
  height: 100%;
  padding-top: 64px;
  position: fixed;
  inset: 0;
}

.tk-asset-gallery--fullscreen .tk-asset-gallery__preview {
  aspect-ratio: auto;
  max-width: var(--viewport-width);
  width: 100%;
}

.tk-asset-gallery--fullscreen .tk-asset-gallery__thumbnails {
  max-width: var(--viewport-width);
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
  display: flex;
}

.tk-asset-gallery--fullscreen .tk-asset-gallery__image {
  flex-wrap: wrap;
}

.tk-asset-gallery--fullscreen .tk-asset-gallery__image span {
  margin-top: 16px;
  display: inline-block !important;
}

.tk-asset-gallery--fullscreen .tk-asset-gallery__image img {
  max-height: calc(100% - 60px);
}

.tk-asset-gallery--fullscreen .tk-asset-gallery__container {
  width: max-content;
  max-width: 100%;
  height: 100%;
  display: block;
}

.tk-asset-gallery--fullscreen .tk-button--link {
  display: none;
}

.tk-asset-gallery--links {
  row-gap: 0;
}

.tk-list {
  line-height: var(--typ-body-line-height);
}

.tk-list li {
  color: var(--clr-grey60);
  padding-block: 8px;
}

.tk-list ul {
  flex-direction: column;
  align-items: flex-start;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.tk-list__titles {
  font-family: var(--typ-bodybold-family);
  font-size: var(--typ-bodybold-size);
  font-weight: var(--typ-bodybold-weight);
  line-height: var(--typ-bodybold-line-height);
  padding-block-end: 12px;
}

.tk-list__ul {
  line-height: var(--typ-body-line-height);
}

.tk-list__ul ul {
  flex-direction: column;
  align-items: flex-start;
  margin: 0;
  padding-inline-start: 16px;
  list-style-type: none;
  display: flex;
}

.tk-list__ul li {
  color: var(--clr-grey60);
}

.tk-list__ol {
  line-height: var(--typ-body-line-height);
}

.tk-list__ol ol {
  flex-direction: column;
  align-items: flex-start;
  margin: 0;
  padding-inline-start: 16px;
  list-style-type: decimal;
  display: flex;
}

.tk-list__ol ol ol {
  list-style-type: lower-alpha;
}

.tk-list__ol ol ol ol {
  list-style-type: lower-roman;
}

.tk-list__ol li {
  color: var(--clr-grey60);
}

.tk-list__dl {
  grid-template-columns: minmax(150px, 250px) 1fr;
  gap: 0;
  display: grid;
}

.tk-list__dl .tk-list__titles {
  display: contents;
}

.tk-list__dl .tk-list__titles div:last-child {
  padding-inline-start: 24px;
}

.tk-list__dl dl {
  display: contents;
}

.tk-list__dl dt {
  border-top: 1px solid var(--clr-grey70);
  font-family: var(--typ-bodybold-family);
  font-size: var(--typ-bodybold-size);
  font-weight: var(--typ-bodybold-weight);
  line-height: var(--typ-bodybold-line-height);
  padding: 24px;
  padding-bottom: 0;
}

.tk-list__dl dt:first-of-type {
  border-top: none;
}

.tk-list__dl dd {
  color: var(--clr-grey60);
  border-top: 1px solid var(--clr-grey70);
  font-family: var(--typ-body-family);
  font-size: var(--typ-body-size);
  font-weight: var(--typ-body-weight);
  line-height: var(--typ-body-line-height);
  margin: 0;
  padding: 24px 0 24px 24px;
}

.tk-list__dl dd:first-of-type {
  border-top: none;
}

.tk-list__dl dd p {
  margin: 0;
}

.tk-list--checkout {
  grid-template-columns: 160px auto;
}

.tk-list--checkout dt {
  font-family: var(--typ-bodysmall-family);
  font-size: var(--typ-bodysmall-size);
  font-weight: var(--typ-bodysmall-weight);
  line-height: var(--typ-bodysmall-line-height);
  color: var(--clr-grey60);
  border: none;
  padding: 8px 8px 8px 0;
}

.tk-list--checkout dd {
  font-family: var(--typ-bodysmall-family);
  font-size: var(--typ-bodysmall-size);
  font-weight: var(--typ-bodysmall-weight);
  line-height: var(--typ-bodysmall-line-height);
  color: var(--clr-black);
  border: none;
  padding: 8px;
}

.tk-list--yellow li {
  color: #000;
}

.tk-list--bblock b {
  display: block;
}

.tk-list--margin ul {
  gap: 24px;
}

.tk-list-description {
  visibility: hidden;
  flex-direction: column;
  row-gap: 24px;
  width: 100%;
  max-width: 460px;
  display: flex;
}

.tk-list-description__group {
  grid-template-columns: minmax(120px, auto) 1fr;
  display: grid;
}

.tk-list-description__title {
  font-family: var(--typ-bodybold-family);
  font-size: var(--typ-bodybold-size);
  font-weight: var(--typ-bodybold-weight);
  line-height: var(--typ-bodybold-line-height);
  grid-column: 1 / -1;
  padding-bottom: 8px;
}

.tk-list-description__label, .tk-list-description__value {
  font-family: var(--typ-body-family);
  font-size: var(--typ-body-size);
  font-weight: var(--typ-body-weight);
  line-height: var(--typ-body-line-height);
}

.tk-list-description__row {
  display: contents;
}

.tk-list-description__row .tk-list-description__label, .tk-list-description__row .tk-list-description__value {
  border-bottom: var(--bor-001);
  margin: 0;
  padding-block: 16px;
}

.tk-list-description__row:last-child .tk-list-description__label, .tk-list-description__row:last-child .tk-list-description__value {
  border-bottom: 0;
}

.tk-list-description__color {
  border-radius: 12px;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}

.tk-list-description--loaded {
  visibility: visible;
}

.tk-list-description--compact {
  max-width: unset;
}

.tk-list-description--compact .tk-list-description__group {
  grid-template-columns: 1fr;
  gap: 8px;
}

@media (width >= 576px) {
  .tk-list-description--compact .tk-list-description__group {
    grid-template-columns: repeat(2, minmax(120px, auto) 1fr);
  }
}

@media (width >= 992px) {
  .tk-list-description--compact .tk-list-description__group {
    grid-template-columns: minmax(120px, auto) 1fr;
  }
}

.tk-list-description--compact .tk-list-description__label, .tk-list-description--compact .tk-list-description__value {
  border-bottom: 0;
  padding-block: 0;
}

.tk-list-description--compact .tk-list-description__label {
  color: var(--clr-black);
  font-family: var(--typ-bodysmall-family);
  font-size: var(--typ-bodysmall-size);
  font-weight: var(--typ-bodysmall-weight);
  line-height: var(--typ-bodysmall-line-height);
  align-items: center;
  line-height: 24px;
  display: flex;
}

.tk-list-description--summary {
  max-width: 100%;
}

.tk-list-description--summary .tk-list-description__group {
  grid-template-columns: auto min-content;
}

.tk-list-description--summary .tk-list-description__row {
  border-bottom: var(--bor-001);
  grid-template-columns: subgrid;
  grid-column: 1 / -1;
  row-gap: 8px;
  padding: 16px;
  display: grid;
}

.tk-list-description--summary .tk-list-description__row:last-child {
  border-bottom: none;
}

.tk-list-description--summary .tk-list-description__subtitle {
  font-family: var(--typ-bodysmall-family);
  font-size: var(--typ-bodysmall-size);
  font-weight: var(--typ-bodysmall-weight);
  line-height: var(--typ-bodysmall-line-height);
  color: var(--clr-grey60);
  grid-column: 1 / -1;
}

.tk-list-description--summary .tk-list-description__label {
  border: none;
  padding: 0;
}

.tk-list-description--summary .tk-list-description__value {
  text-align: end;
  border: none;
  padding: 0;
}

.tk-list-description--summary .tk-list-description__info {
  font-family: var(--typ-bodyextrasmall-family);
  font-size: var(--typ-bodyextrasmall-size);
  font-weight: var(--typ-bodyextrasmall-weight);
  line-height: var(--typ-bodyextrasmall-line-height);
  color: var(--clr-information);
  grid-column: 1 / -1;
  align-items: center;
  column-gap: 4px;
  display: flex;
}

.tk-list-description--summary .tk-list-description__info:before {
  content: var(--tk-icon-info);
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricprecision;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
  direction: ltr;
  font-size: .75rem;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  display: inline-block;
  font-family: tk-icons !important;
}

.tk-compare-button {
  display: flex;
}

.tk-compare-button__button {
  flex-grow: 1;
}

.tk-compare-button--active button {
  border-color: var(--clr-secondary) !important;
  background-color: var(--clr-secondary) !important;
  color: var(--clr-white) !important;
}

.tk-compare-button--responsive .tk-compare-button__button {
  height: 28px;
  font-family: var(--typ-bodysmall-family);
  font-size: var(--typ-bodysmall-size);
  font-weight: var(--typ-bodysmall-weight);
  line-height: var(--typ-bodysmall-line-height);
}

@media (width >= 768px) {
  .tk-compare-button--responsive .tk-compare-button__button {
    height: 36px;
    font-family: var(--typ-body-family);
    font-size: var(--typ-body-size);
    font-weight: var(--typ-body-weight);
    line-height: var(--typ-body-line-height);
  }
}

.tk-session-timeout {
  z-index: 2000;
  background-color: var(--clr-white);
  backdrop-filter: blur(10px);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  inset: 0;
}

.tk-session-timeout__inner {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 560px;
  display: flex;
}

.tk-show-more {
  grid-template-areas: "content"
                       "action";
  display: grid;
}

.tk-show-more__content {
  will-change: auto;
  grid-area: content;
  transition: max-height .2s ease-out;
  overflow: hidden;
}

.tk-show-more__fold {
  display: none;
}

.tk-show-more__action {
  grid-area: action;
  justify-content: start;
  display: flex;
}

.tk-show-more--open .tk-show-more__expand {
  display: none;
}

.tk-show-more--open .tk-show-more__fold {
  display: flex;
}

.tk-show-more--disable {
  grid-template-areas: "content";
}

.tk-show-more--disable .tk-show-more__action {
  display: none;
}

.tk-show-more--table {
  margin-bottom: 48px;
}

.tk-show-more--table .tk-show-more__action {
  margin-block: 24px;
}

@media (width >= 768px) {
  .tk-show-more--table, .tk-show-more--table .tk-show-more__content {
    display: contents;
  }

  .tk-show-more--table .tk-show-more__action {
    display: none;
  }
}

.tk-hero {
  text-align: center;
  font-family: var(--typ-body-family);
  font-size: var(--typ-body-size);
  font-weight: var(--typ-body-weight);
  line-height: var(--typ-body-line-height);
  flex-direction: column;
  align-items: center;
  gap: 36px;
  display: flex;
}

.tk-hero__maintenance-content {
  flex-direction: column;
  align-items: center;
  row-gap: 24px;
  display: flex;
}

@media (width >= 576px) {
  .tk-hero__maintenance-content {
    row-gap: 36px;
  }
}

.tk-hero__error-intro {
  flex-direction: column;
  align-items: center;
  margin: 0;
  display: flex;
}

.tk-hero__error-intro span {
  width: fit-content;
}

.tk-hero__maintenance-intro {
  width: fit-content;
  font-family: var(--typ-body-family);
  font-size: var(--typ-body-size);
  font-weight: var(--typ-body-weight);
  line-height: var(--typ-body-line-height);
  text-align: center;
  flex-direction: column;
  margin: 0;
  display: flex;
}

.tk-hero__error-image {
  width: fit-content;
  max-width: 100%;
  height: 196px;
}

@media (width >= 320px) {
  .tk-hero__error-image {
    height: 320px;
  }
}

.tk-hero__logo img {
  height: 48px;
}

.tk-hero__button {
  width: 100%;
}

@media (width >= 320px) {
  .tk-hero__button {
    width: fit-content;
  }
}

.tk-hero__actions {
  flex-direction: column;
  gap: 16px;
  display: flex;
}

.tk-hero--error-wrapper {
  column-gap: unset;
  row-gap: 24px;
}

.tk-hero--maintenance-wrapper {
  gap: unset;
  width: fit-content;
  margin: 0 auto;
}

@media (width >= 576px) {
  .tk-hero--maintenance-wrapper {
    margin: auto;
  }
}

.tk-hero--text-left {
  text-align: left;
}

.tk-hero--success .tk-hero__icon:before {
  content: var(--tk-icon-success);
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
  color: var(--clr-success);
  direction: ltr;
  font-size: 100px;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  display: inline-block;
  font-family: tk-icons !important;
}

.tk-hero--error .tk-hero__icon:before {
  content: var(--tk-icon-error);
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
  color: var(--clr-error);
  direction: ltr;
  font-size: 100px;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  display: inline-block;
  font-family: tk-icons !important;
}

.tk-hero--info .tk-hero__icon:before {
  content: var(--tk-icon-info);
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
  color: var(--clr-information);
  direction: ltr;
  font-size: 100px;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  display: inline-block;
  font-family: tk-icons !important;
}

.tk-hero--warning .tk-hero__icon:before {
  content: var(--tk-icon-warning);
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
  color: var(--clr-warning);
  direction: ltr;
  font-size: 100px;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  display: inline-block;
  font-family: tk-icons !important;
}

.tk-dimmer {
  z-index: 1001;
  background-color: #0000001a;
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0;
}

@keyframes progress-bar-animation {
  0% {
    width: 1%;
    left: -2%;
  }

  25% {
    width: 25%;
  }

  85% {
    width: 10%;
  }

  100% {
    width: 1%;
    left: 100%;
  }
}

.tk-progress {
  background: var(--clr-grey95);
  grid-column: 1 / -1;
  width: 100%;
  height: 8px;
  position: relative;
  overflow: hidden;
}

@media (width >= 992px) {
  .tk-progress {
    max-width: 520px;
  }
}

.tk-progress__bar {
  background: var(--clr-information);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.tk-progress--infinite .tk-progress__bar {
  animation: 1.5s infinite progress-bar-animation;
}

.tk-progress--breakout {
  grid-column: 1 / -1;
  max-width: 100%;
}

:root {
  --table-head-col-bg: var(--clr-grey95);
  --table-head-col-border: var(--clr-grey70);
  --table-head-row-hover-bg: var(--clr-grey95);
  --table-col-bg: var(--clr-white);
  --table-row-col-border: var(--clr-grey70);
  --table-row-col-hover: var(--clr-grey95);
  --table-row-col-active: var(--clr-grey85);
  --table-border: var(--clr-grey70);
  --table-shadow-end: var(--clr-white);
}

.tk-table {
  visibility: hidden;
  border-radius: var(--rad-002);
  row-gap: 4px;
  width: 100%;
  display: grid;
  position: relative;
  overflow: auto;
}

@media (width >= 992px) {
  .tk-table {
    border: 1px solid var(--table-border);
    grid-template-columns: initial;
    row-gap: 0;
  }
}

@media (width <= 992px) {
  .tk-table .tk-table__row {
    padding: 0;
    display: block;
  }

  .tk-table .tk-table__col {
    border-top: var(--bor-001);
    flex-direction: row;
    justify-content: space-between;
    padding-block: 4px;
  }

  .tk-table .tk-table__col:first-of-type {
    border-top: none;
  }

  .tk-table .tk-table__col--title {
    font-family: var(--typ-h5-family);
    font-weight: var(--typ-h5-weight);
    line-height: var(--typ-h5-line-height);
    font-size: var(--typ-h5-size);
    border: none;
    margin: 0;
    padding-block: 8px 16px;
  }

  .tk-table .tk-table__col--title + .tk-table__col {
    border: none;
  }

  .tk-table .tk-table__col--has-action {
    border: none;
    padding-top: 16px;
  }
}

.tk-table__title {
  font-family: var(--typ-body-family);
  font-size: var(--typ-body-size);
  font-weight: var(--typ-body-weight);
  line-height: var(--typ-body-line-height);
  color: var(--clr-grey60);
  display: block;
}

@media (width >= 992px) {
  .tk-table__title {
    display: none;
  }
}

.tk-table__col {
  text-align: left;
  background-color: var(--table-col-bg);
  flex-direction: column;
  justify-content: flex-start;
  align-items: baseline;
  column-gap: 8px;
  padding-block: 8px;
  display: flex;
}

@media (width >= 992px) {
  .tk-table__col {
    text-align: left;
    white-space: normal;
    justify-content: center;
    padding: 16px 8px;
  }
}

.tk-table__col:first-child {
  padding-top: none;
}

@media (width >= 992px) {
  .tk-table__col:first-child {
    padding-top: 16px;
    padding-left: 16px;
  }

  .tk-table__col:last-child {
    margin-bottom: 0;
    padding-right: 16px;
  }
}

.tk-table__col--item-align-center {
  align-items: center !important;
}

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

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

.tk-table__col--align-left {
  justify-content: flex-start;
}

.tk-table__col--align-right {
  text-align: right;
}

@media (width >= 992px) {
  .tk-table__col--align-right {
    align-items: flex-end;
  }
}

.tk-table__col--fullwidth {
  grid-column: 1 / -1;
}

.tk-table__col--has-action {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  column-gap: 16px;
}

.tk-table__col--img div {
  min-width: 52px;
  max-width: 64px;
  min-height: 52px;
  max-height: 64px;
}

.tk-table__col--img div img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.tk-table__col--mobile-hide {
  display: none;
}

@media (width >= 992px) {
  .tk-table__col--mobile-hide {
    display: flex;
  }
}

.tk-table__col--mobile-show {
  display: flex;
}

@media (width >= 992px) {
  .tk-table__col--mobile-show {
    display: none;
  }
}

.tk-table__col--max-width .tk-table__data {
  white-space: normal;
}

@media (width >= 992px) {
  .tk-table__col--max-width .tk-table__data {
    width: max-content;
    max-width: 350px;
  }

  .tk-table__col--wide {
    min-width: 250px;
  }
}

.tk-table__col--active {
  border-left: 8px solid var(--clr-primary);
}

.tk-table__row {
  display: contents;
}

@media (width >= 992px) {
  .tk-table__row .tk-table__col {
    border-bottom: 1px solid var(--table-row-col-border);
  }
}

@media (width >= 576px) {
  .tk-table__row:hover[data-tk-table-row-link] .tk-table__col {
    cursor: pointer;
    background-color: var(--table-row-col-hover);
  }

  .tk-table__row:active[data-tk-table-row-link] .tk-table__col {
    cursor: pointer;
    background-color: var(--table-row-col-active);
  }
}

.tk-table__row--grouptitle .tk-table__col:first-of-type {
  grid-column: 1 / -2;
  justify-content: flex-end;
}

.tk-table__row--loading-data {
  grid-area: 1 / 1 / -1 / -1;
}

.tk-table__row--active .tk-table__col:first-of-type {
  border-left: 8px solid var(--clr-primary);
}

@media (width <= 992px) {
  .tk-table__row--active .tk-table__col {
    border-left: 8px solid var(--clr-primary);
  }
}

.tk-table__head {
  grid-area: head;
  display: none;
}

@media (width >= 992px) {
  .tk-table__head {
    display: contents;
  }
}

.tk-table__head .tk-table__col {
  font-family: var(--typ-bodysmall-family);
  font-size: var(--typ-bodysmall-size);
  font-weight: var(--typ-bodysmall-weight);
  line-height: var(--typ-bodysmall-line-height);
  background-color: var(--table-head-col-bg);
  border-bottom: 1px solid var(--table-head-col-border);
  padding-block: 12px;
  display: flex;
}

.tk-table__head .tk-table__row .tk-table__col {
  background-color: var(--table-head-row-hover-bg);
}

.tk-table__head--force-mobile {
  display: none !important;
}

.tk-table__body {
  grid-area: body;
  display: contents;
}

.tk-table__body .tk-table__row:last-of-type .tk-table__col {
  border-bottom: unset;
}

.tk-table__body--group {
  border-block: var(--bor-001);
  grid-column: 1 / -1;
  grid-template-columns: subgrid;
  margin-bottom: 24px;
  display: grid;
}

.tk-table__body__loading-data:before {
  content: "";
  color: #333;
  z-index: 10;
  background: #ffffffd9;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 18px;
  font-weight: bold;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.tk-table__body__loading-data:after {
  content: "";
  border: 6px solid #ccc;
  border-top: 6px solid var(--clr-primary);
  z-index: 11;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: 1s linear infinite spin;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -120%);
}

.tk-table__head-shadow {
  width: 100%;
  box-shadow: var(--sdw-002);
  position: absolute;
  inset: 0;
}

.tk-table__right-shadow {
  background: linear-gradient(90deg, #fff0 0%, #fff 100%);
  width: 100px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.tk-table__left-shadow {
  background: linear-gradient(270deg, #fff0 0%, var(--table-shadow-end) 100%);
  width: 100px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.tk-table__wrapper {
  display: contents;
}

.tk-table__data img {
  height: 52px;
}

.tk-table--highlight-primary {
  color: var(--clr-primary);
}

@media (width >= 992px) {
  .tk-table--article-list {
    max-height: 50vh;
  }
}

.tk-table--sort, .tk-table--sort-asc, .tk-table--sort-desc {
  cursor: pointer;
  justify-content: flex-start;
  column-gap: 4px;
}

.tk-table--sort:after, .tk-table--sort-asc:after, .tk-table--sort-desc:after {
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
  content: "";
  direction: ltr;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  display: flex;
  font-family: tk-icons !important;
}

.tk-table--sort:after {
  content: var(--tk-icon-arrow-downward);
  color: var(--clr-grey60);
}

.tk-table--sort-asc:after {
  content: var(--tk-icon-arrow-upward);
  color: var(--clr-information);
}

.tk-table--sort-desc:after {
  content: var(--tk-icon-arrow-downward);
  color: var(--clr-information);
}

.tk-table--loaded {
  visibility: visible;
}

.tk-table--sticky-left .tk-table__col:first-child {
  background-color: var(--clr-white);
  box-shadow: var(--sdw-002);
  clip-path: inset(0 -24px -8px 0);
  position: sticky;
  left: 0;
}

@media (width >= 992px) {
  .tk-table--sticky-right .tk-table__col:last-child {
    box-shadow: var(--sdw-002);
    clip-path: inset(0 0 -8px -24px);
    position: sticky;
    right: 0;
  }
}

.tk-table--sticky-head .tk-table__head .tk-table__row {
  position: relative;
}

.tk-table--sticky-head .tk-table__head .tk-table__col {
  background-color: var(--table-head-row-hover-bg);
  border-color: var(--clr-transparent);
  z-index: 4;
  border-bottom: 1px solid var(--clr-grey70);
  position: sticky;
  top: 0;
}

.tk-table--static .tk-table__col {
  align-items: baseline;
}

.tk-table--dark .tk-table__row:hover .tk-table__col {
  background-color: #0000;
}

@media (width >= 992px) {
  .tk-table--dark .tk-table__row:hover .tk-table__col {
    background-color: var(--table-row-col-hover);
  }
}

.tk-table--dark .tk-table__col {
  background-color: #0000;
}

@media (width >= 992px) {
  .tk-table--dark .tk-table__col {
    background-color: var(--table-col-bg);
  }
}

.tk-table--dashboard .tk-table__media {
  justify-content: center;
  align-items: center;
  width: 72px;
  min-width: 0;
  height: 72px;
  max-height: 200px;
  display: flex;
  overflow: hidden;
}

.tk-table--dashboard .tk-table__media img {
  aspect-ratio: 1;
  object-fit: contain;
  mix-blend-mode: darken;
  max-width: 100%;
  height: 100%;
  display: block;
}

.tk-table--dashboard .tk-table__col {
  text-align: left;
  align-items: center;
  padding-inline: 16px;
}

.tk-table--dashboard .tk-table__col--overflow {
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 400px;
  overflow: hidden;
}

.fetch-loader-frame {
  background-color: var(--clr-transparent);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

@keyframes shimmer {
  0% {
    background-position: -100% 100%;
  }

  100% {
    background-position: 100% -100%;
  }
}

.cbs-layout-responsive {
  display: contents;
}

.cbs-layout-responsive__content {
  grid-column: 1 / -1;
  grid-template-columns: subgrid;
  display: grid;
}

.cbs-layout-responsive__content--list {
  row-gap: 28px;
}

:root {
  --filter-result-bg: var(--clr-grey90);
  --filter-chip-bg: var(--clr-white);
  --filter-chip-color: var(--clr-black);
  --filter-chip-hover-bg: var(--clr-grey90);
  --filter-chip-active-bg: var(--clr-grey85);
  --filter-chip-disabled-bg: var(--clr-grey90);
  --filter-chip-disabled-color: var(--clr-grey70);
  --filter-dropdown-bg: var(--clr-white);
  --filter-width: calc((100vw - 2 * 24px) / 3);
  --filter-width-xl: calc((var(--viewport-width)  - 4 * 24px - 2 * 36px) / 5);
  --filter-group-min-size: 200px;
}

.tk-filter-result {
  background-color: var(--filter-result-bg);
  border-radius: var(--rad-003);
  grid-template-columns: 1fr auto;
  gap: 48px;
  padding: 24px;
  display: none;
}

@media (width >= 768px) {
  .tk-filter-result {
    display: grid;
  }
}

.tk-filter-result__remove {
  place-self: end;
}

.tk-filter-result__groups {
  flex-wrap: wrap;
  gap: 24px 32px;
  display: flex;
}

.tk-filter-result__group {
  flex-direction: column;
  gap: 8px;
  display: flex;
}

.tk-filter-result__group-title {
  font-family: var(--typ-bodysmall-family);
  font-size: var(--typ-bodysmall-size);
  font-weight: var(--typ-bodysmall-weight);
  line-height: var(--typ-bodysmall-line-height);
  padding-left: 12px;
  padding-right: 8px;
}

.tk-filter-result__group-chips {
  flex-wrap: wrap;
  gap: 8px;
  display: flex;
}

.tk-filter-chip__button {
  cursor: pointer;
  background-color: var(--filter-chip-bg);
  min-height: 36px;
  color: var(--filter-chip-color);
  border: none;
  border-radius: 18px;
  outline: 0;
  justify-content: center;
  align-items: center;
  column-gap: 4px;
  padding-left: 16px;
  padding-right: 12px;
  font-size: 1rem;
  line-height: 1rem;
  text-decoration: none;
  transition: background-color .2s ease-in-out, border-color .2s ease-in-out, color .2s ease-in-out;
  display: flex;
}

.tk-filter-chip__button:hover {
  background-color: var(--filter-chip-hover-bg);
}

.tk-filter-chip__button:active {
  background-color: var(--filter-chip-active-bg);
}

.tk-filter-chip__button:disabled {
  cursor: not-allowed;
  background-color: var(--filter-chip-disabled-bg);
  color: var(--filter-chip-disabled-color);
}

.tk-filter-chip__label {
  white-space: nowrap;
  font-family: var(--typ-bodysmall-family);
  font-size: var(--typ-bodysmall-size);
  font-weight: var(--typ-bodysmall-weight);
  line-height: var(--typ-bodysmall-line-height);
}

.tk-filter-chip__icon {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.tk-filter-chip__icon > i[class^="tk-icon"] {
  width: 20px;
  height: 20px;
}

.tk-filter-chip__icon > i[class^="tk-icon"]:before {
  font-size: 20px;
}

.tk-filter-chip--disabled .tk-filter-chip__button {
  cursor: not-allowed;
  background-color: var(--filter-chip-disabled-bg);
  color: var(--filter-chip-disabled-color);
}

.tk-filter-dropdown {
  border-radius: var(--rad-002);
  box-shadow: var(--sdw-001);
  background-color: var(--filter-dropdown-bg);
  z-index: 10;
  grid-template-areas: "header"
                       "types"
                       "submit";
  gap: 24px;
  width: 100%;
  max-width: 400px;
  padding: 32px;
  display: grid;
}

.tk-filter-dropdown form {
  display: contents;
}

.tk-filter-dropdown__header {
  grid-area: header;
  justify-items: end;
  row-gap: 8px;
  display: grid;
}

.tk-filter-dropdown__types {
  grid-area: types;
  max-height: 300px;
  display: grid;
  overflow-y: auto;
}

.tk-filter-dropdown__types::-webkit-scrollbar {
  width: 16px;
}

.tk-filter-dropdown__types::-webkit-scrollbar-track {
  background-color: var(--clr-white);
  border-radius: 8px;
}

.tk-filter-dropdown__types::-webkit-scrollbar-thumb {
  background-color: var(--clr-grey70);
  background-clip: padding-box;
  border: 6px solid #0000;
  border-radius: 8px;
}

.tk-filter-dropdown__types--daterange {
  container: daterange / inline-size;
}

.tk-filter-dropdown__search {
  display: block;
}

.tk-filter-dropdown__submit-wrapper {
  grid-area: submit;
  display: grid;
}

.tk-filter-dropdown__apply {
  display: none;
}

.tk-filter-dropdown__submit {
  display: flex;
}

.tk-filter-dropdown__daterange-wrapper {
  align-items: center;
  gap: 8px;
  display: grid;
}

.tk-filter-dropdown__daterange-wrapper hr {
  border: 1px solid var(--clr-grey90);
  width: 12px;
  display: none;
}

@container daterange (width >= 225px) {
  .tk-filter-dropdown__daterange-wrapper {
    display: flex;
  }

  .tk-filter-dropdown__daterange-wrapper hr {
    display: block;
  }
}

.tk-filter-dropdown__back {
  display: none;
}

.tk-filter-dropdown__counter {
  border-bottom: var(--bor-001);
  height: 48px;
  font-family: var(--typ-bodysmall-family);
  font-size: var(--typ-bodysmall-size);
  font-weight: var(--typ-bodysmall-weight);
  line-height: var(--typ-bodysmall-line-height);
  grid-area: counter;
  align-items: center;
  padding-inline: 16px;
  display: none;
}

.tk-filter-dropdown--drilldown {
  z-index: 15;
  max-width: unset;
  box-shadow: none;
  border-radius: 0;
  grid-template-rows: auto auto 1fr auto;
  align-content: space-between;
  align-items: start;
  gap: 0;
  height: 100%;
  padding: 0;
  transition: transform .2s ease-in-out;
  transform: translateX(100%);
  grid-template-areas: "header"
                       "counter"
                       "types"
                       "submit" !important;
  top: 0 !important;
  left: 0 !important;
}

.tk-filter-dropdown--drilldown .tk-filter-dropdown__header {
  height: 48px;
  box-shadow: var(--sdw-002);
  justify-content: space-between;
  align-items: center;
  padding-inline: 16px;
  position: sticky;
  top: 0;
  display: flex !important;
}

.tk-filter-dropdown--drilldown .tk-filter-dropdown__types {
  padding: 16px;
  max-height: 100%;
  padding-bottom: 24px;
}

.tk-filter-dropdown--drilldown .tk-filter-dropdown__submit-wrapper {
  padding: 16px;
}

.tk-filter-dropdown--drilldown .tk-filter-dropdown__submit {
  display: none;
}

.tk-filter-dropdown--drilldown .tk-filter-dropdown__apply {
  display: flex;
}

.tk-filter-dropdown--drilldown .tk-filter-dropdown__search {
  display: none;
}

.tk-filter-dropdown--drilldown .tk-filter-dropdown__back {
  display: flex;
}

.tk-filter-dropdown--has-items.tk-filter-dropdown--drilldown .tk-filter-dropdown__counter {
  column-gap: 4px;
  display: flex;
}

.tk-filter-dropdown--open {
  position: absolute;
}

.tk-filter-dropdown--open.tk-filter-dropdown--drilldown {
  position: fixed;
  transform: translateX(0);
}

.tk-filter-dropdown--disable-search {
  grid-template-areas: "types"
                       "submit";
}

.tk-filter-dropdown--disable-search .tk-filter-dropdown__header {
  display: none;
}

.tk-filter-dropdown--no-overflow .tk-filter-dropdown__types {
  overflow: unset;
}

.tk-filter-search, .tk-filter-search__input {
  width: 100%;
}

.tk-filter-select {
  display: grid;
}

.tk-filter-select__item {
  border-bottom: 1px solid var(--clr-grey90);
  flex-direction: row;
  align-items: center;
  height: auto;
  min-height: 40px;
  padding-block: 4px;
}

.tk-filter-select__item:first-child {
  padding-top: 0;
}

.tk-filter-select__item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.tk-filter-select__item label {
  width: 100%;
}

.tk-filter-select__color {
  border-radius: 10px;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  display: none;
}

.tk-filter-select--has-colors .tk-filter-select__color {
  order: 1;
  display: flex;
}

.tk-filter-select--has-colors .tk-filter-select__item {
  column-gap: 8px;
}

.tk-filter-select--has-colors .tk-filter-select__item label {
  order: 2;
  justify-content: space-between;
  width: 100%;
}

.tk-filter-select--has-colors .tk-filter-select__item label:before {
  order: 2;
}

.tk-filter-select--has-colors .tk-filter-select__item label:after {
  left: revert;
  right: 3px;
}

.tk-filter-select--last-child .tk-filter-select__item {
  border-bottom: 0;
}

.tk-filter-group-wrapper {
  grid-template-columns: repeat(auto-fit, minmax(var(--filter-group-min-size), 0fr));
  border-top: 1px solid var(--clr-grey70);
  grid-auto-flow: column;
  gap: 24px;
  padding-top: 24px;
  display: none;
}

@media (width >= 768px) {
  .tk-filter-group-wrapper {
    visibility: hidden;
    display: grid;
  }
}

.tk-filter-group-wrapper__header {
  height: 48px;
  box-shadow: var(--sdw-002);
  justify-content: space-between;
  align-items: center;
  padding-inline: 16px;
  display: none;
  position: sticky;
  top: 0;
}

.tk-filter-group-wrapper__options {
  display: contents;
}

.tk-filter-group-wrapper__more-collapse, .tk-filter-group-wrapper__more-expand {
  min-width: var(--filter-group-min-size);
  display: flex;
}

.tk-filter-group-wrapper__submit {
  flex-grow: 1;
  align-items: flex-end;
  padding: 16px;
  display: none;
}

.tk-filter-group-wrapper__submit > button {
  flex-grow: 1;
}

.tk-filter-group-wrapper--loaded {
  visibility: visible;
}

.tk-filter-group-wrapper--expand {
  grid-auto-flow: row;
}

.tk-filter-group-wrapper--no-border {
  border-top: 0;
}

.tk-filter-group-wrapper--drilldown {
  z-index: 15;
  background-color: var(--filter-dropdown-bg);
  max-height: var(--fullheight, 100vh);
  flex-direction: column;
  gap: 0;
  padding-top: 0;
  display: flex;
  position: fixed;
  inset: 0;
}

.tk-filter-group-wrapper--drilldown .tk-filter-group-wrapper__header {
  display: flex;
}

.tk-filter-group-wrapper--drilldown .tk-filter-group-wrapper__options {
  height: 100%;
  display: block;
  overflow-y: scroll;
}

.tk-filter-group-wrapper--drilldown .tk-filter-group-wrapper__submit {
  display: flex;
}

.tk-filter-group-wrapper--drilldown .tk-filter-group-wrapper__more-expand, .tk-filter-group-wrapper--drilldown .tk-filter-group-wrapper__more-collapse {
  display: none;
}

.tk-filter-group-wrapper--drilldown .tk-filter-group {
  height: auto;
}

.tk-filter-group-wrapper--drilldown .tk-filter-group__button {
  border: 0;
  border-top: 1px solid var(--filter-chip-disabled-color);
  background-color: var(--filter-dropdown-bg);
  border-radius: 0;
  height: 48px;
  padding-left: 16px;
  padding-right: 8px;
}

.tk-filter-group-wrapper--drilldown .tk-filter-group__button:hover {
  background-color: var(--filter-chip-hover-bg);
}

.tk-filter-group-wrapper--drilldown .tk-filter-group__button:active {
  background-color: var(--filter-chip-active-bg);
}

.tk-filter-group-wrapper--drilldown .tk-filter-group__button:disabled {
  background-color: var(--filter-chip-disabled-bg);
}

.tk-filter-group-wrapper--drilldown .tk-filter-group__button .tk-button__icon {
  rotate: -90deg;
}

.tk-filter-group-wrapper--drilldown .tk-filter-group__button .tk-button__label {
  font-family: var(--typ-body-family);
  font-size: var(--typ-body-size);
  font-weight: var(--typ-body-weight);
  line-height: var(--typ-body-line-height);
}

.tk-filter-group-wrapper--drilldown .tk-filter-group--has-selected .tk-filter-group__button {
  height: 56px;
}

.tk-filter-group-wrapper--drilldown .tk-filter-group--has-selected .tk-filter-group__selected {
  display: inline;
}

.tk-filter-group {
  width: 100%;
  height: 100%;
  min-width: var(--filter-group-min-size);
  display: grid;
}

@media (width >= 768px) {
  .tk-filter-group {
    max-width: var(--filter-width);
  }
}

@media (width >= 1200px) {
  .tk-filter-group {
    max-width: var(--filter-width-xl);
  }
}

.tk-filter-group__button {
  grid-template-columns: 1fr 20px;
  justify-content: space-between;
  padding-right: 4px;
  display: grid;
}

@media (width >= 768px) {
  .tk-filter-group__button {
    display: flex;
  }
}

.tk-filter-group__selected-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

@media (width >= 768px) {
  .tk-filter-group__selected-wrapper {
    overflow: unset;
  }
}

.tk-filter-group__selected {
  font-family: var(--typ-bodysmall-family);
  font-size: var(--typ-bodysmall-size);
  font-weight: var(--typ-bodysmall-weight);
  line-height: var(--typ-bodysmall-line-height);
  color: var(--clr-grey60);
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
  width: 100%;
  line-height: 16px;
  display: none;
  overflow: hidden;
}

.tk-filter-drilldown-button {
  width: 100%;
  display: flex;
}

@media (width >= 768px) {
  .tk-filter-drilldown-button {
    display: none;
  }
}

.tk-filter-drilldown-button__count {
  display: none;
}

.tk-filter-drilldown-button button {
  border-radius: 2px;
  flex-grow: 1;
}

.tk-filter-drilldown-button--active .tk-filter-drilldown-button__count {
  font-family: var(--typ-bodyextrasmallbold-family);
  font-size: var(--typ-bodyextrasmallbold-size);
  font-weight: var(--typ-bodyextrasmallbold-weight);
  line-height: var(--typ-bodyextrasmallbold-line-height);
  background-color: var(--clr-white);
  color: var(--clr-black);
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  min-width: 20px;
  min-height: 20px;
  margin-left: 12px;
  padding-inline: 4px;
  display: flex;
}

.tk-filter-drilldown-button--active button {
  background-color: var(--clr-primary);
  color: var(--clr-black);
  border-color: var(--clr-transparent);
}

.tk-filter-drilldown-button--active button:link, .tk-filter-drilldown-button--active button:visited {
  color: var(--clr-black);
}

.tk-filter-drilldown-button--active button:hover {
  background-color: var(--clr-secondary);
  border-color: var(--clr-secondary);
  color: var(--clr-white);
}

.tk-filter-drilldown-button--active button:hover .tk-filter-drilldown-button__count {
  color: var(--clr-black);
}

.tk-filter-drilldown-button--active button:active {
  background-color: var(--clr-black);
  border-color: var(--clr-black);
  color: var(--clr-white);
}

.tk-filter-drilldown-button--active button:active .tk-filter-drilldown-button__count {
  color: var(--clr-black);
}

.tk-filter-drilldown-button--active button:disabled {
  background-color: var(--clr-grey90);
  border-color: var(--clr-grey90);
  color: var(--clr-grey70);
}

.tk-filter-drilldown-button--active button:disabled .tk-filter-drilldown-button__count {
  color: var(--clr-grey70);
}

.hide {
  display: none !important;
}

.show-b {
  display: block !important;
}

@media (width >= 320px) {
  .show-b-xs {
    display: block !important;
  }
}

@media (width >= 576px) {
  .show-b-s {
    display: block !important;
  }
}

@media (width >= 768px) {
  .show-b-m {
    display: block !important;
  }
}

@media (width >= 992px) {
  .show-b-l {
    display: block !important;
  }
}

@media (width >= 1200px) {
  .show-b-xl {
    display: block !important;
  }
}

.show-i {
  display: inline !important;
}

@media (width >= 320px) {
  .show-i-xs {
    display: inline !important;
  }
}

@media (width >= 576px) {
  .show-i-s {
    display: inline !important;
  }
}

@media (width >= 768px) {
  .show-i-m {
    display: inline !important;
  }
}

@media (width >= 992px) {
  .show-i-l {
    display: inline !important;
  }
}

@media (width >= 1200px) {
  .show-i-xl {
    display: inline !important;
  }
}

.show-f {
  display: flex !important;
}

@media (width >= 320px) {
  .show-f-xs {
    display: flex !important;
  }
}

@media (width >= 576px) {
  .show-f-s {
    display: flex !important;
  }
}

@media (width >= 768px) {
  .show-f-m {
    display: flex !important;
  }
}

@media (width >= 992px) {
  .show-f-l {
    display: flex !important;
  }
}

@media (width >= 1200px) {
  .show-f-xl {
    display: flex !important;
  }
}

@media (width >= 320px) {
  .hide-xs {
    display: none !important;
  }
}

@media (width >= 576px) {
  .hide-s {
    display: none !important;
  }
}

@media (width >= 768px) {
  .hide-m {
    display: none !important;
  }
}

@media (width >= 992px) {
  .hide-l {
    display: none !important;
  }
}

@media (width >= 1200px) {
  .hide-xl {
    display: none !important;
  }
}

.tk-contact-widget__content {
  overflow-y: auto;
}

.tk-contact-widget__contact-info {
  grid-template-columns: auto 1fr;
  gap: 8px 16px;
  display: grid;
}

.tk-contact-widget__action {
  background-color: var(--clr-white);
  grid-column: 1 / -1;
  justify-content: end;
  column-gap: 8px;
  width: 100%;
  padding-top: 32px;
  display: flex;
  position: sticky;
  bottom: 0;
}

.tk-contact-widget__img {
  aspect-ratio: 1;
  object-fit: contain;
  border-radius: 50%;
  height: 56px;
}

.contact-infos--loading:before {
  content: "";
  color: #333;
  z-index: 10;
  background: #ffffffd9;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 18px;
  font-weight: bold;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.contact-infos--loading:after {
  content: "";
  border: 6px solid #ccc;
  border-top: 6px solid var(--clr-primary);
  z-index: 11;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: 1s linear infinite spin;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -120%);
}

.cbs-expand-radio__icon {
  background-color: var(--clr-grey90);
  border-radius: 50%;
  grid-area: icon;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.cbs-expand-radio__icon:after {
  content: "";
  background-color: var(--clr-transparent);
  border-radius: 50%;
  width: 14px;
  height: 14px;
}

.cbs-expand-radio__content {
  flex-direction: column;
  grid-area: content;
  row-gap: 4px;
  display: flex;
}

.cbs-expand-radio__title {
  font-family: var(--typ-bodybold-family);
  font-size: var(--typ-bodybold-size);
  font-weight: var(--typ-bodybold-weight);
  line-height: var(--typ-bodybold-line-height);
}

.cbs-expand-radio__description {
  color: var(--clr-grey30);
  font-family: var(--typ-bodysmall-family);
  font-size: var(--typ-bodysmall-size);
  font-weight: var(--typ-bodysmall-weight);
  line-height: var(--typ-bodysmall-line-height);
}

.cbs-expand-radio label {
  cursor: pointer;
  border-radius: 8px;
  grid-template-columns: 20px 1fr;
  grid-template-areas: "icon content";
  align-items: center;
  column-gap: 16px;
  display: grid;
}

.cbs-expand-radio label:hover .cbs-expand-radio__icon:after {
  background-color: var(--clr-grey50);
}

.cbs-expand-radio input {
  display: none;
}

.cbs-expand-radio input:checked + label .cbs-expand-radio__icon:after {
  background-color: var(--clr-secondary);
}

.cbs-expand-radio input:disabled + label {
  color: var(--clr-grey60);
  cursor: not-allowed;
  background: var(--clr-transparent) !important;
}

.cbs-expand-radio input:disabled + label:before {
  content: none !important;
}

.cbs-expand-radio input:disabled + label .cbs-expand-radio__icon {
  border-color: var(--clr-grey70);
  background-color: var(--clr-grey70);
}

.cbs-expand-radio input:disabled + label .cbs-expand-radio__icon:after {
  background-color: var(--clr-transparent);
}

.cbs-expand-radio input:disabled + label .cbs-expand-radio__description {
  color: var(--clr-grey60);
}

.grid {
  justify-items: start;
  display: grid;
}

.grid--gap-x-0 {
  column-gap: 0;
}

.grid--gap-y-0 {
  row-gap: 0;
}

.grid--gap-0 {
  gap: 0;
}

.grid--gap-x-1 {
  column-gap: 4px;
}

.grid--gap-y-1 {
  row-gap: 4px;
}

.grid--gap-1 {
  gap: 4px;
}

.grid--gap-x-2 {
  column-gap: 8px;
}

.grid--gap-y-2 {
  row-gap: 8px;
}

.grid--gap-2 {
  gap: 8px;
}

.grid--gap-x-3 {
  column-gap: 12px;
}

.grid--gap-y-3 {
  row-gap: 12px;
}

.grid--gap-3 {
  gap: 12px;
}

.grid--gap-x-4 {
  column-gap: 16px;
}

.grid--gap-y-4 {
  row-gap: 16px;
}

.grid--gap-4 {
  gap: 16px;
}

.grid--gap-x-5 {
  column-gap: 20px;
}

.grid--gap-y-5 {
  row-gap: 20px;
}

.grid--gap-5 {
  gap: 20px;
}

.grid--gap-x-6 {
  column-gap: 24px;
}

.grid--gap-y-6 {
  row-gap: 24px;
}

.grid--gap-6 {
  gap: 24px;
}

.grid--gap-x-7 {
  column-gap: 28px;
}

.grid--gap-y-7 {
  row-gap: 28px;
}

.grid--gap-7 {
  gap: 28px;
}

.grid--gap-x-8 {
  column-gap: 32px;
}

.grid--gap-y-8 {
  row-gap: 32px;
}

.grid--gap-8 {
  gap: 32px;
}

.grid--gap-x-9 {
  column-gap: 36px;
}

.grid--gap-y-9 {
  row-gap: 36px;
}

.grid--gap-9 {
  gap: 36px;
}

.grid--gap-x-10 {
  column-gap: 40px;
}

.grid--gap-y-10 {
  row-gap: 40px;
}

.grid--gap-10 {
  gap: 40px;
}

.grid--gap-x-11 {
  column-gap: 44px;
}

.grid--gap-y-11 {
  row-gap: 44px;
}

.grid--gap-11 {
  gap: 44px;
}

.grid--gap-x-12 {
  column-gap: 48px;
}

.grid--gap-y-12 {
  row-gap: 48px;
}

.grid--gap-12 {
  gap: 48px;
}

.grid--gap-x-13 {
  column-gap: 52px;
}

.grid--gap-y-13 {
  row-gap: 52px;
}

.grid--gap-13 {
  gap: 52px;
}

.grid--gap-x-14 {
  column-gap: 56px;
}

.grid--gap-y-14 {
  row-gap: 56px;
}

.grid--gap-14 {
  gap: 56px;
}

.grid--gap-x-15 {
  column-gap: 60px;
}

.grid--gap-y-15 {
  row-gap: 60px;
}

.grid--gap-15 {
  gap: 60px;
}

.grid--gap-x-16 {
  column-gap: 64px;
}

.grid--gap-y-16 {
  row-gap: 64px;
}

.grid--gap-16 {
  gap: 64px;
}

.grid--gap-x-17 {
  column-gap: 68px;
}

.grid--gap-y-17 {
  row-gap: 68px;
}

.grid--gap-17 {
  gap: 68px;
}

.grid--gap-x-18 {
  column-gap: 72px;
}

.grid--gap-y-18 {
  row-gap: 72px;
}

.grid--gap-18 {
  gap: 72px;
}

.grid--gap-x-19 {
  column-gap: 76px;
}

.grid--gap-y-19 {
  row-gap: 76px;
}

.grid--gap-19 {
  gap: 76px;
}

.grid--gap-x-20 {
  column-gap: 80px;
}

.grid--gap-y-20 {
  row-gap: 80px;
}

.grid--gap-20 {
  gap: 80px;
}

.grid--gap-x-21 {
  column-gap: 84px;
}

.grid--gap-y-21 {
  row-gap: 84px;
}

.grid--gap-21 {
  gap: 84px;
}

.grid--gap-x-22 {
  column-gap: 88px;
}

.grid--gap-y-22 {
  row-gap: 88px;
}

.grid--gap-22 {
  gap: 88px;
}

.grid--gap-x-23 {
  column-gap: 92px;
}

.grid--gap-y-23 {
  row-gap: 92px;
}

.grid--gap-23 {
  gap: 92px;
}

.grid--gap-x-24 {
  column-gap: 96px;
}

.grid--gap-y-24 {
  row-gap: 96px;
}

.grid--gap-24 {
  gap: 96px;
}

.grid--col-size-1 {
  grid-template-columns: repeat(1, 1fr);
}

.grid--row-size-1 {
  grid-template-rows: repeat(1, 1fr);
}

.grid--col-span-1 {
  grid-column: span 1;
}

.grid--row-span-1 {
  grid-row: span 1;
}

.grid--col-size-2 {
  grid-template-columns: repeat(2, 1fr);
}

.grid--row-size-2 {
  grid-template-rows: repeat(2, 1fr);
}

.grid--col-span-2 {
  grid-column: span 2;
}

.grid--row-span-2 {
  grid-row: span 2;
}

.grid--col-size-3 {
  grid-template-columns: repeat(3, 1fr);
}

.grid--row-size-3 {
  grid-template-rows: repeat(3, 1fr);
}

.grid--col-span-3 {
  grid-column: span 3;
}

.grid--row-span-3 {
  grid-row: span 3;
}

.grid--col-size-4 {
  grid-template-columns: repeat(4, 1fr);
}

.grid--row-size-4 {
  grid-template-rows: repeat(4, 1fr);
}

.grid--col-span-4 {
  grid-column: span 4;
}

.grid--row-span-4 {
  grid-row: span 4;
}

.grid--col-size-5 {
  grid-template-columns: repeat(5, 1fr);
}

.grid--row-size-5 {
  grid-template-rows: repeat(5, 1fr);
}

.grid--col-span-5 {
  grid-column: span 5;
}

.grid--row-span-5 {
  grid-row: span 5;
}

.grid--col-size-6 {
  grid-template-columns: repeat(6, 1fr);
}

.grid--row-size-6 {
  grid-template-rows: repeat(6, 1fr);
}

.grid--col-span-6 {
  grid-column: span 6;
}

.grid--row-span-6 {
  grid-row: span 6;
}

.grid--col-size-7 {
  grid-template-columns: repeat(7, 1fr);
}

.grid--row-size-7 {
  grid-template-rows: repeat(7, 1fr);
}

.grid--col-span-7 {
  grid-column: span 7;
}

.grid--row-span-7 {
  grid-row: span 7;
}

.grid--col-size-8 {
  grid-template-columns: repeat(8, 1fr);
}

.grid--row-size-8 {
  grid-template-rows: repeat(8, 1fr);
}

.grid--col-span-8 {
  grid-column: span 8;
}

.grid--row-span-8 {
  grid-row: span 8;
}

.grid--col-size-9 {
  grid-template-columns: repeat(9, 1fr);
}

.grid--row-size-9 {
  grid-template-rows: repeat(9, 1fr);
}

.grid--col-span-9 {
  grid-column: span 9;
}

.grid--row-span-9 {
  grid-row: span 9;
}

.grid--col-size-10 {
  grid-template-columns: repeat(10, 1fr);
}

.grid--row-size-10 {
  grid-template-rows: repeat(10, 1fr);
}

.grid--col-span-10 {
  grid-column: span 10;
}

.grid--row-span-10 {
  grid-row: span 10;
}

.grid--col-size-11 {
  grid-template-columns: repeat(11, 1fr);
}

.grid--row-size-11 {
  grid-template-rows: repeat(11, 1fr);
}

.grid--col-span-11 {
  grid-column: span 11;
}

.grid--row-span-11 {
  grid-row: span 11;
}

.grid--col-size-12 {
  grid-template-columns: repeat(12, 1fr);
}

.grid--row-size-12 {
  grid-template-rows: repeat(12, 1fr);
}

.grid--col-span-12 {
  grid-column: span 12;
}

.grid--row-span-12 {
  grid-row: span 12;
}

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

.grid--align-items-center, .grid--align-items-end {
  align-items: center;
}

.grid--justify-items-center {
  justify-items: center;
}

.grid--justify-self-end {
  justify-self: end;
}

.grid--fullwidth {
  grid-column: 1 / -1;
  width: 100%;
}

.grid--contents {
  display: contents;
}

.grid--auto-fit {
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
}

.cbs-info-tile {
  background-color: var(--clr-grey90);
  border-radius: var(--rad-003);
  cursor: pointer;
  border: none;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding: 16px;
  display: flex;
  color: #000 !important;
  -webkit-text-fill-color: #000 !important;
}

.cbs-info-tile * {
  color: #000 !important;
  -webkit-text-fill-color: #000 !important;
}

.cbs-info-tile__media {
  width: min-content;
  max-width: 32px;
  height: 32px;
  display: flex;
}

.cbs-info-tile__media img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.cbs-info-tile__content {
  grid-area: content;
}

.cbs-info-tile__action {
  grid-area: action;
  display: flex;
}

.cbs-info-tile--simple {
  grid-template-areas: "content"
                       "action";
  justify-content: center;
}

@media (width >= 992px) {
  .cbs-info-tile--simple {
    grid-template-columns: 1fr auto;
    grid-template-areas: "content action";
  }
}

.cbs-info-tile--simple .cbs-info-tile__content {
  align-items: center;
  column-gap: 8px;
  display: flex;
}

.cbs-info-tile--vertical {
  grid-template-columns: 1fr;
  grid-template-areas: "content"
                       "action";
  row-gap: 16px;
}

.cbs-info-tile--vertical .cbs-info-tile__content {
  flex-direction: column;
  row-gap: 16px;
  display: flex;
}

.cbs-info-tile--vertical .cbs-info-tile__action {
  justify-content: flex-end;
  gap: 8px;
}

.cbs-info-tile--fullwidth {
  background-color: var(--clr-grey85);
  border: 0;
  border-radius: 0;
  justify-content: center;
  width: 100vw;
  max-width: 100vw;
  margin-left: -50vw;
  margin-right: -50vw;
  padding-block: 36px;
  padding-inline: 0;
  display: flex;
  position: relative;
  left: 50%;
  right: 50%;
}

.cbs-info-tile--fullwidth .cbs-info-tile__media {
  max-width: 100px;
  max-height: 100px;
}

.cbs-info-tile--fullwidth .cbs-info-tile__inner {
  max-width: var(--viewport-width);
  gap: inherit;
  grid-template-columns: 100px 1fr;
  grid-template-areas: "media content"
                       "media action";
  width: 100%;
  padding-inline: 36px;
  display: grid;
}

.cbs-info-tile--fullwidth .cbs-info-tile__content {
  align-self: end;
}

.cbs-info-tile--fullwidth .cbs-info-tile__action {
  align-self: start;
}

.cbs-info-tile--fullwidth-dialog {
  background-color: var(--clr-grey85);
  border: 0;
  border-radius: 0;
  justify-content: center;
  margin-left: -36px;
  margin-right: -36px;
  padding-block: 36px;
  padding-inline: 0;
  display: flex;
}

.cbs-info-tile--fullwidth-dialog .cbs-info-tile__media {
  max-width: 64px;
  max-height: 64px;
}

.cbs-info-tile--fullwidth-dialog .cbs-info-tile__inner {
  gap: inherit;
  grid-template-columns: 64px 1fr;
  grid-template-areas: "media content"
                       "media action";
  width: 100%;
  padding-inline: 36px;
  display: grid;
}

.cbs-info-tile--fullwidth-dialog .cbs-info-tile__content {
  align-self: end;
}

.cbs-info-tile--fullwidth-dialog .cbs-info-tile__action {
  align-self: start;
}

.cbs-info-tile--no-action .cbs-info-tile__inner {
  grid-template-areas: "media content"
                       "media content";
}

.cbs-info-tile--no-action .cbs-info-tile__content {
  align-self: center;
}

.tk-video-embed {
  aspect-ratio: 16 / 9;
  border-radius: var(--rad-003);
  cursor: pointer;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.tk-video-embed__thumbnail {
  width: 100%;
  height: 100%;
  position: relative;
}

.tk-video-embed__thumbnail img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform .2s ease-in-out;
  display: block;
}

.tk-video-embed__thumbnail:hover img {
  transform: scale(1.05);
}

.tk-video-embed__overlay {
  background: linear-gradient(to top, #000000b3, #0000);
  flex-direction: column;
  justify-content: flex-end;
  padding: 16px;
  display: flex;
  position: absolute;
  inset: 0;
}

.tk-video-embed__play-button {
  color: var(--clr-white);
  opacity: .9;
  font-size: 3rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.tk-video-embed__title {
  color: var(--clr-white);
  font-family: var(--typ-h3-family);
  font-weight: var(--typ-h3-weight);
  line-height: var(--typ-h3-line-height);
  font-size: var(--typ-h3-size);
  margin: 0;
}

.tk-video-embed__description {
  color: var(--clr-white);
  font-family: var(--typ-body-family);
  font-size: var(--typ-body-size);
  font-weight: var(--typ-body-weight);
  line-height: var(--typ-body-line-height);
  margin: 0;
}

cbs-file-upload {
  flex-direction: column;
  row-gap: 32px;
  display: flex;
}

cbs-file-upload input[type="file"] {
  display: none;
}

cbs-file-upload .loading-icon {
  justify-content: center;
  display: flex;
}

cbs-file-upload .loading-icon:after {
  content: "";
  border: 2px solid #0000;
  border-top: 2px solid var(--clr-primary);
  background: none;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  animation-name: rotater;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  display: block;
}

@keyframes rotater {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(360deg);
  }
}

.flex {
  display: flex !important;
}

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

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

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

.flex--gap-x-1 {
  column-gap: 4px !important;
}

.flex--gap-y-1 {
  row-gap: 4px !important;
}

.flex--gap-1 {
  gap: 4px !important;
}

.flex--gap-x-2 {
  column-gap: 8px !important;
}

.flex--gap-y-2 {
  row-gap: 8px !important;
}

.flex--gap-2 {
  gap: 8px !important;
}

.flex--gap-x-3 {
  column-gap: 12px !important;
}

.flex--gap-y-3 {
  row-gap: 12px !important;
}

.flex--gap-3 {
  gap: 12px !important;
}

.flex--gap-x-4 {
  column-gap: 16px !important;
}

.flex--gap-y-4 {
  row-gap: 16px !important;
}

.flex--gap-4 {
  gap: 16px !important;
}

.flex--gap-x-5 {
  column-gap: 20px !important;
}

.flex--gap-y-5 {
  row-gap: 20px !important;
}

.flex--gap-5 {
  gap: 20px !important;
}

.flex--gap-x-6 {
  column-gap: 24px !important;
}

.flex--gap-y-6 {
  row-gap: 24px !important;
}

.flex--gap-6 {
  gap: 24px !important;
}

.flex--gap-x-7 {
  column-gap: 28px !important;
}

.flex--gap-y-7 {
  row-gap: 28px !important;
}

.flex--gap-7 {
  gap: 28px !important;
}

.flex--gap-x-8 {
  column-gap: 32px !important;
}

.flex--gap-y-8 {
  row-gap: 32px !important;
}

.flex--gap-8 {
  gap: 32px !important;
}

.flex--gap-x-9 {
  column-gap: 36px !important;
}

.flex--gap-y-9 {
  row-gap: 36px !important;
}

.flex--gap-9 {
  gap: 36px !important;
}

.flex--gap-x-10 {
  column-gap: 40px !important;
}

.flex--gap-y-10 {
  row-gap: 40px !important;
}

.flex--gap-10 {
  gap: 40px !important;
}

.flex--gap-x-11 {
  column-gap: 44px !important;
}

.flex--gap-y-11 {
  row-gap: 44px !important;
}

.flex--gap-11 {
  gap: 44px !important;
}

.flex--gap-x-12 {
  column-gap: 48px !important;
}

.flex--gap-y-12 {
  row-gap: 48px !important;
}

.flex--gap-12 {
  gap: 48px !important;
}

.flex--gap-x-13 {
  column-gap: 52px !important;
}

.flex--gap-y-13 {
  row-gap: 52px !important;
}

.flex--gap-13 {
  gap: 52px !important;
}

.flex--gap-x-14 {
  column-gap: 56px !important;
}

.flex--gap-y-14 {
  row-gap: 56px !important;
}

.flex--gap-14 {
  gap: 56px !important;
}

.flex--gap-x-15 {
  column-gap: 60px !important;
}

.flex--gap-y-15 {
  row-gap: 60px !important;
}

.flex--gap-15 {
  gap: 60px !important;
}

.flex--gap-x-16 {
  column-gap: 64px !important;
}

.flex--gap-y-16 {
  row-gap: 64px !important;
}

.flex--gap-16 {
  gap: 64px !important;
}

.flex--gap-x-17 {
  column-gap: 68px !important;
}

.flex--gap-y-17 {
  row-gap: 68px !important;
}

.flex--gap-17 {
  gap: 68px !important;
}

.flex--gap-x-18 {
  column-gap: 72px !important;
}

.flex--gap-y-18 {
  row-gap: 72px !important;
}

.flex--gap-18 {
  gap: 72px !important;
}

.flex--gap-x-19 {
  column-gap: 76px !important;
}

.flex--gap-y-19 {
  row-gap: 76px !important;
}

.flex--gap-19 {
  gap: 76px !important;
}

.flex--gap-x-20 {
  column-gap: 80px !important;
}

.flex--gap-y-20 {
  row-gap: 80px !important;
}

.flex--gap-20 {
  gap: 80px !important;
}

.flex--gap-x-21 {
  column-gap: 84px !important;
}

.flex--gap-y-21 {
  row-gap: 84px !important;
}

.flex--gap-21 {
  gap: 84px !important;
}

.flex--gap-x-22 {
  column-gap: 88px !important;
}

.flex--gap-y-22 {
  row-gap: 88px !important;
}

.flex--gap-22 {
  gap: 88px !important;
}

.flex--gap-x-23 {
  column-gap: 92px !important;
}

.flex--gap-y-23 {
  row-gap: 92px !important;
}

.flex--gap-23 {
  gap: 92px !important;
}

.flex--gap-x-24 {
  column-gap: 96px !important;
}

.flex--gap-y-24 {
  row-gap: 96px !important;
}

.flex--gap-24 {
  gap: 96px !important;
}

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

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

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

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

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

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

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

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

.flex--justify-self-center {
  justify-self: center;
}

.flex--align-self-center {
  align-self: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex--fullwidth {
  width: 100%;
}

.flex--basis-25 {
  flex-basis: 25%;
}

.flex--basis-50 {
  flex-basis: 50%;
}

.flex--basis-100 {
  flex-basis: 100%;
}

.module-article {
  gap: 48px 16px;
  display: grid;
}

.module-article :last-child {
  margin-bottom: 0;
}

@media (width >= 576px) {
  .module-article {
    grid-template-columns: repeat(8, 1fr);
    gap: 0 16px;
  }
}

@media (width >= 768px) {
  .module-article {
    row-gap: 56px;
  }
}

@media (width >= 992px) {
  .module-article {
    grid-template-columns: repeat(12, 1fr);
    gap: 0 24px;
  }
}

.module-article .tk-static-content p {
  color: var(--clr-black);
}

.module-article__return {
  background-color: var(--clr-grey90);
  grid-column: 1 / -1;
  justify-content: center;
  width: 100vw;
  max-width: 100vw;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 0;
  display: flex;
  position: relative;
  left: 50%;
  right: 50%;
}

.module-article__return-inner {
  width: var(--viewport-width);
  flex-direction: column;
  align-items: start;
  padding: 12px 16px;
  display: flex;
  overflow: hidden;
}

@media (width >= 768px) {
  .module-article__return-inner {
    flex-direction: row;
    align-items: center;
    column-gap: 24px;
    padding: 24px 36px;
  }
}

.module-article__return-inner .tk-breadcrumb {
  width: calc(100% + 24px);
  margin-inline: -16px;
}

@media (width >= 768px) {
  .module-article__return-inner .tk-breadcrumb {
    width: auto;
    margin-inline: 0;
  }
}

.module-article__return-inner .tk-breadcrumb ul {
  padding-inline: 16px;
}

.module-article__picto-image {
  height: 1.5rem;
}

.module-article__header {
  border-bottom: var(--bor-002);
  flex-direction: column;
  grid-column: 1 / -1;
  gap: 24px;
  width: 100%;
  margin-bottom: 56px;
  padding-bottom: 56px;
  display: flex;
}

@media (width >= 576px) {
  .module-article__header {
    flex-direction: row;
  }
}

.module-article__asset {
  grid-column: 1 / -1;
  position: relative;
}

@media (width >= 576px) {
  .module-article__asset {
    grid-column: 1 / 4;
  }

  .module-article__asset--product {
    grid-column: unset;
    width: 100%;
    max-width: 120px;
  }

  .module-article__asset--product .tk-asset-gallery__thumbnails {
    display: none;
  }

  .module-article__asset--select {
    grid-row: 1 / 3;
  }
}

.module-article__main {
  margin-block: 32px 0;
  padding-block: 0;
}

@media (width >= 576px) {
  .module-article__main {
    margin-block: 56px;
  }
}

.module-article__details {
  flex-direction: column;
  row-gap: 16px;
  margin-top: 32px;
  display: flex;
}

@media (width >= 576px) {
  .module-article__details {
    grid-column: 4 / -1;
    margin-top: 0;
  }
}

.module-article__details--product {
  justify-content: flex-start;
}

@media (width >= 576px) {
  .module-article__details--product {
    grid-column: 3 / -2;
    width: 100%;
  }
}

@media (width >= 992px) {
  .module-article__details--product {
    grid-column: 2 / -3;
  }
}

.module-article__details--select {
  justify-content: flex-start;
}

@media (width >= 576px) {
  .module-article__details--select {
    grid-column: 4 / -1;
  }
}

@media (width >= 992px) {
  .module-article__details--select {
    grid-column: 4 / -4;
  }
}

.module-article__title p, .module-article__title span, .module-article__sub-title p, .module-article__sub-title span {
  color: var(--clr-grey60);
}

.module-article__sub-title {
  justify-content: start;
  align-items: center;
  column-gap: 8px;
  display: flex;
}

.module-article__layout {
  display: none;
}

@media (width >= 576px) {
  .module-article__layout {
    grid-column: -2 / -1;
    display: flex;
  }
}

@media (width >= 992px) {
  .module-article__layout {
    grid-column: -3 / -1;
  }
}

.module-article__buttons {
  flex-direction: row;
  column-gap: 8px;
  margin-block: 8px;
  display: flex;
}

.module-article__specs {
  font-family: var(--typ-bodysmall-family);
  font-size: var(--typ-bodysmall-size);
  font-weight: var(--typ-bodysmall-weight);
  line-height: var(--typ-bodysmall-line-height);
  border-bottom: var(--bor-002);
  grid-column: 1 / -1;
  grid-template-columns: repeat(2, 1fr);
  align-items: start;
  gap: 16px 32px;
  margin-block: 8px;
  padding-bottom: 24px;
  display: grid;
}

.module-article__specs-item {
  border-right: var(--bor-002);
  flex-flow: column wrap;
  gap: 4px;
  padding-inline: 24px;
  display: flex;
}

.module-article__specs-item:nth-of-type(2n), .module-article__specs-item:last-of-type {
  border-right: none;
}

@media (width >= 768px) {
  .module-article__specs-item, .module-article__specs-item:nth-of-type(2n) {
    border-right: var(--bor-002);
  }

  .module-article__specs-item:nth-of-type(3n) {
    border-right: none;
  }
}

@media (width >= 992px) {
  .module-article__specs-item:nth-of-type(3n) {
    border-right: var(--bor-002);
  }

  .module-article__specs-item:nth-of-type(6n) {
    border-right: none;
  }
}

@media (width >= 768px) {
  .module-article__specs {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (width >= 992px) {
  .module-article__specs {
    grid-template-columns: repeat(6, 1fr);
  }
}

.module-article__specs--no-border {
  border-bottom: none;
  padding-bottom: 0;
}

.module-article__subtitle {
  color: var(--clr-grey60);
  white-space: nowrap;
}

.module-article__information {
  border-block: var(--bor-002);
  grid-column: 1 / -1;
  margin-top: 56px;
  padding-block: 16px;
}

.module-article__information--no-border {
  border: none;
}

.module-article__information .tk-tabs-accordion {
  margin-block: 8px 32px;
}

@media (width >= 768px) {
  .module-article__information .tk-tabs-accordion {
    margin-block: 0;
  }
}

.module-article__information .tk-tabs-accordion:last-child {
  border-bottom: var(--bor-001);
}

.module-article__last-viewed, .module-article__last-ordered {
  grid-column: 1 / -1;
}

.module-article__recommendations {
  background-color: var(--clr-grey95);
  grid-column: 1 / -1;
  margin-inline: -16px;
  padding: 32px 16px 0;
}

@media (width >= 576px) {
  .module-article__recommendations {
    margin-inline: -36px;
    padding: 56px 36px 24px;
  }
}

.module-article__inspiration {
  grid-column: 1 / -1;
}

@media (width >= 576px) {
  .module-article__inspiration {
    margin-block: 56px;
  }
}

.module-article__inspiration-list {
  grid-template-rows: 1fr;
}

.module-article__inspiration-item {
  flex-direction: column;
  grid-row: span 5;
  row-gap: 16px;
  display: flex;
  width: 100% !important;
}

.module-article__inspiration-img {
  border-radius: var(--rad-002);
  aspect-ratio: 3 / 2;
  overflow: hidden;
}

.module-article__inspiration-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.module-article__flags {
  column-gap: 8px;
  display: flex;
  position: absolute;
  top: 8px;
  left: 8px;
}

.module-article__detail-head {
  flex-direction: column;
  row-gap: 8px;
  display: flex;
}

@media (width >= 576px) {
  .module-article__detail-head {
    row-gap: 12px;
  }
}

.module-article__stock {
  margin-top: 12px;
}

.module-article__detail-body {
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  display: grid;
}

@media (width >= 576px) {
  .module-article__detail-body {
    grid-template-columns: repeat(4, 1fr);
    column-gap: 16px;
  }
}

@media (width >= 992px) {
  .module-article__detail-body {
    grid-template-columns: repeat(6, 1fr);
    column-gap: 24px;
  }
}

.module-article__actions {
  flex-direction: row;
  row-gap: 16px;
  display: flex;
}

.module-article__actions .tk-article__decreaser, .module-article__actions .tk-article__increaser {
  display: flex;
}

.module-article__actions .tk-article--multi-dim .tk-article__decreaser, .module-article__actions .tk-article--multi-dim .tk-article__increaser {
  display: none;
}

.module-article__actions .tk-article--multi-dim .tk-article__additional {
  grid-template-columns: repeat(3, 1fr);
}

.module-article__more {
  grid-column: 1 / -1;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 8px;
  display: grid;
}

@media (width >= 768px) {
  .module-article__more {
    grid-column: 1 / 5;
  }
}

@media (width >= 1200px) {
  .module-article__more {
    grid-column: 1 / 4;
  }
}

.module-article__variants {
  grid-column: 1 / -1;
}

.module-article__variants-filter {
  grid-template-columns: 1fr;
  grid-auto-flow: row;
  gap: 24px;
  display: grid;
}

@media (width >= 768px) {
  .module-article__variants-filter {
    grid-template-columns: repeat(auto-fill, minmax(var(--filter-group-min-size), 1fr));
  }
}

.module-article__variants-filter .tk-form-select {
  min-width: var(--filter-group-min-size);
  width: 100%;
}

@media (width >= 768px) {
  .module-article__variants-filter .tk-form-select {
    max-width: var(--filter-width);
  }
}

@media (width >= 1200px) {
  .module-article__variants-filter .tk-form-select {
    max-width: var(--filter-width-xl);
  }
}

.module-article__product-special {
  color: var(--clr-black);
  border: 1px solid var(--clr-information);
  border-radius: var(--rad-001);
  background-color: #6cb41e1a;
  align-items: center;
  gap: 8px;
  height: 24px;
  padding-inline: 8px;
  display: flex;
}

.module-article__selection {
  border-bottom: var(--bor-002);
  grid-template-columns: repeat(2, 1fr);
  gap: 16px 32px;
  padding-bottom: 24px;
  display: grid;
}

.module-article__eyebrow {
  justify-content: space-between;
  display: flex;
}

.module-article--multi-dim .tk-article__additional {
  gap: 24px 8px;
  display: contents;
}

.module-article--multi-dim .module-article__actions {
  grid-template-areas: "additional additional"
                       "prices prices"
                       "basket basket";
  row-gap: 8px;
}

.module-article--product-select .module-article__detail-body {
  row-gap: 4px;
}

.module-article--product-select .module-article__more {
  margin-top: 12px;
}

.module-article__product-note__form-element {
  grid-template-areas: "input"
                       "hint" !important;
}

@media (width >= 576px) {
  .module-article__product-note__textarea {
    width: 500px;
  }
}

.uppy-Informer {
  text-align: center;
  z-index: 1005;
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
}

.uppy-Informer span > div {
  margin-bottom: 6px;
}

.uppy-Informer-animated {
  opacity: 0;
  z-index: -1000;
  transition: all .3s ease-in;
  transform: translateY(350%);
}

.uppy-Informer p {
  color: #fff;
  background-color: #757575;
  border-radius: 18px;
  max-width: 90%;
  margin: 0;
  padding: 6px 15px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  display: inline-block;
}

.uppy-size--md .uppy-Informer p {
  max-width: 500px;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 1.3;
}

[data-uppy-theme="dark"] .uppy-Informer p {
  background-color: #333;
}

.uppy-Informer p span {
  color: #525252;
  vertical-align: middle;
  inset-inline-start: 3px;
  background-color: #fff;
  border-radius: 50%;
  width: 13px;
  height: 13px;
  margin-inline-start: -1px;
  font-size: 10px;
  line-height: 12px;
  display: inline-block;
  position: relative;
  top: -1px;
}

.uppy-Informer p span:hover {
  cursor: help;
}

.uppy-Informer p span:after {
  word-wrap: break-word;
  line-height: 1.3;
}

.uppy-Root [aria-label][role~="tooltip"] {
  position: relative;
}

.uppy-Root [aria-label][role~="tooltip"]:after, .uppy-Root [aria-label][role~="tooltip"]:before {
  backface-visibility: hidden;
  box-sizing: border-box;
  opacity: 0;
  pointer-events: none;
  transform-origin: top;
  transition: all var(--microtip-transition-duration, .18s) var(--microtip-transition-easing, ease-in-out) var(--microtip-transition-delay, 0s);
  will-change: transform;
  z-index: 10;
  position: absolute;
  transform: translateZ(0);
}

.uppy-Root [aria-label][role~="tooltip"]:before {
  content: "";
  background-size: 100% !important;
}

.uppy-Root [aria-label][role~="tooltip"]:after {
  box-sizing: initial;
  color: #fff;
  content: attr(aria-label);
  font-size: var(--microtip-font-size, 13px);
  font-weight: var(--microtip-font-weight, normal);
  text-transform: var(--microtip-text-transform, none);
  white-space: nowrap;
  background: #111111e6;
  border-radius: 4px;
  padding: .5em 1em;
}

.uppy-Root [aria-label][role~="tooltip"]:focus:after, .uppy-Root [aria-label][role~="tooltip"]:focus:before, .uppy-Root [aria-label][role~="tooltip"]:hover:after, .uppy-Root [aria-label][role~="tooltip"]:hover:before {
  opacity: 1;
  pointer-events: auto;
}

.uppy-Root [role~="tooltip"][data-microtip-position|="top"]:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='12'%3E%3Cpath fill='rgba(17, 17, 17, 0.9)' d='M2.658 0h32.004c-6 0-11.627 12.002-16.002 12.002S8.594 0 2.658 0'/%3E%3C/svg%3E") no-repeat;
  width: 18px;
  height: 6px;
  margin-bottom: 5px;
  bottom: 100%;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
}

.uppy-Root [role~="tooltip"][data-microtip-position|="top"]:after {
  margin-bottom: 11px;
  bottom: 100%;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
}

.uppy-Root [role~="tooltip"][data-microtip-position="top"]:hover:after, .uppy-Root [role~="tooltip"][data-microtip-position|="top"]:hover:before {
  transform: translate3d(-50%, -5px, 0);
}

.uppy-Root [role~="tooltip"][data-microtip-position="top-left"]:after {
  bottom: 100%;
  transform: translate3d(calc(16px - 100%), 0, 0);
}

.uppy-Root [role~="tooltip"][data-microtip-position="top-left"]:hover:after {
  transform: translate3d(calc(16px - 100%), -5px, 0);
}

.uppy-Root [role~="tooltip"][data-microtip-position="top-right"]:after {
  bottom: 100%;
  transform: translate3d(-16px, 0, 0);
}

.uppy-Root [role~="tooltip"][data-microtip-position="top-right"]:hover:after {
  transform: translate3d(-16px, -5px, 0);
}

.uppy-Root [role~="tooltip"][data-microtip-position|="bottom"]:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='12'%3E%3Cpath fill='rgba(17, 17, 17, 0.9)' d='M33.342 12H1.338c6 0 11.627-12.002 16.002-12.002S27.406 12 33.342 12'/%3E%3C/svg%3E") no-repeat;
  width: 18px;
  height: 6px;
  margin-top: 5px;
  margin-bottom: 0;
  top: 100%;
  bottom: auto;
  left: 50%;
  transform: translate3d(-50%, -10px, 0);
}

.uppy-Root [role~="tooltip"][data-microtip-position|="bottom"]:after {
  margin-top: 11px;
  top: 100%;
  left: 50%;
  transform: translate3d(-50%, -10px, 0);
}

.uppy-Root [role~="tooltip"][data-microtip-position="bottom"]:hover:after, .uppy-Root [role~="tooltip"][data-microtip-position|="bottom"]:hover:before {
  transform: translate3d(-50%, 0, 0);
}

.uppy-Root [role~="tooltip"][data-microtip-position="bottom-left"]:after {
  top: 100%;
  transform: translate3d(calc(16px - 100%), -10px, 0);
}

.uppy-Root [role~="tooltip"][data-microtip-position="bottom-left"]:hover:after {
  transform: translate3d(calc(16px - 100%), 0, 0);
}

.uppy-Root [role~="tooltip"][data-microtip-position="bottom-right"]:after {
  top: 100%;
  transform: translate3d(-16px, -10px, 0);
}

.uppy-Root [role~="tooltip"][data-microtip-position="bottom-right"]:hover:after {
  transform: translate3d(-16px, 0, 0);
}

.uppy-Root [role~="tooltip"][data-microtip-position="left"]:after, .uppy-Root [role~="tooltip"][data-microtip-position="left"]:before {
  inset: 50% 100% auto auto;
  transform: translate3d(10px, -50%, 0);
}

.uppy-Root [role~="tooltip"][data-microtip-position="left"]:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='36'%3E%3Cpath fill='rgba(17, 17, 17, 0.9)' d='M0 33.342V1.338c0 6 12.002 11.627 12.002 16.002S0 27.406 0 33.342'/%3E%3C/svg%3E") no-repeat;
  width: 6px;
  height: 18px;
  margin-bottom: 0;
  margin-right: 5px;
}

.uppy-Root [role~="tooltip"][data-microtip-position="left"]:after {
  margin-right: 11px;
}

.uppy-Root [role~="tooltip"][data-microtip-position="left"]:hover:after, .uppy-Root [role~="tooltip"][data-microtip-position="left"]:hover:before {
  transform: translate3d(0, -50%, 0);
}

.uppy-Root [role~="tooltip"][data-microtip-position="right"]:after, .uppy-Root [role~="tooltip"][data-microtip-position="right"]:before {
  top: 50%;
  bottom: auto;
  left: 100%;
  transform: translate3d(-10px, -50%, 0);
}

.uppy-Root [role~="tooltip"][data-microtip-position="right"]:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='36'%3E%3Cpath fill='rgba(17, 17, 17, 0.9)' d='M12 2.658v32.004c0-6-12.002-11.627-12.002-16.002S12 8.594 12 2.658'/%3E%3C/svg%3E") no-repeat;
  width: 6px;
  height: 18px;
  margin-bottom: 0;
  margin-left: 5px;
}

.uppy-Root [role~="tooltip"][data-microtip-position="right"]:after {
  margin-left: 11px;
}

.uppy-Root [role~="tooltip"][data-microtip-position="right"]:hover:after, .uppy-Root [role~="tooltip"][data-microtip-position="right"]:hover:before {
  transform: translate3d(0, -50%, 0);
}

.uppy-Root [role~="tooltip"][data-microtip-size="small"]:after {
  white-space: normal;
  width: 80px;
}

.uppy-Root [role~="tooltip"][data-microtip-size="medium"]:after {
  white-space: normal;
  width: 150px;
}

.uppy-Root [role~="tooltip"][data-microtip-size="large"]:after {
  white-space: normal;
  width: 260px;
}

.uppy-StatusBar {
  color: #fff;
  z-index: 1001;
  background-color: #fff;
  height: 46px;
  font-size: 12px;
  font-weight: 400;
  line-height: 40px;
  transition: height .2s;
  display: flex;
  position: relative;
}

[data-uppy-theme="dark"] .uppy-StatusBar {
  background-color: #1f1f1f;
}

.uppy-StatusBar:before {
  content: "";
  background-color: #eaeaea;
  width: 100%;
  height: 2px;
  position: absolute;
  inset: 0;
}

[data-uppy-theme="dark"] .uppy-StatusBar:before {
  background-color: #757575;
}

.uppy-StatusBar[aria-hidden="true"] {
  height: 0;
  overflow-y: hidden;
}

.uppy-StatusBar.is-complete .uppy-StatusBar-progress {
  background-color: #1bb240;
}

.uppy-StatusBar.is-error .uppy-StatusBar-progress {
  background-color: #e32437;
}

.uppy-StatusBar.is-complete .uppy-StatusBar-statusIndicator {
  color: #1bb240;
}

.uppy-StatusBar.is-error .uppy-StatusBar-statusIndicator {
  color: #e32437;
}

.uppy-StatusBar:not([aria-hidden="true"]).is-waiting {
  background-color: #fff;
  border-top: 1px solid #eaeaea;
  height: 65px;
}

[data-uppy-theme="dark"] .uppy-StatusBar:not([aria-hidden="true"]).is-waiting {
  background-color: #1f1f1f;
  border-top: 1px solid #333;
}

.uppy-StatusBar-progress {
  z-index: 1001;
  background-color: #1269cf;
  height: 2px;
  transition: background-color, width .3s ease-out;
  position: absolute;
}

.uppy-StatusBar-progress.is-indeterminate {
  background-image: linear-gradient(45deg, #0000004d 25%, #0000 0 50%, #0000004d 0 75%, #0000 0, #0000);
  background-size: 64px 64px;
  animation: 1s linear infinite uppy-StatusBar-ProgressStripes;
}

@keyframes uppy-StatusBar-ProgressStripes {
  0% {
    background-position: 0 0;
  }

  to {
    background-position: 64px 0;
  }
}

.uppy-StatusBar.is-postprocessing .uppy-StatusBar-progress, .uppy-StatusBar.is-preprocessing .uppy-StatusBar-progress {
  background-color: #f6a623;
}

.uppy-StatusBar.is-waiting .uppy-StatusBar-progress {
  display: none;
}

.uppy-StatusBar-content {
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
  z-index: 1002;
  align-items: center;
  height: 100%;
  padding-inline-start: 10px;
  display: flex;
  position: relative;
}

.uppy-size--md .uppy-StatusBar-content {
  padding-inline-start: 15px;
}

[data-uppy-theme="dark"] .uppy-StatusBar-content {
  color: #eaeaea;
}

.uppy-StatusBar-status {
  flex-direction: column;
  justify-content: center;
  padding-inline-end: .3em;
  font-weight: 400;
  line-height: 1.4;
  display: flex;
}

.uppy-StatusBar-statusPrimary {
  font-weight: 500;
  line-height: 1;
  display: flex;
}

.uppy-StatusBar-statusPrimary button.uppy-StatusBar-details {
  margin-left: 5px;
}

[data-uppy-theme="dark"] .uppy-StatusBar-statusPrimary {
  color: #eaeaea;
}

.uppy-StatusBar-statusSecondary {
  color: #757575;
  white-space: nowrap;
  margin-top: 1px;
  font-size: 11px;
  line-height: 1.2;
  display: inline-block;
}

[data-uppy-theme="dark"] .uppy-StatusBar-statusSecondary {
  color: #bbb;
}

.uppy-StatusBar-statusSecondaryHint {
  vertical-align: middle;
  margin-inline-end: 5px;
  line-height: 1;
  display: inline-block;
}

.uppy-size--md .uppy-StatusBar-statusSecondaryHint {
  margin-inline-end: 8px;
}

.uppy-StatusBar-statusIndicator {
  color: #525252;
  margin-inline-end: 7px;
  position: relative;
  top: 1px;
}

.uppy-StatusBar-statusIndicator svg {
  vertical-align: text-bottom;
}

.uppy-StatusBar-actions {
  bottom: 0;
  z-index: 1004;
  inset-inline-end: 10px;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0;
}

.uppy-StatusBar.is-waiting .uppy-StatusBar-actions {
  background-color: #fafafa;
  width: 100%;
  height: 100%;
  padding: 0 15px;
  position: static;
}

[data-uppy-theme="dark"] .uppy-StatusBar.is-waiting .uppy-StatusBar-actions {
  background-color: #1f1f1f;
}

.uppy-StatusBar:not([aria-hidden="true"]).is-waiting.has-ghosts {
  flex-direction: column;
  height: 90px;
}

.uppy-size--md .uppy-StatusBar:not([aria-hidden="true"]).is-waiting.has-ghosts {
  flex-direction: row;
  height: 65px;
}

.uppy-StatusBar:not([aria-hidden="true"]).is-waiting.has-ghosts .uppy-StatusBar-actions {
  flex-direction: column;
  justify-content: center;
}

.uppy-size--md .uppy-StatusBar:not([aria-hidden="true"]).is-waiting.has-ghosts .uppy-StatusBar-actions {
  flex-direction: row;
  justify-content: normal;
}

.uppy-StatusBar-actionCircleBtn {
  cursor: pointer;
  opacity: .9;
  margin: 3px;
  line-height: 1;
}

.uppy-StatusBar-actionCircleBtn:focus {
  outline: none;
}

.uppy-StatusBar-actionCircleBtn::-moz-focus-inner {
  border: 0;
}

.uppy-StatusBar-actionCircleBtn:focus {
  box-shadow: 0 0 0 3px #1269cf80;
}

[data-uppy-theme="dark"] .uppy-StatusBar-actionCircleBtn:focus {
  outline: none;
}

[data-uppy-theme="dark"] .uppy-StatusBar-actionCircleBtn::-moz-focus-inner {
  border: 0;
}

[data-uppy-theme="dark"] .uppy-StatusBar-actionCircleBtn:focus {
  box-shadow: 0 0 0 2px #aae1ffd9;
}

.uppy-StatusBar-actionCircleBtn:hover {
  opacity: 1;
}

.uppy-StatusBar-actionCircleBtn:focus {
  border-radius: 50%;
}

.uppy-StatusBar-actionCircleBtn svg {
  vertical-align: bottom;
}

.uppy-StatusBar-actionBtn {
  color: #1269cf;
  font-size: 10px;
  line-height: inherit;
  vertical-align: middle;
  display: inline-block;
}

.uppy-size--md .uppy-StatusBar-actionBtn {
  font-size: 11px;
}

.uppy-StatusBar-actionBtn--disabled {
  opacity: .4;
}

[data-uppy-theme="dark"] .uppy-StatusBar-actionBtn--disabled {
  opacity: .7;
}

.uppy-StatusBar-actionBtn--retry {
  color: #fff;
  background-color: #ff4b23;
  border-radius: 8px;
  height: 16px;
  margin-inline-end: 6px;
  padding: 1px 6px 3px 18px;
  line-height: 1;
  position: relative;
}

.uppy-StatusBar-actionBtn--retry:focus {
  outline: none;
}

.uppy-StatusBar-actionBtn--retry::-moz-focus-inner {
  border: 0;
}

.uppy-StatusBar-actionBtn--retry:focus {
  box-shadow: 0 0 0 3px #1269cf80;
}

[data-uppy-theme="dark"] .uppy-StatusBar-actionBtn--retry:focus {
  outline: none;
}

[data-uppy-theme="dark"] .uppy-StatusBar-actionBtn--retry::-moz-focus-inner {
  border: 0;
}

[data-uppy-theme="dark"] .uppy-StatusBar-actionBtn--retry:focus {
  box-shadow: 0 0 0 2px #aae1ffd9;
}

.uppy-StatusBar-actionBtn--retry:hover {
  background-color: #f92d00;
}

.uppy-StatusBar-actionBtn--retry svg {
  inset-inline-start: 6px;
  position: absolute;
  top: 3px;
}

.uppy-StatusBar.is-waiting .uppy-StatusBar-actionBtn--upload {
  color: #fff;
  background-color: #1bb240;
  width: 100%;
  padding: 15px 10px;
  font-size: 14px;
  line-height: 1;
}

.uppy-StatusBar.is-waiting .uppy-StatusBar-actionBtn--upload:hover {
  background-color: #189c38;
}

[data-uppy-theme="dark"] .uppy-StatusBar.is-waiting .uppy-StatusBar-actionBtn--upload {
  background-color: #1c8b37;
}

[data-uppy-theme="dark"] .uppy-StatusBar.is-waiting .uppy-StatusBar-actionBtn--upload:hover {
  background-color: #18762f;
}

.uppy-size--md .uppy-StatusBar.is-waiting .uppy-StatusBar-actionBtn--upload {
  width: auto;
  padding: 13px 22px;
}

.uppy-StatusBar.is-waiting .uppy-StatusBar-actionBtn--upload.uppy-StatusBar-actionBtn--disabled:hover {
  cursor: not-allowed;
  background-color: #1bb240;
}

[data-uppy-theme="dark"] .uppy-StatusBar.is-waiting .uppy-StatusBar-actionBtn--upload.uppy-StatusBar-actionBtn--disabled:hover {
  background-color: #1c8b37;
}

.uppy-StatusBar:not(.is-waiting) .uppy-StatusBar-actionBtn--upload {
  background-color: initial;
  color: #1269cf;
}

.uppy-StatusBar-actionBtn--uploadNewlyAdded {
  padding-inline-end: 3px;
  padding-bottom: 1px;
  border-radius: 3px;
  padding-inline-start: 3px;
}

.uppy-StatusBar-actionBtn--uploadNewlyAdded:focus {
  outline: none;
}

.uppy-StatusBar-actionBtn--uploadNewlyAdded::-moz-focus-inner {
  border: 0;
}

.uppy-StatusBar-actionBtn--uploadNewlyAdded:focus {
  box-shadow: 0 0 0 3px #1269cf80;
}

[data-uppy-theme="dark"] .uppy-StatusBar-actionBtn--uploadNewlyAdded:focus {
  outline: none;
}

[data-uppy-theme="dark"] .uppy-StatusBar-actionBtn--uploadNewlyAdded::-moz-focus-inner {
  border: 0;
}

[data-uppy-theme="dark"] .uppy-StatusBar-actionBtn--uploadNewlyAdded:focus {
  box-shadow: 0 0 0 2px #aae1ffd9;
}

.uppy-StatusBar.is-postprocessing .uppy-StatusBar-actionBtn--uploadNewlyAdded, .uppy-StatusBar.is-preprocessing .uppy-StatusBar-actionBtn--uploadNewlyAdded {
  display: none;
}

.uppy-StatusBar-actionBtn--done {
  border-radius: 3px;
  padding: 7px 8px;
  line-height: 1;
}

.uppy-StatusBar-actionBtn--done:focus {
  outline: none;
}

.uppy-StatusBar-actionBtn--done::-moz-focus-inner {
  border: 0;
}

.uppy-StatusBar-actionBtn--done:hover {
  color: #0e51a0;
}

.uppy-StatusBar-actionBtn--done:focus {
  background-color: #dfe6f1;
}

[data-uppy-theme="dark"] .uppy-StatusBar-actionBtn--done:focus {
  background-color: #333;
}

[data-uppy-theme="dark"] .uppy-StatusBar-actionBtn--done {
  color: #02baf2;
}

.uppy-size--md .uppy-StatusBar-actionBtn--done {
  font-size: 14px;
}

.uppy-StatusBar-serviceMsg {
  color: #000;
  padding-left: 10px;
  font-size: 11px;
  line-height: 1.1;
}

.uppy-size--md .uppy-StatusBar-serviceMsg {
  padding-left: 15px;
  font-size: 14px;
}

[data-uppy-theme="dark"] .uppy-StatusBar-serviceMsg {
  color: #eaeaea;
}

.uppy-StatusBar-serviceMsg-ghostsIcon {
  opacity: .5;
  vertical-align: text-bottom;
  width: 10px;
  position: relative;
  top: 2px;
  left: 6px;
}

.uppy-size--md .uppy-StatusBar-serviceMsg-ghostsIcon {
  width: 15px;
  top: 1px;
  left: 10px;
}

.uppy-StatusBar-details {
  appearance: none;
  color: #fff;
  cursor: help;
  text-align: center;
  vertical-align: middle;
  inset-inline-start: 2px;
  background-color: #939393;
  border-radius: 50%;
  width: 13px;
  height: 13px;
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;
  display: inline-block;
  position: relative;
  top: 0;
}

.uppy-StatusBar-details:after {
  word-wrap: break-word;
  line-height: 1.3;
}

.uppy-StatusBar-spinner {
  fill: #1269cf;
  margin-inline-end: 10px;
  animation-name: uppy-StatusBar-spinnerAnimation;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.uppy-StatusBar.is-postprocessing .uppy-StatusBar-spinner, .uppy-StatusBar.is-preprocessing .uppy-StatusBar-spinner {
  fill: #f6a623;
}

@keyframes uppy-StatusBar-spinnerAnimation {
  0% {
    transform: rotate(0);
  }

  to {
    transform: rotate(1turn);
  }
}

.uppy-ProviderBrowser-viewType--grid ul.uppy-ProviderBrowser-list, .uppy-ProviderBrowser-viewType--unsplash ul.uppy-ProviderBrowser-list {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding: 6px;
  display: flex;
}

.uppy-ProviderBrowser-viewType--grid ul.uppy-ProviderBrowser-list:after, .uppy-ProviderBrowser-viewType--unsplash ul.uppy-ProviderBrowser-list:after {
  content: "";
  flex: auto;
}

.uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem, .uppy-ProviderBrowser-viewType--unsplash li.uppy-ProviderBrowserItem {
  width: 50%;
  margin: 0;
  position: relative;
}

.uppy-size--md .uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem, .uppy-size--md .uppy-ProviderBrowser-viewType--unsplash li.uppy-ProviderBrowserItem {
  width: 33.3333%;
}

.uppy-size--lg .uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem, .uppy-size--lg .uppy-ProviderBrowser-viewType--unsplash li.uppy-ProviderBrowserItem {
  width: 25%;
}

.uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem:before, .uppy-ProviderBrowser-viewType--unsplash li.uppy-ProviderBrowserItem:before {
  content: "";
  padding-top: 100%;
  display: block;
}

.uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem--selected img, .uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem--selected svg, .uppy-ProviderBrowser-viewType--unsplash li.uppy-ProviderBrowserItem--selected img, .uppy-ProviderBrowser-viewType--unsplash li.uppy-ProviderBrowserItem--selected svg {
  opacity: .85;
}

.uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem--disabled, .uppy-ProviderBrowser-viewType--unsplash li.uppy-ProviderBrowserItem--disabled {
  opacity: .5;
}

.uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem--noPreview .uppy-ProviderBrowserItem-inner, .uppy-ProviderBrowser-viewType--unsplash li.uppy-ProviderBrowserItem--noPreview .uppy-ProviderBrowserItem-inner {
  background-color: #93939333;
}

[data-uppy-theme="dark"] .uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem--noPreview .uppy-ProviderBrowserItem-inner, [data-uppy-theme="dark"] .uppy-ProviderBrowser-viewType--unsplash li.uppy-ProviderBrowserItem--noPreview .uppy-ProviderBrowserItem-inner {
  background-color: #eaeaea33;
}

.uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem--noPreview svg, .uppy-ProviderBrowser-viewType--unsplash li.uppy-ProviderBrowserItem--noPreview svg {
  fill: #000000b3;
  width: 30%;
  height: 30%;
}

[data-uppy-theme="dark"] .uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem--noPreview svg, [data-uppy-theme="dark"] .uppy-ProviderBrowser-viewType--unsplash li.uppy-ProviderBrowserItem--noPreview svg {
  fill: #fffc;
}

.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-inner, .uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-inner {
  text-align: center;
  border-radius: 4px;
  width: calc(100% - 14px);
  height: calc(100% - 14px);
  position: absolute;
  inset: 7px;
  overflow: hidden;
}

@media (hover: none) {
  .uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-inner .uppy-ProviderBrowserItem-author, .uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-inner .uppy-ProviderBrowserItem-author {
    display: block;
  }
}

[data-uppy-theme="dark"] .uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-inner, [data-uppy-theme="dark"] .uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-inner {
  box-shadow: 0 0 0 3px #aae1ffb3;
}

.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-inner img, .uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-inner img {
  object-fit: cover;
  border-radius: 4px;
  width: 100%;
  height: 100%;
}

.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-author, .uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-author {
  color: #fff;
  background: #0000004d;
  width: 100%;
  margin: 0;
  padding: 5px;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
}

.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-author:hover, .uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-author:hover {
  background: #0006;
  text-decoration: underline;
}

.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-checkbox, .uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-checkbox {
  opacity: 0;
  z-index: 1002;
  background-color: #1269cf;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  position: absolute;
  top: 16px;
  right: 16px;
}

.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-checkbox:after, .uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-checkbox:after {
  inset-inline-start: 7px;
  width: 12px;
  height: 7px;
  top: 8px;
}

.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem--is-checked .uppy-ProviderBrowserItem-checkbox, .uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem--is-checked .uppy-ProviderBrowserItem-checkbox {
  opacity: 1;
}

.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-checkbox--grid:focus + label .uppy-ProviderBrowserItem-author, .uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-checkbox--grid:hover + label .uppy-ProviderBrowserItem-author, .uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-checkbox--grid:focus + label .uppy-ProviderBrowserItem-author, .uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-checkbox--grid:hover + label .uppy-ProviderBrowserItem-author {
  display: block;
}

.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-checkbox--grid:focus + label, .uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-checkbox--grid:focus + label {
  box-shadow: 0 0 0 3px #1269cf80;
}

.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-checkbox--grid:focus + label:focus, .uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-checkbox--grid:focus + label:focus {
  outline: none;
}

.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-checkbox--grid:focus + label::-moz-focus-inner {
  border: 0;
}

.uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-checkbox--grid:focus + label::-moz-focus-inner {
  border: 0;
}

.uppy-ProviderBrowser-viewType--list {
  background-color: #fff;
}

[data-uppy-theme="dark"] .uppy-ProviderBrowser-viewType--list {
  background-color: #1f1f1f;
}

.uppy-ProviderBrowser-viewType--list li.uppy-ProviderBrowserItem {
  align-items: center;
  margin: 0;
  padding: 7px 15px;
  display: flex;
}

[data-uppy-theme="dark"] .uppy-ProviderBrowser-viewType--list li.uppy-ProviderBrowserItem {
  color: #eaeaea;
}

.uppy-ProviderBrowser-viewType--list li.uppy-ProviderBrowserItem--disabled {
  opacity: .6;
}

.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-checkbox {
  background-color: #fff;
  border: 1px solid #cfcfcf;
  border-radius: 3px;
  width: 17px;
  height: 17px;
  margin-inline-end: 15px;
}

.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-checkbox:focus {
  border: 1px solid #1269cf;
  outline: none;
  box-shadow: 0 0 0 3px #1269cf40;
}

.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-checkbox:after {
  opacity: 0;
  inset-inline-start: 3px;
  width: 9px;
  height: 5px;
  top: 4px;
}

[data-uppy-theme="dark"] .uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-checkbox:focus {
  border-color: #02baf2b3;
  box-shadow: 0 0 0 3px #02baf233;
}

.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem--is-checked .uppy-ProviderBrowserItem-checkbox, .uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem--is-partial .uppy-ProviderBrowserItem-checkbox {
  background-color: #1269cf;
  border-color: #1269cf;
}

.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem--is-checked .uppy-ProviderBrowserItem-checkbox:after, .uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem--is-partial .uppy-ProviderBrowserItem-checkbox:after {
  opacity: 1;
}

.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-inner {
  color: inherit;
  text-overflow: ellipsis;
  white-space: nowrap;
  align-items: center;
  padding: 2px;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, Segoe UI, Segoe UI Symbol, Segoe UI Emoji, Apple Color Emoji, Roboto, Helvetica, Arial, sans-serif;
  display: flex;
  overflow: hidden;
}

.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-inner:focus {
  outline: none;
  text-decoration: underline;
}

.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-inner img, .uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-inner svg {
  margin-inline-end: 8px;
}

.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-inner span {
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.2;
  overflow: hidden;
}

.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem--disabled .uppy-ProviderBrowserItem-inner {
  cursor: default;
}

.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-iconWrap {
  width: 20px;
  margin-inline-end: 7px;
}

.uppy-ProviderBrowserItem-checkbox {
  cursor: pointer;
  flex-shrink: 0;
  position: relative;
}

.uppy-ProviderBrowserItem-checkbox:disabled, .uppy-ProviderBrowserItem-checkbox:disabled:after {
  cursor: default;
}

[data-uppy-theme="dark"] .uppy-ProviderBrowserItem-checkbox {
  background-color: #1f1f1f;
  border-color: #939393;
}

[data-uppy-theme="dark"] .uppy-ProviderBrowserItem--is-checked .uppy-ProviderBrowserItem-checkbox {
  background-color: #333;
}

.uppy-ProviderBrowserItem--is-checked .uppy-ProviderBrowserItem-checkbox:after {
  content: "";
  cursor: pointer;
  border-bottom: 2px solid #eaeaea;
  border-left: 2px solid #eaeaea;
  position: absolute;
  transform: rotate(-45deg);
}

.uppy-ProviderBrowserItem--is-partial .uppy-ProviderBrowserItem-checkbox:after {
  content: "" !important;
  background-color: #eaeaea !important;
  height: 2px !important;
  position: absolute !important;
  top: 50% !important;
  left: 20% !important;
  right: 20% !important;
  transform: translateY(-50%) !important;
}

.uppy-SearchProvider {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

[data-uppy-theme="dark"] .uppy-SearchProvider {
  background-color: #1f1f1f;
}

.uppy-SearchProvider-input {
  width: 90%;
  max-width: 650px;
  margin-bottom: 15px;
}

.uppy-size--md .uppy-SearchProvider-input {
  margin-bottom: 20px;
}

.uppy-SearchProvider-input::-webkit-search-cancel-button {
  display: none;
}

.uppy-SearchProvider-searchButton {
  padding: 13px 25px;
}

.uppy-size--md .uppy-SearchProvider-searchButton {
  padding: 13px 30px;
}

.uppy-DashboardContent-panelBody {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

[data-uppy-theme="dark"] .uppy-DashboardContent-panelBody {
  background-color: #1f1f1f;
}

.uppy-Provider-auth, .uppy-Provider-empty, .uppy-Provider-error, .uppy-Provider-loading {
  color: #939393;
  flex-flow: column wrap;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.uppy-Provider-empty {
  color: #939393;
}

.uppy-Provider-authIcon svg {
  width: 100px;
  height: 75px;
}

.uppy-Provider-authTitle {
  color: #757575;
  text-align: center;
  max-width: 500px;
  margin-bottom: 30px;
  padding: 0 15px;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.4;
}

.uppy-size--md .uppy-Provider-authTitle {
  font-size: 20px;
}

[data-uppy-theme="dark"] .uppy-Provider-authTitle {
  color: #cfcfcf;
}

.uppy-Provider-btn-google {
  background: #4285f4;
  align-items: center;
  display: flex;
  padding: 8px 12px !important;
}

.uppy-Provider-btn-google:hover {
  background-color: #1266f1;
}

.uppy-Provider-btn-google:focus {
  outline: none;
  box-shadow: 0 0 0 3px #4285f466;
}

.uppy-Provider-btn-google svg {
  margin-right: 8px;
}

.uppy-Provider-breadcrumbs {
  color: #525252;
  text-align: start;
  flex: 1;
  margin-bottom: 10px;
  font-size: 12px;
}

.uppy-size--md .uppy-Provider-breadcrumbs {
  margin-bottom: 0;
}

[data-uppy-theme="dark"] .uppy-Provider-breadcrumbs {
  color: #eaeaea;
}

.uppy-Provider-breadcrumbsIcon {
  color: #525252;
  vertical-align: middle;
  margin-inline-end: 4px;
  line-height: 1;
  display: inline-block;
}

.uppy-Provider-breadcrumbsIcon svg {
  fill: #525252;
  width: 13px;
  height: 13px;
}

.uppy-Provider-breadcrumbs button {
  line-height: inherit;
  border-radius: 3px;
  padding: 4px;
  display: inline-block;
}

.uppy-Provider-breadcrumbs button:focus {
  outline: none;
}

.uppy-Provider-breadcrumbs button::-moz-focus-inner {
  border: 0;
}

.uppy-Provider-breadcrumbs button:hover {
  color: #0e51a0;
}

.uppy-Provider-breadcrumbs button:focus {
  background-color: #dfe6f1;
}

[data-uppy-theme="dark"] .uppy-Provider-breadcrumbs button:focus {
  background-color: #333;
}

.uppy-Provider-breadcrumbs button:not(:last-of-type) {
  text-decoration: underline;
}

.uppy-Provider-breadcrumbs button:last-of-type {
  color: #333;
  cursor: normal;
  pointer-events: none;
  font-weight: 500;
}

.uppy-Provider-breadcrumbs button:hover {
  cursor: pointer;
}

[data-uppy-theme="dark"] .uppy-Provider-breadcrumbs button {
  color: #eaeaea;
}

.uppy-ProviderBrowser {
  flex-direction: column;
  flex: 1;
  height: 100%;
  font-size: 14px;
  font-weight: 400;
  display: flex;
}

.uppy-ProviderBrowser-user {
  color: #333;
  margin: 0 8px 0 0;
  font-weight: 500;
}

[data-uppy-theme="dark"] .uppy-ProviderBrowser-user {
  color: #eaeaea;
}

.uppy-ProviderBrowser-user:after {
  color: #939393;
  content: "·";
  font-weight: 400;
  position: relative;
  inset-inline-start: 4px;
}

.uppy-ProviderBrowser-header {
  z-index: 1001;
  border-bottom: 1px solid #eaeaea;
  position: relative;
}

[data-uppy-theme="dark"] .uppy-ProviderBrowser-header {
  border-bottom: 1px solid #333;
}

.uppy-ProviderBrowser-headerBar {
  color: #757575;
  z-index: 1001;
  background-color: #fafafa;
  padding: 7px 15px;
  font-size: 12px;
  line-height: 1.4;
}

.uppy-size--md .uppy-ProviderBrowser-headerBar {
  align-items: center;
  display: flex;
}

[data-uppy-theme="dark"] .uppy-ProviderBrowser-headerBar {
  background-color: #1f1f1f;
}

.uppy-ProviderBrowser-headerBar--simple {
  text-align: center;
  justify-content: center;
  display: block;
}

.uppy-ProviderBrowser-headerBar--simple .uppy-Provider-breadcrumbsWrap {
  vertical-align: middle;
  flex: none;
  display: inline-block;
}

.uppy-ProviderBrowser-searchFilter {
  align-items: center;
  width: 100%;
  height: 30px;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
  position: relative;
}

.uppy-ProviderBrowser-searchFilterInput {
  color: #333;
  z-index: 1001;
  background-color: #eaeaea;
  border: 0;
  border-radius: 4px;
  outline: 0;
  width: 100%;
  height: 30px;
  padding-inline: 30px;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, Segoe UI, Segoe UI Symbol, Segoe UI Emoji, Apple Color Emoji, Roboto, Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.4;
}

.uppy-ProviderBrowser-searchFilterInput::-webkit-search-cancel-button {
  display: none;
}

[data-uppy-theme="dark"] .uppy-ProviderBrowser-searchFilterInput {
  color: #eaeaea;
  background-color: #1f1f1f;
}

.uppy-ProviderBrowser-searchFilterInput:focus {
  background-color: #cfcfcf;
  border: 0;
}

[data-uppy-theme="dark"] .uppy-ProviderBrowser-searchFilterInput:focus {
  background-color: #333;
}

.uppy-ProviderBrowser-searchFilterIcon {
  color: #757575;
  z-index: 1002;
  width: 12px;
  height: 12px;
  position: absolute;
  inset-inline-start: 16px;
}

.uppy-ProviderBrowser-searchFilterInput::placeholder {
  color: #939393;
  opacity: 1;
}

.uppy-ProviderBrowser-searchFilterReset {
  color: #939393;
  cursor: pointer;
  z-index: 1002;
  border-radius: 3px;
  width: 22px;
  height: 22px;
  padding: 6px;
  position: absolute;
  inset-inline-end: 16px;
}

.uppy-ProviderBrowser-searchFilterReset:focus {
  outline: none;
}

.uppy-ProviderBrowser-searchFilterReset::-moz-focus-inner {
  border: 0;
}

.uppy-ProviderBrowser-searchFilterReset:focus {
  box-shadow: 0 0 0 3px #1269cf80;
}

.uppy-ProviderBrowser-searchFilterReset:hover {
  color: #757575;
}

.uppy-ProviderBrowser-searchFilterReset svg {
  vertical-align: text-top;
}

.uppy-ProviderBrowser-userLogout {
  color: #1269cf;
  cursor: pointer;
  line-height: inherit;
  border-radius: 3px;
  padding: 4px;
}

.uppy-ProviderBrowser-userLogout:focus {
  outline: none;
}

.uppy-ProviderBrowser-userLogout::-moz-focus-inner {
  border: 0;
}

.uppy-ProviderBrowser-userLogout:hover {
  color: #0e51a0;
}

.uppy-ProviderBrowser-userLogout:focus {
  background-color: #dfe6f1;
}

[data-uppy-theme="dark"] .uppy-ProviderBrowser-userLogout:focus {
  background-color: #333;
}

.uppy-ProviderBrowser-userLogout:hover {
  text-decoration: underline;
}

[data-uppy-theme="dark"] .uppy-ProviderBrowser-userLogout {
  color: #eaeaea;
}

.uppy-ProviderBrowser-body {
  flex: 1;
  position: relative;
}

.uppy-ProviderBrowser-list {
  border-spacing: 0;
  -webkit-overflow-scrolling: touch;
  background-color: #fff;
  flex: 1;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  position: absolute;
  inset: 0;
  overflow: hidden auto;
}

[data-uppy-theme="dark"] .uppy-ProviderBrowser-list {
  background-color: #1f1f1f;
}

.uppy-ProviderBrowser-list:focus {
  outline: none;
}

.uppy-ProviderBrowserItem-inner {
  cursor: pointer;
  font-size: 13px;
  font-weight: 500;
}

.uppy-ProviderBrowser-footer {
  background-color: #fff;
  border-top: 1px solid #eaeaea;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  display: flex;
}

.uppy-ProviderBrowser-footer button {
  margin-inline-end: 8px;
}

[data-uppy-theme="dark"] .uppy-ProviderBrowser-footer {
  background-color: #1f1f1f;
  border-top: 1px solid #333;
}

.uppy-ProviderBrowser-footer-buttons {
  flex-shrink: 0;
}

.uppy-ProviderBrowser-footer-error {
  color: #e32437;
  line-height: 18px;
}

@media (width <= 426px) {
  .uppy-ProviderBrowser-footer {
    flex-direction: column-reverse;
    align-items: stretch;
  }

  .uppy-ProviderBrowser-footer-error {
    padding-bottom: 10px;
  }
}

.picker-dialog-bg {
  z-index: 20000 !important;
}

.picker-dialog {
  z-index: 20001 !important;
}

.uppy-Dashboard-Item-previewInnerWrap {
  border-radius: 3px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 2px #0006;
}

.uppy-size--md .uppy-Dashboard-Item-previewInnerWrap {
  box-shadow: 0 1px 2px #00000026;
}

.uppy-Dashboard--singleFile .uppy-Dashboard-Item-previewInnerWrap {
  box-shadow: none;
}

.uppy-Dashboard-Item-previewInnerWrap:after {
  content: "";
  z-index: 1001;
  background-color: #000000a6;
  display: none;
  position: absolute;
  inset: 0;
}

.uppy-Dashboard-Item-previewLink {
  z-index: 1002;
  position: absolute;
  inset: 0;
}

.uppy-Dashboard-Item-previewLink:focus {
  box-shadow: inset 0 0 0 3px #579df0;
}

[data-uppy-theme="dark"] .uppy-Dashboard-Item-previewLink:focus {
  box-shadow: inset 0 0 0 3px #016c8d;
}

.uppy-Dashboard-Item-preview img.uppy-Dashboard-Item-previewImg {
  object-fit: cover;
  border-radius: 3px;
  width: 100%;
  height: 100%;
  transform: translateZ(0);
}

.uppy-Dashboard--singleFile .uppy-Dashboard-Item-preview img.uppy-Dashboard-Item-previewImg {
  object-fit: contain;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  padding: 10px;
}

.uppy-Dashboard-Item-progress {
  color: #fff;
  text-align: center;
  transition: all .35 ease;
  z-index: 1002;
  width: 120px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.uppy-Dashboard-Item-progressIndicator {
  color: #fff;
  opacity: .9;
  width: 38px;
  height: 38px;
  display: inline-block;
}

.uppy-size--md .uppy-Dashboard-Item-progressIndicator {
  width: 55px;
  height: 55px;
}

button.uppy-Dashboard-Item-progressIndicator {
  cursor: pointer;
}

button.uppy-Dashboard-Item-progressIndicator:focus {
  outline: none;
}

button.uppy-Dashboard-Item-progressIndicator::-moz-focus-inner {
  border: 0;
}

button.uppy-Dashboard-Item-progressIndicator:focus .uppy-Dashboard-Item-progressIcon--bg, button.uppy-Dashboard-Item-progressIndicator:focus .uppy-Dashboard-Item-progressIcon--retry {
  fill: #579df0;
}

.uppy-Dashboard-Item-progressIcon--circle {
  width: 100%;
  height: 100%;
}

.uppy-Dashboard-Item-progressIcon--bg {
  stroke: #fff6;
}

.uppy-Dashboard-Item-progressIcon--progress {
  stroke: #fff;
  transition: stroke-dashoffset .5s ease-out;
}

.uppy-Dashboard-Item-progressIcon--play {
  fill: #fff;
  stroke: #fff;
  transition: all .2s;
}

.uppy-Dashboard-Item-progressIcon--cancel {
  fill: #fff;
  transition: all .2s;
}

.uppy-Dashboard-Item-progressIcon--pause {
  fill: #fff;
  stroke: #fff;
  transition: all .2s;
}

.uppy-Dashboard-Item-progressIcon--check {
  fill: #fff;
  transition: all .2s;
}

.uppy-Dashboard-Item-progressIcon--retry {
  fill: #fff;
}

.uppy-Dashboard-Item.is-complete .uppy-Dashboard-Item-progress {
  inset-inline: auto -8px;
  width: auto;
  top: -9px;
  transform: none;
}

.uppy-Dashboard-Item.is-error .uppy-Dashboard-Item-progressIndicator {
  width: 18px;
  height: 18px;
}

.uppy-size--md .uppy-Dashboard-Item.is-error .uppy-Dashboard-Item-progressIndicator {
  width: 28px;
  height: 28px;
}

.uppy-Dashboard-Item.is-complete .uppy-Dashboard-Item-progressIndicator {
  opacity: 1;
  width: 18px;
  height: 18px;
}

.uppy-size--md .uppy-Dashboard-Item.is-complete .uppy-Dashboard-Item-progressIndicator {
  width: 22px;
  height: 22px;
}

.uppy-Dashboard-Item.is-processing .uppy-Dashboard-Item-progress {
  opacity: 0;
}

.uppy-Dashboard-Item-fileInfo {
  padding-inline-end: 5px;
}

.uppy-Dashboard--singleFile .uppy-Dashboard-Item-fileInfo {
  padding-inline-end: 10px;
}

.uppy-size--md.uppy-Dashboard--singleFile .uppy-Dashboard-Item-fileInfo {
  padding-inline-end: 15px;
}

.uppy-Dashboard-Item-name {
  word-wrap: anywhere;
  word-break: break-all;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3;
}

[data-uppy-theme="dark"] .uppy-Dashboard-Item-name {
  color: #eaeaea;
}

.uppy-size--md.uppy-Dashboard--singleFile .uppy-Dashboard-Item-name {
  font-size: 14px;
  line-height: 1.4;
}

.uppy-Dashboard-Item-fileName {
  align-items: baseline;
  display: flex;
}

.uppy-Dashboard-Item-fileName button {
  margin-left: 5px;
}

.uppy-Dashboard-Item-author {
  color: #757575;
  vertical-align: bottom;
  margin-bottom: 5px;
  font-size: 11px;
  font-weight: 400;
  line-height: 1;
  display: inline-block;
}

.uppy-Dashboard-Item-author a {
  color: #757575;
}

.uppy-Dashboard-Item-status {
  color: #757575;
  font-size: 11px;
  font-weight: 400;
  line-height: 1;
}

[data-uppy-theme="dark"] .uppy-Dashboard-Item-status {
  color: #bbb;
}

.uppy-Dashboard-Item-statusSize {
  text-transform: uppercase;
  vertical-align: bottom;
  margin-bottom: 5px;
  display: inline-block;
}

.uppy-Dashboard-Item-reSelect {
  color: #1269cf;
  font-family: inherit;
  font-size: inherit;
  font-weight: 600;
}

.uppy-Dashboard-Item-errorMessage {
  color: #a51523;
  background-color: #fdeff1;
  padding: 5px 6px;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.3;
}

.uppy-Dashboard-Item-errorMessageBtn {
  color: #a51523;
  cursor: pointer;
  font-size: 11px;
  font-weight: 500;
  text-decoration: underline;
}

.uppy-Dashboard-Item-preview .uppy-Dashboard-Item-errorMessage {
  display: none;
}

.uppy-size--md .uppy-Dashboard-Item-preview .uppy-Dashboard-Item-errorMessage {
  border-top: 1px solid #f7c2c8;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  padding: 6px 8px;
  line-height: 1.4;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.uppy-Dashboard-Item-fileInfo .uppy-Dashboard-Item-errorMessage {
  border: 1px solid #f7c2c8;
  border-radius: 3px;
  display: inline-block;
  position: static;
}

.uppy-size--md .uppy-Dashboard-Item-fileInfo .uppy-Dashboard-Item-errorMessage {
  display: none;
}

.uppy-Dashboard-Item-action {
  color: #939393;
  cursor: pointer;
}

.uppy-Dashboard-Item-action:focus {
  outline: none;
}

.uppy-Dashboard-Item-action::-moz-focus-inner {
  border: 0;
}

.uppy-Dashboard-Item-action:focus {
  box-shadow: 0 0 0 3px #1269cf80;
}

.uppy-Dashboard-Item-action:hover {
  color: #1f1f1f;
  opacity: 1;
}

[data-uppy-theme="dark"] .uppy-Dashboard-Item-action {
  color: #cfcfcf;
}

[data-uppy-theme="dark"] .uppy-Dashboard-Item-action:focus {
  outline: none;
}

[data-uppy-theme="dark"] .uppy-Dashboard-Item-action::-moz-focus-inner {
  border: 0;
}

[data-uppy-theme="dark"] .uppy-Dashboard-Item-action:focus {
  box-shadow: 0 0 0 2px #aae1ffd9;
}

[data-uppy-theme="dark"] .uppy-Dashboard-Item-action:hover {
  color: #eaeaea;
}

.uppy-Dashboard-Item-action--remove {
  color: #1f1f1f;
  opacity: .95;
}

.uppy-Dashboard-Item-action--remove:hover {
  color: #000;
  opacity: 1;
}

.uppy-size--md .uppy-Dashboard-Item-action--remove {
  z-index: 1002;
  inset-inline-end: -8px;
  width: 18px;
  height: 18px;
  padding: 0;
  position: absolute;
  top: -8px;
}

.uppy-size--md .uppy-Dashboard-Item-action--remove:focus {
  border-radius: 50%;
}

.uppy-Dashboard--singleFile.uppy-size--height-md .uppy-Dashboard-Item-action--remove {
  inset-inline-end: 8px;
  position: absolute;
  top: 8px;
}

[data-uppy-theme="dark"] .uppy-Dashboard-Item-action--remove {
  color: #525252;
}

[data-uppy-theme="dark"] .uppy-Dashboard-Item-action--remove:hover {
  color: #333;
}

.uppy-Dashboard:not(.uppy-size--md):not(.uppy-Dashboard--singleFile.uppy-size--height-md) .uppy-Dashboard-Item-actionWrapper {
  align-items: center;
  display: flex;
}

.uppy-Dashboard:not(.uppy-size--md):not(.uppy-Dashboard--singleFile.uppy-size--height-md) .uppy-Dashboard-Item-action {
  width: 22px;
  height: 22px;
  margin-left: 3px;
  padding: 3px;
}

.uppy-Dashboard:not(.uppy-size--md):not(.uppy-Dashboard--singleFile.uppy-size--height-md) .uppy-Dashboard-Item-action:focus {
  border-radius: 3px;
}

.uppy-size--md .uppy-Dashboard-Item-action--copyLink, .uppy-size--md .uppy-Dashboard-Item-action--edit {
  width: 16px;
  height: 16px;
  padding: 0;
}

.uppy-size--md .uppy-Dashboard-Item-action--copyLink:focus, .uppy-size--md .uppy-Dashboard-Item-action--edit:focus {
  border-radius: 3px;
}

.uppy-Dashboard-Item {
  border-bottom: 1px solid #eaeaea;
  align-items: center;
  padding: 10px;
  display: flex;
}

.uppy-Dashboard:not(.uppy-Dashboard--singleFile) .uppy-Dashboard-Item {
  padding-inline-end: 0;
}

[data-uppy-theme="dark"] .uppy-Dashboard-Item {
  border-bottom: 1px solid #333;
}

.uppy-size--md .uppy-Dashboard-Item {
  float: inline-start;
  border-bottom: 0;
  width: calc(33.333% - 30px);
  height: 215px;
  margin: 5px 15px;
  padding: 0;
  display: block;
  position: relative;
}

.uppy-size--lg .uppy-Dashboard-Item {
  width: calc(25% - 30px);
  height: 190px;
  margin: 5px 15px;
  padding: 0;
}

.uppy-size--xl .uppy-Dashboard-Item {
  width: calc(20% - 30px);
  height: 210px;
  padding: 0;
}

.uppy-Dashboard--singleFile .uppy-Dashboard-Item {
  border-bottom: 0;
  flex-direction: column;
  width: 100%;
  max-width: 400px;
  height: 100%;
  padding: 15px;
  display: flex;
  position: relative;
}

.uppy-Dashboard-Item.is-ghost .uppy-Dashboard-Item-previewInnerWrap {
  opacity: .2;
}

.uppy-Dashboard-Item.is-ghost .uppy-Dashboard-Item-name {
  opacity: .7;
}

.uppy-Dashboard-Item.is-ghost .uppy-Dashboard-Item-preview:before {
  content: "";
  opacity: .5;
  z-index: 1005;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='35' height='39' viewBox='0 0 35 39'%3E%3Cpath fill='%2523000' d='M1.708 38.66c1.709 0 3.417-3.417 6.834-3.417s5.125 3.417 8.61 3.417c3.348 0 5.056-3.417 8.473-3.417 4.305 0 5.125 3.417 6.833 3.417.889 0 1.709-.889 1.709-1.709v-19.68C34.167-5.757 0-5.757 0 17.271v19.68c0 .82.888 1.709 1.708 1.709m8.542-17.084a3.383 3.383 0 0 1-3.417-3.416 3.383 3.383 0 0 1 3.417-3.417 3.383 3.383 0 0 1 3.417 3.417 3.383 3.383 0 0 1-3.417 3.416m13.667 0A3.383 3.383 0 0 1 20.5 18.16a3.383 3.383 0 0 1 3.417-3.417 3.383 3.383 0 0 1 3.416 3.417 3.383 3.383 0 0 1-3.416 3.416'/%3E%3C/svg%3E");
  background-position: 50% 10px;
  background-repeat: no-repeat;
  background-size: 25px;
  position: absolute;
  inset: 0;
}

.uppy-size--md .uppy-Dashboard-Item.is-ghost .uppy-Dashboard-Item-preview:before {
  background-position: 50%;
  background-size: 40px;
}

.uppy-Dashboard--singleFile .uppy-Dashboard-Item.is-ghost .uppy-Dashboard-Item-preview:before {
  background-position: 50%;
  background-size: 30%;
}

.uppy-Dashboard-Item-preview {
  flex-grow: 0;
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  position: relative;
}

.uppy-size--md .uppy-Dashboard-Item-preview {
  width: 100%;
  height: 140px;
}

.uppy-size--lg .uppy-Dashboard-Item-preview {
  height: 120px;
}

.uppy-size--xl .uppy-Dashboard-Item-preview {
  height: 140px;
}

.uppy-Dashboard--singleFile .uppy-Dashboard-Item-preview {
  flex-grow: 1;
  width: 100%;
  max-height: 75%;
}

.uppy-Dashboard--singleFile.uppy-size--md .uppy-Dashboard-Item-preview {
  max-height: 100%;
}

.uppy-Dashboard-Item-fileInfoAndButtons {
  flex-grow: 1;
  justify-content: space-between;
  align-items: center;
  padding-inline: 12px 8px;
  display: flex;
}

.uppy-Dashboard--singleFile .uppy-Dashboard-Item-fileInfoAndButtons, .uppy-size--md .uppy-Dashboard-Item-fileInfoAndButtons {
  align-items: flex-start;
  padding: 9px 0 0;
}

.uppy-Dashboard--singleFile .uppy-Dashboard-Item-fileInfoAndButtons {
  flex-grow: 0;
  width: 100%;
}

.uppy-Dashboard-Item-fileInfo {
  flex-grow: 1;
  flex-shrink: 1;
}

.uppy-Dashboard-Item-actionWrapper {
  flex-grow: 0;
  flex-shrink: 0;
}

.uppy-Dashboard-Item.is-error .uppy-Dashboard-Item-previewInnerWrap:after, .uppy-Dashboard-Item.is-inprogress .uppy-Dashboard-Item-previewInnerWrap:after {
  display: block;
}

.uppy-Dashboard-Item-errorDetails {
  appearance: none;
  color: #fff;
  cursor: help;
  text-align: center;
  inset-inline-start: 2px;
  background-color: #939393;
  border: none;
  border-radius: 50%;
  flex-shrink: 0;
  width: 13px;
  height: 13px;
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;
  position: relative;
  top: 0;
}

.uppy-Dashboard-Item-errorDetails:after {
  word-wrap: break-word;
  line-height: 1.3;
}

.uppy-Dashboard-FileCard {
  z-index: 1005;
  background-color: #fff;
  border-radius: 5px;
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0;
  box-shadow: 0 0 10px 4px #0000001a;
}

.uppy-Dashboard-FileCard .uppy-DashboardContent-bar {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.uppy-Dashboard-FileCard .uppy-Dashboard-FileCard-actions {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.uppy-Dashboard-FileCard-inner {
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 1;
  height: 100%;
  min-height: 0;
  display: flex;
}

.uppy-Dashboard-FileCard-preview {
  border-bottom: 1px solid #eaeaea;
  flex-grow: 0;
  flex-shrink: 1;
  justify-content: center;
  align-items: center;
  height: 60%;
  min-height: 0;
  display: flex;
  position: relative;
}

[data-uppy-theme="dark"] .uppy-Dashboard-FileCard-preview {
  background-color: #333;
  border-bottom: 0;
}

.uppy-Dashboard-FileCard-preview img.uppy-Dashboard-Item-previewImg {
  object-fit: cover;
  border-radius: 3px;
  flex: none;
  max-width: 90%;
  max-height: 90%;
  box-shadow: 0 3px 20px #00000026;
}

.uppy-Dashboard-FileCard-edit {
  color: #fff;
  inset-inline-end: 10px;
  background-color: #00000080;
  border-radius: 50px;
  padding: 7px 15px;
  font-size: 13px;
  position: absolute;
  top: 10px;
}

.uppy-Dashboard-FileCard-edit:focus {
  outline: none;
}

.uppy-Dashboard-FileCard-edit::-moz-focus-inner {
  border: 0;
}

.uppy-Dashboard-FileCard-edit:focus {
  box-shadow: 0 0 0 3px #1269cf80;
}

.uppy-Dashboard-FileCard-edit:hover {
  background-color: #000c;
}

.uppy-Dashboard-FileCard-info {
  -webkit-overflow-scrolling: touch;
  flex-grow: 0;
  flex-shrink: 0;
  height: 40%;
  padding: 30px 20px 20px;
  overflow-y: auto;
}

[data-uppy-theme="dark"] .uppy-Dashboard-FileCard-info {
  background-color: #1f1f1f;
}

.uppy-Dashboard-FileCard-fieldset {
  border: 0;
  max-width: 640px;
  margin: auto auto 12px;
  padding: 0;
  font-size: 0;
}

.uppy-Dashboard-FileCard-label {
  color: #525252;
  vertical-align: middle;
  width: 22%;
  font-size: 12px;
  display: inline-block;
}

.uppy-size--md .uppy-Dashboard-FileCard-label {
  font-size: 14px;
}

[data-uppy-theme="dark"] .uppy-Dashboard-FileCard-label {
  color: #eaeaea;
}

.uppy-Dashboard-FileCard-input {
  vertical-align: middle;
  width: 78%;
  display: inline-block;
}

.uppy-Dashboard-FileCard-actions {
  background-color: #fafafa;
  border-top: 1px solid #eaeaea;
  flex-grow: 0;
  flex-shrink: 0;
  align-items: center;
  height: 55px;
  padding: 0 15px;
  display: flex;
}

.uppy-size--md .uppy-Dashboard-FileCard-actions {
  height: 65px;
}

[data-uppy-theme="dark"] .uppy-Dashboard-FileCard-actions {
  background-color: #1f1f1f;
  border-top: 1px solid #333;
}

.uppy-Dashboard-FileCard-actionsBtn {
  margin-inline-end: 10px;
}

.uppy-transition-slideDownUp-enter {
  opacity: .01;
  transition: transform .25s ease-in-out, opacity .25s ease-in-out;
  transform: translate3d(0, -105%, 0);
}

.uppy-transition-slideDownUp-enter.uppy-transition-slideDownUp-enter-active {
  opacity: 1;
  transform: translateZ(0);
}

.uppy-transition-slideDownUp-leave {
  opacity: 1;
  transition: transform .25s ease-in-out, opacity .25s ease-in-out;
  transform: translateZ(0);
}

.uppy-transition-slideDownUp-leave.uppy-transition-slideDownUp-leave-active {
  opacity: .01;
  transform: translate3d(0, -105%, 0);
}

@keyframes uppy-Dashboard-fadeIn {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes uppy-Dashboard-fadeOut {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes uppy-Dashboard-slideDownAndFadeIn {
  0% {
    opacity: 0;
    transform: translate3d(-50%, -70%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(-50%, -50%, 0);
  }
}

@keyframes uppy-Dashboard-slideDownAndFadeIn--small {
  0% {
    opacity: 0;
    transform: translate3d(0, -20%, 0);
  }

  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

@keyframes uppy-Dashboard-slideUpFadeOut {
  0% {
    opacity: 1;
    transform: translate3d(-50%, -50%, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(-50%, -70%, 0);
  }
}

@keyframes uppy-Dashboard-slideUpFadeOut--small {
  0% {
    opacity: 1;
    transform: translateZ(0);
  }

  to {
    opacity: 0;
    transform: translate3d(0, -20%, 0);
  }
}

.uppy-Dashboard--modal {
  z-index: 1001;
}

.uppy-Dashboard--modal[aria-hidden="true"] {
  display: none;
}

.uppy-Dashboard--modal.uppy-Dashboard--animateOpenClose > .uppy-Dashboard-inner {
  animation: .3s cubic-bezier(0, 0, .2, 1) uppy-Dashboard-slideDownAndFadeIn--small;
}

@media only screen and (width >= 820px) {
  .uppy-Dashboard--modal.uppy-Dashboard--animateOpenClose > .uppy-Dashboard-inner {
    animation: .3s cubic-bezier(0, 0, .2, 1) uppy-Dashboard-slideDownAndFadeIn;
  }
}

.uppy-Dashboard--modal.uppy-Dashboard--animateOpenClose > .uppy-Dashboard-overlay {
  animation: .3s cubic-bezier(0, 0, .2, 1) uppy-Dashboard-fadeIn;
}

.uppy-Dashboard--modal.uppy-Dashboard--animateOpenClose.uppy-Dashboard--isClosing > .uppy-Dashboard-inner {
  animation: .3s cubic-bezier(0, 0, .2, 1) uppy-Dashboard-slideUpFadeOut--small;
}

@media only screen and (width >= 820px) {
  .uppy-Dashboard--modal.uppy-Dashboard--animateOpenClose.uppy-Dashboard--isClosing > .uppy-Dashboard-inner {
    animation: .3s cubic-bezier(0, 0, .2, 1) uppy-Dashboard-slideUpFadeOut;
  }
}

.uppy-Dashboard--modal.uppy-Dashboard--animateOpenClose.uppy-Dashboard--isClosing > .uppy-Dashboard-overlay {
  animation: .3s cubic-bezier(0, 0, .2, 1) uppy-Dashboard-fadeOut;
}

.uppy-Dashboard-isFixed {
  height: 100vh;
  overflow: hidden;
}

.uppy-Dashboard--modal .uppy-Dashboard-overlay {
  z-index: 1001;
  background-color: #00000080;
  position: fixed;
  inset: 0;
}

.uppy-Dashboard-inner {
  background-color: #f4f4f4;
  border: 1px solid #eaeaea;
  border-radius: 5px;
  outline: none;
  max-width: 100%;
  max-height: 100%;
  position: relative;
}

.uppy-size--md .uppy-Dashboard-inner {
  min-height: auto;
}

@media only screen and (width >= 820px) {
  .uppy-Dashboard-inner {
    width: 650px;
    height: 500px;
  }
}

.uppy-Dashboard--modal .uppy-Dashboard-inner {
  z-index: 1002;
}

[data-uppy-theme="dark"] .uppy-Dashboard-inner {
  background-color: #1f1f1f;
}

.uppy-Dashboard--isDisabled .uppy-Dashboard-inner {
  cursor: not-allowed;
}

.uppy-Dashboard-innerWrap {
  opacity: 0;
  border-radius: 5px;
  flex-direction: column;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.uppy-Dashboard--isInnerWrapVisible .uppy-Dashboard-innerWrap {
  opacity: 1;
}

.uppy-Dashboard--isDisabled .uppy-Dashboard-innerWrap {
  cursor: not-allowed;
  filter: grayscale();
  opacity: .6;
  user-select: none;
}

.uppy-Dashboard--isDisabled .uppy-ProviderIconBg {
  fill: #9f9f9f;
}

.uppy-Dashboard--isDisabled [aria-disabled], .uppy-Dashboard--isDisabled [disabled] {
  cursor: not-allowed;
  pointer-events: none;
}

.uppy-Dashboard--modal .uppy-Dashboard-inner {
  border: none;
  position: fixed;
  inset: 35px 15px 15px;
}

@media only screen and (width >= 820px) {
  .uppy-Dashboard--modal .uppy-Dashboard-inner {
    top: 50%;
    left: 50%;
    right: auto;
    transform: translate(-50%, -50%);
    box-shadow: 0 5px 15px 4px #00000026;
  }
}

.uppy-Dashboard-close {
  color: #ffffffe6;
  cursor: pointer;
  z-index: 1005;
  inset-inline-end: -2px;
  font-size: 27px;
  display: block;
  position: absolute;
  top: -33px;
}

.uppy-Dashboard-close:focus {
  outline: none;
}

.uppy-Dashboard-close::-moz-focus-inner {
  border: 0;
}

.uppy-Dashboard-close:focus {
  color: #6eabf2;
}

@media only screen and (width >= 820px) {
  .uppy-Dashboard-close {
    inset-inline-end: -35px;
    font-size: 35px;
    top: -10px;
  }
}

.uppy-Dashboard-serviceMsg {
  z-index: 1004;
  background-color: #fffbf7;
  border-top: 1px solid #edd4b9;
  border-bottom: 1px solid #edd4b9;
  padding: 12px 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3;
  position: relative;
  top: -1px;
}

.uppy-size--md .uppy-Dashboard-serviceMsg {
  font-size: 14px;
  line-height: 1.4;
}

[data-uppy-theme="dark"] .uppy-Dashboard-serviceMsg {
  color: #eaeaea;
  background-color: #1f1f1f;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}

.uppy-Dashboard-serviceMsg-title {
  margin-bottom: 4px;
  padding-left: 42px;
  line-height: 1;
  display: block;
}

.uppy-Dashboard-serviceMsg-text {
  padding: 0 15px;
}

.uppy-Dashboard-serviceMsg-actionBtn {
  color: #1269cf;
  font-size: inherit;
  font-weight: inherit;
  vertical-align: initial;
}

[data-uppy-theme="dark"] .uppy-Dashboard-serviceMsg-actionBtn {
  color: #02baf2e6;
}

.uppy-Dashboard-serviceMsg-icon {
  position: absolute;
  top: 10px;
  left: 15px;
}

.uppy-Dashboard-AddFiles {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

[data-uppy-drag-drop-supported="true"] .uppy-Dashboard-AddFiles {
  border: 1px dashed #dfdfdf;
  border-radius: 3px;
  height: calc(100% - 14px);
  margin: 7px;
}

.uppy-Dashboard-AddFilesPanel .uppy-Dashboard-AddFiles {
  border: none;
  height: calc(100% - 54px);
}

.uppy-Dashboard--modal .uppy-Dashboard-AddFiles {
  border-color: #cfcfcf;
}

[data-uppy-theme="dark"] .uppy-Dashboard-AddFiles {
  border-color: #757575;
}

.uppy-Dashboard-AddFiles-info {
  margin-top: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  display: none;
}

.uppy-size--height-md .uppy-Dashboard-AddFiles-info {
  display: block;
}

.uppy-size--md .uppy-Dashboard-AddFiles-info {
  padding-top: 30px;
  padding-bottom: 0;
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
}

[data-uppy-num-acquirers="0"] .uppy-Dashboard-AddFiles-info {
  margin-top: 0;
}

.uppy-Dashboard-browse {
  color: #1269cf;
  cursor: pointer;
}

.uppy-Dashboard-browse:focus {
  outline: none;
}

.uppy-Dashboard-browse::-moz-focus-inner {
  border: 0;
}

.uppy-Dashboard-browse:focus, .uppy-Dashboard-browse:hover {
  border-bottom: 1px solid #1269cf;
}

[data-uppy-theme="dark"] .uppy-Dashboard-browse {
  color: #02baf2e6;
}

[data-uppy-theme="dark"] .uppy-Dashboard-browse:focus, [data-uppy-theme="dark"] .uppy-Dashboard-browse:hover {
  border-bottom: 1px solid #02baf2;
}

.uppy-Dashboard-browseBtn {
  width: 100%;
  margin-top: 8px;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 500;
  display: block;
}

.uppy-size--md .uppy-Dashboard-browseBtn {
  width: auto;
  margin: 15px auto;
  padding: 13px 44px;
  font-size: 15px;
}

.uppy-Dashboard-AddFiles-list {
  -webkit-overflow-scrolling: touch;
  flex-direction: column;
  flex: 1;
  width: 100%;
  margin-top: 2px;
  padding: 2px 0;
  display: flex;
  overflow-y: auto;
}

.uppy-size--md .uppy-Dashboard-AddFiles-list {
  flex-flow: wrap;
  flex: none;
  justify-content: center;
  max-width: 600px;
  margin-top: 15px;
  padding-top: 0;
  overflow-y: visible;
}

.uppy-DashboardTab {
  text-align: center;
  border-bottom: 1px solid #eaeaea;
  width: 100%;
}

[data-uppy-theme="dark"] .uppy-DashboardTab {
  border-bottom: 1px solid #333;
}

.uppy-size--md .uppy-DashboardTab {
  border-bottom: none;
  width: auto;
  margin-bottom: 10px;
  display: inline-block;
}

.uppy-DashboardTab-btn {
  appearance: none;
  background-color: initial;
  color: #525252;
  cursor: pointer;
  flex-direction: row;
  justify-content: left;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 12px 15px;
}

.uppy-DashboardTab-btn:focus {
  outline: none;
}

.uppy-size--md .uppy-DashboardTab-btn {
  border-radius: 5px;
  flex-direction: column;
  width: 86px;
  margin-inline-end: 1px;
  padding: 10px 3px;
}

[data-uppy-theme="dark"] .uppy-DashboardTab-btn {
  color: #eaeaea;
}

.uppy-DashboardTab-btn::-moz-focus-inner {
  border: 0;
}

.uppy-DashboardTab-btn:hover {
  background-color: #e9ecef;
}

[data-uppy-theme="dark"] .uppy-DashboardTab-btn:hover {
  background-color: #333;
}

.uppy-DashboardTab-btn:active, .uppy-DashboardTab-btn:focus {
  background-color: #dfe6f1;
}

[data-uppy-theme="dark"] .uppy-DashboardTab-btn:active, [data-uppy-theme="dark"] .uppy-DashboardTab-btn:focus {
  background-color: #525252;
}

.uppy-DashboardTab-btn svg {
  vertical-align: text-top;
  max-width: 100%;
  max-height: 100%;
  transition: transform .15s ease-in-out;
  display: inline-block;
  overflow: hidden;
}

.uppy-DashboardTab-inner {
  background-color: #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-inline-end: 10px;
  display: flex;
  box-shadow: 0 1px 1px #0000001a, 0 1px 2px #0000001a, 0 2px 3px #00000005;
}

.uppy-size--md .uppy-DashboardTab-inner {
  margin-inline-end: 0;
}

[data-uppy-theme="dark"] .uppy-DashboardTab-inner {
  background-color: #323232;
  box-shadow: 0 1px 1px #0003, 0 1px 2px #0003, 0 2px 3px #00000014;
}

.uppy-DashboardTab-name {
  font-size: 14px;
  font-weight: 400;
}

.uppy-size--md .uppy-DashboardTab-name {
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 15px;
}

.uppy-DashboardTab-iconMyDevice {
  color: #1269cf;
}

[data-uppy-theme="dark"] .uppy-DashboardTab-iconMyDevice {
  color: #02baf2;
}

.uppy-DashboardTab-iconBox {
  color: #0061d5;
}

[data-uppy-theme="dark"] .uppy-DashboardTab-iconBox {
  color: #eaeaea;
}

.uppy-DashboardTab-iconDropbox {
  color: #0061fe;
}

[data-uppy-theme="dark"] .uppy-DashboardTab-iconDropbox {
  color: #eaeaea;
}

.uppy-DashboardTab-iconUnsplash {
  color: #111;
}

[data-uppy-theme="dark"] .uppy-DashboardTab-iconUnsplash {
  color: #eaeaea;
}

.uppy-DashboardTab-iconWebdav {
  color: #111;
}

[data-uppy-theme="dark"] .uppy-DashboardTab-iconWebdav {
  color: #eaeaea;
}

.uppy-DashboardTab-iconScreenRec {
  color: #2c3e50;
}

[data-uppy-theme="dark"] .uppy-DashboardTab-iconScreenRec {
  color: #eaeaea;
}

.uppy-DashboardTab-iconAudio {
  color: #8030a3;
}

[data-uppy-theme="dark"] .uppy-DashboardTab-iconAudio {
  color: #bf6ee3;
}

.uppy-Dashboard-input {
  opacity: 0;
  z-index: -1;
  width: .1px;
  height: .1px;
  position: absolute;
  overflow: hidden;
}

.uppy-DashboardContent-bar {
  z-index: 1004;
  background-color: #fafafa;
  border-bottom: 1px solid #eaeaea;
  flex-shrink: 0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 40px;
  padding: 0 10px;
  display: flex;
  position: relative;
}

.uppy-size--md .uppy-DashboardContent-bar {
  height: 50px;
  padding: 0 15px;
}

[data-uppy-theme="dark"] .uppy-DashboardContent-bar {
  background-color: #1f1f1f;
  border-bottom: 1px solid #333;
}

.uppy-DashboardContent-title {
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  max-width: 170px;
  margin: auto;
  font-size: 12px;
  font-weight: 500;
  line-height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow-x: hidden;
}

.uppy-size--md .uppy-DashboardContent-title {
  max-width: 300px;
  font-size: 14px;
  line-height: 50px;
}

[data-uppy-theme="dark"] .uppy-DashboardContent-title {
  color: #eaeaea;
}

.uppy-DashboardContent-back, .uppy-DashboardContent-save {
  -webkit-appearance: none;
  color: #1269cf;
  cursor: pointer;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  background: none;
  border: 0;
  border-radius: 3px;
  margin-inline-start: -6px;
  padding: 7px 6px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
}

.uppy-DashboardContent-back:focus, .uppy-DashboardContent-save:focus {
  outline: none;
}

.uppy-DashboardContent-back::-moz-focus-inner {
  border: 0;
}

.uppy-DashboardContent-save::-moz-focus-inner {
  border: 0;
}

.uppy-DashboardContent-back:hover, .uppy-DashboardContent-save:hover {
  color: #0e51a0;
}

.uppy-DashboardContent-back:focus, .uppy-DashboardContent-save:focus {
  background-color: #dfe6f1;
}

[data-uppy-theme="dark"] .uppy-DashboardContent-back:focus, [data-uppy-theme="dark"] .uppy-DashboardContent-save:focus {
  background-color: #333;
}

.uppy-size--md .uppy-DashboardContent-back, .uppy-size--md .uppy-DashboardContent-save {
  font-size: 14px;
}

[data-uppy-theme="dark"] .uppy-DashboardContent-back, [data-uppy-theme="dark"] .uppy-DashboardContent-save {
  color: #02baf2;
}

.uppy-DashboardContent-addMore {
  -webkit-appearance: none;
  color: #1269cf;
  cursor: pointer;
  font-family: inherit;
  font-size: inherit;
  background: none;
  border: 0;
  border-radius: 3px;
  width: 29px;
  height: 29px;
  margin: 0;
  margin-inline-end: -5px;
  padding: 7px 8px;
  font-weight: 500;
  line-height: 1;
}

.uppy-DashboardContent-addMore:focus {
  outline: none;
}

.uppy-DashboardContent-addMore::-moz-focus-inner {
  border: 0;
}

.uppy-DashboardContent-addMore:hover {
  color: #0e51a0;
}

.uppy-DashboardContent-addMore:focus {
  background-color: #dfe6f1;
}

[data-uppy-theme="dark"] .uppy-DashboardContent-addMore:focus {
  background-color: #333;
}

.uppy-size--md .uppy-DashboardContent-addMore {
  width: auto;
  height: auto;
  margin-inline-end: -8px;
  font-size: 14px;
}

[data-uppy-theme="dark"] .uppy-DashboardContent-addMore {
  color: #02baf2;
}

.uppy-DashboardContent-addMore svg {
  vertical-align: initial;
  margin-inline-end: 4px;
}

.uppy-size--md .uppy-DashboardContent-addMore svg {
  width: 11px;
  height: 11px;
}

.uppy-DashboardContent-addMoreCaption {
  display: none;
}

.uppy-size--md .uppy-DashboardContent-addMoreCaption {
  display: inline;
}

.uppy-DashboardContent-panel {
  background-color: #f5f5f5;
  flex: 1;
}

.uppy-Dashboard-AddFilesPanel, .uppy-DashboardContent-panel {
  z-index: 1005;
  border-radius: 5px;
  flex-direction: column;
  display: flex;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.uppy-Dashboard-AddFilesPanel {
  background: linear-gradient(0deg, #fafafa 35%, #fafafad9);
  box-shadow: 0 0 10px 5px #00000026;
}

[data-uppy-theme="dark"] .uppy-Dashboard-AddFilesPanel {
  background-color: #333;
  background-image: linear-gradient(0deg, #1f1f1f 35%, #1f1f1fd9);
}

.uppy-Dashboard--isAddFilesPanelVisible .uppy-Dashboard-files {
  filter: blur(2px);
}

.uppy-Dashboard-progress {
  width: 100%;
  height: 12%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.uppy-Dashboard-progressBarContainer.is-active {
  z-index: 1004;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.uppy-Dashboard-filesContainer {
  flex: 1;
  margin: 0;
  position: relative;
  overflow-y: hidden;
}

.uppy-Dashboard-filesContainer:after {
  clear: both;
  content: "";
  display: table;
}

.uppy-Dashboard-files {
  -webkit-overflow-scrolling: touch;
  flex: 1;
  margin: 0;
  padding: 0 0 10px;
  overflow-y: auto;
}

.uppy-size--md .uppy-Dashboard-files {
  padding-top: 10px;
}

.uppy-Dashboard--singleFile .uppy-Dashboard-filesInner {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.uppy-Dashboard-dropFilesHereHint {
  color: #757575;
  text-align: center;
  visibility: hidden;
  z-index: 2000;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48'%3E%3Cpath fill='%231269CF' d='M24 1v1C11.85 2 2 11.85 2 24s9.85 22 22 22 22-9.85 22-22S36.15 2 24 2zm0 0V0c13.254 0 24 10.746 24 24S37.254 48 24 48 0 37.254 0 24 10.746 0 24 0zm7.707 19.293a.999.999 0 1 1-1.414 1.414L25 16.414V34a1 1 0 1 1-2 0V16.414l-5.293 5.293a.999.999 0 1 1-1.414-1.414l7-7a1 1 0 0 1 1.414 0z'/%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  border: 1px dashed #1269cf;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  padding-top: 90px;
  font-size: 16px;
  display: flex;
  position: absolute;
  inset: 7px;
}

[data-uppy-theme="dark"] .uppy-Dashboard-dropFilesHereHint {
  color: #bbb;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48'%3E%3Cpath fill='%2302BAF2' d='M24 1v1C11.85 2 2 11.85 2 24s9.85 22 22 22 22-9.85 22-22S36.15 2 24 2zm0 0V0c13.254 0 24 10.746 24 24S37.254 48 24 48 0 37.254 0 24 10.746 0 24 0zm7.707 19.293a.999.999 0 1 1-1.414 1.414L25 16.414V34a1 1 0 1 1-2 0V16.414l-5.293 5.293a.999.999 0 1 1-1.414-1.414l7-7a1 1 0 0 1 1.414 0z'/%3E%3C/svg%3E");
  border-color: #02baf2;
}

.uppy-Dashboard.uppy-Dashboard--isDraggingOver .uppy-Dashboard-dropFilesHereHint {
  pointer-events: none;
  visibility: visible;
}

.uppy-Dashboard.uppy-Dashboard--isDraggingOver .uppy-Dashboard-files, .uppy-Dashboard.uppy-Dashboard--isDraggingOver .uppy-Dashboard-progressindicators, .uppy-Dashboard.uppy-Dashboard--isDraggingOver .uppy-Dashboard-serviceMsg, .uppy-Dashboard.uppy-Dashboard--isDraggingOver .uppy-DashboardContent-bar {
  opacity: .15;
}

.uppy-Dashboard.uppy-Dashboard--isDraggingOver .uppy-Dashboard-AddFiles {
  opacity: .03;
}

.uppy-Dashboard-AddFiles-title {
  color: #000;
  text-align: inline-start;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 5px;
  padding: 0 15px;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.35;
}

.uppy-size--md .uppy-Dashboard-AddFiles-title {
  text-align: center;
  max-width: 480px;
  margin-top: 5px;
  padding: 0 35px;
  font-size: 21px;
  font-weight: 400;
}

[data-uppy-num-acquirers="0"] .uppy-Dashboard-AddFiles-title {
  text-align: center;
}

[data-uppy-theme="dark"] .uppy-Dashboard-AddFiles-title {
  color: #eaeaea;
}

.uppy-Dashboard-AddFiles-title button {
  font-weight: 500;
}

.uppy-size--md .uppy-Dashboard-AddFiles-title button {
  font-weight: 400;
}

.uppy-Dashboard-note {
  color: #757575;
  text-align: center;
  max-width: 350px;
  margin: auto;
  padding: 0 15px;
  font-size: 14px;
  line-height: 1.25;
}

.uppy-size--md .uppy-Dashboard-note {
  max-width: 600px;
  line-height: 1.35;
}

[data-uppy-theme="dark"] .uppy-Dashboard-note {
  color: #cfcfcf;
}

a.uppy-Dashboard-poweredBy {
  color: #939393;
  text-align: center;
  margin-top: 8px;
  font-size: 11px;
  text-decoration: none;
  display: inline-block;
}

.uppy-Dashboard-poweredByIcon {
  opacity: .9;
  vertical-align: text-top;
  fill: none;
  stroke: #939393;
  margin-left: 1px;
  margin-right: 1px;
  position: relative;
  top: 1px;
}

.uppy-Dashboard-Item-previewIcon {
  z-index: 100;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.uppy-size--md .uppy-Dashboard-Item-previewIcon {
  width: 38px;
  height: 38px;
}

.uppy-Dashboard-Item-previewIcon svg {
  width: 100%;
  height: 100%;
}

.uppy-Dashboard--singleFile .uppy-Dashboard-Item-previewIcon {
  width: 100%;
  max-width: 60%;
  height: 100%;
  max-height: 60%;
}

.uppy-Dashboard-Item-previewIconWrap {
  height: 76px;
  max-height: 75%;
  position: relative;
}

.uppy-Dashboard--singleFile .uppy-Dashboard-Item-previewIconWrap {
  width: 100%;
  height: 100%;
}

.uppy-Dashboard-Item-previewIconBg {
  filter: drop-shadow(0 1px 1px #0000001a);
  width: 100%;
  height: 100%;
}

.uppy-Dashboard-upload {
  width: 50px;
  height: 50px;
  position: relative;
}

.uppy-size--md .uppy-Dashboard-upload {
  width: 60px;
  height: 60px;
}

.uppy-Dashboard-upload .uppy-c-icon {
  width: 50%;
  position: relative;
  top: 1px;
}

.uppy-Dashboard-uploadCount {
  color: #fff;
  inset-inline-end: -12px;
  background-color: #1bb240;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  font-size: 8px;
  line-height: 16px;
  position: absolute;
  top: -12px;
}

.uppy-size--md .uppy-Dashboard-uploadCount {
  width: 18px;
  height: 18px;
  font-size: 9px;
  line-height: 18px;
}

.uppy-Root {
  box-sizing: border-box;
  color: #333;
  text-align: left;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, Segoe UI, Segoe UI Symbol, Segoe UI Emoji, Apple Color Emoji, Roboto, Helvetica, Arial, sans-serif;
  line-height: 1;
  position: relative;
}

.uppy-Root[dir="rtl"], [dir="rtl"] .uppy-Root {
  text-align: right;
}

.uppy-Root *, .uppy-Root :after, .uppy-Root :before {
  box-sizing: inherit;
}

.uppy-Root [hidden] {
  display: none;
}

.uppy-u-reset {
  all: initial;
  appearance: none;
  box-sizing: border-box;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, Segoe UI, Segoe UI Symbol, Segoe UI Emoji, Apple Color Emoji, Roboto, Helvetica, Arial, sans-serif;
  line-height: 1;
}

[dir="rtl"] .uppy-u-reset {
  text-align: right;
}

.uppy-c-textInput {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 6px 8px;
  font-family: inherit;
  font-size: 14px;
  line-height: 1.5;
}

.uppy-size--md .uppy-c-textInput {
  padding: 8px 10px;
}

.uppy-c-textInput:focus {
  border-color: #1269cf99;
  outline: none;
  box-shadow: 0 0 0 3px #1269cf26;
}

[data-uppy-theme="dark"] .uppy-c-textInput {
  color: #eaeaea;
  background-color: #333;
  border-color: #333;
}

[data-uppy-theme="dark"] .uppy-c-textInput:focus {
  box-shadow: none;
  border-color: #525252;
}

.uppy-c-icon {
  fill: currentColor;
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
  overflow: hidden;
}

.uppy-c-btn {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  user-select: none;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  line-height: 1;
  transition-property: background-color, color;
  transition-duration: .3s;
  display: inline-flex;
}

.uppy-c-btn, [dir="rtl"] .uppy-c-btn {
  text-align: center;
}

.uppy-c-btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.uppy-c-btn::-moz-focus-inner {
  border: 0;
}

.uppy-c-btn-primary {
  color: #fff;
  background-color: #1269cf;
  border-radius: 4px;
  padding: 10px 18px;
  font-size: 14px;
}

.uppy-c-btn-primary:not(:disabled):hover {
  background-color: #0e51a0;
}

.uppy-c-btn-primary:focus {
  outline: none;
  box-shadow: 0 0 0 3px #1269cf66;
}

.uppy-size--md .uppy-c-btn-primary {
  padding: 13px 22px;
}

[data-uppy-theme="dark"] .uppy-c-btn-primary {
  color: #eaeaea;
}

[data-uppy-theme="dark"] .uppy-c-btn-primary:focus {
  outline: none;
}

[data-uppy-theme="dark"] .uppy-c-btn-primary::-moz-focus-inner {
  border: 0;
}

[data-uppy-theme="dark"] .uppy-c-btn-primary:focus {
  box-shadow: 0 0 0 2px #aae1ffd9;
}

.uppy-c-btn-primary.uppy-c-btn--disabled {
  background-color: #8eb2db;
}

.uppy-c-btn-link {
  background-color: initial;
  color: #525252;
  border-radius: 4px;
  padding: 10px 15px;
  font-size: 14px;
  line-height: 1;
}

.uppy-c-btn-link:hover {
  color: #333;
}

.uppy-c-btn-link:focus {
  outline: none;
  box-shadow: 0 0 0 3px #1269cf40;
}

.uppy-size--md .uppy-c-btn-link {
  padding: 13px 18px;
}

[data-uppy-theme="dark"] .uppy-c-btn-link {
  color: #eaeaea;
}

[data-uppy-theme="dark"] .uppy-c-btn-link:focus {
  outline: none;
}

[data-uppy-theme="dark"] .uppy-c-btn-link::-moz-focus-inner {
  border: 0;
}

[data-uppy-theme="dark"] .uppy-c-btn-link:focus {
  box-shadow: 0 0 0 2px #aae1ffd9;
}

[data-uppy-theme="dark"] .uppy-c-btn-link:hover {
  color: #939393;
}
/*# sourceMappingURL=article.css.map */
