
@layer base {
  
  body, :host {
    /* Color */
      --White: #ffffff;
--Black: #080808ff;
--Primarypurple: #A811DA;
--primaryText: #140618ff;
--Sectext: #737373ff;
--grey-50: #FAFAFA;
--grey-100: #F5F5F5;
--grey-200: #E5E5E5;
--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;
--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;
--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;
--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;
  /* Fonts */
    --font-notosans: 'Noto Sans',sans-serif;
--font-plusjakartasans: 'Plus Jakarta Sans',sans-serif;
--font-labrada: 'Labrada',serif;
--font-abel: 'Abel',sans-serif;
--font-inter: '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;
--html-block-font-size: 15px;
    /* 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 */
    --space-half: 0.5rem;
--space-one: 1rem;
--space-onehalf: 1.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;
    }
  }
}

      
  .yhDgV {
    gap:-;
  width:100%;
  height:100%;
  align-items:center;
  padding-top:120px;
  padding-left:240px;
  padding-right:240px;
  flex-direction:column;
  padding-bottom:120px;
  justify-content:center;
  background-color:var(--White, #ffffff);
  }
      

      
          @media (max-width: 800px) {
            
  .yhDgV {
    padding-top:880px;
  padding-bottom:240px;
  }
      

          }
          
        
        
      
      
  .bdEPae {
    gap:40px;
  width:100%;
  height:-;
  align-items:center;
  padding-top:80px;
  padding-left:80px;
  border-radius:48px;
  padding-right:80px;
  flex-direction:row;
  padding-bottom:80px;
  justify-content:center;
  background-color:#FCF6FD;
  }
      

      
          @media (max-width: 800px) {
            
  .bdEPae {
    gap:32px;
  align-items:start;
  padding-top:32px;
  padding-left:32px;
  padding-right:32px;
  flex-direction:column;
  padding-bottom:32px;
  justify-content:center;
  }
      

          }
          
        
        
      
      
  .diUrOV {
    color:var(--Sectext, #737373ff);
  height:-;
  font-size:12px;
  align-items:start;
  font-family:'Plus Jakarta Sans';
  font-weight:600;
  padding-top:16px;
  padding-left:24px;
  padding-bottom:16px;
  justify-content:center;
  }
      

      
        
        
      
      
  .dHNOHs {
    color:var(--White, #ffffff);
  width:100%;
  height:-;
  font-size:24px;
  align-items:center;
  font-family:'Plus Jakarta Sans';
  font-weight:600;
  flex-direction:row;
  justify-content:center;
  }
      

      
        
        
      
      
  .fEycKP {
    width:16px;
  height:16px;
  }
      

      
        
        
      
      
  .fgRdSO {
    display:flex;
  font-size:inherit;
  align-items:center;
  font-family:inherit;
  font-weight:inherit;
  flex-direction:column;
  justify-content:center;
  }
      

      
        
        
      
      
  .EDtUA {
    gap:8px;
  color:var(--primaryText, #140618ff);
  right:-;
  width:360px;
  cursor:default;
  height:40px;
  font-size:14px;
  align-items:center;
  font-family:'Plus Jakarta Sans';
  font-weight:500;
  padding-left:24px;
  padding-right:24px;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
        
      
      
  .cOzKSr {
    width:100%;
  z-index:1;
  position:fixed;
  padding-right:0px;
  }
      

      
        
        
      
      
  .bjoKUU {
    color:var(--primaryText, #140618ff);
  width:100%;
  height:-;
  font-size:24px;
  align-items:center;
  font-family:'Plus Jakarta Sans';
  font-weight:600;
  flex-direction:row;
  justify-content:center;
  }
      

      
        
        
      
      
  .REJqh {
    color:var(--Sectext, #737373ff);
  width:-;
  height:40px;
  font-size:12px;
  align-items:start;
  font-family:'Plus Jakarta Sans';
  font-weight:600;
  padding-bottom:8px;
  justify-content:end;
  }
      

      
        
        
      
      
  .dmZBfU {
    color:var(--Primarypurple, #A811DA);
  cursor:pointer;
  height:-;
  font-size:14px;
  align-items:center;
  font-family:'Plus Jakarta Sans';
  font-weight:600;
  padding-top:12px;
  padding-left:72px;
  border-radius:24px;
  outline-color:#DEA9EF;
  outline-style:solid;
  outline-width:1.5px;
  padding-right:72px;
  padding-bottom:12px;
  justify-content:center;
  background-color:#FCF6FE;
  }
      

      
  .dmZBfU:hover {
    box-shadow:1px 0px 16px 8px #ecaff34d;
  transition:box-shadow 100ms ease-in 100ms;
  background-color:var(--White, #ffffff);
  }
      

        
        
      
      
  .fuLlZy {
    gap:16px;
  width:100%;
  height:-;
  align-items:center;
  padding-top:24px;
  padding-bottom:24px;
  justify-content:start;
  background-color:var(--Primarypurple, #A811DA);
  border-bottom-color:#fbf2fcff;
  border-bottom-style:solid;
  border-bottom-width:1.5px;
  border-top-left-radius:32px;
  border-top-right-radius:32px;
  }
      

      
        
        
      
      
  .cDRYin {
    gap:100px;
  height:-;
  align-items:center;
  padding-top:66px;
  padding-left:240px;
  padding-right:240px;
  flex-direction:row;
  justify-content:center;
  }
      

      
          @media (max-width: 800px) {
            
  .cDRYin {
    align-items:start;
  padding-top:-;
  padding-left:-;
  padding-right:-;
  flex-direction:column;
  justify-content:start;
  }
      

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

      
        
        
      
      
  .fsjjig {
    color:var(--Primarypurple, #A811DA);
  height:-;
  font-size:12px;
  align-items:center;
  font-family:'Plus Jakarta Sans';
  font-weight:500;
  padding-top:8px;
  padding-left:16px;
  border-radius:24px;
  outline-color:#f6e4fbff;
  outline-style:solid;
  outline-width:1.5px;
  padding-right:16px;
  padding-bottom:8px;
  justify-content:center;
  background-color:var(--White, #ffffff);
  }
      

      
        
        
      
      
  .fazsKE {
    max-width:100%;
  border-radius:6px;
  }
      

      
        
        
      
      
  .ckfAyM {
    color:var(--Sectext, #737373ff);
  height:-;
  font-size:12px;
  align-items:center;
  font-family:'Plus Jakarta Sans';
  font-weight:600;
  padding-top:12px;
  padding-left:24px;
  padding-right:16px;
  flex-direction:row;
  padding-bottom:12px;
  justify-content:space-between;
  }
      

      
        
        
      
      
  .bcJqso {
    color:var(--Primarypurple, #A811DA);
  height:-;
  font-size:12px;
  align-items:center;
  font-family:'Plus Jakarta Sans';
  font-weight:500;
  padding-top:8px;
  padding-left:8px;
  border-radius:24px;
  outline-color:#DEA9EF;
  outline-style:solid;
  outline-width:1px;
  padding-right:8px;
  padding-bottom:8px;
  justify-content:center;
  }
      

      
        
        
      
      
  .cKfHos {
    color:var(--Primarypurple, #A811DA);
  height:-;
  font-size:12px;
  align-items:center;
  font-family:'Plus Jakarta Sans';
  font-weight:500;
  padding-top:8px;
  padding-left:16px;
  border-radius:24px;
  outline-color:#f7e8fcff;
  outline-style:solid;
  outline-width:1.5px;
  padding-right:16px;
  padding-bottom:8px;
  justify-content:center;
  background-color:var(--White, #ffffff);
  }
      

      
        
        
      
      
  .eeSNnd {
    gap:8px;
  color:var(--primaryText, #140618ff);
  right:-;
  width:360px;
  height:40px;
  font-size:14px;
  align-items:center;
  font-family:'Plus Jakarta Sans';
  font-weight:500;
  padding-left:24px;
  padding-right:24px;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
        
      
      
  .dBsxeb {
    width:-;
  height:480px;
  border-radius:32px;
  background-color:var(--White, #ffffff);
  }
      

      
  .dBsxeb:hover {
    cursor:auto;
  box-shadow:0px 16px 32px 0px #f3d9fcff;
  transition:box-shadow 100ms ease-in 100ms,outline-width 100ms ease-in 100ms;
  outline-color:#DEA9EF;
  outline-style:solid;
  outline-width:1px;
  }
      

        
        
      
      
  .dBFGte {
    color:var(--Primarypurple, #A811DA);
  }
      

      
        
        
      
      
  .bCPuhb {
    color:var(--Primarypurple, #A811DA);
  cursor:pointer;
  height:-;
  font-size:14px;
  align-items:center;
  font-family:'Plus Jakarta Sans';
  font-weight:600;
  padding-top:12px;
  padding-left:72px;
  border-radius:24px;
  outline-color:#DEA9EF;
  outline-style:solid;
  outline-width:1.5px;
  padding-right:72px;
  padding-bottom:12px;
  justify-content:center;
  background-color:#FCF6FE;
  }
      

      
  .bCPuhb:hover {
    box-shadow:0px 0px 16px 4px #ecaff34d;
  transition:box-shadow 100ms ease-in 100ms;
  background-color:var(--White, #ffffff);
  }
      

        
        
      
      
  .eVFaSq {
    color:var(--Sectext, #737373ff);
  width:100%;
  height:-;
  font-size:14px;
  align-items:center;
  font-family:'Plus Jakarta Sans';
  font-weight:500;
  padding-top:16px;
  justify-content:center;
  }
      

      
        
        
      
      
  .fmQMs {
    gap:24px;
  width:100%;
  height:-;
  padding-left:80px;
  padding-right:80px;
  }
      

      
          @media (max-width: 800px) {
            
  .fmQMs {
    gap:24px;
  width:100%;
  align-items:center;
  padding-left:48px;
  padding-right:48px;
  justify-content:start;
  }
      

          }
          
        
        
      
      
  .enQyZG {
    width:-;
  height:480px;
  padding-left:-;
  border-radius:32px;
  padding-right:-;
  background-color:var(--White, #ffffff);
  }
      

      
  .enQyZG:hover {
    cursor:auto;
  box-shadow:0px 16px 32px 0px #f3d9fcff;
  transition:box-shadow 100ms ease-in 100ms,outline-width 100ms ease-in 100ms;
  outline-color:#DEA9EF;
  outline-style:solid;
  outline-width:1px;
  }
      

        
        
      
      
  .fFQNBA {
    gap:16px;
  height:-;
  align-items:center;
  padding-top:24px;
  padding-bottom:24px;
  justify-content:start;
  border-bottom-color:#fbf2fcff;
  border-bottom-style:solid;
  border-bottom-width:1.5px;
  }
      

      
        
        
      
      
  .nLIaB {
    gap:16px;
  height:-;
  align-items:center;
  padding-top:24px;
  padding-bottom:24px;
  justify-content:start;
  border-bottom-color:#fbf2fcff;
  border-bottom-style:solid;
  border-bottom-width:1.5px;
  }
      

      
        
        
      
      
  .dOFAAo {
    color:var(--primaryText, #140618ff);
  width:100%;
  height:-;
  font-size:24px;
  align-items:center;
  font-family:'Plus Jakarta Sans';
  font-weight:600;
  padding-top:24px;
  justify-content:center;
  }
      

      
        
        
      
      
  .oOQCr {
    color:var(--Primarypurple, #A811DA);
  cursor:pointer;
  height:-;
  font-size:14px;
  align-items:center;
  font-family:'Plus Jakarta Sans';
  font-weight:600;
  padding-top:12px;
  padding-left:72px;
  border-radius:24px;
  outline-color:#DEA9EF;
  outline-style:solid;
  outline-width:1.5px;
  padding-right:72px;
  padding-bottom:12px;
  justify-content:center;
  background-color:#FCF6FE;
  }
      

      
  .oOQCr:hover {
    box-shadow:0px 0px 16px 8px #ecaff34d;
  transition:box-shadow 100ms ease-in 100ms;
  background-color:var(--White, #ffffff);
  }
      

        
        
      
      
  .enBPdY {
    color:var(--White, #ffffff);
  width:-;
  height:40px;
  font-size:12px;
  align-items:start;
  font-family:'Plus Jakarta Sans';
  font-weight:600;
  padding-bottom:8px;
  justify-content:end;
  }
      

      
        
        
      
      
  .eMoszQ {
    gap:4px;
  color:var(--White, #ffffff);
  height:24px;
  font-size:12px;
  align-items:center;
  font-family:'Plus Jakarta Sans';
  font-weight:600;
  padding-top:8px;
  padding-left:8px;
  border-radius:4px;
  padding-right:8px;
  flex-direction:row;
  padding-bottom:8px;
  justify-content:start;
  background-color:var(--Primarypurple, #A811DA);
  }
      

      
        
        
      
      
  .edyKoQ {
    height:-;
  align-items:center;
  padding-bottom:16px;
  justify-content:start;
  }
      

      
          @media (max-width: 800px) and (max-height: 600px) {
            
  
      

          }
          
        
        
      