@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
* {
  box-sizing: border-box; }

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@font-face {
  font-family: 'feathericon';
  src: url(/assets/feathericon-6176af55ae47f417a5e39db51b81789604712af9c1a5a24e26470d81991eb28a.eot);
  src: url(/assets/feathericon-6176af55ae47f417a5e39db51b81789604712af9c1a5a24e26470d81991eb28a.eot?#iefix) format("embedded-opentype"), url(/assets/feathericon-0f26aee2ba4cc92e96e0f6e9d913a44038de1b797f5f057cf04c94828097c455.woff2) format("woff2"), url(/assets/feathericon-26a05200928f72eb34864d7ddc3b579d035db07540dee0315577d12141cbd3b3.woff) format("woff"), url(/assets/feathericon-51a3ad10d4a06143b176ae732267c13b2e800e228a60a22fbbed581fdcd9375b.ttf) format("truetype"), url(/assets/feathericon-c1ed79fb8372566cd1359931a4ceb733a4b4dd4d287835c3586893c9ff0a5b8e.svg) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

.fe {
  display: inline-block;
  font: normal normal normal 16px feathericon;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.fe-activity:before {
  content: "\f1e2"; }

.fe-add-cart:before {
  content: "\f1e6"; }

.fe-align-bottom:before {
  content: "\f1bf"; }

.fe-align-center:before {
  content: "\f195"; }

.fe-align-left:before {
  content: "\f196"; }

.fe-align-right:before {
  content: "\f197"; }

.fe-align-top:before {
  content: "\f1c0"; }

.fe-align-vertically:before {
  content: "\f1c1"; }

.fe-angry:before {
  content: "\f1b6"; }

.fe-app-menu:before {
  content: "\f198"; }

.fe-apron:before {
  content: "\f1fb"; }

.fe-arrow-down:before {
  content: "\f100"; }

.fe-arrow-left:before {
  content: "\f101"; }

.fe-arrow-right:before {
  content: "\f102"; }

.fe-arrow-up:before {
  content: "\f103"; }

.fe-artboard:before {
  content: "\f104"; }

.fe-audio-player:before {
  content: "\f199"; }

.fe-backward:before {
  content: "\f180"; }

.fe-bar:before {
  content: "\f105"; }

.fe-bar-chart:before {
  content: "\f106"; }

.fe-beer:before {
  content: "\f107"; }

.fe-beginner:before {
  content: "\f1f7"; }

.fe-bell:before {
  content: "\f108"; }

.fe-birthday-cake:before {
  content: "\f163"; }

.fe-bold:before {
  content: "\f179"; }

.fe-bolt:before {
  content: "\f1e3"; }

.fe-book:before {
  content: "\f109"; }

.fe-bookmark:before {
  content: "\f170"; }

.fe-bread:before {
  content: "\f206"; }

.fe-browser:before {
  content: "\f10b"; }

.fe-brush:before {
  content: "\f10c"; }

.fe-bug:before {
  content: "\f10d"; }

.fe-building:before {
  content: "\f10e"; }

.fe-bus:before {
  content: "\f1fe"; }

.fe-cage:before {
  content: "\f1e7"; }

.fe-calendar:before {
  content: "\f10f"; }

.fe-camera:before {
  content: "\f110"; }

.fe-car:before {
  content: "\f1ff"; }

.fe-cart:before {
  content: "\f1e8"; }

.fe-check:before {
  content: "\f111"; }

.fe-check-circle:before {
  content: "\f19a"; }

.fe-check-circle-o:before {
  content: "\f19b"; }

.fe-check-verified:before {
  content: "\f19c"; }

.fe-clock:before {
  content: "\f113"; }

.fe-close:before {
  content: "\f114"; }

.fe-cloud:before {
  content: "\f115"; }

.fe-cocktail:before {
  content: "\f116"; }

.fe-code:before {
  content: "\f117"; }

.fe-codepen:before {
  content: "\f1d3"; }

.fe-coffee:before {
  content: "\f166"; }

.fe-columns:before {
  content: "\f118"; }

.fe-comment:before {
  content: "\f119"; }

.fe-comment-o:before {
  content: "\f1d2"; }

.fe-commenting:before {
  content: "\f11a"; }

.fe-comments:before {
  content: "\f11b"; }

.fe-compress:before {
  content: "\f181"; }

.fe-credit-card:before {
  content: "\f1e9"; }

.fe-crop:before {
  content: "\f1c2"; }

.fe-cry:before {
  content: "\f1b7"; }

.fe-cutlery:before {
  content: "\f19d"; }

.fe-delete-link:before {
  content: "\f19e"; }

.fe-desktop:before {
  content: "\f11d"; }

.fe-diamond:before {
  content: "\f11e"; }

.fe-difference:before {
  content: "\f1c3"; }

.fe-disabled:before {
  content: "\f11f"; }

.fe-disappointed:before {
  content: "\f1b8"; }

.fe-distribute-horizontally:before {
  content: "\f1cf"; }

.fe-distribute-vertically:before {
  content: "\f1c5"; }

.fe-document:before {
  content: "\f19f"; }

.fe-donut:before {
  content: "\f1f9"; }

.fe-download:before {
  content: "\f120"; }

.fe-drop-down:before {
  content: "\f121"; }

.fe-drop-left:before {
  content: "\f122"; }

.fe-drop-right:before {
  content: "\f123"; }

.fe-drop-up:before {
  content: "\f124"; }

.fe-edit:before {
  content: "\f17f"; }

.fe-eject:before {
  content: "\f182"; }

.fe-elipsis-h:before {
  content: "\f125"; }

.fe-elipsis-v:before {
  content: "\f126"; }

.fe-equalizer:before {
  content: "\f1a0"; }

.fe-eraser:before {
  content: "\f1c6"; }

.fe-expand:before {
  content: "\f183"; }

.fe-export:before {
  content: "\f16e"; }

.fe-eye:before {
  content: "\f127"; }

.fe-facebook:before {
  content: "\f1d4"; }

.fe-fast-backward:before {
  content: "\f184"; }

.fe-fast-forward:before {
  content: "\f185"; }

.fe-feather:before {
  content: "\f174"; }

.fe-feed:before {
  content: "\f128"; }

.fe-file:before {
  content: "\f1b1"; }

.fe-file-audio:before {
  content: "\f1b2"; }

.fe-file-excel:before {
  content: "\f1a2"; }

.fe-file-image:before {
  content: "\f1b3"; }

.fe-file-movie:before {
  content: "\f1b4"; }

.fe-file-powerpoint:before {
  content: "\f1a3"; }

.fe-file-word:before {
  content: "\f1a4"; }

.fe-file-zip:before {
  content: "\f1b5"; }

.fe-filter:before {
  content: "\f173"; }

.fe-flag:before {
  content: "\f129"; }

.fe-folder:before {
  content: "\f12a"; }

.fe-folder-open:before {
  content: "\f176"; }

.fe-fork:before {
  content: "\f12b"; }

.fe-forward:before {
  content: "\f186"; }

.fe-frowing:before {
  content: "\f1b9"; }

.fe-frying-pan:before {
  content: "\f207"; }

.fe-gamepad:before {
  content: "\f191"; }

.fe-gear:before {
  content: "\f1a5"; }

.fe-gift:before {
  content: "\f1ea"; }

.fe-git:before {
  content: "\f1d5"; }

.fe-github:before {
  content: "\f1d6"; }

.fe-github-alt:before {
  content: "\f1d7"; }

.fe-globe:before {
  content: "\f12c"; }

.fe-google:before {
  content: "\f1d8"; }

.fe-google-plus:before {
  content: "\f1d9"; }

.fe-hash:before {
  content: "\f12d"; }

.fe-headphone:before {
  content: "\f18e"; }

.fe-heart:before {
  content: "\f12e"; }

.fe-heart-o:before {
  content: "\f167"; }

.fe-home:before {
  content: "\f12f"; }

.fe-import:before {
  content: "\f16f"; }

.fe-info:before {
  content: "\f130"; }

.fe-insert-link:before {
  content: "\f1a6"; }

.fe-instagram:before {
  content: "\f1da"; }

.fe-intersect:before {
  content: "\f1c7"; }

.fe-italic:before {
  content: "\f17a"; }

.fe-key:before {
  content: "\f131"; }

.fe-keyboard:before {
  content: "\f132"; }

.fe-kitchen-cooker:before {
  content: "\f1a7"; }

.fe-laptop:before {
  content: "\f133"; }

.fe-layer:before {
  content: "\f18c"; }

.fe-layout:before {
  content: "\f134"; }

.fe-line-chart:before {
  content: "\f135"; }

.fe-link:before {
  content: "\f136"; }

.fe-link-external:before {
  content: "\f137"; }

.fe-list-bullet:before {
  content: "\f17c"; }

.fe-list-order:before {
  content: "\f17d"; }

.fe-list-task:before {
  content: "\f17e"; }

.fe-location:before {
  content: "\f138"; }

.fe-lock:before {
  content: "\f139"; }

.fe-login:before {
  content: "\f13a"; }

.fe-logout:before {
  content: "\f13b"; }

.fe-loop:before {
  content: "\f192"; }

.fe-magic:before {
  content: "\f177"; }

.fe-mail:before {
  content: "\f13c"; }

.fe-map:before {
  content: "\f16d"; }

.fe-mask:before {
  content: "\f1c8"; }

.fe-medal:before {
  content: "\f13d"; }

.fe-megaphone:before {
  content: "\f13e"; }

.fe-mention:before {
  content: "\f164"; }

.fe-messanger:before {
  content: "\f1e1"; }

.fe-minus:before {
  content: "\f140"; }

.fe-mitarashi-dango:before {
  content: "\f208"; }

.fe-mobile:before {
  content: "\f141"; }

.fe-money:before {
  content: "\f1a8"; }

.fe-moon:before {
  content: "\f1ef"; }

.fe-mouse:before {
  content: "\f142"; }

.fe-music:before {
  content: "\f175"; }

.fe-notice-active:before {
  content: "\f200"; }

.fe-notice-off:before {
  content: "\f201"; }

.fe-notice-on:before {
  content: "\f202"; }

.fe-notice-push:before {
  content: "\f203"; }

.fe-octpus:before {
  content: "\f1fc"; }

.fe-open-mouth:before {
  content: "\f1ba"; }

.fe-palette:before {
  content: "\f165"; }

.fe-paper-plane:before {
  content: "\f178"; }

.fe-pause:before {
  content: "\f187"; }

.fe-pencil:before {
  content: "\f144"; }

.fe-phone:before {
  content: "\f145"; }

.fe-picture:before {
  content: "\f1a9"; }

.fe-picture-square:before {
  content: "\f1e4"; }

.fe-pie-chart:before {
  content: "\f146"; }

.fe-pinterest:before {
  content: "\f1db"; }

.fe-pizza:before {
  content: "\f147"; }

.fe-play:before {
  content: "\f188"; }

.fe-plug:before {
  content: "\f18f"; }

.fe-plus:before {
  content: "\f148"; }

.fe-pocket:before {
  content: "\f1dc"; }

.fe-pot:before {
  content: "\f1aa"; }

.fe-print:before {
  content: "\f171"; }

.fe-prototype:before {
  content: "\f149"; }

.fe-question:before {
  content: "\f14a"; }

.fe-quote-left:before {
  content: "\f14b"; }

.fe-quote-right:before {
  content: "\f14c"; }

.fe-rage:before {
  content: "\f1bb"; }

.fe-random:before {
  content: "\f189"; }

.fe-remove-cart:before {
  content: "\f1eb"; }

.fe-rice-cracker:before {
  content: "\f1fa"; }

.fe-rocket:before {
  content: "\f14d"; }

.fe-scale:before {
  content: "\f1c9"; }

.fe-search:before {
  content: "\f14e"; }

.fe-search-minus:before {
  content: "\f16a"; }

.fe-search-plus:before {
  content: "\f16b"; }

.fe-share:before {
  content: "\f14f"; }

.fe-shield:before {
  content: "\f172"; }

.fe-shopping-bag:before {
  content: "\f1ec"; }

.fe-sitemap:before {
  content: "\f150"; }

.fe-smile:before {
  content: "\f1bc"; }

.fe-smile-alt:before {
  content: "\f1bd"; }

.fe-smile-heart:before {
  content: "\f1f6"; }

.fe-smile-plus:before {
  content: "\f1f5"; }

.fe-speaker:before {
  content: "\f1ab"; }

.fe-squid:before {
  content: "\f1fd"; }

.fe-star:before {
  content: "\f151"; }

.fe-star-o:before {
  content: "\f168"; }

.fe-step-backward:before {
  content: "\f1d0"; }

.fe-step-forward:before {
  content: "\f1d1"; }

.fe-stop:before {
  content: "\f18b"; }

.fe-subtract:before {
  content: "\f1ca"; }

.fe-sunny-o:before {
  content: "\f1f0"; }

.fe-sunrise:before {
  content: "\f1f1"; }

.fe-sync:before {
  content: "\f194"; }

.fe-table:before {
  content: "\f1ac"; }

.fe-tablet:before {
  content: "\f152"; }

.fe-tag:before {
  content: "\f153"; }

.fe-target:before {
  content: "\f1f3"; }

.fe-taxi:before {
  content: "\f204"; }

.fe-terminal:before {
  content: "\f154"; }

.fe-text-align-center:before {
  content: "\f1cb"; }

.fe-text-align-justify:before {
  content: "\f1e5"; }

.fe-text-align-left:before {
  content: "\f1cc"; }

.fe-text-align-right:before {
  content: "\f1cd"; }

.fe-text-size:before {
  content: "\f17b"; }

.fe-ticket:before {
  content: "\f155"; }

.fe-tiled:before {
  content: "\f156"; }

.fe-timeline:before {
  content: "\f1ad"; }

.fe-tired:before {
  content: "\f1be"; }

.fe-train:before {
  content: "\f1f8"; }

.fe-trash:before {
  content: "\f157"; }

.fe-trophy:before {
  content: "\f158"; }

.fe-truck:before {
  content: "\f1ed"; }

.fe-tumbler-glass:before {
  content: "\f209"; }

.fe-twitter:before {
  content: "\f1dd"; }

.fe-umbrella:before {
  content: "\f1f2"; }

.fe-underline:before {
  content: "\f1ae"; }

.fe-union:before {
  content: "\f1ce"; }

.fe-unlock:before {
  content: "\f169"; }

.fe-upload:before {
  content: "\f159"; }

.fe-usb:before {
  content: "\f190"; }

.fe-user:before {
  content: "\f15a"; }

.fe-user-minus:before {
  content: "\f16c"; }

.fe-user-plus:before {
  content: "\f15b"; }

.fe-users:before {
  content: "\f15c"; }

.fe-vector:before {
  content: "\f15d"; }

.fe-video:before {
  content: "\f15e"; }

.fe-vr:before {
  content: "\f205"; }

.fe-wallet:before {
  content: "\f1ee"; }

.fe-warning:before {
  content: "\f15f"; }

.fe-watch:before {
  content: "\f1af"; }

.fe-watch-alt:before {
  content: "\f1b0"; }

.fe-wine-glass:before {
  content: "\f161"; }

.fe-wordpress:before {
  content: "\f1de"; }

.fe-wordpress-alt:before {
  content: "\f1df"; }

.fe-wrench:before {
  content: "\f162"; }

.fe-yaki-dango:before {
  content: "\f20a"; }

.fe-youtube:before {
  content: "\f1e0"; }

@font-face {
  font-family: "Ontheradar Sans";
  src: url(/assets/WorkSans-VariableFont_wght-119f1cf586a3db38bd0647ff1b91809a93878602112164d3b830259c8405395e.ttf) format("truetype"); }

@font-face {
  font-family: "Ontheradar Sans";
  src: url(/assets/WorkSans-VariableFont_wght-119f1cf586a3db38bd0647ff1b91809a93878602112164d3b830259c8405395e.ttf) format("truetype");
  font-weight: 600;
  font-style: bold; }

@font-face {
  font-family: "Ontheradar Mono";
  src: url(/assets/Necto-Mono-1885fdae2d5bc6aa8b7553ba29dcd809c213cc6d363aeac03494526af74dafc3.woff2) format("woff2");
  font-weight: normal;
  font-style: normal; }

html {
  color: #f8f0d9;
  font-family: "Ontheradar Sans", sans-serif;
  font-size: clamp(12px, 1.3vw, 16px); }

a,
a:hover,
a:visited,
button {
  color: #f8f0d9; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Ontheradar Sans", sans-serif;
  font-weight: 600;
  margin: 0;
  margin-bottom: 0; }
  h1 a,
  h2 a,
  h3 a,
  h4 a,
  h5 a,
  h6 a {
    text-decoration: none; }

h1 {
  padding-bottom: 1.25rem;
  font-size: 1.44em; }

h2 {
  padding-bottom: 0.625rem;
  font-size: 1.2em; }

h3,
h4,
h5,
h6 {
  padding-bottom: 0.625rem;
  font-size: 1em; }

h1,
h2 {
  border-bottom: 2.5px solid #9bb9d1; }

p {
  margin: 0;
  margin-bottom: 1.25rem; }

.phone-number, .data-cell {
  font-family: "Ontheradar Mono";
  font-size: 0.8em; }

.primary-cell {
  font-weight: 600; }

.label {
  display: inline-block;
  padding: 0.1em 0.5em;
  font-family: "Ontheradar Mono";
  font-size: 0.8em;
  margin-right: 0.3em;
  margin-bottom: 0.3em;
  line-height: 1.2rem;
  background-color: #f8f0d9; }
  .label,
  .label a {
    color: pink;
    text-decoration: none; }
  .label.secondary {
    background-color: #e3e3e3; }
    .label.secondary,
    .label.secondary a {
      color: #888888; }

.grid, .grid-with-gutter, .padded-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr); }
  @media (min-width: 1024px) {
    .grid:not(.without-divider) .cols:not(:first-child), .grid:not(.without-divider) .col-1:not(:first-child), .grid:not(.without-divider) .col-2:not(:first-child), .grid:not(.without-divider) .col-3:not(:first-child), .grid:not(.without-divider) .col-4:not(:first-child), .grid:not(.without-divider) .col-5:not(:first-child), .grid:not(.without-divider) .col-6:not(:first-child), .grid:not(.without-divider) .col-7:not(:first-child), .grid:not(.without-divider) .col-8:not(:first-child), .grid:not(.without-divider) .col-9:not(:first-child), .grid:not(.without-divider) .col-10:not(:first-child), .grid:not(.without-divider) .col-11:not(:first-child), .grid:not(.without-divider) .col-12:not(:first-child), .grid-with-gutter:not(.without-divider) .cols:not(:first-child), .grid-with-gutter:not(.without-divider) .col-1:not(:first-child), .grid-with-gutter:not(.without-divider) .col-2:not(:first-child), .grid-with-gutter:not(.without-divider) .col-3:not(:first-child), .grid-with-gutter:not(.without-divider) .col-4:not(:first-child), .grid-with-gutter:not(.without-divider) .col-5:not(:first-child), .grid-with-gutter:not(.without-divider) .col-6:not(:first-child), .grid-with-gutter:not(.without-divider) .col-7:not(:first-child), .grid-with-gutter:not(.without-divider) .col-8:not(:first-child), .grid-with-gutter:not(.without-divider) .col-9:not(:first-child), .grid-with-gutter:not(.without-divider) .col-10:not(:first-child), .grid-with-gutter:not(.without-divider) .col-11:not(:first-child), .grid-with-gutter:not(.without-divider) .col-12:not(:first-child), .padded-grid:not(.without-divider) .cols:not(:first-child), .padded-grid:not(.without-divider) .col-1:not(:first-child), .padded-grid:not(.without-divider) .col-2:not(:first-child), .padded-grid:not(.without-divider) .col-3:not(:first-child), .padded-grid:not(.without-divider) .col-4:not(:first-child), .padded-grid:not(.without-divider) .col-5:not(:first-child), .padded-grid:not(.without-divider) .col-6:not(:first-child), .padded-grid:not(.without-divider) .col-7:not(:first-child), .padded-grid:not(.without-divider) .col-8:not(:first-child), .padded-grid:not(.without-divider) .col-9:not(:first-child), .padded-grid:not(.without-divider) .col-10:not(:first-child), .padded-grid:not(.without-divider) .col-11:not(:first-child), .padded-grid:not(.without-divider) .col-12:not(:first-child) {
      border-left: 2.5px solid #9bb9d1; } }
  .grid .without-divider .cols:not(:first-child), .grid .without-divider .col-1:not(:first-child), .grid .without-divider .col-2:not(:first-child), .grid .without-divider .col-3:not(:first-child), .grid .without-divider .col-4:not(:first-child), .grid .without-divider .col-5:not(:first-child), .grid .without-divider .col-6:not(:first-child), .grid .without-divider .col-7:not(:first-child), .grid .without-divider .col-8:not(:first-child), .grid .without-divider .col-9:not(:first-child), .grid .without-divider .col-10:not(:first-child), .grid .without-divider .col-11:not(:first-child), .grid .without-divider .col-12:not(:first-child), .grid-with-gutter .without-divider .cols:not(:first-child), .grid-with-gutter .without-divider .col-1:not(:first-child), .grid-with-gutter .without-divider .col-2:not(:first-child), .grid-with-gutter .without-divider .col-3:not(:first-child), .grid-with-gutter .without-divider .col-4:not(:first-child), .grid-with-gutter .without-divider .col-5:not(:first-child), .grid-with-gutter .without-divider .col-6:not(:first-child), .grid-with-gutter .without-divider .col-7:not(:first-child), .grid-with-gutter .without-divider .col-8:not(:first-child), .grid-with-gutter .without-divider .col-9:not(:first-child), .grid-with-gutter .without-divider .col-10:not(:first-child), .grid-with-gutter .without-divider .col-11:not(:first-child), .grid-with-gutter .without-divider .col-12:not(:first-child), .padded-grid .without-divider .cols:not(:first-child), .padded-grid .without-divider .col-1:not(:first-child), .padded-grid .without-divider .col-2:not(:first-child), .padded-grid .without-divider .col-3:not(:first-child), .padded-grid .without-divider .col-4:not(:first-child), .padded-grid .without-divider .col-5:not(:first-child), .padded-grid .without-divider .col-6:not(:first-child), .padded-grid .without-divider .col-7:not(:first-child), .padded-grid .without-divider .col-8:not(:first-child), .padded-grid .without-divider .col-9:not(:first-child), .padded-grid .without-divider .col-10:not(:first-child), .padded-grid .without-divider .col-11:not(:first-child), .padded-grid .without-divider .col-12:not(:first-child) {
    border-left: none; }

.padded-grid .cols, .padded-grid .col-1, .padded-grid .col-2, .padded-grid .col-3, .padded-grid .col-4, .padded-grid .col-5, .padded-grid .col-6, .padded-grid .col-7, .padded-grid .col-8, .padded-grid .col-9, .padded-grid .col-10, .padded-grid .col-11, .padded-grid .col-12 {
  padding: 1.25rem 0; }
  .padded-grid .cols:not(:first-child), .padded-grid .col-1:not(:first-child), .padded-grid .col-2:not(:first-child), .padded-grid .col-3:not(:first-child), .padded-grid .col-4:not(:first-child), .padded-grid .col-5:not(:first-child), .padded-grid .col-6:not(:first-child), .padded-grid .col-7:not(:first-child), .padded-grid .col-8:not(:first-child), .padded-grid .col-9:not(:first-child), .padded-grid .col-10:not(:first-child), .padded-grid .col-11:not(:first-child), .padded-grid .col-12:not(:first-child) {
    padding-left: 1.25rem; }
  .padded-grid .cols:not(:last-child), .padded-grid .col-1:not(:last-child), .padded-grid .col-2:not(:last-child), .padded-grid .col-3:not(:last-child), .padded-grid .col-4:not(:last-child), .padded-grid .col-5:not(:last-child), .padded-grid .col-6:not(:last-child), .padded-grid .col-7:not(:last-child), .padded-grid .col-8:not(:last-child), .padded-grid .col-9:not(:last-child), .padded-grid .col-10:not(:last-child), .padded-grid .col-11:not(:last-child), .padded-grid .col-12:not(:last-child) {
    padding-right: 1.25rem; }

.grid-with-gutter {
  grid-column-gap: 1.25rem; }
  .grid-with-gutter:not(.without-divider) .cols:not(:first-child), .grid-with-gutter:not(.without-divider) .col-1:not(:first-child), .grid-with-gutter:not(.without-divider) .col-2:not(:first-child), .grid-with-gutter:not(.without-divider) .col-3:not(:first-child), .grid-with-gutter:not(.without-divider) .col-4:not(:first-child), .grid-with-gutter:not(.without-divider) .col-5:not(:first-child), .grid-with-gutter:not(.without-divider) .col-6:not(:first-child), .grid-with-gutter:not(.without-divider) .col-7:not(:first-child), .grid-with-gutter:not(.without-divider) .col-8:not(:first-child), .grid-with-gutter:not(.without-divider) .col-9:not(:first-child), .grid-with-gutter:not(.without-divider) .col-10:not(:first-child), .grid-with-gutter:not(.without-divider) .col-11:not(:first-child), .grid-with-gutter:not(.without-divider) .col-12:not(:first-child) {
    border-left: none; }

.col-12 {
  grid-column: span 12; }

.col-11 {
  grid-column: span 11; }

.col-10 {
  grid-column: span 10; }

.col-9 {
  grid-column: span 9; }

.col-8 {
  grid-column: span 8; }

.col-7 {
  grid-column: span 7; }

.col-6 {
  grid-column: span 6; }

.col-5 {
  grid-column: span 5; }

.col-4 {
  grid-column: span 4; }

.col-3 {
  grid-column: span 3; }

.col-2 {
  grid-column: span 2; }

.col-1 {
  grid-column: span 1; }

@media (max-width: 1023px) {
  .small-12 {
    grid-column: span 12; }
  .small-11 {
    grid-column: span 11; }
  .small-10 {
    grid-column: span 10; }
  .small-9 {
    grid-column: span 9; }
  .small-8 {
    grid-column: span 8; }
  .small-7 {
    grid-column: span 7; }
  .small-6 {
    grid-column: span 6; }
  .small-5 {
    grid-column: span 5; }
  .small-4 {
    grid-column: span 4; }
  .small-3 {
    grid-column: span 3; }
  .small-2 {
    grid-column: span 2; }
  .small-1 {
    grid-column: span 1; }
  .small-0 {
    display: none; } }

/* oxygen-300 - latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Oxygen';
  font-style: normal;
  font-weight: 300;
  src: url(/fonts/oxygen-v15-latin_latin-ext-300.woff2) format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }

/* oxygen-regular - latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Oxygen';
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/oxygen-v15-latin_latin-ext-regular.woff2) format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }

/* oxygen-700 - latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Oxygen';
  font-style: normal;
  font-weight: 700;
  src: url(/fonts/oxygen-v15-latin_latin-ext-700.woff2) format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }

html {
  background-color: #000000;
  background-image: url(/images/250514_QR.svg);
  background-size: cover;
  background-attachment: fixed;
  margin: 0;
  font-family: "Oxygen";
  font-size: 18px; }
  @media (max-width: 1023px) {
    html {
      font-size: 16px; } }
body {
  margin: 0;
  overflow: scroll; }
  body.no-scroll {
    overflow: hidden; }
  body::-webkit-scrollbar {
    display: none; }

main {
  max-width: 1020px;
  margin: 0 auto;
  background-image: url(/images/250514_hintergrund.jpg);
  background-repeat: repeat;
  background-size: 80%;
  padding-bottom: 3em; }

#main-content {
  padding-top: 1.25rem; }

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

.env-warning {
  width: 100%;
  padding: 1.25rem;
  background-color: #f9bfbd;
  color: #2b2929;
  text-align: center; }

.hidden {
  display: none; }

.centered {
  text-align: center; }

h1, h2, h3, h4, h5, h6 {
  text-align: center;
  margin-top: 2.5rem;
  margin-bottom: 0.625rem; }

h1 {
  border-bottom: none;
  font-size: 3em; }

h2 {
  border-bottom: none;
  font-size: 2em; }

h3 {
  font-size: 1.5em; }

h4 {
  font-size: 1.1em; }

p {
  line-height: 1.525;
  letter-spacing: 0.04em;
  text-align: left;
  text-align-last: left;
  padding-left: 2em;
  padding-right: 2em; }
  @media (max-width: 1023px) {
    p {
      padding-left: inherit;
      padding-right: inherit; } }
hr {
  border: 0;
  border-top: 2.5px solid #9bb9d1;
  margin-top: 0;
  margin-bottom: 1.25rem; }

.panel {
  margin-bottom: 1.25rem; }

.section, .content, .map-section {
  margin-bottom: 1.25rem;
  padding: 0 4vw; }
  @media (min-width: 1024px) {
    .section, .content, .map-section {
      padding: 0 2vw; } }
.action-buttons {
  text-align: center; }

.locale-switches {
  display: flex;
  justify-content: right;
  gap: 1.25rem;
  font-size: 1.3em; }

.locale-switch {
  text-decoration: none; }
  .locale-switch.active {
    background-color: #494e9b;
    color: #f8f0d9; }

a.action-button {
  display: inline-block;
  font-size: 1.2em;
  font-weight: bold;
  padding: 0.8em 1.4em;
  border: none;
  border-radius: 9999px;
  vertical-align: middle; }
  a.action-button, a.action-button:visited, a.action-button:hover {
    color: #c83b34;
    background-color: #f8f0d9; }
  a.action-button.small {
    font-size: 1.1em; }

.close-button {
  display: block;
  text-decoration: none;
  font-size: 1.2em;
  text-align: right;
  margin-bottom: 1.25rem; }

#cookies-modal {
  display: none;
  background-color: #494e9b;
  padding: 1.25rem; }
  #cookies-modal .action-button {
    margin-right: 1em;
    margin-bottom: 1em; }

footer {
  padding: 3em 0 10em 0;
  text-align: center; }
  footer .commit {
    padding: 1em 0;
    opacity: 0.1; }

#dashboard-header {
  background-color: #000000;
  z-index: 100; }
  #dashboard-header .menu-button {
    text-align: center;
    background: none;
    border: none;
    right: 1rem;
    font-size: 2rem;
    position: absolute;
    z-index: 9000; }
  #dashboard-header .compound-logo {
    width: 100%;
    position: sticky;
    top: 0;
    padding: 0 4vw;
    display: flex;
    justify-content: center;
    text-align: center; }
    @media (min-width: 1024px) {
      #dashboard-header .compound-logo {
        padding: 0 2vw; } }
  #dashboard-header img.logo {
    display: block;
    background-color: #000000;
    width: 100%; }

.sticky-logo {
  display: block;
  position: sticky;
  background-color: #000000;
  padding: 0.625rem 4vw;
  top: 0;
  z-index: 2000; }
  @media (min-width: 1024px) {
    .sticky-logo {
      padding: 0.625rem 2vw; } }
#introduction {
  justify-content: center;
  display: grid; }
  #introduction .festival-info {
    padding: 1em;
    margin: 2em;
    background-color: #34946e; }

.horizontal-list {
  display: flex;
  gap: 1.25rem; }

.item {
  background-color: #494e9b;
  color: #f8f0d9;
  font-weight: bold;
  font-size: 1.1rem;
  padding: 0.5em 1em;
  text-align: left;
  margin-bottom: 1.3em;
  width: 17em;
  height: 4em;
  border-radius: 9999px; }
  .item::first-letter {
    font-size: 2rem;
    font-weight: bold;
    color: white; }

.ticket-button button.floating {
  text-align: center;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
  position: fixed;
  justify-content: center;
  z-index: 99;
  background-color: #abc332;
  color: #000000;
  font-size: 2em;
  font-weight: 900;
  padding: 0.3em 1em;
  border: none;
  border-radius: 9999px; }

.ticket-button button.floating:hover {
  background-color: black;
  color: #abc332; }

.favorite-button:before {
  content: "☆"; }

.favorite-button.favorited:before {
  content: "★"; }

.favorite-button.loading {
  opacity: 20%; }
  .favorite-button.loading:before {
    content: "↺"; }

.custom-circle-icon.empty::after {
  content: '';
  position: absolute;
  bottom: 4px;
  left: 50%;
  width: 8px;
  height: 5px;
  border: 2px solid black;
  border-top: none;
  border-radius: 0 0 50px 50px;
  transform: translateX(-50%); }
  @media (min-width: 1024px) {
    .custom-circle-icon.empty::after {
      position: absolute;
      bottom: 4px;
      left: 50%;
      width: 18px;
      height: 13px;
      border: 4px solid black;
      border-top: none;
      border-radius: 0 0 50px 50px;
      transform: translateX(-50%); } }
.custom-circle-icon.full::after {
  content: '';
  position: absolute;
  top: 4px;
  left: 50%;
  width: 8px;
  height: 5px;
  border: 2px solid black;
  border-bottom: none;
  border-radius: 50px 50px 0 0;
  transform: translateX(-50%); }
  @media (min-width: 1024px) {
    .custom-circle-icon.full::after {
      position: absolute;
      top: 14px;
      left: 50%;
      width: 18px;
      height: 13px;
      border: 4px solid black;
      border-bottom: none;
      border-radius: 50px 50px 0 0;
      transform: translateX(-50%); } }
.leaflet-container {
  min-height: 260px;
  max-height: 320px; }
  @media (min-width: 1024px) {
    .leaflet-container {
      min-height: 600px; } }
.map-section {
  padding: 0 1em; }

#map {
  touch-action: none; }

.leaflet-popup-content-wrapper {
  background-color: #34946e !important; }

.leaflet-popup-content-wrapper .leaflet-popup-content {
  color: #f2e7d0;
  font-weight: bold;
  font-size: larger; }
  @media (min-width: 1024px) {
    .leaflet-popup-content-wrapper .leaflet-popup-content {
      font-size: x-large; } }
a.leaflet-popup-close-button {
  display: none; }

.artist-image {
  position: relative; }
  .artist-image img.artist {
    display: block;
    width: 100%;
    background-color: #000000;
    margin-bottom: 2rem; }
  .artist-image .artist-name {
    font-size: 2rem;
    position: absolute;
    width: 100%;
    bottom: 1em;
    text-align: center;
    font-weight: bold;
    overflow-wrap: break-word;
    text-transform: uppercase; }
    @media (min-width: 1024px) {
      .artist-image .artist-name {
        font-size: 4.5rem; } }
.content {
  margin-bottom: 2rem; }

.keywords {
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center; }
  @media (min-width: 1024px) {
    .keywords {
      font-size: 2rem; } }
.timetable-info {
  padding: 0.3em 0.8em;
  margin-bottom: 1rem;
  background-color: #87956c;
  color: #000000;
  text-align: center;
  border-radius: 9999px;
  font-weight: bold;
  font-size: 1.2em; }
  .timetable-info a {
    text-decoration: none; }

.audio-link {
  padding: 0.3em 0.8em;
  background-color: #494e9b;
  color: #f8f0d9;
  font-weight: bold;
  font-size: 1.4em;
  border-radius: 9999px;
  text-decoration: none; }

.event-card {
  background-color: #494e9b;
  color: #f8f0d9;
  overflow: hidden;
  margin-bottom: 1em;
  border-radius: 9999px;
  font-weight: bold;
  display: flex;
  flex-direction: row; }
  .event-card .artist-image {
    width: 5em;
    height: 4em; }
    .event-card .artist-image img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .event-card .artist-name::first-letter {
    font-size: 2rem;
    font-weight: bold;
    color: white; }
  .event-card a {
    padding: 0 1em;
    color: #f8f0d9;
    text-decoration: none;
    display: block;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: left; }

.category-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  gap: 10px;
  width: 100%; }

.category-item {
  text-align: center; }

.categories-button {
  display: block;
  text-decoration: none;
  font-weight: bold;
  padding: 1em;
  border-radius: 9999px; }
  .categories-button.active {
    background-color: #f8f0d9;
    color: #000000; }
  .categories-button:hover {
    background-color: rgba(248, 240, 217, 0.2); }

.menu-overlay {
  position: absolute;
  top: 0%;
  right: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  z-index: 8000; }
  .menu-overlay.active {
    opacity: 1;
    visibility: visible; }
  .menu-overlay .menu-content {
    background: #ffffff9e;
    padding: 20px;
    text-align: center;
    min-width: 320px; }
  .menu-overlay ul {
    list-style: none;
    padding: 0; }
  .menu-overlay li {
    padding: 1.2em;
    margin: 15px 0;
    background-color: black;
    border: 2px solid rgba(0, 0, 0, 0.543); }
    .menu-overlay li a {
      color: #e3e3e3; }
    .menu-overlay li:hover {
      background-color: #abc332; }
      .menu-overlay li:hover a {
        color: black; }
  .menu-overlay a {
    text-decoration: none;
    font-size: 18px;
    color: black; }

.menu-button {
  cursor: pointer;
  font-size: 40px;
  font-weight: 900; }
  .menu-button.active {
    transform: rotate(135deg); }

.scroll-container {
  overflow: hidden;
  position: relative; }

.scroll-content {
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  gap: 1rem;
  padding: 1rem; }

.scroll-content::-webkit-scrollbar {
  display: none; }

.scroll-content {
  -ms-overflow-style: none;
  scrollbar-width: none; }
