
@layer base {
  
  body, :host {
    /* Color */
      --grey-50: #FAFAFA;
--grey-100: #F5F5F5;
--grey-200: #edededff;
--grey-300: #D4D4D4;
--grey-400: #A3A3A3;
--grey-500: #737373;
--grey-600: #525252;
--grey-700: #404040;
--grey-800: #262626;
--grey-900: #171717;
--red-50: #FEF2F2;
--red-100: #FEE2E2;
--red-200: #FECACA;
--red-300: #FCA5A5;
--red-400: #F87171;
--red-500: #EF4444;
--red-600: #DC2626;
--red-700: #B91C1C;
--red-800: #991B1B;
--red-900: #7F1D1D;
--blue-50: #EFF6FF;
--blue-100: #DBEAFE;
--blue-200: #BFDBFE;
--blue-300: #93C5FD;
--blue-400: #60A5FA;
--blue-500: #3B82F6;
--blue-600: #2563EB;
--blue-700: #1D4ED8;
--blue-800: #1E40AF;
--blue-900: #1E3A8A;
--lime-50: #F7FEE7;
--lime-100: #ECFCCB;
--lime-200: #D9F99D;
--lime-300: #BEF264;
--lime-400: #A3E635;
--lime-500: #84CC16;
--lime-600: #65A30D;
--lime-700: #4D7C0F;
--lime-800: #3F6212;
--lime-900: #365314;
--pink-50: #FDF2F8;
--pink-100: #FCE7F3;
--pink-200: #FBCFE8;
--pink-300: #F9A8D4;
--pink-400: #F472B6;
--pink-500: #EC4899;
--pink-600: #DB2777;
--pink-700: #BE185D;
--pink-800: #9D174D;
--pink-900: #831843;
--teal-50: #F0FDFA;
--teal-100: #CCFBF1;
--teal-200: #99F6E4;
--teal-300: #5EEAD4;
--teal-400: #2DD4BF;
--teal-500: #14B8A6;
--teal-600: #0D9488;
--teal-700: #0F766E;
--teal-800: #115E59;
--teal-900: #134E4A;
--green-50: #ECFDF5;
--green-100: #D1FAE5;
--green-200: #A7F3D0;
--green-300: #6EE7B7;
--green-400: #34D399;
--green-500: #10B981;
--green-600: #059669;
--green-700: #047857;
--green-800: #065F46;
--green-900: #064E3B;
--purple-50: #F5F3FF;
--purple-100: #EDE9FE;
--purple-200: #DDD6FE;
--purple-300: #C4B5FD;
--purple-400: #A78BFA;
--purple-500: #8B5CF6;
--purple-600: #7C3AED;
--purple-700: #6D28D9;
--purple-800: #5B21B6;
--purple-900: #4C1D95;
--yellow-50: #FFFBEB;
--yellow-100: #FEF3C7;
--yellow-200: #FDE68A;
--yellow-300: #FCD34D;
--yellow-400: #FBBF24;
--yellow-500: #F59E0B;
--yellow-600: #D97706;
--yellow-700: #B45309;
--yellow-800: #92400E;
--yellow-900: #78350F;
  /* Fonts */
    --font-sans: 'Inter',sans-serif;

    /* Font size */
    --font-size-xxs: 0.625rem;
--font-size-xs: 0.75rem;
--font-size-sm: 0.875rem;
--font-size-base: 1rem;
--font-size-lg: 1.125rem;
--font-size-xl: 1.25rem;
--font-size-2xl: 1.5rem;
--font-size-3xl: 1.875rem;
--font-size-4xl: 2.25rem;
--font-size-5xl: 3rem;
    /* Font weight */
    --font-weight-thin: 100;
--font-weight-lighter: 200;
--font-weight-light: 300;
--font-weight-regular: 400;
--font-weight-normal: 500;
--font-weight-bold: 700;
--font-weight-semi-bold: 600;
--font-weight-bolder: 800;
--font-weight-black: 900;
    /* 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 */
    
    /* 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;
    }
  }
}

      
  .ErAyF {
    gap:1rem;
  height:100vh;
  align-items:center;
  justify-content:center;
  }
      

      
        
        
      
      
  .cTaYaR {
    gap:1rem;
  }
      

      
        
        
      
      
  .cWAOtW {
    width:1rem;
  height:1rem;
  animation:spinner 1s linear infinite;
  border-radius:50%;
  }
      

      
        
        
      
      
  .eEvjde {
    color:var(--grey-200, #edededff);
  width:300px;
  min-height:50px;
  padding-top:1rem;
  padding-left:1rem;
  border-radius:6px;
  padding-right:1rem;
  padding-bottom:1rem;
  background-color:var(--grey-800, #262626);
  }
      

      
  .eEvjde:focus {
    outline-color:#2463ebff;
  outline-style:solid;
  outline-width:1px;
  }
      

        
        
      
      
  .ffcKG {
    width:100%;
  height:100%;
  position:absolute;
  border-color:transparent;
  border-style:solid;
  border-width:4px;
  border-radius:50%;
  border-top-color:var(--color, #EEEEF0);
  border-top-style:solid;
  border-top-width:4px;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

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

      
        
        
      
      
  
      

      
        
        
      
      
  .inschrijven\:5l5lQ27YNUQg-VZ6iI014 {
    top:0;;
  left:0;;
  width:100%;;
  height:100%;;
  opacity:0;
  background-color:rgba(0, 0, 0, 0.15);;
  }
      

      
  
      


  
      


  
      

        
        
      
      
  .xXUlM {
    bottom:1px;
  }
      

      
        
        
      
      
  .bLCGSk {
    display:flex;
  row-gap:0.5rem;
  flex-wrap:wrap;
  column-gap:0.5rem;
  align-items:flex-end;
  flex-direction:row;
  justify-content:flex-end;
  }
      

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

      
        
        
      
      
  .bEaJqa {
    gap:0.5rem;
  color:var(--grey-200, #E5E5E5);
  width:fit-content;
  cursor:pointer;
  align-items:center;
  padding-top:0.5rem;
  border-color:var(--grey-900);
  border-style:solid;
  border-width:1px;
  padding-left:1rem;
  border-radius:6px;
  padding-right:1rem;
  flex-direction:row;
  padding-bottom:0.5rem;
  justify-content:start;
  background-color:var(--grey-900, #171717);
  }
      

      
  .bEaJqa:hover {
    border-color:var(--grey-600);
  border-style:solid;
  border-width:1px;
  background-color:var(--grey-600, #525252);
  }
      

        
        
      
      
  .bVmJsQ {
    :;
  color:var(--grey-200, #edededff);
  width:300px;
  height:50px;
  align-items:start;
  padding-top:1rem;
  padding-left:1rem;
  border-radius:6px;
  padding-right:1rem;
  padding-bottom:1rem;
  justify-content:center;
  background-color:var(--grey-800, #262626);
  -webkit-appearance:none;
  }
      

      
  .bVmJsQ:focus {
    outline-color:#2463ebff;
  outline-style:solid;
  outline-width:1px;
  }
      

        
        
      
      
  
      

      
        
        
      
      
  .bDGgpC {
    width:100%;
  height:100%;
  opacity:0.3;
  position:absolute;
  border-color:var(--color, #EEEEF0);
  border-style:solid;
  border-width:4px;
  border-radius:50%;
  }
      

      
        
        
      
      
  .iZCWW {
    gap:1rem;
  flex-wrap:wrap;
  font-size:1rem;
  align-items:center;
  flex-direction:row;
  justify-content:center;
  }
      

      
        
        
      
      
  .dAuTkN {
    color:inherit;
  font-size:1.25rem;
  font-family:Momentum Sans;
  font-weight:300;
  text-transform:uppercase;
  }
      

      
        
        
      
      
  .dLNfwQ {
    color:#a1a1a1;
  font-size:0.75rem;
  padding-bottom:2px;
  }
      

      
        
        
      
      
  .cbhUKJ {
    gap:0.5rem;
  color:var(--grey-200);
  width:fit-content;
  cursor:pointer;
  background:;
  align-items:center;
  padding-top:0.5rem;
  border-color:var(--grey-200);
  border-style:solid;
  border-width:1px;
  padding-left:1rem;
  border-radius:6px;
  padding-right:1rem;
  flex-direction:row;
  padding-bottom:0.5rem;
  justify-content:start;
  }
      

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

        
        
      
      
  .ItFli {
    width:1.5rem;
  height:1.5rem;
  animation:spinner 1s linear infinite;
  border-radius:50%;
  }
      

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

        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  .cKKGW {
    font-size:inherit;
  font-family:inherit;
  font-weight:inherit;
  margin-left:-0.25rem;
  }
      

      
        
        
      
      
  .czBjUY {
    color:var(--grey-300);
  }
      

      
        
        
      
      
  .bnUfwI {
    color:#ff3200;
  display:inline-block;
  text-align:center;
  }
      

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

        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  .inschrijven\:rPP5_2_R14gEPdgQ6AKDY {
    gap:1rem;
  color:var(--grey-200, #edededff);
  width:65ch;
  opacity:0;
  {"type":"nodes","source":"IqGlRR_wT7YvDcXNU65zh","nodes":{"0_At-XzGKzEEw1EAeo2td":{"type":"text","value":{"path":["Variables","title"],"type":"path"}},"pAugMjKf6d8wOBod8mLOF":{"tag":"h3","type":"element","attrs":{},"style":{"color":"inherit","font-size":"1.25rem","font-family":"Momentum Sans","font-weight":"300","text-transform":"uppercase"},"events":{},"classes":{},"children":["0_At-XzGKzEEw1EAeo2td"],"styleVariables":{}},"9VIiMsIrkx3dWzG_1EMgI":{"tag":"path","type":"element","attrs":{"d":{"type":"value","value":"M9 3h6l3 7l-6 2l-6 -2z"}},"style":{},"events":{},"classes":{},"children":[],"styleVariables":{}},"SUKo__dKPbYi4BbJCjjM9":{"tag":"path","type":"element","attrs":{"d":{"type":"value","value":"M12 12l-3 -9"}},"style":{},"events":{},"classes":{},"children":[],"styleVariables":{}},"AyNf5Y46RQasmSUWJAOS6":{"tag":"path","type":"element","attrs":{"d":{"type":"value","value":"M15 11l-3 -8"}},"style":{},"events":{},"classes":{},"children":[],"styleVariables":{}},"WYBBJBCp5EjJYtRdRqSvY":{"tag":"path","type":"element","attrs":{"d":{"type":"value","value":"M12 19.5l-3 1.5l.5 -3.5l-2 -2l3 -.5l1.5 -3l1.5 3l3 .5l-2 2l.5 3.5z"}},"style":{},"events":{},"classes":{},"children":[],"styleVariables":{}},"RnluVk86Jnc9monSG3du3":{"tag":"svg","type":"element","attrs":{"fill":{"type":"value","value":"none"},"width":{"type":"value","value":"24"},"xmlns":{"type":"value","value":"http://www.w3.org/2000/svg"},"height":{"type":"value","value":"24"},"stroke":{"type":"switch","cases":[{"formula":{"type":"value","value":"#ffb300"},"condition":{"name":"@toddle/includes","type":"function","arguments":[{"name":"Array","type":{"type":"Union","types":[{"type":"String"},{"type":"Array"}]},"formula":{"path":["ListItem","Item","required_level"],"type":"path"}},{"name":"Item","type":{"type":"Any"},"formula":{"type":"value","value":"Intermediate"}}],"display_name":"Includes"}}],"default":{"type":"value","value":"currentColor"}},"viewBox":{"type":"value","value":"0 0 24 24"},"stroke-width":{"type":"value","value":"1"},"stroke-linecap":{"type":"value","value":"round"},"stroke-linejoin":{"type":"value","value":"round"}},"style":{"left":"-0.25rem"},"events":{},"classes":{},"children":["9VIiMsIrkx3dWzG_1EMgI","SUKo__dKPbYi4BbJCjjM9","AyNf5Y46RQasmSUWJAOS6","WYBBJBCp5EjJYtRdRqSvY"],"styleVariables":{}},"APrCvJlhVo9E300_RdXQw":{"type":"text","value":{"path":["ListItem","Item","required_level"],"type":"path"}},"tm0xkW0jGdrFR2iLbpNag":{"tag":"p","type":"element","attrs":{},"style":{"gap":"0.15rem","display":"flex","align-items":"center","flex-direction":"row","justify-content":"start"},"events":{},"classes":{},"children":["RnluVk86Jnc9monSG3du3","APrCvJlhVo9E300_RdXQw"],"styleVariables":{}},"CpGlp0rIOGsDkqkdPpfNK":{"tag":"path","type":"element","attrs":{"d":{"type":"value","value":"M7.5 7.5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0"}},"style":{},"events":{},"classes":{},"children":[],"styleVariables":{}},"TvHQrh7msVY5QTvVyRTr0":{"tag":"path","type":"element","attrs":{"d":{"type":"value","value":"M3 6v5.172a2 2 0 0 0 .586 1.414l7.71 7.71a2.41 2.41 0 0 0 3.408 0l5.592 -5.592a2.41 2.41 0 0 0 0 -3.408l-7.71 -7.71a2 2 0 0 0 -1.414 -.586h-5.172a3 3 0 0 0 -3 3z"}},"style":{},"events":{},"classes":{},"children":[],"styleVariables":{}},"u0kIBzpaOpcQ6k6_P0Quu":{"tag":"svg","type":"element","attrs":{"fill":{"type":"value","value":"none"},"width":{"type":"value","value":"24"},"xmlns":{"type":"value","value":"http://www.w3.org/2000/svg"},"height":{"type":"value","value":20},"stroke":{"type":"value","value":"currentColor"},"viewBox":{"type":"value","value":"0 0 24 24"},"stroke-width":{"type":"value","value":"1.5"},"stroke-linecap":{"type":"value","value":"round"},"stroke-linejoin":{"type":"value","value":"round"}},"style":{"left":"-0.25rem"},"events":{},"classes":{},"children":["CpGlp0rIOGsDkqkdPpfNK","TvHQrh7msVY5QTvVyRTr0"],"styleVariables":{}},"X3A3WV5NKUi84iAUenst7":{"type":"text","value":{"name":"@toddle/formatNumber","type":"function","arguments":[{"name":"Input","type":{"type":"Number"},"formula":{"path":["ListItem","Item","price"],"type":"path"}},{"name":"Locale(s)","type":{"type":"String | Array"},"formula":{"type":"value","value":null}},{"name":"Options","type":{"type":"Object"},"formula":{"type":"object","arguments":[{"Name":0,"name":"style","formula":{"type":"value","value":"currency"}},{"Name":0,"name":"currency","formula":{"type":"value","value":"eur"}}]}}],"display_name":"Format Number"}},"0x5FnrJUYCmFr6FQiStT7":{"tag":"p","type":"element","attrs":{},"style":{"gap":"0.15rem","color":"inherit","display":"flex","font-size":"1rem","align-items":"center","flex-direction":"row","text-transform":"uppercase","justify-content":"start"},"events":{},"classes":{},"children":["u0kIBzpaOpcQ6k6_P0Quu","X3A3WV5NKUi84iAUenst7"],"styleVariables":{}},"root":{"tag":"div","type":"element","attrs":{},"style":{"row-gap":"0.25rem","column-gap":"0.25rem"},"events":{},"classes":{},"children":["pAugMjKf6d8wOBod8mLOF","tm0xkW0jGdrFR2iLbpNag","0x5FnrJUYCmFr6FQiStT7"],"styleVariables":{}}}};
  max-width:calc(100% - 3rem);
  translate:0 20px;
  padding-top:2rem;
  border-color:var(--neutral-5, #323035);
  border-style:solid;
  border-width:1px;
  padding-left:2rem;
  border-radius:var(--rounding-lg);
  outline-color:var(--grey-500, #737373);
  outline-style:solid;
  outline-width:1px;
  padding-right:2rem;
  padding-bottom:2rem;
  background-color:var(--grey-700, #404040);
  border-top-left-radius:5px;
  border-top-right-radius:5px;
  border-bottom-left-radius:0px;
  }
      

      
  .inschrijven\:rPP5_2_R14gEPdgQ6AKDY.open {
    opacity:1;
  translate:0 0px;
  }
      


  
      


  .inschrijven\:rPP5_2_R14gEPdgQ6AKDY.close-transition {
    gap:1rem;
  color:var(--grey-200, #edededff);
  width:65ch;
  opacity:0;
  max-width:calc(100% - 3rem);
  translate:0 20px;
  padding-top:2rem;
  padding-left:2rem;
  outline-color:var(--grey-500, #737373);
  outline-style:solid;
  outline-width:1px;
  padding-right:2rem;
  padding-bottom:4rem;
  background-color:var(--grey-700, #404040);
  border-top-left-radius:5px;
  border-top-right-radius:5px;
  border-bottom-left-radius:0px;
  }
      

        
        
      
      
  .faLPwD {
    gap:0.5rem;
  color:var(--grey-900, #171717);
  width:100%;
  cursor:pointer;
  display:flex;
  max-width:300px;
  align-items:center;
  padding-top:1rem;
  padding-left:1rem;
  border-radius:6px;
  padding-right:1rem;
  flex-direction:row;
  padding-bottom:1rem;
  justify-content:center;
  background-color:var(--grey-200, #edededff);
  }
      

      
  .faLPwD:hover {
    background-color:#ff3200;
  }
      

        
        
      
      
  .AhTgD {
    text-align:center;
  font-family:Momentum Sans;
  text-transform:uppercase;
  }
      

      
        
        
      
      
  
      

      
        
        
      