
  

  
  

  
  
  
  
    


@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;
--floxx-white: #ffffff;
--floxx-orange: #FFC885;
--floxx-dark: #1F1F1F;
--goforma-blue: #015BF7;
--goforma-red: #FF8B9A;
--goforma-green: #A4F5D3;
--goforma-yellow: #fff0e3;
--goforma-light-blue: #EEF5FF;
----gf-slate: #152D4F;
----gf-slate-mid: #1E3D6B;
----gf-slate-90: #1C3A62;
----gf-teal: #00B5A3;
----gf-teal-dark: #009B8D;
----gf-teal-muted: #E6F9F7;
----gf-amber-vivid: #FFAA00;
----gf-amber-deep: #FFAA00;
----gf-amber-muted: #FFF6E0;
--Unnamed-1000: #FFF6E0;
----gf-bg: #F5F2EC;
----gf-white: #FFFFFF;
----gf-light: #F5F7FA;
----gf-border: #E2E6EC;
----gf-border-warm: #DDD8CC;
----gf-ink: #1A1A1A;
----gf-mid: #6B7280;
----gf-muted: #9CA3AF;
----gf-indigo: #6366F1;
----gf-indigo-bg: #EEF0FF;
----gf-rose: #E8552D;
----gf-rose-bg: #FFF0EC;
----gf-violet: #8B5CF6;
----gf-violet-bg: #F3EEFF;
----gf-sky: #0EA5E9;
----gf-sky-bg: #E8F6FE;
----gf-teal-hover-border: #B3E8E2;
----gf-indigo-hover-border: #C7C9F9;
----gf-amber-hover-border: #F0D496;
----gf-rose-hover-border: #F5B8A6;
----gf-violet-hover-border: #CDBCFB;
----gf-sky-hover-border: #A1D8F5;
    /* Fonts */
    --font-sans: 'Inter',sans-serif;
--font-outfit: 'Outfit',sans-serif;
--font-DM Sans: 'DM Sans',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;
----gf-font-display-xl: 52px;
----gf-font-display-lg: 44px;
----gf-font-display-md: 34px;
----gf-font-heading-lg: 28px;
----gf-font-heading-md: 24px;
----gf-font-heading-sm: 20px;
----gf-font-body-lg: 16px;
----gf-font-body: 14px;
----gf-font-body-sm: 13px;
----gf-font-ui: 13px;
----gf-font-ui-sm: 12px;
----gf-font-caption: 11px;
----gf-font-overline: 9px;
    /* 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 */
    ----gf-space-xs: 4px;
----gf-space-sm: 8px;
----gf-space-md: 12px;
----gf-space-lg: 16px;
----gf-space-xl: 20px;
----gf-space-2xl: 28px;
----gf-space-3xl: 48px;
----gf-space-4xl: 64px;
    /* 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;
    }
  }
}


    .efSmlP {
      width:100%;
      height:100vh;
      display:flex;
      background:white;
      align-items:center;
      justify-content:flex-start;
    }

    .dByIHd {
      color:var(--gf-muted);
      display:block;
      padding:12px 4px 6px;
      font-size:9px;
      font-weight:700;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
      letter-spacing:0.12em;
      text-transform:uppercase;
    }

    .efygcK {
      gap:8px;
      color:var(--gf-teal);
      display:flex;
      padding:7px 8px;
      font-size:12px;
      align-items:center;
      font-weight:500;
      border-style:solid;
      border-width:0px;
      border-radius:6px;
      flex-direction:row;
      text-decoration:none;
    }

    .efygcK:hover {
      background:var(--gf-teal-muted);
    }

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

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

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

    .eHBzMJ:hover {
      color:#d62451;
    }

    .eSgBoD {
      gap:12px;
      display:flex;
      padding:10px 12px;
      align-items:flex-start;
      border-style:solid;
      border-width:0px;
      border-radius:8px;
      flex-direction:row;
      text-decoration:none;
    }

    .eSgBoD:hover {
      background:var(--gf-light);
    }

    .egCIVr {
      width:18px;
      height:18px;
      display:inline-flex;
      flex-shrink:0;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
    }

    .cZLcAS {
      color:var(--gf-rose);
      width:32px;
      height:32px;
      display:flex;
      background:var(--gf-rose-bg);
      align-items:center;
      flex-shrink:0;
      border-style:solid;
      border-width:0px;
      border-radius:12px;
      flex-direction:row;
      justify-content:center;
    }

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

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

    .jgALA {
      gap:10px;
      color:var(--gf-mid);
      display:flex;
      padding:10px 8px;
      font-size:14px;
      min-height:44px;
      align-items:center;
      font-weight:500;
      border-style:solid;
      border-width:0px;
      border-radius:8px;
      flex-direction:row;
      text-decoration:none;
    }

    .bTrsjs {
      display:flex;
      padding:0 16px 0 0;
      border-right:1px solid var(--gf-light);
      border-style:solid;
      border-width:0px;
      flex-direction:column;
    }

    .fAbvVv {
      color:white;
      width:44px;
      height:44px;
      display:flex;
      background:var(--gf-teal);
      align-items:center;
      flex-shrink:0;
      border-style:solid;
      border-width:0px;
      border-radius:12px;
      flex-direction:row;
      justify-content:center;
    }

    .kerCu {
      color:var(--gf-violet);
      width:36px;
      height:36px;
      display:flex;
      background:var(--gf-violet-bg);
      align-items:center;
      flex-shrink:0;
      border-style:solid;
      border-width:0px;
      border-radius:12px;
      flex-direction:row;
      justify-content:center;
    }

    .WWkFE {
      width:38px;
      cursor:pointer;
      height:38px;
      display:flex;
      align-items:center;
      border-style:solid;
      border-width:0px;
      border-radius:8px;
      flex-direction:row;
      justify-content:center;
    }

    .fjHaiw {
      gap:12px;
      display:flex;
      padding:10px 12px;
      align-items:center;
      border-style:solid;
      border-width:0px;
      border-radius:8px;
      flex-direction:row;
      text-decoration:none;
    }

    .fjHaiw:hover {
      background:var(--gf-light);
    }

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

    .cqghTw {
      gap:8px;
      color:var(--gf-mid);
      display:flex;
      padding:7px 8px;
      font-size:12px;
      align-items:center;
      font-weight:500;
      border-style:solid;
      border-width:0px;
      border-radius:6px;
      flex-direction:row;
      text-decoration:none;
    }

    .cqghTw:hover {
      background:var(--gf-light);
    }

    .eNGNOw {
      gap:6px;
      flex:1;
      color:var(--gf-mid);
      border:1.5px solid var(--gf-border);
      display:flex;
      padding:10px;
      font-size:12px;
      min-height:44px;
      align-items:center;
      font-weight:600;
      border-style:solid;
      border-width:0px;
      border-radius:8px;
      flex-direction:row;
      justify-content:center;
      text-decoration:none;
    }

    .bQMjsm {
      gap:2rem;
      width:100%;
      margin:0 auto;
      display:grid;
      padding:3rem 1.5rem;
      max-width:1280px;
      border-style:solid;
      border-width:0px;
      flex-direction:column;
      grid-template-columns:1fr;
    }

    @media (min-width: 640px) {

    .bQMjsm {
      grid-template-columns:repeat(2, 1fr);
    }
    }

    @media (min-width: 1024px) {

    .bQMjsm {
      padding:3rem 2rem;
      grid-template-columns:repeat(4, 1fr);
    }
    }

    .bCKhvG {
      color:var(--gf-violet);
      width:32px;
      height:32px;
      display:flex;
      background:var(--gf-violet-bg);
      align-items:center;
      flex-shrink:0;
      border-style:solid;
      border-width:0px;
      border-radius:12px;
      flex-direction:row;
      justify-content:center;
    }

    .bRSAgI {
      color:inherit;
      display:inline;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
      text-decoration:none;
    }

    .bRSAgI:hover {
      color:#d62451;
    }

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

    .cPjwNo {
      color:var(--gf-muted);
      width:18px;
      height:18px;
      display:flex;
      align-items:center;
      flex-shrink:0;
      border-style:solid;
      border-width:0px;
      border-radius:0px;
      flex-direction:row;
      justify-content:center;
    }

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

    .dgSgrJ {
      gap:8px;
      display:flex;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
    }

    .JWFoD {
      width:2rem;
      height:2rem;
      display:inline-flex;
      opacity:0.6;
      transition:opacity 0.2s ease;
      align-items:center;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
      justify-content:center;
    }

    .JWFoD:hover {
      opacity:1;
    }

    .YRKUN {
      top:calc(100% + 6px);
      right:-8px;
      border:1px solid var(--gf-border);
      display:none;
      padding:8px;
      z-index:100;
      position:absolute;
      min-width:240px;
      background:var(--gf-white);
      box-shadow:var(--gf-shadow-elevated);
      border-style:solid;
      border-width:0px;
      border-radius:14px;
      flex-direction:column;
    }

    .bzDoiu {
      color:var(--gf-rose);
      width:36px;
      height:36px;
      display:flex;
      background:var(--gf-rose-bg);
      align-items:center;
      flex-shrink:0;
      border-style:solid;
      border-width:0px;
      border-radius:12px;
      flex-direction:row;
      justify-content:center;
    }

    .evTzuf {
      color:var(--gf-amber-deep);
      width:32px;
      height:32px;
      display:flex;
      background:var(--gf-amber-muted);
      align-items:center;
      flex-shrink:0;
      border-style:solid;
      border-width:0px;
      border-radius:12px;
      flex-direction:row;
      justify-content:center;
    }

    .cpInsu {
      width:16px;
      height:16px;
      display:flex;
      align-items:center;
      flex-shrink:0;
      border-style:solid;
      border-width:0px;
      border-radius:0px;
      flex-direction:row;
      justify-content:center;
    }

    .cCxvpX {
      display:block;
      border-style:solid;
      border-width:0px;
      border-bottom:1px solid var(--gf-light);
      flex-direction:row;
    }

    .dfRJX {
      width:14px;
      height:14px;
      display:inline-flex;
      flex-shrink:0;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
    }

    .eoiEKn {
      gap:6px;
      color:var(--gf-white);
      display:inline-flex;
      padding:10px 18px;
      font-size:12px;
      align-self:flex-start;
      background:var(--gf-teal);
      align-items:center;
      font-weight:700;
      border-style:solid;
      border-width:0px;
      border-radius:8px;
      flex-direction:row;
      text-decoration:none;
    }

    .eoiEKn:hover {
      background:var(--gf-teal-dark);
    }

    .dwJVJG {
      color:var(--gf-indigo);
      width:36px;
      height:36px;
      display:flex;
      background:var(--gf-indigo-bg);
      align-items:center;
      flex-shrink:0;
      border-style:solid;
      border-width:0px;
      border-radius:12px;
      flex-direction:row;
      justify-content:center;
    }

    .eFytEK {
      gap:6px;
      color:var(--gf-mid);
      display:flex;
      font-size:12px;
      align-items:center;
      font-weight:500;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
      text-decoration:none;
    }

    .eFytEK:hover {
      color:var(--gf-teal);
    }

    .fDTdzy {
      color:#1a1a1a;
      margin:0 0 0.25rem 0;
      display:block;
      font-size:0.9375rem;
      font-weight:700;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
    }

    .cEjtJo {
      top:64px;
      inset:0;
      display:none;
      z-index:900;
      position:fixed;
      background:rgba(21, 45, 79, 0.35);
      border-style:solid;
      border-width:0px;
      flex-direction:row;
    }

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

    .buxRw {
      top:64px;
      left:50%;
      width:680px;
      border:1px solid var(--gf-border);
      display:flex;
      z-index:950;
      position:absolute;
      transform:translateX(-50%);
      background:var(--gf-white);
      box-shadow:var(--gf-shadow-elevated);
      border-style:solid;
      border-width:0px;
      border-radius:14px;
      flex-direction:row;
    }

    .ubZPn {
      gap:0.25rem;
      color:#6b7280;
      display:inline-flex;
      font-size:0.75rem;
      transition:color 0.2s ease;
      align-items:center;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
      text-decoration:none;
    }

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

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

    .djTQTN {
      color:#d1d5db;
      display:flex;
      font-size:0.75rem;
      user-select:none;
      border-style:solid;
      border-width:0px;
      padding-left:0.25rem;
      padding-right:0.25rem;
      flex-direction:row;
    }

    .AlSwc {
      color:var(--gf-muted);
      display:block;
      font-size:9px;
      font-weight:700;
      border-style:solid;
      border-width:0px;
      padding-left:12px;
      margin-bottom:16px;
      flex-direction:row;
      letter-spacing:0.12em;
      text-transform:uppercase;
    }

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

    .dSUURD {
      width:40px;
      cursor:pointer;
      height:40px;
      display:none;
      align-items:center;
      border-style:solid;
      border-width:0px;
      border-radius:8px;
      flex-direction:row;
      justify-content:center;
    }

    @media (max-width: 1024px) {

    .dSUURD {
      display:flex;
    }
    }

    .eFsOWd {
      gap:0.375rem;
      color:#374151;
      margin:0px;
      display:flex;
      flex-wrap:wrap;
      font-size:0.875rem;
      align-items:center;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
    }

    .IKncO {
      color:var(--gf-muted);
      display:block;
      padding:12px 12px 6px;
      font-size:9px;
      font-weight:700;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
      letter-spacing:0.12em;
      text-transform:uppercase;
    }

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

    .cDjEMt {
      color:var(--gf-slate);
      width:100%;
      cursor:pointer;
      display:flex;
      padding:16px 4px;
      font-size:15px;
      background:none;
      align-items:center;
      font-weight:600;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
      justify-content:space-between;
    }

    .dOVYzM {
      width:6px;
      height:6px;
      display:block;
      background:var(--gf-teal);
      flex-shrink:0;
      border-style:solid;
      border-width:0px;
      border-radius:50%;
      flex-direction:row;
    }

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

    .SIgLk {
      width:28px;
      height:28px;
      display:flex;
      background:var(--gf-teal);
      align-items:center;
      border-style:solid;
      border-width:0px;
      border-radius:7px;
      flex-direction:row;
      justify-content:center;
    }

    .QlTxy {
      flex:1;
      color:var(--gf-ink);
      display:block;
      outline:none;
      font-size:15px;
      background:none;
      font-family:'DM Sans', sans-serif;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
    }

    .evkqO {
      width:48px;
      height:48px;
      display:block;
      object-fit:cover;
      flex-shrink:0;
      border-color:#e5e7eb;
      border-style:solid;
      border-width:2px;
      border-radius:50%;
      flex-direction:row;
    }

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

    .dFwPzt {
      gap:4px;
      cursor:pointer;
      height:36px;
      display:flex;
      padding:6px 14px;
      align-items:center;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
    }

    .fbeIjY {
      color:var(--gf-muted);
      width:20px;
      height:20px;
      display:flex;
      align-items:center;
      flex-shrink:0;
      border-style:solid;
      border-width:0px;
      border-radius:0px;
      flex-direction:row;
      justify-content:center;
    }

    .eAjvmI {
      gap:10px;
      color:var(--gf-teal);
      display:flex;
      padding:10px 8px;
      font-size:14px;
      min-height:44px;
      align-items:center;
      font-weight:500;
      border-style:solid;
      border-width:0px;
      border-radius:8px;
      flex-direction:row;
      text-decoration:none;
    }

    .dmZOLF {
      display:flex;
      padding:12px 0;
      align-items:center;
      border-style:solid;
      border-width:0px;
      border-bottom:1px solid var(--gf-light);
      margin-bottom:4px;
      flex-direction:row;
      justify-content:space-between;
    }

    .edZOzi {
      width:6px;
      height:6px;
      display:block;
      background:var(--gf-indigo);
      flex-shrink:0;
      border-style:solid;
      border-width:0px;
      border-radius:50%;
      flex-direction:row;
    }

    .ePpLCS {
      color:var(--gf-indigo);
      width:32px;
      height:32px;
      display:flex;
      background:var(--gf-indigo-bg);
      align-items:center;
      flex-shrink:0;
      border-style:solid;
      border-width:0px;
      border-radius:12px;
      flex-direction:row;
      justify-content:center;
    }

    .eqVPwj {
      display:inline-block;
      opacity:0.7;
      transition:opacity 0.2s ease;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
    }

    .eqVPwj:hover {
      opacity:1;
    }

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

    .eEaqSm {
      gap:1.25rem;
      display:flex;
      flex-shrink:0;
      border-style:solid;
      border-width:0px;
      flex-direction:column;
    }

    @media (min-width: 1024px) {

    .eEaqSm {
      max-width:240px;
    }
    }

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

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

    .bFXVZF {
      height:36px;
      display:none;
      padding:0 14px;
      align-items:center;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
    }

    @media (max-width: 1024px) {

    .bFXVZF {
      display:inline-flex;
    }
    }

    .ejNnHe {
      color:#6b7280;
      display:inline;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
    }

    .cHjMdL {
      width:100%;
      margin:0 1.5rem;
      display:block;
      max-width:1280px;
      align-self:center;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
      border-top-color:#e5e7eb;
      border-top-width:1px;
    }

    @media (min-width: 1024px) {

    .cHjMdL {
      margin:0 2rem;
    }
    }

    .cblJRD {
      gap:6px;
      height:38px;
      display:inline-flex;
      padding:0 18px;
      align-items:center;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
    }

    @media (max-width: 1024px) {

    .cblJRD {
      display:none;
    }
    }

    .pJSuF {
      width:36px;
      height:36px;
      display:flex;
      align-items:center;
      flex-shrink:0;
      border-style:solid;
      border-width:0px;
      border-radius:12px;
      flex-direction:row;
      justify-content:center;
    }

    .eNaeqB {
      gap:6px;
      flex:0.8;
      height:48px;
      display:inline-flex;
      font-size:14px;
      align-items:center;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
      justify-content:center;
    }

    .dhXCwl {
      display:block;
      border-top:1px solid var(--gf-light);
      margin-top:20px;
      padding-top:16px;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
    }

    .bPLBBa {
      color:#111827;
      margin:0px;
      display:block;
      font-size:2rem;
      font-family:"DM Sans";
      font-weight:900;
      line-height:1.15;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
      letter-spacing:-0.025em;
    }

    @media (min-width: 768px) {

    .bPLBBa {
      font-size:2.75rem;
    }
    }

    .dRkDmI {
      width:1px;
      height:24px;
      margin:0 6px;
      display:block;
      background:var(--gf-border);
      border-style:solid;
      border-width:0px;
      flex-direction:row;
    }

    @media (max-width: 1024px) {

    .dRkDmI {
      display:none;
    }
    }

    .eWUYKA {
      color:#22c55e;
      display:inline-block;
      font-size:0.875rem;
      font-weight:500;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
      text-decoration:none;
    }

    .eWUYKA:hover {
      text-decoration:underline;
    }

    .zLLZS {
      width:100%;
      height:auto;
      display:block;
      object-fit:cover;
      aspect-ratio:16/9;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
    }

    .eknmxN {
      display:block;
      padding:8px;
      max-height:400px;
      overflow-y:auto;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
    }

    .eHIgOI {
      width:3px;
      height:3px;
      display:inline-block;
      border-style:solid;
      border-width:0px;
      border-radius:50%;
      flex-direction:row;
      background-color:#d1d5db;
    }

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

    .bGsUew {
      gap:0px;
      display:grid;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
      grid-template-columns:1fr 1fr 1fr;
    }

    .eLqUWX {
      gap:1.5rem;
      display:flex;
      flex-wrap:wrap;
      align-items:center;
      padding-top:0.875rem;
      border-color:#e5e7eb;
      border-style:solid;
      border-width:1px 0;
      flex-direction:row;
      padding-bottom:0.875rem;
    }

    .cyENlY {
      top:64px;
      inset:0;
      display:none;
      z-index:900;
      position:fixed;
      background:var(--gf-white);
      overflow-y:auto;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
      -webkit-overflow-scrolling:touch;
    }

    .ckMpDe {
      display:none;
      border-style:solid;
      border-width:0px;
      flex-direction:column;
      padding-bottom:12px;
    }

    .rARMk {
      color:var(--gf-slate);
      display:block;
      font-size:20px;
      font-family:'DM Serif Display', serif;
      font-weight:400;
      line-height:1.2;
      border-style:solid;
      border-width:0px;
      margin-bottom:8px;
      flex-direction:row;
    }

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

    .cGzZnq {
      color:var(--gf-teal);
      width:36px;
      height:36px;
      display:flex;
      background:var(--gf-teal-muted);
      align-items:center;
      flex-shrink:0;
      border-style:solid;
      border-width:0px;
      border-radius:12px;
      flex-direction:row;
      justify-content:center;
    }

    .bDCJSA {
      display:flex;
      padding:0 16px;
      border-right:1px solid var(--gf-light);
      border-style:solid;
      border-width:0px;
      flex-direction:column;
    }

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

    .euByGa {
      color:var(--gf-slate);
      display:flex;
      padding:16px 4px;
      font-size:15px;
      align-items:center;
      font-weight:600;
      border-style:solid;
      border-width:0px;
      border-bottom:1px solid var(--gf-light);
      flex-direction:row;
      justify-content:space-between;
      text-decoration:none;
    }

    .pjUiA {
      width:6px;
      height:6px;
      display:block;
      background:var(--gf-amber-deep);
      flex-shrink:0;
      border-style:solid;
      border-width:0px;
      border-radius:50%;
      flex-direction:row;
    }

    .enKcQI {
      color:#374151;
      display:inline;
      font-weight:600;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
    }

    .dRiKZR {
      margin:0px;
      display:block;
      overflow:hidden;
      border-style:solid;
      border-width:0px;
      border-radius:0.75rem;
      flex-direction:row;
    }

    @media (min-width: 768px) {

    .dRiKZR {
      border-radius:1rem;
    }
    }

    .dUKCuy {
      color:#1d4ed8;
      display:inline-flex;
      padding:0.125rem 0.5rem;
      font-size:0.6875rem;
      font-weight:700;
      border-color:#dbeafe;
      border-style:solid;
      border-width:1px;
      border-radius:9999px;
      flex-direction:row;
      letter-spacing:0.05em;
      text-transform:uppercase;
      background-color:#eff6ff;
    }

    .dvwnRa {
      gap:6px;
      flex:1;
      height:48px;
      display:inline-flex;
      font-size:14px;
      align-items:center;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
      justify-content:center;
    }

    .cbuIDl {
      inset:0;
      display:none;
      z-index:2000;
      position:fixed;
      background:rgba(21,45,79,0.5);
      align-items:flex-start;
      padding-top:100px;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
      backdrop-filter:blur(4px);
      justify-content:center;
    }

    .egHNFO {
      color:var(--gf-teal);
      width:32px;
      height:32px;
      display:flex;
      background:var(--gf-teal-muted);
      align-items:center;
      flex-shrink:0;
      border-style:solid;
      border-width:0px;
      border-radius:12px;
      flex-direction:row;
      justify-content:center;
    }

    .bFkwcN {
      color:var(--gf-muted);
      display:inline;
      font-size:11px;
      font-weight:500;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
    }

    .cJVMtN {
      left:0px;
      right:0px;
      bottom:0px;
      display:none;
      padding:12px 20px;
      z-index:950;
      position:fixed;
      background:var(--gf-white);
      border-top:1px solid var(--gf-border);
      border-style:solid;
      border-width:0px;
      flex-direction:column;
    }

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

    @media (min-width: 768px) {

    .emPMFY {
      font-size:1.75rem;
    }
    }

    .dKLwvp {
      gap:12px;
      display:flex;
      padding:16px 20px;
      align-items:center;
      border-style:solid;
      border-width:0px;
      border-bottom:1px solid var(--gf-border);
      flex-direction:row;
    }

    .chFFGv {
      gap:0.75rem;
      display:flex;
      max-width:480px;
      text-align:center;
      border-style:solid;
      border-width:0px;
      flex-direction:column;
    }

    @media (min-width: 768px) {

    .chFFGv {
      text-align:left;
    }
    }

    .dfMnEp {
      color:#4b5563;
      margin:0px;
      display:block;
      font-size:1.125rem;
      max-width:680px;
      font-family:"DM Sans";
      line-height:1.7;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
    }

    @media (min-width: 768px) {

    .dfMnEp {
      font-size:1.1875rem;
    }
    }

    .dmOwgS {
      display:flex;
      padding:16px 20px 140px;
      border-style:solid;
      border-width:0px;
      flex-direction:column;
    }

    .eaLhlO {
      gap:0px;
      display:grid;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
      grid-template-columns:1fr 1fr 1fr 280px;
    }

    .AoZcM {
      display:block;
      background:white;
      font-family:inherit;
      border-style:solid;
      border-width:0px;
    }

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

    .cMAkio {
      gap:0.5rem;
      display:flex;
      margin-top:1.75rem;
      align-items:center;
      margin-left:0px;
      border-style:solid;
      border-width:0px;
      margin-right:0px;
      margin-bottom:1.75rem;
      flex-direction:column;
    }

    .coCImE {
      color:var(--blue-700);
      display:inline;
      font-size:inherit;
      font-family:inherit;
      font-weight:bold;
    }

    .fzKcnG {
      display:inline;
      font-family:inherit;
      font-weight:400;
    }

    .eQiPAi {
      display:inline;
      font-family:inherit;
    }

    .cboIuF {
      gap:0.4rem;
      color:#374151;
      margin-top:0px;
      font-family:inherit;
      line-height:1.8;
      border-style:solid;
      border-width:0px;
      padding-left:1.5rem;
      margin-bottom:1.15rem;
      flex-direction:column;
      list-style-type:decimal;
    }

    .eTncQL {
      display:inline;
      font-family:inherit;
      font-weight:bold;
    }

    .dYPXWv {
      display:list-item;
      font-family:inherit;
      border-style:solid;
      border-width:0px;
      padding-left:0.25rem;
      flex-direction:row;
      list-style-type:disc;
    }

    .cMrEOK {
      color:#1a1a2e;
      display:block;
      font-size:1.1875rem;
      margin-top:1.5rem;
      font-family:inherit;
      font-weight:600;
      line-height:1.4;
      border-style:solid;
      border-width:0px;
      margin-bottom:0.5rem;
      flex-direction:row;
    }

    .ekguKd {
      display:list-item;
      font-family:inherit;
      border-style:solid;
      border-width:0px;
      padding-left:0.25rem;
      flex-direction:row;
      list-style-type:decimal;
    }

    .dUGUAh {
      color:#1a1a2e;
      display:block;
      font-size:1.375rem;
      margin-top:1.75rem;
      font-family:inherit;
      font-weight:700;
      line-height:1.35;
      border-style:solid;
      border-width:0px;
      margin-bottom:0.6rem;
      flex-direction:row;
      letter-spacing:-0.01em;
    }

    @media (min-width: 768px) {

    .dUGUAh {
      font-size:1.5rem;
    }
    }

    .ccXbHz {
      width:100%;
      height:auto;
      display:block;
      object-fit:cover;
      border-style:solid;
      border-width:0px;
      border-radius:0.5rem;
      flex-direction:row;
    }

    .blhLSL {
      display:inline;
      font-family:inherit;
      font-weight:300;
    }

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

    .flXbBT {
      gap:0.4rem;
      color:#374151;
      margin-top:0px;
      font-family:inherit;
      line-height:1.8;
      border-style:solid;
      border-width:0px;
      padding-left:1.5rem;
      margin-bottom:1.15rem;
      flex-direction:column;
      list-style-type:disc;
    }

    .bdlIBT {
      color:#1a1a2e;
      display:block;
      font-size:1.75rem;
      margin-top:2rem;
      font-family:inherit;
      font-weight:700;
      line-height:1.3;
      border-style:solid;
      border-width:0px;
      margin-bottom:0.75rem;
      flex-direction:row;
      letter-spacing:-0.02em;
    }

    @media (min-width: 768px) {

    .bdlIBT {
      font-size:2rem;
    }
    }

    .IrJeT {
      color:#4b5563;
      display:block;
      font-style:italic;
      margin-top:1.5rem;
      font-family:inherit;
      line-height:1.8;
      margin-left:0px;
      padding-top:1rem;
      border-style:solid;
      border-width:0px;
      margin-right:0px;
      padding-left:1.5rem;
      border-radius:0 0.5rem 0.5rem 0;
      margin-bottom:1.5rem;
      padding-right:1.5rem;
      flex-direction:row;
      padding-bottom:1rem;
      background-color:#f8fafc;
      border-left-color:#3b82f6;
      border-left-style:solid;
      border-left-width:4px;
    }

    .article\:UVKRBqPBJCVdNEUS3hpBQ {
      font-family:"DM Sans";
      padding-top:0.5rem;
      padding-bottom:0.5rem;
    }

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

    .fdBHeN {
      gap:6px;
      height:38px;
      display:inline-flex;
      padding:0 16px;
      align-items:center;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
    }

    @media (max-width: 1024px) {

    .fdBHeN {
      display:none;
    }
    }

    .kaLPX {
      gap:10px;
      width:100%;
      border:1.5px solid var(--gf-border);
      cursor:pointer;
      display:flex;
      padding:12px 16px;
      background:var(--gf-light);
      align-items:center;
      border-style:solid;
      border-width:0px;
      border-radius:8px;
      flex-direction:row;
    }

    .kaLPX:hover {
      background:var(--gf-white);
      border-color:var(--gf-teal);
    }

    .cqCDvm {
      color:#9ca3af;
      width:100%;
      margin:0 auto;
      display:block;
      padding:1.5rem;
      font-size:0.8125rem;
      max-width:1280px;
      line-height:1.6;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
    }

    @media (min-width: 1024px) {

    .cqCDvm {
      padding:1.5rem 2rem;
    }
    }

    .fdAHbK {
      width:100%;
      display:block;
      overflow:hidden;
      max-width:640px;
      background:var(--gf-white);
      box-shadow:0 20px 60px rgba(21,45,79,0.15);
      border-style:solid;
      border-width:0px;
      border-radius:16px;
      flex-direction:row;
    }

    .lyAau {
      color:var(--gf-sky);
      width:36px;
      height:36px;
      display:flex;
      background:var(--gf-sky-bg);
      align-items:center;
      flex-shrink:0;
      border-style:solid;
      border-width:0px;
      border-radius:12px;
      flex-direction:row;
      justify-content:center;
    }

    .eHrPzb {
      color:var(--gf-amber-deep);
      width:36px;
      height:36px;
      display:flex;
      background:var(--gf-amber-muted);
      align-items:center;
      flex-shrink:0;
      border-style:solid;
      border-width:0px;
      border-radius:12px;
      flex-direction:row;
      justify-content:center;
    }

    .bQsDLX {
      color:var(--gf-muted);
      display:block;
      font-size:9px;
      font-weight:700;
      border-style:solid;
      border-width:0px;
      padding-left:8px;
      margin-bottom:10px;
      flex-direction:row;
      letter-spacing:0.12em;
      text-transform:uppercase;
    }

    .iuyDw {
      color:#1a1a1a;
      display:inline-block;
      font-size:0.875rem;
      font-weight:500;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
      text-decoration:none;
    }

    .iuyDw:hover {
      color:#d62451;
    }

    .eDSqYH {
      gap:8px;
      display:flex;
      margin-top:8px;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
    }

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

    .GJrxT {
      top:12px;
      left:0px;
      width:100%;
      height:2px;
      display:block;
      position:absolute;
      background:var(--gf-slate);
      border-style:solid;
      border-width:0px;
      border-radius:2px;
      flex-direction:row;
    }

    .bBYzAI {
      top:64px;
      left:0px;
      right:0px;
      display:flex;
      z-index:950;
      position:absolute;
      background:var(--gf-white);
      box-shadow:var(--gf-shadow-elevated);
      border-style:solid;
      border-width:0px;
      border-bottom:1px solid var(--gf-border);
      flex-direction:row;
    }

    .YKiSy {
      gap:10px;
      display:flex;
      padding:10px 12px;
      align-items:center;
      border-style:solid;
      border-width:0px;
      border-radius:8px;
      flex-direction:row;
      text-decoration:none;
    }

    .YKiSy:hover {
      background:var(--gf-light);
    }

    .IfcFj {
      display:flex;
      padding:0 28px;
      border-right:1px solid var(--gf-light);
      border-style:solid;
      border-width:0px;
      flex-direction:column;
    }

    .namAk {
      gap:0.25rem;
      margin:0px;
      display:flex;
      flex-wrap:wrap;
      list-style:none;
      align-items:center;
      border-style:solid;
      border-width:0px;
      padding-left:0px;
      flex-direction:row;
    }

    .cXfCdW {
      width:20px;
      height:20px;
      display:flex;
      align-items:center;
      flex-shrink:0;
      border-style:solid;
      border-width:0px;
      border-radius:0px;
      flex-direction:row;
      justify-content:center;
    }

    .Itrph {
      color:#d62451;
      display:inline-block;
      font-size:0.875rem;
      font-weight:600;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
      text-decoration:none;
    }

    .Itrph:hover {
      text-decoration:underline;
    }

    .cjkOhe {
      color:var(--gf-muted);
      display:inline;
      font-size:13px;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
    }

    .bkLWkW {
      gap:0.875rem;
      display:flex;
      font-style:normal;
      align-items:center;
      padding-top:1.25rem;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
      padding-bottom:1.5rem;
    }

    .yPKOC {
      display:flex;
      border-style:solid;
      border-width:0px;
      padding-left:24px;
      flex-direction:column;
    }

    .fbuqxz {
      gap:10px;
      width:100%;
      border:1.5px solid var(--gf-border);
      cursor:pointer;
      display:flex;
      padding:14px 16px;
      background:var(--gf-light);
      align-items:center;
      border-style:solid;
      border-width:0px;
      border-radius:14px;
      margin-bottom:16px;
      flex-direction:row;
    }

    .dpmeus {
      top:6px;
      left:0px;
      width:100%;
      height:2px;
      display:block;
      position:absolute;
      background:var(--gf-slate);
      border-style:solid;
      border-width:0px;
      border-radius:2px;
      flex-direction:row;
    }

    .ejCvOl {
      gap:8px;
      display:flex;
      align-items:center;
      flex-shrink:0;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
      text-decoration:none;
    }

    .zpYIr {
      color:#6b7280;
      display:inline;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
      text-decoration:none;
    }

    .zpYIr:hover {
      color:#d62451;
    }

    .vuEfi {
      height:36px;
      display:flex;
      padding:6px 14px;
      align-items:center;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
    }

    .cDALlA {
      color:var(--gf-white);
      display:inline;
      font-size:15px;
      font-family:'DM Serif Display', serif;
      font-weight:400;
      line-height:1;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
    }

    .dLObpB {
      color:var(--gf-mid);
      width:18px;
      height:18px;
      display:flex;
      align-items:center;
      flex-shrink:0;
      border-style:solid;
      border-width:0px;
      border-radius:0px;
      flex-direction:row;
      justify-content:center;
    }

    .exJitN {
      width:16px;
      height:16px;
      display:inline-flex;
      flex-shrink:0;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
    }

    .bOnlEE {
      color:#1a1a1a;
      display:flex;
      font-family:system-ui, -apple-system, sans-serif;
      border-style:solid;
      border-width:0px;
      flex-direction:column;
      background-color:#ffffff;
    }

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

    .cOOZwJ {
      display:flex;
      padding:0 28px 0 0;
      border-right:1px solid var(--gf-light);
      border-style:solid;
      border-width:0px;
      flex-direction:column;
    }

    .evmwui {
      color:var(--gf-muted);
      display:block;
      padding:12px 20px;
      font-size:11px;
      border-top:1px solid var(--gf-border);
      border-style:solid;
      border-width:0px;
      flex-direction:row;
    }

    .diqUsL {
      gap:2.5rem;
      width:100%;
      margin:0 auto;
      display:flex;
      padding:3rem 1.5rem;
      max-width:1280px;
      border-style:solid;
      border-width:0px;
      flex-direction:column;
    }

    @media (min-width: 1024px) {

    .diqUsL {
      gap:3rem;
      padding:3.5rem 2rem;
      flex-direction:row;
    }
    }

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

    @media (max-width: 1024px) {

    .fzPvdM {
      display:none;
    }
    }

    .ca-DoCR {
      color:#3b82f6;
      display:inline-block;
      font-size:0.875rem;
      font-weight:500;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
      text-decoration:none;
    }

    .ca-DoCR:hover {
      text-decoration:underline;
    }

    .dHWLgX {
      width:100%;
      height:100%;
      margin:0 auto;
      display:flex;
      padding:0 24px;
      max-width:1440px;
      align-items:center;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
      justify-content:space-between;
    }

    @media (max-width: 1024px) {

    .dHWLgX {
      padding:0 16px;
    }
    }

    .bsGnuD {
      color:#111827;
      display:inline-flex;
      font-size:0.8125rem;
      font-weight:600;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
      letter-spacing:0.01em;
      text-decoration:none;
    }

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

    @media (min-width: 900px) {

    .dgmZHq {
      padding-left:0px;
      padding-right:0px;
    }
    }

    .dDUEBc {
      display:block;
      font-family:"DM Sans";
      padding-top:1rem;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
      padding-bottom:1.5rem;
    }

    .bEania {
      gap:2px;
      height:100%;
      margin:0px;
      display:flex;
      padding:0px;
      list-style:none;
      align-items:center;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
    }

    .dtWUfF {
      display:flex;
      padding:2.5rem 1.5rem;
      align-items:center;
      border-style:solid;
      border-width:0px;
      flex-direction:column;
      background-color:#f8f9fa;
    }

    @media (min-width: 768px) {

    .dtWUfF {
      gap:2.5rem;
      padding:3rem 2rem;
      flex-direction:row;
      justify-content:center;
    }
    }

    .cGMrMn {
      color:#6b7280;
      display:inline-flex;
      font-size:0.8125rem;
      transition:color 0.2s ease;
      font-weight:500;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
      letter-spacing:0.01em;
      text-decoration:none;
    }

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

    .fbwHIr {
      width:28px;
      border:1px solid var(--gf-border);
      cursor:pointer;
      height:28px;
      display:flex;
      font-size:12px;
      background:var(--gf-light);
      align-items:center;
      font-weight:700;
      border-style:solid;
      border-width:0px;
      border-radius:6px;
      flex-direction:row;
      justify-content:center;
    }

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

    @media (max-width: 1024px) {

    .fGPpxZ {
      display:none;
    }
    }

    .fDjwWj {
      gap:24px;
      display:flex;
      border-top:1px solid var(--gf-light);
      margin-top:24px;
      align-items:center;
      padding-top:20px;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
    }

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

    .eOJknb {
      gap:8px;
      color:var(--gf-mid);
      display:flex;
      font-size:13px;
      align-items:center;
      font-weight:500;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
      text-decoration:none;
    }

    .cKwHXD {
      top:0px;
      left:0px;
      right:0px;
      height:64px;
      display:flex;
      z-index:1000;
      position:fixed;
      background:var(--gf-white);
      align-items:center;
      border-style:solid;
      border-width:0px;
      border-bottom:1px solid var(--gf-border);
      flex-direction:row;
    }

    .fCOaAe {
      color:var(--gf-sky);
      width:32px;
      height:32px;
      display:flex;
      background:var(--gf-sky-bg);
      align-items:center;
      flex-shrink:0;
      border-style:solid;
      border-width:0px;
      border-radius:12px;
      flex-direction:row;
      justify-content:center;
    }

    .dwSZmJ {
      color:#9ca3af;
      display:inline;
      font-weight:600;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
      text-decoration:underline;
    }

    .dwSZmJ:hover {
      color:#d62451;
    }

    .fhwXPe {
      color:var(--gf-slate);
      display:inline;
      font-size:18px;
      font-family:'DM Sans', sans-serif;
      font-weight:800;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
      letter-spacing:-0.03em;
    }

    .evuCkf {
      width:38px;
      height:38px;
      display:flex;
      align-items:center;
      border-style:solid;
      border-width:0px;
      border-radius:8px;
      flex-direction:row;
      justify-content:center;
    }

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

    .ddymtP {
      gap:0.5rem;
      color:#ffffff;
      display:inline-flex;
      padding:0.75rem 1.25rem;
      font-size:0.9375rem;
      align-self:center;
      transition:background-color 0.2s ease;
      align-items:center;
      font-weight:600;
      border-style:solid;
      border-width:0px;
      border-radius:0.5rem;
      flex-direction:row;
      text-decoration:none;
      background-color:#d62451;
    }

    .ddymtP:hover {
      background-color:#b51e44;
    }

    @media (min-width: 768px) {

    .ddymtP {
      align-self:flex-start;
    }
    }

    .bQdpki {
      border:1px solid #C3EDE8;
      height:100%;
      display:flex;
      padding:24px;
      background:linear-gradient(135deg, var(--gf-teal-muted) 0%, #E0F5F3 50%, #EBF8F7 100%);
      border-style:solid;
      border-width:0px;
      border-radius:14px;
      flex-direction:column;
    }

    .cYQVHs {
      color:var(--gf-muted);
      display:inline;
      font-size:15px;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
    }

    .cmsWlX {
      color:#111827;
      display:inline;
      transition:color 0.2s ease;
      font-weight:600;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
      text-decoration:none;
    }

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

    .bAPlYH {
      flex:1;
      color:var(--gf-mid);
      display:block;
      font-size:12px;
      line-height:1.55;
      border-style:solid;
      border-width:0px;
      margin-bottom:20px;
      flex-direction:row;
    }

    .ckFytU {
      gap:2rem;
      display:grid;
      flex-grow:1;
      border-style:solid;
      border-width:0px;
      flex-direction:column;
      grid-template-columns:1fr;
    }

    @media (min-width: 640px) {

    .ckFytU {
      grid-template-columns:repeat(2, 1fr);
    }
    }

    @media (min-width: 1024px) {

    .ckFytU {
      grid-template-columns:repeat(3, 1fr);
    }
    }

    .bvbTYe {
      width:20px;
      height:14px;
      display:block;
      position:relative;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
    }

    .ciYeKC {
      top:0px;
      left:0px;
      width:100%;
      height:2px;
      display:block;
      position:absolute;
      background:var(--gf-slate);
      border-style:solid;
      border-width:0px;
      border-radius:2px;
      flex-direction:row;
    }

    .uJjOS {
      width:100%;
      display:block;
      max-width:246px;
      flex-shrink:0;
      border-style:solid;
      border-width:0px;
      border-radius:0.75rem;
      flex-direction:row;
    }

    .fuPjMk {
      margin:0 auto;
      display:block;
      padding:32px 24px;
      max-width:1440px;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
    }

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