
  

  
  

  
  
  
  
    


@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: #0b161a;
--brand-2: #101b20;
--brand-3: #082c36;
--brand-4: #003848;
--brand-5: #004558;
--brand-6: #045468;
--brand-7: #12677e;
--brand-8: #11809c;
--brand-9: #00a2c7;
--brand-10: #23afd0;
--brand-11: #4ccce6;
--brand-12: #b6ecf7;
--brand-13: #ebffff;
--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;
--accent-1: #192529;
--accent-2: #1d292d;
--accent-3: #163944;
--accent-4: #074455;
--accent-5: #095063;
--accent-6: #155d72;
--accent-7: #1e6f87;
--accent-8: #1f87a4;
--accent-9: #00a2c7;
--accent-10: #0096ba;
--accent-11: #57cbf0;
--accent-12: #baeffff9;
    /* Fonts */
    --font-opensans: 'Open Sans',sans-serif;
--font-averiaseriflibre: 'Averia Serif Libre',display;
--font-librebaskerville: 'Libre Baskerville',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;
    }
  }
}

      
  .iISVB {
    width:100vw;
  height:100%;
  background: var(--neutral-3);
  max-height:100vh;
  align-items:start;
  justify-content:start;
  }
      

      
        
      
      
  .enszbQ {
    top:0px;
  width:100%;
  height:5rem;
  position:sticky;
  background: var(--neutral-5);
  align-items:center;
  padding-top:1rem;
  padding-left:1rem;
  padding-right:1rem;
  flex-direction:row;
  padding-bottom:1rem;
  justify-content:space-between;
  border-top-left-radius:12px;
  border-top-right-radius:12px;
  border-bottom-left-radius:12px;
  border-bottom-right-radius:12px;
  }
      

      
          @media (max-width: 1024px) {
            
  .enszbQ {
    display:none;
  }
      

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

      
        
      
      
  .so-button-primary\:root {
    gap:0.25rem;
  color:var(--neutral-12);
  width:fit-content;
  cursor:default;
  height:var(--interactive-height-sm);
  font-size:var(--text-md);
  overflow-x:hidden;
  overflow-y:hidden;
  transition:background-color 200ms ease 0ms normal;
  align-items:center;
  font-family:Open Sans;
  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);
  }
      

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

      
        
      
      
  
      

      
        
      
      
  
      

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

      
        
      
      
  .details-page-horizontal-nav-bar\:39lIDux13emJB1DRJf8vv {
    cursor:pointer;
  background:var(--brand-6);
  border-top-left-radius:8px;
  border-top-right-radius:8px;
  border-bottom-left-radius:8px;
  border-bottom-right-radius:8px;
  }
      

      
  .details-page-horizontal-nav-bar\:39lIDux13emJB1DRJf8vv:hover {
    background:var(--brand-7);
  transition:background 300ms ease;
  }
      

        
      
      
  .elMQCn {
    gap:0.2rem;
  width:fit-content;
  align-items:center;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
      
      
  
      

      
        
      
      
  .XchjL {
    cursor:pointer;
  margin-left:8px;
  }
      

      
        
      
      
  .eHfsYO {
    width:100%;
  margin:0 auto;
  display:flex;
  max-width:1100px;
  align-items:center;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

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

      
        
      
      
  .dJRuGQ {
    color:var(--neutral-11, #B5B2BC);
  width:100%;
  display:inline-block;
  font-size:var(--font-size);
  margin-top:var(--margin-top);
  font-family:Open Sans;
  font-weight:inherit;
  line-height:var(--line-height);
  white-space:normal;
  margin-bottom:var(--margin-bottom);
  letter-spacing:var(--letter-spacing);
  }
      

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


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

      
        
      
      
  .so-button-tertiary\:root {
    gap:0.5rem;
  color:var(--neutral-12, #EEEEF0);
  width:fit-content;
  cursor:default;
  height:var(--interactive-height-sm);
  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;
  }
      

          }
          
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .wgRaQ {
    display:none;
  }
      

      
          @media (max-width: 1024px) {
            
  .wgRaQ {
    width:100%;
  height:3rem;
  display:flex;
  position:fixed;
  align-items:center;
  margin-left:0px;
  padding-left:1rem;
  padding-right:1rem;
  flex-direction:row;
  justify-content:space-between;
  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;
  }
      

          }
          
        
      
      
  
      

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

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .cARFxm {
    width:100%;
  height:100%;
  max-width:1100px;
  margin-top:0px;
  margin-left:auto;
  margin-right:auto;
  margin-bottom:0px;
  }
      

      
          @media (max-width: 1024px) {
            
  .cARFxm {
    width:100%;
  height:100%;
  }
      

          }
          
        
      
      
  .eVjvBP {
    width:100%;
  height:100%;
  display:flex;
  background:;
  align-items:center;
  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;
  }
      

        
      
      
  
      

      
        
      
      
  .LyKOQ {
    gap:4rem;
  flex:1;
  width:100%;
  height:100%;
  display:flex;
  background:;
  overflow-y:auto;
  align-items:center;
  padding-top:3rem;
  padding-left:1rem;
  padding-right:1rem;
  justify-content:flex-start;
  scroll-behavior:smooth;
  scrollbar-width:none;
  }
      
.LyKOQ::-webkit-scrollbar {
  width: 0;
}


      
        
      
      
  .djTUZL {
    gap:1.25rem;
  width:100%;
  margin:0 auto;
  max-width:1100px;
  max-height:100%;
  font-family:inherit;
  padding-left:1rem;
  margin-bottom:var(--line-height-5xl);
  padding-bottom:var(--line-height-xl);
  }
      

      
          @media (max-width: 1024px) {
            
  .djTUZL {
    width:100%;
  max-width:100%;
  box-sizing:border-box;
  padding-left:0.2rem;
  padding-right:0.2rem;
  }
      

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

        
      
      
  .details-page-full\:06AP2KNVBRQ0LvgMYYu_d {
    display:block;
  align-items:flex-end;
  padding-top:2rem;
  justify-content:flex-start;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .fFbCUY {
    max-width:1050px;
  }
      

      
          @media (max-width: 1024px) {
            
  .fFbCUY {
    width:100%;
  max-width:100%;
  }
      

          }
          
        
      
      
  
      

      
        
      
      
  
      

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

      
        
      
      
  .bMwhcs {
    display:flex;
  max-width:100%;
  border-radius:14px;
  overflow-wrap:break-word;
  flex-direction:column;
  }
      

      
        
      
      
  .bmBnmv {
    height:100%;
  font-size:inherit;
  }
      

      
        
      
      
  
      

      
  .bmoONJ.loading {
    display:none;
  }
      

        
      
      
  .cXrXgY {
    color:var(--neutral-11);
  font-size:var(--font-size);
  margin-top:var(--margin-top);
  font-family:Open Sans;
  font-weight:inherit;
  line-height:var(--line-height);
  white-space:normal;
  margin-bottom:var(--margin-bottom);
  letter-spacing:var(--letter-spacing);
  }
      

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


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

        
      
      
  .ai-message\:_U5jFrjP8GuA8APl0ghs3 {
    color:var(--neutral-12);
  max-width:100%;
  font-family:'Open Sans';
  }
      

      
        
      
      
  .csgYew {
    top:0.25rem;
  width:100%;
  margin:9px auto;
  max-width:1100px;
  align-items:start;
  padding-left:0rem;
  padding-right:0rem;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
      
      
  .djKsHb {
    height:var(--line-height-md);
  }
      

      
        
      
      
  
      

      
        
      
      
  .imCXh {
    width:100%;
  max-width:1100px;
  }
      

      
        
      
      
  .fHuZGU {
    flex:0;
  color:var(--neutral-12, #EEEEF0);
  width:100%;
  cursor:pointer;
  height:fit-content;
  max-width:1100px;
  transition:background-color 300ms ease 0ms ;
  font-family:inherit;
  padding-top:1rem;
  padding-left:1rem;
  border-radius:12px;
  outline-color:var(--neutral-7, #49474E);
  outline-style:solid;
  outline-width:1px;
  padding-right:1rem;
  padding-bottom:1rem;
  background-color:var(--neutral-4, #2B292D);
  }
      

      
  .fHuZGU:hover {
    box-shadow:0px 0.5px 4px 0px var(--neutral-8,#625F69);
  outline-color:var(--neutral-8, #625F69);
  outline-style:solid;
  outline-width:1px;
  background-color:var(--neutral-5, #323035);
  }
      

        
      
      
  .bAbEqH {
    gap:0.4rem;
  max-width:95%;
  align-items:start;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
      
      
  .bMczlZ {
    border-radius:8px;
  }
      

      
        
      
      
  .eBdiJE {
    gap:0.2rem;
  flex:0;
  color:var(--neutral-11, #B5B2BC);
  width:fit-content;
  font-size:var(--text-sm);
  transition:color 300ms ease 0ms ;
  align-items:center;
  flex-direction:row;
  justify-content:end;
  }
      

      
  .eBdiJE:hover {
    color:var(--neutral-12, #EEEEF0);
  }
      

        
      
      
  .CKmQQ {
    width:100%;
  height:fit-content;
  display:flex;
  row-gap:1rem;
  flex-wrap:wrap;
  column-gap:1rem;
  align-items:flex-start;
  white-space:pre;
  flex-direction:column;
  justify-content:space-between;
  }
      

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

      
        
      
      
  
      

      
        
      
      
  .card-journal\:P5yrKZtGf2nC5hi0Y_Sap {
    display:flex;
  align-items:flex-start;
  font-family:Open Sans;
  padding-top:0.3rem;
  border-color:var(--neutral-7);
  border-style:solid;
  border-width:0.5px;
  padding-left:0.3rem;
  padding-right:0.3rem;
  padding-bottom:0.3rem;
  justify-content:flex-start;
  border-top-left-radius:8px;
  border-top-right-radius:8px;
  border-bottom-left-radius:8px;
  border-bottom-right-radius:8px;
  }
      

      
        
      
      
  .eIOuNu {
    gap:0.4rem;
  flex:1;
  min-width:0px;
  overflow-x:hidden;
  align-items:center;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
      
      
  .dpVwNl {
    gap:0.4rem;
  width:100%;
  max-width:100%;
  min-width:0px;
  align-items:start;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
      
      
  .eUwPDz {
    gap:0.5rem;
  color:var(--neutral-11, #B5B2BC);
  width:100%;
  display:flex;
  align-items:start;
  font-family:inherit;
  flex-direction:column;
  justify-content:center;
  }
      

      
        
      
      
  .dHiaQh {
    width:80%;
  max-width:80%;
  overflow-x:hidden;
  }
      

      
        
      
      
  .bZcSZU {
    gap:0.4rem;
  color:var(--neutral-11, #B5B2BC);
  width:100%;
  display:flex;
  max-width:100%;
  align-items:center;
  flex-direction:row;
  justify-content:start;
  }
      

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

      
        
      
      
  .authors-article-card\:8CKitAttoW-NMDIQXvhJq {
    overflow-x:auto;
  font-family:inherit;
  font-weight:var(--medium);
  scrollbar-width:none;
  scroll-snap-type:x mandatory;
  }
      
.authors-article-card\:8CKitAttoW-NMDIQXvhJq::-webkit-scrollbar {
  width: 0;
}


      
        
      
      
  .eXuFTa {
    gap:0.4rem;
  width:90%;
  max-width:45rem;
  overflow-x:auto;
  align-items:;
  flex-direction:row;
  justify-content:;
  scrollbar-width:none;
  scroll-snap-type:x mandatory;
  }
      
.eXuFTa::-webkit-scrollbar {
  width: 0;
}


      
        
      
      
  .authors-article-card\:tz5U1T0ftdyPqsBlXUPUd {
    color:inherit;
  }
      

      
        
      
      
  .card-journal\:blVa6so5oaVkQA4BNYhTA {
    width:100%;
  max-width:100%;
  }
      

      
        
      
      
  .fddtCB {
    width:100%;
  display:inline-block;
  text-align:left;
  font-family:inherit;
  white-space:normal;
  }
      

      
        
      
      
  .tldr-card-row\:hFpc9BtKpcgeUu9L4y4RD {
    flex-wrap:wrap;
  font-size:var(--text-sm);
  font-family:Open Sans;
  }
      

      
          @media (min-width: 1025px) {
            
  .tldr-card-row\:hFpc9BtKpcgeUu9L4y4RD {
    font-size:var(--text-md);
  font-family:Open Sans;
  }
      

          }
          
        
      
      
  .card-journal\:fUZsFdS0rAGVlfFZeLpCM {
    width:100%;
  margin-bottom:0.3rem;
  }
      

      
        
      
      
  .dvKFpf {
    color:var(--neutral-12, #EEEEF0);
  width:100%;
  display:inline-block;
  max-width:100%;
  min-width:0px;
  text-align:left;
  font-family:inherit;
  white-space:normal;
  padding-right:0.5rem;
  }
      

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

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


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

        
      
      
  .card-journal-description\:dg2U_gn07wMQ2It5Yofwn {
    color:var(--neutral-12);
  width:100%;
  flex-wrap:wrap;
  max-width:100%;
  min-width:0px;
  }
      

      
          @media (max-width: 1024px) {
            
  .card-journal-description\:dg2U_gn07wMQ2It5Yofwn {
    font-size:var(--text-sm);
  }
      

          }
          
        
      
      
  .card-journal\:lOBQD6WXCVdod-gfT_wuD {
    height:3rem;
  }
      

      
        
      
      
  .bftbup {
    gap:0.5rem;
  width:100%;
  z-index:5;
  position:relative;
  margin-top:1rem;
  align-items:center;
  padding-left:1rem;
  padding-right:1rem;
  flex-direction:row;
  justify-content:end;
  }
      

      
        
      
      
  .card-journal\:xDI8uyl_zfoezgI9p94hL {
    color:var(--neutral-11, #B5B2BC);
  min-width:0px;
  overflow-x:hidden;
  font-family:Open Sans;
  font-weight:var(--normal);
  }
      

      
        
      
      
  
      

      
        
      
      
  .dqnoxJ {
    width:100%;
  margin:0 auto;
  display:flex;
  row-gap:2rem;
  max-width:100%;
  column-gap:2rem;
  overflow-x:auto;
  align-items:stretch;
  font-family:inherit;
  padding-top:1rem;
  padding-left:0.2rem;
  padding-right:0.2rem;
  flex-direction:column;
  padding-bottom:1rem;
  justify-content:space-evenly;
  scrollbar-width:none;
  scroll-snap-type:x mandatory;
  }
      
.dqnoxJ::-webkit-scrollbar {
  width: 0;
}


      
          @media (min-width: 720px) {
            
  .dqnoxJ {
    padding-left:1rem;
  padding-right:1rem;
  }
      

          }
          
        
      
      
  
      

      
        
      
      
  .cERYIr {
    width:100%;
  height:fit-content;
  margin:0 auto;
  max-width:1100px;
  }
      

      
        
      
      
  .bGpgwj {
    color:var(--neutral-12);
  width:fit-content;
  display:flex;
  font-family:Open Sans;
  padding-top:0.5rem;
  padding-left:0.5rem;
  border-radius:8px;
  overflow-wrap:break-word;
  padding-right:0.5rem;
  flex-direction:column;
  padding-bottom:0.5rem;
  background-color:var(--neutral-5, #323035);
  }
      

      
        
      
      
  .human-message\:juIKH4I39sw37BONhCgei {
    color:var(--neutral-12);
  display:inline-block;
  font-family:'Open Sans';
  white-space:pre-line;
  }
      

      
        
      
      
  .eUxgHb {
    gap:1rem;
  width:100%;
  margin:0 auto;
  display:flex;
  max-width:1200px;
  align-items:flex-start;
  padding-top:0.75rem;
  padding-left:0rem;
  padding-right:0rem;
  padding-bottom:0.75rem;
  justify-content:center;
  }
      

      
          @media (min-width: 720px) {
            
  
      

          }
          
        
      
      
  .doIjzL {
    height:var(--line-height-lg);
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .cQnBDK {
    top:1rem;
  }
      

      
        
      
      
  .tPbnr {
    padding-top:0.5rem;
  margin-bottom:2rem;
  padding-bottom:0.5rem;
  }
      

      
        
      
      
  .stream-summary\:1NNwBm3IhIrwCQ54p2jDK {
    color:var(--neutral-12);
  width:100%;
  min-width:0px;
  font-family:Open Sans;
  }
      

      
        
      
      
  .stream-summary\:5mPf2evHyegjJXRgdwDIh {
    width:90%;
  font-family:'Open Sans';
  padding-top:1rem;
  white-space:pre-line;
  padding-bottom:1rem;
  }
      

      
        
      
      
  .fvXEXL {
    width:0%;
  height:inherit;
  overflow:hidden;
  animation:t 2s linear infinite alternate,
m 16s steps(4) infinite;;
  max-width:max-content;
  word-break:break-all;
  }
      

      
        
      
      
  .cEqiJL {
    display:inline-block;
  }
      

      
        
      
      
  .XfpxT {
    width:0%;
  height:inherit;
  overflow:hidden;
  animation:t 2s linear infinite alternate,
m 28s steps(7) infinite;;
  max-width:max-content;
  word-break:break-all;
  }
      

      
        
      
      
  .eEDwbz {
    width:100%;
  height:100%;
  font-size:inherit;
  max-width:100%;
  }
      

      
          @media (max-width: 1024px) {
            
  .eEDwbz {
    font-size:0.925rem;
  }
      

          }
          
        
      
      
  .cFJArq {
    padding-top:0.5rem;
  padding-left:0.5rem;
  padding-right:0.5rem;
  padding-bottom:0.5rem;
  border-top-left-radius:12px;
  border-top-right-radius:12px;
  border-bottom-left-radius:12px;
  border-bottom-right-radius:12px;
  }
      

      
  .cFJArq:hover {
    color:var(--neutral-11);
  cursor:pointer;
  background:var(--neutral-5);
  transition:background 300ms ease  , color 300ms ease;
  }
      

        
      
      
  .edaNpJ {
    height:1.5em;
  display:grid;
  overflow:hidden;
  }
      

      
        
      
      
  .FIaqI {
    width:100%;
  margin:0 auto;
  align-items:start;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
      
      
  .cCYXsI {
    width:100%;
  }
      

      
        
      
      
  .weIBo {
    width:100%;
  display:block;
  max-width:100%;
  font-family:'Open Sans';
  white-space:pre-line;
  border-radius:14px;
  overflow-wrap:break-word;
  }
      

      
        
      
      
  .ObeSF {
    color:var(--neutral-10);
  display:flex;
  row-gap:0.5rem;
  column-gap:0.5rem;
  align-items:flex-start;
  flex-direction:row;
  justify-content:flex-end;
  }
      

      
        
      
      
  .gbSKB {
    width:100%;
  flex-wrap:wrap;
  max-width:100%;
  word-wrap:break-word;
  box-sizing:border-box;
  overflow-x:hidden;
  overflow-wrap:break-word;
  }
      

      
  .gbSKB.loading {
    display:none;
  }
      

        
      
      
  .details-page-full\:DE3XxoEtvb2HDkE72XV3L {
    max-width:100%;
  }
      

      
        
      
      
  .details-page-full\:DfM_YzkOJiYNfibQJAvW8 {
    cursor:pointer;
  padding-top:0.25rem;
  padding-left:0.5rem;
  padding-right:0.5rem;
  padding-bottom:0.25rem;
  border-top-left-radius:8px;
  border-top-right-radius:8px;
  border-bottom-left-radius:8px;
  border-bottom-right-radius:8px;
  }
      

      
  .details-page-full\:DfM_YzkOJiYNfibQJAvW8:hover {
    color:var(--neutral-12);
  background:var(--neutral-5);
  }
      

        
      
      
  .bPgQhD {
    width:100%;
  padding-bottom:var(--line-height-4xl);
  }
      

      
        
      
      
  .fkcwmx {
    top:-3rem;
  }
      

      
        
      
      
  .cxJHK {
    flex-direction:row;
  }
      

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

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .details-page-full\:KJos6POZeBEKFFpdZ5469 {
    row-gap:1rem;
  column-gap:1rem;
  padding-top:0.25rem;
  padding-left:0.25rem;
  padding-right:0.25rem;
  padding-bottom:0.25rem;
  border-top-left-radius:6px;
  border-top-right-radius:6px;
  border-bottom-left-radius:6px;
  border-bottom-right-radius:6px;
  }
      

      
        
      
      
  .czoOZA {
    gap:0.75rem;
  color:var(--neutral-12, #EEEEF0);
  cursor:pointer;
  height:fit-content;
  max-width:100%;
  min-width:250px;
  transition:background-color 300ms ease 0ms ;
  font-family:Open Sans;
  padding-top:2rem;
  padding-left:1.5rem;
  border-radius:12px;
  outline-color:#ffffff4d;
  outline-style:inset;
  outline-width:0.75px;
  padding-right:1.5rem;
  padding-bottom:2rem;
  background-color:var(--neutral-4, #2B292D);
  }
      

      
  .czoOZA:hover {
    box-shadow:1px 4px 8px 0px #00000044;
  outline-color:var(--brand-5, #3DB9CF);
  outline-style:solid;
  outline-width:1px;
  background-color:var(--neutral-5, #323035);
  }
      

        
      
      
  .web-search-card\:BqOQEdvLq_tgmZ5qAVL7J {
    height:3rem;
  padding-left:1.2rem;
  margin-bottom:0.5rem;
  padding-right:1.2rem;
  }
      

      
        
      
      
  .ficwHZ {
    gap:1rem;
  top:0.5rem;
  right:0.5rem;
  width:fit-content;
  z-index:5;
  position:absolute;
  align-items:center;
  flex-direction:row;
  justify-content:start;
  }
      

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

      
        
      
      
  .web-search-card\:JIOwYMY3uGtUezHNMx7vy {
    font-size:var(--text-xs);
  }
      

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

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

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

      
        
      
      
  
      

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

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

        
      
      
  
      

      
        
      
      
  
      

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

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .web-search-card\:U-dpw0nOUCeLqfVeJjzE9 {
    font-family:inherit;
  }
      

      
        
      
      
  .web-search-card\:Xj_hk-ULi8uX82wwksq7L {
    width:100%;
  font-family:Open Sans;
  }
      

      
          @media (max-width: 1024px) {
            
  .web-search-card\:Xj_hk-ULi8uX82wwksq7L {
    font-size:var(--text-sm);
  }
      

          }
          
        
      
      
  .fuTvSb {
    color:var(--neutral-10, #7C7A85);
  cursor:pointer;
  }
      

      
  .fuTvSb:hover {
    color:var(--brand-5, #3DB9CF);
  }
      

        
      
      
  .bvjzaa {
    width:100%;
  display:inline-block;
  white-space:normal;
  }
      

      
        
      
      
  .bAFPvG {
    gap:0.5rem;
  color:var(--neutral-11, #B5B2BC);
  width:100%;
  height:fit-content;
  display:flex;
  max-height:fit-content;
  align-items:start;
  font-family:inherit;
  flex-direction:column;
  justify-content:center;
  }
      

      
        
      
      
  
      

      
        
      
      
  .bRdrNn {
    width:100%;
  margin:0 auto;
  row-gap:2rem;
  column-gap:2rem;
  overflow-x:auto;
  align-items:stretch;
  font-family:inherit;
  padding-top:1rem;
  padding-left:0.2rem;
  padding-right:0.2rem;
  flex-direction:column;
  padding-bottom:1rem;
  justify-content:space-evenly;
  scrollbar-width:none;
  scroll-snap-type:x mandatory;
  }
      
.bRdrNn::-webkit-scrollbar {
  width: 0;
}


      
          @media (min-width: 720px) {
            
  .bRdrNn {
    padding-left:1rem;
  padding-right:1rem;
  }
      

          }
          
        
      
      
  .fsHEuu {
    flex-direction:column;
  }
      

      
        
      
      
  
      

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

      
        
      
      
  .details-page-full\:Oj5eVKV282wKlkgF0JwqX {
    height:0.3rem;
  background:var(--neutral-12);
  border-top-left-radius:2px;
  border-top-right-radius:2px;
  border-bottom-left-radius:2px;
  border-bottom-right-radius:2px;
  }
      

      
        
      
      
  .details-page-full\:R7-LTvgbejYdHcQ9LdGyO {
    cursor:pointer;
  padding-top:0.25rem;
  padding-left:0.5rem;
  padding-right:0.5rem;
  padding-bottom:0.25rem;
  border-top-left-radius:8px;
  border-top-right-radius:8px;
  border-bottom-left-radius:8px;
  border-bottom-right-radius:8px;
  }
      

      
  .details-page-full\:R7-LTvgbejYdHcQ9LdGyO:hover {
    color:var(--neutral-12);
  background:var(--neutral-5);
  }
      

        
      
      
  .details-page-full\:RDhqiHuloE7hX5Sc8sfqm {
    cursor:pointer;
  padding-top:0.25rem;
  padding-left:0.5rem;
  padding-right:0.5rem;
  padding-bottom:0.25rem;
  border-top-left-radius:8px;
  border-top-right-radius:8px;
  border-bottom-left-radius:8px;
  border-bottom-right-radius:8px;
  }
      

      
  .details-page-full\:RDhqiHuloE7hX5Sc8sfqm:hover {
    color:var(--neutral-12);
  background:var(--neutral-5);
  }
      

        
      
      
  
      

      
        
      
      
  .details-page-full\:U2IFJGtSDWF6fWCKFpRdi {
    margin-top:0.1rem;
  margin-left:0.2rem;
  border-top-left-radius:2px;
  border-top-right-radius:2px;
  border-bottom-left-radius:2px;
  border-bottom-right-radius:2px;
  }
      

      
        
      
      
  
      

      
  .VJAUL.hidden {
    display:none;
  }
      

        
      
      
  .details-page-full\:XpZ8VVy9FvFYUm7pzEy1s {
    padding-top:0.25rem;
  padding-left:0.5rem;
  padding-right:0.5rem;
  padding-bottom:0.25rem;
  }
      

      
        
      
      
  .details-page-full\:a3KkJ9sj8jBeS_iEzkxke {
    padding-top:0.25rem;
  padding-left:0.5rem;
  padding-right:0.5rem;
  padding-bottom:0.25rem;
  }
      

      
        
      
      
  .general-ai-message\:_U5jFrjP8GuA8APl0ghs3 {
    color:var(--neutral-12);
  max-width:100%;
  font-family:'Open Sans';
  }
      

      
        
      
      
  
      

      
        
      
      
  .dJcgNT {
    top:0.25rem;
  width:100%;
  margin:9px auto;
  align-items:start;
  padding-left:0px;
  padding-right:0px;
  flex-direction:column;
  justify-content:start;
  }
      

      
        
      
      
  .details-page-full\:iYA14NuwVKokfnCOuCdFc {
    max-width:100%;
  }
      

      
        
      
      
  .details-page-full\:ihP_9sCElj6LhwqX_ArBa {
    color:var(--neutral-12, #EEEEF0);
  flex-wrap:wrap;
  font-family:'Open Sans';
  }
      

      
          @media (max-width: 1024px) {
            
  .details-page-full\:ihP_9sCElj6LhwqX_ArBa {
    font-size:var(--text-lg);
  }
      

          }
          
        
      
      
  
      

      
        
      
      
  .bdKfQm {
    margin-bottom:2rem;
  }
      

      
        
      
      
  .dNjKmo {
    width:100%;
  margin:9px auto;
  align-items:start;
  flex-direction:column;
  justify-content:start;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .details-page-full\:ytOyrS5T2pMsFkxArdRMv {
    padding-top:0.25rem;
  padding-left:0.5rem;
  padding-right:0.5rem;
  padding-bottom:0.25rem;
  border-top-left-radius:6px;
  border-top-right-radius:6px;
  border-bottom-left-radius:6px;
  border-bottom-right-radius:6px;
  }
      

      
        
      
      
  
      

      
        
      
      
  .eqhPFr {
    width:var(--side-menu-width);
  height:100dvh;
  z-index:var(--navigation-menu);
  position:fixed;
  translate:-100% 0 0;
  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) {
            
  .eqhPFr {
    width:280px;
  display:flex;
  max-width:90vw;
  translate:-100%;
  flex-direction:column;
  }
      

          }
          

          @media (max-width: 1024px) {
            
  .eqhPFr.open {
    display:flex;
  translate:0;
  transition:var(--transition-in);
  flex-direction:column;
  }
      

          }
          

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

        
      
      
  .emrFNN {
    gap:0.25rem;
  }
      

      
        
      
      
  
      

      
        
      
      
  .feYICg {
    display:flex;
  align-items:flex-start;
  padding-top:1rem;
  padding-left:1rem;
  padding-right:1rem;
  padding-bottom:1rem;
  justify-content:flex-start;
  }
      

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

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

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

      
        
      
      
  .fWa-Dv {
    gap:0.625rem;
  color:var(--neutral-11, #60646C);
  overflow:hidden;
  flex-wrap:wrap;
  font-size:var(--text-sm);
  transition:all 200ms ease normal normal;
  align-items:center;
  font-family:"Open Sans";
  font-weight:var(--medium);
  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:start;
  }
      

      
  .fWa-Dv:hover {
    background-color:var(--neutral-2, #F9F9FB);
  }
      


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


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

        
      
      
  
      

      
        
      
      
  
      

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

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

      
        
      
      
  
      

      
        
      
      
  
      

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

      
        
      
      
  .JZoiJ {
    width:100%;
  cursor:pointer;
  }
      

      
        
      
      
  
      

      
        
      
      
  .external-navigation-menu\:tDck9rOlCiGCBMU7ZQK5- {
    cursor:pointer;
  height:2.5rem;
  background:var(--neutral-3);
  border-top-left-radius:8px;
  border-top-right-radius:8px;
  border-bottom-left-radius:8px;
  border-bottom-right-radius:8px;
  }
      

      
  .external-navigation-menu\:tDck9rOlCiGCBMU7ZQK5-:hover {
    background:var(--brand-7);
  transition:background 300ms ease;
  }
      

        
      
      
  .external-navigation-menu\:tSZAvuXTZUOHNPuGAnQCF {
    color:var(--neutral-12, #EEEEF0);
  font-family:Open Sans;
  padding-left:0.75rem;
  padding-right:0.75rem;
  }
      

      
        
      
      
  
      

      
        
      