
  

  
  

  
  
  
  
    


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


    .bghQZA {
      color:black;
      width:100%;
      height:fit-content;
      background:white;
      min-height:100%;
    }

    .bghQZA.dark {
      color:white;
      background:var(--grey-800);
    }

    .ehRFAV {
      cursor:pointer;
    }

    .beDCGB {
      color:#00000066;
      width:inherit;
      border:none;
      height:100%;
      outline:none;
      font-size:medium;
      padding-top:15px;
      padding-left:26px;
      padding-bottom:15px;
    }

    .doynPA {
      color:var(--grey-600);
      border:none;
      cursor:pointer;
      padding:0px;
      animation:2.6s ease 0ms 1 normal none running animation-dSWPUz, 2.6s ease 0ms 1 normal none running animation-dEuGWA;
      font-size:small;
      background:transparent;
      margin-top:10px;
    }

    @keyframes animation-dEuGWA {
        30% {
          translate: 0 0;
        }

        50% {
          translate: 0 -16px;
        }

        100% {
          translate: 0 0;
        }
    }


    @keyframes animation-dSWPUz {
        0% {
          opacity: 0;
        }

        30% {
          opacity: 0;
        }

        100% {
          opacity: 1;
        }
    }

    .cQmEIx {
      width:60px;
      height:60px;
      object-fit:cover;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .bXRdsU {
      cursor:pointer;
      display:flex;
      row-gap:8px;
      column-gap:8px;
      align-items:center;
      flex-direction:row;
    }

    .cqexOP {
      width:100%;
      display:flex;
      align-items:center;
      padding-right:12px;
      flex-direction:row;
      border-bottom-color:#00000026;
      border-bottom-style:solid;
      border-bottom-width:1px;
    }

    .cqexOP.dark {
      border-bottom-color:#ffffff26;
      border-bottom-style:solid;
      border-bottom-width:1px;
    }

    .bkWTSc {
      color:inherit;
      font-size:small;
    }

    .eTxwTs {
      display:flex;
      row-gap:8px;
      animation:2.6s ease 0ms 1 normal none running animation-dSWPUz, 2.6s ease 0ms 1 normal none running animation-dEuGWA;
      column-gap:8px;
      max-height:300px;
      overflow-y:auto;
      flex-direction:column;
    }


    .fBeNyb {
      width:100%;
      object-fit:cover;
      flex-shrink:0;
      aspect-ratio:1 / 1;
      scroll-snap-align:center;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .eRpQXf {
      width:20px;
      height:20px;
    }

    .mdvXv {
      width:18px;
      height:18px;
    }

    .tgmapp\:08NEPjPcgbm-H05vIGhCQ {
      width:19px;
      height:19px;
    }

    .cKIzGw {
      width:100%;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .cZiTjZ {
      color:white;
      height:48px;
      display:flex;
      font-size:small;
      align-items:center;
      justify-content:center;
    }

    .cZiTjZ.dark {
      color:black;
    }

    .dTDyOO {
      width:100%;
      height:125px;
      object-fit:cover;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .bJegVY {
      display:flex;
      row-gap:5px;
      column-gap:5px;
      align-items:center;
      flex-direction:row;
      justify-content:space-between;
    }

    .FoMbg {
      display:flex;
      row-gap:10px;
      column-gap:10px;
      flex-direction:row;
    }

    .cLqACq {
      color:inherit;
      display:flex;
      row-gap:5px;
      font-size:large;
      column-gap:5px;
      font-weight:var(--font-weight-semi-bold);
      flex-direction:column;
    }

    .flpJxk {
      width:100%;
      display:flex;
      row-gap:10px;
      column-gap:10px;
      overflow-x:auto;
      overflow-y:hidden;
      flex-direction:row;
      scroll-snap-type:x mandatory;
    }

    .cIsNzL {
      color:black;
      cursor:pointer;
      font-size:small;
      padding-top:7px;
      padding-left:14px;
      padding-right:14px;
      padding-bottom:7px;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .cIsNzL.CurrentState {
      color:white;
      background:black;
    }

    .cIsNzL.dark {
      color:inherit;
    }

    .cIsNzL.currentStateDark {
      background:var(--grey-700);
    }

    .bYgBhh {
      color:inherit;
      font-size:small;
      margin-top:10px;
      font-weight:var(--font-weight-semi-bold);
    }

    .coWOAi {
      color:inherit;
    }

    .bQcXI {
      display:flex;
      row-gap:20px;
      flex-wrap:wrap;
      column-gap:20px;
      flex-direction:row;
    }

    .betGJg {
      width:40px;
    }

    .TktWx {
      display:flex;
      row-gap:10px;
      column-gap:10px;
    }

    .ciFsKg {
      display:flex;
      row-gap:3px;
      column-gap:3px;
      align-items:center;
      flex-direction:row;
      justify-content:center;
    }

    .fBsCcr {
      display:flex;
      row-gap:5px;
      column-gap:5px;
    }

    .bnqHDe {
      color:inherit;
      font-size:small;
      margin-top:10px;
    }

    .fzrSZv {
      flex:1;
      width:auto;
      height:48px;
      display:flex;
      background:black;
      align-items:center;
      padding-left:20px;
      padding-right:20px;
      justify-content:center;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .fzrSZv.dark {
      background:white;
    }

    .tgmapp\:6YpMf7vT22KJuXce8HzOZ {
      width:19px;
      height:19px;
      opacity:0.4;
      position:absolute;
    }

    .juIdF {
      padding-left:20px;
      padding-right:20px;
    }

    .cZUnZ {
      font-size:small;
      font-weight:var(--font-weight-semi-bold);
    }

    .lCudQ {
      color:black;
      height:48px;
      display:flex;
      font-size:small;
      align-items:center;
      justify-content:center;
    }

    .fkltEg {
      width:fit-content;
      display:flex;
      row-gap:10px;
      background:#f2f2f4;
      column-gap:10px;
      align-items:center;
      padding-top:10px;
      padding-left:10px;
      padding-right:10px;
      flex-direction:row;
      padding-bottom:10px;
      justify-content:flex-start;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .fkltEg.dark {
      background:var(--grey-700);
    }

    .tgmapp\:94aR408-krKNfYqU8RjEZ {
      width:14px;
      height:14px;
    }

    .tgmapp\:9aq0iB89JoeBU0_OpfwOb {
      width:14px;
      height:14px;
    }

    .XvJlV {
      display:flex;
      align-items:flex-start;
      padding-top:10px;
      flex-direction:row;
      justify-content:space-between;
    }

    .dWbCxn {
      display:flex;
      row-gap:10px;
      column-gap:10px;
      padding-top:10px;
      border-color:#00000026;
      border-style:solid;
      border-width:1px;
      padding-left:10px;
      padding-right:10px;
      padding-bottom:10px;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .dWbCxn.dark {
      border-color:#ffffff26;
      border-style:solid;
      border-width:1px;
    }

    .bxgrZa {
      flex:1;
      display:flex;
      max-width:50%;
      min-width:30%;
      flex-shrink:0;
    }

    .cWxrlu {
      color:var(--grey-400);
      font-size:small;
    }

    .cWxrlu.dark {
      color:white;
    }

    .efyWAx {
      height:34px;
      display:flex;
      row-gap:10px;
      background:#F2F2F4;
      column-gap:10px;
      align-items:center;
      padding-left:10px;
      flex-direction:row;
      justify-content:flex-start;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .efyWAx.dark {
      background:var(--grey-600);
    }

    .votPm {
      flex:1;
      width:100%;
      height:48px;
      display:flex;
      background:black;
      margin-top:20px;
      align-items:center;
      padding-left:20px;
      padding-right:20px;
      justify-content:center;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .votPm.dark {
      background:white;
    }

    .fhErlQ {
      display:flex;
      row-gap:10px;
      column-gap:10px;
      overflow-x:auto;
      flex-direction:row;
    }

    .bLRrjO {
      font-size:small;
    }

    .elBOQA {
      top:10px;
      right:10px;
      position:absolute;
    }

    .elBOQA.isFavorite {
      opacity:1;
    }

    .bvQTBh {
      flex:1;
      display:flex;
      row-gap:10px;
      overflow:hidden;
      max-width:100%;
      column-gap:10px;
      flex-shrink:0;
    }

    .tgmapp\:Cv0tIWzWNU6Q8p0tO79LP {
      width:19px;
      height:19px;
    }

    .fFnVFZ {
      color:var(--grey-600);
      font-size:small;
    }

    .eZNIOQ {
      animation:2.6s ease 0ms 1 normal none running animation-dSWPUz, 2.6s ease 0ms 1 normal none running animation-dEuGWA;
      margin-top:15px;
    }


    .dotmed {
      color:inherit;
      display:flex;
      font-size:x-large;
      text-align:center;
      align-items:center;
      padding-bottom:20px;
      justify-content:center;
    }

    .jqaLQ {
      width:100%;
      display:flex;
      row-gap:20px;
      flex-wrap:wrap;
      column-gap:20px;
      flex-direction:row;
    }

    .bFwCVx {
      top:5px;
      right:5px;
      width:30px;
      height:30px;
      display:flex;
      position:absolute;
      align-items:center;
      justify-content:center;
    }

    .dxtkdM {
      width:20px;
      height:20px;
      display:flex;
      background:white;
      align-items:center;
      justify-content:center;
    }

    .dxtkdM.dark {
      background:var(--grey-600);
    }

    .cVrbFl {
      color:var(--grey-600);
      margin-top:10px;
    }

    .diGKMb {
      color:inherit;
      display:flex;
      row-gap:5px;
      font-size:small;
      column-gap:5px;
      margin-top:10px;
      font-weight:var(--font-weight-semi-bold);
      flex-direction:row;
    }

    .bggOxJ {
      width:200px;
      cursor:pointer;
      flex-shrink:0;
      scroll-snap-align:start;
    }

    .bggOxJ.FirstItem {
      width:220px;
      padding-left:20px;
    }

    .RgdEF {
      width:12px;
      height:12px;
    }

    .cYjyf {
      flex:1;
      color:black;
      width:auto;
      height:48px;
      display:flex;
      background:#f2f2f4;
      align-items:center;
      padding-left:20px;
      padding-right:20px;
      justify-content:center;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .fBQgj {
      top:5px;
      left:5px;
      color:white;
      width:fit-content;
      display:inline;
      position:absolute;
      font-size:x-small;
      background:#fe0645;
      font-family:inherit;
      font-weight:inherit;
      padding-top:4px;
      padding-left:8px;
      padding-right:8px;
      padding-bottom:4px;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .zqYpK {
      width:30px;
      height:30px;
      display:flex;
      align-items:center;
      justify-content:center;
    }

    .eIbFCg {
      display:flex;
      row-gap:20px;
      column-gap:20px;
      flex-direction:row;
    }

    .fEycKP {
      width:16px;
      height:16px;
    }

    .cGBrqc {
      width:100%;
      display:flex;
      overflow-x:auto;
      flex-direction:row;
      scroll-snap-type:x mandatory;
    }

    .faSPsK {
      color:var(--grey-500);
      display:inline;
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
      text-decoration-line:line-through;
    }

    .eAxbwj {
      padding-top:60px;
    }

    .cItYFF {
      flex:1;
      width:auto;
      height:48px;
      display:flex;
      background:black;
      margin-top:20px;
      align-items:center;
      padding-left:20px;
      padding-right:20px;
      justify-content:center;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .cItYFF.dark {
      background:white;
    }

    .tgyiF {
      padding-top:20px;
      padding-left:20px;
      padding-right:20px;
      padding-bottom:20px;
    }

    .LuPVk {
      display:flex;
      row-gap:10px;
      column-gap:10px;
      padding-top:30px;
      padding-left:20px;
      padding-right:20px;
      padding-bottom:30px;
    }

    .eZFfTl {
      top:0px;
      width:100%;
      height:60px;
      display:flex;
      position:fixed;
      background:inherit;
      align-items:center;
      flex-direction:row;
      justify-content:space-between;
      border-bottom-color:#00000026;
      border-bottom-style:solid;
      border-bottom-width:1px;
    }

    .eZFfTl.dark {
      border-bottom-color:#ffffff26;
      border-bottom-style:solid;
      border-bottom-width:1px;
    }

    .dXBZFo {
      color:black;
      font-size:small;
      font-weight:var(--font-weight-semi-bold);
    }

    .dXBZFo.dark {
      color:white;
    }

    .dQNFto {
      color:var(--blue-600);
      font-size:small;
    }

    .ceATzM {
      color:inherit;
      display:flex;
      text-align:center;
      align-items:center;
      justify-content:flex-start;
    }

    .jUHrD {
      color:white;
      height:34px;
      display:flex;
      font-size:small;
      background:black;
      text-align:center;
      align-items:center;
      padding-left:10px;
      padding-right:10px;
      justify-content:center;
      border-top-right-radius:6px;
      border-bottom-right-radius:6px;
    }

    .jUHrD.dark {
      background:var(--grey-700);
    }

    .bcgdim {
      color:inherit;
      width:30px;
      display:flex;
      align-items:center;
      justify-content:center;
    }

    .oRWfi {
      width:100px;
      height:100px;
      margin:0 auto;
      object-fit:cover;
      flex-shrink:0;
      aspect-ratio:1 / 1;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .bOXgPd {
      display:flex;
      row-gap:10px;
      max-width:100%;
      column-gap:10px;
      overflow-x:auto;
      overflow-y:hidden;
      flex-direction:row;
      scroll-padding:10px;
      scroll-behavior:smooth;
      scroll-snap-type:x proximity;
    }

    .fteSaE {
      flex:1;
      width:auto;
      height:48px;
      display:flex;
      background:#F2F2F4;
      align-items:center;
      justify-content:center;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .cdkwov {
      display:flex;
      row-gap:10px;
      column-gap:10px;
      align-items:center;
      padding-left:20px;
      padding-right:20px;
      flex-direction:row;
      justify-content:center;
    }

    .IJHsS {
      width:100%;
      display:flex;
      row-gap:20px;
      column-gap:20px;
      overflow-x:hidden;
      padding-top:20px;
      flex-direction:column;
      scroll-snap-type:x mandatory;
    }

    @keyframes marquee-scroll {
        0% {
          transform: translateX(0%);
        }

        100% {
          transform: translateX(-50%);
        }
    }

    .dGvGFQ {
      width:100%;
      row-gap:20px;
      flex-wrap:wrap;
      column-gap:20px;
      padding-top:20px;
      padding-left:0px;
      padding-right:0px;
      flex-direction:column;
      padding-bottom:20px;
    }

    .epRWMc {
      width:100%;
      height:60px;
      display:flex;
      align-items:center;
      padding-left:20px;
      padding-right:20px;
      flex-direction:row;
      justify-content:space-between;
    }

    .fudEMb {
      display:flex;
      row-gap:10px;
      column-gap:10px;
      align-items:center;
      flex-direction:row;
      justify-content:flex-start;
    }

    .nuDBy {
      color:inherit;
      font-size:var(--font-size-xs);
    }

    .bRijBy {
      width:100%;
      height:100%;
      display:flex;
      position:fixed;
      background:white;
    }

    .bRijBy.dark {
      background:var(--grey-900);
    }

    .MTFyH {
      height:48px;
      display:flex;
      row-gap:10px;
      background:#F2F2F4;
      column-gap:10px;
      align-items:center;
      padding-left:10px;
      padding-right:10px;
      flex-direction:row;
      justify-content:space-between;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .MTFyH.dark {
      background:var(--grey-700);
    }

    .cTjedX {
      flex:1;
      display:flex;
      max-width:50%;
      min-width:40%;
      flex-shrink:0;
    }

    .BpxnM {
      display:flex;
      row-gap:10px;
      column-gap:10px;
      padding-top:20px;
      padding-left:20px;
      padding-right:20px;
      padding-bottom:20px;
    }

    .cohwFh {
      font-weight:bold;
    }

    .erjtBp {
      display:flex;
      row-gap:20px;
      animation:2s ease 0ms 1 normal none running animation-diMMIZ, 2s ease 0ms 1 normal none running animation-biNSsD;
      column-gap:20px;
      align-items:center;
      flex-direction:row;
      justify-content:center;
    }

    @keyframes animation-biNSsD {
        0% {
          translate: 0 0;
        }

        50% {
          translate: 0 -16px;
        }

        100% {
          translate: 0 0;
        }
    }


    @keyframes animation-diMMIZ {
        0% {
          opacity: 0;
        }

        100% {
          opacity: 1;
        }
    }

    .fyzkwT {
      width:100%;
      height:48px;
      animation:2.2s ease 0ms 1 normal none running animation-diMMIZ, 2.2s ease 0ms 1 normal none running animation-fDJqMS;
      font-size:medium;
      padding-top:12px;
      border-color:#00000026;
      border-style:solid;
      border-width:1px;
      padding-left:10px;
      padding-right:10px;
      padding-bottom:12px;
      vertical-align:middle;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .fyzkwT.dark {
      border-color:#ffffff26;
      border-style:solid;
      border-width:1px;
    }


    @keyframes animation-fDJqMS {
        10% {
          translate: 0 0;
        }

        50% {
          translate: 0 -16px;
        }

        100% {
          translate: 0 0;
        }
    }

    .dylall {
      width:100%;
      display:flex;
      row-gap:10px;
      animation:2.4s ease 0ms 1 normal none running animation-deNOiG, 2.4s ease 0ms 1 normal none running animation-eFhDoX;
      column-gap:10px;
      align-items:center;
      flex-direction:row;
      justify-content:flex-start;
    }

    @keyframes animation-deNOiG {
        0% {
          opacity: 0;
        }

        20% {
          opacity: 0;
        }

        100% {
          opacity: 1;
        }
    }


    @keyframes animation-eFhDoX {
        20% {
          translate: 0 0;
        }

        50% {
          translate: 0 -16px;
        }

        100% {
          translate: 0 0;
        }
    }

    .cDSiYW {
      width:100%;
      height:100%;
      display:flex;
      position:fixed;
      background:inherit;
    }

    .bxhpPz {
      height:48px;
      text-align:left;
    }

    .ftuTMM {
      display:inline-flex;
      animation:10s linear 0s infinite normal none running marquee-scroll;
      flex-shrink:0;
      font-weight:bold;
      white-space:nowrap;
    }

    .ccUvcl {
      cursor:pointer;
      display:flex;
      background:#f2f2f4;
      align-items:center;
      padding-top:15px;
      padding-left:15px;
      padding-right:15px;
      flex-direction:row;
      padding-bottom:15px;
      justify-content:space-between;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .ccUvcl.dark {
      background:var(--grey-700);
    }

    .dvktTH {
      display:flex;
      padding-top:20px;
      padding-left:20px;
      padding-right:20px;
    }

    .etEEGS {
      display:flex;
      margin-top:10px;
      align-items:flex-start;
      flex-direction:row;
      justify-content:space-between;
    }

    .cCYXsI {
      width:100%;
    }

    .fcnndG {
      width:120px;
      height:40px;
      border-color:#00000026;
      border-style:solid;
      border-width:1px;
      padding-left:10px;
      padding-right:10px;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .fcnndG.dark {
      border-color:#ffffff26;
      border-style:solid;
      border-width:1px;
    }

    .bIuvfi {
      display:flex;
      background:#f2f2f4;
      align-items:center;
      padding-top:20px;
      padding-left:20px;
      padding-right:20px;
      flex-direction:row;
      padding-bottom:20px;
      justify-content:space-between;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .bIuvfi.dark {
      background:var(--grey-700);
    }

    .dozrPx {
      color:var(--grey-500);
      cursor:pointer;
      font-size:medium;
    }

    .dozrPx.CurrentState {
      color:black;
      text-decoration-line:underline;
    }

    .dozrPx.darkCurrentState {
      color:white;
    }

    .bDhWgA {
      color:inherit;
      width:30px;
      height:30px;
      display:flex;
      background:#f7f7f7;
      align-items:center;
      border-color:#00000026;
      border-style:solid;
      border-width:1px;
      justify-content:center;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .bDhWgA.dark {
      color:inherit;
      background:var(--grey-700);
    }

    .bXMDaN {
      display:flex;
      align-items:center;
      justify-content:center;
    }

    .ctHVZH.selectedST {
      color:white;
    }

    .cCbFZH {
      color:white;
      font-size:small;
    }

    .cCbFZH.dark {
      color:black;
    }

    .fskYFp {
      width:100%;
      display:flex;
      row-gap:10px;
      column-gap:10px;
      overflow-x:auto;
      padding-top:20px;
      flex-direction:row;
      scroll-snap-type:x mandatory;
    }

    .tgmapp\:nc-OXBxSuGHEub50tXZ7P {
      rotate:0 0 1 180deg;
    }

    .dcSbrr {
      color:var(--grey-600);
      font-size:small;
      margin-top:10px;
    }

    .bttCnx {
      font-weight:var(--font-weight-semi-bold);
    }

    .fgoznd {
      display:flex;
      opacity:0.7;
      flex-direction:row;
    }

    .fgoznd.selectedImg {
      opacity:1;
    }

    .cQNlVM {
      display:flex;
      align-items:center;
      flex-direction:row;
      justify-content:space-between;
    }

    .bKjxhQ {
      animation:2.4s ease 0ms 1 normal none running animation-deNOiG, 2.4s ease 0ms 1 normal none running animation-eFhDoX;
      margin-top:15px;
    }


    .bYUBHK {
      display:flex;
      row-gap:10px;
      column-gap:10px;
      padding-top:30px;
      padding-left:20px;
      padding-right:20px;
    }

    .oclXC {
      flex:1 1 0%;
      display:flex;
      min-width:30%;
    }

    .eqwCPL {
      width:100%;
      height:auto;
      object-fit:cover;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .cWiyvN {
      color:inherit;
      display:flex;
      font-size:large;
      text-align:center;
      align-items:center;
      font-weight:bold;
      justify-content:flex-start;
    }

    .eTPujq {
      color:inherit;
      display:flex;
      row-gap:5px;
      font-size:small;
      column-gap:5px;
      margin-top:10px;
      align-items:center;
      font-weight:var(--font-weight-semi-bold);
      flex-direction:row;
      justify-content:flex-start;
    }

    .tYwkD {
      width:50px;
      height:50px;
      display:flex;
      align-items:center;
      border-color:#00000026;
      border-style:solid;
      border-width:1px;
      justify-content:center;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .tYwkD.selectedST {
      background:black;
      border-color:black;
      border-style:solid;
      border-width:1px;
    }

    .tYwkD.dark {
      border-color:#ffffff26;
      border-style:solid;
      border-width:1px;
    }

    .tYwkD.darkSelectedST {
      background:var(--grey-700);
    }

    .tgmapp\:ze-819g7Yg6L9deyA8rrk {
      width:19px;
      height:19px;
    }

    .flYoNh {
      height:48px;
    }

    .dxWGCX {
      display:flex;
      row-gap:10px;
      column-gap:10px;
      margin-top:20px;
      align-items:flex-start;
      flex-direction:column;
      justify-content:center;
    }