
  

  
  

  
  
  
  
    


@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;
--white: #ffffff;
--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;
--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;
--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-intertight: 'Inter Tight',sans-serif;
--font-inter: 'Inter',sans-serif;
--font-poppins: 'Poppins',sans-serif;
--font-amethysta: 'Amethysta',serif;
--font-alice: 'Alice',serif;
--font-arizonia: 'Arizonia',handwriting;
--font-courierprime: 'Courier Prime',monospace;
--font-abhayalibre: 'Abhaya Libre',serif;
--font-abrilfatface: 'Abril Fatface',display;
--font-alegreya: 'Alegreya',serif;
--font-anonymouspro: 'Anonymous Pro',monospace;
--font-anton: 'Anton',sans-serif;
--font-antonio: 'Antonio',sans-serif;
--font-baijamjuree: 'Bai Jamjuree',sans-serif;
--font-badscript: 'Bad Script',handwriting;
--font-geist: 'Geist',sans-serif;

    /* Font size */
    
    /* Font weight */
    --font-weight-regular: 400;
--font-weight-normal: 500;
--font-weight-bold: 700;
--font-weight-semi-bold: 600;
    /* 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 */
    --default: 5px;
    /* 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;
    }
  }
}


    .etAlav {
      width:100%;
      height:fit-content;
      max-width:100%;
      min-width:100%;
      min-height:100%;
      align-items:center;
      font-family:'Inter Tight';
      justify-content:start;
      background-color:#fbfbfe;
    }

    .bTYCdJ {
      font-size:13px;
      font-family:inherit;
      font-weight:500;
    }

    .fuUFKz {
      gap:5px;
      width:65px;
      cursor:pointer;
      height:65px;
      position:relative;
      align-items:center;
      padding-left:0px;
      padding-right:0px;
      flex-direction:row;
      justify-content:end;
    }

    @media (max-width: 470px) {

    .fuUFKz {
      width:33px;
      height:45px;
      position:relative;
      align-items:center;
      padding-left:0px;
      padding-right:0px;
      flex-direction:row;
      justify-content:end;
    }
    }

    .dWFrox {
      color:var(--grey-700, #404040);
      font-size:15px;
      text-align:center;
      font-family:Geist;
      padding-left:15px;
      padding-right:15px;
    }

    .eICrxD {
      top:12px;
      left:12px;
      color:var(--textColor);
      height:30px;
      display:flex;
      row-gap:5px;
      position:fixed;
      background: var(--color);
      column-gap:5px;
      align-items:center;
      padding-left:12px;
      padding-right:12px;
      flex-direction:row;
      justify-content:flex-start;
      border-top-left-radius:12px;
      border-top-right-radius:12px;
      border-bottom-left-radius:12px;
      border-bottom-right-radius:12px;
    }

    .MWJWR {
      flex:1  ;
      display:flex;
      row-gap:12px;
      column-gap:12px;
      align-items:center;
      justify-content:center;
    }

    .ezZGcb {
      top:15px;
      color:#ffffff;
      right:0px;
      z-index:;
      position:absolute;
      font-size:12px;
      font-family:'Inter Tight';
      font-weight:inherit;
      padding-top:3px;
      padding-left:5px;
      border-radius:99px;
      padding-right:5px;
      padding-bottom:3px;
      background-color:var(--red-600, #DC2626);
    }

    @media (max-width: 470px) {

    .ezZGcb {
      top:5px;
      position:absolute;
    }
    }

    .iFOiE {
      width:1240px;
      height:45px;
      align-items:center;
      flex-direction:row;
      justify-content:center;
    }

    @media (max-width: 470px) {

    .iFOiE {
      width:100%;
      height:45px;
      align-items:center;
      padding-left:0px;
      padding-right:0px;
      flex-direction:row;
      justify-content:center;
    }
    }

    .FzjGx {
      width:55px;
      height:55px;
      position:relative;
      max-width:55px;
      max-height:55px;
      align-items:center;
      padding-top:8px;
      padding-right:16px;
      padding-bottom:8px;
      justify-content:center;
    }

    @media (max-width: 470px) {

    .FzjGx {
      width:45px;
      height:45px;
      max-width:45px;
      max-height:45px;
      align-items:start;
      padding-top:0px;
      padding-left:0px;
      padding-right:0px;
      padding-bottom:0px;
      justify-content:start;
    }
    }

    .evtPgY {
      color:var(--grey-600, #525252);
      font-size:13px;
      font-family:inherit;
      font-weight:inherit;
    }

    .bIWYXy {
      gap:10px;
      flex:1;
      width:100%;
      display:flex;
      align-items:center;
      justify-content:center;
    }

    .bySkFM {
      width:fit-content;
      background: white;
      box-shadow:1px 4px 8px 0px #7f7a7a1c, 0px -6px 4px 0px #fbfbfe inset;
      padding-top:4px;
      border-color:var(--grey-200);
      border-style:solid;
      border-width:0.5px;
      padding-left:5px;
      padding-right:10px;
      flex-direction:row;
      padding-bottom:4px;
      border-top-left-radius:10px;
      border-top-right-radius:10px;
      border-bottom-left-radius:10px;
      border-bottom-right-radius:10px;
    }

    .awwwC {
      display:flex;
      font-size:14px;
      align-items:flex-start;
      font-family:Geist;
      font-weight:600;
      justify-content:center;
    }

    .Home\:QjReCoSSoOcjnQUsq6q1l {
      right:8px;
      bottom:5px;
      position:fixed;
    }

    .dmPoZz {
      width:100%;
      cursor:pointer;
      height:100%;
      position:relative;
      max-width:100%;
      max-height:100%;
      object-fit:cover;
      border-radius:6px;
    }

    .ehRFAV {
      cursor:pointer;
    }

    .bXZXQj {
      gap:15px;
      width:100%;
      z-index:;
      position:relative;
      max-width:100%;
      min-width:100%;
      align-items:center;
      flex-direction:row;
      justify-content:center;
      background-color:#ffffff;
      border-top-color:var(--grey-200, #E5E5E5);
      border-top-style:solid;
      border-top-width:0.5px;
    }

    @media (max-width: 470px) {

    .bXZXQj {
      gap:0px;
      z-index:;
      position:relative;
      overflow-x:hidden;
      overflow-y:hidden;
      align-items:center;
      padding-top:0px;
      padding-left:8px;
      padding-right:8px;
      flex-direction:row;
      padding-bottom:0px;
      justify-content:space-between;
    }
    }

    .hzghL {
      gap:12px;
      align-items:center;
      flex-direction:row;
      justify-content:start;
    }

    .fxDzrh {
      top:0px;
      left:0px;
      right:0px;
      width:100%;
      bottom:0px;
      height:100%;
      z-index:99;
      position:fixed;
      max-width:100%;
      background: rgba(0, 0, 0, 0.4);
      max-height:100%;
      align-items:end;
      backdrop-filter:blur(10px);;
      justify-content:center;
    }

    .cECYRp {
      color:var(--grey-400, #A3A3A3);
      font-family:Inter;
      flex-direction:row;
    }

    @media (max-width: 470px) {
    }

    .eQzgeo {
      gap:12px;
      width:fit-content;
      align-items:center;
      flex-direction:row;
      justify-content:start;
    }

    .cCYXsI {
      width:100%;
    }

    .XNfGG {
      color:var(--grey-900, #171717);
      font-size:15px;
      font-family:Inter;
      font-weight:600;
    }

    @media (max-width: 470px) {
    }

    .cosAn {
      color:var(--grey-700);
      font-size:14px;
      font-family:Inter;
      font-weight:500;
    }

    @media (max-width: 470px) {
    }

    .bGkmJW {
      color:var(--grey-500, #737373);
      width:26px;
      cursor:pointer;
      height:26px;
      background: #fbfbfe;
      align-items:center;
      border-color:var(--grey-300);
      border-style:solid;
      border-width:0.5px;
      border-radius:10px;
      justify-content:center;
    }

    .ewjiry {
      color:var(--grey-700);
      font-size:14px;
      font-family:inherit;
      font-weight:inherit;
    }

    .dTasOt {
      gap:8px;
      width:100%;
      align-items:center;
      flex-direction:row;
      justify-content:space-between;
    }

    .biezmH {
      width:100%;
      height:100%;
      object-fit:cover;
    }

    .ceojlx {
      width:100px;
      height:100px;
      overflow-y:hidden;
      border-color:#e5e5e575;
      border-style:solid;
      border-width:1px;
      border-top-left-radius:12px;
      border-top-right-radius:12px;
      border-bottom-left-radius:12px;
      border-bottom-right-radius:12px;
    }

    .cFWImv {
      flex:1;
      width:100%;
      align-items:start;
      justify-content:space-between;
    }

    .eWgcSE {
      gap:16px;
      flex-direction:row;
    }

    .bNbRRu {
      width:100%;
      height:50px;
      align-items:center;
      padding-left:8px;
      padding-right:8px;
      flex-direction:row;
      justify-content:start;
      background-color:#ffffff;
      border-bottom-color:var(--grey-200, #E5E5E5);
      border-bottom-style:solid;
      border-bottom-width:0.5px;
    }

    .bOidOl {
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
      padding-left:5px;
      padding-right:5px;
    }

    .deGFvn {
      color:var(--grey-600);
      font-size:14px;
      font-family:Inter;
      font-weight:500;
      padding-left:8px;
      padding-right:8px;
      text-decoration:line-through;
    }

    @media (max-width: 470px) {

    .deGFvn {
      font-size:14px;
    }
    }

    .fAPmyo {
      flex:1  ;
      row-gap:12px;
      background: white;
      column-gap:12px;
      padding-top:12px;
      padding-left:10px;
      padding-right:10px;
      padding-bottom:12px;
    }

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

    .bMlPlU {
      width:100%;
      z-index:;
      position:relative;
      min-height:100%;
      font-family:'Inter';
      background-color:#fbfbfe;
    }

    @media (min-width: 470px) {

    .bMlPlU {
      width:400px;
      border-left-color:var(--grey-200, #E5E5E5);
      border-left-style:solid;
      border-left-width:0.5px;
    }
    }

    .wPuiC {
      color:var(--white, #ffffff);
      width:100%;
      cursor:pointer;
      height:35px;
      font-size:15px;
      background: var(--theme);
      align-items:center;
      font-family:'Inter';
      padding-left:14px;
      border-radius:13px;
      padding-right:14px;
      justify-content:center;
    }

    .bPZPtE {
      color:var(--grey-700, #404040);
      font-size:inherit;
      font-family:'Inter';
      font-weight:inherit;
    }

    .erSKeK {
      right:0px;
      width:100%;
      bottom:0px;
      height:50px;
      position:fixed;
      align-items:center;
      padding-left:8px;
      padding-right:8px;
      flex-direction:row;
      justify-content:space-between;
      background-color:#ffffff;
      border-top-color:var(--grey-200, #E5E5E5);
      border-top-style:solid;
      border-top-width:0.5px;
      border-top-left-radius:12px;
      border-top-right-radius:12px;
    }

    @media (min-width: 470px) {

    .erSKeK {
      width:400px;
      border-color:var(--grey-200, #E5E5E5);
      border-style:solid;
      border-width:0.5px;
    }
    }

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

    .bHpCOZ {
      color:var(--grey-500, #737373);
      cursor:pointer;
      padding-top:5px;
      padding-left:5px;
      padding-right:5px;
      padding-bottom:5px;
    }

    .fzxntL {
      row-gap:2px;
      column-gap:2px;
      align-items:start;
      flex-direction:column;
      justify-content:start;
    }

    .vSSmT {
      width:100%;
      align-items:center;
      flex-direction:row;
      justify-content:space-between;
    }

    .ehPtgq {
      color:var(--grey-500, #737373);
      width:26px;
      cursor:pointer;
      height:26px;
      background: #fbfbfe;
      align-items:center;
      padding-top:x;
      border-color:var(--grey-300);
      border-style:solid;
      border-width:0.5px;
      border-radius:10px;
      padding-bottom:x;
      justify-content:center;
    }

    .efXwIu {
      flex:1;
      width:100%;
    }

    @media (min-width: 470px) {
    }

    .bOtbrw {
      top:0px;
      left:0px;
      right:0px;
      width:100%;
      bottom:0px;
      height:100%;
      z-index:99;
      position:fixed;
      max-width:100%;
      max-height:100%;
      align-items:center;
      backdrop-filter:blur(10px);;
      justify-content:center;
      background-color:rgba(0, 0, 0, 0.4);;
    }

    .VtOjP {
      gap:3px;
      flex:1;
      color:var(--grey-800, #262626);
      display:flex;
      font-size:15px;
      align-items:start;
      font-family:'Inter';
      font-weight:500;
      flex-direction:column;
      justify-content:start;
    }

    .UzUKt {
      color:var(--red-800, #991B1B);
      text-align:center;
      padding-left:3px;
      padding-right:3px;
    }

    .eAQFKu {
      object-fit:cover;
      border-radius:5px;
    }

    .dHITAA {
      color:#000000;
      width:100%;
      height:44px;
      font-size:16px;
      font-family:'Inter';
      border-color:var(--grey-300, #D4D4D4);
      border-style:solid;
      border-width:0.5px;
      padding-left:12px;
      border-radius:12px;
      padding-right:12px;
      background-color:#fbfbfe;
    }

    .dHITAA:focus {
      outline-color:#000000;
      outline-style:solid;
      outline-width:1.5px;
    }

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

    @media (max-width: 470px) {

    .wsXgs {
      flex:1;
      display:flex;
      align-items:flex-start;
      justify-content:flex-start;
    }
    }

    .dGaoCY {
      gap:3px;
      cursor:pointer;
    }

    .lQLfC {
      font-size:inherit;
      font-family:inherit;
      font-weight:500;
    }

    .bUYwEL {
      color:var(--grey-900, #171717);
      width:100%;
      display:flex;
      font-size:inherit;
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
      justify-content:space-between;
    }

    .eEbzOp {
      color:#00aa5b;
    }

    .bbDmxX {
      gap:5px;
      width:80%;
      font-size:17px;
      align-items:center;
      font-family:'Inter';
      font-weight:600;
      flex-direction:row;
      justify-content:start;
    }

    .esuuLz {
      flex:1;
      width:100%;
      font-size:14px;
      text-align:left;
      font-family:'Inter';
      font-weight:700;
      white-space:normal;
    }

    @media (max-width: 470px) {

    .esuuLz {
      width:93%;
      line-height:19px;
    }
    }

    .QWLSQ {
      gap:6px;
      width:100%;
      max-width:100%;
      align-items:start;
      flex-direction:column;
      justify-content:start;
    }

    .bpMRFp {
      color:var(--grey-50, #FAFAFA);
      width:48%;
      cursor:pointer;
      height:32px;
      font-size:15px;
      background: black;
      align-items:center;
      border-color:black;
      border-style:solid;
      border-width:1px;
      border-radius:12px;
      justify-content:center;
    }

    .dxEuSA {
      color:var(--grey-900, #171717);
      display:flex;
      font-size:13px;
      align-items:center;
      font-family:'Poppins';
      font-weight:600;
      padding-top:5px;
      padding-left:5px;
      padding-right:5px;
      flex-direction:row;
      padding-bottom:5px;
      justify-content:space-between;
    }

    .finLOj {
      font-size:16px;
      font-family:'Inter';
      font-weight:700;
    }

    .njsEZ {
      gap:10px;
      width:100%;
      cursor:pointer;
      height:44px;
      max-width:100%;
      align-items:center;
      padding-top:8px;
      border-color:var(--grey-300, #D4D4D4);
      border-style:solid;
      border-width:0.5px;
      padding-left:15px;
      border-radius:12px;
      padding-right:15px;
      flex-direction:row;
      padding-bottom:8px;
      justify-content:start;
      background-color:#fbfbfe;
    }

    .eJThFA {
      gap:7px;
      width:400px;
      box-shadow:1px 4px 8px 0px #cdcbcb1a;
      max-height:98%;
      overflow-x:clip;
      overflow-y:auto;
      font-family:'Inter';
      border-color:var(--grey-300, #D4D4D4);
      border-style:solid;
      border-width:0.5px;
      border-radius:19px;
      padding-bottom:15px;
      background-color:#ffffff;
    }

    @media (max-width: 470px) {

    .eJThFA {
      width:100%;
      height:100%;
      max-height:100%;
      overflow-y:auto;
      padding-bottom:14px;
      border-top-left-radius:0px;
      border-top-right-radius:0px;
      border-bottom-left-radius:0px;
      border-bottom-right-radius:0px;
    }
    }

    .csJYgU {
      width:100%;
      row-gap:10px;
      column-gap:10px;
    }

    .cddTOy {
      width:100%;
      height:100%;
      z-index:99;
      position:fixed;
      max-width:100%;
      min-width:100%;
      max-height:100%;
      min-height:100%;
      align-items:center;
      backdrop-filter:blur(10px);;
      justify-content:center;
      background-color:rgba(255, 255, 255, 0.2);;
    }

    .kVHum {
      gap:10px;
      color:var(--grey-800, #262626);
      width:100%;
      cursor:pointer;
      height:48px;
      display:flex;
      font-size:15px;
      margin-top:5px;
      align-items:center;
      font-family:'Geist';
      font-weight:inherit;
      padding-top:6px;
      border-color:var(--grey-300, #D4D4D4);
      border-style:solid;
      border-width:0.5px;
      padding-left:15px;
      border-radius:15px;
      margin-bottom:5px;
      padding-right:15px;
      flex-direction:row;
      padding-bottom:6px;
      justify-content:start;
    }

    .bhownz {
      width:400px;
      height:fit-content;
      max-height:85%;
      overflow-y:scroll;
      font-family:'Inter Tight';
      padding-top:12px;
      border-color:var(--grey-300, #D4D4D4);
      border-style:solid;
      border-width:0.5px;
      padding-left:12px;
      padding-right:12px;
      padding-bottom:12px;
      background-color:var(--white, #ffffff);
      border-top-left-radius:25px;
      border-top-right-radius:12px;
      border-bottom-left-radius:25px;
      border-bottom-right-radius:12px;
    }

    @media (max-width: 470px) {

    .bhownz {
      width:95%;
      height:95%;
      max-height:95%;
    }
    }

    .fEblkh {
      gap:3px;
      flex:1;
      color:var(--grey-800, #262626);
      width:90%;
      display:flex;
      font-size:15px;
      align-items:start;
      font-family:'Inter';
      font-weight:500;
      flex-direction:column;
      justify-content:start;
    }

    .bCBOpj {
      gap:10px;
      flex:1;
      color:var(--grey-800, #262626);
      width:100%;
      display:flex;
      font-size:15px;
      overflow-x:clip;
      align-items:center;
      font-family:'Inter';
      font-weight:500;
      flex-direction:row;
      justify-content:start;
    }

    .eKbSoO {
      color:var(--grey-900, #171717);
      font-size:12px;
      font-family:'Poppins';
      font-weight:inherit;
      padding-left:5px;
      padding-right:5px;
    }

    .bqMhEb {
      gap:5px;
      width:400px;
      font-family:Inter;
      padding-top:18px;
      border-color:var(--grey-200, #E5E5E5);
      border-style:solid;
      border-width:1px;
      padding-left:18px;
      border-radius:15px;
      padding-right:18px;
      padding-bottom:18px;
      background-color:#fbfbfe;
    }

    @media (max-width: 470px) {

    .bqMhEb {
      width:94%;
    }
    }

    .bQHNxM {
      top:0px;
      left:0px;
      right:0px;
      width:100%;
      bottom:0px;
      height:100%;
      z-index:99;
      position:fixed;
      max-width:100%;
      max-height:100%;
      align-items:center;
      backdrop-filter:blur(10px);;
      justify-content:center;
      background-color:rgba(255, 255, 255, 0.2);;
    }

    .eytrvz {
      gap:10px;
      color:var(--grey-800, #262626);
      width:100%;
      cursor:pointer;
      height:48px;
      display:flex;
      font-size:15px;
      margin-top:5px;
      overflow-x:clip;
      overflow-y:clip;
      align-items:center;
      font-family:'Geist';
      font-weight:inherit;
      padding-top:6px;
      border-color:var(--grey-300, #D4D4D4);
      border-style:solid;
      border-width:0.5px;
      padding-left:9px;
      border-radius:15px;
      margin-bottom:5px;
      padding-right:9px;
      flex-direction:row;
      padding-bottom:6px;
      justify-content:start;
    }

    .eucUef {
      width:400px;
      height:fit-content;
      max-height:85%;
      overflow-y:scroll;
      font-family:'Inter Tight';
      padding-top:12px;
      border-color:var(--grey-300, #D4D4D4);
      border-style:solid;
      border-width:0.5px;
      padding-left:12px;
      padding-right:12px;
      padding-bottom:12px;
      background-color:var(--white, #ffffff);
      border-top-left-radius:25px;
      border-top-right-radius:12px;
      border-bottom-left-radius:25px;
      border-bottom-right-radius:12px;
    }

    @media (max-width: 470px) {

    .eucUef {
      width:95%;
      height:fit-content;
      max-height:95%;
    }
    }

    .Dqdke {
      width:47px;
      height:31px;
      object-fit:contain;
      border-radius:8px;
    }

    .fwWYFc {
      color:var(--grey-700, #404040);
      font-size:15px;
      font-family:inherit;
      font-weight:500;
    }

    .cfQUiL {
      gap:3px;
    }

    .cPHbqE {
      color:var(--grey-900, #171717);
      font-size:13px;
      font-family:'Poppins';
      font-weight:600;
      padding-left:5px;
      padding-right:5px;
    }

    .ckTCF {
      align-items:end;
      padding-top:5px;
      flex-direction:row;
      justify-content:space-between;
    }

    .eUhfvy {
      width:100%;
      max-width:100%;
      align-items:start;
      flex-direction:column;
      justify-content:start;
    }

    .cCsTuF {
      color:var(--grey-900, #171717);
      font-size:13px;
      font-family:'Poppins';
      font-weight:600;
      padding-top:15px;
      padding-left:5px;
      padding-right:5px;
    }

    .dRncan {
      color:var(--grey-500, #737373);
      width:100%;
      display:flex;
      font-size:inherit;
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
      justify-content:space-between;
    }

    .fkVysl {
      right:5px;
      position:absolute;
    }

    .hEBgq {
      display:flex;
      font-size:55px;
      align-items:center;
      padding-top:5px;
      padding-bottom:5px;
      justify-content:center;
    }

    .dRrtcW {
      gap:5px;
      top:25px;
      left:25px;
      color:var(--yellow-700, #B45309);
      width:fit-content;
      display:flex;
      position:fixed;
      font-size:14px;
      box-shadow:0px 1px 8px 0px #c4c4c429;
      margin-top:12px;
      align-items:center;
      font-family:'Inter';
      font-weight:500;
      padding-top:10px;
      border-color:#b4530930;
      border-style:solid;
      border-width:1px;
      padding-left:12px;
      border-radius:12px;
      padding-right:12px;
      flex-direction:row;
      padding-bottom:10px;
      justify-content:start;
      background-color:var(--yellow-50, #FFFBEB);
    }

    @media (max-width: 470px) {

    .dRrtcW {
      top:5px;
      left:5px;
      display:flex;
      position:fixed;
      font-size:12px;
      align-items:start;
      padding-top:12px;
      padding-left:12px;
      padding-right:12px;
      flex-direction:row;
      padding-bottom:12px;
      justify-content:start;
    }
    }

    .tqyyq {
      display:flex;
      background: #fbfbfe;
      align-items:center;
      padding-top:15px;
      padding-left:15px;
      padding-right:15px;
      flex-direction:row;
      padding-bottom:10px;
      justify-content:space-between;
      border-bottom-color:var(--grey-300, #D4D4D4);
      border-bottom-style:solid;
      border-bottom-width:0.5px;
      border-top-left-radius:19px;
      border-top-right-radius:19px;
    }

    .eBoSDR {
      color:#000000;
      width:100%;
      height:44px;
      font-size:16px;
      align-items:start;
      font-family:'Inter';
      border-color:var(--grey-300, #D4D4D4);
      border-style:solid;
      border-width:0.5px;
      padding-left:12px;
      border-radius:12px;
      padding-right:12px;
      justify-content:center;
      background-color:#fbfbfe;
    }

    .evSEBJ {
      color:var(--white, #ffffff);
      width:100%;
      cursor:pointer;
      height:44px;
      font-size:14px;
      background: var(--theme);
      align-items:center;
      font-weight:600;
      padding-top:8px;
      padding-left:8px;
      border-radius:12px;
      padding-right:8px;
      flex-direction:row;
      padding-bottom:8px;
      justify-content:center;
    }

    .hTIYG {
      color:black;
      width:48%;
      cursor:pointer;
      height:32px;
      font-size:15px;
      background: #fbfbfe;
      align-items:center;
      border-color:black;
      border-style:solid;
      border-width:1px;
      border-radius:12px;
      justify-content:center;
    }

    .cAzKDA {
      width:100%;
      cursor:pointer;
      height:44px;
      max-width:100%;
      align-items:start;
      padding-top:8px;
      border-color:var(--grey-300, #D4D4D4);
      border-style:solid;
      border-width:0.5px;
      padding-left:9px;
      border-radius:12px;
      padding-right:9px;
      flex-direction:column;
      padding-bottom:8px;
      justify-content:center;
      background-color:#fbfbfe;
    }

    .dSRdLT {
      font-size:14px;
      text-align:left;
      font-family:'Inter';
      font-weight:500;
    }

    @media (max-width: 470px) {

    .dSRdLT {
      line-height:19px;
    }
    }

    .buUhke {
      gap:3px;
      flex:1;
      color:var(--grey-800, #262626);
      width:100%;
      display:flex;
      font-size:15px;
      align-items:center;
      font-family:'Inter';
      font-weight:500;
      padding-left:6px;
      flex-direction:row;
      justify-content:space-between;
    }

    .dDGJTX {
      color:var(--grey-500, #737373);
      cursor:pointer;
      padding-top:5px;
      border-color:var(--grey-200, #E5E5E5);
      border-style:solid;
      border-width:0.5px;
      padding-left:5px;
      border-radius:25px;
      padding-right:5px;
      padding-bottom:5px;
      background-color:#e5e5e563;
    }

    .eqFslf {
      width:1240px;
      height:65px;
      align-items:center;
      flex-direction:row;
      justify-content:space-between;
    }

    @media (max-width: 470px) {

    .eqFslf {
      width:100%;
      height:55px;
      align-items:center;
      padding-left:0px;
      padding-right:0px;
      flex-direction:row;
      justify-content:space-between;
    }
    }

    .ffbLhs {
      flex:1;
    }

    .bqlMkz {
      justify-content:start;
    }

    .gRecI {
      color:var(--textcolor, #ffffff);
      width:100%;
      cursor:default;
      font-size:var(--textsize);
      align-items:center;
      font-family:'Inter';
      border-color:var(--bordercolor, #000000);
      border-style:solid;
      border-width:var(--borderwidth);
      border-radius:var(--cornerround);
      justify-content:center;
    }

    .cvHXHW {
      width:100%;
      cursor:auto;
    }

    .nXtpp {
      cursor:pointer;
      align-items:center;
      justify-content:center;
    }

    .cTHpFR {
      width:100%;
      display:flex;
      position:relative;
      max-width:100%;
      background:white;
      align-items:flex-start;
      padding-top:25px;
      padding-left:25px;
      padding-right:25px;
      flex-direction:row;
      padding-bottom:25px;
      justify-content:center;
    }

    @media (max-width: 470px) {

    .cTHpFR {
      row-gap:15px;
      column-gap:15px;
      padding-top:5px;
      padding-left:5px;
      padding-right:5px;
      flex-direction:column;
      padding-bottom:5px;
    }
    }

    .ZkAvm {
      display:flex;
      background: #fbfbfe;
      align-items:center;
      padding-top:15px;
      padding-left:15px;
      padding-right:15px;
      flex-direction:row;
      padding-bottom:10px;
      justify-content:space-between;
      border-bottom-color:var(--grey-300, #D4D4D4);
      border-bottom-style:solid;
      border-bottom-width:0.5px;
      border-top-left-radius:12px;
      border-top-right-radius:12px;
    }

    .bUREar {
      color:var(--grey-900, #171717);
      font-size:15px;
      font-family:Inter;
      font-weight:500;
      padding-top:15px;
      padding-left:5px;
      padding-right:5px;
    }

    @media (max-width: 470px) {

    .bUREar {
      font-size:12px;
    }
    }

    .cVNotZ {
      top:15px;
      left:12px;
      color:var(--grey-800);
      position:absolute;
      font-size:15px;
      transition:all 300ms ease  normal;
      font-family:Inter;
      font-weight:inherit;
    }

    .cVNotZ.active {
      top:6px;
      left:12px;
      color:var(--grey-400);
      position:absolute;
      font-size:9px;
    }

    .eaIYcw {
      color:var(--grey-900, #171717);
      font-size:15px;
      font-family:Inter;
      font-weight:500;
      padding-left:5px;
      padding-right:5px;
    }

    @media (max-width: 470px) {

    .eaIYcw {
      font-size:12px;
    }
    }

    .slzLn {
      width:5%;
      max-width:5%;
      min-width:5%;
      align-items:start;
      padding-top:3px;
      padding-left:3px;
      padding-right:3px;
      flex-direction:column;
      padding-bottom:3px;
      justify-content:start;
    }

    @media (max-width: 470px) {

    .slzLn {
      width:7%;
      max-width:7%;
      min-width:7%;
      align-items:start;
      padding-left:0px;
      padding-right:0px;
      justify-content:start;
    }
    }

    .dNCnFN {
      color:black;
      font-size:12px;
      font-family:Inter;
      font-weight:inherit;
    }

    .iLKfX {
      color:black;
      width:100%;
      max-height:21px;
      overflow-x:hidden;
      overflow-y:hidden;
    }

    @media (max-width: 470px) {

    .iLKfX {
      max-height:21px;
    }
    }

    .dlzEZr {
      top:0px;
      left:0px;
      right:0px;
      bottom:0px;
      z-index:99;
      position:fixed;
      max-width:100%;
      min-width:100%;
      max-height:100%;
      min-height:100%;
      overflow-x:clip;
      overflow-y:clip;
      align-items:center;
      font-family:'Inter';
      justify-content:end;
      background-color:#404040ba;
    }

    @media (min-width: 470px) {

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

    .bzINeT {
      width:100%;
      height:100%;
      object-fit:cover;
      border-color:var(--grey-200, #E5E5E5);
      border-style:solid;
      border-width:0.5px;
      border-radius:12px;
    }

    .cObxTU {
      color:var(--white, #ffffff);
      width:100%;
      cursor:pointer;
      height:35px;
      font-size:13px;
      background: var(--theme);
      align-items:center;
      border-radius:12px;
      justify-content:center;
    }

    .uGEjy {
      width:100%;
      height:55px;
      align-items:center;
      padding-left:12px;
      padding-right:12px;
      justify-content:center;
    }

    .YauAh {
      color:var(--grey-800, #262626);
      width:fit-content;
      cursor:pointer;
      font-size:15px;
      align-items:center;
      font-weight:400;
      padding-top:8px;
      border-color:var(--grey-200, #E5E5E5);
      border-style:solid;
      border-width:0.5px;
      padding-left:15px;
      padding-right:15px;
      padding-bottom:8px;
      justify-content:center;
      background-color:#eaeaec;
      border-top-left-radius:11px;
      border-top-right-radius:11px;
      border-bottom-left-radius:11px;
      border-bottom-right-radius:11px;
    }

    .YauAh.active {
      color:var(--white);
      background: var(--theme);
    }

    .MQzOW {
      height:125px;
      flex-direction:row;
      border-bottom-color:var(--grey-200, #E5E5E5);
      border-bottom-style:solid;
      border-bottom-width:0.5px;
    }

    .eJDwSa {
      width:100%;
      border-bottom-color:var(--grey-200, #E5E5E5);
      border-bottom-style:solid;
      border-bottom-width:0.5px;
    }

    .bwgBds {
      color:var(--grey-500, #737373);
      padding-top:5px;
      border-color:var(--grey-200, #E5E5E5);
      border-style:solid;
      border-width:0.5px;
      padding-left:5px;
      border-radius:25px;
      padding-right:5px;
      padding-bottom:5px;
      background-color:#e5e5e563;
    }

    .dCHmpV {
      gap:8px;
      flex-wrap:wrap;
      padding-top:5px;
      flex-direction:row;
      padding-bottom:5px;
    }

    .eUpRKG {
      color:var(--grey-700);
      font-size:14px;
      font-family:inherit;
      font-weight:500;
      padding-top:8px;
      padding-bottom:8px;
    }

    .cqxPJX {
      color:var(--grey-700);
      font-size:14px;
      font-family:inherit;
      padding-top:8px;
      padding-bottom:8px;
    }

    .bfsYGW {
      width:100%;
      background-color:#ffffff;
      border-top-color:var(--grey-200, #E5E5E5);
      border-top-style:solid;
      border-top-width:1px;
      border-top-left-radius:15px;
      border-top-right-radius:15px;
    }

    @media (min-width: 470px) {

    .bfsYGW {
      width:400px;
      border-top-left-radius:15px;
      border-top-right-radius:15px;
      border-bottom-left-radius:15px;
      border-bottom-right-radius:15px;
    }
    }

    .EDANi {
      width:125px;
      height:125px;
      align-items:center;
      padding-top:12px;
      padding-left:12px;
      padding-right:12px;
      padding-bottom:12px;
      justify-content:center;
    }

    .fBdZJs {
      color:var(--white, #ffffff);
      width:100%;
      cursor:pointer;
      height:35px;
      font-size:13px;
      background:var(--theme);
      align-items:center;
      border-radius:12px;
      justify-content:center;
    }

    .dBjAGb {
      color:var(--grey-700, #404040);
      font-size:14px;
      font-family:inherit;
      font-weight:inherit;
    }

    .crnXUP {
      gap:10px;
      height:fit-content;
      min-height:250px;
      padding-top:12px;
      padding-left:12px;
      padding-right:12px;
      padding-bottom:12px;
    }

    .eledpQ {
      width:100%;
      height:48px;
      display:flex;
      align-items:center;
      padding-left:12px;
      padding-right:12px;
      flex-direction:row;
      justify-content:space-between;
      border-bottom-color:var(--grey-200, #E5E5E5);
      border-bottom-style:solid;
      border-bottom-width:0.5px;
    }

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

    .fnOhyN {
      color:var(--grey-900, #171717);
      display:flex;
      font-size:13px;
      align-items:center;
      font-family:Poppins;
      font-weight:500;
      padding-top:5px;
      padding-left:5px;
      padding-right:5px;
      flex-direction:row;
      padding-bottom:5px;
      justify-content:space-between;
    }

    .cROhua {
      gap:5px;
      font-size:17px;
      align-items:center;
      font-family:'Inter';
      font-weight:600;
      flex-direction:row;
      justify-content:start;
    }

    .ezUzwU {
      width:100%;
      cursor:pointer;
      height:50px;
      max-width:100%;
      align-items:start;
      padding-top:8px;
      border-color:var(--grey-300);
      border-style:solid;
      border-width:1px;
      padding-left:9px;
      border-radius:12px;
      padding-right:9px;
      flex-direction:column;
      padding-bottom:8px;
      justify-content:center;
    }

    .fpChYm {
      color:black;
      width:22px;
      cursor:pointer;
      height:24px;
      align-items:center;
      padding-top:x;
      padding-bottom:x;
      justify-content:center;
      border-right-color:var(--grey-300);
      border-right-style:solid;
      border-right-width:1px;
    }

    .fpChYm:hover {
      color:var(--grey-50, #FAFAFA);
      background-color:var(--grey-800, #262626);
    }

    .eAWpRt {
      padding-top:2px;
      padding-left:2px;
      padding-right:2px;
      padding-bottom:2px;
    }

    .fBPIpv {
      flex:1;
      color:var(--grey-900, #171717);
      height:35px;
      z-index:5;
      font-size:16px;
      font-weight:500;
      padding-left:12px;
      padding-right:12px;
    }

    .bWkPha {
      color:var(--grey-800, #262626);
      display:flex;
      row-gap:2px;
      font-size:14px;
      column-gap:2px;
      align-items:center;
      font-family:'Inter Tight';
      font-weight:700;
      flex-direction:row;
      justify-content:flex-start;
    }

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

    .cMjEfN {
      width:fit-content;
      background:var(--grey-100);
      overflow-x:hidden;
      overflow-y:hidden;
      align-items:center;
      border-color:var(--grey-300);
      border-style:solid;
      border-width:0.5px;
      flex-direction:row;
      justify-content:start;
      border-top-left-radius:8px;
      border-top-right-radius:8px;
      border-bottom-left-radius:8px;
      border-bottom-right-radius:8px;
    }

    .binvYJ {
      color:black;
      width:22px;
      cursor:pointer;
      height:24px;
      align-items:center;
      justify-content:center;
      border-left-color:var(--grey-300);
      border-left-style:solid;
      border-left-width:1px;
    }

    .binvYJ:hover {
      color:var(--grey-50, #FAFAFA);
      background-color:var(--grey-800, #262626);
    }

    .csovuM {
      gap:7px;
      width:600px;
      background:;
      font-family:'Inter';
      padding-left:25px;
      padding-right:15px;
      padding-bottom:15px;
    }

    @media (max-width: 470px) {

    .csovuM {
      width:100%;
      overflow-y:auto;
      padding-left:0px;
      padding-right:0px;
      padding-bottom:14px;
    }
    }

    .bwpfKH {
      height:50px;
      display:flex;
      background:#fbfbfe;
      align-items:flex-end;
      border-color:var(--grey-300);
      border-style:solid;
      border-width:1px;
      padding-left:x;
      border-radius:12px;
      flex-direction:row;
      justify-content:flex-start;
    }

    .bwpfKH.active {
      border-color:black;
      border-style:solid;
      border-width:1px;
      outline-color:#000000;
      outline-style:solid;
      outline-width:1px;
    }

    .ewPyFu {
      color:black;
      width:35px;
      cursor:pointer;
      height:24px;
      font-size:12px;
      align-items:center;
      font-family:Geist;
      padding-top:x;
      padding-bottom:x;
      justify-content:center;
    }

    .ewPyFu.active {
      background:white;
      border-left-color:var(--grey-300);
      border-left-style:solid;
      border-left-width:0.5px;
    }

    .wxKjb {
      color:var(--grey-900, #171717);
      font-size:15px;
      font-family:Inter;
      font-weight:500;
      padding-top:15px;
      padding-left:5px;
      padding-right:5px;
    }

    .dUhvJY {
      row-gap:10px;
      column-gap:10px;
    }

    .v2FormCheckout\:HzTr99zuKw7WP3r7w-qXK {
      top:0px;
      left:0px;
      right:0px;
      bottom:0px;
      position:fixed;
    }

    .beGHZj {
      color:var(--grey-400);
      font-size:9px;
      font-family:inherit;
      font-weight:inherit;
    }

    .faLJCc {
      width:100%;
      height:100%;
      max-width:100%;
      max-height:100%;
      object-fit:cover;
      align-items:start;
      border-radius:8px;
      justify-content:center;
    }

    .emmsWB {
      color:black;
      width:35px;
      cursor:pointer;
      height:24px;
      font-size:12px;
      align-items:center;
      font-family:Geist;
      padding-top:x;
      padding-bottom:x;
      justify-content:center;
    }

    .emmsWB.active {
      background:white;
      border-right-color:var(--grey-300);
      border-right-style:solid;
      border-right-width:0.5px;
    }

    .cPoeXg {
      gap:10px;
      width:100%;
      cursor:pointer;
      height:44px;
      max-width:100%;
      align-items:center;
      padding-top:8px;
      border-color:var(--grey-300);
      border-style:solid;
      border-width:1px;
      padding-left:15px;
      border-radius:12px;
      padding-right:15px;
      flex-direction:row;
      padding-bottom:8px;
      justify-content:start;
    }

    .cLPhRs {
      width:fit-content;
      row-gap:8px;
      column-gap:8px;
      overflow-x:hidden;
      overflow-y:hidden;
      align-items:center;
      border-color:var(--grey-300);
      border-style:solid;
      border-width:0.5px;
      flex-direction:row;
      justify-content:start;
      border-top-left-radius:8px;
      border-top-right-radius:8px;
      border-bottom-left-radius:8px;
      border-bottom-right-radius:8px;
    }

    .eywYdw {
      color:var(--grey-700);
      font-size:10px;
      background: #fbfbfe;
      font-family:inherit;
      font-weight:600;
      padding-top:4px;
      border-color:var(--grey-300);
      border-style:solid;
      border-width:0.5px;
      padding-left:8px;
      padding-right:8px;
      padding-bottom:4px;
      border-top-left-radius:7px;
      border-top-right-radius:7px;
      border-bottom-left-radius:7px;
      border-bottom-right-radius:7px;
    }

    .blvHZm {
      left:0px;
      width:100%;
      bottom:0px;
      height:30px;
      display:flex;
      row-gap:5px;
      position:absolute;
      column-gap:5px;
      align-items:center;
      padding-left:5px;
      flex-direction:row;
      justify-content:space-between;
    }

    .cegcqU {
      color:var(--grey-700);
      font-size:10px;
      background:#fbfbfe;
      font-family:inherit;
      font-weight:600;
      padding-top:4px;
      border-color:var(--grey-300);
      border-style:solid;
      border-width:0.5px;
      padding-left:8px;
      padding-right:8px;
      padding-bottom:4px;
      border-top-left-radius:7px;
      border-top-right-radius:7px;
      border-bottom-left-radius:7px;
      border-bottom-right-radius:7px;
    }

    .buqaiG {
      width:600px;
      background: white;
      overflow-x:clip;
      overflow-y:clip;
      border-color:var(--grey-300);
      border-style:solid;
      border-width:0.5px;
      border-top-left-radius:12px;
      border-top-right-radius:12px;
      border-bottom-left-radius:12px;
      border-bottom-right-radius:12px;
    }

    @media (max-width: 470px) {

    .buqaiG {
      width:100%;
    }
    }

    .dqWctw {
      display:flex;
      background: #fbfbfe;
      align-items:center;
      padding-top:12px;
      padding-left:15px;
      padding-right:15px;
      flex-direction:row;
      padding-bottom:8px;
      justify-content:space-between;
      border-bottom-color:var(--grey-300, #D4D4D4);
      border-bottom-style:solid;
      border-bottom-width:0.5px;
      border-top-left-radius:15px;
      border-top-right-radius:15px;
    }

    .fsWRSn {
      cursor:pointer;
      height:50px;
      display:flex;
      background:#fbfbfe;
      align-items:center;
      border-color:var(--grey-300);
      border-style:solid;
      border-width:1px;
      padding-left:12px;
      border-radius:12px;
      padding-right:12px;
      flex-direction:row;
      justify-content:flex-start;
    }

    .ebdDud {
      color:var(--grey-600, #525252);
      width:100%;
      height:103px;
      display:flex;
      font-size:13px;
      max-width:100%;
      background:;
      align-items:flex-start;
      font-family:inherit;
      font-weight:600;
      padding-top:8px;
      padding-left:12px;
      padding-right:12px;
      flex-direction:row;
      padding-bottom:8px;
      justify-content:flex-start;
      border-bottom-color:var(--grey-300);
      border-bottom-style:solid;
      border-bottom-width:var(--borderBottom);
    }

    @media (max-width: 470px) {

    .ebdDud {
      height:100px;
      display:flex;
      align-items:flex-start;
      padding-left:3px;
      padding-right:7px;
      flex-direction:row;
      justify-content:flex-start;
    }
    }

    .ddSMLk {
      flex:1;
      height:82px;
      display:flex;
      row-gap:8px;
      font-size:14px;
      column-gap:8px;
      align-items:flex-start;
      font-family:Inter Tight;
      font-weight:700;
      padding-left:7px;
      padding-right:7px;
      flex-direction:column;
      justify-content:flex-start;
    }

    @media (max-width: 470px) {

    .ddSMLk {
      height:85px;
      display:flex;
      row-gap:5px;
      column-gap:5px;
      align-items:flex-start;
      padding-top:2px;
      padding-bottom:2px;
      justify-content:flex-start;
    }
    }

    .dUpvIm {
      color:var(--grey-800);
      width:100%;
      display:flex;
      position:relative;
      font-size:14px;
      align-items:center;
      font-family:Inter;
      font-weight:inherit;
      flex-direction:row;
      justify-content:space-between;
    }

    .fxxXHN {
      width:15%;
      height:82px;
      max-width:15%;
      min-width:15%;
      max-height:82px;
      min-height:82px;
      align-items:start;
      padding-top:2px;
      padding-left:2px;
      padding-right:2px;
      padding-bottom:2px;
      justify-content:center;
    }

    @media (max-width: 470px) {

    .fxxXHN {
      width:24%;
      height:85px;
      max-width:24%;
      min-width:24%;
      max-height:85px;
      min-height:85px;
    }
    }

    .efuVNI {
      color:var(--grey-400);
      font-size:12px;
      font-family:inherit;
      font-weight:500;
      text-decoration-line: line-through;
    }

    .cDjQPB {
      background: white;
      border-color:var(--grey-300);
      border-style:solid;
      border-width:0.5px;
      border-top-left-radius:15px;
      border-top-right-radius:15px;
      border-bottom-left-radius:15px;
      border-bottom-right-radius:15px;
    }

    @media (max-width: 470px) {

    .cDjQPB {
      width:100%;
    }
    }

    .dMfGlF {
      display:flex;
    }

    .dnBtYx {
      gap:1em;;
      color:#fff;;
      display:flex;;
      padding:1em;;
      align-items:center;;
      aspect-ratio:16 / 9;;
      flex-direction:column;;
      justify-content:center;;
      text-decoration:none;;
      background-color:#000;;
    }

    .cIwVRI {
      width:var(--size);
      padding-top:var(--spacetop);
      padding-left:var(--spaceleft);
      padding-right:var(--spaceright);
      padding-bottom:var(--spacebottom);
    }

    .boojRj {
      cursor:default;
      display:inline-block;
    }

    .dhLlyx {
      width:100%;
      display:flex;
      justify-content:flex-start;
    }

    .braLJX {
      background:;
      padding-left:15px;
      padding-right:15px;
    }

    .dqeZCi {
      font-size:0px;
      max-height:0px;
      transition:all 100ms ease  ;
      font-weight:500;
    }

    .dqeZCi.active {
      color:var(--content-color);
      font-size:var(--content-text-size);
      max-height:fit-content;
      font-weight:500;
    }

    .cVvyQt {
      width:100%;
      row-gap:8px;
      background:;
      column-gap:8px;
      transition:background-color 500ms cubic-bezier(0.19, 1, 0.22, 1) 0ms normal;
      padding-top:15px;
      padding-left:5px;
      padding-right:5px;
      padding-bottom:15px;
      border-bottom-color:#8683836e;
      border-bottom-style:solid;
      border-bottom-width:1px;
    }

    .cbZLyB {
      gap:18px;
      cursor:pointer;
      display:flex;
      max-width:100%;
      align-items:flex-start;
      flex-direction:row;
      justify-content:space-between;
    }

    .clLOFi {
      cursor:auto;
      justify-content:start;
    }

    .ffvToo {
      width:45px;
      cursor:pointer;
      height:45px;
      position:relative;
      max-width:45px;
      max-height:45px;
      object-fit:contain;
      border-radius:6px;
    }

    .bcDEGf {
      top:0px;
      left:0px;
      right:0px;
      bottom:0px;
      height:100%;
      z-index:99;
      position:fixed;
      background:white;
      max-height:100%;
      font-family:Inter;
    }

    .bbbCtG {
      height:35px;
      display:flex;
      align-items:flex-start;
      padding-left:15px;
      padding-right:15px;
      justify-content:center;
    }

    .fpXqho {
      display:flex;
      font-size:15px;
      align-items:flex-start;
      padding-top:8px;
      padding-left:15px;
      padding-right:15px;
      padding-bottom:8px;
      justify-content:center;
    }

    @media (min-width: 470px) {

    .bLa-dyA {
      display:none;
    }
    }

    .bqlrSb {
      gap:15px;
      width:100%;
      z-index:;
      position:relative;
      max-width:100%;
      min-width:100%;
      align-items:center;
      flex-direction:row;
      justify-content:center;
      background-color:#ffffff;
      border-bottom-color:var(--grey-200, #E5E5E5);
      border-bottom-style:solid;
      border-bottom-width:1px;
    }

    @media (max-width: 470px) {

    .bqlrSb {
      gap:0px;
      z-index:;
      position:relative;
      overflow-x:hidden;
      overflow-y:hidden;
      align-items:center;
      padding-top:0px;
      padding-left:8px;
      padding-right:8px;
      flex-direction:row;
      padding-bottom:0px;
      justify-content:space-between;
    }
    }