
@layer base {
  
  body, :host {
    /* Color */
      --app-main: #008CCF;
--app-error: #f40b42;
--app-correct: #00B042;
--white: #ffffff;
--app-light: #F0F9FE;
--background-white: #ffffff;
--background-light-gray: #F8F9FA;
--background-medium-gray: #F1F3F5;
--button-primary-background: #0F1419;
--button-primary-text: #ffffff;
--button-primary-hovered: #272C30;
--button-primary-disabled: #87898C;
--button-secondary-background: #ffffff;
--button-secondary-text: #0F1419;
--button-secondary-border: #cfd9de;
--button-secondary-hover-background: #0F1419;
--button-secondary-hover-text: #ffffff;
--button-colored-background: var(--app-main, #1D9BF0);
--button-colored-text: #ffffff;
--button-colored-hover: #007ab3;
--button-underline-text: var(--app-main, #1D9BF0);
--button-colored-outline-text: var(--app-main, #1D9BF0);
--button-colored-outline-background: #ffffff;
--button-colored-outline-outline: var(--app-main, #1D9BF0);
--button-primary-colored-bg: var(--app-main, #0077B6);
--button-primary-colored-hover-bg: #0091EA;
--button-primary-colored-disabled: #B8D6E6;
--button-subscribe-bg: #C936CC;
--button-subscribe-hover-bg: #B531B8;
--icon-primary: #ffffff;
--icon-primary-background: var(--app-main, #1D9BF0);
--icon-default: #6f869f;
--icon-background-hover: #E1EEF6;
--icon-background-red: #F7E0EB;
--icon-selected-red: #F91880;
--text-primary: #0F1419;
--text-secondary: #42576c;
--text-placeholder: #BFBFBF;
--border-primary: #D4DBE2;
  /* Fonts */
    --font-sans: 'Inter',sans-serif;

    /* Font size */
    --font-size-xxs: 0.625rem;
--font-size-xs: 0.75rem;
--font-size-sm: 0.875rem;
--font-size-base: 1rem;
--font-size-lg: 1.125rem;
--font-size-xl: 1.25rem;
--font-size-2xl: 1.5rem;
--font-size-3xl: 1.875rem;
--font-size-4xl: 2.25rem;
--font-size-5xl: 3rem;
--default-text: 0.9375rem;
    /* Font weight */
    --font-weight-thin: 100;
--font-weight-lighter: 200;
--font-weight-light: 300;
--font-weight-regular: 400;
--font-weight-normal: 500;
--font-weight-bold: 700;
--font-weight-semi-bold: 600;
--font-weight-bolder: 800;
--font-weight-black: 900;
    /* Shadows */
    --shadow-sm:  0 1px 2px 0 rgba(0, 0, 0, 0.25);
--shadow-base:  0 1px 3px 0 rgba(0, 0, 0, 0.25), 0 1px 2px 0 rgba(0, 0, 0, 0.25);
--shadow-md:  0 4px 6px -1px rgba(0, 0, 0, 0.25), 0 2px 4px -1px rgba(0, 0, 0, 0.25);
--shadow-lg:  0 10px 15px -3px rgba(0, 0, 0, 0.25), 0 4px 6px -2px rgba(0, 0, 0, 0.25);
--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.25), 0 10px 10px -5px rgba(0, 0, 0, 0.25);
--shadow-2xl:  0 25px 50px -12px rgba(0, 0, 0, 0.25);
    /* Border radius */
    
    /* Spacing */
    --horizontal-gap: 1rem;
--vertical-gap: 0.75rem;
--between-gap: 0.25rem;
    /* 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;
    }
  }
}

      
  .fElrSp {
    width:100%;
  position:relative;
  align-self:center;
  min-height:100vh;
  align-items:center;
  flex-direction:column;
  justify-content:start;
  background-color:#ffffffff;
  }
      

      
        
        
      
      
  .eCKMXU {
    width:100%;
  align-items:start;
  flex-direction:row;
  justify-content:center;
  }
      

      
        
        
      
      
  .ffbLhs {
    flex:1;
  }
      

      
        
        
      
      
  .fHFdTg {
    color:var(--text-secondary, #42576c);
  font-size:13px;
  font-weight:400;
  line-height:17px;
  }
      

      
        
        
      
      
  .fjFnkv {
    gap:8px;
  flex-direction:row;
  }
      

      
        
        
      
      
  .byVMaO {
    width:100%;
  display:flex;
  padding-top:8px;
  padding-left:16px;
  padding-right:16px;
  flex-direction:column;
  padding-bottom:8px;
  border-bottom-color:var(--border-primary);
  border-bottom-style:solid;
  border-bottom-width:1px;
  }
      

      
        
        
      
      
  .btwChM {
    width:100%;
  padding-bottom:12px;
  border-bottom-color:var(--border-primary, #D4DBE2);
  border-bottom-style:solid;
  border-bottom-width:1px;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .fjibpD {
    width:100%;
  height:100vh;
  display:none;
  background-color:var(--white);
  }
      

      
  .fjibpD.show-custom {
    display:flex;
  align-items:center;
  flex-direction:column;
  justify-content:center;
  }
      

        
        
      
      
  .AkpyN {
    left:0px;
  bottom:0px;
  display:flex;
  z-index:4;
  position:sticky;
  transition:position 300ms ease;
  flex-direction:column;
  }
      

      
        
        
      
      
  .busWEs {
    gap:8px;
  align-items:center;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
        
      
      
  .YdNzG {
    gap:6px;
  align-items:center;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
        
      
      
  .dTOBxp {
    flex:1;
  align-items:start;
  flex-direction:row;
  justify-content:start;
  }
      

      
          @media (max-width: 1300px) {
            
  .dTOBxp {
    align-items:center;
  justify-content:start;
  }
      

          }
          
        
        
      
      
  .dVVvIv {
    color:var(--button-primary-text, #ffffff);
  font-size:var(--default-text);
  align-items:center;
  font-weight:700;
  padding-top:8px;
  padding-left:12px;
  border-radius:8px;
  padding-right:12px;
  padding-bottom:8px;
  justify-content:center;
  background-color:var(--button-primary-colored-bg, #005689);
  }
      

      
  .dVVvIv:hover {
    cursor:pointer;
  background: var(--button-colored-hover);
  }
      


  .dVVvIv:disabled {
    cursor:default;
  background-color:var(--button-primary-colored-disabled, #B8D6E6);
  }
      

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

      
        
        
      
      
  .sidebar-horizontal\:FprUGmXPpGB3LWRKN3uos {
    width:fit-content;
  font-size:13px;
  font-weight:600;
  border-radius:6px;
  }
      

      
        
        
      
      
  .eIJlAN {
    top:-2px;
  left:14px;
  color:var(--white, #ffffff);
  z-index:2;
  position:absolute;
  font-size:11px;
  min-width:16px;
  min-height:16px;
  align-items:center;
  font-weight:600;
  padding-top:1px;
  padding-left:4px;
  border-radius:360px;
  padding-right:4px;
  padding-bottom:1px;
  justify-content:center;
  background-color:var(--app-main, #008CCF);
  }
      

      
        
        
      
      
  .byZTzM {
    flex:1;
  color:var(--text-primary, #0f1419);
  cursor:pointer;
  align-items:center;
  font-weight:400;
  padding-top:13px;
  flex-direction:row;
  padding-bottom:16px;
  justify-content:start;
  }
      

      
        
        
      
      
  .demGfy {
    gap:0.5rem;
  color:var(--text-secondary, #42576c);
  width:100%;
  font-size:var(--default-text);
  align-items:center;
  font-weight:600;
  padding-top:9px;
  padding-left:12px;
  border-radius:8px;
  padding-right:12px;
  flex-direction:row;
  padding-bottom:9px;
  justify-content:center;
  background-color:#f1f3f5;
  }
      

      
  .demGfy:hover {
    cursor:pointer;
  background-color:#E2E7EC;
  }
      

        
        
      
      
  .sidebar-horizontal\:bNpgaz7kdQZPVxO6BlvG2 {
    width:fit-content;
  font-size:13px;
  font-weight:600;
  border-radius:6px;
  }
      

      
        
        
      
      
  .fGMMjC {
    gap:1.5rem;
  top:0px;
  position:sticky;
  align-items:start;
  padding-left:5px;
  padding-right:10px;
  justify-content:start;
  background-color:#ffffff;
  border-top-color:var(--border-primary, #D4DBE2);
  border-top-style:solid;
  border-top-width:1px;
  }
      

      
        
        
      
      
  .cPeePh {
    position:relative;
  }
      

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

      
        
        
      
      
  .djoNMA {
    gap:8px;
  flex:1;
  width:100%;
  align-items:center;
  padding-top:6px;
  padding-left:14px;
  padding-right:14px;
  flex-direction:row;
  padding-bottom:6px;
  justify-content:space-between;
  }
      

      
        
        
      
      
  .ekezuN {
    top:0px;
  left:0px;
  right:0px;
  bottom:0px;
  z-index:;
  position:relative;
  overflow-x:hidden;
  overflow-y:hidden;
  align-items:end;
  justify-content:start;
  }
      

      
        
        
      
      
  .ticlw {
    gap:0.5rem;
  color:#ffffff;
  width:100%;
  font-size:var(--default-text);
  align-items:center;
  font-weight:600;
  padding-top:13px;
  padding-left:20px;
  border-radius:8px;
  padding-right:20px;
  flex-direction:row;
  padding-bottom:13px;
  justify-content:center;
  background-color:var(--app-error, #f40b42);
  }
      

      
  .ticlw:hover {
    cursor:pointer;
  background-color:#CD0A37;
  }
      


  .ticlw.disabled {
    background: #f8d3d3;
  }
      

        
        
      
      
  .popup-signout\:2Bq4ET1Qtk2VT3nbT8jvW {
    width:fit-content;
  font-size:13px;
  font-weight:600;
  padding-top:9px;
  padding-left:12px;
  padding-right:12px;
  padding-bottom:9px;
  }
      

      
        
        
      
      
  .dPtFBJ {
    color:var(--text-primary, #0F1419);
  font-size:21px;
  font-family:'Inter';
  font-weight:600;
  padding-bottom:0.5rem;
  }
      

      
        
        
      
      
  .popup-signout\:GTF5QzMcWDC302DkhAn6d {
    width:fit-content;
  font-size:13px;
  font-weight:600;
  padding-top:9px;
  padding-left:12px;
  padding-right:12px;
  padding-bottom:9px;
  }
      

      
        
        
      
      
  .cBqIaZ {
    gap:1rem;
  width:100%;
  max-width:600px;
  overflow-x:hidden;
  overflow-y:hidden;
  transition:transform 200ms ease-in 20ms;
  padding-top:20px;
  padding-left:20px;
  border-radius:12px;
  margin-bottom:50px;
  padding-right:20px;
  padding-bottom:20px;
  background-color:#ffffffff;
  }
      

      
          @media (min-width: 800px) {
            
  .cBqIaZ {
    max-width:350px;
  }
      

          }
          
        
        
      
      
  .dpUGwv {
    top:0px;
  left:0px;
  right:0px;
  width:100%;
  bottom:0px;
  height:100vh;
  position:fixed;
  overflow-x:hidden;
  overflow-y:hidden;
  transition:transform 200ms ease-out 200ms;
  align-items:center;
  flex-direction:column;
  justify-content:center;
  background-color:#000000b5;
  }
      

      
        
        
      
      
  .bJBCtC {
    color:var(--text-secondary, #42576c);
  font-size:15px;
  font-family:'Inter';
  font-weight:400;
  padding-bottom:16px;
  }
      

      
        
        
      
      
  .dNcxMt {
    gap:12px;
  height:fit-content;
  display:flex;
  align-items:flex-start;
  flex-direction:row;
  justify-content:flex-end;
  }
      

      
        
        
      
      
  .sidebar-horizontal\:rXvGsiP0Jkp98NxFQKXjW {
    z-index:9;
  }
      

      
        
        
      
      
  .bBsaIt {
    flex:1;
  align-items:center;
  justify-content:center;
  }
      

      
          @media (min-width: 1300px) {
            
  .bBsaIt {
    width:200px;
  }
      

          }
          
        
        
      
      
  .eEjciA {
    display:none;
  font-size:18.75px;
  font-weight:inherit;
  }
      

      
          @media (min-width: 1300px) {
            
  .eEjciA {
    display:flex;
  flex-direction:column;
  }
      

          }
          

  .eEjciA.selected {
    font-weight:700;
  }
      

        
        
      
      
  .explore\:B94Z0eUQa01bTbfjLO3TC {
    width:100%;
  display:flex;
  z-index:8;
  flex-direction:column;
  }
      

      
        
        
      
      
  .ckebHz {
    top:0px;
  left:0px;
  width:100px;
  height:100vh;
  display:flex;
  z-index:;
  position:sticky;
  transition:position 300ms ease;
  flex-direction:column;
  }
      

      
          @media (min-width: 1300px) {
            
  .ckebHz {
    top:0px;
  width:240px;
  height:100vh;
  display:flex;
  position:sticky;
  flex-direction:column;
  }
      

          }
          

  .ckebHz.show-custom {
    width:330px;
  height:100vh;
  display:flex;
  max-width:80%;
  max-height:100vh;
  align-items:flex-start;
  justify-content:center;
  }
      

        
        
      
      
  .dPXXde {
    padding-top:16px;
  }
      

      
        
        
      
      
  .cYOEzo {
    flex:1;
  width:fit-content;
  align-items:start;
  justify-content:end;
  }
      

      
        
        
      
      
  .ehTwGn {
    gap:8px;
  max-width:200px;
  align-items:center;
  padding-top:12px;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
        
      
      
  .fzBWGz {
    width:42px;
  height:42px;
  }
      

      
        
        
      
      
  .bXIjOp {
    gap:6px;
  width:100%;
  align-items:center;
  padding-right:12px;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
        
      
      
  .etTXAO {
    align-items:start;
  justify-content:start;
  }
      

      
          @media (max-width: 1300px) {
            
  .etTXAO {
    align-items:center;
  justify-content:start;
  }
      

          }
          

  .etTXAO.show-custom {
    display:flex;
  align-items:flex-start;
  justify-content:flex-start;
  }
      

        
        
      
      
  .XPbOX {
    width:100%;
  padding-left:20px;
  padding-right:20px;
  }
      

      
        
        
      
      
  .juIdF {
    padding-left:20px;
  padding-right:20px;
  }
      

      
        
        
      
      
  .eaRWBW {
    color:var(--app-main);
  cursor:pointer;
  font-size:15px;
  font-weight:400;
  }
      

      
        
        
      
      
  .fEcnuI {
    row-gap:2px;
  column-gap:2px;
  }
      

      
        
        
      
      
  .sidebar-vertical\:FprUGmXPpGB3LWRKN3uos {
    width:fit-content;
  font-size:13px;
  font-weight:600;
  border-radius:6px;
  }
      

      
        
        
      
      
  .eSjwvv {
    row-gap:8px;
  column-gap:8px;
  padding-right:16px;
  }
      

      
        
        
      
      
  .fGnJiZ {
    height:1px;
  background: rgb(212, 219, 226);
  margin-top:8px;
  margin-bottom:20px;
  }
      

      
        
        
      
      
  .dIlNRT {
    width:52px;
  height:52px;
  }
      

      
        
        
      
      
  .csEMXk {
    row-gap:12px;
  column-gap:12px;
  }
      

      
        
        
      
      
  .bRtANW {
    gap:8px;
  color:var(--text-primary, #0f1419);
  cursor:pointer;
  align-items:center;
  font-weight:400;
  padding-top:12px;
  padding-left:12px;
  border-radius:8px;
  padding-right:12px;
  flex-direction:row;
  padding-bottom:12px;
  justify-content:start;
  }
      

      
  .bRtANW:hover {
    align-items:center;
  flex-direction:row;
  justify-content:start;
  background-color:var(--background-medium-gray, #E7E7E8);
  }
      


  .bRtANW.show-custom {
    padding-left:20px;
  padding-right:20px;
  }
      

        
        
      
      
  .uTmYU {
    color:#0b0f14;
  font-size:19px;
  font-weight:800;
  }
      

      
        
        
      
      
  .TQyFC {
    color:var(--text-primary, #0F1419);
  font-size:28px;
  font-weight:600;
  }
      

      
        
        
      
      
  .duswZM {
    width:100%;
  margin-top:20px;
  }
      

      
        
        
      
      
  .PNbXB {
    gap:6px;
  width:100%;
  align-items:center;
  padding-left:16px;
  padding-right:12px;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
        
      
      
  .cdHaNx {
    height:1px;
  background: rgb(212, 219, 226);
  margin-top:20px;
  margin-bottom:8px;
  }
      

      
        
        
      
      
  .dQaWLE {
    border-top-left-radius:360px;
  border-top-right-radius:360px;
  border-bottom-left-radius:360px;
  border-bottom-right-radius:360px;
  }
      

      
        
        
      
      
  .sidebar-vertical\:bNpgaz7kdQZPVxO6BlvG2 {
    width:fit-content;
  font-size:13px;
  font-weight:600;
  border-radius:6px;
  }
      

      
        
        
      
      
  .ekLDKJ {
    gap:1.5rem;
  top:0px;
  flex:1;
  width:100%;
  position:sticky;
  align-items:center;
  padding-top:10px;
  padding-left:20px;
  padding-right:20px;
  padding-bottom:10px;
  justify-content:start;
  background-color:#ffffff;
  }
      

      
          @media (max-width: 1300px) {
            
  .ekLDKJ {
    align-items:center;
  justify-content:start;
  }
      

          }
          

  .ekLDKJ.show-custom {
    display:flex;
  align-items:flex-start;
  padding-top:20px;
  padding-left:0px;
  padding-right:0px;
  padding-bottom:0px;
  justify-content:flex-start;
  }
      

        
        
      
      
  .drVMDD {
    margin-top:12px;
  margin-bottom:12px;
  }
      

      
  .drVMDD.hide-custom {
    display:none;
  }
      

        
        
      
      
  .ceBFxG {
    flex:1;
  color:#f40b42;
  font-size:inherit;
  text-align:left;
  font-weight:400;
  }
      

      
        
        
      
      
  .sidebar-vertical\:kKs318sehWY8XslR2K1gJ {
    width:fit-content;
  display:flex;
  row-gap:8px;
  column-gap:8px;
  align-items:center;
  font-weight:600;
  padding-top:13px;
  padding-left:20px;
  padding-right:20px;
  flex-direction:row;
  padding-bottom:13px;
  justify-content:flex-start;
  border-top-left-radius:360px;
  border-top-right-radius:360px;
  border-bottom-left-radius:360px;
  border-bottom-right-radius:360px;
  }
      

      
        
        
      
      
  .fdgzUO {
    gap:12px;
  min-height:48px;
  align-items:center;
  padding-top:8px;
  flex-direction:row;
  padding-bottom:8px;
  justify-content:start;
  }
      

      
  .fdgzUO:hover {
    cursor:pointer;
  background-color:var(--background-medium-gray);
  }
      

        
        
      
      
  .cCYXsI {
    width:100%;
  }
      

      
        
        
      
      
  .cEsiJz {
    display:flex;
  padding-top:20px;
  padding-left:12px;
  }
      

      
          @media (max-width: 1300px) {
            
  .cEsiJz {
    display:none;
  }
      

          }
          

  .cEsiJz.hide-custom {
    display:none;
  }
      

        
        
      
      
  .sidebar-vertical\:rXvGsiP0Jkp98NxFQKXjW {
    z-index:9;
  }
      

      
        
        
      
      
  .dGBToO {
    justify-content:center;
  }
      

      
          @media (min-width: 1300px) {
            
  .dGBToO {
    width:200px;
  }
      

          }
          
        
        
      
      
  .frCwBI {
    width:100%;
  z-index:;
  align-items:start;
  justify-content:center;
  }
      

      
        
        
      
      
  .VVkYr {
    color:var(--text-secondary, #536471);
  display:inline-block;
  font-size:var(--default-text);
  font-weight:400;
  }
      

      
        
        
      
      
  .bjictt {
    width:100%;
  height:100%;
  border-radius:100px;
  }
      

      
        
        
      
      
  .biKEHo {
    width:100%;
  height:100%;
  align-items:center;
  padding-top:4px;
  padding-left:4px;
  border-radius:100px;
  padding-right:4px;
  padding-bottom:4px;
  justify-content:center;
  }
      

      
        
        
      
      
  .profile-logout\:7M3mWrr3tiaz_voII1zZx {
    width:50px;
  height:50px;
  }
      

      
        
        
      
      
  .cBZisf {
    width:100%;
  align-items:start;
  justify-content:center;
  }
      

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

      
        
        
      
      
  .cVDfNi {
    left:0px;
  width:100%;
  bottom:84px;
  z-index:5;
  position:absolute;
  min-width:120px;
  box-shadow:0 0 16px 0 #0b0f141a;
  overflow-x:hidden;
  overflow-y:hidden;
  align-items:start;
  padding-top:4px;
  border-color:#d4dbe2;
  border-style:solid;
  border-width:1px;
  padding-left:4px;
  border-radius:8px;
  padding-right:4px;
  padding-bottom:4px;
  justify-content:center;
  background-color:#ffffffff;
  }
      

      
        
        
      
      
  .bQSzbZ {
    flex:1;
  color:#253342;
  display:inline-block;
  font-size:13.125px;
  text-align:left;
  font-weight:600;
  }
      

      
        
        
      
      
  .boDfQA {
    gap:8px;
  width:100%;
  cursor:pointer;
  padding-top:0.75rem;
  padding-left:0.75rem;
  border-radius:360px;
  padding-right:0.75rem;
  flex-direction:row;
  padding-bottom:0.75rem;
  }
      

      
  .boDfQA:hover {
    background-color:var(--background-medium-gray);
  }
      


  .boDfQA.log-visible {
    background-color:var(--background-medium-gray, #F1F3F5);
  }
      

        
        
      
      
  .dYmqWg {
    left:-2px;
  width:20px;
  height:20px;
  align-items:start;
  justify-content:center;
  }
      

      
        
        
      
      
  .eHZnEq {
    color:var(--text-primary, #0f1419);
  display:inline-block;
  font-size:var(--default-text);
  font-weight:700;
  }
      

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

      
        
        
      
      
  .dlGOUm {
    flex:1;
  display:none;
  }
      

      
          @media (min-width: 1300px) {
            
  .dlGOUm {
    gap:8px;
  flex:1;
  display:flex;
  align-items:center;
  flex-direction:row;
  justify-content:start;
  }
      

          }
          
        
        
      
      
  .bYOSnB {
    gap:16px;
  flex:1;
  width:100%;
  cursor:pointer;
  flex-grow:1;
  font-size:var(--default-text);
  min-height:32px;
  align-items:center;
  font-weight:700;
  padding-top:10px;
  padding-left:8px;
  border-radius:4px;
  padding-right:8px;
  flex-direction:row;
  padding-bottom:10px;
  justify-content:start;
  }
      

      
  .bYOSnB:hover {
    cursor:pointer;
  background-color:var(--background-medium-gray, #F1F3F5);
  }
      

        
        
      
      
  
      

      
        
        
      
      
  .cDEKoA {
    display:none;
  font-size:18.75px;
  font-weight:inherit;
  }
      

      
  .cDEKoA.show-custom {
    display:flex;
  }
      


          @media (min-width: 1300px) {
            
  .cDEKoA {
    display:flex;
  flex-direction:column;
  }
      

          }
          

  .cDEKoA.selected {
    font-weight:700;
  }
      

        
        
      
      
  .fHxWFo {
    color:var(--text-secondary);
  font-size:15px;
  font-weight:400;
  }
      

      
        
        
      
      
  .explore\:Drext9NFDvzWf2W1G2cxH {
    display:flex;
  z-index:9;
  flex-direction:column;
  }
      

      
        
        
      
      
  .fwxPqg {
    gap:8px;
  width:100%;
  }
      

      
        
        
      
      
  .eMDxvK {
    color:var(--text-secondary, #42576c);
  font-size:15px;
  text-align:center;
  font-weight:400;
  }
      

      
        
        
      
      
  .bvXbVA {
    top:25%;
  left:25%;
  position:absolute;
  }
      

      
        
        
      
      
  .dfdCBZ {
    width:20px;
  height:20px;
  padding-right:4px;
  }
      

      
        
        
      
      
  .cVjBGb {
    font-size:var(--default-text);
  text-align:left;
  font-weight:600;
  white-space:nowrap;
  }
      

      
        
        
      
      
  .ermEWr {
    width:100%;
  display:none;
  z-index:5;
  position:relative;
  margin-top:10px;
  border-color:#c5cfd9;
  border-style:solid;
  border-width:1px;
  border-radius:6px;
  background-color:var(--white, #ffffff);
  }
      

      
  .ermEWr.show-custom {
    display:flex;
  align-items:center;
  padding-top:8px;
  padding-left:12px;
  padding-right:12px;
  flex-direction:column;
  padding-bottom:8px;
  justify-content:start;
  }
      

        
        
      
      
  .fsSOsu {
    color:var(--text-secondary, #42576c);
  font-size:14px;
  text-align:left;
  font-weight:400;
  white-space:nowrap;
  }
      

      
        
        
      
      
  .oxwpj {
    width:40px;
  height:40px;
  border-radius:360px;
  }
      

      
        
        
      
      
  .xXbcn {
    display:flex;
  align-items:center;
  border-color:#F1F3F5;
  border-style:solid;
  border-width:1px;
  padding-left:12px;
  border-radius:6px;
  padding-right:12px;
  flex-direction:row;
  justify-content:start;
  background-color:#F1F3F5;
  }
      

      
  .xXbcn:focus-within {
    display:flex;
  align-items:center;
  border-color:var(--app-main, #0077B6);
  border-style:solid;
  border-width:1px;
  outline-color:var(--app-main, #067ACC);
  outline-style:solid;
  outline-width:1px;
  flex-direction:row;
  justify-content:start;
  background-color:#E2E7EC;
  }
      

        
        
      
      
  .bVePnQ {
    display:none;
  }
      

      
  .bVePnQ.show-custom {
    display:flex;
  flex-direction:column;
  }
      

        
        
      
      
  .bTSXzw {
    animation:rotate 1s linear infinite;
  }
      

      
        
        
      
      
  .search\:ZGC02VZieASIdGKthusOV {
    width:20px;
  height:20px;
  }
      

      
        
        
      
      
  .cMJNMC {
    flex:1;
  color:var(--text-primary, #0F1419);
  font-size:var(--default-text);
  margin-top:2px;
  align-items:start;
  font-weight:var(--font-weight-regular);
  padding-top:10px;
  padding-left:4px;
  margin-bottom:2px;
  padding-right:4px;
  padding-bottom:11px;
  justify-content:center;
  }
      

      
  .cMJNMC::placeholder {
    color:var(--text-placeholder, #BFBFBF);
  align-items:start;
  justify-content:center;
  }
      

        
        
      
      
  .jRGfq {
    width:22px;
  cursor:pointer;
  height:22px;
  display:none;
  border-radius:360px;
  background-color:var(--white);
  }
      

      
  .jRGfq.show-custom {
    display:flex;
  flex-direction:column;
  }
      


  .jRGfq:hover {
    background-color:#F1F3F5;
  }
      

        
        
      
      
  .bsjHSu {
    font-weight:var(--font-weight-regular);
  justify-content:center;
  }
      

      
        
        
      
      
  .puJXQ {
    gap:12px;
  cursor:pointer;
  display:flex;
  align-items:center;
  padding-top:8px;
  padding-left:12px;
  padding-right:12px;
  flex-direction:row;
  padding-bottom:8px;
  justify-content:start;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .bdJTtc {
    height:1px;
  }
      

      
        
        
      
      
  .cokRSz {
    gap:8px;
  align-items:center;
  padding-top:24px;
  padding-left:16px;
  padding-right:16px;
  flex-direction:row;
  padding-bottom:4px;
  justify-content:start;
  }
      

      
        
        
      
      
  .dsfjpS {
    left:0px;
  width:100%;
  bottom:0px;
  display:none;
  z-index:8;
  position:sticky;
  }
      

      
          @media (max-width: 800px) {
            
  .dsfjpS {
    left:0px;
  bottom:0px;
  display:flex;
  position:sticky;
  flex-direction:column;
  }
      

          }
          
        
        
      
      
  .bltWuX {
    width:100%;
  min-height:100vh;
  align-items:start;
  flex-direction:row;
  justify-content:center;
  }
      

      
        
        
      
      
  .bDVExA {
    color:var(--text-primary, #0F1419);
  font-size:13px;
  font-weight:400;
  line-height:17px;
  }
      

      
        
        
      
      
  .DJqVK {
    flex:1;
  width:100%;
  max-width:600px;
  min-height:100vh;
  align-items:start;
  justify-content:start;
  border-left-color:var(--border-primary, #D4DBE2);
  border-left-style:solid;
  border-left-width:1px;
  border-right-color:var(--border-primary, #D4DBE2);
  border-right-style:solid;
  border-right-width:1px;
  }
      

      
          @media (max-width: 800px) {
            
  .DJqVK {
    flex:1;
  max-width:100%;
  min-height:100vh;
  }
      

          }
          
        
        
      
      
  .bxgYOn {
    cursor:pointer;
  font-weight:var(--font-weight-regular);
  justify-content:center;
  border-bottom-color:var(--border-primary, #D4DBE2);
  border-bottom-style:solid;
  border-bottom-width:1px;
  }
      

      
  .bxgYOn:hover {
    background-color:var(--background-light-gray, #F8F9FA);
  }
      

        
        
      
      
  .buQQqg {
    width:100%;
  }
      

      
  .buQQqg.not-show-custom {
    display:none;
  }
      

        
        
      
      
  .bpeMON {
    width:40px;
  height:40px;
  }
      

      
        
        
      
      
  .dsuKjj {
    padding-top:4px;
  }
      

      
        
        
      
      
  .bCTAa-d {
    width:100%;
  align-items:center;
  justify-content:start;
  }
      

      
        
        
      
      
  .futflS {
    flex:1;
  font-size:15px;
  font-weight:400;
  padding-left:12px;
  padding-right:12px;
  }
      

      
        
        
      
      
  .fsJrqT {
    gap:10px;
  color:#ffffff;
  bottom:64px;
  cursor:pointer;
  z-index:100;
  position:fixed;
  max-width:600px;
  transition:width 300ms ease 0ms;
  align-items:start;
  padding-top:12px;
  padding-left:12px;
  border-radius:4px;
  padding-right:12px;
  flex-direction:row;
  padding-bottom:12px;
  justify-content:center;
  background-color:#1D9BF0;
  }
      

      
        
        
      
      
  .explore\:fQKGqpNaqkDwC68VUgojt {
    width:100%;
  max-width:1200px;
  align-items:center;
  justify-content:start;
  }
      

      
        
        
      
      
  .cTBjTC {
    flex:1;
  color:var(--text-primary, #0F1419);
  font-size:19px;
  font-weight:600;
  line-height:19px;
  }
      

      
        
        
      
      
  .aYgwP {
    padding-top:16px;
  padding-left:16px;
  padding-right:16px;
  padding-bottom:16px;
  }
      

      
        
        
      
      
  .fiLmjY {
    color:var(--text-primary, #0F1419);
  font-size:15px;
  font-weight:600;
  line-height:20px;
  }
      

      
        
        
      
      
  .djjVUo {
    gap:4px;
  flex:1;
  width:100%;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .eUXGuI {
    width:24px;
  height:24px;
  margin-left:-2px;
  }
      

      
        
        
      
      
  .explore\:sTX9DjN_S_JBs2Qvq7RXa {
    height:33px;
  font-size:13px;
  margin-top:0px;
  font-weight:600;
  line-height:15px;
  margin-left:0px;
  margin-right:0px;
  margin-bottom:0px;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .eFJhCV {
    top:0px;
  left:0px;
  display:none;
  z-index:4;
  position:sticky;
  }
      

      
          @media (min-width: 800px) {
            
  .eFJhCV.signed-in {
    display:flex;
  flex-direction:column;
  }
      

          }
          

          @media (min-width: 1300px) {
            
  .eFJhCV.signed-out {
    display:flex;
  flex-direction:column;
  }
      

          }
          
        
        
      
      
  .dWYxaq {
    top:0px;
  display:none;
  position:sticky;
  }
      

      
          @media (min-width: 1000px) {
            
  .dWYxaq {
    gap:16px;
  width:328px;
  display:flex;
  padding-top:20px;
  padding-left:28px;
  flex-direction:column;
  padding-bottom:20px;
  }
      

          }
          
        
        
      
      
  .dpMzUI {
    width:100%;
  height:50vh;
  display:flex;
  align-items:center;
  padding-top:4rem;
  padding-left:2rem;
  padding-right:2rem;
  flex-direction:column;
  padding-bottom:2rem;
  justify-content:start;
  }
      

      
  .dpMzUI.hide-custom {
    height:0px;
  display:none;
  }
      

        
        
      