
  

  
  

  
  
  
  
    


@layer base {
  
  body, :host {
    /* Color */
    --neutral-0: #EEEEF0;
--neutral-1: #fcfcfc;
--neutral-2: #fafafa;
--neutral-3: #f5f5f5;
--neutral-4: #e9eaeb;
--neutral-5: #d5d7da;
--neutral-6: #a4a7ae;
--neutral-7: #717680;
--neutral-8: #535862;
--neutral-9: #414651;
--neutral-10: #181d27;
--neutral-11: #0a0d12;
--neutral-12: #0b0a0b;
--brand-1: #652200;
--brand-2: #7f2a00;
--brand-3: #983200;
--brand-4: #b13b00;
--brand-5: #ca4300;
--brand-6: #ca4300;
--brand-7: #e44c00;
--brand-8: #fd5400;
--brand-9: #fd651a;
--brand-10: #fd7633;
--brand-11: #fe874d;
--brand-12: #fe9866;
--rich_orange: #fd5f00;
--shade-light: #fbeee0;
--shade-border: #f7cbb5;
--success-1: #0D1514;
--success-2: #111C1B;
--success-3: #0D2D2A;
--success-4: #023B37;
--success-5: #084843;
--success-6: #145750;
--success-7: #1C6961;
--success-8: #207E73;
--success-9: #12A594;
--success-10: #0EB39E;
--success-11: #0BD8B6;
--success-12: #ADF0DD;
--warning-1: #16120C;
--warning-2: #1D180F;
--warning-3: #302008;
--warning-4: #3F2700;
--warning-5: #4D3000;
--warning-6: #5C3D05;
--warning-7: #714F19;
--warning-8: #8F6424;
--warning-9: #FFC53D;
--warning-10: #FFD60A;
--warning-11: #FFCA16;
--warning-12: #FFE7B3;
--critical-1: #191113;
--critical-2: #1E1517;
--critical-3: #3A141E;
--critical-4: #4E1325;
--critical-5: #5E1A2E;
--critical-6: #6F2539;
--critical-7: #883447;
--critical-8: #B3445A;
--critical-9: #E54666;
--critical-10: #EC5A72;
--critical-11: #FF949D;
--critical-12: #FED2E1;
--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;
    /* Fonts */
    --font-outfit: 'Outfit',sans-serif;
--font-Lora: 'Lora',serif;

    /* Font size */
    --text-xs: 0.75rem;
--text-sm: 0.875rem;
--text-md: 1rem;
--text-lg: 1.125rem;
--text-xl: 1.25rem;
--text-2xl: 1.5rem;
--text-3xl: 1.875rem;
--text-4xl: 2.25rem;
--text-5xl: 3rem;
--text-6xl: 3.75rem;
    /* Font weight */
    --normal: 400;
--medium: 500;
--semi: 600;
--bold: 700;
    /* 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: 2px;
--rounding-md: 4px;
--rounding-lg: 12px;
--rounding-full: 9999px;
--border-none: 0px;
--border-md: 1px;
--border-lg: 2px;
--line-height-xs: 1.125rem;
--line-height-sm: 1.25rem;
--line-height-md: 1.5rem;
--line-height-lg: 1.75rem;
--line-height-xl: 1.875rem;
--line-height-2xl: 2rem;
--line-height-3xl: 2.375rem;
--line-height-4xl: 2.75rem;
--line-height-5xl: 3.75rem;
--line-height-6xl: 4.5rem;
--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;
--side-menu-width: 240px;
--header-height: 4.5rem;
--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;
    /* 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;
    }
  }
}


    .cTBvJN {
      align-items:center;
      padding-bottom:1rem;
      justify-content:flex-start;
    }

    .zBdzd {
      top:9%;
      left:-4.7%;
      width:15rem;
      display:none;
      position:absolute;
    }

    .eKdJJw {
      display:flex;
      position:relative;
      align-items:center;
      padding-top:8rem;
      padding-left:2rem;
      padding-right:2rem;
      flex-direction:column;
      padding-bottom:5rem;
      justify-content:center;
    }

    .bdlFCk {
      color:var(--neutral-10);
      display:flex;
      font-size:1.5rem;
      margin-top:2.5rem;
      text-align:center;
      align-items:center;
      flex-shrink:1;
      font-family:"Outfit", sans-serif;
      font-weight:700;
      flex-direction:column;
      justify-content:center;
    }

    @media (max-width: 768px) {

    .bdlFCk {
      font-size:1.25rem;
      margin-top:2rem;
    }
    }

    .fmPHcq {
      color:inherit;
      right:0px;
      bottom:0px;
      display:block;
      z-index:1000;
      position:fixed;
      font-size:inherit;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .dRnUbV {
      color:var(--neutral-11, #B5B2BC);
      font-size:var(--font-size);
      margin-top:var(--margin-top);
      font-family:'Outfit';
      font-weight:inherit;
      line-height:var(--line-height);
      white-space:normal;
      margin-bottom:var(--margin-bottom);
      letter-spacing:var(--letter-spacing);
    }

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

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

    .Subscribe-Screen-Company\:LLKGyzq4uKRdS9TnFfbNh {
      padding-top:1rem;
      padding-bottom:1rem;
    }

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

    .cfjMts {
      color:var(--neutral-10);
      display:block;
      font-size:2rem;
      font-style:italic;
      text-align:center;
      flex-shrink:1;
      font-family:"Outfit", sans-serif;
      font-weight:400;
      line-height:1.4;
      flex-direction:row;
    }

    @media (max-width: 768px) {

    .cfjMts {
      font-size:1.5rem;
    }
    }

    .fEjpUa {
      color:white;
      width:100%;
      margin:0 auto;
      display:flex;
      padding:4rem 2rem;
      row-gap:1.5rem;
      font-size:inherit;
      max-width:1200px;
      background:var(--rich_orange);
      text-align:center;
      align-items:center;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      border-radius:2rem;
      flex-direction:column;
      justify-content:center;
    }

    @media (max-width: 768px) {

    .fEjpUa {
      padding:3rem 1.5rem;
      border-radius:1.5rem;
    }
    }

    .fjGPRd {
      color:inherit;
      width:8px;
      height:8px;
      display:block;
      font-size:inherit;
      background:white;
      margin-top:0.65rem;
      flex-shrink:0;
      font-family:inherit;
      font-weight:inherit;
      border-radius:50%;
      flex-direction:row;
    }

    .espmRc {
      color:inherit;
      margin:0px;
      display:block;
      font-size:3.5rem;
      max-width:800px;
      flex-shrink:1;
      font-family:"Outfit", sans-serif;
      font-weight:800;
      line-height:1.1;
      flex-direction:row;
    }

    @media (max-width: 768px) {

    .espmRc {
      font-size:2.5rem;
    }
    }

    .cVVSpI {
      gap:0.75rem;
      color:inherit;
      display:flex;
      font-size:inherit;
      text-align:left;
      align-items:flex-start;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .bnFtdT {
      color:inherit;
      margin:0px;
      display:block;
      font-size:2rem;
      flex-shrink:1;
      font-family:"Outfit", sans-serif;
      font-weight:700;
      line-height:1.2;
      flex-direction:row;
    }

    @media (max-width: 768px) {

    .bnFtdT {
      font-size:1.75rem;
    }
    }

    .vmQgX {
      color:inherit;
      margin:0px;
      display:block;
      font-size:1.5rem;
      max-width:700px;
      flex-shrink:1;
      font-family:"Outfit", sans-serif;
      font-weight:400;
      line-height:1.4;
      flex-direction:row;
    }

    @media (max-width: 768px) {

    .vmQgX {
      font-size:1.25rem;
    }
    }

    .bkWsbH {
      gap:0.5rem;
      color:inherit;
      margin:0px;
      display:flex;
      padding:0px;
      font-size:1.5rem;
      list-style:none;
      align-items:flex-start;
      flex-shrink:1;
      font-family:"Outfit", sans-serif;
      font-weight:400;
      line-height:1.4;
      flex-direction:column;
    }

    @media (max-width: 768px) {

    .bkWsbH {
      font-size:1.25rem;
    }
    }

    .dCUdli {
      color:inherit;
      width:100%;
      margin:0.5rem 0;
      display:flex;
      font-size:inherit;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
      justify-content:center;
    }

    .bWpTnd {
      width:fit-content;
      height:auto;
    }

    .so-button-secondary\:root {
      gap:0.5rem;
      color:var(--brand-8);
      width:fit-content;
      cursor:pointer;
      height:var(--interactive-height-md);
      font-size:var(--text-lg);
      background:var(--shade-light);
      overflow-x:hidden;
      overflow-y:hidden;
      transition:background-color 200ms ease 0ms normal;
      align-items:center;
      font-family:'Outfit';
      font-weight:var(--semi);
      user-select:none;
      border-color:var(--shade-border);
      border-style:solid;
      border-width:var(--border-md);
      padding-left:0.75rem;
      outline-color:transparent;
      outline-style:solid;
      outline-width:var(--border-lg);
      padding-right:0.75rem;
      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;
    }

    .so-button-secondary\:root:hover {
      background:var(--shade-border);
    }

    .so-button-secondary\:root:active {
      transition:none;
      background-color:var(--neutral-4, #2B292D);
    }

    .so-button-secondary\:root:focus-visible {
      outline-color:var(--brand-8, #6958AD);
      outline-style:solid;
      outline-width:var(--border-lg);
      outline-offset:var(--border-md);
    }

    .so-button-secondary\:root.disabled {
      opacity:0.5;
      background-color:var(--neutral-0, #0b0a0b);
    }

    .ckeMDa {
      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;
      background-color:var(--neutral-0, #0b0a0b);
    }

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

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

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

    .greIO {
      color:inherit;
      display:block;
      font-size:inherit;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .CTASection-screen-company\:XlC977cK6MMAL0AjWfp7J {
      color:#ffffff;
      border:none;
      cursor:pointer;
      height:min-content;
      display:inline-block;
      padding:1rem 3rem;
      font-size:1.5rem;
      background:#000000;
      transition:transform 0.2s ease, background 0.2s ease;
      flex-shrink:1;
      font-family:"Outfit", sans-serif;
      font-weight:700;
      border-radius:9999px;
      flex-direction:row;
    }

    .CTASection-screen-company\:XlC977cK6MMAL0AjWfp7J:hover {
      transform:scale(1.05);
      background:#1a1a1a;
    }

    .CTASection-screen-company\:XlC977cK6MMAL0AjWfp7J:active {
      transform:scale(0.98);
    }

    .ewsoXH {
      color:inherit;
      display:block;
      font-size:inherit;
      margin-top:1rem;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .eDbbbs {
      color:inherit;
      display:flex;
      font-size:inherit;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      padding-left:5%;
      padding-right:5%;
      flex-direction:row;
      padding-bottom:6rem;
      justify-content:center;
    }

    @media (max-width: 768px) {

    .eDbbbs {
      padding-bottom:4rem;
    }
    }

    .bDaIZT {
      gap:3rem;
      color:inherit;
      width:100%;
      display:flex;
      padding:4rem 2rem;
      flex-wrap:wrap;
      font-size:inherit;
      background:transparent;
      flex-shrink:1;
      font-family:"Outfit";
      font-weight:inherit;
      flex-direction:row;
      justify-content:center;
    }

    .JHBqW {
      color:#000000;
      display:list-item;
      font-size:1.5rem;
      flex-shrink:1;
      font-family:inherit;
      font-weight:500;
      flex-direction:row;
    }

    .vftAN {
      color:#000000;
      display:block;
      font-size:1.25rem;
      flex-shrink:1;
      font-family:inherit;
      font-weight:500;
      flex-direction:row;
    }

    .cFkvLH {
      gap:0.5rem;
      color:#ffffff;
      display:flex;
      padding:3rem 2rem;
      font-size:inherit;
      background:#FF5F00;
      text-align:center;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:column;
    }

    .bkabDS {
      color:inherit;
      display:flex;
      font-size:4.5rem;
      margin-top:0.5rem;
      align-items:baseline;
      flex-shrink:1;
      font-family:inherit;
      font-weight:800;
      flex-direction:row;
      justify-content:center;
    }

    .cyXqhv {
      color:#000000;
      display:block;
      font-size:1.25rem;
      flex-shrink:1;
      font-family:inherit;
      font-weight:500;
      line-height:1.5;
      flex-direction:row;
    }

    .dVOlTN {
      color:#FF5F00;
      display:inline;
      font-size:inherit;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .cXHUYu {
      color:#333333;
      display:block;
      font-size:1.25rem;
      font-style:italic;
      margin-top:1rem;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    @media (min-width: 768px) {

    .cXHUYu {
      font-size:1.5rem;
    }
    }

    .cSsTDC {
      gap:1.25rem;
      color:inherit;
      display:flex;
      font-size:inherit;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:column;
    }

    .dinNUw {
      color:inherit;
      display:inline;
      font-size:1.75rem;
      flex-shrink:1;
      font-family:inherit;
      font-weight:500;
      flex-direction:row;
    }

    .EuSiJ {
      color:#000000;
      display:block;
      font-size:1.75rem;
      font-style:italic;
      flex-shrink:1;
      font-family:inherit;
      font-weight:700;
      flex-direction:row;
    }

    .bYZTgg {
      color:inherit;
      width:100%;
      display:block;
      overflow:hidden;
      font-size:inherit;
      max-width:460px;
      background:#ffffff;
      box-shadow:0 25px 50px -12px rgba(0, 0, 0, 0.25);
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      border-radius:2.5rem;
      flex-direction:row;
    }

    .cqudEZ {
      color:inherit;
      width:100%;
      display:flex;
      row-gap:1rem;
      font-size:inherit;
      max-width:1000px;
      column-gap:1rem;
      align-items:center;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:column;
      justify-content:center;
    }

    @media (min-width: 1024px) {

    .cqudEZ {
      gap:6rem;
      align-items:center;
      flex-direction:row;
      justify-content:space-between;
    }
    }

    .aabZJ {
      color:#000000;
      display:block;
      font-size:2.5rem;
      flex-shrink:1;
      font-family:"Outfit";
      font-weight:800;
      line-height:1.4;
      flex-direction:row;
    }

    .dvrvaY {
      gap:2.5rem;
      color:inherit;
      display:flex;
      flex-grow:1;
      font-size:inherit;
      flex-basis:0%;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:column;
    }

    .eOlBzw {
      color:inherit;
      display:block;
      font-size:3rem;
      flex-shrink:1;
      font-family:inherit;
      font-weight:800;
      line-height:1;
      flex-direction:row;
    }

    .dkAxcJ {
      color:inherit;
      display:flex;
      flex-grow:1;
      font-size:inherit;
      flex-basis:0%;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
      justify-content:center;
    }

    @media (min-width: 1024px) {

    .dkAxcJ {
      justify-content:flex-end;
    }
    }

    .eQjFlq {
      gap:0.5rem;
      color:inherit;
      display:flex;
      font-size:inherit;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      padding-left:2rem;
      flex-direction:column;
      list-style-type:disc;
    }

    .ZpkxP {
      gap:2rem;
      color:inherit;
      display:flex;
      padding:3rem 2.5rem;
      font-size:inherit;
      background:#f1f1f1;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:column;
    }

    .dUXCHX {
      color:#ffffff;
      display:inline-block;
      padding:1.5rem;
      font-size:1.5rem;
      background:#000000;
      transition:all 0.2s ease;
      flex-shrink:1;
      font-family:inherit;
      font-weight:900;
      border-radius:2.5rem;
      flex-direction:row;
      text-transform:uppercase;
    }

    .dUXCHX:hover {
      transform:translateY(-2px);
      background:#222222;
    }

    .dUXCHX:active {
      transform:translateY(0);
    }

    .NScma {
      color:inherit;
      display:inline;
      font-size:inherit;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .YeBay {
      color:inherit;
      width:100%;
      display:flex;
      position:relative;
      font-size:inherit;
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:column;
      justify-content:flex-start;
    }

    .qzgwv {
      width:100%;
      display:flex;
      row-gap:2rem;
      position:relative;
      column-gap:2rem;
      text-align:center;
      align-items:center;
      padding-left:8rem;
      padding-right:8rem;
      flex-direction:column;
      justify-content:center;
    }

    .eBxmqo {
      color:inherit;
      display:flex;
      font-size:inherit;
      max-width:65rem;
      align-items:center;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:column;
      justify-content:center;
    }

    .YacKG {
      width:100vw;
      background:var(--neutral-11);
      padding-top:5rem;
      padding-left:5%;
      padding-right:5%;
      padding-bottom:2rem;
    }

    @media (max-width: 768px) {

    .YacKG {
      padding-top:2rem;
      padding-bottom:2rem;
    }
    }

    .fvMNBG {
      width:8rem;
    }

    .fqIOft {
      width:12rem;
    }

    .footer\:96KjnfcSV4JRAHorMGO-4 {
      width:25rem;
    }

    @media (max-width: 768px) {

    .footer\:96KjnfcSV4JRAHorMGO-4 {
      width:15rem;
    }
    }

    .dNaETM {
      display:flex;
      row-gap:2rem;
      z-index:10;
      column-gap:2rem;
      align-items:center;
      padding-top:2rem;
      flex-direction:row;
      justify-content:space-between;
      border-top-color:#ffffff4a;
      border-top-style:solid;
      border-top-width:1px;
    }

    @media (max-width: 840px) {

    .dNaETM {
      row-gap:1rem;
      text-align:center;
      align-items:center;
      flex-direction:column;
      justify-content:center;
    }
    }

    .so-button-tertiary\:root {
      gap:0.5rem;
      color:var(--neutral-12, #EEEEF0);
      width:fit-content;
      cursor:pointer;
      height:var(--interactive-height-md);
      font-size:var(--text-lg);
      overflow-x:hidden;
      overflow-y:hidden;
      transition:background-color 200ms ease 0ms normal;
      align-items:center;
      font-family:Outfit;
      font-weight:var(--bold);
      user-select:none;
      padding-left:1.5rem;
      outline-color:transparent;
      outline-style:solid;
      outline-width:var(--border-lg);
      padding-right:1.5rem;
      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;
    }

    .so-button-tertiary\:root:hover {
      background:#fe986642;
    }

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

    .so-button-tertiary\:root:focus-visible {
      outline-color:var(--brand-8, #6958AD);
      outline-style:solid;
      outline-width:var(--border-lg);
      outline-offset:var(--border-md);
    }

    .so-button-tertiary\:root.trigger-open {
      color:var(--rich_orange);
      background:white;
    }

    .so-button-tertiary\:root.disabled {
      opacity:0.5;
      background-color:var(--overlay-a1, #ffffff0d);
    }

    .footer\:RZi0GleE80qXjBImqe99I {
      color:white;
    }

    .dkBxzm {
      display:none;
      row-gap:1rem;
      column-gap:1rem;
      flex-direction:row;
    }

    @media (max-width: 1290px) {

    .dkBxzm {
      row-gap:0.5rem;
      align-items:center;
      flex-direction:column;
    }
    }

    .footer\:V0XtXbM2vb9GOuWMctUas {
      color:white;
    }

    .footer\:VjhA2-SKG4HBLKdeVTiMJ {
      color:white;
    }

    .footer\:iEdYa7h1XGAFMzR2JJC9G {
      color:white;
    }

    .footer\:rWKlWVYAkg5mQzxKhZsFQ {
      color:white;
    }

    .esmvnk {
      color:var(--neutral-11, #B5B2BC);
      display:inline-block;
      font-size:var(--text-md);
      margin-top:var(--margin-top);
      font-family:Outfit;
      font-weight:inherit;
      line-height:var(--line-height);
      white-space:normal;
      margin-bottom:var(--margin-bottom);
      letter-spacing:var(--letter-spacing);
    }

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

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

    .footer\:sWWxOq0Ibtymhzvw_7Rcg {
      color:white;
    }

    @media (max-width: 768px) {

    .footer\:sWWxOq0Ibtymhzvw_7Rcg {
      text-align:center;
    }
    }

    .iHfro {
      display:flex;
      row-gap:1rem;
      column-gap:1rem;
    }

    @media (max-width: 1290px) {

    .iHfro {
      row-gap:0.5rem;
      align-items:center;
      flex-direction:column;
    }
    }

    .biQobd {
      display:flex;
      row-gap:2rem;
      z-index:10;
      column-gap:2rem;
      align-items:flex-end;
      padding-top:0rem;
      flex-direction:row;
      padding-bottom:4rem;
      justify-content:space-between;
    }

    @media (max-width: 1290px) {

    .biQobd {
      row-gap:1rem;
      align-items:center;
      flex-direction:column;
      padding-bottom:2rem;
      justify-content:center;
    }
    }

    .footer\:yLP7O8kKcRbkfSmIRjsT5 {
      color:white;
      font-size:3rem;
      font-weight:var(--semi);
      line-height:1;
    }

    @media (max-width: 768px) {

    .footer\:yLP7O8kKcRbkfSmIRjsT5 {
      font-size:1.5rem;
      text-align:center;
    }
    }

    .cDcPoQ {
      position:relative;
      flex-wrap:wrap;
      background:linear-gradient(#ffffff00 0%, #cccccc4d 100%) scroll padding-box border-box repeat repeat 0% 0% / auto;
      align-items:flex-start;
      flex-direction:row;
      justify-content:center;
      border-bottom-left-radius:3rem;
      border-bottom-right-radius:3rem;
    }

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

    .so-toast-provider\:3HNY67eQbyTMKV7wPLZZf {
      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;
    }

    .so-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);
    }

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

    .so-toast\:root.closing {
      opacity:0;
      translate:0 -16px;
    }

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

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

    .so-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);
    }

    .so-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);
    }

    .so-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;
    }

    .so-toast\:FW2tKddjmqBb2S_WPmtMS {
      color:inherit;
    }

    .eTkKzJ {
      color:inherit;
      width:1.25rem;
      height:1.25rem;
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
    }

    .kWqiV {
      color:var(--neutral-12);
      width:100%;
      font-size:var(--font-size);
      margin-top:var(--margin-top);
      font-family:Outfit;
      font-weight:var(--medium);
      line-height:var(--line-height);
      white-space:normal;
      margin-bottom:var(--margin-bottom);
      letter-spacing:var(--letter-spacing);
    }

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

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

    .so-toast\:gYVdDIDxaBXSrlkux9YPE {
      flex:1;
      color:inherit;
    }

    .so-toast\:qAcThqFGvMbu5lzhtPxSk {
      width:var(--text-lg);
      height:var(--text-lg);
      padding-top:0px;
      padding-left:0px;
      padding-right:0px;
      padding-bottom:0px;
      background-color:transparent;
    }

    .so-toast\:qAcThqFGvMbu5lzhtPxSk:hover {
      background-color:transparent;
    }

    .so-toast\:qAcThqFGvMbu5lzhtPxSk:active {
      background-color:transparent;
    }

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

    .so-toast-provider\:jTe6cSAqqTerlGKuSJFnv {
      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) {

    .so-toast-provider\:jTe6cSAqqTerlGKuSJFnv {
      align-items:center;
      justify-content:start;
    }
    }

    .Subscribe-Screen-Company\:ZoGIw6mnS-T480E9m3O_w {
      position:relative;
    }

    .bkqyUu {
      color:inherit;
      border:1px solid rgba(255, 92, 0, 0.1);
      display:flex;
      padding:2.5rem 2rem;
      font-size:inherit;
      background:#fff;
      text-align:center;
      transition:transform 0.2s ease;
      align-items:center;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      border-radius:2rem;
      flex-direction:column;
    }

    .bwVMLY {
      gap:1.5rem;
      color:inherit;
      display:grid;
      font-size:inherit;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
      grid-template-columns:repeat(3, 1fr);
    }

    @media (max-width: 1024px) {

    .bwVMLY {
      grid-template-columns:repeat(2, 1fr);
    }
    }

    @media (max-width: 640px) {

    .bwVMLY {
      grid-template-columns:1fr;
    }
    }

    .dxVGza {
      color:inherit;
      width:100%;
      margin:0 auto;
      display:flex;
      padding:4rem 2rem;
      font-size:inherit;
      max-width:1200px;
      align-items:center;
      flex-shrink:1;
      font-family:"Outfit", sans-serif;
      font-weight:inherit;
      flex-direction:column;
    }

    .OfDcr {
      gap:1rem;
      color:#FF5C00;
      display:flex;
      flex-wrap:wrap;
      font-size:3.5rem;
      text-align:center;
      word-break:break-word;
      align-items:center;
      flex-shrink:1;
      font-family:inherit;
      font-weight:900;
      margin-bottom:3rem;
      flex-direction:row;
      letter-spacing:-0.02em;
      justify-content:center;
    }

    @media (max-width: 768px) {

    .OfDcr {
      gap:0.5rem;
      font-size:2.2rem;
      flex-direction:column;
    }
    }

    .fmLqTb {
      gap:1rem;
      color:inherit;
      display:flex;
      font-size:inherit;
      margin-top:3rem;
      align-items:center;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:column;
    }

    .dxtYfo {
      color:inherit;
      display:inline-flex;
      font-size:1.8rem;
      align-items:center;
      flex-shrink:0;
      font-family:inherit;
      font-weight:inherit;
      line-height:1;
      flex-direction:row;
    }

    .dKfJSS {
      gap:0.75rem;
      color:#FF5C00;
      width:90%;
      display:flex;
      flex-wrap:wrap;
      font-size:1.5rem;
      word-break:break-word;
      align-items:center;
      flex-shrink:1;
      font-family:inherit;
      font-weight:800;
      line-height:1.2;
      margin-bottom:1.25rem;
      flex-direction:column;
      justify-content:center;
    }

    .eECgJG {
      color:#fff;
      border:none;
      cursor:pointer;
      display:inline-block;
      padding:1.25rem 4rem;
      font-size:1.8rem;
      background:#000;
      transition:transform 0.2s ease, background 0.2s ease;
      flex-shrink:1;
      font-family:inherit;
      font-weight:800;
      border-radius:100px;
      flex-direction:row;
    }

    .eECgJG:hover {
      transform:scale(1.05);
    }

    .ftjIvJ {
      color:inherit;
      display:inline-flex;
      font-size:3rem;
      align-items:center;
      flex-shrink:0;
      font-family:inherit;
      font-weight:inherit;
      line-height:1;
      flex-direction:row;
    }

    .bovkKM {
      color:#333;
      margin:0px;
      display:block;
      font-size:1.2rem;
      font-style:italic;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .DyLPP {
      color:#444;
      margin:0px;
      display:block;
      font-size:1.15rem;
      margin-top:0px;
      flex-shrink:1;
      font-family:inherit;
      font-weight:500;
      line-height:1.5;
      flex-direction:row;
    }

    .iCXpz {
      color:inherit;
      width:100%;
      display:block;
      padding:4rem;
      font-size:inherit;
      background:#FF5C00;
      box-shadow:0 20px 40px rgba(255, 92, 0, 0.2);
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      border-radius:3rem;
      flex-direction:row;
    }

    .Subscribe-Screen-Company\:aQ4AhUKhdJY0LiKuC_VQt {
      color:var(--rich_orange);
      animation:sales-hero-fade-in-slide-up 0.8s ease-out 0.2s backwards;
      font-size:3.5rem;
      font-weight:var(--bold);
      line-height:1.2;
    }

    @media (max-width: 480px) {

    .Subscribe-Screen-Company\:aQ4AhUKhdJY0LiKuC_VQt {
      font-size:2.5rem;
    }
    }

    .CDqya {
      zoom:0.8;
      color:inherit;
      width:100%;
      display:block;
      padding:0px;
      position:relative;
      font-size:inherit;
      max-width:1500px;
      align-items:flex-start;
      font-family:inherit;
      font-weight:inherit;
      padding-top:0rem;
      padding-left:0rem;
      padding-right:0rem;
      flex-direction:row;
      padding-bottom:0rem;
      justify-content:center;
    }

    .bFqHYS {
      width:100%;
      display:flex;
      align-items:center;
      padding-top:0rem;
      padding-left:0%;
      padding-right:0%;
      flex-direction:column;
      padding-bottom:0rem;
      justify-content:flex-start;
    }

    .cXYeKC {
      flex:1;
      display:flex;
      align-items:flex-end;
      justify-content:center;
    }

    @media (max-width: 800px) {

    .cXYeKC {
      display:none;
    }
    }

    @media (max-width: 940px) {

    .cXYeKC {
      display:none;
    }
    }

    @media (max-width: 1420px) {

    .cXYeKC {
      display:none;
    }
    }

    .cHQnnL {
      border:none;
      cursor:pointer;
      display:flex;
      padding:0.5rem;
      align-self:flex-end;
      background:transparent;
      margin-bottom:2rem;
    }

    .bgZuBc {
      color:inherit;
      display:flex;
      row-gap:1rem;
      font-size:inherit;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:column;
    }

    .dGToFw {
      top:0px;
      right:0px;
      width:80%;
      height:100vh;
      display:flex;
      position:fixed;
      animation:prodperks_navigation-slideIn 300ms ease-in-out;
      max-width:400px;
      transform:translateX(0);
      background:var(--neutral-3);
      box-shadow:-2px 0 8px rgba(0, 0, 0, 0.15);
      transition:transform 300ms ease-in-out;
      padding-top:2rem;
      padding-left:1.5rem;
      padding-right:1.5rem;
      flex-direction:column;
      padding-bottom:2rem;
    }

    @keyframes prodperks_navigation-slideIn {
        0% {
          transform: translateX(100%);
        }

        100% {
          transform: translateX(0);
        }
    }

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

    .prodperks_navigation\:mobile-login-modal {
      max-height:75vh;
      overflow-x:hidden;
      overflow-y:scroll;
    }

    .brmdQz {
      border:none;
      cursor:pointer;
      display:none;
      padding:0.5rem;
      background:transparent;
    }

    @media (max-width: 800px) {

    .brmdQz {
      display:flex;
    }
    }

    @media (max-width: 940px) {

    .brmdQz {
      display:flex;
    }
    }

    @media (max-width: 1420px) {

    .brmdQz {
      display:flex;
    }
    }

    .cCxPzs {
      color:inherit;
      display:flex;
      row-gap:1rem;
      font-size:inherit;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      padding-top:2rem;
      flex-direction:column;
      border-top-color:var(--neutral-8);
      border-top-style:solid;
      border-top-width:1px;
    }

    .cCYXsI {
      width:100%;
    }

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

    .so-dialog\:eNkkt0ycS1aLMPhWOtJUV {
      opacity:0;
      background:#71788480;
      backdrop-filter:blur(4px);
    }

    .so-dialog\:eNkkt0ycS1aLMPhWOtJUV.open {
      opacity:1;
    }

    .so-dialog\:eNkkt0ycS1aLMPhWOtJUV.open-transition {
      transition:opacity 300ms ease 0ms normal;
    }

    .so-dialog\:eNkkt0ycS1aLMPhWOtJUV.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;
    }

    .so-dialog\:o_AGx_fXR28AhYGxOsWS1 {
      padding-top:1rem;
      padding-left:1rem;
      padding-right:1rem;
      padding-bottom:1rem;
    }

    .cDaYdk {
      top:0px;
      left:0px;
      width:100%;
      height:100vh;
      display:none;
      z-index:999;
      position:fixed;
      background:rgba(0, 0, 0, 0.5);
    }

    @media (max-width: 768px) {

    .cDaYdk {
      display:flex;
    }
    }

    @media (max-width: 940px) {

    .cDaYdk {
      display:flex;
    }
    }

    @media (max-width: 1420px) {

    .cDaYdk {
      display:flex;
    }
    }

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

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

    .so-dialog-content\:root.open {
      opacity:1;
      translate:0 0px;
    }

    .so-dialog-content\:root.open-transition {
      transition:all 320ms ease 0ms normal;
    }

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

    .prodperks_navigation\:mobile-login-content {
      max-width:40rem;
      background:white;
    }

    .prodperks_navigation\:mobile-login-trigger {
      width:100%;
      justify-content:flex-start;
    }

    .prodperks_navigation\:3NYkomD1CdNbuZfsN4G8C {
      font-size:1rem;
      padding-left:0.75rem;
      padding-right:0.75rem;
    }

    .prodperks_navigation\:5NWqm_t5ZDsmMA8UCXmmt {
      font-size:1rem;
      padding-left:0.75rem;
      padding-right:0.75rem;
    }

    .czygVt {
      margin:0 auto;
      max-width:600px;
      padding-top:0rem;
      padding-left:0rem;
      padding-right:0rem;
      padding-bottom:0rem;
    }

    .bBamBE {
      gap:0.5rem;
      color:var(--color, #BAA7FF);
      background:var(--color-bg);
      align-items:center;
      padding-top:1rem;
      border-color:var(--color-border, #3C2E69);
      border-style:solid;
      border-width:1px;
      padding-left:1rem;
      border-radius:var(--rounding-lg);
      padding-right:1rem;
      flex-direction:row;
      padding-bottom:1rem;
      justify-content:start;
    }

    .login-modal\:-10MsvtsL_Uey-ZORdnp8 {
      color:var(--critical-7);
      height:fit-content;
      min-width:180px;
      background:var(--critical-12);
      border-color:#ff949d36;
      border-style:solid;
      border-width:1px;
      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);
    }

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

    .cVeGrI {
      gap:1.5rem;
      width:100%;
    }

    .cTjCsu {
      gap:1.5rem;
      width:100%;
      display:[object Object];
      flex-direction:column;
    }

    .cTwMkH {
      color:inherit;
      width:1.25rem;
      height:1.25rem;
    }

    .ejSSgp {
      color:var(--neutral-11, #B5B2BC);
      width:1.25rem;
      height:1.25rem;
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
    }

    .login-modal\:3LvMKGCPnOAIo_mn3F14l {
      display:flex;
      align-items:center;
      justify-content:center;
    }

    .bKkEOq {
      width:100%;
      display:[object Object];
      row-gap:0rem;
      column-gap:0rem;
      flex-direction:column;
    }

    .dPslFr {
      color:var(--neutral-11, #B5B2BC);
      width:100%;
      font-size:var(--text-sm);
      font-family:'Outfit';
      font-weight:var(--medium);
      line-height:var(--text-sm);
      padding-bottom:0.5rem;
    }

    .buwaxK {
      width:100%;
      display:[object Object];
      row-gap:1rem;
      column-gap:1rem;
      flex-direction:column;
    }

    .bCnekW {
      gap:0.5rem;
      width:100%;
      height:var(--interactive-height-md);
      display:flex;
      transition:background-color 200ms ease 0ms normal;
      align-items:center;
      border-color:var(--neutral-5);
      border-style:solid;
      border-width:1px;
      padding-left:0.75rem;
      padding-right:0.75rem;
      flex-direction:row;
      justify-content:start;
      background-color:var(--neutral-0, #0b0a0b);
      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);
    }

    .bCnekW:hover {
      background-color:var(--neutral-1, #121113);
    }

    .bCnekW.focused {
      background:#ffffff;
      border-color:var(--brand-10, #8a75dd);
      border-style:solid;
      border-width:1px;
      outline-color:var(--brand-6, #473876);
      outline-style:solid;
      outline-width:1px;
    }

    .dnSmfd {
      flex:1;
      color:var(--neutral-12, #EEEEF0);
      width:100%;
      height:100%;
      font-size:var(--text-md);
      font-family:'Outfit';
      font-weight:var(--normal);
    }

    .dnSmfd::placeholder {
      color:var(--neutral-9, #6F6D78);
      font-size:var(--text-md);
      font-family:'Outfit';
      font-weight:var(--normal);
    }

    .login-modal\:83k5BLNsBKSPUgZ-ZB9PN {
      color:var(--neutral-8);
      text-align:center;
      line-height:1.6;
    }

    .eokbcc {
      display:flex;
      row-gap:1.5rem;
      column-gap:1.5rem;
      flex-direction:column;
    }

    .bFzjfI {
      display:flex;
      row-gap:1rem;
      column-gap:1rem;
      align-items:stretch;
      padding-top:2rem;
      flex-direction:column;
      justify-content:flex-start;
    }

    .login-modal\:Dh_-uDBqcA9FfTvbJPci5 {
      width:100%;
      font-size:1rem;
      transition:all 0.3s ease;
      font-weight:var(--normal);
    }

    .login-modal\:Dh_-uDBqcA9FfTvbJPci5:hover {
      color:var(--brand-9);
      transform:translateY(-1px);
      background:transparent;
    }

    .VJAUL.hidden {
      display:none;
    }

    .so-tabs-content\:root {
      width:100%;
      height:auto;
      background:#ffffff00;
      padding-top:0px;
      border-color:#00000000;
      border-style:solid;
      border-width:1px;
      outline-offset:var(--border-md);
      padding-bottom:0px;
    }

    .login-modal\:EI7v87EQLKmF29TmjxYlx {
      gap:1.5rem;
      width:100%;
      padding:2rem;
      overflow:hidden;
      background:var(--neutral-3);
      transition:all 0.3s ease;
      border-radius:var(--rounding-lg);
    }

    .login-modal\:EXMYXOB7PzqSG5CzIPQup {
      color:var(--neutral-8);
      text-align:center;
      line-height:1.6;
    }

    .so-button-primary\:root {
      gap:0.25rem;
      color:#ffffff;
      width:fit-content;
      cursor:pointer;
      height:var(--interactive-height-md);
      font-size:var(--text-lg);
      background:var(--rich_orange);
      overflow-x:hidden;
      overflow-y:hidden;
      transition:background-color 200ms ease 0ms normal;
      align-items:center;
      font-family:'Outfit';
      font-weight:var(--semi);
      user-select:none;
      padding-left:1.5rem;
      outline-color:transparent;
      outline-style:solid;
      outline-width:var(--border-lg);
      padding-right:1.5rem;
      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;
    }

    .so-button-primary\:root:hover {
      background:var(--brand-7);
    }

    .so-button-primary\:root:active {
      transition:none;
      background-color:var(--brand-11, #BAA7FF);
    }

    .so-button-primary\:root:focus-visible {
      outline-color:var(--brand-8, #6958AD);
      outline-style:solid;
      outline-width:var(--border-lg);
      outline-offset:var(--border-md);
    }

    .so-button-primary\:root.disabled {
      opacity:0.5;
      background-color:var(--brand-10, #8a75dd);
    }

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

    .login-modal\:EomRkZ09UNJVQRVXO2Z4D {
      width:100%;
      height:3rem;
      transition:all 0.3s ease;
    }

    .login-modal\:Fqa6f6e1o1dLt_8xkgS5e {
      color:var(--neutral-7);
      text-align:center;
      line-height:1.5;
      padding-bottom:1.5rem;
    }

    .login-modal\:GITIn9CuHr62dOcgBY1JY {
      color:var(--critical-7);
      height:fit-content;
      min-width:180px;
      background:var(--critical-12);
      border-color:#ff949d36;
      border-style:solid;
      border-width:1px;
      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);
    }

    .login-modal\:GUJBssBBwXgtcm_85Pmjc {
      width:100%;
      height:3rem;
      transition:all 0.3s ease;
    }

    .cJVvyT {
      flex:1;
      color:var(--neutral-12, #EEEEF0);
      width:100%;
      height:100%;
      display:flex;
      font-size:var(--text-md);
      font-family:'Outfit';
      font-weight:var(--normal);
      flex-direction:column;
    }

    .cJVvyT::placeholder {
      color:var(--neutral-9, #6F6D78);
      font-size:var(--text-md);
      font-family:'Outfit';
      font-weight:var(--normal);
    }

    .fvqDPg {
      width:inherit;
      height:inherit;
      background-color:inherit;
    }

    .login-modal\:ICyGslI_abY1lyTkJcyxf {
      width:100%;
      height:3rem;
      transition:all 0.3s ease;
    }

    .so-callout-text\:root {
      flex:1;
      color:inherit;
      font-weight:var(--medium);
    }

    .so-field-password-toggle\:root {
      width:calc(var(--interactive-height-md) - 0.75rem);
      height:calc(var(--interactive-height-md) - 0.75rem);
      margin-right:-0.5rem;
      border-radius:var(--rounding-sm);
    }

    .login-modal\:JzV1tdZ8qNv3ePVORJQ8l {
      color:var(--neutral-8);
      text-align:center;
      line-height:1.6;
    }

    .dhGxig {
      color:var(--neutral-11, #B5B2BC);
      width:100%;
      font-size:var(--font-size);
      margin-top:var(--margin-top);
      font-family:'Outfit';
      font-weight:var(--semi);
      line-height:var(--line-height);
      white-space:normal;
      margin-bottom:var(--margin-bottom);
      letter-spacing:var(--letter-spacing);
    }

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

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

    .login-modal\:KHhR-Ymaqu6vN0BmKjxGr {
      font-size:1.8rem;
      text-align:center;
      padding-bottom:0.5rem;
    }

    .dObXbZ {
      display:flex;
      row-gap:1.5rem;
      column-gap:1.5rem;
      align-items:center;
      padding-top:0rem;
      padding-left:2rem;
      padding-right:2rem;
      flex-direction:column;
      padding-bottom:1rem;
      justify-content:center;
    }

    @media (max-width: 700px) {

    .dObXbZ {
      padding-left:0px;
      padding-right:0px;
    }
    }

    .cITzTP {
      flex:1;
      color:var(--brand-8);
      width:100%;
      height:100%;
      font-size:var(--text-md);
      font-family:'Outfit';
      font-weight:var(--normal);
    }

    .cITzTP::placeholder {
      color:var(--brand-12);
      font-size:var(--text-md);
      font-family:'Outfit';
      font-weight:var(--normal);
    }

    .login-modal\:MQA-1q0LZC6xQucY8pOTN {
      color:#000000;
    }

    .login-modal\:O6n2mj4Ve4iIjXesaaHXb {
      display:flex;
      align-items:center;
      justify-content:center;
    }

    .login-modal\:OHD5QCM1BKxl5OULTG8cd {
      width:100%;
      font-size:1rem;
      transition:all 0.3s ease;
      font-weight:var(--normal);
    }

    .login-modal\:OHD5QCM1BKxl5OULTG8cd:hover {
      color:var(--brand-9);
      transform:translateY(-1px);
      background:transparent;
    }

    .eFEujc {
      display:flex;
      row-gap:1.5rem;
      column-gap:1.5rem;
      align-items:center;
      padding-top:0rem;
      padding-left:2rem;
      border-radius:var(--rounding-lg);
      padding-right:2rem;
      flex-direction:column;
      justify-content:center;
    }

    @media (max-width: 700px) {

    .eFEujc {
      padding-left:0px;
      padding-right:0px;
    }
    }

    .login-modal\:Oy3jd6Rf46Y-4meI_DUsD {
      font-size:0.95rem;
    }

    .so-tabs-trigger-button\:root {
      width:100%;
    }

    .so-tabs-trigger-button\:OKLV6Rj5ycLXBc91SknzJ {
      gap:0.5rem;
      color:var(--rich_orange);
      cursor:pointer;
      height:var(--interactive-height-md);
      font-size:var(--text-md);
      overflow-x:hidden;
      overflow-y:hidden;
      transition:background-color 300ms ease 0ms normal;
      align-items:center;
      font-family:'Outfit';
      font-weight:var(--semi);
      user-select:none;
      padding-left:0.75rem;
      outline-color:transparent;
      outline-style:solid;
      outline-width:var(--border-lg);
      padding-right:0.75rem;
      flex-direction:row;
      outline-offset:var(--border-md);
      -ms-user-select:none;
      justify-content:center;
      -moz-user-select:none;
      background-color:transparent;
      -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;
    }

    .so-tabs-trigger-button\:OKLV6Rj5ycLXBc91SknzJ:hover {
      background-color:var(--overlay-a2, #ffffff1a);
    }

    .so-tabs-trigger-button\:OKLV6Rj5ycLXBc91SknzJ:active {
      transition:none;
      background-color:var(--overlay-a3, #ffffff26);
    }

    .so-tabs-trigger-button\:OKLV6Rj5ycLXBc91SknzJ:focus-visible {
      background-color:var(--brand-4, #33255B);
    }

    .so-tabs-trigger-button\:OKLV6Rj5ycLXBc91SknzJ.trigger-open {
      color:white;
      background:var(--rich_orange);
    }

    .so-tabs-trigger-button\:OKLV6Rj5ycLXBc91SknzJ.disabled {
      opacity:0.5;
      background-color:var(--overlay-a1, #ffffff0d);
    }

    @media (max-width: 700px) {

    .so-tabs-trigger-button\:OKLV6Rj5ycLXBc91SknzJ {
      width:100%;
    }
    }

    .login-modal\:PJ1CYCMVvaF4cRF1d0461 {
      flex:1;
      color:[object Object];
      padding:0.75rem 1.5rem;
      background:[object Object];
      box-shadow:[object Object];
      transition:all 0.3s ease;
      border-radius:var(--rounding-lg);
    }

    .login-modal\:PJ1CYCMVvaF4cRF1d0461:hover {
      transform:translateY(-2px);
      background:var(--neutral-4);
      box-shadow:var(--shadow-sm);
    }

    .login-modal\:QGiiiaq-KCcqFUA8NTlZs {
      color:var(--neutral-8);
      text-align:center;
      line-height:1.6;
    }

    .login-modal\:S-iiRgB6WJUjRMqtwk1wP {
      width:100%;
      height:3rem;
      transition:all 0.3s ease;
    }

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

    .so-dialog-close-button\:VHhEM1I8jUMvJEGErDJO8 {
      color:var(--neutral-10);
      width:var(--line-height-2xl);
      height:var(--line-height-2xl);
      background:var(--neutral-3);
      border-color:var(--neutral-6);
      border-style:solid;
      border-width:1px;
    }

    .so-dialog-close-button\:VHhEM1I8jUMvJEGErDJO8:hover {
      background:var(--neutral-5);
    }

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

    .login-modal\:Ws5EAYwgkuqPw3biFSAGW {
      padding-bottom:1.5rem;
    }

    .login-modal\:XSqelT6uihQ8qcbBPsxJR {
      gap:1.5rem;
      width:100%;
      padding:2rem;
      overflow:hidden;
      background:var(--neutral-3);
      transition:all 0.3s ease;
      border-radius:var(--rounding-lg);
    }

    .login-modal\:XT_JBhx64d0Y1zoHwMLlj {
      display:flex;
      align-items:center;
      justify-content:center;
    }

    .eAmziO {
      display:flex;
      row-gap:1.5rem;
      column-gap:1.5rem;
      align-items:center;
      padding-top:0rem;
      padding-left:2rem;
      border-radius:var(--rounding-lg);
      padding-right:2rem;
      flex-direction:column;
      padding-bottom:1rem;
      justify-content:center;
    }

    @media (max-width: 700px) {

    .eAmziO {
      padding-left:0px;
      padding-right:0px;
    }
    }

    .login-modal\:bLhiIRvRgNkMvPQy9SVHo {
      gap:1.5rem;
      width:100%;
      padding:2rem;
      overflow:hidden;
      background:var(--neutral-3);
      transition:all 0.3s ease;
      border-radius:var(--rounding-lg);
    }

    .login-modal-incorrect-credentials\:alc80RmfazzjKQkIznhOj {
      color:#cf2d4c;
      height:fit-content;
      display:flex;
      min-width:180px;
      background:#fddbe0;
      text-align:center;
      align-items:center;
      border-color:#f8abb7;
      border-style:solid;
      border-width:1px;
      justify-content:center;
    }

    .login-modal\:ei4FrEalyiqNG05moifNT {
      font-size:0.95rem;
    }

    .login-modal\:fJNb-JhaXV1ozLpjCiLdx {
      width:100%;
      font-size:1rem;
      transition:all 0.3s ease;
      font-weight:var(--normal);
    }

    .login-modal\:fJNb-JhaXV1ozLpjCiLdx:hover {
      color:var(--brand-9);
      transform:translateY(-1px);
      background:transparent;
    }

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

    .login-modal\:iJbi0K8HZXl7pp7bEciTd {
      color:var(--success-4);
      height:fit-content;
      min-width:180px;
      background:var(--success-12);
      border-color:#0eb29e63;
      border-style:solid;
      border-width:1px;
      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);
    }

    .so-tabs\:root {
      width:100%;
      height:100%;
      display:flex;
      row-gap:0rem;
      position:relative;
      column-gap:0rem;
      align-items:flex-start;
      flex-direction:row;
      justify-content:space-between;
    }

    @media (max-width: 700px) {

    .so-tabs\:root {
      width:100%;
      height:100%;
      flex-direction:column;
    }
    }

    .fraVbz {
      flex:1;
      width:100%;
      height:10%;
      display:flex;
      align-items:flex-end;
      flex-direction:row;
      justify-content:space-between;
    }

    @media (max-width: 700px) {

    .fraVbz {
      height:5rem;
      display:none;
    }
    }

    .BQDjF {
      flex:1;
      height:100%;
      display:flex;
      row-gap:0rem;
      column-gap:0rem;
      align-items:flex-start;
      flex-direction:column;
      justify-content:space-between;
    }

    .dLKVSs {
      width:100%;
      display:flex;
      align-items:center;
      padding-bottom:1rem;
      justify-content:flex-start;
    }

    .cQaIdF {
      width:100%;
      height:90%;
      padding-bottom:1.25rem;
    }

    .cxJHK {
      flex-direction:row;
    }

    .cxJHK.orientation-vertical {
      flex-direction:column;
    }

    .so-tabs\:fuK3wvU95IoKasUkShFDI {
      gap:0.5rem;
      width:100%;
      display:flex;
      align-items:center;
      padding-top:0rem;
      padding-left:0rem;
      flex-direction:column;
      padding-bottom:0rem;
      justify-content:space-between;
    }

    .dhWJmC {
      width:100%;
      display:flex;
      row-gap:0.5rem;
      column-gap:0.5rem;
      flex-direction:column;
    }

    @media (max-width: 700px) {

    .dhWJmC {
      height:fit-content;
      display:flex;
      align-items:flex-start;
      flex-direction:column;
      justify-content:flex-start;
    }
    }

    .cHjVZt {
      width:fit-content;
      display:flex;
      row-gap:0.25rem;
      background:#fd540026;
      column-gap:0.25rem;
      text-align:left;
      align-items:center;
      padding-top:0.5rem;
      padding-left:0.5rem;
      padding-right:0.5rem;
      flex-direction:row;
      padding-bottom:0.5rem;
      justify-content:center;
      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);
    }

    @media (max-width: 700px) {

    .cHjVZt {
      width:100%;
      display:flex;
      align-items:center;
      padding-top:1rem;
      padding-left:1rem;
      padding-right:1rem;
      flex-direction:column;
      padding-bottom:1rem;
      justify-content:center;
      border-top-left-radius:2.25rem;
      border-top-right-radius:2.25rem;
      border-bottom-left-radius:2.25rem;
      border-bottom-right-radius:2.25rem;
    }
    }

    .login-modal\:kXd_7PVvWH9FL_75oOhke {
      width:100%;
      display:flex;
      align-items:center;
      flex-direction:column;
      justify-content:flex-start;
    }

    .login-modal\:lvl1ntD2TuaAKrvAyTxEz {
      color:var(--critical-7);
      height:fit-content;
      min-width:180px;
      background:var(--critical-12);
      border-color:#ff949d36;
      border-style:solid;
      border-width:1px;
      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);
    }

    .login-modal\:mHFT50Krdlp_sfwTPEYnW {
      width:100%;
      font-size:1rem;
      transition:all 0.3s ease;
      font-weight:var(--normal);
    }

    .login-modal\:mHFT50Krdlp_sfwTPEYnW:hover {
      color:var(--brand-9);
      transform:translateY(-1px);
      background:transparent;
    }

    .login-modal\:n5xMAA1hOOxVlhlG2KuHs {
      color:var(--neutral-8);
      text-align:center;
      line-height:1.6;
    }

    .login-modal\:nZUIgUArqca-Ik3vQRo3N {
      width:100%;
      font-size:1rem;
      transition:all 0.3s ease;
      font-weight:var(--normal);
    }

    .login-modal\:nZUIgUArqca-Ik3vQRo3N:hover {
      color:var(--brand-9);
      transform:translateY(-1px);
      background:transparent;
    }

    .login-modal\:r0Nf-7_kg13yL3iFatF6G {
      flex:1;
      color:[object Object];
      padding:0.75rem 1.5rem;
      background:[object Object];
      box-shadow:[object Object];
      transition:all 0.3s ease;
      border-radius:var(--rounding-lg);
    }

    .login-modal\:r0Nf-7_kg13yL3iFatF6G:hover {
      transform:translateY(-2px);
      background:var(--neutral-4);
      box-shadow:var(--shadow-sm);
    }

    .login-modal\:raT9ixYxfkLiEGzITAITF {
      font-size:0.95rem;
    }

    .login-modal\:s7pJB9ix4CYPFQpIYiPgP {
      color:var(--neutral-9);
      font-weight:var(--normal);
      padding-bottom:0.75rem;
    }

    .login-modal\:sOCLmCn7x8RIQiSIEc_FJ {
      color:var(--neutral-8);
      text-align:center;
      line-height:1.6;
    }

    .login-modal\:tZtUrMssF0gTRa2CDvcry {
      color:var(--neutral-8);
      text-align:center;
      line-height:1.6;
    }

    .login-modal\:tczLjBzrvJ7Yf_LbhEDnk {
      font-size:0.95rem;
    }

    .login-modal\:txssdh5hjbugeKBs6zSLf {
      width:100%;
      height:3rem;
      transition:all 0.3s ease;
    }

    .login-modal\:u2cB5jMs1CB95H3TNvFvc {
      color:var(--neutral-8);
      text-align:center;
      line-height:1.6;
    }

    .login-modal\:wPJP28kwF1oIFzO-Z33T3 {
      display:flex;
      align-items:center;
      justify-content:center;
    }

    .bnknLH {
      width:var(--size);
      box-sizing:border-box;
    }

    .BEFTq {
      box-sizing:border-box;
    }

    .login-modal\:xwutZJUmmdizjXg4ArWdQ {
      width:1rem;
    }

    .login-modal\:zWCZDbUUTqfI0Rz4hHlnC {
      width:100%;
      height:3rem;
      transition:all 0.3s ease;
    }

    .login-modal\:zuLS9D8bg2oVYi0lQLmTk {
      flex:1;
      color:[object Object];
      padding:0.75rem 1.5rem;
      background:[object Object];
      box-shadow:[object Object];
      transition:all 0.3s ease;
      border-radius:var(--rounding-lg);
    }

    .login-modal\:zuLS9D8bg2oVYi0lQLmTk:hover {
      transform:translateY(-2px);
      background:var(--neutral-4);
      box-shadow:var(--shadow-sm);
    }

    .prodperks_navigation\:7t-Z0J52RdbugxLdyJlum {
      display:none;
    }

    .eQVkY {
      display:flex;
      row-gap:0.5rem;
      column-gap:0.5rem;
      padding-left:0rem;
      padding-right:0rem;
      flex-direction:row;
    }

    @media (max-width: 800px) {

    .eQVkY {
      display:none;
    }
    }

    @media (max-width: 940px) {

    .eQVkY {
      display:none;
    }
    }

    @media (max-width: 1420px) {

    .eQVkY {
      display:none;
    }
    }

    .zQIEM {
      flex:1;
      align-items:center;
      justify-content:center;
    }

    .prodperks_navigation\:FNaR5GSI3sYZ8fboWKeZj {
      color:var(--neutral-12, #EEEEF0);
      width:100%;
      height:var(--interactive-height-sm);
      font-size:var(--text-md);
      transition:background-color 200ms ease 0ms normal;
      align-items:center;
      font-family:'Outfit';
      font-weight:var(--normal);
      padding-left:0.75rem;
      border-radius:var(--rounding-md);
      outline-color:transparent;
      outline-style:solid;
      outline-width:0px;
      padding-right:0.75rem;
      flex-direction:row;
      justify-content:space-between;
    }

    .prodperks_navigation\:FNaR5GSI3sYZ8fboWKeZj:hover {
      color:var(--rich_orange);
      background:#fe986621;
    }

    .prodperks_navigation\:FNaR5GSI3sYZ8fboWKeZj:active {
      color:white;
      transform:scale(0.98);
      background:var(--rich_orange);
    }

    .bvIwcU {
      display:flex;
      row-gap:0.5rem;
      column-gap:0.5rem;
      align-items:center;
      flex-direction:row;
      justify-content:center;
    }

    .dYElHa {
      width:var(--width);
      height:var(--height);
      position:fixed;
      pointer-events:none;
    }

    .dYElHa.modal {
      pointer-events:all;
    }

    .cZSVhG {
      top:0px;
      width:100%;
      display:flex;
      z-index:100;
      position:var(--position);
      max-width:100%;
      background:var(--neutral-3);
      align-items:center;
      padding-top:0rem;
      padding-left:0%;
      padding-right:5%;
      flex-direction:row;
      padding-bottom:0rem;
      justify-content:center;
    }

    @media (max-width: 480px) {

    .cZSVhG {
      width:100%;
      align-items:center;
      justify-content:space-between;
    }
    }

    .prodperks_navigation\:LA-7uwJxmIeyEaeDmO0k_ {
      color:var(--rich_orange);
      font-size:1rem;
      padding-left:0.75rem;
      padding-right:0.75rem;
    }

    .prodperks_navigation\:LtEQPvuSr3Deyw2ykAYsj {
      max-width:40rem;
      background:white;
    }

    .dfDqVR {
      cursor:default;
    }

    .so-dropdown-item\:root {
      color:var(--neutral-12, #EEEEF0);
      width:100%;
      height:var(--interactive-height-sm);
      font-size:var(--text-md);
      transition:background-color 200ms ease 0ms normal;
      align-items:center;
      font-family:'Outfit';
      font-weight:var(--normal);
      padding-left:0.75rem;
      border-radius:var(--rounding-md);
      outline-color:transparent;
      outline-style:solid;
      outline-width:0px;
      padding-right:0.75rem;
      flex-direction:row;
      justify-content:space-between;
    }

    .so-dropdown-item\:root:active {
      background-color:var(--brand-4, #33255B);
    }

    .so-dropdown-item\:root.open {
      background-color:var(--brand-4, #33255B);
    }

    .so-dropdown-item\:root.disabled {
      color:var(--neutral-9, #6F6D78);
      background-color:transparent;
    }

    .so-dropdown-item\:root:hover {
      background:var(--shade-light);
    }

    .bjimQW {
      gap:0.125rem;
      align-items:center;
      padding-left:0.5rem;
      flex-direction:row;
      justify-content:start;
    }

    .eCZsLN {
      color:var(--neutral-9, #6F6D78);
      width:0.75rem;
      height:0.75rem;
    }

    .menu-item-shortcut\:da0isZECMw2nPVNetqsW7 {
      color:var(--neutral-9, #6F6D78);
    }

    .menu-item-shortcut\:hYeSqaU23-tX-qUiIlZCq {
      color:var(--neutral-9, #6F6D78);
    }

    .prodperks_navigation\:NH89AVcrUXGuMhXIfJS5V {
      cursor:pointer;
      transition:all 0.2s ease;
    }

    .prodperks_navigation\:NH89AVcrUXGuMhXIfJS5V:hover {
      color:var(--rich_orange);
      background:#fe986621;
    }

    .prodperks_navigation\:NH89AVcrUXGuMhXIfJS5V:active {
      color:white;
      transform:scale(0.98);
      background:var(--rich_orange);
    }

    .dbhzSC {
      width:100%;
      display:flex;
      widthflex:1;
      align-items:center;
      flex-direction:row;
      justify-content:flex-start;
    }

    @media (max-width: 480px) {

    .dbhzSC {
      width:min-content;
    }
    }

    .prodperks_navigation\:VZF8ak_E5SWOO2WuWfZEh {
      cursor:pointer;
      transition:all 0.2s ease;
    }

    .prodperks_navigation\:VZF8ak_E5SWOO2WuWfZEh:hover {
      color:var(--rich_orange);
      background:#fe986621;
    }

    .prodperks_navigation\:VZF8ak_E5SWOO2WuWfZEh:active {
      color:white;
      transform:scale(0.98);
      background:var(--rich_orange);
    }

    .okhiJ {
      color:inherit;
      width:100%;
      margin:-1rem;
      display:block;
      padding:1rem;
      font-size:inherit;
      max-height:85vh;
      overflow-y:auto;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
      pointer-events:auto;
      overscroll-behavior:contain;
    }

    .so-alert-dialog-content\:root {
      width:100%;
      opacity:0;
      max-width:460px;
      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);
    }

    .so-alert-dialog-content\:root.open {
      opacity:1;
      translate:0 0px;
    }

    .so-alert-dialog-content\:root.open-transition {
      transition:all 320ms ease 0ms normal;
    }

    .so-alert-dialog-content\:root.close-transition {
      transition:all 200ms ease 0ms normal;
    }

    .activate-prodperks-modal\:5NTfI5Moe56kawc0mGdts {
      zoom:0.8;
      width:100%;
      height:auto;
      position:relative;
      max-width:1500px;
      background:url("/cdn-cgi/imagedelivery/ZIty0Vhmkm0nD-fBKJrTZQ/prodperks:Background-pattern-clipped(1).png/full") scroll border-box padding-box no-repeat no-repeat 0% 0% / cover;
      max-height:90vh;
      overflow-y:auto;
      padding-bottom:2rem;
    }

    @media (max-width: 1000px) {

    .activate-prodperks-modal\:5NTfI5Moe56kawc0mGdts {
      height:100%;
      max-height:80vh;
      overflow-x:hidden;
      overflow-y:scroll;
    }
    }

    .activate-prodperks-modal\:Fpmz72WQuZ1-mEbib5VgB {
      font-size:1rem;
    }

    .alert-dialog-close-button\:HrjEXBWv9kXQczbcoUIGF {
      width:var(--line-height-2xl);
      height:var(--line-height-2xl);
    }

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

    .activate-prodperks-modal\:Y5Rm5ZVruw-md196-WzHu {
      color:#ffffff;
      border:none;
      cursor:pointer;
      height:min-content;
      display:inline-block;
      padding:1rem 3rem;
      font-size:1.5rem;
      background:#000000;
      transition:transform 0.2s ease, background 0.2s ease;
      flex-shrink:1;
      font-family:"Outfit", sans-serif;
      font-weight:700;
      border-radius:9999px;
      flex-direction:row;
    }

    .activate-prodperks-modal\:Y5Rm5ZVruw-md196-WzHu:hover {
      transform:scale(1.05);
      background:#1a1a1a;
    }

    .activate-prodperks-modal\:Y5Rm5ZVruw-md196-WzHu:active {
      transform:scale(0.98);
    }

    .fnwUOH {
      height:auto;
      padding-top:0rem;
      padding-bottom:0rem;
    }

    .chPnnU {
      color:#FF6B00;
      margin:0 0 4rem 0;
      display:block;
      z-index:1;
      font-size:3rem;
      text-align:center;
      flex-shrink:1;
      font-family:"Outfit", sans-serif;
      font-weight:800;
      line-height:1.1;
      flex-direction:row;
    }

    @media (max-width: 768px) {

    .chPnnU {
      font-size:2.25rem;
      margin-bottom:2rem;
    }
    }

    .dLvTuf {
      flex:none;
      color:inherit;
      width:100%;
      display:flex;
      flexflex:none;
      overflow:hidden;
      font-size:inherit;
      max-width:340px;
      min-width:300px;
      background:#F2F2F2;
      box-shadow:0 40px 80px -12px rgba(0, 0, 0, 0.35);
      font-family:inherit;
      font-weight:inherit;
      border-radius:2.5rem;
      flex-direction:column;
    }

    @media (max-width: 800px) {

    .dLvTuf {
      height:min-content;
      flex-grow:1;
      flex-basis:0%;
      flex-shrink:0;
    }
    }

    .coPEqT {
      gap:2rem;
      flex:1;
      color:inherit;
      display:flex;
      padding:2.5rem 2rem;
      font-size:inherit;
      text-align:center;
      align-items:center;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:column;
    }

    .ftfxom {
      flex:none;
      color:inherit;
      width:100%;
      display:flex;
      flexflex:none;
      overflow:hidden;
      font-size:inherit;
      max-width:340px;
      min-width:300px;
      background:#F2F2F2;
      box-shadow:0 40px 80px -12px rgba(0, 0, 0, 0.35);
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      border-radius:2.5rem;
      flex-direction:column;
    }

    .fdCcpn {
      flex:none;
      color:inherit;
      width:100%;
      display:flex;
      flexflex:none;
      overflow:hidden;
      font-size:inherit;
      max-width:340px;
      min-width:300px;
      background:#EBEBEB;
      box-shadow:0 40px 80px -12px rgba(0, 0, 0, 0.35);
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      border-radius:2.5rem;
      flex-direction:column;
    }

    .dLnwrL {
      color:inherit;
      margin:0px;
      display:block;
      font-size:inherit;
      flex-shrink:1;
      font-family:inherit;
      font-weight:400;
      flex-direction:row;
    }

    .bPkQda {
      color:inherit;
      margin:1rem 0 0 0;
      display:block;
      font-size:3rem;
      flex-shrink:1;
      font-family:"Outfit", sans-serif;
      font-weight:800;
      line-height:1;
      flex-direction:row;
    }

    .ekZKYR {
      color:inherit;
      margin:0px;
      display:block;
      font-size:2rem;
      flex-shrink:1;
      font-family:"Outfit", sans-serif;
      font-weight:800;
      flex-direction:row;
    }

    .ZxPiU {
      color:inherit;
      margin:1rem 0 0 0;
      display:block;
      font-size:2rem;
      flex-shrink:1;
      font-family:"Outfit", sans-serif;
      font-weight:800;
      line-height:1.1;
      flex-direction:row;
    }

    .ftGoBl {
      color:#FF6B00;
      margin:0.5rem 0;
      display:flex;
      font-size:1.75rem;
      flex-shrink:1;
      font-family:"Outfit", sans-serif;
      font-weight:800;
      line-height:1.1;
      flex-direction:column;
    }

    .bVzKdJ {
      color:white;
      width:100%;
      border:none;
      cursor:pointer;
      display:inline-block;
      padding:1.25rem;
      font-size:1.1rem;
      background:#4F627A;
      margin-top:auto;
      transition:all 0.2s;
      flex-shrink:1;
      font-family:"Outfit", sans-serif;
      font-weight:800;
      border-radius:2.5rem;
      flex-direction:row;
    }

    .bVzKdJ:hover {
      transform:translateY(-2px);
      box-shadow:0 5px 15px rgba(0, 0, 0, 0.2);
    }

    .bKdxpm {
      color:inherit;
      margin:0px;
      display:block;
      font-size:0.95rem;
      max-width:180px;
      flex-shrink:1;
      font-family:"Outfit";
      font-weight:700;
      line-height:1.2;
      flex-direction:row;
    }

    .LKECH {
      gap:0.25rem;
      color:white;
      height:220px;
      display:flex;
      padding:2.5rem 1.5rem;
      font-size:inherit;
      background:#4F627A;
      text-align:center;
      align-items:center;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:column;
      justify-content:center;
    }

    .ckocnL {
      color:white;
      width:100%;
      border:none;
      cursor:pointer;
      display:inline-block;
      padding:1.25rem;
      font-size:1.1rem;
      background:#000;
      margin-top:auto;
      transition:all 0.2s;
      flex-shrink:1;
      font-family:"Outfit", sans-serif;
      font-weight:800;
      border-radius:2.5rem;
      flex-direction:row;
    }

    .ckocnL:hover {
      transform:translateY(-2px);
      box-shadow:0 5px 15px rgba(0, 0, 0, 0.4);
    }

    .ehjdVq {
      color:inherit;
      margin:0px;
      display:block;
      font-size:1.1rem;
      flex-shrink:1;
      font-family:"Outfit";
      font-weight:800;
      flex-direction:row;
    }

    .bDrfGl {
      gap:0.25rem;
      color:white;
      height:220px;
      display:flex;
      padding:2.5rem 1.5rem;
      font-size:inherit;
      background:#FF6B00;
      text-align:center;
      align-items:center;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:column;
      justify-content:center;
    }

    .bUnsno {
      color:white;
      width:100%;
      border:none;
      cursor:pointer;
      display:inline-block;
      padding:1.25rem;
      font-size:1.1rem;
      background:#FF6B00;
      margin-top:auto;
      transition:all 0.2s;
      flex-shrink:1;
      font-family:"Outfit", sans-serif;
      font-weight:800;
      border-radius:2.5rem;
      flex-direction:row;
    }

    .bUnsno:hover {
      transform:translateY(-2px);
      box-shadow:0 5px 15px rgba(255, 107, 0, 0.3);
    }

    .EbOzB {
      gap:0.25rem;
      color:#000;
      height:220px;
      display:flex;
      padding:2.5rem 1.5rem;
      font-size:inherit;
      background:#F2F2F2;
      text-align:center;
      align-items:center;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:column;
      justify-content:center;
    }

    .bCXXe {
      gap:2rem;
      color:inherit;
      width:100%;
      height:auto;
      display:flex;
      z-index:1;
      flex-wrap:wrap;
      font-size:inherit;
      align-items:stretch;
      font-family:inherit;
      font-weight:inherit;
      padding-top:2rem;
      padding-left:0px;
      align-content:flex-start;
      padding-right:0px;
      flex-direction:row;
      padding-bottom:2rem;
      justify-content:center;
      justify-contentflex-direction:row;
    }

    .dJxqeM {
      color:inherit;
      margin:0px;
      display:block;
      opacity:0.9;
      font-size:1rem;
      font-style:italic;
      flex-shrink:1;
      font-family:"Outfit";
      font-weight:400;
      flex-direction:row;
    }

    .kijni {
      color:inherit;
      margin:0px;
      display:block;
      opacity:0.7;
      font-size:1rem;
      font-style:italic;
      flex-shrink:1;
      font-family:"Outfit";
      font-weight:400;
      flex-direction:row;
    }

    .cdOluT {
      color:inherit;
      display:inline;
      font-size:inherit;
      flex-shrink:1;
      font-family:inherit;
      font-weight:800;
      flex-direction:row;
    }

    .bWYrBa {
      gap:1.5rem;
      color:#333;
      display:flex;
      font-size:1rem;
      flex-shrink:1;
      font-family:"Outfit", sans-serif;
      font-weight:inherit;
      line-height:1.5;
      flex-direction:column;
    }

    .so-alert-dialog\:root {
      color:inherit;
      display:block;
      z-index:50;
      font-size:inherit;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .so-alert-dialog\:hgM-vW18c02qQccWCaaaE {
      opacity:0;
      background-color:var(--overlay-inverted-a9, #000000b3);
    }

    .so-alert-dialog\:hgM-vW18c02qQccWCaaaE.open {
      opacity:1;
    }

    .so-alert-dialog\:hgM-vW18c02qQccWCaaaE.open-transition {
      transition:opacity 300ms ease 0ms normal;
    }

    .so-alert-dialog\:hgM-vW18c02qQccWCaaaE.close-transition {
      transition:opacity 300ms ease 0ms normal;
    }

    .so-alert-dialog\:wxsJR4Eob9xZxErqMz8wn {
      padding-top:1rem;
      padding-left:1rem;
      padding-right:1rem;
      padding-bottom:1rem;
    }

    .prodperks_navigation\:WhAA8DASXlLd-VivIDxdu {
      font-size:1rem;
      padding-left:0.75rem;
      padding-right:0.75rem;
    }

    .prodperks_navigation\:Wr9MLJf84dzViFtbe_mQG {
      font-size:1rem;
      padding-left:0.75rem;
      padding-right:0.75rem;
    }

    .eFQaJC {
      top:var(--top);
      left:var(--left);
      position:absolute;
      outline-color:transparent;
      outline-style:none;
      outline-width:0px;
      pointer-events:all;
      transform-origin:var(--transform-origin-x) var(--transform-origin-y);
    }

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

    .eFQaJC.hidden {
      visibility:hidden;
      pointer-events:none;
    }

    .eFQaJC.match-anchor-width {
      width:var(--sc-anchor-width);
    }

    .sparkcore\/sc-dropdown-content\:root:focus {
      outline:none;
    }

    .so-dropdown-content\:root {
      gap:0.25rem;
      opacity:0;
      min-width:200px;
      padding-top:0.5rem;
      border-color:var(--neutral-5, #323035);
      border-style:solid;
      border-width:var(--border-md);
      padding-left:0.5rem;
      border-radius:var(--rounding-lg);
      padding-right:0.5rem;
      padding-bottom:0.5rem;
      background-color:var(--neutral-0, #0b0a0b);
    }

    .so-dropdown-content\:root.open {
      opacity:1;
    }

    .so-dropdown-content\:root.open-transition {
      transition:opacity 200ms ease 0ms normal;
    }

    .prodperks_navigation\:YjG6uscwegL-wu_WhzVLg {
      color:white;
    }

    .prodperks_navigation\:Ynb-VtDApOKSFvxdID9sB {
      transition:all 0.2s ease;
    }

    .ehrSai {
      height:5rem;
    }

    .prodperks_navigation\:dXbkoK4zVHf1pYoNgYdlg {
      color:white;
      font-weight:var(--semi);
      letter-spacing:1px;
    }

    .prodperks_navigation\:lO4toTGAV-GC1It6XK5PO {
      font-size:1rem;
      padding-left:0.75rem;
      padding-right:0.75rem;
    }

    .prodperks_navigation\:mXR6KVwmwPL9UxdjjC18n {
      color:var(--rich_orange);
    }

    .ehRFAV {
      cursor:pointer;
    }

    .prodperks_navigation\:nD8_mq1liAs6L9Ziv_2Z9 {
      font-size:1rem;
      padding-left:0.75rem;
      padding-right:0.75rem;
    }

    .fsRxil {
      display:flex;
      align-items:center;
      padding-left:0.5rem;
      flex-direction:row;
      justify-content:flex-start;
    }

    .fvDiXa {
      color:white;
      width:100%;
      cursor:pointer;
      height:3rem;
      display:flex;
      row-gap:1rem;
      z-index:100;
      background:#1A1D21;
      column-gap:1rem;
      transition:all 300ms ease;
      align-items:center;
      flex-direction:row;
      justify-content:center;
    }

    .fvDiXa:hover {
      background:#000000;
    }

    .dNRnFX {
      color:inherit;
      display:flex;
      font-size:inherit;
      align-items:center;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      padding-top:6rem;
      padding-left:5%;
      padding-right:5%;
      flex-direction:column;
      padding-bottom:6rem;
      justify-content:center;
    }

    @media (max-width: 768px) {

    .dNRnFX {
      padding-top:4rem;
      padding-bottom:4rem;
    }
    }

    .Subscribe-Screen-Company\:gn-M9eiCzj4MfINTuv0PJ {
      right:-1rem;
      width:7rem;
      bottom:-2rem;
      rotate:0 0 1 -80deg;
      z-index:5;
      position:absolute;
    }

    .eaNxrl {
      color:inherit;
      display:inline;
      font-size:inherit;
      max-width:100%;
      max-height:100%;
      object-fit:cover;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .fyiQRj {
      color:inherit;
      cursor:pointer;
      height:100%;
      display:flex;
      overflow:hidden;
      font-size:inherit;
      background:white;
      box-shadow:0 4px 12px rgba(0, 0, 0, 0.05);
      transition:transform 0.2s ease;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      border-radius:12px;
      flex-direction:column;
    }

    .fyiQRj:hover {
      transform:translateY(-4px);
    }

    .eHrCPp {
      color:inherit;
      height:auto;
      display:flex;
      font-size:inherit;
      background:var(--bg);
      align-items:center;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
      justify-content:center;
    }

    .eFRtma {
      gap:8px;
      color:inherit;
      display:flex;
      padding:16px 20px;
      font-size:inherit;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:column;
    }

    .dZzfnm {
      color:#666;
      margin:0px;
      display:block;
      font-size:0.85rem;
      flex-shrink:1;
      font-family:"Outfit", sans-serif;
      font-weight:inherit;
      line-height:1.4;
      flex-direction:row;
    }

    .cIiLFC {
      color:#1a1a1a;
      margin:0px;
      display:block;
      font-size:1.1rem;
      flex-shrink:1;
      font-family:"Outfit", sans-serif;
      font-weight:700;
      flex-direction:row;
    }

    .LQkiu {
      gap:20px;
      color:inherit;
      width:100%;
      display:grid;
      font-size:inherit;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
      grid-template-columns:repeat(5, 1fr);
    }

    @media (max-width: 1100px) {

    .LQkiu {
      grid-template-columns:repeat(3, 1fr);
    }
    }

    @media (max-width: 768px) {

    .LQkiu {
      grid-template-columns:repeat(1, 1fr);
    }
    }

    .daqljg {
      color:inherit;
      width:100%;
      display:flex;
      padding:80px 5%;
      overflow:hidden;
      position:relative;
      font-size:inherit;
      align-items:center;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:column;
      justify-content:center;
    }

    .cKIXDp {
      color:inherit;
      display:flex;
      position:relative;
      font-size:inherit;
      margin-top:20px;
      align-items:center;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
      justify-content:center;
    }

    .ftskYh {
      gap:16px;
      color:inherit;
      display:flex;
      font-size:inherit;
      text-align:center;
      align-items:center;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:column;
      justify-content:center;
    }

    .ecKSDr {
      color:#1a1a1a;
      margin:0px;
      display:block;
      font-size:3.5rem;
      flex-shrink:1;
      font-family:"Outfit", sans-serif;
      font-weight:900;
      flex-direction:row;
      letter-spacing:-0.02em;
    }

    @media (max-width: 768px) {

    .ecKSDr {
      font-size:2.5rem;
    }
    }

    .cVzIdG {
      color:inherit;
      right:-40px;
      width:100px;
      bottom:-20px;
      display:block;
      position:absolute;
      font-size:inherit;
      transform:rotate(15deg);
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
      pointer-events:none;
    }

    @media (max-width: 768px) {

    .cVzIdG {
      right:-20px;
      width:60px;
    }
    }

    .crhsLI {
      top:0px;
      left:0px;
      right:0px;
      width:100%;
      bottom:0px;
      height:100%;
      opacity:0.5;
      z-index:-1;
      position:fixed;
    }

    .eFfQzG {
      top:0px;
      flex:0 1 0%;
      left:0px;
      right:0px;
      bottom:0px;
      position:absolute;
      object-fit:cover;
    }

    .SupplierDealsSection\:bgPattern {
      top:0px;
      left:0px;
      color:inherit;
      width:100%;
      height:100%;
      display:block;
      opacity:0.15;
      position:absolute;
      font-size:inherit;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
      pointer-events:none;
    }

    .eNFgqC {
      gap:40px;
      color:inherit;
      width:100%;
      display:flex;
      z-index:1;
      font-size:inherit;
      max-width:1400px;
      align-items:center;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:column;
      justify-content:center;
    }

    .QsQFg {
      color:#333;
      margin:0px;
      display:block;
      font-size:1.5rem;
      flex-shrink:1;
      font-family:"Outfit", sans-serif;
      font-weight:inherit;
      flex-direction:row;
    }

    @media (max-width: 768px) {

    .QsQFg {
      font-size:1.1rem;
    }
    }

    .ebNQin {
      color:white;
      border:none;
      cursor:pointer;
      display:inline-block;
      padding:18px 48px;
      font-size:1.8rem;
      background:#000000;
      transition:transform 0.2s ease, background 0.2s ease;
      flex-shrink:1;
      font-family:"Outfit", sans-serif;
      font-weight:700;
      border-radius:100px;
      flex-direction:row;
    }

    @media (max-width: 768px) {

    .ebNQin {
      padding:14px 32px;
      font-size:1.2rem;
    }
    }

    .ebNQin:hover {
      transform:scale(1.05);
      background:#333;
    }

    .SupplierDealsSection\:dJR2xW-a_RWmLPbE6nYkR {
      right:3rem;
      width:7rem;
      bottom:5rem;
      position:absolute;
    }

    .suTtZ {
      top:0px;
      left:0px;
      right:0px;
      width:100%;
      bottom:0px;
      height:100%;
      position:fixed;
    }

    .biezmH {
      width:100%;
      height:100%;
      object-fit:cover;
    }

    .ekvkUW {
      zoom:0.8;
      color:inherit;
      width:100%;
      display:block;
      padding:0px;
      position:relative;
      font-size:inherit;
      max-width:1500px;
      align-items:flex-start;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      padding-top:0rem;
      padding-left:0rem;
      padding-right:0rem;
      flex-direction:row;
      padding-bottom:0rem;
      justify-content:center;
    }

    .Subscribe-Screen-Company\:ta10lQPevURUr28Mir6RC {
      top:-3rem;
      right:0px;
      width:7rem;
      position:absolute;
    }

    .bZAjpL {
      color:inherit;
      width:100%;
      display:block;
      padding:4rem 0;
      overflow:hidden;
      position:relative;
      font-size:inherit;
      background:#fd5f0021;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .fidORC {
      top:50%;
      color:white;
      right:2rem;
      width:6rem;
      border:1px solid rgba(255, 255, 255, 0.3);
      cursor:pointer;
      height:6rem;
      display:flex;
      z-index:20;
      position:absolute;
      font-size:inherit;
      transform:translateY(-50%);
      background:rgba(0, 0, 0, 0.2);
      transition:all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
      align-items:center;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      border-radius:50%;
      flex-direction:row;
      backdrop-filter:blur(4px);
      justify-content:center;
    }

    @media (max-width: 768px) {

    .fidORC {
      right:1rem;
      width:4rem;
      height:4rem;
    }
    }

    .fidORC:hover {
      transform:translateY(-50%) scale(1.1);
      background:rgba(0, 0, 0, 0.5);
      border-color:white;
    }

    .bcDNNC {
      top:50%;
      left:2rem;
      color:white;
      width:6rem;
      border:1px solid rgba(255, 255, 255, 0.3);
      cursor:pointer;
      height:6rem;
      display:flex;
      z-index:20;
      position:absolute;
      font-size:inherit;
      transform:translateY(-50%);
      background:rgba(0, 0, 0, 0.2);
      transition:all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
      align-items:center;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      border-radius:50%;
      flex-direction:row;
      backdrop-filter:blur(4px);
      justify-content:center;
    }

    @media (max-width: 768px) {

    .bcDNNC {
      left:1rem;
      width:4rem;
      height:4rem;
    }
    }

    .bcDNNC:hover {
      transform:translateY(-50%) scale(1.1);
      background:rgba(0, 0, 0, 0.5);
      border-color:white;
    }

    .HeroSlider\:nextIcon {
      color:inherit;
      width:2.5rem;
      height:2.5rem;
      display:block;
      font-size:inherit;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .HeroSlider\:prevIcon {
      color:inherit;
      width:2.5rem;
      height:2.5rem;
      display:block;
      font-size:inherit;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .drqNpH {
      color:inherit;
      width:100%;
      height:100%;
      display:block;
      font-size:inherit;
      object-fit:cover;
      align-items:center;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
      justify-content:flex-end;
    }

    .fmFrDD {
      color:inherit;
      width:60vw;
      display:block;
      opacity:var(--opacity);
      overflow:hidden;
      position:relative;
      font-size:inherit;
      transform:scale(var(--scale));
      box-shadow:0 20px 40px rgba(0, 0, 0, 0.1);
      transition:transform 0.5s, opacity 0.5s;
      font-family:inherit;
      font-weight:inherit;
      aspect-ratio:16/9;
      border-radius:1.5rem;
      flex-direction:row;
      aspect-ratioaspect-ratio:16 / 9;
      aspect-ratioaspect-ratioaspect-ratio:16 / 9;
      aspect-ratioaspect-ratioaspect-ratioaspect-ratio:16 / 9;
    }

    .SSKks {
      color:inherit;
      display:flex;
      font-size:inherit;
      transform:translateX(var(--offset));
      column-gap:4vw;
      transition:transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .Subscribe-Screen-Company\:tbglsUkhHvMSeyFzpRbJz {
      width:100vw;
    }

    .JgNMg {
      display:flex;
      row-gap:1rem;
      position:relative;
      column-gap:1rem;
      align-items:center;
      justify-content:flex-start;
    }

    @media (max-width: 768px) {

    .JgNMg {
      text-align:center;
      align-items:center;
    }
    }