
  

  
  @property --Border {
  syntax: "<color>";
  inherits: true;
  initial-value: #363636;
}
@property --White-2 {
  syntax: "<color>";
  inherits: true;
  initial-value: #ffffff05;
}
@property --shadow-lg {
  syntax: "*";
  inherits: true;
  initial-value:  0 10px 15px -3px rgba(0, 0, 0, 0.25), 0 4px 6px -2px rgba(0, 0, 0, 0.25);
}
@property --shadow-md {
  syntax: "*";
  inherits: true;
  initial-value:  0 4px 6px -1px rgba(0, 0, 0, 0.25), 0 2px 4px -1px rgba(0, 0, 0, 0.25);
}
@property --shadow-sm {
  syntax: "*";
  inherits: true;
  initial-value:  0 1px 2px 0 rgba(0, 0, 0, 0.25);
}
@property --shadow-xl {
  syntax: "*";
  inherits: true;
  initial-value: 0 20px 25px -5px rgba(0, 0, 0, 0.25), 0 10px 10px -5px rgba(0, 0, 0, 0.25);
}
@property --Retro-Dark {
  syntax: "<color>";
  inherits: true;
  initial-value: #191919;
}
@property --shadow-2xl {
  syntax: "*";
  inherits: true;
  initial-value:  0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
@property --Retro-White {
  syntax: "<color>";
  inherits: true;
  initial-value: #FEFFF9;
}
@property --ai--hero-bg {
  syntax: "<color>";
  inherits: true;
  initial-value: transparent;
}
@property --medium-1rem {
  syntax: "<length-percentage>";
  inherits: true;
  initial-value: 1rem;
}
@property --shadow-base {
  syntax: "*";
  inherits: true;
  initial-value:  0 1px 3px 0 rgba(0, 0, 0, 0.25), 0 1px 2px 0 rgba(0, 0, 0, 0.25);
}
@property --small-p5rem {
  syntax: "<length-percentage>";
  inherits: true;
  initial-value: .5rem;
}
@property --Retro-Orange {
  syntax: "<color>";
  inherits: true;
  initial-value: #ED5B1D;
}
@property --font-size-lg {
  syntax: "<length-percentage>";
  inherits: true;
  initial-value: 1.125rem;
}
@property --font-size-sm {
  syntax: "<length-percentage>";
  inherits: true;
  initial-value: 0.875rem;
}
@property --font-size-xl {
  syntax: "<length-percentage>";
  inherits: true;
  initial-value: 1.25rem;
}
@property --font-size-xs {
  syntax: "<length-percentage>";
  inherits: true;
  initial-value: 0.75rem;
}
@property --font-size-2xl {
  syntax: "<length-percentage>";
  inherits: true;
  initial-value: 1.5rem;
}
@property --font-size-3xl {
  syntax: "<length-percentage>";
  inherits: true;
  initial-value: 1.875rem;
}
@property --font-size-4xl {
  syntax: "<length-percentage>";
  inherits: true;
  initial-value: 2.25rem;
}
@property --font-size-5xl {
  syntax: "<length-percentage>";
  inherits: true;
  initial-value: 3rem;
}
@property --font-size-xxs {
  syntax: "<length-percentage>";
  inherits: true;
  initial-value: 0.625rem;
}
@property --font-size-base {
  syntax: "<length-percentage>";
  inherits: true;
  initial-value: 1rem;
}
@property --radius-p375rem {
  syntax: "<length-percentage>";
  inherits: true;
  initial-value: .375rem;
}
@property --ai--brand-color {
  syntax: "<color>";
  inherits: true;
  initial-value: transparent;
}
@property --font-weight-bold {
  syntax: "<number>";
  inherits: true;
  initial-value: 700;
}
@property --font-weight-thin {
  syntax: "<number>";
  inherits: true;
  initial-value: 100;
}
@property --ai--border-inline {
  syntax: "<color>";
  inherits: true;
  initial-value: transparent;
}
@property --font-weight-black {
  syntax: "<number>";
  inherits: true;
  initial-value: 900;
}
@property --font-weight-light {
  syntax: "<number>";
  inherits: true;
  initial-value: 300;
}
@property --Retro-White-Darker {
  syntax: "<color>";
  inherits: true;
  initial-value: #d6d6d6;
}
@property --font-weight-bolder {
  syntax: "<number>";
  inherits: true;
  initial-value: 800;
}
@property --font-weight-normal {
  syntax: "<number>";
  inherits: true;
  initial-value: 500;
}
@property --ai--container-width {
  syntax: "<length-percentage>";
  inherits: true;
  initial-value: 0px;
}
@property --font-weight-lighter {
  syntax: "<number>";
  inherits: true;
  initial-value: 200;
}
@property --font-weight-regular {
  syntax: "<number>";
  inherits: true;
  initial-value: 400;
}
@property --font-weight-semi-bold {
  syntax: "<number>";
  inherits: true;
  initial-value: 600;
}

  :host, :root {
  --Border: #363636;
  --White-2: #ffffff05;
  --shadow-lg:  0 10px 15px -3px rgba(0, 0, 0, 0.25), 0 4px 6px -2px 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-sm:  0 1px 2px 0 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);
  --Retro-Dark: #191919;
  --shadow-2xl:  0 25px 50px -12px rgba(0, 0, 0, 0.25);
  --Retro-White: #FEFFF9;
  --ai--hero-bg: #292929;
  --medium-1rem: 1rem;
  --shadow-base:  0 1px 3px 0 rgba(0, 0, 0, 0.25), 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  --small-p5rem: .5rem;
  --Retro-Orange: #ED5B1D;
  --font-size-lg: 1.125rem;
  --font-size-sm: 0.875rem;
  --font-size-xl: 1.25rem;
  --font-size-xs: 0.75rem;
  --font-size-2xl: 1.5rem;
  --font-size-3xl: 1.875rem;
  --font-size-4xl: 2.25rem;
  --font-size-5xl: 3rem;
  --font-size-xxs: 0.625rem;
  --font-size-base: 1rem;
  --radius-p375rem: .375rem;
  --ai--brand-color: #0043c7;
  --font-weight-bold: 700;
  --font-weight-thin: 100;
  --ai--border-inline: #e8e8e8;
  --font-weight-black: 900;
  --font-weight-light: 300;
  --Retro-White-Darker: #d6d6d6;
  --font-weight-bolder: 800;
  --font-weight-normal: 500;
  --ai--container-width: 45rem;
  --font-weight-lighter: 200;
  --font-weight-regular: 400;
  --font-weight-semi-bold: 600;
}
  
  
  [data-nc-theme~="Default"] {
  --Border: #363636;
  --White-2: #ffffff05;
  --shadow-lg:  0 10px 15px -3px rgba(0, 0, 0, 0.25), 0 4px 6px -2px 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-sm:  0 1px 2px 0 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);
  --Retro-Dark: #191919;
  --shadow-2xl:  0 25px 50px -12px rgba(0, 0, 0, 0.25);
  --Retro-White: #FEFFF9;
  --ai--hero-bg: #292929;
  --medium-1rem: 1rem;
  --shadow-base:  0 1px 3px 0 rgba(0, 0, 0, 0.25), 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  --small-p5rem: .5rem;
  --Retro-Orange: #ED5B1D;
  --font-size-lg: 1.125rem;
  --font-size-sm: 0.875rem;
  --font-size-xl: 1.25rem;
  --font-size-xs: 0.75rem;
  --font-size-2xl: 1.5rem;
  --font-size-3xl: 1.875rem;
  --font-size-4xl: 2.25rem;
  --font-size-5xl: 3rem;
  --font-size-xxs: 0.625rem;
  --font-size-base: 1rem;
  --radius-p375rem: .375rem;
  --ai--brand-color: #0043c7;
  --font-weight-bold: 700;
  --font-weight-thin: 100;
  --ai--border-inline: #e8e8e8;
  --font-weight-black: 900;
  --font-weight-light: 300;
  --Retro-White-Darker: #d6d6d6;
  --font-weight-bolder: 800;
  --font-weight-normal: 500;
  --ai--container-width: 45rem;
  --font-weight-lighter: 200;
  --font-weight-regular: 400;
  --font-weight-semi-bold: 600;
}
    


@layer base {
  
  body, :host {
    /* Color */
    
    /* Fonts */
    --font-Instrument Sans: 'Instrument Sans',sans-serif;

    /* Font size */
    
    /* Font weight */
    
    /* Shadows */
    
    /* 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;
    }
  }
}


    .wnXOK {
      color:black;
      height:100svh;
      display:flex;
      overflow:hidden;
      background:white;
      max-height:100svh;
      align-items:center;
      font-family:"Instrument Sans";
      touch-action:pan-y;
      flex-direction:column;
      justify-content:flex-start;
      overscroll-behavior:contain;
      overscroll-behavior-y:none;
    }

    .ckqqwM {
      width:100%;
      height:5rem;
      display:flex;
      row-gap:.5rem;
      position:relative;
      max-width:var(--ai--container-width);
      column-gap:.5rem;
      align-items:center;
      font-family:inherit;
      padding-top:1rem;
      padding-left:.75rem;
      padding-right:.75rem;
      flex-direction:row;
      padding-bottom:1rem;
      justify-content:center;
    }

    .bwljSP {
      flex:1;
      color:#000000;
      display:flex;
      font-size:1rem;
      min-height:2rem;
      align-items:center;
      font-family:inherit;
      flex-direction:row;
      justify-content:center;
    }

    .cQZLpW {
      color:#ffffff;
      border:none;
      cursor:pointer;
      font-size:1rem;
      background:var(--ai--brand-color);
      transition:background 300ms ease;
      font-weight:600;
      padding-top:0.35rem;
      padding-left:0.35rem;
      padding-right:0.35rem;
      padding-bottom:0.35rem;
      border-top-left-radius:2rem;
      border-top-right-radius:2rem;
      border-bottom-left-radius:2rem;
      border-bottom-right-radius:2rem;
    }

    .cXXvWw {
      flex:1;
      width:100%;
      display:flex;
      row-gap:1rem;
      column-gap:1rem;
      overflow-y:auto;
      align-items:center;
      font-family:inherit;
      flex-direction:column;
      justify-content:flex-start;
      overscroll-behavior-y:contain;
    }

    .cXXvWw.stop-scroll {
      overflow-y:hidden;
    }

    .dXWyfm {
      width:100%;
      display:flex;
      max-width:var(--ai--container-width);
      align-items:flex-end;
      font-family:inherit;
      justify-content:flex-start;
    }

    .eiXZcT {
      width:100%;
      max-width:var(--ai--container-width);
      padding-left:1rem;
      margin-bottom:-1rem;
    }

    .bWTCyw {
      flex:1;
      color:white;
      display:flex;
      font-size:1rem;
      min-height:2rem;
      align-items:center;
      font-family:inherit;
      font-weight:400;
      flex-direction:row;
      justify-content:center;
    }

    .bWTCyw::placeholder {
      color:#ffffff;
      font-family:inherit;
      font-weight:300;
    }

    .bzoCoU {
      width:100%;
      display:flex;
      row-gap:.5rem;
      position:relative;
      max-width:25rem;
      column-gap:.5rem;
      align-items:center;
      font-family:inherit;
      flex-direction:row;
      justify-content:center;
    }

    .HxSIW {
      color:#000000cc;
      width:auto;
      cursor:pointer;
      display:flex;
      font-size:16px;
      max-width:fit-content;
      text-align:left;
      transition:color 300ms ease  , border-color 300ms ease;
      align-items:flex-start;
      font-family:inherit;
      font-weight:400;
      margin-left:1rem;
      padding-top:.5rem;
      border-color:var(--ai--border-inline);
      border-style:solid;
      border-width:1px;
      padding-left:1rem;
      padding-right:1rem;
      padding-bottom:.5rem;
      justify-content:center;
      border-top-left-radius:.75rem;
      border-top-right-radius:.75rem;
      border-bottom-left-radius:.75rem;
      border-bottom-right-radius:0rem;
    }

    .HxSIW:hover {
      color:#000000;
      border-color:var(--ai--brand-color);
      border-style:solid;
      border-width:1px;
    }

    .fdfZlm {
      font-size:22px;
      font-family:inherit;
      font-weight:600;
      line-height:1.3;
    }

    .zBccz {
      row-gap:.5rem;
      column-gap:.5rem;
      flex-direction:row;
    }

    .ekPnCV {
      color:var(--ai--brand-color);
      font-size:1rem;
      font-family:inherit;
      font-weight:600;
    }

    .bSvBSa {
      font-family:"Instrument Sans";
    }

    .bSvBSa.blur {
      animation:2s cubic-bezier(0.42, 0, 0.58, 1) var(--delay) infinite normal none running animation-crpaIE;
    }

    @keyframes animation-crpaIE {
        0% {
          filter: blur(0px);
        }

        30% {
          filter: blur(3px);
        }

        70% {
          filter: blur(3px);
        }

        100% {
          filter: none;
        }
    }

    .eYBpdy {
      width:100%;
      display:flex;
      max-width:var(--ai--container-width);
      align-items:center;
      padding-top:.5rem;
      padding-left:1rem;
      margin-bottom:2rem;
      padding-right:1rem;
      padding-bottom:.5rem;
      justify-content:center;
    }

    .ReTcE {
      width:auto;
      height:1px;
      background:var(--ai--border-inline);
      margin-left:1rem;
      margin-right:1rem;
    }

    .tsXOF {
      width:100%;
      display:flex;
      opacity:0;
      row-gap:.5rem;
      flex-wrap:wrap;
      max-width:var(--ai--container-width);
      translate:0 2rem 0;
      column-gap:.5rem;
      margin-top:auto;
      transition:all 300ms ease;
      align-items:flex-end;
      font-family:inherit;
      padding-top:1rem;
      padding-left:1rem;
      margin-bottom:-1rem;
      padding-right:1rem;
      flex-direction:column;
      padding-bottom:1rem;
      justify-content:flex-start;
    }

    .tsXOF.show_questions {
      opacity:1;
      translate:0 0 0;
    }

    .dlqEEO {
      flex:1;
      color:#000000;
      display:flex;
      animation:6s cubic-bezier(0.42, 0, 0.58, 1) infinite animation-cWOqIx;
      font-size:1rem;
      align-items:center;
      font-family:inherit;
      padding-top:0.25rem;
      padding-right:.25rem;
      flex-direction:row;
      padding-bottom:0.25rem;
      justify-content:center;
      border-bottom-color:#ffffff;
      border-bottom-style:solid;
      border-bottom-width:1px;
    }

    @keyframes animation-cWOqIx {
        0% {
          --angle: 0deg;
        }

        100% {
          --angle: 360deg;
        }
    }

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

    .eGmMqm {
      color:inherit;
      width:auto;
      display:inline;
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
    }

    .WxjId {
      color:#ffffff;
      cursor:pointer;
      opacity:0.3;
      font-size:1rem;
      transition:opacity 300ms ease 0ms normal;
      font-weight:600;
      padding-top:0.35rem;
      padding-left:0.35rem;
      padding-right:0.35rem;
      padding-bottom:0.35rem;
    }

    .WxjId.highlight {
      opacity:1;
    }

    .eZInks {
      color:var(--ai--brand-color);
      font-size:18px;
      font-family:inherit;
      font-weight:600;
      line-height:1.3;
      margin-right:auto;
      margin-bottom:1rem;
    }

    .dOZPOX {
      width:100%;
      display:flex;
      row-gap:2rem;
      column-gap:2rem;
      align-items:center;
      font-family:inherit;
      padding-top:.5rem;
      padding-bottom:.5rem;
      justify-content:flex-start;
    }

    .eLArII {
      width:100%;
      display:flex;
      row-gap:1rem;
      background:linear-gradient(#002e8a 0%, var(--ai--brand-color) 100%) scroll padding-box border-box repeat repeat 0% 0% / auto;
      column-gap:1rem;
      align-items:center;
      font-family:"Instrument Sans";
      font-weight:600;
      padding-top:2rem;
      padding-bottom:2rem;
      justify-content:flex-start;
    }

    .SwQTL {
      color:var(--ai--brand-color);
      display:inline;
      font-size:inherit;
      background:white;
      font-family:inherit;
      font-weight:inherit;
      padding-top:.5rem;
      padding-left:1rem;
      padding-right:1rem;
      padding-bottom:.5rem;
      border-top-left-radius:100vw;
      border-top-right-radius:100vw;
      border-bottom-left-radius:100vw;
      border-bottom-right-radius:100vw;
    }

    .eHrtJB {
      color:#ffffff;
      display:inline;
      opacity:var(--opacity);
      font-size:clamp(2.5rem, 3.25vw, 4.5rem);
      font-family:inherit;
      font-weight:inherit;
      padding-top:var(--top-padding);
    }

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

    .eobqdu {
      color:#ffffff;
      width:auto;
      font-size:1rem;
      max-width:24rem;
      background:var(--ai--brand-color);
      font-family:inherit;
      font-weight:400;
      margin-left:2rem;
      padding-top:.5rem;
      border-color:#6196ff;
      border-style:solid;
      border-width:1px;
      margin-right:1rem;
      padding-left:1rem;
      padding-right:1rem;
      padding-bottom:.5rem;
      border-top-left-radius:.75rem;
      border-top-right-radius:.75rem;
      border-bottom-left-radius:.75rem;
      border-bottom-right-radius:0rem;
    }

    .eSMGHT {
      color:#f5f5f5;
      height:100%;
      display:flex;
      row-gap:1rem;
      background:linear-gradient(to bottom right, #003499 0%, var(--ai--brand-color) 100%) scroll padding-box border-box repeat repeat 0% 0% / auto;
      column-gap:1rem;
      align-items:center;
      font-family:"Instrument Sans";
      padding-top:clamp(2rem, 5vw, 7rem);
      padding-left:clamp(1rem, 5vw, 3rem);
      padding-right:clamp(1rem, 5vw, 3rem);
      padding-bottom:clamp(2rem, 5vw, 7rem);
      justify-content:center;
    }

    .jTuQQ {
      color:white;
      cursor:pointer;
      opacity:0;
      z-index:10;
      background:var(--ai--brand-color);
      transition:opacity 300ms ease;
      font-family:inherit;
      padding-top:.5rem;
      padding-left:1rem;
      padding-right:1rem;
      padding-bottom:.5rem;
      border-top-left-radius:100vw;
      border-top-right-radius:100vw;
      border-bottom-left-radius:100vw;
      border-bottom-right-radius:100vw;
    }

    .jTuQQ.show {
      opacity:1;
    }

    .diDiYN {
      top:0px;
      flex:1;
      left:0px;
      right:0px;
      width:100%;
      bottom:0px;
      height:100%;
      z-index:1;
      position:absolute;
      background:#0d0d0d;
    }

    .eyAmaz {
      width:100%;
      height:100%;
    }

    .fqZZZk {
      top:0px;
      left:0px;
      right:0px;
      bottom:0px;
      display:flex;
      opacity:1;
      row-gap:2rem;
      z-index:999;
      position:absolute;
      background:white;
      column-gap:2rem;
      transition:translate 600ms ease  , opacity 600ms ease;
      align-items:center;
      font-family:inherit;
      padding-left:1rem;
      padding-right:1rem;
      justify-content:center;
    }

    .fqZZZk.hide {
      opacity:0;
      translate:0 -100% 0;
    }

    .FrxAk {
      width:100%;
      height:100%;
      display:flex;
      row-gap:1.5rem;
      z-index:2;
      max-width:50rem;
      column-gap:1.5rem;
      align-items:flex-start;
      font-family:inherit;
      flex-direction:column;
      justify-content:center;
    }

    .esgEzo {
      font-size:1.25rem;
      text-wrap:balance;
      font-family:inherit;
      font-weight:400;
    }

    .ddTagP {
      color:#c7e0ff;
      font-size:clamp(2.5rem, 3.25vw, 4.5rem);
      text-wrap:balance;
      font-family:inherit;
      font-weight:700;
      line-height:1.1;
    }

    .cUQePX {
      width:100%;
      margin-top:auto;
    }

    .fCfWIM {
      font-size:1.5rem;
      text-wrap:balance;
      font-family:inherit;
      font-weight:600;
    }

    .dTWYBf {
      color:#ffffff;
      display:inline;
      font-size:inherit;
      font-style:normal;
      font-family:inherit;
      font-weight:inherit;
    }

    .bdyKZP {
      display:inline;
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
    }

    .cnmDIa {
      color:white;
      opacity:0;
      z-index:10;
      font-size:3rem;
      text-wrap:balance;
      translate:0 1rem 0;
      text-align:center;
      transition:all 300ms ease;
      font-family:inherit;
      font-weight:400;
      line-height:1.1;
      -webkit-text-stroke:1px white;
    }

    .cnmDIa.show {
      opacity:1;
      translate:0 0 0;
    }

    .fgtMRz {
      font-size:1rem;
      text-wrap:balance;
      font-family:inherit;
      font-weight:400;
    }

    .mvp\:pw7YOMkmz-dvvdWa0oZTz {
      width:100%;
      height:100%;
      min-height:fit-content;
    }

    .ePwhAu {
      background:linear-gradient(to right, #00000000 0%, #00000008 10%, #00000008 90%, #00000000 100%) scroll border-box padding-box repeat repeat 0% 0% / auto;
      font-family:inherit;
      padding-top:1rem;
      padding-bottom:1rem;
    }

    .eAwSgu {
      top:0px;
      left:0px;
      right:0px;
      width:100%;
      bottom:0px;
      height:100%;
      display:none;
      opacity:0;
      z-index:4;
      position:fixed;
      background:#000000bf;
      transition:opacity 300ms ease 0s normal, display 300ms ease 0ms allow-discrete;
    }

    .eAwSgu.show {
      width:100%;
      display:block;
      opacity:1;
    }

    .bdKIBI {
      cursor:pointer;
      display:flex;
      row-gap:.5rem;
      z-index:5;
      position:relative;
      column-gap:.5rem;
      overflow-x:visible;
      overflow-y:visible;
      transition:background 300ms ease;
      align-items:center;
      font-family:inherit;
      flex-direction:column;
      justify-content:flex-start;
    }

    .bZkZM {
      color:black;
      margin:0px;
      display:flex;
      font-size:18px;
      text-wrap:balance;
      font-family:inherit;
      font-weight:400;
      line-height:1.2;
      user-select:none;
      flex-direction:column;
    }

    .eiNbrt {
      color:#000000;
      font-size:1rem;
      font-family:inherit;
      font-weight:400;
    }

    .btswvw {
      color:#a8a8a8;
      cursor:pointer;
      display:flex;
      background:#f5f5f5;
      transition:color 300ms ease;
      align-items:center;
      padding-top:.5rem;
      padding-left:.5rem;
      padding-right:.5rem;
      padding-bottom:.5rem;
      justify-content:center;
      border-top-left-radius:100vw;
      border-top-right-radius:100vw;
      border-bottom-left-radius:100vw;
      border-bottom-right-radius:100vw;
    }

    .btswvw:hover {
      color:#525252;
    }

    .bDXAPv {
      flex:1;
      row-gap:.5rem;
      column-gap:.5rem;
      font-family:inherit;
    }

    .cLESzv {
      color:#6e6e73;
      font-size:14px;
      text-wrap:balance;
      font-family:inherit;
      font-weight:400;
      line-height:1.5;
      user-select:none;
    }

    .ekzVci {
      width:24rem;
      display:flex;
      row-gap:1rem;
      position:relative;
      max-width:100%;
      column-gap:1rem;
      align-items:flex-start;
      font-family:inherit;
      padding-left:1rem;
      padding-right:1rem;
      flex-direction:column;
      justify-content:flex-start;
    }

    .dMfqii {
      color:var(--ai--border-inline);
      rotate:0 0 1 180deg;
      transition:color 300ms ease;
    }

    .dMfqii.hoevered {
      color:#404040;
    }

    .dMfqii.transform-up {
      rotate:0 0 1 0deg;
    }

    .bniKBU {
      width:100%;
      height:1px;
      background:var(--ai--border-inline);
    }

    .bANIlP {
      top:2rem;
      left:5%;
      right:5%;
      opacity:0;
      z-index:0;
      position:fixed;
      transform:translateY(var(--transform));
      background:white;
      box-shadow:0px 5px 24px -6px #00000026;
      max-height:calc(100% - 4rem);
      overflow-y:scroll;
      transition:all 0.3s ease;
      align-items:center;
      font-family:inherit;
      user-select:none;
      flex-direction:column;
      pointer-events:none;
      justify-content:flex-start;
      border-top-left-radius:.75rem;
      border-top-right-radius:.75rem;
      border-bottom-left-radius:.75rem;
      border-bottom-right-radius:.75rem;
    }

    .bANIlP.expanded {
      cursor:default;
      opacity:1;
      z-index:5;
      transform:translateY(var(--panY));
      user-select:auto;
      pointer-events:auto;
    }

    .bRnsOQ {
      width:100%;
      display:flex;
      row-gap:1rem;
      column-gap:1rem;
      margin-top:2rem;
      align-items:flex-start;
      font-family:inherit;
      flex-direction:row;
      justify-content:space-between;
    }

    .JXIuf {
      width:100%;
      height:15rem;
      object-fit:cover;
      border-top-left-radius:.5rem;
      border-top-right-radius:.5rem;
      border-bottom-left-radius:.5rem;
      border-bottom-right-radius:.5rem;
    }

    .byPhod {
      width:100%;
      cursor:pointer;
      display:flex;
      margin-top:auto;
      align-items:center;
      justify-content:center;
    }

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

    .cnxyko {
      display:flex;
      row-gap:.5rem;
      max-width:100%;
      column-gap:.5rem;
      max-height:100%;
      overflow-x:scroll;
      overflow-y:hidden;
      align-items:flex-start;
      font-family:inherit;
      padding-left:1rem;
      padding-right:1rem;
      flex-direction:row;
      justify-content:flex-start;
      scroll-behavior:smooth;
      scrollbar-width:none;
      scroll-snap-type:x mandatory;
      -ms-overflow-style:none;
      -webkit-overflow-scrolling:touch;
    }

    .cnxyko::-webkit-scrollbar {
    width: 0;
    }

    .fzozvh {
      display:list-item;
      font-size:inherit;
      list-style:inherit;
      font-family:inherit;
      font-weight:inherit;
      margin-bottom:0.5rem;
    }

    .bLFReA {
      display:list-item;
      font-size:inherit;
      list-style:inherit;
      font-family:inherit;
      font-weight:inherit;
      margin-bottom:0.5rem;
    }

    .bbfWnJ {
      font-family:inherit;
    }

    .bbfWnJ.no-image {
      background:#0000000d;
      margin-top:0.25rem;
      padding-top:.5rem;
      padding-left:.5rem;
      padding-right:.5rem;
      padding-bottom:1rem;
      border-top-left-radius:.75rem;
      border-top-right-radius:.75rem;
      border-bottom-left-radius:.75rem;
      border-bottom-right-radius:.75rem;
    }

    .bbfWnJ.cta {
      background:white;
      border-color:var(--ai--brand-color);
      border-style:solid;
      border-width:1px;
    }

    .bfrOLP {
      flex:1;
      cursor:pointer;
      height:100%;
      max-width:100%;
      max-height:24rem;
      object-fit:cover;
      transition:all 300ms ease 0ms normal;
      padding-top:.25rem;
      user-select:none;
      aspect-ratio:5/6;
      padding-left:.25rem;
      padding-right:.25rem;
      padding-bottom:.25rem;
      border-top-left-radius:.75rem;
      border-top-right-radius:.75rem;
      border-bottom-left-radius:.75rem;
      border-bottom-right-radius:.75rem;
    }

    .bfrOLP.hovered {
      padding-top:0px;
      padding-left:0px;
      padding-right:0px;
      padding-bottom:0px;
    }

    .cjvzaw {
      cursor:pointer;
      display:flex;
      row-gap:.5rem;
      max-width:100%;
      column-gap:.5rem;
      margin-top:.5rem;
      align-items:flex-start;
      font-family:inherit;
      margin-left:.5rem;
      margin-right:.5rem;
      flex-direction:row;
      justify-content:space-between;
    }

    .fehetD {
      color:#6e6e73;
      font-size:14px;
      text-wrap:balance;
      font-family:inherit;
      font-weight:400;
      line-height:1.5;
      margin-left:.5rem;
      user-select:none;
      margin-right:.5rem;
      pointer-events:none;
    }

    .feQjDl {
      display:flex;
      row-gap:.5rem;
      column-gap:.5rem;
      font-family:inherit;
      padding-top:1rem;
      padding-left:1rem;
      padding-right:1rem;
      flex-direction:column;
      padding-bottom:1rem;
    }

    .JZLVW {
      flex:1;
      color:black;
      z-index:2;
      font-size:18px;
      max-width:auto;
      text-wrap:balance;
      font-family:inherit;
      font-weight:400;
      line-height:1.2;
      user-select:none;
      pointer-events:none;
    }

    .JZLVW.hovered {
      text-decoration-line:line-through;
      text-decoration-color:#fdf07c33;
      text-decoration-style:solid;
      text-decoration-thickness:8px;
    }

    .ezGFGQ {
      cursor:pointer;
      display:flex;
      row-gap:.5rem;
      max-width:100%;
      column-gap:.5rem;
      margin-top:.5rem;
      align-items:flex-start;
      font-family:inherit;
      padding-left:.5rem;
      padding-right:.5rem;
      flex-direction:row;
      justify-content:space-between;
    }

    .fhpKA {
      row-gap:.5rem;
      column-gap:.5rem;
      font-family:inherit;
      flex-direction:column;
    }

    .eEBLBQ {
      display:inline;
      font-size:14px;
      font-family:inherit;
      font-weight:inherit;
      padding-left:.5rem;
      padding-right:.5rem;
    }

    .MBDUu {
      color:#6e6e73;
      display:inline;
      font-size:14px;
      text-wrap:balance;
      font-family:inherit;
      font-weight:400;
      line-height:1.5;
    }

    .dLDhab {
      flex:1;
      color:black;
      z-index:2;
      font-size:18px;
      max-width:auto;
      text-wrap:balance;
      font-family:inherit;
      font-weight:400;
      line-height:1.2;
    }

    .dLDhab.hovered {
      text-decoration-line:line-through;
      text-decoration-color:#fdf07c33;
      text-decoration-style:solid;
      text-decoration-thickness:8px;
    }

    .eKGNSm {
      flex:1;
      color:black;
      z-index:2;
      font-size:18px;
      max-width:auto;
      text-wrap:balance;
      font-family:inherit;
      font-weight:400;
      line-height:1.2;
    }

    .bMxJME {
      font-family:inherit;
      padding-top:.5rem;
      padding-left:.5rem;
      padding-right:.5rem;
      padding-bottom:.5rem;
    }

    .dYcMZi {
      height:100%;
      max-height:0px;
      overflow-y:hidden;
      transition:max-height 300ms ease;
      font-family:inherit;
      margin-left:.5rem;
      margin-right:.5rem;
    }

    .dYcMZi.open {
      max-height:24rem;
    }

    .enGEPc {
      color:#6e6e73;
      z-index:2;
      font-size:14px;
      text-wrap:balance;
      font-family:inherit;
      font-weight:400;
      line-height:1.5;
      user-select:none;
      padding-left:.5rem;
      padding-right:.5rem;
      pointer-events:none;
    }

    .Pwchi {
      top:0px;
      flex:1;
      left:0px;
      right:0px;
      width:100%;
      bottom:0px;
      height:100%;
      opacity:.1;
      position:absolute;
      max-width:100%;
      max-height:24rem;
      object-fit:cover;
      transition:all 300ms ease 0ms normal;
      padding-top:.25rem;
      user-select:none;
      aspect-ratio:5/6;
      padding-left:.25rem;
      padding-right:.25rem;
      padding-bottom:.25rem;
      pointer-events:none;
      border-top-left-radius:.75rem;
      border-top-right-radius:.75rem;
      border-bottom-left-radius:.75rem;
      border-bottom-right-radius:.75rem;
    }

    .Pwchi.hovered {
      padding-top:0px;
      padding-left:0px;
      padding-right:0px;
      padding-bottom:0px;
    }

    .dUKToy {
      display:flex;
      row-gap:.5rem;
      column-gap:.5rem;
      font-family:inherit;
      flex-direction:column;
    }

    .bnhcox {
      color:var(--ai--brand-color);
      display:inline;
      font-size:inherit;
      background:#0052f51a;
      text-align:center;
      font-family:inherit;
      font-weight:inherit;
      padding-top:.5rem;
      border-color:var(--ai--brand-color);
      border-style:solid;
      border-width:1px;
      padding-left:1rem;
      padding-right:1rem;
      padding-bottom:.5rem;
      border-top-left-radius:100vw;
      border-top-right-radius:100vw;
      border-bottom-left-radius:100vw;
      border-bottom-right-radius:100vw;
    }

    .djLhkI {
      color:#6e6e73;
      font-size:14px;
      text-wrap:balance;
      font-family:inherit;
      font-weight:400;
      line-height:1.5;
      margin-left:.5rem;
      margin-right:.5rem;
    }

    .dQcPfD {
      flex:1;
      color:black;
      z-index:2;
      font-size:18px;
      max-width:auto;
      text-wrap:balance;
      font-family:inherit;
      font-weight:400;
      line-height:1.2;
      user-select:none;
      pointer-events:none;
    }

    .nppxJ {
      rotate:0 0 1 0deg;
      transition:rotate 300ms ease;
    }

    .nppxJ.open {
      rotate:0 0 1 180deg;
    }

    .cYsLNC {
      row-gap:.5rem;
      max-width:24rem;
      column-gap:.5rem;
      font-family:inherit;
      padding-top:1rem;
      padding-bottom:1rem;
    }

    .fvaWdC {
      color:#6e6e73;
      display:block;
      font-size:14px;
      font-family:inherit;
      font-weight:400;
      line-height:1.5;
      padding-left:1.5rem;
      list-style-type:disc;
      list-style-position:outside;
    }

    .cZvJcn {
      display:flex;
      font-size:1rem;
      background:#ffffff;
      text-align:left;
      align-items:flex-start;
      font-family:inherit;
      font-weight:500;
      padding-top:.5rem;
      border-color:var(--ai--border-inline);
      border-style:solid;
      border-width:1px;
      padding-left:1rem;
      padding-right:1rem;
      padding-bottom:.5rem;
      justify-content:center;
      border-top-left-radius:100vw;
      border-top-right-radius:100vw;
      border-bottom-left-radius:100vw;
      border-bottom-right-radius:100vw;
    }

    .cZvJcn:focus {
      background:#fafafa;
    }

    .fyFLFF {
      color:#ffffff;
      border:none;
      cursor:pointer;
      display:flex;
      font-size:1rem;
      background:var(--ai--brand-color);
      text-align:center;
      transition:background 300ms ease;
      align-items:center;
      font-family:inherit;
      font-weight:600;
      padding-top:0.5rem;
      padding-left:1rem;
      padding-right:1rem;
      padding-bottom:0.5rem;
      justify-content:center;
      border-top-left-radius:2rem;
      border-top-right-radius:2rem;
      border-bottom-left-radius:2rem;
      border-bottom-right-radius:2rem;
    }

    .fyFLFF:disabled {
      opacity:.5;
    }

    .cms-item-container\:iEp24FKYYUWxzd9oMfsoE {
      max-width:20rem;
      max-height:100%;
      font-family:inherit;
      scroll-snap-align:center;
    }

    .mvp\:sVK-3YF2Va9g1b24PveQn {
      width:100%;
      max-width:var(--ai--container-width);
      font-family:inherit;
    }

    .mvp\:t4UX5GK0njj53nhhc18MC {
      width:100%;
      max-width:var(--ai--container-width);
      padding-left:1rem;
      padding-right:1rem;
    }

    .vAzzo {
      color:#a30003;
      cursor:pointer;
      display:flex;
      opacity:1;
      row-gap:.25rem;
      font-size:14px;
      background:#ffebeb;
      column-gap:.25rem;
      transition:all 300ms ease;
      align-items:center;
      font-family:inherit;
      padding-top:.25rem;
      border-color:#a30003;
      border-style:solid;
      border-width:1px;
      padding-left:0.75rem;
      padding-right:0.75rem;
      flex-direction:row;
      padding-bottom:.25rem;
      justify-content:center;
      border-top-left-radius:100vw;
      border-top-right-radius:100vw;
      border-bottom-left-radius:100vw;
      border-bottom-right-radius:100vw;
    }

    .vAzzo:hover {
      color:#ffffff;
      opacity:1;
      background:#b80000;
    }

    .eDdAwz {
      flex:1;
      color:#000000;
      display:flex;
      animation:6s cubic-bezier(0.42, 0, 0.58, 1) infinite animation-cWOqIx;
      font-size:1rem;
      background:linear-gradient(#ffffff 0%, #ffffff 100%) padding-box padding-box, linear-gradient(var(--angle), #000457 0%, #619aff 50%, var(--ai--brand-color) 100%) border-box border-box;
      align-items:center;
      font-family:inherit;
      padding-top:0.25rem;
      border-color:transparent;
      border-style:solid;
      border-width:2px;
      padding-left:1rem;
      padding-right:.25rem;
      flex-direction:row;
      padding-bottom:0.25rem;
      justify-content:center;
      border-top-left-radius:2rem;
      border-top-right-radius:2rem;
      border-bottom-left-radius:2rem;
      border-bottom-right-radius:2rem;
    }