
  

  
  

  
  
  
  
    


@layer base {
  
  body, :host {
    /* Color */
    --neutral-0: #0F0F0F;
--neutral-1: #1C1C1C;
--neutral-2: #323232;
--neutral-3: #484848;
--neutral-4: #5D5D5D;
--neutral-5: #737373;
--neutral-6: #898989;
--neutral-7: #9E9E9E;
--neutral-8: #B4B4B4;
--neutral-9: #CACACA;
--neutral-10: #DFDFDF;
--neutral-11: #ededed;
--neutral-12: #fafafa;
--brand-1: #051729;
--brand-2: #0B2C4F;
--brand-3: #124173;
--brand-4: #195697;
--brand-5: #216CBB;
--brand-6: #2F81D8;
--brand-7: #5297E1;
--brand-8: #75ADE8;
--brand-9: #9AC3F0;
--brand-10: #BFD9F6;
--brand-11: #E4EFFB;
--brand-12: #E4EFFC;
--success-1: #061913;
--success-2: #0D362A;
--success-3: #175845;
--success-4: #207A60;
--success-5: #2B9B7A;
--success-6: #36BB94;
--success-7: #4ECEA9;
--success-8: #6FD9BA;
--success-9: #90E3CB;
--success-10: #B2ECDB;
--success-11: #D5F5EC;
--success-12: #E6F9F4;
--critical-1: #190606;
--critical-2: #360D0D;
--critical-3: #581717;
--critical-4: #7A2020;
--critical-5: #9B2B2B;
--critical-6: #BB3636;
--critical-7: #CE4E4E;
--critical-8: #D96F6F;
--critical-9: #E39090;
--critical-10: #ECB2B2;
--critical-11: #F5D5D5;
--critical-12: #F9E6E6;
--warning-1: #1A1605;
--warning-2: #262008;
--warning-3: #493F10;
--warning-4: #6C5C19;
--warning-5: #8E7A22;
--warning-6: #8E7A22;
--warning-7: #CFB337;
--warning-8: #D9C259;
--warning-9: #E2CF7B;
--warning-10: #EBDD9E;
--warning-11: #F3EAC1;
--warning-12: #FAF6E5;
--overlay-a1: #ffffff0d;
--overlay-a2: #ffffff1a;
--overlay-a3: #ffffff26;
--overlay-a4: #ffffff33;
--overlay-a5: #ffffff4d;
--overlay-a6: #ffffff66;
--overlay-a7: #ffffff80;
--overlay-a8: #ffffff99;
--overlay-a9: #ffffffb3;
--overlay-a10: #ffffffcc;
--overlay-a11: #ffffffe6;
--overlay-a12: #fffffff2;
--overlay-inverted-a1: #0000000d;
--overlay-inverted-a2: #0000001a;
--overlay-inverted-a3: #00000026;
--overlay-inverted-a4: #00000033;
--overlay-inverted-a5: #0000004d;
--overlay-inverted-a6: #00000066;
--overlay-inverted-a7: #00000080;
--overlay-inverted-a8: #00000099;
--overlay-inverted-a9: #000000b3;
--overlay-inverted-a10: #000000cc;
--overlay-inverted-a11: #000000e6;
--overlay-inverted-a12: #000000f2;
--body-bg: var(--neutral-11);
--primary: var(--brand-4);
--secondary: var(--brand-8);
--accent-1: var(--success-6);
--success: var(--success-6);
--critical: var(--critical-7);
--warning: var(--warning-8);
--focus: var(--primary);
--bg-1: var(--neutral-12);
--bg-2: var(--brand-11);
--border-1: var(--neutral-10);
--border-2: var(--neutral-0);
--text: var(--neutral-2);
--text-muted: var(--overlay-inverted-a5);
--text-inverted: var(--bg-1);
--heading: var(--neutral-0);
--shadows: #00000005;
    /* Fonts */
    --font-archivo: 'Archivo',sans-serif;

    /* Font size */
    --text-xs: clamp(0.70rem, 0.2vw + 0.68rem, 0.75rem);
--text-sm: clamp(0.82rem, 0.25vw + 0.8rem, 0.875rem);
--text-md: clamp(0.93rem, 0.35vw + 0.9rem, 1rem);
--text-lg: clamp(1rem, 0.4vw + 0.95rem, 1.125rem);
--text-xl: clamp(1.1rem, 0.45vw + 1rem, 1.25rem);
--text-2xl: clamp(1.25rem, 0.6vw + 1.1rem, 1.5rem);
--text-3xl: clamp(1.5rem, 0.8vw + 1.2rem, 1.875rem);
--text-4xl: clamp(1.75rem, 1vw + 1.3rem, 2.25rem);
--text-5xl: clamp(2.25rem, 1.5vw + 1.5rem, 3rem);
--text-6xl: clamp(2.75rem, 5vw + 1rem, 3.75rem);
    /* Font weight */
    --normal: 200;
--medium: 400;
--semi: 600;
--bold: 800;
    /* 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 */
    --rounding-none: 0px;
--rounding-sm: 0.5rem;
--rounding-md: 1rem;
--rounding-lg: 1.5rem;
--rounding-full: 9999px;
--border-none: 0px;
--border-md: 1px;
--border-lg: 2px;
--line-height-xs: clamp(1rem, 0.3vw + 0.95rem, 1.1rem);
--line-height-sm: clamp(1.1rem, 0.35vw + 1rem, 1.25rem);
--line-height-md: clamp(1.3rem, 0.4vw + 1.1rem, 1.5rem);
--line-height-lg: clamp(1.4rem, 0.5vw + 1.2rem, 1.6rem);
--line-height-xl: clamp(1.5rem, 0.55vw + 1.3rem, 1.7rem);
--line-height-2xl: clamp(1.8rem, 0.6vw + 1.4rem, 2rem);
--line-height-3xl: clamp(2.1rem, 0.7vw + 1.6rem, 2.4rem);
--line-height-4xl: clamp(2.4rem, 0.8vw + 1.8rem, 2.8rem);
--line-height-5xl: clamp(2.8rem, 1vw + 2rem, 3.4rem);
--line-height-6xl: clamp(3rem, 1.2vw + 2.2rem, 4.25rem);
--letter-spacing-xs: 0rem;
--letter-spacing-sm: 0rem;
--letter-spacing-md: 0rem;
--letter-spacing-lg: 0rem;
--letter-spacing-xl: 0rem;
--letter-spacing-2xl: 0rem;
--letter-spacing-3xl: 0rem;
--letter-spacing-4xl: -0.045rem;
--letter-spacing-5xl: -0.0575rem;
--letter-spacing-6xl: -0.075rem;
--interactive-height-sm: 2rem;
--interactive-height-md: 2.5rem;
--interactive-height-lg: 3rem;
--toggle-height-md: 1.5rem;
--spinner-size-sm: 1.25rem;
--spinner-size-md: 1.5rem;
--spinner-size-lg: 1.75rem;
--header-height: 6rem;
--avatar-size-sm: 1.5rem;
--avatar-size-md: 2rem;
--avatar-size-lg: 3rem;
--badge-size-sm: 1.5rem;
--badge-size-md: 2rem;
--badge-size-lg: 2.5rem;
--padding-global: clamp(0.375rem, -0.146rem + 2.195vw, 1.5rem);
--padding-lg: clamp(4rem, 8vw, 8rem);
--padding-md: clamp(3rem, 5vw, 5rem);
--padding-sm: clamp(1.5rem, 2.5vw, 2rem);
--container-lg: 96rem;
--container-md: 80rem;
--container-sm: 64rem;
--shadow-1: 0 0.125rem 0.25rem var(--shadows), 0 0.25rem 0.375rem var(--shadows), 0 0.375rem 0.5rem var(--shadows);
--shadow-2: 0 0.25rem 0.5rem var(--shadows), 0 0.5rem 0.75rem var(--shadows), 0 0.75rem 1rem var(--shadows);
--shadow-3: 0 0.5rem 1rem var(--shadows), 0 1rem 1.5rem var(--shadows), 0 1.5rem 2rem var(--shadows);
--global-gap: clamp(0.5rem, 0.5vw + 0.4rem, 0.75rem);
--global-card: clamp(1rem, 5vw, 3rem);
    /* 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;
    }
  }
}


    .cgGrpZ {
      height:var(--height);
      position:fixed;
      align-items:start;
      pointer-events:none;
      justify-content:start;
    }

    .bess_invest_design_core\/sc-toast-region\:root {
      display:flex;
      align-items:center;
      justify-content:flex-end;
    }

    .bess_invest_design_core\/ui-toast-provider\:014O9K_iYNtOrIAxbLF7h {
      width:100%;
      display:flex;
      position:relative;
      max-width:360px;
      transition:height 150ms ease 0ms normal;
      flex-direction:column;
    }

    .bHYIqa {
      top:var(--top);
      width:100%;
      position:absolute;
      pointer-events:all;
    }

    .bHYIqa.swipe-out-top {
      translate:0 -100%;
    }

    .bHYIqa.swipe-out-right {
      translate:100% 0px;
    }

    .bHYIqa.swipe-out-bottom {
      translate:0 100%;
    }

    .bHYIqa.swipe-out-left {
      translate:-100% 0px;
    }

    .bess_invest_design_core\/ui-toast\:root {
      gap:0.75rem;
      color:var(--neutral-11, #B5B2BC);
      width:100%;
      opacity:0;
      translate:0 16px;
      padding-top:1rem;
      border-color:var(--neutral-6, #3C393F);
      border-style:solid;
      border-width:1px;
      padding-left:1rem;
      border-radius:var(--rounding-lg);
      padding-right:1rem;
      padding-bottom:1rem;
      background-color:var(--neutral-0, #0b0a0b);
    }

    .bess_invest_design_core\/ui-toast\:root.open {
      opacity:1;
      translate:0 0px;
      transition:translate 250ms ease 0ms normal, top 150ms ease 0ms normal;
    }

    .bess_invest_design_core\/ui-toast\:root.closing {
      opacity:0;
      translate:0 -16px;
    }

    .bess_invest_design_core\/ui-toast\:root.open-transition {
      transition:all 250ms ease 0ms normal;
    }

    .bess_invest_design_core\/ui-toast\:root.close-transition {
      transition:all 150ms ease 0ms normal;
    }

    .bess_invest_design_core\/ui-toast\:root.success {
      color:var(--success-11, #0BD8B6);
      border-color:var(--success-6, #145750);
      border-style:solid;
      border-width:1px;
      background-color:var(--success-2, #111C1B);
    }

    .bess_invest_design_core\/ui-toast\:root.warning {
      color:var(--warning-11, #FFCA16);
      border-color:var(--warning-6, #5C3D05);
      border-style:solid;
      border-width:1px;
      background-color:var(--warning-2, #1D180F);
    }

    .bess_invest_design_core\/ui-toast\:root.critical {
      color:var(--critical-11, #FF949D);
      border-color:var(--critical-6, #6F2539);
      border-style:solid;
      border-width:1px;
      background-color:var(--critical-2, #1E1517);
    }

    .rKRcu {
      gap:0.5rem;
      flex-direction:row;
    }

    .bKvuTc {
      width:fit-content;
      cursor:pointer;
      height:auto;
    }

    .bKvuTc.cursor_default {
      cursor:default;
    }

    .bess_invest_design_core\/ui-button-tertiary\:root {
      color:var(--text);
      width:fit-content;
      height:fit-content;
      font-size:var(--text-md);
      background:var(--overlay-inverted-a1);
      overflow-x:hidden;
      overflow-y:hidden;
      transition:background-color 200ms ease 0ms normal;
      align-items:center;
      font-family:Barlow;
      font-weight:var(--semi);
      user-select:none;
      border-radius:var(--rounding-md);
      outline-color:transparent;
      outline-style:solid;
      outline-width:var(--border-lg);
      flex-direction:row;
      outline-offset:var(--border-md);
      -ms-user-select:none;
      justify-content:center;
      -moz-user-select:none;
      -webkit-user-select:none;
      -webkit-tap-highlight-color:transparent;
    }

    .bess_invest_design_core\/ui-button-tertiary\:root:hover {
      background-color:var(--overlay-a2, #ffffff1a);
    }

    .bess_invest_design_core\/ui-button-tertiary\:root:active {
      transition:none;
      background-color:var(--overlay-a3, #ffffff26);
    }

    .bess_invest_design_core\/ui-button-tertiary\:root:focus-visible {
      outline-color:var(--focus);
      outline-style:solid;
      outline-width:var(--border-lg);
      outline-offset:var(--border-md);
    }

    .bess_invest_design_core\/ui-button-tertiary\:root.trigger-open {
      background-color:var(--overlay-a3, #ffffff26);
    }

    .bess_invest_design_core\/ui-button-tertiary\:root.disabled {
      cursor:default;
      opacity:0.5;
      background-color:var(--overlay-a1, #ffffff0d);
    }

    .ecsgDW {
      width:var(--size);
      height:var(--size);
      animation:spinner 1s linear infinite;
      border-radius:50%;
    }

    .ffcKG {
      width:100%;
      height:100%;
      position:absolute;
      border-color:transparent;
      border-style:solid;
      border-width:4px;
      border-radius:50%;
      border-top-color:var(--color, #EEEEF0);
      border-top-style:solid;
      border-top-width:4px;
    }

    .bDGgpC {
      width:100%;
      height:100%;
      opacity:0.3;
      position:absolute;
      border-color:var(--color, #EEEEF0);
      border-style:solid;
      border-width:4px;
      border-radius:50%;
    }

    .dpRxZr {
      top:0px;
      left:0px;
      color:inherit;
      right:0px;
      bottom:0px;
      display:flex;
      z-index:;
      position:absolute;
      font-size:inherit;
      background:inherit;
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:column;
      justify-content:center;
    }

    .dSTcQe {
      width:fit-content;
      height:var(--button-height);
      display:flex;
      row-gap:0.35rem;
      font-size:var(--font-size);
      column-gap:0.35rem;
      align-items:center;
      font-family:Archivo;
      padding-left:var(--vertical-padding);
      padding-right:var(--vertical-padding);
      flex-direction:row;
      justify-content:center;
    }

    .dSTcQe.icon {
      width:var(--button-height);
      padding-left:0px;
      padding-right:0px;
    }

    .frhUtS.loading {
      opacity:0;
    }

    .bess_invest_design_core\/ui-toast\:CLU89EKQuAJywj-VvvGpJ {
      width:var(--text-lg);
      height:var(--text-lg);
      padding-top:0px;
      padding-left:0px;
      padding-right:0px;
      padding-bottom:0px;
      background-color:transparent;
    }

    .bess_invest_design_core\/ui-toast\:CLU89EKQuAJywj-VvvGpJ:hover {
      background-color:transparent;
    }

    .bess_invest_design_core\/ui-toast\:CLU89EKQuAJywj-VvvGpJ:active {
      background-color:transparent;
    }

    .bZjyYy {
      color:inherit;
      width:var(--size);
      height:var(--size);
      display:flex;
      font-size:inherit;
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      justify-content:center;
    }

    .jLDUB {
      flex:1;
      color:var(--text);
      display:inline-block;
      font-size:var(--font-size);
      margin-top:var(--margin-top);
      font-family:Archivo;
      font-weight:inherit;
      line-height:var(--line-height);
      white-space:normal;
      margin-bottom:var(--margin-bottom);
      letter-spacing:var(--letter-spacing);
    }

    .jLDUB.truncated {
      overflow:hidden;
      white-space:nowrap;
      text-overflow:ellipsis;
    }

    .jLDUB.clamped {
      display:-webkit-box;
      overflow:hidden;
      -webkit-box-orient:vertical;
      -webkit-line-clamp:var(--clamp-lines);
    }

    .bess_invest_design_core\/ui-toast\:cb4pp82RmUA7oQYSLF-qs {
      color:inherit;
    }

    .EximI {
      color:var(--heading);
      width:100%;
      font-size:var(--font-size);
      margin-top:var(--margin-top);
      font-family:Archivo;
      font-weight:var(--semi);
      line-height:var(--line-height);
      white-space:normal;
      margin-bottom:var(--margin-bottom);
      letter-spacing:var(--letter-spacing);
    }

    .EximI.truncated {
      overflow:hidden;
      white-space:nowrap;
      text-overflow:ellipsis;
    }

    .EximI.clamped {
      display:-webkit-box;
      overflow:hidden;
      -webkit-box-orient:vertical;
      -webkit-line-clamp:var(--clamp-lines);
    }

    .bess_invest_design_core\/ui-toast\:hj3ERIwvtYfxOnKlSEwNR {
      flex:1;
      color:inherit;
    }

    .ezeRiZ {
      width:var(--width);
      height:var(--height);
      position:fixed;
      align-items:start;
      pointer-events:none;
      justify-content:start;
    }

    .bess_invest_design_core\/ui-toast-provider\:cgQCN3vQO76a8bGIQLf9v {
      align-items:end;
      padding-top:1.25rem;
      padding-left:1.25rem;
      padding-right:1.25rem;
      padding-bottom:1.25rem;
      justify-content:start;
    }

    @media (max-width: 1024px) {

    .bess_invest_design_core\/ui-toast-provider\:cgQCN3vQO76a8bGIQLf9v {
      align-items:center;
      justify-content:start;
    }
    }

    .flszB {
      width:68rem;
      display:flex;
      row-gap:1.5rem;
      max-width:100%;
      translate:0 0% 0;
      background:var(--bg-1);
      box-shadow:var(--shadow-2);
      column-gap:1.5rem;
      overflow-x:hidden;
      overflow-y:hidden;
      transition:translate 600ms ease 100ms;
      align-items:flex-end;
      margin-left:auto;
      padding-top:1rem;
      margin-right:auto;
      padding-left:1rem;
      margin-bottom:0.5rem;
      padding-right:1rem;
      flex-direction:column;
      padding-bottom:1rem;
      justify-content:space-between;
      border-top-left-radius:var(--rounding-md);
      border-top-right-radius:var(--rounding-md);
      border-bottom-left-radius:var(--rounding-md);
      border-bottom-right-radius:var(--rounding-md);
    }

    .flszB {
      
    @starting-style {
      translate:0 100% 0;
      padding-top:0px;
      padding-bottom:0px;
    }
    }

    .bess_invest_design_core\/c-cookie-banner-settings\:-jt6Ic_I63_dWZZ-G877r {
      width:fit-content;
    }

    .LGjNi {
      flex:1;
      display:flex;
      row-gap:0.5rem;
      column-gap:0.5rem;
      align-items:flex-start;
      justify-content:space-between;
    }

    .ecocdk {
      width:100%;
      display:flex;
      row-gap:2rem;
      column-gap:2rem;
      align-items:center;
      flex-direction:row;
      justify-content:space-between;
    }

    .fvrSoC {
      color:var(--text);
      font-size:var(--font-size);
      margin-top:var(--margin-top);
      font-family:Archivo;
      font-weight:inherit;
      line-height:var(--line-height);
      white-space:normal;
      margin-bottom:var(--margin-bottom);
      letter-spacing:var(--letter-spacing);
    }

    .fvrSoC.truncated {
      overflow:hidden;
      white-space:nowrap;
      text-overflow:ellipsis;
    }

    .fvrSoC.clamped {
      display:-webkit-box;
      overflow:hidden;
      -webkit-box-orient:vertical;
      -webkit-line-clamp:var(--clamp-lines);
    }

    .cVMNhr {
      top:0px;
      left:0px;
      right:0px;
      bottom:0px;
      opacity:0;
      position:absolute;
      pointer-events:none;
    }

    .bess_invest_design_core\/ui-switch\:DmAadbby4LagUFMk8d0VD {
      width:var(--switch-width);
      height:var(--switch-height);
      transition:background-color 200ms ease 0ms normal;
      align-items:start;
      padding-top:0px;
      padding-left:var(--padding);
      border-radius:var(--rounding-full);
      outline-color:transparent;
      outline-style:solid;
      outline-width:var(--border-lg);
      padding-right:var(--padding);
      outline-offset:var(--border-md);
      padding-bottom:0px;
      justify-content:center;
      background-color:var(--neutral-8, #625F69);
    }

    .bess_invest_design_core\/ui-switch\:DmAadbby4LagUFMk8d0VD:hover {
      background-color:var(--neutral-7, #49474E);
    }

    .bess_invest_design_core\/ui-switch\:DmAadbby4LagUFMk8d0VD.checked {
      background-color:var(--brand-10, #8a75dd);
    }

    .bess_invest_design_core\/ui-switch\:DmAadbby4LagUFMk8d0VD.checked:hover {
      background-color:var(--brand-9, #755ed1);
    }

    .bess_invest_design_core\/ui-switch\:DmAadbby4LagUFMk8d0VD:focus-visible {
      outline-color:var(--focus);
      outline-style:solid;
      outline-width:var(--border-lg);
      outline-offset:var(--border-md);
    }

    .dqsoTv {
      width:fit-content;
      height:fit-content;
    }

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

    .bess_invest_design_core\/ui-switch\:mbbtj0ktYTnVMa4ww4OVT {
      width:var(--switch-thumb-size);
      height:var(--switch-thumb-size);
      translate:0px 0px;
      transition:translate 200ms ease 0ms normal;
      border-radius:var(--rounding-full);
      background-color:var(--neutral-0, #0b0a0b);
    }

    .bess_invest_design_core\/ui-switch\:mbbtj0ktYTnVMa4ww4OVT.checked {
      translate:var(--translate-x-checked);
    }

    .bAWoRV {
      gap:var(--gap);
      display:grid;
      grid-template-columns:repeat(var(--desktop), 1fr);
    }

    @media (max-width: 880px) {

    .bAWoRV {
      grid-template-columns:repeat(var(--tablet), 1fr);
    }
    }

    @media (max-width: 660px) {

    .bAWoRV {
      grid-template-columns:repeat(var(--landscape), 1fr);
    }
    }

    @media (max-width: 440px) {

    .bAWoRV {
      grid-template-columns:repeat(var(--portrait), 1fr);
    }
    }

    .NKRN {
      width:100%;
      height:5rem;
      background:white;
    }

    .bess_invest_design_core\/c-cookie-banner-settings\:PgqnoGGH7Pu7EwLm-XUZI {
      width:100%;
      row-gap:3rem;
      column-gap:3rem;
    }

    .bess_invest_design_core\/ui-button-secondary\:root {
      color:var(--neutral-0);
      width:fit-content;
      height:fit-content;
      font-size:var(--text-md);
      overflow-x:hidden;
      overflow-y:hidden;
      transition:background-color 200ms ease 0ms normal, color 200ms ease;
      align-items:center;
      font-family:Barlow;
      font-weight:var(--semi);
      user-select:none;
      border-color:var(--neutral-0);
      border-style:solid;
      border-width:var(--border-md);
      flex-direction:row;
      outline-offset:var(--border-md);
      -ms-user-select:none;
      justify-content:center;
      -moz-user-select:none;
      -webkit-user-select:none;
      border-top-left-radius:var(--rounding-full);
      border-top-right-radius:var(--rounding-full);
      border-bottom-left-radius:var(--rounding-full);
      border-bottom-right-radius:var(--rounding-full);
      -webkit-tap-highlight-color:transparent;
    }

    .bess_invest_design_core\/ui-button-secondary\:root:hover {
      color:var(--neutral-12);
      background:var(--neutral-0);
    }

    .bess_invest_design_core\/ui-button-secondary\:root:active {
      transition:none;
    }

    .bess_invest_design_core\/ui-button-secondary\:root.disabled {
      cursor:default;
      opacity:0.5;
    }

    .bess_invest_design_core\/ui-button-secondary\:root:focus-visible {
      outline-color:var(--focus);
      outline-style:solid;
      outline-width:var(--border-lg);
      outline-offset:var(--border-md);
    }

    .bess_invest_design_core\/ui-button-secondary\:root.trigger-open {
      color:var(--neutral-12);
      background:var(--neutral-0);
      background-color:var(--neutral-2, #1A191B);
    }

    .eWtvmI {
      top:0px;
      left:0px;
      color:inherit;
      right:0px;
      bottom:0px;
      display:flex;
      z-index:;
      position:absolute;
      font-size:inherit;
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:column;
      justify-content:center;
    }

    .lVIwc.loading {
      color:transparent;
    }

    .bess_invest_design_core\/c-cookie-banner-settings\:Vxx1l7Z-ncf6ycxrvD6oX {
      width:fit-content;
    }

    .bess_invest_design_core\/c-cookie-banner-settings\:fbFJSHWMjBewzmJJQ0YVD {
      width:fit-content;
    }

    .cNiyjH {
      display:flex;
      row-gap:0.75rem;
      flex-wrap:wrap;
      max-width:100%;
      column-gap:0.75rem;
      flex-direction:row;
    }

    .dMAjjl {
      color:var(--color);
      cursor:pointer;
      display:inline-block;
      font-size:var(--font-size);
      margin-top:var(--margin-top);
      transition:color 300ms ease 0ms normal;
      font-family:Archivo;
      font-weight:var(--medium);
      line-height:var(--line-height);
      white-space:normal;
      border-radius:var(--rounding-md);
      margin-bottom:var(--margin-bottom);
      letter-spacing:var(--letter-spacing);
      text-decoration-line:underline;
      text-decoration-color:var(--color-underline);
      text-decoration-style:solid;
      text-underline-offset:var(--underline-offset);
      text-decoration-thickness:var(--underline-thickness);
    }

    .dMAjjl:hover {
      color:var(--color-hovered);
      text-decoration-color:var(--color-underline-hovered);
    }

    .dMAjjl:active {
      color:var(--color-active);
      transition:none;
    }

    .dMAjjl:focus-visible {
      outline-color:var(--focus);
      outline-style:solid;
      outline-width:var(--border-lg);
      outline-offset:var(--border-md);
    }

    .dMAjjl.no-underline {
      text-decoration-line:none;
    }

    .bess_invest_design_core\/c-cookie-banner-settings\:t8RnivY9NiWN2Qil9kLCX {
      width:fit-content;
    }

    .drymbc {
      width:100%;
      display:flex;
      row-gap:1.75rem;
      flex-wrap:wrap;
      column-gap:1.75rem;
      align-items:center;
      flex-direction:row;
      justify-content:space-between;
    }

    .fgNUgG {
      left:0px;
      right:0px;
      bottom:0rem;
      z-index:2000;
      position:fixed;
      overflow-x:clip;
      overflow-y:clip;
      padding-left:0rem;
      padding-right:0rem;
    }

    .cZfMsn {
      width:68rem;
      display:flex;
      row-gap:1.5rem;
      flex-wrap:wrap;
      max-width:100%;
      background:var(--bg-1);
      box-shadow:var(‑‑shadow‑3);
      column-gap:1.5rem;
      transition:opacity 400ms ease;
      align-items:center;
      margin-left:auto;
      padding-top:1rem;
      margin-right:auto;
      padding-left:1rem;
      margin-bottom:0.5rem;
      padding-right:1rem;
      flex-direction:row;
      padding-bottom:1rem;
      justify-content:space-between;
      border-top-left-radius:var(--rounding-md);
      border-top-right-radius:var(--rounding-md);
      border-bottom-left-radius:var(--rounding-md);
      border-bottom-right-radius:var(--rounding-md);
    }

    .cZfMsn {
      
    @starting-style {
      opacity:0;
    }
    }

    .bess_invest_design_core\/ui-button-text\:root {
      color:var(--heading);
      width:fit-content;
      height:fit-content;
      font-size:var(--text-md);
      overflow-x:hidden;
      overflow-y:hidden;
      transition:color 200ms ease;
      align-items:center;
      font-family:Barlow;
      font-weight:var(--bold);
      user-select:none;
      flex-direction:row;
      outline-offset:var(--border-md);
      -ms-user-select:none;
      justify-content:center;
      -moz-user-select:none;
      -webkit-user-select:none;
      -webkit-tap-highlight-color:transparent;
    }

    .bess_invest_design_core\/ui-button-text\:root:hover {
      color:var(--heading);
      opacity:0.75;
      font-family:Barlow;
    }

    .bess_invest_design_core\/ui-button-text\:root:active {
      transition:none;
    }

    .bess_invest_design_core\/ui-button-text\:root.disabled {
      cursor:default;
      opacity:0.3;
    }

    .bess_invest_design_core\/ui-button-text\:root:focus-visible {
      outline-color:var(--focus);
      outline-style:solid;
      outline-width:var(--border-lg);
      outline-offset:var(--border-md);
      border-top-left-radius:var(--rounding-full);
      border-top-right-radius:var(--rounding-full);
      border-bottom-left-radius:var(--rounding-full);
      border-bottom-right-radius:var(--rounding-full);
    }

    .bess_invest_design_core\/ui-button-text\:root.trigger-open {
      color:var(--neutral-1);
    }

    .bYosio {
      top:0px;
      left:0px;
      right:0px;
      bottom:0px;
      display:flex;
      position:absolute;
      align-items:center;
      justify-content:center;
    }

    .bess_invest_design_core\/ui-button-text\:N2nrbY7aeHDZQO7x_tjYQ {
      padding-left:0px;
      padding-right:0px;
    }

    .fvYDLP {
      display:flex;
      row-gap:0.35rem;
      column-gap:0.35rem;
      align-items:center;
      flex-direction:row;
      justify-content:flex-start;
    }

    .fvYDLP.loading {
      opacity:0;
    }

    .bess_invest_design_core\/ui-button-text\:zAXDnXwWxocGGh_S-i75y {
      width:1rem;
      height:1rem;
      margin-right:0.25rem;
    }

    .luhqK {
      display:flex;
      row-gap:0.75rem;
      column-gap:0.75rem;
      align-items:center;
      flex-direction:row;
      justify-content:flex-start;
    }

    @media (max-width: 640px) {

    .luhqK {
      width:100%;
      flex-direction:column-reverse;
    }
    }

    .wlBst {
      color:var(--text);
      width:1.75rem;
      height:1.75rem;
    }

    .eejJpk {
      display:flex;
      row-gap:1rem;
      max-width:100%;
      column-gap:1rem;
      align-items:center;
      flex-direction:row;
      justify-content:flex-start;
    }

    .bess_invest_design_core\/ui-button-primary\:root {
      color:var(--text-inverted);
      width:fit-content;
      height:fit-content;
      font-size:var(--text-md);
      background:var(--neutral-0);
      overflow-x:hidden;
      overflow-y:hidden;
      transition:background-color 200ms ease 0ms normal, color 200ms ease;
      align-items:center;
      font-family:Barlow;
      font-weight:var(--semi);
      user-select:none;
      outline-color:var(--neutral-0);
      outline-style:solid;
      outline-width:var(--border-md);
      flex-direction:row;
      -ms-user-select:none;
      justify-content:center;
      -moz-user-select:none;
      -webkit-user-select:none;
      border-top-left-radius:var(--rounding-full);
      border-top-right-radius:var(--rounding-full);
      border-bottom-left-radius:var(--rounding-full);
      border-bottom-right-radius:var(--rounding-full);
      -webkit-tap-highlight-color:transparent;
    }

    .bess_invest_design_core\/ui-button-primary\:root:hover {
      color:var(--neutral-0);
      background:transparent;
    }

    .bess_invest_design_core\/ui-button-primary\:root:active {
      transition:none;
    }

    .bess_invest_design_core\/ui-button-primary\:root:focus-visible {
      outline-color:var(--focus);
      outline-style:solid;
      outline-width:var(--border-lg);
      outline-offset:var(--border-md);
    }

    .bess_invest_design_core\/ui-button-primary\:root.disabled {
      cursor:default;
      opacity:0.5;
      background:var(--neutral-0);
    }

    .ehsCdo {
      top:0px;
      left:0px;
      color:inherit;
      right:0px;
      bottom:0px;
      display:flex;
      z-index:;
      position:absolute;
      font-size:inherit;
      background:var(--neutral-0);
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:column;
      justify-content:center;
    }

    @media (max-width: 640px) {

    .bess_invest_design_core\/c-cookie-banner-popup\:dJw4eg7o_B3WnmoY0Tp-O {
      width:100%;
    }
    }

    @media (max-width: 640px) {

    .bess_invest_design_core\/c-cookie-banner-popup\:mOsaGCuxIOXvlGG-iQSDb {
      width:100%;
    }
    }

    .bRVTm {
      width:100%;
      display:flex;
      row-gap:var(--global-gap);
      column-gap:var(--global-gap);
      align-items:center;
      justify-content:flex-start;
    }

    .cLKkbP {
      width:100%;
      row-gap:var(--global-gap);
      column-gap:var(--global-gap);
      padding-left:var(--padding-global);
      padding-right:var(--padding-global);
    }

    .epfJjo {
      flex:1;
      row-gap:3rem;
      column-gap:3rem;
    }

    .cJROXe {
      height:fit-content;
    }

    .ftJBPc {
      width:fit-content;
      cursor:pointer;
      height:fit-content;
    }

    .ftJBPc:focus-visible {
      outline-color:var(--focus);
      outline-style:solid;
      outline-width:var(--border-lg);
      outline-offset:0.375rem;
      border-top-left-radius:var(--border-md);
      border-top-right-radius:var(--border-md);
      border-bottom-left-radius:var(--border-md);
      border-bottom-right-radius:var(--border-md);
    }

    .ftJBPc.no-link:focus-visible {
      outline-color:transparent;
      outline-style:solid;
      outline-width:var(--border-lg);
      border-top-left-radius:var(--border-md);
      border-top-right-radius:var(--border-md);
      border-bottom-left-radius:var(--border-md);
      border-bottom-right-radius:var(--border-md);
    }

    .ftJBPc.no-link {
      cursor:default;
    }

    .fwwxcH {
      width:var(--width);
      height:fit-content;
      max-width:100%;
    }

    .edvRWz {
      width:100%;
      height:fit-content;
      object-fit:contain;
    }

    .navbar\:-J2BvEsp3AaCND-6EE3UK {
      margin-top:0.75rem;
    }

    .bNJdOx {
      width:var(--size);
      height:var(--size);
    }

    .cyIZTe {
      color:var(--color);
      width:100%;
      height:100%;
    }

    .bCrsFu {
      overflow-y:auto;
      touch-action:auto;
    }

    .navbar\:-YX98cfGcLm9EY9hteeWU {
      flex:1;
      overflow-x:visible;
      overflow-y:visible;
      padding-top:3rem;
    }

    .navbar\:-vYMLnmR6T4I2kVe4GNkf {
      width:100%;
    }

    .doBcUX {
      width:fit-content;
      height:5rem;
    }

    .navbar\:1amrQxTQClb-QyxKopRFQ {
      height:3rem;
    }

    .fejhQP {
      row-gap:1rem;
      column-gap:1rem;
      flex-direction:row;
    }

    .eXVNZA {
      width:100%;
      height:var(--header-height);
      display:none;
      max-width:var(--container-lg);
      background:var(--bg-1);
      margin-top:var(--global-gap);
      overflow-x:clip;
      overflow-y:clip;
      align-items:flex-start;
      margin-left:auto;
      margin-right:auto;
      justify-content:center;
      border-top-left-radius:var(--rounding-lg);
      border-top-right-radius:var(--rounding-lg);
      border-bottom-left-radius:var(--rounding-lg);
      border-bottom-right-radius:var(--rounding-lg);
    }

    @media (max-width: 1000px) {

    .eXVNZA {
      display:flex;
      align-items:center;
      flex-direction:row;
      justify-content:space-between;
    }
    }

    .cSLJBo {
      width:100%;
      row-gap:1rem;
      column-gap:1rem;
    }

    .byjkOA {
      top:0px;
      left:0px;
      right:0px;
      bottom:0px;
      z-index:-1;
      position:absolute;
    }

    .bess_invest_design_core\/ui-drawer\:85BGAjAVpZmoU0bgBP_tE {
      opacity:0;
      background-color:var(--overlay-inverted-a9, #000000b3);
    }

    .bess_invest_design_core\/ui-drawer\:85BGAjAVpZmoU0bgBP_tE.open {
      opacity:1;
    }

    .bess_invest_design_core\/ui-drawer\:85BGAjAVpZmoU0bgBP_tE.open-transition {
      transition:opacity 300ms ease 0ms normal;
    }

    .bess_invest_design_core\/ui-drawer\:85BGAjAVpZmoU0bgBP_tE.close-transition {
      transition:opacity 300ms ease 0ms normal;
    }

    .KsFov {
      width:var(--width);
      height:var(--height);
      position:fixed;
      overflow-x:hidden;
      overflow-y:hidden;
      align-items:center;
      pointer-events:none;
      justify-content:center;
    }

    .KsFov.modal {
      touch-action:none;
      pointer-events:all;
    }

    .bess_invest_design_core\/ui-drawer\:VzCHXreSUu2Wwhow4gkMb {
      padding-top:0rem;
      padding-left:0rem;
      padding-right:0rem;
      padding-bottom:0rem;
    }

    .dCaozp {
      width:100%;
      height:var(--header-height);
      display:flex;
      max-width:var(--container-lg);
      background:var(--bg-1);
      margin-top:var(--global-gap);
      overflow-x:clip;
      overflow-y:clip;
      align-items:flex-start;
      margin-left:auto;
      margin-right:auto;
      justify-content:center;
      border-top-left-radius:var(--rounding-lg);
      border-top-right-radius:var(--rounding-lg);
      border-bottom-left-radius:var(--rounding-lg);
      border-bottom-right-radius:var(--rounding-lg);
    }

    @media (max-width: 1000px) {

    .dCaozp {
      display:none;
    }
    }

    .eISecH {
      display:flex;
      background:var(--bg-1);
      align-items:center;
      padding-left:var(--global-card);
      padding-right:var(--global-card);
      justify-content:center;
    }

    .bcjtUi {
      flex:1;
      display:flex;
      row-gap:1rem;
      column-gap:1rem;
      align-items:flex-end;
      flex-direction:row;
      justify-content:space-between;
    }

    .XmkNe {
      display:flex;
      background:var(--bg-1);
      align-items:center;
      padding-right:var(--global-card);
      justify-content:center;
    }

    .bOXRss {
      width:100vw;
      display:flex;
      align-items:flex-end;
      justify-content:center;
    }

    .SWxlP {
      position:relative;
      outline-color:transparent;
      outline-style:none;
      outline-width:0px;
      pointer-events:all;
    }

    .SWxlP:focus {
      outline-color:transparent;
      outline-style:none;
      outline-width:0px;
    }

    .bess_invest_design_core\/ui-drawer-content\:deBu8sIDDzrbImTGg8fsg {
      width:var(--width);
      height:100dvh;
      opacity:1;
      position:sticky;
      max-width:100%;
      translate:100% 0 0;
      background:var(--bg-1);
      padding-top:1.5rem;
      border-color:var(--neutral-5, #323035);
      border-style:solid;
      border-width:1px;
      padding-left:1.5rem;
      padding-right:1.5rem;
      padding-bottom:1.5rem;
    }

    .bess_invest_design_core\/ui-drawer-content\:deBu8sIDDzrbImTGg8fsg.open {
      height:100dvh;
      opacity:1;
      position:sticky;
      max-width:100%;
      translate:0 0 0;
      background:var(--bg-1);
      padding-top:1.5rem;
      padding-left:1.5rem;
      padding-right:1.5rem;
      padding-bottom:1.5rem;
    }

    .bess_invest_design_core\/ui-drawer-content\:deBu8sIDDzrbImTGg8fsg.open-transition {
      transition:all 320ms ease 0ms normal;
    }

    .bess_invest_design_core\/ui-drawer-content\:deBu8sIDDzrbImTGg8fsg.close-transition {
      transition:all 200ms cubic-bezier(0.58, 0.29, 0.25, 1) 0ms normal;
    }

    .bcRQni {
      width:100%;
      display:flex;
      row-gap:4rem;
      column-gap:4rem;
      align-items:center;
      flex-direction:row;
      justify-content:flex-end;
    }

    .ftvsXf {
      display:flex;
      row-gap:2rem;
      column-gap:2rem;
      align-items:center;
      flex-direction:row;
      justify-content:flex-start;
    }

    .fweEsI {
      display:flex;
      row-gap:1rem;
      column-gap:1rem;
      align-items:flex-start;
      flex-direction:column;
      justify-content:flex-start;
    }

    .eulpMp {
      gap:1rem;
      flex:0;
      width:100%;
      flex-direction:row;
      padding-bottom:0.5rem;
    }

    .bess_invest_design_core\/ui-dialog\:2Jq0hg7iHq1XoDcqphYbM {
      opacity:0;
      background-color:var(--overlay-inverted-a9, #000000b3);
    }

    .bess_invest_design_core\/ui-dialog\:2Jq0hg7iHq1XoDcqphYbM.open {
      opacity:1;
    }

    .bess_invest_design_core\/ui-dialog\:2Jq0hg7iHq1XoDcqphYbM.open-transition {
      transition:opacity 300ms ease 0ms normal;
    }

    .bess_invest_design_core\/ui-dialog\:2Jq0hg7iHq1XoDcqphYbM.close-transition {
      transition:opacity 300ms ease 0ms normal;
    }

    .bess_invest_design_core\/ui-dialog\:mk2FE0yKAZyGEXXJ6Ve6C {
      padding-top:1rem;
      padding-left:1rem;
      padding-right:1rem;
      padding-bottom:1rem;
    }

    .dbFtrR {
      max-width:var(--max-width);
    }

    .bess_invest_design_core\/ui-dialog-content\:deBu8sIDDzrbImTGg8fsg {
      width:100%;
      opacity:0;
      translate:0 20px;
      padding-top:1rem;
      border-color:var(--neutral-5, #323035);
      border-style:solid;
      border-width:1px;
      padding-left:1rem;
      border-radius:var(--rounding-lg);
      padding-right:1rem;
      padding-bottom:1rem;
      background-color:var(--neutral-0, #0b0a0b);
    }

    .bess_invest_design_core\/ui-dialog-content\:deBu8sIDDzrbImTGg8fsg.open {
      opacity:1;
      translate:0 0px;
    }

    .bess_invest_design_core\/ui-dialog-content\:deBu8sIDDzrbImTGg8fsg.open-transition {
      transition:all 320ms ease 0ms normal;
    }

    .bess_invest_design_core\/ui-dialog-content\:deBu8sIDDzrbImTGg8fsg.close-transition {
      transition:all 200ms cubic-bezier(0.58, 0.29, 0.25, 1) 0ms normal;
    }

    .eOiZTW {
      gap:1rem;
      width:100%;
      flex-direction:row;
      padding-bottom:1rem;
    }

    .bess_invest_design_core\/ui-dialog-close-button\:0UejbWbkSBc3aoxa0Wz1c {
      width:var(--line-height-2xl);
      height:var(--line-height-2xl);
    }

    .bess_invest_design_core\/ui-dialog-title\:root {
      flex:1;
      color:var(--neutral-12, #EEEEF0);
    }

    .dnZEVP {
      gap:0.5rem;
      align-items:center;
      padding-top:1.5rem;
      flex-direction:row;
      justify-content:end;
    }

    .navbar\:aaVz2Se6G2gq7MLYhEI_3 {
      display:flex;
    }

    .ehRFAV {
      cursor:pointer;
    }

    .nav-menu-item\:agHmLWVrvh3Hy6jXlSQeQ {
      font-weight:var(--medium);
    }

    .navbar\:lDOIkLI2WGbATMOzDeEre {
      color:var(--text-muted);
    }

    .dInceg {
      width:fit-content;
      cursor:pointer;
    }

    .eqpWUR {
      display:flex;
      row-gap:1rem;
      font-size:inherit;
      column-gap:1rem;
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      margin-bottom:1.5rem;
      flex-direction:row;
      justify-content:flex-start;
    }

    .navbar\:wdlgYUFn9FN6bNIUj4CMH {
      font-weight:var(--semi);
    }

    .navbar\:xnSKS2Jd0DS0VUXeuvHLE {
      flex:1;
    }

    .caaQb {
      top:0px;
      left:0px;
      right:0px;
      z-index:99999;
      position:fixed;
      transition:all 700ms cubic-bezier(0.66, 0, 0.32, 0.99);
      padding-left:var(--padding-global);
      padding-right:var(--padding-global);
    }

    .caaQb.hide {
      translate:0 -140% 0;
    }

    .ebWJyh {
      width:100%;
      max-width:var(--container-lg);
      background:var(--bg-1);
      overflow-x:clip;
      overflow-y:clip;
      margin-left:auto;
      margin-right:auto;
      border-top-left-radius:var(--rounding-lg);
      border-top-right-radius:var(--rounding-lg);
      border-bottom-left-radius:var(--rounding-lg);
      border-bottom-right-radius:var(--rounding-lg);
    }

    .dzkMvl {
      width:100%;
      max-width:var(--container);
      margin-left:auto;
      padding-top:var(--padding);
      margin-right:auto;
      padding-bottom:var(--padding);
    }

    .Datenschutz\:XT6ioDxAYtq9n1IMDNFhn {
      padding-right:0px;
    }

    .Datenschutz\:auZF_J9j8a-9tbHUvZgXT {
      padding-right:0px;
    }

    .fHiiZM {
      width:100%;
      height:fit-content;
      max-height:100%;
      overflow-x:auto;
      overflow-y:auto;
      font-family:Outfit;
    }

    .dApaGJ {
      height:100%;
    }

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

    .Datenschutz\:j6ZI2940DrXyjHosB4pVN {
      font-family:Archivo;
    }

    .fEgcAT {
      width:100%;
      row-gap:5rem;
      max-width:var(--container-lg);
      background:var(--bg-1);
      column-gap:5rem;
      margin-left:auto;
      padding-top:var(--padding-md);
      margin-right:auto;
      padding-left:var(--global-card);
      margin-bottom:var(--global-gap);
      padding-right:var(--global-card);
      padding-bottom:var(--padding-md);
      border-top-left-radius:var(--rounding-lg);
      border-top-right-radius:var(--rounding-lg);
      border-bottom-left-radius:var(--rounding-lg);
      border-bottom-right-radius:var(--rounding-lg);
    }

    .cuRSZU {
      width:100%;
      display:flex;
      align-items:flex-start;
      flex-direction:row;
      justify-content:space-between;
    }

    @media (max-width: 800px) {

    .cuRSZU {
      display:flex;
      row-gap:5rem;
      column-gap:5rem;
      align-items:center;
      flex-direction:column;
      justify-content:flex-end;
    }
    }

    .bKdpPD {
      row-gap:2rem;
      column-gap:2rem;
      flex-direction:row;
    }

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

    .kpgyE {
      row-gap:1rem;
      column-gap:1rem;
    }

    .footer\:T0J8VsuVEQXb0JtZqeazy {
      color:var(--primary);
    }

    .bNEXbe {
      flex:1;
      width:100%;
      display:flex;
      row-gap:2rem;
      max-width:36rem;
      column-gap:2rem;
      flex-direction:row;
    }

    .bkYNOs {
      row-gap:1.5rem;
      column-gap:1.5rem;
    }

    .cxEwqh {
      width:100%;
      height:1.5px;
      background-color:var(--grey-600, #525252);
    }

    .cxEwqh.orientation-vertical {
      width:1px;
      height:100%;
    }

    .bess_invest_design_core\/ui-separator\:root {
      background:var(--overlay-inverted-a1);
    }

    .footer\:q305-Ycfaq58a6qRL7JJ0 {
      color:var(--primary);
    }

    .bQWHFt {
      flex:0;
    }

    .footer\:rv-NmLjfbeWanvc2RfF6J {
      color:var(--text-muted);
    }

    .dihLAK {
      display:flex;
      align-items:center;
      flex-direction:row;
      justify-content:space-between;
    }

    @media (max-width: 480px) {

    .dihLAK {
      display:flex;
      row-gap:1rem;
      column-gap:1rem;
      flex-direction:column-reverse;
    }
    }

    .cjliPU {
      width:100%;
      padding-left:var(--global-card);
      padding-right:var(--global-card);
      flex-direction:row;
    }