
  

  
  @property --font-size--lg {
  syntax: "<length-percentage>";
  inherits: true;
  initial-value: 1.125rem;
}
@property --font-size--sm {
  syntax: "<length-percentage>";
  inherits: true;
  initial-value: 0.875rem;
}
@property --color--primary {
  syntax: "<color>";
  inherits: true;
  initial-value: #3B82F6;
}
@property --font-size--2xl {
  syntax: "<length-percentage>";
  inherits: true;
  initial-value: 1.5rem;
}
@property --color--red--100 {
  syntax: "<color>";
  inherits: true;
  initial-value: #FEE2E2;
}
@property --color--red--300 {
  syntax: "<color>";
  inherits: true;
  initial-value: #FCA5A5;
}
@property --color--red--500 {
  syntax: "<color>";
  inherits: true;
  initial-value: #EF4444;
}
@property --color--red--700 {
  syntax: "<color>";
  inherits: true;
  initial-value: #B91C1C;
}
@property --color--red--900 {
  syntax: "<color>";
  inherits: true;
  initial-value: #7F1D1D;
}
@property --font-size--base {
  syntax: "<length-percentage>";
  inherits: true;
  initial-value: 1rem;
}
@property --color--blue--100 {
  syntax: "<color>";
  inherits: true;
  initial-value: #DBEAFE;
}
@property --color--blue--300 {
  syntax: "<color>";
  inherits: true;
  initial-value: #93C5FD;
}
@property --color--blue--500 {
  syntax: "<color>";
  inherits: true;
  initial-value: #3B82F6;
}
@property --color--blue--700 {
  syntax: "<color>";
  inherits: true;
  initial-value: #1D4ED8;
}
@property --color--blue--900 {
  syntax: "<color>";
  inherits: true;
  initial-value: #1E3A8A;
}
@property --color--grey--100 {
  syntax: "<color>";
  inherits: true;
  initial-value: #F5F5F5;
}
@property --color--grey--300 {
  syntax: "<color>";
  inherits: true;
  initial-value: #D4D4D4;
}
@property --color--grey--500 {
  syntax: "<color>";
  inherits: true;
  initial-value: #737373;
}
@property --color--grey--700 {
  syntax: "<color>";
  inherits: true;
  initial-value: #404040;
}
@property --color--grey--900 {
  syntax: "<color>";
  inherits: true;
  initial-value: #171717;
}
@property --color--secondary {
  syntax: "<color>";
  inherits: true;
  initial-value: #737373;
}
@property --color--green--100 {
  syntax: "<color>";
  inherits: true;
  initial-value: #D1FAE5;
}
@property --color--green--300 {
  syntax: "<color>";
  inherits: true;
  initial-value: #6EE7B7;
}
@property --color--green--500 {
  syntax: "<color>";
  inherits: true;
  initial-value: #10B981;
}
@property --color--green--700 {
  syntax: "<color>";
  inherits: true;
  initial-value: #047857;
}
@property --color--green--900 {
  syntax: "<color>";
  inherits: true;
  initial-value: #064E3B;
}
@property --font-family--text {
  syntax: "<custom-ident> | <string>";
  inherits: true;
  initial-value: initial;
}
@property --font-weight--bold {
  syntax: "<number>";
  inherits: true;
  initial-value: 700;
}
@property --color--yellow--100 {
  syntax: "<color>";
  inherits: true;
  initial-value: #FEF3C7;
}
@property --color--yellow--300 {
  syntax: "<color>";
  inherits: true;
  initial-value: #FCD34D;
}
@property --color--yellow--500 {
  syntax: "<color>";
  inherits: true;
  initial-value: #F59E0B;
}
@property --color--yellow--700 {
  syntax: "<color>";
  inherits: true;
  initial-value: #B45309;
}
@property --color--yellow--900 {
  syntax: "<color>";
  inherits: true;
  initial-value: #78350F;
}
@property --font-weight--light {
  syntax: "<number>";
  inherits: true;
  initial-value: 300;
}
@property --font-family--heading {
  syntax: "<custom-ident> | <string>";
  inherits: true;
  initial-value: initial;
}
@property --font-weight--regular {
  syntax: "<number>";
  inherits: true;
  initial-value: 400;
}
@property --font-weight--semi-bold {
  syntax: "<number>";
  inherits: true;
  initial-value: 600;
}

  :host, :root {
  --font-size--lg: 1.125rem;
  --font-size--sm: 0.875rem;
  --color--primary: var(--color--blue--500);
  --font-size--2xl: 1.5rem;
  --color--red--100: #FEE2E2;
  --color--red--300: #FCA5A5;
  --color--red--500: #EF4444;
  --color--red--700: #B91C1C;
  --color--red--900: #7F1D1D;
  --font-size--base: 1rem;
  --color--blue--100: #DBEAFE;
  --color--blue--300: #93C5FD;
  --color--blue--500: #3B82F6;
  --color--blue--700: #1D4ED8;
  --color--blue--900: #1E3A8A;
  --color--grey--100: #F5F5F5;
  --color--grey--300: #D4D4D4;
  --color--grey--500: #737373;
  --color--grey--700: #404040;
  --color--grey--900: #171717;
  --color--secondary: var(--color--grey--500);
  --color--green--100: #D1FAE5;
  --color--green--300: #6EE7B7;
  --color--green--500: #10B981;
  --color--green--700: #047857;
  --color--green--900: #064E3B;
  --font-family--text: system-ui;
  --font-weight--bold: 700;
  --color--yellow--100: #FEF3C7;
  --color--yellow--300: #FCD34D;
  --color--yellow--500: #F59E0B;
  --color--yellow--700: #B45309;
  --color--yellow--900: #78350F;
  --font-weight--light: 300;
  --font-family--heading: sans-serif;
  --font-weight--regular: 400;
  --font-weight--semi-bold: 600;
}
  
  
  [data-nc-theme~="Default"] {
  --font-size--lg: 1.125rem;
  --font-size--sm: 0.875rem;
  --color--primary: var(--color--blue--500);
  --font-size--2xl: 1.5rem;
  --color--red--100: #FEE2E2;
  --color--red--300: #FCA5A5;
  --color--red--500: #EF4444;
  --color--red--700: #B91C1C;
  --color--red--900: #7F1D1D;
  --font-size--base: 1rem;
  --color--blue--100: #DBEAFE;
  --color--blue--300: #93C5FD;
  --color--blue--500: #3B82F6;
  --color--blue--700: #1D4ED8;
  --color--blue--900: #1E3A8A;
  --color--grey--100: #F5F5F5;
  --color--grey--300: #D4D4D4;
  --color--grey--500: #737373;
  --color--grey--700: #404040;
  --color--grey--900: #171717;
  --color--secondary: var(--color--grey--500);
  --color--green--100: #D1FAE5;
  --color--green--300: #6EE7B7;
  --color--green--500: #10B981;
  --color--green--700: #047857;
  --color--green--900: #064E3B;
  --font-family--text: system-ui;
  --font-weight--bold: 700;
  --color--yellow--100: #FEF3C7;
  --color--yellow--300: #FCD34D;
  --color--yellow--500: #F59E0B;
  --color--yellow--700: #B45309;
  --color--yellow--900: #78350F;
  --font-weight--light: 300;
  --font-family--heading: sans-serif;
  --font-weight--regular: 400;
  --font-weight--semi-bold: 600;
}
    


@layer base {
  
  body, :host {
    /* Color */
    
    /* Fonts */
    --font-sans: 'Inter',sans-serif;

    /* Font size */
    
    /* Font weight */
    
    /* Shadows */
    
    /* 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;
    }
  }
}


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

    .fqzGuA {
      width:100%;
      display:flex;
      background:#171717;
      border-top:1px solid #404040;
      align-items:center;
      padding-top:4rem;
      padding-left:1.5rem;
      padding-right:1.5rem;
      padding-bottom:2rem;
      justify-content:center;
    }

    .bdWRSD {
      gap:3rem;
      width:100%;
      display:flex;
      max-width:1280px;
      flex-direction:column;
    }

    .LBEpZ {
      gap:1rem;
      flex:1;
      display:flex;
      flex-direction:column;
    }

    .cVvATU {
      color:#A3A3A3;
      font-size:0.875rem;
      transition:color 0.2s ease;
      text-decoration:none;
    }

    .cVvATU:hover {
      color:#E5E5E5;
    }

    .dUBdbV {
      color:#737373;
      margin:0px;
      font-size:0.8125rem;
      text-align:center;
    }

    .CePVi {
      display:flex;
      border-top:1px solid #404040;
      padding-top:2rem;
      justify-content:center;
    }

    .dNKGLN {
      color:#E5E5E5;
      margin:0px;
      font-size:0.875rem;
      font-weight:500;
      margin-bottom:0.5rem;
    }

    .cMfrmp {
      gap:2rem;
      display:flex;
      flex-direction:row;
    }

    @media (max-width: 768px) {

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

    .ejzDyM {
      top:50%;
      width:24px;
      height:2px;
      position:absolute;
      transform:translateY(-6px);
      background:#171717;
      transition:all 0.3s ease;
    }

    .ejzDyM.menu-open {
      transform:translateY(0) rotate(45deg);
    }

    .bjhjJA {
      gap:1rem;
      display:none;
      align-items:center;
      flex-direction:row;
    }

    @media (max-width: 768px) {

    .bjhjJA {
      display:flex;
    }
    }

    .cDyTrm {
      color:#171717;
      font-size:1.25rem;
      background:white;
      font-weight:600;
      text-decoration:none;
    }

    .dviQYJ {
      gap:1.5rem;
      top:64px;
      left:0px;
      right:0px;
      bottom:0px;
      display:flex;
      padding:2rem;
      z-index:999;
      position:fixed;
      background:#ffffff;
      overflow-y:auto;
      flex-direction:column;
    }

    .clNrZx {
      top:50%;
      width:24px;
      height:2px;
      position:absolute;
      transform:translateY(0);
      background:#171717;
      transition:all 0.3s ease;
    }

    .clNrZx.menu-open {
      opacity:0;
    }

    .dTuNsD {
      gap:2rem;
      display:flex;
      align-items:center;
      flex-direction:row;
    }

    .ehIqKM {
      width:40px;
      border:none;
      cursor:pointer;
      height:40px;
      display:flex;
      padding:0px;
      position:relative;
      background:transparent;
      align-items:center;
      flex-direction:column;
      justify-content:center;
    }

    .dSRWlj {
      top:0px;
      height:64px;
      z-index:1000;
      position:sticky;
      background:#ffffff;
      box-shadow:0 1px 3px rgba(0,0,0,0.1);
    }

    .cmkqdc {
      width:180px;
      height:auto;
    }

    @media (max-width: 768px) {

    .cmkqdc {
      width:140px;
    }
    }

    .eRBmNq {
      color:#171717;
      padding:0.75rem;
      font-size:1.125rem;
      font-weight:500;
      text-decoration:none;
    }

    .budmue {
      color:#404040;
      font-size:0.9375rem;
      font-weight:500;
      text-decoration:none;
    }

    .budmue:hover {
      color:#171717;
    }

    .dOEQmH {
      width:100%;
      height:100%;
      display:flex;
      max-width:1280px;
      align-items:center;
      margin-left:auto;
      margin-right:auto;
      padding-left:1.5rem;
      padding-right:1.5rem;
      flex-direction:row;
      justify-content:space-between;
    }

    .vOtAM {
      color:#ffffff;
      font-size:0.9375rem;
      background:#705ee5;
      transition:background 0.2s ease;
      font-weight:500;
      padding-top:0.625rem;
      padding-left:1.25rem;
      border-radius:6px;
      padding-right:1.25rem;
      padding-bottom:0.625rem;
      text-decoration:none;
    }

    .vOtAM:hover {
      background:#4a33db;
    }

    .cyoNPO {
      color:#ffffff;
      font-size:0.875rem;
      background:#705ee5;
      transition:background 0.2s ease;
      font-weight:500;
      padding-top:0.5rem;
      padding-left:1rem;
      border-radius:6px;
      padding-right:1rem;
      padding-bottom:0.5rem;
      text-decoration:none;
    }

    .cyoNPO:hover {
      background:#4a33db;
    }

    .blsmBA {
      top:50%;
      width:24px;
      height:2px;
      position:absolute;
      transform:translateY(6px);
      background:#171717;
      transition:all 0.3s ease;
    }

    .blsmBA.menu-open {
      transform:translateY(0) rotate(-45deg);
    }

    .eZDqrh {
      gap:2rem;
      display:flex;
      align-items:center;
      flex-direction:row;
    }

    @media (max-width: 768px) {

    .eZDqrh {
      display:none;
    }
    }

    .cCofzz {
      font-size:2.5rem;
      font-weight:700;
      line-height:1.2;
      margin-bottom:16px;
    }

    .eYhRDx {
      width:100%;
      border:4px solid #f3f4f6;
      height:100%;
      position:absolute;
      animation:spin 1s linear infinite;
      border-radius:50%;
      border-top-color:#0066cc;
    }

    @keyframes spin {
        100% {
          transform: rotate(360deg);
        }
    }

    .dTIvKj {
      top:50%;
      left:50%;
      width:12px;
      height:12px;
      position:absolute;
      animation:pulse 1.5s ease-in-out infinite;
      transform:translate(-50%, -50%);
      background:#0066cc;
      border-radius:50%;
    }

    @keyframes pulse {
        50% {
          opacity: 0.5;
        }

        50% {
          transform: translate(-50%, -50%) scale(1.5);
        }

        100% {
          opacity: 1;
        }

        100% {
          transform: translate(-50%, -50%) scale(1);
        }
    }

    .cmUpMP {
      width:100%;
      border:none;
      height:var(--height);
      opacity:var(--opacity);
      overflow:hidden;
      max-width:720px;
      background:#ffffff;
      transition:opacity 0.5s ease-in-out, height 0.3s ease-in-out;
      border-radius:8px;
    }

    .exuVQe {
      width:100%;
      display:flex;
      background:#f8f9fa;
      align-items:center;
      padding-top:80px;
      flex-direction:column;
      padding-bottom:80px;
    }

    .cdOKm {
      width:64px;
      height:64px;
      position:relative;
    }

    .kUSIe {
      color:#6b7280;
      font-size:1.125rem;
      line-height:1.6;
      margin-bottom:40px;
    }

    .jPZMC {
      color:#6b7280;
      font-size:0.875rem;
    }

    .eqQNvq {
      width:100%;
      display:flex;
      max-width:800px;
      padding-left:20px;
      padding-right:20px;
      flex-direction:column;
    }

    .cuVlmA {
      gap:24px;
      width:100%;
      height:400px;
      display:flex;
      padding:40px;
      background:#ffffff;
      align-items:center;
      border-radius:8px;
      flex-direction:column;
      justify-content:center;
    }

    .fbyVjr {
      color:#111827;
      font-size:1.25rem;
      font-weight:600;
    }

    .fepwoz {
      gap:8px;
      display:flex;
      align-items:center;
      flex-direction:column;
    }