
  

  
  @property --grey-50 {
  syntax: "<color>";
  inherits: true;
  initial-value: #FAFAFA;
}
@property --col--red {
  syntax: "<color>";
  inherits: true;
  initial-value: transparent;
}
@property --grey-100 {
  syntax: "<color>";
  inherits: true;
  initial-value: #F5F5F5;
}
@property --grey-200 {
  syntax: "<color>";
  inherits: true;
  initial-value: #E5E5E5;
}
@property --grey-300 {
  syntax: "<color>";
  inherits: true;
  initial-value: #D4D4D4;
}
@property --grey-400 {
  syntax: "<color>";
  inherits: true;
  initial-value: #A3A3A3;
}
@property --grey-500 {
  syntax: "<color>";
  inherits: true;
  initial-value: #737373;
}
@property --grey-600 {
  syntax: "<color>";
  inherits: true;
  initial-value: #525252;
}
@property --grey-700 {
  syntax: "<color>";
  inherits: true;
  initial-value: #404040;
}
@property --grey-800 {
  syntax: "<color>";
  inherits: true;
  initial-value: #262626;
}
@property --grey-900 {
  syntax: "<color>";
  inherits: true;
  initial-value: #171717;
}
@property --col--blue {
  syntax: "<color>";
  inherits: true;
  initial-value: transparent;
}
@property --radius--m {
  syntax: "*";
  inherits: true;
  initial-value: initial;
}
@property --radius--s {
  syntax: "*";
  inherits: true;
  initial-value: initial;
}
@property --col--black {
  syntax: "<color>";
  inherits: true;
  initial-value: transparent;
}
@property --col--green {
  syntax: "<color>";
  inherits: true;
  initial-value: transparent;
}
@property --col--white {
  syntax: "<color>";
  inherits: true;
  initial-value: transparent;
}
@property --yellow-500 {
  syntax: "<color>";
  inherits: true;
  initial-value: #F59E0B;
}
@property --yellow-600 {
  syntax: "<color>";
  inherits: true;
  initial-value: #D97706;
}
@property --col--yellow {
  syntax: "<color>";
  inherits: true;
  initial-value: transparent;
}
@property --size--mob-m {
  syntax: "*";
  inherits: true;
  initial-value: initial;
}
@property --size--desk-m {
  syntax: "*";
  inherits: true;
  initial-value: initial;
}
@property --size--mob-lg {
  syntax: "*";
  inherits: true;
  initial-value: initial;
}
@property --size--mob-sm {
  syntax: "*";
  inherits: true;
  initial-value: initial;
}
@property --weight--bold {
  syntax: "<number>";
  inherits: true;
  initial-value: 0;
}
@property --size--desk-lg {
  syntax: "*";
  inherits: true;
  initial-value: initial;
}
@property --size--desk-sm {
  syntax: "*";
  inherits: true;
  initial-value: initial;
}
@property --weight--black {
  syntax: "<number>";
  inherits: true;
  initial-value: 0;
}
@property --col--dark-grey {
  syntax: "<color>";
  inherits: true;
  initial-value: transparent;
}
@property --size--mob-base {
  syntax: "*";
  inherits: true;
  initial-value: initial;
}
@property --weight--medium {
  syntax: "<number>";
  inherits: true;
  initial-value: 0;
}
@property --col--light-grey {
  syntax: "<color>";
  inherits: true;
  initial-value: transparent;
}
@property --size--desk-base {
  syntax: "*";
  inherits: true;
  initial-value: initial;
}
@property --col--medium-grey {
  syntax: "<color>";
  inherits: true;
  initial-value: transparent;
}
@property --font-weight-bold {
  syntax: "*";
  inherits: true;
  initial-value: 700;
}
@property --font-weight-normal {
  syntax: "*";
  inherits: true;
  initial-value: 500;
}
@property --font-weight-regular {
  syntax: "*";
  inherits: true;
  initial-value: 400;
}
@property --col--extra-dark-grey {
  syntax: "<color>";
  inherits: true;
  initial-value: transparent;
}

  :host, :root {
  --grey-50: #FAFAFA;
  --col--red: #FF3465;
  --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;
  --col--blue: #74F7FF;
  --radius--m: 1rem;
  --radius--s: 0.5rem;
  --col--black: #000000;
  --col--green: #50FF61;
  --col--white: #ffffff;
  --yellow-500: #F59E0B;
  --yellow-600: #D97706;
  --col--yellow: #FBFF2B;
  --size--mob-m: 2.5rem;
  --size--desk-m: 3rem;
  --size--mob-lg: 3rem;
  --size--mob-sm: 1.25rem;
  --weight--bold: 700;
  --size--desk-lg: 4rem;
  --size--desk-sm: 1.25rem;
  --weight--black: 900;
  --col--dark-grey: #8D8D8D;
  --size--mob-base: 1.5rem;
  --weight--medium: 500;
  --col--light-grey: #E8E8E8;
  --size--desk-base: 1.5rem;
  --col--medium-grey: #C9C9C9;
  --font-weight-bold: 900;
  --font-weight-normal: 700;
  --font-weight-regular: 500;
  --col--extra-dark-grey: #383838;
}
  
  
  [data-nc-theme~="Default"] {
  --grey-50: #FAFAFA;
  --col--red: #FF3465;
  --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;
  --col--blue: #74F7FF;
  --radius--m: 1rem;
  --radius--s: 0.5rem;
  --col--black: #000000;
  --col--green: #50FF61;
  --col--white: #ffffff;
  --yellow-500: #F59E0B;
  --yellow-600: #D97706;
  --col--yellow: #FBFF2B;
  --size--mob-m: 2.5rem;
  --size--desk-m: 3rem;
  --size--mob-lg: 3rem;
  --size--mob-sm: 1.25rem;
  --weight--bold: 700;
  --size--desk-lg: 4rem;
  --size--desk-sm: 1.25rem;
  --weight--black: 900;
  --col--dark-grey: #8D8D8D;
  --size--mob-base: 1.5rem;
  --weight--medium: 500;
  --col--light-grey: #E8E8E8;
  --size--desk-base: 1.5rem;
  --col--medium-grey: #C9C9C9;
  --font-weight-bold: 900;
  --font-weight-normal: 700;
  --font-weight-regular: 500;
  --col--extra-dark-grey: #383838;
}
    


@layer base {
  
  body, :host {
    /* Color */
    
    /* Fonts */
    --font-sans: 'Inter',sans-serif;
--font-firacode: 'Fira Code',monospace;
--font-lora: 'Lora',serif;
--font-epilogue: 'Epilogue',sans-serif;
--font-Inter Tight: 'Inter Tight',sans-serif;

    /* Font size */
    
    /* Font weight */
    
    /* Shadows */
    
    /* 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;
    }
  }
}


    .cBhgGg {
      height:100vh;
      display:flex;
      background:var(--col--light-grey);
      flex-direction:column;
    }

    .dbgoaR {
      color:var(--col--black);
      width:fit-content;
      font-size:var(--size--desk-lg);
      font-family:"Inter Tight";
      font-weight:900;
    }

    @media (max-width: 640px) {

    .dbgoaR {
      font-size:var(--size--mob-lg);
    }
    }

    .dbgoaR::selection {
      background:var(--col--yellow);
    }

    .Bdtka {
      width:100%;
      display:flex;
      row-gap:128px;
      max-width:1280px;
      column-gap:128px;
      flex-direction:column;
    }

    .cxFwfe {
      height:96px;
      display:flex;
      background:var(--col--white);
      align-items:flex-end;
      padding-top:16px;
      padding-left:16px;
      padding-right:16px;
      padding-bottom:16px;
      justify-content:center;
      border-bottom-color:var(--col--medium-grey);
      border-bottom-style:solid;
      border-bottom-width:4px;
    }

    .XKNpU {
      width:fit-content;
      background:var(--col--black);
      transition:scale 300ms cubic-bezier(0.42, 0, 0.58, 1);
      border-radius:var(--radius--m);
      -webkit-tap-highlight-color:transparent;
    }

    .XKNpU:focus-visible {
      scale:1.05 1.05 1;
      transition:scale 100ms cubic-bezier(0.42, 0, 0.58, 1);
      outline-color:var(--col--black);
      outline-style:dotted;
      outline-width:4px;
      outline-offset:4px;
    }

    .XKNpU.disabled {
      opacity:0.4;
    }

    .bLKPPo {
      width:100%;
      bottom:0px;
      cursor:pointer;
      height:100%;
      display:inline;
      font-size:var(--size--desk-base);
      background:var(--col--bg);
      transition:bottom 200ms cubic-bezier(0.42, 0, 0.58, 1)  , filter 200ms cubic-bezier(0.42, 0, 0.58, 1);
      font-family:"Inter Tight";
      font-weight:inherit;
      padding-top:8px;
      user-select:none;
      border-color:var(--col--black);
      border-style:solid;
      border-width:4px;
      padding-left:24px;
      border-radius:var(--radius--m);
      padding-right:24px;
      padding-bottom:8px;
    }

    .bLKPPo.hover {
      bottom:4px;
      filter:brightness(120%);
      background:var(--col--bg);
      transition:bottom 100ms cubic-bezier(0.42, 0, 0.58, 1)  , filter 100ms cubic-bezier(0.42, 0, 0.58, 1);
    }

    .bLKPPo:active {
      bottom:0px;
      filter:hue-rotate(40deg);
      transition:bottom 100ms ease  , filter 100ms cubic-bezier(0.42, 0, 0.58, 1);
    }

    @media (max-width: 640px) {

    .bLKPPo {
      bottom:4px;
      font-size:var(--size--mob-base);
    }
    }

    .bLKPPo.disabled:hover {
      bottom:0px;
      cursor:not-allowed;
    }

    .bLKPPo.disabled:active {
      background:var(--col--dark-grey);
    }

    .bLKPPo.black {
      color:var(--col--white);
      background:#1f1f1f;
    }

    .melch {
      flex:1;
      width:96px;
      display:flex;
      row-gap:16px;
      max-width:96px;
      background:var(--col--white);
      column-gap:16px;
      align-items:center;
      padding-top:16px;
      padding-left:16px;
      padding-right:16px;
      flex-direction:column;
      padding-bottom:16px;
      justify-content:flex-start;
      border-right-color:var(--col--medium-grey);
      border-right-style:solid;
      border-right-width:4px;
    }

    @media (max-width: 640px) {

    .melch {
      flex:0;
      width:100%;
      display:flex;
      max-width:100%;
      min-height:96px;
      overflow-x:scroll;
      overflow-y:auto;
      border-color:black;
      border-style:none;
      border-width:1px;
      flex-direction:row;
      scrollbar-width:none;
    }

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

    .etbrsI {
      width:64px;
      height:64px;
      background:var(--col--dark-grey);
      transition:scale 300ms cubic-bezier(0.42, 0, 0.58, 1)  , padding-bottom 300ms cubic-bezier(0.42, 0, 0.58, 1);
      border-radius:var(--radius--m);
      -webkit-tap-highlight-color:transparent;
    }

    .etbrsI:focus-visible {
      scale:1.05 1.05 1;
      transition:scale 100ms cubic-bezier(0.42, 0, 0.58, 1);
      outline-color:var(--col--black);
      outline-style:dotted;
      outline-width:4px;
      outline-offset:4px;
    }

    .etbrsI.disabled {
      opacity:0.4;
    }

    .cMWVBt {
      color:var(--col--dark-grey);
      bottom:0px;
      cursor:pointer;
      display:flex;
      font-size:var(--size--desk-base);
      background:var(--col--white);
      transition:bottom 200ms cubic-bezier(0.42, 0, 0.58, 1) 0ms normal;
      align-items:center;
      font-family:"Inter Tight";
      font-weight:inherit;
      user-select:none;
      border-color:var(--col--light-grey);
      border-style:solid;
      border-width:4px;
      border-radius:var(--radius--m);
      justify-content:center;
    }

    .cMWVBt.hover {
      color:var(--col--black);
      bottom:4px;
      background:var(--col--white);
      transition:bottom 100ms cubic-bezier(0.42, 0, 0.58, 1) 0ms normal;
      border-color:var(--col--dark-grey);
      border-style:solid;
      border-width:4px;
    }

    .cMWVBt:active {
      bottom:0px;
      filter:hue-rotate(40deg);
      transition:bottom 100ms ease 0ms normal;
    }

    @media (max-width: 640px) {

    .cMWVBt {
      bottom:4px;
      font-size:var(--size--mob-base);
    }
    }

    .cMWVBt.disabled:hover {
      bottom:0px;
      cursor:not-allowed;
    }

    .cMWVBt.disabled:active {
      background:var(--col--dark-grey);
    }

    .cMWVBt.black {
      color:var(--col--white);
      background:#1f1f1f;
    }

    .fuGVnt {
      width:fit-content;
      display:flex;
      row-gap:16px;
      column-gap:16px;
      align-items:flex-start;
      flex-direction:row;
      justify-content:flex-start;
    }

    .czaEsg {
      color:var(--col--white);
      font-size:var(--size--desk-sm);
      background:var(--col--black);
      font-family:"Inter";
      padding-top:8px;
      padding-left:16px;
      padding-right:16px;
      padding-bottom:8px;
      border-top-left-radius:var(--radius--s);
      border-top-right-radius:var(--radius--s);
      border-bottom-left-radius:var(--radius--s);
      border-bottom-right-radius:var(--radius--s);
    }

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

    .bJrOEY {
      display:flex;
      opacity:0;
      z-index:1;
      position:absolute;
      animation:200ms cubic-bezier(0.42, 0, 0.58, 1) 100ms 1 normal forwards running animation-diMMIZ, 400ms cubic-bezier(0.42, 0, 0.58, 1) 100ms 1 normal forwards running animation-dzQNoM;
      align-items:center;
      margin-left:64px;
      flex-direction:row;
      justify-content:flex-start;
    }

    @media (max-width: 640px) {

    .bJrOEY {
      display:none;
    }
    }

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

        100% {
          opacity: 1;
        }
    }


    @keyframes animation-dzQNoM {
        0% {
          margin-left: 72px;
        }

        40% {
          margin-left: 88px;
        }

        100% {
          margin-left: 72px;
        }
    }

    .feaRbm {
      flex:1;
      display:flex;
      overflow-y:hidden;
      flex-direction:row;
      scrollbar-width:none;
    }

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

    @media (max-width: 640px) {

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

    .bNZqPs {
      flex:1;
      display:flex;
      overflow-y:scroll;
      align-items:center;
      padding-top:96px;
      padding-left:96px;
      padding-right:96px;
      flex-direction:column;
      padding-bottom:96px;
      justify-content:flex-start;
    }

    .YJQGL {
      width:400px;
      height:100%;
      background:var(--col--white);
      border-left-color:var(--col--medium-grey);
      border-left-style:solid;
      border-left-width:4px;
    }

    .dVcUsT {
      color:var(--col--black);
      width:fit-content;
      font-size:var(--size--desk-m);
      font-family:"Inter Tight";
      font-weight:900;
    }

    @media (max-width: 640px) {

    .dVcUsT {
      font-size:var(--size--mob-m);
    }
    }

    .dVcUsT::selection {
      background:var(--col--yellow);
    }

    .fTLc {
      display:flex;
      flex-direction:column;
      align-items:flex-start;
      justify-content:flex-start;
      row-gap:40px;
      column-gap:40px;
    }

    .eMaA-dM {
      width:100%;
      display:flex;
      flex-direction:row;
      row-gap:56px;
      column-gap:56px;
    }

    .yRPKc {
      width:160px;
      height:48px;
      background:#00c5d1;
      border-top-left-radius:var(--radius--m);
      border-top-right-radius:var(--radius--m);
      border-width:4px;
      border-style:solid;
      border-color:var(--col--black);
      border-bottom-width:1px;
      border-bottom-style:none;
      border-bottom-color:black;
      margin-bottom:-24px;
    }

    .ehIoZf {
      height:240px;
      background:var(--col--blue);
      border-top-right-radius:var(--radius--m);
      border-bottom-left-radius:var(--radius--m);
      border-bottom-right-radius:var(--radius--m);
      border-width:4px;
      border-style:solid;
      border-color:var(--col--black);
      width:100%;
      display:flex;
      align-items:center;
      justify-content:center;
      border-top-left-radius:var(--radius--m);
    }

    .fpjKPm {
      width:100%;
      height:80px;
      display:flex;
      align-items:flex-start;
      justify-content:flex-end;
      flex-direction:column;
      background:var(--col--black);
      border-top-right-radius:var(--radius--m);
      border-bottom-left-radius:var(--radius--m);
      border-bottom-right-radius:var(--radius--m);
      border-top-left-radius:var(--radius--m);
      position:absolute;
      bottom:42px;
    }

    .bTbHVg {
      font-family:"Inter";
      font-size:var(--size--desk-base);
      font-weight:700;
      width:fit-content;
      padding-left:8px;
      padding-right:8px;
      border-top-left-radius:var(--radius--s);
      border-top-right-radius:var(--radius--s);
      border-bottom-left-radius:var(--radius--s);
      border-bottom-right-radius:var(--radius--s);
    }

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

    .cfpzuM {
      width:320px;
      display:flex;
      flex-direction:column;
      row-gap:12px;
      column-gap:12px;
      cursor:pointer;
      transition:scale 300ms cubic-bezier(0.42, 0, 0.58, 1);
    }

    .cfpzuM:focus-visible {
      scale:1.05 1.05 1;
      transition:scale 100ms cubic-bezier(0.42, 0, 0.58, 1);
      border-top-left-radius:var(--radius--m);
      border-top-right-radius:var(--radius--m);
      border-bottom-left-radius:var(--radius--m);
      border-bottom-right-radius:var(--radius--m);
      background:var(--col--white);
      outline-width:24px;
      outline-style:solid;
      outline-color:var(--col--white);
    }

    .eYMOEr {
      position:absolute;
      width:100%;
      height:56px;
      bottom:0px;
      display:flex;
      flex-direction:column;
      align-items:flex-start;
      justify-content:space-evenly;
    }

    .clXIMu {
      width:100%;
      height:4px;
      background:var(--col--black);
      opacity:0.1;
    }

    .bZgYLp {
      transition:bottom 300ms cubic-bezier(0.42, 0, 0.58, 1)  , filter 300ms cubic-bezier(0.42, 0, 0.58, 1);
      bottom:0px;
    }

    .bZgYLp.hover {
      bottom:4px;
      transition:bottom 100ms cubic-bezier(0.42, 0, 0.58, 1)  , filter 100ms cubic-bezier(0.42, 0, 0.58, 1);
      filter:brightness(105%);
    }

    .bZgYLp:active {
      bottom:0px;
      filter:hue-rotate(40deg);
      transition:bottom 100ms cubic-bezier(0.42, 0, 0.58, 1)  , filter 100ms cubic-bezier(0.42, 0, 0.58, 1);
    }