
  

  
  

  
  
  
  
    


@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: #fd5400;
--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;
    }
  }
}


    .dxeIHn {
      width:100%;
      display:flex;
      padding:80px 20px;
      background:#fdf7f2;
      align-items:center;
      font-family:"Outfit";
      flex-direction:column;
    }

    .bvaTdR {
      color:var(--rich_orange);
      margin:0px;
      font-size:2.5rem;
      font-weight:700;
    }

    .doHfye {
      color:var(--rich_orange);
      width:80px;
      height:80px;
      display:flex;
      font-size:2rem;
      background:white;
      box-shadow:0 4px 12px rgba(0, 0, 0, 0.05);
      align-items:center;
      font-weight:var(--semi);
      border-radius:50%;
      justify-content:center;
    }

    .tZimB {
      gap:16px;
      display:flex;
      text-align:center;
      flex-direction:column;
    }

    .ckhTmm {
      color:#666666;
      margin:0px;
      font-size:16px;
      line-height:1.5;
    }

    .dVAcaZ {
      gap:24px;
      flex:1;
      display:flex;
      max-width:300px;
      text-align:center;
      align-items:center;
      flex-direction:column;
    }

    .efJwPQ {
      color:#666666;
      margin:0px;
      font-size:18px;
    }

    .dNxfxA {
      gap:60px;
      width:100%;
      display:flex;
      max-width:1100px;
      align-items:center;
      flex-direction:column;
    }

    .fwLoXM {
      color:#1a1a1a;
      margin:0px;
      font-size:20px;
      font-weight:700;
    }

    .eDOjBg {
      gap:40px;
      width:100%;
      display:flex;
      z-index:2;
      flex-direction:row;
      justify-content:space-between;
    }

    @media (max-width: 768px) {

    .eDOjBg {
      align-items:center;
      flex-direction:column;
    }
    }

    .dQfajB {
      gap:12px;
      display:flex;
      flex-direction:column;
    }

    .exJsmY {
      width:100%;
      display:flex;
      position:relative;
      align-items:center;
      flex-direction:column;
    }

    .PYevW {
      top:40px;
      left:10%;
      right:10%;
      height:1px;
      z-index:1;
      position:absolute;
      background:#e0e0e0;
    }

    @media (max-width: 768px) {

    .PYevW {
      display:none;
    }
    }

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

    .Home\:cta-headline {
      color:#ffffff;
      animation:cta-fade-slide-up 1s ease-out 0.2s backwards;
      font-size:3.5rem;
      font-weight:var(--bold);
      line-height:1.2;
    }

    @media (max-width: 768px) {

    .Home\:cta-headline {
      font-size:2rem;
    }
    }

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

    .Home\:cta-description {
      color:#ffffffd9;
      animation:cta-fade-slide-up 1s ease-out 0.5s backwards;
      font-size:1.5rem;
      line-height:1.6;
    }

    @media (max-width: 768px) {

    .Home\:cta-description {
      font-size:1.1rem;
    }
    }

    .darGIL {
      display:flex;
      row-gap:2rem;
      z-index:10;
      max-width:900px;
      column-gap:2rem;
      text-align:left;
      align-items:flex-start;
      flex-direction:column;
      justify-content:center;
    }

    .boXTpW {
      width:8px;
      cursor:pointer;
      height:8px;
      background:#e0e0e0;
      transition:all 0.3s;
      border-radius:50%;
    }

    .boXTpW.active {
      width:24px;
      background:#e65100;
      border-radius:100px;
    }

    .dyfoFx {
      gap:2.5rem;
      width:100%;
      display:flex;
      background:#ffffff;
      text-align:center;
      align-items:center;
      flex-direction:column;
      gappadding:6rem 1rem;
      padding-top:6rem;
      padding-bottom:6rem;
      padding-right:2rem;
      padding-left:2rem;
    }

    @media (max-width: 768px) {

    .dyfoFx {
      padding:4rem 1.5rem;
      gap:2rem;
    }
    }

    .faSmUb {
      gap:2rem;
      width:100%;
      display:flex;
      opacity:var(--opacity);
      grid-area:1 / 1;
      transform:translateX(var(--translate));
      transition:all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
      align-items:center;
      flex-direction:column;
      pointer-events:none;
      justify-content:center;
    }

    .faSmUb.active {
      pointer-events:auto;
    }

    .fbFLVZ {
      color:#e65100;
      width:48px;
      height:48px;
      display:flex;
      font-size:14px;
      background:#fff3e0;
      align-items:center;
      font-family:"Outfit";
      font-weight:700;
      border-radius:50%;
      justify-content:center;
    }

    .emKVsu {
      color:#333;
      width:44px;
      border:1px solid #eeeeee;
      cursor:pointer;
      height:44px;
      display:flex;
      background:white;
      transition:all 0.2s;
      align-items:center;
      border-radius:50%;
      justify-content:center;
      heightwidth:44px;
    }

    .emKVsu:hover {
      background:#f5f5f5;
      border-color:#e0e0e0;
    }

    @media (max-width: 480px) {

    .emKVsu {
      width:40px;
      height:40px;
    }
    }

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

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

    .TestimonialCarousel\:nextIcon {
      width:1rem;
    }

    .TestimonialCarousel\:prevIcon {
      width:1rem;
    }

    .HqpoE {
      color:#ffccbc;
      height:40px;
      display:flex;
      font-size:8rem;
      align-items:center;
      line-height:1;
      justify-content:center;
      font-family:"Lora";
      heightfont-size:8rem;
    }

    @media (max-width: 768px) {

    .HqpoE {
      font-size:6rem;
      height:30px;
    }
    }

    .fbwxtO {
      gap:1rem;
      display:flex;
      text-align:left;
      align-items:center;
      flex-direction:row;
      text-alignflex-direction:row;
    }

    @media (max-width: 480px) {

    .fbwxtO {
      flex-direction:column;
      text-align:center;
    }
    }

    .bvBoFe {
      color:#1a1a1a;
      font-size:16px;
      font-family:"Outfit";
      font-weight:700;
    }

    .cltOXj {
      color:#666666;
      font-size:14px;
      font-family:"Outfit";
    }

    .bLukMh {
      gap:0.5rem;
      margin:0 1rem;
      display:flex;
      align-items:center;
      flex-direction:row;
    }

    .eIzxei {
      color:#1a1a1a;
      margin:0px;
      font-size:28px;
      max-width:700px;
      font-style:italic;
      font-family:"Lora";
      line-height:1.4;
      font-sizefont-size:28px;
    }

    @media (max-width: 768px) {

    .eIzxei {
      font-size:20px;
    }
    }

    .dYrrJE {
      display:flex;
      flex-direction:column;
      flex-directiondisplay:flex;
    }

    @media (max-width: 480px) {

    .dYrrJE {
      align-items:center;
    }
    }

    .dfJZXW {
      width:100%;
      display:grid;
      max-width:800px;
      padding-left:2rem;
      padding-right:2rem;
    }

    .cRDoyn {
      gap:2rem;
      display:flex;
      align-items:center;
      flex-direction:row;
      gapgap:2rem;
    }

    @media (max-width: 480px) {

    .cRDoyn {
      gap:1rem;
    }
    }

    .Home\:testimonial-carousel {
      background:#fff8f4;
    }

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

    .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-alert-dialog\:1t53tZAvghsv3kYzBxrQN {
      padding-top:1rem;
      padding-left:1rem;
      padding-right:1rem;
      padding-bottom:1rem;
    }

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

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

    .so-alert-dialog\:HGRKw2lYh94-IUtMj-2k5.open {
      opacity:1;
    }

    .so-alert-dialog\:HGRKw2lYh94-IUtMj-2k5.open-transition {
      transition:opacity 300ms ease 0ms normal;
    }

    .so-alert-dialog\:HGRKw2lYh94-IUtMj-2k5.close-transition {
      transition:opacity 300ms ease 0ms normal;
    }

    .dXsVnB {
      flex:1;
      width:100%;
      display:flex;
      row-gap:1.5rem;
      z-index:2;
      flex-wrap:wrap;
      column-gap:1.5rem;
      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);
    }

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

    .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:20rem;
      border-top-right-radius:20rem;
      border-bottom-left-radius:20rem;
      border-bottom-right-radius:20rem;
      -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 {
      background-color:var(--overlay-a3, #ffffff26);
    }

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

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

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

    .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:20rem;
      border-top-right-radius:20rem;
      border-bottom-left-radius:20rem;
      border-bottom-right-radius:20rem;
      -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.trigger-open {
      background-color:var(--neutral-2, #1A191B);
    }

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

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

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

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

    .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:20rem;
      border-top-right-radius:20rem;
      border-bottom-left-radius:20rem;
      border-bottom-right-radius:20rem;
      -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;
    }

    .dApaGJ {
      height:100%;
    }

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

    .bbOIkZ {
      position:relative;
      flex-grow:1;
      background:#ffffff;
      flex-basis:1px;
      overflow-x:hidden;
      overflow-y:hidden;
      transition:all 300ms ease;
      flex-shrink:1;
      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);
    }

    .bbOIkZ:hover {
      background:var(--neutral-4);
    }

    .berPcB {
      width:100%;
      height:15rem;
    }

    .HNVRB {
      flex:1;
      width:100%;
      height:100%;
      display:flex;
      align-items:flex-start;
      padding-top:1.5rem;
      padding-left:1.5rem;
      padding-right:1.5rem;
      flex-direction:column;
      padding-bottom:1.5rem;
      justify-content:space-between;
    }

    .bNrWSk {
      flex:1;
      width:100%;
      height:100%;
      display:flex;
      row-gap:0.5rem;
      column-gap:0.5rem;
      align-items:flex-end;
      padding-top:1.5rem;
      padding-left:0rem;
      padding-right:0rem;
      flex-direction:row;
      justify-content:flex-start;
    }

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

    .card-button\:agv77MHsW04D8DFr8z0tR {
      font-size:1.2rem;
      font-weight:var(--normal);
      padding-bottom:0.25rem;
    }

    .eMyxwY {
      width:100%;
      height:100%;
      display:flex;
      row-gap:0px;
      column-gap:0px;
      text-align:left;
      align-items:flex-start;
      flex-direction:column;
      justify-content:space-between;
    }

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

    .card-button\:zJK3ZSbqDsDdcT6YuiLW4 {
      font-size:1.8rem;
      padding-bottom:0.25rem;
    }

    .join-prodperks-plans\:V5BaKDYGOSk54_KuB8cEQ {
      transform:[object Object];
    }

    .join-prodperks-plans\:gCMJT90Xvi_qff5Hux-zc {
      transform:[object Object];
    }

    .join-prodperks-plans\:x58LiqyCsmgPJMg5L_NA2 {
      transform:[object Object];
    }

    .Activate-ProdPerks-CTA\:VFHrtg6cLTuV3kum5l-FF {
      width:80vw;
      max-width:none;
      background:var(--neutral-5);
      padding-top:1.5rem;
      padding-left:1.5rem;
      padding-right:1.5rem;
      padding-bottom:1.5rem;
    }

    .Activate-ProdPerks-CTA\:x7Lo_5AzKcygvDbToAIcB {
      color:var(--button-color);
      animation:cta-fade-slide-up 1s ease-out 0.8s backwards,cta-pulse 2s ease-in-out 2s infinite;
      font-size:1.25rem;
      background:var(--button-bg);
      box-shadow:0 10px 25px -5px rgba(0,0,0,0.3);
      transition:transform 0.3s ease,box-shadow 0.3s ease;
      font-weight:var(--semi);
      padding-top:1.75rem;
      padding-left:3rem;
      padding-right:3rem;
      padding-bottom:1.75rem;
      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);
    }

    .Activate-ProdPerks-CTA\:x7Lo_5AzKcygvDbToAIcB:hover {
      transform:scale(1.05);
      background:#ededed;
      box-shadow:0 15px 35px -5px rgba(0,0,0,0.4);
    }

    @keyframes cta-pulse {
        0% {
          box-shadow: 0 10px 25px -5px rgba(0,0,0,0.3),0 0 0 0 rgba(255,255,255,0.7);
        }

        50% {
          box-shadow: 0 10px 25px -5px rgba(0,0,0,0.3),0 0 0 15px rgba(255,255,255,0);
        }

        100% {
          box-shadow: 0 10px 25px -5px rgba(0,0,0,0.3),0 0 0 0 rgba(255,255,255,0);
        }
    }


    @keyframes cta-fade-slide-up {
        0% {
          opacity: 0;
        }

        0% {
          transform: translateY(30px);
        }

        100% {
          opacity: 1;
        }

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

    .dFFPfq.orange-variant-hover:hover {
      --button-bg:#e04800;
    }

    .SYRmJ {
      width:4rem;
      cursor:pointer;
      height:4rem;
      display:flex;
      background:#ffffff;
      box-shadow:0px 2px 4px 0px #00000020;
      align-items:center;
      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);
    }

    .bkPpuh {
      top:0px;
      left:0px;
      right:0px;
      width:100%;
      bottom:0px;
      display:flex;
      z-index:2;
      position:absolute;
      align-items:flex-end;
      justify-content:flex-end;
    }

    .bqSzRe {
      width:30rem;
      animation:cta-image-swing-in 0.6s ease-out 0.7s backwards;
    }

    @media (max-width: 768px) {

    .bqSzRe {
      display:none;
    }
    }

    @keyframes cta-image-swing-in {
        0% {
          opacity: 0;
        }

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

        70% {
          opacity: 1;
        }

        85% {
          transform: translateX(-5%);
        }

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

    .bCLNVG {
      width:100%;
      display:flex;
      align-items:center;
      padding-top:4rem;
      padding-bottom:0rem;
      justify-content:flex-start;
    }

    .Home\:H_6IIpEqp4m_poUCqoNeH {
      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) {

    .Home\:H_6IIpEqp4m_poUCqoNeH {
      font-size:2.5rem;
    }
    }

    .Nvopw {
      top:0px;
      left:0px;
      right:0px;
      bottom:0px;
      display:flex;
      opacity:0.85;
      row-gap:0.5rem;
      position:relative;
      column-gap:0.5rem;
      align-items:flex-start;
      padding-top:2rem;
      padding-left:2rem;
      padding-right:2rem;
      flex-direction:row;
      padding-bottom:2rem;
      justify-content:flex-end;
    }

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

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

    @media (max-width: 768px) {

    .eVwUX {
      display:none;
    }
    }

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

    .bQPytA {
      display:flex;
      row-gap:1rem;
      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);
        }
    }

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

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

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

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

    .so-checkbox-group-description\:root {
      width:fit-content;
      word-break:normal;
    }

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

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

    .cCYXsI {
      width:100%;
    }

    .duUcOH {
      display:flex;
      row-gap:1rem;
      column-gap:1rem;
      align-items:stretch;
      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;
    }

    .cQVHQo {
      padding-top:1rem;
      padding-bottom:1rem;
    }

    .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;
      padding-bottom:0px;
    }

    @media (min-width: 700px) {

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

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

    .dhhmAN {
      gap:0.25rem;
      flex-direction:var(--flex-direction);
    }

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

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

    .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\:KHhR-Ymaqu6vN0BmKjxGr {
      text-align:center;
      padding-bottom:0.5rem;
    }

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

    .beLMES {
      gap:0.5rem;
      width:100%;
      cursor:pointer;
      display:flex;
      padding-top:0px;
      border-color:black;
      border-style:solid;
      border-width:0px;
      padding-left:0px;
      padding-right:0px;
      flex-direction:row;
      padding-bottom:0px;
      background-color:transparent;
    }

    .rltzo {
      flex:1;
    }

    .egkcwx {
      width:fit-content;
    }

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

    .so-checkbox\:root {
      cursor:pointer;
    }

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

    .so-checkbox\:bB2hBlpODhaKpli7ZCDA5 {
      color:var(--neutral-0, #0b0a0b);
      width:1rem;
      height:1rem;
      opacity:0;
      transition:opacity 100ms ease 0ms normal;
    }

    .so-checkbox\:bB2hBlpODhaKpli7ZCDA5.checked {
      opacity:1;
    }

    .so-checkbox\:bB2hBlpODhaKpli7ZCDA5.indeterminate {
      opacity:1;
    }

    .eUzFOF {
      align-items:center;
      justify-content:center;
    }

    .so-checkbox\:bBXPXZVlijG6_sQdFdAPL {
      width:var(--toggle-height-md);
      height:var(--toggle-height-md);
      transition:background-color 200ms ease 0ms normal;
      border-color:var(--neutral-6, #3C393F);
      border-style:solid;
      border-width:var(--border-md);
      border-radius:var(--rounding-md);
      outline-color:transparent;
      outline-style:solid;
      outline-width:var(--border-lg);
      outline-offset:var(--border-md);
      background-color:var(--neutral-0, #0b0a0b);
    }

    .so-checkbox\:bBXPXZVlijG6_sQdFdAPL.checked {
      border-color:var(--brand-11);
      border-style:solid;
      border-width:1px;
      background-color:var(--brand-10, #8a75dd);
    }

    .so-checkbox\:bBXPXZVlijG6_sQdFdAPL:hover {
      cursor:pointer;
      background-color:var(--neutral-2, #1A191B);
    }

    .so-checkbox\:bBXPXZVlijG6_sQdFdAPL.checked:hover {
      background-color:var(--brand-9, #755ed1);
    }

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

    .so-checkbox\:bBXPXZVlijG6_sQdFdAPL.indeterminate {
      background-color:var(--brand-10, #8a75dd);
    }

    .so-checkbox\:bBXPXZVlijG6_sQdFdAPL.indeterminate:hover {
      background-color:var(--brand-9, #755ed1);
    }

    .so-checkbox-group-item\:bMEboOm22zjbjiv0Ezanm {
      cursor:pointer;
    }

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

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

    .so-tabs-trigger-button\:OKLV6Rj5ycLXBc91SknzJ {
      gap:0.5rem;
      color:var(--rich_orange);
      width:fit-content;
      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);
    }

    .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\:S-iiRgB6WJUjRMqtwk1wP {
      width:100%;
      height:3rem;
      transition:all 0.3s ease;
    }

    .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\: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\:ei4FrEalyiqNG05moifNT {
      font-size:0.95rem;
    }

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

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

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

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

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

    @media (max-width: 700px) {

    .lIzli {
      flex:1;
      width:100%;
      height:100%;
      display:flex;
      position:absolute;
    }
    }

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

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

    @media (max-width: 700px) {

    .joNgv {
      height:100%;
    }
    }

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

    @media (max-width: 700px) {

    .so-tabs\:fuK3wvU95IoKasUkShFDI {
      width:100%;
      display:flex;
      row-gap:0px;
      column-gap:0px;
      align-items:flex-start;
      border-color:black;
      border-style:None;
      border-width:1px;
      padding-left:1.5rem;
      padding-right:1.5rem;
      justify-content:flex-start;
    }
    }

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

    .ZpUyV {
      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) {

    .ZpUyV {
      row-gap:0px;
      column-gap:0px;
      margin-top:0px;
      margin-left:0px;
      margin-right:0px;
      margin-bottom:0px;
    }
    }

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

    .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\:pxg9SzKjxHxwl9ty_AnD0 {
      display:flex;
      align-items:center;
      justify-content:center;
    }

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

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

    @media (max-width: 768px) {

    .fwPvNA {
      display:flex;
    }
    }

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

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

    .bzJQZK {
      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) {

    .bzJQZK {
      display:flex;
    }
    }

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

    .fqIOft {
      width:12rem;
    }

    .ccOllL {
      rotate:0 0 1 90deg;
    }

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

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

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

    @media (max-width: 480px) {

    .czclmu {
      padding-left:3rem;
      padding-right:3rem;
    }
    }

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

    .eYGOOP {
      width:100%;
      display:flex;
      max-width:1800px;
      align-items:center;
      flex-direction:row;
      justify-content:flex-start;
    }

    .fvMNBG {
      width:8rem;
    }

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

    .ehRFAV {
      cursor:pointer;
    }

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

    .prodperks_navigation\:mobile-activate-button {
      width:100%;
    }

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

    .eKofZO {
      display:flex;
      align-items:center;
      padding-top:8rem;
      padding-left:20%;
      padding-right:20%;
      padding-bottom:5rem;
      justify-content:center;
    }

    @media (max-width: 768px) {

    .eKofZO {
      padding-top:4rem;
      padding-left:10%;
      padding-right:10%;
      padding-bottom:2rem;
    }
    }

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

    .eCPudg {
      top:2rem;
      left:2rem;
      color:#ffffff;
      display:flex;
      z-index:2;
      position:absolute;
      background:#ffffff99;
      box-shadow:0px 2px 4px 0px #00000020;
      overflow-x:hidden;
      overflow-y:hidden;
      padding-top:0.75rem;
      padding-left:0.75rem;
      padding-right:0.75rem;
      padding-bottom:0.75rem;
      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);
    }

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

    .Home\:P_dDrc2aB_AgV_R51apny {
      width:2rem;
    }

    .dCIRne {
      top:0px;
      left:0px;
      right:0px;
      width:100%;
      bottom:0px;
      height:100%;
      position:absolute;
      background:#fd5400c2;
      overflow-x:hidden;
      overflow-y:hidden;
    }

    .eXJIHh {
      width:100%;
      height:100%;
      opacity:0.51;
      box-shadow:0px 2px 4px 0px #00000020;
      object-fit:cover;
    }

    .JPNwX {
      width:100%;
      height:100%;
      background:white;
      padding-top:1rem;
      padding-left:1rem;
      padding-right:1rem;
      padding-bottom:1rem;
      border-top-left-radius:var(--rounding-md);
      border-top-right-radius:var(--rounding-md);
      border-bottom-left-radius:var(--rounding-md);
      border-bottom-right-radius:var(--rounding-md);
    }

    .czYynO {
      width:100vw;
      padding-top:5rem;
      padding-left:5%;
      padding-right:5%;
      padding-bottom:2rem;
    }

    @media (max-width: 768px) {

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

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

    @media (max-width: 768px) {

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

    .ejwAGp {
      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: 768px) {

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

    .footer\:RZi0GleE80qXjBImqe99I {
      color:white;
    }

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

    @media (max-width: 768px) {

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

    .footer\:sWWxOq0Ibtymhzvw_7Rcg {
      color:white;
    }

    @media (max-width: 768px) {

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

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

    @media (max-width: 768px) {

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

    .bFFDyQ {
      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: 768px) {

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

    .ePrszf {
      padding-top:5rem;
      padding-left:5%;
      padding-right:5%;
      padding-bottom:5rem;
      border-bottom-color:var(--neutral-5);
      border-bottom-style:solid;
      border-bottom-width:1px;
    }

    @media (max-width: 768px) {

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

    .Home\:VOzYQwQMOEtFSxHzr-Zec {
      color:var(--rich_orange);
      animation:sales-hero-fade-in-slide-up 0.8s ease-out 0.4s backwards;
      font-size:3.5rem;
      font-weight:var(--bold);
      line-height:1.2;
    }

    @media (max-width: 768px) {

    .Home\:VOzYQwQMOEtFSxHzr-Zec {
      font-size:2rem;
    }
    }

    .Home\:WY4GokuEkfmHCaWY1eNvC {
      color:var(--neutral-7);
      font-size:1rem;
      line-height:1.5;
    }

    .Home\:XtvelnTNLnUXuUtMoJvko {
      width:2rem;
    }

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

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

    .Home\:ZoGIw6mnS-T480E9m3O_w {
      position:relative;
    }

    .fwBzxS {
      width:100%;
      overflow:hidden;
      position:relative;
      max-height:1000px;
    }

    .ddUGfk {
      color:var(--neutral-11, #B5B2BC);
      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);
    }

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

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

    .Home\:bfJiVN3DuMaO3DljJDMbl {
      color:var(--rich_orange);
      font-size:2.5rem;
    }

    @media (max-width: 768px) {

    .Home\:bfJiVN3DuMaO3DljJDMbl {
      font-size:2rem;
    }
    }

    .bKVoIT {
      display:flex;
      overflow:hidden;
      position:relative;
      align-items:center;
      padding-top:2rem;
      padding-left:5%;
      padding-right:5%;
      flex-direction:row;
      padding-bottom:2rem;
      justify-content:space-between;
    }

    @media (max-width: 768px) {

    .bKVoIT {
      padding-top:2rem;
      flex-direction:column;
      padding-bottom:2rem;
    }
    }

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

    .Home\:i9b91CianGKLQUJBi6NT2 {
      color:var(--rich_orange);
    }

    .Home\:iA4rI0KKVyXE5UO0c-pn9 {
      color:var(--rich_orange);
      animation:sales-hero-fade-in-slide-up 0.8s ease-out 0.4s backwards;
      font-size:3.5rem;
      font-weight:var(--bold);
      line-height:1.2;
    }

    @media (max-width: 480px) {

    .Home\:iA4rI0KKVyXE5UO0c-pn9 {
      font-size:2.5rem;
    }
    }

    .Home\:m9aat2dS--3DQkGJFeKRF {
      color:var(--neutral-9);
      font-size:1.25rem;
      text-align:center;
      line-height:1.5;
    }

    @media (max-width: 768px) {

    .Home\:m9aat2dS--3DQkGJFeKRF {
      font-size:1.1rem;
    }
    }

    .Home\:oRSAwsHu3UBI4B-jTwZuZ {
      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: 768px) {

    .Home\:oRSAwsHu3UBI4B-jTwZuZ {
      font-size:2rem;
    }
    }

    .fxiXuy {
      width:100%;
      display:flex;
      transform:translateX(var(--offset));
      transition:transform 0.5s ease-in-out;
      flex-direction:row;
    }

    .yJUKb {
      width:100%;
      background:#fef8f4;
      padding-top:2rem;
      padding-left:5%;
      padding-right:5%;
      padding-bottom:2rem;
    }

    .Home\:qtcTwzA701G_Pmj09hxQd {
      display:flex;
      align-items:center;
      padding-top:0px;
      padding-bottom:0px;
      justify-content:flex-start;
    }

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

    .bRbIyi {
      width:100%;
      position:relative;
      max-width:1750px;
      background:white;
      padding-top:0rem;
      padding-left:0rem;
      padding-right:0rem;
      padding-bottom:0rem;
      border-left-color:var(--neutral-5);
      border-left-style:solid;
      border-left-width:1px;
      border-right-color:var(--neutral-5);
      border-right-style:solid;
      border-right-width:1px;
    }

    .cyFmBk {
      width:100%;
      height:100%;
      object-fit:cover;
      flex-shrink:0;
    }

    .Home\:wU-_l_jSUIPq-DTjQHzrb {
      color:var(--neutral-7);
      animation:sales-hero-fade-in-slide-up 0.8s ease-out 0.6s backwards;
      font-size:1.25rem;
      line-height:1.5;
    }

    @media (max-width: 768px) {

    .Home\:wU-_l_jSUIPq-DTjQHzrb {
      font-size:1.1rem;
    }
    }

    .Home\:z2sFIZh9VkG31w58UbPgj {
      color:var(--neutral-7);
      animation:sales-hero-fade-in-slide-up 0.8s ease-out 0.6s backwards;
      font-size:1.25rem;
      line-height:1.5;
    }

    .dGjQgX {
      display:flex;
      position:relative;
      font-family:"Poppins", sans-serif;
      padding-left:10%;
      padding-right:10%;
      flex-direction:column;
      height:var(--total-height);
    }

    .cjMVoi {
      top:var(--y);
      left:0px;
      width:100%;
      height:480px;
      display:flex;
      opacity:var(--opacity);
      z-index:var(--z-index);
      overflow:hidden;
      position:absolute;
      max-width:1600px;
      transform:scale(var(--scale)) rotate(var(--rotate));
      background:white;
      box-shadow:0 20px 40px rgba(0, 0, 0, 0.15);
      transition:transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1), opacity 0.4s ease, top 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
      border-radius:20px;
      flex-direction:row;
      transitiontransition:transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1), opacity 0.4s ease, top 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
      transitiontransitiontransition:transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1), opacity 0.4s ease, top 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
    }

    .bAHwuN {
      width:480px;
      height:100%;
      display:flex;
      background:var(--bg);
      align-items:center;
      justify-content:center;
    }

    .bICDvP {
      margin:0px;
      font-size:2rem;
      font-weight:var(--semi);
    }

    .bAtRmG {
      flex:1;
      display:flex;
      align-items:flex-start;
      flex-direction:column;
      justify-content:space-between;
      padding-top:3rem;
      padding-bottom:3rem;
      padding-right:3rem;
      padding-left:3rem;
    }

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

    .fwwGxV {
      gap:0.25rem;
      color:var(--color);
      width:fit-content;
      height:var(--height);
      display:flex;
      font-size:var(--font-size);
      align-items:center;
      font-family:'Outfit';
      font-weight:var(--semi);
      border-color:var(--color-border);
      border-style:solid;
      border-width:var(--border-md);
      padding-left:var(--padding-horizontal);
      border-radius:var(--rounding-full);
      padding-right:var(--padding-horizontal);
      flex-direction:row;
      justify-content:center;
      background-color:var(--color-bg);
    }

    .DealCard\:Tc5rlB8bpy7CXa-4Hvezs {
      color:var(--rich_orange);
      font-size:0.8rem;
      background:#fff7f0;
      border-color:#ffe4d4;
      border-style:solid;
      border-width:1px;
      letter-spacing:0.06rem;
    }

    .PPmRT {
      gap:1rem;
      display:flex;
      align-items:center;
      margin-bottom:1rem;
      flex-direction:row;
    }

    .DealCard\:2SqWuI5S7HxE34HYVRV-s {
      padding-top:1rem;
      font-size:1.1rem;
    }

    .dxGLVY {
      color:white;
      display:flex;
      row-gap:1rem;
      background:var(--rich_orange);
      column-gap:1rem;
      align-items:center;
      padding-top:0.75rem;
      padding-left:1.25rem;
      padding-right:1.25rem;
      flex-direction:row;
      padding-bottom:0.75rem;
      justify-content:space-between;
      border-top-left-radius:5rem;
      border-top-right-radius:5rem;
      border-bottom-left-radius:5rem;
      border-bottom-right-radius:5rem;
    }

    .eTKRzT {
      font-size:1.05rem;
      font-weight:var(--semi);
      letter-spacing:0.02rem;
    }

    .DealCard\:p97mCkoOCypCbOVwocoSr {
      width:1.5rem;
      height:1.5rem;
    }

    .fEJhrL {
      gap:12px;
      top:50%;
      right:32px;
      height:200px;
      display:none;
      position:absolute;
      transform:translateY(-50%);
      align-items:center;
      flex-direction:column;
    }

    .cHlWDp {
      top:var(--dot-top);
      left:50%;
      width:var(--dot-size);
      height:var(--dot-size);
      position:absolute;
      transform:translate(-50%, -50%);
      background:var(--dot-bg);
      transition:all 0.3s ease;
      border-radius:50%;
    }

    .bHgENJ {
      top:0px;
      left:0px;
      width:100%;
      height:var(--fill-height);
      position:absolute;
      background:#e44c30;
      transition:height 0.1s linear;
      border-radius:3px;
    }

    .bfreIq {
      flex:1;
      width:3px;
      overflow:hidden;
      position:relative;
      background:#e8e4e0;
      border-radius:3px;
    }

    .futFrd {
      width:min(1360px, 90vw);
      height:var(--stack-height);
      position:relative;
    }

    .bCpZBZ {
      top:0px;
      left:0px;
      width:100%;
      height:100vh;
      display:flex;
      z-index:10;
      overflow:hidden;
      position:sticky;
      align-items:center;
      flex-direction:column;
      pointer-events:none;
      justify-content:flex-start;
      padding-top:4rem;
    }

    .cMPWNt {
      gap:0.5rem;
      display:flex;
      font-size:3rem;
      font-weight:var(--semi);
      margin-bottom:1rem;
      flex-direction:row;
    }

    @media (max-width: 768px) {

    .cMPWNt {
      font-size:2rem;
    }
    }

    .eTflQc {
      color:#1a1a1a;
    }

    .bpHLWr {
      gap:0.5rem;
      color:white;
      display:flex;
      padding:0.5rem 1.25rem;
      font-size:0.75rem;
      background:var(--rich_orange);
      align-items:center;
      font-weight:700;
      border-radius:9999px;
      margin-bottom:1.5rem;
      flex-direction:row;
      letter-spacing:0.1em;
      text-transform:uppercase;
    }

    .ficcCL {
      color:#666;
      font-size:1.1rem;
      max-width:500px;
      text-align:center;
      line-height:1.6;
      margin-bottom:5rem;
    }

    .LowPh {
      width:100%;
      display:flex;
      z-index:2;
      position:relative;
      align-items:center;
      font-family:"Outfit";
      padding-top:2rem;
      padding-left:1rem;
      padding-right:1rem;
      flex-direction:column;
      padding-bottom:0rem;
    }

    .StackingCards\:sy2Zb-7qA05UToy_8ktVa {
      width:12px;
      height:12px;
    }

    .bQCmgw {
      color:var(--rich_orange);
    }

    .ffMeNI {
      display:flex;
      align-items:center;
      justify-content:flex-start;
      padding-top:1rem;
    }

    .Home\:HiAaVuDXQ8udr0CA7dMF6 {
      padding-left:1.5rem;
      padding-right:1.5rem;
      padding-top:1.5rem;
      padding-bottom:1.5rem;
      font-size:1.2rem;
      display:flex;
      flex-direction:row;
      row-gap:0.75rem;
      column-gap:0.75rem;
    }

    .Home\:bb4dF4dkOQEs2Rl_AsZaW {
      width:1.5rem;
      height:1.5rem;
    }