
  

  
  

  
  
  
  
    


@layer base {
  
  body, :host {
    /* Color */
    --neutral-0: #0b0a0b;
--neutral-1: #121113;
--neutral-2: #1A191B;
--neutral-3: #232225;
--neutral-4: #2B292D;
--neutral-5: #323035;
--neutral-6: #3C393F;
--neutral-7: #49474E;
--neutral-8: #625F69;
--neutral-9: #6F6D78;
--neutral-10: #7C7A85;
--neutral-11: #B5B2BC;
--neutral-12: #EEEEF0;
--brand-1: #14121F;
--brand-2: #1B1525;
--brand-3: #291F43;
--brand-4: #33255B;
--brand-5: #3C2E69;
--brand-6: #473876;
--brand-7: #56468B;
--brand-8: #6958AD;
--brand-9: #755ed1;
--brand-10: #8a75dd;
--brand-11: #BAA7FF;
--brand-12: #E2DDFE;
--success-1: #0D1514;
--success-2: #111C1B;
--success-3: #0D2D2A;
--success-4: #023B37;
--success-5: #084843;
--success-6: #145750;
--success-7: #1C6961;
--success-8: #207E73;
--success-9: #12A594;
--success-10: #0EB39E;
--success-11: #0BD8B6;
--success-12: #ADF0DD;
--warning-1: #16120C;
--warning-2: #1D180F;
--warning-3: #302008;
--warning-4: #3F2700;
--warning-5: #4D3000;
--warning-6: #5C3D05;
--warning-7: #714F19;
--warning-8: #8F6424;
--warning-9: #FFC53D;
--warning-10: #FFD60A;
--warning-11: #FFCA16;
--warning-12: #FFE7B3;
--critical-1: #191113;
--critical-2: #1E1517;
--critical-3: #3A141E;
--critical-4: #4E1325;
--critical-5: #5E1A2E;
--critical-6: #6F2539;
--critical-7: #883447;
--critical-8: #B3445A;
--critical-9: #E54666;
--critical-10: #EC5A72;
--critical-11: #FF949D;
--critical-12: #FED2E1;
--overlay-a1: #ffffff0d;
--overlay-a2: #ffffff1a;
--overlay-a3: #ffffff26;
--overlay-a4: #ffffff33;
--overlay-a5: #ffffff4d;
--overlay-a6: #ffffff66;
--overlay-a7: #ffffff80;
--overlay-a8: #ffffff99;
--overlay-a9: #ffffffb3;
--overlay-a10: #ffffffcc;
--overlay-a11: #ffffffe6;
--overlay-a12: #fffffff2;
--overlay-inverted-a1: #0000000d;
--overlay-inverted-a2: #0000001a;
--overlay-inverted-a3: #00000026;
--overlay-inverted-a4: #00000033;
--overlay-inverted-a5: #0000004d;
--overlay-inverted-a6: #00000066;
--overlay-inverted-a7: #00000080;
--overlay-inverted-a8: #00000099;
--overlay-inverted-a9: #000000b3;
--overlay-inverted-a10: #000000cc;
--overlay-inverted-a11: #000000e6;
--overlay-inverted-a12: #000000f2;
    /* Fonts */
    --font-outfit: 'Outfit',sans-serif;
--font-ptmono: 'PT Mono',monospace;
--font-librebaskerville: 'Libre Baskerville',serif;
--font-inter: 'Inter',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: 2px;
--rounding-md: 4px;
--rounding-lg: 8px;
--rounding-full: 9999px;
--border-none: 0px;
--border-md: 1px;
--border-lg: 2px;
--line-height-xs: 1.125rem;
--line-height-sm: 1.25rem;
--line-height-md: 1.5rem;
--line-height-lg: 1.75rem;
--line-height-xl: 1.875rem;
--line-height-2xl: 2rem;
--line-height-3xl: 2.375rem;
--line-height-4xl: 2.75rem;
--line-height-5xl: 3.75rem;
--line-height-6xl: 4.5rem;
--letter-spacing-xs: 0rem;
--letter-spacing-sm: 0rem;
--letter-spacing-md: 0rem;
--letter-spacing-lg: 0rem;
--letter-spacing-xl: 0rem;
--letter-spacing-2xl: 0rem;
--letter-spacing-3xl: 0rem;
--letter-spacing-4xl: -0.045rem;
--letter-spacing-5xl: -0.0575rem;
--letter-spacing-6xl: -0.075rem;
--interactive-height-sm: 2rem;
--interactive-height-md: 2.5rem;
--interactive-height-lg: 3rem;
--toggle-height-md: 1.5rem;
--spinner-size-sm: 1.25rem;
--spinner-size-md: 1.5rem;
--spinner-size-lg: 1.75rem;
--side-menu-width: 240px;
--header-height: 4.5rem;
--avatar-size-sm: 1.5rem;
--avatar-size-md: 2rem;
--avatar-size-lg: 3rem;
--badge-size-sm: 1.5rem;
--badge-size-md: 2rem;
--badge-size-lg: 2.5rem;
    /* Z-index */
    
  }
  @keyframes animation-spin {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
  @keyframes animation-fade-in {
    from {
      opacity:0;
    }
    to {
      opacity:1;
    }
  }
  @keyframes animation-fade-out {
    from {
      opacity:1;
    }
    to {
      opacity:0;
    }
  }
}


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

    .dPslFr {
      color:var(--neutral-11, #B5B2BC);
      width:100%;
      font-size:var(--text-sm);
      font-family:'Outfit';
      font-weight:var(--medium);
      line-height:var(--text-sm);
      padding-bottom:0.5rem;
    }

    .cCYXsI {
      width:100%;
    }

    .bWpTnd {
      width:fit-content;
      height:auto;
    }

    .so-tabs-trigger-button\:dgiZfBc-wI0wfnmpqdQrx {
      gap:0.5rem;
      color:var(--neutral-12, #EEEEF0);
      width:fit-content;
      cursor:pointer;
      height:var(--interactive-height-md);
      font-size:var(--text-md);
      overflow-x:hidden;
      overflow-y:hidden;
      transition:background-color 300ms ease 0ms normal;
      align-items:center;
      font-family:'Outfit';
      font-weight:var(--semi);
      user-select:none;
      padding-left:0.75rem;
      border-radius:var(--rounding-md);
      outline-color:transparent;
      outline-style:solid;
      outline-width:var(--border-lg);
      padding-right:0.75rem;
      flex-direction:row;
      outline-offset:var(--border-md);
      -ms-user-select:none;
      justify-content:center;
      -moz-user-select:none;
      background-color:transparent;
      -webkit-user-select:none;
      -webkit-tap-highlight-color:transparent;
    }

    .so-tabs-trigger-button\:dgiZfBc-wI0wfnmpqdQrx:hover {
      background-color:var(--overlay-a2, #ffffff1a);
    }

    .so-tabs-trigger-button\:dgiZfBc-wI0wfnmpqdQrx:active {
      transition:none;
      background-color:var(--overlay-a3, #ffffff26);
    }

    .so-tabs-trigger-button\:dgiZfBc-wI0wfnmpqdQrx:focus-visible {
      background-color:var(--brand-4, #33255B);
    }

    .so-tabs-trigger-button\:dgiZfBc-wI0wfnmpqdQrx.trigger-open {
      color:var(--brand-11, #BAA7FF);
    }

    .so-tabs-trigger-button\:dgiZfBc-wI0wfnmpqdQrx.disabled {
      opacity:0.5;
      background-color:var(--overlay-a1, #ffffff0d);
    }

    .so-button-tertiary\:root {
      gap:0.5rem;
      color:var(--neutral-12, #EEEEF0);
      width:fit-content;
      cursor:pointer;
      height:var(--interactive-height-md);
      font-size:var(--text-md);
      overflow-x:hidden;
      overflow-y:hidden;
      transition:background-color 200ms ease 0ms normal;
      align-items:center;
      font-family:Outfit;
      font-weight:var(--medium);
      user-select:none;
      padding-left:0.75rem;
      border-radius:var(--rounding-md);
      outline-color:transparent;
      outline-style:solid;
      outline-width:var(--border-lg);
      padding-right:0.75rem;
      flex-direction:row;
      outline-offset:var(--border-md);
      -ms-user-select:none;
      justify-content:center;
      -moz-user-select:none;
      -webkit-user-select:none;
      -webkit-tap-highlight-color:transparent;
    }

    .so-button-tertiary\:root:hover {
      background-color:var(--overlay-a2, #ffffff1a);
    }

    .so-button-tertiary\:root:active {
      transition:none;
      background-color:var(--overlay-a3, #ffffff26);
    }

    .so-button-tertiary\:root:focus-visible {
      outline-color:var(--brand-8, #6958AD);
      outline-style:solid;
      outline-width:var(--border-lg);
      outline-offset:var(--border-md);
    }

    .so-button-tertiary\:root.trigger-open {
      background-color:var(--overlay-a3, #ffffff26);
    }

    .so-button-tertiary\:root.disabled {
      opacity:0.5;
      background-color:var(--overlay-a1, #ffffff0d);
    }

    .certificates\:1MrVyX2bFoAujfxCrXObw {
      border-left-color:var(--neutral-5);
      border-left-style:solid;
      border-left-width:1px;
      border-right-color:var(--neutral-5);
      border-right-style:solid;
      border-right-width:1px;
      border-top-left-radius:0px;
      border-top-right-radius:0px;
      border-bottom-left-radius:0px;
      border-bottom-right-radius:0px;
    }

    .bnknLH {
      width:var(--size);
      box-sizing:border-box;
    }

    .BEFTq {
      box-sizing:border-box;
    }

    .certificates\:3yuZDTSKl_WrJdWZakAIe {
      width:1rem;
    }

    .bVXRBA {
      gap:1.5rem;
      width:100%;
      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;
      flex-direction:column;
      padding-bottom:1rem;
      background-color:var(--neutral-2, #1A191B);
    }

    .certificates\:4IBwWWkG0S9NG7nSeM68z {
      color:var(--neutral-12);
      row-gap:0px;
      column-gap:0px;
      overflow-x:hidden;
      overflow-y:hidden;
      font-family:Outfit;
      padding-top:0px;
      padding-left:0px;
      padding-right:0px;
      padding-bottom:0px;
    }

    .aVAwN {
      width:40rem;
      flex-grow:0;
      flex-basis:0undefined;
      flex-shrink:0;
      font-family:Outfit;
    }

    .eQgaZy {
      gap:0.5rem;
      width:100%;
      height:var(--interactive-height-md);
      display:flex;
      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;
      background-color:var(--neutral-0, #0b0a0b);
    }

    .eQgaZy:hover {
      background-color:var(--neutral-1, #121113);
    }

    .eQgaZy.focused {
      border-color:var(--brand-10, #8a75dd);
      border-style:solid;
      border-width:var(--border-md);
      outline-color:var(--brand-6, #473876);
      outline-style:solid;
      outline-width:var(--border-lg);
      background-color:var(--neutral-0, #0b0a0b);
    }

    .so-field-text-area\:root {
      height:auto;
      padding-top:0.75rem;
      padding-bottom:0.75rem;
    }

    .eLMCLK {
      flex:1;
      color:var(--neutral-12, #EEEEF0);
      width:100%;
      height:100%;
      font-size:var(--text-md);
      min-height:10vh;
      font-family:'Outfit';
      font-weight:var(--normal);
    }

    .eLMCLK::placeholder {
      color:var(--neutral-9, #6F6D78);
      font-size:var(--text-md);
      font-family:'Outfit';
      font-weight:var(--normal);
    }

    .certificates\:4X-Yr17WGuj02pKhvXGHj {
      min-height:20rem;
    }

    .eLSnaq {
      color:var(--grey-100, #F5F5F5);
      font-size:1rem;
      padding-top:1.5rem;
      padding-left:2rem;
      padding-right:2rem;
      padding-bottom:1.5rem;
      border-bottom-color:var(--grey-700, #404040);
      border-bottom-style:solid;
      border-bottom-width:1px;
    }

    .certificates\:5snAgcay0Jqk13IyRqQN- {
      width:1rem;
    }

    .so-button-secondary\:root {
      gap:0.5rem;
      color:var(--neutral-12, #EEEEF0);
      width:fit-content;
      cursor:pointer;
      height:var(--interactive-height-md);
      font-size:var(--text-md);
      overflow-x:hidden;
      overflow-y:hidden;
      transition:background-color 200ms ease 0ms normal;
      align-items:center;
      font-family:'Outfit';
      font-weight:var(--semi);
      user-select:none;
      border-color:var(--neutral-6, #3C393F);
      border-style:solid;
      border-width:var(--border-md);
      padding-left:0.75rem;
      border-radius:var(--rounding-md);
      outline-color:transparent;
      outline-style:solid;
      outline-width:var(--border-lg);
      padding-right:0.75rem;
      flex-direction:row;
      outline-offset:var(--border-md);
      -ms-user-select:none;
      justify-content:center;
      -moz-user-select:none;
      background-color:var(--neutral-0, #0b0a0b);
      -webkit-user-select:none;
      -webkit-tap-highlight-color:transparent;
    }

    .so-button-secondary\:root:hover {
      background-color:var(--neutral-2, #1A191B);
    }

    .so-button-secondary\:root:active {
      transition:none;
      background-color:var(--neutral-4, #2B292D);
    }

    .so-button-secondary\:root:focus-visible {
      outline-color:var(--brand-8, #6958AD);
      outline-style:solid;
      outline-width:var(--border-lg);
      outline-offset:var(--border-md);
    }

    .so-button-secondary\:root.trigger-open {
      background-color:var(--neutral-2, #1A191B);
    }

    .so-button-secondary\:root.disabled {
      opacity:0.5;
      background-color:var(--neutral-0, #0b0a0b);
    }

    .ckeMDa {
      top:0px;
      left:0px;
      color:inherit;
      right:0px;
      bottom:0px;
      display:flex;
      z-index:;
      position:absolute;
      font-size:inherit;
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:column;
      justify-content:center;
      background-color:var(--neutral-0, #0b0a0b);
    }

    .ecsgDW {
      width:var(--size);
      height:var(--size);
      animation:spinner 1s linear infinite;
      border-radius:50%;
    }

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

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

    .certificates\:6IXGi8pFxHdZk20wBqR83 {
      flex:1;
      width:100%;
      height:var(--interactive-height-md);
      padding-top:0.65rem;
      padding-left:0.75rem;
      padding-right:0.75rem;
      padding-bottom:0.65rem;
    }

    .aihWg {
      width:20rem;
    }

    .certificates\:7KbITjW7sSBNGo4NLZ8ux {
      width:1rem;
    }

    .bcoHPO {
      gap:1rem;
      font-size:0.875rem;
      font-family:1ren;
      padding-top:1rem;
      padding-left:2rem;
      padding-right:2rem;
      flex-direction:row;
      padding-bottom:1rem;
    }

    .byJGvr {
      display:flex;
      align-items:start;
    }

    .calendar-theme\:bY5MC2WzHFqi1oes1Mbrd {
      font-family:Outfit;
    }

    .bWEeOc {
      height:3rem;
      display:flex;
      row-gap:2rem;
      column-gap:2rem;
      align-items:center;
      flex-direction:row;
      justify-content:space-between;
    }

    .eZprnB {
      width:var(--width);
      align-items:center;
      margin-left:var(--side-menu-width);
      padding-bottom:3rem;
      justify-content:start;
    }

    @media (max-width: 1024px) {

    .eZprnB {
      width:100%;
      margin-left:0px;
      padding-top:var(--header-height);
    }
    }

    .cJYHSF {
      gap:0.5rem;
      color:var(--grey-100, #F5F5F5);
      font-size:1rem;
      align-items:center;
      padding-top:1.5rem;
      padding-left:2rem;
      padding-right:2rem;
      flex-direction:row;
      padding-bottom:1.5rem;
      justify-content:start;
      background-color:var(--grey-700, #404040);
      border-bottom-color:var(--grey-700, #404040);
      border-bottom-style:solid;
      border-bottom-width:1px;
    }

    .file-input\:05hym0eeurv8cyNW5Le8l {
      width:1rem;
      height:1rem;
    }

    .IVBcI {
      width:100%;
      row-gap:0.5rem;
      column-gap:0.5rem;
    }

    .upload-handler-files\:B6kWBUeLEgXx1YTefYqCd {
      color:var(--brand-11);
      width:1rem;
      height:1rem;
      animation:2s ease 0ms infinite normal none running animation-cYKjHD;
    }

    @keyframes animation-cYKjHD {
        0% {
          rotate: 0deg;
        }

        100% {
          rotate: 360deg;
        }
    }

    .BrOIj {
      flex:1  ;
      overflow-x:hidden;
      overflow-y:hidden;
    }

    .diRfLC {
      color:var(--neutral-10);
      width:100%;
      display:flex;
      row-gap:0.5rem;
      column-gap:0.5rem;
      align-items:center;
      font-family:Outfit;
      padding-top:0.75rem;
      border-color:var(--grey-700);
      border-style:solid;
      border-width:1px;
      padding-left:0.75rem;
      padding-right:0.75rem;
      flex-direction:row;
      padding-bottom:0.75rem;
      justify-content:space-between;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .cVQjZZ {
      color:var(--grey-50);
      width:100%;
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
      line-height:140%;
      text-overflow:ellipsis;
    }

    .upload-handler-files\:y2TRlL5jIL_J6QJcNqW1V {
      color:var(--success-9);
      width:1.25rem;
      height:1.25rem;
    }

    .fhykNy {
      color:var(--neutral-11);
      width:100%;
      row-gap:0.25rem;
      column-gap:0.25rem;
      margin-top:2rem;
      font-family:Outfit;
    }

    .bcMxgj {
      color:var(--grey-300);
      font-size:var(--font-size-sm);
      font-family:inherit;
      font-weight:inherit;
    }

    .LaWRO {
      flex:1  ;
      color:var(--neutral-12);
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
    }

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

    .file-input\:NsQziHAkeXY1y8hvBZ5Q2 {
      display:flex;
      align-items:flex-end;
      justify-content:flex-start;
    }

    .file-input\:OfplsjKdkfKSAtGBM7GOp {
      height:auto;
      padding-top:0.4rem;
      padding-left:0.4rem;
      padding-right:0.4rem;
      padding-bottom:0.4rem;
    }

    .dropzone-own\:-HEXfCftmPoo5zmWULTR7 {
      color:var(--grey-300);
      width:2rem;
      height:2rem;
    }

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

    .dropzone-own\:95SJUcDxLUTnygcyqMFjl {
      color:var(--grey-50);
      width:100%;
      display:block;
      font-size:var(--text-lg);
      text-align:center;
      font-family:Outfit;
      font-weight:var(--font-weight-normal);
    }

    .dLoigI {
      width:100%;
      cursor:default;
      display:flex;
      align-items:center;
      user-select:none;
      flex-direction:column;
      -ms-user-select:none;
      justify-content:center;
      -moz-user-select:none;
      -webkit-user-select:none;
      -webkit-tap-highlight-color:transparent;
    }

    .Gjybf {
      top:0px;
      left:0px;
      right:0px;
      bottom:0px;
      position:absolute;
    }

    .fDHoQh {
      width:1px;
      height:1px;
      display:flex;
      opacity:0;
      overflow:hidden;
      position:absolute;
      clip-path:inset(0);
      word-wrap:normal;
      margin-top:-1px;
      margin-left:-1px;
      padding-top:0px;
      white-space:nowrap;
      border-color:transparent;
      border-style:none;
      border-width:0px;
      padding-left:0px;
      padding-right:0px;
      flex-direction:column;
      padding-bottom:0px;
    }

    .dropzone-own\:MdyFmVYBCPvHpIni0q77V {
      color:var(--neutral-11);
      width:100%;
      row-gap:0.5rem;
      background:var(--neutral-0);
      column-gap:0.5rem;
      transition:all 200ms ease  ;
      padding-top:1.5rem;
      border-color:var(--neutral-7);
      border-style:Dashed;
      border-width:1px;
      padding-left:1.5rem;
      padding-right:1.5rem;
      padding-bottom:1.5rem;
      border-top-left-radius:var(--rounding-md);
      border-top-right-radius:var(--rounding-md);
      border-bottom-left-radius:var(--rounding-md);
      border-bottom-right-radius:var(--rounding-md);
    }

    .dropzone-own\:MdyFmVYBCPvHpIni0q77V:hover {
      background:var(--grey-800);
    }

    .dropzone-own\:MdyFmVYBCPvHpIni0q77V.dragging {
      border-color:var(--brand-10);
      border-style:Dashed;
      border-width:1px;
    }

    .dropzone-own\:MdyFmVYBCPvHpIni0q77V.loading {
      opacity:1;
    }

    .dropzone-own\:yg2j2UatHQR66SlPcv5ug {
      color:var(--grey-300);
      width:100%;
      display:block;
      font-size:var(--text-xs);
      text-align:center;
      font-family:Outfit;
      font-weight:var(--font-weight-regular);
      line-height:140%;
    }

    .file-input\:Qm7dAguvpkylJInMicfQk {
      width:100%;
    }

    .bYsiEk {
      row-gap:0.5rem;
      column-gap:0.5rem;
      padding-top:0.5rem;
      border-color:var(--neutral-7);
      border-style:solid;
      border-width:1px;
      padding-left:0.75rem;
      padding-right:0.75rem;
      padding-bottom:0.75rem;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .cQNlVM {
      display:flex;
      align-items:center;
      flex-direction:row;
      justify-content:space-between;
    }

    .bwXPmN {
      row-gap:0.5rem;
      column-gap:0.5rem;
      padding-left:1px;
      padding-right:1px;
    }

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

    .so-tabs\:root {
      gap:0.75rem;
      width:100%;
    }

    .bqlEYS {
      top:0px;
      left:0px;
      width:var(--width);
      height:var(--height);
      display:flex;
      position:absolute;
      translate:var(--translate-x) var(--translate-y);
      flex-direction:column;
      pointer-events:none;
    }

    .bqlEYS.hidden {
      transition:none;
    }

    .so-tabs\:JpeIgyzowDbYOhsdse6Ct {
      top:100%;
      height:7px;
      transition:translate 200ms ease 0ms normal, width 200ms ease 0ms normal;
      border-bottom-color:var(--brand-9, #755ed1);
      border-bottom-style:solid;
      border-bottom-width:var(--border-lg);
    }

    .cxJHK {
      flex-direction:row;
    }

    .cxJHK.orientation-vertical {
      flex-direction:column;
    }

    .so-tabs\:fuK3wvU95IoKasUkShFDI {
      gap:0.5rem;
    }

    .certificates\:C8E40k3u2XvZoKqGMWd5B {
      row-gap:2rem;
      column-gap:2rem;
    }

    .certificates\:CZpqd8liI01kF3pBn7xoc {
      border-top-left-radius:0px;
      border-top-right-radius:0px;
      border-bottom-left-radius:0px;
      border-bottom-right-radius:0px;
    }

    .certificates\:CkoCb_-SbKsrbDR7X9foX {
      line-height:1.5;
    }

    .OBpvx {
      gap:1rem;
      font-size:0.875rem;
      font-family:1ren;
      padding-top:1rem;
      padding-left:2rem;
      padding-right:2rem;
      flex-direction:row;
      padding-bottom:1rem;
      border-top-color:var(--grey-600, #525252);
      border-top-style:solid;
      border-top-width:1px;
    }

    .cnnHIF {
      flex:;
      width:20rem;
    }

    .certificates\:FO0XSiMSjR6Xg9nGgYYGF {
      flex:1;
      width:100%;
      padding-top:0.65rem;
      padding-left:0.75rem;
      padding-right:0.75rem;
      padding-bottom:0.65rem;
    }

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

    .certificates\:Jgl4Jp5oNrFWS-9EYl0HW {
      color:var(--neutral-12);
      row-gap:0px;
      column-gap:0px;
      overflow-x:hidden;
      overflow-y:hidden;
      font-family:Outfit;
      padding-top:0px;
      padding-left:0px;
      padding-right:0px;
      padding-bottom:0px;
    }

    .dnSmfd {
      flex:1;
      color:var(--neutral-12, #EEEEF0);
      width:100%;
      height:100%;
      font-size:var(--text-md);
      font-family:'Outfit';
      font-weight:var(--normal);
    }

    .dnSmfd::placeholder {
      color:var(--neutral-9, #6F6D78);
      font-size:var(--text-md);
      font-family:'Outfit';
      font-weight:var(--normal);
    }

    .gjhJb {
      display:none;
    }

    @media (max-width: 1024px) {

    .gjhJb {
      width:100%;
      height:var(--header-height);
      display:flex;
      position:fixed;
      align-items:center;
      margin-left:0px;
      padding-left:1rem;
      padding-right:1rem;
      flex-direction:row;
      justify-content:space-between;
      background-color:var(--neutral-1, #121113);
      border-bottom-color:var(--neutral-5, #323035);
      border-bottom-style:solid;
      border-bottom-width:var(--border-md);
    }
    }

    .bfzmzg {
      align-items:center;
      flex-direction:row;
      justify-content:start;
    }

    .bujhXV {
      gap:1.5rem;
      align-items:center;
      flex-direction:row;
      justify-content:start;
    }

    @media (max-width: 1024px) {

    .bujhXV {
      gap:0.5rem;
    }
    }

    .mobile-header\:Su2iGN6oaYrlcRHdn_j6Q {
      width:var(--interactive-height-sm);
      height:var(--interactive-height-sm);
    }

    .eTkKzJ {
      color:inherit;
      width:1.25rem;
      height:1.25rem;
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
    }

    .cevPzx {
      display:flex;
      align-items:center;
      flex-direction:row;
      justify-content:flex-start;
    }

    .kWqiV {
      color:var(--neutral-12);
      width:100%;
      font-size:var(--font-size);
      margin-top:var(--margin-top);
      font-family:Outfit;
      font-weight:var(--medium);
      line-height:var(--line-height);
      white-space:normal;
      margin-bottom:var(--margin-bottom);
      letter-spacing:var(--letter-spacing);
    }

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

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

    .logo-spark-one\:nfspipcHQRvcI7w2OC9uI {
      font-size:1.5rem;
    }

    .certificates\:MSNUXQBJOZgGsTif6eec_ {
      z-index:100;
    }

    .certificates\:MqGRaVdcqXcNpLLE7ie3A {
      border-right-color:var(--neutral-5);
      border-right-style:solid;
      border-right-width:1px;
      border-top-left-radius:0px;
      border-top-right-radius:0px;
      border-bottom-left-radius:0px;
      border-bottom-right-radius:0px;
    }

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

    .so-button-primary\:root {
      gap:0.25rem;
      color:var(--neutral-0, #0b0a0b);
      width:fit-content;
      cursor:pointer;
      height:var(--interactive-height-md);
      font-size:var(--text-md);
      overflow-x:hidden;
      overflow-y:hidden;
      transition:background-color 200ms ease 0ms normal;
      align-items:center;
      font-family:'Outfit';
      font-weight:var(--semi);
      user-select:none;
      padding-left:0.75rem;
      border-radius:var(--rounding-md);
      outline-color:transparent;
      outline-style:solid;
      outline-width:var(--border-lg);
      padding-right:0.75rem;
      flex-direction:row;
      outline-offset:var(--border-md);
      -ms-user-select:none;
      justify-content:center;
      -moz-user-select:none;
      background-color:var(--brand-10, #8a75dd);
      -webkit-user-select:none;
      -webkit-tap-highlight-color:transparent;
    }

    .so-button-primary\:root:hover {
      background-color:var(--brand-9, #755ed1);
    }

    .so-button-primary\:root:active {
      transition:none;
      background-color:var(--brand-11, #BAA7FF);
    }

    .so-button-primary\:root:focus-visible {
      outline-color:var(--brand-8, #6958AD);
      outline-style:solid;
      outline-width:var(--border-lg);
      outline-offset:var(--border-md);
    }

    .so-button-primary\:root.disabled {
      opacity:0.5;
      background-color:var(--brand-10, #8a75dd);
    }

    .dImzBy {
      top:0px;
      left:0px;
      color:inherit;
      right:0px;
      bottom:0px;
      display:flex;
      z-index:;
      position:absolute;
      font-size:inherit;
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:column;
      justify-content:center;
      background-color:var(--brand-10, #7D66D9);
    }

    .cEpcSV {
      width:var(--side-menu-width);
      height:100dvh;
      z-index:var(--navigation-menu);
      position:fixed;
      transition:all 300ms ease 0ms normal;
      padding-left:1rem;
      padding-right:1rem;
      background-color:var(--neutral-1, #121113);
      border-right-color:var(--neutral-4, #E8E8EC);
      border-right-style:solid;
      border-right-width:1px;
    }

    @media (max-width: 1024px) {

    .cEpcSV {
      width:280px;
      display:flex;
      max-width:90vw;
      translate:-100%;
      flex-direction:column;
    }
    }

    @media (max-width: 1024px) {

    .cEpcSV.open {
      display:flex;
      translate:0;
      transition:var(--transition-in);
      flex-direction:column;
    }
    }

    .cEpcSV.open {
      transition:all 320ms ease 0ms normal;
    }

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

    .alert-dialog-close-button\:HrjEXBWv9kXQczbcoUIGF {
      width:var(--line-height-2xl);
      height:var(--line-height-2xl);
    }

    .alert-dialog-title\:root {
      flex:1;
      color:var(--neutral-12, #EEEEF0);
    }

    .doWZSZ {
      top:0px;
      left:0px;
      width:20px;
      bottom:0px;
      position:absolute;
    }

    .navigation-menu\:13Sey4-qtufvNl6MNsYeD {
      width:100%;
      display:flex;
      align-items:center;
      justify-content:flex-start;
    }

    .navigation-menu\:1S8S8vxELn3POqSl1EAB5 {
      width:100%;
      display:flex;
      align-items:center;
      justify-content:flex-start;
    }

    .navigation-menu\:1shGX1eDwnsxgP5zSPz0E {
      display:flex;
      row-gap:0rem;
      column-gap:0rem;
      align-items:center;
      padding-top:1rem;
      padding-left:1rem;
      padding-right:1rem;
      padding-bottom:1rem;
      justify-content:flex-start;
    }

    .navigation-menu\:6M3yl2X4MdQfeVk1DcFwP {
      width:100%;
      display:flex;
      align-items:center;
      justify-content:flex-start;
    }

    .navigation-menu\:6lqd2A6UP2VbcUaDdEJWh {
      width:100%;
      display:flex;
      align-items:center;
      justify-content:flex-start;
      border-left-color:var(--neutral-9);
      border-left-style:solid;
      border-left-width:1px;
      border-top-left-radius:0px;
      border-top-right-radius:var(--rounding-md);
      border-bottom-left-radius:0px;
      border-bottom-right-radius:var(--rounding-md);
    }

    .navigation-menu\:6lqd2A6UP2VbcUaDdEJWh:hover {
      border-left-color:var(--brand-9);
      border-left-style:solid;
      border-left-width:1px;
    }

    .HqGVN {
      height:100%;
      display:flex;
      align-items:flex-start;
      justify-content:space-between;
    }

    .bCrsFu {
      overflow-y:auto;
      touch-action:auto;
    }

    .navigation-menu\:AnfCDhaA7kGBpaZ7Yi1aT {
      flex:1;
      display:flex;
      row-gap:0.5rem;
      column-gap:0.5rem;
      padding-top:2rem;
      padding-bottom:1.5rem;
    }

    .navigation-menu\:Cbm-M9bR3HGQXQOso8af2 {
      width:100%;
      display:flex;
      align-items:center;
      justify-content:flex-start;
    }

    .flNaSt {
      height:0px;
      transform:translateZ(0px);
      overflow-y:hidden;
      will-change:height, transform;
    }

    .flNaSt.open {
      height:var(--height);
    }

    .so-collapsible\:ALfxBRmS3wPsbUsjJfBeE {
      width:100%;
      opacity:0;
      transition:height 300ms ease 0ms normal, opacity 300ms ease 0ms normal;
    }

    .so-collapsible\:ALfxBRmS3wPsbUsjJfBeE.open {
      opacity:1;
      transition:height 300ms ease 0ms normal, opacity 300ms ease 200ms normal;
    }

    .navigation-menu\:KFUrqayYPvxeQ1KAn0IZl {
      width:100%;
      display:flex;
      align-items:center;
      justify-content:flex-start;
      border-left-color:var(--neutral-9);
      border-left-style:solid;
      border-left-width:1px;
      border-top-left-radius:0px;
      border-top-right-radius:var(--rounding-md);
      border-bottom-left-radius:0px;
      border-bottom-right-radius:var(--rounding-md);
    }

    .navigation-menu\:KFUrqayYPvxeQ1KAn0IZl:hover {
      border-left-color:var(--brand-9);
      border-left-style:solid;
      border-left-width:1px;
    }

    .blejoG {
      color:var(--neutral-10);
    }

    .eiYpMv {
      width:100%;
      display:flex;
      row-gap:0.5rem;
      column-gap:0.5rem;
    }

    .navigation-menu\:QoTfCJgBcHEHiN26wBxl3 {
      width:100%;
      display:flex;
      align-items:center;
      justify-content:flex-start;
      border-left-color:var(--neutral-9);
      border-left-style:solid;
      border-left-width:1px;
      border-top-left-radius:0px;
      border-top-right-radius:var(--rounding-md);
      border-bottom-left-radius:0px;
      border-bottom-right-radius:var(--rounding-md);
    }

    .navigation-menu\:QoTfCJgBcHEHiN26wBxl3:hover {
      border-left-color:var(--brand-9);
      border-left-style:solid;
      border-left-width:1px;
    }

    .navigation-menu\:TT_UfRCiQK7KGzNcvY1ID {
      width:100%;
      display:flex;
      align-items:center;
      justify-content:flex-start;
    }

    .navigation-menu\:Udcv-17cn3J0pxlC0QdkX {
      display:flex;
      row-gap:0rem;
      column-gap:0rem;
      align-items:center;
      padding-top:1rem;
      padding-left:1rem;
      padding-right:1rem;
      padding-bottom:1rem;
      justify-content:flex-start;
    }

    .navigation-menu\:_ybYxQhokhU2BEM11piHD {
      width:100%;
      display:flex;
      text-align:left;
      align-items:center;
      justify-content:flex-start;
    }

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

    .so-alert-dialog-content\:root {
      width:100%;
      opacity:0;
      max-width:460px;
      translate:0 20px;
      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;
      background-color:var(--neutral-0, #0b0a0b);
    }

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

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

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

    .navigation-menu\:fCkKtZcJ-QHwX9r3Xh9rn {
      width:100%;
      display:flex;
      align-items:center;
      justify-content:flex-start;
      border-left-color:var(--neutral-9);
      border-left-style:solid;
      border-left-width:1px;
      border-top-left-radius:0px;
      border-top-right-radius:var(--rounding-md);
      border-bottom-left-radius:0px;
      border-bottom-right-radius:var(--rounding-md);
    }

    .navigation-menu\:fCkKtZcJ-QHwX9r3Xh9rn:hover {
      border-left-color:var(--brand-9);
      border-left-style:solid;
      border-left-width:1px;
    }

    .fePXaX {
      height:var(--header-height);
      align-items:start;
      padding-left:1rem;
      padding-right:1rem;
      justify-content:center;
    }

    .navigation-menu\:i4XyVSx4c6yMFvbQsZ75v {
      width:100%;
      display:flex;
      align-items:center;
      justify-content:flex-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;
    }

    .so-alert-dialog\:1t53tZAvghsv3kYzBxrQN {
      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;
    }

    .so-alert-dialog\:HGRKw2lYh94-IUtMj-2k5 {
      opacity:0;
      background-color:var(--overlay-inverted-a9, #000000b3);
    }

    .so-alert-dialog\:HGRKw2lYh94-IUtMj-2k5.open {
      opacity:1;
    }

    .so-alert-dialog\:HGRKw2lYh94-IUtMj-2k5.open-transition {
      transition:opacity 300ms ease 0ms normal;
    }

    .so-alert-dialog\:HGRKw2lYh94-IUtMj-2k5.close-transition {
      transition:opacity 300ms ease 0ms normal;
    }

    .navigation-menu\:mRZEzJ6PHgE8AMByxWPlz {
      width:100%;
      display:flex;
      text-align:left;
      align-items:center;
      justify-content:flex-start;
    }

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

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

    .so-separator\:root {
      background-color:var(--neutral-5, #323035);
    }

    .navigation-menu\:qVwPQ1Mp-RDwQsUcXspTC {
      width:100%;
      display:flex;
      align-items:center;
      justify-content:flex-start;
    }

    .bPMOrW {
      display:flex;
      padding-left:0.75rem;
      padding-right:0.75rem;
      flex-direction:column;
    }

    .certificates\:O_bxdnoR3oe-nZHw9DNoh {
      z-index:300;
    }

    .esmvnk {
      color:var(--neutral-11, #B5B2BC);
      display:inline-block;
      font-size:var(--text-md);
      margin-top:var(--margin-top);
      font-family:Outfit;
      font-weight:inherit;
      line-height:var(--line-height);
      white-space:normal;
      margin-bottom:var(--margin-bottom);
      letter-spacing:var(--letter-spacing);
    }

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

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

    .ddUGfk {
      color:var(--neutral-11, #B5B2BC);
      font-size:var(--font-size);
      margin-top:var(--margin-top);
      font-family:'Outfit';
      font-weight:var(--semi);
      line-height:var(--line-height);
      white-space:normal;
      margin-bottom:var(--margin-bottom);
      letter-spacing:var(--letter-spacing);
    }

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

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

    .sub-section-title\:root {
      color:var(--neutral-12, #EEEEF0);
    }

    .dqrrtr {
      font-size:1rem;
      line-height:24px;
      padding-top:2rem;
      padding-left:2rem;
      padding-right:2rem;
      padding-bottom:2rem;
    }

    .fuaLZq {
      width:100%;
      height:auto;
    }

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

    .so-toast-provider\:3HNY67eQbyTMKV7wPLZZf {
      width:100%;
      display:flex;
      position:relative;
      max-width:360px;
      transition:height 150ms ease 0ms normal;
      flex-direction:column;
    }

    .bHYIqa {
      top:var(--top);
      width:100%;
      position:absolute;
      pointer-events:all;
    }

    .bHYIqa.swipe-out-top {
      translate:0 -100%;
    }

    .bHYIqa.swipe-out-right {
      translate:100% 0px;
    }

    .bHYIqa.swipe-out-bottom {
      translate:0 100%;
    }

    .bHYIqa.swipe-out-left {
      translate:-100% 0px;
    }

    .so-toast\:root {
      gap:0.75rem;
      color:var(--neutral-11, #B5B2BC);
      width:100%;
      opacity:0;
      translate:0 16px;
      padding-top:1rem;
      border-color:var(--neutral-6, #3C393F);
      border-style:solid;
      border-width:1px;
      padding-left:1rem;
      border-radius:var(--rounding-lg);
      padding-right:1rem;
      padding-bottom:1rem;
      background-color:var(--neutral-0, #0b0a0b);
    }

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

    .so-toast\:root.closing {
      opacity:0;
      translate:0 -16px;
    }

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

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

    .so-toast\:root.success {
      color:var(--success-11, #0BD8B6);
      border-color:var(--success-6, #145750);
      border-style:solid;
      border-width:1px;
      background-color:var(--success-2, #111C1B);
    }

    .so-toast\:root.warning {
      color:var(--warning-11, #FFCA16);
      border-color:var(--warning-6, #5C3D05);
      border-style:solid;
      border-width:1px;
      background-color:var(--warning-2, #1D180F);
    }

    .so-toast\:root.critical {
      color:var(--critical-11, #FF949D);
      border-color:var(--critical-6, #6F2539);
      border-style:solid;
      border-width:1px;
      background-color:var(--critical-2, #1E1517);
    }

    .rKRcu {
      gap:0.5rem;
      flex-direction:row;
    }

    .so-toast\:FW2tKddjmqBb2S_WPmtMS {
      color:inherit;
    }

    .so-toast\:gYVdDIDxaBXSrlkux9YPE {
      flex:1;
      color:inherit;
    }

    .so-toast\:qAcThqFGvMbu5lzhtPxSk {
      width:var(--text-lg);
      height:var(--text-lg);
      padding-top:0px;
      padding-left:0px;
      padding-right:0px;
      padding-bottom:0px;
      background-color:transparent;
    }

    .so-toast\:qAcThqFGvMbu5lzhtPxSk:hover {
      background-color:transparent;
    }

    .so-toast\:qAcThqFGvMbu5lzhtPxSk:active {
      background-color:transparent;
    }

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

    .so-toast-provider\:jTe6cSAqqTerlGKuSJFnv {
      align-items:end;
      padding-top:1.25rem;
      padding-left:1.25rem;
      padding-right:1.25rem;
      padding-bottom:1.25rem;
      justify-content:start;
    }

    @media (max-width: 1024px) {

    .so-toast-provider\:jTe6cSAqqTerlGKuSJFnv {
      align-items:center;
      justify-content:start;
    }
    }

    .certificates\:Th4ozHGLWw9bLJ0xxGXrc {
      width:100%;
    }

    .dhGxig {
      color:var(--neutral-11, #B5B2BC);
      width:100%;
      font-size:var(--font-size);
      margin-top:var(--margin-top);
      font-family:'Outfit';
      font-weight:var(--semi);
      line-height:var(--line-height);
      white-space:normal;
      margin-bottom:var(--margin-bottom);
      letter-spacing:var(--letter-spacing);
    }

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

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

    .certificates\:Uo_nMaY3rI0dHRhk7qGZD {
      color:var(--neutral-12);
    }

    .bGLWmL {
      flex:1 1 0%;
      width:auto;
    }

    .certificates\:VXWkp5osCO8-k2O1vOfHy {
      line-height:1.5;
    }

    .cBNHzY {
      width:52vw;
      height:auto;
      position:relative;
      overflow-x:hidden;
      overflow-y:hidden;
      border-radius:0.5rem;
    }

    .chTfJm {
      width:30vw;
      position:absolute;
      font-size:1.4vw;
      margin-top:25vw;
      align-items:center;
      font-family:Inter;
      font-weight:var(--semi);
      margin-left:19.5vw;
      margin-bottom:0px;
      justify-content:center;
      text-decoration-thickness:2px;
    }

    .iIHBh {
      width:11vw;
      position:absolute;
      font-size:1vw;
      margin-top:31vw;
      align-items:center;
      font-family:Inter;
      font-weight:var(--semi);
      margin-left:20.8vw;
      margin-bottom:0px;
      justify-content:center;
      text-decoration-thickness:2px;
    }

    .YXOBB {
      width:29.5vw;
      position:absolute;
      font-size:2vw;
      margin-top:16.8vw;
      align-items:center;
      font-family:Libre Baskerville;
      font-weight:bold;
      margin-left:19.25vw;
      margin-bottom:0px;
      justify-content:center;
      text-decoration-thickness:2px;
    }

    .cTwMkH {
      color:inherit;
      width:1.25rem;
      height:1.25rem;
    }

    .certificates\:WtP5ySK_upbD7Io1yOM2e {
      display:flex;
      align-items:center;
      justify-content:center;
    }

    .ZEKdB {
      flex:1 1 0%;
      width:auto;
      row-gap:1rem;
      column-gap:1rem;
    }

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

    .eivNOp {
      color:var(--grey-200, #E5E5E5);
      width:fit-content;
      padding-top:0.5rem;
      padding-left:0.5rem;
      border-radius:25rem;
      padding-right:0.5rem;
      padding-bottom:0.5rem;
      background-color:var(--grey-800, #262626);
    }

    .fEROXQ {
      gap:0.5rem;
      color:var(--color, #BAA7FF);
      align-items:center;
      padding-top:1rem;
      border-color:var(--color-border, #3C2E69);
      border-style:solid;
      border-width:1px;
      padding-left:1rem;
      border-radius:var(--rounding-lg);
      padding-right:1rem;
      flex-direction:row;
      padding-bottom:1rem;
      justify-content:start;
      background-color:var(--color-bg, #291F43);
    }

    .certificates\:ZnqDCEhAPEKl677j6AIA0 {
      height:fit-content;
      min-width:180px;
      padding-top:0.5rem;
      padding-bottom:0.5rem;
      border-top-left-radius:var(--rounding-md);
      border-top-right-radius:var(--rounding-md);
      border-bottom-left-radius:var(--rounding-md);
      border-bottom-right-radius:var(--rounding-md);
    }

    .certificates\:_KfbcVvs9f3qz_UF6qFt8 {
      width:1rem;
    }

    .ckEvGj {
      width:1.5rem;
      height:1.5rem;
    }

    .fBBFYw {
      width:auto;
      height:auto;
      display:flex;
      align-items:center;
      border-color:var(--neutral-6);
      border-style:solid;
      border-width:1px;
      flex-direction:row;
      justify-content:space-between;
      border-top-left-radius:var(--rounding-md);
      border-top-right-radius:var(--rounding-md);
      border-bottom-left-radius:var(--rounding-md);
      border-bottom-right-radius:var(--rounding-md);
    }

    .certificates\:cDH6r8kUcJ8BNlqUYEWCI {
      width:1rem;
      height:1rem;
    }

    .certificates\:dLoeCPIED6ajjOXfm5u1w {
      width:100%;
    }

    .eddnhj {
      width:100%;
      padding-top:2rem;
      padding-left:5%;
      padding-right:5%;
      padding-bottom:2rem;
    }

    .certificates\:dTXNgWYvwvH5gLdVhinCw {
      display:flex;
      row-gap:1rem;
      column-gap:1rem;
      align-items:start;
      flex-direction:column;
      justify-content:start;
    }

    .VJAUL.hidden {
      display:none;
    }

    .so-tabs-content\:root:focus-visible {
      outline-color:var(--brand-8, #6958AD);
      outline-style:solid;
      outline-width:var(--border-lg);
      outline-offset:var(--border-md);
    }

    .certificates\:dU7Nwc4_2JLXs-4zWp6jT {
      height:auto;
      display:flex;
      row-gap:2rem;
      flex-wrap:wrap;
      column-gap:1rem;
      padding-top:1rem;
      flex-direction:row;
    }

    .certificates\:eNz5hIZf1sDAIMRNnCnnN {
      line-height:1.5;
    }

    .certificates\:eOSceSV97XfXtRB-DhdSd {
      font-size:1rem;
      padding-bottom:1rem;
    }

    .so-callout-text\:root {
      flex:1;
      color:inherit;
      font-weight:var(--medium);
    }

    .certificates\:fgWz0Qpv47rnvwY2DaF0O {
      font-size:1rem;
      padding-bottom:1rem;
    }

    .ccbGtx {
      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:'Outfit';
      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);
    }

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

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

    .ccbGtx:focus-visible {
      outline-color:var(--brand-8, #6958AD);
      outline-style:solid;
      outline-width:var(--border-lg);
      outline-offset:var(--border-md);
    }

    .erdOsD {
      flex:1 1 0%;
      color:white;
      width:auto;
      height:100%;
      display:flex;
      animation:2s ease 0ms 1 normal none running animation-empty;
      text-align:center;
      transition:all 300ms ease;
      align-items:center;
      font-family:Outfit;
      padding-left:1rem;
      padding-right:1rem;
      justify-content:center;
    }

    .erdOsD:active {
      background:var(--brand-9);
    }

    .rltzo {
      flex:1;
    }

    .confirm_and_send_certificate\:KCn4nQPySQj_LXg6nmtME {
      width:100%;
    }

    .so-dialog\:eNkkt0ycS1aLMPhWOtJUV {
      opacity:0;
      background-color:var(--overlay-inverted-a9, #000000b3);
    }

    .so-dialog\:eNkkt0ycS1aLMPhWOtJUV.open {
      opacity:1;
    }

    .so-dialog\:eNkkt0ycS1aLMPhWOtJUV.open-transition {
      transition:opacity 300ms ease 0ms normal;
    }

    .so-dialog\:eNkkt0ycS1aLMPhWOtJUV.close-transition {
      transition:opacity 300ms ease 0ms normal;
    }

    .so-dialog\:o_AGx_fXR28AhYGxOsWS1 {
      padding-top:1rem;
      padding-left:1rem;
      padding-right:1rem;
      padding-bottom:1rem;
    }

    .dRnUbV {
      color:var(--neutral-11, #B5B2BC);
      font-size:var(--font-size);
      margin-top:var(--margin-top);
      font-family:'Outfit';
      font-weight:inherit;
      line-height:var(--line-height);
      white-space:normal;
      margin-bottom:var(--margin-bottom);
      letter-spacing:var(--letter-spacing);
    }

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

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

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

    .so-dialog-content\:root {
      width:100%;
      opacity:0;
      max-width:460px;
      translate:0 20px;
      padding-top:1.5rem;
      border-color:var(--neutral-5, #323035);
      border-style:solid;
      border-width:1px;
      padding-left:1.5rem;
      border-radius:var(--rounding-lg);
      padding-right:1.5rem;
      padding-bottom:1.5rem;
      background-color:var(--neutral-0, #0b0a0b);
    }

    .so-dialog-content\:root.open {
      opacity:1;
      translate:0 0px;
    }

    .so-dialog-content\:root.open-transition {
      transition:all 320ms ease 0ms normal;
    }

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

    .so-dialog-button-primary\:h47Vxwq-7KXY6Y0u0LtAq {
      background:var(--success-10);
      border-color:var(--success-9);
      border-style:solid;
      border-width:1px;
    }

    .so-dialog-button-primary\:h47Vxwq-7KXY6Y0u0LtAq:hover {
      background:var(--success-8);
      border-color:var(--success-9);
      border-style:solid;
      border-width:1px;
    }

    .so-dialog-close-button\:VHhEM1I8jUMvJEGErDJO8 {
      width:var(--line-height-2xl);
      height:var(--line-height-2xl);
    }

    .so-dialog-title\:root {
      flex:1;
      color:var(--neutral-12, #EEEEF0);
    }

    .certificates\:golfPOiiImimta4BylxDL {
      width:100%;
    }

    .fqWSTE {
      width:100%;
      display:flex;
      row-gap:0.5rem;
      column-gap:0.5rem;
      padding-top:5rem;
      padding-left:5%;
      padding-right:5%;
      padding-bottom:5rem;
    }

    .so-dialog-button-critical\:h47Vxwq-7KXY6Y0u0LtAq {
      gap:0.5rem;
      color:var(--neutral-0, #0b0a0b);
      width:fit-content;
      cursor:pointer;
      height:var(--interactive-height-md);
      font-size:var(--text-md);
      background:var(--success-10);
      overflow-x:hidden;
      overflow-y:hidden;
      transition:background-color 200ms ease 0ms normal;
      align-items:center;
      font-family:'Outfit';
      font-weight:var(--semi);
      user-select:none;
      padding-left:0.75rem;
      border-radius:var(--rounding-md);
      outline-color:transparent;
      outline-style:solid;
      outline-width:var(--border-lg);
      padding-right:0.75rem;
      flex-direction:row;
      outline-offset:var(--border-md);
      -ms-user-select:none;
      justify-content:center;
      -moz-user-select:none;
      background-color:var(--critical-10, #EC5A72);
      -webkit-user-select:none;
      -webkit-tap-highlight-color:transparent;
    }

    .so-dialog-button-critical\:h47Vxwq-7KXY6Y0u0LtAq:hover {
      background:var(--success-8);
      background-color:var(--critical-9, #E54666);
    }

    .delete-dialog\:Gcpm-Rozebrlh99qs8txL {
      gap:0.5rem;
      color:var(--neutral-0, #0b0a0b);
      width:fit-content;
      cursor:pointer;
      height:var(--interactive-height-md);
      font-size:var(--text-md);
      overflow-x:hidden;
      overflow-y:hidden;
      transition:background-color 200ms ease 0ms normal;
      align-items:center;
      font-family:'Outfit';
      font-weight:var(--semi);
      user-select:none;
      padding-left:0.75rem;
      border-radius:var(--rounding-md);
      padding-right:0.75rem;
      flex-direction:row;
      outline-offset:var(--border-md);
      -ms-user-select:none;
      justify-content:center;
      -moz-user-select:none;
      background-color:var(--critical-10, #EC5A72);
      -webkit-user-select:none;
      -webkit-tap-highlight-color:transparent;
    }

    .so-button-critical\:root {
      gap:0.5rem;
      color:var(--neutral-0, #0b0a0b);
      width:fit-content;
      cursor:pointer;
      height:var(--interactive-height-md);
      font-size:var(--text-md);
      overflow-x:hidden;
      overflow-y:hidden;
      transition:background-color 200ms ease 0ms normal;
      align-items:center;
      font-family:'Outfit';
      font-weight:var(--semi);
      user-select:none;
      padding-left:0.75rem;
      border-radius:var(--rounding-md);
      outline-color:transparent;
      outline-style:solid;
      outline-width:var(--border-lg);
      padding-right:0.75rem;
      flex-direction:row;
      outline-offset:var(--border-md);
      -ms-user-select:none;
      justify-content:center;
      -moz-user-select:none;
      background-color:var(--critical-10, #EC5A72);
      -webkit-user-select:none;
      -webkit-tap-highlight-color:transparent;
    }

    .so-button-critical\:root:hover {
      background-color:var(--critical-9, #E54666);
    }

    .so-button-critical\:root:active {
      transition:none;
      background-color:var(--critical-11, #FF949D);
    }

    .so-button-critical\:root:focus-visible {
      outline-color:var(--critical-8);
      outline-style:solid;
      outline-width:var(--border-lg);
      outline-offset:var(--border-md);
    }

    .so-button-critical\:root.disabled {
      opacity:0.5;
      background-color:var(--critical-10, #EC5A72);
    }

    .fqHbau {
      top:0px;
      left:0px;
      color:inherit;
      right:0px;
      bottom:0px;
      display:flex;
      z-index:1;
      position:absolute;
      font-size:inherit;
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:column;
      justify-content:center;
      background-color:var(--critical-10, #EC5A72);
    }

    .certificates\:kljy4nwAcBDdQRNFGdEqY {
      display:flex;
      align-items:flex-end;
      justify-content:center;
    }

    .certificates\:lduHABn5N9Fa4cDK3BN9z {
      line-height:1.5;
    }

    .certificates\:mAv42P7AhFt5RX68FU_4d {
      width:100%;
    }

    .certificates\:u5yVpPje4ws0_JiSP1yxV {
      height:auto;
      display:flex;
      row-gap:2rem;
      flex-wrap:wrap;
      column-gap:1rem;
      padding-top:1rem;
      flex-direction:row;
    }

    .eqEgwR {
      row-gap:3rem;
      column-gap:3rem;
      flex-direction:column;
    }

    .dDEgqM {
      top:0px;
      left:0px;
      right:0px;
      bottom:0px;
      opacity:0;
      position:fixed;
      transition:opacity 300ms ease 0ms normal;
      pointer-events:none;
      background-color:var(--overlay-inverted-a9, #000000b3);
    }

    .dDEgqM.open {
      opacity:1;
      transition:opacity 300ms ease 0ms normal;
      pointer-events:all;
    }

    .certificates\:vPGpU5L32tSUHpD2o8OSd {
      z-index:150;
    }

    .CCVLi {
      width:100%;
      min-height:100vh;
      align-items:start;
      justify-content:start;
      background-color:var(--neutral-1, #121113);
    }

    .dpinnp {
      row-gap:0.5rem;
      column-gap:0.5rem;
      flex-direction:column;
    }

    .certificates\:z00rPmdg9lRxL7-gfsKlv {
      border-right-color:var(--neutral-5);
      border-right-style:solid;
      border-right-width:1px;
      border-top-left-radius:0px;
      border-top-right-radius:0px;
      border-bottom-left-radius:0px;
      border-bottom-right-radius:0px;
    }

    .certificates\:zVwv2PpEZ0obOngebnHFL {
      min-height:20rem;
    }