
  

  
  

  
  
  
  
    


@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: #AA8226;
--brand-2: #B38928;
--brand-3: #B6922D;
--brand-4: #BD9129;
--brand-5: #C6982B;
--brand-6: #D19F29;
--brand-7: #DDA626;
--brand-8: #CDAD39;
--brand-9: #EAAE22;
--brand-10: #F6B51E;
--brand-11: #F2C437;
--brand-12: #FFD95A;
--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-geist: 'Geist',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;
    }
  }
}


    .ftaqCb {
      align-items:stretch;
      background-color:transparent;
    }

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

    .UgCri {
      color:var(--neutral-11, #B5B2BC);
      display:inline-block;
      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);
    }

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

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

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

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

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

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

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

    .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(--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(--overlay-a1, #ffffff0d);
      -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);
    }

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

    .bgGITa {
      width:var(--side-menu-width);
      height:100dvh;
      z-index:var(--navigation-menu);
      position:fixed;
      transition:all 300ms ease 0ms normal;
      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) {

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

    @media (max-width: 1024px) {

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

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

    .bcjhRr {
      gap:0.625rem;
      color:var(--neutral-11, #60646C);
      display:flex;
      overflow:hidden;
      flex-wrap:wrap;
      font-size:var(--text-md);
      transition:all 200ms ease normal normal;
      align-items:center;
      font-family:'Outfit';
      font-weight:var(--normal);
      padding-top:0.5rem;
      white-space:nowrap;
      padding-left:0.75rem;
      border-radius:var(--rounding-sm);
      padding-right:0.75rem;
      text-overflow:ellipsis;
      flex-direction:row;
      padding-bottom:0.5rem;
      justify-content:space-between;
    }

    .bcjhRr:hover {
      background:var(--neutral-2);
    }

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

    .bcjhRr:active {
      transition:none;
      background-color:var(--neutral-4, #E8E8EC);
    }

    .bcjhRr.active {
      background:var(--neutral-4);
    }

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

    .navigation-menu\:1vflvLR75LI7zoQVvfUCL {
      gap:1rem;
      flex:1;
      padding-top:0.5rem;
      padding-bottom:1.5rem;
    }

    .emrFNN {
      gap:0.25rem;
    }

    .eXvZou {
      flex:1;
      display:flex;
      row-gap:0.625rem;
      column-gap:0.625rem;
      align-items:flex-start;
      flex-direction:row;
      justify-content:start;
    }

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

    .navigation-menu\:YJW35aL1ns5dsOJRGm0dN {
      color:var(--neutral-12, #EEEEF0);
      font-weight:var(--semi);
      padding-left:0.75rem;
      padding-right:0.75rem;
    }

    .FkJMy {
      gap:1.5rem;
      overflow-y:auto;
      padding-top:0.5rem;
      padding-left:0.75rem;
      padding-right:0.75rem;
      padding-bottom:0.5rem;
    }

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

    .eZLEgM {
      width:var(--width);
      height:var(--height);
    }

    .navigation-menu\:nr29X24sGb1SIoPJsrd_I {
      color:var(--neutral-8);
      width:1rem;
      height:1rem;
    }

    .app-provider\:lzsrkkRUfKw6LatxSkqga {
      z-index:300;
    }

    .cumcYk {
      width:var(--width);
      background:var(--neutral-1, #121113);
      min-height:calc(100dvh - var(--header-height));
      align-items:center;
      margin-left:var(--side-menu-width);
      justify-content:start;
    }

    @media (max-width: 1024px) {

    .cumcYk {
      width:100%;
      margin-left:0px;
    }
    }

    .cumcYk.no-margin {
      width:100%;
      margin:0px;
      padding-top:0px;
    }

    .bCiKbx {
      top:0px;
      width:100%;
      height:var(--header-height);
      display:flex;
      row-gap:1rem;
      z-index:100;
      position:sticky;
      column-gap:1rem;
      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);
    }

    @media (min-width: 1024px) {

    .bCiKbx {
      width:calc(100% - var(--side-menu-width));
      margin-left:auto;
    }
    }

    .vSSmT {
      width:100%;
      align-items:center;
      flex-direction:row;
      justify-content:space-between;
    }

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

    .lJhB {
      width:var(--width);
      height:var(--height);
      display:flex;
      padding:5px;
      background:var(--bgColor);
      align-items:center;
      justify-content:center;
      border-top-left-radius:var(--rounding-lg);
      border-top-right-radius:var(--rounding-lg);
      border-bottom-left-radius:var(--rounding-lg);
      border-bottom-right-radius:var(--rounding-lg);
    }

    .bUkqfz {
      opacity:1;
      max-width:100%;
      max-height:100%;
      object-fit:cover;
      transition:all 0.3s ease;
    }

    .bUkqfz.hidden {
      opacity:0;
    }

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

    .menu-separator\:root {
      margin-top:0.25rem;
      margin-bottom:0.25rem;
    }

    .njxOk {
      display:flex;
      row-gap:5px;
      column-gap:5px;
      flex-direction:row;
    }

    .premium-package-badge\:GMOzsnkjiMjXDmM0N2gvs {
      color:var(--brand-10);
      font-size:var(--text-xs);
      font-weight:var(--normal);
    }

    .top-navigation\:30-giQV-5nt1upghMEHRo {
      width:20px;
      height:20px;
    }

    .dUefU {
      row-gap:0.5rem;
      max-width:400px;
      column-gap:0.5rem;
      align-items:center;
      padding-right:0.5rem;
      flex-direction:row;
      justify-content:flex-start;
      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);
    }

    .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;
      pointer-events:none;
      background-color:var(--brand-10, #8a75dd);
    }

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

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

    .kIBsG.visible {
      opacity:1;
      pointer-events:none;
    }

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

    @media (max-width: 1024px) {

    .eqUcWF {
      gap:0.5rem;
    }
    }

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

    .top-navigation\:Bpj5S-A3vmzZmcz5hzL1O {
      max-width:700px;
    }

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

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

    .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-dialog\:o_AGx_fXR28AhYGxOsWS1 {
      padding-top:1rem;
      padding-left:1rem;
      padding-right:1rem;
      padding-bottom: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;
      pointer-events:none;
      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);
    }

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

    .top-navigation\:Ey6Mb8NB_C9OeBYeaspQu {
      flex:1;
      width:100%;
      display:flex;
      max-width:320px;
      max-height:40px;
      align-items:center;
      padding-top:0rem;
      padding-left:0px;
      padding-right:0.5rem;
      flex-direction:row;
      padding-bottom:0rem;
      justify-content:space-between;
    }

    .dfDqVR {
      cursor:default;
    }

    .so-dropdown-item\:root {
      color:var(--neutral-12, #EEEEF0);
      width:100%;
      cursor:pointer;
      height:var(--interactive-height-sm);
      font-size:var(--text-md);
      transition:background-color 200ms ease 0ms normal;
      align-items:center;
      font-family:'Outfit';
      font-weight:var(--normal);
      padding-left:0.75rem;
      border-radius:var(--rounding-md);
      outline-color:transparent;
      outline-style:solid;
      outline-width:0px;
      padding-right:0.75rem;
      flex-direction:row;
      justify-content:space-between;
    }

    .so-dropdown-item\:root:active {
      background-color:var(--brand-4, #33255B);
    }

    .so-dropdown-item\:root:focus {
      background-color:var(--brand-4, #33255B);
    }

    .so-dropdown-item\:root.open {
      background-color:var(--brand-4, #33255B);
    }

    .so-dropdown-item\:root.disabled {
      color:var(--neutral-9, #6F6D78);
      cursor:default;
      background-color:transparent;
    }

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

    .bjimQW {
      gap:0.125rem;
      align-items:center;
      padding-left:0.5rem;
      flex-direction:row;
      justify-content:start;
    }

    .eCZsLN {
      color:var(--neutral-9, #6F6D78);
      width:0.75rem;
      height:0.75rem;
    }

    .menu-item-shortcut\:da0isZECMw2nPVNetqsW7 {
      color:var(--neutral-9, #6F6D78);
    }

    .menu-item-shortcut\:hYeSqaU23-tX-qUiIlZCq {
      color:var(--neutral-9, #6F6D78);
    }

    .top-navigation\:Hbe-8wrXHSypwrnvzC1Ru {
      flex:1;
      overflow:hidden;
      max-width:100%;
      white-space:nowrap;
      text-overflow:ellipsis;
    }

    .top-navigation\:HgOKQdOXu7yg9Ulq6ilwD {
      flex:1;
      width:100%;
      height:100%;
    }

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

    .fAFPSa:hover {
      background-color:var(--neutral-2, #1A191B);
    }

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

    .fAFPSa.pressed {
      transition:none;
      background-color:var(--neutral-11, #BAA7FF);
    }

    .fAFPSa.disabled {
      cursor:default;
      opacity:0.5;
      background-color:var(--neutral-9, #7D66D9);
    }

    .cCYXsI {
      width:100%;
    }

    .top-navigation\:Irwfv7ymGdSnsquvQqaBZ {
      width:100%;
    }

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

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

    .top-navigation\:MCx6XmyqLDEOrF1-iF5RD {
      width:20px;
      height:20px;
    }

    .dzqkIU {
      flex:1;
      display:flex;
      overflow:hidden;
      align-items:flex-start;
      white-space:nowrap;
      text-overflow:ellipsis;
      justify-content:center;
    }

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

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

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

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

    .so-popover-content\:root {
      gap:0.25rem;
      opacity:0;
      z-index:10;
      min-width:200px;
      padding-top:0.5rem;
      border-color:var(--neutral-5, #323035);
      border-style:solid;
      border-width:var(--border-md);
      padding-left:0.5rem;
      border-radius:var(--rounding-lg);
      padding-right:0.5rem;
      padding-bottom:0.5rem;
      background-color:var(--neutral-0, #0b0a0b);
    }

    .so-popover-content\:root.open {
      opacity:1;
    }

    .so-popover-content\:root.open-transition {
      transition:opacity 300ms ease 0ms normal;
    }

    .so-popover-content\:root.close-transition {
      transition:opacity 300ms ease 0ms normal;
    }

    .top-navigation\:QM-QayaIGKNvbC2t8_lmu {
      padding-top:1rem;
      padding-left:1rem;
      padding-right:1rem;
      padding-bottom:1rem;
    }

    .top-navigation\:Su2iGN6oaYrlcRHdn_j6Q {
      width:var(--interactive-height-sm);
      height:var(--interactive-height-sm);
    }

    @media (min-width: 1024px) {

    .top-navigation\:Su2iGN6oaYrlcRHdn_j6Q {
      display:none;
    }
    }

    .cfqKRN {
      flex-direction:row;
    }

    .top-navigation\:agiHTKL7BgBdRekn9JYUB {
      height:40px;
    }

    .top-navigation\:bBeRz7pZDU9Aik-65jwTN {
      width:20px;
      height:20px;
    }

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

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

    .so-select-icon\:root.open {
      rotate:z 180deg;
    }

    .top-navigation\:bOuCxclGGL_HiTGW1xwNY {
      color:var(--neutral-7);
    }

    .top-navigation\:c5yXkPO59h5IcXwMPaWyD {
      max-height:80dvh;
    }

    .top-navigation\:eCpGErD2lzArseS1n51it {
      color:var(--neutral-12, #EEEEF0);
      font-weight:var(--medium);
    }

    .dsowFG {
      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(--borderColor);
      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(--bgColor);
    }

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

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

    .dsowFG.height-auto {
      height:auto;
    }

    .dsowFG.invalid {
      border-color:var(--critical-9);
      border-style:solid;
      border-width:1px;
    }

    .so-field-autocomplete\:5fcDIXSPWSByazzwG_wPd {
      color:var(--neutral-9);
    }

    .eiOyCD {
      display:flex;
      align-items:center;
      padding-top:0.5rem;
      padding-bottom:0.5rem;
      justify-content:center;
    }

    .bcNrcV {
      display:flex;
      align-items:flex-start;
      padding-top:0.5rem;
      padding-left:0.75rem;
      padding-right:0.75rem;
      padding-bottom:0.5rem;
      justify-content:center;
    }

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

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

    .bGSbke:disabled {
      opacity:0.5;
    }

    .bGSbke:is(:-webkit-autofill, :autofill) {
      transition:background-color 0s 600000s, color 0s 600000s !important;
    }

    .bbcpnF {
      top:calc(100% + 0.5rem);
      left:0px;
      width:100%;
      z-index:999;
      position:absolute;
      background:var(--neutral-0);
      max-height:250px;
      overflow-x:hidden;
      overflow-y:scroll;
      border-color:var(--neutral-5);
      border-style:solid;
      border-width:1px;
      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);
    }

    .fvpzHw {
      gap:0.5rem;
      color:var(--neutral-12, #EEEEF0);
      width:100%;
      cursor:default;
      height:var(--interactive-height-sm);
      font-size:var(--text-md);
      transition:background-color 200ms ease 0ms normal;
      align-items:center;
      font-family:'Outfit';
      font-weight:var(--normal);
      white-space:nowrap;
      padding-left:0.75rem;
      border-radius:var(--rounding-md);
      outline-color:transparent;
      outline-style:solid;
      outline-width:0px;
      padding-right:0.75rem;
      text-overflow:ellipsis;
      flex-direction:row;
      justify-content:start;
    }

    .fvpzHw:hover {
      background-color:var(--brand-4, #33255B);
    }

    .top-navigation\:kCplsFjNKTeo2u7hjdpmc {
      width:var(--interactive-height-sm);
      height:var(--interactive-height-sm);
    }

    .top-navigation\:oWsBnjsu2ylccLcnBI4z3 {
      width:20px;
      height:20px;
    }

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

    .toggle-cards-title\:root {
      color:var(--neutral-12, #EEEEF0);
      font-weight:var(--semi);
    }

    .so-radio-cards-title\:root {
      display:inline-block;
      text-align:left;
    }

    .fdLiGr {
      margin-left:auto;
    }

    .fdPuuY {
      flex-direction:column;
    }

    .fdPuuY.orientation-horizontal {
      flex-direction:row;
    }

    .fdPuuY.disabled {
      opacity:0.5;
    }

    .so-radio-group\:root {
      gap:0.25rem;
    }

    .sf-university-selector\:CUZOjC5XWrrnloIG3X65l {
      width:100%;
    }

    .cvsSkO {
      color:var(--neutral-11);
      font-size:var(--font-size);
      margin-top:var(--margin-top);
      font-family:Outfit;
      font-weight:var(--bold);
      line-height:var(--line-height);
      white-space:normal;
      margin-bottom:var(--margin-bottom);
      letter-spacing:var(--letter-spacing);
    }

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

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

    .so-radio-cards-description\:root {
      display:inline-block;
      text-align:left;
    }

    .egkcwx {
      width:fit-content;
    }

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

    .so-radio-cards-item\:root {
      width:100%;
    }

    .so-radio-cards-item\:Fz1Oz9lBGTs9AEhVFGe_r {
      gap:0.25rem;
      cursor:pointer;
      display:flex;
      transition:all 200ms ease 0ms normal;
      align-items:center;
      padding-top:0.75rem;
      border-color:var(--neutral-6, #3C393F);
      border-style:solid;
      border-width:var(--border-md);
      padding-left:0.75rem;
      border-radius:var(--rounding-md);
      padding-right:0.75rem;
      flex-direction:row;
      padding-bottom:0.75rem;
      justify-content:flex-start;
      background-color:var(--neutral-0, #0b0a0b);
    }

    .so-radio-cards-item\:Fz1Oz9lBGTs9AEhVFGe_r:hover {
      background-color:var(--neutral-2, #1A191B);
    }

    .so-radio-cards-item\:Fz1Oz9lBGTs9AEhVFGe_r:active {
      transition:none;
      background-color:var(--neutral-4, #2B292D);
    }

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

    .so-radio-cards-item\:Fz1Oz9lBGTs9AEhVFGe_r.checked {
      border-color:var(--brand-6, #473876);
      border-style:solid;
      border-width:var(--border-md);
      background-color:var(--brand-3, #291F43);
    }

    .so-radio-cards-item\:Fz1Oz9lBGTs9AEhVFGe_r.checked:hover {
      border-color:var(--brand-6, #473876);
      border-style:solid;
      border-width:var(--border-md);
      background-color:var(--brand-4, #33255B);
    }

    .so-radio-cards-item\:Fz1Oz9lBGTs9AEhVFGe_r.checked:active {
      border-color:var(--brand-6, #473876);
      border-style:solid;
      border-width:var(--border-md);
      background-color:var(--brand-5, #3C2E69);
    }

    .sf-university-selector\:ZiaS8w5N_eS0s-V_UwgpG {
      width:100%;
    }

    .sf-university-selector\:ZxSQGRzpzphS6-eN0VGFg {
      font-size:var(--text-xs);
    }

    .fwwGxV {
      gap:0.25rem;
      color:var(--color);
      width:fit-content;
      height:var(--height);
      display:flex;
      font-size:var(--font-size);
      align-items:center;
      font-family:'Outfit';
      font-weight:var(--semi);
      border-color:var(--color-border);
      border-style:solid;
      border-width:var(--border-md);
      padding-left:var(--padding-horizontal);
      border-radius:var(--rounding-full);
      padding-right:var(--padding-horizontal);
      flex-direction:row;
      justify-content:center;
      background-color:var(--color-bg);
    }

    .euxyEo {
      gap:1.5rem;
      width:100%;
      cursor:pointer;
      display:flex;
      row-gap:1rem;
      background:var(--neutral-2);
      column-gap:1rem;
      transition:all 0.3s ease;
      align-items:center;
      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:row;
      padding-bottom:1rem;
      justify-content:flex-start;
    }

    .euxyEo:hover {
      background:var(--neutral-4);
    }

    .euxyEo.bordered {
      border-color:var(--borderColor);
      border-style:solid;
      border-width:1px;
    }

    .euxyEo:disabled {
      cursor:default;
      background-color:var(--bgColor);
    }

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

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

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

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

    .top-navigation\:wDUl8bszyyASi8TA2m5LO {
      flex:1;
      overflow:hidden;
      max-width:100%;
      white-space:nowrap;
      text-overflow:ellipsis;
    }

    .sparkcore\/sc-dropdown-content\:root:focus {
      outline:none;
    }

    .so-dropdown-content\:root {
      gap:0.25rem;
      opacity:0;
      min-width:200px;
      padding-top:0.5rem;
      border-color:var(--neutral-5, #323035);
      border-style:solid;
      border-width:var(--border-md);
      padding-left:0.5rem;
      border-radius:var(--rounding-lg);
      padding-right:0.5rem;
      padding-bottom:0.5rem;
      background-color:var(--neutral-0, #0b0a0b);
    }

    .so-dropdown-content\:root.open {
      opacity:1;
    }

    .so-dropdown-content\:root.open-transition {
      transition:opacity 200ms ease 0ms normal;
    }

    .bbfWqm {
      align-items:flex-end;
      justify-content:center;
    }

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

    .app-provider\:zkE8NtKhoi5qOq_QkvJs6 {
      z-index:150;
    }

    .signup\:root {
      background:var(--neutral-0);
    }

    .signup\:-gfQ6ZFD3FrbLC2vcJ8rO {
      display:inline;
    }

    .signup\:101Z4DnnWukxRbyPE3lZF {
      width:100%;
    }

    .fsaJGC {
      overflow:hidden;
      max-width:800px;
      box-shadow:0px 0px 35px 0px #00000038;
      flex-direction:row;
      border-top-left-radius:var(--rounding-lg);
      border-top-right-radius:var(--rounding-lg);
      border-bottom-left-radius:var(--rounding-lg);
      border-bottom-right-radius:var(--rounding-lg);
    }

    @media (max-width: 767px) {

    .fsaJGC {
      flex-direction:column;
    }
    }

    .cRPHnU {
      flex:1;
      row-gap:1rem;
      background:linear-gradient(to bottom left, rgba(230, 168, 25, 0.15) 0%, transparent 100%);
      column-gap:1rem;
      padding-top:2rem;
      padding-left:2rem;
      padding-right:2rem;
      padding-bottom:2rem;
    }

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

    .sf-banner-welcome\:8Qzc8LleXwQYGVNRff1XE {
      color:white;
    }

    .sf-banner-welcome\:BJW8AolTULHQYn7GlkEsT {
      color:white;
    }

    .sf-banner-welcome\:N1FfSy_8GPFsW1JQzZJOW {
      color:white;
    }

    .sf-banner-welcome\:rcdMVk5-SZ-tl7QEAbCY5 {
      color:var(--brand-10);
      width:1rem;
      height:1rem;
      font-family:Geist;
    }

    .so-field-password-toggle\:root {
      width:calc(var(--interactive-height-md) - 0.75rem);
      height:calc(var(--interactive-height-md) - 0.75rem);
      margin-right:-0.5rem;
      border-radius:var(--rounding-sm);
    }

    .bNBMwu {
      color:var(--neutral-11, #B5B2BC);
      width:100%;
      display:flex;
      row-gap:.25rem;
      font-size:var(--text-sm);
      column-gap:.25rem;
      align-items:center;
      font-family:'Outfit';
      font-weight:var(--medium);
      line-height:var(--text-sm);
      flex-direction:row;
      padding-bottom:0.5rem;
      justify-content:flex-start;
    }

    .so-tooltip\:Quw7nR6hflO7rsq8M8Qbn {
      color:var(--neutral-1, #121113);
      scale:0.5;
      width:max-content;
      opacity:0;
      padding-top:0.5rem;
      border-color:var(--neutral-2, #1A191B);
      border-style:solid;
      border-width:var(--border-md);
      padding-left:0.5rem;
      border-radius:var(--rounding-md);
      padding-right:0.5rem;
      padding-bottom:0.5rem;
      background-color:var(--neutral-12, #EEEEF0);
    }

    .so-tooltip\:Quw7nR6hflO7rsq8M8Qbn.open {
      scale:1;
      opacity:1;
      z-index:999;
      translate:0 0px;
    }

    .so-tooltip\:Quw7nR6hflO7rsq8M8Qbn.top-in {
      translate:0 -12px;
    }

    .so-tooltip\:Quw7nR6hflO7rsq8M8Qbn.top-out {
      scale:1;
    }

    .so-tooltip\:Quw7nR6hflO7rsq8M8Qbn.bottom-in {
      translate:0 12px;
    }

    .so-tooltip\:Quw7nR6hflO7rsq8M8Qbn.bottom-out {
      scale:1;
    }

    .so-tooltip\:Quw7nR6hflO7rsq8M8Qbn.open-transition {
      transition:all 200ms ease 0ms normal;
    }

    .so-tooltip\:Quw7nR6hflO7rsq8M8Qbn.close-transition {
      transition:all 50ms ease 0ms normal;
    }

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

    .PgVAX {
      width:10px;
      height:10px;
      rotate:z 45deg;
      display:flex;
      translate:0px -4px;
      flex-direction:column;
      background-color:var(--neutral-12, #EEEEF0);
      border-right-color:var(--neutral-2, #1A191B);
      border-right-style:solid;
      border-right-width:var(--border-md);
      border-bottom-color:var(--neutral-2, #1A191B);
      border-bottom-style:solid;
      border-bottom-width:var(--border-md);
    }

    .cEpQwy {
      width:fit-content;
      height:fit-content;
      position:absolute;
      font-size:inherit;
      transform:var(--transform);
      font-family:inherit;
      font-weight:inherit;
      transform-origin:var(--transform-origin);
    }

    .cEpQwy.top {
      top:0px;
      left:var(--left);
    }

    .cEpQwy.bottom {
      left:var(--left);
      bottom:0px;
    }

    .cEpQwy.right {
      top:var(--top);
      right:0px;
    }

    .cEpQwy.left {
      top:var(--top);
      left:0px;
    }

    .jIPxk {
      color:inherit;
      font-size:var(--text-md);
      font-family:'Outfit';
      font-weight:var(--medium);
    }

    .so-field-label\:HYgKDVJnbD3vEyC6yR3UW {
      max-width:230px;
      line-height:1.2;
    }

    .so-field-label\:PCE41BxrPjIzwlGhHVXNl {
      max-width:230px;
      line-height:1.2;
    }

    .so-field-label\:d-boDlFZQVgH4h6YNtgAu {
      width:1rem;
      height:1rem;
    }

    .so-field-label\:dcWxi_U6VjlBqXxx42OLo {
      width:1rem;
      height:1rem;
    }

    .sf-login-signup-form\:6n68pOu-UDXp839BbrKWX {
      flex:1;
    }

    .sf-login-signup-form\:9OKqQdjQ8eh3Itq0Q05Ph {
      width:100%;
    }

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

    .eMRdNn {
      overflow:hidden;
      transform:translateZ(0);
    }

    .so-progress-bar\:root {
      width:100%;
      height:1rem;
      border-radius:var(--rounding-full);
      background-color:var(--neutral-4, #2B292D);
    }

    .cAZBKa {
      width:100%;
      height:100%;
      translate:var(--translate-x) 0 0;
    }

    .so-progress-bar\:E9jBZAZ6dfKY_vWJ6O4c2 {
      height:100%;
      background:var(--backgroundColor);
      transition:translate 200ms ease 0ms normal;
      border-radius:var(--rounding-sm);
    }

    .sf-password-strength\:QWShAP-rdU1f5ALgd_yv_ {
      width:50px;
      height:10px;
    }

    .sf-password-strength\:RpOUBpLjNSbJR4FsLMAv2 {
      color:var(--color);
    }

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

    .ejSSgp {
      color:var(--neutral-11, #B5B2BC);
      width:1.25rem;
      height:1.25rem;
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
    }

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

    .so-checkbox\:bB2hBlpODhaKpli7ZCDA5 {
      color:var(--neutral-0, #0b0a0b);
      width:1rem;
      height:1rem;
      opacity:0;
      transition:opacity 100ms ease 0ms normal;
    }

    .so-checkbox\:bB2hBlpODhaKpli7ZCDA5.checked {
      opacity:1;
    }

    .so-checkbox\:bB2hBlpODhaKpli7ZCDA5.indeterminate {
      opacity:1;
    }

    .eUzFOF {
      align-items:center;
      justify-content:center;
    }

    .so-checkbox\:bBXPXZVlijG6_sQdFdAPL {
      width:var(--toggle-height-md);
      cursor:pointer;
      height:var(--toggle-height-md);
      transition:background-color 200ms ease 0ms normal;
      border-color:var(--neutral-6, #3C393F);
      border-style:solid;
      border-width:var(--border-md);
      border-radius:var(--rounding-md);
      outline-color:transparent;
      outline-style:solid;
      outline-width:var(--border-lg);
      outline-offset:var(--border-md);
      background-color:var(--neutral-0, #0b0a0b);
    }

    .so-checkbox\:bBXPXZVlijG6_sQdFdAPL.checked {
      background-color:var(--brand-10, #8a75dd);
    }

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

    .so-checkbox\:bBXPXZVlijG6_sQdFdAPL.checked:hover {
      background-color:var(--brand-9, #755ed1);
    }

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

    .so-checkbox\:bBXPXZVlijG6_sQdFdAPL.indeterminate {
      background-color:var(--brand-10, #8a75dd);
    }

    .so-checkbox\:bBXPXZVlijG6_sQdFdAPL.indeterminate:hover {
      background-color:var(--brand-9, #755ed1);
    }

    .so-checkbox\:bBXPXZVlijG6_sQdFdAPL:disabled {
      cursor:default;
      background:var(--neutral-4);
    }

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

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

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

    .bGVkCA {
      display:flex;
      row-gap:0.1rem;
      column-gap:0.1rem;
      text-align:center;
      align-items:center;
      flex-direction:row;
      justify-content:center;
    }

    .sf-login-signup-form\:pXU_s2NH5ZG2FuwM5_1H8 {
      width:100%;
    }

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

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

    .dtMDRF:disabled {
      opacity:0.5;
      pointer-events:none;
    }

    .fypOap {
      width:100%;
      height:100dvh;
      display:flex;
      background:linear-gradient(135deg, #2c2c2c 0%, #1a1a1a 100%);
      align-items:center;
      justify-content:center;
    }

    .clcUBD {
      flex:1;
      row-gap:1rem;
      background:var(--neutral-0);
      column-gap:1rem;
      padding-top:2rem;
      padding-left:2rem;
      padding-right:2rem;
      padding-bottom:2rem;
    }