
  

  
  

  
  
  
  
    


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


    .byAa-Df {
      display:flex;
      row-gap:1rem;
      margin-bottom:2rem;
      flex-direction:column;
    }

    .efEjuI {
      color:#60a5fa;
      font-size:1.875rem;
      font-weight:700;
      line-height:2.25rem;
      margin-bottom:1.5rem;
    }

    .nZLfJ {
      font-size:0.75rem;
      line-height:1rem;
    }

    .dHiKwe {
      display:flex;
      row-gap:0.75rem;
      margin-bottom:1.5rem;
      flex-direction:column;
    }

    .kLkOn {
      display:flex;
      font-size:1.125rem;
      align-items:center;
      line-height:1.75rem;
      flex-direction:row;
    }

    .cyGlGA {
      width:100vw;
      height:100vh;
      overflow:hidden;
      position:relative;
      flex-shrink:0;
      scroll-snap-align:center;
    }

    .dVDcct {
      width:100%;
      display:flex;
      align-items:flex-end;
      flex-direction:row;
      justify-content:space-between;
    }

    .jUoTF {
      color:#f3f4f6;
      font-size:0.875rem;
      font-weight:600;
      line-height:1.25rem;
      transition-duration:150ms;
      transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
      transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
    }

    .jUoTF:hover {
      color:#60a5fa;
    }

    .eXjujO {
      color:#f3f4f6;
    }

    .dGzOBC {
      font-size:0.875rem;
      line-height:1.25rem;
    }

    .eFzHwg {
      color:#9ca3af;
      font-size:0.75rem;
      line-height:1rem;
    }

    .fHnxak {
      gap:0.75rem;
      display:flex;
      align-items:center;
      flex-direction:row;
    }

    .bHsprt {
      top:0px;
      left:0px;
      right:0px;
      bottom:0px;
      display:flex;
      position:absolute;
      align-items:center;
      flex-direction:row;
      justify-content:center;
      background-color:#111827;
    }

    .djsidj {
      gap:0.25rem;
      display:flex;
      position:relative;
      align-items:center;
      border-radius:9999px;
      flex-direction:column;
      transition-duration:150ms;
      transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
      transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
    }

    .djsidj:focus {
      outline:2px solid transparent;
      box-shadow:0 0 0 2px) #fff;
      outline-offset:2px;
    }

    .fuaLZq {
      width:100%;
      height:auto;
    }

    .pvseV {
      width:100%;
      height:50px;
      display:flex;
      background:#ba2626;
      align-items:center;
      padding-left:10px;
      padding-right:10px;
      flex-direction:row;
      justify-content:space-between;
    }

    .eofpDt {
      width:80px;
      height:80px;
    }

    .fzQEfE {
      color:white;
      font-size:var(--font-size-sm);
      background:#64a527;
      font-weight:var(--font-weight-bold);
      padding-top:3px;
      padding-left:6px;
      padding-right:6px;
      padding-bottom:3px;
      border-top-left-radius:8px;
      border-top-right-radius:8px;
      border-bottom-left-radius:8px;
      border-bottom-right-radius:8px;
    }

    .cpDLkR {
      row-gap:5px;
      column-gap:5px;
      padding-top:10px;
      padding-left:10px;
      padding-right:10px;
      padding-bottom:10px;
    }

    .brWgmH {
      top:50px;
      right:0px;
      width:290px;
      height:100vh;
      z-index:200;
      position:absolute;
      background:white;
    }

    .dPnDfO {
      width:70px;
      height:40px;
    }

    .dezQtP {
      width:90%;
      height:50px;
      display:flex;
      row-gap:10px;
      column-gap:10px;
      align-items:center;
      border-color:var(--grey-400);
      border-style:solid;
      border-width:1px;
      flex-direction:row;
      justify-content:center;
      border-top-left-radius:5px;
      border-top-right-radius:5px;
      border-bottom-left-radius:5px;
      border-bottom-right-radius:5px;
    }

    .khfoj {
      color:white;
      width:96%;
      height:40px;
      display:flex;
      background:var(--red-700);
      align-items:center;
      justify-content:center;
      border-top-left-radius:5px;
      border-top-right-radius:5px;
      border-bottom-left-radius:5px;
      border-bottom-right-radius:5px;
    }

    .ecljcS {
      align-items:center;
      padding-top:6px;
      padding-left:10px;
      padding-right:10px;
      padding-bottom:6px;
      justify-content:flex-start;
    }

    .chsnqw {
      width:100px;
      height:40px;
      display:flex;
      align-items:center;
      flex-direction:row;
      justify-content:center;
    }

    .bUGyyM {
      background:#eec8c8;
      padding-top:10px;
      padding-left:10px;
      padding-right:10px;
      padding-bottom:10px;
      border-top-left-radius:5px;
      border-top-right-radius:5px;
      border-bottom-left-radius:5px;
      border-bottom-right-radius:5px;
    }

    .dnBEIh {
      height:40px;
      background:lightgray;
      padding-top:5px;
      padding-left:5px;
      padding-right:5px;
      padding-bottom:5px;
      border-top-left-radius:5px;
      border-top-right-radius:5px;
      border-bottom-left-radius:5px;
      border-bottom-right-radius:5px;
    }

    .fbMFea {
      display:flex;
      row-gap:15px;
      column-gap:15px;
      align-items:center;
      padding-top:20px;
      padding-bottom:20px;
      justify-content:flex-start;
    }

    .cBZdsf {
      row-gap:8px;
      column-gap:8px;
      padding-top:15px;
      padding-left:15px;
      padding-right:15px;
      padding-bottom:15px;
    }

    .zUvUn {
      color:white;
      height:40px;
      display:flex;
      background:var(--red-700);
      align-items:center;
      justify-content:center;
      border-top-left-radius:5px;
      border-top-right-radius:5px;
      border-bottom-left-radius:5px;
      border-bottom-right-radius:5px;
    }

    .nycGg {
      background:#d6f3be;
      padding-top:10px;
      padding-left:10px;
      padding-right:10px;
      padding-bottom:10px;
      border-top-left-radius:5px;
      border-top-right-radius:5px;
      border-bottom-left-radius:5px;
      border-bottom-right-radius:5px;
    }

    .bMJivp {
      color:white;
      font-size:var(--font-size-sm);
      background:#c91b18;
      font-weight:var(--font-weight-bold);
      padding-top:3px;
      padding-left:6px;
      padding-right:6px;
      padding-bottom:3px;
      border-top-left-radius:8px;
      border-top-right-radius:8px;
      border-bottom-left-radius:8px;
      border-bottom-right-radius:8px;
    }

    .fppdmO {
      display:flex;
      text-align:center;
      align-items:center;
      justify-content:flex-start;
    }

    .hBPgn {
      color:white;
      width:32px;
      height:32px;
    }

    .tiktok\:BAJEPEjT1c832YHpNLi0M {
      top:0px;
      right:0px;
      z-index:1000;
      position:sticky;
    }

    .qKLPx {
      display:none;
    }

    .dcKnjD {
      object-fit:cover;
      border-radius:0.375rem;
    }

    .fDuVs {
      gap:1rem;
      display:flex;
      padding:0.5rem;
      position:relative;
      align-items:center;
      border-radius:0.5rem;
      flex-direction:row;
      transition-duration:200ms;
      transition-property:color, background-color, border-color, text-decoration-color, fill, stroke;
      transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
    }

    .fDuVs:hover {
      background-color:#1f2937;
    }

    .fdFKUx {
      padding:0.5rem;
      border-radius:9999px;
      background-color:rgba(255,255,255,0.2);
      transition-duration:200ms;
      transition-property:all;
      transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
    }

    .fdFKUx:hover {
      background-color:rgba(255,255,255,0.3);
    }

    .cZRxpk {
      top:1rem;
      left:1rem;
      color:#9ca3af;
      cursor:pointer;
      padding:0.5rem;
      position:absolute;
      border-radius:9999px;
      transition-duration:200ms;
      transition-property:color, background-color, border-color, text-decoration-color, fill, stroke;
      transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
    }

    .cZRxpk:hover {
      color:#fff;
    }

    .cZRxpk:focus {
      outline:2px solid transparent;
      box-shadow:0 0 0 2px) #60a5fa;
      outline-offset:2px;
    }

    .fFagKh {
      color:#93c5fd;
      width:6rem;
      font-weight:600;
    }

    .eJJbmx {
      gap:1.5rem;
      display:flex;
      text-align:center;
      flex-direction:column;
    }

    .lnpuV {
      font-size:1.125rem;
      font-weight:700;
      line-height:1.75rem;
    }

    .feHtGk {
      width:1.5rem;
      height:1.5rem;
    }

    .cOeEAZ {
      color:#93c5fd;
      font-size:1.25rem;
      font-weight:600;
      line-height:1.75rem;
      margin-bottom:0.75rem;
    }

    .cqxidQ {
      width:1rem;
      height:1rem;
    }

    .cRRmOC {
      gap:0.5rem;
      flex:1;
      max-w:70%;
      display:flex;
      flex-direction:column;
    }

    .eOnMCt {
      width:3rem;
      height:3rem;
      background:var(--grey-900);
      object-fit:cover;
      border-color:#fff;
      border-style:solid;
      border-width:2px;
      border-radius:9999px;
    }

    .dFFORj {
      top:0px;
      left:0px;
      right:0px;
      width:100%;
      bottom:0px;
      height:100%;
      position:absolute;
      object-fit:cover;
    }

    .esmTTF {
      height:100vh;
      position:relative;
      overflow-y:scroll;
      scroll-behavior:smooth;
      background-color:#111827;
      scroll-snap-type:y mandatory;
    }

    .bvfdQm {
      gap:0.25rem;
      cursor:pointer;
      display:flex;
      position:relative;
      align-items:center;
      border-radius:9999px;
      flex-direction:column;
      transition-duration:150ms;
      transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
      transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
    }

    .bvfdQm:focus {
      outline:2px solid transparent;
      box-shadow:0 0 0 2px) #fff;
      outline-offset:2px;
    }

    .bxCzfm {
      gap:0.5rem;
      color:#d1d5db;
      display:flex;
      font-size:0.875rem;
      align-items:center;
      line-height:1.25rem;
      flex-direction:row;
    }

    .eqRvRm {
      color:#60a5fa;
    }

    .eqRvRm:hover {
      text-decoration-line:underline;
    }

    .cPItUD {
      top:0px;
      color:#fff;
      right:0px;
      width:100%;
      bottom:0px;
      display:flex;
      padding:1.5rem;
      z-index:20;
      position:absolute;
      transform:translateX(100%);
      box-shadow:0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
      flex-direction:column;
      justify-content:flex-start;
      background-color:#111827;
      transition-duration:500ms;
      transition-property:transform;
      transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
    }

    @media (min-width: 640px) {

    .cPItUD {
      width:75%;
    }
    }

    @media (min-width: 768px) {

    .cPItUD {
      width:66.666667%;
    }
    }

    @media (min-width: 1024px) {

    .cPItUD {
      width:50%;
    }
    }

    .cPItUD:checked {
      transform:translateX(0px);
    }

    .cneggZ {
      top:0px;
      left:0px;
      color:#fff;
      right:0px;
      bottom:0px;
      display:flex;
      padding:1.5rem;
      z-index:10;
      position:absolute;
      flex-direction:column;
      justify-content:flex-end;
      background-image:linear-gradient(to top, rgba(0,0,0,0.7), rgba(0,0,0,0.3), transparent);
    }

    .fnAYYO {
      color:#e5e7eb;
      line-height:1.625;
      margin-bottom:1.5rem;
    }