
  

  
  

  
  
  
  
    


@layer base {
  
  body, :host {
    /* Color */
    --neutral-0: #0F0F0F;
--neutral-1: #1C1C1C;
--neutral-2: #323232;
--neutral-3: #484848;
--neutral-4: #5D5D5D;
--neutral-5: #737373;
--neutral-6: #898989;
--neutral-7: #9E9E9E;
--neutral-8: #B4B4B4;
--neutral-9: #CACACA;
--neutral-10: #DFDFDF;
--neutral-11: #F0F0F0;
--neutral-12: #f7f7f7;
--brand-1: #001909;
--brand-2: #00290f;
--brand-3: #003915;
--brand-4: #00491b;
--brand-5: #005921;
--brand-6: #006927;
--brand-7: #00792d;
--brand-8: #008933;
--brand-9: #009939;
--brand-10: #01A73B;
--brand-11: #1ab14f;
--brand-12: #33bb63;
--success-12: #e9f7ee;
--success-11: #d0eedc;
--success-10: #b5e5c8;
--success-9: #97dab2;
--success-8: #30b666;
--success-7: #00923b;
--success-6: #00712e;
--success-5: #005121;
--success-4: #002e13;
--success-3: #001f0d;
--success-2: #001308;
--success-1: #000803;
--warning-1: #302200;
--warning-2: #5C4100;
--warning-3: #876000;
--warning-4: #B27F00;
--warning-5: #DC9E02;
--warning-6: #FAB70F;
--warning-7: #FDC537;
--warning-8: #FFD261;
--warning-9: #FFDE8C;
--warning-10: #FFEBB7;
--warning-11: #FFF6E0;
--warning-12: #FFF6E0;
--critical-1: #1B0704;
--critical-2: #1A0704;
--critical-3: #340E09;
--critical-4: #581910;
--critical-5: #7B2418;
--critical-6: #9E3021;
--critical-7: #C43927;
--critical-8: #DB4E3B;
--critical-9: #E36E5E;
--critical-10: #EB8E82;
--critical-11: #F2AFA6;
--critical-12: #F8D1CB;
--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: #ffffff0d;
--overlay-inverted-a2: #ffffff1a;
--overlay-inverted-a3: #ffffff26;
--overlay-inverted-a4: #ffffff33;
--overlay-inverted-a5: #ffffff4d;
--overlay-inverted-a6: #ffffff66;
--overlay-inverted-a7: #ffffff80;
--overlay-inverted-a8: #ffffff99;
--overlay-inverted-a9: #ffffffb3;
--overlay-inverted-a10: #ffffffcc;
--overlay-inverted-a11: #ffffffe6;
--overlay-inverted-a12: #fffffff2;
--focus: var(--success-10);
--primary: var(--brand-10);
--primary-hover: var(--brand-9);
--accent-1: var(--success-7);
--shadows: #2121210a;
--bg-body: var(--neutral-12);
--bg-1: var(--neutral-11);
--bg-2: var(--neutral-10);
--bg-card: #ffffff;
--success-primary: var(--success-7);
--success-bg: var(--success-1);
--warning-primary: var(--warning-7);
--warning-bg: var(--warning-1);
--critical-primary: var(--critical-7);
--critical-bg: var(--critical-1);
--info-primary: var(--neutral-7);
--info-bg: var(--neutral-1);
--btn-pri-bg: var(--brand-10);
--btn-pri-border: var(--brand-10);
--btn-pri-text: var(--neutral-12);
--btn-pri-bg-hover: var(--brand-9);
--btn-pri-border-hover: var(--brand-9);
--btn-pri-text-hover: var(--neutral-12);
--btn-sec-bg: var(--neutral-0);
--btn-sec-border: var(--neutral-0);
--btn-sec-text: var(--neutral-12);
--btn-sec-bg-hover: var(--neutral-1);
--btn-sec-border-hover: var(--neutral-0);
--btn-sec-text-hover: var(--neutral-12);
--btn-ter-bg: var(--overlay-a2);
--btn-ter-border: var(--overlay-a2);
--btn-ter-text: var(--neutral-12);
--btn-ter-bg-hover: var(--overlay-a3);
--btn-ter-border-hover: var(--overlay-a3);
--btn-ter-text-hover: var(--neutral-12);
--text-100: var(--neutral-0);
--text-075: #0f0f0fbf;
--text-050: #0f0f0f80;
--text-025: #f7f7f740;
--text-alternate-100: var(--neutral-12);
--text-alternate-075: #f7f7f7bf;
--text-alternate-050: #f7f7f780;
--text-alternate-025: #f7f7f740;
    /* Fonts */
    --font-nunitosans: 'Nunito Sans',sans-serif;
--font-poppins: 'Poppins',sans-serif;

    /* 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: 0px;
--rounding-md: 0px;
--rounding-lg: 0px;
--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: 260px;
--header-height: 4.5rem;
--avatar-size-sm: 1.5rem;
--avatar-size-md: 2rem;
--avatar-size-lg: 3rem;
--avatar-size-xl: 5rem;
--badge-size-sm: 1.5rem;
--badge-size-md: 2rem;
--badge-size-lg: 2.5rem;
--shadow-1: 0 0.125rem 0.25rem var(--shadows), 0 0.25rem 0.375rem var(--shadows), 0 0.375rem 0.5rem var(--shadows);
--shadow-2: 0 0.25rem 0.5rem var(--shadows), 0 0.5rem 0.75rem var(--shadows), 0 0.75rem 1rem var(--shadows);
--shadow-3: 0 0.5rem 1rem var(--shadows), 0 1rem 1.5rem var(--shadows), 0 1.5rem 2rem var(--shadows);
--dashboard-gap: 0.5rem;
--dashboard-card-padding: 1.25rem;
--dashboard-padding-global: clamp(1rem, 0.875rem + 0.39vw, 1.5rem);
--container-max-w: 1rem;
--container-lg: 96rem;
--container-md: 80rem;
--container-sm: 64rem;
--container-xs: 48rem;
--padding-global: clamp(1rem, 5vw, 4rem);
--padding-none: 0rem;
--padding-lg: 10rem;
--padding-md: 7rem;
--padding-sm: 4rem;
    /* 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;
    }
  }
}


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

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

    .designcore_beyer\/sc-toast-region\:root {
      display:flex;
      align-items:center;
      justify-content:flex-end;
    }

    .designcore_beyer\/ui-toast-provider\:014O9K_iYNtOrIAxbLF7h {
      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;
    }

    .designcore_beyer\/ui-toast\:root {
      gap:0.75rem;
      color:var(--text-100);
      width:100%;
      opacity:0;
      translate:0 16px;
      background:var(--bg-2);
      padding-top:1rem;
      border-color:var(--neutral-5);
      border-style:solid;
      border-width:1px;
      padding-left:1rem;
      border-radius:var(--rounding-lg);
      padding-right:1rem;
      padding-bottom:1rem;
    }

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

    .designcore_beyer\/ui-toast\:root.closing {
      opacity:0;
      translate:0 -16px;
    }

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

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

    .designcore_beyer\/ui-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);
    }

    .designcore_beyer\/ui-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);
    }

    .designcore_beyer\/ui-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;
    }

    .bKvuTc {
      width:fit-content;
      cursor:pointer;
      height:auto;
    }

    .bKvuTc.cursor_default {
      cursor:default;
    }

    .designcore_beyer\/ui-button-tertiary\:root {
      color:var(--btn-ter-text);
      width:fit-content;
      height:fit-content;
      font-size:var(--text-md);
      background:var(--btn-ter-bg);
      overflow-x:hidden;
      overflow-y:hidden;
      transition:background-color 200ms ease 0ms normal;
      align-items:center;
      font-family:Nunito Sans;
      font-weight:var(--semi);
      user-select:none;
      border-color:var(--btn-ter-border);
      border-style:solid;
      border-width:1px;
      border-radius:var(--rounding-md);
      flex-direction:row;
      outline-offset:var(--border-md);
      -ms-user-select:none;
      justify-content:center;
      -moz-user-select:none;
      -webkit-user-select:none;
      -webkit-tap-highlight-color:transparent;
    }

    .designcore_beyer\/ui-button-tertiary\:root:hover {
      color:var(--btn-ter-text-hover);
      background:var(--btn-ter-bg-hover);
      border-color:var(--btn-ter-border-hover);
      border-style:solid;
      border-width:var(--border-md);
    }

    .designcore_beyer\/ui-button-tertiary\:root:active {
      color:var(--btn-ter-text-hover);
      background:var(--btn-ter-bg-hover);
      transition:none;
      border-color:var(--btn-ter-border-hover);
      border-style:solid;
      border-width:var(--border-md);
    }

    .designcore_beyer\/ui-button-tertiary\:root:focus-visible {
      outline-color:var(--focus);
      outline-style:solid;
      outline-width:var(--border-lg);
      outline-offset:var(--border-md);
    }

    .designcore_beyer\/ui-button-tertiary\:root.trigger-open {
      color:var(--btn-ter-text-hover);
      background:var(--btn-ter-bg-hover);
      border-color:var(--btn-ter-border-hover);
      border-style:solid;
      border-width:var(--border-md);
    }

    .designcore_beyer\/ui-button-tertiary\:root.disabled {
      cursor:default;
      opacity:0.5;
      background:var(--btn-ter-bg);
    }

    .bnQMZM {
      width:var(--size);
      height:var(--size);
      display:flex;
      row-gap:20%;
      animation:spinner 1s linear infinite;
      column-gap:20%;
      align-items:center;
      flex-direction:row;
      justify-content:flex-start;
    }

    .cKItaa {
      flex:2;
      width:60%;
      height:100%;
      animation:500ms cubic-bezier(0.42, 0, 0.58, 1) 250ms infinite alternate none running animation-ecJkYe;
      background:var(--color);
      transform-origin:0px 0bottom;
    }

    @keyframes animation-ecJkYe {
        0% {
          height: 100%;
        }

        10% {
          height: 100%;
        }

        89.99999999999999% {
          height: 40%;
        }

        100% {
          height: 40%;
        }
    }

    .iyQmI {
      flex:1;
      width:20%;
      height:100%;
      animation:500ms cubic-bezier(0.42, 0, 0.58, 1) 0ms infinite alternate-reverse none running animation-wyTIC;
      background:var(--color);
    }

    @keyframes animation-wyTIC {
        0% {
          height: 40%;
        }

        10% {
          height: 40%;
        }

        90% {
          height: 100%;
        }

        100% {
          height: 100%;
        }
    }

    .dpRxZr {
      top:0px;
      left:0px;
      color:inherit;
      right:0px;
      bottom:0px;
      display:flex;
      z-index:;
      position:absolute;
      font-size:inherit;
      background:inherit;
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:column;
      justify-content:center;
    }

    .exWzVu {
      width:100%;
      height:var(--button-height);
      display:flex;
      row-gap:0.35rem;
      font-size:var(--font-size);
      column-gap:0.35rem;
      align-items:center;
      font-family:Outfit;
      font-weight:var(--medium);
      padding-left:var(--vertical-padding);
      padding-right:var(--vertical-padding);
      flex-direction:row;
      justify-content:center;
    }

    .exWzVu.icon {
      width:var(--button-height);
    }

    .designcore_beyer\/ui-button-tertiary\:hb9UXGlgUPr0tr7J-fX4x {
      font-family:inherit;
    }

    .frhUtS.loading {
      opacity:0;
    }

    .designcore_beyer\/ui-toast\:CLU89EKQuAJywj-VvvGpJ {
      color:var(--text-100);
      width:var(--text-lg);
      height:var(--text-lg);
      padding-top:0px;
      padding-left:0px;
      padding-right:0px;
      padding-bottom:0px;
      background-color:transparent;
    }

    .designcore_beyer\/ui-toast\:CLU89EKQuAJywj-VvvGpJ:hover {
      background-color:transparent;
    }

    .designcore_beyer\/ui-toast\:CLU89EKQuAJywj-VvvGpJ:active {
      background-color:transparent;
    }

    .bDElEH {
      color:inherit;
      width:var(--size);
      height:var(--size);
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
    }

    .dfRLWo {
      flex:1;
      color:var(--text-075);
      display:inline-block;
      font-size:var(--font-size);
      margin-top:var(--margin-top);
      font-family:Nunito Sans;
      font-weight:inherit;
      line-height:var(--line-height);
      white-space:normal;
      margin-bottom:var(--margin-bottom);
      letter-spacing:var(--letter-spacing);
    }

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

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

    .designcore_beyer\/ui-toast\:cb4pp82RmUA7oQYSLF-qs {
      color:inherit;
    }

    .dRFqGK {
      color:var(--text-100);
      width:100%;
      font-size:var(--font-size);
      margin-top:var(--margin-top);
      font-family:Poppins;
      font-weight:var(--semi);
      line-height:var(--line-height);
      white-space:normal;
      margin-bottom:var(--margin-bottom);
      letter-spacing:var(--letter-spacing);
    }

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

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

    .designcore_beyer\/ui-toast\:hj3ERIwvtYfxOnKlSEwNR {
      flex:1;
      color:inherit;
    }

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

    .designcore_beyer\/ui-toast-provider\:cgQCN3vQO76a8bGIQLf9v {
      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) {

    .designcore_beyer\/ui-toast-provider\:cgQCN3vQO76a8bGIQLf9v {
      align-items:center;
      justify-content:start;
    }
    }

    .KsFov {
      width:var(--width);
      height:var(--height);
      position:fixed;
      overflow-x:hidden;
      overflow-y:hidden;
      align-items:center;
      pointer-events:none;
      justify-content:center;
    }

    .KsFov.modal {
      touch-action:none;
      pointer-events:all;
    }

    .designcore_beyer\/ui-alert-dialog\:0cypBjiMpVNTXiQbwzqFa {
      padding-top:1rem;
      padding-left:1rem;
      padding-right:1rem;
      padding-bottom:1rem;
    }

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

    .designcore_beyer\/ui-alert-dialog\:cMhFTCIvse6la-UMNF2dk {
      opacity:0;
      background-color:var(--overlay-inverted-a9, #000000b3);
    }

    .designcore_beyer\/ui-alert-dialog\:cMhFTCIvse6la-UMNF2dk.open {
      opacity:1;
    }

    .designcore_beyer\/ui-alert-dialog\:cMhFTCIvse6la-UMNF2dk.open-transition {
      transition:opacity 300ms ease 0ms normal;
    }

    .designcore_beyer\/ui-alert-dialog\:cMhFTCIvse6la-UMNF2dk.close-transition {
      transition:opacity 300ms ease 0ms normal;
    }

    .bOrScc {
      flex:1;
      display:flex;
      align-items:flex-end;
      justify-content:flex-start;
    }

    .diBda-d {
      color:var(--text-075);
      font-size:var(--font-size);
      margin-top:var(--margin-top);
      font-family:Nunito Sans;
      font-weight:inherit;
      line-height:var(--line-height);
      white-space:normal;
      margin-bottom:var(--margin-bottom);
      letter-spacing:var(--letter-spacing);
    }

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

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

    .designcore_beyer\/c-error-content\:2_tsOXSxZ7w_P7I0YsqnA {
      opacity:0.75;
    }

    .SWxlP {
      position:relative;
      outline-color:transparent;
      outline-style:none;
      outline-width:0px;
      pointer-events:all;
    }

    .SWxlP:focus {
      outline-color:transparent;
      outline-style:none;
      outline-width:0px;
    }

    .designcore_beyer\/ui-alert-dialog-content\:root {
      width:100%;
      opacity:0;
      max-width:460px;
      translate:0 20px;
      background:var(--bg-1);
      padding-top:1rem;
      border-color:var(--bg-2);
      border-style:solid;
      border-width:1px;
      padding-left:1rem;
      border-radius:var(--rounding-lg);
      padding-right:1rem;
      padding-bottom:1rem;
    }

    .designcore_beyer\/ui-alert-dialog-content\:root.open {
      opacity:1;
      translate:0 0px;
    }

    .designcore_beyer\/ui-alert-dialog-content\:root.open-transition {
      transition:all 320ms ease 0ms normal;
    }

    .designcore_beyer\/ui-alert-dialog-content\:root.close-transition {
      transition:all 200ms ease 0ms normal;
    }

    .designcore_beyer\/c-error-content\:2msB_7LGawLL2f79n-Bg4 {
      max-width:100%;
      min-width:24rem;
    }

    .cCYXsI {
      width:100%;
    }

    .dnZEVP {
      gap:0.5rem;
      align-items:center;
      padding-top:1.5rem;
      flex-direction:row;
      justify-content:end;
    }

    .designcore_beyer\/c-error-content\:3xahTlUPxAYKgBAcVeTu1 {
      display:flex;
      align-items:center;
      flex-direction:row;
      justify-content:space-between;
    }

    .designcore_beyer\/ui-button-secondary\:root {
      color:var(--btn-sec-text);
      width:fit-content;
      height:fit-content;
      font-size:var(--text-md);
      background:var(--btn-sec-bg);
      overflow-x:hidden;
      overflow-y:hidden;
      transition:background-color 200ms ease 0ms normal;
      align-items:center;
      font-family:Nunito Sans;
      font-weight:var(--semi);
      user-select:none;
      border-color:var(--btn-sec-border);
      border-style:solid;
      border-width:var(--border-md);
      border-radius:var(--rounding-md);
      outline-color:transparent;
      outline-style:solid;
      outline-width:var(--border-lg);
      flex-direction:row;
      outline-offset:var(--border-md);
      -ms-user-select:none;
      justify-content:center;
      -moz-user-select:none;
      -webkit-user-select:none;
      -webkit-tap-highlight-color:transparent;
    }

    .designcore_beyer\/ui-button-secondary\:root:hover {
      color:var(--btn-sec-text-hover);
      background:var(--btn-sec-bg-hover);
      border-color:var(--btn-sec-border-hover);
      border-style:solid;
      border-width:var(--border-md);
    }

    .designcore_beyer\/ui-button-secondary\:root:active {
      color:var(--btn-sec-text-hover);
      background:var(--btn-sec-bg-hover);
      transition:none;
      border-color:var(--btn-sec-border-hover);
      border-style:solid;
      border-width:var(--border-md);
    }

    .designcore_beyer\/ui-button-secondary\:root.disabled {
      cursor:default;
      opacity:0.5;
      background:var(--btn-sec-bg);
    }

    .designcore_beyer\/ui-button-secondary\:root:focus-visible {
      outline-color:var(--focus);
      outline-style:solid;
      outline-width:var(--border-lg);
      outline-offset:var(--border-md);
    }

    .designcore_beyer\/ui-button-secondary\:root.trigger-open {
      background:var(--btn-sec-bg-hover);
    }

    .fwkHpo {
      top:0px;
      left:0px;
      color:inherit;
      right:0px;
      bottom:0px;
      display:flex;
      z-index:;
      position:absolute;
      font-size:inherit;
      background:var(--btn-sec-bg);
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:column;
      justify-content:center;
    }

    .designcore_beyer\/ui-button-secondary\:2UNdU8yqIKf7xVHmrQfea {
      font-family:inherit;
    }

    .designcore_beyer\/c-error-content\:5oPLdgw6vd39q4yCQJg0b {
      min-width:9rem;
      margin-top:1rem;
    }

    .designcore_beyer\/c-error-content\:6nqFKZ2Dlfi6BkYF0KVSG {
      display:flex;
      row-gap:1rem;
      column-gap:1rem;
      align-items:flex-start;
      justify-content:flex-start;
    }

    .bkFKED {
      gap:0.5rem;
      width:100%;
      height:3rem;
      display:flex;
      background:var(--bg-body);
      transition:background-color 200ms ease 0ms normal;
      align-items:center;
      border-color:var(--neutral-7, #49474E);
      border-style:solid;
      border-width:1px;
      padding-left:0.75rem;
      border-radius:var(--rounding-md);
      padding-right:0.75rem;
      flex-direction:row;
      justify-content:start;
    }

    .bkFKED:hover {
      background:var(--bg-2);
    }

    .bkFKED.focused {
      background:var(--bg-2);
      outline-color:var(--focus);
      outline-style:solid;
      outline-width:var(--border-lg);
      outline-offset:var(--border-md);
    }

    .eDqIOf {
      flex:1;
      color:var(--text-100);
      width:100%;
      height:100%;
      font-size:var(--text-md);
      font-family:Nunito Sans;
      font-weight:var(--normal);
    }

    .eDqIOf::placeholder {
      color:var(--text-050);
    }

    .ewdaXP {
      width:100%;
      row-gap:0rem;
      column-gap:0rem;
      margin-top:1rem;
    }

    .eMfobU {
      width:var(--size);
      height:var(--size);
      max-width:100%;
      max-height:100%;
    }

    .cyIZTe {
      color:var(--color);
      width:100%;
      height:100%;
    }

    .designcore_beyer\/c-error-content\:A5BHil9jE97GgMYpZ_6IL {
      color:var(--success-primary);
    }

    .designcore_beyer\/c-error-content\:CD9mQpxKNtgUGUbViPn7a {
      width:100%;
      opacity:0.75;
      padding-top:1rem;
    }

    .dvjCZF {
      display:flex;
      row-gap:1remi;
      column-gap:1remi;
      text-align:center;
      align-items:center;
      flex-direction:column;
      justify-content:flex-start;
    }

    .designcore_beyer\/ui-field-text-area\:root {
      width:100%;
      height:fit-content;
      overflow-x:auto;
      overflow-y:auto;
      padding-top:0px;
      padding-left:0px;
      padding-right:0px;
      padding-bottom:0px;
    }

    .fxiSqw {
      color:var(--text-100);
      width:100%;
      height:100%;
      font-size:var(--text-md);
      font-family:Nunito Sans;
      font-weight:var(--normal);
      padding-top:0.75rem;
      padding-left:0.75rem;
      padding-right:0.75rem;
      padding-bottom:0.75rem;
    }

    .fxiSqw::placeholder {
      color:var(--text-050);
    }

    .dViIGM {
      width:100%;
      row-gap:0.25rem;
      column-gap:0.25rem;
    }

    .designcore_beyer\/c-error-content\:PkzdsQm4TQeSEZATEKxkN {
      color:var(--text-050);
      text-align:left;
    }

    .designcore_beyer\/c-error-content\:RTQatS7PZWstkVpZbSRJQ {
      color:var(--text-100);
      font-size:var(--text-lg);
      text-align:left;
      font-weight:var(--bold);
    }

    .designcore_beyer\/ui-alert-dialog-button-primary\:xR7ymzGvQufV8qrDjOfOu {
      min-width:9rem;
    }

    .designcore_beyer\/c-error-content\:THX0fcjze_maiqiWXkzPG {
      min-width:8rem;
    }

    .eVwkkw {
      width:100%;
      height:3rem;
      display:flex;
      row-gap:1rem;
      z-index:2;
      column-gap:1rem;
      text-align:center;
      align-items:flex-start;
      margin-bottom:-3rem;
      flex-direction:row;
      justify-content:flex-end;
    }

    .designcore_beyer\/c-error-content\:aSMMx2ofJnuhmI6aIoP-- {
      color:var(--text-050);
      text-align:left;
    }

    .designcore_beyer\/c-error-content\:btZHSAUU-iC6wF3_Q4H5S {
      font-size:var(--text-lg);
      text-align:left;
      font-weight:var(--bold);
    }

    .designcore_beyer\/c-error-content\:fiz96wUzwO4IGAwlXqFsh {
      width:100%;
      opacity:0.75;
    }

    .bFtwKY {
      width:100%;
      height:1px;
      background-color:var(--grey-600, #525252);
    }

    .bFtwKY.orientation-vertical {
      width:1px;
      height:100%;
    }

    .designcore_beyer\/ui-separator\:root {
      background:var(--overlay-a1);
    }

    .designcore_beyer\/c-error-content\:gJTI-uElofh2bQVcHEfxx {
      margin-bottom:0.25rem;
    }

    .designcore_beyer\/c-error-content\:gViYjYjmvkEbtaBMsFmnm {
      color:var(--critical-primary);
    }

    .eWyyGa {
      color:var(--text-100);
      width:100%;
      font-size:var(--text-sm);
      font-family:Nunito Sans;
      font-weight:var(--medium);
      line-height:var(--text-sm);
      padding-bottom:0.5rem;
    }

    .iFzkx {
      width:100%;
      display:flex;
      row-gap:1rem;
      column-gap:1rem;
      align-items:flex-end;
      justify-content:flex-end;
    }

    .dfUphv {
      color:var(--color);
      cursor:pointer;
      display:inline-block;
      font-size:var(--font-size);
      margin-top:var(--margin-top);
      transition:color 300ms ease 0ms normal;
      font-family:Nunito Sans;
      font-weight:var(--medium);
      line-height:var(--line-height);
      white-space:normal;
      border-radius:var(--rounding-md);
      margin-bottom:var(--margin-bottom);
      letter-spacing:var(--letter-spacing);
      text-decoration-line:underline;
      text-decoration-color:var(--color-underline);
      text-decoration-style:solid;
      text-underline-offset:var(--underline-offset);
      text-decoration-thickness:var(--underline-thickness);
    }

    .dfUphv:hover {
      color:var(--color-hovered);
      text-decoration-color:var(--color-underline-hovered);
    }

    .dfUphv:active {
      color:var(--color-active);
      transition:none;
    }

    .dfUphv:focus-visible {
      outline-color:var(--focus);
      outline-style:solid;
      outline-width:var(--border-lg);
      outline-offset:var(--border-md);
    }

    .dfUphv.no-underline {
      text-decoration-line:none;
    }

    .designcore_beyer\/c-error-content\:tjkU6exLBtKItNvGEEEFB {
      display:flex;
      row-gap:1rem;
      column-gap:1rem;
      align-items:flex-start;
      justify-content:flex-start;
    }

    .designcore_beyer\/c-error-content\:vXVPXBmHbM51NlpKZI-hp {
      color:var(--text-100);
      font-weight:var(--semi);
    }

    .bNfNZw {
      row-gap:0.25rem;
      column-gap:0.25rem;
    }

    .designcore_beyer\/c-error-content\:zlKQLKkgHAKmP5hALtJOv {
      color:var(--text-075);
      text-align:left;
    }

    .eqGphC {
      width:68rem;
      display:flex;
      row-gap:1.5rem;
      max-width:100%;
      translate:0 0% 0;
      background:var(--bg-1);
      box-shadow:0px 3px 16px -3px #14141429;
      column-gap:1.5rem;
      overflow-x:hidden;
      overflow-y:hidden;
      transition:translate 600ms ease 100ms;
      align-items:flex-end;
      margin-left:auto;
      padding-top:1rem;
      border-color:var(--neutral-5, #323035);
      border-style:solid;
      border-width:1px;
      margin-right:auto;
      padding-left:1rem;
      margin-bottom:0.5rem;
      padding-right:1rem;
      flex-direction:column;
      padding-bottom:1rem;
      justify-content:space-between;
      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);
    }

    .eqGphC {
      
    @starting-style {
      translate:0 100% 0;
      padding-top:0px;
      padding-bottom:0px;
    }
    }

    .designcore_beyer\/c-cookie-banner-settings\:-jt6Ic_I63_dWZZ-G877r {
      width:fit-content;
    }

    .LGjNi {
      flex:1;
      display:flex;
      row-gap:0.5rem;
      column-gap:0.5rem;
      align-items:flex-start;
      justify-content:space-between;
    }

    .ecocdk {
      width:100%;
      display:flex;
      row-gap:2rem;
      column-gap:2rem;
      align-items:center;
      flex-direction:row;
      justify-content:space-between;
    }

    .cVMNhr {
      top:0px;
      left:0px;
      right:0px;
      bottom:0px;
      opacity:0;
      position:absolute;
      pointer-events:none;
    }

    .designcore_beyer\/ui-switch\:DmAadbby4LagUFMk8d0VD {
      width:var(--switch-width);
      height:var(--switch-height);
      transition:background-color 200ms ease 0ms normal;
      align-items:start;
      padding-top:0px;
      padding-left:var(--padding);
      border-radius:var(--rounding-full);
      outline-color:transparent;
      outline-style:solid;
      outline-width:var(--border-lg);
      padding-right:var(--padding);
      outline-offset:var(--border-md);
      padding-bottom:0px;
      justify-content:center;
      background-color:var(--neutral-8, #625F69);
    }

    .designcore_beyer\/ui-switch\:DmAadbby4LagUFMk8d0VD:hover {
      background-color:var(--neutral-7, #49474E);
    }

    .designcore_beyer\/ui-switch\:DmAadbby4LagUFMk8d0VD.checked {
      background-color:var(--brand-10, #8a75dd);
    }

    .designcore_beyer\/ui-switch\:DmAadbby4LagUFMk8d0VD.checked:hover {
      background-color:var(--brand-9, #755ed1);
    }

    .designcore_beyer\/ui-switch\:DmAadbby4LagUFMk8d0VD:focus-visible {
      outline-color:var(--focus);
      outline-style:solid;
      outline-width:var(--border-lg);
      outline-offset:var(--border-md);
    }

    .dqsoTv {
      width:fit-content;
      height:fit-content;
    }

    .cSDEUo {
      display:flex;
      flex-direction:column;
    }

    .designcore_beyer\/ui-switch\:mbbtj0ktYTnVMa4ww4OVT {
      width:var(--switch-thumb-size);
      height:var(--switch-thumb-size);
      translate:0px 0px;
      transition:translate 200ms ease 0ms normal;
      border-radius:var(--rounding-full);
      background-color:var(--neutral-0, #0b0a0b);
    }

    .designcore_beyer\/ui-switch\:mbbtj0ktYTnVMa4ww4OVT.checked {
      translate:var(--translate-x-checked);
    }

    .bAWoRV {
      gap:var(--gap);
      display:grid;
      grid-template-columns:repeat(var(--desktop), 1fr);
    }

    @media (max-width: 880px) {

    .bAWoRV {
      grid-template-columns:repeat(var(--tablet), 1fr);
    }
    }

    @media (max-width: 660px) {

    .bAWoRV {
      grid-template-columns:repeat(var(--landscape), 1fr);
    }
    }

    @media (max-width: 440px) {

    .bAWoRV {
      grid-template-columns:repeat(var(--portrait), 1fr);
    }
    }

    .designcore_beyer\/c-cookie-banner-settings\:PgqnoGGH7Pu7EwLm-XUZI {
      width:100%;
      row-gap:3rem;
      column-gap:3rem;
    }

    .designcore_beyer\/c-cookie-banner-settings\:Vxx1l7Z-ncf6ycxrvD6oX {
      width:fit-content;
    }

    .designcore_beyer\/c-cookie-banner-settings\:fbFJSHWMjBewzmJJQ0YVD {
      width:fit-content;
    }

    .eeycFF {
      display:flex;
      row-gap:0.5rem;
      flex-wrap:wrap;
      max-width:100%;
      column-gap:0.5rem;
      flex-direction:row;
    }

    .designcore_beyer\/c-cookie-banner-settings\:t8RnivY9NiWN2Qil9kLCX {
      width:fit-content;
    }

    .drymbc {
      width:100%;
      display:flex;
      row-gap:1.75rem;
      flex-wrap:wrap;
      column-gap:1.75rem;
      align-items:center;
      flex-direction:row;
      justify-content:space-between;
    }

    .fgNUgG {
      left:0px;
      right:0px;
      bottom:0rem;
      z-index:2000;
      position:fixed;
      overflow-x:clip;
      overflow-y:clip;
      padding-left:0rem;
      padding-right:0rem;
    }

    .mZPSd {
      width:68rem;
      display:flex;
      row-gap:1.5rem;
      flex-wrap:wrap;
      max-width:100%;
      background:var(--bg-1);
      box-shadow:0px 3px 16px -3px #14141429;
      column-gap:1.5rem;
      transition:opacity 400ms ease;
      align-items:center;
      margin-left:auto;
      padding-top:1rem;
      border-color:var(--bg-2);
      border-style:Solid;
      border-width:1px;
      margin-right:auto;
      padding-left:1rem;
      margin-bottom:0.5rem;
      padding-right:1rem;
      flex-direction:row;
      padding-bottom:1rem;
      justify-content:space-between;
      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);
    }

    .mZPSd {
      
    @starting-style {
      opacity:0;
    }
    }

    .designcore_beyer\/c-cookie-banner-popup\:12UHIx9mJm1CgXohsQlO4 {
      color:var(--text-100);
    }

    .designcore_beyer\/ui-button-text\:root {
      color:var(--text-100);
      width:fit-content;
      height:fit-content;
      font-size:var(--text-md);
      overflow-x:hidden;
      overflow-y:hidden;
      transition:opacity 200ms ease 0ms normal;
      align-items:center;
      font-family:Nunito Sans;
      font-weight:var(--semi);
      user-select:none;
      border-radius:var(--rounding-md);
      flex-direction:row;
      outline-offset:var(--border-md);
      -ms-user-select:none;
      justify-content:center;
      -moz-user-select:none;
      -webkit-user-select:none;
      -webkit-tap-highlight-color:transparent;
    }

    .designcore_beyer\/ui-button-text\:root:hover {
      opacity:0.8;
    }

    .designcore_beyer\/ui-button-text\:root:active {
      transition:none;
    }

    .designcore_beyer\/ui-button-text\:root.disabled {
      cursor:default;
      opacity:0.3;
    }

    .designcore_beyer\/ui-button-text\:root:focus-visible {
      outline-color:var(--focus);
      outline-style:solid;
      outline-width:var(--border-lg);
      outline-offset:var(--border-md);
    }

    .bYosio {
      top:0px;
      left:0px;
      right:0px;
      bottom:0px;
      display:flex;
      position:absolute;
      align-items:center;
      justify-content:center;
    }

    .designcore_beyer\/ui-button-text\:N2nrbY7aeHDZQO7x_tjYQ {
      font-family:inherit;
      padding-left:0rem;
      padding-right:0rem;
    }

    .fvYDLP {
      display:flex;
      row-gap:0.35rem;
      column-gap:0.35rem;
      align-items:center;
      flex-direction:row;
      justify-content:flex-start;
    }

    .fvYDLP.loading {
      opacity:0;
    }

    .designcore_beyer\/ui-button-text\:zAXDnXwWxocGGh_S-i75y {
      width:1rem;
      height:1rem;
      margin-right:0.25rem;
    }

    .dpqgue {
      display:flex;
      row-gap:0.5rem;
      column-gap:0.5rem;
      align-items:center;
      flex-direction:row;
      justify-content:flex-start;
    }

    @media (max-width: 640px) {

    .dpqgue {
      width:100%;
      flex-direction:column-reverse;
    }
    }

    .grTwH {
      color:var(--text-100);
      width:1.75rem;
      height:1.75rem;
    }

    .eejJpk {
      display:flex;
      row-gap:1rem;
      max-width:100%;
      column-gap:1rem;
      align-items:center;
      flex-direction:row;
      justify-content:flex-start;
    }

    .designcore_beyer\/ui-button-primary\:root {
      color:var(--btn-pri-text);
      width:fit-content;
      height:fit-content;
      font-size:var(--text-md);
      background:var(--btn-pri-bg);
      overflow-x:hidden;
      overflow-y:hidden;
      transition:background-color 200ms ease 0ms normal;
      align-items:center;
      font-family:Nunito Sans;
      font-weight:var(--semi);
      user-select:none;
      border-color:var(--btn-pri-border);
      border-style:solid;
      border-width:1px;
      border-radius:var(--rounding-md);
      outline-color:transparent;
      outline-style:solid;
      outline-width:var(--border-lg);
      flex-direction:row;
      outline-offset:var(--border-md);
      -ms-user-select:none;
      justify-content:center;
      -moz-user-select:none;
      -webkit-user-select:none;
      -webkit-tap-highlight-color:transparent;
    }

    .designcore_beyer\/ui-button-primary\:root:hover {
      color:var(--btn-pri-text-hover);
      background:var(--btn-pri-bg-hover);
      border-color:var(--btn-pri-border-hover);
      border-style:solid;
      border-width:1px;
    }

    .designcore_beyer\/ui-button-primary\:root:active {
      color:var(--btn-pri-text-hover);
      background:var(--btn-pri-bg-hover);
      transition:none;
      border-color:var(--btn-pri-border-hover);
      border-style:solid;
      border-width:1px;
    }

    .designcore_beyer\/ui-button-primary\:root:focus-visible {
      outline-color:var(--focus);
      outline-style:solid;
      outline-width:var(--border-lg);
      outline-offset:var(--border-md);
    }

    .designcore_beyer\/ui-button-primary\:root.disabled {
      cursor:default;
      opacity:0.5;
      background:var(--btn-pri-bg);
    }

    .designcore_beyer\/ui-button-primary\:Ci_2jYyh6H_UFrBqaZJFM {
      font-family:inherit;
    }

    .cxKkty {
      top:0px;
      left:0px;
      color:inherit;
      right:0px;
      bottom:0px;
      display:flex;
      z-index:;
      position:absolute;
      font-size:inherit;
      background:var(--btn-pri-bg);
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:column;
      justify-content:center;
    }

    @media (max-width: 640px) {

    .designcore_beyer\/c-cookie-banner-popup\:dJw4eg7o_B3WnmoY0Tp-O {
      width:100%;
    }
    }

    @media (max-width: 640px) {

    .designcore_beyer\/c-cookie-banner-popup\:mOsaGCuxIOXvlGG-iQSDb {
      width:100%;
    }
    }

    .Startseite\:GkIwbct7jeaBfSHvwlQ15 {
      font-family:Nunito Sans;
    }

    .cKlxsY {
      width:100%;
      max-width:var(--container-lg);
      margin-left:auto;
      margin-right:auto;
      padding-left:var(--padding-global);
      padding-right:var(--padding-global);
    }

    .ebDpCJ {
      display:flex;
      row-gap:1rem;
      background:var(--bg-body);
      column-gap:1rem;
      align-items:center;
      padding-top:1rem;
      flex-direction:row;
      padding-bottom:1rem;
      justify-content:space-between;
    }

    .bZqlFD {
      flex:1;
      width:calc(100% + 2rem);
      row-gap:1.5rem;
      column-gap:1.5rem;
      overflow-y:auto;
      margin-left:-1rem;
      padding-top:1.5rem;
      padding-left:1rem;
      touch-action:auto;
      padding-right:1rem;
      padding-bottom:3rem;
    }

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

    .designcore_beyer\/ui-drawer-content\:deBu8sIDDzrbImTGg8fsg {
      top:0dvh;
      right:0dvh;
      width:var(--width);
      bottom:0dvh;
      height:98dvh;
      opacity:1;
      position:sticky;
      max-width:calc(100% - 2dvh);
      translate:100% 0 0;
      background:var(--bg-1);
      padding-top:1.5rem;
      border-color:var(--neutral-7);
      border-style:solid;
      border-width:var(--border-md);
      padding-left:1.5rem;
      border-radius:var(--rounding-lg);
      padding-right:1.5rem;
      padding-bottom:1.5rem;
    }

    .designcore_beyer\/ui-drawer-content\:deBu8sIDDzrbImTGg8fsg.open {
      top:1dvh;
      right:1dvh;
      bottom:1dvh;
      height:98dvh;
      opacity:1;
      position:sticky;
      max-width:calc(100% - 2dvh);
      translate:0 0 0;
      background:var(--bg-1);
      padding-top:1.5rem;
      padding-left:1.5rem;
      padding-right:1.5rem;
      padding-bottom:1.5rem;
    }

    .designcore_beyer\/ui-drawer-content\:deBu8sIDDzrbImTGg8fsg.open-transition {
      transition:all 320ms ease 0ms normal;
    }

    .designcore_beyer\/ui-drawer-content\:deBu8sIDDzrbImTGg8fsg.close-transition {
      transition:all 200ms cubic-bezier(0.58, 0.29, 0.25, 1) 0ms normal;
    }

    .bkPGGE {
      width:5px;
      height:100%;
      background:var(--primary);
    }

    .designcore_beyer\/c-navbar\:4DSB-KGFMZtPpOC-CRQNc {
      font-weight:var(--bold);
    }

    .eShvT {
      width:100%;
      bottom:-33%;
      height:4px;
      display:flex;
      row-gap:3px;
      position:absolute;
      column-gap:3px;
      align-items:flex-start;
      flex-direction:row;
      justify-content:center;
    }

    .designcore_beyer\/ui-drawer\:85BGAjAVpZmoU0bgBP_tE {
      opacity:0;
      background-color:var(--overlay-inverted-a9, #000000b3);
    }

    .designcore_beyer\/ui-drawer\:85BGAjAVpZmoU0bgBP_tE.open {
      opacity:1;
    }

    .designcore_beyer\/ui-drawer\:85BGAjAVpZmoU0bgBP_tE.open-transition {
      transition:opacity 300ms ease 0ms normal;
    }

    .designcore_beyer\/ui-drawer\:85BGAjAVpZmoU0bgBP_tE.close-transition {
      transition:opacity 300ms ease 0ms normal;
    }

    .designcore_beyer\/ui-drawer\:VzCHXreSUu2Wwhow4gkMb {
      padding-top:0rem;
      padding-left:0rem;
      padding-right:0rem;
      padding-bottom:0rem;
    }

    .designcore_beyer\/c-navbar\:9ImNIoJgXbG1ECsmxzxkd {
      display:none;
    }

    @media (max-width: 900px) {

    .designcore_beyer\/c-navbar\:9ImNIoJgXbG1ECsmxzxkd {
      display:block;
    }
    }

    .designcore_beyer\/c-navbar\:Aw1Z49CjvNepJtlADMayB {
      color:var(--text-100);
    }

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

    .designcore_beyer\/c-navbar\:G1kK5LWK37afoQwJRydOi {
      color:var(--text-100);
    }

    .cVTZiL {
      display:none;
    }

    @media (max-width: 900px) {

    .cVTZiL {
      display:block;
    }
    }

    .eulpMp {
      gap:1rem;
      flex:0;
      width:100%;
      flex-direction:row;
      padding-bottom:0.5rem;
    }

    .designcore_beyer\/ui-dialog\:2Jq0hg7iHq1XoDcqphYbM {
      opacity:0;
      background-color:var(--overlay-inverted-a9, #000000b3);
    }

    .designcore_beyer\/ui-dialog\:2Jq0hg7iHq1XoDcqphYbM.open {
      opacity:1;
    }

    .designcore_beyer\/ui-dialog\:2Jq0hg7iHq1XoDcqphYbM.open-transition {
      transition:opacity 300ms ease 0ms normal;
    }

    .designcore_beyer\/ui-dialog\:2Jq0hg7iHq1XoDcqphYbM.close-transition {
      transition:opacity 300ms ease 0ms normal;
    }

    .designcore_beyer\/ui-dialog\:mk2FE0yKAZyGEXXJ6Ve6C {
      padding-top:1rem;
      padding-left:1rem;
      padding-right:1rem;
      padding-bottom:1rem;
    }

    .dbFtrR {
      max-width:var(--max-width);
    }

    .designcore_beyer\/ui-dialog-content\:deBu8sIDDzrbImTGg8fsg {
      width:100%;
      opacity:0;
      translate:0 20px;
      background:var(--bg-2);
      padding-top:1rem;
      border-color:var(--neutral-5, #323035);
      border-style:solid;
      border-width:1px;
      padding-left:1rem;
      border-radius:var(--rounding-lg);
      padding-right:1rem;
      padding-bottom:1rem;
    }

    .designcore_beyer\/ui-dialog-content\:deBu8sIDDzrbImTGg8fsg.open {
      opacity:1;
      translate:0 0px;
    }

    .designcore_beyer\/ui-dialog-content\:deBu8sIDDzrbImTGg8fsg.open-transition {
      transition:all 320ms ease 0ms normal;
    }

    .designcore_beyer\/ui-dialog-content\:deBu8sIDDzrbImTGg8fsg.close-transition {
      transition:all 200ms cubic-bezier(0.58, 0.29, 0.25, 1) 0ms normal;
    }

    .eOiZTW {
      gap:1rem;
      width:100%;
      flex-direction:row;
      padding-bottom:1rem;
    }

    .designcore_beyer\/ui-dialog-title\:root {
      flex:1;
      color:var(--text-100);
    }

    .designcore_beyer\/c-navbar\:SM3pgx-8skOtkEW3P_L9V {
      padding-top:0.15rem;
      padding-left:0.15rem;
      padding-right:0.15rem;
      padding-bottom:0.15rem;
    }

    .bfZJxQ {
      flex:1;
      width:100%;
    }

    @media (max-width: 900px) {

    .bfZJxQ {
      display:none;
    }
    }

    .eZLnoN {
      width:15px;
      height:100%;
      background:var(--primary);
    }

    .eVYUmC {
      flex:1;
      width:100%;
      display:flex;
      row-gap:2rem;
      column-gap:2rem;
      align-items:flex-start;
      padding-top:1rem;
      flex-direction:column;
      justify-content:flex-start;
    }

    .dlGWbh {
      color:var(--text-color);
      width:fit-content;
      cursor:pointer;
      height:fit-content;
      font-size:var(--text-md);
      background:var(--bg-color);
      overflow-x:hidden;
      overflow-y:hidden;
      transition:background-color 300ms ease 0ms normal;
      align-items:center;
      font-family:Nunito Sans;
      font-weight:var(--semi);
      border-radius:var(--rounding-md);
      outline-color:transparent;
      outline-style:solid;
      outline-width:var(--border-lg);
      flex-direction:row;
      outline-offset:var(--border-md);
      -ms-user-select:none;
      justify-content:center;
      -moz-user-select:none;
      -webkit-user-select:none;
      -webkit-tap-highlight-color:transparent;
    }

    .dlGWbh:hover {
      background:var(--hover-color);
      text-decoration-color:var(--color-underline-hovered);
    }

    .dlGWbh:focus-visible {
      outline-color:var(--focus);
      outline-style:solid;
      outline-width:var(--border-lg);
      outline-offset:var(--border-md);
    }

    .dlGWbh.pressed {
      background:var(--hover-color);
      transition:none;
    }

    .dlGWbh.disabled {
      cursor:default;
      opacity:0.5;
      background:var(--hover-color);
    }

    .designcore_beyer\/ui-link-button\:JEtmOR0mSRg-Ot_F7yjvO {
      color:inherit;
      font-family:inherit;
    }

    .cSFqGP {
      flex:1;
      width:fit-content;
      display:flex;
      row-gap:2rem;
      column-gap:2rem;
      align-items:center;
      flex-direction:row;
      justify-content:center;
    }

    .cKmxfk {
      border-top-left-radius:4px;
      border-top-right-radius:4px;
      border-bottom-left-radius:4px;
      border-bottom-right-radius:4px;
    }

    .designcore_beyer\/ui-drawer-footer\:root {
      flex:0;
      bottom:0rem;
      z-index:10;
      position:sticky;
      background:inherit;
      margin-top:auto;
    }

    .navbar\:iXystbDbcZdRuWlpuSgjX {
      padding-left:0px;
      padding-right:0px;
    }

    .bpKMjk {
      width:6rem;
    }

    .dYgqcI {
      width:100%;
      height:fit-content;
      display:flex;
      background:var(--neutral-0);
      margin-top:4rem;
      min-height:20rem;
      align-items:center;
      padding-top:2rem;
      padding-bottom:4rem;
      justify-content:flex-start;
    }

    .bQKQZD {
      width:fit-content;
      display:flex;
      row-gap:4rem;
      flex-wrap:wrap;
      column-gap:4rem;
      flex-direction:row;
    }

    .nIKSD {
      width:100%;
      display:flex;
      row-gap:4rem;
      flex-wrap:wrap;
      max-width:var(--container-lg);
      column-gap:4rem;
      align-items:flex-start;
      padding-top:2rem;
      padding-left:var(--padding-global);
      padding-right:var(--padding-global);
      flex-direction:row;
      padding-bottom:5rem;
      justify-content:space-between;
    }

    .footer\:IwkOmT490D8Cz5jaJ1YkB {
      color:var(--neutral-10);
    }

    .bvAVkC {
      height:fit-content;
      row-gap:0.5rem;
      column-gap:0.5rem;
    }

    .footer\:fSzOJ4jEjQy5L-XGI8l-a {
      font-family:Poppins;
      font-weight:var(--medium);
    }

    .footer\:q-_CUetyVZe-3iCaWnusx {
      color:var(--neutral-10);
    }

    .ckmvhS {
      height:fit-content;
      row-gap:0.5rem;
      column-gap:0.5rem;
      align-items:flex-start;
      justify-content:flex-start;
    }

    .footer\:zgSjyeohsUOY65ZhQRrrd {
      font-family:Poppins;
      font-weight:var(--medium);
    }

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

    .s-startseite-schulungen\:AmOPnqZ2HNgGyyMflpz6A {
      width:fit-content;
    }

    .bAaYOa {
      width:100%;
      display:flex;
      row-gap:2rem;
      column-gap:2rem;
      align-items:center;
      justify-content:flex-start;
    }

    .s-startseite-schulungen\:KskQfUFmalt1w4UxvWElQ {
      color:var(--primary);
    }

    .s-startseite-schulungen\:KskQfUFmalt1w4UxvWElQ:hover {
      color:var(--primary-hover);
    }

    .bwupNZ {
      width:100%;
      display:flex;
      row-gap:0.75rem;
      column-gap:0.75rem;
      align-items:center;
      justify-content:center;
    }

    .designcore_beyer\/ui-select-item\:root {
      gap:0.5rem;
      color:var(--text-100);
      width:100%;
      cursor:default;
      height:var(--interactive-height-sm);
      font-size:var(--text-md);
      transition:background-color 200ms ease 0ms normal;
      align-items:center;
      font-family:Nunito Sans;
      font-weight:var(--normal);
      white-space:nowrap;
      padding-left:0.25rem;
      border-radius:var(--rounding-md);
      outline-color:transparent;
      outline-style:solid;
      outline-width:0px;
      padding-right:0.75rem;
      text-overflow:ellipsis;
      flex-direction:row;
      justify-content:start;
    }

    .designcore_beyer\/ui-select-item\:root:hover {
      background:var(--brand-12, #33255B);
    }

    .designcore_beyer\/ui-select-item\:root:focus {
      background:var(--brand-12, #33255B);
    }

    .designcore_beyer\/ui-select-item\:root.checked {
      color:var(--brand-9, #BAA7FF);
    }

    .designcore_beyer\/ui-select-item\:root.disabled {
      color:var(--neutral-9, #6F6D78);
    }

    .designcore_beyer\/ui-select-item\:root.disabled:hover {
      background-color:transparent;
    }

    .eOJVpK {
      width:0.25rem;
      height:0.25rem;
      background:var(--neutral-12);
      border-top-left-radius:var(--rounding-full);
      border-top-right-radius:var(--rounding-full);
      border-bottom-left-radius:var(--rounding-full);
      border-bottom-right-radius:var(--rounding-full);
    }

    .dAjXu {
      color:inherit;
      width:0.25rem;
      height:1rem;
      display:flex;
      font-size:inherit;
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      justify-content:center;
    }

    .BEodR {
      width:fit-content;
      height:fit-content;
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
    }

    .designcore_beyer\/ui-select-item\:jXOY0P1qhs4GCmB0ulghg {
      width:0.25rem;
      height:1rem;
      display:flex;
      align-items:center;
      justify-content:center;
    }

    .eyVPLS {
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
    }

    .s-startseite-schulungen\:cjv8yQCqDvqXDn-xqUBKb {
      max-width:30ch;
    }

    .cdqPvR {
      width:fit-content;
      height:fit-content;
      display:flex;
      align-items:center;
      justify-content:flex-start;
    }

    .s-global-underlined-heading\:EkSV6Q3hCX6XiTg3glhz1 {
      color:var(--primary);
    }

    .s-global-underlined-heading\:cFOGLwiSmObySLud72Xpr {
      color:var(--text-100);
    }

    .s-global-underlined-heading\:d6BDuUsKbM4Piy72ucrg9 {
      background:var(--text-100);
      margin-top:0.5rem;
    }

    .eFQaJC {
      top:var(--top);
      left:var(--left);
      position:absolute;
      outline-color:transparent;
      outline-style:none;
      outline-width:0px;
      pointer-events:all;
      transform-origin:var(--transform-origin-x) var(--transform-origin-y);
    }

    .eFQaJC:focus {
      outline-color:transparent;
      outline-style:none;
      outline-width:0px;
    }

    .eFQaJC.hidden {
      visibility:hidden;
      pointer-events:none;
    }

    .eFQaJC.match-anchor-width {
      width:var(--sc-anchor-width);
    }

    .designcore_beyer\/ui-select-content\:root {
      gap:0.25rem;
      width:fit-content;
      opacity:0;
      max-width:30rem;
      min-width:fit-content;
      background:var(--bg-body);
      padding-top:0.5rem;
      border-color:var(--neutral-7);
      border-style:solid;
      border-width:var(--border-md);
      padding-left:0.5rem;
      border-radius:var(--rounding-lg);
      padding-right:0.5rem;
      padding-bottom:0.5rem;
    }

    .designcore_beyer\/ui-select-content\:root.open {
      opacity:1;
    }

    .designcore_beyer\/ui-select-content\:root.open-transition {
      transition:opacity 200ms ease 0ms normal;
    }

    .designcore_beyer\/ui-select-content\:root.close-transition {
      transition:opacity 200ms ease 0ms normal;
    }

    .designcore_beyer\/ui-select-content\:root:focus {
      outline-color:#ffffff;
      outline-style:none;
      outline-width:0px;
    }

    .dYElHa {
      width:var(--width);
      height:var(--height);
      position:fixed;
      pointer-events:none;
    }

    .dYElHa.modal {
      pointer-events:all;
    }

    .designcore_beyer\/ui-select\:WAF0HFl0YuyKMmk9EKlas {
      width:fit-content;
    }

    .designcore_beyer\/ui-select\:xHyiCcfn5Isgf8GLcTcFm {
      width:100%;
    }

    .ILUOM {
      width:100%;
      display:flex;
      max-width:var(--container-size);
      align-items:center;
      margin-left:auto;
      padding-top:2rem;
      margin-right:auto;
      padding-left:var(--padding-size);
      padding-right:var(--padding-size);
      padding-bottom:2rem;
      justify-content:flex-start;
    }

    .HFbiJ {
      row-gap:0.75rem;
      flex-wrap:wrap;
      column-gap:0.75rem;
      flex-direction:row;
    }

    .card-schulung\:3vg-dt_OYVqDXqC3EMPOX {
      color:var(--neutral-0);
    }

    .card-schulung\:3wYNMnbFvXT6YeJpHxRHs {
      color:var(--neutral-0);
      opacity:0.85;
      max-width:75ch;
    }

    .doYOwV {
      display:flex;
      row-gap:0.25rem;
      column-gap:0.25rem;
      align-items:center;
      flex-direction:row;
      justify-content:flex-start;
    }

    .Zcjex {
      width:100%;
      height:100%;
      display:flex;
      row-gap:1.25rem;
      background:var(--bg-1);
      column-gap:1.25rem;
      align-items:flex-start;
      padding-top:1rem;
      padding-left:1rem;
      padding-right:1rem;
      padding-bottom:1rem;
      justify-content:space-between;
    }

    .Zcjex:hover {
      cursor:pointer;
      background:var(--neutral-10);
    }

    .card-schulung\:jCS_XrcXn8l3uzRg-AXbQ {
      color:var(--neutral-0);
      font-family:Poppins;
      font-weight:var(--medium);
    }

    .card-schulung\:rYnQDIhhw8DNVwlytKmFK {
      color:var(--neutral-0);
    }

    .bdxEGB {
      width:100%;
      display:flex;
      row-gap:1rem;
      flex-wrap:wrap;
      column-gap:1rem;
      align-items:center;
      padding-top:1rem;
      flex-direction:row;
      justify-content:space-between;
      border-top-color:var(--bg-2);
      border-top-style:solid;
      border-top-width:1px;
    }

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

    .s-startseite-schulungen\:sPlWI_xX0NtdotrK7CD-P {
      width:100%;
      animation:1.25s ease 0ms 1 normal none running animation-diMMIZ;
    }

    @keyframes animation-diMMIZ {
        0% {
          opacity: 0;
        }

        100% {
          opacity: 1;
        }
    }

    .designcore_beyer\/ui-select-trigger\:root {
      gap:0.5rem;
      color:var(--text-100);
      width:100%;
      height:3rem;
      display:flex;
      background:var(--bg-body);
      overflow-x:hidden;
      overflow-y:hidden;
      transition:background-color 200ms ease 0ms normal;
      align-items:center;
      user-select:none;
      border-color:var(--neutral-7, #49474E);
      border-style:solid;
      border-width:1px;
      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:space-between;
      -moz-user-select:none;
      -webkit-user-select:none;
      -webkit-tap-highlight-color:transparent;
    }

    .designcore_beyer\/ui-select-trigger\:root:hover {
      background:var(--bg-2);
    }

    .designcore_beyer\/ui-select-trigger\:root:active {
      background:var(--bg-2);
      transition:none;
    }

    .designcore_beyer\/ui-select-trigger\:root.disabled {
      cursor:default;
      opacity:0.5;
    }

    .designcore_beyer\/ui-select-trigger\:root:focus-visible {
      outline-color:var(--focus);
      outline-style:solid;
      outline-width:var(--border-lg);
      outline-offset:var(--border-md);
    }

    .designcore_beyer\/ui-select-trigger\:root.trigger-open {
      background:var(--bg-2);
    }

    .designcore_beyer\/ui-select-icon\:root {
      color:inherit;
      width:1.25rem;
      height:1.25rem;
      font-size:inherit;
      transition:rotate 200ms ease 0ms normal;
      font-family:inherit;
      font-weight:inherit;
    }

    .designcore_beyer\/ui-select-icon\:root.open {
      rotate:z 180deg;
    }

    .designcore_beyer\/ui-select-icon\:qXJrBa5-7kV2dqk7LdS5C {
      width:100%;
      height:100%;
    }

    .designcore_beyer\/ui-select-trigger\:mOthY2s7wl1xM0ydvBAlc {
      color:var(--text-100);
      text-align:left;
    }

    .designcore_beyer\/c-pagination\:05KSDM_YY_8QrBBzu0Avz {
      margin-left:auto;
      margin-right:auto;
    }

    .designcore_beyer\/c-pagination\:3WoKZBgO6VgofBs4i93y5 {
      color:var(--neutral-6);
    }

    .wvVWn {
      row-gap:1rem;
      column-gap:1rem;
      flex-direction:column;
    }

    .fsuAe {
      background:var(--neutral-1);
      padding-top:1rem;
      padding-left:1rem;
      padding-right:1rem;
      padding-bottom:1rem;
    }

    .s-startseite-schulungen\:uo3Jc7CwdxDtCn0x9yfoQ {
      width:100%;
      row-gap:0.75rem;
      column-gap:0.75rem;
    }

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

    .eKWZzu {
      display:flex;
      align-items:center;
      justify-content:flex-start;
    }

    .Startseite\:hCVYxIx9sb4UthVw1gXtP {
      width:100%;
    }

    .dqvYQj {
      width:100%;
      height:fit-content;
      align-items:center;
      justify-content:flex-start;
    }

    .s-startseite-hero\:1dn74SYlkC-WCTheiJ1Lm {
      color:var(--neutral-0);
      height:fit-content;
      font-family:Poppins;
      font-weight:var(--medium);
    }

    .s-startseite-hero\:5eT5NrvCESQsfpF1lb8aB {
      color:var(--neutral-0);
    }

    .eLoFKp {
      flex:1;
      width:100%;
      height:100%;
      display:flex;
      min-width:25rem;
      max-height:35rem;
      min-height:25rem;
      overflow-x:hidden;
      overflow-y:hidden;
      align-items:center;
      padding-left:var(--padding-global);
      padding-right:var(--padding-global);
      justify-content:center;
    }

    .s-startseite-hero\:8WgfCu-fHYMeKlWVej68L {
      color:var(--neutral-0);
    }

    .fAfAhX {
      width:100%;
      height:fit-content;
      display:flex;
      row-gap:3rem;
      flex-wrap:wrap;
      column-gap:3rem;
      align-items:center;
      padding-top:0rem;
      flex-direction:row;
      padding-bottom:0rem;
      justify-content:flex-start;
    }

    .s-startseite-hero\:JDXlzffB-rUrIkVPj3Cqs {
      color:var(--neutral-0);
    }

    .s-startseite-hero\:KiZEnaWPKW9xBdEMBloI4 {
      color:var(--neutral-0);
      height:fit-content;
      opacity:0.85;
    }

    .s-startseite-hero\:LyDBkDXx0GJ2W60lUbbFh {
      height:fit-content;
    }

    .beysyl {
      display:flex;
      row-gap:0.25rem;
      column-gap:0.25rem;
      align-items:flex-start;
      justify-content:flex-start;
    }

    .s-startseite-hero\:S1yz2sdSUCxFW0u4iDl00 {
      color:var(--neutral-2);
    }

    .s-startseite-hero\:U1quAVgydI7vddbL1VM78 {
      margin-top:1rem;
    }

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

    .s-startseite-hero\:dJGCHLHzlMo-gn_hEaSJL {
      width:100%;
    }

    .cGCuop {
      fill:;
      flex:1;
      width:100%;
      height:fit-content;
      display:flex;
      row-gap:0.75rem;
      min-width:40ch;
      column-gap:0.75rem;
      align-items:flex-start;
      justify-content:center;
    }

    .s-startseite-hero\:kWABKmDyLgTIDVF6u4VG4 {
      color:var(--primary);
      height:fit-content;
      font-family:Nunito Sans;
      font-weight:var(--medium);
    }

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

    .cgxfRf {
      width:fit-content;
      height:fit-content;
      row-gap:1.25rem;
      max-width:65ch;
      background:var(--overlay-a11);
      column-gap:1.25rem;
      padding-top:1rem;
      padding-left:1rem;
      padding-right:1rem;
      padding-bottom:1rem;
    }

    .dPbvpl {
      width:100%;
      height:100%;
      position:absolute;
      object-fit:cover;
    }

    .SQAbW {
      width:100%;
      display:flex;
      background:var(--bg-card);
      align-items:center;
      justify-content:flex-start;
    }

    .ejVYDX {
      width:10rem;
      height:100%;
      display:flex;
      row-gap:0.5rem;
      column-gap:0.5rem;
      align-items:center;
      justify-content:space-between;
    }

    .s-global-statistics-teaser\:N87vuFDRGU0avOl8xG0L5 {
      color:var(--neutral-0);
      font-family:Poppins;
      font-weight:var(--medium);
      line-height:var(--line-height-3xl);
    }

    .s-global-statistics-teaser\:OoXk2j0dbnIXravUk546H {
      align-items:center;
      justify-content:center;
    }

    .lfNCC {
      display:flex;
      align-items:center;
      padding-top:1rem;
      padding-bottom:1rem;
      justify-content:flex-start;
    }

    .s-global-statistics-teaser\:Vc96tjoi8vo7cPyhSa8Ch {
      color:var(--neutral-0);
      text-align:center;
    }

    .s-global-statistics-teaser\:iTBdvD9_Vv1UOthBTAfzU {
      display:flex;
      align-items:flex-start;
      justify-content:space-between;
    }

    .Startseite\:q4vTgnr8Rh_2kf5Q6iokv {
      margin-top:1rem;
      margin-bottom:1rem;
    }

    .ZRPUJ {
      width:fit-content;
      display:flex;
      row-gap:3rem;
      flex-wrap:wrap;
      background:white;
      column-gap:3rem;
      align-items:center;
      padding-top:2rem;
      padding-left:2rem;
      padding-right:2rem;
      flex-direction:row;
      padding-bottom:2rem;
      justify-content:center;
    }

    .frPxhO {
      flex:1;
      width:100%;
      height:auto;
      max-width:30rem;
    }

    .bxopjn {
      flex:2;
      width:100%;
      display:flex;
      row-gap:0.5rem;
      max-width:60ch;
      min-width:40ch;
      column-gap:0.5rem;
      align-items:flex-start;
      justify-content:center;
    }

    .byQSWB {
      width:25%;
      height:1px;
      background:var(--text-100);
      margin-top:0.5rem;
      margin-bottom:0.5rem;
    }

    .eEUUv {
      display:flex;
      row-gap:4rem;
      column-gap:4rem;
      align-items:center;
      padding-top:2rem;
      justify-content:flex-start;
    }

    .s-startseite-about\:sAsmIJyhfq5RCNSb3B3bc {
      color:var(--neutral-2);
    }

    .s-startseite-about\:u96Q2ENcP6iFhkQUmMTGC {
      color:var(--neutral-2);
    }

    .cDUvYq {
      width:fit-content;
      display:flex;
      row-gap:3rem;
      flex-wrap:wrap-reverse;
      background:white;
      column-gap:3rem;
      align-items:center;
      padding-top:2rem;
      padding-left:2rem;
      padding-right:2rem;
      flex-direction:row;
      padding-bottom:2rem;
      justify-content:center;
    }