
  

  
  

  
  
  
  
    


@layer base {
  
  body, :host {
    /* Color */
    --grey-50: #FAFAFA;
--grey-100: #F5F5F5;
--grey-200: #E5E5E5;
--grey-300: #D4D4D4;
--grey-400: #A3A3A3;
--grey-500: #737373;
--grey-600: #525252;
--grey-700: #404040;
--grey-800: #262626;
--grey-900: #171717;
--blue-50: #EFF6FF;
--blue-100: #DBEAFE;
--blue-200: #BFDBFE;
--blue-300: #93C5FD;
--blue-400: #60A5FA;
--blue-500: #3B82F6;
--blue-600: #2563EB;
--blue-700: #1D4ED8;
--blue-800: #1E40AF;
--blue-900: #1E3A8A;
--turquoise: #25C2A0;
--violet: #8E3AE6;
--gradient-mild-blue: #4F85E6;
--off-white: #F9FAFB;
--light-gray: #E5E7EB;
--dark-gray: #111827;
--sky-blue: #38BDF8;
--soft-green: #22C55E;
--warm-amber: #FBBF24;
--soft-red: #EF4444;
    /* 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;
    }
  }
}

      
  .dlGCxt {
    min-height:100%;
  align-items:center;
  justify-content:center;
  background-color:#F9FAFB;
  }
      

      
        
      
      
  
      

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

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

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .dAAgaR {
    gap:7.5px;
  width:50%;
  font-weight:600;
  padding-top:1rem;
  padding-left:5px;
  padding-right:5px;
  padding-bottom:1rem;
  }
      

      
        
      
      
  .bFWjEn {
    gap:10px;
  right:.50rem;
  bottom:.50rem;
  position:absolute;
  align-items:center;
  flex-direction:row;
  justify-content:end;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

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

      
        
      
      
  .cXHHSY {
    align-items:start;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
        
      
      
  .fgiPAB {
    width:96px;
  height:100%;
  align-items:start;
  justify-content:center;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .flGofk {
    width:fit-content;
  height:fit-content;
  z-index:1;
  min-width:4rem;
  box-shadow:1px 4px 8px 0px #00000044;
  min-height:2rem;
  padding-top:.5rem;
  padding-left:.25rem;
  border-radius:5px;
  padding-right:.5rem;
  padding-bottom:.25rem;
  background-color:white;
  }
      

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

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .Employees\:3Dr-jFTi_GYH1xOZ-FXo0 {
    gap:5px;
  box-shadow:1px 4px 8px 0px #00000044;
  padding-top:.25rem;
  border-color:#E5E7EB;
  border-style:solid;
  border-width:1px;
  padding-left:.25rem;
  border-radius:5px;
  padding-right:.25rem;
  padding-bottom:.25rem;
  justify-content:start;
  background-color:white;
  }
      

      
        
      
      
  .RgdEF {
    width:12px;
  height:12px;
  }
      

      
        
      
      
  
      

      
  .VJAUL.hidden {
    display:none;
  }
      

        
      
      
  
      

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

      
        
      
      
  .Employees\:4rLdw9_Mnf7yhtq64Ichd {
    font-size:.80rem;
  padding-top:5px;
  border-color:#E5E7EB;
  border-style:solid;
  border-width:1px;
  padding-left:5px;
  border-radius:5px;
  padding-right:5px;
  padding-bottom:5px;
  }
      

      
  .Employees\:4rLdw9_Mnf7yhtq64Ichd:hover {
    color:white;
  cursor:pointer;
  background-color:#8e3be5bf;
  }
      


  .Employees\:4rLdw9_Mnf7yhtq64Ichd.trigger-open {
    color:white;
  background-color:var(--violet, #8E3AE6);
  }
      

        
      
      
  .Employees\:4t-PSwTZb12pBLwrJ9nVA {
    height:200px;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .fdPeqB {
    aspect-ratio:1;
  }
      

      
        
      
      
  .Employees\:645eDnAhTs2ddKHbMBLBO {
    width:10rem;
  height:10rem;
  border-radius:5px;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .Employees\:6iqRNjGLJXy9OZoOXPujl {
    gap:5px;
  box-shadow:1px 4px 8px 0px #00000044;
  padding-top:.25rem;
  border-color:#E5E7EB;
  border-style:solid;
  border-width:1px;
  padding-left:.25rem;
  border-radius:5px;
  padding-right:.25rem;
  padding-bottom:.25rem;
  justify-content:start;
  background-color:white;
  }
      

      
        
      
      
  .dgwdex {
    color:var(--dark-gray, #111827);
  width:256px;;
  height:32px;;
  font-size:1rem;;
  padding-left:8px;;
  border-radius:5px;
  padding-right:8px;;
  border-bottom-color:#E5E7EB;
  border-bottom-style:solid;
  border-bottom-width:0.5px;
  }
      

      
  .dgwdex:focus {
    outline:none;;
  box-shadow:0 0 0 2px rgba(37, 194, 160, 0.3);;
  border-radius:5px;
  }
      

        
      
      
  
      

      
        
      
      
  .Employees\:7xdH81wWlOMXCwlGexpuN {
    gap:5px;
  min-width:5rem;
  align-items:center;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
  .Employees\:7xdH81wWlOMXCwlGexpuN:hover {
    cursor:pointer;
  }
      

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .Employees\:8-5-dfzBixBeHC2p0X54Q {
    padding-top:.10rem;
  padding-left:.25rem;
  border-radius:5px;
  padding-right:.25rem;
  padding-bottom:.10rem;
  }
      

      
  .Employees\:8-5-dfzBixBeHC2p0X54Q:hover {
    color:white;
  cursor:pointer;
  padding-top:.10rem;
  padding-left:.25rem;
  padding-right:.25rem;
  padding-bottom:.10rem;
  background-color:var(--turquoise, #25C2A0);
  }
      

        
      
      
  
      

      
        
      
      
  .cIuxSL {
    color:var(--dark-gray, #111827);
  width:256px;;
  height:32px;;
  font-size:1rem;;
  padding-left:8px;;
  padding-right:8px;;
  border-bottom-color:#E5E7EB;
  border-bottom-style:solid;
  border-bottom-width:0.5px;
  }
      

      
  .cIuxSL:focus {
    outline:none;;
  box-shadow:0 0 0 2px rgba(37, 194, 160, 0.3);;
  border-radius:5px;
  }
      

        
      
      
  .eKkFsq {
    gap:.25rem;
  width:100%;
  max-width:12.5rem;
  overflow-x:clip;
  flex-direction:row;
  }
      

      
        
      
      
  .Employees\:FUfYsc6EHhx0e_vMHGUIL {
    color:white;
  width:2.5rem;
  height:2rem;
  font-size:12px;
  align-items:center;
  border-radius:5px;
  justify-content:center;
  background-color:var(--violet);
  }
      

      
  .Employees\:FUfYsc6EHhx0e_vMHGUIL:hover {
    cursor:pointer;
  border-radius:5px;
  background-color:#8e3be5a1;
  }
      

        
      
      
  .dCSuIb {
    gap:1rem;
  top:12.5rem;
  width:97.5%;
  height:auto;
  position:absolute;
  min-height:70%;
  padding-top:1rem;
  border-color:#E5E7EB;
  border-style:solid;
  border-width:1px;
  padding-left:1rem;
  border-radius:10px;
  padding-right:1rem;
  padding-bottom:1rem;
  background-color:white;
  }
      

      
        
      
      
  .JvZIa {
    display:none;
  }
      

      
        
      
      
  .fzVsVH {
    font-size:inherit;
  font-family:inherit;
  font-weight:600;
  }
      

      
        
      
      
  .faNJar {
    height:2rem;
  }
      

      
        
      
      
  .boDVYt {
    right:.50rem;
  bottom:.50rem;
  display:flex;
  row-gap:.50rem;
  position:absolute;
  column-gap:.50rem;
  align-items:center;
  flex-direction:column;
  justify-content:space-between;
  }
      

      
        
      
      
  
      

      
  .edQmuJ.userMessage {
    color:whitesmoke;
  width:fit-content;
  height:fit-content;
  font-size:var(--font-size-xs);
  max-width:75%;
  background:var(--blue-500);
  padding-top:.25rem;
  padding-left:.75rem;
  padding-right:.75rem;
  padding-bottom:.25rem;
  border-top-left-radius:1rem;
  border-top-right-radius:1rem;
  border-bottom-left-radius:1rem;
  border-bottom-right-radius:1rem;
  }
      


  .edQmuJ.assistantMessage {
    color:whitesmoke;
  width:fit-content;
  height:fit-content;
  font-size:var(--font-size-xs);
  max-width:75%;
  background:var(--violet);
  padding-top:.25rem;
  padding-left:.75rem;
  padding-right:.75rem;
  padding-bottom:.25rem;
  border-top-left-radius:1rem;
  border-top-right-radius:1rem;
  border-bottom-left-radius:1rem;
  border-bottom-right-radius:1rem;
  }
      

        
      
      
  .bkVFgZ {
    width:100%;
  height:15rem;
  row-gap:.5rem;
  column-gap:.5rem;
  max-height:15rem;
  overflow-y:scroll;
  flex-direction:column;
  /* -i-e and -edge */
}::-webkit-scrollbar {
  display: none;
  /* -chrome, -safari and -opera */
}:;
  /* -firefox */
-ms-overflow-style:none;
  /* -hide scrollbar but keep scrolling */
scrollbar-width:none;
  }
      

      
        
      
      
  .dhZkdn {
    width:87.5%;
  height:4rem;
  resize:none;
  font-size:var(--font-size-xs);
  background:whitesmoke;
  padding-top:.50rem;
  padding-left:.50rem;
  padding-right:.50rem;
  padding-bottom:.50rem;
  border-top-left-radius:1rem;
  border-top-right-radius:1rem;
  border-bottom-left-radius:1rem;
  border-bottom-right-radius:1rem;
  }
      

      
  .dhZkdn.chatTextArea {
    width:87.5%;
  height:4rem;
  resize:none;
  font-size:var(--font-size-xs);
  background:whitesmoke;
  padding-top:.50rem;
  padding-left:.50rem;
  padding-right:.50rem;
  padding-bottom:.50rem;
  border-top-left-radius:1rem;
  border-top-right-radius:1rem;
  border-bottom-left-radius:1rem;
  border-bottom-right-radius:1rem;
  }
      

        
      
      
  .bLTwbX {
    width:100%;
  height:fit-content;
  display:flex;
  align-items:flex-end;
  justify-content:center;
  }
      

      
        
      
      
  
      

      
  .bcZWMt {
    @starting-style {
            width:0px;
  opacity:0;
  translate:0 100% 0;
          }
  }
      


  .bcZWMt.visible {
    opacity:1;
  translate:0 0 0;
  transition:all 300ms ease;
  }
      


  .bcZWMt.hidden {
    opacity:0;
  translate:0 100% 0;
  transition:all 300ms ease;
  }
      

        
      
      
  .fgtOnM {
    width:20rem;
  height:fit-content;
  display:flex;
  row-gap:.75rem;
  background:var(--dark-gray);
  column-gap:.75rem;
  max-height:25rem;
  min-height:20rem;
  transition:all 300ms ease;
  align-items:center;
  padding-top:1rem;
  padding-left:1rem;
  padding-right:1rem;
  flex-direction:column;
  padding-bottom:1rem;
  justify-content:space-between;
  border-top-left-radius:1rem;
  border-top-right-radius:1rem;
  border-bottom-left-radius:1rem;
  border-bottom-right-radius:1rem;
  }
      

      
  .fgtOnM {
    @starting-style {
            opacity:0;
  translate:0 100%;
          }
  }
      


  .fgtOnM.hidden {
    opacity:0;
  translate:0 100% 0;
  transition:all 300ms ease;
  }
      


  .fgtOnM.visible {
    width:20rem;
  height:fit-content;
  display:flex;
  row-gap:.50rem;
  background:var(--dark-gray);
  box-shadow:3px 2px 4px 0px #00000020;
  column-gap:.50rem;
  max-height:25rem;
  min-height:20rem;
  transition:all 300ms ease;
  align-items:center;
  padding-top:1rem;
  padding-left:1rem;
  padding-right:1rem;
  flex-direction:column;
  padding-bottom:1rem;
  justify-content:space-between;
  border-top-left-radius:1rem;
  border-top-right-radius:1rem;
  border-bottom-left-radius:1rem;
  border-bottom-right-radius:1rem;
  }
      

        
      
      
  .dDxxSd {
    color:whitesmoke;
  right:.50rem;
  width:fit-content;
  bottom:0px;
  display:flex;
  row-gap:.25rem;
  position:relative;
  font-size:var(--font-size-sm);
  background:var(--violet);
  box-shadow:3px 2px 4px 0px #00000020;
  column-gap:.25rem;
  align-items:center;
  padding-top:.5rem;
  padding-left:.50rem;
  padding-right:.50rem;
  flex-direction:row;
  padding-bottom:.5rem;
  justify-content:space-between;
  border-top-left-radius:.50rem;
  border-top-right-radius:.50rem;
  border-bottom-left-radius:.50rem;
  border-bottom-right-radius:.50rem;
  }
      

      
  .dDxxSd:hover {
    cursor:pointer;
  animation:2s ease 0ms 1 normal none running animation-empty;
  }
      

        
      
      
  .NwPFO {
    cursor:pointer;
  background:var(--blue-500);
  padding-top:.50rem;
  padding-left:.50rem;
  padding-right:.50rem;
  padding-bottom:.50rem;
  border-top-left-radius:1rem;
  border-top-right-radius:1rem;
  border-bottom-left-radius:1rem;
  border-bottom-right-radius:1rem;
  }
      

      
  .NwPFO:disabled {
    background:gray;
  }
      


  .NwPFO.chatBotButton {
    cursor:pointer;
  background:var(--blue-500);
  padding-top:.50rem;
  padding-left:.50rem;
  padding-right:.50rem;
  padding-bottom:.50rem;
  border-top-left-radius:1rem;
  border-top-right-radius:1rem;
  border-bottom-left-radius:1rem;
  border-bottom-right-radius:1rem;
  }
      

        
      
      
  .WIZeJ {
    width:100%;
  display:flex;
  max-height:4rem;
  align-items:center;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
  .WIZeJ.row-container {
    width:100%;
  display:flex;
  max-height:4rem;
  align-items:center;
  flex-direction:row;
  justify-content:space-between;
  }
      

        
      
      
  
      

      
  .dnAUmh.assistantMessage {
    display:flex;
  align-items:flex-start;
  justify-content:center;
  }
      


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

        
      
      
  .Employees\:I0_1s4sNdSR9LMby08qXM {
    position:fixed;
  }
      

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

      
        
      
      
  
      

      
        
      
      
  .cDvaAh {
    gap:.25rem;
  height:100%;
  font-size:12px;
  overflow-x:clip;
  }
      

      
        
      
      
  .cUqvOr {
    top:1rem;
  color:var(--textColor, <Value>);
  right:1rem;
  opacity:1;
  z-index:2;
  position:absolute;
  font-size:.85rem;
  min-width:15rem;
  translate:0 0px;
  box-shadow:0px 0px 2px 0px var(--boxShadowColor,<Value>);
  transition:translate 300ms ease-in-out 0ms ;
  align-items:center;
  padding-top:1rem;
  border-color:var(--borderColor, #10b981);
  border-style:solid;
  border-width:1px;
  padding-left:.5rem;
  border-radius:5px;
  padding-right:.5rem;
  padding-bottom:1rem;
  justify-content:center;
  background-color:var(--backgroundColor, #032b20);
  }
      

      
  .cUqvOr {
    @starting-style {
            opacity:0;
  translate:0 5px;
  align-items:end;
  justify-content:end;
          }
  }
      


  .cUqvOr.closing {
    translate:110%;
  transition:translate 100ms ease-in-out 0ms ;
  }
      

        
      
      
  
      

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

      
        
      
      
  
      

      
        
      
      
  .Employees\:JkX0FuQ3z-dWdqFuyVOjM {
    cursor:pointer;
  }
      

      
        
      
      
  .faLcdV {
    gap:7.5px;
  width:50%;
  padding-top:5px;
  padding-left:5px;
  padding-right:5px;
  padding-bottom:5px;
  }
      

      
        
      
      
  
      

      
        
      
      
  .YjTkW {
    gap:.5rem;
  color:var(--grey-700, #404040);
  }
      

      
        
      
      
  .Employees\:MGZa2WAJDCrao0GjnL199 {
    padding-top:.10rem;
  padding-left:.25rem;
  border-radius:5px;
  padding-right:.25rem;
  padding-bottom:.10rem;
  }
      

      
  .Employees\:MGZa2WAJDCrao0GjnL199:hover {
    color:white;
  cursor:pointer;
  padding-top:.10rem;
  padding-left:.25rem;
  padding-right:.25rem;
  padding-bottom:.10rem;
  background-color:var(--turquoise, #25C2A0);
  }
      

        
      
      
  
      

      
        
      
      
  .Employees\:NQxKbwT_XkFhB5m6zGxdj {
    font-size:.80rem;
  padding-top:5px;
  border-color:#E5E7EB;
  border-style:solid;
  border-width:1px;
  padding-left:5px;
  border-radius:5px;
  padding-right:5px;
  padding-bottom:5px;
  }
      

      
  .Employees\:NQxKbwT_XkFhB5m6zGxdj:hover {
    color:white;
  cursor:pointer;
  background-color:#8e3be5bf;
  }
      


  .Employees\:NQxKbwT_XkFhB5m6zGxdj.trigger-open {
    color:white;
  background-color:var(--violet, #8E3AE6);
  }
      

        
      
      
  
      

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

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .Employees\:O8vIllT2zHs4mvStktIsz {
    gap:10px;
  width:65%;
  border:0.5px solid var(--grey-300, #D4D4D4);;
  box-shadow:0px 0px 8px 1px #00000044 ;
  min-height:25rem;
  padding-top:.50rem;
  padding-left:.50rem;
  border-radius:10px;
  padding-right:.50rem;
  padding-bottom:.50rem;
  background-color:white;
  }
      

      
        
      
      
  
      

      
        
      
      
  .Employees\:Oxg1yIn5jyRk03mQCymmg {
    gap:5px;
  align-items:center;
  flex-direction:row;
  justify-content:start;
  }
      

      
  .Employees\:Oxg1yIn5jyRk03mQCymmg:hover {
    cursor:pointer;
  }
      

        
      
      
  .Employees\:PGYRPR9C9d2v_7yLQuerN {
    gap:5px;
  align-items:center;
  flex-direction:row;
  justify-content:start;
  }
      

      
  .Employees\:PGYRPR9C9d2v_7yLQuerN:hover {
    cursor:pointer;
  }
      

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

      
        
      
      
  
      

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

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .hmQWA {
    gap:1rem;
  flex-wrap:wrap;
  flex-direction:row;
  }
      

      
        
      
      
  
      

      
        
      
      
  .Employees\:Qc7Zqe_EW8kr5COYauSJv {
    gap:5px;
  box-shadow:1px 4px 8px 0px #00000044;
  padding-top:.25rem;
  border-color:#E5E7EB;
  border-style:solid;
  border-width:1px;
  padding-left:.25rem;
  border-radius:5px;
  padding-right:.25rem;
  padding-bottom:.25rem;
  justify-content:start;
  background-color:white;
  }
      

      
        
      
      
  
      

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

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

        
      
      
  .Employees\:RHsuoLRYt_2aOIfdrawnr {
    background-color:var(--turquoise, #25C2A0);
  }
      

      
        
      
      
  .KMWIS {
    gap:5px;
  width:50%;
  padding-top:5px;
  padding-left:5px;
  padding-right:5px;
  padding-bottom:5px;
  }
      

      
        
      
      
  .bEXzam {
    border-radius:50px;
  }
      

      
        
      
      
  
      

      
        
      
      
  .Employees\:URkdg5aZUbOW06nWuBtNf {
    gap:5px;
  min-width:5rem;
  align-items:center;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
  .Employees\:URkdg5aZUbOW06nWuBtNf:hover {
    cursor:pointer;
  }
      

        
      
      
  .Employees\:VJQEBXZxgHnE8Gjxs_M25 {
    font-size:.80rem;
  padding-top:5px;
  border-color:#E5E7EB;
  border-style:solid;
  border-width:1px;
  padding-left:5px;
  border-radius:5px;
  padding-right:5px;
  padding-bottom:5px;
  }
      

      
  .Employees\:VJQEBXZxgHnE8Gjxs_M25:hover {
    color:white;
  cursor:pointer;
  background-color:#8e3be5bf;
  }
      


  .Employees\:VJQEBXZxgHnE8Gjxs_M25.trigger-open {
    color:white;
  background-color:var(--violet, #8E3AE6);
  }
      

        
      
      
  .fblYKe {
    font-size:1rem;
  align-items:start;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
        
      
      
  .Employees\:VZuXSWKybIjjhjDgFb5dh {
    padding-top:.10rem;
  padding-left:.25rem;
  border-radius:5px;
  padding-right:.25rem;
  padding-bottom:.10rem;
  }
      

      
  .Employees\:VZuXSWKybIjjhjDgFb5dh:hover {
    color:white;
  cursor:pointer;
  padding-top:.10rem;
  padding-left:.25rem;
  padding-right:.25rem;
  padding-bottom:.10rem;
  background-color:var(--turquoise, #25C2A0);
  }
      

        
      
      
  .cBIUDk {
    color:var(--grey-700, #404040);
  font-size:1.5rem;
  font-weight:var(--font-weight-bold);
  }
      

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

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .cLrLPS {
    gap:10px;
  color:var(--grey-700, #404040);
  font-size:1.25rem;
  font-weight:700;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

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

      
        
      
      
  
      

      
        
      
      
  .Employees\:Zg3zgBBHdWUsZSOvC4jOE {
    cursor:default;
  opacity:0.5;
  background-color:var(--grey-700, #404040);
  }
      

      
        
      
      
  
      

      
        
      
      
  .cTFxQv {
    color:var(--grey-900, #171717);
  width:256px;
  height:32px;
  font-size:0.75rem;
  border-color:#E5E7EB;
  border-style:solid;
  border-width:1px;
  padding-left:8px;
  border-radius:10px;
  padding-right:8px;
  background-color:#f8f8f8;
  }
      

      
  .cTFxQv:focus {
    outline:none;;
  box-shadow:0 0 0 2px rgba(37, 194, 160, 0.3);;
  }
      


  .cTFxQv:hover {
    box-shadow:0 0 0 2px rgba(79, 133, 230, 0.2);;
  transition:all 0.2s ease-in-out;;
  }
      

        
      
      
  .dedtuh {
    gap:.25rem;
  overflow-x:clip;
  flex-direction:row;
  }
      

      
        
      
      
  
      

      
        
      
      
  .Employees\:dLVsgLprrI8Rlq9z_ai1l {
    color:white;
  width:5rem;
  cursor:pointer;
  height:2.25rem;
  align-items:center;
  border-radius:6px;
  justify-content:center;
  background-color:var(--grey-500, #737373);
  }
      

      
  .Employees\:dLVsgLprrI8Rlq9z_ai1l:hover {
    cursor:pointer;
  background-color:var(--grey-400, #A3A3A3);
  }
      

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .flpDsd {
    width:100px;
  height:100px;
  border-radius:50px;
  }
      

      
        
      
      
  .ehRFAV {
    cursor:pointer;
  }
      

      
        
      
      
  
      

      
        
      
      
  .dqgCuS {
    gap:1.5rem;
  top:5rem;
  width:97.5%;
  height:auto;
  position:absolute;
  padding-top:.5rem;
  border-color:#E5E7EB;
  border-style:solid;
  border-width:1px;
  padding-left:1rem;
  border-radius:10px;
  padding-right:1rem;
  flex-direction:row;
  padding-bottom:1rem;
  background-color:white;
  }
      

      
        
      
      
  
      

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

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .Employees\:knG-crFTv9xrMOZXlGyDq {
    align-items:end;
  justify-content:start;
  }
      

      
        
      
      
  .eATtcm {
    gap:1rem;
  width:30%;
  max-width:30%;
  box-shadow:1px 4px 8px 0px #0000000d;
  overflow-x:clip;
  align-items:start;
  padding-top:1rem;
  border-color:#E5E7EB;
  border-style:solid;
  border-width:1px;
  padding-left:1rem;
  border-radius:20px;
  padding-right:1rem;
  flex-direction:row;
  padding-bottom:1rem;
  justify-content:start;
  background-color:#FFFFFF;
  }
      

      
  .eATtcm:hover {
    cursor:pointer;
  box-shadow:0 0 0 2px rgba(37, 194, 160, 0.4);;
  }
      

        
      
      
  
      

      
        
      
      
  .fdfojo {
    cursor:pointer;
  padding-left:.25rem;
  padding-bottom:.25rem;
  }
      

      
  .fdfojo:hover {
    color:white;
  border-radius:5px;
  background-color:var(--turquoise);
  }
      

        
      
      
  .sZetm {
    top:0px;;
  color:#F9FAFB;
  width:100%;;
  height:48px;;
  padding:8px;;
  position:fixed;;
  align-items:center;;
  flex-direction:row;;
  justify-content:space-between;;
  background-color:#111827;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .topNavBar\:1Jv_nTRNaG3qHNlzRQWWO {
    gap:5px;
  color:var(--dark-gray);
  width:fit-content;
  border:1px solid #E5E7EB;
  min-width:10rem;
  box-shadow:0 4px 8px rgba(0,0,0,0.05);
  padding-top:5px;
  padding-left:5px;
  border-radius:5px;
  padding-right:5px;
  padding-bottom:5px;
  background-color:var(--off-white);
  }
      

      
        
      
      
  .topNavBar\:1VJXGjhY99ItZYJ7-qIUQ {
    align-items:center;
  padding-top:7.5px;
  padding-left:7.5px;
  padding-right:7.5px;
  padding-bottom:7.5px;
  justify-content:center;
  }
      

      
  .topNavBar\:1VJXGjhY99ItZYJ7-qIUQ:hover {
    color:#209983;
  cursor:pointer;
  align-items:center;
  padding-top:7.5px;
  padding-left:7.5px;
  border-radius:8px;
  padding-right:7.5px;
  padding-bottom:7.5px;
  justify-content:center;
  }
      

        
      
      
  .coWOAi {
    color:inherit;
  }
      

      
        
      
      
  .dfDqVR {
    cursor:default;
  }
      

      
        
      
      
  
      

      
        
      
      
  .topNavBar\:4uj3zCj3Fahz7Q3lDFwyZ {
    color:var(--grey-700, #404040);
  flex-wrap:wrap;
  align-items:start;
  padding-top:5px;
  padding-left:5px;
  padding-right:5px;
  flex-direction:row;
  padding-bottom:5px;
  justify-content:start;
  background-color:var(--off-white, #F9FAFB);
  }
      

      
  .topNavBar\:4uj3zCj3Fahz7Q3lDFwyZ:hover {
    color:white;
  cursor:pointer;
  padding-top:5px;
  padding-left:5px;
  border-radius:5px;
  padding-right:5px;
  padding-bottom:5px;
  background-color:var(--turquoise, #25C2A0);
  }
      

        
      
      
  .topNavBar\:4upyrBd2dEASDkhxoCTua {
    align-items:center;
  justify-content:center;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .topNavBar\:BE_imYeJRH8tUIL7Iffqd {
    max-height:35px;
  background-image:url("");
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .topNavBar\:Ho_5arjkLBqHDpDxGorfb {
    align-items:center;
  padding-top:7.5px;
  padding-left:7.5px;
  padding-right:7.5px;
  padding-bottom:7.5px;
  justify-content:center;
  }
      

      
  .topNavBar\:Ho_5arjkLBqHDpDxGorfb:hover {
    color:#209983;
  cursor:pointer;
  align-items:center;
  padding-top:7.5px;
  padding-left:7.5px;
  border-radius:8px;
  padding-right:7.5px;
  padding-bottom:7.5px;
  justify-content:center;
  }
      

        
      
      
  .topNavBar\:IHAVHBipHVLXKfS1W83Hx {
    flex-wrap:wrap;
  padding-top:5px;
  padding-left:5px;
  padding-right:5px;
  flex-direction:row;
  padding-bottom:5px;
  background-color:var(--off-white);
  }
      

      
  .topNavBar\:IHAVHBipHVLXKfS1W83Hx:hover {
    color:#209983;
  cursor:pointer;
  padding-top:5px;
  padding-left:5px;
  border-radius:5px;
  padding-right:5px;
  padding-bottom:5px;
  background-color:var(--light-gray, #E5E7EB);
  }
      

        
      
      
  .topNavBar\:MZH4c0zQGeICv_l4FJhSF {
    color:var(--grey-700, #404040);
  align-items:center;
  padding-top:7.5px;
  padding-left:7.5px;
  padding-right:7.5px;
  padding-bottom:7.5px;
  justify-content:center;
  }
      

      
  .topNavBar\:MZH4c0zQGeICv_l4FJhSF:hover {
    color:var(--grey-700, #404040);
  cursor:pointer;
  align-items:center;
  padding-top:7.5px;
  padding-left:7.5px;
  border-radius:8px;
  padding-right:7.5px;
  padding-bottom:7.5px;
  justify-content:center;
  }
      

        
      
      
  .topNavBar\:PPC4hBq3YZFryhXH4kooZ {
    flex-wrap:wrap;
  padding-top:5px;
  padding-left:5px;
  padding-right:5px;
  flex-direction:row;
  padding-bottom:5px;
  background-color:var(--off-white);
  }
      

      
  .topNavBar\:PPC4hBq3YZFryhXH4kooZ:hover {
    color:#209983;
  cursor:pointer;
  padding-top:5px;
  padding-left:5px;
  border-radius:5px;
  padding-right:5px;
  padding-bottom:5px;
  background-color:var(--light-gray, #E5E7EB);
  }
      

        
      
      
  .topNavBar\:S5OW7FdWarS0fBPuExO43 {
    color:var(--grey-700, #404040);
  flex-wrap:wrap;
  padding-top:5px;
  padding-left:5px;
  padding-right:5px;
  flex-direction:row;
  padding-bottom:5px;
  background-color:var(--grey-100, #F5F5F5);
  }
      

      
  .topNavBar\:S5OW7FdWarS0fBPuExO43:hover {
    padding-top:5px;
  padding-left:5px;
  border-radius:5px;
  padding-right:5px;
  padding-bottom:5px;
  background-color:var(--blue-300, #93C5FD);
  }
      

        
      
      
  
      

      
        
      
      
  .topNavBar\:XHU0zON43REyi0FvZg6-c {
    color:var(--grey-700, #404040);
  flex-wrap:wrap;
  padding-top:5px;
  padding-left:5px;
  padding-right:5px;
  flex-direction:row;
  padding-bottom:5px;
  background-color:var(--off-white, #F9FAFB);
  }
      

      
  .topNavBar\:XHU0zON43REyi0FvZg6-c:hover {
    padding-top:5px;
  padding-left:5px;
  border-radius:5px;
  padding-right:5px;
  padding-bottom:5px;
  background-color:var(--blue-300, #93C5FD);
  }
      

        
      
      
  .topNavBar\:XZpVr_x7GC1b9b1l1-yE9 {
    gap:5px;
  color:var(--dark-gray);
  width:fit-content;
  border:1px solid #E5E7EB;
  min-width:10rem;
  box-shadow:0 4px 8px rgba(0,0,0,0.05);
  padding-top:5px;
  padding-left:5px;
  border-radius:5px;
  padding-right:5px;
  padding-bottom:5px;
  background-color:var(--off-white);
  }
      

      
        
      
      
  
      

      
        
      
      
  .topNavBar\:_1ExMLMV2JVNYmeGvBo_V {
    flex-wrap:wrap;
  padding-top:5px;
  padding-left:5px;
  padding-right:5px;
  flex-direction:row;
  padding-bottom:5px;
  background-color:off-white;
  }
      

      
  .topNavBar\:_1ExMLMV2JVNYmeGvBo_V:hover {
    color:#209983;
  cursor:pointer;
  padding-top:5px;
  padding-left:5px;
  border-radius:5px;
  padding-right:5px;
  padding-bottom:5px;
  background-color:var(--light-gray, #E5E7EB);
  }
      

        
      
      
  
      

      
        
      
      
  .topNavBar\:eTgavtb_7Rmv6dJzF6XGe {
    gap:5px;
  width:fit-content;
  min-width:10rem;
  padding-top:5px;
  border-color:var(--grey-200, #E5E5E5);
  border-style:solid;
  border-width:1px;
  padding-left:5px;
  border-radius:5px;
  padding-right:5px;
  padding-bottom:5px;
  background-color:var(--off-white, #F9FAFB);
  }
      

      
        
      
      
  
      

      
        
      
      
  .topNavBar\:h79LqFMZ9SkKcI7ll_x0B {
    max-height:35px;
  border-radius:20px;
  background-color:var(--grey-900, #171717);
  background-image:url("/cdn-cgi/imagedelivery/ZIty0Vhmkm0nD-fBKJrTZQ/zynergy_io:1.5QTCADFile.png/public");
  }
      

      
        
      
      
  
      

      
        
      
      
  .cfqKRN {
    flex-direction:row;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .topNavBar\:jv8Id9OQwZ8nfzcVRfhlm {
    gap:.25rem;
  }
      

      
        
      
      
  .cMStsC {
    width:auto;
  height:48px;
  }
      

      
        
      
      
  
      

      
        
      
      
  .dmespD {
    color:white;
  align-items:center;
  padding-top:8px;
  padding-left:8px;
  padding-right:8px;
  flex-direction:row;
  padding-bottom:8px;
  justify-content:start;
  }
      

      
        
      
      
  .Employees\:mMyVvglH_Pkfb9KQ9RXPy {
    z-index:1;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .Employees\:oc3bSZvIR4tuGcZxFafen {
    gap:5px;
  box-shadow:1px 4px 8px 0px #00000044;
  padding-top:.25rem;
  border-color:#E5E7EB;
  border-style:solid;
  border-width:1px;
  padding-left:.25rem;
  border-radius:5px;
  padding-right:.25rem;
  padding-bottom:.25rem;
  justify-content:start;
  background-color:white;
  }
      

      
        
      
      
  .Employees\:ooUcaav2fcmTwnoNzbCWx {
    padding-top:.10rem;
  padding-left:.25rem;
  border-radius:5px;
  padding-right:.25rem;
  padding-bottom:.10rem;
  }
      

      
  .Employees\:ooUcaav2fcmTwnoNzbCWx:hover {
    color:white;
  cursor:pointer;
  padding-top:.10rem;
  padding-left:.25rem;
  padding-right:.25rem;
  padding-bottom:.10rem;
  background-color:var(--turquoise, #25C2A0);
  }
      

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .dlsOCZ {
    color:#E5E5E5;
  width:256px;
  height:32px;
  display:none;
  font-size:0.75rem;
  padding-left:8px;
  border-radius:6px;
  padding-right:8px;
  background-color:#262626;
  }
      

      
  .dlsOCZ:focus {
    outline-color:#2463ebff;
  outline-style:solid;
  outline-width:1px;
  }
      

        
      
      
  .ZgFGM {
    color:var(--grey-200, #E5E5E5);
  width:5rem;
  cursor:pointer;
  height:2.25rem;
  align-items:center;
  padding-top:8px;
  padding-left:8px;
  border-radius:6px;
  padding-right:8px;
  padding-bottom:8px;
  justify-content:center;
  background-color:var(--violet, #8E3AE6);
  }
      

      
  .ZgFGM:hover {
    cursor:pointer;
  background-color:#8e3be5bf;
  }
      

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

      
        
      
      
  
      

      
        
      
      
  .dBJQuR {
    gap:.25rem;
  width:100%;
  flex-wrap:nowrap;
  max-width:12.5rem;
  overflow-x:clip;
  flex-direction:row;
  }
      

      
        
      
      
  
      

      
        
      
      
  .cxJHK {
    flex-direction:row;
  }
      

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

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .Employees\:wmAujWcq1uuFMG4TpPwRU {
    gap:10px;
  flex-direction:row;
  }
      

      
        
      
      
  
      

      
        
      
      
  .elJzVf {
    color:white;
  width:fit-content;
  cursor:pointer;
  height:32px;
  align-items:center;
  padding-top:8px;
  padding-left:8px;
  border-radius:6px;
  padding-right:8px;
  padding-bottom:8px;
  justify-content:center;
  background-color:var(--turquoise);
  }
      

      
  .elJzVf:hover {
    background-color:#25c2a0b8;
  }
      

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      