
  

  
  

  
  
  
  
    


@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-firacode: 'Fira Code',monospace;
--font-lora: 'Lora',serif;
--font-epilogue: 'Epilogue',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;
    }
  }
}


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

    .ccMrAZ {
      gap:16px;
      width:100%;
    }

    .ePwzAr {
      gap:16px;
      background:#000;
      box-shadow:0px 32px 16px 0px #000000 inset;
      margin-top:48px;
      align-items:center;
      padding-top:48px;
      border-color:var(--grey-700);
      border-style:solid;
      border-width:1px;
      padding-left:48px;
      padding-right:48px;
      flex-direction:column;
      padding-bottom:48px;
      justify-content:start;
      border-top-left-radius:12px;
      border-top-right-radius:12px;
      border-bottom-left-radius:12px;
      border-bottom-right-radius:12px;
    }

    .eroqTt {
      width:64px;
      height:64px;
      box-shadow:0px 1px 0px 0px #6363634d inset, 0px 2px 4px 0px #000000bf;
      border-color:var(--grey-800, #262626);
      border-style:solid;
      border-width:1px;
      border-radius:200px;
    }

    .fCzEVP {
      width:100%;
      row-gap:48px;
      column-gap:48px;
    }

    @media (min-width: 1280px) {

    .fCzEVP {
      width:100%;
      max-width:960px;
      background:var(--grey-800);
      box-shadow:0px 0px 128px 0px black;
      padding-top:96px;
      border-color:var(--grey-700);
      border-style:solid;
      border-width:1px;
      padding-left:96px;
      padding-right:96px;
      padding-bottom:96px;
      border-top-left-radius:12px;
      border-top-right-radius:12px;
      border-bottom-left-radius:12px;
      border-bottom-right-radius:12px;
    }
    }

    .FGMCm {
      width:100%;
      min-height:64px;
      align-items:center;
      padding-top:12px;
      padding-left:12px;
      padding-right:12px;
      padding-bottom:12px;
      justify-content:center;
      background-color:#000;
      border-top-color:var(--grey-800, #262626);
      border-top-style:solid;
      border-top-width:1px;
    }

    .dHzIqf {
      color:var(--grey-400);
      display:inline-block;
      font-size:13px;
      font-family:'Fira Code';
      font-weight:var(--font-weight-regular);
      line-height:20px;
    }

    .dHzIqf.large {
      font-size:18px;
      line-height:28px;
    }

    .dHzIqf.subheader {
      color:var(--grey-400, #A3A3A3);
      font-size:24px;
      line-height:32px;
    }

    .dHzIqf.centered {
      text-align:center;
    }

    .dHzIqf.seriffont {
      font-size:20px;
      font-family:'Lora';
      line-height:34px;
    }

    .dHzIqf.standfirst {
      color:var(--grey-200);
      font-size:24px;
      line-height:36px;
    }

    .a-new-vibe\:8adNwAOseEuxJ8ljMOxXN {
      color:var(--grey-200, #E5E5E5);
      font-weight:var(--font-weight-normal);
    }

    .a-new-vibe\:8o2JVXZGB7Ns6M-xz0hiO {
      margin-top:-32px;
      line-height:;
    }

    .WswPr {
      top:0px;
      width:100%;
      height:36px;
      z-index:1;
      position:fixed;
      align-items:center;
      flex-direction:row;
      justify-content:center;
      background-color:var(--grey-900, #171717);
    }

    .cfBEsO {
      flex:1;
      height:100%;
      align-items:start;
      padding-top:8px;
      padding-left:4px;
      padding-right:8px;
      flex-direction:column;
      padding-bottom:8px;
      justify-content:space-between;
    }

    .MuoHu {
      width:100%;
      height:2px;
      border-radius:100px;
      flex-direction:row;
      background-color:var(--grey-700, #404040);
    }

    .ivaIX {
      width:100%;
      height:2px;
      border-radius:100px;
      flex-direction:row;
      background-color:var(--grey-800, #262626);
    }

    .bAOmos {
      width:100%;
      height:2px;
      border-radius:100px;
      flex-direction:row;
      background-color:var(--grey-600, #525252);
    }

    .coVspq {
      color:var(--grey-200, #E5E5E5);
      width:fit-content;
      cursor:pointer;
      font-family:'Fira Code';
      padding-top:4px;
      padding-left:12px;
      border-radius:6px;
      padding-right:12px;
      padding-bottom:4px;
    }

    .coVspq:hover {
      background-color:var(--grey-700, #404040);
    }

    .coVspq:focus-visible {
      outline-color:var(--yellow-500, #F59E0B);
      outline-style:solid;
      outline-width:2px;
      outline-offset:2px;
    }

    .coVspq:active {
      background-color:var(--grey-600, #525252);
    }

    .bQvYuG {
      flex:1;
      height:100%;
      align-items:start;
      padding-top:8px;
      padding-left:8px;
      padding-right:4px;
      flex-direction:column;
      padding-bottom:8px;
      justify-content:space-between;
    }

    .bjeNwv {
      gap:8px;
      align-items:center;
      flex-direction:column;
      justify-content:center;
    }

    .eyQJSM {
      position:absolute;
    }

    .cKsYcb {
      width:128px;
      height:128px;
      box-shadow:0px 1px 0px 0px #6363634d inset, 0px 2px 4px 0px #000000bf;
      border-color:var(--grey-800, #262626);
      border-style:solid;
      border-width:1px;
      border-radius:200px;
    }

    .a-new-vibe\:FnedACmFFwwKRAKD8kz5- {
      color:var(--yellow-500, #F59E0B);
    }

    .chMSG {
      color:var(--grey-200, #E5E5E5);
      width:100%;
      font-size:16px;
      font-family:'Fira Code';
      font-weight:var(--font-weight-regular);
      text-shadow:0px 2px 4px #00000066;
    }

    .chMSG.large {
      font-size:24px;
    }

    .chMSG.seriffont {
      font-family:'Lora';
    }

    .a-new-vibe\:GQQ1sr7lOvWgf1TiFnIPM {
      color:var(--yellow-500);
    }

    .dgUwJl {
      display:flex;
      row-gap:12px;
      column-gap:12px;
    }

    .a-new-vibe\:GnfQrUwsCK_W0CFWZJ2pK {
      margin-top:-32px;
      line-height:;
    }

    .NMeQT {
      right:0px;
      width:100%;
      bottom:0px;
      z-index:1;
      position:fixed;
      align-items:end;
      padding-top:12px;
      padding-left:12px;
      padding-right:12px;
      padding-bottom:12px;
      justify-content:center;
    }

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

    .a-new-vibe\:I6PJ4KyUcKmyZ8n39tgFS {
      color:var(--yellow-500);
    }

    .a-new-vibe\:JNWn0EPoQYJFHUbHMyIfI {
      margin-top:-32px;
      line-height:;
    }

    .dghAGB {
      color:var(--grey-200, #E5E5E5);
      scale:1;
      width:fit-content;
      height:26px;
      font-size:13px;
      box-shadow:0px 1px 0px 0px #6363634d inset, 0px 2px 4px 0px #00000044;
      transition:scale 100ms cubic-bezier(0.76, 0.05, 0.85, 0.06) 0ms normal, box-shadow 100ms cubic-bezier(0.76, 0.05, 0.85, 0.06) 0ms normal;
      align-items:center;
      font-family:'Fira Code';
      font-weight:var(--font-weight-regular);
      border-radius:6px;
      flex-direction:row;
      justify-content:start;
      background-color:var(--grey-700, #404040);
    }

    .dghAGB:hover {
      box-shadow:0px 4px 8px 0px #00000044;
      transition:scale 100ms cubic-bezier(0.76, 0.05, 0.85, 0.06) 0ms normal, box-shadow 100ms cubic-bezier(0.76, 0.05, 0.85, 0.06) 0ms normal;
      background-color:var(--grey-600, #525252);
    }

    .dghAGB:focus-visible {
      box-shadow:0px 4px 8px 0px #00000044;
      transition:scale 100ms cubic-bezier(0.76, 0.05, 0.85, 0.06) 0ms normal, box-shadow 100ms cubic-bezier(0.76, 0.05, 0.85, 0.06) 0ms normal;
      outline-color:var(--yellow-600, #D97706);
      outline-style:solid;
      outline-width:2px;
      outline-offset:2px;
      background-color:var(--grey-600, #525252);
    }

    .dghAGB:active {
      color:var(--grey-100, #F5F5F5);
      background-color:var(--grey-500, #737373);
    }

    .dbkszp {
      color:var(--grey-400, #A3A3A3);
      height:100%;
      display:none;
      font-size:inherit;
      box-shadow:0px 1px 0px 0px #6363634d inset;
      font-family:inherit;
      font-weight:inherit;
      padding-top:4px;
      padding-left:8px;
      padding-right:8px;
      padding-bottom:4px;
      background-color:var(--grey-800, #262626);
      border-right-color:var(--grey-800, #262626);
      border-right-style:solid;
      border-right-width:1px;
    }

    .dbkszp.hover {
      background-color:var(--grey-700, #404040);
    }

    @media (min-width: 640px) {

    .dbkszp {
      display:flex;
      align-items:start;
      padding-left:8px;
      padding-right:8px;
      flex-direction:column;
      justify-content:center;
    }
    }

    .buMCHF {
      gap:8px;
      height:100%;
      display:flex;
      font-size:inherit;
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      padding-top:4px;
      padding-left:8px;
      padding-right:8px;
      flex-direction:row;
      padding-bottom:4px;
      justify-content:start;
    }

    .biQUwx {
      width:28px;
      height:28px;
      display:flex;
      font-size:inherit;
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      padding-top:8px;
      padding-left:8px;
      padding-right:8px;
      flex-direction:column;
      padding-bottom:8px;
      justify-content:center;
      border-right-color:var(--grey-800, #262626);
      border-right-style:solid;
      border-right-width:1px;
    }

    .a-new-vibe\:JcFLWuGsGyDe3bXVLUAXV {
      margin-top:-32px;
      line-height:;
    }

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

    .cQWRGN {
      gap:8px;
      align-items:center;
      justify-content:start;
    }

    .dEPFWQ {
      color:var(--grey-200, #E5E5E5);
      width:fit-content;
      font-size:24px;
      font-family:'Fira Code';
      font-weight:var(--font-weight-regular);
      text-shadow:0px 2px 4px #000000cc;
    }

    .dEPFWQ.large {
      font-size:48px;
      font-weight:var(--font-weight-normal);
      line-height:56px;
    }

    .dEPFWQ.centered {
      text-align:center;
    }

    .dEPFWQ.seriffont {
      font-family:'Lora';
    }

    @media (min-width: 1024px) {

    .dEPFWQ {
      font-size:48px;
      font-weight:var(--font-weight-normal);
      line-height:56px;
    }
    }

    .a-new-vibe\:Qj98HVxnPle0LU3mJt6ny {
      width:100%;
      align-items:center;
      justify-content:start;
    }

    .a-new-vibe\:RxDB8VVgjMau-ZYwjvjBd {
      color:var(--yellow-500);
    }

    .bqmVdY {
      gap:4px;
    }

    .cQtpvu {
      width:100%;
      margin-top:32px;
      max-height:320px;
      object-fit:cover;
      aspect-ratio:4 / 3;
      border-radius:6px;
    }

    @media (min-width: 640px) {

    .cQtpvu {
      max-height:480px;
    }
    }

    .a-new-vibe\:UEoWZmZBWti2XrbyVf5fs {
      color:var(--yellow-500);
    }

    .clGlLN {
      row-gap:16px;
      column-gap:16px;
      align-items:center;
      justify-content:start;
    }

    .a-new-vibe\:WKIXOajHcM4G759IK7esO {
      margin-top:-32px;
      line-height:;
    }

    .a-new-vibe\:YIS4FFqbJqHJMwxcCXRLt {
      color:var(--yellow-500);
    }

    .a-new-vibe\:ZbNanP3uMezLgY0F8puoq {
      margin-top:-32px;
      line-height:;
    }

    .clhYsj {
      width:100%;
      display:flex;
      row-gap:12px;
      column-gap:12px;
      align-items:center;
      justify-content:center;
    }

    .a-new-vibe\:aVTp2EvyB-WqYCHp9K6aS {
      margin-top:-32px;
      line-height:;
    }

    .epmwVw {
      width:100%;
      height:100%;
      background:var(--grey-900);
      align-items:center;
      padding-top:96px;
      padding-left:24px;
      padding-right:24px;
      justify-content:start;
    }

    @media (min-width: 1280px) {

    .epmwVw {
      padding-top:128px;
      padding-bottom:128px;
    }
    }

    .a-new-vibe\:cmpOn7LTdxIGNCH2TZtu8 {
      margin-top:-32px;
      line-height:;
    }

    .pXhJA {
      gap:8px;
      color:var(--grey-200, #E5E5E5);
      cursor:pointer;
      box-shadow:0px 1px 0px 0px #6363634d inset, 0px 2px 4px 0px #00000044;
      align-items:center;
      font-weight:var(--font-weight-regular);
      padding-top:16px;
      padding-left:16px;
      border-radius:6px;
      padding-right:16px;
      flex-direction:column;
      padding-bottom:16px;
      justify-content:center;
      background-color:var(--grey-700, #404040);
    }

    .pXhJA:hover {
      color:var(--grey-200, #E5E5E5);
      background-color:var(--grey-600, #525252);
    }

    .pXhJA:focus-visible {
      outline-color:var(--yellow-600, #D97706);
      outline-style:solid;
      outline-width:2px;
      outline-offset:2px;
    }

    .pXhJA:active {
      color:var(--grey-200, #E5E5E5);
      background-color:var(--grey-500, #737373);
    }

    .cBPtZG {
      width:100%;
      height:auto;
      box-shadow:0px 0px 96px 0px #dbfb4533, 0px 2px 24px 0px #000000;
      aspect-ratio:16/9;
      border-color:#dbfb45;
      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;
    }

    .a-new-vibe\:i_Oyd9SyvUI26L2Eh2tLN {
      color:var(--grey-200, #E5E5E5);
      text-align:center;
      font-weight:var(--font-weight-normal);
    }

    .a-new-vibe\:lwlul3-8-lzzsKw2aIbhH {
      color:var(--yellow-500);
    }

    .a-new-vibe\:qLHl1Iq15z9gj4nYIiOlQ {
      font-size:40px;
    }

    .a-new-vibe\:rEnWN6B97ZqORvrfolAsl {
      color:var(--yellow-500);
    }

    .bbjCkY {
      display:none;
      font-weight:var(--font-weight-regular);
    }

    @media (min-width: 640px) {

    .bbjCkY {
      display:flex;
      flex-direction:column;
    }
    }

    .a-new-vibe\:raVuUsRtyakNDu4KquFf_ {
      color:var(--yellow-500);
    }

    .a-new-vibe\:tIP9WqcaKIPsJUdmj1aF4 {
      color:var(--yellow-500);
    }

    .byitwo {
      color:var(--grey-200, #E5E5E5);
      width:fit-content;
      cursor:pointer;
      height:32px;
      display:flex;
      row-gap:8px;
      font-size:14px;
      box-shadow:0px 1px 0px 0px #6363634d inset, 0px 2px 4px 0px #00000044;
      column-gap:8px;
      align-items:center;
      font-family:'Fira Code';
      font-weight:var(--font-weight-regular);
      padding-left:16px;
      border-radius:100px;
      padding-right:16px;
      flex-direction:row;
      justify-content:center;
      background-color:var(--grey-700, #404040);
    }

    .byitwo:hover {
      cursor:pointer;
      background-color:var(--grey-600, #525252);
    }

    .byitwo:focus-visible {
      border-top:1px solid black;
      outline-color:var(--yellow-600, #D97706);
      outline-style:solid;
      outline-width:2px;
      outline-offset:2px;
    }

    .byitwo:active {
      background-color:var(--grey-500, #737373);
    }

    .a-new-vibe\:xRvMQyWTueX2qhijtenq1 {
      margin-top:-32px;
      line-height:;
    }

    .HAKJl {
      width:100%;
      filter:saturate(0);
      height:100%;
      opacity:0.1;
      position:absolute;
      box-shadow:0px 16px 24px 0px #00000066 inset;
      margin-top:-48px;
      object-fit:cover;
    }