
  

  

  
  
  
  


@layer base {
  
  body, :host {
    /* Color */
    --neutral-0: #202020;
--neutral-1: #555555;
--neutral-2: #7A7A7A;
--neutral-3: #9F9F9F;
--neutral-4: #B7B7B7;
--neutral-5: #CFCFCF;
--neutral-6: #DEDEDE;
--neutral-7: #e5e5e5;
--neutral-8: #ebebeb;
--neutral-9: #f2f2f2;
--neutral-10: #f8f8f8;
--neutral-11: #fcfcfc;
--neutral-12: #ffffff;
--brand-1: #1d2812;
--brand-2: #3b5026;
--brand-3: #587939;
--brand-4: #75a14c;
--brand-5: #84ab5f;
--brand-6: #94b672;
--brand-7: #A3C086;
--brand-8: #B2CB9A;
--brand-9: #C2D5AF;
--brand-10: #D1E0C3;
--brand-11: #E0EAD7;
--brand-12: #F0F5EB;
--success-1: #0D1514;
--success-2: #111C1B;
--success-3: #0D2D2A;
--success-4: #023B37;
--success-5: #084843;
--success-6: #145750;
--success-7: #1C6961;
--success-8: #207E73;
--success-9: #12A594;
--success-10: #0EB39E;
--success-11: #0BD8B6;
--success-12: #ADF0DD;
--warning-1: #16120C;
--warning-2: #1D180F;
--warning-3: #302008;
--warning-4: #3F2700;
--warning-5: #4D3000;
--warning-6: #5C3D05;
--warning-7: #714F19;
--warning-8: #8F6424;
--warning-9: #FFC53D;
--warning-10: #FFD60A;
--warning-11: #FFCA16;
--warning-12: #FFE7B3;
--critical-1: #191113;
--critical-2: #1E1517;
--critical-3: #3A141E;
--critical-4: #4E1325;
--critical-5: #5E1A2E;
--critical-6: #6F2539;
--critical-7: #883447;
--critical-8: #B3445A;
--critical-9: #E54666;
--critical-10: #EC5A72;
--critical-11: #FF949D;
--critical-12: #FED2E1;
--overlay-a1: #ffffff0d;
--overlay-a2: #ffffff1a;
--overlay-a3: #ffffff26;
--overlay-a4: #ffffff33;
--overlay-a5: #ffffff4d;
--overlay-a6: #ffffff66;
--overlay-a7: #ffffff80;
--overlay-a8: #ffffff99;
--overlay-a9: #ffffffb3;
--overlay-a10: #ffffffcc;
--overlay-a11: #ffffffe6;
--overlay-a12: #fffffff2;
--overlay-inverted-a1: #0000000d;
--overlay-inverted-a2: #0000001a;
--overlay-inverted-a3: #00000026;
--overlay-inverted-a4: #00000033;
--overlay-inverted-a5: #0000004d;
--overlay-inverted-a6: #00000066;
--overlay-inverted-a7: #00000080;
--overlay-inverted-a8: #00000099;
--overlay-inverted-a9: #000000b3;
--overlay-inverted-a10: #000000cc;
--overlay-inverted-a11: #000000e6;
--overlay-inverted-a12: #000000f2;
--green: #90AF24;
--yellow: #FBBA00;
    /* Fonts */
    --font-outfit: 'Outfit',sans-serif;
--font-ptmono: 'PT Mono',monospace;
--font-nunito: 'Nunito',sans-serif;
--font-instrumentserif: 'Instrument Serif',serif;
--font-gochihand: 'Gochi Hand',handwriting;

    /* Font size */
    --text-xs: 0.75rem;
--text-sm: 0.875rem;
--text-md: 1rem;
--text-lg: 1.125rem;
--text-xl: 1.25rem;
--text-2xl: 1.5rem;
--text-3xl: 1.875rem;
--text-4xl: 2.25rem;
--text-5xl: 3rem;
--text-6xl: 3.75rem;
    /* Font weight */
    --normal: 400;
--medium: 500;
--semi: 600;
--bold: 700;
    /* Shadows */
    --shadow-sm:  0 1px 2px 0 rgba(0, 0, 0, 0.25);
--shadow-base:  0 1px 3px 0 rgba(0, 0, 0, 0.25), 0 1px 2px 0 rgba(0, 0, 0, 0.25);
--shadow-md:  0 4px 6px -1px rgba(0, 0, 0, 0.25), 0 2px 4px -1px rgba(0, 0, 0, 0.25);
--shadow-lg:  0 10px 15px -3px rgba(0, 0, 0, 0.25), 0 4px 6px -2px rgba(0, 0, 0, 0.25);
--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.25), 0 10px 10px -5px rgba(0, 0, 0, 0.25);
--shadow-2xl:  0 25px 50px -12px rgba(0, 0, 0, 0.25);
    /* Border radius */
    
    /* Spacing */
    --rounding-none: 0px;
--rounding-sm: 2px;
--rounding-md: 4px;
--rounding-lg: 16px;
--rounding-full: 9999px;
--border-none: 0px;
--border-md: 1px;
--border-lg: 2px;
--line-height-xs: 1.125rem;
--line-height-sm: 1.25rem;
--line-height-md: 1.5rem;
--line-height-lg: 1.75rem;
--line-height-xl: 1.875rem;
--line-height-2xl: 2rem;
--line-height-3xl: 2.375rem;
--line-height-4xl: 2.75rem;
--line-height-5xl: 3.75rem;
--line-height-6xl: 4.5rem;
--letter-spacing-xs: 0rem;
--letter-spacing-sm: 0rem;
--letter-spacing-md: 0rem;
--letter-spacing-lg: 0rem;
--letter-spacing-xl: 0rem;
--letter-spacing-2xl: 0rem;
--letter-spacing-3xl: 0rem;
--letter-spacing-4xl: -0.045rem;
--letter-spacing-5xl: -0.0575rem;
--letter-spacing-6xl: -0.075rem;
--interactive-height-sm: 2rem;
--interactive-height-md: 2.5rem;
--interactive-height-lg: 3rem;
--toggle-height-md: 1.5rem;
--spinner-size-sm: 1.25rem;
--spinner-size-md: 1.5rem;
--spinner-size-lg: 1.75rem;
--side-menu-width: 240px;
--header-height: 10rem;
--avatar-size-sm: 1.5rem;
--avatar-size-md: 2rem;
--avatar-size-lg: 3rem;
--badge-size-sm: 1.5rem;
--badge-size-md: 2rem;
--badge-size-lg: 2.5rem;
    /* Z-index */
    
  }
  @keyframes animation-spin {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
  @keyframes animation-fade-in {
    from {
      opacity:0;
    }
    to {
      opacity:1;
    }
  }
  @keyframes animation-fade-out {
    from {
      opacity:1;
    }
    to {
      opacity:0;
    }
  }
}

      
  .ANLQH {
    width:100%;
  display:flex;
  background:url("/cdn-cgi/imagedelivery/ZIty0Vhmkm0nD-fBKJrTZQ/achim:green_noise_bg.webp/public") scroll padding-box border-box repeat repeat 0% 0% / auto auto;
  min-height:100vh;
  align-items:center;
  font-family:Outfit;
  justify-content:flex-start;
  }
      

      
        
      
      
  
      

      
        
      
      
  .bVuEWv {
    width:3.5rem;
  display:flex;
  align-items:center;
  justify-content:center;
  }
      

      
        
      
      
  .dPIHsw {
    color:var(--neutral-12);
  width:2rem;
  }
      

      
        
      
      
  .ebBaCJ {
    flex:1;
  height:100%;
  }
      

      
        
      
      
  .LMwHw {
    color:var(--neutral-11, #B5B2BC);
  height:fit-content;
  display:inline-block;
  font-size:var(--font-size);
  font-family:Nunito;
  font-weight:inherit;
  white-space:normal;
  letter-spacing:var(--letter-spacing);
  }
      

      
  .LMwHw.truncated {
    overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
  }
      


  .LMwHw.clamped {
    display:-webkit-box;
  overflow:hidden;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:var(--clamp-lines);
  }
      

        
      
      
  .buergermeister-batch\:OvIM2eVrMFemcPx_d5yC2 {
    color:var(--brand-5);
  width:fit-content;
  z-index:1;
  position:relative;
  font-size:var(--text-lg);
  font-weight:var(--semi);
  line-height:var(--line-height-xs);
  white-space:normal;
  }
      

      
        
      
      
  .eBoHwG {
    top:0px;
  right:0px;
  bottom:0px;
  display:flex;
  row-gap:1rem;
  position:absolute;
  column-gap:1rem;
  align-items:center;
  padding-left:0.5rem;
  padding-right:1rem;
  flex-direction:row;
  justify-content:center;
  }
      

      
  .eBoHwG:hover {
    cursor:pointer;
  }
      

        
      
      
  .csmlmr {
    right:0rem;
  width:18rem;
  bottom:6rem;
  height:4rem;
  z-index:99;
  position:fixed;
  animation:5s ease 0ms 1 normal none running animation-dNzBCO;
  translate:10rem 0 0;
  background:var(--neutral-12);
  overflow-x:clip;
  overflow-y:clip;
  transition:all 500ms ease;
  flex-direction:row;
  border-top-left-radius:var(--rounding-lg);
  border-bottom-left-radius:var(--rounding-lg);
  }
      

      
  .csmlmr.mouse_hover {
    width:13.5rem;
  transition:all 500ms ease;
  padding-left:-1rem;
  }
      


  .csmlmr:hover {
    translate:0 0 0;
  transition:all 500ms ease;
  }
      


  .csmlmr.on_touch {
    width:18rem;
  translate:0 0 0;
  transition:all 500ms ease;
  }
      

        
                  @keyframes animation-dNzBCO {
                    
                        0% {
                          translate: 80% 0 0;
                        }
                        

                        20% {
                          translate: 0% 0 0;
                        }
                        

                        80% {
                          translate: 0% 0 0;
                        }
                        

                        100% {
                          translate: 10rem;
                        }
                        
                  }
                  
      
      
  .qZvYf {
    top:0px;
  left:0px;
  right:0px;
  bottom:0px;
  display:flex;
  row-gap:1rem;
  position:absolute;
  column-gap:1rem;
  align-items:center;
  flex-direction:row;
  justify-content:flex-start;
  }
      

      
  .qZvYf:hover {
    cursor:pointer;
  }
      

        
      
      
  .buergermeister-batch\:iAoOTvi9SygBnhM8VrChh {
    color:var(--neutral-12);
  width:fit-content;
  z-index:1;
  position:relative;
  font-size:var(--text-lg);
  font-weight:var(--semi);
  line-height:var(--line-height-xs);
  white-space:normal;
  }
      

      
        
      
      
  .buergermeister-batch\:jfvuaZOq-UgAi3RrGsK8P {
    color:var(--brand-5);
  width:fit-content;
  z-index:1;
  position:relative;
  font-size:var(--text-lg);
  font-weight:var(--semi);
  line-height:var(--line-height-xs);
  white-space:normal;
  }
      

      
        
      
      
  .fcdubA {
    color:var(--brand-5);
  width:2rem;
  height:2rem;
  aspect-ratio:1/1;
  }
      

      
        
      
      
  .cCSBrv {
    flex:1;
  display:flex;
  align-items:center;
  justify-content:center;
  }
      

      
        
      
      
  .cMhaVF {
    top:0px;
  left:0px;
  right:0px;
  width:10rem;
  bottom:0px;
  display:flex;
  z-index:3;
  position:absolute;
  background:var(--yellow);
  align-items:center;
  flex-direction:row;
  justify-content:center;
  border-top-left-radius:var(--rounding-lg);
  border-bottom-left-radius:var(--rounding-lg);
  }
      

      
  .cMhaVF:hover {
    cursor:pointer;
  }
      

        
      
      
  .cfdmeE {
    color:var(--brand-5);
  }
      

      
        
      
      
  .ysTsb {
    right:0rem;
  width:10rem;
  bottom:1rem;
  height:4rem;
  z-index:99;
  position:fixed;
  animation:5s ease 0ms 1 normal none running animation-dNzBCO;
  translate:10rem 0 0;
  background:var(--neutral-12);
  overflow-x:clip;
  overflow-y:clip;
  transition:all 500ms ease;
  border-color:var(--brand-5);
  border-style:solid;
  border-width:1px;
  flex-direction:row;
  border-top-left-radius:var(--rounding-lg);
  border-bottom-left-radius:var(--rounding-lg);
  }
      

      
  .ysTsb.mouse_hover {
    width:13.5rem;
  transition:all 500ms ease;
  padding-left:-1rem;
  }
      


  .ysTsb:hover {
    translate:0 0 0;
  transition:all 500ms ease;
  }
      


  .ysTsb.on_touch {
    width:19rem;
  translate:0 0 0;
  transition:all 500ms ease;
  }
      

        
      
      
  
      

      
        
      
      
  .eBHHXK {
    color:var(--brand-5);
  width:100%;
  display:flex;
  row-gap:5rem;
  flex-wrap:wrap;
  background:url("/cdn-cgi/imagedelivery/ZIty0Vhmkm0nD-fBKJrTZQ/achim:white_noise_bg.webp/public") scroll padding-box border-box repeat repeat 0% 0% / auto auto;
  column-gap:5rem;
  align-items:center;
  padding-top:5rem;
  padding-left:1rem;
  padding-right:1rem;
  flex-direction:column;
  padding-bottom:5rem;
  justify-content:flex-start;
  border-top-left-radius:var(--rounding-lg);
  border-top-right-radius:var(--rounding-lg);
  }
      

      
        
      
      
  .footer\:-6COuOf-R4nAkQ3FqWHv6 {
    color:inherit;
  font-weight:var(--semi);
  }
      

      
        
      
      
  .rltzo {
    flex:1;
  }
      

      
        
      
      
  .footer\:7YyJs-FJIo90lCYSlbs8R {
    color:inherit;
  font-size:var(--text-xl);
  font-weight:var(--bold);
  }
      

      
        
      
      
  .WLxoP {
    width:100%;
  display:flex;
  row-gap:0.5rem;
  flex-wrap:wrap;
  column-gap:0.5rem;
  align-items:center;
  flex-direction:row;
  justify-content:flex-start;
  }
      

      
        
      
      
  .JfJMk {
    flex:1;
  row-gap:0.5rem;
  column-gap:0.5rem;
  }
      

      
        
      
      
  .cMpTVZ {
    color:var(--brand-6);
  font-weight:var(--semi);
  }
      

      
        
      
      
  .byhUoN {
    row-gap:0.5rem;
  column-gap:0.5rem;
  flex-direction:row;
  }
      

      
        
      
      
  .footer\:KFr-6GZgGrQHoFctHuh-o {
    color:inherit;
  font-weight:var(--bold);
  }
      

      
        
      
      
  .footer\:LreFO01xHvxGys51mE1Wv {
    color:inherit;
  width:fit-content;
  font-size:var(--text-xs);
  text-align:center;
  font-weight:var(--bold);
  white-space:normal;
  text-decoration-line:underline;
  text-decoration-color:inherit;
  -webkit-background-clip:text;
  }
      

      
        
      
      
  .kpgyE {
    row-gap:1rem;
  column-gap:1rem;
  }
      

      
        
      
      
  .TfzFs {
    width:100%;
  display:flex;
  row-gap:2rem;
  flex-wrap:wrap;
  column-gap:2rem;
  flex-direction:row;
  }
      

      
        
      
      
  .bWsUwt {
    color:var(--yellow);
  }
      

      
        
      
      
  .eKvier {
    width:5rem;
  }
      

      
        
      
      
  .footer\:hdi0slhWx18vMiZnUAMS8 {
    color:inherit;
  font-size:var(--text-xs);
  font-weight:var(--semi);
  }
      

      
        
      
      
  .cFkZKk {
    color:var(--neutral-12);
  }
      

      
        
      
      
  .eJhrcD {
    flex:1;
  display:flex;
  row-gap:2rem;
  min-width:15rem;
  column-gap:2rem;
  align-items:flex-start;
  justify-content:space-between;
  }
      

      
        
      
      
  
      

      
        
      
      
  .home\:0lTb4gFiCT3rw7p8gpGPq {
    color:var(--brand-5);
  animation:;
  font-size:inherit;
  font-weight:var(--bold);
  padding-left:0.25rem;
  padding-right:0.25rem;
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-plus-icon lucide-plus"><path d="M5 12h14"/><path d="M12 5v14"/></svg>;
  }
      

      
        
      
      
  .home\:1J9k3UgIClvzIfCohf2Vh {
    left:1rem;
  right:1rem;
  bottom:1rem;
  position:absolute;
  font-size:var(--text-4xl);
  font-weight:var(--semi);
  }
      

      
        
      
      
  .eEcZGl {
    width:100vw;
  min-height:100vh;
  align-items:center;
  justify-content:start;
  }
      

      
        
      
      
  .evFgYC {
    color:var(--neutral-12);
  width:fit-content;
  display:flex;
  row-gap:1rem;
  background:var(--yellow);
  column-gap:1rem;
  transition:all 300ms ease;
  align-items:center;
  padding-top:1rem;
  padding-left:1rem;
  padding-right:1rem;
  flex-direction:row;
  padding-bottom:1rem;
  justify-content:center;
  border-top-left-radius:var(--rounding-lg);
  border-top-right-radius:var(--rounding-lg);
  border-bottom-left-radius:var(--rounding-lg);
  border-bottom-right-radius:var(--rounding-lg);
  }
      

      
  .evFgYC:hover {
    cursor:pointer;
  box-shadow:0px 3px 10px 0px #fbba0085;
  transition:all 300ms ease;
  }
      

        
      
      
  .fxqdot {
    width:100%;
  display:flex;
  max-width:1000px;
  align-items:center;
  justify-content:space-between;
  }
      

      
        
      
      
  .home\:1t4iFRHM5bCel9YgKCG4B {
    color:var(--brand-6);
  rotate:0 0 1 -90deg;
  font-size:var(--text-xs);
  flex-direction:row;
  }
      

      
        
      
      
  .home\:2FNTD1bcM4e-PPQrrHFWJ {
    color:var(--brand-5);
  font-size:var(--text-xl);
  max-width:100%;
  white-space:normal;
  }
      

      
        
      
      
  .PtSKj {
    width:100%;
  display:flex;
  background:url("/cdn-cgi/imagedelivery/ZIty0Vhmkm0nD-fBKJrTZQ/achim:green_noise_bg.webp/public") scroll border-box padding-box repeat repeat 0% 0% / auto auto;
  align-items:center;
  padding-left:1rem;
  padding-right:1rem;
  justify-content:center;
  }
      

      
        
      
      
  .home\:3GX7hhEBFLW5RCvhRJQwj {
    color:var(--brand-6);
  font-size:inherit;
  text-align:center;
  white-space:normal;
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-plus-icon lucide-plus"><path d="M5 12h14"/><path d="M12 5v14"/></svg>;
  }
      

      
        
      
      
  .fDIRXO {
    width:100%;
  display:flex;
  animation:;
  overflow-x:clip;
  overflow-y:clip;
  align-items:center;
  justify-content:center;
  }
      

      
        
      
      
  .ekXWaz {
    width:100%;
  display:flex;
  row-gap:1rem;
  flex-wrap:wrap;
  column-gap:1rem;
  align-items:flex-start;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
        
      
      
  .home\:5BGYneudNXBcDcMkLNpJH {
    font-size:var(--text-3xl);
  text-align:center;
  font-weight:var(--semi);
  }
      

      
        
      
      
  .bPBCPA {
    row-gap:1rem;
  max-width:100%;
  column-gap:1rem;
  padding-bottom:2rem;
  }
      

      
        
      
      
  .home\:73NjS30C2dEi41NVgRsjG {
    color:inherit;
  display:flex;
  font-size:inherit;
  text-align:center;
  align-items:center;
  font-weight:inherit;
  justify-content:center;
  }
      

      
        
      
      
  .home\:8C7xkSLXkcdlYUiVN0W9N {
    color:var(--brand-5);
  width:100%;
  font-size:var(--text-4xl);
  text-align:center;
  font-weight:var(--semi);
  }
      

      
        
      
      
  .cevPzx {
    display:flex;
  align-items:center;
  flex-direction:row;
  justify-content:flex-start;
  }
      

      
        
      
      
  .ffImNA {
    display:flex;
  row-gap:1rem;
  flex-wrap:wrap;
  column-gap:1rem;
  align-items:center;
  flex-direction:row;
  justify-content:center;
  }
      

      
        
      
      
  .home\:A-fjTuTYvp90jKRW_HAP5 {
    color:var(--brand-5);
  width:fit-content;
  font-size:var(--text-3xl);
  font-weight:var(--semi);
  }
      

      
        
      
      
  .home\:A9foORqel-2D0tjOcl1eR {
    color:inherit;
  font-size:var(--text-lg);
  font-weight:var(--bold);
  }
      

      
        
      
      
  .home\:ACnucch4BFwu4stdD_zS4 {
    color:var(--brand-5);
  font-size:var(--text-xl);
  max-width:100%;
  white-space:normal;
  }
      

      
        
      
      
  .clIqsf {
    width:50%;
  max-width:25rem;
  flex-shrink:;
  }
      

      
        
      
      
  .home\:BiZaBBD-VQOn8CERHG8qG {
    color:var(--brand-5);
  font-size:var(--text-xl);
  max-width:100%;
  text-align:center;
  padding-top:1rem;
  white-space:normal;
  padding-bottom:1rem;
  }
      

      
        
      
      
  .dVyJmL {
    top:50%;
  color:var(--brand-4);
  width:100%;
  display:flex;
  position:sticky;
  flex-wrap:wrap;
  font-size:var(--text-4xl);
  align-items:center;
  flex-direction:row;
  justify-content:center;
  }
      

      
        
      
      
  .ffsAlE {
    width:100%;
  row-gap:3rem;
  column-gap:3rem;
  }
      

      
        
      
      
  .bKdpPD {
    row-gap:2rem;
  column-gap:2rem;
  flex-direction:row;
  }
      

      
        
      
      
  .dnBtYx {
    gap:1em;;
  color:#fff;;
  display:flex;;
  padding:1em;;
  align-items:center;;
  aspect-ratio:16 / 9;;
  flex-direction:column;;
  justify-content:center;;
  text-decoration:none;;
  background-color:#000;;
  }
      

      
        
      
      
  .home\:Dg4GIppn8PtRtcC538LIb {
    width:50rem;
  max-width:100%;
  border-top-left-radius:var(--rounding-lg);
  border-top-right-radius:var(--rounding-lg);
  border-bottom-left-radius:var(--rounding-lg);
  border-bottom-right-radius:var(--rounding-lg);
  }
      

      
        
      
      
  .cSWdaj {
    width:100%;
  height:192px;
  object-fit:cover;
  border-top-left-radius:var(--rounding-lg);
  border-top-right-radius:var(--rounding-lg);
  border-bottom-left-radius:var(--rounding-lg);
  border-bottom-right-radius:var(--rounding-lg);
  }
      

      
        
      
      
  .dzNxOz {
    display:flex;
  flex-wrap:wrap;
  align-items:flex-start;
  flex-direction:row;
  justify-content:center;
  }
      

      
        
      
      
  .daymgb {
    color:var(--neutral-12);
  width:10rem;
  display:flex;
  row-gap:1rem;
  column-gap:1rem;
  transition:all 300ms ease;
  align-items:center;
  justify-content:flex-start;
  }
      

      
  .daymgb:hover {
    scale:1.05 1.05 1;
  cursor:pointer;
  transition:all 300ms ease;
  }
      

        
      
      
  .card\:Gg-2Knym8_wyyOmjBf6xE {
    color:inherit;
  text-align:center;
  font-weight:var(--bold);
  }
      

      
        
      
      
  .gSYXk {
    width:24px;
  height:24px;
  aspect-ratio:1/1;
  }
      

      
        
      
      
  .eyAmaz {
    width:100%;
  height:100%;
  }
      

      
        
      
      
  .card\:PBaF5VUO7Lpj9xJdy37FF {
    color:inherit;
  width:5rem;
  height:5rem;
  }
      

      
        
      
      
  
      

      
        
      
      
  .dSEkTA {
    flex:1;
  width:100%;
  height:100%;
  display:flex;
  position:absolute;
  max-width:100%;
  background:linear-gradient(to right, var(--neutral-0) 0%, #11111300 21%, #11111300 74%, var(--neutral-0) 100%) scroll border-box padding-box repeat repeat 0% 0% / auto;
  align-items:center;
  justify-content:flex-end;
  }
      

      
        
      
      
  .home\:G0x-dd6pCQ5jkOCFpJ-Oy {
    top:1rem;
  width:50%;
  position:absolute;
  font-size:var(--text-4xl);
  min-width:15rem;
  text-align:center;
  font-weight:var(--semi);
  white-space:pre-line;
  }
      

      
        
      
      
  .evoJxV {
    display:flex;
  row-gap:1rem;
  flex-wrap:wrap;
  column-gap:1rem;
  align-items:flex-start;
  flex-direction:row;
  justify-content:center;
  }
      

      
        
      
      
  .colWMo {
    width:100%;
  display:flex;
  row-gap:5rem;
  background:url("/cdn-cgi/imagedelivery/ZIty0Vhmkm0nD-fBKJrTZQ/achim:white_noise_bg.webp/public") scroll padding-box border-box repeat repeat 0% 0% / auto auto;
  column-gap:5rem;
  margin-top:-3rem;
  align-items:center;
  padding-top:10rem;
  padding-left:1rem;
  padding-right:1rem;
  padding-bottom:10rem;
  justify-content:flex-start;
  border-top-left-radius:var(--rounding-lg);
  border-top-right-radius:var(--rounding-lg);
  border-bottom-left-radius:var(--rounding-lg);
  border-bottom-right-radius:var(--rounding-lg);
  }
      

      
        
      
      
  .dRnUbV {
    color:var(--neutral-11, #B5B2BC);
  font-size:var(--font-size);
  margin-top:var(--margin-top);
  font-family:'Outfit';
  font-weight:inherit;
  line-height:var(--line-height);
  white-space:normal;
  margin-bottom:var(--margin-bottom);
  letter-spacing:var(--letter-spacing);
  }
      

      
  .dRnUbV.truncated {
    overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
  }
      


  .dRnUbV.clamped {
    display:-webkit-box;
  overflow:hidden;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:var(--clamp-lines);
  }
      

        
      
      
  .home\:J5Pig-G7l0oGK8LrjT7ZI {
    color:var(--brand-5);
  font-size:var(--text-xl);
  font-weight:var(--semi);
  }
      

      
        
      
      
  .home\:JDGq5sFEiuZOfGbw7Q0lC {
    color:var(--brand-5);
  font-size:var(--text-xl);
  text-align:left;
  font-weight:var(--semi);
  white-space:normal;
  }
      

      
        
      
      
  .home\:JJoVQe8sEskl7A_5JIIfo {
    color:var(--brand-6);
  width:3rem;
  height:auto;
  }
      

      
        
      
      
  .home\:Jr0MbugG_jMF80jhAg3jb {
    color:var(--brand-5);
  font-size:var(--text-2xl);
  font-weight:var(--bold);
  }
      

      
        
      
      
  .home\:KBJhcdNTCWCUXmXLHAlir {
    color:var(--brand-5);
  display:flex;
  font-size:var(--text-xl);
  font-weight:var(--semi);
  white-space:normal;
  text-decoration-line:underline;
  }
      

      
        
      
      
  .fhJebH {
    flex:1;
  width:100%;
  height:100%;
  z-index:1;
  position:sticky;
  max-width:100%;
  max-height:30rem;
  overflow-x:clip;
  overflow-y:clip;
  align-items:flex-end;
  aspect-ratio:16/9;
  justify-content:flex-end;
  border-top-left-radius:var(--rounding-lg);
  border-top-right-radius:var(--rounding-lg);
  border-bottom-left-radius:var(--rounding-lg);
  border-bottom-right-radius:var(--rounding-lg);
  }
      

      
        
      
      
  .dDEgqM {
    top:0px;
  left:0px;
  right:0px;
  bottom:0px;
  opacity:0;
  position:fixed;
  transition:opacity 300ms ease 0ms normal;
  pointer-events:none;
  background-color:var(--overlay-inverted-a9, #000000b3);
  }
      

      
  .dDEgqM.open {
    opacity:1;
  transition:opacity 300ms ease 0ms normal;
  pointer-events:all;
  }
      

        
      
      
  .home\:KysFYsxphxqGDRcsNAQYE {
    z-index:150;
  }
      

      
        
      
      
  .cQgqhu {
    width:100%;
  height:100vh;
  display:flex;
  row-gap:2rem;
  z-index:999;
  position:fixed;
  background:url("/cdn-cgi/imagedelivery/ZIty0Vhmkm0nD-fBKJrTZQ/achim:white_noise_bg.webp/public") scroll padding-box border-box repeat repeat 0% 0% / auto auto;
  column-gap:2rem;
  text-align:justify;
  transition:all 300ms ease;
  align-items:center;
  padding-top:2rem;
  padding-left:2rem;
  padding-right:2rem;
  padding-bottom:2rem;
  justify-content:flex-start;
  }
      

      
  .cQgqhu.ishidden {
    translate:100% 0 0;
  }
      

        
      
      
  .eyCDeZ {
    width:100%;
  display:flex;
  align-items:flex-end;
  justify-content:center;
  }
      

      
        
      
      
  .iMLsS {
    color:var(--brand-5);
  row-gap:1rem;
  font-size:var(--text-lg);
  column-gap:1rem;
  font-family:inherit;
  font-weight:var(--semi);
  padding-top:1rem;
  padding-left:1rem;
  padding-right:1rem;
  flex-direction:row;
  padding-bottom:1rem;
  }
      

      
  .iMLsS.isCurrent {
    font-weight:var(--bold);
  }
      

        
      
      
  .mobile-menu\:M5wP-w_K4BuUNVIvSHUS6 {
    color:inherit;
  font-weight:var(--semi);
  }
      

      
        
      
      
  .mobile-menu\:SQ7PhyG7YJ1umPa9Mf12L {
    color:inherit;
  font-size:var(--text-xl);
  }
      

      
        
      
      
  .dNHckt {
    color:var(--brand-5);
  width:fit-content;
  cursor:pointer;
  row-gap:0.5rem;
  column-gap:0.5rem;
  flex-direction:row;
  }
      

      
        
      
      
  .mobile-menu\:rz3_3ejMxlLf2OrGOMmG8 {
    color:var(--brand-5);
  width:24px;
  height:24px;
  }
      

      
        
      
      
  
      

      
        
      
      
  .cYBhRU {
    width:fit-content;
  display:flex;
  row-gap:0.2rem;
  flex-wrap:wrap;
  column-gap:0.2rem;
  align-items:flex-end;
  flex-direction:row;
  justify-content:flex-start;
  }
      

      
        
      
      
  .home\:O_LtMaHqe1GxXqo3XgJiR {
    color:var(--brand-6);
  font-size:var(--text-5xl);
  text-align:center;
  white-space:normal;
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-plus-icon lucide-plus"><path d="M5 12h14"/><path d="M12 5v14"/></svg>;
  }
      

      
        
      
      
  .eVbJKe {
    width:100%;
  object-fit:cover;
  aspect-ratio:16/9;
  }
      

      
        
      
      
  .fARcQK {
    gap:8px;
  width:100%;
  height:18rem;
  max-height:18rem;
  padding-top:16px;
  padding-left:16px;
  padding-right:16px;
  padding-bottom:16px;
  }
      

      
        
      
      
  .djcGfm {
    width:100%;
  height:fit-content;
  display:flex;
  z-index:1;
  overflow-x:hidden;
  overflow-y:hidden;
  align-items:flex-end;
  flex-direction:row;
  mix-blend-mode:;
  justify-content:flex-start;
  }
      

      
        
      
      
  
      

      
        
      
      
  .dTCIWC {
    width:100%;
  display:flex;
  align-items:center;
  justify-content:flex-start;
  }
      

      
        
      
      
  .exKHiL {
    color:var(--brand-5);
  font-size:var(--text-xl);
  font-weight:var(--bold);
  }
      

      
        
      
      
  .AlhRV {
    width:100%;
  display:flex;
  opacity:0;
  z-index:9;
  position:relative;
  align-items:center;
  flex-direction:column;
  justify-content:space-between;
  }
      

      
        
      
      
  .TYsiv {
    color:var(--neutral-12);
  font-size:var(--text-xl);
  transition:all 300ms ease;
  font-weight:var(--bold);
  }
      

      
  .TYsiv.is_background_light {
    color:var(--brand-5);
  transition:all 300ms ease;
  }
      

        
      
      
  .eNuzaV {
    width:6rem;
  height:100%;
  }
      

      
        
      
      
  .bxuNfA {
    flex:1;
  display:flex;
  row-gap:2rem;
  column-gap:2rem;
  align-items:center;
  padding-left:1rem;
  padding-right:1rem;
  flex-direction:row;
  justify-content:flex-end;
  }
      

      
          @media (max-width: 800px) {
            
  .bxuNfA {
    display:none;
  }
      

          }
          
        
      
      
  .dApaGJ {
    height:100%;
  }
      

      
        
      
      
  .PKwAq {
    width:5rem;
  height:100%;
  display:flex;
  background:var(--yellow);
  align-items:center;
  justify-content:center;
  border-top-left-radius:2rem;
  border-bottom-left-radius:2rem;
  }
      

      
          @media (min-width: 800px) {
            
  .PKwAq {
    display:none;
  }
      

          }
          
        
      
      
  .ydQZS {
    width:100%;
  display:flex;
  z-index:99;
  position:fixed;
  max-width:1000px;
  background:url("/cdn-cgi/imagedelivery/ZIty0Vhmkm0nD-fBKJrTZQ/achim:white_noise_bg.webp/public") scroll padding-box border-box repeat repeat 0% 0% / auto auto;
  align-items:center;
  flex-direction:column;
  justify-content:space-between;
  border-bottom-left-radius:var(--rounding-lg);
  border-bottom-right-radius:var(--rounding-lg);
  }
      

      
          @media (max-width: 800px) {
            
  .ydQZS {
    background:#ffffff00;
  }
      

          }
          
        
      
      
  .WfckX {
    width:3rem;
  }
      

      
        
      
      
  .fwLSeH {
    width:100%;
  height:fit-content;
  display:flex;
  align-items:center;
  padding-top:0.5rem;
  padding-left:0.5rem;
  padding-right:0rem;
  flex-direction:row;
  padding-bottom:0.5rem;
  justify-content:space-between;
  border-bottom-left-radius:var(--rounding-lg);
  border-bottom-right-radius:var(--rounding-lg);
  }
      

      
        
      
      
  .header\:O-AZCDyFVnMTcMwuwwDLY {
    color:inherit;
  font-size:var(--text-xl);
  font-weight:var(--semi);
  -webkit-text-stroke-width:thin;
  }
      

      
        
      
      
  .ebDczA {
    flex:1;
  display:flex;
  row-gap:2rem;
  max-width:1000px;
  column-gap:2rem;
  align-items:center;
  padding-left:1rem;
  padding-right:1rem;
  flex-direction:row;
  justify-content:flex-end;
  }
      

      
          @media (max-width: 800px) {
            
  .ebDczA {
    display:none;
  }
      

          }
          
        
      
      
  .dlCUmD {
    color:var(--neutral-12);
  width:3rem;
  }
      

      
        
      
      
  .cKKeXA {
    width:100%;
  height:fit-content;
  display:flex;
  align-items:center;
  padding-top:1rem;
  padding-left:1rem;
  padding-right:0rem;
  flex-direction:row;
  padding-bottom:1rem;
  justify-content:space-between;
  }
      

      
        
      
      
  .NFIOK {
    width:100%;
  display:flex;
  row-gap:0.5rem;
  flex-wrap:wrap;
  background:var(--neutral-1);
  column-gap:0.5rem;
  align-items:center;
  padding-left:1rem;
  padding-right:1rem;
  flex-direction:row;
  justify-content:center;
  border-bottom-color:var(--neutral-5);
  border-bottom-style:solid;
  border-bottom-width:1px;
  }
      

      
        
      
      
  .cgWVhA {
    color:#000000;
  }
      

      
        
      
      
  .oEjhZ {
    color:var(--neutral-12);
  width:1rem;
  }
      

      
        
      
      
  .header\:uqxW4N194_E1-7-I0IElP {
    color:inherit;
  font-size:var(--text-xl);
  font-weight:var(--semi);
  }
      

      
        
      
      
  .header\:zJhj2G4f5cGGwQtAs4WyV {
    color:var(--neutral-12);
  display:flex;
  font-size:var(--text-sm);
  max-width:100%;
  text-align:center;
  align-items:center;
  font-family:inherit;
  white-space:normal;
  justify-content:center;
  }
      

      
        
      
      
  
      

      
        
      
      
  .bMxKdJ {
    color:var(--brand-5);
  display:flex;
  font-size:var(--text-5xl);
  align-items:center;
  font-weight:var(--semi);
  flex-direction:column;
  justify-content:center;
  }
      

      
        
      
      
  .home\:Tq1RCSrNnb6JCFwkPpVso {
    color:var(--brand-5);
  font-size:var(--text-xl);
  max-width:100%;
  white-space:normal;
  }
      

      
        
      
      
  .cznOEV {
    row-gap:1rem;
  column-gap:1rem;
  padding-left:1rem;
  padding-right:1rem;
  }
      

      
        
      
      
  .home\:Ug6hDuNzlzCwWgm7I3MOu {
    color:var(--brand-5);
  width:fit-content;
  font-size:var(--text-3xl);
  font-weight:var(--semi);
  }
      

      
        
      
      
  .enbJKj {
    row-gap:2rem;
  z-index:1;
  column-gap:2rem;
  padding-left:1rem;
  padding-right:1rem;
  }
      

      
        
      
      
  .RQqLo {
    color:var(--neutral-12);
  width:110%;
  height:5rem;
  animation:;
  translate:-50% 0 0;
  aspect-ratio:1/1;
  }
      

      
  .RQqLo.show_bike {
    translate:40% 0 0;
  transition:all 5000ms cubic-bezier(0.42, 0, 0.58, 1);
  }
      

        
      
      
  .cLjGOG {
    max-width:100%;
  object-fit:cover;
  aspect-ratio:16/9;
  border-top-left-radius:var(--rounding-lg);
  border-top-right-radius:var(--rounding-lg);
  border-bottom-left-radius:var(--rounding-lg);
  border-bottom-right-radius:var(--rounding-lg);
  }
      

      
        
      
      
  .bsLKNX {
    max-width:100%;
  border-top-left-radius:var(--rounding-lg);
  border-top-right-radius:var(--rounding-lg);
  border-bottom-left-radius:var(--rounding-lg);
  border-bottom-right-radius:var(--rounding-lg);
  }
      

      
        
      
      
  .home\:YRiuntBsUyp-zTd5za5XH {
    color:inherit;
  display:flex;
  font-size:inherit;
  max-width:100%;
  text-align:center;
  align-items:center;
  font-weight:inherit;
  justify-content:center;
  }
      

      
        
      
      
  .home\:_RswrdaYoSY2-qd3Velr8 {
    color:var(--brand-5);
  font-size:var(--text-xl);
  max-width:100%;
  white-space:normal;
  }
      

      
        
      
      
  .evXNgr {
    display:flex;
  row-gap:1rem;
  column-gap:1rem;
  align-items:flex-end;
  flex-direction:row;
  justify-content:flex-start;
  }
      

      
        
      
      
  .home\:bye5osqng6yFwK5jzPR4B {
    color:inherit;
  display:flex;
  font-size:inherit;
  text-align:center;
  align-items:center;
  font-weight:inherit;
  justify-content:center;
  }
      

      
        
      
      
  .home\:cDvWn6ZVJcZ8A077TPPTw {
    color:var(--brand-5);
  font-size:var(--text-3xl);
  font-weight:var(--bold);
  }
      

      
        
      
      
  .eEwDkY {
    row-gap:1rem;
  flex-wrap:wrap;
  column-gap:1rem;
  padding-left:1rem;
  padding-right:1rem;
  flex-direction:row;
  }
      

      
        
      
      
  .esfBmK {
    width:30rem;
  flex-grow:1;
  max-width:100%;
  flex-basis:30rem;
  flex-shrink:0;
  }
      

      
        
      
      
  .cmVBgI {
    row-gap:0.5rem;
  flex-wrap:wrap;
  column-gap:0.5rem;
  padding-left:1rem;
  padding-right:1rem;
  flex-direction:row;
  }
      

      
        
      
      
  .cmxsQo {
    flex:1;
  width:30rem;
  display:flex;
  flex-grow:1;
  max-width:100%;
  flex-basis:30rem;
  align-items:center;
  flex-shrink:0;
  justify-content:flex-start;
  }
      

      
        
      
      
  .home\:fyEwMWc-0RwgDlpOrBqXG {
    color:var(--brand-5);
  font-size:inherit;
  text-align:center;
  white-space:normal;
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-plus-icon lucide-plus"><path d="M5 12h14"/><path d="M12 5v14"/></svg>;
  }
      

      
        
      
      
  .bXKCFL {
    color:inherit;
  display:inline-block;
  }
      

      
        
      
      
  .home\:guqkmAF736TCSo1dlp-Mj {
    width:100%;
  }
      

      
        
      
      
  .home\:hMAwWSxRC6AWLn1w1uxst {
    height:25rem;
  display:flex;
  position:sticky;
  align-items:center;
  justify-content:flex-start;
  }
      

      
        
      
      
  .evBCNp {
    width:100%;
  display:flex;
  align-items:center;
  flex-shrink:;
  padding-top:tt;
  padding-left:1rem;
  padding-right:1rem;
  padding-bottom:tt;
  justify-content:center;
  }
      

      
        
      
      
  .byYYaA {
    height:fit-content;
  display:flex;
  row-gap:3rem;
  z-index:2;
  position:sticky;
  flex-wrap:wrap;
  background:var(--yellow);
  box-shadow:0px 2px 4px 0px #fbba0080;
  column-gap:3rem;
  margin-top:-3rem;
  align-items:flex-start;
  padding-top:2rem;
  border-color:var(--yellow);
  border-style:solid;
  border-width:2px;
  flex-direction:row;
  padding-bottom:2rem;
  justify-content:center;
  border-top-left-radius:5rem;
  border-bottom-right-radius:8rem;
  }
      

      
        
      
      
  .eUqMsY {
    flex:1;
  cursor:pointer;
  min-width:240px;
  padding-top:12px;
  padding-left:12px;
  padding-right:12px;
  padding-bottom:12px;
  background-color:var(--grey-900, #171717);
  border-top-left-radius:0px;
  border-top-right-radius:8rem;
  border-bottom-left-radius:5rem;
  border-bottom-right-radius:0px;
  }
      

      
  .eUqMsY.has-graphics {
    gap:12px;
  }
      


  .eUqMsY:focus-visible {
    outline-color:var(--grey-800, #262626);
  outline-style:solid;
  outline-width:2px;
  outline-offset:2px;
  background-color:var(--grey-800, #262626);
  }
      


  
      


  .eUqMsY:active {
    background-color:var(--grey-600, #525252);
  }
      

        
      
      
  .faTYsE {
    color:var(--grey-400, #A3A3A3);
  display:inline-block;
  font-size:16px;
  font-weight:var(--font-weight-light);
  line-height:24px;
  }
      

      
        
      
      
  .fcSTQp {
    color:var(--grey-200, #E5E5E5);
  font-size:24px;
  font-weight:var(--font-weight-light);
  line-height:32px;
  }
      

      
        
      
      
  .fnLHyf {
    gap:8px;
  width:100%;
  padding-top:16px;
  padding-left:16px;
  padding-right:16px;
  padding-bottom:16px;
  }
      

      
        
      
      
  .fyBVqG {
    flex:1;
  width:100%;
  object-fit:cover;
  border-radius:14px;
  }
      

      
        
      
      
  .home\:mcWOeDp5GEbfOLEtH3RkD {
    flex:1;
  width:100%;
  max-width:324px;
  background:white;
  transition:all 300ms ease;
  border-color:var(--neutral-5);
  border-style:solid;
  border-width:1px;
  }
      

      
          @media (min-width: 1280px) {
            
  .home\:mcWOeDp5GEbfOLEtH3RkD {
    max-width:324px;
  min-width:23%;
  }
      

          }
          

  .home\:mcWOeDp5GEbfOLEtH3RkD:hover {
    cursor:pointer;
  box-shadow:0px 3px 10px 0px #ffffff85;
  transition:all 300ms ease;
  }
      

        
      
      
  .home\:mzpFusrYi45EQZZtkkS7N {
    top:-3rem;
  width:100%;
  }
      

      
        
      
      
  .biVWgn {
    height:100%;
  display:flex;
  align-items:center;
  margin-left:-8px;
  flex-direction:row;
  justify-content:flex-start;
  }
      

      
        
      
      
  .byYvyy {
    color:var(--brand-6);
  width:2rem;
  height:2rem;
  }
      

      
        
      
      
  .home\:o_G6KZpAHsxMWfFosGImZ {
    color:var(--brand-6);
  font-size:inherit;
  text-align:center;
  margin-left:-10px;
  white-space:normal;
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-plus-icon lucide-plus"><path d="M5 12h14"/><path d="M12 5v14"/></svg>;
  }
      

      
        
      
      
  .home\:omZ9w6xVW7MGI4MQFBEem {
    color:var(--brand-5);
  font-size:var(--text-xl);
  max-width:100%;
  white-space:normal;
  }
      

      
        
      
      
  .home\:p_-WTldeTWaLxj_8lUJKM {
    color:var(--brand-5);
  font-size:var(--text-xl);
  max-width:100%;
  white-space:normal;
  }
      

      
        
      
      
  .eqNDxE {
    width:100%;
  display:flex;
  row-gap:2rem;
  background:url("/cdn-cgi/imagedelivery/ZIty0Vhmkm0nD-fBKJrTZQ/achim:white_noise_bg.webp/public") scroll padding-box border-box repeat repeat 0% 0% / auto auto;
  column-gap:2rem;
  margin-top:-3rem;
  align-items:center;
  padding-top:10rem;
  padding-left:1rem;
  padding-right:1rem;
  padding-bottom:10rem;
  justify-content:flex-start;
  border-top-left-radius:var(--rounding-lg);
  border-top-right-radius:var(--rounding-lg);
  border-bottom-left-radius:var(--rounding-lg);
  border-bottom-right-radius:var(--rounding-lg);
  }
      

      
        
      
      
  .boagSY {
    width:100%;
  display:flex;
  row-gap:2rem;
  flex-wrap:wrap;
  background:url("/cdn-cgi/imagedelivery/ZIty0Vhmkm0nD-fBKJrTZQ/achim:green_noise_bg.webp/public") scroll padding-box border-box repeat repeat 0% 0% / auto auto;
  column-gap:2rem;
  align-items:center;
  flex-direction:row;
  padding-bottom:0rem;
  justify-content:center;
  }
      

      
        
      
      
  .bfqEm {
    width:100%;
  row-gap:5rem;
  background:url("/cdn-cgi/imagedelivery/ZIty0Vhmkm0nD-fBKJrTZQ/achim:white_noise_bg.webp/public") scroll padding-box border-box repeat repeat 0% 0% / auto auto;
  column-gap:5rem;
  margin-top:-2rem;
  padding-top:5rem;
  flex-direction:column;
  padding-bottom:4rem;
  border-top-left-radius:var(--rounding-lg);
  border-top-right-radius:var(--rounding-lg);
  border-bottom-left-radius:var(--rounding-lg);
  border-bottom-right-radius:var(--rounding-lg);
  }
      

      
        
      
      
  .home\:tOxIT8u5cqV3Ef71Stvbs {
    color:var(--brand-5);
  width:fit-content;
  font-size:var(--text-3xl);
  font-weight:var(--semi);
  }
      

      
        
      
      
  .cLsYPf {
    width:100%;
  display:flex;
  row-gap:5rem;
  {"type":"nodes","source":"LDW4GCCdwscZFaui3wAua","nodes":{"lcZGIQk8x9-s1NS28miAZ":{"type":"text","value":{"type":"value","value":"Ratsinformationssystem"}},"f_AdCWCGit9bnMaEFyJHY":{"name":"so-text","type":"component","attrs":{},"style":{"font-size":"var(--text-2xl)","text-align":"center","font-weight":"var(--normal)"},"events":{},"repeat":null,"children":["lcZGIQk8x9-s1NS28miAZ"]},"NxdOBoTaWdiPdNLs-0ZOq":{"tag":"img","type":"element","attrs":{"alt":{"type":"value","value":null},"src":{"type":"value","value":"/cdn-cgi/imagedelivery/ZIty0Vhmkm0nD-fBKJrTZQ/achim:Bildschirmfoto2025-07-22um11.44.29.png/public"},"width":{"type":"value","value":3600},"height":{"type":"value","value":1916}},"style":{"width":"100%","height":"auto","border-top-left-radius":"var(--rounding-lg)","border-top-right-radius":"var(--rounding-lg)","border-bottom-left-radius":"var(--rounding-lg)","border-bottom-right-radius":"var(--rounding-lg)"},"events":{},"classes":{},"children":[],"style-variables":[]},"CW9FQSQSC9m2Uw8vEX0z0":{"tag":"div","type":"element","attrs":{},"style":{"top":"0px","left":"0px","right":"0px","bottom":"0px","position":"absolute","background":"radial-gradient(#00000000 0%, var(--neutral-2) 100%) scroll padding-box border-box repeat repeat 0% 0% / auto"},"events":{},"classes":{},"children":[],"style-variables":[]},"nz6CUKYyR2edz0kbKl9g3":{"tag":"div","type":"element","attrs":{},"style":{"border-top-left-radius":"var(--rounding-lg)","border-top-right-radius":"var(--rounding-lg)","border-bottom-left-radius":"var(--rounding-lg)","border-bottom-right-radius":"var(--rounding-lg)"},"events":{},"classes":{},"children":["NxdOBoTaWdiPdNLs-0ZOq","CW9FQSQSC9m2Uw8vEX0z0"]},"4Z2kZL1s7cd_JnMOteD7l":{"name":"svg","type":"component","attrs":{"svg-string":{"type":"value","value":"<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-external-link-icon lucide-external-link\"><path d=\"M15 3h6v6\"/><path d=\"M10 14 21 3\"/><path d=\"M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6\"/></svg>"}},"style":{"color":"var(--brand-10)","width":"5rem","height":"5rem"},"events":{},"repeat":null,"package":"svg_parser","children":[]},"gkf_oZPozx-1xcHNYX9hk":{"tag":"a","type":"element","attrs":{"href":{"type":"value","value":"https://ris.hamminkeln.de/"},"target":{"type":"value","value":"_blank"},"data-prerender":{"type":"value","value":"moderate"}},"style":{"top":"0px","left":"0px","width":"100%","height":"100%","display":"flex","position":"absolute","background":"#000000","align-items":"center","justify-content":"center"},"events":{},"classes":{},"children":["4Z2kZL1s7cd_JnMOteD7l"],"condition":{"name":"@toddle/equals","type":"function","arguments":[{"name":"First","type":{"type":"Any"},"formula":{"path":["Variables","items_hover"],"type":"path"}},{"name":"Second","type":{"type":"Any"},"formula":{"type":"value","value":1}}],"display_name":"Equals"},"style-variables":[]},"L3GXxyVKq3zSiDNUH7h5k":{"tag":"div","type":"element","attrs":{},"style":{"width":"100%","background":"var(--neutral-2)","overflow-x":"clip","overflow-y":"clip","transition":"all 300ms ease","padding-top":"1rem","padding-left":"1rem","padding-right":"1rem","padding-bottom":"1rem","border-top-left-radius":"var(--rounding-lg)","border-top-right-radius":"var(--rounding-lg)","border-bottom-left-radius":"var(--rounding-lg)","border-bottom-right-radius":"var(--rounding-lg)"},"events":{"click":{"actions":[{"data":{"type":"value","value":1},"type":"SetVariable","variable":"items_hover"}],"trigger":"click"},"mouseenter":{"actions":[{"data":{"type":"value","value":1},"type":"SetVariable","variable":"items_hover"}],"trigger":"mouseenter"},"mouseleave":{"actions":[{"data":null,"type":"SetVariable","variable":"items_hover"}],"trigger":"mouseleave"}},"classes":{},"children":["nz6CUKYyR2edz0kbKl9g3","gkf_oZPozx-1xcHNYX9hk"],"variants":[{"hover":true,"style":{"scale":"1.05 1.05 1","transition":"all 300ms ease"}}],"condition":null},"root":{"tag":"div","type":"element","attrs":{},"style":{"width":"25rem","row-gap":"0.5rem","max-width":"100%","column-gap":"0.5rem","transition":"all 300ms ease"},"events":{},"classes":{},"children":["f_AdCWCGit9bnMaEFyJHY","L3GXxyVKq3zSiDNUH7h5k"],"variants":[{"hover":true,"style":{"scale":"1.05 1.05 1","animation":"2s ease 0ms 1 normal none running animation-empty","transition":"all 300ms ease"}}],"animations":{}}}};
  flex-wrap:wrap;
  column-gap:5rem;
  align-items:center;
  padding-top:1rem;
  padding-left:1rem;
  padding-right:1rem;
  flex-direction:row;
  padding-bottom:1rem;
  justify-content:center;
  border-top-left-radius:var(--rounding-lg);
  border-top-right-radius:var(--rounding-lg);
  border-bottom-left-radius:var(--rounding-lg);
  border-bottom-right-radius:var(--rounding-lg);
  }
      

      
        
      
      
  .dSNoDs {
    color:var(--brand-5);
  font-size:var(--fontSizeMap);
  max-width:100%;
  text-align:center;
  font-family:inherit;
  font-weight:var(--normal);
  user-select:none;
  white-space:pre-wrap;
  -ms-user-select:none;
  -moz-user-select:none;
  -webkit-user-select:none;
  hyphens:auto;
  word-wrap:break-word;
  overflow-wrap:break-word;
  }
      

      
  .dSNoDs:hover {
    scale:1.1 1.1 1;
  transition:all 300ms ease;
  user-select:none;
  -ms-user-select:none;
  -moz-user-select:none;
  -webkit-user-select:none;
  }
      

        
      
      
  .ca-dASP {
    width:100%;
  display:flex;
  row-gap:2rem;
  {"type":"nodes","source":"LDW4GCCdwscZFaui3wAua","nodes":{"lcZGIQk8x9-s1NS28miAZ":{"type":"text","value":{"type":"value","value":"Ratsinformationssystem"}},"f_AdCWCGit9bnMaEFyJHY":{"name":"so-text","type":"component","attrs":{},"style":{"font-size":"var(--text-2xl)","text-align":"center","font-weight":"var(--normal)"},"events":{},"repeat":null,"children":["lcZGIQk8x9-s1NS28miAZ"]},"NxdOBoTaWdiPdNLs-0ZOq":{"tag":"img","type":"element","attrs":{"alt":{"type":"value","value":null},"src":{"type":"value","value":"/cdn-cgi/imagedelivery/ZIty0Vhmkm0nD-fBKJrTZQ/achim:Bildschirmfoto2025-07-22um11.44.29.png/public"},"width":{"type":"value","value":3600},"height":{"type":"value","value":1916}},"style":{"width":"100%","height":"auto","border-top-left-radius":"var(--rounding-lg)","border-top-right-radius":"var(--rounding-lg)","border-bottom-left-radius":"var(--rounding-lg)","border-bottom-right-radius":"var(--rounding-lg)"},"events":{},"classes":{},"children":[],"style-variables":[]},"CW9FQSQSC9m2Uw8vEX0z0":{"tag":"div","type":"element","attrs":{},"style":{"top":"0px","left":"0px","right":"0px","bottom":"0px","position":"absolute","background":"radial-gradient(#00000000 0%, var(--neutral-2) 100%) scroll padding-box border-box repeat repeat 0% 0% / auto"},"events":{},"classes":{},"children":[],"style-variables":[]},"nz6CUKYyR2edz0kbKl9g3":{"tag":"div","type":"element","attrs":{},"style":{"border-top-left-radius":"var(--rounding-lg)","border-top-right-radius":"var(--rounding-lg)","border-bottom-left-radius":"var(--rounding-lg)","border-bottom-right-radius":"var(--rounding-lg)"},"events":{},"classes":{},"children":["NxdOBoTaWdiPdNLs-0ZOq","CW9FQSQSC9m2Uw8vEX0z0"]},"4Z2kZL1s7cd_JnMOteD7l":{"name":"svg","type":"component","attrs":{"svg-string":{"type":"value","value":"<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-external-link-icon lucide-external-link\"><path d=\"M15 3h6v6\"/><path d=\"M10 14 21 3\"/><path d=\"M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6\"/></svg>"}},"style":{"color":"var(--brand-10)","width":"5rem","height":"5rem"},"events":{},"repeat":null,"package":"svg_parser","children":[]},"gkf_oZPozx-1xcHNYX9hk":{"tag":"a","type":"element","attrs":{"href":{"type":"value","value":"https://ris.hamminkeln.de/"},"target":{"type":"value","value":"_blank"},"data-prerender":{"type":"value","value":"moderate"}},"style":{"top":"0px","left":"0px","width":"100%","height":"100%","display":"flex","position":"absolute","background":"#000000","align-items":"center","justify-content":"center"},"events":{},"classes":{},"children":["4Z2kZL1s7cd_JnMOteD7l"],"condition":{"name":"@toddle/equals","type":"function","arguments":[{"name":"First","type":{"type":"Any"},"formula":{"path":["Variables","items_hover"],"type":"path"}},{"name":"Second","type":{"type":"Any"},"formula":{"type":"value","value":1}}],"display_name":"Equals"},"style-variables":[]},"L3GXxyVKq3zSiDNUH7h5k":{"tag":"div","type":"element","attrs":{},"style":{"width":"100%","background":"var(--neutral-2)","overflow-x":"clip","overflow-y":"clip","transition":"all 300ms ease","padding-top":"1rem","padding-left":"1rem","padding-right":"1rem","padding-bottom":"1rem","border-top-left-radius":"var(--rounding-lg)","border-top-right-radius":"var(--rounding-lg)","border-bottom-left-radius":"var(--rounding-lg)","border-bottom-right-radius":"var(--rounding-lg)"},"events":{"click":{"actions":[{"data":{"type":"value","value":1},"type":"SetVariable","variable":"items_hover"}],"trigger":"click"},"mouseenter":{"actions":[{"data":{"type":"value","value":1},"type":"SetVariable","variable":"items_hover"}],"trigger":"mouseenter"},"mouseleave":{"actions":[{"data":null,"type":"SetVariable","variable":"items_hover"}],"trigger":"mouseleave"}},"classes":{},"children":["nz6CUKYyR2edz0kbKl9g3","gkf_oZPozx-1xcHNYX9hk"],"variants":[{"hover":true,"style":{"scale":"1.05 1.05 1","transition":"all 300ms ease"}}],"condition":null},"root":{"tag":"div","type":"element","attrs":{},"style":{"width":"25rem","row-gap":"0.5rem","max-width":"100%","column-gap":"0.5rem","transition":"all 300ms ease"},"events":{},"classes":{},"children":["f_AdCWCGit9bnMaEFyJHY","L3GXxyVKq3zSiDNUH7h5k"],"variants":[{"hover":true,"style":{"scale":"1.05 1.05 1","animation":"2s ease 0ms 1 normal none running animation-empty","transition":"all 300ms ease"}}],"animations":{}}}};
  flex-wrap:wrap;
  column-gap:2rem;
  align-items:center;
  padding-top:1rem;
  padding-left:1rem;
  padding-right:1rem;
  flex-direction:row;
  padding-bottom:1rem;
  justify-content:center;
  border-top-left-radius:var(--rounding-lg);
  border-top-right-radius:var(--rounding-lg);
  border-bottom-left-radius:var(--rounding-lg);
  border-bottom-right-radius:var(--rounding-lg);
  }
      

      
        
      
      
  
      

      
        
      
      
  .home\:tiiXYvrGU66Nh251eJlVe {
    color:var(--brand-6);
  font-size:inherit;
  text-align:center;
  white-space:normal;
  padding-left:0.25rem;
  padding-right:0.25rem;
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-plus-icon lucide-plus"><path d="M5 12h14"/><path d="M12 5v14"/></svg>;
  }
      

      
        
      
      
  
      

      
        
      
      
  .home\:vhccGVu1Wsi8BKWTcg6Gf {
    color:var(--brand-6);
  }
      

      
        
      
      
  .app-provider\:root {
    animation:;
  background:url("/cdn-cgi/imagedelivery/ZIty0Vhmkm0nD-fBKJrTZQ/achim:green_noise_bg.webp/public") scroll padding-box border-box repeat repeat 0% 0% / auto auto;
  font-family:Nunito;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .cgGrpZ {
    height:var(--height);
  position:fixed;
  align-items:start;
  pointer-events:none;
  justify-content:start;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .so-toast-provider\:3HNY67eQbyTMKV7wPLZZf {
    width:100%;
  display:flex;
  position:relative;
  max-width:360px;
  transition:height 150ms ease 0ms normal;
  flex-direction:column;
  }
      

      
        
      
      
  .bHYIqa {
    top:var(--top);
  width:100%;
  position:absolute;
  pointer-events:all;
  }
      

      
  .bHYIqa.swipe-out-top {
    translate:0 -100%;
  }
      


  .bHYIqa.swipe-out-right {
    translate:100% 0px;
  }
      


  .bHYIqa.swipe-out-bottom {
    translate:0 100%;
  }
      


  .bHYIqa.swipe-out-left {
    translate:-100% 0px;
  }
      

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .so-toast\:root {
    gap:0.75rem;
  color:var(--neutral-11, #B5B2BC);
  width:100%;
  opacity:0;
  translate:0 16px;
  padding-top:1rem;
  border-color:var(--neutral-6, #3C393F);
  border-style:solid;
  border-width:1px;
  padding-left:1rem;
  border-radius:var(--rounding-lg);
  padding-right:1rem;
  padding-bottom:1rem;
  background-color:var(--neutral-0, #0b0a0b);
  }
      

      
  .so-toast\:root.open {
    opacity:1;
  translate:0 0px;
  transition:translate 250ms ease 0ms normal, top 150ms ease 0ms normal;
  }
      


  .so-toast\:root.closing {
    opacity:0;
  translate:0 -16px;
  }
      


  .so-toast\:root.open-transition {
    transition:all 250ms ease 0ms normal;
  }
      


  .so-toast\:root.close-transition {
    transition:all 150ms ease 0ms normal;
  }
      


  .so-toast\:root.success {
    color:var(--success-11, #0BD8B6);
  border-color:var(--success-6, #145750);
  border-style:solid;
  border-width:1px;
  background-color:var(--success-2, #111C1B);
  }
      


  .so-toast\:root.warning {
    color:var(--warning-11, #FFCA16);
  border-color:var(--warning-6, #5C3D05);
  border-style:solid;
  border-width:1px;
  background-color:var(--warning-2, #1D180F);
  }
      


  .so-toast\:root.critical {
    color:var(--critical-11, #FF949D);
  border-color:var(--critical-6, #6F2539);
  border-style:solid;
  border-width:1px;
  background-color:var(--critical-2, #1E1517);
  }
      

        
      
      
  .rKRcu {
    gap:0.5rem;
  flex-direction:row;
  }
      

      
        
      
      
  .so-toast\:FW2tKddjmqBb2S_WPmtMS {
    color:inherit;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .eTkKzJ {
    color:inherit;
  width:1.25rem;
  height:1.25rem;
  font-size:inherit;
  font-family:inherit;
  font-weight:inherit;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .mxrrG {
    color:var(--neutral-11, #B5B2BC);
  width:100%;
  height:fit-content;
  font-size:var(--font-size);
  margin-top:var(--margin-top);
  font-family:'Outfit';
  font-weight:var(--semi);
  line-height:var(--line-height);
  white-space:normal;
  margin-bottom:var(--margin-bottom);
  letter-spacing:var(--letter-spacing);
  }
      

      
  .mxrrG.truncated {
    overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
  }
      


  .mxrrG.clamped {
    display:-webkit-box;
  overflow:hidden;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:var(--clamp-lines);
  }
      

        
      
      
  .so-toast\:gYVdDIDxaBXSrlkux9YPE {
    flex:1;
  color:inherit;
  }
      

      
        
      
      
  .bWpTnd {
    width:fit-content;
  height:auto;
  }
      

      
        
      
      
  .so-button-tertiary\:root {
    gap:0.5rem;
  color:var(--neutral-12, #EEEEF0);
  width:fit-content;
  cursor:default;
  height:var(--interactive-height-md);
  font-size:var(--text-md);
  overflow-x:hidden;
  overflow-y:hidden;
  transition:background-color 200ms ease 0ms normal;
  align-items:center;
  font-family:'Outfit';
  font-weight:var(--semi);
  user-select:none;
  padding-left:0.75rem;
  border-radius:var(--rounding-md);
  outline-color:transparent;
  outline-style:solid;
  outline-width:var(--border-lg);
  padding-right:0.75rem;
  flex-direction:row;
  outline-offset:var(--border-md);
  -ms-user-select:none;
  justify-content:center;
  -moz-user-select:none;
  background-color:var(--overlay-a1, #ffffff0d);
  -webkit-user-select:none;
  -webkit-tap-highlight-color:transparent;
  }
      

      
  .so-button-tertiary\:root:hover {
    background-color:var(--overlay-a2, #ffffff1a);
  }
      


  .so-button-tertiary\:root:active {
    transition:none;
  background-color:var(--overlay-a3, #ffffff26);
  }
      


  .so-button-tertiary\:root:focus-visible {
    outline-color:var(--brand-8, #6958AD);
  outline-style:solid;
  outline-width:var(--border-lg);
  outline-offset:var(--border-md);
  }
      


  .so-button-tertiary\:root.trigger-open {
    background-color:var(--overlay-a3, #ffffff26);
  }
      


  .so-button-tertiary\:root.disabled {
    opacity:0.5;
  background-color:var(--overlay-a1, #ffffff0d);
  }
      

        
      
      
  .so-toast\:qAcThqFGvMbu5lzhtPxSk {
    width:var(--text-lg);
  height:var(--text-lg);
  padding-top:0px;
  padding-left:0px;
  padding-right:0px;
  padding-bottom:0px;
  background-color:transparent;
  }
      

      
  .so-toast\:qAcThqFGvMbu5lzhtPxSk:hover {
    background-color:transparent;
  }
      


  .so-toast\:qAcThqFGvMbu5lzhtPxSk:active {
    background-color:transparent;
  }
      

        
      
      
  
      

      
        
      
      
  .ezeRiZ {
    width:var(--width);
  height:var(--height);
  position:fixed;
  align-items:start;
  pointer-events:none;
  justify-content:start;
  }
      

      
        
      
      
  
      

      
        
      
      
  .so-toast-provider\:jTe6cSAqqTerlGKuSJFnv {
    align-items:end;
  padding-top:1.25rem;
  padding-left:1.25rem;
  padding-right:1.25rem;
  padding-bottom:1.25rem;
  justify-content:start;
  }
      

      
          @media (max-width: 1024px) {
            
  .so-toast-provider\:jTe6cSAqqTerlGKuSJFnv {
    align-items:center;
  justify-content:start;
  }
      

          }
          
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .bPCObT {
    row-gap:1rem;
  max-width:100%;
  column-gap:1rem;
  }
      

      
        
      
      
  .bOfpQo {
    width:100%;
  height:100%;
  max-width:100%;
  overflow-x:hidden;
  overflow-y:hidden;
  align-items:center;
  justify-content:flex-start;
  }
      

      
        
      
      
  .home\:z-0kBIOlbAMG5I6kJKqdS {
    color:var(--brand-5);
  font-size:var(--text-2xl);
  font-weight:var(--bold);
  }
      

      
        
      
      
  .feWrrV {
    width:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  }
      

      
        
      
      
  .oqRvY {
    width:100%;
  display:flex;
  row-gap:1rem;
  z-index:1;
  flex-wrap:wrap;
  column-gap:1rem;
  align-items:flex-start;
  padding-left:1rem;
  padding-right:1rem;
  flex-direction:row;
  justify-content:center;
  }
      

      
        
      
      
  .home\:zWFkBvEotIgTwfbtrUOnJ {
    color:var(--brand-5);
  font-size:var(--text-xl);
  max-width:100%;
  white-space:normal;
  }
      

      
        
      