

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

      
  
      

      
        
      
      
  .cDxYSz {
    color:#64748b;
  cursor:pointer;
  display:inline-block;
  padding:0.25rem 0.75rem;
  font-size:0.875rem;
  transition:all 0.2s ease;
  border-style:solid;
  border-width:0px;
  border-radius:0.25rem;
  flex-direction:row;
  background-color:transparent;
  }
      

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

        
      
      
  .bJyokI {
    gap:0.5rem;
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  justify-content:center;
  }
      

      
        
      
      
  .ORyKL {
    flex:1;
  display:flex;
  border-style:solid;
  border-width:0px;
  flex-direction:column;
  }
      

      
        
      
      
  .cgBTjL {
    color:#94a3b8;
  display:inline-block;
  font-size:0.875rem;
  border-style:solid;
  border-width:0px;
  margin-right:0.5rem;
  flex-direction:row;
  }
      

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

      
        
      
      
  .fhchvJ {
    color:#ffffff;
  display:inline-block;
  padding:0.125rem 0.5rem;
  font-size:0.75rem;
  font-weight:500;
  margin-left:0.5rem;
  border-style:solid;
  border-width:0px;
  border-radius:9999px;
  flex-direction:row;
  background-color:#10b981;
  }
      

      
        
      
      
  .fEECSw {
    gap:0.5rem;
  color:#475569;
  display:flex;
  font-size:0.875rem;
  align-items:center;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .bTpLrn {
    gap:2rem;
  display:flex;
  border-style:solid;
  border-width:0px;
  margin-bottom:3rem;
  flex-direction:column;
  }
      

      
          @media (min-width: 1024px) {
            
  .bTpLrn {
    gap:3rem;
  flex-direction:row;
  }
      

          }
          
        
      
      
  .eBrVgF {
    color:#475569;
  cursor:pointer;
  display:inline-block;
  padding:0.875rem 2rem;
  font-size:1rem;
  transition:all 0.2s ease;
  font-weight:500;
  margin-left:1rem;
  border-color:#e2e8f0;
  border-style:solid;
  border-width:1px;
  border-radius:0.5rem;
  flex-direction:row;
  background-color:#ffffff;
  }
      

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

        
      
      
  .eUBQMs {
    gap:1rem;
  display:flex;
  padding:1.5rem;
  min-height:300px;
  overflow-y:auto;
  border-color:#e2e8f0;
  border-style:solid;
  border-width:1px;
  border-radius:0.5rem;
  flex-direction:column;
  background-color:#ffffff;
  }
      

      
        
      
      
  .cQIuVc {
    height:350px;
  display:block;
  position:relative;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  background-size:cover;
  background-image:url('https://via.placeholder.com/600x400/f3f4f6/9ca3af?text=Location+Photo');
  background-position:center;
  }
      

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

      
        
      
      
  .eZOZLe {
    top:1rem;
  right:1rem;
  width:32px;
  cursor:pointer;
  height:32px;
  display:flex;
  position:absolute;
  transition:all 0.2s;
  align-items:center;
  border-color:rgba(229, 231, 235, 0.8);
  border-style:solid;
  border-width:1px;
  border-radius:0.5rem;
  flex-direction:row;
  backdrop-filter:blur(8px);
  justify-content:center;
  background-color:rgba(255, 255, 255, 0.9);
  }
      

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

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

      
        
      
      
  .bfYTtC {
    color:#4b5563;
  width:95%;
  display:block;
  font-size:0.875rem;
  line-height:1.5;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .EZLEr {
    color:#059669;
  display:block;
  font-size:0.875rem;
  font-weight:600;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .fjwSQc {
    gap:0.375rem;
  display:flex;
  padding-top:0.5rem;
  border-style:solid;
  border-width:0px;
  flex-direction:column;
  padding-bottom:0.5rem;
  }
      

      
        
      
      
  .eEekbh {
    display:flex;
  overflow:hidden;
  box-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  transition:all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border-color:#e5e7eb;
  border-style:solid;
  border-width:1px;
  border-radius:1rem;
  flex-direction:column;
  background-color:#ffffff;
  }
      

      
  .eEekbh:hover {
    transform:translateY(-4px);
  box-shadow:0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  border-color:#3b82f6;
  }
      

        
      
      
  .dpcTeG {
    color:#4b5563;
  display:block;
  font-size:0.875rem;
  transition:color 0.2s;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  text-decoration:none;
  }
      

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

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

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

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

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

      
        
      
      
  .KjbKB {
    display:flex;
  border-style:solid;
  border-width:0px;
  flex-direction:column;
  }
      

      
        
      
      
  .ezUcbF {
    gap:0.5rem;
  display:flex;
  padding:1rem;
  align-items:center;
  border-style:solid;
  border-width:0px;
  border-radius:0.5rem;
  flex-direction:column;
  background-color:rgba(255, 255, 255, 0.1);
  }
      

      
        
      
      
  .bTZojb {
    gap:0.25rem;
  color:#111827;
  display:flex;
  font-size:0.875rem;
  transition:color 0.2s;
  align-items:center;
  font-weight:600;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  text-decoration:none;
  }
      

      
  .bTZojb:hover {
    color:#dc2626;
  }
      

        
      
      
  .waLNy {
    display:block;
  margin-top:2px;
  flex-shrink:0;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .cKrEWB {
    height:400px;
  display:flex;
  overflow:hidden;
  position:relative;
  align-items:center;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  justify-content:center;
  }
      

      
        
      
      
  .dZXTnb {
    color:#111827;
  display:flex;
  padding:0.875rem 1.5rem;
  font-size:1rem;
  box-shadow:0 2px 4px rgba(0, 0, 0, 0.1);
  transition:all 0.2s;
  align-items:center;
  font-weight:700;
  border-style:solid;
  border-width:0px;
  border-radius:0.5rem;
  flex-direction:row;
  justify-content:center;
  text-decoration:none;
  background-color:#fbbf24;
  }
      

      
  .dZXTnb:hover {
    transform:translateY(-1px);
  box-shadow:0 4px 6px rgba(0, 0, 0, 0.15);
  background-color:#f59e0b;
  }
      

        
      
      
  .bgPWNV {
    gap:1rem;
  display:flex;
  margin-top:0.75rem;
  border-style:solid;
  border-width:0px;
  margin-bottom:0.75rem;
  flex-direction:column;
  }
      

      
          @media (min-width: 768px) {
            
  .bgPWNV {
    margin-top:1rem;
  margin-bottom:1rem;
  }
      

          }
          
        
      
      
  .yukRE {
    cursor:pointer;
  display:flex;
  overflow:hidden;
  box-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  transition:all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border-color:#e5e7eb;
  border-style:solid;
  border-width:1px;
  border-radius:1rem;
  flex-direction:column;
  background-color:#ffffff;
  }
      

      
  .yukRE:hover {
    transform:translateY(-4px);
  box-shadow:0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  border-color:#3b82f6;
  }
      


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

          }
          
        
      
      
  .fEWlGf {
    gap:0.5rem;
  display:flex;
  padding-top:0.75rem;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  border-top-color:#e5e7eb;
  border-top-width:1px;
  }
      

      
        
      
      
  .fCaISd {
    gap:0.75rem;
  display:flex;
  padding:0.75rem;
  margin-top:0.5rem;
  align-items:center;
  border-style:solid;
  border-width:0px;
  border-radius:0.5rem;
  flex-direction:row;
  background-color:#f9fafb;
  }
      

      
        
      
      
  .bmuBJT {
    top:1rem;
  right:1rem;
  width:36px;
  cursor:pointer;
  height:36px;
  display:flex;
  position:absolute;
  transition:all 0.2s;
  align-items:center;
  border-color:#e5e7eb;
  border-style:solid;
  border-width:1px;
  border-radius:50%;
  flex-direction:row;
  backdrop-filter:blur(8px);
  justify-content:center;
  background-color:rgba(255, 255, 255, 0.9);
  }
      

      
  .bmuBJT:hover {
    transform:scale(1.1);
  border-color:#ef4444;
  background-color:#ffffff;
  }
      

        
      
      
  .crOBDn {
    margin:0 0 2rem 0;
  display:block;
  opacity:0.95;
  z-index:1;
  position:relative;
  font-size:1.125rem;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

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

      
        
      
      
  .beqYu {
    width:24px;
  height:24px;
  display:flex;
  align-items:center;
  flex-shrink:0;
  border-style:solid;
  border-width:0px;
  border-radius:50%;
  flex-direction:row;
  justify-content:center;
  background-color:#3b82f6;
  }
      

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

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

        
      
      
  .dKgLJn {
    flex:1;
  display:flex;
  padding:1.5rem;
  border-style:solid;
  border-width:0px;
  flex-direction:column;
  justify-content:space-between;
  }
      

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

          }
          
        
      
      
  .bDFPSU {
    color:#3b82f6;
  display:block;
  font-size:0.875rem;
  font-weight:600;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  letter-spacing:0.025em;
  text-transform:uppercase;
  }
      

      
        
      
      
  .eXWqVe {
    gap:0.25rem;
  color:#4b5563;
  display:flex;
  font-size:0.875rem;
  border-style:solid;
  border-width:0px;
  flex-direction:column;
  }
      

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

      
        
      
      
  .fbJhyB {
    gap:0.125rem;
  display:flex;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .fDYXCZ {
    color:#374151;
  cursor:pointer;
  display:flex;
  padding:0.625rem 0.875rem;
  font-size:0.875rem;
  transition:all 0.2s;
  align-items:center;
  border-color:#d1d5db;
  border-style:solid;
  border-width:1px;
  border-radius:0.5rem;
  flex-direction:row;
  justify-content:center;
  background-color:#ffffff;
  }
      

      
  .fDYXCZ:hover {
    border-color:#9ca3af;
  background-color:#f3f4f6;
  }
      

        
      
      
  .dIFACa {
    top:0.75rem;
  right:0.75rem;
  width:36px;
  cursor:pointer;
  height:36px;
  display:flex;
  opacity:0;
  position:absolute;
  transition:all 0.2s;
  align-items:center;
  border-color:rgba(255, 255, 255, 0.2);
  border-style:solid;
  border-width:1px;
  border-radius:0.375rem;
  flex-direction:row;
  backdrop-filter:blur(8px);
  justify-content:center;
  background-color:rgba(0, 0, 0, 0.7);
  }
      

      
  .dIFACa:hover {
    opacity:1;
  }
      

        
      
      
  .eocxVt {
    color:#d1d5db;
  display:block;
  font-size:0.5rem;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .LTdyR {
    color:#7c3aed;
  display:inline-block;
  padding:1rem 3rem;
  z-index:1;
  position:relative;
  font-size:1.125rem;
  box-shadow:0 4px 14px rgba(0, 0, 0, 0.2);
  font-weight:700;
  border-style:solid;
  border-width:0px;
  border-radius:9999px;
  flex-direction:row;
  text-decoration:none;
  background-color:#ffffff;
  }
      

      
  .LTdyR:hover {
    transform:scale(1.05);
  box-shadow:0 6px 20px rgba(0, 0, 0, 0.3);
  }
      

        
      
      
  .nkmCK {
    gap:0.75rem;
  display:flex;
  transition:color 0.2s;
  align-items:flex-start;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

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

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

      
        
      
      
  .dMxhzW {
    flex:1;
  display:flex;
  min-width:0px;
  border-style:solid;
  border-width:0px;
  flex-direction:column;
  }
      

      
        
      
      
  .dbPdBs {
    width:6px;
  height:6px;
  display:block;
  border-style:solid;
  border-width:0px;
  border-radius:50%;
  flex-direction:row;
  background-color:#22c55e;
  }
      

      
        
      
      
  .vFCDt {
    display:flex;
  position:relative;
  border-style:solid;
  border-width:0px;
  flex-direction:column;
  background-color:#f9fafb;
  }
      

      
        
      
      
  .biezmH {
    width:100%;
  height:100%;
  object-fit:cover;
  }
      

      
        
      
      
  .dJXkTP {
    color:#6b7280;
  display:inline-block;
  padding:0.25rem 0.625rem;
  font-size:0.75rem;
  font-weight:500;
  border-style:solid;
  border-width:0px;
  border-radius:0.375rem;
  flex-direction:row;
  background-color:#f3f4f6;
  }
      

      
        
      
      
  .cqudIo {
    gap:0.5rem;
  display:flex;
  flex-wrap:wrap;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .dZQXWn {
    gap:1rem;
  display:grid;
  z-index:1;
  position:relative;
  border-style:solid;
  border-width:0px;
  margin-bottom:2rem;
  flex-direction:row;
  grid-template-columns:repeat(3, 1fr);
  }
      

      
        
      
      
  .dyJwUD {
    gap:0.5rem;
  flex:1;
  color:#ffffff;
  display:flex;
  padding:0.625rem 1rem;
  font-size:0.875rem;
  transition:all 0.2s;
  align-items:center;
  font-weight:600;
  border-color:#ef4444;
  border-style:solid;
  border-width:1px;
  border-radius:0.5rem;
  flex-direction:row;
  justify-content:center;
  text-decoration:none;
  background-color:#ef4444;
  }
      

      
  .dyJwUD:hover {
    transform:translateY(-1px);
  box-shadow:0 4px 6px rgba(239, 68, 68, 0.3);
  border-color:#dc2626;
  background-color:#dc2626;
  }
      

        
      
      
  .YjNEU {
    display:block;
  font-size:0.875rem;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .dHXgNe {
    color:#111827;
  display:block;
  font-size:1.875rem;
  font-weight:700;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .jpwJi {
    color:#3b82f6;
  display:inline-block;
  padding:0.25rem 0.625rem;
  font-size:0.75rem;
  transition:all 0.2s;
  font-weight:500;
  border-style:solid;
  border-width:0px;
  border-radius:0.375rem;
  flex-direction:row;
  background-color:#eff6ff;
  }
      

      
  .jpwJi:hover {
    color:#2563eb;
  background-color:#dbeafe;
  }
      

        
      
      
  .dAzesA {
    display:block;
  overflow:hidden;
  border-color:#e5e7eb;
  border-style:solid;
  border-width:1px;
  border-radius:0.5rem;
  flex-direction:column;
  }
      

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

      
        
      
      
  .cSUJhS {
    gap:0.5rem;
  width:100%;
  display:flex;
  align-items:flex-start;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .enqsWS {
    gap:0.25rem;
  color:#dc2626;
  display:flex;
  padding:0.25rem 0.5rem;
  font-size:0.625rem;
  align-items:center;
  font-weight:700;
  border-style:solid;
  border-width:0px;
  border-radius:0.375rem;
  flex-direction:row;
  text-transform:uppercase;
  background-color:#fee2e2;
  }
      

      
        
      
      
  .cVOgRM {
    display:block;
  transition:all 0.2s;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
  .cVOgRM:hover {
    fill:#ef4444;
  stroke:#ef4444;
  }
      

        
      
      
  .fnLmBY {
    display:flex;
  align-items:flex-start;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
        
      
      
  .bBFpbW {
    width:20px;
  height:20px;
  display:block;
  object-fit:cover;
  border-style:solid;
  border-width:0px;
  border-radius:0.25rem;
  flex-direction:row;
  }
      

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

      
        
      
      
  .dGWYoE {
    inset:0;
  display:block;
  position:absolute;
  background:linear-gradient(to bottom, transparent 0%, transparent 50%, rgba(0,0,0,0.7) 100%);
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .eMbKFg {
    width:40px;
  height:40px;
  display:block;
  object-fit:cover;
  flex-shrink:0;
  border-style:solid;
  border-width:0px;
  border-radius:50%;
  flex-direction:row;
  }
      

      
        
      
      
  .eqnagd {
    gap:0.25rem;
  top:0.75rem;
  left:0.75rem;
  color:#ffffff;
  display:flex;
  padding:0.25rem 0.625rem;
  position:absolute;
  font-size:0.625rem;
  align-items:center;
  font-weight:700;
  border-style:solid;
  border-width:0px;
  border-radius:0.25rem;
  flex-direction:row;
  letter-spacing:0.05em;
  text-transform:uppercase;
  background-color:#ff0000;
  }
      

      
        
      
      
  .eVuyDV {
    gap:0.375rem;
  color:#ffffff;
  display:inline-flex;
  padding:0.5rem 1rem;
  font-size:0.875rem;
  transition:all 0.2s;
  align-items:center;
  font-weight:600;
  white-space:nowrap;
  border-color:#3b82f6;
  border-style:solid;
  border-width:1px;
  border-radius:0.5rem;
  flex-direction:row;
  text-decoration:none;
  background-color:#3b82f6;
  }
      

      
  .eVuyDV:hover {
    transform:translateY(-1px);
  box-shadow:0 4px 6px rgba(59, 130, 246, 0.3);
  border-color:#2563eb;
  background-color:#2563eb;
  }
      

        
      
      
  .cIEgen {
    gap:0.25rem;
  color:#ffffff;
  right:0.75rem;
  bottom:0.75rem;
  display:flex;
  padding:0.25rem 0.5rem;
  position:absolute;
  font-size:0.75rem;
  align-items:center;
  border-style:solid;
  border-width:0px;
  border-radius:0.375rem;
  flex-direction:row;
  backdrop-filter:blur(4px);
  background-color:rgba(0, 0, 0, 0.7);
  }
      

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

      
        
      
      
  .dKfPxK {
    width:100%;
  display:block;
  max-width:550px;
  font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .eyVJBa {
    color:#3b82f6;
  display:block;
  font-size:0.875rem;
  transition:color 0.2s;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  text-decoration:none;
  }
      

      
  .eyVJBa:hover {
    color:#2563eb;
  text-decoration:underline;
  }
      

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

      
        
      
      
  .cYbTxv {
    color:#4b5563;
  display:block;
  font-size:0.875rem;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .bPionG {
    cursor:pointer;
  display:flex;
  overflow:hidden;
  box-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  transition:all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border-color:#e5e7eb;
  border-style:solid;
  border-width:1px;
  border-radius:1rem;
  flex-direction:column;
  background-color:#ffffff;
  }
      

      
  .bPionG:hover {
    transform:translateY(-4px);
  box-shadow:0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  border-color:#3b82f6;
  }
      

        
      
      
  .bRFBnQ {
    display:block;
  transition:all 0.2s;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
  .bRFBnQ:hover {
    fill:#3b82f6;
  stroke:#3b82f6;
  }
      

        
      
      
  .fmfVgM {
    color:#4b5563;
  margin:0px;
  display:-webkit-box;
  overflow:hidden;
  font-size:0.875rem;
  line-height:1.6;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:3;
  }
      

      
          @media (min-width: 768px) {
            
  .fmfVgM {
    font-size:0.9375rem;
  -webkit-line-clamp:4;
  }
      

          }
          
        
      
      
  .bLvjMB {
    color:#4b5563;
  display:block;
  font-size:0.875rem;
  font-style:normal;
  line-height:1.5;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .bjDpWb {
    gap:0.75rem;
  display:flex;
  padding:1rem;
  border-style:solid;
  border-width:0px;
  flex-direction:column;
  }
      

      
        
      
      
  .crMEFX {
    display:block;
  overflow:hidden;
  position:relative;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  padding-bottom:56.25%;
  background-color:#000000;
  }
      

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

      
        
      
      
  .cqcVgv {
    width:6px;
  height:6px;
  display:block;
  animation:pulse 2s infinite;
  border-style:solid;
  border-width:0px;
  border-radius:50%;
  flex-direction:row;
  background-color:#dc2626;
  }
      

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

      
        
      
      
  .cXnLFi {
    color:#ffffff;
  display:flex;
  padding:2.5rem;
  overflow:hidden;
  position:relative;
  background:linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);
  text-align:center;
  border-style:solid;
  border-width:0px;
  border-radius:1rem;
  flex-direction:column;
  }
      

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

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

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

      
        
      
      
  .bQvnkX {
    top:1rem;
  left:1rem;
  color:#ffffff;
  display:flex;
  padding:0.25rem 0.75rem;
  position:absolute;
  font-size:0.75rem;
  background:linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  box-shadow:0 2px 4px rgba(0, 0, 0, 0.1);
  font-weight:600;
  border-style:solid;
  border-width:0px;
  border-radius:0.375rem;
  flex-direction:row;
  letter-spacing:0.05em;
  text-transform:uppercase;
  backdrop-filter:blur(8px);
  }
      

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

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

      
        
      
      
  .qDfkA {
    gap:0.75rem;
  display:flex;
  padding:1rem 1.5rem;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  background-color:#f9fafb;
  border-top-color:#e5e7eb;
  border-top-width:1px;
  }
      

      
        
      
      
  .nbZrX {
    gap:0.25rem;
  top:1rem;
  left:1rem;
  color:#ffffff;
  display:flex;
  padding:0.375rem 0.75rem;
  position:absolute;
  font-size:0.875rem;
  box-shadow:0 2px 4px rgba(0, 0, 0, 0.1);
  align-items:center;
  font-weight:700;
  border-style:solid;
  border-width:0px;
  border-radius:0.5rem;
  flex-direction:row;
  background-color:#ef4444;
  }
      

      
        
      
      
  .zFfvq {
    display:block;
  font-size:1.5rem;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .BjUtu {
    color:#4b5563;
  margin:0px;
  display:-webkit-box;
  overflow:hidden;
  font-size:0.875rem;
  line-height:1.5;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  }
      

      
        
      
      
  .dCeHEe {
    cursor:pointer;
  display:flex;
  overflow:hidden;
  box-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  transition:all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border-color:#e5e7eb;
  border-style:solid;
  border-width:1px;
  border-radius:1rem;
  flex-direction:column;
  background-color:#ffffff;
  }
      

      
  .dCeHEe:hover {
    transform:translateY(-4px);
  box-shadow:0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  border-color:#ef4444;
  }
      

        
      
      
  .csJIcQ {
    height:200px;
  display:block;
  overflow:hidden;
  position:relative;
  flex-shrink:0;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  background-color:#f3f4f6;
  }
      

      
          @media (min-width: 768px) {
            
  .csJIcQ {
    width:280px;
  height:100%;
  min-height:240px;
  }
      

          }
          
        
      
      
  .kbgJ {
    gap:1rem;
  display:flex;
  padding:1.25rem;
  border-style:solid;
  border-width:0px;
  flex-direction:column;
  }
      

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

      
        
      
      
  .bXRtkJ {
    gap:0.75rem;
  display:flex;
  transition:color 0.2s;
  align-items:center;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

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

        
      
      
  .gvYjJ {
    display:block;
  max-width:100%;
  font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
          @media (min-width: 768px) {
            
  .gvYjJ {
    max-width:720px;
  }
      

          }
          
        
      
      
  .cAOAzg {
    color:#374151;
  cursor:pointer;
  display:flex;
  padding:0.75rem 1rem;
  font-size:0.875rem;
  transition:background-color 0.2s;
  align-items:center;
  font-weight:600;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  justify-content:space-between;
  background-color:#f9fafb;
  }
      

      
  .cAOAzg:hover {
    background-color:#f3f4f6;
  }
      

        
      
      
  .drQkDp {
    color:#ffffff;
  cursor:pointer;
  display:flex;
  padding:0.5rem 1rem;
  font-size:0.875rem;
  transition:all 0.2s;
  font-weight:600;
  white-space:nowrap;
  border-style:solid;
  border-width:0px;
  border-radius:0.375rem;
  flex-direction:row;
  background-color:#dc2626;
  }
      

      
  .drQkDp:hover {
    transform:scale(1.02);
  background-color:#b91c1c;
  }
      

        
      
      
  .cUKlMh {
    top:50%;
  left:50%;
  width:72px;
  height:72px;
  display:flex;
  position:absolute;
  transform:translate(-50%, -50%);
  transition:all 0.3s ease;
  align-items:center;
  border-style:solid;
  border-width:0px;
  border-radius:50%;
  flex-direction:row;
  backdrop-filter:blur(4px);
  justify-content:center;
  background-color:rgba(0, 0, 0, 0.8);
  }
      

      
  .cUKlMh:hover {
    transform:translate(-50%, -50%) scale(1.1);
  background-color:#ef4444;
  }
      

        
      
      
  .ebWdMc {
    color:#4b5563;
  margin:0px;
  display:block;
  font-size:0.875rem;
  line-height:1.6;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .eKCnEE {
    gap:0.5rem;
  margin:0px;
  display:flex;
  padding:1rem;
  list-style:none;
  border-style:solid;
  border-width:0px;
  flex-direction:column;
  }
      

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

      
        
      
      
  .bJQnzT {
    color:#111827;
  margin:0px;
  display:-webkit-box;
  overflow:hidden;
  font-size:1.125rem;
  transition:color 0.2s;
  font-weight:700;
  line-height:1.4;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  }
      

      
  .bJQnzT:hover {
    color:#dc2626;
  }
      

        
      
      
  .bcrCrG {
    color:#111827;
  margin:0px;
  display:block;
  font-size:1.25rem;
  font-weight:700;
  line-height:1.4;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .bIBvcB {
    color:#111827;
  margin:0px;
  display:block;
  font-size:1.25rem;
  font-weight:700;
  line-height:1.3;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .dTIPmM {
    color:#6b7280;
  display:block;
  font-size:0.875rem;
  font-weight:500;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .cXjRFY {
    gap:0.375rem;
  color:#15803d;
  display:inline-flex;
  padding:0.375rem 0.75rem;
  font-size:0.875rem;
  align-self:flex-start;
  align-items:center;
  font-weight:600;
  border-style:solid;
  border-width:0px;
  border-radius:0.5rem;
  flex-direction:row;
  background-color:#dcfce7;
  }
      

      
        
      
      
  .cmnYyB {
    display:block;
  margin-left:4px;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .fdMrxP {
    margin:0 0 1rem 0;
  display:block;
  z-index:1;
  position:relative;
  font-size:2rem;
  font-weight:700;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .eNSJsn {
    color:#111827;
  display:block;
  font-size:1rem;
  font-weight:600;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .cIiqlG {
    color:#9ca3af;
  display:block;
  font-size:1.125rem;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  text-decoration:line-through;
  }
      

      
        
      
      
  .bzbZEz {
    gap:0.5rem;
  flex:1;
  color:#ffffff;
  display:flex;
  padding:0.625rem 1rem;
  font-size:0.875rem;
  transition:all 0.2s;
  align-items:center;
  font-weight:600;
  border-color:#3b82f6;
  border-style:solid;
  border-width:1px;
  border-radius:0.5rem;
  flex-direction:row;
  justify-content:center;
  text-decoration:none;
  background-color:#3b82f6;
  }
      

      
  .bzbZEz:hover {
    transform:translateY(-1px);
  border-color:#2563eb;
  background-color:#2563eb;
  }
      

        
      
      
  .brdPdr {
    color:#111827;
  display:block;
  font-size:1.125rem;
  font-weight:600;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .dRJKTO {
    gap:0.75rem;
  display:flex;
  padding-top:0.75rem;
  border-style:solid;
  border-width:0px;
  flex-direction:column;
  border-top-color:#e5e7eb;
  border-top-width:1px;
  }
      

      
          @media (min-width: 768px) {
            
  .dRJKTO {
    align-items:center;
  flex-direction:row;
  justify-content:space-between;
  }
      

          }
          
        
      
      
  .EtIPV {
    display:flex;
  align-items:center;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
        
      
      
  .cjVmno {
    display:block;
  z-index:1;
  position:relative;
  font-size:4rem;
  border-style:solid;
  border-width:0px;
  margin-bottom:1rem;
  flex-direction:row;
  }
      

      
        
      
      
  .clXcQO {
    color:#111827;
  display:block;
  font-size:0.875rem;
  font-weight:600;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .flbGAt {
    color:#111827;
  margin:0px;
  display:block;
  font-size:1.25rem;
  transition:color 0.2s;
  font-weight:700;
  line-height:1.3;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

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


          @media (min-width: 768px) {
            
  .flbGAt {
    font-size:1.5rem;
  line-height:1.35;
  }
      

          }
          
        
      
      
  .frqUeA {
    gap:0.5rem;
  display:flex;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .bRWfyR {
    display:block;
  max-width:450px;
  font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .dJNdwF {
    gap:0.75rem;
  display:flex;
  padding:1.5rem;
  border-style:solid;
  border-width:0px;
  flex-direction:column;
  background-color:#f9fafb;
  border-top-color:#e5e7eb;
  border-top-width:1px;
  }
      

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

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

        
      
      
  
      

      
        
      
      
  .bjXJBn {
    display:flex;
  padding:1.5rem;
  border-style:solid;
  border-width:0px;
  border-radius:0.5rem;
  flex-direction:column;
  background-color:#ffffff;
  }
      

      
        
      
      
  .dLlPLl {
    color:#475569;
  width:100%;
  display:block;
  row-gap:3px;
  flex-wrap:wrap;
  font-size:1rem;
  column-gap:3px;
  margin-top:0px;
  line-height:1.75;
  white-space:pre-wrap;
  border-style:solid;
  border-width:0px;
  margin-bottom:1rem;
  flex-direction:row;
  }
      

      
        
      
      
  .cuUHQm {
    border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .eVCgXt {
    font-style:italic;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .bzGqYr {
    opacity:0.6;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  text-decoration:line-through;
  }
      

      
        
      
      
  .cMlHUs {
    color:#991b1b;
  padding:0.125rem 0.375rem;
  font-size:0.875em;
  font-family:ui-monospace, monospace;
  border-style:solid;
  border-width:0px;
  border-radius:0.25rem;
  flex-direction:row;
  background-color:#f3f4f6;
  }
      

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

      
        
      
      
  .fDweu {
    font-weight:var(--font-weight-black);
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .fnJTpo {
    display:[object Object];
  padding:1rem 1.25rem;
  margin-top:1.5rem;
  border-color:[object Object];
  border-style:solid;
  border-width:0px;
  border-radius:0.375rem;
  margin-bottom:1.5rem;
  flex-direction:column;
  background-color:[object Object];
  border-left-width:4px;
  }
      

      
  .fnJTpo.warning {
    background:var(--yellow-50);
  }
      


  .fnJTpo.info {
    background:var(--blue-50);
  }
      


  .fnJTpo.success {
    background:var(--green-50);
  }
      


  .fnJTpo.error {
    background:var(--red-50);
  }
      

        
      
      
  .dvIgCv {
    display:[object Object];
  margin-top:1rem;
  border-style:solid;
  border-width:0px;
  padding-left:1.5rem;
  margin-bottom:1rem;
  flex-direction:column;
  list-style-type:disc;
  }
      

      
        
      
      
  .bTuBwZ {
    color:#2563eb;
  display:inline;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  text-decoration:underline;
  text-underline-offset:2px;
  }
      

      
  .bTuBwZ:hover {
    color:#1d4ed8;
  }
      

        
      
      
  .enQDNg {
    color:#2563eb;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  text-decoration:underline;
  text-underline-offset:2px;
  }
      

      
  .enQDNg:hover {
    color:#1d4ed8;
  }
      

        
      
      
  .eOEcyp {
    color:#475569;
  display:flex;
  line-height:1.75;
  border-style:solid;
  border-width:0px;
  margin-bottom:0.5rem;
  flex-direction:row;
  }
      

      
        
      
      
  .fcrlCo {
    color:[object Object];
  display:block;
  font-size:var(--font-size-lg);
  font-weight:600;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  
      

      
        
      
      
  .epwTnS {
    color:#0f172a;
  display:[object Object];
  font-size:1.875rem;
  margin-top:0px;
  font-weight:600;
  line-height:1.3;
  border-style:solid;
  border-width:0px;
  margin-bottom:1.25rem;
  flex-direction:row;
  }
      

      
        
      
      
  
      

      
        
      
      
  .ehEOJP {
    color:var(--callout-text-color, #0c4a6e);
  display:block;
  font-size:var(--text-size, 0.9375rem);
  font-family:var(--font-family, system-ui, -apple-system, sans-serif);
  line-height:var(--line-height, 1.6);
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .bmthIy {
    display:flex;
  padding:var(--spacing-padding, 1rem 1.25rem);
  --text-size:attr(data-font-size='small') ? 0.875rem : attr(data-font-size='large') ? 1rem : 0.9375rem;
  --callout-bg:attr(data-theme='dark') ? #0c4a6e : #f0f9ff;
  --title-size:attr(data-font-size='small') ? 0.9375rem : attr(data-font-size='large') ? 1.125rem : 1rem;
  border-color:var(--callout-border, #0ea5e9);
  border-style:solid;
  border-width:0px;
  --brand-color:attr(data-brand-color);
  --font-family:attr(data-font-family='serif') ? 'Georgia, serif' : attr(data-font-family='mono') ? 'ui-monospace, monospace' : 'system-ui, -apple-system, sans-serif';
  border-radius:var(--radius, 0.375rem);
  flex-direction:column;
  --callout-border:attr(data-variant='info') ? var(--brand-color, #0ea5e9) : attr(data-variant='success') ? #10b981 : attr(data-variant='warning') ? #f59e0b : #0ea5e9;
  background-color:var(--callout-bg, #f0f9ff);
  --spacing-padding:attr(data-spacing='compact') ? 0.75rem 1rem : attr(data-spacing='relaxed') ? 1.25rem 1.5rem : 1rem 1.25rem;
  border-left-width:4px;
  --callout-text-color:attr(data-theme='dark') ? #bae6fd : #0c4a6e;
  --callout-title-color:attr(data-theme='dark') ? #7dd3fc : #0369a1;
  }
      

      
        
      
      
  .bPcPds {
    color:var(--callout-title-color, #0369a1);
  display:block;
  font-size:var(--title-size, 1rem);
  font-family:var(--font-family, system-ui, -apple-system, sans-serif);
  font-weight:600;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  
      

      
        
      
      
  .dxhCqT {
    color:var(--text-secondary, #64748b);
  display:block;
  font-size:var(--caption-size, 0.875rem);
  margin-top:0.75rem;
  text-align:center;
  font-family:var(--font-family, system-ui, -apple-system, sans-serif);
  line-height:1.5;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .IQUFT {
    width:100%;
  height:auto;
  display:block;
  object-fit:cover;
  border-style:solid;
  border-width:0px;
  border-radius:var(--image-radius, 0.5rem);
  flex-direction:row;
  }
      

      
        
      
      
  .dnJNIN {
    margin:var(--spacing-margin, 2rem 0);
  display:flex;
  padding:var(--spacing-padding, 1rem);
  --bg-primary:attr(data-theme='dark') ? #1e293b : transparent;
  aspect-ratio:attr(data-aspect='16:9') ? 16/9 : attr(data-aspect='4:3') ? 4/3 : attr(data-aspect='1:1') ? 1 : auto;
  border-style:solid;
  border-width:0px;
  --font-family:attr(data-font-family='serif') ? 'Georgia, serif' : attr(data-font-family='mono') ? 'ui-monospace, monospace' : 'system-ui, -apple-system, sans-serif';
  border-radius:var(--container-radius, 0.5rem);
  --caption-size:attr(data-font-size='small') ? 0.75rem : attr(data-font-size='large') ? 0.9375rem : 0.875rem;
  --image-radius:attr(data-style='square') ? 0 : attr(data-style='rounded') ? 0.5rem : attr(data-style='circle') ? 9999px : 0.5rem;
  flex-direction:column;
  --spacing-margin:attr(data-spacing='compact') ? 1rem 0 : attr(data-spacing='relaxed') ? 3rem 0 : 2rem 0;
  --text-secondary:attr(data-theme='dark') ? #94a3b8 : #64748b;
  background-color:var(--bg-primary, transparent);
  --spacing-padding:attr(data-spacing='compact') ? 0.5rem : attr(data-spacing='relaxed') ? 1.5rem : 1rem;
  --container-radius:attr(data-style='square') ? 0 : 0.5rem;
  }
      

      
        
      
      
  
      

      
        
      
      
  .bcKtwo {
    color:var(--text-primary, #0f172a);
  display:block;
  font-size:var(--title-size, 1.125rem);
  margin-top:1rem;
  font-family:var(--font-family, system-ui, -apple-system, sans-serif);
  font-weight:600;
  border-style:solid;
  border-width:0px;
  margin-bottom:0.5rem;
  flex-direction:row;
  }
      

      
        
      
      
  .drhYiA {
    color:var(--text-secondary, #64748b);
  display:block;
  font-size:var(--text-size, 0.9375rem);
  font-family:var(--font-family, system-ui, -apple-system, sans-serif);
  line-height:1.5;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .bDtVPT {
    width:100%;
  display:block;
  overflow:hidden;
  position:relative;
  border-style:solid;
  border-width:0px;
  border-radius:var(--video-radius, 0.5rem);
  flex-direction:row;
  padding-bottom:var(--aspect-ratio-padding, 56.25%);
  background-color:var(--video-bg, #0f172a);
  }
      

      
        
      
      
  .dyhtZx {
    color:var(--text-tertiary, #94a3b8);
  display:inline-block;
  font-size:var(--meta-size, 0.875rem);
  margin-top:0.5rem;
  font-family:var(--font-family, system-ui, -apple-system, sans-serif);
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .cGilto {
    top:0px;
  left:0px;
  width:100%;
  height:100%;
  display:block;
  position:absolute;
  border-style:solid;
  border-width:0px;
  border-radius:var(--video-radius, 0.5rem);
  flex-direction:row;
  }
      

      
        
      
      
  .yRdAg {
    margin:var(--spacing-margin, 2rem 0);
  display:flex;
  padding:var(--spacing-padding, 1.5rem);
  --video-bg:attr(data-theme='dark') ? #0f172a : #1e293b;
  box-shadow:var(--shadow, 0 1px 3px rgba(0, 0, 0, 0.05));
  --meta-size:attr(data-font-size='small') ? 0.75rem : attr(data-font-size='large') ? 0.9375rem : 0.875rem;
  --text-size:attr(data-font-size='small') ? 0.875rem : attr(data-font-size='large') ? 1rem : 0.9375rem;
  --bg-primary:attr(data-theme='dark') ? #1e293b : #ffffff;
  --title-size:attr(data-font-size='small') ? 1rem : attr(data-font-size='large') ? 1.25rem : 1.125rem;
  border-style:solid;
  border-width:0px;
  --font-family:attr(data-font-family='serif') ? 'Georgia, serif' : attr(data-font-family='mono') ? 'ui-monospace, monospace' : 'system-ui, -apple-system, sans-serif';
  border-radius:var(--container-radius, 0.5rem);
  --text-primary:attr(data-theme='dark') ? #f1f5f9 : #0f172a;
  --video-radius:attr(data-style='square') ? 0 : attr(data-style='rounded') ? 0.5rem : 0.5rem;
  flex-direction:column;
  --text-tertiary:attr(data-theme='dark') ? #64748b : #94a3b8;
  --spacing-margin:attr(data-spacing='compact') ? 1rem 0 : attr(data-spacing='relaxed') ? 3rem 0 : 2rem 0;
  --text-secondary:attr(data-theme='dark') ? #cbd5e1 : #475569;
  background-color:var(--bg-primary, #ffffff);
  --spacing-padding:attr(data-spacing='compact') ? 1rem : attr(data-spacing='relaxed') ? 2rem : 1.5rem;
  --container-radius:attr(data-style='square') ? 0 : 0.5rem;
  --aspect-ratio-padding:attr(data-aspect='16:9') ? 56.25% : attr(data-aspect='4:3') ? 75% : attr(data-aspect='1:1') ? 100% : 56.25%;
  }
      

      
        
      
      
  
      

      
        
      
      
  .doHssf {
    color:var(--text-primary, #1e293b);
  display:block;
  font-size:var(--question-size, 1.125rem);
  font-family:var(--font-family, system-ui, -apple-system, sans-serif);
  font-weight:500;
  border-style:solid;
  border-width:0px;
  margin-bottom:0.5rem;
  flex-direction:row;
  }
      

      
        
      
      
  .iiqZr {
    color:var(--text-secondary, #475569);
  display:block;
  font-size:var(--text-size, 1rem);
  font-family:var(--font-family, system-ui, -apple-system, sans-serif);
  line-height:var(--line-height, 1.75);
  border-style:solid;
  border-width:0px;
  margin-bottom:1.5rem;
  flex-direction:row;
  }
      

      
        
      
      
  .GTHAh {
    display:flex;
  border-color:var(--border-color, #e2e8f0);
  border-style:solid;
  border-width:0px;
  margin-bottom:1.5rem;
  flex-direction:column;
  padding-bottom:1.5rem;
  border-bottom-width:1px;
  }
      

      
        
      
      
  .flPRxN {
    color:var(--text-primary, #0f172a);
  display:block;
  font-size:var(--heading-size, 1.875rem);
  font-family:var(--font-family, system-ui, -apple-system, sans-serif);
  font-weight:var(--heading-weight, 600);
  line-height:1.3;
  border-style:solid;
  border-width:0px;
  margin-bottom:1.5rem;
  flex-direction:row;
  }
      

      
        
      
      
  .clkuhC {
    display:flex;
  padding:var(--spacing-padding, 1.5rem);
  box-shadow:var(--shadow, 0 1px 3px rgba(0, 0, 0, 0.05));
  --text-size:attr(data-font-size='small') ? 0.875rem : attr(data-font-size='large') ? 1.125rem : 1rem;
  --bg-primary:attr(data-theme='dark') ? #1e293b : #ffffff;
  border-style:solid;
  border-width:0px;
  --font-family:attr(data-font-family='serif') ? 'Georgia, serif' : attr(data-font-family='mono') ? 'ui-monospace, monospace' : 'system-ui, -apple-system, sans-serif';
  border-radius:var(--radius, 0.5rem);
  --border-color:attr(data-theme='dark') ? #334155 : #e2e8f0;
  --heading-size:attr(data-font-size='small') ? 1.5rem : attr(data-font-size='large') ? 2.25rem : 1.875rem;
  --text-primary:attr(data-theme='dark') ? #f1f5f9 : #0f172a;
  flex-direction:column;
  --question-size:attr(data-font-size='small') ? 1rem : attr(data-font-size='large') ? 1.25rem : 1.125rem;
  --text-secondary:attr(data-theme='dark') ? #cbd5e1 : #475569;
  background-color:var(--bg-primary, #ffffff);
  --spacing-padding:attr(data-spacing='compact') ? 1rem : attr(data-spacing='relaxed') ? 2rem : 1.5rem;
  }
      

      
        
      
      
  .fCPdNn {
    color:var(--text-secondary, #475569);
  display:block;
  font-size:var(--text-size, 1rem);
  font-family:var(--font-family, system-ui, -apple-system, sans-serif);
  line-height:var(--line-height, 1.75);
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  
      

      
        
      
      
  .dAOVEs {
    gap:1rem;
  display:flex;
  align-items:flex-start;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .eaqCfj {
    color:var(--brand-color, #3b82f6);
  width:2rem;
  height:2rem;
  display:flex;
  font-size:0.875rem;
  align-items:center;
  flex-shrink:0;
  font-weight:600;
  border-color:var(--brand-color, #3b82f6);
  border-style:solid;
  border-width:2px;
  border-radius:9999px;
  flex-direction:row;
  justify-content:center;
  background-color:var(--circle-bg, #ffffff);
  }
      

      
        
      
      
  .xacDw {
    color:var(--text-secondary, #475569);
  display:block;
  font-size:var(--text-size, 0.9375rem);
  font-family:var(--font-family, system-ui, -apple-system, sans-serif);
  line-height:var(--line-height, 1.6);
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .bqoWzl {
    gap:var(--step-gap, 1.5rem);
  margin:0px;
  display:flex;
  padding:0px;
  list-style:none;
  border-style:solid;
  border-width:0px;
  flex-direction:column;
  }
      

      
        
      
      
  .fDqrOA {
    display:flex;
  padding:var(--spacing-padding, 1.5rem);
  --step-gap:attr(data-spacing='compact') ? 1rem : attr(data-spacing='relaxed') ? 2rem : 1.5rem;
  box-shadow:var(--shadow, 0 1px 3px rgba(0, 0, 0, 0.05));
  --circle-bg:attr(data-theme='dark') ? #1e293b : #ffffff;
  --text-size:attr(data-font-size='small') ? 0.875rem : attr(data-font-size='large') ? 1rem : 0.9375rem;
  --bg-primary:attr(data-theme='dark') ? #1e293b : #ffffff;
  border-style:solid;
  border-width:0px;
  --brand-color:attr(data-brand-color);
  --font-family:attr(data-font-family='serif') ? 'Georgia, serif' : attr(data-font-family='mono') ? 'ui-monospace, monospace' : 'system-ui, -apple-system, sans-serif';
  border-radius:var(--radius, 0.5rem);
  --heading-size:attr(data-font-size='small') ? 1.5rem : attr(data-font-size='large') ? 2.25rem : 1.875rem;
  --text-primary:attr(data-theme='dark') ? #f1f5f9 : #0f172a;
  flex-direction:column;
  --text-secondary:attr(data-theme='dark') ? #cbd5e1 : #475569;
  background-color:var(--bg-primary, #ffffff);
  --spacing-padding:attr(data-spacing='compact') ? 1rem : attr(data-spacing='relaxed') ? 2rem : 1.5rem;
  --step-title-size:attr(data-font-size='small') ? 1rem : attr(data-font-size='large') ? 1.25rem : 1.125rem;
  }
      

      
        
      
      
  .bjHbyD {
    color:var(--text-primary, #1e293b);
  display:block;
  font-size:var(--step-title-size, 1.125rem);
  font-family:var(--font-family, system-ui, -apple-system, sans-serif);
  font-weight:600;
  border-style:solid;
  border-width:0px;
  margin-bottom:0.25rem;
  flex-direction:row;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .GGaHY {
    display:block;
  background:linear-gradient(180deg, #fafbfc 0%, #ffffff 100%);
  min-height:100vh;
  padding-top:4rem;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  padding-bottom:4rem;
  }
      

      
          @media (min-width: 768px) {
            
  .GGaHY {
    padding-top:6rem;
  padding-bottom:6rem;
  }
      

          }
          
        
      
      
  .dzZsTl {
    color:#ffffff;
  cursor:pointer;
  display:inline-block;
  padding:0.875rem 2rem;
  font-size:1rem;
  box-shadow:0 4px 6px rgba(59, 130, 246, 0.2);
  transition:all 0.2s ease;
  font-weight:500;
  border-style:solid;
  border-width:0px;
  border-radius:0.5rem;
  flex-direction:row;
  background-color:#3b82f6;
  }
      

      
  .dzZsTl:hover {
    transform:translateY(-2px);
  box-shadow:0 8px 12px rgba(59, 130, 246, 0.3);
  background-color:#2563eb;
  }
      

        
      
      
  .eVDlr {
    color:#475569;
  display:block;
  font-size:0.875rem;
  font-weight:500;
  border-style:solid;
  border-width:0px;
  margin-bottom:0.5rem;
  flex-direction:row;
  letter-spacing:0.05em;
  text-transform:uppercase;
  }
      

      
        
      
      
  .cMuACS {
    color:#64748b;
  display:block;
  font-size:1.125rem;
  max-width:42rem;
  text-align:center;
  font-weight:400;
  line-height:1.6;
  margin-left:auto;
  border-style:solid;
  border-width:0px;
  margin-right:auto;
  margin-bottom:3rem;
  flex-direction:row;
  }
      

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

          }
          
        
      
      
  .eFkmIk {
    display:flex;
  border-style:solid;
  border-width:0px;
  margin-bottom:2rem;
  flex-direction:row;
  justify-content:center;
  }
      

      
        
      
      
  .cZWkjQ {
    color:#0f172a;
  display:block;
  font-size:2.75rem;
  text-align:center;
  font-weight:600;
  line-height:1.1;
  border-style:solid;
  border-width:0px;
  margin-bottom:0.75rem;
  flex-direction:row;
  letter-spacing:-0.02em;
  }
      

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

          }
          

          @media (min-width: 1024px) {
            
  .cZWkjQ {
    font-size:4rem;
  }
      

          }
          
        
      
      
  .ehRVHf {
    gap:2rem;
  display:flex;
  flex-wrap:wrap;
  border-style:solid;
  border-width:0px;
  margin-bottom:3rem;
  flex-direction:row;
  justify-content:center;
  }
      

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

      
        
      