.elementor-kit-10{--e-global-color-primary:#5F7AA7;--e-global-color-secondary:#F7F9FA;--e-global-color-text:#212121;--e-global-color-accent:#5F7AA7;--e-global-color-38ed809:#000000;--e-global-color-02255e6:#646464;--e-global-color-f47a6d9:#FFFFFF;--e-global-typography-primary-font-family:"Lora";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Manrope";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Manrope";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Manrope";--e-global-typography-accent-font-weight:500;color:var( --e-global-color-text );font-family:"Manrope", Sans-serif;font-size:var(--body);font-weight:400;line-height:var(--lh-body);}.elementor-kit-10 button,.elementor-kit-10 input[type="button"],.elementor-kit-10 input[type="submit"],.elementor-kit-10 .elementor-button{background-color:var( --e-global-color-primary );font-family:"Manrope", Sans-serif;font-size:var(--btn-fs);font-weight:400;text-transform:uppercase;letter-spacing:0.08em;color:var( --e-global-color-f47a6d9 );border-style:solid;border-width:1px 1px 1px 1px;border-color:var( --e-global-color-primary );border-radius:0 0 0 0;padding:var(--btn-py) var(--btn-px) var(--btn-py) var(--btn-px);}.elementor-kit-10 e-page-transition{background-color:#FFBC7D;}.elementor-kit-10 a{color:var( --e-global-color-primary );}.elementor-kit-10 h1{color:var( --e-global-color-text );font-family:"Lora", Sans-serif;font-size:var(--h1);font-weight:400;line-height:var(--lh-h1);}.elementor-kit-10 h2{color:var( --e-global-color-text );font-family:"Lora", Sans-serif;font-size:var(--h2);font-weight:400;line-height:var(--lh-h2);}.elementor-kit-10 h3{color:var( --e-global-color-text );font-family:"Lora", Sans-serif;font-size:var(--h3);font-weight:400;line-height:var(--lh-h3);}.elementor-kit-10 h4{color:var( --e-global-color-text );font-family:"Lora", Sans-serif;font-size:var(--h4);font-weight:400;line-height:var(--lh-h4);}.elementor-kit-10 h5{color:var( --e-global-color-text );font-family:"Lora", Sans-serif;font-size:var(--h5);font-weight:400;line-height:var(--lh-h5);}.elementor-kit-10 h6{color:var( --e-global-color-text );font-family:"Lora", Sans-serif;font-size:var(--h6);font-weight:400;line-height:var(--lh-h6);}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1440px;}.e-con{--container-max-width:1440px;}.elementor-widget:not(:last-child){--kit-widget-spacing:var(--gap-m);}.elementor-element{--widgets-spacing:var(--gap-m) var(--gap-m);--widgets-spacing-row:var(--gap-m);--widgets-spacing-column:var(--gap-m);}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */:root {
  --gutter: 20px;
  
  /* =========================
     COLOR SYSTEM
  ========================= */
  --color-primary: #5f7aa7;
  --color-black: #000000;
  --color-slate: #f7f9fa;

  --color-text: #212121;
  --color-text-dark: #000000;
  --color-text-light: #646464;

  --color-bg: #ffffff;

  /* =========================
     FONT FAMILIES
  ========================= */
  --font-primary: "Playfair Display", "Didot", "Bodoni MT", serif;
  --font-secondary: "Inter", "Helvetica Neue", Arial, sans-serif;

  /* =========================
     FONT WEIGHTS
  ========================= */
  --fw-h1: 600;
  --fw-h2: 600;
  --fw-h3: 500;
  --fw-h4: 500;
  --fw-h5: 400;
  --fw-h6: 400;

  /* =========================
     BODY TEXT
  ========================= */
  --body: clamp(0.95rem, 0.9rem + 0.3vw, 1.05rem);
  --lh-body: 1.6;

/* =========================
   HEADING FONT SIZES
========================= */
--h1: clamp(2.4rem, 2.15rem + 1.6vw, 3rem);

--h2: clamp(1.85rem, 1.7rem + 0.9vw, 2.25rem);
--h3: clamp(1.55rem, 1.45rem + 0.6vw, 1.85rem);
--h4: clamp(1.3rem, 1.22rem + 0.35vw, 1.5rem);

--h5: clamp(1.1rem, 1.05rem + 0.25vw, 1.25rem);
--h6: clamp(0.95rem, 0.92rem + 0.2vw, 1.05rem);

/* =========================
   HEADING LINE HEIGHTS
========================= */
--lh-h1: clamp(1.12, 1.08 + 0.15vw, 1.2);
--lh-h2: clamp(1.16, 1.12 + 0.15vw, 1.24);
--lh-h3: clamp(1.2, 1.16 + 0.15vw, 1.28);
--lh-h4: clamp(1.25, 1.2 + 0.15vw, 1.32);
--lh-h5: clamp(1.3, 1.25 + 0.15vw, 1.38);
--lh-h6: clamp(1.35, 1.3 + 0.15vw, 1.45);

  /* =========================
     TEXT SIZES (UTILITY)
  ========================= */
  --text-xxl: clamp(1.4rem, 1.25rem + 0.8vw, 1.75rem);
  --text-xl: clamp(1.25rem, 1.15rem + 0.6vw, 1.5rem);
  --text-l: clamp(1.1rem, 1.05rem + 0.4vw, 1.25rem);
  --text-m: clamp(1rem, 0.95rem + 0.3vw, 1.1rem);
  --text-s: clamp(0.9rem, 0.85rem + 0.2vw, 1rem);
  --text-xs: clamp(0.8rem, 0.75rem + 0.15vw, 0.9rem);

  /* =========================
     SECTION SPACING
  ========================= */
  --section-xxl: clamp(6rem, 5rem + 5vw, 9rem);
  --section-xl: clamp(4.5rem, 4rem + 4vw, 7rem);
  --section-l: clamp(3.5rem, 3rem + 3vw, 5rem);
  --section-m: clamp(2.5rem, 2.2rem + 2vw, 3.5rem);
  --section-s: clamp(1.75rem, 1.5rem + 1.5vw, 2.5rem);
  --section-xs: clamp(1rem, 0.9rem + 1vw, 1.5rem);

  /* =========================
     GAPS (GRID / FLEX)
  ========================= */
  --gap-xxl: clamp(3rem, 2.5rem + 2.5vw, 4.5rem);
  --gap-xl: clamp(2.25rem, 2rem + 2vw, 3.25rem);
  --gap-l: clamp(1.75rem, 1.5rem + 1.5vw, 2.5rem);
  --gap-m: clamp(1.25rem, 1.1rem + 1vw, 1.75rem);
  --gap-s: clamp(0.75rem, 0.65rem + 0.6vw, 1.1rem);
  --gap-xs: clamp(0.5rem, 0.45rem + 0.4vw, 0.75rem);

  /* =========================
     BORDER RADIUS
  ========================= */
  --radius-xxl: 2rem;
  --radius-xl: 1.5rem;
  --radius-l: 1.1rem;
  --radius-m: 0.75rem;
  --radius-s: 0.5rem;
  --radius-xs: 0.25rem;

  /* =========================
     BUTTON
  ========================= */
  --btn-fs: clamp(0.85rem, 0.8rem + 0.3vw, 0.95rem);
  --btn-py: clamp(0.75em, 0.7em + 0.4vw, 1em);
  --btn-px: clamp(1.4em, 1.25em + 0.6vw, 1.8em);
  --btn-radius: clamp(0.125rem, 0.11rem + 0.04vw, 0.2rem);
}

.elementor-button:hover {
    filter: brightness(1.2);
}/* End custom CSS */