.elementor-kit-6{--e-global-color-primary:#2563EB;--e-global-color-secondary:#0F172A;--e-global-color-text:#334155;--e-global-color-accent:#06B6D4;--e-global-typography-primary-font-family:"Manrope";--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Manrope";--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-weight:600;background-color:#FFFFFF;color:#334155;font-family:"Inter", Inter, Arial, sans-serif;font-size:18px;font-weight:400;line-height:31px;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:#2563EB;font-family:"Inter", Inter, Arial, sans-serif;font-size:16px;font-weight:600;line-height:16px;color:#FFFFFF;border-style:solid;border-width:1px 1px 1px 1px;border-color:#2563EB;border-radius:10px 10px 10px 10px;padding:14px 24px 14px 24px;}.elementor-kit-6 button:hover,.elementor-kit-6 button:focus,.elementor-kit-6 input[type="button"]:hover,.elementor-kit-6 input[type="button"]:focus,.elementor-kit-6 input[type="submit"]:hover,.elementor-kit-6 input[type="submit"]:focus,.elementor-kit-6 .elementor-button:hover,.elementor-kit-6 .elementor-button:focus{background-color:#1D4ED8;color:#FFFFFF;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 p{margin-block-end:18px;}.elementor-kit-6 label{color:#334155;}.elementor-kit-6 input:not([type="button"]):not([type="submit"]),.elementor-kit-6 textarea,.elementor-kit-6 .elementor-field-textual{font-family:"Inter", Inter, Arial, sans-serif;font-size:16px;font-weight:400;line-height:24px;color:#0F172A;accent-color:#2563EB;background-color:#FFFFFF;border-style:solid;border-width:1px 1px 1px 1px;border-color:#CBD5E1;border-radius:10px 10px 10px 10px;padding:14px 16px 14px 16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;--container-default-padding-top:0px;--container-default-padding-right:32px;--container-default-padding-bottom:0px;--container-default-padding-left:32px;}.elementor-widget:not(:last-child){--kit-widget-spacing:24px;}.elementor-element{--widgets-spacing:24px 24px;--widgets-spacing-row:24px;--widgets-spacing-column:24px;}{}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-kit-6{font-size:17px;line-height:1.7em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;--container-default-padding-top:0px;--container-default-padding-right:24px;--container-default-padding-bottom:0px;--container-default-padding-left:24px;}}@media(max-width:767px){.elementor-kit-6{font-size:16px;line-height:1.65em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;--container-default-padding-top:0px;--container-default-padding-right:20px;--container-default-padding-bottom:0px;--container-default-padding-left:20px;}}:root { --brand-primary:#2563EB; --brand-primary-dark:#1D4ED8; --brand-accent:#06B6D4; --ink:#0F172A; --text:#334155; --muted:#64748B; --surface:#F8FAFC; --border:#E2E8F0; --white:#FFFFFF; --font-heading:Manrope; --font-body:Inter; --section-space:clamp(4rem, 8vw, 7rem); --content-gutter:clamp(1.25rem, 3vw, 2rem); --container-max:1200px; --radius-card:16px; --radius-button:10px; }
/* Start custom CSS */:root {
  --wdd-primary: #2563EB;
  --wdd-primary-dark: #1D4ED8;
  --wdd-accent: #06B6D4;
  --wdd-ink: #0F172A;
  --wdd-text: #334155;
  --wdd-muted: #64748B;
  --wdd-surface: #F8FAFC;
  --wdd-border: #E2E8F0;
  --wdd-radius: 10px;
}

body {
  background: #FFFFFF;
  color: var(--wdd-text);
  font-family: "Inter", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
  color: var(--wdd-ink);
  font-family: "Manrope", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.025em;
  margin-top: 0;
}

h1 { font-size: clamp(2.75rem, 6vw, 5rem); }
h2 { font-size: clamp(2.125rem, 4vw, 3.5rem); }
h3 { font-size: clamp(1.75rem, 3vw, 2.5rem); }
h4 { font-size: clamp(1.375rem, 2vw, 1.75rem); }
h5 { font-size: 1.25rem; }
h6 { font-size: 1rem; letter-spacing: 0.04em; text-transform: uppercase; }

p { margin: 0 0 1em; }

a {
  color: var(--wdd-primary);
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.2em;
  transition: color 180ms ease;
}

a:hover { color: var(--wdd-primary-dark); }

.elementor-button,
button,
input[type="button"],
input[type="submit"] {
  background: var(--wdd-primary);
  border: 1px solid var(--wdd-primary);
  border-radius: var(--wdd-radius);
  color: #FFFFFF;
  font-family: "Inter", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  padding: 0.9em 1.4em;
  transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.elementor-button:hover,
button:hover,
input[type="button"]:hover,
input[type="submit"]:hover {
  background: var(--wdd-primary-dark);
  border-color: var(--wdd-primary-dark);
  color: #FFFFFF;
  box-shadow: 0 10px 24px rgba(37, 99, 235, 0.22);
  transform: translateY(-1px);
}

input:not([type="checkbox"]):not([type="radio"]):not([type="button"]):not([type="submit"]),
select,
textarea {
  background: #FFFFFF;
  border: 1px solid #CBD5E1;
  border-radius: var(--wdd-radius);
  color: var(--wdd-ink);
  font-family: "Inter", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  padding: 0.875rem 1rem;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

input::placeholder,
textarea::placeholder { color: var(--wdd-muted); opacity: 1; }

input:focus,
select:focus,
textarea:focus {
  border-color: var(--wdd-primary);
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.16);
  outline: none;
}

:focus-visible {
  outline: 3px solid rgba(37, 99, 235, 0.45);
  outline-offset: 3px;
}

::selection { background: rgba(6, 182, 212, 0.24); color: var(--wdd-ink); }

@media (max-width: 1024px) {
  body { font-size: 17px; }
}

@media (max-width: 767px) {
  body { font-size: 16px; line-height: 1.65; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}/* End custom CSS */