
  

  
  

  
  
  
  
    


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


    .dUcBda {
      background:#191A1f;
      max-height:100%;
      min-height:100%;
      border-top-left-radius:8px;
      border-top-right-radius:8px;
      border-bottom-left-radius:8px;
      border-bottom-right-radius:8px;
    }

    .fGMNms {
      color:#ffffff;
      width:20%;
      height:100%;
      display:flex;
      row-gap:24px;
      font-size:14px;
      column-gap:24px;
      align-items:flex-start;
      padding-top:7px;
      padding-left:10px;
      padding-right:10px;
      flex-direction:row;
      padding-bottom:7px;
      justify-content:space-between;
    }

    .bceluy {
      color:#ffffff;
      width:100%;
      display:flex;
      font-size:14px;
      align-items:center;
      font-weight:600;
      flex-direction:row;
      justify-content:center;
    }

    .eUizSY {
      width:100px;
      height:100px;
    }

    @media (max-width: 960px) {

    .eUizSY {
      width:48px;
      height:48px;
    }
    }

    .evyFdJ {
      color:#ffffff;
      width:10%;
      height:100%;
      display:flex;
      row-gap:24px;
      font-size:14px;
      column-gap:24px;
      align-items:flex-start;
      padding-top:7px;
      padding-left:10px;
      padding-right:10px;
      flex-direction:row;
      padding-bottom:7px;
      justify-content:space-between;
    }

    .fAHQNB {
      width:32px;
      height:32px;
    }

    .bgLlPk {
      height:36px;
      display:flex;
      min-width:680px;
      background:linear-gradient(to left, #02afef8c 0%, #191a1f 100%) scroll border-box padding-box repeat repeat 0% 0% / auto;
      align-items:flex-start;
      padding-top:10px;
      padding-left:6px;
      padding-right:6px;
      padding-bottom:10px;
      justify-content:center;
    }

    .fqQDWN {
      flex:1;
      width:100%;
      height:112px;
      display:flex;
      position:relative;
      margin-bottom:4px;
    }

    @media (max-width: 960px) {

    .fqQDWN {
      width:100%;
      height:112px;
      display:flex;
      margin-bottom:32px;
    }
    }

    @media (min-width: 960px) {

    .fqQDWN {
      display:none;
    }
    }

    .efHhUs {
      color:#ffffff;
      width:20%;
      height:100%;
      display:flex;
      row-gap:24px;
      font-size:14px;
      column-gap:24px;
      align-items:center;
      padding-top:7px;
      padding-left:10px;
      padding-right:10px;
      flex-direction:row;
      padding-bottom:7px;
      justify-content:flex-start;
    }

    .cBMmx {
      width:24px;
      height:24px;
    }

    .dwemih {
      width:100%;
      height:100%;
      border-top-left-radius:8px;
      border-top-right-radius:8px;
      border-bottom-left-radius:8px;
      border-bottom-right-radius:8px;
    }

    .fdgBEG {
      flex:1;
      width:100%;
      height:112px;
      display:flex;
      margin-bottom:4px;
    }

    @media (max-width: 959px) {

    .fdgBEG {
      display:none;
    }
    }

    .fxKKCt {
      width:50%;
      height:112px;
      display:flex;
      position:relative;
      background:linear-gradient(to bottom left, #06aeee 0%, #191a1f 100%) scroll padding-box border-box repeat repeat 0% 0% / auto #191a1f;
      overflow-y:clip;
      align-items:flex-start;
      justify-content:flex-start;
      border-top-right-radius:8px;
    }

    .bvvGQP {
      color:#ffffff;
      display:flex;
      font-size:16px;
      align-items:flex-start;
      font-weight:500;
      justify-content:center;
    }

    .eeLsuI {
      width:50%;
      height:112px;
      display:flex;
      position:relative;
      background:linear-gradient(to bottom right, #fe01008c 0%, #191a1f 100%) scroll padding-box border-box repeat repeat 0% 0% / auto #191a1f;
      align-items:flex-start;
      justify-content:flex-start;
      border-top-left-radius:8px;
    }

    .deEGYH {
      color:#ffffff;
      display:flex;
      font-size:24px;
      font-style:italic;
      align-items:flex-start;
      font-weight:700;
      justify-content:center;
    }

    .dhAslT {
      height:36px;
      display:flex;
      min-width:680px;
      background:#191a1f;
      flex-direction:row;
    }

    .dVtRfG {
      color:#ffffff;
      width:15%;
      height:100%;
      display:flex;
      row-gap:24px;
      font-size:14px;
      column-gap:24px;
      align-items:flex-start;
      padding-top:7px;
      padding-left:10px;
      padding-right:10px;
      flex-direction:row;
      padding-bottom:7px;
      justify-content:space-between;
    }

    .buJojA {
      flex:1;
      color:#ffffff;
      display:flex;
      font-size:14px;
      align-items:center;
      font-weight:700;
      justify-content:center;
    }

    .fmHhGo {
      width:100%;
      height:100%;
      display:flex;
      row-gap:6px;
      column-gap:6px;
      align-items:center;
      padding-top:20px;
      padding-left:20px;
      padding-right:40px;
      flex-direction:row;
      padding-bottom:20px;
      justify-content:space-between;
    }

    .ddWjoo {
      color:#ffffff;
      display:flex;
      font-size:28px;
      font-style:italic;
      align-items:flex-end;
      font-weight:700;
      justify-content:center;
    }

    .dMfGlF {
      display:flex;
    }

    .eLFFCe {
      color:var(--sl-color-neutral-600);
      display:inline-block;
    }

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

    .cwcgpI:hover {
      color:#1789f8;
    }

    .faaoqV {
      height:auto;
      max-width:210px;
      min-width:40px;
    }

    .fIaMP {
      height:200px;
      display:flex;
      row-gap:16px;
      background:#030303;
      column-gap:16px;
      align-items:center;
      flex-direction:column;
      justify-content:center;
    }

    .dUewoM {
      color:#ffffff;
      display:flex;
      row-gap:8px;
      column-gap:8px;
      align-items:center;
      flex-direction:row;
      justify-content:center;
    }

    .eJHgfE {
      color:#ffffff;
      display:flex;
      row-gap:24px;
      column-gap:24px;
      align-items:center;
      flex-direction:row;
      justify-content:center;
    }

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

    .dcUByI {
      width:100%;
      height:100%;
      display:flex;
      background:url("https://dfpiiufxcciujugzjvgx.supabase.co/storage/v1/object/public/maps/BO7/Raid_BO7.webp") scroll border-box padding-box no-repeat no-repeat center center / cover;
      align-items:center;
      justify-content:center;
      border-top-left-radius:8px;
      border-top-right-radius:8px;
      border-bottom-left-radius:8px;
      border-bottom-right-radius:8px;
    }

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

    .FrBmZ {
      height:50px;
      display:flex;
      align-items:center;
      justify-content:center;
    }

    .eNEyUI {
      display:flex;
      flex-wrap:nowrap;
      overflow-x:scroll;
    }

    .bogSLN {
      display:flex;
      row-gap:6px;
      column-gap:6px;
      align-items:center;
      flex-direction:row;
      justify-content:flex-end;
    }

    .dAftRJ {
      flex:1;
      width:100%;
      display:flex;
      row-gap:12px;
      max-width:1248px;
      column-gap:12px;
      margin-top:16px;
      align-items:flex-start;
      padding-top:16px;
      padding-left:0px;
      padding-right:0px;
      padding-bottom:16px;
      justify-content:flex-start;
      border-top-left-radius:8px;
      border-top-right-radius:8px;
      border-bottom-left-radius:8px;
      border-bottom-right-radius:8px;
    }

    .bwzrdn {
      color:#ffffff;
      width:25%;
      height:100%;
      display:flex;
      row-gap:24px;
      font-size:14px;
      column-gap:24px;
      text-align:left;
      align-items:flex-start;
      padding-top:7px;
      padding-left:10px;
      padding-right:10px;
      flex-direction:row;
      padding-bottom:7px;
      justify-content:space-between;
    }

    .ebDzKu {
      color:#1681e8;
      width:174px;
      height:28px;
      display:flex;
      row-gap:4px;
      font-size:16px;
      column-gap:4px;
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      border-color:#1689f9;
      border-style:solid;
      border-width:1px;
      flex-direction:row;
      justify-content:center;
      border-top-left-radius:4px;
      border-top-right-radius:4px;
      border-bottom-left-radius:4px;
      border-bottom-right-radius:4px;
    }

    .ebDzKu:hover {
      color:#ffffff;
      background:#1689f8;
    }

    .da-dbEO {
      top:50%;
      left:50%;
      width:312px;
      height:312px;
      opacity:0.2;
      z-index:1;
      position:absolute;
      transform:translate(-50%, -50%);
      transform-origin:center center;
    }

    .SpJjq {
      display:flex;
      row-gap:12px;
      flex-wrap:wrap;
      max-width:1248px;
      min-width:300px;
      column-gap:12px;
      flex-direction:row;
    }

    .dTDHE {
      height:62px;
      display:flex;
      align-items:center;
      flex-direction:row;
      justify-content:flex-start;
    }

    .dAYofN {
      height:88px;
      display:flex;
      row-gap:12px;
      background:#121317;
      column-gap:12px;
      align-items:center;
      flex-direction:row;
      justify-content:center;
    }

    .SldHl {
      color:#ffffff;
      width:76px;
      font-size:14px;
    }

    .eRYnLr {
      display:flex;
      font-size:14px;
      align-items:center;
      flex-direction:row;
      justify-content:flex-start;
    }

    .dESrFE {
      flex:1;
      display:flex;
      flex-wrap:wrap;
      flex-direction:row;
    }

    .cziBTf {
      width:28px;
      height:28px;
    }

    .bCaRzI {
      flex:1;
      color:#ffffff;
    }

    .diBwQE {
      flex:1;
      color:#ffffff;
      font-size:14px;
    }

    .clMqZv {
      height:48px;
      display:flex;
      row-gap:12px;
      background:linear-gradient(to bottom right, #cb020059 0%, #191a1f 100%) scroll padding-box border-box repeat repeat 0% 0% / auto;
      column-gap:12px;
      align-items:center;
      flex-direction:row;
      justify-content:center;
    }

    .QoElY {
      flex:1;
      display:flex;
      font-size:inherit;
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      padding-left:12px;
      padding-right:12px;
      flex-direction:row;
      justify-content:flex-start;
    }

    .epHcIR {
      flex:1;
      display:flex;
      min-width:300px;
      flex-direction:column;
      border-right-color:black;
      border-right-style:solid;
      border-right-width:1px;
    }

    .cRUsHN {
      flex:1;
      color:#ffffff;
      max-width:75px;
    }

    .bCSeuW {
      flex:1;
      display:flex;
      max-width:360px;
      min-width:300px;
      flex-direction:column;
    }

    @media (max-width: 920px) {

    .bCSeuW {
      display:none;
    }
    }

    .fxrxUc {
      flex:1;
      color:#ffffff;
      height:52px;
      display:flex;
      font-size:14px;
      max-width:75px;
      align-items:center;
      flex-direction:column;
      justify-content:space-around;
    }

    .eOskMR {
      height:40px;
      display:flex;
      background:#030303;
      align-items:center;
      padding-left:12px;
      padding-right:12px;
      flex-direction:row;
      justify-content:flex-start;
    }

    .cvnKAc {
      color:#ffffff;
    }

    .match\:NGD-siQuA0U51-GZvlUOw {
      width:100%;
      margin-top:32px;
    }

    .btewti {
      color:#ffffff;
      display:flex;
      font-size:14px;
      font-style:italic;
      align-items:flex-start;
      font-weight:700;
      justify-content:center;
    }

    @media (max-width: 960px) {

    .btewti {
      display:none;
    }
    }

    .wPVdo {
      width:100%;
      height:100%;
      display:flex;
      row-gap:6px;
      z-index:2;
      position:absolute;
      column-gap:6px;
      align-items:center;
      padding-top:20px;
      padding-left:20px;
      padding-right:176px;
      flex-direction:row;
      padding-bottom:20px;
      justify-content:flex-start;
    }

    .dFaavM {
      flex:1;
      color:#ffffff;
      display:flex;
      font-size:24px;
      font-style:italic;
      align-items:flex-end;
      font-weight:700;
      justify-content:center;
    }

    .eYmEug {
      height:36px;
      display:flex;
      min-width:680px;
      background:linear-gradient(to left, #fe01008c 0%, #191a1f 100%) scroll border-box padding-box repeat repeat 0% 0% / auto;
      align-items:flex-start;
      padding-top:10px;
      padding-left:6px;
      padding-right:6px;
      padding-bottom:10px;
      justify-content:center;
    }

    .cSkZQc {
      display:flex;
      row-gap:8px;
      column-gap:8px;
      flex-direction:row;
    }

    .eDPqBl {
      color:#ffffff;
      font-size:40px;
      font-weight:800;
    }

    .bqDUYv {
      width:100%;
      height:50%;
      display:flex;
      flex-direction:row;
      justify-content:space-around;
    }

    .dyBuwK {
      color:#ffffff;
      display:flex;
      font-size:14px;
      align-items:center;
      font-weight:500;
      justify-content:center;
    }

    .dbjUGv {
      width:180px;
      height:116px;
      background:#030303;
      padding-top:5px;
      padding-left:5px;
      padding-right:5px;
      padding-bottom:4px;
      border-top-left-radius:8px;
      border-top-right-radius:8px;
      border-bottom-left-radius:8px;
      border-bottom-right-radius:8px;
    }

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

    .ZMJIa {
      height:90px;
      display:flex;
      background:#030303;
      align-items:flex-start;
      justify-content:center;
    }

    .IMcdC {
      font-size:12px;
    }

    .cUbIrd {
      flex:1;
      display:flex;
      flex-direction:row;
      justify-content:space-between;
    }

    .dSLZws {
      width:100%;
      cursor:default;
      height:100%;
      overflow-x:scroll;
      overflow-y:hidden;
      align-items:start;
      flex-direction:row;
      justify-content:start;
      scroll-behavior:smooth;
      scrollbar-width:none;
      scroll-snap-type:x mandatory;
    }

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

    .dSLZws.dragging {
      cursor:grabbing;
      scroll-behavior:auto;
      scroll-snap-type:none;
    }

    .RhqYw {
      gap:16px;
      flex-wrap:nowrap;
      padding-top:24px;
      padding-left:24px;
      align-content:start;
      padding-right:24px;
      flex-direction:row;
      padding-bottom:24px;
      background-color:var(--container-bg, #a689faff);
    }

    .bpiOpn {
      color:var(--grey-400, #A3A3A3);
      width:168px;
      height:256px;
      font-size:16px;
      box-shadow:4px 4px 0px 0px #00000044;
      align-items:start;
      font-family:'Inter';
      font-weight:700;
      padding-top:16px;
      user-select:none;
      border-color:#000000;
      border-style:solid;
      border-width:4px;
      padding-left:16px;
      border-radius:12px;
      padding-right:16px;
      padding-bottom:16px;
      justify-content:end;
      background-color:var(--grey-50, #FAFAFA);
      scroll-snap-align:center;
    }

    .match-header\:8yul0yRIPRDaMJaCOayHP {
      display:flex;
      row-gap:4px;
      column-gap:4px;
      align-items:center;
      padding-left:4px;
      padding-right:4px;
      flex-direction:row;
      justify-content:flex-start;
    }

    .WuZgb {
      color:#ffffff;
      font-weight:700;
    }

    .STUTt {
      width:180px;
      height:74px;
      display:flex;
      background:#191a1f;
      padding-top:4px;
      padding-left:12px;
      padding-right:12px;
      padding-bottom:4px;
      justify-content:space-between;
      border-top-left-radius:8px;
      border-top-right-radius:8px;
      border-bottom-left-radius:8px;
      border-bottom-right-radius:8px;
    }

    .STUTt:hover {
      background:#262626;
    }

    .dsmgtA {
      color:#ffffff;
      width:74px;
      height:74px;
      display:flex;
      font-size:12px;
      background:linear-gradient(to bottom right, #191a1f8c 0%, #191a1f 100%) scroll padding-box border-box repeat repeat 0% 0% / auto;
      overflow-x:clip;
      overflow-y:clip;
      align-items:flex-start;
      font-weight:700;
      padding-top:4px;
      padding-left:4px;
      padding-right:4px;
      padding-bottom:4px;
      justify-content:flex-end;
    }

    .dsmgtA:hover {
      background:linear-gradient(#191a1fbf 0%, #191a1f 100%) scroll padding-box border-box repeat repeat 0% 0% / auto, url("https://dkjhsvjwmmioncztcwzh.supabase.co/storage/v1/object/public/logos/LFGG/CDL.png") scroll padding-box border-box repeat repeat center center / 150px 150px;
      border-top-left-radius:8px;
      border-top-right-radius:8px;
      border-bottom-left-radius:8px;
      border-bottom-right-radius:8px;
    }

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

    .beiVef {
      width:74px;
      height:74px;
      display:flex;
      background:url("https://dkjhsvjwmmioncztcwzh.supabase.co/storage/v1/object/public/logos/LFGG/CDL.png") center center / 150px 150px #191a1f;
      overflow-x:clip;
      overflow-y:clip;
      align-items:center;
      margin-left:4px;
      justify-content:center;
      border-top-left-radius:8px;
      border-top-right-radius:8px;
      border-bottom-left-radius:8px;
      border-bottom-right-radius:8px;
    }

    .beiVef:hover {
      background:#262626;
    }

    .cSathV {
      height:30px;
      display:flex;
      background:#030303;
      padding-top:8px;
      flex-direction:row;
      padding-bottom:8px;
      justify-content:space-around;
      border-bottom-left-radius:8px;
      border-bottom-right-radius:8px;
    }

    .bhCtYr {
      width:65%;
      display:flex;
      align-items:flex-end;
      justify-content:center;
    }

    @media (max-width: 960px) {

    .bhCtYr {
      width:85%;
    }
    }

    .cgcPPx {
      top:25%;
      left:43.5%;
      width:162px;
      height:58px;
      display:flex;
      row-gap:2px;
      z-index:2;
      position:absolute;
      background:#191a1f;
      box-shadow:0px 0px 4px 0px #ffffff21;
      column-gap:2px;
      align-items:center;
      padding-top:8px;
      padding-left:8px;
      padding-right:8px;
      padding-bottom:8px;
      justify-content:center;
      border-top-left-radius:8px;
      border-top-right-radius:8px;
      border-bottom-left-radius:8px;
      border-bottom-right-radius:8px;
    }

    @media (max-width: 960px) {

    .cgcPPx {
      display:none;
    }
    }

    .cQgHSZ {
      width:50%;
      height:112px;
      display:flex;
      position:relative;
      background:linear-gradient(to bottom left, #06aeee 0%, #191a1f 100%) scroll padding-box border-box repeat repeat 0% 0% / auto #191a1f;
      overflow-y:clip;
      align-items:flex-start;
      justify-content:flex-start;
      border-top-right-radius:8px;
      border-bottom-right-radius:8px;
    }

    .fgoWyb {
      width:100%;
      height:100%;
      display:flex;
      background:#191a1f8c;
      align-items:center;
      padding-top:4px;
      padding-bottom:8px;
      justify-content:space-between;
      border-top-left-radius:8px;
      border-top-right-radius:8px;
      border-bottom-left-radius:8px;
      border-bottom-right-radius:8px;
    }

    .cHlBhp {
      flex:1;
      width:100%;
      height:175px;
      display:flex;
      max-width:1248px;
      min-width:300px;
      max-height:175px;
      align-items:center;
      padding-top:8px;
      padding-left:12px;
      padding-right:12px;
      flex-direction:row;
      padding-bottom:8px;
      justify-content:flex-start;
    }

    .dHPvEs {
      color:white;
      width:100%;
      display:flex;
      font-size:16px;
      background:#030303;
      align-items:center;
      font-family:Inter;
      font-weight:500;
      padding-top:16px;
      padding-left:16px;
      border-bottom:1px solid var(--grey-800);
      padding-right:16px;
      flex-direction:row;
      padding-bottom:16px;
      justify-content:space-between;
    }

    @media (min-width: 960px) {

    .dHPvEs {
      width:100%;
    }
    }

    .pYksW {
      flex:1;
      width:100vw;
      height:min-content;
      display:flex;
      z-index:2;
      position:fixed;
      background:#191a1f;
      box-shadow:-16px 0px 16px 0px #00000040;
      overflow-x:hidden;
      overflow-y:hidden;
      transition:margin-right 300ms ease  ;
      align-items:center;
      border-left:1px solid var(--grey-800);
      margin-right:-10960px;
      justify-content:space-between;
    }

    @media (min-width: 960px) {

    .pYksW {
      width:640px;
      transition:margin-right 300ms ease  ;
    }
    }

    .pYksW.shown {
      transition:margin-right 300ms ease  ;
      margin-right:0px;
    }

    .cynIQf {
      color:#ffffff;
      height:35px;
      display:flex;
      align-items:center;
      flex-direction:row;
      justify-content:space-between;
    }

    .fDNWoZ {
      color:#ffffff;
      width:100%;
      height:100%;
      display:flex;
      background:#000000a6;
      align-items:center;
      font-weight:700;
      justify-content:center;
      border-top-left-radius:8px;
      border-top-right-radius:8px;
      border-bottom-left-radius:8px;
      border-bottom-right-radius:8px;
    }

    .bnpMfJ {
      width:32px;
    }

    .fGUmIk {
      gap:12px;
      font:var(--font-weight-regular) 16px Inter Tight;
      color:white;
      width:fit-content;
      height:40px;
      display:flex;
      align-items:center;
      padding-top:8px;
      padding-left:12px;
      border-radius:6px;
      padding-right:12px;
      flex-direction:row;
      padding-bottom:8px;
      justify-content:center;
    }

    .fGUmIk:hover {
      color:white;
    }

    .fGUmIk.menuShown {
      color:white;
    }

    .fGUmIk.menuShown:hover {
      color:white;
    }

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

    .erCiVX {
      color:#75c87e;
    }

    .dyCksh {
      width:150px;
      height:116px;
      display:flex;
      align-items:center;
      padding-top:5px;
      padding-left:5px;
      padding-right:5px;
      padding-bottom:4px;
      justify-content:center;
      border-top-left-radius:8px;
      border-top-right-radius:8px;
      border-bottom-left-radius:8px;
      border-bottom-right-radius:8px;
    }

    .bQQQdB {
      flex:1;
      width:100%;
      row-gap:8px;
      column-gap:8px;
      scrollbar-width:none;
    }

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

    @media (min-width: 960px) {

    .bQQQdB {
      width:100%;
    }
    }

    .cektst {
      flex:1;
      width:max-content;
      display:flex;
      row-gap:8px;
      max-width:1248px;
      min-width:300px;
      column-gap:8px;
    }

    .QOCWr {
      top:0px;
      left:0px;
      display:flex;
      z-index:3;
      position:fixed;
      align-items:center;
      flex-direction:row;
      justify-content:center;
    }

    .match-pick-bans\:mZsvQOq3dK7EGYV_LtUcb {
      flex:1;
      height:116px;
      display:flex;
      row-gap:6px;
      column-gap:6px;
      flex-direction:row;
      justify-content:space-around;
    }

    .brYFLp {
      height:35px;
      display:flex;
      font-size:14px;
      background:#030303;
      padding-left:12px;
      padding-right:12px;
      justify-content:center;
      border-top-left-radius:4px;
      border-top-right-radius:4px;
      border-bottom-left-radius:4px;
      border-bottom-right-radius:4px;
    }

    .brYFLp:hover {
      border-color:#1a89f9;
      border-style:solid;
      border-width:2px;
      border-top-left-radius:4px;
      border-top-right-radius:4px;
      border-bottom-left-radius:4px;
      border-bottom-right-radius:4px;
    }

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

    .eCNEgk {
      height:65px;
      display:flex;
      row-gap:8px;
      column-gap:8px;
      align-items:center;
      padding-left:8px;
      padding-right:8px;
      flex-direction:row;
      justify-content:flex-start;
    }

    .zxIfx {
      color:#ffffff;
      height:35px;
      display:flex;
      align-items:center;
      flex-direction:row;
      justify-content:center;
    }

    .cmvWBz {
      width:100vw;
      height:100vh;
      background: #00000080;
    }

    .dOLSMd {
      color:#ffffff;
      display:flex;
      font-size:28px;
      font-style:italic;
      align-items:flex-start;
      font-weight:700;
      justify-content:center;
    }

    .PQVLS {
      color:#ffffff;
      width:100%;
      height:50%;
      display:flex;
      font-size:16px;
      align-items:center;
      font-weight:700;
      justify-content:flex-start;
    }

    .eWwYUe {
      flex:1;
      height:112px;
      display:flex;
      max-width:1248px;
      min-width:300px;
    }

    .etJeKN {
      color:#ffffff;
      width:25%;
      height:100%;
      display:flex;
      row-gap:24px;
      font-size:14px;
      column-gap:24px;
      align-items:flex-start;
      padding-top:7px;
      padding-left:10px;
      padding-right:10px;
      flex-direction:row;
      padding-bottom:7px;
      justify-content:space-between;
    }

    .ddFXhQ {
      display:flex;
      flex-direction:row;
    }

    .dBrOSt {
      color:#ffffff;
      width:100%;
      display:flex;
      font-size:14px;
      align-items:center;
      margin-bottom:24px;
      flex-direction:row;
      justify-content:space-around;
    }

    .eNoeZN {
      width:50%;
      height:112px;
      display:flex;
      z-index:1;
      position:relative;
      background:linear-gradient(to bottom right, #fe01008c 0%, #191a1f 100%) scroll border-box padding-box repeat repeat 0% 0% / auto #191a1f;
      overflow-y:clip;
      align-items:flex-start;
      justify-content:flex-start;
      border-top-left-radius:8px;
      border-bottom-left-radius:8px;
    }

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

    @media (max-width: 960px) {

    .crdhsI {
      width:85%;
    }
    }

    .dqfzTg {
      display:flex;
      row-gap:6px;
      column-gap:6px;
      flex-direction:row;
    }

    .ecpvPO {
      color:#ffffff;
      width:100%;
      display:flex;
      font-size:14px;
      margin-top:2px;
      align-items:center;
      font-weight:600;
      flex-direction:row;
      justify-content:center;
    }

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

    .cwaujY {
      width:100%;
      height:100%;
      display:flex;
      row-gap:6px;
      position:absolute;
      column-gap:6px;
      align-items:center;
      padding-top:20px;
      padding-left:40px;
      padding-right:20px;
      flex-direction:row;
      padding-bottom:20px;
      justify-content:space-between;
    }

    .match\:gRvlK8LGRUNVRTYjMRXpp {
      width:100%;
      height:116px;
      display:flex;
      row-gap:6px;
      flex-wrap:nowrap;
      column-gap:6px;
      overflow-x:scroll;
      align-items:flex-start;
      flex-direction:row;
      justify-content:space-evenly;
    }

    .cPHZtv {
      width:100%;
      display:flex;
    }

    .UYaVp {
      height:36px;
      display:flex;
      min-width:680px;
      background:#030303;
      flex-direction:row;
    }

    .fjMkbD {
      top:50%;
      left:50%;
      width:162px;
      height:58px;
      display:flex;
      row-gap:2px;
      z-index:2;
      position:absolute;
      transform:translate(-50%, -50%);
      background:#191a1f;
      box-shadow:0px 0px 4px 0px #ffffff21;
      column-gap:2px;
      align-items:center;
      padding-top:8px;
      padding-left:8px;
      padding-right:8px;
      padding-bottom:8px;
      justify-content:center;
      border-top-left-radius:8px;
      border-top-right-radius:8px;
      border-bottom-left-radius:8px;
      border-bottom-right-radius:8px;
    }

    @media (max-width: 960px) {

    .fjMkbD {
      display:none;
    }
    }

    .fvnWIj {
      color:#ffffff;
      display:flex;
      font-size:16px;
      font-style:italic;
      align-items:flex-end;
      font-weight:700;
      justify-content:center;
    }

    @media (max-width: 960px) {

    .fvnWIj {
      display:none;
    }
    }

    .cFifHl {
      flex:0 1 0%;
      width:auto;
      height:auto;
      display:flex;
      row-gap:12px;
      flex-wrap:nowrap;
      min-width:320px;
      background:#030303;
      column-gap:12px;
      max-height:55px;
      min-height:55px;
      align-items:center;
      padding-left:16px;
      padding-right:16px;
      flex-direction:row;
      justify-content:space-between;
    }

    .cdzhMj {
      color:#ffffff;
      font-size:16px;
      font-family:Inter;
      font-weight:600;
      padding-top:8px;
      padding-left:16px;
      padding-right:16px;
      padding-bottom:8px;
    }

    .fOmPV {
      height:55px;
      display:flex;
      row-gap:5px;
      flex-grow:0;
      max-width:960px;
      column-gap:5px;
      align-items:center;
      flex-direction:row;
      justify-content:flex-start;
      border-left-color:#191A1F;
      border-left-style:solid;
      border-left-width:1px;
    }

    @media (max-width: 1160px) {

    .fOmPV {
      display:none;
    }
    }

    .dDzJaN {
      width:fit-content;
      display:flex;
      min-width:0px;
      min-height:51px;
      align-items:flex-start;
      justify-content:center;
    }

    .dDzJaN:hover {
      border-top-color:#030303;
      border-top-style:solid;
      border-top-width:2px;
      border-bottom-color:#188af8;
      border-bottom-style:solid;
      border-bottom-width:2px;
    }

    .bgFYbq {
      color:white;
      width:100vw;
      display:flex;
      font-size:16px;
      background:#030303;
      align-items:center;
      font-family:Inter Tight;
      font-weight:var(--font-weight-regular);
      padding-top:16px;
      padding-left:16px;
      border-bottom:1px solid var(--grey-800);
      padding-right:16px;
      flex-direction:row;
      padding-bottom:16px;
      justify-content:space-between;
    }

    @media (min-width: 960px) {

    .bgFYbq {
      width:100%;
    }
    }

    .eRFehh {
      color:#ffffff;
      font-size:14px;
      font-family:Inter;
      font-weight:600;
      padding-top:8px;
      padding-left:16px;
      padding-right:16px;
      padding-bottom:8px;
    }

    .dnGfeo {
      color:#ffffff;
      font-size:16px;
      font-family:Inter;
      font-weight:600;
      padding-top:8px;
      padding-left:16px;
      padding-right:16px;
      padding-bottom:8px;
    }

    .cEIFEM {
      color:#ffffff;
      height:55px;
      display:flex;
      row-gap:5px;
      flex-grow:0;
      max-width:960px;
      column-gap:5px;
      align-items:center;
      padding-left:16px;
      padding-right:16px;
      flex-direction:row;
      justify-content:flex-start;
      border-left-color:#191A1F;
      border-left-style:solid;
      border-left-width:1px;
    }

    @media (min-width: 1160px) {

    .cEIFEM {
      display:none;
    }
    }

    .fzIopY {
      color:#ffffff;
      height:55px;
      display:flex;
      font-size:14px;
      min-width:60px;
      align-items:center;
      padding-left:8px;
      padding-right:8px;
      justify-content:center;
    }

    .fgYZhG {
      width:100vw;
      row-gap:8px;
      flex-grow:1;
      column-gap:8px;
      flex-basis:0px;
      overflow-y:scroll;
      flex-shrink:1;
      padding-bottom:96px;
      scrollbar-width:none;
    }

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

    @media (min-width: 960px) {

    .fgYZhG {
      width:100%;
    }
    }

    .cTqWEF {
      color:#ffffff;
      height:55px;
      display:flex;
      font-size:14px;
      min-width:60px;
      align-items:center;
      font-weight:600;
      padding-left:8px;
      padding-right:8px;
      justify-content:center;
    }

    .cTqWEF:hover {
      color:#1a89f8;
      border-top-color:#030303;
      border-top-style:solid;
      border-top-width:2px;
      border-bottom-color:#1a89f8;
      border-bottom-style:solid;
      border-bottom-width:2px;
    }

    .erjXnk {
      display:flex;
      max-width:50px;
      max-height:fit-content;
      align-items:center;
      justify-content:center;
    }

    .cjbNIb {
      color:#ffffff;
      width:fit-content;
      height:fit-content;
      display:flex;
      align-items:center;
      flex-direction:column;
      justify-content:center;
    }

    .fqiAhQ {
      color:#ffffff;
      font-size:12px;
      font-family:Inter;
      font-weight:700;
      padding-top:8px;
      padding-left:16px;
      padding-right:16px;
      padding-bottom:8px;
    }

    .qdlAL {
      width:auto;
      display:flex;
      flex-grow:1;
      flex-wrap:wrap;
      min-width:150px;
      align-items:center;
      padding-top:8px;
      padding-left:8px;
      padding-right:8px;
      flex-direction:row;
      padding-bottom:8px;
      justify-content:center;
    }

    .eJYbZH {
      color:#ffffff;
      display:flex;
      row-gap:8px;
      flex-wrap:wrap;
      column-gap:8px;
      align-items:flex-start;
      padding-top:8px;
      padding-left:8px;
      padding-right:8px;
      flex-direction:row;
      padding-bottom:8px;
      justify-content:flex-start;
    }

    .bshwfx {
      color:#ffffff;
      height:32px;
      display:flex;
      font-size:12px;
      min-width:60px;
      background:#1a89f9;
      align-items:center;
      font-family:Inter;
      font-weight:700;
      margin-left:8px;
      padding-left:16px;
      padding-right:16px;
      justify-content:center;
      border-top-left-radius:4px;
      border-top-right-radius:4px;
      border-bottom-left-radius:4px;
      border-bottom-right-radius:4px;
    }

    .ntnIo {
      right:0px;
      width:100vw;
      height:100%;
      display:flex;
      z-index:2;
      position:fixed;
      background:#191a1f;
      box-shadow:-16px 0px 16px 0px #00000040;
      overflow-x:hidden;
      overflow-y:hidden;
      transition:margin-right 300ms ease  ;
      align-items:start;
      border-left:1px solid var(--grey-800);
      margin-right:-960px;
      justify-content:space-between;
    }

    @media (min-width: 960px) {

    .ntnIo {
      width:640px;
      transition:margin-right 300ms ease  ;
    }
    }

    .ntnIo.shown {
      transition:margin-right 300ms ease  ;
      margin-right:0px;
    }

    .JoNLe {
      top:0px;
      left:0px;
      z-index:3;
      position:fixed;
      flex-direction:row;
    }

    .dVTPlq {
      gap:16px;
      color:white;
      right:0px;
      width:100vw;
      bottom:0px;
      display:flex;
      position:relative;
      flex-wrap:wrap;
      border-top:1px solid var(--grey-800);
      align-items:center;
      padding-top:24px;
      padding-left:24px;
      padding-right:24px;
      flex-direction:column;
      padding-bottom:96px;
      justify-content:space-between;
    }

    @media (min-width: 960px) {

    .dVTPlq {
      width:640px;
      display:flex;
      flex-direction:row;
      padding-bottom:24px;
    }
    }

    .header\:gk4ctFtQlDi-nRAsPebLg {
      width:30px;
      height:26px;
    }

    .cCtzAQ {
      max-width:fit-content;
      max-height:30px;
      aspect-ratio:5859/1109;
    }

    .edwwQA {
      height:55px;
      display:flex;
      row-gap:5px;
      flex-grow:1;
      max-width:960px;
      column-gap:5px;
      align-items:center;
      flex-direction:row;
      justify-content:flex-start;
      border-left-color:#191A1F;
      border-left-style:solid;
      border-left-width:1px;
    }

    @media (max-width: 1160px) {

    .edwwQA {
      display:none;
    }
    }

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

    .liJQX {
      width:100%;
      height:100%;
      display:flex;
      row-gap:6px;
      z-index:2;
      position:absolute;
      column-gap:6px;
      align-items:center;
      padding-top:20px;
      padding-left:176px;
      padding-right:20px;
      flex-direction:row;
      padding-bottom:20px;
      justify-content:flex-end;
    }

    .blVCYO {
      width:100%;
      height:100%;
      display:flex;
      align-items:center;
      padding-top:4px;
      padding-bottom:8px;
      justify-content:space-between;
      border-top-left-radius:8px;
      border-top-right-radius:8px;
      border-bottom-left-radius:8px;
      border-bottom-right-radius:8px;
    }

    .csqejK {
      width:100%;
      height:auto;
      display:flex;
      row-gap:8px;
      max-width:624px;
      column-gap:8px;
      min-height:400px;
      padding-top:8px;
      padding-left:8px;
      padding-right:8px;
      flex-direction:column;
      padding-bottom:8px;
      border-top-left-radius:8px;
      border-top-right-radius:8px;
      border-bottom-left-radius:8px;
      border-bottom-right-radius:8px;
    }

    .bVXnLM {
      width:100%;
      height:50px;
      display:flex;
      row-gap:4px;
      column-gap:4px;
      flex-direction:row;
    }

    .SaTjp {
      color:#ffffff;
      width:100%;
      height:min-content;
      display:flex;
      align-items:center;
      justify-content:flex-start;
    }

    .eKVzIH {
      display:flex;
      row-gap:4px;
      column-gap:4px;
    }

    .ennTBc {
      width:100%;
      height:100%;
      display:flex;
      font-size:inherit;
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      justify-content:center;
    }

    .wCKPW {
      flex:1;
      height:100%;
      display:flex;
      background:#ff00ff8c;
      align-items:center;
      justify-content:center;
      border-top-left-radius:4px;
      border-top-right-radius:4px;
      border-bottom-left-radius:4px;
      border-bottom-right-radius:4px;
    }

    .faipKR {
      color:#ffffff;
      width:100%;
      height:min-content;
    }

    .dNDSEp {
      height:65px;
      display:flex;
      background:#121317;
      align-items:center;
      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;
    }

    .dNDSEp:hover {
      background:#030303;
    }

    .dLbHBN {
      color:#ffffff;
      display:flex;
      font-size:14px;
      font-style:italic;
      align-items:flex-end;
      font-weight:700;
      justify-content:center;
    }

    @media (max-width: 960px) {

    .dLbHBN {
      display:none;
    }
    }

    .bPEyix {
      width:150px;
      height:116px;
      display:flex;
      align-items:center;
      padding-top:5px;
      padding-left:5px;
      padding-right:5px;
      padding-bottom:4px;
      justify-content:center;
      border-top-left-radius:8px;
      border-top-right-radius:8px;
      border-bottom-left-radius:8px;
      border-bottom-right-radius:8px;
    }

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

    .faVlkg {
      color:#ffffff;
      display:flex;
      font-size:16px;
      font-style:italic;
      align-items:flex-start;
      font-weight:700;
      justify-content:center;
    }

    @media (max-width: 960px) {

    .faVlkg {
      display:none;
    }
    }