
@layer base {
  
  body, :host {
    /* Color */
      --white: #fff;
--Black: #000000;
--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: #FF0000;
--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;
--blue-50: #EFF6FF;
--blue-100: #DBEAFE;
--blue-200: #BFDBFE;
--blue-300: #93C5FD;
--blue-400: #60A5FA;
--blue-500: #3B82F6;
--blue-600: #2563EB;
--blue-700: #1D4ED8;
--blue-800: #1E40AF;
--blue-900: #1E3A8A;
--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;
  /* Fonts */
    --font-sans: 'Inter',sans-serif;
--font-redhatdisplay: 'Red Hat Display',sans-serif;
--font-roboto: 'Roboto',sans-serif;

    /* Font size */
    --font-size-xxs: 0.625rem;
--font-size-xs: 0.75rem;
--font-size-sm: 0.875rem;
--font-size-base: 1rem;
--H2: 76px;
--H2-Mobile: 38px;
--H3-Mobile: 38px;
--H4: 24px;
--Body16: 16px;
--Body14: 14px;
    /* 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 */
    --8: 8px;
--10: 10px;
--12: 12px;
--14: 14px;
--16: 16px;
--20: 20px;
--24: 24px;
--32: 32px;
--40: 40px;
    /* 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;
    }
  }
}

      
  .cIYwzP {
    width:100%;
  min-height:100%;
  align-items:center;
  padding-top:80px;
  flex-direction:column;
  padding-bottom:132px;
  justify-content:start;
  background-color:#ffffffff;
  }
      

      
          @media (min-width: 700px) {
            
  .cIYwzP {
    padding-bottom:250px;
  }
      

          }
          
        
      
      
  .SoVvF {
    gap:24px;
  width:100%;
  align-items:center;
  flex-direction:row;
  justify-content:center;
  }
      

      
          @media (max-width: 960px) {
            
  .SoVvF {
    width:100%;
  align-items:center;
  flex-direction:column;
  justify-content:start;
  }
      

          }
          

          @media (max-width: 600px) {
            
  .SoVvF {
    gap:8px;
  width:100%;
  align-items:center;
  flex-direction:column;
  justify-content:start;
  }
      

          }
          
        
      
      
  .ccoyDp {
    gap:24px;
  width:100%;
  flex-wrap:wrap;
  align-items:center;
  flex-direction:row;
  justify-content:center;
  }
      

      
          @media (max-width: 960px) {
            
  .ccoyDp {
    align-items:start;
  flex-direction:row;
  justify-content:center;
  }
      

          }
          

          @media (max-width: 600px) {
            
  .ccoyDp {
    gap:8px;
  width:100%;
  align-items:center;
  justify-content:center;
  }
      

          }
          
        
      
      
  .bVOpkW {
    color:#000000;
  width:100%;
  display:flex;
  font-size:76px;
  font-family:'Red Hat Display';
  font-weight:600;
  line-height:86px;
  flex-direction:column;
  }
      

      
          @media (min-width: 500px) {
            
  .bVOpkW {
    font-size:136px;
  text-align:center;
  line-height:140px;
  }
      

          }
          
        
      
      
  .zztAe {
    gap:var(--40);
  width:100%;
  }
      

      
          @media (min-width: 700px) {
            
  .zztAe {
    gap:80px;
  }
      

          }
          
        
      
      
  .AAUPx {
    top:40px;
  width:90%;
  display:inline-block;
  z-index:;
  position:absolute;
  }
      

      
        
      
      
  .fyjyvY {
    gap:var(--32);
  padding-top:var(--24);
  padding-left:var(--24);
  border-radius:var(--16);
  padding-right:var(--24);
  padding-bottom:var(--24);
  background-color:var(--grey-50, #FAFAFA);
  }
      

      
          @media (min-width: 700px) {
            
  .fyjyvY {
    gap:var(--24);
  width:calc( 50% - 12px );
  height:300px;
  align-items:center;
  padding-top:var(--32);
  padding-left:var(--40);
  padding-right:var(--40);
  padding-bottom:var(--32);
  justify-content:end;
  }
      

          }
          
        
      
      
  .bDPSia {
    color:var(--Black, #000000);
  font-size:var(--H4);
  font-family:'Red Hat Display';
  font-weight:600;
  line-height:32px;
  }
      

      
          @media (min-width: 700px) {
            
  .bDPSia {
    width:80%;
  text-align:center;
  }
      

          }
          
        
      
      
  .dyDQMS {
    gap:var(--12);
  }
      

      
          @media (min-width: 700px) {
            
  .dyDQMS {
    width:100%;
  align-items:center;
  justify-content:start;
  }
      

          }
          
        
      
      
  
      

      
        
      
      
  .bDkBIS {
    color:var(--grey-500, #737373);
  display:inline-block;
  font-size:var(--Body14);
  font-family:'Roboto';
  font-weight:400;
  line-height:20px;
  }
      

      
          @media (min-width: 700px) {
            
  .bDkBIS {
    width:80%;
  text-align:center;
  }
      

          }
          
        
      
      
  .cmALcP {
    gap:var(--8);
  color:var(--Black, #000000);
  font-size:16px;
  font-family:'Red Hat Display';
  font-weight:600;
  line-height:20px;
  flex-direction:row;
  }
      

      
  .cmALcP:hover {
    color:var(--grey-500, #737373);
  }
      

        
      
      
  .dNfEkG {
    gap:var(--16);
  }
      

      
          @media (min-width: 700px) {
            
  .dNfEkG {
    gap:var(--16);
  width:100%;
  align-items:start;
  flex-direction:row;
  justify-content:center;
  }
      

          }
          
        
      
      
  
      

      
        
      
      
  .fHqRNX {
    gap:var(--40);
  padding-left:var(--20);
  padding-right:var(--20);
  }
      

      
          @media (min-width: 940px) {
            
  .fHqRNX {
    width:100%;
  max-width:1340px;
  padding-left:var(--24);
  padding-right:var(--24);
  flex-direction:row;
  justify-content:space-between;
  }
      

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

      
          @media (min-width: 940px) {
            
  .OmUfO {
    gap:var(--40);
  width:360px;
  }
      

          }
          
        
      
      
  .dfYPMH {
    gap:var(--16);
  }
      

      
          @media (min-width: 940px) {
            
  .dfYPMH {
    display:none;
  }
      

          }
          
        
      
      
  .cfqKRN {
    flex-direction:row;
  }
      

      
        
      
      
  .bTsehy {
    width:4px;
  height:4px;
  border-radius:2px;
  background-color:var(--grey-500, #737373);
  }
      

      
        
      
      
  .ciLghB {
    color:var(--Black, #000000);
  font-size:var(--Body16);
  font-family:'Red Hat Display';
  font-weight:600;
  line-height:18px;
  text-decoration-line: underline;
  }
      

      
        
      
      
  .eyvrwT {
    color:var(--grey-500, #737373);
  display:inline-block;
  font-size:var(--Body16);
  font-family:'Red Hat Display';
  font-weight:600;
  line-height:18px;
  }
      

      
        
      
      
  .feHUud {
    gap:var(--8);
  display:flex;
  padding-top:var(--12);
  padding-left:var(--12);
  border-radius:var(--8);
  padding-right:var(--12);
  flex-direction:row;
  padding-bottom:var(--12);
  background-color:var(--grey-50, #FAFAFA);
  }
      

      
        
      
      
  .dDrKzg {
    gap:var(--8);
  align-items:center;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
      
      
  .faOBMY {
    gap:var(--12);
  flex-direction:row;
  }
      

      
        
      
      
  .bmKnsO {
    gap:var(--24);
  flex-wrap:wrap;
  flex-direction:row;
  }
      

      
          @media (min-width: 940px) {
            
  .bmKnsO {
    flex-direction:column;
  }
      

          }
          
        
      
      
  .eSpAZB {
    color:var(--Black, #000000);
  display:inline-block;
  font-size:var(--Body16);
  font-family:'Red Hat Display';
  font-weight:600;
  line-height:16px;
  }
      

      
        
      
      
  .eBTHTg {
    color:var(--default-link-color, #2463ebff);
  width:36px;
  height:36px;
  padding-top:var(--8);
  padding-left:var(--8);
  border-radius:var(--10);
  padding-right:var(--8);
  padding-bottom:var(--8);
  background-color:var(--grey-100, #F5F5F5);
  }
      

      
  .eBTHTg:hover {
    background-color:var(--grey-200, #E5E5E5);
  }
      

        
      
      
  
      

      
        
      
      
  .dLsWpq {
    gap:var(--24);
  }
      

      
        
      
      
  .aWMgB {
    display:none;
  }
      

      
          @media (min-width: 940px) {
            
  .aWMgB {
    gap:var(--16);
  display:flex;
  flex-direction:column;
  }
      

          }
          
        
      
      
  
      

      
        
      
      
  .emPjoW {
    gap:var(--24);
  row-gap:var(--16);
  flex-wrap:wrap;
  align-items:;
  flex-direction:row;
  justify-content:;
  }
      

      
          @media (min-width: 940px) {
            
  .emPjoW {
    flex-direction:column;
  }
      

          }
          
        
      
      
  
      

      
        
      
      
  .cFcuWi {
    display:none;
  }
      

      
          @media (min-width: 700px) {
            
  .cFcuWi {
    gap:var(--24);
  display:flex;
  flex-direction:column;
  }
      

          }
          
        
      
      
  .fazsKE {
    max-width:100%;
  border-radius:6px;
  }
      

      
        
      
      
  .dUKoZp {
    gap:var(--12);
  width:100%;
  padding-top:var(--32);
  padding-left:var(--24);
  border-radius:var(--16);
  padding-right:var(--24);
  padding-bottom:var(--32);
  background-color:var(--grey-50, #FAFAFA);
  }
      

      
        
      
      
  .bQEmMY {
    color:var(--Black, #000000);
  display:inline-block;
  font-size:var(--Body16);
  font-family:'Red Hat Display';
  font-weight:600;
  line-height:24px;
  }
      

      
        
      
      
  .fBGkiG {
    gap:var(--24);
  }
      

      
          @media (min-width: 700px) {
            
  .fBGkiG {
    width:calc( 50% - 12px );
  }
      

          }
          
        
      
      
  .cbfmet {
    gap:var(--24);
  }
      

      
          @media (min-width: 700px) {
            
  .cbfmet {
    width:100%;
  flex-direction:row;
  }
      

          }
          
        
      
      
  .dzeAXl {
    color:var(--grey-500, #737373);
  display:inline-block;
  font-size:var(--Body14);
  font-family:'Roboto';
  font-weight:400;
  line-height:20px;
  }
      

      
        
      
      
  
      

      
        
      
      
  .eyuHvw {
    gap:var(--12);
  width:100%;
  }
      

      
          @media (min-width: 700px) {
            
  .eyuHvw {
    gap:var(--24);
  flex-wrap:wrap;
  flex-direction:row;
  }
      

          }
          
        
      
      
  .bjWLwR {
    width:100%;
  align-items:start;
  padding-top:var(--24);
  justify-content:start;
  }
      

      
          @media (min-width: 500px) {
            
  .bjWLwR {
    gap:120px;
  align-items:center;
  justify-content:start;
  }
      

          }
          
        
      
      
  
      

      
        
      
      
  .ftQupj {
    gap:var(--32);
  width:100%;
  padding-top:var(--24);
  padding-left:var(--24);
  border-radius:var(--16);
  padding-right:var(--24);
  padding-bottom:var(--24);
  background-color:var(--grey-50, #FAFAFA);
  }
      

      
          @media (min-width: 880px) {
            
  .ftQupj {
    padding-top:var(--40);
  padding-left:var(--40);
  padding-right:var(--40);
  flex-direction:row;
  padding-bottom:var(--40);
  justify-content:space-between;
  }
      

          }
          
        
      
      
  .qinBV {
    color:var(--grey-900, #171717);
  display:inline-block;
  font-size:var(--Body16);
  font-family:'Red Hat Display';
  font-weight:600;
  line-height:18px;
  }
      

      
        
      
      
  .cMDUYs {
    gap:var(--16);
  }
      

      
          @media (min-width: 880px) {
            
  .cMDUYs {
    width:calc( 50% - 12px );
  }
      

          }
          
        
      
      
  .eknESj {
    gap:var(--16);
  width:100%;
  }
      

      
        
      
      
  .eTiuTB {
    gap:var(--32);
  width:100%;
  }
      

      
          @media (min-width: 880px) {
            
  .eTiuTB {
    gap:var(--24);
  width:calc( 100% - 300px );
  flex-direction:row;
  }
      

          }
          
        
      
      
  .evDcwu {
    gap:var(--8);
  display:flex;
  padding-top:var(--12);
  padding-left:var(--12);
  border-radius:var(--8);
  padding-right:var(--12);
  flex-direction:row;
  padding-bottom:var(--12);
  background-color:var(--white, #fff);
  }
      

      
        
      
      
  .cmmZro {
    gap:var(--12);
  }
      

      
          @media (min-width: 880px) {
            
  .cmmZro {
    width:200px;
  }
      

          }
          
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .cZwWQT {
    color:var(--green-600, #059669);
  width:auto;
  display:inline-block;
  font-size:var(--Body16);
  font-family:'Red Hat Display';
  font-weight:600;
  line-height:24px;
  }
      

      
        
      
      
  .dlxiAx {
    color:var(--grey-500, #737373);
  display:inline-block;
  font-size:var(--Body16);
  font-family:'Roboto';
  font-weight:400;
  line-height:24px;
  }
      

      
          @media (min-width: 700px) {
            
  .dlxiAx {
    text-align:center;
  }
      

          }
          
        
      
      
  .dHwRGi {
    color:var(--Black, #000000);
  font-size:var(--H2-Mobile);
  text-align:center;
  font-family:'Red Hat Display';
  font-weight:600;
  line-height:52px;
  }
      

      
          @media (min-width: 700px) {
            
  .dHwRGi {
    font-size:var(--H2);
  line-height:90px;
  }
      

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

      
        
      
      
  .bbKpfG {
    gap:8px;
  color:#ffffff;
  font-size:16px;
  font-family:'Roboto';
  font-weight:600;
  line-height:24px;
  padding-top:var(--14);
  padding-left:16px;
  border-radius:var(--12);
  padding-right:16px;
  flex-direction:row;
  padding-bottom:var(--14);
  background-color:var(--grey-900, #171717);
  }
      

      
  .bbKpfG:hover {
    cursor:pointer;
  background-color:var(--grey-600, #525252);
  }
      

        
      
      
  
      

      
        
      
      
  .dMHGOf {
    gap:16px;;
  width:278px;
  height:200px;
  opacity:0px;;
  align-items:center;
  padding-top:32px;
  padding-left:48px;
  border-radius:16px;
  padding-right:48px;
  padding-bottom:32px;
  justify-content:center;
  background-color:#FAFAFA;
  }
      

      
          @media (max-width: 600px) {
            
  .dMHGOf {
    width:calc(50% - 4px);
  height:160px;
  align-items:center;
  padding-left:24px;
  padding-right:24px;
  flex-direction:column;
  justify-content:center;
  }
      

          }
          
        
      
      
  
      

      
        
      
      
  .drsZkF {
    gap:var(--16);
  }
      

      
          @media (min-width: 700px) {
            
  .drsZkF {
    gap:var(--32);
  width:50%;
  align-items:center;
  justify-content:start;
  }
      

          }
          
        
      
      
  .SORwc {
    gap:var(--12);
  width:100%;
  }
      

      
          @media (min-width: 900px) {
            
  .SORwc {
    flex-direction:row;
  }
      

          }
          
        
      
      
  
      

      
        
      
      
  .lfNyX {
    color:var(--grey-500, #737373);
  display:inline-block;
  font-size:var(--Body14);
  text-align:center;
  font-family:'Roboto';
  font-weight:400;
  line-height:20px;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .dMQdSd {
    width:100%;
  padding-top:var(--24);
  padding-left:var(--24);
  border-radius:var(--16);
  padding-right:var(--24);
  flex-direction:row;
  padding-bottom:var(--24);
  justify-content:space-between;
  background-color:var(--grey-50, #FAFAFA);
  }
      

      
          @media (min-width: 900px) {
            
  .dMQdSd {
    width:calc( 33% - 16px);
  }
      

          }
          
        
      
      
  .deVzBg {
    gap:4px;
  width:calc(100% - 89px);
  justify-content:start;
  }
      

      
        
      
      
  .gKHTn {
    height:50px;
  align-items:center;
  padding-top:var(--10);
  padding-left:var(--14);
  border-radius:var(--8);
  padding-right:var(--14);
  flex-direction:row;
  padding-bottom:var(--10);
  justify-content:center;
  background-color:var(--green-600, #059669);
  }
      

      
        
      
      
  .RhqXS {
    color:var(--Black, #000000);
  font-size:22px;
  font-family:'Red Hat Display';
  font-weight:600;
  line-height:28px;
  }
      

      
        
      
      
  .cXZLNI {
    color:var(--white, #fff);
  display:inline-block;
  font-size:26px;
  font-family:'Roboto';
  font-weight:600;
  line-height:30px;
  white-space:normal;
  }
      

      
        
      
      
  
      

      
        
      
      
  .ciydiX {
    gap:var(--40);
  }
      

      
          @media (min-width: 700px) {
            
  .ciydiX {
    align-items:center;
  justify-content:start;
  }
      

          }
          
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .dDgWGI {
    top:0px;
  width:80%;
  position:absolute;
  }
      

      
        
      
      
  
      

      
          @media (min-width: 500px) {
            
  .dAQoVi {
    gap:var(--14);
  flex-direction:row;
  }
      

          }
          
        
      
      
  .coblpU {
    gap:40px;
  width:883px;
  align-items:center;
  justify-content:start;
  }
      

      
          @media (max-width: 960px) {
            
  .coblpU {
    width:100%;
  }
      

          }
          
        
      
      
  .eIPYUf {
    color:var(--grey-500, #737373);
  display:inline-block;
  font-size:var(--Body14);
  text-align:center;
  font-family:'Roboto';
  font-weight:400;
  line-height:20px;
  }
      

      
          @media (min-width: 700px) {
            
  .eIPYUf {
    width:calc( 50% - 12px );
  }
      

          }
          
        
      
      
  .GuPmk {
    gap:80px;
  width:100%;
  max-width:928px;
  align-items:center;
  margin-left:auto;
  margin-right:auto;
  padding-left:var(--20);
  padding-right:var(--20);
  padding-bottom:132px;
  justify-content:start;
  }
      

      
          @media (min-width: 500px) {
            
  .GuPmk {
    gap:200px;
  padding-top:96px;
  }
      

          }
          
        
      
      
  .bnmRkF {
    color:#000000;
  width:100%;
  display:flex;
  font-size:76px;
  font-family:'Red Hat Display';
  font-weight:600;
  line-height:86px;
  flex-direction:column;
  }
      

      
          @media (min-width: 500px) {
            
  .bnmRkF {
    width:auto;
  font-size:136px;
  line-height:140px;
  }
      

          }
          
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .dkMQVn {
    top:0px;
  left:0px;
  right:0px;
  width:100%;
  display:flex;
  z-index:10;
  position:fixed;
  align-items:center;
  flex-direction:row;
  justify-content:center;
  }
      

      
          @media (min-width: 940px) {
            
  .dkMQVn {
    padding-top:var(--16);
  }
      

          }
          
        
      
      
  .byMneL {
    color:var(--FontActive, #737373);
  display:inline-block;
  font-size:16px;
  font-family:'Red Hat Display';
  font-weight:600;
  line-height:18px;
  padding-top:9px;
  padding-left:var(--16);
  border-radius:var(--14);
  padding-right:var(--16);
  padding-bottom:9px;
  background-color:var(--BackgroundActive, );
  }
      

      
  .byMneL:hover {
    color:var(--grey-700, #404040);
  cursor:pointer;
  background-color:var(--grey-100, #F5F5F5);
  }
      

        
      
      
  
      

      
        
      
      
  .ccGRRW {
    gap:var(--16);
  display:flex;
  align-items:center;
  flex-direction:row;
  justify-content:start;
  }
      

      
          @media (max-width: 1000px) {
            
  .ccGRRW {
    gap:16px;
  display:flex;
  align-items:center;
  flex-direction:row;
  justify-content:start;
  }
      

          }
          
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .bfzmzg {
    align-items:center;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
      
      
  .cazmSl {
    gap:var(--8);
  color:#ffffffff;
  display:flex;
  font-size:14px;
  align-items:center;
  font-family:'Roboto';
  font-weight:600;
  line-height:16px;
  padding-top:var(--10);
  padding-left:var(--10);
  align-content:start;
  border-radius:10px;
  padding-right:var(--10);
  flex-direction:row;
  padding-bottom:var(--10);
  justify-content:center;
  background-color:var(--grey-900, #171717);
  }
      

      
  .cazmSl:hover {
    cursor:pointer;
  background-color:var(--grey-600, #525252);
  }
      

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .clasEt {
    color:var(--grey-500, #737373);
  font-size:16px;
  font-family:'Red Hat Display';
  font-weight:600;
  line-height:18px;
  flex-direction:row;
  }
      

      
        
      
      
  
      

      
        
      
      
  .bEZltS {
    width:100%;
  align-items:center;
  padding-top:var(--20);
  padding-left:var(--20);
  padding-right:var(--20);
  flex-direction:row;
  padding-bottom:var(--20);
  backdrop-filter:blur(40px);
  justify-content:space-between;
  background-color:#ffffffdb;
  -webkit-backdrop-filter:blur(40px);
  border-bottom-left-radius:var(--14);
  border-bottom-right-radius:var(--14);
  }
      

      
          @media (min-width: 940px) {
            
  .bEZltS {
    width:100%;
  max-width:1340px;
  padding-left:var(--24);
  border-radius:var(--14);
  padding-right:var(--24);
  }
      

          }
          
        
      
      
  .cQcMAR {
    display:none;
  position:absolute;
  }
      

      
          @media (min-width: 940px) {
            
  .cQcMAR {
    gap:var(--24);
  display:flex;
  position:relative;
  flex-direction:row;
  }
      

          }
          
        
      
      
  
      

      
  .bCKrHT:hover {
    cursor:pointer;
  }
      

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

      
        
      
      
  .erYmye {
    padding-top:var(--8);
  padding-left:var(--8);
  border-radius:var(--10);
  padding-right:var(--8);
  padding-bottom:var(--8);
  background-color:var(--grey-100, #F5F5F5);
  }
      

      
          @media (min-width: 940px) {
            
  .erYmye {
    display:none;
  }
      

          }
          
        
      
      
  .WGjOf {
    gap:var(--16);
  top:64px;
  position:absolute;
  box-shadow:0px 10px 20px 0px #00000014;
  padding-top:var(--24);
  padding-left:var(--24);
  border-radius:var(--10);
  padding-right:var(--24);
  padding-bottom:var(--24);
  background-color:var(--white, #fff);
  }
      

      
        
      
      
  
      

      
        
      
      
  .ckGPIw {
    color:var(--Black, #000000);
  font-size:var(--H3-Mobile);
  text-align:center;
  font-family:'Red Hat Display';
  font-weight:600;
  }
      

      
        
      
      
  .cEqiJL {
    display:inline-block;
  }
      

      
        
      
      
  .vaqrK {
    gap:8px;
  color:#fff;
  display:flex;
  font-size:14px;
  align-items:center;
  font-family:'Roboto';
  font-weight:600;
  line-height:16px;
  padding-top:var(--10);
  padding-left:14px;
  border-radius:10px;
  padding-right:14px;
  flex-direction:row;
  padding-bottom:var(--10);
  justify-content:start;
  background-color:var(--green-600, #059669);
  }
      

      
  .vaqrK:hover {
    cursor:pointer;
  background-color:var(--green-700, #047857);
  }
      

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .dyKHjw {
    gap:var(--40);
  width:100%;
  }
      

      
        
      
      
  
      

      
        
      
      
  .exeIEW {
    align-items:start;
  flex-direction:row;
  justify-content:center;
  }
      

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

          }
          
        
      
      
  
      

      
        
      
      
  .UgKDx {
    gap:var(--24);
  width:100%;
  align-items:center;
  justify-content:start;
  }
      

      
          @media (min-width: 500px) {
            
  .UgKDx {
    gap:var(--40);
  }
      

          }
          
        
      
      
  
      

      
        
      
      
  .cGFUXu {
    width:100%;
  display:none;
  row-gap:12px;
  flex-wrap:wrap;
  padding-top:var(--16);
  padding-left:var(--16);
  border-radius:var(--12);
  padding-right:var(--16);
  padding-bottom:var(--16);
  background-color:var(--green-50, #ECFDF5);
  }
      

      
          @media (min-width: 700px) {
            
  .cGFUXu {
    gap:var(--24);
  width:auto;
  display:flex;
  align-items:center;
  flex-direction:row;
  justify-content:start;
  }
      

          }
          
        
      
      
  
      

      
        
      
      
  .bWwkOt {
    color:var(--Black, #000000);
  font-size:42px;
  font-family:'Red Hat Display';
  font-weight:600;
  line-height:50px;
  }
      

      
          @media (min-width: 700px) {
            
  .bWwkOt {
    font-size:112px;
  text-align:center;
  line-height:124px;
  }
      

          }
          
        
      
      
  .fcDQHO {
    gap:32px;
  display:flex;
  align-items:start;
  flex-direction:column;
  justify-content:start;
  }
      

      
          @media (min-width: 500px) {
            
  .fcDQHO {
    align-items:center;
  justify-content:start;
  }
      

          }
          
        
      
      
  .ebzQPP {
    gap:80px;
  }
      

      
          @media (min-width: 700px) {
            
  .ebzQPP {
    gap:120px;
  }
      

          }
          
        
      
      
  
      

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

      
        
      
      
  
      

      
        
      
      
  .dziKY {
    gap:var(--16);
  width:100%;
  }
      

      
  .dziKY {
    align-items:center;
  justify-content:start;
  }
      

        
      
      
  .bUGgkp {
    top:0px;
  width:100%;
  position:relative;
  align-items:start;
  flex-direction:column;
  justify-content:start;
  }
      

      
        
      
      
  .eFmytN {
    color:var(--grey-500, #737373);
  width:100%;
  display:inline-block;
  font-size:var(--Body14);
  text-align:center;
  font-family:'Roboto';
  font-weight:400;
  line-height:20px;
  }
      

      
          @media (min-width: 900px) {
            
  .eFmytN {
    width:50%;
  }
      

          }
          
        
      
      
  
      

      
        
      
      
  .WfFBh {
    width:100%;
  row-gap:12px;
  flex-wrap:wrap;
  align-items:center;
  padding-top:var(--16);
  padding-left:var(--16);
  border-radius:var(--12);
  padding-right:var(--16);
  flex-direction:row;
  padding-bottom:var(--16);
  justify-content:space-between;
  background-color:var(--green-50, #ECFDF5);
  }
      

      
          @media (min-width: 700px) {
            
  .WfFBh {
    display:none;
  }
      

          }
          
        
      
      
  
      

      
        
      
      
  .cdxWai {
    width:120px;
  height:52px;
  background:linear-gradient(90deg, #FF0000, #8000FF);
  border-radius:26px;
  }
      

      
        
      
      
  .cLrSGf {
    color:var(--grey-500, #737373);
  display:inline-block;
  font-size:var(--Body16);
  text-align:center;
  font-family:'Red Hat Display';
  font-weight:600;
  line-height:24px;
  }
      

      
          @media (min-width: 700px) {
            
  .cLrSGf {
    width:75%;
  text-align:left;
  }
      

          }
          
        
      
      
  .tQmxD {
    color:var(--Black, #000000);
  font-size:var(--H3-Mobile);
  text-align:center;
  font-family:'Red Hat Display';
  font-weight:600;
  line-height:52px;
  }
      

      
        
      
      
  .sjhZk {
    gap:var(--16);
  }
      

      
          @media (min-width: 700px) {
            
  .sjhZk {
    width:500px;
  }
      

          }
          
        
      
      
  .PkPKF {
    color:var(--grey-500, #737373);
  width:100%;
  display:inline-block;
  position:relative;
  font-size:16px;
  max-width:432px;
  text-align:center;
  font-family:'Roboto';
  font-weight:400;
  line-height:24px;
  }
      

      
          @media (max-width: 500px) {
            
  .PkPKF {
    width:100%;
  display:inline-block;
  text-align:left;
  }
      

          }
          
        
      
      
  .dsGlvw {
    color:var(--Black, #000000);
  font-size:var(--H2-Mobile);
  text-align:center;
  font-family:'Red Hat Display';
  font-weight:600;
  line-height:52px;
  }
      

      
        
      
      
  .dfpxmY {
    gap:var(--20);
  color:#000000;
  width:100%;
  display:flex;
  font-size:76px;
  align-items:center;
  font-family:'Red Hat Display';
  font-weight:600;
  line-height:86px;
  flex-direction:row;
  justify-content:start;
  }
      

      
          @media (min-width: 500px) {
            
  .dfpxmY {
    width:auto;
  display:flex;
  font-size:136px;
  line-height:140px;
  flex-direction:row;
  }
      

          }
          
        
      
      
  .eKAOZQ {
    color:#000000;
  display:inline-block;
  font-size:var(--H2-Mobile);
  max-width:888px;
  text-align:center;
  font-family:'Red Hat Display';
  font-weight:600;
  line-height:52px;
  }
      

      
          @media (max-width: 1166px) {
            
  .eKAOZQ {
    font-size:28px;
  text-align:center;
  line-height:36px;
  }
      

          }
          
        
      
      
  .bbopMi {
    gap:var(--24);
  width:100%;
  padding-top:var(--24);
  padding-left:var(--24);
  border-radius:var(--12);
  padding-right:var(--24);
  padding-bottom:var(--24);
  background-color:var(--grey-50, #FAFAFA);
  }
      

      
          @media (min-width: 700px) {
            
  .bbopMi {
    flex-direction:row;
  justify-content:space-between;
  }
      

          }
          
        
      
      
  .dwWeVV {
    gap:var(--8);
  color:var(--green-600, #059669);
  font-size:var(--Body14);
  font-family:'Roboto';
  font-weight:600;
  line-height:16px;
  padding-top:var(--8);
  padding-left:var(--10);
  border-radius:var(--8);
  padding-right:var(--10);
  flex-direction:row;
  padding-bottom:var(--8);
  background-color:var(--white, #fff);
  }
      

      
  .dwWeVV:hover {
    background-color:var(--green-50, #ECFDF5);
  }
      

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .dKJQzo {
    gap:16px;
  align-items:center;
  flex-direction:row;
  justify-content:center;
  }
      

      
          @media (max-width: 500px) {
            
  .dKJQzo {
    display:none;
  }
      

          }
          
        
      
      
  .bDMwyw {
    color:var(--grey-700, #404040);
  display:flex;
  font-size:16px;
  font-family:'Roboto';
  font-weight:600;
  line-height:24px;
  padding-top:var(--14);
  padding-left:var(--16);
  border-radius:var(--12);
  padding-right:var(--16);
  flex-direction:column;
  padding-bottom:var(--14);
  background-color:var(--grey-100, #F5F5F5);
  }
      

      
  .bDMwyw:hover {
    cursor:pointer;
  background-color:var(--grey-200, #E5E5E5);
  }
      

        
      
      
  
      

      
        
      
      
  .eVboOh {
    color:var(--grey-500, #737373);
  display:inline-block;
  font-size:var(--Body16);
  text-align:center;
  font-family:'Roboto';
  font-weight:400;
  line-height:24px;
  }
      

      
        
      
      
  
      

      
        
      
      
  .dORspo {
    gap:var(--16);
  }
      

      
          @media (min-width: 700px) {
            
  .dORspo {
    gap:var(--24);
  flex-direction:row;
  }
      

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

      
          @media (min-width: 500px) {
            
  .dFgiHI {
    align-items:center;
  flex-direction:column;
  justify-content:start;
  }
      

          }
          
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .bwpVtT {
    gap:var(--24);
  width:100%;
  }
      

      
          @media (min-width: 700px) {
            
  .bwpVtT {
    align-items:center;
  justify-content:start;
  }
      

          }
          
        
      
      
  .cdzllS {
    gap:var(--24);
  width:100%;
  }
      

      
          @media (min-width: 700px) {
            
  .cdzllS {
    display:none;
  }
      

          }
          
        
      
      
  .ciQOiK {
    color:var(--grey-700, #404040);
  font-size:var(--Body14);
  font-family:'Red Hat Display';
  font-weight:600;
  line-height:16px;
  padding-top:var(--8);
  padding-left:var(--12);
  border-radius:var(--8);
  padding-right:var(--12);
  padding-bottom:var(--8);
  background-color:var(--Active, );
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .buejjf {
    gap:var(--8);
  width:100%;
  overflow-x:scroll;
  flex-direction:row;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .efSYxZ {
    display:none;
  position:relative;
  }
      

      
          @media (min-width: 500px) {
            
  .efSYxZ {
    width:100%;
  display:flex;
  align-items:center;
  padding-top:80px;
  flex-direction:column;
  justify-content:start;
  }
      

          }
          
        
      