
  

  

  
  
  
  


@layer base {
  
  body, :host {
    /* Color */
    --brand_card_hover: #F8F9FC;
--background_page: #FFF;
--background_grey: #F6F6F6;
--background_grey_dark: #E9ECF3;
--border_light: #E3E3E3;
--border_dark: #BABCC2;
--brand_primary: #1A52D3;
--brand_hover: #2867F6;
--brand_bg: #1A52D31A;
--brand_disabled: #A3BAED;
--text_primary: #1D2939;
--text_secondary: #646E82;
--text_tertiary: #BDBDBD;
--success: #18A359;
--success_hover: #1ac76b;
--success_bg: #18A3591A;
--warning: #E9B110;
--warning_hover: #f8c020;
--warning-bg: #E9B1101A;
--danger-100: #DC2626;
--danger_hover: #EF4444;
--danger_bg: #dc26261a;
    /* 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;
    /* 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 */
    
    /* 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;
    }
  }
}

      
  .pdYam {
    color:var(--text_primary, #1D2939);
  width:100%;
  height:100%;
  display:flex;
  background: white;
  align-items:center;
  font-family:'Inter';
  padding-left:12px;
  padding-right:12px;
  justify-content:center;
  }
      

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

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

      
        
      
      
  .btn_secondary_new\:root {
    color:var(--brand_primary);
  width:fit-content;
  cursor:default;
  height:44px;
  display:flex;
  row-gap:4px;
  font-size:var(--font-size-base);
  background: var(--white);
  column-gap:4px;
  overflow-x:hidden;
  overflow-y:hidden;
  transition:background-color 200ms ease 0ms normal;
  align-items:center;
  font-weight:600;
  border-color:var(--brand_primary);
  border-style:solid;
  border-width:2px;
  padding-left:20px;
  outline-color:#00000000;
  outline-style:solid;
  outline-width:2px;
  padding-right:20px;
  flex-direction:row;
  justify-content:center;
  border-top-left-radius:8px;
  border-top-right-radius:8px;
  border-bottom-left-radius:8px;
  border-bottom-right-radius:8px;
  }
      

      
  .btn_secondary_new\:root:hover {
    cursor:pointer;
  background: var(--brand_bg);
  }
      


  .btn_secondary_new\:root:focus-visible {
    background: var(--brand_bg);
  outline-color:#0c42bb;
  outline-style:solid;
  outline-width:3px;
  outline-offset:1px;
  }
      


  .btn_secondary_new\:root.disabled {
    color:#1a52d380;
  cursor:default;
  background: var(--white);
  border-color:#1a52d380;
  border-style:solid;
  border-width:2px;
  }
      

        
      
      
  .dUYWRw {
    top:0px;
  left:0px;
  right:0px;
  bottom:0px;
  display:flex;
  position:absolute;
  background:white;
  align-items:center;
  flex-direction:column;
  justify-content:center;
  }
      

      
        
      
      
  .cxydES {
    width:24px;
  height:24px;
  animation:spinner 1s linear infinite;
  border-radius:50%;
  }
      

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

      
        
      
      
  .cgRFVc {
    width:100%;
  height:100%;
  position:absolute;
  border-color:transparent;
  border-style:solid;
  border-width:4px;
  border-radius:50%;
  border-top-color:var(--text_tertiary);
  border-top-style:solid;
  border-top-width:4px;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .login\:0--DPjc1LdBYqMN40sy3N {
    display:flex;
  flex-grow:1;
  min-width:175px;
  align-items:center;
  flex-shrink:1;
  justify-content:center;
  }
      

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

      
        
      
      
  .dKzsXA {
    color:var(--text_secondary);
  height:20px;
  font-size:var(--font-size-sm);
  font-weight:400;
  padding-bottom:4px;
  }
      

      
        
      
      
  
      

      
        
      
      
  .EIdda {
    display:none;
  opacity:0;
  row-gap:6px;
  max-width:100%;
  translate:16px 0 0;
  column-gap:6px;
  transition:all 300ms ease  ;
  align-items:flex-start;
  justify-content:center;
  }
      

      
  .EIdda.shown {
    display:flex;
  opacity:1;
  row-gap:8px;
  translate:0 0 0;
  column-gap:8px;
  }
      

        
      
      
  .ekSHnQ {
    width:100%;
  display:flex;
  row-gap:20px;
  column-gap:20px;
  align-items:flex-end;
  padding-right:20px;
  justify-content:flex-start;
  }
      

      
        
      
      
  .btn_primary_new\:root {
    color:white;
  width:fit-content;
  cursor:default;
  height:44px;
  display:flex;
  row-gap:4px;
  font-size:var(--font-size-base);
  background: var(--brand_primary);
  column-gap:4px;
  overflow-x:hidden;
  overflow-y:hidden;
  transition:background-color 200ms ease 0ms normal;
  align-items:center;
  font-weight:600;
  padding-left:20px;
  outline-color:#00000000;
  outline-style:solid;
  outline-width:2px;
  padding-right:20px;
  flex-direction:row;
  justify-content:center;
  border-top-left-radius:8px;
  border-top-right-radius:8px;
  border-bottom-left-radius:8px;
  border-bottom-right-radius:8px;
  }
      

      
  .btn_primary_new\:root:hover {
    cursor:pointer;
  background: var(--brand_hover);
  }
      


  .btn_primary_new\:root:focus-visible {
    background: var(--brand_hover);
  outline-color:#0c42bb;
  outline-style:solid;
  outline-width:3px;
  outline-offset:1px;
  }
      


  .btn_primary_new\:root.disabled {
    cursor:default;
  opacity:0.5;
  background: var(--brand_primary);
  }
      

        
      
      
  
      

      
        
      
      
  .dKaZWl {
    top:0px;
  left:0px;
  right:0px;
  bottom:0px;
  display:flex;
  position:absolute;
  background: var(--brand_primary);
  align-items:center;
  flex-direction:column;
  justify-content:center;
  }
      

      
        
      
      
  .btn_primary_new\:_Zn9zWQr3E_1KV7KRj8aK {
    width:400px;
  }
      

      
        
      
      
  .login\:2ssXoKK9hGQuLcgbHNeyf {
    width:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  }
      

      
        
      
      
  .ejxnqu {
    color:var(--danger, #EF4444);
  font-size:var(--font-size-xs);
  font-family:inherit;
  font-weight:inherit;
  }
      

      
        
      
      
  .ebxljG {
    color:var(--text_primary, #1D2939);
  }
      

      
        
      
      
  .bFGeSS {
    width:100%;
  height:100%;
  flex-direction:row;
  }
      

      
        
      
      
  .csTmDI {
    gap:8px;
  cursor:text;
  transition:box-shadow 250ms ease 0ms normal;
  align-items:center;
  border-color:var(--text_tertiary, #BDBDBD);
  border-style:solid;
  border-width:1px;
  padding-left:12px;
  border-radius:6px;
  padding-right:12px;
  flex-direction:row;
  justify-content:start;
  background-color:var(--background_page, #FFF);
  }
      

      
  .csTmDI:focus-within {
    box-shadow:0px 0px 0px 4px #F1F1F1, 0px 1px 2px 0px #2424240D;
  }
      


  .csTmDI.incorrect_login {
    border-color:var(--danger, #EF4444);
  border-style:solid;
  border-width:1px;
  }
      

        
      
      
  .dvBkpZ {
    gap:8px;
  cursor:text;
  transition:box-shadow 250ms ease 0ms normal;
  align-items:center;
  border-color:var(--text_tertiary, #BDBDBD);
  border-style:solid;
  border-width:1px;
  padding-left:12px;
  border-radius:6px;
  flex-direction:row;
  justify-content:start;
  background-color:var(--background_page, #FFF);
  }
      

      
  .dvBkpZ:focus-within {
    box-shadow:0px 0px 0px 4px #F1F1F1, 0px 1px 2px 0px #2424240D;
  }
      


  .dvBkpZ.dont_match {
    border-color:var(--danger, #EF4444);
  border-style:solid;
  border-width:1px;
  }
      

        
      
      
  .cVlNqU {
    display:flex;
  opacity:1;
  row-gap:8px;
  max-width:100%;
  translate:0 0 0;
  column-gap:8px;
  transition:all 300ms ease  ;
  align-items:flex-start;
  justify-content:center;
  }
      

      
  .cVlNqU.hidden {
    display:none;
  opacity:0;
  translate:-16px 0 0;
  }
      

        
      
      
  .ekkoge {
    display:flex;
  align-items:center;
  padding-top:10px;
  flex-direction:row;
  padding-bottom:24px;
  justify-content:flex-end;
  }
      

      
        
      
      
  .erbOwS {
    color:var(--text_secondary, #646E82);
  display:inline-block;
  }
      

      
        
      
      
  .cCYXsI {
    width:100%;
  }
      

      
        
      
      
  
      

      
        
      
      
  .cxZuOt {
    color:var(--text_primary, #1D2939);
  font-size:0.88rem;
  margin-top:8px;
  }
      

      
        
      
      
  .fazxph {
    color:inherit;
  font-size:2.25rem;
  max-width:100%;
  min-height:44px;
  text-align:left;
  font-weight:var(--font-weight-bold);
  }
      

      
          @media (max-width: 400px) {
            
  .fazxph {
    font-size:9vw;
  }
      

          }
          
        
      
      
  .ZCkPd {
    width:100%;
  height:fit-content;
  position:relative;
  transition:width 300ms ease 0ms normal;
  }
      

      
        
      
      
  
      

      
        
      
      
  .login\:M0LHZW5gOvzjt5jvZEf3I {
    top:24px;
  left:24px;
  width:225px;
  z-index:5;
  position:absolute;
  }
      

      
        
      
      
  .eWLGiL {
    gap:4px;
  background-color:var(--background_page, #FFF);
  }
      

      
        
      
      
  .login\:NU_BDEfHzwivNzgl-yJnT {
    color:var(--brand_primary);
  display:flex;
  font-size:var(--font-size-sm);
  align-items:flex-start;
  font-weight:500;
  justify-content:flex-start;
  }
      

      
  .login\:NU_BDEfHzwivNzgl-yJnT:hover {
    color:var(--brand_hover);
  cursor:pointer;
  text-decoration:underline;
  }
      


  .login\:NU_BDEfHzwivNzgl-yJnT:focus-visible {
    color:var(--brand_hover);
  text-decoration:underline;
  }
      

        
      
      
  .dMcpZk {
    gap:40px;
  width:100%;
  }
      

      
        
      
      
  .epHJVZ {
    width:100%;
  display:flex;
  z-index:1;
  max-width:500px;
  background: white;
  align-items:center;
  padding-top:64px;
  padding-left:36px;
  padding-right:36px;
  padding-bottom:64px;
  justify-content:center;
  border-top-left-radius:8px;
  border-top-right-radius:8px;
  border-bottom-left-radius:8px;
  border-bottom-right-radius:8px;
  }
      

      
          @media (max-width: 800px) {
            
  .epHJVZ {
    box-shadow:0px 2px 4px 0px #00000020;
  }
      

          }
          
        
      
      
  .fdsNkl {
    flex:8;
  color:var(--text_primary, #1D2939);
  width:100%;
  height:40px;
  font-size:0.88rem;
  padding-left:8px;
  padding-right:8px;
  flex-direction:row;
  background-color:var(--background_page, #FFF);
  border-top-right-radius:6px;
  border-bottom-right-radius:6px;
  }
      

      
        
      
      
  .login\:QQD8EVEGxyS6EoFOk__f7 {
    width:100%;
  height:40px;
  }
      

      
        
      
      
  .cechEY {
    color:var(--text_primary);
  display:flex;
  row-gap:6px;
  font-size:var(--font-size-2xl);
  max-width:100%;
  column-gap:6px;
  min-height:24px;
  align-items:center;
  font-family:inherit;
  font-weight:700;
  flex-direction:row;
  justify-content:flex-start;
  }
      

      
        
      
      
  .cBMmx {
    width:24px;
  height:24px;
  }
      

      
        
      
      
  .epDntu {
    gap:6px;
  }
      

      
        
      
      
  .fpsYSE {
    height:100%;
  flex-grow:1;
  max-width:100%;
  }
      

      
        
      
      
  .cbFspz {
    width:100%;
  height:fit_content;
  row-gap:6px;
  column-gap:6px;
  background-color:var(--background_page, #FFF);
  }
      

      
        
      
      
  .cmkTeS {
    left:1px;
  color:var(--danger, #EF4444);
  font-size:inherit;
  font-family:inherit;
  font-weight:inherit;
  }
      

      
        
      
      
  .cgwWrL {
    gap:4px;
  cursor:text;
  background:white;
  transition:box-shadow 250ms ease 0ms normal;
  align-items:center;
  border-color:#BABCC2;
  border-style:solid;
  border-width:1px;
  padding-left:12px;
  border-radius:4px;
  padding-right:12px;
  flex-direction:row;
  justify-content:start;
  }
      

      
  .cgwWrL.no_icons {
    background:white;
  padding-left:0px;
  padding-right:0px;
  }
      


  .cgwWrL:focus-within {
    box-shadow:0px 0px 0px 4px #F1F1F1, 0px 1px 2px 0px #2424240D;
  }
      


  .cgwWrL.invalid {
    box-shadow:0px 0px 0px 4px #FFF0F0, 0px 1px 2px 0px #2424240D;
  border-color:var(--danger, #EF4444);
  border-style:solid;
  border-width:1px;
  }
      


  .cgwWrL.disabled {
    background:#F6F6F6;
  }
      

        
      
      
  .fiaeUQ {
    flex:8;
  color:var(--value_cond_color);
  width:100%;
  height:38px;
  font-size:var(--font-size-sm);
  font-weight:400;
  padding-left:12px;
  border-radius:6px;
  padding-right:12px;
  flex-direction:row;
  }
      

      
  .fiaeUQ.disabled {
    color:var(--value_cond_color);
  cursor:default;
  pointer-events:none;
  }
      

        
      
      
  .dWFVtu {
    display:flex;
  row-gap:8px;
  column-gap:8px;
  align-items:flex-end;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
        
      
      
  .dodHgr {
    color:var(--text_primary, #1D2939);
  font-size:var(--font-size-sm);
  margin-top:8px;
  font-weight:400;
  }
      

      
        
      
      
  .bGmYJn {
    color:var(--text_secondary, #646E82);
  }
      

      
  .bGmYJn.invalid {
    color:var(--danger, #EF4444);
  }
      

        
      
      
  .fvMKmH {
    width:16px;
  height:16px;
  display:flex;
  align-items:flex-start;
  padding-bottom:2px;
  justify-content:flex-start;
  }
      

      
        
      
      
  
      

      
        
      
      
  .login\:UfMJ-bvSKaN5kxm8_XYll {
    width:100%;
  }
      

      
        
      
      
  .IgNB {
    flex:8;
  color:var(--text_primary, #1D2939);
  height:40px;
  font-size:0.88rem;
  padding-left:8px;
  padding-right:8px;
  flex-direction:row;
  background-color:var(--background_page, #FFF);
  border-top-right-radius:6px;
  border-bottom-right-radius:6px;
  }
      

      
        
      
      
  .bxfnVJ {
    color:var(--danger, #EF4444);
  align-items:start;
  justify-content:center;
  }
      

      
        
      
      
  .fAgIZp {
    color:var(--danger, #EF4444);
  font-size:var(--font-size-xs);
  font-family:inherit;
  font-weight:inherit;
  }
      

      
  .fAgIZp.true {
    color:var(--text_primary, #1D2939);
  }
      

        
      
      
  .bDVFRu {
    width:50%;
  height:100%;
  background:url("/cdn-cgi/imagedelivery/ZIty0Vhmkm0nD-fBKJrTZQ/chocolate_ben_quadinaros_irrelevant_sa_fish:Image(1).png/full") no-repeat no-repeat center center / contain var(--background_grey, #F6F6F6);
  align-items:center;
  justify-content:center;
  }
      

      
          @media (max-width: 800px) {
            
  .bDVFRu {
    width:100%;
  z-index:0;
  position:absolute;
  }
      

          }
          
        
      
      
  .eCkyaI {
    gap:40px;
  width:400px;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .dialog\:BwMjyRokHj4HnMpxEVvWq {
    display:flex;
  align-items:flex-start;
  flex-direction:row;
  justify-content:flex-start;
  }
      

      
        
      
      
  .SWxlP {
    position:relative;
  outline-color:transparent;
  outline-style:none;
  outline-width:0px;
  pointer-events:all;
  }
      

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

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .dialog\:L7R4wmaWLfpcwY6kY0k5d {
    display:flex;
  opacity:0;
  max-width:96%;
  translate:0 12px 0;
  background: white;
  align-items:flex-start;
  justify-content:flex-start;
  border-top-left-radius:16px;
  border-top-right-radius:16px;
  border-bottom-left-radius:16px;
  border-bottom-right-radius:16px;
  }
      

      
  .dialog\:L7R4wmaWLfpcwY6kY0k5d.open {
    opacity:1;
  translate:0 0px 0;
  }
      


  .dialog\:L7R4wmaWLfpcwY6kY0k5d.closing {
    translate:0 0 0;
  }
      


  .dialog\:L7R4wmaWLfpcwY6kY0k5d.open-transition {
    transition:all 300ms ease 0ms normal;
  }
      


  .dialog\:L7R4wmaWLfpcwY6kY0k5d.close-transition {
    transition:all 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;
  }
      

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

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

      
        
      
      
  
      

      
        
      
      
  .dialog\:zh0NV67HHxpdSuU1uOk5M {
    background: #00000000;
  }
      

      
  .dialog\:zh0NV67HHxpdSuU1uOk5M.open {
    background: #000000b3;
  }
      


  .dialog\:zh0NV67HHxpdSuU1uOk5M.open-transition {
    transition:background 300ms ease  ;
  }
      


  .dialog\:zh0NV67HHxpdSuU1uOk5M.close-transition {
    transition:background 300ms ease  ;
  }
      

        
      
      
  .login\:egI3zs1Kd2u8tsdUiIhzz {
    display:flex;
  align-items:flex-start;
  justify-content:flex-start;
  }
      

      
        
      
      
  .eUHEey {
    color:var(--text_secondary);
  display:flex;
  font-size:var(--font-size-sm);
  max-width:100%;
  min-height:24px;
  font-family:inherit;
  font-weight:500;
  }
      

      
        
      
      
  .bDASrQ {
    width:100%;
  padding-top: ;
  padding-bottom: ;
  }
      

      
        
      
      
  .fBCzrc {
    color:var(--text_secondary);
  width:24px;
  height:24px;
  display:flex;
  align-items:center;
  margin-right:16px;
  justify-content:center;
  border-top-left-radius:4px;
  border-top-right-radius:4px;
  border-bottom-left-radius:4px;
  border-bottom-right-radius:4px;
  }
      

      
  .fBCzrc:hover {
    color:var(--text_primary);
  cursor:pointer;
  background: var(--background_grey_dark);
  }
      


          @media (max-width: 400px) {
            
  .fBCzrc {
    display:none;
  }
      

          }
          
        
      
      
  .cmPfZk {
    display:flex;
  flex-grow:1;
  flex-wrap:wrap;
  max-width:calc(100% - 36px);
  min-height:24px;
  }
      

      
          @media (max-width: 400px) {
            
  .cmPfZk {
    width:100%;
  max-width:100%;
  }
      

          }
          
        
      
      
  .eRltte {
    width:18px;
  height:18px;
  display:flex;
  align-items:flex-start;
  justify-content:flex-start;
  }
      

      
        
      
      
  .bAksTu {
    width:100%;
  display:flex;
  row-gap:12px;
  column-gap:12px;
  min-height:56px;
  align-items:flex-start;
  flex-direction:row;
  justify-content:flex-end;
  }
      

      
        
      
      
  .login\:gR_UuCnHlI1drYLN6Kmvx {
    display:flex;
  row-gap:20px;
  max-width:100%;
  column-gap:20px;
  align-items:flex-start;
  padding-top:16px;
  padding-left:20px;
  flex-direction:column;
  padding-bottom:16px;
  justify-content:flex-start;
  }
      

      
        
      
      
  .eZoPFq {
    width:100%;
  row-gap:8px;
  flex-grow:1;
  flex-wrap:wrap-reverse;
  column-gap:8px;
  flex-direction:row;
  }
      

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

      
        
      
      
  .dasSbC {
    width:100%;
  height:40px;
  display:flex;
  row-gap:0.5rem;
  background: white;
  column-gap:0.5rem;
  transition:background-color 200ms ease 0ms normal;
  align-items:center;
  border-color:var(--border_dark);
  border-style:solid;
  border-width:1px;
  padding-left:0.75rem;
  padding-right:0.75rem;
  flex-direction:row;
  justify-content:start;
  border-top-left-radius:4px;
  border-top-right-radius:4px;
  border-bottom-left-radius:4px;
  border-bottom-right-radius:4px;
  }
      

      
  .dasSbC:hover {
    background: var(--background_grey);
  }
      


  .dasSbC.focused {
    background: white;
  border-color:var(--text_tertiary);
  border-style:solid;
  border-width:1px;
  outline-color:#bdbdbd80;
  outline-style:solid;
  outline-width:2px;
  }
      


  .dasSbC.invalid {
    border-color:var(--danger);
  border-style:solid;
  border-width:1px;
  outline-color:var(--danger_bg);
  outline-style:solid;
  outline-width:2px;
  }
      

        
      
      
  
      

      
        
      
      
  .dzEHRv {
    color:var(--text_primary);
  width:100%;
  height:100%;
  flex-grow:1;
  font-size:var(--font-size-sm);
  background:;
  font-weight:500;
  padding-left:8px;
  padding-right:8px;
  }
      

      
  .dzEHRv::placeholder {
    color:var(--text_tertiary);
  }
      

        
      
      
  
      

      
        
      
      
  .eMWaue {
    width:100%;
  display:none;
  opacity:0;
  row-gap:16px;
  translate:16px 0 0;
  column-gap:16px;
  transition:all 300ms ease  ;
  align-items:flex-end;
  justify-content:flex-start;
  }
      

      
  .eMWaue.shown {
    width:100%;
  display:flex;
  opacity:1;
  row-gap:20px;
  translate:0 0 0;
  column-gap:20px;
  align-items:flex-end;
  justify-content:flex-start;
  }
      

        
      
      
  .login\:mQEiSKWLXwn94SB93870F {
    display:flex;
  flex-grow:1;
  min-width:175px;
  align-items:center;
  flex-shrink:1;
  justify-content:center;
  }
      

      
        
      
      
  .AIsJA {
    color:inherit;
  font-size:2.25rem;
  text-align:left;
  font-weight:var(--font-weight-bold);
  }
      

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

      
        
      
      
  
      

      
        
      
      
  .ziOVK {
    gap:8px;
  cursor:text;
  transition:box-shadow 250ms ease 0ms normal;
  align-items:center;
  border-color:var(--text_tertiary, #BDBDBD);
  border-style:solid;
  border-width:1px;
  padding-left:12px;
  border-radius:6px;
  flex-direction:row;
  justify-content:start;
  background-color:var(--background_page, #FFF);
  }
      

      
  .ziOVK:focus-within {
    box-shadow:0px 0px 0px 4px #F1F1F1, 0px 1px 2px 0px #2424240D;
  }
      


  .ziOVK.not_valid {
    z-index:1;
  border-color:var(--danger, #EF4444);
  border-style:solid;
  border-width:1px;
  }
      

        
      
      
  .dwPJDw {
    color:var(--text_primary);
  display:flex;
  row-gap:6px;
  flex-wrap:wrap;
  font-size:var(--font-size-2xl);
  max-width:100%;
  column-gap:6px;
  min-height:24px;
  align-items:center;
  font-family:inherit;
  font-weight:700;
  padding-right:20px;
  flex-direction:row;
  justify-content:flex-start;
  }
      

      
        
      
      
  .YYMGA {
    gap:8px;
  padding-top:10px;
  }
      

      
        
      
      
  
      

      
        
      