:root{--color-accent: rgba(24, 9, 215, 1);--color-primary: rgba(24, 9, 215, 1);--color-primary-contrast: #fffffd;--color-secondary: rgba(196, 242, 83, 1);--color-tertiary: #f7f5f5;--color-white: #fffffd;--color-black: rgba(6, 24, 46, 1);--color-border: rgba(231, 231, 231, 1);--color-gtfs-schedule: var(--color-primary);--color-gbfs: #ff335e;--color-gtfs-realtime: #f2cb30;--lh-heading: 1.15;--lh--1: 1.25;--lh-0: 1.5;line-height:var(--lh-0);--fs--2: clamp(.6076rem, .5733rem + .1739vw, .72rem);--fs--1: clamp(.7292rem, .677rem + .2643vw, .9rem);--fs-0: clamp(.875rem, .7986rem + .3868vw, 1.125rem);--fs-1: clamp(1.05rem, .9411rem + .5513vw, 1.4063rem);--fs-2: clamp(1.26rem, 1.1079rem + .7703vw, 1.7578rem);--fs-3: clamp(1.512rem, 1.3026rem + 1.0604vw, 2.1973rem);--fs-4: clamp(1.8144rem, 1.5295rem + 1.4424vw, 2.7466rem);--fs-5: clamp(2.1773rem, 1.7935rem + 1.9434vw, 3.4332rem);--sp-3xs: clamp(.25rem, .2309rem + .0967vw, .3125rem);--sp-2xs: clamp(.5rem, .4618rem + .1934vw, .625rem);--sp-xs: clamp(.75rem, .6927rem + .2901vw, .9375rem);--sp-s: clamp(1rem, .9236rem + .3868vw, 1.25rem);--sp-m: clamp(1.5rem, 1.3854rem + .5803vw, 1.875rem);--sp-l: clamp(2rem, 1.8472rem + .7737vw, 2.5rem);--sp-xl: clamp(3rem, 2.7708rem + 1.1605vw, 3.75rem);--sp-2xl: clamp(4rem, 3.6944rem + 1.5474vw, 5rem);--sp-3xl: clamp(6rem, 5.5416rem + 2.3211vw, 7.5rem);--sp-3xs-2xs: clamp(.25rem, .1354rem + .5803vw, .625rem);--sp-2xs-xs: clamp(.5rem, .3663rem + .677vw, .9375rem);--sp-xs-s: clamp(.75rem, .5972rem + .7737vw, 1.25rem);--sp-s-m: clamp(1rem, .7326rem + 1.354vw, 1.875rem);--sp-m-l: clamp(1.5rem, 1.1944rem + 1.5474vw, 2.5rem);--sp-l-xl: clamp(2rem, 1.4652rem + 2.7079vw, 3.75rem);--sp-xl-2xl: clamp(3rem, 2.3888rem + 3.0948vw, 5rem);--sp-2xl-3xl: clamp(4rem, 2.9304rem + 5.4159vw, 7.5rem);--grid-max-width: 84.38rem;--grid-gutter: var(--space-s-m, clamp(1rem, .7326rem + 1.354vw, 1.875rem));--grid-columns: 12;font-family:Public Sans,sans-serif;font-weight:400;font-style:normal}.u-container{max-width:var(--grid-max-width);padding-inline:var(--grid-gutter);margin-inline:auto}.u-grid{display:grid;gap:var(--grid-gutter)}@media (max-width: 768px){.u-container{padding-inline:var(--space-s)}}.grid{display:grid;grid-template-columns:repeat(var(--grid-columns),1fr);gap:var(--grid-gutter);max-width:var(--grid-max-width)}h1{font-size:var(--fs-4);line-height:var(--lh-heading);color:var(--color-primary);font-weight:700}h2{color:var(--color-primary);font-size:var(--fs-3);margin-bottom:var(--fs-1);line-height:var(--lh-heading);font-weight:600}h3{color:var(--color-black);font-size:var(--fs-2);line-height:var(--lh--1);font-weight:600}h4{font-size:var(--fs-1);font-weight:600}p{font-size:var(--fs-0);margin-bottom:var(--sp-m)}a{text-decoration:none;color:var(--color-primary);transition:all .3s ease-in}a:hover{text-decoration:underline;color:var(--color-primary)}a.external:after{content:"";display:inline-block;width:var(--fs-0);height:var(--fs-0);margin-left:var(--sp-3xs);background-size:100%;background-image:url(../../../img/icons/call-made.svg)}.post-content h1{margin-bottom:var(--sp-m)}.post-content p,.post-content ul,.post-content ol{font-size:var(--fs-0);line-height:1.6;margin-bottom:var(--sp-s)}.post-content ul,.post-content ol{padding-left:var(--sp-m)}.post-content ul li,.post-content ol li{margin-bottom:var(--sp-xs);padding-left:var(--sp-2xs)}.post-content li>ul,.post-content li>ol{margin-top:var(--sp-xs);margin-bottom:0}.post-content code{font-family:inherit;font-weight:600;color:var(--color-primary);background-color:var(--color-tertiary);padding:.1em .3em;border-radius:4px;font-size:.9em}.post-content a{color:var(--color-primary);text-decoration:underline}.post-content pre.shiki{padding:var(--sp-m)}.post-content h2,.post-content h3,.post-content h4,.post-content h5{text-transform:none;margin-top:var(--sp-l);margin-bottom:var(--sp-s)}button.cta{background-color:var(--color-primary);color:var(--color-white);padding:var(--sp-2xs) var(--sp-xs);display:flex;flex-direction:row;font-size:var(--fs-0);line-height:var(--fs-1);border:none;border-radius:4px;cursor:pointer;transition:background-color .15s linear}button.cta:hover{background-color:var(--color-black)}.tags{display:flex;flex-direction:row;gap:var(--sp-3xs);margin-bottom:var(--sp-xs)}.tags span a{padding:var(--sp-3xs) var(--sp-2xs);font-size:var(--fs--1);line-height:var(--fs--1);border-radius:var(--sp-3xs);background-color:var(--color-tertiary);color:var(--color-primary)}.you__tube{border:1px solid var(--color-tertiary);margin-bottom:var(--sp-m)}.hero-map.svelte-1e10nl2{display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative}svg.svelte-1e10nl2{display:block;margin:auto}.popup.svelte-1e10nl2{position:fixed;background:#000000d9;color:#fff;padding:6px 12px;border-radius:4px;pointer-events:none;font-size:.95rem;z-index:10;white-space:nowrap}.hero.svelte-i5ckhy{display:flex;flex-direction:row;gap:var(--sp-m);background-color:var(--color-primary);padding:var(--sp-xl) var(--sp-xl);color:var(--color-white);border-radius:var(--sp-2xs)}@media (max-width: 1024px){.hero.svelte-i5ckhy{flex-direction:column;border-radius:0}.hero__right.svelte-i5ckhy{display:none}}.hero__left.svelte-i5ckhy{flex:1 0 0}.hero__left_title.svelte-i5ckhy{font-size:var(--fs-4);line-height:var(--lh--1);font-weight:800;margin-bottom:var(--sp-m)}.hero__left_title.svelte-i5ckhy span:where(.svelte-i5ckhy){font-weight:300}.hero__left_subtitle.svelte-i5ckhy{font-size:var(--fs-1);line-height:var(--lh-0);font-weight:300;margin:0}.hero__right.svelte-i5ckhy{flex:1 0 0}.main-content.svelte-unlpf9{margin-bottom:var(--sp-xl);padding:var(--sp-m) var(--sp-s);grid-template-rows:collapse}.loader.svelte-unlpf9{position:fixed;bottom:0;left:0;width:100%;height:10px;background:linear-gradient(90deg,#1b0dd2,#000);animation:svelte-unlpf9-loading 1.5s infinite}.loader.hidden.svelte-unlpf9{display:none}@keyframes svelte-unlpf9-loading{0%{width:0}to{width:100%}}
