/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-xs: 20rem;
    --container-7xl: 80rem;
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --leading-relaxed: 1.625;
    --blur-md: 12px;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-mind: #4A90E2;
    --color-body: #795548;
    --color-sport: #1A2B3C;
    --color-bg: #FDFCFB;
    --color-sky: #EBF4FF;
    --color-ground: #F4EBE7;
    --color-slate: #A0AEC0;
    --font-heading: "Fraunces", serif;
    --font-body: "DM Sans", sans-serif;
    --font-legal: "Gilroy", sans-serif;
    --text-body-size: 1.375rem;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .collapse {
    visibility: collapse;
  }
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .z-10 {
    z-index: 10;
  }
  .z-\[880\] {
    z-index: 880;
  }
  .z-\[900\] {
    z-index: 900;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .m-0 {
    margin: calc(var(--spacing) * 0);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-auto {
    margin-top: auto;
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-16 {
    margin-bottom: calc(var(--spacing) * 16);
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .table {
    display: table;
  }
  .h-0\.5 {
    height: calc(var(--spacing) * 0.5);
  }
  .h-12 {
    height: calc(var(--spacing) * 12);
  }
  .h-14 {
    height: calc(var(--spacing) * 14);
  }
  .h-22 {
    height: calc(var(--spacing) * 22);
  }
  .h-30 {
    height: calc(var(--spacing) * 30);
  }
  .w-8 {
    width: calc(var(--spacing) * 8);
  }
  .w-12 {
    width: calc(var(--spacing) * 12);
  }
  .w-auto {
    width: auto;
  }
  .w-full {
    width: 100%;
  }
  .max-w-7xl {
    max-width: var(--container-7xl);
  }
  .max-w-xs {
    max-width: var(--container-xs);
  }
  .flex-1 {
    flex: 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .resize {
    resize: both;
  }
  .list-none {
    list-style-type: none;
  }
  .columns-1 {
    columns: 1;
  }
  .columns-2 {
    columns: 2;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-12 {
    gap: calc(var(--spacing) * 12);
  }
  .gap-\[7px\] {
    gap: 7px;
  }
  .gap-x-6 {
    column-gap: calc(var(--spacing) * 6);
  }
  .gap-y-2 {
    row-gap: calc(var(--spacing) * 2);
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-sport\/5 {
    border-color: color-mix(in srgb, #1A2B3C 5%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-sport) 5%, transparent);
    }
  }
  .border-white\/10 {
    border-color: color-mix(in srgb, #fff 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-white) 10%, transparent);
    }
  }
  .bg-bg\/85 {
    background-color: color-mix(in srgb, #FDFCFB 85%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-bg) 85%, transparent);
    }
  }
  .bg-sport {
    background-color: var(--color-sport);
  }
  .bg-sport\/40 {
    background-color: color-mix(in srgb, #1A2B3C 40%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-sport) 40%, transparent);
    }
  }
  .p-0 {
    padding: calc(var(--spacing) * 0);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }
  .pt-8 {
    padding-top: calc(var(--spacing) * 8);
  }
  .pt-20 {
    padding-top: calc(var(--spacing) * 20);
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .text-center {
    text-align: center;
  }
  .font-heading {
    font-family: var(--font-heading);
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }
  .text-white {
    color: var(--color-white);
  }
  .text-white\/50 {
    color: color-mix(in srgb, #fff 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 50%, transparent);
    }
  }
  .text-white\/70 {
    color: color-mix(in srgb, #fff 70%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 70%, transparent);
    }
  }
  .lowercase {
    text-transform: lowercase;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .underline {
    text-decoration-line: underline;
  }
  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0_4px_30px_rgba\(0\,0\,0\,0\.03\)\] {
    --tw-shadow: 0 4px 30px var(--tw-shadow-color, rgba(0,0,0,0.03));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .backdrop-blur-md {
    --tw-backdrop-blur: blur(var(--blur-md));
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .md\:grid-cols-3 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:justify-end {
    @media (width >= 48rem) {
      justify-content: flex-end;
    }
  }
  .md\:justify-start {
    @media (width >= 48rem) {
      justify-content: flex-start;
    }
  }
  .md\:gap-16 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 16);
    }
  }
  .md\:text-left {
    @media (width >= 48rem) {
      text-align: left;
    }
  }
  .lg\:flex {
    @media (width >= 64rem) {
      display: flex;
    }
  }
  .lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
  .\[role\=\"menuitem\"\]\:visible {
    &:is(role="menuitem") {
      visibility: visible;
    }
  }
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/gilroy-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/gilroy-medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/gilroy-bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/gilroy-extrabold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
body {
  font-size: var(--text-body-size);
  line-height: 1.6;
}
h1, h2 {
  overflow-wrap: break-word;
  hyphens: auto;
}
:root {
  --text-h1: 5rem;
  --text-h2: 3.25rem;
  --container-width: 1280px;
  --container-padding: 1.5rem;
  --karta-eyebrow: 0.75rem;
  --karta-nadpis: 2.25rem;
  --karta-popis: 1.25rem;
  --karta-odkaz: 0.875rem;
  --karta-button: 0.75rem;
  --faq-nadpis: 1.375rem;
  --faq-popis: 1.25rem;
  --h3-nadpis: 2rem;
  --h3-text: 1.25rem;
}
@media (max-width: 989px) {
  :root {
    --text-h1: 6.5rem;
    --text-h2: 4rem;
  }
}
@media (max-width: 686px) {
  :root {
    --text-h1: 5.5rem;
    --text-h2: 3.5rem;
    --karta-eyebrow: 0.875rem;
    --karta-nadpis: 2.5rem;
    --karta-popis: 1.375rem;
    --karta-odkaz: 1rem;
    --karta-button: 0.875rem;
  }
}
@media (max-width: 479px) {
  :root {
    --text-h1: 3.75rem;
    --text-h2: 2.5rem;
    --karta-eyebrow: 0.75rem;
    --karta-nadpis: 1.875rem;
    --karta-popis: 1.25rem;
    --karta-odkaz: 0.875rem;
    --karta-button: 0.75rem;
  }
}
.container {
  width: 100%;
  max-width: var(--container-width);
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--container-padding);
  padding-right: var(--container-padding);
}
header svg {
  shape-rendering: geometricPrecision;
}
html {
  scroll-behavior: smooth;
}
:target {
  scroll-margin-top: 5.5rem;
}
.menu-item > a {
  font-family: var(--font-body);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.9375rem;
  letter-spacing: 0.1em;
  color: var(--color-sport);
  opacity: 0.8;
  text-decoration: none;
  transition: all 0.3s ease;
}
.menu-item > a:hover {
  opacity: 1;
  color: var(--color-mind);
}
.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-body);
  color: #ffffff;
  border-radius: 99px;
  padding: 1rem 2.5rem;
  font-family: var(--font-heading);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.3s ease;
}
.header-cta:hover {
  background-color: var(--color-sport);
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(25, 45, 64, 0.2);
}
.header-cta--full {
  display: flex;
  width: 100%;
  padding-top: 1.1rem;
  padding-bottom: 1.1rem;
  font-size: 1.4rem;
  font-family: var(--font-body);
  font-weight: 500;
}
.menu-item.menu-button > a:hover {
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(26, 43, 60, 0.2);
}
.mobile-menu .menu-item {
  position: relative;
}
.mobile-menu .menu-item::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 1px dashed rgba(71, 85, 104, 0.3);
  order: 99;
}
.mobile-menu > .menu-item:last-child::after {
  display: none;
}
.mobile-menu .sub-menu .menu-item:last-child::after {
  display: none;
}
.main-menu .menu-item-has-children {
  position: relative;
}
.main-menu .sub-menu {
  position: absolute;
  top: 100%;
  margin: 28px 0 0 0;
  left: 0;
  min-width: 240px;
  list-style: none;
  background-color: #ffffff;
  border-top: 3px solid var(--color-body);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.main-menu .menu-item-has-children > .sub-menu::before {
  content: "";
  position: absolute;
  top: -30px;
  left: 0;
  width: 100%;
  height: 32px;
}
.main-menu .menu-item-has-children:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.main-menu .sub-menu .menu-item > a {
  display: block;
  padding: 0.6rem 1.4rem;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.9375rem;
  letter-spacing: 0;
  color: var(--color-sport);
  opacity: 0.85;
  white-space: nowrap;
}
.main-menu .sub-menu .menu-item > a:hover {
  opacity: 1;
  color: var(--color-body);
  background-color: var(--color-ground);
}
.main-menu .sub-menu .menu-item {
  border-bottom: 1px dashed rgba(71, 85, 104, 0.3);
}
.main-menu .sub-menu .menu-item:last-child {
  border-bottom: none;
}
.main-menu .sub-menu .sub-menu {
  top: 0;
  left: 100%;
  margin-top: 10px;
}
.main-menu .sub-menu .sub-menu .menu-item > a {
  text-transform: none;
}
.main-menu .sub-menu .sub-menu .menu-item > a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.3rem;
}
.main-menu .sub-menu .sub-menu .menu-badge {
  display: inline-block;
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--color-body);
  background-color: var(--color-ground);
  border: 2px solid white;
  padding: 0.15rem 0.5rem;
  border-radius: 99px;
  line-height: 1.4;
}
.main-menu .sub-menu .sub-menu .menu-item-has-children > a {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.mts-mobile-panel {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: var(--color-bg);
  box-shadow: -10px 0 40px rgba(0, 0, 0, 0.1);
  padding-top: 10rem;
  overflow-y: auto;
  transform: translateX(100%);
  transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.mts-mobile-close {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  width: 2.75rem;
  height: 2.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  cursor: pointer;
  color: var(--color-sport);
  z-index: 10;
}
.mts-mobile-close svg {
  width: 2.25rem;
  height: 2.25rem;
  background-color: rgba(121, 85, 72, 0.9);
  border-radius: 50%;
  color: white;
  transition: transform 0.6s ease-in-out;
}
.mts-mobile-close svg:hover {
  transform: rotate(180deg);
}
.mts-mobile-panel.is-open {
  transform: translateX(0);
}
#mts-hamburger span {
  transform-origin: center;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
#mts-hamburger.is-open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
#mts-hamburger.is-open span:nth-child(2) {
  opacity: 0;
}
#mts-hamburger.is-open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}
.mobile-menu, .mobile-menu .sub-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mobile-menu .menu-item {
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.mobile-menu .menu-item > a {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0.85rem 2rem;
  font-family: var(--font-heading);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.4rem;
  letter-spacing: 0;
  color: var(--color-sport);
  text-decoration: none;
}
.mobile-menu .menu-item > a:hover {
  color: var(--color-body) !important;
  font-size: 1.5rem !important;
  text-decoration: underline !important;
}
.mobile-menu {
  align-items: stretch;
}
.mobile-menu .sub-menu {
  display: none;
  width: 100%;
  padding-left: 1rem;
}
.mobile-menu .menu-item.is-expanded > .sub-menu {
  display: block;
}
.mobile-menu .sub-menu .menu-item > a {
  font-family: var(--font-heading);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.125rem;
  opacity: 0.9;
}
.mobile-menu .sub-menu .sub-menu .menu-item > a {
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 1rem;
  opacity: 0.85;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.3rem 0;
  padding-left: 0;
  text-transform: none;
}
.mobile-menu .sub-menu .sub-menu .menu-item > a::before {
  content: "";
  order: -1;
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 0.7rem;
  border-right: 2px solid var(--color-body);
  border-bottom: 2px solid var(--color-body);
  border-bottom-right-radius: 1px;
  border-top-right-radius: 1px;
  transform: rotate(-45deg);
  flex-shrink: 0;
  align-self: center;
}
.mobile-menu .sub-menu .sub-menu .menu-item-has-children > a::before {
  content: none;
}
.mobile-menu .sub-menu .sub-menu .menu-item-has-children > a {
  font-family: var(--font-heading);
  font-weight: 700;
  text-transform: uppercase;
}
.mobile-menu .sub-menu .sub-menu .menu-item > a::after {
  content: "";
  order: 1;
  flex-basis: 100%;
  height: 0;
}
.mobile-menu .sub-menu .sub-menu .menu-badge {
  order: 2;
  display: inline-block;
  margin-left: 1.4rem;
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--color-body);
  background-color: var(--color-ground);
  padding: 0.15rem 0.5rem;
  border-radius: 99px;
  line-height: 1.4;
}
.mobile-menu .submenu-toggle {
  position: static;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.2rem;
  height: 1.2rem;
  margin-left: -1.2rem;
  margin-right: 0rem;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  vertical-align: middle;
}
.mobile-menu .submenu-arrow {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-right: 2px solid var(--color-sport);
  border-bottom: 2px solid var(--color-sport);
  border-bottom-right-radius: 1px;
  border-top-right-radius: 1px;
  transform: translateY(-2px) rotate(45deg);
  transition: transform 0.3s ease;
  opacity: 0.6;
}
.mobile-menu .submenu-toggle.is-active .submenu-arrow {
  transform: translateY(1px) rotate(225deg);
}
.main-menu > .menu-item-has-children > a {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.main-menu > .menu-item-has-children > a::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  border-bottom-right-radius: 1px;
  border-top-right-radius: 1px;
  transform: translateY(-1px) rotate(45deg);
  transition: transform 0.3s ease;
  opacity: 0.7;
  margin-top: -2px;
}
.main-menu > .menu-item-has-children:hover > a::after {
  transform: translateY(1px) rotate(225deg);
}
.main-menu .sub-menu .menu-item-has-children > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}
.main-menu .sub-menu .menu-item-has-children > a::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  border-bottom-right-radius: 1px;
  border-top-right-radius: 1px;
  transform: rotate(-45deg);
  opacity: 0.6;
  flex-shrink: 0;
}
.main-menu > .current-menu-item > a, .main-menu > .current-menu-ancestor > a, .main-menu > .current-menu-parent > a, .main-menu > .current_page_item > a, .main-menu > .current_page_ancestor > a, .main-menu > .current_page_parent > a {
  color: var(--color-body) !important;
  opacity: 1 !important;
  font-weight: 900;
}
.mobile-menu .menu-item.is-expanded > a {
  color: var(--color-body);
}
.mobile-menu .menu-item.is-expanded > .submenu-toggle .submenu-arrow {
  border-color: var(--color-body);
  opacity: 1;
}
.footer-menu li > a, .footer-socials a, .footer-legal li > a {
  position: relative;
  display: inline-block;
  font-family: var(--font-body);
  text-transform: none;
  letter-spacing: 0;
  text-decoration: none;
  transition: color 0.2s ease;
}
.footer-menu li > a::after, .footer-socials a::after, .footer-legal li > a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background-color: var(--color-mind);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}
.footer-legal li > a::after {
  background-color: #ffffff;
}
.footer-menu li > a:hover::after, .footer-socials a:hover::after, .footer-legal li > a:hover::after {
  transform: scaleX(1);
}
.footer-menu li > a {
  font-weight: 500;
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.8);
}
.footer-menu li > a:hover {
  color: var(--color-mind);
}
.footer-socials a {
  font-weight: 700;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #ffffff;
}
.footer-socials a:hover {
  color: var(--color-mind);
}
.footer-legal li > a {
  font-weight: 400;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.5);
}
.footer-legal li > a:hover {
  color: #ffffff;
}
.contact-heading-link {
  text-decoration: none;
  display: inline-block;
}
.contact-heading-link h4 {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: color 0.3s ease;
  margin-bottom: 1.5rem;
}
.contact-heading-link:hover h4 {
  color: var(--color-mind);
  cursor: pointer;
}
.contact-heading-link h4::after {
  content: "→";
  font-family: var(--font-body);
  font-weight: 400;
  opacity: 0;
  transform: translateX(-10px);
  transition: all 0.3s ease;
}
.contact-heading-link:hover h4::after {
  opacity: 1;
  transform: translateX(0);
  color: var(--color-mind);
}
.footer-leaf {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-15deg);
  width: 220px;
  color: #ffffff;
  opacity: 0.04;
  z-index: 0;
  pointer-events: none;
}
.footer-leaf svg {
  display: block;
  width: 100%;
  height: auto;
}
.mts-video-lightbox {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.mts-video-lightbox.is-open {
  opacity: 1;
  visibility: visible;
}
.mts-video-lightbox-overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(10, 15, 25, 0.85);
  backdrop-filter: blur(4px);
  cursor: pointer;
}
.mts-video-lightbox-inner {
  position: relative;
  width: 100%;
  max-width: 480px;
  z-index: 1;
  transform: scale(0.95);
  transition: transform 0.3s ease;
}
.mts-video-lightbox.is-open .mts-video-lightbox-inner {
  transform: scale(1);
}
.mts-video-lightbox-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 5;
  max-height: 85vh;
  margin: 0 auto;
  background-color: #000;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.5);
}
.mts-video-lightbox.is-16-9 .mts-video-lightbox-inner {
  max-width: 900px;
}
.mts-video-lightbox.is-16-9 .mts-video-lightbox-frame {
  aspect-ratio: 16 / 9;
}
.mts-video-lightbox-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.mts-video-lightbox-close {
  position: absolute;
  top: -3rem;
  right: 0;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  color: #fff;
  font-size: 2.5rem;
  line-height: 1;
  cursor: pointer;
  transition: transform 0.2s ease, opacity 0.2s ease;
  opacity: 0.8;
}
.mts-video-lightbox-close:hover {
  opacity: 1;
  transform: scale(1.1);
}
body.mts-lightbox-open {
  overflow: hidden;
}
.mts-foto-lightbox {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.mts-foto-lightbox.is-open {
  opacity: 1;
  visibility: visible;
}
.mts-foto-lightbox-overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(10, 15, 25, 0.85);
  backdrop-filter: blur(4px);
  cursor: pointer;
}
.mts-foto-lightbox-inner {
  position: relative;
  z-index: 1;
  transform: scale(0.95);
  transition: transform 0.3s ease;
}
.mts-foto-lightbox.is-open .mts-foto-lightbox-inner {
  transform: scale(1);
}
.mts-foto-lightbox-img {
  display: block;
  max-width: 90vw;
  max-height: 85vh;
  width: auto;
  height: auto;
  border-radius: 1rem;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.5);
}
.mts-foto-lightbox-close {
  position: absolute;
  top: -3rem;
  right: 0;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  color: #fff;
  font-size: 2.5rem;
  line-height: 1;
  cursor: pointer;
  transition: transform 0.2s ease, opacity 0.2s ease;
  opacity: 0.8;
}
.mts-foto-lightbox-close:hover {
  opacity: 1;
  transform: scale(1.1);
}
.mts-foto-lightbox-nav {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 3.25rem;
  height: 3.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(10, 15, 25, 0.5);
  border: none;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  opacity: 0.8;
  transition: opacity 0.2s ease, transform 0.2s ease, background-color 0.2s ease;
}
.mts-foto-lightbox-prev {
  left: 1rem;
}
.mts-foto-lightbox-next {
  right: 1rem;
}
.mts-foto-lightbox-nav svg {
  width: 1.5rem;
  height: 1.5rem;
}
.mts-foto-lightbox-nav:hover {
  opacity: 1;
  background-color: rgba(10, 15, 25, 0.8);
  transform: translateY(-50%) scale(1.1);
}
@media (max-width: 600px) {
  .mts-foto-lightbox-nav {
    width: 2.75rem;
    height: 2.75rem;
  }
  .mts-foto-lightbox-prev {
    left: 0.5rem;
  }
  .mts-foto-lightbox-next {
    right: 0.5rem;
  }
  .mts-foto-lightbox-nav svg {
    width: 1.25rem;
    height: 1.25rem;
  }
}
header a:focus, header button:focus {
  outline: none;
}
header a:focus-visible, header button:focus-visible {
  outline: 2px solid var(--color-mind);
  outline-offset: 3px;
  border-radius: 0.25rem;
}
.mts-dots {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}
.mts-dots picture {
  position: absolute;
  bottom: 0;
  height: 100%;
  width: auto;
  display: block;
  opacity: 0.85;
}
.mts-dots-img {
  display: block;
  height: 100%;
  width: auto;
}
.mts-dots-left picture {
  left: 0;
}
.mts-dots-right picture {
  right: 0;
  transform: scaleX(-1);
}
@media (max-width: 989px) {
  .mts-dots picture {
    opacity: 0.5;
  }
}
.mts-dots--original picture {
  top: 0;
  bottom: auto;
  height: 1200px;
  width: auto;
}
.mts-dots--original .mts-dots-img {
  height: 1200px;
  width: auto;
}
@media (max-width: 989px) {
  .mts-dots--original picture, .mts-dots--original .mts-dots-img {
    height: 1400px;
  }
}
@media (max-width: 639px) {
  .mts-dots--original picture, .mts-dots--original .mts-dots-img {
    height: 1325px;
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
    }
  }
}
