
@layer base {
  
  body, :host {
    /* Color */
      --neutral-0: #121214;
--neutral-1: #171719;
--neutral-2: #1E1E1F;
--neutral-3: #262628;
--neutral-4: #2C2C2F;
--neutral-5: #323236;
--neutral-6: #3B3B3F;
--neutral-7: #48484E;
--neutral-8: #606068;
--neutral-9: #6E6E77;
--neutral-10: #7B7B84;
--neutral-11: #B3B3BB;
--neutral-12: #EEEEF0;
--neutral-a0: #00000000;
--neutral-a1: #00000000;
--neutral-a2: #F7F7F908;
--neutral-a3: #E1E1FC13;
--neutral-a4: #DDDDFA1B;
--neutral-a5: #DCDCF923;
--neutral-a6: #E8E8FF2C;
--neutral-a7: #E4E4FD3D;
--neutral-a8: #E6E6FD5A;
--neutral-a9: #E9E9FE6A;
--neutral-a10: #ECECFF78;
--neutral-a11: #F3F3FEB5;
--neutral-a12: #FDFDFFEF;
--brand-1: #0F101B;
--brand-2: #151625;
--brand-3: #212247;
--brand-4: #2A2963;
--brand-5: #333373;
--brand-6: #3D3E81;
--brand-7: #494A95;
--brand-8: #5759B1;
--brand-9: #7C7EF3;
--brand-10: #7171E5;
--brand-11: #A6ACFF;
--brand-12: #DCE0FE;
--success-1: #111915;
--success-2: #141E19;
--success-3: #122F22;
--success-4: #0C3D29;
--success-5: #104A33;
--success-6: #18583E;
--success-7: #1F694B;
--success-8: #227D5A;
--success-9: #10B981;
--success-10: #00AD76;
--success-11: #43D59B;
--success-12: #A9F2CE;
--warning-1: #16120C;
--warning-2: #1D180F;
--warning-3: #302008;
--warning-4: #3F2700;
--warning-5: #4D3000;
--warning-6: #5C3D05;
--warning-7: #714F19;
--warning-8: #8F6424;
--warning-9: #FFC53D;
--warning-10: #FFD60A;
--warning-11: #FFCA16;
--warning-12: #FFE7B3;
--critical-1: #191111;
--critical-2: #201314;
--critical-3: #3B1219;
--critical-4: #500F1C;
--critical-5: #611623;
--critical-6: #72232D;
--critical-7: #8C333A;
--critical-8: #B54548;
--critical-9: #E5484D;
--critical-10: #EC5D5E;
--critical-11: #FF9592;
--critical-12: #FFD1D9;
--overlay-a1: #ffffff0d;
--overlay-a2: #ffffff1a;
--overlay-a3: #ffffff26;
--overlay-a4: #ffffff33;
--overlay-a5: #ffffff4d;
--overlay-a6: #ffffff66;
--overlay-a7: #ffffff80;
--overlay-a8: #ffffff99;
--overlay-a9: #ffffffb3;
--overlay-a10: #ffffffcc;
--overlay-a11: #ffffffe6;
--overlay-a12: #fffffff2;
--overlay-inverted-a1: #1212140d;
--overlay-inverted-a2: #1212140d;
--overlay-inverted-a3: #12121426;
--overlay-inverted-a4: a4: #12121433;
--overlay-inverted-a5: #1212144d;
--overlay-inverted-a6:  #12121466;
--overlay-inverted-a7: #12121480;
--overlay-inverted-a8: #12121499;
--overlay-inverted-a9: #121214b3;
--overlay-inverted-a10: #121214cc;
--overlay-inverted-a11: #121214e6;
--overlay-inverted-a12: #121214f2;
  /* Fonts */
    --font-dmsans: 'DM Sans',sans-serif;
--font-dmmono: 'DM Mono',monospace;

    /* Font size */
    --text-xs: 0.75rem;
--text-sm: 0.875rem;
--text-md: 1rem;
--text-lg: 1.125rem;
--text-xl: 1.25rem;
--text-2xl: 1.5rem;
--text-3xl: 1.875rem;
--text-4xl: 2.25rem;
--text-5xl: 3rem;
--text-6xl: 3.75rem;
    /* Font weight */
    --normal: 400;
--medium: 500;
--semi: 600;
--bold: 700;
    /* Shadows */
    --shadow-sm:  0 1px 2px 0 rgba(0, 0, 0, 0.25);
--shadow-base:  0 1px 3px 0 rgba(0, 0, 0, 0.25), 0 1px 2px 0 rgba(0, 0, 0, 0.25);
--shadow-md:  0 4px 6px -1px rgba(0, 0, 0, 0.25), 0 2px 4px -1px rgba(0, 0, 0, 0.25);
--shadow-lg:  0 10px 15px -3px rgba(0, 0, 0, 0.25), 0 4px 6px -2px rgba(0, 0, 0, 0.25);
--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.25), 0 10px 10px -5px rgba(0, 0, 0, 0.25);
--shadow-2xl:  0 25px 50px -12px rgba(0, 0, 0, 0.25);
    /* Border radius */
    
    /* Spacing */
    --rounding-none: 0px;
--rounding-xs: 2px;
--rounding-sm: 4px;
--rounding-md: 6px;
--rounding-lg: 10px;
--rounding-xl: 16px;
--rounding-full: 9999px;
--border-none: 0px;
--border-md: 1px;
--border-lg: 2px;
--line-height-xs: 1.125rem;
--line-height-sm: 1.25rem;
--line-height-md: 1.5rem;
--line-height-lg: 1.75rem;
--line-height-xl: 1.875rem;
--line-height-2xl: 2rem;
--line-height-3xl: 2.375rem;
--line-height-4xl: 2.75rem;
--line-height-5xl: 3.75rem;
--line-height-6xl: 4.5rem;
--letter-spacing-xs: 0rem;
--letter-spacing-sm: 0rem;
--letter-spacing-md: 0rem;
--letter-spacing-lg: 0rem;
--letter-spacing-xl: 0rem;
--letter-spacing-2xl: 0rem;
--letter-spacing-3xl: 0rem;
--letter-spacing-4xl: -0.045rem;
--letter-spacing-5xl: -0.0575rem;
--letter-spacing-6xl: -0.075rem;
--interactive-height-sm: 2rem;
--interactive-height-md: 2.75rem;
--interactive-height-lg: 3rem;
--header-height: 3.75rem;
--side-menu-width: 18rem;
--content-max-width: 43.75rem;
--toggle-height-sm: 1.25rem;
--toggle-height-md: 1.5rem;
--toggle-height-lg: 1.75rem;
--page-max-width: 75rem;
--badge-size-sm: 1.5rem;
--badge-size-md: 2rem;
--badge-size-lg: 2.5rem;
    /* Z-index */
    --swipe-prevent: 2000;
--side-menu: 1000;
--side-menu-backdrop: 990;
--toc-sidebar: 100;
--app-header: 500;
--app-header-backdrop: 450;
--navigation-menu-button: 50;
  }
  @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;
    }
  }
}

      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .dwULTx {
    top:0px;
  left:0px;
  right:0px;
  bottom:0px;
  position:fixed;
  overflow-x:hidden;
  overflow-y:hidden;
  margin-right:var(--margin-right);
  }
      

      
        
      
      
  .EqdOM {
    left:var(--left);
  width:200%;
  height:100%;
  opacity:0.05;
  position:absolute;
  transform:skewX(-51.61deg);
  translate:0px 0 0;
  background:linear-gradient(to bottom right, var(--brand-9) 0%, var(--brand-7) 100%) scroll padding-box border-box repeat repeat 0% 0% / auto;
  transition:translate var(--duration) ease;
  }
      

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


          @media (max-width: 830px) {
            
  .EqdOM {
    left:var(--left-small-screens);
  }
      

          }
          
        
      
      
  
      

      
        
      
      
  .esSsfy {
    width:100%;
  display:flex;
  row-gap:4rem;
  background:var(--neutral-0);
  column-gap:4rem;
  overflow-x:hidden;
  align-items:center;
  padding-top:4rem;
  padding-left:2.5rem;
  padding-right:2.5rem;
  padding-bottom:4rem;
  justify-content:center;
  border-bottom-color:var(--neutral-4);
  border-bottom-style:solid;
  border-bottom-width:var(--border-md);
  }
      

      
          @media (max-width: 1024px) {
            
  .esSsfy {
    padding-left:1.25rem;
  padding-right:1.25rem;
  }
      

          }
          
        
      
      
  .fxwtuV {
    width:100%;
  row-gap:3rem;
  max-width:1120px;
  column-gap:3rem;
  }
      

      
          @media (max-width: 1024px) {
            
  .fxwtuV {
    row-gap:2.5rem;
  column-gap:2.5rem;
  }
      

          }
          
        
      
      
  
      

      
        
      
      
  .cnnYKH {
    gap:0.5rem;
  }
      

      
        
      
      
  
      

      
        
      
      
  .eCZFNc {
    color:var(--brand-9);
  }
      

      
        
      
      
  .cFkZKk {
    color:var(--neutral-12);
  }
      

      
        
      
      
  .root-page-footer\:BxnPdOFezhBTZWiwf8L43 {
    width:220px;
  max-width:100%;
  }
      

      
        
      
      
  .ewSptu {
    display:flex;
  row-gap:3rem;
  flex-wrap:wrap;
  max-width:100%;
  min-width:fit-content;
  column-gap:3rem;
  align-items:flex-start;
  flex-direction:row;
  justify-content:flex-end;
  }
      

      
        
      
      
  .dMltSk {
    color:var(--color, inherit);
  display:inline-block;
  font-size:var(--font-size);
  margin-top:var(--margin-top);
  font-family:'DM Sans';
  font-weight:inherit;
  line-height:var(--line-height);
  white-space:normal;
  margin-bottom:var(--margin-bottom);
  letter-spacing:var(--letter-spacing);
  }
      

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


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

        
      
      
  .footer-group-name\:root {
    color:var(--neutral-12);
  font-weight:var(--semi);
  margin-bottom:0.25rem;
  }
      

      
        
      
      
  
      

      
        
      
      
  .HEjwL {
    row-gap:3rem;
  flex-wrap:wrap;
  column-gap:3rem;
  flex-direction:row;
  }
      

      
        
      
      
  .bWjogc {
    flex:1;
  min-width:fit-content;
  }
      

      
        
      
      
  .root-page-footer\:TqpcTNUi7nB8w-jY82bmX {
    display:block;
  text-align:center;
  }
      

      
        
      
      
  
      

      
        
      
      
  .root-page-footer\:gg3T3gwWz4lhmkmmHDJd5 {
    width:100%;
  }
      

      
        
      
      
  .cNgrkf {
    gap:0.5rem;
  color:var(--neutral-11);
  width:fit-content;
  cursor:pointer;
  font-size:var(--text-md);
  transition:var(--transition);
  align-items:center;
  font-family:DM Sans;
  font-weight:var(--semi);
  padding-top:0.25rem;
  padding-left:0rem;
  border-radius:var(--rounding-md);
  padding-right:0rem;
  flex-direction:row;
  padding-bottom:0.25rem;
  justify-content:center;
  -webkit-tap-highlight-color:transparent;
  }
      

      
  .cNgrkf:hover {
    color:var(--neutral-12);
  }
      


  .cNgrkf:focus-visible {
    outline-color:var(--brand-8);
  outline-style:solid;
  outline-width:var(--border-lg);
  outline-offset:var(--border-md);
  }
      


  .cNgrkf:active {
    transition:none;
  }
      

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .dGfJZP {
    display:flex;
  row-gap:6rem;
  column-gap:6rem;
  align-items:flex-start;
  justify-content:flex-start;
  }
      

      
        
      
      
  
      

      
        
      
      
  .dfNJAX {
    flex:1;
  row-gap:1rem;
  max-width:100%;
  min-width:min(260px, 100%);
  column-gap:1rem;
  }
      

      
        
      
      
  
      

      
        
      
      
  .dbXxTH {
    width:100%;
  display:flex;
  row-gap:4rem;
  background:var(--bg-color);
  column-gap:4rem;
  overflow-x:hidden;
  align-items:center;
  padding-top:8rem;
  padding-left:2.5rem;
  padding-right:2.5rem;
  padding-bottom:8rem;
  justify-content:center;
  border-bottom-color:var(--neutral-4);
  border-bottom-style:solid;
  border-bottom-width:var(--border-md);
  }
      

      
          @media (max-width: 1024px) {
            
  .dbXxTH {
    padding-top:6rem;
  padding-left:1.25rem;
  padding-right:1.25rem;
  padding-bottom:6rem;
  }
      

          }
          

  .dbXxTH.spacing-none {
    padding-top:0px;
  padding-bottom:0px;
  }
      


  .dbXxTH.spacing-sm {
    padding-top:4rem;
  padding-bottom:4rem;
  }
      


          @media (max-width: 1024px) {
            
  .dbXxTH.spacing-sm {
    padding-top:3rem;
  padding-bottom:3rem;
  }
      

          }
          

  .dbXxTH.spacing-lg {
    padding-top:12rem;
  padding-bottom:12rem;
  }
      


          @media (max-width: 1024px) {
            
  .dbXxTH.spacing-lg {
    padding-top:10rem;
  padding-bottom:10rem;
  }
      

          }
          
        
      
      
  .cCYXsI {
    width:100%;
  }
      

      
        
      
      
  .dzZrUt {
    width:100%;
  margin-top:2rem;
  margin-bottom:1rem;
  }
      

      
  .dzZrUt.h2 {
    margin-top:2rem;
  margin-bottom:0.5rem;
  }
      


  .dzZrUt.h3 {
    margin-top:1.5rem;
  margin-bottom:0.5rem;
  }
      


  .dzZrUt.h4 {
    margin-top:1rem;
  margin-bottom:0.5rem;
  }
      

        
      
      
  
      

      
        
      
      
  .byvvne {
    width:100%;
  font-size:var(--text-5xl);
  line-height:var(--line-height-5xl);
  letter-spacing:var(--letter-spacing-5xl);
  }
      

      
  .byvvne.level-2 {
    font-size:var(--text-4xl);
  line-height:var(--line-height-4xl);
  letter-spacing:var(--letter-spacing-4xl);
  }
      


  .byvvne.level-3 {
    font-size:var(--text-xl);
  line-height:var(--line-height-xl);
  letter-spacing:var(--letter-spacing-xl);
  }
      


  .byvvne.level-4 {
    font-size:var(--text-xl);
  line-height:var(--line-height-xl);
  letter-spacing:var(--letter-spacing-xl);
  }
      


          @media (max-width: 700px) {
            
  .byvvne {
    font-size:var(--text-4xl);
  line-height:var(--line-height-4xl);
  letter-spacing:var(--letter-spacing-4xl);
  }
      

          }
          

          @media (max-width: 500px) {
            
  .byvvne {
    font-size:var(--text-3xl);
  line-height:var(--line-height-3xl);
  letter-spacing:var(--letter-spacing-3xl);
  }
      

          }
          

          @media (max-width: 700px) {
            
  .byvvne.level-2 {
    font-size:var(--text-3xl);
  line-height:var(--line-height-3xl);
  letter-spacing:var(--letter-spacing-3xl);
  }
      

          }
          

          @media (max-width: 500px) {
            
  .byvvne.level-2 {
    font-size:var(--text-2xl);
  line-height:var(--line-height-2xl);
  letter-spacing:var(--letter-spacing-2xl);
  }
      

          }
          

          @media (max-width: 500px) {
            
  .byvvne.level-3 {
    font-size:var(--text-xl);
  line-height:var(--line-height-xl);
  letter-spacing:var(--letter-spacing-xl);
  }
      

          }
          

          @media (max-width: 500px) {
            
  .byvvne.level-4 {
    font-size:var(--text-lg);
  line-height:var(--line-height-lg);
  letter-spacing:var(--letter-spacing-lg);
  }
      

          }
          
        
      
      
  .eJMNLO {
    color:var(--color, inherit);
  width:100%;
  font-size:var(--font-size);
  margin-top:var(--margin-top);
  font-family:DM Sans;
  font-weight:var(--semi);
  line-height:var(--line-height);
  white-space:normal;
  margin-bottom:var(--margin-bottom);
  letter-spacing:var(--letter-spacing);
  }
      

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


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

        
      
      
  .root-page-heading\:DJfxrdPeFBrtZZ1kZKDYm {
    font-size:inherit;
  line-height:inherit;
  letter-spacing:inherit;
  }
      

      
        
      
      
  .root-page-heading\:FM_yceJ9qRaZZEvrrwXDd {
    font-size:inherit;
  line-height:inherit;
  letter-spacing:inherit;
  }
      

      
        
      
      
  .dnLcUK {
    color:var(--color, inherit);
  width:100%;
  font-size:var(--font-size);
  margin-top:var(--margin-top);
  font-family:'DM Sans';
  font-weight:var(--semi);
  line-height:var(--line-height);
  white-space:normal;
  margin-bottom:var(--margin-bottom);
  letter-spacing:var(--letter-spacing);
  }
      

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


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

        
      
      
  .root-page-heading\:Yp33T0DHlSYfFBLq7I0fk {
    font-size:inherit;
  line-height:inherit;
  letter-spacing:inherit;
  }
      

      
        
      
      
  .frEsIz {
    font:var(--semi) var(--font-size) /var(--line-height) DM Sans;
  color:var(--color, inherit);
  width:100%;
  margin-top:var(--margin-top);
  font-family:'DM Sans';
  white-space:normal;
  margin-bottom:var(--margin-bottom);
  letter-spacing:var(--letter-spacing);
  }
      

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


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

        
      
      
  .root-page-heading\:ritibbiT20YhCpMBIbEGW {
    font-size:inherit;
  line-height:inherit;
  letter-spacing:inherit;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .eBUNXc {
    width:100%;
  font-size:var(--font-size);
  line-height:var(--line-height);
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .bBNlla {
    width:100%;
  row-gap:0.5rem;
  column-gap:0.5rem;
  flex-direction:var(--flex-direction);
  }
      

      
        
      
      
  .rich-text-list\:root {
    font-size:inherit;
  margin-top:0.5rem;
  font-family:inherit;
  line-height:inherit;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .cbCitp {
    flex:0;
  color:var(--neutral-11);
  width:100%;
  display:block;
  row-gap:0.5rem;
  font-size:inherit;
  column-gap:0.5rem;
  align-items:flex-start;
  font-family:DM Sans;
  line-height:inherit;
  flex-direction:row;
  justify-content:flex-start;
  }
      

      
        
      
      
  .rich-text-list-item\:root {
    display:flex;
  flex-direction:row;
  }
      

      
        
      
      
  .dTndxE {
    width:6px;
  height:6px;
  background:var(--neutral-11);
  text-align:justify;
  border-top-left-radius:var(--rounding-full);
  border-top-right-radius:var(--rounding-full);
  border-bottom-left-radius:var(--rounding-full);
  border-bottom-right-radius:var(--rounding-full);
  }
      

      
        
      
      
  .esVAbH {
    flex:1;
  display:block;
  }
      

      
        
      
      
  
      

      
        
      
      
  .eNpBUO {
    width:var(--size);
  height:var(--size);
  display:flex;
  align-items:center;
  justify-content:center;
  }
      

      
        
      
      
  
      

      
        
      
      
  .dremLk {
    color:var(--color, inherit);
  cursor:pointer;
  display:inline-block;
  font-size:var(--font-size);
  margin-top:var(--margin-top);
  transition:var(--transition);
  font-family:'DM Sans';
  font-weight:var(--medium);
  line-height:var(--line-height);
  white-space:normal;
  margin-bottom:var(--margin-bottom);
  letter-spacing:var(--letter-spacing);
  text-decoration-line:underline;
  text-decoration-color:var(--color-underline);
  text-decoration-style:solid;
  text-underline-offset:var(--underline-offset);
  text-decoration-thickness:var(--underline-thickness);
  }
      

      
  .dremLk:hover {
    color:var(--color-hovered);
  text-decoration-color:var(--color-underline-hovered);
  }
      


  .dremLk:active {
    color:var(--color-active);
  transition:none;
  }
      

        
      
      
  .rich-text-link\:root {
    font-size:inherit;
  line-height:inherit;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .evSMMQ {
    color:inherit;
  font-size:inherit;
  margin-top:var(--margin-top);
  font-family:inherit;
  font-weight:var(--bold);
  line-height:inherit;
  white-space:normal;
  margin-bottom:var(--margin-bottom);
  letter-spacing:var(--letter-spacing);
  }
      

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


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

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .eUsYUZ {
    color:var(--color, inherit);
  font-size:var(--font-size);
  margin-top:var(--margin-top);
  font-family:'DM Sans';
  font-weight:inherit;
  line-height:var(--line-height);
  white-space:normal;
  margin-bottom:var(--margin-bottom);
  letter-spacing:var(--letter-spacing);
  }
      

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


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

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .bdkibg {
    width:100%;
  row-gap:1.5rem;
  column-gap:1.5rem;
  }
      

      
        
      
      
  .cexwVa {
    width:100%;
  filter:blur(20px);
  height:100%;
  opacity:0.5;
  position:absolute;
  background:linear-gradient(to bottom right, var(--brand-7) 0%, var(--warning-7) 100%) scroll padding-box border-box repeat repeat 0% 0% / auto;
  border-top-left-radius:var(--rounding-lg);
  border-top-right-radius:var(--rounding-lg);
  border-bottom-left-radius:var(--rounding-lg);
  border-bottom-right-radius:var(--rounding-lg);
  }
      

      
        
      
      
  
      

      
        
      
      
  .CJDBC {
    width:100%;
  aspect-ratio:var(--aspect-ratio);
  }
      

      
        
      
      
  .zHnZS {
    background: var(--neutral-1);
  overflow-x:hidden;
  overflow-y:hidden;
  aspect-ratio:var(--aspect-ratio);
  border-top-left-radius:var(--rounding-md);
  border-top-right-radius:var(--rounding-md);
  border-bottom-left-radius:var(--rounding-md);
  border-bottom-right-radius:var(--rounding-md);
  }
      

      
        
      
      
  .CnymQ {
    background: var(--neutral-2);
  box-shadow:var(--shadow-md);
  padding-top:var(--padding);
  border-color:var(--neutral-5);
  border-style:solid;
  border-width:var(--border-md);
  padding-left:var(--padding);
  padding-right:var(--padding);
  padding-bottom:var(--padding);
  border-top-left-radius:var(--rounding-lg);
  border-top-right-radius:var(--rounding-lg);
  border-bottom-left-radius:var(--rounding-lg);
  border-bottom-right-radius:var(--rounding-lg);
  }
      

      
        
      
      
  .root-page-section\:LtH0E7bjR1pQqW8vNSswo {
    width:100%;
  }
      

      
        
      
      
  .cDgMpG {
    width:100%;
  max-width:var(--content-max-width);
  }
      

      
        
      
      
  
      

      
        
      
      
  .elFbIL {
    top:0px;
  left:0px;
  right:0px;
  height:200px;
  opacity:0.3;
  position:absolute;
  background:radial-gradient(90% 93.08% at 50% -10%, var(--brand-3) 0%, var(--neutral-0) 100%);
  }
      

      
        
      
      
  
      

      
        
      
      
  .dczufi {
    flex-direction:row;
  }
      

      
          @media (max-width: 900px) {
            
  .dczufi {
    flex-direction:column;
  }
      

          }
          
        
      
      
  
      

      
        
      
      
  .stepper-paragraph\:root {
    width:100%;
  }
      

      
        
      
      
  
      

      
        
      
      
  .QvqGq {
    flex:1;
  row-gap:1rem;
  column-gap:1rem;
  }
      

      
          @media (max-width: 900px) {
            
  .QvqGq {
    display:flex;
  align-items:flex-start;
  flex-direction:row;
  justify-content:flex-start;
  }
      

          }
          
        
      
      
  .eQIwhp {
    flex:1;
  width:var(--border-md);
  height:100%;
  display:none;
  background:linear-gradient(to bottom, var(--overlay-a2) 74%, transparent 100%) scroll border-box padding-box repeat repeat 0% 0% / auto;
  }
      

      
          @media (max-width: 900px) {
            
  .eQIwhp {
    display:flex;
  }
      

          }
          
        
      
      
  
      

      
        
      
      
  .cA-duPx {
    flex:1;
  height:var(--border-md);
  background:linear-gradient(to right, var(--overlay-a2) 74%, transparent 100%) scroll padding-box border-box repeat repeat 0% 0% / auto;
  }
      

      
          @media (max-width: 900px) {
            
  .cA-duPx {
    display:none;
  }
      

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

      
          @media (max-width: 900px) {
            
  .jafay {
    width:fit-content;
  height:100%;
  flex-direction:column;
  }
      

          }
          
        
      
      
  .bjXwWY {
    width:4rem;
  height:4rem;
  display:flex;
  background:linear-gradient(to bottom right, var(--neutral-1) 0%, var(--neutral-0) 100%) scroll padding-box border-box repeat repeat 0% 0% / auto;
  align-items:center;
  border-color:var(--overlay-a1);
  border-style:solid;
  border-width:var(--border-md);
  justify-content:center;
  border-top-left-radius:var(--rounding-lg);
  border-top-right-radius:var(--rounding-lg);
  border-bottom-left-radius:var(--rounding-lg);
  border-bottom-right-radius:var(--rounding-lg);
  }
      

      
        
      
      
  .eapvpv {
    width:100%;
  row-gap:0.5rem;
  column-gap:0.5rem;
  padding-right:1.5rem;
  }
      

      
          @media (max-width: 900px) {
            
  .eapvpv {
    flex:1;
  width:fit-content;
  margin-top:1rem;
  padding-right:0px;
  padding-bottom:2rem;
  }
      

          }
          
        
      
      
  .stepper-item\:iUqRv4FUwWprXo7n9TGd_ {
    color:var(--neutral-12);
  font-weight:var(--bold);
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .pZppP {
    overflow-x:hidden;
  padding-top:1.5rem;
  border-color:var(--neutral-5);
  border-style:solid;
  border-width:var(--border-md);
  padding-left:1.5rem;
  padding-right:1.5rem;
  padding-bottom:1.5rem;
  border-top-left-radius:var(--rounding-xl);
  border-top-right-radius:var(--rounding-xl);
  border-bottom-left-radius:var(--rounding-xl);
  border-bottom-right-radius:var(--rounding-xl);
  }
      

      
  .pZppP.highlighted {
    border-color:var(--brand-8);
  border-style:solid;
  border-width:var(--border-md);
  }
      

        
      
      
  .testimonial-card\:1OQ7FGgr1U9CMORzIEl2e {
    width:4rem;
  }
      

      
        
      
      
  
      

      
        
      
      
  .exFums {
    display:flex;
  row-gap:1rem;
  column-gap:1rem;
  margin-top:1rem;
  align-items:center;
  flex-direction:row;
  justify-content:flex-start;
  }
      

      
        
      
      
  .FCNEF {
    top:0px;
  left:0px;
  right:0px;
  bottom:0px;
  position:absolute;
  background: var(--overlay-inverted-a5);
  backdrop-filter:blur(8px);
  }
      

      
        
      
      
  
      

      
        
      
      
  .testimonial-card\:AwjU1snnHgKNBm4XG9sJx {
    font-weight:var(--medium);
  }
      

      
        
      
      
  
      

      
        
      
      
  .elhPAg {
    row-gap:0.5rem;
  column-gap:0.5rem;
  }
      

      
        
      
      
  
      

      
        
      
      
  .yXUxD {
    row-gap:var(--gap);
  column-gap:var(--gap);
  grid-column:span 1;
  }
      

      
        
      
      
  
      

      
        
      
      
  .cejUQQ {
    width:100%;
  display:grid;
  row-gap:var(--gap);
  column-gap:var(--gap);
  grid-template-columns:repeat(var(--columns), 1fr);
  }
      

      
          @media (max-width: 1100px) {
            
  .cejUQQ {
    grid-template-columns:repeat(2, 1fr);
  }
      

          }
          

          @media (max-width: 700px) {
            
  .cejUQQ {
    grid-template-columns:repeat(1, 1fr);
  }
      

          }
          
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .dzlAuV {
    gap:0.375rem;
  width:fit-content;
  cursor:default;
  height:var(--interactive-height-md);
  font-size:var(--text-md);
  transition:var(--transition);
  align-items:center;
  font-family:DM Sans;
  font-weight:var(--medium);
  user-select:none;
  padding-left:0.75rem;
  border-radius:var(--rounding-md);
  outline-color:transparent;
  outline-style:solid;
  outline-width:var(--border-lg);
  padding-right:0.75rem;
  flex-direction:row;
  outline-offset:var(--border-md);
  -ms-user-select:none;
  justify-content:center;
  -moz-user-select:none;
  -webkit-user-select:none;
  -webkit-tap-highlight-color:transparent;
  }
      

      
  .dzlAuV:focus-visible {
    outline-color:var(--brand-8, #D989E5);
  outline-style:solid;
  outline-width:var(--border-lg);
  outline-offset:var(--border-lg);
  }
      


  .dzlAuV.pressed {
    transition:none;
  }
      


  .dzlAuV.critical:focus-visible {
    outline-color:var(--critical-8, #EB8E90);
  outline-style:solid;
  outline-width:var(--border-lg);
  outline-offset:var(--border-lg);
  }
      


  .dzlAuV.critical-pressed {
    transition:none;
  }
      


  .dzlAuV.loading {
    color:transparent;
  }
      

        
      
      
  .ciwXKJ {
    top:0px;
  left:0px;
  color:inherit;
  right:0px;
  bottom:0px;
  display:flex;
  position:absolute;
  background: inherit;
  align-items:center;
  justify-content:center;
  }
      

      
        
      
      
  .egkcwx {
    width:fit-content;
  }
      

      
        
      
      
  .cRoJQC {
    r:var(--border-radius);
  cx:var(--svg-center);
  cy:var(--svg-center);
  stroke:var(--stroke);
  opacity:var(--opacity);
  stroke-width:var(--stroke-width);
  }
      

      
        
      
      
  .boHEcu {
    r:var(--border-radius);
  cx:var(--svg-center);
  cy:var(--svg-center);
  stroke:var(--stroke);
  stroke-width:var(--stroke-width);
  animation-name:spin;
  transform-origin:50% 50%;
  animation-duration:2s;
  animation-iteration-count:infinite;
  animation-timing-function:linear;
  }
      

      
        
      
      
  .cCEUWl {
    width:1em;
  height:1em;
  font-size:var(--size);
  }
      

      
        
      
      
  
      

      
        
      
      
  .button-tertiary\:root {
    gap:0.5rem;
  color:var(--neutral-12, #202026);
  width:fit-content;
  cursor:default;
  height:var(--interactive-height-md);
  transition:var(--transition);
  align-items:center;
  font-weight:var(--semi);
  padding-left:0.75rem;
  border-radius:var(--rounding-md);
  outline-color:transparent;
  outline-style:solid;
  outline-width:var(--border-lg);
  padding-right:0.75rem;
  flex-direction:row;
  outline-offset:var(--border-md);
  justify-content:center;
  background-color:var(--overlay-a1, #0000000d);
  }
      

      
  .button-tertiary\:root:hover {
    background-color:var(--overlay-a2, #0000001a);
  }
      


  .button-tertiary\:root.trigger-open {
    background:var(--overlay-a3);
  }
      


  .button-tertiary\:root.pressed:active {
    transition:none;
  background-color:var(--overlay-a3, #00000026);
  }
      

        
      
      
  .accordion-trigger\:root {
    width:100%;
  height:fit-content;
  display:flex;
  font-size:var(--text-lg);
  align-items:flex-start;
  line-height:var(--line-height-lg);
  padding-top:1rem;
  padding-left:1rem;
  padding-right:1rem;
  padding-bottom:1rem;
  justify-content:center;
  }
      

      
        
      
      
  .deMxYu {
    color:var(--color);
  width:var(--size);
  height:var(--size);
  }
      

      
  .deMxYu:first-child {
    margin-left:var(--margin-left);
  }
      


  .deMxYu:last-child {
    margin-right:var(--margin-right);
  }
      

        
      
      
  
      

      
        
      
      
  .accordion-trigger\:3NeIgdFYUcsjLXa9hh9zK {
    width:100%;
  height:100%;
  }
      

      
        
      
      
  .erfHMA {
    flex:1;
  text-align:left;
  }
      

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

      
        
      
      
  .accordion-trigger\:ch_Y5KZ9BEjF5mnHb9xAn {
    width:var(--line-height-xl);
  height:var(--line-height-xl);
  display:flex;
  transition:rotate 400ms ease;
  align-items:center;
  justify-content:center;
  }
      

      
  .accordion-trigger\:ch_Y5KZ9BEjF5mnHb9xAn.open {
    rotate:0 0 1 180deg;
  }
      

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .edAQxD {
    height:0px;
  overflow-x:hidden;
  overflow-y:hidden;
  will-change:height;
  }
      

      
  .edAQxD.open {
    height:var(--height);
  }
      

        
      
      
  .accordion-item\:qJvP6hlhhPsqmTDs5Sgun {
    scale:0.7 0.7 1;
  opacity:0;
  translate:0 40px 0;
  transition:all 250ms ease 0ms normal;
  }
      

      
  .accordion-item\:qJvP6hlhhPsqmTDs5Sgun.open {
    scale:1 1 1;
  opacity:1;
  translate:0 0 0;
  transition:all 250ms ease 0ms normal;
  }
      

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .cZaEgO {
    width:100%;
  background:var(--overlay-a1);
  margin-top:1rem;
  padding-top:1rem;
  padding-left:1rem;
  margin-bottom:0.5rem;
  padding-right:1rem;
  padding-bottom:1rem;
  border-top-left-radius:var(--rounding-md);
  border-top-right-radius:var(--rounding-md);
  border-bottom-left-radius:var(--rounding-md);
  border-bottom-right-radius:var(--rounding-md);
  }
      

      
        
      
      
  
      

      
        
      
      
  .root-page-faq-section\:eZDEQtMEtu1n755AJmgVN {
    width:100%;
  }
      

      
        
      
      
  
      

      
  .bJoCor.orientation-horizontal {
    flex-direction:row;
  }
      

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .root-page-faq-section\:g4PoXhaHq3wv-z8WKMX3o {
    row-gap:0.5rem;
  column-gap:0.5rem;
  }
      

      
        
      
      
  
      

      
        
      
      
  .dMETNW {
    row-gap:1.5rem;
  max-width:var(--content-max-width);
  column-gap:1.5rem;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .dBVdyW {
    width:100%;
  display:flex;
  row-gap:3rem;
  column-gap:3rem;
  align-items:center;
  justify-content:flex-start;
  }
      

      
        
      
      
  
      

      
        
      
      
  .bKwqvG {
    :;
  gap:0.5rem;
  color:var(--neutral-12, #1F1F1F);
  width:fit-content;
  cursor:pointer;
  height:var(--interactive-height-md);
  background:var(--overlay-a1);
  box-shadow:var(--shadow-sm);
  transition:var(--transition);
  align-items:center;
  font-family:'DM Sans';
  font-weight:var(--semi);
  border-color:var(--neutral-6, #D5D5D5);
  border-style:solid;
  border-width:1px;
  padding-left:0.75rem;
  border-radius:var(--rounding-md);
  outline-color:transparent;
  outline-style:solid;
  outline-width:var(--border-lg);
  padding-right:0.75rem;
  flex-direction:row;
  outline-offset:var(--border-md);
  justify-content:center;
  -webkit-tap-highlight-color:transparent;
  }
      

      
  .bKwqvG:hover {
    background:var(--overlay-a2);
  text-decoration-color:var(--color-underline-hovered);
  }
      


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


  .bKwqvG:active {
    background:var(--overlay-a3);
  transition:none;
  }
      

        
      
      
  .cta-link-button-secondary\:root {
    height:var(--interactive-height-lg);
  font-size:var(--text-lg);
  padding-left:1rem;
  padding-right:1rem;
  }
      

      
          @media (max-width: 460px) {
            
  .cta-link-button-secondary\:root {
    flex:1;
  min-width:170px;
  }
      

          }
          
        
      
      
  
      

      
        
      
      
  .button-primary\:root {
    color:var(--neutral-0);
  background: var(--brand-9);
  box-shadow:var(--shadow-sm);
  overflow-x:hidden;
  overflow-y:hidden;
  background-color:var(--brand-9, #D946EF);
  }
      

      
  .button-primary\:root.enabled:hover {
    background-color:var(--brand-10, #CC36E2);
  }
      


  .button-primary\:root.pressed {
    transition:none;
  background-color:var(--brand-11, #A911BD);
  }
      


  .button-primary\:root.critical {
    background-color:var(--critical-9, #E5484D);
  }
      


  .button-primary\:root.critical-enabled:hover {
    background-color:var(--critical-10, #DC3E42);
  }
      


  .button-primary\:root.critical-pressed {
    background-color:var(--critical-11, #CE2C31);
  }
      


  .button-primary\:root:disabled {
    opacity:0.7;
  }
      

        
      
      
  .cta-button-primary\:root {
    height:var(--interactive-height-lg);
  font-size:var(--text-lg);
  padding-left:1rem;
  padding-right:1rem;
  }
      

      
          @media (max-width: 460px) {
            
  .cta-button-primary\:root {
    flex:1;
  min-width:170px;
  }
      

          }
          
        
      
      
  
      

      
        
      
      
  .dSVMRz {
    gap:0.5rem;
  color:var(--neutral-0);
  width:fit-content;
  cursor:pointer;
  height:var(--interactive-height-md);
  background: var(--brand-9);
  box-shadow:var(--shadow-sm);
  transition:background 200ms ease;
  align-items:center;
  font-family:'DM Sans';
  font-weight:var(--semi);
  padding-left:0.75rem;
  border-radius:var(--rounding-md);
  outline-color:transparent;
  outline-style:solid;
  outline-width:var(--border-lg);
  padding-right:0.75rem;
  flex-direction:row;
  outline-offset:var(--border-md);
  justify-content:center;
  -webkit-tap-highlight-color:transparent;
  }
      

      
  .dSVMRz:hover {
    background-color:var(--brand-10, #CC36E2);
  text-decoration-color:var(--color-underline-hovered);
  }
      


  .dSVMRz:active {
    transition:none;
  background-color:var(--brand-11, #A911BD);
  }
      


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

        
      
      
  .cta-link-button-primary\:root {
    height:var(--interactive-height-lg);
  font-size:var(--text-lg);
  padding-left:1rem;
  padding-right:1rem;
  }
      

      
          @media (max-width: 460px) {
            
  .cta-link-button-primary\:root {
    flex:1;
  min-width:170px;
  }
      

          }
          
        
      
      
  
      

      
        
      
      
  .button-secondary\:root {
    color:var(--neutral-12, #202026);
  background: var(--overlay-a1);
  overflow-x:hidden;
  overflow-y:hidden;
  border-color:var(--overlay-a3);
  border-style:solid;
  border-width:var(--border-md);
  }
      

      
  .button-secondary\:root:hover {
    background-color:var(--overlay-a2, #F9F9FB);
  }
      


  .button-secondary\:root.trigger-open {
    background-color:var(--overlay-a2, #F9F9FB);
  }
      


  .button-secondary\:root.pressed {
    transition:none;
  background-color:var(--overlay-a3, #E8E8ED);
  }
      


  .button-secondary\:root.critical {
    color:var(--critical-11);
  border:var(--border-md) solid var(--critical-8);
  background: var(--critical-2);
  }
      


  .button-secondary\:root.critical:hover {
    color:var(--critical-12);
  border:var(--border-md) solid var(--critical-9);
  background: var(--critical-3);
  }
      


  .button-secondary\:root.critical:active {
    background: var(--critical-4);
  }
      

        
      
      
  .cta-button-secondary\:root {
    height:var(--interactive-height-lg);
  font-size:var(--text-lg);
  padding-left:1rem;
  padding-right:1rem;
  }
      

      
          @media (max-width: 460px) {
            
  .cta-button-secondary\:root {
    flex:1;
  min-width:170px;
  }
      

          }
          
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .rltzo {
    flex:1;
  }
      

      
        
      
      
  .UHQuQ {
    flex:1;
  width:inherit;
  height:inherit;
  display:flex;
  row-gap:0.25rem;
  background:linear-gradient(to bottom right, var(--neutral-1) 0%, var(--neutral-0) 100%) scroll border-box padding-box repeat repeat 0% 0% / auto;
  column-gap:0.25rem;
  overflow-x:hidden;
  overflow-y:hidden;
  padding-top:1.5rem;
  border-color:var(--overlay-a1);
  border-style:solid;
  border-width:1px;
  padding-left:1.5rem;
  padding-right:1.5rem;
  flex-direction:column;
  padding-bottom:1.5rem;
  border-top-left-radius:var(--rounding-lg);
  border-top-right-radius:var(--rounding-lg);
  border-bottom-left-radius:var(--rounding-lg);
  border-bottom-right-radius:var(--rounding-lg);
  }
      

      
        
      
      
  .card\:siPNBeKgBXiCzPgtCYlPP {
    position:absolute;
  }
      

      
        
      
      
  .root-page-cta-section\:HFlOhhDK_JPMlOGX6nKvl {
    width:fit-content;
  max-width:100%;
  }
      

      
        
      
      
  .dugYyC {
    width:fit-content;
  display:flex;
  row-gap:1rem;
  flex-wrap:wrap;
  column-gap:1rem;
  align-items:center;
  flex-direction:row;
  justify-content:flex-start;
  }
      

      
        
      
      
  .ZNIVg {
    flex:1;
  display:flex;
  min-width:180px;
  align-items:flex-start;
  justify-content:center;
  }
      

      
        
      
      
  .root-page-cta-section\:RK5bgd01kQKWIKcvblfmy {
    width:4rem;
  height:4rem;
  }
      

      
        
      
      
  .byhUoN {
    row-gap:0.5rem;
  column-gap:0.5rem;
  flex-direction:row;
  }
      

      
        
      
      
  
      

      
        
      
      
  .qjbQO {
    row-gap:1rem;
  flex-wrap:wrap-reverse;
  column-gap:1rem;
  flex-direction:row;
  }
      

      
        
      
      
  .root-page-cta-section\:tRTaUPgcEh8699k_XFtm1 {
    margin-top:2rem;
  }
      

      
        
      
      
  
      

      
        
      
      
  .root-page-cta-section\:vU1wEgo-G3Hgm8mQXrt0i {
    color:var(--neutral-12);
  width:100%;
  display:block;
  text-align:left;
  }
      

      
        
      
      
  
      

      
        
      
      
  .root-page-hero-section\:root {
    height:var(--screen-height, 100vh);
  display:flex;
  align-items:center;
  padding-bottom:4rem;
  justify-content:flex-end;
  }
      

      
          @media (max-width: 1280px) {
            
  .root-page-hero-section\:root {
    padding-bottom:2.5rem;
  }
      

          }
          

          @media (max-width: 1020px) {
            
  .root-page-hero-section\:root {
    padding-bottom:1.25rem;
  }
      

          }
          
        
      
      
  .root-page-hero-section\:21Pc8g8wfjHX6-Q1rMU3E {
    color:var(--neutral-11);
  max-width:var(--content-max-width);
  font-weight:var(--normal);
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .fpgMQr {
    width:fit-content;
  opacity:1;
  row-gap:4rem;
  translate:0 0px 0;
  column-gap:4rem;
  overflow-x:hidden;
  overflow-y:hidden;
  transition:translate 300ms ease 0ms normal, opacity 300ms ease 0ms normal;
  padding-top:2rem;
  border-color:var(--overlay-a1);
  border-style:solid;
  border-width:var(--border-md);
  padding-left:2rem;
  padding-right:2rem;
  padding-bottom:2rem;
  border-top-left-radius:var(--rounding-lg);
  border-top-right-radius:var(--rounding-lg);
  border-bottom-left-radius:var(--rounding-lg);
  border-bottom-right-radius:var(--rounding-lg);
  }
      

      
          @media (max-width: 540px) {
            
  .fpgMQr {
    padding-top:1rem;
  padding-left:1rem;
  padding-right:1rem;
  padding-bottom:1rem;
  }
      

          }
          
        
      
      
  .root-page-hero-section\:Pqmq1V56ws9eXYJTbIMB_ {
    color:var(--neutral-12);
  row-gap:0;
  flex-wrap:wrap;
  column-gap:0.75rem;
  text-align:left;
  align-items:flex-start;
  flex-direction:row;
  justify-content:center;
  }
      

      
          @media (max-width: 700px) {
            
  .root-page-hero-section\:Pqmq1V56ws9eXYJTbIMB_ {
    font-size:var(--text-5xl);
  min-height:var(--line-height-5xl);
  line-height:var(--line-height-5xl);
  }
      

          }
          

          @media (max-width: 500px) {
            
  .root-page-hero-section\:Pqmq1V56ws9eXYJTbIMB_ {
    font-size:var(--text-3xl);
  min-height:var(--line-height-3xl);
  line-height:var(--line-height-3xl);
  }
      

          }
          
        
      
      
  
      

      
        
      
      
  .root-page-hero-section\:t6a0QnMkdH8monDdY-NDd {
    font-weight:var(--medium);
  text-transform:uppercase;
  }
      

      
        
      
      
  
      

      
        
      
      
  .dULJyo {
    row-gap:2rem;
  column-gap:2rem;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .dcHZTj {
    flex:1;
  width:100%;
  cursor:pointer;
  display:flex;
  background:var(--neutral-2);
  transition:background 200ms ease;
  padding-top:0.25rem;
  border-color:var(--neutral-3);
  border-style:solid;
  border-width:var(--border-md);
  padding-left:0.25rem;
  padding-right:0.25rem;
  flex-direction:row;
  padding-bottom:0.25rem;
  border-top-left-radius:var(--rounding-md);
  border-top-right-radius:var(--rounding-md);
  border-bottom-left-radius:var(--rounding-md);
  border-bottom-right-radius:var(--rounding-md);
  }
      

      
  .dcHZTj:hover {
    background:var(--neutral-3);
  }
      

        
      
      
  
      

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

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .fokhfF {
    width:120px;
  display:flex;
  row-gap:0.5rem;
  background:var(--overlay-a1);
  column-gap:0.5rem;
  align-items:center;
  padding-top:0.5rem;
  padding-left:0.25rem;
  padding-right:0.25rem;
  padding-bottom:0.75rem;
  justify-content:center;
  border-top-left-radius:var(--rounding-sm);
  border-top-right-radius:var(--rounding-sm);
  border-bottom-left-radius:var(--rounding-sm);
  border-bottom-right-radius:var(--rounding-sm);
  }
      

      
        
      
      
  
      

      
        
      
      
  .link-card-header-text\:root {
    color:var(--neutral-12);
  font-weight:var(--medium);
  }
      

      
        
      
      
  
      

      
        
      
      
  .ergeO {
    color:var(--neutral-11);
  width:2.5rem;
  height:2.5rem;
  display:flex;
  align-items:center;
  padding-top:0.25rem;
  padding-left:0.25rem;
  padding-right:0.25rem;
  padding-bottom:0.25rem;
  justify-content:center;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .eBIIQN {
    color:var(--neutral-12);
  width:3.5rem;
  height:3.5rem;
  background:;
  padding-top:var(--border-none);
  padding-bottom:var(--border-none);
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

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

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .cAcjGh {
    gap:1rem;
  padding-top:0.25rem;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .visual-editor-context\:CoD4gRMb7TTcJcnWoNFIi {
    font-weight:var(--medium);
  }
      

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

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .visual-editor-context\:H1QN39r6KuBYtQ2X7UDHf {
    background:var(--overlay-inverted-a5);
  border-top-left-radius:var(--rounding-lg);
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

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

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .visual-editor-context\:eQJObXURV1_cuvTwCSdTn {
    display:flex;
  align-items:flex-end;
  justify-content:flex-end;
  }
      

      
        
      
      
  .dnyEgh {
    row-gap:0.25rem;
  column-gap:0.25rem;
  padding-top:1rem;
  padding-left:1rem;
  padding-right:1rem;
  flex-direction:row;
  padding-bottom:1rem;
  border-top-left-radius:var(--rounding-lg);
  }
      

      
        
      
      
  .cGIvSW {
    color:var(--neutral-11);
  width:1.5rem;
  height:1.5rem;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .dnZEVP {
    gap:0.5rem;
  align-items:center;
  padding-top:1.5rem;
  flex-direction:row;
  justify-content:end;
  }
      

      
        
      
      
  
      

      
        
      
      
  .dialog-portal\:root {
    padding-top:1.5rem;
  padding-left:1.5rem;
  padding-right:1.5rem;
  padding-bottom:1.5rem;
  }
      

      
        
      
      
  .language-hint\:H6A29qlUiWxOM37_M99jR {
    display:flex;
  align-items:flex-end;
  justify-content:flex-end;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .dialog-content\:root {
    width:100%;
  opacity:0;
  max-width:420px;
  translate:0 24px 0;
  background:var(--neutral-1);
  box-shadow:var(--shadow-lg);
  padding-top:1rem;
  border-color:var(--neutral-5);
  border-style:solid;
  border-width:var(--border-md);
  padding-left:1rem;
  padding-right:1rem;
  padding-bottom:1rem;
  border-top-left-radius:var(--rounding-lg);
  border-top-right-radius:var(--rounding-lg);
  border-bottom-left-radius:var(--rounding-lg);
  border-bottom-right-radius:var(--rounding-lg);
  }
      

      
  .dialog-content\:root.open {
    opacity:1;
  translate:0 0 0;
  }
      


  .dialog-content\:root.open-transition {
    transition:all 250ms ease;
  }
      


  .dialog-content\:root.close-transition {
    transition:all 200ms ease;
  }
      

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .eOiZTW {
    gap:1rem;
  width:100%;
  flex-direction:row;
  padding-bottom:1rem;
  }
      

      
        
      
      
  
      

      
        
      
      
  .dialog-text\:root {
    width:100%;
  }
      

      
        
      
      
  
      

      
        
      
      
  .dialog-title\:root {
    width:100%;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .root-page-navigation\:4kpaw-h1JrV0cWxi0tKQG {
    width:var(--interactive-height-md);
  height:var(--interactive-height-md);
  font-size:var(--text-xs);
  background:transparent;
  border-top-left-radius:0px;
  border-top-right-radius:0px;
  border-bottom-left-radius:0px;
  border-bottom-right-radius:0px;
  }
      

      
  .root-page-navigation\:4kpaw-h1JrV0cWxi0tKQG:hover {
    background: var(--overlay-a1);
  }
      

        
      
      
  .root-page-navigation\:5kFxAVMStcvlqWPvv6ACE {
    width:320px;
  height:100%;
  max-width:85vw;
  translate:100% 0 0;
  background:var(--neutral-0);
  border-left-color:var(--neutral-7);
  border-left-style:solid;
  border-left-width:var(--border-md);
  }
      

      
  .root-page-navigation\:5kFxAVMStcvlqWPvv6ACE.open {
    translate:0px 0 0;
  transition:translate 200ms ease;
  }
      


  .root-page-navigation\:5kFxAVMStcvlqWPvv6ACE.open-transition {
    transition:translate 300ms ease;
  }
      


  .root-page-navigation\:5kFxAVMStcvlqWPvv6ACE.close-transition {
    transition:translate 250ms ease;
  }
      

        
      
      
  
      

      
        
      
      
  .root-page-navigation\:DnJ65R8DavQxsM1ibgOYA {
    width:var(--interactive-height-md);
  height:var(--interactive-height-md);
  font-size:var(--text-xs);
  background: transparent;
  border-top-left-radius:0px;
  border-top-right-radius:0px;
  border-bottom-left-radius:0px;
  border-bottom-right-radius:0px;
  }
      

      
  .root-page-navigation\:DnJ65R8DavQxsM1ibgOYA:hover {
    background: var(--overlay-a1);
  }
      

        
      
      
  .cfqKRN {
    flex-direction:row;
  }
      

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

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

        
      
      
  .separator-vertical\:root {
    width:1px;
  height:100%;
  background: var(--neutral-5);
  }
      

      
        
      
      
  .root-page-navigation\:KSiDUY0N-gfDIGaJ7mn_w {
    height:3.25rem;
  background: var(--neutral-5);
  }
      

      
        
      
      
  .root-page-navigation\:R3X2CWcn3_XLfUT5OyMHa {
    display:flex;
  align-items:flex-end;
  padding-top:0px;
  padding-left:0px;
  padding-right:0px;
  padding-bottom:0px;
  justify-content:flex-start;
  }
      

      
        
      
      
  
      

      
        
      
      
  .bhqojw {
    width:100%;
  height:4px;
  background: var(--overlay-a3);
  border-top-left-radius:var(--rounding-sm);
  border-top-right-radius:var(--rounding-sm);
  border-bottom-left-radius:var(--rounding-sm);
  border-bottom-right-radius:var(--rounding-sm);
  }
      

      
        
      
      
  .estaQW {
    width:140px;
  cursor:pointer;
  display:flex;
  align-items:center;
  padding-left:1rem;
  padding-right:1rem;
  justify-content:center;
  }
      

      
        
      
      
  .root-page-navigation\:Z5VJdRw6tjTqnAibY6IC- {
    width:3.25rem;
  height:3.25rem;
  background: transparent;
  border-top-left-radius:0px;
  border-top-right-radius:0px;
  border-bottom-left-radius:0px;
  border-bottom-right-radius:0px;
  }
      

      
  .root-page-navigation\:Z5VJdRw6tjTqnAibY6IC-:hover {
    background: var(--overlay-a1);
  }
      

        
      
      
  
      

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

      
        
      
      
  
      

      
        
      
      
  .dialog-backdrop\:root {
    top:0px;
  left:0px;
  right:0px;
  bottom:0px;
  opacity:0;
  position:fixed;
  transform:translateZ(0);
  will-change:transform,opacity;
  background-color:var(--overlay-inverted-a7, #ffffff80);
  }
      

      
  .dialog-backdrop\:root.open {
    opacity:1;
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);;
  }
      


  .dialog-backdrop\:root.open-transition {
    transition:var(--backdrop-open);
  }
      


  .dialog-backdrop\:root.close-transition {
    transition:var(--backdrop-close);
  }
      

        
      
      
  
      

      
        
      
      
  .dApaGJ {
    height:100%;
  }
      

      
        
      
      
  .cJBEYW {
    width:100%;
  height:var(--interactive-height-md);
  display:flex;
  position:absolute;
  align-items:flex-start;
  padding-top:0.25rem;
  padding-bottom:0.25rem;
  pointer-events:none;
  justify-content:flex-end;
  }
      

      
        
      
      
  .separator\:root {
    background: var(--neutral-5);
  }
      

      
        
      
      
  
      

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

      
        
      
      
  
      

      
        
      
      
  .navigation-content\:I4BBda2jGjQ00usvkOhNE {
    flex:1;
  overflow-y:auto;
  padding-top:1rem;
  padding-left:1.25rem;
  padding-right:1.25rem;
  padding-bottom:1rem;
  }
      

      
        
      
      
  .navigation-content\:NrU2L5ST039WLLhKWSsVw {
    flex:1;
  height:var(--interactive-height-md);
  font-size:var(--text-sm);
  background: transparent;
  }
      

      
  .navigation-content\:NrU2L5ST039WLLhKWSsVw:hover {
    background: var(--overlay-a1);
  }
      

        
      
      
  .PeGmR {
    padding-left:1.25rem;
  padding-right:1.25rem;
  }
      

      
        
      
      
  .cFNyXT {
    padding-top:1rem;
  padding-left:1.25rem;
  padding-right:1.25rem;
  padding-bottom:1rem;
  }
      

      
        
      
      
  
      

      
        
      
      
  .GkKPR {
    left:var(--left);
  width:50%;
  display:flex;
  align-items:center;
  padding-left:0.25rem;
  padding-right:0.25rem;
  justify-content:flex-start;
  }
      

      
        
      
      
  .eLYplK {
    width:100%;
  height:4px;
  max-width:5rem;
  background: var(--overlay-a3);
  border-top-left-radius:var(--rounding-sm);
  border-top-right-radius:var(--rounding-sm);
  border-bottom-left-radius:var(--rounding-sm);
  border-bottom-right-radius:var(--rounding-sm);
  }
      

      
        
      
      
  .ctZPtn {
    display:flex;
  align-items:flex-start;
  padding-top:1.5rem;
  padding-left:1.25rem;
  padding-right:1.25rem;
  padding-bottom:1.5rem;
  justify-content:center;
  }
      

      
        
      
      
  .eIefzV {
    color:var(--neutral-12);
  background:transparent;
  transition:font-family 300ms ease;
  font-family:DM Sans;
  font-weight:var(--medium);
  padding-top:0.5rem;
  padding-left:0.5rem;
  padding-right:0.5rem;
  padding-bottom:0.5rem;
  border-top-left-radius:var(--rounding-md);
  border-top-right-radius:var(--rounding-md);
  border-bottom-left-radius:var(--rounding-md);
  border-bottom-right-radius:var(--rounding-md);
  }
      

      
  .eIefzV:hover {
    background:var(--overlay-a1);
  }
      

        
      
      
  
      

      
        
      
      
  .navigation-content\:qeGKRVmWQp-30-YEWuSgl {
    width:180px;
  }
      

      
        
      
      
  .navigation-content\:xQAxWlkGYSMD_6mQbyBPa {
    flex:1;
  height:var(--interactive-height-md);
  font-size:var(--text-sm);
  background:transparent;
  }
      

      
  .navigation-content\:xQAxWlkGYSMD_6mQbyBPa:hover {
    background: var(--overlay-a1);
  }
      

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .faYeQu {
    width:var(--interactive-height-md);
  height:var(--interactive-height-md);
  display:flex;
  position:absolute;
  align-items:center;
  padding-top:0.375rem;
  padding-left:0.5rem;
  padding-right:0.5rem;
  padding-bottom:0.375rem;
  pointer-events:none;
  justify-content:flex-end;
  }
      

      
        
      
      
  .eyTSCn {
    top:1.25rem;
  right:1.25rem;
  width:fit-content;
  height:fit-content;
  z-index:1000;
  position:fixed;
  background:var(--neutral-1);
  box-shadow:var(--shadow-md);
  overflow-x:hidden;
  overflow-y:hidden;
  border-color:var(--neutral-5);
  border-style:solid;
  border-width:var(--border-md);
  margin-right:var(--margin-right);
  flex-direction:row;
  border-top-left-radius:var(--rounding-md);
  border-top-right-radius:var(--rounding-md);
  border-bottom-left-radius:var(--rounding-md);
  border-bottom-right-radius:var(--rounding-md);
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      