
  

  

  
  
  
  


@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;
    }
  }
}

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

      
        
      
      
  .dhGxig {
    color:var(--neutral-11, #B5B2BC);
  width:100%;
  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);
  }
      

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


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

        
      
      
  .datenschutz\:-R2tMgFhkRYp4E683otpk {
    color:inherit;
  }
      

      
        
      
      
  .dMRwAx {
    width:100vw;
  min-height:100vh;
  align-items:center;
  padding-top:5remt;
  padding-bottom:5remt;
  justify-content:start;
  }
      

      
        
      
      
  .TTQWP {
    width:100%;
  display:flex;
  z-index:1;
  max-width:800px;
  align-items:center;
  padding-left:1rem;
  padding-right:1rem;
  justify-content:space-between;
  }
      

      
        
      
      
  .elhPAg {
    row-gap:0.5rem;
  column-gap:0.5rem;
  }
      

      
        
      
      
  .eApCIG {
    color:var(--neutral-12);
  width:100%;
  row-gap:2rem;
  column-gap:2rem;
  padding-bottom:5rem;
  }
      

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

      
        
      
      
  .datenschutz\:FktNYsCmZoFlcIi4MxoAs {
    color:inherit;
  }
      

      
        
      
      
  .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);
  }
      

        
      
      
  .datenschutz\:JIPiiMyKkPM15YCp7y7gZ {
    color:inherit;
  }
      

      
        
      
      
  .datenschutz\:KSeWS8_h3vDlR1EvePzvL {
    color:inherit;
  }
      

      
        
      
      
  .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;
  }
      

        
      
      
  .datenschutz\: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;
  }
      

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

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

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

      
        
      
      
  
      

      
        
      
      
  .datenschutz\:MIb5TfXI2dcY15hXNKgj- {
    color:inherit;
  }
      

      
        
      
      
  .datenschutz\:P6Ws2IeAV2I0HGKMhwHOK {
    color:inherit;
  }
      

      
        
      
      
  .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%;
  }
      

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

      
        
      
      
  .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;
  }
      

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

      
        
      
      
  .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;
  }
      

      
        
      
      
  
      

      
        
      
      
  .datenschutz\:QRHLaHO9VI3uhdu4bzRel {
    color:inherit;
  }
      

      
        
      
      
  .datenschutz\:SLEws6vZ0s_d8bSo6RrPB {
    color:inherit;
  }
      

      
        
      
      
  .datenschutz\:T-oVzcN0EBTeEog9hDMAX {
    color:inherit;
  }
      

      
        
      
      
  .datenschutz\:U0ZlOpmVCtPsFXj3ATLxI {
    color:inherit;
  }
      

      
        
      
      
  .datenschutz\:WuDStwkCmtk1Saqfw73kV {
    color:inherit;
  }
      

      
        
      
      
  .datenschutz\:biED_nIm6_EDuyY7XOQUc {
    color:inherit;
  }
      

      
        
      
      
  .datenschutz\:eADpI4IyFFJIugG78qUND {
    color:inherit;
  }
      

      
        
      
      
  .DEOIe {
    color:inherit;
  row-gap:1rem;
  column-gap:1rem;
  }
      

      
        
      
      
  .datenschutz\:gTQ83pq2ko1Ca_ZahXV-1 {
    color:inherit;
  }
      

      
        
      
      
  .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;
  }
      

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

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

      
        
      
      
  .eKvier {
    width:5rem;
  }
      

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

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

      
        
      
      
  
      

      
        
      
      
  .datenschutz\:hdzJuM-r4Umrx1WxIRe3u {
    color:inherit;
  }
      

      
        
      
      
  .datenschutz\:l0mnirj_3VL3TaOs8ReyF {
    color:inherit;
  }
      

      
        
      
      
  .Tfgoc {
    color:var(--neutral-12);
  display:flex;
  row-gap:1rem;
  column-gap:1rem;
  align-items:center;
  padding-left:1rem;
  padding-right:1rem;
  padding-bottom:2rem;
  justify-content:flex-start;
  }
      

      
        
      
      
  .hero\:GGI_EzwuvAbnzNAT8wSzm {
    color:inherit;
  width:fit-content;
  font-size:var(--text-3xl);
  text-align:center;
  font-weight:var(--bold);
  -webkit-background-clip:text;
  }
      

      
        
      
      
  .hero\:H6BtHCXs3Kc6wYD_DDhwV {
    color:inherit;
  width:fit-content;
  font-size:var(--text-2xl);
  text-align:center;
  font-weight:var(--bold);
  -webkit-background-clip:text;
  }
      

      
        
      
      
  .datenschutz\:mSlKmPsOUeW28zGTfqiiz {
    color:var(--neutral-12);
  }
      

      
        
      
      
  .datenschutz\:tC7D1IpODsGcUu_ap5MGc {
    color:inherit;
  }
      

      
        
      
      
  .datenschutz\:tbwlEKrSzQaWj0taOrm71 {
    color:inherit;
  }
      

      
        
      
      
  .coWOAi {
    color:inherit;
  }
      

      
        
      
      
  .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;
  }
      

          }
          
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .datenschutz\:wMAvJSZGHNYK19ojqaVsZ {
    color:inherit;
  }
      

      
        
      
      
  .bfaJyA {
    top:0px;
  left:0px;
  right:0px;
  bottom:0px;
  z-index:0;
  position:absolute;
  }
      

      
        
      
      
  .cLcvTp {
    top:0px;
  left:0px;
  right:0px;
  bottom:0px;
  z-index:1;
  position:absolute;
  background:linear-gradient(to right, var(--neutral-0) 0%, #00000000 50%, var(--neutral-0) 100%) scroll border-box padding-box repeat repeat 0% 0% / auto;
  }
      

      
        
      
      
  .fAGvXY {
    top:0px;
  flex:1;
  left:0px;
  right:0px;
  width:100%;
  bottom:0px;
  row-gap:3rem;
  z-index:0;
  position:absolute;
  background:linear-gradient(var(--neutral-0) 0%, var(--brand-1) 100%) scroll border-box padding-box repeat repeat 0% 0% / auto;
  column-gap:3rem;
  padding-top:2rem;
  padding-bottom:2rem;
  border-bottom-color:#6b521cb0;
  border-bottom-style:solid;
  border-bottom-width:1px;
  }
      

      
        
      
      
  
      

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

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

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

      
        
      
      
  .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;
  }
      

        
      
      
  .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;
  }
      

        
      
      
  
      

      
        
      
      
  .cfqKRN {
    flex-direction:row;
  }
      

      
        
      
      
  .datenschutz\:xd0pdCjOpnjtTq6zASf7k {
    color:inherit;
  }
      

      
        
      
      
  .datenschutz\:ySb6LwYQbMfWdhDzOm0Yk {
    color:inherit;
  }
      

      
        
      