

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

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

      
        
      
      
  .bhYEBt {
    display:block;
  padding:1rem;
  background:linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
  text-align:center;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

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

      
        
      
      
  .cgHTdD {
    color:#1f2937;
  display:block;
  font-weight:600;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

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

      
        
      
      
  .dFlKMQ {
    display:inline-block;
  padding:0.25rem 0.75rem;
  font-size:0.875rem;
  border-color:rgba(255, 255, 255, 0.3);
  border-style:solid;
  border-width:1px;
  border-radius:9999px;
  flex-direction:row;
  background-color:rgba(255, 255, 255, 0.1);
  }
      

      
        
      
      
  .efhRKC {
    color:#ffffff;
  display:flex;
  padding:2rem;
  overflow:hidden;
  position:relative;
  background:linear-gradient(135deg, #1e1b4b 0%, #312e81 100%);
  border-style:solid;
  border-width:0px;
  border-radius:0.75rem;
  flex-direction:column;
  }
      

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

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

      
        
      
      
  .eiUZPO {
    gap:1rem;
  margin:1rem 0;
  display:flex;
  padding:1rem;
  align-items:center;
  border-color:#ddd6fe;
  border-style:solid;
  border-width:1px;
  border-radius:0.5rem;
  flex-direction:row;
  background-color:#ffffff;
  }
      

      
        
      
      
  .csYYvg {
    gap:0.5rem;
  color:#4b5563;
  display:flex;
  align-items:center;
  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);
  }
      

        
      
      
  .ebQZtG {
    width:80px;
  height:80px;
  display:flex;
  font-size:2rem;
  background:linear-gradient(135deg, #e0e7ff 0%, #c7d2fe 100%);
  align-items:center;
  border-style:solid;
  border-width:0px;
  border-radius:0.375rem;
  flex-direction:row;
  justify-content:center;
  }
      

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

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

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

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

      
        
      
      
  .fnPOMO {
    display:flex;
  padding:2rem;
  overflow:hidden;
  position:relative;
  background:linear-gradient(135deg, #eff6ff 0%, #f0f9ff 100%);
  border-color:#3b82f6;
  border-style:dashed;
  border-width:2px;
  border-radius:0.75rem;
  flex-direction:column;
  }
      

      
  .fnPOMO:hover {
    transform:translateY(-2px);
  box-shadow:0 10px 25px rgba(59, 130, 246, 0.15);
  border-color:#2563eb;
  }
      

        
      
      
  .bzJIvz {
    color:#ffffff;
  display:block;
  padding:0.75rem;
  background:linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
  text-align:center;
  font-weight:600;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  text-decoration:none;
  }
      

      
  .bzJIvz:hover {
    background:linear-gradient(135deg, #d97706 0%, #b45309 100%);
  }
      

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

      
        
      
      
  .fekyOO {
    gap:0.25rem;
  flex:1;
  display:flex;
  border-style:solid;
  border-width:0px;
  flex-direction:column;
  }
      

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

      
        
      
      
  .biMpWJ {
    color:#1e40af;
  margin:0 0 0.5rem 0;
  display:block;
  font-size:1.5rem;
  text-align:center;
  font-weight:700;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

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

      
        
      
      
  .eOCMGv {
    display:flex;
  font-size:3rem;
  border-style:solid;
  border-width:0px;
  margin-bottom:1rem;
  flex-direction:row;
  justify-content:center;
  }
      

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

      
        
      
      
  .bQxLAM {
    color:#ffffff;
  display:block;
  padding:0.75rem 2rem;
  background:linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
  box-sizing:border-box;
  text-align:center;
  font-weight:600;
  border-style:solid;
  border-width:0px;
  border-radius:0.5rem;
  flex-direction:row;
  text-decoration:none;
  }
      

      
  .bQxLAM:hover {
    transform:translateY(-2px);
  box-shadow:0 4px 12px rgba(59, 130, 246, 0.3);
  }
      

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

      
        
      
      
  .cxONqC {
    color:#ffffff;
  display:block;
  font-size:2rem;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .ekBXSo {
    right:10px;
  bottom:10px;
  display:block;
  padding:0.25rem 0.5rem;
  position:absolute;
  font-size:0.875rem;
  border-style:solid;
  border-width:0px;
  border-radius:0.25rem;
  flex-direction:row;
  background-color:rgba(0, 0, 0, 0.7);
  }
      

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

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

      
        
      
      
  .BMVJO {
    height:200px;
  display:flex;
  position:relative;
  align-items:center;
  border-style:solid;
  border-width:0px;
  border-radius:0.5rem;
  margin-bottom:1.5rem;
  flex-direction:row;
  justify-content:center;
  background-color:#000000;
  }
      

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

      
        
      
      
  .JnUNI {
    display:flex;
  overflow:hidden;
  background:linear-gradient(to bottom, #ffffff 0%, #f9fafb 100%);
  box-shadow:0 1px 3px rgba(0, 0, 0, 0.1);
  border-color:#e5e7eb;
  border-style:solid;
  border-width:1px;
  border-radius:0.75rem;
  flex-direction:column;
  }
      

      
  .JnUNI:hover {
    box-shadow:0 10px 25px rgba(0, 0, 0, 0.1);
  }
      

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

      
        
      
      
  .dNPIcT {
    width:60px;
  height:60px;
  display:flex;
  font-size:1.5rem;
  align-items:center;
  border-color:#ffffff;
  border-style:solid;
  border-width:2px;
  border-radius:50%;
  flex-direction:row;
  backdrop-filter:blur(10px);
  justify-content:center;
  background-color:rgba(255, 255, 255, 0.1);
  }
      

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

      
        
      
      
  .ewwzsX {
    color:#312e81;
  display:block;
  padding:0.75rem 2rem;
  box-sizing:border-box;
  text-align:center;
  font-weight:700;
  border-style:solid;
  border-width:0px;
  border-radius:0.5rem;
  flex-direction:row;
  text-decoration:none;
  background-color:#ffffff;
  }
      

      
  .ewwzsX:hover {
    transform:scale(1.02);
  box-shadow:0 4px 12px rgba(255, 255, 255, 0.2);
  }
      

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

      
        
      
      
  
      

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

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

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

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

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

      
        
      
      
  
      

      
        
      
      
  
      

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

      
        
      
      
  .bJFlCU {
    color:#1e293b;
  width:100%;
  resize:vertical;
  display:block;
  padding:1rem;
  font-size:0.875rem;
  min-height:300px;
  transition:all 0.2s ease;
  font-family:ui-monospace, monospace;
  line-height:1.5;
  border-color:#e2e8f0;
  border-style:solid;
  border-width:1px;
  border-radius:0.5rem;
  flex-direction:row;
  background-color:#ffffff;
  }
      

      
  .bJFlCU:focus {
    box-shadow:0 0 0 3px rgba(59, 130, 246, 0.1);
  border-color:#3b82f6;
  }
      

        
      
      
  .bZORhz {
    max-height:100%;
  overflow-y:auto;
  }
      

      
        
      
      
  .eooFSC {
    top:0px;
  width:fit-content;
  position:sticky;
  }
      

      
        
      
      
  
      

      
        
      
      
  .dLnBJA {
    cursor:pointer;
  padding:0.5rem;
  }
      

      
  .dLnBJA:hover {
    background-color:#ffffff26;
  }
      

        
      
      
  .bpleIn {
    top:100%;
  z-index:1;
  position:absolute;
  margin-top:0.25rem;
  border-color:#D4D4D4;
  border-style:solid;
  border-width:1px;
  background-color:#ffffffff;
  }
      

      
        
      
      
  .cAQppO {
    gap:0.5rem;
  cursor:pointer;
  padding:0.5rem;
  font-size:0.875rem;
  align-items:center;
  flex-direction:row;
  justify-content:start;
  background-color:#FFF;
  }
      

      
        
      
      
  
      

      
        
      
      
  .ffbLhs {
    flex:1;
  }
      

      
        
      
      
  .eyVPLS {
    font-size:inherit;
  font-family:inherit;
  font-weight:inherit;
  }
      

      
        
      
      
  .cnNkNx {
    top:0.2rem;
  right:1rem;
  z-index:2;
  position:absolute;
  }
      

      
        
      
      
  .HomePage\:7OmybpTvGcUOSNyC3m4WO {
    height:400px;
  }
      

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

      
        
      
      
  .deCjxK {
    width:100%;
  height:100%;
  align-items:center;
  justify-content:start;
  }
      

      
        
      
      
  .fbyqSy {
    width:100%;
  display:block;
  align-items:center;
  justify-content:start;
  }
      

      
        
      
      
  .HomePage\:YD8jwzcVplVXn6rvm1xAF {
    height:300px;
  }
      

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

      
        
      
      
  .dMNQYk {
    flex-direction:row;
  display:block;
  border-style:solid;
  border-width:0px;
  background-color:#ffffff;
  }
      

      
        
      
      
  .dwfTMi {
    flex-direction:row;
  display:block;
  border-style:solid;
  border-width:0px;
  font-size:3rem;
  font-weight:800;
  color:#000000;
  text-align:center;
  margin-bottom:1.5rem;
  line-height:1.1;
  letter-spacing:-0.02em;
  }
      

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

          }
          
        
      
      
  .faEDRy {
    flex-direction:row;
  display:block;
  border-style:solid;
  border-width:0px;
  font-size:1.25rem;
  color:#6b7280;
  text-align:center;
  margin-bottom:2rem;
  max-width:42rem;
  margin-left:auto;
  margin-right:auto;
  line-height:1.6;
  }
      

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

          }
          
        
      
      
  .eUyqDI {
    flex-direction:row;
  display:inline-block;
  border-style:solid;
  border-width:0px;
  font-size:1.25rem;
  margin-right:0.5rem;
  }
      

      
        
      
      
  .BlCcx {
    flex-direction:row;
  display:flex;
  border-style:solid;
  border-width:0px;
  align-items:center;
  font-size:1rem;
  color:#4b5563;
  }
      

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

      
        
      
      
  .fscuMX {
    flex-direction:column;
  display:flex;
  border-style:solid;
  border-width:0px;
  align-items:center;
  padding-top:3rem;
  padding-bottom:3rem;
  row-gap:1rem;
  column-gap:1rem;
  }
      

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

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

      
        
      
      
  .cDpLkv {
    flex-direction:row;
  display:block;
  border-style:solid;
  border-width:1px;
  background-color:#f9fafb;
  padding:0.75rem 1rem;
  border-radius:0.375rem;
  font-family:monospace;
  font-size:0.875rem;
  border-color:#e5e7eb;
  cursor:pointer;
  transition:all 0.2s;
  }
      

      
  .cDpLkv:hover {
    background-color:#f3f4f6;
  transform:translateX(4px);
  }
      

        
      
      
  .bfOSuR {
    flex-direction:column;
  display:flex;
  border-style:solid;
  border-width:0px;
  gap:1rem;
  max-width:48rem;
  margin-left:auto;
  margin-right:auto;
  }
      

      
          @media (min-width: 640px) {
            
  .bfOSuR {
    display:grid;
  grid-template-columns:1fr 1fr;
  }
      

          }
          
        
      
      
  .cogUNG {
    flex-direction:column;
  display:flex;
  border-style:solid;
  border-width:0px;
  padding-top:3rem;
  padding-bottom:3rem;
  background-color:#ffffff;
  }
      

      
        
      
      
  .edpfxz {
    flex-direction:row;
  display:block;
  border-style:solid;
  border-width:0px;
  font-size:2.25rem;
  font-weight:700;
  color:#000000;
  text-align:center;
  margin-bottom:1rem;
  line-height:1.2;
  }
      

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

          }
          
        
      
      
  .eAaPuY {
    flex-direction:row;
  display:block;
  border-style:solid;
  border-width:0px;
  font-size:1.125rem;
  color:#6b7280;
  text-align:center;
  margin-bottom:3rem;
  max-width:48rem;
  margin-left:auto;
  margin-right:auto;
  line-height:1.6;
  }
      

      
        
      
      
  .pJDkB {
    flex-direction:row;
  display:block;
  border-style:solid;
  border-width:0px;
  font-family:monospace;
  font-size:1.125rem;
  font-weight:600;
  color:#000000;
  margin-bottom:0.5rem;
  }
      

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

      
        
      
      
  .eRtdYs {
    flex-direction:column;
  display:flex;
  border-style:solid;
  border-width:1px;
  background-color:#ffffff;
  border-radius:0.5rem;
  padding:1.5rem;
  border-color:#e5e7eb;
  transition:all 0.2s;
  }
      

      
  .eRtdYs:hover {
    border-color:#3b82f6;
  box-shadow:0 4px 6px -1px rgba(59, 130, 246, 0.1);
  }
      

        
      
      
  .fyOHht {
    flex-direction:column;
  display:flex;
  border-style:solid;
  border-width:0px;
  gap:1.5rem;
  max-width:56rem;
  margin-left:auto;
  margin-right:auto;
  }
      

      
          @media (min-width: 640px) {
            
  .fyOHht {
    display:grid;
  grid-template-columns:1fr 1fr;
  }
      

          }
          
        
      
      
  .eTKXOO {
    flex-direction:row;
  display:block;
  border-style:solid;
  border-width:0px;
  text-align:center;
  color:#6b7280;
  font-size:0.875rem;
  margin-top:2rem;
  font-style:italic;
  }
      

      
        
      
      
  .elGXmT {
    flex-direction:column;
  display:flex;
  border-style:solid;
  border-width:0px;
  padding-top:5rem;
  padding-bottom:5rem;
  background-color:#fafafa;
  }
      

      
        
      
      
  .cXdaEj {
    flex-direction:row;
  display:block;
  border-style:solid;
  border-width:0px;
  font-size:2.25rem;
  font-weight:700;
  color:#000000;
  text-align:center;
  margin-bottom:3rem;
  }
      

      
        
      
      
  .dsRxEM {
    flex-direction:row;
  display:flex;
  border-style:solid;
  border-width:0px;
  width:3rem;
  height:3rem;
  background-color:#fef3c7;
  border-radius:0.75rem;
  align-items:center;
  justify-content:center;
  font-size:1.5rem;
  margin-bottom:1rem;
  }
      

      
        
      
      
  .ajISC {
    flex-direction:row;
  display:block;
  border-style:solid;
  border-width:0px;
  font-size:1.25rem;
  font-weight:600;
  color:#000000;
  margin-bottom:0.75rem;
  }
      

      
        
      
      
  .dolLqJ {
    flex-direction:row;
  display:block;
  border-style:solid;
  border-width:0px;
  font-size:1rem;
  color:#6b7280;
  line-height:1.6;
  }
      

      
        
      
      
  .eMctdF {
    flex-direction:column;
  display:flex;
  border-style:solid;
  border-width:0px;
  text-align:left;
  }
      

      
        
      
      
  .bnTWLD {
    flex-direction:row;
  display:flex;
  border-style:solid;
  border-width:0px;
  width:3rem;
  height:3rem;
  background-color:#eff6ff;
  border-radius:0.75rem;
  align-items:center;
  justify-content:center;
  font-size:1.5rem;
  margin-bottom:1rem;
  }
      

      
        
      
      
  .bRCMKA {
    flex-direction:row;
  display:flex;
  border-style:solid;
  border-width:0px;
  width:3rem;
  height:3rem;
  background-color:#f0fdf4;
  border-radius:0.75rem;
  align-items:center;
  justify-content:center;
  font-size:1.5rem;
  margin-bottom:1rem;
  }
      

      
        
      
      
  .cKmosr {
    flex-direction:column;
  display:flex;
  border-style:solid;
  border-width:0px;
  text-align:left;
  align-items:flex-start;
  justify-content:flex-start;
  }
      

      
        
      
      
  .ejupdU {
    flex-direction:column;
  display:flex;
  border-style:solid;
  border-width:0px;
  gap:3rem;
  max-width:64rem;
  margin-left:auto;
  margin-right:auto;
  }
      

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

          }
          
        
      
      
  .cjbhMS {
    flex-direction:column;
  display:flex;
  border-style:solid;
  border-width:0px;
  padding-top:5rem;
  padding-bottom:5rem;
  background-color:#ffffff;
  }
      

      
        
      
      
  .dSKndg {
    flex-direction:column;
  display:flex;
  border-style:solid;
  border-width:0px;
  max-width:80rem;
  margin-left:auto;
  margin-right:auto;
  padding-left:1.5rem;
  padding-right:1.5rem;
  }
      

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

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

      
        
      
      
  .eqcnKP {
    flex:1;
  display:flex;
  border-style:solid;
  border-width:0px;
  flex-direction:column;
  row-gap:1rem;
  column-gap:1rem;
  }
      

      
        
      
      
  
      

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

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

          }
          
        
      
      
  .dOQulI {
    color:#374151;
  display:block;
  font-size:0.875rem;
  font-weight:600;
  border-style:solid;
  border-width:0px;
  margin-bottom:0.5rem;
  flex-direction:row;
  }
      

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

      
        
      
      
  .cHEwpq {
    gap:0.5rem;
  color:#374151;
  border:1px solid #e5e7eb;
  cursor:pointer;
  display:flex;
  padding:0.75rem 1rem;
  font-size:0.875rem;
  transition:all 0.2s ease;
  align-items:center;
  font-weight:500;
  border-style:solid;
  border-width:1px;
  border-radius:0.5rem;
  flex-direction:row;
  justify-content:center;
  background-color:#f9fafb;
  flex:0;
  }
      

      
  .cHEwpq.current {
    color:#ffffff;
  transform:translateY(-2px);
  box-shadow:0 4px 6px -1px rgba(59, 130, 246, 0.25);
  border-color:#3b82f6;
  background-color:#3b82f6;
  }
      


  .cHEwpq:hover {
    color:#3b82f6;
  background:white;
  border-color:#3b82f6;
  border-style:solid;
  border-width:1px;
  }
      

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

      
  .bpMVjX.current {
    color:#ffffff;
  transform:translateY(-2px);
  box-shadow:0 4px 6px -1px rgba(59, 130, 246, 0.25);
  border-color:#3b82f6;
  background-color:#3b82f6;
  }
      


  .bpMVjX:hover {
    color:#3b82f6;
  background:white;
  border-color:#3b82f6;
  border-style:solid;
  border-width:1px;
  }
      

        
      
      
  .eKodNU {
    gap:0.75rem;
  display:grid;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  grid-template-columns:repeat(2, 1fr);
  }
      

      
          @media (min-width: 640px) {
            
  .eKodNU {
    grid-template-columns:repeat(4, 1fr);
  }
      

          }
          
        
      
      
  .cAnnuN {
    display:flex;
  border-style:solid;
  border-width:0px;
  flex-direction:column;
  max-width:900px;
  width:100%;
  }
      

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

      
        
      
      
  .MCxAz {
    flex-direction:row;
  display:block;
  border-style:solid;
  border-width:0px;
  font-size:1.5rem;
  font-weight:800;
  color:#000000;
  text-decoration:none;
  letter-spacing:-0.02em;
  }
      

      
        
      
      
  .WrVX {
    flex-direction:row;
  display:block;
  border-style:solid;
  border-width:0px;
  color:#6b7280;
  text-decoration:none;
  font-size:1rem;
  font-weight:500;
  transition:color 0.2s ease;
  padding:0.5rem 0;
  }
      

      
  .WrVX:hover {
    color:#000000;
  }
      


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

          }
          
        
      
      
  .fCEYLT {
    flex-direction:column;
  display:none;
  border-style:solid;
  border-width:0px;
  gap:0.5rem;
  position:absolute;
  top:100%;
  left:0px;
  right:0px;
  background-color:#ffffff;
  padding:1rem 1.5rem;
  border-top:1px solid #e5e7eb;
  box-shadow:0 4px 6px -1px rgba(0, 0, 0, 0.1);
  }
      

      
          @media (min-width: 768px) {
            
  .fCEYLT {
    display:flex;
  flex-direction:row;
  position:static;
  padding:0px;
  border-top:none;
  box-shadow:none;
  gap:2rem;
  }
      

          }
          
        
      
      
  .cPXNub {
    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.375rem;
  font-weight:600;
  font-size:0.875rem;
  transition:all 0.2s ease;
  text-decoration:none;
  white-space:nowrap;
  }
      

      
  .cPXNub:hover {
    background-color:#1a1a1a;
  transform:translateY(-1px);
  box-shadow:0 4px 6px rgba(0, 0, 0, 0.1);
  }
      


          @media (max-width: 767px) {
            
  .cPXNub {
    display:none;
  }
      

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

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

          }
          
        
      
      
  .fDgoet {
    flex-direction:row;
  display:block;
  border-style:solid;
  border-width:0px;
  width:24px;
  height:2px;
  background-color:#000000;
  transition:all 0.3s ease;
  transform-origin:center;
  }
      

      
        
      
      
  .dmrvQD {
    flex-direction:row;
  display:block;
  border-style:solid;
  border-width:0px;
  width:24px;
  height:2px;
  background-color:#000000;
  transition:all 0.3s ease;
  }
      

      
        
      
      
  .cBSVSh {
    flex-direction:column;
  display:flex;
  border-style:solid;
  border-width:0px;
  background-color:transparent;
  padding:0.5rem;
  gap:4px;
  cursor:pointer;
  align-items:center;
  justify-content:center;
  }
      

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

          }
          
        
      
      
  .epRmIO {
    flex-direction:row;
  display:flex;
  border-style:solid;
  border-width:0px;
  align-items:center;
  justify-content:space-between;
  max-width:80rem;
  margin-left:auto;
  margin-right:auto;
  padding-left:1.5rem;
  padding-right:1.5rem;
  }
      

      
          @media (min-width: 768px) {
            
  .epRmIO {
    padding-left:2rem;
  padding-right:2rem;
  max-width:1200px;
  width:100%;
  }
      

          }
          
        
      
      
  .ciUkQh {
    flex-direction:row;
  display:block;
  border-style:solid;
  border-width:0px;
  background-color:#000000;
  color:#ffffff;
  padding:0.75rem 1.5rem;
  border-radius:0.375rem;
  font-weight:600;
  font-size:1rem;
  text-align:center;
  text-decoration:none;
  margin-top:1rem;
  }
      

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

          }
          
        
      
      
  .fCptR {
    flex-direction:column;
  display:none;
  border-style:solid;
  border-width:0px;
  position:absolute;
  top:100%;
  left:0px;
  right:0px;
  background-color:#ffffff;
  padding:1.5rem;
  box-shadow:0 4px 6px -1px rgba(0, 0, 0, 0.1);
  border-top:1px solid #e5e7eb;
  }
      

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

          }
          
        
      
      
  .cWsjAP {
    flex-direction:row;
  display:flex;
  border-style:solid;
  border-width:0px;
  position:fixed;
  top:0px;
  left:0px;
  right:0px;
  background-color:#ffffff;
  border-bottom:1px solid #e5e7eb;
  z-index:50;
  height:4rem;
  align-items:center;
  }
      

      
        
      
      
  .fvSVno {
    flex-direction:row;
  display:block;
  border-style:solid;
  border-width:0px;
  height:4rem;
  }
      

      
        
      