
  

  
  

  
  
  
  
    


@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;
--red-50: #FEF2F2;
--red-100: #FEE2E2;
--red-200: #FECACA;
--red-300: #FCA5A5;
--red-400: #F87171;
--red-500: #EF4444;
--red-600: #DC2626;
--red-700: #B91C1C;
--red-800: #991B1B;
--red-900: #7F1D1D;
--lime-50: #F7FEE7;
--lime-100: #ECFCCB;
--lime-200: #D9F99D;
--lime-300: #BEF264;
--lime-400: #A3E635;
--lime-500: #84CC16;
--lime-600: #65A30D;
--lime-700: #4D7C0F;
--lime-800: #3F6212;
--lime-900: #365314;
--pink-50: #FDF2F8;
--pink-100: #FCE7F3;
--pink-200: #FBCFE8;
--pink-300: #F9A8D4;
--pink-400: #F472B6;
--pink-500: #EC4899;
--pink-600: #DB2777;
--pink-700: #BE185D;
--pink-800: #9D174D;
--pink-900: #831843;
--teal-50: #F0FDFA;
--teal-100: #CCFBF1;
--teal-200: #99F6E4;
--teal-300: #5EEAD4;
--teal-400: #2DD4BF;
--teal-500: #14B8A6;
--teal-600: #0D9488;
--teal-700: #0F766E;
--teal-800: #115E59;
--teal-900: #134E4A;
--green-50: #ECFDF5;
--green-100: #D1FAE5;
--green-200: #A7F3D0;
--green-300: #6EE7B7;
--green-400: #34D399;
--green-500: #10B981;
--green-600: #059669;
--green-700: #047857;
--green-800: #065F46;
--green-900: #064E3B;
--purple-50: #F5F3FF;
--purple-100: #EDE9FE;
--purple-200: #DDD6FE;
--purple-300: #C4B5FD;
--purple-400: #A78BFA;
--purple-500: #8B5CF6;
--purple-600: #7C3AED;
--purple-700: #6D28D9;
--purple-800: #5B21B6;
--purple-900: #4C1D95;
--yellow-50: #FFFBEB;
--yellow-100: #FEF3C7;
--yellow-200: #FDE68A;
--yellow-300: #FCD34D;
--yellow-400: #FBBF24;
--yellow-500: #F59E0B;
--yellow-600: #D97706;
--yellow-700: #B45309;
--yellow-800: #92400E;
--yellow-900: #78350F;
--white-100: #ffffff;
--black-100: #027A48;
--offwhite-100: #FAFAFA;
--blue-100: #187D9F;
--blue-200: #117292;
--brandgreen-100: #12B76A;
--brandgreen-200: #027A48;
    /* 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;
    }
  }
}

      
  .bwbqim {
    width:100%;
  height:fit-content;
  }
      

      
        
      
      
  .Dashboard\:root {
    flex:1;
  }
      

      
        
      
      
  .HpkEr {
    background:var(--offwhite-100);
  padding-top:1rem;
  padding-left:1rem;
  padding-right:1rem;
  padding-bottom:1rem;
  border-top-left-radius:.5rem;
  border-top-right-radius:.5rem;
  border-bottom-left-radius:.5rem;
  border-bottom-right-radius:.5rem;
  }
      

      
        
      
      
  
      

      
        
      
      
  .eQLzZn {
    font-size:1.1rem;
  }
      

      
        
      
      
  .dashboard-card\:BJRTUnLJaWOhP7cMpE5P_ {
    margin-bottom:1rem;
  }
      

      
        
      
      
  
      

      
        
      
      
  .eaSeVw {
    width:100%;
  height:100%;
  display:flex;
  background:var(--blue-100);
  align-items:flex-start;
  flex-direction:row;
  justify-content:flex-start;
  }
      

      
          @media (max-width: 800px) {
            
  .eaSeVw {
    display:flex;
  flex-direction:column;
  }
      

          }
          
        
      
      
  .vUGCT {
    padding-top:3rem;
  flex-direction:column;
  padding-bottom:3rem;
  border-bottom-color:#DBDBDB;
  border-bottom-style:solid;
  border-bottom-width:1px;
  }
      

      
        
      
      
  .ccCnEN {
    display:flex;
  align-items:flex-start;
  margin-bottom:2rem;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
        
      
      
  .cNkOop {
    font-size:1.5rem;
  font-weight:var(--font-weight-bold);
  }
      

      
        
      
      
  
      

      
        
      
      
  .egkcwx {
    width:fit-content;
  }
      

      
        
      
      
  .bfFwhO {
    color:var(--white-100);
  display:flex;
  row-gap:.5rem;
  background:var(--blue-100);
  column-gap:.5rem;
  transition:background 300ms ease;
  align-items:center;
  padding-top:.5rem;
  padding-left:1rem;
  padding-right:1rem;
  flex-direction:row;
  padding-bottom:.5rem;
  justify-content:center;
  border-top-left-radius:.5rem;
  border-top-right-radius:.5rem;
  border-bottom-left-radius:.5rem;
  border-bottom-right-radius:.5rem;
  }
      

      
  .bfFwhO:hover {
    background:var(--blue-200);
  }
      

        
      
      
  .eKqJoF {
    width:1rem;
  height:1rem;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .bksJpF {
    font-weight:var(--font-weight-regular);
  }
      

      
        
      
      
  
      

      
        
      
      
  .fuoqnM {
    gap:1rem;
  display:grid;
  grid-template-columns:1fr 1fr 1fr;
  }
      

      
          @media (max-width: 800px) {
            
  .fuoqnM {
    grid-template-columns:1fr;
  }
      

          }
          
        
      
      
  
      

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

      
        
      
      
  .PILhF {
    width:100%;
  row-gap:.25rem;
  background:#FAFAFA;
  column-gap:.25rem;
  padding-top:1rem;
  padding-left:1rem;
  padding-right:1rem;
  padding-bottom:1rem;
  border-top-left-radius:.5rem;
  border-top-right-radius:.5rem;
  border-bottom-left-radius:.5rem;
  border-bottom-right-radius:.5rem;
  }
      

      
        
      
      
  
      

      
        
      
      
  .integrations\:Gt_dVltmMzgp6NwI5nQSX {
    font-weight:bolder;
  margin-bottom:.25rem;
  }
      

      
        
      
      
  .cDXtI {
    width:100%;
  display:flex;
  row-gap:.5rem;
  column-gap:.5rem;
  align-items:flex-start;
  flex-direction:column;
  justify-content:flex-start;
  }
      

      
        
      
      
  
      

      
        
      
      
  .ddXXUI {
    display:flex;
  row-gap:1rem;
  flex-wrap:wrap;
  background:var(--white-100);
  column-gap:1rem;
  align-items:center;
  padding-top:1rem;
  padding-left:1rem;
  padding-right:1rem;
  flex-direction:row;
  padding-bottom:1rem;
  justify-content:space-between;
  border-top-left-radius:.5rem;
  border-top-right-radius:.5rem;
  border-bottom-left-radius:.5rem;
  border-bottom-right-radius:.5rem;
  }
      

      
        
      
      
  .fbmyL {
    color:black;
  background:#DEDEDE;
  transition:background 300ms ease;
  padding-top:.5rem;
  border-color:#DEDEDE;
  border-style:solid;
  border-width:1px;
  padding-left:1rem;
  padding-right:1rem;
  padding-bottom:.5rem;
  border-top-left-radius:.5rem;
  border-top-right-radius:.5rem;
  border-bottom-left-radius:.5rem;
  border-bottom-right-radius:.5rem;
  }
      

      
  .fbmyL:hover {
    background:var(--grey-50);
  }
      

        
      
      
  
      

      
        
      
      
  .integrations\:vqhUW0V2u66oTlbaZ0i9J {
    font-size:small;
  }
      

      
        
      
      
  
      

      
        
      
      
  .integrations\:xAMrnHoVPEvRm5wVQdEQP {
    font-weight:bolder;
  margin-bottom:.25rem;
  }
      

      
        
      
      
  .integrations\:eNfUha-Do3lle3pZDNAeq {
    font-size:small;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .ezdlkE {
    display:flex;
  align-items:flex-start;
  flex-direction:column;
  justify-content:flex-start;
  }
      

      
        
      
      
  .bdyKZP {
    display:inline;
  font-size:inherit;
  font-family:inherit;
  font-weight:inherit;
  }
      

      
        
      
      
  .cRaJAA {
    display:inline;
  opacity:.6;
  font-size:inherit;
  font-family:inherit;
  font-weight:inherit;
  }
      

      
        
      
      
  
      

      
        
      
      
  .my-account\:8Y2k9YgkN1Di2D3vrpFXt {
    margin-bottom:1rem;
  }
      

      
        
      
      
  .my-account\:92rRKn2jjo0qo0oomci9y {
    margin-top:2rem;
  }
      

      
        
      
      
  
      

      
        
      
      
  .cPgpVw {
    width:fit-content;
  row-gap:.75rem;
  column-gap:.75rem;
  flex-direction:column;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .ehanPU {
    font-size:.875rem;
  min-width:none;
  background:white;
  min-height:2.5rem;
  transition:border-color 300ms ease;
  font-weight:var(--font-weight-normal);
  padding-top:.5rem;
  border-color:#e6e6e6;
  border-style:solid;
  border-width:1px;
  padding-left:1rem;
  padding-right:1rem;
  padding-bottom:.5rem;
  border-top-left-radius:.5rem;
  border-top-right-radius:.5rem;
  border-bottom-left-radius:.5rem;
  border-bottom-right-radius:.5rem;
  }
      

      
  .ehanPU:hover {
    border-color:#d4d4d4;
  border-style:solid;
  border-width:1px;
  }
      

        
      
      
  
      

      
        
      
      
  .feZWbZ {
    gap:.5rem;
  display:grid;
  grid-template-columns:1fr 1fr;
  }
      

      
          @media (max-width: 800px) {
            
  .feZWbZ {
    grid-template-columns:1fr;
  }
      

          }
          
        
      
      
  
      

      
        
      
      
  .Dashboard\:9J5KMXjUYTJz1uHldzS_U {
    margin-top:1rem;
  margin-bottom:1rem;
  }
      

      
        
      
      
  .bFuEgh {
    transition:color 300ms ease;
  border-color:transparent;
  border-style:solid;
  border-width:1px;
  border-top-left-radius:.5rem;
  border-top-right-radius:.5rem;
  border-bottom-left-radius:.5rem;
  border-bottom-right-radius:.5rem;
  }
      

      
        
      
      
  .accordion\:R28BLMR6XCBu252O_57St {
    margin-top:1rem;
  font-weight:var(--font-weight-regular);
  margin-bottom:1rem;
  }
      

      
        
      
      
  .chuzHv {
    top:-1rem;
  z-index:5;
  overflow:hidden;
  background:#f7f7f7;
  max-height:0px;
  transition:top 300ms ease  , max-height 300ms ease  , margin-top 300ms ease;
  padding-left:1rem;
  padding-right:1rem;
  border-top-left-radius:.5rem;
  border-top-right-radius:.5rem;
  border-bottom-left-radius:.5rem;
  border-bottom-right-radius:.5rem;
  }
      

      
  .chuzHv.isOpen {
    top:0rem;
  margin-top:.5rem;
  max-height:100px;
  }
      

        
      
      
  .chzMDX {
    display:flex;
  z-index:10;
  background:var(--offwhite-100);
  transition:color 300ms ease;
  align-items:center;
  padding-top:1rem;
  border-color:transparent;
  border-style:solid;
  border-width:1px;
  padding-left:1rem;
  padding-right:1rem;
  flex-direction:row;
  padding-bottom:1rem;
  justify-content:space-between;
  border-top-left-radius:.5rem;
  border-top-right-radius:.5rem;
  border-bottom-left-radius:.5rem;
  border-bottom-right-radius:.5rem;
  }
      

      
  .chzMDX:hover {
    border-color:#e3e3e3;
  border-style:solid;
  border-width:1px;
  }
      


  .chzMDX.isOpen {
    color:var(--blue-200);
  }
      

        
      
      
  
      

      
        
      
      
  .Dashboard\:9pAh-1mQThgsPYBbbD_p5 {
    margin-top:1rem;
  margin-bottom:1rem;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .dAreJV {
    color:green;
  display:inline;
  font-size:inherit;
  font-family:inherit;
  font-weight:inherit;
  }
      

      
        
      
      
  
      

      
        
      
      
  .enVYRQ {
    gap:1rem;
  display:grid;
  grid-template-columns:1fr 1fr;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .fgzowI {
    gap:1rem;
  disaply:grid;
  grid-template-columns:1fr 1fr;
  }
      

      
        
      
      
  .sOxHQ {
    width:fit-contentas;
  cursor:default;
  display:flex;
  row-gap:.5rem;
  font-size:inherit;
  column-gap:.5rem;
  transition:background 300ms ease;
  align-items:center;
  font-family:inherit;
  font-weight:inherit;
  padding-top:.75rem;
  padding-left:.75rem;
  padding-right:.75rem;
  flex-direction:row;
  padding-bottom:.75rem;
  justify-content:center;
  border-top-left-radius:.5rem;
  border-top-right-radius:.5rem;
  border-bottom-left-radius:.5rem;
  border-bottom-right-radius:.5rem;
  }
      

      
  .sOxHQ:hover {
    background:var(--blue-200);
  }
      

        
      
      
  .bxHgYF {
    width:1.35rem;
  height:1.35rem;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .cKKqzZ {
    display:flex;
  row-gap:.5rem;
  column-gap:.5rem;
  }
      

      
        
      
      
  .Dashboard\:G3_8ZYl5hW6uCCRyMBV0h {
    margin-bottom:.5rem;
  }
      

      
        
      
      
  
      

      
        
      
      
  .YNSwf {
    row-gap:.5rem;
  column-gap:.5rem;
  flex-direction:column;
  }
      

      
        
      
      
  
      

      
        
      
      
  .dOILLs {
    gap:1rem;
  display:grid;
  grid-template-columns:1fr 1fr;
  }
      

      
          @media (max-width: 800px) {
            
  .dOILLs {
    gap:3rem;
  grid-template-columns:1fr;
  }
      

          }
          
        
      
      
  
      

      
        
      
      
  .fwQuhu {
    margin-top:1.5rem;
  }
      

      
        
      
      
  .cCYXsI {
    width:100%;
  }
      

      
        
      
      
  .eJEKxA {
    color:#f50004;
  font-size:.75rem;
  background:#ffd1d1;
  font-weight:var(--font-weight-black);
  padding-top:.5rem;
  padding-left:.75rem;
  padding-right:.75rem;
  padding-bottom:.5rem;
  border-top-left-radius:.25rem;
  border-top-right-radius:.25rem;
  border-bottom-left-radius:.25rem;
  border-bottom-right-radius:.25rem;
  }
      

      
        
      
      
  .form_field-wrapper\:GQAyUBHEvhGISnxf7BRC1 {
    margin-top:.5rem;
  }
      

      
        
      
      
  .dnQyUL {
    background:white;
  transition:border-color 300ms ease;
  padding-top:1rem;
  border-color:#e6e6e6;
  border-style:solid;
  border-width:1px;
  padding-left:1rem;
  padding-right:1rem;
  padding-bottom:1rem;
  border-top-left-radius:.5rem;
  border-top-right-radius:.5rem;
  border-bottom-left-radius:.5rem;
  border-bottom-right-radius:.5rem;
  }
      

      
  .dnQyUL:hover {
    border-color:#d4d4d4;
  border-style:solid;
  border-width:1px;
  }
      

        
      
      
  
      

      
        
      
      
  .eVBjQd {
    font-size:.75rem;
  }
      

      
        
      
      
  .form_field-wrapper\:y8XOgxVkHm2jBFvO3fvFE {
    color:inherit;
  margin-bottom:.25rem;
  }
      

      
        
      
      
  
      

      
        
      
      
  .form_component\:UZe9AWF9L5Bg4r204jiRz {
    color:#06990d;
  font-weight:var(--font-weight-bolder);
  margin-bottom:.5rem;
  }
      

      
        
      
      
  .ejtmwq {
    width:100%;
  display:flex;
  background:#e5ffe5;
  text-align:center;
  align-items:center;
  padding-top:1.5rem;
  padding-left:1.5rem;
  padding-right:1.5rem;
  padding-bottom:1.5rem;
  justify-content:flex-start;
  border-top-left-radius:.5rem;
  border-top-right-radius:.5rem;
  border-bottom-left-radius:.5rem;
  border-bottom-right-radius:.5rem;
  }
      

      
        
      
      
  
      

      
        
      
      
  .success-message\:qlcNkjfCpSX2vDcQpIRUj {
    color:#06990d;
  font-weight:var(--font-weight-bolder);
  margin-bottom:.5rem;
  }
      

      
        
      
      
  .form_component\:ZdCO1_Bl1lku9_4lNCRdi {
    margin-top:1rem;
  }
      

      
        
      
      
  .form_component\:akSZUKBLa-u6jBwO8SuKr {
    margin-top:.5rem;
  }
      

      
        
      
      
  .form_component\:kO08HL7XMCzDK6TLXhsnI {
    margin-top:1rem;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

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

      
        
      
      
  
      

      
        
      
      
  .ehNwuH {
    width:100%;
  aspect-ratio:16/7;
  border-top-left-radius:.35rem;
  border-top-right-radius:.35rem;
  border-bottom-left-radius:.35rem;
  border-bottom-right-radius:.35rem;
  }
      

      
        
      
      
  .vPRVl {
    gap:2rem;
  display:grid;
  grid-template-columns:1fr 1fr;
  }
      

      
          @media (max-width: 800px) {
            
  .vPRVl {
    gap:3rem;
  grid-template-columns:1fr;
  }
      

          }
          
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .ftcCbg {
    width:3rem;
  margin-bottom:1rem;
  }
      

      
        
      
      
  .btetyL {
    width:100%;
  height:10rem;
  display:flex;
  background:#f7f7f7;
  align-items:center;
  justify-content:center;
  border-top-left-radius:1rem;
  border-top-right-radius:1rem;
  border-bottom-left-radius:1rem;
  border-bottom-right-radius:1rem;
  }
      

      
        
      
      
  .dCcqyQ {
    width:100%;
  object-fit:cover;
  aspect-ratio:16/6;
  border-top-left-radius:.5rem;
  border-top-right-radius:.5rem;
  border-bottom-left-radius:.5rem;
  border-bottom-right-radius:.5rem;
  }
      

      
        
      
      
  .Dashboard\:Ss-IYEsUJT0Np5HlBA3yC {
    margin-bottom:1rem;
  }
      

      
        
      
      
  .cebhJw {
    flex:1;
  width:100%;
  height:100%;
  font-size:.875rem;
  padding-top:1rem;
  }
      

      
          @media (max-width: 800px) {
            
  .cebhJw {
    padding-top:0rem;
  }
      

          }
          
        
      
      
  .ebvHTM {
    width:100%;
  max-width:1000px;
  }
      

      
        
      
      
  .fpJcNR {
    flex:1;
  width:100%;
  height:100%;
  background:var(--white-100);
  max-height:calc(100svh - 1rem);
  overflow-y:auto;
  padding-top:1rem;
  padding-left:2.5rem;
  padding-right:2.5rem;
  padding-bottom:1rem;
  border-top-left-radius:1.5rem;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .bhPnEf {
    gap:1rem;
  display:grid;
  grid-template-columns:1fr 1fr;
  }
      

      
          @media (max-width: 800px) {
            
  .bhPnEf {
    grid-template-columns:1fr;
  }
      

          }
          
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .documents\:0VKIYQPPUGQ4O3feImWjb {
    font-size:.75rem;
  }
      

      
        
      
      
  
      

      
        
      
      
  .ckVSbT {
    position:relative;
  margin-bottom:1.5rem;
  }
      

      
        
      
      
  .eNgXa {
    row-gap:1rem;
  max-width:100%;
  column-gap:1rem;
  overflow-x:auto;
  flex-direction:row;
  }
      

      
        
      
      
  .edDAZo {
    display:flex;
  background:var(--white-100);
  transition:color 300ms ease  , background 300ms ease;
  align-items:center;
  padding-top:1.5rem;
  padding-left:1.5rem;
  padding-right:1.5rem;
  padding-bottom:1.5rem;
  justify-content:center;
  border-top-left-radius:.5rem;
  border-top-right-radius:.5rem;
  border-bottom-left-radius:.5rem;
  border-bottom-right-radius:.5rem;
  }
      

      
  .edDAZo:hover {
    color:var(--blue-200);
  background:var(--grey-100);
  }
      

        
      
      
  .bqvedb {
    background:#FAFAFA;
  padding-top:1.5rem;
  padding-left:1rem;
  padding-right:1rem;
  padding-bottom:1.5rem;
  border-top-left-radius:.75rem;
  border-top-right-radius:.75rem;
  border-bottom-left-radius:.75rem;
  border-bottom-right-radius:.75rem;
  }
      

      
        
      
      
  .eYiLgR {
    width:15rem;
  display:flex;
  position:relative;
  background:white;
  overflow-x:hidden;
  overflow-y:hidden;
  align-items:stretch;
  padding-top:.25rem;
  border-color:#dedede;
  border-style:solid;
  border-width:1px;
  padding-left:.25rem;
  padding-right:.25rem;
  flex-direction:column;
  padding-bottom:.25rem;
  justify-content:space-between;
  border-top-left-radius:.5rem;
  border-top-right-radius:.5rem;
  border-bottom-left-radius:.5rem;
  border-bottom-right-radius:.5rem;
  }
      

      
        
      
      
  .documents_item\:bwP1fzMF054xGMtbBbE-O {
    font-weight:var(--font-weight-regular);
  margin-bottom:.25rem;
  }
      

      
        
      
      
  .exkEUJ {
    color:black;
  background:#DEDEDE;
  text-align:center;
  transition:background 300ms ease;
  padding-top:.5rem;
  border-color:#DEDEDE;
  border-style:solid;
  border-width:1px;
  padding-left:1rem;
  padding-right:1rem;
  padding-bottom:.5rem;
  border-top-left-radius:.5rem;
  border-top-right-radius:.5rem;
  border-bottom-left-radius:.5rem;
  border-bottom-right-radius:.5rem;
  }
      

      
  .exkEUJ:hover {
    background:var(--grey-50);
  }
      

        
      
      
  .cjAxLu {
    width:100%;
  display:flex;
  align-items:center;
  aspect-ratio:16/7;
  justify-content:center;
  }
      

      
        
      
      
  .ciAKZT {
    width:100%;
  object-fit:cover;
  aspect-ratio:16/7;
  border-top-left-radius:.35rem;
  border-top-right-radius:.35rem;
  border-bottom-left-radius:.35rem;
  border-bottom-right-radius:.35rem;
  }
      

      
        
      
      
  .OxCmb {
    top:0%;
  color:#eb0000;
  right:0%;
  position:absolute;
  background:white;
  transition:color 300ms ease;
  padding-top:.5rem;
  padding-left:.5rem;
  padding-right:.5rem;
  padding-bottom:.5rem;
  border-bottom-left-radius:.5rem;
  }
      

      
  .OxCmb:hover {
    color:#ff7575;
  }
      

        
      
      
  .documents_item\:sYsdsZEFLW5Fm7ludh5z3 {
    font-size:.75rem;
  }
      

      
        
      
      
  .eNcBSH {
    padding-top:.5rem;
  padding-left:.5rem;
  padding-right:.5rem;
  padding-bottom:.5rem;
  }
      

      
        
      
      
  .documents\:cbJYODLbHNXqSeQ05jLfx {
    flex:1;
  }
      

      
        
      
      
  .WTjlX {
    width:15rem;
  height:12rem;
  display:flex;
  background:var(--white-100);
  align-items:center;
  border-color:var(--grey-200);
  border-style:solid;
  border-width:1px;
  justify-content:center;
  border-top-left-radius:.5rem;
  border-top-right-radius:.5rem;
  border-bottom-left-radius:.5rem;
  border-bottom-right-radius:.5rem;
  }
      

      
        
      
      
  .documents\:kSK1fYQuWesk-2anck2QQ {
    font-size:.75rem;
  }
      

      
        
      
      
  .documents\:kZH_mcG3YCg1iEAx2l49z {
    font-size:.75rem;
  }
      

      
        
      
      
  .documents\:u9w1qMMO8Q6aeB39yKIAl {
    margin-top:.5rem;
  margin-bottom:1.5rem;
  }
      

      
        
      
      
  .eKMqZq {
    top:0rem;
  color:var(--white-100);
  right:.5rem;
  width:fit-content;
  display:flex;
  position:absolute;
  background:var(--brandgreen-200);
  margin-top:.5rem;
  align-items:center;
  padding-top:.5rem;
  border-color:var(--grey-200);
  border-style:solid;
  border-width:1px;
  padding-left:1rem;
  padding-right:1rem;
  padding-bottom:.5rem;
  justify-content:center;
  border-top-left-radius:.25rem;
  border-top-right-radius:.25rem;
  border-bottom-left-radius:.25rem;
  border-bottom-right-radius:.25rem;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .fnvkHP {
    row-gap:1.5rem;
  column-gap:1.5rem;
  flex-direction:column;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .Dashboard\:aqaRolaBNcNEd_R87CUCr {
    margin-bottom:1rem;
  }
      

      
        
      
      
  
      

      
        
      
      
  .Dashboard\:fCaMoHzna0ATF4P5UQq0x {
    margin-top:1rem;
  margin-bottom:1rem;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .Dashboard\:iX5oLwAPRKo9WkQoZE2vS {
    margin-bottom:.5rem;
  }
      

      
        
      
      
  .cIrugU {
    display:flex;
  background:var(--offwhite-100);
  transition:border-color 300ms ease;
  align-items:center;
  padding-top:1rem;
  border-color:transparent;
  border-style:solid;
  border-width:1px;
  padding-left:1rem;
  padding-right:1rem;
  flex-direction:row;
  padding-bottom:1rem;
  justify-content:space-between;
  border-top-left-radius:.5rem;
  border-top-right-radius:.5rem;
  border-bottom-left-radius:.5rem;
  border-bottom-right-radius:.5rem;
  }
      

      
  .cIrugU:hover {
    border-color:#e3e3e3;
  border-style:solid;
  border-width:1px;
  }
      

        
      
      
  
      

      
        
      
      
  .Dashboard\:lVC0HUgU4SI0VlOQrGoyI {
    font-weight:var(--font-weight-regular);
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .dMUwfe {
    min-height:100%;
  align-items:center;
  justify-content:center;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .Dashboard\:wgMKEbh_i-I4xdoTjtojH {
    margin-top:.5rem;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .ePGSej {
    height:100%;
  display:flex;
  align-items:flex-start;
  padding-top:2rem;
  padding-left:1rem;
  padding-right:1rem;
  flex-direction:column;
  padding-bottom:2rem;
  justify-content:space-between;
  }
      

      
          @media (max-width: 800px) {
            
  .ePGSej {
    color:white;
  width:100%;
  height:fit-content;
  display:flex;
  background:var(--blue-100);
  align-items:center;
  padding-top:.5rem;
  padding-left:5%;
  padding-right:5%;
  flex-direction:row;
  padding-bottom:.5rem;
  justify-content:space-between;
  }
      

          }
          
        
      
      
  
      

      
        
      
      
  .ejpNiJ {
    width:fit-contentas;
  cursor:default;
  display:flex;
  font-size:inherit;
  transition:background 300ms ease;
  align-items:center;
  font-family:inherit;
  font-weight:inherit;
  padding-top:.75rem;
  padding-left:.75rem;
  padding-right:.75rem;
  padding-bottom:.75rem;
  justify-content:center;
  border-top-left-radius:.5rem;
  border-top-right-radius:.5rem;
  border-bottom-left-radius:.5rem;
  border-bottom-right-radius:.5rem;
  }
      

      
  .ejpNiJ:hover {
    background:var(--blue-200);
  }
      

        
      
      
  .fywLq {
    row-gap:.5rem;
  column-gap:.5rem;
  flex-direction:column;
  }
      

      
          @media (max-width: 800px) {
            
  .fywLq {
    display:none;
  }
      

          }
          
        
      
      
  .cDamML {
    width:fit-contentas;
  cursor:default;
  display:flex;
  row-gap:.5rem;
  font-size:inherit;
  column-gap:.5rem;
  transition:background 300ms ease;
  align-items:center;
  font-family:inherit;
  font-weight:inherit;
  padding-top:.75rem;
  padding-left:.75rem;
  padding-right:.75rem;
  flex-direction:row;
  padding-bottom:.75rem;
  justify-content:flex-start;
  border-top-left-radius:.5rem;
  border-top-right-radius:.5rem;
  border-bottom-left-radius:.5rem;
  border-bottom-right-radius:.5rem;
  }
      

      
  .cDamML:hover {
    background:var(--blue-200);
  }
      

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .bDXdly {
    top:0%;
  left:100%;
  right:0%;
  width:100%;
  bottom:0%;
  height:100%;
  display:flex;
  row-gap:.75rem;
  z-index:99999;
  position:fixed;
  background:var(--blue-200);
  column-gap:.75rem;
  transition:left 300ms ease;
  align-items:flex-start;
  padding-top:5rem;
  padding-left:5%;
  padding-right:5%;
  flex-direction:column;
  padding-bottom:5rem;
  justify-content:flex-start;
  }
      

      
  .bDXdly.menu-open {
    left:0%;
  }
      

        
      
      
  
      

      
          @media (max-width: 800px) {
            
  .dDaIBd {
    display:flex;
  z-index:999999;
  align-items:center;
  flex-direction:row;
  justify-content:flex-start;
  }
      

          }
          
        
      
      
  
      

      
        
      
      
  
      

      
          @media (max-width: 800px) {
            
  .dohgKT {
    display:none;
  }
      

          }
          
        
      
      
  
      

      
        
      
      
  .cbVVHT {
    width:3rem;
  margin-bottom:1rem;
  }
      

      
          @media (max-width: 800px) {
            
  .cbVVHT {
    margin-bottom:0rem;
  }
      

          }
          
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .dUdFSu {
    z-index:999999;
  background:transparent;
  transition:background 300ms ease;
  padding-top:.25rem;
  padding-left:.5rem;
  padding-right:.5rem;
  padding-bottom:.25rem;
  border-top-left-radius:.25rem;
  border-top-right-radius:.25rem;
  border-bottom-left-radius:.25rem;
  border-bottom-right-radius:.25rem;
  }
      

      
  .dUdFSu:hover {
    background:var(--blue-100);
  }
      

        
      
      
  
      

      
        
      
      
  
      

      
          @media (min-width: 800px) {
            
  .chxLlX {
    display:none;
  }
      

          }
          
        
      
      
  
      

      
        
      
      
  .kodBV {
    gap:2rem;
  display:grid;
  grid-template-columns:.65fr 1fr;
  }
      

      
          @media (max-width: 800px) {
            
  .kodBV {
    gap:3rem;
  grid-template-columns:1fr;
  }
      

          }
          
        
      