
@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-permanentmarker: 'Permanent Marker',handwriting;
--font-specialelite: 'Special Elite',display;
--font-cabinsketch: 'Cabin Sketch',display;
--font-imfellenglishsc: 'IM Fell English SC',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;
    }
  }
}

      
  .bMTDdn {
    width:100%;
  height:100%;
  display:flex;
  overflow-x:clip;
  align-items:center;
  justify-content:flex-start;
  background-color:var(--grey-900);
  }
      

      
        
        
      
      
  .dlKMeP {
    display:flex;
  align-items:center;
  flex-direction:column;
  justify-content:flex-start;
  }
      

      
        
        
      
      
  .xyAHs {
    width:100%;
  height:100vh;
  z-index:10;
  position:absolute;
  overflow-x:clip;
  overflow-y:clip;
  }
      

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

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

      
        
        
      
      
  .fqjMhP {
    width:100vw;
  }
      

      
          @media (max-width: 622px) {
            
  
      

          }
          
        
        
      
      
  
      

      
        
        
      
      
  .cLxaIt {
    width:100%;
  height:100%;
  display:flex;
  align-items:center;
  justify-content:flex-start;
  background-color:var(--grey-900);
  }
      

      
          @media (max-width: 622px) {
            
  
      

          }
          
        
        
      
      
  .ejnqum {
    width:100%;
  flex-grow:1;
  font-size:var(--font-size-xl);
  background: #dbdbdbdb;
  font-family:Arial;
  font-weight:inherit;
  padding-top:60px;
  border-color:#000000;
  border-style:Groove;
  border-width:3px;
  padding-left:10px;
  padding-right:10px;
  padding-bottom:60px;
  border-top-left-radius:10px;
  border-top-right-radius:10px;
  border-bottom-left-radius:10px;
  border-bottom-right-radius:10px;
  }
      

      
        
        
      
      
  .dTMItg {
    width:95%;
  height:100%;
  display:flex;
  z-index:1;
  position:absolute;
  max-width:1024px;
  margin-top:30px;
  overflow-y:visible;
  align-items:center;
  padding-top:60px;
  flex-direction:column;
  padding-bottom:60px;
  justify-content:flex-start;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .iGwTA {
    width:100vw;
  }
      

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

      
        
        
      
      
  
      

      
        
        
      
      
  .enguyP {
    width:100%;
  height:100%;
  display:flex;
  background: var(--grey-900);
  overflow-x:clip;
  align-items:center;
  justify-content:flex-start;
  }
      

      
        
        
      
      
  .fAnDYD {
    width:100%;
  height:166px;
  max-width:450px;
  border-radius:6px;
  }
      

      
        
        
      
      
  .cLATEH {
    width:100vw;
  display:flex;
  row-gap:20px;
  max-width:1024px;
  column-gap:20px;
  align-items:flex-start;
  padding-left:20px;
  padding-right:20px;
  justify-content:flex-start;
  }
      

      
          @media (max-width: 622px) {
            
  .cLATEH {
    display:flex;
  align-items:center;
  justify-content:flex-start;
  }
      

          }
          
        
        
      
      
  .dBvQNK {
    width:100%;
  height:150px;
  max-width:450px;
  background: transparent;
  border-radius:6px;
  }
      

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

      
        
        
      
      
  .eFRqLy {
    width:300px;
  height:152px;
  max-width:1024px;
  border-top-left-radius:12px;
  border-top-right-radius:12px;
  border-bottom-left-radius:12px;
  border-bottom-right-radius:12px;
  }
      

      
        
        
      
      
  .cbpGHT {
    background: var(--grey-900);
  border-top-left-radius:10px;
  border-top-right-radius:10px;
  border-bottom-left-radius:10px;
  border-bottom-right-radius:10px;
  }
      

      
        
        
      
      
  .fEjNON {
    width:140px;
  cursor:pointer;
  height:150px;
  background:;
  padding-top:5px;
  padding-bottom:5px;
  }
      

      
  .fEjNON:hover {
    background: #ffffff30;
  padding-top:5px;
  padding-bottom:5px;
  border-top-left-radius:20px;
  border-top-right-radius:20px;
  border-bottom-left-radius:20px;
  border-bottom-right-radius:20px;
  }
      


  .fEjNON.selected {
    background:#ffffff30;
  padding-top:5px;
  padding-bottom:5px;
  border-top-left-radius:20px;
  border-top-right-radius:20px;
  border-bottom-left-radius:20px;
  border-bottom-right-radius:20px;
  }
      


          @media (max-width: 622px) {
            
  .fEjNON {
    width:80px;
  height:95px;
  }
      

          }
          
        
        
      
      
  .etawkS {
    width:120px;
  cursor:pointer;
  height:150px;
  padding-top:5px;
  padding-left:8px;
  padding-right:8px;
  padding-bottom:5px;
  }
      

      
  .etawkS:hover {
    background:#ffffff30;
  padding-top:5px;
  padding-left:8px;
  padding-right:8px;
  padding-bottom:5px;
  border-top-left-radius:20px;
  border-top-right-radius:20px;
  border-bottom-left-radius:20px;
  border-bottom-right-radius:20px;
  }
      


  .etawkS.selected {
    background:#ffffff30;
  padding-top:5px;
  padding-left:8px;
  padding-right:8px;
  padding-bottom:5px;
  border-top-left-radius:20px;
  border-top-right-radius:20px;
  border-bottom-left-radius:20px;
  border-bottom-right-radius:20px;
  }
      


          @media (max-width: 622px) {
            
  .etawkS {
    width:80px;
  height:95px;
  }
      

          }
          
        
        
      
      
  .ehBSKO {
    width:100%;
  height:100%;
  display:flex;
  row-gap:20px;
  z-index:1;
  position:absolute;
  max-width:1024px;
  background:;
  column-gap:20px;
  align-items:center;
  padding-top:60px;
  padding-bottom:60px;
  justify-content:flex-start;
  }
      

      
          @media (max-width: 622px) {
            
  .ehBSKO {
    margin-top:60px;
  }
      

          }
          
        
        
      
      
  .ehCEbU {
    width:100vw;
  display:flex;
  row-gap:20px;
  max-width:1024px;
  background:;
  column-gap:20px;
  overflow-y:auto;
  align-items:flex-start;
  padding-left:20px;
  padding-right:20px;
  justify-content:flex-start;
  }
      

      
          @media (max-width: 622px) {
            
  .ehCEbU {
    display:flex;
  align-items:center;
  justify-content:flex-start;
  }
      

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

      
        
        
      
      
  .drPWxO {
    width:100vw;
  display:flex;
  background: var(--grey-900);
  text-align:left;
  }
      

      
        
        
      
      
  .fsROlt {
    width:140px;
  cursor:pointer;
  height:150px;
  padding-top:5px;
  padding-bottom:5px;
  }
      

      
  .fsROlt:hover {
    background:#ffffff30;
  padding-top:5px;
  padding-bottom:5px;
  border-top-left-radius:20px;
  border-top-right-radius:20px;
  border-bottom-left-radius:20px;
  border-bottom-right-radius:20px;
  }
      


  .fsROlt.selected {
    background:#ffffff30;
  padding-top:5px;
  padding-bottom:5px;
  border-top-left-radius:20px;
  border-top-right-radius:20px;
  border-bottom-left-radius:20px;
  border-bottom-right-radius:20px;
  }
      


          @media (max-width: 622px) {
            
  .fsROlt {
    width:80px;
  height:95px;
  }
      

          }
          
        
        
      
      
  .bhoQnQ {
    width:140px;
  cursor:pointer;
  height:150px;
  background:;
  padding-top:5px;
  padding-left:8px;
  padding-right:8px;
  padding-bottom:5px;
  }
      

      
  .bhoQnQ:hover {
    background:#ffffff30;
  padding-top:5px;
  padding-left:8px;
  padding-right:8px;
  padding-bottom:5px;
  border-top-left-radius:20px;
  border-top-right-radius:20px;
  border-bottom-left-radius:20px;
  border-bottom-right-radius:20px;
  }
      


  .bhoQnQ.selected {
    background:#ffffff30;
  padding-top:5px;
  padding-left:8px;
  padding-right:8px;
  padding-bottom:5px;
  border-top-left-radius:20px;
  border-top-right-radius:20px;
  border-bottom-left-radius:20px;
  border-bottom-right-radius:20px;
  }
      


          @media (max-width: 622px) {
            
  .bhoQnQ {
    width:80px;
  height:95px;
  }
      

          }
          
        
        
      
      
  .csUDkQ {
    width:100%;
  display:flex;
  row-gap:20px;
  flex-wrap:wrap;
  column-gap:20px;
  align-items:flex-end;
  flex-direction:row;
  justify-content:center;
  }
      

      
          @media (max-width: 652px) {
            
  .csUDkQ {
    row-gap:5px;
  column-gap:5px;
  }
      

          }
          
        
        
      
      
  .bIFElS {
    width:100%;
  height:250px;
  max-width:400px;
  border-radius:6px;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .dHdjC {
    width:100%;
  display:flex;
  overflow-x:clip;
  align-items:center;
  justify-content:flex-start;
  }
      

      
          @media (max-width: 622px) {
            
  
      

          }
          
        
        
      
      
  .eMzKFV {
    display:flex;
  align-items:flex-start;
  flex-direction:row;
  justify-content:center;
  }
      

      
        
        
      
      
  .dtoJbc {
    width:224px;
  height:14px;
  flex-grow:0;
  background: #F4F4F4;
  margin-bottom:6px;
  border-top-left-radius:4px;
  border-top-right-radius:4px;
  border-bottom-left-radius:4px;
  border-bottom-right-radius:4px;
  }
      

      
        
        
      
      
  .UYGdH {
    display:flex;
  align-items:center;
  flex-direction:row;
  }
      

      
        
        
      
      
  .bgRbBm {
    color:#c9c8cd;
  font-size:14px;
  font-family:Arial, sans-serif;
  line-height:17px;
  }
      

      
        
        
      
      
  .eDaEKk {
    color:#3897f0;
  font-size:14px;
  font-family:Arial, sans-serif;
  font-weight:550;
  line-height:18px;
  }
      

      
        
        
      
      
  .cUcCD {
    width:12.5px;
  height:12.5px;
  rotate:3px 1px 0 -45deg;
  flex-grow:0;
  margin-left:2px;
  margin-right:14px;
  }
      

      
        
        
      
      
  .cwaHzE {
    width:100vw;
  border-top-left-radius:10px;
  border-top-right-radius:10px;
  border-bottom-left-radius:10px;
  border-bottom-right-radius:10px;
  }
      

      
        
        
      
      
  .dAlcBz {
    width:144px;
  height:14px;
  flex-grow:0;
  background: #F4F4F4;
  border-top-left-radius:4px;
  border-top-right-radius:4px;
  border-bottom-left-radius:4px;
  border-bottom-right-radius:4px;
  }
      

      
        
        
      
      
  .fuDmdB {
    width:40px;
  height:40px;
  flex-grow:0;
  background: #F4F4F4;
  margin-right:14px;
  border-top-left-radius:50%;
  border-top-right-radius:50%;
  border-bottom-left-radius:50%;
  border-bottom-right-radius:50%;
  }
      

      
        
        
      
      
  .fdLiGr {
    margin-left:auto;
  }
      

      
        
        
      
      
  .cgoNUl {
    display:flex;
  align-items:center;
  margin-bottom:14px;
  flex-direction:row;
  justify-content:center;
  }
      

      
        
        
      
      
  .ccGrLC {
    margin-left:8px;
  }
      

      
        
        
      
      
  .bkoYhZ {
    width:20px;
  height:20px;
  flex-grow:0;
  background: #F4f4f4;
  border-top-left-radius:50%;
  border-top-right-radius:50%;
  border-bottom-left-radius:50%;
  border-bottom-right-radius:50%;
  }
      

      
        
        
      
      
  .dqDcAi {
    width:0px;
  translate:0 16px 0;
  border-top-color:#F4F4F4;
  border-top-style:solid;
  border-top-width:8px;
  border-right-color:#00000000;
  border-right-style:solid;
  border-right-width:8px;
  }
      

      
        
        
      
      
  .bcgBSk {
    color:var(--default-link-color, #2463ebff);
  width:100%;
  background: #FFFFFF;
  text-align:center;
  line-height:0;
  padding-top:0px;
  padding-left:0px;
  padding-right:0px;
  padding-bottom:0px;
  }
      

      
        
        
      
      
  .fwSNBv {
    width:100px;
  height:14px;
  flex-grow:0;
  background: #F4F4F4;
  margin-bottom:6px;
  border-top-left-radius:4px;
  border-top-right-radius:4px;
  border-bottom-left-radius:4px;
  border-bottom-right-radius:4px;
  }
      

      
        
        
      
      
  .bVXABL {
    padding-top:12.5%;
  padding-left:0px;
  padding-right:0px;
  padding-bottom:12.5%;
  }
      

      
        
        
      
      
  .SlnAr {
    width:12.5px;
  height:12.5px;
  translate:0px 7px 0;
  background: #F4F4F4;
  border-top-left-radius:50%;
  border-top-right-radius:50%;
  border-bottom-left-radius:50%;
  border-bottom-right-radius:50%;
  }
      

      
        
        
      
      
  .fxlyhN {
    width:100%;
  display:flex;
  row-gap:20px;
  max-width:1024px;
  column-gap:20px;
  align-items:flex-start;
  padding-left:20px;
  padding-right:20px;
  justify-content:flex-start;
  }
      

      
          @media (max-width: 622px) {
            
  .fxlyhN {
    display:flex;
  align-items:center;
  justify-content:flex-start;
  }
      

          }
          
        
        
      
      
  .SbIUx {
    width:0px;
  height:0px;
  rotate:16px -4px 0 30deg;
  background: #F4F4F4;
  border-top-color:#00000000;
  border-top-style:solid;
  border-top-width:2px;
  border-left-color:#F4F4F4;
  border-left-style:solid;
  border-left-width:6px;
  border-bottom-color:#00000000;
  border-bottom-style:solid;
  border-bottom-width:2px;
  }
      

      
        
        
      
      
  .bOBdiw {
    display:flex;
  flex-grow:1;
  margin-bottom:24px;
  justify-content:center;
  }
      

      
        
        
      
      
  .celjTJ {
    width:140px;
  cursor:pointer;
  height:140px;
  }
      

      
  .celjTJ:hover {
    background:#ffffff30;
  border-top-left-radius:20px;
  border-top-right-radius:20px;
  border-bottom-left-radius:20px;
  border-bottom-right-radius:20px;
  }
      


  .celjTJ.selected {
    background:#ffffff30;
  border-top-left-radius:20px;
  border-top-right-radius:20px;
  border-bottom-left-radius:20px;
  border-bottom-right-radius:20px;
  }
      


          @media (max-width: 652px) {
            
  .celjTJ {
    width:60px;
  height:60px;
  }
      

          }
          
        
        
      
      
  .bLgLOp {
    padding-top:19%;
  padding-left:0px;
  padding-right:0px;
  padding-bottom:19%;
  }
      

      
        
        
      
      
  .gKEyG {
    width:100%;
  height:145px;
  display:flex;
  row-gap:20px;
  z-index:1;
  position:absolute;
  max-width:1024px;
  column-gap:20px;
  margin-top:70px;
  align-items:center;
  justify-content:flex-start;
  }
      

      
        
        
      
      
  .cpbzRU {
    width:100vw;
  display:flex;
  row-gap:20px;
  max-width:1024px;
  column-gap:20px;
  align-items:center;
  padding-left:20px;
  padding-right:20px;
  justify-content:flex-start;
  }
      

      
          @media (max-width: 622px) {
            
  .cpbzRU {
    display:flex;
  align-items:center;
  justify-content:flex-start;
  }
      

          }
          
        
        
      
      
  .dcePvM {
    width:16px;
  height:12px;
  flex-grow:0;
  translate:0 -4px 0;
  background: #F4F4F4;
  }
      

      
        
        
      
      
  .wKkxI {
    width:50px;
  height:50px;
  display:block;
  margin-top:0px;
  margin-left:auto;
  margin-right:auto;
  margin-bottom:12px;
  }
      

      
        
        
      
      
  .euaTJy {
    width:0px;
  height:0px;
  translate:8px -4px 0;
  border-top-color:#F4F4F4;
  border-top-style:solid;
  border-top-width:8px;
  border-left-color:#00000000;
  border-left-style:solid;
  border-left-width:8px;
  }
      

      
        
        
      
      
  .Trrmv {
    display:flex;
  text-align:left;
  }
      

      
        
        
      
      
  .dFCPZU {
    color:#c9c8cd;
  display:inline-block;
  font-size:14px;
  margin-top:8px;
  overflow-x:hidden;
  overflow-y:hidden;
  text-align:center;
  font-family:Arial, sans-serif;
  line-height:17px;
  padding-top:8px;
  white-space:nowrap;
  padding-left:0px;
  margin-bottom:0px;
  padding-right:0px;
  text-overflow:ellipsis;
  padding-bottom:7px;
  }
      

      
        
        
      
      
  .JZoiJ {
    width:100%;
  cursor:pointer;
  }
      

      
        
        
      
      
  .aYgwP {
    padding-top:16px;
  padding-left:16px;
  padding-right:16px;
  padding-bottom:16px;
  }
      

      
        
        
      
      
  .dVOjSc {
    display:flex;
  flex-grow:1;
  justify-content:center;
  }
      

      
        
        
      
      
  .cqrukN {
    width:140px;
  cursor:pointer;
  height:140px;
  background:;
  }
      

      
  .cqrukN:hover {
    background:#ffffff30;
  border-top-left-radius:20px;
  border-top-right-radius:20px;
  border-bottom-left-radius:20px;
  border-bottom-right-radius:20px;
  }
      


  .cqrukN.selected {
    background:#ffffff30;
  border-top-left-radius:20px;
  border-top-right-radius:20px;
  border-bottom-left-radius:20px;
  border-bottom-right-radius:20px;
  }
      


          @media (max-width: 652px) {
            
  .cqrukN {
    width:60px;
  height:60px;
  }
      

          }
          
        
        
      
      
  .eTpYIy {
    width:100%;
  display:flex;
  row-gap:20px;
  flex-wrap:wrap;
  column-gap:20px;
  align-items:flex-end;
  flex-direction:row;
  justify-content:center;
  }
      

      
        
        
      
      
  .fnsVcx {
    padding-top:8px;
  }
      

      
        
        
      
      
  .esBmVq {
    width:60px;
  height:14px;
  flex-grow:0;
  background: #F4F4F4;
  border-top-left-radius:4px;
  border-top-right-radius:4px;
  border-bottom-left-radius:4px;
  border-bottom-right-radius:4px;
  }
      

      
        
        
      
      
  .cngXRh {
    width:12.5px;
  height:12.5px;
  translate:9px -18px 0;
  background: #F4F4F4;
  border-top-left-radius:50%;
  border-top-right-radius:50%;
  border-bottom-left-radius:50%;
  border-bottom-right-radius:50%;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .app-main\:0oh8JF3OVdkoR38r9FIaE {
    display:flex;
  background: var(--grey-900);
  align-items:center;
  justify-content:flex-start;
  }
      

      
        
        
      
      
  .bytlmA {
    width:100%;
  display:flex;
  row-gap:20px;
  flex-wrap:nowrap;
  font-size:20px;
  background: #242424;
  column-gap:20px;
  align-items:flex-start;
  justify-content:flex-start;
  }
      

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

      
        
        
      
      
  .feXiPf {
    color:#cacaca;
  font-weight:var(--font-weight-regular);
  justify-content:center;
  }
      

      
  .feXiPf.selected {
    color:var(--blue-400);
  cursor:pointer;
  font-weight:var(--font-weight-bold);
  }
      


  .feXiPf:hover {
    color:var(--blue-400);
  cursor:pointer;
  font-weight:var(--font-weight-bold);
  }
      

        
        
      
      
  .qhMKu {
    width:100%;
  display:flex;
  row-gap:20px;
  column-gap:20px;
  align-items:flex-start;
  padding-left:20px;
  padding-right:20px;
  flex-direction:column;
  justify-content:center;
  }
      

      
        
        
      
      
  .bnwWob {
    width:100%;
  display:flex;
  align-items:flex-end;
  padding-left:20px;
  padding-right:20px;
  justify-content:flex-start;
  }
      

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

      
        
        
      
      
  .HloHp {
    font-size:20px;
  font-family:Arial;
  font-weight:inherit;
  }
      

      
        
        
      
      
  .app-main\:FG7VPhf4wfvu4RK9IN6GP {
    width:100%;
  height:100vh;
  }
      

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

      
        
        
      
      
  .app-main\:LMYpLN7ExXfkfsHi23OXm {
    z-index:10;
  position:absolute;
  margin-top:20px;
  padding-left:10px;
  padding-right:10px;
  }
      

      
        
        
      
      
  .fvInlG {
    width:100%;
  display:flex;
  flex-wrap:nowrap;
  font-size:20px;
  align-items:center;
  flex-direction:column;
  justify-content:flex-start;
  }
      

      
        
        
      
      
  .eZALFr {
    width:100%;
  display:none;
  position:relative;
  max-width:800px ;
  max-height:152px;
  aspect-ratio:859/200;
  }
      

      
        
        
      
      
  .ubPdK {
    width:100%;
  cursor:pointer;
  display:flex;
  align-items:flex-start;
  justify-content:flex-start;
  }
      

      
          @media (max-width: 622px) {
            
  .ubPdK {
    width:100%;
  display:flex;
  align-items:flex-start;
  justify-content:flex-start;
  }
      

          }
          

          @media (min-width: 622px) {
            
  .ubPdK {
    display:none;
  }
      

          }
          
        
        
      
      
  .elVHPG {
    width:100%;
  display:flex;
  row-gap:20px;
  column-gap:20px;
  align-items:flex-start;
  flex-direction:row;
  justify-content:center;
  }
      

      
          @media (max-width: 622px) {
            
  .elVHPG {
    display:none;
  }
      

          }
          
        
        
      
      
  
      

      
        
        
      
      
  .dLmhLQ {
    width:100%;
  display:flex;
  background: var(--grey-900);
  align-items:center;
  flex-direction:column;
  justify-content:flex-start;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .home\:3QYirdANnOJShxg6-sc8I {
    display:flex;
  align-items:center;
  justify-content:flex-start;
  }
      

      
        
        
      
      
  .home\:JedxgX7prrvx3hk7NgtUS {
    width:100%;
  height:100%;
  display:flex;
  background: var(--grey-900);
  align-items:center;
  justify-content:flex-start;
  }
      

      
        
        
      