.elementor-kit-4359{--e-global-color-primary:#000000;--e-global-color-secondary:#000000;--e-global-color-text:#000000;--e-global-color-accent:#3399FF;--e-global-color-e93a891:#0065FF;--e-global-color-0b34ad0:#0052CC;--e-global-color-e3d1d80:#E4E4E4;--e-global-color-173bb1f:#E6F2FA;--e-global-color-dacb544:#3399FF;--e-global-color-d4e6ad5:#FFFFFF;--e-global-color-335745b:#0052CC00;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:500;--e-global-typography-079c369-font-family:"Poppins";--e-global-typography-079c369-font-size:20px;--e-global-typography-079c369-font-weight:300;--e-global-typography-079c369-text-transform:none;--e-global-typography-079c369-font-style:normal;--e-global-typography-079c369-text-decoration:none;--e-global-typography-079c369-line-height:1.5em;--e-global-typography-079c369-letter-spacing:0px;--e-global-typography-65b3e34-font-family:"Poppins";--e-global-typography-65b3e34-font-size:65px;--e-global-typography-65b3e34-font-weight:600;--e-global-typography-65b3e34-text-transform:none;--e-global-typography-65b3e34-font-style:normal;--e-global-typography-65b3e34-text-decoration:none;--e-global-typography-65b3e34-line-height:1.2em;--e-global-typography-65b3e34-letter-spacing:0px;font-size:16px;}.elementor-kit-4359 e-page-transition{background-color:#FFBC7D;}.elementor-kit-4359 p{margin-block-end:0px;}.elementor-kit-4359 a{font-size:14px;}.elementor-kit-4359 h1{font-size:64px;}.elementor-kit-4359 h2{font-size:42px;}.elementor-kit-4359 h3{font-size:28px;}.elementor-kit-4359 h4{font-size:24px;}.elementor-kit-4359 h5{font-size:20px;}.elementor-kit-4359 h6{font-size:18px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-kit-4359{--e-global-typography-079c369-font-size:14px;--e-global-typography-65b3e34-font-size:45px;font-size:15px;}.elementor-kit-4359 a{font-size:13px;}.elementor-kit-4359 h1{font-size:40px;}.elementor-kit-4359 h2{font-size:32px;}.elementor-kit-4359 h3{font-size:22px;}.elementor-kit-4359 h4{font-size:20px;}.elementor-kit-4359 h5{font-size:18px;}.elementor-kit-4359 h6{font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-4359{--e-global-typography-65b3e34-font-size:28px;--e-global-typography-65b3e34-line-height:1.1em;font-size:14px;}.elementor-kit-4359 a{font-size:12px;}.elementor-kit-4359 h1{font-size:34px;}.elementor-kit-4359 h2{font-size:26px;}.elementor-kit-4359 h3{font-size:20px;}.elementor-kit-4359 h4{font-size:18px;}.elementor-kit-4359 h5{font-size:16px;}.elementor-kit-4359 h6{font-size:15px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */:root{
  --step-6: clamp(36px, 1.8rem + 3.6vw, 54px); /* H1 */
  --step-5: clamp(32px, 1.5rem + 2.8vw, 42px); /* H2 */
  --step-4: clamp(22px, 1.2rem + 1.4vw, 28px); /* H3 */
  --step-3: clamp(20px, 1.1rem + 1.0vw, 24px); /* H4 */
  --step-2: clamp(18px, 1.0rem + 0.6vw, 20px); /* H5 */
  --step-1: clamp(16px, 0.9rem + 0.4vw, 18px); /* H6 */
  --step-0: clamp(14px, 0.8rem + 0.25vw, 16px); /* Body */
}
h1{font-size:var(--step-6);}
h2{font-size:var(--step-5);}
h3{font-size:var(--step-4);}
h4{font-size:var(--step-3);}
h5{font-size:var(--step-2);}
h6{font-size:var(--step-1);}
p{font-size:var(--step-0);}

/* Product features card */
.mc-card{
  --b:#e5e7eb; --bg:#fff; --tx1:#0f172a; --tx2:#475569; --chip:#f8fafc;
  border:1px solid var(--b);
  border-radius:14px;
  padding:14px 16px;
  background:var(--bg);
  box-shadow:0 4px 12px rgba(0,0,0,.06);
  margin:0 0 1rem 0;
}
.mc-head{display:flex;align-items:center;gap:.5rem;margin-bottom:8px}
.mc-title{font-weight:700;font-size:15px;color:var(--tx1);margin:0}
.mc-list{list-style:none;margin:0;padding:0;display:grid;gap:8px}
.mc-list li{
  display:flex;gap:.35rem;align-items:center;
  padding:6px 8px;border:1px solid var(--b);border-radius:10px;background:var(--chip)
}
.mc-list .opt{font-weight:600;color:var(--tx1)}
.mc-list .sep{opacity:.45}
.mc-list .val{color:var(--tx2)}/* End custom CSS */