
  

  

  
  
  
  


@layer base {
  
  body, :host {
    /* Color */
    --grey-50: #FAFAFA;
--grey-100: #F5F5F5;
--grey-200: #E5E5E5;
--grey-300: #D4D4D4;
--grey-400: #A3A3A3;
--grey-500: #737373;
--grey-600: #525252;
--grey-700: #404040;
--grey-800: #262626;
--grey-900: #171717;
--red-50: #FEF2F2;
--red-100: #FEE2E2;
--red-200: #FECACA;
--red-300: #FCA5A5;
--red-400: #F87171;
--red-500: #EF4444;
--red-600: #DC2626;
--red-700: #B91C1C;
--red-800: #991B1B;
--red-900: #7F1D1D;
--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 size */
    --font-size-xxs: 0.625rem;
--font-size-xs: 0.75rem;
--font-size-sm: 0.875rem;
--font-size-base: 1rem;
--font-size-lg: 1.125rem;
--font-size-xl: 1.25rem;
--font-size-2xl: 1.5rem;
--font-size-3xl: 1.875rem;
--font-size-4xl: 2.25rem;
--font-size-5xl: 3rem;
    /* Font weight */
    --font-weight-thin: 100;
--font-weight-lighter: 200;
--font-weight-light: 300;
--font-weight-regular: 400;
--font-weight-normal: 500;
--font-weight-bold: 700;
--font-weight-semi-bold: 600;
--font-weight-bolder: 800;
--font-weight-black: 900;
    /* Shadows */
    --shadow-sm:  0 1px 2px 0 rgba(0, 0, 0, 0.25);
--shadow-base:  0 1px 3px 0 rgba(0, 0, 0, 0.25), 0 1px 2px 0 rgba(0, 0, 0, 0.25);
--shadow-md:  0 4px 6px -1px rgba(0, 0, 0, 0.25), 0 2px 4px -1px rgba(0, 0, 0, 0.25);
--shadow-lg:  0 10px 15px -3px rgba(0, 0, 0, 0.25), 0 4px 6px -2px rgba(0, 0, 0, 0.25);
--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.25), 0 10px 10px -5px rgba(0, 0, 0, 0.25);
--shadow-2xl:  0 25px 50px -12px rgba(0, 0, 0, 0.25);
    /* Border radius */
    
    /* Spacing */
    
    /* Z-index */
    
  }
  @keyframes animation-spin {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
  @keyframes animation-fade-in {
    from {
      opacity:0;
    }
    to {
      opacity:1;
    }
  }
  @keyframes animation-fade-out {
    from {
      opacity:1;
    }
    to {
      opacity:0;
    }
  }
}

      
  
      

      
        
      
      
  .cJkApG {
    flex-direction:row;
  display:block;
  border-style:solid;
  border-width:0px;
  padding-top:3rem;
  padding-bottom:3rem;
  background:linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
  position:relative;
  overflow:hidden;
  min-height:600px;
  }
      

      
          @media (min-width: 768px) {
            
  .cJkApG {
    padding-top:5rem;
  padding-bottom:5rem;
  min-height:500px;
  }
      

          }
          
        
      
      
  .buRBgM {
    flex-direction:row;
  display:block;
  border-style:solid;
  border-width:0px;
  position:absolute;
  top:0px;
  left:0px;
  right:0px;
  bottom:0px;
  background:linear-gradient(135deg, #667eea 0%, #764ba2 25%, #f093fb 50%, #f5576c 75%, #4facfe 100%);
  background-size:400% 400%;
  animation:gradientShift 15s ease infinite;
  opacity:0.15;
  }
      

      
        
      
      
  .luapZ {
    flex-direction:row;
  display:block;
  border-style:solid;
  border-width:0px;
  position:absolute;
  width:300px;
  height:300px;
  background:radial-gradient(circle, rgba(139, 92, 246, 0.3) 0%, transparent 70%);
  border-radius:50%;
  top:-150px;
  right:-100px;
  filter:blur(40px);
  animation:float 8s ease-in-out infinite;
  }
      

      
        
      
      
  .ezsYQq {
    flex-direction:row;
  display:block;
  border-style:solid;
  border-width:0px;
  position:absolute;
  width:200px;
  height:200px;
  background:radial-gradient(circle, rgba(59, 130, 246, 0.3) 0%, transparent 70%);
  border-radius:50%;
  bottom:-100px;
  left:-50px;
  filter:blur(40px);
  animation:float 10s ease-in-out infinite reverse;
  }
      

      
        
      
      
  .bMxwKe {
    flex-direction:row;
  display:block;
  border-style:solid;
  border-width:0px;
  position:relative;
  top:-20px;
  left:-20px;
  right:-20px;
  bottom:-20px;
  background:radial-gradient(circle, rgba(59, 130, 246, 0.4) 0%, rgba(147, 51, 234, 0.3) 50%, transparent 70%);
  filter:blur(20px);
  animation:pulse 3s ease-in-out infinite;
  z-index:-1;
  }
      

      
        
      
      
  .dmjrPX {
    flex-direction:row;
  display:block;
  border-style:solid;
  border-width:4px;
  width:120px;
  height:120px;
  border-radius:50%;
  border-color:rgba(255, 255, 255, 0.9);
  box-shadow:0 10px 40px rgba(0, 0, 0, 0.15), inset 0 0 0 1px rgba(255, 255, 255, 0.2);
  object-fit:cover;
  transition:transform 0.3s ease, box-shadow 0.3s ease;
  }
      

      
  .dmjrPX:hover {
    transform:scale(1.05);
  box-shadow:0 15px 50px rgba(0, 0, 0, 0.2), inset 0 0 0 1px rgba(255, 255, 255, 0.3);
  }
      

        
      
      
  .dINYaV {
    flex-direction:row;
  display:block;
  border-style:solid;
  border-width:3px;
  position:absolute;
  bottom:8px;
  right:8px;
  width:24px;
  height:24px;
  background-color:#10b981;
  border-color:#ffffff;
  border-radius:50%;
  box-shadow:0 2px 8px rgba(16, 185, 129, 0.4);
  animation:statusPulse 2s ease-in-out infinite;
  }
      

      
        
      
      
  .dTlShl {
    flex-direction:row;
  display:block;
  border-style:solid;
  border-width:0px;
  position:relative;
  margin-bottom:1.5rem;
  }
      

      
          @media (min-width: 768px) {
            
  .dTlShl {
    margin-bottom:0px;
  }
      

          }
          
        
      
      
  .fATiUH {
    flex-direction:row;
  display:block;
  border-style:solid;
  border-width:0px;
  }
      

      
        
      
      
  .bbVdZk {
    flex-direction:row;
  display:inline-flex;
  border-style:solid;
  border-width:0px;
  width:24px;
  height:24px;
  background:linear-gradient(135deg, #3b82f6 0%, #8b5cf6 100%);
  border-radius:50%;
  align-items:center;
  justify-content:center;
  margin-left:0.75rem;
  box-shadow:0 2px 8px rgba(59, 130, 246, 0.3);
  animation:float 3s ease-in-out infinite;
  }
      

      
        
      
      
  .fcJYyF {
    flex-direction:row;
  display:flex;
  border-style:solid;
  border-width:0px;
  font-size:2rem;
  font-weight:800;
  color:#0f172a;
  margin-top:0px;
  margin-bottom:0.25rem;
  align-items:center;
  justify-content:center;
  letter-spacing:-0.02em;
  flex-wrap:nowrap;
  }
      

      
          @media (min-width: 768px) {
            
  .fcJYyF {
    font-size:2.5rem;
  justify-content:flex-start;
  }
      

          }
          
        
      
      
  .fkNLIj {
    flex-direction:row;
  display:block;
  border-style:solid;
  border-width:0px;
  font-size:1rem;
  color:#8b5cf6;
  margin-top:0.25rem;
  margin-bottom:1rem;
  font-weight:500;
  text-align:center;
  }
      

      
          @media (min-width: 768px) {
            
  .fkNLIj {
    text-align:left;
  }
      

          }
          
        
      
      
  .bubkfc {
    flex-direction:row;
  display:block;
  border-style:solid;
  border-width:0px;
  font-size:1.125rem;
  line-height:1.6;
  color:#475569;
  text-align:left;
  max-width:500px;
  margin-bottom:1.5rem;
  }
      

      
          @media (min-width: 768px) {
            
  .bubkfc {
    text-align:left;
  max-width:100%;
  }
      

          }
          
        
      
      
  .exMDxN {
    flex-direction:row;
  display:inline-flex;
  border-style:solid;
  border-width:1px;
  width:44px;
  height:44px;
  background:linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.6) 100%);
  border-color:rgba(203, 213, 225, 0.5);
  border-radius:12px;
  align-items:center;
  justify-content:center;
  transition:all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  color:#64748b;
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
  box-shadow:0 2px 8px rgba(0, 0, 0, 0.04);
  }
      

      
  .exMDxN:hover {
    transform:translateY(-4px) scale(1.05);
  box-shadow:0 12px 24px rgba(29, 161, 242, 0.2);
  background:linear-gradient(135deg, #1DA1F2 0%, #0C85D0 100%);
  border-color:transparent;
  color:#ffffff;
  }
      

        
      
      
  .sxasx {
    flex-direction:row;
  display:inline-flex;
  border-style:solid;
  border-width:1px;
  width:44px;
  height:44px;
  background:linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.6) 100%);
  border-color:rgba(203, 213, 225, 0.5);
  border-radius:12px;
  align-items:center;
  justify-content:center;
  transition:all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  color:#64748b;
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
  box-shadow:0 2px 8px rgba(0, 0, 0, 0.04);
  }
      

      
  .sxasx:hover {
    transform:translateY(-4px) scale(1.05);
  box-shadow:0 12px 24px rgba(225, 48, 108, 0.2);
  background:linear-gradient(135deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  border-color:transparent;
  color:#ffffff;
  }
      

        
      
      
  .sJKvf {
    flex-direction:row;
  display:inline-flex;
  border-style:solid;
  border-width:1px;
  width:44px;
  height:44px;
  background:linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.6) 100%);
  border-color:rgba(203, 213, 225, 0.5);
  border-radius:12px;
  align-items:center;
  justify-content:center;
  transition:all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  color:#64748b;
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
  box-shadow:0 2px 8px rgba(0, 0, 0, 0.04);
  }
      

      
  .sJKvf:hover {
    transform:translateY(-4px) scale(1.05);
  box-shadow:0 12px 24px rgba(0, 119, 181, 0.2);
  background:linear-gradient(135deg, #0077B5 0%, #005885 100%);
  border-color:transparent;
  color:#ffffff;
  }
      

        
      
      
  .deRsnF {
    flex-direction:row;
  display:inline-flex;
  border-style:solid;
  border-width:1px;
  width:44px;
  height:44px;
  background:linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.6) 100%);
  border-color:rgba(203, 213, 225, 0.5);
  border-radius:12px;
  align-items:center;
  justify-content:center;
  transition:all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  color:#64748b;
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
  box-shadow:0 2px 8px rgba(0, 0, 0, 0.04);
  }
      

      
  .deRsnF:hover {
    transform:translateY(-4px) scale(1.05);
  box-shadow:0 12px 24px rgba(255, 0, 0, 0.2);
  background:linear-gradient(135deg, #FF0000 0%, #CC0000 100%);
  border-color:transparent;
  color:#ffffff;
  }
      

        
      
      
  .eRYnAS {
    flex-direction:row;
  display:flex;
  border-style:solid;
  border-width:0px;
  gap:0.75rem;
  margin-bottom:2.5rem;
  justify-content:center;
  }
      

      
          @media (min-width: 768px) {
            
  .eRYnAS {
    justify-content:flex-start;
  }
      

          }
          
        
      
      
  .elORhG {
    flex-direction:row;
  display:inline-flex;
  border-style:solid;
  border-width:0px;
  background:linear-gradient(135deg, #3b82f6 0%, #8b5cf6 100%);
  color:#ffffff;
  padding:0.875rem 2.5rem;
  border-radius:14px;
  font-weight:600;
  font-size:1rem;
  letter-spacing:-0.01em;
  transition:all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor:pointer;
  align-items:center;
  justify-content:center;
  box-shadow:0 4px 14px rgba(59, 130, 246, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.2);
  flex:1;
  position:relative;
  overflow:hidden;
  }
      

      
  .elORhG:hover {
    transform:translateY(-2px) scale(1.02);
  box-shadow:0 8px 24px rgba(59, 130, 246, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  }
      


          @media (min-width: 768px) {
            
  .elORhG {
    flex:initial;
  min-width:140px;
  }
      

          }
          
        
      
      
  .qjswB {
    flex-direction:row;
  display:block;
  border-style:solid;
  border-width:0px;
  margin-right:0.5rem;
  }
      

      
        
      
      
  .khLko {
    flex-direction:row;
  display:inline-flex;
  border-style:solid;
  border-width:1px;
  background:rgba(255, 255, 255, 0.8);
  border-color:rgba(203, 213, 225, 0.5);
  color:#475569;
  padding:0.875rem 2rem;
  border-radius:14px;
  font-weight:600;
  font-size:1rem;
  letter-spacing:-0.01em;
  transition:all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor:pointer;
  align-items:center;
  justify-content:center;
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
  box-shadow:0 2px 8px rgba(0, 0, 0, 0.04);
  flex:1;
  }
      

      
  .khLko:hover {
    transform:translateY(-2px);
  box-shadow:0 4px 12px rgba(0, 0, 0, 0.08);
  border-color:#8b5cf6;
  background:rgba(255, 255, 255, 0.95);
  }
      


          @media (min-width: 768px) {
            
  .khLko {
    flex:initial;
  min-width:120px;
  }
      

          }
          
        
      
      
  .dChjXm {
    flex-direction:column;
  display:flex;
  border-style:solid;
  border-width:0px;
  gap:0.75rem;
  width:100%;
  }
      

      
          @media (min-width: 768px) {
            
  .dChjXm {
    flex-direction:row;
  width:auto;
  }
      

          }
          
        
      
      
  .bwqFih {
    flex-direction:column;
  display:flex;
  border-style:solid;
  border-width:0px;
  align-items:flex-start;
  flex-wrap:wrap;
  justify-content:flex-start;
  max-width:100%;
  width:600px;
  }
      

      
          @media (min-width: 768px) {
            
  .bwqFih {
    align-items:flex-start;
  }
      

          }
          
        
      
      
  .fumfDu {
    flex-direction:column;
  display:flex;
  border-style:solid;
  border-width:0px;
  background:linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(248, 250, 252, 0.9) 100%);
  backdrop-filter:blur(20px) saturate(180%);
  -webkit-backdrop-filter:blur(20px) saturate(180%);
  border-radius:24px;
  padding:2.5rem;
  box-shadow:0 20px 60px rgba(0, 0, 0, 0.08), 0 0 0 1px rgba(255, 255, 255, 0.5) inset;
  align-items:flex-start;
  max-width:100%;
  position:relative;
  overflow:hidden;
  width:900px;
  justify-content:flex-start;
  }
      

      
          @media (min-width: 768px) {
            
  .fumfDu {
    flex-direction:row;
  gap:3rem;
  align-items:flex-start;
  padding:3.5rem;
  max-width:100%;
  width:900px;
  }
      

          }
          
        
      
      
  .dXjPuE {
    flex-direction:row;
  display:flex;
  border-style:solid;
  border-width:0px;
  width:100%;
  max-width:1200px;
  margin:0 auto;
  padding:0 1rem;
  justify-content:center;
  position:relative;
  z-index:1;
  }
      

      
          @media (min-width: 768px) {
            
  .dXjPuE {
    padding:0 2rem;
  }
      

          }
          
        
      
      
  .dTbRRJ {
    flex-direction:row;
  display:block;
  border-style:solid;
  border-width:0px;
  padding-top:3rem;
  padding-bottom:3rem;
  background-color:#fafafa;
  }
      

      
        
      
      
  .fFpyQp {
    flex-direction:row;
  display:block;
  border-style:solid;
  border-width:0px;
  font-size:1.875rem;
  font-weight:700;
  color:#1a1a1a;
  margin-bottom:2rem;
  text-align:center;
  }
      

      
          @media (min-width: 768px) {
            
  .fFpyQp {
    font-size:2.25rem;
  }
      

          }
          
        
      
      
  .dDQnbx {
    flex-direction:row;
  display:inline-block;
  border-style:solid;
  border-width:0px;
  position:absolute;
  top:0.75rem;
  left:0.75rem;
  background-color:#3b82f6;
  color:#ffffff;
  padding:0.25rem 0.75rem;
  border-radius:0.375rem;
  font-size:0.75rem;
  font-weight:600;
  text-transform:uppercase;
  letter-spacing:0.05em;
  z-index:10;
  }
      

      
        
      
      
  .dYXXCb {
    flex-direction:row;
  display:block;
  border-style:solid;
  border-width:0px;
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform 0.3s ease;
  }
      

      
        
      
      
  .dlcsZR {
    flex-direction:row;
  display:block;
  border-style:solid;
  border-width:0px;
  position:relative;
  width:100%;
  padding-top:56.25%;
  overflow:hidden;
  border-radius:0.5rem 0.5rem 0 0;
  }
      

      
  .dlcsZR:hover {
    transform:scale(1.05);
  }
      

        
      
      
  .dGnuiD {
    flex-direction:row;
  display:-webkit-box;
  border-style:solid;
  border-width:0px;
  font-size:1.125rem;
  font-weight:700;
  color:#1a1a1a;
  margin-bottom:0.5rem;
  line-height:1.4;
  overflow:hidden;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  }
      

      
        
      
      
  .cKwThI {
    flex-direction:row;
  display:-webkit-box;
  border-style:solid;
  border-width:0px;
  font-size:0.875rem;
  color:#6b7280;
  line-height:1.5;
  margin-bottom:1rem;
  overflow:hidden;
  -webkit-line-clamp:3;
  -webkit-box-orient:vertical;
  }
      

      
        
      
      
  .emJUnQ {
    flex-direction:row;
  display:inline-block;
  border-style:solid;
  border-width:0px;
  font-size:1.25rem;
  font-weight:700;
  color:#3b82f6;
  }
      

      
        
      
      
  .jKTOx {
    flex-direction:row;
  display:inline-block;
  border-style:solid;
  border-width:0px;
  font-size:0.875rem;
  color:#6b7280;
  margin-left:0.75rem;
  }
      

      
        
      
      
  .ccryyJ {
    flex-direction:row;
  display:flex;
  border-style:solid;
  border-width:0px;
  align-items:center;
  margin-bottom:1rem;
  }
      

      
        
      
      
  .yOjZE {
    flex-direction:row;
  display:inline-block;
  border-style:solid;
  border-width:0px;
  background-color:#000000;
  color:#ffffff;
  padding:0.625rem 1.5rem;
  border-radius:0.5rem;
  font-weight:600;
  font-size:0.875rem;
  transition:all 0.3s ease;
  text-decoration:none;
  flex-grow:1;
  text-align:center;
  }
      

      
  .yOjZE:hover {
    background-color:#1a1a1a;
  transform:translateY(-2px);
  }
      

        
      
      
  .eHJMqz {
    flex-direction:row;
  display:flex;
  border-style:solid;
  border-width:1px;
  align-items:center;
  justify-content:center;
  width:2.5rem;
  height:2.5rem;
  border-radius:0.5rem;
  border-color:#e5e7eb;
  background-color:#ffffff;
  margin-left:0.5rem;
  cursor:pointer;
  transition:all 0.3s ease;
  }
      

      
  .eHJMqz:hover {
    border-color:#3b82f6;
  background-color:#f0f9ff;
  }
      

        
      
      
  .FRyO {
    flex-direction:row;
  display:flex;
  border-style:solid;
  border-width:0px;
  align-items:center;
  width:100%;
  }
      

      
        
      
      
  .fHoMLq {
    flex-direction:column;
  display:flex;
  border-style:solid;
  border-width:0px;
  padding:1.5rem;
  }
      

      
        
      
      
  .dRmRVi {
    flex-direction:column;
  display:flex;
  border-style:solid;
  border-width:1px;
  background-color:#ffffff;
  border-radius:0.5rem;
  border-color:#e5e7eb;
  overflow:hidden;
  transition:all 0.3s ease;
  box-shadow:0 1px 3px rgba(0, 0, 0, 0.05);
  }
      

      
  .dRmRVi:hover {
    transform:translateY(-4px);
  box-shadow:0 10px 25px rgba(0, 0, 0, 0.08);
  }
      

        
      
      
  .enbFxJ {
    flex-direction:row;
  display:flex;
  border-style:solid;
  border-width:0px;
  align-items:center;
  margin-bottom:1rem;
  font-size:0.875rem;
  color:#6b7280;
  }
      

      
        
      
      
  .LUaRt {
    flex-direction:row;
  display:inline-block;
  border-style:solid;
  border-width:0px;
  position:absolute;
  bottom:0.75rem;
  right:0.75rem;
  background-color:rgba(0, 0, 0, 0.75);
  color:#ffffff;
  padding:0.25rem 0.5rem;
  border-radius:0.25rem;
  font-size:0.75rem;
  font-weight:600;
  }
      

      
        
      
      
  .eThmKM {
    flex-direction:row;
  display:flex;
  border-style:solid;
  border-width:0px;
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%, -50%);
  width:3rem;
  height:3rem;
  background-color:rgba(255, 255, 255, 0.9);
  border-radius:50%;
  align-items:center;
  justify-content:center;
  opacity:0;
  transition:opacity 0.3s ease;
  cursor:pointer;
  }
      

      
        
      
      
  .cvqrqe {
    flex-direction:row;
  display:flex;
  border-style:solid;
  border-width:0px;
  align-items:center;
  gap:1rem;
  margin-bottom:1rem;
  font-size:0.875rem;
  color:#6b7280;
  }
      

      
        
      
      
  .bDhvmT {
    flex-direction:column;
  display:flex;
  border-style:solid;
  border-width:0px;
  gap:1.5rem;
  }
      

      
          @media (min-width: 640px) {
            
  .bDhvmT {
    display:grid;
  grid-template-columns:repeat(2, 1fr);
  gap:2rem;
  }
      

          }
          

          @media (min-width: 1024px) {
            
  .bDhvmT {
    display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:2rem;
  }
      

          }
          
        
      
      
  .dfwvlC {
    flex-direction:column;
  display:flex;
  border-style:solid;
  border-width:0px;
  max-width:1200px;
  margin:0 auto;
  padding:0 1rem;
  }
      

      
          @media (min-width: 768px) {
            
  .dfwvlC {
    padding:0 2rem;
  }
      

          }
          
        
      
      
  .NXDEe {
    flex-direction:row;
  display:block;
  border-style:solid;
  border-width:0px;
  position:sticky;
  top:0px;
  z-index:50;
  background:linear-gradient(to bottom, rgba(250, 250, 250, 0.98), rgba(250, 250, 250, 0.95));
  backdrop-filter:blur(20px);
  -webkit-backdrop-filter:blur(20px);
  padding:1.25rem 1rem;
  box-shadow:0 1px 0 rgba(0, 0, 0, 0.05);
  }
      

      
          @media (min-width: 768px) {
            
  .NXDEe {
    padding:1.5rem 2rem;
  }
      

          }
          

  .NXDEe {
    box-shadow:0 4px 12px rgba(0, 0, 0, 0.05);
  }
      

        
      
      
  .dpxvvE {
    flex-direction:row;
  display:block;
  border-style:solid;
  border-width:0px;
  width:100%;
  padding:0.875rem 1rem;
  border-radius:1rem;
  background-color:#ffffff;
  font-size:0.9375rem;
  font-weight:400;
  transition:all 0.3s ease;
  outline:none;
  box-shadow:0 1px 3px rgba(0, 0, 0, 0.05);
  color:#1a1a1a;
  }
      

      
  .dpxvvE:focus {
    box-shadow:0 0 0 2px #3b82f6, 0 10px 25px -5px rgba(59, 130, 246, 0.15);
  transform:translateY(-1px);
  }
      


          @media (min-width: 768px) {
            
  .dpxvvE {
    width:280px;
  }
      

          }
          
        
      
      
  .eYNfhp {
    flex-direction:row;
  display:none;
  border-style:solid;
  border-width:1px;
  position:absolute;
  right:0.75rem;
  top:50%;
  transform:translateY(-50%);
  padding:0.25rem 0.5rem;
  border-radius:0.375rem;
  background-color:#f9fafb;
  border-color:#e5e7eb;
  font-size:0.75rem;
  font-weight:500;
  color:#6b7280;
  font-family:monospace;
  }
      

      
          @media (min-width: 768px) {
            
  .eYNfhp {
    display:block;
  }
      

          }
          
        
      
      
  .eGYCVO {
    flex-direction:row;
  display:block;
  border-style:solid;
  border-width:0px;
  position:relative;
  width:100%;
  }
      

      
          @media (min-width: 768px) {
            
  .eGYCVO {
    width:auto;
  flex-shrink:1;
  }
      

          }
          
        
      
      
  .eyEbLN {
    flex-direction:row;
  display:block;
  border-style:solid;
  border-width:0px;
  width:4px;
  height:4px;
  border-radius:50%;
  background-color:#3b82f6;
  margin-right:0.5rem;
  }
      

      
        
      
      
  .ffZrcD {
    flex-direction:row;
  display:inline-flex;
  border-style:solid;
  border-width:0px;
  padding:0.625rem 1.125rem;
  border-radius:1rem;
  background-color:#1a1a1a;
  color:#ffffff;
  font-weight:500;
  font-size:0.9375rem;
  cursor:pointer;
  transition:all 0.3s ease;
  white-space:nowrap;
  align-items:center;
  justify-content:center;
  position:relative;
  box-shadow:0 2px 8px rgba(0, 0, 0, 0.12);
  }
      

      
  .ffZrcD:active {
    transform:scale(0.98);
  box-shadow:0 1px 4px rgba(0, 0, 0, 0.08);
  }
      

        
      
      
  .fiwAHv {
    flex-direction:row;
  display:inline-flex;
  border-style:solid;
  border-width:0px;
  padding:0.625rem 1.125rem;
  border-radius:1rem;
  background-color:transparent;
  color:#6b7280;
  font-weight:500;
  font-size:0.9375rem;
  cursor:pointer;
  transition:all 0.3s ease;
  white-space:nowrap;
  align-items:center;
  justify-content:center;
  }
      

      
  .fiwAHv:hover {
    background-color:#ffffff;
  color:#1a1a1a;
  box-shadow:0 1px 3px rgba(0, 0, 0, 0.05);
  }
      

        
      
      
  .fFacTV {
    flex-direction:row;
  display:flex;
  border-style:solid;
  border-width:0px;
  gap:0.375rem;
  align-items:center;
  padding:0.375rem;
  background-color:#f9fafb;
  border-radius:1.25rem;
  overflow-x:auto;
  scrollbar-width:none;
  -webkit-overflow-scrolling:touch;
  }
      
.fFacTV::-webkit-scrollbar {
  width: 0;
}


      
        
      
      
  .cxkEbO {
    flex-direction:row;
  display:none;
  border-style:solid;
  border-width:0px;
  width:1px;
  height:32px;
  background-color:#e5e7eb;
  margin:0 0.5rem;
  }
      

      
          @media (min-width: 768px) {
            
  .cxkEbO {
    display:block;
  }
      

          }
          
        
      
      
  .diTEre {
    flex-direction:row;
  display:block;
  border-style:solid;
  border-width:0px;
  padding:0.625rem 2.5rem 0.625rem 1rem;
  border-radius:1rem;
  background-color:#ffffff;
  font-size:0.9375rem;
  font-weight:500;
  color:#1a1a1a;
  cursor:pointer;
  transition:all 0.3s ease;
  appearance:none;
  background-image:url('data:image/svg+xml;utf8,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6 8L10 12L14 8" stroke="%236b7280" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-repeat:no-repeat;
  background-position:right 0.625rem center;
  background-size:20px;
  box-shadow:0 1px 3px rgba(0, 0, 0, 0.05);
  min-width:120px;
  }
      

      
  .diTEre:focus {
    box-shadow:0 0 0 2px #3b82f6, 0 1px 3px rgba(0, 0, 0, 0.05);
  }
      

        
      
      
  .criNhD {
    flex-direction:row;
  display:flex;
  border-style:solid;
  border-width:0px;
  padding:0.5rem;
  border-radius:0.75rem;
  background-color:#1a1a1a;
  color:#ffffff;
  cursor:pointer;
  transition:all 0.3s ease;
  align-items:center;
  justify-content:center;
  width:36px;
  height:36px;
  font-size:1.25rem;
  line-height:1;
  }
      

      
        
      
      
  .eiYMDz {
    flex-direction:row;
  display:flex;
  border-style:solid;
  border-width:0px;
  padding:0.5rem;
  border-radius:0.75rem;
  background-color:transparent;
  color:#6b7280;
  cursor:pointer;
  transition:all 0.3s ease;
  align-items:center;
  justify-content:center;
  width:36px;
  height:36px;
  font-size:1.25rem;
  line-height:1;
  }
      

      
  .eiYMDz:hover {
    background-color:#f9fafb;
  color:#1a1a1a;
  }
      

        
      
      
  .flhVFj {
    flex-direction:row;
  display:flex;
  border-style:solid;
  border-width:0px;
  gap:0.25rem;
  padding:0.25rem;
  background-color:#ffffff;
  border-radius:1rem;
  box-shadow:0 1px 3px rgba(0, 0, 0, 0.05);
  }
      

      
        
      
      
  .dBWUZB {
    flex-direction:row;
  display:none;
  border-style:solid;
  border-width:0px;
  gap:0.75rem;
  align-items:center;
  }
      

      
          @media (min-width: 768px) {
            
  .dBWUZB {
    display:flex;
  }
      

          }
          
        
      
      
  .btHyC {
    flex-direction:row;
  display:flex;
  border-style:solid;
  border-width:0px;
  gap:1rem;
  align-items:center;
  justify-content:space-between;
  width:100%;
  }
      

      
        
      
      
  .ePqjug {
    flex-direction:row;
  display:flex;
  border-style:solid;
  border-width:0px;
  gap:0.75rem;
  align-items:center;
  }
      

      
        
      
      
  .qiFb {
    flex-direction:row;
  display:flex;
  border-style:solid;
  border-width:0px;
  gap:0.75rem;
  margin-top:1rem;
  justify-content:space-between;
  align-items:center;
  }
      

      
          @media (min-width: 768px) {
            
  .qiFb {
    display:none;
  }
      

          }
          
        
      
      
  .eFrfEZ {
    flex-direction:row;
  display:flex;
  border-style:solid;
  border-width:0px;
  font-size:0.875rem;
  color:#6b7280;
  margin-top:1rem;
  font-weight:400;
  row-gap:0.25rem;
  column-gap:0.25rem;
  padding-left:0.5rem;
  padding-right:0.5rem;
  }
      

      
        
      
      
  .cpRqWI {
    flex-direction:column;
  display:flex;
  border-style:solid;
  border-width:0px;
  max-width:1280px;
  margin:0 auto;
  width:100%;
  }
      

      
        
      
      
  .QvYVw {
    flex-direction:column;
  display:block;
  border-style:solid;
  border-width:0px;
  position:relative;
  }
      

      
        
      
      
  .dPzsdq {
    flex-direction:row;
  display:flex;
  border-style:solid;
  border-width:0px;
  position:fixed;
  bottom:2rem;
  right:2rem;
  width:3.5rem;
  height:3.5rem;
  background-color:#000000;
  color:#ffffff;
  border-radius:50%;
  align-items:center;
  justify-content:center;
  box-shadow:0 10px 25px rgba(0,0,0,0.15);
  cursor:pointer;
  z-index:1000;
  transition:all 0.3s ease;
  }
      

      
  .dPzsdq:hover {
    transform:scale(1.1);
  box-shadow:0 15px 35px rgba(0,0,0,0.2);
  }
      


          @media (max-width: 768px) {
            
  .dPzsdq {
    bottom:1.5rem;
  right:1.5rem;
  width:3rem;
  height:3rem;
  }
      

          }
          
        
      
      
  .dIscFf {
    flex-direction:row;
  display:flex;
  border-style:solid;
  border-width:0px;
  position:absolute;
  bottom:4.5rem;
  right:0px;
  width:2.5rem;
  height:2.5rem;
  background-color:#ffffff;
  color:#000000;
  border-radius:50%;
  align-items:center;
  justify-content:center;
  box-shadow:0 4px 12px rgba(0,0,0,0.1);
  cursor:pointer;
  opacity:0;
  transform:scale(0.3) translateY(20px);
  transition:all 0.3s ease;
  font-weight:700;
  font-size:1rem;
  }
      

      
  .dIscFf:hover {
    background-color:#1a1a1a;
  color:#ffffff;
  transform:scale(1.1);
  }
      

        
      
      
  .dVhKRf {
    flex-direction:row;
  display:flex;
  border-style:solid;
  border-width:0px;
  position:absolute;
  bottom:7.5rem;
  right:0px;
  width:2.5rem;
  height:2.5rem;
  background-color:#ffffff;
  color:#0077b5;
  border-radius:50%;
  align-items:center;
  justify-content:center;
  box-shadow:0 4px 12px rgba(0,0,0,0.1);
  cursor:pointer;
  opacity:0;
  transform:scale(0.3) translateY(20px);
  transition:all 0.3s ease 0.05s;
  font-weight:700;
  font-size:0.875rem;
  }
      

      
  .dVhKRf:hover {
    background-color:#0077b5;
  color:#ffffff;
  transform:scale(1.1);
  }
      

        
      
      
  .ceJjtx {
    flex-direction:row;
  display:flex;
  border-style:solid;
  border-width:0px;
  position:absolute;
  bottom:10.5rem;
  right:0px;
  width:2.5rem;
  height:2.5rem;
  background-color:#ffffff;
  color:#6b7280;
  border-radius:50%;
  align-items:center;
  justify-content:center;
  box-shadow:0 4px 12px rgba(0,0,0,0.1);
  cursor:pointer;
  opacity:0;
  transform:scale(0.3) translateY(20px);
  transition:all 0.3s ease 0.1s;
  }
      

      
  .ceJjtx:hover {
    background-color:#3b82f6;
  color:#ffffff;
  transform:scale(1.1);
  }
      

        
      
      
  .flRA-dE {
    flex-direction:column;
  display:flex;
  border-style:solid;
  border-width:0px;
  position:fixed;
  bottom:2rem;
  right:2rem;
  pointer-events:none;
  z-index:999;
  }
      

      
          @media (max-width: 768px) {
            
  .flRA-dE {
    bottom:1.5rem;
  right:1.5rem;
  }
      

          }
          
        
      
      
  .zOatk {
    flex-direction:row;
  display:inline-flex;
  border-style:solid;
  border-width:1px;
  border-color:#e5e7eb;
  background-color:#ffffff;
  color:#1a1a1a;
  padding:0.5rem 1rem;
  border-radius:0.5rem;
  align-items:center;
  gap:0.5rem;
  font-size:0.875rem;
  font-weight:500;
  cursor:pointer;
  transition:all 0.2s ease;
  }
      

      
  .zOatk:hover {
    background-color:#f5f5f5;
  border-color:#000000;
  transform:translateY(-1px);
  }
      

        
      
      
  .eiAabU {
    flex-direction:row;
  display:inline-flex;
  border-style:solid;
  border-width:1px;
  border-color:#e5e7eb;
  background-color:#ffffff;
  color:#6b7280;
  padding:0.5rem;
  border-radius:0.5rem;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  transition:all 0.2s ease;
  width:2.25rem;
  height:2.25rem;
  }
      

      
  .eiAabU:hover {
    background-color:#3b82f6;
  color:#ffffff;
  border-color:#3b82f6;
  }
      

        
      
      
  .eaUYWc {
    flex-direction:row;
  display:inline-flex;
  border-style:solid;
  border-width:1px;
  border-color:#e5e7eb;
  background-color:#ffffff;
  color:#6b7280;
  padding:0.5rem;
  border-radius:0.5rem;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  transition:all 0.2s ease;
  width:2.25rem;
  height:2.25rem;
  }
      

      
  .eaUYWc:hover {
    background-color:#10b981;
  color:#ffffff;
  border-color:#10b981;
  }
      

        
      
      
  .evnqnL {
    flex-direction:row;
  display:inline-flex;
  border-style:solid;
  border-width:0px;
  gap:0.5rem;
  align-items:center;
  }
      

      
        
      
      
  .cRuFss {
    flex-direction:row;
  display:block;
  border-style:solid;
  border-width:0px;
  font-size:1.25rem;
  font-weight:600;
  color:#1a1a1a;
  margin-bottom:1.5rem;
  }
      

      
        
      
      
  .fyJedT {
    flex-direction:row;
  display:flex;
  border-style:solid;
  border-width:0px;
  width:100%;
  background-color:#000000;
  color:#ffffff;
  padding:0.875rem 1.5rem;
  border-radius:0.5rem;
  align-items:center;
  justify-content:center;
  gap:0.5rem;
  font-weight:500;
  cursor:pointer;
  transition:all 0.2s ease;
  }
      

      
  .fyJedT:hover {
    background-color:#1a1a1a;
  transform:translateY(-1px);
  }
      

        
      
      
  .eBOiYj {
    flex-direction:column;
  display:none;
  border-style:solid;
  border-width:0px;
  position:fixed;
  bottom:0px;
  left:0px;
  right:0px;
  background-color:#ffffff;
  border-radius:1rem 1rem 0 0;
  padding:2rem;
  box-shadow:0 -10px 40px rgba(0,0,0,0.1);
  z-index:2000;
  transform:translateY(100%);
  transition:transform 0.3s ease;
  }
      

      
          @media (min-width: 768px) {
            
  .eBOiYj {
    bottom:50%;
  left:50%;
  right:auto;
  transform:translate(-50%, 50%);
  width:90%;
  max-width:400px;
  border-radius:1rem;
  }
      

          }
          
        
      
      
  .eScACp {
    flex-direction:row;
  display:none;
  border-style:solid;
  border-width:0px;
  position:fixed;
  bottom:2rem;
  left:50%;
  transform:translateX(-50%) translateY(100px);
  background-color:#10b981;
  color:#ffffff;
  padding:0.875rem 1.5rem;
  border-radius:0.5rem;
  box-shadow:0 10px 25px rgba(0,0,0,0.15);
  font-weight:500;
  font-size:0.875rem;
  z-index:3000;
  opacity:0;
  transition:all 0.3s ease;
  }
      

      
        
      
      
  .eGuBcg {
    flex-direction:row;
  display:block;
  border-style:solid;
  border-width:0px;
  background-color:#ffffff;
  padding-bottom:2rem;
  margin-top:auto;
  }
      

      
        
      
      
  .evIZje {
    flex-direction:row;
  display:block;
  border-style:solid;
  border-width:0px;
  border-top-width:1px;
  border-top-color:#e5e7eb;
  margin-top:3rem;
  margin-bottom:2rem;
  }
      

      
        
      
      
  .eTsWjy {
    flex-direction:row;
  display:inline;
  border-style:solid;
  border-width:0px;
  color:#3b82f6;
  text-decoration:none;
  transition:opacity 0.3s ease;
  }
      

      
  .eTsWjy:hover {
    opacity:0.8;
  text-decoration:underline;
  }
      

        
      
      
  .QVSQU {
    flex-direction:row;
  display:flex;
  border-style:solid;
  border-width:0px;
  font-size:0.75rem;
  color:#6b7280;
  align-items:center;
  gap:0px;
  }
      

      
        
      
      
  .bpSgSX {
    flex-direction:row;
  display:inline;
  border-style:solid;
  border-width:0px;
  color:#6b7280;
  text-decoration:none;
  transition:color 0.3s ease;
  font-size:0.75rem;
  }
      

      
  .bpSgSX:hover {
    color:#3b82f6;
  }
      

        
      
      
  .bRxujS {
    flex-direction:row;
  display:flex;
  border-style:solid;
  border-width:0px;
  align-items:center;
  gap:0px;
  flex-wrap:wrap;
  }
      

      
        
      
      
  .eefZaS {
    flex-direction:row;
  display:block;
  border-style:solid;
  border-width:0px;
  font-size:0.75rem;
  color:#6b7280;
  margin-top:0.5rem;
  }
      

      
        
      
      
  .cSJFjT {
    flex-direction:row;
  display:flex;
  border-style:solid;
  border-width:0px;
  font-size:0.7rem;
  color:#9ca3af;
  margin-top:0.5rem;
  gap:0px;
  }
      

      
        
      
      
  .cxTGsH {
    flex-direction:column;
  display:flex;
  border-style:solid;
  border-width:0px;
  gap:0.5rem;
  padding:0 1rem;
  max-width:1200px;
  margin:0 auto;
  }
      

      
          @media (min-width: 768px) {
            
  .cxTGsH {
    padding:0 2rem;
  }
      

          }
          
        
      